@media only screen and (max-width: 600px) {

    .header-left-content {
        margin-bottom: 0px;
        padding: 3px 0;
    }
    .header-left-content p {
        color: #ffffff;
        font-size: 12px;
    }
    .mobile-responsive-nav .navbar-brand img{
        max-width: 80px
    }
    .mobile-responsive-nav .contentSide h2{
        font-size:22px;

    }
    .mobile-responsive-nav .contentSide p{
        font-size: 9px;
        font-weight: 600;
    }
    .mobile-responsive-nav .mobile-responsive-menu .logo {
        max-width: 335px;
    }
    .mobileSearch .dot-menu {
        right: 0px;
        top: -56px;
    }
    .slider-content{
        padding: 50px 0;
    }
    .myAbout .about-grid {
        display: block;
    }

    .myAbout .section-subtitle{
        margin-top: 30px;
    }   
    .myAbout .sectionTitle {
        font-size: 25px;
    }
    .myAbout .feature-list h5{
        font-size: 17px;
    }


    .counterSection .counterItem {
        margin-bottom: 20px;
    }

    .testimonialSlider .tisBox{
        margin: 0 auto;
    }





.myAbout .about-img{
    width: 300px;
}







}



