/* Begin of Banner section  */
.inner-img img {
    width: 100%;
}
.card{
    width: 100%;
    /* height: 300px; */
    border: none !important;
}
.behind-img{
    height: 100% !important;
    width: 100% !important;
}
.behind-img img{
    height: 300px !important;
    width: 100% !important;
    object-fit: cover;
}
.about-head {
    position: absolute;
    top: 120px;
    right: 0;
    left: 0;
    bottom: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-head h2 {
    font-size: 70px;
    color: #192A53;
    font-family: 'Futura-bold';
    font-weight: 700;
}

/* End of Banner section  */

/* Begin of Service section  */
.service1 img {
    background-color: #FFA400;
    padding: 10px;
    border-radius: 60px;
    position: relative;
    left: -9px;
}

.service-text h2 {
    font-size: 41px;
    color: #182034;
    font-family: 'Futura-bold';
    margin: 0;
    letter-spacing: 1px;
}

.service-text p {
    font-size: 15px;
    color: #000000;
    font-family: 'Futura-bk-bt';
    padding-top: 50px;
    margin: 0;
    padding-bottom: 50px;
}

.service-ul ul {
    list-style: unset;
    padding-left: 0;
}

.service-ul ul li {
    font-size: 15px;
    color: #2A1E1E;
    font-family: 'Poppins';
    font-weight: 300;
    line-height: 21px;
}

.service-the-text h3 {
    font-size: 18px;
    color: #192A53;
    font-family: 'Poppins';
    font-weight: 700;
    margin-bottom: 16px;
}

.service-the-text p {
    font-size: 14px;
    color: #000000;
    font-family: 'Poppins';
    font-weight: 300;
}

.service-flex {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-top: 40px;
    border-top: 1px solid #7070702e;
}

.service1 {
    display: flex;
    align-items: flex-start;
}

.provider-img img {
    width: 100%;
}

.service-ul {
    padding-bottom: 30px;
    position: relative;
    left: 30px;
}

section.provider .row {
    display: flex;
    align-items: center;
}

::marker {
    font-size: 15px !important;
    padding: 0;
    color: #192A53;
    display: flex;
}

section.provider {
    padding: 90px 0px;
}

.service-text::before {
    content: '';
    width: 24%;
    height: 5px;
    background-color: #182034;
    position: absolute;
    border-radius: 30px;
    top: 121px;
}

/* End of Service section  */

/* Begin of Behind section  */
.behind-head h2 {
    font-size: 50px;
    color: #192A53;
    font-family: 'Futura-bold';
    margin: 0;
}

.behind-head p {
    font-size: 18px;
    color: #000000;
    font-family: 'Futura-bk-bt';
    margin: 0;
    padding-top: 40px;
}

.behind-head {
    text-align: center;
    padding-bottom: 50px;
}

.behind-text h5 {
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'Poppins';
    font-weight: 500;
    margin: 0;
    padding-bottom: 6px;
}

.behind-text {
    background-color: #FFA400;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 8px;
}

.behind-text p {
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Poppins';
    font-weight: 400;
    margin: 0;
}

.behind-text p {
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Poppins';
    font-weight: 400;
}

.behind-head::before {
    content: '';
    width: 13%;
    height: 5px;
    background-color: #182034;
    position: absolute;
    border-radius: 20px;
    top: 68px;
    left: 490px;
}

section.behind-sec {
    padding: 70px 0px;
}

.save {
    background-color: #FFA400;
    position: absolute;
    bottom: unset;
    top: -60px;
    left: unset;
    right: -31px;
    padding: 15px 20px;
    border-radius: 140px;
    text-align: center;
}

.brand-box {
    height: 440px !important;
    overflow-y: visible !important;
}

.save h1 {
    font-size: 10px;
    font-family: 'Poppins';
    font-weight: 600;
}

/* End of Behind section  */

@media (min-width: 200px) and (max-width:375px) {
    .card {
        width: 100%;
        margin: 40px 0px !important;
        height: 370px;
        border: none !important;
    }
    .behind-img img {
        height: 100% !important;
        width: 100% !important;
    }
    .service-ul {
        padding-bottom: 30px;
        position: relative;
        left: 12px;
    }

    ::marker {
        font-size: unset !important;
        padding: 0;
        color: #192A53;

    }

    .behind-head::before {
        display: none;
    }

    .service-text::before {
        display: none;
    }

    section.behind-sec {
        padding: 20px 0px;
    }

    .behind-head p {
        font-size: 15px;
        padding-top: 15px;
    }

    .behind-head h2 {
        font-size: 25px;
    }

    .inner-img img {
        width: 100%;
        height: 200px;
    }

    .about-head h2 {
        font-size: 25px;
    }

    .service-text h2 {
        font-size: 25px;
    }

    section.provider {
        padding: 20px 0px;
    }

    .service1 img {
        position: relative;
        left: -9px;
        height: 40px;
    }

    .service1 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-the-text h3 {
        font-size: 12px;
        margin-bottom: 12px;
        margin-top: 12px;
        text-align: center;
    }

    .service-flex {
        padding-top: 20px;
        padding-bottom: 20px;
        flex-direction: column;

    }

    .service-the-text p {
        font-size: 12px;
    }

    .save {
        background-color: #FFA400;
        position: absolute;
        bottom: unset;
        top: -40px;
        left: unset;
        right: 0px;
        padding: 5px 20px !important;
        border-radius: 140px;
        text-align: center;
        height: 80px;
        width: 80px;
    }

    .save img {
        width: 30px;
    }

    section.client-sec {
        padding: 30px 0px;
    }

    .brand-box h2 {
        font-size: 25px;
    }

    .brand-box h3 {
        font-size: 25px;
    }

    section.client-sec .row {
        display: flex;
        align-items: center;
        padding-top: 20px;
    }

    .slick-prev {
        top: 450px;
        z-index: 99999;
    }

    .slick-next {
        top: 450px;
        z-index: 99999;
    }

    /* .brands{
        height: 400px !important;
        margin: 60px 0px !important;
    } */
}



@media (min-width: 375px) and (max-width:540px) {
    .card {
        width: 100%;
        margin: 60px 0px !important;
        height: 370px;
        border: none !important;
    }
    .behind-img img {
        height: 100% !important;
        width: 100% !important;
    }
    .service-ul {
        padding-bottom: 30px;
        position: relative;
        left: 12px;
    }
    ::marker {
        font-size: unset !important;
        padding: 0;
        color: #192A53;

    }

    .behind-head::before {
        display: none;
    }

    .service-text::before {
        display: none;
    }

    section.behind-sec {
        padding: 20px 0px;
    }

    .behind-head p {
        font-size: 15px;
        padding-top: 15px;
    }

    .behind-head h2 {
        font-size: 25px;
    }

    .inner-img img {
        width: 100%;
        height: 200px;
    }

    .about-head h2 {
        font-size: 25px;
    }

    .service-text h2 {
        font-size: 25px;
    }

    section.provider {
        padding: 20px 0px;
    }

    .service1 img {
        position: relative;
        left: -9px;
        height: 40px;
    }

    .service1 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-the-text h3 {
        font-size: 12px;
        margin-bottom: 12px;
        margin-top: 12px;
        text-align: center;
    }

    .service-flex {
        padding-top: 20px;
        padding-bottom: 20px;

    }

    .service-the-text p {
        font-size: 12px;
    }

    .save {
        background-color: #FFA400;
        position: absolute;
        bottom: unset;
        top: -40px;
        left: unset;
        right: 0px;
        padding: 5px 20px !important;
        border-radius: 140px;
        text-align: center;
        height: 80px;
        width: 80px;
    }

    .save img {
        width: 30px;
    }

    section.client-sec {
        padding: 30px 0px;
    }

    .brand-box h2 {
        font-size: 25px;
    }

    .brand-box h3 {
        font-size: 25px;
    }

    section.client-sec .row {
        display: flex;
        align-items: center;
        padding-top: 20px;
    }

    .slick-prev {
        top: 450px;
        z-index: 99999;
    }

    .slick-next {
        top: 450px;
        z-index: 99999;
    }

}

@media (min-width: 540px) and (max-width: 820px) {
    .service-text::before {
        display: none;
    }

    section.provider {
        padding: 30px 0px;
    }

    section.behind-sec {
        padding: 20px 0px;
    }

    ::marker {
        font-size: unset !important;
        padding: 0;
        color: #192A53;

    }
    .behind-img img{
        height: auto !important;
    }
    .inner-img img{
        height: 300px !important;
    }
}
