/* ============== Home page Media Queries CSS last updated on 03-12-2022 [14:40 Hours] ============= */
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .home-banner .banner-wrapper {
    height: 550px;
  }

  .home-banner .banner-wrapper .banner-content .caption-logo-text h1 {
    margin-top: 0;
    font-size: 29px;
    line-height: 1.35;
    letter-spacing: 1px;
  }

  .home-banner .banner-wrapper .banner-content .caption-logo-text h2 {
    letter-spacing: 1.1px;
    font-size: 20px;
    line-height: 1.35;
  }

  .home-banner .banner-content img.caption-logo {
    height: auto !important;
  }
}

@media only screen and (min-width: 321px) and (max-width: 384px) {
  .home-banner .banner-content {
    position: relative;
    top: 166px;
  }

  .home-banner .banner-content img.caption-logo {
    margin-top: 110px;
  }
}

@media only screen and (min-width: 384px) and (max-width: 489px) {
  .home-banner .banner-content {
    position: relative;
    top: 195px;
  }

  .home-banner .banner-content img.caption-logo {
    margin-top: 85px;
  }
}

@media only screen and (min-width: 489px) and (max-width: 494px) {
  .home-banner .banner-content img.caption-logo {
    margin-top: 80px;
  }

  .home-banner .banner-content {
    position: relative;
    top: 195px;
  }
}

@media only screen and (min-width: 494px) and (max-width: 503px) {
  .home-banner .banner-content img.caption-logo {
    margin-top: 55px;
  }

  .home-banner .banner-content {
    position: relative;
    top: 220px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1184px) {
  .home-banner .banner-content {
    position: relative;
    top: 160px
  }

  .home-banner .banner-content img.caption-logo {
    margin-top: 90px;
    height: 140px;
  }
}

@media only screen and (min-width: 1184px) and (max-width: 1200px) {
  .home-banner .banner-content {
    position: relative;
    top: 200px
  }

  .home-banner .banner-content img.caption-logo {
    margin-top: 40px;
    height: 140px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1290px) {
  .home-banner .banner-content {
    position: relative;
    top: 310px;
  }

  .home-banner .banner-content img.caption-logo {
    margin-top: 45px;
    height: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .home-banner .banner-wrapper {
    height: 550px;
  }

  .home-banner .banner-wrapper .banner-content .caption-logo-text h1 {
    font-size: 48px;
    letter-spacing: 0.5px;
  }

  .home-banner .banner-wrapper .banner-content .caption-logo-text h2 {
    line-height: 1.3;
    letter-spacing: 1.2px;
  }
}

@media only screen and (min-width: 503px) and (max-width: 768px) {
  .home-banner .banner-content {
    position: relative;
    top: 220px;
  }
}

@media only screen and (min-width: 503px) and (max-width: 600px) {
  .home-banner .banner-content img.caption-logo {
    margin-top: 45px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 680px) {
  .home-banner .banner-content img.caption-logo {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 681px) and (max-width: 720px) {
  .home-banner .banner-content img.caption-logo {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 720px) and (max-width: 740px) {
  .home-banner .banner-content img.caption-logo {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 740px) and (max-width: 768px) {
  .home-banner .banner-content img.caption-logo {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
  .about-us .text-content p:after {
    width: 163vw;
  }

  .about-us .text-content ul {
    padding: 0 0 0 20px;
  }

  .about-us .text-content ul li {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }

  .about-us .image-content {
    margin-top: 40px;
  }

  .about-us .image-content img {
    height: auto;
  }

  .services-type .services-card-wrapper {
    padding: 15px 20px;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .services-type .services-card-wrapper h3 {
    letter-spacing: 0.5px;
  }

  .services-type .services-card-wrapper p {
    font-size: 13.5px;
    letter-spacing: 0.1px;
    line-height: 1.6;
    margin: 0;
  }

  .home-services .text-content p {
    font-size: 13.5px;
    letter-spacing: 0.1px;
  }

  .faq-section .panel-title>a {
    letter-spacing: 0.2px;
    line-height: 1.5;
    font-size: 13.5px;
  }

  .faq-section .panel-body p {
    font-size: 12.5px;
    letter-spacing: 0.3px;
    line-height: 1.6;
  }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
  .about-us p.section-sub-heading {
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 30px;
    letter-spacing: 0.3px;
  }

  .partners-section .partner-logo-cards img.slider-images {
    padding: 20px;
    margin-top: 15px;
  }
}