.quotes h1 {
    font-family: 'Saira', sans-serif;
    font-weight: 200;
    line-height: 1.2;
    font-size: 40px;
    color: #8bc53f;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 150px;
}
.client-block h2{
    font-family: Saira, sans-serif;
    font-weight: 300;
    line-height: 1.2;
    font-size: 45px;
    color: #8bc53f;
    text-align: center;
    padding-bottom: 30px;
}
.touchbase h2 {
    font-family: 'Saira', sans-serif;
    font-weight: 300;
    line-height: 1.2;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 10px;
}
.banner_heading1{
    text-align: center;
    padding-top: 150px;
}
.bg-banner-quotes {
    background-image: url(../images/quotes/quotes_banner.jpg);
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.quotes-section{
    margin: 60px 0px;
}
.quotes-section .inside-box:hover {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    transition: all 200ms ease-out;
    box-sizing: border-box;
}
.quotes-section .inside-box{
    box-sizing: border-box;
    margin-bottom: 30px;
    cursor: pointer;
}
.quotes-section .inside-box .icons{
    position: absolute;
    top: 8px;
    right: 30px;
    display: flex;
}
.tooltippp {
    background: #1d1d1d;
    color: #fff;
    padding: 4px;
    font-size: 12px;
    border-radius: 5px;
    position: absolute;
    min-width: 50px;
    max-width: 300px;
    display: none;
    top: 28px !important;
    left: 16px !important;
}
.quotes-section .inside-box .quotes-content{
    min-height: 125px;
    padding: 15px 20px 10px 20px;
    background-color: #ebebe8;
}
.quotes-section .inside-box .quotes-content.h-140{
    min-height: 150px;
}
.quotes-section .inside-box .quotes-content p{
    font-size: 13px;
    margin-bottom: 5px;
    color: #626261;
}
.quotes-section .inside-box .quotes-content h6{
    font-size: 12px;
    margin-bottom: 0px;
    color: #626261;
}
.quotes-section .btn-2 {
    color: #8bc53f!important;
    padding: 0.5em 2em;
}
.quotes-section .btn-2:hover {
    color: #ffffff!important;
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
    .quotes-section .inside-box .quotes-content{
        min-height: 170px;
    }
    .quotes-section .inside-box .quotes-content.h-140{
        min-height: 215px;
    }
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
    .bg-banner-quotes {
        background-image: url(../images/quotes/quotes_banner_mob.jpg);
        height: 400px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .quotes-section .inside-box .quotes-content{
        min-height: 145px;
    }
    .quotes-section .inside-box .quotes-content.h-140{
        min-height: 185px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .quotes-section .inside-box .quotes-content{
        min-height: 210px;
    }
    .quotes-section .inside-box .quotes-content.h-140{
        min-height: 250px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .quotes-section .inside-box .quotes-content{
        min-height: 150px;
    }
    .quotes-section .inside-box .quotes-content.h-140{
        min-height: 190px;
    }
}