.testimonial{
  border-right: 4px solid #3799b1;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 130px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
  height:23rem;
}

.testimonial:before{
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid #3799b1;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
  /* height: 100%; */
}
.testimonial:after{
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #3799b1;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
  /* height: 100%; */
}
.testimonial .pic{
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}
.testimonial .pic img{
  width: 100%;
  height: auto;
}
.testimonial .description{
  font-size: 13px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 15px;
  font-family: Arial, Helvetica, sans-serif;
  flex: 1;
}
.testimonial .title{
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3799b1;
  margin: 0;
}
.testimonial .post{
  display: inline-block;
  font-size: 17px;
  color: #666;
  font-style:normal;
}
.owl-theme .owl-controls .owl-page span{
  border: 2px solid #3799b1;
  background: #fff !important;
border-radius:0 !important;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
  background: #3799b1 !important;
border-color:#3799b1;
}
.owl-pagination{margin-bottom: 30px;}
@media only screen and (max-width: 767px){
  .testimonial{
      padding: 20px;
      text-align: center;
  }
  .testimonial .pic{
      display: block;
      position: static;
      margin: 0 auto 15px;
  }
}
@media only screen and (min-width:300px) and (max-width:450px)
{
  .testimonial{
    height: 50rem;
  }
}
@media only screen and (min-width:451px) and (max-width:767px){
  .testimonial{
    height: 39rem;
  }
}
@media only screen and (min-width:768px) and (max-width:850px)
{
  .testimonial{
    height: 51rem;
  }
}
@media only screen and (min-width:851px) and (max-width:1250px){
  .testimonial{
    height: 42rem;
  }
}
@media only screen and (min-width:1251px) and (max-width:1455px){
  .testimonial{
    height: 28rem;
  }
}
#scrollTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color:#3799B1 ;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  display: none;
  width: 5rem;
  height: 5rem;
}

#scrollTopBtn:hover {
  background-color:cadetblue;
}
.Custom-icon{
color: white;
font-size: 2rem;
}