header .btn,header .btn span {
    display: inline-block;
    transition: 250ms linear
}

.image-contain img,.image-cover img {
    height: 100%;
    object-position: center center
}

header ul {
    padding-left: 0;
    margin: 0;
    padding-right: 0
}

.common-banner {
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important
}

.fixed-banner {
    background-attachment: fixed!important
}

.common-padd {
    padding-top: 80px;
    padding-bottom: 80px
}

.common-padd-small {
    padding-top: 60px;
    padding-bottom: 60px
}

.image-cover img {
    width: 100%;
    object-fit: cover
}

.image-contain img {
    width: 100%;
    object-fit: contain
}

header .btn {
    font-size: 13px;
    font-weight: 500;
    background: #ed8413;
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px
}

header .btn span {
    width: 20px;
    margin-left: 10px
}

header .btn:hover {
    background: #b35d00;
    color: #fff;
    box-shadow: 0 2px 0 #7777774d,2px 4px 6px #6c6c6c3d!important;
    transition: 250ms linear
}

header .btn:hover span {
    transition: 250ms linear;
    transform: translateX(2px)
}

div:has(.datepicker) {
    width: auto!important
}

.mb-50 {
    margin-bottom: 50px!important
}

.home-banner-new-sec .new-banner-img {
    height: 500px;
    overflow: hidden
}

.home-banner-new-sec .listbox-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    top: 58%;
    right: 0;
    margin: 0 auto
}

.home-banner-new-sec .single-listbox {
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center
}

.home-banner-new-sec .single-listbox .plus-box {
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,.4);
    font-size: 30px;
    display: flex;
    line-height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 .125rem .625rem -.1875rem rgba(0,0,0,.1);
    transition: 250ms linear;
    font-weight: 400;
    border: 1px dashed #fff;
    color: #fff
}

.home-banner-new-sec .single-listbox .plus-box:hover {
    background: #ed8323;
    color: #fff!important;
    transition: 250ms linear
}

.home-banner-new-sec .single-listbox .plus-box:after,.home-banner-new-sec .single-listbox .plus-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: 50%
}

.home-banner-new-sec .single-listbox .plus-box:before {
    animation: 2s linear infinite ripple
}

.home-banner-new-sec .single-listbox .plus-box:after {
    animation: 2s linear 1s infinite ripple
}

@keyframes ripple {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3);
        opacity: 1
    }

    100% {
        transform: scale(1.6);
        opacity: 0
    }
}

.home-banner-new-sec .listbox-item {
    background: #fff;
    padding: 10px 10px 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: -.0625rem 0 .625rem 0 rgba(0,0,0,.07),.3125rem 1.25rem 2.5rem 0 rgba(0,0,0,.04);
    width: 200px;
    position: absolute;
    display: none;
    -webkit-animation: .25s cubic-bezier(.68,-.55,.265,1.55) dropdwn-show;
    animation: .25s cubic-bezier(.68,-.55,.265,1.55) dropdwn-show;
    z-index: 2;
    height: 230px;
    top: -5rem
}

.home-banner-new-sec .listbox-item figure {
    height: 150px;
    overflow: hidden;
    margin: 0 0 10px;
    border-radius: 10px
}

.home-banner-new-sec .listbox-item h4 {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    text-transform: capitalize
}

.home-banner-new-sec .listbox-item p {
    margin: 0;
    color: #ed8413;
    font-size: 15px;
    line-height: 19px
}

.home-banner-new-sec .listbox-item p span {
    text-decoration: line-through;
    color: #4d4d4d
}

.dropdwn.nav-item:hover .dropdwn-toggle.nav-link a,.home-banner-new-sec .listbox-item p small {
    color: #4d4d4d
}

.home-banner-new-sec .single-listbox .hover-box {
    display: inline-block;
    position: relative;
    padding: 5px
}

.city_with_subcity .options ul.city-list,.home-banner-new-sec .single-listbox .hover-box:hover .listbox-item,.new-select-city .srch2 a {
    display: block
}

.home-banner-new-sec .roww .single-listbox:first-child .listbox-item,.home-banner-new-sec .roww .single-listbox:nth-child(2) .listbox-item {
    left: 95%
}

.home-banner-new-sec .roww .single-listbox:nth-child(3) .listbox-item {
    right: 95%
}

.home-banner-new-sec .new-top-text h1 {
    margin-top: 0;
    margin-bottom: 5px
}

.home-banner-new-sec .new-top-text p {
    margin: 0;
    font-size: 20px;
    font-weight: 300
}

header .mobile-image {
    display: none!important
}

.home-banner-new-sec .roww .single-listbox:nth-child(2) .hover-box {
    transform: translateX(50px) translateY(35px)
}

.home-banner-new-sec .roww .single-listbox:first-child .hover-box {
    transform: translateX(25px)
}

.new-banner-search-sec {
    margin-top: 15px
}

.new-banner-search-sec .newsearch-text-wrap {
    margin: 0 auto;
    max-width: 720px;
    z-index: 1;
    position: relative
}

.new-banner-search-sec .newsearch-text-wrap .slidsearch {
    box-shadow: 0 0 5px #c7c7c78c;
    border-radius: 10px;
    padding: 8px!important;
    background: rgba(0,0,0,.4)!important;
    width: 100%
}

.new-banner-search-sec .slidsearch #keyworded2,.new-banner-search-sec .slidsearch #keyworded2_mob {
    height: 41px;
    text-align: left;
    padding-left: 35px!important;
    border: 1px solid #ccc;
    outline: 0!important;
    font-size: 14px;
    width: calc(100% - 178px);
    margin-right: 8px;
    max-width: 100%!important
}

.new-banner-search-sec .slidsearch .bttn {
    transform: none!important;
    transition: transform .4s,box-shadow .3s;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    width: 170px;
    letter-spacing: .5px;
    justify-content: center;
    height: 41px;
    padding-left: 5px;
    padding-right: 5px
}

.new-banner-search-sec .slidsearch .bttn:hover {
    background: #b35d00!important;
    border-color: #b35d00!important
}

.new-banner-search-sec .slidsearch .clearinputbtn {
    margin-top: 9.5px;
    margin-left: 0;
    right: 185px;
    position: absolute;
    width: 22px;
    height: 22px;
    background: #d3d3d3;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 0
}

.banner-brand-slider .cat-nav .cat-next,.banner-brand-slider .cat-nav .cat-prev {
    width: 32px;
    height: 32px;
    top: 50%;
    position: absolute;
    transition: 250ms linear;
    margin: 0!important
}

.new-banner-search-sec .download-wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px
}

.new-banner-search-sec .download-wrap ul li {
    padding: 0 10px;
    border-right: 1px solid #ddd
}

.new-banner-search-sec .download-wrap ul li img {
    width: 18px;
    height: 18px;
    object-fit: contain
}

.new-banner-search-sec .download-wrap ul li:first-child img {
    filter: brightness(.5)
}

.new-banner-search-sec .download-wrap ul li a {
    display: inline-block;
    color: #4d4d4d;
    transition: 250ms linear
}

.new-banner-search-sec .download-wrap ul li:last-child {
    border: none
}

.new-brand-sec .new-grid-box ul li.item {
    padding: 15px 10px;
    display: block!important;
    background: #f6f6f6;
    text-align: center;
    border-radius: 10px;
    transition: 250ms linear
}

.new-brand-sec .new-grid-box ul li.item:hover {
    background: #ed8413;
    transition: 250ms linear;
    color: #fff!important
}

.new-grid-box ul li a {
    text-transform: uppercase;
    font-weight: 400;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 17px
}

.new-brand-sec .new-grid-box ul li.item:hover a {
    color: #fff;
    transition: 250ms linear
}

.new-grid-box ul li span {
    display: block;
    margin-bottom: 5px;
    max-width: 100px;
    max-height: 100px;
    margin-left: auto;
    margin-right: auto
}

.new-grid-box ul li strong {
    font-weight: 500
}

.new-grid-box ul li small {
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px
}

.new-grid-box ul li span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: none!important
}

.new-banner-search-sec .slidsearch form {
    gap: 0!important;
    width: 100%
}

.banner-brand-slider .cat-nav {
    opacity: 1
}

.banner-brand-slider .cat-nav .cat-next {
    transform: none;
    right: -25px;
    transform: translateY(-50%)
}

.banner-brand-slider .cat-nav .cat-prev {
    transform: none;
    left: -25px;
    transform: translateY(-50%)
}

.banner-brand-slider .cat-nav .cat-next span,.banner-brand-slider .cat-nav .cat-prev span,.brand-nav a.dropdwn-item:hover,.cs-header.topshow #topbr {
    transform: none!important
}

.banner-brand-slider:hover .cat-nav button {
    background: #ed8413!important;
    transition: 250ms linear
}

.banner-brand-slider:hover .cat-nav button svg {
    filter: brightness(0) invert(1);
    transition: 250ms linear
}

.banner-brand-slider.cat-slid .cat-stage-outer {
    overflow: hidden!important;
    display: block!important
}

.new-quicklinks-wrap {
    max-width: 720px;
    margin: 0 auto
}

.new-quicklinks-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
    row-gap: 10px
}

.new-quicklinks-wrap ul li {
    width: 25%;
    text-align: center;
    padding: 0 5px
}

.new-quicklinks-wrap ul li a {
    box-shadow: 0 0 5px #c7c7c78c;
    border-radius: 8px;
    padding: 8px 5px;
    background: rgba(0,0,0,.4);
    display: flex;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    transition: 250ms linear;
    height: 41px
}

.new-quicklinks-wrap ul li a span {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: 0 0;
    border-radius: 0;
    line-height: 19px
}

.new-quicklinks-wrap ul li a:hover {
    background: #fff;
    color: #ed8413;
    transition: 250ms linear
}

.new-quicklinks-wrap ul li a span img {
    filter: brightness(0) invert(1);
    transition: 250ms linear;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center
}

.new-quicklinks-wrap ul li a:hover span img {
    filter: none;
    transition: 250ms linear
}

.new-quicklinks-wrap ul li:first-child a span img {
    width: 14px;
    height: 14px
}

.new-quicklinks-wrap ul li:nth-child(2) a span img {
    width: 17px;
    height: 17px
}

.new-quicklinks-wrap ul li:nth-child(3) a span img {
    width: 18px;
    height: 18px
}

.new-quicklinks-wrap ul li:nth-child(4) a span img {
    width: 15px;
    height: 15px
}

.banner-brand-slider .cat-stage {
    transition-timing-function: linear!important
}

.sub-heading .border-bottom {
    border-bottom: 1px dashed #ccc!important;
    padding-bottom: 15px
}

.sub-heading h2 .btn {
    position: absolute;
    right: 0;
    top: 0
}

.sub-heading h2 {
    font-weight: 500;
    font-size: 1.5em;
    letter-spacing: -.8px;
    position: relative;
    line-height: 1.2
}

#mnu-topbr-right .appdropdown span:after,.c-1v7jael,.for-mobile,.mob-selectcity-wrap ul li:last-child:before,.mobile-arlang,.mobmenu-title,.new-header-search-sec.mobile-search {
    display: none
}

.searchotoicon img {
    min-width: 18px
}

.new-cartype-sec .carcatimg img {
    max-height: 100%;
    height: 85px;
    object-fit: contain;
    position: relative;
    transform: scale(1.01)
}

.new-cartype-sec .carsec picture {
    min-height: auto!important;
    height: 85px;
    overflow: hidden;
    position: relative
}

.new-cartype-sec .carsec picture:before {
    position: absolute;
    content: "";
    background: #ed8413;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 0;
    opacity: .1
}

.new-cartype-sec .car-type .brnd-title {
    margin-top: 15px!important;
    font-size: 14px!important;
    padding-top: 0!important;
    font-weight: 500
}

.new-cartype-sec.cantenar.cateslidheight {
    min-height: auto
}

.new-cartype-sec .carsec .item:hover .carcatimg picture:before {
    background: #fff;
    opacity: 1
}

.new-cartype-sec h2.catselection {
    letter-spacing: -.8px;
    font-weight: 500;
    line-height: 1.2
}

.new-cartype-sec .findselctcity {
    margin-top: 60px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px
}

.new-cartype-sec .carsec .item {
    padding-bottom: 10px!important
}

.new-cartype-sec .cat-slid-car.cat-slid.brandslid .item {
    width: 100%!important;
    max-width: 100%!important
}

.new-cartype-sec .selectedData {
    letter-spacing: -.8px;
    font-weight: 500
}

.new-cartype-sec .customInputContainer:is(.customInput,.options) {
    color: #4d4d4d;
    transition: 250ms linear;
    font-size: 20px;
    border: 1px dashed #ccc;
    padding: 2px 15px;
    margin-top: 0;
    border-radius: 5px
}

.new-cartype-sec .selectedData:after {
    filter: grayscale(1);
    transition: 250ms linear
}

.new-cartype-sec .customInputContainer:is(.customInput,.options):hover {
    border-color: #ed8413;
    transition: 250ms linear;
    color: #ed8413
}

.new-cartype-sec .customInputContainer:is(.customInput,.options):hover .selectedData:after {
    filter: none;
    transition: 250ms linear
}

#primarymnu,.dropdwn li .dropdwn-item,.hdsrchmndiv .beyond-car a,.new-header-search-sec .new-inputbutton-wrap {
    position: relative
}

.new-header-search-sec .new-inputbutton-wrap .bttn {
    position: absolute;
    right: 0;
    top: 0;
    background: #ed8413!important;
    border: none;
    border-radius: 0 5px 5px 0;
    height: 100%;
    padding: 0 13px 1px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #4d4d4d!important;
    font-size: 14px;
    letter-spacing: .5px;
    width: 113px
}

.new-header-search-sec .new-inputbutton-wrap .bttn:hover {
    background: #b35d00!important
}

.new-header-search-sec .new-inputbutton-wrap #crossbtn2 {
    position: absolute;
    right: 120px;
    top: 9.5px;
    margin: 0!important;
    background: #d3d3d3;
    color: #fff;
    border-radius: 50px;
    width: 22px;
    height: 22px;
    padding: 0;
    text-align: center;
    font-weight: 100;
    font-size: 20px
}

.new-inputbutton-wrap .hd-searchicon {
    position: absolute;
    left: 12px;
    top: 12px;
    min-width: 18px;
    width: 18px
}

#mnu-topbr-right {
    margin: 0!important;
    justify-content: flex-end;
    min-width: auto!important;
    padding: 0
}

.new-header-search-sec {
    margin-left: auto;
    margin-right: auto
}

.new-header-search-sec .new-inputbutton-wrap .nvbar-search-field {
    width: 680px!important;
    outline: 0!important;
    background: #fff!important;
    height: 41px;
    overflow: hidden;
    border-radius: 5px;
    padding-right: 120px;
    text-align: center!important;
    padding-left: 50px
}

.new-header-search-sec .qldropbtn {
    line-height: 20px;
    background: 0 0;
    color: #fff;
    text-transform: capitalize;
    margin-left: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 0;
    padding-right: 20px
}

.new-region-wrap .region-text:before,.qldropbtn:before {
    background: url(../images/select-icon.png?v=124) center center/100% 100% no-repeat;
    width: 11.5px;
    height: 6px;
    filter: brightness(0) invert(1);
    content: ""
}

.qldropbtn:before {
    position: absolute;
    right: 0;
    top: 8px;
    border: none
}

.qldropbtn:after {
    top: 12px;
    display: none
}

.arabic-language-link {
    margin-left: 335px;
    top: 14px
}

.qldropdown-content {
    right: -15px
}

.nvbar-expand-lg .nvbar-nav {
    justify-content: center
}

#topbr {
    transition: 250ms linear;
    padding-top: 15px;
    padding-bottom: 15px;
    transform: translateY(-100%)
}

#mnu-topbr-right .appdropdown {
    min-width: auto;
    margin-left: 0!important;
    margin-right: 1.7rem
}

.new-sticky-header #topbr {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    transition: 250ms linear;
    border-bottom: 1px solid #ed8413;
    backdrop-filter: blur(10px);
    background: rgba(77,77,77,.8)!important;
    transform: none
}

.new-header-search-sec .jumpmnboxnobo {
    padding-right: 1.7rem;
    margin-right: 0!important
}

.new-region-wrap .region-icon {
    border: .5px solid #909090;
    padding: 1px
}

#mnu-topbr-right li {
    min-width: auto
}

.topbr-dark .topbr-link svg {
    margin-right: 0
}

.new-header-search-sec .new-inputbutton-wrap .nvbar-search-field:focus {
    text-align: left!important;
    padding-left: 40px
}

.new-header-search-sec #searchform {
    margin-right: 0;
    margin-bottom: 0
}

#list2.sugglist {
    width: 740px;
    border-radius: 0 0 5px 5px;
    opacity: 0;
    visibility: hidden;
    top: 56.5px;
    color: #4d4d4d
}

.appdropdown span.dropdwn-toggle:hover img.orangecolor,.new-header-search-sec #searchform.showlist #list2.sugglist,.showlist #list3.sugglist {
    opacity: 1;
    visibility: visible
}

.nvbar-light .nvbar-nav .nav-link {
    font-size: 14px;
    letter-spacing: .5px;
    padding: 7px 15px
}

.nvbar.nvbar-expand-lg.nvbar-light.bg-light {
    min-height: 41px!important
}

#mnu-topbr-right .appdropdown span img {
    width: 22px;
    height: 25px;
    border-radius: 0;
    margin: 0;
    filter: brightness(0) invert(1)
}

.new-header-search-sec .qldropbtn img {
    margin-right: 5px;
    margin-top: 0;
    filter: brightness(0) invert(1)
}

#nvbar .mobile-arlang:hover,.active-clrstyles-city,.arabic-language-link a:hover,.city_with_subcity .options a span.custom-li:hover,.city_with_subcity .options ul li a:hover,.hdcity-down:hover,.new-header-search-sec .qldropbtn:hover,.new-region-wrap:hover small {
    color: #ed8413!important
}

#mnu-topbr-right .appdropdown span img:hover,.dropdwn.nav-item:hover .dropdwn-toggle::after,.new-header-search-sec .qldropbtn:hover img {
    filter: none
}

.nvbar-tool.mob .nvbar-tool-icon-box.mr-2:hover svg,.topbr-dark .topbr-link svg:hover,.topbr-dark .topbr-link:hover svg {
    fill: #ed8413
}

#loginpop.login-visible {
    display: flex;
    z-index: 9999
}

.login-wl .loginclosebtn {
    width: 30px;
    height: 30px;
    font-size: 23px;
    background: #d3d3d3;
    display: flex;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    right: 14px;
    margin-top: 14px
}

.login-wl .loginclosebtn span {
    background: 0 0!important;
    font-size: 23px!important
}

@media (min-width: 1200px) and (max-width:10000px) {
    .brndmega {
        left:0!important;
        right: 0!important;
        margin-left: auto!important;
        margin-right: auto!important;
        max-width: 1170px
    }
}

@media (min-width: 1066px) and (max-width:1230px) {
    .dropdwn.nav-item .brndmega {
        left:0!important;
        right: 0!important;
        margin-left: auto!important;
        margin-right: auto!important;
        max-width: 1170px
    }
}

.nvbar-expand-lg .nvbar-nav .nav-item.for_brand {
    position: unset
}

#list3.sugglist {
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ddd;
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

#list3.sugglist .autocomplete-items,.select_city_popup .modal-body,.select_city_popup .modal-content {
    padding: 0
}

.appdropdown span.dropdwn-toggle {
    min-height: 35px;
    margin-left: 15px;
    position: relative
}

.appdropdown span.dropdwn-toggle img.orangecolor {
    opacity: 0;
    visibility: hidden;
    position: absolute
}

.appdropdown span.dropdwn-toggle:hover img.graycolor {
    opacity: 0;
    visibility: hidden
}

.hdsrchmndiv .scrolslid li {
    margin-right: 20px
}

.hdsrchmndiv .large-12.columns,.hdsrchmndiv .scrolslid li .last-vu-all {
    margin-right: 0!important
}

.hdsrchmndiv .brandslid .lastslid {
    margin-top: 0!important;
    margin-right: 20px
}

.hdsrchmndiv .scrolslid.brandslid .last-section {
    height: 135px!important
}

.appdropdown div.dropdwn-mnu .lrnmor {
    margin-top: -8px
}

.appdropdown .sliderbantext img {
    margin: 0 15px 5px
}

.modal-region {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block
}

.modal-region.is-visible {
    visibility: visible
}

.modal-region .modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,0%,.6);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear .3s,opacity .3s
}

.modal-region.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.modal-region .modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 6em;
    left: 50%;
    width: 32em;
    margin-left: -16em;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0,0%,0%,.35);
    border-radius: 10px
}

.modal-region .modal-transition {
    transition: .3s .12s;
    transform: translateY(-10%);
    opacity: 0
}

.modal-region.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
    display: block
}

.modal-region .modal-header {
    position: relative;
    padding: 0;
    border: none;
    display: block
}

.modal-region .modal-header h4 {
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.modal-region .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    color: #aaa;
    background: 0 0;
    border: 0;
    cursor: pointer
}

.modal-region .modal-close img {
    width: 16px
}

body.region-modal-open {
    overflow: hidden;
    height: 100vh
}

.new-region-wrap {
    display: flex;
    align-items: center;
    color: rgba(255,255,255,.7)!important;
    font-size: 11px;
    line-height: 14px;
    padding: 0;
    background: 0 0;
    border: none;
    box-shadow: none;
    text-align: left;
    cursor: pointer
}

.new-region-wrap .region-text small {
    font-size: 14px;
    color: #fff;
    display: block
}

.new-region-wrap .region-text i {
    font-style: normal
}

.new-region-wrap .region-text {
    margin-left: 5px;
    padding-right: 18px;
    position: relative;
    font-size: 12px;
    line-height: 17px
}

.new-region-wrap .region-text:before {
    position: absolute;
    right: 0;
    top: 6px
}

.modal-region .modal-body {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 .125rem .125rem -.125rem #1f1b2d14,0 .25rem .75rem #1f1b2d14
}

.new-select-city .srch2 {
    height: 200px;
    overflow: hidden;
    overflow-y: scroll
}

.new-select-city .sl-city {
    display: flex;
    height: 40px;
    border: 1px solid #ccc;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
    color: #4d4d4d!important;
    background-color: #fff;
    width: 100%
}

.new-select-city .sl-city:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: 0 0;
    text-indent: -9999px;
    border-top: 2px solid #4d4d4d;
    border-left: 2px solid #4d4d4d;
    transition: 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    transform: rotate(225deg);
    right: 15px;
    top: 9px
}

.new-select-city .select_city-content {
    width: calc(100% - 40px);
    display: none
}

.new-select-city .select_city-content input {
    width: 95%!important
}

.mob-select-hide form .form-select,.preference-form-wrap .form-group .form-select {
    height: 41px;
    padding: 5px 10px;
    width: 100%!important;
    background-image: url(../images/select-icon.png?v=124)!important;
    background-repeat: no-repeat!important;
    background-position: center right 15px!important
}

.new-select-city .select_city-content.add-display {
    display: inline-grid
}

.new-select-city .city-hd {
    font-weight: 500;
    color: #4d4d4d
}

.new-select-currency .dropdwn-mnu.top-cu {
    display: block;
    animation: none!important
}

.preference-form-wrap .form-group label,.preference-form-wrap .select-menu label {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: #4d4d4d
}

.preference-form-wrap .form-group {
    margin-bottom: 15px
}

.preference-form-wrap .form-group .form-select {
    display: block;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    background-size: 12px!important;
    font-size: 14px;
    text-transform: capitalize
}

.brand-search-wrap .btn,.preference-form-wrap .btn {
    border: none!important;
    cursor: pointer
}

.preference-form-wrap .form-group .form-select:hover {
    border-color: #ed8413
}

.mob-select-hide ul li,.mob-selectcity-wrap {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.preference-form-wrap .form-group .form-select option {
    font-size: 12px
}

.hover-slcity {
    position: relative;
    padding: 8px 0
}

.preference-form-wrap {
    position: absolute;
    background: #fff;
    width: 260px;
    right: 0;
    border-radius: 10px;
    box-shadow: #00000029 -.0625rem 0 .625rem 0,#00000029 .3125rem 1.25rem 2.5rem 0;
    padding: 15px;
    -webkit-animation: .25s cubic-bezier(.68,-.55,.265,1.55) dropdwn-show;
    animation: .25s cubic-bezier(.68,-.55,.265,1.55) dropdwn-show;
    z-index: 111;
    display: none;
    top: 32px;
    min-height: 231px
}

.city_with_subcity:hover .options,.hover-slcity:hover .preference-form-wrap {
    -webkit-animation: .25s cubic-bezier(.68,-.55,.265,1.55) dropdwn-show;
    animation: .25s cubic-bezier(.68,-.55,.265,1.55) dropdwn-show;
    z-index: 111;
    display: block
}

.city_with_subcity:hover .hdcity_dropdown,.hdcity_dropdown {
    -webkit-animation: .25s cubic-bezier(.68,-.55,.265,1.55) dropdwn-show
}

.brand-search-wrap {
    padding: 0;
    position: relative;
    z-index: 2
}

.brand-search-wrap .btn {
    position: absolute;
    right: 20px;
    top: 10px;
    box-shadow: none!important;
    border-radius: 0 5px 5px 0;
    height: 41px;
    letter-spacing: .5px;
    width: 95px
}

.brand-search-wrap .form-control {
    width: 100%;
    height: 41px;
    border: none!important;
    border-bottom: 1px solid #ddd!important;
    border-radius: 10px 10px 0 0;
    padding: 0 10px 5px 68px!important;
    outline: 0!important;
    color: #4d4d4d!important;
    cursor: default;
    appearance: none!important;
    box-shadow: none!important
}

.city_with_subcity .options,.hdcity_dropdown {
    box-shadow: #00000029 -.0625rem 0 .625rem 0,#00000029 .3125rem 1.25rem 2.5rem 0
}

.brand-search-wrap .hd_brand_sricon {
    position: absolute;
    fill: #ed8413!important;
    min-width: 18px;
    width: 18px;
    left: 25px;
    top: 9px
}

.brand-search-wrap .form-control::-webkit-search-cancel-button {
    position: relative;
    right: 0;
    -webkit-appearance: none!important;
    height: 22px;
    width: 22px;
    border-radius: 10px;
    background: url(../images/search-cross.svg?v=1) center center/contain no-repeat;
    cursor: pointer
}

.city_with_subcity {
    position: relative;
    margin-left: 1.7rem;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 18px
}

.hdcity-down {
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    justify-content: flex-end
}

.hdcity_dropdown li,.mob-selectcity-wrap ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer
}

.hdcity-down:before {
    position: absolute;
    content: "";
    background: url(../images/orange-chevron-down.webp?v=1) center center/100% 100% no-repeat;
    width: 11.5px;
    height: 6px;
    right: 0;
    top: 15px;
    filter: brightness(0) invert(1)
}

.hdcity-down img {
    margin-right: 5px;
    width: 25px;
    border: .5px solid #909090;
    padding: 1px
}

.hdcity_dropdown {
    position: absolute;
    border-radius: 10px;
    background: #fff;
    top: 30px;
    padding: 15px;
    z-index: 1;
    font-size: 12px;
    color: #4d4d4d;
    display: none;
    min-width: 170px;
    animation: .25s cubic-bezier(.68,-.55,.265,1.55) dropdwn-show
}

.hdcity_dropdown li {
    margin-bottom: 8px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 8px
}

.hdcity_dropdown li:last-child {
    margin-bottom: 0
}

.hdcity_dropdown li img,.mob-selectcity-wrap ul li img {
    margin-right: 5px;
    width: 17px
}

.city_with_subcity:hover .hdcity_dropdown {
    display: block;
    animation: .25s cubic-bezier(.68,-.55,.265,1.55) dropdwn-show
}

.city_with_subcity .options ul li a.selected,.city_with_subcity .options ul li a.selected:hover,.hdcity_dropdown li:hover,.mob-select-hide ul li.alllocation a,.mob-select-hide ul li:hover,.mob-selectcity-wrap ul li:hover {
    color: #ed8413
}

.mob-selectcity-wrap {
    display: none;
    background: #eaeaea;
    padding: 0 .5rem;
    border-top: 1px solid #ddd
}

.mob-selectcity-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.mob-selectcity-wrap ul li {
    width: 30%;
    padding: 14px 25px 14px .5rem;
    color: #4d4d4d;
    position: relative;
    text-transform: capitalize;
    line-height: 16px
}

.mob-select-hide h4,.mob-select-hide ul li {
    align-items: center;
    text-transform: capitalize;
    display: flex
}

.mob-selectcity-wrap ul li:first-child {
    width: 40%
}

.mob-selectcity-wrap ul li:nth-child(2) {
    width: 35%
}

.mob-selectcity-wrap ul li:nth-child(3) {
    width: 25%
}

.mob-selectcity-wrap ul li:nth-child(3):after {
    right: 3px
}

.mob-selectcity-wrap ul li:before {
    position: absolute;
    content: "";
    background: #ddd;
    width: 1px;
    height: 100%;
    right: 3px;
    top: 0;
    transform: none
}

.mob-selectcity-wrap ul li:after {
    position: absolute;
    content: "";
    background: url(../images/select-icon.png?v=124) center center/100% 100% no-repeat;
    width: 10px;
    height: 6px;
    right: 14px;
    top: 50%;
    transform: translateY(-50%)
}

.mob-select-hide {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    transform: translateY(100%);
    transition: 250ms linear;
    opacity: 0;
    visibility: hidden
}

.mob-select-hide h4 {
    background: #eaeaea;
    color: #4d4d4d;
    padding: 20px 15px;
    font-size: 16px;
    letter-spacing: 0;
    margin: 0;
    justify-content: space-between;
    font-weight: 500
}

.mob-select-hide ul {
    padding: 20px 15px;
    height: calc(100% - 65px);
    overflow-y: scroll
}

#mobloc_sl.mob-select-hide ul {
    height: calc(100% - 153px);
    padding-bottom: 150px
}

.mob-select-hide ul li {
    cursor: pointer;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 26px;
    font-size: 14px
}

.mob-select-hide ul li img {
    margin-right: 9px;
    width: 17px
}

.mob-select-hide .mobsl-close {
    display: flex;
    background: #fff;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    padding: 7px;
    align-items: center;
    justify-content: center
}

.mob-select-hide .mobsl-close img {
    filter: grayscale(1)
}

.mob-select-hide.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: 250ms linear
}

.mob-select-hide form {
    padding: 20px 15px 0
}

.mob-select-hide form label {
    font-size: 14px;
    color: #4d4d4d;
    display: block;
    font-weight: 500;
    text-transform: capitalize
}

.brand-nav a span,.mob-select-hide form .form-select {
    text-transform: capitalize;
    font-size: 14px!important
}

.mob-select-hide form .form-select {
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #4d4d4d;
    cursor: pointer;
    background-size: 14px!important
}

.mob-select-hide ul li.alllocation {
    margin-top: 50px;
    border-top: 1px solid #ddd;
    padding-top: 10px
}

.new-submenu-desktop {
    display: flex;
    flex-wrap: wrap;
    min-width: 850px
}

.new-submenu-desktop .col-sm-4 {
    width: 33.333%;
    padding: 20px;
    border-right: 1px solid #f2f2f2
}

.new-submenu-desktop .col-sm-4.bg-gray {
    border: none;
    background: #f6f6f6
}

.new-submenu-desktop .col-sm-4 h6 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    color: #8c98ab;
    margin-bottom: 5px
}

.new-submenu-desktop .col-sm-4 li {
    padding-left: 0
}

.new-submenu-desktop .col-sm-4 li a {
    font-size: 14px;
    display: block;
    position: relative
}

.new-submenu-desktop .col-sm-4 h6.mt-20 {
    margin-top: 20px
}

.dropdwn-mnu li a sup,.new-submenu-desktop .col-sm-4 li a sup {
    font-size: 10px;
    background: #7a0000;
    color: #fff;
    padding: 2px 8px;
    border-radius: 10px;
    min-width: 85px;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    text-transform: uppercase;
    position: absolute;
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    transform: translateY(1px);
    top: 0
}

.dropdwn-mnu li a sup img,.new-submenu-desktop .col-sm-4 li a sup img {
    margin-right: 3px;
    width: 13px!important
}

.dropdwn-mnu li a sup.new,.new-submenu-desktop .col-sm-4 li a sup.new {
    background: #00f;
    min-width: 50px
}

.nvbar-expand-lg .nvbar-nav .dropdwn-mnu.rentacar {
    min-height: auto;
    overflow: hidden
}

.brndmega img.mnu_brand_image {
    max-width: 25px!important;
    min-width: 25px!important;
    margin-right: 15px;
    height: 25px;
    object-fit: contain;
    min-height: 25px;
    margin-top: -7px
}

.brand-nav a.dropdwn-column {
    padding: 0 4px 15px!important;
    min-height: 40px
}

.brndmega .brand-nav {
    width: 1175px!important;
    padding-bottom: 0
}

.hoverclass:before {
    position: fixed;
    content: "";
    background: rgba(0,0,0,.1);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.leasetoown span a {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 21px
}

.appdropdown div.dropdwn-mnu {
    padding: 20px;
    text-align: center
}

.dropdwn li .dropdwn-item:before,.new-submenu-desktop .col-sm-4 li a:before {
    position: absolute;
    content: "";
    background: #ed8413;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -7px;
    transition: 250ms linear
}

.dropdwn li .dropdwn-item:hover:before,.new-submenu-desktop .col-sm-4 li a:hover:before {
    width: 20%;
    transition: 250ms linear
}

.nvbar-nav .nav-item .dropdwn-toggle::after {
    content: url(../images/orange-chevron-down.webp?v=1)!important;
    filter: brightness(0)
}

.dropdwn li .dropdwn-item,.nvbar-light .nvbar-nav .nav-link {
    position: relative;
    color: #4d4d4d!important
}

#mnu-primary-mnu a:hover {
    color: #4d4d4d!important
}

.dropdwn li .dropdwn-item {
    font-size: 14px;
    text-transform: none
}

.nvbar-light .nvbar-nav .nav-link:before {
    position: absolute;
    content: "";
    background: #ed8413;
    width: 0;
    height: 2px;
    left: 40px;
    bottom: 0;
    transition: 250ms linear;
    display: block!important
}

.nvbar-nav .nav-item.arabiclink .nav-link:before {
    left: 15px
}

.dropdwn.nav-item:hover .nav-link:before,.nvbar-nav .nav-item:hover .nav-link:before {
    width: 50px;
    transition: 250ms linear
}

.brand-nav a span.brandlisting_count {
    font-size: 12px!important
}

#mnu-primary-mnu .brndmega .brand-nav a:hover {
    text-decoration: underline!important;
    text-decoration-color: #ed8413!important;
    color: #ed8413!important
}

.not-found {
    text-align: center;
    font-size: .9rem;
    color: #4d4d4d;
    width: 100%;
    padding: 0 12px 12px
}

.not-found img {
    display: block;
    margin: 10px auto 12px
}

.autocomplete-items,.autocomplete-items5 {
    position: absolute;
    z-index: 99;
    top: 100%!important;
    padding: 0!important;
    left: 0;
    right: 0;
    border-radius: 0 0 5px 5px;
    box-shadow: -.0625rem 0 .625rem 0 #00000012,.3125rem 1.25rem 2.5rem 0 #0000000a;
    max-height: 300px;
    overflow-y: scroll;
    text-align: left
}

.autocomplete-items div,.autocomplete-items5 div {
    padding: 10px 30px 10px 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    color: #4d4d4d;
    font-size: .9rem;
    font-weight: 400;
    background-image: url(../images/search-arrow.svg?v=1);
    background-size: 10px;
    background-position: right 10px center;
    background-repeat: no-repeat
}

.autocomplete-items div span {
    font-weight: 700
}

.autocomplete-items div:hover,.autocomplete-items5 div:hover {
    background-color: #e9e9e9
}

.autocomplete-active,.autocomplete-active5 {
    background-color: #ed8413!important;
    color: #fff!important;
    background-image: url(../images/search-arrow-white.svg?v=1)!important
}

.autocomplete-active span,.autocomplete-active5 span,.dropcon-active .option-text {
    color: #fff!important
}

.autocomplete-items5::-webkit-scrollbar,.autocomplete-items::-webkit-scrollbar {
    width: 8px
}

.autocomplete-items5::-webkit-scrollbar-track,.autocomplete-items::-webkit-scrollbar-track {
    background: #f6f6f6
}

.autocomplete-items5::-webkit-scrollbar-thumb,.autocomplete-items::-webkit-scrollbar-thumb {
    background: #d3d3d3;
    height: 8px!important;
    border-radius: 10px
}

.new-header-search-sec .new-inputbutton-wrap .nvbar-search-field::-webkit-search-cancel-button {
    position: relative;
    right: -6px;
    -webkit-appearance: none!important;
    height: 22px;
    width: 22px;
    border-radius: 10px;
    background: url(../images/search-cross.svg?v=1) center center/contain no-repeat;
    cursor: pointer
}

.nvbar-tool.mob .nvbar-tool-icon-box svg {
    width: 20px;
    height: 20px
}

.new-myaccbtn .btn {
    width: 100%;
    height: 44px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: #ed8413;
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    margin-top: 35px;
    margin-bottom: 30px
}

.new-myaccbtn .btn:hover svg {
    fill: #fff
}

@media only screen and (max-width: 1299px) {
    .new-header-search-sec .new-inputbutton-wrap .nvbar-search-field {
        width:560px!important
    }

    #list2.sugglist {
        width: 618px
    }
}

@media only screen and (max-width: 1200px) {
    .mob-selectcity-wrap {
        display:block
    }

    .formob .mob-logo img {
        height: 20px!important
    }

    .hdsrchmndiv .autocomplete .scrolslid.brandslid .item {
        background: #f6f6f6;
        border-radius: 10px;
        min-width: 112px;
        padding: 15px 10px
    }

    .brnd-title small {
        font-size: 12px;
        margin-top: 3px;
        display: block;
        text-transform: capitalize
    }

    .hdsrchmndiv .autocomplete .scrolslid.brandslid .item:hover {
        background: #ed8413
    }

    .hdsrchmndiv .autocomplete .scrolslid.brandslid .item:hover .brnd-title {
        color: #fff
    }

    .hdsrchmndiv #searchform2 {
        position: relative;
        width: 97%!important;
        display: block;
        margin: 0 auto
    }

    #searchform2 .btn {
        width: 120px!important;
        position: absolute;
        right: 0;
        top: 0;
        border: none!important;
        background: #ed8413!important;
        padding: 10px!important;
        text-align: center;
        font-size: 14px!important;
        letter-spacing: .5px;
        border-radius: 0 5px 5px 0!important;
        appearance: none!important;
        color: #fff!important
    }

    #searchform2 .otoicon.sarchbr {
        margin-left: 0;
        margin-top: 0
    }

    #searchform2 .clearinputbtn {
        top: 14px;
        background: #d3d3d3;
        color: #fff;
        border-radius: 50px;
        width: 22px;
        height: 22px;
        padding: 0;
        text-align: center;
        right: 128px;
        font-size: 20px;
        margin: 0;
        position: absolute;
        display: inline-block
    }

    .dropdwn.appdropdown,.nvbar-light .nvbar-nav .arabiclink {
        display: none
    }

    .nvbar-nav .dropdwn-mnu {
        margin-top: 0
    }

    .brand-search-wrap {
        padding: 15px .8rem 10px
    }

    .brand-search-wrap .btn {
        right: 0;
        height: 40px
    }

    .brand-search-wrap .hd_brand_sricon {
        left: 20px;
        top: 26.5px
    }

    .brand-search-wrap .form-control {
        border: 1px solid #ddd!important;
        border-radius: 5px;
        padding-top: 5px!important;
        padding-left: 35px!important
    }

    span.brandlisting_count {
        right: .8rem
    }
}

@media only screen and (max-width: 1199px) {
    .brand-nav a.dropdwn-column,.new-submenu-desktop .col-sm-4 li {
        border-bottom:1px solid #f2f2f2
    }

    .home-banner-new-sec .new-banner-img {
        height: 420px
    }

    .home-banner-new-sec .roww .single-listbox:first-child .hover-box {
        transform: translateX(60px)
    }

    .home-banner-new-sec .roww .single-listbox:nth-child(2) .hover-box {
        transform: translateX(50px) translateY(20px)
    }

    .new-grid-box ul {
        padding: 0
    }

    .new-banner-search-sec .slidsearch .clearinputbtn {
        right: 215px
    }

    .new-cartype-sec .carcatimg img,.new-cartype-sec .carsec picture {
        height: 60px
    }

    .new-cartype-sec .carsec picture:before {
        width: 55px;
        height: 55px
    }

    .home-banner-new-sec .new-top-text h1 {
        font-size: 24px
    }

    .home-banner-new-sec .new-top-text p {
        font-size: 14px
    }

    .home-banner-new-sec .new-top-text {
        padding-top: 25px
    }

    .new-brand-sec .new-grid-box {
        width: calc(100vw + 5px)
    }

    .new-sticky-header #nvbar {
        position: fixed!important;
        backdrop-filter: blur(10px)!important;
        background: rgba(77,77,77,.8)!important
    }

    .show .cs-offcanvas-collapse {
        height: 100vh!important;
        visibility: visible!important
    }

    .nvbar-search.bg-light {
        background: 0 0!important
    }

    .new-header-search-sec.mobile-search {
        width: auto;
        margin: 10px auto;
        display: block
    }

    .formob .mob-logo {
        top: 19px;
        z-index: 99;
        width: 200px;
        left: 45px
    }

    .new-header-search-sec.mobile-search .new-inputbutton-wrap .nvbar-search-field {
        width: 600px!important;
        font-size: 14px!important
    }

    .nvbar-tool.mob .sticky-search {
        background: #fff;
        min-width: 65vw;
        border-radius: 5px;
        height: 41px;
        text-align: right;
        overflow: hidden;
        width: auto!important
    }

    .nvbar-tool.mob .sticky-search img {
        height: 41px;
        max-height: 100%;
        position: absolute;
        left: 10px;
        width: 18px;
        min-width: 18px
    }

    .nvbar-tool.mob span.nvbar-tool-icon-box.mr-2 {
        margin-top: 0
    }

    .nvbar-tool.mob .sticky-search .fsearch:before {
        position: absolute;
        content: "Find your dream car";
        color: #757575;
        width: 100%;
        left: 0;
        font-size: 13px;
        top: 10px;
        text-align: left;
        padding-left: 35px;
        line-height: 13px
    }

    #nvbar {
        min-height: 61px!important;
        z-index: 999!important
    }

    .select_city.mob img {
        margin-top: -2px
    }

    .nvbar-light .nvbar-nav .nav-link {
        padding: .875rem 0;
        font-size: 14px
    }

    .nvbar-light .nvbar-nav .nav-link img {
        margin-right: 4px
    }

    .mobile-arlang {
        display: inline-block;
        left: 265px;
        color: #fff;
        z-index: 1;
        position: absolute
    }

    .hdsrchmndiv .cantenar.scrollslid.p-0.beyond-car {
        margin-bottom: 0
    }

    .nvbar-nav .dropdwn-mnu li a,.nvbar-nav>.nav-item>.dropdwn-toggle,.nvbar-nav>.nav-item>.dropdwn-toggle>a {
        line-height: 26px
    }

    .new-submenu-desktop {
        min-width: 100%;
        margin-top: 0;
        height: calc(100vh - 65px);
        overflow-y: scroll;
        padding-bottom: 110px;
        display: block
    }

    .new-submenu-desktop .col-sm-4 {
        width: 100%;
        padding: 0;
        border: none
    }

    .new-submenu-desktop .col-sm-4 li a {
        font-size: 14px;
        font-weight: 500;
        line-height: 26px
    }

    .new-submenu-desktop .col-sm-4 h6,.new-submenu-desktop .col-sm-4 li {
        padding-left: .8rem
    }

    .new-submenu-desktop .col-sm-4 h6,.new-submenu-desktop .col-sm-4 h6.mt-20 {
        margin-top: 15px
    }

    .new-submenu-desktop .col-sm-4.bg-gray {
        background: 0 0
    }

    .brndmega .brand-nav {
        width: 100%!important;
        padding: 0 0 100px;
        height: calc(100% - 131px);
        overflow-y: scroll;
        display: block
    }

    .new-submenu-desktop .col-sm-4 h6 {
        font-size: 12px
    }

    .hoverclass:before {
        display: none
    }

    .brand-nav a.dropdwn-column {
        padding-bottom: .425rem!important;
        padding-left: .8rem!important;
        margin-top: .425rem!important
    }

    .brand-nav a span {
        line-height: 26px;
        font-size: 14px!important
    }

    .dropdwn li .dropdwn-item,.nvbar-light .nvbar-nav .nav-link {
        position: unset
    }

    .dropdwn li .dropdwn-item:before,.new-submenu-desktop .col-sm-4 li a:before,.nvbar-light .nvbar-nav .nav-link:before {
        display: none!important
    }

    .nvbar-nav .dropdwn-mnu li a.linkmn {
        text-transform: none;
        font-size: 14px;
        height: auto!important;
        display: block
    }

    .nvbar-nav .nav-item .dropdwn-toggle::after {
        filter: brightness(0)!important
    }

    .dropdwn-mnu li a sup,.new-submenu-desktop .col-sm-4 li a sup {
        transform: translateY(3px)
    }

    #mobsubmenu1,#mobsubmenu2,#mobsubmenu3,#mobsubmenu4,#mobsubmenu5,#mobsubmenu6 {
        display: block!important;
        transform: translateY(100%);
        transition: 250ms linear;
        position: fixed;
        top: 0;
        opacity: 0;
        visibility: hidden;
        border-radius: 0;
        margin: 0;
        left: 0!important
    }

    .dropdwn .dropdwn-mnu.is-menuopen {
        position: fixed!important;
        top: 0;
        z-index: 1;
        background: #fff;
        left: 0!important;
        width: 100%;
        max-width: 352px;
        height: 100vh;
        overflow: hidden;
        transform: none!important;
        transition: 250ms linear!important;
        opacity: 1!important;
        visibility: visible!important;
        padding: 0
    }

    .mobmenu-title {
        background: #eaeaea;
        color: #4d4d4d;
        padding: 20px 15px;
        font-size: 16px;
        letter-spacing: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 500
    }

    .mobmenu-title span {
        display: flex;
        background: #fff;
        border-radius: 50px;
        width: 25px;
        height: 25px;
        padding: 7px;
        align-items: center;
        justify-content: center
    }

    .mobmenu-title span img {
        filter: grayscale(1)
    }

    .mobmenu-title a {
        text-decoration: underline
    }

    #mnu-primary-mnu a:hover {
        color: #ed8413!important
    }

    #mnu-primary-mnu a.brndcl:hover {
        color: #4d4d4d!important
    }

    #mnu-primary-mnu .brndmega .brand-nav a:hover {
        text-decoration: none!important
    }

    #mobsubmenu3 .mobmenu-title,#mobsubmenu4 .mobmenu-title,#mobsubmenu5 .mobmenu-title,#mobsubmenu6 .mobmenu-title {
        margin-bottom: 8px
    }

    .menu_overflow_wrap {
        height: calc(100% - 73px);
        overflow-y: scroll;
        padding-bottom: 100px
    }

    .nvbar-expand-lg .nvbar-nav .nav-item.for_brand {
        position: relative
    }
}

@media only screen and (max-width: 1025px) {
    .home-banner-new-sec .new-top-text h1 {
        font-size:24px
    }

    .home-banner-new-sec .new-top-text p {
        font-size: 14px;
        font-weight: 400
    }

    .home-banner-new-sec .roww .single-listbox:first-child .hover-box {
        transform: none
    }

    .new-banner-search-sec .slidsearch #keyworded2,.new-banner-search-sec .slidsearch #keyworded2_mob {
        border: 1px solid #ddd!important
    }

    .new-grid-box ul {
        max-width: 100%
    }

    .banner-brand-slider .cat-nav {
        opacity: 0
    }

    .new-grid-box ul li,.new-quicklinks-wrap ul li a {
        font-size: 14px;
        line-height: 17px
    }

    .new-cartype-sec .findselctcity {
        display: flex!important
    }

    .nvbar-tool.mob .sticky-search {
        min-width: 60vw
    }
}

@media only screen and (max-width: 991px) {
    .common-padd-small {
        padding-top:30px;
        padding-bottom: 30px
    }

    .mb-50 {
        margin-bottom: 30px!important
    }

    .home-banner-new-sec .new-banner-img {
        height: 390px
    }

    .home-banner-new-sec .listbox-item figure {
        height: 100px
    }

    .home-banner-new-sec .listbox-item {
        padding: 10px;
        width: 180px;
        height: 190px
    }

    .home-banner-new-sec .listbox-item h4,.home-banner-new-sec .listbox-item p {
        font-size: 14px;
        line-height: 16px
    }

    .home-banner-new-sec .single-listbox .plus-box {
        width: 30px;
        height: 30px;
        font-size: 24px;
        line-height: 24px
    }

    .new-cartype-sec .findselctcity {
        margin-top: 30px
    }

    .new-cartype-sec .seemobcar {
        margin-bottom: 30px
    }

    #loginpop.modal-wrapper.mdl-lg .modal-content {
        max-width: calc(100% - 30px);
        bottom: auto;
        top: 15px!important;
        max-height: 100%!important
    }

    #loginpop.login-wl .modal-content {
        border-radius: 6px!important
    }

    #loginpop.login-wl .modal-header {
        justify-content: left
    }

    #loginpop .desktopdflx {
        max-height: calc(100vh - 87px)!important;
        padding-bottom: 150px
    }

    .new-header-search-sec.mobile-search .new-inputbutton-wrap .nvbar-search-field {
        width: 500px!important
    }

    .nvbar-tool.mob .sticky-search {
        min-width: 50vw
    }
}

@media only screen and (max-width: 767px) {
    .home-banner-new-sec .new-banner-img {
        height:220px
    }

    .home-banner-new-sec .listbox-item {
        padding: 6px 6px 12px;
        width: 160px;
        border-radius: 6px;
        height: 145px
    }

    .home-banner-new-sec .roww .single-listbox:nth-child(2) .hover-box {
        transform: none
    }

    .home-banner-new-sec .listbox-item figure {
        height: 80px;
        border-radius: 6px;
        margin-bottom: 6px
    }

    .home-banner-new-sec .listbox-item h4,.home-banner-new-sec .listbox-item p {
        font-size: 13px;
        line-height: 15px;
        font-weight: 400
    }

    .home-banner-new-sec .single-listbox .plus-box {
        width: 25px;
        height: 25px;
        font-size: 20px;
        line-height: 20px
    }

    .new-banner-search-sec .newsearch-text-wrap,.new-quicklinks-wrap {
        max-width: 100%
    }

    .new-quicklinks-wrap ul li a {
        background: #fff;
        color: #000
    }

    .new-brand-sec .cantenar-fluid {
        padding-left: 15px!important;
        padding-right: 15px!important
    }

    .new-grid-box ul {
        border-radius: 8px!important;
        margin-top: 12px
    }

    .for-mobile {
        display: block
    }

    .for-desktop {
        display: none
    }

    .home-banner-new-sec .listbox-wrapper {
        top: 50%
    }

    .new-quicklinks-wrap ul li a span img {
        filter: grayscale(1)
    }

    .new-banner-search-sec.for-mobile {
        margin-top: -30px
    }

    .new-brand-sec .sub-heading p,.new-cartype-sec .cantenar.cyrd {
        font-size: 13px
    }

    .new-header-search-sec.mobile-search .new-inputbutton-wrap .nvbar-search-field {
        width: 370px!important
    }

    .nvbar-tool.mob .sticky-search {
        min-width: 275px
    }
}

@media only screen and (max-width: 729px) {
    .new-cartype-sec .cat-slid-car.cat-slid.brandslid .item {
        max-width:32%!important;
        min-width: 32%!important
    }

    .new-cartype-sec .cantenar.cyrd {
        padding: 0
    }

    .mobile-arlang {
        left: 240px
    }

    .nvbar-tool.mob .sticky-search {
        min-width: 240px
    }
}

@media only screen and (max-width: 575px) {
    header .mobile-image {
        display:block!important
    }

    .desktop-image {
        display: none!important
    }

    .sub-heading h2 {
        font-size: 18px
    }

    .home-banner-new-sec .new-banner-img {
        height: 190px
    }

    .home-banner-new-sec .listbox-item figure {
        height: 60px
    }

    .home-banner-new-sec .listbox-item h4,.home-banner-new-sec .listbox-item p {
        font-size: 12px;
        line-height: 14px;
        font-weight: 500
    }

    .home-banner-new-sec .single-listbox .plus-box {
        width: 20px;
        height: 20px;
        font-size: 15px;
        line-height: 15px;
        border-width: .3px
    }

    .home-banner-new-sec .single-listbox .plus-box:after,.home-banner-new-sec .single-listbox .plus-box:before {
        border-width: .3px
    }

    .home-banner-new-sec .single-listbox .hover-box {
        padding: 2px
    }

    .home-banner-new-sec .roww .single-listbox:first-child .listbox-item,.home-banner-new-sec .roww .single-listbox:nth-child(2) .listbox-item,.home-banner-new-sec .roww .single-listbox:nth-child(3) .listbox-item {
        top: -3.5rem
    }

    .home-banner-new-sec .listbox-item {
        width: 146px;
        height: 120px
    }

    .home-banner-new-sec .new-top-text h1 {
        font-size: 20px;
        margin-bottom: 3px
    }

    .new-banner-search-sec.for-mobile {
        margin-top: -30.5px
    }

    .home-banner-new-sec .new-top-text {
        padding-top: 20px
    }

    .new-banner-search-sec #ocd_view_Allcars,.new-banner-search-sec .download-wrap ul li a {
        font-size: 12px
    }

    .new-banner-search-sec #ocd_view_Allcars svg {
        display: none
    }

    .new-banner-search-sec .download-wrap ul {
        margin-top: 10px
    }

    .new-grid-box ul li {
        padding: 6px 5px
    }

    .new-banner-search-sec .slidsearch .bttn {
        width: 92px;
        font-weight: 400;
        letter-spacing: 0
    }

    .new-banner-search-sec .slidsearch .clearinputbtn {
        right: 135px
    }

    .new-banner-search-sec .newsearch-text-wrap {
        max-width: 100%
    }

    .new-grid-box ul {
        border-radius: 5px!important;
        margin-top: 12px
    }

    .new-banner-search-sec .slidsearch form {
        width: 100%
    }

    .new-banner-search-sec .slidsearch #keyworded2,.new-banner-search-sec .slidsearch #keyworded2_mob {
        width: calc(100% - 98px);
        min-width: auto!important;
        max-width: 100%!important
    }

    .new-banner-search-sec .newsearch-text-wrap .slidsearch {
        border-radius: 6px!important
    }

    .new-quicklinks-wrap ul li {
        width: 50%
    }

    .new-quicklinks-wrap ul li a {
        padding: 6px 5px;
        border-width: .3px
    }

    .cateslidheight h2.catselection {
        font-size: 18px;
        max-width: 200px
    }

    .home-banner-new-sec .new-top-text p,.new-cartype-sec .car-type .brnd-title {
        font-size: 13px!important;
        line-height: 17px!important
    }

    .new-grid-box ul li,.new-grid-box ul li a,.new-quicklinks-wrap ul li a {
        font-size: 13px;
        line-height: 17px
    }

    .new-cartype-sec .customInputContainer:is(.customInput,.options) {
        font-size: 13px;
        padding: 1px 10px
    }

    .new-cartype-sec .selectedData {
        line-height: 30px
    }

    .new-cartype-sec .findselctcity {
        justify-content: space-between
    }

    .login-wl .loginclosebtn {
        width: 25px;
        height: 25px
    }

    #list3.sugglist,.nvbar-light .nvbar-toggler,.nvbar-tool.mob {
        min-width: auto
    }

    .new-header-search-sec.mobile-search .new-inputbutton-wrap .nvbar-search-field {
        width: 215px!important;
        font-size: 12px!important;
        padding-right: 45px
    }

    .new-header-search-sec.mobile-search {
        margin-right: -25px;
        margin-left: auto
    }

    .nvbar-tool.mob .sticky-search {
        min-width: 215px
    }

    .nvbar-tool.mob {
        position: initial
    }

    .nvbar-tool.mob span.nvbar-tool-icon-box.sticky-search {
        position: absolute;
        left: 0;
        width: 100%!important;
        max-width: calc(100% - 26px);
        margin: 0 13px;
        right: 0;
        top: 50px
    }

    #nvbar {
        min-height: 108px!important;
        display: block
    }

    #mbicnbr {
        height: 50px
    }

    .new-sticky-header .formob .mob-logo {
        opacity: 0;
        visibility: hidden
    }

    .new-sticky-header .nvbar-tool.mob span.nvbar-tool-icon-box.sticky-search {
        max-width: calc(100% - 100px);
        margin: 0 50px;
        top: 15px
    }

    .new-sticky-header #mbicnbr {
        height: 70px
    }

    .new-sticky-header #nvbar {
        min-height: 70px!important
    }

    .formob .mob-logo {
        top: 14px
    }

    .hdsrchmndiv #searchform2 {
        width: 92%!important
    }

    #searchform2 .btn {
        width: 110px!important;
        font-size: 13px!important;
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    #searchform2 .clearinputbtn {
        right: 116px
    }

    .nvbar-search .nvbar-search-field {
        font-size: 12.5px!important
    }

    .mobile-arlang {
        left: 265px
    }

    .nosearch #nvbar,.nosearch.new-sticky-header #nvbar {
        min-height: 51px!important
    }

    .nosearch.new-sticky-header #mbicnbr {
        height: 51px
    }
}

@media only screen and (max-width: 350px) {
    .home-banner-new-sec .single-listbox .plus-box {
        width:15px;
        height: 15px;
        font-size: 12px;
        line-height: 15px
    }

    .new-cartype-sec .customInputContainer:is(.customInput,.options) {
        margin-left: 10px!important
    }

    .home-banner-new-sec .new-top-text p,.new-cartype-sec .car-type .brnd-title {
        font-size: 12px!important;
        line-height: 17px!important
    }

    .new-grid-box ul li,.new-grid-box ul li a,.new-quicklinks-wrap ul li a {
        font-size: 12px;
        line-height: 17px
    }

    .new-header-search-sec.mobile-search .new-inputbutton-wrap .nvbar-search-field {
        width: 180px!important;
        font-size: 11px!important;
        padding-left: 6px;
        letter-spacing: -.5px
    }

    .nvbar-tool.mob .sticky-search {
        min-width: 180px
    }

    .nvbar-tool.mob .sticky-search .fsearch:before {
        letter-spacing: -.2px;
        font-size: 13px
    }

    #list3.sugglist .autocomplete-items div,.new-header-search-sec .autocomplete-items div {
        font-size: 13px
    }

    .formob .mob-logo {
        width: 180px
    }

    .mobile-arlang {
        left: 235px
    }
}

div#topbr {
    height: auto!important;
    z-index: 1
}

.new-region-wrap .region-icon {
    width: 25px
}

.dropdwn,.resbtn {
    cursor: pointer
}

.city_with_subcity .options ul li.custom-li span img,.city_with_subcity .options ul li.custom-li span svg,.nvbar-light .nvbar-nav .nav-link img {
    width: 20px
}

.appdropdown span.dropdwn-toggle img {
    width: 22px
}

.preference-form-wrap .btn {
    background: #ed8413!important;
    color: #fff!important;
    height: 41px
}

.new-region-wrap {
    min-width: 100px;
    justify-content: flex-start
}

.hdcity-down {
    min-width: 100px
}

header.cs-header {
    height: auto!important;
    z-index: 1049
}

.new-region-wrap svg {
    width: 25px;
    border: .5px solid #909090;
    padding: 1px
}

.sort-drop {
    z-index: 1!important
}

.new-sticky-header #topbr {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.new-header-search-sec .new-inputbutton-wrap .bttn {
    letter-spacing: 0
}

.preference-form-wrap form #sl_menu2 .options,.preference-form-wrap form .select-menu:nth-child(2) .options {
    max-height: 130px
}

.preference-form-wrap form #sl_menu3 .options {
    max-height: 125px;
    bottom: 41px
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,30px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes fadeInDown {
    from {
        transform: translate3d(0,0,0);
        opacity: 1
    }

    to {
        transform: translate3d(0,20px,0);
        opacity: 0
    }
}

.preference-form-wrap .select-menu {
    margin-bottom: 12px;
    position: relative
}

.preference-form-wrap .select-menu .select-btn {
    display: flex;
    height: 41px;
    padding: 5px 35px 5px 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #4d4d4d;
    background-image: url(../images/select-icon.png?v=124)!important;
    background-repeat: no-repeat!important;
    background-position: center right 15px!important;
    background-size: 12px!important
}

.preference-form-wrap .select-menu .options {
    position: absolute;
    width: 231px;
    overflow-y: auto;
    max-height: 160px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ddd;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: .2s;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    opacity: 0;
    visibility: hidden
}

.preference-form-wrap .select-menu .options .option {
    display: flex;
    height: 30px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 0;
    align-items: center;
    border-bottom: 1px solid #f2f2f2
}

.preference-form-wrap .select-menu .options .option:hover {
    background: #fff
}

.preference-form-wrap .select-menu .options .option .option-text {
    font-size: 12px;
    color: #4d4d4d
}

.preference-form-wrap .select-menu.active .options {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: .2s;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    -webkit-animation-fill-mode: both
}

.preference-form-wrap .select-menu .options::-webkit-scrollbar {
    width: 8px
}

.preference-form-wrap .select-menu .options::-webkit-scrollbar-track {
    background: #f8f8f8
}

.preference-form-wrap .select-menu .options::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 8px
}

.preference-form-wrap form .select-menu:nth-child(3) .options {
    bottom: 41px;
    max-height: 185px
}

.preference-form-wrap .select-menu .select-btn:hover {
    border-color: #ed8413;
    color: #ed8413
}

.dropcon-active {
    background-color: #ed8413!important
}

.head-hid {
    overflow: hidden!important
}

.nvbar-search .cantenar {
    height: auto;
    min-height: auto
}

#searchform2 .otoicon.sarchbr {
    display: flex
}

.searchhtml .imgrightgap .fav-icon {
    z-index: 99
}

.nvbar-tool.mob .sticky-search .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 106px;
    padding: 9px 5px;
    height: 41px;
    font-size: 13px;
    border-radius: 0 5px 5px 0;
    text-align: center;
    letter-spacing: .5px;
    background: #4d4d4d
}

.nvbar-search .hdsrchmndiv .nvbar-search-field {
    border-width: 1px!important;
    box-shadow: none!important;
    outline: 0!important;
    border-color: #c6ccdd!important;
    font-size: 13px!important;
    letter-spacing: .5px;
    width: calc(100% - 120.5px)!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.nvbar-search .nvbar-search-field:focus {
    border-color: #ed8413!important
}

.nvbar-search .nvbar-search-field::placeholder {
    color: #757575;
    opacity: 1
}

.nvbar-search .nvbar-search-field::-ms-input-placeholder {
    color: #757575
}

#mnu-topbr-right li.signinn {
    border-left: 1px solid #9b9797;
    padding-left: .85rem;
    margin-left: .85rem!important
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input,input:focus,select,select:focus,textarea,textarea:focus {
        font-size:14px!important
    }
}

.dropdwn.signinn li .dropdwn-item:before {
    left: 20px
}

@media only screen and (min-width: 1600px) {
    .new-header-search-sec .new-inputbutton-wrap .nvbar-search-field {
        width:785px!important
    }
}

.nvbar-tool.mob .nvbar-tool-icon-box.mr-2 {
    display: flex;
    align-items: center;
    justify-content: center
}

.city_with_subcity .options .searchInput .clearinputbtn {
    margin: 0!important;
    background: #d3d3d3;
    color: #fff;
    border-radius: 50px;
    width: 22px;
    height: 22px;
    padding: 0;
    text-align: center;
    font-weight: 100;
    font-size: 20px;
    min-width: 22px;
    position: absolute;
    right: 20px
}

input#searchInput_head {
    border: none!important;
    width: 100%;
    height: 35px;
    padding: 5px 10px 5px 36px;
    box-shadow: none!important
}

.searchInput img {
    position: absolute;
    margin-left: 4px
}

.select_city_popup h1 {
    margin: 0
}

@media (max-width: 700px) {
    .options {
        width:max-content!important;
        right: 15px
    }

    .city_with_subcity:is(.customInput,.options) {
        margin-left: 0!important
    }

    ul.city-list li {
        padding: 7px 10px 7px 0!important
    }
}

@media (min-width: 700px) and (max-width:1000px) {
    .city_with_subcity.show .options {
        right:5%
    }
}

@media (min-width: 1000px) and (max-width:1400px) {
    .city_with_subcity.show .options {
        right:23%
    }
}

.city_with_subcity {
    display: inline
}

.selectedData {
    display: inline-flex
}

.custom-li {
    font-weight: 700!important;
    color: #4d4d4d!important
}

.city.custom-li {
    font-weight: 400!important
}

.city_with_subcity .customInput {
    margin: 0;
    cursor: pointer;
    user-select: none;
    font-size: 19px;
    padding: 0
}

.city_with_subcity:is(.customInput,.options) {
    color: #b35d00;
    background: #fff;
    display: inline-block;
    width: fit-content;
    border-bottom: 1px solid #b35d00;
    padding-bottom: 0;
    margin-left: 15px;
    margin-top: -4px;
    z-index: 9
}

.devide-column ul li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    border-bottom: none
}

.devide-column ul li ul li {
    border-bottom: none;
    margin-bottom: 0;
    list-style: none
}

.city_with_subcity .options {
    -webkit-animation: .25s cubic-bezier(.68,-.55,.265,1.55) dropdwn-show;
    animation: .25s cubic-bezier(.68,-.55,.265,1.55) dropdwn-show;
    z-index: 111;
    position: absolute;
    width: 260px;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    display: none;
    margin: 0;
    top: 35px;
    border: none
}

.city_with_subcity .options p {
    padding: 0;
    text-transform: none
}

.city_with_subcity.show .options {
    display: block;
    position: absolute;
    box-shadow: rgb(99 99 99/35%) 0 2px 8px 0
}

.city_with_subcity .options:is(.searchInput,ul) {
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    padding: 0
}

.options p {
    color: #4d4d4d;
    font-size: 14px;
    margin: 0 0 8px;
    text-transform: uppercase;
    padding-top: 25px
}

.city_with_subcity .options .searchInput {
    display: flex;
    padding: 0 .4rem;
    overflow-y: auto;
    align-items: center;
    border-radius: .4rem;
    color: rgb(0 0 0/50%);
    border: 1px solid;
    margin-bottom: 8px
}

.city_with_subcity .options .searchInput input[type=text] {
    border: 0;
    outline: 0;
    font-size: 1rem;
    border-radius: .4rem
}

.devide-column li.custom-li:first-child {
    padding-top: 4px
}

.city_with_subcity .options ul {
    margin: .5rem 0
}

ul.city-list li {
    padding-right: 35px;
    padding-top: 0;
    padding-bottom: 7px
}

.city_with_subcity .options ul li a {
    cursor: pointer;
    list-style: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
    display: block;
    line-height: 20.6px;
    padding: 0
}

ul.city-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.city_with_subcity .options ul li a:last-child {
    border: 0
}

input#searchInput_head:focus {
    outline: 0!important
}

.devide-column::-webkit-scrollbar {
    width: 5px;
    height: 8px
}

.devide-column::-webkit-scrollbar:hover {
    width: 10px;
    height: 8px
}

.devide-column {
    height: 230px;
    overflow-y: auto
}

.devide-column::-webkit-scrollbar-thumb {
    background: #8888889c;
    border-radius: 10px
}

.devide-column ul::-webkit-scrollbar-thumb:hover {
    background: #555
}

.selectedData:after {
    position: relative;
    content: url(../images/chevron-right-home.svg?vv=14);
    font-family: "font awesome 5 free";
    font-weight: 900;
    top: 0;
    font-size: 15px;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 5
}

@media (max-width: 700px) {
    ul.city-list {
        display:grid;
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width: 1025px) {
    .scrollhover .dropdwn.nav-item:hover>ul.dropdwn-mnu {
        display:none!important
    }

    #crossbtn4_head {
        bottom: 4px;
        left: 0
    }
}

.devide-column ul li:last-child {
    border-bottom: 0
}

.city_with_subcity.show {
    display: inline!important
}

#searchform2 .otoicon.sarchbr img,.city_with_subcity .options .searchInput img {
    width: 18px
}

.nvbar-nav .nav-item .dropdwn-toggle.mnu-click-style::after {
    filter: brightness(0)
}

.city_with_subcity .options ul.city-list li {
    padding-top: 7px;
    padding-right: 7px;
    border-bottom: 1px solid #f2f2f2
}

.city_with_subcity .options ul li a img,.city_with_subcity .options ul li a svg {
    width: 20px;
    min-width: 20px;
    border: 1px solid #ddd
}

.hdsrchmndiv.p-20 .overlayy-content {
    margin-top: 0!important
}

.primarymnu .footappstore.mob img:hover {
    opacity: .75
}

.new-myaccbtn .btn span.ui-button-text {
    padding: 0;
    display: inline;
    margin: 0;
    width: auto
}

@media (max-width: 1199px) {
    .cs-offcanvas-collapse .cs-offcanvas-body {
        padding-bottom:50px
    }
}

.mob-select-hide form .form-select option {
    font-size: 12px!important;
    line-height: 12px!important;
    padding: 2px!important;
    height: 20px!important
}

html[lang=de-DE] .new-submenu-desktop,html[lang=de] .new-submenu-desktop,html[lang=es-ES] .new-submenu-desktop,html[lang=es] .new-submenu-desktop,html[lang=fr-FR] .new-submenu-desktop,html[lang=fr] .new-submenu-desktop,html[lang=it-IT] .new-submenu-desktop,html[lang=it] .new-submenu-desktop,html[lang=nl-NL] .new-submenu-desktop,html[lang=nl] .new-submenu-desktop,html[lang=ru-RU] .new-submenu-desktop,html[lang=ru] .new-submenu-desktop,html[lang=tr-TR] .new-submenu-desktop,html[lang=tr] .new-submenu-desktop,html[lang=zh-ZH] .new-submenu-desktop,html[lang=zh] .new-submenu-desktop {
    min-width: 780px
}

html[lang=de-DE] .nvbar-nav .dropdwn-mnu,html[lang=de] .nvbar-nav .dropdwn-mnu,html[lang=es-ES] .nvbar-nav .dropdwn-mnu,html[lang=es] .nvbar-nav .dropdwn-mnu,html[lang=fr-FR] .nvbar-nav .dropdwn-mnu,html[lang=fr] .nvbar-nav .dropdwn-mnu,html[lang=it-IT] .nvbar-nav .dropdwn-mnu,html[lang=it] .nvbar-nav .dropdwn-mnu,html[lang=nl-NL] .nvbar-nav .dropdwn-mnu,html[lang=nl] .nvbar-nav .dropdwn-mnu,html[lang=ru-RU] .nvbar-nav .dropdwn-mnu,html[lang=ru] .nvbar-nav .dropdwn-mnu,html[lang=tr-TR] .nvbar-nav .dropdwn-mnu,html[lang=tr] .nvbar-nav .dropdwn-mnu,html[lang=zh-ZH] .nvbar-nav .dropdwn-mnu,html[lang=zh] .nvbar-nav .dropdwn-mnu {
    min-width: 18rem!important
}

html[lang=de-DE] .new-header-search-sec .new-inputbutton-wrap .bttn,html[lang=de] .new-header-search-sec .new-inputbutton-wrap .bttn,html[lang=es-ES] .new-header-search-sec .new-inputbutton-wrap .bttn,html[lang=es] .new-header-search-sec .new-inputbutton-wrap .bttn,html[lang=fr-FR] .new-header-search-sec .new-inputbutton-wrap .bttn,html[lang=fr] .new-header-search-sec .new-inputbutton-wrap .bttn,html[lang=it-IT] .new-header-search-sec .new-inputbutton-wrap .bttn,html[lang=it] .new-header-search-sec .new-inputbutton-wrap .bttn,html[lang=nl-NL] .new-header-search-sec .new-inputbutton-wrap .bttn,html[lang=nl] .new-header-search-sec .new-inputbutton-wrap .bttn,html[lang=ru-RU] .new-header-search-sec .new-inputbutton-wrap .bttn,html[lang=ru] .new-header-search-sec .new-inputbutton-wrap .bttn,html[lang=tr-TR] .new-header-search-sec .new-inputbutton-wrap .bttn,html[lang=tr] .new-header-search-sec .new-inputbutton-wrap .bttn,html[lang=zh-ZH] .new-header-search-sec .new-inputbutton-wrap .bttn,html[lang=zh] .new-header-search-sec .new-inputbutton-wrap .bttn {
    width: 135px!important
}

html[lang=de-DE] .new-header-search-sec .new-inputbutton-wrap .nvbar-search-field,html[lang=de] .new-header-search-sec .new-inputbutton-wrap .nvbar-search-field,html[lang=es-ES] .new-header-search-sec .new-inputbutton-wrap .nvbar-search-field,html[lang=es] .new-header-search-sec .new-inputbutton-wrap .nvbar-search-field,html[lang=fr-FR] .new-header-search-sec .new-inputbutton-wrap .nvbar-search-field,html[lang=fr] .new-header-search-sec .new-inputbutton-wrap .nvbar-search-field,html[lang=it-IT] .new-header-search-sec .new-inputbutton-wrap .nvbar-search-field,html[lang=it] .new-header-search-sec .new-inputbutton-wrap .nvbar-search-field,html[lang=nl-NL] .new-header-search-sec .new-inputbutton-wrap .nvbar-search-field,html[lang=nl] .new-header-search-sec .new-inputbutton-wrap .nvbar-search-field,html[lang=ru-RU] .new-header-search-sec .new-inputbutton-wrap .nvbar-search-field,html[lang=ru] .new-header-search-sec .new-inputbutton-wrap .nvbar-search-field,html[lang=tr-TR] .new-header-search-sec .new-inputbutton-wrap .nvbar-search-field,html[lang=tr] .new-header-search-sec .new-inputbutton-wrap .nvbar-search-field,html[lang=zh-ZH] .new-header-search-sec .new-inputbutton-wrap .nvbar-search-field,html[lang=zh] .new-header-search-sec .new-inputbutton-wrap .nvbar-search-field {
    width: 660px!important
}

html[lang=de-DE] .new-header-search-sec .new-inputbutton-wrap #crossbtn2,html[lang=de] .new-header-search-sec .new-inputbutton-wrap #crossbtn2,html[lang=es-ES] .new-header-search-sec .new-inputbutton-wrap #crossbtn2,html[lang=es] .new-header-search-sec .new-inputbutton-wrap #crossbtn2,html[lang=fr-FR] .new-header-search-sec .new-inputbutton-wrap #crossbtn2,html[lang=fr] .new-header-search-sec .new-inputbutton-wrap #crossbtn2,html[lang=it-IT] .new-header-search-sec .new-inputbutton-wrap #crossbtn2,html[lang=it] .new-header-search-sec .new-inputbutton-wrap #crossbtn2,html[lang=nl-NL] .new-header-search-sec .new-inputbutton-wrap #crossbtn2,html[lang=nl] .new-header-search-sec .new-inputbutton-wrap #crossbtn2,html[lang=ru-RU] .new-header-search-sec .new-inputbutton-wrap #crossbtn2,html[lang=ru] .new-header-search-sec .new-inputbutton-wrap #crossbtn2,html[lang=tr-TR] .new-header-search-sec .new-inputbutton-wrap #crossbtn2,html[lang=tr] .new-header-search-sec .new-inputbutton-wrap #crossbtn2,html[lang=zh-ZH] .new-header-search-sec .new-inputbutton-wrap #crossbtn2,html[lang=zh] .new-header-search-sec .new-inputbutton-wrap #crossbtn2 {
    right: 140px!important
}

.nvbar-nav .dropdwn-mnu {
    min-width: 16.5rem!important
}

.nvbar.nvbar-expand-lg.nvbar-light.bg-light {
    top: 0!important
}

span.down-bar-cont {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    column-gap: 10px
}

@media (min-width: 1200px) {
    #mbicnbr {
        display:inline-block
    }

    ul.dropdwn-mnu.profiledrop-down {
        max-width: 300px;
        min-width: 200px;
        word-wrap: break-word;
        padding-right: 20px
    }

    .mob-select-hide {
        display: none
    }

    html[lang=zh] .nvbar-expand-lg .dropdwn-mnu .dropdwn-mnu {
        min-width: 200px!important;
        max-width: 220px
    }
}

img.mobprofileimg {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 15px
}

.mob-select-hide ul li.alllocation {
    justify-content: end;
    display: flex!important;
    width: auto!important;
    text-align: end
}

ul#city_html li,ul#city_html li a {
    display: block;
    width: 100%
}

.brandslid .header_bcount {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    line-height: 13px
}

@media (max-width: 1200px) {
    .mob .topbr-link.userprofilepicdrp {
        margin-right:10px
    }

    .hdsrchmndiv.p-20 {
        padding-bottom: 150px!important
    }

    .cs-offcanvas-collapse,.hide-element {
        transition: transform cubic-bezier(.165, .84, .44, 1),box-shadow
    }

    .cs-offcanvas-collapse.cs-offcanvas-body.nvbar-nav.dropdwn-mnu.dropdwn-item,html[lang=de] .cs-offcanvas-collapse .cs-offcanvas-body .nvbar-nav .nav-link,html[lang=es] .cs-offcanvas-collapse .cs-offcanvas-body .nvbar-nav .nav-link,html[lang=fr] .cs-offcanvas-collapse .cs-offcanvas-body .nvbar-nav .nav-link,html[lang=it] .cs-offcanvas-collapse .cs-offcanvas-body .nvbar-nav .nav-link,html[lang=nl] .cs-offcanvas-collapse .cs-offcanvas-body .nvbar-nav .nav-link,html[lang=ru] .cs-offcanvas-collapse .cs-offcanvas-body .nvbar-nav .nav-link,html[lang=tr] .cs-offcanvas-collapse .cs-offcanvas-body .nvbar-nav .nav-link,html[lang=zh] .cs-offcanvas-collapse .cs-offcanvas-body .nvbar-nav .nav-link {
        color: #4d4d4d;
        white-space: inherit;
        align-items: baseline;
        padding-right: 20px
    }

    .cs-offcanvas-collapse .cs-offcanvas-body {
        padding-left: 0;
        padding-right: 0
    }

    .cs-offcanvas-collapse .cs-offcanvas-body .nvbar-nav .nav-link:hover {
        margin-left: 0;
        margin-right: 0
    }

    .cs-offcanvas-collapse .cs-offcanvas-body .nvbar-nav .nav-link {
        padding-left: 15px
    }

    .new-myaccbtn {
        padding: 0 15px
    }

    .nvbar-nav .nav-item .dropdwn-toggle::after {
        right: 15px
    }

    .carslid.hdbeyondcar {
        margin-top: 40px!important
    }

    .cs-offcanvas-collapse .cs-offcanvas-cap {
        padding-top: 18px;
        padding-bottom: 18px
    }

    .cs-header {
        transition: 250ms linear!important;
        transform: translateY(-100%)
    }

    .cs-header.new-sticky-header {
        transform: none
    }

    .cs-header.topshow {
        transform: none!important
    }
}

.nvbar-toggler-icon {
    width: 25px;
    height: 25px;
    opacity: 1!important
}

@media only screen and (max-width: 1199px) {
    #nvbar {
        background-color:#fff!important
    }

    .mobile-arlang {
        color: #4d4d4d!important
    }

    #primarymnu .mnu-off-out {
        position: fixed
    }

    .nvbar-tool.mob .sticky-search {
        border: 1px solid #ddd;
        border: none;
        background: 0 0
    }

    .nvbar-tool.mob .sticky-search .fsearch:before {
        top: 0;
        height: 41px;
        border: 1px solid #c6ccdd;
        width: calc(100% - 107px);
        border-radius: 5px 0 0 5px;
        display: flex;
        align-items: center;
        letter-spacing: .5px;
        background-color: #fff
    }

    .mob-selectcity-wrap {
        background: #f9f9f9
    }

    .new-myaccbtn .btn {
        display: flex
    }

    .nvbar-tool.mob span.nvbar-tool-icon-box.mr-2.sticky-search {
        justify-content: space-between
    }

    .dropdwn li .dropdwn-item.mnu-click-style {
        position: absolute;
        width: 50px;
        height: 26px!important;
        right: 0;
        z-index: 1;
        margin-right: 5px
    }

    .nvbar-nav .dropdwn-mnu .dropright .dropdwn-mnu {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }

    .nvbar-light .nvbar-toggler-icon:hover {
        filter: grayscale(1)
    }

    .cs-offcanvas-collapse {
        transition: 150ms linear!important;
        height: 100vh!important
    }

    .cs-header.new-sticky-header #nvbar,.cs-header.topshow #nvbar {
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }

    .cs-header #nvbar,.cs-header.new-sticky-header #nvbar,.cs-header.topshow #nvbar {
        -webkit-transition: .4s ease-in-out!important;
        -moz-transition: .4s ease-in-out!important;
        -ms-transition: .4s ease-in-out!important;
        -o-transition: .4s ease-in-out!important
    }

    .new-sticky-header #nvbar {
        background: rgba(255,255,255,.15)!important;
        box-shadow: 0 5px 16px rgba(0,0,0,.1);
        border: none
    }

    .hdsrchmndiv .autocomplete .scrolslid.brandslid .item {
        background: #fff;
        box-shadow: 2px 2px 10px rgba(0,0,0,.1)
    }

    .hdsrchmndiv .large-12 .scrolslid li,.hdsrchmndiv .scrolslid.brandslid {
        padding-top: 2px;
        padding-bottom: 10px
    }

    .hdsrchmndiv .autocomplete .scrolslid.brandslid .item:hover .header_bcount {
        color: #fff
    }

    .hdsrchmndiv .large-12 .scrolslid li .preslid.recm4u {
        width: 295px!important;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 2px 2px 10px rgba(0,0,0,.1);
        min-height: 106px
    }

    .hdsrchmndiv .large-12 .scrolslid li .preslid.recm4u:hover {
        background: #ed8413;
        color: #fff
    }

    .hdsrchmndiv .large-12 .scrolslid li .preslid.recm4u:hover .text-black,.hdsrchmndiv .large-12 .scrolslid li .preslid.recm4u:hover a {
        color: #fff!important
    }

    .hdsrchmndiv .beyond-car a:hover .fixedbtnimg {
        background: #ed8413!important;
        color: #fff!important
    }

    .cs-header.topshow #nvbar {
        position: relative!important
    }

    .cs-header #nvbar {
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        position: fixed!important;
        width: 100%;
        left: 0
    }
}

@media only screen and (max-width: 575px) {
    .new-sticky-header .mobile-arlang {
        display:none!important
    }

    .nvbar-search .hdsrchmndiv .nvbar-search-field {
        width: calc(100% - 110.5px)!important;
        padding-left: 12px!important;
        letter-spacing: 0
    }

    .new-sticky-header .nvbar-tool.mob .sticky-search .fsearch:before {
        position: absolute;
        content: "Find your car";
        content: "Find your dream car";
        letter-spacing: -.3px
    }

    .nvbar-tool.mob .sticky-search .fsearch:before {
        letter-spacing: 0
    }

    #searchform2 .otoicon.sarchbr {
        display: none
    }
}

@media (max-width: 1200px) {
    .cs-offcanvas-collapse.cs-offcanvas-body.nvbar-nav.dropdwn-mnu.dropdwn-item,html[lang=de-DE] .cs-offcanvas-collapse .cs-offcanvas-body .nvbar-nav .nav-link,html[lang=es-ES] .cs-offcanvas-collapse .cs-offcanvas-body .nvbar-nav .nav-link,html[lang=fr-FR] .cs-offcanvas-collapse .cs-offcanvas-body .nvbar-nav .nav-link,html[lang=it-IT] .cs-offcanvas-collapse .cs-offcanvas-body .nvbar-nav .nav-link,html[lang=nl-NL] .cs-offcanvas-collapse .cs-offcanvas-body .nvbar-nav .nav-link,html[lang=ru-RU] .cs-offcanvas-collapse .cs-offcanvas-body .nvbar-nav .nav-link,html[lang=tr-TR] .cs-offcanvas-collapse .cs-offcanvas-body .nvbar-nav .nav-link,html[lang=zh-ZH] .cs-offcanvas-collapse .cs-offcanvas-body .nvbar-nav .nav-link {
        color:#4d4d4d;
        white-space: inherit;
        align-items: baseline;
        padding-right: 20px
    }
}

@media (max-width: 1025px) {
    #crossbtn4_head {
        bottom:4px;
        right: 34px!important
    }

    .sticky-search .ui-button-text-only .ui-button-text {
        margin-right: 90px
    }

    .carslid.cantenar.hdbeyondcar .ui-button-text-only .ui-button-text {
        display: none!important
    }

    .nvbar-tool.mob .sticky-search .btn span.ui-button-text {
        margin: 0;
        width: auto;
        padding: 0
    }

    html[lang=de-DE] .cat-slid.brandslid .item,html[lang=es-ES] .cat-slid.brandslid .item,html[lang=fr-FR] .cat-slid.brandslid .item,html[lang=ru-RU] .cat-slid.brandslid .item,html[lang=tr-TR] .cat-slid.brandslid .item {
        min-height: 130px
    }
}

.nvbar-tool-icon-box.sticky-search.with-keyword i {
    position: absolute;
    left: 35px;
    z-index: 1;
    font-size: 13px;
    background: #fff;
    top: 12px;
    line-height: normal;
    text-align: left;
    color: #757575;
    font-style: normal
}

.nvbar-tool.mob .sticky-search.with-keyword .fsearch:before {
    font-size: 0
}

.hdsrchmndiv .beyond-car a .fixedbtnimg {
    position: absolute;
    top: auto!important;
    bottom: 20px;
    width: 100%!important;
    max-width: 279px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left
}

.hdsrchmndiv .beyond-car a img {
    margin-top: 0!important;
    max-height: 183px
}

@media only screen and (min-width: 1200px) {
    .cs-header #nvbar,header.cs-header,header.cs-header.new-sticky-header #nvbar {
        -webkit-transition:.4s ease-in-out!important;
        -moz-transition: .4s ease-in-out!important;
        -ms-transition: .4s ease-in-out!important;
        -o-transition: .4s ease-in-out!important;
        opacity: 0
    }

    .new-sticky-header #topbr {
        position: relative;
        border: none
    }

    header.cs-header {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        transform: translateY(-100%)
    }

    header.cs-header.new-sticky-header {
        -webkit-transition: .4s ease-in-out!important;
        -moz-transition: .4s ease-in-out!important;
        -ms-transition: .4s ease-in-out!important;
        -o-transition: .4s ease-in-out!important;
        transform: translateY(0);
        opacity: 1
    }

    header.cs-header.topshow {
        -webkit-transition: .4s ease-in-out!important;
        -moz-transition: .4s ease-in-out!important;
        -ms-transition: .4s ease-in-out!important;
        -o-transition: .4s ease-in-out!important;
        transform: translateY(0);
        opacity: 1;
        position: relative
    }

    #topbr {
        transform: none
    }

    #nvbar {
        -webkit-transition: .4s ease-in-out!important;
        -moz-transition: .4s ease-in-out!important;
        -ms-transition: .4s ease-in-out!important;
        -o-transition: .4s ease-in-out!important
    }

    .cs-header #nvbar,header.cs-header.new-sticky-header #nvbar {
        visibility: hidden
    }

    .cs-header.topshow #nvbar {
        opacity: 1;
        visibility: visible
    }

    .new-header-search-sec .new-inputbutton-wrap .nvbar-search-field {
        display: block!important
    }
}
@media(max-width:992px) {
    .lastslid .last-section {
        width: auto !important;
        padding: 3px;
        height: 84px;
        border-radius: 15px
    }

    a.mobmenubtn {
        display: flex !important
    }
}

.overflow-hidden, body, html {
    overflow-y: unset
}

.nvbar-search .hdsrchmndiv .nvbar-search-field::placeholder {
    font-size: 14px !important
}

.nvbar-search .hdsrchmndiv .nvbar-search-field {
    font-size: 16px !important
}

.brndcl {
    display: flex;
    align-items: center
}

.dropdwn.signinn span {
    color: #bd4200
}

.bg-dark {
    background-color: #4d4d4d !important
}

html[lang=de-DE] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=de] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=es-ES] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=es] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=fr-FR] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=fr] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=nl-NL] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=nl] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=ru-RU] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=ru] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=tr-TR] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=tr] .usedcar-filterbar .used-filter .filwrap.sortfilter span {
    min-width: 190px;
    max-width: 190px
}

html[lang=de-DE] .newprofile_look_wrap .select-menu .select-btn, html[lang=de] .newprofile_look_wrap .select-menu .select-btn, html[lang=es-ES] .newprofile_look_wrap .select-menu .select-btn, html[lang=es] .newprofile_look_wrap .select-menu .select-btn, html[lang=fr-FR] .newprofile_look_wrap .select-menu .select-btn, html[lang=fr] .newprofile_look_wrap .select-menu .select-btn, html[lang=nl-NL] .newprofile_look_wrap .select-menu .select-btn, html[lang=nl] .newprofile_look_wrap .select-menu .select-btn, html[lang=ru-RU] .newprofile_look_wrap .select-menu .select-btn, html[lang=ru] .newprofile_look_wrap .select-menu .select-btn, html[lang=tr-TR] .newprofile_look_wrap .select-menu .select-btn, html[lang=tr] .newprofile_look_wrap .select-menu .select-btn {
    min-width: 165px;
    max-width: 165px
}

html[lang=de-DE] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=de] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=es-ES] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=es] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=fr-FR] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=fr] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=nl-NL] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=nl] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=ru-RU] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=ru] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=tr-TR] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=tr] .newprofile_look_wrap.buy-rent .select-menu .select-btn {
    min-width: 100px !important;
    max-width: 100px !important
}

html[lang=de-DE] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=de] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=es-ES] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=es] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=fr-FR] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=fr] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=nl-NL] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=nl] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=ru-RU] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=ru] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=tr-TR] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=tr] .usedcar-filterbar .used-filter .filwrap .usedprice {
    min-width: 100px;
    max-width: 100px
}

@media(min-width:1300px) {
    .new-submenu-desktop.newcarss, .new-submenu-desktop.usedcarss {
        min-width: 400px !important;
        justify-content: space-between
    }

        .new-submenu-desktop.newcarss .col-sm-4, .new-submenu-desktop.usedcarss .col-sm-4 {
            width: 50%;
            padding: 20px;
            border-right: 1px solid #f2f2f2
        }

    .nvbar-expand-lg .nvbar-nav .dropdwn.nav-item:first-child {
        position: relative !important
    }
}

.nosearch .buy-rent.newprofile_look_wrap.for-mobile-menu {
    display: none
}
@media(max-width:992px) {
    .lastslid .last-section {
        width: auto !important;
        padding: 3px;
        height: 84px;
        border-radius: 15px
    }

    a.mobmenubtn {
        display: flex !important
    }
}

.overflow-hidden, body, html {
    overflow-y: unset
}

.nvbar-search .hdsrchmndiv .nvbar-search-field::placeholder {
    font-size: 14px !important
}

.nvbar-search .hdsrchmndiv .nvbar-search-field {
    font-size: 16px !important
}

.brndcl {
    display: flex;
    align-items: center
}

.dropdwn.signinn span {
    color: #bd4200
}

.bg-dark {
    background-color: #4d4d4d !important
}

html[lang=de-DE] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=de] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=es-ES] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=es] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=fr-FR] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=fr] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=nl-NL] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=nl] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=ru-RU] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=ru] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=tr-TR] .usedcar-filterbar .used-filter .filwrap.sortfilter span, html[lang=tr] .usedcar-filterbar .used-filter .filwrap.sortfilter span {
    min-width: 190px;
    max-width: 190px
}

html[lang=de-DE] .newprofile_look_wrap .select-menu .select-btn, html[lang=de] .newprofile_look_wrap .select-menu .select-btn, html[lang=es-ES] .newprofile_look_wrap .select-menu .select-btn, html[lang=es] .newprofile_look_wrap .select-menu .select-btn, html[lang=fr-FR] .newprofile_look_wrap .select-menu .select-btn, html[lang=fr] .newprofile_look_wrap .select-menu .select-btn, html[lang=nl-NL] .newprofile_look_wrap .select-menu .select-btn, html[lang=nl] .newprofile_look_wrap .select-menu .select-btn, html[lang=ru-RU] .newprofile_look_wrap .select-menu .select-btn, html[lang=ru] .newprofile_look_wrap .select-menu .select-btn, html[lang=tr-TR] .newprofile_look_wrap .select-menu .select-btn, html[lang=tr] .newprofile_look_wrap .select-menu .select-btn {
    min-width: 165px;
    max-width: 165px
}

html[lang=de-DE] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=de] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=es-ES] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=es] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=fr-FR] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=fr] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=nl-NL] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=nl] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=ru-RU] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=ru] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=tr-TR] .newprofile_look_wrap.buy-rent .select-menu .select-btn, html[lang=tr] .newprofile_look_wrap.buy-rent .select-menu .select-btn {
    min-width: 100px !important;
    max-width: 100px !important
}

html[lang=de-DE] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=de] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=es-ES] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=es] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=fr-FR] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=fr] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=nl-NL] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=nl] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=ru-RU] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=ru] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=tr-TR] .usedcar-filterbar .used-filter .filwrap .usedprice, html[lang=tr] .usedcar-filterbar .used-filter .filwrap .usedprice {
    min-width: 100px;
    max-width: 100px
}

@media(min-width:1300px) {
    .new-submenu-desktop.newcarss, .new-submenu-desktop.usedcarss {
        min-width: 400px !important;
        justify-content: space-between
    }

        .new-submenu-desktop.newcarss .col-sm-4, .new-submenu-desktop.usedcarss .col-sm-4 {
            width: 50%;
            padding: 20px;
            border-right: 1px solid #f2f2f2
        }

    .nvbar-expand-lg .nvbar-nav .dropdwn.nav-item:first-child {
        position: relative !important
    }
}

.nosearch .buy-rent.newprofile_look_wrap.for-mobile-menu {
    display: none
}
