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

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
  .navber {
    padding: 0px 50px;
  }


  .hero-slider {
    width: 100%;
    height: 575px;
  }

  .hero-shape-1 {
    left: 10%;
    top: 15%;
  }

  .hero-shape-2 {
    left: 0px;
    bottom: 43%;
  }

  .hero-shape-3 {
    left: 7%;
    bottom: 15%;
  }

  .hero-title h1 {
    font-size: 50px;
  }

  .hero-contant {
    padding: 50px 80px;
  }

  .hero-title p {
    color: var(--white);
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;

  }

  .hero-width {
    margin-left: 110px;
  }

  /* about-responsive */
  .about {
    overflow: hidden;
  }

  .about-shape-1 {
    top: 0px;
    left: 50px;
    width: 80px;
  }

  .about-shape-2 {
    top: 0px;
    right: 50px;
    width: 80px;
  }

  .about-shape-3 {
    bottom: 5%;
    right: 9px;
    width: 80px;
  }

  .testimonial {
    overflow: hidden;
  }

  .testimonial-shape-2 {
    left: 0;
    width: 100px;

  }

  .testimonial-shape-3 {
    right: 0;
    width: 100px;

  }

  /* service-responsive */
  .service-shape-2 {
    left: 100px;
  }

  .service-shape-3 {
    right: 100px;
  }

  .service-shape-1 {
    width: 200px;
  }

  .service-shape-4 {
    width: 200px;
  }

  /* therapist-responsive */

  .therapist-shape-1 {
    left: 40px;
  }

  .therapist-shape-2 {
    width: 250px;
    right: 0px;
  }

  .therapist-shape-4 {
    right: 0;
    bottom: 22%;
  }

  .therapist-shape-5 {
    left: 15%;
  }

  .therapist-shape-6 {
    left: 33%;
  }

  /* contact-responsive */
  .contact-shape-1 {
    top: 250px;
    left: 50px;
  }

  .contact-shape-4 {
    bottom: 0px;
    right: 0px;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .navber {
    padding: 0px 25px;
  }
  .hero-slider {
    width: 100%;
    background-position: right;
  }

  .hero-shape-1 {
    left: 60px;
  }

  .hero-shape-2 {
    left: 0px;
  }

  .hero-shape-3 {
    left: 60px;
  }

  .hero-title h1 {
    font-size: 60px;
  }

  .hero-width {
    margin-left: 100px;
  }

  /* about-responsive */
  .about {
    overflow: hidden;
  }

  .about-shape-1 {
    top: 0px;
    left: 50px;
  }

  .about-shape-2 {
    top: 0px;
    right: 0px;
  }

  .about-shape-3 {
    right: 10px;
  }

  .about-title .desc p {
    padding: 0 50px;
  }

  .testimonial {
    overflow: hidden;
  }

  /* service-responsive */
  /* .service {
        height: auto;
      }
      .service-cart {
        margin-bottom: 140px;
      } */
  .service-shape-2 {
    left: 100px;
  }

  .service-shape-3 {
    right: 100px;
  }

  .service-shape-1 {
    width: 200px;
  }

  .service-shape-4 {
    width: 200px;
  }

  /* therapist-responsive */

  .therapist-shape-1 {
    left: 40px;
  }

  .therapist-shape-2 {
    top: 15%;
    width: 200px;
    right: 0px;
  }

  .therapist-shape-4 {
    right: 0;
    bottom: 22%;
  }

  .therapist-shape-5 {
    top: 30%;
    left: 5%;
  }

  .therapist-shape-6 {
    left: 29%;
    top: 45%;
  }

  /* content-responsive */

  .content {
    /* height: 740px; */
  }

  /* contact-responsive */
  .contact-shape-1 {
    top: 250px;
    left: 50px;
  }

  .contact-shape-3 {
    bottom: -125px;
    left: 27px;
  }

  .contact-shape-4 {
    opacity: 0;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

  .navber{
    display: none;
  }


  .mobile_menu {
    display: block;
  }

  .hero-slider {
    width: 100%;
    background-position: right;
  }

  .hero-shape-images {
    display: none;
  }

  .hero-shape-1 {
    left: 60px;
  }

  .hero-shape-2 {
    left: 0px;
  }

  .hero-shape-3 {
    left: 60px;
  }

  .hero-title h1 {
    font-size: 60px;
  }


  /* about-responsive */
  .about {
    overflow: hidden;
  }

  .about-shape-1 {
    top: 0px;
    left: 50px;
  }

  .about-shape-2 {
    top: 0px;
    right: 0px;
  }

  .about-shape-3 {
    right: 10px;
  }

  .about-title .desc p {
    padding: 0 0;
  }

  .about-shape-star-left {

    left: -60px;
    bottom: 45px;

  }

  .about-shape-star-right {
    top: 48%;
    right: 0;

  }

  .testimonial {
    overflow: hidden;
  }

  /* service-responsive */
  .service {
    height: auto;
  }

  .service-cart {
    margin-bottom: 140px;
  }

  .service-shape-2 {
    left: 100px;
  }

  .service-shape-3 {
    right: 100px;
  }

  .service-shape-1 {
    width: 200px;
  }

  .service-shape-4 {
    width: 200px;
  }

  .therapist-shape-3 {
    display: none;
  }

  /* therapist-responsive */

  .therapist-shape-1 {
    left: 40px;
  }

  .therapist-shape-2 {
    top: 15%;
    width: 200px;
    right: 0px;
  }

  .therapist-shape-4 {
    right: 0;
    bottom: 22%;
  }

  .therapist-shape-5 {
    top: 30%;
    left: 5%;
  }

  .therapist-shape-6 {
    left: 29%;
    top: 45%;
  }

  /* content-responsive */

  .content {
    height: 620px;
  }

  .content-desc h1 {
    font-size: 30px;
  }

  /* contact-responsive */
  .contact-shape-1 {
    top: 250px;
    left: 0;
  }

  .contact-shape-3 {
    bottom: -125px;
    left: 27px;
  }

  .contact-shape-4 {
    opacity: 0;
  }

  .contact-width {
    width: 100%;
  }
  .content-shape-1 {
    position: absolute;
    left: 18%;
    top: 40px;
}
.content-shape-2 {
  position: absolute;
  right: 18%;
  top: 40px;
}

  .contact-form-group {
    grid-template-columns: none;
    width: 100%;
  }

  .contact-form-form .bootstrap-select>.dropdown-toggle,
  .contact-form-form input[type="text"],
  .contact-form-form input[type="email"] {
    width: 100%;
  }
  .faq-shape-images{
    display: none;
  }
}

/* small mobile :320px. */
@media (max-width: 767px) {
  .faq-shape-images{
    display: none;
  }
  nav{
    display: none;
  }
  .contact-width {
    width: 100%;
    padding-top: 75px;
    margin: 0 auto;
  }

  .contact-form-form .bootstrap-select>.dropdown-toggle,
  .contact-form-form input[type="text"],
  .contact-form-form input[type="email"] {
    width: 100% !important;
  }

  .contact-shape-1 {
    width: 80px;
    top: 47%;
    left: 161px;
  }

  .hero-shape-images {
    display: none;
  }

  .hero-width {
    width: 100%;
    margin-top: 550px;
  }

  .hero-contant {
    padding: 30px 24px;
  }

  .hero-title h1 {
    font-size: 40px;
  }

  .hero-btn1 {
    margin: 0 auto;
  }

  .hero-title p {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-button {
    display: grid;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .hero-slider {
    height: 450px;
    background-position: right;
    margin-top: 80px;
  }

  .navber {
    display: none;
  }

  .service-shape-2 {
    display: none;
  }

  .service-shape-3 {
    width: 50px;
  }

  .testimonial-shape-2 {
    display: none;
  }

  .about {
    margin-top: 370px;
  }

  .about-shape-star-right,
  .about-shape-star-left {
    display: none;
  }

  .about-shape-images {
    display: none;
  }

  .about-bg-shape {
    display: block;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
  }

  .about-title .desc p {
    padding: 0 0;
    line-height: 30px;
    font-size: 15px;
  }


  .service {
    height: auto;
    min-height: auto;
  }

  .service-shape-images {
    display: none;
  }

  .therapist {
    padding-top: 0px;
  }

  .therapist-shape-images {
    display: none;
  }

  .service-cart {
    margin-bottom: 150px;
  }

  .content-img img {
    margin-top: 50px;
  }

  .content {
    height: 370px;
  }

  .content-desc h1 {
    font-size: 20px;
  }
  .content-shape-1 {
    position: absolute;
    left: 10%;
    top: 20px;
}
.content-shape-2 {
  position: absolute;
  right: 10%;
  top: 20px;
}
  .content-desc h2 {
    font-size: 16px;
  }

  .content-desc {
    bottom: -70px;
    padding: 25px 0;
  }

  .testimonial-content {
    padding: 30px;
  }

  .testimonial-shape-images {
    display: none;
  }

  .slick-prev {
    top: -80px;
    left: -35px;
  }

  .slick-next {
    top: -80px;
    right: -35px;

  }

  .contact-form-group {
    display: flex;
    flex-direction: column;
  }

  .contact-shape-images {
    display: none;
  }


  .testimonial {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact {
    margin-top: 100px;
  }

  .footer-content {
    padding-left: 30px;
  }

  .footer-content .row {
    gap: 40px;
  }

  .footer-logo {
    height: 200px;
  }

  .hero-shape-2 {
    bottom: 400px;
  }

  .about-content {
    padding-top: 150px;
  }

  /* mobile menu */
  .mobile_menu {
    display: block;
  }

  .hamburger {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
  }

  .hamburgerLine {
    width: 30px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
    transition: 0.4s;
  }

  .sidebar {
    height: 100%;
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    /* Hidden off-screen */
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    padding-top: 60px;
    transition: 0.4s;
    /* Animation for slide-in */
    z-index: 9;
  }

  .sidebar.open {
    right: 0;
    /* Slide in */
  }

  .sidebar ul {
    list-style-type: none;
    padding: 0;
  }

  .sidebar ul li {
    padding: 10px;
    text-align: center;
  }

  .sidebar ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #333;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 8;
  }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* .container {
            width: 450px
        } */
}