.main-div {
    height: auto;
  }

  .nav-head-icon {
    width: 11%;
}

.nav-help-text {
    text-align: left;
    font: var(--nav-help-font) AvenirMedium;
    letter-spacing: 0px;
    color: #1F1F21;
    opacity: 1;
}
  .n-container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
}

#menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    right: 0 !important;
  }
  .ham-top  p{
  font-family: euclid;
  font-size: 14px;
  color: #2F3031;
  }
  .login-btn {
    font-size: 16px;
    font-family: AvenirMedium;
    background-color: #4BBF28;
    border: none;
    color: white;
    border-radius: 19px;
    
  }
  .login-btn:hover {
    font-size: 16px;
    font-family: AvenirMedium;
    background-color: #3f9b23;
    border: none;
    color: white;
    border-radius: 13px;
  }
  
  .menu__btn {
    position: absolute;
    top: 12px;
    right: 20px;
    width: 22px;
    height: 26px;
    cursor: pointer;
    z-index: 1001;
  }
  .whatsapp-container {
    width: fit-content;
    border: 1px solid #3BC93B;
    border-radius: 23px;
    font-size: 18px;
  
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #616161;
    transition-duration: .25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  .menu__btn > span::after {
    content: '';
    top: 8px;
  }
  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    max-width: 70%;
    height: 100%;
    max-height: 100%;
    z-index: 1000;
    margin: 0;
    padding: 20px 0;
    list-style: none;
    background-color: #f4fcfa;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
  }
  .copyright-text {
    font-family: AvenirMedium;
    font-size: 14px;
    color: #96A7A7;
  }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
  
    font-size: var(--menu-item);
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
  }
  .menu__item_2 {
    display: block;
    padding: 8px 24px;
    color: #333;
    font-family: AvenirMedium;
    font-size: var(--menu-item-2);
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
  }
  .menu__item_3 {
    display: block;
    padding: 8px 24px;
    color: #96A7A7;
    font-family: AvenirMedium;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
  }
  .menu__item:hover {
    background-color: #CFD8DC;
  }
  
  
  
  @media (min-width: 576px) {
    .n-container {
      max-width: 540px;
      
    }
  }
  
  @media (min-width: 768px) {
    .n-container {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .n-container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .n-container {
      max-width: 1180px;
    }
  }
    @media (min-width: 1300px) {
      .n-container {
        max-width: 1260px;
      }
  }

  @media (max-width: 575.98px){
    .n-container{
      width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    }
.nav-head-icon {
    width: 24%;
}
}