*,
*::after,
*::before {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
@font-face {
	font-family: "Source Sans Pro";
	src:
		url("../fonts/SourceSansPro-Black.woff2") format("woff2"),
		url("../fonts/SourceSansPro-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Source Sans Pro";
	src:
		url("../fonts/SourceSansPro-ExtraLight.woff2") format("woff2"),
		url("../fonts/SourceSansPro-ExtraLight.woff") format("woff");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Source Sans Pro";
	src:
		url("../fonts/SourceSansPro-Bold.woff2") format("woff2"),
		url("../fonts/SourceSansPro-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Source Sans Pro";
	src:
		url("../fonts/SourceSansPro-Light.woff2") format("woff2"),
		url("../fonts/SourceSansPro-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Source Sans Pro";
	src:
		url("../fonts/SourceSansPro-SemiBold.woff2") format("woff2"),
		url("../fonts/SourceSansPro-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Source Sans Pro";
	src:
		url("../fonts/SourceSansPro-Regular.woff2") format("woff2"),
		url("../fonts/SourceSansPro-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src:
		url("../fonts/SFProDisplay-Regular.woff2") format("woff2"),
		url("../fonts/SFProDisplay-Regular.woff") format("woff"),
		url("../fonts/SFProDisplay-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Source Sans Pro";
	src: url("../fonts/SourceSansPro-Black.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Source Sans Pro";
	src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Source Sans Pro";
	src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Source Sans Pro";
	src: url("../fonts/SourceSansPro-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
html {
	scroll-behavior: unset !important;
}
body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "SF Pro Display";
}
h1,
h2,
h3,
h4,
h5 {
	font-family: "SF Pro Display";
}
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
button {
	background: rgba(0, 0, 0, 0);
	border: 0;
	outline: none;
	cursor: pointer;
}
img {
	max-width: 100%;
	line-height: 0;
}
a {
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
	cursor: pointer;
}
::-webkit-input-placeholder {
	color: rgba(129, 129, 129, 0.5) !important;
}
::-moz-placeholder {
	color: rgba(129, 129, 129, 0.5) !important;
}
:-ms-input-placeholder {
	color: rgba(129, 129, 129, 0.5) !important;
}
::-ms-input-placeholder {
	color: rgba(129, 129, 129, 0.5) !important;
}
::placeholder {
	color: rgba(129, 129, 129, 0.5) !important;
}
.overflow-unset {
	overflow: unset !important;
}
.blur-body {
	position: relative;
}
@media (max-width: 1199px) {
	.blur-body {
		overflow: hidden;
	}
	.blur-body::before {
		content: "";
		background: rgba(156, 156, 156, 0.6);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		-webkit-transition: 0.3s all;
		transition: 0.3s all;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99 !important;
	}
}
.my-button {
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 400;
	position: relative;
	padding: 18px 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #1db6c1;
	border-radius: 10px;
	min-width: 160px;
	z-index: 1;
	overflow: hidden;
	text-transform: capitalize;
}
@media (max-width: 767px) {
	.my-button {
		padding: 14px 35px;
	}
}
.my-button.apply {
	min-width: 100%;
}
.my-button:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: 10px;
	background-color: #585d69;
	-webkit-box-shadow:
		-7px -7px 20px 0px rgba(255, 255, 255, 0.6),
		-4px -4px 5px 0px rgba(255, 255, 255, 0.6),
		7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333),
		4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
	box-shadow:
		-7px -7px 20px 0px rgba(255, 255, 255, 0.6),
		-4px -4px 5px 0px rgba(255, 255, 255, 0.6),
		7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333),
		4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.my-button:hover {
	background: #585d69;
	color: #fff;
}
.my-button:hover::after {
	top: 0;
	height: 100%;
}
.main-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}
body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow-x: hidden;
	background-size: cover;
	font-weight: normal;
	min-height: 100vh;
}
body.overflow {
	overflow: hidden;
}
html {
	height: 100%;
	scroll-behavior: smooth;
}
.po-rl {
	position: relative;
}
.lh-0 {
	line-height: 0;
}
.section-gap {
	padding: 130px 0;
}
@media (max-width: 1199px) {
	.section-gap {
		padding: 80px 0;
	}
}
@media (max-width: 767px) {
	.section-gap {
		padding: 60px 0;
	}
}
.section-gap-inner {
	padding: 100px 0;
}
@media (max-width: 1199px) {
	.section-gap-inner {
		padding: 80px 0;
	}
}
@media (max-width: 767px) {
	.section-gap-inner {
		padding: 60px 0;
	}
}
@media (max-width: 991px) {
	.heading {
		text-align: center;
	}
}
.heading h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 50px;
	color: #585d69;
	margin-bottom: 30px;
	text-transform: capitalize;
	position: relative;
}
@media (max-width: 1199px) {
	.heading h2 {
		font-size: 33px;
		line-height: 45px;
	}
}
@media (max-width: 767px) {
	.heading h2 {
		font-size: 30px;
		line-height: 38px;
	}
}
@media (max-width: 400px) {
	.heading h2 {
		font-size: 20px;
		line-height: 1.5;
	}
}
.heading h2 span {
	color: #1db6c1;
}
.heading p {
	font-size: 16px;
	line-height: 26px;
	color: #585d69;
	margin-bottom: 30px;
	letter-spacing: 0.6px;
}
@media (max-width: 767px) {
	.heading p {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	p {
		font-size: 15px;
	}
}
form label {
	font-size: 15px;
	color: #282828;
}
form textarea {
	min-height: 100px;
	max-height: 150px;
}
form .user-input {
	padding: 15px 15px 15px 15px;
	background: #fff;
	border: 1px solid #585d69;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	color: #818181;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-appearance: none;
	position: relative;
	line-height: 1;
}
@media (max-width: 575px) {
	form .user-input {
		padding: 12px 12px 12px 12px;
	}
}
form .user-input:focus,
form .user-input:active {
	outline: none;
	background: #fff;
	-webkit-box-shadow: 0px 4px 16px rgba(3, 82, 45, 0.08);
	box-shadow: 0px 4px 16px rgba(3, 82, 45, 0.08);
	border: 1px solid #1db6c1;
	color: #818181 !important;
}
form .form-group {
	position: relative;
	margin-bottom: 30px;
	line-height: 0;
}
@media (max-width: 767px) {
	form .form-group {
		margin-bottom: 20px;
	}
}
form .form-group span {
	position: absolute;
	left: 20px;
	top: 50%;
	opacity: 0.3;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
form .form-group span.textarea {
	position: absolute;
	top: 22px;
	left: 20px;
}
form .form-group .user-input:focus + span {
	opacity: 1;
}
form .my-button {
	width: 100%;
	border-radius: 50px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
	-webkit-text-fill-color: #818181 !important;
}
.remember {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #2f322b;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 20px 0;
	margin: 0;
}
@media (max-width: 767px) {
	.remember {
		padding: 0 0 20px 0;
	}
}
.remember .custom-check-box {
	font-size: 16px;
	line-height: 20px;
	color: #818181;
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: inherit;
}
@media (max-width: 375px) {
	.remember .custom-check-box {
		font-size: 14px;
		padding-left: 20px;
	}
}
.remember .custom-check-box input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.remember .custom-check-box .checkmark {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff;
	border: 1px solid #1db6c1;
	width: 18px;
	height: 18px;
	-webkit-box-shadow: inset 0px 0px 14px rgba(165, 200, 235, 0.21);
	box-shadow: inset 0px 0px 14px rgba(165, 200, 235, 0.21);
	border-radius: 2px;
}
@media (max-width: 375px) {
	.remember .custom-check-box .checkmark {
		width: 16px;
		height: 16px;
		top: 2px;
	}
}
.remember .custom-check-box .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 2px;
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.remember .custom-check-box input:checked ~ .checkmark {
	background: #1db6c1;
}
.remember .custom-check-box input:checked ~ .checkmark:after {
	display: block;
}
.remember .custom-check-box a {
	color: #585d69;
}
.remember .forgot-pass {
	font-size: 16px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	display: inline-block;
	color: #1db6c1;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	font-weight: 400;
}
@media (max-width: 375px) {
	.remember .forgot-pass {
		font-size: 14px;
	}
}
.remember .forgot-pass:hover {
	color: #ffa927;
}
.already {
	padding-top: 15px;
	display: block;
	text-align: center;
}
@media (max-width: 767px) {
	.already {
		padding-top: 20px;
	}
}
.already .forgot-pass span {
	color: #1db6c1;
}
.already p {
	font-size: 16px;
	line-height: 20px;
	color: #818181;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15px !important;
}
.already p a {
	color: #1db6c1;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	margin-left: 5px;
}
.already p a:hover {
	color: #ffa927;
}
@media (max-width: 375px) {
	.already p {
		font-size: 14px !important;
	}
}
#button {
	background: #1db6c1;
	border-radius: 50%;
	width: 30px;
	border: 1px solid #fff;
	height: 30px;
	text-align: center;
	position: fixed;
	bottom: 15px;
	right: 15px;
	-webkit-transition:
		background-color 0.3s,
		opacity 0.5s,
		visibility 0.5s;
	transition:
		background-color 0.3s,
		opacity 0.5s,
		visibility 0.5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 576px) {
	#button {
		right: 8px;
		bottom: 10px;
	}
}
#button:after {
	content: url(../images/top-arrow.svg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 0;
}
#button.show {
	opacity: 1;
	visibility: visible;
}
.modal {
	z-index: 99999 !important;
}
.modal .modal-content {
	border: none;
	position: relative;
	border-radius: 20px;
}
.modal .modal-content .rect {
	z-index: 1;
}
.modal .modal-content .modal-body {
	background: -webkit-gradient(linear, left top, left bottom, from(#d3f7f5), to(#fff8cc));
	background: linear-gradient(180deg, #d3f7f5 0%, #fff8cc 100%);
	padding: 0;
	border-radius: 20px;
}
.modal .modal-content .modal-body .heading h2 {
	line-height: 35px;
	font-size: 30px;
	font-weight: 600;
	color: #585d69;
}
@media (max-width: 480px) {
	.modal .modal-content .modal-body .heading h2 {
		font-size: 24px;
		line-height: 28px;
	}
}
.modal .modal-content .modal-body p {
	font-size: 16px;
	line-height: 20px;
	color: rgba(22, 22, 22, 0.75);
	padding: 0;
	margin: 0 0 25px 0;
}
.modal .modal-content .modal-body form .section-button {
	padding: 2px 20px;
	width: 100%;
}
.modal .modal-content .modal-body ol {
	margin: 10px 0;
	padding-left: 15px;
}
.modal .modal-content .modal-body ol li {
	list-style-type: decimal;
	text-align: left;
	color: rgba(22, 22, 22, 0.75);
	padding: 0;
	margin: 0 0 10px 0;
}
.modal-backdrop {
	z-index: 9999 !important;
	background: rgba(156, 156, 156, 0.6);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.modal-backdrop.show {
	opacity: 1 !important;
}
#myModal,
#welcome,
#forgot-pw-modal {
	padding-right: 0 !important;
}
@media (min-width: 992px) {
	#myModal.modal .modal-dialog,
	#welcome.modal .modal-dialog,
	#forgot-pw-modal.modal .modal-dialog {
		max-width: 600px;
	}
}
#myModal.modal .modal-dialog .modal-content,
#welcome.modal .modal-dialog .modal-content,
#forgot-pw-modal.modal .modal-dialog .modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 15px;
	position: relative;
	background: #e9f9f9;
	border: 1px solid rgba(0, 0, 0, 0);
}
#myModal.modal .modal-dialog .modal-content .close,
#welcome.modal .modal-dialog .modal-content .close,
#forgot-pw-modal.modal .modal-dialog .modal-content .close {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 15px;
	right: 15px;
	z-index: 1;
}
#myModal.modal .modal-dialog .modal-content .modal-body,
#welcome.modal .modal-dialog .modal-content .modal-body,
#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body {
	text-align: center;
	border-radius: 20px;
	position: relative;
	padding: 0px;
	background: #e9f9f9;
}
#myModal.modal .modal-dialog .modal-content .modal-body .logo,
#welcome.modal .modal-dialog .modal-content .modal-body .logo,
#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body .logo {
	background: #e4ffff;
	border-radius: 20px 20px 0px 0px;
	padding: 33px 0;
}
@media (max-width: 991px) {
	#myModal.modal .modal-dialog .modal-content .modal-body .logo,
	#welcome.modal .modal-dialog .modal-content .modal-body .logo,
	#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body .logo {
		padding: 15px 0;
	}
}
#myModal.modal .modal-dialog .modal-content .modal-body .content,
#welcome.modal .modal-dialog .modal-content .modal-body .content,
#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body .content {
	text-align: left;
	background: #e9f9f9;
	border-radius: 15px;
	padding: 40px;
	position: relative;
	z-index: 1;
}
@media (max-width: 991px) {
	#myModal.modal .modal-dialog .modal-content .modal-body .content,
	#welcome.modal .modal-dialog .modal-content .modal-body .content,
	#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body .content {
		padding: 30px 20px;
		text-align: center;
	}
}
@media (max-width: 480px) {
	#myModal.modal .modal-dialog .modal-content .modal-body .content,
	#welcome.modal .modal-dialog .modal-content .modal-body .content,
	#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body .content {
		padding: 30px 15px;
	}
}
#myModal.modal .modal-dialog .modal-content .modal-body .content .my-button,
#welcome.modal .modal-dialog .modal-content .modal-body .content .my-button,
#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body .content .my-button {
	border-radius: 50px;
	font-size: 16px;
	padding: 12px 28px;
	line-height: 20px;
}
#myModal.modal .modal-dialog .modal-content .modal-body .content .welcome-bg,
#welcome.modal .modal-dialog .modal-content .modal-body .content .welcome-bg,
#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body .content .welcome-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}
@media (max-width: 991px) {
	#myModal.modal .modal-dialog .modal-content .modal-body .content .welcome-bg,
	#welcome.modal .modal-dialog .modal-content .modal-body .content .welcome-bg,
	#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body .content .welcome-bg {
		display: none;
	}
}
#myModal.modal .modal-dialog .modal-content .modal-body .content h2,
#welcome.modal .modal-dialog .modal-content .modal-body .content h2,
#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body .content h2 {
	color: #03124b;
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	margin-bottom: 30px;
	position: relative;
}
@media (max-width: 767px) {
	#myModal.modal .modal-dialog .modal-content .modal-body .content h2,
	#welcome.modal .modal-dialog .modal-content .modal-body .content h2,
	#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body .content h2 {
		font-size: 26px;
		line-height: 30px;
	}
}
@media (max-width: 480px) {
	#myModal.modal .modal-dialog .modal-content .modal-body .content h2,
	#welcome.modal .modal-dialog .modal-content .modal-body .content h2,
	#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body .content h2 {
		font-size: 24px;
	}
}
#myModal.modal .modal-dialog .modal-content .modal-body .content .account-form,
#welcome.modal .modal-dialog .modal-content .modal-body .content .account-form,
#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body .content .account-form {
	border: rgba(0, 0, 0, 0);
	border-radius: 27px;
}
#myModal.modal .modal-dialog .modal-content .modal-body .content .account-form p,
#welcome.modal .modal-dialog .modal-content .modal-body .content .account-form p,
#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body .content .account-form p {
	max-width: 450px;
	margin: 0 auto 25px;
}
#myModal.modal .modal-dialog .modal-content .modal-body .content .account-form .form,
#welcome.modal .modal-dialog .modal-content .modal-body .content .account-form .form,
#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body .content .account-form .form {
	max-width: 400px;
	margin: 0 auto;
}
#myModal.modal .modal-dialog .modal-content .modal-body .content .account-form .form .form-group .user-input,
#welcome.modal .modal-dialog .modal-content .modal-body .content .account-form .form .form-group .user-input,
#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body .content .account-form .form .form-group .user-input {
	background: rgba(0, 0, 0, 0);
	border: 1px solid #585d69;
	border-radius: 10px;
}
#myModal.modal .modal-dialog .modal-content .modal-body .content .account-form .form .form-group .user-input:focus,
#welcome.modal .modal-dialog .modal-content .modal-body .content .account-form .form .form-group .user-input:focus,
#forgot-pw-modal.modal
	.modal-dialog
	.modal-content
	.modal-body
	.content
	.account-form
	.form
	.form-group
	.user-input:focus {
	border: 1px solid #1db6c1;
}
#myModal.modal .modal-dialog .modal-content .modal-body p,
#welcome.modal .modal-dialog .modal-content .modal-body p,
#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body p {
	font-size: 16px;
	line-height: 30px;
	color: #818181;
}
@media (max-width: 480px) {
	#myModal.modal .modal-dialog .modal-content .modal-body p,
	#welcome.modal .modal-dialog .modal-content .modal-body p,
	#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body p {
		font-size: 15px;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	#myModal.modal .modal-dialog .modal-content .modal-body p,
	#welcome.modal .modal-dialog .modal-content .modal-body p,
	#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body p {
		text-align: center;
	}
}
#myModal.modal .modal-dialog .modal-content .modal-body p a,
#welcome.modal .modal-dialog .modal-content .modal-body p a,
#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body p a {
	color: #1db6c1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 400;
}
#myModal.modal .modal-dialog .modal-content .modal-body p a:hover,
#welcome.modal .modal-dialog .modal-content .modal-body p a:hover,
#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body p a:hover {
	color: #ffa927;
}
#myModal.modal .modal-dialog .modal-content .modal-body .agree,
#welcome.modal .modal-dialog .modal-content .modal-body .agree,
#forgot-pw-modal.modal .modal-dialog .modal-content .modal-body .agree {
	max-width: 600px;
	margin: 0 auto 30px;
}
#myModal .modal-dialog,
#welcome .modal-dialog {
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
	border-radius: 70px;
	position: absolute;
	bottom: 60px;
	right: 60px;
	left: auto;
	top: 0;
}
@media (max-width: 991px) {
	#myModal .modal-dialog,
	#welcome .modal-dialog {
		left: 0;
		right: 0;
	}
}
#cancelYourSubscriptionModal .modal-content,
#ContactUsModal .modal-content {
	background: #e9f9f9;
	border: 1px rgba(0, 0, 0, 0);
	border-radius: 18px;
}
#cancelYourSubscriptionModal .modal-header,
#ContactUsModal .modal-header {
	padding: 20px;
}
#cancelYourSubscriptionModal .modal-header h5,
#ContactUsModal .modal-header h5 {
	font-size: 20px;
	color: #585d69;
	font-weight: bold;
}
@media (max-width: 767px) {
	#cancelYourSubscriptionModal .modal-header h5,
	#ContactUsModal .modal-header h5 {
		font-size: 18px;
	}
}
#cancelYourSubscriptionModal .modal-header .close,
#ContactUsModal .modal-header .close {
	color: #585d69;
	opacity: 1;
	font-weight: bold;
	font-size: 20px;
}
#cancelYourSubscriptionModal .modal-header .close:focus,
#ContactUsModal .modal-header .close:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#cancelYourSubscriptionModal .modal-body,
#ContactUsModal .modal-body {
	background: #e9f9f9;
	padding: 20px;
}
#cancelYourSubscriptionModal .modal-body p,
#cancelYourSubscriptionModal .modal-body li,
#ContactUsModal .modal-body p,
#ContactUsModal .modal-body li {
	color: #585d69;
}
#cancelYourSubscriptionModal .modal-body .form-group span,
#ContactUsModal .modal-body .form-group span {
	left: 10px;
}
#signin-modal .modal-body {
	background: #e9f9f9;
	border-radius: 20px;
	padding: 50px;
	position: relative;
	z-index: 1;
}
#signin-modal .modal-body .form .form-group {
	margin-bottom: 10px;
}
#signin-modal .modal-body .form .form-group .user-input {
	background: rgba(0, 0, 0, 0);
	border: 1px solid rgba(32, 32, 32, 0.25);
	border-radius: 8px;
}
#signin-modal .modal-body .form .form-group .user-input:focus {
	border: 1px solid #1db6c1;
}
#signin-modal .modal-content .close {
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: right;
	z-index: 9;
}
table {
	width: 100%;
	font-size: 12px;
	background:
		-webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0.12))),
		#fff;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), #fff;
	-webkit-box-shadow: 0px 16px 40px rgba(109, 141, 173, 0.08);
	box-shadow: 0px 16px 40px rgba(109, 141, 173, 0.08);
	border: 0;
	outline: none;
	border-radius: 20px;
}
table:focus {
	outline: none;
}
table thead tr {
	background: #1db6c1;
}
table thead tr th {
	color: #fff;
	text-transform: capitalize;
}
table th {
	background: #1db6c1;
	padding: 20px 18px;
	font-weight: 500;
	border: none;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	text-transform: capitalize;
}
table th:first-child {
	border-radius: 20px 0 0 0;
}
table th:last-child {
	border-radius: 0 20px 0px 0px;
}
@media (max-width: 767px) {
	table th {
		font-size: 15px;
		padding: 15px;
	}
}
@media (max-width: 480px) {
	table th {
		padding: 15px 5px;
		font-size: 12px;
	}
}
table td {
	padding: 20px;
	font-size: 15px;
	line-height: 20px;
	color: rgba(22, 22, 22, 0.8);
	border-right: 1px solid #1db6c1;
}
table td:last-child {
	border-right: none;
}
@media (max-width: 767px) {
	table td {
		font-size: 13px;
		padding: 15px;
	}
}
@media (max-width: 480px) {
	table td {
		padding: 15px 5px;
	}
}
table tr:focus {
	outline: none;
}
table tbody tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	position: relative;
	background: #e9f9f9;
}
table a:hover {
	color: #585d69;
	outline: none;
	text-decoration: none;
}
#chat-widget-container {
	bottom: 0 !important;
}
#deliverypolicy {
	padding-top: 105px;
	margin-top: -105px;
	display: block;
}
@media (max-width: 1199px) {
	#deliverypolicy {
		padding-top: 80px;
		margin-top: -80px;
	}
}
#pricingplans,
#cancellation,
#paymentandbilling {
	padding-top: 105px;
	margin-top: -105px;
	display: block;
}
@media (max-width: 1199px) {
	#pricingplans,
	#cancellation,
	#paymentandbilling {
		padding-top: 85px;
		margin-top: -85px;
	}
}
@media (max-width: 1199px) {
	#services,
	#features,
	#pricing {
		scroll-margin-top: 70px;
	}
}
@media (max-width: 375px) {
	.g-recaptcha {
		-webkit-transform: scale(0.77);
		transform: scale(0.77);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
.fr_wrapper header .navbar .logo img {
	max-width: 180px;
}
.fr_wrapper header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
	padding: 15px 5px;
	font-size: 15px;
}
.fr_wrapper header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.support-btn {
	padding: 15px 5px;
	font-size: 15px;
}
@media screen and (min-width: 1199px) and (max-width: 1399px) {
	.fr_wrapper header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.support-btn {
		font-size: 13px;
		padding: 15px 5px;
	}
}
@media screen and (min-width: 1199px) and (max-width: 1399px) {
	.fr_wrapper header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		padding: 15px 5px;
		font-size: 13px;
	}
}
#features {
	scroll-margin-top: 90px;
}
.main-header {
	padding: 30px 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1030;
	border: none;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.main-header {
		padding: 20px 0;
	}
}
.main-header.fixed-menu {
	position: fixed;
	top: -160px;
}
.main-header nav .netz-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: inherit;
	flex-wrap: inherit;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main-header nav .netz-wrapper ul.rs_auto {
	margin-left: auto;
}
.main-header nav .netz-wrapper .logo {
	margin-left: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	text-align: end;
}
@media (max-width: 1199px) {
	.main-header nav .netz-wrapper .logo {
		margin-left: inherit;
		text-align: left;
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
	}
}
@media (max-width: 991px) {
	.main-header nav .netz-wrapper .logo img {
		max-width: 180px;
	}
}
@media (max-width: 575px) {
	.main-header nav .netz-wrapper .logo img {
		max-width: 170px;
	}
}
.main-header nav .netz-wrapper h1 a {
	display: block;
}
.main-header nav .netz-wrapper h1 a img {
	position: relative;
	display: block;
}
@media (max-width: 1399px) {
	.main-header nav .netz-wrapper h1 a img {
		max-width: 160px;
	}
}
@media (max-width: 991px) {
	.main-header nav .netz-wrapper h1 a img {
		max-width: 140px;
	}
}
@media (min-width: 1200px) {
	.main-header nav .netz-wrapper .burger {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
}
@media (max-width: 1199px) {
	.main-header nav .netz-wrapper .burger {
		position: relative;
		display: block;
		cursor: pointer;
		width: 30px;
		height: 30px;
		background: rgba(0, 0, 0, 0);
		border-radius: 5px;
		border: 0;
		opacity: 1;
		visibility: visible;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}
.main-header nav .netz-wrapper .burger .burger-line {
	display: block;
	cursor: pointer;
	width: 20px;
	height: 2px;
	margin: 4px 0 4px auto;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #f1673b;
	border-radius: 4px;
}
.main-header nav .netz-wrapper .burger .burger-line:nth-child(1) {
	width: 20px;
	background: #095059;
}
.main-header nav .netz-wrapper .burger .burger-line:nth-child(3) {
	width: 20px;
	background: #095059;
}
.main-header nav .netz-wrapper .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	background: rgba(33, 33, 33, 0.85);
}
.main-header nav .netz-wrapper .overlay.is-active {
	display: block;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
@media (max-width: 1199px) {
	.main-header nav .netz-wrapper .menu {
		position: fixed;
		top: 0;
		left: -280px;
		right: 0;
		width: 280px;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		overflow-y: auto;
		background: #f4f7ff;
		z-index: 999;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
}
@media (max-width: 480px) {
	.main-header nav .netz-wrapper .menu {
		width: 100%;
	}
}
.main-header nav .netz-wrapper .menu.is-active {
	display: block;
	opacity: 1;
	left: 0;
	visibility: visible;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
@media (min-width: 1200px) {
	.main-header nav .netz-wrapper .menu.is-active {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
}
@media (min-width: 1200px) {
	.main-header nav .netz-wrapper .menu .mobile-head {
		display: none;
	}
}
@media (max-width: 1199px) {
	.main-header nav .netz-wrapper .menu .mobile-head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 10px 15px;
		cursor: pointer;
	}
	.main-header nav .netz-wrapper .menu .mobile-head img {
		width: 195px;
	}
	.main-header nav .netz-wrapper .menu .mobile-head .close-menu img {
		width: 25px;
		height: 25px;
	}
}
@media (max-width: 991px) {
	.main-header nav .netz-wrapper .menu .mobile-head img {
		width: 140px;
	}
}
@media (max-width: 1199px) {
	.main-header nav .netz-wrapper .menu .menu-list {
		height: calc(100vh - 70px);
		overflow-y: auto;
	}
}
@media (max-width: 991px) {
	.main-header nav .netz-wrapper .menu .menu-list {
		height: calc(100vh - 60px);
	}
}
@media (max-width: 1199px) {
	.main-header.layout1 .navbar .netz-wrapper .menu {
		position: absolute;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		height: auto;
		top: -100%;
		left: 0;
		right: 0;
	}
	.main-header.layout1 .navbar .netz-wrapper .menu.is-active {
		top: 0;
	}
}
.main-header.layout1 .navbar .netz-wrapper .menu .mobile-head {
	padding: 15px;
}
@media (min-width: 576px) {
	.main-header.layout1 .navbar .netz-wrapper .menu .mobile-head {
		max-width: 540px;
		margin: 0 auto;
	}
}
@media (min-width: 768px) {
	.main-header.layout1 .navbar .netz-wrapper .menu .mobile-head {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.main-header.layout1 .navbar .netz-wrapper .menu .mobile-head {
		max-width: 960px;
		height: 70px;
	}
}
@media (max-width: 991px) {
	.main-header.layout1 .navbar .netz-wrapper .menu .mobile-head {
		height: 60px;
	}
}
@media (max-width: 1199px) {
	.main-header.layout1 .navbar .netz-wrapper .menu .menu-list {
		height: calc(100vh - 70px);
		overflow-y: auto;
	}
}
@media (max-width: 991px) {
	.main-header.layout1 .navbar .netz-wrapper .menu .menu-list {
		height: calc(100vh - 60px);
	}
}
.main-header.sticky-header {
	-webkit-box-shadow: 0 0.0625em 0.5em rgba(116, 116, 118, 0.3);
	box-shadow: 0 0.0625em 0.5em rgba(116, 116, 118, 0.3);
	z-index: 999;
	background: #fff;
	padding: 20px 0;
	z-index: 1030;
	top: -70px !important;
}
@media (max-width: 1199px) {
	.main-header.sticky-header {
		top: 0px !important;
	}
}
.main-header.sticky-header nav .netz-wrapper .logo {
	text-align: left;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
}
.main-header.sticky-header .menu::before {
	display: none;
}
.main-header.sticky-header.active {
	top: 0px;
}
.nav-item {
	display: inline-block;
	margin: 0 15px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.nav-item {
		margin: 0 8px;
	}
}
@media (max-width: 1199px) {
	.nav-item {
		display: block;
		margin: 0;
		padding: 10px 15px;
		text-align: center;
	}
}
.nav-item .nav-link {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	color: #313131;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	position: relative;
	padding: 0;
	cursor: pointer;
}
.nav-item .nav-link:hover,
.nav-item .nav-link.active {
	color: #f1673b;
}
.menu {
	width: 100%;
	margin-top: 30px;
}
@media (max-width: 1199px) {
	.menu {
		margin-top: 0px;
	}
}
@media (min-width: 1200px) {
	.menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.menu::before {
		position: absolute;
		content: "";
		bottom: 70px;
		background: -webkit-gradient(
			linear,
			left top,
			right top,
			from(rgba(209, 209, 209, 0.3)),
			color-stop(51.04%, #d1d1d1),
			to(rgba(209, 209, 209, 0.3))
		);
		background: linear-gradient(90deg, rgba(209, 209, 209, 0.3) 0%, #d1d1d1 51.04%, rgba(209, 209, 209, 0.3) 100%);
		width: 100%;
		height: 2px;
	}
}
.menu .logo {
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	display: none;
}
@media (max-width: 1199px) {
	.menu .logo {
		display: none !important;
	}
}
.netz-wrapper {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
font {
	background: rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
footer {
	position: relative;
	background: #1db6c1;
	z-index: 1;
}
@media (max-width: 991px) {
	footer .footer-top {
		padding: 30px 0;
	}
}
footer .footer-top .footer-desc {
	position: relative;
	z-index: 1;
	padding-top: 80px;
}
@media (max-width: 991px) {
	footer .footer-top .footer-desc {
		text-align: center;
		padding: 0;
	}
}
footer .footer-top .footer-desc h3 {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 35px;
	position: relative;
}
@media (max-width: 1199px) {
	footer .footer-top .footer-desc h3 {
		font-size: 18px;
		line-height: 22px;
	}
}
@media (max-width: 991px) {
	footer .footer-top .footer-desc h3 {
		text-align: left;
		line-height: 24px;
		margin-bottom: 25px;
	}
	footer .footer-top .footer-desc h3.collapsed .footer-toggler:after {
		display: block;
		content: "";
		position: absolute;
		left: auto;
		right: 10px;
		top: 4px;
		width: 2px;
		height: 14px;
		background: #fff;
		-webkit-transition: 0.5s ease;
		transition: 0.5s ease;
	}
	footer .footer-top .footer-desc h3.collapsed .footer-toggler:before {
		display: block;
		content: "";
		position: absolute;
		left: auto;
		right: 4px;
		top: 10px;
		width: 14px;
		height: 2px;
		background: #fff;
	}
	footer .footer-top .footer-desc h3 .footer-toggler {
		background: rgba(255, 255, 255, 0.4);
		border-radius: 5px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
		position: absolute;
		right: 0px;
		display: block;
		width: 22px;
		height: 22px;
	}
	footer .footer-top .footer-desc h3 .footer-toggler:after {
		display: none;
	}
	footer .footer-top .footer-desc h3 .footer-toggler:before {
		display: block;
		content: "";
		position: absolute;
		left: auto;
		right: 4px;
		top: 10px;
		width: 14px;
		height: 2px;
		background: #fff;
	}
}
footer .footer-top .footer-desc p {
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.7);
	padding: 30px 0 0px;
}
@media (max-width: 767px) {
	footer .footer-top .footer-desc p {
		font-size: 14px;
		text-align: center;
		padding: 20px 0 0;
	}
}
footer .footer-top .footer-desc .footer-menu {
	position: relative;
	z-index: 1;
}
@media (min-width: 992px) {
	footer .footer-top .footer-desc .footer-menu .footer-link ul.nomob {
		display: block;
		height: auto !important;
	}
}
footer .footer-top .footer-desc .footer-menu .footer-link ul li {
	margin-bottom: 15px;
}
@media (max-width: 991px) {
	footer .footer-top .footer-desc .footer-menu .footer-link ul li {
		text-align: left;
		padding-left: 15px;
	}
}
footer .footer-top .footer-desc .footer-menu .footer-link ul li a {
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	display: block;
	margin-left: 15px;
}
footer .footer-top .footer-desc .footer-menu .footer-link ul li a :first-child {
	text-transform: capitalize;
}
@media (max-width: 1199px) {
	footer .footer-top .footer-desc .footer-menu .footer-link ul li a {
		font-size: 15px;
	}
}
@media (max-width: 991px) {
	footer .footer-top .footer-desc .footer-menu .footer-link ul li a {
		margin-left: 0;
	}
}
footer .footer-top .footer-desc .footer-menu .footer-link ul li a::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #fff;
	top: 8px;
	left: -15px;
	border-radius: 50%;
}
@media (max-width: 991px) {
	footer .footer-top .footer-desc .footer-menu .footer-link ul li a::after {
		display: none;
	}
}
footer .footer-top .footer-desc .footer-menu .footer-link ul li a:hover {
	color: #fa5701;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
@media (min-width: 992px) {
	footer .footer-top .footer-desc .footer-menu .footer-contact ul.nomob {
		display: block;
		height: auto !important;
	}
}
footer .footer-top .footer-desc .footer-menu .footer-contact ul li {
	margin-bottom: 20px;
	line-height: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer .footer-top .footer-desc .footer-menu .footer-contact ul li:last-of-type {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media (max-width: 991px) {
	footer .footer-top .footer-desc .footer-menu .footer-contact ul li {
		text-align: left;
		padding-left: 15px;
	}
}
footer .footer-top .footer-desc .footer-menu .footer-contact ul li a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
@media (max-width: 1199px) {
	footer .footer-top .footer-desc .footer-menu .footer-contact ul li a {
		font-size: 15px;
	}
}
footer .footer-top .footer-desc .footer-menu .footer-contact ul li a:hover {
	color: #fa5701;
}
footer .footer-top .footer-desc .footer-menu .footer-contact ul li img {
	padding-right: 10px;
}
footer .footer-top .footer-desc .footer-menu .footer-contact ul li span {
	color: rgba(255, 255, 255, 0.7);
	line-height: 26px;
	font-size: 16px;
}
@media (max-width: 1199px) {
	footer .footer-top .footer-desc .footer-menu .footer-contact ul li span {
		font-size: 15px;
	}
}
footer .footer-top .footer-desc.first {
	padding: 70px 30px;
	text-align: center;
}
@media (max-width: 991px) {
	footer .footer-top .footer-desc.first {
		padding: 5px 5px 30px 5px;
	}
}
@media (max-width: 575px) {
	footer .footer-top .footer-desc.first {
		padding: 5px 5px 30px 5px;
	}
}
footer .footer-top .footer-desc.first .footer-payment {
	padding: 30px 0;
}
@media (max-width: 991px) {
	footer .footer-top .footer-desc.first .footer-payment {
		padding: 0;
	}
}
footer .footer-top .footer-desc.first .lock_icon ul li {
	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;
}
footer .footer-top .footer-desc.first .lock_icon ul li span {
	padding: 3px 0 0 10px;
	font-size: 16px;
	line-height: 19px;
	color: rgba(255, 255, 255, 0.7);
}
footer .footer-top .footer-payment_mob {
	margin-bottom: 20px;
	text-align: center;
}
footer .footer-top .lock_icon_mob ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 991px) {
	footer .footer-top .lock_icon_mob ul li {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
footer .footer-top .lock_icon_mob ul li span {
	padding: 3px 0 0 10px;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
}
footer .copyright-footer {
	position: relative;
	background: rgba(0, 0, 0, 0);
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}
footer .copyright-footer .copyright {
	padding: 20px 0;
	text-align: center;
}
footer .copyright-footer .copyright p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	padding: 0;
	margin: 0;
}
@media (max-width: 1299px) {
	footer .copyright-footer .copyright p {
		padding-bottom: 30px;
	}
}
@media (max-width: 991px) {
	footer .copyright-footer .copyright p {
		text-align: center;
		font-size: 13px;
		line-height: 18px;
	}
}
@media (max-width: 580px) {
	footer .copyright-footer .copyright p {
		font-size: 11px;
	}
}
.page-banner {
	background: #e9f9f9;
	overflow: hidden;
	padding-top: 120px;
	position: relative;
	z-index: 1;
}
@media (max-width: 1199px) {
	.page-banner {
		padding-top: 90px;
	}
}
@media (max-width: 1199px) {
	.page-banner {
		padding-top: 75px;
	}
}
.page-banner .page-banner-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.page-banner .page-banner-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}
.page-banner .heading {
	margin-bottom: 0;
	text-align: center;
}
.page-banner .heading h1 {
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	color: #585d69;
	padding: 60px 0 80px 0;
	z-index: 1;
}
.page-banner .heading h1::first-letter {
	text-transform: uppercase;
}
@media (max-width: 991px) {
	.page-banner .heading h1 {
		padding: 30px 0 60px 0;
	}
}
@media (max-width: 767px) {
	.page-banner .heading h1 {
		font-size: 32px;
		line-height: 46px;
		padding: 20px 0 50px 0;
	}
}
@media (max-width: 575px) {
	.page-banner .heading h1 {
		font-size: 26px;
		line-height: 32px;
	}
}
.page-banner .heading h1 span {
	color: #1db6c1;
}
.banner {
	position: relative;
	padding: 170px 0 130px;
}
@media (max-width: 1199px) {
	.banner {
		padding: 150px 0 100px;
	}
}
@media (max-width: 991px) {
	.banner {
		padding: 130px 0 80px;
	}
}
@media (max-width: 767px) {
	.banner {
		padding: 80px 0 60px;
	}
}
.banner .banner-shape {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -4px;
}
.banner .banner-left {
	position: relative;
}
.banner .banner-left .banner-left-shape {
	position: absolute;
	top: -60px;
	left: 0;
	z-index: -1;
}
@media (max-width: 991px) {
	.banner .banner-left .banner-left-shape {
		display: none;
	}
}
.banner .banner-left .heading h1 {
	position: relative;
	font-weight: 700;
	font-size: 64px;
	line-height: 85px;
	color: #585d69;
	margin-bottom: 25px;
	text-transform: capitalize;
}
@media (max-width: 1299px) {
	.banner .banner-left .heading h1 {
		font-size: 52px;
		line-height: 72px;
	}
}
@media (max-width: 1199px) {
	.banner .banner-left .heading h1 {
		font-size: 42px;
		line-height: 54px;
	}
}
@media (max-width: 991px) {
	.banner .banner-left .heading h1 {
		font-size: 36px;
		line-height: 46px;
	}
}
@media (max-width: 767px) {
	.banner .banner-left .heading h1 {
		font-size: 34px;
		line-height: 48px;
		margin-bottom: 15px;
	}
}
@media (max-width: 480px) {
	.banner .banner-left .heading h1 {
		font-size: 24px;
		line-height: 34px;
	}
}
.banner .banner-left .heading h1 span {
	color: #1db6c1;
}
.banner .banner-left .heading h1::after {
	content: "";
	position: absolute;
	width: 244px;
	height: 244px;
	background: #e9f9f9;
	bottom: 0px;
	left: -70px;
	border-radius: 50%;
	z-index: -1;
}
@media (max-width: 1299px) {
	.banner .banner-left .heading h1::after {
		width: 200px;
		height: 200px;
		left: -50px;
	}
}
@media (max-width: 1199px) {
	.banner .banner-left .heading h1::after {
		width: 150px;
		height: 150px;
		left: -50px;
	}
}
@media (max-width: 991px) {
	.banner .banner-left .heading h1::after {
		display: none;
	}
}
.banner .banner-left .heading p {
	font-weight: 400;
	max-width: 460px;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: rgba(18, 18, 18, 0.7);
}
@media (max-width: 991px) {
	.banner .banner-left .heading p {
		margin: 0 auto 30px;
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.banner .banner-right {
		max-width: 450px;
		margin: 0 auto 40px;
	}
}
.feature {
	position: relative;
}
.feature .feature_block {
	position: relative;
}
.feature .feature_block .heading {
	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;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	position: relative;
	padding: 10px;
}
@media screen and (max-width: 991px) {
	.feature .feature_block .heading {
		padding: 100px 10px;
		margin: 40px 0;
	}
}
@media screen and (max-width: 459px) {
	.feature .feature_block .heading {
		padding: 70px 10px;
	}
}
@media screen and (max-width: 399px) {
	.feature .feature_block .heading {
		padding: 100px 10px;
	}
}
.feature .feature_block .heading .blob {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}
@media screen and (max-width: 1199px) {
	.feature .feature_block .heading .favicon {
		max-width: 100px;
	}
}
@media screen and (max-width: 459px) {
	.feature .feature_block .col-8 {
		width: 80%;
	}
}
@media screen and (max-width: 399px) {
	.feature .feature_block .col-8 {
		width: 100%;
	}
}
.feature .feature_block .feature-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 80px;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}
@media screen and (max-width: 1199px) {
	.feature .feature_block .feature-wrapper {
		row-gap: 50px;
	}
}
@media screen and (max-width: 991px) {
	.feature .feature_block .feature-wrapper {
		row-gap: 30px;
	}
}
@media screen and (max-width: 767px) {
	.feature .feature_block .feature-wrapper {
		row-gap: 15px;
	}
}
.feature .feature_block .feature-wrapper li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 6px;
	-moz-column-gap: 6px;
	column-gap: 6px;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
}
@media screen and (max-width: 1199px) {
	.feature .feature_block .feature-wrapper li {
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.feature .feature_block .feature-wrapper li {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.feature .feature_block .feature-wrapper li {
		font-size: 16px;
	}
}
@media screen and (max-width: 459px) {
	.feature .feature_block .feature-wrapper li {
		font-size: 12px;
	}
}
.feature .feature_block .feature-wrapper li::before {
	content: "";
	background-color: #1db6c1;
	min-width: 18px;
	min-height: 18px;
	border-radius: 50px;
}
.feature .feature_block .feature-wrapper li:first-child,
.feature .feature_block .feature-wrapper li:last-child {
	margin-left: -50px;
}
@media screen and (max-width: 991px) {
	.feature .feature_block .feature-wrapper li:first-child,
	.feature .feature_block .feature-wrapper li:last-child {
		margin-left: -20px;
	}
}
@media screen and (max-width: 767px) {
	.feature .feature_block .feature-wrapper li:first-child,
	.feature .feature_block .feature-wrapper li:last-child {
		margin: 0;
	}
}
.feature .feature_block .text_wrapper h2 {
	margin-bottom: 0;
	max-width: 220px;
	font-size: 28px;
	line-height: 48px;
	color: #03124b;
}
@media screen and (max-width: 991px) {
	.feature .feature_block .text_wrapper h2 {
		text-align: left;
		font-size: 22px;
	}
}
@media screen and (max-width: 575px) {
	.feature .feature_block .text_wrapper h2 {
		text-align: left;
		font-size: 14px;
	}
}
.services {
	position: relative;
}
@media (max-width: 991px) {
	.services {
		margin-top: 0px;
	}
}
@media (max-width: 991px) {
	.services .service-left {
		margin: 40px 0;
	}
}
@media (max-width: 991px) {
	.services .service-right {
		background: #f5f6ee;
		padding: 30px 10px;
	}
}
.services .service-right .heading h2 {
	max-width: 340px;
}
@media (max-width: 991px) {
	.services .service-right .heading h2 {
		max-width: 100%;
	}
}
.services.services-2 {
	margin-top: 0px;
	position: relative;
}
@media (max-width: 1199px) {
	.services.services-2.section-gap-inner {
		padding-bottom: 0;
	}
}
.services.services-2 .service-right .heading h2 {
	max-width: 400px;
}
@media (max-width: 991px) {
	.services.services-2 .service-right .heading h2 {
		max-width: 100%;
	}
}
.cta {
	position: relative;
	padding: 160px 0;
}
@media (max-width: 1199px) {
	.cta {
		padding: 120px 0;
	}
}
@media (max-width: 991px) {
	.cta {
		padding: 90px 0;
	}
}
@media (max-width: 767px) {
	.cta {
		padding: 70px 0;
	}
}
@media (max-width: 575px) {
	.cta {
		padding: 50px 0;
	}
}
.cta::after {
	background: url(../images/cta-bg.svg) no-repeat center;
	background-size: cover;
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: -1;
}
.cta .back-bg::after,
.cta .back-bg::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
}
@media (max-width: 1199px) {
	.cta .back-bg::after,
	.cta .back-bg::before {
		display: none;
	}
}
.cta .back-bg::after {
	background: url(../images/cta-1.svg) no-repeat;
	background-position: left;
	left: 0;
}
.cta .back-bg::before {
	background: url(../images/cta-2.svg) no-repeat;
	background-position: right;
	right: 0;
}
@media (max-width: 991px) {
	.cta {
		padding: 80px 0;
	}
}
@media (max-width: 767px) {
	.cta {
		padding: 40px 0;
	}
}
.cta .heading h2 {
	max-width: 500px;
	margin: 0 auto 30px;
}
.cta .heading p {
	font-weight: 500;
	font-size: 26px;
	line-height: 45px;
}
@media (max-width: 991px) {
	.cta .heading p {
		font-size: 20px;
		line-height: 35px;
	}
}
@media (max-width: 767px) {
	.cta .heading p {
		font-size: 15px;
		line-height: 25px;
	}
}
.pricing-tab {
	position: relative;
	text-align: center;
}
.pricing-tab .heading {
	line-height: 0;
}
.pricing-tab .heading h2 {
	margin-bottom: 50px;
	text-align: center;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.pricing-tab .heading h2 {
		margin-bottom: 30px;
	}
}
.pricing-tab .my-button {
	max-width: 160px;
	margin-top: 50px;
	border-radius: 50px;
	display: none;
}
@media (max-width: 991px) {
	.pricing-tab .my-button {
		margin-top: 30px;
	}
}
.pricing-tab .my-button.active {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.pricing-tab .pricing-body {
	background: #e9f9f9;
	height: 100%;
	-webkit-filter: blur(2px);
	filter: blur(2px);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}
@media (max-width: 991px) {
	.pricing-tab .pricing-body {
		height: auto;
	}
}
.pricing-tab .pricing-body.active {
	-webkit-filter: blur(0px);
	filter: blur(0px);
	-webkit-user-select: all;
	-moz-user-select: all;
	user-select: all;
}
.pricing-tab .pricing-wrapper {
	border-radius: 10px;
	padding: 50px 30px;
	cursor: pointer;
	text-align: left;
}
@media (max-width: 991px) {
	.pricing-tab .pricing-wrapper {
		text-align: center;
		border-radius: 50px;
	}
}
.pricing-tab .pricing-wrapper .heading-body {
	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: 991px) {
	.pricing-tab .pricing-wrapper .heading-body {
		margin-bottom: 15px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.pricing-tab .pricing-wrapper .heading-body h3 {
	font-weight: 700;
	font-size: 36px;
	line-height: 45px;
	color: #585d69;
	margin-right: 30px;
}
@media (max-width: 991px) {
	.pricing-tab .pricing-wrapper .heading-body h3 {
		font-size: 32px;
		line-height: 40px;
	}
}
@media (max-width: 767px) {
	.pricing-tab .pricing-wrapper .heading-body h3 {
		font-size: 28px;
		line-height: 32px;
		margin-right: 15px;
	}
}
@media (max-width: 576px) {
	.pricing-tab .pricing-wrapper .heading-body h3 {
		font-size: 22px;
		line-height: 28px;
	}
}
.pricing-tab .pricing-wrapper .heading-body span {
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #585d69;
}
@media (max-width: 576px) {
	.pricing-tab .pricing-wrapper .heading-body span {
		font-size: 12px;
		line-height: 14px;
	}
}
.pricing-tab .pricing-wrapper h5 {
	font-weight: 700;
	font-size: 30px;
	line-height: 38px;
	color: #585d69;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.pricing-tab .pricing-wrapper h5 {
		font-size: 20px;
		line-height: 28px;
	}
}
@media (max-width: 576px) {
	.pricing-tab .pricing-wrapper h5 {
		font-size: 18px;
		line-height: 23px;
	}
}
.pricing-tab .pricing-wrapper a {
	pointer-events: none;
}
@media (max-width: 991px) {
	.pricing-tab .pricing-wrapper {
		padding: 30px 25px;
		margin-bottom: 25px;
	}
}
@media (max-width: 576px) {
	.pricing-tab .pricing-wrapper {
		padding: 30px 20px;
	}
}
.pricing-tab .pricing-wrapper p {
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 41px;
	color: #585d69;
}
@media (max-width: 575px) {
	.pricing-tab .pricing-wrapper p {
		font-size: 15px;
		line-height: 26px;
	}
}
.pricing-tab .pricing-wrapper p span {
	color: #1db6c1;
}
.pricing-tab .pricing-left {
	border-radius: 0px 90px 0px 0px;
}
@media (max-width: 991px) {
	.pricing-tab .pricing-left {
		border-radius: 50px;
		margin-bottom: 25px;
	}
}
@media (max-width: 575px) {
	.pricing-tab .pricing-left {
		border-radius: 30px;
	}
}
@media (max-width: 991px) {
	.pricing-tab .pricing-center {
		border-radius: 50px;
		margin-bottom: 25px;
	}
}
@media (max-width: 575px) {
	.pricing-tab .pricing-center {
		border-radius: 30px;
	}
}
.pricing-tab .pricing-right {
	border-radius: 90px 0px 0px 0px;
}
@media (max-width: 991px) {
	.pricing-tab .pricing-right {
		border-radius: 50px;
		margin-bottom: 25px;
	}
}
@media (max-width: 575px) {
	.pricing-tab .pricing-right {
		border-radius: 30px;
	}
}
.pricing-tab .tabs h5 {
	color: rgba(0, 0, 0, 0.4862745098);
	font-size: 22px;
	line-height: 1.5;
}
@media (max-width: 1399px) {
	.pricing-tab .tabs h5 {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.pricing-tab .tabs h5 {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.pricing-tab .tabs h5 {
		text-align: center;
	}
}
@media (max-width: 575px) {
	.pricing-tab .tabs h5 {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.pricing-tab .tabs ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (max-width: 576px) {
	.pricing-tab .tabs ul {
		display: block;
		max-width: 180px;
		margin: 0 auto;
	}
}
.pricing-tab .tabs ul li {
	background: #fff;
	-webkit-box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	position: relative;
	margin-bottom: 30px;
	padding: 13px 20px;
	border: 1px solid rgba(0, 0, 0, 0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0.5;
	cursor: pointer;
}
.pricing-tab .tabs ul li.active {
	opacity: 1;
	border: 1px solid #fe7624;
}
@media (max-width: 1399px) {
	.pricing-tab .tabs ul li {
		padding: 10px;
	}
}
@media (max-width: 991px) {
	.pricing-tab .tabs ul li {
		margin-bottom: 15px;
		width: calc(100% - 20px);
	}
}
@media (max-width: 767px) {
	.pricing-tab .tabs ul li {
		padding: 8px 20px;
	}
}
@media (max-width: 576px) {
	.pricing-tab .tabs ul li {
		width: 100%;
	}
}
@media (min-width: 576px) and (max-width: 991px) {
	.pricing-tab .tabs ul li {
		margin-right: 10px;
	}
}
.pricing-tab .tabs ul li:first-child {
	margin-left: auto;
	text-align: right;
}
.pricing-tab .tabs ul li:last-child {
	margin-right: auto;
	text-align: left;
}
.pricing-tab .tabs ul li .arrow {
	position: absolute;
	background: #fe7624;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	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;
}
@media (max-width: 1399px) {
	.pricing-tab .tabs ul li .arrow {
		height: 52px;
		width: 52px;
	}
}
@media (max-width: 1199px) {
	.pricing-tab .tabs ul li .arrow {
		height: 46px;
		width: 46px;
	}
}
@media (max-width: 767px) {
	.pricing-tab .tabs ul li .arrow {
		height: 45px;
		width: 45px;
	}
}
.pricing-tab .tabs ul li .left-arrow {
	left: -20px;
	top: -1px;
}
@media (max-width: 991px) {
	.pricing-tab .tabs ul li .left-arrow img {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		width: 35px;
	}
}
@media (max-width: 767px) {
	.pricing-tab .tabs ul li .left-arrow img {
		width: 30px;
	}
}
.pricing-tab .tabs ul li .right-arrow {
	right: -25px;
	top: -1px;
}
@media (max-width: 575px) {
	.pricing-tab .tabs ul li .right-arrow {
		right: -25px;
	}
}
.pricing-tab .tabs ul li .right-arrow img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (max-width: 991px) {
	.pricing-tab .tabs ul li .right-arrow img {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}
.step {
	background: #004080;
	padding: 50px 0;
}
.step .step_block .head_text {
	margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
	.step .step_block .head_text {
		margin-bottom: 40px;
	}
}
.step .step_block .head_text h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 42px;
	line-height: 1.3;
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 1199px) {
	.step .step_block .head_text h2 {
		font-size: 30px;
	}
}
@media screen and (max-width: 575px) {
	.step .step_block .head_text h2 {
		font-size: 24px;
	}
}
.step .step_block .step_content {
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
	.step .step_block .step_content {
		position: relative;
		left: 0;
		top: 0;
		-webkit-transform: inherit;
		transform: inherit;
		text-align: center;
		max-width: 380px;
		margin: auto;
		background: #d9e7fc;
		padding: 25px;
		border-radius: 10px;
	}
}
.step .step_block .step_content h2 {
	font-family: "Source Sans Pro";
	font-weight: 700;
	font-size: 48px;
	line-height: 1.3;
	color: #1db6c1;
	margin-bottom: 10px;
	text-align: center;
}
@media screen and (max-width: 1199px) {
	.step .step_block .step_content h2 {
		font-size: 44px;
		line-height: 44px;
	}
}
@media screen and (max-width: 767px) {
	.step .step_block .step_content h2 {
		font-size: 16px;
		line-height: 26px;
	}
}
@media screen and (max-width: 575px) {
	.step .step_block .step_content h2 {
		font-size: 18px;
		line-height: 19px;
	}
}
.step .step_block .step_content span {
	font-family: "Source Sans Pro";
	font-weight: 400;
	font-size: 28px;
	line-height: 35px;
	color: #1e1e1e;
	text-align: center;
	margin-bottom: 20px;
	display: block;
}
@media screen and (max-width: 1199px) {
	.step .step_block .step_content span {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 991px) {
	.step .step_block .step_content span {
		font-size: 24px;
	}
}
.step .step_block .step_content p {
	font-family: "Source Sans Pro";
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: rgba(103, 103, 103, 0.7);
	width: 230px;
}
@media screen and (max-width: 991px) {
	.step .step_block .step_content p {
		margin: auto;
	}
}
.step .step_block .center-img {
	z-index: 1;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 991px) {
	.step .step_block .center-img {
		display: block;
		margin: 30px auto;
	}
}
.step .step_block .center-img img {
	width: 100%;
}
@media screen and (max-width: 991px) {
	.step .step_block .center-img img {
		display: block;
	}
}
.step .step_block .center-img img.logo {
	max-width: 265px;
}
@media screen and (max-width: 991px) {
	.step .step_block .center-img img.logo {
		max-width: 165px;
	}
}
@media screen and (max-width: 991px) {
	.step .step_block .center-img img.logo {
		margin: 15px auto;
	}
}
.step .step_block .center-img img.arrow-right {
	max-width: 90px;
	min-height: 90px;
	margin: auto;
}
@media screen and (max-width: 991px) {
	.step .step_block .center-img img.arrow-right {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
.step .step_block .step_img {
	position: relative;
}
@media screen and (max-width: 991px) {
	.step .step_block .step_img {
		text-align: center;
		display: none;
	}
}
@media (max-width: 991px) {
	.step .step_block .step_img img {
		max-width: 480px;
	}
}
@media (max-width: 767px) {
	.step .step_block .step_img img {
		max-width: 400px;
	}
}
@media (max-width: 576px) {
	.step .step_block .step_img img {
		max-width: 290px;
	}
}
.step .step_block .step_img.top img {
	position: relative;
	right: -30px;
}
@media (max-width: 991px) {
	.step .step_block .step_img.top img {
		-webkit-transform: scale(-1);
		transform: scale(-1);
	}
}
.step .step_block .step_img .image_wrapper {
	position: relative;
	text-align: right;
	display: block;
}
@media screen and (max-width: 991px) {
	.step .step_block .step_img .image_wrapper {
		text-align: center;
	}
}
@media screen and (max-width: 375px) {
	.step .step_block .step_img .image_wrapper {
		width: 220px;
		margin: 0 auto;
	}
}
.step .step_block .step_img.right img {
	position: relative;
	left: -30px;
}
.about-page {
	position: relative;
}
.about-page .about_wrapper {
	margin-bottom: 75px;
	line-height: 0;
}
@media (max-width: 991px) {
	.about-page .about_wrapper {
		margin-bottom: 30px;
		text-align: center;
	}
}
.about-page .about_wrapper h1 {
	font-weight: 700;
	font-size: 32px;
	line-height: 45px;
	color: #03124b;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.about-page .about_wrapper h1 {
		font-size: 26px;
		line-height: 36px;
	}
}
@media (max-width: 767px) {
	.about-page .about_wrapper h1 {
		font-size: 22px;
		line-height: 33px;
	}
}
.about-page .about_wrapper p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 30px;
	color: #676767;
}
@media (max-width: 767px) {
	.about-page .about_wrapper p {
		text-align: center;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}
}
.about-page .about_wrapper .my-button {
	max-width: 160px;
	margin: 0 auto;
	border-radius: 50px;
}
.about-page .about_content {
	padding: 0 40px 0 0;
	background: #fff;
	border-radius: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 479px) {
	.about-page .about_content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (max-width: 1399px) {
	.about-page .about_content {
		padding: 0 40px 40px 0;
	}
}
@media (max-width: 991px) {
	.about-page .about_content {
		padding: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.about-page .about_content .about_text h4 {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #1db6c1;
	margin-bottom: 10px;
}
@media (max-width: 479px) {
	.about-page .about_content .about_text h4 {
		font-size: 18px;
		line-height: 28px;
		text-align: center;
	}
}
.about-page .about_content .about_text p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #676767;
	max-width: 270px;
}
@media (max-width: 479px) {
	.about-page .about_content .about_text p {
		max-width: 100%;
		text-align: center;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}
}
.about-page .about_content .about_text.left_block {
	margin-right: 40px;
}
@media (max-width: 991px) {
	.about-page .about_content .about_text.left_block {
		margin-bottom: 30px;
	}
}
@media (max-width: 480px) {
	.about-page .about_content .about_text.left_block {
		margin-right: 0;
		margin-bottom: 0;
	}
}
.about-page .about_content .about_text.right_block {
	position: relative;
	margin: 70px 0 0 40px;
}
@media (max-width: 991px) {
	.about-page .about_content .about_text.right_block {
		margin-top: 0;
		margin-bottom: 30px;
	}
}
@media (max-width: 479px) {
	.about-page .about_content .about_text.right_block {
		margin: 30px 0;
		margin-top: 0;
	}
}
.about-page .about_content .about_text.right_block h4 {
	max-width: 230px;
}
@media (max-width: 479px) {
	.about-page .about_content .about_text.right_block h4 {
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
		margin: 0 auto 10px;
	}
}
.about-page .about_content .about_text.right_block p {
	max-width: 270px;
}
@media (max-width: 479px) {
	.about-page .about_content .about_text.right_block p {
		max-width: 100%;
	}
}
.about-page .about_content .about_text.right_block::after {
	position: absolute;
	content: "";
	height: 180px;
	width: 5px;
	background: #676767;
	top: -20px;
	left: -40px;
	border-radius: 50px;
}
@media (max-width: 479px) {
	.about-page .about_content .about_text.right_block::after {
		display: none;
	}
}
@media (max-width: 991px) {
	.about-page .about_img {
		max-width: 400px;
		margin: 0 auto;
	}
}
.about-page .about_img img {
	position: relative;
	line-height: 0;
	left: -90px;
	z-index: -1;
}
@media (max-width: 991px) {
	.about-page .about_img img {
		left: auto;
	}
}
.form-pages .account-form {
	padding: 50px;
	position: relative;
	z-index: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
@media (max-width: 1199px) {
	.form-pages .account-form {
		padding: 40px 30px;
	}
}
@media (max-width: 991px) {
	.form-pages .account-form {
		padding: 30px 20px;
	}
}
@media (max-width: 575px) {
	.form-pages .account-form {
		padding: 30px 20px;
	}
}
.form-pages .account-form .form-shape {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}
@media (max-width: 991px) {
	.form-pages .account-form .form-shape {
		display: none;
	}
}
@media (max-width: 375px) {
	.form-pages .signin-form {
		padding: 30px 15px;
	}
}
.form-pages .account-header {
	padding: 22px 0;
	border-radius: 30px 30px 0 0;
}
@media (max-width: 991px) {
	.form-pages .account-header {
		padding: 10px 0;
	}
}
.form-pages .account-header .heading h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #585d69;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.form-pages .account-header .heading h2 {
		font-size: 22px;
		line-height: 36px;
	}
}
@media (max-width: 480px) {
	.form-pages .account-header .heading h2 {
		font-size: 20px;
	}
}
.form-pages.contact .box-container {
	-webkit-box-shadow: 0px 0px 46.3235px rgba(29, 182, 193, 0.1);
	box-shadow: 0px 0px 46.3235px rgba(29, 182, 193, 0.1);
}
.form-pages.contact .contact-box {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: -100px;
	line-height: 0;
}
@media (max-width: 1199px) {
	.form-pages.contact .contact-box {
		display: none;
	}
}
.form-pages.contact .contact-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #e9f9f9;
	padding: 0 30px;
	height: 100%;
}
@media (max-width: 991px) {
	.form-pages.contact .contact-details {
		padding-top: 40px;
		text-align: center;
		margin-top: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (max-width: 767px) {
	.form-pages.contact .contact-details {
		padding: 40px 0;
	}
}
@media (max-width: 575px) {
	.form-pages.contact .contact-details {
		padding: 40px 20px;
	}
}
.form-pages.contact .contact-details .heading {
	max-width: 230px;
}
.form-pages.contact .contact-details .heading h2 {
	font-weight: 700;
	font-size: 45px;
	line-height: 58px;
	color: #585d69;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.form-pages.contact .contact-details .heading h2 {
		font-size: 28px;
		line-height: 36px;
	}
}
@media (max-width: 480px) {
	.form-pages.contact .contact-details .heading h2 {
		font-size: 24px;
		line-height: 32px;
	}
}
@media (max-width: 380px) {
	.form-pages.contact .contact-details .heading h2 {
		font-size: 22px;
		line-height: 32px;
	}
}
.form-pages.contact .contact-details .heading h2:after {
	display: none;
}
.form-pages.contact .contact-details .heading p {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.form-pages.contact .contact-details .heading p {
		margin-bottom: 30px;
	}
}
.form-pages.contact .contact-details .contact-details-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (max-width: 991px) {
	.form-pages.contact .contact-details .contact-details-inner {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.form-pages.contact .contact-details .contact-details-inner .media {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767px) {
	.form-pages.contact .contact-details .contact-details-inner .media {
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	.form-pages.contact .contact-details .contact-details-inner .media {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.form-pages.contact .contact-details .contact-details-inner .media .my-icon {
	width: 60px;
	height: 60px;
	border-radius: 36px 36px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 20px;
	line-height: 0;
	background: #1db6c1;
	margin-left: 0;
}
@media (max-width: 480px) {
	.form-pages.contact .contact-details .contact-details-inner .media .my-icon img {
		max-width: 45px;
	}
}
.form-pages.contact .contact-details .contact-details-inner .media .media-body {
	text-align: left;
}
.form-pages.contact .contact-details .contact-details-inner .media .media-body p {
	font-size: 20px;
	line-height: 28px;
	color: #585d69;
}
@media (max-width: 767px) {
	.form-pages.contact .contact-details .contact-details-inner .media .media-body p {
		font-size: 18px;
		line-height: 26px;
	}
}
@media (max-width: 480px) {
	.form-pages.contact .contact-details .contact-details-inner .media .media-body p {
		font-size: 16px;
	}
}
.form-pages.contact .contact-details .contact-details-inner .media .media-body p a {
	color: #585d69;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	display: block;
}
@media (max-width: 991px) {
	.form-pages.contact .contact-details .contact-details-inner .media .media-body p a {
		text-align: center;
	}
}
.form-pages.contact .contact-details .contact-details-inner .media .media-body p a:hover {
	color: #1db6c1;
}
.form-pages.contact .contact-details .contact-details-inner .media .media-body.media-body-top p {
	margin-top: 15px;
}
.form-pages.contact .contact-details .image {
	text-align: right;
}
.form-pages.sign-up .join {
	background: #e9f9f9;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
@media (max-width: 767px) {
	.form-pages.sign-up .join {
		padding: 10px;
	}
}
.form-pages.sign-up .join .join-now {
	text-align: center;
	padding: 40px 40px;
	position: relative;
	line-height: 0;
	background: #e9f9f9;
}
@media (max-width: 1400px) {
	.form-pages.sign-up .join .join-now {
		padding: 40px 40px;
	}
}
@media (max-width: 575px) {
	.form-pages.sign-up .join .join-now {
		padding: 30px 20px;
	}
}
.form-pages.sign-up .join .join-now h2 {
	font-weight: 500;
	font-size: 22px;
	line-height: 34px;
	color: #818181;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.form-pages.sign-up .join .join-now h2 {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.form-pages.sign-up .join .join-now h2 {
		font-size: 18px;
		line-height: 20px;
	}
}
@media (max-width: 575px) {
	.form-pages.sign-up .join .join-now h2 {
		font-size: 16px;
		line-height: 20px;
	}
}
.form-pages.sign-up .join .join-now p {
	font-weight: 500;
	font-size: 20px;
	line-height: 34px;
	display: inline-block;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.form-pages.sign-up .join .join-now p {
		font-size: 20px;
		line-height: 40px;
	}
}
@media (max-width: 480px) {
	.form-pages.sign-up .join .join-now p {
		font-size: 16px;
		line-height: 35px;
	}
}
.form-pages.sign-up .join .join-now p a,
.form-pages.sign-up .join .join-now p span {
	color: #1db6c1;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.form-pages.sign-up .join .join-now p a:hover,
.form-pages.sign-up .join .join-now p span:hover {
	color: #ffa927;
}
@media (max-width: 575px) {
	.fr_wrapper .form-pages.sign-up .join .join-now p {
		font-size: 18px;
		max-width: 360px;
		margin: 0 auto;
	}
}
@media (max-width: 480px) {
	.fr_wrapper .form-pages.sign-up .join .join-now p {
		font-size: 16px;
		max-width: 240px;
		margin: 0 auto;
	}
}
.support .heading {
	text-align: center;
	margin-bottom: 40px;
}
.support .heading h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	margin-bottom: 80px;
	color: #585d69;
}
@media (max-width: 991px) {
	.support .heading h2 {
		margin-bottom: 40px;
	}
}
@media (max-width: 480px) {
	.support .heading h2 {
		font-size: 26px;
		line-height: 35px;
	}
}
.support .heading h2::after {
	display: none;
}
.support .heading h2 span {
	color: #1db6c1;
}
.support .get-in-touch {
	padding: 80px 0 80px;
	height: 100%;
}
@media (max-width: 991px) {
	.support .get-in-touch {
		padding: 60px 0 40px;
	}
}
@media (max-width: 991px) {
	.support .get-in-touch {
		text-align: center;
	}
}
.support .get-in-touch .get-in-touch-main-box {
	height: 100%;
}
@media (max-width: 991px) {
	.support .get-in-touch .get-in-touch-main-box {
		margin-bottom: 40px;
		height: auto;
	}
}
.support .get-in-touch .get-in-touch-main-box .img-box {
	width: 70px;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0);
}
.support .get-in-touch .get-in-touch-main-box .img-box img {
	width: 60px;
}
.support .get-in-touch .get-in-touch-main-box .get-in-touch-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 40px 92px -16px #e1eff0;
	box-shadow: 0px 40px 92px -16px #e1eff0;
	border: 1px solid #1db6c1;
	border-radius: 10px;
	padding: 40px;
}
@media (max-width: 991px) {
	.support .get-in-touch .get-in-touch-main-box .get-in-touch-details {
		display: inline-block;
	}
}
@media (max-width: 575px) {
	.support .get-in-touch .get-in-touch-main-box .get-in-touch-details {
		padding: 40px 25px;
	}
}
.support .get-in-touch .get-in-touch-main-box .get-in-touch-details .get-in-touch-box {
	display: block;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	line-height: 0;
}
.support .get-in-touch .get-in-touch-main-box .get-in-touch-details .get-in-touch-box h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #1db6c1;
	margin-bottom: 15px;
}
@media (max-width: 991px) {
	.support .get-in-touch .get-in-touch-main-box .get-in-touch-details .get-in-touch-box h4 {
		font-size: 20px;
	}
}
.support .get-in-touch .get-in-touch-main-box .get-in-touch-details .get-in-touch-box p {
	font-size: 18px;
	line-height: 25px;
	color: #8b8b8b;
	margin-bottom: 30px;
}
@media (max-width: 1400px) {
	.support .get-in-touch .get-in-touch-main-box .get-in-touch-details .get-in-touch-box p {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.support .get-in-touch .get-in-touch-main-box .get-in-touch-details .get-in-touch-box p {
		max-width: 300px;
		margin: 0 auto 30px;
	}
}
.support .get-in-touch .get-in-touch-main-box .get-in-touch-details .theme-button .my-button {
	width: 100%;
}
.faq {
	position: relative;
}
@media (max-width: 991px) {
	.faq {
		margin-top: 40px;
	}
}
@media (max-width: 480px) {
	.faq {
		margin-top: 20px;
	}
}
.faq .heading-text {
	font-size: 16px;
	line-height: 30px;
	max-width: 700px;
	margin: 0 auto 40px auto;
	text-align: center;
	color: #f5f2ed;
}
@media (max-width: 767px) {
	.faq .heading-text {
		margin: 0 auto 20px auto;
	}
}
.faq table th {
	width: 50%;
}
.myaccordion {
	position: relative;
	z-index: 1;
}
.myaccordion .card {
	counter-increment: rowNumber;
	border-radius: 0;
	border: rgba(0, 0, 0, 0);
	margin-bottom: 20px;
	background: rgba(0, 0, 0, 0);
}
.myaccordion .card:last-child {
	margin-bottom: 0;
}
.myaccordion .card .card-header[aria-expanded="true"] {
	border: 1px solid #1db6c1;
	border-radius: 10px 10px 0px 0px;
	border-bottom: rgba(0, 0, 0, 0);
}
.myaccordion .card .card-header[aria-expanded="true"] h2 .icon img {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.myaccordion .card .card-header {
	padding: 15px 20px 15px 20px;
	cursor: pointer;
	background: #1db6c1;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 10px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 480px) {
	.myaccordion .card .card-header {
		padding: 10px;
	}
}
.myaccordion .card .card-header h2 {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	position: relative;
}
.myaccordion .card .card-header h2 div div {
	padding-right: 10px;
}
@media (max-width: 480px) {
	.myaccordion .card .card-header h2 {
		font-size: 15px;
		line-height: 22px;
	}
}
.myaccordion .card .card-header h2 .no {
	position: absolute;
	left: 0;
	display: none;
}
.myaccordion .card .card-header h2 .no:before {
	content: counter(rowNumber) ".";
}
.myaccordion .card .card-header h2 .icon {
	position: relative;
	min-width: 35px;
	height: 35px;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.myaccordion .card .card-header h2 .icon.minus {
	display: none;
}
.myaccordion .card .card-header h2 .icon img {
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.myaccordion .card .card-body {
	padding: 20px 20px 20px;
	color: #585d69;
	font-size: 16px;
	line-height: 26px;
	background: #e9f9f9;
	border: 1px solid rgba(0, 0, 0, 0);
	border-top: rgba(0, 0, 0, 0);
	border-radius: 0px 0 10px 10px;
}
@media (max-width: 480px) {
	.myaccordion .card .card-body {
		padding: 10px 10px 10px;
		font-size: 15px;
	}
}
.myaccordion table {
	margin: 20px 0;
}
.cancel-membership {
	padding: 80px 0;
}
@media (max-width: 991px) {
	.cancel-membership {
		padding: 60px 0;
	}
}
@media (max-width: 575px) {
	.cancel-membership {
		padding: 40px 0;
	}
}
.cancel-membership .cancel-membership-box {
	position: relative;
}
.cancel-membership .cancel-membership-box .cancel-membership-details {
	background: #e9f9f9;
	border-radius: 10px;
	padding: 50px;
}
.cancel-membership .cancel-membership-box .heading h2 {
	margin-bottom: 20px;
}
.cancel-membership .cancel-membership-box .heading p {
	color: #585d69;
}
.cancel-membership .cancel-membership-box .form-group span {
	left: 10px;
}
.get-touch {
	position: relative;
	z-index: 1;
}
.get-touch .section-title {
	text-align: center;
	line-height: 0;
}
.get-touch .section-title h2 {
	font-weight: 700;
	max-width: 265px;
	font-size: 42px;
	line-height: 1.4;
	color: #03124b;
	padding: 0;
	max-width: 290px;
	text-align: left;
	margin: 0 0 20px 0;
}
@media (max-width: 991px) {
	.get-touch .section-title h2 {
		text-align: center;
		margin: 0 auto 20px;
		font-size: 34px;
	}
}
@media (max-width: 767px) {
	.get-touch .section-title h2 {
		margin: 0 auto 15px;
		font-size: 24px;
	}
}
.get-touch .section-title p {
	font-weight: 400;
	font-size: 18px;
	text-align: left;
	line-height: 25px;
	color: #676766;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.get-touch .section-title p {
		max-width: 370px;
		text-align: center;
		margin: 0 auto 30px;
	}
}
.get-touch .section-title .btn_wrapper {
	max-width: 100%;
	margin: 0 auto;
	width: 100%;
}
.get-touch .item_main {
	background: #fff;
	-webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.15);
}
.get-touch .item_main .bottom_block {
	padding: 135px 60px 135px 0px;
}
@media (max-width: 1399px) {
	.get-touch .item_main .bottom_block {
		padding: 95px 10px 95px 0px;
	}
}
.get-touch .item_main .left_block {
	background: #e9f9f9;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 30px;
}
@media (max-width: 991px) {
	.get-touch .item_main .left_block {
		padding: 40px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.get-touch .item_main .support-item {
	position: relative;
	cursor: pointer;
	z-index: 11;
}
@media (max-width: 991px) {
	.get-touch .item_main .support-item {
		text-align: center;
		margin-bottom: 50px;
	}
}
.get-touch .item_main .support-item::after {
	position: absolute;
	content: "";
	background: url(../images/support-back.svg) no-repeat;
	height: 100%;
	width: 100%;
	top: 50%;
	left: 52%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-size: 100% 100%;
}
@media (max-width: 991px) {
	.get-touch .item_main .support-item::after {
		min-height: 240px;
	}
}
.get-touch .item_main .support-item.top {
	margin-bottom: 75px;
}
@media (max-width: 991px) {
	.get-touch .item_main .support-item.top {
		margin-bottom: 50px;
	}
}
@media (max-width: 349px) {
	.get-touch .item_main .support-item.top {
		margin-bottom: 10px;
	}
}
@media (max-width: 991px) {
	.get-touch .item_main .support-item.bottom {
		margin-bottom: 80px;
	}
}
@media (max-width: 349px) {
	.get-touch .item_main .support-item.bottom {
		margin-bottom: 40px;
	}
}
.get-touch .item_main .support-item .content {
	position: relative;
	z-index: 99;
	text-align: left;
	padding: 75px 50px;
}
@media (max-width: 1199px) {
	.get-touch .item_main .support-item .content {
		padding: 75px 40px;
		text-align: center;
	}
}
@media (max-width: 991px) {
	.get-touch .item_main .support-item .content {
		padding: 55px 10px;
		margin-bottom: 90px;
	}
}
@media (max-width: 767px) {
	.get-touch .item_main .support-item .content {
		padding: 55px 10px;
	}
}
@media (max-width: 320px) {
	.get-touch .item_main .support-item .content {
		margin-bottom: 40px;
	}
}
.get-touch .item_main .support-item .content h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 33px;
	margin-bottom: 10px;
	color: #585d69;
}
@media (max-width: 991px) {
	.get-touch .item_main .support-item .content h4 {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.get-touch .item_main .support-item .content h4 {
		font-size: 20px;
	}
}
.get-touch .item_main .support-item .content p {
	font-size: 16px;
	line-height: 24px;
	color: #585d69;
	max-width: 300px;
}
@media (max-width: 991px) {
	.get-touch .item_main .support-item .content p {
		margin: 0 auto;
		max-width: 250px;
	}
}
@media (max-width: 767px) {
	.get-touch .item_main .support-item .content p {
		font-size: 15px;
	}
}
.get-touch .item_main .support-item .content a {
	display: inline-block;
	font-size: 15px;
	color: #585d69;
}
@media (max-width: 1199px) {
	.get-touch .item_main .support-item .content a {
		font-size: 14px;
		line-height: 24px;
	}
}
@media (max-width: 991px) {
	.get-touch .item_main .support-item .content a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.get-touch .item_main .support-item .btn_wrapper {
	margin: auto;
	max-width: 100%;
}
.faq-section {
	padding: 80px 0;
}
@media (max-width: 991px) {
	.faq-section {
		padding: 50px 0;
	}
}
.faq-section .section-title {
	text-align: center;
}
.faq-section .section-title h2 {
	font-size: 42px;
	line-height: 1.5;
	font-weight: 600;
	color: #03124b;
	padding: 0;
	margin: 0 0 50px 0;
}
@media (max-width: 991px) {
	.faq-section .section-title h2 {
		margin: 0 0 30px 0;
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	.faq-section .section-title h2 {
		margin: 0 0 20px 0;
		font-size: 22px;
	}
}
.faq-section .cus-accordion {
	border-top: none;
	background: rgba(0, 0, 0, 0);
}
@media (max-width: 1199px) {
	.faq-section .cus-accordion {
		width: 100%;
	}
}
.faq-section .cus-accordion .custom-collapse {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	position: relative;
	counter-increment: rowNumber;
	border-radius: 6px;
}
.faq-section .cus-accordion .custom-collapse .card-header {
	background: rgba(0, 0, 0, 0);
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 0;
	cursor: pointer;
	position: relative;
	border-bottom: none;
}
.faq-section .cus-accordion .custom-collapse .card-header h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #585d69;
	padding: 0px 35px 0 0;
	border-radius: 6px;
	cursor: pointer;
	border-bottom: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}
@media (max-width: 767px) {
	.faq-section .cus-accordion .custom-collapse .card-header h4 {
		font-size: 14px;
		line-height: 24px;
	}
}
.faq-section .cus-accordion .custom-collapse .card-header h4 .coll-sing {
	width: 34px;
	height: 34px;
	line-height: 59px;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
}
@media (max-width: 767px) {
	.faq-section .cus-accordion .custom-collapse .card-header h4 .coll-sing {
		width: 34px;
	}
}
.faq-section .cus-accordion .custom-collapse .card-header h4 .coll-sing:before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-filter: brightness(0);
	filter: brightness(0);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 24px;
	height: 24px;
	background: url("../images/arrow.svg") no-repeat;
}
.faq-section .cus-accordion .custom-collapse .card-header h4.collapsed .coll-sing:before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-filter: brightness(0);
	filter: brightness(0);
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
	width: 24px;
	height: 24px;
	background: url("../images/arrow.svg") no-repeat;
}
.faq-section .cus-accordion .custom-collapse .card-header h4 .rs_no {
	display: none;
}
@media (max-width: 991px) {
	.faq-section .cus-accordion .custom-collapse .card-header h4 .rs_no {
		display: block;
	}
}
@media (max-width: 991px) {
	.faq-section .cus-accordion .custom-collapse .card-header .no {
		display: none;
	}
}
.faq-section .cus-accordion .custom-collapse .card-header h4[aria-expanded="true"] {
	position: relative;
	border-radius: 6px 6px 0 0;
}
.faq-section .cus-accordion .custom-collapse .card-body {
	font-size: 16px;
	line-height: 26px;
	color: #585d69;
	padding: 0 20px 30px;
}
@media (max-width: 767px) {
	.faq-section .cus-accordion .custom-collapse .card-body {
		padding: 0 15px 15px;
		font-size: 14px;
	}
}
.faq-section .cus-accordion .custom-collapse .card-body table {
	background: #c9e0ff;
	table-layout: fixed;
}
@media (max-width: 991px) {
	.faq-section .cus-accordion .custom-collapse .card-body table {
		table-layout: auto;
	}
}
.faq-section .cus-accordion .custom-collapse .card-body table th {
	text-align: left;
	width: 50%;
}
.faq-section .cus-accordion .custom-collapse .card-body table tr td {
	text-align: left;
	padding: 30px;
}
@media (max-width: 767px) {
	.faq-section .cus-accordion .custom-collapse .card-body table tr td {
		padding: 10px 15px;
	}
}
.faq-section .cus-accordion .custom-collapse:last-of-type {
	margin-bottom: 0;
}
.policy-content {
	font-size: 16px;
	line-height: 28px;
	color: #585d69;
	position: relative;
}
@media (max-width: 767px) {
	.policy-content {
		font-size: 15px;
	}
}
.policy-content.section-gap {
	padding: 80px 0 90px 0;
}
@media (max-width: 1460px) {
	.policy-content.section-gap {
		padding: 80px 0 90px 0;
	}
}
@media (max-width: 991px) {
	.policy-content.section-gap {
		padding: 80px 0 70px 0;
	}
}
@media (max-width: 767px) {
	.policy-content.section-gap {
		padding: 80px 0 50px 0;
	}
}
.policy-content a {
	color: #1db6c1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.policy-content a:hover {
	color: #ffa927;
}
.policy-content b,
.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	color: #585d69;
	margin-bottom: 20px;
	font-family: "Barlow", sans-serif;
}
@media (max-width: 767px) {
	.policy-content b,
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 18px;
		line-height: 28px;
	}
}
.policy-content p {
	margin-bottom: 10px;
	color: #818181;
}
.policy-content .print {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	right: 0;
	padding: 20px 14px;
	color: #fff;
	background: #fd532f;
	box-shadow: 0px 4px 60px rgba(30, 92, 255, 0.2);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	cursor: pointer;
	transform: rotate(0deg) translateY(-50%);
	transition: 0.3s all;
	border-radius: 12px 0px 0px 12px;
	position: fixed;
	width: -moz-max-content;
	width: max-content;
	top: calc(40% - 50px);
	z-index: 2;
	gap: 10px;
	color: #fff !important;
}
.policy-content .print:hover {
	color: #fff;
}
@media (max-width: 991px) {
	.policy-content .print {
		font-size: 0;
		padding: 15px 5px;
	}
}
.policy-content .print img {
	/* margin-top: 10px; */
}
.policy-content .print img {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
@media (max-width: 991px) {
	.policy-content .print img {
		margin-top: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
@media (min-width: 768px) {
	.privacy-policy-page table th:first-child {
		min-width: 140px;
	}
}
@media (max-width: 991px) {
	.fr_wrapper b,
	.fr_wrapper h1,
	.fr_wrapper h2,
	.fr_wrapper h3,
	.fr_wrapper h4,
	.fr_wrapper h5,
	.fr_wrapper h6 {
		font-size: 18px;
		line-height: 28px;
	}
}
.skiptranslate,
.goog-te-combo {
	display: none !important;
}
body {
	top: 0 !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: rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
#teams-dropdown-menu span.icon .fa {
	display: none;
}
.loader {
	z-index: 999999;
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
	background: #fff;
	left: 0;
}
#teams-dropdown-menu ul li {
	text-transform: capitalize;
}
#teams-dropdown-menu {
	border-radius: 3px;
	position: relative;
	background-color: #041155;
	cursor: pointer;
	width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 10px;
	height: 36px;
	padding: 6px;
}
#teams-dropdown-menu .flag-text {
	font-size: 0px;
	color: #000;
}
#teams-dropdown-menu ul {
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow:
		0 2px 5px rgba(10, 10, 10, 0.0509803922),
		0 0 10px 0 rgba(10, 10, 10, 0.0784313725);
	box-shadow:
		0 2px 5px rgba(10, 10, 10, 0.0509803922),
		0 0 10px 0 rgba(10, 10, 10, 0.0784313725);
	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;
}
img.img-fluid.flg {
	margin-right: 10px;
}
#teams-dropdown-menu ul.active {
	display: block;
	-webkit-animation: slidedown 0.2s;
	animation: slidedown 0.2s;
	top: 50px;
}
@-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: #000;
	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: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 rgba(0, 0, 0, 0);
	border-bottom: 0;
	border-left: 0.3em solid rgba(0, 0, 0, 0);
	position: relative;
	top: 2px;
}
@media screen and (max-width: 1199px) {
	#teams-dropdown-menu {
		height: 32px;
		position: relative !important;
		background-color: #041155;
		cursor: pointer !important;
		width: 60px !important;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		margin-right: 0px !important;
	}
	#teams-dropdown-menu .flag-text {
		font-size: 0px;
		color: #000;
		margin-right: 10px;
	}
	#teams-dropdown-menu .submenu-button {
		display: none;
	}
	#teams-dropdown-menu span.icon i {
		color: #000;
	}
	.header-main #teams-dropdown-menu {
		margin-left: auto !important;
	}
	div#dropBlock_wrapper {
		margin-right: 10px;
		margin-left: auto;
	}
	.header.sticky header nav.menu.open ul {
		margin-top: 25px;
	}
}
