@charset "utf-8";

/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
	font-family: "DM Sans", sans-serif;
	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; max-width:100%;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.overflow{position:relative; overflow:hidden;}
/*-----------------------
    MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

.top-caption{
	float: left;
	width: 100%;
	background: #0699e8;
	height: 30px;
	position: relative;
	overflow: hidden;
	}
.caption{
	position:absolute;
	left:0;
	width:100%;
	padding-top:6px;
	}
.caption-txt{
	color:#ffffff;
	font-size:18px;
	line-height:18px;	
	font-weight:600;
	letter-spacing:0.5px;
	white-space: nowrap;
	}
/*-------------------------
     BANNER CSS
--------------------------*/
.banner-sec{
	float: left;
    width: 100%;
    background: #edfbff;
    position: relative;
    overflow-x: clip;
    padding-bottom: 30px;
	}	
.banner-sec:after{
	content: '';
	position: absolute;
	background: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	height: 138px;
	}	
.bnr-left{
	float:left;
	width:58%;
	text-align:left;
	padding-top:40px;
	}
.inner-logo {
    float: left;
    width: 100%;
    padding: 10px 0;
}
.logo{    
	margin: 0 auto 15px;
    width: 220px;
}
	
.bnr-heading{
    float: left;
    width: 100%;
    font-size: 64px;
    line-height: 64px;
    color: #152149;
    font-weight: 700;
    font-family: "Playfair", serif;
    margin-top: 20px;
	}
.bnr-heading span{ color:#008ad4;}	
.bnr-para{
	float:left;
	width:100%;	
	font-size:20px;
	line-height:26px;
	color:#222222;
	font-weight:600;
	letter-spacing:0.5px;
	margin-top:25px;
	}	
.bnr-list{
    float: left;
    width: 100%;
    text-align: left;
    border-top: 1px solid #d9d9d9;
    margin-top: 25px;
    padding-top: 18px;
	display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
	}
.bnr-list li{
    float: left;
    position: relative;
    padding-left: 52px;
    margin-right: 15px;
	}	
.bnr-list li:last-child{ margin-right:0;}	
.bnr-list li img{
	position:absolute;
	top:2px;
	left:0;
	}
.bnr-list li p{
	font-size:18px;
	line-height:24px;
	color:#222222;
	letter-spacing:0.5px;
	font-weight:700;
	}
.bnr-list li p span{color:#017ec1;}					
		
.bnr-right{
    width: 42%;
    float: right;
    position: relative;
	z-index:1;
	}
.bnr-right:before{
	content: '';
	position: absolute;
	right: -30px;
	width: 500px;
	height: 588px;
	top: 0;
	bottom: 0;
	background: url(../images/bnr-hero.jpg) no-repeat top left;
	background-size: cover;
	border-radius: 0 0 35px 35px;	
	}		
a.top-cont{
	position:absolute;
	top:22px;
	right:0;
	width:212px;
	height:50px;
	line-height:50px;
	border:1px solid #636363;
	border-radius:40px;
	font-size:18px;
	color:#535353;
	font-weight:700;
	text-align:center;
	}	
a.top-cont img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 5px 0 0;
	}	
/*-------------------------
    BANNER BOTTOM CSS
--------------------------*/
.hero-btm-strip{
	background:#fff;
	float: left;
	width: 100%;
	padding:70px 0 60px;
	border-bottom:1px solid #d7d7d7;
	position:relative;
	}
.hero-btm-strip:after{
	content:'';
	position:absolute;
	left:50%;
	bottom:-30px;
	background:url(../images/shap-img.jpg) no-repeat center center;
	width:63px; 
	height:64px;
	margin-left:-31.5px;
	}	
.btm-strp-txt{
	float:left;
	width:100%;
	font-size:26px;
	line-height:30px; 
	color:#152149;
	letter-spacing:0.5px;
	font-weight:700;
	}
.scrollStrip {
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 40px 0 30px;
    border-bottom: 1px solid #d9d9d9;
}
.logoSlider{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: nowrap;
	margin-top:20px;
	}	
.slider_track {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 60s linear infinite;
}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
.slider_track li {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	position: relative;
	padding: 0 30px;
}
.slider_track li:after {
        content: '';
    position: absolute;
    top: 8px;
    right: -2px;
    background: #008ad4;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
/*-------------------------
     SECTION1 CSS
--------------------------*/
.section1{
	float:left;
	width:100%;
	padding:60px 0 30px;
	}
.common-heading{
	    float: left;
    width: 100%;
    font-size: 50px;
    line-height: 58px;
    color: #152149;
    font-weight: 700;
    /* letter-spacing: 0.5px; */
    font-family: "Playfair", serif;
	}
.common-heading span{ color:#008ad4;}
.common-para{
	display: inline-block;
    width: 90%;
    font-size: 18px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    margin-top: 20px;
	}
.s1-box{
	float:left;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:90px;
	}
.s1-box-row{
    float: left;
    width: 31.5%;
	text-align:center;
	border-radius:25px;
	border:1px solid #d4e7ed;
	padding-bottom:10px;
	}
.s1-box-row:nth-child(1){ background:#dcf3ff;}	
.s1-box-row:nth-child(2){ background:#fffbef;}	
.s1-box-row:nth-child(3){ background:#d9ffff;}		
.s1-box-top{
	float: left;
    width: 100%;
    padding: 0 20px 20px;
    border-radius: 24px;
	}	
.s1-box-row:nth-child(1) .s1-box-top{ background:#92cfef;}
.s1-box-row:nth-child(2) .s1-box-top{ background:#fde087;}
.s1-box-row:nth-child(3) .s1-box-top{ background:#78def5;}
.s1-box-top img{
	display:inline-block;
	vertical-align:top;
	margin-top:-59px;
	}	
.s1-box-top span{
	    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    color: #222222;
    font-weight: 900;
    margin-top: 15px;
    text-transform: capitalize;
	}
.s1-box-top p{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #222222;
    /* letter-spacing: 0.5px; */
    margin-top: 15px;
	}
.s1-box-btm{
	float:left;
	width:100%;
	padding:0 20px;
	border-radius:0 0 24px 24px;
	}				
.s1-bx-strp{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	border:1px solid #d4e7ed;
	text-align:center;
	font-size:20px;
	line-height:20px;
	color:#222222;
	letter-spacing:0.5px;
	font-weight:700;
	border-radius:30px;
	padding:10px 36px;
	margin-top:-20px;
	}	
.s1-bx-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:5px;
	}
.s1-bx-list li{
	float:left;
	width:100%;
	position:relative;
	padding-left:50px;
	margin-top:30px;
	}	
.s1-bx-list li img{
	position:absolute;
	top:-1px;
	left:0;
	}
.s1-bx-list li p{
	font-size:18px;
	line-height:22px;
	letter-spacing:0.5px;
	color:#222222;
	}			
a.get-btn{
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	width: 395px;
	height: 68px;
	text-align: center;
	background: #00c36a;
	border-radius: 40px;
	font-size: 24px;
	line-height: 70px;
	color: #fff;
	font-weight: 700;
	text-shadow: 1px 1px #152149;
	text-transform: uppercase;
	margin-top: 50px;
	box-shadow: 0 8px 20px 1px rgba(124, 222, 191, 0.5);
	-webkit-box-shadow: 0 8px 20px 1px rgba(124, 222, 191, 0.5);
	position: relative;
	z-index: 1;
	}
a.get-btn img{
    display: inline-block;
    vertical-align: middle;
    margin: -6px -20px 0 20px;
	}
.bnr-left a.get-btn{ margin-top:70px;}

/*-------------------------
     SECTION2 CSS
--------------------------*/	
.section2{
	float:left;
	width:100%;
	background:#017ec1;	
	padding:60px 0;
	position:relative;
	}
.section2:before{
	content:'';
	position:absolute;
	background:#fff;
	left:0;
	right:0;
	top:0;
	height:235px;
	}
.sec2-imgbox{
	float:left;
	width:46%;
	text-align:center;
	position:relative;
	}
.s2-bnr-img{
	margin:0 auto 0;
	display:block;
	border-radius:25px;
	}
.s2-testiBox{
	position:absolute;
	bottom:0;
	left:0;
	width:256px;
	background:#fff;
	border-radius:25px;
	text-align:center;
	padding:25px 20px;
	}
.s2-testi-pics{
	margin:0 auto 0;
	display:block;
    border: 2px solid #1c8cc7;
    border-radius: 50%;	
	}
.s2-testi-star{
	display:inline-block;
	vertical-align:top;
	margin-top:12px;
	}
.s2-testiBox p{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 23px;
    color: #222222;
	font-style:italic;
    letter-spacing: 0.5px;
    margin-top: 12px;
	}	
.s2-testiBox span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:20px; 
	color:#017ec1;
	letter-spacing:0.5px;
	font-weight:700;
	margin-top:15px;
	}
							
.sec2Cont{
	float:right;
	text-align:left;
	width:53%;
	margin-top:15px;
	}	
.s2-para{
        float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    /* letter-spacing: 0.5px; */
    margin-top: 60px;	
	}
.s2-para-top{ margin-top:20px;}		
.s2-list{
	float:left;
	width:100%;
	margin-top:12px;
	}
.s2-list li{
	    background: url(../images/s2-list-tk.png) no-repeat left 0;
    float: left;
    width: 100%;
    padding: 0 0 1px 40px;
    text-align: left;
    position: relative;
    margin-top: 16px;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    /* letter-spacing: 0.5px; */
    font-weight: 400;
    text-transform: capitalize;
	}
a.no-shdw{ box-shadow:none;}

/*-------------------------
     SECTION3 CSS
--------------------------*/
.section3{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	}	

.s3-mid-row{
	float:left;
	width:100%;
	margin-top:10px;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;		
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.s3-mid-col{
	float:left;
	width:31.5%;
	margin-top:35px;
	box-shadow: 0 3px 9px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 9px 1px rgba(0,0,0,0.1);
	background:#fff;
	padding:40px 25px;
	position:relative;
	text-align:center;
	border-radius:10px;
	}
.s3-mid-col img{
	margin:0 auto 0;
	display:block;
	}	
.s3-mid-col span{
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    /* letter-spacing: 0.5px; */
    margin-top: 20px;
	}
.s3-mid-col p{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #222222;
    letter-spacing: 0.5px;
    margin-top: 15px;
	}		

/*-------------------------
     SECTION4 CSS
--------------------------*/
.section4{
	float:left;
	width:100%;
	background:#f2fcff;	
	padding:60px 0 70px;
	}
.s4-slider{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 900px;
    background: #fff;
    border-radius: 30px;
    margin-top: 40px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px 10px;
	}
.s4_box{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #1996d8;
	border-radius: 14px;
	overflow: hidden;
	margin-top: 0;
	}
.s4_imgbx{
	float:left;
	width:42.40%;
	}
.s4_imgbx img{
	display:block;
	margin:0 auto;
	}
.s4_contbx{
	float:right;
	width: 57.6%;
	padding:50px 30px;
	text-align:left;
	}
.s4_contbx .common_heading{
	font-size:55px;
	line-height:65px;
	}
.txt_white{ color:#fff;}	

.sec4-managemant-right{
	    float: right;
    width: 100%;
    padding: 35px 30px;
    text-align: left;
	}
.frm-fld{
	float:left;
	width:100%;
	}
.frm-fld-l{ float:left; width:49%;}
.frm-fld-r{ float:right; width:49%;}
.frm-input{
	float: left;
    width: 100%;
    background: #f2fcff;
    height: 55px;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000;
    font-family: inherit;
    outline: none;
    border: none;
    margin-bottom: 12px;
    -webkit-appearance: none;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.2);
	}
textarea{
	padding: 10px;
	min-height: 170px;
	max-width: 100%;
	min-width:100%;
}
.frm-input::placeholder{
	color:#000;
	}
.select{
	background:url(../images/form-arrow.png) no-repeat 95% center #fff;
	}
.submit-btn{
        float: left;
    width: 100%;
    height: 60px;
    background: #d1fa52;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000000;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    padding: 0;
    position: relative;
    border: none;
    cursor: pointer;
    padding-bottom: 3px;
    font-family: inherit;
	}
.s4_box a.get-btn{ margin-top:20px; box-shadow:none;}

/*-------------------------
     SECTION5 CSS
--------------------------*/
.section5{
	float:left;
	width:100%;
	background:#fff;	
	padding:60px 0;
	}
.faq-container{
	display:inline-block;
	vertical-align:middle;
	width:70%;
	margin:30px 0 10px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	}	
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn.png) no-repeat 97% center;
    padding: 22px 45px 22px 0;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
	font-weight:700;
	letter-spacing:0.5px;
    cursor: pointer;
	border-bottom:1px solid #d4d4d4;
	}
.accordion.last{ border-bottom:none;}
.acdn-heading.accordion-open{
    background: url(../images/open-btn.png) no-repeat 97% center;
	}
.acdn-content {
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
	}
.acdn-para{
	float: left;
    width: 100%;
	font-size: 18px;
    line-height: 24px;
    color: #000000;
	margin-bottom:20px;
	text-align:left;
	letter-spacing:0.5px;
	}	
	
/*-----------------------
		Footer
------------------------*/
.footer{
	float: left;
    width: 100%;
	text-align:center;
	background:#f2fcff;
    padding: 40px 0 50px;
	}
.study-txt{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	/* letter-spacing: 0.5px; */
	color: #000;
	}	
.ftr-logo{
	margin:30px auto 15px;
	display:block;
	width:220px;
	}	
.ftr-txt{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height:26px;
    color: #333333;
	margin-top:10px;
	}	
.footer .ftr-txt a{
    padding: 0 5px;
    color: #333333;
	}	
.ftr-txt2{
	border-top:1px solid #d9dedf;
	padding-top:30px;
	margin-top:30px;
	}	

.for-mob{display:none;}
.for-tab{ display:none;}

/*TERMS- PRIVACY*/

.prodBreadcrm {
	padding: 10px 0;
	text-align: left;
	float: left;
	width: 100%;
	background: #f3f9ff;
	font-size: 14px;
}
.prodBreadcrm p, .prodBreadcrm a{
	color:#000;
}

.tems_bg {
	float: left;
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid #f1f1f1;
}
.trm-bx {
	background: #fff;
    width: 100%;
    float: left;
    text-align: left;
}
.trm-bx h1 {
	line-height: 30px;
    color: #000000;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 4px solid #000;
}
.trm-bx h2 {
	line-height: 28px;
	text-align: left;
	font-size: 20px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
	list-style: disc;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx img{ display:block; margin-bottom:20px;}
.trm-bx span {
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
	max-width:100%;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 10px;
    max-width: 630px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}

.dsr-from{
	float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.bg-blue-50 {
	opacity: 1;
	background-color: rgb(183 200 255 / 10%);
	border-width: 1px;
	float: left;
	width: 100%;
	padding: 15px;
	border: 1px solid #2553b1;
	margin: 15px 0;
}
.dsr-from .frm-fld {
	float: left;
	width: 49%;
	margin-top: 10px;
}
.dsr-from .frm-fld label{
	float:left;
	width:100%;
	font-size:16px;
	line-height:26px;
	margin-bottom:10px;
}
.dsr-from .frm-input, select {
        float: left;
    width: 100%;
    background: #fff;
    height: 55px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000;
    font-family: inherit;
    outline: none;
    border: none;
    margin-bottom: 12px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #d2d2d2;
}
.dsr-from .wd-100{ width:100%;}
.dsr-from textarea {
    padding: 10px;
    min-height: 100px;
    max-width: 100%;
    min-width: 100%;
}
.dsr-from .upload {
    padding: 15px;
}
.trm-pg{
	float:left;
	width:100%;
	position:relative;
}
.trm-pg input[type=checkbox] {
    position: absolute;
    top: 4px;
    left: 0;
    height: 14px;
    width: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    background: #f4f4f4;
    line-height: 14px;
}
.trm-pg label{ padding-left:20px;}
.rqst-btn{
	    display: inline-block;
    vertical-align: top;
    width: 100%;
    width: 350px;
    height: 65px;
    background: #00c36a;
    border-radius: 50%;
    font-size: 21px;
    line-height: 64px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    margin-top: 25px;
    position: relative;
	border:none;
	cursor:pointer;
	margin-bottom:30px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}

@media only screen and (max-width:1187px){
.container{width:1004px;}

.bnr-left{ width:61%;}
.bnr-heading{ font-size:48px; line-height:52px;}
.bnr-list li{ margin-right:10px;}
.bnr-list li p{ font-size:16px;}
.bnr-right{ width: 39%;}
.bnr-right:before{ width: 410px; height: 558px;}
	
.common-heading{ font-size:42px; line-height:52px;}
.s1-box-top{ padding:0 10px 30px;}
.s1-box-top span{ font-size:24px; line-height:28px;}
.s1-box-top p{ font-size:14px; line-height:24px;}
.s1-bx-list li{ padding-left:38px;}
.s1-bx-list li p{ font-size:17px; line-height:22px;}
.s1-box-top { padding: 0 8px 30px;}
.s1-box{ margin-top:70px;}

.sec2-imgbox{ width:44%;}
.section2:before{ height:222px;}

.s3-mid-col span{ font-size:22px; line-height:26px;}
.faq-container{ width:96%;}
}


@media only screen and (max-width:1023px){
.container{width:750px;}
.for-desk{ display:none;}
.for-tab{ display:block;}

.bnr-left{ width:55%;}
.bnr-heading{ font-size: 40px; line-height: 42px;}
.bnr-list li{ padding-left: 34px; margin-right: 7px;}
.bnr-list li img{ top:4px; width:30px;}
.bnr-list li p{ font-size: 14px; line-height: 19px;}
.formBox{ width:730px;}
.bnr-right{ width:33%;}
.bnr-right:before{width: 400px; height: 558px; right: -70px;}

.carouselTicker__item{ margin:0 10px; width: 190px;}

.section1{ padding:70px 0 30px;}
.common-heading{ margin-top: 20px; width: 100%;}
.common-para{ font-size:20px; line-height:28px; margin-top:20px;}
.s1-box-row{ width: 32.5%;}
.s1-box-top img{ width:100px;}
.s1-box-top span{font-size: 18px; line-height: 26px;}
.s1-box-btm{ padding:0 10px;}

.section2:before{ height: 200px;}
.sec2-imgbox{ width: 40%; padding-bottom: 34%;}
.sec2Cont{ width:56%;}

.section3{ padding:60px 0 70px;}
.s3-mid-col{ padding:35px 10px;}

.section4{ padding:60px 0 70px;}
.s4-testiBox{ padding:0 30px 45px;}
.testi-para{ font-size:18px; line-height:26px;}

.section5{ padding:60px 0 70px;}
}

@media only screen and (max-width:767px){
.container{width:100%; max-width:600px; padding:0 10px;}
.for-mob{display:block;}
.for-desk{display:none;}
.hide-mob{ display:none;}

.caption-txt{ font-size:12px; line-height:20px;}

.banner-sec{ padding:20px 0 0;}
.bnr-left{width:100%; padding:0; text-align:center;}
.logo{width:150px; margin:0 auto 10px;}
.bnr-heading{font-size:32px; line-height:38px; margin-top: 10px;}
.bnr-hero-mob{ float:left; margin:20px auto 0; width:calc(100% + 20px); margin-left:-10px; max-width:none;}
.bnr-para{ font-size:17px; line-height:24px; margin-top:15px;}
.bnr-list{ margin-top:15px; padding:0; border:none;}
.bnr-list li{ margin:0; padding:0; width:33.33%; text-align:center;}
.bnr-list li img{ position:static; margin:0 auto 0; display:block; border: 1px solid #edfbff;
border-radius: 50%; background: #edfbff; width:46px;}
.bnr-list li p{ font-size: 12px; line-height: 17px; margin-top: 8px;}
.formBox{ width:100%; padding:20px 15px 20px; border-radius: 12px; margin-top:42px;}
.frm-head{ font-size:14px; line-height:18px; margin-top: -40px; padding:12px;}
.all-fields{ width:100%; height:60px;}
.frm-btn{ width:100%; margin-top:20px; height:60px;}
a.secure-txt{ font-size:13px; line-height:17px;}
.bnr-testi{ padding:0 0 0 74px;}
.bnr-testi p{ font-size:16px; line-height:22px;}
.testi-pics{ width:60px;}
.bnr-right{ display:none;}
.banner-sec:after{ height:88px;}
.bnr-left a.get-btn {margin-top: 44px;}

.hero-btm-strip{ padding:45px 0 40px;}
.hero-btm-strip:after{ width: 36px; height: 36px; margin-left: -18px; background-size: 36px;
bottom: -16px;}
.btm-strp-txt{ font-size:20px; line-height:26px;}
.carouselTicker{ margin-top:10px;}
.carouselTicker__item{ margin:0 10px; width: 160px;}

.section1{ padding: 30px 0 35px;}
.common-heading{ font-size: 28px; line-height: 34px; margin-top:0;}
.common-para{ font-size: 16px; line-height: 24px; margin-top: 12px; width: 100%;}
.s1-box{ margin-top:0;}
.s1-box-row{ width: 100%; margin-top: 70px;}
.s1-box-top{ padding: 0 16px 30px;}
.s1-box-top span{ font-size: 22px; line-height: 28px;}
.s1-box-top p{ margin-top:10px;  font-size: 16px; line-height: 24px;}
.s1-box-btm{ padding: 0 15px;}
.s1-bx-list{ margin-top:0;}
.s1-bx-list li{ margin-top:26px;}
a.get-btn{ height: 64px; font-size: 22px; line-height: 67px; margin-top: 30px;}

.section2{ padding: 25px 0 40px;}
.section2:before{ display:none;}
.sec2Cont{ width:100%; text-align:center; margin:0;}
.heading-mob, .heading-mob span{ color:#fff;}
.s2-para{ font-size: 16px; line-height: 24px; margin-top: 20px;}
.s2-para-top{ margin-top:15px;}
.s2-list li{ padding-left: 42px; margin-top: 14px; font-size: 18px; line-height: 26px;}
.sec2-imgbox{ width: 100%; padding-bottom: 0; margin-top:30px;}
.s2-bnr-img{ border-radius:15px;}
.s2-testiBox{ left:10px; right:10px; width:auto; border-radius:20px;}

.section3{  padding: 25px 0 40px;}
.s3-mid-row{ margin-top:0; padding:0 10px;}
.s3-mid-col{ width:100%;}
.s3-mid-col img{ width:85px;}
.s3-mid-col span{ font-size: 22px; line-height: 26px; margin-top:15px;}
.s3-mid-col p{ font-size: 16px; line-height: 24px;}


.section4{ padding: 25px 0 40px;}
.s4-slider{ margin-top:30px;}
.s4-testiBox{ padding: 0 15px 34px; margin-top: 20px;}
.testi-head{ font-size:22px; line-height:28px;}
.testi-para{ font-size: 17px; line-height: 25px; margin-top:12px;}
.rev-star{ margin: 20px auto 0;}
.sec4-managemant-right{ padding:10px;}
.frm-fld-l, .frm-fld-r{ width:100%;}

.section5{ padding: 25px 0 40px;}
.faq-container{ margin:10px 0 0;}
.accordion{ font-size:18px; line-height:25px;padding: 13px 25px 13px 0;}
.acdn-content{padding: 15px 0 0;}
.acdn-para{ font-size:17px; line-height:23px; margin-bottom:15px;}

.footer{ padding: 25px 0;}
.ftr-logo{margin:12px auto 0; width:150px;}
.ftr-txt{ font-size:14px; line-height:25px;}
.footer .ftr-txt a{ padding:0;}
.ftr-txt2{ padding-top: 15px; margin-top: 15px;}

.dsr-from .frm-fld{ width:100%;}	
}

/*-----------------------
		Pulse
------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.8s;
	-webkit-animation-duration: 1.8s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.85);}
50% {transform: scale(1);}
100% {transform: scale(0.85);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.85);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.85);}
}	

/*-----------------------
		Quize
------------------------*/
.header{
	float:left;
	width:100%;
	background:#fff;
	padding:15px 0;
	}
.quiz-logo{
	margin:0 auto 0;
	display:block;
	width:220px;
	}
	
.quiz-banner{
	float:left;
	width:100%;
	background:#f2fcff;
	padding:70px 0;
	}
.quizBox{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	width:100%;
	max-width:900px;
	padding:30px 25px 40px;
	border-radius:12px;
	box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	overflow:hidden;
	}
.quiz-heading{
    float: left;
    width: 100%;
    font-size: 28px;
    line-height: 34px;
    color: #152149;
    letter-spacing: 0.5px;
    font-weight: 600;	
	}
.optionBox{
    float: left;
    width: 100%;
    margin-top: 10px;
	}	
.optionbox-row{
    float: left;
    width: 47%;
    text-align: left;
    margin-top: 22px;
    position: relative;
    cursor: pointer;
    border: 1px solid #e4e4e4;
    margin: 22px 12px 0;
    padding: 8px;
	border-radius:8px;
	}
.optionbox-row.active{
	-webkit-box-shadow: 0 0 4px 1px #2474FF;
	box-shadow: 0 0 4px 1px #2474FF;
	}		
.all-checkbox{
	position:absolute;
	top:50%;
	left:14px;
	margin-top:-10px;
	
	-webkit-appearance:none;
	width:20px;
	height:20px;
	border:1px solid #d9d9d9;
	border-radius:3px;
	outline:none;
	}
.all-checkbox:checked{
	background:#152149;
	border:1px solid #152149;
	}
.all-checkbox:after{
	content: '';
    position: absolute;
    width: 18px;
    height: 20px;
    background: url(../images/tik.svg) no-repeat center center;
    left: 0;
    top: 0;
    background-size: 16px;
	}		
.optionbox-row p{
	font-size:20px;
	color:#000;
	letter-spacing:0.5px;
	padding-left:40px;
	}
.quizBox a.get-btn{ 
	font-size:24px; 
	margin-top:30px;
	}
	

.quize-footer{ background:#fff;}			

@media only screen and (max-width:1023px){
.optionbox-row{ margin:20px 10px 0;}
.quiz-heading{ font-size:26px; line-height:32px;}
}

@media only screen and (max-width:767px){
.header{ padding:10px 0;}
.quiz-logo{ width:150px;}

.quiz-banner{ padding:40px 0;}
.quiz-heading{ font-size:22px; line-height:30px;}
.optionbox-row{ width:100%; margin:20px 0 0;}
.optionbox-row p{ font-size: 18px; padding-left: 36px;}
.quizBox{ padding:20px 10px 35px;}
.quizBox a.get-btn{ font-size:20px;}
}