/* Responsve Styling */
@media only screen and (min-width: 320px) and (max-width: 519px) {
    .slick-prev {
  left: -0.25rem;
}
.slick-next {
  right: -0.25rem;
}
  .section-content .heading {
    font-size: 2rem;
  }
  .section-content p {
    font-size: 14px;
  }
  .themeBtn {
    font-size: 14px;
    padding: 0.65rem 1.75rem;
  }
  .header-main__nav {
    display: none;
  }

  .header-main__menu {
    display: block;
  }
  .header-main__logo {
    width: 60px;
  }
  .header {
    padding: 1rem;
  }
  .banner-content__heading {
    font-size: 2rem;
  }
  .banner-content > p {
    font-size: 15px;
    margin: 1rem 0;
  }
  .bannerSlider .slick-next {
    right: 0.2rem;
  }
  .bannerSlider .slick-prev {
    left: 0.2rem;
  }

  .bannerSlider .slick-arrow::before {
    color: #fff;
    font-size: 2.5rem;
  }
  .banner {
    min-height: 60vh;
  }
  .reviews-card {
    padding: 2rem;
  }
  .heading-line::before {
    display: none;
  }
  .contact-content__info > li > .icon {
    width: 40px;
    font-size: 1.25rem;
  }
  .contact-content__info > li .details {
    font-size: 14px;
  }
  .contact-form__fields :is(input, textarea),
  .contact-form__fields :is(input, textarea)::placeholder {
    font-size: 14px;
  }
  .footer-info__logo {
    width: 110px;
  }
  .footer__quickLinks,
  .footer-info {
    margin: 2rem 0;
  }
  .footer-info__social {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
    .slick-prev {
  left: 1rem;
}
.slick-next {
  right: 1rem;
}
  .section-content .heading {
    font-size: 2rem;
  }
  .section-content p {
    font-size: 14px;
  }
  .themeBtn {
    font-size: 14px;
    padding: 0.65rem 1.75rem;
  }
  .header-main__nav {
    display: none;
  }

  .header-main__menu {
    display: block;
  }
  .header-main__logo {
    width: 60px;
  }
  .header {
    padding: 1rem;
  }
  .banner-content__heading {
    font-size: 2rem;
  }
  .banner-content > p {
    font-size: 15px;
    margin: 1rem 0;
  }
  .bannerSlider .slick-next {
    right: 0.2rem;
  }
  .bannerSlider .slick-prev {
    left: 0.2rem;
  }

  .bannerSlider .slick-arrow::before {
    color: #fff;
    font-size: 2.5rem;
  }
  .banner {
    min-height: 70vh;
  }
  .reviews-card {
    padding: 2rem;
  }
  .heading-line::before {
    display: none;
  }
  .contact-content__info > li > .icon {
    width: 40px;
    font-size: 1.25rem;
  }
  .contact-content__info > li .details {
    font-size: 14px;
  }
  .contact-form__fields :is(input, textarea),
  .contact-form__fields :is(input, textarea)::placeholder {
    font-size: 14px;
  }
  .footer-info__logo {
    width: 110px;
  }
  .footer__quickLinks,
  .footer-info {
    margin: 2rem 0;
  }
  .footer-info__social {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-content .heading {
    font-size: 2rem;
  }
  .section-content p {
    font-size: 14px;
  }
  .themeBtn {
    font-size: 14px;
    padding: 0.65rem 1.75rem;
  }
  .header-main__nav {
    /* display: none; */
  }

  .header-main__menu {
    /* display: block; */
  }
  .header-main__logo {
    width: 80px;
  }
  .header {
    padding: 1rem;
  }
  .banner-content__heading {
    font-size: 3rem;
  }
  .banner-content > p {
    font-size: 15px;
    margin: 1rem 0;
  }
  .bannerSlider .slick-next {
    right: 0.2rem;
  }
  .bannerSlider .slick-prev {
    left: 0.2rem;
  }

  .bannerSlider .slick-arrow::before {
    color: #fff;
    font-size: 2.5rem;
  }
  .banner {
    min-height: 40vh;
  }
  .reviews-card {
    padding: 2rem;
  }
  .heading-line::before {
    display: none;
  }
  .contact-content__info > li > .icon {
    width: 40px;
    font-size: 1.25rem;
  }
  .contact-content__info > li .details {
    font-size: 14px;
  }
  .contact-form__fields :is(input, textarea),
  .contact-form__fields :is(input, textarea)::placeholder {
    font-size: 14px;
  }
  .footer-info__logo {
    width: 110px;
  }
  .footer__quickLinks,
  .footer-info {
    margin: 2rem 0;
  }
  .footer-info__social {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
}
