@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
*,
*::after,
*::before {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
html {
	height: 100%;
}
body.blur-body {
	position: relative;
	overflow: hidden;
}
body.blur-body::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(9, 30, 33, 0.8);
	-webkit-backdrop-filter: blur(11px);
	backdrop-filter: blur(11px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Antonio", sans-serif;
	text-transform: capitalize;
	font-weight: 700;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: baseline;
}
body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Red Hat Display", sans-serif;
	scroll-behavior: smooth;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	margin: auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 16px;
	top: 0 !important;
}
#chat-widget-container {
	bottom: -10px !important;
}
main {
	position: relative;
	z-index: 1;
}
main:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/main-bg.png) no-repeat;
	left: 0;
	top: 0;
	z-index: -1;
}
main.inner-page-gap {
	padding-top: 80px;
	padding-bottom: 100px;
}
@media (max-width: 991px) {
	main.inner-page-gap {
		padding-top: 60px;
		padding-bottom: 80px;
	}
}
@media (max-width: 767px) {
	main.inner-page-gap {
		padding-top: 40px;
		padding-bottom: 60px;
	}
}
@media (max-width: 575px) {
	main.inner-page-gap {
		padding-top: 30px;
		padding-bottom: 40px;
	}
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
button {
	background: transparent;
	border: 0;
	outline: none;
	cursor: pointer;
}
img {
	max-width: 100%;
	line-height: 0;
}
a {
	text-decoration: none !important;
}
.lh-0 {
	line-height: 0;
}
textarea {
	resize: none;
	height: 150px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #000 !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
	-webkit-transition: background-color 5000s ease-in-out 0s !important;
	transition: background-color 5000s ease-in-out 0s !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
@media (max-width: 575px) {
	.g-recaptcha {
		-webkit-transform: scale(0.77);
		transform: scale(0.77);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
#back-to-top {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #8cfe82;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	right: 75px;
	bottom: 75px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	z-index: 99;
	border: 1px solid #fff;
}
#back-to-top.show {
	-webkit-transform: scale(1);
	transform: scale(1);
}
@media (max-width: 1199px) {
	#back-to-top {
		right: 50px;
	}
}
@media (max-width: 991px) {
	#back-to-top {
		width: 50px;
		height: 50px;
	}
	#back-to-top img {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}
@media (max-width: 767px) {
	#back-to-top {
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 575px) {
	#back-to-top {
		right: 30px;
		bottom: 30px;
	}
}
.form-check-label {
	color: #8cfe82;
}
.form-check-label a {
	color: #1e4b9c;
}
.form-check-label a:hover {
	color: #8cfe82;
}
@-webkit-keyframes circle {
	0% {
		-webkit-transform: rotate(0deg) scale(0.8);
		transform: rotate(0deg) scale(0.8);
	}
	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}
}
@keyframes circle {
	0% {
		-webkit-transform: rotate(0deg) scale(0.8);
		transform: rotate(0deg) scale(0.8);
	}
	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}
}
@-webkit-keyframes topBottom {
	0% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@keyframes topBottom {
	0% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@-webkit-keyframes lineTorigth {
	0% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}
@keyframes lineTorigth {
	0% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}
.btn-wrapper {
	padding: 21px 54px;
	border-radius: 50rem !important;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background: #8cfe82;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.9s all ease;
	transition: 0.9s all ease;
	font-family: "Red Hat Display", sans-serif;
	font-weight: 600;
	z-index: 9;
	color: #000;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #8cfe82;
}
.btn-wrapper .icon {
	margin-left: 5px;
}
@media (max-width: 575px) {
	.btn-wrapper {
		padding: 9px 24px;
		border-radius: 10px;
	}
}
.btn-wrapper span {
	color: #000;
	font-family: "Red Hat Display", sans-serif;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	font-size: 18px;
	line-height: 1.1;
}
@media (max-width: 1199px) {
	.btn-wrapper span {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.btn-wrapper span {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.btn-wrapper span {
		font-size: 15px;
		font-weight: normal;
	}
}
@media (max-width: 375px) {
	.btn-wrapper span {
		font-size: 10px;
	}
}
.btn-wrapper:hover {
	background: #1e4b9c;
	-webkit-transition: 0.9s all ease;
	transition: 0.9s all ease;
	border: 1px solid #fff;
}
.btn-wrapper:hover span {
	color: #fff;
}
.btn-wrapper:hover:after {
	width: 100%;
	opacity: 1;
}
.btn-wrapper.white {
	background-color: #fff !important;
	padding: 12px 24px;
	border-color: #fff;
}
.btn-wrapper.white span {
	color: #1e4b9c !important;
	font-size: 16px;
}
.btn-wrapper.white .icon img {
	-webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(16%) saturate(6674%) hue-rotate(201deg)
		brightness(86%) contrast(93%);
	filter: brightness(0) saturate(100%) invert(26%) sepia(16%) saturate(6674%) hue-rotate(201deg) brightness(86%)
		contrast(93%);
}
.btn-wrapper.white:hover span {
	color: #fff;
}
.btn-wrapper.lite {
	padding: 12px 24px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #fff;
}
.btn-wrapper.lite span {
	color: #fff;
	font-size: 16px;
}
.btn-wrapper.primary {
	background-color: #1e4b9c;
	border-color: #1e4b9c;
}
.btn-wrapper.primary span {
	color: #fff;
	font-size: 16px;
}
.btn-wrapper.primary:hover {
	background-color: #8cfe82;
}
.btn-wrapper.primary:hover span {
	color: #1e4b9c;
}
.btn-wrapper.dropdown-icon {
	background-color: white;
	border-radius: 50%;
	padding: 7px;
}
.btn-wrapper.dropdown-icon .icon {
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.btn-wrapper.dropdown-icon .icon img {
	-webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(16%) saturate(6674%) hue-rotate(201deg)
		brightness(86%) contrast(93%);
	filter: brightness(0) saturate(100%) invert(26%) sepia(16%) saturate(6674%) hue-rotate(201deg) brightness(86%)
		contrast(93%);
}
@-webkit-keyframes animated-border {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
	}
	100% {
		-webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
	}
}
@keyframes animated-border {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
	}
	100% {
		-webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
	}
}
@media (max-width: 575px) {
	h1 {
		font-size: 26px;
	}
}
@media (min-width: 576px) {
	h1 {
		font-size: 32px;
	}
}
@media (min-width: 767px) {
	h1 {
		font-size: 54px;
	}
}
@media (min-width: 992px) {
	h1 {
		font-size: 72px;
	}
}
@media (min-width: 1200px) {
	h1 {
		font-size: 96px;
	}
}
@media (max-width: 575px) {
	h2 {
		font-size: 22px;
	}
}
@media (min-width: 576px) {
	h2 {
		font-size: 26px;
	}
}
@media (min-width: 767px) {
	h2 {
		font-size: 32px;
	}
}
@media (min-width: 992px) {
	h2 {
		font-size: 54px;
	}
}
@media (min-width: 1200px) {
	h2 {
		font-size: 72px;
	}
}
@media (max-width: 575px) {
	h3 {
		font-size: 18px;
	}
}
@media (min-width: 576px) {
	h3 {
		font-size: 24px;
	}
}
@media (min-width: 767px) {
	h3 {
		font-size: 32px;
	}
}
@media (min-width: 992px) {
	h3 {
		font-size: 40px;
	}
}
@media (max-width: 575px) {
	h5 {
		font-size: 16px;
	}
}
@media (min-width: 576px) {
	h5 {
		font-size: 18px;
	}
}
@media (min-width: 992px) {
	h5 {
		font-size: 20px;
	}
}
h4 {
	font-size: 26px;
}
h6 {
	font-size: 20px;
}
.section_heading {
	color: #fff;
	text-transform: uppercase;
}
@media (max-width: 575px) {
	.section_heading {
		font-size: 22px;
	}
}
@media (min-width: 576px) {
	.section_heading {
		font-size: 26px;
	}
}
@media (min-width: 767px) {
	.section_heading {
		font-size: 32px;
	}
}
@media (min-width: 992px) {
	.section_heading {
		font-size: 54px;
	}
}
@media (min-width: 1200px) {
	.section_heading {
		font-size: 72px;
	}
}
.section_heading span {
	color: #8cfe82;
}
p {
	font-size: 16px;
	line-height: 26px;
	color: #000;
}
@media (max-width: 767px) {
	p {
		line-height: 16px;
		font-size: 15px;
	}
}
@media (max-width: 375px) {
	p {
		font-size: 12px;
	}
}
.common-gap-bottom {
	padding-bottom: 70px;
}
@media (max-width: 1199px) {
	.common-gap-bottom {
		padding-bottom: 60px;
	}
}
@media (max-width: 991px) {
	.common-gap-bottom {
		padding-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.common-gap-bottom {
		padding-bottom: 40px;
	}
}
@media (max-width: 575px) {
	.common-gap-bottom {
		padding-bottom: 30px;
	}
}
@media (max-width: 375px) {
	.common-gap-bottom {
		padding-bottom: 25px;
	}
}
.common-gap-top {
	padding-top: 70px;
}
@media (max-width: 1199px) {
	.common-gap-top {
		padding-top: 60px;
	}
}
@media (max-width: 991px) {
	.common-gap-top {
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	.common-gap-top {
		padding-top: 40px;
	}
}
@media (max-width: 575px) {
	.common-gap-top {
		padding-top: 30px;
	}
}
@media (max-width: 375px) {
	.common-gap-top {
		padding-top: 25px;
	}
}
.common-gap-out-bottom {
	margin-bottom: 70px;
}
@media (max-width: 1199px) {
	.common-gap-out-bottom {
		margin-bottom: 60px;
	}
}
@media (max-width: 991px) {
	.common-gap-out-bottom {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.common-gap-out-bottom {
		margin-bottom: 40px;
	}
}
@media (max-width: 575px) {
	.common-gap-out-bottom {
		margin-bottom: 30px;
	}
}
@media (max-width: 375px) {
	.common-gap-out-bottom {
		margin-bottom: 25px;
	}
}
.common-gap-out-top {
	margin-top: 70px;
}
@media (max-width: 1199px) {
	.common-gap-out-top {
		margin-top: 60px;
	}
}
@media (max-width: 991px) {
	.common-gap-out-top {
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.common-gap-out-top {
		margin-top: 40px;
	}
}
@media (max-width: 575px) {
	.common-gap-out-top {
		margin-top: 30px;
	}
}
@media (max-width: 375px) {
	.common-gap-out-top {
		margin-top: 25px;
	}
}
.common-gap-out-both {
	margin: 70px 0;
}
@media (max-width: 1199px) {
	.common-gap-out-both {
		margin: 60px 0;
	}
}
@media (max-width: 991px) {
	.common-gap-out-both {
		margin: 50px 0;
	}
}
@media (max-width: 767px) {
	.common-gap-out-both {
		margin: 40px 0;
	}
}
@media (max-width: 575px) {
	.common-gap-out-both {
		margin: 30px 0;
	}
}
@media (max-width: 375px) {
	.common-gap-out-both {
		margin: 25px 0;
	}
}
.common-gap {
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: 16px;
	border-radius: 16px;
}
@media (max-width: 991px) {
	.common-gap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media (max-width: 767px) {
	.common-gap {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (max-width: 575px) {
	.common-gap {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.user-input {
	width: 100%;
	padding: 17px 24px;
	border: 0;
	border: 1px solid #444444;
	border-radius: 30px;
	background: transparent;
	font-size: 16px;
	line-height: 1.1;
	color: #000;
	margin-bottom: 24px;
	font-family: "Red Hat Display", sans-serif;
}
@media (max-width: 767px) {
	.user-input {
		margin-bottom: 20px;
		padding: 18px;
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.user-input {
		padding: 16px;
		font-size: 15px;
	}
}
@media (max-width: 375px) {
	.user-input {
		padding: 15px;
		font-size: 14px;
	}
}
.user-input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #1e4b9c;
	background-color: transparent;
}
.user-input::-webkit-input-placeholder {
	font-size: 16px;
	color: rgba(13, 6, 3, 0.6);
	font-weight: 500;
	text-transform: capitalize;
	font-family: "Red Hat Display", sans-serif !important;
}
.user-input:-ms-input-placeholder {
	font-size: 16px;
	color: rgba(13, 6, 3, 0.6);
	font-weight: 500;
	text-transform: capitalize;
	font-family: "Red Hat Display", sans-serif !important;
}
.user-input::-ms-input-placeholder {
	font-size: 16px;
	color: rgba(13, 6, 3, 0.6);
	font-weight: 500;
	text-transform: capitalize;
	font-family: "Red Hat Display", sans-serif !important;
}
.user-input::placeholder {
	font-size: 16px;
	color: rgba(13, 6, 3, 0.6);
	font-weight: 500;
	text-transform: capitalize;
	font-family: "Red Hat Display", sans-serif !important;
}
@media (max-width: 575px) {
	.user-input::-webkit-input-placeholder {
		font-size: 15px;
	}
	.user-input:-ms-input-placeholder {
		font-size: 15px;
	}
	.user-input::-ms-input-placeholder {
		font-size: 15px;
	}
	.user-input::placeholder {
		font-size: 15px;
	}
}
@media (max-width: 375px) {
	.user-input::-webkit-input-placeholder {
		font-size: 14px;
	}
	.user-input:-ms-input-placeholder {
		font-size: 14px;
	}
	.user-input::-ms-input-placeholder {
		font-size: 14px;
	}
	.user-input::placeholder {
		font-size: 14px;
	}
}
.faq-wrapper {
	background-color: #1e4b9c;
	padding-top: 60px;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.faq-wrapper {
		padding: 11px 8px;
	}
}
.faq-wrapper .support-box .title-wrapper {
	margin-bottom: 40px;
}
.faq-wrapper .support-box .email-box {
	padding: 24px 26px;
	border-radius: 16px;
	background-color: #fff;
}
@media (min-width: 992px) {
	.faq-wrapper .support-box .email-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 24px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.faq-wrapper .support-box .email-box .icon {
	width: 60px;
	min-width: 60px;
}
@media (max-width: 991px) {
	.faq-wrapper .support-box .email-box .icon {
		width: 45px;
		min-width: 45px;
	}
}
@media (min-width: 992px) {
	.faq-wrapper .support-box .email-box:last-child {
		margin-bottom: 0px;
	}
}
.faq-wrapper .support-box .email-box .content h5 {
	color: #1e4b9c;
	font-family: "Red Hat Display", sans-serif;
	margin-bottom: 8px;
}
.faq-wrapper .support-box .email-box .content p {
	color: #666666;
	text-transform: lowercase;
}
.faq-wrapper .support-box .email-box .content p::first-letter {
	text-transform: uppercase !important;
}
@media (max-width: 991px) {
	.faq-wrapper .support-box .email-box .button-wrapper {
		margin-top: 10px;
	}
}
.faq-wrapper .support-box .cancle-box {
	padding: 24px 26px;
	border-radius: 16px;
	background-color: #fff;
}
.faq-wrapper .support-box .cancle-box h5 {
	color: #1e4b9c;
	font-family: "Red Hat Display", sans-serif;
	margin-bottom: 8px;
}
.faq-wrapper .support-box .cancle-box p {
	color: #666666;
}
@media (max-width: 991px) {
	.faq-wrapper .myaccordion .our-faqs:first-child {
		padding-bottom: 0;
	}
}
@media (max-width: 991px) {
	.faq-wrapper .myaccordion .our-faqs:last-child {
		padding-top: 0;
	}
}
@media (max-width: 991px) {
	.faq-wrapper .myaccordion .our-faqs:last-child .faq-content .card:last-child {
		margin-bottom: 0;
	}
}
.faq-wrapper .myaccordion .our-faqs .faq-content .title-wrapper {
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.faq-wrapper .myaccordion .our-faqs .faq-content .title-wrapper {
		margin-bottom: 40px;
	}
}
@media (max-width: 575px) {
	.faq-wrapper .myaccordion .our-faqs .faq-content .title-wrapper {
		margin-bottom: 30px;
	}
}
.faq-wrapper .myaccordion .our-faqs .faq-content .title-wrapper h2 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #fff;
}
.faq-wrapper .myaccordion .our-faqs .faq-content .title-wrapper p {
	color: rgba(0, 0, 0, 0.6);
}
.faq-wrapper .myaccordion .our-faqs .faq-content .card {
	display: block;
	border: none;
	border-radius: 0;
	background: transparent;
	margin-bottom: 30px;
	padding: 24px;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50px;
}
@media (max-width: 575px) {
	.faq-wrapper .myaccordion .our-faqs .faq-content .card {
		border-radius: 15px;
		margin-bottom: 20px;
	}
}
@media (max-width: 375px) {
	.faq-wrapper .myaccordion .our-faqs .faq-content .card {
		margin-bottom: 15px;
	}
}
@media (min-width: 992px) {
	.faq-wrapper .myaccordion .our-faqs .faq-content .card:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 1199px) {
	.faq-wrapper .myaccordion .our-faqs .faq-content .card {
		padding: 25px;
	}
}
@media (max-width: 991px) {
	.faq-wrapper .myaccordion .our-faqs .faq-content .card {
		padding: 20px;
	}
}
@media (max-width: 575px) {
	.faq-wrapper .myaccordion .our-faqs .faq-content .card {
		padding: 15px;
	}
}
.faq-wrapper .myaccordion .our-faqs .faq-content .card[aria-expanded="true"] {
	background-color: #8cfe82;
}
.faq-wrapper .myaccordion .our-faqs .faq-content .card[aria-expanded="true"] .card-header h5 {
	color: #000;
}
.faq-wrapper .myaccordion .our-faqs .faq-content .card[aria-expanded="true"] .card-header .icon-img::after {
	content: url(../../assets/images/icon/faq-open.svg);
}
.faq-wrapper .myaccordion .our-faqs .faq-content .card .card-header {
	border: none;
	background: transparent;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media (max-width: 1199px) {
	.faq-wrapper .myaccordion .our-faqs .faq-content .card .card-header {
		gap: 25px;
	}
}
@media (max-width: 991px) {
	.faq-wrapper .myaccordion .our-faqs .faq-content .card .card-header {
		gap: 20px;
	}
}
.faq-wrapper .myaccordion .our-faqs .faq-content .card .card-header h5 {
	font-size: 20px;
	font-family: "Red Hat Display", sans-serif;
	text-transform: none;
	color: #fff;
	font-weight: 600;
}
.faq-wrapper .myaccordion .our-faqs .faq-content .card .card-header h5::first-letter {
	text-transform: uppercase !important;
}
@media (max-width: 1199px) {
	.faq-wrapper .myaccordion .our-faqs .faq-content .card .card-header h5 {
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	.faq-wrapper .myaccordion .our-faqs .faq-content .card .card-header h5 {
		font-size: 16px;
		max-width: 250px;
	}
}
@media (max-width: 375px) {
	.faq-wrapper .myaccordion .our-faqs .faq-content .card .card-header h5 {
		font-size: 14px;
		max-width: 200px;
	}
}
.faq-wrapper .myaccordion .our-faqs .faq-content .card .card-header .icon-img {
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
	width: 30px;
	height: 30px;
	position: relative;
}
.faq-wrapper .myaccordion .our-faqs .faq-content .card .card-header .icon-img::after {
	position: absolute;
	content: url(../../assets/images/icon/faq-close.svg);
	top: 0;
	left: 0;
}
.faq-wrapper .myaccordion .our-faqs .faq-content .card .card-body {
	padding: 16px 0 0;
}
@media (max-width: 767px) {
	.faq-wrapper .myaccordion .our-faqs .faq-content .card .card-body {
		padding: 20px 0 0;
	}
}
@media (max-width: 575px) {
	.faq-wrapper .myaccordion .our-faqs .faq-content .card .card-body {
		padding: 15px 0 0;
	}
}
.faq-wrapper .myaccordion .our-faqs .faq-content .card .card-body p {
	font-size: 16px;
	color: #000;
}
@media (max-width: 575px) {
	.faq-wrapper .myaccordion .our-faqs .faq-content .card .card-body p {
		font-size: 15px;
	}
}
@media (max-width: 375px) {
	.faq-wrapper .myaccordion .our-faqs .faq-content .card .card-body p {
		font-size: 14px;
	}
}
.faq-wrapper .myaccordion .our-faqs .faq-content .card .card-body th {
	background-color: #1e4b9c;
	color: #fff;
}
.faq-wrapper .myaccordion .our-faqs .faq-content .card .card-body td {
	color: #1e4b9c;
	background-color: #fff;
}
.contact-wrapper {
	background-color: #1e4b9c;
	padding-top: 60px;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.contact-wrapper {
		padding: 11px 8px;
	}
}
.contact-wrapper .img-wrapper img {
	margin-top: 15px;
	border-radius: 16px;
}
@media (min-width: 767px) {
	.contact-wrapper .img-wrapper img {
		margin-top: 40px;
	}
}
@media (min-width: 991px) {
	.contact-wrapper .img-wrapper {
		margin-bottom: 30px;
	}
}
.contact-wrapper .contact-form h3 {
	margin-bottom: 32px;
}
.contact-wrapper .contact-form .form-group {
	margin-bottom: 26px;
}
@media (max-width: 575px) {
	.contact-wrapper .contact-form .form-group {
		margin-bottom: 10px;
	}
}
.contact-wrapper .contact-form .form-group .g-recaptcha {
	margin-bottom: 10px;
}
@media (min-width: 992px) {
	.contact-wrapper .contact-form .form-group .g-recaptcha {
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	.contact-wrapper .contact-content {
		margin-bottom: 10px;
	}
}
@media (min-width: 992px) {
	.contact-wrapper .contact-content .logo-wrapper {
		margin-top: 142px;
	}
}
@media (min-width: 1200px) {
	.contact-wrapper .contact-content .logo-wrapper {
		margin-top: 125px;
	}
}
@media (min-width: 1400px) {
	.contact-wrapper .contact-content .logo-wrapper {
		margin-top: 118px;
	}
}
.contact-wrapper .contact-content .content-group {
	margin-bottom: 20px;
}
@media (min-width: 1200px) {
	.contact-wrapper .contact-content .content-group {
		margin-bottom: 32px;
	}
}
.contact-wrapper .contact-content .content-group p {
	font-size: 18px;
	color: #1e4b9c;
	line-height: 26px;
}
@media (max-width: 575px) {
	.contact-wrapper .contact-content .content-group p {
		font-size: 14px;
		line-height: normal;
	}
}
.contact-wrapper .contact-content .group-link {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 25px;
}
@media (max-width: 575px) {
	.contact-wrapper .contact-content .group-link {
		gap: 10px;
	}
}
.contact-wrapper .contact-content .group-link .icon {
	width: 40px;
}
.contact-wrapper .contact-content .group-link h5 {
	color: #1e4b9c;
	text-transform: unset;
	font-weight: 500;
	font-family: "Red Hat Display", sans-serif;
}
.contact-wrapper .contact-content .group-link h5::first-letter {
	text-transform: uppercase;
}
.contact-wrapper .contact-content .group-link p {
	font-size: 16px;
	color: #1e4b9c;
	line-height: 26px;
}
@media (max-width: 575px) {
	.contact-wrapper .contact-content .group-link p {
		font-size: 14px;
		line-height: normal;
	}
}
.contact-wrapper .contact-content .group-link a {
	color: #1e4b9c;
}
.contact-wrapper .contact-content .group-link a:hover {
	color: #1e4b9c;
	font-weight: 600;
	text-shadow: 0px 0px 10px rgba(30, 75, 156, 0.5);
}
@media (max-width: 575px) {
	.contact-wrapper .contact-content .group-link a {
		font-size: 14px;
	}
}
.contact-wrapper .contact-content .group-link:last-child {
	margin-bottom: 0;
}
.contact-wrapper .contact-form,
.contact-wrapper .contact-content {
	background-color: #fff;
	padding: 40px;
	border-radius: 16px;
	width: 100%;
}
@media (max-width: 575px) {
	.contact-wrapper .contact-form,
	.contact-wrapper .contact-content {
		padding: 15px;
	}
}
.contact-wrapper .contact-form h3,
.contact-wrapper .contact-content h3 {
	color: #1e4b9c;
	margin-bottom: 10px;
	text-transform: uppercase;
}
@media (max-width: 575px) {
	.contact-wrapper .contact-form h3,
	.contact-wrapper .contact-content h3 {
		margin-bottom: 15px;
	}
}
.signup-wrapper {
	background-color: #1e4b9c;
	margin-top: 16px;
	margin-bottom: 15px;
}
@media (min-width: 992px) {
	.signup-wrapper {
		padding-top: 60px;
	}
}
.signup-wrapper .img-wrapper img {
	margin-top: 15px;
	border-radius: 16px;
}
@media (min-width: 767px) {
	.signup-wrapper .img-wrapper img {
		margin-top: 40px;
	}
}
@media (min-width: 991px) {
	.signup-wrapper .img-wrapper {
		margin-bottom: 30px;
	}
}
.signup-wrapper .form-content {
	background-color: #fff;
	border-radius: 16px;
	padding: 60px;
}
@media (max-width: 991px) {
	.signup-wrapper .form-content {
		padding: 30px;
	}
}
@media (max-width: 575px) {
	.signup-wrapper .form-content {
		padding: 15px;
	}
}
.signup-wrapper .form-content h3 {
	margin-bottom: 32px;
	text-align: center;
	color: #1e4b9c;
	text-transform: uppercase;
}
.signup-wrapper .form-content .form-group {
	margin-bottom: 26px;
}
@media (max-width: 575px) {
	.signup-wrapper .form-content .form-group {
		margin-bottom: 10px;
	}
}
.signup-wrapper .form-content p {
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	color: #1e4b9c;
}
.signup-wrapper .form-content .btn-wrapper {
	padding: 17px;
}
.about-wrapper {
	background-color: #1e4b9c;
	padding-top: 60px;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.about-wrapper {
		padding: 11px 8px;
	}
}
.about-wrapper .img-wrapper {
	margin-bottom: 30px;
	margin-bottom: 10px;
}
.about-wrapper .img-wrapper img {
	margin-top: 15px;
	border-radius: 16px;
}
@media (min-width: 767px) {
	.about-wrapper .img-wrapper img {
		margin-top: 40px;
	}
}
@media (min-width: 991px) {
	.about-wrapper .img-wrapper {
		margin-bottom: 30px;
	}
}
@media (min-width: 768px) {
	.about-wrapper .img-wrapper {
		margin-bottom: 20px;
	}
}
.about-wrapper .content-wrapper {
	background-color: #fff;
	border-radius: 16px;
	padding: 60px;
}
@media (max-width: 991px) {
	.about-wrapper .content-wrapper {
		padding: 30px;
	}
}
.about-wrapper .content-wrapper h3 {
	text-transform: uppercase;
	color: #1e4b9c;
	font-weight: 900;
}
@media (min-width: 992px) {
	.about-wrapper .content-wrapper h3 {
		font-size: 56px;
		line-height: 120%;
		word-spacing: -3%;
	}
}
@media (max-width: 991px) {
	.about-wrapper .content-wrapper h3 {
		margin-bottom: 15px;
	}
}
.about-wrapper .content-wrapper p {
	margin-bottom: 11px;
}
@media (min-width: 992px) {
	.about-wrapper .content-wrapper p {
		font-size: 20px;
		margin-bottom: 21px;
		line-height: 150%;
		word-spacing: -2.5%;
	}
}
.custom-check-box {
	color: #666666;
	font-size: 16px;
	line-height: 18px;
	position: relative;
	width: 24px;
	height: 24px;
}
.custom-check-box input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	cursor: pointer;
}
.custom-check-box .checkmark {
	position: absolute;
	left: 0;
	top: 2px;
	border-radius: 3px;
	border: 1px solid rgba(13, 6, 3, 0.2);
	width: 100%;
	height: 100%;
}
.custom-check-box .checkmark::after {
	content: "";
	position: absolute;
	display: none;
	left: 8px;
	top: 5px;
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.custom-check-box p {
	color: #8cfe82;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}
@media (max-width: 575px) {
	.custom-check-box p {
		font-size: 15px;
	}
}
@media (max-width: 375px) {
	.custom-check-box p {
		font-size: 14px;
	}
}
.custom-check-box p a {
	color: #8cfe82;
	font-weight: 600;
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
}
.custom-check-box p a:hover {
	color: #1e4b9c;
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
}
input:checked ~ .checkmark {
	background-color: #1e4b9c;
}
input:checked ~ .checkmark:after {
	display: block;
}
.cursor-pointer {
	cursor: pointer;
}
.modal {
	background: rgba(0, 0, 0, 0.2);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
.modal .form_group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.modal .modal-content {
	border-radius: 24px;
	background-color: #fff;
	border: none;
	position: relative;
}
.modal .modal-content .btn-close {
	margin: 0;
	--bs-btn-close-bg: none;
	background-color: transparent;
	background-image: url("../images/icons/modal-close.svg");
	background-size: 24px;
	border-radius: 50%;
	opacity: 1;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 3;
	padding: 0;
}
.modal .modal-content .btn-close:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.modal .modal-content .modal-body {
	background-color: transparent;
	border-radius: 20px;
	padding: 40px;
	z-index: 2;
}
@media screen and (max-width: 575px) {
	.modal .modal-content .modal-body {
		padding: 30px 16px;
	}
}
.modal .modal-content .modal-body .title {
	color: #1e4b9c;
	font-weight: 600;
	text-transform: uppercase;
}
.modal .modal-content .modal-body .section-heading {
	font-size: 40px;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
	.modal .modal-content .modal-body .section-heading {
		font-size: 22px;
	}
}
.modal .modal-content .modal-body a {
	text-decoration: none;
	color: #000;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	font-size: 16px;
}
.modal .modal-content .modal-body a:hover {
	color: #1e4b9c;
}
@media only screen and (max-width: 575px) {
	.modal .modal-content .modal-body a {
		font-size: 14px;
	}
}
.modal .modal-content .modal-body p,
.modal .modal-content .modal-body li {
	font-size: 18px;
	line-height: 1.5;
	color: #666;
}
@media only screen and (max-width: 575px) {
	.modal .modal-content .modal-body p,
	.modal .modal-content .modal-body li {
		font-size: 14px;
	}
}
.modal .modal-content .modal-body p.agree-terms {
	margin-bottom: 30px;
}
.modal .modal-content .modal-footer {
	border: none;
	padding: 0 30px 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}
.modal .checkbox_wrapper {
	margin-bottom: 20px;
}
.modal .checkbox_wrapper .checkBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7px;
}
.modal .textBlock {
	margin-top: 25px;
}
.modal .textBlock a {
	color: #000 !important;
	font-weight: 600;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
.modal .textBlock a:hover {
	color: #1e4b9c !important;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}
.modal .btn-wrapper {
	margin-top: 24px;
}
.welcome-modal .modal-dialog {
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.welcome-modal .modal-content {
	border-radius: 0;
}
.welcome-modal .modal-content .modal-body {
	border-radius: 0;
	background-image: url("../images/welcome-modal-bg.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
	.welcome-modal .modal-content .modal-body {
		background-size: cover;
	}
}
@media (min-width: 1600px) {
	.welcome-modal .modal-content .modal-body {
		background-position: 11vw;
	}
}
.welcome-modal .modal-content .modal-body .content {
	border-left: 1px solid rgba(13, 55, 58, 0.3);
	padding-left: 50px;
}
@media screen and (max-width: 991px) {
	.welcome-modal .modal-content .modal-body .content {
		border-left: none;
		padding-left: 0;
	}
}
.welcome-modal .modal-content .modal-body .img-wrapper img {
	width: 100%;
	max-width: 320px;
}
#forgotPasswordModal .section-heading {
	margin-bottom: 30px;
}
#forgotPasswordModal p {
	text-align: center;
	margin: 24px 0px;
	color: #666666;
}
#forgotPasswordModal .text-link {
	margin-top: 20px;
}
#forgotPasswordModal .text-link a {
	color: #000;
	font-weight: 600;
}
#forgotPasswordModal .text-link a:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	color: #1e4b9c;
}
#welcomeModal .btn-wrapper {
	margin-top: 10px;
}
@media (min-width: 767px) {
	#welcomeModal .title {
		margin-bottom: 30px;
	}
	#welcomeModal p {
		margin-bottom: 20px;
	}
	#welcomeModal .btn-wrapper {
		margin-top: 30px;
	}
}
#welcomeModal a {
	color: #000;
	font-weight: 600;
}
#welcomeModal a:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	color: #1e4b9c;
}
header {
	position: absolute;
	width: calc(100% - 32px);
	z-index: 100;
	background-color: #1e4b9c;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 16px;
	padding: 16px;
}
header.sticky-menu {
	position: -webkit-sticky;
	position: sticky;
	top: -200px;
	left: 0;
	width: 100%;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	z-index: 6;
	background-color: #1e4b9c;
}
header.sticky-header {
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	top: 16px;
}
header.upper-index {
	z-index: 11;
}
header .navbar {
	padding: 0px;
}
header .navbar .img-wrapper {
	padding: 0;
	margin: 0;
}
@media (min-width: 1200px) {
	header .navbar .img-wrapper img {
		max-width: 200px;
	}
}
@media (max-width: 1199px) {
	header .navbar .img-wrapper img {
		max-width: 180px;
	}
}
@media (max-width: 767px) {
	header .navbar .img-wrapper img {
		max-width: 160px;
	}
}
@media (max-width: 575px) {
	header .navbar .img-wrapper img {
		max-width: 140px;
	}
}
@media (max-width: 375px) {
	header .navbar .img-wrapper img {
		max-width: 120px;
	}
}
@media (min-width: 1200px) {
	header .navbar .info {
		gap: 28px;
	}
}
@media (min-width: 992px) {
	header .navbar .info {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 16px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
	header .navbar .info {
		gap: 10px;
	}
}
@media (max-width: 991px) {
	header .navbar .info {
		gap: 10px;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
		margin-top: 10px;
		padding-top: 50px;
		border-top: 1px solid #fff;
		display: none;
	}
	header .navbar .info .nav-link {
		text-align: center;
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	header .navbar .info {
		gap: 5px;
		margin-right: 15px;
	}
}
@media (max-width: 575px) {
	header .navbar .info {
		margin-right: 10px;
	}
}
header .navbar .info .nav-link {
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding-left: 10px;
	padding-right: 10px;
}
header .navbar .info .nav-link.active {
	color: #8cfe82;
	font-weight: 600;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}
header .navbar .info .nav-link:hover {
	color: #8cfe82;
	font-weight: 600;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}
header .navbar .head-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
@media (max-width: 1199px) {
	header .navbar .head-menu {
		gap: 15px;
	}
}
@media (max-width: 991px) {
	header .navbar .head-menu {
		gap: 10px;
	}
}
@media (max-width: 767px) {
	header .navbar .head-menu {
		gap: 2px;
		margin-right: 15px;
	}
}
@media (max-width: 575px) {
	header .navbar .head-menu {
		margin-right: 0px;
	}
}
header .navbar .navbar-toggler {
	background-color: rgba(255, 255, 255, 0.2);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: relative;
	padding: 10px;
}
header .navbar .navbar-toggler:focus,
header .navbar .navbar-toggler :active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
header .navbar .navbar-toggler.active .icon-bar + .icon-bar {
	margin-top: -2px;
}
header .navbar .navbar-toggler.active .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header .navbar .navbar-toggler.active .icon-bar:nth-of-type(2) {
	opacity: 0;
}
header .navbar .navbar-toggler.active .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 0;
	position: relative;
	width: 100%;
}
header .navbar .navbar-toggler .icon-bar {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: #fff;
	display: block;
	height: 2px;
	border-radius: 4px;
	margin: 0 auto;
}
header .navbar .navbar-toggler .icon-bar + .icon-bar {
	margin-top: 5px;
}
header .navbar .navbar-toggler .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	width: 100%;
}
header .navbar .navbar-toggler .icon-bar:nth-of-type(2) {
	opacity: 1;
	width: 100%;
	filter: alpha(opacity=100);
	background: #fff;
	position: relative;
}
header .navbar .navbar-toggler .icon-bar:nth-of-type(2):after {
	display: block;
	content: "";
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: #232230;
	display: block;
	width: 8px;
	height: 2px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	right: -10px;
	left: auto;
	display: none;
}
header .navbar .navbar-toggler .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	width: 100%;
}
header .navbar .d-flex {
	width: 100%;
}
@media (max-width: 767px) {
	header .navbar .d-flex {
		width: auto;
	}
}
header .navbar .lang-wrapper .for-arrow {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
header .navbar .lang-wrapper .for-arrow.active {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
header .navbar .icon-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7px 7px;
	gap: 5px;
}
header .navbar .icon-link .icon img {
	-webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(16%) saturate(6674%) hue-rotate(201deg)
		brightness(86%) contrast(93%);
	filter: brightness(0) saturate(100%) invert(26%) sepia(16%) saturate(6674%) hue-rotate(201deg) brightness(86%)
		contrast(93%);
}
.dropdown-menu {
	border-radius: 10px;
}
.login-box .dropdown-menu[data-bs-popper] {
	left: auto;
	right: 0;
	margin-top: 1rem;
}
.login-box li a:hover,
.login-box li a:focus {
	background-color: #8cfe82;
	color: #fff;
}
.skiptranslate,
.goog-te-combo {
	display: none !important;
}
.goog-te-gadget {
	display: block !important;
}
#google_translate_element,
select.goog-te-combo {
	position: fixed;
	z-index: 999;
	top: -999px;
}
body .goog-text-highlight {
	background: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
#teams-dropdown-menu span.icon .fa {
	display: none;
}
#teams-dropdown-menu ul li {
	text-transform: capitalize;
	cursor: pointer;
}
#teams-dropdown-menu {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 480px) {
	#teams-dropdown-menu > img {
		max-width: 20px;
	}
}
@media (max-width: 576px) {
	#teams-dropdown-menu .img-fluid {
		width: 25px;
	}
}
#teams-dropdown-menu .flag-text {
	color: #fff;
}
#teams-dropdown-menu ul {
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow:
		0 2px 5px #0a0a0a0d,
		0 0 10px 0 #0a0a0a14;
	box-shadow:
		0 2px 5px #0a0a0a0d,
		0 0 10px 0 #0a0a0a14;
	display: none;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	top: 50px;
	width: 135px;
	z-index: 99;
	padding: 0;
	left: unset !important;
	right: 0;
}
#teams-dropdown-menu ul.active {
	display: block;
	-webkit-animation: slidedown 0.2s;
	animation: slidedown 0.2s;
	top: 50px;
	z-index: 9992;
}
@-webkit-keyframes slidedown {
	from {
		margin-top: -25px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
@keyframes slidedown {
	from {
		margin-top: -25px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
#teams-dropdown-menu ul li {
	padding: 10px 15px;
	color: #000000;
	font-size: 14px;
	letter-spacing: 0.5px;
	height: auto !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
	float: none;
}
#teams-dropdown-menu ul li img {
	margin-right: 10px;
}
#teams-dropdown-menu ul li:hover {
	color: #000 !important;
	background-color: #f0f0f0;
}
#teams-dropdown-menu span.icon:before {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid #fff;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	position: relative;
	top: 2px;
}
@media (max-width: 575px) {
	.translated-ltr[lang="fr"] .responsive-content {
		margin-bottom: 7px !important;
	}
}
.translated-ltr[lang="fr"] .nav-link {
	font-size: 14px !important;
}
.translated-ltr[lang="fr"] header .navbar .head-menu {
	gap: 5px !important;
}
.translated-ltr[lang="fr"] header .navbar .info {
	gap: 0px !important;
}
.translated-ltr[lang="fr"] header .navbar .info .nav-link {
	padding-left: 6px;
	padding-right: 6px;
}
.translated-ltr[lang="fr"] .price-wrapper .pricing-box .amount .duration {
	font-size: 17px;
}
.translated-ltr[lang="fr"] .price-wrapper .pricing-box .plan-list li {
	font-size: 14px;
}
.translated-ltr[lang="fr"] .faq-wrapper .btn-wrapper {
	padding: 9px 11px;
}
.translated-ltr[lang="fr"] .btn-wrapper.lite {
	padding: 12px 12px;
}
.translated-ltr[lang="fr"] .btn-wrapper.white {
	padding: 12px 12px;
}
footer {
	background-color: #1e4b9c;
	border-radius: 16px;
	position: relative;
	z-index: 1;
	padding-top: 80px;
	padding-bottom: 80px;
}
@media (max-width: 991px) {
	footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
footer .main-footer {
	position: relative;
	z-index: 0;
}
footer .main-footer .footer-svg-img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
footer .right .accordion-item {
	border: 0px;
	border-radius: 0px;
}
@media (min-width: 992px) {
	footer .right .accordion-item {
		padding: 0px 0px;
	}
}
@media (max-width: 1200px) {
	footer .right .accordion-item {
		margin-top: 10px;
	}
}
footer .right .accordion-item .accordion-header {
	padding-bottom: 20px;
}
@media (max-width: 991px) {
	footer .right .accordion-item .accordion-header {
		padding-bottom: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
}
footer .right .accordion-item .accordion-header .footer-title {
	font-size: 26px;
	color: #fff;
	background-color: transparent;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 15px;
	padding: 0;
	border: 0px;
	margin: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media (max-width: 991px) {
	footer .right .accordion-item .accordion-header .footer-title {
		padding: 10px 0px;
	}
}
@media (max-width: 767px) {
	footer .right .accordion-item .accordion-header .footer-title {
		font-size: 18px;
		line-height: normal;
	}
}
footer .right .accordion-item .accordion-header .footer-title::after {
	background-image: url("../../assets/images/icon/footer-arrow.svg");
	background-position-y: bottom;
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(210deg)
		brightness(103%) contrast(102%);
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(210deg) brightness(103%)
		contrast(102%);
}
footer .right .accordion-item .accordion-header .footer-title:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0px;
}
@media (min-width: 992px) {
	footer .right .accordion-item .accordion-header .footer-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		pointer-events: none;
	}
	footer .right .accordion-item .accordion-header .footer-title::after {
		display: none;
	}
}
footer .right .accordion-item .accordion-header .footer-title[aria-expanded="true"] img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (min-width: 992px) {
	footer .right .accordion-item .accordion-collapse.collapse:not(.show) {
		display: block !important;
	}
}
footer .right .accordion-item .accordion-collapse .accordion-body {
	padding-left: 0px;
}
@media (max-width: 991px) {
	footer .right .accordion-item .accordion-collapse .accordion-body {
		padding: 0px;
	}
}
footer .right .accordion-item .accordion-collapse ul .footer-item {
	padding: 5px 0px;
	border-top: unset;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
}
@media (max-width: 575px) {
	footer .right .accordion-item .accordion-collapse ul .footer-item {
		padding: 5px 0px;
	}
}
footer .right .accordion-item .accordion-collapse ul .footer-item a::first-letter,
footer .right .accordion-item .accordion-collapse ul .footer-item a *::first-letter {
	text-transform: uppercase;
}
footer .right .accordion-item .accordion-collapse ul .footer-item:last-child {
	border-bottom: 0px;
}
@media (max-width: 991px) {
	footer .right .accordion-item .accordion-collapse ul .footer-item {
		border-left: 0px;
		border-right: 0px;
	}
}
footer .right .accordion-item .accordion-collapse ul .footer-item .footer-link {
	color: #fff;
	font-size: 16px;
	font-weight: 400px;
	line-height: 25px;
	position: relative;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
footer .right .accordion-item .accordion-collapse ul .footer-item .footer-link::first-letter {
	text-transform: uppercase !important;
}
footer .right .accordion-item .accordion-collapse ul .footer-item .footer-link span {
	display: inline-block;
	width: 24px;
	margin-right: 5px;
}
@media (max-width: 992px) {
	footer .right .accordion-item .accordion-collapse ul .footer-item .footer-link {
		font-size: 14px;
	}
}
footer .right .accordion-item .accordion-collapse ul .footer-item .footer-link:hover {
	color: #8cfe82;
}
@media (max-width: 991px) {
	footer .logo {
		padding: 26px 0px;
	}
}
@media (max-width: 575px) {
	footer .logo {
		padding: 20px 0px;
	}
}
@media (max-width: 480px) {
	footer .logo {
		max-width: 270px;
		padding: 20px 0px;
		margin: auto;
	}
}
footer .copywrite-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 32px;
}
@media (max-width: 991px) {
	footer .copywrite-wrapper {
		margin-top: 10px;
	}
}
footer .copywrite-wrapper .wrapper-border {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
	footer .copywrite-wrapper .wrapper-border:last-child {
		border-top: 0px;
		padding: 10px 0px;
	}
	footer .copywrite-wrapper .wrapper-border:first-child {
		padding-top: 10px;
	}
}
footer .copywrite-wrapper .wrapper-border .visa-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}
@media (max-width: 991px) {
	footer .copywrite-wrapper .wrapper-border .visa-wrapper {
		display: block;
		padding-top: 10px;
	}
}
@media (max-width: 767px) {
	footer .copywrite-wrapper .wrapper-border .visa-wrapper .img-wrapper {
		margin-bottom: 10px;
	}
}
footer .copywrite-wrapper .wrapper-border .visa-wrapper .visa-text {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}
footer .copy-right p {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
}
@media (max-width: 768px) {
	footer .copy-right p {
		font-size: 14px;
	}
}
footer a {
	text-decoration: none !important;
}
.banner-wrapper {
	background-color: #1e4b9c;
	padding-top: 50px;
	padding-bottom: 37px;
}
.banner-wrapper h1 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #fff;
	text-transform: uppercase;
}
.banner-wrapper h1 span {
	color: #8cfe82;
}
@media (min-width: 992px) {
	.banner-wrapper h1 {
		margin-bottom: 50px;
	}
}
@media (max-width: 991px) {
	.banner-wrapper {
		padding-top: 40px;
	}
}
@media (max-width: 767px) {
	.banner-wrapper {
		padding-top: 35px;
	}
}
@media (max-width: 575px) {
	.banner-wrapper {
		padding-top: 30px;
	}
}
.banner-wrapper .banner_image {
	text-align: center;
}
.banner-wrapper .banner_image img {
	border-radius: 16px;
	width: 100%;
}
.banner-wrapper .banner_content {
	margin-top: 40px;
}
.banner-wrapper .banner_content p {
	color: #fff;
}
@media (min-width: 991px) {
	.banner-wrapper .banner_content p {
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	.banner-wrapper .banner_content {
		margin-top: 10px;
	}
}
.banner-wrapper .banner_content .btn-wrapper {
	margin-top: 15px;
}
.creative-wrapper {
	position: relative;
	background-image: url(../../assets/images/feture-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	z-index: 0;
}
.creative-wrapper::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: -1;
}
.creative-wrapper .title-wrapper {
	margin-bottom: 30px;
	position: relative;
}
@media (max-width: 575px) {
	.creative-wrapper .title-wrapper {
		margin-bottom: 15px;
	}
}
.creative-wrapper .title-wrapper h2 {
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}
@media (max-width: 575px) {
	.creative-wrapper .title-wrapper h2 {
		margin-bottom: 10px;
	}
}
.creative-wrapper .title-wrapper p {
	color: rgba(0, 0, 0, 0.6);
	line-height: 26px;
}
@media (max-width: 575px) {
	.creative-wrapper .title-wrapper p {
		line-height: 22px;
	}
}
.creative-wrapper .title-wrapper img {
	position: absolute;
	bottom: 0;
	right: 0;
	animation: circle 3s linear infinite alternate-reverse;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.creative-wrapper .box-wrapper {
	padding-top: 285px;
}
@media (max-width: 991px) {
	.creative-wrapper .box-wrapper {
		padding-top: 43px;
	}
}
.creative-wrapper .box-wrapper .box {
	border-radius: 16px;
	background: #fff;
	padding: 24px;
	height: 100%;
}
@media (max-width: 575px) {
	.creative-wrapper .box-wrapper .box {
		padding: 10px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.creative-wrapper .box-wrapper .box {
		padding: 15px;
	}
}
.creative-wrapper .box-wrapper .box .circle {
	--circle-width: 56px;
	--font-width: 24px;
	width: var(--circle-width);
	height: var(--circle-width);
	background-color: #1e4b9c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
}
@media (max-width: 575px) {
	.creative-wrapper .box-wrapper .box .circle {
		--circle-width: 30px;
		--font-width: 20px;
	}
}
.creative-wrapper .box-wrapper .box .circle h3 {
	font-size: var(--font-width);
	color: #fff;
	padding: 15px;
	font-family: "Red Hat Display", sans-serif;
}
.creative-wrapper .box-wrapper .box .box-head h3 {
	color: #1e4b9c;
	font-family: "Red Hat Display", sans-serif;
}
@media (min-width: 991px) {
	.creative-wrapper .box-wrapper .box .box-head {
		padding-top: 40px;
	}
	.creative-wrapper .box-wrapper .box .box-head h3 {
		color: #1e4b9c;
		font-size: 24px;
	}
}
@media (max-width: 575px) {
	.creative-wrapper .box-wrapper .box .box-head {
		padding-top: 10px;
	}
	.creative-wrapper .box-wrapper .box .box-head h3 {
		font-size: 12px;
	}
}
.expert-wrapper {
	background-color: #1e4b9c;
}
.expert-wrapper .section_heading {
	margin-top: 27px;
	margin-bottom: 48px;
	line-height: 120%;
}
@media (max-width: 1199px) {
	.expert-wrapper .section_heading {
		margin-top: 0px;
		margin-bottom: 15px;
	}
}
.expert-wrapper .image-wrapper img {
	border-radius: 24px;
	width: 100%;
}
@media (max-width: 991px) {
	.expert-wrapper .image-wrapper img {
		border-radius: 5px;
	}
}
.expert-wrapper .image-wrapper .main-img {
	height: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.expert-wrapper .image-wrapper .main-img {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}
}
@media (min-width: 1400px) {
	.expert-wrapper .image-wrapper .main-img {
		height: auto;
	}
}
.expert-wrapper .content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}
@media (max-width: 1199px) {
	.expert-wrapper .content-wrapper {
		gap: 8px;
	}
}
@media (max-width: 991px) {
	.expert-wrapper .content-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: unset;
		-ms-flex-align: unset;
		align-items: unset;
	}
	.expert-wrapper .content-wrapper .image-wrapper {
		height: 100%;
	}
	.expert-wrapper .content-wrapper .image-wrapper img {
		height: 100%;
	}
}
@media (max-width: 575px) {
	.expert-wrapper .content-wrapper {
		gap: 8px;
	}
}
.expert-wrapper p {
	font-size: 20px;
	color: #fff;
	line-height: 150%;
}
@media (max-width: 1199px) {
	.expert-wrapper p {
		font-size: 16px;
		margin-top: 0px;
		text-align: left;
	}
}
@media (max-width: 992px) {
	.expert-wrapper p {
		font-size: 20px;
		margin-top: 15px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.expert-wrapper p {
		font-size: 16px;
		margin-top: 15px;
	}
}
@media (max-width: 575px) {
	.expert-wrapper p {
		font-size: 12px;
	}
}
.expert-wrapper .btn-wrapper {
	margin-top: 32px;
	margin-bottom: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.expert-wrapper .btn-wrapper {
		margin-top: 8px;
		margin-bottom: 8px;
	}
}
@media (max-width: 575px) {
	.expert-wrapper .btn-wrapper {
		margin-top: 15px;
		margin-bottom: 0px;
	}
}
.fitness-wrapper {
	position: relative;
	background-image: url(../../assets/images/home/fitness-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	overflow: hidden;
	z-index: 0;
	height: 876px;
}
@media (max-width: 991px) {
	.fitness-wrapper {
		height: 350px;
	}
}
@media (max-width: 768px) {
	.fitness-wrapper {
		height: 300px;
	}
}
@media (max-width: 575px) {
	.fitness-wrapper {
		height: 220px;
	}
}
.fitness-wrapper::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: -1;
}
.fitness-wrapper .title-wrapper {
	margin-bottom: 30px;
	position: relative;
}
@media (max-width: 575px) {
	.fitness-wrapper .title-wrapper {
		margin-bottom: 15px;
		font-size: 18px;
	}
}
.fitness-wrapper .title-wrapper h2 {
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}
@media (max-width: 575px) {
	.fitness-wrapper .title-wrapper h2 {
		margin-bottom: 10px;
	}
}
.fitness-wrapper .btn-wrapper {
	margin-top: 32px;
}
@media (max-width: 768px) {
	.fitness-wrapper .btn-wrapper {
		margin-top: 11px;
	}
}
.routine-wrapper {
	background-color: #1e4b9c;
}
.routine-wrapper .image-wrapper img {
	border-radius: 24px;
}
@media (max-width: 991px) {
	.routine-wrapper .image-wrapper img {
		border-radius: 5px;
	}
}
.routine-wrapper .image-wrapper .main-img {
	height: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.routine-wrapper .image-wrapper .main-img {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}
}
@media (min-width: 1400px) {
	.routine-wrapper .image-wrapper .main-img {
		height: auto;
	}
}
.routine-wrapper .section_heading {
	margin-bottom: 15px;
}
@media (max-width: 991px) {
	.routine-wrapper .section_heading {
		margin-top: 0px;
		margin-bottom: 15px;
		text-align: center;
	}
}
.routine-wrapper p {
	font-size: 20px;
	color: #fff;
	line-height: 150%;
	margin-top: 32px;
	margin-bottom: 32px;
}
@media (max-width: 992px) {
	.routine-wrapper p {
		margin-top: 12px;
		margin-bottom: 12px;
		font-size: 20px;
		text-align: left;
	}
}
@media (max-width: 767px) {
	.routine-wrapper p {
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width: 575px) {
	.routine-wrapper p {
		font-size: 12px;
	}
}
.routine-wrapper .responsive-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.routine-wrapper .responsive-content p {
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: left;
}
.price-wrapper .section_heading {
	text-align: center;
	margin-bottom: 32px;
	color: rgba(30, 75, 156, 0.2);
}
.price-wrapper .section_heading span {
	color: #1e4b9c;
}
.price-wrapper .pricing-box {
	position: relative;
	border: 1px solid rgba(30, 75, 156, 0.2);
	padding: 32px;
	border-radius: 24px;
	color: #1e4b9c !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	overflow: hidden;
}
@media (max-width: 991px) {
	.price-wrapper .pricing-box {
		padding: 15px;
		border-radius: 10px;
	}
}
.price-wrapper .pricing-box::after {
	position: absolute;
	content: "";
	width: 700px;
	height: 100px;
	background-color: rgba(255, 255, 255, 0.5);
	bottom: -50%;
	left: -50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 2s;
	transition: all 2s;
	opacity: 0;
}
@media (max-width: 575px) {
	.price-wrapper .pricing-box::after {
		left: -100%;
	}
}
@media (max-width: 991px) {
	.price-wrapper .pricing-box::after {
		width: 1100px;
	}
}
.price-wrapper .pricing-box * {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.price-wrapper .pricing-box .pricing_head {
	padding-bottom: 32px;
	border-bottom: 1px solid rgba(30, 75, 156, 0.2);
}
@media (max-width: 575px) {
	.price-wrapper .pricing-box .pricing_head {
		padding-bottom: 15px;
	}
}
.price-wrapper .pricing-box .pricing_head h5 {
	padding-left: 12px;
	font-family: "Red Hat Display", sans-serif;
}
@media (max-width: 575px) {
	.price-wrapper .pricing-box .pricing_head h5 {
		font-size: 16px;
		line-height: normal;
	}
}
.price-wrapper .pricing-box .pricing_head p {
	margin-top: 8px;
	color: #1e4b9c;
	font-weight: 600;
	font-family: "Red Hat Display", sans-serif;
}
@media (max-width: 575px) {
	.price-wrapper .pricing-box .pricing_head p {
		margin-top: 5px;
		font-size: 14px;
	}
}
.price-wrapper .pricing-box .amount {
	padding-top: 32px;
	font-family: "Red Hat Display", sans-serif;
}
@media (max-width: 575px) {
	.price-wrapper .pricing-box .amount {
		padding-top: 15px;
	}
}
.price-wrapper .pricing-box .amount .price {
	font-weight: 600;
	font-size: 40px;
}
.price-wrapper .pricing-box .amount .duration {
	font-weight: 600;
	font-size: 18px;
}
.price-wrapper .pricing-box .plan-list {
	margin-top: 32px;
}
@media (max-width: 575px) {
	.price-wrapper .pricing-box .plan-list {
		margin-top: 15px;
	}
}
.price-wrapper .pricing-box .plan-list h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
	font-family: "Red Hat Display", sans-serif;
}
@media (max-width: 575px) {
	.price-wrapper .pricing-box .plan-list h5 {
		font-size: 14px;
	}
}
.price-wrapper .pricing-box .plan-list li {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}
@media (max-width: 575px) {
	.price-wrapper .pricing-box .plan-list li {
		font-size: 12px;
	}
}
.price-wrapper .pricing-box .plan-list li:last-child {
	margin-bottom: 0px;
}
.price-wrapper .pricing-box .button-wrapper {
	margin-top: 52px;
}
@media (max-width: 575px) {
	.price-wrapper .pricing-box .button-wrapper {
		margin-top: 15px;
	}
}
.price-wrapper .pricing-box.active,
.price-wrapper .pricing-box:hover {
	background-color: #1e4b9c;
	color: #fff !important;
}
.price-wrapper .pricing-box.active .pricing_head,
.price-wrapper .pricing-box:hover .pricing_head {
	border-color: #fff;
}
.price-wrapper .pricing-box.active .pricing_head p,
.price-wrapper .pricing-box:hover .pricing_head p {
	color: #fff;
}
.price-wrapper .pricing-box.active svg,
.price-wrapper .pricing-box:hover svg {
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(2%) hue-rotate(295deg)
		brightness(103%) contrast(101%);
	filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(2%) hue-rotate(295deg) brightness(103%)
		contrast(101%);
}
.price-wrapper .pricing-box.active .button-wrapper .btn-wrapper,
.price-wrapper .pricing-box:hover .button-wrapper .btn-wrapper {
	background-color: #8cfe82;
	border-color: #1e4b9c;
}
.price-wrapper .pricing-box.active .button-wrapper .btn-wrapper span,
.price-wrapper .pricing-box:hover .button-wrapper .btn-wrapper span {
	color: #1e4b9c;
	font-size: 16px;
}
.price-wrapper .pricing-box.active .button-wrapper .btn-wrapper:hover,
.price-wrapper .pricing-box:hover .button-wrapper .btn-wrapper:hover {
	background-color: #fff;
}
.price-wrapper .pricing-box.active .button-wrapper .btn-wrapper:hover span,
.price-wrapper .pricing-box:hover .button-wrapper .btn-wrapper:hover span {
	color: #1e4b9c;
}
.price-wrapper .pricing-box.active {
	cursor: default;
	-webkit-box-shadow: 0px 0px 10px #1e4b9c;
	box-shadow: 0px 0px 10px #1e4b9c;
}
.price-wrapper .pricing-box:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0px 0px 10px #1e4b9c;
	box-shadow: 0px 0px 10px #1e4b9c;
}
.price-wrapper .pricing-box:hover::after {
	bottom: 150%;
	left: -14%;
	opacity: 1;
}
@media (max-width: 575px) {
	.price-wrapper .pricing-box:hover::after {
		left: -20%;
	}
}
.search-wrapper h2 {
	margin-bottom: 90px;
}
@media (max-width: 1399px) {
	.search-wrapper h2 {
		margin-bottom: 70px;
	}
}
@media (max-width: 1199px) {
	.search-wrapper h2 {
		margin-bottom: 60px;
	}
}
@media (max-width: 991px) {
	.search-wrapper h2 {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.search-wrapper h2 {
		margin-bottom: 40px;
	}
}
@media (max-width: 575px) {
	.search-wrapper h2 {
		margin-bottom: 30px;
	}
}
@media (max-width: 375px) {
	.search-wrapper h2 {
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {
	.search-wrapper .product-box {
		max-width: 320px;
		margin: auto;
	}
}
@media (max-width: 991px) {
	.loyalty-wrapper .loyalty-img {
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.loyalty-wrapper .loyalty-img {
		max-width: 300px;
		margin: 0 auto 30px auto;
	}
}
@media (max-width: 420px) {
	.loyalty-wrapper .loyalty-img {
		max-width: 330px;
	}
}
@media (max-width: 375px) {
	.loyalty-wrapper .loyalty-img {
		max-width: 300px;
		margin: 0 auto 20px auto;
	}
}
.loyalty-wrapper .loyalty-img .stars {
	max-width: 100px;
}
@media (max-width: 1399px) {
	.loyalty-wrapper .loyalty-img .stars {
		max-width: 80px;
	}
}
@media (max-width: 1199px) {
	.loyalty-wrapper .loyalty-img .stars {
		max-width: 70px;
	}
}
@media (max-width: 575px) {
	.loyalty-wrapper .loyalty-img .stars {
		max-width: 50px;
	}
}
@media (max-width: 375px) {
	.loyalty-wrapper .loyalty-img .stars {
		max-width: 40px;
	}
}
@media (min-width: 1200px) {
	.loyalty-wrapper .loyalty-img .pro-ads {
		max-width: 480px;
		margin-right: 10px;
	}
}
@media (max-width: 1199px) {
	.loyalty-wrapper .loyalty-img .pro-ads {
		max-width: 400px;
		margin-right: 4px;
	}
}
@media (max-width: 992px) {
	.loyalty-wrapper .loyalty-img .pro-ads {
		max-width: 400px;
	}
}
@media (max-width: 575px) {
	.loyalty-wrapper .loyalty-img .pro-ads {
		max-width: 300px;
	}
}
@media (max-width: 420px) {
	.loyalty-wrapper .loyalty-img .pro-ads {
		max-width: 250px;
	}
}
@media (max-width: 991px) {
	.loyalty-wrapper .loyalty-content {
		text-align: center;
	}
}
.loyalty-wrapper .loyalty-content .the-loyalty-img {
	gap: 24px;
	margin-bottom: 30px;
}
.loyalty-wrapper .loyalty-content .the-loyalty-img .one,
.loyalty-wrapper .loyalty-content .the-loyalty-img .two {
	border-radius: 400px 400px 550px 0;
	max-width: 300px;
}
@media (max-width: 1399px) {
	.loyalty-wrapper .loyalty-content .the-loyalty-img .one,
	.loyalty-wrapper .loyalty-content .the-loyalty-img .two {
		max-width: 260px;
	}
}
@media (max-width: 1199px) {
	.loyalty-wrapper .loyalty-content .the-loyalty-img .one,
	.loyalty-wrapper .loyalty-content .the-loyalty-img .two {
		max-width: 220px;
	}
}
.loyalty-wrapper .loyalty-content h2 {
	margin-bottom: 20px;
}
.loyalty-wrapper .loyalty-content p {
	margin-bottom: 10px;
	opacity: 0.6;
}
.loyalty-wrapper .loyalty-content ul {
	margin-left: 25px;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.loyalty-wrapper .loyalty-content ul {
		display: inline-block;
	}
}
@media (max-width: 375px) {
	.loyalty-wrapper .loyalty-content ul {
		margin-bottom: 20px;
	}
}
.loyalty-wrapper .loyalty-content ul li {
	list-style: disc;
	opacity: 0.6;
}
@media (max-width: 991px) {
	.loyalty-wrapper .loyalty-content ul li {
		text-align: left;
	}
}
.boost-wrapper .heading {
	margin-bottom: 30px;
}
.boost-wrapper .heading h2 {
	margin-bottom: 10px;
}
.boost-wrapper .note p {
	font-size: 18px;
}
@media (max-width: 991px) {
	.boost-wrapper .note p {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.boost-wrapper .note p {
		font-size: 15px;
	}
}
@media (max-width: 375px) {
	.boost-wrapper .note p {
		font-size: 14px;
	}
}
.top-up-wrapper {
	background: #8cfe82;
	padding: 100px 0;
}
@media (max-width: 991px) {
	.top-up-wrapper {
		padding: 80px 0;
	}
}
@media (max-width: 575px) {
	.top-up-wrapper {
		padding: 60px 0;
	}
}
@media (max-width: 375px) {
	.top-up-wrapper {
		padding: 40px 0;
	}
}
@media (max-width: 991px) {
	.top-up-wrapper .top-up-img {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.top-up-wrapper .top-up-img img {
		max-width: 500px;
	}
}
.top-up-wrapper .top-up-img h2 {
	color: #fff;
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.top-up-wrapper .top-up-img h2 {
		margin-bottom: 40px;
	}
}
@media (max-width: 575px) {
	.top-up-wrapper .top-up-img h2 {
		margin-bottom: 30px;
	}
}
@media (max-width: 375px) {
	.top-up-wrapper .top-up-img h2 {
		margin-bottom: 20px;
	}
}
.top-up-wrapper ul {
	margin-left: 20px;
}
.top-up-wrapper ul li {
	list-style: disc;
	color: #fff;
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.top-up-wrapper ul li {
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.top-up-wrapper ul li {
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.top-up-wrapper ul li {
		margin-bottom: 20px;
	}
}
.top-up-wrapper ul li:last-child {
	margin-bottom: 0;
}
.get-access-wrapper .access-content h2 {
	margin-bottom: 20px;
}
.get-access-wrapper .access-content p {
	margin-bottom: 30px;
	opacity: 0.6;
}
.get-access-wrapper .access-content img {
	margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.get-access-wrapper .access-content img {
		max-width: 600px;
	}
}
.product-dtls-wrapper {
	padding-bottom: 50px;
}
@media (max-width: 767px) {
	.product-dtls-wrapper {
		padding-bottom: 40px;
	}
}
@media (max-width: 575px) {
	.product-dtls-wrapper {
		padding-bottom: 30px;
	}
}
@media (max-width: 375px) {
	.product-dtls-wrapper {
		padding-bottom: 20px;
	}
}
.product-dtls-wrapper .product-img {
	background: #fff;
	border-radius: 30px;
	text-align: center;
	padding: 100px;
}
@media (max-width: 1399px) {
	.product-dtls-wrapper .product-img {
		padding: 90px;
	}
}
@media (max-width: 1199px) {
	.product-dtls-wrapper .product-img {
		padding: 80px;
	}
}
@media (max-width: 991px) {
	.product-dtls-wrapper .product-img {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.product-dtls-wrapper .product-img {
		padding: 70px;
	}
}
@media (max-width: 575px) {
	.product-dtls-wrapper .product-img {
		padding: 60px;
		max-width: 350px;
		margin: 0 auto 30px auto;
	}
}
@media (max-width: 375px) {
	.product-dtls-wrapper .product-img {
		padding: 50px;
	}
}
.product-dtls-wrapper .product-dtls .pre-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}
@media (max-width: 1399px) {
	.product-dtls-wrapper .product-dtls .pre-page {
		margin-bottom: 25px;
	}
}
@media (max-width: 1199px) {
	.product-dtls-wrapper .product-dtls .pre-page {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.product-dtls-wrapper .product-dtls .pre-page {
		margin-bottom: 15px;
	}
}
.product-dtls-wrapper .product-dtls .pre-page li {
	position: relative;
	padding: 0 10px;
}
.product-dtls-wrapper .product-dtls .pre-page li:first-child {
	padding-left: 0;
}
.product-dtls-wrapper .product-dtls .pre-page li:nth-child(2) p {
	color: rgba(13, 6, 3, 0.6);
}
.product-dtls-wrapper .product-dtls .pre-page li:last-child {
	padding-right: 0;
}
.product-dtls-wrapper .product-dtls .pre-page li:last-child:after {
	display: none;
}
.product-dtls-wrapper .product-dtls .pre-page li:after {
	content: "/";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(13, 6, 3, 0.6);
}
.product-dtls-wrapper .product-dtls .pre-page li a {
	font-size: 16px;
	color: rgba(13, 6, 3, 0.6);
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
}
.product-dtls-wrapper .product-dtls .pre-page li a:hover {
	color: #1e4b9c;
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
}
.product-dtls-wrapper .product-dtls h3 {
	font-size: 46px;
	margin-bottom: 20px;
}
@media (max-width: 1399px) {
	.product-dtls-wrapper .product-dtls h3 {
		font-size: 42px;
	}
}
@media (max-width: 1199px) {
	.product-dtls-wrapper .product-dtls h3 {
		font-size: 38px;
	}
}
@media (max-width: 991px) {
	.product-dtls-wrapper .product-dtls h3 {
		font-size: 36px;
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	.product-dtls-wrapper .product-dtls h3 {
		font-size: 32px;
	}
}
@media (max-width: 480px) {
	.product-dtls-wrapper .product-dtls h3 {
		font-size: 28px;
	}
}
@media (max-width: 375px) {
	.product-dtls-wrapper .product-dtls h3 {
		font-size: 26px;
	}
}
.product-dtls-wrapper .product-dtls .pro-des {
	border-top: 1px solid #8cfe82;
	padding-top: 20px;
}
@media (max-width: 991px) {
	.product-dtls-wrapper .product-dtls .pro-des {
		padding-top: 15px;
	}
}
.product-dtls-wrapper .product-dtls .pro-des .pro-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}
.product-dtls-wrapper .product-dtls .pro-des .pro-price .price {
	padding: 0 30px;
}
@media (max-width: 1199px) {
	.product-dtls-wrapper .product-dtls .pro-des .pro-price .price {
		padding: 0 25px;
	}
}
@media (max-width: 767px) {
	.product-dtls-wrapper .product-dtls .pro-des .pro-price .price {
		padding: 0 20px;
	}
}
.product-dtls-wrapper .product-dtls .pro-des .pro-price .price:first-child {
	padding-left: 0;
	position: relative;
}
.product-dtls-wrapper .product-dtls .pro-des .pro-price .price:first-child:after {
	content: "";
	position: absolute;
	height: 70%;
	width: 1px;
	background: #8cfe82;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product-dtls-wrapper .product-dtls .pro-des .pro-price .price:last-child {
	padding-right: 0;
}
.product-dtls-wrapper .product-dtls .pro-des .pro-price .price h6 {
	font-size: 16px;
	font-weight: 400;
}
.product-dtls-wrapper .product-dtls .pro-des .pro-price .price span {
	font-size: 34px;
	font-weight: 700;
	color: #1e4b9c;
}
@media (max-width: 1399px) {
	.product-dtls-wrapper .product-dtls .pro-des .pro-price .price span {
		font-size: 32px;
	}
}
@media (max-width: 1199px) {
	.product-dtls-wrapper .product-dtls .pro-des .pro-price .price span {
		font-size: 30px;
	}
}
@media (max-width: 991px) {
	.product-dtls-wrapper .product-dtls .pro-des .pro-price .price span {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	.product-dtls-wrapper .product-dtls .pro-des .pro-price .price span {
		font-size: 26px;
	}
}
@media (max-width: 575px) {
	.product-dtls-wrapper .product-dtls .pro-des .pro-price .price span {
		font-size: 24px;
	}
}
@media (max-width: 375px) {
	.product-dtls-wrapper .product-dtls .pro-des .pro-price .price span {
		font-size: 22px;
	}
}
.product-dtls-wrapper .product-dtls .pro-des .delivery-dtls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
@media (max-width: 1399px) {
	.product-dtls-wrapper .product-dtls .pro-des .delivery-dtls {
		gap: 15px;
	}
}
@media (max-width: 1199px) {
	.product-dtls-wrapper .product-dtls .pro-des .delivery-dtls {
		gap: 10px;
	}
}
@media (max-width: 991px) {
	.product-dtls-wrapper .product-dtls .pro-des .delivery-dtls {
		margin-bottom: 15px;
	}
}
.product-dtls-wrapper .product-dtls .pro-des .delivery-dtls h6 {
	font-size: 20px;
}
@media (max-width: 1399px) {
	.product-dtls-wrapper .product-dtls .pro-des .delivery-dtls h6 {
		font-size: 18px;
	}
}
@media (max-width: 1199px) {
	.product-dtls-wrapper .product-dtls .pro-des .delivery-dtls h6 {
		font-size: 16px;
	}
}
@media (max-width: 375px) {
	.product-dtls-wrapper .product-dtls .pro-des .delivery-dtls h6 {
		font-size: 15px;
	}
}
.product-dtls-wrapper .product-dtls .pro-des .delivery-dtls h6 span {
	color: #1e4b9c;
}
.product-dtls-wrapper .product-dtls .pro-des p {
	color: rgba(13, 6, 3, 0.6);
}
.product-dtls-wrapper .product-dtls .pro-des .quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
	gap: 20px;
}
@media (max-width: 420px) {
	.product-dtls-wrapper .product-dtls .pro-des .quantity {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.product-dtls-wrapper .product-dtls .pro-des .quantity .qunty-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid rgba(13, 6, 3, 0.2);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 400px;
}
@media (max-width: 1399px) {
	.product-dtls-wrapper .product-dtls .pro-des .quantity .qunty-box {
		padding: 18px;
		width: 300px;
	}
}
@media (max-width: 1199px) {
	.product-dtls-wrapper .product-dtls .pro-des .quantity .qunty-box {
		width: 250px;
		padding: 16px;
	}
}
@media (max-width: 991px) {
	.product-dtls-wrapper .product-dtls .pro-des .quantity .qunty-box {
		width: 480px;
	}
}
@media (max-width: 767px) {
	.product-dtls-wrapper .product-dtls .pro-des .quantity .qunty-box {
		width: 320px;
	}
}
@media (max-width: 575px) {
	.product-dtls-wrapper .product-dtls .pro-des .quantity .qunty-box {
		width: 210px;
		padding: 15px;
	}
}
@media (max-width: 420px) {
	.product-dtls-wrapper .product-dtls .pro-des .quantity .qunty-box {
		width: 100%;
	}
}
@media (max-width: 375px) {
	.product-dtls-wrapper .product-dtls .pro-des .quantity .qunty-box {
		padding: 14px;
	}
}
.product-dtls-wrapper .product-dtls .pro-des .quantity .qunty-box span {
	font-size: 20px;
	color: #8cfe82;
}
@media (max-width: 1199px) {
	.product-dtls-wrapper .product-dtls .pro-des .quantity .qunty-box span {
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	.product-dtls-wrapper .product-dtls .pro-des .quantity .qunty-box span {
		font-size: 16px;
	}
}
.product-dtls-wrapper .product-dtls .pro-des .quantity .qunty-box .stock-counter .itemCounter {
	border: none;
	width: 40px;
	text-align: center;
	color: #8cfe82;
	font-weight: 600;
	font-size: 18px;
}
@media (max-width: 420px) {
	.product-dtls-wrapper .product-dtls .pro-des .quantity .btn-wrapper {
		width: 100%;
	}
}
.loyalty-wrapper {
	padding-top: 50px;
}
@media (max-width: 767px) {
	.loyalty-wrapper {
		padding-top: 40px;
	}
}
@media (max-width: 575px) {
	.loyalty-wrapper {
		padding-top: 30px;
	}
}
@media (max-width: 375px) {
	.loyalty-wrapper {
		padding-top: 20px;
	}
}
.loyalty-wrapper .loyalty-content h5 {
	font-size: 42px;
	text-align: center;
	margin-bottom: 30px;
}
@media (max-width: 1399px) {
	.loyalty-wrapper .loyalty-content h5 {
		font-size: 38px;
	}
}
@media (max-width: 767px) {
	.loyalty-wrapper .loyalty-content h5 {
		font-size: 36px;
	}
}
@media (max-width: 575px) {
	.loyalty-wrapper .loyalty-content h5 {
		font-size: 32px;
	}
}
@media (max-width: 375px) {
	.loyalty-wrapper .loyalty-content h5 {
		font-size: 28px;
	}
}
.loyalty-wrapper .loyalty-content .features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
	gap: 10px;
}
@media (max-width: 575px) {
	.loyalty-wrapper .loyalty-content .features {
		display: block;
	}
}
.loyalty-wrapper .loyalty-content .features .benefit {
	text-align: center;
}
.loyalty-wrapper .loyalty-content .features .benefit:last-child p {
	margin: 0 auto;
}
.loyalty-wrapper .loyalty-content .features .benefit .icon {
	width: 46px;
	height: 46px;
	background: #fff;
	border: 1px solid rgba(13, 6, 3, 0.2);
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 10px auto;
}
.loyalty-wrapper .loyalty-content .features .benefit p {
	opacity: 1;
	max-width: 200px;
	margin-bottom: 0;
}
@media (max-width: 575px) {
	.loyalty-wrapper .loyalty-content .features .benefit p {
		margin: 0 auto 20px auto;
	}
}
.loyalty-wrapper .loyalty-content .description h6 {
	font-size: 24px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.loyalty-wrapper .loyalty-content .description h6:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(13, 6, 3, 0.2);
	height: 1px;
}
.loyalty-wrapper .loyalty-content .description h6:after {
	content: "";
	position: absolute;
	width: 200px;
	bottom: 0;
	left: 0;
	height: 1px;
	background: #8cfe82;
}
.breadcrumbs-wrapper {
	background-color: #1e4b9c;
	border-radius: 16px;
	padding: 32px;
	margin-top: 35px;
	margin-bottom: 80px;
}
.breadcrumbs-wrapper h2 {
	text-align: center;
}
@media (max-width: 992px) {
	.breadcrumbs-wrapper {
		padding: 23px;
		margin-top: 68px;
		margin-bottom: 21px;
	}
}
.policy-content {
	font-size: 16px;
	line-height: 1.7;
	color: #000;
	position: relative;
	overflow: inherit;
	font-weight: 400;
}
@media (max-width: 991px) {
	.policy-content {
		font-size: 14px;
		line-height: 1.5;
	}
}
@media (max-width: 1199px) {
	.policy-content.service-gap {
		padding: 120px 0;
	}
}
@media (max-width: 991px) {
	.policy-content.service-gap {
		padding: 100px 0;
	}
}
@media (max-width: 767px) {
	.policy-content.service-gap {
		padding: 80px 0;
	}
}
.policy-content a {
	white-space: nowrap;
	font-weight: 500;
	color: #1e4b9c;
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
	text-decoration: underline !important;
}
/* .policy-content a:hover {
	color: #8cfe82;
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
} */
@media (max-width: 767px) {
	.policy-content a {
		white-space: normal;
	}
}
.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
	font-size: 28px;
	margin-bottom: 15px;
	font-weight: 500;
	font-family: "Red Hat Display", sans-serif;
}
@media (max-width: 991px) {
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 18px;
	}
}
.policy-content b {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 700;
}
@media (max-width: 991px) {
	.policy-content b {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.policy-content b {
		font-size: 14px;
	}
}
.policy-content p small {
	display: block;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 15px;
}
.policy-content .print {
	position: -webkit-sticky;
	position: sticky;
	margin-left: auto;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	right: -16px;
	top: 190px;
	padding: 30px 15px;
	border-radius: 0 12px 12px 0px;
	background: #1e4b9c;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	cursor: pointer;
	z-index: 99;
	-webkit-transform: rotate(180deg) translateX(-16px);
	transform: rotate(180deg) translateX(-16px);
	float: right;
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
}
.policy-content .print:hover {
	color: #fff;
}
@media (max-width: 767px) {
	.policy-content .print {
		font-size: 0px;
		padding: 10px;
		top: 22%;
	}
}
.policy-content .print img {
	margin-top: 5px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
}
@media (max-width: 767px) {
	.policy-content .print img {
		margin-top: 0px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
#pricingplans,
#deliverypolicy,
#cancellation {
	scroll-margin-top: 105px;
}
@media (max-width: 991px) {
	#pricingplans,
	#deliverypolicy,
	#cancellation {
		scroll-margin-top: 110px;
	}
}
@media (max-width: 575px) {
	#pricingplans,
	#deliverypolicy,
	#cancellation {
		scroll-margin-top: 80px;
	}
}
.pb-10 {
	padding-bottom: 100px;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
@media (max-width: 1299px) {
	.pb-10 {
		padding-bottom: 80px;
	}
}
@media (max-width: 1199px) {
	.pb-10 {
		padding-bottom: 70px;
	}
}
@media (max-width: 991px) {
	.pb-10 {
		padding-bottom: 60px;
	}
}
@media (max-width: 767x) {
	.pb-10 {
		padding-bottom: 50px;
	}
}
@media (max-width: 575px) {
	.pb-10 {
		padding-bottom: 40px;
	}
}
@media (max-width: 480px) {
	.pb-10 {
		padding-bottom: 30px;
	}
}
.account-section .account-inner .account-header {
	margin-bottom: 100px;
}
@media (max-width: 1199px) {
	.account-section .account-inner .account-header {
		margin-bottom: 80px;
	}
}
@media (max-width: 991px) {
	.account-section .account-inner .account-header {
		margin-bottom: 70px;
	}
}
@media (max-width: 767px) {
	.account-section .account-inner .account-header {
		margin-bottom: 50px;
	}
}
@media (max-width: 575px) {
	.account-section .account-inner .account-header {
		margin-bottom: 40px;
	}
}
@media (max-width: 375px) {
	.account-section .account-inner .account-header {
		margin-bottom: 30px;
	}
}
.account-section .account-inner .account-header .account-text {
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.account-section .account-inner .account-header .account-text {
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.account-section .account-inner .account-header .account-text {
		margin-bottom: 30px;
	}
}
@media (max-width: 375px) {
	.account-section .account-inner .account-header .account-text {
		margin-bottom: 25px;
	}
}
.account-section .account-inner .account-header h1 {
	margin-bottom: 20px;
}
@media (max-width: 575px) {
	.account-section .account-inner .account-header h1 {
		margin-bottom: 15px;
	}
}
@media (max-width: 375px) {
	.account-section .account-inner .account-header h1 {
		margin-bottom: 10px;
	}
}
.account-section .account-inner .account-header p {
	font-size: 24px;
	font-weight: 400;
	color: #8cfe82;
	line-height: normal;
	text-transform: capitalize;
}
@media (max-width: 1399px) {
	.account-section .account-inner .account-header p {
		font-size: 24px;
	}
}
@media (max-width: 1199px) {
	.account-section .account-inner .account-header p {
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	.account-section .account-inner .account-header p {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.account-section .account-inner .account-header p {
		font-size: 16px;
	}
}
.account-section .account-inner .account-header .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 150px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}
@media (max-width: 1199px) {
	.account-section .account-inner .account-header .nav {
		padding: 30px 120px;
	}
}
@media (max-width: 991px) {
	.account-section .account-inner .account-header .nav {
		padding: 30px 90px;
	}
}
@media (max-width: 767px) {
	.account-section .account-inner .account-header .nav {
		padding: 25px 70px;
	}
}
@media (max-width: 575px) {
	.account-section .account-inner .account-header .nav {
		padding: 20px 50px;
	}
}
@media (max-width: 375px) {
	.account-section .account-inner .account-header .nav {
		padding: 20px 30px;
	}
}
.account-section .account-inner .account-header .nav .nav-item .nav-link {
	background: transparent;
	color: rgba(0, 0, 0, 0.7);
	font-size: 34px;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	font-family: "Red Hat Display", sans-serif;
	padding: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 1399px) {
	.account-section .account-inner .account-header .nav .nav-item .nav-link {
		font-size: 24px;
	}
}
@media (max-width: 1199px) {
	.account-section .account-inner .account-header .nav .nav-item .nav-link {
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	.account-section .account-inner .account-header .nav .nav-item .nav-link {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.account-section .account-inner .account-header .nav .nav-item .nav-link {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.account-section .account-inner .account-header .nav .nav-item .nav-link {
		font-size: 12px;
	}
}
.account-section .account-inner .account-header .nav .nav-item .nav-link.active,
.account-section .account-inner .account-header .nav .nav-item .nav-link:hover {
	color: #1e4b9c;
}
.account-section .account-inner .details-block {
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 50px;
}
@media (max-width: 375px) {
	.account-section .account-inner .details-block {
		padding: 25px;
	}
}
.account-section .account-inner .details-block .contact-us {
	height: 100%;
	padding-right: 30px;
	border-right: 1px solid #8cfe82;
}
@media (max-width: 991px) {
	.account-section .account-inner .details-block .contact-us {
		padding: 0;
		border-right: 0;
		border-bottom: 1px solid #8cfe82;
		padding-bottom: 30px;
		margin-bottom: 30px;
		height: auto;
	}
}
.account-section .account-inner .details-block .address {
	padding-left: 30px;
}
@media (max-width: 991px) {
	.account-section .account-inner .details-block .address {
		padding-left: 0;
	}
}
.account-section .account-inner .details-block.notification .box p {
	color: rgba(13, 6, 3, 0.6);
}
.account-section .account-inner .details-block.notification .ntf-box .email {
	font-size: 24px;
	color: #8cfe82;
}
@media (max-width: 1399px) {
	.account-section .account-inner .details-block.notification .ntf-box .email {
		font-size: 22px;
	}
}
@media (max-width: 1199px) {
	.account-section .account-inner .details-block.notification .ntf-box .email {
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	.account-section .account-inner .details-block.notification .ntf-box .email {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.account-section .account-inner .details-block.notification .ntf-box .email {
		font-size: 16px;
	}
}
@media (max-width: 375px) {
	.account-section .account-inner .details-block.notification .ntf-box .email {
		font-size: 15px;
	}
}
.account-section .account-inner .details-block.notification .ntf-box .custom-check-box .checkmark {
	background: transparent;
	border: 1px solid #1e4b9c;
	border-radius: 5px;
}
.account-section .account-inner .details-block.notification .ntf-box .custom-check-box p {
	color: #8cfe82;
}
.account-section .account-inner .details-block.cancel {
	padding: 50px 30px;
}
@media (max-width: 991px) {
	.account-section .account-inner .details-block.cancel {
		padding: 40px 30px;
	}
}
@media (max-width: 767px) {
	.account-section .account-inner .details-block.cancel {
		padding: 30px;
	}
}
@media (max-width: 375px) {
	.account-section .account-inner .details-block.cancel {
		padding: 25px;
	}
}
.account-section .account-inner .details-block.cancel .box p {
	color: rgba(13, 6, 3, 0.6);
}
.account-section .account-inner .details-block.cancel .box .form-group {
	position: relative;
	max-width: 600px;
	margin: auto;
}
.account-section .account-inner .details-block.cancel .box .form-group .user-input {
	border-radius: 20px;
	padding: 30px 220px 30px 24px;
}
@media (max-width: 1199px) {
	.account-section .account-inner .details-block.cancel .box .form-group .user-input {
		padding: 27px 200px 27px 24px;
	}
}
@media (max-width: 991px) {
	.account-section .account-inner .details-block.cancel .box .form-group .user-input {
		padding: 26px 200px 26px 24px;
	}
}
@media (max-width: 767px) {
	.account-section .account-inner .details-block.cancel .box .form-group .user-input {
		padding: 27px 180px 27px 24px;
	}
}
@media (max-width: 575px) {
	.account-section .account-inner .details-block.cancel .box .form-group .user-input {
		padding: 27px 180px 27px 22px;
	}
}
@media (max-width: 480px) {
	.account-section .account-inner .details-block.cancel .box .form-group .user-input {
		padding: 20px;
		border-radius: 15px;
	}
}
@media (max-width: 375px) {
	.account-section .account-inner .details-block.cancel .box .form-group .user-input {
		padding: 18px;
	}
}
.account-section .account-inner .details-block.cancel .box .form-group .btn-wrapper {
	position: absolute;
	right: 4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (min-width: 481px) and (max-width: 575px) {
	.account-section .account-inner .details-block.cancel .box .form-group .btn-wrapper {
		padding: 17px 40px;
	}
}
@media (max-width: 480px) {
	.account-section .account-inner .details-block.cancel .box .form-group .btn-wrapper {
		position: unset;
		right: 0;
		top: 0;
		-webkit-transform: none;
		transform: none;
		margin-top: 10px;
		width: 100%;
	}
}
.account-section .account-inner .boost-wrapper .boost-pack h4 {
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.account-section .account-inner .boost-wrapper .boost-pack .btn-wrapper {
		width: 100%;
	}
}
.account-section .account-inner .boost-wrapper .boost-pack .btn-wrapper span {
	color: #fff;
}
@media (max-width: 991px) {
	.account-section .account-inner .boost-wrapper .boost-pack .btn-wrapper span {
		text-align: center;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.account-section .account-inner .boost-wrapper .boost-pack .pack-dtls {
		width: 220px;
	}
}
.controls p {
	padding: 10px 0 30px 0;
}
@media (max-width: 375px) {
	.controls p {
		padding: 10px 0 20px 0;
	}
}
table {
	width: 100%;
	font-size: 12px;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-spacing: 0;
	-webkit-box-shadow: 0px 16px 48px 0px rgba(26, 26, 26, 0.15);
	box-shadow: 0px 16px 48px 0px rgba(26, 26, 26, 0.15);
	overflow: hidden;
	border-radius: 12px;
}
@media (max-width: 767px) {
	table {
		table-layout: fixed;
	}
}
@media (max-width: 480px) {
	table {
		table-layout: auto;
	}
}
table:focus {
	outline: none;
}
table th {
	background: #8cfe82;
	padding: 25px 30px;
	border: none;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.5;
	color: #1e4b9c;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.92);
}
table th::first-letter {
	text-transform: capitalize;
}
table th:first-child {
	border-radius: 12px 0 0 0;
}
table th:last-child {
	border-radius: 0 12px 0 0;
	border-right: none;
}
@media (max-width: 1399px) {
	table th {
		padding: 20px;
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	table th {
		font-size: 18px;
		padding: 15px;
	}
}
@media (max-width: 767px) {
	table th {
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	table th {
		padding: 15px 5px;
		font-size: 12px;
	}
}
table tr {
	background: #1e4b9c;
}
table tr:last-child td:first-child {
	border-bottom-left-radius: 12px;
}
table tr:last-child td:last-child {
	border-bottom-right-radius: 12px;
}
table td {
	padding: 25px 30px;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	border-right: 1px solid rgba(36, 36, 36, 0.2);
	border-left: 1px solid rgba(36, 36, 36, 0.2);
	border-bottom: 1px solid rgba(36, 36, 36, 0.2);
}
table td:nth-child(2) {
	border-left: 0;
}
table td:last-child {
	border-left: 0;
}
@media (max-width: 1399px) {
	table td {
		padding: 20px;
	}
}
@media (max-width: 991px) {
	table td {
		font-size: 13px;
		padding: 15px;
	}
}
@media (max-width: 480px) {
	table td {
		padding: 15px 5px;
		font-size: 12px;
	}
}
table tbody tr {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	position: relative;
}
.faq table {
	margin: 15px 0;
}
.faq table tr {
	background-color: #fff !important;
}
.faq table tr:last-child td:first-child {
	border-radius: 0 !important;
}
.faq table tr:last-child td:last-child {
	border-radius: 0 !important;
}
.faq table tr td:last-child {
	border-radius: 0 !important;
}
.faq table tr th {
	background-color: #1e4b9c;
}
