@media (max-width: 1200px){
    .about-txt {
        padding: 0px 0px;
    }
    .left-txt {
        padding: 0px 0px;
    }
}
@media (max-width: 760px){
    .c-phone-details {
        text-align: center;
    }
    .for-border-right {
        text-align: center;
    }
}
@media (max-width: 970px){
    #h-main-banner .navbar-light .navbar-toggler {
        color: #ffffff;
        border-color: #ff3838;
        background: #ff3838;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: #020f3ef5;
        display: flex;
        padding: 20px;
        position: absolute;
        top: 73px;
        right: 30px;
        z-index: 9999;
        /* color: red; */
      }
      .h-subs-image img {
        display: none;
    }
    .h-subs-form form button {
        float: none;
        width: 100%;
    }
    .h-subs-form form input {
        width: 100%;
    }
    .h-subs-form form {
        text-align: center;
    }
    .h-blog-txt ul, .blog-list-txt ul {
        margin: 15px 0px 10px 0px;
    }
    .blog-list form {
        width: 100%;
    }

    
}
@media (min-width: 992px){
    #h-main-banner .navbar-expand-lg .navbar-collapse {
    display: inline-block !important;
    flex-basis: auto;
}
    #h-main-banner .navbar-expand-lg .navbar-nav {
    flex-direction: row;
}

}
@media (min-width:970px) and (max-width: 1200px){
    #h-main-banner .navbar-nav .nav-link {
        color: rgb(255 255 255);
        padding: 10px 16px;
        font-weight: 300;
        font-size: 14px;
    }
}
