*,
*::after,
*::before {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
@font-face {
	font-family: "proxima_novaregular";
	src:
		url("../fonts/proxima_nova_font-webfont.woff2") format("woff2"),
		url("../fonts/proxima_nova_font-webfont.woff") format("woff"),
		url("../fonts/proxima_nova_font-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Mulish", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: "proxima_novaregular" !important;
}
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%;
	line-height: 0;
}
a {
	text-decoration: none !important;
	outline: none;
}
a:hover {
	text-decoration: none !important;
	cursor: pointer;
}
::-webkit-input-placeholder {
	color: rgba(47, 50, 43, 0.7) !important;
}
::-moz-placeholder {
	color: rgba(47, 50, 43, 0.7) !important;
}
:-ms-input-placeholder {
	color: rgba(47, 50, 43, 0.7) !important;
}
::-ms-input-placeholder {
	color: rgba(47, 50, 43, 0.7) !important;
}
::placeholder {
	color: rgba(47, 50, 43, 0.7) !important;
}
.my-button {
	background: #ffbd3d;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #2f322b;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;
	font-family: "Mulish", sans-serif;
	position: relative;
	z-index: 1;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 2px;
	padding: 15px 35px;
	display: inline-block;
}
@media (max-width: 767px) {
	.my-button {
		padding: 10px 35px;
	}
}
.my-button:hover {
	color: #2f322b;
	background: #fff;
	-webkit-animation-name: wobble-horizontal;
	animation-name: wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
@-webkit-keyframes wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
	33.3% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}
	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
	33.3% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}
	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@media (max-width: 767px) {
	.my-button {
		margin: 0 auto;
	}
}
.my-button.my-button-arrow {
	background: rgba(0, 0, 0, 0);
	padding: 15px 18px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
}
.my-button.my-button-arrow::after {
	content: "";
	position: absolute;
	left: 0;
	width: 38px;
	height: 38px;
	padding: 0px;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #ffbd3d;
	z-index: -1;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.my-button.my-button-arrow:hover::after {
	border-radius: 2px;
	padding: 25px 0;
	width: 100%;
}
.my-button.my-button-arrow img {
	margin-left: 15px;
}
.my-button.green:hover {
	background: #458569;
	color: #fff;
}
.cta .my-button,
.banner .my-button {
	color: #fff;
}
.cta .my-button img,
.banner .my-button img {
	-webkit-filter: invert(1);
	filter: invert(1);
}
.main-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
}
body {
	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%;
	overflow-x: hidden;
	background-size: cover;
	font-weight: normal;
}
html {
	height: 100%;
}
.o-hidden {
	overflow: hidden;
}
.po-rl {
	position: relative;
}
.section-gap {
	padding: 100px 0;
}
@media (max-width: 1199px) {
	.section-gap {
		padding: 80px 0;
	}
}
@media (max-width: 767px) {
	.section-gap {
		padding: 40px 0;
	}
}
.heading h2 {
	font-weight: normal;
	font-size: 48px;
	line-height: 58px;
	color: #1a6343;
	margin-bottom: 20px;
}
.heading h2 span {
	color: #ffbd3d;
}
.heading p {
	font-weight: normal;
	font-size: 20px;
	line-height: 32px;
	color: #2f322b;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.heading p {
		font-size: 16px;
	}
}
.heading h1 {
	text-transform: capitalize;
}
@media (max-width: 991px) {
	.title {
		text-align: center;
	}
}
.title h2 {
	font-weight: normal;
	font-size: 48px;
	line-height: 58px;
	color: #1a6343;
	margin-bottom: 30px;
}
@media (max-width: 1199px) {
	.title h2 {
		font-size: 40px;
		line-height: 48px;
	}
}
@media (max-width: 991px) {
	.title h2 {
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.title h2 {
		font-size: 27px;
		line-height: 38px;
	}
}
.title h2 span {
	color: #ffbd3d;
}
.title p {
	font-size: 20px;
	line-height: 32px;
	max-width: 500px;
	color: #2f322b;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.title p {
		margin: 0 auto 10px;
	}
}
@media (max-width: 767px) {
	.title p {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.title p {
		font-size: 15px;
	}
}
@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;
	background: #fff;
	color: rgba(47, 50, 43, 0.7);
	border: 1px solid rgba(47, 50, 43, 0.4);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	display: inline-block;
	font-size: 14px;
	width: 100%;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-appearance: none;
	position: relative;
	line-height: 1;
}
@media (max-width: 767px) {
	form .user-input {
		height: 45px;
	}
}
form .user-input:focus,
form .user-input:active {
	outline: none;
	background: #fff;
	border: 1px solid #458569;
	color: rgba(47, 50, 43, 0.7) !important;
}
form .form-group {
	position: relative;
	margin-bottom: 30px;
	line-height: 0;
}
@media (max-width: 767px) {
	form .form-group {
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {
	form .form-group .g-recaptcha {
		-webkit-transform: scale(0.77);
		transform: scale(0.77);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
form .my-button {
	width: 100%;
	padding: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #ffbd3d;
}
form .my-button:hover {
	background: #458569;
	color: #fff;
}
.already {
	padding-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767px) {
	.already {
		padding-top: 20px;
	}
}
@media (max-width: 575px) {
	.already {
		display: block;
	}
}
.already p {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 0;
	color: #000;
	font-weight: normal;
}
.already p a {
	font-weight: bold;
	color: #458569;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	text-transform: capitalize;
}
.already p a:hover {
	color: #000;
}
@media (max-width: 375px) {
	.already p {
		font-size: 14px !important;
	}
}
#button {
	background: #ffbd3d;
	width: 35px;
	height: 35px;
	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;
	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;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
#button:after {
	content: url(../images/top-arrow.svg);
	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;
}
#button.show {
	opacity: 1;
	visibility: visible;
}
.modal {
	z-index: 99999 !important;
}
.modal .modal-content {
	border: none;
	position: relative;
	border-radius: 10px;
	padding: 50px;
}
@media (max-width: 991px) {
	.modal .modal-content {
		padding: 40px 25px;
	}
}
@media (max-width: 480px) {
	.modal .modal-content {
		padding: 30px 10px;
	}
}
.modal .modal-content .rect {
	z-index: 1;
}
.modal .modal-content .modal-body {
	background: #fff;
	padding: 0;
	border-radius: 0;
}
.modal .modal-content .modal-body .heading h2 {
	line-height: 35px;
	font-size: 30px;
	font-weight: normal;
}
@media (max-width: 480px) {
	.modal .modal-content .modal-body .heading h2 {
		font-size: 24px;
		line-height: 28px;
	}
}
.modal .modal-content .modal-body .heading h2 span {
	font-weight: bold;
}
.modal .modal-content .modal-body p {
	font-size: 16px;
	line-height: 20px;
	color: rgba(22, 22, 22, 0.75);
	padding: 0;
	margin: 0 0 25px 0;
}
.modal .modal-content .modal-body form .section-button {
	padding: 2px 20px;
	width: 100%;
}
.modal .modal-content .modal-body ol {
	margin: 10px 0;
	padding-left: 15px;
}
.modal .modal-content .modal-body ol li {
	list-style-type: decimal;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: rgba(22, 22, 22, 0.75);
	padding: 0;
	margin: 0 0 10px 0;
}
.modal .modal-content .modal-body .my-button {
	padding: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 50px;
}
.modal-backdrop {
	z-index: 9999 !important;
	background: rgba(69, 133, 105, 0.6);
	backdrop-filter: blur(20px);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.modal-backdrop.show {
	opacity: 1 !important;
}
#myModal,
#welcome {
	padding-right: 0 !important;
}
#myModal.modal .modal-dialog,
#welcome.modal .modal-dialog {
	border-radius: 10px;
}
@media (min-width: 991px) {
	#myModal.modal .modal-dialog,
	#welcome.modal .modal-dialog {
		max-width: 840px;
	}
}
#myModal.modal .modal-dialog .modal-content,
#welcome.modal .modal-dialog .modal-content {
	background: #fff;
	-webkit-box-shadow: 0px 13px 60px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 13px 60px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	position: relative;
}
#myModal.modal .modal-dialog .modal-content .close,
#welcome.modal .modal-dialog .modal-content .close {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	color: #458569;
	font-size: 20px;
	opacity: 1;
}
#myModal.modal .modal-dialog .modal-content .modal-body,
#welcome.modal .modal-dialog .modal-content .modal-body {
	text-align: center;
	border-radius: 10px;
	position: relative;
}
#myModal.modal .modal-dialog .modal-content .modal-body .content,
#welcome.modal .modal-dialog .modal-content .modal-body .content {
	padding: 0 50px;
}
@media (max-width: 991px) {
	#myModal.modal .modal-dialog .modal-content .modal-body .content,
	#welcome.modal .modal-dialog .modal-content .modal-body .content {
		padding: 0;
	}
}
#myModal.modal .modal-dialog .modal-content .modal-body .content h2,
#welcome.modal .modal-dialog .modal-content .modal-body .content h2 {
	color: #ffbd3d;
	font-size: 45px;
	line-height: 55px;
	margin: 20px 0;
	font-weight: bold;
}
@media (max-width: 767px) {
	#myModal.modal .modal-dialog .modal-content .modal-body .content h2,
	#welcome.modal .modal-dialog .modal-content .modal-body .content h2 {
		font-size: 38px;
		line-height: 36px;
	}
}
@media (max-width: 480px) {
	#myModal.modal .modal-dialog .modal-content .modal-body .content h2,
	#welcome.modal .modal-dialog .modal-content .modal-body .content h2 {
		font-size: 32px;
		line-height: 30px;
	}
}
#myModal.modal .modal-dialog .modal-content .modal-body .content h2:before,
#myModal.modal .modal-dialog .modal-content .modal-body .content h2:after,
#welcome.modal .modal-dialog .modal-content .modal-body .content h2:before,
#welcome.modal .modal-dialog .modal-content .modal-body .content h2:after {
	display: none;
}
#myModal.modal .modal-dialog .modal-content .modal-body p,
#welcome.modal .modal-dialog .modal-content .modal-body p {
	font-size: 16px;
	line-height: 24px;
	color: #161616;
	margin-bottom: 30px;
}
@media (max-width: 480px) {
	#myModal.modal .modal-dialog .modal-content .modal-body p,
	#welcome.modal .modal-dialog .modal-content .modal-body p {
		font-size: 15px;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	#myModal.modal .modal-dialog .modal-content .modal-body p,
	#welcome.modal .modal-dialog .modal-content .modal-body p {
		text-align: center;
	}
}
#myModal.modal .modal-dialog .modal-content .modal-body p a,
#welcome.modal .modal-dialog .modal-content .modal-body p a {
	color: #1a6343;
	font-weight: 700;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
#myModal.modal .modal-dialog .modal-content .modal-body p a:hover,
#welcome.modal .modal-dialog .modal-content .modal-body p a:hover {
	color: #000;
}
#myModal.modal .modal-dialog .modal-content .modal-body .agree,
#welcome.modal .modal-dialog .modal-content .modal-body .agree {
	max-width: 530px;
	margin: 0 auto 30px;
}
#myModal.modal .modal-dialog .modal-content .modal-body .my-button,
#welcome.modal .modal-dialog .modal-content .modal-body .my-button {
	width: 160px;
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	#myModal.modal .modal-dialog .modal-content .modal-body .my-button,
	#welcome.modal .modal-dialog .modal-content .modal-body .my-button {
		margin-bottom: 0px;
	}
}
#myModal.modal .modal-dialog .modal-content .modal-body .my-button:hover,
#welcome.modal .modal-dialog .modal-content .modal-body .my-button:hover {
	background: #458569;
	color: #fff;
}
#signin-modal .modal-header,
#forgot-pw-modal .modal-header {
	border-bottom: none;
}
@media (min-width: 991px) {
	#signin-modal .modal-dialog,
	#forgot-pw-modal .modal-dialog {
		max-width: 950px;
	}
}
#signin-modal .modal-dialog .modal-body,
#forgot-pw-modal .modal-dialog .modal-body {
	border-radius: 15px;
	position: relative;
}
#signin-modal .modal-dialog .account-form,
#forgot-pw-modal .modal-dialog .account-form {
	background: #fff;
	border-radius: 0;
	border: 0;
	padding: 0;
}
#signin-modal .modal-dialog .account-form .account-content .my-button,
#forgot-pw-modal .modal-dialog .account-form .account-content .my-button {
	text-transform: capitalize;
}
#signin-modal .modal-dialog .close,
#forgot-pw-modal .modal-dialog .close {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 1;
	font-weight: bold;
	color: #458569;
	font-size: 20px;
	opacity: 1;
}
#signin-modal .modal-dialog .remember,
#forgot-pw-modal .modal-dialog .remember {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #2f322b;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 30px 0;
	margin: 0;
}
@media (max-width: 767px) {
	#signin-modal .modal-dialog .remember,
	#forgot-pw-modal .modal-dialog .remember {
		padding: 0 0 20px 0;
	}
}
#signin-modal .modal-dialog .remember .custom-check-box,
#forgot-pw-modal .modal-dialog .remember .custom-check-box {
	font-size: 16px;
	line-height: 20px;
	color: #2f322b;
	display: block;
	position: relative;
	padding-left: 25px;
	font-weight: normal;
	margin-bottom: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: inherit;
}
@media (max-width: 375px) {
	#signin-modal .modal-dialog .remember .custom-check-box,
	#forgot-pw-modal .modal-dialog .remember .custom-check-box {
		font-size: 14px;
	}
}
#signin-modal .modal-dialog .remember .custom-check-box input,
#forgot-pw-modal .modal-dialog .remember .custom-check-box input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
#signin-modal .modal-dialog .remember .custom-check-box .checkmark,
#forgot-pw-modal .modal-dialog .remember .custom-check-box .checkmark {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff;
	border: 1px solid rgba(11, 166, 89, 0.6);
	width: 18px;
	height: 18px;
	-webkit-box-shadow: inset 0px 0px 14px rgba(165, 200, 235, 0.21);
	box-shadow: inset 0px 0px 14px rgba(165, 200, 235, 0.21);
	border-radius: 3px;
}
#signin-modal .modal-dialog .remember .custom-check-box .checkmark:after,
#forgot-pw-modal .modal-dialog .remember .custom-check-box .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 2px;
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#signin-modal .modal-dialog .remember .custom-check-box input:checked ~ .checkmark,
#forgot-pw-modal .modal-dialog .remember .custom-check-box input:checked ~ .checkmark {
	background: #458569;
}
#signin-modal .modal-dialog .remember .custom-check-box input:checked ~ .checkmark:after,
#forgot-pw-modal .modal-dialog .remember .custom-check-box input:checked ~ .checkmark:after {
	display: block;
}
#signin-modal .modal-dialog .remember .custom-check-box a,
#forgot-pw-modal .modal-dialog .remember .custom-check-box a {
	color: #458569;
}
#signin-modal .modal-dialog .remember .forgot-pass,
#forgot-pw-modal .modal-dialog .remember .forgot-pass {
	font-size: 16px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	display: inline-block;
	color: #458569;
	font-weight: bold;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 375px) {
	#signin-modal .modal-dialog .remember .forgot-pass,
	#forgot-pw-modal .modal-dialog .remember .forgot-pass {
		font-size: 14px;
	}
}
#signin-modal .modal-dialog .remember .forgot-pass:hover,
#forgot-pw-modal .modal-dialog .remember .forgot-pass:hover {
	color: #2f322b;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
	-webkit-text-fill-color: rgba(47, 50, 43, 0.7) !important;
}
table {
	width: 100%;
	font-size: 12px;
	background: rgba(0, 0, 0, 0);
	border: none;
	-webkit-box-shadow: 0px 4px 40px rgba(109, 141, 173, 0.2);
	box-shadow: 0px 4px 40px rgba(109, 141, 173, 0.2);
	outline: none;
}
table:focus {
	outline: none;
}
table thead tr {
	background: #458569;
}
table thead tr th {
	font-weight: bold;
	color: #fff;
}
table th {
	background: #458569;
	padding: 20px 18px;
	font-weight: bold;
	border: none;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	border-right: 0;
	position: relative;
}
table th:first-child {
	border-radius: 8px 0 0 0;
	text-transform: capitalize;
}
table th:last-child {
	border-radius: 0 8px 0px 0px;
}
@media (max-width: 767px) {
	table th {
		font-size: 15px;
		padding: 15px;
	}
}
@media (max-width: 480px) {
	table th {
		padding: 15px 5px;
		font-size: 12px;
	}
}
table td {
	padding: 20px;
	font-size: 15px;
	line-height: 20px;
	color: rgba(22, 22, 22, 0.8);
	border-right: 2px solid rgba(0, 0, 0, 0.1);
}
table td:last-child {
	border-right: none;
}
@media (max-width: 767px) {
	table td {
		font-size: 13px;
		padding: 15px;
	}
}
@media (max-width: 480px) {
	table td {
		padding: 15px 5px;
		font-size: 11px;
	}
}
table tr:focus {
	outline: none;
}
table tbody tr {
	background: #f3f7fa;
	border-bottom: 2px solid #f3f7fa;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	position: relative;
}
table tbody tr:hover {
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
table a:hover {
	color: #458569;
	outline: none;
	text-decoration: none;
}
#chat-widget-container {
	bottom: 0 !important;
}
#pricingplans,
#deliverypolicy,
#cancellation {
	padding-top: 82px;
	margin-top: -82px;
	display: block;
}
@media (max-width: 1199px) {
	#pricingplans,
	#deliverypolicy,
	#cancellation {
		padding-top: 70px;
		margin-top: -70px;
	}
}
#services,
#features,
#pricing {
	scroll-margin-top: 80px;
}
@media (max-width: 1199px) {
	#services,
	#features,
	#pricing {
		scroll-margin-top: 70px;
	}
}
div#dropBlock_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.skiptranslate,
.goog-te-combo {
	display: none !important;
}
body {
	top: 0 !important;
}
.goog-te-gadget {
	display: block !important;
}
#google_translate_element,
select.goog-te-combo {
	position: fixed;
	z-index: 999;
	top: -999px;
}
body .goog-text-highlight {
	background: rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
#teams-dropdown-menu span.icon .fa {
	display: none;
}
.loader {
	z-index: 999999;
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
	background: #fff;
	left: 0;
}
#teams-dropdown-menu ul li {
	text-transform: capitalize;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#teams-dropdown-menu {
	position: relative;
	background-color: #f5f5fb;
	cursor: pointer;
	width: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 5px;
	height: 38px;
	padding: 6px;
}
#teams-dropdown-menu .flag-text {
	font-size: 0px;
	color: #000;
}
#teams-dropdown-menu ul {
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow:
		0 2px 5px rgba(10, 10, 10, 0.0509803922),
		0 0 10px 0 rgba(10, 10, 10, 0.0784313725);
	box-shadow:
		0 2px 5px rgba(10, 10, 10, 0.0509803922),
		0 0 10px 0 rgba(10, 10, 10, 0.0784313725);
	display: none;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	top: 50px;
	width: 135px;
	z-index: 99;
	padding: 0;
	left: unset !important;
	right: 0;
}
img.img-fluid.flg {
	margin-right: 10px;
}
#teams-dropdown-menu ul.active {
	display: block;
	-webkit-animation: slidedown 0.2s;
	animation: slidedown 0.2s;
	top: 50px;
}
@-webkit-keyframes slidedown {
	from {
		margin-top: -25px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
@keyframes slidedown {
	from {
		margin-top: -25px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
#teams-dropdown-menu ul li {
	padding: 10px 15px;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.5px;
	height: auto !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
	float: none;
}
#teams-dropdown-menu ul li:hover {
	color: #000 !important;
	background-color: #f0f0f0;
}
#teams-dropdown-menu span.icon:before {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid rgba(0, 0, 0, 0);
	border-bottom: 0;
	border-left: 0.3em solid rgba(0, 0, 0, 0);
	position: relative;
	top: 2px;
}
@media screen and (max-width: 1199px) {
	#teams-dropdown-menu {
		height: 32px;
		position: relative !important;
		background-color: #f5f5fb !important;
		cursor: pointer !important;
		width: 50px !important;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		margin-right: 10px !important;
		margin-left: 0;
	}
	#teams-dropdown-menu .flag-text {
		font-size: 0px;
		color: #000;
	}
	#teams-dropdown-menu .submenu-button {
		display: none;
	}
	#teams-dropdown-menu span.icon i {
		color: #000;
	}
	.header-main #teams-dropdown-menu {
		margin-left: auto !important;
	}
	.header.sticky header nav.menu.open ul {
		margin-top: 25px;
	}
}
@media (max-width: 1199px) {
	.blur-body {
		overflow: hidden;
	}
	.blur-body::before {
		background: rgba(0, 0, 0, 0.6);
		backdrop-filter: blur(5px);
		content: "";
		height: 100%;
		width: 100%;
		position: fixed;
		z-index: 99;
	}
}
header {
	background: rgba(0, 0, 0, 0);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
header.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
header.fixed-menu {
	background: #6a9d87;
	-webkit-box-shadow: 0px 4px 10px rgba(69, 133, 105, 0.1);
	box-shadow: 0px 4px 10px rgba(69, 133, 105, 0.1);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
header.fixed-menu .navbar {
	margin: 0;
	background: #6a9d87;
}
@media (min-width: 1200px) and (max-width: 1399px) {
	header .head-inner {
		max-width: 1180px;
		min-width: 1180px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	header .head-inner .container-xl {
		padding: 0;
	}
}
header .navbar {
	border-radius: 2px;
	padding: 15px 0;
	margin: 15px 0 0;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	background: #6a9d87;
	line-height: 0;
}
header .navbar .logo img {
	max-width: 200px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
	header .navbar .logo img {
		max-width: 160px;
	}
}
@media (max-width: 480px) {
	header .navbar .logo img {
		max-width: 150px;
	}
}
header .navbar .navbar-toggler {
	background: #ffbd3d;
	border: none;
	padding: 0;
	width: 38px;
	height: 38px;
	line-height: 0;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	outline: none;
	position: relative;
	border: none;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media (max-width: 1199px) {
	header .navbar .navbar-toggler {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
header .navbar .navbar-toggler:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
header .navbar .navbar-toggler #nav-icon1 {
	width: 20px;
	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;
}
header .navbar .navbar-toggler #nav-icon1 span:nth-child(3) {
	top: 10px;
	width: 100%;
	left: 0;
	right: auto;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
header .navbar .navbar-toggler.collapsed #nav-icon1 span {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
	left: 0;
}
header .navbar .navbar-toggler.collapsed #nav-icon1 span:nth-child(1) {
	top: 1px;
}
header .navbar .navbar-toggler.collapsed #nav-icon1 span:nth-child(2) {
	top: 10px;
}
header .navbar .navbar-toggler.collapsed #nav-icon1 span:nth-child(3) {
	top: 19px;
	left: auto;
	right: 0;
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse {
		position: absolute;
		background: #6a9d87;
		left: 0;
		width: 100%;
		top: 68px;
	}
}
header .navbar .navbar-collapse .navbar-nav {
	position: relative;
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item {
		text-align: center;
	}
}
header .navbar .navbar-collapse .navbar-nav .nav-item:nth-child(7) .nav-link.active {
	color: hsla(0, 0%, 100%, 0.5);
}
header .navbar .navbar-collapse .navbar-nav .nav-item:nth-child(7) .nav-link.active:after {
	display: none;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
	font-size: 14px;
	line-height: 21px;
	color: hsla(0, 0%, 100%, 0.5);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	padding: 15px 5px;
	position: relative;
}
@media (max-width: 1400px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		padding: 15px 3px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		font-size: 13px;
	}
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		text-align: center;
		display: inline-block;
	}
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
	color: #fff;
}
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: 100%;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 0;
	height: 2px;
	margin: auto;
	background-color: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::after {
		bottom: 0;
	}
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.support-btn {
	background: #ffbd3d;
	font-weight: bold;
	font-size: 14px;
	padding: 15px 10px;
	line-height: 20px;
	color: #2f322b;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (min-width: 1200px) and (max-width: 1399px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.support-btn {
		font-size: 13px;
	}
}
@media (min-width: 1200px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.support-btn {
		margin-left: 5px;
	}
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.support-btn {
		background: rgba(0, 0, 0, 0);
		color: hsla(0, 0%, 100%, 0.5);
		font-weight: normal;
	}
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.support-btn:hover,
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.support-btn.active {
		color: #fff;
	}
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.support-btn:hover {
	background: #fff;
	color: #000;
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.support-btn:hover {
		background: rgba(0, 0, 0, 0);
		color: #fff;
	}
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.support-btn:after {
	display: none;
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.support-btn:after {
		display: block;
	}
}
footer {
	background: #458569;
	z-index: -1;
}
footer .main-footer {
	padding-top: 70px;
	position: relative;
	z-index: 1;
}
@media (max-width: 767px) {
	footer .main-footer {
		padding-top: 40px;
	}
}
footer .main-footer .footer-line,
footer .main-footer .dots-left,
footer .main-footer .dots-right {
	position: absolute;
}
@media (max-width: 991px) {
	footer .main-footer .footer-line,
	footer .main-footer .dots-left,
	footer .main-footer .dots-right {
		display: none;
	}
}
footer .main-footer .footer-line {
	top: 10%;
	width: 100%;
}
@media (min-width: 2200px) {
	footer .main-footer .footer-line {
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 100%;
	}
}
footer .main-footer .dots-left {
	left: 0;
	top: 45%;
	left: calc(50% - 960px);
}
@media (max-width: 1800px) {
	footer .main-footer .dots-left {
		left: 0;
	}
}
footer .main-footer .dots-right {
	top: 10%;
	right: calc(50% - 960px);
}
@media (max-width: 1800px) {
	footer .main-footer .dots-right {
		right: 0;
	}
}
footer .main-footer .scooter {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	line-height: 0;
	width: 85px;
	-webkit-animation: scooter-move 12s linear infinite;
	animation: scooter-move 12s linear infinite;
}
@media (max-width: 480px) {
	footer .main-footer .scooter {
		max-width: 60px;
	}
}
@-webkit-keyframes scooter-move {
	0% {
		right: 0%;
	}
	100% {
		right: 140%;
	}
}
@keyframes scooter-move {
	0% {
		right: 0%;
	}
	100% {
		right: 140%;
	}
}
footer .main-footer .container {
	padding-bottom: 70px;
}
footer .main-footer .container .footer-box {
	position: absolute;
	bottom: 0;
	left: 0;
}
@media (max-width: 480px) {
	footer .main-footer .container .footer-box {
		max-width: 60px;
	}
}
footer .main-footer .container .footer-tree {
	position: absolute;
	bottom: 0;
	right: 0;
}
@media (max-width: 991px) {
	footer .main-footer .container .footer-about {
		text-align: center;
	}
}
footer .main-footer .container .footer-about a img {
	margin-bottom: 30px;
}
footer .main-footer .container .footer-about p {
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	footer .main-footer .container .footer-about p {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .container .footer-about p {
		font-size: 15px;
	}
}
footer .main-footer .container .footer-about .visa-div .visa {
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	footer .main-footer .container .footer-about .visa-div .visa {
		margin: 20px 0 10px;
	}
}
footer .main-footer .container .footer-about .visa-div .encryption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin-bottom: 40px;
}
@media (max-width: 991px) {
	footer .main-footer .container .footer-about .visa-div .encryption {
		margin-bottom: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
footer .main-footer .container .footer-about .visa-div .encryption img {
	margin-right: 15px;
}
footer .main-footer .container .footer-about .visa-div .encryption p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}
@media (max-width: 991px) {
	footer .main-footer .container .footer-about .visa-div .encryption p {
		font-size: 16px;
	}
}
footer .main-footer .container .footer-links .footer-title {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	footer .main-footer .container .footer-links .footer-title {
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .container .footer-links .footer-title {
		font-size: 18px;
		line-height: 22px;
	}
}
footer .main-footer .container .footer-links .footer-title[aria-expanded="true"] .footer-toggler:before {
	-webkit-transform: rotate(225deg) !important;
	transform: rotate(225deg) !important;
	margin-top: 0px !important;
}
@media (max-width: 991px) {
	footer .main-footer .container .footer-links .footer-title.mob {
		display: block;
		position: relative;
	}
	footer .main-footer .container .footer-links .footer-title.mob .footer-toggler {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
		position: absolute;
		right: 0;
		line-height: 0;
		display: block;
		background-color: rgba(0, 0, 0, 0);
		border-radius: 30%;
		margin-left: 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 22px;
		height: 22px;
		border: 2px solid #fff;
	}
	footer .main-footer .container .footer-links .footer-title.mob .footer-toggler:before {
		content: "";
		display: block;
		width: 7px;
		height: 7px;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: 3px;
		-webkit-transition: 0.3s all;
		transition: 0.3s all;
	}
}
@media (min-width: 992px) {
	footer .main-footer .container .footer-links .footer-title.mob .footer-toggler {
		display: none;
	}
}
footer .main-footer .container .footer-links ul {
	padding-left: 0;
}
@media (max-width: 991px) {
	footer .main-footer .container .footer-links ul {
		margin-left: 30px;
	}
}
@media (min-width: 992px) {
	footer .main-footer .container .footer-links ul.foot-mob {
		display: block;
	}
}
footer .main-footer .container .footer-links ul li {
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	footer .main-footer .container .footer-links ul li {
		margin-bottom: 20px;
	}
}
footer .main-footer .container .footer-links ul li:last-child {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	footer .main-footer .container .footer-links ul li:last-child {
		margin-bottom: 20px;
	}
}
footer .main-footer .container .footer-links ul li a {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 767px) {
	footer .main-footer .container .footer-links ul li a {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .container .footer-links ul li a {
		font-size: 14px;
	}
}
footer .main-footer .container .footer-links ul li a:hover {
	color: #ffbd3d;
}
@media (max-width: 991px) {
	footer .main-footer .container .footer-links.footer-contact ul {
		margin-left: 30px;
	}
}
footer .main-footer .container .footer-links.footer-contact ul li {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767px) {
	footer .main-footer .container .footer-links.footer-contact ul li {
		margin-bottom: 20px;
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .container .footer-links.footer-contact ul li {
		font-size: 14px;
	}
}
footer .main-footer .container .footer-links.footer-contact ul li:last-child {
	margin-bottom: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: 0;
}
@media (max-width: 991px) {
	footer .main-footer .container .footer-links.footer-contact ul li:last-child {
		margin-bottom: 20px;
	}
}
footer .main-footer .container .footer-links.footer-contact ul li .icon {
	line-height: 0;
	margin-right: 10px;
}
footer .main-footer .container .footer-links.footer-contact ul li .icon img {
	min-width: 32px;
}
footer .main-footer .container .footer-links.footer-contact ul li .content a {
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
footer .main-footer .container .footer-links.footer-contact ul li .content a:hover {
	color: #ffbd3d;
}
@media (max-width: 767px) {
	footer .main-footer .container .footer-links.footer-contact ul li .content a {
		display: block;
	}
}
footer .main-footer .container .footer-links.footer-contact ul li .content p {
	font-size: 16px;
	line-height: 24px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	color: #fff;
}
@media (max-width: 575px) {
	footer .main-footer .container .footer-links.footer-contact ul li .content p {
		font-size: 14px;
	}
}
footer .sub-footer {
	border-top: 1px solid #fff;
}
footer .sub-footer p {
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: hsla(0, 0%, 100%, 0.8);
	padding: 20px 0;
}
@media (max-width: 1199px) {
	footer .sub-footer p {
		padding-bottom: 60px;
	}
}
@media (max-width: 767px) {
	footer .sub-footer p {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	footer .sub-footer p {
		font-size: 11px;
	}
}
.page-banner {
	background: #458569;
	overflow: hidden;
	padding: 100px 0 0;
}
@media (max-width: 767px) {
	.page-banner {
		padding: 80px 0 0;
	}
}
@media (max-width: 400px) {
	.page-banner {
		padding: 70px 0 0;
	}
}
.page-banner .heading {
	margin-bottom: 0;
	text-align: center;
}
.page-banner .heading h1 {
	font-weight: normal;
	font-size: 48px;
	line-height: 57px;
	color: #fff;
	padding: 70px 0 70px 0;
	margin-bottom: 0;
	z-index: 1;
	position: relative;
}
@media (max-width: 1199px) {
	.page-banner .heading h1 {
		font-size: 38px;
		line-height: 52px;
	}
}
@media (max-width: 991px) {
	.page-banner .heading h1 {
		font-size: 36px;
		line-height: 50px;
		padding: 50px 0 50px 0;
	}
}
@media (max-width: 767px) {
	.page-banner .heading h1 {
		font-size: 32px;
		line-height: 46px;
		padding: 40px 0 40px 0;
		text-align: center;
	}
}
@media (max-width: 575px) {
	.page-banner .heading h1 {
		font-size: 26px;
		line-height: 32px;
	}
}
.page-banner .heading h1 span {
	font-weight: bold;
	color: #ffbd3d;
}
.page-banner .perasuit {
	position: absolute;
	left: 0;
	bottom: 15%;
}
@media (max-width: 767px) {
	.page-banner .perasuit {
		max-width: 50px;
	}
}
@media (max-width: 400px) {
	.page-banner .perasuit {
		max-width: 40px;
	}
}
.page-banner .page-banner-right {
	position: absolute;
	right: 0;
	bottom: 0;
}
@media (max-width: 767px) {
	.page-banner .page-banner-right {
		max-width: 150px;
	}
}
@media (max-width: 400px) {
	.page-banner .page-banner-right {
		max-width: 120px;
	}
}
.banner {
	position: relative;
	padding: 170px 0 90px;
	background: #458569;
}
@media (max-width: 991px) {
	.banner {
		padding: 170px 0 80px;
	}
}
@media (max-width: 767px) {
	.banner {
		padding: 150px 0 40px;
	}
}
@media (max-width: 480px) {
	.banner {
		padding: 120px 0 40px;
	}
}
.banner .dots-left {
	position: absolute;
	left: 0;
	top: 35%;
	line-height: 0;
	left: calc(50% - 960px);
}
@media (max-width: 1800px) {
	.banner .dots-left {
		left: 0;
	}
}
@media (max-width: 991px) {
	.banner .dots-left {
		display: none;
	}
}
.banner .dots-right {
	position: absolute;
	right: 0;
	bottom: 15%;
	line-height: 0;
	right: calc(50% - 950px);
}
@media (max-width: 1800px) {
	.banner .dots-right {
		right: 0;
	}
}
@media (max-width: 991px) {
	.banner .dots-right {
		display: none;
	}
}
@media (max-width: 991px) {
	.banner .banner-left {
		text-align: center;
	}
}
.banner .banner-left .heading h1 {
	font-weight: bold;
	font-size: 60px;
	line-height: 73px;
	color: #fff;
}
@media (max-width: 1199px) {
	.banner .banner-left .heading h1 {
		font-size: 50px;
		line-height: 63px;
	}
}
@media (max-width: 991px) {
	.banner .banner-left .heading h1 {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.banner .banner-left .heading h1 {
		font-size: 40px;
		line-height: 53px;
	}
}
@media (max-width: 480px) {
	.banner .banner-left .heading h1 {
		font-size: 30px;
		line-height: 43px;
	}
}
.banner .banner-left .heading h1 span {
	background: #ffbd3d;
	color: #fff;
}
.banner .banner-left .heading p {
	color: #fff;
	max-width: 400px;
	font-size: 18px;
}
@media (max-width: 991px) {
	.banner .banner-left .heading p {
		margin: 0 auto 30px;
		font-size: 16px;
		max-width: 490px;
	}
}
@media (max-width: 480px) {
	.banner .banner-left .heading p {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.banner .banner-right {
		margin-bottom: 20px;
	}
}
@media (max-width: 991px) {
	.services .services-left {
		margin-bottom: 30px;
		text-align: center;
	}
}
.features {
	padding: 100px 0 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(11, 166, 89, 0.08)),
		to(rgba(69, 133, 105, 0.08))
	);
	background: linear-gradient(180deg, rgba(11, 166, 89, 0.08) 0%, rgba(69, 133, 105, 0.08) 100%);
	z-index: 1;
	position: relative;
}
@media (max-width: 991px) {
	.features {
		padding: 80px 0;
	}
}
@media (max-width: 767px) {
	.features {
		padding: 40px 0;
	}
}
.features .title h2 {
	margin-bottom: 50px;
}
.features .feature-box {
	background: #f5faf8;
	-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
	border-radius: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 25px 25px;
	margin-bottom: 30px;
}
@media (max-width: 575px) {
	.features .feature-box {
		padding: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 768px) {
	.features .feature-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.features .feature-box img {
	margin-right: 25px;
}
@media (max-width: 575px) {
	.features .feature-box img {
		margin-right: 15px;
		max-width: 50px;
	}
}
.features .feature-box p {
	font-size: 18px;
	line-height: 26px;
	color: #2f322b;
}
@media (max-width: 575px) {
	.features .feature-box p {
		font-size: 16px;
	}
}
.features .features-img {
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
}
@media (max-width: 991px) {
	.features .features-img {
		display: none;
	}
}
.features .features-img .feature-cloud {
	position: absolute;
	bottom: 120px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.features .features-img .feature-truck {
	position: absolute;
	bottom: 0px;
	z-index: -1;
	-webkit-animation: truck-ani linear 30s infinite;
	animation: truck-ani linear 30s infinite;
}
@-webkit-keyframes truck-ani {
	0% {
		left: 0%;
	}
	20% {
		left: 80%;
	}
	40% {
		left: 80%;
	}
	60% {
		left: 80%;
	}
	80% {
		left: 0%;
	}
	100% {
		left: 0%;
	}
}
@keyframes truck-ani {
	0% {
		left: 0%;
	}
	20% {
		left: 80%;
	}
	40% {
		left: 80%;
	}
	60% {
		left: 80%;
	}
	80% {
		left: 0%;
	}
	100% {
		left: 0%;
	}
}
.features .features-img .feature-truck img {
	-webkit-animation: truck-aniImg linear 30s infinite;
	animation: truck-aniImg linear 30s infinite;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
@-webkit-keyframes truck-aniImg {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	20% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	40% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	60% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	80% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	100% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}
@keyframes truck-aniImg {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	20% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	40% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	60% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	80% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	100% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}
.features .perasuit-left {
	left: 0;
	top: 10%;
	-webkit-transform-origin: center -20px;
	transform-origin: center -20px;
	-webkit-animation: yAxis 20s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
	animation: yAxis 20s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
}
.features .perasuit-left .perasuit-left-inner {
	-webkit-animation: xAxis 20s infinite cubic-bezier(0.02, 0.01, 0.21, 1);
	animation: xAxis 20s infinite cubic-bezier(0.02, 0.01, 0.21, 1);
}
.features .perasuit-left .perasuit-left-inner img {
	-webkit-animation: swing ease-in-out 1s infinite alternate;
	animation: swing ease-in-out 1s infinite alternate;
}
@-webkit-keyframes swing {
	0% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	100% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}
@keyframes swing {
	0% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	100% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}
@-webkit-keyframes yAxis {
	50% {
		-webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
		animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
		-webkit-transform: translateY(250px);
		transform: translateY(250px);
	}
	100% {
		-webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
		animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
	}
}
@keyframes yAxis {
	50% {
		-webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
		animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
		-webkit-transform: translateY(250px);
		transform: translateY(250px);
	}
	100% {
		-webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
		animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
	}
}
@-webkit-keyframes xAxis {
	50% {
		-webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
		animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
}
@keyframes xAxis {
	50% {
		-webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
		animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
}
.features .perasuit-right {
	right: 0;
	top: 10%;
	-webkit-transform-origin: center -20px;
	transform-origin: center -20px;
	-webkit-animation: yAxis 20s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
	animation: yAxis 20s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}
.features .perasuit-right .perasuit-right-inner {
	-webkit-animation: xAxis 20s infinite cubic-bezier(0.02, 0.01, 0.21, 1);
	animation: xAxis 20s infinite cubic-bezier(0.02, 0.01, 0.21, 1);
}
.features .perasuit-right .perasuit-right-inner img {
	-webkit-animation: swing ease-in-out 1s infinite alternate;
	animation: swing ease-in-out 1s infinite alternate;
}
@keyframes swing {
	0% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	100% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}
@keyframes yAxis {
	50% {
		-webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
		animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
		-webkit-transform: translateY(250px);
		transform: translateY(250px);
	}
	100% {
		-webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
		animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
		-webkit-transform: translateY(500px);
		transform: translateY(500px);
	}
}
@keyframes xAxis {
	50% {
		-webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
		animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}
.features .perasuit-right,
.features .perasuit-left,
.features .cloud-1,
.features .cloud-2,
.features .cloud-3,
.features .cloud-4 {
	position: absolute;
}
@media (max-width: 991px) {
	.features .perasuit-right,
	.features .perasuit-left,
	.features .cloud-1,
	.features .cloud-2,
	.features .cloud-3,
	.features .cloud-4 {
		display: none;
	}
}
.features .cloud-1 {
	left: 5%;
	top: 10%;
	max-width: 90px;
	z-index: -1;
	-webkit-animation: left ease-in-out 20s infinite alternate;
	animation: left ease-in-out 20s infinite alternate;
}
@-webkit-keyframes left {
	0% {
		left: 0%;
	}
	100% {
		right: 100%;
	}
}
@keyframes left {
	0% {
		left: 0%;
	}
	100% {
		right: 100%;
	}
}
.features .cloud-2 {
	right: 5%;
	top: 5%;
	max-width: 90px;
	z-index: -1;
	-webkit-animation: right ease-in-out 20s infinite alternate;
	animation: right ease-in-out 20s infinite alternate;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
@-webkit-keyframes right {
	0% {
		right: 0%;
	}
	100% {
		right: 100%;
	}
}
@keyframes right {
	0% {
		right: 0%;
	}
	100% {
		right: 100%;
	}
}
.features .cloud-3 {
	left: 5%;
	top: 40%;
	z-index: -1;
	-webkit-animation: left ease-in-out 20s infinite alternate;
	animation: left ease-in-out 20s infinite alternate;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}
@keyframes left {
	0% {
		left: 0%;
	}
	100% {
		left: 100%;
	}
}
.features .cloud-4 {
	right: 5%;
	top: 30%;
	z-index: -1;
	-webkit-animation: right ease-in-out 20s infinite alternate;
	animation: right ease-in-out 20s infinite alternate;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}
@keyframes right {
	0% {
		right: 0%;
	}
	100% {
		right: 100%;
	}
}
.cta {
	background: #458569;
	padding: 80px 0;
	position: relative;
	z-index: 1;
}
.cta .cta-line {
	position: absolute;
	top: 5%;
	width: 100%;
	z-index: -1;
}
@media (min-width: 2200px) {
	.cta .cta-line {
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 100%;
	}
}
@media (max-width: 991px) {
	.cta .cta-line {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
	}
}
.cta .title h2 {
	color: #fff;
	font-weight: normal;
	max-width: 800px;
	margin: 0 auto 30px;
}
@media (max-width: 575px) {
	.cta .title h2 {
		font-size: 34px;
		line-height: 42px;
		margin: 0 auto 20px;
	}
}
@media (max-width: 440px) {
	.cta .title h2 {
		font-size: 24px;
		line-height: 30px;
	}
}
.cta .title h2 span {
	font-weight: bold;
	color: #fff;
}
.cta .title p {
	color: #fff;
	margin: 0 auto 30px;
}
.cta .dots-left {
	position: absolute;
	left: 0;
	bottom: 15%;
	line-height: 0;
	left: calc(50% - 960px);
}
@media (max-width: 1800px) {
	.cta .dots-left {
		left: 0;
	}
}
@media (max-width: 991px) {
	.cta .dots-left {
		display: none;
	}
}
.cta .dots-right {
	position: absolute;
	right: 0;
	top: 15%;
	line-height: 0;
	right: calc(50% - 960px);
}
@media (max-width: 1800px) {
	.cta .dots-right {
		right: 0;
	}
}
@media (max-width: 991px) {
	.cta .dots-right {
		display: none;
	}
}
.work .title h2 {
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.work .title h2 {
		margin-bottom: 30px;
	}
}
@media (max-width: 425px) {
	.work .title h2 {
		font-size: 27px;
	}
}
.work .work-box {
	background: #fff;
	-webkit-box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	text-align: center;
	line-height: 0;
	padding: 30px 0;
	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;
	height: 100%;
}
@media (max-width: 991px) {
	.work .work-box {
		margin-bottom: 30px;
		height: auto;
	}
}
.work .work-box h4 {
	font-weight: bold;
	font-size: 26px;
	line-height: 33px;
	text-transform: capitalize;
	color: #2f322b;
	max-width: 350px;
	margin: 0 auto 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.work .work-box h4 {
		font-size: 23px;
		padding: 0 5px;
	}
}
.pricing-tab {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(11, 166, 89, 0.08)),
		to(rgba(69, 133, 105, 0.08))
	);
	background: linear-gradient(180deg, rgba(11, 166, 89, 0.08) 0%, rgba(69, 133, 105, 0.08) 100%);
	padding: 100px 0;
}
@media (max-width: 1400px) {
	.pricing-tab {
		padding: 80px 0;
	}
}
@media (max-width: 991px) {
	.pricing-tab {
		padding: 80px 0;
	}
}
@media (max-width: 767px) {
	.pricing-tab {
		padding: 40px 0;
	}
}
.pricing-tab .pricing-left .title {
	line-height: 0;
}
@media (max-width: 991px) {
	.pricing-tab .pricing-left .title h2 {
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	.pricing-tab .pricing-right {
		text-align: center;
	}
}
.pricing-tab .pricing-right .nav-tabs {
	background: #fff;
	border: 0.5px solid rgba(11, 166, 89, 0.4);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 10px;
	margin-bottom: 40px;
}
@media (max-width: 991px) {
	.pricing-tab .pricing-right .nav-tabs {
		margin-bottom: 30px;
	}
}
.pricing-tab .pricing-right .nav-tabs .nav-item .nav-link {
	font-size: 23px;
	line-height: 29px;
	color: #000;
	font-weight: bold;
	padding: 10px 15px;
	border: none;
	height: 55px;
	width: 160px;
}
@media (max-width: 767px) {
	.pricing-tab .pricing-right .nav-tabs .nav-item .nav-link {
		font-size: 20px;
		height: 45px;
		line-height: 25px;
	}
}
@media (max-width: 480px) {
	.pricing-tab .pricing-right .nav-tabs .nav-item .nav-link {
		padding: 10px;
		width: 120px;
	}
}
.pricing-tab .pricing-right .nav-tabs .nav-item .nav-link:hover {
	border: none;
	border-radius: 2px;
}
.pricing-tab .pricing-right .nav-tabs .nav-item .active {
	background: #458569;
	border-radius: 1px;
	color: #fff;
}
.pricing-tab .pricing-right .tab-content .tab-pane h4 {
	font-size: 30px;
	line-height: 50px;
	font-weight: normal;
	color: #2f322b;
	margin-bottom: 30px;
	max-width: 700px;
}
@media (max-width: 1400px) {
	.pricing-tab .pricing-right .tab-content .tab-pane h4 {
		font-size: 27px;
		line-height: 40px;
	}
}
@media (max-width: 1199px) {
	.pricing-tab .pricing-right .tab-content .tab-pane h4 {
		font-size: 24px;
		line-height: 35px;
	}
}
@media (max-width: 991px) {
	.pricing-tab .pricing-right .tab-content .tab-pane h4 {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.pricing-tab .pricing-right .tab-content .tab-pane h4 {
		font-size: 22px;
	}
}
@media (max-width: 400px) {
	.pricing-tab .pricing-right .tab-content .tab-pane h4 {
		font-size: 17px;
	}
}
.pricing-tab .pricing-right .tab-content .tab-pane h4 span {
	font-weight: bold;
	color: #ffbd3d;
}
.pricing-tab .pricing-right .tab-content .tab-pane p {
	font-size: 20px;
	line-height: 26px;
	color: #2f322b;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.pricing-tab .pricing-right .tab-content .tab-pane p {
		font-size: 18px;
		line-height: 22px;
	}
}
@media (max-width: 767px) {
	.pricing-tab .pricing-right .tab-content .tab-pane p {
		font-size: 17px;
	}
}
@media (max-width: 575px) {
	.pricing-tab .pricing-right .tab-content .tab-pane p {
		font-size: 15px;
	}
}
@media screen and (max-width: 1199px) {
	.fr_wrapper .banner .banner-left .heading p br {
		display: none;
	}
}
@media (max-width: 991px) {
	.about-us .about-left {
		margin-bottom: 40px;
	}
}
@media (max-width: 400px) {
	.about-us .about-left .title h2 {
		font-size: 26px;
	}
}
.form-pages .account-form {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(11, 166, 89, 0.08)),
		to(rgba(69, 133, 105, 0.08))
	);
	background: linear-gradient(180deg, rgba(11, 166, 89, 0.08) 0%, rgba(69, 133, 105, 0.08) 100%);
	border-radius: 2px;
	padding: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.form-pages .account-form {
		padding: 40px 30px;
	}
}
@media (max-width: 767px) {
	.form-pages .account-form {
		padding: 30px;
	}
}
@media (max-width: 575px) {
	.form-pages .account-form {
		padding: 30px 20px;
	}
}
.form-pages .account-header .title h2 {
	font-weight: bold;
	font-size: 32px;
	line-height: 43px;
	color: #458569;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.form-pages .account-header .title h2 {
		margin-bottom: 20px;
		font-size: 28px;
		line-height: 36px;
	}
}
@media (max-width: 380px) {
	.form-pages .account-header .title h2 {
		font-size: 22px;
	}
}
.form-pages .account-header .title span {
	color: #ffbd3d;
}
.form-pages .create-account .img-fluid {
	display: none;
}
@media (max-width: 768px) {
	.form-pages .create-account .img-fluid {
		display: block;
		margin: 0 auto;
		padding-top: 30px;
	}
}
.form-pages .our-services .join-now .img-fluid {
	display: block;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.form-pages .our-services .join-now .img-fluid {
		display: none;
	}
}
.form-pages.contact .contact-box {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: -100px;
	line-height: 0;
}
@media (max-width: 1199px) {
	.form-pages.contact .contact-box {
		display: none;
	}
}
.form-pages.contact .contact-details {
	margin-top: 50px;
}
@media (max-width: 991px) {
	.form-pages.contact .contact-details {
		padding-top: 40px;
		text-align: center;
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.form-pages.contact .contact-details {
		padding: 40px 0;
	}
}
@media (max-width: 575px) {
	.form-pages.contact .contact-details {
		padding: 40px 0 0;
	}
}
.form-pages.contact .contact-details .title h2 {
	font-weight: 800;
	font-size: 32px;
	line-height: 43px;
	color: #ffbd3d;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.form-pages.contact .contact-details .title h2 {
		font-size: 28px;
		line-height: 36px;
	}
}
@media (max-width: 480px) {
	.form-pages.contact .contact-details .title h2 {
		font-size: 24px;
		line-height: 32px;
	}
}
@media (max-width: 380px) {
	.form-pages.contact .contact-details .title h2 {
		font-size: 22px;
		line-height: 32px;
	}
}
.form-pages.contact .contact-details .title span {
	color: #458569;
}
@media (max-width: 991px) {
	.form-pages.contact .contact-details .contact-details-inner {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 30px;
	}
}
@media (max-width: 767px) {
	.form-pages.contact .contact-details .contact-details-inner {
		padding-top: 20px;
	}
}
.form-pages.contact .contact-details .contact-details-inner .media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.form-pages.contact .contact-details .contact-details-inner .media {
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	.form-pages.contact .contact-details .contact-details-inner .media {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (max-width: 375px) {
	.form-pages.contact .contact-details .contact-details-inner .media {
		margin-bottom: 18px;
	}
}
.form-pages.contact .contact-details .contact-details-inner .media:last-child {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 0;
}
.form-pages.contact .contact-details .contact-details-inner .media .my-icon {
	width: 70px;
	height: 70px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(83, 191, 130, 0.2)),
		to(rgba(69, 133, 105, 0.2))
	);
	background: linear-gradient(180deg, rgba(83, 191, 130, 0.2) 0%, rgba(69, 133, 105, 0.2) 100%);
	border-radius: 50%;
	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;
	margin-right: 40px;
	line-height: 0;
	-ms-flex-preferred-size: 70px;
	flex-basis: 70px;
}
@media (max-width: 767px) {
	.form-pages.contact .contact-details .contact-details-inner .media .my-icon {
		margin-right: 20px;
	}
}
@media (max-width: 375px) {
	.form-pages.contact .contact-details .contact-details-inner .media .my-icon {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}
}
@media (max-width: 480px) {
	.form-pages.contact .contact-details .contact-details-inner .media .my-icon img {
		max-width: 40px;
	}
}
@media (max-width: 375px) {
	.form-pages.contact .contact-details .contact-details-inner .media .my-icon img {
		max-width: 22px;
	}
}
.form-pages.contact .contact-details .contact-details-inner .media .media-body {
	text-align: left;
	width: calc(100% - 80px);
}
@media (max-width: 991px) {
	.form-pages.contact .contact-details .contact-details-inner .media .media-body {
		width: calc(100% - 90px);
	}
}
.form-pages.contact .contact-details .contact-details-inner .media .media-body p {
	font-size: 20px;
	line-height: 28px;
	color: #2f322b;
	max-width: 370px;
}
@media (max-width: 575px) {
	.form-pages.contact .contact-details .contact-details-inner .media .media-body p {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.form-pages.contact .contact-details .contact-details-inner .media .media-body p {
		font-size: 18px;
		line-height: 26px;
	}
}
@media (max-width: 375px) {
	.form-pages.contact .contact-details .contact-details-inner .media .media-body p {
		font-size: 14px;
	}
}
.form-pages.contact .contact-details .contact-details-inner .media .media-body p a {
	color: #2f322b;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	display: block;
}
@media (max-width: 575px) {
	.form-pages.contact .contact-details .contact-details-inner .media .media-body p a {
		font-size: 20px;
	}
}
@media (max-width: 375px) {
	.form-pages.contact .contact-details .contact-details-inner .media .media-body p a {
		font-size: 15px;
	}
}
.form-pages.contact .contact-details .contact-details-inner .media .media-body p a:hover {
	color: #458569;
}
.form-pages.contact .contact-details .contact-details-inner .media .media-body.media-body-top p {
	margin-top: 15px;
}
@media (max-width: 375px) {
	.form-pages.contact .contact-details .contact-details-inner .media .media-body.media-body-top p {
		margin-top: 8px;
	}
}
.form-pages.contact .contact-details .image {
	text-align: right;
}
.form-pages.sign-up .join-now {
	text-align: center;
	padding-top: 60px;
	margin-bottom: 30px;
	position: relative;
}
@media (max-width: 991px) {
	.form-pages.sign-up .join-now {
		padding-top: 40px;
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	.form-pages.sign-up .join-now {
		margin-bottom: 40px;
	}
}
@media (max-width: 575px) {
	.form-pages.sign-up .join-now {
		margin-bottom: 0;
	}
}
.form-pages.sign-up .join-now h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 41px;
	color: #ffbd3d;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.form-pages.sign-up .join-now h2 {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.form-pages.sign-up .join-now h2 {
		font-size: 28px;
		line-height: 36px;
	}
}
@media (max-width: 480px) {
	.form-pages.sign-up .join-now h2 {
		font-size: 24px;
		line-height: 32px;
	}
}
.form-pages.sign-up .join-now p {
	font-weight: normal;
	font-size: 24px;
	line-height: 46px;
	color: #2f322b;
	display: inline-block;
}
@media (max-width: 1199px) {
	.form-pages.sign-up .join-now p {
		font-size: 23px;
	}
}
@media (max-width: 991px) {
	.form-pages.sign-up .join-now p {
		font-size: 22px;
		line-height: 36px;
	}
}
@media (max-width: 767px) {
	.form-pages.sign-up .join-now p {
		font-size: 20px;
		line-height: 40px;
	}
}
@media (max-width: 480px) {
	.form-pages.sign-up .join-now p {
		font-size: 18px;
		line-height: 38px;
	}
}
.form-pages.sign-up .join-now p span {
	font-weight: bold;
	color: #ffbd3d;
}
.form-pages.sign-up .join-now p span:last-child {
	color: #458569;
}
.form-pages.sign-up .sign-up-footer {
	background: #458569;
	border: 1px solid rgba(8, 160, 247, 0.21);
	-webkit-box-shadow: 0px 13px 60px rgba(109, 141, 173, 0.12);
	box-shadow: 0px 13px 60px rgba(109, 141, 173, 0.12);
	border-radius: 2px;
	padding: 25px 30px;
	margin-top: 30px;
}
@media (max-width: 575px) {
	.form-pages.sign-up .sign-up-footer {
		padding: 25px 20px;
	}
}
.form-pages.sign-up .sign-up-footer p {
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #fff;
}
@media (max-width: 991px) {
	.form-pages.sign-up .sign-up-footer p {
		font-size: 16px;
		line-height: 26px;
	}
}
@media (max-width: 767px) {
	.form-pages.sign-up .sign-up-footer p {
		font-size: 15px;
		line-height: 25px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.fr_wrapper .sign-up .join-now h2 {
		font-size: 26px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.fr_wrapper .sign-up .join-now p {
		font-size: 21px;
	}
}
.fr_wrapper form textarea.user-input::-webkit-input-placeholder {
	text-transform: capitalize;
}
.fr_wrapper form textarea.user-input::-moz-placeholder {
	text-transform: capitalize;
}
.fr_wrapper form textarea.user-input:-ms-input-placeholder {
	text-transform: capitalize;
}
.fr_wrapper form textarea.user-input::-ms-input-placeholder {
	text-transform: capitalize;
}
.fr_wrapper form textarea.user-input::placeholder {
	text-transform: capitalize;
}
.support {
	padding: 0 0 100px 0;
}
@media (max-width: 575px) {
	.support {
		padding: 0 0 40px 0;
	}
}
.support .heading {
	text-align: center;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.support .heading {
		margin-bottom: 10px;
	}
}
.support .heading h2 {
	font-weight: normal;
	font-size: 30px;
	line-height: 42px;
	text-align: center;
	color: #000;
}
@media (max-width: 480px) {
	.support .heading h2 {
		font-size: 22px;
	}
}
@media (max-width: 350px) {
	.support .heading h2 {
		font-size: 18px;
	}
}
.support .heading h2 span {
	font-weight: bold;
	color: #ffbd3d;
}
.support .customer-support {
	position: relative;
	padding: 70px 0;
}
@media (max-width: 991px) {
	.support .customer-support {
		padding: 40px 0;
	}
}
.support .customer-support .heading {
	margin-bottom: 60px;
}
@media (max-width: 991px) {
	.support .customer-support .heading {
		margin-bottom: 30px;
	}
}
.support .customer-support .media {
	position: relative;
}
@media (max-width: 991px) {
	.support .customer-support .media {
		margin-bottom: 30px;
		display: block;
		text-align: center;
	}
}
.support .customer-support .media .icon {
	width: 80px;
	height: 80px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(83, 191, 130, 0.2)),
		to(rgba(69, 133, 105, 0.2))
	);
	background: linear-gradient(180deg, rgba(83, 191, 130, 0.2) 0%, rgba(69, 133, 105, 0.2) 100%);
	border-radius: 50%;
	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;
	margin-right: 20px;
	margin: 0 auto 15px;
}
@media (max-width: 991px) {
	.support .customer-support .media .icon {
		margin: 0 auto 15px;
	}
	.support .customer-support .media .icon img {
		max-width: 100%;
	}
}
.support .customer-support .media .media-body {
	text-align: center;
}
.support .customer-support .media .media-body h5 {
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	color: #2f322b;
	text-align: center;
}
.support .customer-support .media .media-body .contact_info {
	display: inline-block;
}
.support .customer-support .media .media-body .contact_info p {
	text-align: left;
}
.support .customer-support .media .media-body p {
	font-size: 15px;
	line-height: 30px;
	color: #2f322b;
	max-width: 270px;
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 1200px) {
	.support .customer-support .media .media-body p {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.support .customer-support .media .media-body p {
		font-size: 15px;
		max-width: 100%;
	}
}
.support .customer-support .media .media-body p a {
	color: #2f322b;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.support .customer-support .media .media-body p a:hover {
	color: #458569;
}
.support .customer-support .chat-btn {
	text-align: center;
	margin-top: 50px;
}
@media (max-width: 991px) {
	.support .customer-support .chat-btn {
		margin-top: 0;
	}
}
.support .customer-support .chat-btn .my-button {
	min-width: 270px;
}
@media (max-width: 767px) {
	.support .customer-support .chat-btn .my-button {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.support .customer-support .chat-btn .my-button {
		font-size: 14px;
	}
}
.support .cancel-membership .cancel-membership-inner {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(11, 166, 89, 0.05)),
		to(rgba(69, 133, 105, 0.05))
	);
	background: linear-gradient(180deg, rgba(11, 166, 89, 0.05) 0%, rgba(69, 133, 105, 0.05) 100%);
	border-radius: 2px;
	margin-bottom: 30px;
	padding: 80px 0;
}
@media (max-width: 991px) {
	.support .cancel-membership .cancel-membership-inner {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.support .cancel-membership .cancel-membership-inner {
		padding: 40px 0;
	}
}
.support .cancel-membership .content {
	padding: 0 0 0 40px;
}
@media (max-width: 991px) {
	.support .cancel-membership .content {
		padding: 0 40px;
	}
}
@media (max-width: 480px) {
	.support .cancel-membership .content {
		padding: 0 20px;
	}
}
.support .cancel-membership .content p {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 30px;
	color: #2f322b;
	padding: 0 20px;
}
@media (max-width: 991px) {
	.support .cancel-membership .content p {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.support .cancel-membership .content p {
		text-align: center;
		font-size: 15px;
	}
}
@media (max-width: 375px) {
	.support .cancel-membership .content p {
		font-size: 16px;
	}
}
.support .cancel-membership .cancel-form {
	padding: 0 40px 0 0;
}
@media (max-width: 991px) {
	.support .cancel-membership .cancel-form {
		padding: 0 40px;
	}
}
@media (max-width: 480px) {
	.support .cancel-membership .cancel-form {
		padding: 0 20px;
	}
}
.support .cancel-membership .cancel-form p {
	font-size: 18px;
	line-height: 30px;
	color: #2f322b;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.support .cancel-membership .cancel-form p {
		text-align: center;
		font-size: 15px;
	}
}
.support .login-box {
	padding: 40px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (max-width: 1199px) {
	.support .login-box {
		padding: 40px;
	}
}
@media (max-width: 480px) {
	.support .login-box {
		padding: 40px 20px;
	}
}
@media (max-width: 480px) {
	.support .login-box .login-box-inner .heading h2 {
		font-size: 18px;
	}
}
.support .login-box .login-box-inner .content p {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 30px;
	color: #2f322b;
	text-align: center;
	margin-bottom: 40px;
}
@media (max-width: 375px) {
	.support .login-box .login-box-inner .content p {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.support .login-box .login-box-inner .content p.recover-bottom {
		margin-bottom: 0;
	}
}
.support .login-box .input-group {
	border-radius: 8px;
	position: relative;
}
@media (max-width: 575px) {
	.support .login-box .input-group {
		display: block;
		padding: 0;
		background: none;
		border: none;
	}
}
.support .login-box .input-group .input-icon {
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}
@media (max-width: 575px) {
	.support .login-box .input-group .input-icon {
		top: 25px;
	}
}
.support .login-box .input-group .user-input {
	height: 55px;
	border: none;
	border: 1px solid rgba(47, 50, 43, 0.4);
	border-radius: 2px;
}
@media (max-width: 575px) {
	.support .login-box .input-group .user-input {
		width: 100%;
		border-radius: 2px !important;
	}
}
.support .login-box .input-group .user-input:focus {
	background: #fff;
	color: #2f322b;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media (max-width: 575px) {
	.support .login-box .input-group .user-input:focus {
		border: 1px solid #458569;
	}
}
.support .login-box .input-group button {
	background: #458569;
	border: none;
	font-size: 18px;
	text-align: center;
	color: #fff;
	padding: 10px 20px;
	border-radius: 0 2px 2px 0;
	height: 100%;
}
.support .login-box .input-group button:hover {
	background: #ffbd3d;
	color: #fff;
}
.support .login-box .input-group button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.support .login-box .input-group button:active {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: #ffbd3d;
	border-color: #ffbd3d;
}
@media (max-width: 575px) {
	.support .login-box .input-group button {
		width: 100%;
		border-radius: 7px;
		height: 50px;
		margin-top: 20px;
	}
}
.support .login-box.recover {
	background: rgba(83, 191, 130, 0.12);
	border-radius: 2px;
}
.support .login-box.recover button {
	border-radius: 2;
	background: #ffbd3d;
	color: #2f322b;
	font-weight: bold;
}
@media (max-width: 575px) {
	.support .login-box.recover button {
		border-radius: 2px;
	}
}
.support .login-box.recover button:hover {
	background: #458569;
}
@media (max-width: 991px) {
	.support .login-box.recover {
		margin-top: 40px;
	}
}
.support .login-box.login {
	background: rgba(83, 191, 130, 0.2);
	border-radius: 2px;
}
.support form input {
	height: 55px;
	background: #fff;
}
.support form .theme-button .my-button {
	padding: 14px;
	background: #ffbd3d;
}
.support form .theme-button .my-button:hover {
	background-color: #458569;
	color: #fff;
}
.faq {
	position: relative;
	padding-top: 80px;
}
@media (max-width: 991px) {
	.faq {
		padding-top: 40px;
		margin-top: 40px;
	}
}
@media (max-width: 480px) {
	.faq {
		margin-top: 20px;
	}
}
.faq .heading {
	margin-bottom: 20px;
}
.faq .heading-text {
	font-size: 16px;
	line-height: 30px;
	max-width: 700px;
	margin: 0 auto 40px auto;
	text-align: center;
	color: #f5f2ed;
}
@media (max-width: 767px) {
	.faq .heading-text {
		margin: 0 auto 20px auto;
	}
}
.myaccordion {
	position: relative;
	z-index: 1;
}
.myaccordion .card {
	counter-increment: rowNumber;
	border-radius: 0;
	border: rgba(0, 0, 0, 0);
	margin-bottom: 20px;
	background: rgba(0, 0, 0, 0);
	border-radius: 2px;
}
.myaccordion .card:last-child {
	margin-bottom: 0;
}
.myaccordion .card .card-header[aria-expanded="true"] {
	border: 1px solid rgba(8, 160, 247, 0.41);
	border-bottom: 0;
	border-radius: 2px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: #458569;
}
.myaccordion .card .card-header[aria-expanded="true"] h2 {
	color: #fff;
}
.myaccordion .card .card-header[aria-expanded="true"] h2 .icon:before {
	opacity: 0;
}
.myaccordion .card .card-header[aria-expanded="true"] h2 .icon:after {
	background: #2f322b;
}
.myaccordion .card .card-header {
	padding: 15px 20px 15px 20px;
	border: rgba(0, 0, 0, 0);
	cursor: pointer;
	background: rgba(69, 133, 105, 0.1);
	border: 1px solid rgba(69, 133, 105, 0.15);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 480px) {
	.myaccordion .card .card-header {
		padding: 10px;
	}
}
.myaccordion .card .card-header h2 {
	font-size: 18px;
	line-height: 25px;
	color: #2f322b;
	position: relative;
	padding-left: 20px;
}
.myaccordion .card .card-header h2 div div {
	padding-right: 10px;
}
@media (max-width: 480px) {
	.myaccordion .card .card-header h2 {
		font-size: 15px;
		line-height: 22px;
	}
}
.myaccordion .card .card-header h2 .no {
	position: absolute;
	left: 0;
}
.myaccordion .card .card-header h2 .no:before {
	content: counter(rowNumber) ".";
}
.myaccordion .card .card-header h2 .icon {
	margin-left: 10px;
	position: relative;
	min-width: 30px;
	height: 30px;
	background: #ffbd3d;
	border-radius: 50%;
}
.myaccordion .card .card-header h2 .icon.minus {
	display: none;
}
.myaccordion .card .card-header h2 .icon:after,
.myaccordion .card .card-header h2 .icon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #2f322b;
}
.myaccordion .card .card-header h2 .icon:after {
	width: 14px;
	height: 2px;
}
.myaccordion .card .card-header h2 .icon:before {
	width: 2px;
	height: 14px;
}
.myaccordion .card .card-body {
	padding: 20px 25px 20px;
	color: #2f322b;
	font-size: 18px;
	line-height: 30px;
	background: rgba(69, 133, 105, 0.1);
	border: 1px solid rgba(69, 133, 105, 0.15);
	border-top: 0;
	border-radius: 2px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
@media (max-width: 480px) {
	.myaccordion .card .card-body {
		padding: 20px;
		font-size: 15px;
	}
}
.myaccordion table {
	margin: 20px 0;
}
.myaccordion table th {
	width: 50%;
}
.policy-content {
	font-size: 16px;
	line-height: 28px;
	color: #2f322b;
	position: relative;
}
@media (max-width: 767px) {
	.policy-content {
		font-size: 15px;
	}
}
.policy-content.section-gap {
	padding: 90px 0;
}
@media (max-width: 991px) {
	.policy-content.section-gap {
		padding: 80px 0 70px 0;
	}
}
@media (max-width: 767px) {
	.policy-content.section-gap {
		padding: 60px 0;
	}
}
.policy-content a {
	color: #1a6343;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.policy-content a:hover {
	color: #000;
}
.policy-content b,
.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	color: #2f322b;
}
@media (max-width: 767px) {
	.policy-content b,
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 18px;
		line-height: 28px;
	}
}
.policy-content p {
	margin-bottom: 10px;
	color: rgba(47, 50, 43, 0.5);
	font-weight: bold;
}
.policy-content .print {
	position: sticky;
	right: 0;
	margin-left: auto;
	top: 310px;
	padding: 10px;
	border-radius: 2px;
	background-color: #ffbd3d;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #2f322b;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	z-index: 1;
	cursor: pointer;
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	right: 0;
	left: auto;
}
.policy-content .print::-moz-selection {
	background-color: #ffbd3d;
}
.policy-content .print::selection {
	background-color: #ffbd3d;
}
@media (max-width: 991px) {
	.policy-content .print {
		font-size: 16px;
		padding: 8px 5px;
	}
}
@media (max-width: 767px) {
	.policy-content .print {
		font-size: 0;
	}
}
@media (max-width: 575px) {
	.policy-content .print {
		top: 195px;
	}
}
.policy-content .print img {
	margin-top: 10px;
	max-width: 75%;
}
@media (max-width: 767px) {
	.policy-content .print img {
		max-width: 25px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		margin-top: 0px;
	}
}
/* FOR GOOGLE TRANSLATE CSS START HERE */
body {
	top: 0 !important;
}

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

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

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

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

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

#goog-gt-tt,
.goog-te-combo,
.skiptranslate {
	display: none !important;
}

footer #policies a {
	display: inline-block;
}

footer #policies a::first-letter {
	text-transform: uppercase !important;
}

footer {
	position: relative;
	z-index: 1;
}
