﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


/*@font-face {
    font-family: Cairo;
    src: url(fonts/Cairo/Cairo-Black.ttf);
    font-display: swap;
}*/

/*@font-face {
    font-family: Cairo;
    src: url(fonts/Cairo/Cairo-Bold.ttf);
    font-display: swap;
}*/

 @font-face {
    font-family: Cairo-Regular;
    src: url(fonts/Cairo/Cairo-Regular.ttf);
    font-display: swap;
}
/*
@font-face {
    font-family: Cairo-SemiBold;
    src: url(fonts/Cairo/Cairo-SemiBold.ttf);
    font-display: swap;
} */
/*
@font-face {
    font-family: Inter;
    src: url(fonts/Inter/static/Inter-Black.ttf);
    font-display: swap;
}*/
/* @font-face {
    font-family: 'Inter-Bold';
    src: url(fonts/Inter/static/Inter-Bold.ttf);
    font-display: swap;
}*/
@font-face {
    font-family: Inter-SemiBold;
    src: url(fonts/Inter/static/Inter-SemiBold.ttf);
    font-display: swap;
} 
/* @font-face {
    font-family: Inter-Medium;
    src: url(fonts/Inter/static/Inter-Medium.ttf);
    font-display: swap;
} */

@font-face {
    font-family: Inter-Regular;
    src: url(fonts/Inter/static/Inter-Regular.ttf);
    font-display: swap;
}
/* @font-face {
    font-family: Inter;
    src: url(fonts/Inter/Inter-VariableFont_slnt,wght.ttf);
    font-display: swap;
} */

.Cairo-SemiBold {
    font-family: Cairo-Regular !important;
    font-weight: bold;
}
.ff-semiBold {
    font-family: Inter-SemiBold !important;
    font-style: normal;
    font-weight: 500;
}
.ff-regular {
    font-family: Inter-Regular !important;
    font-style: normal;
    font-weight: normal;
}
.ff-bold {
    font-family: Inter-Regular !important;
    font-style: normal;
    font-weight: bold;
}

.ff-medium {
    font-family: Inter-Regular !important;
    font-style: normal;
}
/*-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    direction: ltr;
    font-size: 16px;
}
body {
    /* Margin bottom by footer height */
    font-family: Inter-Regular !important;
    text-align: left;
}
h1,h2,h3,h4,h5,h6{
    font-weight: bold;
}
.vertical-line {
    height: 100%;
    width: 50%;
    border-right: 2px dashed #E5E9EB;
}
.modal {
    direction: ltr;
}
.btn-width {
    width: 170px !important;
    height: 44px !important;
}
.slick-wrapper {
    direction: ltr !important
}
.step {
    float: left !important;
}
.text-align-left {
    text-align: left !important;
}
.leftset {
    width: 50%;
    text-align: center;
    margin-left: 181px;
}
.services-card {
    text-align: left !important;
}
    .fs-home-main-title {
    font-size: 48px !important;
}

.fs-home-main-subtitle {
    font-size: 20px !important;
}

.fs-home-sell-title {
    font-size: 24px !important;
}

.fs-home-title {
    font-size: 34px !important;
}

.fs-home-subtitle {
    font-size: 16px !important;
}
.listing-fs-16 {
    font-size: 16px !important;
}
.service-fs-16 {
    font-size: 16px !important;
}
.filter-fs-16 {
    font-size: 16px !important;
}
.menu-fs-16 {
    font-size: 16px !important;
}
.menu-fs-14 {
    font-size: 14px !important;
}
.fs-10 {
    font-size: 10px !important
}
.fs-12 {
    font-size: 12px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-18 {
    font-size: 18px !important
}

.fs-20 {
    font-size: 20px !important
}

.fs-22 {
    font-size: 22px !important
}

.fs-24 {
    font-size: 24px !important
}

.fs-26 {
    font-size: 26px !important
}

.fs-28 {
    font-size: 28px !important
}

.fs-30 {
    font-size: 30px !important
}

.fs-32 {
    font-size: 32px !important
}

.fs-34 {
    font-size: 34px !important
}

.fs-36 {
    font-size: 36px !important
}

.fs-40 {
    font-size: 40px !important
}

.fs-42 {
    font-size: 42px !important
}

.fs-44 {
    font-size: 44px !important
}

.fs-48 {
    font-size: 48px !important
}
.show-room-message {
    font-size: 16px;
   
    padding-left: 15px;
    margin-top: 10px;
    padding-right: 15px;
}

.filter-head:after {
    background: url(../images/icons/chev-down-graybg.png) top right no-repeat;
    left: auto;
    right: 12px;
}
.filterLOGO {
    margin: 0 8px 0 0;
    width: 18px;
}

.step:not(:first-of-type) {
    margin-right: auto;
    margin-left: -25px;
}
.btn-filter-head {
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #dde5eb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    text-align: left;
    color: #111;
    white-space: nowrap;
    min-width: 80px;
    /* margin-left:15px;*/
}
.min-width-filter-head {
    min-width: 150px !important;
}
.btn-filter-head-drop-down {
    display: block;
    width: 100%;
    background-color: #fff;
    background-image: url('../images/caretdown.svg');
    background-repeat: no-repeat;
    background-position: right .75rem center;
    /* background-size: 16px 12px;*/
}
.btn-filter-head-active {
    border: 1px solid #2B9EBA !important;
    color: #2B9EBA !important;
}
.btn-filter-head-drop-down-active {
    background-image: url('../images/caretdown_blue.svg') !important;
}

#divFilterTag ul li {
    background: #F2F4F5;
    border-radius: 100px;
    padding: 9px 32px 9px 16px;
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
/* Style the close button (span) */
#divFilterTag .close {
    cursor: pointer;
    background-image: url(../images/icons/XCircle.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
}
    .btn-filter-head.dropdown-toggle::after {
        right: 14px;
        top: 44%;
        position: absolute;
    }
.step {
    padding-top: 8px;
    padding-bottom: 8px;
    float: left;
}
.accordion-faq h2 .btn-link {
    text-align: left;
    font-size: 1rem;
    padding-left: 15px;
    padding-right: 35px;
}

.dz-message {
    margin: 40px 15px 15px 15px;
    max-width: 200px;
    text-align: center;
    color: #1d98b5;
}

.bdrrs-left {
    border-radius: 8px 0px 0px 8px !important;
}

.bdrrs-right {
    border-radius: 0px 8px 8px 0px !important;
}
.slick-prev {
    left: -60px !important;
}

.slick-next {
    right: -60px !important;
}

.phone-img-cardetail {
    transform: rotate( 100deg) !important;
}

.item-sold {
    left: auto;
    right: 15%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.chev-right {
    transform: rotate( 180deg);
}

.pd-listing-15 {
    padding-left: 15px;
}
.SocialImage {
    margin-right: 145px;
}

.phoneImage-dealer {
    width: 20px;
    height: 20px;
    transform: rotate(0);
}
.phoneImage {
    transform: rotate(90deg);
}
.btn-page-nav-next {
    right: 0;
    transform: rotate( -180deg);
}
.card-title {
    line-height: 20px;
}
.car-card-inspected {
    position: absolute !important;
    bottom: 16px !important;
    right: -9px !important;
}

.car-card-dealerlogo {
    position: absolute !important;
    bottom: 16px !important;
    right: 6px !important;
}
.btn-language {
    box-sizing: border-box;
    flex-grow: 0;
    border-radius: 100px;
    border: solid 1px #e5e9eb;
    padding-right: 15px !important;
}
.btn-language-mobile {
    box-sizing: border-box;
    flex-grow: 0;
    border-radius: 8px;
    border: solid 1px #e5e9eb;
}
h5 {
    line-height: 1.5rem !important;
}
.ml-10 {
    margin-left: 10px;
}
.mr-inspected {
    margin-right: 30px;
}
.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.slick-track {
    position: relative;
    top: 6px !important;
    left: 6px !important;
    display: flex !important;
    margin-left: auto;
    margin-right: auto;
}

.listing-sortby {
    background-color: #F7F9FA;
    border-radius: 8px;
    border: 0 !important;
    /*width: 60%;*/
    padding: 6px 2px 6px 20px;
}
.bcrumb li:not(:last-child):after {
    content: url(../images/icons/chevron-right.svg);
    margin: 0px 0px 0px 10px;
    position: relative;
    bottom: -3px;
}
.bcrumb_new_header li:not(:last-child):after {
    content: url(../images/icons/chevron-right.svg);
    margin: 0px 0px 0px 10px;
    position: relative;
    bottom: -3px;
}
.bcrumb_service li:not(:last-child):after {
    content: url(../images/icons/chevron-right.svg);
    margin: 0px 0px 0px 10px;
    position: relative;
    bottom: -3px;
}
.bcrumb_how_it_works li:not(:last-child):after {
    content: url(../images/icons/chevron-right.svg);
    margin: 0px 0px 0px 10px;
    position: relative;
    bottom: -3px;
}
.feature-cars-year {
    flex-grow: 0;
    padding: 4px 12px;
    border-radius: 4px;
    background-color: #F2F4F5;
}
.fav-icon {
    position: absolute;
    right: 16px;
    top: 16px;
   
}
.pricebadge-icon {
    position: relative;
    top: -22px;
    right: 16px;
}
.badge-icon {
    position: absolute;
    left: 16px;
    top: 16px;
}
.Premium-badge {
    position: absolute;
    right: -7px;
    top: 18px;
}
.imagecount-icon {
    position: relative;
    top: -40px;
    padding: 0px 16px;
}
.listing-pricebadge-icon {
    position: relative;
    top: 16px;
}
.imgcam-icon {
    background: rgba(246, 247, 248, 0.7);
    padding: 0px 8px;
    border-radius: 4px;
    margin-right: 1px;
    height: 24px;
}
.imgcam-icon-bdr {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}
.img360-icon {
    background: rgba(246, 247, 248, 0.7);
    padding: 0px 8px;
    border-radius: 4px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    height: 24px;
}

#slick_Similar_car .slick-slide {
    /*margin-right: 1.5rem !important;*/
    max-width: 300px !important;
    min-width: 300px !important;
}

#slick_Similar_car .card {
    border-radius: 16px !important;
    max-width: 295px !important;
    min-width: 295px !important;
}

#slick_Similar_car .card-img-top {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    object-fit: cover !important;
    height: 150px !important;
}
#slick_Similar_car .card-body {
    /* border-radius: 16px !important;*/
    max-width: 290px !important;
    min-width: 290px !important;
    
    padding: 10px 10px !important;
}
@media (max-width: 499.98px) {
    .slick-prev {
        left: -20px !important;
    }

    .slick-next {
        right: -15px !important;
    }
}

@media (max-width:992px) {
    html {
        font-size:12px;
    }
        .bcrumb_new_header .list-inline-item:not(:last-child) {
        margin-right: 0px !important;
    }
    .listing-sortby {
        padding: 6px 2px 6px 15px;
    }
    .webview-only {
        display: none !important;
    }
    .ml-10 {
        margin-left: 0px;
    }
    .btn-filter-head {
        padding: 8px 8px;
        margin-left: 0px;
    }
    .min-width-filter-head {
        min-width: 130px !important;
    }
    .Inspected-checkbox-motorgy label {
        padding: 8px;
    }
    .mr-inspected{
        margin-right:6px;
    }
    .btn-language {
        box-sizing: border-box;
        flex-grow: 0;
        border-radius: 100px;
        border: solid 1px #e5e9eb;
        padding-left: 10px !important;
        text-align: left !important;
        width: 110px;
    }
    .btn-language-mobile {
        box-sizing: border-box;
        flex-grow: 0;
        border: solid 1px #e5e9eb;
        text-align: center !important;
        width: 80px;
    }
    .slick-prev {
        left: -20px !important;
    }

    .slick-next {
        right: -15px !important;
    }
    .mr-20 {
        margin-right: 10px !important;
    }
    .mr-30 {
        margin-right: 15px !important;
    }

    .mr-60 {
        margin-right: 30px !important;
    }

    .fs-home-main-title {
        font-size: 24px !important;
    }

    .fs-home-main-subtitle {
        font-size: 14px !important;
        line-height: 24px;
        width: 70% !important;
        margin: 0 auto !important;
    }

    .fs-home-sell-title {
        font-size: 16px !important;
    }

    .fs-home-title {
        font-size: 16px !important;
    }

    .fs-home-subtitle {
        font-size: 12px !important;
    }

    .btn-width {
        width: 130px !important;
        height: 38px !important;
    }
    .listing-fs-16 {
        font-size: 14px !important;
    }
    .service-fs-16 {
        font-size: 12px !important;
    }

    .filter-fs-16 {
        font-size: 14px !important;
    }
    .menu-fs-16 {
        font-size: 16px !important;
    }
    .menu-fs-14 {
        font-size: 14px !important;
    }
    .fs-14 {
        font-size: 12px !important;
    }

    .fs-16 {
        font-size: 14px !important;
    }

    .fs-18 {
        font-size: 16px !important;
    }

    .fs-20 {
        font-size: 16px !important;
    }

    .fs-24 {
        font-size: 20px !important;
    }
    .fs-28 {
        font-size: 22px !important
    }
    .fs-30 {
        font-size: 24px !important
    }
    .fs-32 {
        font-size: 24px !important;
    }

    .fs-36 {
        font-size: 24px !important;
    }
    .mob-order-1 {
        order: 1 !important;
    }

    .mob-order-0 {
        order: 0 !important;
        display:none !important;
    }
}

@media (min-width: 992px) {
  
    .mobiview-only {
        display: none !important;
    }
}


.btn.btn-language{
    font-family: system-ui;
}

/*.Inspected-checkbox-motorgy input[type=checkbox]:checked + label {
    border: 1px solid #2B9EBA;
    box-sizing: border-box;
    color: #2B9EBA;
    background-image: url('../images/icons/Close_Blue.svg');
    background-repeat: no-repeat;
    background-position: right 8px center;
}*/

#div_FiltersList .form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-right: 16px;
}