@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Poppins';
	font-weight:400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}


/*====Fonts====*/
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Regular.woff2') format('woff2'),
	url('Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Medium.woff2') format('woff2'),
	url('Poppins-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-SemiBold.woff2') format('woff2'),
	url('Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Bold.woff2') format('woff2'),
	url('Poppins-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}

/*=====MAIN CSS START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

.header{
	float:left;
	width:100%;
	padding:10px 0;
	position:relative;
	background:#fff;
	box-shadow:0 2px 9px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 2px 9px 0 rgba(0,0,0,0.1);
	}			
.logo{
	display:block;
	margin:0 auto;
	width:132px;
	}

/*====Banner-Section====*/
.banner{
	float:left;
	width:100%;
	padding:43px 0;
	background:#f0f6ff;
	}
.banner_row{
	float:left;
	width:100%;
	text-align:center;
	position:relative;
	}
.banner_text1{
	font-size:18px;
	line-height:23px;
	color:#000000;
	}
.banner_heading{
	font-size:39px;
	line-height:48px;
	letter-spacing:0.5px;
	color:#000000;
	font-weight:bold;
	margin-top:10px;
	}
.banner_strip{
	margin-top:14px;
	font-size:20px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#298b0b;
	font-weight:600;
	position:relative;
	}

ul.banner_list{
	display: flex;
    justify-content: center;
    column-gap: 25px;
	margin-top:25px;
	}
ul.banner_list li{
	font-size: 14px;
    line-height: 20px;
	letter-spacing:0.3px;
	font-weight:bold;
	text-align:left;
	padding-left:24px;
	background:url(../images/banner-list-tik.png) no-repeat left 3px;
	background-size:16px;
    color: #000000;
	}

.banner_right{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:600px;
	margin-top:20px;
	}
.banner_right-box{
	float:left;
	width:100%;
	background:#122b55;
	border:4px solid #00a9dd;
	border-radius:5px;
	padding:30px 20px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	}
.question-Box {
    float: left;
    width: 100%;
    position: relative;
	text-align:center;
	}
.step_number{
	font-size:16px;
	line-height:22px;
	color:#ffffff;
	font-weight:300;
	margin-bottom:13px;
	}
.step_question{
	font-size:26px;
	line-height:34px;
	letter-spacing:0.5px;
	color:#ffffff;
	font-weight:bold;
	}
.option-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	max-width:430px;
	margin:12px auto 0;
	}
.option-box_age{ max-width:100%;}
.option-box_field{ max-width:470px;}
.option-col {
    width:48%;
    position: relative;
    margin-top:10px;
	}
.option-box_age .option-col{ width:19%;}
.desc-opt{
	float:left;
	width:100%;
	border-radius:5px;
	position:relative;
	height:57px;
	font-size:20px;
	line-height:56px;
	color:#fff;
	font-weight: 600;
	letter-spacing:0.3px;
	cursor:pointer;
	display:flex;
	display: -webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content: center;
	text-align:center;
	transition: all .15s ease-in-out;
	font-family: 'Poppins';
	border:2px solid #fff;
	}
.option-col:hover .desc-opt{
	border:2px solid #38cf0a;
	background:#38cf0a;
	}
.option-col input[type="radio"]{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	}
.option-col input[type="radio"]:checked  + .desc-opt{
	border:2px solid #38cf0a;
	background:#38cf0a;
	}
.secure-seal{
	display:block;
	margin:12px auto 0;
	max-width:100%;
	width:280px;
	}
.frm-sucure_text{
	font-size: 12px;
    line-height: 22px;
    color: #fff;
	margin-top:20px;
	}
.frm-sucure_text img {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    margin: -4px 7px 0 0;
	filter: brightness(25) invert(1);
	}

.submit_info-row{
	float:left;
	width:100%;
	}
.details-col{
	width:100%;
	max-width:400px;
	display: flex;
    justify-content: left;
	align-items: center;
	margin:40px auto 0;
	transition: all .2s ease-in-out;
	position:relative;
	opacity: 0.5;
	}
.details-col:first-child{ margin-top:0;}
.details-col.active{ opacity:1;transition: all .2s ease-in-out;}
.details-col.active:after{
	position:absolute;
	top:50px;
	bottom:-40px;
	left:30px;
	content:"";
	border-left:2px dotted #2d7093;
	transition: all .2s ease-in-out;
	transform: translateY(0);
	}
.details-col:last-child:after{ border:none;}
.details-col.active:before{
	position:absolute;
	top:75px;
	left:24px;
	content:"";
	background:url(../images/serch-arw.png) no-repeat center center;
	width:14px;
	height:7px;
	transition: all .2s ease-in-out;
	transform: translateY(0);
	background-size:100%;
	}
.details-col:last-child:before{ display:none;}
.details-col-imgbx{
	float:left;
	width:60px;
	height:60px;
	border-radius:50%;
	background:#e1f5ff;
	position:relative;
	z-index:1;
	display: flex;
    align-items: center;
    justify-content: center;
	}
.details-col-imgbx  img{
	width:30px;
	}
.details-col p{
	float:right;
	width:calc(100% - 60px);
	padding:0 0 0 15px;
	color:#fff;
	font-size:16px;
	line-height:25px;
	letter-spacing:0.3px;
	text-align:left;
	position:relative;
	opacity:0;
	}
.details-col p strong{ font-weight:600;}
.details-col p span{
	float:left;
	font-weight:400;
	font-size:15px;
	opacity:0;
	}
.details-col p span img{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin:-3px 5px 0 0;
	}
.details-col.active p{opacity:1;transition:all ease 0.2s;}
.details-col p span.active{opacity:1; transition:all ease 0.2s;}
.input-fld{
	width:56%;
	height:58px;
	border:none;
	background:#fff;
	outline:none;
	-webkit-appearance:none;
	border-radius:7px;
	border:1px solid #bebdbe;
	font-size:18px;
	line-height:22px;
	color:#000;
	text-align:left;
	padding:3px 15px ;
	transition: all .15s ease-in-out;
	font-family: 'Poppins';
	margin-top:5px;
	}
.input-fld::placeholder{
	color:#333;
	}
.submit_button{
    width: 42%;
    height: 58px;
    background: #38cf0a;
    border-radius: 7px;
    outline: none;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border: none;
    cursor: pointer;
    font-family: 'Poppins';
	margin-top: 5px;
	}
.btn-arw {
    display: inline-block;
    vertical-align: middle;
    margin:-5px -10px 0 10px;
    width: 20px;
	}

/*=========sectionOne==========*/
.sectionOne{
	float:left;
	width:100%;
	padding:60px 0;
	}
.common_heading{
	font-size: 35px;
    line-height: 42px;
    color: #000000;
    font-weight: 600;
	}
.sec1_row{
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.sec1-col{
	width:31.50%;
	margin-top:50px;
	padding:0 30px 30px;
	text-align:center;
	border:1px solid #045b92;
	border-radius:5px;
	background:#f9f9f9;
	}
.sec1_stepno{
	display:block;
	margin:-20px auto 30px;
	width:40px;
	height:40px;
	background:#045b92;
	border-radius:50%;
	font-size:21px;
	line-height:42px;
	color:#fff;
	font-weight:500;
	}
.sec1-step-icon{
	display:block;
	margin:0 auto 30px;
	width:140px;
	}
.sec1-col h3{
	font-size: 22px;
    line-height:28px;
    color: #000000;
    font-weight: bold;
	}
.sec1-col p{
	font-size: 18px;
    line-height:27px;
    color: #000000;
	margin-top:12px;
	}

.common-btn-box{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width:100%;
    max-width:420px;
    margin-top:50px;
	}
.common-btn{
	float:left;
	width:100%;
	background:#38cf0a;
	font-family: 'Poppins';
	height:74px;
	font-size:28px;
	line-height:77px;
	letter-spacing:0.3px;
	color:#fff;
	font-weight:bold;
	border-radius:5px;
	margin:0 0 12px;
	box-shadow:0 3px 5px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,0.2);
	}
.common-btn img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin:-3px -10px 0 10px;
	}
.sucure_text{
	font-size:12px;
	line-height:22px;
	letter-spacing:0.3px;
	color:#000;
	}
.sucure_text img{
	display:inline-block;
	vertical-align:middle;
	width:11px;
	margin:-4px 7px 0 0;
	}

/*=========sectionTwo==========*/
.sectionTwo{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f0f6ff;
	}
.sec2_review-row{
	width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
	}
.sec2_review-col{
	width:31.333%;
	background:#fff;
	border-radius:10px;
	margin-top:40px;
	padding:30px 30px 25px;
	text-align:left;
	box-shadow:0 0 6px 1px rgba(0,0,0,0.2);
	}
.review_heading{
	font-size: 20px;
    line-height:25px;
    color: #000000;
    font-weight: 600;
	}
.t-star{
	display:block;
	margin:10px 0 0;
	width:115px;
	}
.review_para{
	font-size: 17px;
    line-height: 26px;
	letter-spacing:0.3px;
    color: #000000;
    margin-top: 18px;
	}
.review_name{
	display: inline-block;
    vertical-align: top;
	margin-top:25px;
	text-align:left;
	padding:5px 0 5px 60px;
	position:relative;
	}
.t-img{
	position:absolute;
	left:0;
	top:0;
	width:50px;
	border-radius:50%;
	}
.review_name h4{
	font-size: 17px;
    line-height: 20px;
    color: #000000;
	letter-spacing:0.3px;
	font-weight:600;
	}
.review_name p{
	font-size: 12px;
    line-height: 18px;
	letter-spacing:0.3px;
    color: #000000;
    margin-top: 3px;
	}
.review_name p img{
	display:inline-block;
	vertical-align:middle;
	width:13px;
	margin:-2px 5px 0 0;
	}

/*====Footer====*/
.footer{
	float:left;
	width:100%;
	padding:40px 0 45px;
	}
.footer-txt1{
	font-size:16px;
	line-height:24px;
	letter-spacing:0.3px;
	color:#000;
	margin:10px 0 0;
	}
.footer-txt1 a{ padding:0 5px;}


.fordesk{ display:block;}
.fortab, .formob{ display:none;}

/*=====Media-Querry=====*/

@media only screen and (max-width:1200px){
.container{width:1004px;}


.sec1-col{padding: 0 25px 30px;}
.sec1-col h3{font-size: 21px;}

}


@media only screen and (max-width:1021px){
.container{width:750px;}

.fordesk{display: none;}
.fortab{display: block;}


.sec1-col {padding: 0 25px 25px;}
.sec1-col p{ font-size:17px; line-height:26px;}

.sec2_review-col{ width:100%;margin-top: 25px;}


}


@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.fordesk{display:none;}
.formob{display:block;}
.hidemob{ display:none;}

.logo {width: 110px;}

.banner{ padding:30px 0 30px;}
.banner_left{ width:100%; padding:0; text-align:center;}
.banner_text1{ font-size:15px;}
.banner_text1:before,.banner_text1:after{ display:inline-block; vertical-align:middle;  width:30px; border-bottom:1px solid #6a6a6a; content:"";}
.banner_text1:before{margin:-1px 7px 0 0;}
.banner_text1:after{margin:-1px  0 0 7px;}
.banner_heading {font-size: 30px; line-height: 38px;}
.banner_strip{font-size: 16px; line-height:22px;margin-top: 10px;}

.hero-img-m{ margin:5px auto 0; max-width:100%; width:300px;}
.banner_right{ width:100%; padding:0 5px;margin-top: 15px;}
.banner_right-box{ min-height:auto; padding:25px 20px;}
.step_question {font-size: 23px;line-height: 32px;}
.option-box{ margin-top:5px;flex-wrap: wrap;}
.option-col,.option-box_age .option-col{ width:100%;}
.desc-opt{font-size: 18px;}
.submit_info-row{ margin-bottom:30px;}
.details-col,.details-col:first-child{margin: 30px auto 0;}
.details-col.active:after{bottom: -30px;}
.details-col.active:before{top: 69px;}
.input-fld{ font-size:17px;margin-top: 10px; width:100%; text-align:center;}
.submit_button{ width:100%;margin-top: 15px;}
.frm-sucure_text{font-size: 11px;line-height: 19px;letter-spacing: 0.3px; margin-top: 16px;}
.frm-sucure_text img { width: 9px; margin: -4px 5px 0 0;}
.secure-seal {width: 250px;}

.details-col p,.details-col p span{ font-size:14px;}

ul.banner_list{flex-wrap: wrap;flex-direction: column; max-width:320px;width: 100%;margin-top: 16px;}
ul.banner_list li {font-size: 17px; line-height:26px;margin-top: 10px;padding-left: 30px; font-weight:500;background-size: 20px; background-position:left 0;}

.sectionOne{ padding:30px 0;}
.common_heading {font-size: 27px;line-height: 34px;}
.sec1_row{ padding:0 8px;}
.sec1-col{ width:100%;margin-top: 35px;}
.sec1-col h3 {font-size: 20px;}
.sec1-col p {font-size: 16px;line-height: 25px;}
.sec1-step-icon{width: 120px;}
.common-btn-box{ margin-top:30px;}
.common-btn{height: 68px;font-size: 24px;line-height: 70px;}

.sectionTwo{ padding:30px 0;}
.sec2_review-row{ padding:0 7px;}
.sec2_review-col{ padding:20px;text-align: center;}
.t-star{ margin:10px auto 0;width: 100px;}
.review_para{font-size: 16px;line-height: 25px;}
.review_name{padding: 3px 0 3px 55px;}
.review_name h4{ font-size:16px;}
.t-img{ width:45px;}

.footer{ padding:25px 0;}
.footer-txt1{ font-size:14px;}

}





.custom-email-form h2 {
    display: none;
}

.custom-email-form .formkit-header {
    display: none;
}

.custom-email-form .formkit-subheader {
    display: none;
}

.custom-email-form form.seva-form.formkit-form {
    background-color: transparent !important;!i;!;
    border: none !important;!i;!;
}

body .custom-email-form form.seva-form.formkit-form .formkit-field {
    flex: auto !important;!i;!;!i;!;
    min-width: inherit;
    width: calc(100% - 260px);
    -webkit-flex: auto !important;
    margin-right: 14px;
    height: 55px !important;!i;!;
}

body .formkit-form[data-uid="5b03bba6d1"] .formkit-field, .formkit-form[data-uid="5b03bba6d1"] .formkit-submit {
    /* flex: auto !important; */!i;!;
}

.custom-email-form form.seva-form.formkit-form  button.formkit-submit.formkit-submit {
    flex: auto !important;!i;!;
    background: #38cf0a !important;!i;!;
    height: 55px;
}

body .custom-email-form form.seva-form.formkit-form .formkit-field input {
    height: 55px;
    font-family: 'Poppins';
    font-size: 18px;
}

.custom-email-form form.seva-form.formkit-form button.formkit-submit.formkit-submit span {
    font-family: 'Poppins';
    font-size: 18px;
    position: relative;
}

.custom-email-form form.seva-form.formkit-form button.formkit-submit.formkit-submit span:after {
    content: "";
    background: url(https://medicalsclstag.wpenginepowered.com/images/btn-arw.png);
    display: inline-block;
    width: 22px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    margin-top: 10px;
}