@media (min-width:1800px){
    .filterContainer_inner .filterContainer_inner_body .row > .col-lg-4 {
        width: 25%;
        max-width: 25%;
    }
    .filterContainer_inner {
        width: 100%;
        max-width: 1500px;
    }
    .option-wrapper {
        background-position-y: 24px;
        background-size: 70%;
    }
    .singleDetail_multiimgs_wrapper > .row > .col-md-4 {
        width: 25%;
        max-width: 25%;
    }
    .singleDetail_multiimg {
        height: 160px;
    }
    .singleDetail_img {
        width: 100%;
        height: 540px;
    }
}
@media (min-width:1600px) and (max-width:1800px) {
    .option-wrapper {
        background-position-y: 24px;
        background-size: 70%;
    }
    .filterContainer_inner {
        max-width: 1240px;
    }
}
@media (min-width:1400px){
    .container{
        max-width: 1240px;
    }
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.4rem;
        padding-left: 1.4rem;
    }
}
@media (max-width:1370px){
    .listFilters .filterWrapper .filterItem {
        max-width: 140px;
        display: inline-block;
    }
}
@media (max-width:1340px){
    .option-wrapper {
        background-size: 100%;
    }
    .test_img_wrapper {
        background-position-x: 65px;
    }
    .left_footer_wrapper .navbar .nav-item .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width:1400px){
    .test_img_wrapper::before {
        top: -1px;
    }
}
@media (max-width:1024px){
    .filterContainer_left {
        max-width: 250px;
    }
    .topbar_wrapper {
        font-size: 13px;
    }
    .radioSelected_item {
        max-width: 70px;
    }
    .filterContainer_sidebar.fixed {
        position: fixed;
        width: 250px;
    }
}
@media only screen and (min-width:768.5px){
    .filterContainer_sidebar.fixed {
        position: fixed;
        z-index: 90;
        top: 0;
        left: 0;
        width: 350px;
        animation: fixedFilter 1s alternate;
        -webkit-animation: fixedFilter 1s alternate;
        box-shadow: 2px 2px 12px 0px #40404059;
        border-radius: 0 0px 10px 0;
        overflow: hidden;
        border-top: 5px solid #1994fc;
    }
}

@media (max-width:768.5px){
    .rightdiv {
        display: none !important;
        visibility: hidden !important;
    }
    .singleDetail_left, .singleDetail_right {
        width: 100%;
        padding: 0 15px;
    }
    .jumbotron {
        padding: 1rem 1rem;
    }
    .home_section {
        height: 520px;
    }
    .finance-form-outer {
        width: 100%;
        max-width: 500px;
    }
    .display-3 {
        font-size: 3rem;
    }
    .option-wrapper {
        background-size: 168%;
    }
    .welcome_img, .welcome_content {
        margin-bottom: 30px;
    }
    .testi_bg {
        top: -80px;
        left: 30px;
        font-size: 100px;
    }
    .bg_dots {
        top: -40px;
        height: 100px;
        width: 360px;
    }
    .left_footer_wrapper .navbar-nav{
        flex-wrap: wrap;
    }
    .left_footer_wrapper .navbar .nav-item .nav-link {
        padding-left: 0;
        padding-right: 1.5rem;
    }
    .other_head h4 {
        font-size: 1.1rem;
    }
    .topbar_wrapper {
        font-size: 12px;
    }
    .topbar_wrapper img {
        max-width: 16px;
    }
    /* .topbar_wrapper .container > .row .left_top .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .topbar_wrapper .container > .row .left_top .row [class*="col-"]{
        padding-left: 5px;
        padding-right: 5px;
    } */
    .left_top {
        font-size: 12px;
        white-space: nowrap;
    }
    .navbar-light .navbar-nav .nav-item.active::after {
        width: 100%;
        bottom: 0;
        max-width: 200px;
    }
    .featured_item_img {
        height: 180px;
    }
    .heroFilters_text {
        padding-bottom: 12px;
        display: block;
    }
    .filterBtn.filterPrev{
        left: 0;
    }
    .filterBtn.filterNxt{
        right: 0;
    }
    .filterContainer_right {
        width: calc(100% );
    }
  
    .open_filter {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #ff6d0e;
        color: #fff;
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 1026;
        font-size: 20px;
        animation: wave 1s infinite alternate-reverse;
        -webkit-animation: wave 1s infinite alternate-reverse;
    }
    .open_filter.filter_opened {
        background-color: #ff1a1a;
        color: #fff;
    }
    .open_filter.filter_opened i::before { 
        content: "\f00d";
        color: #fff;
    }
    .open_filter:hover{
        color: #fff;
      }
      .sidebarFilters_accordians, .sidebarFilters{
        display: none;
    }
    .sidebarFilters_accordians.open {
        position: fixed;
        background: #fff;
        z-index: 1025;
        top: 31%;
        bottom: 0;
        left: 0;
        right: 0;
        max-height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        display: block;
        animation: smoothFilter1 0.5s alternate;
        -webkit-animation: smoothFilter1 0.5s alternate; 
        border-top: 5px solid #19a1fc;
        }
        .sidebarFilters_accordians .sidebarFilters_head a.btn {
            color: #ffffff;
        }
        .selectedFilter {
            margin-bottom: 0.5rem;
        }
}

@media (max-width:768px){
    #contact_wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .sticky {
      position: initial;
      top: 0px;
    }
    
    #vert_filter_div {
        max-height: 450px;
    }
    
    .container {
        padding-left: 0px;
        padding-right: 15px;
    }
    
    #trade_in_frm .form-control {
        margin-bottom: 10px;
    }

    .table-int {
        font-size: 12px;
    }
    
    .testimonial_wrapper {
        padding-top: 0;
        margin-top: 0px;
        padding-bottom: 30px;
        margin-bottom: 0px;
    }
    
    .welcome_wrapper {
        padding-top: 0;
        margin-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    
    
    .listFilters {
        margin-bottom: 1rem;
    }
    .heroSearch_submit > button.btn {
        width: 100%;
        border: 0;
        background-color: #1994fc;
        color: #fff;
        padding: 9px;
        height: auto;
    }
    .heroSearch_range .row [class*="col-"] {
        padding-left: 15px;
    }
    input#search_input {
        height: 50px;
        padding-left: 0;
        border: 0;
    }
    .filterBtn.filterPrev {
        left: -15px;
    }
    .filterContainer_right {
        width: 100%;
    }
    .filterContainer_left {
        width: 100%;
        max-width: 100%;
    }
    .sidebarFilters_accordians #accordion .card-header, .sidebarFilters_accordians #accordion .card-body {
        padding-left: 15px;
        padding-right: 15px;
    }
    a#dropdownMenuLink + .dropdown-menu {
        left: auto !important;
        right: 0;
        transform: translate(3px, 28px) !important;
    }
    .singleDetail_left .singleDetail_img {
        width: 100%;
        height: 300px;
    }
    .singleDetail_multiimg {
        height: 150px;
    }
    .singleDetail_form {
        margin-bottom: 15px;
    }
    .singleDetail_multiimgs_wrapper {
        margin-bottom: 30px;
    }
    .featured_item_img {
        height: 230px;
    }
    .service_form_body {
        margin-bottom: 1rem;
    }
    .sidebarFilters_accordians.open {
        position: fixed;
        background: #fff;
        z-index: 1025;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        display: block;
        animation: smoothFilter 0.5s alternate;
        -webkit-animation: smoothFilter 0.5s alternate;
}    
    .filterContainer_inner_header .sort_wrapper {
        justify-content: flex-end;
    }
  
  .testimonial_content {
    top: 0;
    }

    .featured_item_price > a small{
        display: none;
    }

    .copy_text {
        font-size: 10px;
        text-align: center;
        margin-bottom: 0 !important;
        margin-right: 20px;
    }
}

@media (max-width:480px){
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .copy_text.copy_links {
        width: 100%;
        margin-bottom: 0.2rem !important;
    }
    .singleDetail_left .singleDetail_spec_inner{
        margin-bottom: 1.8rem;
    }
    .singleDetail_spec_body > ul > li{
        padding-left: 0;
        padding-right: 0;
    }
    .singleDetail_title, .singleDetail_price, .singleDetail_links, .singleDetail_specs {
        margin-bottom: 25px;
    }
    .singleDetail_left .singleDetail_right {
        padding: 0;
    }
    .singleDetail_left .singleDetail_specs .card .card-link {
        color: #000;
        font-size: 22px;
    }
    .singleDetail_spec_wrapper, .singleDetail_spec_header, .singleDetail_spec_body {
        margin-bottom: 0;
    }
    .singleDetail_specs .px-lg-0{
        padding: 0;
    }
    .seeAll_wrapper {
        text-align: left;
    }
    .singleDetail_wrapper, .singleDetail_spec_wrapper .singleDetail_spec_inner{
        padding: 0;
    }
    .featured_item_items {
        flex-wrap: wrap;
    }
    .featured_item_item {
        display: block;
        width: 50%;
    }
    .inventory-item-content .featured_item_con{
        padding: 15px;
    }
    .singleDetail_left .singleDetail_img {
        width: 100%;
        height: 250px;
    }
    .allFeatures_wrapper {
        max-height: 450px;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .singleDetail_spec_body > ul > li span:first-child {
        font-size: 16px;
    }
    .singleDetail_spec_body > ul > li span:nth-child(2) {
        font-size: 14px;
    }
    .singleDetail_multiimg {
        display: block;
        width: 100%;
        height: 90px;
        overflow: hidden;
    }
    .heroFilters_item {
        max-width: 315px;
        width: 100%;
        margin: 0 auto;
    }
    .tbar::after {
        width: 100%;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }
    .left_top img{
        width: 14px;
    }
    .navbar-light .navbar-nav .nav-item.active::after {
        width: 60px;
        bottom: 5px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-bottom: 15px;
    }
    .hero_inner > h2 {
        font-size: 21px;
        text-align: center;
    }
    .hero_inner > h1.display-1 {
        font-size: 47px;
        text-align: center;
    }
    .hero_inner > .flex-btn {
        display: none;
    }
    .home-search-wrapper {
        top: -247px;
    }
    .home-search-box .heading_ {
        display: none;
    }
    .home-search-box {
        padding: 20px;
    }
    .margin-minus {
        margin-top: -12rem;
    }
    .home-search-wrapper {
        min-height: 370px;
        background-position-y: 14rem;
        background-position-x: -44rem;
    }
    .sec_sub p {
        font-size: 15px;
    }
    .finacing_box_outer {
        width: 100%;
        height: 500px;
        padding: 90px 24px 0px;
    }
    .inner-col .inner-col-1 {
        padding-left: 0;
        font-size: 15px;
        text-align: center;
    }
    .inner-col .inner-col-2 img {
        position: absolute;
        top: -37px;
        left: 50%;
        transform: translateX(-50%);
    }
    .inner-col .inner-col-2 {
        font-size: 32px;
        line-height: 1;
        text-align: center;
    }
    .mb-c-5 {
        margin-bottom: 7rem !important;
    }
    .float_img {
        width: 100%;
        bottom: -65px;
        right: -60px;
        overflow: hidden;
    }
    .option-wrapper::before {
        content: '';
        width: 100%;
        right: 0;
        top: auto;
        bottom: 0;
        height: 57%;
        position: absolute;
        clip-path:polygon(0% 0%, 100% 50px, 100% 100%, 0 100%);
    }
    .option-wrapper {
        background-size: cover;
        background-position-y: 0;
    }
    
    .wel_subtitle h2 {
        font-size: 36px;
        line-height: 1.5;
    }
    .option-wrapper {
        text-align: center;
        min-height: 500px;
    }
    .option-wrapper h2 {
        font-size: 18px;
    }
    .option-wrapper h1 {
        font-size: 32px;
        letter-spacing: 0.96px;
    }
    .bg_dots {
        top: -150px;
        width: 100px;
        overflow: hidden;
    }
    #accordion .card-header, #accordion .card-body {
        padding-left: 0;
        padding-right: 0;
    }
    .call_left {
        margin-bottom: 2rem;
    }
    .callus_wrapper{
        text-align: center;
    }
    .call_left h2 {
        font-size: 18px;
    }
    .display-2 {
        font-size: 32px;
    }
    .footer_map_wrapper {
        position: static;
        width: 100%;
        height: 200px;
        clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
    }
    .left_footer_wrapper .navbar-nav li.nav-item {
        flex-basis: 50%;
    }
    .left_footer_wrapper .navbar-nav {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .left_footer_wrapper .navbar .nav-item:first-child .nav-link {
        padding-left: 1rem;
    }
    .left_footer_wrapper .navbar-nav li.nav-item:nth-child(even){
        text-align: right;
    }
    .left_footer_wrapper .navbar-nav li.nav-item:nth-child(odd) .nav-link{
        padding-left: 0;
    }
    .test_img_wrapper {
        position: absolute;
        left: -297px;
        top: -136px;
        background-position-x: 0;
        transform: scale(0.5);
        height: 400px;
    }
    .badge_img {
        top: 20px;
        left: -18px;
        width: 100px;
    }
    .badge_img2 {
        right: 18px;
        bottom: -50px;
        width: 116px;
    }
    .welcome_img .img-responsive {
        margin-left: 40px;
    }
    .navbar-brand img {
        max-width: 170px;
    }
    .singleDetail_price_pop.fixedTop {
        top: auto;
        bottom: 0;
        padding: 20px 20px;
        animation: slideup 1s alternate;
        -webkit-animation: slideup 1s alternate;
        box-shadow: 0px 1px 15px #21252945;
        display: none;
}
.singleDetail_left {
    margin-top: 15px;
}
}

@media (max-width:360px){
    .topbar_wrapper .container > .row .left_top .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .topbar_wrapper .container > .row .left_top .row [class*="col-"]{
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1350px;
    }
}

@media (min-width: 1700px) {
    .container {
        min-width: 1450px;
    }
}
