@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

:root {
    --bs-custom-black: #3D4449;
    --bs-custom-white: #FBFBFB;
    --primary-color: #18B2D3;
    --secondary-color: #7BCFE1;
    --cream-color: #F6C9B3;
    --light-color: #E4EFF2;
    --primary-font: "poppins";
    --secondary-font: "poppins";
    --sora-font: "Sora", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--sora-font) !important;
}

dl,
ol,
ul {
    margin: 0 !important;
    padding: 0 !important;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

.py-40 {
    padding: 40px 0;
}

.custom-btn {
    background-color: var(--secondary-color);
    text-decoration: none;
    border: none;
    color: var(--bs-custom-white) !important;
    border-radius: 20px;
    padding: 12px 40px;
    font-weight: 500;
    transition: all 0.2s;
}

.custom-btn:hover {
    box-shadow: 0px 10px 30px 4px rgba(24, 178, 211, 0.3);
}

.custom-dark-btn {
    background-color: var(--bs-custom-black);
    text-decoration: none;
    border: none;
    color: var(--bs-custom-white) !important;
    border-radius: 20px;
    padding: 12px 40px;
    font-weight: 500;
    transition: all 0.2s;
}

.custom-heading {
    color: var(--bs-custom-black);
    font-family: var(--sora-font);
    font-weight: 700;
    text-align: center;
}

.city-black-bg .custom-heading {
    color: var(--bs-custom-white);
}

.custom-heading span {
    color: var(--primary-color);
}

.custom-input {
    border-radius: 20px;
    width: 100%;
    outline: none;
    padding: 18px;
    border: 1px solid var(--bs-custom-black);
    font-weight: 700;
    color: var(--bs-custom-black);
    font-size: 20px;
}

.bg-blue {
    background-color: var(--secondary-color) !important;
}

.bg-custome-black {
    background-color: var(--bs-custom-black);
    padding: 16px;
    border-radius: 20px;
}

.custom-heading-2 {
    display: flex;
    flex-wrap: wrap;
    height: 5px;
}

.custom-heading-2-text {
    color: var(--primary-color);
    font-size: 20px;
    width: fit-content !important;
    line-height: 34px !important;
}

.custom-image-heading::after {
    content: none !important;
}

.custom-image-heading {
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
    background-repeat: no-repeat;
}

.custom-image-heading h2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--bs-custom-black);
}

.breadcrumb {
    align-items: center;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '\F280' !important;
    font-family: 'bootstrap-icons' !important;
    font-weight: bolder;
    line-height: 2;
}

.breadcrumb-item {
    padding: 5px 10px;
    font-weight: 700;
    padding-right: 0 !important;
}

.breadcrumb-item.active {
    color: var(--bs-custom-black);
}

.breadcrumb-item.active a {
    vertical-align: sub;
}

.breadcrumb-notActive {
    display: inline-block;
    background-color: var(--secondary-color);
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 2px rgba(24, 178, 211, 0.3);
    color: #fff !important;
}

.progress {
    height: 10px !important;
    background-color: #e6e6e6 !important;
}

.progress .progress-bar {
    background-color: var(--primary-color) !important;
}

/* Slick Slider */

.slick-list {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
}

.slick-next {
    right: 20px;
}

.slick-prev {
    left: 20px;
}

.slick-next:before,
.slick-prev:before {
    font-size: 40px
}

/* .slick-arrow {
    display: none !important;
} */

.slick-arrow:before {
    font-size: 18px;
}

.slick-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.slick-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.slick-prev,
.slick-next {
    background-color: rgba(0, 0, 0, .4);
    border: none;
    border-radius: 50%;
    margin: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 2.2;
    text-align: center;
    transition: all 0.5s;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #000;
}

/* Navbar */
.navbar-main {
    padding: 20px 0 !important;
    background: linear-gradient(45deg, #D1EDF3 0%, #FAEBE3 100%);
    backdrop-filter: blur(50px);
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    position: fixed;
    z-index: 999;
}

.navbar-collapse {
    padding-left: 20px;
}

.active-menu {
    color: var(--primary-color);
}

.navbar-nav {
    color: var(--bs-custom-black);
    font-weight: 400;
    font-family: var(--sora-font);
}

.navbar .dropdown-menu.show {
    display: flex;
    padding: 5px !important;
    border-radius: 15px;
}

.navbar .dropdown-menu.show .dropdown-item.active,
.navbar .dropdown-menu.show .dropdown-item:focus {
    border-radius: 10px;
    background-color: var(--secondary-color);
    color: var(--bs-custom-white) !important;
}

.nav-item:hover .nav-link {
    color: var(--primary-color) !important;
}

/* Hero Section */

.hero-section-custom-heading {
    font-size: 60px;
    font-family: var(--sora-font);
    font-weight: bold;
    color: var(--bs-custom-black);
    position: relative;
    z-index: 2;
}

.hero-section-custom-heading span {
    color: #18B2D3;
}

.hero-section-main {
    position: relative;
    height: auto;
}

.hero-section-content-main {
    position: relative;
    z-index: 1;
    padding-top: 50px;
}

.grdiyant-color {
    width: 100%;
    height: 37%;
    background: linear-gradient(90deg, #7BCFE1 0%, #F6C9B3 100%);
    opacity: 0.5;
}

.solid-color {
    top: 37%;
    width: 100%;
    height: 63%;
    background: #E1E1E1;
    opacity: 0.5;
    margin-bottom: 50px;
}

.hero-section-main::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(228, 239, 242, 0.01);
    backdrop-filter: blur(500px);
}

.hero-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.hero-car-bg-box {
    margin-top: -5%;
}

.hero-car-bg {
    width: 100%;
    position: relative;
    z-index: 2;
}

/* .hero-car-bg {
    position: absolute;
    top: 15%;
    left: 60%;
    z-index: 3;
    transform: translateX(-50%);
    width: 55%;
} */

.hero-bg-right-side-line {
    width: 40%;
    position: absolute;
    top: -8%;
    right: 0;
    z-index: 1;
}

.hero-bg-right-left-line {
    position: absolute;
    bottom: 17%;
    left: 0;
    z-index: 2;
    max-width: 600px;
}

.hero-section-input-wrapper {
    border-radius: 40px;
    background-color: var(--bs-custom-white);
    padding: 30px;
    z-index: 3;
    position: relative;
}

.hero-section-content-box-wapper {
    position: relative;
    z-index: 3;
}

.hero-section-content-single-box {
    border: 2px solid var(--secondary-color);
    border-radius: 60px;
    padding: 20px 20px;
    background-color: var(--bs-custom-white);
}

.hero-section-content-single-box h5 {
    color: var(--bs-custom-black);
    font-weight: 600;
    font-family: var(--sora-font);
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
}

.custom-round-box {
    background-color: var(--secondary-color);
    border-radius: 20px;
    padding: 10px;
    width: 60px;
    margin: 0 auto;
    box-shadow: 0px 10px 30px 4px rgba(24, 178, 211, 0.3);
}

.custom-round-box img {
    width: 100%;
    object-fit: cover;
}

.hero-section-bottom-design {
    position: absolute;
    bottom: 8%;
    left: 0;
    background: linear-gradient(90deg, #7BCFE1 0%, #F6C9B3 100%);
    z-index: 2;
    padding: 25px 0;
    width: 100%;
}

/* top-features-main-box */
.top-features-single-inner-box {
    background-color: var(--light-color);
    border-radius: 20px;
    width: 80px;
    padding: 10px;
    margin: 0 auto;
}

.top-features-wrapper {
    z-index: 3;
    padding: 10px;
}

.top-features-single-inner-box img {
    width: 100%;
    height: 100%;
}

.top-features-single-box h6 {
    color: var(--bs-custom-black);
    font-weight: 600;
    font-family: var(--sora-font);
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
}

.top-features-bg-img {
    position: absolute;
    top: 0;
    left: -9%;
    right: -9%;
    z-index: -1;

}

.top-features-bg-img img {
    width: 100%;
}

/* trending-new-cars-main-section */
.trending-new-cars-main-section {
    background-color: var(--light-color);
}

.single-box-design {
    background-color: var(--bs-custom-white);
    border-radius: 40px;
    padding: 30px;
    color: var(--bs-custom-black);
    height: 100%;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single-box-design img {
    width: 100%;
    /* height: 100%; */
    /* max-height: 100px; */
    object-fit: cover;
}

.blue-box-design {
    border-radius: 10px;
    background-color: var(--light-color);
    padding: 10px;
    height: auto;
}

.blue-box-design img {
    width: 50%;
    height: auto !important;
}

.blue-box-design h6 {
    font-size: 12px;
    color: var(--primary-color);
}

canvas {
    border: 1px solid #ccc;
}

.animated-line-svg {
    position: absolute;
    width: 100%;
    top: -8%;
}

.wave {
    stroke: url(#gradient);
    stroke-width: 2;
    fill: none;
    stroke-dasharray: 5, 5;
    animation: animateStroke 5s linear infinite;
}

@keyframes animateStroke {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 100;
    }
}

.custom-divider {
    width: 100%;
    height: 5px;
    background-color: var(--bs-custom-white);
    margin: 40px 0;
}

.single-hover-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    text-align: center;
    background-color: var(--bs-custom-black);
    /* border-radius: 60px; */
    opacity: 0;
    transition: all 0.5s;
}

.single-box-hover-btn {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    padding: 12px 30px;
    opacity: 0;
    transition: all 0.5s;
}

.single-box-design:hover .single-box-hover-btn {
    top: 50%;
    opacity: 1;
}

.single-box-design:hover .single-hover-box {
    opacity: 0.40;
}

/* fuel-price-main-section */
.fuel-price-main-section {
    background-image: url('../images/city-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.fuel-price-single-box-design {
    padding: 20px;
    background-color: var(--light-color);
    border-radius: 60px;
    text-align: center;
}

.fuel-price-single-img-box-design {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--bs-custom-white);
    margin: 0 auto;
    padding: 8%;
}

.fuel-price-single-img-box-design h4 {
    color: var(--bs-custom-black);
    font-size: 24px;
}

.exclusive-services-single-box {
    background-color: var(--light-color);
    border-radius: 120px;
    padding: 20px;
    border: 1px solid var(--secondary-color);
}

.exclusive-services-single-box img {
    border-radius: 50%;
}

.exclusive-services-content-box {
    padding: 20px 25px;
}

.exclusive-services-content-box h4 {
    display: flex;
    align-items: center;
    color: var(--secondary-color);
    font-size: 30px;
    font-weight: 400;
    font-family: var(--sora-font);
}

.exclusive-services-content-box p {
    color: var(--bs-custom-black);
    font-size: 24px;
    font-family: var(--sora-font);
    line-height: 24px;
}

.blue-line-design {
    width: 60px;
    height: 4px;
    background-color: var(--secondary-color);
    margin-left: 10px;
}

.custom-rounded {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0 !important;
    font-size: 24px;
}

/* download-app-main-section */
.download-app-main-section {
    background-color: var(--primary-color);
    border-radius: 40px;
    padding: 40px !important;
}

.custom-heading-new {
    text-align: start !important;
}

.custom-heading-new span {
    color: var(--bs-custom-white);
}

.download-app-main-section h6 {
    font-size: 24px;
    color: var(--bs-custom-white);
}

.download-app-main-section p {
    font-size: 17px;
    color: var(--bs-custom-white);
}

.download-app-main-section hr {
    border-top: 2px solid var(--bs-custom-white);
    opacity: 1;
}

.app-btn-box {
    background-color: var(--bs-custom-white);
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.app-btn-box p {
    margin: 0;
    display: inline-block;
    font-size: 30px;
    color: var(--primary-color);
}

.app-btn-box-content {
    margin-left: 10px;
    border-left: 2px solid var(--primary-color);
    padding-left: 10px;
}

.app-btn-box-content h6,
.app-btn-box-content h5 {
    color: var(--bs-custom-black) !important;
}


.app-btn-box-content h6 {
    font-size: 12px;
    font-weight: 500;
}

.app-btn-box-content h5 {
    font-size: 14px;
    font-weight: 500;
}

.app-btn-box:hover h5,
.app-btn-box:hover h6 {
    color: var(--primary-color) !important;
}

/* special-offers-for-you */
.special-offers-for-you {
    background-color: var(--light-color);
    padding: 40px;
}

.special-offer-wrapper .single-box-design h4 {
    color: var(--primary-color);
    display: block;
}

.special-offer-border-box {
    border: 1px solid var(--bs-custom-black);
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    color: var(--bs-custom-black);
    font-size: 16px;
    font-weight: 500;
}

.special-offer-wrapper-img {
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    border-radius: 50%;
}

.special-offer-box-design {
    padding-top: 25%;
}

.special-offer-box-design img {
    object-fit: cover;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

/* selling-car-section */
.selling-car-section {
    background-image: url('../images/city-bg-with-bg-color.png');
    padding: 40px !important;
    border-radius: 40px;
    margin-bottom: 40px;
    padding-right: 0 !important;
}

.selling-car-section h3 {
    color: var(--bs-custom-black);
    font-size: 40px;
}

.selling-car-section h4 {
    color: var(--bs-custom-white);
    font-size: 24px;
    margin-bottom: 35px;
}

/* Selling Car Bg */
.selling-car-top-bg {
    position: absolute;
}

.selling-car-bottom-bg {
    position: absolute;
    z-index: 5;
}

.selling-car-car-bg {
    position: absolute;
    top: calc(-25% + -40px);
    right: -5%;
}

.selling-car-top-bg {
    position: absolute;
    top: 0%;
    left: 12%;
    z-index: -1;
}

.selling-car-bottom-bg {
    position: absolute;
    bottom: 0%;
    left: 0%;
    z-index: -1;
}


/* Car Info Page Style */

.car_info_main_section,
.bike_info_main_section {
    background-image: url('../images/car_info_main_bg.png');
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bike_info_main_section {
    background-image: url('../images//bike_info_main_bg.png');
}

.car_info_main_bg_overlay,
.bike_info_main_bg_overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.4;
    z-index: 1;
}

.car_info_main_section_content,
.bike_info_main_section_content {
    z-index: 2;
}

.car_info_main_section h2,
.bike_info_main_section h2 {
    color: var(--bs-custom-white);
}

.input-hero-section-input-wrapper {
    background-color: transparent;
    backdrop-filter: blur(5px);
    border: 1px solid var(--bs-custom-white);
}

.car-brand-single-box-wrapper svg path {
    fill: var(--primary-color);
}

.car-brand-single-box {
    padding: 10px;
    width: 12.5%;
}

.car-brand-single-box-wrapper {
    width: 100%;
    height: 100%;
    background-color: var(--light-color);
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.car-brand-single-box-wrapper p {
    margin: 0 !important;
    padding-top: 15px;
}

.car-brand-single-box-wrapper:hover {
    background-color: var(--secondary-color);
    color: var(--bs-custom-white);
}

.car-brand-single-box-wrapper:hover svg path {
    fill: var(--bs-custom-white);
}

/* Browse Price */

.city-black-bg {
    background-image: url('../images/city-black-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.priceTabs .nav-link {
    color: var(--bs-custom-black) !important;
    border: 1px solid var(--bs-custom-black);
    border-radius: 10px;
    margin: 0 5px;
}

.city-black-bg .priceTabs .nav-link {
    color: var(--bs-custom-white) !important;
    border: 1px solid var(--bs-custom-white);
}

.priceTabs .nav-link.active {
    color: var(--bs-custom-white) !important;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color);
}

.priceTabs .nav-pills::-webkit-scrollbar {
    display: none;
}

/* stories */

.stories {
    padding-bottom: 100px;
}

.stories .slider-main {
    background-color: var(--light-color);
    border-radius: 40px;
    padding: 20px;
}

.stories .stories-category {
    padding: 5px 20px;
    background-color: var(--primary-color);
    border-radius: 10px;
}

.stories h3 {
    font-size: 29px;
    font-weight: 500;
    margin-top: 15px;
}

.stories p {
    color: #808080;
    line-height: 1.4;
}

.stories .stories {
    width: 100%;
    position: relative;
    height: 100vh;
}

.stories .slick-arrow {
    width: unset;
    height: unset;
}

.stories .slick-next,
.stories .slick-prev {
    border-radius: 10px;
    background-color: var(--bs-custom-black);
    padding: 0px 20px;
    font-size: 15px;
    margin: 0;
}

.stories .slick-next {
    margin-right: 10px;
}

.stories .slick-prev {
    margin-left: 10px;
}

.stories-input {
    padding: 10px;
    border-radius: 10px;
}

.stories-input .custom-input {
    padding: 6px;
    border-radius: 10px;
    font-size: 16px;
}

.stories-input .custom-btn {
    border-radius: 10px;
}

.stories-category-list {
    position: absolute;
    top: -10%;
}

.stories-category-list .nav-link {
    border-color: var(--bs-custom-white);
    color: var(--bs-custom-white) !important;
}

.stories-box-design {
    padding: 20px;
}

.stories-img-wrapper img {
    border-radius: 25px;
}

.stories-box-design h5 {
    font-size: 14px !important;
    font-weight: 600;
    text-align: center;
}

.stories-box-design h6 {
    font-size: 12px !important;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 0 !important;
}

/* Car Insurance */
.car-insurance-hero-section {
    height: 450px;
    background: linear-gradient(90deg, #7bcfe180 0%, #f6c9b380 100%);
}

.car-insurance-hero-section .grdiyant-color {
    height: 100%;
}

.car-insurance-hero-section .hero-section-input-wrapper {
    padding: 20px;
    border-radius: 25px;
    border: 1px solid var(--secondary-color);
}

.car-insurance-hero-section .hero-section-input-wrapper .custom-input {
    padding: 15px;
}

.car-insurance-hero-section .hero-section-input-wrapper .custom-btn {
    padding: 6px 40px;
}

.car-insurance-hero-section .hero-bg-right-side-line {
    width: auto;
    height: 95%;
    object-fit: contain;
    top: 0%;
    padding-right: 0;
}

.car-insurance-hero-section .hero-bg-right-side-svg {
    width: 26%;
    height: auto;
    top: 20%;
    right: 6%;
}

/* footer */
.footer-main {
    background-color: var(--light-color);
    /* padding-top: 5%; */
    padding-bottom: 20px;
}

.footer-heading {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.footer-list-single-box {
    padding: 0 20px;
}

.footer-dividor {
    display: flex;
    flex-wrap: wrap;
    height: 5px;
}

.footer-dark-line {
    background-color: var(--bs-custom-black);
    height: 100%;
    border-radius: 10px;
}

.footer-light-line {
    background-color: var(--primary-color);
    height: 100%;
    border-radius: 10px;
}

.footer-list-inner-ul {
    list-style-type: none;
    font-size: 18px;
    font-weight: 600;
}

.footer-list-inner-ul li {
    cursor: pointer;
    transition: all 0.3s;
}

.footer-list-inner-ul li:hover {
    color: var(--primary-color);
}

.footer-last-section-download-single-box {
    background-color: var(--bs-custom-black) !important;
    box-shadow: 0px 10px 18px 4px var(--bs-custom-black);
}

.footer-last-section-download-single-box .app-btn-box-content h6,
.footer-last-section-download-single-box .app-btn-box-content h5 {
    color: var(--bs-custom-white) !important;
    transition: all 0.3s;
}

.footer-last-section-download-single-box:hover h6,
.footer-last-section-download-single-box:hover h5 {
    color: var(--primary-color) !important;
}

.footer-content-wrapper h4 {
    color: var(--primary-color) !important;
}

.conect-with-us-icon-box {
    height: 100%;
    border-radius: 10px;
    padding: 5px;
    background-color: var(--bs-custom-black);
    text-align: center;
    cursor: pointer;
}

.conect-with-us-icon-box span {
    color: var(--secondary-color);
    font-size: 22px;
}

.conect-with-us-icon-box svg {
    margin: 0 auto;
}

.blue-line-design-2 {
    background-color: var(--primary-color);
    border-radius: 30px;
    height: 4px;
}

.dark-line-design-2 {
    background-color: var(--bs-custom-black);
    border-radius: 30px;
    height: 4px;
}

.bottom-footer-design {
    padding-top: 30px;
}

.bottom-footer-content p {
    margin: 0 !important;
}

.bottom-footer-contect-info {
    background-color: var(--bs-custom-black);
    padding: 10px;
    border-radius: 10px;
}

.bottom-footer-contect-info p {
    color: var(--bs-custom-white);
}

.bottom-footer-contect-info p span {
    color: var(--primary-color);
    padding-right: 10px;
}

.bottom-footer-text p {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--sora-font);
}

.footer-input {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100% !important;
    padding: 20px !important;
    top: -4%;
}

.footer-input input {
    padding: 10px !important;
}



@media (max-width:1199px) {

    .special-offer-responsive {
        padding-top: 100px;
    }

    .special-offer-wrapper-img {
        top: -36%;
    }

    .selling-car-car-bgImage {
        height: 410px !important;
        width: auto !important;
    }

    .stories-category-list {
        top: -5%;
    }
}

@media (max-width:991px) {

    .special-offer-box-design,
    .special-offer-wrapper-img {
        padding-top: 0 !important;
    }

    .special-offer-box-design {
        position: relative !important;
    }

    .special-offer-wrapper-img {
        position: relative !important;
        top: 0 !important;
    }

    .special-offer-responsive {
        padding-top: 20px;
    }

    .special-offer-wrapper {
        padding-top: 0% !important;
    }

    .car-brand-single-box {
        width: 25% !important;
    }

    .stories-category-list {
        top: -6%;
    }
}

@media (max-width:576px) {
    h1 {
        font-size: 22px !important;
    }

    h5 {
        font-size: 16px !important;
    }

    h6 {
        font-size: 10px !important;
    }

    .exclusive-services-single-box .exclusive-services-single-box-content h4 {
        font-size: 20px;
    }

    .exclusive-services-single-box .exclusive-services-single-box-content p {
        font-size: 17px;
    }

    .car-brand-single-box {
        padding: 5px !important;
        width: 50% !important;
    }

    .stories .slick-prev {
        margin-left: 1px;
        top: 43%;
    }

    .stories .slick-next {
        margin-right: 1px;
        top: 43%;
    }

    .footer-input {
        width: 100% !important;
    }

    .stories-category-list {
        top: -2.5%;
    }

    .vehicle-details-main .hero-bg-right-side-line {
        height: 78%;
    }
}

@media (max-width: 421px) {
    .exclusive-services-single-box {
        flex-direction: column;
    }

    .exclusive-services-content-box {
        padding: 20px 0;
    }

    .exclusive-services-single-box .exclusive-services-single-box-image {
        width: 40% !important;
    }

    .exclusive-services-single-box .exclusive-services-single-box-content {
        width: 80% !important;
    }

    .vehicle-details-main .search-input {
        display: block !important;
    }

    .vehicle-details-main .Q-wrapper {
        margin-right: auto !important;
        height: 80px !important;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .vehicle-details-main-box .owner-details-number {
        width: 100% !important;
    }
}

@media (min-width:576px) and (max-width:767px) {
    h1 {
        font-size: 26px !important;
    }

    h5 {
        font-size: 20px !important;
    }

    h6 {
        font-size: 16px !important;
    }

    .footer-input {
        width: 80% !important;
        top: -4%;
    }

    .stories .slick-prev {
        margin-left: 1px;
        left: 1%;
    }

    .stories-category-list {
        top: -2.5%;
    }

    .vehicle-details-main .hero-bg-right-side-line {
        height: 80%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    h1 {
        font-size: 30px !important;
    }

    h5 {
        font-size: 20px !important;
    }

    h6 {
        font-size: 16px !important;
    }

    .footer-input {
        width: 60% !important;
        top: -7%;
    }

    .animated-line-svg {
        top: 10%;
    }
}

@media (min-width:992px) {
    .animated-line-svg {
        top: 10%;
    }

    .selling-car-top-bg {
        left: 15%;
    }

    .footer-input {
        width: 50% !important;
        top: -9%;
    }

    .car-insurance-hero-section .hero-bg-right-side-line {
        /* width: 50%; */
        height: 95%;
        object-fit: contain;
    }

    .car-insurance-hero-section .hero-bg-right-side-svg {
        width: 33%;
        height: auto;
    }


    .vehicle-details-main-box .vehicle-details-title-box {
        order: 1;
        margin-top: 16px;
    }

    .vehicle-details-main-box .vehicle-details-img-section {
        order: 2;
    }

}

@media (min-width:1100px) {
    .animated-line-svg {
        top: 8%;
    }
}

@media (min-width:1200px) {
    .animated-line-svg {
        top: 0%;
    }

    .special-offer-responsive {
        padding-top: 20px;
    }

    .car-insurance-hero-section .hero-bg-right-side-line {
        /* width: 40%; */
        height: 95%;
        object-fit: contain;
    }

    .car-insurance-hero-section .hero-bg-right-side-svg {
        width: 26%;
        height: auto;
    }
}

@media (min-width:1200px) {

    .selling-car-car-bgImage {
        height: 410px !important;
        width: auto !important;
    }

    .special-offer-wrapper {
        padding-top: 4%;
    }
}

@media (min-width:1400px) {

    .selling-car-car-bgImage {
        height: 360px !important;
    }

    .selling-car-top-bg {
        left: 12%;
    }

    .car-insurance-hero-section .hero-bg-right-side-line {
        /* width: 22%; */
        height: 95%;
        object-fit: contain;
    }

    .car-insurance-hero-section .hero-bg-right-side-svg {
        width: 12%;
        height: auto;
    }
}

/* select-insurance-single-box */
.select-insurance-single-box {
    border: 1px solid var(--secondary-color);
    border-radius: 40px;
    padding: 20px;
}

.select-insurance-single-box-content-wrapper {
    background-color: var(--primary-color);
    border-radius: 20px;
    padding: 20px;
}

.select-insurance-single-box-content-wrapper {
    color: var(--bs-custom-white);
    font-weight: 700;
}

.select-insurance-single-box-ul {
    list-style-type: none;
}

.select-insurance-single-box-ul li h5 {
    font-size: 16px;
}

.select-insurance-single-box-ul li h5 span {
    color: var(--primary-color);
}

.car-insurance-details {
    background-color: var(--light-color);
    padding: 100px 0;
    margin: 100px 0;
}

.car-insurance-details-content p {
    color: var(--bs-custom-black);
    font-weight: 400;
    line-height: 22px;
}

.car-insurance-details-img {
    position: absolute;
    top: -20%;
    height: 120%;
}

.car-insurance-details-img img {
    width: 100%;
    object-fit: cover;
}

/* different-types-insurance-policies */
.different-types-insurance-policies {
    padding: 40px;
    border: 1px solid var(--primary-color);
    border-left: 0;
    border-right: 0;
    background-color: var(--light-color);
    position: relative;
    margin: 150px 0;
}

.different-types-insurance-policies-img-section {
    position: absolute;
    top: -55%;
}

.different-types-insurance-policies-first .different-types-insurance-policies-img-section {
    top: -40%;
}

/* .different-types-insurance-policies-content{
    padding-left: 30px;
} */

.different-types-insurance-policies-content p {
    font-size: 18px;
    line-height: 22px;
}

.different-types-insurance-policies-content p span {
    color: var(--primary-color);
}

/* third-party-policy */
.third-party-policy-table thead tr th {
    background-color: var(--bs-custom-black) !important;
    color: var(--bs-custom-white);
    border-right: 1px solid var(--bs-custom-white);
    padding-left: 20px;
    font-weight: 600;
}

.third-party-policy-table tbody tr td {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    border-right: 1px solid var(--bs-custom-white);
}

.third-party-policy-table tbody tr:nth-child(odd) td {
    background-color: var(--secondary-color);
    color: var(--bs-custom-white);
}

.third-party-policy-table tbody tr:nth-child(even) td {
    background-color: var(--light-color);
}

/* car-insurance-key-points */
.car-insurance-key-points {
    background-color: var(--light-color);
    padding: 40px 0;
}

.remember-the-key-point-single-box {
    background-color: var(--bs-custom-white);
    border-radius: 40px;
    padding: 20px;
    height: 100%;
}

.key-point-img-wrapper {
    border: 2px solid var(--bs-custom-black);
    border-radius: 20px;
    padding: 10px;
}

.remember-the-key-point-single-box p {
    color: #808080;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}

/* important-for-buy-insurance */
.important-for-buy-insurance {
    background-color: var(--bs-custom-white);
    padding: 40px 0;
}

.important-for-buy-insurance-single-box {
    background: var(--light-color);
    border: 1px solid var(--secondary-color);
    border-radius: 80px;
    padding: 20px;
    height: 100%;
}

.number-box {
    width: 70px;
    height: 70px;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin: 0 auto;
}

.number-box h4 {
    line-height: 70px;
    font-size: 30px !important;
    color: var(--bs-custom-white) !important;
}

.important-for-buy-insurance-single-box h4 {
    font-size: 20px;
    color: var(--bs-custom-black);
    word-wrap: break-word;
}

.important-for-buy-insurance-single-box h6 {
    font-size: 18px;
    color: #808080;
}

@media (max-width:1400px) {

    .custom-top-margin {
        margin-top: 50px !important;
    }

    .different-types-insurance-policies {
        margin: 100px 0;
    }

    .different-types-insurance-policies .container .row {
        align-items: center;
    }

    .car-insurance-details-img {
        height: 80%;
    }

    .different-types-insurance-policies-img-section {
        top: -50px;
    }

    .different-types-insurance-policies-first .different-types-insurance-policies-img-section {
        top: -35px;
    }


    .different-types-insurance-policies-img-section img,
    .different-types-insurance-policies-first .different-types-insurance-policies-img-section img {
        width: 80%;
    }
}

/* @media (max-width:1200px) {

    .custom-top-margin{
        margin-top: 50px !important;
    }

    .different-types-insurance-policies {
        margin: 100px 0;
    }

    .different-types-insurance-policies .container .row {
        align-items: center;
    }

    .car-insurance-details-img {
        height: 100%;
    }

    .different-types-insurance-policies-img-section {
        top: 0;
    }
    .different-types-insurance-policies-first .different-types-insurance-policies-img-section {
        top: 0;
    }

    .different-types-insurance-policies-img-section img,
    .different-types-insurance-policies-first .different-types-insurance-policies-img-section img {
        width: 70%;
    }
} */

@media (max-width:1200px) {

    .custom-top-margin {
        margin-top: 50px !important;
    }

    .different-types-insurance-policies {
        margin: 40px 0;
    }

    .different-types-insurance-policies .container .row {
        align-items: center;
    }

    .car-insurance-details-img {
        height: 100%;
        top: 0;
        position: relative;
    }

    .car-insurance-details {
        margin: 0;
        padding: 30px 0;
    }

    .different-types-insurance-policies-img-section,
    .different-types-insurance-policies-first .different-types-insurance-policies-img-section {
        position: relative;
        top: 0;
    }


    .different-types-insurance-policies-img-section img,
    .different-types-insurance-policies-first .different-types-insurance-policies-img-section img {
        width: 100%;
    }
}

@media (max-width:576px) {
    .third-party-policy-table-div {
        overflow-x: scroll;
    }

    .different-types-insurance-policies {
        margin: 40px 0;
    }

    .different-types-insurance-policies .container .row {
        align-items: center;
        justify-content: center;
    }

    .different-types-insurance-policies .container .row .col-4 {
        width: 80% !important;
    }

    .different-types-insurance-policies .container .row .col-8 {
        width: 100% !important;
    }

    .car-insurance-details-img {
        height: 100%;
        top: 0;
        position: relative;
    }

    .different-types-insurance-policies-img-section,
    .different-types-insurance-policies-first .different-types-insurance-policies-img-section {
        position: relative;
        top: 0;
    }


    .different-types-insurance-policies-img-section img,
    .different-types-insurance-policies-first .different-types-insurance-policies-img-section img {
        width: 100%;
    }
}

/* services-heading-main-section */
.services-heading-main-section {
    padding: 100px 0;
    background-image: url('../images/services_heading_bg.png');
    background-size: cover;
    background-position: center center;
}

.services-heading-text h2 {
    font-weight: 700;
    font-size: 70px;
    color: var(--bs-custom-white);
}

.services-heading-text h3 {
    font-weight: 400;
    font-size: 40px;
    color: var(--bs-custom-white);
}

.services-img-section-wrapper h2 {
    color: var(--bs-custom-black);
    font-weight: 700;
    font-size: 50px;
}

.services-img-single-box {
    border-radius: 40px;
    cursor: pointer;
    overflow: hidden;
}

.services-img-single-box img {
    width: 100%;
    height: 100%;
}

.services-img-single-box {
    position: relative;
}

.services-img-hover-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--primary-color);
    border-radius: 30px;
    opacity: 0;
    transition: all 0.5s;
}

.services-img-hover-box-content {
    background-color: var(--primary-color);
    border-radius: 30px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 90%;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s;
}

.services-img-hover-box-wrapper {
    background-color: var(--bs-custom-white);
    border-radius: 10px;
    padding: 7%;
}

.services-img-hover-content-wrapper {
    padding-left: 20px;
}

.services-img-hover-content-wrapper h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--bs-custom-white);
}

.services-img-hover-content-wrapper a {
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-custom-black) !important;
    display: flex;
}

.bi-arrow-right-short::before {
    font-size: 24px;
    line-height: 16px;
    font-weight: 500;
    color: var(--bs-custom-black) !important;
}

.services-img-single-box:hover .services-img-hover-box {
    opacity: 0.5;
}

.services-img-single-box:hover .services-img-hover-box-content {
    opacity: 1;
    bottom: 5%;
}

/* WHY CHOOSENS Us */
.why_choosens_us_main_section {
    background-image: url('../images/why_choosens_us_bg.png');
    background-position: top center;
    padding: 0 50px;
    background-size: cover;
    background-repeat: no-repeat;
}

.why_choosens_us_left_side_img img {
    width: 100%;
    height: auto;
}

.why_choosens_us_content_section h3 {
    color: var(--bs-custom-white);
    font-size: 20px;
}

.why_choosens_us_content_section h2 {
    color: var(--primary-color);
    font-size: 30px;
}

.why_choosens_us_content_inner_section {
    display: flex;
    flex-wrap: wrap;
}

.why_choosens_us_content_inner_single_section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: var(--bs-custom-white);
    border-radius: 20px;
    padding: 20px;
}

.why_choosens_us_content_inner_img_section {
    background-color: var(--bs-custom-black);
    border-radius: 10px;
    padding: 12px;
}

.why_choosens_us_content_inner_img_section img {
    width: 100%;
}

.why_choosens_us_content_inner_single_section p {
    font-size: 20px;
    margin: 0 !important;
    line-height: 20px;
}

/* How it Works Section */
.how_it_works_main {
    background-color: var(--light-color);
    padding: 40px 0;
}

.how_it_works_main h2 {
    font-size: 50px;
    color: var(--bs-custom-black);
    font-weight: 700;
}

.how_it_work_wrapper {
    padding-top: 30px;
    border-top: 3px solid var(--primary-color);
    border-top-style: dashed;
}

.how_it_work_count_box {
    width: 100px;
    height: 50px;
    text-align: center;
    border-radius: 20px;
    background-color: var(--secondary-color);
    box-shadow: 0px 10px 30px 4px #18B2D34D;
    margin-top: -75px;
    margin-left: auto;
    margin-right: auto;
}

.how_it_work_count_box h3 {
    font-size: 35px;
    line-height: 50px;
    color: var(--bs-custom-white);
}

.how_it_work_single_box h4 {
    font-size: 26px;
    font-weight: 600;
    color: var(--primary-color);
}

.how_it_work_single_box p {
    font-size: 16px;
    font-weight: 400;
    color: var(--bs-custom-black);
}

.single-car-info-image-heading {
    background-image: url('../images/single_car_info_heading_bg.png');
}

@media (max-width:991px) {
    .services-img-hover-content-wrapper h3 {
        font-size: 16px;
    }

    .services-img-hover-content-wrapper a {
        font-size: 14px;
    }

    .bi-arrow-right-short::before {
        font-size: 24px;
    }

    .how_it_work_wrapper {
        padding-top: 0;
        border-top: none;
        border-top-style: none;
    }

    .how_it_work_count_box {
        margin-top: 0;
    }

    .vehicle-details-main .hero-bg-right-side-line {
        height: 83%;
    }
}

@media (max-width:768px) {
    .why_choosens_us_content_inner_single_section p {
        font-size: 16px;
    }

    .why_choosens_us_main_section {
        padding: 20px;
    }
}

/* Faq Section */

.faqs .accordion .accordion-item {
    background-color: var(--light-color);
    margin: 10px 0;
    border-radius: 10px;
    border: 0;
}

.faqs .accordion .accordion-item .accordion-button {
    background-color: var(--light-color);
    padding: 5px 10px;
    color: #000;
    font-size: 18px;
}

.faqs .accordion .accordion-item .Q-wrapper,
.exam-question-answer .exam-question .Q-wrapper {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.faqs .accordion .accordion-item .Q-wrapper img,
.exam-question-answer .exam-question .Q-wrapper img {
    width: 18px;
}

.faqs .accordion .accordion-item .accordion-body {
    padding: 5px 10px;
    font-size: 15px;
    color: var(--primary-color);
    padding-left: 60px;
}

.faqs .accordion .accordion-item .accordion-button.collapsed {
    border-radius: 10px;
    border: 0;
}

.faqs .accordion .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: unset;
}

.faqs .accordion .accordion-item .accordion-button:focus {
    box-shadow: unset;
}

.faqs .accordion .accordion-item .accordion-button::after {
    background-image: url('../images/caret-down-fill.svg');
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid var(--secondary-color);
    background-position: center center;
}

/* Vehicle Details */

.vehicle-details-main .hero-bg-right-side-line {
    height: 87%;
}

.vehicle-details-main .hero-section-custom-heading {
    margin-bottom: 80px;
}

.vehicle-details-main .search-input {
    display: flex;
}

.vehicle-details-main .Q-wrapper {
    display: flex;
    width: 80px;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.vehicle-details-main-box {
    background-color: var(--light-color);
    border-radius: 30px;
    padding: 40px !important;
}

.vehicle-details-main-box .breadcrumb-notActive {
    padding: 7px 20px;
    margin-bottom: 25px;
    display: inline-block;
}

.vehicle-details-main-box .vehicle-details-body {
    background-color: #fff;
    border: 1px solid #000;
    padding: 20px;
    border-radius: 30px;
}

.vehicle-details-main-box .vehicle-details-body p {
    margin: 0;
    padding: 15px 0;
}

.vehicle-details-main-box .vehicle-details-body .key_name_td {
    color: var(--primary-color);
}

.vehicle-details-main-box .vehicle-details-body .custom-tr {
    border-bottom: 1px solid #d9d9d9;
}

.vehicle-details-main-box .vehicle-details-body .custom-tr:last-child {
    border: 0;
}

.vehicle-details-main-box .vehicle-details-img-section .owner-details {
    background-color: var(--secondary-color);
    border-radius: 10px;
    padding: 15px;
}

.vehicle-details-main-box .vehicle-details-img-section .owner-details p,
.vehicle-details-main-box .vehicle-details-img-section .owner-details-number p {
    margin: 0;
}

.vehicle-details-main-box .vehicle-details-img-section .owner-details-number {
    border: 1px solid var(--bs-custom-black);
    border-radius: 10px;
    padding: 10px 0;
}

.vehicle-details-main-box .vehicle-details-img-section .owner-details-number .Q-wrapper {
    display: flex;
    width: 35px;
    height: 35px;
    background-color: var(--secondary-color);
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

/* single_car_info_hero_section */
.single_car_info_hero_section h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--bs-custom-black);
}

.single_car_info_hero_section .details-div {
    background-color: var(--light-color);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 0 !important;
    font-size: 16px;
    font-weight: 600;
}

.round-design {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary-color);
    display: inline-block;
}

.car-image-slider-main-section {
    padding: 20px 50px !important;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
}

.image-tabs .nav .nav-item .active {
    background-color: var(--bs-custom-black) !important;
    border-color: var(--bs-custom-black) !important;
}

.image-tabs .nav .nav-item .active svg path {
    stroke: var(--bs-custom-white);
}

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

.car-info-main-slider {
    padding: 25px 15px !important;
    box-shadow: 0px 0px 10px 0px #3D444933;
    border-radius: 20px;
    overflow: visible !important;
}

.car-info-main-slider .slick-prev,
.car-info-main-slider .slick-next,
.color-main-slider .slick-prev,
.color-main-slider .slick-next {
    border-radius: 10px;
    background-color: var(--bs-custom-black);
    font-size: 15px;
    margin: 0;
}

.car-info-main-slider .slick-prev,
.color-main-slider .slick-prev {
    margin-left: -40px;
}

.car-info-main-slider .slick-next,
.color-main-slider .slick-next {
    margin-right: -40px;
}

.car-info-main-slider .slick-prev::before,
.car-info-main-slider .slick-next::before,
.color-main-slider .slick-prev::before,
.color-main-slider .slick-next::before {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/* 3-9-24 start */

/* Traffic Rules & Penalty */

.traffic-rules-penalty-hero {
    background-image: url('../images/traffic_rules_penalty.png');
    background-size: cover;
}

.traffic-rules-penalty-hero .hero-section-content-main {
    padding: 60px 0;
}

.traffic-rules-penalty-hero::after {
    content: none;
}

.states-select-field {
    padding: 10px 15px !important;
    border-color: var(--bs-custom-black) !important;
    border-radius: 15px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.states-select-field:focus {
    border-color: var(--bs-custom-black) !important;
    box-shadow: none !important;
}

.traffic-fine-details-main .traffic-fine {
    background-color: var(--primary-color);
    padding: 15px 20px;
    color: #fff;
    border-radius: 35px;
    font-weight: 600;
}

.traffic-fine-details-main .traffic-fine .share-button {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #fff;
    vertical-align: middle;
    border-radius: 50%;
}

.traffic-fine-details-main .traffic-fine .share-button i {
    line-height: 2.1;
    font-size: 14px;
}

.traffic-fine-details-main .traffic-fine-details {
    background-color: var(--light-color);
    padding: 10px;
    border-radius: 10px;
}

.traffic-fine-details-main .traffic-fine-details div {
    display: flex;
    background-color: #fff;
    border-radius: 35px;
    margin: 10px 0;
}

.traffic-fine-details-main .traffic-fine-details div p {
    margin-bottom: 0;
    padding: 10px 15px;
}

.traffic-fine-details-main .traffic-fine-details div p:first-child {
    background-color: var(--bs-custom-black);
    color: #fff;
    border-radius: 35px;
    align-content: center;
}

/* Driving Licence Exam */

.driving-licence-exam-hero {
    background-image: url('../images/driving_licence_exam.png');
    background-size: cover;
}

.driving-licence-exam-hero::after {
    content: none;
}

.exam-question-boxes .exam-question-box {
    border: 1px solid var(--bs-custom-black);
    border-radius: 25px;
    padding: 25px;
    flex: 1 1 auto;
    margin: 10px;
}

.exam-question-boxes .exam-question-box .img-wrapper {
    width: 60px;
    height: 60px;
    background-color: var(--light-color);
    border-radius: 50%;
    text-align: center;
    align-content: center;
}

.exam-question-boxes .exam-question-box .img-wrapper img {
    width: 40px;
}

.exam-question-boxes .exam-question-box h5 {
    margin-bottom: 0;
}

.exam-question-boxes .exam-question-box p {
    margin-bottom: 0;
    background-color: var(--light-color);
    color: var(--primary-color);
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: 500;
    margin-top: 10px;
}

.instruction h5 {
    color: var(--bs-custom-black);
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;
}

.instruction .instruction-list ul,
.learning-licence .application-process ul,
.rc-details-online ul {
    list-style-type: none;
}

.instruction .instruction-list ul li,
.driving-licence-type .driving-licence-type-arrow,
.learning-licence .application-process ul li,
.rc-details-online ul li {
    background-color: var(--light-color);
    padding: 5px 10px;
    border-radius: 10px;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.instruction .instruction-list ul li span,
.driving-licence-type .driving-licence-type-arrow span,
.learning-licence .application-process ul li span,
.rc-details-online ul li span {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 10px;
    line-height: 2;
    margin-right: 10px;
    text-align: center;
}

/* Driving Licence Exam Start */

.exam-question-box {
    border: 1px solid var(--bs-custom-black);
    border-radius: 10px;
    padding: 20px;
}

.exam-question-box .que-ans span {
    display: inline-block;
    border: 1px solid var(--bs-custom-black);
    padding: 7px 13px;
    border-radius: 10px;
}

.exam-question-box .que-ans span svg {
    border-right: 1px solid var(--bs-custom-black);
    padding-right: 5px;
}

.exam-question-box .que-ans span:first-child,
.que-ans .correct {
    background-color: #CCFFE9;
    border-color: #009957;
    color: #009957;
    margin-right: 10px;
}

.exam-question-box .que-ans span:first-child svg .que-ans .correct svg {
    border-color: #009957;
}

.exam-question-box .que-ans span:last-child,
.que-ans .incorrect {
    background-color: #FFE0E0;
    border-color: #D92626;
    color: #D92626;
}

.exam-question-box .que-ans span:last-child svg,
.que-ans .incorrect svg {
    border-color: #D92626;
}

.exam-question-box .custom-btn {
    background-color: unset;
    color: var(--bs-custom-black) !important;
    border: 1px solid var(--bs-custom-black);
    border-radius: 10px;
    padding: 12px 25px;
    margin-right: 10px;
}

.exam-question-box .custom-btn:hover {
    box-shadow: unset;
}

.exam-question-box .custom-dark-btn {
    padding: 12px 25px;
    border-radius: 10px;
}

.exam-question-box .ques-countdown {
    padding: 10px;
    border-radius: 10px;
    background-color: var(--light-color);
    color: var(--primary-color);
    font-weight: 600;
}

.exam-question-answer .exam-question p {
    font-size: 21px;
    line-height: 1.2;
}

.exam-question-answer .exam-answer ul {
    list-style: none;
}

.exam-question-answer .exam-answer ul li {
    padding: 10px 15px;
    border: 1px solid var(--bs-custom-black);
    border-radius: 10px;
    margin: 10px 0;
}

/* Emi Offers */

.emi-offers-hero .hero-section-content-main {
    padding: 0;
}

/* Exchange Car */

.exchange-car-hero .hero-section-content-main {
    padding: 0;
}

.limited-offer {
    font-weight: 700;
    color: var(--bs-custom-black);
}

.limited-offer .icon-wrapper {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--bs-custom-black);
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
}

.limited-offer .icon-wrapper i {
    line-height: 2.1;
}

/* Driving Licence Details */

.driving-licence-details {
    background-color: var(--light-color);
    padding: 30px 0;
}

.driving-licence-details .custom-heading-2-text {
    color: var(--bs-custom-black);
    font-size: 25px;
    margin-bottom: 40px;
    font-weight: 600;
}

.driving-licence-details .driving-licence-details-content p {
    color: #000;
}

.driving-licence-types-main h4 {
    font-weight: 600;
}

.driving-licence-types-main .driving-licence-type {
    display: flex;
    justify-content: center;
}

.driving-licence-types-main .driving-licence-type div {
    border: 1px solid var(--bs-custom-black);
    border-radius: 10px;
    padding: 15px;
    flex: 1 1 auto;
    margin: 10px;
    align-content: center;
}

.driving-licence-type .driving-licence-type-arrow {
    color: var(--primary-color);
    font-weight: 600;
}

.driving-licence-type .driving-licence-type-content {
    font-size: 14px;
    color: #000;
}

.learning-licence .application-process {
    padding: 10px;
    border: 1px solid var(--bs-custom-black);
    border-radius: 10px;
    height: 100%;
    /* flex: 1 1 auto; */
    /* margin: 0 10px; */
    background-color: #fff;
}

.learning-licence .application-process .process {
    border: 1px solid var(--bs-custom-black);
    border-radius: 10px;
    background-color: #fff;
}

.learning-licence .application-process .process p {
    display: inline-block;
    padding: 15px;
    font-size: 20px;
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 600;
}

.learning-licence .application-process .process p:first-child {
    background-color: var(--bs-custom-black);
    color: #fff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.learning-licence .application-process ul li {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.permanent-driving-licence .custom-heading-2-text {
    color: var(--bs-custom-black);
    font-weight: 600;
    margin-bottom: 10px !important;
}

.permanent-driving-licence p {
    font-size: 14px;
    color: #000;
}

.documents-nees-driving-licence {
    background-color: var(--light-color);
}

.documents-nees-driving-licence .custom-heading-2-text {
    color: var(--bs-custom-black);
}

.difference-dl-ll--main h5 {
    background-color: var(--bs-custom-black);
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
}

.difference-dl-ll--main .driving-licence-type-content {
    font-size: 13px;
}

/* Challan Details */

.pay-challan-online-offline h5 {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
}

/* RC Details */

.rc-details-online ul p {
    font-size: 14px;
}

.driving-licence-types-main .rc-details-icon-text {
    background-color: var(--light-color);
    border: 0 !important;
    color: var(--primary-color);
    font-weight: 600;
}

.driving-licence-types-main .rc-details-online-div {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}



.variant-and-city {
    border: 1px solid #E6E6E6;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.variant-box,
.city-box {
    padding: 10px;
}

.variant-box h4,
.city-box h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.variant-box a,
.city-box a {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color) !important;
    line-height: 14px;
    margin-bottom: 0;
}

.variant-box {
    border-right: 2px solid #D9D9D9;
}

.car-details-content-section h2 {
    font-size: 30px;
    font-weight: 700;
}

.car-details-content-section p {
    font-size: 16px;
    color: var(--bs-custom-black);
    margin: 15px 0 !important;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 400;
}

.car-details-content-section .blue-box-design {
    color: var(--primary-color);
    font-size: 14px;
}

.car-details-content-section .custom-btn {
    box-shadow: 0px 4px 23px -7px var(--primary-color);
    padding: 10px 15px;
}

.specification-variants h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.specification-variants .car-specifications-content,
.specification-variants .car-variants-content {
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    border-radius: 15px;
}

.specification-variants .car-specifications-content .specification,
.specification-variants .car-variants-content .variants {
    padding: 15px 10px;
    border-radius: 15px;
    background-color: var(--light-color);
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.specification-variants .car-variants-content .variants {
    padding: 15px;
    padding-left: 15px;
}

.specification-variants .car-variants-content .variants h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.specification-variants .car-variants-content .variants p {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: var(--primary-color);
}

.specification-variants .car-variants-content .variants button {
    height: 100%;
    background-color: var(--bs-custom-black);
    color: var(--bs-custom-white);
    border-radius: 8px;
    border: 0;
    padding: 10px 5px;
}

.show-all-variants-btn {
    padding: 10px;
    border: 0;
    background-color: var(--bs-custom-black);
    color: var(--bs-custom-white);
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.show-all-variants-btn i::before {
    transform: rotate(90deg);
}

.specification-variants .car-variants-content .variants .tabs div {
    background-color: #fff;
    font-size: 10px;
    border-radius: 8px;
    padding: 10px;
    margin: 0 5px;
}

.car-images-main h4 {
    font-size: 23px;
    font-weight: 700;
}

.car-images-main .car-images {
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    padding: 10px;
}

.car-images-main .car-images .car-single-image {
    border-radius: 15px;
    padding: 20px 10px;
    box-shadow: 0 1px 5px -2px var(--bs-custom-black);
}

.car-images-main .car-images .car-all-images {
    border-radius: 15px;
}

.car-all-images .img-wrapper {
    border-radius: 15px;
    box-shadow: 0 1px 5px -2px var(--bs-custom-black);
    width: 100%;
    height: 100%;
}

.car-all-images .car-image:last-child .img-wrapper::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #3d444994;
    position: absolute;
    top: 0;
    left: 0;
}

.car-all-images .car-image:last-child .img-wrapper .custom-dark-btn {
    padding: 8px 13px;
    border-radius: 10px;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.car-all-images .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.color-main-section .car-image-slider-main-section {
    padding: 15px !important;
    background-color: var(--light-color);
}

.color-main-section .car-info-main-slider {
    padding: 15px !important;
    box-shadow: unset;
}

.color-slider .custom-dark-btn {
    padding: 7px 30px;
}

.color-slider .slick-arrow {
    height: 30px;
}

.color-slider .car-info-image-wrapper {
    background-color: var(--bs-custom-white);
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #E6E6E6;
}

.color-slider .color-name {
    display: flex;
    align-items: center;
    background-color: var(--bs-custom-white);
    border-radius: 15px;
    padding: 15px;
}

.color-slider .color-name div {
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 10px;
    margin-right: 10px;
}

.color-slider .color-name p {
    margin: 0;
}

.payment-type {
    padding: 10px;
    margin-top: 20px;
    background-color: var(--light-color) !important;
    border-radius: 10px;
}

.payment-select-option-wrapper {
    display: flex;
    border-radius: 10px;
    padding: 5px;
    background-color: var(--bs-custom-white);
}

.payment-single-option {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
}

.payment-select-option-wrapper .active {
    background-color: var(--secondary-color);
    border-radius: 10px;
    color: var(--bs-custom-white);
}

.payment-details h3 {
    font-size: 20px;
}

.payment-details h4 {
    font-size: 18px;
}

.payment-details h4 span {
    font-size: 12px;
    color: var(--secondary-color);
}


/* specification-and-features */
.specification-and-features h3 {
    font-size: 30px;
    font-weight: 700;
}

.specification-list-box-wrapper {
    border: 1px solid #E6E6E6;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.specification-list-single-box {
    background-color: var(--light-color);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.specification-list-single-box h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 !important;
}

.variants-list-single-box h4 {
    font-size: 20px;
    font-weight: 700;
}

.variants-list-single-box h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
}

.variants-ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    column-gap: 5px;
}

.variants-ul li {
    background-color: var(--bs-custom-white);
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
}

.variant-right-arrow-box {
    box-shadow: 0px 10px 30px 4px #3D44494D;
    background-color: var(--bs-custom-black);
    color: var(--bs-custom-white);
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.variant-right-arrow-box i {
    font-size: 20px;
    line-height: 20px;
}

.bike-or-car-all-image-section h3 {
    font-size: 30px;
    font-weight: 700;
}

.bike-or-car-all-image-wrapper {
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    padding: 10px;
}

.bike-or-car-single-image {
    box-shadow: 0px 0px 10px rgba(61, 68, 73, 0.2);
    border-radius: 20px;
    height: 100%;
}

.bike-or-car-single-image img {
    object-fit: cover;
}

/* car-colors-main-section */
.car-colors-main-section h3 {
    font-size: 30px;
    font-weight: 700;
}

.car-colors-wrapper {
    background-color: var(--light-color);
    padding: 10px;
    border-radius: 20px;
}

.car-color-wrapper-slider {
    background-color: var(--bs-custom-white);
    border-radius: 20px;
    padding: 15px;
}

.slider-color-box {
    background-color: var(--bs-custom-white);
    border-radius: 20px;
    padding: 10px;
    margin-top: 10px;
}

.slider-color-inner-box {
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    border-radius: 10px;
}

.slider-color-box h3 {
    font-size: 16px;
    margin-bottom: 0 !important;
    margin-left: 10px;
}

.color-main-slider {
    overflow: visible !important;
}

/* todays petrol Page  */
.todays-petrol-rate-main-section {
    background-image: url('../images/todays-petrol-rate-main-section-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.todays-petrol-rate-heading-section {
    text-align: center;
}

.todays-petrol-rate-heading-section h3 {
    font-size: 50px;
    font-weight: 700;
    color: var(--bs-custom-black);
}

.todays-petrol-rate-heading-section h4 {
    font-size: 20px;
    font-weight: 400;
    color: var(--bs-custom-black);
}

.custom-dropdown-selected {
    border: 1px solid var(--bs-custom-black);
    border-radius: 15px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 60px;
    color: var(--bs-custom-black);
    font-weight: 600;
    outline: none;
}

.fuel-list-of-hero-section {
    display: flex;
    flex-wrap: wrap;
}

.single-fuel-box {
    background-color: var(--bs-custom-white);
    border: 1px solid var(--bs-custom-black);
    border-radius: 20px;
    padding: 20px 0;
    font-size: 20px;
    color: var(--bs-custom-black);
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-fuel-box svg {
    margin-right: 5px;
}

.fuel-list-of-hero-section {
    position: absolute;
    top: calc(150% + 55px);
    left: 0;
    right: 0;
}

.up-icon-bg-for-table span {
    background-color: var(--bs-custom-black);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.up-icon-bg-for-table {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
}

.fuel-info-page-table {
    border-radius: 20px;
    overflow: hidden;
}

.fuel-info-page-table table tr {
    text-align: center;
}

/* Driving licence Page  */
.driving-licence-image-heading {
    background-image: url('../images/driving-licence-heading-image.png');
}

.favorite-btn-main {
    border: 1px solid #D92626;
    border-radius: 10px;
    background-color: var(--bs-custom-white);
    padding: 8px 16px;
    color: #D92626;
    outline: none;
}

.driving-licence-question-single-box {
    border: 1px solid var(--bs-custom-black);
    border-radius: 10px;
}

.driving-licence-question-single-box-inner-question {
    border-radius: 10px;
    padding: 10px 20px;
    background-color: var(--light-color);
    border-bottom: 1px solid var(--bs-custom-black);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.driving-licence-question-single-box-inner-question h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 !important;
}

.driving-licence-question-single-box-inner-ans h4 {
    display: inline-block;
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.top-driving-school-main {
    background-color: var(--bs-custom-black);
    padding: 50px 0;
}

.top-driving-school-img-box-design {
    border-radius: 50%;
    background-color: #64696D;
    width: 200px !important;
    height: 200px;
}

.top-driving-school-content-box h3 {
    color: var(--bs-custom-white);
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px !important;
}

.right-side-devider-line {
    position: absolute;
    height: 100%;
    width: 4px;
    top: 0;
    bottom: 0;
    right: 30px;
    background-color: var(--bs-custom-white);
}

/* driving licence practice exam */

.exam-question-answer .exam-answer .practice-exam-que-ans {
    padding: 15px 20px;
    border: 1px solid var(--bs-custom-black);
    border-radius: 15px;
}

.exam-question-answer .exam-answer .practice-exam-que-ans.incorrect {
    background-color: #FFE0E0;
    border-color: #D92626;
    color: #D92626;
}

.exam-question-answer .exam-answer .practice-exam-que-ans.correct {
    background-color: #CCFFE9;
    border-color: #009957;
    color: #009957;
}

/* driving-school-dropdown-section */
.driving-school-dropdown-section {
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.custom-inner-input {
    border: 1px solid var(--bs-custom-black) !important;
    border-radius: 10px;
    padding: 1px;
}

.custom-inner-input input,
.custom-inner-input span {
    border: none;
    background-color: transparent !important;
    outline: none !important;
}

.custom-inner-input .input-group-text {
    width: 100%;
    max-width: 100px;
}

.custom-inner-input .input-group-text button {
    font-size: 16px !important;
    padding: 5px !important;
    border-radius: 10px !important;
}

.custom-inner-input input:focus {
    box-shadow: unset;
}

.filter-box-wrapper-main {
    width: 125px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid var(--bs-custom-black);
}

.filter-single-box {
    width: 50%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-active-single-box {
    background-color: var(--secondary-color);
    border-right: 1px solid var(--bs-custom-black);
}

.driving-school-details-content {
    border: 1px solid var(--bs-custom-black);
    border-radius: 20px;
    padding: 20px;
}

.driving-school-details-circle-design {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    max-height: 60px;
    background-color: var(--bs-custom-black);
    display: flex;
    align-items: center;
    justify-content: center;
}

.driving-school-heading-details h3 {
    font-size: 16px;
    font-weight: 600;
}

.driving-school-heading-details h4 {
    background-color: var(--light-color);
    color: var(--primary-color);
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 4px;
    line-height: 1.5;
}

.driving-school-timing-wrapper {
    border: 1px solid var(--bs-custom-black);
    border-radius: 20px;
    padding: 15px 20px;
}

.driving-school-timing-wrapper h3 {
    font-size: 18px;
    margin: 0 !important;
    font-weight: 600;
}

.driving-school-timing-single-box {
    background-color: var(--light-color);
    border-radius: 4px;
}

.driving-school-timing-single-box.closed {
    background-color: #F7D4D4;
    color: #D92626;
}

.driving-school-timing-single-box .day-box {
    background-color: var(--primary-color);
    color: var(--bs-custom-white);
    border-radius: 4px;
    padding: 10px 0;
    padding-left: 6px;
    font-size: 14px;
    font-weight: 500;
}

.driving-school-timing-single-box.closed .day-box {
    background-color: #D92626;
    color: #fff;
}

.time-box {
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
}

.text-custom-design {
    display: flex;
    font-size: 18px;
    background-color: #FBE0E0;
    border-radius: 30px;
    width: fit-content;
    align-items: center;
}

.text-custom-design h5 {
    padding: 10px;
    padding-left: 0;
    margin: 0 !important;
    font-size: 14px !important;
    color: #EB6262;
    font-weight: 500;
}

.text-custom-design span {
    background-color: #EB6262;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-design-green span {
    background-color: #02A383;
}

.text-design-green {
    background-color: #CCEDE6;
}

.text-design-green h5 {
    color: #02A383;
}

.payment-mode span {
    padding: 10px;
    border-radius: 20px;
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
}

.payment-mode .cash {
    background-color: #E5FEE7;
    color: #227A1A;
}

.payment-mode .online {
    background-color: #F7EDF9;
    color: #B42ED7;
}

.payment-mode .cheque {
    background-color: #FFEDF0;
    color: #F44336;
}

.zipcode {
    background-color: var(--bs-custom-black);
    border-radius: 25px;
    padding: 12px 0;
    padding-left: 10px;
    padding-right: 3px;
    font-size: 14px;
    color: #fff;
    width: fit-content;
}

.zipcode span {
    padding: 10px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 5px;
}

.provide-services h3 {
    color: var(--primary-color);
}

.provide-services h4 {
    color: #fff;
    background-color: var(--bs-custom-black);
}

.driving-school-main .show-all-variants-btn {
    width: 15%;
    margin-bottom: 0;
}

/* Filters Car */

.car-filter-hero {
    background-image: url('../images/road-bg.png');
    background-position: center center;
    background-size: cover;
}

.car-filter-hero::after {
    content: none;
}

.car-filter-hero h1 {
    color: #fff;
}

.filters-cars {
    position: sticky;
    top: 100px;
    height: 100vh;
    overflow-y: scroll;
}

.filters-cars::-webkit-scrollbar {
    display: none;
}

.filters-cars .filter {
    padding: 15px;
    border: 1px solid var(--bs-custom-black);
    border-radius: 15px;
}

.filter .filter-heading {
    font-weight: 600;
    font-size: 14px;
}

.budget-filter p {
    font-size: 12px !important;
}

.filters-cars .budget-filter .prices {
    margin: 10px 0;
    padding: 15px;
    border: 1px solid var(--primary-color);
    background-color: var(--light-color);
    color: var(--primary-color);
    border-radius: 15px;
}

.filters-cars .budget-filter .prices p {
    font-weight: 600;
}

.filters-cars .budget-filter .prices p:first-child {
    border-right: 1px solid var(--primary-color);
}

.filters-cars .budget-filter .min-max p {
    padding: 10px;
    border: 1px solid var(--bs-custom-black);
    background-color: #C7CDD1;
    border-radius: 15px;
}

.filters-cars .budget-filter .price-list p {
    padding: 15px;
    border: 1px solid var(--bs-custom-black);
    border-radius: 15px;
}

.filter .price-list .car-details {
    padding: 10px;
    border: 1px solid var(--bs-custom-black);
    border-radius: 15px;
    position: relative;
}

.filter .price-list div input {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    z-index: 5;
}

.filter .price-list div input+.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid var(--bs-custom-black);
}

.filter .price-list div:hover input~.checkmark {
    background-color: #eee;
}

.filter .price-list div input:checked~.checkmark {
    background-color: var(--primary-color);
}

.filter .price-list div input:checked~.checkmark:after {
    display: block;
    content: '';
    position: absolute;
}

.filter .price-list div .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter .price-list div p {
    font-size: 14px;
}

.filter .price-list div p span {
    color: var(--primary-color);
}

.makeModel-filter .makeModelBrands {
    height: 375px;
    overflow-y: scroll;
}

.makeModel-filter .makeModelBrands::-webkit-scrollbar {
    display: none;
}

.filter .accordion-button {
    padding: 0;
}

.filter .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000;
    box-shadow: unset;
}

.filter .accordion-button:focus {
    box-shadow: unset;
}

.irs--round .irs-bar {
    background-color: var(--primary-color) !important;
}

.irs--round .irs-handle {
    background-color: var(--light-color) !important;
    border: 1px solid var(--bs-custom-black) !important;
    box-shadow: 0px 0px 0px 5px rgba(0, 194, 192, 0.2);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #00c2c0;
}

.irs--round .irs-handle {
    width: 16px;
    height: 16px;
    top: 29px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: var(--primary-color) !important;
    color: #666;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
    display: none;
    border-top-color: var(--primary-color) !important;
}

.car-color-filter .price-list .car-color {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid var(--bs-custom-black);
}

.car-rto-filter .input-group input:focus {
    box-shadow: unset;
    border-color: var(--bs-custom-black);
}

.car-filter-apply {
    border-radius: 15px;
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 10px;
}

.car-filter-details {
    border-radius: 20px;
    border: 1px solid var(--bs-custom-black);
}

.car-filter-details .car-name {
    font-size: 12px;
}

.car-filter-details .car-name .car-year {
    padding: 5px 10px;
    border-radius: 5px;
    color: var(--primary-color);
    background-color: var(--light-color);
}

.car-filter-details .car-specification {
    background-color: #C7CDD1;
    color: var(--bs-custom-black);
    border: 1px solid var(--bs-custom-black);
    border-radius: 10px;
    padding: 6px;
    font-size: 10px;
    font-weight: 600;
}

.car-filter-details .car-filter-apply {
    border: 0;
    background-color: var(--light-color);
    font-size: 12px;
    border-radius: 10px;
    padding: 6px;
}

.car-filter-details .car-price {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 500;
}

.car-filter-details .car-price sub {
    font-size: 11px;
    color: var(--bs-custom-black);
}

.car-filter-details .car-price sub del {
    color: #808080;
}

.car-filter-details .car-price-emi {
    font-size: 10px;
}

/* Add Driving School */

.custom-input-section-main {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border: 1px solid var(--bs-custom-black);
    border-radius: 20px;
}

.custom-input-section-main input {
    border: 1px solid #808080 !important;
    background-color: #E6E6E6;
    border-left: none !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.custom-input-section-main select {
    border: 1px solid #808080 !important;
    background-color: #E6E6E6;
    border-left: none !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.custom-input-section-main input:focus {
    background-color: #E6E6E6 !important;
    box-shadow: none !important;
    margin: 0 !important;
}

.custom-input-section-main select:focus {
    background-color: #E6E6E6 !important;
    box-shadow: none !important;
    margin: 0 !important;
}

.custom-input-section-main .input-group-text {
    border: 1px solid #808080 !important;
    background-color: #E6E6E6;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-right: 0 !important;
}

.input-icon-wrapper {
    padding: 10px;
    border: 1px solid #1BB514;
    border-radius: 10px;
    background-color: var(--bs-custom-white) !important;
}

.custom-input-section-main .custom-radio {
    width: 100%;
    border: 1px solid #808080 !important;
    background-color: #E6E6E6;
    padding: 17px 10px !important;
    border-radius: 10px !important;
}

.input-timing-group {
    border-radius: 10px;
    border: 1px solid var(--bs-custom-black);
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.input-timing-group h5 {
    font-size: 16px;
}

.time-view-box {
    background-color: var(--light-color);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 5px 10px;
    width: fit-content;
    border-radius: 10px;
}

.open-status-text {
    background-color: var(--light-color);
    color: var(--primary-color);
    border-radius: 10px;
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
}

.switch3 {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    border-radius: 30px;
    background-color: red;
    cursor: pointer;
    transition: all 0.3s;
    overflow: hidden;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    margin-left: 10px;
}

.switch3 input {
    display: none;
}

.switch3 input:checked+div {
    left: calc(50px - 18px);
    box-shadow: 0px 0px 0px white;
}

.switch3 div {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: white;
    box-shadow: 0px 0px 1px rgb(150, 150, 150);
    transition: all 0.3s;
}

.switch3 div:before,
.switch3 div:after {
    position: absolute;
    content: "";
    width: calc(50px - 38px);
    height: 30px;
    line-height: 37px;
    font-family: "Varela Round";
    font-size: 14px;
    font-weight: bold;
    top: -5px;
}

.switch3 div:before {
    content: "";
    color: rgb(120, 120, 120);
    left: 100%;
}

.switch3 div:after {
    content: "";
    right: 100%;
    color: white;
}

.switch3-checked {
    background-color: var(--secondary-color);
    box-shadow: none;
}

@media (max-width:1199px) {
    .car-info-main-slider.color-slider .slick-prev {
        margin-left: -30px;
    }

    .car-info-main-slider.color-slider .slick-next {
        margin-right: -30px;
    }
}

@media (max-width:991px) {
    .driving-licence-details .driving-licence-details-content {
        order: 2;
    }

    .driving-licence-details .driving-licence-details-img img {
        width: 200px !important;
    }

    .driving-licence-details .driving-licence-details-img {
        order: 1;
    }

    .exam-question-boxes .exam-question-box {
        flex: 1;
    }

    .fuel-list-of-hero-section {
        top: calc(150% + 13px);
    }

    .driving-school-main .show-all-variants-btn {
        width: 20%;
    }

    .car-filter-hero .road-car-image-filter img {
        width: 200px;
    }
}

@media (max-width:767px) {
    .driving-licence-types-main .driving-licence-type {
        display: block;
    }

    .driving-licence-types-main .driving-licence-type img {
        width: 200px !important;
    }

    .driving-licence-types-main .driving-licence-type .driving-licence-type-arrow img {
        width: 20px !important;
    }

    .exam-question-boxes .exam-question-box {
        flex: 0 0 auto;
    }

    .favorite-btn-main {
        margin-top: 10px;
    }

    .image-tabs .favorite-btn-main {
        margin: 0;
    }

    .driving-school-main .show-all-variants-btn {
        width: 25%;
    }
}

@media (max-width:575px) {
    .driving-licence-details .custom-heading-2-text {
        font-size: 22px;
    }

    .traffic-fine-details-main .traffic-fine-details div p {
        word-wrap: break-word;
    }

    .exam-question-answer .exam-question p {
        font-size: 18px;
    }

    .car-info-main-slider .slick-prev,
    .car-info-main-slider .slick-next {
        padding: 9px 30px;
        height: 35px;
    }

    .driving-school-main .show-all-variants-btn {
        width: 45%;
    }

    .car-filter-hero .road-car-image-filter img {
        width: 150px;
    }
}

@media (max-width:480px) {
    .custom-dropdown-selected:last-child {
        margin-top: 10px;
        margin-left: 0 !important;
    }
}

@media (max-width:445px) {
    .image-tabs .favorite-btn-main {
        margin-top: 10px;
        margin-left: 5px;
    }
}

@media (max-width:421px) {
    .learning-licence .application-process .process p {
        font-size: 14px;
    }

    .learning-licence .application-process {
        margin: 0;
    }

    .hero-section-content-main .row div {
        width: 100% !important;
        text-align: center;
    }
}

@media (max-width:350px) {
    .car-details-content-section .blue-box-design-main {
        display: block !important;
    }

    .car-details-content-section .blue-box-design {
        margin-bottom: 10px;
    }

    .text-custom-design h5 {
        font-size: 10px !important;
    }
}