.topbar li{
  list-style: none;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
.topbar .container{
  width:100%;
  max-width: 1400px;
  margin:0 auto;
  position: relative;
}

.topbar{
  background-color: #7FB82C;
  color: #fff;
  padding: 10px 0; 
}
.topbar .row{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar .call-info{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.topbar .call-text{
  margin-right: 10px;
}
.topbar .call-info a{
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.topbar .call-info a span{
  color:#fff;
}
.topbar .menu-item{
  position: absolute;
  right: 20px;
}
.topbar .menu-item ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.topbar .menu-item ul li{
  border-right: 2px solid #fff;
  padding-right: 16px;
  margin: 0 0 0 16px;
  line-height: 0.9;
}
.topbar .menu-item ul li:last-child{
  border-right: 0;
  padding-right: 0;
}
 .topbar .menu-item ul li a{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
}



/* responsive */
@media (max-width: 768px){
   .topbar .menu-item ul {
    margin-top: 6px;
  }
}
@media (max-width: 992px){
  
  
  .menu-item{
    margin-top: 15px;
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .topbar{
    padding: 15px 0 30px 0;
  }
  .topbar .menu-item ul li:first-child{
        margin: 0;
  }
  .topbar .menu-item{
     right:auto;
  }

  
  
/*   .topbar{
    padding: 12px 0; 
  } */
   .container{
    padding: 0 24px;
  }
  .topbar .row{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .topbar .menu-item ul li {
    line-height: 0.8;
    border-right: 2px solid #fff;
  }
  .topbar .menu-item ul li a{
    font-size: 14px;
  }
  .topbar .call-info{
    flex-wrap: wrap;
    font-size: 14px;
  }
  .topbar .menu-item ul{
    margin-top: 10px;
  }
  .topbar .menu-item ul{
    margin-top: 10px;
    overflow-y: auto;
  }
  
}

.scroll-hidden{
  &::-webkit-scrollbar{
    width: 0;
    height: 0;
  }
  &::-webkit-scrollbar-track,
  &::-webkit-scrollbar-thumb{
    background: transparent;
  }

@media (min-width: 991px) and (max-width: 1200px){
  .topbar .call-info{
    justify-content: start;
  }
}

@media (max-width: 1200px){
  .topbar .container{
    max-width: 960px;
  }
  .topbar .menu-item{
    position: relative;
    max-width: 300px;
    right:0px;
  }
  .topbar .menu-item ul{
    overflow-y: auto;
  }
}




 