@media (max-width: 767.98px) {
  .mobile-branches {
      /* background: green; */
      /* padding: 15px; */
      padding-bottom: 0;
  }
  .mobile-box {
    align-items: center;
  }
  .btn-section-top{
        padding: 30px 20px !important;
  }
  .btn-section-top .mobile-box {
    margin: 10px 0;
  }
  .mobile-branches h4 {
      color: white;
      text-align: center;
      margin: 0;
  }
  .desktop {
      display: none !important;
  }
  .branch-list ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }

  .branch-list li {
      padding: 10px;
      text-align: center;
  }

  .branch-list a {
      color: white;
      text-decoration: none;
      display: block;
  }

  .branch-list .active {
      font-weight: bold;
      background: darkgreen;
  }

  .dropdown-menu.b-menu{
    opacity: 1;
  }
  .mobile-branches .btn{
    background-color: #178541;
    border-radius: 0px;
  }
  .mobile-branches  .dropdown-menu.b-menu {
      max-width: 100% !important;
  }
  .mobile-branches  .dropdown-menu.b-menu a{
    border-bottom: 1px solid #178541;
    padding: 10px;
  }
  .mobile-branches  .dropdown-menu.b-menu a:last-child{
    border-bottom: 0px solid #178541;
  }
  .slider {
    overflow: visible;
  }
 .banner1-wrapper.mobile{
   height: 300px;
 }

  .contact-photo {
      background: url('https://source.unsplash.com/1600x900/?contact,background') no-repeat center center/cover;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 200px; /* Adjust as needed */
      padding: 20px;
  }
  .section-grap-margin{
    margin: 10px 0px 40px 0px;
  }

  .specialized-wrapper .wrapper-txt{
    margin-bottom: 0px !important;
    margin-top:10px;
  }
  .branch-contact-nav {
      height: 710px !important;
      overflow-y: scroll;
  }
  .branch-details-footer{
    margin-top: 0px;
    padding-top:0px;
    /* background-color: #a5ddb83d;
    padding-bottom: 5px; */
  }
  .bg-address{
      background-color: #a5ddb83d;
      padding-bottom: 20px !important;
  }
  .branch-img.dummy_branch_container {
    margin-bottom: 10px;
  }
  .contact-bg {
      /* background: rgba(0, 0, 0, 0.6); Dark overlay for contrast */
      background: rgb(9 130 51 / 60%);
      padding: 20px 40px;
      border-radius: 10px;
      text-align: center;
  }
  section.about-eye-hospital.section-grap.clear-cache {
      padding-bottom: 50px !important;
      padding-top: 20px !important;
  }
  .contact-bg img{
    width: 45px;
    top: -12px;
    position: relative;
  }
  .about-page-mileston span {
      font-size: 20px;
  }
  .about-page-mileston .mileston-item h5 span {
    font-weight: 600;
  }
  .about-page-mileston .mileston-item h5 {
    font-weight: 600;
  }
  .about-page-mileston .counter-text h5 {
      font-size: 20px;
  }
  .about-page-mileston .counter-text p {
      font-size: 16px;
  }

  .contact-number {
      font-size: 48px;
      font-weight: bold;
      color: #fff;
  }

  .branch-contact.contact-number {
      font-size: 30px;
      font-weight: bold;
      color: #fff;
  }

  .col-md-12:has(.breadcrumb-item.content) {
    display: flex;
    flex-direction: column;
  }

  .breadcrumb-wrapper nav {
      clear: both;
      float: left;
  }

  .banner-slider {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
  }

  .banner-slider img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
  }

  .banner-slide-content {
    width: 100%;
    height: 300px !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  /* .slick-initialized .slick-slide {
    width: 100% !important
  } */
  .banner1-wrapper{
    width: 100% !important;
  }
  .banner-slide-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .banner1-wrapper.mobile.branch-slider .slick-dots{
    display: none;
  }

  .clr-filter{
    float: right;
    margin-right: 56px;
    color: #fff !important;
    text-decoration: underline !important;
    font-size: 10px;
    margin-top: 15px;
  }

  .banner-slide-content.active {
    opacity: 1;
  }


.banner1-wrapper .banner-slider img{
  object-fit: fill;
  width: 100%;
}
/* .slick-initialized .slick-slide {
  display: block !important;
} */

  @keyframes slide {
    0% { opacity: 1; }
    25% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 0; }
  }








/*experiment*/
/* .slick-initialized .slick-slide.slick-active {
  width: 100% !important;
} */
.banner1-wrapper .banner-slider img{
  width: 100%;
  height: 300px !important;

}
.banner1-wrapper.mobile {
  display: block !important;
}
.banner-slide-content {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}
.banner-slider {
  position: relative;
  overflow: hidden;
}

.banner-slide-content {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: 1;
}

.banner-slide-content.slick-active {
  display: block;
  opacity: 1;
  z-index: 2;
}
/* .banner1-wrapper.mobile .slick-track .banner-slide-content:first-child {
  display: none !important;
 } */
/*finish experiment*/











  /* finish css */
}



@media (min-width: 767.98px) {
  .mobile {
      display: none !important;
  }
}
