@import 'common.css';

header {
	font-family: var(--Poppins-font);
	position: sticky;
	top: 0;
	z-index: 9;
}

.navbar-brand img {
	width: 200px;
}

.navbar-nav .nav-item .nav-link {
	padding: 0 20px 6px !important;
	position: relative;
}

.navbar-nav .nav-item .nav-link::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 4px;
	border-radius: 5px;
	background-color: #4154F1;
	opacity: 0;
}

.navbar-nav .nav-item .nav-link.active::after,
.navbar-nav .nav-item .nav-link:hover::after {
	opacity: 1;
}

.navbar.bg-light {
	background-color: transparent !important;
}

.navbar-nav .nav-item:last-child {
	margin-right: -20px !important;
}

.navbar_icon {
	display: flex;
}

.navbar_mobile_icon {
	display: none;
}

.navbar_icon li+li,
.navbar_mobile_icon li+li {
	margin-left: 20px;
}

.navbar_icon li img,
.navbar_mobile_icon li img {
	width: 100%;
	height: 45px;
	object-fit: cover;
}

.navbar_icon li:last-child img,
.navbar_mobile_icon li:last-child img {
	height: 50px;
}

.navbar-brand {
	margin-right: 30px;
}

nav.navbar {
	padding: 15px 0;
}


@media(max-width: 991px) {
	.navbar_icon {
		display: none;
	}

	.navbar_mobile_icon {
		display: flex;
	}

	.navbar-nav .nav-item .nav-link {
		padding: 8px 0 !important;
		display: inline-block;
	}

	.navbar-nav .nav-item .nav-link::after {
		left: 0;
		transform: unset;
		width: 100%;
	}

	.navbar-collapse {
		background: #ffffff;
		padding: 10px 20px;
	}
}



#canvas {
	width: auto;
	height: auto;
	object-fit: contain;
	margin-left: 0%;
	z-index: 2;
	position: relative;
}

.backtexture {
	position: absolute;
	right: -10%;
	width: auto;
	height: 600px;
	top: -10%;
	z-index: 1;

}

.backtexture img {
	object-position: 100% 0px;
}

.enquire-btn {
	background-color: #F14154;
	color: #F4F3F8;
	border: 2px solid transparent;
	padding: 15px 30px;
	border-radius: 14px;
	font-family: var(--Poppins-font);
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
	z-index: 5;
}

.enquire-btn:hover {
	background-color: #F4F3F8;
	color: #F14154;
	border: 2px solid #F14154;
}

.enquire-btn:active {
	transform: scale(0.98);
}

.banner-contentbox h2 {
	color: #2E2E2E;
	font-weight: 400;
	font-size: 92px;
	line-height: 96px;
	text-transform: uppercase;
}

.banner-contentbox span {
	color: #4154F1;
}

.subtitle {
	font-family: var(--Poppins-font);
	font-weight: 400;
	font-size: 55px;
	line-height: 65px;
	width: 720px;
	margin-bottom: 2.3rem;
}

.common-section.Insurance-section.single_banner .subtitle {
	width: 95%;
}

img.videoanimation {
	height: 480px;
	width: auto;
	object-fit: contain;
	object-position: right;
	mix-blend-mode: color-burn;
}

.subtitle.videotitle {
	font-family: var(--Poppins-font);
	font-weight: 400;
	font-size: 47px;
	line-height: 56px;
	width: 100%;
	margin-bottom: 2rem;
}

.banner_slider {
	margin-top: -85px;
	overflow-x: hidden;
}

section.common-section.Insurance-section {
	padding: 120px 0px 60px;
	min-height: 80vh;
}

section.common-section.Insurance-section {
	position: relative;
}

.banner_back {
	position: absolute;
	bottom: 0;
	left: 46%;
	width: 50%;
	height: 100%;
	z-index: 1;
}

section.common-section.Insurance-section.single_banner .banner_back {
	left: 46.5%;
}

section.common-section.Insurance-section.single_banner {
	margin-top: -84px;
}

.content {
	text-align: center;
}

.heading-wrapper {
	display: flex;
	align-items: self-end;
	justify-content: center;
}

.content .subtitle {
	text-align: center;
	width: 100%;
}

.heading-wrapper img {
	width: 200px;
	height: 200px;
	object-fit: contain;
}

.official-sec-head h2 {
	color: #2E2E2E;
	font-weight: 500;
	font-size: 32px;
	line-height: 38px;
	text-transform: uppercase;
	text-align: center;
	font-family: var(--Poppins-font);
	margin-bottom: 30px;
}

.official-sec-head h2 span {
	color: #4154F1;
	font-weight: 600;
}

.country-list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px 26px;
}

.country-list ul li {
	transition: ease-in all 0.3s;
}

.country-img {
	height: 115px;
	position: relative;
}

.country-img::before {
	position: absolute;
	content: "";
	right: -14px;
	top: 0;
	background: #d9d9d9;
	height: 100%;
	width: 1px;
}

.country-list ul li:nth-child(5) .country-img::before {
	display: none;
}

.country-list ul li:nth-child(10) .country-img::before {
	display: none;
}

.country-list ul li:nth-child(15) .country-img::before {
	display: none;
}

.country-list ul li:last-child .country-img::before {
	display: none;
}

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

.country-name {
	margin-top: 15px;
	display: flex;
	justify-content: center;
}

.country-name h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	text-align: center;
}

.arrow-1 {
	transition: ease-in all 0.3s;
	width: 25px;
	display: inline-block;
	margin-left: 10px;
}

.innrbanner_section {
	background: url('https://gobester.wpdevelopmentlab.com/wp-content/uploads/2025/02/ban-bg.jpg') no-repeat center;
	background-size: cover;
	/*     padding-top: 140px; */
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.innr_txt h1 {
	font-size: 40px;
	font-family: var(--Poppins-font);
	color: #000;
	font-weight: 600;
	line-height: 1.1;
	width: 100%;
	text-align: center;
}

.innr_txt h1 span {
	color: #4154f1;
}

.about_section.abt_innpg {
	padding: 80px 0px;
}

.about-text h2.title {
	color: #000;
	font-weight: 300;
	font-size: 35px;
	line-height: 1;
	margin-bottom: 20px;
	font-family: var(--Poppins-font);
}

.about-text h2 strong {
	color: #2E2E2E;
	font-weight: 500;
	font-size: 30px;
	line-height: 35px;
	text-transform: capitalize;
	font-family: var(--Poppins-font);
	margin-bottom: 20px;
}

.about-text h2.title strong {
	font-weight: 600;
	font-family: var(--Poppins-font);
	color: #4154f1;
	font-size: 35px;
	margin-top: 20px;
}

.about-text p {
	color: #2E2E2E;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	font-family: var(--Poppins-font);
	margin-bottom: 20px;
}

.about-text .common-btn {
	background-color: #F14154;
	color: #F4F3F8;
	border: 2px solid transparent;
	padding: 12px 30px;
	border-radius: 14px;
	font-family: var(--Poppins-font);
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
}

.about-text .common-btn:hover {
	background-color: #F4F3F8;
	color: #F14154;
	border: 2px solid #F14154;
}

.about-text .common-btn:active {
	transform: scale(0.98);
}

.abt_mission_section {
	padding: 60px 0px;
}

.lightgrey {
	background: #f4f4f4;
}

.abt_mission_section .mission_bx {
	margin-bottom: 0;
}

.abt_mission_section .mission_bx i img {
	margin-bottom: 20px;
	width: auto;
}

.mission_bx .text h4 {
	font-size: 25px;
	line-height: 27px;
	color: #000;
	font-weight: 500;
	margin-bottom: 15px;
	font-family: var(--Poppins-font);
}

.mission_bx .text p {
	color: #2E2E2E;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	font-family: var(--Poppins-font);
	margin-bottom: 20px;
}




.benefit {
	background: #F5F6FE;

}

.benefit h3 {
	color: #2E2E2E;
	font-weight: 500;
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
	text-align: center;
	font-family: var(--Poppins-font);
	margin-bottom: 30px;
}

.benefit_list {
	display: flex;
	flex-wrap: wrap;
	/* padding-left: 30px; */
	gap: 0 !important;
}

.benefit_item {
	width: 50%;
}

.benefit_link {
	background: #fff;
	border-radius: 20px;
	height: 100%;
	padding: 15px 15px;
	padding-left: 80px;
	position: relative;
}

.benefit_link::after {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 1;
	background: #F3F4FE;
	color: #4454EC;
	width: 45px;
	height: 45px;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	line-height: 24px;
}

.benefit_link h4 {
	color: #2E2E2E;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	text-transform: capitalize;
	font-family: var(--Poppins-font);
	margin-bottom: 10px;
}

.benefit_link p {
	color: #2E2E2E;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	font-family: var(--Poppins-font);
	margin-bottom: 0;
}

.franchise_text {
	padding: 20px;
	box-shadow: 0 5px 35px rgba(30, 34, 40, 10%);
}

.franchise_img {
	display: flex;
	justify-content: end;
	width: 100%;
}

.franchise h3 {
	color: #2E2E2E;
	font-weight: 500;
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
	font-family: var(--Poppins-font);
	margin-bottom: 20px;
}

.franchise_list {
	list-style: decimal;
	padding-left: 30px;
	font-family: var(--Poppins-font);
	margin-bottom: 20px;
}

.franchise_list li {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
}

.franchise_list li:last-child {
	margin-bottom: 0;
}

.franchise_form {
	background: #F8F8F8;
	font-family: var(--Poppins-font);
}

.franchise_form h2 {
	color: #2E2E2E;
	font-weight: 500;
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
	font-family: var(--Poppins-font);
	margin-bottom: 30px;
	text-align: center;
}

.franchise_head {
	color: #2E2E2E;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	font-family: var(--Poppins-font);
	text-transform: capitalize;
	display: block;
	margin-bottom: 16px;
}

.franchise_form_in {
	background: #fff;
	border: 1px solid #d4d9df;
	box-shadow: 2px 4px 10px rgb(132 132 132 / 20%);
	padding: 24px 20px;
}

.franchise_form_in .row {
	gap: 0;
}

.franchise_form_in .form-label {
	color: #2E2E2E;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	font-family: var(--Poppins-font);
	text-transform: capitalize;
	margin-bottom: 8px;
}

.franchise_form_in .form-label span {
	color: #e43c37;
}

.franchise_form_in .form-control,
.franchise_form_in .form-select,
.franchise_form_in .form-control:focus,
.franchise_form_in .form-select:focus {
	font-size: 14px;
	font-weight: 500;
	min-height: 45px;
	background-color: #ffffff;
	border: 1px solid #d4d9df;
	line-height: 1;
	padding: 12px 15px;
}

.franchise_form_in .form-control[type=file],
.franchise_form_in .form-control[type=file]:focus {
	font-size: 14px;
	font-weight: 500;
	min-height: 45px;
	border: 1px solid #d4d9df;
	line-height: 45px;
	padding: 0 10px;
}

.franchise_form_in .form-control {
	color: #212529;
}

.franchise_form_in .form-control::placeholder {
	color: #ababab;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

.franchise_form_in .form-select {
	color: #212529;
}

.franchise_form_in .form-text {
	font-size: 12px;
}

.franchise_form_in hr {
	border-top: 1px solid #d4d9df;
	opacity: 0.8;
	margin: 34px 0;
}

.franchise_form_in .form_inline_check {
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
}

.franchise_form_in label.form-check-label {
	font-size: 14px;
	font-weight: 400;
	color: #212529;
}

.franchise_form form .row {
	gap: 0;
}



footer {
	background: #f4f4f4;
	padding: 35px 0px 0;
	text-align: center;
	box-shadow: 0 2px 6px rgba(92, 92, 92, 0.35);
}

footer .foot_social_list {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 15px;
}

footer .foot_social_list .foot_social_link {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 2px solid #ddd;
	background: #3b5998;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .foot_social_list .foot_social_link.linkid {
	background: #0e76a8;
}

.foot_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	justify-content: center;
	align-items: center;
	font-family: var(--Poppins-font);
	font-size: 15px;
	margin-bottom: 25px;
	color: #000;
}

.foot_item {
	position: relative;
}

.foot_item::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -10px;
	background: #000;
	height: 100%;
	width: 1px;
}

.foot_item:last-child:after {
	display: none;
}

.copyright_box {
	padding: 15px 0px;
	text-align: center;
	background: #2231ad;
}

.copyright_box p {
	margin-bottom: 0px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-family: var(--Poppins-font);
}

.copyright_box p a {
	color: #fff;
}

.one_more_btn {
	display: flex;
	gap: 15px;
}

.cancle-btn {
	background-color: #b6b6b6;
	color: #F4F3F8;
	border: 2px solid transparent;
	padding: 15px 30px;
	border-radius: 14px;
	font-family: var(--Poppins-font);
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
	z-index: 5;
}

.cancle-btn:hover {
	background-color: #F4F3F8;
	color: #c1c1c1;
	border: 2px solid #c1c1c1;
}

.cancle-btn:active {
	transform: scale(0.98);
}



.about {
	background: #F5F6FE;
}

.about h3 {
	color: #2E2E2E;
	font-weight: 500;
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
	font-family: var(--Poppins-font);
	margin-bottom: 20px;
}

.about p {
	color: #2E2E2E;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	font-family: var(--Poppins-font);
	margin-bottom: 15px;
}

.bold_text {
	display: inline-block;
	font-weight: 600;
}

.about_img {
	position: relative;
}

.about_img .about_img {
	position: absolute;
	top: 40px;
	right: -35px;
	width: 45%;
	height: auto;
	z-index: 1;
}

/* .about_list li {
	position: relative;
	font-family: var(--Poppins-font);
	font-size: 16px;
	font-weight: 600;
	padding-left: 30px;
	margin-bottom: 15px;
}

.about_list li::before {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #4454EC;
	font-size: 18px;
} */
.about-cont-li li {
	position: relative;
	font-family: var(--Poppins-font);
	font-size: 16px;
	font-weight: 600;
	padding-left: 30px;
	margin-bottom: 15px;
}

.about-cont-li li::before {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #4454EC;
	font-size: 18px;
}


.industrie_image {
	position: relative;
}

.industrie_image1 {
	position: absolute;
	top: 16%;
	transform: translateY(-50%);
	left: 8px;
	width: 24%;
	height: auto;
	z-index: 1;
}

.industrie_image2 {
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	right: 12px;
	width: 10%;
	height: auto;
	z-index: 1;
}

.industrie h3 {
	color: #2E2E2E;
	font-weight: 500;
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
	font-family: var(--Poppins-font);
	margin-bottom: 20px;
}

.industrie p {
	color: #2E2E2E;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	font-family: var(--Poppins-font);
	margin-bottom: 15px;
}

.industrie_list {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 10px;
}

.industrie_list .industrie_item {
	position: relative;
	border-radius: 12px;
	padding: 10px;
	padding-left: 45px;
	font-family: var(--Poppins-font);
	white-space: nowrap;
	background: #fff;
	border: 1px solid rgba(208, 213, 221, 0.7);
	font-size: 15px;
}

.industrie_list li::before {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 8px;
	z-index: 1;
	background: #F3F4FE;
	color: #4454EC;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	/* line-height: 24px; */
}

.industrie_image {
	padding-left: 40px;
}

.hiring {
	background: #FAF4F6;
}

.hiring h3 {
	color: #2E2E2E;
	font-weight: 500;
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
	text-align: center;
	font-family: var(--Poppins-font);
	margin-bottom: 40px;
}

.hiring p {
	color: #2E2E2E;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	font-family: var(--Poppins-font);
	margin-bottom: 15px;
}

.hiring_left {
	background: #fff;
	padding: 40px 30px;
	box-shadow: 0 5px 35px rgb(30, 34, 40, 7%);
}

.hiring_left h4 {
	color: #2E2E2E;
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: var(--Poppins-font);
	margin-bottom: 20px;
}

.hiring_left p {
	color: #2E2E2E;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	font-family: var(--Poppins-font);
	margin-bottom: 20px;
}

.hiring_left h5 {
	color: #2E2E2E;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: var(--Poppins-font);
	margin-bottom: 10px;
}

/* .hiring_left_list {
	font-family: var(--Poppins-font);
	list-style: decimal;
	padding-left: 26px;
}

.hiring_left_list li {
	font-size: 16px;
	margin-bottom: 10px;
}

.hiring_left_list li:last-child {
	margin-bottom: 0;
} */

.hiring_left ol {
	font-family: var(--Poppins-font);
	list-style: decimal;
	padding-left: 26px;
}

.hiring_left ol li {
	font-size: 16px;
	margin-bottom: 10px;
}

.hiring_left ol li:last-child {
	margin-bottom: 0;
}

.hiring_right {
	margin-left: 80px;
}

.hiring_right img {
	width: 120px;
	margin: 30px 0 25px;
}

.hiring_right h4 {
	color: #2E2E2E;
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: var(--Poppins-font);
	margin-bottom: 20px;
}

/* .hiring_right_list {
	font-family: var(--Poppins-font);
	list-style: disc;
	padding-left: 26px;
}

.hiring_right_list li {
	font-size: 16px;
	margin-bottom: 10px;
}

.hiring_right_list li:last-child {
	margin-bottom: 0;
} */
.hiring_right ul {
	font-family: var(--Poppins-font);
	list-style: disc;
	padding-left: 26px;
}

.hiring_right ul li {
	font-size: 16px;
	margin-bottom: 10px;
}

.hiring_right ul li:last-child {
	margin-bottom: 0;
}

.stepper_faq h3 {
	color: #2E2E2E;
	font-weight: 500;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
	font-family: var(--Poppins-font);
	margin-bottom: 20px;
}

.stepper_faq p {
	color: #2E2E2E;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	font-family: var(--Poppins-font);
	margin-bottom: 20px;
}

.wizard_out {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.wizard {
	position: relative;
	width: 80%;
}

.wizard:before {
	content: "";
	position: absolute;
	background-color: #D0D5DD;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.wizard-bar {
	position: absolute;
	background-color: #4454EC;
	height: 2px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: 0.3s ease;
}

.wizard-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.wizard-item {
	z-index: 2;
	transition: 0.4s ease;
	min-width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 2px solid #D0D5DD;
	color: #D0D5DD;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	background-color: #D0D5DD;
	outline: 8px solid #fff;
}

.wizard-item.active {
	background-color: #4454EC;
	color: #fff;
	border: 2px solid #4454EC;
}

.form-item .form-label {
	display: flex;
	font-family: var(--Poppins-font);
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}

.form-item .form-label i {
	color: #4454EC;
	font-size: 24px;
	margin-right: 10px;
	margin-top: 4px;
}

.form-item .form-control {
	display: block;
	font-family: var(--Poppins-font);
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 400;
	padding: 12px;
}

.form-item .form-control::placeholder {
	display: block;
	font-family: var(--Poppins-font);
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #343F52;
}

.form-item {
	display: flex;
	flex-direction: column;
}

.form-item.has-error .form-label {
	color: red;
}

.form-item.has-error .form-input {
	border-color: red;
	background-color: #ffe1e1;
}

.form-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.form-content {
	display: none;
	flex-direction: column;
	gap: 20px;
}

.form-content.active {
	display: flex;
}

.bordered {
	background-color: #F4F3F8;
	color: #F14154;
	border: 2px solid #F14154;
	padding: 8px 40px;
	border-radius: 10px;
	font-family: var(--Poppins-font);
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
	height: max-content;
}

.bordered:hover {
	background-color: #F14154;
	color: #fff;
}

.back {
	background-color: #F4F3F8;
	color: #000;
	border: 2px solid #000;
	padding: 8px 40px;
	border-radius: 10px;
	font-family: var(--Poppins-font);
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
	height: max-content;
}

.back:hover {
	background-color: #000;
	color: #fff;
}

.form-item input[type="file"] {
	display: none;
}

label.Upload_label {
	display: block;
}

span#filesclick {
	font-family: var(--Poppins-font);
	border: 1px solid #ced4da;
	border-radius: 4px;
	background: #f9f9f9;
	width: 250px;
	height: 100%;
	display: block;
	padding: 15px 30px;
	margin-bottom: 14px;
}

span#filesclick i {
	font-size: 18px;
	color: #343F52;
	margin-right: 10px;
}




.navbar-nav .nav-item.active .nav-link::after {
	opacity: 1;
}

.navbar.header-fixed {
	position: relative;
	background: rgb(255, 255, 255) !important;
	border: none;
	animation: slideDown 0.35s ease-out;
	backdrop-filter: blur(5px);
	box-shadow: 0px 5px 20px -8px rgba(14, 13, 14, 0.08);
}

.form-buttons p {
	margin-bottom: 0 !important;
	display: flex;
	gap: 10px;
}



/* --------CONTACT--------- */

.single_in_banner {
	background: url('https://gobester.wpdevelopmentlab.com/wp-content/uploads/2025/02/ban-bg.jpg') no-repeat center;
	background-size: cover;
	/*     padding-top: 140px; */
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.single_in_text h1 {
	font-size: 40px;
	font-family: var(--Poppins-font);
	color: #000;
	font-weight: 600;
	line-height: 1.1;
	width: 100%;
	text-align: center;
}

.single_in_text h1 span {
	color: #4154f1;
}


.con_top_in {
	background: #fff;
	border-radius: 8px;
	padding: 0;
	box-shadow: 0 2px 12px rgba(156, 156, 156, 0.4);
}

.con_top_left {
	background: #d6daff;
	height: 100%;
	padding: 24px 20px;
	gap: 20px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.con_left_item {
	display: flex;
	align-items: start;
	background: #fff;
	padding: 25px 15px;
	border-radius: 8px;
}

.con_left_icon {
	background: #F3F4FE;
	color: #f14154;
	font-size: 20px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	border-radius: 10px;
}

.con_left_text {
	width: calc(100% - 60px);
}

.con_left_text h4 {
	color: #4454EC;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
	font-family: var(--Poppins-font);
	margin-bottom: 14px;
	line-height: 1;
}

.con_left_item .con_left_text p,
.con_left_item .con_left_text a {
	font-size: 15px;
	font-weight: 400;
	font-family: var(--Poppins-font);
	margin-bottom: 0;
}

.con_top_right iframe {
	width: 100%;
	height: 380px;
	margin-bottom: -8px;
}

.contact_box_form {
	background: #F5F6FE;
}

.contact_box_form.style2 {
	background: #fff;
}

.contact_heading {
	padding-bottom: 30px;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}

.contact_select {
	display: flex;
	align-items: center;
	gap: 10px;
}

.contact_heading h2 {
	color: #2E2E2E;
	font-weight: 500;
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
	font-family: var(--Poppins-font);
	margin-bottom: 0px;
}

.contact_heading select.form-select {
	width: auto;
	font-family: var(--Poppins-font);
	font-size: 16px;
	font-weight: 500;
	padding: 10px 40px 10px 20px;
	min-height: 50px;
	border-radius: 8px;
}

.contact_form .row {
	gap: 0;
}

.contact_form .form-control,
.contact_form .form-select {
	background: #ebedff;
	border: 0px;
	border-radius: 10px;
	width: 100%;
	padding: 14px 20px;
	min-height: 56px;
	font-family: var(--Poppins-font);
	font-size: 15px;
}

.contact_form .submit_btn {
	font-family: var(--Poppins-font);
	background: #4154f1;
	display: block;
	width: 100%;
	border: 0;
	height: 59px;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	transition: all 0.5s ease-in-out;
	margin-top: 12px;
    margin-bottom: 35px;
}

.contact_form .submit_btn:hover {
	background: #f94559;
	color: #fff;
}


.contact_row_back {
	position: relative;
}

.contact_row_back:after {
	content: "";
	background: #4154f1;
	position: absolute;
	top: 0;
	right: 0px;
	width: 396px;
	height: 100%;
	z-index: 0;
}

.contact_right {
	padding: 55px 40px;
	box-shadow: 0 2px 40px rgb(0 0 0 / 20%);
	border-radius: 10px;
	position: relative;
	z-index: 1;
	background: #fff;
	gap: 45px;
	display: flex;
	flex-flow: column;
	margin: 45px 30px 120px 50px;
}

.contact_right:before {
	content: "";
	background: #4154f1;
	position: absolute;
	bottom: -90px;
	left: 11px;
	background: url(../images/curve.png) no-repeat center center;
	background-size: 84px;
	width: 84px;
	height: 90px;
}

.contact_item {
	display: flex;
	align-items: start;
	background: #fff;
	padding: 0;
	border-radius: 0;
}

.contact_icon {
	background: #F3F4FE;
	color: #f14154;
	font-size: 20px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	border-radius: 10px;
}

.contact_row_back h3 {
	color: #4454EC;
	font-weight: 600;
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
	font-family: var(--Poppins-font);
	margin-bottom: 20px;
	line-height: 1;
}

.contact_row_back p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	font-family: var(--Poppins-font);
	margin-bottom: 50px;
	display: block;
}

.contact_text {
	width: calc(100% - 60px);
}

.contact_row_back .contact_text h4 {
	color: #4454EC;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: var(--Poppins-font);
	margin-bottom: 14px;
	line-height: 1;
}

.contact_row_back .contact_text p,
.contact_row_back .contact_text a {
	color: #2E2E2E;
	font-size: 16px;
	font-weight: 400;
	font-family: var(--Poppins-font);
	margin-bottom: 0;
	display: block;
}

@media(min-width: 2400px) {
	section.common-section.Insurance-section.single_banner .banner_back {
		left: 38.5%;
	}
}

@media(max-width: 2399px) {
	section.common-section.Insurance-section.single_banner .banner_back {
		left: 44.5%;
	}
}

@media(max-width: 2000px) {
	section.common-section.Insurance-section {
		min-height: 90vh;
	}
}

@media(max-width:1920px) {
	#canvas {
		margin-left: -10%;
	}
}

@media(max-width:1799px) {

	section.common-section.Insurance-section.single_banner .banner_back {
		left: 48%;
	}
}

@media(max-width:1599px) {
	section.common-section.Insurance-section.single_banner .banner_back {
		left: 50%;
	}

	.backtexture {
		right: 0%;
		height: 600px;
	}

	#canvas {
		margin-left: 0;
		width: 580px !important;
	}

	.banner-contentbox h2 {
		color: #2E2E2E;
		font-weight: 400;
		font-size: 80px;
		line-height: 86px;
		text-transform: uppercase;
	}

	.subtitle {
		font-size: 46px;
		line-height: 52px;
		width: 598px;
		margin-bottom: 2rem;
	}

	canvas#canvas1 {
		width: 600px !important;
		height: 600px;
		object-fit: contain;
	}

	img.videoanimation {
		height: 360px;
	}
}

@media(max-width:1399px) {
	#canvas {
		margin-left: -3%;
	}

	.banner-contentbox h2 {
		font-size: 70px;
		line-height: 70px;
	}

	.subtitle {
		font-size: 44px;
		line-height: 48px;
	}

	img.videoanimation {
		height: 340px;
	}

	.enquire-btn {
		padding: 12px 30px;
		border-radius: 12px;
		font-size: 16px;
	}

	.cancle-btn {
		padding: 12px 30px;
		border-radius: 12px;
		font-size: 16px;
	}
	.contact_row_back:after {
		width: 371px;
	}
	.contact_right {
		margin: 45px 30px 120px 0;
	}
}

@media(max-width:1199px) {

	section.common-section.Insurance-section.single_banner .banner_back {
		left: 45%;
	}

	#canvas {
		width: 700px !important;
		height: 400px !important;
		margin-left: -47%;
	}

	img.videoanimation {
		height: 400px;
		width: 100%;
	}

	.banner-contentbox h2 {
		font-size: 65px;
		line-height: 65px;
	}

	.subtitle {
		font-size: 40px;
		line-height: 50px;
		width: fit-content;
	}

	.backtexture {
		right: 1%;
		height: 450px;
		top: -5%;
	}

	.enquire-btn {
		font-size: 16px;
	}

	.cancle-btn {
		font-size: 16px;
	}

	canvas#canvas1 {
		margin-left: -30%;
		height: 500px !important;
	}
	.contact_row_back:after {
        width: 376px;
    }
}

@media (max-width: 991px) {
	.heading {
		color: #020205;
		text-transform: uppercase;
		font-size: 45px;
	}

	h2.sub_heading {
		font-size: 45px;
	}

	.content .subtitle {
		font-size: 36px;
	}

	.heading-wrapper img {
		width: 150px;
		height: 150px;
		object-fit: contain;
	}

	#canvas {
		width: 600px !important;
		height: 100% !important;
		margin-left: 0;
	}

	canvas#canvas1 {
		margin-left: 0;
		height: 455px !important;
		width: 100%;
	}

	.innercomimg {
		position: relative;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.banner-contentbox {
		text-align: center;
	}

	.subtitle {
		width: 100%;
	}

	img.videoanimation {
		height: 400px;
		width: 100%;
	}

	.hiring_right {
		margin-left: 0;
	}

	.wizard {
		width: 100%;
	}

	.contact_row_back:after {
		display: none;
	}
	.contact_right:before {
		display: none;
	}
	.contact_right {
        margin: 0;
    }
}

@media (max-width: 767px) {
	.banner-contentbox h2 {
		font-size: 50px;
		line-height: 55px;
	}

	img.videoanimation {
		height: 380px;
		width: 100%;
	}

	canvas#canvas1 {
		margin-left: 0;
		height: 550px !important;
		object-fit: contain;
	}

	.subtitle {
		font-size: 35px;
		line-height: normal;
	}

	canvas#canvas1 {
		margin-left: 0;
		height: 400px !important;
		object-fit: contain;
		width: auto !important;
	}

	.heading-wrapper {
		align-items: center;
		flex-direction: column;
	}

	.innercomimg {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	img.videoanimation {
		height: 400px;
		width: 100%;
	}

	.backtexture {
		right: 16%;
		height: 376px;
		top: -7%;
	}

	#canvas {
		width: auto !important;
		height: 350px !important;
		margin-left: 0;
	}

	.content .subtitle {
		font-size: 32px;
	}
}

@media (max-width: 575px) {
	.backtexture {
		display: none;
	}

	.subtitle {
		font-size: 30px;
		line-height: normal;
	}

	canvas#canvas1 {
		margin-left: 0;
		height: 300px !important;
	}

	.banner-contentbox h2 {
		font-size: 40px;
		line-height: 40px;
	}

	.subtitle {
		font-size: 30px;
		line-height: 37px;
	}

	.content .subtitle {
		font-size: 32px;
	}

	.wizard_out {
		display: none;
	}
}

@media (max-width: 480px) {
	img.videoanimation {
		height: 250px;
	}
}

/* .wizard-list .wizard-item:first-child{
	background-color: #ffffff;
    color: #fff;
    border: 2px solid #4454EC;
} */