﻿* {
    padding: 0;
    margin: 0;
}

.banner-customer {
    width: 100%;
    position: relative;
}

.text-customer {
    position: absolute;
    top: 20%;
    left: 3%;
}

.text-customer h1 {
    color: #ffff;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    padding: 1.5rem 0;
}

.text-customer p {
    color: #ffff;
    font-weight: 200;
    font-size: 28px;
    line-height: normal;
}

.img-banner-customer {
    width: 100%;
    background-color: #F6F6F6;
}

.img-banner-customer img {
    width: 100%;
    object-fit: cover;
}

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

.container-customer-info h3 {
    text-align: center;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.66;
    color: #262F33;
    margin-top: 1%;
}

.container-customer-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #262F33;
    padding: 2rem 3rem;
    margin-bottom: 5%;
}

.section-customer-3 h2 {
    text-align: center;
    padding: 3rem;
    font-style: normal;
    font-weight: 800 !important;
    font-size: 4vh !important;
    color: #00395C;
    padding-bottom: 1vh !important;
}

.content-customer-3 {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 2%;
    justify-content: center;
    padding: 1.5rem 0;
    position: relative;
}

.content-customer-3 .item-customer-3 {
    padding: 2rem;
    border-radius: 8px;
    height: 35vh;
    width: 22vw;
}

.content-customer-3 .item-customer-3 h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 3.5vh !important;
    line-height: 5vh !important;
    padding: 1rem 2rem;
    margin-top: 1vh !important;
}

.content-parr {
    position: relative;
    height: 3rem;
}

.content-parr p {
    position: absolute;
    bottom: 0;
}

.content-customer-3 .item-customer-3 p {
    font-weight: 400;
    font-size: 2vh !important;
    line-height: 3vh !important;
    margin-left: 1vw !important;
    width: 16vw !important;
}

.card-1{
    margin-top: 9vh !important;
}

.card-2 {
    margin-top: 5vh !important;
}

.card-3 {
    margin-top: 10vh !important;
}

.card-4 {
    margin-top: 15vh !important;
}

.content-customer-3 .item-1 {
    background-color: #A7C712;
}

.content-customer-3 .item-1 h3 {
    color: #ffff;
}

.content-customer-3 .item-1 p {
    color: #00395c;
}

.content-customer-3 .item-2 {
    background-color: #e06210;
}

.content-customer-3 .item-2 h3 {
    color: #00395c;
}

.content-customer-3 .item-2 p {
    color: #00395c;
}
       
.content-customer-3 .item-3 {
    background-color: #65A1D7;
}

.content-customer-3 .item-3 h3 {
    color: #00395c;
}

.content-customer-3 .item-3 p {
    color: #ffff;
}

.content-customer-3 .item-4 {
    background-color: #FFD600;
}

.content-customer-3 .item-4 h3 {
    color: #00395c;
}

.content-customer-3 .item-4 p {
    color: #00395c;
}

/* Section tabs */
.section-customerCare .image-tabs-finance {
    justify-content: center;
    text-align: center;
   
}

.section-customerCare .image-tabs-finance img {
    width: 90%;
    max-width: 70rem;
}

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

.section-customerCare .section-tabs-finance,
.section-customerCare .section-tabs-finance::before,
.section-customerCare .section-tabs-finance::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-customerCare .section-tabs-finance h1 {
    margin: 3rem;
    text-align: center;
    font-weight: 700;
    font-size: 42px;
    line-height: 57px;
    color: #262F33;
}

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

.section-customerCare .section-tabs-finance .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-customerCare .section-tabs-finance .main .tab-menu-link {
    position: relative;
    overflow: hidden;
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: inherit;
    cursor: pointer;
    width: calc(100% / 3);
    height: auto;
    padding: 0.1rem 0rem;
    border-bottom: 2.5px solid transparent;
    color: black;
    background: #ffffff;
    transition: all 0.3s ease;
}

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

.section-customerCare .section-tabs-finance .main .tab-menu-link.is-active {
    bottom: 0px;
    z-index: 0;
    overflow: hidden;
    border-bottom: 2.5px solid #65A1D7;
    border-radius: 0;
    color: #65A1D7;
    background: #ffffff;
}


.section-customerCare .section-tabs-finance .main .tab-bar {
    padding: 2.5rem 0;
    font-size: 20px;
    overflow: hidden;
    background: #ffffff;
}

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

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

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

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

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

.section-customerCare .container-buttons-finance {
    margin-top: 3rem;
}


/* End Section tabs */


/*Responsive Design*/

@media screen and (min-width: 1000px) and (max-width: 1024px) {

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

.content-customer-3 .item-customer-3 {
    height: 32vh;
}

.text-customer h1 {
    color: #ffff;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 8px;
    padding: 1.5rem 0;
}

.text-customer p {
    color: #ffff;
    font-weight: 200;
    font-size: 18px;
    line-height: normal;
} 

.img-banner-customer {
    width: 100%;
    background-color: #F6F6F6;
}

.img-banner-customer img {
    width: 100%;
    object-fit: cover;
    min-height: 10rem;
    object-position: 80% center;
}

.container-customer-info p {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #262F33;
    padding: 1rem;
    margin-bottom: 1%;
}

.container-customer-info h3 {
    font-size: 28px;
}

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

.section-customerCare .section-tabs-finance .main .tab-bar {
    padding: 2.5rem 0;
    font-size: 18px;
    overflow: hidden;
    background: #ffffff;
    flex-direction: unset;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
}
.section-customerCare .section-tabs-finance .main .tab-menu {
    align-items: center;
    max-width: 80%;
    height: 50%;
    font-size: 12px;
}
.section-customerCare .section-tabs-finance .main .tab-menu-link {
    font-size: 15px;
    display: flex;
    margin: 1rem 0;
    justify-content: center !important;
}

.section-customer-3 h2 {
    text-align: center;
    font-weight: 400;
    font-size: 35px;
    font-weight: 600;
}

.content-customer-3 .item-customer-3 h3 {
    padding: 0;
    margin-top: 2vh !important;
    font-size: 3vh !important;
    line-height: 3.5vh !important;
}

.card-1 {
    margin-top: 8vh !important;
    margin-left: -1vw !important;
}

.card-2 {
    margin-top: 3vh !important;
    margin-left: -1vw !important;
}

.card-3 {
    margin-top: 6vh !important;
    margin-left: -1vw !important;
}

.card-4 {
    margin-top: 10vh !important;
    margin-left: -1vw !important;
}

}

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

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

.section-customerCare .image-tabs-finance {
    order: -1;
}

.content-customer-3 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 2%;
    justify-content: center;
    padding: 1.5rem 0;
    position: relative;
    margin-bottom: 5vh !important;
}

.content-customer-3 .item-customer-3 {
    height: 20vh;
    width: 45vw !important;
    padding-left: 7vw !important;
    padding-top: 5vw !important;
}

.content-customer-3 .item-customer-3 p {
    font-weight: 400;
    font-size: 1.7vh !important;
    line-height: 2vh !important;
    margin-left: 0vw !important;
    width: 34vw !important;
    padding: 0 !important;
}

.content-customer-3 .item-customer-3 h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 2.2vh !important;
    line-height: 2.2vh !important;
    padding: 0 !important;
}

.card-1 {
    margin-top: 6vh !important;
}

.card-2 {
    margin-top: 5vh !important;
}

.card-3 {
    margin-top: 6vh !important;
}

.card-4 {
    margin-top: 10vh !important;
}

.content-parr {
    position: relative;
    height: 2rem;
}

.content-parr p {
    padding: 1rem 1rem;
    position: absolute;
    bottom: 0;
}

.img-banner-customer img {
    width: 100%;
    object-fit: cover;
    min-height: 10rem;
    object-position: 80% center;
}

.text-customer {
    position: absolute;
    top: 20%;
    left: 3%;
}

.text-customer h1 {
    font-size: 3vh;
    line-height: 18px;
    padding: 0rem;
}

.text-customer p {
    color: #ffff;
    font-weight: 100;
    font-size: 1.5vh;
    line-height: 30px;
}

.img-banner-customer img {
    min-height: 8rem;
}

.container-customer-info h3 {
    font-size: 22px;
    line-height: 30px;
}

.container-customer-info p {
    font-size: 14px;
    line-height: 19px;
    padding: 0.1rem 0rem;
    display: block;
    text-align: -webkit-center;
}

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

.section-customerCare .section-tabs-finance .main .tab-menu {
    align-items: center;
    max-width: 80%;
    height: 50%;
    font-size: 12px;
}

.section-customerCare .section-tabs-finance .main .tab-menu-link {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    margin: 1em 0;
}

.section-customerCare .section-tabs-finance .main .tab-bar {
    padding: 1.5rem 0;
    font-size: 13px;
    overflow: hidden;

}
.section-customer-3 h2 {
    text-align: center;
    padding: 1rem;
    font-style: normal;
    font-weight: 400;
    font-size: 3vh !important;
    font-weight: 600;
    line-height: 4vh !important;
}

}

@media screen and (min-width: 1025px) and (max-width: 1440px){

    .content-customer-3 .item-customer-3 h3 {
        padding: 0 2vh;
        margin-top: 2vh !important;
    }

    .card-1 {
        margin-top: 5vh !important;
    }

    .card-2 {
        margin-top: 3vh !important;
    }

    .card-3 {
        margin-top: 8vh !important;
    }

    .card-4 {
        margin-top: 13vh !important;
    }
}

@media screen and (min-width: 540px) and (max-width: 999px) {

    .content-customer-3 {
        display: grid;
        grid-template-columns: auto auto;
        gap: 2%;
        justify-content: center;
        padding: 1.5rem 0;
        position: relative;
        margin-bottom: 5vh !important;
    }

    .content-customer-3 .item-customer-3 {
        width: 40vw;
    }

    .content-customer-3 .item-customer-3 h3 {
        font-size: 3vh !important;
        line-height: 4vh !important;
        padding: 1vh;
    }

    .content-customer-3 .item-customer-3 p {
        font-weight: 400;
        font-size: 2.3vh !important;
        line-height: 3vh !important;
        margin-left: 1vw !important;
        width: 34vw !important;
    }

    .card-1 {
        margin-top: 8vh !important;
    }

    .card-2 {
        margin-top: 8vh !important;
    }

    .card-3 {
        margin-top: 11vh !important;
    }

    .card-4 {
        margin-top: 15vh !important;
    }

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

    .section-customerCare .image-tabs-finance {
        order: -1;
    }

    .text-customer h1 {
        color: #ffff;
        font-style: normal;
        font-weight: 700;
        font-size: 5vh;
        line-height: 8px;
        padding: 1.5rem 0;
    }

    .text-customer p {
        color: #ffff;
        font-weight: 200;
        font-size: 2.2vh;
        line-height: normal;
        padding-left: 1vh;
    }

    .img-banner-customer {
        width: 100%;
        background-color: #F6F6F6;
    }

    .img-banner-customer img {
        width: 100%;
        object-fit: cover;
        min-height: 10rem;
        object-position: 80% center;
    }
}


