.fancybox-content .js-form-ajax {
	max-width: 600px;
}

.fancybox-content .js-form-ajax.wide {
	max-width: 1024px;
	padding: 60px 25px 25px;
}

.form-title {
	font-size: 2rem;
	margin-bottom: 15px;
}

.form-desc {
	margin-bottom: 15px;
	font-weight: bold;
}

.form-group-title {
	font-size: 18px;
	line-height: 21px;
	color: #0071BB;
	margin: 25px 0 20px;
}

.form-group-title span {
	color: #C4C4C4;
}

.form-top-fix {
	margin-top: -8px;
}

.feed-trick {
	display: none;
}

.fancybox-content {
	padding: 0 !important;
}

.feed-form-checkbox,
.feed-form-radio {
	display: none;
}

.feed-form-checkbox + .feed-form-label-checkbox {
	cursor: pointer;
	margin: -3px 5px 0 0;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	position: relative;
}

.feed-form-checkbox + .feed-form-label-checkbox:before {
	width: 0;
}

.feed-form-checkbox:checked + .feed-form-label-checkbox:before {
	content: '\2713\0020';
	position: absolute;
	top: -2px;
	left: 2px;
	color: #0072bc;
}

.feed-form-radio + .feed-form-label-radio {
	position: relative;
	padding-left: 25px;
	color: #C4C4C4;
	cursor: pointer;
}

.feed-form-radio + .feed-form-label-radio:before {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #DDEDFF;
	position: absolute;
	left: 0;
	top: 2px;
	z-index: 1;
}

.feed-form-radio:checked + .feed-form-label-radio {
	color: #485460;
}

.feed-form-radio:checked + .feed-form-label-radio:after {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #1B9CFC;
	position: absolute;
	left: 3px;
	top: 5px;
	z-index: 2;
}


@media (max-width: 767px) {
	
	.form-title {
		font-size: 1.6rem;
	}
	
}
.form-modal-answer-across{
    text-align: center;
    width: 510px;
    height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    width: initial;
    height: initial;
    text-align: left;
    display: initial;
    color: #fff;
}
.form-modal-answer-across__title{
    color: #485460;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 45px;
    padding-top: 25px;
    color: #fff;
}
.form-modal-answer-across__add{
    font-size: 24px;
    font-style: normal;
    line-height: 34px;
    color: #0072bc;
    padding-bottom: 25px;
    color: #fff;
}
.form-get-phone{
    color: #fff !important;
    position: relative;
    border-bottom-right-radius: 80px;
    color: #485460;
    overflow: hidden;
    z-index: 2;
    padding: 2rem 0;
}
.form-get-phone a {
    color: #fff;
}
.form-get-phone input[type=text]{
    border-bottom: 1px solid #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.form-get-phone input{
    color: #fff !important;
    font-family: inherit;
}
.form-get-phone input::-webkit-input-placeholder{
    color: #fff;
}
.form-get-phone input::-moz-placeholder{
    color: #fff;
}
.form-get-phone input:-ms-input-placeholder{
    color: #fff;
}
.form-get-phone input::-ms-input-placeholder{
    color: #fff;
}
.form-get-phone input::placeholder{
    color: #fff;
}
.form-get-phone input:-ms-input-placeholder{
    color: #fff;
}
.form-get-phone input::-ms-input-placeholder{
    color: #fff;
}
.form-get-phone:before{
    content: "";
    position: absolute;
    display: block;
    right: 0;
    background-color: #EEF7FF;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    background: rgb(0,68,169);
    background: -moz-linear-gradient(90deg, rgba(0,68,169,1) 0%, rgba(41,150,222,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,68,169,1) 0%, rgba(41,150,222,1) 100%);
    background: linear-gradient(90deg, rgba(0,68,169,1) 0%, rgba(41,150,222,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0044a9",endColorstr="#2996de",GradientType=1);
}
.form-get-phone:after{
    content: "";
    background-image: url(/local/templates/medscan_my/img/circle-blue-3.svg);
    width: 389px;
    height: 164px;
    position: absolute;
    top: 0px;
    right: -3%;
    z-index: -1;
}
.form-get-phone input[type=email],
.form-get-phone input[type=tel],
.form-get-phone input[type=text] {
    border-bottom: 1px solid #4FAAE7;
    color: #4FAAE7;
    display: block;
    width: 100%;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 9px 0;
}
.form-get-phone input.invalid {
    border-color: #ff2424;
}
.form-get-phone .btn{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 3px solid transparent;
    padding: 0.5rem 2rem;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    position: relative;
    width: 100%;
    background-color: #19D0CD;
    color: #fff;
    text-transform: initial;
    font-family: inherit;
}
.form-get-phone .btn:hover,
.form-get-phone .btn:active{
    background-color: #19D0CD;
    color: #fff;
}
.form-get-phone__img{
    position: absolute;
    top: -40px;
    left: -30%;
}
.form-get-phone__img img{
    max-width: initial;
    width: initial;
}
.form-get-phone__title{
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	padding-top: 0.3rem;
}
.form-get-phone .form-group{
	margin-bottom: 0;
}
.form-get-phone__desc{
	color: #6BAAF0;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
    padding-top: 0.7rem;
}
.form-get-phone__wrapper{
    padding-top: 2rem;
}
.form-get-phone__answer__title{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 45px;
    margin-top: -10px;
}
.form-get-phone__answer__add{
    font-size: 18px;
    font-style: normal;
    line-height: 34px;
    padding-bottom: 15px;
}
@media (max-width: 991px){
	.form-get-phone .form-group{
	    padding-top: 1rem;
	}
	.form-get-phone__img{
	    top: initial;
	    bottom: -40px;
	}
}
@media (max-width: 575px){
	.form-get-phone__img{
	    display: none;
	}
}
















