.banner .container .form-sec p {
    color: #fff;
    margin-top: 15px;
}
/*floating*/
.enquiries {
    position: fixed;
    z-index: 1;
}
   .enquiries {
    background-color: #004c98;
    border-color: #004c98;
    border-radius: 5px 5px 0 0;
    font-size: 22px;
    padding: 15px 30px;
    right: -115px;
    top: 50%;
    transform: rotate(-90deg);
     color: #fff;
}
.enquiries img{
    display: none;
}
   
.enq-btn-mobile{
    display: none;
}    

.employee p{
    font-size: 27px;
}
.enquiries img{
    display: none;
}
@media only screen and (max-width: 576px){
    .enquiries img{
       display: none;
    }
    .enquiries {
        display: none;
     }
      .enq-btn-mobile{
        display: block; 
      }
     .enq-btn-mobile img{
        height: 55px;
        width: 55px;
        float: right;
        position: fixed;
        top: 80%;
        right: 0;
        /*background-color: #0194f1;*/
        /*padding: 10px;*/

     }
     
}
.first-txt h1{
    font-size: 25px; font-weight: normal;   padding-right: 141px;
}

@media only screen and (max-width: 576px){
    .banner .container .first-txt{
        font-size: 18px!important;
        text-align: left!important;
        padding-right: 0px!important;
        font-weight: bold!important;
    }
    .second-txt{
        font-size: 35px!important;
        font-weight: normal!important;
    }
    .form-sec{
        margin-top: 20px!important;
    }
}