﻿/***** 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;
}
html{overflow-x: hidden;scroll-behavior: smooth;}
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 {font-family: "Barlow", sans-serif !important;}
h1,h2,h3,h4,h5,h6{font-family: "Barlow Condensed", sans-serif !important;}
p {font-family: "Barlow", sans-serif !important;font-size: 16px !important;line-height: 1.5 !important;}
a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}
hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; position: relative;}
.top-header {padding: 20px 0;}
.flex-head {justify-content: space-between;align-items: center;}
.logo img {max-width: 100%;width: 350px;}
.contact-opt {gap: 30px;align-items: center;}
.contact-opt a {text-transform: uppercase;color: #000;font-weight: 500;letter-spacing: 1px;font-size: 18px;font-family: "Barlow Condensed", sans-serif !important;}
.contact-opt a i {height: 20px;width: 20px;display: inline-flex;border: 3px solid #bb3229;border-radius: 90px;display: inline-flex;align-items: center;justify-content: center;padding: 5px;box-sizing: content-box;transition:.3s all;}
.nav-bar {background: #f7f7f7;}
.nav-bar .wid90 {display: flex;align-items: center;justify-content: space-between;}
.contact-opt a:hover i{background:#bb3229;color: #fff; }
.social-head a {font-size: 18px; padding-right: 10px;}
.top-header .black-btn{padding: 15px 20px;font-size: 18px;}
/*---BODY--------------------------------*/
.page-wid {max-width: 1300px;margin: 0 auto;}
.relative {position:relative;}
#pad-xl {padding-top: clamp(50px, 5%, 90px) !important;padding-bottom: clamp(50px, 5%, 90px) !important;}

.pad-l {padding-top: clamp(20px, 3%, 40px) !important;padding-bottom: clamp(20px, 3%, 40px) !important;}
.wid90{width: 90%;margin:0 auto;}
.flex-container {display: flex;}
.grid-container {display: grid;}
.center {text-align: center;}
.red-icon {color: #bb3229;}
#pad-50 {padding: 50px 0 !important;}
.off-white{background: #f6f6f7;}
.hero {    min-height: 450px !important;overflow: hidden; display: flex;justify-content: flex-start;align-items: center;height: 50vh;}
.hero-txt {color: #fff;max-width: 50%;margin-left: 5%;position: absolute;}
.hero-txt h1 {text-transform: uppercase;font-size: 48px;text-shadow: 2px 4px 3px rgba(0,0,0,0.3);}
.hero-txt h1 span {display: block;text-transform: none;font-size: 28px;font-weight: 600;letter-spacing: 1px;}
.hero-txt p {text-shadow: 2px 4px 3px rgba(0,0,0,0.3);}
.hero-slide{position: relative !important;z-index: -1;top: 0;bottom: 0;left: 0;right: 0;height: 10;height: 100%;width: 100%;object-fit: cover;object-position: center center ! important;background-color: #000 !important;}
.slide {height: 50vh !important;min-height: 450px !important; object-position: center center ! important; display: flex; justify-content: center; align-items: center;}
.hero-slide img {opacity: .5;width: 100%;height: 100%;object-fit: cover;object-position: center center !important;}
.hero-search {position: absolute; bottom: 0;padding: 30px 0;background: rgba(255,255,255,0.70);width: 50%;}
.search-bar {margin: 0 10%;background: #fff;display: flex;display: flex;border-radius: 5px;overflow: hidden;}
.search-bar input {padding: 10px;}
.search-bar input {padding: 10px;font-family: "Barlow", sans-serif !important;font-size: 16px !important;line-height: 1.5;letter-spacing: 1px;width: 100%;box-sizing: border-box;border: none;}
button.search-btn {border: none;background: #fff;color:#bb3229;font-size: 18px;padding: 0 10px;cursor: pointer;}
.page-wid h1 {font-size: 36px;margin-bottom: 10px;}
.contact-pg { flex-direction: row;gap: 5rem;align-items: baseline}
.half-page {flex-basis: 50%;}
.grid-contacts {grid-template-columns: repeat(2, 1fr);gap: 30px;}
.grid-box h3 {text-transform: uppercase;display: block;margin: 5px 0;font-weight: 600;letter-spacing: 1px;font-size: 18px;}
.grid-box a {color: #000;transition: .3s all;}
.grid-box i {height: 20px;width: 20px;display: flex;border: 3px solid #bb3229;background:#bb3229;color: #FFF;border-radius: 90px;align-items: center;justify-content: center;padding: 5px;box-sizing: content-box;transition: .3s all;}
.contact-pg:before {content: "";border: 1px solid #e8e8e8;align-self: stretch;}
.info-half {order: -1;}
#myBtn {font-family: graphie, sans-serif !important;color: inherit;border: none;font: inherit;cursor: pointer;outline: inherit;position: fixed;bottom: 16px;left: 16px;width: 48px;height: 48px;background: rgba(242, 242, 242, 0.8);transition: background 0.3s ease-out 100ms;border-radius: 48px;padding: 12px;display: none;}
#myBtn:hover {background-color: #555;}
/*---HERO---*/

.custombanner {background: #bb3229 !important;text-align: center;color: #fff;padding: 15px 0;width: 100%;display: inline-block;font-weight: 600;letter-spacing: 1px;transition: .3s all;margin-top: 10px;cursor: default;}

.custombanner h2 {width: 90%;margin: 0 auto;text-transform: uppercase;line-height:1.75;display:block;font-size: 32px !important;font-family: "Barlow Condensed", sans-serif !important;}


@media only screen and (max-width: 970px) {  
.custombanner > p {font-size: 18px !important;}    
.cbanwrap {display: block;}   
.custombanner {width: auto; display: block;}    
    
}
/*---HOME PAGE---*/
.grid-cat {gap: 15px;padding: 50px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); }


.slick-initialized.grid-cat {
  display: block;}

.grid-cat.slick-initialized .slick-track {
  display: flex;
  gap: 12px;}

.cat {flex:1;position:relative;background: rgb(0 0 0 / 3%);padding: 10px;border: 1px solid rgb(191 191 191 / 40%);text-align: center;}
.cat:after,.equipment-cat:after {content: '';width: 0;height: 0;border-style: solid;border-width: 0 30px 30px 0;border-color: transparent #bb3229 transparent transparent;right: 0;top: 0;position: absolute;}
.cat img {max-width: 100%;display: inline-block !important;margin: 0 auto;width: 100px;max-width: 100%;}
.cat h2 {text-transform: uppercase;font-size: 22px !important;letter-spacing: 1px;margin-bottom: 0 !important:}
.link-wrap {width: 75%;margin: 0 auto;display: flex; gap: 15px;justify-content: center;padding: 10px 0;}
.link-wrap span {font-weight: 900;color: #bb3229;}
.link-wrap a {flex:1;transition:.3s all;font-size: 18px;text-transform: uppercase;font-weight: 600;color: #000;letter-spacing: 1px;}
.link-wrap a:hover {letter-spacing: 2px;font-weight: 700}
.home-txt {padding: 50px 0;}
.flex-home {gap: 10%;align-items: center;}
.home-half, .home-img {flex-basis: 50%;}
.home-img img {width: 100%;max-width: 100%;}
.home-half h1,.manu-section h2,.manu-section h1 {margin-bottom: 15px;text-transform: uppercase;letter-spacing: 1px;font-size: 36px;}
.home-half h1 span,.manu-section h1 span,.manu-section h2 span,.sub-pg h1 span {color: #bb3229;display: block;font-size: 22px;text-transform: none;}
.manu-section h1,.manu-section p {max-width: 950px;margin-left: auto;margin-right: auto;}
.manu-wrap {padding: 40px 0;grid-template-columns: repeat(4, 1fr);gap: 30px;}
.manu {text-transform: uppercase;color: #000;background: #fff;padding: 30px;box-sizing: border-box;border: 1px solid #eeeeee;transition:.3s all;display: inline-flex;flex-direction: column;justify-content: center;}
.manu:hover {color: #bb3229;box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;}
.manu img {max-width: 250px;width: 100%;}
.equipment-wrap {padding: 40px 0 0;grid-template-columns: repeat(6, 1fr);gap: 15px;}
.equipment-cat {position: relative;background: rgb(0 0 0 / 3%);border: 1px solid rgb(191 191 191 / 40%);text-align: center;position:relative;padding: 15px;box-sizing: border-box;transition:.3s all;}
.equipment-cat:hover {box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;}
.equipment-cat:hover h2 {opacity: 1;}
.equipment-cat img {max-width: 120px;width: 100%;}
.equipment-cat h2 {font-size: 18px !important;color: #000;opacity:.5;transition:.3s all;}
.brand-txt button {width: 100%;max-width: 250px;padding: 15px !important;}
.slide-btns {padding: 0 10px;position: absolute;background: transparent;border: none;font-size: 32px;color: #fff;opacity: .5;transition:.3s all;cursor: pointer;}
.slide-btns:hover {opacity: 1;}
button.next-slide {right: 0;}
button.back-slide {left: 0;}
.manu .button-wrap { justify-content: center; gap: 5px;flex-wrap: wrap;}
.with-buttons a {line-height: 1;font-weight: 500;text-align: center;width: 100%;box-sizing: content-box;font-size: 15px;color: #fff;transition:.3s all;background: #000;padding: 10px;}
.with-buttons a:hover {background:#bb3229;}
.with-buttons:hover {box-shadow: none;color:#000;}

/* toggled inventory search */
.search-is-open i { font-size: 20px; }
.search-is-open i:before { content: "\f00d"; }

#toggled-search-sect-parent { position: absolute; z-index: 1; top: 100%; right: max(calc(3.5% - 28px), 20px, calc(50vw - 1028px)); width: min(100%, 310px); padding: 20px 12px; display: flex; justify-content: center; align-items: center; background: var(--lgray); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
#toggled-search-sect-parent form { display: flex; justify-content: center; align-items: center; }
#toggled-search-sect-parent form input[type="text"] { width: 310px; height: 50px; color: #000; font-family: 'paralucent', sans-serif; font-size: 15px; padding: 8px 20px; box-sizing: border-box; background: #fff; border: 1px solid var(--mgray); outline: none!important; border-radius: 25px; }
#toggled-search-sect-parent form input[type="text"]:focus { border-color: #777; outline: none!important; }
#toggled-search-sect-parent form button[type="submit"] { position: relative; margin-left: -50px; width: 50px; height: 50px; border-radius: 26px; border: none; }
#toggled-search-sect-parent form button[type="submit"]:hover { background: var(--lorange); color: #fff; }
.search-toggler {cursor: pointer;}

/*---rental---*/
.rental-section h2 {font-size: 32px;}
.rental-section .manu-wrap {grid-template-columns: repeat(3, 1fr);gap: 15px;}
.rent-cat{height: 250px;position:relative;color: #fff;background: #fff;box-sizing: border-box;border: 1px solid #eeeeee;transition:.3s all;text-align: center;overflow: hidden;border-radius: 3px;}
.rent-cat:hover .rental-title {background:rgba(0,0,0,.65);}
.rent-cat img {height: 100%; width: 100%; object-fit: cover;}
.rental-title {position:absolute;top: 0;bottom:0;left:0;right:0;height:100%;width:100%;background:rgba(0,0,0,.25);display:flex;justify-content: center;align-items: flex-end;transition:.4s ease;}
.rental-title h4 {text-shadow: 2px 4px 3px rgba(0,0,0,0.3);font-size: 24px;padding-bottom: 30px;}
.rental-title span {text-transform: uppercase;font-size: 16px;display: block;font-weight: 500;}
/*Accordion*/
.flex-container.flex-services {justify-content: space-between;gap: 15px;}

.flex-services .page-head {flex: 1;}

.service-section {flex: 1;}

.accordion {background: #f7f7f7;color: #000;cursor: pointer;padding: 15px 20px;font-size: 20px;width: 100%;text-align: left;border: none;outline: none;font-family: "Barlow Condensed", sans-serif !important;transition: 0.4s;font-weight: 600;display: flex;align-items: center;justify-content: space-between;letter-spacing: 1px;}


.table-faq {border: 1px solid #e8e8e8;}
.table-faq tr th,.table-faq .title {text-transform: uppercase;
    letter-spacing: .5px;
    text-align: left;
    background: #f8f8f8;
    padding: 10px;
    box-sizing: border-box;
	font-weight: 800;border-right: 1px solid #e8e8e8;}

.table-faq td {
    text-align: left;
    padding: 10px;
    box-sizing: border-box;border-right: 1px solid #e8e8e8;}
.table-faq td:nth-of-type(1) {font-weight: 600;}
.table-faq tr {
    border-top: 1px solid #e8e8e8;
}

/* 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, .accordion:hover {
}

.panel ul.fa-ul {
    padding-inline-start: 0px;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 30px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	margin: 10px 0;
}

.panel p {
    padding: 30px 0;
	font-size: 16px;font-weight: 500;
}

.panel a {color:#000;transition:.3s all;text-decoration: underline;}
.panel a:hover {color:#bb3229;}
.accordion:after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 28px;
    color: #bb3229;
    font-weight: 600;
    float: right;
}

.accordion.active:after {
  content: "-";
	 font-size: 28px;
  color:#bb3229;
  float: right;
  margin-left: 5px;/* Unicode character for "minus" sign (-) */
}


.list-accordion {
	list-style:decimal;
	font-weight: bold;
    margin-left: 20px;
}

.list-accordion li,
.bullets-accordion li{
	margin-bottom: 15px;
}

span.normal-type {
	font-weight:normal;
}

.bullets-accordion {
	list-style: initial;
	margin-left: 20px;
}

.flex {
	display: flex;
}

.split.flex {
	gap: 50px;
}


.rent-half h3 {text-transform: uppercase;font-size: 28px;opacity:.40;transition:.3s all;color:#000;letter-spacing: 1px;}
.rent-half h3:hover {opacity:.95;}
/*--------FORM STYLES--------------------*/
.button-wrap {display: flex;gap: 30px;align-items: center;}
button.black-btn {background: #000;border: 1px solid #000;color: #fff;padding: 15px 15px;border-radius: 5px;font-family: "Barlow Condensed", sans-serif !important;text-transform: uppercase;font-size: 16px;font-weight: 600;letter-spacing: 1px;transition:.3s all;cursor: pointer;}
button.black-btn:hover {background: #333;border-color:#333;}
button.red-btn {background: #bb3229;border: 1px solid #bb3229;color: #fff;padding: 15px 15px;border-radius: 5px;font-family: "Barlow Condensed", sans-serif !important;text-transform: uppercase;font-size: 16px;font-weight: 600;letter-spacing: 1px;transition:.3s all;cursor: pointer;}
button.red-btn:hover{background: #83231d;border-color:#83231d;}
button.icon-btn {color:#000;background: transparent;font-size: 16px;letter-spacing: 1px;font-weight: 600;cursor: pointer;transition: .3s all;padding: 15px 0;font-family: "Barlow Condensed", sans-serif !important;border: none;}
button.icon-btn:before {font-family: "Font Awesome 6 Free";margin-right: 2px;font-weight: 900;color:#bb3229;}
button.icon-btn.phone-icon:before {content: '\f095';}
/*-------- FOOTER STYLES ----------------*/
footer{background: #000000;color: #fff;}
footer a {color: #fff !important;}
.foot-col a{transition:.3s all;}
.foot-col a:hover {opacity: .5;}
.top-footer {padding: 20px 0;border-bottom: 1px solid #333;}
.top-footer .wid90 .contact-opt {justify-content: space-between;}
.hours-foot {text-transform: uppercase;color: #fff;font-weight: 500;letter-spacing: 1px;font-size: 18px;font-family: "Barlow Condensed", sans-serif !important; display: flex; flex-direction: row; gap: 6px; align-items: center;}
.hours-foot i {height: 20px;width: 20px;display: inline-flex;border: 3px solid #bb3229;border-radius: 90px;display: inline-flex;align-items: center;justify-content: center;padding: 5px;box-sizing: content-box;transition:.3s all;}
.hours-foot-text{
	display: flex;
	flex-direction: column;
}
.bottom-footer {padding: 40px 0;}
.flex-foot {justify-content: space-between;}
span.foot-title {text-transform: uppercase;color: #fff;font-weight: 600;letter-spacing: 1px;font-size: 16px;font-family: "Barlow Condensed", sans-serif !important;margin-bottom: 10px;display: block;}
.flex-list {display: flex; gap: 30%;}
.foot-col ul li {line-height: 1.75}
.foot-col {flex: 1;}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button,.compare-listings-container .compare-container .button,.ts-button.template-branded-button {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}

.list-top-section .list-title .list-title-text,.faceted-search-content .faceted-section-head .faceted-section-title,.list-content .price-container .price,.ts-button.template-branded-button {text-transform: uppercase !important;font-family: "Barlow Condensed", sans-serif !important;}

.list-content .spec-label, .list-content .dealer-data,.list-content .spec-value,.list-content .listing-description,.list-content .listing-widgets a,.list-top-section .list-sort-order .sort-by-dropdown-container .list-sort-order-select{ font-family: "Barlow", sans-serif !important;}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i,.list-top-section .list-listings-count {color:#bb3229 !important;}
.list-content .list-error-container .info .selected-facet{background-color: transparent !important;border: none !important;}
.list-content .list-error-container .info .selected-facet button {
    padding: 5px !important;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 14px !important;border: none !important;
}
.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a,.ts-button.template-branded-button, .view-all-link {background:#bb3229 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button,.ts-button.template-branded-button{border: solid 2px #bb3229 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover,.ts-button.template-branded-button:hover {background: #fff !important; color: #bb3229 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 2px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title, .listing-prices__retail-price {color: #000 !important;}
 

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 2px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}

/*---------- RESPONSIVE STYLES ----------*/



@media only screen and (max-width:1300px) {
	.contact-opt a,.top-header .black-btn,.hours-foot {font-size: 16px;}
	.contact-opt,.grid-cat,.manu-wrap {gap: 20px;}
	.flex-home {gap: 5%;}
	.cat h2{font-size: 18px !important;}
	.link-wrap {width: 100%;}
}

@media only screen and (max-width:1150px) {
	.contact-opt span span,.top-header .black-btn {display: none;}
	.link-wrap {flex-wrap:wrap;gap: 8px;}
	.link-wrap a {flex-basis: 100%;padding: 8px;background: #333;border-radius: 2px;color: #fff;font-size: 16px !important;}
	.link-wrap span {display: none;}
	.contact-pg {flex-wrap:wrap;gap: 40px;}
	.half-page{flex-basis:100%;}
	.contact-pg:before {width: 100%;}
	.equipment-wrap {grid-template-columns: repeat(3, 1fr);}
}
@media only screen and (max-width:1000px) {
	.home-img {display: none;}
	.home-half {flex-basis: 100%;}
	.hero-search {width: 100%;}
	.search-bar {width: 90%;margin: 0 auto;}
	.hero-txt{max-width: 100% !important;}
	.top-footer .wid90 .contact-opt {flex-wrap:wrap;gap: 30px;}
	.top-footer .wid90 .contact-opt span {flex-basis: 47%;flex-grow: 1;text-align: center;}
	.top-footer .contact-opt span a, .top-footer .contact-opt span {display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 10px;}
	.hero-txt {margin: 0 auto !important;left: 5%;right: 5%;width: 90%;}
	.sub-pg .grid-cat {grid-template-columns: repeat(3, 1fr) !important;}
}
@media only screen and (max-width:890px) {
	.grid-cat {flex-wrap:wrap;}	
}

@media only screen and (max-width: 780px){
	
	.split.flex {
		flex-direction: column;
		gap: 0 !important;
	}
	.manu-wrap {grid-template-columns: repeat(2, 1fr);}
	.sub-pg .grid-cat {grid-template-columns: repeat(2, 1fr) !important;}
}

@media only screen and (max-width: 700px) { 
	
	.hero-txt {padding-bottom: 10%;}
	.hero-txt h1 {font-size: 38px;}
	.hero-txt h1 span{font-size: 24px;}
	.rental-section .manu-wrap {grid-template-columns: repeat(2, 1fr);}
}
@media only screen and (max-width: 630px) { 
	.equipment-wrap {grid-template-columns: repeat(2, 1fr);}	
	.rent-cat {height: auto !important;}
	.rent-cat h3 {height: 22px !important;}
	.grid-cat {    grid-template-columns: repeat(2, 1fr);}
}

@media only screen and (max-width: 600px) { 
	.flex-foot {flex-wrap:wrap;gap: 30px;}
	.foot-col {flex-basis: 100%;}
	.bottom-footer{text-align: center;}
	.flex-list{flex-wrap:wrap;}
	.flex-list span {flex-basis: 100%;}
	.flex-head {gap: 20px;}
	.slide-btns {background: #fff;position:unset !important;font-size: 22px;width: 40px;height: 40px;display:flex;align-items: center;justify-content: center;color:#bb3229}
	.button-hero {display: flex;gap: 2px;position: absolute;top: 0;right: 0;}
	
	/* Force table to not be like tables anymore */
	.table-faq table, .table-faq thead, .table-faq tbody, .table-faq th, .table-faq td, .table-faq tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.table-faq thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.table-faq tr { border: 1px solid #ccc; }
	
	.table-faq td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.table-faq td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	/*Label the date*/
	.table-faq td:nth-of-type(1):before { content: "Item"; }
	.table-faq td:nth-of-type(2):before { content: "Daily (2-Day Minimum)"; }
	.table-faq td:nth-of-type(3):before { content: "Weekly"; }
	.table-faq td:nth-of-type(4):before { content: "Monthly"; }
	.last-col:before { content: "Total" !important; }
	.table-faq .title:before,.table-faq .full-td td:before { content: "" !important; }
	.full-td td {padding-left: 10px;text-align: center;box-sizing: border-box;}

}

@media only screen and (max-width: 500px) {
	.top-footer .contact-opt {flex-wrap:wrap;}
	.top-footer .wid90 .contact-opt span {flex-basis: 100%;}
	.flex-head .contact-opt {gap: 10px;}
	.grid-contacts {grid-template-columns: repeat(1, 1fr);gap:15px;}
	.rental-section .manu-wrap {grid-template-columns: repeat(1, 1fr);}
	
	.sub-pg .grid-cat {grid-template-columns: repeat(1, 1fr) !important;}
}

@media only screen and (max-width: 400px) {
	.manu-wrap {grid-template-columns: repeat(1, 1fr);}
	.hero {height: 50vh;}
	.hero-txt {padding-bottom: 20%;}
	.flex-head {flex-wrap:wrap;justify-content: center;gap: 15px;}
	.logo,.flex-head .contact-opt {flex-basis: 100%;justify-content: center;}
	.panel {padding: 0 15px;}
	.equipment-wrap {grid-template-columns: repeat(1, 1fr);}
	
	#toggled-search-sect-parent form input[type="text"] {width: 225px;}
	#toggled-search-sect-parent {width: min(100%, 225px);}
}