
/* Media queries: (https://getbootstrap.com/docs/5.2/layout/breakpoints/#available-breakpoints)
- Mobile view from 0px to 575px
- Tablet view from 576px to 991px
- Desktop view from 992px and above */
/* Sizes: % (flex or grid), rem (fixed sizes), vw (last option) */
/* - For rem convertion, html = font-size: 62.5%; with this 1rem = 10px */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: var(--main-font);
}

/*FONTS*/

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/Segoe UI');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Italic';
    src: url('../fonts/Segoe UI Italic');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Bold';
    src: url('../fonts/Segoe UI Bold');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI Bold Italic';
    src: url('../fonts/Segoe UI Bold Italic');
    font-style: normal;
    font-display: swap;
}

:root {
    --bravoauto-blue: #65A1D7;
    --bravoauto-dark-blue: #00395C;
    --bravoauto-green: #A7C712;
    --bravoauto-cream: #F7F7F7;
    --main-font: 'Open Sans', sans-serif;
    --bravoauto-gray: #262F33;
    --bravoauto-black: #000000;
    --bravoauto-mid-gray: #575756;
    --bravoauto-light-gray: #DADAD9;
    --used-cars: #CA3032;
    --used-cars-dark: #8F8F8F;
    --used-cars-light: #131313C9;

    --font-family-1: 'Segoe UI';
    --font-family-2: 'Segoe UI Italic';
    --font-family-3: 'Segoe UI Bold';
    --font-family-4: 'Segoe UI Bold Italic';
}

html {
    font-size: 62.5%;
    overflow-x: clip;
}

.grecaptcha-badge {
    z-index: 20000;
    position: absolute;
    top: 80%;
}

a {
    text-decoration: none !important;
}

/*Main Banner CSS*/
.banner {
    position: relative;
    text-align: left;
}

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

    .banner .banner-content {
        position: absolute;
        /* BANNER CAROUSEL */
        /* top: 50%; */
        bottom:20%;
        transform: translate(0%, 50%);
        text-align: left;
        max-width: 100%;
    }

        .banner .banner-content h2 {
            font-weight: 500;
            font-size: 2rem;
            width: 100%;
            line-height: 2vw;
        }

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

    .banner .banner-content {
        position: absolute;
        /* BANNER CAROUSEL */
        /* top: 50%; */
        transform: translate(0%, 50%);
        text-align: left;
        max-width: 100%;
    }

        .banner .banner-content h2 {
            font-weight: 500;
            font-size: 2rem;
            width: 100%;
            line-height: 2vw;
        }

.banner-title {
    font-weight: 700;
    font-size: 3.5rem;
    max-width: 100%;
    margin: 1vw 0;
}
/*Input Buttons CSS*/
.input-banner {
    height: auto;
    width: auto;
    background-color: #CA3032;
    padding: 1px;
}

.large-primary-button {
    font-weight: 700;
    border-radius: 0px;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 20px;
    padding: 0px 32px;
    height: 44px;
    text-align: center;
    background-color: #E8E8E8;
    color: #000;
    cursor: pointer;
    width: 18vw;
    outline: none;
    border: none;
    margin-top: 1vw;
    margin-bottom: 1vw;
}


.car-brands {
    font-weight: 400;
    border-radius: 66px;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 20px;
    padding: 0px 19px;
    height: 44px;
    background-color: #FFFFFF;
    border: #FFFFFF;
    color: #65A1D7;
    cursor: pointer;
    appearance: none;
    background-image: url(/imgs_bravoauto/home/Path.png);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
    margin: 1vw auto;
    width: 18vw;
}

.input-buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/*Main Cards CSS*/
.main-cards {
    justify-content: center;
    margin-top: 1vw;
    position: relative;
    width: 100vw;
}

    .main-cards .large-heading {
        width: 100%;
        text-align: left;
        padding: 2vw 0px;
        margin: auto;
        display: block;
        color: var(--bravoauto-black);
        text-align: center;
        font-size: 4rem;
        font-weight: 700;
    }

    .main-cards .subtitle-heading {
        width: 95%;
        padding: 20px 0px;
        margin: auto;
        display: block;
        color: var(--bravoauto-dark-blue);
        text-align: center;
        font-size: 2rem;
        font-weight: 500;
    }

.image-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 2vw;
}

.image-container {
    position: relative;
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0.5vw;
}

    .image-container img {
        width: 100%;
        height: 110%;
        border-radius: 44px;
        transition: ease-out 0.3s;
        cursor: pointer;
    }

        .image-container img:hover {
            box-shadow: 3px 3px 10px rgba(129, 138, 165, 0.594), -3px -3px 10px rgba(129, 138, 165, 0.594);
        }

.caption-cards {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 1.5vw 25px;
    font-size: 3rem;
    text-align: center;
    border-radius: 44px;
    margin: 1vw 2.5vw;
    font-weight: 700;
    width: fit-content !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8vw;
    height: 1vw;
}

/*Secondary Cards CSS*/
.secondary-cards {
    justify-content: center;
    position: relative;
    padding-bottom: 2vw;
    background: var(--bravoauto-dark-blue);
}

.secondary-card-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card-container {
    position: relative;
    flex: 0 0 30%;
    max-width: 30%;
}

    .card-container img {
        margin-bottom: 2vw;
        width: 100%;
    }

.caption-secondary-cards {
    position: absolute;
    bottom: 0vw;
    left: 50%;
    transform: translateX(-50%);
    background: var(--bravoauto-blue);
    color: #fff;
    padding: 1.5vw 2vw;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 44px;
    font-weight: 500;
    width: fit-content !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8vw;
    height: 2vw;
    border: 1px solid;
    cursor: pointer;
}

/*Informative Banner CSS*/
.informative-banner-title {
    color: var(--inchcape-gray);
    font-weight: 700;
    font-size: 3rem;
}

.informative-banner-body {
    color: var(--inchcape-gray);
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 0;
}

    .informative-banner-body strong {
        font-size: 2rem;
    }

.informative-banner-img {
    width: 100%;
    margin-left: auto;
    align-items: center;
    margin-top: 2%;
    border-radius: 44px;
}

.informative-banner-body ul {
    list-style: inside;
}

.w-100 {
    border-radius: 40px;
}

.link-overlay{
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    position: absolute;
    z-index: 2 !important;
}


/*Buttons*/
.primary-banner-button {
    background: #C40303;
    border-radius: 0px;
    color: #fff;
    line-height: 20px;
    padding: 0.8vw 5vw;
    text-decoration: none;
    height: auto;
    margin-right: 1vw;
    font-weight: 700;
    font-size: 1.8rem;
    border: none;
}

    .primary-banner-button:hover {
        color: #fff !important;
        background-color: black !important;
    }

.secondary-banner-button:hover {
    color: #fff !important;
    background-color: black !important;
}

.secondary-banner-button {
    background: #CFCFCF;
    border-radius: 0px;
    color: #000000;
    line-height: 20px;
    padding: 0.8vw 5vw;
    text-decoration: none;
    height: auto;
    margin-right: 1vw;
    font-weight: 700;
    font-size: 1.8rem;
    border: none;
}

.primary-banner-home-button {
    background: #C40303;
    border-radius: 0px;
    font-size: 1.5rem;
    color: #fff;
    line-height: 80px;
    text-decoration: none;
    height: auto;
    margin-right: 1vw;
    font-weight: 700;
}

.whatsapp-img {
    max-width: 100% !important;
    margin-top: -10px;
}

.banner-button {
    border-radius: 50px;
    font-size: 2.2rem;
    line-height: 5vw;
    border-width: 500px;
    padding: 0.5vw 2vw;
    text-decoration: none;
    font-weight: 600;
    height: auto !important;
}

.primary-button {
    background: var(--bravoauto-dark-blue);
    border-radius: 50px;
    font-size: 2.2rem;
    color: white;
    line-height: 80px;
    padding: 0.5vw 2vw;
    text-decoration: none;
    border: 1px solid var(--bravoauto-dark-blue);
    height: auto !important;
}

.secondary-button {
    background: #fff;
    border-radius: 50px;
    font-size: 2.2rem;
    color: var(--bravoauto-dark-blue);
    line-height: 80px;
    padding: 0.5vw 2vw;
    text-decoration: none;
    border: 1px solid var(--bravoauto-dark-blue);
    height: auto !important;
}

/*Colored cards CSS*/
.ba-colored-card {
    height: 15vw;
}

.medium-heading {
    margin: 1vw;
    line-height: 2.5vw;
    font-size: 2.8rem;
}

.large-paragraph-captions {
    margin: 1vw;
    line-height: 1.5vw;
    font-size: 1.8rem;
}

/*Accordion CSS*/
.accordion .accordion-item .acc-btn {
    position: relative;
    padding: 10px;
    color: #65A1D7;
    cursor: pointer;
    width: 100%;
    border: none;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 22px;
    background-color: white;
    border-radius: 0px;
}

.accordion .accordion-item {
    border-top: none;
    border-left: none;
    border-right: none;
}

.accordion-item {
    border-radius: 0px;
}

.accordion-title {
    color: #65A1D7;
    font-weight: 700;
    /* font-family: 'nunito sans'; */
    font-size: 2.5rem;
    line-height: 3vw;
    text-indent: 50px;
}

.accordion .accordion-item .acc-btn::before {
    content: '-';
    position: absolute;
    top: 50%;
    left: 1.5%;
    transform: translateY(-50%);
    font-size: 3rem;
    font-weight: 700;
    color: #65A1D7;
}

.accordion .accordion-item .acc-btn.collapsed::before {
    content: '+';
    color: #65A1D7;
}

.accordion .accordion-body {
    font-size: 2rem;
    padding: 0px 4vw;
    list-style: inside;
}

.caption {
    font-size: 1.8rem;
    font-family: var(--main-font);
}

.flex-item {
    /* font-family: 'Nunito Sans'; */
    font-style: normal;
    padding: 20px 0px;
    color: #575756;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.style-container {
    color: #575756;
}

.toggle-switch {
    width: 180px;
    height: 47px;
    padding: 0px 24.829986572265625px 0px 0px;
    border-radius: 28px;
    gap: 25px;
    background: #F4F4F4;
}

    .toggle-switch input[type="checkbox"] {
        display: none;
    }

    .toggle-switch label {
        position: absolute;
        width: 340px;
        height: 47px;
        border-radius: 28px;
        border: 1px solid #D0D0CD;
        box-shadow: 0px 0px 16px 0px #0000000F;
    }

        .toggle-switch label::before {
            content: "";
            position: absolute;
            background-color: #fff;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease;
            width: 190px;
            height: 47px;
            border-radius: 28px;
            cursor: pointer;
        }

        .toggle-switch label::after {
            content: "";
            position: absolute;
            background-color: #fff;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease;
            width: 190px;
            height: 47px;
            border-radius: 28px;
            cursor: pointer;
        }

    .toggle-switch input[type="checkbox"]:checked + label {
        background-color: #F4F4F4;
    }

        .toggle-switch input[type="checkbox"]:checked + label::after {
            transform: translateX(150px);
        }

.toggle-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 10%;
    padding-left: 30px;
    width: 70%;
    max-width: 400px;
}

    .toggle-text span {
        /* font-family: Nunito Sans; */
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
        height: 22px;
        color: #000;
        pointer-events: none;
    }

.toggle-switch input[type="checkbox"]:checked + .toggle-text span:first-child {
}

.toggle-switch input[type="checkbox"]:checked + .toggle-text span:last-child {
}


.button-container {
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
    /*padding: 50px;*/
    margin: 10px;
    50px;
    text-align: center;
}

.buttonOne {
    display: block;
    width: 150px;
    height: 40px;
    margin: 10px 0;
    background-color: transparent;
    color: black;
    border: none;
    border-radius: 28px;
    cursor: pointer;
}

.buttonTwo {
    display: block;
    width: 150px;
    height: 40px;
    margin: 10px 0;
    background-color: #A7C712;
    color: black;
    border: none;
    border-radius: 28px;
    cursor: pointer;
}

.dropdown-form {
    display: none;
    position: absolute;
    top: 80%;
    left: 0;
    background-color: #fff;
    padding: 20px;
    width: 443px;
    height: 320.5px;
    gap: 70px;
    box-shadow: 1px 1px 9px 0px #00000040;
    z-index: 1;
}

.form-div {
    width: 403px;
    height: 167.5px;
    gap: 50px;
}

.switch-button {
    position: relative;
    width: 100%;
    height: 100px;
    padding: 0px 24.829986572265625px 0px 0px;
    border-radius: 28px;
    gap: 25px;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

    .switch-button.r,
    .switch-button.r .layer {
        border-radius: 100px;
    }

    .switch-button.b2 {
        border-radius: 2px;
        margin-left: 20px;
    }

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
    background-color: #D0D0CD;
    border-color: #D0D0CD;
    border-width: 3px;
}

#button-toggle .knobs:before,
#button-toggle .knobs:after,
#button-toggle .knobs span {
    position: absolute;
    top: 10%; /* Adjust the top position */
    width: 50%; /* Increase the width */
    /* font-family: Nunito Sans; */
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 50px;
    justify-content: space-between;
}

#button-toggle .knobs:before {
    content: "";
    left: 0px; /* Adjust the left position */
    color: #65A1D7;
    border-color: #D0D0CD;
}

#button-toggle .knobs:after {
    content: "Monthly Price";
    right: 12%; /* Adjust the right position */
    color: #65A1D7;
    background: #DADAD9;
}

#button-toggle .knobs span {
    display: inline-block;
    left: 0px; /* Adjust the left position */
    color: #000;
    z-index: 1;
}

#button-toggle .checkbox:checked + .knobs span {
    color: #65A1D7;
}

#button-toggle .checkbox:checked + .knobs:before {
    left: 40%; /* Adjust the left position */
    color: black;
}

#button-toggle .checkbox:checked + .knobs:after {
    color: #000;
    z-index: 23;
}

#button-toggle .checkbox:checked ~ .layer {
}
/*Informative tabs css*/
.image-tabs-general {
    justify-content: center;
    text-align: center;
}

    .image-tabs-general img {
        width: 90%;
        max-width: 70rem;
    }

.container-tabs-general {
    display: grid;
    grid-template-columns: repeat(2, 50%);
}

.section-tabs-general,
.section-tabs-general::before,
.section-tabs-general::after {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

    .section-tabs-general h1 {
        margin: 3rem;
        text-align: center;
        font-weight: 700;
        font-size: 4.2rem;
        line-height: 57px;
        color: #262F33;
    }

    .section-tabs-general .main {
        padding: 1rem;
    }

        .section-tabs-general .main .tab-menu {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            max-width: 100%;
            height: auto;
            margin: 0 auto;
            border-bottom: .5px solid #262F33;
            transition: all 0.3s ease;
        }

        .section-tabs-general .main .tab-menu-link {
            position: relative;
            overflow: hidden;
            font-family: inherit;
            font-size: 2rem;
            font-weight: 400;
            line-height: inherit;
            cursor: pointer;
            height: auto;
            padding: 0.1rem 0rem;
            border-bottom: 2.5px solid transparent;
            color: black;
            background: #ffffff;
            transition: all 0.3s ease;
            border: 0;
        }

            .section-tabs-general .main .tab-menu-link::before {
                position: absolute;
                content: "";
                top: 0;
                left: 0;
                width: 100%;
                height: auto;
                z-index: 2;
            }

            .section-tabs-general .main .tab-menu-link.is-active {
                bottom: 0px;
                z-index: 0;
                overflow: hidden;
                border-bottom: 2.5px solid #65A1D7;
                border-radius: 0;
                color: var(--bravoauto-blue);
                background: #ffffff;
            }


        .section-tabs-general .main .tab-bar {
            padding: 2.5rem 0;
            font-size: 2rem;
            overflow: hidden;
            background: #ffffff;
        }

        .section-tabs-general .main .tab-bar-content {
            display: none;
            width: 100%;
            min-height: 10rem;
            transition: all 0.3s ease;
        }

            .section-tabs-general .main .tab-bar-content.is-active {
                display: block;
            }

    .section-tabs-general .button_su_inner {
        padding: .8rem;
        width: auto;
        font-size: 0.8rem;
        color: #FFFFFF;
    }

        .section-tabs-general .button_su_inner.second {
            padding: .8rem;
            width: auto;
            background-color: #FFFF;
            color: #65A1D7;
            border: 1px solid #65A1D7;
        }

            .section-tabs-general .button_su_inner.second:hover {
                color: #ffffff;
            }

.container-buttons-general {
    margin-top: 3rem;
}

.noImageTabs .nav-tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 2px solid #262F33;
}

.noImageTabs .nav-link {
    border: none;
    color: #262F33;
}

    .noImageTabs .nav-link.active {
        color: #65A1D7;
        border-bottom: 2px solid #65A1D7;
    }


.section-customer-info {
    background-color: #F6F6F6;
    padding: 1rem 1rem;
}

.section-customer-info {
    background-color: #F6F6F6;
    padding: 1rem 1rem;
}

.large-heading span {
    color: var(--used-cars);
    font-size: 3.8rem;
}

.mobile-btn {
    display: none;
}

.desktop-btn {
    height: 0px;
    width: auto;
}

/*Media Queries*/
@media (min-width: 0px) and (max-width: 575px) {

    .banner-button {
        height: auto !important;
        width: fit-content;
        font-size: 0.8rem;
        padding: 0.8vw 4vw;
    }


    .col-md-3 {
        padding-left: calc(var(--bs-gutter-x) * .4);
    }

    .input-banner {
        height: auto;
    }

    .primary-button {
        padding: 4vw;
        line-height: 0;
        display: flex;
        width: fit-content;
        margin-bottom: 2vw;
        height: auto !important;
        display: flex;
        font-size: 1.2rem;
    }

    .secondary-button {
        padding: 5vw 5vw;
        line-height: 0;
        width: fit-content;
        margin-bottom: 2vw;
        height: auto !important;
        display: flex;
        font-size: 1.2rem;
    }

    .secondary-banner-button {
        padding: 2vw 3vw;
        line-height: 0;
        font-size: 1rem;
    }

    .whatsapp-img {
        max-width: 15%;
        height: 18%;
        margin-top: -20px;
        /* margin-left: 16vw;*/
        margin-bottom: -20px;
    }

    .banner .banner-content h2 {
        font-size: 1rem;
        line-height: 5vw;
        width: fit-content;
    }

    .banner-title {
        font-size: 2rem;
        line-height: 30px;
        max-width: 100%;
    }

    .banner .banner-content {
        transform: translate(0%, -2%);
    }

    .input-buttons {
        flex-direction: column;
    }

    .image-banner {
        flex-direction: column;
        align-items: center;
    }

    .secondary-card-banner {
        flex-direction: column;
        align-items: center;
    }

    .image-container img {
        width: 80vw;
        height: auto;
        margin: 0.5rem 0;
    }

    .image-container, .card-container {
        flex-basis: 40%;
        max-width: 100%;
    }

    .card-container {
        flex-basis: 40%;
        max-width: 100%;
        margin-bottom: 3vw;
    }

    .informative-banner {
        flex-direction: column;
        align-items: center;
    }

    .main-cards .large-heading {
        font-size: 2rem;
        padding: 3vw 0px;
        line-height: 8vw;
    }

    .main-cards .subtitle-heading {
        font-size: 1.5rem;
        padding: 3vw 0px;
    }

    .caption-cards {
        font-size: 2rem;
        height: auto !important;
        padding: 1.5vw 4vw;
        margin: 7vw 6vw;
    }

    .caption-secondary-cards {
        font-size: 1.2rem;
        height: auto !important;
    }

    .informative-banner-title {
        color: #C40303;
        font-size: 2.2rem;
    }

    .informative-banner-body {
        font-size: 1.5rem;
    }

        .informative-banner-body strong {
            font-size: 1.5rem;
        }

    .secondary-banner-title {
        font-size: 1.3rem;
        max-width: 100%;
    }

    .ba-colored-card {
        height: 35vw;
    }

    .large-paragraph-captions {
        margin: 3vw;
        line-height: 4vw;
        font-size: 1.2rem;
    }

    .medium-heading {
        margin: 3vw;
        line-height: 5vw;
        font-size: 1.5rem;
        width: 90%;
    }

    .accordion-title {
        font-size: 1.3rem;
        line-height: 6vw;
        width: 74vw;
        text-indent: 5vw;
        text-align: left;
    }

    .accordion .accordion-item .accordion-header {
        display: grid;
        grid-template-columns: auto;
    }

    .accordion .accordion-item .acc-btn::before {
        font-size: 2rem;
    }

    .accordion .accordion-body {
        font-size: 1.2rem;
        padding-left: 8vw;
    }

    .secondary-banner-button {
        padding: 7vw 2vw;
        font-size: 1.5rem;
        display: flex;
        /* flex-direction: column;*/
        width: 100%;
        margin-left: 0px;
        align-items: center;
        justify-content: center;
        /* text-align: center;*/
    }

    .car-brands, .large-primary-button {
        width: 91vw;
        font-size: 1.6rem;
    }

    .large-heading span {
        font-size: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .desktop-btn {
        display: none;
    }

    .mobile-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        /* FIX CAROUSEL */
        /* height: 80px; */
        transform: translateY(0%);
        width: 90% !important;
        margin: auto;
    }

    .primary-banner-button {
        padding: 5vw 2vw;
        font-size: 1.5rem;
        width: 100% !important;
        text-align: center;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .primary-banner-home-button {
        line-height: 0;
        font-size: 1.5rem;
        width: 100% !important;
        text-align: center;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 375px) {

    .whatsapp-img {
        max-width: 15%;
        height: 18%;
        margin-top: -25px;
        /* margin-left: 18vw;*/
        margin-bottom: -22px;
    }

    .col-md-3 {
        padding-left: calc(var(--bs-gutter-x) * .55);
    }
}

@media (min-width: 425px) {

    .whatsapp-img {
        max-width: 12%;
        height: 18%;
        margin-top: -25px;
        /* margin-left: 22vw;*/
        margin-bottom: -20px;
    }

    .col-md-3 {
        padding-left: calc(var(--bs-gutter-x) * .7);
    }
}

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

    .whatsapp-img {
        max-width: 12%;
        height: 18%;
        margin-top: -25px;
        /*margin-left: 0vw;*/
        margin-bottom: -20px;
    }

    .col-md-3 {
        padding-left: calc(var(--bs-gutter-x) * .8);
    }

    .input-banner {
        height: auto;
    }

    .mobile-btn {
        display: none;
    }

    .banner-button {
        font-size: 1.5rem;
        padding: 1.5vw 2vw;
    }

    .primary-button {
        width: 374px;
        height: 53px;
        padding: 16px 28px 16px 28px;
        border: 1px;
        gap: 10px
    }

    .primary-banner-button {
        padding: 2vw 5vw;
    }

    .secondary-button {
        padding: 2vw;
        font-size: 1.5rem;
    }

    .primary-banner-button {
        font-size: 1.5rem;
    }

    .secondary-banner-button {
        padding: 2vw 5vw;
        font-size: 1.5rem;
        width: 50%;
    }

    .banner .banner-content h2 {
        font-size: 2rem;
        line-height: 5vw;
    }

    .banner-title {
        font-size: 4rem;
    }

    .banner .banner-content {
        top: 50%;
        transform: translate(-5%, 100%);
    }

    .input-buttons {
        flex-direction: column;
    }

    .image-banner {
        flex-direction: column;
        align-items: center;
    }

    .secondary-card-banner {
        flex-direction: column;
        align-items: center;
    }

    .image-container img {
        width: 80vw;
        height: auto;
        margin: 0.5rem 0;
    }

    .image-container, .card-container {
        flex-basis: 40%;
        max-width: 100%;
    }

    .card-container {
        flex-basis: 40%;
        max-width: 100%;
        margin-bottom: 3vw;
    }

    .informative-banner {
        flex-direction: column;
        align-items: center;
    }

    .main-cards .large-heading {
        font-size: 3rem;
        padding: 3vw 0px;
    }

    .caption-cards {
        font-size: 3rem;
        height: auto !important;
        padding: 1vw 4vw;
        margin: 7vw 6vw;
    }

    .caption-secondary-cards {
        font-size: 2rem;
        height: auto !important;
    }

    .informative-banner-title {
        color: #C40303;
        font-size: 3rem;
    }

    .informative-banner-body {
        font-size: 2rem;
    }

        .informative-banner-body strong {
            font-size: 2rem;
        }

    .secondary-banner-title {
        font-size: 3rem;
        max-width: 100%;
    }

    .ba-colored-card {
        height: 35vw;
    }

    .large-paragraph-captions {
        margin: 3vw;
        line-height: 4vw;
        font-size: 2rem;
    }

    .medium-heading {
        margin: 3vw;
        line-height: 5vw;
        font-size: 2.6rem;
        width: 90%;
    }

    .accordion-title {
        font-size: 2.5rem;
        line-height: 6vw;
        width: 74vw;
        text-indent: 5vw;
        text-align: left;
    }

    .accordion .accordion-item .accordion-header {
        display: grid;
        grid-template-columns: auto;
    }

    .accordion .accordion-item .acc-btn::before {
        font-size: 3.5rem;
    }

    .accordion .accordion-body {
        font-size: 2rem;
        padding-left: 8vw;
    }

    .car-brands, .large-primary-button {
        width: 21vw;
    }

    .large-heading span {
        font-size: 3rem;
    }

    .input-banner {
        height: 90px;
        width: auto;
        background-color: #CA3032;
        padding: 1px;
    }
}

@media only screen and (min-width: 992px) {

    .mobile-btn {
        display: none;
    }

    .banner-button {
        font-size: 2rem;
        padding: 0.8vw 2vw;
    }

    .primary-button {
        padding: 1vw 2vw;
        font-size: 1.5rem;
    }

    .secondary-button {
        padding: 1vw 2vw;
        font-size: 1.5rem;
    }

/*    .secondary-banner-button {
        padding: 1vw 2vw;
        font-size: 1.5rem;
    }*/

    .informative-banner-title {
        color: #C40303;
        font-size: 3rem;
    }

    .informative-banner-body {
        font-size: 2rem;
    }

        .informative-banner-body strong {
            font-size: 2rem;
        }

    .main-cards .large-heading {
        font-size: 3rem;
        margin-bottom: 10px;
    }

    .caption-cards {
        font-size: 2.2rem;
        height: auto !important;
        padding: 0.8vw 1.5vw;
    }

    .caption-secondary-cards {
        font-size: 1.5rem;
        height: auto !important;
        padding: 0.5vw 1.5vw;
    }

    .secondary-banner-title {
        font-size: 3.5rem;
    }

    .banner-title {
        font-size: 4rem;
    }

    .banner .banner-content h2 {
        font-size: 3rem;
    }

    .large-heading span {
        font-size: 3rem;
    }

    .whatsapp-img {
        max-width: 100%;
        height: 10%;
        margin-top: -30px;
        /*margin-left: 0px;*/
    }
}

@media only screen and (min-width: 2000px) {

    .car-brands, .large-primary-button {
        font-size: 2rem;
    }

    .informative-banner-title {
        color: #C40303;
        font-size: 5rem;
    }

    .informative-banner-body {
        font-size: 4rem;
    }

        .informative-banner-body strong {
            font-size: 4rem;
        }

    .main-cards .large-heading {
        font-size: 6rem;
    }

    .caption-cards {
        font-size: 3rem;
    }

    .caption-secondary-cards {
        font-size: 3rem;
    }

    .secondary-banner-title {
        font-size: 6rem;
    }

    .large-paragraph-captions {
        font-size: 3rem;
    }

    .medium-heading {
        font-size: 5rem;
    }

    .banner-title {
        font-size: 6rem;
    }

    .banner .banner-content h2 {
        font-size: 4rem;
    }

    .large-paragraph-captions {
        font-size: 3rem;
    }

    .main-cards .subtitle-heading {
        font-size: 3rem;
    }

    .accordion-title {
        font-size: 4.5rem;
        text-indent: 5vw;
        text-align: left;
    }

    .accordion .accordion-item .acc-btn::before {
        font-size: 6rem;
    }

    .accordion .accordion-body {
        font-size: 3rem;
        padding-left: 8vw;
    }
}

/*Informative Tabs Media Query*/

@media screen and (min-width: 993px) and (max-width: 1300px) {

    .section-customerCare .container-tabs-finance {
        display: grid;
        grid-template-columns: 100%;
    }

    .image-tabs-general {
        order: -1;
    }

        .image-tabs-general img {
            padding-top: 5%;
            max-width: 40rem;
        }

    .section-tabs-general .main .tab-bar {
        padding: 2.5rem 0;
        font-size: 1.8rem;
        overflow: hidden;
        background: #ffffff;
        flex-direction: unset;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
    }

    .section-tabs-general .main .tab-menu {
        align-items: center;
        max-width: 80%;
        height: 50%;
        font-size: 1.2rem;
    }

    .section-tabs-general .main .tab-menu-link {
        font-size: 1.5rem;
        display: flex;
        flex-wrap: wrap;
        margin: 1rem 0;
    }
}

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

    .container-tabs-general {
        display: flex;
        flex-direction: column-reverse;
    }
    .w--100{
        width: 100% !important;
    }
}

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

    .image-tabs-general img {
        max-width: 90%;
        padding-top: 15%;
        max-width: 70rem;
    }

    .section-tabs-general .main .tab-menu {
        align-items: center;
        /* max-width: 80%; */
        height: 50%;
        font-size: 1.2rem;
        display: block;
        border-bottom: none;
        padding: 0;
    }

    .section-tabs-general .main .tab-menu-link {
        font-size: 1.5rem;
        display: flex;
        flex-wrap: wrap;
        margin: 1em 0;
        border-bottom: 2px solid #262F33;
    }

    .section-tabs-general .main .tab-bar {
        padding: 1.5rem 0;
        font-size: 1.3rem;
        overflow: hidden;
    }
}

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

    .noImageTabs .nav-tabs {
        border-bottom: none;
    }

    .noImageTabs .nav-link {
        border-bottom: 2px solid #262F33;
        margin-bottom: 0px;
        font-size: 15px;
    }

    .noImageTabs .nav-tabs li {
        width: 100%;
        line-height: 30px;
    }
}

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

    .primary-button {
        width: 374px;
        height: 53px;
        padding: 16px 28px 16px 28px;
        border: 1px;
        gap: 10px
    }
}
