
.testimonial-bg{
    border: 10px solid #66e1e3;
    padding: 38px;
    text-align: center;
    position: relative;
    border-radius: 25px;
   
    margin-bottom: 35px;
    }
    .testimonial-bg:before{
        content: "\f10d";
        font-family: "fontawesome";
        width: 75px;
        height: 75px;
        line-height: 75px;
        background: #fff;
        text-align: center;
        font-size: 50px;
        color: #3c414c;
        position: absolute;
        top: -40px;
        left: 2%;
    }
    .testimonial{
        padding: 0 15px;
    }
    .testimonial .description{
        font-size: 14px;
        font-weight:400;
        color: #848484;
        line-height: 30px;
        width: 100%;
    }

    
    .testimonial .pic{
        width: 100px;
        border-radius: 50%;
        margin: 25px auto;
        overflow: hidden;
    }
    .testimonial .pic img{
        width: 100%;
        height: auto;
    }
    .testimonial .title{
        display: inline-block;
        font-size: 23px;
        font-weight: 700;
        color: #848484;
        text-transform: capitalize;
        margin: 0;
    }
    .testimonial .post{
        display: inline-block;
        font-size: 20px;
        color: #848484;
    }
    .owl-theme .owl-controls{
        background: #fff;
        margin-top: 10px;
        position: absolute;
        bottom: -34%;
        right: 0;
    }
    .owl-theme .owl-controls .owl-buttons div{
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        background: #34363b;
        opacity: 1;
        padding: 0;
    }
   
    @media only screen and (max-width:767px){
        .testimonial-bg{ padding: 50px 40px; }
        .owl-theme .owl-controls{ bottom: -22%; }
    }
    @media only screen and (max-width:480px){
        .testimonial-bg:before{
            width: 55px;
            height: 55px;
            line-height: 55px;
            font-size: 40px;
        }
        .testimonial-bg{ padding: 30px 10px; }
        .owl-theme .owl-controls{ bottom: -15%; }
    }
    @media only screen and (max-width:360px){
        .testimonial .title,
        .testimonial .post{
            font-size: 16px;
        }
        .owl-theme .owl-controls{ bottom: -12%; }
    }
    
    @media only screen and (max-width:600px){
       
        .testimonial {
        
            width: 100%;
        
        }
    }
    
    
    
    
    
    
    
    
    
    .testimonial2-bg{
    border: 10px solid #66e1e3;
        padding: 38px 12px;
        text-align: center;
        position: relative;
        margin-bottom: 21px;
        border-radius: 25px;
    }
    .testimonial2-bg:before{
        content: "\f10d";
        font-family: "fontawesome";
        width: 75px;
        height: 75px;
        line-height: 75px;
        background: #fff;
        text-align: center;
        font-size: 50px;
        color: #3c414c;
        position: absolute;
        top: -40px;
        left: 2%;
    }
    .testimonial2{
        padding: 0 15px;
    }
    .testimonial2 .description{
        font-size: 14px;
        font-weight:400;
        color: #848484;
        line-height: 30px;
        padding-bottom: 25px;
        margin-bottom: 15px;
        position: relative;
    }
    .testimonial2 .description:before{
        content: "";
        width: 75%;
        border-top: 1px solid #ddd;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .testimonial2 .description:after{
        content: "";
        width: 20px;
        height: 20px;
        background: #fff;
        position: absolute;
        bottom: -10px;
        left: 50%;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        transform: translateX(-50%) rotate(45deg);
    }
    .testimonial2 .pic{
        width: 100px;
    
        border-radius: 50%;
        margin: 25px auto;
        overflow: hidden;
    }
    .testimonial2 .pic img{
        width: 100%;
        height: auto;
    }
    .testimonial2 .title{
        display: inline-block;
        font-size: 23px;
        font-weight: 700;
        color: #848484;
        text-transform: capitalize;
        margin: 0;
    }
    .testimonial2 .post{
        display: inline-block;
        font-size: 20px;
        color: #848484;
    }
    .owl-theme .owl-controls{
        background: #fff;
        margin-top: 10px;
        position: absolute;
        bottom: -30%;
        right: 0;
    }
    .owl-theme .owl-controls .owl-buttons div{
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        background: #34363b;
        opacity: 1;
        padding: 0;
    }
    /*
    .owl-prev:before,
    .owl-next:before{
        content: "\f104";
        font-family: "fontawesome";
        font-size: 23px;
        font-weight: 700;
        color: #fff;
    }
    .owl-next:before{
        content:"\f105";
    }*/
    @media only screen and (max-width:767px){
        .testimonial2-bg{ padding: 50px 40px; }
        .owl-theme .owl-controls{ bottom: -22%; }
    }
    @media only screen and (max-width:480px){
        .testimonial2-bg:before{
            width: 55px;
            height: 55px;
            line-height: 55px;
            font-size: 40px;
        }
        .testimonial2-bg{ padding: 30px 10px; }
        .owl-theme .owl-controls{ bottom: -15%; }
    }
    @media only screen and (max-width:360px){
        .testimonial2 .title,
        .testimonial2 .post{
            font-size: 16px;
        }
        .owl-theme .owl-controls{ bottom: -12%; }
    }