@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .navbar {
    font-size: 14px;
    padding: 10px 40px 10px 20px;
  }
  .top {
    width: 30%;
  }
  .location {
    max-width: 250px;
    font-size: 12px;
    padding: 0;
    white-space: normal;
  }
  .contact {
    white-space: normal;
    max-width: 250px;
    font-size: 12px;
    padding: 0;
  }
  .contact p {
    font-size: 14px !important;
    max-width: 250px !important;
  }
  .navbar-nav {
    font-size: 13px;
  }
  .rag .btn {
    font-size: 14px !important ;
    font-weight: 400 !important;
  }

}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .navbar {
    font-size: 12px;
    padding: 10px 0;
  }
  .top {
    width: 30%;
  }
  .top-main {
    align-items: center;
  }
  .navbar .navbar-brand img {
    max-width: 70px !important;
    height: 30px;
  }
  .navbar-nav {
    position: absolute;
    left: 0;
    top: 90px;
    background-color: white;
  }

  .location {
    max-width: 300px !important;
    font-size: 10px;
    text-wrap: wrap;
  }
  .location a {
    font-size: 10px;
  }
  .contact {
    white-space: normal;
    max-width: 200px;
    padding: 0;
  }
  .contact p {
    font-size: 11px !important;
    max-width: 250px !important;
  }
  .contact a {
    font-size: 10px;
  }
  .navbar-nav {
    font-size: 12px;
  }
  .raq .btn {
    font-size: 10px !important ;
    font-weight: 700 !important;
    align-items: center;
  }
}
@media screen and (min-width: 400px) {
  nav {
    width: 100%;
  }
  .navbar-collapse {
    width: 100%;
    /*height: 100vh;*/
    /*overflow-y: scroll;*/
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-left: 10px;
    background-color: white;
    align-items: center;
  }

  .top {
    display: flex;
    /*align-items: center;*/
  }
  /*.raq{
      width: 50%;
    }*/
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: white !important;
}
.raq {
  position: relative;
  align-items: center;
  margin-right: 0!important;
}
.dropdown-item {
  font-family: Poppins;
  font-size: 14px;
  color: #043758;
}
nav a {
  text-decoration: none;
  font-size: 23px;
  /*font-weight: 600;*/
  font-family: Poppins;
}

.top {
  background-color: #043758;
  font-family: Poppins;
  font-size: 14px;
  /*font-weight: 700;*/
  color: white;
  /*word-spacing: 0.2em;*/
  letter-spacing: 0.1em;
  /*margin-left: 15px;*/
  height: 80px;
  width: 100%;
  border-radius: 2px;
  padding-top: 5px;
}
/*.contact{
    margin-right: 10px;
    align-content: right;
  }*/

/*.top-btn-outline-light{
    background-color: white;
    color:#043758 ;
    border: 1px white;
    border-radius: 20%;
    height: 50px;
  }*/
.a {
  color: white;
  background-color: #043758;
}

@media screen and (max-width: 768px) {
  .top {
    display: none !important;
  }
}

/* @media screen and (min-width: 481px) and (max-width: 768px) {
  .top {
    display: none !important;
  }
  .top-main {
    display: flex;
    align-items: center;
  }
  .location {
    max-width: 100px !important;
    font-size: 6px;
    text-wrap: wrap;
  }

  .contact {
    white-space: normal;
    max-width: 200px;
    padding: 0;
  }
  .contact p {
    font-size: 9px !important;
    max-width: 200px !important;
  }
  .contact a {
    font-size: 9px;
  }
  .navbar-nav {
    font-size: 14px;
  }
  .raq .btn {
    font-size: 8px !important ;
    font-weight: 800px !important;
    align-items: center;
  }
} */
