.panel-services{
    position: relative;
    overflow-x: hidden;
}
.panel-services h2{
    color: #000000;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 39px;
}
.panel-services .col-no-padd{
    padding-left: 0;
    padding-right: 0;
}
.panel-services .services-slider-wrapper a{
    text-decoration: none;
}
.panel-services .services-slider-wrapper a:focus-visible{
    outline: none;
}
.panel-services .content-wrapper{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 320px;
    padding-bottom: 108%;
    border-radius: 15px;
   
}
.panel-services .content-wrapper  .title-wrapper{
    position: absolute;
    padding-right: 51px;
    left: 22px;
    bottom: 15px;
}
.panel-services .content-wrapper h4{
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
    margin-bottom: 5px;
}
.panel-services .content-wrapper h5{
    position: relative;
    color: #D09A43;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    margin-left: 45px;
}
.panel-services .content-wrapper h5:before{
    content: '';
    position: absolute;
    background-color: #D09A43;
    width: 31px;
    height: 3px;
    top: 9px;
    left: -42px;
}

.panel-services .slick-next:before{
    content: '';
    position: absolute;
    background-image: url(images/arrow-right.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 35px;
    height: 55px;
    right: 75px;
    top: -40px;
    opacity: 1;
    z-index: 9999;
}
.panel-services .slick-next:after{
    content: '';
    position: absolute;
    background-image: url(images/shade.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 365px;
    z-index: 999;
    right: 25px;
    width: 285px;
    max-width: 285px;
    top: -172px;
}
.panel-services .slick-prev{
    z-index: 999;
}
.panel-services .slick-prev:before{
    content: '';
    position: absolute;
    background-image: url('images/arrow-left.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 35px;
    height: 55px;
    opacity: 1;
    z-index: 999999;
    top: -40px;
    left: 60px;
}
.panel-services .slick-prev:after{
    content: '';
    position: absolute;
    background-image: url(images/shade.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 365px;
    z-index: 999;
    left: 25px;
    width: 285px;
    max-width: 285px;
    top: -172px;
    transform: scaleX(-1);
}
.panel-services .slick-list.draggable{
    padding-left: 0px !important;
}

@media(max-width: 1640px){
    .panel-services .content-wrapper{
        width: 270px;
    }
}
@media(max-width: 1500px){
    .panel-services .content-wrapper{
        width: 250px;
    }
    .panel-services .content-wrapper .title-wrapper{
        padding-right: 25px;
    }
}
@media(max-width: 1400px){
    .panel-services .content-wrapper{
        width: 230px;
    }

}
@media(max-width: 1320px){
    .panel-services .content-wrapper{
        width: 210px;
    }
    .panel-services .content-wrapper .title-wrapper{
        padding-right: 15px;
        left: 15px;
    }

}
@media(max-width: 1230px){
    .panel-services .content-wrapper{
        width: 200px;
    }


}
@media(max-width: 1150px){
    .panel-services .content-wrapper {
        width: 190px;
    }
    .panel-services .content-wrapper h4{
        font-size: 15px;
    }

}
@media(max-width: 1110px){
    .panel-services .content-wrapper {
        width: 180px;
    }


}
@media(max-width: 1050px){
    .panel-services .content-wrapper {
        width: 210px;
    }


}
@media(max-width: 991px){
    .panel-services .content-wrapper {
        width: 240px;
    }
    .panel-services  .slick-slide {
        margin: 0 15px;
    }
  
    /* the parent */
    .panel-services  .slick-list {
        margin: 0 -15px;
    }


}
@media(max-width: 880px){
    .panel-services .content-wrapper {
        width: 215px;
    }


}
@media(max-width: 790px){
    .panel-services .content-wrapper {
        width: 100%;
    }
    .panel-services .content-wrapper {
        width: 280px;
    }
    .panel-services  .slick-slide {
        margin: 0 25px;
    }
  
    /* the parent */
    .panel-services  .slick-list {
        margin: 0 -25px;
    }
}
@media(max-width: 785px){
    .panel-services .slick-next:after,
    .panel-services .slick-prev:after{
        top: -173px;
    }

}


@media(max-width: 682px){

}
@media(max-width: 630px){
    .panel-services .slick-list.draggable{
        padding-left: 90px !important;
    }
    .panel-services .content-wrapper {
        width: 440px;
    }
    .panel-services .slick-next:after, .panel-services .slick-prev:after {
        top: -231px;
        height: 480px;
    
    }

}
@media(max-width: 600px){

    .panel-services .content-wrapper {
        width: 375px;
        margin: 0 auto;
    }
    .panel-services .slick-next:before,
    .panel-services .slick-prev:before{
        width: 20px;
        height: 35px;
    }
    .panel-services .slick-next:before{
        right: 60px;
    }


}
@media(max-width: 520px){
    .panel-services .slick-next:after,
    .panel-services .slick-prev:after{
        content: none;
    }
    .panel-services .slick-list.draggable {
        padding-left: 0px !important;
    }
    .panel-services .content-wrapper{
        width: 400px;
        padding-bottom: 75%;
    }
    .panel-services .slick-prev:before{
        left: 45px;
    }
    .panel-services .slick-next:before {
        right: 40px;
    }
}
@media(max-width: 500px){
    .panel-services .content-wrapper {
        width: 335px;
        padding-bottom: 54%;
    }
}
@media(max-width: 400px){
    .panel-services .content-wrapper{
        width: 280px;
    }
}