@media (min-width: 0px) and (max-width: 575.98px) {  


  .custom-menu-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 9px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  color: #fff;
  }
  .custom-menu-toggle:after {
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
  }
  .custom-menu-toggle.show:after {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
  }
  :is(header) .nav-link.dropdown-toggle:after, :is(.header) .dropdown-menu.depth_0 .dropdown-toggle:after {
    display: none;
  }


}

@media (min-width: 575.98px) and (max-width: 767.98px) {  


  .custom-menu-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 9px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    color: #fff;
  }
  .custom-menu-toggle:after {
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
  }
  .custom-menu-toggle.show:after {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
  }
  :is(header) .nav-link.dropdown-toggle:after, :is(.header) .dropdown-menu.depth_0 .dropdown-toggle:after {
    display: none;
  }

}


@media (min-width: 768px) and (max-width: 1199.98px) {  

        .custom-menu-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 9px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    color: #fff;
  }
  .custom-menu-toggle:after {
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
  }
  .custom-menu-toggle.show:after {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
  }
  :is(header) .nav-link.dropdown-toggle:after, :is(.header) .dropdown-menu.depth_0 .dropdown-toggle:after {
    display: none;
  }

}