

.vps_bnnr {
    padding: 0 4rem;
    background-color: #F0F9FF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url(/assets/images/Testimonials/testimonials-banner-BG.webp);
    overflow: hidden;
}

.banner_left_s h1 {
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    display: inline-block;
    padding: 3px 8px;
    line-height: 80px;
}














.cstmr-rtg-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.hm-bnnr-cstmr-rtg {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    padding: 60px 0 20px
}

.cst-rtg-star img {
    max-width: 25px;
    margin: 12px 0
}

.cst-rtg-data p {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .4px;
    color: #080808
}





.hm-bnnr-cstmr-rtg-mo{
    display: none;
}


.mySlides {display:none;}



button.cstmr-rtg-sldr-btn {
    background: transparent;
    border: none;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    top: 60px;
    position: absolute;
    color: #9b9b9b;
}
.cstmr-sldr-lft{
    left: 10px;
}
.cstmr-sldr-rgt{
    right: 10px;
}

/* new-review-e */

@media only screen and (max-width:1600px) {
    .vps_bnnr {
        padding: 40px 60px
    }
}

@media only screen and (max-width:992px) {
    .bnnr-wbh-right {
        padding-top: 40px
    }
}

@media only screen and (max-width:768px) {
    .vps_bnnr {
        background-position: top
    }
}

@media only screen and (max-width:767px) {
    .vps_bnnr {
        padding: 40px 10px 0;
    }
    .banner_left_s h1{
        font-size: 54px;
    }
}


@media only screen and (max-width: 576px) {
    .cstmr-rtg-main {
        text-align: center;
        padding: 20px;
    }
    .hm-bnnr-cstmr-rtg-mo{
        position: relative;
        display: block;
    }
    .hm-bnnr-cstmr-rtg{
        display: none;
    }
    .cst-rtg-star {
        margin: 15px 0;
    }
}








