@media(min-width : 991.88px) {
    .header-v2 .topnav .top-navigation>li {
        position: relative;
    }



    .topnav.dd-menu.toggle-menu li.hv::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 3px;
        width: 100%;
        height: 2px;
        background-color: black;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
        -webkit-transition: -webkit-transform 250ms ease-in;
        transition: -webkit-transform 250ms ease-in;
        -o-transition: transform 250ms ease-in;
        transition: transform 250ms ease-in;
        transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
    }

    .topnav.dd-menu.toggle-menu li:hover::before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
    }

}


.flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.premium-advertisement .vehicle-price {
    display: inline-block;
    max-width: 111px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #231f20;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#homepageblogs .post-block .post-image img {
    width: 100% !important;
    height: 230px !important;
    border: none;
}

.flx-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;


}

.flx-wrap .col-md-4 {
    height: auto;
    margin-bottom: 1rem;
}

.flx-wrap .col-md-4 .item,
.flx-wrap .col-md-4 .post-block {
    height: 100%;
}

.flx-wrap .col-md-4 .post-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flx-wrap .col-md-4 .post-content p {
    width: 330px;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
}


@media(max-width : 768px) {
    .flx-wrap .col-md-4 {

        max-width: 400px;
        margin-bottom: 1rem;

    }

    .flx-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#pills-tab {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    margin: .5rem 0;
}

#pills-tab::after,
#pills-tab.flx::before {
    display: none;
}

#pills-tab>li.active>a {
    color: rgb(255, 216, 0) !important;
    border-bottom: 2px solid rgb(255, 216, 0) !important;

}

#pills-tab .nav-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}


#pills-tab .nav-item a {
    position: relative;
    color: #999;
    padding: .5rem 0;
    height: 2.5rem;
    line-height: 1.5rem;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-bottom: 2px solid transparent;
    border-radius: 0;

}

#pills-tab .nav-item:first-child::after {
    content: '';
    position: absolute;
    height: 90%;
    width: 1px;
    right: -2px;
    top: 3px;
    bottom: 3px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #dee2e6;
    border-right: 1px solid #e9ecef;

}


#pills-tab>li.active>a {
    color: rgb(255, 216, 0) !important;
    border-bottom: 2px solid rgb(255, 216, 0) !important;

}

/* 
#pills-tab .nav-item.active a {
    color: rgb(255, 216, 0) !important;
    border-bottom: 2px solid rgb(255, 216, 0) !important;

} */

#home_footer {
    padding: 150px 0 20px !important;
}

.footer-fr {
    max-height: 6rem !important;
}

img#stamp {
    width: 150px;
}

.row.flx-wrap .footer_widget {
    height: auto;
}

.ver {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ver .ver-inp {
    max-width: 2.5rem;
    padding: .5rem;
    text-align: center;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

footer.site-footer #home_footer.inner-page-footer {
    padding: 50px 0 20px !important;

}

footer #home_footer .flx-wrap iframe {
    max-height: 6rem !important;

}

.sidebar-widget:last-child {
    margin-left: .5rem;
}

.sidebar-widget {
    min-width: 48%;
}

@media(max-width : 730px) {

    .sidebar-widget {
        min-width: 100%;
        margin-right: unset;

    }


}

@media(min-width : 992px) {


    .sidebar-widget:last-child {
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }



}

.posts-archive .post .post-title {
    padding-bottom: 12px;
    letter-spacing: normal;
    font-weight: 500;
    color: #1a212d;
    margin-bottom: 0;
    font-size: 16px;
}

.text-flow {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;

}

.widgettitle {
    font-size: 16px;
}

.widget_recent_posts li .rec-title,
.widget_recent_posts li .p-cat-title {
    margin-bottom: 0;
    padding-left: 85px;
    font-weight: 600;
    color: #231f20;
    font-size: 14px;
}

div.was-h4 {
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 500;
    text-transform: none;
    margin: 0 0 15px 0;
    color: #231f20;
    line-height: 1.5em;
}

.was-h4 {
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 500;
    text-transform: none;
    margin: 0 0 15px 0;
    color: #231f20;
    line-height: 1.5em;
}

.is-sticky .filters-sidebar {
    width: 100%;


}


.flx-wrap.find-d-form .flx {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem .75rem;
}

.flx-wrap.find-d-form .flx:first-child {

    min-width: 100%;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.flx-wrap.find-d-form .flx>div {
    padding: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

#vehicle_category_price_quote .dealer_buttons {
    width: auto;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flx-wrap.find-d-form .flx .sel-box {
    min-width: 9rem;

}

.flx-wrap.find-d-form .flx .sel-box,
.flx-wrap.find-d-form .flx .search-box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flx-wrap.find-d-form .flx .search-box {
    min-width: 16rem;
}

.flx-wrap.find-d-form .flx:last-child {

    width: auto;
    max-width: 100%;

}

.search-box-icon {
    width: 100%;

}

.top_search_icons {
    padding: 0;
}

@media(min-width : 992.98px) {


    #Search-Filters .filters-sidebar {
        width: 65%;
        margin-top: 10px;
        position: fixed;

    }


    .flx-wrap.find-d-form .flx:first-child {

        min-width: 65%;
        max-width: 100%;

    }


}

.page_speed_1104789097 {
    width: 184px;
    margin-bottom: 20px;
}

body>div.body.sticktr>div.site-header-wrapper.sticktr>header>div>div.topnav.dd-menu.toggle-menu {
    z-index: 999 !important;
}

#Search-Filters {

    z-index: 888 !important;

}


#results-holder.results-list-view .result-item {
    overflow: initial;
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    padding: 12px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 190px;
}

#results-holder.results-list-view .result-item .row>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;


}


.results-list-view .result-item-image,
.results-list-view .result-item-social-media {
    width: 36%;
    min-width: 110px !important;
    float: none;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-right: 1rem;

}

.results-list-view .result-item-buttons,
.results-list-view .result-item-in {
    position: relative;
    z-index: 2;
    float: none;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 120px;
    padding: 0;
}

.results-list-view .result-item-cont {
    padding: 0;
    padding-bottom: .5rem;
}

#find_new_dealer_container .results-list-view .result-item-title {
    padding: 0;
}

.results-list-view .result-buttons {
    padding: 0;
}

@media(max-width : 768px) {

    #results-holder.results-list-view .result-item .row>div {
        max-height: 9rem;

    }

}

@media(max-width : 575px) {

    #results-holder.results-list-view .result-item .row>div {
        max-height: unset;

    }

}

#results-holder.results-grid-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.results-grid-view .result-item {
    width: 46%;
    padding: .3rem;
    margin: 0px 2% 20px;
    float: none;
    min-width: 200px;
    text-align: center;
    border: 1px solid rgb(228, 228, 228);
    padding: 0 .2rem;
    background: rgb(255, 255, 255);
    min-height: 320px;
}


@media only screen and (max-width: 767px) {
    .result-item {
        width: auto;
        margin-left: 0 !important;
        float: none !important;
        margin-bottom: 20px !important;
    }
}

@media(max-width : 1376.98px) {

    .results-grid-view .result-item {
        width: 100%;
        float: none;
        min-width: 200px;
    }

}


@media(max-width : 991.98px) {

    .results-grid-view .result-item {
        -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
        float: none;
        min-width: 200px;
        margin: .5rem;
        margin-bottom: 1rem;
    }

}


@media(max-width : 670.98px) {

    .results-grid-view .result-item {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        float: none;
        min-width: 200px;
        margin: .5rem;
        margin-bottom: 1rem;
    }

}

@media(max-width : 450px) {

    .results-grid-view .result-item {
        -ms-flex-preferred-size: 99%;
        flex-basis: 99%;
        float: none;
        min-width: 200px;
        margin: auto;
        margin-bottom: 1rem;
    }

}

#changeLocationForm .modal-content {
    background-color: #fff;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.pac-container {
    z-index: 1051 !important;
}


#changeLocationModal .modal-dialog {
    width: 100%;
}

#changeLocationModal .modal-dialog .map-wr {
    width: 100%;
    max-height: 300px;
    background-color: #ccc;
}

.preloader-cont {
    position: relative;
}

.loader-wr {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 55;
}

.loader {
    background-color: #ffd800;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    position: relative;
}

.loader:before,
.loader:after {
    content: '';
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    position: absolute;
    bottom: 45px;
    -webkit-clip-path: circle(50% at 50% 100%);
    clip-path: circle(50% at 50% 100%);
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}

.loader:after {
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    top: 45px;
    -webkit-clip-path: circle(50.0% at 50% 0);
    clip-path: circle(50.0% at 50% 0);
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.preloader-cont.loading {
    max-height: 250px;
    overflow: hidden;
}

.preloader-cont.loading .loader-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.listing-header h2 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    line-height: 60px;
}

.listing-header h2:after {
    content: "";
    width: 73px;
    border: 2px solid #ffd800;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    right: 46%;
    left: auto;
}

.was-h3 {
    line-height: 1.5em;
    font-size: 24px;
    color: #231f20;
    margin: 0 0 15px 0;

}

.listing-header .was-h3 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    line-height: 60px;
    color: #231f20;
    margin: 0 0 15px 0;
}

.listing-header .was-h3:after {
    content: "";
    width: 73px;
    border: 2px solid #ffd800;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
}

.post-block .was-h3.post-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    padding: 0 10px;
}

.post-block .post-title {
    white-space: nowrap;
    min-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;

}

.price-quote-section .listing-header .was-h3:after {
    left: auto;
    right: 43%;
}

.login_popup .was-h3,
.register_popup .was-h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.was-h4.result-item-title a {
    color: #333;
}

.was-h5 {
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
}

.was-h5.info_strip {
    margin: 0;
}

.footer_widget div.was-h4 {
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #231f20;
    font-size: 16px
}

.vehicle-block .vehicle-title {
    padding-top: 12px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: none;
}

.vehicle-block .vehicle-title a {
    color: #231f20 !important;

}

.dealer_info .was-h3 {
    font-size: 22px;
    font-weight: 500;
    padding-top: 15px;
    margin-bottom: 0;
}

@media(max-width : 991.98px) {

    .send_enquirysticky.enquiry_csswidth {
        position: static !important;
    }


}

.widget.sidebar-widget.widget_recent_posts {
    width: 100%;

}

@media(max-width : 991.98px) {


    .widget.sidebar-widget.widget_recent_posts {
        max-width: 49%;

    }



}

@media(max-width : 767.98px) {


    .widget.sidebar-widget.widget_recent_posts {
        max-width: 100%;

    }



}

.widget_recent_posts li .rec-title,
.widget_recent_posts li .p-cat-title {
    margin-bottom: 0;
    padding-left: 85px;
    font-weight: 600;
    color: #231f20;
    font-size: 14px;

}

.comments li .was-h5 {
    margin-bottom: 13px;
    color: #f8b600;
}

.info_strip.flx {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.row.flx-wrap .col-md-4.col-sm-6 {
    height: auto;
}

.row.flx-wrap .col-md-4.col-sm-6 .item {
    height: 100%;
}

.premium-advertisement .vehicle-block {

    margin-bottom: 5px !important;
    height: 100%;

}

.premium-advertisement .vehicle-block .result-item-image {
    height: 228px !important;

}

.premium-advertisement .vehicle-block .result-item-image img {
    height: 100% !important;
    width: 100%;

}


.premium-advertisement .vehicle-block {
    margin-bottom: 0 !important;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

.premium-advertisement .vehicle-block .was-h4.result-item-title a:hover {
    color: #666;
}

.sell_car_popup .flx-wrap .col-md-6.col-sm-6 {
    height: auto;
    padding-bottom: 1rem;
}

.sell_car_popup .flx-wrap .col-md-6.col-sm-6 .box-sell {
    height: 100%;
    margin-bottom: 0;
}

#advertising .flx-wrap .columns {
    float: none !important;
    width: 100%;
    border-radius: 4px;
    margin: 0;
    padding: .7rem;
}


@media(min-width : 768px) {
    #advertising .flx-wrap .columns {
        float: none !important;
        width: 50%;
        border-radius: 4px;
        margin: 0;
        padding: .7rem;
    }
}

@media(min-width : 992px) {
    #advertising .flx-wrap .columns {
        float: none !important;
        width: 33.3333%;
        border-radius: 4px;
        margin: 0;
        padding: .7rem;
    }
}

#undefined-sticky-wrapper {
    margin-bottom: 1rem !important;
    height: auto !important;
    max-height: 600px !important;
}

@media(max-width : 991.98px) {

    .my-profile-section .col-md-3.text-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: .5rem;
    }
}

#mostpopularcar .media-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    height: 170px !important;

}

#mostpopularcar .media-box img {
    height: 100% !important;
    width: 100% !important;
}

.most-popular .vehicle-block {
    position: relative;
    max-width: 300px;
    margin: auto !important;
    margin-bottom: 30px !important;

}

#login_l_form .iti__flag-container {
    height: 100%;
}

#login_l_form .iti__selected-flag {
    height: 100%;
}


.dashboard-block-wr {
    width: 75% !important;
}

@media(max-width : 1199.98px) {

    .dashboard-block-wr {
        width: 100% !important;
    }

    .users-sidebar.tbssticky {
        position: static !important;
    }
}

.premium-advertisement .vehicle-block .result-item-image {
    height: 228px !important;
    max-width: 343px;
}

.premium-advertisement .vehicle-block .result-item-image .media-box {
    height: 228px !important;
    max-width: 343px;
}

.premium-advertisement .vehicle-block {
    margin-bottom: 0 !important;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 343px;
}


.dealer_block .was-h4.result-item-title {
    margin-bottom: 0;
    padding: 10px;
    padding: 7px 10px;
}

.dealer-h-ad .vehicle-block-content {
    margin-right: -1px;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dealer-h-ad .result-item-image .icon.media-box {
    width: 39px !important;
    height: 39px !important;
    border-radius: 4px;
    text-align: center;
    color: #fff !important;
    position: absolute;
    font-size: 16px;
    margin: 0;
    border: 1px solid;
    background: 0 0;
}

.dealer-h-ad .vehicle-block-content {
    margin-right: -1px;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dealer-h-ad .result-item-image .icon:hover {
    color: #231f20 !important;
    border-color: #ffd800;
    background: #ffd800;
}

.dealer-h-ad .vehicle-block-content {
    padding: 0 !important;
}

.dealer-h-ad .result-item-image .icon {
    width: 39px;
    height: 39px;
    border-radius: 4px;
    text-align: center;
    color: #fff !important;
    position: absolute;
    font-size: 16px;
    margin: 0;
    border: 1px solid;
    background: 0 0;
}

.dealer-h-ad .result-item-image .icon i {
    padding: 10px 5px;
}

.dealer-h-ad .result-item-image .icon.media-box {
    width: 39px !important;
    height: 39px !important;
    border-radius: 4px;
    text-align: center;
    color: #fff !important;
    position: absolute;
    font-size: 16px;
    margin: 0;
    border: 1px solid;
    background: 0 0;
}

#home_ad .result-item-image .icon.media-box {
    width: 39px !important;
    height: 39px !important;
    border-radius: 4px;
    text-align: center;
    color: #fff !important;
    position: absolute;
    font-size: 16px;
    margin: 0;
    border: 1px solid;
    background: 0 0;
}

#home_ad .result-item-image .icon.media-box:hover {
    color: #231f20 !important;
    border-color: #ffd800;
    background: #ffd800;
}

#Search-Filters .filters-sidebar {
    margin-top: 10px;
}

#find_new_dealer_container .results-list-view .result-item-title {
    padding: 0;
    font-size: 18px;
    margin-bottom: 0;
}

.was-h4.other_feature {
    padding-top: 15px;
    color: #85919e;
    margin-bottom: 5px;
    text-align: left;
}

.was-h4.sell-title {
    font-size: 18px;
    font-weight: 600;
    border: solid 1px #f1f1f1;
    background-color: #f9f9f9;
    padding: 20px 30px;
    margin-bottom: 0;
}

.about-content .was-h3 {
    color: #555;
}

.dashboard-block .profile_picture {

    width: 135px;
    height: 135px;
}

/* 
.most-popular .item {
    height: 100%;
} */


#mostpopularcar .row,
#mostpopularbike .row,
#mostpopulartruck .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


#mostpopularcar .row .col-md-3.col-sm-6,
#mostpopularbike .row .col-md-3.col-sm-6,
#mostpopulartruck .row .col-md-3.col-sm-6 {
    height: auto;
    margin-bottom: 30px;
}

.most-popular .vehicle-block {
    margin: auto !important;
    margin-bottom: 30px;

}

.pricetag {
    float: none;
    color: #ff8b2b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 5px;
}

.most-popular .col-sm-6.col-md-4 {
    width: 100% !important;

}

@media (min-width: 575px) {
    .most-popular .col-sm-6.col-md-4 {
        width: 50% !important;

    }
}


@media (min-width: 950px) {
    .most-popular .col-sm-6.col-md-4 {
        width: 33.333333% !important;

    }
}

@media (min-width: 992px) {

    .most-popular .col-sm-6.col-md-4 {
        width: 50% !important;

    }
}

@media (min-width: 1100px) {

    .most-popular .col-sm-6.col-md-4 {
        width: 33.333333% !important;

    }
}

.most-popular .vehicle_name {
    width: 100% !important;
    display: inline-block;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


.listing-header h2:after {
    content: "";
    width: 73px;
    border: 2px solid #ffd800;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    left: auto;
}

.sell_car_popup h3:after {
    content: "";
    width: 73px;
    border: 2px solid #ffd800;
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    left: auto;
    bottom: 0;
    border-radius: 5px;
}

.recent-vehicles .vehicle-block {
    -webkit-box-shadow: 0 0 11px 0 silver;
    box-shadow: 0 0 11px 0 silver;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 300px;
    position: relative;
}

.car-card {
    max-width: 300px;
    background-color: #fff;
    margin: auto;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    -webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


.car-card .card-img-wr {
    position: relative;
    width: 100% !important;
    padding: 33.33% 0;
    overflow: hidden;
}

.car-card .card-img-wr .car-pic {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
}

.car-card .card-img-wr .car-pic img {
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;

    -webkit-transition: -webkit-transform 0.3s cubic-bezier(.25, .8, .25, 1);

    transition: -webkit-transform 0.3s cubic-bezier(.25, .8, .25, 1);

    -o-transition: transform 0.3s cubic-bezier(.25, .8, .25, 1);

    transition: transform 0.3s cubic-bezier(.25, .8, .25, 1);

    transition: transform 0.3s cubic-bezier(.25, .8, .25, 1), -webkit-transform 0.3s cubic-bezier(.25, .8, .25, 1);


}

.car-card-content {
    padding: .75rem;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgb(0 0 0 / 19%);


}

.car-card-content .car-title {
    color: #231f20;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 1rem;
}

.car-card-content .car-title a {
    color: #231f20;

}

.car-card-content .content-btm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: bold;
    font-size: 14px;
}

.car-card .card-img-wr .car-price {
    position: absolute;
    z-index: 7;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    max-width: 10rem;
    min-width: 5rem;
    font-weight: 500;
    text-shadow: 1px 1px 6px #ffffff57, 1px 1px 3px black, -1px -1px 3px black;
    color: #ffd800;
    white-space: nowrap;
    line-height: 1.1;
    padding: .4rem .75rem;
    padding-bottom: .3rem;
    border-radius: 20% 20% 0 0 / 105% 105% 0 0;
    background-color: rgb(0 0 0 / 80%);
    text-align: center;
}

.car-card .label {
    background-color: rgb(0 0 0 / 80%) !important;
    top: 7px;
    left: 7px;
    z-index: 9;
    padding: 7px;
}

.car-card-content .car-y {
    position: absolute;
    background-color: #ffd800;
    border-radius: 50%;
    width: 5.5rem;
    height: 5.5rem;
    bottom: -2.2rem;
    right: -1.7rem;
    padding: 1.2rem 1rem;
    color: #231f20;
}

.my-coustm-col {
    width: 100%;
    padding: .5rem;
}



.car-card:hover .car-pic img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(.25, .8, .25, 1);
    transition: -webkit-transform 0.3s cubic-bezier(.25, .8, .25, 1);
    -o-transition: transform 0.3s cubic-bezier(.25, .8, .25, 1);
    transition: transform 0.3s cubic-bezier(.25, .8, .25, 1);
    transition: transform 0.3s cubic-bezier(.25, .8, .25, 1), -webkit-transform 0.3s cubic-bezier(.25, .8, .25, 1);

}

@media (min-width : 480px) {
    .my-coustm-col {
        width: 50%;
    }

}

@media (min-width : 768px) {
    .my-coustm-col {
        width: 33.3333%;
    }

}



@media (min-width : 992px) {
    .my-coustm-col {
        width: 25%;
    }

}

#results-holder.results-list-view .result-item .row>div {
    flex-wrap: nowrap !important;
}

.results-list-view .result-item-image img {
    width: 100%;
    max-height: 118px !important;
    margin-bottom: .5rem;
}

.result-item-content p {

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.result-item-social-media .result-item-social-buttons {
    text-align: left;
}

.result-item-social-buttons .btn-black-bg {

    margin-right: 5%;
    margin-left: 0;
}


.results-list-view .result-item-image .media-box {
    text-align: left;
}



.results-list-view .result-item-image {


    width: 110px !important;
    max-width: 36%;
}

@media only screen and (max-width: 992px) {

    .results-list-view .result-item-in {
        min-height: unset;
    }
}

/* admin  */

.form-line img {
    max-width: 100%;
    max-height: 17rem;
}

.result-item.format-standard .row:nth-child(1) {
    margin-bottom: .5rem;
}

/* neeeeeeeeeeeeeeeeeeeeeeeee */
/* sell your v button style */
@media(min-width : 992.88px) {
    .topnav.dd-menu.toggle-menu li.hv:nth-child(6) a {
        background-color: #231f20;
        color: #ffd800 !important;
        border-radius: 4px;
        padding: 11px;
        color: #ffd800 !important;
    }

    .topnav.dd-menu.toggle-menu li.hv:nth-child(6) a:hover {
        background-color: #fff;
        color: #231f20 !important;

    }


    .topnav.dd-menu.toggle-menu li.hv:nth-child(6)::before {


        display: none !important;
    }
}

/* footer frames edit 10-12-2021 */

.site-footer-top .container {
    position: relative;
}


.site-footer-top .container .footer-abs {
    position: absolute;
    border-bottom: 0;
    margin: auto;
    width: 600px;
    max-width: 100% !important;
    display: flex;
    justify-content: space-around;

}

#login_l_form .rememberme {
    text-align: end;
}

#login_l_form .rememberme a.pull-right.popup_links {
    float: none !important;

}

.ver.flx {
    direction: ltr !important;
}


#login_l_form .iti__selected-flag {
    height: 35px;
}

#login_l_form input[type=submit] {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    float: none !important;
}


.dinfont {
    font-family: "DINNextLTArabic", Tahoma, sans-serif, serif !important;
}


.latest-news .btn-yellow-bg {

    margin-top: 1rem;
}


.dealer-h-ad .result-item-image .icon:hover {
    color: #231f20 !important;
    border-color: #ffd800;
    background: #ffd800;
}


.results-grid-view .result-item .result-item-image img {
    max-height: 100px;
}

.site-footer-top .container .footer-abs {
    position: static;
    border-bottom: 0;
    margin: auto;
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
}

.site-footer-top .container .footer-abs .frame-wr {
    max-height: 105px;
    overflow: hidden !important;
    width: 207px;
    text-align: center;
    padding: .5rem;
    direction: ltr;
    transform: scale(.7);
}

img[src=""],
img:not([src]) {
    visibility: hidden;
}

#appleid-signin>div {
    height: 40px !important;
    margin-top: 10px;
}

/* premium advertisement  card*/
.premium-advertisement .vehicle-block .result-item-image img {
    height: 100% !important;
    width: 343px;
    max-width: 100%;
}


/* adding check mark on selected tab at register  & register with google & register with facebook  modals */
input[type=radio]:checked+.dealertype {
    position: relative;
}

input[name=user_role]:checked+.dealertype::after,
input[name=role]:checked+.dealertype::after {
    position: absolute;
    content: "\f00c";
    font: normal normal normal 16px/1 FontAwesome;
    right: 3px;
    line-height: 22px;
    color: #28a745;
    top: 3px;
    z-index: 1;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
}

/* footer dropdwon arrows  */
#category_links .trigger .panel-title:after {
    right: 63px;
}


/* searh button in advanced search*/
#advance_search .custombtn_submit {
    padding: 0 10px !important;
}

/* change color of check mark on selected tab at register  & register with google & register with facebook  modals */
input[name=user_role]:checked+.dealertype::after,
input[name=role]:checked+.dealertype::after {
    color: #ffd800 !important;

}

/* deleteing some social media icons beccuse the backend is too lazy to remove them from the dom */
footer .social-icons .linkedin,
footer .social-icons .pinterest {
    display: none;
}

/* home search filter border radius */
.search_div .search-form-inner {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    -webkit-border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -ms-border-radius: 16px 16px 0 0;
    -o-border-radius: 16px 16px 0 0;
}

/* app dwn buttons */
.app-dwn-wr .dwn-apps {
    gap: 0 5px;
    margin-top: 5px;
}

/* home advanced search filter (adress input parent div) */
#advance_search>div:nth-child(2)>div:nth-child(1)>div>div>div {
    position: relative;

}

/* home advanced search filter ( adress input) */
#advance_search #autocomplete3 {
    padding-left: 30px;
}

/* home advanced search filter ( adding search icon to addres input) */
#advance_search>div:nth-child(2)>div:nth-child(1)>div>div>div::before {
    position: absolute;
    content: "\f002";
    font: normal normal normal 16px/1 FontAwesome;
    left: 10px;
    top: 9px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    z-index: 1;
}

footer .container .row {
    display: flex;
    flex-wrap: wrap;
}

/*footer .container .row .col-md-2 {
        max-width: 50% !important;
        float: none !important;
     }

     @media(max-width: 991px) {
        footer .container .row .col-sm-6:nth-child(1) {
           width: 100% !important;
           float: none !important;
        }

        footer .container .row .col-md-2 {
           width: 33% !important;
           float: none !important;
        }
     }

     @media(max-width: 768px) {
        footer .container .row .col-md-2 {
           width: 50% !important;
           float: none !important;
        }

        footer .container .row .col-sm-6:nth-child(5) {
           width: 50% !important;
           float: none !important;
        }

     }

     @media(max-width: 575px) {
        footer .container .row .col-md-2 {
           width: 50% !important;
           float: none !important;
        }

        footer .container .row .col-md-2:nth-child(4) {
           width: 40% !important;
           float: none !important;
        }

        footer .container .row .col-sm-6:nth-child(5) {
           width: 60% !important;
           float: none !important;
        }
     }*/

/* edit footer header */
.site-header-wrapper {
    top: -1px !important;
}

.header-v2 .site-header-wrapper {
    padding-top: 0 !important;
    border-top: 0 !important;
}

/* edit footer soc icons */
footer ul.social-icons {
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
}

.social-icons li,
.social-icons-colored li {
    margin: 0 10px !important;
}

.social-icons li:last-child,
.social-icons-colored li:last-child {
    margin: 0 10px !important;
}

/* unset the min height of user dash table and adding a padding bottom */
.dashboard-wrapper .dashboard-block .table-responsive {
    min-height: unset;
    padding-bottom: 100px;
}

/* 21 11 21 */
.not-found-wr {
    width: 100%;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.not-found {
    width: 100%;
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    background: #f7f7f7;
    box-shadow: 8px 8px 16px #dedede,
        -8px -8px 16px #ffffff;
    max-width: 500px;
    border-radius: 1.5rem;
    overflow: hidden;

}

.not-found-msg {
    padding-top: 1.5rem;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #263238;
    z-index: 10;
}

.not-found img {
    width: 100%;
    max-height: 100%;
    filter: drop-shadow(-5px 7px 8px rgba(0, 0, 0, .4));
    -webkit-filter: drop-shadow(-5px 7px 8px rgba(0, 0, 0, .4));
}

@media(max-width: 575px) {

    .not-found-wr {

        padding: .75rem;

    }

    .not-found-msg {
        padding-top: 1rem;
        text-align: center;
        font-size: 1.2rem;
        font-weight: bold;
        color: #263238;
    }
}

/* upper bar (dwn app bar) style */

.dwn-app-bar {
    justify-content: space-around;
    background-color: #BABDBF;
    width: 100%;
    align-items: center;
    padding: 5px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 999999;
}

.dwn-app-bar .dwn-apps {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dwn-app-bar .dwn-apps a {
    display: block;
    width: 50%;
    margin: 0 5px;
    max-width: 130px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 !important;
    max-height: 40px;
    border: 0;
}

.dwn-app-bar .dwn-apps a img {
    width: 100% !important;
    height: 40px;
}

.dwn-app-bar .txt {
    color: #231f20;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    font-size: 1rem;
    text-shadow: none;
    margin-right: 5px;
}

@media(max-width: 575px) {

    .header-v2 .site-logo {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-v2 #menu-toggle {
        margin-top: 18px;
    }

    .header-v2 .topnav {
        padding: 10px;
    }

    /* body {
           padding-top: 50px !important;
        } */

    .dwn-app-bar {
        display: flex;
    }

    #back-to-top {

        right: 20px;

    }

}

@media(max-width: 992px) {

    .dwn-app-bar {
        display: flex;
    }

    .site-header-wrapper {
        top: 49px !important;
    }

}

/* 21 11 21 */
#appleid-signin>div>div:nth-child(2) {
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
}

#appleid-signin>div>div:nth-child(1) {
    cursor: pointer;
}

#appleid-signin>div {
    height: 38px !important;
    margin-top: 20px;
}

@media(max-width: 992px) {

    .dwn-app-bar {
        display: flex;
    }

    .site-header-wrapper {
        top: 49px !important;
    }

    .body {
        padding-top: 119px !important;
    }
}


@media(max-width: 767px) {


    .site-header-wrapper {
        top: 0 !important;
    }

    .body {
        padding-top: 49px !important;
    }
}

.footer-dwn-apps {
    display: flex;
    gap: 5px;
    max-width: 260px;
    margin-bottom: 20px;

}

.footer-dwn-apps a {
    width: 50%;
    padding: 0;
    display: block;
    max-width: 160px;
}

footer.new-footer ul.social-icons {
    display: flex;
    justify-content: start;
    padding-bottom: 5px;
    padding-top: 5px;
}


footer.new-footer {
    background-color: #ffd800;
    color: #231f20;
}

.footer-item {
    padding: 5px 20px 7px 0;
}

.footer-title {
    color: #231f20;
    font-weight: bold;
    margin: 10px 0;
    font-size: 17px;
}

.new-footer .panel-body ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

.new-footer .panel-body ul li {
    padding: 3px 0;
}

footer.new-footer .panel-title,
.footer-item {
    font-weight: 500 !important;
    color: #545454;
}

footer.new-footer .panel-title {
    transition: all .3s ease .1s;
    max-width: 250px;
    position: relative;

}

.new-footer .panel-body a,
.footer-item a {
    color: #545454;
    display: inline-block;
}

footer.new-footer .panel-title:hover {
    color: #85919e;
}

.new-footer .panel-body a:hover,
.footer-item a:hover {
    color: #85919e;
    transition: all .3s ease .1s;
    transform: translateX(3px) !important;
}

.new-footer-bottom {
    padding: 8px 0;
    border-top: 1px solid #e9ecef;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

.new-footer-bottom>div {
    margin: 5px 0;
}

.new-footer-bottom>div a {
    color: #231f20;
    margin-right: 12px;
    transition: all .3s ease .1s;
    display: inline-block;
}

.new-footer-bottom>div.copy {
    margin-left: auto;
}

.new-footer-bottom>div a:hover {
    color: #545454;
}

.new-footer {
    padding-top: 25px;
}

.new-home-footer {
    padding-top: 110px;
}

.footer-text {
    color: #231f20;
    font-weight: 500;
    padding: 5px 0;
}

.footer-frames {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    gap: 5px;
    justify-content: flex-start;
}

.footer-frames .frame-wr {
    display: flex;
    width: unset;
    overflow: hidden;
    height: 100px;
    justify-content: flex-start;
    transform: scale(.6);
    transform-origin: left;
}

.footer-frames .frame-wr.frame1 {
    color: #231f20;
    width: 65%;
}

.footer-frames .frame-wr.frame2 {
    color: #231f20;
    width: 35%;
}

.footer-item .fa {
    margin-right: 4px;
}

/* =========== */
footer.new-footer .row {
    display: flex;
    flex-wrap: wrap;
}

.new-footer .cstm-big-col,
.new-footer .cstm-sm-col {
    float: none !important;
    padding: .5rem;
}


@media (min-width: 576px) {
    .new-footer .cstm-big-col {
        width: 50% !important;
    }

    .new-footer #category_links,
    .new-footer .cstm-sm-col {
        width: 50% !important;
    }
}

@media (min-width: 992px) {
    .new-footer .cstm-big-col {
        width: 30.9% !important;
    }

    .new-footer #category_links,
    .new-footer .cstm-sm-col {
        width: 23% !important;
    }
}

@media (max-width: 575px) {
    .new-footer .cstm-big-col {
        width: 100% !important;
    }

    .new-footer .cstm-sm-col {
        width: 50% !important;
    }

    #category_links .trigger .panel-title:after {
        right: 8px;
    }

    .footer-item {
        padding: 5px 5px 5px 0;
    }

    .new-footer-bottom,
    footer.new-footer .panel-title,
    .footer-item {

        font-size: 12px !important;
    }

    .footer-title {
        font-size: 15px;
    }
}

.package_modal_content .other_feature {
    color: #231f20;
    font-weight: bold;
}

.price li.not-supported span i {
    color: #df4759;
}

.rememberme input[type=checkbox] {

    margin-top: 0 !important;
}

.apple-sign-btn {
    overflow: hidden;
    height: 39px;
    border-radius: 20px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #050708;

}

.apple-sign-btn:hover {
    opacity: .9;
}

.apple-sign-btn img {

    object-fit: cover;
}

.new-footer .pic-wr {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.new-footer .pic-wr img {
    max-height: 60px;
    max-width: 100%;
}

.new-footer .pic-wr a {
    margin: 0 8px;
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 120px;
}

.new-footer .pic-wr a:nth-child(1) {
    margin-left: 0;
}

.new-footer-bottom {
    width: 100% !important;
}

.new-footer .green-pic {
    height: 50px;
}

.pay-col {
    text-align: center;
}

.pay-col img {
    height: 50px;

}

.search-find-results a:hover {
    color: #f8b600;

}

.btn-red-bg {
    background-color: #ed3939 !important;
    border: 1px solid #ed3939 !important;
    color: #ffffff;
    transition: all .3s ease;

}

.btn-red-bg:hover {
    color: #ed3939 !important;
    background-color: #ffffff !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.dealer-page-map {
    min-height: 100% !important;
}

.d-flex {
    display: flex;
}

.d-flex .flex-grow {
    flex-grow: 1;
}

.dashboard-block .col-lg-9 .d-flex>div {
    padding: 0 10px;
}

.dashboard-block .my-profile-section .col-lg-9>.col-md-6,
.dashboard-block .my-profile-section .col-lg-9>.col-md-12 {
    padding: 0;
}

.dashboard-block .my-profile-section #mobile_verify {
    margin: 0;
    max-height: 40px;
}

.dashboard-block .my-profile-section .d-flex {
    align-items: center;
}

.dashboard-block .my-profile-section .d-flex .pt-set {
    padding-top: 0 !important;
}

.map-wr {
    height: 220px;
    background-color: #f7f7f7;
}

#searchMapModal .btns-wr {
    margin-top: 10px;
    text-align: end;

}

#searchMapModal .btns-wr .btn {
    padding-top: 9px;
    padding-bottom: 9px;
}

#searchMapModal .btns-wr .btn-black-bg {
    margin: 0 8px;
}

#PaymentModal .card-header {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: bold;
    padding: 12px 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #cacaca;
}

#PaymentModal .wr {
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
    padding-bottom: 8px;
    background-color: #ffffff;

}

#PaymentModal .card-header img {
    max-height: 25px;
    max-width: 80px;
}

#PaymentModal .white-bg-with-border-radius {
    margin: auto;

}

#PaymentModal .modal-body {
    padding: 20px;
}

#PaymentModal form {
    padding: 0 20px;
    width: 320px;
    max-width: 100%;
}

#PaymentModal .modal-body {
    background-color: #ffd800;
}

#PaymentModal a.wr {
    display: block;
    margin-top: 10px;
    padding-bottom: 0;
    transition: all .3s ease;
}

#PaymentModal a.wr:hover {
    box-shadow: 0px 0px 0px rgb(0 0 0 / 20%);
    transform: translateY(2px);
}

#PaymentModal a.wr .card-header {
    margin-bottom: 0;
    border-bottom: 0;

}

.icon-inp-wr,
.pass-inp-wr {
    position: relative;

}


.pass-inp-wr .show-pass {
    position: absolute;
    right: 0;
    height: 35px;
    top: 0;
}

.pass-inp-wr .show-pass .btn {
    height: 35px;
    background-color: transparent;
    border-radius: 4px;
    border-color: transparent;

}

.pass-inp-wr .show-pass .btn:focus {
    box-shadow: none;
    outline: none;
}

.pass-inp-wr input {
    padding-right: 42px;
}

.modal #phone-num-c {
    text-align: center;
    padding-bottom: 6px;
    display: inline-block;
    margin: auto;
    color: #231f20;
}

.modal #resend-counter {
    font-size: 20px !important;
    display: inline-block;
    margin: 5px auto;
    color: #231f20;
    padding-bottom: 2px;
    border-bottom: 1px solid #231f20;
}

.modal .resend-counter-toggle {
    padding: 12px;
    color: #999;
    border: 1px solid #231f20;
    background: #231f20;
    color: #ffd800;
}

.modal .resend-counter-toggle:hover {
    background: #ffd800;
    color: #231f20;
    border: 1px solid #ffd800;
    cursor: pointer;
}

.modal .resend-counter-toggle:disabled {
    padding: 12px;
    color: #999;
    font-weight: 400;
    border: 1px solid #ccc;
    background-color: transparent;
    cursor: not-allowed !important;

}

#OtpModal .was-h4 {
    font-size: 15px;
}

#OtpModal .close {
    margin-top: -10px;
    margin-right: -10px;
}

.icon-inp-wr .i-wr {
    position: absolute;
    top: 0;
    left: 5px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    z-index: 0;
}

.icon-inp-wr input {
    padding-left: 23px;
}

#latest_news_see_all {
    margin-top: 16px;
}


#Search-Filters .accordion-group .accordion-body .accordion-inner {
    max-height: 250px;
    overflow-y: auto;
    padding-bottom: 0;
    margin-bottom: 10px;

}

#Search-Filters .accordion-group .accordion-body .listmake {
    margin-top: 0;

}

#Search-Filters .accordion-group .accordion-body .accordion-inner::-webkit-scrollbar {
    width: 9px;
}

#Search-Filters .accordion-group .accordion-body .accordion-inner::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    transition: all .3s ease;
}

#Search-Filters .accordion-group .accordion-body .accordion-inner::-webkit-scrollbar-thumb {
    background-color: #ffd800;
    border-radius: 15px;

}

#Search-Filters .accordion-group .accordion-body .accordion-inner::-webkit-scrollbar-thumb:hover {
    background-color: #f8b600;
}

#collapseMileage .accordion-inner {
    margin-bottom: 0 !important;
}

.card-icon2,
.card-icon,
.car-card .add-fav {
    position: absolute;
    top: 40px;
    left: 7px;
    padding: 0 !important;
    z-index: 5;
    font-size: 1rem;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in;
    background-color: rgb(0 0 0 / 60%);
    border-radius: 4px;
    padding-bottom: 5px;
    transform: translateX(-42px);
    height: 30px;
    width: 30px;
}

.card-icon {
    top: 80px;
    transition: all .3s ease-in .1s;
}

.card-icon2 {
    top: 120px;
    transition: all .3s ease-in .2s;
}

.card-icon:hover,
.card-icon2:hover,
.car-card .add-fav:hover {
    color: #ffd800;
}

.car-card:hover .card-icon2,
.car-card:hover .card-icon,
.car-card:hover .add-fav {
    transform: translateX(0);

}


@media (max-width: 992px) {

    .card-icon,
    .card-icon2,
    .car-card .add-fav {
        transform: none;

    }

    .content.full.find-new-dealer {
        min-height: 100vh !important;
    }
}

#PaymentModal .modal-body {
    border-radius: 5px;
}


@media (min-width: 992px) {


    .content.full.find-new-dealer {
        min-height: 100vh !important;

    }
}

.new-footer .social-icons li,
.new-footer .social-icons-colored li {
    margin: 0 !important;
    padding: 0 4px;
}

.social-icons-colored li a {
    width: auto !important;
    height: auto !important;
    max-width: 40px;
    max-height: 40px;
    transition: 0s;
    transition: all .2s ease-in-out .2s, transform 0s ease 0s;

}

.social-icons-colored li a img {
    max-height: 100%;
}


.social-icons-colored li a:hover {
    filter: invert(120%);
    -webkit-filter: invert(120%);
    transform: rotate(360deg);
    transition: all .2s ease-in-out .2s, transform .3s ease 0s;
}


.social-icons-colored li:nth-child(1) {
    margin-left: 0 !important;
    padding-left: 0;
}


.social-icons-colored li:nth-last-child(1) {
    padding-right: 0;
}


.new-footer .pic-wr a:nth-last-child(1) {
    margin-right: 0;
}

.new-footer .pic-wr img {
    max-height: 75px;
}

.new-footer-bottom {
    align-items: center;
}

.new-footer-bottom .pay-col {
    margin: 0;
}

.new-footer-bottom {
    padding: 5px 0;
}

.new-footer .pic-wr {
    max-width: 272px;
}

.footer-dwn-apps .btn img {
    transition: all .4s ease-in-out;

}

.footer-dwn-apps .btn:hover img {
    filter: invert(90%);
    -webkit-filter: invert(90%);

}

.new-footer .pic-wr {

    margin-top: 20px;
}

.social-icons-colored li a {
    max-width: 32px;
    max-height: 32px;
}

.new-footer .pic-wr,
.footer-dwn-apps {

    max-width: 272px;

}

.pay-col img {
    height: 35px;
}

.footer-dwn-apps {
    gap: 12px;
}

.listing-block.browse_style .col-md-3 .media-box {
    padding: 10px 22px;
    min-height: 90px;
    display: flex;
    align-items: flex-end;
    transition: all .4s ease-in-out;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 12px;
}

.listing-block.browse_style .col-md-3 .media-box img {
    transition: all .4s ease-in-out;
    max-width: 220px !important;
}

.listing-block.browse_style .col-md-3 .media-box:hover img {

    filter: drop-shadow(2px 3px 5px rgba(0, 0, 0, 0.26));
    transform: scale(1.05);
    transition: all .4s ease-in-out;
}

.listing-block.browse_style .col-md-3 .vehicle-title {
    padding-top: 5px;

}

.dashboard-block .table-responsive .btn-wr {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 6px;
    width: 100%;

}

.dashboard-block .table-responsive .btn-wr .btn {
    margin-bottom: 20px;
}

#dealer_img {

    max-height: 200px;
}

.results-grid-view .result-item {
    min-height: 250px !important;
    height: auto !important;
    padding-bottom: 15px;
}

/* تضاف للصفحة الرئسيه فقط */
/* #content {
    min-height: unset;
} */




.whats-btn {
    bottom: 65px !important;

}

#back-to-top {
    bottom: 20px !important;
}


@media (max-width: 575px) {


    .whats-btn {
        transform: scale(.85);

    }
}

.site-header .container.sp-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#menu-toggle,
.header-right,
.site-logo {
    float: none !important;
}

.header-v2 .site-logo {
    min-width: 140px;
}

.header-v2 .topnav.dd-menu.toggle-menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 1.5;
}

.site-header .container.sp-cont::before,
.site-header .container.sp-cont::after {
    display: table !important;
}

@media (min-width: 992.98px) {
    div.site-header-wrapper>header>div>div.topnav.dd-menu.toggle-menu {
        justify-content: center;
        display: flex;
    }

    .user-login-panel #userdropdown {
        margin-left: 12px !important;
    }

    .header-v2 .topnav>ul>li {
        margin-left: 15px !important;
    }

    .header-right .top-navigation>li {
        margin-left: 12px !important;
    }

    .header-v2 .site-logo {
        min-width: 130px;
    }

}

@media (min-width: 1200px) {
    .user-login-panel #userdropdown {
        margin-left: 15px !important;
    }

    .header-v2 .topnav>ul>li {
        margin-left: 20px !important;
    }

    .header-right .top-navigation>li {
        margin-left: 15px !important;
    }

}

@media (max-width: 992px) {
    .topnav.dd-menu.toggle-menu li.hv::before {
        display: none;
    }

    .site-logo {
        margin-right: auto;
    }

    .header-v2 #menu-toggle {
        display: block !important;
    }

    .site-header .container.sp-cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-v2 .topnav.dd-menu.toggle-menu {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin: 0;
        margin-left: 0;
        left: 0;
    }
}

#menu-toggle {
    float: none !important;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
}

.header-right {
    float: right !important;
}




/* add to css file */



@media (max-width: 600px) {

    .header-right {
        order: 3 !important;
        width: 100% !important;
    }

    .header-right .topnav.dd-menu {
        float: right;
    }

    #menu-toggle {
        margin-right: 10px !important;
    }
}

@media (min-width: 1200px) {
    .price_css {
        width: 336px;
    }
}

@media (max-width: 768px) {
    .or_css {
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
    }


    #appleid-signin>div {
        max-width: 100% !important;
        width: 100% !important;
    }


    .modal-content input.btn-yellow-bg.pull-right {
        float: none !important;
        margin: auto;
        margin-top: 12px;
        display: block;
    }

    .modal-content .rememberme a {
        float: none !important;
    }


}

.whats-btn {
    z-index: 950;
}


.new-footer .pic-wr,
.flx-wrap {
    align-items: flex-start;
    height: fit-content;
}

.new-footer .pic-wr a {
    height: auto;
}


.sell_car_popup .flx-wrap .col-md-6.col-sm-6 {
    height: fit-content;
}


.premium-advertisement .vehicle-block,
.row.flx-wrap .col-md-4.col-sm-6 .item,
.flx-wrap .col-md-4 .item,
.flx-wrap .col-md-4 .post-block {
    height: auto;
}


@media (min-width: 992px) {
    .new-footer .cstm-big-col {
        width: 30.9% !important;
    }


}


/* ------------ */
.swal-icon img {
    max-width: 100%;
    max-height: 100%;
    width: 140px;
    height: 140px;
}


#myModalEnquiry #sendlist_enquiry small a {
    color: #ffd800;
}

.switch {

    width: 116px;

}

input:checked+.slider:before {
    -webkit-transform: translateX(57px) !important;
    -ms-transform: translateX(57px) !important;
    transform: translateX(57px) !important;
}

.on,
.off {
    top: 50%;
    transform: translate(0, -50%);
    width: 58px;
    text-align: center;
}

.on {
    left: 0;
}

.off {

    right: 0;
}

#rightside_tab {
    display: flex;
}

/* 
@media (max-width: 992px) {
    .header-v2 .topnav>ul>li:first-child {
        margin-left: 0 !important;
    }
} */

.vehicle-block-content .vehicle_title_with_engine .engine_css,
.result-item-title {
    min-height: inherit;
    padding-top: 15px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.pp_default .pp_close {
    color: transparent;
    font-size: 0;
}

@media (min-width: 992.98px) {
    .top-navigation {
        display: flex;
        align-items: center;
    }

}

@media (max-width: 575px) {

    article .post-content .content_css h2 {
        font-size: 22px;
    }

    article .post-content .content_css h3 {
        font-size: 20px;
    }
}





.card-icon2,
.card-icon,
.car-card .add-fav {
    position: absolute;
    top: 40px;
    left: 7px;
    padding: 0 !important;
    z-index: 5;
    font-size: 1rem;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in;
    background-color: rgb(0 0 0 / 60%);
    border-radius: 4px;
    padding-bottom: 5px;
    transform: translateX(-42px);
    height: 30px;
    width: 30px;
}

.card-icon {
    top: 80px;
    transition: all .3s ease-in .1s;
}

.card-icon2 {
    top: 120px;
    transition: all .3s ease-in .2s;
}

.card-icon:hover,
.card-icon2:hover,
.car-card .add-fav:hover {
    color: #ffd800;
}

.car-card:hover .card-icon2,
.car-card:hover .card-icon,
.car-card:hover .add-fav {
    transform: translateX(0);

}



@media (max-width: 992px) {

    .card-icon,
    .card-icon2,
    .car-card .add-fav {
        transform: none;

    }


}

/* ------------- */

.lg-show {
    display: block;
}

.sm-show {
    display: none;
}

@media(max-width : 992px) {
    .lg-show {
        display: none;
    }

    .sm-show {
        display: block;
    }


}

/* ========== */
.sm-show #userdropdown {
    margin-left: 0 !important;
    width: 100%;
}

.sm-show .user-login-btn {
    height: auto;
}

.sm-show .user-informa {
    display: block;
}

/* ---------- */
.sm-show .dropdown-menu {
    width: 100% !important;
}

.topnav.dd-menu.toggle-menu .top-navigation.sf-menu>li {
    float: none !important;
}

.topnav.dd-menu.toggle-menu .top-navigation.sf-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


@media(max-width : 992px) {
    .topnav.dd-menu.toggle-menu .top-navigation.sf-menu>li {
        width: 100%;
        margin-left: 0;
    }

    .topnav.dd-menu.toggle-menu .top-navigation.sf-menu {
        padding-left: 20px;
        padding-right: 20px;
    }


    .topnav.dd-menu.toggle-menu .top-navigation.sf-menu>li:nth-last-child(1) {
        border-bottom: 0;
    }

    .topnav.dd-menu.toggle-menu .top-navigation.sf-menu>li:nth-last-child(1) .dropdown-menu {
        margin-bottom: 10px;
    }
}


/* prem card test */
.vehicle-block .info_strip {
    display: flex;
    height: fit-content;
    justify-content: space-between;
    align-items: center;
}

.vehicle-block .info_strip p {
    width: auto;
}

.vehicle_title_with_engine {
    width: 100% !important;
}

.price_with_location {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: fit-content;
    align-items: center;
    padding-top: 0;
}

.price_with_location .vehicle-location {
    display: flex;
    align-items: center;
    height: fit-content;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.price_with_location .vehicle-location .text-control {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.price_with_location .vehicle-location img {
    margin-right: 4px;
}

.car-price.v2 {
    position: absolute;
    z-index: 7;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    max-width: 10rem;
    min-width: 5rem;
    font-weight: 500;
    text-shadow: 1px 1px 6px #ffffff57, 1px 1px 3px #000, -1px -1px 3px #000;
    color: #ffd800;
    white-space: nowrap;
    line-height: 1.1;
    padding: 0.4rem 0.75rem;
    padding-bottom: 0.3rem;
    border-radius: 20% 20% 0 0/105% 105% 0 0;
    background-color: rgb(0 0 0 / 80%);
    text-align: center;
    font-size: 1rem;
}

/* ======= */
.car-price.v2 {
    line-height: 1;
}

.more-wr .btn-yellow-bg {
    padding: 12px 49px;
}

.whats-btn {
    z-index: 950 !important;
}

.price_with_location {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.custom-map-control-button {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-image: url(https://icons-for-free.com/iconfiles/png/128/bx+current+location-1325051865916848437.png);
    color: transparent !important;
    background-position: 50% 50% !important;
    background-size: contain !important;
}

.custom-map-control-button:hover {
    background-color: #ebebeb !important;
    background-image: url(https://icons-for-free.com/iconfiles/png/128/bx+current+location-1325051865916848437.png) !important;
}

.price-slider input[type="number"] {
    max-width: 69px;
}

@media (max-width: 767px) {
    #add_listing_form .sell-your-car-outerbox .col-sm-6 {
        width: 50%;
    }
}

@media (max-width: 575px) {
    #add_listing_form .sell-your-car-outerbox div[class*="col-"] {
        width: 100%;
    }

    #add_listing_form .sell-your-car-outerbox .col-sm-6 {
        width: 100%;
    }
}

.sm-show .dropdown-backdrop {
    display: none !important;
    z-index: -1 !important;
}

#add_listing_form .form-padd .imagebox input {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    border: 0;
}

/* ======== english============ */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline-offset: 0;
    outline: 1px solid transparent !important;
}

.post-block .post-content align-self:focus {
    outline: none !important;
}



.custom-map-control-button-2 {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-image: url(https://maps.gstatic.com/consumer/images/icons/2x/ic_directions_filled_blue900_24px.png);
    color: transparent !important;
    background-position: 50% 50% !important;
    background-size: contain !important;
}

.custom-map-control-button-2:hover {
    background-color: #ebebeb !important;
    background-image: url(https://maps.gstatic.com/consumer/images/icons/2x/ic_directions_filled_blue900_24px.png) !important;
}

#reqPhone .btns-wr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: fit-content;
    margin-top: 55px;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.11);
}

#reqPhone .btns-wr .btn {
    height: 40px;
    line-height: 1.5 !important;
    padding: 6px 20px !important;
    vertical-align: middle;
}

#reqPhone .modal-content {
    height: auto;
    max-height: 300px;
    padding-top: 40px;
}


#reqPhone .login_logo {
    padding: 15px 0;
}

.whats-btn {
    box-shadow: 2px 2px 3px rgb(0 0 0 / 30%) !important;
}

.google-log-btn {
    background-color: #ffffff !important;
    box-shadow: 0 1px 3px rgb(0 0 0 / 22%);
    max-height: 38px;
    overflow: hidden;
    color: #231f20 !important;
}

.google-log-btn img {
    max-height: 100%;
    margin: auto 5px;
}

#loginModal .btn-social,
#register_form .btn-social {
    box-shadow: 0 1px 3px rgb(0 0 0 / 22%) !important;
    margin-bottom: 8px;
}

.price_with_location .vehicle-location img {
    margin-right: 4px;
    margin-left: 0;
}


#reqPhone .btns-wr .btn {
    line-height: 2 !important;
}

#appleid-signin>div {
    margin-top: 0;
}

@media (max-width: 767px) {
    #add_listing_form .sell-your-car-outerbox div[class*=col-] {
        float: none !important;
        width: 100% !important;
    }

    #add_listing_form .sell-your-car-outerbox .col-sm-6 {
        float: left !important;
        width: 50% !important;
    }

}

@media (max-width: 575px) {
    #add_listing_form .sell-your-car-outerbox div[class*=col-] {
        float: none !important;
        width: 100% !important;
    }

    #add_listing_form .sell-your-car-outerbox .col-sm-6 {
        float: none !important;
        width: 100% !important;
    }

}

.google-log-btn img {
    max-height: 16px;
    margin: 0 5px;
}

@media (max-width: 991px) {

    #appleid-signin>div {
        max-width: 100% !important;
        width: 100% !important;
    }
}

/* 17-4-22 */
#appleid-signin>div {
    height: 38px !important;
    margin-top: 0;
    background: black;
    background-color: #050708;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid transparent;
}

.apple-sign-btn {
    overflow: hidden;
    height: 38px !important;
    border-radius: 20px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #050708;
    padding-left: 8%;
    padding-right: 8%;
}

#add_listing_form .form-padd .imagebox {
    max-width: 220px;
}

#add_listing_form .form-padd .imagebox .feature_bg_image img {
    object-fit: contain;
    object-position: center;
    height: 100%;
}

.whats-btn {
    box-shadow: 1px 1px 3px rgb(0 0 0 / 23%) !important;
    bottom: 70px !important;
}

#back-to-top {
    z-index: 950;
    right: 46px;
}

.users-sidebar-wrapper .users-sidebar {
    margin-bottom: 20px !important;
}

.recent-vehicles .premium-listing,
.recent-vehicles .vehicle-age,
.recent-vehicles .vehicle-sold {
    left: auto;
    right: 10px;
}


.results-grid-view .result-item .result-item-image img {
    height: 85px;
    width: auto;
    max-width: 100%;
    margin-top: 8px;

}

.results-grid-view .result-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: space-between;
}


.results-grid-view .result-item>.row {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.col-md-9.results-container.most-popular #mostpopularcar>div.waiting {
    min-height: 500px;
}

@media (max-width: 575px) {

    #back-to-top {
        right: 20px;
    }

    .whats-btn {
        right: 14px !important;
    }
}


/* 18 - 4 -22 */
#results-holder.results-list-view .result-item {
    justify-content: space-between;
    max-height: 200px;
}

#results-holder.results-list-view .result-item::after,
#results-holder.results-list-view .result-item::before {
    display: none;
}

#results-holder.results-list-view .result-item .result-buttons .btn.btn-yellow-bg {
    padding-left: 16px;
    padding-right: 16px;
}

.preview_post .btn-yellow-bg:nth-child(1) {
    margin: 0 8px;
}

/* 20/4/22 */
#appleid-signin>div {
    margin-top: 0 !important;
}

footer.new-footer .panel-title:hover,
.footer-item a:hover,
.new-footer .panel-body a:hover {
    color: #fff !important;
}

.listing-block.most-popular #rightside_tab {
    padding-right: 15px;
}


@media (min-width: 1200px) {

    .new-footer .cstm-big-col {
        max-width: 288px !important;
    }

    footer.new-footer .row {
        justify-content: center;
    }
}

.footer-dwn-apps .btn:hover img {
    filter: none;
    -webkit-filter: none;
}

.whats-btn:hover {
    color: #fff !important;
}

.dealer-h-ad .result-item-image .icon:hover {
    border-color: #fff;
    background: unset;
    color: #ffd800 !important;
}

.icon4:hover .share-img {
    background: url(/frontend/images/icons/share_yellow.png);
    background-size: cover;
}

.select2-selection.select2-selection--single {
    height: 40px !important;
    color: #000;
    border-color: #a6a6a6;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-selection {
    height: 38px !important;
    line-height: 38px;
    color: #000;

}

.select2-container {
    border-color: #a6a6a6;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #c0c0c0;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    height: 35px;
}

.select2-dropdown {
    z-index: 990;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1) !important;
}

.select2-search--dropdown {
    padding: 10px 8px;
}

.select2-results__option {
    padding: 2px 12px;
    color: #000;
}

.position-relative {
    position: relative;
}

.select-option i {
    z-index: 1;
}

.select2-selection__arrow b {
    opacity: 0;
}

#search_frm .on,
#search_frm .off {
    margin-top: 1px;
}

section.listing-block.sell-your-car>div>div>div>div:nth-child(2)>div .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.sell_car_width #brandHtmlCars,
.sell_car_width #brandHtmlBike,
.sell_car_width #brandHtmlTruck {
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
    align-items: center;
}

.sell_car_width #brandHtmlCars .col-xs-4,
.sell_car_width #brandHtmlBike .col-xs-4,
.sell_car_width #brandHtmlTruck .col-xs-4 {
    float: none;
    max-height: 75px;
}

.sell_car_width #brandHtmlCars .col-xs-4 a,
.sell_car_width #brandHtmlBike .col-xs-4 a,
.sell_car_width #brandHtmlTruck .col-xs-4 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}


.car-card .label {
    background-color: rgb(0 0 0 / 80%) !important;
    top: 7px;
    left: auto;
    right: 7px;
    z-index: 9;
    padding: 7px;
}

.search_frm .selectpicker.btn-default {
    height: 40px;
    color: #8f8f8f;
    border: 1px solid #e4e4e4;
    box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
}


.search_frm .btn-group.open .dropdown-toggle {
    background-color: #fff;
    box-shadow: none;
    border-color: #66afe9;
}

.vhc_max_year.bootstrap-select.btn-group .dropdown-menu li>a,
.vhc_min_year.bootstrap-select.btn-group .dropdown-menu li>a {
    padding: 3px 20px;
}


.vhc_max_year .dropdown-menu.inner,
.vhc_min_year .dropdown-menu.inner {
    max-height: 237px !important;
}


#advance_search button span.caret {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    border-color: transparent;
    border-top: 0 !important;
    border-bottom: 0 !important;
    font-size: 10px;
    margin: 0;
}

#advance_search button span.caret:before {
    content: "\f078";
    position: absolute;
    top: -8px;
}

.btn.dropdown-toggle.selectpicker.btn-default:focus,
.btn.dropdown-toggle.selectpicker.btn-default {
    outline: transparent !important;
}

/* --------- */
#commentForm>div>div:nth-child(5) {
    text-align: center;
}

#commentForm>div>div:nth-child(5)>input.btn-yellow-bg {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
}

.result-item-view-buttons .ad_wishlist {
    padding: 16px !important;
}

.result-item-view-buttons .ad_wishlist i {
    line-height: 16px !important;
    font-size: 16px !important;
}


.result-item-view-buttons .ad_wishlist i.fa.fa-heart {
    color: #ffd800;
}

/* =========== */
.btns-wr-3 {
    display: flex;
    height: fit-content;
    align-items: center;
    justify-content: flex-end;
    width: 100% !important;
    padding: 0;
}

.btns-wr-3 .btn {
    padding: 10px;
    margin-top: 1rem;
    font-size: 13px;
    font-weight: normal;
    border: 1px solid rgb(228, 228, 228);
}

/* 23-5-2022 english */
@media (min-width: 500px) {

    .login_popup .rememberme {
        float: left !important;
        width: 50% !important;

    }

    .login_popup .rememberme a {
        float: right !important;
    }

}

@media (max-width: 499.98px) {

    .login_popup .rememberme {
        float: none !important;
        width: 100% !important;

    }


    .login_popup .rememberme a {
        float: none !important;
    }

}


#commentForm>div>div:nth-child(5) {
    text-align: center;
    float: left;
    width: 100% !important;
}

#register_form>div.col-md-12,
#loginModal>div.modal-dialog.modal-lg>div>div.col-md-5.white-bg-with-border-radius>div>div.col-md-12 {
    position: relative;
}

#register_form>div.col-md-12::before,
#loginModal>div.modal-dialog.modal-lg>div>div.col-md-5.white-bg-with-border-radius>div>div.col-md-12::before {
    display: table;
    content: "";
    clear: both;
}

#register_form .or_css,
.login_popup .or_css {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

#loginModal .btn-social,
#register_form .btn-social {
    font-weight: 500;
}

.results-list-view .result-item-image img {
    width: 107px;
    height: 107px;
    border-radius: 50%;
    object-position: center;
    object-fit: cover;
}

.results-grid-view .result-item .result-item-image img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-position: center;
    object-fit: cover;
}

#dealer_img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-position: center;
    object-fit: cover;
}

@media (max-width: 767.98px) {

    div.col-md-8.col-sm-12>div>div>div:nth-child(2)>div.result-item-social-media>div {
        text-align: center;
    }

}

div.col-md-8.col-sm-12>div>div>div:nth-child(2)>div.result-item-social-media>div {
    margin-bottom: .5rem;
}

#senddealer_enquiry small a {
    color: #ffd800;
}

.dealer-h-ad .premium-listing,
.dealer-h-ad .vehicle-age,
.dealer-h-ad .vehicle-sold {
    left: auto;
    right: 10px;
}

.btn-title {
    display: flex;
    height: fit-content;
    align-items: center;
    justify-content: space-between;
}

.dashboard-block-head h3.btn-title {
    padding: 9px 30px;
}



.bike_img {
    background: url(New-Bike-Icon.png);
    background-size: cover;
    width: 44px;
    height: 23px;
}

.truck_img {
    background: url(New-Truck-Icon.png);
    background-size: cover;
    width: 44px;
    height: 23px;
}

.bg-road {
    width: 17px;
    height: 12px;
    background: url(Group7357.png) -47px -10px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.bg-calendar {
    width: 17px;
    height: 19px;
    background: url(Group7357.png) -10px -10px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.bg-transmission {
    width: 17px;
    height: 19px;
    background: url(Group7357.png) -84px -10px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

/* 23/8/2022 */
.dealer_block #dealer_img {
    padding: 0;
    min-width: 200px;
}


article.single-dealer-details>.row {
    width: auto;
    min-width: 100%;
    max-width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap;
}

div.single-listing-images>div.featured-image.format-image>a>img {
    width: 100%;
}

div.single-listing-images>div.additional-images {
    margin-left: -7px;
    margin-right: -7px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

@media (max-width: 991.98px) {
    article.single-dealer-details>.row #map {
        margin-top: 1rem;
    }
}

/* 24/8/2022 */
.filtersearch .clear-all-list-cat,
.search-filters label.clear-all-list-make,
.search-filters label.clear-all-list {
    padding: 4px 10px;
    border-radius: 4px;
    color: #ffd800;
    background-color: #231f20;
    transition: all 300ms ease;
    box-shadow: 0 1px 3px rgb(0 0 0 / 16%);
    margin-bottom: 10px;

}

.filtersearch .clear-all-list-cat:hover,
.search-filters label.clear-all-list-make:hover,
.search-filters label.clear-all-list:hover {
    background-color: #fff;
    color: #231f20;
    box-shadow: 0 1px 2px rgb(0 0 0 / 12%);
}

.price-quote-form .contact-form [class*="col-"] {
    padding: 0 6px !important;
}

/* hide the extra show pass icon in edge */
input::-ms-reveal,
input::-ms-clear {
    display: none;
}

#popularcarList>div.col-md-12>a,
.btns-wr-3 .btn,
.more-wr .btn-yellow-bg,
section.browse_style .col-md-12>.btn-yellow-bg {
    border: 1px solid #dbdbdb;
    color: #777777;
    background-color: #ffffff;
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 2px;
}

#popularcarList>div.col-md-12>a:hover,
.btns-wr-3 .btn:hover,
.more-wr .btn-yellow-bg:hover,
section.browse_style .col-md-12>.btn-yellow-bg:hover {
    border: 1px solid #231f20;
    color: #ffffff;
    background-color: #231f20;
}

.sell_car_width {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 33px;
}

.sell_car_img {
    margin-left: -42px;
}

@media (min-width: 992px) {

    .sell-your-car .btn-yellow-bg {
        margin-bottom: 0;
    }
}

@media (max-width: 991.98px) {

    .sell_car_width {
        padding: 0;
    }

    .sell_car_img {
        margin-right: 0;
        margin-left: 0;
    }
}



.select-option>.position-relative {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.select-option>.position-relative>.select2 {
    width: 100% !important;
    order: 1;
    margin-bottom: 5px;
}

.select-option>.position-relative>.error {
    order: 2;
    width: 100%;
}

.select-option>.position-relative .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

#content>div .sidebar-widget .widgettitle {
    font-weight: bold;
}

.price-quote-form .listing-header .was-h3 {
    margin-bottom: 10px;
}

.price-quote-form .listing-header p {
    margin-bottom: 16px;
    font-size: 16px;
}

.dashboard-wrapper .dashboard-block .table-responsive {
    position: relative;
}

.dashboard-wrapper .dashboard-block .table-responsive .table-btns {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-wrapper .dashboard-block .table-responsive .table-btns .btn {
    padding: 10px 15px !important;
    font-size: 14px;
    font-weight: 500;
    margin: 0 5px;
}

/* 28-8-2022 */
.upload-photo-box i {
    z-index: 0;
}

.imagebox label.error {
    margin-top: 10px;
    bottom: -39px !important;
}

#add_listing_form>div>div:nth-child(5)>div>div>div>div.form-group>div:nth-child(3)>label {
    padding: 0 10px;
}




#Search-Filters .range-cont {
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#Search-Filters .flx-bn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#Search-Filters .flx-bn .wr {
    flex-grow: 1;
}

#Search-Filters .flx-bn input {
    height: 38px;
    color: #8f8f8f;
    border: 1px solid #e4e4e4;
    outline: none !important;
    border-radius: 4px;
    padding: 6px;
    width: 100%;
}

#Search-Filters .flx-bn label {
    color: #8f8f8f;
    font-weight: 500;
}

#Search-Filters .flx-bn .mx-1 {
    margin: 0 8px;
    padding-top: 29px;
}


/* price range */
.ui-widget-header {
    border: none !important;
    background: #ffd800 !important;
}

.ui-slider-horizontal {
    height: 4px !important;
    border: none !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: #ffd800;
    font-weight: normal !important;
    color: #454545 !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    outline: none !important;
}

.ui-widget.ui-widget-content {
    border: none !important;
    background-color: #dfdfdf !important;
}


.ui-slider-horizontal .ui-slider-handle {
    top: -6px !important;
}

.ui-slider .ui-slider-handle {
    width: 16px !important;
    height: 16px !important;
}


.filtersearch.clear-all-list-cat {
    padding: 4px 10px;
    border-radius: 4px;
    color: #ffd800;
    background-color: #231f20;
    transition: all 300ms ease;
    box-shadow: 0 1px 3px rgb(0 0 0 / 16%);
    margin-bottom: 10px;

}

/* 29-8-2022 */
.filtersearch.clear-all-list-cat:hover {
    background-color: #fff;
    color: #231f20;
    box-shadow: 0 1px 2px rgb(0 0 0 / 12%);
}

.vehicle-block .info_strip p {
    width: auto;
    display: inline-flex;
    align-items: center;
    height: 24px;
    margin-bottom: 12px;
}

.bg-calendar {
    width: 21px;
    height: 21px;
    background: url(Calendar-new.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
}

.bg-road {
    width: 26px;
    height: 24px;
    background: url(Mileage-new.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
}

.bg-new-used {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    background: url(newused.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
}

.bg-transmission {
    width: 22px;
    height: 22px;
    background: url(Gear-new.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
}

.bike_img {
    background: url(bike-black.svg) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

input[type=radio]:checked+.dealertype .bike_img,
.active .bike_img {
    background: url(bike-yellow.svg) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.truck_img {
    background: url(truck-black.svg) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

input[type=radio]:checked+.dealertype .truck_img,
.active .truck_img {
    background: url(truck-yellow.svg) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#loginModal .btn-social.btn-apple {
    background-color: #000;
    color: #fff;
}

/* 31-8-2022 */

.bg-transmission {
    width: 22px;
    height: 22px;
    background: url(Gear-new.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
}

.apple-wr.btn-apple {
    position: relative;
    height: 38px;
    cursor: pointer;
    overflow: hidden;
}

#appleid-signin {
    width: 100% !important;
    height: 38px !important;
    position: absolute;
    z-index: 4;
    opacity: 0 !important;
    top: 0;
    left: 0;
}

#appleid-signin>div:nth-child(1) {
    display: none !important;
}

.apple-wr.btn-apple .inner {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center !important;
    border-radius: 20px;
    padding: 8px 10px;
    line-height: 1.42857143;
}

.ui-slider-horizontal.ui-slider-rtl .ui-slider-range-min {
    left: auto;
    right: 0;
}

.ui-slider-horizontal.ui-slider-rtl .ui-slider-range-max {
    left: 0;
    right: auto;
}

#content>div>div.widget_recent_posts li:last-child {
    margin-bottom: 2rem;
}

/* 4 -2 -2023 */
.dealertype svg {
    display: block;
    height: 32px;
    margin: 3px auto;
}

.dealertype svg path {
    fill: #191717;
}

input[type=checkbox]:checked+.dealertype,
input[type=radio]:checked+.dealertype svg path {

    fill: #ffd800;
}



/* general css */
.results-list-view .result-item-image img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    background-color: #f2f2f2;
}

.results-grid-view .result-item .result-item-image img {
    height: 85px;
    width: 85px;
    object-fit: cover;
    border-radius: 50%;
    background-color: #f2f2f2;
    
}
.listing-block.browse_style .col-md-3 .media-box:hover img {
    filter: unset !important;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.26);
    transform: scale(1.05);
    transition: all .4s ease-in-out;
}
.listing-block.browse_style .col-md-3 .media-box img {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #fff;
}

.listing-block.browse_style .col-md-3 .media-box:hover img {
    -webkit-filter: unset !important;
    filter: unset !important;
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.26);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;

}

.dashboard-block #map>div>div>div:nth-child(14)>div>div.gm-svpc>div:nth-child(2) {
  width:100%;
}