﻿.subTitle {
    max-width: 648px;
    margin: 30px auto;
    font-weight: 300;
}
/*testemonials-page*/
.title-section.type-testemonials {
    background-position-x: center;
    background-position-y: bottom;
    height: 555px !important;
    background-size: cover
}

    .title-section.type-testemonials .gradient-horizontal {
        background-image: url(../svg/gradient-from-bottom.svg);
        height: 100%;
        background-repeat-y: no-repeat;
    
    }

    .title-section.type-testemonials .testimonials-headings {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .title-section.type-testemonials h1 {
        padding-top: 60px;
        color: #fff;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .title-section.type-testemonials h2 {
        color: #fff;
        font-size: 28px;
        line-height: 38px;
    }


.testemonials-list {
    font-weight:500;
    font-family:'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 21px;
    margin-top: 60px;
}
    .testemonials-list .container-fluid {
        margin: 0 auto;
        max-width: 920px;
    }

    .testemonials-list .single-testemonial {
        margin-bottom: 60px;
        scroll-margin-top: 75px;
    }

        .testemonials-list .single-testemonial .member-icon {
            width: 67px;
            height: 67px;
        
        }

        .testemonials-list .single-testemonial .left-side {
            color: #000;
            font-size: 14px;
            text-align: left;
            height: 180px;
            margin-top: 20px;
            line-height: 21px;
            position: relative;
        }

@media(min-width:1240px) {
    .testemonials-list .single-testemonial .left-side {
        width: 196px;
    }
}

@media(max-width:1240px) {
    .testemonials-list .single-testemonial .left-side .memberName {
        margin-top: unset !important;
    }

    .testemonials-list .single-testemonial .left-side .member-text {
        text-align: left;
    }

    .member-wrapper .row .col-xs-3 {
        margin-top: 5px;
    }

    .testemonials-list .single-testemonial .right-side {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .testemonials-list,  {
        margin-left: 14px;
        margin-right: 14px;
    }
    .slick-slide {
        padding-left: 14px;
        padding-right: 14px;
    }
}


.testemonials-list .single-testemonial .left-side p {
    margin-bottom: unset;
    font-weight: 400;
    color: #959BA3;
    font-size: 11px;
    line-height: 13px;
    max-width: 160px;
}

.testemonials-list .single-testemonial .left-side .quote-tip {
    position: absolute;
    height: 50px;
    top: -8px;
    right: -60px;
}

.testemonials-list .single-testemonial .left-side .memberName {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    color: #35393D;
    margin-bottom: 8px;
}

.testemonials-list .single-testemonial .right-side {
    background-color: #1d3b6c;
    border-radius: 17px;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 83px;
    padding-right: 83px;
    color: #fff;
}

    .testemonials-list .single-testemonial .right-side .recommedation-title {
        font-size: 21px;
        line-height: 27px;
        color: #009ED3;
        font-weight: 500;
    }

@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {


    .testemonials-list {
        margin-top: 30px;
    }

    .title-section.type-testemonials .subTitle {
        max-width: 90%;
        margin: auto;
    }

    .title-section.type-testemonial {
        margin-bottom: 18px;
    }

    .title-section.type-testemonials h1 {
        padding-top: 17px;
        padding-bottom: 0px !important;
        margin-bottom: 15px !important;
    }

    .type5.Instant-Inventory .img {
        display: none !important;
    }

    .testemonials-list .single-testemonial .left-side {
        height: 75px;
        margin-top: 30px;
    }

        .testemonials-list .single-testemonial .left-side .quote-tip {
            top: -39px;
        }
}



@media (max-width:1200px) {
    .testemonials-list .single-testemonial .left-side .quote-tip {
        transform: rotate(180deg) scale(0.7);
        top: -28px;
        right: 80px;
    }

    
}

@media (max-width:768px) {

    .member-wrapper .row .col-xs-3 {
        margin-right: -15px;
    }
    .testemonials-list .single-testemonial {
        margin-left: 0;
        margin-right: 0;
    }

    .testemonials-list  .testimonial-profile-picture img{
        width:50px;
        height:50px;
    }
    .testemonials-list .single-testemonial .member-icon {
        width: 50px;
        height: 50px
    }

    .testemonials-list .single-testemonial .right-side {
        padding-top: 20px;
    }
    .testemonials-list .single-testemonial .left-side .memberName {
        margin-bottom: 5px;
    }
    .title-section.type-testemonials {
        height: 490px !important
    }
    .testemonials-list .single-testemonial .right-side .recommedation-title {
        font-size: 24px;
        line-height: 34px;
        font-weight:600;
    }
    .testemonials-list .single-testemonial .left-side p {
        font-size: 13px;
        line-height: 17px;
    }
    .testemonials-list .single-testemonial .left-side .member-text {
        margin-left: -20px;
    }
}

@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    .testemonials-list {
        margin-top: 30px;
    }
        
        .title-section.type-testemonials .subTitle {
            max-width: 90%;
            margin: auto;
        }

    .title-section.type-testemonial {
        margin-bottom: 18px;
    }

    .title-section.type-testemonials h1 {
        padding-top: 25px;
        padding-bottom: 0px !important;
        margin-bottom: 34px !important;
    }

    .testemonials-list .single-testemonial .left-side {
        height: 75px;
        margin-top: 30px;
    }

        .testemonials-list .single-testemonial .left-side .quote-tip {
            top: -47px;
        }
}
