.btn-primary {
  padding: 12px 30px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 40px;
  border: 2px solid #0b4baa;
  color: #0b4baa;
  background-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background-color: #0b4baa;
  color: #fff;
}
.btn-secondary {
  padding: 12px 22px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 40px;
  color: #333;
  border: 2px solid #ffb600;
  background-color: #ffb600;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background-color: transparent;
}
.btn-tertiary {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Filson Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  border: 2px solid #001e6a;
  padding: 16px 36px;
  background-color: #001e6a;
  max-width: 372px;
  width: 100%;
  border-radius: 40px;
}
body {
  margin: 0;
}
@media (max-width: 991px) {
  .button-menu {
    background-color: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 5px 1px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    padding: 15px 0;
  }
  .mega-nav-header .button-menu {
    padding: 15px 0 0;
  }
}
@media (min-width: 1026px) {
  .mega-nav-header .nav-sec .nav-link-list .links:hover > .sub-menu {
    z-index: 999;
  }
}
@media (min-width: 1200px) {
  .mega-nav-header .nav-sec .nav-link-list .links:hover > .sub-menu {
    display: block;
  }
  .mega-nav-header .nav-sec .nav-link-list .links .sub-menu {
    cursor: initial;
  }
  .mega-nav-header .nav-sec .nav-link-list li.links.active-links > .sub-menu {
    z-index: 99999;
  }
}
@media (max-width: 374px) {
  .button-menu .bottom-buttons .enroll-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .button-menu .bottom-buttons {
    display: flex;
    gap: 20px;
  }
  .button-menu .bottom-buttons button {
    font-size: 16px;
    line-height: 24px;
  }
  .button-menu .bottom-buttons .btn-primary {
    padding: 10px 30px;
    margin-left: 0;
  }
  .button-menu .bottom-buttons .btn-secondary {
    padding: 10px 20px;
  }
  .button-menu .bottom-buttons .enroll-btn {
    background-color: #ffb600;
  }
  .button-menu .bottom-buttons .enroll-btn:hover {
    background-color: transparent;
  }
  .button-menu .bottom-buttons .enroll-btn::after {
    vertical-align: middle;
    margin-left: 8px;
    font-family: "k12-icons";
    color: #333;
    line-height: 11px;
    font-size: 17px;
    font-weight: 100;
    margin-left: 5px;
    top: -2px;
  }
}
@media (max-width: 374px) {
  .button-menu .bottom-buttons {
    column-gap: 10px;
  }
}
@media (max-width: 991px) and (max-width: 1144px) {
  .button-menu .bottom-buttons .enroll-btn::after {
    font-size: 20px;
    top: 1px;
  }
}
.header {
  position: relative;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 5px 1px rgba(0, 0, 0, 0.05);
  z-index: 99;
  width: 100%;
  position: sticky;
  background-color: #fff;
  top: 0;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .header {
    position: relative;
  }
}
@media (max-width: 991px) {
  .header .mobile-hidden {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .header .desktop-hidden {
    display: none;
  }
}
.header .container-fluid {
  box-sizing: border-box;
  max-width: 1170px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
/* dropdown menu */
.main-lang {
  position: relative;
}
.lang-menu {
  position: absolute;
  background: white;
  z-index: 1;
  box-shadow: 2px 2px 4px rgba(92, 92, 92, 0.06), 0px 0px 16px rgba(92, 92, 92, 0.06), 4px 4px 8px rgba(92, 92, 92, 0.06);
  border-radius: 6px;
  right: 0;
  margin-top: 5px;
  display: none;
}
.lang-menu ul {
  list-style: none;
  padding: 10px 20px;
}
.mega-nav-header .topbar-right-links .lang-menu ul li {
  border-right: 0;
}
.mega-nav-header .topbar-right-links .lang-menu ul li a {
  color: #000;
  line-height: 30px;
}
.mega-nav-header .topbar-right-links .lang-menu ul li a:hover {
  color: #0b4baa;
}
.mega-nav-header .topbar-right-links .lang-menu ul li a.active {
  color: #0b4baa;
}
@media (max-width: 991px) {
  .mega-nav-header .nav-sec .nav-link ul.topbar-right-links .lang-menu ul li {
    padding: 0;
    border-bottom: none;
  }
  .lang-menu {
    left: 68px;
    right: auto;
  }
}
.box-search-container {
  background-color: #e7e7e7;
  text-align: center;
  height: 0;
  opacity: 0;
  transition: 0.3s;
}
.box-search-container * {
  box-sizing: border-box;
}
.box-search-container.shwd {
  height: 100px;
  opacity: 1;
}
.box-search-container.shwd .form-search {
  display: flex;
  opacity: 1;
  transition: 0.3s;
}
.box-search-container .form-search {
  display: none;
  opacity: 0;
  transition: 1.3s;
  padding: 24px 0;
  align-items: center;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .box-search-container .form-search {
    padding: 24px 20px;
  }
}
.box-search-container .form-search .submit {
  padding: 0 8px;
  font-weight: 700;
  background-color: #4dd9e4;
  height: 54px;
  font-size: 15px;
  cursor: pointer;
  border-color: transparent;
}
.box-search-container .form-search .close-search {
  color: #505050;
  cursor: pointer;
  position: absolute;
  font-size: 29px;
  font-weight: 100;
  right: -50px;
  border: 1px solid #505050;
  border-radius: 0;
  padding: 1px 8px 0;
  transform: rotate(45deg);
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 32px;
}
@media (max-width: 991px) {
  .box-search-container .form-search .close-search {
    display: none;
  }
}
.box-search-container .input-search {
  color: #505050;
  height: 54px;
  border-color: transparent;
  font-size: 16px;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 3px 0 0 3px;
  width: 100%;
}
.box-search-container .input-search:focus {
  box-shadow: 0 0 1px #2e74be;
  border: 1px solid #2e74be;
  outline: none;
  border-radius: 0;
}
.chat {
  background: #00a0b8;
  width: 60px;
  height: 60px;
  box-shadow: 2px 2px 6px rgba(92, 92, 92, 0.06), 2px 2px 3px rgba(92, 92, 92, 0.06);
  position: fixed;
  right: 77px;
  bottom: 95px;
  border-radius: 50%;
}
.chat .chat-icon {
  position: absolute;
  z-index: 11;
  height: 32px;
  width: 28px;
  transform: translate(16px, 14px);
}
@media (max-width: 1200px) {
  .chat {
    right: 15px;
    bottom: 48px;
  }
}
