/*
|----------------------------------------------------------------------------
	Modal Popup - Bootstrap Modal Multipurpose Popup Form Full Responsive Main CSS
	Author: MGScoder
	Author URL: https://codecanyon.net/user/mgscoder
	Version: 1.6.3
|----------------------------------------------------------------------------
*/


/*
|----------------------------------------------------------------------------
	Font
|----------------------------------------------------------------------------
*/
.mgs-modal-popup-section {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.48;
}	


/*
|----------------------------------------------------------------------------
	PAGE DESIGN CSS
|----------------------------------------------------------------------------
*/
.mgs-modal-popup-section {
    padding: 50px 0;
}
.mgs-modal-popup-section img {
    max-width: 100%;
}
.mgs-modal-popup-section .item-wrap {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px auto;
    padding: 10px 30px;
    width: 100%;
}
.mgs-modal-popup-section .item-wrap:hover {
    background-color: #eee;
}
.mgs-modal-popup-section .item-image, .mgs-modal-popup-section .item-content {
    padding: 20px 0;
}
.mgs-modal-popup-section .item-image img {
	border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}
.mgs-modal-popup-section .item-title {
    color: #0347ab;
    font-size: 32px;
	font-weight: bold;
    margin: 0 auto 30px;
}

.mgsModalPopup-features-heading {
	color: #37a000;
	margin: 0 0 20px;
}
.mgs-modal-popup-section ul.mgsModalPopup-features {
    list-style: none;
}
.mgs-modal-popup-section ul.mgsModalPopup-features li {
    font-weight: 600;
    padding: 0 20px 15px 30px;
    position: relative;
	list-style: none;
}
.mgs-modal-popup-section ul.mgsModalPopup-features li::before {
    content: "\f0a4";
	color: #0347ab;
    font-family: "Font Awesome 6 Free";
	font-weight: bold;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    left: 0;
    position: absolute;
    top: 4px;
}
.mgs-modal-popup-section ul.mgsModalPopup-features li i {
	color: #37a000;
}

.mgs-modal-popup-section .offer-main-buttons {
    border-radius: 5px;
    font-weight: bold;
    max-width: 210px;
}
.mgs-modal-popup-section .offer-main-button-btn {
    background: #0347ab;
    border-radius: 5px;
    padding: 10px 0;
	margin: 30px 0 0;
	cursor: pointer;
    transition: background 0.4s ease 0s;
}
.mgs-modal-popup-section .offer-main-button-btn-txt {
	font-size: 20px;
    color: #fff;
    display: block;
    text-align: center;
}
.mgs-modal-popup-section .offer-main-button-bet {
    background: #397ab9;
    border-radius: 5px;
    margin-top: 5px;
	padding: 20px 22px;
	cursor: pointer;
    transition: background 0.4s ease 0s;
	text-align: center;
    max-width: 210px;
}
.mgs-modal-popup-section .offer-main-button-bet-icon {
    display: inline-block;
    margin-right: 5px;
    width: 22px;
}
.mgs-modal-popup-section .offer-main-button-bet-txt {
    color: #fff;
    display: inline-block;
    padding-top: 5px;
    text-align: center;
}

.scrollup {
    bottom: 40px;
	color: #fd810f;
    font-size: 42px;
    height: 40px;
    position: fixed;
    right: 22px;
    text-align: center;
    width: 40px;
	z-index: 999;
}
.mgs-modal-popup-footer {
    padding-top: 20px;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
}



/*
|----------------------------------------------------------------------------
	POPUP MODAL
|----------------------------------------------------------------------------
*/
.modal-content img {
    max-width: 100%;
	border-radius: 3px 0 0 3px;
}
.modal-popup-top-image {
	margin-bottom: 20px;
	text-align: center;
}	
.modal-dialog {
	max-width: 500px;
    margin: 50px auto;
}	
.modal-dialog.mgssmall-modal {
	max-width: 500px;
}	
.modal-dialog.mgsmedium-modal {
	max-width: 700px;
}	
.modal-dialog.mgsfullwidth-modal {
	max-width: 90%;
    width: 1060px;
}
.mgsModalPopup .modal-header {
    border: none;
    padding: 15px 5px 0;
	text-align: center;
}
.mgsModalPopup .modal-header .close {
	font-size: 26px;
	margin: -34px -24px 0 auto;
	padding: 0 5px;
    color: #ce0606;
	opacity: 1;
	width: 38px;
	height: 38px;
	border: 1px solid #ce0606;
	border-radius: 50%;
	z-index: 2;
}
.mgsModalPopup .modal-header .close:hover {
	background-color: #ce0606;
	color: #fff;
}
.row.align-items-center.mtbtnspace {
    margin-top: -19px;
}
.mgsModalPopup .popup-title {
    color: #000;
    font-size: 24px;
	font-weight: bold;
    text-align: center;
    margin: 0 auto 30px;
}
.mgsModalPopup .modal-body {
    padding: 30px;
}
.mgsModalPopup .popup-desc {
    color: #808080;
    font-size: 24px;
    margin: 30px auto;
    text-align: center;
}
.mgsModalPopup .popup-app-mercy {
    background: #0347ab;
    border-radius: 5px;
    height: 71px;
    padding: 20px;
    text-align: center;
}
.mgsModalPopup .popup-app-mercy-icon {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") repeat scroll -40px -75px;
    display: inline-block;
    float: none;
    height: 32px;
    vertical-align: middle;
    width: 32px;
}
.mgsModalPopup .popup-app-mercy-txt {
    color: #fff;
    display: inline-block;
    font-size: 15px;
}
.mgsModalPopup .popup-desc-email {
    color: #808080;
    font-size: 17px;
    margin: 30px auto 15px;
    text-align: center;
}
.mgsModalPopup .popup-input-mail {
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 18px;
    height: 50px;
    text-align: center;
    width: 100%;
}


/*
|----------------------------------------------------------------------------
	START CSS FOR ALL FORM
|----------------------------------------------------------------------------
*/
.mgs-modal-popup-form #msgSubmit {
    margin: 0 0 30px;
}
.mgs-modal-popup-form .form-group {
	display: table;
    position: relative;
	width: 100%;
    margin: 0 0 30px;
}
.mgs-modal-popup-form .form-group.last {
    margin: 0;
}
.mgs-modal-popup-form .input-group-icon {
    position: absolute;
	top: 0;
}
.mgs-modal-popup-form .form-group .input-group-icon {
    background-color: #0347ab;
    border: none;
	border-radius: 4px;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    display: table-cell;
    font-size: 14px;
	height: 100%;
    padding: 7px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    width: 40px;
}
.mgs-modal-popup-form .form-control:focus + .input-group-icon{
    background-color: #0347ab;
}
.mgs-modal-popup-form .form-control {
    background-color: transparent;
    border: 1px solid #0347ab;
    padding-left: 50px;
	cursor: text;
}
.mgs-modal-popup-form textarea.form-control {
    height: 100px;
}
.mgs-modal-popup-form .form-control:focus {
	box-shadow: 0 1px 1px rgba(3, 71, 171, 0.075) inset, 0 0 8px rgba(3, 71, 171, 0.6);
}
.mgs-modal-popup-form .btn.dropdown-toggle.btn-default {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
	font-size: 14px;
    color: #555;
    padding: 6px 0;
    text-shadow: none;
}
.mgs-modal-popup-form span.sub-text {
    left: 0;
	top: -20px;
    color: #ce0606;
    font-size: 14px;
    position: absolute;
}
.mgs-modal-popup-form .has-error .form-control {
    border-color: #ce0606;
}
.mgs-modal-popup-form .has-error .input-group-icon {
    background-color: #ce0606;
    color: #ffffff;
}
.mgs-modal-popup-form .has-error .form-control:focus {
    border-color: #0347ab;
    box-shadow: 0 1px 1px 0 rgba(3, 71, 171, 0.075) inset, 0 0 6px 0 #0347ab;
}
.mgs-modal-popup-form .has-error .form-control:focus + .input-group-icon {
    background-color: #0347ab;
    color: #fff;
}
.mgs-modal-popup-form .help-block {
    position: absolute;
    color: #ce0606;
    margin: 0;
    padding-left: 0;
}
.mgs-modal-popup-form .help-block ul.list-unstyled {
    margin: 0;
	cursor: text;
}
.mgs-modal-popup-form .help-block ul.list-unstyled li::before {
    content: "\f071";
    font-family: "Font Awesome 6 Free";
	font-weight: bold;
    position: relative;
    padding-right: 5px;
    top: 0;
    left: 0;
}
.mgs-modal-popup-form .help-block ul li {
	font-size: 13px;
    background-color: #ce0606;
    color: rgba(255, 255, 255, 0.99);
	padding: 0 5px 1px;
    border-radius: 2px;
    top: 4px;
	position: relative;
	max-height: 20px;
}
.mgs-modal-popup-form .help-block ul li::after {
	content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 50%;
    top: -9px;
    border: 5px solid transparent;
    border-bottom: 5px solid #ce0606;
}
.mgs-modal-popup-form .h3 {
	font-size: 24px;
    margin: 0 20px 20px;
	width: 100%;
}
.mgs-modal-popup-form .text-success, .text-success {
    color: #37a000;
}
.mgs-modal-popup-form .text-danger, .text-danger {
    color: #ce0606;
}
.mgs-modal-popup-form .help-block.with-errors.checkbox-errors {
    margin-top: 20px;
}
.mgs-modal-popup-form .btn.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.mgs-modal-popup-form {
	padding-top: 10px;
    position: relative;
}
.mgs-modal-popup-form .form-group .checkbox {
    margin: 0;
}
.mgs-modal-popup-form input[type="checkbox"] {
    margin-top: 5px;
}

/*upload file*/
.mgs-modal-popup-form .form-group.file-group {
	display: table;
}
.mgs-modal-popup-form .form-group.file-group .input-group-btn ~ .form-control {
    border-radius: 0 4px 4px 0;
    cursor: not-allowed;
    padding-left: 10px;
	width: calc(100% - 90px);
	margin-left: -5px;
	border-left: none;
	display: inline;
}
.mgs-modal-popup-form .input-group-btn > .btn {
    background-color: #0347ab;
    border: 1px solid #0347ab;
    border-radius: 4px 0 0 4px;
	color: #fff;
	width: 90px;
	margin-top: -1px;
	cursor: pointer;
}
.mgs-modal-popup-form .input-group-btn > .btn > input[type="file"] {
    display: none;
}

/*select box*/
.mgs-modal-popup-form select {
	background-color: white;
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #0347ab 50%),
		linear-gradient(135deg, #0347ab 50%, transparent 50%),
		radial-gradient(transparent 66%, transparent 66%);
	background-position: calc(100% - 18px) calc(1em + 2px),
		calc(100% - 13px) calc(1em + 2px),
		calc(100% - .5em) .5em;
	background-size: 5px 6px, 6px 5px, 1.5em 1.5em;
	background-repeat: no-repeat;
}
.mgs-modal-popup-form select:focus {
	background-image: linear-gradient(45deg, transparent 50%, #0347ab 50%),
		linear-gradient(135deg, #0347ab 50%, transparent 50%),
		radial-gradient(transparent 66%, transparent 66%);
}
.mgs-modal-popup-form select::-ms-expand {
    display: none;
}

/***************** Mgsstyle Radio Button *****************/
.radio-inline.mgsradio-circle-buttons {
    padding-left: 0;
}
.radio-inline.mgsradio-circle-buttons, .radio-inline.mgsradio-circle-buttons li {
    display: inline-block;
}
.radio-inline.mgsradio-circle-buttons li {
	height: 32px;
}
.mgsradio-circle-buttons label {
    display: block;
    position: relative;
    padding: 0 25px;
    height: 24px;
	z-index: 9;
    cursor: pointer;
}
.mgsradio-circle-buttons input[type="radio"]:checked ~ .check {
    border: 11px solid #0347ab;
	width: 0;
	height: 0;
}
.mgsradio-circle-buttons input[type="radio"] {
    position: absolute;
    visibility: hidden;
}
.mgsradio-circle-buttons .check {
    display: block;
    position: relative;
    border: 1px solid #a0a0a0;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: -30px;
	z-index: 5;
}

/***************** Mgsstyle Checkbox *****************/
.mgsstyle-checkbox.mgscheckbox-style li {
    display: inline-block;
	width: auto;
    margin: 0 3% 0 0;
}
.mgsstyle-checkbox.mgscheckbox-style li:last-child {
    margin: 0;
}
.mgsstyle-checkbox.mgscheckbox-style input[type="checkbox"] {
	opacity: 0;
	margin-left: -12px;
}
.mgs-modal-popup-form .mgs-radio.mgsimagetyperadio input[type="radio"][id^="servicetype"] {
	display: block;
	position: relative;
	left: 3px;
	top: 17px;
	z-index: 1;
}
.mgs-modal-popup-form .mgs-radio.mgsimagetyperadio input[type="radio"][id^="servicetype"]:checked {
	display: none;
}
ul.mgsstyle-checkbox  {
	margin-bottom: 0;
}
.mgsstyle-checkbox.mgscheckbox-style label  {
	position: relative;
	padding: 5px 30px;
	cursor: pointer;
}
.mgsstyle-checkbox.mgscheckbox-style label:before {
	border: 1px solid #a0a0a0;
	border-radius: 3px;
	content: "";
	left: 0;
	position: absolute;
	top: 6px;
	width: 20px;
	height: 20px;
}
.mgsstyle-checkbox.mgscheckbox-style :checked + label:before {
	border: 12px solid #0347ab;
	border-radius: 3px;
	content: "";
	left: 0;
	position: absolute;
	top: 5px;
	width: auto;
	height: auto;
}


/*Check box / Radio button */
.mgs-modal-popup-form .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin: 3px 0 0 -20px;
}
.mgs-modal-popup-form .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline  {
	margin-left: 0;
}
.mgs-modal-popup-form .checkbox-inline, .radio-inline  {
	margin: 0 10px 5px 0;
}
.mgs-modal-popup-form .validagree .checkbox label {
    font-weight: bold;
}
.mgs-modal-popup-form .mgs-checkbox li, .mgs-modal-popup-form .mgs-radio li {
    display: inline-block;
    margin: 0 3% 0 0;
}
.mgs-modal-popup-form .mgs-radio.mgsimagetyperadio li {
	width: 30%;
}
.mgs-modal-popup-form .mgs-radio.mgsstyleradio li, .mgs-modal-popup-form .mgs-checkbox.mgsstylecheckbox li {
	width: auto;
    margin: 0 2px 0 0;
	font-size: 22px;
}
.mgs-modal-popup-form .mgs-radio.mgsstyleradio li label, .mgs-modal-popup-form .mgs-checkbox.mgsstylecheckbox li label  {
	padding: 5px 37px;
}
.mgs-modal-popup-form .mgs-checkbox li:last-child, .mgs-modal-popup-form .mgs-radio li:last-child {
    margin: 0;
}

.mgs-modal-popup-form .mgs-checkbox input[type="checkbox"][id^="kitchenitems"],
.mgs-modal-popup-form .mgs-radio input[type="radio"][id^="servicetype"],
.mgs-modal-popup-form .mgs-radio input[type="radio"][id^="cleaningtype"],
.mgs-modal-popup-form .mgs-radio input[type="radio"][id^="propertysize"],
.mgs-modal-popup-form .mgs-radio input[type="radio"][id^="bedrooms"],
.mgs-modal-popup-form .mgs-radio input[type="radio"][id^="bathrooms"],
.mgs-modal-popup-form .mgs-radio input[type="radio"][id^="kitchen"],
.mgs-modal-popup-form .mgs-radio input[type="radio"][id^="rooms"],
.mgs-modal-popup-form .mgs-radio input[type="radio"][id^="conferenceroom"],
.mgs-modal-popup-form .mgs-radio input[type="radio"][id^="washrooms"],
.mgs-modal-popup-form .mgs-radio input[type="radio"][id^="sittingroom"] {
	display: none;
}
.mgs-modal-popup-form .mgs-checkbox label, .mgs-radio label {
	border: 1px solid #0347ab;
	border-radius: 10px;
	padding: 10px;
	display: block;
	position: relative;
	cursor: pointer;
	text-align: center;
}
.mgs-modal-popup-form .mgs-checkbox label:hover, .mgs-radio label:hover {
	background-color: #0347ab;
	color: #fff;
}
.mgs-modal-popup-form .mgs-checkbox label img, .mgs-radio label img {
	max-width: 100%;
}
.mgs-modal-popup-form .mgs-checkbox :checked + label, .mgs-radio :checked + label {
	border-color: #0347ab;
	background-color: #0347ab;
	color: #fff;
}
.mgs-modal-popup-form .mgs-checkbox :checked + label:before, .mgs-radio :checked + label:before {
	color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
	font-weight: bold;
    font-size: 32px;
    left: 5px;
    position: absolute;
    top: -4px;
}
.mgs-modal-popup-form .mandatory {
	color: #ce0606;
	font-size: 20px;
}

/*
|----------------------------------------------------------------------------
	TAG INPUT
|----------------------------------------------------------------------------
*/
.mgs-modal-popup-form .bootstrap-tagsinput {
	background-color: transparent;
	border: 1px solid #0347ab;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	padding: 6px 12px 6px 50px;
	width: 100%;
}
.mgs-modal-popup-form .bootstrap-tagsinput .tag {
	font-size: 14px;
	margin: 0 2px 2px 0;
	color: #fff;
}
.mgs-modal-popup-form .bootstrap-tagsinput .label-info {
	background-color: #5bc0de;
}
.mgs-modal-popup-form .bootstrap-tagsinput .label {
	display: inline-block;
	padding: .2em .6em .3em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

/*Success/error icon*/
.mgs-modal-popup-form .has-feedback.has-error.has-danger::before {
    color: #ce0606;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	font-size: 24px;
	content: "\f057";
	position: absolute;
	left: -5px;
	top: -20px;
}
.mgs-modal-popup-form .has-feedback.has-success::before {
    color: #12bc00;
	font-family: "Font Awesome 6 Free";
	font-size: 24px;
	font-weight: bold;
	content: "\f058";
	position: absolute;
	left: -5px;
	top: -20px;
}


/*
|----------------------------------------------------------------------------
| Math Captcha
|----------------------------------------------------------------------------
*/
#humanCheckCaptchaBox, #humanCheckCaptchaInput, #firstDigit, #secondDigit,  #mathfirstnum, #mathsecondnum {
    display: inline;
}
#humanCheckCaptchaInput.form-control {
    height: 30px;
    margin-left: 10px;
    padding: 4px;
    text-align: center;
    width: 45px;
}
#firstDigit #mathfirstnum, #secondDigit #mathsecondnum {
	border: none;
	box-shadow: none;
    width: 30px;
    height: 30px;
	padding: 0;
    pointer-events: none;
    text-align: center;
}

/*Str/Hnr input  Für 2-geteilte Zeilen   */
.input-strhnrange input {
    text-align: left;
}
.input-strhnrange .input-group-addon {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border-top: 1px solid #0347ab;
    border-bottom: 1px solid #0347ab;
	margin: 0;
	vertical-align: middle;
}
.input-strhnrange .input-group-icon.noborderradius {
	border-radius: 0;
}
.mgs-modal-popup-form .input-strhnrange .form-control.last {
	padding-left: 10px;
}	





/*Daterange input*/
.input-daterange input {
    text-align: left;
}
.input-daterange .input-group-addon {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border-top: 1px solid #0347ab;
    border-bottom: 1px solid #0347ab;
	margin: 0;
	vertical-align: middle;
}
.input-daterange .input-group-icon.noborderradius {
	border-radius: 0;
}
.mgs-modal-popup-form .input-daterange .form-control.last {
	padding-left: 10px;
}	


/*
|----------------------------------------------------------------------------
	Button
|----------------------------------------------------------------------------
*/
.mgsModalPopup #submitButtonHolder .btn {
	font-size: 16px;
	overflow: hidden;
	padding: 6px 30px;
	text-transform: uppercase;
}
.mgsModalPopup #submitButtonHolder .btn-custom {
    background-color: #0347ab;
	border: 1px solid #0347ab;
    color: #efe;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    position: relative;
	-moz-transform: perspective(1px) translateZ(0px);
	-webkit-transform: perspective(1px) translateZ(0px);
	-o-transform: perspective(1px) translateZ(0px);
	-ms-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	-webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
}
.mgsModalPopup #submitButtonHolder .btn-custom::before {
    background-color: #ee4;
	border-radius: 5px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform:scaleX(0);
    -webkit-transform:scaleX(0);
    -o-transform:scaleX(0);
    -ms-transform:scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
    z-index: -1;
}
.mgsModalPopup #submitButtonHolder .btn-custom:hover, .mgsModalPopup #submitButtonHolder .btn-custom:focus, .mgsModalPopup #submitButtonHolder .btn-custom:active {
    border-color: #0347ab;
	border-radius: 5px;
    color: #222;
}
.mgsModalPopup #submitButtonHolder .btn-custom:hover::before, .mgsModalPopup #submitButtonHolder .btn-custom:focus::before, .mgsModalPopup #submitButtonHolder .btn-custom:active::before {
    -moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.mgsModalPopup #submitButtonHolder .btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}
.mgsModalPopup #submitButtonHolder .btn {
    transition: all 0.5s ease 0s;
}
.mgsModalPopup #submitButtonHolder .btn::after {
    content: "\f0a9";
    font-family: "Font Awesome 6 Free";
    font-size: 22px;
	font-weight: bold;
	color: #0347ab;
    opacity: 0;
    position: absolute;
    top: 2px;
    right: 50px;
    transition: all 0.3s ease 0s;
}
.mgsModalPopup #submitButtonHolder .btn:hover::after {
    opacity: 1;
    right: 5px;
}
.mgsModalPopup #submitButtonHolder .btn.btn-custom.disabled {
    opacity: 1;
	pointer-events: auto;
}


.mgsModalPopup .mgsparallax::after {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: -1;
}
.mgsModalPopup .mgsparallax {
	background-attachment: fixed;
	background-color: rgba(0, 0, 0, 0.6);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	z-index: 1;
}
.mgsModalPopup .mgsparallax.mgsparallax-lightbgcolor::after {
	background-color: rgba(0, 0, 0, 0.1);
}
.mgsModalPopup .modal-content {
    background-image: url("../images/background/bg-1.jpg");
}
.mgsModalPopup .modal-content.mgsbg2 {
    background-image: url("../images/background/bg-2.jpg");
}
.mgsModalPopup .modal-content.mgsbg3 {
    background-image: url("../images/background/bg-3.jpg");
}
.mgsModalPopup .modal-body {
    padding: 30px;
    background-color: #fff;
}


.mgsModalPopup .mgs-opacity-animate {
	animation: mgsopacityanimate 1s ;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes mgsopacityanimate {
	0%   { opacity: 0; transform: scale(0);}
	100% { opacity: 1; transform: scale(1);}
}
@keyframes mgsopacityanimate {
	0%   { opacity: 0; transform: scale(0);}
	100% { opacity: 1; transform: scale(1);}
}


@media screen and (max-width: 667px) {	
	.mgs-modal-popup-form .mgs-radio.mgsimagetyperadio li {
		width: 47%;
	}
}
@media screen and (max-width: 420px) {	
	.mgs-modal-popup-form .g-recaptcha {
		-webkit-transform:scale(0.85);
		transform:scale(0.85);
		-webkit-transform-origin:0 0;
		transform-origin:0 0;
	}
	
	#firstDigit #mathfirstnum, #secondDigit #mathsecondnum {
		width: 20px;
	}
}