/* Banner Title Start */
.banner-title{
  padding: 20px 0 0 0;
}
.banner-title h1{
  font-size: 40px;
  font-weight: 600;
  color: #0C356A;
  margin: 0;
}
/* Banner Title End */


   .rx-video-search{
    display: grid;
    gap: 30px;
    grid-template-columns: calc(33.33333333% - 30px) calc(33.33333333% - 30px) calc(33.33333333% - 0px);
    align-items: center;
    height: 140px;
    background: #0174be17;
    padding: 30px;

  }
  .rx-video-search input{
    width: 100%;
    padding: 10px;
    border: 1px solid #E8E9EC;
    outline: none;
    color: #000;
    background-clip: padding-box;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    height: 45px;
    overflow: hidden;
    padding-right: 30px;
    font-family: 'Work Sans';
  }
  .rx-video-search button{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background-color: #0C356A;
    border:none;
    box-shadow: none;
    padding: 10px 20px;
    cursor: pointer;
    
    
  }
  .rx-video-search button span{
    color: #fff;
  }
  .rx-video-search label{
    color: #0C356A
  }
  .hospitals-lists .d-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
.hospitals-lists-div{
  position: relative;
}
.sakra-hospitals-name{
  position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e6f1f8;
    z-index: 9;
    bottom: -33px;
}
.sakra-hospitals-name h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #0c356a;
  text-align: center;
  text-transform: uppercase;
}
.hospitals-lists-div img{
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.hospital-map img{
  display: block;
  width: 100%;
}
  @media(max-width:991px){
   
    .sakra-hospitals-name h4 {
      margin: 0;
      font-size: 14px;
    }
    .rx-video-search{
      grid-template-columns: 1fr 1fr;
    }
    .hospitals-lists .d-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
  }
  }
  @media(max-width:767px){
    .rx-video-search {
      grid-template-columns: 1fr;
  }
  .hospitals-lists .d-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
.sakra-hospitals-name h4 {
  margin: 0;
  font-size: 16px;
}
.main-title {
  font-size: 26px;
}
  }
  @media(max-width:499px){
    
    .banner-title h1{
      font-size: 30px;
    }
    
  }
  @media(max-width:359px){
    
  }