@media screen and (max-width: 1500px) {	
  .xl-heading {
    font-size: 55px;    
  }

  h1, .h1 {
    font-size: 48px;  
  }

  h2, .h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  h3, .h3 {
    font-size: 36px;
  }

  h4, .h4 {
    font-size: 32px;
  }

  h5, .h5 {
    font-size: 28px;
  }

  h6, .h6 {
    font-size: 22px;  
  }

  .fs-25 {
    font-size: 22px;
    line-height: 1.2;
  }

  /* Section 1 Start */
  
}

@media screen and (max-width: 1366px) {
  h1, .h1 {
    font-size: 42px;
  } 

  .vid-wrapper {
    max-width: 800px;
  }

  .page-vsl1, .page-vsl2 {
    max-width: 750px;
  }

  .fs-27 {
    font-size: 20px;
  }

  /* Section 1 Start */
}

@media screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 40px;
  }

  .text-wrapper p:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 38px;
  }

  .fs-27 {
    font-size: 18px;
  }

  /* Footer Start */
  #footer-section li {
    padding: 10px 0;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 30px;
  }

  h3, .h3 {
    font-size: 30px;
  }

  h4, .h4 {
    font-size: 26px;
  }

  h5, .h5 {
    font-size: 20px;
  }

  .fs-25 {
    font-size: 18px;  
  }

  .xl-heading {
    font-size: 40px;
  }

  .vid-wrapper {
    max-width: 90%;
  }

  .page-vsl1, .page-vsl2 {
    max-width: 95%;
  }

  .md-txt {
    font-size: 18px;    
  }
}

@media screen and (max-width: 640px) {

}

@media screen and (max-width: 575px) {
  h1, .h1 {
    font-size: 28px;
  }

  h4, .h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 440px) {
  h1, .h1 {
    font-size: 24px;
  }
  
  h3, .h3 {
    font-size: 24px;
  }

  h4, .h4 {
    font-size: 18px;
  }

  .fs-27 {
    font-size: 14px;
  }

  h6, .h6 {
    font-size: 16px;
  }

  h5, .h5 {
    font-size: 18px;
  }

  .xl-heading {
    font-size: 30px;
  }

  .md-txt {
    font-size: 14px;
  }

  #disclaimer p, #disclaimer a {
    font-size: 12px;
    line-height: 1.8;
  }

  #footer-section {
    padding: 50px 0;
  }

  #footer-section .custom-wrapper .img-wrapper {
    max-width: 60%;
    margin: 0 auto 20px;
  }
}

