.anthemeblocks-reviews{
  min-height: 500px;
  padding-top: 99px;
  padding-bottom: 137px;
}
.anthemeblocks-reviews .item .man{
  position: absolute;
  top: 60px;
  left: calc(50% - 60px);
  height: 120px;
  width: 120px;
}
.anthemeblocks-reviews-desc {
  margin-bottom: 50px;
  text-align: center;
}
.anthemeblocks-reviews-desc p{
  max-width: 1078px;
  width: 82%;
  margin: 0 auto;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
  padding-top: 89px;
}
.anthemeblocks-reviews-desc-wrapper{
  position: relative;
  display: inline-block;
  padding: 42px 15px 39px 28px;
}
.anthemeblocks-reviews-desc:before{
  content:"";
  display: block;
  width: 57px;
  height: 49px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background: url(../img/1.png);
}
.anthemeblocks-reviews-desc h5{
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
}
.anthemeblocks-reviews .owl-prev,
.anthemeblocks-reviews .owl-next {
  position: absolute;
  top: calc(50% - 15px);
  z-index: 2;
  cursor: pointer;
}
.anthemeblocks-reviews .owl-prev i,
.anthemeblocks-reviews .owl-next i {
  font-size: 30px;
}
.anthemeblocks-reviews .owl-prev {
  left: 25px;
}
.anthemeblocks-reviews .owl-next {
  right: 25px;
}
.anthemeblocks-reviews .owl-stage-outer.disabled .owl-prev,
.anthemeblocks-reviews .owl-stage-outer.disabled .owl-next {
  display: none;
}
.anthemeblocks-reviews .owl-prev i, 
.anthemeblocks-reviews .owl-next i {
    font-size: 52px;
    color: #fff;
}
.anthemeblocks-reviews .owl-next {
    padding: 5px 0px 3px 6px;
    border-bottom-left-radius: 31px;
    border-top-left-radius: 31px;
}
.anthemeblocks-reviews .owl-prev {
    padding: 5px 6px 3px 0px;
    border-bottom-right-radius: 31px;
    border-top-right-radius: 31px;
}
.anthemeblocks-reviews .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(-50%,0,0);
  -webkit-transform: translate3d(-50%,0,0);
  position: absolute;
  bottom: 39px;
  left: 50%;
}
.anthemeblocks-reviews .owl-dots .owl-dot {
 display: inline-block;
 zoom: 1;
 *display: inline;
}
.anthemeblocks-reviews .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 11px;
  background: #fbf6fa;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }
@media (max-width: 1920px){
  .anthemeblocks-reviews .owl-stage .bg{
    width: auto;
  }
}
@media (max-width: 767px){
  .anthemeblocks-reviews-hide-mobile {
    display: none !important;
  }
}
.author-review div,
.author-review h5{
  display: inline-block;
}
.author-review  .line {
    background-color: #ffffff;
    opacity: 0.5;
    height: 1px;
    width: 22px;
    margin: 0 12px;
    vertical-align: super;
}
.anthemeblocks-reviews{
  margin-bottom: 60px;
}
@media (max-width: 1200px){
    .anthemeblocks-reviews-desc p{
        padding-top: 0;
        font-size: 33px;
    }
    .anthemeblocks-reviews {
        min-height: 449px;
        padding-top: 99px;
        padding-bottom: 48px;
        background-size: cover;
    }
}
@media (max-width: 640px){
  .anthemeblocks-reviews-desc p {
      font-size: 29px;
      line-height: 34px;
  }
}
@media (max-width: 480px){
  .anthemeblocks-reviews-desc p {
      font-size: 21px;
      line-height: 24px;
      width: 90%;
  }
  .anthemeblocks-reviews {
    min-height: 434px;
    padding-top: 38px;
    padding-bottom: 30px;
  }
  .anthemeblocks-reviews .owl-dots {
    bottom: 20px;
  }
  .anthemeblocks-reviews .owl-prev {
    left: 0;
  }
  .anthemeblocks-reviews .owl-next {
    right: 0;
  }
}