body{
    font-family: "Cairo", sans-serif;
}
.container{
    width: 100%;
    max-width: 1262px!important;
    padding: 0 15px;
    position: relative;
    margin:  0 auto;
}
.container-small{
    width: 100%;
    max-width: 784px!important;
    padding: 0 15px;
    position: relative;
    margin:  0 auto;
}
.hero-banner{
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   position: relative;
}
.hero-banner::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background-color: #00000080;
}
.top-bg-title {
    position: relative;
}
.top-bg-title:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 52px;
    background: linear-gradient(0deg, rgba(150,148,148,0.11248249299719892) 35%, rgba(0,0,0,0.25253851540616246) 68%);
}
.top-bg-title:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 40%;
    height: 52px;
    background: #000000;
    border-radius: 0 50px 50px 0;
    
}
.top-bg{
    background-position: right -20px;
    
}
.benefits-slider .slick-next {
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px;
    background-color: transparent;
    width: 45px;
    height: 45px;

}
.benefits-slider .slick-prev{
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px;
    background-color: transparent;
    width: 45px;
    height: 45px;
    transform: rotate(180deg);
    top: 32%;
    left: -72px;
    z-index: 11;
}
.benefits-slider .slick-prev::before{
    display: none;
}
.benefits-slider .slick-next::before{
    display: none;
}
.product-single-top .slick-dots li button {
    padding: 0px;
}
.product-single-top .slick-dots li button:before {
    font-size: 14px;
    line-height: 20px;
    content: '•';
    color: #e5e5e7;
    opacity: 1;
}
.product-single-top .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #c6dfa8;
}
.product-single-top .slick-prev{
    background-size:contain;
    background-image: url(../images/left-chevron.png) ;
    background-position: center;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}
.product-single-top .slick-next{
    background-size:contain;
    background-image: url(../images/chevron.png) ;
    background-position: center;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}
.product-single-top .slick-prev:before, .product-single-top .slick-next:before {
    color: #71b625;
    display: none;
}
.product-single-top .slick-next {
    right: 50px;
}
.product-single-top .slick-prev {
    left: 50px;
    z-index: 11;
}
.slider-image-text .slick-dots li button {
    padding: 0px;
}
.slider-image-text .slick-dots li button:before {
    font-size: 14px;
    line-height: 20px;
    content: '•';
    color: b7b7b7;
    opacity: 1;
}
.slider-image-text .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #1998d5;
}
.slider-image-text .slick-dots {
    bottom:inherit;
    top: -60px;
    z-index: 11;
}
.tabs-nav a.current{
   border-bottom: 2px solid!important;
   border-color: #000000;
   color: #000000;
}
.tab-content{
    display: none;
}
.tab-content.current{
    display: inherit;
}
.mfp-close-btn-in #video-popup .mfp-close {
    color: #000;
    background-color: #fff;
    opacity: 1;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.hero-banner-mobile{
    background-size:0;
 }
@media screen and (max-width: 1260px) {
    .container{
        max-width: 1024px!important;
        padding: 0 15px;
    }
    .benefits-slider .slick-next{
        right: 25px;
        top: inherit;
        bottom: -64px!important;
    }
    .benefits-slider .slick-prev{
        left: inherit;
        bottom: -40px!important;
        top: inherit;
        right: 80px;
    }
    .hero-banner::after{
        height: 150px;
    }
   
}
@media screen and (max-width: 1180px){
    .top-bg{
        background-position: right 0px;
        background-size: 40%!important;
    }
}
@media screen and (max-width: 1100px) {
    .top-bg{
        background-position: right 0px;
        background-size: 25%!important;
    }
}
@media screen and (max-width: 1023px) {
    .benefits-slider .slick-next{
        right: 25px;
        top: inherit;
        bottom: -64px!important;
    }
    .benefits-slider .slick-prev{
        left: inherit;
        bottom: -40px!important;
        top: inherit;
        right: 80px;
    }
}
@media screen and (max-width: 767px) {
    .top-bg{
        background-size: 0%!important;
    }
    .benefits-slider .slick-prev{
        left: inherit;
        bottom: -40px!important;
        top: inherit;
        right: 80px;
    }
    .benefits-slider .slick-next{
        right: 25px;
        top: inherit;
        bottom: -64px!important;
    }
    .top-bg-title:before{
        width: 90%;
        height: 52px;
    }
    .feature-box {
        display: contents;
    }
    .product-single-top .slick-next {
        right: 0px;
    }
    .product-single-top .slick-prev {
        left: 0px;
    }
    .hero-banner::after{
        height: 100px;
    }
    .hero-banner{
       background-size: 0;
    }
    .hero-banner-mobile{
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .hero-banner::after {
       display: none;
    }
    .slider-image-text .slick-dots {
        bottom:inherit;
        top: -20px;
        z-index: 11;
    }
}