﻿/***** BEGIN RESET *****/
@import url("https://use.typekit.net/npt7wlo.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------*/
:root {
  --red: #E22837;
  --cream: #F5F2EF;
  --dark-grey: #212121;
}

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

h1, h2, h3, h4 {
	font-family: 'stroudley', sans-serif;
}

#home p, #thankyou p, #parts p, #service p, #financing p, #about p, #blog p, #contact p, #blog-post-1 p, #blog-post-2 p, #blog-post-3 p  {
	font-family: 'darkmode-off-cc', sans-serif;
	font-size: 17px;
	line-height: 35px;
	color: var(--dark-grey);
}

/*-------- BODY STYLES --------*/

body {
	background: var(--cream);
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HERO STYLES ---------------------*/
.home-header .slide-content {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 800px;
	width: 100%;
	padding-top: 350px!important;
	padding-bottom: 230px!important;
	box-sizing: border-box;
}
.home-header .hero-slide-wrap {position: relative;overflow: hidden;background: var(--dark-grey);}
.home-header .slide-hero div {height: 100%; opacity: .65;}
.home-header .hero-image > a > img {display: block;width: 100%;height: 100%;object-position: center;object-fit: cover;}
.home-header .slick-slide img {width: 100%;height: 100%;object-fit: cover;object-position: center;}
.home-header .slide-hero {position: absolute!important;width: 100%;height: 100%;z-index: 1;}

.inner-hero {background: url("/siteart/inner-hero.jpg") no-repeat; background-position: center; background-size: cover; background-color: var(--dark-grey);}
#blog-post-3 .inner-hero {background: url("/siteart/cargo-buying.jpg") no-repeat; background-position: center; background-size: cover; background-color: var(--dark-grey);}
#blog-post-2 .inner-hero {background: url("/siteart/trailer-questions.jpg") no-repeat; background-position: center; background-size: cover; background-color: var(--dark-grey);}
#blog-post-1 .inner-hero {background: url("/siteart/cargo-benefits.jpg") no-repeat; background-position: center; background-size: cover; background-color: var(--dark-grey);}
.inner-hero > div {background: rgba(33, 33, 33, 0.70);}
.inner-hero .flex {justify-content: center; gap: 30px; flex-wrap: wrap; align-items: center;}
.inner-hero a {color: #fff; transition: all .4s ease-out; font-size: 17px; font-weight: 700; font-family: 'darkmode-off-cc', sans-serif;}
.inner-hero a:hover {color: var(--red);}
.inner-hero p {color: #fff!important;}
.inner-hero hr {margin: 0; border: #fff solid 1px; height: 35px;}
.inner-hero .wrapper {padding-top: 320px!important; padding-bottom: 80px!important;}
.inner-hero .heading-lg {margin-bottom: 20px; text-align: center;}

/*---BODY--------------------------------*/
/*---col-3---*/
.col-3 {justify-content: space-around; align-items: center; gap: 30px; max-width: 1600px!important; padding-top: 30px!important;}
.col-3 hr {height: 70px; border: 1px #212121 solid; margin-left: 0; margin-right: 0;}
.col-3 a {font-size: 30px; color: var(--dark-grey); text-transform: uppercase; font-family: 'stroudley', sans-serif; font-weight: 700; transition: all .4s ease-out;}
.col-3 a:hover {color: var(--red);}
.col-3 > div {max-width: 250px; width: 100%; text-align: center;}

/*---img-left---*/
.img-left {padding-top: 60px; position: relative; gap: 80px;}
.img-left .img-height {margin-left: -340px; opacity: .2; margin-bottom: -300px; position: relative; z-index: -1;}
.img-left .img-height img {height: auto; max-width: 1180px; width: 100%; min-width: 1000px;}
.img-left > div:last-child {padding: 100px 15px; max-width: 900px;}

/*---col-2---*/
.col-2 {background: var(--dark-grey); background: url("/siteart/trailers-bg.jpg") no-repeat; background-position: center; background-size: cover;}
.col-2 > div {background: rgba(33, 33, 33, 0.90);}
.col-2  .wrapper {padding-top: 130px!important; padding-bottom: 130px!important; position: relative; justify-content: space-between; gap: 30px;}
.col-2 .heading-md {color: #fff!important; max-width: 400px;}
.col-2 p {color: #fff!important; max-width: 660px;}
.col-2 .wrapper > div:first-child .flex {gap: 20px; flex-wrap: wrap;}

.col-2 .button-end {position: absolute; bottom: 130px; left: 15px;}
.col-2 .button-end a {color: #fff; text-transform: uppercase; font-size: 20px; font-family: 'stroudley', sans-serif; font-weight: 700; transition: all .4s ease-out;}
.col-2 .button-end a:hover {color: var(--red)!important;}
.col-2 .button-end a i {margin-left: 20px;}

.col-2 .trailer-btns .flex {gap: 20px;}
.col-2 .trailer-btns > .flex:last-child {margin-top: 20px;}
.col-2 .trailer-btns .img-height {margin-bottom: 60px;}
.col-2 .trailer-btns .img-height img {max-width: 370px; width: 100%;}
.col-2 .trailer-btns a {background: var(--cream); padding: 20px 50px; transition: transform 0.5s;}
.col-2 .trailer-btns a:hover {transform: scale(0.95);}
.col-2 .trailer-btns > .flex .flex {justify-content: space-between; align-items: center; gap: 20px;}
.col-2 .trailer-btns i {font-size: 30px; color: var(--dark-grey);}

/*---center-section---*/
.center-section {background: url("/siteart/services-bg.jpg") no-repeat; background-size: cover; background-position: center;}
.center-section > div {background: rgba(245, 242, 239, 0.95);}
.center-section .wrapper {padding-top: 130px!important; padding-bottom: 130px!important; text-align: center;}
.center-section .wrapper p {max-width: 1000px; margin: 0 auto;}
.center-inner > div {background: rgba(33, 33, 33, 0.90);}

/*---map-left---*/
.map-left {gap: 80px; align-items: center;}
.map-left .img-height {box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); max-width: 930px; width: 100%; height: 740px; min-width: 300px;}
.map-left > div:last-child {max-width: 670px; padding-left: 15px; padding-right: 15px;}
.map-left ul {margin-top: 40px;}
.map-left ul li {margin-top: 30px;}
.map-left ul a {font-size: 17px; color: var(--dark-grey); font-family: 'darkmode-off-cc', sans-serif; transition: all .4s ease-out;}
.map-left ul a:hover {color: var(--red);}
.map-left ul i {margin-right: 15px;}

.scrolling-wrap {
	width: 100%;
    height: 90px;
    overflow: hidden;
}

/*--------PAGE STYLES--------------------*/
/*---thankyou---*/
.center-thankyou {padding-top: 100px!important; padding-bottom: 100px!important; text-align: center;}
.center-thankyou p {margin: 0 auto; max-width: 830px;}

/*---parts---*/
.bg-img-flex {background: url("/siteart/request-service.jpg") no-repeat; background-size: cover; background-position: center;}
.bg-img-flex > div {background: rgba(33, 33, 33, 0.90);}
.bg-img-flex .wrapper {padding-top: 100px!important; padding-bottom: 100px!important; justify-content: space-between; align-items: flex-end; gap: 30px;}
.bg-img-flex .wrapper > div:first-child {max-width: 900px;}
.bg-img-flex .heading-md, .bg-img-flex p {color: #fff!important;}
/*---services---*/
#service .bg-img-flex {background: url("/siteart/request-parts.jpg") no-repeat; background-size: cover; background-position: center;}
#service .outline-col-3 .heading-md {text-align: left!important;}
#service .outline-col-3 > .flex {margin-top: 20px;}
#service .form-all p {max-width: 800px; margin: 0 auto 40px;}
#service .outline-col-3 {padding-bottom: 0px!important;}

/*---Accordian---*/
.faq-accordian .faq-info {width: 100%;}
.faq-accordian .heading-mdlg {color: var(--dark-grey)!important;}
.faq-accordian .heading-md {margin-bottom: 40px;}
.questions .heading-xsm {font-size: 25px; font-weight: 700; padding-top: 30px;}
.faq-question-heading {font-weight: 700; font-size: 30px; color: var(--dark-grey);text-transform: uppercase; margin-right: 30px;}
.questions {background: transparent; border: solid 2px #212121; margin: 20px 0 20px 0;position: relative;}
.questions .flex {justify-content: space-between;}
.questions li {text-align: left;color: var(--dark-grey);font-size: 17px;padding: 20px;}
.questions .dpdwn-list .list {padding: 0px!important;}
.questions .dpdwn-list .list li {padding: 10px 0 0!important;}
.questions .dpdwn-list .list li .bullet {color: var(--red)!important;}
.questions .dpdwn-list .list .flex {justify-content: flex-start; gap: 20px;}
.questions .dpdwn-list li {padding: 20px 0 0;}
.bold-p {font-weight: 700;}
.dpdwn-flex {gap: 50px; padding: 0!important;}
.dpdwn-flex .heading-xsm {text-decoration: underline; padding-top: 0px!important;}

.plus {position: absolute;top: 30px;right: 20px;}
.plus:before {
	content:"";
	position: absolute;
	right: 0;
	top: 9px;
	width: 21px;
	height: 3px;
	background: var(--dark-grey);
	transform: translateY(0) rotate(-45deg);
	transition: .6s ease;
}
.active .plus:before {transform: rotate(0); }
.plus:after {
	content:"";
	position: absolute;
	right: 0;
	top: 9px;
	width: 21px;
	height: 3px;
	background: var(--dark-grey);
	transform: translateY(0) rotate(45deg);
	transition: .6s ease;
}
.active .plus:after {transform: rotate(0);}


/*---about---*/
.img-left-inner {gap: 50px; align-items: center; padding-top: 100px; padding-bottom: 100px;}
.img-left-inner .img-height {max-width: 770px; width: 100%; height: 700px;}
.img-left-inner .img-height img {width: 100%; height: 100%; object-fit: cover;}
.img-left-inner > div:last-child {max-width: 1000px; width: 100%; padding: 0 15px;}

.center-inner .wrapper {text-align: center; margin: 0 auto; max-width: 1200px; padding-top: 100px!important; padding-bottom: 100px!important;}
.center-inner .btn-top {justify-content: center; gap: 20px; flex-wrap: wrap;}
.center-inner {background: url("/siteart/about-bg.jpg") no-repeat; background-size: cover; background-position: center;}
.center-inner .heading-md, .center-inner p {color: #fff!important;}

#about .outline-col-3 {padding-top: 100px!important;}
#about .outline-col-3 i {margin-left: 15px;}
.outline-col-3 .heading-sm a {color: var(--dark-grey)!important; transition: all .4s ease-out;}
.outline-col-3 .heading-sm a:hover {color: var(--red)!important;}
#about .outline-col-3 .heading-md {text-align: left!important; margin-bottom: 20px!important;}
#about .outline-col-3 .flex {margin-top: 40px; margin-bottom: 40px;}
#about .outline-col-3 > p:last-child {max-width: 1000px;}

/*---blog---*/
.flex-blog {justify-content: space-between; gap: 50px; padding-top: 100px!important; padding-bottom: 100px!important;}
.flex-blog > div:first-child {max-width: 900px; width: 100%;}
.flex-blog > div:last-child {max-width: 900px; width: 100%;}
.flex-blog > div:last-child .box-outline {border: #212121 solid 2px; padding: 30px; margin-bottom: 20px;}
.flex-blog .heading-sm {margin-bottom: 20px;}
.flex-blog .heading-sm a {color: var(--dark-grey); transition: all .4s ease-in;}
.flex-blog .heading-sm a:hover {color: var(--red); text-decoration: underline;}
.flex-blog i {margin-left: 20px;}

.col-2-inner {justify-content: space-between; gap: 50px; padding-top: 100px!important; padding-bottom: 80px!important;}
.col-2-inner > div:first-child {max-width: 900px;}
.col-2-inner > div:last-child {max-width: 800px;}
#blog-post-3 .outline-col-3 > .flex, #blog-post-2 .outline-col-3 > .flex, #blog-post-1 .outline-col-3 > .flex {margin-top: 20px;}
#blog-post-3 .outline-col-3 .box-outline ul .flex {gap: 20px;}

/*---contact---*//*---financing---*/
.contact-form .form-all {text-align: left!important; max-width: 1830px!important; gap: 50px; justify-content: space-between; margin: 0 auto!important; padding-bottom: 100px!important;}
.contact-form .form-all > div:first-child {max-width: 900px!important; width: 100%;}
.contact-form .form-all .heading-sm {margin-top: 0;}
.contact-form .form-all > div:first-child .flex {gap: 50px;}
.contact-form .form-all > div:first-child .flex p {margin-bottom: 0!important;}
.contact-form .form-all > div:first-child .heading-sm {font-size: 20px!important; margin-bottom: 25px;}
.contact-form .form-all > div:first-child .space-top {margin-top: 30px;}
.contact-form .form-all > div:first-child .flex span {font-weight: 700;}
.contact-form .form-all > div:first-child .flex a {font-size: 17px; color:var(--dark-grey); font-family: 'darkmode-off-cc', sans-serif; line-height: 30px; transition: all .4s ease-out;}
.contact-form .form-all > div:first-child .flex a:hover {color: var(--red)!important;}
.contact-form .form-all > div:first-child .flex i {margin-right: 15px;}
.contact-form .form-all ul li {margin-bottom: 15px;}
.contact-form .form-all > div:last-child {max-width: 800px; width: 100%;}

.outline-col-3 {padding-bottom: 100px!important;}
.outline-col-3 .heading-md {text-align: center; margin-bottom: 50px;}
.outline-col-3 > .flex {gap: 20px; justify-content: center;}
.outline-col-3 .box-outline {border: #212121 solid 2px; max-width: 535px; width: 100%; padding: 30px;}
.flex-parts{display: flex; justify-content: space-around}
.box-outline-parts {border: #212121 solid 2px; max-width: 535px; width: 100%; padding: 30px;font-weight: 700; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 30px; }
.box-outline-parts ul a {    color: var(--dark-grey);transition: all .4s ease-out;font-family: 'darkmode-off-cc', sans-serif;font-size: 17px; font-weight: 200;}
.heading-sm-parts {font-size: 30px;font-weight: 700; color: var(--dark-grey);text-transform: uppercase;}
#contact .outline-col-3 .box-outline p {font-weight: 700;}
.outline-col-3 .heading-sm {margin-bottom: 20px!important;}
.outline-col-3 .box-outline ul {margin-top: 40px;}
.outline-col-3 .box-outline ul li {margin-top: 20px;}
.outline-col-3 .box-outline ul i {margin-right: 15px;}
.outline-col-3 .box-outline ul a {color: var(--dark-grey); transition: all .4s ease-out; font-family: 'darkmode-off-cc', sans-serif; font-size: 17px;}
.outline-col-3 .box-outline ul a:hover {color: var(--red)!important;}

.map-full {height: 300px;}

/*--------FORM STYLES--------------------*/
.form-all .heading-sm {text-align: left; margin-top: 40px; margin-bottom: 10px;}
.form-all p {margin-bottom: 40px;}
.form-all {
	box-sizing: border-box;
	max-width: 1100px!important; 
	width: 100%;
	margin: 0 auto 100px!important;
	text-align: center;
	padding-top: 100px!important;
	padding-bottom: 70px!important;
}

.label {font-family: 'darkmode-off-cc', sans-serif;text-align: left!important;font-weight: 500;}
.label-row {margin-bottom: 15px;}
.flex-row {display: flex;width: 100%;}

.form-half {display: inline-block; width: calc(50% - 8px); margin: 15px 15px 15px 0; }
.form-half input {
	padding: 15px;
	width: 100%;
	border: none;
	background: #fff;
	font-family: 'darkmode-off-cc', sans-serif;
	box-sizing: border-box;
}
.form-2nd-row {margin-right: 0;}

.form-full textarea {
	width: 100%;
	padding: 15px;
	border: none;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: -8px;
	font-family: 'darkmode-off-cc', sans-serif;
}
.form-full {margin: 15px 0 30px 0;}


.form-third {display: inline-block; width: 33.3%; margin: 15px 15px 15px 0; }
.form-third input {
	padding: 15px;
	width: 100%;
	border: none;
	background: #fff;
	font-family: 'darkmode-off-cc', sans-serif;
    box-sizing: border-box;
	color: var(--dark-grey);
}
.form-third-last {margin-right: 0; }

.form-full-sm {display: inline-block;width: 100%;margin: 15px 0;}

.form-full-sm input, .form-full-sm select {
	padding: 17px;
	width: 100%;
	border: none;
	background: #fff;
	font-family: 'darkmode-off-cc', sans-serif;
	box-sizing: border-box;
	color: var(--dark-grey);
}

/*--------Captcha--------------------*/

.include-captcha{display:none;} 
#submit-btn {float: right;}
.CaptchaWhatsThisPanel > a, .CaptchaMessagePanel { color: var(--dark-grey); font-family: 'darkmode-off-cc', sans-serif; }
.CaptchaPanel {text-align: right!important;}
.captcha-button {float: right;}


/*-------- FOOTER STYLES ----------------*/
.my-site-footer {background: var(--dark-grey);}
.my-site-footer .wrapper:first-child {gap: 30px; justify-content: space-between; padding-top: 80px!important; padding-bottom: 130px!important;}
.my-site-footer .wrapper:last-child {gap: 30px; justify-content: space-between; padding-top: 60px!important; padding-bottom: 60px!important; border-top: #fff solid 1px;}
.my-site-footer .img-height img {max-width: 380px; width: 100%;}
.my-site-footer .wrapper:first-child > .flex {gap: 160px;}
.my-site-footer .wrapper:first-child > .flex .flex {gap: 100px;}

.my-site-footer .footer-heading {text-transform: uppercase; color: #fff; font-family: 'stroudley', sans-serif; font-weight: 700; margin-bottom: 45px; font-size: 20px;}
.my-site-footer .wrapper:last-child .footer-heading {margin-bottom: 25px!important;}
.my-site-footer i {margin-right: 15px;}
.my-site-footer li {margin-bottom: 25px;}
.my-site-footer li a, .my-site-footer li p {color: #fff; font-size: 17px; font-family: 'darkmode-off-cc', sans-serif; transition: all .4s ease-out;}
.my-site-footer li a:hover {color: var(--red);}
.my-site-footer li span {font-weight: 700;}

.my-site-footer .btn-top {gap: 20px; flex-wrap: wrap;}

/*-------- UNIVERSAL STYLES ----------------*/
.wrapper {
	padding: 0 15px; 
	margin: 0 auto;
	max-width: 1830px;
}

.flex {display: flex;}
.btn-top {margin-top: 60px;}
.p-top {margin-top: 20px;}

/*---Headings---*/
.heading-lg {font-size: 80px; font-weight: 700; color: #fff; text-transform: uppercase;}
.heading-md {font-size: 50px; font-weight: 700; margin-bottom: 20px; color: var(--dark-grey); text-transform: uppercase;}
.heading-sm {font-size: 30px; font-weight: 700; color: var(--dark-grey); text-transform: uppercase;}
.h1-span {font-size: 30px!important; border-bottom: 3px solid #E22837;}
.h2-span {font-size: 20px!important;}

/*---Buttons---*/
.btn-red, .btn-red-white, .btn-red-footer, .btn-white-footer {
	display: inline-block;
	border: none;
	width: 230px; 
	color: #fff;
	background: var(--red);
	padding:20px 0;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	transition: all .4s ease-out;
	font-family: 'stroudley', sans-serif;
	border-radius: 10px;
	text-transform: uppercase;
}

.btn-white-footer {color: #fff!important; box-shadow: inset 0 0 0 6px #fff!important; background: transparent!important;}
.btn-white-footer:hover {background: var(--red)!important; box-shadow: none!important;}

.btn-red:hover {color: var(--red);box-shadow: inset 0 0 0 6px #E22837; background: transparent;}
.btn-red-white:hover, .btn-red-footer:hover {color: #fff!important; box-shadow: inset 0 0 0 6px #fff!important; background: transparent;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-top-section .list-listings-count, .listing-prices__retail-price, .calc-button-wrapper button span, .detail__machine-location a, .dealer-contact__phone span, .dealer-contact__videochat span, .detail__search-results {color: #CE2431!important;}

.list-container-flexrow .view-listing-details-link, .detail__cta-buttons button, .listing-carousel .recommended-listings-section .view-all-link, .dealer-contact__buttons button, .detail-contact-bar button, .list-content .list-error-container .info button:not(.login-button), .faceted-search-content .selected-facets-container .selected-facet {background: var(--red)!important; transition: all .4s ease-out!important;}
.list-container-flexrow .view-listing-details-link:hover, .detail__cta-buttons button:hover, .listing-carousel .recommended-listings-section .view-all-link:hover, .dealer-contact__buttons button:hover, .detail-contact-bar button:hover, .list-content .list-error-container .info button:not(.login-button):hover {color: var(--red)!important;box-shadow: inset 0 0 0 6px #E22837!important; background: transparent!important;}


/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1500px) {
	.img-left .img-height {margin-left: -600px;}
}

@media only screen and (max-width: 1270px) {
	.col-2 .trailer-btns a {padding: 20px 30px;}
	.my-site-footer .wrapper:first-child > .flex {gap: 90px;}
	.my-site-footer .wrapper:first-child > .flex .flex {gap: 50px;}
}

@media only screen and (max-width: 1200px) {
	#blog-post-3 .outline-col-3 > .flex {flex-wrap: wrap;}
	#blog-post-3 .outline-col-3 .box-outline {max-width: 100%;}
}

@media only screen and (max-width: 1150px) {
	.col-2 .button-end {position: relative; bottom: auto; left: auto; margin-top: 30px;}
	#about .outline-col-3 .flex {flex-wrap: wrap; justify-content: flex-start;}
	#about .outline-col-3 .box-outline {max-width: 100%;}
}

@media only screen and (max-width: 1100px) {
	.img-left {gap: 20px;}
	.img-left > div:last-child {padding: 80px 15px;}
	.my-site-footer .wrapper:first-child > .flex {gap: 50px;}
	.my-site-footer .wrapper:first-child > .flex .flex {gap: 30px;}
	.contact-form .form-all > div:first-child .flex, .col-2-inner {flex-wrap: wrap; gap: 20px;}
	.img-left-inner {flex-wrap: wrap;}
	.img-left-inner .img-height {max-width: 100%; height: 250px; padding: 0 15px;}
}

@media only screen and (max-width: 1030px) {
	.my-site-footer .wrapper:first-child {flex-wrap: wrap; gap: 50px;}
	.contact-form .form-all {flex-wrap: wrap; gap: 60px;}
	.contact-form .form-all > div:last-child {max-width: 100%;}
	.img-position-diff img {object-position: 80% 50%!important;}
}

@media only screen and (max-width: 960px) {
	.col-2 .wrapper {flex-wrap: wrap; gap: 60px;}
	.col-2 .trailer-btns .img-height {margin-bottom: 25px;}
	.my-site-footer .wrapper:last-child, .flex-blog {gap: 50px; flex-wrap: wrap;}
	.outline-col-3 > .flex {flex-wrap: wrap;}
	.dpdwn-flex {gap: 0px; flex-wrap: wrap;}
	#service .outline-col-3 .box-outline, #blog-post-3 .outline-col-3 .box-outline, #blog-post-2 .outline-col-3 .box-outline, #blog-post-1 .outline-col-3 .box-outline {max-width: 100%;}
}

@media only screen and (max-width: 900px) {
	.img-left .img-height {display: none;}
	.img-left {padding-top: 0;}
	.img-left > div:last-child {padding: 40px 15px 80px;}
	.map-left {gap: 30px;}
}

@media only screen and (max-width: 800px) {
	.home-header .slide-content {padding-top: 270px!important; padding-bottom: 90px!important;}
}

@media only screen and (max-width: 700px) {
	.heading-lg {font-size: 50px;}
	.heading-md {font-size: 40px;}
	.heading-sm, .faq-question-heading {font-size: 25px;}
	.h1-span {font-size: 20px!important;}
	.col-3 {flex-direction: column; gap: 20px;}
	.col-3 hr {height: 0; width: 100%;}
	.col-3 a {font-size: 25px;}
	.map-left {flex-wrap: wrap; padding-bottom: 130px;}
	.map-left .img-height {height: 200px; min-width: 100px;}
	.bg-img-flex .wrapper {flex-wrap: wrap; gap: 0;}
}

@media only screen and (max-width: 630px) {
	.flex-row {flex-wrap: wrap;}
	.form-half, .form-third {width: 100%; margin: 15px 0;}
}

@media only screen and (max-width: 600px) {
	.home-header .slide-content {padding-top: 220px!important; padding-bottom: 60px!important;}
	.inner-hero .wrapper {padding-top: 250px!important; padding-bottom: 60px!important;}
	.slide-content .btn-top {margin-top: 30px!important;}
	.col-2 .trailer-btns a {padding: 20px;}
	.form-all {padding-top: 80px!important;}
	.outline-col-3, #about .outline-col-3, .map-left {padding-bottom: 80px!important;}
	.img-left-inner, .center-inner .wrapper, .flex-blog, .col-2 .wrapper, .center-section .wrapper, .bg-img-flex .wrapper, .center-thankyou  {padding-top: 80px!important; padding-bottom: 80px!important;}
	.col-2-inner {padding-top: 80px!important; padding-bottom: 60px!important;}
	
	.my-site-footer .wrapper:first-child {padding-bottom: 80px!important; margin: 0 auto 80px !important;}
}

@media only screen and (max-width: 520px) {
	.my-site-footer .wrapper:first-child > .flex {flex-wrap: wrap;}
	.my-site-footer .wrapper:first-child > .flex .flex {gap: 100px;}
}

@media only screen and (max-width: 465px) {
	.col-2 .trailer-btns > .flex {flex-wrap: wrap;}
}
@media only screen and (max-width: 380px) {
	.outline-col-3 .box-outline, .flex-blog > div:last-child .box-outline {padding: 20px;}
	.heading-md {font-size: 35px;}
	.outline-col-3 .heading-sm, .faq-question-heading {margin-bottom: 10px!important;}
}


