﻿/***** BEGIN RESET *****/

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 --------

*/

/***** 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;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}
/*--
- HEAD SEARCH --*/
.search-inv a{opacity: 1; transition: .3s all;color: #000; font-size: 25px;}
.search-inv a:hover {opacity: 0.8;}
.search-inv {
    width: 50px;
    height: 100%;
    background: transparent;
    margin-left: 15px;
    display: none;
    justify-content: center;
    align-items: center;
    color: #000;
}
.flex-search {
  padding: 0 !important;
  width: 90%;
  margin: 0 auto;
  align-items: flex-start !important;
  gap: 10px;
}
#search {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  box-shadow: rgb(0 0 0 / 18%) 0px 2px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 150px;
}
.search-bg {
  -webkit-animation: slide-down .3s ease-out;
  -moz-animation: slide-down .3s ease-out;
  align-items: center;
  justify-content: center;
}
.search-btn {
  display: none;
}
.search-btn:hover {
  opacity: 1;
}
#search-header input {
  caret-color: #000 !important;
  background: #fff;
}
#search-header input:focus {
  outline-width: 0;
}
.searchTerm::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.searchTerm:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.searchTerm::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
input#search-box:focus {
  outline: none;
}
.search-wrap {
  padding: 13px 0;
  width: 100%;
}
.search-wrap i.fa-solid.fa-magnifying-glass {
  font-size: 32px;
  color: #000;
  margin-right: 20px;
}
.search-header input[type="text"]:not([class^="Mui"]) {
  width: 100% !important;
  border: none !important;
  font-size: 22px !important;
  color: #000 !important;
      font-family: apotek-extrawide, sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  height: auto !important;
  line-height: 70px !important;
  background: #fff;
}
#closeSearch {
  float: right;
  background: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease !important;
  -moz-transition: all 0.4s ease !important;
  -ms-transition: all 0.4s ease !important;
  -o-transition: all 0.4s ease !important;
  color: #000;
  position: absolute;
  right: 40px;
  top: 15px;
}
#closeSearch:hover {
  color: #2b2b2b;
}
form.search-header {
  display: flex;
  align-items: center;
}
.link-wrap a {
  width: 100%;
  max-width: 300px;
}

/*--- HEADER STYLES ---------------------*/
.header {display: flex; flex-wrap: wrap; border-top: solid #f5c400 20px; height: 150px; box-sizing: border-box;}
.logosect {
    width: 15%;
	padding-left: 15px;
	box-sizing: border-box;
	padding-top: 5px;
}
.logosect img {
    width: 170px;
}

form.quick_search input.submit_btn {
    background: url("/siteart/search.png") no-repeat;
    opacity: .6;
    border: none;
    width: 15px;
    height: 15px;
	background-size: cover;
	cursor: pointer;
}
.headerright {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	padding-right: 50px;
	box-sizing: border-box;
}
.headertop{
	display: flex;
	width: 100%;
	justify-content: flex-end;
	margin-top: -20px;
}
.headerphone {
    background: #000;
    color: #fff;
    padding: 10px 20px 10px 20px;
	margin: 0px 4px;
    display: flex;
    align-items: baseline;
	    flex-wrap: wrap;
    align-content: flex-end;
}
.headerphone a{
    font-family: "Cairo", sans-serif;
    color: #fff;
	padding-left: 15px;
	font-weight: 600;
}
.headerphone a:hover{
    color: #fffcf0;	
}
.headericons {
    background: #000;
    color: #fff;
    padding: 10px 15px 8px 15px;
    margin: 0px 4px;
    display: flex;
    align-items: flex-end;
    font-size: 20px;
}
.headericons:hover{
    color: #fffcf0;	
	
}
.headericons a{
    color: #fff;
}
.headerbottom {
    display: flex;
    justify-content: space-between;
	width: 100%;
	align-items: baseline;
	padding: 0px 30px;
	box-sizing: border-box;
	flex-wrap: wrap;
	align-content: flex-end;
}
.quick_search {
    display: flex;
	font-family: "Cairo", sans-serif;
    align-items: center;
    width: 35%;
	border-bottom:solid 3px #000;
	padding: 4px 0px;
	box-sizing: border-box;
}
.quick_search .text{border: none!important;padding-left: 10px; width: calc(100% - 15px); height: 25px; box-sizing: border-box; font-size: 16px;}
.quick_search .text:focus-visible{border: none!important; outline: none!important;}
.heroslides{height: 825px; }
.herotextsect {
    position: absolute;
    text-align: left;
    background: #f5c400d9;
    width: 615px;
    clip-path: polygon(3% 0, 100% 0%, 100% 100%, 0% 100%);
    height: 825px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    top: 150px;
    right: 0;
    padding: 0px 50px;
    box-sizing: border-box;
    justify-content: center;
}
.heroheader {
    font-family: "Cairo", sans-serif;
    font-size: 65px;
    line-height: 95px;
}
.heroheader span {
    font-family: "Anton", sans-serif;
    width: 100%;
    color: #f5c400;
    background: #000;
    text-align: center;
    font-size: 95px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 3px;
}
.herobtn {
    background: #000;
    color: #e9bd04;
    width: 100%;
    font-family: "Cairo", sans-serif;
    display: flex;
    margin: 10px 0px;
    justify-content: center;
    height: 55px;
    align-items: center;
    font-size: 20px;
	transition-duration: 0.5s;
}
.herobtns{
	width: 85%;
	margin-top: 15px;
}
.herobtn:hover {
    font-weight: 700;
    text-shadow: -1px 0px 20px #ffde5996;
    background: #121212;
}
.hp-cta-sect {
    display: flex;
    flex-wrap: wrap;
    background: #000;
	padding: 50px 0px;
}
.hp-cta-title {
    width: 100%;
    box-sizing: border-box;
    padding-left: 50px;
    display: flex;
	align-items: baseline;
}
.cta-title-h2 {
    width: 635px;
}
.yellowunderline{
	width: calc(100% - 635px);
	background: #f5c400;
	height: 3px;
}
.yellow{
	color: #f5c400;
}
.headertext{
    font-family: "Cairo", sans-serif;
	font-size: 42px;
	align-items: flex-end;
	text-transform: uppercase;
	line-height: 42px;
}
.smheadertext{
    font-family: "Cairo", sans-serif;
	font-size: 36px;
	align-items: flex-end;
	text-transform: uppercase;
	line-height: 38px;
}
.cta-btn {
    width: 16%;
    background: #fff;
    margin: 4px 4px 44px 4px;
}
.cta-img:hover{
background-size: 160%!important;	
}
.cta-btn-sect {
    padding: 0px 50px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	justify-content: center;
}
.cta-img {
    height: 335px;
	transition-duration: 0.5s;
}
.cta-text-sect {
    padding: 0px 1px 17px 0px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.cta-header {
    font-family: "Cairo", sans-serif;
    color: #000;
    font-weight: 500;
    line-height: 38px;
    font-size: 22px;
    width: 90%;
    padding: 0px 10px;
}
.cta-header span {
    font-family: "Anton", sans-serif;
    width: 100%;
    display: block;
    background: #000;
    color: #f5c400;
    padding: 2px 0px 2px 10px;
    margin-left: -10px;
    font-size: 25px;
}
.yellowlink{
	color: #f5c400;
	font-family: "Cairo", sans-serif;
	font-size: 18px;
	text-decoration: underline;
	border-bottom: solid 1px #f5c400;
	padding: 0px 10px;
	transition-duration: 0.5s;
}
.yellowlink:hover {
    font-weight: 700;
}
.hp-about-sect{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 8% 50px;
	box-sizing: border-box
}
.hp-about-left{
	width: 45%;
}
.hp-about-left p{
	padding: 20px 0px 40px 0px;
}
.hp-about-right{
	width: 25%;
}
.hp-about-right i{
	padding-right: 8px;
}
.hp-about-right .flex-box{
	padding:10px 0px;
}
.flex-box{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}
.paratext{
	font-family: "Cairo", sans-serif;
	font-size: 16px;
	line-height: 35px;
}
.reviewname{
	font-family: "Cairo", sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 35px;
	text-transform: uppercase;
}
.subhead{
	font-family: "Cairo", sans-serif;
	font-size: 22px;
	font-weight: 600;
}
.hp-social-links i{
	color: #000;
	font-size: 24px;
	margin-top: 5px;
}
.blkbtn {
    background: #000;
    color: #f5c400;
    font-family: "Cairo", sans-serif;
    width: 280px;
    display: block;
    text-align: center;
    padding: 6px 0px;
    font-weight: 600;
	transition-duration: 0.5s;
}
.blkbtn:hover{
	font-weight: 700;

}
.hp-attachment-left {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -50px;
    position: relative;
    padding: 0px 50px;
    box-sizing: border-box;
}
.hp-attachment-right {
    background: #f5c400;
    width: 100%;
    text-align: right;
    padding: 25px 50px 18px 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-end;
	box-sizing: border-box;
}
.white{color: #fff;}
.hp-attachment-right h5{
    width: 100%;
	display: block;
}
.blkunderline {
    width: 75%;
    background: #000;
    height: 2px;
}
.hp-attachment-box {
    width: 18%;
    margin: 0px 8px;
    background: url(/siteart/attachment-bkgd.jpg);
    padding: 30px 15px 15px 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
	transition-duration: 0.5s;
}
.hp-attachment-box:hover {
  padding: 26px 15px 19px 15px;

}
.hp-attachment-box i{
   color: #000;
}
.hp-attach-bottom {
    width: 100%;
    text-align: right;
}
.hp-attach-top {
    width: 100%;
}
.subhead-attach {
      font-family: "Cairo", sans-serif;
    font-weight: 400;
    font-size: 18px;
	line-height: 22px;
	width: 100%;
	display: block;
	color: #000;
}
.subhead-attach span{
 
	 font-family: 'ANTON';
    font-weight: 100;
    font-size: 18px;
	width: 100%;
	display: block;
}
.reviewcontainer {
    background: #fff3c1;
    padding: 5% 50px 3% 50px;
    text-align: center;
}
.reviewcontainer h5{
 padding-bottom: 25px;
}
.reviewslides p{
	padding: 5px 10%;
}

.hp-finance-left {
    width: 55%;
    position: relative;
    left: 70px;
    z-index: 1;
	height: 670px;
}
.hp-finance-right {
    width: 45%;
    background: url(/siteart/tire-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 750px;
    clip-path: polygon(8% 0%, 100% 0, 100% 100%, 0% 100%);
    padding: 10px 4% 10px 8%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.pageheadersect{
	background: url("/siteart/pageheader-bkgd.jpg");
	text-align: center;
	width: 100%;
}
.toppageheader{
	background: #000000d9;
	padding: 30px 20px 22px 20px;
}
.bottompageheader{
	background: #000000a1;
	padding: 10px 20px;

}
.pageheader {
    font-family: 'ANTON';
    color: #f5c400;
    letter-spacing: 3px;
    font-size: 38px;
	font-weight: 400;
}

.pagesubhead {
    font-family: "Cairo", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 800;
	line-height: 28px;
}
.pagepadding{
	padding: 80px 8%;
}
.thankyoupagepadding{
	padding: 8% 8% 10% 8%;
}
.flexbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.aboutpageleft{
	width: 60%;
}
.ap-social-links {
    color: #000;
    background: #fff3c1;
    padding: 12px 18px;
    font-size: 22px;
    margin: 15px 5px;
	transition-duration: 0.5s;
}
.ap-social-links:hover{
    background: #ffe886;	
}
.ap-why-choose-sect {
    padding: 95px 0px 40px 0px;
	display: flex;
}
.ap-why-choose-sect i{
    color: #cf9a01;
	padding-right: 10px;
}
.why-choose-opt {
    width: 30%;
    padding-right: 3%;
}
.why-choose-opt .flex-box{
    background: #232323;
    color: #fff;
    padding: 5px 18px;
    box-sizing: border-box;
	margin-bottom: 15px;
}
.why-choose-opt .paratext{
 padding: 0px 20px;
}
.locationpageright{
	width: 60%;
	height: 550px;
}
.yellowbtn {
    background: #e9bd04;
    color: #000;
    font-family: 'Cairo';
    padding: 8px;
    width: 315px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
	transition-duration: 0.5s;
}
.yellowbtn:hover {
    font-weight: 700;
}
.locationpageleft .paratext {
    padding-bottom: 8px;
	font-size: 20px;
}
.locationpageleft a{
  margin-top: 15px;
}

.locationpageleft .paratext i{
    padding-right: 10px;
}
.locationpageleft {
    width: 40%;
}
.halfbuttons a {
    width: 48%;
    background: #000;
    padding: 8px 50px;
    display: block;
    box-sizing: border-box;
    color: #f5c400;
    font-family: 'Cairo';
    text-align: center;
    font-size: 20px;
    margin: 0px 10px;
    font-weight: 500;
	transition-duration: 0.5s;
}
.halfbuttons a:hover {
    font-weight: 700;
}
.halfbuttons {
    display: flex;
	flex-wrap: wrap;
}
.invbuttons {
    width: 23%;
    border: solid 3px #000;
    margin: 20px 10px;
	border-radius: 0px;
	transition-duration: 0.5s;
}
.invbuttons:hover {
    border-radius: 15px;
    box-shadow: 0px 2px 18px 4px #0000002b;
}
.invimg img {
    width: 100%;
	transition-duration: 0.5s;
	
}

.invimg{
	padding: 20px 5px;
	text-align: center;
}
.invlabel {
    width: 97%;
    background: #000;
    margin: 2px 0px 16px 0px;
    font-size: 19px;
    font-family: 'Anton';
    color: #fff;
    padding: 15px 10px;
    box-sizing: border-box;
	display: flex;
	align-items: center;
}
.invlabel i {
    font-size: 16px;
    padding: 0px 10px;
	color: #e9bd04;
}
.halfformfields {
    width: 49%;
    height: 50px;
    padding: 0px 10px;
    font-family: "Cairo", sans-serif;
    box-sizing: border-box;
	margin: 10px 0px;
}
.fullformfields {
    width: 98.5%;
    height: 50px;
    padding: 0px 10px;
    font-family: "Cairo", sans-serif;
    box-sizing: border-box;
	margin: 10px 0px;
}
.comments {
    width: 98.5%;
    height: 150px;
    padding: 5px 10px;
    font-family: "Cairo", sans-serif;
    box-sizing: border-box;
	margin: 10px 0px;
}
.contactformsect{
	width: 75%;
	padding: 20px 0px 55px 0px;
}
.contactinfosect {
    width: 25%;
}
.contactinfobox {
    background: #101010;
    margin: 5px;
	padding: 10px 20px 15px 20px;
	box-sizing: border-box;
    width: 100%;
}
.yellowsubhead {
    font-family: 'Cairo';
    font-size: 20px;
    color: #e9bd04;
}
.cpinfo i {
    color: #fff;
    font-size: 20px;
    padding-right: 15px;
}
.cpinfo a {
    color: #fff;
    font-size: 18px;
	font-family: 'Cairo';
	font-weight: 300;
}
.cpinfo a:hover {
	font-weight: 500;
	color: #fffcf0;
}
/*---BODY--------------------------------*/




/*--------FORM STYLES--------------------*/

.submit {
    font-size: 15px;
    width: 240px!important;
	background: #000;
	border: none;
    height: 40px!important;
    font-weight: 700;
    text-transform: uppercase;
	cursor: pointer;
	margin: 0px!important;
	transition-duration: 0.5s;
	color: #fff;
}
.submit:hover {
   
    background: #000;
	color: #f5c400;
	border-radius: 5px;

}
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
#formpage input.submit-button, #formpage input.submit-button:focus, #submit-btn button {
	background: #000;
    border: solid 0px #000;
    padding: 4px 75px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    border-radius: 0px;
    animation-timing-function: ease-in;
    font-family: "Sofia Sans", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    height: 40px;
    transition-duration: 0.5s;
}
#formpage input.submit-button:hover, #submit-btn button:hover{ border-radius: 0px; background:#000; color: #f5c400; }
#submit-btn {
    padding: 0px;
    position: relative;
    text-align: right;
    background: transparent;
    font-family: "Sofia Sans", sans-serif;
    display: flex;
    justify-content: center;
}
.submit-button {
    padding: 3px 0px;
    position: relative;
    text-align: center;
	background: #000;
    font-family: "Sofia Sans", sans-serif;
    border: 0px;
	border-radius: 0px;
    cursor: pointer;
    width: 200px !important;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 34px !important;
	margin: 0px!important;
	text-transform: uppercase;
	font-weight: 600;	
	transition-duration: 0.5s;
	color: #fff;
}
.submit-button:hover{background:#000; color: #f5c400; border-radius: 0px;}
.captcha-button{width:100%; margin:0 auto; display: flex; justify-content: center;}
.include-captcha{display:none; width: 100%;}
#formpage input.submit-button{color:#fff!important;}
.CaptchaWhatsThisPanel a{
color: #000;
font-family: "Sofia Sans", sans-serif;
font-size: 14px;
}
.CaptchaMessagePanel{
	color: #000;
    font-family: "Sofia Sans", sans-serif;
    font-size: 15px;
}


/*-------- FOOTER STYLES ----------------*/
.footer{
	display: flex;
	flex-wrap: wrap;
	background: #e9bd04;
	justify-content: space-between;
	border: solid 2px #000;
	width: 100%;
	padding: 30px 50px 15px 50px;

}
.outerfooter{
	display: flex;
	flex-wrap: wrap;
	background: #e9bd04;
	justify-content: space-between;
	padding: 30px 20px;
}

.footerlogo{
	width: 130px;
}
.footerlogo img{
	width: 100%;
}
.footerheader{
    font-family: "Cairo", sans-serif;
	font-weight: 800;
	font-size: 17px;
	width: 100%;
	display: block;
	line-height: 20px;
	padding-bottom: 8px;
}
.fullfooterlink{
    font-family: "Cairo", sans-serif;
	width: 100%;
	display: block;
	font-size: 15px;
	color: #000;
	transition-duration: 0.5s;
}
.fullfooterlink:hover{
	font-weight: 600;
}
.halffooterlink{
    font-family: "Cairo", sans-serif;
	width: 50%;
	display: block;
	font-size: 15px;
	color: #000;
	transition-duration: 0.5s;
}
.halffooterlink:hover{
	font-weight: 600;
}
.medfootersect {
    width: 20%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.smfootersect {
    width: 10%;
	display: flex;
	flex-wrap: wrap;
    align-content: flex-start;
}
.lgfootersect {
    width: 18%;
	display: flex;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;

}
 .footersociallink{
    color: #e9bd04;
    padding: 0px 8px;
    font-size: 22px;
}
.footersocials {
    position: relative;
    background: #000;
	padding: 12px 30px 5px 30px;
    width: 100%;
    left: 72px;
    text-align: left;
    margin: 10px 0px;
    box-sizing: border-box;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.invpadding{
	padding: 50px 0px;
}
.faceted-search-content .selected-facets-container .selected-facet{
    color: #000000!important;
    background: #f5c400!important;	
}
.list-top-section .list-listings-count{
	color: #000000!important;
}
.list-content .media-buttons .print-this, .list-content .media-buttons .email-this{
    padding: 10px 45px!important;
    border: 1px solid #f5c400!important;
    border-radius: 0px!important;
    background-color: #f5c400!important;
    color: #000000!important;	
}
.list-content .list-error-container .info button:not(.login-button){
	color: #000000!important;
    background-color: #f5c400!important;
}
.faceted-search-content .mobile-done-button-container .mobile-done-button{
	background: #000000!important;
}

a.MuiButtonBase-root.MuiButton-root.MuiButton-text.MuiButton-textPrimary.MuiButton-sizeSmall.MuiButton-textSizeSmall.MuiButton-colorPrimary.MuiButton-root.MuiButton-text.MuiButton-textPrimary.MuiButton-sizeSmall.MuiButton-textSizeSmall.MuiButton-colorPrimary.dealer-contact__link.mullerequipmentcomhdev-h6qful{
	color: #000!important;
}
a.MuiTypography-root.MuiTypography-text.MuiLink-root.MuiLink-underlineHover.mullerequipmentcomhdev-wla286{
		color: #000!important;

}
/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1470px) {
.cta-header{
width: 95%;
padding: 0px 5px;		
}	
.cta-header span{
font-size: 24px;	
}	
.hp-attachment-left{
margin-bottom: -30px;
}
.locationpageleft {
    width: 32%;
}
.why-choose-opt {
    width: 32%;
    padding-right: 1%;
}
}

@media only screen and (max-width: 1330px) {
.cta-btn {
    width: 32%;
    margin: 4px 4px 25px 4px;
}	
.cta-img {
    height: 252px;
}
.hp-cta-sect .yellowlink{
width: 100%;
text-align: center;
margin-top: 10px;
padding-bottom: 6px;
}	
.hp-attachment-left {
width: 100%;}
.hp-finance-left {
width: 40%;
left: 35px;	
}
.hp-finance-right {
    width: 52%;
	height: 630px;
}
.hp-finance-left {
    width: 48%;
    left: 32px;
    height: 385px;
}
.contactformsect {
	width: 55%;
}
.halfformfields{
    width: 98%;	
}
.contactinfosect {
    width: 45%;
}
}

@media only screen and (max-width: 1265px) {

.heroslides {
    height: 580px;
}
.herotextsect{
    height: 580px;
	width: 470px;
}
.heroheader {
    font-size: 48px;
    line-height: 59px;
}
.heroheader span {
    font-size: 67px;
    height: 100px;
}
.herobtn{
	height: 52px;		
}
.hp-about-left {
    width: 65%;
}
.hp-about-right {
    width: 30%;
}
.medfootersect {width: 50%; display: flex; flex-wrap: wrap; align-content: flex-start;}
.invbuttons {width: 30%;}
.halfbuttons{justify-content: space-between;}
.halfbuttons a {width: 46%;}
.smfootersect {width: 15%;}
.lgfootersect { width: 100%; display: flex; justify-content: flex-end; text-align: right; flex-wrap: wrap;}
.footersocials{padding: 12px 8% 5px 30px; text-align: right;}
.ap-why-choose-sect{flex-wrap: wrap;}
.why-choose-opt { width: 48%; padding-right: 2%; padding-bottom: 50px;}
}
@media only screen and (max-width: 1024px) {
.headerright {
	width: 75%;
}
.logosect {
	width: 25%;
}
.headerbottom{
	display: none;
}	
.mobileheaderbuttons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 10px 0px;
}
	.search-inv{
		display: flex;
	}	
	    .hp-attachment-left {
        margin-bottom: -20px;
		padding: 0px 20px;
    }
.hp-attachment-box {
    width: 19%;
	margin: 0px 2px;}
.reviewcontainer{padding: 8% 50px 4% 50px;}
.paratext{line-height: 30px;}
.locationpageleft {width: 100%; padding-bottom: 50px;}
.locationpageright {width: 100%; height: 350px;}
}

@media only screen and (max-width: 950px) {
    .why-choose-opt {width: 100%;}	
	.invbuttons {width: 45%;}
	.aboutpageleft {width: 100%;padding-bottom: 20px;}
}
@media only screen and (max-width: 900px) {
    .heroslides {
        height: 360px;
    }	
    .herotextsect {
        height: 380px;
        width: 100%;
        clip-path: border-box;
        top: auto;
        padding: 0px 20px;
        justify-content: flex-start;
		background: #f5c400;
    }
	.herobtns {
    width: 100%;
    margin-top: -5px;
	}
	.heroheader {
        font-size: 41px;
        line-height: 59px;
        width: 100%;
        text-align: center;
    }
	.heroheader span {
        font-size: 60px;
        height: 80px;
    }
	.hp-cta-sect{margin-top: 360px;}
	.cta-btn-sect {padding: 0px 15px;}
	.hp-cta-title{padding-left: 22px;}
	.medfootersect { width: 49%; padding-bottom: 15px;}
	.footer{width: 100%; padding: 30px 20px 15px 20px;}
	.footersocials{left: 42px;}
}


@media only screen and (max-width: 850px) {
    .hp-about-left {
    width: 100%;
    padding-bottom: 25px;
    }
	.hp-about-right {
    width: 100%;
    }
	.hp-about-sect{
	padding: 12% 20px;	
	}
	.hp-finance-left {
        width: 100%;
		left: 0px;
	}
	    .hp-finance-right {
        width: 100%;
        height: auto;
        clip-path: border-box;
        padding: 15% 5%;
    }
	.halfbuttons a {width: 100%; margin: 5px 10px;}
	
}

@media only screen and (max-width: 780px) {
.headerright {width: 69%;}	
.logosect {width: 31%; }	
.cta-btn {width: 48%;}
.headertext {font-size: 32px; line-height: 34px;}
.cta-title-h2 {width: 90%; padding-bottom: 15px;}
.hp-attachment-left { margin-bottom: 8px; padding: 0px 15px;}
.hp-attachment-box {width: 48%; margin: 5px; padding: 20px 10px 5px 10px;}
.hp-attachment-right{ padding: 25px 25px 18px 20px;	}
.yellowunderline{display: none;}
.hp-attachment-left {margin-bottom: 8px; padding: 0px 8px;}
.hp-attachment-box { width: 100%; margin: 5px; padding: 20px 18px 8px 18px;}
.pagepadding {padding: 40px 3%;}
.contactinfosect {width: 96%;}
.contactformsect {width: 100%;}
}
@media only screen and (max-width: 670px) {
    .medfootersect {width: 100%; padding-bottom: 20px;}
	.smfootersect { width: 100%;}
	.invbuttons {
        width: 46%;
        height: 306px;
        display: flex;
        flex-wrap: wrap;
        margin: 20px 5px;
    }
}
@media only screen and (max-width: 620px) {
	.mobilehidden{display: none;}
	.headerphone a{padding-left: 0px;}
	.logosect { display: flex; align-items: center; padding-top: 5px; width: 45%; }
	.logosect img { width: 125px;}
	.headerright{padding-right: 5px; width: 55%;}
	.cta-btn { width: 100%;}
	 .cta-img {height: 150px; background-size: 100%!important;}
 .reviewslides p { padding: 5px 3%;}
    .reviewcontainer {
        padding: 12% 25px 4% 25px;
    }
	.slick-next {
    right: -16px;
	}
	.slick-prev {
    left: -16px;
	}
}
@media only screen and (max-width: 550px) {
	.invbuttons {width: 100%; height: auto;}
	.invimg img { width: 75%;}
	.invimg{text-align: center;}
	.halfbuttons a{font-size: 18px; line-height: 20px; padding: 14px 50px;}
}
@media only screen and (max-width: 420px) {
	.yellowbtn{width: 100%; box-sizing: border-box;}
	.smheadertext{font-size: 26px; line-height: 38px;}
	.subhead {font-size: 20px;}
	.pagesubhead{font-size: 22px;}
	.pageheader {font-size: 36px;}
	.toppageheader{padding: 18px 20px 8px 20px;}
	.bottompageheader{padding: 4px 20px;}
}
@media only screen and (max-width: 380px) {
	.headerphone{padding: 0px 20px 5px 20px; display: flex; align-items: flex-end; flex-wrap: wrap; font-size: 17px;}	
	.headericons{font-size: 17px;}
	.headertop {margin-top: -55px;}
	.search-inv{margin-left: 0px;}
	.heroheader {font-size: 30px;	line-height: 38px;}
	.heroheader span {font-size: 50px; height: 65px;}
	.herotextsect {height: 300px; padding: 0px 12px;}
	.heroslides {height: 300px;}
	.herobtn {height: 40px; font-size: 16px; margin: 7px 0px; font-weight: 700; }
	.blkbtn{width: 100%;}
	.halffooterlink{width: 100%;}
	.footersocials{left: 32px;}
	.outerfooter{padding: 20px 10px;}
	 .hp-cta-sect {margin-top: 285px;}
	.invimg img {width: 100%;}
}




