@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;
	border-left: 1px solid #0667b0;
	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(1.3);
}

.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%;
}

.popUpTable {
	width: 100%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.popUpTable td {
	padding: 13px;
	border: 1px solid #ffffff;
}

@media screen and (max-width: 479px) {
	.popUpTable td {
		padding: 10px 5px;
	}
}

.popUpTable td:nth-child(1) p {
	text-align: left;
}
.popUpTable td:nth-child(4) {
	box-shadow: rgb(109, 109, 109) 3px 3px 6px 0px inset
}
.popUpTable tr:nth-child(13) td:nth-child(2) {
	box-shadow: rgb(184, 184, 184) 3px 3px 6px 0px inset
}

.popUpTable tr td:nth-child(1) {
	color: #404040;
}
.popUpTable tr td:nth-child(2) {
	color: #404040;
}
.popUpTable tr td:nth-child(3) {
	color: #404040;
}
.popUpTable tr td:nth-child(4) {
	color: white;
}


.popUpTable tr:nth-child(1) td:nth-child(1) {
	background-color: #ffffff;
}
.popUpTable tr:nth-child(2) td:nth-child(1) {
	background-color: #E4B3F4;
}
.popUpTable tr:nth-child(3) td:nth-child(1) {
	background-color: #C8BBFF;
}
.popUpTable tr:nth-child(4) td:nth-child(1) {
	background-color: #B3F0E5;
}
.popUpTable tr:nth-child(5) td:nth-child(1) {
	background-color: #FAEAB2;
}
.popUpTable tr:nth-child(6) td:nth-child(1) {
	background-color: #B3EAF0;
}
.popUpTable tr:nth-child(7) td:nth-child(1) {
	background-color: #B2D5B2;
}
.popUpTable tr:nth-child(8) td:nth-child(1) {
	background-color: #FCD0B3;
}
.popUpTable tr:nth-child(9) td:nth-child(1) {
	background-color: #F5C3C4;
}
.popUpTable tr:nth-child(10) td:nth-child(1) {
	background-color: #F5C3C4;
}

.popUpTable tr:nth-child(11) td:nth-child(1) {
	background-color: #F5C3C4;
}

.popUpTable tr:nth-child(12) td:nth-child(1) {
	background-color: #F5C3C4;
}


.popUpTable tr:nth-child(1) td:nth-child(2),.popUpTable tr:nth-child(1) td:nth-child(3) {
	background-color: #F5F5F5;
}
.popUpTable tr:nth-child(2) td:nth-child(2),.popUpTable tr:nth-child(2) td:nth-child(3) {
	background-color: #F6E5FC;
}
.popUpTable tr:nth-child(3) td:nth-child(2),.popUpTable tr:nth-child(3) td:nth-child(3) {
	background-color: #ECE8FF;
}
.popUpTable tr:nth-child(4) td:nth-child(2),.popUpTable tr:nth-child(4) td:nth-child(3) {
	background-color: #E5FAF6;
}
.popUpTable tr:nth-child(5) td:nth-child(2),.popUpTable tr:nth-child(5) td:nth-child(3) {
	background-color: #FDF8E5;
}
.popUpTable tr:nth-child(6) td:nth-child(2),.popUpTable tr:nth-child(6) td:nth-child(3) {
	background-color: #E5F8FA;
}
.popUpTable tr:nth-child(7) td:nth-child(2),.popUpTable tr:nth-child(7) td:nth-child(3) {
	background-color: #E5F1E5;
}
.popUpTable tr:nth-child(8) td:nth-child(2),.popUpTable tr:nth-child(8) td:nth-child(3) {
	background-color: #FEEFE5;
}
.popUpTable tr:nth-child(9) td:nth-child(2),.popUpTable tr:nth-child(9) td:nth-child(3) {
	background-color: #FCEBEB;
}
.popUpTable tr:nth-child(10) td:nth-child(2),.popUpTable tr:nth-child(10) td:nth-child(3) {
	background-color: #FCEBEB;
}
.popUpTable tr:nth-child(11) td:nth-child(2),.popUpTable tr:nth-child(11) td:nth-child(3) {
	background-color: #FCEBEB;
}
.popUpTable tr:nth-child(12) td:nth-child(2),.popUpTable tr:nth-child(12) td:nth-child(3) {
	background-color: #FCEBEB;
}


.popUpTable tr:nth-child(1) td:nth-child(4) {
	background-color: #818A91;
}
.popUpTable tr:nth-child(2) td:nth-child(4) {
	background-color: #A706DB;
}
.popUpTable tr:nth-child(3) td:nth-child(4) {
	background-color: #491FFD;
}
.popUpTable tr:nth-child(4) td:nth-child(4) {
	background-color: #05CCAA;
}
.popUpTable tr:nth-child(5) td:nth-child(4) {
	background-color: #EDB903;
}
.popUpTable tr:nth-child(6) td:nth-child(4) {
	background-color: #119FB1;
}
.popUpTable tr:nth-child(7) td:nth-child(4) {
	background-color: #007400;
}
.popUpTable tr:nth-child(8) td:nth-child(4) {
	background-color: #E56C2D;
}
.popUpTable tr:nth-child(9) td:nth-child(4) {
	background-color: #DD393C;
}
.popUpTable tr:nth-child(10) td:nth-child(4) {
	background-color: #DD393C;
}
.popUpTable tr:nth-child(11) td:nth-child(4) {
	background-color: #DD393C;
}
.popUpTable tr:nth-child(12) td:nth-child(4) {
	background-color: #DD393C;
}

.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;
	}
}



.deals {
	background: url('../images/bg.png');
	padding: 100px 0 110px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 100%;
}

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

.deals__heading {
	text-align: center;
	color: #0067B1;
	font-weight: bold;
	font-size: 36px;
	line-height: 38px;
	margin: auto;
}

.deals__heading2 {
	text-align: center;
	color: #0067B1;
	font-weight: bold;
	font-size: 36px;
	line-height: 38px;
	max-width: 745px;
	margin:  40px auto 20px;
}
@media screen and (max-width: 991px) {
	.deals__heading {
		font-size: 32px;
		line-height: 1.3;
	}
	.deals__heading2 {
		font-size: 32px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.deals__heading {
		font-size: 30px;
		line-height: 1.3;
	}
	.deals__heading2 {
		font-size: 30px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.deals__heading {
		color: #FFF;
		font-size: 20px;
		line-height: 24px;
	}
	.deals__heading2 {
		font-size: 20px;
		line-height: 24px;
	}
}
.exclusive .deals__subheading {
	text-align: center;
	color: #404040;
	font-size: 22px;
	line-height: 30px;
	padding: 20px 0 65px;
	margin: auto;
	max-width: 800px;
}
.deals__subheading2 {
	text-align: center;
	color: #404040;
	font-size: 25px;
	line-height: 35px;
	padding: 35px 0 20px;
	margin: auto;
	max-width: 1000px;
}
@media screen and (max-width: 991px) {
	.exclusive .deals__subheading {
		font-size: 22px;
		line-height: 1.3;
	}
	.deals__subheading2 {
		font-size: 21px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.exclusive .deals__subheading {
		font-size: 20px;
		line-height: 1.3;
	}
	.deals__subheading2 {
		font-size: 20px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.exclusive .deals__subheading {
		font-size: 14px;
		line-height: 18px;
		padding: 15px 20px 0px;
	}
	.deals__subheading2 {
		font-size: 16px;
		line-height: 20px;
		padding: 15px 20px 0px;
	}
}

.exclusiveTable {
	margin: 0 auto 10px;
	width: 100%;
	border-collapse: inherit;
	background-image: url('../images/BT_LP.jpg');
	background-size: 100% 100%;
}

.exclusiveTable tr:nth-child(1) td {
	padding: 100px 60px 20px;
}

.exclusiveTable tr:nth-child(2) td:nth-child(1) {
	padding: 0 20px 0 60px;
	border-right: 2px solid #FFF;
}

.exclusiveTable tr:nth-child(2) td:nth-child(2) {
	padding: 0 0px 0 40px;
}

.exclusiveTable tr:nth-child(3) td {
	padding: 0px 60px 110px;
}

.exclusiveTable tr:nth-child(3) td:nth-child(2) {
	padding: 0 0px 0 40px;
}

.exclusiveTable tr:nth-child(2) td:nth-child(1) {
	width: 35%;
}

.exclusiveTable tr:nth-child(2) td:nth-child(2) {
	width: 30%;
}


.exclusiveTable2 {
	margin: auto;
	width: 100%;
	border-collapse: inherit;
	background-image: url('../images/DAI_LP.jpg');
	background-size: 100% 100%;
	table-layout: fixed;
}

.exclusiveTable2 tr:nth-child(1) td {
	padding: 115px 60px 15px;
}

.exclusiveTable2 tr:nth-child(2) td:nth-child(1) {
	padding: 0 20px 15px 60px;
}

.exclusiveTable2 tr:nth-child(3) td {
	padding: 0px 60px 130px;
}

.tableHead {
	text-align: left;
	color: #FFF;
	font-size: 44px;
	line-height: 52px;
	font-weight: 700;
	margin: auto;
}
.tableDes {
	text-align: left;
	color: #FFF;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 40px;
	max-width: 620px;
}
.iconImg {
	display: block;
	width: 140px;
	height: auto;
	margin: 30px auto;
}
.moreBtn {
	display: block;
	width: 183px;
	height: auto;
	margin: 35px auto 90px;
}

@media screen and (max-width: 479px) {
	
	.exclusive {
		padding: 40px 0 0px;
		background: #FFFFFF;
	}
		
	.exclusiveTable {
		margin: 0 auto 30px;
		width: 90%;
		border: 2px solid #FFFFFF;
		border-radius: 10px;
		background-image: url('../images/BT_LP_Mobile.jpg');
		background-size: 100% 100%;
	}
	.exclusiveTable {
		margin: auto;
		table-layout: fixed;
		width: 100%;
	}
	.exclusiveTable2 {
		margin: auto;
		table-layout: fixed;
		width: 100%;
	}
	.tableHead {
		font-size: 18px;
		line-height: 20px;
	}
	.tableHead2 {
		font-size: 20px;
		line-height: 18px;
		padding: 0 20px;
	}
	.tableHead3 {
		font-size: 15px;
		line-height: 18px;
		padding: 0 10px;
	}
	.tableDes {
		font-size: 16px;
		line-height: 20px;
	}
	.iconImg {
		width: 70px;
		margin: 20px auto;
	}
	.moreBtn {
		width: 140px;
		margin: 10px auto 40px;
	}
}


.stay_bottom {
	bottom: 5%;
}
@media (max-width: 768px) {
	.deals {
		background: url('../images/bg_mobile.jpg');
		padding: 30px 0 20px;
		background-repeat: no-repeat;
		background-position: top;
		background-size: 100% 100%;
	}
}
.deals .deals__heading {
	text-align: center;
	color: #0067B1;
	font-weight: bold;
	font-size: 34px;
	line-height: 1.3;
	margin: auto;
}
@media screen and (max-width: 991px) {
	.deals .deals__heading {
		font-size: 34px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.deals .deals__heading {
		font-size: 32px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.deals .deals__heading {
		font-size: 20px;
		line-height: 24px;
	}
}
.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;
	}
}

.get {
	padding: 0px 0 30px;
	text-align: center;
}
@media (max-width: 991px) {

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

}
@media (max-width: 479px) {
	
}
.get img {
	width: 100%;
}
@media (max-width: 767px) {
	.get .get__inner {
		padding: 0 5px;
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
	}
}
@media (max-width: 479px) {
	.get .get__inner {
		max-width: 380px;
	}
}
.get .get__heading {
	color: #0067b1;
	font-weight: 600;
	font-size: 32px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.get .get__heading {
		font-size: 30px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.get .get__heading {
		font-size: 28px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.get .get__heading {
		font-size: 26px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 380px) {
	.get .get__heading {
		font-size: 19px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 320px) {
	.get .get__heading {
		font-size: 16px;
		line-height: 1.3;
	}
}
.get .get__heading sup {
	font-size: 60%;
	top: -0.5em;
}
.get .get__subheading {
	margin-top: 15px;
	font-size: 20px;
	line-height: 1.5;
}
@media screen and (max-width: 991px) {
	.get .get__subheading {
		font-size: 20px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 768px) {
	.get .get__subheading {
		font-size: 16px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 479px) {
	.get .get__subheading {
		font-size: 14px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 380px) {
	.get .get__subheading {
		font-size: 13px;
		line-height: 1.5;
	}
}
@media (max-width: 479px) {
	.get .get__subheading {
		margin-top: 5px;
	}
}
.get .get__period {
	margin-top: 30px;
	font-size: 15px;
	line-height: 1.5;
}
@media screen and (max-width: 991px) {
	.get .get__period {
		font-size: 15px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 768px) {
	.get .get__period {
		font-size: 15px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 479px) {
	.get .get__period {
		font-size: 15px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 380px) {
	.get .get__period {
		font-size: 13px;
		line-height: 1.5;
	}
}

.offer  {
	margin-top: 30px;
	text-align: center;
}

@media screen and (max-width: 479px) {
	.offer  {
	margin-top: 50px;
	text-align: center;
}
}

.get .get__box {
	padding: 20px 0;
	margin-top: 30px;
	border: 1px solid #378dc9;
	max-width: 300px;
	text-align: center;
}
@media (max-width: 479px) {
	.get .get__box {
		margin-top: 20px;
	}
}
.get .get__box + .get__box {
	margin-top: 15px;
}
.get .get__box .get__box-inner {
	display: inline-block;
}
.get .get__box .get__box-day {
	text-align: left;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.get .get__box .get__box-day {
		font-size: 20px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.get .get__box .get__box-day {
		font-size: 18px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.get .get__box .get__box-day {
		font-size: 16px;
		line-height: 1.3;
	}
}
.get .get__box .get__box-cb {
	text-align: left;
	font-weight: 600;
	color: #0067b1;
	margin-top: 10px;
	font-size: 26px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.get .get__box .get__box-cb {
		font-size: 26px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.get .get__box .get__box-cb {
		font-size: 24px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.get .get__box .get__box-cb {
		font-size: 20px;
		line-height: 1.3;
	}
}
.get a.get__cto {
	display: inline-block;
	background: #eca154;
	color: #ffffff;
	max-width: 154px;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	margin-top: 50px;
	position: relative;
	z-index: 1;
	background: #eca154;
}
@media (max-width: 767px) {
	.get a.get__cto {
		margin-top: 30px;
	}
}
.get .get__img img {
	margin-top: -20px;
}
@media (max-width: 479px) {
	.get .get__img img {
		margin-top: -10px;
	}
}
.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;
	}
}
#popup .modal-body {
	padding: 15px 15px 40px;
}
#popup .modal-dialog {
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 48%;
}
@media (max-width: 1199px) {
	#popup .modal-dialog {
		width: 70%;
	}
}
@media (max-width: 767px) {
	#popup .modal-dialog {
		width: 90%;
	}
}
#popup button.close {
	font-size: 40px;
	font-weight: 300;
	color: #0067b1;
	opacity: 1;
}
#popup .popup__heading {
	color: #0067b1;
	padding: 0 5%;
	margin-top: 50px;
	font-size: 30px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	#popup .popup__heading {
		font-size: 30px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	#popup .popup__heading {
		font-size: 28px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	#popup .popup__heading {
		font-size: 22px;
		line-height: 1.3;
	}
}
@media (max-width: 479px) {
	#popup .popup__heading {
		margin-top: 40px;
	}
}
#popup .popup__text {
	padding: 0 5%;
	margin-top: 25px;
	font-size: 18px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	#popup .popup__text {
		font-size: 18px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	#popup .popup__text {
		font-size: 16px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	#popup .popup__text {
		font-size: 14px;
		line-height: 1.3;
	}
}
@media (max-width: 479px) {
	#popup .popup__text {
		margin-top: 15px;
	}
}
#popup .popup__buttons {
	padding: 0 5%;
	margin-top: 60px;
	text-align: right;
}
@media (max-width: 767px) {
	#popup .popup__buttons {
		margin-top: 40px;
		text-align: center;
	}
}
@media (max-width: 479px) {
	#popup .popup__buttons {
		margin-top: 25px;
	}
}
#popup a.popup__btn {
	background-color: #0067b1;
	text-align: center;
	display: inline-block;
	padding: 10px 15px;
	font-size: 20px;
	line-height: 1.3;
	color: #ffffff;
	max-width: 200px;
	width: 100%;
}
#popup a.popup__btn:hover {
	cursor: pointer;
}
#popup a.popup__btn.popup--close {
	background-color: #9ca3a8;
	margin-right: 15px;
}

.floating_image {
	transform: scale(1.3);
}
@media (max-width: 767px) {
	#popup a.popup__btn.popup--close {
		margin-right: 10px;
	}
}
@media (max-width: 767px) {
	#popup a.popup__btn {
		font-size: 16px;
		width: 45%;
	}
}
@media (max-width: 479px) {
	#popup a.popup__btn {
		padding: 8px 15px;
		font-size: 14px;
	}
}

.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;
	}
}

.imgFrame {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}

.cardImg {
	text-align: center;
	margin: 0 auto auto;
	max-width: 662px;
	width: auto;
	height: 670px;
	padding: 5px;
}

@media (max-width: 479px) {
	.cardImg {
		position: absolute;
		top: -10px;
		left: 0;
		right: 0;
		text-align: center;
		/* margin: 0 auto auto; */
		max-width: 380px;
		width: auto;
		height: 400px;
		padding: 0px;
	}
}

.upTo {
	text-align: center;
	margin: 0 auto auto;
	max-width: 580px;
	width: 580px;
	height: auto;
	margin: 50px auto;
}
@media (max-width: 479px) {
	.upTo {
		text-align: center;
		margin: 20px auto;
		max-width: 230px;
		width: 100%;
		height: auto;
	}
}

.fom {
	text-align: center;
	color: #404040;
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
	margin: auto;
}
@media screen and (max-width: 479px) {
	.fom {
		font-size: 16px;
		line-height: 20px;
	}
}

.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: var(--bs-white);
	line-height: 0;
	margin: 0 7.5px;
	border: 1px solid var(--bs-primary);
	border-radius: 50%;
  }
  .splide__pagination__page {
	background: #DDDDDD !important;
    height: 15px !important;
    margin: 0 8px !important;
    width: 15px !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;
  }

  .shadowFrame {
	box-shadow: rgb(0 0 0 / 8%) 12.95px 31.95px 18.6px;
    max-width: 99%;
    max-height: 665px;
    border-radius: 8%;
	margin: auto;
  }
  
	@media (max-width: 479px) {
		.outerWrap {
			overflow: hidden;
			height: 460px;
			width: 320px;
		}

		.shadowFrame1 {
			position: absolute;
			top: 10px;
			left: 0;
			right: 0;
			box-shadow: rgb(0 0 0 / 22%) 0px 6px 12px;
			width: 320px;
			height: 390px;
			border-radius: 14px;
			margin: 0 auto 60px;
		}
		.shadowFrame {
			position: absolute;
			top: 10px;
			left: 0;
			right: 0;
			box-shadow: rgb(0 0 0 / 8%) 12.95px 31.95px 18.6px;
			width: 218px;
			height: 390px;
			border-radius: 20px;
			margin: 0 auto 60px;
		}
	}