/* ======================= Navbar start ======================= */
.navbar {
  background: #fff;
  z-index: 999;
  box-shadow: 2px 2px 5px rgba(112, 112, 112, 0.795);
  padding-top: unset;
}

.navbar-brand img {
  width: 75%;
}

.navbar-nav {
  align-items: center;
}

.navbar .navbar-nav .nav-link {
  color: #7b7676;
  padding: 1.5em 2em;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px 20px;
}

#enqirebutton1 {
  padding: 7px 25px;
  border-radius: 5px;
  background-color: #bc8d31;
  color: #fff;
  display: block;
  text-decoration: none;
}

/* header .nav-item{
  color: #000 !important;
} */
header .nav-item a {
  font-size: 14px;
  font-weight: 500;
  /* color: #000 !important; */
}

/* ======================= Tablet Start ======================= */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }

  span.icon.dripicons-align-right {
    color: #bc8d31;
    font-size: 31px;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
  }

  .navbar .navbar-nav .nav-link {
    color: #7b7676;
    padding: 0.5em 2em;
  }

  .navbar-collapse {
    flex-basis: 84%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    text-align: left !important;
    position: absolute;
    width: 93%;
    top: 80px;
    background: #fff;
  }

  .navbar-nav li {
    text-align: center;
    border-bottom: 1px solid #bc8d31;
    width: 100%;
  }
}

/* ======================= Tablet End ======================= */
/* ======================= Large Mobile Start ======================= */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }

  span.icon.dripicons-align-right {
    color: #bc8d31;
    font-size: 31px;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
  }

  .navbar .navbar-nav .nav-link {
    color: #7b7676;
    padding: 0.5em 2em;
  }

  .navbar-collapse {
    flex-basis: 84%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    text-align: left !important;
    position: absolute;
    width: 93%;
    top: 80px;
    background: #fff;
  }

  .navbar-nav li {
    text-align: center;
    border-bottom: 1px solid #bc8d31;
    width: 100%;
  }
}

/* ======================= Large Mobile End ======================= */
/* ======================= Small Mobile Start ======================= */
@media only screen and (min-width: 300px) and (max-width: 480px) {
  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
    width: 200px;
  }

  span.icon.dripicons-align-right {
    color: #bc8d31;
    font-size: 31px;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
  }

  .navbar .navbar-nav .nav-link {
    color: #7b7676;
    padding: 0.5em 2em;
  }

  .navbar-collapse {
    flex-basis: 84%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    text-align: left !important;
    position: absolute;
    width: 93%;
    top: 80px;
    background: #fff;
  }

  .navbar-nav li {
    text-align: center;
    border-bottom: 1px solid #bc8d31;
    width: 100%;
  }
}

/* ======================= Small Mobile End ======================= */
/* ======================= Navbar End ======================= */