.testimonialpage_section {
    padding: 100px;
}

h2 span {
    color: #FAAE00;
}

.testimonialpage_section h2::after {
    content: '';
    background: url(../images/shape.png) no-repeat;
    height: 250px;
    width: 260px;
    position: absolute;
    margin-top: -130px;
    margin-left: -33px;
}

.testimonialpage_section .fadetxt {
    z-index: 9;
}

.line_wave {
    height: 30px;
    margin-top: 100px;
    margin-bottom: 150px;
}

.clients_wrdsbg {
    background: #FAFAFA;
    border-radius: 10px;
    padding: 30px;
    margin: 30px 0px;
}

.clients_wrdsbg .client_pic img {
    width: 100%;
}

.clients_wrdsbg h6 {
    color: #FAAE00;
}

.page-link {
    border-radius: 33px;
    width: 40px;
    height: 40px;
    margin: 0px 5px;
    border: 1px solid #8B8B8B;
    color: #8B8B8B;
    padding: 9px;
}

.arrw_btn {
    border-radius: 33px;
    width: 40px;
    height: 40px;
    background: #FAAE00;
    border: 1px solid #FAAE00;
}

.arrw_btn:hover {
    z-index: 2;
    background: #FAAE00 !important;
    border: 1px solid #FAAE00 !important;
}

.arrw_btn:focus {
    z-index: 3;
    color: #FAAE00;
    background: #FAAE00 !important;
    border: 1px solid #FAAE00 !important;
    outline: 0;
}

.page-link:hover {
    z-index: 2;
    background-color: #fff;
    border: 1px solid #8B8B8B;
    color: #8B8B8B;
}

.page-link:focus {
    z-index: 3;
    color: #FAAE00;
    background-color: #fff;
    border: 1px solid #FAAE00;
    outline: 0;
    box-shadow: none;
}

.page-item:first-child .page-link {
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
}

/*@media (min-width: 1200px) and (max-width: 1440px) {}
    @media (min-width: 1201px) and (max-width: 1366px) {
    } */
@media (min-width: 1024px) and (max-width: 1200px) {
    .testimonialpage_section {
        padding: 100px 30px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .testimonialpage_section h2::after {
        display: none;
    }

    .testimonialpage_section {
        padding: 0px 30px 100px 30px;
    }

    .line_wave {
        margin-top: 0px;
        margin-bottom: 50px;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .testimonialpage_section h2::after {
        display: none;
    }

    .testimonialpage_section {
        padding: 0px 30px 100px 30px;
    }

    .line_wave {
        margin-top: 0px;
        margin-bottom: 50px;
    }
}

@media (max-width: 576px) {
    .testimonialpage_section h2::after {
        display: none;
    }

    .testimonialpage_section {
        padding: 0px 15px 100px 15px;
    }

    .line_wave {
        margin-top: 0px;
        height: 20px;
        margin-bottom: 50px;
    }

    .clients_wrdsbg .client_pic img {
        width: 30%;
    }

    .clients_wrdsbg {
        padding: 30px 15px;
    }
}

@media (max-width: 320px) {}