*,
*::after,
*::before {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Supreme-Variable";
}
@font-face {
	font-family: "Supreme-Variable";
	src:
		url("../fonts/superme/Supreme-Variable.woff2") format("woff2"),
		url("../fonts/superme/Supreme-Variable.woff") format("woff"),
		url("../fonts/superme/Supreme-Variable.ttf") format("truetype");
	font-weight: 100 800;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: "Switzer-Variable";
	src:
		url("../fonts/switzer/Switzer-Variable.woff2") format("woff2"),
		url("../fonts/switzer/Switzer-Variable.woff") format("woff"),
		url("../fonts/switzer/Switzer-Variable.ttf") format("truetype"),
		url("../../fonts/switzer/Switzer-Variable.eot") format("truetype");
	font-weight: 100 900;
	font-display: swap;
	font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: "Switzer-Variable";
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
button {
	background: rgba(0, 0, 0, 0);
	border: 0;
	outline: none;
	cursor: pointer;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none !important;
	cursor: pointer;
}
.my-button {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	z-index: 1;
	padding: 15px;
	display: inline-block;
	min-width: 165px;
	text-transform: capitalize;
	font-weight: 600;
	background-color: #fa5863;
	border: 2px solid #fa5863;
}
.my-button:hover {
	color: #fa5863;
	background-color: #fff;
}
@media (max-width: 767px) {
	.my-button {
		margin: 0 auto;
		line-height: 16px;
	}
}
.main-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	overflow: hidden;
}
body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	overflow-x: hidden;
	background-size: cover;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
html {
	height: 100%;
}
@media (max-width: 767px) {
	p {
		font-size: 15px;
	}
}
form label {
	font-size: 15px;
	color: #282828;
}
form textarea {
	min-height: 100px;
	max-height: 150px;
}
form .user-input {
	height: 50px;
	padding: 10px 15px;
	color: #0f2a5f;
	background: #fff;
	border: 1px solid rgba(29, 30, 33, 0.5);
	border-radius: 0;
	display: inline-block;
	font-size: 14px;
	width: 100%;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-appearance: none;
	position: relative;
	line-height: 1;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 767px) {
	form .user-input {
		height: 50px;
	}
}
form .user-input:focus {
	outline: none;
	border: 1px solid #fa5863;
}
form .user-input::-webkit-input-placeholder {
	font-family: "Supreme-Variable" !important;
	font-size: 15px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.8) !important;
}
form .user-input + .input-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
}
form .form-group {
	position: relative;
	margin-bottom: 30px;
	line-height: 0;
}
@media (max-width: 767px) {
	form .form-group {
		margin-bottom: 20px;
	}
}
form .form-group textarea + .input-icon {
	position: absolute;
	left: 15px;
	top: 10px;
	-webkit-transform: unset;
	transform: unset;
}
form .my-button {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fa5863;
}
.remember {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 30px 0;
	margin: 0;
}
@media (max-width: 767px) {
	.remember {
		padding: 0 0 20px 0;
	}
}
.remember .custom-check-box {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	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: 480px) {
	.remember .custom-check-box {
		font-size: 14px;
	}
}
.remember .custom-check-box input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.remember .custom-check-box .checkmark {
	position: absolute;
	top: 1px;
	left: 0px;
	background: #0f2a5f;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	border: 1px solid #fff;
}
.remember .custom-check-box .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 2px;
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.remember .custom-check-box input:checked ~ .checkmark {
	background: #fa5863;
}
.remember .custom-check-box input:checked ~ .checkmark:after {
	display: block;
}
.remember .custom-check-box a {
	color: #fa5863;
}
.remember .forgot-pass {
	font-size: 16px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	display: inline-block;
	color: #fa5863;
	font-weight: normal;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	font-weight: 500;
}
@media (max-width: 480px) {
	.remember .forgot-pass {
		font-size: 14px;
	}
}
.remember .forgot-pass: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: #bebebe !important;
	font-weight: 500;
}
.already p a {
	color: #fa5863;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	font-weight: 500;
}
.already p a:hover {
	color: #fff;
}
@media (max-width: 375px) {
	.already p {
		font-size: 14px !important;
	}
}
table {
	width: 100%;
	font-size: 12px;
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #0f2a5f;
	outline: none;
	border-collapse: inherit;
	border-spacing: 0px;
}
@media (max-width: 767px) {
	table {
		table-layout: fixed;
	}
}
table:focus {
	outline: none;
}
table thead tr {
	background: #0f2a5f;
}
table thead tr th {
	font-weight: bold;
	color: #fff;
}
table thead tr th:last-child {
	border-right: 0;
}
table th {
	background: #0f2a5f;
	padding: 20px 18px;
	font-weight: bold;
	border: none;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	border-right: 1px solid #fff;
	position: relative;
}
@media (max-width: 767px) {
	table th {
		font-size: 15px;
		padding: 15px;
	}
}
@media (max-width: 480px) {
	table th {
		padding: 15px 5px;
		font-size: 12px;
	}
}
table th:last-child {
	border-right: 0;
}
table td {
	padding: 20px;
	font-size: 15px;
	line-height: 20px;
	color: #1f1f1f;
	border-right: 1px solid #0f2a5f;
}
table td:last-child {
	border-right: none;
}
@media (max-width: 767px) {
	table td {
		font-size: 13px;
		padding: 15px;
	}
}
@media (max-width: 480px) {
	table td {
		padding: 15px 5px;
		font-size: 12px;
	}
}
table tr:focus {
	outline: none;
}
table tbody tr {
	background: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	position: relative;
}
table tbody tr:hover {
	border-bottom: 1px solid #0f2a5f;
}
table tbody tr:last-child {
	border-bottom: 1px solid #0f2a5f;
}
@media (max-width: 375px) {
	table tbody tr th:nth-child(2) {
		width: 130px;
	}
}
table a:hover {
	color: #fa5863;
	outline: none;
	text-decoration: none;
}
.account-form {
	background: url(../images/common-bg.png);
	background-position: center;
	background-size: cover;
	position: relative;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.account-form .account-header {
	padding: 40px 0 30px 0;
	text-align: center;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}
@media (max-width: 575px) {
	.account-form .account-header {
		padding: 30px 40px;
	}
}
@media (max-width: 480px) {
	.account-form .account-header {
		padding: 20px;
	}
}
.account-form .account-header .title h2 {
	font-size: 28px;
	line-height: 36px;
	color: #fa5863;
	text-transform: uppercase;
	font-weight: 700;
}
@media (max-width: 575px) {
	.account-form .account-header .title h2 {
		font-size: 24px;
		line-height: 36px;
	}
}
@media (max-width: 480px) {
	.account-form .account-header .title h2 {
		font-size: 22px;
		line-height: 30px;
	}
}
@media (max-width: 375px) {
	.account-form .account-header .title h2 {
		font-size: 19px;
		line-height: 24px;
	}
}
.account-form .account-content {
	padding: 50px;
}
@media (max-width: 1199px) {
	.account-form .account-content {
		padding: 40px;
	}
}
@media (max-width: 480px) {
	.account-form .account-content {
		padding: 30px 20px;
	}
}
#button {
	display: inline-block;
	background: #fff;
	border: 2px solid #fa5863;
	width: 50px;
	height: 50px;
	text-align: center;
	position: fixed;
	bottom: 15px;
	right: 15px;
	-webkit-transition:
		background-color 0.3s,
		opacity 0.5s,
		visibility 0.5s;
	transition:
		background-color 0.3s,
		opacity 0.5s,
		visibility 0.5s;
	opacity: 0;
	visibility: hidden;
	z-index: 98;
	cursor: pointer;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 767px) {
	#button {
		width: 35px;
		height: 35px;
	}
}
#button:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../images/top-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 30px;
	height: 30px;
}
@media (max-width: 767px) {
	#button:after {
		width: 20px;
		height: 20px;
	}
}
#button.show {
	opacity: 1;
	visibility: visible;
}
section {
	position: relative;
}
.section-gap {
	padding: 130px 0;
}
@media (max-width: 1399px) {
	.section-gap {
		padding: 100px 0;
	}
}
@media (max-width: 1199px) {
	.section-gap {
		padding: 80px 0;
	}
}
@media (max-width: 767px) {
	.section-gap {
		padding: 60px 0;
	}
}
.inner-gap {
	padding: 100px 0;
}
@media (max-width: 1399px) {
	.inner-gap {
		padding: 80px 0;
	}
}
@media (max-width: 1199px) {
	.inner-gap {
		padding: 60px 0;
	}
}
@media (max-width: 767px) {
	.inner-gap {
		padding: 50px 0;
	}
}
.inner-gap-margin {
	margin: 100px 0;
}
@media (max-width: 1399px) {
	.inner-gap-margin {
		margin: 80px 0;
	}
}
@media (max-width: 1199px) {
	.inner-gap-margin {
		margin: 60px 0;
	}
}
@media (max-width: 767px) {
	.inner-gap-margin {
		margin: 50px 0;
	}
}
.heading {
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.heading {
		margin-bottom: 20px;
		text-align: center;
	}
}
.heading h2 {
	font-weight: 700;
	font-size: 60px;
	line-height: 80px;
	color: #fa5863;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 15px;
}
@media (max-width: 1399px) {
	.heading h2 {
		font-size: 52px;
		line-height: 70px;
	}
}
@media (max-width: 1199px) {
	.heading h2 {
		font-size: 42px;
		line-height: 60px;
	}
}
@media (max-width: 991px) {
	.heading h2 {
		font-size: 36px;
		line-height: 50px;
		margin-bottom: 5px;
	}
}
@media (max-width: 575px) {
	.heading h2 {
		font-size: 26px;
		line-height: 36px;
	}
}
.heading h3 {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 36px;
	line-height: 48px;
	color: #0f2a5f;
}
@media (max-width: 1199px) {
	.heading h3 {
		font-size: 32px;
		line-height: 44px;
	}
}
@media (max-width: 991px) {
	.heading h3 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	.heading h3 {
		font-size: 24px;
		line-height: 36px;
	}
}
@media (max-width: 575px) {
	.heading h3 {
		font-size: 20px;
		line-height: 32px;
	}
}
.heading p {
	font-size: 16px;
	line-height: 26px;
	color: #1f1f1f;
	margin-bottom: 40px;
}
#pricingplans,
#deliverypolicy,
#cancellation {
	padding-top: 90px;
	margin-top: -90px;
	display: block;
}
@media (max-width: 991px) {
	#pricingplans,
	#deliverypolicy,
	#cancellation {
		padding-top: 80px;
		margin-top: -80px;
	}
}
@media (max-width: 767px) {
	#pricingplans,
	#deliverypolicy,
	#cancellation {
		padding-top: 100px;
		margin-top: -80px;
	}
}
.modal-backdrop {
	z-index: 9999 !important;
	background: rgba(31, 31, 31, 0.8);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.modal-backdrop.show {
	opacity: 1 !important;
}
.modal {
	z-index: 99999 !important;
}
.modal input:-webkit-autofill,
.modal textarea:-webkit-autofill,
.modal select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
	-webkit-text-fill-color: #0f2a5f !important;
}
@media (min-width: 991px) {
	.modal .modal-dialog {
		max-width: 600px;
	}
}
.modal .modal-dialog .modal-content {
	position: relative;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: 0px 4px 10px rgba(111, 96, 213, 0.06);
	box-shadow: 0px 4px 10px rgba(111, 96, 213, 0.06);
	background: url(../images/modal-bg.png);
	background-position: center;
	background-size: cover;
}
.modal .modal-dialog .modal-content .close {
	width: 30px;
	height: 30px;
	background: #fa5863;
	opacity: 1;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 767px) {
	.modal .modal-dialog .modal-content .close {
		width: 20px;
		height: 20px;
		right: 20px;
		top: 20px;
	}
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .close {
		right: 15px;
		top: 15px;
	}
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .close img {
		width: 10px;
	}
}
.modal .modal-dialog .modal-content .modal-header {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 0;
	border-radius: 0;
	padding: 20px 10px;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}
.modal .modal-dialog .modal-content .modal-header .logo {
	line-height: 0;
}
.modal .modal-dialog .modal-content .modal-header .logo img {
	width: 300px;
}
@media (max-width: 767px) {
	.modal .modal-dialog .modal-content .modal-header .logo img {
		width: 220px;
	}
}
.modal .modal-dialog .modal-content .modal-body {
	padding: 50px;
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .modal-body {
		padding: 20px;
	}
}
.modal .modal-dialog .modal-content .modal-body .heading {
	margin-bottom: 40px;
}
.modal .modal-dialog .modal-content .modal-body .heading h2 {
	font-size: 30px;
}
@media (max-width: 375px) {
	.modal .modal-dialog .modal-content .modal-body .heading h2 {
		font-size: 26px;
	}
}
.modal .modal-dialog .modal-content .modal-body p {
	font-size: 16px;
	line-height: 20px;
	color: rgba(22, 22, 22, 0.75);
	padding: 0;
	margin: 0 0 10px 0;
}
.modal .modal-dialog .modal-content .modal-body form .section-button {
	padding: 2px 20px;
	width: 100%;
}
.modal .modal-dialog .modal-content .modal-body ol {
	margin: 10px 0;
	padding-left: 15px;
}
.modal .modal-dialog .modal-content .modal-body ol li {
	list-style-type: decimal;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: rgba(22, 22, 22, 0.75);
	padding: 0;
	margin: 0 0 10px 0;
}
.modal .modal-dialog .modal-content .modal-body .my-button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.modal .modal-dialog .modal-content .modal-body .account-form {
	background: rgba(0, 0, 0, 0);
}
.modal .modal-dialog .modal-content .modal-body .account-form .account-header {
	padding: 0;
	margin-bottom: 20px;
	border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-body .account-form .account-header h2 {
	font-weight: bold;
	font-size: 28px;
	line-height: 42px;
	color: #fa5863;
	margin-bottom: 20px;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.modal .modal-dialog .modal-content .modal-body .account-form .account-header h2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 15px;
	}
}
@media (max-width: 480px) {
	.modal .modal-dialog .modal-content .modal-body .account-form .account-header h2 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}
}
@media (max-width: 375px) {
	.modal .modal-dialog .modal-content .modal-body .account-form .account-header h2 {
		font-size: 19px;
		line-height: 24px;
	}
}
.modal .modal-dialog .modal-content .modal-body .account-form .account-header p {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	max-width: 450px;
	margin: 0 auto;
}
@media (max-width: 480px) {
	.modal .modal-dialog .modal-content .modal-body .account-form .account-header p {
		font-size: 15px;
		line-height: 24px;
	}
}
.modal .modal-dialog .modal-content .modal-body .account-form .account-content {
	padding: 0;
}
#myModal {
	padding-right: 0 !important;
}
#myModal.modal .modal-dialog .modal-content {
	position: relative;
}
#myModal.modal .modal-dialog .modal-content .modal-body {
	text-align: center;
}
#myModal.modal .modal-dialog .modal-content .modal-body .content h2 {
	color: #fa5863;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	#myModal.modal .modal-dialog .modal-content .modal-body .content h2 {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 10px;
	}
}
#myModal.modal .modal-dialog .modal-content .modal-body .content .logo {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	#myModal.modal .modal-dialog .modal-content .modal-body .content .logo {
		margin-bottom: 15px;
	}
}
#myModal.modal .modal-dialog .modal-content .modal-body p {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 30px;
}
@media (max-width: 480px) {
	#myModal.modal .modal-dialog .modal-content .modal-body p {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	#myModal.modal .modal-dialog .modal-content .modal-body p {
		text-align: center;
	}
}
#myModal.modal .modal-dialog .modal-content .modal-body p a {
	color: #8699ad;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	font-weight: 500;
}
#myModal.modal .modal-dialog .modal-content .modal-body p a:hover {
	color: #fa5863;
}
#myModal.modal .modal-dialog .modal-content .modal-body .my-button {
	z-index: 1;
	text-transform: capitalize;
	width: 100%;
}
#chat-widget-container {
	bottom: 0 !important;
}
.po-rl {
	position: relative;
}
.lh-0 {
	line-height: 0;
}
.of-h {
	overflow: hidden;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
	-webkit-text-fill-color: #0f2a5f !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
@media (max-width: 767px) {
	p {
		font-size: 15px !important;
	}
}
@media (min-width: 768px) {
	.mt-md-n4 {
		margin-top: -1.5rem !important;
	}
}
@media (max-width: 767px) {
	.content {
		text-align: center;
	}
}
body {
	position: relative;
}
@media (max-width: 991px) {
	.blur-body {
		overflow: hidden;
	}
	.blur-body::before {
		background: rgba(31, 31, 31, 0.8);
		content: "";
		height: 100%;
		width: 100%;
		position: absolute;
		z-index: 99;
	}
}
#pricing {
	scroll-margin-top: 82px;
}
@media (max-width: 991px) {
	#pricing {
		scroll-margin-top: 73px;
	}
}
@media (max-width: 575px) {
	.g-recaptcha {
		-webkit-transform: scale(0.77);
		transform: scale(0.77);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
@media (max-width: 991px) {
	.support-page .heading {
		text-align: center;
	}
}
.support-page .heading h2 {
	font-size: 40px;
	line-height: 1.3;
}
@media (max-width: 1600px) {
	.support-page .heading h2 {
		font-size: 36px;
	}
}
@media (max-width: 1399px) {
	.support-page .heading h2 {
		font-size: 32px;
	}
}
@media (max-width: 991px) {
	.support-page .heading h2 {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	.support-page .heading h2 {
		font-size: 24px;
	}
}
@media (max-width: 375px) {
	.support-page .heading h2 {
		font-size: 20px;
	}
}
.support-page .heading p {
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.support-page .right-div {
		margin-top: 50px;
	}
}
.faq-section .myaccordion {
	position: relative;
	z-index: 1;
}
.faq-section .myaccordion .card {
	counter-increment: rowNumber;
	border-radius: 0;
	border: rgba(0, 0, 0, 0);
	margin-bottom: 20px;
	background: rgba(0, 0, 0, 0);
}
.faq-section .myaccordion .card:last-child {
	margin-bottom: 0;
}
.faq-section .myaccordion .card .card-header[aria-expanded="true"] {
	border: 1px solid #fa5863;
	border-radius: 20px 20px 0px 0px;
	border-bottom: rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
}
.faq-section .myaccordion .card .card-header[aria-expanded="true"] h2 {
	color: #fa5863;
}
.faq-section .myaccordion .card .card-header[aria-expanded="true"] h2 .icon:before {
	opacity: 0;
}
.faq-section .myaccordion .card .card-header[aria-expanded="true"] h2 .icon::after {
	background: #fa5863;
}
.faq-section .myaccordion .card .card-header {
	padding: 15px 20px 15px 20px;
	cursor: pointer;
	border: 1px solid rgba(3, 82, 45, 0.18);
	border-radius: 18px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 480px) {
	.faq-section .myaccordion .card .card-header {
		padding: 10px;
	}
}
.faq-section .myaccordion .card .card-header h2 {
	font-size: 18px;
	line-height: 25px;
	color: #000;
	position: relative;
}
.faq-section .myaccordion .card .card-header h2 div div {
	padding-right: 10px;
}
@media (max-width: 480px) {
	.faq-section .myaccordion .card .card-header h2 {
		font-size: 15px;
		line-height: 22px;
	}
}
.faq-section .myaccordion .card .card-header h2 .no {
	position: absolute;
	left: 0;
	display: none;
}
.faq-section .myaccordion .card .card-header h2 .no:before {
	content: counter(rowNumber) ".";
}
.faq-section .myaccordion .card .card-header h2 .icon {
	position: relative;
	min-width: 35px;
	height: 35px;
	background: rgba(0, 0, 0, 0);
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.faq-section .myaccordion .card .card-header h2 .icon.minus {
	display: none;
}
.faq-section .myaccordion .card .card-header h2 .icon:after,
.faq-section .myaccordion .card .card-header h2 .icon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #000;
}
.faq-section .myaccordion .card .card-header h2 .icon:after {
	width: 14px;
	height: 2px;
}
.faq-section .myaccordion .card .card-header h2 .icon:before {
	width: 2px;
	height: 14px;
}
.faq-section .myaccordion .card .card-body {
	padding: 0 20px 20px;
	color: #000;
	font-size: 16px;
	line-height: 26px;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #000;
	border-top: rgba(0, 0, 0, 0);
	border-radius: 0px 0 20px 20px;
}
@media (max-width: 480px) {
	.faq-section .myaccordion .card .card-body {
		padding: 0 20px 10px;
		font-size: 15px;
	}
}
.faq-section .myaccordion table {
	margin: 20px 0;
}
.page-breadcrumb {
	padding: 200px 0 120px 0;
	background: url(../images/breadcrumb-img.png);
	background-position: center bottom;
	background-size: cover;
}
@media (max-width: 1399px) {
	.page-breadcrumb {
		padding: 150px 0 70px;
	}
}
@media (max-width: 1199px) {
	.page-breadcrumb {
		padding: 120px 0 50px;
	}
}
@media (max-width: 767px) {
	.page-breadcrumb {
		padding: 100px 0 30px;
	}
}
.page-breadcrumb .heading {
	margin-bottom: 0;
	text-align: center;
}
header {
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-box-shadow: 0px 4px 10px rgba(111, 96, 213, 0.06);
	box-shadow: 0px 4px 10px rgba(111, 96, 213, 0.06);
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}
header.fixed-menu {
	background: #0f2a5f;
}
header.fixed-menu .navbar .navbar-collapse {
	background: #0f2a5f;
}
header .navbar {
	position: relative;
	padding: 20px 0;
}
header .navbar .logo .navbar-brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 0;
	padding: 0;
	line-height: 0;
	width: 200px;
}
header .navbar .navbar-toggler {
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	outline: none;
	position: relative;
	border: none;
	cursor: pointer;
	-webkit-appearence: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: #fff;
	border-radius: 0;
}
header .navbar .navbar-toggler:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
header .navbar .navbar-toggler svg {
	stroke-width: 4px;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	display: block;
}
header .navbar .navbar-toggler svg path {
	-webkit-transition:
		stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s),
		stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
	transition:
		stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s),
		stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
	stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
	stroke-dashoffset: var(--offset, 126px);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	stroke: #fa5863;
}
header .navbar .navbar-toggler svg path:nth-child(2) {
	--duration: 0.7s;
	--easing: ease-in;
	stroke: #fa5863;
}
header .navbar .navbar-toggler svg path:nth-child(3) {
	--offset: 133px;
	--array-2: 107px;
	stroke: #fa5863;
}
header .navbar .navbar-toggler[aria-expanded="true"] svg path {
	--offset: 57px;
}
header .navbar .navbar-toggler[aria-expanded="true"] svg path:nth-child(1),
header .navbar .navbar-toggler[aria-expanded="true"] svg path:nth-child(3) {
	--delay: 0.15s;
	--easing: cubic-bezier(0.2, 0.4, 0.2, 1.1);
}
header .navbar .navbar-toggler[aria-expanded="true"] svg path:nth-child(2) {
	--duration: 0.4s;
	--offset: 2px;
	--array-1: 1px;
}
header .navbar .navbar-toggler[aria-expanded="true"] svg path:nth-child(3) {
	--offset: 58px;
}
header .navbar .navbar-collapse {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 991px) {
	header .navbar .navbar-collapse {
		position: absolute;
		top: 73px;
		width: 100%;
		z-index: 99;
		left: 0;
		background: rgba(14, 14, 14, 0.9);
	}
}
header .navbar .navbar-collapse .navbar-nav {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 991px) {
	header .navbar .navbar-collapse .navbar-nav {
		padding: 10px 0 20px;
	}
}
header .navbar .navbar-collapse .navbar-nav .nav-item {
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	margin: 0 15px;
}
@media (max-width: 1399px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item {
		margin: 0 8px;
	}
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	position: relative;
	padding: 10px 5px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	width: 0;
	height: 1px;
	background: #fa5863;
	-webkit-filter: blur(1px);
	filter: blur(1px);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
	color: #fa5863;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover:after,
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active:after {
	width: 20px;
}
@media (max-width: 991px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		padding: 10px 20px;
	}
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.my-button {
	text-transform: capitalize;
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
	min-width: 140px;
}
@media (max-width: 991px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.my-button {
		margin-top: 10px;
	}
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.my-button:after {
	display: none;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.my-button.active {
	color: #fa5863;
	background-color: #fff;
}
footer {
	position: relative;
	background: url(../images/foot-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}
footer .footer-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
footer .main-footer {
	position: relative;
	padding: 85px 0;
	z-index: 10;
}
@media (max-width: 991px) {
	footer .main-footer {
		padding: 70px 0;
	}
}
@media (max-width: 767px) {
	footer .main-footer {
		padding: 60px 0;
	}
}
@media (max-width: 480px) {
	footer .main-footer {
		padding: 40px 0;
	}
}
footer .main-footer .visa {
	height: 28px;
}
footer .main-footer .footer-about {
	position: relative;
}
@media (max-width: 991px) {
	footer .main-footer .footer-about {
		text-align: center;
	}
}
footer .main-footer .footer-about a {
	display: block;
	line-height: 0;
	margin-bottom: 40px;
}
@media (max-width: 991px) {
	footer .main-footer .footer-about a {
		margin-bottom: 30px;
	}
}
footer .main-footer .footer-about p {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 40px;
}
@media (max-width: 991px) {
	footer .main-footer .footer-about p {
		max-width: 550px;
		margin: 0 auto 30px auto;
	}
}
@media (max-width: 767px) {
	footer .main-footer .footer-about p {
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	footer .main-footer .footer-about p {
		font-size: 14px;
	}
}
footer .main-footer .footer-about img.visa {
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	footer .main-footer .footer-about img.visa {
		margin-bottom: 0px;
	}
}
footer .main-footer .encryption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
}
@media (max-width: 991px) {
	footer .main-footer .encryption {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 767px) {
	footer .main-footer .encryption {
		font-size: 15px;
	}
}
footer .main-footer .encryption img {
	margin-right: 10px;
	margin-bottom: 0;
}
footer .main-footer .footer-title {
	font-size: 26px;
	line-height: 34px;
	color: #fa5863;
	position: relative;
	margin-bottom: 40px;
	font-weight: 700;
}
@media (max-width: 767px) {
	footer .main-footer .footer-title {
		margin-bottom: 15px;
		font-size: 20px;
		line-height: 24px;
	}
}
footer .main-footer .footer-title span {
	color: #fa5863;
}
@media (max-width: 767px) {
	footer .main-footer .footer-title {
		font-size: 20px;
		line-height: 28px;
	}
}
footer .main-footer .footer-title.mob[aria-expanded="true"] .footer-toggler img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin: 0px 1px 0px 0px;
}
@media (max-width: 767px) {
	footer .main-footer .footer-title.mob {
		display: block;
		position: relative;
	}
	footer .main-footer .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: #fa5863;
		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;
		border-radius: 50%;
		width: 20px;
		height: 20px;
	}
	footer .main-footer .footer-title.mob .footer-toggler img {
		-webkit-transition: 0.3s all;
		transition: 0.3s all;
		margin: 1px 1px 0px 0px;
	}
}
@media (min-width: 768px) {
	footer .main-footer .footer-title.mob .footer-toggler {
		display: none;
	}
}
footer .main-footer .footer-links:not(.footer-contact) ul li {
	position: relative;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	footer .main-footer .footer-links .footer-title {
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	footer .main-footer .footer-links .footer-title:before {
		display: none;
	}
}
@media (max-width: 767px) {
	footer .main-footer .footer-links ul {
		padding-left: 40px;
	}
}
@media (max-width: 480px) {
	footer .main-footer .footer-links ul {
		padding-left: 20px;
	}
}
@media (min-width: 768px) {
	footer .main-footer .footer-links ul.foot-mob {
		display: block;
	}
}
footer .main-footer .footer-links ul li {
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	footer .main-footer .footer-links ul li:last-child {
		margin-bottom: 0;
	}
}
footer .main-footer .footer-links ul li a {
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 767px) {
	footer .main-footer .footer-links ul li a {
		font-size: 15px;
	}
}
footer .main-footer .footer-links ul li a:hover {
	color: #fa5863;
}
footer .sub-footer {
	padding: 15px 0;
	text-align: center;
	position: relative;
	border-top: 1px solid hsla(0, 0%, 100%, 0.3);
}
@media (max-width: 1199px) {
	footer .sub-footer {
		padding-bottom: 60px;
	}
}
footer .sub-footer p {
	font-size: 15px;
	line-height: 30px;
	color: #fff;
}
@media (max-width: 991px) {
	footer .sub-footer p {
		font-size: 11px;
		line-height: 18px;
	}
}
.footer-contact ul li {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767px) {
	.footer-contact ul li {
		font-size: 15px;
	}
}
.footer-contact ul li .my-icon {
	margin-right: 10px;
	line-height: 0;
}
.footer-contact ul li .my-icon img {
	min-width: 24px;
}
.footer-contact ul li:last-child {
	margin-bottom: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.footer-contact ul li a {
	color: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 767px) {
	.footer-contact ul li a {
		display: block;
	}
}
.footer-contact ul li p {
	color: #fff;
}
.hero-banner {
	position: relative;
	line-height: 0;
	background: url(../images/hero-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	padding-top: 270px;
}
@media (max-width: 1399px) {
	.hero-banner {
		padding-top: 220px;
	}
}
@media (max-width: 991px) {
	.hero-banner {
		padding-top: 150px;
	}
}
.hero-banner .content {
	padding-top: 35px;
}
@media (max-width: 991px) {
	.hero-banner .content {
		text-align: center;
		padding-top: 0;
		margin-bottom: 40px;
	}
}
.hero-banner .content h2 {
	font-weight: 700;
	font-size: 45px;
	line-height: 59px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #fff;
}
@media (max-width: 991px) {
	.hero-banner .content h2 {
		font-size: 38px;
		line-height: 52px;
	}
}
@media (max-width: 767px) {
	.hero-banner .content h2 {
		font-size: 32px;
		line-height: 46px;
	}
}
@media (max-width: 575px) {
	.hero-banner .content h2 {
		font-size: 28px;
		line-height: 42px;
	}
}
@media (max-width: 575px) {
	.hero-banner .content h2 {
		font-size: 24px;
		line-height: 38px;
	}
}
.hero-banner .content h1 {
	font-weight: 700;
	font-size: 100px;
	line-height: 1;
	letter-spacing: 10px;
	color: #fa5863;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.hero-banner .content h1 {
		font-size: 80px;
	}
}
@media (max-width: 575px) {
	.hero-banner .content h1 {
		font-size: 58px;
	}
}
@media (max-width: 480px) {
	.hero-banner .content h1 {
		font-size: 52px;
	}
}
.hero-banner .content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 30px;
}
.hero-banner .image {
	margin-right: -140px;
	position: relative;
}
@media (max-width: 991px) {
	.hero-banner .image {
		margin-right: 0;
	}
}
@media (max-width: 991px) {
	.hero-banner .image img {
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}
}
.main-wrapper .about {
	position: relative;
}
.main-wrapper .about:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 50%;
	right: 0;
	background: #f3f3f5;
	z-index: -1;
	top: 0;
}
@media (max-width: 991px) {
	.main-wrapper .about:before {
		height: 58%;
		top: auto;
		bottom: 0;
	}
}
@media (max-width: 767px) {
	.main-wrapper .about:before {
		height: 56%;
	}
}
@media (max-width: 480px) {
	.main-wrapper .about:before {
		display: none;
	}
}
@media (max-width: 767px) {
	.main-wrapper .about .content {
		margin-bottom: 40px;
	}
}
.main-wrapper .about .content .heading h3 {
	text-transform: uppercase;
	font-weight: 600;
}
@media (max-width: 480px) {
	.main-wrapper .about .content .heading h3 {
		max-width: 300px;
		margin: 0 auto 15px auto;
	}
}
.main-wrapper .about .image {
	position: relative;
}
@media (max-width: 991px) {
	.main-wrapper .about .image img {
		max-width: 450px;
		width: 100%;
	}
}
.main-wrapper .about .image .text {
	position: absolute;
	left: -20px;
	bottom: 10px;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	color: #fff;
	-webkit-text-stroke: 1.5px #0f2a5f;
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@media (max-width: 1199px) {
	.main-wrapper .about .image .text {
		left: 0;
	}
}
@media (max-width: 767px) {
	.main-wrapper .about .image .text {
		font-size: 42px;
		line-height: 58px;
	}
}
@media (max-width: 575px) {
	.main-wrapper .about .image .text {
		font-size: 32px;
		line-height: 42px;
	}
}
@media (max-width: 480px) {
	.main-wrapper .about .image .text {
		bottom: -20px;
	}
}
.main-wrapper .workout:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 533px;
	background: url(../images/workout-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 991px) {
	.main-wrapper .workout:before {
		height: 477px;
	}
}
@media (max-width: 767px) {
	.main-wrapper .workout:before {
		height: 427px;
	}
}
@media (max-width: 575px) {
	.main-wrapper .workout:before {
		height: 350px;
	}
}
.main-wrapper .workout * {
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}
.main-wrapper .workout .slick-list {
	padding-bottom: 20px;
}
.main-wrapper .workout .vector {
	position: absolute;
	top: 70px;
	right: -60px;
}
@media (max-width: 991px) {
	.main-wrapper .workout .vector {
		display: none;
	}
}
.main-wrapper .workout .workout-card {
	height: 100%;
}
@media (max-width: 991px) {
	.main-wrapper .workout .workout-card {
		width: 60%;
		margin: 0 auto;
		padding-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.main-wrapper .workout .workout-card {
		width: 80%;
	}
}
@media (max-width: 480px) {
	.main-wrapper .workout .workout-card {
		width: 90%;
	}
}
.main-wrapper .workout .workout-card:hover .image img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.main-wrapper .workout .workout-card:hover .content:before {
	bottom: 0;
}
.main-wrapper .workout .workout-card:hover .content .title h2 {
	color: #fff;
}
.main-wrapper .workout .workout-card:hover .content .title p {
	color: #fff;
}
.main-wrapper .workout .workout-card .image {
	line-height: 0;
}
.main-wrapper .workout .workout-card .image img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
@media (max-width: 991px) {
	.main-wrapper .workout .workout-card .image img {
		width: 100%;
	}
}
.main-wrapper .workout .workout-card .content {
	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;
	padding: 40px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
	position: relative;
	overflow: hidden;
}
@media (max-width: 1399px) {
	.main-wrapper .workout .workout-card .content {
		padding: 30px 20px;
	}
}
@media (max-width: 575px) {
	.main-wrapper .workout .workout-card .content {
		padding: 15px;
	}
}
.main-wrapper .workout .workout-card .content:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 105%;
	background: #0f2a5f;
	left: 0;
	bottom: 105%;
	-webkit-transition: all 700ms cubic-bezier(0.47, 1.5, 0.41, 0.8);
	transition: all 700ms cubic-bezier(0.47, 1.5, 0.41, 0.8);
}
.main-wrapper .workout .workout-card .content .title {
	z-index: 1;
}
.main-wrapper .workout .workout-card .content .title h2 {
	font-weight: 700;
	font-size: 26px;
	line-height: 34px;
	color: #0f2a5f;
	margin-bottom: 20px;
	text-transform: uppercase;
}
@media (max-width: 1199px) {
	.main-wrapper .workout .workout-card .content .title h2 {
		font-size: 24px;
	}
}
@media (max-width: 575px) {
	.main-wrapper .workout .workout-card .content .title h2 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 10px;
	}
}
.main-wrapper .workout .workout-card .content .title p {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #1f1f1f;
}
@media (max-width: 575px) {
	.main-wrapper .workout .workout-card .content .title p {
		margin-bottom: 20px;
	}
}
.main-wrapper .workout .workout-card .content .circle {
	position: absolute;
	right: 0;
	bottom: -1px;
}
.main-wrapper .workout .slick-arrow {
	display: block;
	height: 25px;
	width: 25px;
	background: url("../images/carousel-arrow.svg") no-repeat;
	background-position: center;
	position: absolute;
	top: 15px;
}
@media (max-width: 575px) {
	.main-wrapper .workout .slick-arrow {
		top: 10px;
	}
}
@media (max-width: 480px) {
	.main-wrapper .workout .slick-arrow {
		top: 5px;
	}
}
.main-wrapper .workout .prev {
	left: 15px;
}
.main-wrapper .workout .next {
	right: 15px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.main-wrapper .trainer {
	padding-bottom: 130px;
}
@media (max-width: 1399px) {
	.main-wrapper .trainer {
		padding-bottom: 100px;
	}
}
@media (max-width: 1199px) {
	.main-wrapper .trainer {
		padding-bottom: 80px;
	}
}
@media (max-width: 767px) {
	.main-wrapper .trainer {
		padding-bottom: 60px;
	}
}
@media (max-width: 575px) {
	.main-wrapper .trainer {
		padding-bottom: 50px;
	}
}
.main-wrapper .trainer .trainer-list {
	background: url(../images/common-bg.png);
	background-position: center;
	background-size: cover;
	padding: 30px;
}
@media (min-width: 768px) {
	.main-wrapper .trainer .trainer-list {
		height: 100%;
	}
}
@media (max-width: 767px) {
	.main-wrapper .trainer .trainer-list {
		padding: 0;
	}
}
.main-wrapper .trainer .trainer-list .circle {
	position: absolute;
	right: 7px;
	top: -10px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
@media (max-width: 1199px) {
	.main-wrapper .trainer .trainer-list .circle {
		top: unset;
		right: unset;
		left: 7px;
		bottom: -10px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
.main-wrapper .trainer .trainer-list.right .circle {
	top: unset;
	right: unset;
	left: 7px;
	bottom: -10px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.main-wrapper .trainer .trainer-list .image {
	line-height: 0;
}
@media (min-width: 768px) {
	.main-wrapper .trainer .trainer-list .image {
		margin-top: -160px;
	}
}
@media (max-width: 767px) {
	.main-wrapper .trainer .trainer-list .image {
		z-index: 1;
	}
	.main-wrapper .trainer .trainer-list .image:before {
		content: "";
		left: 0;
		top: 0;
		position: absolute;
		width: 100%;
		height: 50%;
		background: #fff;
		z-index: -1;
	}
}
@media (max-width: 991px) {
	.main-wrapper .trainer .trainer-list .image img {
		max-width: 220px;
	}
}
.main-wrapper .trainer .trainer-list .content {
	padding-right: 10px;
	padding-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 1399px) {
	.main-wrapper .trainer .trainer-list .content {
		padding-top: 10px;
	}
}
@media (max-width: 767px) {
	.main-wrapper .trainer .trainer-list .content {
		padding: 0 30px 30px;
	}
}
@media (max-width: 767px) {
	.main-wrapper .trainer .trainer-list .content {
		padding: 0 15px 30px;
	}
}
.main-wrapper .trainer .trainer-list .content h2 {
	font-weight: 700;
	font-size: 26px;
	line-height: 34px;
	text-transform: uppercase;
	color: #fa5863;
	margin-bottom: 15px;
}
@media (max-width: 480px) {
	.main-wrapper .trainer .trainer-list .content h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}
}
.main-wrapper .trainer .trainer-list .content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.main-wrapper .we-offer {
	background: url(../images/foot-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
	.main-wrapper .we-offer .we-offer-list {
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.main-wrapper .we-offer .we-offer-list {
		margin-bottom: 30px;
	}
}
.main-wrapper .we-offer .we-offer-list .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 140px;
	width: 140px;
	background: #fff;
	margin: 0 auto 30px auto;
	position: relative;
}
@media (max-width: 1399px) {
	.main-wrapper .we-offer .we-offer-list .icon {
		height: 100px;
		width: 100px;
		margin: 0 auto 20px auto;
	}
}
@media (max-width: 991px) {
	.main-wrapper .we-offer .we-offer-list .icon {
		height: 80px;
		width: 80px;
	}
}
@media (max-width: 767px) {
	.main-wrapper .we-offer .we-offer-list .icon {
		margin: 0 auto 10px auto;
	}
}
.main-wrapper .we-offer .we-offer-list .icon:before,
.main-wrapper .we-offer .we-offer-list .icon:after {
	content: "";
	position: absolute;
	background-color: #fa5863;
	width: 8px;
	height: 8px;
	border-radius: 50px;
}
.main-wrapper .we-offer .we-offer-list .icon::before {
	top: 10px;
	right: 10px;
}
.main-wrapper .we-offer .we-offer-list .icon::after {
	left: 10px;
	bottom: 10px;
}
@media (max-width: 991px) {
	.main-wrapper .we-offer .we-offer-list .icon::before {
		top: 7px;
		right: 7px;
	}
	.main-wrapper .we-offer .we-offer-list .icon::after {
		left: 7px;
		bottom: 7px;
	}
}
@media (max-width: 1399px) {
	.main-wrapper .we-offer .we-offer-list .icon img {
		max-width: 60px;
	}
}
@media (max-width: 991px) {
	.main-wrapper .we-offer .we-offer-list .icon img {
		max-width: 40px;
	}
}
.main-wrapper .we-offer .we-offer-list h2 {
	font-size: 26px;
	font-weight: 600;
	line-height: 35px;
	color: #fff;
}
@media (max-width: 1199px) {
	.main-wrapper .we-offer .we-offer-list h2 {
		font-size: 22px;
	}
}
@media (max-width: 991px) {
	.main-wrapper .we-offer .we-offer-list h2 {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.main-wrapper .pricing .image img {
		width: 100%;
		max-width: 500px;
	}
}
.main-wrapper .pricing .content-wrapper .heading {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.main-wrapper .pricing .content-wrapper .heading {
		margin-bottom: 30px;
	}
}
.main-wrapper .pricing .content-wrapper .heading p {
	max-width: 420px;
	margin: 0 auto;
}
.main-wrapper .pricing .content-wrapper .nav-tabs {
	margin-bottom: 30px;
	border: 0;
}
@media (max-width: 991px) {
	.main-wrapper .pricing .content-wrapper .nav-tabs {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.main-wrapper .pricing .content-wrapper .nav-tabs .nav-item:last-child {
	margin-right: 0;
}
.main-wrapper .pricing .content-wrapper .nav-tabs .nav-item .nav-link {
	min-width: 165px;
	position: relative;
	padding: 15px 10px;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	z-index: 1;
	background-color: #d2d2d2;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 767px) {
	.main-wrapper .pricing .content-wrapper .nav-tabs .nav-item .nav-link {
		min-width: 125px;
		padding: 10px;
		font-size: 18px;
	}
}
.main-wrapper .pricing .content-wrapper .nav-tabs .nav-item .nav-link:hover,
.main-wrapper .pricing .content-wrapper .nav-tabs .nav-item .nav-link.active {
	background-color: #fa5863;
}
@media (max-width: 991px) {
	.main-wrapper .pricing .content-wrapper .tab-content {
		margin-bottom: 30px;
	}
}
.main-wrapper .pricing .content-wrapper .tab-content .tab-pane .content {
	margin-bottom: 40px;
}
.main-wrapper .pricing .content-wrapper .tab-content .tab-pane .content h6 {
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	color: #1f1f1f;
	margin-bottom: 10px;
}
.main-wrapper .pricing .content-wrapper .tab-content .tab-pane .content h6 span {
	color: #fa5863;
	font-weight: 600;
}
@media (max-width: 767px) {
	.main-wrapper .pricing .content-wrapper .tab-content .tab-pane .content h6 {
		font-size: 18px;
		line-height: 28px;
	}
}
@media (max-width: 375px) {
	.main-wrapper .pricing .content-wrapper .tab-content .tab-pane .content h6 {
		max-width: 240px;
		margin: 0 auto 10px auto;
	}
}
.policy-content {
	font-size: 16px;
	line-height: 28px;
	color: #1f1f1f;
	position: relative;
}
@media (max-width: 767px) {
	.policy-content {
		font-size: 15px;
		padding: 80px 0 60px 0;
	}
}
.policy-content a {
	color: #fa5863;
	font-weight: bold;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.policy-content a:hover {
	color: #0f2a5f;
}
.policy-content b,
.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
	font-family: "Supreme-Variable";
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
	color: #0f2a5f;
	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 small {
	font-size: 14px;
	line-height: 20px;
	color: #1f1f1f;
}
.policy-content .print {
	position: fixed;
	right: 0;
	top: 310px;
	padding: 15px 10px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	background-color: #fa5863;
}
@media (max-width: 1220px) {
	.policy-content .print {
		font-size: 0;
		padding: 6px;
		top: 280px;
	}
}
@media (max-width: 767px) {
	.policy-content .print {
		top: 240px;
	}
}
.policy-content .print:hover {
	color: #fff;
}
.policy-content .print img {
	margin-top: 5px;
}
@media (max-width: 1220px) {
	.policy-content .print img {
		margin-top: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}
.about-us .heading h3 {
	text-transform: uppercase;
	font-weight: 600;
}
@media (max-width: 991px) {
	.about-us .image img {
		max-width: 450px;
		width: 100%;
	}
}
.services {
	background: url(../images/foot-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.services .nav-pills {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
	border-bottom: 1px solid #fa5863;
}
@media (max-width: 575px) {
	.services .nav-pills {
		margin-bottom: 30px;
	}
}
.services .nav-pills .nav-item {
	margin-right: 5px;
}
.services .nav-pills .nav-item:last-child {
	margin-right: 0;
}
.services .nav-pills .nav-item .nav-link {
	border-radius: 0;
	background: #fff;
	color: #fa5863;
	font-weight: 700;
	font-size: 26px;
	line-height: 34px;
	min-width: 200px;
	height: 70px;
	font-size: 20px;
	line-height: 24px;
}
@media (max-width: 1199px) {
	.services .nav-pills .nav-item .nav-link {
		font-size: 18px;
		line-height: 22px;
		height: 60px;
	}
}
@media (max-width: 991px) {
	.services .nav-pills .nav-item .nav-link {
		font-size: 16px;
		line-height: 20px;
		min-width: 130px;
		height: 50px;
	}
}
@media (max-width: 767px) {
	.services .nav-pills .nav-item .nav-link {
		font-size: 15px;
		line-height: 18px;
		min-width: 100px;
		height: 40px;
		padding: 10px;
	}
}
@media (max-width: 575px) {
	.services .nav-pills .nav-item .nav-link {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.services .nav-pills .nav-item .nav-link {
		font-size: 13px;
		min-width: auto;
		height: 30px;
		padding: 5px 10px;
	}
}
@media (max-width: 375px) {
	.services .nav-pills .nav-item .nav-link {
		font-size: 12px;
		padding: 5px 8px;
	}
}
.services .nav-pills .nav-item .nav-link.active {
	background: #fa5863;
	color: #fff;
}
.services .nav-pills .nav-item .nav-link.active:before {
	width: 100%;
	background: #fff;
}
@media (max-width: 991px) {
	.services .content-wrapper .content {
		text-align: center;
	}
}
.services .content-wrapper .content h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 50px;
	color: #fa5863;
	margin-bottom: 10px;
}
@media (max-width: 991px) {
	.services .content-wrapper .content h2 {
		font-size: 36px;
		line-height: 58px;
	}
}
@media (max-width: 767px) {
	.services .content-wrapper .content h2 {
		font-size: 32px;
		line-height: 54px;
	}
}
@media (max-width: 575px) {
	.services .content-wrapper .content h2 {
		font-size: 28px;
		line-height: 48px;
	}
}
.services .content-wrapper .content p {
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	font-weight: 300;
}
@media (max-width: 1399px) {
	.services .content-wrapper .content p {
		font-size: 20px;
		line-height: 30px;
	}
}
@media (max-width: 1199px) {
	.services .content-wrapper .content p {
		font-size: 18px;
		line-height: 28px;
	}
}
@media (max-width: 480px) {
	.services .content-wrapper .image img {
		max-width: 250px;
	}
}
.form-pages.contact-us .contact-details {
	padding-top: 40px;
}
@media (max-width: 991px) {
	.form-pages.contact-us .contact-details {
		text-align: center;
	}
}
.form-pages.contact-us .contact-details .title {
	margin-bottom: 35px;
}
@media (max-width: 991px) {
	.form-pages.contact-us .contact-details .title {
		margin-bottom: 25px;
	}
}
@media (max-width: 575px) {
	.form-pages.contact-us .contact-details .title {
		margin-bottom: 30px;
	}
}
.form-pages.contact-us .contact-details .title h2 {
	font-size: 28px;
	line-height: 42px;
	color: #fa5863;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
}
@media (max-width: 575px) {
	.form-pages.contact-us .contact-details .title h2 {
		font-size: 24px;
		line-height: 36px;
	}
}
@media (max-width: 480px) {
	.form-pages.contact-us .contact-details .title h2 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}
}
@media (max-width: 375px) {
	.form-pages.contact-us .contact-details .title h2 {
		font-size: 19px;
		line-height: 24px;
	}
}
.form-pages.contact-us .contact-details .title p {
	font-size: 16px;
	line-height: 20px;
	color: #1f1f1f;
}
@media (max-width: 767px) {
	.form-pages.contact-us .contact-details .title p {
		font-size: 15px;
	}
}
@media (max-width: 991px) {
	.form-pages.contact-us .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-us .contact-details .contact-details-inner .media {
	margin-bottom: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 991px) {
	.form-pages.contact-us .contact-details .contact-details-inner .media {
		margin-bottom: 20px;
	}
}
.form-pages.contact-us .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-us .contact-details .contact-details-inner .media:last-child .media-body {
	padding-top: 30px;
}
@media (max-width: 991px) {
	.form-pages.contact-us .contact-details .contact-details-inner .media:last-child .media-body {
		padding-top: 20px;
	}
}
.form-pages.contact-us .contact-details .contact-details-inner .media .my-icon {
	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-color: #0f2a5f;
	min-width: 90px;
	width: 90px;
	height: 90px;
	margin-right: 15px;
}
@media (max-width: 1399px) {
	.form-pages.contact-us .contact-details .contact-details-inner .media .my-icon {
		min-width: 75px;
		width: 75px;
		height: 75px;
	}
}
@media (max-width: 1199px) {
	.form-pages.contact-us .contact-details .contact-details-inner .media .my-icon {
		min-width: 65px;
		width: 65px;
		height: 65px;
		margin-right: 10px;
	}
}
@media (max-width: 991px) {
	.form-pages.contact-us .contact-details .contact-details-inner .media .my-icon {
		min-width: 50px;
		width: 50px;
		height: 50px;
	}
}
@media (max-width: 1399px) {
	.form-pages.contact-us .contact-details .contact-details-inner .media .my-icon img {
		max-width: 50px;
	}
}
@media (max-width: 1199px) {
	.form-pages.contact-us .contact-details .contact-details-inner .media .my-icon img {
		max-width: 40px;
	}
}
@media (max-width: 991px) {
	.form-pages.contact-us .contact-details .contact-details-inner .media .my-icon img {
		max-width: 30px;
	}
}
.form-pages.contact-us .contact-details .contact-details-inner .media .media-body {
	text-align: left;
}
.form-pages.contact-us .contact-details .contact-details-inner .media .media-body p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #1f1f1f;
}
@media (max-width: 991px) {
	.form-pages.contact-us .contact-details .contact-details-inner .media .media-body p {
		font-size: 16px;
		line-height: 26px;
		max-width: 200px;
	}
}
@media (max-width: 767px) {
	.form-pages.contact-us .contact-details .contact-details-inner .media .media-body p {
		font-size: 16px;
		line-height: 24px;
	}
}
.form-pages.contact-us .contact-details .contact-details-inner .media .media-body p a {
	color: #1f1f1f;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	display: block;
}
.form-pages.contact-us .contact-details .contact-details-inner .media .media-body p a:hover {
	color: #fa5863;
}
.form-pages.sign-up .join-now {
	position: relative;
}
.form-pages.sign-up .join-now .content {
	padding-top: 30px;
	margin-bottom: 60px;
}
@media (max-width: 991px) {
	.form-pages.sign-up .join-now .content {
		margin-bottom: 30px;
		padding-top: 0;
	}
}
.form-pages.sign-up .join-now .content h2 {
	font-size: 28px;
	line-height: 36px;
	color: #fa5863;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}
@media (max-width: 575px) {
	.form-pages.sign-up .join-now .content h2 {
		font-size: 24px;
		line-height: 36px;
	}
}
@media (max-width: 480px) {
	.form-pages.sign-up .join-now .content h2 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}
}
.form-pages.sign-up .join-now .content h6 {
	font-size: 24px;
	line-height: 32px;
	color: #1f1f1f;
	margin-bottom: 20px;
	font-weight: 400;
}
@media (max-width: 767px) {
	.form-pages.sign-up .join-now .content h6 {
		font-size: 20px;
		line-height: 28px;
	}
}
@media (max-width: 575px) {
	.form-pages.sign-up .join-now .content h6 {
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 26px;
	}
}
.form-pages.sign-up .join-now .content h6 span {
	color: #fa5863;
	font-weight: 400;
}
@media (max-width: 991px) {
	.form-pages.sign-up .join-now .image {
		margin-bottom: 40px;
	}
}
.form-pages.sign-up .signup-info {
	background: url(../images/common-bg.png);
	background-position: center;
	background-size: cover;
	margin-top: 30px;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	padding: 30px;
}
@media (max-width: 767px) {
	.form-pages.sign-up .signup-info {
		margin-top: 20px;
		padding: 20px;
	}
}
