/*-- # serviceinner page --*/

/*-- # Header --*/
.header {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.header.sticked {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.breadcrumbs ol {
    justify-content: center;
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.innerbanners {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    transition-duration: 0s;
    height: 55vh;
}
#written_testi{
    background-image: url(../images/all_webp/writtentestimonial.webp);
    /* background-color: #1a8a91; */
}

.mainoverlay {
    position: absolute;
    height: 80%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #006d6f;
}

.serviceinnerheading {
    font-size: 44px;
    line-height: 47px;
    /* font-family: 'Exo-SemiBold' !important; */
    color: #fff; margin-bottom: 0px;
    Padding-bottom: 5px;
    display: inline-block;
    border-bottom: #fff 1px solid;

}


/* Start of writtentestimonialpage */
.writtentestimonialpage {
    padding: 2rem 40px 3rem 40px;
    background: url("../images/dotted.png") center top;
    background-repeat: repeat;
    /* background-size: cover; */
}

.writtentestimonialpage h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #3F4E46;
    font-family: 'Exo-SemiBold' !important;
}

.writtentestimonialpage p {
    color: #3F4E46;
    font-size: 17px;
    line-height: 27px;
    font-family: 'Exo-Regular' !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.testimoniallist {
    margin: 1rem 0rem 1rem 0rem;
    padding: 1.5rem 1.5rem 10px 1.5rem;
    background: #fff;
    line-height: 1.625;
    color: #f9f9f9;
    box-shadow: 0px 3px 16px #00000017;
    transition-duration: .2s;
    transition-property: transform;
}

.testimoniallist:hover {
    transform: scale(1.1);
    z-index: 9;
    color: #fff;
    position: relative;
    /* background: #3F4E46; */
    background-color: #1a8a91;
    box-shadow: 0px 3px 16px #00000017;
    transform: translateY(-5px);
}

.testingtops {
    margin-top: 5rem;
}

.testingtop {
    margin-top: 3rem;
    text-align: center;
}

.testimoniallist h4 {
    margin: .25em 0 0;
    font-size: 170%;
    font-weight: normal;
}

.testimoniallist .features {
    margin: 0;
    padding: 0px;
    list-style-type: none;
    color: #3F4E46;

}

.smalldiv {
    font-size: 13px;
    padding-top: 10px;
}

.testimonialcontent {
    padding: 10px 0px;
    display: inline-block;
    height: 160px;
    overflow: auto;
    padding-left: 0px;
}

.testimonialcontent::-webkit-scrollbar {
    width: 8px;
    margin-left: 20px;
}

.testimonialcontent::-webkit-scrollbar-track {
    background-color: #cccccc;
    border-radius: 100px;
}

.testimonialcontent::-webkit-scrollbar-thumb {
    /* background: #e090ad; */
    background-color: #e090ad ;
    border-radius: 100px;
}

.testimonialcontent p {
    color: #3F4E46;
}

.features .smalldiv {
    font-size: 13px;
}

.textboxdiv {
    padding: 10px 0px;
}

.testleft {
    float: left;
    width: 65%;
}

.scale i {
    padding-right: 5px;
    color: #fff;
}

.scale .rating i {
    color: #fff !important;
}

.testright {
    float: right;
    width: 22%;
    background-color: #fff;
    padding: 5px 10px;
    text-align: center;
    border-radius: 30px;
}

.testright img {
    width: 60px
}

.rating i {
    color: #EBCC77;
    padding-right: 5px;
}

.testheading {
    font-size: 20px;
    /* font-family: 'Exo-SemiBold' !important; */
}

.testimoniallist:hover .testimonialcontent p {
    color: #fff;
}

.testimoniallist:hover .smalldiv {
    color: #fff;
}

.testimoniallist:hover .testheading {
    color: #fff;
}

.testimoniallist:hover .rating i {
    color: #fff;
}


/* Start of iPad Pro */
@media screen and (max-width:1100px) and (min-width:992px) {
    .innerbanners {
        background-position: 100% center;
        height: 24vh;
    }

    .serviceinnerheading {
        font-size: 35px;
        line-height: 36px;
        margin-bottom: 0px;
    }

    .writtentestimonialpage {
        padding: 2rem 10px 2rem 10px;
    }

    .testimoniallist {
        margin: 1rem 0rem 1rem 0rem;
        padding: 1rem;
    }

    .textboxdiv {
        padding: 0px 0px 7px 0px;
    }

    .testheading {
        font-size: 17px;
    }

    .testimonialcontent {
        padding: 5px 0px;
        height: 150px;
        padding-left: 0px;
    }

    .writtentestimonialpage p {
        font-size: 17px;
        line-height: 26px;
        padding-right: 8px;
    }

    .rating i {
        padding-right: 2px;
        font-size: 17px;
    }

    .smalldiv {
        padding-top: 10px;
        font-size: 10px;
    }
}

/* Start of iPad */
@media screen and (max-width:991.99px) and (min-width:768px) {
    .innerbanners {
        background-position: 100% center;
        height: 22vh;
    }

    .serviceinnerheading {
        font-size: 35px;
        margin-bottom: 0px;
    }

    .writtentestimonialpage {
        padding: 1.5rem 10px 2rem 10px;
    }

    .testimoniallist {
        margin: 1rem 0rem 1rem 0rem;
        padding: 1rem;
    }

    .textboxdiv {
        padding: 0px 0px 7px 0px;
    }

    .testheading {
        font-size: 17px;
    }

    .testimonialcontent {
        padding: 5px 0px;
        height: 165px;
        padding-left: 0px;
    }

    .writtentestimonialpage p {
        font-size: 17px;
        line-height: 26px;
        padding-right: 8px;
    }

    .rating i {
        padding-right: 2px;
        font-size: 17px;
    }

    .smalldiv {
        padding-top: 10px;
    }
}

/* Start of iphone/mobile */
@media screen and (max-width:767px) and (min-width:320px) {
    .innerbanners {
        background-position: unset !important;
        height: 16vh;
        background-image: none !important;
    }

    .mainoverlay {
        background: #006d6f
    }

    .serviceinnerheading {
        font-size: 24px;
        margin-bottom: 0px;
        line-height: 26px;
    }

    .breadcrumbs ol {
        padding-top: 0px;
    }

    .writtentestimonialpage {
        padding: 1rem 10px 1.5rem 10px;
    }

    .testimoniallist {
        margin: 1rem 0rem 0rem 0rem;
        padding: 1rem;
    }

    .textboxdiv {
        padding: 0px 0px 7px 0px;
    }

    .testheading {
        font-size: 17px;
    }

    .testimonialcontent {
        padding: 5px 0px;
        height: auto;
        overflow: unset;
        padding-left: 0px;
    }

    .writtentestimonialpage p {
        /* font-size: 17px; */
        font-size: 16px;
        line-height: 26px;
        padding-right: 8px;
    }

    .rating i {
        padding-right: 2px;
        font-size: 17px;
    }

    .features .smalldiv {
        font-size: 11px;
    }

    .smalldiv {
        padding-top: 10px;
        font-size: 11px;
    }
}