@media (min-width: 1400px){

}

@media (max-width: 1399px){
  .home-register-container h1 {
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 25px;
  }

  .home-register-container p {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 25px;
  }
}

@media (max-width: 1199px){
  .home-register-container h1 {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 25px;
  }
}

@media (max-width: 991px){
  .hamburger {
    display: inline-block;
  }

  .menu-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    left: 0;
    top: 0;
    text-align: center;
    padding: 110px 30px 0px 30px;
    transform: translateX(-2000px);
    transition: all 0.2s ease-in-out;
    z-index: 9;
  }

  .menu-mobile.open {
    transform: translateX(0);
  }

  .menu-mobile a {
    display: block;
    color: #13181e;
    margin-bottom: 6px;
    font-size: 16px;
    margin-right: 0px;
  }

  .menu-mobile a i {
    top: 3px;
    margin-right: 6px;
  }

  .hamburger-span.menu-mobile-span {
    background: #13181e !important;
  }

  .slider-text {
    padding-top: 90px;
  }

  .slider-text h1 {
    font-size: 28px;
  }

  .subpage-header h1 {
    font-size: 28px;
  }

  .faq-container .tab-content h1 {
    font-size: 28px;
  }

  .slider-text p {
    font-size: 12px;
    color: #fff;
    opacity: 0.65;
    font-family: 'Sora';
    margin-top: 25px;
    font-weight: 300;
    line-height: 19px;
  }

  .slider-btns {
    padding-top: 30px;
  }

  .btn-special {
    font-size: 12px;
    padding: 10px 28px 11px 28px;
  }

  .btn-nonspecial {
    font-size: 12px;
  }

  .mt-80px {
    margin-top: 60px;
  }

  .mt-60px {
    margin-top: 30px;
  }

  .parallax-one-text a {
    font-size: 12px;
    padding: 10px 28px 11px 28px;
  }

  .parallax-one-text h1 {
    font-size: 22px;
  }

  .parallax-one-container {
    height: 385px;
  }
  
  .parallax-one {
    height: 415px;
  }
  
  .parallax-one-text {
    height: 385px;
  }

  .about-rank {
    bottom: 30px;
    right: 30px;
  }

  .home-register-container h2 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .home-register-container h1 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 25px;
  }

  .home-register-container p {
    font-size: 13px;
    margin-bottom: 25px;
    line-height: 23px;
  }

  .home-register-container a {
    font-size: 14px;
    padding: 10px 32px 10px 32px;
  }

  .login-box-right {
    padding: 90px 40px 90px 40px;
  }
}

@media (max-width: 767px){
  .home-register-container h2 {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .home-register-container h1 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 25px;
  }

  .home-register-container p {
    font-size: 12px;
    margin-bottom: 23px;
    line-height: 23px;
  }

  .home-register-container a {
    font-size: 14px;
    padding: 10px 32px 10px 32px;
  }

  .login-box {
    width: 90%;
  }
}

@media (max-width: 575px){
  .underslider div:first-child {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .about-rank {
    bottom: 10px;
    right: 10px;
    margin-left: 10px;
  }

  .pt-mobile-0 {
    padding-top: 0px;
  }

  .login-box {
    width: 95%;
  }

  .register-pick-acc-type i {
    top: 0px;
  }
}