@media only screen and (min-width: 576px) {
  .close-filter {
    display: none;
  }
  .open-filter {
    display: none;
  }
}

/* min-width:1200px END */

@media only screen and (min-width: 1200px) {
  .navbar-cst li.nav-item ul.dropdown-menu {
    position: absolute;
    display: block;
    top: 170%;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
    padding: 0px;
    border: none;
    border-right: 0px;
    z-index: 999999;
    box-shadow: 0px 0px 5px -2px #000;
    text-align: center;
  }
  .navbar-cst li.nav-item:hover ul.dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 25%);
    overflow: hidden;
    box-shadow: none;
    border-top: 1px solid #a7a7a7;
    border: 1px solid #919191;
  }
}

/* min-width:1200px END */

@media only screen and (min-width: 1400px) {
}
/* min-width:1400px END */

@media only screen and (min-width: 1300px) {
  .make-modal .modal-xl {
    max-width: 1254px;
  }
}
/* min-width:1300px END */

@media only screen and (max-width: 4000px) {
}

/* max-width:4000px END */

@media only screen and (max-width: 2560px) {
}

/* max-width:2560px END */

@media only screen and (max-width: 1920px) {
}

/* max-width:1920px END */

@media only screen and (max-width: 1800px) {
  .navbar-cst nav.navbar img {
    /* height: 80px; */
  }
}

/* max-width:1800px END */

@media only screen and (max-width: 1600px) {
  .navbar-cst nav.navbar {
    padding-top: 10px;
  }
  .navbar-cst nav.navbar img {
    /* height: 60px; */
  }
  .banner-img {
    height: 750px;
  }
  .home-banner-content h3 {
    font-size: 40px;
  }
  .home-banner-content p {
    font-size: 20px;
  }
  .home-banner-content {
    left: 65%;
    transform: translate(-35%, -50%);
  }
  .home-banner:hover .owl-nav button.owl-prev {
    left: 1%;
  }
  .home-banner:hover .owl-nav button.owl-next {
    right: 1%;
  }
  .home-banner .carousel-caption {
    left: 5%;
  }
}

/* max-width:1600px END */

@media only screen and (max-width: 1399px) {
  .banner-img {
    height: 650px;
  }
  .home-banner .form-content {
    width: 400px;
    height: unset;
  }
  .home-banner .form-content button {
    width: 100%;
  }
  .form-content select.form-select {
    margin: 15px 0px;
    padding: 10px 20px;
    font-size: 16px;
  }
  .top-deal-content-main img.car-img{min-height: 210px;}
  .sub-title{margin-bottom: 15px;}
  .all-btn{font-size: 18px;padding: 5px 25px;}
  ul.whyus-icons{margin-bottom: 20px;margin-top: 20px;}
  ul.whyus-icons li{margin-right: 20px;width: 70px;height: 65px;}
  ul.how-it-work-content li{width: 23%; margin: -10px auto 30px auto;}
  ul.how-it-work-content li:nth-child(3) {margin-top: 80px;}
  ul.how-it-work-content li p {text-align: justify;}
  .login-inner-wrapper .login-right-wrapper-card {
    padding: 25px;
  }

  .login-inner-wrapper .right-form-body .c-input-type {
    padding: 10px 20px;
    /* margin-bottom: 20px;         */
  }

  .login-inner-wrapper .all-btn-blue {
    margin-top: 15px;
    margin-bottom: 20px;
    height: 50px;
    width: 170px;
  }
}
/* max-width:1399px END */



/* max-width:1199px END */

@media only screen and (max-width: 1040px) {
  .contract-select-box .form-select {
    width: 165px;
  }
}

/* max-width:1040px END */

@media only screen and (max-width: 1300px) {
  .car-spec-bt p {
    padding: 15px;
    font-size: 13px;
    display: flex;
    align-items: center;
  }
}

/* max-width:1300px END */



@media only screen and (max-width: 1199px) {
  .cst-border {border-bottom: 1px dashed #ffffff50;padding: 20px 20px;}
}

@media only screen and (max-width: 1300px) and (min-width: 991px) {
  .make-modal .modal-xl {
    max-width: 900px;
  }
}
/* min-width:991px END */


@media only screen and (max-width: 991px) {
  /* NavBar CSS */
  .navbar-cst nav.navbar{height: 100px;}
  .navbar-cst .navbar-collapse {
    position: fixed;
    background-color: #f8f9fa;
    width: 40%;
    top: 0px;
    right: -100px;
    height: 100%;
    opacity: 0;
    transition: 0.4s;
    z-index: 9;
  }
  .navbar-cst .navbar-collapse.show {
    opacity: 1;
    right: 0px;
    z-index: 99;
    box-shadow: 0px 0px 60px -10px rgb(0 0 0 / 56%);
  }
  .navbar-cst ul.navbar-nav {
    text-align: center;
    padding-top: 100px;
  }
  .navbar-cst li.nav-item {
    margin: 0px 0px;
    width: 100%;
  }
  .navbar-cst li.nav-item a.nav-link {
    border-bottom: 1px solid #d2d2d2;
    padding: 15px 0px;
    color: #000 !important;
  }
  .navbar-cst nav.navbar.navbar-dark .navbar-toggler.csd {
    top: 5%;
    right: 13%;
    filter: brightness(0);
    position: absolute;
  }
  .navbar-cst li.nav-item a.nav-link.login-btn {
    width: fit-content;
    display: block;
    margin: auto;
    margin-top: 10px;
    border: 1px solid #074284;
  }
  .navbar-cst li.nav-item:hover ul.dropdown-menu {
    position: relative;
    text-align: center;
    box-shadow: none;
  }
  .navbar-cst li.nav-item ul.dropdown-menu li a {
    padding: 10px 30px;
    color: #000000ad;
  }
  .home-banner .carousel-caption {
    left: 7%;
  }
  .home-banner .form-content {
    width: 300px;
    padding: 15px;
  }
  .form-content h3 {
    font-size: 20px;
  }
  .form-content select.form-select {
    font-size: 16px;
  }
  .form-content button {
    height: 45px;
    font-size: 16px;
  }
  .sub-banner h1 {
    font-size: 40px;
  }
  /* Animated navbar button */
  .navbar-cst nav.navbar.navbar-dark .navbar-toggler .navbar-toggler-icon {
    background-image: none;
    box-shadow: -11px -14px 0px 0px #000, -11px -4px 0px 0px #000,
      -11px 6px 0px 0px #000, -1px -14px 0px 0px #000, -1px -4px 0px 0px #000,
      -1px 6px 0px 0px #000, 9px -14px 0px 0px #000, 9px -4px 0px 0px #000,
      9px 6px 0px 0px #000;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    transition: 0.5s;
  }
  .navbar-cst
        nav.navbar.navbar-dark
        .navbar-toggler.animated-icon
        .navbar-toggler-icon {
    box-shadow: -11px -14px 0px 0px #000, -6px -9px 0px 0px #000,
      -11px 6px 0px 0px #000, 4px -9px 0px 0px #000, 4px 1px 0px 0px #000,
      -1px -4px 0px 0px #000, 9px -14px 0px 0px #000, -6px 1px 0px 0px #000,
      9px 6px 0px 0px #000;
    width: 4px;
    height: 4px;
    transition: 0.5s;
  }
  .navbar-cst nav.navbar.navbar-dark .navbar-toggler {
    border: none;
    display: block;
    margin: auto 0px;
  }
  .contract-section {
    flex-wrap: wrap;
    gap: 10px;
  }

  .thankyou-content {
    max-width: 100%;
  }
  .login-wrapper .login-body h3{font-size: 40px;}
}


@media only screen and (max-width: 991px) {
  ul.how-it-work-content:before{content: none;}
  ul.how-it-work-content{flex-wrap: wrap;}
  ul.how-it-work-content li:nth-child(3) {margin-top: unset;}
  ul.how-it-work-content li{width: 45%;margin-top: unset !important;}
  ul.how-it-work-content li .img{margin-bottom: 20px !important;}
  .cst-border {border-bottom: 1px dashed #ffffff50;padding: 20px 20px;}
  ul.social{border: none;margin-top: 10px;padding-bottom: 0px;}
  .vat {
    top: 15%;
    bottom: unset;
    right: unset;
    left: 57%;
    padding: 10px 20px;
  }
  footer{padding: 0px 0px 20px 0px;}
  /* form#filter-search {position: sticky;top: 100px;} */
  .car-listing-card ul.cst li.car-listing-content:nth-child(2) {
    margin-top: 20px;
    padding-top: 15px;
  }
  .series-check-box {
    height: 60px;
  }
  .contract-select-box .form-select {
    width: 140px;
  }
  .deal-box {
    display: flex;
    flex-wrap: wrap;
  }
  .deal-note {
    width: 100%;
  }
  .deal-main-category th {
    font-size: 16px;
  }
  .deal-submain-category th {
    font-size: 12px;
  }
  .deal-data td {
    font-size: 12px;
  }
  .contract-select-box .form-select {
    height: auto;
  }
  .contract-select-box {
    flex-wrap: wrap;
  }

  .login-wrapper {
    height: 100%;
    padding: 50px 0px;
  }

  .login-wrapper .login-inner-wrapper {
    text-align: center;
  }

  .login-footer ul {
    justify-content: center;
  }

  .login-inner-wrapper .login-right-wrapper-card {
    width: 100%;
  }

  .get-in-touch-icons ul li{width: 32%; padding: 20px 0px;}
  .get-in-touch-icons ul p {font-size: 18px;}
}
/* max-width:991px END */

@media only screen and (max-width: 830px) {
  .car-big-spec-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .car-detail {
    padding: 40px 0;
  }
  .car-big-spec-box {
    padding: 40px 0;
  }
}

/* max-width:830px END */

@media only screen and (max-width: 767px) {

    .home-banner .carousel-caption {
        left: 50%;
        top: 40%;
        transform: translate(-50%, 0%);
      }
      .home-banner .form-content {
          width: 450px;
          box-shadow: 0px 0px 10px 0px #00000026;
      }
      .home-banner-content {
        top: 30%;
        left: 10%;
        right: 10%;
        transform: translate(0%, -60%);
        text-align: center;
    }

    .navbar-cst nav.navbar {
        background-color: rgb(255 255 255 / 10%);
    }
    .home-banner-content h3 {
        font-size: 30px;
    }
    .title{font-size: 30px;}
  .sub-banner h1 {
    font-size: 30px;
  }
  .sub-banner .search-form .search-field input {
    width: 300px;
  }

  .top-deal-content-main {
    max-width: 300px;
    margin: auto;
  }
  .top-deal-contents{padding: 10px 10px;}
  .car-listing-card {
    padding-bottom: 90px;
  }
  .car-listing-card ul.cst {
    justify-content: center;
  }
  ul.car-capicity{border-top: 1px dashed #00000060;border-bottom: 1px dashed #00000060;padding: 15px 0px;margin: 15px 0px;}
  .car-listing-card ul.cst li .img {
    margin-right: 0px;
  }
  .how-it-work{padding: 50px 0px 60px 0px;border-top: 1px dashed #b1b1b1;}
  .subscription{padding: 50px 0px;}
  /* ul.social li:first-child {
    width: 100%;
    margin-bottom: 20px;
  } */
  ul.social li {
    margin-right: 20px;
  }
  .logo-content img{margin-top: 30px;}
  .vat {
    top: unset;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 20px;
  }
  .car-listing-card ul.cst li img.img-fluid.cst {
    width: 100%;
  }
  .filter-car-style ul li .img {
    margin-right: 10px;
  }
  .show-all-result ul.top-filter li h3 {
    font-size: 18px;
  }
  .car-listing-card {
    margin-top: 20px;
  }
  .show-all-result ul.top-filter li h3,
  .show-all-result ul.top-filter .dropdown .dropdown-toggle {
    padding: 0px;
    margin-bottom: 0px;
  }
  ul.car-capicity li img {
    display: block;
    margin: auto;
  }
  ul.car-capicity li span {
    display: block;
    margin-top: 5px;
  }
  .car-listing-card ul.cst li.car-listing-content:nth-child(2) {
    margin-top: 10px;
  }
  .car-images-box .owl-nav {
    display: none;
  }
  .car-page {
    padding: 30px 0;
  }
  .variant-progress {
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .car-spec-bt {
    justify-content: start;
  }
  .car-spec-bt p {
    height: auto;
  }
  
  .get-in-touch-icons ul li {width: 100%;padding: 30px 0px;}
  .get-in-touch-icons ul li:nth-child(-n + 2) {border-right: 0px; border-bottom: 1px solid #ffffff5c;}
  .login-right-side .navbar-brand img {max-width: 250px;}
  .login-wrapper .login-body h3{font-size: 30px;}
  .login-inner-wrapper .right-form-body{margin-top: 20px;}
  .login-title{font-size: 30px;}

}
/* @media only screen and (max-width: 767px) {} */
/* max-width:767px END */

@media only screen and (max-width: 991px) and (min-width: 767px) {
  .make-modal .modal-xl {max-width: 750px;}
  form#filter-search {position: sticky;top: 100px;}
}
/* (max-width: 991px) and (min-width: 767px) END */

@media screen and (max-width: 767px) and (min-width: 576px) {
  form#filter-search {position: sticky;top: 100px;}
    .form-content h3 {
        font-size: 30px;
    }
    
    .form-content select.form-select {
        font-size: 20px;
    }

  .added-model ul {
    padding: 10px 5px;
  }
  .add-model,
  .filter-car-style {
    padding: 10px;
  }
  .added-model ul li:nth-child(2) {
    margin-left: 0px;
  }
  .added-model ul a i {
    right: 5px;
    padding: 5px;
    font-size: 15px;
    font-weight: 300;
  }
  ul.add-model-top li:nth-child(2) {
    margin-top: 10px;
  }
  .make-modal .modal-xl {
    max-width: 600px;
  }
  .modal-popular-brands ul {
    gap: 18px;
    justify-content: center;
  }
  .review-box {
    margin: 20px 0;
  }
}
/* (max-width: 767px) and (min-width: 576px) END */

@media only screen and (max-width: 575px) {
    .navbar-cst .navbar-collapse.show{
        width: 100%;
    }
  .sub-banner h1 {
    font-size: 24px;
  }
  .sub-banner .search-form .search-field input {
    width: 100%;
  }
  .sub-banner .search-form button {
    padding: 12px 15px;
  }
  ul.car-model-info {
    justify-content: space-between;
  }
  ul.car-model-info li {
    margin-right: 0px;
  }
  footer h6{margin-bottom: 5px;}
  /* footer{padding: 0px 0px 20px 0px;} */
  .logo-content img {
    margin: 0px;
}
ul.social{margin: 10px 0px;padding-bottom: 0px;}
  /* filter In Mobile */
  .filter-area {
    position: absolute;
    top: 0;
    left: -400px;
    z-index: 9999999;
    background-color: #fff;
    padding: 0px 0px;
    opacity: 1;
    transition: 0.5s;
    width: 340px;
    height: 100%;
    overflow-y: scroll;
  }
  .filter-area.cst {
    left: 0;
  }
  ul.add-model-top li h5 {
    font-size: 18px;
  }
  .add-model {
    padding-top: 60px;
  }
  .series-check-box {
    height: 50px;
  }
  .car-images-box .owl-theme .owl-nav {
    display: none;
  }
  .car-images-box .owl-carousel .owl-item img {
    height: 100%;
  }
  .series-done {
    bottom: -10px;
  }
  .car-all-images ul {
    gap: 15px;
  }
  .car-all-images ul li {
    font-size: 12px;
  }
  .car-images-box .thumbs-images {
    padding: 20px;
  }
  .car-images-box {
    margin: 0 0 20px;
  }
  .variant-progress .progress {
    height: 10px;
  }
  .variant-mian-title {
    margin: 30px 0 0;
  }
  .top-deal, .why-us {padding: 10px 0px;}
  .thankyou-content {
    left: 40%;
    bottom: 3%;
    transform: translate(-30%, -3%);
  }
  .sucess-page h2 {
    font-size: 30px;
  }
  a.sign-btn {
    padding: 10px 30px;
    font-size: 16px;
}
.login-wrapper{padding: 10px 0px;}
.login-inner-wrapper .login-right-wrapper-card{margin: 0px auto;}

}

/* max-width:575px END */

@media only screen and (max-width: 479px) {
    .home-banner .form-content{width: 370px;}
  .modal-popular-brands ul {
    gap: 20px;
    justify-content: center;
  }
  .series-box {
    padding: 40px 20px;
  }
  .series-brand {
    gap: 10px;
  }
  .series-done button {
    font-size: 16px;
    width: 130px;
    height: 45px;
  }

  .top-deal-content .nav-pills .nav-link{
    padding: 5px 45px;
    font-size: 23px;
  }
  ul.how-it-work-content li{width: 90%;border-bottom: 1px dashed #00000033;padding-bottom: 20px;}
  ul.how-it-work-content li:last-child {border-bottom: none;padding-bottom: unset;}
  ul.whyus-icons{justify-content: space-between;}
  ul.whyus-icons li {margin-right: 0px;width: 50px;height: 45px;border: none;}
  
  .login-inner-wrapper .all-btn-blue {
    margin: 10px auto;
  }
  
  .login-inner-wrapper .all-btn-blue.face-btn {
    margin: 0px;
  }
  
  .login-wrapper .login-body h3 {
    font-size: 30px;
  }
  .login-footer ul li {width: 50px;height: 50px;}
  .login-footer ul li img {height: 75%;width: 75%;}
  .login-wrapper .login-body p{font-size: 14px;}
  
  .sucess-page p {
    margin: 0px 0px 10px 0px;
  }
  
  .thankyou-content {
    left: 10%;
    bottom: 0%;
    transform: translate(-7%, -3%);
  }

  ul.login-icons li a{padding: 15px;}
  ul.login-icons img {max-width: 30px;}
  
}

/* max-width:479px END */

@media only screen and (max-width: 375px) {
    .home-banner .form-content{width: 320px;}
  .sub-banner .search-form .search-field input {
    width: 200px;
  }
  .filter-area {
    width: 320px;
  }
  .modal-brands-content {
    flex-direction: column;
    justify-content: center;
    gap: 0px;
  }
  .modal-brands-content p {
    text-align: center;
    font-size: 13px;
  }
  .contact-form form{padding: 20px;}
  .login-btn-group h5:before, .login-btn-group h5:after{width: 23%;}
}

/* max-width:375px END */

@media only screen and (max-width: 320px) {
}

/* max-width:320px END */
