body {
  background: #C9D5E3;
  font-family: 'Inter', sans-serif;
}
h1, .contHeader, .txt_trt_head {
   color: #595959;
   font-size:32px;
   text-align: center;

}
h2, .staff_cont_body_header {
    font-size: 24px;
    color: #585858;
    padding-bottom: 20px;
}
.txt_trt_head {
  font-weight: bold;
  padding-bottom: 30px;
}
h3 {
  color: #444;
}
p, .contBody, .txt_trt {
  color: #555;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

ul li {
  color: #5d5f5e;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7rem;
  text-align: left;
}


.list {
  margin: 0 auto;
}


.phone {
   color: #379ac3;
   text-decoration: none;
}
.phone:hover {
    color:#78c9ea;
}
.contactlink {
    color: #555;
    text-decoration: none;
}
.contactlink:hover {
    color: #78c9ea;

}
.apptLink {
  color: #fff;
  text-decoration: none;
}
.mainLinks {
  color: #333;
  text-decoration: none;
}
video {
  display: none;
}
.overlay-desc {
  display: none;
}
.poster {
  width: 100%;
}

section {
    padding-top: 40px;
    padding-bottom: 40px;

}
main {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
.masterpage {
  margin: auto 0;
  text-align: center;

}
.top1 {
    padding-top: 35px;
}
.callnow {
    height: 95px;
    background-color: #fff;
    color: #555;
    width: 100%;
}
.contact1 {
    text-align: center;
    font-size: 16px;
    padding-top: 7px;
}
.addy {
  display: block;
}
.line {
  display: none;
}

.btnlink {
  color: #fff;
  padding: 0.8rem;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid #379ac3;
  background: transparent;
}

.btnlink:hover {
  background: #E8ECEB;
  opacity: 0.2;
  color: #555;
}
.link {
    margin: auto;
    text-align: center;
    width: 300px;
}
.left {
  text-align: left;
}
.services {
    text-align: center;
    padding-bottom: 40px;
}
.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
button {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}
.btn {

  border: 2px solid #25AAE1;
  background-color: white;
  padding: 14px 48px;
  width:  280px;
  cursor: pointer;
  font-size: 18px;
}
.default1 {
  background-color: Transparent;
  background-repeat:no-repeat;
  color: #fff;

}
.default1:hover {
  background: #379ac3;
  color: #fff;
}
.default {
  background-color: Transparent;
  background-repeat:no-repeat;
  color: #585858;

}
.default:hover {
  background: #379ac3;
  color: #fff;
}
.practice_logo {
    width: 200px;
}
.practice_logo2 {
   width: 100%;
   padding-right: 8px;
   display: block;
   margin-left: auto;
   margin-right: auto;
}
 .dr{
   padding:1px;
   border:1px solid #ffffff;
   max-width: 250px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: 50%;
   margin-top: 25px;
}
.covid_img {
   padding:1px;
   border:1px solid #ffffff;
   max-width: 250px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: 50%;
   margin-top: 25px;

}
.doctor_staffpage {
  margin-bottom: 25px;
  border:1px solid #ffffff;
  width: 100%;
  max-width: 200px;

}
.responsive_img {
    width: 100%;
    height: auto;
}

img {
  border: 0;
}

ul li a {
 display:block;
 color: #444;
}

li a:hover, li a:focus {
 color:#379ac3;
}

/* Gradient transparent - color - transparent */

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.carecredit {
  border-radius: 10px;
  width: 180px;
}

/* testimonials */

.content-slider {
  width: 100%;
  height: 260px;
}

.slider {
  height: 220px;
  width: 100%;
  max-width: 980px;
  margin: 40px auto 0;
  overflow: visible;
  position: relative;
}

.mask {
  overflow: hidden;
  height: 290px;
}

.slider ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.slider li {
  width: 100%;
  height: 220px;
  position: absolute;
  top: -225px;
  list-style: none;
}

.slider .quote {
  font-size: 22px;
  font-style: italic;
  line-height: 34px;
}

.slider .source {
  font-size: 20px;
  text-align: right;
}
.google {
  font: italic;
  font-size: 11px;
}
.google-icon {
  width: 20px;
  text-align: left;
}

.slider li.anim1 {
  animation: cycle 30s linear infinite;
}

.slider li.anim2 {
  animation: cycle2 30s linear infinite;
}

.slider li.anim3 {
  animation: cycle3 30s linear infinite;
}

.slider li.anim4 {
  animation: cycle4 30s linear infinite;
}

.slider li.anim5 {
  animation: cycle5 30s linear infinite;
}


.slider:hover li {
  animation-play-state: paused;
}

@keyframes cycle {
  0% {
    top: 0px;
  }
  4% {
    top: 0px;
  }
  16% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  20% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  21% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  50% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  92% {
    top: -325px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    top: -325px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

@keyframes cycle2 {
  0% {
    top: -325px;
    opacity: 0;
  }
  16% {
    top: -325px;
    opacity: 0;
  }
  20% {
    top: 0px;
    opacity: 1;
  }
  24% {
    top: 0px;
    opacity: 1;
  }
  36% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  40% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  41% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle3 {
  0% {
    top: -325px;
    opacity: 0;
  }
  36% {
    top: -325px;
    opacity: 0;
  }
  40% {
    top: 0px;
    opacity: 1;
  }
  44% {
    top: 0px;
    opacity: 1;
  }
  56% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  60% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  61% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle4 {
  0% {
    top: -325px;
    opacity: 0;
  }
  56% {
    top: -325px;
    opacity: 0;
  }
  60% {
    top: 0px;
    opacity: 1;
  }
  64% {
    top: 0px;
    opacity: 1;
  }
  76% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  80% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  81% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle5 {
  0% {
    top: -325px;
    opacity: 0;
  }
  76% {
    top: -325px;
    opacity: 0;
  }
  80% {
    top: 0px;
    opacity: 1;
  }
  84% {
    top: 0px;
    opacity: 1;
  }
  96% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  100% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
}



/* style for NEW TREATMENTS PAGE */
.newTreatments #left {width: 100%;}
.newTreatments #right {width: 100%; padding-bottom: 50px;}

.newTreatments h2 {
  font-size: 24px;
  font-weight: bold;
  color: #09428a;
}
.newTreatments h2 a {
  color: #09428a;
  text-decoration: none;
}
.newTreatments h2 a:hover{
  text-decoration: underline;
}
.trt-txt {
  font-size: 14px;
  line-height: 20px;
  padding: 26px;
}

.wrapper {
  max-width: 600px;
  margin: auto;
}
.captcha1 {
  margin-left:50px;
  margin-right:50px;
}
.rc-anchor-container {
  margin: auto;
}
.rc-anchor-light {
  background-color: #C9D5E3;
  border: none;
  width: none;
}

.rc-anchor-normal {
  width: 0;
  background-color: #C9D5E3;
  }

/* style for CONTACT FORM PAGE */


form { max-width:420px; margin:50px auto; }

.feedback-input {
  color:#444;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 2px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #25AAE1;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:2px solid #CC4949; }

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

[type="submit"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:#25AAE1;
  border-radius:2px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
[type="submit"]:hover { background:#CC4949; }



/* style for CONTACT FORM PAGE */
.map1 {
   min-height: 200px;
   padding: 10px;
}
#one {
  
  width:100%;
}
#two { 
  overflow:hidden;
  margin:10px;
  min-height:170px;
}

.gmap {
  padding-top: 60px;
  width: 100%;
  height: 400px;
}

/* forms page*/

.forms1 {
  display: flex;
  flex-wrap: wrap;
}
.formsDiv {
  flex: 1;
  margin: 10px;
  justify-content: space-around;
}
/* style for APPT PAGE */
[type="date"] {
  background: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

/* social median icon */

.sm {
  width: 200px;
  padding-left: 20px;
  margin-top: 5px;
  display: inline-block;
}

.fa {
  padding: 6px 0 5px 5px;
  width: 40px;
  text-decoration: none;
  margin: 0;
  color: #444;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #25AAE1;
  color: white;
  margin-right: 5px;
}

.fa-google {
  background: #e34133;
  color: white;
}

/* covid styles */
.covid {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.covidDiv {
  flex: 1;
  background-color: #fff;
  margin: 10px;
  padding: 50px;
  justify-content: space-around;

}
.policy {
  font-size: 14px;
  line-height: 22px;
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #fff;
   color: #444;
   height: 50px;
   text-align: center;
}




