 .header {
      background-color: #14152a;
    }

    .menu-1 {
      color: #ffffff;
    }

    .visible-menu ul li a {
      color: #ffffff;
    }

    .darkHeader>div {
      background-color: #141428;
    }
    
    .nav-link {
      color: #fff !important;
    }

   .nav-item-wrapper {
      position: relative;
      display: inline-block;
    }

 .nav-item-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0%;
    height: 3px;
    background: linear-gradient(to right, #fff, #fff);
    transition: width 0.3s ease;
}

  .right-content{
        background: #e8e8e8;
        border-radius: 0;
    }

@media (max-width: 1199px) {
    .mb-top-header>div>div>ul>li>a {
      color:#fff !important;
    }
}


 .slash-after{
     position:relative;
     margin-right: 24px;
 }
  .slash-after::after {
    content: " ";
    height: 32px;
    width: 2px;
    font-weight: 400;
    left: 124px;
    background-color: gray;
    transform: rotate(20deg);
    display: inline-block;
    position: absolute;
    top: -8px;
  }
  
  
  .mobile-box{
      display: inline;
  }
  
  .slash-after-mobile{
      width:100%
    position:relative;
     margin-right: 13px
  }
  .slash-after-mobile:after{
          content: " ";
    height: 21px;
    width: 2px;
    left: 185px;
    background-color: gray;
    transform: rotate(20deg);
    display: inline-block;
    position: absolute;
    top: 17px;
  }
  
   @media (max-width: 980px) {
        
          .slash-after-mobile::after{
    left: 162px;

 }
        
    }
   @media (max-width: 500px) {
        
        
          .slash-after-mobile::after{
                          left: 128px;
        top: 15px;

          }
        
    }
   @media (max-width: 420px) {
        
        .mobile-box{
            display: flex;
                    flex-direction: column;
        justify-content: center;
        margin-right: 8px;
        }
        
          .slash-after-mobile{
                  margin-bottom: -12px;

          }
        
    }
   @media (max-width: 1279px) {
        
        .slash-after::after{
            left: 101px;
             top: -10px;
        }
    }
   @media (min-width: 1600px) {
        
        .slash-after::after{
            left:  132px;
             top: -9px;
        }
    }
    
    @media (min-width: 1280px) and (max-width: 1330px) {
  .slash-after::after {
    left: 116px;
    top: -8px;
  }
}