  .sarmila-facility{
             /* border: 1px solid black;  */
             /* background-color: honeydew; */
             background-color: rgb(245, 244, 249);
        }
        .container{
             /* border: 1px solid black; */
        }
        .lab_heding h5{
          color: rgb(239, 143, 38);
    /* border: 1px solid black; */
    font-size: 24px;
    font-weight: 600;
    font-family: Yantramanav, sans-serif;
    text-align: center;
     padding: 15px;

        }
        .lab_para p{
         color: #757F95;
    margin: auto;
    padding: 15px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-size: 15px;
    /* border: 1px solid black; */
        }
        .main-lab-con{
              /* border: 1px solid black; */
              display: flex;
              justify-content: space-evenly;
                padding: 18px;

        }
        .lab-item {
    position: relative;
    background: #fff;;
    padding: 20px;
    border-radius: 50px 50px 50px 0;
    margin-bottom: 25px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    width: 390px;
     /* border: 1px solid black; */
     animation-delay: 0.5s;
      cursor: pointer;


}
 .lab-img {
    position: relative;
    width: 350px;
    height: 220px;
    /* border: 1px solid black; */
}
 .lab-img img {
    border-radius: 40px 40px 40px 0;
    transition: all 0.3s ease-out 0s;
    width: 100%;
    height: 100%;

}

  .lab-item:hover .lab-img::before {
    opacity: 0.5;
    visibility: visible;
     cursor: pointer;
}
.lab-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 40px 40px 40px 0;
        transition: all .5s ease-in-out;
    background-color: #19232B;

}
 .lab-tag {
    position: absolute;
    right: -15px;
    top: 15px;
    background-color:  #FDA31B;
    color:white;
    border-radius: 40px 40px 40px 0;
    padding: 5px 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
    z-index: 1;
   font-size: 20px;
   border: 2px solid white;
}

 .lab-item:hover .lab-img .btn {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}
.lab-img .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    line-height: 50px;
    padding: 0;
    margin: -25px 0 0 -25px;
    color:white;
    /* background:#FDA31B; */
       background: linear-gradient(#0b7e9b, #084252);
    transform: scale(3);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
    z-index: 1;
  /* border: 2px solid white; */
}
 .lab-img .btn i{
  display: grid;
  place-content: center;
 }
 .lab-con-up {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0px 0px 0px;
     /* border: 1px solid black; */
}
 .lab-con-up-left {
    font-weight: 700;
    color: #757F95;
    font-size:22px;
}
 .lab-con-up-left i {
    /* color: #FDA31B; */
       color:#0b7e9b;
}
 .lab-rating {
   color: #FDA31B;
    font-weight: 500;
}

 .lab-title {
    margin-bottom: 10px;
      color: #19232B;
    margin: 0px;
    font-weight: 600;
    font-family: 'Yantramanav', sans-serif;
    /* line-height: 1; */
  /* border: 1px solid black; */
  font-size: 20px;
}

 .lab-text{
    font-size: 20px;
    line-height:25px;
       color: #757F95;
       margin: 0;

 }
 .lab-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
   
}
 .lab-bottom-left span {
    margin-right: 10px;
    font-weight: 500;
    color: #757F95; 
    font-size:20px;
}
  .lab-bottom-left span i{
    color: #FDA31B;
    font-size: 20px;
    margin-right: 8px;
  }
  .lab-remore{
    color:white;
    /* padding: 10px 10px; */
    padding: 16px 12px;
    border-radius: 50px 50px 50px 0;
    font-weight: 500;
    /* background-color: #FDA31B; */
       background: linear-gradient(#0b7e9b, #084252);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
      position: relative;
            transition: 0.3s ease all;
            z-index:1;
  }
   .lab-remore::before{
    transition: 0.5s ease all;
             position: absolute;
             top: 0;
             left: 50%;
             right: 50%;
             bottom: 0;
             content: "";
             background-color: #e5941b;
             z-index: -1;
              border-radius: 50px 50px 50px 0;
   }
   .lab-remore:hover{
    color: #fff;
   }
   .lab-remore:hover::before{
             transition: 0.5s ease all;
             left: 0;
             right: 0;
             opacity: 1;
        }
