header li a.active {
  background-color: #FF5F24;
  color: #fff;
}

.main_heading h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  width: 100px;
  background-color: #48CAE4;
  margin: auto;
  text-align: center;
}

.choose_section .main_heading h2::after {
  right: auto;
}

.about_part {
  background: linear-gradient(90deg, #FC9D1C 0%, #F08002 100%);
}
.about_part .main_heading h2::after {
  background-color: #fff;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

footer {
  background: linear-gradient(90deg, #1E5874 0%, #1E5874 100%);
}

.contact_info_part .detail_key::after {
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 30px;
  position: absolute;
  background-color: #2D2D2D;
  text-align: left;
}

.validate-has-error {
  position: absolute;
  bottom: 6px;
  color: red;
  font-size: 12px;
  font-weight: 400;
  left: 0;
}

header .dropdown-nav {
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 38.63px 0px rgba(0, 0, 0, 0.1411764706);
  border: 0.12px solid #C3C3C3;
  transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1), opacity 0.3s ease-in-out;
  transform: translateY(-20px);
  width: auto;
  min-width: 100%;
  left: 0;
}

header li:hover .dropdown-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
  box-shadow: 0 7px 6px 4px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
  header .dropdown-menu {
    display: none;
  }
  header .dropdown-menu.show {
    display: block;
  }
}
@media (max-width: 575px) {
  .main_heading h2::after {
    height: 5px;
    width: 70px;
  }
  header li a {
    padding: 8px 15px;
  }
}/*# sourceMappingURL=style.css.map */