.index-client-speak .section-heading{
    font-size: 24px;
    color: #010101;
}
.index-client-speak .index-testimonial-section .testimonial-text {
    background: rgba(142, 142, 142, .8);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.index-client-speak .index-testimonial-section .blockquote{
    font-size: 16px;
    line-height: 26px;
}
.index-client-speak .index-testimonial-section .blockquote-bottom{
    font-size: 12px;
    line-height: 24px;
}
.index-client-speak .index-testimonial-section .card .client-testimonial-carousel{
    margin-top: 125px;
}
.index-client-speak .index-testimonial-section .card .client-testimonial-carousel .card-body p{
    font-size: 14px;
    line-height: 24px;
}
/* .index-client-speak .index-testimonial-section .card .client-testimonial-carousel .card-body::after{
    content: "";
    position: absolute;
    width: 15%;
    height: 4px;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #fff;
} */
.index-client-speak .index-testimonial-section .card .client-testimonial-carousel .card-footer h3{
    font-size: 18px;
    font-weight: 600;
}
.index-client-speak .index-testimonial-section .card .client-testimonial-carousel .card-footer .card-text{
    color: #fff;
    font-size: 12px;
}
.index-client-speak .index-testimonial-section .card .client-testimonial-carousel ol li{
    width: 15px;
    height: 15px;
}
.index-client-speak .card-footer a{
    color: #6c6c6c;
}


/*==============style 14.11.2019 EmpID_FA0006=======================*/
.index-client-speak .verticaltext{
    position: relative; 
    padding-left:50px;
}
.index-client-speak .verticaltext_content{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    left: -58px;
    top: 60px;
    position: absolute;
}










/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 

}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    .index-client-speak .section-heading{
        font-size: 20px;
    }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .index-client-speak .index-testimonial-section .card .client-testimonial-carousel{
        margin-top: 80px;
    }
}
