


@media only screen and (max-width:767px){
    h2{
        font-size: 20px !important;
    }
    .logo img{
        height: 59px;
        margin-top: 8px;
    }
    .navbar-collapse {
        /* width: 100%; */
        /* margin-bottom: 10px; */
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .content h1 {
        font-size: 16px;
    }
    .content h3 {
        font-size: 15px;
    }
    .kb-caption h1, .kb-caption h3{
        padding: 0px !important;

    }
.carousel-caption{
bottom: -38px !important;
}
.kb-caption-right {
    right: 5% !important;
}

    .revser_fixed{
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    .penta_footer_under {
    
    
    }
    .front h2{
        font-size: 15px !important;
    }

}