/* // X-Large devices (large desktops, less than 1400px) */
/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .social-list {
    right: 10px;
  }
  .page-template-index .video-hero-sec .video-hero-sec-text {
    padding: 20px 70px;
  }
  .page-template-index .video-hero-sec .video-hero-sec-text h1 {
    font-size: 30px;
  }
  .page-template-index .video-hero-sec .video-hero-sec-text a.cusBtn {
    font-size: 18px;
  }
  .page-template-index .circular-image {
    left: 0;
  }
  .page-template-index .quote-box {
    padding: 30px 60px 30px 200px;
  }
  .page-template-index .quote-icon-open {
    left: 150px;
  }
  .page-template-index .quote-icon-close {
    right: 5px;
  }
  .contactPageMainSec {
    margin-top: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1 {
    font-size: 44px;
  }
  .servicesAccordionWrapper {
    height: 730px;
  }
}
/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .services-main-title {
    font-size: 36px;
  }
  .services-accordion .accordion-title {
    font-size: 18px;
  }
  .commonly-treated-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .commonly-treated-list {
    font-size: 19px;
  }
  .testimonial-content {
    padding: 20px;
  }
  .testimonial-slide {
    padding: 0;
  }
  .testimonial-content-inner {
    padding: 20px;
  }
  .contact-info-section {
    padding-right: 0;
  }
  .contact-form-wrapper {
    padding-left: 0;
  }
  .servicesVideoBox {
    padding-right: 15px;
  }
  .servicesVideoBox::after {
    width: 100%;
  }
  .serviceMainLabel {
    bottom: 8px;
    left: 8px;
    width: calc(100% - 16px);
  }
  .servicesImg {
    margin-left: 0;
    padding-left: 15px;
    width: 100%;
  }
  .servicesImg::after {
    width: 100%;
  }
  .servicesImg img {
    width: 100%;
  }
  .servicesImg .servicesMainTitle {
    width: calc(100% - 46px);
    left: 23px;
    top: initial;
    transform: initial;
    bottom: 23px;
    height: auto;
    padding: 10px 20px;
  }
  .servicesImg .servicesMainTitle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secondaryColor);
    z-index: 2;
    opacity: 0.8;
    mix-blend-mode: soft-light;
  }
  .servicesImg .servicesMainTitle > div {
    height: auto;
  }
  .servicesImg .servicesMainTitle h1 {
    writing-mode: initial;
    transform: initial;
    text-align: center;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h1,
  .mainBanner .mainBannerText h1 {
    font-size: 36px;
  }
}
/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  h1,
  .mainBanner .mainBannerText h1 {
    font-size: 34px;
  }
  .commonly-treated-title {
    font-size: 24px;
  }
  .commonly-treated-list {
    font-size: 15px;
  }
  .faq-content {
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px dashed #ddd;
  }
  .testimonials-title {
    font-size: 30px;
  }
  .contact-main-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  /* Footer responsive styles */
  .footer-logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-logo img {
    object-position: center;
  }
  .footer-social-wrapper {
    justify-content: center;
  }
  .footer-heading {
    text-align: center;
    font-size: 20px;
  }
  .footer-menu {
    text-align: center;
  }
  .footer-contact-info {
    align-items: center;
  }
  .footer-info-item {
    justify-content: center;
    text-align: center;
  }
  .footer-info-content address {
    text-align: center;
  }
}
/* // X-Small devices (portrait phone s, less than 576px) */
@media (max-width: 575.98px) {
  .social-list {
    display: none;
  }
  .page-template-index .video-hero-sec .video-hero-sec-text {
    padding: 20px;
  }
  .page-template-index .video-hero-sec .video-hero-sec-text h1 {
    font-size: 26px;
  }
  .page-template-index .video-hero-sec .video-hero-sec-text img {
    width: 250px;
  }
  .page-template-index .video-hero-sec .video-hero-sec-text a.cusBtn {
    font-size: 15px;
  }
  .page-template-index .accordion-title {
    font-size: 16px;
  }
  .page-template-index .circular-image {
    left: 50%;
    transform: translateX(-50%);
  }
  .page-template-index .quote-box {
    padding: 160px 60px 30px 60px;
  }
  .page-template-index .quote-icon-open {
    top: 160px;
    left: 5px;
  }
  .about-us-sec-text h2 {
    font-size: 32px;
  }
  .testimonial-content-inner p {
    font-size: 14px;
  }
  .testimonial-content-inner h4 {
    font-size: 20px;
  }
  .testimonial-content-inner h5 {
    font-size: 14px;
  }
  .contact-page-wrapper .container-xl {
    padding: 40px 20px;
  }
}
