
/*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;
}
.slider-type-marquee .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  padding: 0 10px;
}
/*--------- style 4 ----------*/
.item-slider-style4 .content-slider-custom {
    color: #5C5C5C;
    line-height: 28px;
    margin-bottom: 20px;
    position: relative;
    padding: 0px 50px;
}
.item-slider-style4 .content-slider-custom .testimonial-left {
    position: absolute;
    top: 0;
    left: 0;
}
.item-slider-style4 .content-slider-custom .testimonial-right {
    position: absolute;
    top: 0;
    right: 0;
}
.item-slider-style4 .title-slider-custom {
    color:#454545;
}
.item-slider-style4 .desc-slider-custom {
    color:#727272;
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #A1A1A1;
    line-height: 18px;
}
.item-slider-style4 .image-wrap  {
    margin-top: 30px;
}
.item-slider-style4 .image-wrap img {
    max-width: 140px;
    border-radius: 50%;
}
.elbzotech-wrapper-slider-style4.display-swiper-pagination-style2 .swiper-pagination{
    position: unset;
    margin-top: 30px;
}
/*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;
    }
    .item-slider-style4 .content-slider-custom{
        line-height: 24px;
        font-size: 14px;
            padding: 0;
    }
    .item-slider-style4 .content-slider-custom .testimonial-left,
    .item-slider-style4 .content-slider-custom .testimonial-right{
        display: none;
    }

}