
.item-box .owl-img img { width: inherit !important;}

.gl_slider_testimonials_01 .owl-img {   justify-content: center;display: flex;margin-bottom: -50px;}

.gl_slider_testimonials_01 .testimonials_inner {
 display: block !important;
 grid-template-columns: 30% 1fr;
 gap: 30px;}

.owl-img img{border-radius: 50%;}

.gl_slider_testimonials_01 .item-box  { background: none !important;}

.testimonials_content { background-color: #fff !important; padding: 25px !important;text-align: center;border-radius: 10px;
  padding: 70px 80px 30px 80px !important;font-family: 'Roboto';}
.gl_slider_testimonials_01 .owl-nav { position: absolute; right: 30px; bottom: 30px; display: flex; gap: 5px;}
.gl_slider_testimonials_01 .owl-nav button { background-color: #58767C  !important; width: 30px !important; height: 30px !important; color: #fff !important; border-radius: 50%;}  
.testi_name{color: #f2b225;font-size: 24px;font-weight: 600;}

button.prev-btn, button.next-btn, button.prev-btn2, button.next-btn2 {
    padding: 0px !important;
    width: 36px;
    height: 39px;
    background: #fff !important;
    border: none !important;
    border-radius: 50%;
}
.city-name{color: #414f69;padding: 0 15px;} 
.testimonials_content p{font-size: 16px;line-height: 30px;}

.quote-icn i {
  font-size: 48px;
  margin-bottom: 15px;
  color: #85a0a3;
}
.custom-nav { display: flex; justify-content: center; gap: 50px; padding: 70px 0 ;}
.custom-nav button {
  background: #fff url(../images/prev.png) no-repeat center center !important;

}

.custom-nav button.next-btn, .custom-nav button.next-btn2 { -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  

}
button.next-btn2 { margin-top: -3px;}




@media (min-width: 100px) and (max-width: 767px) {
  .gl_slider_testimonials_01 .testimonials_inner {
    padding: 0px;
     grid-template-columns: 1fr;
}
.testimonials_content { padding: 20px !important;}
.gl_slider_testimonials_01 .owl-nav { position: relative; justify-content: center; bottom: 0; left: 0; right: 0; padding-top: 20px;}


.testimonials_content p  { font-size: 16px;}
 .testi_name {  font-size: 18px }
 .gl_slider_testimonials_01 .testimonials_inner {background-position:95% 70%}
 .custom-nav { padding: 40px 0 ;}

}

@media (min-width: 768px) and (max-width: 1000px) {
  .custom-nav { padding: 20px 0 0 0 ;}

}