@media only screen and (min-width: 600px) {
  
h1 {
  color: #13a1b0;
  font-size: 3vw;
  padding-bottom: 15px;
  padding-top: 4px;
  font-weight: bold;
  text-align: center;
  padding-top: 25px;

}

h5 {
  color: #5aa3e7;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 2VW;
  font-family: 'PT Serif', serif;
  text-align: left;
}

p {
  text-align: justify-all;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.7rem;
  padding: 20px 65px;
}
a {
  color: #12A2B0;

}
a:visited {
  color: #ffffff;
}
.covid_header {
  padding-top: 130px;
}
.contHeader {
  padding-top: 130px;
}
.dryp {
  font-size: 17px;
}
.drlink {
  padding-top: 20px;
  display: block;
}
.poster, .posterpic {
  display: none; 
}
.video-container {
  position: relative;
  display: block;
  padding-top: 6%;

  /*height: 650px;
  overflow: hidden;*/
}
video {
  display: block;
  height: auto;
  vertical-align:middle;
  width: 100%;
}
.overlay-desc {
  display: block;
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-container1 {
  display: grid;
  grid-template-columns: 1fr 70%;
  width: 100%;

}
.dr1 {
    background: #d2dce4;  


}
.dr2 {
  background: #d2dce4;  
 
}
.dry {
  display: block;
}

.slider {
  max-width: 680px;
  }

.masterpage {
    padding-top:10px;


}


/* Staff */
/*.staffpage2 {
  background: linear-gradient(110deg, #ffffff 60%, #ECECEC 60%);
}*/
.grid-staff {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
}
.grid-staff-item {
  padding: 20px;
  font-size: 30px;
  text-align: center;
}

.grid-staff-logo {
  display: grid;
  justify-content: center;
  align-content: center;
  grid-auto-flow: column;
  grid-template-columns: 50% 50%

}

/* Covid Policy */
.cv_h2 {
  padding-top: 20%;
}
.cv1 {
  background-image: url("images/corona.png");
  background-color: #cccccc;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}
.cv-text {
  text-align: left;
  position: absolute;
  top: 30%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 500px;
}

.content-slider {
  height: 300px;

}

/* style for NEW TREATMENTS PAGE */

.newTreatments {
  width: 100%;
  text-align: left;
  padding-left: 50px;
}
.newTreatments #left {
  float: left;
  width: 48%;
}

.trt-img {
  float: left;
  height: 67px;
  width: 77px;
}
.newTreatments h2 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #09428a;
  display: inline;
}
.newTreatments h2 a {
  color: #09428a;
  text-decoration: none;
}
.newTreatments h2 a:hover{
  text-decoration: underline;
}
.trt-txt {
font-size: 16px;
line-height: 20px;
font-family: 'Open Sans', sans-serif;
color: #333;
 
}
.txt_trt_head {
  padding-top: 120px;
}

.contactpg p {
  text-align: center;
}
.gmap {
  width: 100%;
  max-width: 500px;
  height: 400px;
}
.rev_page {
  padding-top: 100px;
}

/*.footer .col {
    width: 150px;
    float: left;

}*/

.ad-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.ad-img {
  width: 100%;
  max-width: 200px;
  padding: 25px;
  padding-left: 45px;
}

}

