.slick-center { 
  transform: scale(1.20);
}
.wl-crvt-review-area .slick-list{
    padding-top: 50px!important;
}
.wl-crvt-review-area .slick-slide:not(.slick-active) { 
  margin: 20px 0; 
}
.wl .slick-slide .wl-crvt-review-img img {
    border-radius: 50%;
    display: unset;
    width: 80px;
    height: 80px;
}
.wl-crvt-review-silder {
    text-align: center;
    padding-bottom: 50px;
}
.wl .slick-slide.wl-center .wl-crvt-review-img img {
    width: 140px;
    height: 140px;
    margin-top: 15px;
}
.wl-crvt-review-author-details h3 {
    font-size: 26px;
    line-height: 33px;
    color: #000000;
    margin: 0px;
}
.wl-crvt-review-author-details span {
    font-size: 14px;
    line-height: 29px;
    color: #4e6580;
}
.wl-crvt-review-details p {
    font-size: 16px;
    line-height: 32px;
    color: #4e6580;
    text-align: center;
}
.wl-crvt-review-single.wl-center.slick-slide .wl-crvt-review-inner {
    display: none;
}
.wl-crvt-review-single.wl-center.slick-slide.slick-current.slick-center {
    text-align: center;
}

.wl-crvt-review-single.wl-center.slick-slide.slick-current.slick-center .wl-crvt-review-inner {
    display: block;
}
.wl-crvt-review-single.wl-center.slick-slide:first-child .wl-crvt-review-img {
    text-align: right;
}
.rating{
    margin: 30px 0px;
}
.wl-crvt-wl-left > i{
    float: left;
    margin-left: -50px;
    width: 19px;
    height: 20px;
    margin-top: -20px;
}
.wl-crvt-wl-right > i{
    float: right;
    height: 65px;
    margin-top: -55px;
    margin-right: -50px;
    margin-bottom: 10px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    margin-top: 50px;
}
.slick-dots li button {
    border: 0;
    background: F#;
    display: block;
    height: 40px;
    width: 40px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
    pointer-events: none;
}
.slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 40px;
    height: 40px;
    font-family: "slick";
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover{
    border: 0;
    background: transparent;
    display: block;
    height: 40px;
    width: 40px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
}
.wl-crvt-review-area .slick-active button{
    border: 0;
    background: transparent;
    display: block;
    height: 40px;
    width: 40px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
}
.slick-dots .slick-active button::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 40px;
    height: 40px;
    font-family: "slick";
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #007cfa;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wl-crvt-review-author-rating  i{
    color: #ffc441;
    margin-top: 20px;
}
.slick-prev {
    position: absolute;
    bottom: 25%;
    left: 15%;
    z-index: 1111;
}
.slick-next {
    position: absolute;
    bottom: 25%;
    right: 15%;
    z-index: 1111;
}
.slick-arrow{
    color: #007cfa;
    border:1px solid #007cfa;
    background: #fff;
}
.slick-arrow:hover{
    color: #fff;
    background-color: #007cfa;
}
.slick-arrow:focus{
    color: #fff;
    background-color: #007cfa;
}