* {
	font-family: 'Poppins', sans-serif;
}
:root {
	--main: #0B4095;
	--title: #1C2433;
	--cta: #FFD645;
	--bckg: #F3F6FA;
	--txt: #5D6B81;
}
html {
	scroll-behavior: smooth;
}
section {
	float: left;
	width: 100%;
	position: relative;
}
body a {
	transition: all .6s;
}
body a:hover,
body a:focus {
	text-decoration: none;
}
.centered-title {
	text-align: center;
}
.mt-title {
	color: var(--title);
	font-size: 26px;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: -0.4px;
	margin: 0 auto 16px;
}
.mt-title span {
	color: var(--main);
}
.mt-pretitle {
	color: var(--main);
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.9px;
	text-transform: uppercase;
}
.mt-text {
	color: #5D6B81;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: -0.18px;
}
.background-section {
	background: var(--bckg);
}
.mt-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	font-weight: 500;
	text-transform: uppercase;
}
.schedule-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 212px;
	height: 54px;
	border-radius: 6px;
	background: var(--cta);
	color: #181818;
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.main-btn {
	background: var(--cta);
	color: #181818;
}
.secondary-btn {
	background: var(--main);
	color: #fff;
}
.schedule-btn img,
.mt-btn img {
	margin-left: 7px;
	width: 18px;
	height: 18px;
}
.secondary-btn img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(3815%) hue-rotate(276deg) brightness(110%) contrast(108%);
}
.schedule-btn:hover,
.main-btn:hover {
	background: #FFBC10;
	color: #181818;
}
.secondary-btn:hover {
	background: var(--main);
	color: #fff;
}

/*** 50-50 sections ***/
.mt-text-wrap {
	margin-bottom: 36px;
}
.mt-text-wrap p:first-of-type {
	margin-bottom: 15px;
}
.mt-link-wrap {
	position: relative;
	display: flex;
	align-items: start;
	justify-content: left;
}
.mt-link-wrap p {
	color: var(--main);
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	text-align: left;
	margin-left: 12px;
	display: flex;
	width: 176px;
}
.mt-link-wrap:visited {
	color: var(--main);
}
.link-box {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: var(--main);
	position: relative;
}
.link-box:before {
	position: absolute;
	content: '+';
	color: #FFF;
	font-size: 23px;
	width: 16px;
	height: 18px;
	line-height: 18px;
	transition: 0.50s;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	-ms-transition: 0.50s;
	-o-transition: 0.50s;
}
.mt-link-wrap:hover .link-box:before {
	transform: rotate(90deg);
	transition: 0.50s;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	-ms-transition: 0.50s;
	-o-transition: 0.50s;
	-webkit-transform: (90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.reverse-wrap {
	display: flex;
	flex-direction: column-reverse;
}
.column-wrap {
	display: flex;
	flex-direction: column;
}
.mt-text-half {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.mt-img-wrap {
	margin-top: 60px;
	margin-left: -15px;
	margin-right: -15px;
}
.fw {
	/* 	float: left; */
	width: 100%;
	position: relative;
	display:flex;
	flex-direction:column;
}


/*** Hero ***/
#mt-hero {
	padding: 120px 0 70px;
}
.hero-container {
	padding: 0 18px;
}
.hero-text-part {
	text-align: center;
	margin-bottom: 40px;
}
.hero-section h1 {
	color: var(--title);
	font-size: 28px;
	font-weight: 500;
	line-height: 36px;
	letter-spacing: -0.5px;
	margin: 0 auto 14px;
}
.hero-section h1 span {
	color: var(--main);
}
.p-subheading {
	color: #5D6B81;
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	letter-spacing: -0.22px;
}
.hero-btn {
	margin: 20px auto 22px;
}
.under-cta-info {
	color: #181815;
	font-size: 20.262px;
	font-weight: 500;
	line-height: 33.836px;
	letter-spacing: -0.233px;
}
.under-cta-info span {
	color: var(--main);
}
.under-cta-hero {
	margin-top: -38px;
	margin-bottom: 40px;
}
.under-cta-inner {
	margin-top: 20px;
}
.main-hero-img {
	display: block !important;
}

/* Reviews */
.mt-carousel {
	width: 100%;
	max-width: 100%;
}
.single-review-inner {
	border: 0.86px solid #D8DBE0;
	border-radius: 17px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 289px;
}
.review-top-wrap {
	padding: 20px 10px 10px 20px;
	height: 175px;
}
.review-top-holder {
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: auto;
	height: 100%;
}
/* width */
.single-review-inner ::-webkit-scrollbar {
	width: 3px;
}
/* Track */
.single-review-inner ::-webkit-scrollbar-track {
	background: #ECF1F9; 
}
/* Handle */
.single-review-inner ::-webkit-scrollbar-thumb {
	background: var(--main);
}
/* Handle on hover */
.single-review-inner ::-webkit-scrollbar-thumb:hover {
	background: var(--main); 
}
.review-quotes {
	margin-bottom: 10px;
}
.mt-review {
	font-style: italic;
	font-size: 16px;
	line-height: 29px;
	color: #5D6B81;
	margin: 0;
	font-weight: 300;
	padding-right: 10px;
}
.review-bottom-wrap {
	border-top: 1px solid #D8DBE0;
	padding: 10px 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 97px;
}
.review-bottom-wrap p {
	font-size: 16px;
	line-height: 29px;
	color: #1C2433;
	font-weight: 500;
}
.reviews-arrow_left {
	transform: rotate(180deg);
}
.mt-carousel-control {
	position: relative;
}
.carousel-control-prev {
	margin-right: 10px;
}
.carousel-control-next {
	margin-left: 10px;
}

/*** Facts ***/
.facts-text-wrap {
	background: var(--main);
	color: #FFF;
	padding: 60px 30px;
	position: relative;
}
.facts-img-wrap img {
	width: 100%;
}
.facts-text-wrap:before {
	content: '';
	position: absolute;
	background: url('/wp-content/uploads/2023/10/about_line_pattern.svg');
	bottom: 0;
	right: 0;
	width: 363px;
	height: 354px;
}
.facts-text-wrap > p {
	font-size: 19px;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: -0.28px;
	margin-bottom: 30px;
	position: relative;
}
.facts-list {
	display: flex;
	justify-content: space-between;
}
.fact {
	position: relative;
}
.fact:not(:last-of-type) {
	margin-right: 10px;
}
.fact h2 {
	font-size: 37px;
	font-weight: 300;
	line-height: 45px;
	letter-spacing: 3.2px;
	color: #FFF;
}
.fact p {
	font-size: 12px;
	font-weight: 300;
	line-height: 19px;
	letter-spacing: -0.2px;
	color: #FFF;
}
.reveal {
	position: relative;
	transform: translatey(150px);
	opacity: 0;
	transition: all 1s ease;
}
.reveal.active {
	transform: translatey(0);
	opacity: 1;
}

/*** Solutions ***/
#mt-solutions {
	padding-top: 80px;
}
.solutions-title-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.solutions-title {
	color: var(--title);
	font-size: 30px;
	font-weight: 500;
	line-height: 38px;
	letter-spacing: -0.6px;
	margin: 30px 0 24px;
}
.solutions-title span {
	color: var(--main);
}
.solutions-title br,
.banner-wrap h2 br,
.subscribe-wrap h2 br {
	display: none;
}
.solutions-text {
	color: #5D6B81;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: -0.21px;
	margin-bottom: 70px;
}
.solutions-circle {
	width: 110px;
}
@-webkit-keyframes spin {
	0%   { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin {
	0%   { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); }
}

@keyframes spin {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.solutions-inner {
	position: absolute;
	top: 0;
	width: 110px;
	-webkit-animation: spin 8s linear infinite;
	-moz-animation: spin 8s linear infinite;
	animation: spin 8s linear infinite;
}
.solutions-list {
	background: linear-gradient(#FFF 32%, var(--bckg) 32%);
	margin-bottom: -1px;
}
.solutions-list-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.solution {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
	flex: 0 0 50%;
}
.mt-icon-wrap {
	border-radius: 17.2px;
	border: 0.86px solid #EDEFF2;
	background: #FFF;
	box-shadow: 6.879882335662842px 6.879882335662842px 25.799558639526367px 0px rgba(32, 70, 121, 0.10);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .4s ease;	
}
.solution-icon-wrap {
	width: 120px;
	height: 124px;
	margin-bottom: 18px;
}
.solution p {
	color: var(--title);
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.15px;
}

a.feature-universal:hover h3,
a.feature-universal:hover p {
	color: var(--main);
	transition: .4s ease;
}
a.feature-universal:hover .mt-icon-wrap {
	background: var(--main);
	transition: .4s ease;
}
a.feature-universal:hover .mt-icon-wrap img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(25%) hue-rotate(70deg) brightness(108%) contrast(108%);
	transition: .4s ease;
}

/*** Capture Leads ***/
#mt-leads {
	padding: 60px 15px 80px;
}

/*** Streamline Dispatch ***/
#mt-dispatch {
	padding: 80px 15px;
}

/*** Banner ***/
#mt-banner {
	background: linear-gradient(#FFF 50%, var(--bckg) 50%);
	padding-left: 15px;
	padding-right: 15px;
}
.banner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	background: var(--main);
	border-radius: 20px;
	text-align: center;
	padding: 50px 30px 80px;
}
.banner-wrap h2 {
	color: #FFF;
	font-size: 26px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: -0.42px;
	margin-bottom: 24px;
	position: relative;
}
.banner-wrap p {
	color: #FFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: -0.18px;
	margin-bottom: 40px;
	position: relative;
}
.banner-wrap:before {
	content: '';
	position: absolute;
	background: url('/wp-content/uploads/2023/10/banner_left_pattern.svg');
	background-repeat: no-repeat;
	border-top-left-radius: 20px;
	left: 0;
	top: 0;
	width: 293px;
	height: 269px;
}
.banner-wrap:after {
	content: '';
	position: absolute;
	background: url('/wp-content/uploads/2023/10/banner_right_pattern.svg');
	background-repeat: no-repeat;
	border-bottom-right-radius: 20px;
	right: 0;
	bottom: 0;
	width: 293px;
	height: 273px;
}

/*** Automate your Finances ***/
#mt-finances {
	padding: 80px 15px;
}

/*** Stay Connected ***/
#mt-connect {
	padding: 80px 15px 0;
}

/*** Resolve Claims ***/
#mt-claims {
	padding: 80px 15px;
}

/*** eSign ***/
#mt-esign {
	padding: 80px 15px;
}

/*** Reports ***/
#mt-reports {
	padding: 80px 15px;
}

/* Testimonials */
#mt-testimonials {
	padding: 90px 0;
}
.testimonials-title-wrap {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
	max-width: 300px;
}
.testimonials-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.testimonial-col {
	margin-bottom: 30px;
}
.testimonial-holder {
	background-color: #fff;
	border: 0.86px solid #D8DBE0;
	border-radius: 13px;
	box-shadow: 6.88px 6.88px 25.8px 0px #2046791A;
}
.testimonials-padding {
	padding-left: 20px;
	padding-right: 20px;
}
.testimonial-text-part {
	padding-top: 20px;
	padding-bottom: 20px;
}
.testimonials-stars {
	margin-bottom: 13px;
}
.testimonial-text {
	height: 156px;
	overflow-x: auto;
}
.testimonial-text p {
	font-size: 15px;
	line-height: 27px;
	font-style: italic;
	color: #5D6B81;
	font-weight: 400;
	padding-right: 15px;
}
/* width */
.testimonial-holder ::-webkit-scrollbar {
	width: 4px;
}
/* Track */
.testimonial-holder ::-webkit-scrollbar-track {
	background: #ECF1F9; 
}
/* Handle */
.testimonial-holder ::-webkit-scrollbar-thumb {
	background: var(--main);
}
/* Handle on hover */
.testimonial-holder ::-webkit-scrollbar-thumb:hover {
	background: var(--main); 
}
.letter-wrap {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.letter-wrap span {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.testimonial-author {
	font-size: 16px;
	line-height: 26px;
	color: var(--title);
	font-weight: 500;
	margin: 0;
}
.author-wrap {
	display: flex;
	align-items: center;
}
.testimonial-bottom-part {
	border-top: 1px solid #D8DBE0;
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.testimonials-link {
	padding-left: 15px;
}
/*** Steps ***/
#mt-steps {
	padding: 80px 0 50px;
}
.steps-background {
	background: var(--main);
	position: relative;
}
.steps-background:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url('/wp-content/uploads/2023/10/getting_started_line_pattern_left.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 293px;
	height: 233px;
}
.steps-background:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background: url('/wp-content/uploads/2023/10/getting_started_line_pattern_right.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 317px;
	height: 300px;
}
.steps-title-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 24px;
}
.steps-title-wrap .mt-pretitle,
.steps-title-wrap .mt-title {
	color: #FFF;
}
.steps-title-wrap img {
	display: none;
}
.steps-list-wrap {
	position: relative;
	z-index: 9;
}
.step-wrap {
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.step-no-wrap {
	width: 69px;
	height: 69px;
	border: 1px solid #FFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.step-no-wrap p {
	margin: 0;
	color: #FFF;
	font-size: 20px;
	letter-spacing: -0.22px;
}
.step-text {
	position: relative;
	z-index: 1;
}
.step-text h3 {
	color: #FFF;
	font-size: 20px;
	line-height: 26px;
}
.step-text p {
	color: #BBCDEA;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: -0.18px;
}

/*** Scrolling Banner ***/
.moving-banner-wrap {
	padding: 40px 45px 80px;
}
.moving-banner-wrap h2 {
	color: var(--main);
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 1.2px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.animation-inner:not(:first-of-type) {
	display: none;
}
.mt-animation {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

/*** Why MoversTech ***/
#mt-why {
	padding: 80px 15px 40px;
}
.home #mt-why {
	background: var(--bckg);
}
.why-title-wrap {
	margin-bottom: 43px;
}
.mt-why {
	text-align: center;
	margin-bottom: 40px;
}
.why-icon-wrap {
	border-radius: 20px;
	border: 1.537px solid #EDEFF2;
	background: #FFF;
	box-shadow: 12.297435760498047px 12.297435760498047px 46.11538314819336px 0px rgba(32, 70, 121, 0.10);
	width: 144px;
	height: 132px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto 25px;
	transform: scale(.9);
}
.why-icon-wrap:after {
	content: '';
	position: absolute;
	background: url('/wp-content/uploads/2023/10/mover_tech_advantages_check_icon.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
	top: -22px;
	right: -22px;
}
.mt-why p {
	color: var(--title);
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.18px;
}

/*** FAQ ***/
#mt-faq {
	padding: 80px 0 100px;
}
.faq-title.mt-title {
	text-align: center;
}
.faq-inner-wrap {
	margin-top: 40px;
}
.faq-holder:not(.tf-faq-holder) {
	cursor: pointer;
	padding: 12px 0 7px;
}
.faq-question {
	display: flex;
	justify-content: space-between;
}
.faq-question h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin: 0 15px 0 0;
}
.faq-question img {
	transform: rotate(90deg);
	transition: .6s ease;
	width: 20px;
	height: 26px;
}
.faq-holder.active .faq-question img {
	transform: rotate(-90deg);
}
.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 .faq-answer-inner {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: -0.16px;
	margin: 8px 35px 0 0;
	overflow: hidden;
}
.faq-answer ul {
	margin: 0;
}
.dark-faq {
	background-color: var(--main);
}
.dark-faq .faq-title.mt-title,
.dark-faq .faq-question h3,
.dark-faq .faq-answer .faq-answer-inner {
	color: #fff;
}
.dark-faq .faq-question img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(8%) hue-rotate(8deg) brightness(103%) contrast(105%);
}
.dark-faq .faq-holder {
	border-top: 0.412px solid #618dd280;
}
.dark-faq .faq-holder:last-of-type {
	border-bottom: 0.412px solid #618dd280;
}
.light-faq {
	background-color: #fff;
}
.light-faq .faq-title.mt-title,
.light-faq .faq-question h3 {
	color: var(--title);
}
.light-faq .faq-answer p {
	color: #5D6B81;
}
.light-faq .faq-question img {
	filter: brightness(0) saturate(100%) invert(9%) sepia(39%) saturate(774%) hue-rotate(179deg) brightness(93%) contrast(87%);
}
.light-faq .faq-holder {
	border-top: 0.412px solid #CACED4;
}
.light-faq .faq-holder:last-of-type {
	border-bottom: 0.412px solid #CACED4;
}

/*** Blog ***/
#mt-blog {
	padding: 80px 0 60px;
}
.blog-title-wrap {
	padding: 0 15px 20px;
}
.mt-home-blog-box {
	margin-bottom: 50px;
}
.mt-blog-img img {
	height: 240px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.blog-date {
	color: #6F7885;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 0.39px;
	margin-top: 15px;
}
.mt-blog-textarea h3 {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	margin: 0 0 20px;
}
.mt-blog-textarea a:hover,
.mt-blog-textarea a:hover h3 {
	text-decoration: none;
	color: var(--main);
}

/*** Subscribe ***/
#mt-subscribe {
	padding: 100px 0 80px;
	content-visibility: visible;
}
#mt-subscribe::before {
	position: absolute;
	content: '';
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	background: url('/wp-content/uploads/2023/10/news_letter_icon.svg');
	background-repeat: no-repeat;
	background-size: cover;
}
.page-template-page-blog #mt-subscribe::before,
.archive.category #mt-subscribe::before,
.single-post #mt-subscribe::before {
	content: unset;
}
.subscribe-title-wrap {
	margin-bottom: 50px;
}
.subscribe-wrap {
	display: flex;
	justify-content: center;
}
.subscribe-form.mt-gravity .gform_wrapper.gravity-theme .gform_page_footer input {
	width: 100%;
	height: 57px;
	margin: 15px 0 0;
	background-image: url(/wp-content/uploads/2023/10/yellow_button_arrow.svg);
	background-repeat: no-repeat;
	background-position: right calc(50% - 113px) center;
	padding: 0 22px 0 0;
	font-size: 15px;
}
.subscribe-form .gform_wrapper.gravity-theme .gform_page_footer {
	display: flex;
	justify-content: center;
	padding: 0;
	position: relative;
}
.subscribe-form .gform_wrapper.gravity-theme .gform_page_footer span {
	position: absolute;
	top: 27px;
	left: calc(50% + 143px);
	transform: translatex(-50%);
	z-index: 99;
}
.subscribe-form.mt-gravity .gform_wrapper.gravity-theme .gfield_description {
	display: none;
}
.subscribe-form.mt-gravity .gform_wrapper.gravity-theme .gfield input.large,
.subscribe-form.mt-gravity .gform_wrapper.gravity-theme .gfield select.large {
	font-size: 14px;
	text-indent: 4px;
}
.mt-gravity .gform_wrapper.gravity-theme .gform_page_footer input {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background-color: var(--cta);
	border-radius: 6px;
	color: #181818;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	border: none;
	line-height: unset !important;
	transition: .6s ease;
}
.mt-gravity .gform_wrapper.gravity-theme .gform_page_footer input:hover {
	background-color: #FFBC10;
}

/*** Media - mobile first ***/
@media all and (min-width: 620px) {
	.mt-title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 24px;
		width: 80%;
	}
	.mt-text-wrap {
		width: 70%;
	}
	.mt-img-wrap {
		margin-left: auto;
		margin-right: auto;
	}
	.facts-list {
		justify-content: start;
	}
	.fact:not(:last-of-type) {
		margin-right: 40px;
	}
	.solution {
		flex: 0 0 33%;
	}
	.solutions-title br,
	.banner-wrap h2 br {
		display: block;
	}
	.why-inner-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.mt-title.why-title {
		width: 60%;
	}
	.mt-why { 
		flex: 0 0 50%;
	}
	.testimonials-title-wrap {
		max-width: unset;
	}
	.mt-title.testimonials-title {
		width: unset;
		margin: 0;
	}
}
@media all and (min-width: 768px) {
	.hero-container {
		padding: 0 30px;
	}
	.hero-section h1 {
		font-size: 40px;
		line-height: 50px;
		width: 80%;
		margin-bottom: 18px;
	}
	.p-subheading {
		font-size: 19px;
		line-height: 30px;
		width: 68%;
		margin-left: auto;
		margin-right: auto;
	}
	.mt-carousel {
		width: 520px;
		margin: 0 auto;
	}
	.single-review-inner {
		height: 172px;
	}
	.facts-text-wrap {
		padding: 60px 50px 70px;
	}
	.fact h2 {
		font-size: 50px;
		line-height: 56px;
	}
	.fact p {
		font-size: 16px;
		line-height: 24px;
	}
	.solutions-title {
		font-size: 44px;
		line-height: 54px;
	}
	.solutions-text {
		font-size: 21px;
	}
	.solution {
		flex: 0 0 25%;
	}
	.solutions-list {
		background: linear-gradient(#FFF 14%, var(--bckg) 14%);
	}
	.banner-wrap h2 {
		font-size: 34px;
		line-height: 43px;
	}
	.banner-wrap p {
		font-size: 18px;
		line-height: 28px;
	}
	.step-no-wrap {
		width: 79px;
		height: 79px;
	}
	.step-no-wrap p {
		font-size: 22px;
	}
	.steps-list-wrap {
		display: flex;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
	.step-wrap {
		flex: 0 0 50%;
		padding: 0 15px;
	}
	.steps-background:before {
		width: 348px;
		height: 321px;
	}
	.steps-background:after {
		width: 464px;
		height: 439px;
	}
	.why-title-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.why-inner-wrap {
		padding: 0 70px;
	}
	.blog-title-wrap {
		padding-bottom: 50px;
	}
	.subscribe-wrap h2 br {
		display: block;
	}
	.subscribe-form.mt-gravity .gform_wrapper.gravity-theme .gform_page_footer input {
		font-size: 16px;
		background-position: right calc(50% - 124px) center;
	}

	/*** Scrolling Banner ***/
	.moving-banner-wrap {
		overflow: hidden;
		padding: 20px 0;
	}
	.moving-banner-wrap h2 {
		font-size: 46.78px;
		line-height: 78.003px;
		letter-spacing: 2.311px;
		margin: 0;
	}
	.moving-banner-inner {
		white-space: nowrap;
	}
	@keyframes marquee {
		0% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			visibility: visible;
		}

		100% {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		}
	}
	.animation-inner,
	.animation-inner:not(:first-of-type) {
		top: 0px;
		z-index: 100;
		animation-name: marquee;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
		animation-duration: 20s;
		display: inline-block;
	}
	.mt-animation {
		flex-direction: row;
	}
	.moving-banner-inner:hover .animation-inner {
		animation-play-state: paused;
	}
	.mt-animation .schedule-btn {
		margin: 0 40px;
	}
	.review-top-wrap {
		padding: 20px 15px 10px 30px;
		height: 117px;
	}
	.review-top-holder {
		flex-direction: row;
		align-items: flex-start;
	}
	.review-quotes {
		margin: 5px 10px 0 0;
	}
	.mt-review {
		font-size: 17px;
		text-align: left;
		padding-right: 15px;
	}
	.review-bottom-wrap {
		padding-bottom: 10px;
		justify-content: space-between;
		flex-direction: row;
		height: 50px;
	}
	.carousel-control-next {
		margin-left: 0;
	}
	.review-bottom-wrap p {
		margin: 0;
	}
	.testimonial-bottom-part {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media all and (min-width: 992px) {
	main {
		margin-top: 72px;
	}
	.mt-text-half,
	.steps-title-wrap {
		align-items: flex-start;
		text-align: left;
	}
	.mt-text-wrap {
		width: 100%;
	}
	.mt-title {
		width: 100%;
		margin-left: 0;
	}
	.flex-desktop {
		display: flex;
	}
	.half-width {
		width: 50%;
	}
	.reverse-wrap,
	.column-wrap {
		flex-direction: row;
		align-items: center;
		gap: 20px;
	}
	#mt-hero {
		padding: 10px 0 60px;
	}
	.hero-wrap {
		display: flex;
		align-items: center;
	}
	.hero-text-part {
		width: 50%;
		text-align: left;
	}
	.hero-image-holder {
		width: 52%;
		padding-left: 20px;
	}
	.hero-section h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.hero-section h1,
	.p-subheading {
		width: 90%;
		margin-left: 0;
	}
	.hero-btn {
		margin: 18px 0 25px;
	}
	.under-cta-hero {
		margin-top: 20px;
		margin-bottom: 0;
	}
	.fact h2 {
		font-size: 53px;
		line-height: 40px;
	}
	.fact p {
		font-size: 14px;
		line-height: 20px;
	}
	.facts-img-wrap {
		position: relative;
	}
	.facts-img-wrap img {
		height: 100%;
		object-fit: cover;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		overflow: auto;
	}
	.solutions-list-inner {
		flex-wrap: unset;
		justify-content: space-between;
	}
	.solution-icon-wrap {
		width: 105px;
		height: 110px;
	}
	.solution-icon-wrap img {
		max-width: 47%;
	}
	.solutions-text {
		font-size: 19px;
		line-height: 30px;
		width: 64%;
		margin-left: auto;
		margin-right: auto;
	}
	.solution {
		flex: unset;
		margin-bottom: 0;
	}
	.solutions-list {
		background: linear-gradient(#FFF 30%, var(--bckg) 30%);
	}
	.connect-text-wrap {
		margin-bottom: 80px;
	}
	.connect-wrap.column-wrap {
		align-items: flex-end;
	}
	.mt-img-wrap {
		margin-top: 0;
	}
	.claims-text-wrap {
		margin-top: -17px;
	}
	#mt-steps {
		padding-top: 100px;
		padding-bottom: 75px;
	}
	.steps-wrapper {
		display: flex;
	}
	.step-wrap {
		flex: 0 0 100%;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		text-align: left;
	}
	.step-wrap:last-of-type {
		margin-bottom: 0;
	}
	.step-no-wrap {
		width: 83px;
	}
	.step-text {
		width: calc(100% - 79px);
		margin-left: 25px;
	}
	.steps-title-wrap {
		position: relative;
		height: 100%;
	}
	.step-text h3 {
		margin-top: 0;
	}
	.steps-title-wrap img {
		display: block;
		position: absolute;
		width: auto;
		height: auto;
		left: 0;
		bottom: 0;
		max-height: 64%;
	}
	.why-inner-wrap {
		padding: 0;
	}
	.mt-title.why-title {
		width: 100%;
	}
	.mt-why {
		flex: 0 0 25%;
	}
	#mt-faq {
		padding: 100px 0 110px;
	}
	.faq-inner-wrap {
		margin-top: 8px;
	}
	.mt-blog-box {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}
	.mt-blog-img img {
		height: 200px;
	}
	.mt-carousel {
		width: 100%;
		margin: 0;
	}
	#mt-testimonials {
		padding: 100px 0;
	}
	.testimonials-title-wrap {
		margin-bottom: 50px;
	}
	.testimonials-list {
		margin-bottom: 30px;
	}
	.testimonials-padding {
		padding-left: 25px;
		padding-right: 25px;
	}
	.testimonial-text-part {
		padding-top: 25px;
		padding-bottom: 30px;
	}
	.faq-title.mt-title {
		margin-bottom: 45px;
	}
	.faq-question h3 {
		font-size: 17px;
	}
	.faq-holder:not(.tf-faq-holder) {
		padding: 17px 0 9px;
	}
	.review-top-wrap {
		height: 108px;
	}
}

@media all and (min-width: 992px) and (max-width: 1199px) {
	.hero-section h1,
	.p-subheading {
		width: 100%;
	}
	.p-subheading {
		font-size: 17px;
		line-height: 28px;
	}
	.review-top-wrap {
		padding: 15px 10px 15px 20px;
	}
	.review-quotes {
		width: 30px;
	}
	.mt-review {
		font-size: 15px;
		line-height: 26px;
	}
	.review-bottom-wrap {
		padding: 7px 15px;
		height: 43px;
	}
	.review-bottom-wrap p {
		font-size: 15px;
		line-height: 28px;
	}
	.single-review-inner {
		height: 153px;
	}
}

@media all and (min-width: 1200px) {
	.mt-text-wrap {
		margin-bottom: 28px;
	}
	.mt-title {
		margin-bottom: 20px;
		font-size: 34px;
		line-height: 42px;
	}
	#mt-hero {
		padding-top: 46px;
	}
	.hero-text-part,
	.hero-image-holder {
		width: 50%;
	}
	.hero-section h1 {
		font-size: 34px;
		line-height: 42px;
	}
	.p-subheading {
		font-size: 18px;
	}
	.hero-container {
		padding: 0 75px;
	}
	.single-review-inner {
		height: 166px;
	}
	.review-top-wrap {
		height: 113px;
	}
	.mt-review {
		font-size: 16px;
		line-height: 26px;
	}
	.facts-text-wrap {
		padding-top: 70px;
	}
	.solutions-circle, .solutions-inner {
		width: 120px;
	}
	#mt-solutions {
		padding-top: 90px;
	}
	#mt-why {
		padding: 100px 15px 50px;
	}
	.solutions-text {
		margin-bottom: 80px;
	}
	.leads-title,
	.dispatch-title {
		width: 80%;
	}
	.finances-title,
	.claims-title {
		width: 93%;
	}
	.leads-text-wrap .mt-text-wrap,
	.dispatch-text-wrap .mt-text-wrap {
		max-width: 83%;
	}
	#mt-dispatch,
	#mt-finances,
	#mt-reports {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	#mt-connect {
		padding-top: 90px;
	}
	.connect-text-wrap.half-width {
		width: 45%;
	}
	.connect-img-wrap.half-width {
		width: 60%;
	}
	.mt-carousel {
		width: 564px;
	}
	.hero-section h1,
	.p-subheading {
		width: 535px;
	}
}

@media all and (min-width: 1200px) and (max-width: 1699px) {
	body .container {
		width: 75%;
		padding: 0;
	}
}

@media all and (min-width: 1300px) {
	.mt-text {
		font-size: 16px;
		line-height: 26px;
	}
	.mt-blog-textarea h3 {
		font-size: 24px;
		line-height: 33px;
	}
	.why-icon-wrap {
		transform: none;
	}
	.why-title-wrap {
		margin-bottom: 70px;
	}
	.mt-carousel {
		width: 610px;
	}
}
@media all and (min-width: 1400px) {
	.single-review-inner {
		height: 140px;
	}
	.review-top-wrap {
		height: 87px;
	}
	.mt-carousel {
		width: 668px;
	}
	.hero-text-part {
		width: 52%;
	}
	.hero-image-holder {
		width: 48%;
	}
}
@media all and (min-width: 1500px) {
	main {
		margin-top: 80px;
	}
	.mt-title {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 24px;
	}
	.reverse-wrap, .column-wrap {
		gap: 0;
	}
	.hero-container {
		padding: 0 130px;
	}
	.hero-section h1 {
		font-size: 45px;
		line-height: 59px;
	}
	.p-subheading {
		width: 90%;
	}
	.facts-text-wrap > p {
		font-size: 22px;
		line-height: 38px;
	}
	.fact h2 {
		font-size: 70px;
		line-height: 67px;
	}
	.fact p {
		font-size: 18px;
		line-height: 24px;
	}
	.fact {
		margin-right: 70px;
	}
	.solution-icon-wrap {
		width: 121px; 
		height: 125px;
	}
	.solution-icon-wrap img {
		max-width: 100%;
	}
	.solutions-title {
		font-size: 60px;
		line-height: 76px;
	}
	.solutions-text {
		width: 60%;
		line-height: 34px;
	}
	.leads-img-wrap,
	.finances-img-wrap,
	.claims-img-wrap,
	.reports-img-wrap {
		margin-right: 25px;
	}
	.leads-text-wrap,
	.finances-text-wrap,
	.claims-text-wrap,
	.reports-text-wrap {
		margin-left: 25px;
	}
	.dispatch-text-wrap,
	.esign-text-wrap {
		margin-right: 40px;
	}
	.dispatch-img-wrap,
	.esign-img-wrap {
		margin-left: 40px;
	}
	.banner-wrap {
		padding: 60px 30px 78px;
	}
	.banner-wrap h2 {
		font-size: 42px;
		line-height: 52px;
		margin-bottom: 16px;
	}
	.banner-wrap p {
		margin-bottom: 30px;
	}
	#mt-why {
		padding: 130px 0 70px;
	}
	.why-inner-wrap {
		padding: 0 70px;
	}
	.mt-blog-textarea h3 {
		font-size: 26px;
		line-height: 33px;
	}
	#mt-faq {
		padding: 110px 0 120px;
	}
	#mt-blog {
		padding: 110px 0 90px;
	}
	#mt-subscribe {
		padding: 120px 0 100px;
	}
	#mt-subscribe::before {
		width: 76px;
		height: 76px;
		top: -38px;
	}
	#mt-dispatch,
	#mt-finances,
	#mt-reports,
	#mt-claims,
	#mt-esign {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#mt-connect {
		padding-top: 100px;
	}
	#mt-steps {
		padding-top: 110px;
	}
	.finances-title {
		width: 100%;
	}
	.claims-title {
		width: 90%;
	}
	.hero-text-part {
		width: 50%;
	}
	.hero-image-holder {
		width: 52%;
	}
	#mt-testimonials {
		padding: 110px 0;
	}
	.testimonial-text p {
		font-size: 16px;
		line-height: 28px;
	}
	.testimonial-text {
		height: 138px;
	}
	.testimonial-text-part {
		padding-top: 30px;
	}
	.testimonials-padding {
		padding-left: 30px;
		padding-right: 30px;
	}
	.testimonial-bottom-part {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.letter-wrap {
		width: 50px;
		height: 50px;
	}
	.testimonial-author {
		font-size: 18px;
		line-height: 28px;
	}
}

@media all and (min-width: 1700px) {
	.hero-text-part {
		width: 42%;
	}
	.hero-image-holder {
		width: 58%;
	}
	.schedule-btn {
		width: 231px;
		height: 57px;
		font-size: 16px;
		line-height: 20px;
	}
	.schedule-btn img {
		width: 20px;
		height: 20px;
	}
	.mt-text {
		font-size: 18px;
		line-height: 28px;
	}
	.fact:not(:last-of-type) {
		margin-right: 70px;
	}
	#mt-solutions {
		padding-top: 110px;
	}
	.hero-section h1 {
		font-size: 50px;
		line-height: 68px;
		width: 620px;
	}
	.p-subheading {
		font-size: 22px;
		line-height: 34px;
		width: 82%;
	}
	.under-cta-info {
		font-size: 23.262px;
	}
	.facts-text-wrap {
		padding: 90px 80px 80px;
	}
	.fact h2 {
		font-size: 80px;
	}
	.facts-text-wrap > p {
		font-size: 26px;
		line-height: 46px;
	}
	.fact p {
		font-size: 20px;
		line-height: 26px;
	}
	.solutions-circle,
	.solutions-inner {
		width: auto;
	}
	.solutions-text {
		margin-bottom: 90px;
	}
	#mt-leads {
		padding-top: 80px;
	}
	.step-text h3 {
		font-size: 22px;
	}
	.step-text p {
		font-size: 16px;
	}
	.moving-banner-wrap {
		padding: 40px 0;
	}
	.moving-banner-wrap h2 {
		font-size: 57.78px;
	}
	.mt-review {
		font-size: 18px;
		line-height: 29px;
	}
	.mt-carousel {
		width: 700px;
	}
	.single-review-inner {
		height: 146px;
	}
	.review-top-wrap {
		height: 92px;
	}
	.faq-title.mt-title {
		margin-bottom: 55px;
	}
}