@media screen and (min-width: 1499px) {
  .container {
    max-width: 1370px;
  }
}

@media screen and (min-width: 1599px) {
  .container {
    max-width: 1470px;
  }
}

@media screen and (max-width: 1699px) {
  html {
    font-size: 8.5px;
  }

  footer,
  .hero:after {
    background-size: contain;
  }
}

@media screen and (max-width: 1599px) {
  html {
    font-size: 7.5px;
  }

  .h5,
  h5 {
    font-size: 20px;
  }

  p.big,
  .footer-bottom p,
  .footer-bottom a {
    font-size: 18px;
  }

  footer a,
  .btn,
  header a.nav-link,
  header a {
    font-size: 16px;
  }

  body,
  p,
  .p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1499px) {
  html {
    font-size: 7px;
  }

  .btn {
    min-width: 140px;
  }

  .feature-icon {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 1399px) {
  html {
    font-size: 6px;
  }

  .h5,
  h5 {
    font-size: 18px;
  }

  p.big,
  .footer-bottom p,
  .footer-bottom a {
    font-size: 16px;
  }

  footer a,
  .btn,
  header a,
  header a.nav-link,
  body,
  p,
  .p {
    font-size: 14px;
  }

  .btn {
    min-width: 120px;
  }
}

@media screen and (max-width: 1249px) {
  .hero {
    min-height: 600px;
  }

  .about-us-content {
    max-width: 100%;
  }

  .terms-hero.hero {
    min-height: 500px;
  }

  /* Bg Icons start */
  .bg-icons {
    display: none;
  }
  /* Bg Icons end */
}

@media screen and (max-width: 991px) {
  html {
    font-size: 5.5px;
  }

  header nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translateX(140%);
    transition: 0.3s all;
  }

  header ul {
    box-shadow: none;
    border-radius: 0;
    flex-direction: column;
  }

  header nav li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .hero h1 {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .title-space {
    height: 20px;
    display: block;
    width: 100%;
  }

  .hero {
    min-height: 700px;
  }

  .testimonial .container:before,
  #FAQMusicPathSvg,
  #FAQMusicNote,
  #footer-music-note-1,
  #footer-music-path-1-wrapper {
    opacity: 0;
  }

  .mySwiper .swiper-btn-wrapper {
    position: static;
    margin: 0 auto;
  }

  .container-big {
    padding-left: 15px;
    padding-right: 15px;
  }

  header .container {
    position: relative;
  }

  .navbar-toggler {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    border-radius: 5px;
    border: none;
    text-align: center;
    position: absolute;
    right: 15px;
    z-index: 110;
    transition: all 0.5s;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    vertical-align: middle;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler span {
    position: relative;
    width: 25px;
    height: 2px;
    background-color: #fff;
    display: block;
    background-image: none !important;
    margin-left: auto;
  }

  .navbar-toggler span::after,
  .navbar-toggler span::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 2px;
    background-color: #fff;
    right: 0;
    transition: all 0.5s;
  }

  .navbar-toggler span::before {
    top: -7px;
  }

  .navbar-toggler span::after {
    top: 7px;
  }

  .show-menu .navbar-toggler span::after,
  .show-menu .navbar-toggler span::before {
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    top: -1px;
  }

  .show-menu .navbar-toggler span::after {
    transform: rotate(-45deg);
  }

  .show-menu .navbar-toggler span {
    height: 0;
  }

  .show-menu {
    overflow-y: hidden;
  }

  .show-menu header nav {
    transform: translateX(0);
  }

  .terms-condition .accordion-button {
    font-size: 2.6rem;
  }

}

@media screen and (max-width: 767px) {
  html {
    font-size: 5px;
  }

  .faq .accordion-button::after {
    width: 24px;
    height: 24px;
  }

  .faq .accordion-body {
    padding: 10px;
  }

  p.big,
  .footer-bottom p,
  .footer-bottom a {
    font-size: 14px;
  }

  .quick-links {
    justify-content: center;
  }

  .img-app-screen {
    max-width: 70%;
  }

  .feature-item {
    text-align: center;
  }

  .modal-email-field,
  .modal-verify-btn {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .modal-comment-field {
    padding: 15px;
  }
  #toast-container {
    width: 90%;
  }
  #toast-container > div {
    width: 100%;
    margin-left: auto;
  }
}

/* Resposive modal start */
@media only screen and (max-width: 579px) {
  .modal-email-field-wrapper {
    width: 74%;
  }
}

@media only screen and (max-width: 575px) {
  .modal-email-field-wrapper {
    width: 100%;
  }

  .modal-verify-btn {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
    order: 3;
    padding: 10px 30px;
  }

  .modal-email-btn-wrapper {
    flex-direction: column;
  }

  .modal-email-field,
  .modal-verify-btn {
    padding-top: 12px;
    font-size: 18px;
    padding-bottom: 12px;
  }

  .modal-comment-field {
    padding: 12px;
    font-size: 18px;
  }

  .modal-email-field {
    padding-left: 55px;
  }

  .modal-email-field-wrapper::after {
    top: 14px;
    left: 4%;
  }

  .hero h1 {
    font-size: 40px;
  }

  header nav {
    width: 100%;
  }

  .brand-link {
    position: relative;
    z-index: 9;
  }

  .badge-container {
    flex-direction: column;
    padding: 2.3rem;
  }

  .badge-container h4 {
    margin-left: 0;
    margin-top: 1.2rem;
  }

  .hero {
    min-height: unset;
    padding: 20rem 0 45rem;
  }

  .terms-hero.hero {
    min-height: unset;
    padding: 20rem 0 20rem;
  }

  .terms-condition p,
  .sub-number-wrap span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 480px) {

  .modal-email-field,
  .modal-verify-btn {
    font-size: 16px;
  }

  .modal-comment-field {
    font-size: 16px;
  }

  .hero h1 {
    font-size: 35px;
    letter-spacing: 2px;
  }

  .about-img {
    max-width: 100%;
  }
}

/* Resposive modal end */