/* =========== sub banner section start =========== */




/* =========== sub banner section end =========== */

/* ============= service section start ============= */

 .service {
    padding: 155px 0 70px;
}

/*  ============= service section end ==================*/

/*  ================ payment section start ============= */
.payment-section {
    background-image: url(/assets/images/about-background\ .png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 145px 0 220px;
    position: relative;
}
.payment-section .content h6 {
    margin-bottom: 20px;
}
.payment-section .content h2 {
    margin-bottom: 20px;
    padding: 0 170px;
}
.payment-section .content p {
    padding: 0 144px;
    margin-bottom: 100px;
}
.payment-section .need-layer {
    position: absolute;
    bottom: 0px;
}

.videosection {
    text-align: center;
    margin-top: -250px;
}

/* =========== benefit section start ================= */
.benefit-section {
    padding: 148px 0 20px;
}
.benefit-section .subheading {
    text-align: center;
}

.benefit-section .subheading h6 {
    margin-bottom: 20px;
}
.benefit-section .subheading h2 {
    padding: 0 270px;
    margin-bottom: 114px;
}

.benefit-section .benefit-wrapper .circle {
    position: absolute;
    left: 30px;
    bottom: 65px;
}
.benefit-section .benefit-wrapper .benefit-image {
    position: relative;
    left: 70px;
    top: -126px;
}

.benefit-section .benefit-content {
    text-align: center;
}
.benefit-section .benefit-content .content {
    margin-bottom: 50px;
}
.benefit-section .benefit-content .icon {
    margin-bottom: 23px;
    transition: all 0.3s ease-in-out;
}
.benefit-section .benefit-content h4 {
    margin-bottom: 14px;
}
.benefit-section .benefit-content .icon:hover {
    transform: translateY(-5px);
}


/* ============ testimonial part start ====================== */
.testimonial-section {
    background-image: url(/assets/images/about-background\ .png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 195px 0 220px;
    position: relative;
}
.testimonial-section .content .quote-icon {
    margin-bottom: 44px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.testimonial-section .content .quote-icon:hover {
    transform: translateY(-5px);
}

.testimonial-section .content h6 {
    margin-bottom: 20px;
}

.testimonial-section .content h2 {
    margin-bottom: 22px;
}

.testimonial-section .content p {
    margin-bottom: 30px;
}
.testimonial-section .content .button-text {
    padding: 16px 32px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    color: var(--epay-white-color) !important;
    background-color: var(--epay-orange-color);
    transition: all 0.3s ease-in-out;
}
.testimonial-section .content .button-text:hover {
    color: var(--epay-white-color) !important;
    background-color: var(--epay-main-color);
}

#carouselExampleControls {
    /* padding: 36px 100px; */
    padding: 30px 74px 30px 100px;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    color: var(--e-global-color-white) !important;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.testimonial-section .review_content {
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    padding: 15px 0 40px 0;
    border-radius: 100px;
} 
.testimonial-section .review_content {
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    padding: 15px 0 40px 0;
    border-radius: 100px;
}
.testimonial-section .review_content img {
    width: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.testimonial-section .review_content .text-size-18 {
    margin-bottom: 15px;
}

.testimonial-section .review_content h4 {
    color: var(--epay-orange-color);
}
.testimonial-section .carousel-inner .pagination-outer {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.testimonial-section .testimonial-circle {
    position: absolute;
    right: 150px;
    top: 120px;
}

.testimonial-section .manage-layer {
    position: absolute;
    bottom: 0;
}
#carouselExampleControls .carousel-control-prev {
    position: relative;
    left: 0;
    top: 0;
    width: 50px;
    font-size: 12px;
    line-height: 12px;
    color: var(--epay-white-color);
    opacity: 1;
    border: 1px solid #7ea1e2;
    background-color: #7ea1e2;
    padding: 8px 10px;
    font-weight: bold;
    border-radius: 8px;
    display: inline-block;
}
#carouselExampleControls .carousel-control-next {
    position: relative;
    right: 0;
    top: 0;
    width: 50px;
    font-size: 12px;
    line-height: 12px;
    color: var(--epay-white-color);
    opacity: 1;
    border: 1px solid #7ea1e2;
    background-color: #7ea1e2;
    padding: 8px 10px;
    font-weight: bold;
    border-radius: 8px;
    display: inline-block;
}

.testimonial-wrapper{

    border-radius: 50%;
    background: white;
    width: 450px;
   
    height: 450px;
}


#carouselExampleControls .carousel-control-prev:hover, #carouselExampleControls .carousel-control-next:hover {
    background-color: var(--epay-main-color);
    color: var(--epay-white-color);
}

#carouselExampleControls .carousel-control-prev:hover, #carouselExampleControls .carousel-control-next:hover {
    background-color: var(--epay-main-color);
    color: var(--epay-white-color);
}