.cnt_btn,.cnt_btn:hover {
    color: #fff!important;
    transition: 250ms linear
}

.cnt_btn,.form-control {
    height: 56px;
    font-weight: 600;
    width: 100%
}

.cs-select .cs-selected,.form-control {
    font-family: Mulish,Arial,sans-serif!important;
    letter-spacing: -.5px
}

.mt-40 {
    margin-top: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.mt-32 {
    margin-top: 32px
}

.mb-32 {
    margin-bottom: 32px
}

.mt-24 {
    margin-top: 24px
}

.mb-24 {
    margin-bottom: 24px
}

.mt-64 {
    margin-top: 64px
}

.mb-64 {
    margin-bottom: 64px
}

.mt-16 {
    margin-top: 16px
}

.mb-16 {
    margin-bottom: 16px
}

.mt-8 {
    margin-top: 8px
}

.mb-8 {
    margin-bottom: 8px
}

.cnt_btn {
    padding: 8px 16px;
    border-radius: 8px;
    background: #cc4700;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    line-height: 16px;
    cursor: pointer;
    border: none;
    outline: 0!important;
    letter-spacing: -.5px;
    font-size: 16px
}

.form-control,.form-control:focus {
    font-size: 16px!important;
    outline: 0!important
}

.cnt_btn:hover {
    background: #ed8413
}

.city_numberwrap,.form-group {
    position: relative
}

.form-control {
    border: 1px solid #eee;
    padding: 12px 16px!important;
    border-radius: 8px;
    line-height: 22px;
    background: #fff;
    caret-color: blue;
    color: #000
}

textarea.form-control {
    min-height: 145px;
    padding: 16px!important;
    resize: vertical
}

.form-control::placeholder {
    color: transparent;
    font-weight: 400
}

.cs-select .cs-selected:focus,.cs-select .cs-selected:hover,.form-control:hover {
    border-color: #ddd
}

.form-control:focus {
    box-shadow: 4px 4px 33px 0 #00000014!important;
    border-color: #eee
}

.cs-select .cs-label,.form-group .input-label {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -.5px;
    color: #595959;
    padding: 0 8px;
    height: 16px;
    background: #fff;
    transition: 250ms linear;
    z-index: 3;
    margin: 0;
    max-width: calc(100% - 16px)
}

.citywith_call .citylist-items,.cs-select .cs-items {
    overflow-y: auto;
    margin-top: 4px;
    box-shadow: 4px 4px 33px 0 #00000026
}

.form-group:has(textarea) .input-label {
    top: 24px
}

.cs-select .cs-label .toplabel,.cs-select:has(.cs-items .active) .cs-label .btmlabel,.form-group .form-control:focus+.input-label .btmlabel,.form-group .form-control:not(:placeholder-shown)+.input-label .btmlabel,.form-group .input-label .toplabel {
    display: none
}

.cs-select:has(.cs-items .active) .cs-label .toplabel,.form-group .form-control:focus+.input-label .toplabel,.form-group .form-control:not(:placeholder-shown)+.input-label .toplabel {
    display: inline-block
}

.cs-select:has(.cs-items .active) .cs-label,.form-group .form-control:focus+.input-label,.form-group .form-control:not(:placeholder-shown)+.input-label {
    top: 0;
    font-size: 12px;
    font-weight: 600;
    transition: 250ms linear;
    left: 8px;
    border-radius: 8px
}

.citylist-items::-webkit-scrollbar,.cs-select .cs-items::-webkit-scrollbar {
    width: 8px
}

.citylist-items::-webkit-scrollbar-track,.cs-select .cs-items::-webkit-scrollbar-track {
    background: 0 0;
    width: 8px;
    border-radius: 12px
}

.citylist-items::-webkit-scrollbar-thumb,.cs-select .cs-items::-webkit-scrollbar-thumb {
    background: #777;
    width: 8px;
    border-radius: 12px
}

.cs-select {
    position: relative;
    width: 100%;
    user-select: none;
    cursor: pointer
}

.cs-select .cs-selected {
    border: 1px solid #eee;
    padding: 12px 60px 12px 16px;
    cursor: pointer;
    height: 56px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    background: url(../images/select-arrow.svg) center right 16px/24px no-repeat #fff;
    width: 100%;
    appearance: none!important;
    outline: 0!important;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    font-weight: 600
}

.cs-select .cs-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    z-index: 99;
    max-height: 216px;
    margin-bottom: 0
}

.cnt_accordion .accordion-item.active .accordion-content,.cs-select .cs-items.cs-open {
    display: block
}

.citywith_call .citylistnumber_wrap li,.cs-select .cs-items li {
    padding: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    border-radius: 8px;
    letter-spacing: -.5px;
    display: block;
    font-weight: 500
}

.citywith_call .citylistnumber_wrap li.active,.citywith_call .citylistnumber_wrap li:hover,.cs-select .cs-items li.active,.cs-select .cs-items li:hover {
    background-color: #efefef;
    color: #cc4700
}

.citywith_call .citylistnumber_wrap li.active,.cs-select .cs-items li.active {
    background: url(../images/select-check.svg) center right 12px/16px no-repeat #efefef;
    padding-right: 40px
}

.cs-select .cs-items li small {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
    color: #595959;
    font-weight: 400
}

.cs-select .cs-selected small,.seemobcar span:nth-child(2) {
    display: none
}

.cs_outside_close {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: auto;
    z-index: 2
}

.cs-select.error .cs-selected,.error .form-control {
    border-color: #dd2025!important;
    color: #dd2025!important
}

.cs-select .icon_label {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 1;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    object-fit: contain
}

.cs-select:has(.icon_label) .cs-selected {
    padding-left: 50px
}

.cs-select:has(.icon_label) .cs-label {
    left: 42px
}

.city_numberwrap .citywith_call {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 100px;
    height: 54px;
    border-radius: 8px 0 0 8px;
    background: #fafafa
}

.city_numberwrap .citywith_call .citylist-selected {
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background: url(../images/select-arrow-bold.svg) center right 16px/16px no-repeat
}

.city_numberwrap .form-control {
    padding-left: 116px!important
}

.city_numberwrap .form-control::placeholder {
    color: #595959
}

.citywith_call .citylist-items {
    min-width: 340px;
    position: absolute;
    width: 100%;
    z-index: 99;
    max-height: 260px;
    background: #fff;
    padding: 0 12px 12px;
    border-radius: 12px;
    cursor: auto;
    display: none
}

.citywith_call .citylist-search {
    width: 100%;
    padding: 8px 16px 10px 40px;
    border: 1px solid #eee;
    border-radius: 8px;
    height: 48px;
    color: #373737;
    font-size: 16px!important;
    outline: 0!important;
    background: url("https://www.oneclickdrive.com/application/views/images/headericons/search_new_icon.svg?var=5") center left 12px/18px no-repeat #fafafa
}

.citywith_call .citylistnumber_wrap {
    list-style: none;
    margin: 0;
    padding: 0
}

.citywith_call .citylist_noresults {
    padding: 12px;
    text-align: center;
    display: none;
    margin: 0
}

.citywith_call .citylist-searchwrap {
    background: #fff;
    position: sticky;
    top: 0;
    padding: 16px 0;
    display: block;
    width: 100%
}

.cnt_endless h2,.contact_title h1 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    line-height: 40px
}

.contact_title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.cnt_subtitle,.findselctcity h2.catselection {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px
}

.lft_conmid {
    padding-right: 41px
}

.rgt_conmid p {
    font-size: 16px;
    line-height: 24px
}

.cnt_accordion .accordion-content {
    display: none;
    padding: 0 0 16px
}

.cnt_accordion .accordion-item {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #eee
}

.cnt_accordion .accordion-item .accordion-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #373737;
    line-height: 23px;
    position: relative;
    padding: 20px 60px 20px 0;
    cursor: pointer;
    letter-spacing: -.5px
}

.cnt_accordion .accordion-item .accordion-title:before {
    background: url(../images/cnt_plus.svg) center center/24px no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    content: "";
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: 250ms linear
}

.cnt_accordion .accordion-item.active .accordion-title:before {
    transition: 250ms linear;
    background: url(../images/cnt_minus.svg) center center/24px no-repeat;
    transform: translateY(-50%) rotate(180deg)
}

.cnt_accordion .accordion-content p {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px
}

.cnt_accordion .accordion-content p:last-child,.contact_faq .cnt_accordion .accordion-item:last-child {
    margin-bottom: 0
}

.cnt_accordion .accordion-content ul {
    display: inline-flex;
    gap: 16px
}

.cnt_social {
    display: inline-flex;
    gap: 32px
}

.cnt_accordion .accordion-content ul a,.cnt_social a {
    display: inline-block
}

.cnt_accordion .accordion-content ul a:hover img,.cnt_social a:hover img {
    filter: grayscale(1)
}

.contact_faq .cnt_accordion .accordion-item {
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 16px
}

.contact_faq .cnt_accordion .accordion-item .accordion-title {
    padding: 16px 60px 16px 16px
}

.contact_faq .cnt_accordion .accordion-content {
    padding: 16px;
    border-top: 1px solid #eee
}

.contact_faq .cnt_accordion .accordion-content a {
    color: #cc4700;
    text-decoration: underline;
    text-underline-offset: 4px
}

.contact_faq .cnt_accordion .accordion-content a:hover {
    color: #cc4700;
    text-decoration: none
}

.lft_conmid .roww {
    margin-left: -8px;
    margin-right: -8px
}

.lft_conmid .roww .col-md-12,.lft_conmid .roww .col-md-6 {
    padding-left: 8px;
    padding-right: 8px
}

.cnt_rprtissue {
    background: linear-gradient(90deg,#ffeacc 0,#fff8ef 100%);
    padding: 24px!important;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: calc(100% - 16px);
    margin-left: auto;
    margin-right: auto
}

.cnt_rprtissue h2 {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: 700
}

.cnt_rprtissue h2 span {
    font-size: 18px;
    line-height: 24px;
    color: #4d4d4d;
    font-weight: 400;
    margin-top: 8px;
    display: block
}

.cnt_rprtissue .cnt_btn {
    max-width: 260px;
    height: 48px
}

.cnt_endless {
    background: url("../images/end_bg.webp?v=1.2") bottom right/50% no-repeat #fafafa;
    border: 1px solid #ddd;
    border-radius: 16px;
    overflow: hidden;
    padding: 48px 30% 48px 48px;
    min-height: 264px;
    position: relative
}

.cnt_endless:before {
    position: absolute;
    content: "";
    background: url("../images/end_mob.webp?v=1.1") center bottom/contain no-repeat;
    width: 341px;
    height: 89%;
    bottom: 0;
    right: 10%
}

.cnt_endless p {
    font-weight: 400
}

.cnt_endless .end_logowrap {
    display: flex;
    align-items: center;
    gap: 16px
}

.cnt_endless .end_logowrap a img {
    transition: 250ms linear
}

.cnt_endless .end_logowrap a:hover img {
    opacity: .8
}

.cnt_buyrent {
    display: flex;
    align-items: center;
    max-width: 216px;
    height: 40px;
    background: #f3f3f3;
    border-radius: 32px;
    width: 100%;
    justify-content: center;
    padding: 4px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1
}

.cnt_buyrent .buyrent_link {
    background: 0 0;
    color: #595959;
    border-radius: 32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    height: 32px;
    padding: 6px 20px;
    cursor: pointer;
    text-align: center;
    letter-spacing: -.5px
}

.cnt_buyrent .buyrent_link:hover {
    background: #fff
}

.cnt_buyrent .buyrent_link.active {
    background: #cc4700;
    color: #fff
}

.cnt_tabbox .outside_close {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: block
}

.findselctcity h2.catselection {
    margin: 0!important
}

html .customInputContainer .customInput,html[lang=EN] .customInputContainer .customInput,html[lang=en] .customInputContainer .customInput {
    font-size: 24px;
    font-weight: 600;
    margin-left: 0!important
}

.findselctcity {
    margin-bottom: 48px;
    padding-left: 15px;
    padding-right: 15px;
    gap: 6px;
    margin-top: 0!important
}

.customInputContainer.show .options {
    box-shadow: 4px 4px 33px 0 #00000026;
    border-radius: 12px
}

.customInputContainer .options p {
    color: #000;
    font-weight: 600
}

.customInputContainer .custom-li {
    color: #000!important
}

.customInputContainer .devide-column ul li,.customInputContainer .options .searchInput {
    border-color: #eee
}

.customInputContainer input#searchInput {
    height: 44px
}

.cat-slid-car.cat-slid.brandslid .item:hover span {
    color: #4d4d4d!important
}

.carsec .brandslid .item {
    border: 1px solid transparent
}

.carsec .brandslid .item:hover {
    background: #fff;
    border-color: #cc4700
}

.seemobcar {
    min-height: 48px;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px
}

.seemobcar.carvu span:nth-child(2) {
    display: inline-block!important
}

.cartypemod .modal-body a,.cartypemod .modal-body a:hover {
    color: #fff!important
}

.cartypemod .modal-body a svg {
    fill: #fff
}

.cartypemod .close {
    cursor: pointer;
    text-align: right
}

.carsec .item.cat-item-mob.view-all-used-cars.d-block img {
    width: 50px;
    height: 50px;
    max-height: 50px;
    max-width: 50px;
    margin: 32px -12px 0 0
}

@media (min-width: 1200px) {
    .carsec .cat-slid .brnd-title {
        font-size:17px!important;
        font-weight: 700!important
    }

    .carsec .brnd-count {
        font-size: 14px!important
    }

    .carsec .brandslid .item {
        padding-top: 8px!important;
        padding-bottom: 16px!important
    }
}

@media screen and (max-width: 1200px) and (min-width:1120px) {
    .carsec picture {
        min-height:auto!important
    }
}

@media (max-width: 1200px) {
    .lft_conmid .col-md-6 {
        width:100%;
        max-width: 100%;
        flex: 100%
    }

    .carsec .brandslid .item {
        padding-bottom: 16px!important
    }

    .cnt_endless:before {
        width: 220px;
        right: 0
    }

    .cnt_endless {
        padding: 32px 30% 32px 32px;
        min-height: 220px
    }

    .cnt_endless .end_logowrap a img {
        width: 132px
    }

    .cnt_btn,.seemobcar {
        font-size: 14px;
        line-height: 14px
    }
}

@media (max-width: 1024px) {
    .findselctcity {
        margin-bottom:32px
    }

    .carsec .brandslid .item {
        min-height: 142px
    }
}

@media (max-width: 767px) {
    .lft_conmid,.rgt_conmid {
        padding-right:15px;
        max-width: 100%;
        flex: 100%;
        width: 100%;
        padding-bottom: 48px
    }

    .rgt_conmid {
        padding-bottom: 0
    }

    .cnt_endless h2,.contact_title h1 {
        font-size: 22px;
        line-height: 28px
    }

    .cnt_rprtissue h2,.cnt_subtitle,.findselctcity h2.catselection {
        font-size: 20px;
        line-height: 26px
    }

    .cnt_accordion .accordion-item .accordion-title,.cnt_endless .cnt_subtitle,.cnt_rprtissue h2 span,.contact_title p {
        font-size: 16px;
        line-height: 24px
    }

    .cnt_accordion .accordion-item .accordion-title {
        line-height: 22px
    }

    .cnt_rprtissue {
        flex-wrap: wrap
    }

    .cnt_rprtissue .cnt_btn {
        max-width: max-content;
        min-width: 160px
    }

    .citywith_call .citylist-items {
        min-width: calc(100vw - 30px)
    }

    .cnt_endless {
        padding: 24px 24px 100px;
        min-height: 290px;
        background-size: 100%!important;
        background: url("../images/end_bg_mob.webp") bottom -2px center no-repeat
    }

    .cnt_endless .end_logowrap {
        gap: 8px;
        margin-top: 24px;
        flex-wrap: wrap
    }

    .cnt_endless:before {
        width: 176px;
        height: 120px
    }

    .seemobcar {
        margin-bottom: 0
    }

    html .customInputContainer .customInput,html[lang=EN] .customInputContainer .customInput,html[lang=en] .customInputContainer .customInput {
        font-size: 20px
    }

    .cnt_buyrent {
        position: relative;
        right: 0;
        margin: 0 auto 32px
    }
}

@media (max-width: 376px) {
    .carsec .brandslid .item {
        min-height:142px
    }
}

#thankyou_box.active,.error-msg {
    display: block
}

#thankyou_box {
    display: none;
    transition: .3s;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 24px!important;
    text-align: center;
    margin-top: 32px
}

#thankyou_box img {
    width: 72px;
    height: 72px;
    object-fit: contain
}

#thankyou_box h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 16px 0 8px;
    color: #000;
    font-weight: 700
}

#thankyou_box p {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 16px
}

input.error,textarea.error {
    border-color: #dd2025!important
}

.error {
    border: 1px solid red!important
}

.error-msg {
    color: #dd2025;
    font-size: 13px;
    margin-top: 4px;
    position: absolute;
    left: 0;
    top: 100%
}

.lft_conmid:has(.error-msg:not(:empty)) .cs-select.mb-24,.lft_conmid:has(.error-msg:not(:empty)) .form-group.mb-24,.lft_conmid:has(.error-msg:not(:empty)) .form-group.mb-32 {
    margin-bottom: 40px
}

.no-results {
    color: #595959;
    text-transform: uppercase;
    font-size: 14px
}


.modal {
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}


body.popup-open {
    overflow: hidden
}

.driver-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    padding: 20px
}

.driver-popup-overlay.active {
    opacity: 1;
    visibility: visible
}

.driver-popup {
    background: #fff;
    width: 100%;
    max-width: 560px;
    border-radius: 16px;
    padding: 60px 30px 30px!important;
    text-align: center;
    position: relative;
    transform: translateY(20px) scale(.95);
    transition: .3s;
    box-shadow: 0 20px 60px rgba(0,0,0,.25)
}

.driver-popup-overlay.active .driver-popup {
    transform: translateY(0) scale(1)
}

.popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    border: none;
    background: 0 0;
    font-size: 26px;
    color: #999
}

.popup-close:hover {
    color: #000
}

.driver-popup h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #333
}

.popup-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg,#f7941d,#d35400);
    color: #fff;
    padding: 16px 20px;
    margin: 14px 0;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(247,148,29,.35);
    transition: transform .15s,box-shadow .15s
}

.popup-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(247,148,29,.45);
    color: #fff
}

.popup-btn:active {
    transform: scale(.98)
}

@media (max-width: 480px) {
    .driver-popup {
        padding:30px 20px
    }

    .driver-popup h2 {
        font-size: 18px
    }

    .popup-btn {
        font-size: 16px
    }
}

.popup-btn .icon {
    width: auto;
    border: none!important;
    box-shadow: none;
    padding: 0;
    font-size: 22px
}