@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,span,p,li,a {
	font-family: 'Poppins', sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Bitter', serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
ol,ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
h1,h2,h3,h4,h5,h6,p,a,span {
	display: inline-block;
}
h1,h2,h3,h4,h5,h6 {
	width: 100%;
}
a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
a:hover {
    text-decoration: none;
	color: #EF9220;
}
.label1 {
    font-weight: 600;
    color: red;
    bottom: -27px;
    font-size: 12px;
    left: 0;
    width: 100%;
    text-align: left;
}
/* +++++++++++++++++ Header CSS +++++++++++++++++ */
.lp_header {
    padding: 15px 0;
    box-shadow: 0px 0px 11px #d4d1d4;
}
.lp_header .container-fluid {
    padding: 0 70px;
}
@media only screen and (max-width: 1400px) {
    .lp_header .container-fluid {
        padding: 0 50px;
    }
}
@media only screen and (max-width: 767px) {
    .lp_header .container-fluid {
        padding: 0 30px;
    }
}

/* +++++++++++++++++ Survey Form CSS +++++++++++++++++ */
.survey-main label {
    display: inline-block;
    vertical-align: middle;
}
.survey-main {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #F1F1F2;
/*    padding: 0 15px;*/
}
.services-title-arrow {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 15px;
}
.services-title-arrow svg {
    height: 21px;
    fill: #0071BC;
}
.survey-main p {
    margin: 0;
}
@media only screen and (max-width: 1024px) {
    .survey-main .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (min-width: 1025px) {
    .right-full-img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
.schedule-padding {
    padding: 70px;
}
@media only screen and (max-width: 1400px) {
    .schedule-padding {
        padding: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .schedule-padding {
        padding: 30px 30px 40px;
    }
}
.services-main-title h1 {
    display: block !important;
    font-size: 36px;
    color: #0071BC;
    padding: 0 0 15px;
    border-bottom: 3px solid #0071BC;
    margin: 0 0 15px;
}
@media only screen and (max-width: 1199px) {
    .services-main-title h1 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .services-main-title h1 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .services-main-title h1 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 575px) {
    .services-main-title h1 {
        font-size: 22px;
    }
}
.schedule-wrap ul {
    padding: 0 !important;
    margin: 0;
    list-style: none !important;
}
.schedule-link {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid #d9d9d9;
    color: #22262f;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
.schedule-link::before {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
}
.schedule-link:hover {
    color: #0071BC !important;
    border-color: #0071BC !important;
}
.right-full-img {
    padding: 0 !important;
}
.right-full-img>img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
}
@media only screen and (max-width: 991px) {
    .schedule-link {
        padding: 15px 20px 15px 0;
    }
}
@media only screen and (max-width: 1024px) {
    .right-full-img>img {
        height: 500px;
    }
}
@media only screen and (max-width: 575px) {
    .right-full-img>img {
        height: 360px;
    }
}
@media only screen and (max-width: 480px) {
    .right-full-img>img {
        height: 300px;
    }
}
@media only screen and (max-width: 425px) {
    .right-full-img>img {
        height: auto;
    }
}
.green-btn {
    padding: 14px 54px;
    background-color: #0071BC;
    color: #FFFFFF;
    border: none;
}
.green-btn:hover, .green-btn:focus {
    background-color: #27282d;
}
.quiz-step .green-btn {
    margin-top: 36px;
    font-size: 20px;
}
.quiz-sec {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.quiz-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F9F7F9;
    border-radius: 20px;
    text-align: center;
    min-height: 500px;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 40px;
    margin: 0 0 8px;
}   
form.quiz-form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    z-index: 99;
    position: relative;
}
body .quiz-step.default-heading p {
    font-size: 23px;
    margin: 16px 0 0;
}
.quiz-step p {
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 15px;
    color: #27282d;
}
.form-que {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
}
.form-radio {
    margin: 15px 0 0;
    position: relative;
}
.form-radio input[type="radio"],
.form-radio input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 99;
}
.form-radio label {
    font-size: 18px;
    line-height: 1.5;
    color: #333333;
    font-weight: 500;
    cursor: pointer;
    padding-left: 32px;
    position: relative;
}
.form-radio label::before, .form-radio label::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 2px solid #27282d;
    background: transparent;
    position: absolute;
    top: 3px;
    left: 0;
}
.form-radio:not(.form-checkbox) label::after {
    width: 12px;
    height: 12px;
    top: 7px;
    left: 4px;
    background-color: #0071BC;
    border-color: #0071BC;
    opacity: 0;
}
.form-radio input[type="radio"]:checked+label::after,
.form-radio input[type="checkbox"]:checked+label::after {
    opacity: 1;
}
.form-radio input[type="radio"]:checked+label::before {
    border-color: #0071BC;
}
.form-checkbox label::before, .form-checkbox label::after {
    border-radius: 0;
}
.form-checkbox label::after {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border: none;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #0071BC;
    opacity: 0;
}
.form-input {
    margin: 25px 0 0;
    position: relative;
}
.form-input input,
.form-input textarea,
.select-option select {
    height: 50px;
    padding: 0 16px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    color: #555;
    background-color: #F9F7F9;
    border: 1px solid #666;
    width: 100%;
}
.form-input input:focus,
.form-input textarea:focus,
.select-option select:focus {
    border: 2px solid #0071BC !important;
    outline: none;
    box-shadow: none;
}
.select-option {
    position: relative;
}
.select-option select {
    padding-right: 32px;
}
.select-option::after {
    content: '\f107';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
}
.form-input textarea {
    min-height: 100px;
    padding: 10px 16px;
}
.label1 {
    font-weight: 500;
    color: #ff0000;
    position: absolute;
    bottom: -22px;
    font-size: 13px;
    left: 0;
    margin: 0;
}
.form-footer .label1 {
    top: 20px;
    bottom: auto;
    width: 100%;
}
.form-footer {
    padding: 70px 0 0;
    position: relative;
}
button.form-btn {
    background-color: #F9F7F9;
    border: 1px solid #27282d;
    border-radius: 4px;
    color: #27282d;
    padding: 10px 20px !important;
    opacity: 0.96;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    transition: all 0.3s ease 0s;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    position: relative;
}
button.form-btn.previous {
    margin: 0 12px 0 0;
}
button.form-btn img {
    transition: all 0.3s ease 0s;
    display: none;
}
button.form-btn.next img {
    margin-left: 11px;
}
button.form-btn.previous img {
    transform: rotate(180deg);
    margin-right: 11px;
}
button.form-btn.previous::before,
button.form-btn.next::after {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transition: all 0.3s ease 0s;
    display: inline-block;
    vertical-align: top;
}
button.form-btn.previous::before {
    transform: rotate(180deg);
}
button.form-btn:hover, button.form-btn:focus {
    background-color: #27282d;
    color: #FFFFFF;
}
button.form-btn:hover img, button.form-btn:focus img {
    filter: invert(1);
}
.hide {
    display: none;
}
.footer-btn .spot-btn:hover {
    background-color: #FFFFFF;
    color: #000000;
}
form.quiz-form .quiz-step .form-que label span {
    color: #81A969;
    font-weight: 500;
    margin-right: 6px;
    margin-left: 10px;
}
.form-info-label {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 5px 0 0;
    font-weight: 500;
}
.form-info-label a {
    color: #0071BC;
}
.quiz-step.default-heading h2 {
    line-height: 1.3;
}
@media only screen and (max-width: 1199px) {
    .quiz-step p {
        font-size: 28px;
    }
    .form-footer {
        padding: 55px 0 0;
    }
}
@media only screen and (max-width: 991px) {
    .quiz-step p {
        font-size: 25px;
    }
    .form-radio label::before,
    .form-checkbox label::after {
        width: 20px;
        height: 20px;
        top: 3px;
    }
    .form-radio:not(.form-checkbox) label::after {
        width: 12px;
        height: 12px;
        left: 4px;
        top: 7px;
    }
    .form-checkbox label::after {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .quiz-step .green-btn {
        margin-top: 30px;
        font-size: 16px;
    }
    .quiz-step p {
        font-size: 22px;
        margin: 0 0 5px;
    }
    .green-btn {
        padding: 14px 20px;
    }
    .form-input input,
    .select-option select,
    .select-option::after {
        font-size: 14px;
    }
    .select-option select {
        padding-right: 25px;
    }
}
@media only screen and (max-width: 575px) {
    button.form-btn.previous::before,
    button.form-btn.next::after {
        height: 20px;
    }
    body .quiz-step.default-heading p {
        font-size: 20px;
    }
    .quiz-step p {
        font-size: 20px;
    }
    .form-radio label {
        font-size: 16px !important;
        padding-left: 30px;
    }
    .form-radio label::before,
    .form-checkbox label::after {
        width: 18px;
        height: 18px;
    }
    .form-radio:not(.form-checkbox) label::after {
        width: 10px;
        height: 10px;
    }
    .form-checkbox label::after {
        font-size: 13px;
    }
    button.form-btn {
        font-size: 14px;
        padding: 12px 18px !important;
    }
    button.form-btn.previous {
        margin: 0 10px 0 0;
    }
    button.form-btn.next img {
        margin-left: 6px;
    }
    button.form-btn.previous img {
        transform: rotate(180deg);
        margin-right: 6px;
    }
    .form-footer .label1 {
        top: 2px;
    }
}
.cleaning-exam svg {
    width: 22px;
    height: 32px;
    position: absolute;
    top: -160px;
    color: #0071BC;
}
.cleaning-exam .location-page .container {
    padding: 0;
}
.cleaning-exam .form-content, .cleaning-exam .last-visited-content {
    padding-right: 0;
    padding-left: 0;
}
.cleaning-exam .form-content h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}
.cleaning-exam .treatment-info input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0!important;
    cursor: pointer;
    z-index: 1;
}
.cleaning-exam .treatment-info {
    text-align: center;
    border: 1px solid #333333;
    padding: 8px 30px;
    border-radius: 50px;
    width: fit-content;
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.cleaning-exam .treatment-info:first-child {
    margin-right: 16px;
}
.cleaning-exam .treatment-info:hover, .cleaning-exam .treatment-info.active {
    border-color: #0071BC;
}
.cleaning-exam .treatment-info:hover .last-visited-text p, .cleaning-exam .treatment-info.active .last-visited-text p {
    color: #0071BC;
}
.cleaning-exam .form-content p,
.veneer-consultation-page .quiz-step p {
    font-size: 16px;
    margin: 0;
    color: #6f6a71;
}
.hide-section {
    display: none;
}
.survey-btn-green {
    background-color: #0071BC;
    border-color: #0071BC !important;
}
.survey-btn-green:hover, .survey-btn-green.active {
    background-color: #27282d;
    border-color: #27282d !important;
}
.survey-btn-green .last-visited-text p,
.survey-btn-green:hover .last-visited-text p, .survey-btn-green.active .last-visited-text p {
    color: #FFFFFF !important;
}
@media only screen and (max-width: 480px) {
    .cleaning-exam .treatment-info:first-child {
        margin-right: 0;
    }
    .cleaning-exam .treatment-info {
        width: 100%;
    }
    .cleaning-exam .form-content h2 {
        font-size: 20px;
    }
}
body .contact-form .form-footer {
    text-align: center;
    padding: 50px 0 0;
}
body .contact-form .form-footer button.form-btn {
    padding: 15px 30px !important;
    margin: 0;
}
.contact-form .form-footer label.lbl_msg_success {
    width: 100%;
    line-height: 1.5;
    padding: 0 !important;
}
body .form-footer.contact-btn:not(.contact-form .form-footer) {
    padding: 35px 0 0;
}
.form-footer.contact-btn button.form-btn {
    background-color: #27282d;
    border: 1px solid #27282d;
    color: #FFFFFF;
}
.form-footer.contact-btn button.form-btn img {
    filter: invert(1);
}
.form-footer.contact-btn button.form-btn:hover,
.form-footer.contact-btn button.form-btn:focus {
    background-color: #0071BC;
    border: 1px solid #0071BC;
}
.form-footer label.lbl_msg_success {
    vertical-align: sub;
}
body .form-footer.contact-btn .label1 {
    top: 0;
}
body .form-step .form-input,
body .veneer-consultation-page .form-input {
    margin: 0 0 25px;
}
.quiz-info {
    margin-top: 25px;
}
@media only screen and (max-width: 575px) {
    body .contact-form .form-footer {
        padding: 35px 0 0;
    }
    body .contact-form .form-footer button.form-btn {
        font-size: 14px;
        padding: 14px 10px !important;
        width: 100%;
    }
    body .form-footer.contact-btn:not(.contact-form .form-footer) {
        padding: 15px 0 0;
    }
    body .form-footer.contact-btn .label1 {
        position: relative;
        margin: 0 0 15px;
    }
}
@media only screen and (max-width: 350px) {
    .form-footer.contact-btn button.form-btn {
        width: 100%;
    }
    .form-footer.contact-btn button.form-btn.previous {
        margin: 0 0 10px;
    }
}
.section_full_height > div {
    min-height: calc(100vh - (107px + 108px));
    height: 100%;
}
.veneer-consultation-page.quiz-inner {
    padding: 0;
    margin: 0;
    text-align: left;
    align-items: start;
    min-height: unset;
    height: auto;
    border-radius: 0;
    background-color: unset;
    overflow: unset;
}
.veneer-consultation-page .form-footer {
    padding-top: 35px;
}
.veneer-consultation-page .quiz-step h2 {
    margin-bottom: 24px;
}
.veneer-consultation-page .quiz-step h2,
.veneer-consultation-page .quiz-step h2 a {
    color: #333333;
    font-size: 24px;
    font-weight: 500;
}
.veneer-consultation-page .quiz-step h2 a {
    color: #0071BC !important;
}
.veneer-consultation-page .form-radio {
    margin-bottom: 16px;
    margin-top: 0;
}
@media only screen and (max-width: 1300px) {
    .section_full_height > div {
        min-height: calc(100vh - (107px + 126px));
        height: 100%;
    }
}
@media only screen and (max-width: 1050px) {
    .section_full_height > div {
        min-height: calc(100vh - (107px + 149px));
        height: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    .section_full_height > div {
        min-height: auto;
        height: unset;
    }
}
@media only screen and (max-width: 575px) {
    .veneer-consultation-page .quiz-step h2 {
        margin-bottom: 16px;        
    }
    .veneer-consultation-page .quiz-step h2,
    .veneer-consultation-page .quiz-step h2 a {
        font-size: 20px;
    }
}
input[name=dental_treatments][value=Yes] + label, input[name=dental_treatments][value=No] + label {
    width: 100%;
    text-align: center;
    padding: 4px 30px;
    border: 1px solid #000;
    border-radius: 50px;
}
input[name=dental_treatments][value=Yes] + label:before, input[name=dental_treatments][value=Yes] + label:after, input[name=dental_treatments][value=No] + label:before, input[name=dental_treatments][value=No] + label:after {
    display: none;
}
.veneer-consultation-page .quiz-step .form-que:has(input[name=dental_treatments][value=Yes]) {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
label.label1.lbl_what_smile_impact {
    top: 0;
}
.form-input input::placeholder,
.form-input textarea::placeholder,
.select-option select::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #6f6a71;
}
@media only screen and (max-width: 767px) {
    .form-input input::placeholder,
    .select-option select::placeholder {
        font-size: 14px;
    }
}