  .navs{
    max-width: 1280px !important;
  }
  .dropdown-menu{
    border: none;
    border-radius: 0;
  }
  .dropdown-menu{
    border: none;
    border-radius: 0;
  }
  .dropdown-item:hover{
    background-color: #AD181B;
    color: white;
  }
  .request{
    margin-top: 5px;
    border: 1px solid #c61b1f;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px;
    padding: 10px;
    color: #5c5c5c !important;
    padding-left: 10px;
    font-weight: bold;
    color: #c61b1f;
  }
  .top-nav{
    background-color: #c61b1f;
    height: 30px;
  }
  .top-text{
    color: white !important;
    font-size: 11px !important;
    font-family: 'Poppins', sans-serif !important;
  }
  .social-links{
    color: white !important; 
    word-spacing: 18px !important;
    font-size: 13px !important;
    margin-top: 3px !important;
  }
  .navbar{
    background-color: white !important;
    -webkit-box-shadow: 2px 13px 15px 4px #00000033;
    -moz-box-shadow: 2px 13px 15px 4px #00000033;
    box-shadow: 2px 13px 15px 4px #00000033;
  }
  .nav-link{
    /* margin-left:17px !important; */
    font-family: 'Poppins', sans-serif;
    font-size: 14px !important;
    color: black;
  }
  .fa-solid.fa-magnifying-glass{
    color: #5c5c5c;
  }
  .navbar-brand{
    padding-left: 0px !important;
  }
  .navbar-padding{
    padding-left: 0px;
    padding-right: 0px;
  }
  .form-control-sm{
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #c61b1f;
  }
  .form-control-sm:focus{
    box-shadow: none;
    border-bottom: 2px solid #c61b1f;
  }
  .active{
    color: #c61b1f !important;
    font-weight: bold;
  }

  @media screen and (max-width: 768px){
    .top-text{
      font-size:12px !important;
    }
    
  }

  .dropend .dropdown-menu[data-bs-popper] {
    left: 106%;
  }
  .dropdown-menu[data-bs-popper] {
    top: 140%;
  }
  .dropdown-menu{
    border-radius: 2%;
    padding: 8px;
  }
  .dropdown-item:hover{
    background-color: white;
    color: #c61b1f;
    text-decoration: underline;
  }