﻿.swiper-container {
        width: 100%;
        height: 100%;
      /*  box-shadow: 0 9px 40px 10px rgba(0, 0, 0, 0.07);*/
}
.swiper-slide {
         text-align: center;
        font-size: 18px;
        background: #fbfbfb;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: block;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        overflow:visible; z-index:1;border-radius:25px
       
    }
.swiper-slide img{position : relative;
  right:auto; top:0; object-fit: cover; width:100%; height:100%; border-radius:25px }

    @media only screen and (max-width: 640px) {
        .swiper-container{border-radius:0}
.swiper-slide {
    display: flex; 
    justify-content: center; height:240px; width:100%; overflow:hidden;border-radius:25px
    }
.swiper-slide img{
 -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; width:unset; height:240px; border-radius:25px
}
}
   
.owlitem{
        box-sizing: border-box; background-color:transparent;display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; height:70px;
        margin: 10px 5px;
        box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
        height: 80px;
        border-radius: 7px;
    }
.owlitem img{max-width:160px; max-height:60px;    filter: grayscale(100%); opacity:.9}