@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');
/* font-family: "Heebo", sans-serif; */
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}
body {
	font-family: "Heebo", sans-serif;
	font-optical-sizing: none;
	padding: 0;
	margin: 0;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	color: #58595F;
	font-size: 18px;
	line-height: normal;
}
body.body-lock, body.fancybox-active {
	overflow: hidden;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	display:block;
	max-width:100%;
}
a {
	text-decoration: none;
	padding: 0;
	outline: none;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #000000;
}
a:hover {
	color: #121ED2;
	text-decoration: none !important;
}
sub {
	bottom: -5px;
	font-size: 16px;
}
sup {
	top: -5px;
	font-size: 16px;
}
b, strong {
	font-weight: 500;
}
.hide {
	display: none;
}
.s-py {
	padding-top: 96px;
	padding-bottom: 96px;
}
.s-pt {
	padding-top: 96px;
}
.s-pb {
	padding-bottom: 96px;
}
.mb-48 {
	margin-bottom: 48px !important;
}
.mb-16 {
	margin-bottom: 16px !important;
}
.mt-auto {
	margin-top: auto;
}

.error-page {
	padding: 166px 0 96px 0;
}
.error-page h1 {
	margin: 0 0 16px 0;
}
.error-page h6 {
	margin: 0 0 16px 0;
}
.error-page .btn {
	margin-top: 24px;
}

.site-wrapper {
	overflow: hidden;
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.container {
	max-width: 1390px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.first-section {
	padding-top: 152px;
}

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.skew-up .word-line {
	overflow: hidden;
}
.skew-up .elementor-heading-title .word {
	opacity: 0;
	position: relative;
	transform-style: preserve-3d;
	display: inline-block;
}

.fadeInUp:not(.wow) {
	animation-name: fadeInUpSmall !important;
}
@keyframes fadeInUpSmall{
	from{
		opacity:0;
		transform:translate3d(0,40px,0);
	}
	to{
		opacity:1;
		transform:translate3d(0,0,0);
	}
}
.fadeInLeft:not(.wow) {
	animation-name: fadeInLeftSmall !important;
}
@keyframes fadeInLeftSmall{
	from{
		opacity:0;
		transform:translate3d(-40px,0,0);
	}
	to{
		opacity:1;
		transform:translate3d(0,0,0);
	}
}
.fadeInRight:not(.wow) {
	animation-name: fadeInRightSmall !important;
}
@keyframes fadeInRightSmall{
	from{
		opacity:0;
		transform:translate3d(40px,0,0);
	}
	to{
		opacity:1;
		transform:translate3d(0,0,0);
	}
}
.wow {
	visibility: hidden;
}
.wow.fadeInUp {
	animation-name: none !important;
}
.wow.fadeInUp.animated {
	animation-name: fadeInUpWow !important;
}
@keyframes fadeInUpWow{
	0%{
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}
	100%{
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.pointer-none {
	pointer-events: none;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
	border-spacing: 0;
	border-collapse: unset;
	text-align: center;
}
table {
	width: 100%;
	text-align: left;
}

.full-right-block {
	width: auto;
	margin-right: calc(((100vw - 100%)/ 2) * -1);
}
.full-right-block > .e-con-inner {
	max-width: unset;
}

/* Fancybox Start */
.fancybox-button {
	padding: 10px !important;
	color: #ffffff !important;
	border: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	opacity: 1;
	background: linear-gradient(135deg, #121ED2 0%, #48C4CB 100%) !important;
}
.fancybox-button:hover {
	opacity: 1;
	background: #121ED2 !important;
	color: #ffffff !important;
}
.fancybox-slide--html {
	padding: 10px !important;
}
/* Fancybox End */

.slider-arrow {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	margin: 0 -4px;
	z-index: 4;
}
.swiper-button-prev, .swiper-button-next {
	width: 48px;
	height: 48px;
	border: 1px solid #D8D8D8;
	background-color: #ffffff;
	position: relative !important;
	top: unset !important;
	left: unset !important;
	right: unset !important;
	right: unset !important;
	transform: none !important;
	margin: 0 4px !important;
	font-size: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	opacity: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.swiper-button-prev::after, .swiper-button-next::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	background-size: 24px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transform: translate(-50%, -50%);
}
.swiper-button-prev::after {
	background-image: url(../images/left-arrow.svg);
}
.swiper-button-next::after {
	background-image: url(../images/right-arrow.svg);
}
.swiper-button-prev:hover, .swiper-button-next:hover {
	border-color: #58595F;
}


/* Flex CSS Start */
.d-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-wrap {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.align-center {
	align-items:center;
	-webkit-align-items:center;
	-ms-align-items:center;
}
.align-start {
	align-items:start;
	-webkit-align-items:start;
	-ms-align-items:start;
}
.align-end {
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
}
.space-between {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}
/* Flex CSS End */

/* Button Start */
.btn, .menu-btn a {
	font-size: 20px !important;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	line-height: normal !important;
	cursor: pointer;
	padding: 15px 40px;
	background: linear-gradient(135deg, #121ED2 0%, #48C4CB 100%) !important;
	border: none !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	position: relative;
}
.btn.small, .menu-btn.small a {
	padding: 11px 32px;
	font-size: 18px !important;
}
.btn.big, .menu-btn.big a {
	padding: 24px 56px;
	font-size: 30px !important;
}
.btn.outline, .menu-btn.outline a {
	background: #ffffff !important;
	border: 1px solid #CCC8C8 !important;
	color: #000000;
	padding: 14px 39px;
}
.btn.small.outline, .menu-btn.small.outline a {
	padding: 10px 31px;
}
.btn.outline .btn-text, .menu-btn.outline a .btn-text {
	color: #000000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn.outline:hover, .btn.outline:hover .btn-text,
.menu-btn.outline:hover a, .menu-btn.outline:hover a .btn-text {
	color: #ffffff;
	border-color: #121ED2 !important;
}
.btn .btn-text, .menu-btn a .btn-text {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #ffffff;
}
.btn:hover .btn-text, .menu-btn a:hover, .menu-btn a:hover .btn-text {
	color: #ffffff;
}
.btn .btn-text .arrow {
	display: none;
	margin-left: 8px;
}
.btn.arrow-btn .btn-text .arrow {
	display: block;
}
.btn .btn-bg, .menu-btn a .btn-bg {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
	transform: translate(-50%, -50%);
	background-color: #121ED2;
}
.btn:hover .btn-bg, .menu-btn a:hover .btn-bg {
	width: 250%;
	height: 500%;
}
.btn.disabled {
	opacity: 0.4;
	pointer-events: none;
}

.submit-btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: transparent;
	opacity: 0;
	z-index: 3;
}
/* Button End */

/* Form CSS Start */
select, textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}
textarea.text-field {
	resize: none;
	height: 130px;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border-radius: 8px !important;
}
input:focus, textarea:focus, select:focus{
	outline: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
*:focus {
	outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
	-webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}
.text-field {
	border: 1px solid #D8D8D8 !important;
	padding: 16px;
	font-size: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-family: "Heebo", sans-serif;
	font-weight: 400;
	line-height: normal;
	width: 100%;
	height: auto;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
}
.text-field:focus {
	border-color: #000000 !important;
}
select.text-field {
	padding-right: 48px;
	background-position: center right 16px;
	background-size: 24px;
	background-repeat: no-repeat;
	background-image: url(../images/select-arrow.svg);
	cursor: pointer;
}
.form-list {
	margin: -16px -8px 0 -8px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	color: #000000;
	padding: 0 !important;
}
.form-list label {
	display: block;
	color: #000000;
	margin-bottom: 4px;
	font-weight: 400;
	line-height: normal;
	min-height: 20px;
}
.form-list li {
	width: calc(50% - 16px);
	margin: 16px 8px 0 8px !important;
	position: relative;
	list-style-type: none !important;
}
body .form-list li.mt-0 {
	margin-top: 0 !important;
}
.form-list li.full {
	width: calc(100% - 16px);
}
.form-list li br {
	display: none;
}
.form-list .button-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
}
.wpcf7-form .wpcf7-spinner {
	display: none;
	margin: 0 0 0 4px;
}
.wpcf7-form.submitting .wpcf7-spinner {
	display: block;
}
.wpcf7-spinner {
	position: absolute;
	right: 4px;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	top: 18px;
	z-index: 2;
}
.wpcf7-not-valid-tip, .error-message {
	margin-top: 2px;
	font-size: 12px;
	color: #FF2C2C;
}
.wpcf7 form .wpcf7-response-output {
	background-color: #4BB543;
	color: #ffffff;
	border: none;
	margin: 12px 0 0 0;
	padding: 8px 24px;
	font-size: 14px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-weight: 500;
	border: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form .wpcf7-response-output.wpcf7-validation-errors {
	background-color: #FF2C2C;
	color: #ffffff;
}
/* Form CSS End */

/* Text Marquee Start */
.logo-marquee {
	overflow: hidden;
}
.logo-marquee .js-marquee {
	margin: 0 !important;
}
.logo-marquee .marquee-list {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style: none;
}
.logo-marquee .marquee-list .marquee-item {
	padding: 0 8px;
}
/* Text Marquee End */

/* Custom Tab Start */
.custom-tab .e-n-tabs-heading {
	max-width: fit-content;
	padding: 8px;
	border: 1px solid #D8D8D8;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-color: #ffffff;
	margin: 0 auto;
}
.custom-tab .e-n-tabs-heading .e-n-tab-title {
	min-width: 170px;
}
.custom-tab .e-n-tabs-heading .e-n-tab-title:hover, .custom-tab .e-n-tabs-heading .e-n-tab-title:focus {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
/* Custom Tab End */


/* Header Start */
.site-header {
	background-color: transparent;
	padding: 32px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.site-header.fixed {
	padding: 20px 0;
	background-color: #ffffff;
	-moz-box-shadow: 6px 6px 10px rgba(27, 39, 53, 0.07);
	-webkit-box-shadow: 6px 6px 10px rgba(27, 39, 53, 0.07);
	box-shadow: 6px 6px 10px rgba(27, 39, 53, 0.07);
}
.site-header .container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.site-header .header-logo {
	min-width: 340px;
	z-index: 5;
}
.site-header .site-navigation {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.site-header .site-navigation.mobile-menu {
	display: none;
}
.site-header .site-navigation ul {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.site-header .site-navigation li {
	list-style: none;
	display: inline-block;
	position: relative;
}
.site-header .site-navigation li:not(.menu-btn) {
	padding: 0 12px;
}
.site-header .site-navigation li:not(.menu-btn) a,
.site-header .site-navigation li:not(.menu-btn) a:hover {
	line-height: normal;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	white-space: nowrap;
	color: #000000;
}
.site-header .site-navigation li.current-menu-item:not(.btn) a,
.site-header .site-navigation li:not(.menu-btn) a:hover {
	color: #121ED2;
}
.site-header .site-navigation li.menu-btn + .menu-btn {
	margin-left: 8px;
}

.header-right-block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	min-width: 340px;
}
.site-header .header-right-block .btn + .btn {
	margin-left: 8px;
}

.menu-toggle {
	width: 30px;
	height: 30px;
	display: none;
	z-index: 5;
	position: relative;
	cursor: pointer;
	margin-left: 16px;
}
.menu-toggle .toggle-icon {
	width: 30px;
	height: 30px;
	text-align: center;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.menu-toggle .toggle-icon span,
.menu-toggle .toggle-icon span:before,
.menu-toggle .toggle-icon span:after {
	background: #231F20;
	width: 30px;
	height: 2px;
	border-radius: 2px;
	display: block;
	transition: all 0.15s linear;
}
.menu-toggle .toggle-icon span {
	width: 22px;
	margin-left: auto;
}
.menu-toggle .toggle-icon span:before,
.menu-toggle .toggle-icon span:after {
	content: '';
	position: absolute;
	left: 0;
}
.menu-toggle .toggle-icon span:before {
	transform: translateY(-6px);
}
.menu-toggle .toggle-icon span:after {
	transform: translateY(6px);
}
.menu-toggle .toggle-icon.open span {
	background: transparent;
}
.menu-toggle .toggle-icon.open span:before {
	transform: rotate(45deg);
}
.menu-toggle .toggle-icon.open span:after {
	transform: rotate(-45deg);
}
/* Header End */

/* Footer Start */
.footer-top-line-img {
	height: 100%;
}
.site-footer {
	padding: 40px 0;
	margin-top: auto;
}
.site-footer .container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
/*.site-footer .container .copyright a {
	color: #58595F;
}
.site-footer .container .copyright a:hover {
	color: #121ED2;
}*/
/* Footer End */


#signup-popup {
	padding: 48px 40px 40px 40px;
	max-width: 900px;
}
#signup-popup p {
	margin-bottom: 16px;
}
#signup-popup p:last-child {
	margin-bottom: 0;
}
#signup-popup h2 {
	margin-top: 0;
}

.banner-line-img, .banner-line-img img {
	height: 100%;
}

.title-line {
	position: relative;
	display: inline-block;
}
.title-line::before {
	content: "";
	position: absolute;
	bottom: -3px;
	width: 100%;
	height: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/title-line.svg);
}

.features-slider-section {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	align-items: center;
}
.features-slider-title {
	display: -webkit-inline-flex;
	display: inline-flex;
	width: calc(100% -  120px);
	margin: 0;
}
.features-slider-section .slider-arrow {
	width: 112px;
	display: -webkit-inline-flex;
	display: inline-flex;
}
.features-slider {
	margin-top: 48px;
	width: 100%;
	overflow: visible;
}
.features-slider .features-slide {
	width: 644px;
	position: relative;
}
.features-slider .features-slide .image-box {
	/*min-height: 496px;*/
	padding: 48px 48px 0 48px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkitalign-items: flex-end;
	align-items: flex-end;
	-webkitjustify-content: center;
	justify-content: center;
	background: linear-gradient(106deg, rgba(24, 46, 210, 0.50) 0%, rgba(72, 196, 203, 0.50) 100%);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin-bottom: 32px;
}
.features-slider .features-slide .image-box img {
	max-width: 328px;
}
.features-slider .features-slide .content-box h3 {
	margin: 0 0 8px 0;
}

.recommended-plan-text {
	position: relative;
}
.recommended-plan-text::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: #1527D2;
	background: linear-gradient(90deg,rgba(21, 39, 210, 1) 0%, rgba(71, 194, 203, 1) 100%);
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	z-index: -1;
}
.plan-row > .e-con-inner {
	margin: 0 -12px;
	max-width: unset;
	width: auto;
}
.plan-box ul {
	padding-left: 24px;
}

.testimonials-slider-section .quote-img {
	margin-bottom: 24px;
}
.testimonials-slide h4 {
	margin: 0 0 32px 0;
	max-width: 580px;
}
.testimonials-slide h6 {
	margin: 0;
	color: #000000;
}
.testimonials-slider .slider-arrow {
	margin-top: 52px;
}

.policy-content ul, .policy-content ol {
	padding-left: 24px;
	margin: 0;
}
.policy-content p b, .policy-content p strong,
.policy-content ul b, .policy-content ol b,
.policy-content ul strong, .policy-content ol strong {
	font-weight: 500;
	color: #000000;
}
.policy-content p + ul, .policy-content p + ol {
	margin-top: 8px;
}
.policy-content p + p, .policy-content ul + p, .policy-content ol + p {
	margin-top: 8px;
}
.policy-content a {
	color: #121ED2;
}
.policy-content a:hover {
	color: #000000;
}


@media (max-width: 1199px) {
	.mb-48 {
		margin-bottom: 32px !important;
	}
	.error-page {
		padding: 140px 0 80px 0;
	}
	.btn.big {
		padding: 20px 32px;
		font-size: 24px !important;
	}
	.site-header .header-logo, .header-right-block {
		min-width: auto;
	}
	.plan-row > .e-con-inner {
		margin: 0 -8px;
	}
	.features-slider .features-slide {
		width: 500px;
	}
	.features-slider .features-slide .image-box {
		/*min-height: 400px;*/
		padding: 32px 32px 0 32px;
		margin-bottom: 24px;
	}
	.features-slider .features-slide .image-box img {
		max-width: 300px;
	}
}
@media (max-width: 991px) {
	body {
		font-size: 16px;
	}
	sub {
		bottom: -4px;
		font-size: 14px;
	}
	sup {
		top: -4px;
		font-size: 14px;
	}
	.mb-48 {
		margin-bottom: 24px !important;
	}
	.error-page {
		padding: 120px 0 60px 0;
	}
	.full-right-block {
		width: 100%;
		margin-right: 0;
	}
	.menu-toggle {
		display: block;
	}
	.btn {
		font-size: 18px !important;
	}
	/*.site-header .site-navigation li:not(.menu-btn) {
		padding: 0 8px;
	}*/
	.site-header, .site-header.fixed {
		padding: 20px 0;
	}
	.site-header .site-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		background-color: #fff;
		z-index: 4;
		padding: 100px 20px 32px 20px;
		transform: translateX(-100%);
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		overflow-y: auto;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.site-header .site-menu.open {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateX(0);
	}
	.site-header .site-navigation {
		margin: 0 0 32px 0;
		width: 100%;
	}
	.site-header .site-navigation, .site-header .site-navigation.mobile-menu {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
	.site-header .site-navigation {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.site-header .site-navigation:not(.mobile-menu) ul {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		width: 100%;
	}
	.site-header .site-navigation li:not(.menu-btn) {
		margin: 4px 0;
		text-align: center;
		padding: 0;
		width: 100%;
	}
	.site-header .site-navigation li:not(.menu-btn) a,
	.site-header .site-navigation li:not(.menu-btn) a:hover {
		font-size: 32px;
		width: 100%;
	}
	.site-header .site-navigation.mobile-menu ul {
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		width: 100%;
	}
	.site-header .site-navigation li.menu-btn {
		width: calc(50% - 4px);
	}
	.site-header .site-navigation li.menu-btn a {
		width: 100%;
	}
	.site-header .site-navigation li.menu-btn + .menu-btn {
		margin: 0;
	}
	.header-right-block {
		display: none;
	}
	.footer-top-block-inner {
		overflow: hidden;
	}
	.footer-top-line-img {
		right: auto !important;
		left: 0;
	}
	.site-footer {
		padding: 32px 0;
	}
	.loanbot-ai-top {
		position: relative !important;
	}
	.testimonials-slider-section .quote-img {
		margin: 0 auto 16px auto;
	}
	.testimonials-slide {
		text-align: center;
	}
	.testimonials-slide h4 {
		margin-bottom: 24px;
		max-width: 100%;
	}
	.testimonials-slider .slider-arrow {
		margin-top: 32px;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.features-slider {
		margin-top: 32px;
	}
	.features-slider .features-slide .image-box {
		padding: 24px 24px 0 24px;
		min-height: auto;
	}
	.features-slider .features-slide .image-box img {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.error-page {
		padding: 88px 0 48px 0;
	}
	.btn {
		padding: 12px 24px;
	}
	.btn.small, .menu-btn.small a {
		padding: 11px 24px;
		font-size: 16px !important;
	}
	.btn.big, .menu-btn.big a {
		padding: 16px 32px;
		font-size: 20px !important;
	}
	.btn.outline, .menu-btn.outline a {
		padding: 12px 24px;
	}
	.btn.small.outline, .menu-btn.small.outline a {
		padding: 10px 24px;
	}
	.form-list {
		margin: -16px 0 0 0;
	}
	.form-list li, .form-list li.full {
		width: 100%;
		margin: 16px 0 0 0 !important;
	}
	.footer-top-line-img {
		top: auto !important;
		bottom: 0 !important;
	}
	.site-footer {
		padding: 24px 0;
	}
	#signup-popup {
		padding: 48px 20px 20px 20px;
	}
	.banner-line-img, .banner-line-img img {
		height: auto;
	}
	.title-line::before {
		bottom: 0;
	}
	.plan-row > .e-con-inner {
		margin: 0;
		max-width: 100%;
		width: 100%;
	}
	.features-slider-title {
		width: 100%;
	}
	.features-slider {
		margin-top: 24px;
		order: 2;
	}
	.features-slider .features-slide {
		width: 348px;
	}
	.features-slider .features-slide .image-box {
		padding: 16px 16px 0 16px;
		margin-bottom: 16px;
	}
	.features-slider .features-slide .content-box p br {
		display: none;
	}
	.features-slider-section .slider-arrow {
		order: 3;
		margin: 24px auto 0 auto;
		-webkit-justify-content: center;
		justify-content: center;
	}
}
@media (max-width: 575px) {
	.footer-top-line-img {
		height: auto;
		width: 100%;
	}
	.site-footer .container {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.site-footer .container .copyright {
		margin-top: 4px;
	}
	.site-footer .container .copyright p {
		text-align: center;
	}
}
@media (max-width: 412px) {
	.site-header .site-navigation li.menu-btn {
		width: 100%;
	}
	.site-header .site-navigation li.menu-btn + .menu-btn {
		margin: 16px 0 0 0;
	}
	.site-footer .container .copyright p {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
	.site-footer .container .copyright p span {
		display: none;
	}
	.btn.big, .menu-btn.big a {
		padding: 16px 30px;
		font-size: 18px !important;
	}
	.custom-tab .e-n-tabs-heading .e-n-tab-title {
		min-width: auto;
	}
	.features-slider .features-slide {
		width: 250px;
	}
}