@media only screen and (max-width:992px) {
    .inline-h3 {
        color: #1e204f;
        background: #dddddd;
        display: inline-block;
        width: unset;
        text-align: center;
        padding: 0.6rem 2rem;
        font-weight: 400;
        border-top-left-radius: 28px;
        border-top-right-radius: 28px;
        margin-bottom: 0px;
        font-size: 18px;
    }
    .product-detail-wrap .nav-pills{
        display: flex;
        justify-content: center;
        padding-left: 0px;
    }
    .measures-ul{
        width: 100%;
    }
    .measures-ul li {
        width: 100%;
       justify-content: center;
       flex-direction: column;
    }
    .product-detail-wrap .row .col-lg-7{
        text-align: center;
    }
    .product-detail-wrap .row{
        flex-direction: column-reverse;
    }
    .box-filter {
        border-right: 0px;
    }
    .filter-checkboxes .form-check{
        text-align: left;
    }
    .container{
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    #navbarNavAltMarkup {
        display: none;
    }
    .sidebar-toggle {
        display: block;
    }
    .img-why-mob{
        display: block;
        border-radius: 25px;
        width: 100%;
    }
    .why-us,
    .our-story-main {
        background: var(--blue-dark);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 100%;
        padding-bottom: 3rem;
    }

    .wrap-why-inner {
        padding-top: 3rem;
        padding-right: 0rem;
    }
    .banner-wrap{
        padding-top: 8rem;
    }
    /* .banner-wrap .row{
        flex-direction: column-reverse;
    } */
    .banner-text,
    .wrap-why-inner,
    footer{
        text-align: center;
    }
    .social-links {
        margin-bottom: 3rem;
    }
    .txt-descrip,
    .abt-us{
        text-align: center;
        width: 100%;
    }
    .top-head,
    .abt-head {
        font-size: 30px;
    }
    .banner-text h1 br{
        display: none;
    }
    .banner-buttons {
        justify-content: center;
        margin: 2rem 0rem;
    }
    .query-wrap p,
    .contact-main p{
        text-align: center;
    }
    .c-section-pr {
        padding: 3rem 0rem;
    }
    .img-abbt {
        margin-top: 2rem;
    }
    .abt-head.mb-8{
        margin-bottom: 3rem;
    }
    .footer-wrap.c-section-pr{
        padding-bottom: 0rem;
    }
    .exp-head{
        width: 100%;
    }
    .lt-txt {
        line-height: 38px;
    }
    .contact-brief{
        width: 100%;
    }
    .box-center {
        margin: 2rem 0rem;
        transform: translate(0px, 0px);
    }
    .brd-crumb {
        justify-content: center;
    }
    .contact-brief a {
        flex-direction: column;
    }
    .liiinks {
        flex-direction: column;
    }
    .quick-links-mob {
        display: flex;
        justify-content: center;
        margin: 0rem 0rem;
        flex-direction: column;
        text-align: center;
        margin-bottom: 1rem;
    }
    .pro-detail-image img{
        width: 100%;
        margin-bottom: 30px;
        }
}
@media only screen and (max-width:540px){
    .prod-bg-box{
       
    }
    .urls-wrap {
        margin-top: 0rem;
    }
    .banner-buttons {
        display: flex;
        flex-direction: column;
    }
    .banner-buttons a {
        width: 70%;
        margin: 0 auto;
    }

}


