 @media all and (max-width: 992px) {
  .header-top-right {
    display: none;
  }
}
 

.header-top1 {
  padding-top: 4px;
  position: relative;
  background: #fff;
  z-index: 1;
}
 
 @media only screen and (min-width: 767px) {
  .desktopnone {
    display: none;
  }
}
.navbar-brand img {
        width: 100%;
    }  
     @media all and (max-width: 991px) {
  .mobilenone {
    display: none;
  }
 .header-top1 {
    top: 50;
    right: 0;
    left: 0;
    position: fixed;
    padding: 12px 0 13px;
    z-index: 999;
    
  }
    .navbar {
    top: 75px;
    right: 0;
    left: 0;
    position: fixed;
    padding: 5px;
  }
.navbar {
  background: var(--color-white);
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999;
  border-top: 1px solid #000;
}
.mobile-menu-right{
     padding: 5px; 
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar {
    top: 100px;
    right: 0;
    left: 0;
    position: fixed;
    padding: 5px;
  }
  .desktopnone {
    display: flex;
  }
}
.theme-btn2 {
  font-size: 14px;
  color: var(--color-white);
  padding: 7px 18px;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: var(--theme-color);
  box-shadow: var(--box-shadow);
  z-index: 1;
}