@media (max-width: 1350px) {
    
}
@media (max-width: 1200px) {
    .slidehome-title{
        font-size: 35px;
    }
}
@media (max-width: 992px) {
    .home-section2{
        flex-basis:32;
    }
    .section2-item{
        width:33.333337%;
    }
    #home-slidersection2{
        border-radius:0px;
        text-align:center;
    }
    
    .slidehome-title{
        font-size: 25px;
    }
    
    .row-community-list{
        padding:20px!Important;
    }
    
    .home-community-image{
        max-width: 360px;
        margin: auto;
        display: block;
    }
    
}
@media (max-width: 768px) {
    .home-big-title-cont .home-big-title{
        width:100%;
        text-align:center;
    }
    .home-big-title-cont .btn-primary{
        margin-top:20px;
    }
    .home-big-title-cont{
        justify-content: center;
    }
    .home-section2{
        flex-basis:49;
    }
    .section2-item{
        width:50%;
    }
    
    .slide-home-item{
        flex-flow: column;
        padding: 45px 30px;
    }
    
    #slider-home .owl-dots {
        bottom: 15px;
    }
    
    #slider-home button.owl-dot {
        width: 15px;
        height: 15px;
        margin: 0px 5px;
    }
    
    .slidehome-image {
        width: 40%;
        margin-left:0;
    }
    
    .slidehome-title{
        font-size: 20px;
        width: 100%;
        margin: 0;
        margin-top:20px;
    }
    
    #slider-home .owl-nav i,
    #home-slider2 .owl-nav i{
        font-size: 22px;
    }

    #slider-home .owl-nav button:first-child {
        left: 5px;
    }
    
    #slider-home .owl-nav button:last-child {
        right: 5px;
    }
    
    #home-section3 h3 {
        font-size: 26px;
    }
    
    #home-slidersection2 h2 {
        font-size: 26px;
    }

    .home-slider2-desc p {
        font-size: 18px;
        margin-bottom:5px;
    }
    
    


}
@media (max-width: 576px) {
    .home-slider2-item{
        margin:5px;
    }
    #home-slider2 .owl-nav button:first-child{
        left:-10px;
    }
     #home-slider2 .owl-nav button:last-child{
        right:-10px;
    }

    
}  
@media (max-width: 480px) {
    #home-slider2{
        padding:0px 25px;
    }

    .section2-item{
        width:100%;
    }
    
    .row-community-list{
        padding:0px!Important;
    }
    
    .slidehome-image {
        height: 180px;
    }
}
@media (max-width: 363px) {
    #home-slider2 .owl-nav button:first-child{
        left:-15px;
    }
     #home-slider2 .owl-nav button:last-child{
        right:-15px;
    }
    #home-slider2{
        padding:0px 15px;
    }
    
   .home-section2{
        flex-basis:100;
    }

}



