 
      .mail-info h5 {
        margin: 0;
        letter-spacing: 3px;
     }
     .mail-info p {
        font-size: 14px;
        line-height: 19px;
     }
     .nav li .cc:hover:after {
        position: absolute;
        content: ".....................";
        width: 100%;
        height: 40px;
        left: 0;
        bottom: -60px;
        overflow: hidden;
        top: 20px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        font-size: 3.125rem;
     }
     .nav li .cc:hover {
        background: transparent;
     }
      .header-contact-wrapper .nav li .cc {
        font-size: 1.75rem;
        text-transform: uppercase;
     }     
     .nav li .cc {
        position: relative;
        text-align: center;
            padding: 9px 0 7px;
        margin: 0 15px;
     }
           .left::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url(images/left2.png);
        background-repeat: no-repeat;
        background-size: 25%;
     }
           .right::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url(images/right1.png);
        background-repeat: no-repeat;
        background-size: 25%;
     }
           .para {
        margin-bottom: 25px;
     }
           .white {
        color: #fff;
        text-align: center;
        font-size: 24px;
        letter-spacing: 0.8px;
        font-weight: 400 !IMPORTANT;
        line-height: 35px !important;
        margin-bottom: 0px !important;
        margin-top: 0px;
     }
           .head
           {
               color: #fff;
        font-size: 36px;
        text-align: center;
        letter-spacing: 2px;
        line-height: 60px;
           }
           .auto
           {
                   display: block;
        margin: auto;
           }
           .bg2::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background: #b57c37;
        width: 9%;
        border-right-width: 30px;
        height: 371px;
     }
           .bg2::after {
        content: '';
        position: absolute;
        bottom: 0;
        background: #b57c37;
        width: 9%;
        height: 371px;
        right: 0;
     }
           .bg2 {
        position: relative;
     }
           h2.head:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-image: url(images/bottom-bg.jpg);
        width: 100%;
        background-position: center;
        z-index: -1;
     }
     
     .item-header {
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
     }
           .food-title {
        margin-top: 12px;
        margin-bottom: 12px;
     }
     .food-title a {
        color: #b5840e;
        position: relative;
     }
           .food-title a::before {
        content: '';
        position: absolute;
        border-bottom: 1px solid #1f776a;
        top: 0px;
        left: 105%;
        right: auto;
        bottom: 12px;
        width: 26%;
     }
           .food-price span {
        font-size: 22px;
        color: #183c38;
     }
     .food-info p {
        font-size: 20px;
        line-height: 25px;
        font-weight: 400;
        letter-spacing: 0.6px;
        margin-top: 0px;
        color: #1c1c1c;
     }
           ul.tabs li.current {
        background: #ffffff00;
        color: #b5840e;
     }
     
     .tabs .tab-link {
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 0.6px;
        color: #183c38;
     }
          ::-webkit-scrollbar-track
     {
          -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 0%);
        border-radius: 0px;
        background-color: #f5f5f578;
     }
     
     ::-webkit-scrollbar
     {
      width: 12px;
        height: 7px !important;
      background-color: #ffffff1c;
     }
     
     ::-webkit-scrollbar-thumb
     {
      border-radius: 0px;
        -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 0%);
        background-color: #b5840e;
     }
          .tabs {
        margin: 0px;
        padding: 0px;
        list-style: none;
        overflow-x: scroll;
        width: 100%;
        display: inline-flex;
        white-space: nowrap;
        scroll-behavior: smooth;
        cursor: pointer !IMPORTANT;
     }
     ul.tabs li{
      background: none;
      color: #222;
      display: inline-block;
      padding: 20px 15px;
      cursor: pointer;
     }
     
     ul.tabs li.current{
      background: transparent;
      
     }
     
     .tab-content{
      display: none;
          background: #ffffff00;
        padding: 40px 15px;
     }
     
     .tab-content.current{
      display: inherit;
        color: #b5840e;
        padding-left: 0px;
     }
           .menu-section
           {
               padding: 40px 0;
               background: linear-gradient(45deg, #b5840e4a, #1a3e3a12);
           }
           .transition
           {
                   transition: opacity .15s linear;
           }
           .tabs li {
        text-align: center;
     }
           .tabs li img {
        max-width: 75px;
        padding-bottom: 10px;
     }
