.lab-bg{
    background: #00B7AC;
}
.nearest-text {
    margin-top: 135px;
    padding-left: 0;
    padding-right: 0;
}

.nearest-text h1{
    font-size: 30px;
    font-weight: 600;
    background: #034EA1;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    line-height: 65px;
    margin-bottom: 20px;
}
.map-image iframe{
    width: 100%;
}
.map-image {
  margin-bottom: 20px;
}
.inline-form>div {
    width: 50%;
    padding-right: 25px;
    float: left;
}
.inline-form>div:last-child{
    padding-right: 0;
}
.inline-form .form-control{
    height: 50px;
    border-radius: 0px;
    padding-left: 45px;
}
.inline-form .form-control:focus{
    outline: none;
    box-shadow: none;
    background: #fff;
}



.labs-tab {
    overflow: hidden;
    border: 1px solid #00B7AC;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Style the buttons inside the tab */
  .labs-tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 16px;
    width: 33.3%;
    outline: none;
  }
  
  /* Change background color of buttons on hover */
  .labs-tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .labs-tab button.active {
    background-color: #034EA1;
    color: #fff;
  }
  
  /* Style the tab content */
  .labdata {
    display: none;
    padding: 20px 40px;
    border-top: none;
    background: #FFFFFF;
    margin-bottom: 25px;
  }
  .labdata h4{
    color: #034EA1;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .labs-flex p{
    color: #5C5C5C;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .labs-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #80808045;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .labs-flex:last-child{
    border-bottom: none;
    margin-bottom: 0px;
  }

  .direction{
      color: #034EA1 !important;
      font-size: 16px !important;
      text-decoration: underline;
      border: none;
      background: unset;
  }
.pos-relative{
    position: relative;
}

.pos-absolute{
    position: absolute;
    top: 12px;
    left: 15px;
}
.location-image{
    width: 20px;
    height: 25px;
}
  .direction-flex{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .arrow-image{
    margin-left: 5px;
  }
.mapcontainer {
    display: none
}

#mapCanvas {
    width: 100%;
    height: 456px;
}
  @media screen and (max-width:500px) {
    .nearest-text{
        margin-top: 122px;
    }
    .nearest-text h1{
        font-size: 16px;
    }
    .inline-form>div {
       width: 100%;
       padding-right: 0px;
    }
   .labs-tab button{
    padding: 5px;
    }
   .labs-tab button{
    font-size: 12px;
    height:62px;
    }
   .labdata{
    padding: 20px 20px;
    }
}
@media screen and (max-width:768px) {
  .direction-flex{
    margin-bottom: 10px;
  }
}

@media screen and (max-width:1024px) {
    .labs-flex{
        display: block;
        }
       .direction-flex{
        justify-content: unset;
    }
}

