@media(max-width: 992px){
	.header-right {
    
    display: none;
    }
    .status p, .email-address {
    font-size: 18px;
    }
    .pgone {
    font-size: 22px;
    margin-bottom: 10;
    }

} 

@media(max-width: 767px){
    p {
   
    font-size: 14px;
    line-height: 24px;
    }
    .online-drive-img {
    display: none;
    }
    .online-drive-content {
    padding: 30px 30px 35px 30px;
    }
    .testimonial .description {
   
    height: auto;}
    .navbar-header {
    width: 28%;
    }
    .nav-container {
     width: 53%;
    }
    .abt-img{
        display: none;
    }
    header.top-head-main.fixed.animated.slideDown {
    animation: unset!important;
}
}