.main_head {
  z-index: 999;
  position: fixed;
  top: 25px;
  width: 100%;
}

.main_head .logodiv {
  /* position: relative; */
}

.main_head .logo-img {
  height: 80px;
  width: auto;
  position: relative;
  border-radius: 0px 50px 50px 0px;
  padding: 10px;
}

.main_head .logo-img::after {
  content: "";
  position: absolute;
}

.main_head .navbar-nav .nav-link {
  font-size: 14px;
  color: #202020;
  margin: 0px 10px;
  font-weight: 500;
  position: relative;
}

.main_head .navbar-nav .nav-link.active {
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.main_head .navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  width: 25px;
  border-bottom: 2px solid #202020;
  left: 22px;
  transform: translate(-50%);
  bottom: 5px;
}

.main_head .topdiv {
  background-color: #ffff00;
  padding: 8px 15px;
  border-radius: 50px;
  width: 100%;
}

.main_head .topdiv .contp {
  margin-bottom: 0px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.main_head .iconsdiv img {
  width: 19px;
  height: 19px;
  border-radius: 50px;
  margin: 0px 5px;
}

.main_head .navbar {
  margin: 5px 0px;
  padding: 3px 25px 3px 30px;
  height: 85px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 54px;
}

.main_head .navbar .dropdown-menu {
  padding: 0px;
  border: none;
}

.main_head .navbar .dropdown-menu .dropdown-item {
  background-color: #f1f1f1;
  padding: 15px 32px 15px 20px;
}

.main_head .navbar .dropdown-menu .dropdown-item .inner_text {
  color: #202020;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
  margin-bottom: 0px;
}

.main_head .navbar .dropdown-menu .dropdown-item:hover .inner_text {
  transform: translate(10px, 0px);
  transition: 0.3s;
}

.main_head .navbar .dropdown-menu .dropdown-item:hover {
  background-color: #dedede;
  transition: 0.3s;
}

.main_head .navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
}

.main_head .navbar-expand-lg .navbar-collapse {
  justify-content: end;
}

@media (min-width: 0px) and (max-width: 991px) {
  .main_head {
    position: sticky;
  }

  .main_head .topdiv {
    display: none;
  }

  .main_head .navbar .dropdown-menu .dropdown-item {
    background-color: #e0dede;
  }

  .main_head .logo-img {
    height: 65px;
  }

  .main_head .navbar {
    background-color: #fff;
    border-radius: 0px;
    padding: 0px 10px 0px 0px;
    height: 65px;
    box-shadow: 0px 3px 6px #00000029;
  }

  .main_head .navbar .navbar-toggler-icon {
    filter: invert(0);
  }

  .main_head .navbar .navbar-toggler {
    border: 0px;
  }

  .main_head .navbar .navbar-toggler:focus {
    box-shadow: none;
  }

  .main_head {
    top: 0px !important;
  }

  .main_head .navbar .navbar-collapse {
    background: #1b86a2;
    border-radius: 0 0 10px 10px;
  }

  .main_head .navbar-nav .nav-link {
    font-size: 13px;
    margin: 5px 0px;
    padding-left: 13px;
    color: #fff;
  }

  .main_head .navbar {
    padding: 0px;
    border-radius: 10px 10px 0 0;
    margin: 0;
  }

  .main_head .navbar-nav .nav-link.active::after {
    width: 26px;
    height: 12px;
    bottom: 4px;
    left: 25px;
    border-color: #fff;
  }

  .main_head .navbar .dropdown-menu .dropdown-item {
    padding: 14px 32px 14px 20px;
  }

  .main_head .navbar .dropdown-menu .dropdown-item .inner_text {
    font-size: 13px;
  }
}