.locate-menu a.locate-us-panel-hospital{
       background: #ce153f;
       color: white !important;
}

.btn-2-panel{
margin: 0 10px;
}

  .swiper-wrapper {
    overflow: visible !important;
    /* Ensure slides aren't clipped */
  }
  
  
  .select2-container{
  min-width: 330px;
  }
  
  span.select2.select2-container.select2-container--bootstrap-5{
  	width: 330px;
    display: inline;
  }


  .swiper-slide {
    flex-shrink: 0;
    /* Prevent slides from shrinking */
    width: auto;
    /* Allow variable-width slides */
  }

  /* General Swiper Container Styles */
  .swiper-container {
    width: 100%;
    /* Ensure it takes full width */
    overflow: hidden;
    /* Prevent overflow */
  }



  /* Optional: Navigation Button Styles */
  .swiper-button-next,
  .swiper-button-prev {
    color: #000;
    /* Adjust button color */
    z-index: 10;
    /* Ensure buttons are above the slides */
  }


  /* Adjustments for Responsive Behavior */
  @media (max-width: 768px) {
  span.select2.select2-container.select2-container--bootstrap-5{
  	width: 100% !important;
  }
  
  #locateus > div > div.col-4{
  margin-left: 70px;
  }
  .standard-btn{
  	width: 120px;
  }
    .swiper-slide {
      width: 80%;
      /* Adjust slide width for smaller screens */
    }
  }
  
  @media (min-width: 1200px) and (max-width: 1699px){
    .d-show:nth-child(1){
  		display: inline !important;
 	 }
  }