@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Montserrat';
}
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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:960px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.fl{float:left;}
.fr{float:right;}

.hide-desk{display:none;}

/* LOGO SECTION */
.logo-sec a img {
    width: 100%;
    max-width: 154px;
    padding: 0px !IMPORTANT;
}
.logo-sec {
    float: left;
    width: 100%;
    padding: 15px 0 14px;
}
.logo{
	display:block;
	margin:0 auto;
}

/* CONTENT SECTION */
.cont-sec{
	float:left;
	width:100%;
	position:relative;
	text-align: center !important;
}
.cont-sec:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:290px;
	background:#5fccce;
}
.cont-hd{
	font-size:45px;
	line-height:56px;
	font-weight:bold;
	color:#fff;
	margin-top:30px;
}
.cont-tx{
	font-size:24px;
	line-height:31px;
	color:#fff;
	margin-top:10px;
}
.cont-bx{
	float:left;
	width:100%;
	border-radius:5px;
	background:#fff;
	box-shadow:2px 2px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:2px 2px 10px 1px rgba(0,0,0,0.1);
	margin-top:25px;
	padding:30px;
}
.stp-tx{
	font-size:22px;
	line-height:26px;
}

.progressbar{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:800px;
	background:#e4f0fc;
	height:7px;	
	position:relative;
	margin-top:20px;
	border-radius:15px;
	overflow:hidden;
}
.prgress-1{
	background:#5fccce;
	float:left;
	height:100%;
	border-radius:15px;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;	
}

.stp-1{
	float:left;
	width:100%;
}
.pop-info a {
    color: #222;
}
.qustn-hdng {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 38px;
    color: #5fccce;
    font-weight: 600;
    margin-top: 30px;
}
.stp-bx{
	float:left;
	width:100%;
}
.lbl{
	width:18%;
	margin:15px 1%;
	float:left;
	position:relative;
	cursor:pointer;
}
.stp-rad-btn{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}
.stp-rad-btn:checked + .stp-bx-inr{
	background:#eff7ff;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.1);
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;	
}
.stp-rad-btn:checked + .stp-bx-inr + .stp-bx-tx{color:#5fccce;}
.stp-bx-inr{
	float:left;
	width:100%;
	border:1px solid #e1e1e1;
	padding:40px 30px;
	border-radius:5px;
	margin:15px 0;
}
.stp-icn{
	fill: #5fccce;
	width:74px;
	height:74px;
}
.stp-rad-btn:checked + .stp-bx-inr > .stp-icn{fill:#5fccce;}
.stp-bx-tx{
	font-size:18px;
	line-height:25px;
	float:left;
	width:100%;
	font-weight: 700;
    color: #5fccce;
}
.stp-btn{
	display:block;
	margin:20px auto 0;
	max-width:365px;
	width:100%;
	background:#5fccce;
	border:2px solid #5fccce;
	height:65px;
	font-size:28px;
	line-height:61px;
	color:#fff;
	font-weight:600;
	margin-top:20px;
}
.trst-img{
	display:block;
	margin:20px auto 0;
}

/* AS-SEEN SECTION */
.as-seen{
	float:left;
	width:100%;
	background:#edf1f4;
	padding:25px 0;
	position:relative;
	text-align: center;
}
.footer {
    text-align: center !important;
}
.as-seen-tx{
	font-size:24px;
	line-height:28px;
}
.as-seen-img{
	display:block;
	margin:5px auto 0;
}

/* FOOTER */
.footer{
	float:left;
	width:100%;
	padding:30px 0;
}
.ftr-txt{
	font-size:16px;
	line-height:20px;
	color:#000;
	margin:10px 0;
	font-weight: 600;
}
.ftr-txt span{margin:0 10px;}
.ftr-txt a{color:#000;}


.stp-2 .stp-bx{display:inline-block; padding:0 8%;}
.stp-2 .lbl{margin:15px 4%; width:25%;}
.stp-2 .stp-icn{width:90px; height:96px;}

.prc-vary{font-size:21px; line-height:25px; color: #5fccce;}
.stp-3 .stp-bx{padding:0 2%; margin:15px 0;}
.stp-3 .stp-bx-inr{padding:25px; margin-bottom:0;}
.stp-3 .stp-rad-btn:checked + .stp-bx-inr{background:#5fccce}
.stp-3 .stp-rad-btn:checked + .stp-bx-inr .prc-vary{color:#fff;}
.stp-3 .lbl{margin:0 1%; width:48%;}


.select-wrap {
    max-width: 365px;
	width:100%;
    height: 56px;
    background: #fff;
    border: 1px solid #5fccce;
    padding: 0 25px;
    -webkit-box-shadow: 0px 0px 12px #aba8a8;
    -moz-box-shadow: 0px 0px 12px #aba8a8;
    box-shadow: 0px 0px 12px #aba8a8;
    position: relative;
    margin-bottom: 15px;
    border-radius: 10px;
	margin:30px auto 15px;
}
.select-wrap select option {
    font-weight: 600 !important;
}
.inp-txt::placeholder {
    color: #5fccce;
}
.select-wrap select{
    background: none;
    width: 100%;
    height: 54px;
    position: absolute;
    z-index: 10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 18px;
    color: #5fccce;
    font-weight: 600;
    padding-left: 0px;
    line-height: 48px;
    margin-top: 0px;
    padding: 0 30px;
    left: 0px;
    margin-left: 0px;
    border: none;
	outline:none;
	font-family: 'Montserrat';
}
.select-wrap:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8.5px;
    background: url(../img/54427.png) no-repeat;
    background-size: 20px;
}

.stp-7 .stp-bx{padding:0 30px;}
.stp-7 .stp-bx .lbl{width:23%;}
.stp-7 .stp-bx .stp-bx-tx span{font-weight:600;}

.thnk_section h1, .thnk_section p {
    color: #5fccce;
}
.thnk_section p {
    font-weight: 700;
    margin-top: 10px;
}

.inp-txt {
    max-width: 365px;
	width:100%;
    height: 56px;
    background: #fff;
    color: #5fccce;
    border: 1px solid #5fccce;
    padding: 0 25px;
    -webkit-box-shadow: 0px 0px 12px #aba8a8;
    -moz-box-shadow: 0px 0px 12px #aba8a8;
    box-shadow: 0px 0px 12px #aba8a8;
    position: relative;
    margin-bottom: 15px;
    border-radius: 10px;
	margin:30px auto 15px;
	font-family: 'Montserrat';
	font-size:18px;
	outline:none;
	display:block;
}
.mt-0{margin-top:0;}


/* MEDIA START */

@media only screen and (max-width:970px){
.container{width:750px;}

.logo-sec{padding:20px 0;}


.cont-hd{font-size:32px; line-height:40px;}
.cont-tx{font-size:19px; line-height:27px; font-weight:500;}

.qustn-hdng{font-size:24px; line-height:30px;}

.stp-icn{max-width:100%;}
.stp-bx-tx{font-size:15px; line-height:20px;}
}

@media only screen and (max-width:767px){
.hide-mob{display:none;}
.hide-desk{display:block;}
.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}

.logo-sec{padding:10px 0;}
.logo{width:220px;}

.cont-hd{font-size:26px; line-height:30px; margin-top:12px;}
.cont-tx{font-size:16px; line-height:24px; margin-top:5px;}
.cont-bx{padding:15px 10px 25px; margin-top:17px;}
.stp-tx{font-size:17px; line-height:22px;}
.progressbar{margin-top:10px;}
.qustn-hdng{font-size:20px; line-height:26px; margin-top:18px;}

.lbl{width:48%; margin:5px 1%;}
.stp-bx-inr{margin:8px 0; padding:20px 5px;}
.stp-bx-tx{font-size:14px; line-height:18px;}
.stp-btn{margin-top:15px; font-size:22px; height:60px; line-height:56px;}

.stp-2 .stp-bx{padding:0;}
.stp-2 .lbl{margin:5px 1%; width:31.3%;}
.stp-2 .stp-icn{width:70px; height:80px;}

.stp-3 .stp-bx{padding:0; margin:5px 0;}
.stp-3 .stp-bx-inr{padding:12px 5px;}
.prc-vary{font-size:13px;}

.select-wrap{margin:15px auto 5px;}

.stp-7 .stp-bx{padding:0;}
.stp-7 .stp-bx .lbl{width:48%;}
.score-icn{width:80px;}

.inp-txt{margin:15px auto 5px;}

.trst-img{max-width:280px; margin:10px auto 0;}
.as-seen{padding:20px 0;}
.as-seen-tx{font-size:19px; line-height:26px;}
.as-seen-img{max-width:300px;}

.footer{padding:10px 0;}
.ftr-txt{font-size:14px; line-height:18px;}
.ftr-txt span{margin:0 3px;}
}

/*======loader css=======*/		
.loader_wrap{
	/*! display:none; */
}
.loader_wrap .loader_inner{
	background:rgba(255, 255, 255, 0.7);
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:9999;
	display:flex;
}
.loader_wrap .loader_inner .loader{
	border:6px solid #dddddd;
	border-top:6px solid #3498db;
	border-radius:50%;
	width:60px;
	height:60px;
	animation:spin 1s linear infinite;
	margin:auto;
}
@keyframes spin{
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/*======loader css=======*/



/*Harishankar CSS Style */

.toolbar-area {
    background: #5fccce;
}
.toolbar-area .toolbar-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.toolbar-area .toolbar-contact ul li {
    display: inline-block;
    margin-right: 20px;
    padding: 11px 20px 11px 0;
    color: #fff;
    font-size: 14px;
}
.toolbar-area .toolbar-contact ul li i {
    margin-right: 7px;
    color: #ffffff;
}
.toolbar-area .toolbar-contact ul li a {
    transition: all 0.3s ease;
    color: #fff;
}
.toolbar-area .toolbar-contact ul li a:hover {
    color: #5c5858 !important;
}

p.ftr-txt a {
    font-weight: 600;
}
body a:hover {
    color: #5fccce !important;
    text-decoration: none !important;
}
body a.stp-btn.next-btn:hover {
    color: #fff !important;
}

.bk_btn{
    display: block;
    margin: 20px auto 0;
    max-width: 365px;
    width: 100%;
    background: #5fccce;
    border: 2px solid #5fccce;
    height: 65px;
    font-size: 28px;
    line-height: 61px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}
a.bk_btn:hover {
    color: #fff !important;
}
.thnk_section {
    margin-top: 50px;
}
.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 300ms ease-in;
  -moz-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  pointer-events: none;
}

.modalDialog:target {
  opacity:1;
  pointer-events: auto;
}

.modalDialog > div {
  background: #FFF;
    padding: 0px;
    text-align: left;
    max-width: 850px;
    margin: 40px auto;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #df2a33;
    -webkit-box-shadow: 0px 0px 12px #5f6060;
    -moz-box-shadow: 0px 0px 12px #5f6060;
    box-shadow: 0px 0px 12px #5f6060;
  
}
div::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
}
div#Privacy{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100010;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden;
     overflow-y: scroll;
  scrollbar-width: thin;
}
.pop-info p {
    font-size: 13px;
    font-weight: 600 !important;
}
.close {
  padding: 0;
  color:black;
  line-height: 25px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: auto;
  text-decoration: none;
  background:none;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 5px 10px;
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    opacity: 1 !important;
}

.close:hover { 
color: #EA4436;
}

.btn-link {
    font-weight: 500 !important;
    color: #5fccce !important;
}