.section-wrapper {
	padding: 120px 0;
	overflow: hidden;
	position: relative;
}
@media (max-width: 1199px) {
	.section-wrapper {
		padding: 50px 0;
	}
}
@media (max-width: 991px) {
	.section-wrapper {
		padding: 30px 0;
	}
}
@media (max-width: 767px) {
	.section-wrapper {
		padding: 40px 0;
	}
}
.section-wrapper.pricing {
	margin-top: -65px;
	padding-top: 65px;
	display: block;
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.heading h1 {
	font-size: 60px;
	line-height: 65px;
	color: #000;
	font-weight: 700;
}
.heading h1 span {
	color: rgba(254, 0, 0, 0.94);
}
@media screen and (max-width: 991px) {
	.heading h1 {
		font-size: 34px;
		line-height: 38px;
	}
}
@media screen and (max-width: 767px) {
	.heading h1 {
		font-size: 28px;
		line-height: 38px;
	}
}
@media screen and (max-width: 575px) {
	.heading h1 {
		font-size: 22px;
		line-height: 30px;
	}
}
.heading h2 {
	font-size: 48px;
	line-height: 60px;
	color: #000;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: capitalize;
	font-family: "Clash-Display-Bold";
}
.heading h2 span {
	color: rgba(254, 0, 0, 0.94);
	font-family: "Clash-Display-Bold";
}
@media screen and (max-width: 991px) {
	.heading h2 {
		font-size: 26px;
		line-height: 36px;
	}
}
@media screen and (max-width: 767px) {
	.heading h2 {
		font-size: 20px;
		line-height: 28px;
		word-spacing: 4px;
	}
}
.heading.add-vector {
	position: relative;
}
.heading.add-vector::before {
	content: url("../images/svg/heading-vector.svg");
	position: absolute;
	top: -30px;
	left: -30px;
	z-index: -1;
}
@media screen and (max-width: 991px) {
	.heading.add-vector::before {
		top: 0;
		left: 0;
	}
}
.main-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	overflow: hidden;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
	-webkit-text-fill-color: rgba(0, 0, 0, 0.7);
}
textarea:-internal-autofill-selected {
	background-color: rgba(0, 0, 0, 0) !important;
}
.bg-custom {
	background: #ffeacc;
}
.print-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fe0000;
	border: 1px solid red;
	border-radius: 5px;
	padding: 8px 10px;
	top: 170px;
	right: 0;
	position: fixed;
	z-index: 1;
	-webkit-writing-mode: vertical-rl;
}
@media (max-width: 767px) {
	.print-icon {
		padding: 8px;
	}
}
.print-icon span {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	padding: 10px 0;
}
@media (max-width: 767px) {
	.print-icon span {
		display: none;
	}
}
#pricingplans,
#deliverypolicy,
#cancellation {
	padding-top: 80px;
	margin-top: -80px;
	display: block;
}
#features,
#services,
#about {
	scroll-margin-top: 75px;
}
#pricing {
	scroll-margin-top: 90px;
}
@media (max-width: 1199px) {
	#features,
	#services,
	#about {
		scroll-margin-top: 70px;
	}
}
#button {
	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: #fe0000;
	width: 42px;
	height: 42px;
	text-align: center;
	border-radius: 50px;
	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;
	border: 0px solid rgba(0, 0, 0, 0);
	cursor: pointer;
}
@media (max-width: 1299px) {
	#button {
		bottom: 0;
		right: 0;
	}
}
#button.show {
	opacity: 1;
	visibility: visible;
}
#button:after {
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 3px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	background-size: cover;
	top: 23px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
table {
	width: 100%;
	font-size: 12px;
	background: rgba(0, 0, 0, 0);
	border: none;
	-webkit-box-shadow: 0px 4px 40px rgba(109, 141, 173, 0.2);
	box-shadow: 0px 4px 40px rgba(109, 141, 173, 0.2);
	outline: none;
}
@media (max-width: 767px) {
	table {
		table-layout: fixed;
	}
}
table:focus {
	outline: none;
}
table thead tr {
	background: #ffe5e5;
}
table thead tr th {
	font-weight: bold;
	color: #000;
}
table th {
	background: #fddfdf;
	padding: 25px 18px;
	font-weight: bold;
	border: none;
	font-size: 22px;
	line-height: 22px;
	color: #000;
	border-right: 0;
	position: relative;
}
table th:first-child {
	text-transform: capitalize;
	border-radius: 8px 0 0 0;
}
table th:last-child {
	border-radius: 0 8px 0px 0px;
}
@media (max-width: 767px) {
	table th {
		font-size: 15px;
		padding: 15px;
	}
}
@media (max-width: 480px) {
	table th {
		padding: 10px;
		font-size: 12px;
	}
}
table td {
	padding: 20px;
	font-size: 16px;
	line-height: 20px;
	color: rgba(22, 22, 22, 0.7);
}
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: 10px;
		font-size: 12px;
	}
}
table tr:focus {
	outline: none;
}
table tbody tr {
	background: #ffe5e5;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	position: relative;
}
table tbody tr:hover {
	background: #fddfdf;
}
table a:hover {
	color: #ffe5e5;
	outline: none;
	text-decoration: none;
}
form .form-label {
	font-size: 15px;
	color: #282828;
	padding-left: 15px;
	margin-bottom: 15px;
}
form .user-input {
	height: 50px;
	padding: 10px 20px;
	background: #fff;
	color: rgba(47, 50, 43, 0.7);
	border: 1px solid rgba(254, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px;
	display: inline-block;
	font-size: 14px;
	width: 100%;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-appearance: none;
	position: relative;
	line-height: 1;
}
@media (max-width: 767px) {
	form .user-input {
		height: 45px;
		border-radius: 14px;
	}
}
form .user-input:focus,
form .user-input:active {
	outline: none;
	background: #fff;
	border: 1px solid #fe0000;
	color: rgba(47, 50, 43, 0.7) !important;
	-webkit-box-shadow: 0px 26px 24px rgba(254, 0, 0, 0.12);
	box-shadow: 0px 26px 24px rgba(254, 0, 0, 0.12);
}
form textarea {
	min-height: 100px;
	max-height: 150px;
	padding-top: 15px !important;
}
form .form-group {
	position: relative;
	margin-bottom: 30px;
	line-height: 0;
}
@media (max-width: 767px) {
	form .form-group {
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {
	form .form-group .g-recaptcha {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
form .my-button {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fe0000;
}
form .my-button:hover {
	color: #fff;
}
.already {
	padding-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767px) {
	.already {
		padding-top: 20px;
	}
}
@media (max-width: 575px) {
	.already {
		display: block;
	}
}
.already p {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 0;
	color: #000;
	font-weight: normal;
}
.already p a {
	font-weight: bold;
	color: #fe0000;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.already p a:hover {
	color: #000;
	cursor: pointer;
}
@media (max-width: 375px) {
	.already p {
		font-size: 14px !important;
	}
}
.form-icon img {
	position: absolute;
	left: 20px;
	top: 16px;
	z-index: 1;
}
#chat-widget-container {
	bottom: 0 !important;
}
.custom-border {
	position: relative;
}
.custom-border::before {
	position: absolute;
	content: "";
}
@media (min-width: 992px) {
	.custom-border::before {
		border-right: 4px solid rgba(223, 15, 2, 0.5);
		width: 5px;
		height: 100%;
		right: 50%;
		border-radius: 100%;
	}
}
@media (max-width: 991px) {
	.custom-border::before {
		border-bottom: 2px solid rgba(223, 15, 2, 0.5);
		width: 100%;
		height: 3px;
		bottom: 0;
		left: 0;
		border-radius: 100%;
	}
}
.overley {
	overflow: hidden;
}
.overley::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(5px);
	top: 0;
	left: 0;
	z-index: 1;
}
.icon-wrapper {
	background-image: linear-gradient(287.56deg, rgba(254, 0, 0, 0.2509803922), #fe0000 100%);
	border-radius: 50%;
	border: 1px solid hsla(0, 0%, 100%, 0.3764705882);
	-webkit-box-shadow: 0px 0px 50px rgba(254, 0, 0, 0.8);
	box-shadow: 0px 0px 50px rgba(254, 0, 0, 0.8);
	width: 62px;
	height: 62px;
	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;
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.icon-wrapper .spark-vector {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.skiptranslate,
.goog-te-combo {
	display: none !important;
}
body {
	top: 0 !important;
}
.goog-te-gadget {
	display: block !important;
}
#google_translate_element,
select.goog-te-combo {
	position: fixed;
	z-index: 999;
	top: -999px;
}
body .goog-text-highlight {
	background: rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
#teams-dropdown-menu span.icon .fa {
	display: none;
}
.loader {
	z-index: 999999;
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
	background: #fff;
	left: 0;
}
#teams-dropdown-menu ul li {
	text-transform: capitalize;
}
#teams-dropdown-menu {
	border-radius: 3px;
	position: relative;
	background-color: #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: 0px;
	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;
	}
}
*,
*::after,
*::before {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	font-display: swap;
	font-family: "Clash-Display";
	-webkit-appearance: none;
}
:root {
	--main-color: #000000;
	scroll-behavior: smooth;
}
html {
	font-family: "Clash-Display";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	min-height: 100%;
	height: 100%;
	font-display: swap;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: "Mulish", sans-serif;
	color: #000;
	background: #fff;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 14px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-display: swap;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
@font-face {
	font-family: "Clash-Display";
	src: url("../fonts/ClashDisplay-Regular.woff");
}
@font-face {
	font-family: "Clash-Display-Bold";
	src: url("../fonts/ClashDisplay-Bold.woff");
	font-weight: 700;
}
@font-face {
	font-family: "Clash-Display-Semibold";
	src: url("../fonts/ClashDisplay-Semibold.woff");
	font-weight: 600;
}
::-webkit-input-placeholder {
	font-family: "Clash-Display";
	color: #999;
	font-size: 14px;
}
:-ms-input-placeholder {
	font-family: "Clash-Display";
	color: #999;
	font-size: 14px;
}
::-moz-placeholder {
	font-family: "Clash-Display";
	color: #999;
	font-size: 14px;
}
::-ms-input-placeholder {
	font-family: "Clash-Display";
	color: #999;
	font-size: 14px;
}
::placeholder {
	font-family: "Clash-Display";
	color: #999;
	font-size: 14px;
}
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,
em,
strong,
button,
blockquote,
small,
strike,
sub,
sup,
tt,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #000;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: 0 none;
	color: #fff;
}
b {
	font-weight: bolder;
}
strong {
	font-weight: bolder;
}
i,
cite,
em,
var,
dfn {
	font-style: italic;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #e8e8e8;
	border: 0;
	height: 1px;
	margin: 15px 0;
}
img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
p {
	font-size: 18px;
	line-height: 1.7;
}
@media only screen and (max-width: 767px) {
	p {
		font-size: 16px;
	}
}
button {
	background: #fff;
	color: #fff;
	text-transform: initial;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-align: center;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none;
	display: inline-block;
	line-height: normal;
	margin: 0;
	padding: 0;
}
button:hover,
button:focus {
	background: #ffe5e5;
	color: #fe0000;
	outline: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
select {
	font-family: "Clash-Display";
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 13px 15px;
	width: 100%;
	text-overflow: ellipsis;
	word-wrap: break-word;
	background: #e8e8e8;
	border: 1px solid #dadada;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 6px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-transform: none;
}
textarea {
	resize: auto;
}
button[disabled],
input[disabled] {
	cursor: default;
	opacity: 0.5;
}
textarea {
	min-height: 110px;
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
input,
input [type="button"],
input [type="checkbox"],
input [type="color"],
input [type="date"],
input [type="datetime-local"],
input [type="email"],
input [type="file"],
input [type="hidden"],
input [type="image"],
input [type="month"],
input [type="number"],
input [type="password"],
input [type="radio"],
input [type="range"],
input [type="reset"],
input [type="search"],
input [type="submit"],
input [type="tel"],
input [type="text"],
input [type="time"],
input [type="url"],
input [type="week"],
textarea {
	background: #fff;
	border: 1px solid #dadada;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
	font-family: "Clash-Display";
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 12px 15px;
	width: 100%;
	text-overflow: ellipsis;
	word-wrap: break-word;
	box-sizing: border-box;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
}
input,
input [type="button"]:hover,
input [type="button"]:focus,
input [type="checkbox"]:hover,
input [type="checkbox"]:focus,
input [type="color"]:hover,
input [type="color"]:focus,
input [type="date"]:hover,
input [type="date"]:focus,
input [type="datetime-local"]:hover,
input [type="datetime-local"]:focus,
input [type="email"]:hover,
input [type="email"]:focus,
input [type="file"]:hover,
input [type="file"]:focus,
input [type="hidden"]:hover,
input [type="hidden"]:focus,
input [type="image"]:hover,
input [type="image"]:focus,
input [type="month"]:hover,
input [type="month"]:focus,
input [type="number"]:hover,
input [type="number"]:focus,
input [type="password"]:hover,
input [type="password"]:focus,
input [type="radio"]:hover,
input [type="radio"]:focus,
input [type="range"]:hover,
input [type="range"]:focus,
input [type="reset"]:hover,
input [type="reset"]:focus,
input [type="search"]:hover,
input [type="search"]:focus,
input [type="submit"]:hover,
input [type="submit"]:focus,
input [type="tel"]:hover,
input [type="tel"]:focus,
input [type="text"]:hover,
input [type="text"]:focus,
input [type="time"]:hover,
input [type="time"]:focus,
input [type="url"]:hover,
input [type="url"]:focus,
input [type="week"]:hover,
input [type="week"]:focus,
textarea:hover,
textarea:focus {
	background-color: #fff;
	color: #000;
	outline: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.my-button {
	background: #fe0000;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;
	-webkit-filter: drop-shadow(0px 10px 25px rgba(254, 0, 0, 0.24));
	filter: drop-shadow(0px 10px 25px rgba(254, 0, 0, 0.24));
	position: relative;
	z-index: 1;
	border-radius: 20px;
	padding: 15px 25px;
	display: inline-block;
	text-transform: capitalize;
}
@media (max-width: 767px) {
	.my-button {
		padding: 10px 35px;
		border-radius: 14px;
	}
}
.my-button:hover {
	background-color: #000;
}
.my-button img {
	margin-left: 15px;
}
@media (max-width: 767px) {
	.my-button {
		margin: 0 auto;
	}
}
header {
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	background-color: #fff;
}
header.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
header.fixed-menu {
	background: #fff;
	-webkit-box-shadow: 0px 4px 10px rgba(69, 133, 105, 0.1);
	box-shadow: 0px 4px 10px rgba(69, 133, 105, 0.1);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
header.fixed-menu .navbar {
	margin: 0;
}
@media only screen and (min-width: 991px) {
	header .navbar-expand-lg .navbar-nav-scroll {
		overflow: auto;
	}
}
header .navbar {
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
header .navbar .logo {
	margin-right: auto;
}
header .navbar .logo img {
	max-width: 250px;
}
header .navbar .navbar-toggler {
	border: none;
	padding: 0;
	width: 38px;
	height: 38px;
	line-height: 0;
	border-radius: 50%;
	padding: 0;
	margin: 0 10px;
	outline: none;
	position: relative;
	border: none;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
}
@media (max-width: 1399px) {
	header .navbar .navbar-toggler {
		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;
	}
}
header .navbar .navbar-toggler:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
header .navbar .navbar-toggler:hover {
	background-color: #fff;
}
header .navbar .navbar-toggler #nav-icon1 {
	width: 20px;
	height: 20px;
	position: relative;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	margin: 0 auto;
}
header .navbar .navbar-toggler #nav-icon1 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	border-radius: 5px;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
header .navbar .navbar-toggler #nav-icon1 span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
header .navbar .navbar-toggler #nav-icon1 span:nth-child(2) {
	opacity: 0;
	top: 8px;
}
header .navbar .navbar-toggler #nav-icon1 span:nth-child(3) {
	top: 10px;
	width: 100%;
	left: 0;
	right: auto;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
header .navbar .navbar-toggler.collapsed #nav-icon1 span {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
	left: 0;
}
header .navbar .navbar-toggler.collapsed #nav-icon1 span:nth-child(1) {
	top: 1px;
}
header .navbar .navbar-toggler.collapsed #nav-icon1 span:nth-child(2) {
	top: 8px;
}
header .navbar .navbar-toggler.collapsed #nav-icon1 span:nth-child(3) {
	top: 15px;
	left: auto;
	right: 0;
}
header .navbar .navbar-collapse {
	position: absolute;
	top: 65px;
	width: 100%;
	background: #fff;
	z-index: 99;
	left: 0;
	padding: 10px 0;
	-webkit-transition: 0.1s all;
	transition: 0.1s all;
}
header .navbar .navbar-nav {
	position: relative;
	-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;
	row-gap: 16px;
}
@media (max-width: 1399px) {
	header .navbar .navbar-nav .nav-item {
		text-align: center;
	}
}
header .navbar .navbar-nav .nav-item .nav-link {
	font-size: 16px;
	line-height: 21px;
	color: #000;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	padding: 0;
	margin: 0 5px;
	position: relative;
}
@media (max-width: 1199px) {
	header .navbar .navbar-nav .nav-item .nav-link {
		font-size: 16px;
	}
}
@media (max-width: 1199px) {
	header .navbar .navbar-nav .nav-item .nav-link {
		text-align: center;
		display: inline-block;
	}
}
header .navbar .navbar-nav .nav-item .nav-link.no-active {
	color: #000 !important;
}
header .navbar .navbar-nav .nav-item .nav-link.no-active.active {
	color: #000 !important;
}
header .navbar .navbar-nav .nav-item .nav-link.no-active.active:after {
	width: 100%;
}
header .navbar .navbar-nav .nav-item .nav-link:hover,
header .navbar .navbar-nav .nav-item .nav-link.active {
	color: #fe0000;
}
header .navbar .navbar-nav .nav-item .nav-link:hover:after,
header .navbar .navbar-nav .nav-item .nav-link.active:after {
	width: 100%;
}
header .navbar .navbar-nav .nav-item .nav-link.support-btn {
	background: rgba(0, 0, 0, 0);
	border: 0.5px solid #fe0000;
	font-weight: bold;
	line-height: 20px;
	color: #fe0000;
	border-radius: 5px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	display: none;
}
@media (max-width: 1399px) {
	header .navbar .navbar-nav .nav-item .nav-link.support-btn {
		background: rgba(0, 0, 0, 0);
		color: #000;
		font-weight: normal;
		border: none;
	}
	header .navbar .navbar-nav .nav-item .nav-link.support-btn:hover,
	header .navbar .navbar-nav .nav-item .nav-link.support-btn.active {
		color: #000;
	}
}
@media (max-width: 1199px) {
	header .navbar .navbar-nav .nav-item .nav-link.support-btn {
		display: block;
	}
}
header .navbar .navbar-nav .nav-item .nav-link.support-btn:hover {
	background: #fe0000;
	color: #fff;
}
@media (max-width: 1199px) {
	header .navbar .navbar-nav .nav-item .nav-link.support-btn:hover {
		background: rgba(0, 0, 0, 0);
		color: #000;
	}
}
header .navbar .navbar-nav .nav-item .nav-link.support-btn.active {
	background-color: #fe0000;
	color: #fff;
}
@media (max-width: 1399px) {
	header .navbar .navbar-nav .nav-item .nav-link.support-btn.active {
		color: #fe0000;
		background: rgba(0, 0, 0, 0);
	}
}
header .navbar .navbar-nav .nav-item .nav-link.support-btn:after {
	display: none;
}
@media (max-width: 1399px) {
	header .navbar .navbar-nav .nav-item .nav-link.support-btn:after {
		display: block;
	}
}
header .navbar .support-btn {
	-webkit-filter: none;
	filter: none;
}
@media (max-width: 1199px) {
	header .navbar .support-btn {
		display: none;
	}
}
header .navbar .support-btn.active {
	background-color: #000;
}
header .navbar .support-btn img {
	margin-left: 15px;
}
header .collapse:not(.show) {
	display: none !important;
}
#teams-dropdown-menu {
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
}
@media (max-width: 1399px) {
	#teams-dropdown-menu {
		margin-left: 10px;
	}
}
footer {
	background: #131313;
	position: relative;
	color: #fff;
}
footer .main-footer {
	padding: 60px 0;
	position: relative;
	z-index: 1;
}
@media (max-width: 991px) {
	footer .main-footer {
		padding: 30px 0;
	}
}
@media (max-width: 991px) {
	footer .main-footer .logo-info {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
}
footer .main-footer .footer-line,
footer .main-footer .dots-left,
footer .main-footer .dots-right {
	position: absolute;
}
@media (max-width: 991px) {
	footer .main-footer .footer-line,
	footer .main-footer .dots-left,
	footer .main-footer .dots-right {
		display: none;
	}
}
footer .main-footer .footer-line {
	top: 10%;
	width: 100%;
}
@media (min-width: 2200px) {
	footer .main-footer .footer-line {
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 100%;
	}
}
footer .main-footer .dots-left {
	left: 0;
	top: 45%;
	left: calc(50% - 960px);
}
@media (max-width: 1800px) {
	footer .main-footer .dots-left {
		left: 0;
	}
}
footer .main-footer .dots-right {
	top: 10%;
	right: calc(50% - 960px);
}
@media (max-width: 1800px) {
	footer .main-footer .dots-right {
		right: 0;
	}
}
footer .main-footer .footer-box {
	position: absolute;
	bottom: 0;
	left: 0;
}
@media (max-width: 480px) {
	footer .main-footer .footer-box {
		max-width: 60px;
	}
}
@media (max-width: 991px) {
	footer .main-footer .footer-about {
		text-align: center;
	}
}
footer .main-footer .footer-about a img {
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	footer .main-footer .footer-about a img {
		margin: 30px 0;
	}
}
footer .main-footer .footer-about p {
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: rgba(225, 225, 225, 0.7);
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	footer .main-footer .footer-about p {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .footer-about p {
		font-size: 15px;
	}
}
footer .main-footer .footer-about .visa-div .visa {
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	footer .main-footer .footer-about .visa-div .visa {
		margin: 20px 0 10px;
	}
}
footer .main-footer .footer-about .visa-div .encryption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin-bottom: 40px;
}
@media (max-width: 991px) {
	footer .main-footer .footer-about .visa-div .encryption {
		margin-bottom: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
footer .main-footer .footer-about .visa-div .encryption img {
	margin-right: 15px;
}
footer .main-footer .footer-about .visa-div .encryption p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}
@media (max-width: 991px) {
	footer .main-footer .footer-about .visa-div .encryption p {
		font-size: 16px;
	}
}
footer .main-footer .footer-links .footer-title {
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	margin: 20px 0 40px 0;
	font-family: "Clash-Display-Bold";
}
@media (min-width: 992px) and (max-width: 1199px) {
	footer .main-footer .footer-links .footer-title {
		font-size: 23px;
	}
}
@media (max-width: 991px) {
	footer .main-footer .footer-links .footer-title {
		margin: 0;
		margin-bottom: 20px;
		font-size: 22px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .footer-links .footer-title {
		font-size: 18px;
		line-height: 22px;
	}
}
footer .main-footer .footer-links .footer-title span {
	font-family: "Clash-Display-Bold";
	color: #fe0000;
}
footer .main-footer .footer-links .footer-title[aria-expanded="true"] .footer-toggler:before {
	-webkit-transform: rotate(225deg) !important;
	transform: rotate(225deg) !important;
	margin-top: 0px !important;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links .footer-title.mob {
		display: block;
		position: relative;
	}
	footer .main-footer .footer-links .footer-title.mob .footer-toggler {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
		position: absolute;
		right: 0;
		line-height: 0;
		display: block;
		background-color: #fe0000;
		border-radius: 50%;
		margin-left: 25px;
		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;
		width: 22px;
		height: 22px;
		border: 2px solid #fe0000;
	}
	footer .main-footer .footer-links .footer-title.mob .footer-toggler:before {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: 3px;
		-webkit-transition: 0.3s all;
		transition: 0.3s all;
	}
}
@media (min-width: 992px) {
	footer .main-footer .footer-links .footer-title.mob .footer-toggler {
		display: none;
	}
}
footer .main-footer .footer-links ul {
	padding-left: 0;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links ul {
		margin-left: 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;
	padding: 0 0 0 20px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links ul li {
		margin-bottom: 20px;
	}
}
footer .main-footer .footer-links ul li:last-child {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links ul li:last-child {
		margin-bottom: 20px;
	}
}
footer .main-footer .footer-links ul li a {
	font-size: 16px;
	line-height: 16px;
	color: rgba(225, 225, 225, 0.7);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	display: block;
}
footer .main-footer .footer-links ul li a::first-letter {
	text-transform: capitalize;
}
@media (max-width: 767px) {
	footer .main-footer .footer-links ul li a {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .footer-links ul li a {
		font-size: 14px;
	}
}
footer .main-footer .footer-links ul li a:hover {
	color: #fff;
}
footer .main-footer .footer-links ul li::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: rgba(254, 0, 0, 0.35);
	border-radius: 50%;
	left: 0;
	background-repeat: no-repeat;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links.footer-contact ul {
		margin-left: 30px;
	}
}
footer .main-footer .footer-links.footer-contact ul li {
	font-size: 18px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
}
@media (max-width: 767px) {
	footer .main-footer .footer-links.footer-contact ul li {
		margin-bottom: 20px;
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .footer-links.footer-contact ul li {
		font-size: 14px;
	}
}
footer .main-footer .footer-links.footer-contact ul li:last-child {
	margin-bottom: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: 0;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links.footer-contact ul li:last-child {
		margin-bottom: 20px;
	}
}
footer .main-footer .footer-links.footer-contact ul li .icon {
	line-height: 0;
	height: 30px;
	width: 30px;
	background-color: #fddfdf;
	border-radius: 50%;
	min-width: 30px;
	min-height: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px;
}
footer .main-footer .footer-links.footer-contact ul li .icon img {
	min-width: 20px;
}
footer .main-footer .footer-links.footer-contact ul li .content a {
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
footer .main-footer .footer-links.footer-contact ul li .content a:hover {
	color: #fff;
	opacity: 1;
}
@media (max-width: 767px) {
	footer .main-footer .footer-links.footer-contact ul li .content a {
		display: block;
	}
}
footer .main-footer .footer-links.footer-contact ul li .content p {
	font-size: 16px;
	line-height: 24px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	color: rgba(225, 225, 225, 0.7);
}
@media (max-width: 575px) {
	footer .main-footer .footer-links.footer-contact ul li .content p {
		font-size: 14px;
	}
}
footer .main-footer .footer-links.footer-contact ul li::after {
	display: none;
}
footer .sub-footer {
	border-top: 1px solid #fff;
}
footer .sub-footer .contact-details ul {
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
}
@media (max-width: 991px) {
	footer .sub-footer .contact-details ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
footer .sub-footer .contact-details ul li {
	font-size: 18px;
	line-height: 24px;
	color: rgba(225, 225, 225, 0.7);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 0;
}
@media (max-width: 767px) {
	footer .sub-footer .contact-details ul li {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	footer .sub-footer .contact-details ul li {
		font-size: 14px;
	}
}
footer .sub-footer .contact-details ul li .icon {
	line-height: 0;
	height: 30px;
	width: 30px;
	background-color: #fddfdf;
	border-radius: 50%;
	min-width: 30px;
	min-height: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px;
}
footer .sub-footer .contact-details ul li .icon img {
	min-width: 20px;
}
footer .sub-footer .contact-details ul li .content a {
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	color: rgba(225, 225, 225, 0.7);
}
footer .sub-footer .contact-details ul li .content a:hover {
	color: #fff;
	opacity: 1;
}
@media (max-width: 767px) {
	footer .sub-footer .contact-details ul li .content a {
		display: block;
	}
}
footer .sub-footer .contact-details ul li .content p {
	font-size: 16px;
	line-height: 24px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	color: rgba(225, 225, 225, 0.7);
}
@media (max-width: 575px) {
	footer .sub-footer .contact-details ul li .content p {
		font-size: 14px;
	}
}
footer .sub-footer .contact-details ul li::after {
	display: none;
}
footer .sub-footer p {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: rgba(225, 225, 225, 0.7);
	padding: 15px 0;
}
@media (max-width: 1299px) {
	footer .sub-footer p {
		padding-bottom: 60px;
	}
}
@media (max-width: 767px) {
	footer .sub-footer p {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	footer .sub-footer p {
		font-size: 11px;
	}
}
footer .sub-footer.copyright {
	background-color: rgba(225, 225, 225, 0.25);
	border: none;
}
.modal {
	z-index: 99999 !important;
	background: rgba(223, 15, 2, 0.3);
	backdrop-filter: blur(20px);
}
.modal .modal-dialog {
	max-width: 870px;
}
@media (max-width: 991px) {
	.modal .modal-dialog {
		max-width: 600px;
	}
}
@media (max-width: 767px) {
	.modal .modal-dialog {
		max-width: 500px;
	}
}
@media (max-width: 575px) {
	.modal .modal-dialog {
		max-width: 100%;
	}
}
.modal .modal-content {
	border: none;
	position: relative;
	border-radius: 20px;
}
.modal .modal-content .modal-body {
	background: #ffe5e5;
	padding: 0;
	border-radius: 20px;
	overflow: hidden;
}
.modal .modal-content .modal-body .forgot-password img {
	display: block;
}
.modal .modal-content .modal-body .heading h2 {
	line-height: 1.3;
	font-size: 30px;
	font-weight: bold;
}
@media (max-width: 480px) {
	.modal .modal-content .modal-body .heading h2 {
		font-size: 20px;
	}
}
.modal .modal-content .modal-body .heading h2 span {
	font-weight: bold;
}
.modal .modal-content .modal-body p {
	font-size: 16px;
	line-height: 24px;
	color: rgba(22, 22, 22, 0.75);
	padding: 0;
	margin: 0 0 25px 0;
}
@media (max-width: 991px) {
	.modal .modal-content .modal-body p {
		margin-bottom: 15px;
	}
}
@media (max-width: 575px) {
	.modal .modal-content .modal-body p {
		font-size: 14px;
		margin-bottom: 15px;
	}
}
.modal .modal-content .modal-body form .section-button {
	padding: 2px 20px;
	width: 100%;
}
.modal .modal-content .modal-body ol {
	margin: 10px 0;
	padding-left: 15px;
}
.modal .modal-content .modal-body ol li {
	list-style-type: decimal;
	font-size: 14px;
	line-height: 1.3;
	text-align: left;
	color: rgba(22, 22, 22, 0.75);
	padding: 0;
	margin: 0 0 10px 0;
}
.modal .modal-content .modal-body .my-button {
	padding: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 50px;
	text-transform: inherit;
	text-transform: capitalize;
}
#signin-modal .modal-header,
#forgot-pw-modal .modal-header {
	border-bottom: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fddfdf;
	border-radius: 0;
}
@media (max-width: 767px) {
	#signin-modal .modal-header,
	#forgot-pw-modal .modal-header {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
}
#signin-modal .modal-dialog .modal-body,
#forgot-pw-modal .modal-dialog .modal-body {
	position: relative;
	padding: 40px;
}
@media (max-width: 991px) {
	#signin-modal .modal-dialog .modal-body,
	#forgot-pw-modal .modal-dialog .modal-body {
		padding: 40px 25px;
	}
}
@media (max-width: 480px) {
	#signin-modal .modal-dialog .modal-body,
	#forgot-pw-modal .modal-dialog .modal-body {
		padding: 30px 10px;
	}
}
@media (max-width: 375px) {
	#signin-modal .modal-dialog .modal-body,
	#forgot-pw-modal .modal-dialog .modal-body {
		padding: 30px 0px;
	}
}
#signin-modal .modal-dialog .account-form,
#forgot-pw-modal .modal-dialog .account-form {
	background: #ffe5e5;
	border-radius: 0;
	border: 0;
	padding: 0;
}
#signin-modal .modal-dialog .close,
#forgot-pw-modal .modal-dialog .close {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	font-weight: bold;
	background-color: #000;
	color: #fe0000;
	font-size: 20px;
	opacity: 1;
	height: 30px;
	width: 30px;
	border-radius: 10px;
}
@media (max-width: 767px) {
	#signin-modal .modal-dialog .close,
	#forgot-pw-modal .modal-dialog .close {
		top: 10px;
		right: 10px;
	}
}
#signin-modal .modal-dialog .remember,
#forgot-pw-modal .modal-dialog .remember {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #2f322b;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 30px 0;
	margin: 0;
}
@media (max-width: 767px) {
	#signin-modal .modal-dialog .remember,
	#forgot-pw-modal .modal-dialog .remember {
		padding: 0 0 20px 0;
	}
}
#signin-modal .modal-dialog .remember .custom-check-box,
#forgot-pw-modal .modal-dialog .remember .custom-check-box {
	font-size: 16px;
	line-height: 1.3;
	color: #2f322b;
	display: block;
	position: relative;
	padding-left: 25px;
	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: 375px) {
	#signin-modal .modal-dialog .remember .custom-check-box,
	#forgot-pw-modal .modal-dialog .remember .custom-check-box {
		font-size: 13px;
	}
}
#signin-modal .modal-dialog .remember .custom-check-box input,
#forgot-pw-modal .modal-dialog .remember .custom-check-box input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
#signin-modal .modal-dialog .remember .custom-check-box .checkmark,
#forgot-pw-modal .modal-dialog .remember .custom-check-box .checkmark {
	position: absolute;
	top: 0px;
	left: 0px;
	background: red;
	border: 1px solid #fe0000;
	width: 18px;
	height: 18px;
	border-radius: 3px;
}
#signin-modal .modal-dialog .remember .custom-check-box .checkmark:after,
#forgot-pw-modal .modal-dialog .remember .custom-check-box .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 2px;
	width: 6px;
	height: 10px;
	border: solid #fe0000;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#signin-modal .modal-dialog .remember .custom-check-box input:checked ~ .checkmark,
#forgot-pw-modal .modal-dialog .remember .custom-check-box input:checked ~ .checkmark {
	background: #ffe5e5;
}
#signin-modal .modal-dialog .remember .custom-check-box input:checked ~ .checkmark:after,
#forgot-pw-modal .modal-dialog .remember .custom-check-box input:checked ~ .checkmark:after {
	display: block;
}
#signin-modal .modal-dialog .remember .custom-check-box a,
#forgot-pw-modal .modal-dialog .remember .custom-check-box a {
	color: #ffe5e5;
}
#signin-modal .modal-dialog .remember .forgot-pass,
#forgot-pw-modal .modal-dialog .remember .forgot-pass {
	font-size: 16px;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	display: inline-block;
	color: #fe0000;
	font-weight: bold;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 375px) {
	#signin-modal .modal-dialog .remember .forgot-pass,
	#forgot-pw-modal .modal-dialog .remember .forgot-pass {
		font-size: 13px;
	}
}
#signin-modal .modal-dialog .remember .forgot-pass:hover,
#forgot-pw-modal .modal-dialog .remember .forgot-pass:hover {
	color: #000;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
	-webkit-text-fill-color: rgba(47, 50, 43, 0.7) !important;
}
.modal .modal-dialog .modal-body {
	padding: 0;
	border-radius: 20px;
	overflow: hidden;
}
.modal .modal-dialog .modal-body .row .left {
	background-color: #000;
	padding: 50px;
	position: relative;
	overflow: hidden;
}
@media (max-width: 1199px) {
	.modal .modal-dialog .modal-body .row .left {
		padding: 40px;
	}
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-body .row .left {
		padding: 30px;
	}
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-body .row .left::after,
	.modal .modal-dialog .modal-body .row .left::before {
		display: none;
	}
}
.modal .modal-dialog .modal-body .row .left::before {
	content: url("../images/svg/popup-vector.svg");
	position: absolute;
	top: 0;
	left: 0;
}
.modal .modal-dialog .modal-body .row .left::after {
	content: url("../images/svg/popup-vector.svg");
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	bottom: 0;
	right: 0;
}
.modal .modal-dialog .modal-body .row .left .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	height: 100%;
}
.modal .modal-dialog .modal-body .row .left .heading h4 {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.3;
	font-family: "Clash-Display-Semibold";
	margin-bottom: 20px;
}
@media (max-width: 1399px) {
	.modal .modal-dialog .modal-body .row .left .heading h4 {
		font-size: 30px;
	}
}
@media (max-width: 1199px) {
	.modal .modal-dialog .modal-body .row .left .heading h4 {
		font-size: 28px;
	}
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-body .row .left .heading h4 {
		font-size: 24px;
		margin-bottom: 15px;
	}
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-body .row .left .heading h4 {
		font-size: 20px;
	}
}
.modal .modal-dialog .modal-body .row .left .heading h4 span {
	color: #fe0000;
	font-family: "Clash-Display-Semibold";
}
.modal .modal-dialog .modal-body .row .left .heading p {
	color: rgba(225, 225, 225, 0.7);
}
.modal .modal-dialog .modal-body .row .left .heading a {
	color: #fff;
	text-align: center;
}
.modal .modal-dialog .modal-body .row .right {
	background-color: #ffe5e5;
	padding: 50px 40px;
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-body .row .right {
		border-radius: 20px;
		padding: 30px;
	}
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-body .row .right {
		padding: 15px;
	}
}
#signin-modal .modal-dialog .modal-body {
	padding: 0;
	border-radius: 20px;
	overflow: hidden;
}
#signin-modal .modal-dialog .modal-body .row .left {
	background-color: #000;
	padding: 50px;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1199px) {
	#signin-modal .modal-dialog .modal-body .row .left {
		padding: 40px;
	}
}
@media (max-width: 991px) {
	#signin-modal .modal-dialog .modal-body .row .left {
		padding: 30px;
	}
}
@media (max-width: 991px) {
	#signin-modal .modal-dialog .modal-body .row .left::after,
	#signin-modal .modal-dialog .modal-body .row .left::before {
		display: none;
	}
}
#signin-modal .modal-dialog .modal-body .row .left::before {
	content: url("../images/svg/popup-vector.svg");
	position: absolute;
	top: 0;
	left: 0;
}
#signin-modal .modal-dialog .modal-body .row .left::after {
	content: url("../images/svg/popup-vector.svg");
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	bottom: 0;
	right: 0;
}
#signin-modal .modal-dialog .modal-body .row .left .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
}
#signin-modal .modal-dialog .modal-body .row .left .heading h4 {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.3;
	font-family: "Clash-Display-Semibold";
	margin-bottom: 20px;
}
@media (max-width: 1399px) {
	#signin-modal .modal-dialog .modal-body .row .left .heading h4 {
		font-size: 30px;
	}
}
@media (max-width: 1199px) {
	#signin-modal .modal-dialog .modal-body .row .left .heading h4 {
		font-size: 28px;
	}
}
@media (max-width: 991px) {
	#signin-modal .modal-dialog .modal-body .row .left .heading h4 {
		font-size: 24px;
		margin-bottom: 15px;
	}
}
@media (max-width: 575px) {
	#signin-modal .modal-dialog .modal-body .row .left .heading h4 {
		font-size: 20px;
	}
}
#signin-modal .modal-dialog .modal-body .row .left .heading h4 span {
	color: #fe0000;
	font-family: "Clash-Display-Semibold";
}
#signin-modal .modal-dialog .modal-body .row .left .heading p {
	color: rgba(225, 225, 225, 0.7);
}
#signin-modal .modal-dialog .modal-body .row .left .heading a {
	color: #fff;
	text-align: center;
}
#signin-modal .modal-dialog .modal-body .row .right {
	background-color: #ffe5e5;
	padding: 50px 40px;
}
@media (max-width: 991px) {
	#signin-modal .modal-dialog .modal-body .row .right {
		border-radius: 20px;
		padding: 30px;
	}
}
@media (max-width: 575px) {
	#signin-modal .modal-dialog .modal-body .row .right {
		padding: 15px;
	}
}
#forgot-pw-modal .modal-dialog {
	max-width: 425px;
}
@media (max-width: 575px) {
	#forgot-pw-modal .modal-dialog {
		max-width: 100%;
	}
}
#forgot-pw-modal .modal-dialog .modal-body {
	padding: 50px 30px;
}
@media (max-width: 991px) {
	#forgot-pw-modal .modal-dialog .modal-body {
		padding: 30px;
	}
}
#forgot-pw-modal .modal-dialog .modal-body .img-wrapper {
	background-color: #000;
	padding: 20px;
	margin-bottom: 15px;
	line-height: 0;
	border-radius: 50%;
	display: inline-block;
}
#forgot-pw-modal .modal-dialog .modal-body h6 {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #000;
	margin-bottom: 10px;
}
#forgot-pw-modal .modal-dialog .modal-body p {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	color: #000;
	opacity: 0.6;
}
.welcome_wrapper .right {
	padding: 110px 60px !important;
}
@media (max-width: 1399px) {
	.welcome_wrapper .right {
		padding: 100px 50px !important;
	}
}
@media (max-width: 991px) {
	.welcome_wrapper .right {
		padding: 50px !important;
	}
}
@media (max-width: 575px) {
	.welcome_wrapper .right {
		padding: 30px !important;
	}
}
.welcome_wrapper h5 {
	font-size: 20px;
	color: #000;
	margin-bottom: 30px;
	line-height: 1.5;
}
@media (max-width: 991px) {
	.welcome_wrapper h5 {
		font-size: 18px;
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {
	.welcome_wrapper h5 {
		font-size: 16px;
		margin-bottom: 15px;
	}
}
.welcome_wrapper p {
	font-size: 16px;
	line-height: 24px;
	color: #161616;
	margin-bottom: 30px;
}
@media (max-width: 480px) {
	.welcome_wrapper p {
		font-size: 15px;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.welcome_wrapper p {
		text-align: center;
	}
}
.welcome_wrapper p a {
	color: #fe0000;
	font-weight: 600;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.welcome_wrapper p a:hover {
	color: #000;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.welcome_wrapper .agree {
	max-width: 530px;
	margin: 0 auto 30px;
}
#contact-us-modal .modal-dialog {
	max-width: 600px;
}
@media (max-width: 767px) {
	#contact-us-modal .modal-dialog {
		max-width: 500px;
	}
}
@media (max-width: 575px) {
	#contact-us-modal .modal-dialog {
		max-width: 100%;
	}
}
#contact-us-modal .title {
	background-color: #fff;
	padding: 30px;
}
@media (max-width: 991px) {
	#contact-us-modal .title {
		padding: 20px;
	}
}
#contact-us-modal .close {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	font-weight: bold;
	background-color: #000;
	color: #fe0000;
	font-size: 20px;
	opacity: 1;
	height: 30px;
	width: 30px;
	border-radius: 10px;
}
@media (max-width: 767px) {
	#contact-us-modal .close {
		top: 10px;
		right: 10px;
	}
}
#contact-us-modal .account-form {
	padding: 30px;
}
@media (max-width: 991px) {
	#contact-us-modal .account-form {
		padding: 20px;
	}
}
.page-banner {
	background: #000;
	overflow: hidden;
	padding: 70px 0 0;
	position: relative;
}
.page-banner::before {
	content: "";
	background-image: url("../images/svg/page-banner-vector1.svg");
	width: 312px;
	height: 219px;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media (max-width: 991px) {
	.page-banner::before {
		width: 200px;
		background-size: cover;
		background-position: right;
	}
}
@media (max-width: 767px) {
	.page-banner::before {
		display: none;
	}
}
.page-banner::after {
	content: "";
	background-image: url("../images/svg/page-banner-vector2.svg");
	width: 312px;
	height: 219px;
	position: absolute;
	bottom: 0;
	right: 0;
}
@media (max-width: 991px) {
	.page-banner::after {
		width: 200px;
		background-size: cover;
		background-position: left;
	}
}
@media (max-width: 767px) {
	.page-banner::after {
		display: none;
	}
}
@media (max-width: 767px) {
	.page-banner {
		padding: 80px 0 0;
	}
}
@media (max-width: 400px) {
	.page-banner {
		padding: 70px 0 0;
	}
}
.page-banner .heading {
	margin-bottom: 0;
	text-align: center;
}
.page-banner .heading h1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 46px;
	color: #fff;
	font-family: "Clash-Display-Bold";
	padding: 80px 0;
	margin-bottom: 0;
	z-index: 1;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}
@media (max-width: 1199px) {
	.page-banner .heading h1 {
		font-size: 34px;
		line-height: 52px;
	}
}
@media (max-width: 991px) {
	.page-banner .heading h1 {
		font-size: 32px;
		line-height: 50px;
		padding: 50px 0 30px 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.page-banner .heading h1 {
		padding: 30px 0 70px 0;
	}
}
@media (max-width: 767px) {
	.page-banner .heading h1 {
		font-size: 30px;
		line-height: 46px;
		padding: 40px 0 60px 0;
		text-align: center;
	}
}
@media (max-width: 575px) {
	.page-banner .heading h1 {
		font-size: 26px;
		line-height: 32px;
	}
}
.page-banner .heading h1 span {
	color: #fe0000;
	font-family: "Clash-Display-Bold";
}
.banner {
	position: relative;
	padding: 170px 0 110px;
}
@media (max-width: 991px) {
	.banner {
		padding: 180px 0 80px;
	}
}
@media (max-width: 767px) {
	.banner {
		padding: 150px 0 70px;
	}
}
@media (max-width: 480px) {
	.banner {
		padding: 120px 0 40px;
	}
}
.banner .banner-left {
	z-index: 1;
	position: relative;
}
@media (max-width: 991px) {
	.banner .banner-left {
		text-align: center;
	}
}
.banner .banner-left .heading h1 {
	font-weight: 700;
	font-size: 60px;
	line-height: 75px;
	font-family: "Clash-Display-Bold";
	margin-bottom: 30px;
	color: #000;
}
@media (max-width: 1199px) {
	.banner .banner-left .heading h1 {
		font-size: 50px;
		line-height: 63px;
	}
}
@media (max-width: 991px) {
	.banner .banner-left .heading h1 {
		margin-bottom: 30px;
		font-size: 44px;
	}
}
@media (max-width: 767px) {
	.banner .banner-left .heading h1 {
		font-size: 40px;
		line-height: 53px;
	}
}
@media (max-width: 480px) {
	.banner .banner-left .heading h1 {
		font-size: 22px;
		line-height: 32px;
	}
}
.banner .banner-left .heading h1 span {
	color: #fe0000;
	font-family: "Clash-Display-Bold";
}
.banner .banner-left .heading p {
	color: #000;
	max-width: 400px;
	font-size: 18px;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.banner .banner-left .heading p {
		margin: 0 auto 30px;
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.banner .banner-left .heading p {
		font-size: 14px;
	}
}
.banner .banner-right {
	position: relative;
	z-index: 1;
}
@media (max-width: 991px) {
	.banner .banner-right {
		margin-bottom: 40px;
	}
}
.platform::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 60%;
	background: #000;
	z-index: -1;
}
.platform::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 45%;
	background: #ffe5e5;
	z-index: -1;
}
@media (max-width: 991px) {
	.platform::after {
		background: #000;
	}
}
.platform.section-wrapper {
	padding: 60px 0;
}
@media (max-width: 991px) {
	.platform.section-wrapper {
		padding: 30px 0;
	}
}
.platform .heading {
	max-width: 425px;
}
@media (max-width: 991px) {
	.platform .heading {
		display: block;
		margin: 0 auto;
	}
}
.platform .heading h2 {
	color: #fff;
}
@media (max-width: 991px) {
	.platform .heading h2 {
		text-align: center;
	}
}
.platform .heading p {
	color: #fff;
	opacity: 0.6;
}
@media (max-width: 991px) {
	.platform .heading p {
		text-align: center;
	}
}
.platform .step-wrapper .step-card {
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ffffff), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, #ffffff -50%, rgba(0, 0, 0, 0));
	padding: 1px;
	max-width: 460px;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.platform .step-wrapper .step-card {
		margin: 0 auto 30px;
	}
}
.platform .step-wrapper .step-card .inner-wrapper {
	background-color: #000;
	padding: 15px 18px;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}
@media (max-width: 991px) {
	.platform .step-wrapper .step-card .inner-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.platform .step-wrapper .step-card .inner-wrapper p {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	font-family: "Clash-Display-Semibold";
}
@media (max-width: 991px) {
	.platform .step-wrapper .step-card .inner-wrapper p {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.platform .step-wrapper .step-card .inner-wrapper p {
		font-size: 16px;
	}
}
.top-results .heading {
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin: 0 auto;
}
@media (max-width: 380px) {
	.top-results .heading h2 br {
		display: none;
	}
}
.top-results .heading.content {
	margin: 0;
}
@media (max-width: 991px) {
	.top-results .heading.content {
		max-width: 100%;
	}
}
.top-results .heading.content p {
	max-width: 430px;
}
@media (max-width: 991px) {
	.top-results .heading.content p {
		max-width: 100%;
		text-align: center;
	}
}
.top-results .twirl-arrow {
	position: absolute;
	bottom: 110%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media (max-width: 1399px) {
	.top-results .twirl-arrow {
		width: 70px;
		bottom: 105%;
	}
}
@media (max-width: 991px) {
	.top-results .twirl-arrow {
		display: none;
	}
}
.features {
	padding: 0;
}
.features .features-inner.section-wrapper {
	padding: 60px 0;
}
.features .features-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 45%;
	background: #ffe5e5;
	z-index: -1;
}
@media (max-width: 991px) {
	.features .features-inner::before {
		background: #000;
	}
}
.features .features-inner::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60%;
	background: #000;
	z-index: -1;
}
.features .heading h2 {
	color: #fff;
	letter-spacing: 0.5;
	word-spacing: 5px;
}
@media (max-width: 991px) {
	.features .heading h2 {
		text-align: center;
	}
}
.features .features-wrapper .features-card {
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ffffff), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, #ffffff -50%, rgba(0, 0, 0, 0));
	padding: 1px;
	max-width: 460px;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.features .features-wrapper .features-card {
		margin: 0 auto 30px;
	}
}
.features .features-wrapper .features-card .inner-wrapper {
	background-color: #000;
	padding: 15px 18px;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}
@media (max-width: 991px) {
	.features .features-wrapper .features-card .inner-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.features .features-wrapper .features-card .inner-wrapper p {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	font-family: "Clash-Display-Semibold";
}
@media (max-width: 767px) {
	.features .features-wrapper .features-card .inner-wrapper p {
		font-size: 16px;
	}
}
.services .heading {
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin: 0 auto 30px;
}
@media (max-width: 1199px) {
	.services .heading br {
		display: none;
	}
}
.services .heading.content {
	margin: 0;
}
@media (max-width: 991px) {
	.services .heading.content {
		max-width: 100%;
	}
}
.services .heading.content p {
	max-width: 480px;
}
@media (max-width: 991px) {
	.services .heading.content p {
		max-width: 100%;
		text-align: center;
	}
}
.services .heading .sub-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 991px) {
	.services .heading .sub-heading {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.services .heading .sub-heading .line {
	width: 20px;
	height: 2px;
	background-color: #fe0000;
	margin-right: 10px;
}
.services .twirl-arrow {
	position: absolute;
	bottom: 110%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media (max-width: 1399px) {
	.services .twirl-arrow {
		width: 70px;
		bottom: 105%;
	}
}
@media (max-width: 991px) {
	.services .twirl-arrow {
		display: none;
	}
}
.pricing {
	padding-bottom: 0;
}
.pricing .pricing-inner {
	padding: 100px 0;
	background-image: url("../images/svg/pricing-bg.svg");
	background-size: cover;
	background-position: center;
	color: #fff;
}
@media (max-width: 991px) {
	.pricing .pricing-inner {
		padding: 50px 0;
	}
}
@media (max-width: 575px) {
	.pricing .pricing-inner {
		background-image: none;
		background-color: #000;
	}
}
.pricing .pricing-inner .heading .sub-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 991px) {
	.pricing .pricing-inner .heading .sub-heading {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.pricing .pricing-inner .heading .sub-heading .line {
	width: 20px;
	height: 2px;
	background-color: #fe0000;
	margin-right: 10px;
}
.pricing .pricing-inner .heading .sub-heading h6 {
	color: #fff;
}
.pricing .pricing-inner .heading h2 {
	color: #fff;
}
.pricing .pricing-inner .nav-tabs {
	border: none;
	margin-bottom: 30px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
@media (max-width: 991px) {
	.pricing .pricing-inner .nav-tabs {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.pricing .pricing-inner .nav-tabs .nav-item .nav-link {
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-family: "Clash-Display-Bold";
	opacity: 0.6;
	padding: 0;
}
.pricing .pricing-inner .nav-tabs .nav-item .nav-link:hover {
	opacity: 1;
}
.pricing .pricing-inner .nav-tabs .nav-item .nav-link.active {
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	opacity: 1;
}
.pricing .pricing-inner .nav-tabs .nav-item .nav-link .line {
	width: 20px;
	height: 2px;
	background-color: #fe0000;
	margin-right: 10px;
}
.pricing .pricing-inner .tab-content .tab-pane {
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ffffff), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, #ffffff -50%, rgba(0, 0, 0, 0));
	padding: 1px;
	max-width: 535px;
}
@media (max-width: 991px) {
	.pricing .pricing-inner .tab-content .tab-pane {
		margin: 0 auto;
	}
}
.pricing .pricing-inner .tab-content .tab-pane .tab-pane-inner {
	background-color: #000;
	padding: 20px;
	border-radius: 10px;
	position: relative;
}
.pricing .pricing-inner .tab-content .tab-pane .tab-pane-inner h4 {
	font-size: 28px;
	line-height: 34px;
	text-transform: capitalize;
	font-family: "Clash-Display-Bold";
}
@media (max-width: 991px) {
	.pricing .pricing-inner .tab-content .tab-pane .tab-pane-inner h4 {
		font-size: 20px;
	}
}
.pricing .pricing-inner .tab-content .tab-pane .tab-pane-inner p {
	color: hsla(0, 0%, 100%, 0.8);
}
.pricing .pricing-inner .tab-content .tab-pane .tab-pane-inner .card-head .price {
	position: absolute;
	top: 20px;
	right: 20px;
	margin-bottom: 20px;
	text-align: right;
}
.pricing .pricing-inner .tab-content .tab-pane .tab-pane-inner .card-body {
	max-width: 350px;
	padding: 0;
	padding-top: 10px;
}
@media (max-width: 991px) {
	.pricing .pricing-inner .tab-content .tab-pane .tab-pane-inner .card-body {
		padding-top: 30px;
	}
}
.pricing .pricing-inner .tab-content .tab-pane .tab-pane-inner .card-body span {
	color: #fe0000;
}
.pricing .pricing-inner .tab-content .tab-pane .tab-pane-inner .card-body .my-button {
	border: 1px solid #fe0000;
}
.pricing .pricing-inner .tab-content .tab-pane .tab-pane-inner .card-body .my-button:hover {
	border: 1px solid #fff;
}
.achieve .heading {
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin: 0 auto;
}
.achieve .heading.content {
	margin: 0;
}
@media (max-width: 991px) {
	.achieve .heading.content {
		max-width: 100%;
	}
}
.achieve .heading.content p {
	max-width: 430px;
}
@media (max-width: 991px) {
	.achieve .heading.content p {
		max-width: 100%;
		text-align: center;
	}
}
.achieve .twirl-arrow {
	position: absolute;
	bottom: 110%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media (max-width: 1399px) {
	.achieve .twirl-arrow {
		width: 70px;
		bottom: 105%;
	}
}
@media (max-width: 991px) {
	.achieve .twirl-arrow {
		display: none;
	}
}
.policy-content {
	font-size: 16px;
	line-height: 28px;
	color: #000;
	position: relative;
}
@media (max-width: 767px) {
	.policy-content {
		font-size: 15px;
	}
}
.policy-content.section-wrapper {
	padding: 80px 0 90px 0;
}
@media (max-width: 1460px) {
	.policy-content.section-wrapper {
		padding: 80px 0 90px 0;
	}
}
@media (max-width: 991px) {
	.policy-content.section-wrapper {
		padding: 80px 0 70px 0;
	}
}
@media (max-width: 767px) {
	.policy-content.section-wrapper {
		padding: 80px 0 50px 0;
	}
}
.policy-content a {
	color: #fe0000;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.policy-content a:hover {
	color: #000;
}
.policy-content b,
.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	color: #000;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.policy-content b,
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 18px;
		line-height: 28px;
	}
}
.policy-content p {
	margin-bottom: 10px;
	color: rgba(47, 50, 43, 0.5);
	font-weight: bold;
}
.policy-content .print {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #000;
	color: #fff;
	border-radius: 0px 5px 5px 0px;
	padding: 20px 15px;
	top: 100px;
	right: 0;
	position: sticky;
	float: right;
	z-index: 9;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	cursor: pointer;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.policy-content .print::-moz-selection {
	background-color: #ffe5e5;
}
.policy-content .print::selection {
	background-color: #ffe5e5;
}
@media (max-width: 767px) {
	.policy-content .print {
		font-size: 0px;
		padding: 15px;
		line-height: 0;
	}
}
.policy-content .print img {
	margin-top: 10px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (max-width: 767px) {
	.policy-content .print img {
		margin-top: 0;
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}
.policy-content .print:hover {
	background: #fe0000;
	color: #fff;
}
.overlfow-unset {
	overflow: unset !important;
}
@media (min-width: 768px) {
	.privacy-policy-page table tr th:first-of-type {
		min-width: 140px;
	}
}
@media (max-width: 576px) {
	.privacy-policy-page table tr th:first-of-type {
		width: 25%;
	}
}
@media (max-width: 576px) {
	.privacy-policy-page table tr th:last-of-type {
		width: 28%;
	}
}
@media screen and (max-width: 991px) {
	.about {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media screen and (max-width: 991px) {
	.about .about-right .heading {
		text-align: center;
	}
}
.about .about-right .heading h2 {
	font-weight: bold;
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 30px;
	color: #000;
}
@media (max-width: 1199px) {
	.about .about-right .heading h2 {
		font-size: 26px;
		line-height: 36px;
	}
}
@media (max-width: 991px) {
	.about .about-right .heading h2 {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.about .about-right .heading h2 {
		font-size: 24px;
		line-height: 34px;
	}
}
@media (max-width: 480px) {
	.about .about-right .heading h2 {
		font-size: 20px;
		line-height: 30px;
	}
}
.about .about-right .heading h2 span {
	color: #fe0000;
}
.about .about-right .heading p {
	color: #000;
	max-width: 400px;
	font-size: 18px;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.about .about-right .heading p {
		margin: 0 auto 30px;
		font-size: 16px;
		text-align: center;
	}
}
@media (max-width: 480px) {
	.about .about-right .heading p {
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.about .about-left img {
		margin: 0 auto;
		margin-top: 40px;
	}
}
.support .heading {
	text-align: center;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.support .heading {
		margin-bottom: 10px;
	}
}
.support .heading h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 42px;
	text-align: center;
	color: #000;
}
@media (max-width: 480px) {
	.support .heading h2 {
		font-size: 22px;
	}
}
@media (max-width: 350px) {
	.support .heading h2 {
		font-size: 18px;
	}
}
.support .heading h2 span {
	font-weight: bold;
	color: #fe0000;
}
.faq {
	position: relative;
	padding-top: 0;
}
.faq .heading {
	margin-bottom: 20px;
}
.faq .heading-text {
	font-size: 16px;
	line-height: 30px;
	max-width: 700px;
	margin: 0 auto 40px auto;
	text-align: center;
	color: #f5f2ed;
}
@media (max-width: 767px) {
	.faq .heading-text {
		margin: 0 auto 20px auto;
	}
}
.myaccordion {
	position: relative;
	z-index: 1;
}
.myaccordion .card {
	counter-increment: rowNumber;
	border-radius: 0;
	border: rgba(0, 0, 0, 0);
	margin-bottom: 20px;
	background: rgba(0, 0, 0, 0);
	border-radius: 2px;
}
.myaccordion .card:last-child {
	margin-bottom: 0;
}
.myaccordion .card .card-header[aria-expanded="true"] {
	border-bottom: 0;
	border-radius: 2px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: #ffe5e5;
}
.myaccordion .card .card-header[aria-expanded="true"] h2 {
	color: #000;
}
.myaccordion .card .card-header[aria-expanded="true"] h2 .icon:before {
	opacity: 0;
}
.myaccordion .card .card-header[aria-expanded="true"] h2 .icon:after {
	background: #fe0000;
}
.myaccordion .card .card-header[aria-expanded="true"] h2 div div {
	overflow: inherit;
	text-overflow: inherit;
	-webkit-line-clamp: inherit;
}
.myaccordion .card .card-header {
	padding: 15px 20px 15px 20px;
	border: rgba(0, 0, 0, 0);
	cursor: pointer;
	background: #ffe5e5;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	border-radius: 5px;
}
@media (max-width: 480px) {
	.myaccordion .card .card-header {
		padding: 10px;
	}
}
.myaccordion .card .card-header h2 {
	font-size: 18px;
	line-height: 25px;
	color: #000;
	position: relative;
	padding-left: 20px;
}
.myaccordion .card .card-header h2 div div {
	padding-right: 10px;
	font-family: "Clash-Display-Semibold";
}
@media (max-width: 991px) {
	.myaccordion .card .card-header h2 div div {
		overflow: inherit;
		text-overflow: inherit;
		-webkit-line-clamp: inherit;
	}
}
.myaccordion .card .card-header h2 div div span {
	font-family: "Clash-Display-Semibold";
	font-weight: 600;
}
@media (max-width: 480px) {
	.myaccordion .card .card-header h2 {
		font-size: 15px;
		line-height: 22px;
	}
}
.myaccordion .card .card-header h2 .no {
	position: absolute;
	left: 0;
}
.myaccordion .card .card-header h2 .no:before {
	content: counter(rowNumber) ".";
}
.myaccordion .card .card-header h2 .icon {
	margin-left: 10px;
	position: relative;
	min-width: 30px;
	height: 30px;
	border-radius: 50%;
}
.myaccordion .card .card-header h2 .icon.minus {
	display: none;
}
.myaccordion .card .card-header h2 .icon:after,
.myaccordion .card .card-header h2 .icon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fe0000;
}
.myaccordion .card .card-header h2 .icon:after {
	width: 14px;
	height: 2px;
}
.myaccordion .card .card-header h2 .icon:before {
	width: 2px;
	height: 14px;
}
.myaccordion .card .card-body {
	padding: 20px 25px 20px;
	color: #000;
	font-size: 18px;
	line-height: 30px;
	border-top: 0;
	border-radius: 2px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
@media (max-width: 480px) {
	.myaccordion .card .card-body {
		padding: 20px;
		font-size: 15px;
	}
}
.myaccordion table {
	margin: 20px 0;
}
.myaccordion table th {
	width: 50%;
	font-size: 18px;
}
@media (max-width: 767px) {
	.myaccordion table th {
		font-size: 14px;
	}
}
@media (max-width: 576px) {
	.myaccordion table th {
		padding: 10px;
	}
}
@media (max-width: 576px) {
	.myaccordion table td {
		padding: 10px;
	}
}
.cancel-membership-section .form-container {
	padding: 120px 0;
	background-color: #ffe5e5;
	background-image: url("../images/cancel-mem-img.svg");
	background-position: center;
	position: relative;
	overflow: hidden;
}
.cancel-membership-section .form-container::before {
	content: url("../images/svg/corner-vector.svg");
	position: absolute;
	top: 0;
	right: 0;
}
@media only screen and (max-width: 767px) {
	.cancel-membership-section .form-container::before {
		display: none;
	}
}
.cancel-membership-section .form-container::after {
	content: url("../images/svg/corner-vector.svg");
	position: absolute;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom: 0;
	left: 0;
}
@media only screen and (max-width: 767px) {
	.cancel-membership-section .form-container::after {
		display: none;
	}
}
@media only screen and (max-width: 1199px) {
	.cancel-membership-section .form-container {
		padding: 40px 120px;
	}
}
@media only screen and (max-width: 767px) {
	.cancel-membership-section .form-container {
		padding: 24px 16px;
		border-radius: 20px;
	}
}
.cancel-membership-section .form-container .sub-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 14px;
}
@media (max-width: 991px) {
	.cancel-membership-section .form-container .sub-heading {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.cancel-membership-section .form-container .sub-heading .line {
	width: 20px;
	height: 2px;
	background-color: #fe0000;
	margin-right: 10px;
}
.cancel-membership-section .form-container .sub-heading h6 {
	color: rgba(0, 0, 0, 0.7);
}
.cancel-membership-section .form-container .heading {
	margin-bottom: 30px;
}
.cancel-membership-section .form-container .heading h2 {
	color: #000;
	text-align: center;
}
.cancel-membership-section .form-container .heading h2 span {
	color: #fe0000;
}
.cancel-membership-section .form-container p {
	font-size: 16px;
	color: #000;
}
@media only screen and (max-width: 480px) {
	.cancel-membership-section .form-container p {
		font-size: 15px;
	}
}
.cancel-membership-section .form-container .form-body {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	max-width: 570px;
	margin: 0 auto;
}
.cancel-membership-section .form-container .form-body label {
	color: rgba(0, 0, 0, 0.7);
}
.cancel-membership-section .form-container .form-body .my-button {
	background-color: #fe0000;
	color: #ffe5e5;
	border: 1px solid #fe0000;
}
@media (max-width: 767px) {
	.cancel-membership-section .form-container .form-body .my-button {
		padding: 12px 35px;
	}
}
.cancel-membership-section .form-container .form-body .my-button:hover {
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
}
.get-in-touch {
	background-image: url("../images/svg/getintouch-bg.svg");
	background-position: center;
	background-size: cover;
	padding: 80px 0;
}
@media (max-width: 991px) {
	.get-in-touch {
		padding: 40px 0;
	}
}
.get-in-touch .heading {
	position: relative;
}
.get-in-touch .heading::after {
	content: url("../images/svg/get-vector.svg");
	position: absolute;
	right: 20%;
	bottom: -40%;
}
@media (max-width: 991px) {
	.get-in-touch .heading::after {
		display: none;
	}
}
.get-in-touch .heading .sub-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 14px;
}
@media (max-width: 991px) {
	.get-in-touch .heading .sub-heading {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.get-in-touch .heading .sub-heading .line {
	width: 20px;
	height: 2px;
	background-color: #fe0000;
	margin-right: 10px;
}
.get-in-touch .heading .sub-heading h6 {
	color: rgba(225, 225, 225, 0.7);
}
.get-in-touch .heading h2 {
	color: #fff;
}
.get-in-touch .heading p {
	color: rgba(225, 225, 225, 0.7);
}
.get-in-touch .info-card {
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ffffff), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, #ffffff -50%, rgba(0, 0, 0, 0));
	padding: 1px;
	max-width: 425px;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.get-in-touch .info-card {
		margin: 0 auto 30px;
	}
}
.get-in-touch .info-card .info-inner {
	background-color: #000;
	padding: 20px;
	border-radius: 10px;
	position: relative;
}
.get-in-touch .info-card .info-inner h3 {
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	font-family: "Clash-Display-Semibold";
}
@media (max-width: 991px) {
	.get-in-touch .info-card .info-inner h3 {
		font-size: 22px;
	}
}
.get-in-touch .info-card .info-inner p {
	color: rgba(225, 225, 225, 0.7);
	padding: 20px 0;
}
.get-in-touch .info-card .info-inner .my-button {
	border: 1px solid #fe0000;
}
.get-in-touch .info-card .info-inner .my-button:hover {
	border: 1px solid #fff;
}
.form-pages .account-form {
	background: #ffe5e5;
	border-radius: 20px;
	padding: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.form-pages .account-form {
		padding: 40px 30px;
	}
}
@media (max-width: 767px) {
	.form-pages .account-form {
		padding: 30px;
	}
}
@media (max-width: 575px) {
	.form-pages .account-form {
		padding: 30px 20px;
	}
}
.form-pages .account-header .title h2 {
	font-weight: bold;
	font-size: 32px;
	line-height: 43px;
	color: #000;
	margin-bottom: 30px;
	font-family: "Clash-Display-Bold";
}
@media (max-width: 767px) {
	.form-pages .account-header .title h2 {
		margin-bottom: 20px;
		font-size: 28px;
		line-height: 36px;
	}
}
@media (max-width: 380px) {
	.form-pages .account-header .title h2 {
		font-size: 22px;
	}
}
.form-pages .account-header .title span {
	color: #fe0000;
	font-family: "Clash-Display-Bold";
}
.form-pages.contact .contact-box {
	line-height: 0;
	margin-top: 40px;
}
@media (max-width: 1199px) {
	.form-pages.contact .contact-box {
		display: none;
	}
}
.form-pages.contact .contact-details {
	background-color: #000;
	border-radius: 20px;
	padding: 50px;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
}
.form-pages.contact .contact-details::before {
	content: url("../images/svg/form-vector.svg");
	position: absolute;
	top: 0;
	right: 0;
}
@media (max-width: 767px) {
	.form-pages.contact .contact-details::before {
		display: none;
	}
}
@media (max-width: 991px) {
	.form-pages.contact .contact-details {
		text-align: center;
		padding: 40px;
		margin-top: 0;
	}
}
@media (max-width: 575px) {
	.form-pages.contact .contact-details {
		padding: 40px 16px;
	}
}
.form-pages.contact .contact-details .title h2 {
	font-weight: 800;
	font-size: 32px;
	line-height: 43px;
	color: #fff;
	font-family: "Clash-Display-Bold";
}
@media (max-width: 767px) {
	.form-pages.contact .contact-details .title h2 {
		font-size: 28px;
		line-height: 36px;
	}
}
@media (max-width: 480px) {
	.form-pages.contact .contact-details .title h2 {
		font-size: 24px;
		line-height: 32px;
	}
}
@media (max-width: 380px) {
	.form-pages.contact .contact-details .title h2 {
		font-size: 22px;
		line-height: 32px;
	}
}
.form-pages.contact .contact-details .title h2 span {
	color: #fe0000;
	font-family: "Clash-Display-Bold";
}
.form-pages.contact .contact-details .title span {
	color: #000;
}
.form-pages.contact .contact-details .title p {
	color: rgba(225, 225, 225, 0.7);
}
.form-pages.contact .contact-details .title .sub-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 14px;
}
@media (max-width: 991px) {
	.form-pages.contact .contact-details .title .sub-heading {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.form-pages.contact .contact-details .title .sub-heading .line {
	width: 20px;
	height: 2px;
	background-color: #fe0000;
	margin-right: 10px;
}
.form-pages.contact .contact-details .title .sub-heading h6 {
	color: rgba(225, 225, 225, 0.7);
}
@media (max-width: 991px) {
	.form-pages.contact .contact-details .contact-details-inner {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.form-pages.contact .contact-details .contact-details-inner .media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	margin-top: 40px;
}
@media (max-width: 575px) {
	.form-pages.contact .contact-details .contact-details-inner .media {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}
}
@media (max-width: 767px) {
	.form-pages.contact .contact-details .contact-details-inner .media {
		margin-top: 30px;
	}
}
@media (max-width: 991px) {
	.form-pages.contact .contact-details .contact-details-inner .media {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.form-pages.contact .contact-details .contact-details-inner .media:last-child {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 0;
}
.form-pages.contact .contact-details .contact-details-inner .media .icon-wrapper {
	width: 82px;
	height: 82px;
	-webkit-box-shadow: 0px 0px 30px rgba(254, 0, 0, 0.8);
	box-shadow: 0px 0px 30px rgba(254, 0, 0, 0.8);
}
@media (max-width: 575px) {
	.form-pages.contact .contact-details .contact-details-inner .media .icon-wrapper {
		width: 62px;
		height: 62px;
	}
}
@media (max-width: 575px) {
	.form-pages.contact .contact-details .contact-details-inner .media .icon-wrapper img {
		max-width: 38px;
	}
}
.form-pages.contact .contact-details .contact-details-inner .media .icon-wrapper .spark-vector {
	width: 100%;
	max-width: 120%;
}
.form-pages.contact .contact-details .contact-details-inner .media .media-body {
	text-align: left;
}
@media (max-width: 991px) {
	.form-pages.contact .contact-details .contact-details-inner .media .media-body {
		text-align: center;
	}
}
.form-pages.contact .contact-details .contact-details-inner .media .media-body h2 {
	font-size: 23px;
	line-height: 30px;
	color: #fe0000;
}
.form-pages.contact .contact-details .contact-details-inner .media .media-body p {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
}
@media (max-width: 991px) {
	.form-pages.contact .contact-details .contact-details-inner .media .media-body p {
		max-width: 270px;
	}
}
@media (max-width: 767px) {
	.form-pages.contact .contact-details .contact-details-inner .media .media-body p {
		font-size: 16px;
		line-height: 26px;
		max-width: 280px;
	}
}
.form-pages.contact .contact-details .contact-details-inner .media .media-body p a {
	color: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	display: block;
}
.form-pages.contact .contact-details .contact-details-inner .media .media-body p a:hover {
	color: #fe0000;
}
.form-pages.contact .contact-details .image {
	text-align: right;
}
.form-pages.sign-up .form-wrapper {
	border-radius: 20px;
}
@media (max-width: 575px) {
	.form-pages.sign-up .form-wrapper {
		padding: 0 15px;
	}
}
.form-pages.sign-up .form-wrapper .info-section {
	background-color: #000;
	border-radius: 20px 0 0 20px;
	padding: 0 70px;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 991px) {
	.form-pages.sign-up .form-wrapper .info-section {
		padding: 30px;
		border-radius: 20px 20px 0 0;
	}
}
@media (max-width: 575px) {
	.form-pages.sign-up .form-wrapper .info-section {
		padding: 30px 16px;
	}
}
.form-pages.sign-up .form-wrapper .info-section::before {
	content: url("../images/svg/signup-mockup-1.svg");
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width: 991px) {
	.form-pages.sign-up .form-wrapper .info-section::before {
		display: none;
	}
}
.form-pages.sign-up .form-wrapper .info-section::after {
	content: url("../images/svg/signup-mockup-2.svg");
	position: absolute;
	bottom: 0;
	right: 0;
}
@media (max-width: 991px) {
	.form-pages.sign-up .form-wrapper .info-section::after {
		display: none;
	}
}
.form-pages.sign-up .form-wrapper .info-section .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.form-pages.sign-up .form-wrapper .info-section .heading .sub-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 14px;
}
@media (max-width: 991px) {
	.form-pages.sign-up .form-wrapper .info-section .heading .sub-heading {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.form-pages.sign-up .form-wrapper .info-section .heading .sub-heading .line {
	width: 20px;
	height: 2px;
	background-color: #fe0000;
	margin-right: 10px;
}
.form-pages.sign-up .form-wrapper .info-section .heading .sub-heading h6 {
	color: rgba(225, 225, 225, 0.7);
}
.form-pages.sign-up .form-wrapper .info-section .heading h2 {
	color: #fff;
	font-size: 32px;
	line-height: 40px;
	font-family: "Clash-Display-Bold";
}
@media (max-width: 991px) {
	.form-pages.sign-up .form-wrapper .info-section .heading h2 {
		text-align: center;
	}
}
@media (max-width: 575px) {
	.form-pages.sign-up .form-wrapper .info-section .heading h2 {
		font-size: 22px;
		line-height: 28px;
	}
}
.form-pages.sign-up .form-wrapper .info-section .heading h2 span {
	color: #fe0000;
	font-family: "Clash-Display-Bold";
}
.form-pages.sign-up .form-wrapper .info-section .heading p {
	color: rgba(225, 225, 225, 0.7);
	font-size: 16px;
	line-height: 24px;
}
@media (max-width: 991px) {
	.form-pages.sign-up .form-wrapper .info-section .heading p {
		text-align: center;
	}
}
.form-pages.sign-up .form-wrapper .info-section .heading p a {
	color: #fff;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
.form-pages.sign-up .form-wrapper .info-section .heading p a:hover {
	color: #fe0000;
}
.form-pages.sign-up .form-wrapper .form-section {
	background-color: #ffe5e5;
	border-radius: 0 20px 20px 0;
}
@media (max-width: 991px) {
	.form-pages.sign-up .form-wrapper .form-section {
		border-radius: 0 0 20px 20px;
		padding: 0;
	}
}
.form-pages.sign-up .sign-up-ack {
	background: #ffe5e5;
	-webkit-box-shadow: 0px 13px 60px rgba(109, 141, 173, 0.12);
	box-shadow: 0px 13px 60px rgba(109, 141, 173, 0.12);
	border-radius: 10px;
	padding: 25px 22px;
	margin-top: 30px;
}
@media (max-width: 575px) {
	.form-pages.sign-up .sign-up-ack {
		padding: 25px 20px;
	}
}
.form-pages.sign-up .sign-up-ack p {
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 991px) {
	.form-pages.sign-up .sign-up-ack p {
		font-size: 16px;
		line-height: 26px;
	}
}
@media (max-width: 767px) {
	.form-pages.sign-up .sign-up-ack p {
		font-size: 15px;
		line-height: 25px;
	}
}
.fr_wrapper .already p a {
	text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.fr_wrapper footer .main-footer .footer-links ul li {
		padding: 0 0 0 10px;
	}
}
@media (max-width: 480px) {
	.fr_wrapper .form-pages.sign-up .join-now h2 p.trails {
		max-width: 350px;
	}
}
