/* initially hide all groups (even before JS is loaded), so the page will never render them while loading */
[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
    display:none;
}

.wpcf7cf_repeater_sub {
    margin-bottom: 20px;
}

.wpcf7cf_repeater_controls, .wpcf7cf_step_controls {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.wpcf7cf_multistep .wpcf7cf_step {
    /* display:none; */
    width: 100%;
}

.wpcf7cf_multistep .wpcf7cf_step .step-title {
    display: none;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
    display: inline-block;
    border-radius: 50%;
    background: #dfdfdf;
    color: #000000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
    border-bottom: 5px solid #dfdfdf;
    text-align: center;
    flex: 1;
    padding: 15px;
    min-width: 120px;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
    border-bottom: 5px solid #333;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
    border-bottom: 5px solid #333;
    font-weight: bold;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
    background-color: #333;
    color: #ffffff;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
    background-color: #333;
    color: #ffffff;
}

.wpcf7cf_step_controls .disabled {
    pointer-events: none;
    cursor: default;
    opacity: .5;
}:root {
    --white: #fff;
    --black: #000000;
    --gray: #777777;
    --lightblue: #14A8E3;
}
.wpcf7{
    box-shadow: none !important;
}
/* ANIMATED FORM ELEMENTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.form-with-animated-labels 
input,
.form-with-animated-labels 
textarea {
    font-family: inherit;
    font-size: 100%;    
}
.form-with-animated-labels 
[type="submit"] {
    cursor: pointer;
}
.form-with-animated-labels 
textarea {
    resize: none;
}
.form-with-animated-labels 
ul {
    list-style: none;
}
.form-with-animated-labels .form-wrapper {
    position: relative;
}
.form-with-animated-labels .form-wrapper + .form-wrapper,
.form-with-animated-labels .form-wrapper + div .form-wrapper,
.form-with-animated-labels .form-wrapper + div + .form-wrapper,
.form-with-animated-labels .form-wrapper + .form-wrapper ul.form-row .form-wrapper{
    margin-top: 40px;
}

.form-with-animated-labels .form-wrapper ul.form-row{
    padding: 0;
    display: flex;
}

.form-with-animated-labels .form-wrapper ul.form-row > li.form-wrapper{
    margin-top: 0px !important;
    flex-basis: 50%;
}

.form-with-animated-labels .form-wrapper ul.form-row > li.form-wrapper label.not-animated{top: 0;}

.form-with-animated-labels .form-wrapper ul.form-row > li.form-wrapper label.not-animated{top: 0;}

.form-with-animated-labels .form-wrapper ul.form-row li.form-wrapper + li.form-wrapper{
    padding: 0 0 0 8px;
    margin-left: 8px;
}

.form-with-animated-labels .form-wrapper ul.form-row li.form-wrapper input[type="date"]{
    padding: 0 10px;
}

.form-with-animated-labels [type="text"],
.form-with-animated-labels [type="date"],
.form-with-animated-labels [type="email"],
.form-with-animated-labels textarea {
    width: 100%;
    padding: 15px 10px;
    border: 1px solid transparent;
    border-radius: 0px;
    color: var(--black);
    background: var(--lightgray);
    font-size: 18px;
}
::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
    color: transparent;
}
.form-with-animated-labels textarea {
    height: 150px;
}

.form-with-animated-labels [type="text"]:focus,
.form-with-animated-labels [type="date"]:focus,
.form-with-animated-labels [type="email"]:focus,
.form-with-animated-labels textarea:focus {
    border-color: transparent;
    top: -1px;
}

.form-with-animated-labels label {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 16px;
    transform: translateY(-50%);
    color: #9a9a9a !important;
    transition: all 0.25s ease-in-out;
}
.form-with-animated-labels label.not-animated{
    position: relative !important;
}
.form-with-animated-labels .form-textarea-wrapper label {
    top: 10px;
    transform: none;
}

.form-with-animated-labels label.focused {
    top: -22px;
    transform: none;
    font-size: 13px;
    font-weight: bold;
    color: var(--lightblue) !important;
}

.form-with-animated-labels [type="submit"] {
    width: auto !important;
    min-width: 100px;
    max-width: unset;
    height: auto;
    min-height: unset;
    max-height: unset;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 10px 0 0;
    padding: 10px !important;
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: unset;
    line-height: 1.45em;
    text-align: center;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}


.form-with-animated-labels .wpcf7-form-control-wrap {
    position: static;
}

.form-with-animated-labels .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 100%;
    right: 10px;
    font-size: 12px;
}


/* OUTPUT MESSAGES CF7
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wpcf7 form .wpcf7-response-output {
    font-size: 18px;
    padding: 10px;
    margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--brown);
}

/* FORM ELEMENTS */
.form-with-animated-labels .wpcf7-form-control-wrap input,
.form-with-animated-labels .wpcf7-form-control-wrap textarea{
    border-bottom: 1px solid #777777;
    color: #000000 !important;
    font-weight: 400 !important;
}
.form-with-animated-labels .wpcf7-form-control-wrap textarea{border: 1px solid #777777;}
.form-with-animated-labels .wpcf7-form-control-wrap input:focus{border-bottom: 2px solid #14a8e3;}
.form-with-animated-labels .wpcf7-form-control-wrap textarea:focus{border: 2px solid #14a8e3;}


.tophdr {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #179ed6!important;
    letter-spacing: 5px;
    line-height: 1.6em;
    text-shadow: 0em 0.08em 0em rgb(0 0 0 / 40%);
}

#et-info-phone:before {
   
    margin-right: 7px;
    background-color: #161d43;
    padding: 7px;
    border-radius: 50%;
    color: #fff;
}

#et-info-phone {
    color: #120e0e;
}

#et-info-email:before {
    margin-right: 7px;
    background-color: #161d43;
    padding: 7px;
    border-radius: 50%;
    color: #fff;
}

#et-info-phone,
#et-info-email {
    color: #120e0e;
}

#et-info-phone:before {
   
    margin-right: 7px;
    background-color: #161d43;
    padding: 7px;
    border-radius: 50%;
    color: #fff;
}

#et-info-phone {
    color: #120e0e;
}

#et-info-email:before {
    margin-right: 7px;
    background-color: #161d43;
    padding: 7px;
    border-radius: 50%;
    color: #fff;
}

#et-info-phone,
#et-info-email {
    color: #120e0e;
}.wpcf7{box-shadow:1px 1px 5px #ccc;padding:20px;background:#fff;}.wpcf7 h2{color:#161d43;padding-top:5px;font-weight:bold;}.wpcf7 label{color:#161d43;}.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 textarea{color:#333;font-weight:bold;font-family:open sans;width:100%;}.wpcf7 textarea{height:85px;}.wpcf7 input[type="submit"]{background:#293281;color:#fff;width:10%;padding:16px 0;}span.wpcf7-list-item{display:block;}.page-id-632 .form-with-animated-labels label,.page-id-574 .form-with-animated-labels label,.page-id-618 .form-with-animated-labels label{top:0 !important;}@media (max-width:481px){.page-id-632 .et_pb_row.et_pb_row_1,.page-id-574 .et_pb_row.et_pb_row_1,.page-id-618 .et_pb_row.et_pb_row_1{width:100%;}.page-id-632 .et_pb_text_1,.page-id-574 .et_pb_text_1,.page-id-618 .et_pb_text_1{padding-left:0 !important;}}.colm-4>span{column-count:4;display:block;}.colm-4>span span.wpcf7-list-item{display:block;width:max-content;}li.form-wrapper.colm-4{border:1px solid #a4a4a4;position:relative;padding:15px;width:fit-content;padding-top:50px;}li.form-wrapper.colm-4 label{margin-top:30px;}@media (max-width:768px){.colm-4>span{column-count:auto;}li.form-wrapper.colm-4{padding:35px 10px;}li.form-wrapper.colm-4 label{margin-top:25px;}}h2.sp-h3{font-size:22px !important;}.dosmoke-flds{margin-top:0 !important;}.agreement-check-box{margin-top:10px !important;}.agreement-check-box .last{margin-left:0;}.form-with-animated-labels .form-wrapper ul.form-row li.form-wrapper+li.form-wrapper{padding:0;margin-left:0;}span.country select{width:100%;}.medical-flex li{display:flex;flex-flow:row-reverse;flex-wrap:wrap;}.medical-flex li.medical-title{flex-flow:unset;}.medical-flex li .wpcf7-radio{display:flex;}.medical-flex li label{margin-top:15px;width:70%;}.dosmoke{display:flex;align-items:flex-end;}@media (max-width:1200px){.colm-4>span{column-count:2;}}@media (max-width:768px){.medical-flex li label{margin-top:0;width:100%;}.medical-flex li{display:block;}.form-with-animated-labels .form-wrapper ul.form-row{padding:0;display:block;}.form-with-animated-labels .form-wrapper ul.form-row>li.form-wrapper{margin-top:40px !important;}.dosmoke{display:block;}}.so-month{margin:30px 0;}li.form-wrapper{list-style:none !important;}@media only screen and (min-width:768px){#et-info{float:right !important;}}.nw-h2{color:#333;padding:0px 20px;line-height:1em;font-weight:500;font-size:26px;}input.wpcf7-form-control.wpcf7-submit{display:block;margin:0 auto;width:150px;}.privacy-form .form-wrapper ul.form-row>li.form-wrapper input{padding-top:32px;}.privacy-form{width:75% !important;}.privacy-form label{top:30% !important;font-size:15px;}@media (max-width:1180px){.privacy-form{width:100% !important;}}@media (max-width:991px){.privacy-form .medical-flex li label{width:78% !important;}.privacy-form .form-wrapper{margin-top:50px !important;}}@media (max-width:770px){.privacy-form .medical-flex li label{position:relative !important;}}@media (max-width:560px){.privacy-form .medical-flex li label{position:relative !important;}}.privacy-form .wpcf7-form-control-signature-wrap{max-width:98%;}.et_pb_column.et_pb_column_1_3.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough.et_pb_column_single{padding:55px;}@media (min-width:1199px){header .container.clearfix.et_menu_container{width:90% !important;}}@media (max-width:1500px){.heldi{font-size:90px !important;}}@media (max-width:375px){.heldi{font-size:40px !important;}}.footer-form{background:#179ed6;padding:50px 0px;}.footer-form h2{font-family:"Prata",Georgia,"Times New Roman",serif;font-size:50px;line-height:1.4em;position:relative;color:#fff;}.footer-form h2::after{content:"";position:absolute;width:calc(100% - 275px);top:50%;right:0;transform:translateY(-50%);height:2px;background:#fff;}.footer-form input[type="submit"]{margin-top:30px;background:#161d43;color:#fff;padding:12px 10px !important;cursor:pointer;text-transform:uppercase;border:none;}.footer-form input[type="submit"]:hover{background:#28336d;}.footer-form #wpcf7-f5055-o1{border:3px solid #1b6483;}.footer-form input[type="text"],.footer-form input[type="email"],.footer-form input[type="tel"],.footer-form textarea{font-weight:bold;padding:8px 4px;}.col-wrapper{width:100%;display:flex;align-items:center;flex-wrap:wrap;}.col-wrapper .f_col{max-width:100%;width:100%;}#myModal1 .nw-h2{margin-top:20px;}#myModal1 input.wpcf7-text{height:35px;padding:0px 10px;font-weight:700 !important;margin-bottom:25px;}#myModal1 textarea{padding:10px 10px;resize:none;font-weight:700 !important;}#myModal1 input.wpcf7-submit{outline:none;border:0px;height:40px;cursor:pointer;margin-top:15px;}#myModal1 input.wpcf7-text::placeholder,#myModal1 textarea::placeholder{font-weight:700 !important;}#myModal1 form p{padding-bottom:0px !important;}#myModal1 input.wpcf7-submit:hover{background:#161d43;}#myModal1 span.wpcf7-not-valid-tip{font-weight:700;font-size:13px;letter-spacing:-.03px;padding:0px;margin:0px;}#myModal1 .wpcf7-response-output{font-weight:700;font-size:14px;padding:7px;letter-spacing:-.03px;}#myModal1 form br{display:none;}@media only screen and (min-width:768px){.col-wrapper .f_col{max-width:48%;margin-right:20px;}.col-wrapper>.f_col:nth-child(2n){margin-right:0px;}.col-wrapper>.f_col:nth-child(3),.col-wrapper>.f_col:nth-child(4){margin-top:20px;}.col-wrapper br{display:none;}.col-wrapper .f_col input[type="text"],.col-wrapper .f_col input[type="email"],.col-wrapper .f_col input[type="tel"],.col-wrapper .f_col textarea{height:50px;}.col-wrapper .f_col label{height:50px;display:block;}}@media only screen and (min-width:992px){.col-wrapper .f_col{max-width:23%;margin-right:20px;}.col-wrapper>.f_col:nth-child(2n){margin-right:20px;}.col-wrapper>.f_col:last-child{margin-right:0px;}.col-wrapper>.f_col:nth-child(3),.col-wrapper>.f_col:nth-child(4){margin-top:0px;}}@media only screen and (min-width:1200px){.col-wrapper{width:100%;display:flex;align-items:center;flex-wrap:wrap;}.col-wrapper .f_col{max-width:23.5%;}}@media (min-width:1500px){.header-cta a{margin-left:20px !important;font-size:12px !important;}}@media (max-width:1440px){.heldi{font-size:80px !important;line-height:1.2em !important;}}@media (max-width:1280px){.heldi{font-size:65px !important;}}@media (max-width:1024px){.heldi{font-size:55px !important;}}@media (max-width:890px){.heldi{font-size:65px !important;}}@media (max-width:667px){.heldi{font-size:45px !important;}}@media (max-width:481px){.heldi{font-size:40px !important;}}.inside-img{margin-top:30px;}.page-id-6362 .form-with-animated-labels label{top:0 !important;}@media (max-width:1180px){.office-policies-form{width:100% !important;}}.et_pb_text_inner h2.Our-docters-h2{color:#000 !important;font-family:"Prata",Georgia,"Times New Roman",serif;font-size:50px !important;line-height:1.4em !important;}@media (max-width:980px){.page-id-763 .et_pb_column .et_pb_row_inner,.et_pb_row{padding:0px 0 !important;}.page-id-763 .et_pb_section{padding:0px 0 !important;}}@media only screen and (max-width:767px){.et_pb_text_inner h2.Our-docters-h2{font-size:28px !important;}}span.h2{font-family:"Cantata One",Georgia,"Times New Roman",serif;font-size:50px;line-height:1.4em;color:#fff !important;}.footer-form span.h2::after{content:"";position:absolute;width:calc(100% - 275px);top:50%;right:0;transform:translateY(-50%);height:2px;background:#fff;}span.h4{color:#333;padding-bottom:10px;font-weight:500;font-size:18px;}.contact-info-bx span.h4,.dental-serv-blk span.h4,.foot_col #et-info-phone,.foot_col #et-info-email{color:#fff;}@media only screen and (max-width:767px){span.h2{font-size:25px !important;}}@media (min-width:981px){.blog #main-content .container:before{width:0px;}}.et_pb_toggle_title:before{color:#0079ff !important;}.et_pb_text_7 h2{ont-family:"Cantata One",Georgia,"Times New Roman",serif;font-size:40px;line-height:1.4em;color:#333;padding-bottom:10px;font-weight:600;}img.img-rght{float:right;margin-left:10px;}@media only screen and (max-width:767px){.et_pb_text_7 h2{font-size:25px;}img.img-rght{float:none;margin-left:0px;margin-top:10px;margin-bottom:10px;}}@media (max-width:1199px){.icon-box{height:470px;}}.page-id-478 h2.et_pb_toggle_title{font-size:18px;font-family:"Cantata One",Georgia,"Times New Roman",serif;}.page-id-442 h3.et_pb_toggle_title,.page-id-500 h3.et_pb_toggle_title{font-size:18px;font-family:"Cantata One",Georgia,"Times New Roman",serif;}@media (max-width:980px){.et_pb_section_2.et_pb_section{margin-top:unset !important;}}@media (min-width:1200px){.et_pb_blurb_2.et_pb_blurb .et_pb_module_header{line-height:1.2;}.et_pb_blurb_position_left .et-pb-icon{margin-top:-6px !important;}}@media (min-width:981px){.blog #main-content .container:before{content:"";position:absolute;top:0;height:100%;width:1px;background-color:#e2e2e2;}.blog #main-content .container:before{width:2px;}.blog .et_right_sidebar #main-content .container:before{right:20.875% !important;}.blog div#left-area1{width:80%;padding-bottom:23px;padding-right:5.5%;}.blog .project_sidebar{width:20%;}.blog #sidebar{width:100%;}.blog div#content-area{display:flex;}.blog #main-content{padding-top:60px;}}.entry-featured-image-url{width:100%;height:292px;background:#ddd;}.entry-featured-image-url img{height:100%;width:auto;margin:0 auto;display:block;}@media (max-width:767px){.entry-featured-image-url{height:auto;}.entry-featured-image-url img{width:100%;height:auto;}.single-post .et_post_meta_wrapper img{height:auto;width:100% !important;}}.single-post .et_post_meta_wrapper img{height:100%;width:auto;padding-left:calc(( 100% - 560px ) / 2);padding-right:calc(( 100% - 560px ) / 2);display:block;background:#ddd;}.page-id-510 span.h3{font-family:"Cantata One",Georgia,"Times New Roman",serif;font-size:20px;line-height:1.4em;}.bx-h2 h2{font-family:"Cantata One",Georgia,"Times New Roman",serif !important;}.page-id-9262 .et_pb_toggle_close .et_pb_toggle_title,.page-id-9262 .et_pb_toggle_close h3.et_pb_toggle_title,.page-id-9262 .et_pb_toggle_open .et_pb_toggle_title{font-size:16px;}.page-id-9262 .et_pb_text_0 .span-h2{font-size:20px;color:rgba(0,0,0,.35) !important;line-height:1.6em;}.map_ft{line-height:0;}a#headerPopup{transition:.2s;}a#headerPopup:hover{background-color:#419fd7;transition:.2s;}@media (max-width:767px){.home h3 br{display:none;}}.et_fixed_nav #top-header{padding:3px 0;}#main-header{padding-top:5px;}.years-of-experience h2.heldi{line-height:1.1 !important;padding-top:10px;}#top-header .container{padding-bottom:.2em;}#top-header,#et-secondary-nav li ul{background-color:rgba(242,242,242,.98);}#top-header,#top-header a{color:#6d6d6d;}#top-header,#top-header a,#et-secondary-nav li li a,#top-header .et-social-icon a:before{font-size:15px;}#top-menu li.current-menu-ancestor>a,#top-menu li.current-menu-item>a,#top-menu li.current_page_item>a{color:#1d99f2;}#et-footer-nav{background-color:rgba(219,219,219,.86);}#footer-bottom{background-color:rgba(198,198,198,.63);}#footer-info,#footer-info a{color:#282828;}@media only screen and (min-width:981px){.et_header_style_left #et-top-navigation,.et_header_style_split #et-top-navigation{padding:27px 0 0 0;}.et_header_style_left #et-top-navigation nav>ul>li>a,.et_header_style_split #et-top-navigation nav>ul>li>a{padding-bottom:27px;}.et_header_style_split .centered-inline-logo-wrap{width:54px;margin:-54px 0;}.et_header_style_split .centered-inline-logo-wrap #logo{max-height:54px;}.et_pb_svg_logo.et_header_style_split .centered-inline-logo-wrap #logo{height:54px;}.et_header_style_centered #top-menu>li>a{padding-bottom:10px;}.et_header_style_slide #et-top-navigation,.et_header_style_fullscreen #et-top-navigation{padding:18px 0 18px 0 !important;}.et_header_style_centered #main-header .logo_container{height:54px;}#logo{max-height:91%;}.et_pb_svg_logo #logo{height:91%;}.et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,.et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container{height:9.72px;}.et-fixed-header#top-header,.et-fixed-header#top-header #et-secondary-nav li ul{background-color:rgba(242,242,242,.98);}.et-fixed-header #top-menu li.current-menu-ancestor>a,.et-fixed-header #top-menu li.current-menu-item>a,.et-fixed-header #top-menu li.current_page_item>a{color:#1d99f2 !important;}.et-fixed-header#top-header a{color:#6d6d6d;}}@media only screen and (min-width:1350px){.et_pb_row{padding:27px 0;}.et_pb_section{padding:54px 0;}.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper{padding-top:81px;}.et_pb_fullwidth_section{padding:0;}}.wpcf7{box-shadow:1px 1px 5px #ccc;padding:20px;background:#fff;}.wpcf7 h2{color:#161d43;padding-top:5px;font-weight:bold;}.wpcf7 label{color:#161d43;}.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 textarea{color:#333;font-weight:bold;font-family:open sans;width:100%;}.wpcf7 textarea{height:85px;}.wpcf7 input[type="submit"]{background:#293281;color:#fff;width:10%;padding:16px 0;}span.wpcf7-list-item{display:block;}.page-id-632 .form-with-animated-labels label,.page-id-574 .form-with-animated-labels label,.page-id-618 .form-with-animated-labels label{top:0 !important;}@media (max-width:481px){.page-id-632 .et_pb_row.et_pb_row_1,.page-id-574 .et_pb_row.et_pb_row_1,.page-id-618 .et_pb_row.et_pb_row_1{width:100%;}.page-id-632 .et_pb_text_1,.page-id-574 .et_pb_text_1,.page-id-618 .et_pb_text_1{padding-left:0 !important;}}.colm-4>span{column-count:4;display:block;}.colm-4>span span.wpcf7-list-item{display:block;width:max-content;}li.form-wrapper.colm-4{border:1px solid #a4a4a4;position:relative;padding:15px;width:fit-content;padding-top:50px;}li.form-wrapper.colm-4 label{margin-top:30px;}@media (max-width:768px){.colm-4>span{column-count:auto;}li.form-wrapper.colm-4{padding:35px 10px;}li.form-wrapper.colm-4 label{margin-top:25px;}}h2.sp-h3{font-size:22px !important;}.dosmoke-flds{margin-top:0 !important;}.agreement-check-box{margin-top:10px !important;}.agreement-check-box .last{margin-left:0;}.form-with-animated-labels .form-wrapper ul.form-row li.form-wrapper+li.form-wrapper{padding:0;margin-left:0;}span.country select{width:100%;}.medical-flex li{display:flex;flex-flow:row-reverse;flex-wrap:wrap;}.medical-flex li.medical-title{flex-flow:unset;}.medical-flex li .wpcf7-radio{display:flex;}.medical-flex li label{margin-top:15px;width:70%;}.dosmoke{display:flex;align-items:flex-end;}@media (max-width:1200px){.colm-4>span{column-count:2;}}@media (max-width:768px){.medical-flex li label{margin-top:0;width:100%;}.medical-flex li{display:block;}.form-with-animated-labels .form-wrapper ul.form-row{padding:0;display:block;}.form-with-animated-labels .form-wrapper ul.form-row>li.form-wrapper{margin-top:40px !important;}.dosmoke{display:block;}}.so-month{margin:30px 0;}li.form-wrapper{list-style:none !important;}@media only screen and (min-width:768px){#et-info{float:right !important;}}.nw-h2{color:#333;padding:0px 20px;line-height:1em;font-weight:500;font-size:26px;}input.wpcf7-form-control.wpcf7-submit{display:block;margin:0 auto;width:150px;}.privacy-form .form-wrapper ul.form-row>li.form-wrapper input{padding-top:32px;}.privacy-form{width:75% !important;}.privacy-form label{top:30% !important;font-size:15px;}@media (max-width:1180px){.privacy-form{width:100% !important;}}@media (max-width:991px){.privacy-form .medical-flex li label{width:78% !important;}.privacy-form .form-wrapper{margin-top:50px !important;}}@media (max-width:770px){.privacy-form .medical-flex li label{position:relative !important;}}@media (max-width:560px){.privacy-form .medical-flex li label{position:relative !important;}}.privacy-form .wpcf7-form-control-signature-wrap{max-width:98%;}.et_pb_column.et_pb_column_1_3.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough.et_pb_column_single{padding:55px;}@media (min-width:1199px){header .container.clearfix.et_menu_container{width:90% !important;}}@media (max-width:1500px){.heldi{font-size:90px !important;}}@media (max-width:375px){.heldi{font-size:40px !important;}}.footer-form{background:#179ed6;padding:50px 0px;}.footer-form h2{font-family:"Prata",Georgia,"Times New Roman",serif;font-size:50px;line-height:1.4em;position:relative;color:#fff;}.footer-form h2::after{content:"";position:absolute;width:calc(100% - 275px);top:50%;right:0;transform:translateY(-50%);height:2px;background:#fff;}.footer-form input[type="submit"]{margin-top:30px;background:#161d43;color:#fff;padding:12px 10px !important;cursor:pointer;text-transform:uppercase;border:none;}.footer-form input[type="submit"]:hover{background:#28336d;}.footer-form #wpcf7-f5055-o1{border:3px solid #1b6483;}.footer-form input[type="text"],.footer-form input[type="email"],.footer-form input[type="tel"],.footer-form textarea{font-weight:bold;padding:8px 4px;}.col-wrapper{width:100%;display:flex;align-items:center;flex-wrap:wrap;}.col-wrapper .f_col{max-width:100%;width:100%;}#myModal1 .nw-h2{margin-top:20px;}#myModal1 input.wpcf7-text{height:35px;padding:0px 10px;font-weight:700 !important;margin-bottom:25px;}#myModal1 textarea{padding:10px 10px;resize:none;font-weight:700 !important;}#myModal1 input.wpcf7-submit{outline:none;border:0px;height:40px;cursor:pointer;margin-top:15px;}#myModal1 input.wpcf7-text::placeholder,#myModal1 textarea::placeholder{font-weight:700 !important;}#myModal1 form p{padding-bottom:0px !important;}#myModal1 input.wpcf7-submit:hover{background:#161d43;}#myModal1 span.wpcf7-not-valid-tip{font-weight:700;font-size:13px;letter-spacing:-.03px;padding:0px;margin:0px;}#myModal1 .wpcf7-response-output{font-weight:700;font-size:14px;padding:7px;letter-spacing:-.03px;}#myModal1 form br{display:none;}@media only screen and (min-width:768px){.col-wrapper .f_col{max-width:48%;margin-right:20px;}.col-wrapper>.f_col:nth-child(2n){margin-right:0px;}.col-wrapper>.f_col:nth-child(3),.col-wrapper>.f_col:nth-child(4){margin-top:20px;}.col-wrapper br{display:none;}.col-wrapper .f_col input[type="text"],.col-wrapper .f_col input[type="email"],.col-wrapper .f_col input[type="tel"],.col-wrapper .f_col textarea{height:50px;}.col-wrapper .f_col label{height:50px;display:block;}}@media only screen and (min-width:992px){.col-wrapper .f_col{max-width:23%;margin-right:20px;}.col-wrapper>.f_col:nth-child(2n){margin-right:20px;}.col-wrapper>.f_col:last-child{margin-right:0px;}.col-wrapper>.f_col:nth-child(3),.col-wrapper>.f_col:nth-child(4){margin-top:0px;}}@media only screen and (min-width:1200px){.col-wrapper{width:100%;display:flex;align-items:center;flex-wrap:wrap;}.col-wrapper .f_col{max-width:23.5%;}}@media (min-width:1500px){.header-cta a{margin-left:20px !important;font-size:12px !important;}}@media (max-width:1440px){.heldi{font-size:80px !important;line-height:1.2em !important;}}@media (max-width:1280px){.heldi{font-size:65px !important;}}@media (max-width:1024px){.heldi{font-size:55px !important;}}@media (max-width:890px){.heldi{font-size:65px !important;}}@media (max-width:667px){.heldi{font-size:45px !important;}}@media (max-width:481px){.heldi{font-size:40px !important;}}.inside-img{margin-top:30px;}.page-id-6362 .form-with-animated-labels label{top:0 !important;}@media (max-width:1180px){.office-policies-form{width:100% !important;}}.et_pb_text_inner h2.Our-docters-h2{color:#000 !important;font-family:"Prata",Georgia,"Times New Roman",serif;font-size:50px !important;line-height:1.4em !important;}@media (max-width:980px){.page-id-763 .et_pb_column .et_pb_row_inner,.et_pb_row{padding:0px 0 !important;}.page-id-763 .et_pb_section{padding:0px 0 !important;}}@media only screen and (max-width:767px){.et_pb_text_inner h2.Our-docters-h2{font-size:28px !important;}}span.h2{font-family:"Cantata One",Georgia,"Times New Roman",serif;font-size:50px;line-height:1.4em;color:#fff !important;}.footer-form span.h2::after{content:"";position:absolute;width:calc(100% - 275px);top:50%;right:0;transform:translateY(-50%);height:2px;background:#fff;}span.h4{color:#333;padding-bottom:10px;font-weight:500;font-size:18px;}.contact-info-bx span.h4,.dental-serv-blk span.h4,.foot_col #et-info-phone,.foot_col #et-info-email{color:#fff;}@media only screen and (max-width:767px){span.h2{font-size:25px !important;}}@media (min-width:981px){.blog #main-content .container:before{width:0px;}}.et_pb_toggle_title:before{color:#0079ff !important;}.et_pb_text_7 h2{ont-family:"Cantata One",Georgia,"Times New Roman",serif;font-size:40px;line-height:1.4em;color:#333;padding-bottom:10px;font-weight:600;}img.img-rght{float:right;margin-left:10px;}@media only screen and (max-width:767px){.et_pb_text_7 h2{font-size:25px;}img.img-rght{float:none;margin-left:0px;margin-top:10px;margin-bottom:10px;}}@media (max-width:1199px){.icon-box{height:470px;}}.page-id-478 h2.et_pb_toggle_title{font-size:18px;font-family:"Cantata One",Georgia,"Times New Roman",serif;}.page-id-442 h3.et_pb_toggle_title,.page-id-500 h3.et_pb_toggle_title{font-size:18px;font-family:"Cantata One",Georgia,"Times New Roman",serif;}@media (max-width:980px){.et_pb_section_2.et_pb_section{margin-top:unset !important;}}@media (min-width:1200px){.et_pb_blurb_2.et_pb_blurb .et_pb_module_header{line-height:1.2;}.et_pb_blurb_position_left .et-pb-icon{margin-top:-6px !important;}}@media (min-width:981px){.blog #main-content .container:before{content:"";position:absolute;top:0;height:100%;width:1px;background-color:#e2e2e2;}.blog #main-content .container:before{width:2px;}.blog .et_right_sidebar #main-content .container:before{right:20.875% !important;}.blog div#left-area1{width:80%;padding-bottom:23px;padding-right:5.5%;}.blog .project_sidebar{width:20%;}.blog #sidebar{width:100%;}.blog div#content-area{display:flex;}.blog #main-content{padding-top:60px;}}.entry-featured-image-url{width:100%;height:292px;background:#ddd;}.entry-featured-image-url img{height:100%;width:auto;margin:0 auto;display:block;}@media (max-width:767px){.entry-featured-image-url{height:auto;}.entry-featured-image-url img{width:100%;height:auto;}.single-post .et_post_meta_wrapper img{height:auto;width:100% !important;}}.single-post .et_post_meta_wrapper img{height:100%;width:auto;padding-left:calc(( 100% - 560px ) / 2);padding-right:calc(( 100% - 560px ) / 2);display:block;background:#ddd;}.page-id-510 span.h3{font-family:"Cantata One",Georgia,"Times New Roman",serif;font-size:20px;line-height:1.4em;}.bx-h2 h2{font-family:"Cantata One",Georgia,"Times New Roman",serif !important;}.page-id-9262 .et_pb_toggle_close .et_pb_toggle_title,.page-id-9262 .et_pb_toggle_close h3.et_pb_toggle_title,.page-id-9262 .et_pb_toggle_open .et_pb_toggle_title{font-size:16px;}.page-id-9262 .et_pb_text_0 .span-h2{font-size:20px;color:rgba(0,0,0,.35) !important;line-height:1.6em;}.map_ft{line-height:0;}a#headerPopup{transition:.2s;}a#headerPopup:hover{background-color:#419fd7;transition:.2s;}@media (max-width:767px){.home h3 br{display:none;}}.et_fixed_nav #top-header{padding:3px 0;}#main-header{padding-top:5px;}.years-of-experience h2.heldi{line-height:1.1 !important;padding-top:10px;}#top-header .container{padding-bottom:.2em;}