/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  #news > div > div {
    padding: 80px 30px 65px;
  }
  #banner .bnr-left .h2 {
    font-size: 56px;
  }
}

@media (min-width: 990px) {
  header #mobile-menu-btn {
    display: none !important;
  }

  .feedback-carousel .owl-item.center {
    transform: translateY(50px);
    transition: all 300ms ease;
  }
  footer .footer-bottom > div:nth-child(3) {
    justify-content: center;

    align-items: center;
    flex-wrap: wrap;
  }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  header .nav-menu {
    display: none;
  }

  #banner .bnr-left .h2 {
    font-size: 44px;
    margin-bottom: 40px;
  }

  #miss .h2 {
    font-size: 40px;
    text-align: center;
  }

  #miss > div {
    padding-left: 15px;
    padding-right: 15px;
  }

  #miss .sub-heading {
    justify-content: center;
  }

  #miss .miss-btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #choose .poster-right .poster-txt {
    left: 30px;
  }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  #banner .bnr-left .h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .h2 {
    font-size: 26px;
  }
  #miss .h2 {
    font-size: 28px;
  }

  #choose .poster .poster-txt > p {
    font-size: 30px;
  }
}

/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  #banner {
    height: auto;
    padding-top: 50px;
    padding-bottom: 25px;
  }

  #banner .bnr-left .item > div:nth-child(1) {
    justify-content: center;
  }

  #banner .bnr-left .item > div:nth-child(3) {
    justify-content: center;
  }

  #banner .bnr-left .h2 {
    text-align: center;
  }

  #choose .poster .poster-txt > p {
    font-size: 22px;
  }

  #news .news-search input {
    width: 100%;
  }
  #news .news-search button {
    width: 100%;
  }

  header .logo {
    width: 100px;
  }
  #news .news-search > div > div {
    width: 100%;
  }
  #news .news-search button {
    height: 45px;
  }
}
