@import "custom-variables/variables";
@import "../../bootstrap-4.0.0/scss/functions";
@import "../../bootstrap-4.0.0/scss/variables";
@import "../../bootstrap-4.0.0/scss/mixins";

@import "custom/sidebar-left";
@import "custom/pagination";
@import "custom/breadcrumbs";
@import "plugin/slick";
// #content-wrapper {
//     width: 100%;
//     background: #f6f6f6;
//     margin: 0;
//     padding: 20px 0 50px;
//     position: relative;
// }
form{
  margin: 0;
}
.testimonials-listing{
  h2{
    background: $primary;

  }
  .img-section{
   img{
     width: 90px;
    height: 90px;
   }
   h6{
    margin: 0;
   a{
    font-size: 16px;
    color: #292f2d;
  }
   }
  }
  .reviewReadLessDet{
    font-size: rem(20);
  }
  .right-info{
    p{
    }
  }
 
}
.slick-dots{
  margin: 0;
}
.testmonial-slider{
  margin: 0 auto;
}
.slick-dots li button{
  background: $primary !important;
}
.det-comment{
   background: $white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  img{
    width: 60px;
    height: 60px;
  }
  h6{
    a{
      color: #292f2d;
      font-size: 17px;
    }
  }
}
.comment-text{
  .reviewReadLessDet{
    font-size: 14px;
  }
}
.read-full{
  &:after{
    content: "\e92f";
     font-family: 'icomoon' !important;
     vertical-align: middle;
    padding: 0 5px;
  }
}
.right-wrow-img{
  display: inline-block;
}




.tesmonials-details{
  background: $white;
    width: 750px;
    margin: 0 auto !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  .img_pane{
    img{
      width: 200px;
      height: 200px;
    }
  }
}