/*--------------
inner
--------------*/
.top-header-new {
	background: #1a1a1a;
	color: #FFFFFF;
	padding: 10px 15px;
}

	.top-header-new ul {
		list-style: none;
		margin: 0px;
	}

		.top-header-new ul li {
			color: #ffffff;
			margin: 0px !important;
			font-size: 14px;
			display: inline;
			padding: 0px 10px 0px 0px;
		}

			.top-header-new ul li i {
				padding-right: 3px;
			}

	.top-header-new p {
		color: #fff;
		font-size: 12px;
		line-height: 28px;
		margin: 0px !important;
	}

	.top-header-new .social-link a {
		text-decoration: none;
	}

	.top-header-new .social-link i {
		color: #fff;
		font-size: 24px;
		width: 32px;
		height: 32px;
		background: #2396d7;
		border-radius: 50%;
		line-height: 32px;
		text-align: center;
		padding: 0px 5px;
	}

.padd-l-0 {
	padding-left: 0px;
	padding-right: 0px;
}

.ma-top-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.terms {
	padding: 30px 0px;
}

	.terms h4 {
		font-size: 24px;
		font-weight: 600;
	}

.terms-heading {
	font-size: 25px;
	margin-top: 25px;
	line-height: 38px;
	text-transform: capitalize;
	font-weight: 600;
}

.terms ul {
	list-style-type: lower-alpha;
	padding: 0px 0px 0px 20px;
}

	.terms ul li {
		padding: 8px 0px;
	}

.sub-para {
	font-size: 18px;
	font-weight: 600;
	color: var(--text);
	font-style: italic;
}

/*tab page style*/
.tab-terms {
	padding: 30px 0px;
}

	.tab-terms h4 {
		font-size: 24px;
		font-weight: 600;
	}

.tab-terms-heading {
	font-size: 25px;
	margin-top: 25px;
	line-height: 38px;
	text-transform: capitalize;
	font-weight: 600;
}

.tab-terms ul {
	list-style-type: lower-alpha;
	padding: 0px 0px 0px 20px;
}

	.tab-terms ul li {
		padding: 8px 0px;
	}

.tab-terms .tab-button {
	display: inline-block;
	background-color: #0c5882;
	border: 1px solid #196e9e;
	padding: 10px 20px;
	color: #FFFFFF !important;
	margin: 5px 5px;
	border-radius: 10px;
	text-decoration: none !important;
	font-size: 16px;
}

	.tab-terms .tab-button:hover {
		background-color: #2396d7;
		color: #FFFFFF !important;
		text-decoration: none;
	}

.tab-terms .tab-button-outline {
	display: inline-block;
	background-color: #2396d7;
	border: 1px solid #196e9e;
	padding: 10px 20px;
	color: #FFFFFF !important;
	margin: 5px 5px;
	border-radius: 10px;
	text-decoration: none !important;
	font-size: 16px;
}

	.tab-terms .tab-button-outline:hover {
		background-color: #196e9e;
		color: #FFFFFF !important;
		text-decoration: none;
	}

.tab-terms .tab-button img, .tab-button-outline img {
	margin-right: 5px;
}

.feature-bullet ul {
	list-style: none;
	padding-left: 0;
}

	.feature-bullet ul li {
		/* color:#FFFFFF; */
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 26px;
		font-weight: 400;
		text-align: left;
		background: url(../img/bullet-tick.png) no-repeat center;
		padding: 0px 5px 5px 40px;
		background-position: 5px 2px;
		list-style: none;
	}

		.feature-bullet ul li:nth-child(odd) {
			margin-bottom: 12px;
			font-size: 16px;
			line-height: 26px;
			font-weight: 400;
			text-align: left;
			background: url(../img/bullet-tick.png) no-repeat center;
			padding: 0px 5px 5px 40px;
			background-position: 5px 2px;
			list-style: none;
		}

		.feature-bullet ul li:last-child {
			margin-bottom: 0px;
		}

.note {
	color: #CCC;
	font-size: 12px;
	margin-top: 15px;
}

.box-bdr {
	border: 1px solid #dcdfe0;
	padding: 30px;
	border-radius: 20px;
}

.makecenter {
	text-align: center !important;
}

@media screen and (max-width: 991px) {
	.offer-section-wrapper {
		padding: 2rem 1rem;
	}

	.feature-bullet ul li {
		text-align: left;
		font-size: 16px;
		background-position: 5px 2px;
		padding: 0px 10px 5px 40px;
	}

		.feature-bullet ul li:nth-child(odd) {
			font-size: 16px;
			background-position: 5px 2px;
			padding: 0px 10px 5px 40px;
		}
}
/*--------------
Contact
--------------*/

.contact-box {
	padding: 40px !important;
	box-shadow: 0 5px 15px 0 rgba(62, 65, 159, .1);
	background: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	border-radius: 20px;
}

.contact-icon {
	background: #f5f5f5;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	margin: 0 auto;
	background: var(--website-primary-gradient);
}

	.contact-icon i {
		color: #fff;
		font-size: 40px;
	}

.contact-box img {
	width: 40px;
}

.contact-box .heading {
	font-size: 23px !important;
	line-height: 28px;
	margin: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
}

.contact-box p {
	margin: 10px 0px 0px !important;
	font-size: 16px;
	text-align: center;
}

.contact-box .heading::after {
	margin-top: 5px;
}

.second-text-style {
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0px 0px !important;
}

.contact-heading {
	font-size: 23px !important;
	line-height: 28px;
	margin: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	text-transform: uppercase;
	color: #2d2d2d !important;
}


.bank-details {
	background: url(../img/bank-section-bg.jpg) fixed #fff;
	padding: 0px 0;
}


	.bank-details .background-img {
		position: relative;
		width: 100%;
		display: block;
		padding: 5em 0px;
	}

		.bank-details .background-img:before {
			position: absolute;
			content: '';
			backdrop-filter: blur(1px);
			background-color: rgb(0, 0, 0, 0.7);
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
		}

	.bank-details .heading {
		color: #fff !important;
	}

	.bank-details h2 {
		color: #fff !important;
		font-weight: 600;
	}

	.bank-details p {
		color: #fff !important;
		font-size: 18px;
		text-transform: capitalize;
	}

.bank-logo-wrapper {
	display: flex;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
}

.bank-details .bank-logo {
	width: 50%;
	margin: 0px auto;
	position: absolute;
	background: #fff;
	padding: 15px;
}


/*--------------
Core Value
--------------*/
.value-tagline h3 {
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	line-height: 50px;
}

.value-tagline h4 {
	font-size: 40px;
	font-weight: 600;
	color: #009f3c !important;
	text-align: center;
	text-transform: uppercase;
	line-height: 50px;
}

.core-value-box .heading {
	font-size: 24px !important;
	line-height: 32px;
	margin: 0px 0px 15px;
	padding-bottom: 0px;
	text-align: left;
	text-transform: none !important;
}

	.core-value-box .heading::after {
		margin-top: 5px;
	}

.core-value-box {
	box-shadow: 0 5px 15px 0 rgba(62, 65, 159, .1);
	background: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 20px;
	overflow: hidden;
	min-height: 556px;
}

.core-value-box-content {
	padding: 30px !important;
}

.value-head {
	font-size: 35px;
	font-weight: 600;
	line-height: 45px;
	color: #ea8300 !important;
	text-transform: uppercase;
	text-align: center;
}

.value-subhead {
	font-size: 33px;
	line-height: 43px;
	color: #41516a !important;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
}

.more-button {
	display: inline-block;
	border: 1px solid #196e9e;
	padding: 5px 20px;
	color: #196e9e !important;
	margin: 5px 5px;
	border-radius: 10px;
	text-decoration: none !important;
	font-size: 16px;
}

	.more-button:hover {
		background-color: #2396d7;
		color: #FFFFFF !important;
		text-decoration: none;
	}
/*--------------
Why choose
--------------*/
.container-choose {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
}

.card-choose {
	width: 340px;
	margin-top: 15px;
}

	.card-choose .card-inner {
		position: relative;
		height: 340px;
		border-radius: 25px;
		overflow: hidden;
	}

		.card-choose .card-inner .box .img-box {
			position: absolute;
			inset: 0;
			transition: 0.3s all linear;
		}

			.card-choose .card-inner .box .img-box:hover {
				transform: scale(1.1);
			}

			.card-choose .card-inner .box .img-box img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

.icon {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 100px;
	border-top-left-radius: 50px;
	padding: 12px;
	background-color: white;
}

	.icon::after {
		position: absolute;
		content: "";
		top: -18px;
		right: 0;
		background: transparent;
		width: 18px;
		height: 18px;
		border-bottom-right-radius: 30px;
		box-shadow: 10px 10px 0 10px #fff;
	}

	.icon::before {
		position: absolute;
		content: "";
		bottom: 0;
		left: -18px;
		background: transparent;
		width: 18px;
		height: 18px;
		border-bottom-right-radius: 30px;
		box-shadow: 10px 10px 0 10px #fff;
	}

	.icon span {
		transform: rotate(-40deg);
		display: flex;
		align-items: center;
		justify-content: center;
		width: 80px;
		height: 80px;
		border-radius: 50px;
		background-color: white;
		transition: 0.3s all linear;
	}

.card-choose .icon span {
	background-color: #2396d7;
}
/* .card-choose:nth-child(1) .icon span {
  background-color: #d3b19a;
}

.card-choose:nth-child(2) .icon span {
  background-color: #2396d7;
}

.card-choose:nth-child(3) .icon span {
  background-color: #d05fa2;
}

.card-choose:nth-child(4) .icon span {
  background-color: #70b3b1;
} */

.icon i {
	color: white;
	font-size: 24px;
}

.icon:hover span {
	cursor: pointer;
	transform: scale(1.1);
}

.content-choose h3 {
	/* font-size: 24px; */
	margin-top: 20px;
	margin-bottom: 20px;
}

/*--------------
vision Page
--------------*/

.vision-section {
	padding: 50px 0px;
	background: url(../img/bg-1.png);
	background-size: cover;
}

.visionary-box {
	background: #fff;
	box-shadow: 0 5px 15px 0 rgba(62, 65, 159, .1);
	background: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 20px;
	overflow: hidden;
	padding: 35px;
	min-height: 370px;
}

	.visionary-box h3 {
		margin: 0px 0px 15px;
		padding: 0px;
		text-transform: capitalize;
	}

	.visionary-box .icon-box {
		background: #f5f5f5;
		width: 80px;
		height: 80px;
		line-height: 80px;
		border-radius: 50%;
		background: var(--website-primary-gradient);
		text-align: center;
		margin-bottom: 15px;
	}

		.visionary-box .icon-box i {
			color: #fff;
			font-size: 40px;
		}

		.visionary-box .icon-box img {
			width: 40px;
		}


/*--------------
FAQ
--------------*/


.acc h3 {
	cursor: pointer;
	position: relative;
	padding: 20px !important;
	box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.08);
	background: #fff;
	margin: 10px 0px;
	font-size: 18px;
}

	.acc h3:after {
		content: '+';
		position: absolute;
		right: 20px;
		font-size: 40px;
		top: 50%;
		transform: translateY(-50%);
	}

.acc.active h3:after {
	content: '-';
}

.content {
	background-color: #fff;
	display: none;
}

.content-inner {
	padding: 15px;
}

.content * {
	margin-top: 0;
	line-height: 1.5;
}

.acc {
	border-bottom: 1px solid #fff;
}

/*--------------
Vnext Changes
--------------*/


.master-wrapper-page {
	width: 100%;
}

.center-1 {
	margin-top: 0px;
}

.topic-page .page-title {
	background: url(../img/inner-banner.png);
	background-size: cover;
	background-position: center;
}

	.topic-page .page-title h1 {
		padding-top: 120px;
		padding-bottom: 120px;
		color: #fff !important;
		font-size: 50px !important;
		text-transform: uppercase;
		font-weight: 600;
		text-align: center;
		margin: 0px;
	}

@media (min-width: 1024px) {

	.lightbox-controls {
		bottom: -50px;
	}

	.lightbox:hover .lightbox-controls {
		bottom: 10px;
	}
}


@media(max-width:768px) {
	.top-header-new ul li {
		font-size: 12px;
	}

	.topic-page .page-title h1 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
		font-size: 35px;
		font-weight: 600;
	}

	.vision-section {
		padding: 30px 0px;
	}

	.sub-para-mission {
		font-size: 15px;
		line-height: 25px !important;
	}

	.vision-section h3, .content-choose h3 {
		font-size: 24px;
	}

	.visionary-box {
		padding: 20px !important;
		width: calc(100% - 0px);
		margin: 15px 0px;
		min-height: 250px;
	}

		.visionary-box .heading {
			font-size: 22px !important;
			line-height: 30px !important;
		}

		.visionary-box img {
			width: 60px;
		}

	.core-value-box {
		min-height: 250px;
	}

	.core-mission-box {
		padding: 20px !important;
		width: calc(100% - 30px);
		margin: 15px 15px;
	}

		.core-mission-box .heading {
			font-size: 22px !important;
			line-height: 30px;
		}

	.terms {
		padding: 0px 0px 30px;
	}

	.acc h3 {
		padding: 10px 30px 10px 10px !important;
		font-size: 16px;
		line-height: 25px;
		margin: 5px 0px;
	}

		.acc h3:after {
			right: 10px;
			font-size: 35px;
		}

	.contact-box {
		padding: 20px !important;
	}

		.contact-box img {
			width: 60px;
		}

		.contact-box .heading::after {
			margin: 5px 0px;
		}

		.contact-box p {
			font-size: 14px;
			text-align: left;
		}

	.bank-details h2 {
		text-align: center;
	}

	.bank-details p {
		text-align: center;
		font-size: 16px;
	}

	.sub-para {
		font-size: 16px;
	}

	.tab-terms {
		padding: 10px 0px;
	}

	.box-bdr {
		padding: 10px;
	}

	.core-value-box-content {
		padding: 10px 15px !important;
	}

	.container-choose {
		gap: 20px
	}

	.card-choose {
		margin-top: 0px;
	}
}

@media (max-width: 600px) {
	.master-column-wrapper {
		margin: 0 0px;
	}

	.topic-page .page-title h1 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
		font-size: 30px !important;
		font-weight: 600;
	}
}

@media (max-width: 360px) {
	.top-header-new ul {
		display: none;
	}

	.responsive-nav-wrapper {
		top: 46px !important;
	}
}
