@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('../fonts/Inter-Light.woff2') format('woff2'),
		url('../fonts/Inter-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Regular.woff2') format('woff2'),
		url('../fonts/Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
		url('../fonts/Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Bold.woff2') format('woff2'),
		url('../fonts/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: #e8f1ff;
	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: 19px;
	width: 32px;
}

.header-right-txt1 {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.3px;
	color: #000;
}

.header-right-txt2 {
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0;
	color: #78c425;
	font-weight: 600;
	margin: 2px 0;
}


/*====question-sec====*/
.quiz-sec {
	float: left;
	width: 100%;
	background: #e8f1ff;
	padding: 45px 0 60px;
	min-height: calc(100vh - 85px);
}

.quiz-inr-box {
	display: inline-block;
	vertical-align: middle;
	max-width: 640px;
	width: 100%;
	position: relative;
	background: #e8f1ff;
	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: #1a5f31;
}

.text-only-option .desc-opt.text-only {
	background: none;
	color: #000;
	font-size: 14px;
	text-decoration: underline;
	cursor: default;
	height: auto;
	display: inline;
	padding: 0;
	line-height: normal;
	font-weight: 400;
}

.text-only-option .desc-opt.text-only:hover {
	background: none;
	color: #000;
}

.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: 15px;
}

.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: #1a5f31;
	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: 17px;
	line-height: 25px;
	letter-spacing: 0;
	color: #000;
	margin-bottom: 5px;
}

.phone-call-btn {
	display: inline-block;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 0;
	color: #78c425;
	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: 20px;
	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;*/
}

/*====thankyou-sec====*/
.thankyou-sec {
	float: left;
	width: 100%;
	background: #e8f1ff;
	padding: 40px 0 70px;
	min-height: calc(100vh - 85px);
}

.thankyou-mid-box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 600px;
	text-align: center;
}

.thankyou-hd-box {
	float: left;
	width: 100%;
	padding: 0 0 15px;
}

.thank-heading {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0.5px;
	color: #262626;
	font-weight: 700;
}

.thank-heading span {
	color: #262626;
	font-weight: 400;
	margin-top: 15px;
}

ul.thank_you_point {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-top: 0;
	max-width: 330px;
}

ul.thank_you_point li {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #000000;
	text-align: left;
	margin-top: 14px;
	padding-left: 30px;
	background: url(../images/ty_tik.png) no-repeat left 6px;
	background-size: 19px;
}

.thankyou-mid-btm {
	float: left;
	width: 100%;
	padding: 20px 15px;
	background: #f2f7ff;
	border: 2px solid #fff;
	box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
	margin-top: 35px;
}

.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 {
	float: left;
	width: 100%;
	height: 130px;
	background: #1a5e31;
	border-radius: 10px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
	position: relative;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	padding: 26px 0 26px 130px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.thank-btn span {
	display: block;
	font-size: 34px;
	line-height: 44px;
	letter-spacing: 0.3px;
	font-weight: 600;
	color: white;
	margin-top: 18px;
}

.thank-btn-icn {
	position: absolute;
	left: 25px;
	top: 25px;
	width: 90px;
	/*transform:translateY(-50%);*/
	border-radius: 10px;
}

.thank-day-txt {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: 0;
	color: #000;
	font-weight: 600;
	position: relative;
	margin-bottom: 0;
}

.thank-day-txt span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background: #1d9909;
	border-radius: 50%;
	content: "";
	margin: -2px 8px 0 0;
}

.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;
}

.header-separator {
	display: none;
	width: 100%;
	height: 1px;
	visibility: hidden;
}

/*=====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;
	}

	.logo_m {
		margin-top: 17px;
		width: 100%;
		float: left;
		max-width: 130px;
	}

	.header-right {
		padding: 0 0 0 32px;
		margin-top: 8px;
		float: right;
	}

	.header-call {
		width: 20px;
	}

	.header-right-txt1 {
		font-size: 10px;
		line-height: 14px;
		letter-spacing: 0;
	}

	.header-right-txt2 {
		font-size: 15px;
		line-height: 20px;
		margin: 0;
	}

	/*====quiz-sec====*/
	.quiz-sec {
		padding: 25px 0 50px;
		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-text1 {
		font-size: 14px;
		line-height: 20px;
		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: 11px;
		line-height: 17px;
		margin-top: 10px;
	}

	.secure-lock-icn {
		width: 12px;
	}

	.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;
	}

	.frm-chk-cont {
		font-size: 11px;
		line-height: 20px;
	}

	/*====thankyou====*/
	.thankyou-sec {
		padding: 22px 0 40px;
		min-height: calc(100vh - 60px);
	}

	.thankyou-mid-box {
		padding: 0 0 0;
	}

	.thankyou-hd-box {
		padding: 0 0 15px;
	}

	.thank-heading {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.3px;
	}

	.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;
	}

	.thank-btn {
		height: 75px;
		font-size: 14px;
		line-height: 24px;
		padding: 10px 20px 10px 70px;
		margin-bottom: 10px;
		float: unset;
		display: inline-block;
		width: auto;
	}

	.thank-btn span {
		font-size: 19px;
		line-height: 30px;
		margin-top: 12px;
	}

	.thank-btn-icn {
		width: 44px;
		left: 12px;
		top: 16px;
	}

	.ty_reserve_time {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.ty_reserve_time img {
		width: 19px;
	}

	.ty_reserve_time span {
		width: 54px;
	}

	.thank-day-txt {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.3px;
	}

	.thank-day-txt span {
		width: 8px;
		height: 8px;
	}

	.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;
	}
}

@media only screen and (max-width:430px){
	.logo_m {
		margin-top: 20px;
		max-width: 110px;
	}
}

@media only screen and (max-width:390px){
	.header {
		height: 130px;
	}

	.header .container {
		text-align: center;
	}

	.header-separator {
		display: block;
	}

	.logo_m, 
	.header-right {
		float: unset;
		display: inline-block;
	}

	.header-right {
		margin-left: -32px;
	}

	.thank-btn span {
		font-size: 16px;
	}
}



.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.95);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
	}

	50% {
		-webkit-transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.95);
	}
}

/*-------------------------
CSS FOR PROGRESS BAR
--------------------------*/
.progress-bg {
	float: left;
	width: 100%;
}

.pop-overlay {
	float: left;
	width: 100%;
	background: #e8f1ff;
	overflow: hidden;
	min-height: calc(100vh - 85px);
	padding: 0 15px 55px;
}

.pop-content {
	display: block;
	margin: 20px auto;
	width: 630px;
	min-height: 480px;
	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: 400px;
	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 #fff;
	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: 8px 15px 5px;
	color: #000;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	text-align: left;
	position: relative;
	opacity: 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:nth-child(3) p {
	padding-top: 0;
}

.details-col.active p {
	opacity: 1;
}

#grp-progress {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 80%;
	background: #ffffff;
	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.7s;
}

@-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: 34px;
	}

	.details-col.active:before {
		width: 12px;
		height: 6px;
		left: 29px;
		top: 85px;
	}

	.details-col-imgbx {
		width: 68px;
		height: 68px;
	}

	.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: 18px;
		line-height: 28px;
		width: calc(100% - 85px);
	}

	.details-col p span {
		font-size: 15px;
		line-height: 20px;
		float: left;
	}

	#grp-progress {
		max-width: 95%;
		height: 12px;
		margin-top: 5px;
	}

	#progress-bar {
		height: 100%;
	}

}

.error {
	color: red;
	margin-top: 5px;
	float: left;
	width: 100%;
}