*,
*::after,
*::before {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
html {
	scroll-behavior: unset !important;
}
body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Brasley-Regular";
	scroll-behavior: smooth;
	position: relative;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: "Brasley-Regular";
}
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%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none !important;
	cursor: pointer;
}
::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.2);
}
::-moz-placeholder {
	color: rgba(0, 0, 0, 0.2);
}
:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.2);
}
::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.2);
}
::placeholder {
	color: rgba(0, 0, 0, 0.2);
}
h1 {
	font-size: 44px;
	font-weight: 600;
}
h2 {
	font-size: 40px;
	font-weight: 600;
}
h3 {
	font-size: 36px;
	font-weight: 600;
}
h4 {
	font-size: 30px;
	font-weight: 500;
}
h5 {
	font-size: 28px;
	font-weight: 600;
}
h6 {
	font-size: 18px;
	font-weight: 400;
}
p {
	font-size: 18px;
	color: #646a85;
}
@media (max-width: 768px) {
	p {
		font-size: 14px;
	}
}
a {
	color: #ff4b33;
}
a:hover {
	color: #4d54a6;
}
.btn {
	vertical-align: bottom;
}
.btn:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
@font-face {
	font-family: "Brasley-Light";
	src: url("Brasley-Light.eot");
	src:
		url("Brasley-Light.eot?#iefix") format("embedded-opentype"),
		url("Brasley-Light.woff") format("woff"),
		url("Brasley-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: 300;
}
@font-face {
	font-family: "Brasley-Regular";
	src: url("../fonts/brasley/Brasley-Regular.eot");
	src:
		url("../fonts/brasley/Brasley-Regular.eot?#iefix") format("embedded-opentype"),
		url("../fonts/brasley/Brasley-Regular.woff") format("woff"),
		url("../fonts/brasley/Brasley-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Brasley-Medium";
	src: url("../fonts/brasley/Brasley-Medium.eot");
	src:
		url("../fonts/brasley/Brasley-Medium.eot?#iefix") format("embedded-opentype"),
		url("../fonts/brasley/Brasley-Medium.woff") format("woff"),
		url("../fonts/brasley/Brasley-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Brasley-SemiBold";
	src: url("../fonts/brasley/Brasley-SemiBold.eot");
	src:
		url("../fonts/brasley/Brasley-SemiBold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/brasley/Brasley-SemiBold.woff") format("woff"),
		url("../fonts/brasley/Brasley-SemiBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
}
@font-face {
	font-family: "Brasley-Bold";
	src: url("../fonts/brasley/Brasley-Bold.eot");
	src:
		url("../fonts/brasley/Brasley-Bold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/brasley/Brasley-Bold.woff") format("woff"),
		url("../fonts/brasley/Brasley-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
.home-banner {
	background: #eff8fa;
	padding: 60px 0;
}
@media (max-width: 768px) {
	.home-banner {
		padding: 36px 0;
	}
}
.home-banner .banner-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 991px) {
	.home-banner .banner-content {
		text-align: center;
	}
}
.home-banner .banner-content h1 {
	color: #131313;
	font-size: 42px;
	margin-bottom: 30px;
	font-family: "Brasley-SemiBold";
}
@media (max-width: 1366px) {
	.home-banner .banner-content h1 {
		font-size: 30px;
	}
}
@media (max-width: 991px) {
	.home-banner .banner-content h1 {
		text-align: center;
	}
}
@media (max-width: 480px) {
	.home-banner .banner-content h1 {
		font-size: 24px;
	}
}
@media (min-width: 1366px) {
	.home-banner .banner-content h1 span {
		display: block;
	}
}
.home-banner .banner-content h6 {
	color: #747d9a;
	margin-bottom: 40px;
	font-size: 18px;
	font-family: "Brasley-Medium";
}
@media (max-width: 768px) {
	.home-banner .banner-content h6 {
		font-size: 14px;
		margin: 20px 0;
	}
}
@media (max-width: 991px) {
	.home-banner .banner-img {
		margin-bottom: 30px;
	}
}
.banner h2 {
	font-weight: 600;
}
@media (max-width: 767px) {
	.banner h2 {
		font-size: 24px;
	}
}
header {
	background-color: #eff8fa;
}
header .navbar {
	padding: 0;
}
header .navbar .nav-main {
	padding: 23px 0;
	border-bottom: 1px solid rgba(19, 19, 19, 0.0784313725);
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 17px 0;
}
header .navbar .nav-main .navbar-logo {
	line-height: 0;
}
@media (max-width: 400px) {
	header .navbar .nav-main .navbar-logo img {
		max-width: 170px;
	}
}
header .navbar .nav-main .navbar-toggler {
	padding: 0;
}
header .navbar .nav-main .navbar-toggler:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
header .navbar .nav-main .navbar-toggler span:not(:first-child) {
	width: 20px;
	height: 3px;
	display: block;
	background: #ffc81a;
	text-align: right;
	margin-top: 5px;
	margin-left: auto;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
header .navbar .nav-main .navbar-toggler span:first-child {
	width: 30px;
	height: 3px;
	display: block;
	background: #ff4b33;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
header .navbar .nav-main .navbar-toggler[aria-expanded="true"] span:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 35% 35%;
	transform-origin: 35% 35%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
header .navbar .nav-main .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 30% 30%;
	transform-origin: 30% 30%;
	width: 30px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: #ff4b33;
}
header .navbar .nav-main .navbar-toggler[aria-expanded="true"] span:last-child {
	display: none;
}
header .navbar .nav-main .navbar-collapse {
	position: absolute;
	top: 71px;
	width: 100%;
	background: #eff8fa;
	z-index: 99;
	left: 0;
}
header .navbar .nav-main .navbar-collapse .navbar-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .navbar .nav-main .navbar-collapse .navbar-nav .nav-item a {
	font-size: 14px;
	color: #5b5b5b;
	font-family: "Brasley-Medium";
	font-weight: 600;
	margin: 0 5px;
	padding: 10px;
}
header .navbar .nav-main .navbar-collapse .navbar-nav .nav-item a:hover,
header .navbar .nav-main .navbar-collapse .navbar-nav .nav-item a.active {
	color: #ff4b33;
	font-weight: 600;
}
header .navbar .nav-main .navbar-collapse .navbar-nav .nav-item:last-child a {
	color: #ffc81a;
	border: 1px solid #ffc81a;
	margin: 0 0 10px 0;
	color: #5b5b5b;
	background-color: rgba(0, 0, 0, 0);
}
header .navbar .nav-main .navbar-collapse .navbar-nav .nav-item:last-child a:hover,
header .navbar .nav-main .navbar-collapse .navbar-nav .nav-item:last-child a.active {
	color: #ff4b33;
}
header .navbar .nav-main .navbar-collapse .navbar-nav .nav-item:last-child a:hover,
header .navbar .nav-main .navbar-collapse .navbar-nav .nav-item:last-child a.active {
	color: #ff4b33;
}
.sticky-top {
	top: -2px;
}
footer {
	background: #1d253c;
}
footer .main-footer {
	position: relative;
	padding: 100px 0;
	z-index: 10;
}
@media (max-width: 1199px) {
	footer .main-footer {
		padding: 80px 0 60px;
	}
}
@media (max-width: 991px) {
	footer .main-footer {
		padding: 60px 0 40px;
	}
}
@media (max-width: 767px) {
	footer .main-footer {
		padding: 40px 0 30px;
	}
}
footer .main-footer .footer-about a {
	display: block;
	margin-bottom: 20px;
	line-height: 0;
}
@media (max-width: 1199px) {
	footer .main-footer .footer-about a img {
		max-width: 250px;
	}
}
@media (max-width: 767px) {
	footer .main-footer .footer-about a img {
		max-width: 180px;
	}
}
@media (max-width: 1199px) {
	footer .main-footer .footer-about {
		text-align: center;
	}
}
footer .main-footer .footer-about p {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 30px;
	max-width: 350px;
}
@media (max-width: 1199px) {
	footer .main-footer .footer-about p {
		max-width: 550px;
		margin: 0 auto 20px auto;
	}
}
@media (max-width: 767px) {
	footer .main-footer .footer-about p {
		font-size: 14px;
	}
}
footer .main-footer .footer-about img.visa {
	margin-bottom: 30px;
}
footer .main-footer .encryption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}
@media (max-width: 1199px) {
	footer .main-footer .encryption {
		font-size: 14px;
		line-height: 14px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
footer .main-footer .encryption img {
	margin-right: 10px;
	margin-bottom: 0;
	min-width: 24px;
}
footer .main-footer .footer-title {
	font-size: 20px;
	color: #fff;
	position: relative;
	margin-bottom: 30px;
	font-family: "Brasley-Bold";
}
@media (min-width: 768px) {
	footer .main-footer .footer-title {
		margin-top: 10px;
	}
}
@media (max-width: 991px) {
	footer .main-footer .footer-title {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	footer .main-footer .footer-title {
		line-height: 24px;
		font-size: 18px;
	}
}
footer .main-footer .footer-title span {
	color: #fff;
}
footer .main-footer .footer-title.mob[aria-expanded="true"] .footer-toggler img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
@media (max-width: 991px) {
	footer .main-footer .footer-title.mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
	}
	footer .main-footer .footer-title.mob .footer-toggler {
		width: 18px;
		height: 18px;
	}
	footer .main-footer .footer-title.mob .footer-toggler img {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: all 0.9s ease;
		transition: all 0.9s ease;
	}
}
@media (min-width: 992px) {
	footer .main-footer .footer-title.mob .footer-toggler {
		display: none;
	}
}
@media (max-width: 768px) {
	footer .main-footer .footer-links {
		padding: 0 20px;
	}
}
@media (max-width: 400px) {
	footer .main-footer .footer-links {
		padding: 0;
	}
}
footer .main-footer .footer-links:not(.footer-contact) ul li {
	position: relative;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links:not(.footer-contact) ul li {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	footer .main-footer .footer-links .footer-title {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	footer .main-footer .footer-links .footer-title:before {
		display: none;
	}
}
@media (max-width: 767px) {
	footer .main-footer .footer-links ul {
		padding-left: 40px;
	}
}
@media (max-width: 480px) {
	footer .main-footer .footer-links ul {
		padding-left: 20px;
	}
}
@media (max-width: 991px) {
	footer .main-footer .footer-links ul.foot-mob {
		padding: 0 0 10px 30px;
	}
}
@media (min-width: 992px) {
	footer .main-footer .footer-links ul.foot-mob {
		display: block;
	}
}
footer .main-footer .footer-links ul li {
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links ul li {
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) {
	footer .main-footer .footer-links ul li:last-child {
		margin-bottom: 0;
	}
}
footer .main-footer .footer-links ul li a {
	font-size: 16px;
	color: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	opacity: 0.7;
	text-transform: capitalize;
}
footer .main-footer .footer-links ul li a:hover {
	color: #ff4b33;
}
@media (max-width: 1200px) {
	footer .main-footer .footer-links ul li a {
		font-size: 14px;
	}
}
@media (max-width: 992px) {
	footer .main-footer .footer-links ul li a {
		font-size: 13px;
	}
}
footer .sub-footer {
	padding: 15px 0;
	text-align: center;
	background: #172038;
	position: relative;
}
@media (max-width: 1199px) {
	footer .sub-footer {
		padding-bottom: 85px;
	}
}
footer .sub-footer p {
	font-size: 14px;
	color: #fff;
}
@media (max-width: 991px) {
	footer .sub-footer p {
		font-size: 11px;
	}
}
.footer-contact ul li {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767px) {
	.footer-contact ul li {
		font-size: 15px;
	}
}
.footer-contact ul li .my-icon {
	margin-right: 10px;
	line-height: 0;
}
.footer-contact ul li .my-icon img {
	min-width: 24px;
}
.footer-contact ul li:last-child {
	margin-bottom: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.footer-contact ul li:last-child .my-icon {
	margin-top: 5px;
}
.footer-contact ul li a {
	color: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.footer-contact ul li a:hover {
	color: #ff4b33 !important;
}
@media (max-width: 767px) {
	.footer-contact ul li a {
		display: block;
	}
}
.footer-contact ul li p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	opacity: 0.7;
}
@media (max-width: 1199px) {
	.footer-contact ul li p {
		font-size: 14px;
		line-height: 28px;
	}
}
.information-form-main {
	border-radius: 30px;
}
.information-form-main .info-form-head {
	background: #fefaec;
	border-radius: 30px 30px 0px 0px;
	padding: 24px 0;
}
.information-form-main .info-form-head .heading {
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 0;
}
@media (max-width: 576px) {
	.information-form-main .info-form-head .heading {
		font-size: 22px;
		text-align: center;
	}
}
.information-form-main .information-form {
	padding: 24px 40px 60px;
	background: #fff9e3;
}
@media (max-width: 767px) {
	.information-form-main .information-form {
		padding: 24px 25px 30px;
	}
}
.information-form-main .information-form .form-group input {
	font-size: 16px;
	border-radius: 10px;
	padding: 15px;
	font-family: sans-serif;
}
@media (max-width: 767px) {
	.information-form-main .information-form .form-group input {
		height: 60px;
	}
}
.information-form-main .information-form .form-group input::-webkit-input-placeholder {
	line-height: 2.5;
}
.information-form-main .information-form .form-group input::-moz-placeholder {
	line-height: 2.5;
}
.information-form-main .information-form .form-group input:-ms-input-placeholder {
	line-height: 2.5;
}
.information-form-main .information-form .form-group input::-ms-input-placeholder {
	line-height: 2.5;
}
.information-form-main .information-form .form-group input::placeholder {
	line-height: 2.5;
}
.information-form-main .information-form .form-group textarea {
	outline: none;
	border-radius: 10px;
	font-family: sans-serif;
}
.information-form-main .information-form p {
	font-size: 16px;
	line-height: 16px;
}
@media (max-width: 767px) {
	.information-form-main .information-form p {
		font-size: 12px;
	}
}
.information-form-main .information-form p a {
	color: #ff4b33;
	font-weight: 600;
}
.information-form-main .information-form p a:hover {
	color: #0000a3;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
main {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(17.77%, #ffffff),
		color-stop(36.72%, #fffefa),
		color-stop(51.95%, #fffaeb),
		color-stop(80.27%, #fffaeb)
	);
	background: linear-gradient(180deg, #ffffff 17.77%, #fffefa 36.72%, #fffaeb 51.95%, #fffaeb 80.27%);
	z-index: 0;
	position: relative;
}
main .features {
	position: relative;
}
@media (min-width: 992px) {
	main .features .shape_1 {
		position: absolute;
		right: 350px;
		top: 100px;
	}
}
@media (max-width: 992px) {
	main .features .shape_1 {
		display: none;
	}
}
main .features .heading {
	padding-bottom: 67px;
}
@media (max-width: 991px) {
	main .features .heading {
		padding-bottom: 30px;
	}
}
@media (max-width: 575px) {
	main .features .heading {
		padding-bottom: 10px;
	}
}
main .features .feature-block {
	background: #eff7ff;
	height: 100%;
	padding: 40px 0;
	text-align: center;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-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;
}
main .features .feature-block .feature-img {
	width: 100px;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 22px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	main .features .feature-block .feature-img {
		width: 80px;
		height: 80px;
	}
}
main .features .feature-block .feature-img.info-block {
	background-color: #00d2ff;
}
main .features .feature-block .feature-img.secondary-block {
	background-color: #fdc66b;
}
main .features .feature-block .feature-img.primary-block {
	background-color: #f05455;
}
@media (max-width: 767px) {
	main .features .feature-block .feature-img img {
		width: 45px;
	}
}
main .features .feature-block h5 {
	font-weight: 600;
	text-align: center;
	color: #131313;
}
@media (max-width: 1399px) {
	main .features .feature-block h5 {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	main .features .feature-block h5 {
		font-size: 20px;
	}
}
main #features,
main #pricing,
main #services {
	scroll-margin-top: 70px;
}
@media (max-width: 991px) {
	main #features,
	main #pricing,
	main #services {
		scroll-margin-top: 60px;
	}
}
@media (max-width: 991px) {
	main .service {
		text-align: center;
	}
}
main .service.service-1 {
	position: relative;
}
@media (min-width: 992px) {
	main .service.service-1 .shape_2 {
		position: absolute;
		left: 185px;
		top: 100px;
	}
}
@media (max-width: 992px) {
	main .service.service-1 .shape_2 {
		display: none;
	}
}
main .service.service-2 {
	position: relative;
}
@media (min-width: 992px) {
	main .service.service-2 .shape_4 {
		position: absolute;
		left: 185px;
		top: 100px;
	}
}
@media (max-width: 992px) {
	main .service.service-2 .shape_4 {
		display: none;
	}
}
@media (max-width: 991px) {
	main .service .service-img {
		margin-bottom: 30px;
	}
}
main .service .service-img p {
	font-weight: 500;
	font-size: 16px;
	line-height: 27px;
	color: #646a85;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	main .service .service-img p {
		font-size: 14px;
	}
}
main .service .service-text {
	display: block;
}
@media (min-width: 768px) {
	main .service .service-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
	}
}
main .service .service-text .heading {
	text-align: start;
}
@media (max-width: 991px) {
	main .service .service-text .heading {
		text-align: center;
		margin-bottom: 30px;
	}
}
main .service .service-text p {
	font-weight: 500;
	font-size: 16px;
	line-height: 27px;
	color: #646a85;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	main .service .service-text p {
		font-size: 14px;
		line-height: 24px;
	}
}
main .cta {
	position: relative;
}
@media (min-width: 992px) {
	main .cta .shape_3 {
		position: absolute;
		right: 160px;
		top: 100px;
	}
}
@media (max-width: 992px) {
	main .cta .shape_3 {
		display: none;
	}
}
main .cta .cta-main {
	position: relative;
}
main .cta .cta-main .cta-img {
	position: absolute;
	right: 0;
	top: -105px;
	z-index: 2;
}
main .cta .cta-main .cta-img img {
	text-align: right;
	line-height: 0;
}
@media (max-width: 1399px) {
	main .cta .cta-main .cta-img img {
		display: none;
	}
}
main .cta .cta-main .cta-content {
	position: relative;
	background-color: #fff;
	width: 100%;
	z-index: 1;
	text-align: center;
	padding: 96px 0;
	border-radius: 0px 0px 150px 150px;
	background-image: url(../images/cta-shape.svg);
	background-repeat: no-repeat;
	background-position: left 50px center;
}
@media (max-width: 767px) {
	main .cta .cta-main .cta-content {
		padding: 50px 0;
		border-radius: 0px 0px 55px 55px;
	}
}
main .cta .cta-main .cta-content h2 {
	font-weight: 600;
	font-size: 38px;
	color: #131313;
	margin-bottom: 20px;
}
@media (max-width: 1399px) {
	main .cta .cta-main .cta-content h2 {
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	main .cta .cta-main .cta-content h2 {
		font-size: 22px;
	}
}
main .cta .cta-main .cta-content p {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #646a85;
	margin-bottom: 40px;
	max-width: 430px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767px) {
	main .cta .cta-main .cta-content p {
		font-size: 16px;
		line-height: 26px;
	}
}
main .pricing {
	background: #fff7e3;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(70%, rgb(255, 247, 227)),
		color-stop(30%, rgb(29, 37, 60))
	);
	background: linear-gradient(180deg, rgb(255, 247, 227) 70%, rgb(29, 37, 60) 30%);
	position: relative;
}
@media (min-width: 992px) {
	main .pricing .shape_5 {
		position: absolute;
		right: 160px;
		top: 100px;
	}
}
@media (max-width: 992px) {
	main .pricing .shape_5 {
		display: none;
	}
}
@media (min-width: 992px) {
	main .pricing .shape_6 {
		position: absolute;
		left: 30px;
		top: 50%;
	}
}
@media (max-width: 992px) {
	main .pricing .shape_6 {
		display: none;
	}
}
main .pricing .pricing-main {
	background-color: #fff;
	border-radius: 0px 0px 100px 100px;
	padding: 62px 0;
	text-align: center;
	position: relative;
	background-image: url(../images/pricing-plan-shape.svg);
	background-repeat: no-repeat;
	background-position: left 96px center;
}
@media (max-width: 575px) {
	main .pricing .pricing-main {
		background-image: none;
	}
}
@media (max-width: 767px) {
	main .pricing .pricing-main {
		border-radius: 0px 0px 45px 45px;
	}
}
main .pricing .pricing-main .price-head h2 {
	margin-bottom: 20px;
}
main .pricing .pricing-main .price-head p {
	font-size: 18px;
	color: #646a85;
}
@media (max-width: 767px) {
	main .pricing .pricing-main .price-head p {
		font-size: 14px;
	}
}
main .pricing .pricing-main .pricing-sec ul {
	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;
	padding: 50px 0;
}
main .pricing .pricing-main .pricing-sec ul .pricing-btn {
	border: 1px solid #ff4b33;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px;
	width: 268px;
	height: 86px;
	color: #ff4b33;
	font-size: 30px;
	font-weight: 700;
	font-family: "Brasley-Bold";
}
@media (max-width: 1399px) {
	main .pricing .pricing-main .pricing-sec ul .pricing-btn {
		height: 70px;
		font-size: 24px;
	}
}
main .pricing .pricing-main .pricing-sec ul .pricing-btn:nth-of-type(1) {
	margin-right: 10px;
}
@media (max-width: 767px) {
	main .pricing .pricing-main .pricing-sec ul .pricing-btn {
		width: 130px;
		height: 46px;
		font-size: 20px;
	}
}
main .pricing .pricing-main .pricing-sec ul .pricing-btn.active {
	background-color: #ff4b33;
	color: #fff;
}
main .pricing .pricing-main .pricing-sec .tab-content h5 {
	font-weight: 600;
	font-size: 26px;
	text-align: center;
	margin: auto;
	margin-bottom: 50px;
	line-height: 40px;
	color: #131313;
}
main .pricing .pricing-main .pricing-sec .tab-content h5 span {
	color: #ff4b33;
	font-weight: 600;
}
@media (max-width: 767px) {
	main .pricing .pricing-main .pricing-sec .tab-content h5 {
		font-size: 16px;
		line-height: 26px;
		padding: 0 10px;
	}
}
.merg-section {
	background-image: url("../images/vector-shape.png");
	background-repeat: no-repeat;
	background-position: top 100px right 0;
	background-size: contain;
	z-index: -1;
	position: relative;
}
@media screen {
	.merg-section {
		background: none;
	}
}
.how-it-work {
	padding: 120px 0;
}
@media (max-width: 991px) {
	.how-it-work {
		padding: 100px 0;
	}
}
@media (max-width: 767px) {
	.how-it-work {
		padding: 80px 0;
	}
}
@media (max-width: 575px) {
	.how-it-work {
		padding: 60px 0;
	}
}
@media (max-width: 375px) {
	.how-it-work {
		padding: 50px 0;
	}
}
.how-it-work .work-title {
	margin-bottom: 40px;
	padding: 0 20px;
}
@media (max-width: 991px) {
	.how-it-work .work-title {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.how-it-work .work-title {
		margin-bottom: 25px;
	}
}
@media (max-width: 575px) {
	.how-it-work .work-title {
		margin-bottom: 20px;
		padding: 0 10px;
	}
}
.how-it-work .work-title h2 {
	font-size: 50px;
	color: #131313;
	line-height: 57px;
	font-weight: 400;
	padding-bottom: 30px;
	font-family: "Brasley-Regular";
}
@media (max-width: 991px) {
	.how-it-work .work-title h2 {
		font-size: 44px;
	}
}
@media (max-width: 767px) {
	.how-it-work .work-title h2 {
		font-size: 38px;
		padding-bottom: 20px;
	}
}
@media (max-width: 575px) {
	.how-it-work .work-title h2 {
		font-size: 26px;
		padding-bottom: 15px;
		line-height: 28px;
	}
}
.how-it-work .work-title p {
	color: #544b48;
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
}
@media (max-width: 1400px) {
	.how-it-work .work-title p {
		font-size: 16px;
	}
}
.how-it-work .work-body {
	padding: 35px;
	border-radius: 10px;
	height: 100%;
	position: relative;
	background: rgba(244, 250, 253, 0.4);
	border: 5px solid;
	-o-border-image: linear-gradient(90deg, #fff, rgba(255, 75, 51, 0.0705882353)) 1;
	border-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 75, 51, 0.0705882353))) 1;
	border-image: linear-gradient(90deg, #fff, rgba(255, 75, 51, 0.0705882353)) 1;
}
@media (max-width: 991px) {
	.how-it-work .work-body {
		padding: 30px;
	}
}
@media (max-width: 767px) {
	.how-it-work .work-body {
		padding: 20px;
	}
}
.how-it-work .work-body h4 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 25px;
	line-height: 29px;
	text-align: center;
	color: #131313;
}
@media (max-width: 1199px) {
	.how-it-work .work-body h4 {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	.how-it-work .work-body h4 {
		font-size: 16px;
	}
}
.how-it-work .work-body .work-img {
	margin-bottom: 30px;
	line-height: 0;
}
@media (max-width: 767px) {
	.how-it-work .work-body .work-img {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.how-it-work .work-body .work-img img {
		width: 64px;
		height: 64px;
	}
}
.how-it-work .work-body .work-content h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	color: #000;
}
@media (max-width: 991px) {
	.how-it-work .work-body .work-content h3 {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	.how-it-work .work-body .work-content h3 {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	.how-it-work .work-body .work-content h3 {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.about-section {
		text-align: center;
	}
}
.about-section .abt-us-img p {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.about-section .abt-us-img p {
		font-size: 14px;
	}
}
.about-section .abt-us-content {
	display: block;
}
@media (min-width: 768px) {
	.about-section .abt-us-content {
		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;
		height: 100%;
	}
}
.about-section .abt-us-content h2 {
	font-family: "Brasley-Medium";
}
@media (min-width: 769px) {
	.about-section .abt-us-content h2 {
		text-align: start;
		line-height: 54px;
	}
}
@media (max-width: 991px) {
	.about-section .abt-us-content h2 {
		margin-bottom: 40px;
		text-align: center;
	}
}
.about-section .abt-us-content p {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.about-section .abt-us-content p {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.contact-us-section {
		text-align: center;
	}
}
.contact-us-section .contact-information {
	position: relative;
	height: 100%;
	padding-top: 30px;
}
@media (max-width: 991px) {
	.contact-us-section .contact-information {
		padding-top: 0;
		margin: auto;
	}
}
.contact-us-section .contact-information > img {
	display: block;
	text-align: center;
}
@media (min-width: 768px) {
	.contact-us-section .contact-information > img {
		float: right;
	}
}
@media (max-width: 767px) {
	.contact-us-section .contact-information > img {
		display: none;
	}
}
.contact-us-section .contact-information .title {
	margin-bottom: 40px;
}
.contact-us-section .contact-information .title .heading {
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	text-align: start;
}
@media (max-width: 991px) {
	.contact-us-section .contact-information .title .heading {
		text-align: center;
	}
}
@media (max-width: 576px) {
	.contact-us-section .contact-information .title .heading {
		font-size: 22px;
		text-align: center;
	}
}
.contact-us-section .contact-information .title p {
	font-size: 16px;
	line-height: 16px;
}
@media (max-width: 991px) {
	.contact-us-section .contact-information .title p {
		font-size: 14px;
		text-align: center;
	}
}
@media (max-width: 991px) {
	.contact-us-section .contact-information .contact-details-inner {
		text-align: center;
	}
}
.contact-us-section .contact-information .contact-details-inner .contact_detail {
	display: inline-block;
	max-width: 340px;
}
@media (max-width: 991px) {
	.contact-us-section .contact-information .contact-details-inner .contact_detail {
		max-width: 270px;
	}
}
.contact-us-section .contact-information .contact-details-inner .media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}
.contact-us-section .contact-information .contact-details-inner .media:last-child {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.contact-us-section .contact-information .contact-details-inner .media .media-icon {
	border-radius: 15px;
	min-width: 60px;
	min-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 20px;
	line-height: 0;
}
.contact-us-section .contact-information .contact-details-inner .media .media-icon.info {
	background-color: #00d2ff;
}
.contact-us-section .contact-information .contact-details-inner .media .media-icon.secondary {
	background-color: #fdc66b;
}
.contact-us-section .contact-information .contact-details-inner .media .media-icon.primary {
	background-color: #f05455;
}
@media (max-width: 767px) {
	.contact-us-section .contact-information .contact-details-inner .media .media-icon {
		min-width: 50px;
		min-height: 50px;
		margin-right: 10px;
	}
}
@media (max-width: 400px) {
	.contact-us-section .contact-information .contact-details-inner .media .media-icon {
		min-width: 42px;
		min-height: 42px;
	}
}
.contact-us-section .contact-information .contact-details-inner .media .media-body p {
	font-size: 16px;
	color: #646a85;
	font-weight: 600;
	text-align: left;
}
@media (max-width: 767px) {
	.contact-us-section .contact-information .contact-details-inner .media .media-body p {
		font-size: 14px;
		text-align: left;
	}
}
.contact-us-section .contact-information .contact-details-inner .media .media-body p a {
	font-size: 16px;
	color: #646a85;
	font-weight: 600;
}
.contact-us-section .contact-information .contact-details-inner .media .media-body p a:hover {
	color: #ff4b33;
	font-weight: 600;
}
@media (max-width: 767px) {
	.contact-us-section .contact-information .contact-details-inner .media .media-body p a {
		font-size: 14px;
	}
}
.get-in-touch .live-chat {
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
}
.get-in-touch .heading {
	padding-bottom: 65px;
	font-size: 35px;
}
@media (max-width: 991px) {
	.get-in-touch .heading {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	.get-in-touch .heading {
		padding-bottom: 30px;
	}
}
.get-in-touch .get-in-touch-block {
	background: #eff7ff;
	height: 350px;
	text-align: center;
	border-radius: 30px;
	display: block;
	max-width: 100%;
	padding: 45px 0;
}
@media (max-width: 991px) {
	.get-in-touch .get-in-touch-block {
		max-width: 420px;
		margin: auto;
	}
}
@media (max-width: 767px) {
	.get-in-touch .get-in-touch-block {
		height: 250px;
		padding: 25px 0;
	}
}
.get-in-touch .get-in-touch-block:nth-of-type(3) p {
	text-align: center;
}
.get-in-touch .get-in-touch-block .get-in-touch-img {
	width: 100px;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	border-radius: 22px;
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.get-in-touch .get-in-touch-block .get-in-touch-img {
		width: 80px;
		height: 80px;
		margin-bottom: 30px;
	}
}
.get-in-touch .get-in-touch-block .get-in-touch-img.info-block {
	background-color: #00d2ff;
}
.get-in-touch .get-in-touch-block .get-in-touch-img.secondary-block {
	background-color: #fdc66b;
}
.get-in-touch .get-in-touch-block .get-in-touch-img.primary-block {
	background-color: #f05455;
}
@media (max-width: 767px) {
	.get-in-touch .get-in-touch-block .get-in-touch-img img {
		width: 45px;
	}
}
.get-in-touch .get-in-touch-block h5 {
	font-weight: 600;
	line-height: 28px;
	text-align: center;
	color: #131313;
	margin-bottom: 30px;
	font-size: 26px;
}
@media (max-width: 991px) {
	.get-in-touch .get-in-touch-block h5 {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.get-in-touch .get-in-touch-block h5 {
		font-size: 18px;
		margin-bottom: 20px;
	}
}
.get-in-touch .get-in-touch-block p {
	font-size: 16px;
	line-height: 26px;
}
@media (max-width: 1200px) {
	.get-in-touch .get-in-touch-block p {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.get-in-touch .get-in-touch-block p {
		font-size: 12px;
	}
}
.get-in-touch .get-in-touch-block p a {
	color: #646a85;
}
.get-in-touch .get-in-touch-block p a:hover {
	color: #ff4b33;
}
.cancel-membership {
	background: #fefaec;
	border-radius: 30px;
	padding: 40px 78px;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
	.cancel-membership {
		padding: 35px 20px;
	}
}
@media (max-width: 767px) {
	.cancel-membership {
		padding: 20px 20px;
	}
}
.cancel-membership .cancel-title {
	font-size: 30px;
}
@media (max-width: 1399px) {
	.cancel-membership .cancel-title {
		font-size: 26px;
	}
}
@media (max-width: 991px) {
	.cancel-membership .cancel-title {
		font-size: 24px;
	}
}
@media (max-width: 575px) {
	.cancel-membership .cancel-title {
		font-size: 22px;
	}
}
.cancel-membership .mail-box {
	padding: 0;
}
@media (max-width: 768px) {
	.cancel-membership b {
		display: none;
	}
}
.cancel-membership .heading {
	margin-bottom: 50px;
}
.cancel-membership .left p {
	font-size: 14px;
	line-height: 26px;
	opacity: 0.7;
}
@media (max-width: 767px) {
	.cancel-membership .left p {
		font-size: 14px;
	}
}
.cancel-membership .left p:first-child {
	padding-bottom: 40px;
}
@media (max-width: 991px) {
	.cancel-membership .left p:first-child {
		padding-bottom: 20px;
	}
}
.cancel-membership .right p {
	opacity: 0.7;
	color: #131313;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.02em;
	padding-bottom: 20px;
	padding-top: 6px;
}
@media (max-width: 991px) {
	.cancel-membership .right p {
		padding-top: 30px;
	}
}
@media (max-width: 767px) {
	.cancel-membership .right p {
		padding-top: 40px;
		font-size: 14px;
		list-style: 24px;
	}
}
.cancel-membership .right input {
	margin-bottom: 30px;
	padding: 0 15px;
	height: 50px;
}
.cancel-membership .right button {
	text-align: center;
	width: 100%;
}
.sign-in-box {
	background: #fff9e3;
	border-radius: 30px;
	padding: 25px 54px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
	.sign-in-box {
		padding: 35px 20px;
	}
}
@media (max-width: 767px) {
	.sign-in-box {
		padding: 20px 20px;
	}
}
.sign-in-box .cancel-title {
	font-size: 30px;
}
@media (max-width: 1399px) {
	.sign-in-box .cancel-title {
		font-size: 26px;
	}
}
@media (max-width: 991px) {
	.sign-in-box .cancel-title {
		font-size: 24px;
	}
}
@media (max-width: 575px) {
	.sign-in-box .cancel-title {
		font-size: 22px;
	}
}
.sign-in-box h2 {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 30px;
}
@media screen {
	.sign-in-box h2 {
		font-size: 18px;
	}
}
.sign-in-box p {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #4d4d4d;
	opacity: 0.7;
	margin-bottom: 55px;
}
@media screen {
	.sign-in-box p {
		font-size: 14px;
	}
}
.sign-in-box a {
	width: 100%;
}
.recover-password {
	background: #fff9e3;
	border-radius: 30px;
	padding: 25px 54px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
@media (min-width: 991px) and (max-width: 1399px) {
	.recover-password .input-group {
		display: block;
		text-align: center;
	}
	.recover-password .input-group input {
		width: 100%;
		margin-bottom: 10px;
		padding: 15px;
	}
	.recover-password .input-group button {
		border-radius: 10px !important;
		width: 100%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
	.recover-password {
		padding: 35px 20px;
	}
}
@media (max-width: 767px) {
	.recover-password {
		padding: 20px 20px;
	}
}
.recover-password .cancel-title {
	font-size: 30px;
}
@media (max-width: 1399px) {
	.recover-password .cancel-title {
		font-size: 26px;
	}
}
@media (max-width: 991px) {
	.recover-password .cancel-title {
		font-size: 24px;
	}
}
@media (max-width: 575px) {
	.recover-password .cancel-title {
		font-size: 22px;
	}
}
.recover-password h2 {
	font-size: 36px;
	margin-bottom: 30px;
}
@media screen {
	.recover-password h2 {
		font-size: 18px;
	}
}
.recover-password p {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #646a85;
	opacity: 0.7;
	margin-bottom: 30px;
}
@media screen {
	.recover-password p {
		font-size: 14px;
	}
}
.recover-password form input {
	border-radius: 10px;
}
@media (max-width: 575px) {
	.recover-password form .input-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.recover-password form .input-group input {
		width: 100%;
		border-radius: 10px;
		height: 50px;
		margin-bottom: 20px;
	}
	.recover-password form .input-group button {
		width: 100%;
		border-radius: 10px !important;
	}
}
.faq-section .heading {
	padding-bottom: 50px;
	font-size: 30px;
}
@media (max-width: 767px) {
	.faq-section .heading {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.faq-section .heading {
		padding-bottom: 25px;
	}
}
.faq-section .accordion {
	counter-reset: row-num;
}
.faq-section .accordion .accordion-item {
	border: none;
	margin-bottom: 30px;
}
.faq-section .accordion .accordion-item h2 {
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	color: #131313;
	background-color: #fff;
	font-family: "Brasley-SemiBold";
	border-radius: 10px 10px 0px 0px;
	position: relative;
}
@media (max-width: 767px) {
	.faq-section .accordion .accordion-item h2 {
		font-size: 14px;
		line-height: 24px;
	}
}
.faq-section .accordion .accordion-item h2 button {
	width: 100%;
	text-align: start;
	counter-increment: row-num;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 22px 30px;
	padding-right: 45px;
}
.faq-section .accordion .accordion-item h2 button::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 96%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #1b1e38;
	width: 2px;
	height: 14px;
}
@media (max-width: 768px) {
	.faq-section .accordion .accordion-item h2 button::before {
		left: 95%;
	}
}
.faq-section .accordion .accordion-item h2 button::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 96%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #1b1e38;
	width: 14px;
	height: 2px;
}
@media (max-width: 768px) {
	.faq-section .accordion .accordion-item h2 button::after {
		left: 95%;
	}
}
.faq-section .accordion .accordion-item h2 button[aria-expanded="true"]::before {
	opacity: 0;
}
.faq-section .accordion .accordion-item h2 button span {
	display: inline-block;
	margin-right: 8px;
}
.faq-section .accordion .accordion-item h2 button span::before {
	content: counter(row-num) ". ";
}
@media (max-width: 767px) {
	.faq-section .accordion .accordion-item h2 button {
		padding: 15px 25px;
		padding-right: 35px;
	}
}
.faq-section .accordion .accordion-item .accordion-collapse .accordion-body {
	background: #fff9e3;
	border-radius: 0px 0px 10px 10px;
	font-size: 16px;
}
@media (max-width: 767px) {
	.faq-section .accordion .accordion-item .accordion-collapse .accordion-body {
		font-size: 12px;
	}
}
.faq-section .accordion .accordion-item .accordion-collapse .accordion-body table th {
	width: 50%;
}
.faq-section .accordion .accordion-item .accordion-collapse .accordion-body table tbody {
	background: #f3e9c6;
}
.sign-up-section .sign-up-inner {
	position: relative;
	text-align: center;
}
@media (max-width: 991px) {
	.sign-up-section .sign-up-inner {
		text-align: center;
	}
}
.sign-up-section .sign-up-inner .mob-view {
	display: none;
}
@media (max-width: 576px) {
	.sign-up-section .sign-up-inner .mob-view {
		display: block;
	}
}
.sign-up-section .sign-up-inner .sign-up-amount {
	text-align: center;
	top: 140px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	padding: 0 40px;
}
@media (max-width: 576px) {
	.sign-up-section .sign-up-inner .sign-up-amount {
		position: unset;
		-webkit-transform: none;
		transform: none;
		margin-bottom: 30px;
		background-color: #131313;
		border-radius: 0 0 20px 20px;
		padding: 20px 0;
	}
}
.sign-up-section .sign-up-inner .sign-up-amount p {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
}
.sign-up-section .sign-up-inner .sign-up-amount p:first-child {
	padding-bottom: 10px;
}
.sign-up-section .sign-up-inner .sign-up-amount span {
	color: #ffc81a;
	display: block;
}
@media (max-width: 576px) {
	.sign-up-section .sign-up-inner .sign-up-amount span {
		font-weight: 600;
	}
}
.sign-up-section .sign-up-inner .sign-up-img {
	display: inline-block;
}
.sign-up-section .sign-up-inner .sign-up-img img {
	position: relative;
}
@media (max-width: 576px) {
	.sign-up-section .sign-up-inner .sign-up-img {
		display: none;
	}
}
.sign-up-section .account-note {
	background: #fff9e3;
	border-radius: 10px;
	margin-top: 20px;
	padding: 30px 28px;
}
.sign-up-section .account-note p {
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #646a85;
	opacity: 0.7;
}
@media (max-width: 767px) {
	.sign-up-section .account-note p {
		font-size: 12 px;
	}
}
.policy-content {
	font-size: 16px;
	line-height: 28px;
	color: #646a85;
	position: relative;
}
@media (max-width: 767px) {
	.policy-content {
		font-size: 15px;
	}
}
.policy-content.section-gap {
	padding: 80px 0;
}
@media (max-width: 991px) {
	.policy-content.section-gap {
		padding: 80px 0 50px 0;
	}
}
@media (max-width: 767px) {
	.policy-content.section-gap {
		padding: 80px 0 40px 0;
	}
}
.policy-content a {
	color: #ff4b33;
	font-weight: 700;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.policy-content a:hover {
	color: #0000a3;
}
.policy-content b {
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #131313;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.policy-content b {
		font-size: 14px;
	}
}
.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
	font-weight: 600;
	font-size: 30px;
	line-height: 32px;
	color: #131313;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.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 small {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #646a85;
}
.policy-content .print {
	position: sticky;
	right: 0;
	top: 170px;
	padding: 20px 10px;
	background: #ff4b33;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	white-space: nowrap;
	font-weight: bold;
	cursor: pointer;
	margin-left: auto;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	border-radius: 9px 0px 0px 9px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.policy-content .print:hover {
	color: #fff;
}
@media (max-width: 991px) {
	.policy-content .print {
		font-size: 0px;
		padding: 10px;
	}
}
.policy-content .print img {
	margin-top: 10px;
}
@media (max-width: 991px) {
	.policy-content .print img {
		margin-top: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
.primary-btn {
	background-color: #ff4b33;
	color: #fff;
	font-size: 16px;
	line-height: 17px;
	font-family: "Brasley-Medium";
	padding: 20px 40px;
	border-radius: 10px;
	border: 1px solid #ff4b33;
	-webkit-transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
	text-transform: capitalize;
}
.primary-btn span {
	display: block;
	font-size: 16px;
	line-height: 16.14px;
	font-weight: 500;
}
@media (max-width: 767px) {
	.primary-btn {
		padding: 16px 32px;
		font-size: 14px;
	}
}
.primary-btn:hover {
	background-color: #fff;
	border: 1px solid #ff4b33;
	color: #ff4b33;
	-webkit-transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}
.secondary-btn {
	background: rgba(0, 0, 0, 0);
	border: 0.5px solid #ffc81a;
	color: #ffc81a;
	font-size: 16px;
	line-height: 17px;
	font-family: "Brasley-Medium";
	padding: 10px 10px;
	border-radius: 8px;
}
@media (max-width: 1199px) {
	.secondary-btn {
		color: #5b5b5b;
		border: none;
	}
	.secondary-btn.active {
		color: #ff4b33;
	}
}
.secondary-btn:hover,
.secondary-btn.active {
	background: #ffc81a;
	color: #fff;
}
.secondary-btn span {
	display: block;
	font-size: 16px;
	line-height: 16.14px;
	font-weight: 500;
}
.home-sec-top-gap {
	padding-top: 150px;
}
@media (max-width: 991px) {
	.home-sec-top-gap {
		padding-top: 60px;
	}
}
@media (max-width: 575px) {
	.home-sec-top-gap {
		padding-top: 40px;
	}
}
.sec-bottom-gap {
	padding-bottom: 150px;
}
@media (max-width: 768px) {
	.sec-bottom-gap {
		padding-bottom: 50px;
	}
}
.sec-top-gap {
	padding-top: 100px;
}
@media (max-width: 767px) {
	.sec-top-gap {
		padding-top: 50px;
	}
}
.sec-bottom-gap {
	padding-bottom: 100px;
}
@media (max-width: 767px) {
	.sec-bottom-gap {
		padding-bottom: 50px;
	}
}
.heading {
	font-weight: 600;
	color: #131313;
	text-align: center;
	margin-bottom: 20px;
	text-transform: capitalize;
}
@media (max-width: 1399px) {
	.heading {
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	.heading {
		font-size: 22px;
	}
}
input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0);
	padding: 15px;
}
input:focus,
textarea:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #ff4b33 !important;
	color: #ff4b33 !important;
	outline: none !important;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: #ff4b33;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: #ff4b33;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: #ff4b33;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
	color: #ff4b33;
}
input:focus::placeholder,
textarea:focus::placeholder {
	color: #ff4b33;
}
table {
	width: 100%;
	font-size: 12px;
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	outline: none;
}
table:focus {
	outline: none;
}
table thead tr {
	background: #f3e4b2;
}
table thead tr th {
	font-weight: bold;
	color: #1b1e38;
}
table thead tr th:first-child {
	border-top-left-radius: 20px;
}
table thead tr th:last-child {
	border-top-right-radius: 20px;
}
table th {
	font-family: "Brasley-Medium";
	border-right: 1px solid rgba(100, 106, 133, 0.5);
	padding: 20px 18px;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #131313;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}
table th:last-child {
	border-right: none;
}
@media (max-width: 767px) {
	table th {
		font-size: 14px;
		padding: 15px;
	}
}
@media (max-width: 480px) {
	table th {
		padding: 15px 5px;
		font-size: 12px;
	}
}
@media (max-width: 400px) {
	table th {
		font-size: 11px;
	}
}
table td {
	padding: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #646a85;
	border-right: 1px solid rgba(100, 106, 133, 0.5);
	overflow: hidden;
	text-overflow: ellipsis;
}
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;
		font-size: 11px;
		line-height: 17px;
	}
}
table tr:focus {
	outline: none;
}
table tbody {
	background: #fff9e5;
}
table tbody tr {
	position: relative;
}
table tbody tr:hover {
	border-bottom: 1px solid #ffc81a;
	outline: none;
	color: #ffc81a;
}
table tbody tr th {
	background-color: #fff7dd;
}
table tbody tr th:first-child {
	border-top-left-radius: 20px;
}
table tbody tr th:last-child {
	border-top-right-radius: 20px;
}
table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 20px;
}
table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 20px;
}
table a:hover {
	color: #ff4b33;
	outline: none;
	text-decoration: none;
}
.modal-dialog {
	max-width: 650px;
}
.modal-dialog .modal-content {
	text-align: center;
	background-color: #fefaec;
	border-radius: 30px;
	background-image: url(../images/modal-bg.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.modal-dialog .modal-content .close {
	opacity: 1;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	z-index: 2;
	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: 767px) {
	.modal-dialog .modal-content .close {
		width: 20px;
		height: 20px;
		right: 20px;
		top: 20px;
	}
}
@media (max-width: 480px) {
	.modal-dialog .modal-content .close {
		right: 20px;
		top: 20px;
		width: 15px;
		height: 15px;
	}
}
.modal-dialog .modal-content .close img {
	width: 30px;
}
@media (max-width: 480px) {
	.modal-dialog .modal-content .close img {
		width: 20px;
	}
}
.modal-dialog .modal-content .modal-body {
	padding: 0;
}
.modal-dialog .modal-content .modal-body .account-form .account-header {
	padding: 25px 0;
	background-color: #fff9e3;
	border-radius: 20px 20px 0px 0px;
}
.modal-dialog .modal-content .modal-body .account-form .content {
	padding: 40px 0;
}
.modal-dialog .modal-content .modal-body .account-form .content h2 {
	font-size: 36px;
}
@media (max-width: 767px) {
	.modal-dialog .modal-content .modal-body .account-form .content h2 {
		font-size: 22px;
	}
}
.modal-dialog .modal-content .modal-body .account-form .content p {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	max-width: 410px;
	margin: 20px 0;
}
@media (max-width: 767px) {
	.modal-dialog .modal-content .modal-body .account-form .content p {
		font-size: 14px;
	}
}
.modal-dialog .modal-content .modal-body .account-form .account-content {
	max-width: 460px;
	margin: 0 auto;
	padding: 40px 0;
}
@media (max-width: 480px) {
	.modal-dialog .modal-content .modal-body .account-form .account-content {
		margin: 0 20px;
	}
}
.modal-dialog .modal-content .modal-body .account-form .account-content h2 {
	font-size: 36px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.modal-dialog .modal-content .modal-body .account-form .account-content h2 {
		font-size: 22px;
	}
}
.modal-dialog .modal-content .modal-body .account-form .account-content > p {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	max-width: 410px;
	margin: 20px 0;
}
@media (max-width: 767px) {
	.modal-dialog .modal-content .modal-body .account-form .account-content > p {
		font-size: 14px;
	}
}
.modal-dialog .modal-content .modal-body .account-form .account-content form .form-group input {
	padding: 15px;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 20px;
}
.modal-dialog .modal-content .modal-body .account-form .account-content .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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 30px 0;
	margin: 0;
}
@media (max-width: 767px) {
	.modal-dialog .modal-content .modal-body .account-form .account-content .remember {
		padding: 0 0 20px 0;
	}
}
.modal-dialog .modal-content .modal-body .account-form .account-content .remember .custom-check-box {
	font-size: 16px;
	line-height: 20px;
	color: #131313;
	display: block;
	position: relative;
	padding-left: 30px;
	font-weight: normal;
	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: 480px) {
	.modal-dialog .modal-content .modal-body .account-form .account-content .remember .custom-check-box {
		font-size: 14px;
	}
}
@media (max-width: 375px) {
	.modal-dialog .modal-content .modal-body .account-form .account-content .remember .custom-check-box {
		font-size: 13px;
		padding-left: 20px;
	}
}
.modal-dialog .modal-content .modal-body .account-form .account-content .remember .custom-check-box input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.modal-dialog .modal-content .modal-body .account-form .account-content .remember .custom-check-box .checkmark {
	position: absolute;
	top: 1px;
	left: 0px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.25);
	width: 18px;
	height: 18px;
	border-radius: 4px;
}
@media (max-width: 375px) {
	.modal-dialog .modal-content .modal-body .account-form .account-content .remember .custom-check-box .checkmark {
		width: 16px;
		height: 16px;
		top: 3px;
	}
}
.modal-dialog .modal-content .modal-body .account-form .account-content .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);
}
.modal-dialog
	.modal-content
	.modal-body
	.account-form
	.account-content
	.remember
	.custom-check-box
	input:checked
	~ .checkmark {
	background: #ff4b33;
	border: 1px solid #fdf4f0;
}
.modal-dialog
	.modal-content
	.modal-body
	.account-form
	.account-content
	.remember
	.custom-check-box
	input:checked
	~ .checkmark:after {
	display: block;
}
.modal-dialog .modal-content .modal-body .account-form .account-content .remember .custom-check-box a {
	color: #ff4b33;
}
.modal-dialog .modal-content .modal-body .account-form .account-content .remember .forgot-pass {
	font-size: 16px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	display: inline-block;
	color: #ff4b33;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: 600;
}
.modal-dialog .modal-content .modal-body .account-form .account-content .remember .forgot-pass:hover {
	color: #0000a3;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
@media (max-width: 480px) {
	.modal-dialog .modal-content .modal-body .account-form .account-content .remember .forgot-pass {
		font-size: 14px;
	}
}
@media (max-width: 375px) {
	.modal-dialog .modal-content .modal-body .account-form .account-content .remember .forgot-pass {
		font-size: 13px;
	}
}
.modal-dialog .modal-content .modal-body .account-form .account-content .already p {
	font-size: 16px;
	line-height: 16px;
}
@media (max-width: 767px) {
	.modal-dialog .modal-content .modal-body .account-form .account-content .already p {
		font-size: 14px;
	}
}
.modal-dialog .modal-content .modal-body .account-form .account-content .already p a {
	color: #ff4b33;
	font-weight: 600;
}
.modal-dialog .modal-content .modal-body .account-form .account-content .already p a:hover {
	color: #0000a3;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
@media (max-width: 375px) {
	#signin-modal .account-content {
		margin: 0 10px;
	}
}
#forgot-modal .account-content .already p a {
	text-transform: capitalize;
}
#myModal .modal-body .content h2,
#welcome-terms .modal-body .content h2 {
	font-size: 36px;
}
@media (max-width: 767px) {
	#myModal .modal-body .content h2,
	#welcome-terms .modal-body .content h2 {
		font-size: 22px;
	}
}
#myModal .modal-body .content p,
#welcome-terms .modal-body .content p {
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin: 20px auto;
	max-width: 525px;
}
@media (max-width: 767px) {
	#myModal .modal-body .content p,
	#welcome-terms .modal-body .content p {
		font-size: 14px;
	}
}
@media (max-width: 574px) {
	#myModal .modal-body .content p,
	#welcome-terms .modal-body .content p {
		margin: 20px;
	}
}
#myModal .modal-body .content p:first-child,
#welcome-terms .modal-body .content p:first-child {
	margin-bottom: 40px;
}
#myModal .modal-body .content p a,
#welcome-terms .modal-body .content p a {
	color: #ff4b33;
	font-weight: 700;
}
#myModal .modal-body .content p a:hover,
#welcome-terms .modal-body .content p a:hover {
	color: #0000a3;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#pricingplans,
#cancellation,
#deliverypolicy {
	margin-top: -95px;
	padding-top: 95px;
	display: block;
}
@media (max-width: 1199px) {
	#pricingplans,
	#cancellation,
	#deliverypolicy {
		margin-top: -76px;
		padding-top: 76px;
		display: block;
	}
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #212529;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
#button {
	display: inline-block;
	background: #fff;
	-webkit-box-shadow: 0px 13px 33px rgba(109, 142, 173, 0.25);
	box-shadow: 0px 13px 33px rgba(109, 142, 173, 0.25);
	border-radius: 100%;
	width: 45px;
	height: 45px;
	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;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
#button:after {
	content: "";
	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;
	background: url(../images/top-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 100%;
}
#button.show {
	opacity: 1;
	visibility: visible;
}
#chat-widget-container {
	bottom: 0 !important;
}
@media (max-width: 575px) {
	.g-recaptcha {
		-webkit-transform: scale(0.88);
		transform: scale(0.88);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
/* FOR GOOGLE TRANSLATE CSS START HERE */
body {
  top: 0 !important;
}

body .goog-text-highlight {
  background: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
}

.goog-te-gadget {
  display: block !important;
}

#google_translate_element,
select.goog-te-combo {
  position: fixed;
  z-index: 999;
  top: -999px;
}

.goog-te-banner-frame,
.goog-te-menu-frame,
.goog-te-tooltip {
  display: none !important;
}

font,
.goog-text-highlight {
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
}

#goog-gt-tt,
.goog-te-combo,
.skiptranslate {
  display: 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: #fff;
	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: 2px;
	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;
}
#teams-dropdown-menu ul li img {
	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;
	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 .flag-text {
		font-size: 0px;
		color: #000;
		margin-right: 4px;
	}
	#teams-dropdown-menu .submenu-button {
		display: none;
	}
	#teams-dropdown-menu span.icon i {
		color: #000;
	}
}
#teams-dropdown-menu {
	margin-left: 10px;
}
.overley {
	overflow: hidden;
}
.overley::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.425);
	backdrop-filter: blur(5px);
	top: 0;
	left: 0;
	z-index: 999;
}
.sign-up-amount .fr-curr {
	display: none !important;
}
.sign-up-amount .en-curr {
	display: block !important;
}
.fr_wrapper .banner-content h1 br {
	display: none;
}
.fr_wrapper .sign-up-section .sign-up-amount .fr-curr {
	display: block !important;
}
.fr_wrapper .sign-up-section .sign-up-amount .en-curr {
	display: none !important;
}
.fr_wrapper .contact-us-section form textarea {
	text-transform: capitalize;
}
.fr_wrapper .policy-content #pricingplans,
.fr_wrapper .policy-content #cancellation,
.fr_wrapper .policy-content #deliverypolicy {
	margin-top: -70px;
}
