@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@font-face {
    font-family: 'Open Sans Condensed Bold';
    src: url('../fonts/OpenSans-CondensedBold.eot');
    src: url('../fonts/OpenSans-CondensedBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-CondensedBold.woff2') format('woff2'),
        url('../fonts/OpenSans-CondensedBold.woff') format('woff'),
        url('../fonts/OpenSans-CondensedBold.ttf') format('truetype'),
        url('../fonts/OpenSans-CondensedBold.svg#OpenSans-CondensedBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans Condensed Light';
    src: url('../fonts/OpenSans-CondensedLight.eot');
    src: url('../fonts/OpenSans-CondensedLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-CondensedLight.woff2') format('woff2'),
        url('../fonts/OpenSans-CondensedLight.woff') format('woff'),
        url('../fonts/OpenSans-CondensedLight.ttf') format('truetype'),
        url('../fonts/OpenSans-CondensedLight.svg#OpenSans-CondensedLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSansCondensed-SemiBold';
    src: url('../fonts/OpenSansCondensed-SemiBold.eot');
    src: url('../fonts/OpenSansCondensed-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSansCondensed-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSansCondensed-SemiBold.woff') format('woff'),
        url('../fonts/OpenSansCondensed-SemiBold.ttf') format('truetype'),
        url('../fonts/OpenSansCondensed-SemiBold.svg#OpenSansCondensed-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSansCondensed-Regular';
    src: url('../fonts/OpenSansCondensed-Regular.eot');
    src: url('../fonts/OpenSansCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSansCondensed-Regular.woff2') format('woff2'),
        url('../fonts/OpenSansCondensed-Regular.woff') format('woff'),
        url('../fonts/OpenSansCondensed-Regular.ttf') format('truetype'),
        url('../fonts/OpenSansCondensed-Regular.svg#OpenSansCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSansCondensed-Medium';
    src: url('../fonts/OpenSansCondensed-Medium.eot');
    src: url('../fonts/OpenSansCondensed-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSansCondensed-Medium.woff2') format('woff2'),
        url('../fonts/OpenSansCondensed-Medium.woff') format('woff'),
        url('../fonts/OpenSansCondensed-Medium.ttf') format('truetype'),
        url('../fonts/OpenSansCondensed-Medium.svg#OpenSansCondensed-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body, html {
    font-family: 'Open Sans', sans-serif;  
}
body{
    background:  #fff;
}
.nopad{
    padding: 0;
}
.pad-left{
    padding-left: 0;
}
.pad-right{
    padding-right: 0;
}

a:hover, a:active  {
text-decoration: none!important;
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
        text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}
 #return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #004AAC;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


nav.nav1 {
    display: none;
}

   /*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 0px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;    padding: 10px 20px!important;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}


@media only screen and (min-width:767px) and (max-width:1100px){
    .wojo.input {
        flex-direction: column !important;
    }
    
    .wojo.form .wojo.input input, .wojo.input input { padding-left: 0.8rem !important; padding-right: 0.8rem !important; }
    
    .wojo.simple.label {
        justify-content: flex-start !important;
    }
}

@media screen and (max-width: 1024px) {
  
.slider .item .carousel-caption {    top: 80px; }  
  .slider-text h3 {font-size:40px; }
    .slider-text p {font-size:16px;     margin-bottom: 25px; }
  .slider-text .form-group label {font-size:12px; }
  
  }
  .open-menu .nav-cross:before {
    content: "X";
    position: absolute;
    z-index: -1;
    font-size: 25px;
}

  
  
  @media screen and (max-width: 992px) {
    nav.nav1 {
    display: block;
}
   .logo-bar nav {
    display: none!important;
    }
    a#hamburg { display: block; }
    main {  transition: all ease-out 0.3s;}
    .nav1 .row{ margin:0px;}
    .nav1 {background-color: #fff;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px); -webkit-transform: translateX(-250px); width: 250px;}
    .nav1 .search-nav,.nav1 .title{ display:block;}
    .nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
    .nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
    .nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
    .search-nav > form {    position: relative;}
    .nav1 ul {  text-align: left;  background-color: transparent;}
    .nav1 ul li { display: block; border-bottom:1px solid #999; }
    .nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
    .nav1 ul li a > i { float: right; }
    .nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
    .nav1 ul li:hover > ul { display: none; }
    .nav1 ul li:hover > a > i { transform: rotateZ(0); -webkit-transform: rotateZ(0); }
    .nav1 ul li.open > a { background-color: transparent; }
    .nav1 ul li.open > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
    .nav1 ul li.open > ul { display: block; }
    div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
    html.open-menu { overflow: hidden; }
    html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
    html.open-menu a#hamburg{ transform: translateX(250px); -webkit-transform: translateX(250px); z-index:999; }
    html.open-menu main {transform: translateX(250px); -webkit-transform: translateX(250px);}
    html.open-menu nav.nav1 {z-index: 3;transform: translateX(0); -webkit-transform: translateX(0);}
    .menu-main-menu-container ul ul ul li a {padding:5px;}
    ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
    .nav1 ul li:last-child {    border: 0 ;}
    .nav-cross.open > span {    background: #fff ;}
    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .5s ease-in-out;  cursor: pointer;}
    .nav-cross span {  display: block;  position: absolute;
        height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .25s ease-in-out;}
.open-menu .nav-cross span {
    display:none;
}
    #nav-icon1 span:nth-child(1) {top: 0px;}
    #nav-icon1 span:nth-child(2) {top: 18px;}
    #nav-icon1 span:nth-child(3) {top: 36px;}
    #nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg); -webkit-transform: rotate(135deg);}
    #nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
    #nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
    .nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;-webkit-transform-origin: left center;}
    .nav-cross span:nth-child(2) {top: 20px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross span:nth-child(3) {top: 28px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross.open span:nth-child(1) {transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 11px;left: 4px;}
    .nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
    .nav-cross.open span:nth-child(3) {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); top: 28px;left: 4px;}
}



/*Scroll css Start here*/


body::-webkit-scrollbar {
    width: 13px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #000;
}

body::-webkit-scrollbar-thumb {
  background-color: #004AAC;
  outline: 1px solid #004AAC;
}
/*Scroll css End here*/
.home-banner img {
    width: 100%;
}
.home-banner {
    position: relative;
    margin-top: -248px;
}
.home-banner:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/home-banner-overlay.png) no-repeat;
}
header.header {
    position: relative;
    left: 0;
    top: 39px;
    width: 100%;
    z-index: 9;
    color: #fff;
}
ul.menu li a{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px; /* 416.667% */
    text-transform: initial;
    padding: 70px 7px;
    font-family: 'Open Sans Condensed Bold';
}
ul.menu li{
    list-style: none;
    display: inline-block;
}
a.btn1{
    display: inline-flex;
    height: 59px;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    flex-shrink: 0;
    border-radius: 10px;
    background: #004AAC;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px; /* 416.667% */
    text-transform: capitalize;
    transition: all 0.5s ease;
}
a.btn2{
    display: inline-flex;
    height: 59px;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FE3132;
    color: #FFF !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px; /* 416.667% */
    text-transform: capitalize;
    margin-left: 20px;
    transition: all 0.5s ease;
}
.home_sec2 .row{
    margin: 0;
}
.redbox {
    background: #FE3132;
    padding: 50px;
    transition: all 0.3s ease;
}

.bluebox {
    background: #004AAC;
    padding: 50px;
    transition: all 0.3s ease;
}
.icon_box {
    background: #fff;
    border: 6px solid transparent;
    border-radius: 50%;
    width: 152px;
    height: 152px;
    text-align: center;
    display: flex;
    align-items: center;
    padding-left: 22px;
    position: relative;
    transition: all 0.3s ease;
}
.icon_box:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 162px;
    height: 162px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: transparent;
    transition: all 0.3s ease;
}
.redbox .icon_box {
    border: 6px solid #fe3132;
    transition: all 0.3s ease;
}
.bluebox .icon_box {
    border: 6px solid #004AAC;
    transition: all 0.3s ease;
}
section.home_sec2 .row {
    align-items: center;
    color: #fff;
}
section.home_sec2 h2{
    color: #FFF;
    font-size: 63px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 110px; */ /* 171.875% */
    text-transform: capitalize;
}
section.home_sec2 span{
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 110px; */ /* 458.333% */
    letter-spacing: 12px;
    text-transform: capitalize;
}
.section{
    padding: 40px 0 70px;
}

.section h3{
    color: #000;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 110px; /* 114.583% */
    text-transform: capitalize;
    margin-bottom: 40px;
}

.section .small_heading{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed Light';
}
.featured_box img {
    border-radius: 10px;
    width: 100%;
    margin-bottom:40px;
}

.featured_box.soon_feat {  }
.featured_box.soon_feat img { height: 89.5%; }


.featured_info {
    border-radius: 0px 0px 10px 10px;
    background: #004AAD;
    color: #fff;
    width: 100%;
    display: inline-block;
    padding:13px;
    position: absolute;
    bottom: 50px;
    left: 0;
}

.featured_info h4 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.price_featured {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
}

.featured_type {
    color: rgba(255, 255, 255, 0.70);
    leading-trim: both;
    text-edge: cap;
    font-family: "Open Sans";
    font-size: 19.756px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    margin-top:15px;
    float:right;
   
}

.featured_box {
    position: relative;
    height:450px;
}

.year_featured {
    border-radius: 9.878px;
    background: #FE3132;
    color: #FFF;
    text-align: center;
    font-size: 13.829px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
    padding: 7px 14px;
    /*margin-left: 26px;*/
    margin-right:-18px;
    float: right;
    margin-top:11px;
}

.price_box{
    padding-top: 5px;
    display: inline-block;
    float: left;
}

.featured_slider button.slick-prev.slick-arrow {
    background: #bbb url(../images/arrow_top.png) no-repeat !important;
    width: 60px;
    height: 44px;
    font-size: 0 !important;
    border: 0 !important;
    position: absolute;
    left: calc(50% - 65px);
    top: auto;
    bottom: -30px;
    right: auto;
    margin: 0;
    background-position: center center !important;
    z-index: 9999;
    border-radius: 5px;
    cursor: pointer;
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.featured_slider button.slick-next.slick-arrow {
    background: #bbb url(../images/arrow_top.png) no-repeat !important;
    width: 60px;
    height: 44px;
    font-size: 0 !important;
    border: 0 !important;
    position: absolute;
    left: auto;
    top: auto;
    bottom: -30px;
    right: auto;
    margin: 0;
    background-position: center center !important;
    z-index: 9999;
    border-radius: 5px;
    cursor: pointer;
    right: calc(50% - 65px);
    transition: all 0.3s ease;
}
.row.featured_slider .slick-slide {
    padding: 0 8px;
}
.popular_slider .popular_inner {
    display: flex !important;
    align-items: center;
    height: 153px;
}
.popular_slider .popular_inner img {
    object-fit: cover;
}
section.section.types_of_trucks .featured_info h4 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
}
section.section.types_of_trucks .price_featured {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
     /* 343.75% */
    text-transform: capitalize;
}
section.section.types_of_trucks .featured_type {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-size: 19.756px;
    font-style: normal;
    font-weight: 400;
     /* 550% */
    text-transform: capitalize;
    padding-top: 0px;
}

section.section.types_of_trucks .year_featured {
    border-radius: 9.878px;
    background: #FE3132;
    color: #FFF;
    text-align: center;
    font-size: 13.829px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin-right: -32px;
    float: right;
    margin-top: 11px;
}

section.section.types_of_trucks .featured_box {
    margin-bottom: 70px;
}
a.btn1:hover {
    background: #4762ff;
    transition: all 0.5s ease;
}
a.btn2:hover {
    background: #4762ff;
    transition: all 0.5s ease;
}
.redbox:hover {
    background: #fff;
    transition: all 0.3s ease;
}
.bluebox:hover {
    background: #fff;
    transition: all 0.3s ease;
}
.redbox:hover h2,
.redbox:hover span,
.bluebox:hover h2,
.bluebox:hover span{
    color: #000;
    transition: all 0.3s ease;
}
.bluebox:hover .icon_box{
    background: #000;
    transition: all 0.3s ease;
}
.redbox:hover .icon_box{
    background: #000;
    transition: all 0.3s ease;
}
.bluebox:hover .icon_box img{
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}
.redbox:hover .icon_box{
    background: #000;transition: all 0.3s ease;
}

.redbox:hover .icon_box img{
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}
.bluebox:hover .icon_box:before,
.redbox:hover .icon_box:before {
    border: 6px solid #000;
    transition: all 0.3s ease;
}
.bluebox:hover .icon_box,
.redbox:hover .icon_box {
    border: 6px solid #fff;
    transition: all 0.3s ease;
}
.types_of_trucks button.tablinks, .types_of_trucks a.tablinks {
    border-radius: 56px !important;
    border: 1px solid #000 !important;
    background: transparent !important;
    color: #000 !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    text-transform: capitalize !important;
    padding: 19px 50px !important;
    margin: 0 5px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}
.types_of_trucks .tab {
    text-align: center !important;
    padding-bottom: 45px !important;
}
section.section.types_of_trucks button.tablinks.active , section.section.types_of_trucks a.tablinks.active {
    color: #fff !important;
    background: #FE3132 !important;
    border-color: #FE3132 !important;
}
section.section.types_of_trucks button.tablinks:hover , section.section.types_of_trucks a.tablinks:hover {
    color: #fff !important;
    background: #FE3132 !important;
    border-color: #FE3132 !important;
    transition: all 0.3s ease !important;
}

section.section.types_of_trucks .featured_box{
    overflow: hidden;
}
section.section.types_of_trucks .featured_box img{
    transition: all 0.5s ease;
    border-radius: 0;
    margin: 0;
}

section.section.types_of_trucks .featured_box:hover img{
    transform: scale(1.1);
    transition: all 0.5s ease;
}

section.section.types_of_trucks .featured_info {
    background: url(../images/linear-blue.png) no-repeat !important;
    /*background: blue !important;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height:430px;
}

section.section.types_of_trucks .featured_info h4{
padding-top:230px;
}

.btn-center.text-center {
    margin-top: -138px;
    pointer:cursor;
}







section.section.types_of_trucks .col-sm-4 {
    padding: 8px;
}

section.section.types_of_trucks .featured_box {
    margin-bottom: 0;
}
.tabcontent{
    display: none;
}
a.btn3 {
    border-radius: 10px;
    background: #FE3132;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100px;
    text-transform: capitalize;
    color: #fff;
    display: inline-flex;
    height: 59px;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-top: 50px;
    transition: all 0.5s ease;
}
a.btn3:hover{
    transition: all 0.5s ease;
    background: #4762ff;
}
section.section.types_of_trucks {
    /*padding-bottom: 0;*/
}
section.section.sell_truck {
    background: url(../images/bg1.png) no-repeat;
    color: #fff;
    padding: 50px 0;
    margin-bottom: 100px;
    background-size: 100% 100%;
}
.sell_truck img {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: -145px;
}
section.section.sell_truck h3 {
    color: #FFF;
    font-size: 63px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}
section.section.sell_truck p {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}
section.section.sell_truck ul li{
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}
a.btn4{
    color: #FFF;
    font-size: 27.381px;
    font-style: normal;
    font-weight: 700;
    line-height: 53.935px; /* 171.875% */
    text-transform: capitalize;
    transition: all 0.3s ease;
}
a.btn4:hover{
    transition: all 0.3s ease;
    background: #4762ff;
}
section.section.sell_truck ul li {
    list-style: none;
    background: url(../images/Check_fill.png) no-repeat;
    padding-left: 30px;
    background-position: center left;
}
section.section.sell_truck ul {
    padding-left: 0;
    padding-top: 0;
    margin: 0;
}
i.fa.fa-phone {
    width: 36px;
    height: 36px;
    background: #FE3132;
    border-radius: 50%;
    text-align: center;
    margin-left: 50px;
    padding: 10px;
    font-size: 20px;
}
section.section.sell_truck a.btn3 {
    margin-top: 30px;
}
section.what_people_say {
    background: #F1F1F1;
    margin-top: 100px;
}
.what_people_say h4{
    color: #015FB8;
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 130px; /* 108.333% */
    text-transform: capitalize;
    margin-bottom: 40px;
    margin-top: 140px;
}
.what_people_say p{
    color: #222221;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
section.what_people_say a.btn3{
    margin-bottom: 140px;
}
.box1 {
    border-radius: 29.47px;
    border: 0.921px solid #DADADA;
    background: #FE3132;
    box-shadow: 0px 3.684px 41.442px 0px rgba(0, 0, 0, 0.06);
    padding: 20px;
    color: #fff;
    margin-bottom: 41px;
}
.box1 p{
    color: #FFF;
    font-size: 16.577px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: initial;
}

.box1 h5{
    color: #FFF;
    font-size: 16.577px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.box1 h6{
    color: #FFF;
    font-size: 14.735px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.stars img {
    float: left;
    margin-bottom: 20px;
}
.socia_icons i.fa {
    width: 27.628px;
    height: 27.628px;
    background: #fff;
    border-radius: 50%;
    color: #FE3132;
    padding: 7px;
}
.socia_icons i.fa.fa-facebook {
    padding-left: 9px;
}
.slide_vertical_bottom .box1{
    background: #0173D9;
}
footer{
    background: #1A1A1A;
    padding: 66px 0 0 0;
}
section.what_people_say {
    background: #F1F1F1;
    margin-top: 100px;
    height: 734px;
    overflow: hidden;
}
section.what_people_say .socia_icons i.fa{
    color: #0173D9;
}
section.what_people_say .slick-list.draggable {
    height: 800px !important;
}
footer h3{
    color: #FFF;
    font-size: 26.667px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
footer ul li a{
    color: #FFF;
    font-size: 21.333px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    display: block;
}
footer ul{
    padding-left: 0;
}
footer i.fa{
    font-size: 30px;
}
footer ul li a:hover{
    color: #FFF;
}
html, body{
    overflow-x: hidden;
}
.logo img{
    width: 100%;
    height: auto;
}
.title-page {
    position: absolute;
    left: 0;
    top: 42%;
    width: 100%;
    color: #fff;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.title-page h1 {
    color: #FFF;
    text-align: center;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    margin:20px 0;
    text-transform: capitalize;
    margin-top:80px;
}
.featured_slider button.slick-prev.slick-arrow:hover{
    background-color: #026ECE !important;
    transition: all 0.3s ease;
}

.featured_slider button.slick-next.slick-arrow:hover{
    background-color: #026ECE !important;
    transition: all 0.3s ease;
}
.browse-truck h4{
    color: #000;
    /* text-align: center; */
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 108.659px; */ /* 226.372% */
    text-transform: capitalize;
    margin-top: 15px;
}
.browse-truck .year_featured {
    background: #004AAD;
    margin: 10px 0;
}
.type-truck {
    color: rgba(0, 0, 0, 0.70);
    /* text-align: center; */
    /* font-family: "Open Sans"; */
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    /* line-height: 108.659px; */
    text-transform: capitalize;
}
.browse-truck img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.brows-box-btn {
    border-radius: 5px;
    background: #004AAD;
    padding: 20px;
}
.brows-box-btn{
    
}
.brows-box-btn p{
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}
.brows-box-btn h5{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}

.brows-box-btn a{
    display: inline-flex;
    height: auto;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FE3132;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    line-height: initial;
    font-family: 'Open Sans Condensed Bold';
    
}
.row.brows-truck-inner {
    border-radius: 5px;
    border: 1px solid #D5D5D5;
    background: #FFF;
    margin: 0;
    margin-bottom: 30px;
}
.brows-box-btn {
    margin: 10px;
}
.filter_box {
    border-radius: 5px;
    border: 1px solid #D5D5D5;
    background: #FFF;
    padding: 20px;
    margin-bottom: 30px;
}
.filter_box h2 {
    color: #004AAD;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    border-bottom: 2px solid #004AAD;
    display: inline-block;
}
.filter_box p{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding-top: 12px;
}
.filter_box ul {
    padding-left: 0;
    margin: 0;
}
.filter_box ul li{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    color: #000;
    list-style: none;
    padding: 12px 0;
    border-top: 1px solid #DADADA;
}
.filter_box ul li a{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    color: #000;
}
.filter_box span{
    float: right;
}
.filter2.filter_box ul li:first-child{
    border: 0;
}
.total_pages{
    color: #878787;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.pagination_row{
    padding-top: 17px;
}
a.prev-page {
    transform: rotate(180deg);
}
.pagination_row a{
    border-radius: 3px;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    padding: 3px 19px;
    transition: all 0.3s ease;
    width: 51px;
    height: 47px;
    margin: 0 1px;
    display: inline-block;
}
a.current-page{
    border-radius: 3px;
    background: #004AAD;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}
.pagination_row a:hover{
    background: #004AAD;
    color: #FFF;
    transition: all 0.3s ease;
}
a.prev-page:hover img{
    filter: brightness(0) invert(1);
}
a.next-page:hover img{
    filter: brightness(0) invert(1);
}
.pagination_row .pagination  {
    display: inline-block;
}
.pagination_row .pagination img{
    width: auto;
}
a.prev-page {
    padding-left: 5px;
}
a.next-page {
    padding-left: 5px;
}
.filter3 input[type="text"]{
    border-radius: 5px;
    border: 1px solid #D2D2D2;
    width: 100%;
    display: block;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 12px;
    padding: 8px 17px;
}
.filter3 h2{
    margin-bottom: 20px;
}
.extra-margin{
    margin-top: 20px;
}
a.btn5 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 10px;
    background: #FE3132;
    display: block;
    text-align: center;
    padding: 13px 30px;
    margin-top: 20px;
    font-family: 'Open Sans Condensed Bold';
}
.inner-banner{
    position: relative;
    /*background: #FBFBFB;*/
    margin-top: -280px;
}
.inner-banner img{
    width: 100%;
}
section.section.sell_truck a.btn4 {
    background: transparent !important;
}
section.section.types_of_trucks a.btn3{
    transition: all 0.4s ease;
    font-family: 'Open Sans Condensed Bold';
}
section.section.types_of_trucks a.btn3:hover{
    transition: all 0.4s ease;
}
.row.copyrights {
    color: #D9DBE1;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    display: flow-root;
    padding: 24px 15px;
    border-top: 1px solid #474747;
    margin: 0;
    margin-top: 66px;
}
.row.copyrights p{
    margin-bottom: 0;
}
footer.footer ul li {
    list-style: none;
}
section.browse-truck {
    background: #FBFBFB;
    padding-bottom: 100px;
    padding: 70px 0;
}
section.section.nopad {
    padding: 0;
}
.bg-white{
    background: #fff;
}
.inner-banner img {
    width: 100%;
}
.container.title-page.text-left {
    top: 26%;
}
ul#menu-main-menu {
    padding-left: 0;
}
p.sub-text {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.inner-banner a.btn1 {
    margin-left: 50px;
    margin-top: 50px;
    background: transparent;
    border: 1px solid;
}
.inner-banner a.btn2 {
    margin-left: 0px;
    margin-top: 50px;
}
.inner-banner a.btn1:hover{
    background: #FE3132;
    border-color: #FE3132;
}
.container.title-page h1 {
    font-size: 78px;
    margin-top: 0;
}
.list-your-truck{
}
.list-your-truck h3{
    color: #000;
    text-align: center;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 84px; /* 100% */
    text-transform: capitalize;
}
.select_plan h4{
    color: #015FB8;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 130px; /* 135.417% */
    text-transform: capitalize;
    margin-bottom: 0;
}
.select_plan {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
}
.select_plan .plan_title{
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 27px;
}
.select_plan1 h4:before {
    content: "";
    position: absolute;
    right: 0;
    top: 32px;
    width: 75%;
    height: 72px;
    background: url(../images/road.png) no-repeat;
    background-position: center center;
}
.select_plan1 h4 {
    position: relative;
}
.select_plan2 h4:before {
    content: "";
    position: absolute;
    right: 0;
    top: 32px;
    width: 72%;
    height: 72px;
    background: url(../images/road.png) no-repeat;
    background-position: center center;
}
.select_plan2 h4 {
    position: relative;
    background: #fff;
}
.truck-slide-continue.slick-initialized.slick-slider {
    transform: rotate(180deg);
    position: absolute;
    top: 40px;
    left: 130px;
    width: 375px;
    height: 39px;
    /* background: red; */
}
.truck-slide-continue.slick-initialized.slick-slider img {
    transform: rotate(180deg);
    width: 60px;
}
section.section.about_socal_tt {
    background: url(../images/bg_tt.png) no-repeat;
    background-position: left bottom;
    background-size: cover;
    padding-bottom: 170px;
    position: relative;
}
section.section.about_socal_tt p{
    padding: 0 250px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}
section.section.about_socal_tt h3{
    color: #FFF;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 20px;
}
section.section.about_socal_tt:after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: 71px;
    background: url(../images/pngwing1.png) no-repeat;
    background-position: left bottom;
    background-size: cover;
    width: 392px;
    height: 191px;
    background-size: 300px;
}
.sec_have_question{
    background: url(../images/have_question.png) no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}
.sec_have_question h3{
    color: #FFF;
    font-size: 60px;
}
.sec_have_question a.btn-transparent{
    border-radius: 10px;
    border: 1px solid #FFF;
    display: inline-flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.5s ease;
}
.list-your-truck h3 {
    font-size: 70px;
    margin-bottom: 30px;
}
.types-truck-we-buy h3{
    font-size: 80px;
    color: #015FB8;
    font-style: normal;
    font-weight: 700;
    /* line-height: 130px; */ /* 108.333% */
    text-transform: capitalize;
}
.truck-type-box {
    width: 284px;
    /* height: 138px; */
    flex-shrink: 0;
    margin: 0 25px 50px 25px;
}
.truck-type-box {
    width: 17%;
    /* height: 138px; */
    flex-shrink: 0;
    margin: 0 1.5% 50px 1.5%;
}
.truck-type-box-inner{
    border-radius: 16px;
    background: #F5F4F4;
    padding: 20px;
    margin-bottom: 10px;
    height: 138px;
    transition: all 0.3s ease;
}
.truck-type-box.empty_box {
    background: transparent;
}
.truck-type-box h4 {
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0;
}

.truck-type-box img {
    margin-top: 32px;
    width: 100px;
}
.truck-type-box-inner:hover {
    transition: all 0.3s ease;
    background: #015FB8;
}
.show-more{
    border-radius: 10px;
    background: #FE3132;
    display: inline-flex;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    /* gap: 10px; */
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 100px; */ /* 416.667% */
    text-transform: capitalize;
    margin-top: 50px;
    transition: all 0.5s ease;
}
.show-more:hover{
    transition: all 0.5s ease;
    color: #FFF;
    background: #4762ff;
}
.select_listing_plan h3{
    color: #015FB8;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 100px;
}
.btn-row3 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    padding-top: 100px;
}
.btn-row3 a{
    border-radius: 11.412px;
    background: #FE3132;
    display: inline-flex;
    padding: 17px 32.237px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin-left: 44px;
    transition: all 0.5s ease;
}
.btn-row3 a:hover{
    transition: all 0.5s ease;
    color: #FFF;
    background: #4762ff;
}
section.select_listing_plan {
    padding-bottom: 100px;
}
.package {
    background: var(--Linear, linear-gradient(180deg, #0079E4 0%, #0161B8 100%));
    border-radius: 10px;
    padding: 60px;
    color: #fff;
    text-align: left;
    position: relative;
    transition: all 2s ease;
    background: url(../images/bg_package.png) no-repeat;
    background-size: cover;
    background-position: right bottom;
}
.package h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 30px;
}
.package li {
    color: #FFF;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    /*background: url(../images/check_fill2.png) no-repeat;*/
    padding-left: 40px;
    background-position: center left;
    list-style: none;
    background-size: 24px;
    line-height: 3px;
    margin-bottom: 45px;
    position: relative;
}
.package ul {
    padding-left: 0;
    margin: 0;
}
.package a {
    border-radius: 10px;
    background: #FE3132;
    display: inline-flex;
    padding: 12px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 30px;
    transition: all 0.5s ease;
}
.package_price_box{
    position: absolute;
    right: -105px;
    top: -38px;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
     /* 325% */
    text-transform: capitalize;
    width: 314px;
    height: 171px;
    background: url(../images/price_red_box1.png) no-repeat;
    background-size: cover;
    padding: 27px;
    background-size: 160px;
    padding-top: 10px;
    transition: all 0.5s ease;
}
.package_price_box span {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    display: block;
}
.package:before {
    content: "";
    position: absolute;
    right: 16px;
    top: -35px;
    width: 50px;
    height: 50px;
    background: url(../images/price_red_box2.png) no-repeat;
    z-index: -1;
    transition: all 2s ease;
}
.package li a {
    background: transparent;
    padding: 0;
    font-size: 11px;
    font-weight: 600;
}
.package li:before {
    content: "";
    background: url(../images/check_fill2.png) no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: -10px;
    background-size: 24px;
}
.package2 ul{
    padding-bottom: 60px;
}
.package:hover {
    transition: all 0.5s ease;
    background: #FE3132;
}
 

.package:hover a.btn {
    transition: all 0.5s ease;
    background: #0176DE;
}
.package:hover .package_price_box{
    position: absolute;
    right: -78px;
    top: -38px;
    color: #FFF;
    /* font-size: 40px; */
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    width: 314px;
    height: 171px;
    background-size: cover;
    padding: 27px;
    background-size: 200px;
    padding-top: 10px;
    background: url(../images/price_blue_box1.png) no-repeat;
    transition: all 0.5s ease;
}
.package:hover:before {
    content: "";
    position: absolute;
    right: 16px;
    top: -35px;
    width: 50px;
    height: 50px;
    background: url(../images/price_blue_box2.png) no-repeat;
    transition: all 0.5s ease;
    z-index: -1;
}

#main #faq .card-body {
    background: #fff;
    border: 1px solid #E3E3E3;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: initial
}

/* dev mh css start */

.about-sec ul li {
    list-style: none;
    background: url(../images/Check_fill.png) no-repeat;
    padding-left: 30px;
    background-position: center left;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.about-sec ul {
    padding-left: 0;
    padding-top: 0;
    margin: 0;
}

.about-sec a.btn3 {
    margin-top: 30px;
}

.about-sec h3 {
    color: #000;
    font-size: 63px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.about-sec p {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.about-sec {
    /*padding-top: 0;*/
    padding-bottom: 80px;
}

.about-sec p:nth-child(3) {
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-sec .col-sm-6:first-child {
    padding-right: 60px;
}

.logos-sec-about {
    padding-bottom: 0;
}

  
  #main #faq .card {
    margin-bottom: 30px;
    border: 0;
  }
  
  #main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
  }
  
  #main #faq .card .card-header .btn-header-link {
    color: #fff !important;
    display: block;
    text-align: left;
    background: #015FB8;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 22px;
}
  
  #main #faq .card .card-header .btn-header-link:after {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-weight: 900;
    float: right;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed {
    background: #015FB8;
    color: #fff;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\2b";
  }
  
  #main #faq .card .collapsing {
    background: #fff;
    /* line-height: 30px; */
  }
  
  #main #faq .card .collapse {
    border: 0;
  }
  
  #main #faq .card .collapse.show {
    background: #fff;
    border: 1px solid #E3E3E3;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

div#main h3 {
    color: #015FB8;
    margin-bottom: 40px;
}

section.section.faq-sec {
    padding-top: 0;
}
/*mh css ends*/
.sec_have_question a.btn-transparent:hover {
    background: #fe3132;
    transition: all 0.5s ease;
}
header.header a.btn1 {
    border: 2px solid #FFF;
    font-family: 'Open Sans Condensed Bold';
}
section.section.about_socal_tt:before {
    content: "";
    left: 0px;
    bottom: -88px;
    background: url(../images/pngwing13.png) no-repeat;
    background-position: left bottom;
    background-size: cover;
    width: 461px;
    height: 355px;
    background-size: 100%;
    position: absolute;
}
section.section.about_socal_tt {
    background: var(--Linear, linear-gradient(180deg, #0079E4 0%, #0161B8 100%));
    padding-bottom: 100px;
}

section.section.about_socal_tt:after {
    bottom: -8px;
}
.truck-slide-continue.slick-initialized.slick-slider {
    left: 139px;
    width: 815px;
    z-index: 999;
    /* background: red; */
}
.select_plan h4 span {
    background: #fff;
    position: relative;
    z-index: 999;
}
section.section.types-truck-we-buy.text-center {
    padding-top: 70px;
}
.col-sm-4.footer_col4 {
    max-width: 33%;
    flex: 0 0 30%;
}
section.section.nopad h3.text-center {
    font-size: 80px;
}
header.header a.btn1 {
    font-size: 24px;
}
header.header a.btn2 {
    font-size: 24px;
    font-family: 'Open Sans Condensed Bold';
}
#main #faq .card .card-header .btn-header-link:after {
    content: "\2b";
    transform: rotate(45deg);
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\2b";
    transform: rotate(0deg);
}
section.section.faq-sec.faq_sell {
    padding-top: 100px;
    padding-bottom: 0;
}
section.section.sec_featured h3.text-center {
    font-size: 80px;
}
section.home_sec2 h2 {
    font-size: 60px;
}
section.section.types_of_trucks h3 {
    /* line-height: 40px; */
}
section.what_people_say .socia_icons i.fa {
    color: #FE3132;
}
section.what_people_say .slick_vertical_top.slide_vertical_bottom .socia_icons i.fa {
    color: #0173D9;
}
.featured_slider button.slick-prev.slick-arrow:before, .featured_slider button.slick-next.slick-arrow:before {
    font-size: 0;
}
.featured_slider button.slick-next.slick-arrow {
    bottom: -52px !important;
}
/*responsive css start*/
@media screen and (min-width: 1900px){
ul.menu li a {
    padding: 70px 16px;
}
.container.title-page.text-left {
    top: 26%;
    padding-left: 100px;
}
p.sub-text {
    font-size: 24px;
}
.container.title-page h1 {
    font-size: 94px;
}
.truck-slide-continue.slick-initialized.slick-slider {
    left: 143px;
    width: 928px;
}
.select_plan2 .truck-slide-continue.slick-initialized.slick-slider {
    left: 159px;
    width: 387px;
}
section.section.types_of_trucks .featured_info h4 {
    padding-top: 190px !important;
}
section.home_sec2 h2 {
    font-size: 59px;
}
.featured_slider button.slick-next.slick-arrow {
    bottom: -82px !important;
}
.featured_slider button.slick-prev.slick-arrow{
    bottom: -60px !important;
}
}

@media screen and (min-width: 1900px) and (max-width: 1930px){
.featured_info {
    bottom: 26px;
}
div#fcarousel .col-sm-4 {
    height: 344px;
}
}



@media screen and (min-width: 1600px){ 
    .featured_box.soon_feat img { height: 94.5%; }
}

@media screen and (min-width: 1650px) and (max-width: 1900px){
.inner-banner.bg-white .container {
    padding-left: 50px;
    padding-right: 50px;
}
.truck-slide-continue.slick-initialized.slick-slider {
    left: 143px;
    width: 928px;
}
.select_plan2 .truck-slide-continue.slick-initialized.slick-slider {
    left: 159px;
    width: 390px;
}
}
@media screen and (max-width: 1900px){
section.home_sec2 h2 {
    font-size: 55px;
}
}
@media screen and (max-width: 1800px){
    section.home_sec2 h2 {
    font-size: 45px;
}
section.section.about_socal_tt:before {
    background-size: 300px;
}
section.section.about_socal_tt p {
    padding: 0 200px;
}
}
@media (min-width: 1650px){
    .container {
        max-width: 1629px;
    }
}


@media (max-width: 1650px) and (min-width: 1150px){
    .container {
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    section.home_sec2 h2 {
        font-size: 38px;
    }
    .icon_box {
    width: 130px;
    height: 130px;
}
.icon_box:before {
    left: -13px;
    width: 145px;
    height: 145px;
}
section.home_sec2 .icon_box img {
    width: 75px;
    height: auto;
}
section.section.sell_truck h3 {
    font-size: 53px;
}
.what_people_say h4 {
    font-size: 90px;
    line-height: 100px;
}
.title-page h1 {
    font-size: 70px;
}
.browse-truck h4 {
    font-size: 20px;
    margin-top: 30px;
}
.type-truck {
    font-size: 15px;
}

.brows-box-btn p { font-size: 15px !important; }

.brows-box-btn h5 { font-size: 16px;  }

.brows-box-btn a {
    font-size: 13px;
    padding: 8px 20px;
}

.package li {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    /* background: url(../images/check_fill2.png) no-repeat; */
    padding-left: 40px;
    background-position: center left;
    list-style: none;
    background-size: 24px;
    line-height: 3px;
    margin-bottom: 43px;
    position: relative;
}
.package li:before {
    content: "";
    background: url(../images/check_fill2.png) no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: -10px;
    background-size: 24px;
}
.truck-slide-continue.slick-initialized.slick-slider {
    /* left: 139px; */
    width: 899px;
}
.select_plan2 .truck-slide-continue.slick-initialized.slick-slider {
    left: 154px;
    width: 375px;
}
section.section.about_socal_tt p {
    padding: 0 200px;
}
}

@media screen and (min-width:1500px){
    header.header a.btn1 {
    margin-top: 22px;
}
header.header a.btn2 {
    margin-top: 22px;
}

}

@media screen and (max-width: 1511px){
.container {
    padding-left: 30px;
    padding-right: 30px;
}
ul.menu li a {
    font-size: 20px;
}
a.btn1 {
    padding: 20px 15px;
    font-size: 20px;
}
a.btn2 {
    padding: 20px 15px;
    font-size: 20px;
}
section.section.nopad h3.text-center,
section.section.sec_featured h3.text-center,
.section h3 {
    font-size: 70px;
    line-height: 80px;
}
section.section.types_of_trucks .featured_info h4 {
    font-size: 30px;
}
section.section.types_of_trucks .price_featured {
    font-size: 25px;
}
section.section.types_of_trucks .featured_type {
    padding-top: 8px;
}
section.section.sell_truck h3 {
    font-size: 53px;
    line-height: 63px;
    margin-bottom: 20px;
}
.col-sm-3.footer_col1 {
    max-width: 20%;
}
.col-sm-2.footer_col3 {
    max-width: 30%;
    flex: 0 0 30%;
}
.col-sm-3.footer_col2 {
    max-width: 20%;
}
.logo img{
    width: 100%;
    height: auto;
}
.title-page h1 {
    font-size: 70px;
}
.brows-box-btn p {
    font-size: 30px;
}
.brows-box-btn a {
    padding: 10px 20px;
    font-size: 15px;
}
.package li {
    line-height: 10px;
    margin-bottom: 33px;
}
.package li:before {
    top: -7px;
}
.package h2 {
    margin-top: 40px;
}
.truck-slide-continue.slick-initialized.slick-slider {
    transform: rotate(180deg);
    position: absolute;
    top: 40px;
    left: 130px;
    width: 836px;
    height: 39px;
    /* background: red; */
}
.select_plan2 .truck-slide-continue.slick-initialized.slick-slider {
    left: 140px;
    width: 345px;
}
section.section.about_socal_tt:before {
    background-size: 300px;
}

.featured_slider { padding-bottom: 30px; }

}
@media screen and (max-width: 1400px){
.package li {
    line-height: 39px;
    margin-bottom: 10px;
}
.package li:before {
    top: 8px;
}
.container.title-page h1 {
    font-size: 73px;
    margin-top: 0;
}
p.sub-text {
    font-size: 18px;
}
.truck-slide-continue.slick-initialized.slick-slider {
    transform: rotate(180deg);
    position: absolute;
    top: 40px;
    left: 130px;
    width: 769px;
    height: 39px;
    /* background: red; */
}

}
@media screen and (min-width:1300px) and (max-width:1500px){
section.section.types_of_trucks .featured_info {
    height: 441px;
}
    section.section.types_of_trucks .featured_type {
        padding-top: 0;
    }
}
@media screen and (min-width:1300px) and (max-width:1400px){


.featured_box {
    height: 440px;
}
}
@media screen and (max-width: 1350px){
ul.menu li a {
    font-size: 17px;
}
a.btn1{
   font-size: 17px; 
}
a.btn2{
   font-size: 17px; 
}
.logo img{
    width: 100%;
    height: auto;
}
.what_people_say h4 {
    font-size: 60px;
    line-height: 70px;
}
.featured_info h4 {
    font-size: 23px;
}
section.section.sec_featured.dd {
    padding-bottom: 50px;
}
.featured_slider button.slick-prev.slick-arrow{
    bottom:0;
}
.featured_slider button.slick-next.slick-arrow {
    bottom: -22px !important;
}
.price_featured {
    font-size: 25px;
}
.featured_type {
    font-size: 14px;
}
.icon_box:before {
    left: -13px;
    width: 115px;
    height: 115px;
}
.icon_box {
    width: 100px;
    height: 100px;
}
.icon_box {
    width: 100px;
    height: 100px;
}
section.home_sec2 h2 {
    font-size: 35px;
}
section.home_sec2 span{
    font-size: 20px;
}
.types_of_trucks button.tablinks, .types_of_trucks a.tablinks {
    padding: 15px 40px;
}
ul#menu-main-menu {
    padding-left: 0;
}
a.btn1 {
    margin-top: 30px;
}
section.section.sell_truck {
    margin-bottom: 100px;
}
.title-page h1 {
    font-size: 50px;
}
.brows-box-btn h5 {
    font-size: 18px;
}
.brows-box-btn a {
    padding: 12px 10px;
    font-size: 14px;
    height: auto;
    margin-top: 5px;
}
.truck-slide-continue.slick-initialized.slick-slider {
    transform: rotate(180deg);
    position: absolute;
    top: 40px;
    left: 119px;
    width: 333px;
    height: 39px;
    /* background: red; */
}
.select_plan2 .truck-slide-continue.slick-initialized.slick-slider {
    transform: rotate(180deg);
    position: absolute;
    top: 40px;
    left: 132px;
    width: 306px;
    height: 39px;
    /* background: red; */
}
.container.title-page h1 {
    font-size: 68px;
}
p.sub-text {
    font-size: 16px;
}
.truck-slide-continue.slick-initialized.slick-slider {
    left: 98px;
    width: 255px;
}
.select_plan2 .truck-slide-continue.slick-initialized.slick-slider {
    left: 108px;
    width: 255px;
}
.select_plan h4 {
    font-size: 70px;
}
.select_plan .plan_title {
    font-size: 27px;
}
.select_plan {
    font-size: 22px;
}
.truck-slide-continue.slick-initialized.slick-slider {
    left: 98px;
    width: 748px;
}
}

@media screen and (max-width: 1280px){
    .featured_info {
    bottom: 100px;
}
    .year_featured {
    margin-right: -24px;
    float: right;
    margin-top: 8px;
}
section.section.types_of_trucks .year_featured {
    margin-right: -28px;
    margin-top: 8px;
}

section.section.types_of_trucks .featured_type {
    font-size: 16.756px;
}
section.section.types_of_trucks .featured_type {
    padding-top: 8px;
    margin-top: 7px;
}

section.section.types_of_trucks .price_featured {
    font-size: 22px;
}
.price_box {
    padding-top: 10px;
}
}
@media screen and (max-width:1500px) and (min-width:1300px){
.featured_box{
    height:440px;
}
    
}
@media screen and (max-width:1500px) and (min-width:1100px){
    .featured_info h4 {
    font-size: 23px;
}
section.section.sec_featured.dd {
    padding-bottom: 50px;
}
.featured_slider button.slick-prev.slick-arrow{
    bottom:0;
}
.featured_slider button.slick-next.slick-arrow {
    bottom: -22px !important;
}
}
@media screen and (min-width: 1100px) and (max-width: 1250px){
header.header {
    padding: 0 60px;
}
.list-your-truck {
    padding: 0 60px;
}
.package {
    padding: 60px 30px;
}
section.section.about_socal_tt p {
    padding: 0 250px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}
section.section.about_socal_tt h3 {
    color: #FFF;
    font-size: 50px;
}
.truck-slide-continue.slick-initialized.slick-slider {
    left: 98px;
    width: 168%;
}
}

@media screen and (max-width: 1200px){
.container {
    padding-left: 0;
    padding-right: 0;
}
ul#menu-main-menu {
    padding-left: 0;
}
ul.menu li a {
    font-size: 16px;
}
section.home_sec2 h2 {
    font-size: 28px;
}
section.home_sec2 span {
    font-size: 16px;
}
.redbox {
    padding: 50px 20px;
}
.bluebox{
    padding: 50px 20px;
}

.featured_info {
    bottom: 128px;
    left: 0;
}

section.section.types_of_trucks .featured_info {
    height: 419px;
}
section.section.types_of_trucks .year_featured {
    float: left;
}
.featured_type {
    margin-top:3;
}

.featured_info h4 {
    font-size: 28px;
}
section.section.types_of_trucks .featured_info h4 {
    font-size: 28px;
}

span.price_box {
    font-size: 15px;
}
.year_featured {
    border-radius: 9.878px;
    background: #FE3132;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
    padding: 6px 12px;
    margin-top: 10px;
    margin-left: 9px;
    float: left;
}

span.price_box {
    font-size: 15px;
    margin-top: 10px;
}
a.btn3{
    font-size: 20px;
}
section.section.nopad h3.text-center,
section.section.sec_featured h3.text-center,
.section h3 {
    font-size: 50px;
    line-height: 80px;
}
.section .small_heading {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
section.section.sell_truck h3 {
    font-size: 37px;
    line-height: 63px;
    margin-bottom: 20px;
}
section.section.sell_truck p {
    font-size: 18px;
}
section.section.sell_truck ul li {
    font-size: 18px;
}
a.btn4{
    font-size: 18px;
}
.sell_truck img {
    bottom: -115px;
}
.what_people_say h4 {
    font-size: 50px;
    line-height: 60px;
}
.what_people_say p{
    font-size: 18px;
}
.what_people_say .col-sm-6.what_people_say1 {
    max-width: 45%;
    flex: 0 0 45%;
}
.what_people_say .col-sm-6.what_people_say2 {
    max-width: 55%;
    flex: 0 0 55%;
}
a.btn3 {
    font-size: 18px;
}
.stars img {
    width: 17px;
}
.socia_icons i.fa {
    width: 20px;
    height: 20px;
    padding: 4px;
    font-size: 13px;
}
.socia_icons i.fa.fa-facebook {
    padding-left: 6px;
}
.box1 {
    margin-bottom: 20px;
}
.what_people_say .col-sm-6.what_people_say2 > .row > .col-sm-6 {
    padding: 6px;
}
.what_people_say p {
    font-size: 16px;
}
section.what_people_say .slick-list.draggable {
    height: 550px !important;
}
section.what_people_say {
    height: 550px;
}
.what_people_say h4 {
    margin-top: 100px;
}
section.what_people_say a.btn3 {
    margin-bottom: 0;
}
section.section.types_of_trucks .featured_type {
    padding-top: 3px;
    font-size: 15px;
}
section.section.sell_truck {
    padding: 50px;
}
section.what_people_say{
    padding-left: 50px;
}
.title-page{
    font-size: 20px;
}
.title-page h1 {
    font-size: 45px;
    margin: 20px 0 10px 0;
}
.browse-truck h4 {
    font-size: 30px;
}
.type-truck {
    font-size: 18px;
}
.brows-box-btn h5 {
    font-size: 16px;
}
.brows-box-btn p {
    font-size: 16px !important;
}
.brows-box-btn a {
    font-size: 12px;
    height: auto;
    margin-top: 5px;
    padding: 7px 20px;
}
.brows-box-btn {
    margin: 10px;
    padding: 10px;
}
.browse-truck h4 {
    font-size: 20px;
    margin-bottom: 0;
}
.container.title-page.text-left {
    top: 26%;
    padding: 0 5%;
}
.container.title-page h1 {
    font-size: 57px;
    margin-top: 0;
}
p.sub-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: uppercase; */
}
.list-your-truck h3 {
    font-size: 50px;
    margin-bottom: 30px;
    line-height: 55px;
}
.select_plan .plan_title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 27px;
}
.select_plan {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
}
.select_plan1 h4:before {
    content: "";
    position: absolute;
    right: 0;
    top: 32px;
    width: 64%;
    height: 72px;
    background: url(../images/road.png) no-repeat;
    background-position: center center;
}
.select_plan2 h4:before {
    content: "";
    position: absolute;
    right: 0;
    top: 32px;
    width: 60%;
    height: 72px;
    background: url(../images/road.png) no-repeat;
    background-position: center center;
}
.truck-type-box h4 {
    font-size: 16px;
}
 
section.section.about_socal_tt p {
    padding: 0 250px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}
section.section.about_socal_tt h3 {
    color: #FFF;
    font-size: 50px;
}
section.section.types-truck-we-buy.text-center {
    padding: 100px 60px;
}
p.sub-text {
    font-size: 14px;
}
.container.title-page a.btn1 {
    padding: 8px 15px;
}
.container.title-page a.btn2 {
    padding: 8px 15px;
}
section.section.about_socal_tt p {
    padding: 0 180px;
}
section.select_listing_plan .col-sm-4 {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 60px;
}
.package2 ul {
    padding-bottom: 0;
}
.package li a {
    margin: 0;
}
.package li {
    line-height: 39px;
    margin-bottom: 10px;
}
.package ul {
    height: 229px;
}
.select_listing_plan h3 {
    font-size: 60px;
    margin-bottom: 60px;
}
    section.section.types_of_trucks .featured_info {
        height: 406px;
    }
section.section.types_of_trucks .featured_box:hover img {
    transform: none;
    transition: all 0.5s ease;
}
.year_featured{
    padding:3px 12px;
    float: none;
}
.price_box {
        padding-top: 0;
    }
}
@media screen and (max-width: 1024px){
.featured_info h4 {
    font-size: 22px;
}
.featured_info {
    bottom: 165px;
}
span.price_box {
    font-size: 15px;
    margin-top: 4px;
}

.featured_box {
    margin-bottom: -137px;
}

.section .small_heading {
    margin-top: -50px;
}

}

@media screen and (max-width: 1100px){
header.header {
    top: 20px;
}
.section {
    padding: 100px 0;
}
section.section.types_of_trucks .featured_type {
    padding-top: 14px;
    font-size: 14px;
}
.truck-slide-continue.slick-initialized.slick-slider {
    left: 123px;
    width: 200px;
}
.select_plan2 .truck-slide-continue.slick-initialized.slick-slider {
    left: 136px;
    width: 200px;
}
section.section.about_socal_tt p {
    padding: 0 110px;
}
.truck-type-box.empty_box {
    display: none;
}
.truck-type-box {
    width: 22%;
    margin: 0 1.5% 50px 1.5%;
}
section.select_listing_plan {
    padding: 0 30px;
}
.package ul {
    height: 300px;
}
.row.text-center.btn-row3 {
    margin-bottom: 50px;
    padding-top: 50px;
}
section.what_people_say {
    padding-left: 50px;
    padding-right: 50px;
}
.container.title-page h1 {
    font-size: 50px;
    margin-top: 0;
}
p.sub-text {
    font-size: 12px;
}
header.header a.btn1,
header.header a.btn2{
    margin-top: 20px;
}
    section.section.types_of_trucks .featured_info h4 {
        font-size: 26px;
    }
        section.section.types_of_trucks .featured_type {
        padding-top: 0;
        font-size: 14px;
    }
    .featured_box {
    height: 450px !important;
}
div#fcarousel .col-sm-4 {
    margin: 0 auto;
    height: 250px !important;
}
}
@media screen and (min-width: 792px) and (max-width: 1200px){
    .featured_info h4 {
        font-size: 18px;
    }
    div.featured_slider button.slick-prev.slick-arrow {
        bottom: -30px;
    }
    div.featured_slider button.slick-next.slick-arrow {
        bottom: -52px !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1100px){
.sell_truck img {
    bottom: -115px;
    margin-right: -70px;
    width: 500px;
}
}
@media screen and (max-width: 992px){
html.open-menu nav.nav1 {
    z-index: 999;
}
ul.menu li a {
    color: #000 !important;
}
.logo img {
    width: 150px;
    height: auto;
}
html.open-menu a#hamburg {
    z-index: 999;
}
ul.menu li a {
    color: #000 !important;
    padding: 8px 10px;
    line-height: 20px;
}
ul.menu li {
    display: block;
}
.menu-main-menu-container {
    width: 100%;
}
nav.nav1 img {
    width: 100%;
    padding: 20px;
}
.types_of_trucks button.tablinks , .types_of_trucks a.tablinks {
    padding: 10px 30px;
    font-size: 15px;
    margin: 0;
}
.container {
    max-width: 100%;
}
section.section.types_of_trucks,
section.section.sec_featured {
    padding-left: 20px;
    padding-right: 20px;
}
.year_featured {
    font-size: 10px;
    padding: 4px 10px;
}
header.header ul#menu-main-menu {
    display: none;
}
a.btn1 {
    font-size: 16px;
}
a.btn2 {
    font-size: 16px;
}
header.header .col-sm-5.text-right {
    padding-right: 25px;
}
a#hamburg {
    top: 20px;
    left: 20px;
    z-index: 9999;
}
.nav-cross span {
    background: #fff;
}
.inner-banner img {
    width: 100%;
    height: 400px;
}
.filter_box {
    margin-left: 15px;
}
.type-truck {
    font-size: 17px;
}
.package ul {
    height: auto;
}
section.section.about_socal_tt h3 {
    color: #FFF;
    font-size: 44px;
}
section.section.about_socal_tt.text-center {
    padding-top: 50px;
}
.sell-page .inner-banner img {
    height: 600px;
}
.sell-page .container.title-page h1 {
    font-size: 41px;
    margin-top: 20px;
}
.sell-page p.sub-text {
    font-size: 11px;
}
.sell-page .inner-banner a.btn1 {
    margin-top: 30px;
    line-height: initial;
    height: auto;
    padding: 11px 15px;
}
.sell-page .inner-banner a.btn2 {
    margin-top: 30px;
    line-height: initial;
    height: auto;
    padding: 11px 15px;
}
header.header a.btn1{
    line-height: initial;
    height: auto;
    padding: 11px 15px;
}
header.header a.btn2{
    line-height: initial;
    height: auto;
    padding: 13px 15px;
}
.list-your-truck {
    padding: 0 20px;
}
.select_plan .plan_title {
    font-size: 18px;
}
.select_plan {
    font-size: 15px;
}
}
@media screen and (max-width: 920px){
.icon_box img {
    width: 50px;
}
.icon_box:before {
    left: -13px;
    width: 95px;
    height: 95px;
}
.icon_box {
    width: 80px;
    height: 80px;
    padding-left: 10px;
}
section.home_sec2 h2 {
    font-size: 25px;
}
section.home_sec2 span {
    font-size: 15px;
}
section.section.types_of_trucks .col-sm-4 {
    max-width: 50%;
    flex: 50%;
}
section.section.sell_truck h3 {
    font-size: 29px;
    line-height: 63px;
    margin-bottom: 0;
}
a.btn3 {
    font-size: 16px;
}
a.btn4 {
    font-size: 16px;
}
i.fa.fa-phone {
    margin-left: 20px;
}
.col-sm-3.footer_col1 {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
    padding-bottom: 50px;
}
.col-sm-3.footer_col2 {
    max-width: 33%;
    padding-left: 5%;
    flex: 0 0 33%;
}
footer ul li a {
    font-size: 18px;
}
.col-sm-4.footer_col4 {
    padding-left: 0;
    max-width: 30%;
    flex: 0 0 30%;
}
section.browse-truck .col-sm-8 {
    padding-left: 0;
}
.total_pages {
    font-size: 16px;
}
.package {
    padding: 20px;
}
.package h2 {
    font-size: 30px;
}
.package li {
    line-height: 32px;
    margin-bottom: 10px;
    font-size: 16px;
}
.package ul {
    height: 191px;
}
div#fcarousel .col-sm-4 {
    width: 50% !important;
    margin: 0 auto;
    height: 270px;
    flex: 0 0 50%;
}
section.section.types_of_trucks .featured_info {
        height: 372px;
    }
}
@media screen and (min-width: 700px)  and (max-width: 1000px) {
.socia_icons i.fa {
    width: 16px;
    height: 16px;
    padding: 4px;
    font-size: 10px;
}
.socia_icons i.fa.fa-facebook {
    padding-left: 5px;
}
.col-sm-6.socia_icons a {
    float: left;
    margin-right: 1px;
}
.col-sm-6.stars img {
    width: 10px;
    margin-top: 10px;
}
.box1 {
    padding: 15px;
}
.sell-page .inner-banner a.btn1 {
    margin-left: 20px;
}
.select_listing_plan h3 {
    font-size: 50px;
    margin-bottom: 60px;
}
section.section.about_socal_tt p {
    padding: 0 90px;
}
.home-banner {
    position: relative;
    margin-top: -136px;
}
section.section.types_of_trucks div.featured_info h4 {
        font-size: 22px !important;
        margin-top: -30px !important;
    }
section.section.types_of_trucks .price_featured .price_box {
        font-size: 17px !important;
        margin-top: 5px !important;
        margin-right: 5px;
    }
}

@media screen and (max-width: 855px){
  header.header .col-sm-5.text-right{
    display: none;  
}
section.section.sell_truck h3 {
    font-size: 28px;
}
section.section.sell_truck p {
    font-size: 16px;
}

section.section.sell_truck ul li {
    font-size: 16px;
}

input, select { font-size: 20px; }


}

@media screen and (max-width: 820px){
.featured_info {
    
}
.year_featured {
font-size: 12px;
margin-top: 17px;
}
    
}



@media screen and (min-width: 800px)  and (max-width: 830px) {
header.header .col-sm-5.text-right{
    display: none;
}
}

@media screen and (max-width: 830px){
header.header .col-sm-5.text-right {
    display: none;
}
section.home_sec2 h2 {
    font-size: 20px;
}
section.home_sec2 span {
    font-size: 13px;
    letter-spacing: 6px;
}
.bluebox {
    padding: 50px 10px;
}
.redbox {
    padding: 50px 10px;
}
section.section.sell_truck .col-sm-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
.sell_truck img {
    position: relative;
}
.col-sm-4.footer_col4 {
    /* padding-left: 50px; */
    /* max-width: 100%; */
    /* flex: 0 0 100%; */
}
footer ul li a {
    font-size: 17px;
}
a.btn1 {
    margin-left: 15px;
    margin-bottom: 10px;
}
footer ul li a {
    font-size: 14px;
}
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    [data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
[data-aos^="up"][data-aos^="up"]{
    opacity: 1 !important;
}
[data-aos^="right"][data-aos^="right"]{
    opacity: 1 !important;
}
[data-aos^="left"][data-aos^="left"]{
    opacity: 1 !important;
}
[data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
.brows-box-btn a {
    padding: 6px 7px;
}
.filter_box.filter3 .col-sm-6 {
    max-width: 100%;
    flex: 0 0 100%;
}
.total_pages {
    font-size: 15px;
}
.brows-box-btn h5 {
    font-size: 15px;
}
.type-truck {
    font-size: 14px;
}
section.select_listing_plan .col-sm-4 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 60px;
}
span.price_box {
    font-size: 15px;
    margin-top: 15px;
}
section.browse-truck .container,
header.header .container,
.inner-banner .container,
footer.footer .container{
    overflow-x: hidden;
}
section.browse-truck {
    padding-right: 15px;
}
.browse-truck h4 {
    font-size: 18px;
    margin-bottom: 0;
}

.brows-box-btn p { font-size: 14px !important; }
 
a.btn5 {
    font-size: 16px;
    padding: 12px 20px;
}
.filter_box h2 {
    font-size: 22px;
}
section.section.types_of_trucks h3 {
    line-height: 45px;
}
    .year_featured {
        margin-top: 14px;
    }
}

@media screen and (max-width: 800px){
    div.featured_slider button.slick-prev.slick-arrow {
        bottom: -30px;
    }
        .featured_info h4 {
        font-size: 21px;
    }
    div.featured_slider button.slick-next.slick-arrow {
        bottom: -52px !important;
    }
    section.section.types_of_trucks .featured_info h4 {
        font-size: 30px !important;
        margin-top: -50px !important;
    }
        section.section.types_of_trucks .price_featured .price_box {
        font-size: 20px !important;
        margin-top: 0 !important;
    }
        section.section.types_of_trucks .featured_type {
        padding-top: 0 !important;
        font-size: 17px !important;
    }
    section.section.types_of_trucks .year_featured {
        font-size: 20.829px !important;
        margin-right: 1px;
        margin-top: 4px !important;
        margin-left: 0;
        padding: 2px 10px 3px 10px;
        font-size: 15px !important;
 }
    section.section.types_of_trucks .featured_info {
        bottom: 165px !important;
    }
        div#fcarousel .col-sm-4 {
        margin: 0 auto;
        height: 245px !important;
    }
    
}
@media screen and (min-width: 790px) and (max-width: 805px) {
    section.section.types_of_trucks .featured_info {
        bottom: 120px !important;
    }
}
@media screen and (max-width: 766px){
.browse-truck-row1 > .col-sm-4{
    max-width: 50%;
    flex: 0 0 50%;
}
.browse-truck-row1 > .col-sm-8{
    max-width: 50%;
    flex: 0 0 50%;
}
.row.brows-truck-inner .col-sm-3,
.row.brows-truck-inner .col-sm-6{
    max-width: 100%;
    flex: 0 0 100%;
}
.browse-truck img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}
.row.brows-truck-inner {
    text-align: center;
}
.row.pagination_row .col-sm-6 {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
}
.pagination_row {
    padding-top: 0;
}
.col-sm-6.total_pages {
    padding-bottom: 20px;
}
.row.pagination_row .col-sm-6 {
    float: none !important;
    text-align: center !important;
    display: inline-block;
}
section.section.types_of_trucks h3 {
    line-height: 40px;
}
    section.section.sec_featured.dd {
        padding-bottom: 100px;
    }
        div.featured_slider button.slick-prev.slick-arrow {
        bottom: -60px;
    }
        div.featured_slider button.slick-next.slick-arrow {
        bottom: -82px !important;
    }
}
@media screen and (max-width: 768px){
 section.section.types_of_trucks .featured_info {
    height: 350px;
    width: 100%;
    background-size: 100% !important;
    background-position: bottom !important;
    bottom:0;
}
section.section.types_of_trucks .featured_info h4 {
    font-size: 45px;
    margin-top: -20px;
}
.featured_type {
    margin-top: 19px;
}
.year_featured {
    font-size: 10px;
    padding: 4px 10px;
    margin-top: 16px;
}


section.section.types_of_trucks .year_featured {
    font-size: 20.829px;
    margin-right: 1px;
    margin-top: 13px;
}

section.section.types_of_trucks .price_featured .price_box{
    font-size: 30px;
    margin-top:0;
}

section.section.types_of_trucks .featured_type {
    padding-top: 5px;
    font-size: 28px;
}

section.section.types_of_trucks h3 {
    font-size:40px;
    line-height: 45px;
}

.section .small_heading {
    margin-top: -55px;
    padding: 0px 0px 20px 0px;
}
}


@media screen and (max-width: 700px){
.col-sm-2.logo {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
}
.redbox .col-sm-3 {
    float: left;
    max-width: 33%;
    flex: 0 0 33%;
}
.col-sm-6.nopad.redbox .col-sm-9 {
    max-width: 66%;
    flex: 0 0 70%;
    width: 70%;
}
.bluebox .col-sm-3 {
    float: left;
    max-width: 33%;
    flex: 0 0 33%;
}
.col-sm-6.nopad.bluebox .col-sm-9 {
    max-width: 66%;
    flex: 0 0 70%;
    width: 70%;
}
section.section.nopad h3.text-center,
section.section.sec_featured h3.text-center,
.section h3 {
    font-size: 35px;
    line-height: 80px;
}
.featured_type {
    font-size: 14px;
    width: 50%;
    padding-top: 8px;
}
.price_featured {
    font-size: 20px;
    width: 50%;
    float: left;
}
.section h3,
section.section.nopad h3.text-center,
section.section.sec_featured h3.text-center {
    font-size: 40px;
    line-height: 80px;
    margin-bottom: 30px;
}
.section h3,
section.section.nopad h3.text-center,
section.section.sec_featured h3.text-center {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 30px;
}
.types_of_trucks button.tablinks , .types_of_trucks a.tablinks {
    margin-bottom: 15px;
}
section.section.types_of_trucks .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}
a.btn3 {
    padding: 10px 16px;
}
.what_people_say .col-sm-6.what_people_say1 {
    max-width: 100%;
    flex: 0 0 100%;
}
.what_people_say .col-sm-6.what_people_say2 {
    max-width: 100%;
    flex: 0 0 100%;
}
.col-sm-3.footer_col1 {
    max-width: 100%;
    text-align: center;
    flex: 0 0 100%;
}
.col-sm-3.footer_col2 {
    max-width: 100%;
    text-align: center;
    flex: 0 0 100%;
}
.col-sm-2.footer_col3 {
    max-width: 100%;
    text-align: center;
    flex: 0 0 100%;
}
.col-sm-4.footer_col4 {
    max-width: 100%;
    text-align: center;
    flex: 0 0 100%;
}
.col-sm-2.footer_col3 {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
    flex: 0 0 100%;
}
section.section.types_of_trucks h3.text-center {
    font-size: 31px;
}
section.what_people_say {
    height: auto;
}
section.what_people_say {
    padding-left: 50px;
    padding-right: 50px;
}
.slide_vertical_bottom {
    height: 400px;
}
.title-page h1 {
    font-size: 30px;
    margin: 20px 0 10px 0;
}
.title-page {
    font-size: 18px;
    padding: 0 20px;
}
.sell-page .inner-banner {
    background: url(../images/sell-banner.png) no-repeat;
    height: 460px;
    margin-bottom: 50px;
}
.sell-page .container.title-page h1 {
    font-size: 34px;
    margin-top: 75px;
}
.sell-page .inner-banner img{
    display: none;
}
.container.title-page.text-left {
    text-align: center !important;
}
.sell-page .container.title-page h1 {
    text-align: center !important;
}
.truck-slide-continue.slick-initialized.slick-slider{
    display: none;
}
.select_plan h4:before{
    display: none;
}
.truck-type-box {
    width: 47%;
    margin: 0 1.5% 50px 1.5%;
}
section.section.about_socal_tt h3 {
    color: #FFF;
    font-size: 35px;
}
section.section.nopad + section.what_people_say {
    margin-top: 50px;
}
.wojo.small.buttons .button, .wojo.small.button {
    margin-bottom: 10px !important;
    padding: 5px 15px !important;
}
    section.section.types_of_trucks .featured_info h4 {
        color: #000 !important;
    }
    section.section.types_of_trucks .featured_type,
        section.section.types_of_trucks .price_featured .price_box {
        color: #000;
    }
        section.section.types_of_trucks .featured_info {
        height: auto;
        width: 100%;
        background-size: 100% !important;
        background: transparent !important;
        bottom: 0;
        position: relative;

    }
    section.section.types_of_trucks .featured_box {
    overflow: hidden;
    height: auto !important;
}
section.section.types_of_trucks .year_featured {
   
        margin-left: 20px;
    }
    div#fcarousel div.col-sm-4 {
    width: 100% !important;
    margin: 0 auto;flex: 0 0 auto;
    height: auto !important;
}
section.section.types_of_trucks .featured_box {
        overflow: hidden;
        height: 470px !important;
        bottom: auto !important;
        position: relative !important;
    }
    
    
    .featured_slider { padding-bottom: 10px; }
    
}
@media screen and (max-width:700px){
.browse-truck-row1 > .col-sm-4{
    max-width: 100%;
    flex: 0 0 100%;
}
.browse-truck-row1 > .col-sm-8{
    max-width: 100%;
    flex: 0 0 100%;
}
section.browse-truck .col-sm-8 {
    padding-left: 30px;
}
.row.browse-truck-row1 {
    margin: 0;
}
section.section.about_socal_tt h3 {
    font-size: 30px;
}
section.section.about_socal_tt p {
    padding: 0 50px;
}
section.section.about_socal_tt:after {
    bottom: 0;
    background-size: 100px;
    right: 0;
    left: auto;
    width: 100px;
}
section.section.about_socal_tt:before {
    background-size: 150px;
    bottom: -30px;
    right: auto;
    left: 0;
}
}

@media screen and (max-width:630px){
   .home-banner {
    position: relative;
    margin-top: -151px;
} 
.what_people_say .col-sm-6.what_people_say2 > .row > .col-sm-6 {
    padding: 6px;
    margin-bottom: 70px;
}    
    
section.section.nopad h3.text-center, section.section.sec_featured h3.text-center, .section h3 {
    line-height: 50px;
}
    
section.what_people_say a.btn3 {
    margin-bottom: 28px;
}

section.section.sell_truck h3 {
    font-size: 25px;
}
section.section.sell_truck ul li {
    font-size: 15px;
}   
footer {
    margin-top: -90px;
}   
  
.wojo.list .item {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    margin-bottom: 0.25rem;
    margin-left: 129px;
    margin-bottom: 11px;
}  
    
    
}

@media screen and (max-width:620px){
    section.section.sell_truck {
        padding: 50px 30px;
    }
    section.section.sell_truck h3 {
    font-size: 29px;
    line-height: 40px;
    margin-bottom: 10px;
}
section.section.sell_truck .col-sm-6 + .col-sm-6 {
    margin-top: -80px;
}
section.what_people_say a.btn3 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.what_people_say1 {
    text-align: center;
}
.what_people_say1 h4{
    text-align: left;
}
.what_people_say1 p{
    text-align: left;
}
.title-page h1 {
    font-size: 25px;
    margin: 20px 0 10px 0;
}
.select_listing_plan h3 {
    font-size: 40px;
    margin-bottom: 60px;
}
.truck-type-box {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
}
section.section.types-truck-we-buy.text-center {
    padding: 50px 30px;
}
.btn-row3 {
    font-size: 38px;
}
.btn-row3 a.signup-btn {
    margin-left: 0;
    margin-top: 30px;
}
section.section.about_socal_tt p {
    padding: 0 40px;
}
section.section.about_socal_tt:after {
    bottom: 0;
    background-size: 100px;
    right: 0;
    left: auto;
    width: 100px;
}
section.section.about_socal_tt:before {
    background-size: 150px;
    bottom: -30px;
    right: auto;
    left: 0;
}
.package ul {
    height: auto;
}
.truck-slide-continue.slick-initialized.slick-slider{
    display: none;
}
.select_plan h4:before{
    display: none;
}
section.section.sec_have_question h3 {
    font-size: 30px;
}
section.section.sec_have_question  {
    padding: 50px 0;
}
.sell-page .container.title-page h1 {
    font-size: 34px;
    margin-top: 20px;
}
.sell-page .inner-banner {
    background: url(../images/sell-banner.png) no-repeat;
    height: 460px;
    margin-bottom: 50px;
}
.sell-page .container.title-page h1 {
    font-size: 34px;
    margin-top: 100px;
}
.sell-page .inner-banner img{
    display: none;
}
.list-your-truck {
    padding: 0 20px;
    text-align: center;
}
.truck-type-box-inner {
    margin: 10px 50px;
}
span.price_box {
    font-size: 15px;
    margin-top: 3px;
    margin-right: 20px;
}
.slick_vertical_top.slide_vertical_bottom {
    margin-top: 144px;
}
}
.slick_vertical_top.slide_vertical_bottom {
    transform: rotate(180deg);
}
.slick_vertical_top.slide_vertical_bottom .box1 {
    transform: rotate(180deg);
}
@media screen and (max-width: 1024px){
section.section.about-sec {
    padding-top: 0;
}

 
#main #faq .card {
    margin-left: 15px;
}

#main #faq .card .card-header .btn-header-link {
    font-size: 21px;
}

.card-body {
    font-size: 18px;
}

 
}


@media screen and (max-width: 991px){



div#main {
    padding-right: 15px;
}


#main #faq .card {
    margin-left: 15px;
}

#main #faq .card .card-header .btn-header-link {
    font-size: 21px;
}

.card-body {
    font-size: 18px;
}

}
@media screen and (max-width: 900px) and (min-width: 700px){

.bluebox .col-sm-9, .redbox .col-sm-9 {
    padding-left: 25px !important;
}
    section.section.types_of_trucks div.featured_info h4 {
        font-size: 28px !important;
        margin-top: -50px !important;
    }
}
@media screen and (max-width: 767px){


#main #faq .card {
    margin-left: 15px;
}

#main #faq .card .card-header .btn-header-link {
    font-size: 14px;
    white-space: unset;
    padding-right: 25px;
}

#main #faq .card-body {
    font-size: 14px;
}
    
section.section.faqs-about-sec h3,
section.section.faq-sec.faq_sell h3 {
    font-size: 35px;
    line-height: 50px;
}
section.section.faqs-about-sec h3 {
    margin-bottom: 40px !important;
}

section.section.faqs-about-sec {
    padding: 70px 0 60px;
}
.popular_slider .popular_inner {
    height: 100px;
    padding: 20px;
}
.popular_slider .popular_inner img {
    object-fit: cover;
    width: 100%;
}
}
@media screen and (min-width: 500px) and (max-width: 700px) {
    .icon_box:before {
        width: 80px;
        height: 80px;
    }
        .icon_box {
        width: 65px;
        height: 65px;
        padding-left: 10px;
    }
        .icon_box img {
        width: 40px;
    }
        .featured_info {
        bottom: 128px;
        left: 0;
    }
    .featured_type {
        margin-top: -7px;
        text-align: right;
    }
        .year_featured {
        font-size: 10px;
        padding: 4px 10px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 700px){

section.section.types_of_trucks a.btn3 {
    margin-top: 0;
}
 
      .featured_type {
        font-size: 13px;
    }
        .section h3, section.section.nopad h3.text-center, section.section.sec_featured h3.text-center {
        font-size: 30px;
        line-height: 40px !important;
        margin-bottom: 30px;
    }
    section.section.types_of_trucks .price_featured{
    width:100%;
}
section.section.types_of_trucks .featured_type, section.section.types_of_trucks .price_featured .price_box {
        color: #000;
        width: 100% !important;
        text-align: center;
    }
    section.section.types_of_trucks .featured_info {
        height: auto;
        width: 100% !important;
        background-size: 100% !important;
        background: transparent !important;
        bottom: 0;
        position: relative;
        text-align: center;
    }
        section.section.types_of_trucks .year_featured {
        margin-left: 0;
        float: none;
    }
        section.section.types_of_trucks .featured_info h4 {
        color: #000 !important;
        font-size: 24px !important;
    }
}
@media screen and (max-width: 390px){
#main #faq .card .card-header .btn-header-link {
    padding-right: 30px;
}
section.section.faqs-about-sec h3 {
    font-size: 35px;
    line-height: 50px;
}
.home-banner img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}
}
@media screen and (max-width: 370px){

i.fa.fa-phone {
    margin-left: 10px;
}
    .featured_type {
        font-size: 13px;
    }
        .section h3, section.section.nopad h3.text-center, section.section.sec_featured h3.text-center {
        font-size: 30px;
        line-height: 40px !important;
        margin-bottom: 30px;
    }
    section.section.types_of_trucks .price_featured{
    width:100%;
}
section.section.types_of_trucks .featured_type, section.section.types_of_trucks .price_featured .price_box {
        color: #000;
        width: 100% !important;
        text-align: center;
    }
    section.section.types_of_trucks .featured_info {
        height: auto;
        width: 100% !important;
        background-size: 100% !important;
        background: transparent !important;
        bottom: 0;
        position: relative;
        text-align: center;
    }
        section.section.types_of_trucks .year_featured {
        margin-left: 0;
        float: none;
    }
        section.section.types_of_trucks .featured_info h4 {
        color: #000 !important;
        font-size: 24px !important;
    }

       section.section.types_of_trucks .featured_box {
        overflow: hidden;
        height: 390px !important;
        bottom: auto !important;
        position: relative !important;
    }
}






/*About page Hasan Dev */
@media screen and (max-width: 1024px){
        section.section.about-sec {
    padding-top: 0;
}


body .about-sec .col-sm-6 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}


body .about-sec .col-sm-6 p, body .about-sec .col-sm-6 ul li {
    font-size: 18px;
}

#main #faq .card {
    margin-left: 15px;
}

#main #faq .card .card-header .btn-header-link {
    font-size: 21px;
}

.card-body {
    font-size: 18px;
}

section.section.about-sec h3 {
    line-height: 60px;
    margin-bottom: 21px;
}
        }


@media screen and (max-width: 991px){

    section.section.about-sec {
    padding-right: 15px;
    padding-left: 15px;
}

    div#main {
    padding-right: 15px;
}

    section.section.logos-sec-about {
    padding: 0px;
}
        section.section.about-sec {
    padding-top: 0;
}


body .about-sec .col-sm-6 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}


body .about-sec .col-sm-6 p, body .about-sec .col-sm-6 ul li {
    font-size: 18px;
}

#main #faq .card {
    margin-left: 15px;
}

#main #faq .card .card-header .btn-header-link {
    font-size: 21px;
}

.card-body {
    font-size: 18px;
}

section.section.about-sec h3 {
    line-height: 60px;
    margin-bottom: 21px;
}
        }



        @media screen and (max-width: 767px){

            body .about-sec .col-sm-6 a {
    width: 75%;
}

body .about-sec .col-sm-6:last-child {
    text-align: center !important;
}

.about-sec ul {
    text-align: left;
}

            section.section.faqs-about-sec h3 {
    margin-bottom: 40px !important;
}

            section.section.faqs-about-sec {
    padding: 70px 0 60px;
}

        section.section.about-sec {
    padding-top: 0;
    padding-left: 0;
}


body .about-sec .col-sm-6 {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-left: 15px;
}

body .about-sec .col-sm-6 h3, body .about-sec .col-sm-6 p, body .about-sec .col-sm-6 h3, body .about-sec .col-sm-6 a {
    text-align: center;
    width: 100%;
}

body .about-sec .col-sm-6 h3 {
    margin-top: 50px;
}

body .about-sec .col-sm-6 p, body .about-sec .col-sm-6 ul li {
    font-size: 18px;
}

#main #faq .card {
    margin-left: 15px;
}

#main #faq .card .card-header .btn-header-link {
    font-size: 14px;
    white-space: unset;
    padding-right: 25px;
}

#main #faq .card-body {
    font-size: 14px;
}
        }

        @media screen and (max-width: 390px){
            #main #faq .card .card-header .btn-header-link {
    padding-right: 30px;
}
        }
div#mainBrands p {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed Light';
}

div#mainBrands h4 {
    color: #000;
    font-size: 66px;
    font-style: normal;
    font-weight: 700;
    line-height: 110px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.col-sm-6.stars p {
    float: left;
}
.row.grid.gutters.screen-8.tablet-6.mobile-4.phone-2 {
    justify-content: center;
}
a.btn3 {
    position: relative;
    z-index: 999;
}
section.what_people_say {
    margin-top: 50px;
}
@media screen and (min-width:700px) and (max-width:1500px){
  .row .columns.screen-50 {
        flex: 0 0 50%;
        max-width: calc(50% - 32px);
    }
    
}
@media screen and (min-width:1200px) and (max-width:1300px){
    header.header {
    top: 20px;
}
.inner-banner {
    margin-top: -260px;
}
    .row .columns.screen-50 {
        flex: 0 0 50%;
        max-width: calc(50% - 32px);
    }
}

@media screen and (max-width:1300px){ 
    .featured_box.soon_feat img { height: 78%; }
}


@media screen and (max-width:1250px){
.inner-banner {
        margin-top: -150px;
    }
}
    
@media screen and (max-width:1200px){ 
    .featured_box.soon_feat img { height: 73%; }
}

@media screen and (max-width:1050px){ 
    .featured_box.soon_feat img { height: 64%; }
}

@media screen and (max-width:1000px){ 
    .featured_box.soon_feat img { height: 68%; }
}

@media screen and (max-width: 830px){ 
    .featured_box.soon_feat img { height: 64%; }
}
    
@media screen and (max-width:700px){
    
.featured_box.soon_feat { overflow: hidden; }    
.featured_box.soon_feat img {
    height: 100%;
    margin-top: -50px !important;
}
    
footer .wojo.list .item {
    display: flex;
    display: block;
    margin-left: 0 !important;
}
    .row.phone.fluid > .columns, .row .columns.phone-100, .row.grid[class*="screen-"] > .columns {
        flex: 0 0 100%;
        max-width: calc(100% - 20px);
    }   
        a.btn4 {
        font-size: 16px;
        display: block;
        margin-top: 20px;
    }
    div#mainBrands h4 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
    
}    
div#map {
    display: none;
}
    @media screen and (min-width: 700px) and (max-width: 798px) {
    section.section.types_of_trucks .featured_info {
        background-position: 0 85px !important;
    }
    form#wojo_form.mobile-block-hide {
    display: block !important;
}
    .brows-box-btn p {
        font-size: 16px;
    }
}
       @media screen and (max-width: 700px){ 
    .about-sec .col-sm-6:first-child,
    body .about-sec .col-sm-6:last-child{
    padding-right: 60px;flex: 0 0 97% !important;
    max-width: 100% !important;
}
div#mcarousel {
    margin-top: 50px;
}
div#wojo-overlay {
    display: none !important;
}
    html.open-menu a#hamburg {
        z-index: 999;
        background: #000;
        border-radius: 50%;
    }
    .open-menu .nav-cross:before {
    content: "X";
    position: absolute;
    z-index: -1;
    font-size: 25px;
    margin-left: -7px;
}
}

@media screen and (max-width: 767px) { 
    form#regForm { padding-right: 0 !important; }
    .tab > .row > .col-sm-4 { flex: 0 0 100%; max-width: 100%; }
}

@media screen and (max-width: 630px) {
    header.header { top: 10px; }
    .home-banner { margin-top: -154px;}
    .home-banner img { height: 250px; }
    
    footer {
        margin-top: 0;
    }
        .wojo.list .item {
        margin-left: 0;
        margin-bottom: 11px;
}
       }
section.what_people_say a.btn3 {
    display: none;
}
.what_people_say h4+ p {
    display: none;
}
.title-page.text-center h1 {
    text-transform: initial;
    text-transform: capitalize;
}a.btn4 {
    position: relative;
    z-index: 9999;
}
@media screen and (max-width:1410px) and (min-width:1200px){
    .col-sm-6.stars p img {
    width: 20px;
}
}
@media screen and (max-width:1200px) and (min-width:700px){
.browse-truck .year_featured {
    margin-right: 10px;
}
}
.col-sm-6.socia_icons {
    display: none !important;
}
#wojo-overlay,
.sticky-note{
    display:none !important;
}


@media screen and (max-width:568px){ 
    .featured_box.soon_feat img { height: 64%; margin: 0 !important; }
}


/*#debug-panel { display: none !important; }*/
.wojo.form input.error, .wojo.form textarea.error, .wojo.form select.error { border-bottom: 1px solid #dc3545 !important; }
