@media screen and (max-width:1880px) and (min-width:1600px) {

    .swiper-comments .swiper-slide{
        padding: 10px !important;
    }

    .pgallery-module-inside-box img{
        min-height: 245px !important;
    }
    .pgallery-module-inside-box{
        height: 245px;
    }

    .bmi-inside-container{
        width: 1400px;
        padding: 40px;
    }
    .bmi-inside-head{
        width: 380px;
        margin-right: 40px;
    }
    .bmi-result-container{
        width: 1400px;
        padding:100px;
    }

}
@media screen and (max-width:1920px) and (min-width:1601px) {

    .pgallery-module-inside-box img{
        min-height: 300px !important;
    }
    .pgallery-module-inside-box{
        height: 300px;
    }



}
