a {
	color: #46a6c6;
}

a:hover {
	color: #00759a;
	text-decoration: none;
}

.wrapper1 .container-fluid {
	padding: 0;
}

.leftImg img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.vh-100 {
	height: 100vh;
}

.btn-p-primary {
	background: #187399;
	color: #fff;
}

.btn-p-primary:hover {
	background: #0f3766;
	color: #fff;
}

.tab_link,
.tab_link div,
.tab_link div label {
	cursor: pointer;
}

.btn-capsule {
	border-radius: 50px;
	margin: 20px 0px;
	padding: 10px 36px;
	font-size: 19px;
	display: flex;
	align-items: center;
	font-weight: 500;
	width: 100%;
	justify-content: center;
}

.graybold {
	color: #adadad;
	font-weight: 600;
}

.form-control {
	font-size: 16px;
	height: 38px;
	border-radius: 10px;
	font-weight: 600;
}

.form-label {
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 2px;
}

.formBody {
	width: 380px;
	margin: auto;
}

.formBody .logoSection img {
	width: 200px;
}

.formBody .logoSection {
	margin-bottom: 50px;
}

.formBody input[type="radio"]:checked+label {
	display: inline-flex;
	align-items: center;
	color: #00759a;
	font-weight: 600;
	margin-right: 15px;
}

.formBody input[type="radio"]+label {
	display: inline-flex;
	align-items: center;
	color: #adadad;
	font-weight: 600;
	margin-right: 15px;
}

::placeholder {
	font-weight: 500;
	color: lightgray !important;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #0b739459;
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 117 154 / 0%);
}

.form-control {
	border: 1px solid #0f3766;
}

.input-group select {
	text-align: center;
}

.text-small {
	font-size: 13px;
	font-weight: 500;
}

.fs-20 {
	font-size: 20px;
}

.fs-24 {
	font-size: 24px;
}

.backLink {
	position: relative;
}

.backLink a {
	display: inline;
	padding: 4px 15px;
	border-radius: 50px;
	/*    background: #f2f2f2;*/
}

.backLink a:hover {
	display: inline;
	padding: 4px 15px;
	border-radius: 50px;
	background: #f2f2f2;
}

.pageHeading {
	font-weight: 700;
	margin-bottom: 1.5rem;
	font-size: 35px;
}

.pills_btn label {
	color: #187399;
	border: 1px solid #187399;
	border-radius: 50px;
	padding: 4px 15px;
	margin-right: 25px;
	margin-bottom: 20px;
}

.pills_btn label.active {
	background: #98bee5;
	color: darkblue;
	border: 1px solid #8abfe5;
}


.otpInputgroup {
	display: flex;
	justify-content: space-between;
}

.otpInputgroup input {
	display: inline-block;
	width: 46px;
	height: 50px;
	text-align: center;
	border-radius: 13px;
	font-size: 23px;
	outline: none;
	border: 1px solid #0089af;
}

.shadow-buttom {
	-webkit-box-shadow: 0 15px 15px -10px #b6b6b680;
	-moz-box-shadow: 0 15px 15px -10px #b6b6b680;
	box-shadow: 0 15px 15px -10px #b6b6b680;
}


.contentInline {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.contentInline label {
	font-size: 19px;
	font-weight: 600;
	color: #ccced0;
}

.contentInline label .fa-check-circle {
	font-size: 21px;
	font-weight: 600;
	margin-right: 4px;
}

.contentInline label .fa-chevron-right {
	font-size: 15px;
	font-weight: 200;
}

.contentInline.active label {
	color: #187399;
}

.contentInline.active label .fa-check-circle {
	color: #28a745;
}

.contentInline.progresstab label .fa-check-circle {
	color: blue
}

.contentInline.progresstab label {
	color: royalblue;
}

.progressHeader {
	padding: 1.5rem;
	position: sticky;
	top: 0;
	z-index: 2;
}

.progressBody {
	display: flex;
	justify-content: space-between;
}

.headingLine {
	display: flex !important;
	justify-content: space-between;
	border-bottom: 2px solid #cbced0;
}

.headingLine h3 {
	font-size: 30px;
	margin-bottom: 18px;
	font-weight: 700;
}

.headingLine h3 span {
	font-weight: 200;
}

.headingLine h3 span small {
	font-size: 60%;
}

.btn-continue {
	border-radius: 50px;
	margin: 20px 0px;
	padding: 10px 36px;
	font-size: 19px;
	align-items: center;
	font-weight: 500;
	justify-content: center;
}

.btn-continue.back-outline {
	background: #fff;
	color: #00759a;
	border: 1px solid #00759a;
}

.btn-continue.back-outline:hover {
	background: #f2f2f2;
	color: #00759a;
	border: 1px solid #00759a;
}

.btn-continue.btn-price {
	display: inline-flex;
	justify-content: space-between;
}

.btn-continue.btn-price span {
	font-size: 12px;
	text-align: left;
}

.btn-continue.btn-price span span {
	display: block;
	margin-right: 70px;
	font-size: 8px;
	font-weight: 100;
}

/*Media Query*/


@media (min-width:991px) {
	.deskwidth-25 {
		width: 25%;
	}
}

@media (min-width:767px) {
	.backLink .left-chev {
		position: absolute;
		left: -56px;
		top: 0px;
	}

	.rightBG {
		height: 100vh;
	}

	.formWrapper {
		display: flex;
		height: 80vh;
	}
}

@media (max-width:766px) {
	.backLink a {
		display: inline;
		padding: 0;
	}

	.text-small {
		font-size: 11px;
		font-weight: 500;
	}

	.pageHeading {
		font-weight: 700;
		margin-bottom: 1rem;
		font-size: 30px;
	}

	.sreen1Form {
		display: none;
	}

	.formWrapper {
		display: flex;
		height: 80vh;
	}

	.formBody .logoSection {
		text-align: center;
		margin-bottom: 30px;
	}

	.formBody {
		width: 275px;
		margin: auto;
	}

	.formBody input[type="radio"]:checked+label,
	.formBody input[type="radio"]+label {
		margin-right: 10px;
		font-size: 15px;
	}

	.input-group select {
		padding: 0.375rem 0.075rem;
	}

	.input-group .phoneNumInput {
		width: 150px !important;
	}

	.input-group::after {
		right: 202px !important;
	}

	.graybold {
		font-size: 14px;
	}

	.otpInputgroup input {
		display: inline-block;
		width: 38px;
		height: 42px;
		text-align: center;
		border-radius: 13px;
		font-size: 20px;
		outline: none;
		border: 1px solid #0089af;
	}

	.btn-capsule {
		border-radius: 50px;
		margin: 18px 0px;
		padding: 6px 30px;
		font-size: 18px;
		display: flex;
		align-items: center;
		font-weight: 500;
		width: 100%;
		justify-content: center;
	}

	.progressHeader {
		padding: .7rem;
	}

	.contentInline {
		display: flex;
		align-items: flex-end;
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.contentInline label .fa-check-circle {
		font-size: 14px;
		font-weight: 600;
		margin-right: 2px;
	}

	.contentInline label {
		font-size: 9px;
		/* padding-bottom: 7px; */
		margin-bottom: 0;
		font-weight: 600;
		color: #ccced0;
		display: flex;
		flex-direction: column;
	}

	.contentInline label .fa-chevron-right {
		font-size: 7px;
		font-weight: 200;
		margin-left: 4px;
	}

	.mpb-4 {
		padding-bottom: 4px;
	}

	.headingLine h3 {
		font-size: 20px;
		margin-bottom: 10px;
		font-weight: 700;
	}

	.pills_btn label {
		color: #187399;
		border: 1px solid #187399;
		border-radius: 50px;
		padding: 4px 11px;
		margin-right: 7px;
		font-size: 13px;
		margin-bottom: 7px;
	}

	.form-label {
		font-size: 15px;
	}

	.form-control {
		font-size: 14px;
		height: 35px;
	}

	.bt-sticky {
		position: sticky;
		bottom: 0;
		background: #fff;
		z-index: 2;
	}

	.btn-continue {
		border-radius: 50px;
		margin: 18px 0px;
		padding: 5px 22px;
		font-size: 16px;
		display: inline-flex;
		align-items: center;
		font-weight: 500;
		width: 45%;
	}

}

.slick-prev::before {
	color: #187399 !important;
}

.slick-next::before {
	color: #187399 !important;
}

.cursorPointer {
	cursor: pointer;
}