
.top-header{
display: none;
}   
    @media only screen and (min-width: 992px) {
    .top-header{display: block;
     padding: 6px 0;}
     .navbar .nav-item:last-child .nav-link {
        margin-right: 0;
    }
}
 @media only screen and (max-width: 991px) {
    .about-right ul{
    margin: 0 0 0 18px;
}
 }
 @media only screen and (max-width: 767px) {
        .logo-img img{
            width: 100%;
        }
        .contact-content::before{
            display: none;
        }
        .cta-text h1{
                font-size: 33px;
        }
        .about-call-number {
    font-size: 14px;
}
.mob-row{
    align-items: flex-start;
}
.logo-head{
    font-size: 1.5rem;
}
.theme-btn {
    font-size: 14px;
}
#navbarNav {
    padding: 16px 0 0 0;
}
.site-title{
    font-size: 22px;
}
h3,h4 {
    font-size: 23px;
}
.site-title-tagline{
    letter-spacing: 1px;
    font-size: 22px;
}
.service-item{
    height: auto;
}
.service-title a {
    font-size: 22px;

    }
    .choose-item-content h4{
        font-size: 19px;
    }
    .choose-item{
            width: 100%;
    margin: 0 7px 29px 7px;
    }
    }