
@media only screen and (max-width: 600px) {
    h1{
        font-size: 30px!important;
    }
    h2{
        font-size: 25px!important;
    }
        #brochuer .pl-1{
        padding-left: 0px;
    }
    #sevices .section-title h2{
        text-align: center;
    }
    .sec-gap-top {
        padding-top: 15px;
    }
    .form-section{
        margin: 0px;
    }
    .brochuer-title h2{
        padding-bottom: 10px;
    }
    .brochure-details p {
        font-size: 14px;
    }
    /* About us */
    .about-content p{
        text-align: justify;
    }
    .mission-content p{
        text-align: justify;
    }
    #team {
        padding: 30px 0px
    }
    /* service */
    .page-banner {
      height: 140px;
    }
    .c-icon img {
        height: 18px;
        padding-left: 16px;
        float: right;
        position:relative;
        /* right: 0%; */
        left: -16px;
    }
    .for-desktop{
        display: none;
    }
    #mobile-menu{
        display: block;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #000000;
    }
    .dropdown-menu .dropdown-item{
        font-weight: 500;
    }
    .dropdown-menu{
        border: none;
        background-color: transparent;
    }
    #career{
        background: transparent;
    }
    #career .form-group label {
        font-size: 15px;
        color: #fff;
        font-weight: normal;
        /* font-family: 'Abel', sans-serif; */
    }
    /* services page */
    .services-section-box .divider-3{
        background-color: transparent;
    }
    .contact-bg{
        height: 160px;
    }
    .m-img img{
        height: auto;
    }
    .m-details h3 {
        font-size: 16px;
    }
    .team-card {
        padding-top: 0px;
        margin-bottom: 20px;
    }
    .padding-top{
        margin-top: 0px;
    }
    .service-box{
        height: auto;
    }
    .services-section-box .row .col-lg-4, .services-section-box .row .col-lg-2 {
        padding: 10px;
    }
    /*  top header  */
    #mobile-menu .desktop{
        display: none;
    }
    #mobile-menu .navbar {
         margin-top: 0px; 
    }
    .sec-gap-bottom {
        padding-bottom: 35px;
    }
    .login-phone{
        display: block;
    }
    .brand-logo img {
        height: 80px;
    }

    .mobile-rotate{
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 30px;
}
.d-image{
    display: none;
}
.clientele-box-1{
    padding-right: 0px!important;
}
.clientele-box-2{
    padding: 0px 15px!important;
}
.clientele-box {
    padding: 0px 15px;
}
}

/*laptop*/
@media only screen and (max-width: 1024px){
     #career {
        background-image: url(../../img/career-2.jpg);
        height: 414px;
        margin-bottom: 75px;
        margin-top: 30px;
    }
}