@media (max-width: 1024px) {

  .watch-section-bg img {
    margin-top: -55%;
  }

  #hero h2 {
    font-size: 27px;
  }

  #hero h1 {
    font-size: 55px;
  }

  .watch-heading {
    font-size: 50px;
  }

  .watch-para {
    font-size: 20px;
  }

  #footer .footer-top h4 {
    font-size: 27px;
  }

  #footer .footer-top .footer-links ul a {
    font-size: 18px;
  }
  .modal-dialog{
    padding: 0 110px;
  }
}



/* media query 991 */
@media (max-width: 991px) {
  #hero h1 {
    font-size: 45px;
  }

  #hero h2 {
    font-size: 23px;
  }

  .watch-heading {
    text-align: center;
    font-size: 45px;
  }

  .watch-para {
    text-align: center;
    font-size: 18px;
  }

  .enjoy-heading {
    margin-top: 20px;
  }

  .create-img {
    margin: 0 auto;
  }

  .tv-mobile-tab-img {
    margin: 0 auto;
  }

  .watch-section-bg img {
    margin-top: -46%;
  }

  .watch-section-bg-1 {
    margin-top: 120px;
  }

  .second-line-box {
    margin-top: unset;
  }

  .watch-section-bg {
    margin-bottom: 240px;
  }

  .watch-section-bg-last {
    margin-bottom: unset;
  }

  .watch-and-enjoy {
    padding-top: 60px;
  }

  .watch-section-bg h5 {
    font-size: 20px;
  }

  .enjoy-right {
    padding-left: unset;
  }

  .create-right {
    padding-right: unset;
  }

  .google-play-btn {
    width: 70%;
  }
  .modal-dialog {
    padding: 0 0;
  }
}

/* media query 768px */
@media (max-width: 768px) {

  .watch-section-bg img {
    margin-top: -48%;
  }

  .watch-section-bg {
    margin-bottom: 190px;
  }

  .watch-section-bg-last {
    margin-bottom: unset;
  }

  #hero h2 {
    margin-bottom: 10px;
  }
  .modal-dialog{
    margin-top: 24%;
  }
}

@media (max-width: 425px) {
  .hero-container {
    padding: 0 30px;
  }

  #hero h2 {
    font-size: 18px;
  }

  #hero h1 {
    font-size: 35px;
  }

  .hero-container h3 {
    font-size: 13px;
  }

  .enjoy-container,
  .skills-container {
    padding: 0 35px;
  }

  .watch-heading {
    font-size: 28px;
  }

  .watch-para,
  .terms-para {
    font-size: 15px;
  }

  .watch-boxes {
    margin-top: 80px;
  }

  .watch-section-bg {
    margin-left: unset;
    margin-bottom: 150px;
  }

  .watch-boxes {
    padding: 0 60px;
  }

  .watch-section-bg-1 {
    margin-top: 80px;
  }

  .watch-section-bg-last {
    margin-bottom: unset;
  }

  section {
    padding: 30px 0px;
  }

  .watch-and-enjoy {
    padding: 30px 0px;
  }

  .Enjoy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .features-container {
    padding: 0 50px;
  }

  .create-container {
    padding: 0 35px;
  }

  .section-title h2 {
    font-size: 25px;
  }

  .container-plans {
    padding: 0 35px;
  }

  .partners-container {
    padding: 0 35px;
  }

  .topbar-text {
    font-size: 15px;
  }

  .whatsapp-icon {
    font-size: 18px;
  }

  #footer .footer-top h4 {
    font-size: 22px;
  }

  .google-play-btn {
    width: 50%;
  }

  #footer .footer-top .footer-links ul a {
    font-size: 15px;
  }

  #footer .footer-top {
    padding: 30px 15px 0 15px;
  }

  #footer .footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-us li img {
    width: 27px;
  }
  .inner-page-heading{
    font-size: 22px;
  }
  .terms-container p{
    font-size: 15px;
  }
  .modal-dialog{
    margin-top: 40%;
  }
}


@media (max-width: 375px) {
  #hero h2 {
    font-size: 16px;
  }

  #hero h1 {
    font-size: 32px;
  }

  .watch-boxes {
    margin-top: 55px;
  }

  .watch-section-bg {
    margin-bottom: 130px;
  }

  .watch-section-bg-last {
    margin-bottom: unset;
  }
}

@media (max-width: 320px) {
  #hero h2 {
    font-size: 14px;
    margin-bottom: 2px;
  }

  #hero h1 {
    font-size: 25px;
    margin-bottom: 5px;
  }

  .hero-container h3 {
    font-size: 12px;
  }

  .enjoy-container,
  .skills-container {
    padding: 0 25px;
  }

  .watch-section-bg-1 {
    margin-top: 45px;
  }

  .watch-section-bg {
    margin-bottom: 100px;
  }

  .watch-section-bg-last {
    margin-bottom: unset;
  }

  .watch-heading {
    font-size: 25px;
  }

  .watch-para {
    font-size: 14px;
  }

  .container-plans {
    padding: 0 20px;
  }
  .modal-title{
    font-size: 18px;
  }
  .modal-title img{
    margin-right: 10px;
  }
}