 
.testimonial{
    padding: 100px 0 100px 275px;
    position: relative;
    margin: 10px;
}
.testimonial:nth-child(odd)
{
    border-left: 3px solid #9e722e;
}
.testimonial:nth-child(even)
{
    border-right: 3px solid #9e722e;
}

.testimonial:nth-child(odd):before,
.testimonial:nth-child(odd):after{
    content: "";
    width: 320px;
    height: 55px;
    border-right: 3px solid #9e722e;
    position: absolute;
    left: 0;
}
.testimonial:nth-child(even):before, .testimonial:nth-child(even):after {
    content: "";
    width: 320px;
    height: 55px;
    border-left: 3px solid #9e722e;
    position: absolute;
    right: 0;
}
.testimonial:before{
    border-top: 3px solid #9e722e;
    top: 0;
}
.testimonial:after{
    border-bottom: 3px solid #9e722e;
    bottom: 0;
}
.testimonial .pic
{
    width: 160px;
    height: 180px;
    overflow: hidden;
    position: absolute;
    top: 100px;
}
.testimonial:nth-child(odd) .pic {
    
    left: 100px;
}
.testimonial:nth-child(even) .pic {
    right: 100px;
}
.testimonial .pic img {
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    object-position: right;
}
.testimonial:nth-child(even) .testimonial-content
{
        position: relative;
    right: 300px;
    text-align: right;
}
.testimonial .description{
    font-size: 14px;
    color: #7a7e82;
    line-height: 27px;
    position: relative;
}
.testimonial .description:before{
    
    content: "\f10d";
    font: normal normal normal 14px/1 'FontAwesome';
    font-weight: 900;
    position: absolute;
    top: -70px;
    left: 0;
    font-size: 20px;
    color: #7a7e82;
}
.testimonial:nth-child(odd) .description:before{
    
    left: 0;
    }
.testimonial:nth-child(even) .description:before{
    
    right: 0;
    }
.testimonial .testimonial-title{
    font-size: 22px;
    font-weight:800;
    color: #22272c;
    text-transform: capitalize;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    font-weight: 700;
    color :#9e722e;
    margin-top: 10px;
}
.owl-theme .owl-controls{
    text-align: right;
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    background: #9e722e;
    border-radius: 0;
    opacity: 1;
    padding: 5px 10px;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}
@media only screen and (max-width: 990px){
    .testimonial{
        padding: 80px 0 80px 265px;
    }
}
@media only screen and (max-width: 767px){
    .testimonial {
    border-top: 1px solid #eb0000;
    padding: 0;
    border: none;
    padding-top: 50px;
    padding-bottom: 15px;
    margin-bottom: 2px;
    margin-top: 0px;
    border: 1px double #7b7b7b;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    }
    .testimonial:first-child
    {
        border-top: none;
    }
    .testimonial:nth-child(odd)
    {
        border-left: none;
    }
    .testimonial:nth-child(even)
    {
        border-right: none;
    }
    .testimonial:nth-child(odd):before,
    .testimonial:nth-child(odd):after{
        border: none;
    }
    .testimonial:nth-child(even):before,
    .testimonial:nth-child(even):after{
        border: none;
    }
    .testimonial .pic{
        overflow: hidden;
        position: relative;
        top: 0;
        left: 0;
    }
    .testimonial:nth-child(odd) .pic
    {
        left: 0px;
    }
    .testimonial:nth-child(even) .testimonial-content
    {
        position: relative;
        right: 0px;
        text-align: justify;
    }
    .testimonial .description{
        margin-top: 15px;
    }
    .testimonial .description:before{
        content: "";
    }
}









