Slider */

 .slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    /* width: 50%; */
    height: 100%;
    min-height: 100%;
}
[dir='rtl'] .slick-slide
{
    float: right;
} 
 .slick-slide .review-img img
{
    display: block;
    width: 100%;

} 
/* green logo */
.slick-slide .sec2-div img
{
    display: block;
    width: 100%;
    /* margin: 0 0px; */
    padding: 0 60px;
}

 .slick-slide.slick-loading img
{
    display: none;
} 
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* slick dots styles  */

.slick-dots {
    /* position: absolute; */
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    border: 1px solid #5F846F;
    background: #5F846F;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }

  .slick-dots li.slick-active button{
    color: #5F846F;
    border: 1px solid #5F846F;
    background-color: #00602A;
  }


  
/* .order_sections .content_carousel_ver .owl-dot {
    border: 1px solid #B6B6B6 !important;
}

.order_sections .content_carousel_ver .owl-carousel .owl-controls .owl-dot {
    background-size: cover;
    margin-top: 10px;
}

.order_sections .content_carousel_ver .owl-carousel .owl-dots {
    position: absolute;
    top: -15px;
    left: -75px;
    width: 70px;
    height: 100%;
}

.order_sections .content_carousel_ver .owl-carousel .owl-dot {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 15px;
    width: 70px;
    height: 70px !important;
} */

/* .order_sections .content_carousel_ver .owl-dot.active {
    border: 1px solid #55BCEE;
}


.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 0px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
} */


/* @media screen and (max-width:991px) {
    .order_sections .content_carousel_ver .owl-carousel .owl-dots {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        display: inline-block;
        display: flex;
        justify-content: center;
    }

    .order_sections .content_carousel_ver .owl-carousel .owl-dot {
        display: inline-block;
        margin: 10px 8px;
    }
}

@media screen and (max-width:767px) {
    .order_sections .content_carousel_ver .owl-carousel .owl-dots {
        width: 100%;
        margin: auto;
    }

    .order_sections .content_carousel_ver .owl-carousel .owl-dot {
        width: 60px;
        height: 60px !important;
        margin: 10px 5px;
    }
    .owl-carousel .owl-dots .owl-dot.active span,
    .owl-carousel .owl-dots .owl-dot:hover span {
        background: #000;
        transform: translate3d(0px, -50%, 0px) scale(0.5);
        border-radius: 50%;
    }
    
    .owl-carousel .owl-dots .owl-dot span {
        transform: translate3d(0px, -50%, 0px) scale(0.5);
        border-radius: 50%;
        background: #ffffff00;
        border: 1px solid #000;
    }

    .owl-carousel .owl-nav {
        position: relative;
        top: 25px;
        left: 0;
        width: 50%;
        right: 0;
        margin: auto;
        z-index: 99999999;
    }

    .owl-carousel .owl-nav {
        position: relative;
        top: 25px;
        left: 0;
        width: 50%;
        right: 0;
        margin: auto;
        z-index: 99999999;
    }
    .owl-carousel .owl-dots .owl-dot.active span,
    .owl-carousel .owl-dots .owl-dot:hover span {
        background: #000;
        transform: translate3d(0px, -50%, 0px) scale(0.5);
        border-radius: 50%;
    }

    .about-box .owl-carousel .owl-dots .owl-dot span {
        transform: translate3d(0px, -50%, 0px) scale(0.5);
        border-radius: 50%;
        background: #ffffff00;
        border: 1px solid #fff;
    }

    .about-box .owl-carousel .owl-dots .owl-dot.active span,
    .about-box .owl-carousel .owl-dots .owl-dot:hover span {
        background: #fff;
        transform: translate3d(0px, -50%, 0px) scale(0.5);
        border-radius: 50%;
    }

    .owl-carousel .owl-dots .owl-dot span {
        transform: translate3d(0px, -50%, 0px) scale(0.5);
        border-radius: 50%;
        background: #ffffff00;
        border: 1px solid #000;
    }
    
} */

    @media screen and (max-width: 430px){
        .slick-slide .sec2-div img
        {
            padding: 0 0px;
        }
        .slick-track{
            position: relative;
            top: 0px;
            left: 0px;
            display: block;
            margin-left: auto;
            margin-right: auto; 
        }
    }
