body {
    color: #666666;
    -webkit-font-smoothing: antialiased;
}
body,
h3,h4,h5,h6,
input, select, textarea {
    font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
    color: #333333;
}
h1,h2,h3 {
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
}
h6,.h6 {
    font-weight: 700;
}
h4,.h4,h5,.h5 {
    font-weight: 600;
}
h1,.h1 {
    font-size: 34px;
    line-height: 45px;
}
h4,.h4 {
    font-size: 27px;
    line-height: 35px;
}
h5,.h5 {
    font-size: 20px;
    line-height: 35px;
}
h6,.h6 {
    font-size: 18px;
    line-height: 24px;
}
.small-text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}
p {
    font-weight: 400;
    font-size: 16px;
}
hr {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}
ul {
    list-style-type: square;
}
li {
    line-height: 1.8em;
    padding-bottom: 0.5em;
}
.white {
    color: #FFFFFF;
}
.black {
    color: #000000;
}
.tdc-blue {
    color: #43a3e4;
/*    color: #063666;  */
}
.dps-dkcoral {
    color: #D15555;
}
.dps-coral {
    color: #F86565;
}
.dps-xltgrey {
    color: #F6F6F6;
}
.bg-xltgrey {
    background: #F6F6F6;
}
.dps-ltgrey {
    color: #DFDEDE;
}
.bg-ltgrey {
    background: #DFDEDE;
}
.dps-grey {
    color: #9B9B9B;
}
.dps-dkgrey {
    color: 4A4A4A;
}
a {
        color: #43a3e4;
/*    color: #063666;  */
}
a:hover {
        color: #43a3e4;
/*    color: #063666;  */
    text-decoration: none;
}

.shadow-box {
    background: #FFFFFF;
    box-shadow: 3px 3px 15px #CCCCCC;
    padding: 15px;
}
.shadow-box p {
    margin: 0.5em 0;
}

.navbar {
    background: #FFFFFF url('../img/bannerbg.svg') center center;
    background-size: cover;
}
.navbar>.container,
.navbar>.container-fluid {
    justify-content: flex-end;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000000;
    /*     color: #063666;  */
    border-bottom: 3px solid #000000;
}
.navbar-brand {
    margin: auto;
}
.navbar-toggler {
    background: #BFDFF9;
    border-color: rgba(0,0,0,.5) !important;
    margin-top: 5px;
}
nav li {
    padding: 0 12px;
    margin-bottom: 2px;
}
.dropdown-menu {
    background-color: #BFE1F9;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.dropdown-item {
    color: #6A6A6A;
}
.navbtn {
    padding: 0;
}
.call {
    color: #000000;
    background: #000000;
    border-radius: 10px;
}
.call a {
    color: #FFFFFF !important;
}
.call i {
    padding: 0 5px;
}
.pb42 {
    padding-bottom: 42px;
}
.clear {
    clear: both;
}
img {
    width: 100%;
}
section {
    padding: 40px 0;
}
.blue-bg {
    background: #43a3e4;
    color: #000000;
/*    background: #063666;  
    color: #FFFFFF; */
}
.blue-bg a:hover {
    color: #000000;
/*    color: #FFFFFF;  */
}
.blue-bg h3, .blue-bg .h3 {
    color: #000000;
}
.hrbar hr{
    border-top: 1px solid #43a3e4;
    width: 20%;
}
.blue-bg .hrbar hr {
    border-top: 1px solid #000000;
}
#services,
#contact {
    padding-top: 140px;
}

.logo {
    height: 62px;
    width: auto;
}
.logo-caption {
    display: table;
    margin: auto;
}
.logo-caption a {
    color: #000000;
    font-size: 0.75em;
    padding: 0;
}
.reception {
    background: #FFFFFF url('../img/healthy-people.jpg');
    background-size: cover;
    height: 90vh;
    background-position-x: 35%;
}
.hero-box {
  display: flex;
  flex-direction: column;
}
.welcome {
    padding: 10px;
    margin: 50vh 0 0 0;
    background: rgba(255, 255, 255, 0.8);
    color: #555555;
}

.card {
    border-radius: 0;
    height: 100%;
    width: 100%;
}
.photo-caps>div {
    margin: 30px 0;
}
.photo-caps img {
    padding-bottom: 1em;
}
.photo-caps p {
    color: #4A4A4A;
    margin: 0.5em;
    padding: 0;
    line-height: 1em;
}

.card h5 {
    margin: 1.5em 0;
}

#imgbg {
    background: url('../img/contact-hero.jpg') center center;
    background-size: cover;
    padding: 0;
    color: #FFFFFF !important;
}
#imgbg2 {
    background-size: cover;
    padding: 0;
    color: #FFFFFF !important;
}
#imgbg3 {
    background: url('../img/treatment-hero.jpg') center center;
    background-size: cover;
    padding: 0;
    color: #FFFFFF !important;
}
#imgbg3 .overlay,
#imgbg2 .overlay,
#imgbg .overlay {
    background: rgba(39,62,84,0.5);
    overflow: hidden;
    height: 100%;
    padding: 40px 0;
    z-index: 1;
}

input:focus, input:active, input:visited {
    text-decoration: none;
    outline: none;
}
textarea,
input {
    background: #FFFFFF;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    padding: 5px;
    margin: 10px 0;
    border: 1px solid #DFDEDE;
}
input[type=submit] {
    margin-top: 20px;
    color: #FFFFFF;
    background: #43a3e4;
    border-radius: 10px;
}
.form-success {
    color: #1FB350;
}
.form-error {
    color: #D15555;
}
#map {
    height: 400px;
    width: 100%;
}
#map_canvas2 {
    height: 400px;
    width: 100%;
}
#legend {
    visibility: hidden;
    background: #fff;
    padding: 10px;
    margin: 30px 40px;
    box-shadow: 0px 0px 15px #555555;
    width: 240px;
}
#legend h5 {
    margin-top: 0;
    color: #43a3e4;
/*    color: #063666; */
}
#legend p {
    font-size: 12px;
    line-height: 1em;
}
#legend img {
    width: 220px;
}
.footer p {
    font-size: 0.9em;
    margin: 0;
}
.toggle-link {
    padding: 0.5em 0;
}
p.legalname {
    white-space: nowrap;
    font-weight: 600;
    font-size: 1.25em;
}
.totop {
    padding: 2em;
}

@media (min-width: 375px) {
    .logo {
	height: 70px;
    }
    .logo-caption a {
	font-size: 0.8em;
    }
}

@media (min-width: 768px) {
    .logo {
	height: 80px;
    }

    .logo-caption a {
	padding: 0 0.6em;
	font-size: 0.8em;
    }
    .navbar-nav {
	font-size: 1.1rem;
    }
    .navbar-toggler {
	margin: initial;
    }
    .welcome {
	padding: 25px;
	margin: 5vh 0 0 0;
    }
    #legend {
	visibility: visible;
    }
    .toggle-link {
	display: none;
    }
    .doctor.collapse {
	display: block;
    }
    .totop {
	padding: 0;
    }
}

