
   .pareent {
    position: relative;
    padding: 40px 0;
    /* height: 575px; */
    /* background: #f4f9fc; */
    background: #fff !important;
 }

 .swiper {
    width: 100%;
     height: 500px;
    padding: 30px 0;
 }



 .swiper-slide img {
    /* display: block; */
    /* width: auto;
    object-fit: cover; */
    width: 100%;
    /* object-fit: cover; */
    max-height: 110px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
 }

 .container2 {
    max-width: 1200px !important
 }
 
 /* .nav-link1:hover{
 background-color:unset !important;
 color:#0575c1 !important;
 } */
 i.icon_close.fa.fa-times {
  position: absolute;
  top: 15px;
  right: 110px;
}

/* testimonial css */
.what-say {
  /* background: #000 !important;
  padding-top: 100px !important; */
}

.testimonial {
  margin: 0 20px 40px;
}

.testimonial .testimonial-content {
 /* border-radius: 10px; */
  padding: 35px 25px 35px 25px;
  margin-bottom: 35px;
  background: #fff;
  position: relative;
  box-shadow: 0 19px 38px rgb(0 0 0 / 10%), 0 15px 12px rgb(0 0 0 / 10%);
  -webkit-box-shadow:0 19px 38px rgb(0 0 0 / 10%), 0 15px 12px rgb(0 0 0 / 10%);

}




.testimonial-content .testimonial-icon {
  width: 50px;
  height: 45px;
  background: #0575c1;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -17px;
}


.testimonial .description {
  font-size: 15px;
  font-style: italic;
  color: #8a8a8a;
  line-height: 23px;
  margin: 0;
}

.testimonial .title {
 display: flex;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
  justify-content: center;
  align-items: center; 
}

.testimonial .post {
  display: block;
  font-size: 14px;
  color: #0CCA4A;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #0CCA4A;
}
.what-say {
  margin: 15px 0;
  /* padding-top: 25px; */
  /* border: 1px solid #f5f5f5; */
  /* box-shadow: 0px 0px 17px 8px rgb(0 0 0 / 8%);
  -webkit-box-shadow: 0px 0px 17px 8px rgb(0 0 0 / 8%); */
}
.shadow-effectt p{
 font-size:17px !important;
}
h3.tutor_title {
  text-align: center;
  /* padding: 20px 0; */
  border-bottom: 3px solid;
  max-width: 245px;
  margin: 23px auto;
}
.rating_star_rev{
 position: relative!important;
  width: 1em!important;
  font-size: 24px!important;
  color: #f14f5d!important;
  cursor: pointer!important;
 }
 
/* .testimonial-content .testimonial-icon:before {
  content: "";
  border-bottom: 16px solid #0575c1;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
} */
.testimonial .testimonial-content:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  border-top: 15px solid #0575c1;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.testimonial .testimonial-content:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  border-top: 15px solid #0575c1;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.owl-dots button.owl-dot{
 background: #b9b9b9 !important;
}
.owl-dots button.owl-dot.active {
  background: #1575bc !important;
}
#customers-testimonials  .owl-dots{
 display:none !important;
}
 /* testimonial css end */