@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700,900');
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^='col-'],
.row.no-gutters > [class*=' col-'] {
	padding-right: 0;
	padding-left: 0;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}
a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
input,
textarea,
select,
button {
	box-sizing: border-box;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
	outline: none;
}
a,
input {
	transition: all 0.3s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
}
ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
p {
	margin: 0 0 0;
}
body {
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Lato', sans-serif;
	color: #4a565c;
	background: #fff;
}
@media screen and (max-width: 991px) {
	body {
		font-size: 16px;
		line-height: 1.6;
	}
}
@media screen and (max-width: 768px) {
	body {
		font-size: 15px;
		line-height: 1.6;
	}
}
@media screen and (max-width: 479px) {
	body {
		font-size: 15px;
		line-height: 1.6;
	}
}
a {
	color: #025fab;
}
a:hover,
a:active,
a:focus {
	color: #000;
}
.site--container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	overflow-x: hidden;
	position: relative;
}
.form {
	text-align: center;
	background: #e3f5fa;
	padding: 70px 0;
}
@media (max-width: 767px) {
	.form {
		padding: 50px 0;
	}
}
@media (max-width: 479px) {
	.form {
		padding: 40px 0;
	}
}
.form__inner {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
}
.form--heading {
	color: #0067b1;
	font-weight: 600;
	font-size: 32px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.form--heading {
		font-size: 30px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.form--heading {
		font-size: 28px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.form--heading {
		font-size: 22px;
		line-height: 1.3;
	}
}
.form--subheading {
	font-size: 16px;
	color: #404040;
	font-weight: 400;
	padding-top: 5px;
}
@media (max-width: 767px) {
	.form--subheading {
		font-size: 13px;
	}
}
.form--form {
	text-align: left;
	padding-top: 30px;
}
@media (max-width: 991px) {
	.form--form {
		padding-top: 15px;
	}
}
@media (max-width: 767px) {
	.form--form {
		padding-top: 5px;
	}
}
.form--control {
	padding-top: 30px;
}
@media (max-width: 767px) {
	.form--control {
		padding-top: 25px;
	}
}
.form--label {
	color: #404040;
	padding: 0 0 5px 10px;
}
.form--input,
.form--select,
.form--textarea {
	display: block;
	width: 100%;
	border: 0;
}
.form--input::-webkit-input-placeholder,
.form--select::-webkit-input-placeholder,
.form--textarea::-webkit-input-placeholder {
	color: #818a91;
}
.form--input::-moz-placeholder,
.form--select::-moz-placeholder,
.form--textarea::-moz-placeholder {
	color: #818a91;
}
.form--input:-ms-input-placeholder,
.form--select:-ms-input-placeholder,
.form--textarea:-ms-input-placeholder {
	color: #818a91;
}
.form--input:-moz-placeholder,
.form--select:-moz-placeholder,
.form--textarea:-moz-placeholder {
	color: #818a91;
}
@media (max-width: 767px) {
	.form--input,
	.form--select,
	.form--textarea {
		background: #fff;
		border-radius: 4px;
	}
}
.form--input {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
}
.form--input.form--input-special {
	padding: 0 0 0 100px;
}
.form--error {
	color: #c0392b;
	font-size: 70%;
	text-transform: uppercase;
	padding-top: 10px;
	font-weight: normal;
}
.form--customer-label {
	text-align: center;
	padding-top: 10px;
}
@media (max-width: 767px) {
	.form--customer-label {
		padding-top: 0;
	}
}
.form--customer-label span {
	margin-right: 40px;
}
@media (max-width: 767px) {
	.form--customer-label span {
		display: block;
		margin: 0 0 10px 0;
	}
}
.form--customer-label label {
	font-weight: normal;
}
.form--customer-label label + label {
	margin-left: 20px;
}
.form--customer-label input {
	margin-right: 10px;
}
.form--tnc-container {
	margin: 0;
}
.form--tnc-input {
	vertical-align: top;
	float: left;
	width: 20px;
	line-height: 1.4;
}
@media (max-width: 767px) {
	.form--tnc-input {
		width: 15px;
	}
}
.form--tnc-label {
	padding-left: 10px;
	float: right;
	width: calc(100% - 20px);
}
.form--tnc-label p + p {
	padding-top: 20px;
}
@media (max-width: 767px) {
	.form--tnc-label {
		width: calc(100% - 15px);
	}
}
.form--tnc-label-text {
	color: #404040;
	font-size: 14px;
	font-weight: 400;
}
@media (max-width: 767px) {
	.form--tnc-label-text {
		font-size: 81.25%;
	}
}
@media (max-width: 479px) {
	.form--tnc-label-text {
		font-size: 75%;
	}
}
.form--submit {
	text-align: center;
}
.form--submit-btn {
	font-weight: 700;
	display: inline-block;
	padding: 0px 40px;
	background: #EF3E42;
	color: #ffffff;
	margin: 40px auto 0;
	border: none;
	font-size: 25px;
	line-height: 1.3;
	height: 60px;
	border-radius: 10px
	
}
@media screen and (max-width: 991px) {
	.form--submit-btn {
		font-size: 23px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.form--submit-btn {
		font-size: 20px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.form--submit-btn {
		font-size: 18px;
		line-height: 1.3;
	}
}
@media (max-width: 767px) {
	.form--submit-btn {
		padding: 15px 50px;
		display: inline-block;
	}
}
.form--submit-btn:hover {
	background: #0067b1;
}
.form--disclaimer-wrrapper {
	width: 100%;
	margin: 40px auto 0;
}
.form--disclaimer-wrrapper .form--disclaimer {
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}
.form--disclaimer-wrrapper .form--disclaimer + .form--disclaimer {
	margin-top: 20px;
}
.form--input-wrapper {
	height: 54px;
	line-height: 54px;
	background: #ffffff;
	border: 1px solid #969696;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}
.form--input-wrapper select {
	background: #ffffff;
}
.form--input-wrapper label {
	font-weight: normal;
}
.form--input-wrapper label + label {
	margin-left: 20px;
}
.form--input-wrapper input {
	margin-right: 10px;
}
.footer {
	color: #818A91;
	font-size: 14px;
	line-height: 21px;
	padding: 0 0 45.28px 0;
}
@media (max-width: 991px) {
	.footer {
		font-size: 10px;
		line-height: 14px;
	}
}
@media (max-width: 620px) {
	.footer {
		padding: 0 0 20.58px 0;
	}
}
.footer__top {
	margin: 0 68.38px;
}
@media (max-width: 620px) {
	.footer__top {
		margin: 0 30.38px;
	}
}
.footer__top .footer__tnc {
	color: #0667b0;
	padding: 45.28px 0 5px;
	font-size: 15px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.footer__top .footer__tnc {
		font-size: 15px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.footer__top .footer__tnc {
		font-size: 14px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.footer__top .footer__tnc {
		font-size: 12px;
		line-height: 1.3;
	}
}
@media (max-width: 767px) {
	.footer__top .footer__tnc {
		padding: 22.64px 0 5px;
	}
}
@media (max-width: 620px) {
	.footer__top .footer__tnc {
		padding: 22.64px 0 5px 0;
	}
}
.footer__top .footer__tnc.footer__tnc-premier a {
	color: #002f65;
}
.footer__top .footer__tnc a {
	color: #0667b0;
	padding: 0 10px 0 0;
	font-size: 15px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.footer__top .footer__tnc a {
		font-size: 15px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.footer__top .footer__tnc a {
		font-size: 14px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.footer__top .footer__tnc a {
		font-size: 12px;
		line-height: 1.3;
	}
}
.footer__top .footer__tnc a:first-child {
	padding: 0 10px 0 0;
	border-left: none;
	border-right: none;
}
.footer__top .footer__box {
	background: #5bc2e7;
	color: #ffffff;
	font-weight: bold;
	padding: 35px 35px;
}
.footer__top .footer__box.footer__box-premier {
	background: #002f65;
}
.footer__top .footer__box.footer__box-premier .footer__box-heading {
	font-size: 40px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 36px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 32px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 600px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 20px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 16px;
		line-height: 1.3;
	}
}
.footer__top .footer__box.footer__box-premier .footer__box-subheading {
	font-size: 30px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 26px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 24px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 600px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 18px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 12px;
		line-height: 1.3;
	}
}
@media (max-width: 767px) {
	.footer__top .footer__box {
		padding: 18px 18px;
	}
}
@media (max-width: 620px) {
	.footer__top .footer__box {
		padding: 15px 15px;
	}
}
.footer__top .footer__box .footer__box-heading {
	font-size: 40px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 34px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 32px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 600px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 26px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 18px;
		line-height: 1.3;
	}
}
.footer__top .footer__box .footer__box-subheading {
	font-size: 30px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 26px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 24px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 600px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 22px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 13px;
		line-height: 1.3;
	}
}
.footer__top .footer__box .footer__box-subheading a {
	color: #ffffff;
}
.footer__top .footer__box .footer__box-subheading .text--light {
	font-weight: 300;
}
.footer__top .footer__box .footer__box-subheading .footer--number {
	color: #ffffff;
	text-decoration: none;
}
@media (max-width: 767px) {
	.footer__mid.footer__mid-long {
		margin: 0 0 22.64px 0;
	}
}
.footer__mid .footer__mid-left,
.footer__mid .footer__mid-right {
	display: table-cell;
	vertical-align: middle;
}
.footer__mid .footer__mid-left {
	background: #5bc2e7;
	width: 270px;
	padding: 0 45.28px 0 68.38px;
}
@media (max-width: 620px) {
	.footer__mid .footer__mid-left {
		padding: 0 20.75px 0 30.38px;
		width: 170px;
	}
}
@media (max-width: 479px) {
	.footer__mid .footer__mid-left {
		width: 122.74px;
		padding: 3px 20.75px 3px 30.38px;
	}
}
.footer__mid .footer__mid-left.footer__mid-left-premier {
	background: #002f65;
	padding: 28.7px 22.9px 28.7px 68.38px;
}
@media (max-width: 620px) {
	.footer__mid .footer__mid-left.footer__mid-left-premier {
		width: 140.46px;
		padding: 22.9px 20.75px 22.9px 30.38px;
	}
	.footer__mid .footer__mid-left.footer__mid-left-premier img {
		width: 97.35px;
	}
}
@media (max-width: 620px) {
	.footer__mid .footer__mid-left img {
		width: 106px;
	}
}
@media (max-width: 479px) {
	.footer__mid .footer__mid-left img {
		width: 74px;
	}
}
.footer__mid .footer__mid-right {
	padding: 22.64px 0 0 22.82px;
}
@media (max-width: 991px) {
	.footer__mid .footer__mid-right {
		display: block;
		padding: 22.64px 0 0 68.38px;
	}
}
@media (max-width: 767px) {
	.footer__mid .footer__mid-right {
		display: block;
		padding: 22.64px 0 0 68.38px;
	}
}
@media (max-width: 620px) {
	.footer__mid .footer__mid-right {
		padding: 20.58px 30.38px 0 46px;
	}
}
@media (max-width: 479px) {
	.footer__mid .footer__mid-right {
		padding: 20.58px 30.38px 0 46px;
	}
}
.footer__mid .footer__mid-right.mid-right-short {
	vertical-align: bottom;
}
@media (max-width: 767px) {
	.footer__mid .footer__mid-right.mid-right-short {
		display: table-cell;
		padding: 0;
	}
}
.footer__mid .footer__mid-right .islam__logo,
.footer__mid .footer__mid-right .footer__mid-right-text {
	display: table-cell;
	vertical-align: middle;
}
@media (max-width: 767px) {
	.footer__mid .footer__mid-right .islam__logo,
	.footer__mid .footer__mid-right .footer__mid-right-text {
		vertical-align: middle;
	}
}
.footer__mid .footer__mid-right .islam__logo {
	width: 42px;
}
@media (max-width: 620px) {
	.footer__mid .footer__mid-right .islam__logo {
		width: 36px;
		display: block;
		float: left;
		margin: 0 12px 4px 0;
	}
}
@media (max-width: 479px) {
	.footer__mid .footer__mid-right .islam__logo {
		width: 30px;
		margin: 2px 12px 1px 0;
	}
}
.footer__mid .footer__mid-right .islam__logo img {
	width: 100%;
}
.footer__mid .footer__mid-right .footer__mid-right-text {
	padding: 0 68.38px 0 22.82px;
	text-align: justify;
}
@media (max-width: 1199px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		font-size: 10px;
		line-height: 14px;
		word-spacing: 1px;
	}
}
@media (max-width: 620px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		padding: 0;
		display: block;
	}
}
@media (max-width: 479px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		padding: 0;
	}
}
.footer__mid .footer__mid-right .footer__mid-right-copyright {
	margin-top: 24.64px;
	text-align: justify;
}
@media (max-width: 1199px) {
	.footer__mid .footer__mid-right .footer__mid-right-copyright {
		font-size: 12px;
	}
}
@media (max-width: 479px) {
	.footer__mid .footer__mid-right .footer__mid-right-copyright {
		margin-top: 20.58px;
		padding-right: 30.38px;
	}
}
.footer__btm {
	margin: 45.28px 68.38px 0 108px;
}
@media (max-width: 991px) {
	.footer__btm {
		margin: 22.64px 68.38px 0;
	}
}
@media (max-width: 620px) {
	.footer__btm {
		margin: 20.58px 30.38px 0 46px;
	}
}
.footer__btm .footer__btm-text {
	margin-top: 20px;
}
.footer__btm .footer__btm-text a {
	color: #0067B1;
	font-weight: 400;
}
.footer__btm .footer__btm-text a.underline {
	text-decoration: underline;
}
.footer__btm .footer__btm-text:last-child {
	margin-top: 30px;
}
@media (max-width: 320px) {
	.hide--xxs {
		display: none;
	}
}
@media (max-width: 479px) {
	.hide--xs {
		display: none;
	}
}
@media (max-width: 767px) {
	.hide--sm {
		display: none;
	}
}
@media (max-width: 991px) {
	.hide--md {
		display: none;
	}
}
@media (max-width: 1199px) {
	.hide--lg {
		display: none;
	}
}
.rhb-logo {
	width: 17vw !important;
	max-width: 200px;
}

.rhb_logo {
	width: 25rem !important;
	position: absolute;
	top: 45px;
}

.rhb-logo {
	width: 17vw !important;
	max-width: 200px;
}

.rhb_logo_mobile {
	width: 30vw !important;
	position: absolute;
	top: 20px;
}

.show--sm-hide-xs {
	display: none;
}
@media (max-width: 767px) {
	.show--sm-hide-xs {
		display: inline-block;
	}
}
@media (max-width: 479px) {
	.show--sm-hide-xs {
		display: none;
	}
}
.show--sm {
	display: none;
}
@media (max-width: 767px) {
	.show--sm {
		display: block;
	}
}
.show--xs {
	display: none;
}
@media (max-width: 479px) {
	.show--xs {
		display: inline-block;
	}
}

.floating-btn__container {
	position: fixed;
	margin-top: -100px;
	width: 100%;
	z-index: 9999;
}

a.floating__btn {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 99;
	right: 4%;
	/* top: 12%; */
	color: #ffffff;
	/* background: #0067b1; */
	/* background: url(../images/Apply_now.png) no-repeat; */
	width: 130px;
	height: 50px;
	border-radius: 50%;
	transform: translateY(-100%);
	/* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
}

a.floating__btn img {
	transform: scale(2);
}

.floating-btn__wrapper {
	position: relative;
	max-width: 1440px;
	text-align: right;
}

@media (max-width: 767px) {
	a.floating__btn {
		width: 110px;
		height: 110px;
	}
	.floating-btn__container {
		margin-top: 0;
	}
}
@media (max-width: 479px) {
	a.floating__btn {
		width: 80px;
		height: 80px;
	}
}
a.floating__btn .floating__btn-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 220px;
}
@media screen and (max-width: 991px) {
	a.floating__btn .floating__btn-text {
		max-width: 200px;
	}
}
@media screen and (max-width: 768px) {
	a.floating__btn .floating__btn-text {
		max-width: 200px;
	}
}
@media screen and (max-width: 479px) {
	a.floating__btn .floating__btn-text {
		max-width: 160px;
	}
}
.banner {
	position: relative;
}
.banner img {
	width: 100%;
}

.tdTitle {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	margin: auto;
}

.tdText {
	text-align: center;
	font-weight: normal;
	font-size: 17px;
	line-height: 20px;
	margin: auto;
}

.tdText2 {
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	margin: auto;
}

.tdText3 {
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	line-height: 20px;
	margin: auto;
}

.tdText4 {
	text-align: right;
	font-weight: bold;
	font-size: 23px;
	line-height: 20px;
	margin: auto;
	color:#0067B1;
}

@media screen and (max-width: 479px) {
	.tdTitle {
		font-size: 13px;
		line-height: 14px;
	}
	
	.tdText {
		font-size: 15px;
		line-height: 16px;
	}
	
	.tdText2 {
		font-size: 13px;
		line-height: 16px;
	}
	
	.tdText3 {
		font-size: 17px;
		line-height: 18px;
	}
	
	.tdText4 {
		font-size: 17px;
		line-height: 18px;
	}
	.modal-body {
		padding: 0 !important;
	}
}



.features {
	background-image: linear-gradient(#202F52, #221C1C);
	padding: 75px 5% 60px;
}

.exclusive {
	padding: 75px 0 0px;
	background: #FFFFFF;
	background-size: 100% 100%;
}

.features .deals__heading {
	text-align: center;
	color: #5BC2E7;
	font-weight: bold;
	font-size: 38px;
	line-height: 50px;
	margin: auto;
	max-width: 748px;
}

.features .deals__heading2 {
	text-align: center;
	color: #5BC2E7;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	max-width: 860px;
	margin: 100px auto 60px;
}

.iconImg {
	display: block;
	margin: 0 auto 20px;
	width: auto;
	height: 70px;
}

.featureTitle {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	margin: 0 auto 5px;
	max-width: 380px;
}

.featureDes {
	text-align: center;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 22px;
	line-height: 27px;
	margin: 0 auto;
	max-width: 360px;
}

.featureDes2 {
	text-align: center;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	margin: 15px auto 0;
	max-width: 323px;
}
.row-eq-height {
	display: flex;
    flex-wrap: wrap;
}

/* Keyframes for rotating background */
@keyframes rotateBackground {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
}
  
/* Apply rotation to the element */
.rotating-background {
	margin: auto;
	width: 100%; /* Full viewport width */
	height: 100%; /* Full viewport height */
	background-image: url('../images/blueCircle.png'); /* Replace with your image URL */
	background-size: 100% 100%; /* Ensure the image covers the container */
	background-position: center;
	animation: rotateBackground 5s linear infinite; /* Adjust timing as needed */
	transform-origin: center; /* Rotate around the center */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.rotating-background2 {
	margin: auto;
	width: 100%; /* Full viewport width */
	height: 100%; /* Full viewport height */
	background-image: url('../images/secondCircle.png'); /* Replace with your image URL */
	background-size: 100% 100%; /* Ensure the image covers the container */
	background-position: center;
	animation: rotateBackground 5s linear infinite; /* Adjust timing as needed */
	transform-origin: center; /* Rotate around the center */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.circleBox {
	margin: auto;
	position: relative;
	width: 100%; /* Full width of the parent container */
	max-width: 400px;
	aspect-ratio: 1 / 1; /* Ensures height equals width */
	display: flex;
	flex-direction: column;
	justify-content: center; /* Horizontal centering */
	align-items: center; /* Vertical centering */
}

.circleTitle {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 32px;
	line-height: 30px;
	margin: 0 auto 20px;
	max-width: 304px;
}

.circleDes {
	text-align: center;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	margin: 0 auto;
	max-width: 270px;
}

.howTitle {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 26px;
	line-height: 38px;
	margin: 100px auto 30px;
	max-width: 998px;
}

.howTitle span {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
	line-height: 38px;
	margin: 100px auto 30px;
	max-width: 998px;
}

.financingTitle {
	text-align: center;
	color: #0067B1;
	font-weight: bold;
	font-size: 32px;
	line-height: 30px;
	margin: 40px auto 5px;
	max-width: 1000px;
}

.financingDes {
	text-align: center;
	color: #404040;
	font-weight: 400;
	font-size: 22px;
	line-height: 27px;
	margin: 0 auto 15px;
	max-width: 864px;
}

.financingTable {
	width: 100%;
	max-width: 1088px;
	margin: 0 auto 60px;
	table-layout: fixed;
}

.financingTable tr:nth-child(1) td:nth-child(1),
.financingTable tr:nth-child(1) td:nth-child(3) {
	background-image: linear-gradient(#005DA3,#064371);
	min-height: 63px;
	padding: 11px;
}

.financingTable tr:nth-child(1) td:nth-child(2),
.financingTable tr:nth-child(1) td:nth-child(4) {
	background-image: linear-gradient(#5BC2E7,#0E9ACC);
	min-height: 63px;
	padding: 11px;
}

.financingTable .title {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	margin: 0 auto 5px;
}

.financingTable .figure {
	text-align: center;
	color: #FFFFFF;
	font-weight: 900;
	font-size: 35px;
	line-height: 35px;
	margin: 0 auto;
}

.financingTable .des {
	text-align: center;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 17px;
	line-height: 23px;
	margin: 0 auto;
}

.paymentTitle {
	text-align: left;
	color: #002353;
	font-weight: bold;
	font-size: 25px;
	line-height: 35px;
	margin: 0 auto;
}

.paymentDes {
	text-align: left;
	color: #404040;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	margin: 0 auto 15px;
}

.paymentDes2 {
	text-align: left;
	color: #404040;
	font-weight: 400;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	margin: 0 auto 15px;
}

.paymentTable {
	width: 100%;
	max-width: 1058px;
	table-layout: fixed;
	margin: 0 auto 70px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.paymentTable tr td {
	color: #1A1818;
	font-size: 19px;
	line-height: 26px;
	text-align: center;
	background: #FFFFFF;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 10px 1%;
}

.paymentTable tr:nth-child(1) td:nth-child(2),
.paymentTable tr:nth-child(1) td:nth-child(3),
.paymentTable tr:nth-child(1) td:nth-child(4),
.paymentTable tr:nth-child(1) td:nth-child(5),
.paymentTable tr:nth-child(1) td:nth-child(6) {
	color: #FFFFFF;
	background-image: linear-gradient(#005DA3, #064371);
	border-right: 1px solid #FFFFFF;
	border-top: none;
	border-left: none;
	border-bottom: none;
	font-weight: 700;
}

.paymentTable tr:nth-child(4) td {
	background-image: linear-gradient(#C6E8F4, #B1DEEE);
	border-bottom: none;
	text-align: left;
}

.paymentTable tr td:nth-child(1) {
	border-top: none;
	border-left: none;
	text-align: left;
}

.paymentTable tr:nth-child(2) td:last-child {
	background: #ECA154;
	font-size: 24px;
	line-height: 25px;
	font-weight: 700;
	color: #FFFFFF;
}

.paymentTable tr:nth-child(1) td:nth-child(1) {
	border: none;
	background: none;
	width: 21%;
}

.paymentTable tr:nth-child(1) td:last-child,
.paymentTable tr:nth-child(2) td:last-child,
.paymentTable tr:nth-child(4) td:last-child {
	border-right: none;
}

@media screen and (max-width: 768px) {
	.features .deals__heading {
		font-size: 21px;
		line-height: 25px;
		max-width: 298px;
	}
	.features .deals__heading2 {
		font-size: 18px;
		line-height: 25px;
		max-width: 298px;
		margin: 20px auto 20px;
	}
	.iconImg {
		margin: 0 auto 5px;
		width: auto;
		height: 70px;
	}
	.featureTitle {
		font-size: 18px;
		line-height: 22px;
		margin: 0 auto;
		max-width: 258px;
	}
	
	.featureDes {
		font-size: 15px;
		line-height: 18px;
		margin: 0 auto 15px;
		max-width: 258px;
	}
	
	.featureDes2 {
		font-size: 13px;
		line-height: 16px;
		margin: 0 auto;
		max-width: 323px;
	}
	.circleBox {
		margin: 0 auto;
		max-width: 260px;
	}
	
	.circleTitle {
		font-size: 20px;
		line-height: 30px;
		margin: 0 auto 10px;
		max-width: 185px;
	}
	
	.circleDes {
		font-size: 15px;
		line-height: 18px;
		margin: 0 auto;
		max-width: 163px;
	}

	.howTitle {
		font-size: 15px;
		line-height: 20px;
		margin: 20px auto 15px;
		max-width: 310px;
	}
	.howTitle span {
		font-size: 13px;
	}

	.financingTitle {
		font-size: 20px;
		line-height: 25px;
		margin: 30px auto 10px;
		max-width: 264px;
	}
	
	.financingDes {
		text-align: center;
		color: #404040;
		font-weight: 400;
		font-size: 15px;
		line-height: 19px;
		margin: 0 auto 10px;
		max-width: 302px;
	}
	
	.financingTable_mobile {
		width: 100%;
		max-width: 302px;
		margin: 0 auto 30px;
		table-layout: fixed;
		display: table;
	}

	.financingTable_mobile tr:nth-child(1) td {
		border-bottom: 6px solid #D4EFF9;
	}
	
	.financingTable_mobile tr td:first-child {
		border-right: 6px solid #D4EFF9;
	}
	
	.financingTable_mobile tr td {
		height: 66px;
	}

	.financingTable_mobile tr:nth-child(1) td:nth-child(1),
	.financingTable_mobile tr:nth-child(2) td:nth-child(2) {
		background-image: linear-gradient(#005DA3,#064371);
	}

	.financingTable_mobile tr:nth-child(1) td:nth-child(2),
	.financingTable_mobile tr:nth-child(2) td:nth-child(1) {
		background: #2AA8D6;
	}
	
	.financingTable_mobile .title {
		font-size: 12px;
		line-height: 14px;
		font-weight: 700;
		text-align: center;
		color: #FFFFFF;
		margin: 0 auto 5px;
	}
	
	.financingTable_mobile .figure {
		font-size: 19px;
		line-height: 20px;
		font-weight: 900;
		text-align: center;
		color: #FFFFFF;
		margin: 0 auto;
	}
	
	.financingTable_mobile .des {
		font-size: 12px;
		line-height: 14px;
		font-weight: 400;
		text-align: center;
		color: #FFFFFF;
		margin: 0 auto;
	}

	.paymentTitle {
		text-align: left;
		color: #404040;
		font-weight: bold;
		font-size: 14px;
		line-height: 25px;
		margin: 0 auto;
	}

	.paymentDes {
		text-align: left;
		color: #404040;
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		margin: 0 auto 10px;
	}

	/* .paymentDes2 {
		text-align: left;
		color: #404040;
		font-weight: 400;
		font-size: 16px;
		font-style: italic;
		line-height: 20px;
		margin: 0 auto 15px;
	} */

	.paymentTable_mobile {
		width: 100%;
		max-width: 300px;
		table-layout: fixed;
		margin: 0 auto 70px;
		border-radius: 5px;
		box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	}

	.paymentTable_mobile tr td {
		color: #1A1818;
		font-size: 14px;
		line-height: 16px;
		text-align: center;
		background: #FFFFFF;
		border-right: 1px solid #707070;
		border-bottom: 1px solid #707070;
		padding: 8px 3%;
	}

	.paymentTable_mobile tr:nth-child(1) td:nth-child(2),
	.paymentTable_mobile tr:nth-child(1) td:nth-child(3) {
		color: #FFFFFF;
		background-image: linear-gradient(#005DA3, #064371);
		border-right: 1px solid #FFFFFF;
		border-top: none;
		border-left: none;
		border-bottom: none;
		font-weight: 700;
	}

	.paymentTable_mobile tr:last-child td {
		background-image: linear-gradient(#C6E8F4, #B1DEEE);
		border: none;
		text-align: center !important;
	}

	.paymentTable_mobile tr td:nth-child(1) {
		border-top: none;
		border-left: none;
		text-align: left;
	}

	.paymentTable_mobile tr:nth-child(5) td {
		background: #E5E5E5;
	}

	.paymentTable_mobile tr:nth-child(6) td {
		background: #ECA154;
		font-size: 16px;
		line-height: 16px;
		text-align: center;
		font-weight: 700;
		color: #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
	}

	.paymentTable_mobile tr:nth-child(1) td:nth-child(1) {
		border: none;
		background: none;
		width: 23%;
	}

	.paymentTable_mobile tr td:last-child {
		border-right: none !important;
	}
}

.package {
	background: #FFFFFF;
	padding: 60px 0% 60px;
}

.packageTab {
	width: 100%;
	height: auto;
	background-size: 100% 100%;
	padding: 45px 8% 35px;
	background-image: url('../images/package1.png');
}

.packageTab .title {
	text-align: left;
	color: #02580F;
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	margin: 0 auto 60px 0;
}

.packageTab .title2 {
	text-align: left;
	color: #02580F;
	font-weight: bold;
	font-size: 26px;
	line-height: 24px;
	margin: 0;
}

.packageTab .figure {
	text-align: left;
	color: #02580F;
	font-weight: 400;
	font-size: 72px;
	line-height: 80px;
	margin: 0;
}

.packageTab .figure span {
	text-align: left;
	color: #02580F;
	font-weight: 700;
	font-size: 32px;
	line-height: 51px;
	margin: 0;
}

.packageTab .des {
	text-align: left;
	color: #02580F;
	font-weight: 400;
	font-size: 22px;
	line-height: 24px;
	margin: 0 auto 40px 0;
}

.packageTab .des2 {
	text-align: left;
	color: #000000;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	margin: 0 auto 260px 0;
}

.packageTab .campDate {
	text-align: left;
	color: #000000;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	margin: 0 auto 10px 0;
}

.packageTab .tnc {
	text-align: left;
	color: #000000;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	margin: 0 auto;
}

.packageTab2 {
	width: 100%;
	height: auto;
	background-size: 100% 100%;
	padding: 45px 8% 35px;
	background-image: url('../images/package2.png');
}

.packageTab2 .title {
	text-align: left;
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	margin: 0 auto 60px 0;
}

.packageTab2 .title2 {
	text-align: left;
	color: #000000;
	font-weight: bold;
	font-size: 26px;
	line-height: 24px;
	margin: 0;
}

.packageTab2 .figure {
	text-align: left;
	color: #000000;
	font-weight: 400;
	font-size: 72px;
	line-height: 80px;
	margin: 0;
}

.packageTab2 .figure span {
	text-align: left;
	color: #000000;
	font-weight: 700;
	font-size: 32px;
	line-height: 51px;
	margin: 0;
}

.packageTab2 .des {
	text-align: left;
	color: #000000;
	font-weight: 400;
	font-size: 22px;
	line-height: 24px;
	margin: 0 auto 40px 0;
}

.packageTab2 .des2 {
	text-align: left;
	color: #000000;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	margin: 0 auto 260px 0;
}

.packageTab2 .campDate {
	text-align: left;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	margin: 0 auto 10px 0;
}

.packageTab2 .tnc {
	text-align: left;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	margin: 0 auto;
}

.package .deals__heading {
	text-align: center;
	color: #0067B1;
	font-weight: bold;
	font-size: 32px;
	line-height: 50px;
	margin: 0 auto 20px;
	max-width: 748px;
}

.blueBox {
	background: #CDEDF8;
	padding: 40px 5%;
	margin: 30px auto 0;
}

.blueBox p {
	text-align: center;
	color: #000000;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	margin: 0 auto;
	max-width: 693px;
}

.protect {
	background-image: url('../images/protect.jpg');
	background-size: 100% 100%;
	padding: 65px 0% 40px;
}

.protect .title {
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	margin: 0 auto 30px 0;
	max-width: 594px;
}

.protect .des {
	text-align: left;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	margin: 0 auto 25px 0;
	max-width: 558px;
}

.protectIcon {
	width: 100%;
	max-width: 45px;
	height: auto;
	display: block;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.package {
		padding: 30px 0% 0;
	}
	
	.packageTab {
		padding: 25px 8% 15px;
		background-image: url('../images/package1_mobile.png');
	}

	.packageTab .title {
		font-size: 20px;
		line-height: 25px;
		margin: 0 auto 15px 0;
	}

	.packageTab .title2 {
		font-size: 18px;
		line-height: 24px;
		margin: 0;
	}

	.packageTab .figure {
		font-size: 34px;
		line-height: 35px;
		margin: 0;
	}

	.packageTab .figure span {
		font-size: 18px;
		line-height: 22px;
		margin: 0;
	}

	.packageTab .des {
		font-size: 13px;
		line-height: 11px;
		margin: 0 auto 15px 0;
	}

	.packageTab .des2 {
		font-size: 15px;
		line-height: 20px;
		margin: 0 auto 15px 0;
	}

	.packageTab .campDate {
		font-size: 12px;
		line-height: 16px;
		margin: 0 auto 110px 0;
	}

	.packageTab .tnc {
		font-size: 10px;
		line-height: 12px;
		margin: 0;
	}
	
	.packageTab2 {
		padding: 25px 8% 15px;
		background-image: url('../images/package2_mobile.png');
	}

	.packageTab2 .title {
		font-size: 20px;
		line-height: 25px;
		margin: 0 auto 15px 0;
	}

	.packageTab2 .title2 {
		font-size: 18px;
		line-height: 24px;
		margin: 0;
	}

	.packageTab2 .figure {
		font-size: 34px;
		line-height: 35px;
		margin: 0;
	}

	.packageTab2 .figure span {
		font-size: 18px;
		line-height: 22px;
		margin: 0;
	}

	.packageTab2 .des {
		font-size: 13px;
		line-height: 11px;
		margin: 0 auto 15px 0;
	}

	.packageTab2 .des2 {
		font-size: 15px;
		line-height: 20px;
		margin: 0 auto 15px 0;
	}

	.packageTab2 .campDate {
		color: #000000;
		font-size: 12px;
		line-height: 16px;
		margin: 0 auto 110px 0;
	}

	.packageTab2 .tnc {
		color: #FFFFFF;
		font-size: 10px;
		line-height: 12px;
		margin: 0;
	}

	.package .deals__heading {
		text-align: center;
		color: #0067B1;
		font-weight: bold;
		font-size: 18px;
		line-height: 25px;
		margin: 0 auto 10px;
		max-width: 298px;
	}
	
	.blueBox {
		background: #CDEDF8;
		padding: 30px 5%;
		margin: 10px auto 10px;
	}
	
	.blueBox p {
		font-size: 15px;
		line-height: 20px;
		margin: 0 auto;
		max-width: 305px;
	}

	.protect {
		background-image: url('../images/protect_mobile.jpg');
		background-size: 100% 100%;
		background-position: top;
		padding: 25px 5% 20px;
	}
	
	.protect .title {
		text-align: center;
		font-size: 18px;
		line-height: 23px;
		margin: 0 auto 240px;
		max-width: 291px;
	}
	
	.protect .des {
		text-align: center;
		font-size: 15px;
		line-height: 20px;
		margin: 0 auto 30px;
		max-width: 313px;
	}

	.protectIcon {
		max-width: 33px;
		height: auto;
		display: block;
		margin: 0 auto 10px;
	}
}

.stay_bottom {
	bottom: 8%;
}
@media (max-width: 768px) {
	.features {
		padding: 30px 0% 25px;
	}
}
.deals .deals__heading2 {
	text-align: center;
	color: #0067B1;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	margin: 0 auto 30px;
	max-width: 888px;
}

.deals__des {
	text-align: center;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	margin: 15px auto 55px;
	max-width: 895px;
}

.campDate {
	text-align: center;
	color: #0067B1;
	font-weight: bold;
	font-size: 21px;
	line-height: 28px;
	margin: auto;
	max-width: 690px;
}

@media screen and (max-width: 768px) {
	.deals .deals__heading2 {
		font-size: 20px;
		line-height: 24px;
		margin: 0 auto 10px;
		max-width: 290px;
	}
	
	.deals__des {
		font-size: 18px;
		line-height: 24px;
		margin: 15px auto 40px;
		max-width: 306px;
	}

	.campDate {
		font-size: 15px;
		line-height: 20px;
		margin: auto;
		max-width: 280px;
	}
}
.deals .deals__subheading {
	text-align: center;
	color: #404040;
	font-size: 24px;
	line-height: 1.3;
	padding-top: 40px;
	margin: auto;
	max-width: 1008px;
}
@media screen and (max-width: 991px) {
	.deals .deals__subheading {
		font-size: 24px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.deals .deals__subheading {
		font-size: 22px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.deals .deals__subheading {
		font-size: 15px;
		line-height: 22px;
		padding: 30px 20px 0;
	}
}
.deals .deals__date {
	margin-top: 60px;
	text-align: center;
	color: #0067B1;
	font-size: 24px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.deals .deals__date {
		font-size: 24px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.deals .deals__date {
		font-size: 22px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.deals .deals__date {
		font-size: 18px;
		line-height: 1.3;
	}
}
@media (max-width: 991px) {
	.deals .deals__date {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {

}
@media (max-width: 767px) {

}
@media (max-width: 479px) {
	
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 479px) {
}
@media screen and (max-width: 380px) {
}
@media screen and (max-width: 320px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 479px) {
}
@media screen and (max-width: 380px) {
}
@media (max-width: 479px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 479px) {
}
@media screen and (max-width: 380px) {
}
@media screen and (max-width: 479px) {
}

@media (max-width: 479px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 479px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 479px) {
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {
}
.cards {
	max-width: 1440px;
	margin: 50px 0 0 0;
}
@media (max-width: 620px) {
		.cards {
		margin: 30px 30.38px 0;
	}
}
.cards__img {
	position: relative;
	max-width: 1010px;
}
@media (max-width: 767px) {
	.cards__img {
		text-align: center;
	}
}
.cards .cards__note {
	font-size: 14px;
}
@media (max-width: 620px) {
	.cards .cards__note {
		font-size: 12px;
	}
}

.custom-select {
	background: #fff url('../images/down.png') right 1rem center/10px 10px
		no-repeat !important;
	padding-left: 15px;
	font-size: 16px;
}

select {
	appearance: none;
}


.carousel_body {
	padding: 30px 30px 170px;
}

@media (max-width: 479px) {
	.carousel_body {
		padding: 0px 0px 20px;
	}
}

.table-container {
	overflow: hidden; /* Hide content that overflows */
	max-height: 0; /* Start with a hidden table */
	transition: max-height 0.5s ease-out; /* Smooth transition */
	background-color: #D4EFF9;
	padding: 0 2%;
	position: relative;
}

/* Styling to make the table visible */
.table-container.open {
	max-height: 1000px; /* Adjust this to fit the content size */
}

.p-0 {
	padding: unset;
}

/* !!!! Splide Slider !!!! */
.splide__pagination {
	bottom: -104px !important;
  }
  .splide.is-focus-in .splide__pagination__page:focus,
  .splide__pagination__page:focus-visible {
	outline: 0;
	outline-offset: 0;
  }
  .splide__pagination li {
	background: #8E8E8E;
	line-height: 0;
	margin: 0 8px !important;
	border: 1px solid #8E8E8E;
	border-radius: 0;
	height: 6px;
	width: 35px;
  }
  .splide__pagination__page {
	background: #8E8E8E !important;
    margin: 0 8px !important;
	border-radius: 0 !important;
	height: 6px !important;
	width: 35px !important;
  }
  .splide__pagination__page.is-active {
	background: #0067B1 !important;
	transform: scale(1) !important;
  }
  .splide__arrow {
	background: none !important;
  }
  .splide__arrows .splide__arrow--prev {
	left: 39%;
	margin-left: 18px;
	right: auto;
  }
  .splide__arrows .splide__arrow--next {
	left: auto;
	right: 39%;
  }
  
	@media (max-width: 991px) {
		.splide__arrows .splide__arrow--prev {
			left: 30%;
			margin-left: 18px;
			right: auto;
		}
		.splide__arrows .splide__arrow--next {
			left: auto;
			right: 30%;
		}
	}
  .splide__arrows .splide__arrow svg {
	width: auto;
	height: auto;
	transform: none;
  }
  .splide__arrows .splide__arrow:disabled {
	background: none !important;
  }
  .splide__arrows .splide__arrow svg circle {
	stroke: none !important;
  }
  .splide__arrow:disabled svg circle {
	stroke: none !important;
  }
  .splide__arrows .splide__arrow svg path {
	stroke: #0067B1 !important;
	transform: scale(2);
  }
  .splide__arrows .splide__arrow:disabled svg path {
	stroke: black !important;
  }
  /* !! Our happy Clients Section CSS !! */
  .our_happy_clients {
	/* padding: 81px 0 127px; */
  }
  .our_happy_clients .display-5 {
	margin-left: 30px;
  }
  .our_happy_clients .splide__track {
	overflow: inherit;
  }
  .our_happy_clients_head {
	margin: 0 0 59px;
  }
  .our_happy_clients_head h2 {
	font-weight: 300;
  }
  .our_happy_clients_head .splide__arrows {
	position: absolute;
	top: 762px;
	left: 0;
	bottom: 0;
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0)
  }
  
  .client_quote_card {
	border-radius: var(--bs-border-radius-lg);
	/* padding: 49px 42px 55px 50px; */
  }
  .client_quote_card img {
	margin: 0 0 39px;
  }
  .client_quote_card h6 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	margin: 0;
  }
  .client_quote_card small {
	display: block;
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 31px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	margin: 0 0 10px;
  }
  .client_quote_card .read-more {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: var(--bs-primary);
	margin-bottom: 33px;
	cursor: pointer;
	border-bottom: 1px solid var(--bs-primary);
	text-transform: capitalize;
  }
  
  
.arrowTable {
    width: 96%;
    /* max-width: 390px;  */
    margin: auto; 
    position: absolute; 
    bottom: 50%; 
    left: 0; 
    right: 0;
    z-index: 2;
}
.slick-disabled {
	opacity: .5;
}
.arrow-left,
.arrow-right {
    max-width: 44px;
    width: 15%;
}

@media screen and (max-width: 768px) {
	
    .arrow-left,
    .arrow-right {
        max-width: 26px;
        width: 100%;
    }
	
    .arrow-left {
		margin: 0 auto 0 0;
    }

    .arrow-right {
		margin: 0 0 0 auto;
    }
    .arrowTable {
		width: 95%;
        bottom: 50%;
    }
}


#gimmick {
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}