html,body {
    background-color: white;
    font-size: 24px;
}
.fa-row {
    text-align:center;
    background-color: #74b374;
}
.shadow-box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.fa-style {
    color: white;
    font-size: 42px;
    text-align:center;
    padding: 10px;
}

.fa-style:hover {
    font-size:2.5em;
}

.fa-social-media {
    font-size: 36px;
    padding: 10px;
    text-align: center;
}

 .navbar-clinic {
     color:#05386B;
 }
 
 .navbar-clinic a {
    color:#05386B; 
 }
 
.top-fix {
  background-color: #05386B;
  color:white;
  text-align:center;
  position: relative; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

.nav.navbar-nav >li > a {
    color: #05386B;
}

.carousel-link a {
    color:white;
    
}

.side-wrap-24 {
    padding: 24px 24px 0px 24px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
}

.price {
  color: grey;
  font-size: 22px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button:hover {
  opacity: 0.7;
}

 .service-images {
    position:relative; 
    max-width: 100%;
    max-height: 95%;
    overflow:hidden;
 }
 
 .service-images-text {
     position:absolute;
     top: 50%; 
     left: 50%;  
     transform: translate(-50%, -50%);
     font-weight:bold;
     font-style:italic; 
     color:white; 
     font-size:36px;
     font-family:Times News Roman;
 }
 
 .service-images-text a {
     color: white;
     
 }
 
.button-link {
    background-color:#05386B;
    color: white;
}

.button-link a{
   color: white; 
}

.button-link:hover {
    color:#8EE4AF;
}

@media screen and (max-width: 640px) and (orientation:portrait) {
        .hide_on_mobile {
            display:none; }
}
