.mega-menu-col-sec-head{
    font-size: 14px !important;
    border-bottom: 1px solid #eb5424;
    color:#eb5424 !important;
    text-transform: uppercase;
    width: max-content;
    padding-right: 0.5em;
    text-align: left;
    padding-bottom: 5px !important;
    font-weight: 500;
    padding-top:10px;
    }
    @media screen and (min-width:1023px){
      .mega-menu-item-text-sec{
        font-size: 14px!important;
      }
    }
      
      .gm-caret-web-sec{
        margin-left: 15px;
        position: relative;
        font-size: 16px;
        line-height: 1;
      }
      .web-sec-sub{
        position:static;
        display: none;
        margin-left: -10%;
        list-style-type: none;
      }
      .web-sec-sub.show{
        display: flex;
      }
@media screen and (max-width:992px) {
    #hamburger-icon123 {
        display: block;
      }
    .mobile-menu.open {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        background-color: #fff;
      }
      .mega-menu-item-text-sec{
        font-size: 12px !important;
        font-weight: 600 !important;
        line-height: 1.4 !important;
      }
}