*,
*::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: "Lexend", sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: "Exo", sans-serif;
}
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;
	outline: none;
}
a:hover {
	text-decoration: none !important;
	cursor: pointer;
}
::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.35) !important;
}
::-moz-placeholder {
	color: rgba(0, 0, 0, 0.35) !important;
}
:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.35) !important;
}
::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.35) !important;
}
::placeholder {
	color: rgba(0, 0, 0, 0.35) !important;
}
.my-button {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #000;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	z-index: 1;
	padding: 20px 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-radius: 50px;
	min-width: 170px;
	text-transform: capitalize;
	font-weight: 400;
	-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: 991px) {
	.my-button {
		padding: 15px 0;
	}
}
.my-button:hover {
	color: #fff;
	background: #db1213;
}
.my-button img {
	margin-left: 10px;
}
.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;
}
html {
	height: 100%;
	scroll-behavior: smooth;
}
@media (max-width: 767px) {
	p {
		font-size: 15px;
	}
}
.po-rl {
	position: relative;
}
form label {
	font-size: 15px;
	color: #282828;
}
form textarea {
	min-height: 100px;
	max-height: 150px;
}
form textarea.user-input {
	border-radius: 15px !important;
}
form .user-input {
	height: 50px;
	padding: 10px 15px;
	color: #db1213;
	background: #ebebeb;
	border: 1px solid rgba(38, 50, 56, 0.05);
	border-radius: 40px;
	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 #db1213;
	-webkit-box-shadow: 0px 7px 21px rgba(219, 18, 19, 0.12);
	box-shadow: 0px 7px 21px rgba(219, 18, 19, 0.12);
}
form .user-input::-webkit-input-placeholder {
	font-family: "Lexend", sans-serif !important;
	font-size: 15px;
	line-height: 20px;
	color: #000 !important;
}
form .user-input + .input-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
}
form .user-input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.35) !important;
}
form .user-input::-moz-placeholder {
	color: rgba(0, 0, 0, 0.35) !important;
}
form .user-input:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.35) !important;
}
form .user-input::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.35) !important;
}
form .user-input::placeholder {
	color: rgba(0, 0, 0, 0.35) !important;
}
form .form-group {
	position: relative;
	margin-bottom: 30px;
	line-height: 0;
}
@media (max-width: 767px) {
	form .form-group {
		margin-bottom: 20px;
	}
}
form .form-group 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: #db1213;
	color: #fff;
}
form .my-button::before,
form .my-button::after {
	display: none;
}
form .my-button:hover {
	background: #000;
}
.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: #000;
	display: block;
	position: relative;
	padding-left: 30px;
	font-weight: 400;
	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: #fff;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	border: 1px solid #000;
}
.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: #000;
}
.remember .custom-check-box input:checked ~ .checkmark:after {
	display: block;
}
.remember .custom-check-box a {
	color: #000;
}
.remember .forgot-pass {
	font-size: 16px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	display: inline-block;
	color: #000;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	font-weight: 400;
}
@media (max-width: 480px) {
	.remember .forgot-pass {
		font-size: 14px;
	}
}
.remember .forgot-pass:hover {
	color: #db1213;
}
.remember .forgot-pass:focus,
.remember .forgot-pass:focus-visible,
.remember .forgot-pass:active,
.remember .forgot-pass:focus-within,
.remember .forgot-pass:target {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
}
.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: 400;
}
.already p a {
	color: #db1213;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	font-weight: 700;
}
.already p a:hover {
	color: #000;
}
@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 #db1213;
	outline: none;
	border-collapse: unset;
	border-spacing: 0;
}
@media (max-width: 767px) {
	table {
		table-layout: auto;
	}
}
table:focus {
	outline: none;
}
table thead tr {
	border: 1px solid #db1213;
	background: #db1213;
}
table thead tr th {
	font-weight: 500;
	color: #fff;
}
table thead tr th:last-child {
	border-right: 0;
}
table th {
	background: #db1213;
	padding: 20px 18px;
	font-weight: 500;
	border: none;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-family: "Exo", sans-serif;
	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: #000;
	border-right: 1px solid #db1213;
}
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;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}
table tbody tr:hover {
	border-bottom: 1px solid #db1213;
}
table tbody tr:last-child {
	border-bottom: 1px solid #db1213;
}
table a:hover {
	color: #000;
	outline: none;
	text-decoration: none;
}
.account-form {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	padding: 50px 55px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
	.account-form {
		padding: 40px;
	}
}
@media (max-width: 480px) {
	.account-form {
		padding: 30px 15px;
	}
}
.account-form .account-header {
	text-align: center;
}
.account-form .account-header .heading h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #000;
	margin-bottom: 30px;
}
@media (max-width: 575px) {
	.account-form .account-header .heading h2 {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 36px;
	}
}
.account-form .signup-info-area {
	margin-top: 20px;
	border-radius: 14px;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	color: #fff;
}
@media (max-width: 767px) {
	.account-form .signup-info-area {
		margin-top: 20px;
	}
}
#button {
	display: inline-block;
	background: #fff;
	-webkit-box-shadow: 0px 19.25px 55.125px rgba(0, 0, 0, 0.13), 0px 9.74531px 24.0311px rgba(0, 0, 0, 0.08775),
		0px 3.85px 8.95781px rgba(0, 0, 0, 0.065), 0px 0.842187px 3.18691px rgba(0, 0, 0, 0.04225);
	box-shadow: 0px 19.25px 55.125px rgba(0, 0, 0, 0.13), 0px 9.74531px 24.0311px rgba(0, 0, 0, 0.08775),
		0px 3.85px 8.95781px rgba(0, 0, 0, 0.065), 0px 0.842187px 3.18691px rgba(0, 0, 0, 0.04225);
	border-radius: 11.375px;
	border: 1px solid rgba(0, 0, 0, 0);
	width: 55px;
	height: 55px;
	text-align: center;
	position: fixed;
	bottom: 15px;
	right: 15px;
	-webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	cursor: pointer;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 1024px) {
	#button {
		width: 45px;
		height: 45px;
		bottom: 10px;
		right: 10px;
	}
}
@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: 15px;
		height: 15px;
	}
}
#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;
	}
}
.heading {
	position: relative;
}
@media (max-width: 991px) {
	.heading {
		text-align: center;
	}
}
.heading h2 {
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	color: #000;
	margin-bottom: 10px;
}
@media (max-width: 1199px) {
	.heading h2 {
		font-size: 48px;
		line-height: 60px;
	}
}
@media (max-width: 991px) {
	.heading h2 {
		font-size: 34px;
		line-height: 45px;
	}
}
@media (max-width: 400px) {
	.heading h2 {
		font-size: 24px;
		line-height: 30px;
	}
}
.heading h2 span {
	color: #db1213;
}
.heading p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin-bottom: 30px;
}
#pricingplans,
#deliverypolicy,
#cancellation {
	padding-top: 105px;
	margin-top: -105px;
	display: block;
}
@media (max-width: 991px) {
	#pricingplans,
	#deliverypolicy,
	#cancellation {
		padding-top: 80px;
		margin-top: -80px;
	}
}
@media (max-width: 767px) {
	#pricingplans,
	#deliverypolicy,
	#cancellation {
		padding-top: 70px;
		margin-top: -70px;
	}
}
@media (max-width: 575px) {
	#pricingplans,
	#deliverypolicy,
	#cancellation {
		padding-top: 75px;
		margin-top: -75px;
	}
}
#pricing {
	scroll-margin-top: 86px;
}
@media (max-width: 991px) {
	#pricing {
		scroll-margin-top: 60px;
	}
}
.modal-backdrop {
	z-index: 9999 !important;
	background: rgba(58, 58, 58, 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: #db1213 !important;
}
@media (min-width: 991px) {
	.modal .modal-dialog {
		max-width: 920px;
	}
}
.modal .modal-dialog .modal-content {
	position: relative;
	border-radius: 100px 100px 0px 100px;
	background-color: #fff;
}
.modal .modal-dialog .modal-content .close {
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0);
	opacity: 1;
	position: absolute;
	right: 50px;
	top: 20px;
	cursor: pointer;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .close {
		right: 20px;
		top: 10px;
	}
}
.modal .modal-dialog .modal-content .modal-header {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 0;
	background: #db1213;
	border-radius: 0;
	padding: 20px 30px;
}
.modal .modal-dialog .modal-content .modal-header .logo {
	line-height: 0;
}
.modal .modal-dialog .modal-content .modal-body {
	padding: 0;
	border-radius: 100px 100px 0px 100px;
	background-color: #fff;
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .modal-body {
		border-radius: 40px 40px 0px 40px;
	}
}
.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);
	padding: 0;
	border: 0;
	border-radius: 0;
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .modal-body .account-form {
		padding: 0px 20px 40px;
	}
}
.modal .modal-dialog .modal-content .modal-body .account-form .account-header {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.modal .modal-dialog .modal-content .modal-body .account-form .account-header {
		margin-bottom: 20px;
	}
}
.modal .modal-dialog .modal-content .modal-body .account-form .account-header h2 {
	font-weight: bold;
	font-size: 28px;
	line-height: 42px;
	color: #000;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.modal .modal-dialog .modal-content .modal-body .account-form .account-header h2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}
}
@media (max-width: 480px) {
	.modal .modal-dialog .modal-content .modal-body .account-form .account-header h2 {
		font-size: 22px;
		line-height: 30px;
	}
}
.modal .modal-dialog .modal-content .modal-body .account-form .account-header h2 span {
	color: #db1213;
}
.modal .modal-dialog .modal-content .modal-body .account-form .account-header p {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #000;
	max-width: 500px;
	margin: 0 auto;
	font-weight: 300;
}
@media (max-width: 480px) {
	.modal .modal-dialog .modal-content .modal-body .account-form .account-header p {
		font-size: 15px;
		line-height: 24px;
	}
}
#myModal {
	padding-right: 0 !important;
}
#myModal.modal .modal-dialog .modal-content {
	position: relative;
}
#myModal.modal .modal-dialog .modal-content .modal-body {
	text-align: center;
	padding: 0px 30px 0;
}
@media (max-width: 991px) {
	#myModal.modal .modal-dialog .modal-content .modal-body {
		padding: 40px 20px;
	}
}
@media (max-width: 575px) {
	#myModal.modal .modal-dialog .modal-content .modal-body {
		padding: 40px 0px;
	}
}
#myModal.modal .modal-dialog .modal-content .modal-body .welcome-img {
	margin-top: 25px;
}
@media (max-width: 991px) {
	#myModal.modal .modal-dialog .modal-content .modal-body .welcome-img {
		margin-top: 0;
	}
}
#myModal.modal .modal-dialog .modal-content .modal-body .content .logo {
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	#myModal.modal .modal-dialog .modal-content .modal-body .content .logo {
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	#myModal.modal .modal-dialog .modal-content .modal-body .content .logo img {
		max-width: 160px;
	}
}
#myModal.modal .modal-dialog .modal-content .modal-body .content h2 {
	color: #000;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	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;
	}
}
#myModal.modal .modal-dialog .modal-content .modal-body .content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	margin-bottom: 30px;
}
@media (max-width: 480px) {
	#myModal.modal .modal-dialog .modal-content .modal-body .content p {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	#myModal.modal .modal-dialog .modal-content .modal-body .content p {
		text-align: center;
	}
}
#myModal.modal .modal-dialog .modal-content .modal-body .content p a {
	color: #db1213;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
#myModal.modal .modal-dialog .modal-content .modal-body .content p a:hover {
	color: rgba(0, 0, 0, 0.5);
}
#myModal.modal .modal-dialog .modal-content .modal-body .content .my-button {
	z-index: 1;
	width: 100%;
	background: #db1213;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0);
	-webkit-box-shadow: -1px 17.75px 25.3571px rgba(0, 0, 0, 0.24);
	box-shadow: -1px 17.75px 25.3571px rgba(0, 0, 0, 0.24);
}
@media (max-width: 991px) {
	#myModal.modal .modal-dialog .modal-content .modal-body .content .my-button {
		width: 200px;
		padding: 15px;
	}
}
#myModal.modal .modal-dialog .modal-content .modal-body .content .my-button::before,
#myModal.modal .modal-dialog .modal-content .modal-body .content .my-button::after {
	display: none;
}
#myModal.modal .modal-dialog .modal-content .modal-body .content .my-button:hover {
	color: #fff;
	background: #000;
}
@media (min-width: 991px) {
	#forgot-modal.modal .modal-dialog {
		max-width: 850px;
	}
}
#forgot-modal.modal .modal-dialog .modal-content {
	position: relative;
}
#forgot-modal.modal .modal-dialog .modal-content .modal-body {
	text-align: center;
	padding: 40px 0px 0 0px;
	overflow: hidden;
}
#forgot-modal.modal .modal-dialog .modal-content .modal-body .content {
	padding: 0 50px 35px 35px;
}
@media (max-width: 991px) {
	#forgot-modal.modal .modal-dialog .modal-content .modal-body .content {
		padding: 0;
	}
}
#forgot-modal.modal .modal-dialog .modal-content .modal-body .content .logo {
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	#forgot-modal.modal .modal-dialog .modal-content .modal-body .content .logo {
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	#forgot-modal.modal .modal-dialog .modal-content .modal-body .content .logo img {
		max-width: 160px;
	}
}
#forgot-modal.modal .modal-dialog .modal-content .modal-body .welcome-img {
	margin-left: -12px;
}
#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 #ebebeb inset !important;
	-webkit-text-fill-color: #db1213 !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
@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(0, 0, 0, 0.6);
		backdrop-filter: blur(5px);
		content: "";
		height: 100%;
		width: 100%;
		position: absolute;
		z-index: 99;
	}
}
@media (max-width: 375px) {
	.g-recaptcha {
		-webkit-transform: scale(0.77);
		transform: scale(0.77);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
.page-breadcrumb {
	background: #ebebeb;
	position: relative;
}
.page-breadcrumb .heading {
	margin-bottom: 0;
	text-align: center;
	padding: 130px 0 50px;
}
@media (max-width: 991px) {
	.page-breadcrumb .heading {
		padding: 105px 0 45px 0;
	}
}
@media (max-width: 767px) {
	.page-breadcrumb .heading {
		padding: 95px 0 40px 0;
	}
}
.page-breadcrumb .heading h1 {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 40px;
	line-height: 60px;
	color: #000;
	z-index: 1;
}
@media (max-width: 991px) {
	.page-breadcrumb .heading h1 {
		font-size: 36px;
		line-height: 45px;
	}
}
@media (max-width: 767px) {
	.page-breadcrumb .heading h1 {
		font-size: 32px;
	}
}
@media (max-width: 575px) {
	.page-breadcrumb .heading h1 {
		font-size: 28px;
	}
}
.page-breadcrumb .breadcrumb-1 {
	position: absolute;
	left: 0;
	bottom: -33px;
	max-width: 180px;
}
@media (max-width: 1199px) {
	.page-breadcrumb .breadcrumb-1 {
		max-width: 130px;
	}
}
@media (max-width: 991px) {
	.page-breadcrumb .breadcrumb-1 {
		max-width: 70px;
		bottom: -10px;
	}
}
.page-breadcrumb .breadcrumb-2 {
	position: absolute;
	right: 0;
	bottom: -33px;
}
@media (max-width: 1199px) {
	.page-breadcrumb .breadcrumb-2 {
		max-width: 110px;
	}
}
@media (max-width: 991px) {
	.page-breadcrumb .breadcrumb-2 {
		max-width: 60px;
		bottom: -10px;
	}
}
header {
	background: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
header.fixed-menu {
	background: #fff;
	-webkit-box-shadow: 0px 4px 10px rgba(111, 96, 213, 0.06);
	box-shadow: 0px 4px 10px rgba(111, 96, 213, 0.06);
}
header.fixed-menu .navbar .navbar-collapse {
	background: #fff;
}
header .navbar {
	position: relative;
	padding: 20px 0;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 991px) {
	header .navbar {
		padding: 15px 0;
	}
}
header .navbar .logo .navbar-brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 0;
	padding: 0;
	line-height: 0;
	width: 140px;
}
@media (max-width: 991px) {
	header .navbar .logo .navbar-brand img {
		max-width: 140px;
	}
}
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: rgba(0, 0, 0, 0);
	border-radius: 0;
}
header .navbar .navbar-toggler:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
header .navbar .navbar-toggler #nav-icon1 {
	width: 27px;
	height: 20px;
	position: relative;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}
header .navbar .navbar-toggler #nav-icon1 span {
	display: block;
	position: absolute;
	height: 3px;
	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;
	left: -60px;
	background: #db1213;
}
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;
	left: auto;
	right: 0;
}
header .navbar .navbar-toggler.collapsed #nav-icon1 span:nth-child(2) {
	top: 10px;
}
header .navbar .navbar-toggler.collapsed #nav-icon1 span:nth-child(3) {
	top: 19px;
	left: 0;
}
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: 60px;
		width: 100%;
		z-index: 99;
		left: 0;
		background: #fff;
	}
}
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 10px;
	}
}
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;
	}
}
@media (max-width: 991px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item {
		margin: 0;
	}
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	position: relative;
	padding: 10px 5px;
	-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: #db1213;
}
@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: 16px;
	padding: 15px 5px;
	min-width: 130px;
	border-radius: 82px;
	color: #fff;
	background: #000;
}
@media (max-width: 991px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.my-button {
		padding: 10px 20px;
		background: rgba(0, 0, 0, 0);
		color: #000;
	}
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.my-button:hover,
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.my-button.active {
	color: #fff;
	background: #db1213;
}
footer {
	position: relative;
	background: #ebebeb;
}
footer .main-footer {
	position: relative;
	padding: 65px 0 65px;
	z-index: 10;
}
@media (max-width: 991px) {
	footer .main-footer {
		padding: 40px 0 40px;
	}
}
footer .main-footer .visa {
	height: 28px;
}
footer .main-footer .footer-about {
	position: relative;
}
footer .main-footer .footer-about a {
	display: block;
	margin-bottom: 30px;
	line-height: 0;
}
@media (max-width: 991px) {
	footer .main-footer .footer-about {
		text-align: center;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	footer .main-footer .footer-about {
		margin-bottom: 30px;
	}
}
footer .main-footer .footer-about p {
	font-size: 16px;
	line-height: 26px;
	color: #000;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	footer .main-footer .footer-about p {
		max-width: 550px;
		margin: 0 auto 40px 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: 20px;
}
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: #000;
	height: 30px;
}
@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;
	height: 30px;
}
footer .main-footer .footer-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #000;
	position: relative;
	margin-bottom: 30px;
}
@media (max-width: 1400px) {
	footer .main-footer .footer-title {
		font-size: 22px;
		line-height: 30px;
	}
}
@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: #000;
}
@media (max-width: 991px) {
	footer .main-footer .footer-title {
		font-size: 20px;
		line-height: 28px;
	}
}
footer .main-footer .footer-title.mob[aria-expanded="true"] .footer-toggler:before {
	opacity: 0;
}
footer .main-footer .footer-title.mob[aria-expanded="true"] .footer-toggler::after {
	opacity: 1;
}
@media (max-width: 991px) {
	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: rgba(0, 0, 0, 0);
		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:after,
	footer .main-footer .footer-title.mob .footer-toggler:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background: #000;
		opacity: 0.2;
	}
	footer .main-footer .footer-title.mob .footer-toggler:after {
		width: 14px;
		height: 2px;
	}
	footer .main-footer .footer-title.mob .footer-toggler:before {
		width: 2px;
		height: 14px;
	}
}
@media (min-width: 992px) {
	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: 991px) {
	footer .main-footer .footer-links .footer-title {
		margin-bottom: 15px;
	}
}
@media (max-width: 991px) {
	footer .main-footer .footer-links .footer-title:before {
		display: none;
	}
}
@media (max-width: 991px) {
	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: 992px) {
	footer .main-footer .footer-links ul.foot-mob {
		display: block;
	}
}
footer .main-footer .footer-links ul li {
	margin-bottom: 25px;
}
@media (min-width: 992px) {
	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: #000;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links ul li a {
		font-size: 15px;
	}
}
footer .main-footer .footer-links ul li a:hover {
	color: #db1213;
}
footer .sub-footer {
	padding: 15px 0;
	text-align: center;
	background: #db1213;
	position: relative;
}
@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: #000;
	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: #000;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.footer-contact ul li a:hover {
	color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
	.footer-contact ul li a {
		display: block;
	}
}
.footer-contact ul li p {
	color: #000;
}
.banner {
	position: relative;
	line-height: 0;
	padding: 150px 0 0px;
}
@media (max-width: 991px) {
	.banner {
		padding: 120px 0 0px;
	}
}
.banner .banner-left .heading h1 {
	font-weight: 700;
	font-size: 55px;
	line-height: 65px;
	color: #000;
	margin-bottom: 10px;
	text-transform: capitalize;
}
@media (max-width: 1399px) {
	.banner .banner-left .heading h1 {
		font-size: 48px;
		line-height: 55px;
	}
}
@media (max-width: 1199px) {
	.banner .banner-left .heading h1 {
		font-size: 40px;
		line-height: 48px;
	}
}
@media (max-width: 400px) {
	.banner .banner-left .heading h1 {
		font-size: 30px;
		line-height: 40px;
	}
}
.banner .banner-left .heading p {
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 40px;
	color: rgba(0, 0, 0, 0.5019607843);
}
@media (max-width: 991px) {
	.banner .banner-left .heading p {
		margin: 0 auto 40px;
	}
}
@media (max-width: 991px) {
	.banner .banner-right {
		margin-top: 40px;
	}
}
.main-wrapper .why-choose .heading {
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.main-wrapper .why-choose .heading {
		margin-bottom: 30px;
	}
}
.main-wrapper .why-choose .choose-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 991px) {
	.main-wrapper .why-choose .choose-box {
		display: block;
		text-align: center;
		margin-bottom: 30px;
	}
}
.main-wrapper .why-choose .choose-box .icon {
	width: 80px;
	min-width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #db1213;
	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: 991px) {
	.main-wrapper .why-choose .choose-box .icon {
		margin: 0 auto 15px;
	}
}
.main-wrapper .why-choose .choose-box p {
	font-size: 25px;
	line-height: 31px;
	text-transform: capitalize;
	color: #000;
	margin-left: 10px;
}
@media (max-width: 1199px) {
	.main-wrapper .why-choose .choose-box p {
		font-size: 20px;
		line-height: 24px;
	}
}
@media (max-width: 991px) {
	.main-wrapper .why-choose .choose-box p {
		margin-left: 0;
	}
}
@media (max-width: 991px) {
	.main-wrapper .service .service-left {
		margin-bottom: 60px;
	}
}
.main-wrapper .workout .heading {
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.main-wrapper .workout .heading {
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	.main-wrapper .workout .spinner-box {
		margin-bottom: 40px;
	}
}
.main-wrapper .workout .spinner-box .spinner {
	width: 320px;
	height: 320px;
	cursor: pointer;
	position: relative;
	margin: 0 auto;
	border: 0px solid #000;
	border-radius: 50%;
	overflow: hidden;
	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: 1199px) {
	.main-wrapper .workout .spinner-box .spinner {
		width: 300px;
		height: 300px;
	}
}
@media (max-width: 480px) {
	.main-wrapper .workout .spinner-box .spinner {
		width: 220px;
		height: 220px;
	}
}
.main-wrapper .workout .spinner-box .spinner:hover::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.main-wrapper .workout .spinner-box .spinner::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 5px solid rgba(0, 0, 0, 0);
	border-right-color: #000;
	border-bottom-color: #000;
	border-radius: 50%;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 5;
	right: 0;
}
.main-wrapper .workout .spinner-box .spinner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	border-radius: 50%;
	z-index: 5;
	right: 0;
}
.main-wrapper .workout .spinner-box .heading {
	margin-top: 15px;
	margin-bottom: 0;
}
.main-wrapper .workout .spinner-box .heading h2 {
	font-size: 35px;
	line-height: 47px;
}
@media (max-width: 1399px) {
	.main-wrapper .workout .spinner-box .heading h2 {
		font-size: 26px;
		line-height: 35px;
	}
}
@media (max-width: 991px) {
	.main-wrapper .workout .spinner-box .heading h2 {
		font-size: 22px;
		line-height: 30px;
	}
}
.main-wrapper .workout .spinner-box .heading p {
	color: rgba(0, 0, 0, 0.5019607843);
	margin: 0 auto;
	max-width: 350px;
}
@media (max-width: 991px) {
	.main-wrapper .workout.about-service {
		margin-top: -80px;
	}
}
@media (max-width: 400px) {
	.main-wrapper .workout.about-service {
		margin-top: -50px;
	}
}
.main-wrapper .workout.about-service .spinner-box .spinner {
	background: #ebebeb;
}
.main-wrapper .workout.about-service .spinner-box .spinner::before {
	display: none;
}
.main-wrapper .pricing-plans .heading {
	margin-bottom: 50px;
}
.main-wrapper .pricing-plans .heading p {
	margin-bottom: 0;
}
.main-wrapper .pricing-plans .pricing-bg {
	background: url(../images/pricing-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 50px 0;
}
.main-wrapper .pricing-plans .pricing-bg .pricing-box .nav-tabs {
	margin-bottom: 40px;
	border: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 991px) {
	.main-wrapper .pricing-plans .pricing-bg .pricing-box .nav-tabs {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.main-wrapper .pricing-plans .pricing-bg .pricing-box .nav-tabs .nav-item .nav-link {
	min-width: 180px;
	position: relative;
	padding: 15px 10px;
	margin-right: 10px;
	border: 0;
	color: #000;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	border-radius: 50px;
	z-index: 1;
	opacity: 0.4;
}
@media (max-width: 767px) {
	.main-wrapper .pricing-plans .pricing-bg .pricing-box .nav-tabs .nav-item .nav-link {
		min-width: 130px;
		padding: 12px 10px;
	}
}
.main-wrapper .pricing-plans .pricing-bg .pricing-box .nav-tabs .nav-item .nav-link:before {
	content: "";
	height: 100%;
	width: 100%;
	border-radius: 50px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.main-wrapper .pricing-plans .pricing-bg .pricing-box .nav-tabs .nav-item .nav-link.active {
	opacity: 1;
	color: #000;
}
.main-wrapper .pricing-plans .pricing-bg .pricing-box .nav-tabs .nav-item .nav-link.active:before {
	width: 100%;
}
.main-wrapper .pricing-plans .pricing-bg .pricing-box .tab-content-main .tab-content {
	text-align: center;
}
.main-wrapper .pricing-plans .pricing-bg .pricing-box .tab-content-main .tab-content .tab-pane .content {
	margin-bottom: 0;
}
.main-wrapper .pricing-plans .pricing-bg .pricing-box .tab-content-main .tab-content .tab-pane .content h6 {
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 5px;
}
.main-wrapper .pricing-plans .pricing-bg .pricing-box .tab-content-main .tab-content .tab-pane .content h6 span {
	color: #db1213;
	font-weight: 600;
}
@media (max-width: 767px) {
	.main-wrapper .pricing-plans .pricing-bg .pricing-box .tab-content-main .tab-content .tab-pane .content h6 {
		font-size: 19px;
		line-height: 28px;
	}
}
.main-wrapper .pricing-plans .pricing-bg .pricing-box .tab-content-main .tab-content .tab-pane .my-button {
	margin-top: 40px;
	background: #fff;
	color: #000;
}
@media (max-width: 991px) {
	.main-wrapper .pricing-plans .pricing-bg .pricing-box .tab-content-main .tab-content .tab-pane .my-button {
		margin-top: 30px;
	}
}
.main-wrapper .pricing-plans .pricing-bg .pricing-box .tab-content-main .tab-content .tab-pane .my-button:hover {
	background: #db1213;
	color: #fff;
}
@media (max-width: 991px) {
	.main-wrapper .trainer {
		text-align: center;
	}
}
.main-wrapper .trainer .heading {
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.main-wrapper .trainer .heading {
		margin-bottom: 40px;
	}
}
.main-wrapper .trainer .trainer-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	position: relative;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	overflow: hidden;
}
@media (max-width: 991px) {
	.main-wrapper .trainer .trainer-box {
		height: inherit;
		display: inline-block;
		margin: 0 auto 40px;
	}
}
.main-wrapper .trainer .trainer-box::after {
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	border-radius: 265.849px 265.849px 265.849px 0px;
	background: rgba(0, 0, 0, 0.66);
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.main-wrapper .trainer .trainer-box:hover::after {
	opacity: 1;
}
.main-wrapper .trainer .trainer-box:hover .heading {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.main-wrapper .trainer .trainer-box .img-box {
	position: relative;
	overflow: hidden;
	line-height: 0;
	border-radius: 265.849px 265.849px 265.849px 0px;
}
.main-wrapper .trainer .trainer-box .img-box img {
	border-radius: 265.849px 265.849px 265.849px 0px;
}
.main-wrapper .trainer .trainer-box .img-box::after {
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	border-radius: 265.849px 265.849px 265.849px 0px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(52.89%, rgba(0, 0, 0, 0)), to(#000000));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.89%, #000000 100%);
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.main-wrapper .trainer .trainer-box .heading {
	position: absolute;
	bottom: 15px;
	left: 0px;
	width: 100%;
	padding: 0px 0 45px 30px;
	line-height: 1.2;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-transform: translateY(calc(100% - 50px));
	transform: translateY(calc(100% - 50px));
	z-index: 1;
	text-align: left;
	margin-bottom: 0;
}
@media (max-width: 480px) {
	.main-wrapper .trainer .trainer-box .heading {
		padding: 0px 0 30px 30px;
		-webkit-transform: translateY(calc(100% - 45px));
		transform: translateY(calc(100% - 45px));
	}
}
.main-wrapper .trainer .trainer-box .heading h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 0;
}
@media (max-width: 480px) {
	.main-wrapper .trainer .trainer-box .heading h2 {
		font-size: 24px;
		line-height: 30px;
	}
}
.main-wrapper .trainer .trainer-box .heading p {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	max-width: 350px;
	margin-top: 30px;
}
.main-wrapper .trainer .trainer-box .heading .my-button {
	background: #fff;
	color: #000;
}
.main-wrapper .trainer .trainer-box .heading .my-button:hover {
	background: #db1213;
	color: #fff;
}
.policy-content {
	font-size: 16px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 400;
	position: relative;
}
@media (max-width: 767px) {
	.policy-content {
		font-size: 15px;
		padding: 80px 0 60px 0;
	}
}
.policy-content a {
	color: #db1213;
	font-weight: 700;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.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-family: "Lexend", sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
	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 small {
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
.policy-content .print {
	position: sticky;
	right: 0;
	top: 100px;
	padding: 15px 10px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 0;
	background: #db1213;
	font-family: "Exo", sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	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;
	float: right;
}
.policy-content .print:hover {
	color: #fff;
}
.policy-content .print:hover:before {
	height: 100%;
}
@media (max-width: 1220px) {
	.policy-content .print:hover:before {
		width: 100%;
	}
}
@media (max-width: 1220px) {
	.policy-content .print {
		font-size: 0;
		padding: 8px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
.policy-content .print img {
	margin-top: 7px;
}
@media (max-width: 1220px) {
	.policy-content .print img {
		margin-top: 0;
		margin-left: 0;
	}
}
@media (max-width: 991px) {
	.about-us .about-left {
		margin-top: 40px;
	}
}
.about-us.section-gap {
	padding: 70px 0 150px;
}
@media (max-width: 1399px) {
	.about-us.section-gap {
		padding: 70px 0 100px;
	}
}
@media (max-width: 1199px) {
	.about-us.section-gap {
		padding: 70px 0 80px;
	}
}
@media (max-width: 767px) {
	.about-us.section-gap {
		padding: 60px 0;
	}
}
@media (min-width: 992px) {
	.our-service .container {
		max-width: 1920px;
		padding: 0;
	}
}
.our-service .heading {
	text-align: center;
}
.our-service .heading h2 {
	margin: 0 auto 100px;
}
@media (max-width: 991px) {
	.our-service .heading h2 {
		margin: 0 auto 60px;
	}
}
.our-service .heading h2:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.our-service .our-service-box {
	line-height: 0;
	position: relative;
}
@media (max-width: 991px) {
	.our-service .our-service-box {
		margin-bottom: 40px;
	}
}
.our-service .our-service-box .our-service-img {
	width: 100%;
	max-height: 525px;
}
.our-service .our-service-box .box {
	position: absolute;
	text-align: center;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.75);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.our-service .our-service-box .box h5 {
	font-weight: 500;
	font-size: 50px;
	line-height: 72px;
	color: #fff;
}
@media (max-width: 1400px) {
	.our-service .our-service-box .box h5 {
		font-size: 34px;
		line-height: 45px;
	}
}
@media (max-width: 1199px) {
	.our-service .our-service-box .box h5 {
		font-size: 30px;
		line-height: 40px;
	}
}
.our-service .our-service-box .box p {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	max-width: 350px;
	margin: 0 auto;
}
@media (max-width: 575px) {
	.our-service .our-service-box .box p {
		max-width: 270px;
		font-size: 15px;
	}
}
.faq-sec .faq {
	margin-top: 50px;
}
@media (max-width: 991px) {
	.faq-sec .faq {
		margin-top: 35px;
	}
}
@media (max-width: 575px) {
	.faq-sec .faq {
		margin-top: 25px;
	}
}
.faq-sec .faq .accordion-item {
	margin-bottom: 24px;
	border-radius: 0px;
	border: 1px solid #eaeaea;
	background-color: rgba(0, 0, 0, 0);
}
.faq-sec .faq .accordion-item .accordion-button {
	font-size: 22px;
	padding: 30px 40px 24px;
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000621;
}
@media (max-width: 991px) {
	.faq-sec .faq .accordion-item .accordion-button {
		padding: 20px 30px 16px;
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	.faq-sec .faq .accordion-item .accordion-button {
		padding: 15px 20px 12px;
		font-size: 16px;
	}
}
.faq-sec .faq .accordion-item .accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat;
}
.faq-sec .faq .accordion-item .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.faq-sec .faq .accordion-item .accordion-button:focus {
	z-index: 3;
	border: none !important;
	outline: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.faq-sec .faq .accordion-item .accordion-body {
	padding: 0px 40px 30px;
}
@media (max-width: 991px) {
	.faq-sec .faq .accordion-item .accordion-body {
		padding: 0px 30px 15px;
	}
}
@media (max-width: 575px) {
	.faq-sec .faq .accordion-item .accordion-body {
		padding: 0px 20px 15px;
	}
}
.faq-sec .faq .accordion-item .accordion-body .para {
	line-height: 25px;
	font-size: 18px;
	font-weight: 300;
}
@media (max-width: 991px) {
	.faq-sec .faq .accordion-item .accordion-body .para {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.faq-sec .faq .accordion-item .accordion-body .para {
		font-size: 12px;
	}
}
@media (max-width: 991px) {
	.form-pages.sign-in .image {
		margin-top: 40px;
	}
}
.form-pages.contact-us .contact-details {
	padding-top: 50px;
}
@media (max-width: 991px) {
	.form-pages.contact-us .contact-details {
		text-align: center;
		padding-top: 0;
		margin-top: 40px;
	}
}
.form-pages.contact-us .contact-details .heading {
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.form-pages.contact-us .contact-details .heading {
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.form-pages.contact-us .contact-details .heading {
		margin-bottom: 20px;
	}
}
.form-pages.contact-us .contact-details .heading h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #000;
	margin-bottom: 10px;
}
@media (max-width: 575px) {
	.form-pages.contact-us .contact-details .heading h2 {
		font-size: 24px;
		line-height: 36px;
	}
}
.form-pages.contact-us .contact-details .heading p {
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
@media (max-width: 767px) {
	.form-pages.contact-us .contact-details .heading 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;
		max-width: 330px;
	}
}
.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: #db1213;
	min-width: 90px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-right: 20px;
}
@media (max-width: 1199px) {
	.form-pages.contact-us .contact-details .contact-details-inner .media .my-icon {
		min-width: 70px;
		width: 70px;
		height: 70px;
	}
}
@media (max-width: 767px) {
	.form-pages.contact-us .contact-details .contact-details-inner .media .my-icon {
		min-width: 55px;
		width: 55px;
		height: 55px;
	}
}
@media (max-width: 991px) {
	.form-pages.contact-us .contact-details .contact-details-inner .media .my-icon img {
		max-width: 40px;
	}
}
.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: 32px;
	color: rgba(0, 0, 0, 0.5019607843);
}
@media (max-width: 1199px) {
	.form-pages.contact-us .contact-details .contact-details-inner .media .media-body p {
		font-size: 18px;
		line-height: 26px;
	}
}
@media (max-width: 575px) {
	.form-pages.contact-us .contact-details .contact-details-inner .media .media-body p {
		font-size: 16px;
	}
}
.form-pages.contact-us .contact-details .contact-details-inner .media .media-body p a {
	color: rgba(0, 0, 0, 0.5019607843);
	-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: #db1213;
}
.form-pages.sign-up .join-now {
	position: relative;
}
.form-pages.sign-up .join-now .content {
	margin-top: 60px;
}
@media (max-width: 991px) {
	.form-pages.sign-up .join-now .content {
		margin-bottom: 40px;
		margin-top: 0;
	}
}
.form-pages.sign-up .join-now .content h6 {
	font-size: 26px;
	line-height: 40px;
	color: #000;
	margin-bottom: 20px;
	font-family: "Exo", sans-serif;
	font-weight: 400;
}
.form-pages.sign-up .join-now .content h6:first-child {
	font-weight: 700;
}
@media (max-width: 767px) {
	.form-pages.sign-up .join-now .content h6 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 10px;
	}
}
@media (max-width: 575px) {
	.form-pages.sign-up .join-now .content h6 {
		font-size: 20px;
		line-height: 30px;
	}
}
.form-pages.sign-up .join-now .content h6 span {
	color: #db1213;
	font-weight: 600;
}
.form-pages.sign-up .join-now .image {
	margin-top: 50px;
	line-height: 0;
}
@media (max-width: 991px) {
	.form-pages.sign-up .join-now .image {
		margin-bottom: 40px;
	}
}
.form-pages.sign-up .signup-info {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 30px;
	margin-top: 30px;
	border-radius: 10px;
}
@media (max-width: 575px) {
	.form-pages.sign-up .signup-info {
		padding: 20px;
	}
}
.form-pages.sign-up .signup-info p {
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #000;
	font-weight: 300;
}
@media (max-width: 767px) {
	.form-pages.sign-up .signup-info p {
		font-size: 15px;
		line-height: 25px;
	}
}
.form-pages.section-gap {
	padding: 70px 0 70px;
}
@media (max-width: 767px) {
	.form-pages.section-gap {
		padding: 60px 0;
	}
}
