body {
    font-family: "Arial", Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #808282;
    line-height: 24px;
    background-color: #ededed;
}

html,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}


/* Transitional Effects */
.banner form input,
.banner form textarea,
.price-row,
#price-guide a,
#how-does-it-work ul li i {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* input */

.input-file-container {
    position: relative;
    max-width: 360px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

.js .input-file-trigger {
    display: block;
    padding: 14px 45px;
    background: #0295d9;
    color: #fff;
    font-size: 1em;
    transition: all .4s;
    cursor: pointer;
}

.js .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;
}


.file-return {
    margin: 0;
}

.file-return:not(:empty) {
    margin: 1em 0;
}

.js .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
}

.js .file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal;
}


/* successfully sent */

p.sucessfully-sent-message {
    font-size: 18px;
    color: #0295d9;
    font-weight: bold;
    background: #e2e2e2;
    padding: 20px;
}

/* Upload your smile button */

input#smile-upload {
    width: 100%;
    background-color: #0295d9 !important;
    border: none;
    color: #fff;
    max-width: 263px;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
}

.smile-upload-group {
    margin: 0 auto !important;
    text-align: center;
}

p.upload-info {
    text-align: center;
    font-size: 16px;
}



/* Base */
.header-container-1000 {
    position: relative;
    max-width: 1000px;
    width: 98%;
    margin: 0 auto;
}

.banner-container-1000 {
    position: relative;
    max-width: 1000px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.container-1000 {
    position: relative;
    max-width: 1000px;
    width: 98%;
    height: 100%;
    margin: 0 auto;
    padding: 100px 15px;
}

.container-notice {
    position: relative;
    max-width: 1000px;
    width: 98%;
    height: 100%;
    margin: 0 auto;
    padding: 70px 15px;
}

.footer-container-1000 {
    position: relative;
    max-width: 1000px;
    width: 98%;
    height: 100%;
    margin: 0 auto;
    padding: 30px 15px;
}

section header {
    border-bottom: 2px solid #407db1;
    margin-bottom: 50px;
    padding-bottom: 15px;
}

section header h2 {
    color: #407db1;
    font-size: 35px;
    margin: 0;
    font-weight: 100;
    text-align: center;
}

aside img {
    display: block;
    width: 100%;
}

.strong {
    color: #21619d;
    font-size: 20px;
}

strong {
    color: #21619d;
}

h3.header-h3 {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 30px;
}

/* Buttons */
.learn-more {
    display: block;
    width: 140px;
    text-align: center;
    position: relative;
    margin: 40px auto 30px;
    text-transform: uppercase;
    color: #5495d0;
    font-weight: 200;
    text-decoration: none;
    line-height: 24px;
    font-size: 18px;
}

.learn-more .fa-chevron-down,
.fa-chevron-up {
    clear: both;
    font-size: 34px;
    display: block;
    -moz-animation: arrow-bounce 2s infinite;
    -webkit-animation: arrow-bounce 2s infinite;
    animation: arrow-bounce 2s infinite;
}

@keyframes arrow-bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    40% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    60% {
        -moz-transform: translateY(-7.5px);
        -ms-transform: translateY(-7.5px);
        -webkit-transform: translateY(-7.5px);
        transform: translateY(-7.5px);
    }
}


/* Header */
#header {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
}

#header h1,
#header hgroup {
    display: inline-block;
    vertical-align: middle;
}

#header h1 {
    margin: 0 2% 0 0;
}

#header h1 img {
    max-width: 300px;
    width: 100%;
    margin-bottom: 10px;
}

#header hgroup h3,
#header hgroup h4 {
    margin: 0;
    padding: 0;
    font-weight: 100;
}

#header hgroup h3 {
    margin-bottom: 10px
}

#header hgroup {
    width: calc(97% - 300px);
    text-align: right;
    font-size: 18px;
}

#header hgroup a {
    color: #0295d0;
    text-decoration: none;
    font-size: 35px;
}

h4.email-header a {
    font-size: 20px !important;
}

/* Banner */
.banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    border-bottom: 5px solid #f9f9f9;
    z-index: 998;
}

.banner.ppc-dental-implants {
    background-image: url(../private-dentist/images/banner.jpg);
    position: relative;
    /* height: 900px; */
}

.banner form {
    background: rgba(255, 255, 255, 0.8);
    max-width: 500px;
    width: 100%;
    /* float: right; */
    padding: 140px 2% 2% 2%;
    height: 100%;
    margin-left: auto;
}

.banner form header h2 {
    text-transform: uppercase;
    text-align: center;
    color: #0992cf;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 25px;
}

.banner form ul {
    margin: 0;
    padding: 0;
}

.banner form li {
    list-style: none;
    position: relative;
    font-size: 20px;
    text-align: center;
}












.banner form input, .banner form textarea, .banner form select {
    width: 100%;
    height: 50px;
    padding: 7px 10px 7px 45px;
    margin: 0 0 11px 0 !important;
    border: 1px solid #75858C;
    border-radius: 4px;
    font-family: inherit;
    background-color: transparent !important;
    color: #444444;
    font-size: 14px;
}

.banner form textarea {
    padding-top: 10px;
    height: 100px;
    overflow: hidden;
}

.banner form input:hover,
.banner form input:active,
.banner form input:focus {
    padding: 7px 2% 7px 14%;
}

.banner form textarea:hover,
.banner form textarea:active,
.banner form textarea:focus {
    padding: 10px 2% 10px 14%;
}

.banner form input:hover,
.banner form input:active,
.banner form input:focus {
    outline: none !important;
}

.banner form li i {
    position: absolute;
    left: 10px;
    top: 15px;
    font-size: 18px;
    color: #2c78bc;
}

.banner form .submit {
    font-size: 15px;
    text-transform: uppercase;
    background: rgb(2, 149, 217) !important;
    color: #fff;
    width: 100%;
    border: none;
    padding: 0;
}

.banner form .submit:hover {
    padding: 0;
    background: rgba(33, 97, 157, 0.55) !important;
    border: 0;
    font-size: 16px;
}

.banner form .submit:hover {
    cursor: pointer;
}

section#about ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

section#about ul li {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0;
}

section#about ul li h3 {
    color: #2c78bc;
}

/* ABOUT */
#about {
    background: #fff;
    text-align: center;
}

#about .container-1000 {
    padding-bottom: 0;
}

#about header {
    width: 100%;
}

#about header h2 {
    padding-left: 20px;
    text-align: center;
    line-height: 30px;
}

#about p {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
}

#about aside {
    position: absolute;
    right: 0;
    max-width: 420px;
    width: 46%;
    bottom: 0;
}

/* book your appointment button */

.book-appointment-button a {
    text-decoration: none;
    background-color: #0295d9;
    padding: 15px;
    border-radius: 10px;
    color: white !important;
    text-transform: uppercase;
    font-weight: bold;
}

.book-appointment-button {
    padding-top: 20px;
}


/* Treatment */
#treatments {
    text-align: center;
    background: #fff;
}

.treatment-header {
    position: relative;
    max-width: 1000px;
    width: 98%;
    height: 100%;
    margin: 0 auto 50px auto;
    padding-top: 100px;
}

.treatment-box {
    display: flex;
    flex-wrap: wrap;
}

#treatments article {
    display: block;
    width: 50%;
    vertical-align: top;
    text-align: left;
    padding: 1%;
}

#treatments article.forehead {
    background: url(images/forehead-and-eyes.jpg) #fbfbfb;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom left;
    background-attachment: fixed;
}

#treatments article.excessive {
    background: url(images/exessive-sweating.jpg) #dbddec;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom right;
    background-attachment: fixed;
}

#treatments article.dermal {
    background: url(images/dermal-fillers.jpg) #f5f4f0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom left;
    background-attachment: fixed;
}

#treatments article.skin-texture {
    background: url(images/skin-texture.jpg) #dce9f2;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom right;
    background-attachment: fixed;
}

#treatments article .container-treatment {
    width: 100%;
    max-width: 700px;
    background: rgba(255, 255, 255, 0.9);
    padding: 3%;
    border-radius: 5px;
}

#treatments article:nth-child(odd) .container-treatment {
    float: right;
}

#treatments article:nth-child(even) .container-treatment {
    float: left;
}

.container-treatment {
    height: 100%;
}

.container-treatment header {
    border-bottom: 2px solid rgba(64, 125, 177, 0.3);
    margin: 10px 0 20px 0;
    padding-bottom: 20px;
}

.container-treatment header h2 {
    color: #407db1;
    font-size: 30px;
    margin: 0;
    font-weight: 100;
    text-align: center;
}


/* Headline */
#footer-headline {
    width: 100%;
    background: #2c78bc;
    position: fixed;
    bottom: 0;
    z-index: 999;
    text-align: center;
    border-top: 3px solid #fff;
    display: table;
    height: 80px;
}

#footer-headline a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 25px;
    display: table-cell;
    vertical-align: middle;
}


/* E Consultation strip */

#e-consultation {
    background-image: url(../private-dentist/images/bg-image-e-consultation.png);
    text-align: center;
    height: 375px;
    background-size: cover;
}

section#e-consultation {
    color: #fff;
    font-size: 18px;
}

section#e-consultation h2 {
    color: #fff;
}

section#e-consultation header {
    border-bottom: solid 2px #fff;
}

/* Dental Implants */

section#dental-implants p {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}

/* HOW DOES IT WORK */
#how-does-it-work {
    background: #9a9a9c;
    text-align: center;
    color: #fff;
}

#how-does-it-work header {
    border-color: #fff;
}

#how-does-it-work header h2 {
    color: #fff;
}

#how-does-it-work h3 {
    font-size: 25px;
    font-weight: 400;
    margin: 50px 0 40px;
    line-height: 30px;
}

#how-does-it-work ul {
    clear: both;
    text-align: center;
    padding: 0;
}

#how-does-it-work ul li {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    width: 21%;
    margin: 0 1%;
}

#how-does-it-work ul li i {
    list-style: none;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    vertical-align: top;
    font-size: 45px;
    background: rgb(0, 149, 217);
    line-height: 130px;
}

#how-does-it-work ul li:hover i {
    font-size: 90px;
    color: #fafafa;
}

#how-does-it-work ul li p {
    clear: both;
}


/* TESTIMONIALS */
/*
#testimonials {
    background-image: url("images/testimonial-back.jpg");
    background-repeat: repeat;
}
*/

#testimonials .container-1000 {
    padding-bottom: 60px;
}

#testimonials aside {
    display: inline-block;
    max-width: 350px;
    width: 30%;
}

.testimonial-content {
    text-align: center;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.testimonial-content article {
    margin: 20px 0 50px;
}


/* NOTICE */
#notice {
    background: #2c78bc;
    text-align: center;
    text-transform: uppercase;
}

#notice header {
    border: 0;
    margin: 0;
    padding: 0;
}

#notice header h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 5px;
}

#notice header h3 {
    color: rgba(249, 249, 249, 0.75);
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}


/* Benefits */

#benefits {
    background-image: url(../implants/images/faq.jpg);
    background-attachment: fixed;
    background-position: top left;
    background-size: cover;
    text-align: center;
}

#benefits header h2 {
    color: #fff;
}

#benefits ul {
    margin: 0;
    padding: 0;
}

#benefits ul li {
    list-style: none;
    color: #fff;
    border: 1px dashed #fff;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    display: inline-table;
    width: 30%;
    margin: 10px 5px;
    height: 90px;
    vertical-align: middle;
}

#benefits ul li p {
    vertical-align: middle;
    display: table-cell;
}

section#benefits p {
    color: #fff;
    font-size: 18px;
}

section#benefits header {
    border-bottom: solid 2px #fff;
}

/* benefits */

section#faq p {
    color: #fff;
}

.welcome-section {
    height: 530px;
}

/* Contact us button */

.contact-us-button {
    background: #0295d9;
    max-width: 280px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px;
}

.contact-us-button a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

/* FAQ */
#faq {
    background-image: url(images/faq.jpg);
    background-attachment: fixed;
    background-position: top left;
    background-size: cover;
    text-align: center;
}

#faq header h2 {
    color: #fff;
}

#faq ul {
    margin: 0;
    padding: 0;
}

#faq ul li {
    list-style: none;
    color: #fff;
    border: 1px dashed #fff;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    display: inline-table;
    width: 30%;
    margin: 10px 5px;
    height: 90px;
    vertical-align: middle;
}

#faq ul li p {
    vertical-align: middle;
    display: table-cell;
}


/* Map */
#map {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    clear: both;
}

#map iframe {
    display: block;
    width: 100%;
    height: 400px;
}

#map .overlay {
    background: rgba(33, 97, 157, 0.1);
    position: relative;
    width: 100%;
    height: 400px;
    top: 400px;
    margin-top: -400px;
}


/* Footer */
#footer {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    background: #fff;
}

#footer img {
    width: 210px;
    padding: 5px 15px;
    display: block;
    margin: 0 auto;
}

#footer p {
    margin: 10px 0 0 0;
}

#footer a,
#footer a:active,
#footer a:visited {
    width: 100%;
    color: #7E7E7E;
}

#footer a:hover {
    text-decoration: none;
}

.footer-link {
    display: block;
    text-decoration: none;
    color: #57c9eb !important;
    font-size: 18px;
}


/* RESPONSIVE */
@media all and (max-width: 980px) {
    section#about ul li {
        width: 47%;
        margin: 20px 1%;
    }
}

@media all and (max-width: 960px) {

    section header h2 {
        font-size: 30px;
    }

}


@media all and (max-width: 760px) {

    .banner form header h2 {
        font-size: 26px;
    }

    section header h2 {
        font-size: 28px;
    }

    #header {
        position: relative;
    }

    #header h1,
    #header hgroup {
        display: block;
        width: 100%;
        text-align: center;
    }

    #header h1 {
        margin: 0;
    }

    #header hgroup {
        font-size: 15px;
        margin-top: 10px;
    }

    #header hgroup a {
        font-size: 32px;
    }

    .banner {
        position: relative;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top left;
        border-bottom: 5px solid #f9f9f9;
        z-index: 998;
    }

    .banner form {
        background: rgba(255, 255, 255, 0.8);
        height: auto;
        max-width: 760px;
        width: 100%;
        float: none;
        padding: 10px 2%;
    }

    #about p {}

    #about aside {
        display: none;
    }

    #about header {
        width: 100%;
    }

    #about header h2 {
        padding-left: 0;
        text-align: center;
    }

    #how-does-it-work ul li {
        width: 47%;
    }

    #testimonials aside {
        display: none;
    }

    .testimonial-content {
        display: block;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    #notice header h2 {
        font-size: 22px;
    }

    #notice header h3 {
        font-size: 14px;
    }

    #faq ul li {
        width: 47%;
    }

    #map iframe {
        height: 250px;
    }

    #map .overlay {
        height: 250px;
        top: 250px;
        margin-top: -250px;
    }

    #footer-headline a {
        font-size: 20px;
    }

}

@media all and (max-height: 780px) {
    .banner form {
        /* padding: 120px 2% 2% 2%; */
    }

    .banner form header h2 {
        line-height: 25px;
        margin-bottom: 10px;
        font-size: 25px;
    }

    h3.header-h3 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .banner form textarea {
        height: 70px;
    }
}

@media all and (max-width: 650px) {
    section#about ul li {
        width: 100%;
        margin: 20px 0%;
    }

}


@media all and (max-width: 500px) {

    #how-does-it-work ul li {
        width: 100%;
    }

    #faq ul li {
        width: 100%;
        margin: 10px 0;
    }

    .welcome-section {
        height: 700px;
    }
}


.custom-select {
    position: relative;
}

.custom-select select {
    display: none; 
}

.select-selected {
    width: 100%;
    height: 50px;
    padding: 11px 10px 11px 45px;
    margin: 0 0 11px 0 !important;
    border: 1px solid #75858C;
    border-radius: 4px;
    font-family: inherit;
    background-color: transparent !important;
    color: #444444;
    font-size: 14px;
    text-align: left;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 24px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #444444 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #444444 transparent;
    top: 17px;
}

.select-items {
    position: absolute;
    background-color: #444444;
    color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    font-size: 14px;
    text-align: left;
}

.select-hide {
    display: none;
}

.select-items div {
    padding: 10px 15px;
    cursor: pointer;
}

.select-items div:hover, .same-as-selected {
    background-color: #2c78bc;
}