@charset "utf-8";
/* CSS Document */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,select{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;color:unset}html{scroll-behavior:smooth}a{text-decoration:none;cursor:pointer}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}button{cursor:pointer;border:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}img{max-width:100%;}
/*=== END RESET ===*/

/*=== CLEARFIX ===*/
.clear{clear:both}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.cf{zoom:1}

/*=== GLOBAL ===*/
.flex-container{display:flex}.flex-vertical{flex-direction:column}.flex-horizontal{flex-direction:row}.flex-width{flex-grow:1;flex-shrink:1;flex-basis:100%}.flex-height{height:100%}.flex-wrap{flex-wrap:wrap}.set-width{flex-grow:0;flex-shrink:0;flex-basis:auto}.justify-center{justify-content:center}.justify-right{justify-content:flex-end}.justify-left{justify-content:flex-start}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.align-center{align-items:center}.align-top{align-items:flex-start}.align-bottom{align-items:flex-end}.align-stretch{align-items:stretch}.align-all-center{align-items:center;justify-content:center}.align-self-center{align-self:center}.align-self-right{align-self:flex-end}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.mobile-only{display: none}.max-width{margin:0 var(--sm-padding)}.map{min-height:350px;line-height:0;}


*,
*::before,
*::after {
    transition: all 0.3s ease;
}
a:hover {cursor: pointer !important;}

/*=== SELECT STYLES ===*/
::selection, ::-moz-selection {
	background: var(--red);
	color: var(--white);
	text-shadow: none;
}

:root {
	/*=== Fonts ===*/
    --Saira: "Saira Semi Condensed", sans-serif;
    --Inter: "Inter", sans-serif;

	/*=== Colors ===*/
	--white: #E9EEF2;
	--orange: #E38B2D;
	--black: #111820;
	--dk-blue: #2F3E4E;
    --blue: #5B7C99;
	--lt-blue: #AEBBC6;
    
    /*=== Font Sizes ===*/
    --p: clamp(16px, 5vw, 20px);

	/*=== Spacing ===*/
	--lg-padding: clamp(75px, 5vw, 100px);
	--sm-padding: clamp(25px, 2.5%, 2.5%);
}

    .white{color: var(--white);}
    .orange{color: var(--orange);}
    .black{color: var(--black);}
    .dk-blue{color: var(--dk-blue);}
    .blue{color: var(--blue);}
    .lt-blue{color: var(--lt-blue);}

    .blk-bg {background-color: var(--black);}
    .white-bg {background-color: #FFF;}

body {
    position: relative;
	font-family: var(--Inter), sans-serif !important;
	height: auto !important;
    background-color: var(--white);
    background-image:
        url("/siteart/logo-background.svg");
}

.page-shadow {
	max-width: 1920px!important;
    width: 100%!important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px!important;
    background-color: rgb(255, 255, 255)!important;
    margin: 0 auto!important;
	overflow-x: hidden;
}
strong, b {
	font-family: var(--Inter);
    font-weight: 800;
}
p {
    font-size: clamp(16px, 5vw, 18px);
    font-weight: 300;
    line-height: 18px;
}
.bold {
	font-family: var(--Inter);
    font-weight: 900;
}

.thick {
	font-family: var(--Inter);
    font-weight: 600 !important;
}

.center {text-align: center;}

.nocaps {text-transform: none !important;}

.xl-heading, .lg-heading, .md-heading, .sm-heading {
	font-family: var(--Saira);
    line-height: 120% !important;
}

.xl-heading {
	font-family: var(--Saira);
	text-transform: none;
    font-weight: 600 !important;
}


.xs-heading {
	font-family: var(--Inter);
    font-weight: 700;
	text-transform: uppercase;
	padding-top: 5px;
}
.xl-heading {font-size: clamp(56px, 5vw, 64px);line-height: clamp(56px, 5vw, 64px);}
.lg-heading {font-size: clamp(34px, 5vw, 42px);line-height: clamp(34px, 5vw, 42px);}
.md-heading {font-size: clamp(27px, 5vw, 35px);line-height: clamp(27px, 5vw, 35px); text-transform: uppercase;}
.sm-heading {font-size: clamp(18px, 5vw, 26px);line-height: clamp(18px, 5vw, 26px);}
.xs-heading {font-size: clamp(16px, 5vw, 18px);line-height: clamp(16px, 5vw, 18px);}

.sm-padding {padding: 20px 0;}

/*=== BODY STYLES 
============================================*/
.width90 {width: 90%; margin: auto; max-width: 1600px;}

.shiny {display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
/*  height: 200px;*/
/*  width: 400px;*/
  border: 2px solid #0000 !important;
  border-radius: 100px;
  color: white;
  background: linear-gradient(var(--black), var(--black)) padding-box, linear-gradient(
        var(--angle),
        transparent 0%,
        transparent 20%,
        var(--orange) 25%,
        white 45%,
        var(--orange) 55%,
        transparent 60%,
        transparent 100%
      ) border-box;
  animation: 4s rotate linear infinite;}
.shiny:hover {color: var(--orange) !important;}
@keyframes rotate {
  to {
    --angle: 360deg;
  }
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}    


.btn-black {display: block; background-color: var(--black); padding: 10px 20px; width: 220px; border-radius: 10px; text-align: center; color: var(--white); text-transform: uppercase; font-weight: 600; font-family: var(--Saira); border: 1px solid var(--white);}
.btn-black:hover {background-color: var(--orange); color: var(--black); border-color: var(--orange);}
.btn-orange {display: block; background: linear-gradient(rgba(0,0,0,0)), var(--orange); padding: 10px 20px; width: 220px; border-radius: 10px; text-align: center; color: var(--white); text-transform: uppercase; font-weight: 600; font-family: var(--Saira);}
.btn-orange:hover {background-color: var(--black); color: var(--orange);}

.search-btn {background-color: var(--dk-blue) !important; color: var(--white); text-transform: uppercase; border-radius: 20px; max-width: 200px; font-family: var(--Saira); cursor: pointer;}
.search-btn:hover {background-color: var(--black) !important;}
/*=== HEADER STYLES 
==============================*/

/* Header Search */
.header-search-icon { display:flex; align-items:center; justify-content:center; min-width:50px; background-size:1px 200px; position:relative; overflow:hidden; }
.search-icon-open { min-width:50px; }
.header-search-icon a { position:relative; z-index:1; }
.header-search-icon:hover { cursor:pointer; }
.primary.nav .header-search-icon i { color:var(--white); font-size:22px; transition:all 0.3s cubic-bezier(0.25,0.46,0.45,0.94); -webkit-transition:all 0.3s cubic-bezier(0.25,0.46,0.45,0.94); -moz-transition:all 0.3s cubic-bezier(0.25,0.46,0.45,0.94); -ms-transition:all 0.3s cubic-bezier(0.25,0.46,0.45,0.94); -o-transition:all 0.3s cubic-bezier(0.25,0.46,0.45,0.94); }
.primary.nav .header-search-icon:hover i { color:var(--orange); text-shadow:none !important; }
.mobile-menu-fb .header-search-icon i { color:var(--black); font-size:22px; transition:all 0.3s cubic-bezier(0.25,0.46,0.45,0.94); -webkit-transition:all 0.3s cubic-bezier(0.25,0.46,0.45,0.94); -moz-transition:all 0.3s cubic-bezier(0.25,0.46,0.45,0.94); -ms-transition:all 0.3s cubic-bezier(0.25,0.46,0.45,0.94); -o-transition:all 0.3s cubic-bezier(0.25,0.46,0.45,0.94); }
.mobile-menu-fb .header-search-icon:hover i { color:var(--orange); text-shadow:none !important; }
.subpage .header-search-icon i { color:var(--blue) !important; font-size:22px; transition:all 0.3s cubic-bezier(0.25,0.46,0.45,0.94); -webkit-transition:all 0.3s cubic-bezier(0.25,0.46,0.45,0.94); -moz-transition:all 0.3s cubic-bezier(0.25,0.46,0.45,0.94); -ms-transition:all 0.3s cubic-bezier(0.25,0.46,0.45,0.94); -o-transition:all 0.3s cubic-bezier(0.25,0.46,0.45,0.94); }
.subpage .header-search-icon:hover i { color:var(--orange); text-shadow:none !important; }

/*  */
.header-search-slide { background:var(--black);  width:100%;  overflow:hidden; box-sizing:border-box !important; }
.search-outer-container { width:100%; max-height:100%; height:50px; }
.header-search { display:flex; height:100%; }
.header-search-slide .width90{display:flex; justify-content:space-between; align-items:center;padding:30px 0;}
.header-search input[type="text"] { font-weight:400; font-style:normal; font-size:16px !important; color:#808080 !important; text-transform:uppercase; background:#d3d3d3; border:none; font-family:"roboto-condensed",sans-serif !important; }
.header-search ::placeholder { font-weight:400; font-style:normal; font-size:16px !important; color:#808080 !important; text-transform:uppercase; }
.header-search i { color:#fff; font-size:25px; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s; }
#mobile-form-submit { max-height:80px; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -ms-transition:all 0.3s; -o-transition:all 0.3s; }
#mobile-form-submit:hover { background: var(--dk-blue) !important; cursor:pointer; }
.header-search input:focus { outline:none !important; outline-style:none; box-shadow:none; border-color:transparent; }
.initiallyHidden { display:none; }

/*HOME PAGE HEADER STYLES*/
.header-wrap {background: linear-gradient(rgba(0,0,0,0)); position: absolute; width: 100%; z-index: 99;}
.primary.nav {display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; padding: 25px 0; flex-wrap: nowrap !important; gap: 50px;}
.primary.nav ul {flex-shrink: 0;}
.header-logo a {display: inline-flex;width: 100%;padding: 10px 0;max-width: 550px;}

.header-logo img {max-width: 100%;width: 100%;}
.last-link {background-color: var(--dk-blue); border-radius: 10px; padding: 5px 15px !important; text-transform: uppercase !important; font-weight: 600 !important;}
.last-link:hover {background-color: var(--blue); text-shadow: 0 0 0 #000 !important; font-weight: 600 !important;}

#menu-button {padding: 0 !important;}
.mobile-menu-fb {display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 25px; width: 90% !important; margin: auto;}
.mobile-menu-right {display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 0; color: var(--black);}

/*SUBPAGE HEADER STYLES */
.header-wrap.subpage {background-color: var(--white); position: relative !important;}
.header-wrap.subpage .primary.nav {display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 0; flex-wrap: nowrap !important; gap: 50px;}
.header-wrap.subpage .primary.nav ul {flex-shrink: 0;}
.header-wrap.subpage .primary.nav ul li a:not(.nav.primary ul li ul li a) {color: var(--black);}
.header-wrap.subpage .primary.nav ul li a i {color: var(--blue);}
.header-wrap.subpage .last-link {background-color: var(--dk-blue); border-radius: 10px; padding: 5px 15px !important; text-transform: uppercase !important; font-weight: 600 !important; color: var(--white) !important;}
.header-wrap.subpage .last-link:hover {background-color: var(--blue); text-shadow: 0 0 0 #000 !important; font-weight: 600 !important;}

.header-wrap.subpage .mobile-menu-fb {display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 25px; width: 90% !important; margin: auto;}
.header-wrap.subpage .mobile-menu-right {display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 0; color: var(--black);}


.header-wrap.subpage .header-logo a {padding: 0 !important;max-width: 350px;}
/*=== FOOTER STYLES 
==============================*/
.footer-wrap {background-color: var(--black); color: var(--white);}
.footer-wrap a:hover {color: var(--orange);}
.footer-wrap > div:first-child {display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; padding: 75px 0; flex-wrap: wrap; gap: 50px;}
.footer-wrap > div:first-child > div {line-height: 40px;}
.footer-wrap > div:first-child > div > h4 {padding: 0 0 10px 0; font-family: var(--Saira);}
.footer-wrap > div:last-child {padding: 20px 0;}

/*=== HOME PAGE 
==============================*/
#home-hero {background: linear-gradient(rgba(0,0,0,0.5)), url("../siteart/trucks-highway-hero.jpg"); width: 100%; height: 100%; min-height: 600px; background-size: cover; background-position: bottom center; background-attachment: fixed; position: relative; top: 0;}
#home-hero > div {padding: 400px 0 100px 0; display: flex; flex-direction: row; gap: clamp(50px, 10vw, 170px); justify-content: space-between; align-items: flex-end;}
#home-hero > div > div:nth-of-type(2) {display: flex; flex-direction: row; gap: 15px; justify-content: center; align-items: center; flex-wrap: nowrap;}

#home-search-wrapper {padding: 75px 0;}
#home-search-wrapper h2 {padding-bottom: 20px;}
#home-inv-search { width: 100%; display: flex; flex-direction: row; justify-content: space-between; border-radius: 20px; align-items: center; padding: 10px; background-color: var(--white);}
#home-inv-search input, #home-inv-search select {height: 100%; max-height: 75px; width: 100%; padding: 20px 10px; background-color: var(--white); font-size: 16px; }

------------------------------------------------*/
/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

.home-quicklinks {padding: 75px 0;}
.home-quicklinks h2 {padding: 0 0 50px 0;}
.quicklink-card { height: 100%; }
.quicklink-link { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; height: 100%; background: #ffffff; border-radius: 16px; text-decoration: none; transition: box-shadow 0.2s ease, transform 0.2s ease; border: 1px solid transparent}
.quicklink-link:hover { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); border-color:var(--orange); }
.quicklink-media { display: flex; align-items: center; justify-content: center; width: 100%; max-height: 140px; margin-bottom: 16px; }
.quicklink-media img { max-width: 100%; max-height: 140px; object-fit: contain; display: block; }
.quicklink-label { font-family: var(--Saira); font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: #1f2933; text-align: center; }

.swiper-title-btns {display: flex; flex-direction: row; justify-content: space-between; position: relative;}
.home-quicklinks .swiper-btn-fb {display: flex; flex-direction: row; justify-content: flex-end; gap: 20px; align-items: center; width: 100%; max-width: 500px;}
.home-quicklinks .swiper-button-prev, .home-quicklinks .swiper-button-next {height: 50px !important; width: 50px; padding: 10px; border-radius: 100px; background-color: var(--blue); position: static; aspect-ratio: 1/1; color: var(--white);}

.half-photo {display: flex; flex-direction: row; justify-content: space-between; align-items: stretch; gap: clamp(20px, 2.5vw,50px); padding: 100px 0;}
.half-photo-text {display: flex; flex-direction: column; gap: clamp(20px, 2.5vw,50px) ; width: 100%;}
.half-photo-text p {line-height: 32px;}
.half-photo-img {display: flex; width: 100%;}
.half-photo-img img {border-radius: 20px; object-fit: cover; object-position: center center; width: 100%; height: 100%;}
.half-photo-img iframe {border-radius: 20px; object-fit: cover; object-position: center center; width: 100%; height: 100%;}
.half-photo-qls {display: flex; flex-direction: row; justify-content: space-between; align-items: stretch; gap: clamp(20px, 2.5vw,50px);}
.half-photo-ql {background-color: var(--white); border-radius: 20px; padding: 20px; border: 1px solid transparent; width: 100%;}
.half-photo-ql:hover {transform: translateY(-5px); border-color: var(--orange);}
.half-photo-ql i {background-color: #FFF; border-radius: 100px; padding: 20px; aspect-ratio: 1/1;}
.half-photo ul {list-style: disc; margin-left: 20px;line-height: 30px; font-size: var(--p); font-weight: 300 !important;}



/*=== NEWS PAGE 
==============================*/
.subpage-hero {position: relative; background: linear-gradient(rgba(0,0,0,0)), var(--orange); height: 100%;}
.subpage-hero > img {width: 100%; height: 200px; object-fit: cover; object-position: 50% 70%; background-color: var(--black); filter: brightness(0.5);}
.subpage-hero > .subpage-hero-text {position: absolute; bottom: 50px; margin: auto !important; width: 100%; background: linear-gradient(rgba(0,0,0,0));}

.noposts {display: flex; flex-direction: row; justify-content: center; align-items: center; flex-wrap: wrap; gap: 5vw; padding: 100px 0;}

.breadcrumbs {padding: 50px 0; font-size: 20px; font-family: var(--Saira); text-transform: uppercase;}
.breadcrumbs a {text-decoration: underline;}

.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding: 100px 0;}
.news-card { display: flex; flex-direction: column; background: #fff; border: 1px solid #e5e5e5; height: 100%; border-radius: 20px; overflow: hidden;}
.news-image { aspect-ratio: 16 / 9; overflow: hidden; position: relative;}
.news-image > .new-badge {position: absolute; top: 0;background-color: var(--orange); padding: 10px; border-radius: 0 0 10px 0; box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);}
.news-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.news-content { display: flex; flex-direction: column; padding: 1.25rem; flex: 1; }
.news-content p { margin: 0.75rem 0 1.25rem; }
.news-content .btn-orange { margin-top: auto; align-self: flex-start; }

@media (max-width: 1024px) { .news-grid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 640px) { .news-grid { grid-template-columns: 1fr; } }

/*=== CONTACT PAGE 
==============================*/

/*Contact form*/
#contact-form {display: flex; flex-direction: column; gap: 10px; font-size: var(--p); max-width: 100%; font-family: var(--Saira) !important; padding: 100px 0;}
#contact-form label {display: none;}
#contact-form input {padding: 20px; width: 100%; border-radius: 20px;}
#contact-form .input-row {display: flex; flex-direction: row; gap: 10px;}
#contact-form .dualFields {width: 50%;}
#contact-form textarea {width: 100%; height: 200px; border: none; font-family: var(--Saira) !important; padding: 20px; font-size: var(--p); border-radius: 20px;}
#contact-form input.submit:hover {cursor: pointer ;}

/*control the Captcha */
.CaptchaPanel {margin:0 0 0 0 !important;padding:0 0 0 0 !important;text-align: center;line-height:normal !important;}
.CaptchaImagePanel {margin:0 0 0 0;padding:0 0 0 0;}
.CaptchaMessagePanel {padding:0 0 0 0 !important;margin:0 0 0 0 !important;font-weight:normal !important;font-size:12px;line-height:14px;}
.CaptchaAnswerPanel {margin:0 0 0 0;padding:2px 0px 2px 0px !important;}
.CaptchaWhatsThisPanel {line-height:2;text-decoration: underline !important;margin:0 0 0 0;padding:8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}

@media screen and (max-width: 700px) {
    #contact-form .input-row {flex-direction: column; width: 100%;}
    #contact-form .dualFields {width: 100%;}
}

/*=== FIND A TRUCK PAGE 
==============================*/

/*Contact form*/
#find-truck-form {display: flex; flex-direction: column; gap: 10px; font-size: var(--p); max-width: 100%; font-family: var(--Saira) !important; padding: 100px 0;}
#find-truck-form label {display: none;}
#find-truck-form input {padding: 20px; width: 100%; border-radius: 20px;}
#find-truck-form select {padding: 20px; width: 100%; border-radius: 20px;}
#find-truck-form .input-row {display: flex; flex-direction: row; gap: 10px;}
#find-truck-form .dualFields {width: 50%;}
#find-truck-form textarea {width: 100%; height: 200px; border: none; font-family: var(--Saira) !important; padding: 20px; font-size: var(--p); border-radius: 20px;}
#find-truck-form input.submit:hover {cursor: pointer ;}

/*control the Captcha */
.CaptchaPanel {margin:0 0 0 0 !important;padding:0 0 0 0 !important;text-align: center;line-height:normal !important;}
.CaptchaImagePanel {margin:0 0 0 0;padding:0 0 0 0;}
.CaptchaMessagePanel {padding:0 0 0 0 !important;margin:0 0 0 0 !important;font-weight:normal !important;font-size:12px;line-height:14px;}
.CaptchaAnswerPanel {margin:0 0 0 0;padding:2px 0px 2px 0px !important;}
.CaptchaWhatsThisPanel {line-height:2;text-decoration: underline !important;margin:0 0 0 0;padding:8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}

@media screen and (max-width: 700px) {
    #find-truck-form .input-row {flex-direction: column; width: 100%;}
    #find-truck-form .dualFields {width: 100%;}
}

/*=== FIND A TRUCK PAGE 
==============================*/

/*Contact form*/
#sell-truck-form {display: flex; flex-direction: column; gap: 10px; font-size: var(--p); max-width: 100%; font-family: var(--Saira) !important; padding: 100px 0;}
#sell-truck-form label {display: none;}
#sell-truck-form input {padding: 20px; width: 100%; border-radius: 20px;}
#sell-truck-form select {padding: 20px; width: 100%; border-radius: 20px;}
#sell-truck-form .input-row {display: flex; flex-direction: row; gap: 10px;}
#sell-truck-form .dualFields {width: 50%;}
#sell-truck-form textarea {width: 100%; height: 200px; border: none; font-family: var(--Saira) !important; padding: 20px; font-size: var(--p); border-radius: 20px;}
#sell-truck-form input.submit:hover {cursor: pointer ;}

/*control the Captcha */
.CaptchaPanel {margin:0 0 0 0 !important;padding:0 0 0 0 !important;text-align: center;line-height:normal !important;}
.CaptchaImagePanel {margin:0 0 0 0;padding:0 0 0 0;}
.CaptchaMessagePanel {padding:0 0 0 0 !important;margin:0 0 0 0 !important;font-weight:normal !important;font-size:12px;line-height:14px;}
.CaptchaAnswerPanel {margin:0 0 0 0;padding:2px 0px 2px 0px !important;}
.CaptchaWhatsThisPanel {line-height:2;text-decoration: underline !important;margin:0 0 0 0;padding:8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}

@media screen and (max-width: 700px) {
    #sell-truck-form .input-row {flex-direction: column; width: 100%;}
    #sell-truck-form .dualFields {width: 100%;}
}












@media screen and (max-width: 1350px) {
    #home-hero > div > div:nth-of-type(2) {flex-direction: column; gap: 15px; justify-content: center; align-items: center; flex-wrap: nowrap;}
    .half-photo {align-items: stretch;}
    .half-photo-qls {flex-direction: column;}
}
@media screen and (max-width: 1000px) {
    .header-wrap {background: var(--white);}
    .primary.nav {display: none !important;}
    #home-inv-search {flex-direction: column; gap: 25px; background-color: var(--black);}
    #home-inv-search input, #home-inv-search select {border-radius: 20px;}
    .search-btn {max-width: none;}
    .half-photo {flex-direction: column;}
    .half-photo-qls {flex-direction: row;}
    .half-photo-img, .half-photo-img img {height: 100%; width: 100%;}
	.header-logo a {max-width: 400px;padding: 0;}
	.mobile-menu-fb {
    align-items: center !important;
}
}
@media screen and (max-width: 760px) {
    #home-hero > div {flex-direction: column; align-items: flex-start;}
    .half-photo-text {gap: 25px;padding: 0;}
}

@media screen and (max-width: 500px) {
    .swiper-title-btns {flex-direction: column;}
    .swiper-btn-fb {justify-content: center !important; padding-bottom: 25px;}
    .half-photo-qls {flex-direction: column;}
	
	
}















