* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
}
:root {
	--main: #E5E1D8;
	--cta: #79C4E8;
	--cta-hover: #4F99BD;
	--txt: #141F38;
}
section, footer {
	float: left;
	width: 100%;
}
body h1, body h2, body h3, body h4, body h5, body h6, p {
	color: var(--txt);
}
.md-title {
	font-size: 40px;
	font-weight: 500;
	line-height: 60px;
}
.md-text,
.md-text > p {
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
}
.md-main-cta {
	background: var(--cta);
	color: #fff;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	transition: .5s ease;
}
.md-main-cta:hover,
.md-main-cta:focus {
	background: var(--cta-hover);
	color: #fff;
	transition: .5s ease;
	border: none
}
.transparent-btn {
	border: 1px solid var(--txt);
	border-radius: 100px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	transition: .5s ease;
	color: var(--txt);
}
.transparent-btn:hover {
	transition: .5s ease;
	color: var(--txt);
	border: 1px solid var(--main);
	background: var(--main)
}
.wide-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 1330px;
}

/* Hero */
.hero-section {
	padding-left: 60px;
	padding-right: 60px;
	display: flex;
	justify-content: space-between;
}
.md-hero-content {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 40px;
	width: 68%;
	padding: 100px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.hero-title {
	font-size: 61px;
	font-weight: 400;
	line-height: 73px;
	max-width: 50%;
	margin: 0 0 30px;
}
.hero-text {
	font-size: 22px;
	font-weight: 300;
	line-height: 35px;
	margin: 0 0 40px;
	max-width: 50%;
}

/* Form */
.md-form-wrap h2 {
	font-size: 28px;
	font-weight: 400;
	line-height: 42px;
	letter-spacing: -0.02em;
	margin-top: 0;
}
.md-form-wrap h2 span {
	color: var(--cta);
	font-weight: 700;
}
.md-form-wrap .gform_wrapper.gravity-theme .gf_step_label {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	padding: 0;
	color: var(--cta);
	text-transform: uppercase;
	display: none;
}
.md-form-wrap .gform_wrapper.gravity-theme .gf_step.gf_step_active .gf_step_label {
	display: block;
}
.md-form-wrap .gform_wrapper.gravity-theme .gf_step_number,
.md-form-wrap .gform_wrapper.gravity-theme .gform_page_footer input.gform_previous_button,
.md-form-wrap .gform_wrapper.gravity-theme .gf_step_completed,
.md-form-wrap .spacer.gfield {
	display: none;
}
.md-form-wrap .gform_wrapper.gravity-theme .gfield_label {
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	color: var(--txt);
}
.md-form-wrap .gform_wrapper.gravity-theme .gfield_required {
	color: var(--txt);
}
.md-form-wrap .gform_wrapper.gravity-theme .gfield input.large,
.md-form-wrap .gform_wrapper.gravity-theme .gfield select.large,
.md-form-wrap .gform_wrapper.gravity-theme .gfield textarea,
.md-form-wrap .gform_wrapper.gravity-theme .ginput_container_date input {
	border: none;
	background: #F8F5EE;
	color: #626262;
	font-family: 'Inter';
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-indent: 10px;
}
.md-form-wrap .gform_wrapper.gravity-theme .gfield input.large,
.md-form-wrap .gform_wrapper.gravity-theme .gfield select.large,
.md-form-wrap .gform_wrapper.gravity-theme .ginput_container_date input {
	height: 43px;
	border-radius: 100px;
}
.md-form-wrap .gform_wrapper.gravity-theme .gfield textarea {
	border-radius: 6px;
}
.md-form-wrap .gform_wrapper.gravity-theme .gfield select.large {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 100px;
	box-shadow: inset 0 0 0 0 #F8F5EE !important;
	background: #F8F5EE url('/wp-content/uploads/2024/03/arrow-down.svg');
	background-position: right 10px center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.md-form-wrap .gform_wrapper.gravity-theme .gfield input.large:focus,
.md-form-wrap .gform_wrapper.gravity-theme .gfield select.large:focus,
.md-form-wrap .gform_wrapper.gravity-theme .gfield textarea:focus,
.md-form-wrap .gform_wrapper.gravity-theme .ginput_container_date input:focus {
	outline: none;
	border: 1px solid var(--main);
}
.md-form-wrap .gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100%;
}
.md-form-wrap .gform_wrapper.gravity-theme .gform_page_footer,
.md-form-wrap .gform_wrapper.gravity-theme .gform_footer {
	display: flex;
	position: relative;
}
.md-form-wrap .gform_wrapper.gravity-theme .gform_page_footer input,
.md-form-wrap .gform_wrapper.gravity-theme .gform_footer input {
	height: 60px;
	border-radius: 100px;
	background: var(--cta);
	color: #fff;
	font-family: 'Inter';
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	border: none;
	margin: 0;
}
.md-form-wrap .gform_wrapper.gravity-theme .gform_page_footer input:hover,
.md-form-wrap .gform_wrapper.gravity-theme .gform_page_footer input:focus,
.md-form-wrap .gform_wrapper.gravity-theme .gform_page_footer input:focus-visible,
.md-form-wrap .gform_wrapper.gravity-theme .gform_footer input:hover,
.md-form-wrap .gform_wrapper.gravity-theme .gform_footer input:focus,
.md-form-wrap .gform_wrapper.gravity-theme .gform_footer input:focus-visible {
	background: var(--cta-hover);
	color: #fff;
	transition: .5s ease;
	border: none
}
.md-form-wrap .gform_wrapper.gravity-theme .gform_page_footer img,
.md-form-wrap .gform_wrapper.gravity-theme .gform_footer img {
	position: absolute;
	right: 0;
	top: 0;
}
.md-hero-form-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 32%;
	padding-right: 80px;
}
.gform_wrapper.gravity-theme .gfield {
	margin-bottom: 10px;
}
.md-form-wrap .gform_wrapper.gravity-theme .gf_page_steps {
	border: none;
}
.md-form-wrap .gform_wrapper.gravity-theme .field_description_above .gfield_description,
.md-form-wrap .gform_wrapper.gravity-theme .gfield_description {
	border: none;
	background: transparent;
	padding: 5px 5px 0;
}
.md-form-wrap .gform_wrapper.gravity-theme .gform_validation_errors {
	border-radius: 100px;
	text-align: center;
	padding-right: 48px;
}
div#ui-datepicker-div {
	border: 1px solid var(--main);
	z-index: 999!important;
	background: #fff;
	border-radius: 20px;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
	background: #fff;
}
.gravity-theme.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-default {
	background: var(--main);
	border-color: var(--main);
	color: #333333;
}




.md-form-wrap .gfield_radio {
	display: flex;
}
.md-form-wrap .gfield_radio .gchoice {
	display: flex;
	justify-content: flex-start;
	align-items: center;	
}
.md-form-wrap .gfield_radio .gchoice:first-child {
	margin-right: 16px;
}
.md-form-wrap .gfield_radio input {
	width: 16px;
	margin-right: 8px;
}




/* Badges */
.md-hero-logos {
	padding: 50px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* Services */
.md-services-inner-wrap {
	display: flex;
	flex-wrap: wrap;
}
#services-title {
	margin-bottom: 50px;
	padding-left: 15px;
}
.md-services-content-wrap {
	margin-bottom: 50px;
}
.md-services-content-container {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.md-services-top {
	margin-bottom: 10px;
}
.md-services-top h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
}
.md-services-content-container a {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: var(--cta);
	transition: .5s ease;
}
.md-services-content-container a:hover {
	color: var(--txt);
	transition: .5s ease;
}

/* Banner */
.md-banner {
	padding-top: 140px;
}
.md-wrap-banner {
	background: var(--main);
	border-radius: 60px;
	padding: 60px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.md-wrap-banner:before {
	position: absolute;
	content: '';
	top: -75px;
	left: 170px;
	background: url(/wp-content/uploads/2024/03/maskota.svg);
	background-repeat: no-repeat;
	width: 230px;
	height: 75px;
}
.md-banner-left {
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.md-banner-left > div:first-of-type {
	padding-right: 70px;	
}
.md-coupons-container {
	background: url('/wp-content/uploads/2024/03/banner02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 30px;
	padding: 20px;
	display: flex;
	align-items: end;
	justify-content: end;
	min-height: 380px;
}
.md-banner-right {
	width: 55%;
}
.md-coupon-wrap {
	background: #fff;
	border-radius: 20px;
	padding: 20px 25px;
	width: 230px;
}
.coupon-percentage p {
	color: var(--cta);
	font-weight: 800;
	font-size: 45px;
}
.coupon-percentage sup {
	font-weight: 300;
}
.coupon-text p {
	font-size: 18px;
	margin: 0;
}
.banner-title {
	margin-top: 0;
	max-width: 90%;
}
.banner-text {
	font-size: 18px;
	font-weight: 300;
	line-height: 29px;
	letter-spacing: 0.004em;
}
.banner-btns-wrap {
	display: flex;
	justify-content: space-between;
	margin-right: 50px;
}
.banner-btns-wrap a {
	height: 60px;
	font-size: 18px;
	line-height: 27px;
}
.md-banner-quote {
	padding: 0 26px;
}
.md-banner-phone {
	width: 310px;
}
.md-banner-phone span {
	margin-right: 5px;
}

/* How it Works */
.md-howit-works {
	padding: 90px 0;
	text-align: center;
}
#how-title {
	margin-bottom: 50px;
}
.md-how-container {
	position: relative;
}
.md-how-container:after {
	position: absolute;
	content: '';
	height: 1px;
	width: 70%;
	left: 50%;
	top: 65px;
	background: #D1CDC4;
	transform: translatex(-50%);
	z-index: -1;
}
.md-how-img {
	background: #fff;
	width: 230px;
	margin: auto;
}
.md-how-wrap-info a {
	color: var(--text);
}

/* Professionalism */
.md-professionalism {
	padding: 0 15px;
}
.md-row-wrap {
	display: flex;
	flex-wrap: wrap;
}
.prof-img {
	border-radius: 30px;
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 1 / 1; 
}
.md-prof-wrapper {
	position: relative;
	transition: .7s ease;
	cursor: pointer;
}
.md-prof-content {
	position: absolute;
	top: 20px;
	left: 0;
	overflow: hidden;
	padding: 0 35px;
}
.md-prof-content h3 {
	margin-bottom: 20px;
}
.md-prof-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--main);
	width: 100%;
	height: 0;
	transition: .7s ease;
	overflow: hidden;
	border-radius: 30px;
}
.md-prof-wrapper:hover .md-prof-overlay {
	height: 100%;
	transition: .7s ease;
}
.md-prof-title {
	position: absolute;
	left: 35px;
	top: 15px;
	color: #fff;
}

/* About */
.md-about-us {
	padding: 90px 0 100px;
}
.md-about-wrap {
	display: flex;
}
.md-about-left {
	width: 52%;
	padding-right: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#about-title {
	margin: 0 0 25px;
}
.about-btn {
	width: 154px;
	height: 48px;
	font-size: 15px;
	line-height: 22.5px;
}
.about-content {
	margin-bottom: 25px;
}
.md-about-right {
	width: 48%;
}
.md-about-right img {
	border-radius: 30px;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: left;
}

/* Counter */
.counter-wrap {
	background: var(--cta);
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 35px;
}
.counter-left {
	display: flex;
	align-items: center;
}
.counter-left img {
	margin-right: 15px;
}
.counter-left h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	line-height: 36px;
}
.counter-right span {
	font-size: 90px;
	font-weight: 300;
	line-height: 117px;
	color: #fff;
}

/* Blog */
.blog-section {
	padding: 60px 15px 80px;
}
#blog-title {
	text-align: center;
	margin-bottom: 35px;
}
.blog-post-date span {
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}
.blog-post-image-container {
	margin-bottom: 20px;
}
.blog-title {
	font-size: 26px;
	font-weight: 400;
	line-height: 39px;
	color: var(--txt);
	transition: .5s ease;
}
.blog-title:hover {
	color: #4F99BD;
	transition: .5s ease;
}

/* FAQ */
.faq-section {
	padding: 20px 0 80px;
}
.faq-title {
	font-size: 38px;
	font-weight: 500;
	line-height: 49px;
	margin-top: 0;
	margin-bottom: 20px;
}
.md-faq-phone {
	height: 60px;
	width: min(100%, 310px);
	font-size: 16px;
	margin-top: 35px;
}
.md-faq-phone span {
	margin-right: 3px;
}
.faq-holder {
	border-radius: 20px;
	background: var(--main);
	margin-bottom: 15px;
	padding: 30px 15px 25px 35px;
	cursor: pointer;
}
.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.faq-question h3 {
	margin: 0 10px 8px 0;
	font-size: 20px;
	line-height: 30px;
}
.faq-question img {
	transform: rotate(180deg);
	transition: .6s ease;
}
.faq-holder.active .faq-question img {
	transform: rotate(0deg);
}
.faq-holder .faq-answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 700ms;
}
.faq-holder.active .faq-answer {
	grid-template-rows: 1fr;
}
.faq-answer p {
	overflow: hidden;
	margin: 0;
	padding-right: 45px;
}
.md-services-top img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
/* Payment */
section.md-payment {
    padding:75px 0 0px;
}
.md-payment-wrap {
    border-radius: 40px;
    border: 1px solid #CBCED4;
    background: #E5E1D8;
    padding: 55px 50px 51px 60px;
    position: relative;
	float: left;
    width: 100%;
}
img.md-payment-form-img {
    position: absolute;
    left: 10%;
    bottom: 51px;
}
.md-payment-left p {
    color: #141F38;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    font-family: "Inter", sans-serif;
    padding-top: 25px;
    margin: 0;
}
.md-payment-left p span {
    font-weight: 600;
}
.md-payment-form-wrap {
    border-radius: 26px;
    border: 1px solid #CBCED4;
    background: #FFF;
}
.md-payment-form-wrap h3 {
    color: var(--txt);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 23px 0 17px;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #CBCED4;
}
.md-payment-form-cont {
    padding: 26px 40px 48px;
}
.md-payment-form-cont .gform_wrapper.gravity-theme .gform_footer input {
    width: 100% !important;
}
.md-payment-form-cont .gform_wrapper.gravity-theme .gfield input.large,
.md-payment-form-cont .gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
    border-radius: 100px;
    background: #F8F5EE;
    height: 54px;
    border: none;
    padding-left: 23px;
    color: #757575;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Inter", sans-serif;
}
.md-payment-form-cont .gform_wrapper.gravity-theme .gfield textarea.large {
    width: 100%;
    border-radius: 20px;
    background: #F8F5EE;
    height: 110px;
    border: none;
    padding-left: 23px;
    color: #757575;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Inter", sans-serif;
    padding-top: 16px;
}
.md-payment-form-cont .gform_wrapper.gravity-theme .gform_footer input {
    border-radius: 100px;
    background: #79C4E8;
    border: none;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 54px;
    margin: 0;
}
.md-payment-form-cont .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 5px;
}
.md-payment-left h2.md-title {
    margin: 0;
}
.md-payment-form-cont .gform_wrapper.gravity-theme.md--payment-form_wrapper form {
    padding: 0;
    border: none;
}
a.md-banner-paymenr:hover,
.md-inner-content .gform_wrapper.gravity-theme.md--payment-form_wrapper .gform_footer input:hover {
    background: var(--cta-hover);
    color: #fff;
    transition: .5s ease;
    border: none;
}
@media (min-width: 1200px) and (max-width: 1920px) {
	.md-payment-left h2.md-title {
		line-height: 52px;
	}
}
@media (min-width: 991px) and (max-width: 1200px){
	.md-payment-left h2.md-title {
		line-height: 46px;
		font-size: 34px;
	}
}
@media (min-width: 600px) and (max-width: 1200px) {
	.md-payment .md-payment-baner h3 {
		font-size: 24px;
	}
}
@media (max-width: 991px) {
	.md-payment-wrap {
		padding: 35px 30px 35px 30px;
		display: flex;
    	flex-direction: column;
	}
	.md-payment-left {
		padding-bottom: 50px;
	}
	img.md-payment-form-img {
		position: relative;
		bottom: 0;
		object-fit: contain;
		margin: 40px auto 0;
		left: 0;
	}
	section.md-payment {
		padding: 40px 0 40px;
	}
}
@media (max-width: 767px){
	.md-payment-form-wrap h3 {
		font-size: 22px;
	}
	.md-payment-right.col-xs-12.col-md-6 {
		padding-left: 0;
		padding-right: 0;
	}
	.md-payment-wrap {
		padding: 30px 15px 35px 15px;
	}
	.md-payment-form-cont {
		padding: 26px 26px 48px;
	}
}
/* payment banner  */
.md-payment-baner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.md-payment-baner {
    border-radius: 20px;
    border: 1px solid #CBCED4;
    background: #E5E1D8;
    padding: 46px 30px 46px 59px;
}
.md-payment-baner h3 {
    margin: 0;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
a.md-banner-paymenr {
    border-radius: 100px;
    background: #79C4E8;
    width: 200px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
@media (max-width: 1200px) {
	.md-payment-baner h3 {
		font-size: 28px;
		max-width: 430px;
	}
	.md-payment-baner {
		padding: 30px 30px 30px 30px;
	}
}
@media (max-width: 767px) {
	.md-payment-baner {
		flex-direction: column;
	}
	.md-payment-baner h3 {
		text-align: center;
		margin: 0 auto;
		padding-bottom: 25px;
		font-size: 26px;
	}
}
/* Payment end */
/* Media */
@media (max-width: 1500px) {
	.md-title {
		font-size: 38px;
		line-height: 53px;
	}
	.hero-section {
		padding-left: 30px;
		padding-right: 30px;
	}
	.md-hero-form-wrap {
		width: 37%;
		padding-right: 50px;
	}
	.md-hero-content {
		width: 63%;
	}
	.hero-title {
		font-size: 48px;
		line-height: 61px;
		max-width: 70%;
		margin-bottom: 25px;
	}
	.hero-text {
		font-size: 19px;
		line-height: 31px;
		margin-bottom: 30px;
		max-width: 70%;
	}
	.md-form-wrap h2 {
		font-size: 26px;
		line-height: 39px;
	}
	#services-title {
		margin-bottom: 40px;
	}
	.md-services-top h3 {
		font-size: 22px;
	}
	.md-wrap-banner {
		padding: 50px;
	}
	.banner-btns-wrap {
		margin-right: 40px;
		font-size: 16px;
	}
	.md-howit-works {
		padding: 70px 0;
	}
	.md-prof-title {
		left: 25px;
		top: 15px;
	}
	.md-prof-wrapper h3 {
		font-size: 22px;
	}
	.md-prof-content {
		top: 15px;
		padding: 0 25px;
	}
	.blog-title {
		font-size: 22px;
		line-height: 34px;
	}
}
@media (max-width: 1400px) {
	.wide-container {
		width: 1250px;
	}
}
@media (max-width: 1300px) {
	.wide-container {
		width: 1170px;
	}
	.md-hero-logos {
    justify-content: space-evenly;
}
	.md-banner-right,
	.md-banner-left {
		width: 50%;
	}
	.banner-btns-wrap {
		justify-content: flex-start;
		gap: 10px;
	}
}
@media (max-width: 1199px) {
	.wide-container {
		width: 970px;
	}
	.md-hero-form-wrap {
		width: 40%;
		padding-right: 30px;
	}
	.md-hero-content {
		width: 60%;
		padding: 70px 0;
		justify-content: flex-start;
	}
	.hero-title {
		font-size: 40px;
		line-height: 50px;
	}
	.hero-text {
		font-size: 18px;
		line-height: 29px;
		max-width: 80%;
	}
	.md-form-wrap h2 {
		font-size: 21px;
		line-height: 32px;
	}
	.hero-logo {
		width: 200px;
	}
	.md-wrap-banner:before {
		top: -61px;
		left: 100px;
		width: 190px;
		height: 62px;
		background-size: contain;
	}
	.md-banner {
		padding-top: 110px;
	}
	.md-banner-left {
		width: 45%;
	}
	.md-banner-right {
		width: 55%;
	}
	.md-banner-left > div:first-of-type {
		padding-right: 30px;
	}
	.banner-title {
		max-width: unset;
		margin-bottom: 20px;
	}
	.banner-text {
		font-size: 17px;
		line-height: 27px;
	}
	.md-howit-works {
		padding: 50px 0;
	}
	.md-how-img {
		width: 210px;
	}
	.md-how-img img {
		width: 120px;
		height: 120px;
	}
	.md-how-wrap-info h3 {
		font-size: 22px;
	}
	.quater-container {
		margin-bottom: 30px;
	}
	.md-about-us {
		padding: 70px 0;
	}
	.md-about-left,
	.md-about-right {
		width: 50%;
	}
	#about-title {
		margin-bottom: 20px;
	}
	.md-about-left p {
		margin-bottom: 30px;
	}
	.counter-right span {
		font-size: 84px;
		line-height: 100px;
	}
	.blog-section {
		padding-bottom: 50px;
	}
	.faq-section {
		padding-top: 0;
	}
	.faq-title {
		font-size: 35px;
		line-height: 47px;
	}
	.faq-holder {
		padding: 25px 15px 20px 30px;
	}
	.faq-question h3 {
		font-size: 18px;
		line-height: 28px;
	}
	.faq-answer p {
		padding-right: 35px;
	}
	.faq-question img {
		width: 27px;
		height: 27px;
	}
.md-hero-logos {
    column-gap: 5px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.banner-btns-wrap {
		flex-direction: column;
	}
	.banner-btns-wrap a {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.wide-container {
		width: 750px;
	}
	.hero-section {
		padding-top: 45px;
	}
	.md-hero-form-wrap {
		width: 45%;
		padding-right: 20px;
	}
	.md-hero-content {
		width: 55%;
		padding-top: 55px;
	}
	.hero-title {
		font-size: 37px;
		line-height: 47px;
	}
	.hero-logo {
		width: 140px;
	}
	.md-form-wrap .gform_wrapper.gravity-theme .gform_page_footer input,
	.md-form-wrap .gform_wrapper.gravity-theme .gform_footer input {
		height: 52px;
		font-size: 18px;
	}
	.md-hero-logos img {
		max-width: 110px;
	}
	.md-wrap-banner {
		flex-direction: column;
	}
	.md-banner-right, .md-banner-left {
		width: 100%;
	}
	.md-banner-left {
		margin-bottom: 35px;
	}
	.banner-text {
		max-width: 75%;
		margin-bottom: 25px;
	}
	.banner-title {
		max-width: 70%;
	}
	.md-how-container:after {
		display: none;
	}
	.md-how-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	.md-about-us {
		padding: 40px 0;
	}
	.md-about-wrap {
		flex-direction: column;
	}
	.md-about-left, .md-about-right {
		width: 100%;
	}
	.md-about-left {
		padding-right: 0;
		margin-bottom: 40px;
	}
	.faq-content {
		margin-bottom: 45px;
		max-width: 75%;
	}
.md-hero-logos {
    column-gap: 51px;
    flex-wrap: wrap;
}
}
@media (max-width: 767px) {
	.wide-container {
		width: 100%;
	}
	.md-title,
	.faq-title {
		font-size: 31px;
		line-height: 45px;
	}
	.hero-section {
		flex-direction: column;
	}
	.md-hero-form-wrap,
	.md-hero-content {
		width: 100%;
	}
	.md-hero-form-wrap {
		padding-right: 0px;
	}
	.md-form-wrap h2 {
		text-align: center;
	}
	.md-form-wrap .gform_wrapper.gravity-theme .gform_page_footer {
		padding-top: 0;
		padding-bottom: 40px;
	}
	.md-form-wrap .gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 0;
	}
	.md-hero-content {
		padding: 40px 15px;
	}
	.hero-title {
		font-size: 33px;
		line-height: 43px;
		max-width: 100%;
		margin-bottom: 17px;
	}
	.md-hero-content {
		background-position: right;
	}
	.hero-text {
		font-size: 17px;
		line-height: 27px;
		max-width: 100%;
	}
	.md-hero-logos {
	column-gap: 41px;
	}
	.md-hero-logos a {
		padding: 5px 8px;
	}
	.md-hero-logos img {
		max-width: 100px;
	}
	#services-title {
		margin-bottom: 30px;
	}
	.md-banner {
		padding-top: 90px;
	}
	.md-wrap-banner {
		padding: 25px;
		border-radius: 30px;
	}
	.md-wrap-banner:before {
		left: 50%;
		transform: translatex(-50%);
	}
	.banner-title,
	.banner-text {
		max-width: unset;
		text-align: center;
	}
	.banner-title {
		font-size: 26px;
		line-height: 40px;
	}
	.banner-btns-wrap {
		flex-direction: column;
		margin-right: 0;
	}
	.md-banner-left > div:first-of-type {
		padding-right: 0;
	}
	.banner-btns-wrap a {
		height: 56px;
		font-size: 16px;
		width: 100%;
	}
	.md-coupon-wrap {
		padding: 20px;
		width: 190px;
	}
	.coupon-text p {
		font-size: 16px;
	}
	.md-coupons-container,
	.md-coupon-wrap {
		border-radius: 15px;
	}
	#how-title {
		margin-bottom: 40px;
	}
	.md-how-img img {
		width: 100px;
		height: 100px;
	}
	.prof-img,
	.md-prof-overlay {
		border-radius: 20px;
	}
	.counter-wrap {
		flex-direction: column;
	}
	.blog-section {
		padding-bottom: 30px;
	}
	.faq-content {
		max-width: unset;
	}
	.faq-holder {
		padding: 20px 15px 16px 25px;
	}
	.faq-answer p {
		padding-right: 0;
	}
}

@media (max-width: 600px) {
.md-hero-logos {
    column-gap: 0px;
}
}