div.testimonial {
    background-image:url('../images/testimonials/bg-img-testimonials.png')!important;
    background-repeat: no-repeat!important;
   /*  background-size:cover;
    min-height: 650px; */
}
.client_said {
    color: #26b3fa !important;
}
.top_header {
    position: relative;
    top: 80px;
}

.top_header > h1 {
       margin-top: 5px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
    color: #1a2e46;
    font-family: 'Open-Sans-Bold';
    text-transform: uppercase;
}

.left_client_img > img {
    width: 44px;
    height: 44px;
    float: left;
}
.box-contents {
     width: 29%;
     position: relative;
  top: 140px;
    right: 60px;
}
.box-contents_two {
   width: 29%;
    float: left;
    position: relative;
    top: 86px;
    /*right: 30px;*/
    left: 10%;
}
.box-contents_three {
        width: 29%;
    float: left;
    position: relative;
    bottom: 110px;
    right: 35%;
}
.box-contents_four {
          width: 25%;
    float: left;
    position: absolute;
    right: -1%;
    margin-top: 10%;

}
.box-contents_five {
       width: 25%;
    float: left;
    position: absolute;
    right: 13%;
    bottom: 16%;
   /* margin-top: 7%;*/

}
.right_client_feedback > h5 {
    font-size:14px;
    font-weight: bold;
        font-family: 'Open-Sans-Bold';
        margin-bottom: 6px;
}
.right_client_feedback{
    background-image:url('../images/testimonials/quotes1.png');
    background-repeat: no-repeat;
    float: left;
padding: 15px 20px 25px 37px;
   background-size: 100% 100%;
}
.left_client_img {
    position: absolute;
    top: 45px;
    left: -20px;

}

.right_client_feedback {
    text-align: left;
}
.right_client_feedback > p {
    line-height: 16px;
    font-size:14px;
    font-weight: 400;
    color:#000; 
    white-space: wrap; 
    width: 230px; 
    overflow: hidden;
    text-overflow: ellipsis; 
    /*border: 1px solid #000000;*/
}

.align_top{
       margin-top: 15%;
    margin-left: 7%;
}
.custom1 img {
  width: 44px !important;
    height: 44px !important;
    float: left !important;
	    border-radius: 50%;
}
.custom1 > .owl-stage-outer {
    min-height: 530px;
}

@media only screen and (max-width: 767px) {
.box-contents {
     width: 100%;
     position: static;
}
.box-contents_two {
     width: 100%;
     position: static;
}
.box-contents_three {
     width: 100%;
     position: static;
}
.box-contents_four {
     width: 100%;
     position: static;
     margin-top:0px !important;
}
.box-contents_five {
    width: 100%;
    position: static;
}
.left_client_img {
    position: relative;
    top:70px;
 }
 #testimonial > .owl-stage {
    padding-left:0px;
    padding-right:0px;
    width:100% !important;
 }
 .right_client_feedback > p{
    width:100%;
 }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
  { 
.box-contents {
     width: 100%;
     position: static;
}
.box-contents_two {
     width: 100%;
     position: static;
}
.box-contents_three {
     width: 100%;
     position: static;
}
.box-contents_four {
     width: 100%;
     position: static;
         margin-top:0px !important;
}
.box-contents_five {
    width: 100%;
    position: static;
}
.align_top {
    margin-top: 9%;
    margin-left: 7%;
}
.left_client_img {
        position: relative;
        top: 70px;
    }
    .right_client_feedback > p{
        width:100%;
    }
   }
   @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  { 
.box-contents_three {
    width: 29%;
    float: left;
    position: relative;
    bottom: 110px;
    right: 54%;
}
.box-contents_two {
    width: 29%;
    float: left;
    position: relative;
    top: 136px;
    /* right: 30px; */
    left: 0%;
}
.box-contents_five {
    width: 25%;
    float: left;
    position: absolute;
    right: 22%;
    bottom: 26%;
    /* margin-top: 7%; */
}
.box-contents_four {
    width: 25%;
    float: left;
    position: absolute;
    right: 4%;
    margin-top: 15%;
}
.right_client_feedback > p{
    width:100%;
}
}
@media only screen and (max-device-width: 768px) and (min-device-width: 480px) and (orientation: landscape){
.box-contents_four {
    width: 25%;
    float: left;
    position: absolute;
    right: 4%;
    margin-top: 27%;
}
.box-contents, .box-contents_two, .box-contents_three, .box-contents_four, .box-contents_five{
    position: static;width: 100%;
}
.left_client_img {
        position: relative;
        top: 70px;
    }
    .box-contents_four{
        margin-top:0px;
    }
}
   
   .testimonial {
    background-position: 95% 20%;
	}