
  @media (max-width: 768px) {

    .bg-hec{
        background-color: #014224;
        height: auto;
    }
    
    .bg-hec .container {
        text-align: center;
    }
    
    .logo-box{
        width:30%;
    }

    
    
    .banner-box {
        color: #fff;
        font-size: 2.8em;
        display: inline-block;
        padding: 10px;
        width: 70%;
        text-align: right;
        text-shadow: 2px 2px 4px #858080;
    }
    
    .hec-icon-nsru{
        width: 30%;
        max-width: 120px;
    }
    
    .hec-icon-hec{
        width: 95%;
        max-width: 200px;
        margin-left: 2%;
    }

    .hec-icon {
        width: 95%;
        border-radius: 15px;
    }

    .hec-banner{
        width: 100%;
        margin-left: 0%;
    }


    .banner-box .row1{
        font-size: 5.0vw;
    }
    
    .banner-box .row2{
        font-size: 4.29vw;
    }

    .carousel-item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 23vh;
    }

    .carousel-item {
        height: 23vh;
    }

    .feature-icon.icon-resopnsive{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 4rem;
        height: 4rem;
        margin-bottom: 0rem;
        font-size: 2rem;
        color: #fff;
        border-radius: 0.75rem;
        margin-right: -1rem;
    }

    .hec-nev {
        background-color: #014224;
        border-color: #014224;
    }

    #main-nev{display:none;}
    #main-nev-mobile{display:inline-block;}


    .small-divider {
        margin: 0rem 0;
    }


    .menu-title {
        background-color: #197f7b;
        color: #fff;
        text-align: center;
        font-size: 2.6vw;
        width: 90%;
        margin: auto;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }

    .carousel {
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    .navbar-nav {
        display: inline-block;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    #main-nev2 .nav-item {
        width: 30%;
        text-align: center;
        display: inline-block;
        vertical-align: top;
    }
    

    #main-nev2 .menu-title2 {
        background-color: #197f7b;
        color: #fff;
        text-align: center;
        width: 95%;
        font-size: 2.8vw;
        margin: auto;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        padding: 2%;
    }

    ul#main-nev li {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;;
        text-align: center;
    }

    ul#main-nev li ul li {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;;
        text-align: left;
    }

    ul#main-nev li ul li:nth-child(odd){
        background-color: #bdebd6;
    }
     


    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        text-decoration: none;
        white-space: break-spaces;
        background-color: transparent;
        border: 0;
        word-wrap: break-word;
    }





  }
