
@media (max-width:767px) {
    .expert-carousel .slick-arrow {
        display: block !important;
    }
    .expert-wrapper .expert-flex-wrapper .expert-carousel {
        position: relative !important;
    }

    .expert-wrapper .expert-flex-wrapper .slick-arrow {
        z-index: 100 !important;
        background-color: #fff !important;
        top: 50% !important;
        opacity: .4;
    }

    .expert-wrapper .expert-flex-wrapper .slick-arrow:hover {
        opacity: 1;
    }

    .slick-list.draggable {
        z-index: 99 !important;
        position: relative !important;
    }

    .expert-wrapper .expert-flex-wrapper .slick-prev {
        left: -17px !important;
        background-color: #fff !important;
    }

    .expert-wrapper .expert-flex-wrapper .slick-next {
        right: -17px !important;
    }

}