@media (max-width:800px){
    .mobile-menu{
    display: block;
}
    /*.dektop-menu{
        display: none;
    }*/
}
@media (max-width: 768px) {
    .about-page{
        padding: 10px;
    }
    .info-box h4{
        width: 100%;
    }
    .carousel-indicators{
        display: none;
    }
    .banner .carousel-control-next-icon{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }
    .banner .carousel-control-next{
     left: 15%;
    }
    .banner .carousel-control-prev-icon{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }
    .banner .carousel-control-prev{

    }
    .tabs{
        margin-right: 0;
    }

    .home-about-inner{
        top: 0;
        z-index: 1;
        /*height: auto;*/
    }
    #blogCarousel5 img{
        width: 100%;
    }
    .home-about-inner:before{
        display: none;
    }
    .banner .carousel-caption {
        top: 14%;
        left: 7%;
    }
    .banner .carousel-caption h1{
        font-size: 22px;
        line-height: 32px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 5px 5px;
    }
    .navbar-nav{
        background: #666;
    }
    .tabs{
        margin-right: 0;
    }
    /*.top-icons{
        display: none;
    }*/
    .social-media{
        display: none;
    }
    .logo img {
        width: 100px;
    }
    .top-icons ul li a i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
}
.ha-left h1 {
    font-size: 22px;
}
.ha-left h1 span {
    font-size: 22px;
}
#blogCarousel5{
    padding: 10px!important;
    padding-top: 50px!important;
}
.client-logo .carousel-control-prev {
    left: 5px;
    top: -80%;
    }
    .client-logo .carousel-control-next {
    right: 5px;
    top: -80%;
    }
}
@media (max-width: 425px) {
    .banner .carousel-caption h1{
        font-size: 18px;
    }
    .logo img {
        width: 100px;
    }
    #blogCarousel5 img{
        border-radius: 0;
    }
}