/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    #topbarLeft{
        display:none;
    }
    
#topbarRightf a{
    float:left;
}   

#topbarRights a{
    font-size:12px;
}
    .usp-row{
        margin-left:0px;
        margin-right:0px;
    }
    
    .uspbg{
        margin-bottom:5px;
    }
    
    .usp-bg-box1, .usp-bg-box2, .usp-bg-box3{
    border-bottom:1px solid #000;
    border-right:none;
    }
    
    
    /*About Section */
   .about-section>.row {
    margin:0px;
} 

.abt-srvc-part{
    border-bottom:1px solid #000;
    padding-bottom:15px;
}

/*Counter Section*/
.counter-hdng{
    font-size:16px;
    margin-left:-15px;
}
.counter-clkmr> p{
    font-size:12.5px;
}
    
}