@media (min-width: 1600px) {
}

@media (min-width: 1200px) and (max-width: 1599px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
  .silde-show-content-wrapper .section-title-normal {
    font-size: 4rem !important;
    line-height: 4.7rem;
  }
  .silde-show-content-wrapper .text p {
    font-size: 1.8rem !important;
    margin-bottom: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .silde-show-content-wrapper .section-title-normal {
    font-size: 4rem !important;
    line-height: 4.7rem;
  }
  .silde-show-content-wrapper .text p {
    font-size: 1.8rem !important;
    margin-bottom: 0;
  }
  .silde-show-content-wrapper a {
    padding: 5px 25px;
  }
}
@media (max-width: 480px) {
  .silde-show-content-wrapper .section-title-normal {
    font-size: 2.4rem !important;
    line-height: 3rem;
  }
  .silde-show-content-wrapper .text p {
    font-size: 1.6rem !important;
    margin-bottom: 0;
  }
  .slider-wrapper .image-cover {
    padding-top: 300px !important;
  }
  .slider-wrapper .flickity-viewport {
    height: 300px !important;
  }
  .silde-show-content-wrapper a {
    padding: 5px 25px;
  }
  .pricing_table-wrapper .col {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .best-price-wrapper .col {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .pricing_table-wrapper .section-title-normal,
  .best-price-wrapper .text-bottom-section,
  .gallery-section h3 {
    font-size: 2.4rem !important;
  }
  .call-out .call-out-btn {
    display: block;
  }
  .call-out .col {
    padding: 10px 35px !important;
  }
  .call-out .col p,
  .best-price-wrapper .row .col p {
    font-size: 1.4rem !important;
  }
  .gallery-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .footer-custom .col-footer-right {
    padding: 30px 10px;
    padding-bottom:0px !important ;
  }
  .footer-custom .col-footer-right .col-inner a {
    padding: 10px 30px;
  }
}
