
/*Begin Slider elementor*/
.elbzotech-wrapper-slider{
    position: relative;
}
.swiper-scrollbar{
    opacity: 1!important;
    height: 5px;
}
.display-swiper-scrollbar-yes .swiper-scrollbar{
     background: #e5e5e5;
}
.display-swiper-scrollbar-yes .swiper-scrollbar-drag{
     background: #c82811;
}
/*--------- style 3 ----------*/
.elbzotech-wrapper-slider-style3 .item-slider-style3{
    padding: 0px 30px 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 30px;
}
.item-slider-style3 .img-wrap{
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}
.item-slider-style3 .img-wrap img{
    width: 100%;
}
.item-slider-style3 .image-wrap{
   order: 1;
}
.item-slider-style3 .desc-slider-custom{
   order: 3;
}
.item-slider-style3 .title-slider-custom{
   order: 2;
   line-height: 36px;
   margin-bottom: 5px;
   margin-top: 23px;
}
.item-slider-style3 .content-slider-custom{
   order: 0;
   padding: 10px 0;
}
/*End Slider elementor*/
@media(max-width: 1200px){
    .elbzotech-wrapper-slider-style2__open-close{
        right: 50%;
        margin: 0;
        top: 10px;
        margin-right: -10px;
    }

    .elbzotech-wrapper-slider-style2__open-close.active{
         margin-right: -20px;
    }
}


@media (max-width: 767px) {
    .elbzotech-wrapper-slider-style2__open-close.active {
        height: 20px;
        width: 30px;
        line-height: 20px;
        font-size: 12px;
        margin-right: -15px;
    }
}