/*mobile*/
@media (max-width: 575.98px) {
    .navbar-collapse { 
        padding-left: 15px;
        margin-top: 19px;
    }

    .hd-logo-outer {
        width: 80%;
    }

    .container {
        width: 90%;
        max-width: 1379px !important;
        padding-bottom:30px;
    }
      .container i{
        padding-left: 30px;
      }
ul.navbar-nav{
  top:74px;
}
    footer > ul {
        padding: 0;
    }

    .org-log-inf {
        left: 20px;
        right: 20px;
    }

    .our-app {
        height: 60vh;
    }

    .app-cont {
        top: 0px;
    }

    .app-img {
        width: 20%;
    }

    .nav-brand-txt {
        display: none;
    }

    .navbar-brand {
        float: left;
    }

    .sc-md-logo-thumb {
        display: none;
    }

    .h-m-100 {
        height: 100% !important;
    }

    .h-m-50 {
        height: 50% !important;;
    }

    .h-m-75 {
        height: 75% !important;;
    }

    .h-m-25 {
        height: 25% !important;;
    }

    .m-pb-0 {
        padding-bottom: 0 !important;;
    }

    .m-pr-0 {
        padding-right: 0 !important;;
    }

    .m-p-0 {
        padding: 0 !important;
    }

    .m-pt-0 {
        padding-top: 0 !important;;
    }

    .m-m-0 {
        margin: 0 !important;
    }

    .ccp {
        left: 0;
        z-index: 2;

    }

    .ccn {
        right: 0;
        z-index: 2;
    }

    #selected-menu {
        display: block;
    }

    #sel-men-title {
        color: #fff !important;
        margin: 0;
        padding-top: 15px;
    }

    .on-web {
        display: none;
    }

    .on-m {
        display: block;
    }

    .app-cont {
        padding-top: 80px;
    }

    #our-app {
        height: 80vh;
    }

}

/*mobile h or tab*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .navbar-collapse {
        background-color: #ff8100;
        padding-left: 15px;
    }

    .hd-logo-outer {
        width: 50%;
    }
}
