#menu {
   
     font-family: 'Open Sans' !important;
  }
  .navbar-brand {
      margin-left: 80px;
    }
    .navbar-brand img {
      height: 75px;
    }
    #navbarNav {
      margin-left: 222px;
    }
    
    .nav-item {
      margin-left: 11.5px;
      
    }
    .nav-item:hover .dropdown {
      display: block;
    }
    .dropdown {
      display: none;
      position: absolute;
      margin-left: 10px;
      margin-top: 0;
      padding: 0;
      background-color: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    
 
   
    
    @media (max-width: 576px) {
      .navbar-brand{
        margin-left: -5px;
      }
    }
   
    .navbar-nav .nav-link {
      color: black;
      border: 1px solid transparent;
            padding-top: 15px;
       padding-bottom: 15px;
       font-size:13px;
  }
  
  .navbar-nav .nav-link.active {
      background-color: #D83B2D !important;
      color: white !important;
      transition: background-color 0.3s, color 0.3s;
  
  }
  
  @media (min-width: 1450px) and (max-width: 1920px) {
    #menu {
        font-family: 'Open Sans' !important;
    }
    #navbarNav {
         margin-left: 249px;
    }
    .nav-item {
        margin-left: 18.5px;
    }
    .navbar-nav .nav-link {
        color: black;
        border: 1px solid transparent;
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 13px;
    }
    .navbar-nav .nav-link.active {
        background-color: #D83B2D !important;
        color: white !important;
        transition: background-color 0.3s, color 0.3s;
    }
    .nav-item:hover .dropdown {
        display: block;
    }
    .dropdown {
        display: none;
        position: absolute;
        margin-left: 10px;
        margin-top: 0;
        padding: 0;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .dropdown a {
        display: block;
        padding: 10px;
        text-decoration: none;
        background-color: #D83B2D;
        color: white;
        font-family: inherit;
        white-space: nowrap;
        margin-left: -10px;
        font-size: 13px;
        border: 1px solid #ccc;
    }
    .dropdown a:hover {
        background-color: black;
        color: white;
    }
}
  
  @media (min-width: 1200px) and (max-width: 1366px) {
      #menu {
     font-family: 'Open Sans' !important;
  }
    #navbarNav {
      margin-left: 195px;
    }
    
    .nav-item {
      margin-left: 5.5px;
      
    }
    .navbar-nav .nav-link {
      color: black;
      border: 1px solid transparent;
           padding-top: 30px;
       padding-bottom: 30px;
       font-size:13px;
  }
  
  
  .navbar-nav .nav-link.active {
      background-color: #D83B2D !important;
      color: white !important;
      transition: background-color 0.3s, color 0.3s;
  }
  .nav-item:hover .dropdown {
    display: block;
  }
  .dropdown {
    display: none;
    position: absolute;
    margin-left: 10px;
    margin-top: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  
  .dropdown a {
      display: block;
      padding: 10px;
      text-decoration: none;
      background-color: #D83B2D;
      color: white;
      font-family: inherit;
      white-space: nowrap;
      margin-left: -10px;
      font-size: 13px;
      display: block;
      /* padding: 2px 0; */
      border: 1px solid #ccc;
      /* Add a bottom border to create a separation line */
    }
    .dropdown a:hover {
      background-color: black;
      color: white;
    }
  
  }
 @media only screen and (max-width: 767px) {
    #navbar {
        width: 100%; /* Ensure navbar takes full width on mobile */
    }
    #navbarNav {
         
        margin-left: 10px;
        text-align: center;
        margin-top: 5px;
        margin-right: 21px;
    
    }
    .nav-item {
        position: relative;
        display: inline-block; /* Ensure list items are inline and centered */
        width: auto; /* Adjust width to auto for better centering */
    }
    
    .nav-link {
        display: flex;
        justify-content: center; /* Center the link content */
        align-items: center;
        padding: 5px 10px; /* Adjust padding for smaller background color */
    }
  
    .dropdown-icon {
        display: none;
        margin-left: 10px;
    }

    .dropdown {
        display: none;
        position: static;
        background-color: #D83B2D;
        list-style: none;
        padding: 0;
        margin: 0;
        width: auto; /* Adjust width to auto for smaller background color */
        z-index: 1000;
        text-align: center; /* Center align the dropdown text */
    }
    .nav-item:hover .dropdown,
    .nav-item:focus-within .dropdown {
        display: block;
    }
    .dropdown a {
        display: block;
        padding: 5px 10px; /* Adjust padding for smaller background color */
        text-decoration: none;
        background-color: #D83B2D;
        color: white;
        font-family: inherit;
        white-space: nowrap;
        font-size: 13px;
        border: 1px solid #ccc; /* Add a bottom border to create a separation line */
        margin: 0; /* Reset margin for better alignment */
        text-align: center; /* Center align the dropdown link text */
    }
    .dropdown a:hover {
        background-color: black;
        color: white;
    }

    /* Show the dropdown icon only in mobile view */
    .dropdown-icon {
        display: inline-block;
    }
    #toggle-aligment{
          margin-right: none !important;
        }
}

  @media only screen and (min-width: 768px) and (max-width: 1023px) {
  #logo {
      margin-left: 10px;
    }
    .navbar-toggler {
            margin-right: 20px;

      }
      #navbar {
        width: 40px;
      }
      #navbarNav{
          margin-left: -10px;
          text-align: center;
          margin-top: 5px;
      }
      .dropdown {
       
        margin-left: 365px;
        
      }
       
    .dropdown a {
      display: block;
      padding: 10px;
      text-decoration: none;
      background-color: #D83B2D;
      color: white;
      font-family: inherit;
      white-space: nowrap;
      margin-left: -10px;
      font-size: 13px;
      display: block;
      /* padding: 2px 0; */
      border: 1px solid #ccc;
      /* Add a bottom border to create a separation line */
    }
    .dropdown a:hover {
      background-color: black;
      color: white;
    }
    }
   
  