.video-section .hero-banner-image {
    width: 100%;
    background-size: cover;
    background-position: 50%;
    max-height: 540px;
    height: 540px;
}

@media (min-width:1299px) {
    .tab-container .col-lg-10.col-md-12.col-sm-12.col-xs-12 {
        width: 91%
    }
}

.car-category-text {
    white-space: nowrap
}

.carview-mobile {
    display: none
}

@media (max-width:767px) {
    .carview-desk {
        display: none
    }
}

@media (max-width:767px) {
    .carview-mobile {
        display: block
    }

    .kirat {
        margin: auto;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 2px solid#7d7044;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .inr {
        width: 100% !important
    }

    .section {
        max-height: 390px !important;
        height: 390px !important
    }

    .itemsh {
        display: unset !important
    }
    .video-section .hero-banner-image {
    max-height: 390px;
    height: 390px;
}
}

.rounded-small {
    margin-left: 5px;
    border-radius: 5px
}

.section {
    background-color: #ef6324;
    background-size: cover;
    background-position: 50%;
    max-height: 540px;
    height: 540px
}

.color-shades-white {
    color: #fff;
    transition: color 0.3s ease
}

.color-shades-white:hover {
    color: orange
}

.home-page-bottom-search-btn {
    margin-right: 5px;
    height: 50px;
    max-height: 50px;
    background-color: rgba(0, 0, 0, .5);
    margin-bottom: 5px;
}

.bottom-search {
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    /* min-height: 15px; */
    max-height: 55px;
    padding: 1px;
    position: relative
}

.itemsh {
    display: none
}

.lux {
    color: #7d7044
}

.lux:hover {
    color: #7d7044
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.mbl-categories-sl .owl-item {
    height: 100px
}

@media (max-width:767px) {
    span.rich {
        display: none
    }

    .hide {
        display: none
    }
}

@media (min-width:768px) {
    span.hide-show {
        display: none
    }

    .show-new {
        display: none
    }
}

.modal.show .modal-dialog {
    top: 100px
}

.hide-show {
    text-align: center
}

.commingsoon-icon {
    animation: fadeInOut 3s ease-in-out infinite alternate
}

@keyframes fadeInOut {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.testimonial-slider .set-jant {
    height: 220px !important;
    margin-bottom: 15px;
}

.carview_image_div {
    min-height: 200px
}

.custom-dropdown {
    position: relative
}

.custom-dropdown-content {
    position: absolute;
    background-color: #fff;
    min-width: 174px;
    top: 234px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 0 10px 0;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.custom-item {
    margin-bottom: 10px
}

.custom-item a {
    text-decoration: none;
    color: #fff
}

.custom-buttons-bar {
    display: inline-block;
    position: relative
}

.custom-icon {
    margin-left: 5px
}

.custom-buttons-bar:hover+.custom-dropdown-content {
    display: block
}