@media (max-width: 1299px) {
  .hero_area .hero_bg_box {
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 1500px) {
  .navbar-brand span img {
    width: 180px;
    object-fit: contain;
  }
  .custom_nav-container {
    /* background-color: gold !important; */

    padding: 10px 10px;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 8px;

    margin: 0 4px;
    font-size: 14px;
  }
  .appint {
    text-wrap: nowrap;
    margin-left: 0.5%;
    display: inline-block;
    padding: 10px 15px;
    background-color: #09798c;
    color: white !important;
    border-radius: 5px;
    transition: all 0.3s;
  }
}

@media (max-width: 992px) {
  .navbar-toggler{


  /* background: #f14141 !important; */

  z-index: 5;
}


  .hero_area {
    min-height: auto;
  }
  .hero_areaa .mySwiper .swiper-wrapper .swiper-slide .detail-box {
    margin-left: 0%;
    margin: 0 5%;
  }

  .slider_section .detail-box {
    margin-bottom: 45px;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
    align-items: center;
    background-color: #26d5a9;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }

  .footer_section .footer_bg_box img {
    -o-object-position: 10% top;
    object-position: 10% top;
  }
  /* ====================== */
  /* ====================== */
  /* ====================== */
  /* ====================== */
  /* ====================== */
  /* ====================== */
  /* ====================== */
  .mobile_manu {
    position: fixed;
    background-color: #ebfffa;
    width: 100vw;
    height: 100vh;
    top: 0;
    list-style: none;
    padding: 0px;
    z-index: 999 !important;
    /* display: none; */
    transform: translateX(-100%);
    transition: 0.3s;
    display: block;
  }
  .showw {
    transform: translateX(0%);
  }

  .mobile_manu .nav-item {
    /* background-color: gold; */
    border-bottom: 1px solid #02b98546;
    /* position: relative; */
  }
  .mobile_manu .nav-item:nth-child(1) {
    text-align: right;
    padding: 10px;
    padding-top: 25px;
  }
  .mobile_manu .nav-item .crossx {
    width: 25px;
    /* position: absolute; */
    right: 15px;
    top: 15px;
    fill: rgb(83, 83, 83);
    margin-right: 10px;
  }

  .mobile_manu .nav-item .nav-link {
    padding: 15px 0 15px 15px;
    list-style: none;
    color: #09798c;
    font-weight: bold;
  }

  /* ====================== */
  /* ====================== */
  /* ====================== */
}

@media (max-width: 767px) {
  .about_section .img-box {
    margin-bottom: 30px;
  }

  .contact_section .form_container {
    margin-bottom: 45px;
  }

  .client_section .box {
    margin: 45px 0;
  }

  .hero_area .hero_bg_box img {
    -o-object-position: center top;
    object-position: center top;
  }

  .scrollpop {
    width: 92%;
    padding:20px 10px;
    /* background-color: red; */
  }
  .form {
    /* min-height: 80px; */
    height: auto;
    padding: 20px 0;

    /* max-height: max-content; */
  }
  .flex {
    flex-direction: column;
  }

  input[type="date"]::-webkit-calendar-picker-indicator {
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
  }
  input[type="time"]::-webkit-calendar-picker-indicator {
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
  }
  .title {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: white;
  }

  .title::before {
    height: 15px;
  }

  .title::after {
    height: 15px;
    animation: pulse 1s linear infinite;
  }

  .form label .input {
    padding: 8px;
  }
  select {
    padding: 8px;
  }
  textarea {
    min-height: unset;
    height: 100px;
  }
}

@media (max-width: 576px) {
}

@media (max-width: 480px) {
  .slider_section .detail-box h1 {
    font-size: 2rem;
  }

  .about_section {
    border-radius: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 420px) {
}

@media (max-width: 376px) {
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
