/*** BEGIN LAB TESTING PAGE ***/

.clearboth {
  clear:both;
}

.light-back-box {
  background-color:#e0fbfe;
  border:2px solid #00b9cd;
  -moz-border-radius:9px;
  -webkit-border-radius:9px;
  border-radius:9px;
  margin:30px auto;
  padding:20px 15px;
  width:70%; 
}

.light-back-box p {
  line-height:1.4em;
}

.labtestbtn-container {
  clear:both;
  margin:15px auto;  
  text-align: center;
  width:70%;
}

.labtestbtn {
  background-color:#00b9cd;
  -moz-border-radius:9px;
  -webkit-border-radius:9px;
  border-radius:7px;
  color:#ffffff;
  display: block;
  margin-top: -16px;
  padding: 9px;
  text-align: center;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.labtestbtn a {
  color:#ffffff;
  text-decoration:none;
  font-weight:normal;
  font-size: 16px;
  line-height: 18px;
}

.labtestbtn a:hover {
  color:#000000;
  text-decoration:none;
}

.labtestbtn:hover {
  color:#000000;
}

.fl-button-lightbox-content .labtestbtn {
  margin-top: 12px;
}

.infusion-submit button {
    background-color: #dc7222;
    border-radius: 5px;
    padding: 14px 50px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    border: none;
    color: #fff;
}



@media only screen and (max-width: 1024px) {
  
.labtestbtn-container {
  width:90%;
}
  
  
}


@media only screen and (max-width: 768px) {
  
.light-back-box {
  margin:30px auto 30px 5%;
  width:97%;
}

.labtestbtn-container {
  width:80%;
}

.labtestbtn {
  display:block;
  margin: 12px auto 0px;
}
  
  
}





/*** END LAB TESTING PAGE ***/