section.boxed-content {
    padding: 50px 0;
}
.boxed-outer {
    float: left;
    width: 100%;
}

.each-boxed {
    float: left;
    width: calc(33.33% - 13.33px);
}
.each-boxed:nth-child(3n) {
    margin-right: 0;
}

.each-boxed-img {
    float: left;
    width: 100%;
    height: 415px;
    margin-bottom: 20px;
    overflow: hidden;
}
.each-boxed-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
    transform: scale(1);
}
.each-boxed-img:hover img {
    transform: scale(1.05);
}

.boxed-content .lSSlideOuter .lSPager.lSpg>li a {
    width: 15px;
    height: 15px;
    background-color: #CCCCCC;
}
.boxed-content .lSSlideOuter .lSPager.lSpg>li.active a,
.boxed-content .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #000;
}
.boxed-content .lSSlideOuter .lSPager.lSpg {
    margin-top: 20px !important;
}
.boxed-content .lSSlideOuter .lSPager.lSpg>li {
    padding: 0 8px;
}
.boxed-content .noPager .lSSlideWrapper.usingCss .boxed-outer {
    transform: none !important;
}
.boxed-content.hide-pagination .lSSlideOuter .lSPager.lSpg{
    display: none;
}


/* slick slider additional settings start */
.boxed-content .slick-slide {
    margin: 0 10px;
}
.boxed-content .slick-list {
    margin: 0 -10px;
}
.boxed-content.hide-pagination ul.slick-dots{
    display: none !important;
}
/* slick slider additional settings end */

section.boxed-content .container-md {
    position: relative;
}
.boxed-prev,
.boxed-next {
    background-image: url(../../images/left-arrow.svg);
    background-position: center;
    height: 23px;
    width: 20px;
    position: absolute;
    left: -4%;
    top: 45%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.boxed-next {
    background-image: url(../../images/right-arrow.svg);
    left: auto;
    right: -4%;
}


@media (max-width:1566px) {
    .each-boxed-img {
        height: 390px;
    }
}

@media (max-width:1440px) {
    .each-boxed-img {
        height: 350px;
    }
}

@media (max-width:1366px) {
    .each-boxed-img {
        height: 340px;
    }
}

@media only screen and ( max-width: 1199px) {
    .each-boxed-img {
        height: 270px;
    }

}


@media only screen and ( max-width: 768px) {
    .boxed-prev, .boxed-next{
        display: none;
    }
    section.boxed-content {
        padding: 30px 0 0;
        background-color: #000;
    }
    section.boxed-content::after {
        height: 62px;
        width: 100%;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        background-color: #fff;
    }
    section.boxed-content h2,
    .each-boxed h6 {
        color: #fff;
    }

    .each-boxed-img {
        margin-bottom: 15px;
        height: 500px;
    }

    .boxed-content .lSSlideOuter .lSPager.lSpg>li a {
        width: 12px;
        height: 12px;
    }
    .boxed-content .lSSlideOuter .lSPager.lSpg>li {
        padding: 0 5px;
    }
    .boxed-content .lSSlideOuter .lSPager.lSpg {
        margin-top: 30px !important;
        padding-bottom: 20px;
        padding-top: 10px;
    }
    .boxed-content.hide-pagination .lSSlideOuter .lSPager.lSpg{
        display: block;
    }
    .each-boxed h6 {
        font-family: Arada-Regular;
    }
    .boxed-content.hide-pagination ul.slick-dots {
        display: block !important;
        margin-top: 30px !important;
        padding-bottom: 20px;
        padding-top: 10px;
        position: relative;
        z-index: 1;
    }
    .boxed-content.hide-pagination ul.slick-dots{
        display: block !important;
    }
    
}

@media only screen and ( max-width: 768px) {
    .each-boxed-img {
        height: 380px;
    }
}
@media only screen and ( max-width: 468px) {
    .each-boxed-img {
        height: 310px;
    }
    .boxed-content .lSSlideOuter .lSPager.lSpg {
        transform: none !important;
    }
}



/* RTL Styling Start */
body.rtl .boxed-outer {
    float: right;
}
@media only screen and ( max-width: 768px) {
    body.rtl .each-boxed h6 {
        font-family: Cairo-Regular;
    }
}