@media only screen and (max-width: 1164px){
    body {
        /* overflow-y: hidden; Hide vertical scrollbar */
        overflow-x: hidden; /*Hide horizontal scrollbar*/
      }
    .nav-list{
        flex-direction: column;
        width: 100%;
    }
    .secondHalf{
        display:none;
    }
    .firstSection {
        /* height: 150vh; */
        height: 175vh;
    }
    .navbar{
        flex-direction: column;
        height: 448px;    
        transition: all 0.7s ease-out;
    }

    .rightNav{
        text-align: center;
    }

    #search{
        width: 100%;
    }

    .burger{
        display: block;
    }

    .h-nav-resp{
        height: 72px;
    }

    .v-class-resp{
        opacity: 0;
        /* visibility: hidden; */
    }

    .box-main{
        flex-direction: column-reverse;
        max-width: 100%;
    }

    .section{
        flex-direction: column-reverse;
    }

    .text-small{
        text-align: center;
    }

    .text-big{
        text-align: center;
    }

    .buttons{
        text-align: center;
    }

    .paras{
        padding: 0px;
    }
    .listoffer{
        display: block;
    }
    .left{
        padding-right: 0px;
        /* padding-left: 0px; */
        font-size: 30px;
        /* text-align: center; */
    }
    .middle{
        padding-right: 0px;
        /* padding-left: 0px; */
        font-size: 30px;
        /* text-align: center; */
    }
    .right{
        padding-right: 0px;
        /* padding-left: 0px; */
        font-size: 30px;
        /* text-align: center; */
    }
    #offering{
        color: white;
        background: #8a8a8a;
    }
    .box-mainn{
        display: block;
    }
    /* .firstHalfcon{
        width: 0%;
    } */
    .firstHalfcon {
        width: auto;
        display: block;
        flex-direction: column;
        justify-content: center;
    }
    .text-bigg {
        font-size: 20px;
    }
    #map{
        width: 316px;
        padding-left: 25px;
    }
    /*management team*/
    .ibox-mainn{
        flex-direction: column;
    }
    .ibox-mainnl{
        flex-direction: column-reverse;
    }
    .leftimg img{
        padding-right: 0px;
        padding-top: 20px;
    }
    .rightimg img{
        padding-left:0px;
        padding-top: 20px;
    }
    .tcresponsive{
        margin-top: 20px;
        background: #ffbe00;
        font-size: 40px;
        color: white;
        padding-bottom: 20px;
    }
    .name{
        text-align: center;
    }
    .designation{
        text-align: center;
    }
    .about{
        text-align: center;
    }
    .secondHalfconmanagement {
        width: 100%;
    }
    .firstHalfconmanagement {
        width: 100%;
    }
    #divId {
        border-top:1px solid rgb(255, 255, 255);
        border-bottom:1px solid rgb(255, 255, 255);
      }
    .vl{
        height: 0px;
    }
}