@media (max-width: 1200px) {
  header .navbar-brand img {
    width: 75px;
  }
  header .nav-link {
    font-size: 17px;
  }
  .heading-1 {
    font-size: 40px;
  }
  .bannerOverlay p {
    font-size: 22px;
  }
  .whyCntnt {
    padding: 0;
  }
  .whyCntnt p {
    font-size: 17px;
  }
  .innerBannerSec .bannerSlide img {
    height: 300px;
  }
}

@media (max-width: 992px) {
  .btn {
    padding: 0.6rem 1.5rem;
    font-size: 16px;
  }
  .secHead {
    margin-bottom: 1.5rem !important;
  }
  .heading-1 {
    font-size: 40px;
  }
  .bannerOverlay p {
    font-size: 22px;
  }
  .response h2 {
    font-size: 24px;
  }
  .wwrSec .wwrCntnt p {
    font-size: 16px;
  }
  .wwListCntnt h4 {
    font-size: 20px;
  }
  .wwListCntnt p {
    font-size: 16px;
  }
  .whySec .row {
    flex-direction: column-reverse;
  }
  .whySec img {
    height: 400px;
  }
  .whyCntnt {
    padding: 0;
    margin-bottom: 3rem;
  }
  .service h6 {
    font-size: 16px;
  }
  .footer_Content h6 {
    font-size: 19px;
  }
  .contactDet ul li a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .btn {
    padding: 0.6rem 1.2rem;
    font-size: 15px;
  }
  header .navbar-brand img {
    width: 90px;
  }
  .heading-1 {
    font-size: 30px;
  }
  .bannerSec img {
    height: 300px;
    object-fit: cover;
  }
  .bannerOverlay p {
    font-size: 20px;
  }
  .response {
    margin-bottom: 2rem;
  }
  .response h2 {
    font-size: 22px;
  }
  .wwrSec .row {
    flex-direction: column-reverse;
  }
  .wwrCntnt {
    margin-bottom: 2rem;
  }
  .wwrSec .wwrImg img {
    height: 350px;
  }
  .wwdMainImg {
    margin: 2rem 0;
  }
  .wwdMainImg img {
    height: 350px;
    object-fit: cover;
  }
  .footer_Content {
    margin-bottom: 2rem;
  }
  .footer_Content .footerLogo {
    margin: 0 auto;
    display: table;
  }
  .innerServiceImg img {
    width: 100%;
  }
  .contactDet {
    margin-bottom: 3rem;
  }
}

@media (max-width: 575px) {
  .innerServiceImg img {
    width: auto;
  }
  .bootomRowSec p {
    text-align: center !important;
  }
}

@media (max-width: 420px) {
  #toast-container {
    bottom: 20px;
    right: 0;
    left: 0;
  }
  .toast {
    width: 100%;
  }
}
