@media (min-width: 1400px) {
  .container, .page-template-default .entry-content {
    max-width: 1440px !important;
  }
}
@media (min-width: 1200px) {
  ul.sub-menu {
    display: none;
  }
  .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .menu-item-has-children:hover > a .submenu-toggle i {
    transform: rotate(180deg);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container, .page-template-default .entry-content {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    background: var(--primary);
    padding: 5rem 1rem 2rem;
    transition: right 0.35s ease-in-out;
    z-index: 1050;
    overflow-y: auto;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.15);
  }
  .navbar-collapse .menu-item {
    padding: 1em 1em;
  }
  .navbar-collapse.show {
    right: 0;
  }
  .nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
  }
  .nav-overlay.active {
    display: block;
  }
  .nav-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    z-index: 999;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 0.5em 1em;
  }
  .btn-1, .btn-2, .btn-3.button-1 {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 24px;
    gap: 12px;
  }
  .btn-3 {
    padding: 14px 26px;
  }
  .h1-serif,  h1 {
    font-size: 50px !important;
    line-height: 60px !important;
  }
  .h2-serif,  h2 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  section {
    padding: 60px 0px;
  }
  .h3-serif, h3 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .steps-wrapper::before {
    display: none;
  }
  ul.sub-menu {
    display: none;
    position: relative;
    top: 10px;
    background: var(--primary);
    padding: 0px 0px;
    padding-left: 10px;
  }
  ul.sub-menu.show {
    display: block;
  }
  ul.sub-menu li a {
    padding: 5px 0px;
    border-bottom: 1px solid #dee2e7;
    color: #fff !important;
  }
  ul#menu-main-menu {
    align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .hero-slide .left {
    max-width: 340px;
    height: auto;
  }
  .hero-slider {
    height: auto;
    padding: 130px 0px;
    display: block;
  }
  .hero-slide .right {
    text-align: center !important;
    align-items: center;
    max-width: 500px;
    padding: 20px 0px;
    width: 100%;
  }
  .hero-slider .swiper-pagination {
    transform: translate3d(0, 0, 0);
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    bottom: 10px !important;
  }
  .hero-slider .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container, .page-template-default .entry-content {
    max-width: 960px;
  }
  .hero-section {
    height: 70vh;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .step-box {
    width: 31%;
    flex: auto;
  }
}
@media (max-width: 991px) {
  .h1-serif, h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .feature-card:before {
    width: 57px;
    height: 52px;
  }
}
@media (min-width: 768px) {
  #user-registration .user-registration-MyAccount-navigation {
    overflow: auto !important;
  }
  #user-registration .user-registration-MyAccount-navigation ul {
    overflow-x: auto;
    width: 800px;
  }
  #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link {
    width: 20%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .navbar a.navbar-brand img {
    max-width: 130px;
  }
  .navbar .navbar-toggler i {
    font-size: 20px;
  }
  .hero-slider .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
  .btn-1, .btn-2, .btn-3.button-1 {
    padding: 10px 23px;
    font-size: 16px;
    line-height: normal;
    gap: 0;
  }
  .btn-3 {
    padding: 12px 18px;
  }
  section {
    padding: 40px 0px;
  }
  .h2-serif, h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .hero-slider {
    padding: 100px 0px;
  }
  .about-img {
    max-width: 340px;
  }
  .feature-card {
    clip-path: none;
    max-width: 400px;
    margin: 0 auto;
  }
  .card-leadership {
    max-width: 400px;
    margin: 0 auto;
  }
  .feature-card:before {
    display: none;
  }
  .steps-wrapper {
    flex-direction: column;
    gap: 40px;
    max-width: 500px;
    margin: 0 auto;
  }
  .steps-wrapper::before, .step-content::before, .step-content::after {
    display: none;
  }
  .social-icons {
    margin-top: 8px;
  }
  .separate-containers .inside-article {
    padding: 50px 0px !important;
  }
  .left-border {
    border-left: none;
  }
  .contact-form {
    padding: 20px;
  }
  .card-effects .card-effect {
    max-width: 300px;
    margin: 0 auto;
  }
  .register-card {
    margin-top: -25px;
  }
  .overview img {
    width: 400px;
  }
}
@media (max-width: 576px) {
  .body-medium-small-serif {
    font-size: 12px;
    line-height: 20px;
  }
  .testimonilas .owl-nav {
    display: none;
  }
  .user-registration {
    padding: 1rem;
  }
  .user-registration-before-login-btn * {
    font-size: 11px !important;
  }
  .page-id-73 .inside-article, .page-id-72 .inside-article {
    margin: 150px auto 50px;
    padding: 0px !important;
  }
}
