﻿/***** 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;
}

body,
html {
    /* overflow-x: hidden */
}

body {
    margin: 0;
	overflow-x: hidden
}



ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}

input:not(.container.cf *) {
    border: none;
    outline: none;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address {
    display: block;
}

input[type="submit"] {
    cursor: pointer;
}

/* INVENTORY RESET  */
input[type="color"]:not(.cf *),
input[type="date"]:not(.cf *),
input[type="datetime"]:not(.cf *),
input[type="datetime-local"]:not(.cf *),
input[type="email"]:not(.cf *),
input[type="file"]:not(.cf *),
input[type="month"]:not(.cf *),
input[type="number"]:not(.cf *),
input[type="password"]:not([class*="Mui"]):not(.cf *),
input[type="reset"]:not(.cf *),
input[type="search"]:not([class*="Mui"]):not(.cf *),
input[type="tel"]:not([class^="Mui"]):not(.cf *),
input[type="text"]:not([class^="Mui"]):not(.cf *),
input[type="time"]:not(.cf *),
input[type="url"]:not(.cf *),
input[type="week"]:not(.cf *),
select:not(.cf *),
textarea {
    height: auto !important;
    overflow: visible !important;
    width: unset !important;
}

.invpage .notInventory input {
    border: none;
}

hr {
    border: none;
    margin: 50px 0;
    height: 1px;
    background: #eaeaea;
}

/* ABSOLUTE CENTER margin: 0 0 0 960px; transform: translateX(-50%); */
/*-------- COLORS --------*/
:root {
    /* All text that appears outside of the colored boxes, background for the colored boxes */
    --neutral1: #FFFFFF;
    --secondary1: #DBCDC6;
    --primary: #EF442C;
    --secondary2: #707070;
    --neutral2: #1D1D1D;
}

/***** END RESET *****/
::-moz-selection {
    background: var(--neutral2);
    color: var(--neutral1);
    text-shadow: none;
}

::selection {
    background: var(--neutral2);
    color: var(--neutral1);
    text-shadow: none;
}

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

a.underlinebutton {
    background-image: linear-gradient(120deg, #916300 0%, #916300 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0px 111%;
    transition: background-size 0.25s ease-in;
    color: #916300;
    transition: 0.25s ease-out;
      text-transform: uppercase;
  padding: 9px;
}

a.underlinebutton i {
    margin-left: 30px;
    margin-left: max(16px, 1.5625vw);
    color: var(--primary);
}

a.underlinebutton:hover {
    background-size: 100% 100%;
    color: white !important;
}

.allmanus a.underlinebutton:hover:hover i {
    color: white !important;
}

a.underlinebutton.darkbg:hover,pr
a.underlinebutton.darkbg:hover I {
    color: black !important;
}

/*-------- BODY STYLES --------*/
*:not(.slick-slider *):not(.container.cf *):not(header .mobile):not(.se-pre-con):not(.se-pre-con *) {
    transition-property: background, color, background-color, background-size, opacity, margin, padding, left, right, top, bottom, transform;
    transition-duration: .25s;
}

h6:not(.container.cf *) {
    font-weight: normal;
    font-size: 19px;
    font-size: max(12px, 0.98958vw);
    letter-spacing: 0.1em;
    line-height: 37px;
    line-height: max(19px, 1.92708vw);
}

p:not(.container.cf *) {
    font-weight: normal;
    font-size: 28px;
    font-size: max(15px, 1.25vw);
    line-height: 43px;
    line-height: max(22px, 2.23958vw);
    color: #000;
    padding-bottom: 75px;
    padding-bottom: max(39px, 3.90625vw);
}

.page-wid p {
    padding-bottom: 0 !important;
  
}

span.brand {
    display: inline-block;
    font-weight: 1000;
	vertical-align: baseline;white-space:nowrap;
}
span.brand img {
    height: 1em;
width: auto !important;
}

a.standardbtn {
    font-weight: normal;
    font-size: 21px;
    font-size: max(12px, 1.09375vw);
    letter-spacing: 0.01em;
    line-height: 37px;
    line-height: max(19px, 1.92708vw);
    color: #fff;
    text-transform: uppercase;
    background: #ef442c;
    padding: 18px 43px;
    padding: max(9px, 0.9375vw) max(22px, 2.23958vw);
    border-radius: 71px;
    border-radius: max(37px, 3.69792vw);
	margin-top: 30px;
}

.inv-button {
    margin-top: 40px;
}
.orangebtn{
	font-weight: normal;
    font-size: 21px;
    font-size: max(12px, 1.09375vw);
    letter-spacing: 0.01em;
    line-height: 37px;
    line-height: max(19px, 1.92708vw);
    color: #fff;
    text-transform: uppercase;
    background: var(--primary);
    padding: 18px 43px;
    padding: max(9px, 0.9375vw) max(22px, 2.23958vw);
    border-radius: 71px;
    border-radius: max(37px, 3.69792vw);
	
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.notInventory *:not(i):not(i *) {
    font-family: "expressway", sans-serif;
}

/* NEAT MOBILE SEARCH  */
/* http://chattdozer.com/ */
/* CUSTOM LIST BULLETS  */
ul li {
    display: flex;
    align-items: center
}

.wrapper {
    margin: 178px auto;
    margin: max(93px, 9.27083vw) auto;
    padding: 0 71px;
    padding: 0 max(37px, 3.69792vw);
    width: 100%;
    max-width: 2311px;
    max-width: max(1204px, 120.36458vw);
    box-sizing: border-box;
}
span.small-logo {
    display: flex;
    align-items: center;
    gap: 5px;
}
span.small-logo img {
    height: 20px;
}

/*--- HEADER STYLES ---------------------*/
/* Contact Info  */
.contactInfo {
    display: flex;
}

.rightheader a.standardbtn {
    font-size: 16px;
}

.contactInfo,
.contactInfo * {
    color: var(--primary);
}

.contactsnip {
    padding-left: 36px;
    padding-left: max(19px, 1.875vw);
    padding-left: 24px;
    padding-left: max(13px, 1.25vw);
}

.contactInfo a {
    /* padding: 9px 7px; */
}
.rightheader,.social-flex{display:flex;gap:10px;}
.social-icons {
    font-size: 22px;
    color: #fff;
    border-radius: 90px;
    padding: 10px;
}

.social-flex a {color:#fff !important;}


.phone-icons {
    background: #ef442c !important;}

.social-icons {background: #fefefe;}

.contactleft .social-icons,.contactthird .social-icons {background: #eaeaea;}

i#facebook {color:#1877F2 !important}
i#youtube {color:#FF0000}

@media only screen and (max-width: 925px) {
    .contactInfo {
        display: flex !important;
    }

    .contactInfo a {
        padding-left: 0 !important;
    }
}

/***** Start of primary nav ******/
#menu-button {
    display: none;
}

nav.mobile {
    display: none;
}

nav.primary {
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 79%;
    position: relative;
    background: #000;
}

nav.primary ul {
    margin: 0;
    padding: 0;
	    display: flex;
    justify-content: space-between;
}

nav.primary ul li {
    display: inline-block;
    margin: 0;
    list-style-type: none;
    width: auto;
}

nav.primary ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0;
	line-height: 3;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-weight: 500;
    padding: 0 21px;
    padding: 0 max(11px, 1.09375vw);
}

nav.primary ul li a:hover {
   opacity: .5;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
   padding: 18px;
	
	line-height: 1;
    padding: max(9px, 0.9375vw);
    color: #fff;
    background: #181818;
    text-align: left;
    border-right: none;
    border-left: none;
    border-bottom: #303030 solid 1px;
}
/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {background: #000;
    color: #CB1C1C;opacity: 1;}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
  display: none;
  position: absolute;
}
nav.primary ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
nav.primary ul li:hover > ul {
  display: block;
  line-height: 18px;
  z-index: 100;
}
nav.primary ul ul li {
  float: none;
  width: 270px;
  position: relative;
  margin: 0;
  display: block;
}

@media screen and (max-width: 1730px) {
    nav.primary ul li a {
        padding: 0 7px;
    }
}

@media screen and (max-width: 1575px) {}

@media screen and (max-width: 1400px) {
    nav.primary {
        width: 82%;
    }
}
@media screen and (max-width: 1320px) {
   nav.primary ul li a {
        font-size: 15px;padding-left: 0 !important;padding-right: 0 !important;
    }
	header .bottomheader {gap: 30px;}
	header .leftheader, header .bottomheader .rightheader {
    flex: unset !important;
}
	
	nav.primary ul {gap: 20px;}
}
@media screen and (max-width: 1230px) {
 	nav.primary ul li a {
        font-size: 15px;
    }
	nav.primary ul {gap: 10px !important;justify-content: center !important;}
}

@media screen and (max-width: 1130px) {
 	nav.primary ul li a {
        font-size: 14px !important;
    }
}

/******** End of primary Nav ***************/
@media screen and (min-width: 1090px) {
  .menu-toggle.exit-click {
    display: none !important;
  }
}
@media screen and (max-width:1089px) {
    .mobile:not(.open) + .menu-toggle.exit-click {
    display: none;
  }
  .mobile.open + .menu-toggle.exit-click {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 499;
    pointer-events: none;
    background: rgba(36, 32, 33, 0.5);
    opacity: 0;
    transition: ease opacity 0.3s;
    -moz-backdrop-filter: blur(3px);
    -o-backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  .mobile.open + .menu-toggle.exit-click {
    pointer-events: auto;
    opacity: 1;
  }
  /*============================== Mobile Nav Styles ================================*/
    nav.primary {
        display: none;
    }

    #menu-button {
        width: 74%;
        display: inline-block;
        position: relative;
        z-index: 400;
        /* needs to be lower than nav.mobile, adjust as needed */
        background: #000;
        text-align: right;
        text-align: center;
        padding-right: 0;
    }

    #menu-button a {
        color: #fff;
        text-decoration: none;
        padding: 0 0 0 .8em;
        font-weight: normal;
		font-size: 18px !important;
    }

    nav.mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background: #000;
        z-index: 500;
        /* needs to be higher than #menu-button, adjust as needed */
        overflow: auto;
    }

    /* MENU HEADER SOCIAL MEDIA */
    nav.mobile .social-media {
        position: relative;
        text-decoration: none;
        display: inline-block;
        word-spacing: 13px;
        padding: 0 0 0 15px;
        color: #ccc !important;
    }

    nav.mobile .social-media a:link,
    nav.mobile .social-media a:visited {
        color: #ccc;
        text-decoration: none;
    }

    nav.mobile .social-media a:hover,
    nav.mobile .social-media a:active {
        color: #fff;
        text-decoration: underline;
    }

    /* MENU HEADER STYLES */
    nav.mobile .mobile_top {
        position: relative;
        display: block;
        padding: 0;
        margin: 50px 0 10px 0;
        color: #999;
        font-weight: 400;
    }

    /* MENU CLOSE 'X' BUTTON */
    nav.mobile .menu-toggle {
        position: absolute;
        padding: 3px 8px 3px;
        font-weight: bold;
        background: #222;
        color: #999;
        text-decoration: none;
        top: -38px;
        right: 13px;
    }

    nav.mobile .menu-toggle:hover {
        /* Menu close button on hoveer */
        color: #fff;
    }

    /* MENU LIST STYLE */
    nav.mobile ul {
        list-style: none;
        font-weight: 300;
        margin: 0;
        padding: 0;
    }

    nav.mobile ul li {
        border-top: 1px solid #454545;
        border-bottom: 1px solid #151515;
        position: relative;
    }

    /* FIRST LEVEL */
    nav.mobile ul li a {
            position: relative;
    display: block;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-left: 4px #333 solid;
    text-align: left;
    line-height: 2;
    letter-spacing: 1px;
    }

	nav.mobile ul li a:hover {
        border-left: 4px #ef442c solid;
		
        background: rgba(0,0,0,0.50);
        /* border highlight - Change to fit match site colors */
    }

    /* SECOND LEVEL */
    nav.mobile ul li li:last-child {

    }

    nav.mobile ul li li a {
        background: #222;
        position: relative;
        display: block;
        padding: 10px 10px 10px 20px;
        border-left: 4px #333 solid;
        color: #ccc;
		font-size: 15px;
        text-decoration: none;
    }

    nav.mobile ul li li a:hover {
        background: rgba(0,0,0,0.50);
    }

    /* THIRD LEVEL */
    nav.mobile ul li li li:last-child {
        border: none;
    }

    nav.mobile ul li li li a {
        background: #555;
        position: relative;
        display: block;
        padding: 10px 10px 10px 25px;
        color: #ccc;
        text-decoration: none;
        border-left: 4px #555 solid;
    }

    nav.mobile ul li li li a:hover {
        background: rgba(85, 85, 85, 0.5);
    }

    nav.mobile ul li .click {
   
    }
	
	nav.mobile ul li {
    display: block !important;
}

    .nav-footer {
        color: #1B1B1B;
        position: relative;
        text-align: center;
        padding: 15px 0;
    }

    /* FONT AWESOME ICONS */
    nav.mobile ul li .fa {
        position: absolute;
    display: block;
    line-height: 2;
    cursor: pointer;
    z-index: 12399994;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    padding: 10px;
    }

    nav.mobile ul li .fa-chevron-down {
        color: #ef442c;
    }
}

@media screen and (max-width: 1090px) {
    #menu-button {
        width: 100%;
        text-align: right;
    }
}

@media screen and (max-width:450px) {
    #menu-button {
        width: 100%;
    }
}

/*---BODY--------------------------------*/
.herosurround {
    position: relative;
}

.herosurround .overlaytext {
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.herosurround .overlaytext img {
    width: 747px;
    width: max(255px, 38.90625vw);
}

.herosurround .overlaytext h1 {
    font-weight: normal;
    font-size: 44px;
    font-size: max(23px, 2.29167vw);
    line-height: 52px;
    line-height: max(27px, 2.70833vw);
    color: #fff;
    margin-bottom: 76px;
    margin-bottom: max(40px, 3.95833vw);
}

a.underlinebutton.darkbg {
    color: white;
    background-image: linear-gradient(120deg, #ffffff 0%, #ffffff 100%);
    font-size: 19px;
    font-size: max(12px, 0.98958vw);
}

.herosurround #hero {
    height: 711px;
    height: max(370px, 37.03125vw);
    display: flex;sub
    align-items: center;
    z-index: -1;
    overflow: hidden;
}

.herosurround #hero:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000085;
}

.player{
  width: 100vw;
  height: 100vh;
}
    
.player iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .player iframe {
    height: 56.25vw;
  }
}
    
@media (max-aspect-ratio: 16/9) {
  .player iframe {
    width: 177.78vh;
  }
}
	
#hero {
    height: 1582px;
    height: max(824px, 82.39583vw);
    position: relative
}

div#hero video,
div#hero img {
    width: 100%;
}

div#hero img {
    height: 100%;
}

div#hero video,
div#hero img {
    object-fit: cover
}

div#hero button {
    bottom: 36px;
    bottom: max(19px, 1.875vw);
    right: 36px;
    right: max(19px, 1.875vw);
    z-index: 600;
    border: none;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    padding: 18px;
    padding: max(9px, 0.9375vw);
    outline: 0;
}

div#hero button:hover {
    background: #055650 !important;
    transition: all .3s ease;
    cursor: pointer
}

.herosurround {
    background: rgb(0 0 0 / 65%);
}



@media screen and (max-width:767px) {
    div#hero button {
        bottom: 10px;
        right: 10px;
        display: none
    }

    #hero {
        height: auto
    }
}

  div#hero video::-internal-media-controls-download-button {
    display: none
}

  div#hero video::-webkit-media-controls-enclosure {
    overflow: hidden
}

  div#hero video::-webkit-media-controls-panel {
    width: calc(100% + 53px);
    width: calc(100% + max(28px, 2.76042vw))
}

div#hero button:hover {
    background: #055650 !important;
    transition: all .3s ease;
    cursor: pointer
}

@media screen and (max-width:767px) {
    div#hero button {
        bottom: 10px;
        right: 10px;
        display: none
    }

    #hero {
        height: auto
    }
}

header {
    background: black;
}

header .topheader {
    border-bottom: #afafaf solid 0.5px;
}

header .topheader .contactInfo {
    display: flex;
    justify-content: flex-end;
    margin-right: 39px;
    margin-right: max(20px, 2.03125vw);
}

.contactInfo .contactsnip {
    padding: 16px 16px;
    padding: max(8px, 0.83333vw) max(8px, 0.83333vw);
}

footer .contactsnip * {
    color: #fff !important;
	opacity: .6;
	transition: .3s all;
}

footer .contactsnip *:hover {
	opacity: 1;
}

header .topheader .contactInfo .contactsnip {
    border-right: 1px solid #afafaf;
}

.contactInfo .contactsnip a {
    font-size: 20px;
    font-size: max(12px, 1.04167vw);
}

header .bottomheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 44px 62px;
    padding: max(23px, 2.29167vw) max(32px, 3.22917vw);
}

header .bottomheader>div {
}

header .bottomheader .leftheader a img {
    width: 267px;
    width: max(139px, 13.90625vw);
}

header .bottomheader .middleheader {
    display: flex;
    justify-content: space-around;
}

header .bottomheader .middleheader .primary {
    width: 100%;
}

header .bottomheader .middleheader nav.primary ul {

}

header .bottomheader .rightheader {
    text-align: right;
}

.slider {
    margin: 4vw auto !important;
}

main .intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 130px 100px 110px;
    padding: 5.20833vw 6.77083vw 5.20833vw 5.72917vw;
}

main .intro .leftimg {
    position: relative;
}

main .intro .leftimg .topimg {
    /* position: absolute; */
    width: 690px;
    width: max(180px, 35.9375vw);
}

main .intro .leftimg .bgimg {
    z-index: 1;
    right: -140px;
    right: min(-36px, -7.29167vw);
    position: absolute;
    top: 60px;
    top: max(16px, 3.125vw);
    width: 400px;
    width: max(104px, 20.83333vw);
    background: #F6F6F6;
    padding: 17px;
    padding: max(4px, 0.88542vw);
    border-radius: 33px;
    border-radius: max(9px, 1.71875vw);
}

.leftimg img.bg {
    position: absolute;
    bottom: 60px;
    bottom: 3.125vw;
    right: -90px;
    right: -4.6875vw;
    width: 420px;
    width: 21.875vw;
    z-index: -2;
}


main .intro .rightimg {
    position: relative;
}

main .intro .rightimg .topimg {
    width: 690px;
    width: max(180px, 35.9375vw);
}

main .intro .rightimg .bgimg {
    z-index: 1;
    left: -140px;
    left: min(-36px, -7.29167vw);
    position: absolute;

	    bottom: 60px;
    bottom: 3.125vw;
    width: 400px;
    width: max(104px, 20.83333vw);
    background: #F6F6F6;
    padding: 17px;
    padding: max(4px, 0.88542vw);
    border-radius: 33px;
    border-radius: max(9px, 1.71875vw);
}

.rightimg img.bg {
    position: absolute;
    top: 60px;
    top: max(16px, 3.125vw);
    left: -90px;
    left: -4.6875vw;
    width: 420px;
    width: 21.875vw;
    z-index: -2;
}


main .intro .rightext h2 {
    font-weight: bold;
    font-size: 46px;
    font-size: max(24px, 2.39583vw);
    line-height: 55px;
    line-height: max(29px, 2.86458vw);
    color: #000;
    padding-bottom: 45px;
    padding-bottom: max(23px, 2.34375vw);
    width: 710px;
    width: max(370px, 36.97917vw);
}



main .intro .rightext p {
    width: 770px;
    width: max(401px, 40.10417vw);
}

main .statement {
    padding: 100px 200px;
    padding: 5.20833vw 10.41667vw;
    text-align: center;
}

main .statement h2 {
    font-weight: normal;
    font-size: 60px;
    font-size: max(31px, 3.125vw);
    line-height: 64px;
    line-height: max(33px, 3.33333vw);
    color: #000;
    padding-bottom: 30px;
    padding-bottom: max(16px, 1.5625vw);
}

main .brandcards {display: grid;grid-template-columns: repeat(4, 1fr);gap: 10px;grid-auto-rows: minmax(100px, auto);text-align: center;width: 90%;justify-items: center;margin: 0 auto;}

.page-wid .brandcards{width: 100% !important;}

main .brandcards .brand-column {width: 100%;}

main .allmanus {padding: 100px 100px;
    padding: max(52px, 5.20833vw) max(52px, 5.20833vw);
    text-align: center;
}

main .allmanus .underlinebutton {
    font-weight: normal;
    font-size: 28px;
    font-size: max(15px, 1.45833vw);
    letter-spacing: 0.1em;
    line-height: 47px;
    line-height: max(24px, 2.44792vw);
    color: #000;
    text-transform: uppercase;
}


.cat-man {background: linear-gradient(0deg, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.65) 100%),url("/siteart/closeups/cat.jpg") no-repeat;background-size:cover;}
.case-man {background: linear-gradient(0deg, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.65) 100%),url("/siteart/closeups/case.jpg") no-repeat;background-size:cover;}
.kubota-man {background: linear-gradient(0deg, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.65) 100%),url("/siteart/closeups/kubota.jpg") no-repeat;background-size:cover;}
.nh-man {background: linear-gradient(0deg, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.65) 100%),url("/siteart/closeups/nh.jpg") no-repeat;background-size:cover;}
.bobcat-man {background: linear-gradient(0deg, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.65) 100%),url("/siteart/closeups/bobcat.jpg") no-repeat;background-size:cover;}
.gehl-man {background: linear-gradient(0deg, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.65) 100%),url("/siteart/closeups/gehl.jpg") no-repeat;background-size:cover;}
.jcb-man {background: linear-gradient(0deg, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.65) 100%),url("/siteart/closeups/jcb.jpg") no-repeat;background-size:cover;}
.jd-man {background: linear-gradient(0deg, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.65) 100%),url("/siteart/closeups/jd.jpg") no-repeat;background-size:cover;}

.logosstuff {width: 100% !important;}

.logosstuff .slick-slide {opacity: 1 !important;}

.logosstuff .slick-slide div {margin: 10px !important;}

main .prostatement {
    text-align: center;
    padding: 100px 400px 150px;
    padding: 5.20833vw 20.83333vw 7.8125vw;
    background: black;
}

main .prostatement h3 {
    font-weight: normal;
    font-size: 44px;
    font-size: max(23px, 2.29167vw);
    line-height: 59px;
    line-height: max(31px, 3.07292vw);
    color: #fff;
}

main .dealerslist {
    background: linear-gradient(rgb(0 0 0 / 85%), rgb(0 0 0 / 85%)), url(/siteart/dealerbg.png);
    padding: 90px 80px 90px;
    padding: 4.6875vw 4.16667vw 4.6875vw;
    position: relative;
}

main .dealerslist:after {
    /* content: ''; */
    width: 100%;
    height: 100%;
    position: absolute;
    background: black;
}

main .dealerslist .toppart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

main .dealerslist .toppart .leftpart h4 {
    font-weight: normal;
    font-size: 37px;
    font-size: max(19px, 1.92708vw);
    line-height: 37px;
    line-height: max(19px, 1.92708vw);
    color: #fff;
}

main .dealerslist .bottompart {
    margin-top: 90px;
    margin-top: max(47px, 4.6875vw);
    display: flex;
    justify-content: space-between;
    align-items: center;
	gap: 40px;
}

main .dealerslist .bottompart a img {
    height: max(39px, 3.90625vw);
	filter: brightness(0) invert(1);
}

main .contactus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 90px 0;
    padding: 4.6875vw 0 3.64583vw 0;
	width: 90%;
	margin: 0 auto;
    position: relative;
}

main .contactus .contactleft {
    width: 480px;
    width: max(250px, 25vw);
}

main .contactus .contactleft h5, .contactthird h1 {
    font-weight: normal !important;
    font-size: 22px !important;
    font-size: max(14px, 1.14583vw) !important;
    letter-spacing: 0.1em !important;
    line-height: 37px !important;
    line-height: max(22px, 1.92708vw) !important;
    display: flex !important;
    color: #000 !important;
    flex-direction: column !important;
}

main .contactus .contactleft h5 span, .contactthird h1 span {
    font-weight: normal;
    font-size: 67px;
    font-size: max(35px, 3.48958vw);
    line-height: 59px;
    line-height: max(31px, 3.07292vw);
    font-weight: bold;
    color: #000;
    margin-left: -7px;
    margin-left: min(-4px, -0.36458vw);
}

main .contactus .contactleft p, .contactthird p {
    font-weight: normal !important;
    font-size: 26px !important;
    font-size: max(16px, 1.35417vw) !important;
    line-height: 33px !important;
    line-height: max(17px, 1.71875vw) !important;
    color: #000 !important;
    padding: 30px 0 50px !important;
    padding: max(16px, 1.5625vw) 0 max(26px, 2.60417vw) !important;
}

main .contactus .contactleft .twolinks, .contactthird .twolinks {
    display: flex;
    flex-direction: column;
}

main .contactus .contactleft .twolinks a, .contactthird .twolinks a {
    font-weight: 100;
    font-size: 26px;
    font-size: max(16px, 1.35417vw);
    line-height: 33px;
    line-height: max(22px, 1.71875vw);
    color: #000;
    margin: 8px 0;
    margin: max(4px, 0.41667vw) 0;
}

main .contactus .contactleft .twolinks a .fa-solid, .contactthird .twolinks a .fa-solid {
    color: #DC4726;
}

.contactright .bg,.about-third .bg {
    position: absolute;
    bottom: 45px;
    bottom: max(23px, 2.34375vw);
    right: 28px;
    right: max(15px, 1.45833vw);
    z-index: -1;
    width: 430px;
    width: max(224px, 22.39583vw) !important;
}

main .contactus .contactright img,.about-third img {
    width: max(330px, 42.1875vw);
}

.surroundfooter footer .leftstuff .footsec h6 {
    color: #dc4726;
    text-transform: uppercase;
}

.surroundfooter footer .leftstuff .footsec ul li a {
    font-weight: normal;
    font-size: 26px;
    font-size: max(14px, 1vw);
    line-height: 2;
    color: #fff;
}

.surroundfooter footer .leftstuff .footsec ul li a:hover {
	opacity: .5;
}

/*---SUB PAGES--------------------------------*/
.sub-hero {background:linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%),url("/siteart/sub-hero.jpg") no-repeat;background-size:cover;background-position:center;display:flex;
justify-content: center;align-items: center;}
.sub-hero-txt{padding: 8% 0;text-align: center;width:90%;margin: 0 auto;}
.sub-hero-txt h1,.sub-hero-txt p{color: #fff !important; padding: 0 !important;}
.sub-hero-txt h1 {font-size: 48px;text-transform: uppercase;margin-bottom: 10px;}
.gallery-wrap{display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    grid-auto-rows: minmax(100px, auto);
    text-align: center;
	padding: 20px;border: 1px solid #e8e8e8;
}

.gallery-sub {background:linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%),url("/siteart/gallery-hero.jpg") no-repeat;background-size:cover;background-position:center;display:flex;
justify-content: center;align-items: center;background-position: center 34%;}
.sub-hero-txt img {
    max-width: 100%;
    width: 300px;
}
.gallery-wrap h2 {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.gallery-wrap img {max-width: 100%;}
.model-wrap{display: flex;
    gap: 20px;
    align-items: center;}
.model-btn {
    background: #e8e8e8;
    padding: 20px;
    color: #000;
    border-radius: 90px;
    min-width: 200px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.center {text-align: center !important;}
.small-row {
    display: flex;
    gap: 5px;
}
.in-action {
    text-align: center;
	    width: 100%;
    margin: 0 auto;
}

.panel .in-action {
    width: 100%;
}
.arrow-right, .arrow-left {
    margin: 0 10px;transform: translateY(-50%);box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;    z-index: 9;
}

.arrow-left {
        position: absolute;
    top: 50%;
    left: 0;
}

.arrow-right {
    position: absolute;
    right: 0%;
     top: 50%;
}

.gallery-slide .arrow-left,.gallery-slide .arrow-right {
    top: 50%;
	z-index: 9;
}


button.back-image, button.next-image {
        background: #EF442C;
        border: #EF442C;
    color: #fff;
    border-radius: 4px;
    padding: 20px;
    font-size: 22px;
    cursor: pointer;
    transition: .3s all;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.back-image:hover, button.next-image:hover {background: #000;}

.in-action h2{margin-bottom: 20px;}
.product-slider a {
    height: 200px;
    overflow: hidden;
	transition: .3s all;
}
.product-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-slider a:hover {
    opacity: .75;
}

.product-slider .slick-slide{margin: 0px 5px !important;}


.product-slider {
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    display: grid;
}

.panel .center {padding: 50px 0; text-align: center; width: 90%; margin: 0 auto;}

.small-row a {
    height: 100px;
    width: 100%;
}
.small-row img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.product-pg h2{font-size: 32px;font-size:max(24px, 1.5vw);font-weight: 900;text-transform: uppercase;margin-bottom: 20px;}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 50px;
}

.about-vid{margin-bottom: 0 !important;margin-top: 50px;}
.video-container video,.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container video[poster]{
height:100%;
width:100%;
	object-fit: cover;
}

.panel .center{text-align: center;}

.gallery-slide{position: relative;}
/*Accordion*/

.gallery-section,.accordion-header {
	background: #f8f8f8;
    color: #EF442C;
    cursor: pointer;
    padding: 20px;
    font-size: 18px;
    width: 100%;
    text-align: left;
    border: 1px solid #eaeaea;
    outline: none;
    font-family: "expressway", sans-serif;
    transition: 0.4s;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.accordion-header .brand {color:#000 !important;}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .gallery-section:hover {
}

.panel ul.fa-ul {
    padding-inline-start: 0px;
}

/* Style the gallery-section panel. Note: hidden by default */
.panel {
  padding: 0 20px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	margin: 15px 0;
	position: relative;
}

.panel p {
    padding: 10px 0;
}

.gallery-section:after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 28px;
    color: #EF442C;
    font-weight: 600;
    float: right;
}

.gallery-section.active-open:after {
  content: "-";
	 font-size: 28px;
  color: #EF442C;
  float: right;
  margin-left: 5px;/* Unicode character for "minus" sign (-) */
}
/*  scrolling inventory ------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 160px;
    height: max(83px, 8.33333vw);
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 164px;
    height: max(85px, 8.54167vw);
}

/*--------CUSTOM STYLES--------------------*/
#pad-xl {
    padding-top: clamp(70px, 5%, 90px);
    padding-bottom: clamp(70px, 5%, 90px);
}

.page-wid {
	max-width: 1400px;
	margin: 0 auto;
	width: 90%;
}

.notInventory .page-wid h1{
	font-weight: bold;
    font-size: 46px;
    font-size: max(24px, 2.39583vw);
    line-height: 55px;
    line-height: max(29px, 2.86458vw);
    color: #000;
    padding-bottom: 20px;
    padding-bottom: max(20px, 2.34375vw);
	
}



.text-third {
	flex: 2;
}

.about-third {
	    flex: 1;
    position: relative;
}

.about-third img {
	max-width: 100%;
}

.flex-container.flex-contact {
	display: flex;
	gap: 60px;
}

.contactthird,.contact-form {
	flex: 1;
	
}


.provider-wrap {
    display: grid;
   grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    grid-auto-rows: minmax(100px, auto);
    text-align: center;
    margin-top: 40px;
}

.provide-info {
    width: 90%;
    margin: 15px auto 0 auto;
}

.provide-info p {
    font-size: 18px !important;
    line-height: 1.25 !Important;
}

.provide-info strong {
    font-size: 18px;
    display: block;margin-bottom: 10px;
}
.provide-info ul {padding-top: 10px;}
.provide-info ul li {
    display: block;
    list-style: !important;
    list-style: disc !important;
    color: #000;
    text-transform: UPPERCASE;
}
a.provider {
    padding: 20px;
	transition: .3s ease !important;
    border: 1px solid #f8f8f8;
}

a.provider:hover{box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;}
.provide-logo {height: 120px;overflow: hidden;}
.provide-logo img {
   width: 100%;height:100%;object-fit: contain
}
/*-------- FOOTER STYLES ----------------*/
.surroundfooter .brands a {
    display: flex !important;
    align-items: center;
}



.surroundfooter img[src*='crops.png'] {
    position: absolute;
    top: 160px;
    top: max(83px, 8.33333vw);
    top: 90px;
    top: max(47px, 4.6875vw);
    z-index: -1;
    right: -213px;
    right: min(-111px, -11.09375vw);
    right: -120px;
    right: min(-63px, -6.25vw);
}

.surroundfooter footer .leftstuff {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.surroundfooter footer .footsec {
    /* padding-right: 196px; */
}

.surroundfooter footer .footsec ul {
    margin-top: 32px;
    margin-top: max(17px, 1.66667vw);
    margin-top: 18px;
    margin-top: max(9px, 0.9375vw);
}

.surroundfooter footer .footsec a,
.surroundfooter footer .footsec li {
    font-weight: 400;
    text-transform: uppercase;
}

.surroundfooter footer .twocolumns {
    display: flex;
}

.surroundfooter footer .twocolumns ul:first-of-type {
    column-count: 2;
    padding-right: 124px;
    padding-right: max(65px, 6.45833vw);
    padding-right: 70px;
    padding-right: max(36px, 3.64583vw);
    column-gap: 53px;
    column-gap: max(28px, 2.76042vw);
    column-gap: 30px;
    column-gap: max(16px, 1.5625vw);
}

.surroundfooter footer {
    background: #000000;
    color: #f2f2f2;
    padding: 124px 231px;
    padding: max(65px, 6.45833vw) max(120px, 12.03125vw);
    padding: 45px 55px 100px;
    padding: max(23px, 2.34375vw) max(29px, 2.86458vw) max(52px, 5.20833vw);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.surroundfooter footer a {
    color: #f2f2f2 !important;
}

.surroundfooter footer>a {
    width: 551px;
    width: max(287px, 28.69792vw);
    width: 310px;
    width: max(161px, 16.14583vw);
}

@media screen and (max-width: 1495px) {
    .surroundfooter footer .footsec {
        padding-right: 110px;
        padding-right: 85.6511px;
    }

    .surroundfooter footer .footsec ul {
        margin-top: 18px;
        margin-top: 14.0156px;
    }

    .surroundfooter footer .twocolumns ul:first-of-type {
        padding-right: 70px;
        padding-right: 54.5052px;
        column-gap: 30px;
        column-gap: 23.3594px;
    }

    .surroundfooter footer {
        padding-top: 54.5052px;
        padding-bottom: 54.5052px;
    }

    .surroundfooter footer>a {
        width: 310px;
        width: 241.3802px;
        margin: 25px 0 0;
    }
}

@media screen and (max-width: 1350px) {
	.provider-wrap {
    display: grid;
   grid-template-columns: repeat(3, 1fr);
	}
	    nav.primary ul li a {
        padding: 0 10px;
        font-size: 15px;
    }
}
@media screen and (max-width: 1220px) {
	main .brandcards {display: grid;grid-template-columns: repeat(3, 1fr);}
}
@media screen and (max-width: 1150px) {
    .surroundfooter a:not([class*=panel-heading]):not([class*=panel-heading]*):not(.linkException):not(.linkException*) {
        padding: 2px 2px 0;
        padding: 1.0938px 1.0938px 0;
    }
    nav.primary ul {
        gap: 10px !important;justify-content: center !important;}
	nav.primary ul li a {padding: 0 !important;}
    .surroundfooter footer {
        flex-direction: column;
        align-items: center;
    }

    .surroundfooter img[src*='crops.png'] {
        top: 90px;
        top: 49.2188px;
        right: -120px;
        right: -65.625px;
    }
	.product-slider {
		grid-template-columns: repeat(4, 1fr);}

}

@media screen and (max-width: 875px) {
    .surroundfooter footer .footsec {
        padding: 0;
    }

    .surroundfooter footer .footsec:nth-of-type(2) {
        padding: 0 50px;
    }

    .surroundfooter footer .footsec:last-of-type {
        padding-right: 0;
    }

    .surroundfooter footer .twocolumns {
        flex-direction: column;
    }

    .surroundfooter footer .twocolumns ul:first-of-type {
        padding-right: 0;
    }
	
	.provider-wrap {
    display: grid;
   grid-template-columns: repeat(2, 1fr);
	}
	
	
}

@media only screen and (max-width: 550px) {
    .surroundfooter footer .leftstuff {
        flex-direction: column;
    }

    .surroundfooter footer .footsec {
        padding: 20px 0 !important;
    }
}

@media only screen and (max-width: 450px) {
    .surroundfooter footer * {
        text-align: center;
    }

    .surroundfooter footer .leftstuff {
        flex-direction: column;
    }

    .surroundfooter footer .footsec {
        padding: 20px 0 !important;
    }

    .surroundfooter footer .twocolumns ul {
        column-count: 1 !important;
    }
	
	
}

.surroundfooter a.footerlink:link,
.surroundfooter a.footerlink:visited,
.surroundfooter a.footerlink:active {
    text-decoration: underline;
}

.surroundfooter a.footerlink:hover {
    text-decoration: none;
}

.surroundfooter .footertext {
    color: #999999;
}

.surroundfooter .smallfootertext {
    color: #999999;
}

.surroundfooter .divfooter {
    max-width: 800px;
    max-width: max(417px, 41.66667vw);
    text-align: center;
    margin: 0 auto;
}



/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 767px) {
    .invpage footer {
        margin-bottom: 85px !important;
    }
	
		main .brandcards {
		grid-template-columns: repeat(2, 1fr);
	}
	
		.product-slider {
		grid-template-columns: repeat(3, 1fr);}
}
/* ACCORDION */
.accordion {
    display: block;
    position: relative;
    margin-bottom: 18px;
    margin-bottom: max(9px, 0.9375vw);
    color: #666;
    border: 1px #eee solid;
    border-radius: 9px;
    border-radius: max(5px, 0.46875vw);
    transition: all .2s ease-in-out;
}

.accordion:hover {
    border: 1px #ccc solid;
}

.accordion .accordion-header {
    display: flex;
    align-items: center;
    padding: 27px 36px 27px 44px;
    padding: max(14px, 1.40625vw) max(19px, 1.875vw) max(14px, 1.40625vw) max(23px, 2.29167vw);
    font-weight: 700;
    border-radius: 9px;
    border-radius: max(5px, 0.46875vw);
    cursor: pointer; box-sizing: border-box;
}

.accordion .accordion-header:after {
    font-weight: 900;
    content: "\f067";
    margin-left: auto;
    color: #ddd;    font-family: 'Font Awesome 5 Free' !important;
}

.accordion .accordion-content {
    display: none;
    padding: 44px;
    padding: max(23px, 2.29167vw);
	background: #f8f8f8;
	border: 1px solid #eaeaea;
	border-top: none
}

.accordion.active:hover {
    border: 1px #eee solid;
}

.accordion.active .accordion-header {border-bottom: 1px solid transparent;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}

.accordion.active .accordion-header:after {
    content: "\f068";
    color: #999;
}
/* BRAND CARDS  */
.brand-column {
    flex-direction: column;
    overflow: hidden;
    border-radius: 10px;
	transition: .3s all !important;
}

.brand-img {overflow: hidden;height: 300px;padding: 0 !important;}


.brand-column img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}
.manu-wrap {
    padding: 15px 0;
    background: #f8f8f8;
    border: 1px solid #eaeaea;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.manu-wrap h3 {color: #000;text-transform: uppercase;font-size: 24px;font-weight:900;}
.manu-wrap h3 span {font-weight: 400; display: block; font-size: 15px; letter-spacing: 1px;}

.brand-column:hover {
    filter: brightness(1.05);
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.logosstuff {
	margin: 20px 0 !important;	
}
	
a.manu {
   padding: 20px 0;
}
.manu img {
    width: 100%;
	max-width: 200px;
	margin: 0 auto;
}

.brand-img img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}

/* SLIDER STYLES  
.logosstuff {
    margin-top: -200px;
    margin-top: min(-104px, -10.41667vw);
    margin-top: min(-115px, -200px);
    margin-top: min(min(-60px, -5.98958vw), min(-104px, -10.41667vw));
    z-index: 2
}

.center.slider,
.center.slider * {
    opacity: 1 !important
}

.center .slick-list .slick-track .slick-slide{text-align: center;}

.center .slick-list .slick-track {
    display: flex;
    align-items: center;
    justify-content: center
}

.center .slick-list .slick-track .slick-slide {
    /* border-right: .2px solid #d7040033; 
    padding: 0 55px;
    padding: 0 max(29px, 2.86458vw);
}

.center .slick-list .slick-track .slick-slide:last-of-type {
    border: none
}

.center .slick-list .slick-track .slick-slide,
.center .slick-list .slick-track .slick-slide * {
    height: 200px;
    height: max(104px, 10.41667vw);
    object-fit: contain;
    background: #fff;
    max-height: 70px;
    max-height: max(36px, 3.64583vw);
    width: 180px;
    width: max(94px, 9.375vw);
}

.center .slick-list .slick-track .slick-slide div a {
    width: 180px;
    width: max(94px, 9.375vw);
    width: max(103px, 180px);
    width: max(max(54px, 5.36458vw), max(94px, 9.375vw));
    object-position: center;
}

a.bigger img {
    max-height: 100px !important;
    max-height: max(52px, 5.20833vw) !important;
}

@media only screen and (min-width:1501px) {
    .center .slick-list .slick-track .slick-slide {
        /* width: 180px !important; */
        /* width: max(103px, 180px) !important; 
    }
}

@media only screen and (max-width:1500px) {
    .center .slick-list .slick-track .slick-slide {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .center .slick-list .slick-track {
        display: block
    }
}
*/
/* CTA Styles  */
.doublecta {
    background: 0 0;
    display: flex;
    justify-content: flex-start;
    transition: all ease .25s;
    margin-left: -8px;
    margin-left: min(-4px, -0.41667vw);
}

.doublecta:hover {
    /* filter: drop-shadow(0 0 23px rgba(0, 0, 0, .45)); */
}

.doublecta .cta {
    /* padding: 20px 107px; */
    padding: 20px, 20px) 62px, 73px) 12px, 20px);
    padding: max(10px, 1.04167vw), max(10px, 1.04167vw)) max(32px, 3.22917vw), max(38px, 3.80208vw)) max(6px, 0.625vw), max(10px, 1.04167vw));
}

.doublecta .cta:last-of-type {
    background: #000;
    margin-left: 28px;
    margin-left: max(15px, 1.45833vw);
}

.doublecta .cta:first-of-type:hover {
    /* background: #fff; */
}

.doublecta .cta:last-of-type:hover {
    /* background: #fff; */
}



@media only screen and (max-width:1260px) {

	header .leftheader,header .bottomheader .rightheader {flex:1;}
	
	header .bottomheader .middleheader {flex: 2;}
}
@media only screen and (max-width:1200px) {
	.flex-container.flex-contact {
		flex-wrap: wrap;
	}
	
	.contactthird, .contact-form {
		flex-basis: 100%;
	}
	

	.dealerslist .bottompart {
    flex-wrap: wrap;
		gap: 30px;
}
	
	.dealerslist .bottompart a {}
	
}




@media screen and (max-width: 1000px) {
    main .intro {
        flex-direction: column-reverse;
    }
	
	.second-intro .rightext {
    order: 1 !important;
    padding-bottom: 30px !important;
	}

    main .intro .leftimg {
        margin-top: 8vw;
    }

    main .intro .rightext,
    main .intro .rightext * {
        width: 100% !important;
        margin: 0;
        box-sizing: border-box;
    }

    main .intro .rightext .doublecta .cta {
        margin-bottom: 10px !important;
    }
	main .intro .rightext span.brand img {
    width: auto !important;
	}
span.brand {
    display: inline !important;
	}

    .doublecta {
        /* margin: 0 auto !important; */
    }

	
}

@media screen and (max-width: 1090px) {
  .rightheader {
        display: none;
    }
	
}
	
@media screen and (max-width: 767px) {
	    .doublecta {
        flex-direction: column;
        width: 100%;
        text-align: center;
			gap: 20px;
        padding-top: 0;
        margin-top: 0;
        margin: 0 auto;
    }

    .doublecta * {
        margin: 0 !important
    }
	
	.provider-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
	
    .middleheader {
        /* width: auto; */
        display: flex;
        justify-content: flex-end;
    }

	.contactus .contactleft .social-flex {justify-content: center}

    footer ul li {
        margin-bottom: 11px;
    }

    .herosurround .overlaytext {
        padding: 0 20px;
        box-sizing: border-box;
    }


    main .dealerslist,
    main .dealerslist * {
        text-align: center;
        flex-direction: column;
    }

    main .dealerslist .toppart {
        flex-direction: column;
    }

    main .dealerslist .toppart .leftpart {
        margin-bottom: 24px;
    }

    main .dealerslist .bottompart a {
        margin-bottom: 20px;
    }

    main .contactus {
        flex-direction: column;
    }

    main .contactus,
    main .contactus * {
        text-align: center;
    }

    main .contactus .contactright {
        margin-top: 3vw;
    }

    .contactright .bg {
        display: none;
    }

    .surroundfooter footer .leftstuff {
        flex-direction: column;
    }

    .surroundfooter footer .leftstuff,
    .surroundfooter footer .leftstuff * {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        max-width: 380px;
        column-count: 1 !important;
        column-gap: 0 !important;
    }

    .surroundfooter footer .footsec {
        margin-bottom: 40px;
    }

    .surroundfooter footer .footsec:last-of-type {
        width: 90px;
        margin: 0 auto;
    }
	

	
		main .dealerslist .bottompart {flex-wrap:wrap !important;gap: 40px;}
	.dealerlist a {flex-basis: 100% !important;text-align: center;}
	
	main .dealerslist .bottompart a img {
    height: auto;
    max-width: 100%;
    width: 250px;
}
}

@media screen and (max-width: 600px) {
	.logosstuff .slick-slide {display:inline-block !important;}
    .center .slick-list .slick-track .slick-slide {
        display: flex;
        justify-content: center
    }
	.slick-slide div {
    margin: 0 auto !important;
}
		a.manu {
    padding: 20px 0;
    height: 100px;
	}
}

@media screen and (max-width: 500px) {
    main .brandcards .brand-column {
        width: 100%;
    }
	main .brandcards {
		
    grid-template-columns: repeat(1, 1fr);
	}
	
	main .contactus {padding: 50px 0;}
	main .contactus .contactright img {
		max-width: 100% !important;
	}
	.slick-dots {bottom: -70px !important;}
	main .prostatement,main .dealerslist {padding: 50px 20px;}
	
	.gallery-section {font-size: 16px;}

	
	.logosstuff .slick-slide div {
    margin: 0 !important;
}
	.in-action {
    padding-bottom: 70px;
}
	
	.gallery-slide .arrow-left, .gallery-slide .arrow-right {
       bottom: -35px;
    z-index: 9;
    top: unset;
}
	
	.arrow-left,.arrow-right { bottom: 0px;
    z-index: 9;
    top: unset;}
		.product-slider {
		grid-template-columns: repeat(2, 1fr);}
	.accordion .accordion-header {
    font-size: 15px !important;
}
	.accordion-header {
    flex-wrap: wrap;
}
}

@media screen and (max-width: 400px) {
	main .allmanus{padding: 50px 0;}
		.product-slider {
		grid-template-columns: repeat(1, 1fr);}
}