@media (max-width: 575.98px) { 
    .emailbx{
        font-size: 14px;
    } 
    .fixedHeader .brand a img{
       text-align: center;
       margin: 0 auto;
       display: block;
       width: 50%;
    }
}
@media (max-width: 767.98px) { 
    .middle-header h6{
        font-size: 0.8em;;
    }
    .middle-header h6 i{
        font-size: 2em;
        vertical-align: middle;
    }
    .emailbx a{
        font-size: 0.8em;
        
    }  
    .phonbx a{
        font-size: 0.8em;
    }  
    .fixedHeader .book-btn1{
        margin-bottom: 5px;
    }

    .hero-content-bx{
        position: inherit !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .about-bx h3 span {
        display: block;
        font-size: 1.5rem;
    }

}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    .hero-content-bx{
        position: absolute;
        z-index: 1;
        background-color: #fff;
        background-color: #ffffff9c;
        width: 60%;
        margin: 10% 18%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .hero-content-bx h3{
        font-size: 40px;
    }
    .hero-content-bx h4{
        font-size: 35px;
    }
    .hero-content-bx p{
        font-size: 16px;
    }
    .btn-set a{
        font-size: 16px;
    }
    .content-wrp{
        width: 100%;
        bottom:0;
       top: auto;
       background: #ffffffd9;
    }
 }