* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #f1f1f1;
}

p,
h1,
h2,
h3,
h4 {
    margin-bottom: 0;
}

.form-control:focus {
    box-shadow: inset 0 0 6px 0 rgb(151 59 63 / 31%) !important;
}

button {
    transition: .3s linear !important;
    outline: none !important;
}

select {
    outline: none !important;
}

button:hover {
    transform: scale(.9);
}

button:active {
    transform: scale(.8) !important;
}

.button_search {
    margin-left: 10px;
}

ul {
    margin: 0;
    padding: 0;
}

.align_topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login_btn .login_dropdown a {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #010101;
    text-decoration: none !important;
    transition: .3s linear;
    margin-bottom: 4px;
}

.login_btn .login_dropdown {
    position: absolute;
    background: white;
    padding: 10px 40px 8px 12px;
    border-radius: 6px;
    color: #fff;
    z-index: 9999;
    right: -20px;
    transition: .3s linear;
    transform: scale(0);
}

.login_btn:hover .login_dropdown {
    transform: scale(1);
}

.login_btn {
    position: relative;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 6px 9px rgba(117, 102, 85, 0.7);
}

.time_topbar {
    display: flex;
    align-items: center;
}

.stock_topbar {
    display: flex;
    align-items: center;
}

.left_topbar {
    display: flex;
    align-items: center;
}

.topbar_main {
    background: #dbc2a7;
    /* box-shadow: 0px 3px 6px rgb(0 0 0 / 16%); */
    color: #756655;
    padding: 8px;
}

.align_topbar p {
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    margin-left: 5px;
    color: #756655;
}

.city_topbar {
    margin: 0 20px;
}

.city_topbar select {
    font-weight: normal;
    font-size: 14px;
    line-height: 83px;
    text-align: left;
    background: transparent;
    color: #756655;
    border: none;
    outline: none;
}

.imported_topbar h3 {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #756655;
    margin-left: 4rem;
}

.right_topbar_btns button {
    border-radius: 5px;
    background: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    color: #756655;
    padding: 6px 16px;
}

.right_topbar_btns select {
    border-radius: 5px;
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 34px;
    text-align: left;
    padding: 7px 10px;
    color: #58595b;
    border: none;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 6px 9px rgba(117, 102, 85, 0.7);

}

.right_topbar_btns {
    display: flex;
    align-items: center;
}

.right_topbar_btns .language {
    margin: 0 10px;
    position: relative;
}

.language select {
    padding: 7px 14px 7px 38px !important;
}

.img_flag_topbar {
    position: absolute;
    z-index: 9999;
    width: 20px;
    top: 5px;
    left: 10px;
}

.header_links ul li a {
    margin: 0 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #fff;
    text-decoration: none !important;
    transition: .3s linear;
}

.header_links ul li a.active {
    color: #94de1d;
}

.header_links li {
    list-style: none;

}

.header_links a {
    transition: .3s linear;
    position: relative;
}

.header_links a::before {
    content: '';
    background: #fff;
    width: 16px;
    height: 2px;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: .3s linear;
    left: -22px;
}

.header_links a::after {
    content: '';
    background: #fff;
    width: 16px;
    height: 2px;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: .3s linear;
    right: -22px;
}

/* .header_links a:hover::before, */
.header_links a.active::before,
/* .header_links a:hover::after, */
.header_links a.active::after {
    top: 9px;
    opacity: 1;
}

.header_links ul {
    display: flex;
    align-items: center;
}

.header_noti_fav {
    display: flex;
    align-items: center;
}

.wishlist_icon {
    background: rgba(249, 176, 178, 0.78);
    display: flex;
    align-items: center;
    padding: 6px;
    border-radius: 50%;
    color: #fb363d;
    justify-content: center;
    cursor: pointer;
}

.noti_icon::before {
    content: '';
    background: red;
    position: absolute;
    top: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    right: 7px;
}

.noti_icon {
    background: rgba(249, 176, 178, 0.78);
    display: flex;
    align-items: center;
    padding: 6px;
    border-radius: 50%;
    color: #ffffff;
    justify-content: center;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}

.header_logo img {
    /* width: 155px; */
    height: 72.11px;
}

.logo_footer img {
    height: 83px;
}

.main_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
}

/* Swiper Style */

.swiper {
    width: 100%;
    height: 100%;
    /* z-index: 9 !important; */
}




.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_img {
    height: 650px;
}

.main_align_banner {
    position: relative;
}

.banner_text h1 span {
    color: #FB363D;
}

.banner_text h3 {
    font-weight: 900;
    font-size: 130px;
    color: #fff;
    text-shadow: 50px 0px 99px rgb(0 0 0 / 40%);
    letter-spacing: -27.9px;
}

.banner_text h3:last-child {
    margin-left: 40px;
}

.align_h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_slider {
    height: 650px;
}

.banner_text h1 {
    font-weight: 800;
    font-style: italic;
    font-size: 85px;
    letter-spacing: -0.01em;
    line-height: 70px;
    text-align: left;
    color: #fff;
}

.banner_text h4 {
    font-weight: normal;
    font-size: 28px;
    text-align: center;
    color: #fff;
}

.align_banner_text {
    position: absolute;
    top: 16%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: white !important;
    opacity: 1 !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fb363d !important;
}

/* End Swiper */


.input_filter_bnr i {
    position: absolute;
    top: 12px;
    font-size: 20px;
    left: 13px;
    color: #94DE1D;
}

.input_filter_bnr input::placeholder {
    color: #58595b;
    font-weight: 500;
}

.input_filter_bnr input,
#filter_section_banner .form-control {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #707070;
    font-weight: 500;
    font-size: 14px;
    line-height: 34px;
    text-align: left;
    padding-left: 40px;
    outline: none !important;
    box-shadow: none !important;
    color: #58595b;
    height: 44px;
}

.input_filter_bnr {
    position: relative;
}

#filter_section_banner select {
    padding: 6px 18px !important;
}

.model_select_filter {
    display: flex;
    width: 19%;
}

.model_select_filter select {
    height: 44px;
}

.year_filter {
    display: flex;
}

.year_filter select {
    height: 44px;
}

.search_btn button i {
    margin-right: 10px;
}

.search_btn button {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    color: #393939;
    border-radius: 5px;
    background: #94de1d;
    box-shadow: 0px 20px 40px rgb(0 0 0 / 40%);
    height: 44px;
    padding: 10px 20px;
}

.search_btn {
    width: 18%;
}

.align_filters_main {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    background: transparent;
    /* box-shadow: 0px 3px 6px rgb(0 0 0 / 16%); */
    padding: 14px;
    /* margin-top: -2rem; */
}

.input_filter_bnr {
    width: 44%;
}

.model_select_filter select:first-child {
    margin-right: 10px;
}

.year_filter select:first-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.year_filter select:last-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0 !important;
}

/* .main_align_name_car {
    width: 47.79px;
    height: 47.79px;
} 

.main_align_name_car img {
    width: 100%;
} */


.main_cars_names .cars_names {
    width: 31%;
    margin: 1% 1% 2%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.main_cars_names {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 6px;
}

.main_align_car_img img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.main_align_car_img {
    /* width: 70%; */
    height: 35px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.heading_box_srch h3 {
     border-radius: 10px; 
    background: linear-gradient(#94de1d 0%, #756655 100%);
    font-weight: bold;
    font-size: 18px;
    color: #f2f2f2;
    padding: 12px;
    text-align: center;
}

.main_box_srch_aside {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.main_align_name_car p {
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #58595b;
}

/* Custom Checbox Color  */

.checkbox {
    width: 100%;
    margin: 8px auto 0;
    position: relative;
    display: block;
    /*width: 44%;*/
}

.checkbox:last-child {
    padding-bottom: 6px;
}

.checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}

.checkbox label {
    position: relative;
    margin-bottom: 0;
}

.checkbox label:before {
   /* content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 22px;
    height: 22px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #45454d;*/
}
.loot_id_main {
    position: absolute;
    bottom: 9px;
    left: 10px;
    background: linear-gradient(#94de1d 0%, #756655 100%);;
    padding: 2px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
}

.checkbox label:after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    will-change: transform;
    position: absolute;
    top: 11px;
    left: 10px;
}

.checkbox input[type="checkbox"]:checked~label::before {
    color: #ffffff;
    background: linear-gradient(#94de1d 0%, #756655 100%);
    border: none;
}

.checkbox input[type="checkbox"]:checked~label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.checkbox label {
    min-height: 34px;
    display: block;
    padding-left: 0px;
    font-weight: normal;
    cursor: pointer;
    vertical-align: sub;
}

.checkbox label span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #000;
}

.listing_search_filters {
    margin: 0 1rem; 
/*    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
}

#make_seacrh {
    cursor: pointer;
}

.align_filter_two {
    display: flex;
}

.checkbox input[type="checkbox"]:focus+label::before {
    outline: 0;
}

/* End Checkbox */

.search_price_filter {
    margin-top: 1rem;
}

.explore_heading h3 {
    font-weight: bold;
    font-size: 20px;
    /* line-height: 100px;s */
    color: #58595b;
    text-align: center;
    margin: 1rem 0;
}

.explore_heading p {
    font-weight: normal;
    font-size: 18px;
    /* line-height: 83px; */
    text-align: center;
    color: #58595b;
    margin-bottom: 1rem;
}

.heading_popular_brands h3 {
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    color: #58595b;
    text-align: center;
    padding: 1.2rem 0;
}

.popular_brnds {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    text-align: center;
    min-height: 295px;
}

.popular_brnds .main_cars_names .cars_names {
    width: 23%;
    margin: 5px 3px 10px 3px;
}

.body_car_img p {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #58595b;
}

.car_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8px;
}

.body_car_img img {
    width: 86px;
    height: 50px;
}

.body_car_img {
    width: 30%;
}

.head_popular_cars {
    text-align: center;
    padding: 2rem 0;
}

.head_popular_cars h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 60px;
    color: #58595b;
}

.head_popular_cars p {
    font-weight: normal;
    font-size: 18px;
    color: #58595b;
}

.car_name_pop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.car_name_pop p {
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #45454d;
}

.car_name_pop h3 {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    color: #45454d;
        min-height: 32px;
    display: flex;
    align-items: center;
}

section.imported_section {
    margin-top: 5rem;
}

.main_cars_names {
    /*height: 300px;*/
    overflow-y: scroll;
}

.over_flow_add .make_car_filter {
    /*height: 500px ;*/
    overflow-y: scroll;
}


.align_specs p {
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    color: #45454d;
}

.align_specs {
    display: flex;
    /* justify-content: space-between; */
    padding: 8px 0;
    border-bottom: 1px solid #ebebeb;
}

.left_specs {
    width: 54%;
}

.img_pop_car img {
    width: 100%;
    height: 140px;
    border-radius: 10px;
}



.car_name_pop {
    padding: 10px 0;

    border-bottom: 1px solid #ebebeb;
}

.car_inquiry_btn button {
    border-radius: 3px;
    background: #94de1d;
    padding: 6px;
    font-weight: bold;
    font-size: 12px;
    display: block;
    color: #fff !important;
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
}

.listing_cars_popular {
    border-radius: 6px;
    background: #fff;
    border: 1px solid #bfbaba;
    box-shadow: 6px 12px 24px rgb(68 68 68 / 8%);
    padding: 6px;
}

.img_pop_car .feature_btn {
    position: absolute;
    top: 4px;
    right: 10px;
    border-radius: 3px;
    background: linear-gradient(#94de1d 0%, #756655 100%);
    font-weight: normal;
    font-size: 10px;
    text-align: left;
    color: #fff;
    padding: 2px 8px;
}

.img_pop_car {
    position: relative;
}

.display_align_cars .main_cars_inquery_main {
    width: 31%;
    margin: 1%;
}

.best_deals_section .display_align_cars .main_cars_inquery_main {
    width: 18%;
    margin: 1%;
}

.display_align_cars {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left_ranking_car {
    border-radius: 6px;
    background: #fff;
    border: 1px solid #bfbaba;
    box-shadow: 6px 12px 24px rgb(68 68 68 / 8%);
    padding: 40px 10px 14px 10px;
}

.quantity_car_ranking {
    display: flex;
    align-items: center;
    margin-top: 14px;
}

.quantity_car p {
    border-radius: 5px;
    background: #94de1d;
    opacity: 0.9;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38.91px;
    height: 38.91px;
}

.car_name h3 {
    font-weight: bold;
    font-size: 14px;
    color: #58595b;
    margin: 0 20px;
}

.available_items h4 {
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
    text-align: left;
    color: #756655;

}


.right_listing_ranking .quantity_car_ranking {
    margin-top: 0;
}

.right_listing_ranking {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 6px;
    background: #fff;
    justify-content: space-between;
    margin-bottom: 12px;
    transition: .3s linear;
    border: 1px solid #bfbaba;
    box-shadow: 6px 12px 24px rgb(68 68 68 / 8%);
}


.right_listing_ranking:hover {
    /* background: #467cb9; */
    transition: .3s linear;
    box-shadow: 5px 5px 5px rgba(117, 102, 85, 0.55);
    /* border: none; */
}

/* .right_listing_ranking:hover .car_name h3,
.right_listing_ranking:hover .available_items h4 {
    color: #fff;
} */

.right_listing_ranking .quantity_car p {
    width: 24.51px;
    height: 24.51px;
    font-size: 12px;
}

/* .right_listing_ranking .car_name h3 {
    font-size: 11px;
} */

/* .right_listing_ranking .available_items h4 {
    font-size: 11px;
} */

.stroke_number h2 {
    font-weight: bold;
    font-size: 80px;
    text-align: center;
    opacity: 0.64;
    font-family: Rubik;
    color: #756655;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 6px;
    -webkit-text-stroke-color: #756655;
}

.number_hiw_img {
    display: flex;
    align-items: center;
}

.main_listing_hiw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px 20px 20px 0px;
    background: transparent;
    border: 1px solid #949598;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 20px 24px;
    margin-bottom: 12px;
    transition: .3s linear !important;
}

.main_listing_hiw:hover {
    border-color: #829a3b;
}

.main_listing_hiw:hover .stroke_number h2 {
    color: #829a3b;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 6px;
    -webkit-text-stroke-color: #829a3b;
}

.description_hiw p {
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #000;
}

.description_hiw h3 {
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    margin-bottom: 12px;
    color: #756655;
}

.img_hiw img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.img_hiw {
    width: 64px;
    height: 46px;
    display: flex;
    align-items: center;
    margin: 0;
    position: absolute;
    top: 9px;
    right: 16px;
}


.description_hiw {
    margin-left: 18px;
}

.feedback_slide_img img {
    border-radius: 10px;
    border: 1px solid #bfbaba;
    /* box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);     */
}

.feedback_slider .swiper {
    z-index: 9 !important;
}

.naming_slider_feedback p {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #8f8f8f;
}

.naming_slider_feedback h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 33px;
    text-align: left;
    color: #8f8f8f;
}

.naming_slider_feedback h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 42px;
    text-align: left;
    color: #3b3a3a;
}

.stars_feedback i {
    background: linear-gradient(#fb363d 0%, #414042 100%);
    -webkit-background-clip: text;
    font-size: 20px;
    -webkit-text-fill-color: transparent;
    margin: 0 2px;
}

.stars_feedback p {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    color: #8f8f8f;
}

.stars_feedback {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.links_footer_img ul li a i {
    padding: 5px 12px 5px 0px;
    background: linear-gradient(#94de1d 0%, #756655 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.links_footer_img ul li a {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #fff;
    display: flex;
    margin-top: 16px;
    text-decoration: none !important;
}

.links_footer_img ul li {
    list-style: none;
}

.head_footer_links h3 {
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #fff;
}

.footer_links ul li a {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #fff;
    display: block;
    margin-top: 8px;
    text-decoration: none !important;
}

.footer_links ul li {
    list-style: none;
}

.subscrpibe_inpp button {
    position: absolute;
    top: 0;
    right: -30px;
    border-radius: 25px;
    background: linear-gradient(#94de1d 0%, #756655 100%);
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #fff !important;
    padding: 6px 20px;
    height: 40px;
}

.subscrpibe_inpp input {
    border-radius: 25px;
    background: #fff;
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px;
    height: 40px;
}

.subscrpibe_inpp {
    position: relative;
    margin-top: 10px;
}

section.main_footer {
    background: #393939;
    padding: 3rem 0;
    margin-top: 3rem;
}

.countries_align .country_listing p {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #58595b;
    /* white-space: nowrap; */
    margin-top: 6px;
}

.countries_align .country_listing {
    width: 33%;
    text-align: center;
    margin-bottom: 12px;
}

.countries_align {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    padding: 16px 6px 0px 6px;
}

.country_listing img {
    width: 50px;
}

.countries_listing_main {
    margin-bottom: 1rem;
}



/* Listing */

#filter_banner .align_filters_main {
    margin-top: 10px;
}

.main_f_tag button {
    border-radius: 5px;
    background: #ccb194;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    color: #414042;
    outline: none !important;
    padding: 4px 16px;
}

.filter_tags {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.main_f_tag i {
    position: absolute;
    top: -3px;
    right: -5px;
    font-size: 12px;
    color: #756655;
    cursor: pointer;
}

.filter_tags .main_f_tag {
    margin-left: 10px;
    position: relative;
    margin-bottom: 10px;
}

.listing_side_box .countries_align {
    padding-bottom: 12px;
}

.listing_banner .name_banner_list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #fff;
}

.listing_banner {
    position: relative;
}

.heading_listing h3 span {
    color: #756655;
    margin-left: 10px;
}

.heading_listing h3 {
    font-weight: bold;
    font-size: 20px;
    /* line-height: 83px; */
    text-align: left;
    color: #58595b;
    margin-bottom: 1.2rem;
    margin-top: -2.7rem;
}

.change_view_main a {
    padding: 6px 20px;
    font-size: 22px;
    color: #756655;
    text-decoration: none !important;
}

.change_view_main a:first-child {
    border-radius: 5px 0px 0px 5px;
    background: linear-gradient(#94de1d 0%, #756655 100%);
    display: flex;
    align-items: center;
    color: #fff;
}

.change_view_main a:last-child {
    border-radius: 0px 5px 5px 0px;
    background: #fff;
    border: 1px solid #c9c3c3;
    display: flex;
    align-items: center;
}

.change_view_main {
    display: flex;
    align-items: center;
}

.listing_filters .nice-select {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #756655;
}

.listing_filters h3 {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #1f1714;
    margin-right: 14px;
}

.show_listing_item {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.listing_filters .nice-select:after {
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 53%;
    transform: none;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    border-top: 5px solid black;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 0;
}

.listing_filters .nice-select.open:after {
    transform: rotate(180deg);
}

.view_filters,
.sorting_main {
    display: flex;
    align-items: center;
}

.listing_filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.5rem 0;
}

.listing_specs_align img {
    margin-right: 12px;
    filter: grayscale(1);
}

.listing_specs_align h3 {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #45454d;
    margin-bottom: 10px;
}

.listin_name_with_pri p {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #45454d;
}

.listin_name_with_pri h3 {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    margin-bottom: 8px;
    color: #45454d;
}

.pri_listing h4 {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #756655;
}

.pri_listing h4:last-child {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #58595b;
    text-decoration: line-through;
    margin-top: 8px;
    display: none;
}


.loot_id_main {
    position: absolute;
    bottom: 9px;
    left: 10px;
    background: linear-gradient(#94de1d 0%, #756655 100%);
    padding: 2px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
}

.listing_img .img_tag {
    border-radius: 3px;
    background: linear-gradient(#94de1d 0%, #756655 100%);
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #fff;
    position: absolute;
    right: 10px;
    padding: 2px 12px;
    top: 8px;
}

.listing_img {
    position: relative;
    overflow: hidden;
    transition: .3s linear;
    border-radius: 10px;
}

.listing_img img {
height: 100%;
    transition: .3s linear;
    border-radius: 10px;
    width: 244px;
}

.listing_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left_listing_specs {
    display: flex;
    align-items: center;
}

.listing_specs_align {
    margin-right: 3rem;
}

.listing_align {
    display: flex;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #bfbaba;
    box-shadow: 6px 12px 24px rgb(68 68 68 / 8%);
    padding: 10px;
    margin-bottom: 12px;
    transition: .3s linear;
}

.listing_align:hover .listing_img img {
    transform: scale(1.2);
}

.content_listing_image {
    width: 77%;
    margin-left: 1rem;
}

.listing_specs_detail {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inquiery_naub p i {
    color: #756655;
    font-size: 12px;
    margin-right: 6px;
}

.inquiery_naub button {
    border-radius: 3px;
    background: #756655;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #fff !important;
    padding: 6px 40px;
    transition: .3s linear;
}

.inquiery_naub button:hover {
    transform: scale(.9);
}

.inquiery_naub p {
    font-weight: normal;
    font-size: 14px;
    text-align: right;
    color: #45454d;
    margin-bottom: 8px;
}

.main_breadcrumb .breadcrumb-item+.breadcrumb-item::before {

    content: ">";
}

.main_breadcrumb li.breadcrumb-item a {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #58595b;
}

.step2form .next_btn {
    padding-top: 0;
}

.breadcrumb-item.active {
    font-weight: bold;
}

.main_breadcrumb .breadcrumb {
    background: transparent;
    margin: 1rem 0 3rem;
}

.main_detail .main_breadcrumb .breadcrumb {
    margin: 1rem 0;
    padding: 0;
}

.feature_tag_detail {
    position: absolute;
    top: 12px;
    z-index: 9;
    right: 12px;
    border-radius: 3px;
    background: linear-gradient(#94de1d 0%, #756655 100%);
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #fff;
    padding: 4px 20px;
}

.gallery-top {
    position: relative;
}


.car_filt_img img {
    height: 100%;
    width: auto;
}

.car_filt_img {
    width: 37.79px;
    height: 24.65px;
}

.align_car_filt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
}

.listing_side_box .main_box_srch_aside {
    margin-bottom: 1rem;
}

.body_type_filter .car_filt_img {
    width: 64.79px;
    height: 40.65px;
}

.head_min_max h3,
.head_tgl h3,
.head_tgl2 h3 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #f2f2f2;
    padding: 12px;
    border-radius: 10px;
    background: linear-gradient(#94de1d 0%, #756655 100%);
    cursor: pointer;
}

.main_box_min_max {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.min_max_body select:nth-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.min_max_body select:first-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.min_max_body select {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #707070;
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    text-align: left;
    width: 100%;
    color: #58595b;
    padding: 6px 10px;
}

.min_max_body {
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sorting_filters .nice-select .list {
    left: -66px;
}


.select_min_max {
    display: flex;
}

.min_max_searches {
    margin-bottom: 1rem;
}

.button_search button {
    border: none;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 30px;
    padding: 4px;
    border-radius: 5px;
    background: linear-gradient(#94de1d 0%, #756655 100%);
}

.head_tgl h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.head_tgl i {
    margin-left: 1.8rem;
}




/* Detail Page  */

.img_gallery_detail {
    overflow: hidden;
}

.name_grly_img h3 {
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
}

.button_print button i {
    font-size: 22px;
    margin-right: 8px;
}

.button_print button {
    border-radius: 5px;
    background: linear-gradient(#94de1d 0%, #756655 100%);
    font-weight: 600;
    text-align: right;
    color: #fff !important;
    display: flex;
    align-items: center;
    font-size: 18px;
    border: none;
}

.button_print {
    display: flex;
    justify-content: end;
}

.name_grly_img {
    border-bottom: 1px solid #dcdada;
    padding-bottom: 14px;
}

.pice_main_pro h2 span {
    color: #707070;
    text-decoration: line-through;
    margin-left: 16px;
}

.pice_main_pro h2 {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #000;
    margin-left: 8rem;
}

.pice_main_pro h3 {
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #000;
    /* width: 30%; */
}

.pice_main_pro h2 span.price {
    margin: 0;
    color: #393939;
    text-decoration: none !important;
}

.align_mob_reviews {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}

.pice_main_pro {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.views_main p i {
    color: #756655;
    font-size: 14px;
    margin-right: 4px;
}

.views_main p {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #45454d;
}

.top_align_section_detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.location_with_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.location_with_btn button i {
    font-size: 24px;
    margin-right: 12px;
}

.location_with_btn button {
    border-radius: 3px;
    background: #756655;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #fff !important;
    transition: .3s linear;
    display: flex;
    align-items: center;
}

.location_with_btn button:hover {
    transform: scale(.9);
}

.location_with_btn p span {
    color: #756655;
}

.location_with_btn p {
    font-weight: normal;
    font-size: 16px;
    color: #707070;
}

.price_section_main {
    padding: 1rem 0;
    border-bottom: 1px solid #dcdada;
}

.head_car_specs_detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_car_specs_detail p i {
    color: #756655;
    margin-right: 10px;
}

.head_car_specs_detail p {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #45454d;
}

.head_car_feature h3 {
    margin-top: 0 !important;
}

.head_car_specs_detail h3,
.head_car_feature h3 {
    font-weight: bold !important;
    font-size: 20px !important;
    text-align: left !important;
    color: #000 !important;
}

.featuring_main_section .main_align_specs_images {
    width: 25%;
    margin-top: 10px;
}

.featuring_main_section {
    display: flex;
    flex-wrap: wrap;
}

.text_car_specs h3,
.car_fseature_main_detail h3 {
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #45454d;
    margin-top: 10px;
}

.main_car_specc {
    display: flex;
    align-items: center;
}

.text_car_specs:last-child {
    margin-left: 5rem;
}

.main_align_specs_images {
    display: flex;
    align-items: baseline;
}

.main_img_spec_detail {
    width: 32.85px;
    display: flex;
    height: 24.15px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.featuring_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.featuring_list .main_align_specs_images {
    width: 26%;
    margin-top: 10px;
}

.car_fseature_main_detail {
    padding: 1rem 0;
    border-top: 1px solid #dcdada;
}

.car_specs_main_detail_section {
    padding: 1rem 0;
}

.detail_slider {
    border-bottom: 1px solid #dcdada;
    padding-bottom: 10px;
}

.top_button button i {
    margin-right: 14px;
    display: flex;
    align-items: center;
}

.top_button button {
    display: flex;
    align-items: normal;
    border-radius: 3px;
    background: #756655;
    font-weight: bold;
    font-size: 18px;
    padding: 4px 20px;
    text-align: center;
    color: #fff !important;
}


.step1form,
.step2form {
    /* height: 100%; */
    background: #fff;
}

.align_detail_specs p {
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #707070;
    word-break: break-all;
    white-space: break-spaces;
}

.align_detail_specs h3 {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #756655;
}

.align_detail_specs p.date_color {
    font-weight: bold;
    text-align: left;
    color: #94de1d;

}

.align_detail_specs {
    display: block;
    align-items: center;
    padding: 14px;
}

.text_specs_detail {
    display: flex;
    justify-content: space-between;
    /* border-radius: 5px; */
    background: #fff;
    box-shadow: 6px 12px 24px rgba(68, 68, 68, 0.08);

}

.right_details_specs h3 {
    width: 60%;
}

.right_details_specs {
    width: 50%;
}

.left_details_specs {
    width: 100%;
    height: 545px;
    overflow-y: scroll;
}

.form_step_field {
    display: flex;
    justify-content: end;
}

.left_details_specs h3 {
    width: 60%;
}
.align_specS_main_:nth-child(even) {
    background: #fff;
}
.align_specS_main_ {
    display: flex;
    align-items: center;
    padding: 12px 6px;
    white-space: nowrap;
}
.left_details_specs::-webkit-scrollbar , .main_cars_names::-webkit-scrollbar ,.make_car_filter::-webkit-scrollbar  {
    width: 6px;
    background-color: #F5F5F5;
}
.left_details_specs::-webkit-scrollbar-thumb , .main_cars_names::-webkit-scrollbar-thumb, .make_car_filter::-webkit-scrollbar-thumb {
    background-color: #000000;
}
.align_detail_specs:nth-child(even) {
    background: #fff;
}

.align_detail_specs:nth-child(odd) {
    background: #e9e7e7;
}

.paragraph_note li {
    list-style: none;
}

.paragraph_note p {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #000;
    margin-top: 1.5rem;
}

.head_note h3 {
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #756655;
}

.step_form_text_head h3 {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #fff;
}

.step_form_text_head p {
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #fff;
}

.img_form_step i {
    font-size: 56px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    color: #fff;
}

.step_form_heading {
    display: flex;
    align-items: center;
    background: #756655;
    padding: 8px 20px;
}

.form_step_field span.current {
    font-weight: 600;
    font-size: 14px;
    line-height: 34px;
    text-align: left;
    color: #393939;
}

.form_step_field .nice-select {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #707070;
    height: 38px;
    display: flex;
    align-items: center;
}

.form_step_field label {
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #000;
    margin-bottom: 6px;
}

.name_with_inp input::placeholder {
    color: #393939;
}

.name_with_inp input {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #707070;
    padding: 5px 16px;
    height: 38px;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    text-align: left;
    color: #393939;
}

.image_left_detail_clip img {
    width: 100%;
    margin-top: 6rem;
}

.name_with_inp p {
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
    text-align: left;
    color: #000;
    margin-left: 1rem;
}

.name_with_inp {
    display: flex;
    align-items: center;
}

.price_field .nice-select {
    border-radius: 5px;
    background: #756655;
    font-weight: 600;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    border: none;
}

.price_field .nice-select::after {
    border-top: 5px solid #fff;
}

.form_step_field .price_field span.current {
    color: #fff;
}

.main_align_two_fields {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.details_step_forms {
    margin-top: 3rem;
}

.top_button {
    padding: 1rem 0 1.5rem;
}

.additional_field h3 {
    font-weight: bold;
    font-size: 18px;
    /* line-height: 60px; */
    margin: 18px 0;
    text-align: left;
    color: #000;
}

.discount_field button {
    font-weight: bold;
    margin-left: -1rem;
    font-size: 16px;
    text-align: left;
    color: #fff !important;
    transform: scale(1) !important;
    border-radius: 0px 5px 5px 0px;
    background: #94de1d;
    padding: 6px 24px;
    height: 38px;
    display: flex;
    align-items: center;
}

.discount_field input {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #707070;
    padding: 6px;
    height: 38px;
    display: block;
}

.discount_field {
    display: flex;
}

.next_btn {
    display: flex;
    visibility: hidden;
    justify-content: end;
    padding-top: 10px;
}

.next_btn button i {
    font-size: 20px;
    margin-left: 1rem;
}

.next_btn button {
    border-radius: 3px;
    background: #467cb9;
    font-weight: bold;
    font-size: 16px;
    border: none;
    text-align: center;
    color: #fff !important;
    display: flex;
    padding: 8px 4rem;
    align-items: center;
    margin-top: 1rem;
}

.step_form_main {
    padding: 1.5rem;
    /* background: #fff; */
}

.form_step_field {
    margin-bottom: 1rem;
}

.form_step_field label {
    display: block;
}

.form_step_field .form-control {
    border: 1px solid #707070;
}

.form_fields_step2 .form_step_field span.current {
    color: #707070;
    font-weight: normal;
}

.step2form .next_btn button {
    background: #756655;
    border: none;
}

.reviews_head.listing_filters h4 {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #000;
}

.review_stars i {
    color: #ffdc30;
    font-size: 18px;
    margin: 0 2px;
}

.review_stars {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.img_name_rating h3 {
    font-weight: bold;
    font-size: 18px;
    /* text-align: center; */
    color: #707070;
}

.img_name_rating p {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #999;
}



.img_name_rating button {
    border-radius: 5px;
    background: linear-gradient(#94de1d 0%, #756655 100%);
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    color: #fff !important;
    border: none;
    padding: 6px 16px;
}

.revied_details h3 {
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    color: #707070;
}

.revied_details p {
    font-weight: normal;
    font-size: 16px;
    /* line-height: 30px; */
    text-align: left;
    color: #999;
}



.review_img_about {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.img_name_rating {
    white-space: nowrap;
    padding: 0 20px;
}

.review_align {
    display: flex;
    align-items: center;
    padding: 16px;
    margin-bottom: 12px;
    transition: .3s linear;
    flex-direction: row-reverse;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #bfbaba;
    box-shadow: 6px 12px 24px rgba(68, 68, 68, 0.08);
}

.review_align:hover {
    background: #d7d7d700;
}

.review_car_img img {
    width: 698.25px;
    height: 144px;
    border-radius: 10px;
}

.revied_details {
    padding: 0 20px;
    border-right: 1px solid #d8d7d7;
    border-left: 1px solid #d8d7d7;
}

.review_car_img {
    padding-right: 14px;
}

.review_img_about img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-left: 20px;
}

.step2form .step_form_heading {
    background: #e8e8e8;
}

.step2form .step_form_text_head p,
.step2form .step_form_text_head h3 {
    color: #000;
}

.step2form .img_form_step i {
    background: linear-gradient(#94de1d 0%, #756655 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.recommended_listing .display_align_cars .main_cars_inquery_main {
    width: 16%;
    margin: 4px;
}

.recommended_listing .display_align_cars {
    justify-content: inherit;
}



.detail_slider .swiper-slide img {
    border-radius: 10px;
    cursor: pointer;
}

.detail_slider .swiper-container.gallery-thumbs.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-free-mode.swiper-thumbs {
    margin-top: 12px;
}




.detail_slider .swiper-slide {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
}

.detail_slider .gallery-top {
    height: 80%;
    width: 100%;
}

.detail_slider .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.detail_slider .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.detail_slider .gallery-thumbs img {
    width: 100%
}

.detail_slider .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/* 
.gallery-top img{
width: 400px;
height:400px;
} */

.main_cars_inquery_main {
    transition: .3s linear;
}

.main_cars_inquery_main:hover {
    box-shadow: 1px 3px 4px 1px #9e9e9e70;
    border-radius: 10px;
    transform: translate(0px, -5px);
}





.advance_filter_btn {
    display: flex;
    justify-content: end;
    text-align: right;
}

.advance_filter_btn button i {
    font-size: 20px;
}

.advance_filter_btn button {
    background: linear-gradient(#fb363d 0%, #414042 100%);
    border: none;
    padding: 8px 20px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    display: none;
    margin-bottom: 1rem;
}


.auth_main_logo {
    text-align: center;
}

.auth_main_logo img {
    height: 124px;
}

.main_auth_form {
    padding: 2rem;
    background: #fff;
    border-radius: 12px;
    margin: 2rem auto;
    width: 45%;
}

.subit_auth {
    text-align: right;
}

.subit_auth button {
    border-radius: 25px;
    background: linear-gradient(#fb363d 0%, #414042 100%);
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #fff !important;
    padding: 6px 20px;
    height: 40px;
}



.login_account p a {
    color: #fb363d;
    text-decoration: underline;
}

.login_account p {
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
}

.auth_main_logo p {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}


.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    /* text-align: center; */
}

.simple-pagination .prev.current, .simple-pagination .next.current {
    background: #dbdbdb !important; 
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a, .simple-pagination li span {
    width: 40px;
    height: 38px;
    border-radius: 5px;
    background: #e6e2e2;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simple-pagination .current {
    color: #FFF;
    background: linear-gradient(#94de1d 0%, #756655 100%);
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: none;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #FF7182;
    border-color: #FF7182;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #e04e60;
}



.banner_slider .swiper-button-prev,
            .banner_slider .swiper-button-next {
                width: 62px;
                height: 62px;
                display: flex;
                justify-content: center;
                border-radius: 43px;
                border: 3px solid #aeb4a6;
                opacity: 0.8;
                left: 42px;
                transition: .3s linear;
                top: 290px;
            }

            .banner_slider .swiper-button-prev {
                transform: rotate(180deg);
            }

            .banner_slider .swiper-button-prev:hover,
            .banner_slider .swiper-button-next:hover {
                border-color: #94de1d;
                opacity: 1 !important;
            }

            .banner_slider .swiper-button-next {
                right: 42px !important;
                left: auto !important;
            }

            .banner_slider .swiper-button-next::after {
                /* display: none; */
                content: '';
                background: url('/assets/img/patta.png') !important;
                padding: 16px !important;
                background-size: contain !important;
            }

            .banner_slider .swiper-button-prev::after {
                /* display: none; */
                content: '';
                background: url('/assets/img/patta.png') !important;
                padding: 16px !important;
                background-size: contain !important;
            }








            /* Feedback Slider */



            .main_feedback_slider .swiper-container {
                position: relative;
                /* width: 90vw; */
                /* height: 300px; */
            }


            .main_feedback_slider .swiper-pagination-bullet {
                width: 12px !important;
                height: 12px !important;
                background: #393939 !important;
            }


            .main_feedback_slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: linear-gradient(#94de1d 0%, #756655 100%) !important;
            }

            .testimonial_main img {
                display: block;
                width: 100px !important;
                height: 100px !important;

            }

            .testimonial_main {
                text-align: center;
            }

            .main_box_test {
                border-radius: 20px;
                background: #fff;
                box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);

            }

            .main_box_test p {
                font-weight: normal;
                font-size: 20px;
                line-height: 36px;
                text-align: left;
                color: #505050;
            }

            .name_testi h3 {
                font-weight: bold;
                font-size: 20px;
                letter-spacing: 0.08em;
                text-align: center;
                color: #fff;

            }

            .name_testi p {
                font-weight: 500;
                font-size: 20px;
                text-align: center;
                color: #fff;

            }

            .name_testi {
                border-radius: 0px 0px 20px 20px;
                background: linear-gradient(#94de1d 0%, #756655 100%);
                padding: 4rem 0 2rem;
            }

            .descri_test {
                padding: 2rem;
                position: relative;
            }

            .image_testi {
                display: flex;
                justify-content: center;
                margin-bottom: -3rem;
            }

            .swiper-container>.swiper-slide__content {
                position: absolute;
                top: 0;
            }

            .main_feedback_slider .swiper-slide {
                /* height: 300px; */
                display: flex;
                background: #eee;
                align-items: center;
                justify-content: center;
                transition: all 200ms linear;
                transform: scale(0.8);
            }

            .main_feedback_slider .swiper-slide.swiper-slide-active {
                /* transform: scale(1); */
                /* background: #fc0; */
                transform: translate(0px, -80px);
                opacity: 1;
            }


            .qoute_img img {
                position: absolute;
                bottom: 0;
                width: 39px !important;
                height: 33px !important;
                right: 79px;
            }

            .swiper-slide__content {
                height: 300px;
            }

            .main_feedback_slider {
                overflow: hidden;
                padding-top: 7rem;
            }

            .main_feedback_slider .swiper-slide {
                opacity: .35;
            }



@media only screen and (min-width:100px) and (max-width:500px) {
    /* .detail_slider .gallery-top img {
        width: 200px;
        height: 200px;
    } */
}


.header_links.active {
    left: 0;
    /* position: fixed;
    top: 0;
    display: block;
    opacity: 1;
    transform: scale(1);
    background: #fff;
    left: 0;
    height: 100vh;
    z-index: 9999999;
    width: 100%;
    padding-top: 2rem; */
    transform: scale(1);
}

.header_links.active .close_menu_icon_mob i {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 26px;
}

.car_specs_pop .listing_specs {
    display: block;
    margin-top: 0;
}

.listing_specs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}









/* Custom Container */
@media (min-width: 1200px) {

    .container.custom {
        max-width: 1480px;
    }

}

@media (min-width: 1778px) {

    .container.custom {
        max-width: 1856px;
    }

}

.align_mobile_city {
    display: flex;
}


.tgl_body_main select {
    width: 100% !important;
}

.tgl_body_main .select_min_max {
    width: 100%;
}

.tgl_body_main,
.tgl_body_main2 {
    display: none;
}


.listing_filters_main_page .align_filters_main {
    margin-top: 1rem;
}







/* Nihon Style */

.buy_btn_header button {
    border-radius: 28px 0px 28px 28px;
    border: 4px solid #94de1d;
    box-shadow: 0px 20px 40px rgb(0 0 0 / 60%);
    background: transparent;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
    padding: 10px 26px;
}

.buy_btn_header button:hover {
    border-radius: 0;
    transform: scale(1) !important;
    color: #fff !important;
    box-shadow: none;
}

.menu_aside i {
    font-size: 40px;
    margin-left: 10px;
    color: #aeb4a6;
    cursor: pointer;
}

#banner_section {
    position: relative;
    /* margin-top: -6.3rem;
    z-index: -1; */
}

.banner_img::before {
    content: '';
    background: #090909;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    /* z-index: 3; */

}

.easy_align_text p {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fafafa;
    margin-bottom: 3rem;
}

#header_section {
    background: #393939;
}


.main_row_content {
    margin-top: 2rem;
}

.main_imp_section h3 {
    font-weight: normal;
    font-size: 46px;
    line-height: 52px;
    text-align: center;
    color: #000;
    background: #B2E75C;
    box-shadow: 0px 6px 9px rgb(148 222 29 / 72%);
}

.listing_filters_main_page .input_filter_bnr input,
#filter_section_banner .listing_filters_main_page .form-control {
    border: none !important;
    border-radius: 5px !important;
    background: #fff !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
}

#filter_section_banner .listing_filters_main_page .year_filter {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

}

#filter_section_banner .listing_filters_main_page .search_btn {
    width: 15%;
}

#filter_section_banner .listing_filters_main_page .search_btn button {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
}

#filter_section_banner .listing_filters_main_page .year_filter select {
    box-shadow: none !important;
    border-radius: 0 !important;
}

#filter_section_banner .listing_filters_main_page .year_filter select:first-child {
    border-radius: 5px 0 0 5px !important;
}

#filter_section_banner .listing_filters_main_page .year_filter select:last-child {
    border-radius: 0 5px 5px 0 !important;
}

.left_imp_section h3,
.right_imp_section h3 {
    padding: 2rem;
}

.left_imp_section {
    width: 30%;
}

.img_impoted {
    width: 50%;
    box-shadow: 0px 6px 9px rgba(148, 222, 29, 0.72);
    border-radius: 10px;
}

.right_imp_section {
    width: 20%;
}

.main_imp_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -4rem;
}

.left_pop_img img {
    width: 100%;
}

.right_pop_listing {
    margin-top: 4rem;
}

.about_left_car {
    position: absolute;
    bottom: 28px;
    left: 40px;
}

.quantity_car_ranking {
    display: flex;
    align-items: center;
    margin-top: 14px;
}

.left_pop_img {
    position: relative;
}

.about_left_car .car_name h3 {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    margin: 0 20px;
}

.about_left_car .available_items h4 {
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    text-align: left;
    color: #94de1d;
}

.social_links_banner i {
    color: #aeb4a6;
    font-size: 46px;
    margin: 0 6px;
    transition: .2s linear;
    cursor: pointer;
}

.social_links_banner i:hover {
    color: #94de1d;
}

.social_links_banner {
    margin-top: 9rem;
}

.right_specs img,
.left_specs img {
    filter: grayscale(1);
}

.menu_mobile_icon {
    display: none !important;
}


.menu_aside {
    display: none;
}


.listing_filters_main_page .search_btn button {
    box-shadow: none !important;
}



/* Responsive Media */


@media screen and (max-width: 1280px) {
    .left_specs {
        width: 48%;
    }

    .popular_brnds .main_cars_names .cars_names {
        width: 31%;
    }

    .min_max_body select {
        padding: 8px 10px;
        width: 50%;
        font-size: 14px;
    }

    .button_search {
        margin-left: 10px;
    }

  
    .align_detail_specs h3{font-size:14px;}
    .text_specs_detail {
        white-space: nowrap;
    }

    .name_with_inp input {
        width: 30%;
    }
}

@media screen and (max-width: 767px) {
    .align_topbar {
        display: flex;
    }


    .swiper-button-prev,
    .swiper-button-next {
        top: 261px;
    }

    #box_make {
    display: none;
}
.city_topbar {
    margin: 0;
}
.align_specs p {
    font-size: 11px;
}
.mobile_width {
    width: 50%;
    margin-bottom: 10px;
}
.mobile_align_footer {
    display: flex;
    align-items: center;
}
.links_footer_img ul li a {
    font-size: 14px;
}

    .swiper-button-next::after , .swiper-button-prev::after {
        padding: 12px;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 40px ;
        height: 40px;
    }

    .listing_filters_main_page .search_btn button {
        width: 100%;
    }

    .main_auth_form {
        width: 100%;
    }

    .listing_side_box {
        display: none;
    }

    .menu_aside {
        display: block;
    }

    .header_logo img {
        width: 118px;
        height: 50px;
    }

    .buy_btn_header button {
        box-shadow: none;
        border: 2px solid #94de1d;
        padding: 10px 20px;
    }


    .advance_filter_btn button {
        display: block;
    }

    .header_links {
        position: absolute;
        background: #fff;
        width: 100%;
        left: 0px;
        z-index: 9999;
        top: 130px;
        transform: scale(0);
        /* height: 100vh; */
        transition: .3s linear;
    }

    .image_left_detail_clip img {
        margin: 2rem 0;
    }

    .header_links ul {
        display: block;
        width: 100%;
        padding: 2rem 0;
    }

    .menu_mobile_icon i {
        display: flex;
        align-items: center;
        background: rgba(249, 176, 178, 0.78);
        border-radius: 27px;
        font-size: 20px;
        padding: 3px;
        margin-right: 10px;
        color: #fff;
    }

    .header_links ul li a {
        display: block;
        margin: 10px 24px;
        color: #000;
    }

    .text_car_specs h3,
    .featuring_list h3 {
        font-size: 14px;
    }

    .align_detail_specs h3 {
        font-size: 14px;
    }

    .align_detail_specs {
        white-space: nowrap;
        justify-content: space-between;
    }

    .head_car_specs_detail {
        padding-bottom: 10px;
    }

    .head_note h3 {
        padding-top: 20px;
    }

    .name_with_inp {
        display: block;
    }

    .name_with_inp p {
        margin-left: 0;
    }

    .main_align_two_fields {
        align-items: center;
        display: block;
    }

    .name_with_inp input {
        width: 100%;
    }

    .step2form {
        margin-top: 1.5rem;
    }

    .listing_filters {
        margin: 2.5rem 0;
    }

    .review_img_about,
    .review_align {
        display: flex;
        flex-direction: column-reverse;
    }


    .align_mob_reviews {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        justify-content: space-between;
    }

    .review_img_about img {
        margin: 0;
        display: flex;
    }

    .next_btn {
        display: none;
    }

    .revied_details {
        padding: 14px 0;
        border: none;
    }

    .review_car_img {
        padding: 10px 0;
    }

    .img_name_rating,
    .img_name_rating p,
    .img_name_rating h3 {
        text-align: center;
    }

    .review_stars {
        justify-content: center;
    }

    .review_car_img img {
        width: 273.25px;
    }

    .recommended_listing .display_align_cars .main_cars_inquery_main {
        width: 48%;
    }

    .recommended_listing .display_align_cars {
        justify-content: space-between;
    }

    .main_breadcrumb li.breadcrumb-item a {
        font-size: 14px;
    }

    .reviews_section .listing_filters {
        display: block;
        margin: 0;
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: 2px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 2px;
    }

    .step1form,
    .step2form {
        height: auto;
    }

    .reviews_section .view_filters,
    .sorting_main {
        justify-content: end;
        margin-bottom: 10px;
    }

    .reviews_head.listing_filters h4 {
        margin-bottom: 12px;
        margin-top: 12px;
    }

    .subscrpibe_inpp button {
        right: 0;
    }

    .right_topbar_btns {
        justify-content: end;
        /* margin-top: 10px; */
    }

    .input_filter_bnr {
        width: 100%;
    }

    .align_filters_main {
        display: block;
    }

    .search_btn {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .search_btn button {
        text-align: center;
        width: 100%;
    }

    .model_select_filter {
        margin: 10px 0;
        width: 100%;
    }

    .main_imp_section h3 {
        font-size: 32px;
        line-height: 34px;
    }

    .main_imp_section {
        display: block;
        margin-top: 0;
    }

    .left_imp_section,
    .img_impoted,
    .right_imp_section {
        width: 100%;
    }

    .popular_brnds {
        margin: 1rem 0;
    }

    .display_align_cars .main_cars_inquery_main {
        width: 48%;
    }

    .right_listing_ranking {
        margin-bottom: 0;
        margin-top: 12px;
    }

    .naming_slider_feedback {
        margin-bottom: 12px;
    }

    .banner_text h4 {
        font-size: 18px;
    }

    .banner_text h1 {
        font-size: 60px;
        text-align: center;
    }

    .banner_text h3 {
        font-size: 80px;
        letter-spacing: -20.9px;
    }

    .easy_align_text p {
        font-size: 16px;
    }

    .best_deals_section .display_align_cars .main_cars_inquery_main {
        width: 48%;
    }

    .stroke_number h2 {
        position: absolute;
        opacity: .1;
        z-index: -1;
        font-size: 110PX;
        left: 22px;
    }

    .main_listing_hiw {
        position: relative;
        z-index: 9;
        display: block;
        border-radius: 20px;
        border: none;
    }

    .number_hiw_img {
        justify-content: center;
        margin-bottom: 1.5rem;
    }

    .right_specs,
    .left_specs {
        padding: 4px 0;
        width: 100%;
        border-bottom: 1px solid #dfdfdf;
    }

    .align_specs {
        display: flex;
        padding: 0;
        border: none;
    }

    .head_popular_cars h3 {
        line-height: 30px;
    }

    .car_name_pop {
        display: block;
    }

    .right_topbar_btns select {
        margin-right: 10px;
    }

    .car_name_pop p {
        text-align: right;
    }

    .naming_slider_feedback h3 {
        font-size: 22px;
    }

    .description_hiw h3 {
        font-size: 18px;
    }

    .main_cars_names {
        /* justify-content: space-around; */
    }

    .head_popular_cars p {
        font-size: 16px;
    }

    .text_specs_detail {
        display: block;
    }

    .left_details_specs,
    .right_details_specs {
        width: 100%;
    }

    .left_topbar {
        display: block;
    }

    .location_with_btn {
        display: block;
        margin-top: 10px;
    }

    .top_align_section_detail {
        display: block;
    }

    .pice_main_pro h2 {
        margin-left: 0;
    }

    .pice_main_pro {
        justify-content: space-between;
    }

    .featuring_main_section .main_align_specs_images {
        width: 50%;
    }

    .revied_details p {
        font-size: 14px;
    }

    .revied_details h3 {
        font-size: 18px;
    }

    .car_fseature_main_detail h3 {
        font-size: 14px;
    }

    .top_button button {
        font-size: 16px;
    }

    .heading_listing h3 {
        margin-top: 1.5rem;
    }

    .listing_banner img {
        height: 200px;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .listing_div .listing_filters {
        display: block;
        margin: 10px 0;
    }

    .view_filters {
        margin-bottom: 12px;
    }

    .main_breadcrumb .breadcrumb {
        margin: 1rem 0;
        padding: 0;
    }

    .min_max_body select,
    .select_min_max {
        width: 100%;
    }

    .button_search button {
        margin-left: 20px;
    }

    .listing_align {
        display: block;
    }

    .listing_img img {
        width: 100%;
        height: 190px;
        object-fit: cover;
        border-radius: 10px;
    }

    .content_listing_image {
        width: 100%;
        margin: 1rem 0 0;
    }

    .listing_specs_align {
        margin-right: 0;
    }

    .left_listing_specs {
        justify-content: space-between;
    }

    .inquiery_naub {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }

    .inquiery_naub p {
        margin-bottom: 0;
    }

    .imported_topbar h3 {
        display: none;
    }

    .language,
    .time_topbar {
        display: none;
    }

    .content_listing_image .listing_specs {
        display: block;
    }

    .listing_banner .name_banner_list h3 {
        font-size: 20px;
    }

    .currency {
        display: none;
    }

    .logo_footer {
        width: 70%;
        margin-right: 1rem;
    }

    .align_footer_mob {
        display: flex;
        align-items: center;
    }

    .links_footer_img ul li a {
        font-size: 14px;
    }

    .col-md-3.align_footer_links_widhth {
        width: 50%;
        margin: 1rem 0;
    }
}

@media screen and (max-width: 580px) {
    .recommended_listing .display_align_cars .main_cars_inquery_main {
        width: 46%;
    }

    .banner_text h1 {
        line-height: normal;
        font-size: 46px;
    }

    .body_car_img img {
        width: 69px;
        height: 49px;
    }

    .explore_heading h3 {
        line-height: 64px;
    }

    .footer_links ul li a {
        font-size: 14px;
    }

    .head_footer_links h3 {
        font-size: 18px;
        margin-top: 12px;
    }


}