@media (max-width: 1300px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .care-width {
    width: 100%;
  }
}

@media (max-width: 1120px) {
  .care-width {
    width: 100%;
  }
}

@media (max-width: 992px) {

  .slider-section {
    min-height: auto;
  }

  .slider-section .detail-box {
    padding: 90px 0 75px 0;
  }

  .ad-section {
    min-height: auto;
  }

  .info-main-row>div:nth-child(1) {
    margin-bottom: 25px;
  }

  .info-main-row>div:nth-child(2) {
    margin-bottom: 25px;
  }

  .care-width {
    width: 100%;
  }

  .home-care {
    font-size: 50px;
    margin-bottom: 0rem;
  }

  .welcome {
    margin-bottom: 0rem;
  }

  .para-one {
    font-size: 12px;
  }
}

@media (max-width: 800px) {
  .box {
    margin-top: 25px;
  }

  .care-width {
    width: 100%;
  }

  .home-care {
    font-size: 50px;
    margin-bottom: 0rem;
  }

  .welcome {
    margin-bottom: 0rem;
  }

  .para-one {
    font-size: 9px;
  }
}

@media (max-width: 768px) {
  .slider-section .detail-box h1 {
    font-size: 2.5rem;
  }

  .slider-section .slider-bg-box img {
    object-position: 20% center;
  }

  .ad-section .ad-bg-box img {
    object-position: 60% center;
  }

  .about-section .img-box {
    margin-bottom: 45px;

  }

  .contact-section .form-container {
    margin-bottom: 45px;
  }

  .client-section .box {
    flex-direction: column;
    text-align: center;
    margin: 45px 15px;
  }

  .client-section .box .detail-box {
    align-items: center;
  }

  .client-section .box .img-box {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .info-main-row>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

  }

  .info-main-row>div:not(:nth-last-child(1)) {
    margin-bottom: 25px;
  }

  .info-section .social-box {
    justify-content: center;
    margin-top: 25px;
  }

  .info-section .info-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .box {
    margin-top: 10px;
  }

  .care-width {
    width: 100%;
  }

  .home-care {
    font-size: 50px;
    margin-bottom: 0rem;
  }

  .welcome {
    margin-bottom: 0rem;
  }

  .para-one {
    font-size: 9px;
  }

}

@media (max-width: 576px) {
  .info-section .info-insta .insta-box {
    flex-direction: column;
  }

  .info-section .info-insta .insta-box .img-box {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .box {
    margin-top: 10px;
  }

  .para-one {
    font-size: 9px;
  }

  .care-width {
    width: 100%;
  }

}

@media (max-width: 480px) {
  .about-section .img-box::before {
    width: 150px;
    height: 150px;
  }

  .slider-section .slider-bg-box img {
    object-position: 40% center;
  }

  .ad-section .ad-bg-box img {
    object-position: 62% center;
  }

  .box {
    margin-top: 10px;
  }

  .care-width {
    width: 100%;
  }

  .welcome {
    margin-bottom: 0rem;
  }

  .home-care {
    font-size: 50px;
    margin-bottom: 0rem;
  }

  .para-one {
    font-size: 9px;
  }
}

@media (max-width: 420px) {
  .box {
    margin-top: 10px;
  }
}

@media (max-width: 376px) {
  .slider-section .detail-box h1 {
    font-size: 2rem;
  }
}