﻿/*Brandon's landing pages styles 9/29/2022.....*/
body main #difference .divider img {
    margin-bottom: -8px;
}

body main #ready .divider img {
    margin-bottom: -8px;
}

body main #makeover #payments {
    background-image: url(../landing/img/new/mini/smile-makeover-special-orange-ca.jpg);
    background-size: 100% 100%;
}

.before-and-afters .container {
    width: 85%;
    margin: 0 auto;
    padding: 50px 0;
}

.before-and-afters h2 {
    font-size: 2rem;
    color: #084a91;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.before-and-afters .img-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 30px;
}

    .before-and-afters .img-content img {
        width: 35%;
        margin: 0 20px;
        border: 5px solid #3e7cb1;
    }

body main #problems .container .content ul li img {
    margin-top: 10px;
}
/*Responsive Styling....*/
@media(min-width:1700px) {
    .before-and-afters h2 {
        font-size: 3rem;
    }

    body main #problems .container .content ul li img {
        margin-top: 18px;
    }
}

@media(max-width:1000px) {
    .flex-split-img-service .flex-split-img-container-img.flex-img-video {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .vid-container {
        width: 100%;
        margin: 0 auto 80px;
        text-align: center;
        padding: 32px 0;
    }
}

@media(max-width:940px) {
    body main #makeover {
        flex-direction: column-reverse;
    }
}

@media(max-width:850px){
    .section-emergency-faqs .heading{
        padding-top:0;
        margin-top:0;
    }
    .section-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    body main #difference .text-content .container{

    }
}
@media(max-width:800px){
    body main #difference .divider img{
        height:412px;
    }
}

@media(max-width:600px) {
    .section-top-video {
        margin-top: 16px;
    }

    .vid-container {
        margin-bottom: 42px;
    }

    .before-and-afters .container {
        padding: 30px 0 0;
    }

    .before-and-afters .img-content {
        flex-direction: column;
        align-items: center;
        padding-top: 10px;
    }

        .before-and-afters .img-content img {
            width: 65%;
            margin: 20px auto;
        }
}

@media(max-width:540px) {
    body main #problems .container {
        width: 85%;
    }
}

@media(max-width:450px) {
    .before-and-afters h2 {
        font-size: 1.5rem;
    }

    body main #dental-veneers-overhauling .container .content h2 {
        font-size: 1.5rem;
    }

    body main #problems .container .content ul li img {
        margin-top: 6px;
    }


    /*Video Code for Small Mobile*/
    .flex-split-img-service .flex-split-img-container-img.flex-img-video{
        width:100%;
    }
    .flex-split-img-service .flex-split-img-container-img.flex-img-video{
        width:100%;
    }
}

@media(max-width:380px) {
    .vid-container {
        width: 315px !important;
    }

        .vid-container iframe {
            width: 315px !important;
            height: 177px !important;
        }
}

@media(max-width:340px) {
    .vid-container {
        width: 280px !important;
    }

        .vid-container iframe {
            width: 280px !important;
            height: 158px !important;
        }
}

/*Brandon's landing pages styles 10/04/2022.....*/

body main #makeover .deep-cleaning, .smile-makeover-content {
    width: 50%;
}

body main #makeover .deep-cleaning {
    position: relative;
    background-image: url(../img/new/mini/deep-dental-cleaning-special-mobile-orange-ca.jpg);
    background-size: cover;
    background-position: center;
}

    body main #makeover .deep-cleaning .mobile-img {
        display: none;
    }

.swoosh {
    position: absolute;
    height: 100%;
    right: -73px;
}

.section-content-wave-blue-orange.section-content-left-premier .section-header {
    font-size: 2.8rem !important;
    font-family: "Raleway",sans-serif;
    line-height: 1.3;
    font-weight: 500;
}
body main #difference .text-content .container h2 {
    font-family: "Raleway",sans-serif;
}

body main #ready .text-content .container h2 {
    font-size: 2.8rem;
    font-family: "Raleway",sans-serif;
}

body main #ready .text-content .container p {
    font-size: 1.3rem;
}

@media(max-width:1024px) {
    body main #problems #mobile-sub-header h2 {
        font-family: "Raleway",sans-serif;
    }

    .section-content-wave-orange-blue {
        margin-top: 0;
    }
}

@media(max-width:940px) {
    body main #makeover .deep-cleaning {
        width: 100%;
        height: 500px;
    }
    /*body main #makeover .deep-cleaning .mobile-img {
        display: block;
    }*/
    .swoosh {
        display: none;
    }
}

@media(max-width:800px) {
    body main #ready .text-content .container h2 {
        font-size: 2.5rem;
    }
}

@media(max-width:690px) {
    body main #ready .text-content .container h2 {
        font-size: 2rem;
        margin: 0 auto;
    }
}

@media(max-width:500px) {
    body main #makeover .deep-cleaning {
        display: none;
    }
}

/*Dentist Landing page CSS changes...*/
.dentist-form{
    margin-top:0;
}
.form-instructions{
    margin-bottom:0;
}
.section-content-left-premier{
    max-width:82%!important;
    padding-top:77px;
}
.contact-statement div{
    width:82%;
}
.contact-statement-heading {
    font-size: 2.8rem !important;
    font-family: "Raleway",sans-serif;
    line-height: 1.3;
    font-weight: 500;
}

@media(max-width:1024px) {
    .section-content-left-premier {
        max-width: 88% !important;
    }
}
@media(max-width:1000px) {
    .schedule-form{
        background-position:right;
        padding-bottom:40px;
    }
    .flex-contact-name {
        align-items: center;
    }
    .flex-contact-name input{
        margin:20px auto !important;
    }

    .form-group input{
        margin: 20px auto !important;
    }
    .button-container button {
        color: #c63;
        background: #fff;
        width: 100%;
    }
}
@media(max-width:800px){
    .section-content-wave-blue-orange.section-content-left-premier .section-header{
        font-size:2.5rem!important;
    }
    .section-content-wave-blue-orange.section-content-left-premier .section-header br{
        display: none;
    }
    .contact-statement-heading {
        font-size: 2.5rem !important;
    }
    .contact-statement-heading br{
        display: none;
    }
}

@media(max-width:690px) {
    .section-content-wave-blue-orange.section-content-left-premier .section-header {
        font-size: 2rem!important;
    }
    .contact-statement-heading {
        font-size: 2rem !important;
    }
}
@media(max-width:650px){
    .contact-statement div{
        width:100%;
        min-width:100% !important;
    }
}
@media(max-width:600px) {
    .section-content-left-premier {
        max-width: 100% !important;
    }
    .contact-statement{
        padding-left:0;
    }
    .contact-statement div {
        background-size: cover;
        padding-left:40px;
        padding-right:40px;
        text-align:center;
    }
}

@media(max-width:450px) {
    .form-instructions {
        padding-bottom:0;
    }
    .button-container button {
        font-size:1.5rem;
    }
}
@media(max-width:400px){
    .schedule-form{
        background-image:none;
    }
}

/*Dental Corwns Special CSS Changes....*/
.landing-amount{
    font-weight:700;
}
.dental-crowns-body main #makeover #makeover-special-content #ad .content img {
    margin-left: 28px;
}

.dental-crowns-body main #makeover #payments .swoosh {
    max-height: 750px;
    margin-left:-80px;
}
.cta-amount{
    font-size:4rem;
    font-weight:600;
}

@media(max-width:1490px) {
    .dental-crowns-body main #makeover #payments .swoosh {
        margin-right: -74px;
    }
}

@media(max-width:1400px) {
    .dental-crowns-body main #makeover #payments .swoosh {
        max-height: 726px;
    }
}

@media(max-width:1249px) {
    .dental-crowns-body main #makeover #payments .swoosh {
        max-height: 703px;
    }
}

@media(max-width:1240px) {
    .dental-crowns-body main #makeover #payments .swoosh {
        max-height: 655px;
    }
}

@media(max-width:940px) {
    .dental-crowns-body main #makeover #makeover-special-content #ad .content img {
        margin-left: 0;
    }

    .dental-crowns-body main #makeover {
        flex-direction: column-reverse;
    }
}
@media(max-width:800px){
    .cta-amount{
        font-size:3.7rem;
    }
}
@media(max-width:690px) {
    .cta-amount {
        font-size: 3rem;
    }
}

@media(max-width:620px) {
    .dental-crowns-body main #makeover #makeover-special-content #ad .content img {
        width: 100px;
    }
    .faq-left .faq-content{
        margin-left:20px;
    }
    .faq-right .faq-content {
        margin-right: 20px;
    }
}

@media(min-width:1700px) {
    .dental-crowns-body main #makeover #payments .swoosh {
        max-height: 100%;
        margin-right: -90px;
    }
    .dental-crowns-body main #makeover #makeover-special-content #ad .content img {
        width: 300px !important;
    }
}

/*Teeth Cleaning Special CSS Changes...*/
.teeth-cleaning-body main #makeover #payments .swoosh {
    max-height: 917px;
    position: absolute;
    right: -21px;
}
@media(min-width:1700px){
    .teeth-cleaning-body main #makeover #payments .swoosh{
        max-height:100%;
    }
    .teeth-cleaning-body main #makeover #makeover-special-content #ad .content img{
        width:300px !important;
    }
}



/*2-21-2023 Landing Pages Changes*/
.list {
    padding-right: 64px;
    color: rebeccapurple !important;
}

    .list li {
        list-style: none;
        display: flex;
        flex-direction: row;
        align-items: baseline;
        position: relative;
        margin-left: 5px;
        padding-top: 12px;
    }

        .list li img {
            position: absolute;
            margin: 12px 0 0 -26px;
        }

        .list li p {
            color: black;
            font-weight: 500;
            line-height: 1.4;
            padding-bottom: 1%;
            font-size: 1.3rem;
            text-align: left;
            width: 100%;
        }

            .list li p span {
                color: #084a91;
                font-weight: 600;
            }

.faqs-top .img-div {
    background-image: url(../landing/img/new/frequently-asked-questions-about-veneers-orange-premier-dental-orange-ca.jpg) !important;
}

.faqs-top .mobile-problems-img {
    background-image: url(../landing/img/new/frequently-asked-questions-about-veneers-orange-premier-dental-orange-ca-tablet.jpg) !important;
}

.faqs-bottom .img-div {
    background-image: url(../landing/img/new/frequently-asked-questions-about-veneers-at-orange-premier-dental-orange-ca.jpg) !important;
}

.faqs-bottom .mobile-problems-img {
    background-position-y: -300px !important;
    background-image: url(../landing/img/new/frequently-asked-questions-about-veneers-at-orange-premier-dental-orange-ca.jpg) !important;
}

.veneers-body .faqs-top .img-div {
    background-image: url(../landing/img/new/frequently-asked-questions-about-veneers-orange-premier-dental-orange-ca.jpg) !important;
}

.veneers-body .faqs-top .mobile-problems-img {
    background-image: url(../landing/img/new/frequently-asked-questions-about-veneers-orange-premier-dental-orange-ca-tablet.jpg) !important;
}

.veneers-body .faqs-bottom .img-div {
    background-image: url(../landing/img/new/frequently-asked-questions-about-veneers-at-orange-premier-dental-orange-ca.jpg) !important;
}

.veneers-body .faqs-bottom .mobile-problems-img {
    background-position-y: -300px !important;
    background-image: url(../landing/img/new/frequently-asked-questions-about-veneers-at-orange-premier-dental-orange-ca.jpg) !important;
}
@media(max-width:1700px) {
    .list li img {
        /*margin-top:2px;*/
    }

    .list li p {
        font-size: 2rem;
    }
}

@media(max-width:1024px) {
    .list {
        padding-right: 0;
        margin-right: 4%;
    }
}

@media(max-width:920px) {
    .faqs-bottom .mobile-problems-img {
        background-position-y: -240px !important;
    }
}

@media(max-width:750px) {
    .faqs-bottom .mobile-problems-img {
        background-position-y: -180px !important;
    }
}

@media(max-width:600px) {
    .faqs-bottom .mobile-problems-img {
        background-position-y: -100px !important;
    }
}

@media(max-width:540px) {
    .faqs-bottom .content {
        margin-left: 20px;
        padding-left: 5.2% !important;
        padding-right: 5.2% !important;
    }

    .list li img {
        margin-top: 8px;
    }
}

@media(max-width:500px) {
    .bottom-pad-none {
        padding-bottom: 0 !important;
    }
}

@media(max-width:450px) {
    .list li p {
        font-size: 1rem;
        margin-right: 8px;
    }

    .list li img {
        margin-top: 3px;
    }

    .faqs-bottom .content {
        margin-left: 20px;
    }
}


.veneers-body header {
    border-bottom: none !important;
}

@media(min-width:1800px) {
    .veneers-body main #problems .container .content ul li p,
    .veneers-body main #dental-veneers-overhauling .container .content p {
        font-size: 1.5rem;
    }
}