
/* Normal desktop :992px. */

@media only screen and (max-width:1199px) {
}
/****************************************************************************************
@
@	Tablet Styles
@
****************************************************************************************/
/* Tablet desktop :768px. */

/*max width 991px*/
@media(max-width: 991px){
    .headerSec .navbar .nav-link{
        padding-right: 10px;
        padding-left: 10px;
    }
}

/*width 768px to 991px*/
@media(min-width: 768px) and (max-width: 991px){

}
/*tab css*/
@media(max-width: 768px){
}
@media screen and (max-width: 60.1875em){
    .detailssec .grayBx h2{
    font-size: 1.2375em;
    }
}


/****************************************************************************************
@
@	Mobile Styles
@
****************************************************************************************/
/*max width 767px*/
@media(max-width: 767px){
    /* .bannerSec .bannerTxt {
        background: rgba(61, 140, 189, 0.9);
        color: #fff;
        position: relative;
        bottom: 0;
        padding: 10px;
        margin-right: 0;
    } */
    .innerBanner .bannerTxt {
        position: absolute;
    }
    .innerBanner .bannerTxt h1{
        font-size: 27px;
    }
    .detailssec .grayBx {
        padding: 5px 10px;
    }
}

@media only screen and (max-width: 384px){
    .bannerSec .bannerTxt{
        display: none;
    }
}
/*width 576px to 767px*/
@media(min-width: 576px) and (max-width: 767px){

}

/*max with 575px*/
@media(max-width: 575px){

}
