body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    color: rgb(58, 62, 65);
    font-size: 13px;
    background: rgb(231, 236, 239);
}

h1 {
    font-size: 36px;
    margin: 10px 0 0;
}

h2 {
    color: rgb(58, 62, 65);
    font-size: 20px;
    font-weight: 400;
}

h3 {
    color: rgb(58, 62, 65);
    font-size: 24px;
    font-weight: 400;
    margin: 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

a {
    color: white;
    text-decoration: none;
}

p {
    line-height: 28px;
    margin: 15px 0;
}

.header-wrapper {
    width: 100%;
    background: white;
    border-bottom: 1px solid rgb(239, 239, 239);
}

.header-content {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0 10px 0;
    height: 140px;
    background: white;
}

.contact-header {
    float: left;
    width: 350px;
    text-align: right;
    color: rgb(72, 86, 95);
}

.logo {
    padding: 10px 20px 0 20px;
    text-align: center;
    float: left;
}

.phone {
    float: right;
    margin: 50px 20px 0 0;
    font-size: 30px;
    color: #48565F;
    line-height: 100%;
}

.number {
    font-size: 38px;
    color: #47565F;
    letter-spacing: 0.08em;
}

.email {
    float: right;
    margin: 10px 25px 0 0;
    clear: right;
    font-size: 18px;
    color: #48565F;
    line-height: 100%;
}

.email a,
.view-website a {
    text-decoration: none;
    color: #47555E;
}


.view-website a:hover {
    text-decoration: underline;
}

.view-website {
    float: right;
    margin: 10px 25px 0 0;
    clear: right;
    font-size: 14px;
    font-weight: 700;
    color: #48565F;
    line-height: 100%;
    z-index: inherit;
}

.image-wrapper {
    width: 100%;
    background: url(../images/dental-implants-bg.jpg) no-repeat;
    background-position: bottom center;
}

.ortho {
    background: url(../images/ortho-main-image.jpg) no-repeat;
    background-position: bottom center;
}

.hygiene {
    background: url(../images/hygiene-main-image.jpg) no-repeat;
    background-position: bottom center;
}

.cosmetic {
    background: url(../images/cosmetic-main-image.jpg) no-repeat;
    background-position: bottom center;
}

.dentist {
    background: url(../images/practice-main-image.jpg) no-repeat;
    background-position: bottom center;
}

.image-holder {
    max-width: 1080px;
    margin: 0 auto;
    padding: 15px 0 0;
    min-height: 500px;
}

.contact {
    width: 380px;
    height: 485px;
    background: #EFEFEF;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.contact h1 {
    color: #384A54;
    line-height: 34px;
    font-size: 36px;
    margin: 0;
}

.contact h2 {
    color: #384A54;
    font-size: 19px;
    margin: 15px 0;
}

.contact p {
    margin: 20px 0;
    font-size: 14px;
    color: #5E5A58;
    line-height: 26px;
}

.contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact li {
    padding: 3px 0;
}

.contact input {
    padding: 10px 10px 10px 40px;
    border: 1px solid #dedede;
    width: 340px;
    color: #666;
}

.contact textarea {
    padding: 6px 10px 6px 40px;
    border: 1px solid #dedede;
    width: 340px;
    color: #666;
    height: 100px;
}

.contact input:hover {
    border: 1px solid #999;
    background-color: #075FB0;
}

.contact input.namefield {
    background-color: #fff;
    background-image: url(../images/icon-name.png);
    background-repeat: no-repeat;
    background-position: 8px 5px;
}

.contact input.emailfield {
    background-color: #fff;
    background-image: url(../images/icon-email.png);
    background-repeat: no-repeat;
    background-position: 8px 5px;
}

.contact input.telephonefield {
    background-color: #fff;
    background-image: url(../images/icon-phone.png);
    background-repeat: no-repeat;
    background-position: 8px 5px;
}

.contact textarea.queryfield {
    background-color: #fff;
    background-image: url(../images/icon-query.png);
    background-repeat: no-repeat;
    background-position: 8px 5px;
}

.contact .submit {
    width: 340px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    background-color: #45545D;
    padding: 20px;
    letter-spacing: 1px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

.contact .submit:hover {
    background-color: #FFFFFF;
    color: #47555E;
}

.content-wrapper {
    width: 100%;
    background: white;
}

.content-main {
    max-width: 1080px;
    /* text-align: center; */
    margin: 0 auto;
    min-height: 860px;
    background: white;
    -moz-box-sizing: border-box;
    padding: 20px;
    box-sizing: border-box;
}

.contact-details-wrapper {
    background-color: #3A3E41;
    color: #fff;
    padding: 35px 0;
    width: 100%;
    height: 40px;
}

.contact-details {
    width: 100%;
    margin: 0 auto;
}

.contact-details p {
    line-height: 1;
    margin: 10px 0;
    color: #ecebe6;
    text-align: center;
}

.contact-details a {
    color: #C2C5CA;
}

.footer-contact-wrapper {
    width: 100%;
    background-color: #475460;
    z-index: 1;
    height: 233px;
    clear: both;
}

.content-left {
    float: left;
    width: 690px;
    font-size: 14px;
}

.content-right {
    float: left;
    width: 310px;
    padding: 0 0 0 40px;
}

.testimonial-holder,
.map-holder,
.logo-holder {
    float: left;
    background: #f9f9f9;
    border-left: 10px solid #475460;
    margin: 5px 0 10px 0;
    padding: 10px;
}

.special-offer img {
    max-width: 550px;
    width: 100%;
}

.lingual-bracket-offer img {
    max-width: 401px;
    width: 100%;
}

blockquote {
    margin: 0;
    padding: 0.5em 2px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

.footer-contact-content {
    width: 100%;
    /* text-align: center; */
    margin: 0 auto;
    position: relative;
    z-index: 4;
}

.footer-contact-text {
    float: left;
    width: 100%;
}

.footer-contact-image {
    background-image: url(../images/person-standing.png);
    height: 375px;
    position: absolute;
    width: 550px;
    right: -35px;
    z-index: 10;
    margin-top: -150px;
}

.footer-contact-text .footer-contact-title {
    font-size: 30px;
    margin: 32px 0 0 0;
    line-height: 45px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 20px;
}

.footer-contact-text p {
    color: white;
}

.footer-contact-text .footer-contact-contact {
    height: 45px;
    margin: 25px 0;
    overflow: hidden;
    text-align: center;
}

.footer-contact-text .footer-contact-contact a {
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    padding: 12px;
    letter-spacing: 1px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

.footer-contact-text .footer-contact-contact a:hover {
    background-color: #FFFFFF;
    color: #475460;
}

.footer-wrapper {
    background-color: #475460;
    width: 100%;
    height: 100px;
    clear: both;
    display: block;
}

.footer-content {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: white;
    padding: 10px 0 0;
}

.footer-content p {
    line-height: 16px;
    margin: 16px 0;
    color: #ecebe6;
}

.header-wrapper:after,
.image-wrapper:after,
.content-wrapper:after,
.map-wrapper:after,
.footer-contact-wrapper:after,
.contact-details-wrapper:after,
.footer-wrapper:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* Hygiene Prices */

#hygiene-prices blockquote {
    width: 99%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 7px 18px;
    background: #f7f7f7;
    margin: 0.5%;
    border-bottom: 10px #475460 solid;
}

#hygiene-prices blockquote:before {
    display: none;
}

#hygiene-prices blockquote:nth-of-type(even) {
    border-left-color: #0d4571
}


img.prices {
    float: right;
    width: 190px;
    height: auto;
    margin: 1%;
    border: solid #475460 5px;
}

.map {
    display: none;
}

.mob-phone {
    display: none;
}

.mob-email {
    display: none;
}


/* RESPONSIVE */


@media (max-width: 1096px) {
    .header-wrapper {
        padding-bottom: 20px
    }

    .header-content {
        height: 200px;
    }

    .phone {
        display: none;
    }

    .email {
        display: none;
    }

    .mob-phone {
        display: block;
        font-size: 30px;
        color: #48565F;
        line-height: 100%;
        text-align: center;
    }

    .mob-phone a {
        color: #475460;
    }

    .mob-email {
        display: block;
        font-size: 22px;
        color: #48565F;
        line-height: 1.5;
        text-align: center;
    }

    .mob-email a {
        color: #475460;
    }

    .image-holder {
        max-width: 70%;
        margin: 0 auto;
        padding: 15px 0 0;
        min-height: 500px;

    }

    .contact {
        /* width: 100%; */
        text-align: center;
    }

    .contact input {
        width: 100%;
    }

    .contact textarea {
        width: 100%;
    }

    .content-right {
        display: none;
    }

    .contact .submit {
        width: 100%;
        font-size: 11px;
    }

    .content-left {
        text-align: center;
        width: 100%;
        padding: 0px;
    }

    .footer-contact-image {
        display: none;
    }

    .footer-contact-wrapper {
        text-align: center;
        height: 235px;
    }

    .footer-contact-text {
        float: left;
        width: 100%;
    }

    .content-main {
        min-height: 680px;
    }

    .view-website {
        display: none;
    }

    .logo {
        padding: 10px 20px 0 20px;
        text-align: center;
        width: 100%;
    }

    .map {
        display: block;
        position: relative;
        width: 100%;
        /* height: 350px; */
    }

}

@media (max-width: 1042px) {
    .contact-details p {
        margin: 3px 0;
        color: #ecebe6;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 1.32;
    }

}

@media (max-width: 940px) {
    .footer-wrapper {
        height: 118px;
    }

}

@media (max-width: 934px) {
    .footer-contact-text .footer-contact-title {
        font-size: 24px;
    }

}

@media (max-width: 915px) {
    .content-main {
        min-height: 715px;
    }

}

@media (max-width: 1096px) {
    .image-holder {
        max-width: 100%;
        margin: 0 auto;
        padding: 15px 0 0;
        min-height: 517px;
        /* margin-left: 35px; */
    }

}

@media (max-width: 759px) {
    .footer-contact-text .footer-contact-contact {
        margin: 0px 0;
    }

}

@media (max-width: 715px) {
    .contact {
        width: 100%;
        /* text-align: center; */
        /* min-width: 111%; */
        /* position: relative; */
        /* float: left; */
        height: 500px;
    }

    @media (max-width: 690px) {
        .footer-wrapper {
            height: 122px;
        }

        .footer-content p {
            padding-left: 15px;
            padding-right: 15px;
        }

    }

    @media (max-width: 567px) {
        .contact-details p {
            font-size: 11px;
        }

        .footer-content p {
            font-size: 11px;
        }

    }

    @media (max-width: 515px) {
        .footer-wrapper {
            height: 150px;
        }

    }

    @media (max-width: 461px) {
        .header-content {
            height: 220px;
        }

        .mob-email {
            font-size: 18px;
        }

    }

    @media (max-width: 410px) {
        .footer-contact-text .footer-contact-title {
            font-size: 16px;
        }

    }

    @media (max-width: 410px) {
        .mob-phone {
            font-size: 24px;
        }

        @media (max-width: 410px) {
            .contact h1 {
                color: #384A54;
                line-height: 34px;
                font-size: 30px;
                margin: 0;

            }

            @media (max-width: 330px) {
                .mob-phone {
                    font-size: 18px;
                    color: #48565F;
                }

                .mob-email {
                    font-size: 14px;
                }

            }
