/* Global*/
* {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    scroll-behavior: smooth;
}

/* Headers */

h1, h2, h3, h4 {
    text-align: center;
    color: #0071bc;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 7px;
}

p {
    color: #212529;
}

/* Hyberlinks */

a {
    color: #212529;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-property: color, background-color, border-color;
}

a:hover {
    color: #7b8895;
    text-decoration: underline;
}

/* Anchor */
div[id$="-anchor"]::before {
    content: "";
    display: block;
    height: 150px;
    margin-top: -150px;
    visibility: hidden;
}

@media (max-width: 767px) {
    div[id$="-anchor"]::before {
        height: 200px;
        margin-top: -200px;
    }
}

/* Button */

.button-container {
    margin: 25px 0 0 0;
    text-align: center;
}

.button-container.tight {
    margin: 0;
}

.uk-button {
    text-transform: none;
    color: white !important;
    background-color: #8cc63f !important;
}

.button-container.jump .uk-button {
    font-size: 18px;
    margin-bottom: 5px;
}

.uk-button:hover {
    background-color: #aad571 !important;
}

.uk-button.outline-button {
    text-transform: none;
    color: #91c14b !important;
    border: 1px solid #91c14b !important;
    background-color: transparent !important;
}

.uk-button.outline-button:hover {
    color: #91c14b !important;
    border-color: #91c14b !important;
}

.uk-button.compact {
    padding: 0 15pp;
    line-height: 25px;
}

/* Footnote */

.footnote {
    font-size: 12px;
    line-height: 1.4;
    display: block;
}

.footnote:first-of-type {
    margin-top: 15px;
}

/* Header navigation Bar */

nav {
    background-color: white;
    padding: 8px 0 8px 0 !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    position: relative;
}

@media (max-width: 767px) {
    nav {
        padding: 8px 0 0 0 !important;
    }
}

nav>div {
    display: block !important;
}

nav .navbar-toggler {
    margin: 10px 15px 10px 10px;
    float: left;
}

nav .header-links {
    float: right;
}

nav .navbar-brand {
    padding: 0;
}

nav .menu {
    padding: 0;
}

nav .company-logo {
    max-width: 200px;
}

nav .navbar-collapse {
    flex-grow: unset !important;
    justify-content: right;
    clear: both;
    margin-top: -20px;
    margin-right: 5px;
}

@media (max-width: 767px) {
    nav .navbar-collapse {
        margin-top: 0;
    }
}

li .nav-link {
    color: #0071bc !important;
    text-decoration: none;
    padding: 3px 1px 4px 1px !important;
    margin: 0 16px 5px 16px;
    font-size: 14px;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
}

li.active .nav-link, li.current .nav-link {
    border-color: #0071bc;
}

li .nav-link:hover {
    border-color: #228ffd;
}

/* Header Links */

.header-links {
    margin: 0;
}

.header-links .link {
    display: inline-block;
    margin: 0 15px 0 0;
}

.header-links .link:last-child {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .header-links .link {
        display: block;
    }

    .header-links .link:not(:first-child) {
        margin-top: -10px;
        margin-right: 10px;
    }
}

.header-links .uk-icon {
    background-color: transparent;
    color: #829829;
    margin-right: -7px;
}

.header-links a.button {
    margin: 0 0 0 20px;
}

@media (max-width: 767px) {
    .header-links a.button {
        margin: 30px 0 0 0;
        float: right;
    }
}

.header-links .location {
    font-size: 14px;
    display: inline-block;
    color: #829829;
    padding-right: 5px;
}

.header-links .phone {
    font-size: 14px;
    display: inline-block;
}

@media (max-width: 767px) {
    .header-links .location {
        width: 70px;
    }
}

/* Footer */

footer {
    background-color: #3376a8;
}

footer .footer-container {
    padding: 30px 20px 30px 20px;
    text-align: center;
}

footer .navbar-nav {
    margin-top: 20px;
    display: block;
}

footer .navbar-nav li {
    display: inline-block;
}

footer .navbar-nav li .nav-link {
    display: inline-block;
    color: white !important;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 0 2px 0 !important;
    margin: 0 15px 5px 15px;
}

@media (max-width: 550px) {
    footer .navbar-nav li .nav-link {
        margin: 0 10px 5px 10px;
    }
}

footer .navbar-nav li.active .nav-link, footer .navbar-nav li.current .nav-link {
    border-bottom: 3px solid #c9db80;
}

footer .navbar-nav li .nav-link:hover {
    border-bottom: 3px solid #a7c236;
}

footer h3 {
    color: #c9db80;
    text-align: left;
    font-size: 16px;
    margin-bottom: 15px;
}

footer a {
    color: white;
}

footer a:hover {
    color: lightgray;
}

footer .acknowledgement {
    color: white;
    text-align: left;
    margin-bottom: 30px;
    font-size: 14px;
}

footer .contact {
    color: white;
    text-align: left;
    margin-bottom: 20px;
}

footer .contact .uk-icon {
    width: 20px;
    height: 20px;
    background-color: transparent;
    color: #c9db80 !important;
}

footer .contact .group {
    margin-bottom: 5px;
}

footer .contact .group.header {
    margin-bottom: 10px;
}

footer .contact .label {
    display: inline-block;
    width: 40px;
}

footer .contact .group.header .value {
    color: #c9db80;
    font-size: 16px;
}

footer .social-media {
    color: white;
    text-align: center;
    margin-bottom: 20px;
}

footer .social-media span {
    font-size: 12px;
}

footer .social-media a {
    color: white;
    text-decoration: none;
    margin: 0;
}

footer .social-media a[uk-icon*="facebook"] {
    margin-left: 5px;
    background-color: #2f74e6;
    fill: white;
    width: 35px !important;
    height: 35px !important;
}

footer .social-media a[uk-icon*="linkedin"] {
    margin-left: 5px;
    background-color: #2966c1;
    fill: white;
    width: 35px !important;
    height: 35px !important;
}

footer .social-media a[uk-icon*="facebook"]:hover,
footer .social-media a[uk-icon*="linkedin"]:hover {
    background-color: #42aaf0;
}

footer .associations {
    text-align: center;
    margin: 20px 0;
}

footer .associations img {
    max-width: 220px;
    width: 100%;
    background-color: white;
    padding: 10px;
}

footer .associations span {
    color: white;
    font-size: 12px;
    padding: 3px;
    display: block;
}


/* Information */

#information {
    background-color: white;
}

#information .information-container {
    padding: 5px 0;
}

#information .information-container p {
    font-size: 12px;
    margin-bottom: 0;
}

@media (max-width: 450px) {
    #information .information-container p {
        font-size: 10px;
    }
}

#information .copyright p {
    text-align: left;
}

#information .designed-by p {
    text-align: right;
}

#information .designed-by a {
    color: #526a29;
    font-size: 12px;
}

#information .designed-by img {
    width: 20px;
    margin-left: 5px;
}

@media (max-width: 450px) {
    #information .designed-by img {
        width: 15px;
    }
}

/* Banner */
#banner .banner-container {
    padding: 0;
}

#banner .banner-container>img {
    width: 100%;
}

/* Slider */

@media (max-width: 900px) {
    #banner .uk-slideshow-items {
        min-height: 350px !important;
    }
}

#banner .uk-slideshow-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner .slider-text {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
}

#banner .slider-text h3 {
    font-size: 22px;
    margin: 0;
}

#banner .slider-text p {
    font-size: 14px;
    margin: 5px 0 0 0;
    padding: 0;
    color: white;
}

#banner .uk-slideshow-nav {
    padding-right: 15px;
}

/* Section */

.container-fluid {
    padding: 0;
}

.content-section-container {
    padding: 35px 10px 40px 10px;
}

.content-section-container.tight {
    padding: 10px 10px 10px 10px;
}

.content-section-container.single-column>* {
    max-width: 700px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.content-section-container .row {
    margin-left: 0;
    margin-right: 0;
}

.content-section-container .content {
    padding: 25px 25px 40px 25px;
}

.content-section-container.tight .content {
    padding: 25px 25px 25px 25px;
}

@media (max-width: 638px) {
    .content-section-container.tight .content {
        padding: 10px 10px 10px 10px;
    }
}

/* Header */

#header {
    background-color: #f3f3f4;
}

#header .header-container {
    padding: 15px 0;
}

#header .header-container h2 {
    margin: 0 !important;
}

/* Form */

.chronoform.form-horizontal {
    padding: 0;
}

.chronoform.form-horizontal h3 {
    color: #0071bc;
    font-size: 20px;
    text-align: left;
}

.chronoform.form-horizontal label {
    font-weight: normal;
}

.chronoform.form-horizontal .control-label {
    margin: 2px;
    color: #3f3e40;
}

.chronoform.form-horizontal .fa-asterisk {
    color: red !important;
}

.chronoform.form-horizontal .gcore-label-left {
    font-weight: normal;
    width: 280px !important;
}

.chronoform.form-horizontal .gcore-input {
    color: #3f3e40;
    width: calc(100% - 180px) !important;
    max-width: 550px;
}

@media (max-width: 500px) {
    .chronoform.form-horizontal .gcore-input {
        width: 100% !important;
        max-width: none;
    }
}

.chronoform.form-horizontal .form-group {
    margin-bottom: 15px;
}

.chronoform.form-horizontal input[type=text],
.chronoform.form-horizontal textarea {
    width: 100% !important;
}

.chronoform.form-horizontal select,
.chronoform.form-horizontal input[data-fieldtype=gdatetimepicker],
.chronoform.form-horizontal input[name=captcha] {
    width: auto !important;
}

.chronoform.form-horizontal .gcore-radio-item input,
.chronoform.form-horizontal .gcore-checkbox-item input {
    margin-top: 4px;
}

.chronoform.form-horizontal .gcore-radio-item label,
.chronoform.form-horizontal .gcore-checkbox-item label {
    padding-left: 10px;
}

.gbs3 .help-block {
    margin-left: 5px;
    display: inline;
}

.chronoform.form-horizontal #submit {
    margin: 0;
    border: 1px solid #91c14b;
    overflow: visible;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font: inherit;
    color: white;
    height: auto;
    background-color: #91c14b;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 15px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-property: color, background-color, border-color;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chronoform.form-horizontal #submit:hover {
    background-color: #aad571 !important;
    border-color: #aad571 !important;
}

.gcore-input #submit:hover {
    background-color: #aad571;
}

.gcore-input #fin-captcha2 {
    margin: 10px 0 0 160px;
    width: 200px;
}

.gcore-label-checkbox {
    font-weight: normal !important;
}

@media (max-width: 500px) {
    .gcore-input #fin-captcha2 {
        margin: 10px 0 0 0;
        width: 200px;
    }
}

form {
    padding: 10px 0 15px 0;
}

.chrono_credits {
    display: none;
}

/* Booking Form */

#bookings #form-row-multi-42>div {
    float: left;
}

#bookings h3 {
    margin-top: 15px;
}

#bookings #form-row-custom3 {
    padding-top: 0px;
}

#bookings #form-row-custom4 {
    padding-top: 15px;
}

#bookings #fin-custom5 {
    padding-top: 20px;
}

#bookings #fin-custom4 {
    width: 100% !important;
    max-width: none;
}

#bookings #fin-disclaimer {
    width: 100% !important;
    max-width: none;
}

#bookings #form-row-monday,
#bookings #form-row-tuesday,
#bookings #form-row-wednesday,
#bookings #form-row-thursday,
#bookings #form-row-friday,
#bookings #form-row-saturday {
    margin-bottom: 3px;
}

/* Contact Details */

.contact-details {
    color: white;
    text-align: left;
    margin-bottom: 20px;
}

.contact-details .uk-icon {
    width: 20px;
    height: 20px;
    background-color: transparent;
    color: #c9db80;
}

.contact-details .group {
    margin-bottom: 5px;
}

.contact-details .group.header {
    margin-bottom: 10px;
}

.contact-details .label {
    display: inline-block;
    width: 40px;
}

.contact-details .group.header .value {
    color: #c9db80;
    font-size: 16px;
}


/* Home */

#home #banner {
    background-color: #7b94b2;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 100;
}

#home #excellent {
    background-color: #bcddf0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 99;
}

#home #excellent h3 {
    color: #bcddf0;
    text-align: left;
}

#home #excellent p {
    color: white;
    text-align: left;
}

#home #excellent .excellent-item>div {
    padding: 30px 30px 40px 30px;
    background-color: #618eb2;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

#home #excellent .excellent-item:nth-child(2)>div {
    background-color: #1d405f;
}

#home #excellent .excellent-item:nth-child(3)>div {
    background-color: #3376a8;
}

#home #excellent .excellent-item:nth-child(4)>div {
    background-color: #68a5ca;
}

#home #locations {
    background-color: #e6e6e6;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 98;
    display: flex;
}

#home #locations .content>div {
    background-color: white;
    margin: 0 10px 10px 10px;
}

#home #locations .content>div:nth-child(2) {
    margin: 10px 10px 0 10px;
}

#home #locations .location {
    padding: 10px;
}

#home #locations .location iframe {
    width: 100%;
    height: 250px;
}

#home #locations .contact-details {
    padding: 20px;
}

#home #locations .contact-details .uk-icon {
    background-color: transparent;
    color: #c9db80;
}

#home #locations .contact-details .label {
    color: #0071bc;
}

#home #locations .contact-details .group .value {
    color: #212529;
}

#home #locations .contact-details .group.header .value {
    color: #0071bc;
}

#home #testimonials {
    background-color: white;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    position: relative;
}

#home #testimonials .testimony {
    text-align: center;
    padding: 5px 45px;
}

#home #testimonials .testimony .text {
    font-size: 14px;
}

#home #testimonials .testimony .text:before {
    content: "\201C";
    font-weight: bold;
    font-size: 70px;
    position: absolute;
    top: -25px;
    left: 0;
    font-family: 'Georgia';
}

#home #testimonials .testimony .testimony-by {
    font-size: 14px;
    margin-top: 10px;
    color: #0071bc;
    display: block;
}

#home #testimonials .testimony .testimony-date {
    display: none;
}


/* About Us */

#about-us #banner {
    background-color: #c5c6be;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 100;
}

#about-us #introduction {
    background-color: white;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 99;
}

#about-us #our-centre {
    background-color: #e6e6e6;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 98;
}

#about-us #our-centre .centre span {
    margin: 5px 0 15px 0;
    text-align: center;
    display: block;
}

#about-us #our-centre .centre:last-child span {
    margin: 5px 0 5px 0;
}

#about-us #team {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 97;
}

#about-us #team .content-section-container .row {
    margin-top: 30px;
}

#about-us #team .content h3 {
    text-align: left;
}

@media (max-width: 767px) {
    #about-us .photo {
        text-align: center;
    }

    #about-us #team .content h3 {
        text-align: center;
        margin-top: 15px;
    }
}

#about-us #contact-us {
    background-color: #e6e6e6;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 96;
}

#about-us #contact-us .button-container {
    margin: 0;
}


/* Services */

#services #banner {
    background-color: #aec6f4;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 100;
}

#services #introduction {
    background-color: white;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 99;
}

#services #service-buttons {
    background-color: #e6e7e8;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 98;
}

#services #service-buttons .uk-card-body {
    padding: 0;
}

#services #service-buttons .uk-button {
    width: 100%;
    max-width: 200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    padding: 10px;
    background-color: #006fb8 !important;
}

#services #service-buttons .uk-button:hover {
    background-color: #119fff !important;
}

@media (max-width: 767px) {
    #services .content h3 {
        text-align: center;
        margin-top: 15px;
    }
}

#services .content img {
    width: 100%;
}

#services #contact-us {
    background-color: #e6e7e8;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 97;
}

#services #contact-us .button-container {
    margin: 0;
}

/* FAQ */

#faq #banner {
    background-color: #989d9f;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 100;
}

#faq #introduction {
    background-color: white;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 99;
}

#faq #faq-buttons {
    background-color: #f2f2f2;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 98;
}

#faq #faq-buttons {
    background-color: #e6e7e8;
}

#faq #faq-buttons .uk-card-body {
    padding: 0;
}

#faq #faq-buttons .uk-button {
    width: 100%;
    max-width: 200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    padding: 10px;
    background-color: #006fb8 !important;
}

#faq #x-ray {
    background-color: #f2f2f2;
}

#faq #dental-imaging {
    background-color: #f2f2f2;
}

#faq #ct {
    background-color: white;
}

#faq #contact-us {
    background-color: #f2f2f2;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 97;
}

#faq #contact-us .button-container {
    margin: 0;
}

/* For Doctors */

#for-doctors #banner {
    background-color: #d8e1e3;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 100;
}

#for-doctors #introduction {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 99;
}

/* Bookings */

#bookings #banner {
    background-color: #252965;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 100;
}

#bookings #form {
    background-color: #f2f2f2;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 99;
}

/* Contact */

#contact #banner {
    background-color: #acbecf;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 100;
}

#contact #contact-form {
    background-color: #f2f2f2;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 99;
}

#contact main #contact-form h4 {
    margin-top: 35px;
}

#contact main #contact-form .form {
    padding: 0;
}

#contact main .branch-contacts .contact-details {
    background-color: white;
    padding: 20px;
}

@media (max-width: 992px) {
    #contact main .branch-contacts {
        margin-top: 25px;
    }

    #contact main .branch-contacts .contact-details {
        width: calc(50% - 12px);
        display: inline-block;
        box-sizing: border-box;
        margin-right: 10px;
    }
}

@media (max-width: 680px) {
    #contact main .branch-contacts {
        margin-top: 25px;
    }

    #contact main .branch-contacts .contact-details {
        width: 100%;
    }
}

#contact main .contact-details .uk-icon {
    background-color: transparent;
    color: #c9db80;
}

#contact main .contact-details .label {
    color: #0071bc;
}

#contact main .contact-details .group .value {
    color: #212529;
}

#contact main .contact-details .group.header .value {
    color: #0071bc;
}