/* ============================================== section home content  ================================================= */
.section-home-content {
    background-color: var(--white);
}

.home-content-title .heading-style-2 {
    color: var(--light-blue);
    margin-bottom: 20px;
}

.home-content-title .heading-style-8 {
    color: var(--secondary-02);
}

.section-home-content .heading-style-2 {
    padding-right: 10%;
}

.section-home-content .heading-style-8 {
    margin-bottom: 32px;
}

/* second row */
/* image */
.section-home-content .row:last-child {
    margin-top: 56px;
}

/* .section-home-content .home-content-image{border-radius: 0 16px 16px 0;overflow: hidden;position: relative;padding-top: 56.6%; margin: 0 72px 0 -30%;} */
.section-home-content .home-content-image {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding-top: 56.6%;
    margin: 0 72px 0 -30%;
}

.section-home-content .home-content-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}

/* content */
.section-home-content ul li {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 24px;
    border-radius: 16px;
    background-color: #F2F8FD;
    margin-bottom: 28px;
}

.section-home-content ul li:last-child {
    margin-bottom: 0 !important;
}

.section-home-content ul li .home-content-icon {
    background-color: var(--white);
    flex-shrink: 0;
    border-radius: 8px;
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.section-home-content ul li .home-content-icon img {
    width: 50px;
    height: 50px;
}

.section-home-content ul li .home-content-desc .heading-style-8 {
    color: var(--dark-blue);
    margin-bottom: 10px;
}

.section-home-content ul li .home-content-desc .heading-style-10 {
    color: #5A5D60;
}

/* ============================================== section selling  ================================================= */
.section-selling .heading-style-2 {
    margin-bottom: 24px;
}

.section-selling .row {
    margin-top: 48px;
}

.section-selling .comman-btn {
    margin-top: 48px;
}

/* ============================================== section vehicle report  ================================================= */
.section-vehicle-report {
    background-color: var(--white);
}

/* content */
.section-vehicle-report .heading-style-2 {
    margin-bottom: 40px;
}

.section-vehicle-report ul li {
    padding-left: 36px;
    margin-bottom: 24px;
    color: #252527;
    position: relative;
    display: flex;
    align-items: center;
}

.section-vehicle-report ul li:last-child {
    margin-bottom: 0px !important;
}

.section-vehicle-report ul li:after {
    content: "";
    position: absolute;
    left: 0;
    height: 28px;
    width: 28px;
    background: url(../images/checkmark.svg) no-repeat center center / cover;
}

.section-vehicle-report .comman-btn {
    margin-top: 40px;
}

/* image */
.section-vehicle-report .vehicle-report-image {
    border-radius: 16px 0 0 16px;
    overflow: hidden;
    position: relative;
    padding-top: 78.95%;
    margin: 0 -30% 0 0;
}

.section-vehicle-report .vehicle-report-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}

/* ============================================== section check reports ================================================= */
.section-check-reports {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.section-check-reports:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 1) 100%);
}

/* content */
.section-check-reports .heading-style-2 {
    color: var(--white);
    margin-bottom: 16px;
}

.section-check-reports .heading-style-8 {
    color: var(--gray-01);
    margin-bottom: 32px;
}

.section-check-reports .row {
    z-index: 1;
    position: relative;
}

/* nav tab */
.nav-tabs {
    display: inline-flex;
    gap: 32px;
    border-bottom: 1px solid #AEB1B2;
}

.nav-tabs button {
    font-size: 20px;
    line-height: 30px;
    padding-block: 14px;
    color: #AEB1B2;
    background-color: var(--f0);
    border: none;
    border-bottom: 2px solid var(--f0);
}

.nav-tabs button.active {
    color: var(--white);
    border-color: var(--white);
}

/* nav dec */
.tab-content {
    margin-top: 32px;
    background-color: var(--white);
    border-radius: 16px;
    border: 1px solid var(--gray-01);
}

/* top */
.tab-content .check-reports-tab-top {
    padding: 24px;
}

.check-reports-tab-top img {
    width: 90px;
    height: 90px;
    border-radius: 16px;
    margin-bottom: 16px;
}

.check-report-tab-title-wrap {
    margin-bottom: 16px;
}

.check-reports-tab-top .check-report-tab-title-inner .heading-style-6 {
    color: var(--dark-blue);
    margin-bottom: 12px;
}

.check-reports-tab-top .heading-style-3 {
    color: var(--blue-01);
}

.check-reports-tab-top .heading-style-10 {
    color: #3B3C3E;
    margin-bottom: 16px;
}

/* bottom */
.check-reports-tab-bottom {
    padding: 24px 0 24px 24px;
    border-top: 1px solid var(--gray-01);
}

.check-reports-tab-bottom .heading-style-10 {
    color: var(--secondary-02);
    margin-bottom: 16px;
}

/* slider */
.check-report-tab-slider-inner {
    padding: 10px 12px;
    margin-right: 12px;
    gap: 8px;
    background-color: var(--gray);
    border-radius: 8px;
    flex-shrink: 0;
}

/* .check-report-tab-slider-inner:last-child {
    margin-right: 0 !important;
    background-color: var(--f0);
    border: 1px solid var(--gray-01);
} */

.check-report-tab-slider-inner:last-child:hover {
    border-color: var(--gray-01) !important;
}

.check-report-tab-slider-inner:last-child .tab-slider-image {
    background-color: var(--f0);
    border: none;
}

.tab-slider-image {
    flex-shrink: 0;
    background-color: var(--white);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-slider-image img {
    width: 30px;
    height: 30px;
}

.check-report-tab-slider-inner p {
    flex-shrink: 0;
    color: var(--secondary);
}

/* ============================================== section service ================================================= */
.section-service {
    background-color: var(--white);
}

.section-service .heading-style-2 {
    text-align: left;
    margin-bottom: 46px;
    color: var(--light-blue);
}

.service-slider-wrap {
    left: calc(50% - (1568px / 2) + 12px);
    position: relative;
}

.service-slider-inner {
    padding: 32px;
    max-width: 371px;
    min-width: 371px;
    min-height: 390px;
    margin-right: 16px;
    background-color: var(--gray);
    border-radius: 16px;
}

/* .service-slider-inner:last-child {
    margin-right: 0 !important;
} */

.service-avtar-title {
    gap: 8px;
    margin-bottom: 30px;
}

/* image */
.service-avtar-image img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
}

.service-avtar-title .service-title-wrap .heading-style-10 {
    color: #252527;
    margin: 0;
}

.service-avtar-title .service-title-wrap .p-big {
    color: var(--secondary-04);
}

/* content */
.service-slider-inner-content {
    min-height: 270px;
}

.service-slider-inner .heading-style-10 {
    color: var(--light-blue);
    margin-bottom: 30px;
}

.service-card-rating-wrap p {
    color: #4D4F51;
    margin-bottom: 10px;
}

.rating-inner {
    width: 20px;
    height: 20px;
}

/* slick arrow */
.section-service .slick-prev:before,
.section-service .slick-next:before {
    content: '';
    background: url(../images/left-arrow-icon.svg) no-repeat center / 24px auto;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
}

.section-service .slick-arrow {
    top: -26%;
    background-color: var(--gray) !important;
    height: 60px;
    width: 60px;
    border-radius: 12px !important;
    transform: translateY(-0%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    border: 1px solid var(--f0) !important;
}

.section-service .slick-prev {
    left: auto;
    right: calc(100% - (1568px) + 44px);
    transform: translateX(-100%);
}

.section-service .slick-next {
    left: auto;
    right: calc(100% - (1568px) - 26px);
    transform: translateX(-100%);
}

.section-service .slick-next:before {
    transform: rotate(180deg);
}

.section-service .slick-arrow:hover {
    border-color: var(--gray-01);
}

/* ============================================== section loan calculatore ================================================= */
.loan-calculator {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.loan-calculator:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 1) 100%);
}

.loan-calculator-wrap {
    gap: 32px;
}

.loan-calculator-wrap>.row {
    --bs-gutter-x: 32px;
}

/* content */
.loan-calculator .heading-style-8 {
    color: var(--gray-01);
    margin-bottom: 56px;
}

.loan-calculator .row {
    z-index: 1;
    position: relative;
}

.loan-calculator-wrap {
    padding: 24px;
    background-color: var(--white);
    border-radius: 16px;
}

.loan-calculator .comman-btn {
    margin-top: 12px;
}

/* right side */


.popup-img {
    background: #F2F8FD;
    border-radius: 24px 24px 300px 300px;
    height: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-img img {
    width: auto;
}

.confirmation-popup-content {
    margin: 0;
    padding: 20px 43px 30px;
}

.confirmation-popup-content p {
    color: #4D4F51;
}

.confirmation-popup-content .gb-check-wrap P {
    color: var(--dark-blue);
}
.gb-check-wrap input[type="text"]{background-color: #fac138 !important;}

.confirmation-popup-content .gb-check-wrap .gb-inner {
    padding: 7px 8px;
}

.confirmation-popup-content .gb-check-wrap .gb-inner p {
    color: var(--blue);
}

.confirmation-popup-content .comman-btn-medium {
    min-width: calc(50% - 12px);
}

.confirmation-popup-content .input-button-wrap button {
    width: 100%;
}

.confirmation-popup-content .input-button-wrap {
    flex: 1;
}

.confirmation-popup-content .transperent-blue-btn {
    border: 0;
}

.verify-detail {
    padding: 24px;
    background-color: #E4EFFA;
    border-radius: 16px;
    margin-top: 24px;
}

.verify-detail li {
    display: flex;
    gap: 12px;
    margin: 0 0 16px 0;
}

.verify-detail li:last-child {
    margin-bottom: 0;
}

.verify-detail li img {
    width: auto
}

.verify-detail li p span {
    color: var(--blue-01);
    font-family: var(--helvetica-bold);
}

.service-slider-inner {
    display: flex !important;
    flex-direction: column;
    height: auto;
}

.service-slider-inner-content {
    height: 100%;
    justify-content: space-between !important;
}
.section-service .slick-track{display: flex;}

.check-report-tab-slider-wrap,.check-report-tab-slider-wrap * {transition: none !important;}




/* ======================================================== Media Query ================================================= */
@media screen and (max-width:1600px) {

    /* ============================================== section check reports ================================================= */
    /* content */
    .section-check-reports .heading-style-2 {
        margin-bottom: 14px;
    }

    .section-check-reports .heading-style-8 {
        margin-bottom: 28px;
    }

    /* nav tab */
    .nav-tabs {
        gap: 28px;
    }

    .nav-tabs button {
        font-size: 18px;
        line-height: 28px;
        padding-block: 12px;
    }

    /* nav dec */
    .tab-content {
        margin-top: 30px;
        border-radius: 15px;
    }

    /* top */
    .tab-content .check-reports-tab-top {
        padding: 22px;
    }

    .check-reports-tab-top img {
        width: 80px;
        height: 80px;
        border-radius: 15px;
        margin-bottom: 14px;
    }

    .check-report-tab-title-wrap {
        margin-bottom: 14px;
    }

    .check-reports-tab-top .check-report-tab-title-inner .heading-style-6 {
        margin-bottom: 11px;
    }

    .check-reports-tab-top .heading-style-10 {
        margin-bottom: 14px;
    }

    /* bottom */
    .check-reports-tab-bottom {
        padding: 22px 0 22px 22px;
    }

    .check-reports-tab-bottom .heading-style-10 {
        margin-bottom: 14px;
    }

    /* slider */
    .check-report-tab-slider-inner {
        padding: 9px 11px;
        margin-right: 10px;
        gap: 7px;
        border-radius: 7px;
    }

    .tab-slider-image {
        width: 46px;
        height: 46px;
    }

    .tab-slider-image img {
        width: 28px;
        height: 28px;
    }

    /* ============================================== section service ================================================= */
    .section-service .heading-style-2 {
        margin-bottom: 44px;
    }

    .service-slider-wrap {
        left: calc(50% - (1420px / 2) + 12px);
    }

    .service-slider-inner {
        padding: 30px;
        margin-right: 14px;
        border-radius: 14px;
    }

    .service-avtar-title {
        margin-bottom: 28px;
    }

    /* image */
    .service-avtar-image img {
        width: 62px;
        height: 62px;
    }

    /* content */
    .service-slider-inner .heading-style-10 {
        margin-bottom: 28px;
    }

    .service-card-rating-wrap p {
        margin-bottom: 9px;
    }

    /* slick arrow */
    .section-service .slick-prev:before,
    .section-service .slick-next:before {
        background: url(../images/left-arrow-icon.svg) no-repeat center / 22px auto;
    }

    .section-service .slick-arrow {
        top: -25%;
        height: 58px;
        width: 58px;
        border-radius: 11px !important;
    }

    .section-service .slick-prev {
        right: calc(100% - (1420px) + 44px);
    }

    .section-service .slick-next {
        right: calc(100% - (1420px) - 26px);
    }

}

@media screen and (max-width:1500px) {

    /* ============================================== section home content  ================================================= */
    .section-home-content .heading-style-8 {
        margin-bottom: 28px;
    }

    /* second row */
    /* image */
    .section-home-content .row:last-child {
        margin-top: 52px;
    }

    /* .section-home-content .home-content-image{border-radius: 0 14px 14px 0;margin: 0 52px 0 -30%;} */
    .section-home-content .home-content-image {
        border-radius: 14px;
        margin: 0 52px 0 -30%;
    }

    /* content */
    .section-home-content ul li {
        padding: 14px;
        margin-bottom: 26px;
    }

    .section-home-content ul li .home-content-icon {
        border-radius: 7px;
        width: 68px;
        height: 68px;
    }

    .section-home-content ul li .home-content-icon img {
        width: 44px;
        height: 44px;
    }

    .section-home-content ul li .home-content-desc .heading-style-8 {
        margin-bottom: 8px;
    }

    /* ============================================== section selling  ================================================= */
    .section-selling .heading-style-2 {
        margin-bottom: 20px;
    }

    .section-selling .row {
        margin-top: 42px;
    }

    .section-selling .comman-btn {
        margin-top: 42px;
    }

    /* ============================================== section vehicle report{  ================================================= */
    /* content */
    .section-vehicle-report .heading-style-2 {
        margin-bottom: 36px;
    }

    .section-vehicle-report ul li {
        padding-left: 32px;
        margin-bottom: 20px;
    }

    .section-vehicle-report ul li:after {
        height: 24px;
        width: 24px;
    }

    .section-vehicle-report .comman-btn {
        margin-top: 38px;
    }

    /* image */
    .section-vehicle-report .vehicle-report-image {
        border-radius: 16px 0 0 16px;
        margin: 0 -30% 0 0;
    }

    /* ============================================== section check reports ================================================= */
    /* content */
    .section-check-reports .heading-style-2 {
        margin-bottom: 13px;
    }

    .section-check-reports .heading-style-8 {
        margin-bottom: 26px;
    }

    /* nav tab */
    .nav-tabs {
        gap: 22px;
    }

    .nav-tabs button {
        font-size: 17px;
        line-height: 24px;
        padding-block: 10px;
    }

    /* nav dec */
    .tab-content {
        margin-top: 22px;
        border-radius: 14px;
    }

    /* top */
    .tab-content .check-reports-tab-top {
        padding: 20px;
    }

    .check-reports-tab-top img {
        width: 75px;
        height: 75px;
        border-radius: 12px;
        margin-bottom: 12px;
    }

    .check-report-tab-title-wrap {
        margin-bottom: 12px;
    }

    .check-reports-tab-top .check-report-tab-title-inner .heading-style-6 {
        margin-bottom: 10px;
    }

    .check-reports-tab-top .heading-style-10 {
        margin-bottom: 12px;
    }

    /* bottom */
    .check-reports-tab-bottom {
        padding: 22px 0 22px 22px;
    }

    .check-reports-tab-bottom .heading-style-10 {
        margin-bottom: 14px;
    }

    /* slider */
    .check-report-tab-slider-inner {
        padding: 9px 10px;
    }

    .tab-slider-image {
        width: 44px;
        height: 44px;
    }

    .tab-slider-image img {
        width: 24px;
        height: 24px;
    }

    /* ============================================== section service ================================================= */
    .section-service .heading-style-2 {
        margin-bottom: 42px;
    }

    .service-slider-wrap {
        left: calc(50% - (1320px / 2) + 12px);
    }

    .service-slider-inner {
        padding: 26px;
        margin-right: 12px;
        border-radius: 12px;
        min-height: 310px;
    }

    .service-avtar-title {
        margin-bottom: 26px;
    }

    /* image */
    .service-avtar-image img {
        width: 60px;
        height: 60px;
    }

    /* content */
    .service-slider-inner-content {
        min-height: 230px;
    }

    .service-slider-inner .heading-style-10 {
        margin-bottom: 26px;
    }

    .service-card-rating-wrap p {
        margin-bottom: 8px;
    }

    /* slick arrow */
    .section-service .slick-prev:before,
    .section-service .slick-next:before {
        background: url(../images/left-arrow-icon.svg) no-repeat center / 22px auto;
    }

    .section-service .slick-arrow {
        top: -26%;
        height: 56px;
        width: 56px;
        border-radius: 10px !important;
    }

    .section-service .slick-prev {
        right: calc(100% - (1320px) + 44px);
    }

    .section-service .slick-next {
        right: calc(100% - (1320px) - 26px);
    }

    /* ============================================== section loan calculatore ================================================= */
    .loan-calculator-wrap {
        gap: 30px;
    }

    .loan-calculator-wrap>.row {
        --bs-gutter-x: 30px;
    }

    /* content */

    .loan-calculator .heading-style-8 {
        margin-bottom: 54px;
    }

    .loan-calculator-wrap {
        padding: 22px;
        border-radius: 14px;
    }

    .loan-calculator .comman-btn {
        margin-top: 11px;
    }

    /* right side */

}

@media screen and (max-width:1400px) {

    /* ============================================== section home content  ================================================= */
    .section-home-content .heading-style-8 {
        margin-bottom: 26px;
    }

    .section-home-content .heading-style-2 {
        padding-right: 0;
    }

    /* second row */
    /* image */
    .section-home-content .row:last-child {
        margin-top: 48px;
    }

    .section-home-content .home-content-image {
        margin: 0 40px 0 -30%;
    }

    /* content */
    .section-home-content ul li {
        padding: 12px;
        margin-bottom: 25px;
        gap: 14px;
    }

    .section-home-content ul li .home-content-icon {
        border-radius: 6px;
        width: 62px;
        height: 62px;
    }

    .section-home-content ul li .home-content-icon img {
        width: 38px;
        height: 38px;
    }

    .section-home-content ul li .home-content-desc .heading-style-8 {
        margin-bottom: 4px;
    }

    /* ============================================== section selling  ================================================= */
    .section-selling .heading-style-2 {
        margin-bottom: 16px;
    }

    .section-selling .row {
        margin-top: 40px;
        --bs-gutter-x: 10px;
    }

    .section-selling .comman-btn {
        margin-top: 40px;
    }

    /* ============================================== section vehicle report{  ================================================= */
    /* content */
    .section-vehicle-report .heading-style-2 {
        margin-bottom: 33px;
    }

    .section-vehicle-report ul li {
        padding-left: 30px;
        margin-bottom: 18px;
    }

    .section-vehicle-report ul li:after {
        height: 20px;
        width: 20px;
    }

    .section-vehicle-report .comman-btn {
        margin-top: 33px;
    }

    /* image */
    .section-vehicle-report .vehicle-report-image {
        border-radius: 14px 0 0 14px;
    }

    /* ============================================== section check reports ================================================= */
    /* content */
    .section-check-reports .heading-style-2 {
        margin-bottom: 12px;
    }

    .section-check-reports .heading-style-8 {
        margin-bottom: 24px;
    }

    /* nav tab */
    .nav-tabs {
        gap: 20px;
    }

    .nav-tabs button {
        font-size: 16px;
        line-height: 22px;
    }

    /* nav dec */
    .tab-content {
        margin-top: 20px;
        border-radius: 12px;
    }

    /* top */
    .tab-content .check-reports-tab-top {
        padding: 18px;
    }

    .check-reports-tab-top img {
        width: 74px;
        height: 74px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .check-report-tab-title-wrap {
        margin-bottom: 10px;
    }

    /* bottom */
    .check-reports-tab-bottom {
        padding: 20px 0 20px 20px;
    }

    /* slider */
    .tab-slider-image {
        width: 42px;
        height: 42px;
    }

    .tab-slider-image img {
        width: 20px;
        height: 20px;
    }

    /* ============================================== section service ================================================= */
    .section-service .heading-style-2 {
        margin-bottom: 38px;
    }

    .service-slider-wrap {
        left: calc(50% - (1120px / 2) + 12px);
    }

    .service-slider-inner {
        padding: 24px;
    }

    .service-avtar-title {
        margin-bottom: 24px;
    }

    /* image */
    .service-avtar-image img {
        width: 58px;
        height: 58px;
    }

    /* content */
    .service-slider-inner-content {
        min-height: 200px;
    }

    .service-slider-inner .heading-style-10 {
        margin-bottom: 24px;
    }

    /* slick arrow */
    .section-service .slick-arrow {
        top: -29%;
        height: 52px;
        width: 52px;
    }

    .section-service .slick-prev {
        right: calc(100% - (1120px) + 44px);
    }

    .section-service .slick-next {
        right: calc(100% - (1120px) - 26px);
    }

    /* ============================================== section loan calculatore ================================================= */
    .loan-calculator-wrap {
        gap: 28px;
    }

    .loan-calculator-wrap>.row {
        --bs-gutter-x: 28px;
    }

    /* content */

    .loan-calculator .heading-style-8 {
        margin-bottom: 50px;
    }

    .loan-calculator-wrap {
        padding: 18px;
        border-radius: 12px;
    }

    .loan-calculator .comman-btn {
        margin-top: 10px;
    }

}

@media screen and (max-width:1199px) {

    /* ============================================== section home content  ================================================= */
    .section-home-content .heading-style-8 {
        margin-bottom: 24px;
    }

    /* second row */
    /* image */
    .section-home-content .row:last-child {
        margin-top: 42px;
    }

    /* .section-home-content .home-content-image{border-radius: 0 12px 12px 0;margin: 0 20px 0 -40%;padding-top: 74.6%;} */
    .section-home-content .home-content-image {
        border-radius: 12px;
        margin: 0 20px 0 -40%;
        padding-top: 74.6%;
    }

    .section-home-content .home-content-image img {
        object-position: left center;
    }

    /* content */
    .section-home-content ul li {
        padding: 11px;
        margin-bottom: 24px;
        gap: 12px;
    }

    .section-home-content ul li .home-content-icon {
        border-radius: 5px;
        width: 58px;
        height: 58px;
    }

    .section-home-content ul li .home-content-icon img {
        width: 32px;
        height: 32px;
    }

    .section-home-content ul li .home-content-desc .heading-style-8 {
        margin-bottom: 4px;
    }

    /* ============================================== section selling  ================================================= */
    .section-selling .heading-style-2 {
        margin-bottom: 14px;
    }

    .section-selling .row {
        margin-top: 38px;
    }

    .section-selling .comman-btn {
        margin-top: 38px;
    }

    /* ============================================== section vehicle report{  ================================================= */
    /* content */
    .section-vehicle-report .heading-style-2 {
        margin-bottom: 28px;
    }

    .section-vehicle-report ul li {
        padding-left: 28px;
        margin-bottom: 14px;
    }

    .section-vehicle-report ul li:after {
        height: 18px;
        width: 18px;
    }

    .section-vehicle-report .comman-btn {
        margin-top: 30px;
    }

    /* image */
    .section-vehicle-report .vehicle-report-image {
        border-radius: 12px 0 0 12px;
        margin: 0 -40% 0 0;
    }

    /* ============================================== section check reports ================================================= */
    /* nav tab */
    .nav-tabs {
        gap: 18px;
    }

    .nav-tabs button {
        font-size: 15px;
        line-height: 20px;
    }

    /* nav dec */
    .tab-content {
        margin-top: 18px;
    }

    /* top */
    .tab-content .check-reports-tab-top {
        padding: 16px;
    }

    .check-reports-tab-top img {
        width: 72px;
        height: 72px;
    }

    /* bottom */
    .check-reports-tab-bottom {
        padding: 18px 0 18px 18px;
    }

    /* ============================================== section service ================================================= */
    .section-service .heading-style-2 {
        margin-bottom: 36px;
    }

    .service-slider-wrap {
        left: calc(50% - (920px / 2) + 12px);
    }

    .service-slider-inner {
        padding: 22px;
        max-width: 310px;
        min-width: 310px;        
    }

    .service-avtar-title {
        margin-bottom: 22px;
    }

    /* image */
    .service-avtar-image img {
        width: 54px;
        height: 54px;
    }

    /* content */
    .service-slider-inner-content {
        min-height: 200px;
    }

    .service-slider-inner .heading-style-10 {
        margin-bottom: 22px;
    }

    /* slick arrow */
    .section-service .slick-prev:before,
    .section-service .slick-next:before {
        background: url(../images/left-arrow-icon.svg) no-repeat center / 20px auto;
    }

    .section-service .slick-arrow {
        top: -26%;
        height: 40px;
        width: 40px;
        border-radius: 6px !important;
    }

    .section-service .slick-prev {
        right: calc(100% - (920px) + 26px);
    }

    .section-service .slick-next {
        right: calc(100% - (920px) - 26px);
    }

    /* ============================================== section loan calculatore ================================================= */
    .loan-calculator-wrap {
        gap: 12px;
    }

    .loan-calculator-wrap>.row {
        --bs-gutter-x: 20px;
    }

    /* content */

    .loan-calculator .heading-style-8 {
        margin-bottom: 40px;
    }

    .loan-calculator-wrap {
        padding: 17px;
    }

    .loan-calculator .comman-btn {
        margin-top: 9px;
    }

}

@media screen and (max-width:991px) {

    /* ============================================== section home content  ================================================= */
    .section-home-content .heading-style-8 {
        margin-bottom: 20px;
    }

    .section-home-content .heading-style-2 {
        margin-bottom: 20px;
    }

    /* second row */
    /* image */
    .section-home-content .row:last-child {
        margin-top: 38px;
        row-gap: 30px;
    }

    .section-home-content .home-content-image {
        margin: 0 0 0 -30%;
        padding-top: 56.6%;
    }

    /* content */
    .section-home-content ul li {
        gap: 11px;
        border-radius: 12px;
    }

    /* ============================================== section selling  ================================================= */
    .section-selling .heading-style-2 {
        margin-bottom: 12px;
    }

    .section-selling .row {
        margin-top: 55px;
    }

    .section-selling .comman-btn {
        margin-top: 34px;
    }

    /* ============================================== section vehicle report{  ================================================= */
    .section-vehicle-report .row {
        row-gap: 30px;
    }

    /* content */
    .section-vehicle-report .heading-style-2 {
        margin-bottom: 26px;
    }

    /* ============================================== section check reports ================================================= */
    .section-check-reports:after {
        background: linear-gradient(271deg, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 1) 100%);
    }

    /* nav tab */
    .nav-tabs {
        gap: 16px;
    }

    .nav-tabs button {
        font-size: 14px;
        line-height: 18px;
    }

    /* nav dec */
    .tab-content {
        margin-top: 16px;
    }

    /* top */
    .tab-content .check-reports-tab-top {
        padding: 15px;
    }

    .check-reports-tab-top img {
        width: 70px;
        height: 70px;
    }

    /* bottom */
    .check-reports-tab-bottom {
        padding: 16px 0 16px 16px;
    }

    /* ============================================== section service ================================================= */
    .section-service .heading-style-2 {
        margin-bottom: 32px;
    }

    .service-slider-wrap {
        left: calc(50% - (720px / 2) + 12px);
    }

    .service-slider-inner {
        padding: 20px;
        max-width: 371px;
        min-width: 371px;
    }

    .service-avtar-title {
        margin-bottom: 20px;
    }

    /* image */
    .service-avtar-image img {
        width: 52px;
        height: 52px;
    }

    /* content */
    .service-slider-inner-content {
        min-height: 180px;
    }

    .service-slider-inner .heading-style-10 {
        margin-bottom: 20px;
    }

    /* slick arrow */
    .section-service .slick-arrow {
        top: -25%;
        height: 40px;
        width: 40px;
    }

    .section-service .slick-prev {
        right: calc(100% - (720px) + 26px);
    }

    .section-service .slick-next {
        right: calc(100% - (720px) - 26px);
    }

    /* ============================================== section loan calculatore ================================================= */
    .loan-calculator-wrap {
        gap: 11px;
    }

    .loan-calculator-wrap>.row {
        --bs-gutter-x: 18px;
        row-gap: 30px;
    }

    /* content */

}

@media screen and (max-width:767px) {

    /* ============================================== section home content  ================================================= */
    .section-home-content .heading-style-8 {
        margin-bottom: 18px;
    }

    .section-home-content .heading-style-2 {
        margin-bottom: 18px;
    }

    /* second row */
    /* image */
    .section-home-content .row:last-child {
        margin-top: 35px;
        row-gap: 25px;
    }

    /* content */
    .section-home-content ul li {
        padding: 10px;
        margin-bottom: 18px;
        gap: 14px;
    }

    /* ============================================== section selling  ================================================= */
    .section-selling .heading-style-2 {
        margin-bottom: 11px;
    }

    .section-selling .row {
        margin-top: 45px;
    }

    .section-selling .comman-btn {
        margin-top: 30px;
    }

    /* ============================================== section vehicle report{  ================================================= */
    .section-vehicle-report .row {
        row-gap: 25px;
    }

    /* content */
    .section-vehicle-report .heading-style-2 {
        margin-bottom: 24px;
    }

    /* ============================================== section check reports ================================================= */
    /* top */
    .check-reports-tab-top img {
        width: 60px;
        height: 60px;
    }

    .check-report-tab-slider-inner {
        padding: 7px;
    }

    /* ============================================== section service ================================================= */
    .section-service .heading-style-2 {
        margin-bottom: 22px;
        max-width: 84%;
    }

    .service-slider-wrap {
        left: calc(50% - (100% / 2) + 12px);
    }

    .service-slider-inner {
        min-height: 280px;
        max-width: 280px;
        min-width: 280px;
        margin-right: 6px;
    }

    /* image */
    .service-avtar-image img {
        width: 48px;
        height: 48px;
    }

    /* content */
    .service-slider-inner-content {
        min-height: 170px;
    }

    .service-slider-inner .heading-style-10 {
        margin-bottom: 20px;
    }

    /* slick arrow */
    .section-service .slick-prev:before,
    .section-service .slick-next:before {
        background: url(../images/left-arrow-icon.svg) no-repeat center / 18px auto;
    }

    .section-service .slick-arrow {
        top: -20%;
        height: 35px;
        width: 35px;
    }

    .section-service .slick-prev {
        right: calc(100% - (100%) + 30px);
    }

    .section-service .slick-next {
        right: calc(100% - (100%) - 14px);
    }
}

@media screen and (max-width:575px) {

    /* ============================================== section home content  ================================================= */
    .section-home-content {
        text-align: center;
    }

    .section-home-content .heading-style-8 {
        margin-bottom: 15px;
    }

    .section-home-content .heading-style-2 {
        margin-bottom: 15px;
    }

    /* second row */
    /* image */
    .section-home-content .row:last-child {
        margin-top: 33px;
        row-gap: 24px;
    }

    /* .section-home-content .home-content-image{border-radius: 0 11px 11px 0;} */
    .section-home-content .home-content-image {
        border-radius: 11px;
    }

    .section-home-content ul li .home-content-icon {
        width: 50px;
        height: 50px;
    }

    .section-home-content ul li .home-content-icon img {
        width: 25px;
        height: 25px;
    }

    /* content */
    .section-home-content ul li {
        padding: 9px;
        margin-bottom: 16px;
        gap: 12px;
    }

    /* ============================================== section selling  ================================================= */
    .section-selling .heading-style-2 {
        margin-bottom: 10px;
    }

    .section-selling .row {
        margin-top: 45px;
    }

    .section-selling .comman-btn {
        margin-top: 28px;
    }

    /* ============================================== section vehicle report{  ================================================= */
    .section-vehicle-report .row {
        row-gap: 24px;
    }

    /* content */
    .section-vehicle-report .heading-style-2 {
        margin-bottom: 22px;
    }

    .section-vehicle-report ul li {
        align-items: start;
    }

    .section-vehicle-report ul li::after {
        margin-top: 3px;
    }

    /* ============================================== section check reports ================================================= */
    .check-report-tab-title-wrap {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .nav-tabs {
        gap: 10px;
        border: none;
        flex-direction: column;
    }

    .nav-tabs button {
        border-color: #AEB1B2;
    }

    /* image */
    .tab-slider-image {
        width: 32px;
        height: 32px;
    }

    .tab-slider-image img {
        width: 18px;
        height: 18px;
    }

    /* top */
    .check-reports-tab-top img {
        width: 50px;
        height: 50px;
    }

    /* ============================================== section service ================================================= */
    .section-service .heading-style-2 {
        margin-bottom: 18px;
        width: 80%;
    }

    .service-slider-wrap {
        left: calc(50% - (100% / 2) + 12px);
    }

    .service-slider-inner {
        margin-right: 12px;
        max-width: unset;
        min-width: auto;
        margin: 0 auto;
    }

    /* image */
    .service-avtar-image img {
        width: 44px;
        height: 44px;
    }

    /* slick arrow */
    .section-service .slick-prev:before,
    .section-service .slick-next:before {
        background: url(../images/left-arrow-icon.svg) no-repeat center / 16px auto;
    }

    .section-service .slick-arrow {
        top: -55px;
        height: 32px;
        width: 32px;
    }

    .section-service .slick-prev {
        right: calc(100% - (100%) + 34px);
    }

    .section-service .slick-next {
        right: calc(100% - (100%) - 6px);
    }

    /* ============================================== section loan calculatore ================================================= */
    .loan-calculator {
        display: none;
    }

    .loan-calculator-wrap {
        gap: 10px;
    }

    .loan-calculator-wrap>.row {
        --bs-gutter-x: 15px;
        row-gap: 22px;
    }

    /* content */
    .loan-calculator .heading-style-2 {
        margin-bottom: 12px;
    }

    .loan-calculator .heading-style-8 {
        margin-bottom: 18px;
    }
}