@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#ecf5f8;
	color:#2d2d2d;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Acronym';
	font-weight:normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
h1, h2, h3, h4, h5, li, p {letter-spacing: 0.5px;}
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;
	}
.mob-mnu-ic, .mobilemenu, .only-mob{display:none;}
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1030px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
/*-----------------------
CSS FOR TOP SECTION
------------------------*/
.top-sec{
	float:left;
	width:100%;
	background:#ffffff;
	font-size:20px;
	line-height:28px;
	letter-spacing:1px;
	color:#000;
	padding:5px 0;
	}
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.nav-bar{
	float:left;
	width:100%;
	height:80px;
	background:#fff;
	position:relative;
	-webkit-box-shadow:1px 4px 3px #d2d2d2;
	box-shadow: 1px 4px 3px #d2d2d2;	
	}	
.logo{
	/* float:left; */
	margin:22px auto 0;
	}
.nav-rgt{
	float:right;
	width:auto;
	margin-top:24px;
	}	
.nav-rgt p{
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	color:#272727;
	font-weight:bold;
	}
.nav-rgt p img{
	display:inline-block;
	vertical-align:middle;
	margin-top:-5px;
	}	
.nav-rgt p span{
    border-left: 1px solid #000;
    margin:0 15px 0 8px;
    padding-left: 8px;
	}	
/*-----------------------
CSS FOR SECTION1
------------------------*/		
.section1{
	/* background:url(../images/sec1-bg.jpg) no-repeat center top; */
	background: #ecf5f8;
	float:left;
	width:100%;
	text-align:center;
	padding:30px 0 40px 0;	
	min-height: 835px;
	}
.sec1-head{
	font-size:41px;
	line-height:46px;
	color:#333333;
	font-family: 'ITC Avant Garde Gothic';
	}
.video-box{
    margin: 35px auto 0;
    display: table;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 20px 30px 20px;
    -webkit-box-shadow: 1px 1px 15px 3px #d2d2d2;
    box-shadow: 1px 1px 15px 3px #d2d2d2;
	}
.video-lft{
    float: left;
    width: 68%;
	}	
.video-p1{
	float:left;
	width:100%;
	color:#2b2b2b;
	font-size:14px;
	line-height:24px;
	padding:3px 0 10px;
	text-transform:uppercase;
	}
.video-p1 img{    
	display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
	}
.iframe-blk{
	float:left;
	width:100%;
	}
.video-img{
	max-width:696px;
	width:100%;
	}
.video-rit{
	float:right;
	width:32%;
	position:relative;
	}
.vid-girl{
	float:right;
	max-width:356px;
	width:100%;
	}
.name{
	text-align: right;
    font-size: 17px;
    line-height: 26px;
    right: 20px;
    position: absolute;
    top: 83%;
    color: #333333;
	font-family: 'ITC Avant Garde Gothic';
	}
.name span{font-size:22px;}

.btnBox{
	float:left;
	width:100%;
	margin-top:20px;
	}	
.arrow-icn{
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
	}									
.order-btn{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}
/*-----------------------
CSS FOR SECTION2
------------------------*/		
.section2{
	background:#fff;
	float:left;
	width:100%;
	text-align:center;
	padding:50px 0 60px;	
	}
.sec2-heading{
	font-size:40px;
	color:#333333;
	font-family: 'ITC Avant Garde Gothic';
	}	
.btm-bdr-img{
	display:inline-block;
	vertical-align:middle;
	}	
.doctorBox{
	float:left;
	width:100%;
	text-align:center;
	margin-top:35px;
	}
.s2-doc-img{
	display:inline-block;
	vertical-align:middle;	
	}
.doc-txt1{
    font-size: 22px;
    line-height: 32px;
    color: #333333;
    margin-top: 25px;
	font-family: 'ITC Avant Garde Gothic';
	}		
.doc-txt1 span{ font-size:25px;}	
.doc-txt2{
	width:100%;
	max-width:100%;
	background:url(../images/arrw-bg.png) no-repeat center top;
    font-size: 26px;
    line-height: 58px;
	height:58px;
    color: #fff;
    margin-top: 15px;
	font-weight:bold;
	}
ul.sec2-list{
	float:left;
	width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top:40px;	
	}
ul.sec2-list li{
	display:inline-block;
	vertical-align:top;
	width:23.5%;
	border:1px solid #b0b0b0;
	/*border-radius:10px;*/
	position:relative;
	overflow:hidden;
	}	
ul.sec2-list li img{
	max-width:100%;
	display:inline-block;
	vertical-align:top;
	width:100%;
	}	
.s2-lst-t1{
    font-size: 19px;
    color: #0c426d;
    margin: 10px 0 16px;
	font-family: 'ITC Avant Garde Gothic';
	}	
.s2-lst-t2{
    font-size: 15px;
    line-height: 21px;
    color: #333333;
    font-weight: 500;
    padding: 0 10px 12px;
	}
/*-----------------------
CSS FOR SECTION2
------------------------*/
.footer{
	background:#fff;
	float:left;
	width:100%;	
	text-align:center;
	padding:35px 0 40px;
	border-top:1px solid #bababa;
	font-size:16px;
	color:#333333;
	}	
.ftr-para{ 
	line-height:25px;
	margin:25px 0;
	padding:0 50px;
	}
.ftr-addtxt1{ line-height:25px;}			
.ftr-link{ margin-top:20px;}	
.ftr-link a{ color:#333; padding:0 4px;}				
/*--------------------PLUSE--------------------*/	
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
 0% {
 transform: scale(0.9);
 opacity: 0.9;
}
 50% {
 transform: scale(1);
 opacity: 1;
}
 100% {
 transform: scale(0.9);
 opacity: 0.9;
}
}
@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(0.95);
 opacity: 0.7;
}
 50% {
 -webkit-transform: scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: scale(0.95);
 opacity: 0.7;
}
}

/************************* QUIZ PANEL *****************************/
.quiz-area-new{ width: 100%; /* height: 500px; overflow: hidden auto; */ position: relative; display: -webkit-flex; display: flex;}
.quiz-area-new p{ margin-bottom: 15px; }
.quiz-inner-area{ padding: 0px 80px; width: 100%; text-align: left; margin-bottom: 80px; }
.quiz-inner-area fieldset{ display: none; padding: 0 0 50px; position: relative; }
.quiz-inner-area fieldset.active{display: block; }
.quiz-inner-area fieldset h1{ position: relative; margin-bottom: 10px; font-weight: 700; text-align: center;}
.quiz-inner-area fieldset h2{ position: relative; margin-bottom: 10px; font-weight: 300; text-align: center;}
.quiz-inner-area fieldset h2 svg{ fill: rgb(1, 66, 172); margin-left: 5px; }
.quiz-inner-area fieldset h2 span{ position: absolute; left: -40px; color: rgb(1, 66, 172); display: -webkit-flex; display: flex; -webkit-align-items:center; align-items: center; }
.quiz-inner-area ul:not(.slick-dots){ display: block; }
.quiz-inner-area ul:not(.slick-dots) li{
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center; 
	align-items: center; 
	border-radius: 4px; 
	background-color: #fff; 
	-webkit-box-shadow: rgba(8, 20, 41, 0.6) 0px 0px 0px 1px inset; 
	box-shadow: rgba(8, 20, 41, 0.6) 0px 0px 0px 1px inset;
	color: rgb(4, 9, 18); 
	max-width: 100%;
	min-width: 75px; 
	min-height: 45px;
	outline: 0px;
	padding: 8px 10px;
	transition-duration: 0.1s; 
	transition-property: background-color, color, border-color, opacity, box-shadow; transition-timing-function: ease-out; 
	width: 100%;
	cursor: pointer; 
	opacity: 1; 
	margin-bottom:15px; 
	-webkit-justify-content: flex-start; 
	justify-content: flex-start;}
.quiz-inner-area ul:not(.slick-dots) li:hover, .quiz-inner-area ul:not(.slick-dots) li.active{background-color: rgba(1, 66, 172, 0.3);-webkit-box-shadow: rgba(1, 66, 172, 0.6) 0px 0px 0px 2px inset; box-shadow: rgba(1, 66, 172, 0.6) 0px 0px 0px 2px inset;}
.quiz-inner-area ul:not(.slick-dots) li .list-abslt{ position: absolute; top: 5px; right: calc(100% - 30px); border:1px solid rgba(1, 66, 172, 0.6); color: rgb(1, 66, 172); background: #fff; text-align: center; padding: 5px; bottom: 5px; line-height: 1; width: 22px; font-weight: bold; display: -webkit-flex; display: flex;}
.quiz-inner-area ul:not(.slick-dots) li.active .list-abslt{ background: rgb(1, 66, 172); color: #fff; }
.quiz-inner-area ul:not(.slick-dots) li .list-abslt span{ display: none; font-weight: normal; padding-right: 8px; }
.quiz-inner-area ul:not(.slick-dots) li:hover .list-abslt, .quiz-inner-area ul:not(.slick-dots) li.active .list-abslt{ width: auto; }
.quiz-inner-area ul:not(.slick-dots) li:hover .list-abslt span, .quiz-inner-area ul:not(.slick-dots) li.active .list-abslt span{ display: inline-flex;  }
.quiz-inner-area fieldset{ border:0; width: 100%; }
.quiz-inner-area ul:not(.slick-dots) li i { opacity: 0; }
.quiz-inner-area ul:not(.slick-dots) li.active i { opacity: 1; }
.quiz-inner-area ul:not(.slick-dots) li i svg{ fill: rgb(1, 66, 172); }
.list-sbmt-area button.ok-btn{position: relative;font-family: inherit; font-size: 18px; font-weight: 700; cursor: pointer; transition-duration: 0.1s;
    transition-property: background-color, color, border-color, opacity, box-shadow; transition-timing-function: ease-out; outline: none; border: 1px solid transparent; margin: 0px; box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;padding: 6px 14px; min-height: 40px; background-color: rgb(1, 66, 172);color: rgb(255, 255, 255);border-radius: 4px;}
.list-sbmt-area button.ok-btn svg{ fill: #fff; margin-left: 10px; }
.quiz-inner-area p.text-theme{color: #000; text-align: center;}
/* button.back-btn{ position: absolute; bottom: 0; right: 0px;box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;padding: 6px 14px; min-height: 40px; background-color: rgb(1, 66, 172);color: rgb(255, 255, 255);border-radius: 4px; border:0; cursor: pointer; outline: 0; } */
.quiz-inner-area .list-other-area{ display: flex; justify-content: space-between; width: 100%; }
.quiz-inner-area li.active2.active-input .list-other-area{ display: none; }
.quiz-inner-area .list-input-field{ display: none; position: relative; width: 100%; }
.quiz-inner-area li.active2.active-input .list-input-field{ display: flex; }
.quiz-inner-area .list-input-field input{ width: 100%; display: block; padding-right: 50px; background: transparent; border:0; outline: 0; font-size: 15px; color:rgb(1, 66, 172);}
.quiz-inner-area .list-input-field button{ position: absolute; top: -7px;  right: -4px;background-color: rgb(1, 66, 172); border:0;  outline: 0; -webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0; cursor: pointer; height: 32px; line-height: 1; }
.quiz-inner-area .list-input-field button svg{ fill: #fff;  }
@media screen and (max-width: 767px){
.quiz-inner-area{ padding: 0 40px; }
.quiz-inner-area fieldset h2{ font-size: 24px; line-height: 1.2; }
.quiz-inner-area fieldset h2 span{ left: -30px; font-size: 14px; top: 7px; }
.quiz-inner-area ul li .list-abslt{ height: 30px; }

}
/************************* QUIZ PANEL *****************************/
#loading-indicator::after,
#loading-indicator::before {
	box-sizing: border-box;
	left: 50%;
	position: absolute;
	top: 50%
}
#loading-indicator {
	background-color: rgba(0, 0, 0, .5);
	bottom: 0;
	box-sizing: border-box;
	font-size: 0;
	height: 100%;
	left: 0;
	margin: 0!important;
	padding: 0!important;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2147483646
}
#loading-indicator::before {
	background: url(../images/loader.gif) center center no-repeat rgba(0, 0, 0, 0);
	content: "";
	height: 74px;
	margin-left: -98px;
	margin-top: -70px;
	width: 195px;
	z-index: 2
}
#loading-indicator::after {
	background: #fff;
	border-radius: 5px;
	color: #000;
	content: "Checking availability... ";
	font-family: arial;
	font-size: 17px;
	height: 110px;
	line-height: 98px;
	margin-left: -150px;
	margin-top: -75px;
	padding-top: 35px;
	text-align: center;
	width: 300px;
	z-index: 1
}

.quiz-list-group {
	max-width: 500px;
	margin: 20px auto 0;
}
.skip-btn, .back-btn, .continueBtn, .continueToLastStep, a.claimDiscount, .skip-btn-next-page {
	background: none;
	outline: none;
	box-shadow: none;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 20px;
	max-width: max-content;
	color: #2f4147;
	font-weight: bold;
	cursor: pointer;
	border-radius: 4px;
	text-transform: uppercase;
	line-height: 1.4;
}
.back-btn {
	color: #fff;
	background: #2f4147;
}
.continueBtn, .continueToLastStep, a.claimDiscount {
	color: #fff;
	background: #2f4147;
	border-radius: 30px;
	min-width: 500px;
	padding: 12px 0;
	cursor: pointer;
}
.text-center {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
a.claimDiscount svg {
	width: 23px;
    height: 27px;
    margin-left: 5px;
}

.quiz-list-group.quiz-with-image {
	max-width: max-content;
	margin: 0 auto 30px;
}
.quiz-list-group.quiz-with-slder {
	max-width: 100%;
	width: 600px;
}
.quiz-list-group.quiz-with-image ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.quiz-list-group.quiz-with-image ul li {
	padding: 0;
	display: block;
	width: calc(25% - 10px);
	border-radius: 5px;
	margin: 0 5px;
}
.quiz-list-group.quiz-with-image ul li img {
	width: 100%;
	border-radius: 5px 5px 0 0;
	display: block;
}
.quiz-list-group.quiz-with-image ul li span {
	color: #fff;
	background: #2f4147;
	display: block;
	padding: 10px 0;
	text-align: center;
	border-radius: 0 0 5px 5px;
}
.quiz-list-group.quiz-with-image ul li.active span {
	color: #fff;
	background: #0096c8;
}
.quizSlider img {width: 100%;}
.loader {
  border: 2px solid #b8c1c4;
  border-top: 2px solid #293b43;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.skinTone {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	margin-right: 10px;
}

.bar-chart {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  height: 300px;
  background: #eef7f9;
  padding: 30px 0 60px;
}

.bar-chart .bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 55px;
  height: 100%;
  position: relative;
}

.bar-chart .bar {
  width: 100%;
  height: 0;
  border-radius: 12px;
  transition: height 1.5s ease;
  position: relative;
}

.bar-chart .bar-item .label {
  margin-top: 10px;
  font-weight: 600;
  position: absolute;
  top: 100%;
}

.bar-chart .goal {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  background: #4caf50;
  color: white;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 8px;
}

.bar-chart .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border: 3px solid #4caf50;
  border-radius: 50%;
  background: white;
}

.quizSlider .slick-dots {
	margin-top: 10px;
}
.quizSlider .slick-dots li {
	margin: 0;
}
.quizSlider .slick-dots li button {
	width: 10px;
	height: 10px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	background: #000;
	opacity: .4;
}
.quizSlider .slick-dots li.slick-active button {
	opacity: 1;
}
.quizSlider .slick-dots li button:before {
	display: none;
}

@media (max-width: 767px) {
	.quiz-inner-area fieldset h1 {
		font-size: 24px;
    	line-height: 1.3;
	}
	.quiz-list-group.quiz-with-slder {
		width: 300px;
	}
	.quiz-list-group, .container {
		max-width: 100%;
	}
	.continueBtn, .continueToLastStep, a.claimDiscount {
		min-width: 100%
	}
	.quiz-inner-area {
		padding: 0 15px;
	}
	.quiz-list-group.quiz-with-image ul {
		flex-wrap: wrap;
	}
	.quiz-list-group.quiz-with-image ul li {
		width: calc(50% - 10px);
		margin: 0 5px 10px;
	}
	.bar-chart {
		gap: 7px;
	}
	.bar-chart .bar-item {
		width: 40px;
	}
	.bar-chart .goal {
		font-size: 10px;
		padding: 3px 6px;
		border-radius: 3px;
	}
	.skinTone {
		width: 25px;
		height: 25px;
	}
	.quiz-inner-area p.text-theme br {
		display: none;
	}
	.quiz-inner-area h2 br {
		display: none;
	}
}
