*,
*::after,
*::before {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
	font-family: "Barlow";
	src:
		url("../fonts/Barlow-Regular.woff2") format("woff2"),
		url("../fonts/Barlow-Regular.woff") format("woff");
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: "Barlow";
	src:
		url("../fonts/Barlow-Medium.woff2") format("woff2"),
		url("../fonts/onts/Barlow-Medium.woff") format("woff");
	font-weight: 500;
	font-display: swap;
}
body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Barlow";
	font-weight: normal;
	position: relative;
	overflow-x: hidden;
}
::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-thumb {
	background: #ed6f63;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2d2926;
	font-family: "Barlow" !important;
	font-weight: 500 !important;
	line-height: 1.2;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	color: #ed6f63;
}
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;
}
main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
}
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 {
	text-transform: capitalize;
}
::-moz-placeholder {
	text-transform: capitalize;
}
:-ms-input-placeholder {
	text-transform: capitalize;
}
::-ms-input-placeholder {
	text-transform: capitalize;
}
::placeholder {
	text-transform: capitalize;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
	box-shadow: 0 0 0 1000px #fff inset !important;
	-webkit-text-fill-color: #2f2f2f;
}
p {
	color: #2d2926;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
}
@media (max-width: 575px) {
	p {
		font-size: 14px;
	}
}
.title {
	font-size: 50px;
	line-height: 1.2;
	font-weight: 500;
	color: #2d2926;
}
@media (max-width: 1399px) {
	.title {
		font-size: 42px;
	}
}
@media (max-width: 1199px) {
	.title {
		font-size: 36px;
	}
}
@media (max-width: 991px) {
	.title {
		text-align: center;
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	.title {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	.title {
		font-size: 26px;
	}
}
@media (max-width: 375px) {
	.title {
		font-size: 22px;
	}
}
.paragraph-text {
	margin: 20px 0;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	color: #454545;
}
@media (max-width: 767px) {
	.paragraph-text {
		font-size: 16px;
	}
}
.section-padding {
	padding: 60px 0;
}
@media (max-width: 1399px) {
	.section-padding {
		padding: 50px 0;
	}
}
@media (max-width: 1199px) {
	.section-padding {
		padding: 40px 0;
	}
}
@media (max-width: 991px) {
	.section-padding {
		padding: 30px 0;
	}
}
@media (max-width: 575px) {
	.section-padding {
		padding: 25px 0;
	}
}
.section-margin-top {
	margin: 60px 0 0;
}
@media (max-width: 1399px) {
	.section-margin-top {
		margin: 50px 0 0;
	}
}
@media (max-width: 1199px) {
	.section-margin-top {
		margin: 40px 0 0;
	}
}
@media (max-width: 991px) {
	.section-margin-top {
		margin: 30px 0 0;
	}
}
@media (max-width: 575px) {
	.section-margin-top {
		margin: 25px 0 0;
	}
}
.section-margin-bottom {
	margin: 0 0 60px;
}
@media (max-width: 1399px) {
	.section-margin-bottom {
		margin: 0 0 50px;
	}
}
@media (max-width: 1199px) {
	.section-margin-bottom {
		margin: 0 0 40px;
	}
}
@media (max-width: 991px) {
	.section-margin-bottom {
		margin: 0 0 30px;
	}
}
@media (max-width: 575px) {
	.section-margin-bottom {
		margin: 0 0 25px;
	}
}
@media (max-width: 991px) {
	.gold-margin {
		margin-bottom: 50px;
	}
}
body {
	position: relative;
	min-height: 100%;
}
@media (max-width: 1199px) {
	body.blur-body {
		overflow: hidden;
	}
	body.blur-body:before {
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		content: "";
		height: 100%;
		width: 100%;
		position: absolute;
		z-index: 991;
	}
}
#about,
#services {
	scroll-margin-top: 150px;
}
@media (max-width: 1399px) {
	#about,
	#services {
		scroll-margin-top: 120px;
	}
}
@media (max-width: 575px) {
	#about,
	#services {
		scroll-margin-top: 100px;
	}
}
@media (max-width: 480px) {
	#about,
	#services {
		scroll-margin-top: 90px;
	}
}
#contact {
	scroll-margin-top: 110px;
}
@media (max-width: 575px) {
	#contact {
		scroll-margin-top: 70px;
	}
}
@media (max-width: 480px) {
	#contact {
		scroll-margin-top: 90px;
	}
}
#pricing {
	scroll-margin-top: 120px;
}
@media (max-width: 1399px) {
	#pricing {
		scroll-margin-top: 120px;
	}
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Barlow";
}
a {
	color: #2d2926;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.back-to-top {
	width: 60px;
	height: 60px;
	background: #ed6f63;
	border-radius: 30px;
	-webkit-filter: drop-shadow(0px 4px 30px rgba(43, 164, 254, 0.25));
	filter: drop-shadow(0px 4px 30px rgba(43, 164, 254, 0.25));
	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;
	position: fixed;
	bottom: 10px;
	right: 50px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	z-index: 990;
}
@media (max-width: 991px) {
	.back-to-top {
		width: 35px;
		height: 35px;
		bottom: 10px;
		right: 30px;
		border-radius: 13px;
		padding: 4px;
	}
}
@media (max-width: 480px) {
	.back-to-top {
		width: 30px;
		height: 30px;
		bottom: 10px;
		right: 15px;
		border-radius: 11px;
	}
}
.back-to-top.show {
	opacity: 1;
	visibility: visible;
}
.recaptcha {
	margin: 0 0 20px;
}
@media (max-width: 575px) {
	.g-recaptcha {
		-webkit-transform: scale(0.77);
		transform: scale(0.77);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
#chat-widget-container {
	bottom: -10px !important;
	z-index: 9999 !important;
}
.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;
	color: #000;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 10px 0 0;
	border-radius: 70px;
}
@media (max-width: 1399px) {
	#teams-dropdown-menu {
		padding: 10px 15px;
	}
}
@media (max-width: 575px) {
	#teams-dropdown-menu {
		padding: 5px 15px;
	}
}
#teams-dropdown-menu .flag-text {
	color: #2d2926;
	font-size: 18px;
	font-weight: 500;
	margin: 0 5px 0 0;
}
@media (max-width: 1399px) {
	#teams-dropdown-menu .flag-text {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	#teams-dropdown-menu .flag-text {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	#teams-dropdown-menu .flag-text {
		font-size: 12px;
	}
}
#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;
	overflow: hidden;
	padding: 10px 0;
	width: 135px;
	position: absolute;
	top: 100px;
	left: 58%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 99;
	padding: 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;
	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 {
		position: relative !important;
		cursor: pointer !important;
	}
	#teams-dropdown-menu .submenu-button {
		display: none;
	}
	#teams-dropdown-menu span.icon i {
		color: #000;
	}
	.header-main #teams-dropdown-menu {
		margin-left: auto !important;
	}
	.header.sticky header nav.menu.open ul {
		margin-top: 25px;
	}
}
.fr_wrapper header nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
	padding: 0 5px;
	font-size: 14px;
}
.fr_wrapper header nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.my-button {
	font-size: 14px;
	padding: 10px;
	margin-left: 15px;
}
.fr_wrapper header .main-header .navbar .navbar-collapse ul .nav-item {
	margin: 0 10px 0 0;
}
.fr_wrapper .header-common {
	font-size: 14px;
}
.fr_wrapper .my-button {
	font-size: 14px;
}
.fr_wrapper header nav.navbar .logo {
	max-width: 190px;
}
.fr_wrapper .modal .my-button {
	text-transform: capitalize;
}
.fr_wrapper #teams-dropdown-menu .flag-text {
	font-size: 15px;
}
.fr_wrapper footer .main-footer .footer-links ul li a {
	display: block;
}
.fr_wrapper footer .main-footer .footer-links ul li a::first-letter {
	text-transform: uppercase;
}
@media (max-width: 1499px) {
	.fr_wrapper header nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		padding: 0 8px;
		font-size: 13px;
	}
	.fr_wrapper header nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.my-button {
		font-size: 13px;
		padding: 10px;
		margin-left: 15px;
	}
	.fr_wrapper header nav.navbar .logo {
		max-width: 160px;
	}
}
@media (max-width: 1399px) {
	.fr_wrapper header .main-header .navbar .navbar-collapse .navbar-nav {
		padding: 10px 12px;
	}
	.fr_wrapper header nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		padding: 0px;
		font-size: 12px;
	}
	.fr_wrapper .banner-section .banner-wrapper .banner-content .banner-text .title {
		font-size: 60px;
	}
	.fr_wrapper #teams-dropdown-menu .flag-text {
		font-size: 12px;
	}
	.fr_wrapper .header-common {
		font-size: 14px;
		margin: 0 6px;
	}
	.fr_wrapper header.active .header-common {
		margin: 0 6px;
	}
}
@media (max-width: 1199px) {
	.fr_wrapper header .main-header .navbar .navbar-collapse ul .nav-item {
		margin: 10px 0;
	}
	.fr_wrapper header nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		padding: 0px;
		font-size: 16px;
	}
	.fr_wrapper .banner-section .banner-wrapper .banner-content .banner-text .title {
		font-size: 50px;
	}
}
@media (max-width: 480px) {
	.fr_wrapper header nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		padding: 0px;
		font-size: 14px;
	}
	.fr_wrapper .my-button.header-btn-white span {
		font-size: 12px;
	}
	.fr_wrapper .my-button span {
		padding: 13px 20px;
	}
	.fr_wrapper #signInModal .forgot-pass,
	.fr_wrapper #signInModal .form-check {
		font-size: 12px;
	}
}
@media (min-width: 1200px) and (max-width: 1299px) {
	.fr_wrapper header nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.my-button,
	.fr_wrapper header nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		font-size: 12px;
	}
}
.fr_wrapper .faq-section .faq-wrapper h2 span {
	display: none;
}
.fr_wrapper .banner-section .banner-wrapper .img-wrapper .banner-content .block .btn-wrapper {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.fr_wrapper .banner-section .banner-wrapper .img-wrapper .banner-content .block .btn-wrapper .my-button {
	max-width: 210px;
	margin: 0 0 20px;
	font-size: 16px;
}
.fr_wrapper .banner-section .banner-wrapper .img-wrapper .banner-content .block .btn-wrapper .my-button:last-child {
	margin: 0;
}
.fr_wrapper .banner-section .banner-wrapper .img-wrapper .banner-content .block .btn-wrapper .my-button span {
	margin: auto;
}
.fr_wrapper .service-section .service-content .text-wrapper .btn-wrapper .my-button {
	margin: 0 0 20px;
	font-size: 14px;
}
.fr_wrapper .about-section .about-content .text-wrapper .btn-wrapper .my-button {
	max-width: 210px;
	margin: 0 0 20px;
	font-size: 14px;
}
.fr_wrapper .cta-section .cta-wrapper .cta-content .text-wrapper .btn-wrapper .my-button {
	max-width: 180px;
	margin: 0 0 20px;
	font-size: 14px;
}
@media (max-width: 991px) {
	.fr_wrapper .cta-section .cta-wrapper .cta-content .text-wrapper .btn-wrapper .my-button {
		margin: 0;
	}
}
.fr_wrapper
	.support-section
	.support-wrapper
	.support-block
	.support-content
	.cancel-membership
	.form-content
	form
	.my-button {
	max-width: 210px;
	margin: 0 0 20px;
	font-size: 14px;
}
.fr_wrapper .support-section .support-wrapper .support-block .support-content .live-support .my-button {
	margin: 0 0 20px;
	font-size: 14px;
}
.fr_wrapper .form-content .my-button {
	max-width: 200px;
	font-size: 14px;
}
@media (max-width: 575px) {
	.fr_wrapper .form-content .my-button {
		max-width: 180px;
	}
}
.fr_wrapper footer .main-footer .footer-links ul li {
	margin-right: 15px;
}
@media (max-width: 1399px) {
	.fr_wrapper footer .main-footer .footer-links ul li a {
		font-size: 12px;
	}
}
@media (max-width: 1199px) {
	.fr_wrapper footer .main-footer .footer-links ul li a {
		font-size: 16px;
	}
}
.fr_wrapper .forgot-password-section .forgot-password-wrapper .form-content form .my-button {
	max-width: 285px;
}
@media (max-width: 575px) {
	.fr_wrapper .forgot-password-section .forgot-password-wrapper .form-content form .my-button {
		font-size: 14px;
	}
}
.fr_wrapper .sign-up-section .sign-up-wrapper .sign-up-content .img-wrapper .text-wrapper {
	width: 100%;
	height: auto;
	border-radius: 11px;
}
@media (max-width: 991px) {
	.fr_wrapper .common-form-section .common-form-wrapper .common-form-content .img-wrapper .text-wrapper .icon {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
}
font {
	background: rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.brown-border {
	border-right: 1px solid #ed6f63;
}
@media (max-width: 991px) {
	.brown-border {
		border-right: none;
		border-bottom: 1px solid #ed6f63;
	}
}
.header-common {
	color: #2d2926 !important;
	font-size: 18px;
	font-weight: 500;
	margin: 0 20px;
}
.header-common:hover {
	color: #ed6f63;
}
.home-page-header .header-common {
	color: #fff !important;
}
.home-page-header .header-common:hover {
	color: #ed6f63 !important;
}
.black-common {
	color: #2d2926 !important;
	margin: 0 25px;
}
.black-common:hover {
	color: #ed6f63 !important;
}
.close img {
	cursor: pointer;
}
.my-button {
	width: 100%;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, 0);
	color: #fcfeff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
	z-index: 9;
}
.my-button span {
	color: #2d2926;
	border: 1px solid #000;
	border-radius: 50px;
	padding: 13px 33px;
}
@media (max-width: 1399px) {
	.my-button {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.my-button {
		font-size: 14px;
	}
}
.my-button .btn-arrow {
	width: 50px;
	height: 50px;
	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: 30px;
	background: #fcfeff;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.my-button .btn-arrow img {
	margin: 0 0 3px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
@media (max-width: 480px) {
	.my-button .btn-arrow img {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		margin: 0 0 3px 3px;
	}
}
.my-button.white-bg span {
	background: #fff;
	color: #2d2926;
	border: 1px solid #2d2926;
}
.my-button.white-bg .btn-arrow {
	background: #fff;
	border: 1px solid #2d2926;
}
.my-button.white-bg:hover span {
	background: #ed6f63;
	color: #fff;
}
.my-button.white-bg:hover .btn-arrow img {
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	margin: 0 0 0 5px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.my-button.brown-bg span {
	background: #ed6f63;
	color: #fff;
}
.my-button.brown-bg .btn-arrow {
	background: #ed6f63;
}
.my-button.brown-bg:hover span {
	background: #fff;
	color: #2d2926;
	border: none;
}
.my-button.brown-bg:hover .btn-arrow img {
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	margin: 0 0 0 5px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.my-button.header-btn-white span {
	border: 1px solid #ed6f63 !important;
}
.my-button.header-btn-white:hover span {
	border: 1px solid #2d2926 !important;
}
.my-button.header-btn-white .btn-arrow {
	border: none;
}
.brown-wrapper span {
	border: none !important;
}
header {
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: fixed;
	z-index: 992;
	padding: 30px 0;
	width: 100%;
}
@media (max-width: 991px) {
	header {
		background-color: #fff;
	}
}
header.page-header {
	padding: 30px 0;
}
header .btn-arrow {
	border: 1px solid #fff;
}
header:not(.sticky-header) .my-button .btn-arrow {
	border: 1px solid #fff;
}
header.active {
	padding: 30px 0;
	top: 0;
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
	background: #fff;
}
header.active .header-common {
	color: #454545 !important;
	margin: 0 20px;
}
header.active .header-common:hover {
	color: #ed6f63;
}
header.active .main-header .navbar .navbar-collapse {
	top: 70px;
}
@media (max-width: 480px) {
	header.active .main-header .navbar .navbar-collapse {
		top: 50px;
	}
}
header.active .main-header .navbar .nav-item .my-button .btn-border-arrow {
	border: 1px solid #2d2926;
}
header .main-header .navbar {
	padding: 0;
}
header .main-header .navbar .logo .navbar-brand {
	display: block;
	line-height: 0;
	padding: 0;
	margin: 0;
	width: 200px;
}
@media (max-width: 480px) {
	header .main-header .navbar .logo .navbar-brand {
		max-width: 120px;
	}
}
@media (max-width: 1199px) {
	header .main-header .navbar .navbar-collapse {
		width: 100%;
		background: #2d2926;
		position: absolute;
		top: 60px;
		left: 0;
	}
}
@media (max-width: 480px) {
	header .main-header .navbar .navbar-collapse {
		top: 34px;
	}
}
header .main-header .navbar .navbar-collapse .navbar-nav {
	border-radius: 50px;
	padding: 10px 20px;
	background: #fcfcfc;
}
@media (max-width: 1199px) {
	header .main-header .navbar .navbar-collapse .navbar-nav {
		border: none;
		background: rgba(0, 0, 0, 0);
	}
}
header .main-header .navbar .navbar-collapse ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1199px) {
	header .main-header .navbar .navbar-collapse ul {
		padding: 20px 0;
	}
}
header .main-header .navbar .navbar-collapse ul .nav-item {
	margin: 0 40px 0 0;
}
@media (max-width: 1399px) {
	header .main-header .navbar .navbar-collapse ul .nav-item {
		margin: 0 20px 0 0;
	}
}
@media (max-width: 1199px) {
	header .main-header .navbar .navbar-collapse ul .nav-item {
		margin: 10px 0;
	}
}
header .main-header .navbar .navbar-collapse ul .nav-item .nav-link {
	padding: 0;
	color: #2d2926;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}
@media (max-width: 1399px) {
	header .main-header .navbar .navbar-collapse ul .nav-item .nav-link {
		font-size: 16px;
	}
}
@media (max-width: 1199px) {
	header .main-header .navbar .navbar-collapse ul .nav-item .nav-link {
		color: #fff;
	}
}
header .main-header .navbar .navbar-collapse ul .nav-item .nav-link:hover,
header .main-header .navbar .navbar-collapse ul .nav-item .nav-link.active {
	color: #ed6f63;
}
header .main-header .navbar .navbar-collapse ul .nav-item .nav-link .my-button .tube-arrow {
	border: 1px solid #fff !important;
}
header .main-header .navbar .navbar-collapse ul #teams-dropdown-menu .res-span {
	color: #fff !important;
}
header .navbar-toggler {
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 100%;
	position: relative;
	padding: 10px;
}
@media (max-width: 991px) {
	header .navbar-toggler {
		width: 40px;
		height: 40px;
		padding: 8px;
	}
}
@media (max-width: 575px) {
	header .navbar-toggler {
		width: 30px;
		height: 30px;
		padding: 7px;
	}
}
@media (max-width: 480px) {
	header .navbar-toggler {
		width: 25px;
		height: 25px;
		padding: 5px;
	}
}
header .navbar-toggler:focus,
header .navbar-toggler :active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
header .navbar-toggler .bar {
	width: 100%;
	height: 3px;
	border-radius: 10px;
	display: block;
	color: #454545;
	padding: 0;
	margin-bottom: 5px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	background-color: #454545;
	margin-left: auto;
}
@media (max-width: 575px) {
	header .navbar-toggler .bar {
		height: 2px;
	}
}
header .navbar-toggler .bar:nth-child(2) {
	background-color: #ed6f63;
}
header .navbar-toggler .bar:nth-child(3) {
	width: 10px;
	margin-bottom: 0px;
}
@media (max-width: 575px) {
	header .navbar-toggler .bar:nth-child(3) {
		width: 6px;
	}
}
@media (max-width: 575px) {
	header .navbar-toggler .bar {
		margin-bottom: 4px;
	}
}
header .navbar-toggler[aria-expanded="true"] .bar:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(-315deg);
	transform: translateY(8px) rotate(-315deg);
}
@media (max-width: 575px) {
	header .navbar-toggler[aria-expanded="true"] .bar:nth-child(1) {
		-webkit-transform: translateY(6px) rotate(-315deg);
		transform: translateY(6px) rotate(-315deg);
	}
}
header .navbar-toggler[aria-expanded="true"] .bar:nth-child(2) {
	opacity: 0;
}
header .navbar-toggler[aria-expanded="true"] .bar:nth-child(3) {
	width: 100%;
	-webkit-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 575px) {
	header .navbar-toggler[aria-expanded="true"] .bar:nth-child(3) {
		-webkit-transform: translateY(-6px) rotate(-45deg);
		transform: translateY(-6px) rotate(-45deg);
	}
}
footer {
	position: relative;
	overflow: hidden;
}
footer .main-footer .footer-links ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 18px 0;
	border-top: 1px solid #ebc0bc;
	border-bottom: 1px solid #ebc0bc;
}
footer .main-footer .footer-links ul li {
	padding: 12px 40px;
	border-right: 1px solid #ebc0bc;
	margin: 10px 0;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links ul li {
		padding: 12px 30px;
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .footer-links ul li {
		padding: 6px 15px;
	}
}
footer .main-footer .footer-links ul li:last-child {
	border-right: none;
}
footer .main-footer .footer-links ul li a {
	font-size: 16px;
}
footer .main-footer .footer-links ul li a:hover {
	color: #ed6f63;
}
footer .sub-footer {
	padding: 50px 0;
}
@media (max-width: 991px) {
	footer .sub-footer {
		padding: 0;
	}
}
footer .sub-footer .footer-logo {
	margin: 20px 0;
}
footer .sub-footer .paragraph-text {
	margin: 0;
}
footer .sub-footer .footer-right {
	border-right: 1px solid #ed6f63;
}
@media (max-width: 991px) {
	footer .sub-footer .footer-right {
		border-right: none;
		border-bottom: 1px solid #ed6f63;
		padding: 25px 0;
	}
}
@media (max-width: 991px) {
	footer .sub-footer .midel-footer {
		border-bottom: 1px solid #ed6f63;
		padding: 25px 0;
	}
}
footer .sub-footer .footer-left {
	border-left: 1px solid #ed6f63;
	font-size: 20px;
}
@media (max-width: 991px) {
	footer .sub-footer .footer-left {
		border-left: none;
		padding: 25px 0;
	}
}
footer .sub-footer .footer-left a:hover {
	color: #ed6f63;
}
footer .sub-footer .footer-mail {
	padding: 15px 0;
}
footer .sub-footer p {
	line-height: 30px;
}
footer .footer-desc {
	padding: 25px 0 80px;
	border-top: 1px solid #ed6f63;
}
footer .footer-desc p {
	color: rgba(41, 40, 38, 0.75);
	font-size: 18px;
	font-weight: 400;
}
@media (max-width: 575px) {
	footer .footer-desc p {
		font-size: 14px;
	}
}
.banner-section {
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}
.banner-section::before {
	content: "";
	background: url(../images/red-vector.png);
	width: 1600px;
	height: 1000px;
	position: absolute;
	top: -110px;
	left: 5px;
}
@media (max-width: 991px) {
	.banner-section::before {
		display: none;
	}
}
@media (max-width: 991px) {
	.banner-section {
		padding-bottom: 0;
	}
}
@media (max-width: 991px) {
	.banner-section .banner-wrapper {
		padding: 50px 0 0 0;
	}
}
.banner-section .banner-wrapper .banner-content {
	height: 100%;
	position: relative;
}
.banner-section .banner-wrapper .banner-content .banner-text {
	position: relative;
}
.banner-section .banner-wrapper .banner-content .banner-text::after {
	content: "";
	background: url(../images/icons/curv.svg);
	width: 55px;
	height: 55px;
	border-radius: 3px;
	position: absolute;
	bottom: 0px;
	right: 5px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
@media (max-width: 991px) {
	.banner-section .banner-wrapper .banner-content .banner-text::after {
		display: none;
	}
}
.banner-section .banner-wrapper .banner-content .banner-text .title {
	font-size: 75px;
	font-weight: 500;
}
@media (max-width: 1199px) {
	.banner-section .banner-wrapper .banner-content .banner-text .title {
		font-size: 55px;
	}
}
@media (max-width: 991px) {
	.banner-section .banner-wrapper .banner-content .banner-text .title {
		text-align: center;
		font-size: 42px;
	}
}
@media (max-width: 767px) {
	.banner-section .banner-wrapper .banner-content .banner-text .title {
		font-size: 35px;
	}
}
@media (max-width: 575px) {
	.banner-section .banner-wrapper .banner-content .banner-text .title {
		font-size: 28px;
	}
}
@media (max-width: 991px) {
	.banner-section .banner-wrapper .banner-content .banner-text .paragraph-text {
		text-align: center;
	}
}
@media (max-width: 991px) {
	.banner-section .banner-wrapper .banner-content .banner-text .nav-item {
		text-align: center;
	}
}
.banner-section .banner-wrapper .banner-content .review-section {
	margin-top: 80px;
	background: #fcfcfc;
}
@media (max-width: 991px) {
	.banner-section .banner-wrapper .banner-content .review-section {
		margin-top: 30px;
	}
}
@media (max-width: 575px) {
	.banner-section .banner-wrapper .banner-content .review-section {
		margin-top: 10px;
	}
}
.banner-section .banner-wrapper .banner-content .review-section h5 {
	font-size: 40px;
	font-style: 1.2;
}
.banner-section .banner-wrapper .banner-content .review-section span {
	font-size: 20px;
	font-style: 1.2;
	margin: 10px 0 0 0;
}
.banner-section .banner-wrapper .banner-content .review-section .review-text {
	font-size: 16px;
	padding: 20px 0;
}
.banner-section .banner-wrapper .img-wrapper {
	padding: 40px 0 0;
	border-top: 1px solid rgba(186, 186, 186, 0.3);
}
@media (max-width: 480px) {
	.banner-section .banner-wrapper .img-wrapper {
		padding: 20px 0 0;
	}
}
.banner-section .banner-wrapper .lady-background {
	background-position: center;
	padding-top: 250px;
	position: relative;
}
.banner-section .banner-wrapper .lady-background::before {
	content: "";
	width: calc(100% + 90px);
	height: calc(100% + 90px);
	background: url(../images/red-line.svg) no-repeat center;
	background-size: contain;
	background-color: #2d2926;
	position: absolute;
	bottom: 0;
	right: -150px;
	z-index: -1;
}
@media (max-width: 991px) {
	.banner-section .banner-wrapper .lady-background::before {
		display: none;
	}
}
@media (max-width: 991px) {
	.banner-section .banner-wrapper .lady-background {
		text-align: center;
		padding-top: 25px;
	}
}
@media (max-width: 991px) {
	.banner-section .banner-wrapper .lady-background img {
		width: 100%;
		max-width: 300px;
	}
}
.service-section .service-content .text-wrapper h2 {
	margin: 0 0 40px;
}
@media (max-width: 1399px) {
	.service-section .service-content .text-wrapper h2 {
		margin: 0 0 30px;
	}
}
@media (max-width: 1199px) {
	.service-section .service-content .text-wrapper h2 {
		margin: 0 0 20px;
	}
}
.service-section .service-content .text-wrapper p {
	margin: 0 0 40px;
}
@media (max-width: 1399px) {
	.service-section .service-content .text-wrapper p {
		margin: 0 0 30px;
	}
}
@media (max-width: 1199px) {
	.service-section .service-content .text-wrapper p {
		margin: 0 0 20px;
	}
}
@media (max-width: 991px) {
	.service-section .service-content .text-wrapper p {
		text-align: center;
	}
}
.service-section .service-content .text-wrapper .btn-wrapper {
	position: relative;
	z-index: 2;
}
@media (max-width: 991px) {
	.service-section .service-content .text-wrapper .btn-wrapper {
		text-align: center;
	}
}
.service-section .service-content .text-wrapper .btn-wrapper .my-button {
	max-width: 180px;
}
@media (max-width: 480px) {
	.service-section .service-content .text-wrapper .btn-wrapper .my-button {
		max-width: 140px;
	}
}
.service-section .service-content .text-wrapper .btn-wrapper .my-button span {
	margin: auto;
}
.service-section .service-content .text-wrapper .service-img {
	margin: -55px 0 0;
}
@media (max-width: 1199px) {
	.service-section .service-content .text-wrapper .service-img {
		margin: 0;
	}
}
@media (max-width: 991px) {
	.service-section .service-content .text-wrapper .service-img {
		display: block;
		margin: 40px auto;
	}
}
@media (max-width: 575px) {
	.service-section .service-content .text-wrapper .service-img {
		max-width: 400px;
	}
}
@media (max-width: 480px) {
	.service-section .service-content .text-wrapper .service-img {
		max-width: 280px;
		margin: 10px auto 20px;
	}
}
.service-section .together-section h3 {
	font-size: 50px;
	font-style: 1.2;
}
@media (max-width: 991px) {
	.service-section .together-section h3 {
		text-align: center;
		font-size: 40px;
		padding: 24px 0 0 0;
	}
}
@media (max-width: 767px) {
	.service-section .together-section h3 {
		font-size: 32px;
		padding: 20px 0 0 0;
	}
}
@media (max-width: 575px) {
	.service-section .together-section h3 {
		font-size: 28px;
	}
}
.service-section h5 {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.25px;
	padding: 20px 0;
}
@media (max-width: 991px) {
	.service-section h5 {
		padding: 10px 0;
	}
}
.service-section .showcase-box {
	padding: 0 0 0 75px;
}
@media (max-width: 991px) {
	.service-section .showcase-box {
		padding: 0;
	}
}
.service-section .brown-img {
	width: 100%;
	height: 64px;
	max-width: 58px;
}
.skills-section .skills-wrapper {
	padding: 50px 0;
	background: #2d2926;
}
@media (max-width: 480px) {
	.skills-section .skills-wrapper {
		padding: 30px 0;
	}
}
.skills-section .skills-wrapper h3 {
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	line-height: 1.2;
	padding: 10px 0;
	max-width: 70%;
	margin: auto;
}
@media (max-width: 991px) {
	.skills-section .skills-wrapper h3 {
		max-width: 100%;
		font-size: 40px;
	}
}
@media (max-width: 767px) {
	.skills-section .skills-wrapper h3 {
		font-size: 30px;
	}
}
@media (max-width: 575px) {
	.skills-section .skills-wrapper h3 {
		font-size: 26px;
	}
}
.skills-section .skills-wrapper p {
	color: #fff;
	padding: 5px 0;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}
@media (max-width: 991px) {
	.skills-section .skills-wrapper p {
		padding: 20px 0;
	}
}
@media (max-width: 767px) {
	.skills-section .skills-wrapper p {
		font-size: 16px;
	}
}
.skills-section .skills-wrapper .text-section img {
	padding: 20px 0;
}
@media (max-width: 991px) {
	.skills-section .skills-wrapper .text-section img {
		padding: 10px 0;
	}
}
@media (max-width: 575px) {
	.skills-section .skills-wrapper .text-section img {
		padding: 5px 0;
	}
}
.skills-section .skills-wrapper .skills-third img {
	margin-top: -50px;
}
@media (max-width: 991px) {
	.skills-section .skills-wrapper .skills-third img {
		margin-top: 0px;
	}
}
.skills-section .skills-wrapper .my-button span {
	border: none;
}
.skills-section .skills-wrapper .my-button .btn-aroow {
	border: none !important;
}
.about-section .about-content .text-wrapper {
	line-height: 0;
}
.about-section .about-content .text-wrapper h2 {
	margin: 0 0 20px;
	font-weight: 700;
}
@media (max-width: 575px) {
	.about-section .about-content .text-wrapper h2 {
		margin: 0 0 10px;
	}
}
.about-section .about-content .text-wrapper > p {
	margin-right: auto;
	padding-bottom: 20px;
	max-width: 70%;
}
@media (max-width: 991px) {
	.about-section .about-content .text-wrapper > p {
		text-align: center;
		max-width: 100%;
		padding-bottom: 0px;
	}
}
.about-section .about-content .text-wrapper ul {
	margin: 0 0 40px;
}
@media (max-width: 991px) {
	.about-section .about-content .text-wrapper ul {
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
		margin: auto;
	}
}
.about-section .about-content .text-wrapper ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.about-section .about-content .text-wrapper ul li {
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	.about-section .about-content .text-wrapper ul li {
		margin-bottom: 10px;
	}
}
.about-section .about-content .text-wrapper ul li .tick-icons {
	width: 40px;
	height: 40px;
	background: #ed6f63;
	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;
	border-radius: 50px;
	margin-right: 10px;
}
@media (max-width: 767px) {
	.about-section .about-content .text-wrapper ul li .tick-icons {
		width: 30px;
		height: 30px;
	}
}
.about-section .about-content .text-wrapper ul li p {
	color: #454545;
}
.about-section .about-content .text-wrapper .btn-wrapper {
	position: relative;
	z-index: 2;
}
@media (max-width: 991px) {
	.about-section .about-content .text-wrapper .btn-wrapper {
		text-align: center;
	}
}
.about-section .about-content .text-wrapper .btn-wrapper .my-button {
	max-width: 180px;
}
@media (max-width: 480px) {
	.about-section .about-content .text-wrapper .btn-wrapper .my-button {
		max-width: 140px;
	}
}
.about-section .about-content .text-wrapper .btn-wrapper .my-button span {
	display: block;
	margin: auto;
	border: 1px solid #2d2926 !important;
}
.about-section .about-content .text-wrapper .about-img {
	margin: -170px 0 0;
}
@media (max-width: 1399px) {
	.about-section .about-content .text-wrapper .about-img {
		margin: -100px 0 0;
	}
}
@media (max-width: 1199px) {
	.about-section .about-content .text-wrapper .about-img {
		margin: -80px 0 0;
	}
}
@media (max-width: 991px) {
	.about-section .about-content .text-wrapper .about-img {
		margin: 20px 0;
	}
}
@media (max-width: 575px) {
	.about-section .about-content .text-wrapper .about-img {
		display: block;
		margin: 10px auto 20px;
		max-width: 400px;
	}
}
@media (max-width: 480px) {
	.about-section .about-content .text-wrapper .about-img {
		max-width: 280px;
	}
}
.about-section .about-content .img-wrapper {
	line-height: 0;
	position: relative;
}
.about-section .about-content .img-wrapper img {
	display: block;
	margin: auto;
}
@media (max-width: 991px) {
	.about-section .about-content .img-wrapper img {
		width: 100%;
	}
}
.about-section .about-content .img-wrapper .second-images {
	position: relative;
}
.about-section .about-content .img-wrapper .second-images img {
	position: absolute;
	bottom: -224px;
	left: -224px;
}
@media (max-width: 1199px) {
	.about-section .about-content .img-wrapper .second-images img {
		left: -140px;
	}
}
.pricing-section {
	background-size: 100% 100%;
}
@media (max-width: 991px) {
	.pricing-section {
		background: none;
	}
}
.pricing-section .pricing-wrapper {
	padding: 70px 0;
}
@media (max-width: 991px) {
	.pricing-section .pricing-wrapper {
		padding: 5px 0;
	}
}
.pricing-section .pricing-wrapper .section-heading {
	text-align: center;
	margin: 0 0 55px;
}
@media (max-width: 1199px) {
	.pricing-section .pricing-wrapper .section-heading {
		margin: 0 0 40px;
	}
}
@media (max-width: 991px) {
	.pricing-section .pricing-wrapper .section-heading {
		margin: 0 0 30px;
	}
}
.pricing-section .pricing-wrapper .section-heading p {
	color: #454545;
	padding-top: 20px;
}
.pricing-section .pricing-wrapper .pricing-block .plans {
	height: 100%;
	border-radius: 26px;
	-webkit-filter: blur(2px);
	filter: blur(2px);
	padding: 40px;
	border-radius: 26px;
	background: #2d2926;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	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;
}
@media (max-width: 575px) {
	.pricing-section .pricing-wrapper .pricing-block .plans {
		padding: 30px;
	}
}
@media (max-width: 480px) {
	.pricing-section .pricing-wrapper .pricing-block .plans {
		padding: 25px 20px;
	}
}
.pricing-section .pricing-wrapper .pricing-block .plans .my-button {
	pointer-events: none;
}
.pricing-section .pricing-wrapper .pricing-block .plans.active-plan {
	background: #ed6f63;
	-webkit-filter: blur(0px);
	filter: blur(0px);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pricing-section .pricing-wrapper .pricing-block .plans.active-plan .pricing-heading h3 {
	color: #2d2926;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 9px 30px;
	border-radius: 5px;
}
@media (max-width: 991px) {
	.pricing-section .pricing-wrapper .pricing-block .plans.active-plan .pricing-heading .text {
		border-bottom: 0;
	}
}
.pricing-section .pricing-wrapper .pricing-block .plans.active-plan .pricing-heading .text h4,
.pricing-section .pricing-wrapper .pricing-block .plans.active-plan .pricing-heading .text p {
	color: #fff;
}
.pricing-section .pricing-wrapper .pricing-block .plans.active-plan .my-button {
	pointer-events: auto;
}
.pricing-section .pricing-wrapper .pricing-block .plans.active-plan .plans-content ul li .tick-icons {
	width: 18px;
	height: 18px;
	background: #fff;
	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;
	border-radius: 50px;
}
.pricing-section .pricing-wrapper .pricing-block .plans.active-plan .plans-content ul li p {
	color: #fff;
}
.pricing-section .pricing-wrapper .pricing-block .plans.active-plan .plans-content .my-button {
	pointer-events: auto;
}
.pricing-section .pricing-wrapper .pricing-block .plans.active-plan .plans-content .my-button:hover span {
	background: #454545;
}
.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading {
	margin: 0 0 30px;
}
@media (max-width: 480px) {
	.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading {
		margin: 0 0 20px;
	}
}
.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading h3 {
	color: #2d2926;
	font-size: 25px;
	line-height: 1.2;
	text-transform: capitalize;
	margin: 0 0 25px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 9px 30px;
	border-radius: 5px;
}
@media (max-width: 1399px) {
	.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading h3 {
		font-size: 38px;
	}
}
@media (max-width: 1199px) {
	.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading h3 {
		font-size: 36px;
		margin: 0 0 20px;
	}
}
@media (max-width: 991px) {
	.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading h3 {
		font-size: 34px;
		text-align: center;
		margin: 0 0 15px;
	}
}
@media (max-width: 767px) {
	.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading h3 {
		font-size: 32px;
	}
}
@media (max-width: 575px) {
	.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading h3 {
		font-size: 30px;
		margin: 0 0 10px;
	}
}
@media (max-width: 480px) {
	.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading h3 {
		font-size: 28px;
	}
}
@media (max-width: 375px) {
	.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading h3 {
		font-size: 24px;
	}
}
.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 991px) {
	.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text {
		display: block;
		text-align: start;
		border-bottom: 0;
	}
}
@media (max-width: 575px) {
	.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text {
		padding: 15px 0 0;
	}
}
.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text h4 {
	color: #fff;
	font-size: 50px;
	line-height: 1.2;
	text-transform: capitalize;
	margin: 0 40px 0 0;
}
@media (max-width: 1399px) {
	.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text h4 {
		font-size: 40px;
		margin: 0 30px 0 0;
	}
}
@media (max-width: 1199px) {
	.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text h4 {
		font-size: 35px;
	}
}
@media (max-width: 991px) {
	.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text h4 {
		font-size: 30px;
		margin: 0 0 10px;
	}
}
.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text h4 span {
	font-size: 25px;
	font-weight: 500;
	color: #fff;
}
@media (max-width: 991px) {
	.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text h4 span {
		font-size: 18px;
		margin: 0 0 10px;
	}
}
.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text p {
	color: #fff;
	margin: 0;
}
@media (max-width: 480px) {
	.pricing-section .pricing-wrapper .pricing-block .plans .pricing-heading .text p {
		font-size: 12px;
	}
}
.pricing-section .pricing-wrapper .pricing-block .plans .plans-content ul li {
	margin: 0 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1199px) {
	.pricing-section .pricing-wrapper .pricing-block .plans .plans-content ul li {
		margin: 0 0 20px;
	}
}
.pricing-section .pricing-wrapper .pricing-block .plans .plans-content ul li .tick-icons {
	width: 18px;
	height: 18px;
	background: #fff;
	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;
	border-radius: 50px;
}
.pricing-section .pricing-wrapper .pricing-block .plans .plans-content ul li p {
	color: #fff;
	margin: 0 0 0 15px;
}
@media (max-width: 575px) {
	.pricing-section .pricing-wrapper .pricing-block .plans .plans-content ul li p {
		margin: 0 0 0 10px;
	}
}
@media (max-width: 480px) {
	.pricing-section .pricing-wrapper .pricing-block .plans .plans-content ul li p {
		font-size: 12px;
	}
}
@media (max-width: 575px) {
	.pricing-section .pricing-wrapper .pricing-block .plans .plans-content ul li img {
		max-width: 15px;
	}
}
.pricing-section .pricing-wrapper .pricing-block .plans .plans-content .my-button {
	pointer-events: none;
}
@media (max-width: 991px) {
	.pricing-section .pricing-wrapper .pricing-block .plans .plans-content .my-button {
		margin: auto;
	}
}
.cta-section .cta-wrapper {
	padding: 100px 0;
	background: #2d2926;
}
@media (max-width: 991px) {
	.cta-section .cta-wrapper {
		padding: 70px 0;
	}
}
@media (max-width: 767px) {
	.cta-section .cta-wrapper {
		padding: 50px 0;
	}
}
@media (max-width: 575px) {
	.cta-section .cta-wrapper {
		padding: 30px 0;
	}
}
.cta-section .cta-wrapper .title {
	color: #fff;
}
.cta-section .cta-wrapper .paragraph-text {
	color: #fff;
}
@media (max-width: 991px) {
	.cta-section .cta-wrapper .paragraph-text {
		text-align: center;
	}
}
.cta-section .cta-wrapper .my-button {
	min-width: 200px;
	width: 100%;
	max-width: 200px;
}
.cta-section .cta-wrapper .my-button span {
	border: none;
}
.form-gap {
	padding: 100px 0;
}
@media (max-width: 991px) {
	.form-gap {
		padding: 60px 0;
	}
}
@media (max-width: 767px) {
	.form-gap {
		padding: 40px 0;
	}
}
@media (max-width: 575px) {
	.form-gap {
		padding: 20px 0;
	}
}
.form-gap .form-detail .title {
	margin-bottom: 40px;
	font-weight: 500;
}
@media (max-width: 991px) {
	.form-gap .form-detail .title {
		margin-bottom: 15px;
	}
}
@media (max-width: 575px) {
	.form-gap .form-detail .title {
		margin-bottom: 0px;
	}
}
.form-gap .form-detail .detail-gap {
	padding: 12px 0;
}
@media (max-width: 767px) {
	.form-gap .form-detail .detail-gap {
		padding: 7px 0;
	}
}
.form-gap .form-detail h5 {
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 10px;
}
@media (max-width: 991px) {
	.form-gap .form-detail h5 {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.form-gap .form-detail h5 {
		padding-bottom: 5px;
	}
}
.form-gap .form-detail a {
	font-size: 20px;
	font-weight: 500;
}
@media (max-width: 575px) {
	.form-gap .form-detail a {
		font-size: 14px;
	}
}
.form-gap .form-detail a:hover {
	color: #ed6f63;
}
.form-gap .form-detail p {
	font-size: 20px;
	line-height: 1.3;
}
@media (max-width: 575px) {
	.form-gap .form-detail p {
		font-size: 14px;
	}
}
.sign-up-section {
	padding: 150px 0 0 0;
}
.sign-up-section .title {
	font-size: 42px;
	letter-spacing: 0.42px;
}
@media (max-width: 767px) {
	.sign-up-section .title {
		font-size: 36px;
	}
}
@media (max-width: 575px) {
	.sign-up-section .title {
		font-size: 30px;
		padding: 10px 0;
	}
}
@media (max-width: 320px) {
	.sign-up-section .title {
		font-size: 28px;
		padding: 5px 0;
	}
}
.sign-up-section .paragraph-text {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}
@media (max-width: 575px) {
	.sign-up-section .paragraph-text {
		margin: 0;
	}
}
.sign-up-section .form-area {
	padding: 50px 0;
}
@media (max-width: 767px) {
	.sign-up-section .form-area {
		padding: 25px 0;
	}
}
@media (max-width: 575px) {
	.sign-up-section .form-area {
		padding: 15px 0;
	}
}
.sign-up-section .form-area .create-account {
	padding: 20px 0;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0.42px;
	text-align: center;
}
@media (max-width: 767px) {
	.sign-up-section .form-area .create-account {
		font-size: 36px;
	}
}
@media (max-width: 575px) {
	.sign-up-section .form-area .create-account {
		font-size: 30px;
		padding: 10px 0;
	}
}
@media (max-width: 320px) {
	.sign-up-section .form-area .create-account {
		font-size: 28px;
		padding: 5px 0;
	}
}
.sign-up-section .signup-form-sec {
	padding: 35px 0;
}
@media (max-width: 991px) {
	.sign-up-section .signup-form-sec {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.sign-up-section .signup-form-sec form {
		margin: 0 10px 0px 10px;
	}
}
.sign-up-section .signup-form-sec form .form-control {
	padding: 19px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.sign-up-section .signup-form-sec form .form-control {
		padding: 15px;
	}
}
@media (max-width: 575px) {
	.sign-up-section .signup-form-sec form .form-control {
		padding: 12px;
	}
}
.sign-up-section .signup-form-sec form .already {
	text-align: center;
}
.sign-up-section .signup-form-sec form .already a:hover {
	color: #ed6f63;
}
.sign-up-section .signup-form-sec form .already .already-links {
	color: #ed6f63 !important;
}
.sign-up-section .signup-form-sec form .already .already-links:hover {
	color: #2d2926 !important;
}
.support-section {
	padding-top: 100px;
}
.support-section .support-wrapper {
	padding: 100px 0;
}
@media (max-width: 991px) {
	.support-section .support-wrapper {
		padding: 50px 0;
	}
}
.support-section .support-wrapper .support-gap .bg-support {
	background: #fcfcfc !important;
}
.support-section .support-wrapper .support-gap .bg-support .support-block .support-content {
	border-radius: 15px;
	padding: 45px;
}
@media (max-width: 991px) {
	.support-section .support-wrapper .support-gap .bg-support .support-block .support-content {
		text-align: center;
	}
}
.support-section .support-wrapper .support-gap .bg-support .support-block .support-content h6 {
	text-align: center;
	font-size: 25px;
	padding: 25px 0;
}
@media (max-width: 767px) {
	.support-section .support-wrapper .support-gap .bg-support .support-block .support-content h6 {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.support-section .support-wrapper .support-gap {
		gap: 12px;
	}
}
.support-section .form-control {
	padding: 16px !important;
}
.faq-section {
	position: relative;
}
.faq-section .faq-wrapper .title {
	text-align: center;
	margin: 0 0 50px;
	font-size: 42px;
}
@media (max-width: 1199px) {
	.faq-section .faq-wrapper .title {
		margin: 0 0 30px;
	}
}
@media (max-width: 480px) {
	.faq-section .faq-wrapper .title {
		margin: 0 0 10px;
	}
}
.faq-section .faq-wrapper .accordion .accordion-item {
	border: 0;
	padding: 25px 30px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 1px solid #ed6f63;
	border-radius: 0px;
}
.faq-section .faq-wrapper .accordion .accordion-item:last-child {
	border: none;
}
@media (max-width: 991px) {
	.faq-section .faq-wrapper .accordion .accordion-item {
		padding: 20px 25px;
		margin: 0 0 20px;
	}
}
@media (max-width: 575px) {
	.faq-section .faq-wrapper .accordion .accordion-item {
		padding: 20px;
	}
}
@media (max-width: 480px) {
	.faq-section .faq-wrapper .accordion .accordion-item {
		padding: 15px;
	}
}
.faq-section .faq-wrapper .accordion .accordion-item .accordion-header {
	color: #2d2926;
	font-size: 25px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 991px) {
	.faq-section .faq-wrapper .accordion .accordion-item .accordion-header {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.faq-section .faq-wrapper .accordion .accordion-item .accordion-header {
		font-size: 14px;
	}
}
.faq-section .faq-wrapper .accordion .accordion-item .accordion-header img {
	margin: 6px 0 0 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 991px) {
	.faq-section .faq-wrapper .accordion .accordion-item .accordion-header img {
		margin: 5px 0 0 20px;
	}
}
@media (max-width: 480px) {
	.faq-section .faq-wrapper .accordion .accordion-item .accordion-header img {
		margin: 4px 0 0 20px;
	}
}
.faq-section .faq-wrapper .accordion .accordion-item .accordion-header[aria-expanded="true"] img {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.faq-section .faq-wrapper .accordion .accordion-item .accordion-collapse .accordion-body {
	padding: 18px 0 0;
	font-size: 16px;
	position: relative;
}
.faq-section .faq-wrapper .accordion .accordion-item .accordion-collapse .accordion-body p {
	color: #454545;
	font-size: 16px;
}
.faq-section
	.faq-wrapper
	.accordion
	.accordion-item
	.accordion-collapse
	.accordion-body
	#customers
	thead
	tr
	th:first-child {
	width: 50%;
}
form .form-control,
form textarea {
	padding: 26px 27px;
	color: #2d2926;
	background: #fff;
	border: 1px solid #2d2926;
	-webkit-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0);
	border-radius: 16px;
	display: inline-block;
	font-size: 16px;
	width: 100%;
	position: relative;
	line-height: 1;
	margin-bottom: 25px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	resize: none;
}
@media (max-width: 1399px) {
	form .form-control,
	form textarea {
		padding: 15px 20px;
		margin-bottom: 20px;
	}
}
@media (max-width: 991px) {
	form .form-control,
	form textarea {
		margin-bottom: 15px;
	}
}
form .form-control::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 1.3;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
form .form-control::-moz-placeholder,
form textarea::-moz-placeholder {
	font-size: 16px;
	line-height: 1.3;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
form .form-control:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
	font-size: 16px;
	line-height: 1.3;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
form .form-control::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
	font-size: 16px;
	line-height: 1.3;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
form .form-control::placeholder,
form textarea::placeholder {
	font-size: 16px;
	line-height: 1.3;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 991px) {
	form .form-control::-webkit-input-placeholder,
	form textarea::-webkit-input-placeholder {
		font-size: 14px;
	}
	form .form-control::-moz-placeholder,
	form textarea::-moz-placeholder {
		font-size: 14px;
	}
	form .form-control:-ms-input-placeholder,
	form textarea:-ms-input-placeholder {
		font-size: 14px;
	}
	form .form-control::-ms-input-placeholder,
	form textarea::-ms-input-placeholder {
		font-size: 14px;
	}
	form .form-control::placeholder,
	form textarea::placeholder {
		font-size: 14px;
	}
}
form .form-control:focus,
form .form-control:hover,
form textarea:focus,
form textarea:hover {
	outline: none;
	background: #fff;
	color: #2d2926;
	border: 1px solid #ed6f63;
	-webkit-box-shadow: 0px 4px 17px 0px rgba(31, 31, 31, 0.05);
	box-shadow: 0px 4px 17px 0px rgba(31, 31, 31, 0.05);
}
form .form-control:focus::-webkit-input-placeholder,
form .form-control:hover::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder,
form textarea:hover::-webkit-input-placeholder {
	color: #2d2926 !important;
}
form .form-control:focus::-moz-placeholder,
form .form-control:hover::-moz-placeholder,
form textarea:focus::-moz-placeholder,
form textarea:hover::-moz-placeholder {
	color: #2d2926 !important;
}
form .form-control:focus:-ms-input-placeholder,
form .form-control:hover:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder,
form textarea:hover:-ms-input-placeholder {
	color: #2d2926 !important;
}
form .form-control:focus::-ms-input-placeholder,
form .form-control:hover::-ms-input-placeholder,
form textarea:focus::-ms-input-placeholder,
form textarea:hover::-ms-input-placeholder {
	color: #2d2926 !important;
}
form .form-control:focus::placeholder,
form .form-control:hover::placeholder,
form textarea:focus::placeholder,
form textarea:hover::placeholder {
	color: #2d2926 !important;
}
form .form-group {
	position: relative;
	line-height: 0;
}
@media (max-width: 767px) {
	form .form-group {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
form .form-group .form-label {
	color: #002343;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	display: block;
	margin: 0 0 8px;
}
@media (max-width: 575px) {
	form .form-group .form-label {
		font-size: 14px;
	}
}
form .form-group .my-button {
	width: 200px;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
}
@media (max-width: 575px) {
	form .form-group .my-button {
		position: relative;
		width: 100%;
	}
}
form .form-btn span {
	border: none;
}
form .form-btn .btn-arrow {
	border: none;
}
form .form-btn:hover span {
	background-color: #2d2926;
}
.policy-content {
	color: rgba(0, 1, 3, 0.6);
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	position: relative;
	padding-top: 120px;
	max-width: 1920px;
	margin: auto;
}
@media (max-width: 991px) {
	.policy-content {
		font-size: 14px;
	}
}
.policy-content a {
	color: #ed6f63;
}
.policy-content a:hover {
	opacity: 0.6;
}
.policy-content p {
	color: rgba(41, 40, 38, 0.75);
}
.policy-content .version {
	font-size: 14px;
	margin: 14px 0;
	color: rgba(41, 40, 38, 0.75);
}
.policy-content .policy-box {
	padding: 25px 0;
}
@media (max-width: 767px) {
	.policy-content .policy-box {
		padding: 15px 0;
	}
}
.policy-content h6 {
	font-size: 26px;
	padding-bottom: 15px;
}
@media (max-width: 767px) {
	.policy-content h6 {
		font-size: 20px;
	}
}
.policy-content .policy-text {
	font-size: 16px;
	color: rgba(41, 40, 38, 0.75);
	font-weight: 400;
	line-height: 26px;
}
.policy-content .sub-heading {
	font-size: 18px;
	font-weight: 500;
	color: #2d2926;
	padding-bottom: 15px;
}
.policy-content li {
	list-style: disc;
	margin-left: 20px;
}
.policy-content .print {
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 20px 15px;
	background: #ed6f63;
	border-radius: 0 12px 12px 0px;
	-webkit-box-shadow: 0px 5px 25px 0px rgba(254, 106, 94, 0.25);
	box-shadow: 0px 5px 25px 0px rgba(254, 106, 94, 0.25);
	position: sticky;
	float: right;
	right: 0;
	top: 150px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fcfeff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	z-index: 99;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 991px) {
	.policy-content .print {
		font-size: 0;
		padding: 10px;
	}
}
.policy-content .print:hover {
	background: #2d2926;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.policy-content .print img {
	margin-top: 10px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (max-width: 991px) {
	.policy-content .print img {
		margin-top: 0px;
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}
#paymentandbilling,
#pricingplans,
#deliverypolicy,
#cancellation {
	padding-top: 140px;
	margin-top: -140px;
	display: block;
}
@media (max-width: 991px) {
	#paymentandbilling,
	#pricingplans,
	#deliverypolicy,
	#cancellation {
		padding-top: 120px;
		margin-top: -120px;
	}
}
@media (max-width: 575px) {
	#paymentandbilling,
	#pricingplans,
	#deliverypolicy,
	#cancellation {
		padding-top: 110px;
		margin-top: -110px;
	}
}
table {
	width: 100%;
	font-size: 12px;
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-spacing: 0;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 0px 16px 48px 0px rgba(16, 22, 34, 0.15);
	box-shadow: 0px 16px 48px 0px rgba(16, 22, 34, 0.15);
}
@media (max-width: 767px) {
	table {
		table-layout: fixed;
	}
}
table:focus {
	outline: none;
}
table th {
	border: none;
	background: #2d2926;
	color: #fff;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 500;
	padding: 30px;
	position: relative;
	border-right: 1px solid rgba(252, 254, 255, 0.5);
	text-transform: capitalize;
}
table th:first-child {
	border-radius: 5px 0 0 0;
}
table th:last-child {
	border-radius: 0 5px 0 0;
	border-right: none;
}
@media (max-width: 1399px) {
	table th {
		font-size: 22px;
		padding: 20px;
	}
}
@media (max-width: 991px) {
	table th {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	table th {
		font-size: 16px;
		padding: 15px;
	}
}
@media (max-width: 480px) {
	table th {
		font-size: 12px;
		padding: 10px;
	}
}
table tr:nth-child(even) {
	background: rgba(237, 111, 99, 0.25);
}
table tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
}
table tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}
table td {
	padding: 25px 30px 60px;
	font-size: 16px;
	line-height: 1.5;
	color: #454545;
	border-right: 1px solid rgba(0, 1, 3, 0.5);
	border-bottom: 1px solid rgba(0, 1, 3, 0.5);
}
table td:first-child {
	border-left: 1px solid #000103;
}
table td:last-child {
	border-right: 1px solid #000103;
}
@media (max-width: 1399px) {
	table td {
		font-size: 14px;
		padding: 25px 20px 40px;
	}
}
@media (max-width: 991px) {
	table td {
		font-size: 13px;
	}
}
@media (max-width: 767px) {
	table td {
		padding: 15px 15px 30px;
	}
}
@media (max-width: 480px) {
	table td {
		font-size: 12px;
		padding: 10px 10px 20px;
	}
}
table tbody tr {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
.faq table {
	margin: 15px 0;
}
.faq table tr td:last-child {
	border-left: 1px solid rgba(15, 29, 55, 0.5);
}
.modal {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.modal .modal-dialog {
	margin: auto;
	max-width: 630px;
	height: 100%;
}
@media (max-width: 767px) {
	.modal .modal-dialog {
		max-width: 460px;
	}
}
@media (max-width: 575px) {
	.modal .modal-dialog {
		max-width: 380px;
	}
}
@media (max-width: 480px) {
	.modal .modal-dialog {
		max-width: 300px;
	}
}
.modal .modal-dialog .modal-content {
	border: 0;
	border-radius: 30px;
	background: #fcfeff;
}
@media (max-width: 480px) {
	.modal .modal-dialog .modal-content {
		border-radius: 20px;
	}
}
.modal .modal-dialog .modal-content .modal-body {
	padding: 0;
}
.modal .modal-dialog .modal-content .modal-body .text-wrapper {
	padding: 53px 50px;
	text-align: center;
}
@media (max-width: 767px) {
	.modal .modal-dialog .modal-content .modal-body .text-wrapper {
		padding: 35px;
	}
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .modal-body .text-wrapper {
		padding: 30px;
	}
}
@media (max-width: 480px) {
	.modal .modal-dialog .modal-content .modal-body .text-wrapper {
		padding: 25px;
	}
}
.modal .modal-dialog .modal-content .modal-body .text-wrapper .title {
	font-size: 42px;
	padding: 0 0 10px 0;
}
@media (max-width: 767px) {
	.modal .modal-dialog .modal-content .modal-body .text-wrapper .title {
		font-size: 32px;
	}
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .modal-body .text-wrapper .title {
		font-size: 28px;
		padding: 0;
	}
}
@media (max-width: 480px) {
	.modal .modal-dialog .modal-content .modal-body .text-wrapper .title {
		font-size: 24px;
	}
}
.modal .modal-dialog .modal-content .modal-body .text-wrapper p {
	margin: 0 0 10px;
}
@media (max-width: 480px) {
	.modal .modal-dialog .modal-content .modal-body .text-wrapper p {
		margin: 0 0 7px;
		font-size: 16px;
	}
}
.modal .modal-dialog .modal-content .modal-body .text-wrapper p:nth-child(2) {
	opacity: 1;
	font-weight: 500;
}
.modal .modal-dialog .modal-content .modal-body .text-wrapper p a {
	color: #ed6f63;
}
.modal .modal-dialog .modal-content .modal-body .text-wrapper p a:hover {
	opacity: 0.6;
}
.modal .modal-dialog .modal-content .modal-body .text-wrapper .form .form-row .form-group .form-control {
	padding: 20px;
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .modal-body .text-wrapper .form .form-row .form-group .form-control {
		padding: 14px;
	}
}
.modal .modal-dialog .modal-content .modal-body .text-wrapper .form .remember a:hover {
	color: #ed6f63;
	opacity: 0.7;
}
