@import url('https://fonts.googleapis.com/css?family=Roboto:300,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300,400,500,600,700');

p {
    line-height: 1.6;
} 

* {
    text-decoration: none !important;
}

img {
    max-width: 100% !important;
}

img.instagram {
    width: 20px;
    height: 20px;
}

img.facebook {
    width: 20px;
    height: 20px;
}

.contact-bar {
    padding: 5px 0px;
    font-family: "Roboto", sans-serif;
}

.contact-bar ul {
    left: 40%;
    align-items: right;
    list-style-type: row;
    padding: 0;
    margin-top: 10px;
    float: left;
}

.contact-bar ul li {
    display: inline-block;
}

.align-right {
    text-align: right;
    align-items: right;
    align-content: right;
}

.contact-bar .align-right ul li {
    margin-left: 30px;
    text-align: right;
    align-items: right;
    align-content: right;
}

.contact-bar .align-right ul li i {
    font-size: 16px;
    color: darkgray;
    text-align: right;
    align-items: right;
    align-content: right;
}

.contact-bar .fa-envelope {
    margin-left: 20px;
}

.contact-bar .align-left ul li i {
    font-size: 16px;
    margin-right: 8px;
    color: #000000;
}

.navbar {
    background-color: unset;
    border: unset;
    border-radius: unset;
    padding-top: 0px;
    padding-bottom: 14px;
    border-top: 1px solid lightgray;
    margin-bottom: 0px;
}

.brand {
    margin-top: 10px;
}

.brand img {
    width: 140px;
}

.navbar ul {
    margin-left: 40px;
    margin-top: 18px;
}

.navbar-left li {
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color:#000000;
}

.navbar-left li:hover {
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color:#eafb01;
}

.navbar .book {
    margin-top: -4px;
    background-color: #000000;
    color: white !important;
    padding: 18px 40px !important;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    border-radius:4px;
}


.navbar .book:hover {
    margin-top: -4px;
    background-color: #eafb01 !important;
    color: black !important;
    padding: 18px 40px !important;
    border-radius:4px;
}

.header {
    min-height: 75vh;
    padding-bottom: 60px;
    background: url("../img/background.jpg") no-repeat bottom center;
    background-size: cover;
}

.header .header-content {
    margin-top: 18vh;
}

.header h2 {
    font-family: "Roboto", sans-serif !important;
    color: white;
    font-weight: 400;
}

.header h1 {
    font-family: "Roboto", sans-serif !important;
    color: white;
    font-size: 80px;
}

.header p {
    color: white;
    line-height: 1.6;
    margin-bottom: 50px;
    font-size: 18px;
    font-family: 'Roboto';
}

.header a {
    background-color: #000000;
    color: white !important;
    padding: 18px 40px !important;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    border-radius:4px;
}

.header a:hover {
    background-color: #eafb01;
    color: black !important;
    padding: 18px 40px !important;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    border-radius:4px;

}


.body-content {
    padding-top: 80px;
    padding-bottom: 100px;
}

.body-content .section-title h2 {
    font-family: "Roboto", sans-serif;
    color: #333;
    font-size: 40px;
}

.body-content .section-title p {
    margin-top: 20px;
    margin-bottom: 30px;
    color: gray;
    font-family: 'Roboto';
}

.body-content .section-title hr {
    margin-right: 92%;
    border-color: transparent;
    border-bottom: 3px solid #000000;
}

.body-content .service img {
    width: 70px;
}

.body-content .service {
    margin-top: 30px;
}

.body-content .service h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.body-content .service p {
    font-size: 16px;
    color: gray;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: 'Roboto';
}

.body-content .service a {
    text-transform: uppercase;
    color: #eafb01;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.body-content .service i {
    margin-left: 4px;
}

.about {
    padding-top: 40px;
    padding-bottom: 80px;
}

.about img {
    margin-bottom: 30px;
    border-radius: 10px;
}


.about h2 {
    font-family: "Roboto", sans-serif;
    color: #333;
    margin-top: 0px;
    font-size: 40px;
}

.about p {
    font-size: 16px;
    color: gray;
    line-height: 1.6;
    font-family: 'Roboto';
}

.about h3 {
    font-weight: 400;
    color: #000000;
    margin-top: 30px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
}

.book {
    text-align: center;
    background-color: whitesmoke;
    padding-top: 80px;
    padding-bottom: 120px;
}

.book h2 {
    color: #333;
    font-size: 40px;
    font-family: "Roboto", sans-serif;
}

.book h3 {
    margin-top: 30px;
    font-weight: 400;
    margin-bottom: 50px;
}


.book i {
    color: #eafb01;
    font-size: 30px;
}

.book h3 a {
    color: gray;
    font-size: 30px;
}

.booking {
    background-color: #000000;
    color: white !important;
    padding: 18px 40px !important;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    border-radius:4px;

}
.booking:hover {
    background-color: #eafb01;
    color: black !important;
    padding: 18px 40px !important;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    border-radius:4px;

}

.footer {
    padding-top: 50px;
    padding-bottom: 24px;
    background-color: #212121;
}

.footer img {
    margin-top: 0px;
    width: 175px;
}



.footer p {
    margin-top: 20px;
    color: lightgray;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: 'Roboto';
}

.footer .socials {
    list-style-type: none;
    padding: 0;
}

.footer .socials li {
    margin-right: 20px;
    display: inline-block;
}

.footer .socials li a i {
    font-size: 20px;
}

.footer hr {
    border-color: unset;
    border-bottom: 1px solid #333;
}

.footer-links {
    padding: 0;
    margin-top: 20px;
    list-style: none;
}

.footer-links li a {
    font-size: 16px;
    color: lightgray;
    font-family: "Roboto", sans-serif;
}

.footer-links li a:hover {
    font-size: 16px;
    color: #eafb01;
    font-family: "Roboto", sans-serif;
}

.footer-links li {
    margin-top: 12px;
}

.footer h4 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    color: white;
}

.footer h5 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    color: lightgray;
}

.blue {
    color: #eafb01;
}

.margin-bottom {
    margin-bottom: 40px;
}

.copyright {
    font-size: 16px;
    color: lightgray;
}

/* Header Secondary */

.header-secondary {
    min-height: 50vh;
}

.conditions {
    padding-top: 80px;
    background-color: #eafb01;
}

.conditions .section-title h2 {
    margin-bottom: 50px;
    color: white;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    text-align: center;
}

.conditions .inner-wrapper {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: whitesmoke;
    padding-top: 60px;
    padding-bottom: 60px;
}

.conditions .section-title h3 {
    color: #eafb01;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}

.conditions h5 {
    margin-top: 40px;
    color: gray;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
}

.about-secondary {
    padding-top: 20px;
}

.body-content {
    padding-top: 80px;
    padding-bottom: 100px;
}

.expect {
    padding-top: 0px;
    padding-bottom: 100px;
}

.expect .section-title h2 {
    font-family: "Roboto", sans-serif;
    color: #333;
    font-size: 40px;
}

.expect .section-title p {
    margin-top: 20px;
    margin-bottom: 30px;
    color: gray;
    font-family: 'Roboto';
}

.expect .section-title hr {
    margin-right: 92%;
    border-color: transparent;
    border-bottom: 3px solid #000000;
}

.expect .service h2 {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #333;
}

.expect .service h5 {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #333;
}

.expect .service p {
    margin-top: 10px;
    color: gray;
    line-height: 1.6;
    font-family: 'Roboto';
}

.padding-top {
    padding-top: 100px;
}

.about-ortho {
    padding-top: 100px;
}

.about-ortho p {
    margin-bottom: 30px;
}

.about-ortho h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.service-section {
    padding-top: 100px;
}

p.servicep{
    color: #000000;
    

}

.about-ortho a {
    text-transform: uppercase;
    color: #eafb01;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.about-ortho i {
    margin-left: 4px;
}

.contact-info ul {
    list-style: none;
    padding: 0;
}

.contact-info ul li {
    margin-bottom: 40px;
    font-size: 24px;
}

.contact-info {
    margin-top: 80px;
    margin-bottom: 80px;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.contact-info i {
    margin-right: 8px;
    color: #000000;
}

.contact-form {
    background-color: whitesmoke;
    padding: 20px;
}

.contact-form form input,
.contact-form form textarea {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    outline: none;
    border: none;
    box-shadow: unset;
}

.contact-form form input {
    padding: 18px;
}

.contact-form form textarea {
    padding: 18px;
    min-height: 170px;
    max-height: 250px;
    max-width: 100%;
    min-width: 100%;
}

.contact-form form button {
    width: 100%;
    background-color: #eafb01;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    padding: 18px;
    border: unset;
    outline: unset;
    box-shadow: unset;
}

.format-p {
    color: gray;
    line-height: 1.6;
}

.service h4 {
    color: rgba(20, 20, 20, 0.08);
    z-index: -1;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 110px;
}

.move-up {
    margin-top: -70px;
}

/* Mobile */

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .col-md-6 table {
        text-align: center;
        margin-left:auto;
        margin-right: auto;
    }
    .contact-bar {
        text-align: center;
    }

    .brand img {
        margin-left: 20px;
    }

    .contact-bar .align-right {
        display: none;
    }

    .navbar-toggle {
        margin-top: 24px;
    }

    .navbar-collapse {
        margin-top: 10px;
    }

    .navbar ul {
        margin-left: unset;
        margin-top: 10px;
    }

    .navbar-nav {
        margin: unset;
        text-align: center;
    }

    .header .header-content {
        margin-top: 10vh;
    }

    .header {}

    .body-content {
        text-align: center;

    }

    .body-content .section-title hr {
        margin-left: 35%;
        margin-right: 35%;
    }

    .about {
        text-align: center;
    }

    .conditions .section-title h2 {
        font-size: 35px;
    }

    .conditions .section-title h3 {
        font-size: 22px;
    }

    .footer {
        text-align: center;
    }

    .footer hr {
        display: none;
    }

    .footer h4 {
        margin-bottom: 30px;
        margin-top: 40px;
    }

    .footer-links {
        margin-top: -10px;
    }

    .copyright {
        text-align: center;
        margin-top: 30px;
    }

    .copyright .align-right {
        margin-top: 10px;
        text-align: center;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000000;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .header-secondary {
        min-height: 35vh;
    }

    .expect {
        text-align: center;
    }

    .expect .section-title hr {
        margin-left: 35%;
        margin-right: 35%;
    }

    .service {
        margin-top: 30px;
    }

    .about-ortho {
        text-align: center;
    }

    .about-ortho p {
        margin-bottom: 10px;
    }

    .footer .socials li {
        padding: 8px;
        margin-right: unset;
    }
    .contact-info ul li {
        margin-bottom: 40px;
        font-size: 18px;
    }
}