@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: 'Inter';
	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;
	}

.overflow{overflow:hidden;}

/*====Fonts====*/
@font-face {
	font-family: 'Inter';
	src: url('Inter-Light.woff2') format('woff2'),
	url('Inter-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-SemiBold.woff2') format('woff2'),
	url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

/*=====MAIN CSS START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.overflow{ overflow:hidden;}
.header{
	float:left;
	width:100%;
	height:90px;
	position:relative;
	background:#fff;
	border-bottom:1px solid #d0d8e5;
	}
.logo{
	float:left;
	margin-top:20px;
	width:280px;
	}
.header-right{
	float:right;
	margin-top:12px;
	position:relative;
	padding:0 0 0 48px;
	text-align:left;
	}
.header-call{
	position: absolute;
    left: 0;
    top: 16px;
    width: 36px;
	}
.header-right-txt1 {
    font-size:13px;
    line-height:18px;
    letter-spacing: 0.3px;
    color: #000;
	}
.header-right-txt2{
	font-size:25px;
	line-height:26px;
	letter-spacing:0;
	color:#e06732;
	font-weight:600;
	margin:2px 0;
	}

/*====question-sec====*/
.quiz-sec{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 75px;
	}
.quiz-inr-box{
    display: inline-block;
    vertical-align: middle;
    max-width:640px;
    width: 100%;
    position: relative;
	border-radius:8px;
	}
.quiz_box {
    float: left;
    width: 100%;
	padding:0 60px;
	}
.question-Box {
    float: left;
    width: 100%;
	position:relative;
	}
.no-text{
	font-size:20px;
    line-height:26px;
	letter-spacing:0;
    color: #3e3e3e;
    font-weight: 600;
	text-align:right;
	}
.no-text span{
	color:#3086e6;
	}
.arrow-box{
	position:absolute;
	left:0;
	top:0;
	}
.next-arw-btn{
	display:inline-block;
	vertical-align:middle;
	width:22px;
	cursor:pointer;
	}
.prev-btn{
	display:inline-block;
	vertical-align:middle;
	width:22px;
	cursor:pointer;
	margin-right:30px;
	}
.step_heading {
    font-size:36px;
    line-height:44px;
	letter-spacing:0.3px;
    color: #262626;
    font-weight:700;
	text-align:center;
	margin-top:0;
	}
.step-text1{
	font-size:17px;
    line-height:25px;
	letter-spacing:0;
    color: #262626;
	margin-top:10px;
	}
.option-box {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
	max-width:500px;
	margin-top:10px;
	}
.option-col {
    float: left;
    width: 100%;
    position: relative;
    margin-top:20px;
	}
.desc-opt{
	float:left;
	width:100%;
	border-radius:8px;
	position:relative;
	height:65px;
	font-size:24px;
	line-height:64px;
	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: 'Inter';
	background: #1c2753;
	}
.desc-opt.uppercase{ text-transform:uppercase;}
.option-col input[type="radio"],.option-col input[type="checkbox"]{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	}
.option-col input[type="radio"]:checked  + .desc-opt{
	color:#fff;
	}
.option-col input[type="checkbox"]:checked  + .desc-opt{
	color:#fff;
	}
.secure-text{
	font-size:15px;
	line-height:21px;
	color:#000;
	letter-spacing:0.3px;
	margin-top:20px;
	}
.secure-lock-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0 0;
	width:14px;
	}
.frm-fld{
	float:left;
	width:100%;
	margin-top:20px;
	position:relative;
	}
.input-fld{
	float:left;
	width:100%;
	height:65px;
	border:none;
	background:#fff;
	outline:none;
	-webkit-appearance:none;
	border-radius:8px;
	border:1px solid #bebdbe;
	font-size:18px;
	line-height:30px;
	color:#000;
	text-align:center;
	padding:0 15px ;
	transition: all .15s ease-in-out;
	font-family: 'Inter';
	}
.frm-fld .fl-is-active .input-fld{	
	padding-top: 1em;
    padding-bottom: 0.35714em;
	}
.input-fld::placeholder{
	color:#939393;
	}
.frm-btn{
	float:left;
	width:100%;
	height:65px;
	background:#1c2753;
	border-radius:7px;
	outline:none;
	padding:0;
	font-size:22px;
	line-height:65px;
	letter-spacing:0;
	color:#fff;
	font-weight:700;
	text-align:center;
	border:none;
	cursor:pointer;
	font-family: 'Inter';
	margin-top:20px;
	}
.phone-call-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:510px;
	margin-top:35px;
	text-align:center;
    background: #f2f7ff;
	border:2px solid #fff;
    padding:25px 40px 30px;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.1);
	}
.phone-call-txt1{
	font-size:18px;
	line-height:26px;
	letter-spacing:0;
	color:#000;
	margin-bottom:5px;
	}
.phone-call-btn{
	display:inline-block;
	font-size:32px;
	line-height:34px;
	letter-spacing:0;
	color:#e06732;
	font-weight:600;
	margin-top:10px;
	}
.ph-call-icn{
	display:inline-block;
	vertical-align:middle;
	width:23px;
	margin:-2px 10px 0 0;
	}
.term-text{
	float:left;
	width:100%;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.5px;
	color:#000;
	margin-top:30px;
	text-align:left;
	}
.term-text a{
	color:#60a5fa;
	text-decoration:underline;
	}

/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	border-top:1px solid #d7d7d7;
	padding:50px 0 55px;
	}
.footer-txt1{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	letter-spacing:0;
	color:#000;
	margin-bottom:10px;
	}
.footer-txt1 a{ padding:0 5px;}
.footer-txt2{
	float:left;
	width:100%;
	font-size:14px;
	line-height:22px;
	letter-spacing:0;
	color:#000;
	font-weight:300;
	margin-top:25px;
	text-align:left;
	}
.disclmr_text{
	float:left;
	width:100%;
	font-size:13px;
	line-height:20px;
	color:#333;
	font-weight:400;
	text-align:left;
	margin-top:15px;
	letter-spacing:0.2px;
	}
.textup{ text-transform:uppercase;}
.disclmr_text .unline{ text-decoration:underline; /*color:#018aff;*/}

.secure_seal{
	display:inline-block;
	vertical-align:top;
	width:440px;
	max-width:100%;
	margin:20px 0 0;
	}
/*review_row*/
.review_row{
	display:inline-block;
	vertical-align:middle;
	margin:40px 0 0;
	width:100%;
	padding:0 60px;
	}
.review_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#fff;
	border-radius:10px;
	padding:20px;
	text-align:center;
	box-shadow:0 0 7px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 7px 3px rgba(0,0,0,0.1);
	position:relative;
	}
.rev_logo{
	display:block;
	margin:0 auto 10px;
	width:200px;
	}
.rev_logo2{ width:280px;}
.rev_heading{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000;
	letter-spacing:0.3px;
	font-weight:700;
	}
.rev_star{
	display:inline-block;
	vertical-align:top;
	margin-top:12px;
	width:100px;
	}
.rev_text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:400;
	margin-top:15px;
	letter-spacing:0.3px;
	}
.rev_name{
	float:left;
	width:100%;
	font-size:12px;
	line-height:24px;
	color:#00bd4c;
	font-weight:400;
	margin-top:25px;
	}
.rev_name img{
	display:inline-block !important;
	vertical-align:middle;
	width:14px;
	margin:-3px 4px 0 0;
	}
.rev_name span{
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:700;
	}
.rev_name span.fontw{ font-weight:400; padding:0 4px;}
	
/*====thankyou-sec====*/
.thankyou-sec{
	float:left;
	width:100%;
	background:#fff;
	padding:40px 0 70px;
	}
.thankyou-mid-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:600px;
	text-align:center;
	}
.thankyou-hd-box{
	float:left;
	width:100%;
	}
.thank-heading{
	font-size:27px;
	line-height:40px;
	color:#262626;
	font-weight:400;
	}
.thank-heading span{
	color:#262626;
	font-weight:700;
	margin-top:15px;
	}
.ty_text{
	font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    color: #262626;
	margin-top:20px;
	}
.banner-review-box{
	float:left;
	width:100%;
	}
.banner-review-content{
	float:left;
	width:100%;
	}
.bnr-bg{
	display:block;
	margin:0 auto;
	max-width:100%;
	border:3px solid #c2c2c2;
	border-radius:15px;
	height:350px;
    object-fit:cover;
	box-shadow:0 0 7px 3px rgba(0,0,0,0.1);
	}
		
/*========Common-CSS========*/
.common-padding{padding:0 15px;}
.common-paragraph{
	color:#000000;
    font-size:18px;
    line-height:26px;
	text-align:left;
    letter-spacing:0.5px;
	margin-top:20px;
	}	
.common-paragraph.margin-top-16{margin-top:16px;}
	
/*========Section-1========*/
.section1{
	float:left;
	width:100%;
	padding:0 0 0;
	}
.note-box{
	display:inline-block;
	vertical-align:middle;
	border-radius:8px;
	background:#f2f2f2;
	color:#000000;
    font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	text-align:left;
    font-weight:600;
	padding:14px 45px 14px 20px;
	}	
.good-news-box{
	float:left;
	width:100%;
	margin-top:10px;
	}
.good-news-heading{
	color:#3ec902;
    font-size:26px;
	line-height:30px;
	letter-spacing:0.5px;
	text-align:left;
	font-weight:bold;
	}
.tick-icon{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 8px 0 0;
    width:22px;
	}
.good_news_text_box{
	display:inline-block;
	vertical-align:middle;
	padding:20px 165px 20px 25px;
	position:relative;
	background:#dfebff;
	width:calc(100% + 50px);
	margin:25px 0 0 -25px;
	}
.good_news_text_box .common-paragraph.margin_top_0{ margin-top:0;}
.good-news-image{
	position:absolute;
	bottom:0;
	right:15px;
	width:140px;
	}

.thankyou-mid-btm{
	display:inline-block;
	vertical-align:top;
	max-width:600px;
	width:100%;
	padding:20px 20px 10px;
	background:#f0f2ff;
	margin-top:30px;
	border-radius:10px;
	}
.talk_text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#000000;
	font-weight:600;
	margin-bottom:15px;
	text-align:left;
	padding-left:3px;
	}
.talk_text img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin:-5px 10px 0 0;
	}
.expert_online-box{
	float:left;
	width:100%;
	background:#fff;
	border-radius:10px;
	text-align:left;
	position:relative;
	margin:10px 0 20px;
	padding:18px 20px;
	display: -webkit-flex;
    display: flex;
	align-items: start;
	}
.expert_online-box img{
	display:inline-block;
	vertical-align:top;
	border-radius:50%;
	width:60px;
	border:2px solid #2b3990;
	}
.expert_online-box > div{
	padding-left:15px;
	}
.expert_online-text1{
	font-size:16px;
	line-height:24px;
	}
.expert_online-text2{
	font-size:15px;
	line-height:24px;
	margin-top:10px;
	font-weight:600;
	}
.expert_online-text2:before {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    background: #2aca19;
    border-radius: 50%;
    content: "";
    margin: -2px 8px 0 0;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
	}
.ty_reserve_time{
	float:left;
	width:100%;
	font-size:22px;
	line-height:28px;
	color:#000000;
	font-weight:normal;
	margin-bottom:15px;
	}
.ty_reserve_time span{ font-weight:600; color:#ff0000; display:inline-block; width:63px;}
.ty_reserve_time img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 8px 0 0;
	width:25px;
	}
.thank-btn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height: 130px;
	background:#1c2753;
	border-radius:10px;
	box-shadow:0 4px 10px 0 rgba(0,0,0,0.2);
	position:relative;
	font-size: 27px;
	line-height: 34px;
	letter-spacing:0.3px;
	color:#fff;
	font-weight:500;
	text-align:left;
	padding: 26px 0 26px 130px;
	margin-bottom:18px;
	text-transform:uppercase;
	}
.thank-btn span{
	display:block;
	font-size: 44px;
	line-height: 44px;
	letter-spacing:0.3px;
	font-weight:700;
	}
.thank-btn-icn{
	position:absolute;
	left:35px;
	top:35px;
	width:60px;
	border-radius:10px;
	}
.subsidy_customer{
	float:left;
	width:100%;
	margin-top:15px;
	min-height:23px;
	}
.thank-day-txt{
	float:left;
	width:100%;
	font-size:17px;
    line-height:23px;
    letter-spacing:0;
    color: #000;
    font-weight:400;
	position:relative;
	margin-bottom:0;
	}

.thank-time-txt{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#000;
	font-weight:600;
	margin-bottom:10px;
	}
.thank-time-txt .timer{
	display:inline-block;
	vertical-align:middle;
	width:9px;
	height:9px;
	background:#1d9909;
	border-radius:50%;
	content:"";
	margin:-2px 8px 0 0;
	}
#stopwatch{
	display:inline-block;
	color:#f20e0e;
	font-weight:700;
	width:51px;
	}
	
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
	}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
	}


.animated {
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}
/*====================*/
.fl{ float:left;}
.fr{ float:right;}

.fordesk{ display:block;}
.fortab, .formob{ display:none;}
/*=====Media-Querry=====*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

}

@media only screen and (max-width:1021px){
.container{width:750px;}

.fordesk{display: none;}
.fortab{display: block;}
}

@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;}

.header{ height:65px;}
.header{ height:65px;}
.logo_m{ margin-top:10px; width:44px; float:left;}
.header-right{ padding:0 0 0 40px; margin-top:8px; float:right;}
.header-call { width:28px; top:12px;}
.header-right-txt1 { font-size:10px; line-height:14px; letter-spacing:0;}
.header-right-txt2 { font-size:18px; line-height:20px; margin:0;}

/*====quiz-sec====*/
.quiz-sec { padding:25px 0 35px; /*min-height:calc(100vh - 60px);*/}

.quiz_box{ padding:0 5px;}
.no-text {font-size: 16px; line-height: 22px;}
.next-arw-btn { width: 18px;}
.prev-btn { width: 18px; margin-right:10px;}
.step_heading { font-size:23px;line-height: 31px; letter-spacing: 0.3px;}
.step_heading2 { margin-top: 25px;}
.step_heading.new{ font-size:22px; letter-spacing:0; margin-top:0;}
.step_new_img{ margin:20px auto 6px; border-radius:6px;}
.step-text1{ font-size:15px; line-height:21px; letter-spacing:0.3px;}
.option-box { margin-top:10px;}
.option-col { margin-top: 15px;}
.desc-opt { height: 60px; font-size:19px; line-height: 25px;}
.frm-fld { margin-top: 15px;}
.input-fld { height: 60px;font-size: 17px;}
.frm-btn { height: 60px; font-size: 20px; line-height: 60px; letter-spacing:0.3px;}

.secure-text {font-size:10px; line-height:16px; margin-top: 10px; letter-spacing:0;}
.secure-lock-icn{ width:12px; margin:-2px 3px 0 0;}
.phone-call-box { padding:20px 15px; margin-top:25px;}
.phone-call-txt1 { font-size:13px; line-height:20px;}
.phone-call-btn { font-size:23px; line-height:30px;}
.ph-call-icn { width:20px;}
.secure_seal{ margin:16px 0 0; width:90%;}

.review_row{ padding:0; margin-top:25px;}
.rev_heading{ font-size:18px; line-height:26px;}
.rev_logo{ margin:0 auto 8px; width:150px;}

.common-paragraph{font-size:16px; line-height:24px; margin-top:15px; letter-spacing:0.3px;}
.common-button{margin-top:25px;}
.banner-review-box{padding:0 0;}
.banner-review-content{width:100%;}
.common-padding{ padding:0;}
.banner-review-quote{width:22px;}
.banner-review-paragraph{font-size:20px; line-height:28px; margin-top:10px;}
.banner-review-review-user-name{font-size:15px; line-height:21px;}
.banner-review-star{margin:-3px 8px 0 0; width:65px;}

.section1{padding:5px 0 0;}
.note-box{font-size:16px; line-height:26px; padding:15px 15px; letter-spacing:normal; margin-bottom:5px;}
.good-news-box{ margin-top:0;}
.good-news-heading{font-size:22px; line-height:28px;}
.tick-icon{margin:-4px 8px 0 0; width:20px;}
.good_news_text_box{padding:15px 125px 17px 15px;width:calc(100% + 30px);margin:18px 0 0 -15px;}
.good-news-image{ width:120px; right:5px;}

.bnr-bg{ border-width:2px; height:230px;}

/*====thankyou====*/
.thankyou-sec{ padding:20px 0 25px;}
.thankyou-mid-box{ padding:0 0 0;}
.thankyou-hd-box { padding: 0 0 0;}
.thank-heading { font-size:24px; line-height:32px; letter-spacing:0;}
.ty_text{ margin-top:15px; font-size:18px; line-height:24px;}
.thank-sub-heading{ margin-top:10px; font-size:16px; line-height:24px;}
ul.thank_you_point{ max-width:300px;}
ul.thank_you_point li{font-size:15px;line-height:22px;margin-top:9px;padding-left:26px; background-size:16px; background-position:0 6px;}

.thankyou-mid-btm { padding:15px 15px 10px; max-width:400px; margin-top:15px;}
.talk_text{ font-size:16px; line-height:20px;}
.talk_text img{ width:15px; margin:-5px 5px 0 0;}
.thank-btn { max-width:400px;height: 85px;font-size: 18px;line-height:28px;padding: 10px 0 10px 70px;margin-bottom:10px;}
.thank-btn span {font-size: 26px;line-height:30px;}
.thank-btn-icn {width: 40px; left: 15px; top: 20px; }
.expert_online-box{ padding:15px 15px; margin:0 0 20px;}
.expert_online-box img{ width:50px;}
.expert_online-text1 {font-size: 14px;line-height: 20px;}
.expert_online-text2 {font-size: 13px;line-height: 22px;margin-top: 7px;}
.thank-time-txt {font-size: 14px;line-height: 20px;}

.subsidy_customer{ min-height:45px; padding:0 20px;}
.thank-day-txt{ font-size:15px; line-height:22px;}

.footer { padding:25px 0 30px;}
.footer-txt1 { font-size:13px;line-height: 20px; letter-spacing: 0.3px;}
.footer-txt2 { letter-spacing: 0.3px;}
.medi_disclmr{ font-size:16px; line-height:20px; margin-top:20px;}
.disclmr_text{ font-size:11px; line-height:20px; letter-spacing:0; margin-top:12px;}

ul.new_step_list2{ padding:0; margin-top:10px;}
ul.new_step_list2.fl{ width:58%;}
ul.new_step_list2.fr{ width:42%;}

.banner-review-box{padding:0;}
}

.shadow-pulse{
	animation: shadow-pulse 3s infinite;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	border-radius:6px;
	}
@keyframes shadow-pulse {
    0% {
		-webkit-transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(28,39,83,.9)
    }

    60% {
		-webkit-transform: scale(1);
        box-shadow: 0 0 0 0 rgba(28,39,83,.5)
    }
	
	100% {
		-webkit-transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(28,39,83,.9)
    }

    to {
        box-shadow: 0 0 0 10px transparent
    }
}

@-webkit-keyframes shadow-pulse {
     0% {
		-webkit-transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(28,39,83,.9)
    }

    60% {
		-webkit-transform: scale(1);
        box-shadow: 0 0 0 0 rgba(28,39,83,.5)
    }
	
	100% {
		-webkit-transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(28,39,83,.9)
    }

    to {
        box-shadow: 0 0 0 10px transparent
    }
}

/*-------------------------
CSS FOR PROGRESS BAR
--------------------------*/
.progress-bg{
	float:left;
	width:100%;
	}
.pop-overlay{
	float:left;
	width:100%;
	overflow:hidden;
	padding:0 15px 55px;
	min-height: calc(100vh - 90px);
	}
.pop-content{
	display:block;
	margin:20px auto;
	width:630px;
position:relative;
	overflow:hidden;
    padding:10px 20px;
    border-radius: 8px;
	}
.thk-logo{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:250px;
	}
.popHeading{
	float:left;
	width:100%;
	padding:0;
	}
.details-col{
	width:100%;
	max-width:450px;
	display: flex;
    justify-content: left;
	align-items: center;
	margin:40px auto 0;
	min-height:52px;
	transition: all .2s ease-in-out;
	justify-content: space-between;
	position:relative;
	}
.details-col.active:after{
	position:absolute;
	top:25px;
	bottom:-60px;
	left:40px;
	content:"";
	border-left:2px dotted #1c2753;
	transition: all .2s ease-in-out;
	transform: translateY(0);
	}
.details-col:last-child:after{ border:none;}
.details-col.active:before{
	position:absolute;
	top:95px;
	left:33px;
	content:"";
	background:url(../images/serch-arw.png) no-repeat center center;
	width:16px;
	height:9px;
	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:80px;
	height:80px;
	border-radius:50%;
	background:#f7f7f7;
	border:2px solid #e1e1e1;
	position:relative;
	z-index:1;
	}
.details-col.active .details-col-imgbx{border:2px solid #1c2753;}
.details-col  img{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-17px;
	margin-top:-17px;
	width:34px;
	}
.details-col p{
	float:right;
	width:calc(100% - 100px);
	padding:5px 15px 5px;
	color:#000;
	font-size:20px;
	line-height:28px;
	font-weight:600;
	text-align:left;
	position:relative;
	border-radius:10px;
	opacity:0;
	}
.details-col:nth-child(3) p{ padding-top:0;}
.details-col p strong{}
.details-col p span{
	float:left;
	font-weight:300;
	font-size:17px;
	line-height:24px;
	color: #000000;
	margin-top:5px;
	}
.details-col.active p{opacity:1;}
#grp-progress{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:80%;
	background:#f7f7f7;
	border-radius:15px;
	padding:0;
	margin:20px 0 0px 0;
	}
#progress-bar{
	float:left;
	width:100%;
	height:14px;
	border-radius:10px;
	background-color:#268fff;
	background-image:
	-webkit-gradient(linear, 0 0, 100% 100%,
		color-stop(.25, rgba(255, 255, 255, .2)),
		color-stop(.25, transparent), color-stop(.5, transparent),
		color-stop(.5, rgba(255, 255, 255, .2)),
		color-stop(.75, rgba(255, 255, 255, .2)),
		color-stop(.75, transparent), to(transparent)
	);
	background-image:
		-moz-linear-gradient(
		-45deg,
		rgba(255, 255, 255, .2) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, .2) 50%,
		rgba(255, 255, 255, .2) 75%,
		transparent 75%,
		transparent
	);
    
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
	
	transition:all ease 0.5s;
	animation: anim-progress2 5s forwards;
	}
@keyframes anim-progress2 {
    0% {width: 11%}
    to { width: 100%}
	}
.list-progres{
	position:absolute;
	left:10px;
	width:40px;
	height:8px;
	background:#11558e;
	top:43px;
	transition:all ease 0.5s;
	}

@-webkit-keyframes move {
0% {background-position: 0 0;}
100% {background-position: 20px 20px;}
}
@-moz-keyframes move {
0% {background-position: 0 0;}
100% {background-position: 20px 20px;}
}
		
@media only screen and (max-width:767px){
.pop-overlay{ padding:22px 15px;min-height: calc(100vh - 60px);}
.main-pop{width:100%; left:0; top:50%; transform:none; margin-top:-130px;}
.pop-content{width:100%;padding:0 0; margin:0; min-height:430px;}
.details-col{ margin:40px auto 0;}
.details-col.active:after{ left:30px;}
.details-col.active:before{ width:12px; height:6px; left:25px; top:80px;}
.details-col-imgbx{ width:60px; height:60px;}
.details-col img{ width:30px; margin:-15px 0 0 -15px;}

.thk-logo{width:180px;}
.list-progres{top:33px;}
.popHeading {padding:0 5px 0;}
.details-col p{ font-size:16px; line-height:25px; width:calc(100% - 60px);}
.details-col p span{ font-size:15px; line-height:18px; float:left; letter-spacing:0;}
#grp-progress {max-width: 95%; height:12px; margin-top:5px;}
#progress-bar{ height:100%;}

}