@charset "UTF-8";

/* Interior Pages and Posts CSS */
#header {
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

#header .header-holder {
    background-color: transparent;
}

.logo-block {
    width: min( 12.292vw, 236px );
}

.page:not(.home) #logo img {
    filter: none;
    width: min( 12.292vw, 236px );
}

.main-frame {
    background-color: #f8f8f8;
    color: #041627;
    padding-top: clamp(15px, 2.230vw, 45px);
}

.breadcrumb {
    padding: 5px 0 0;
}

.bar.bar-title {
    background: #f8f8f8;
    border: none;
    padding: 0;
    background-size: 100vw;
    background-repeat: no-repeat;
}

.bar.bar-title::after {
    display: none;
}

.bar.bar-title .container {
    padding: 20px 0;
    border-bottom: 2px solid #ececec
}

.bar.bar-title a {
    color: #202722;
}

.breadcrumbs-block {
    font-weight: 400;
    color: #202722;
}

.bar.bar-title h1,
.bar.bar-title h2 {
    color: #202722;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}

.bar.bar-title h1::after {
    display: none;
}

.page-template-flexible #inner-content {
    padding: 0;
}

.page-template-flexible #inner-content .container {
    width: 100%;
    padding: 0;
}

.entry-add h2,
.entry-add h3,
.entry-add h4 {
    font-family: 'Montserrat', serif;
    font-size: clamp(26px, 1.667vw, 32px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: clamp(36px, 2.083vw, 40px);
}

.entry-add h2,
.fullContent.entry-add h2 {
    color: #14202B;
    font-family: 'Montserrat', serif;
    font-size: clamp(26px, 1.667vw, 32px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: clamp(36px, 2.188vw, 42px);
}

.page-offer h3, .page-offer h2 {
    color: #242926;
    font-family: 'Montserrat', serif;
    font-size: clamp(26px, 1.667vw, 32px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: clamp(36px, 2.188vw, 42px);
}

.page-offer {
    padding: 20px 0;
    border-bottom: 1px solid;
}

.entry.entry-add p,
.entry.entry-add ul li {
    font-size: clamp(16px, 0.938vw, 18px);
    line-height: clamp(24px, 1.667vw, 26px);
    letter-spacing: normal;
    color: #242926;
}

.entry img {
    box-shadow: 0px 20px 40px #0000000D;
}

.jcf-radio span, .widget.widget-form .jcf-radio span {
    background: #6866e8;
}

/** SIDEBAR STUFF **/

.rtSide {
    background-color: #14202B;
    color: #f8f8f8;
    padding: 20px 15px;
    border-radius: 0;
    margin-bottom: 80px;
    box-shadow: 0px 30px 60px #0000000D;
}

#sidebar .no-pad.row {
    margin: 0 -15px 15px;
}

.widget {
    padding: 30px 0;
    margin: 0;
}

.widget.widget-form {
    padding-bottom: 20px;
}

.widget.widget-choose,
.widget.widget-location {
    padding: 30px 28px;
}

.widget.widget-location {
    padding-bottom: 34px;
}

.cInfo form input:not([type=submit]), .cInfo form textarea, .wrap-form-question form input:not([type=submit]), .wrap-form-question form textarea {
    font-size: 14px;
}

.personal-info {
    padding: 0 20px;
    margin-bottom: 54px;
}

.widget.widget-form .head {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.personal-info h5,
.widget.widget-form .head,
.widget.widget-location h4,
.widget.widget-choose h3 {
    color: #f8f8f8;
    font-family: 'Montserrat', sans-serif;
    text-transform: unset;
    font-size: clamp(18px, 1.146vw, 22px);
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(28px, 1.667vw, 32px);
    text-align: center;
}

.personal-info h5 a {
    color: #1b2436;
}

.personal-info h5{
    width: fit-content;
    margin: 0 0 24px;
    text-align: left;
}

.widget.widget-form .head p::after,
.widget.widget-location h4::after,
.widget.widget-choose h3::after,
.personal-info h5::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    margin: 8px auto 16px;
    border-bottom: 0;
    background-color: #3C5A7D;
}

.personal-info h5::after {
    margin: 8px 0 16px;
    display: none;
}

.personal-info .description {
    text-align: left;
    width: 67%;
}

.widget.widget-form .personal-info .description p { /* JRF */
    font-size: 14px;
    line-height: 24px;
    color: #f8f8f8;
    margin-bottom: 0px;
}

.widget.widget-form form {
    background-color: transparent;
    color: #1b2436;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: clamp( 12px, 0.729vw, 14px );
    line-height: clamp( 20px, 1.146vw, 22px );
}

.widget.widget-form form .top {
    color: #f8f8f8;
    margin-left: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    font-size: clamp( 12px, 0.729vw, 14px );
    line-height: clamp( 20px, 1.146vw, 22px );
}

.wrap-form-question form .top p {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.widget.widget-form .wrap-form-question input[type="submit"] {
    background-color: #17753F;
    color: #f8f8f8;
    font-size: clamp(14px, 0.833vw, 16px);
    font-weight: 600;
    padding: 16px 24px;
    line-height: normal;
    border-radius: 0;
}

.widget.widget-form .wrap-form-question input[type="submit"]:hover {
    color: #f8f8f8;
    background-color: #3C5A7D;
}

.widget.widget-location h4 {
    text-align: center;
}

.map-block.widget-map {
    height: 565px;
}

.widget-location .row-location {
    text-align: center;
}

.widget-location .row-location a {
    color: #f8f8f8;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 24px;
    display: block;
}

.widget .box {
    background-color: #f8f8f8;
    border: none;
    border-radius: 0;
}

.list-check li {
    padding-left: 26px;
    font-size: 14px;
}

.list-check li a {
    color: #14202B;
}

.list-check li::before {
    color: #17753F;
    font-size: 14px;
}

.personal-info .img img {
    border: none;
}

.entry.entry-add ul {
    margin-bottom: 0;
}

.entry.entry-add ul li {
    margin-bottom: 24px;
}

.entry ul > li::before {
    background-color: #17753F;
    top: 8px;
}

.page-id-16544 .wpcf7 form input.wpcf7-submit {
    background-color: #17753F;
    border-radius: 0;
    color: #f8f8f8;
    font-size: clamp(14px, 0.833vw, 16px);
    font-weight: 600;
    padding: 16px 24px;
    line-height: normal;
    letter-spacing: clamp(.77px, 0.080vw, 1.54px);
}

.page-id-16544 .wpcf7 form input.wpcf7-submit:hover {
    color: #f8f8f8;
    background-color: #3C5A7D;
}

.page-id-16544 .entry.entry-add .wpcf7 form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    margin-left: 3px;
    width: 18px;
}

.page-id-16544 .entry.entry-add .wpcf7 form img.formImg {
    width: 80%;
}

/* .page-id-16544 form .teeth-group1 p > span > span {
    display: flex;
    flex-wrap: nowrap;
} */

.page-id-16544 form .teeth-group2 .wpcf7-checkbox,
.page-id-16544 form .teeth-group2 p span > span label {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
}

.page-id-16544 form .teeth-group1 .wpcf7-checkbox,
.page-id-16544 form .teeth-group1 p span > span label {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
}

.page-id-16544 form .reasonsForRef .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.page-id-16544 form .teeth-group2 p span > span label,
.page-id-16544 form .teeth-group1 p span > span label {
    flex-direction: row;
}

.wpcf7-list-item {
    margin: 0;
}

.page-id-16544 form .teeth-group2 .wpcf7-checkbox,
.page-id-16544 form .teeth-group1 .wpcf7-checkbox,
.page-id-16544 form .reasonsForRef .wpcf7-checkbox {
    gap: clamp(8px, 0.833vw, 16px);
}

.page-id-16544 form .reasonsForRef .wpcf7-checkbox span label input {
    margin-right: 5px;
}

.page-id-16544 form .wpcf7-file {
    padding: 10px 0px;
}

@media ( max-width: 1366px ) {
    .rtSide {
        width: 30%;
        margin-left: 3.3333333%;
    }

    .page-id-16544 form .teeth-group1,
    .page-id-16544 form .teeth-group2 {
        width: fit-content;
    }

    .page-id-16544 form .teeth-group1 p > span > span {
        display: flex;
        flex-wrap: nowrap;
        width: fit-content;
    }

    .page-id-16544 form .teeth-group2 p span > span {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        flex-direction: column-reverse;
        width: fit-content;
    }
}

@media ( max-width: 1280px) {
    .groupWrap {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        column-gap: 32px;
    }
    .page-id-16544 form .teeth-group2 .wpcf7-checkbox, .page-id-16544 form .teeth-group1 .wpcf7-checkbox {
        flex-direction: column;
    }

    .page-id-16544 form .teeth-group2 .wpcf7-checkbox {
        flex-direction: column-reverse;
    }
}

@media ( min-width: 1025px ) {
    .page:not(.home) #nav > li.current_page_item > a {
        color: #17753F;
    }

    #nav > li > a::after {
        background-color: #17753F;
    }
}

@media ( max-width: 1024px ) {

    #mobLogo {
        /* display: none; */
    }

    .mob-logo-section img {
        /* filter: none; */
    }

    .bar.bar-title {
        padding: 15px 10px;
    }

    #rSlider {
        overflow: hidden;
    }

    .rtSide {
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
    }

    .personal-info h5, .widget.widget-form .head, .widget.widget-location h4, .widget.widget-choose h3 {
        font-size: 24px;
        letter-spacing: 0.48px;
        line-height: 36px;
    }

    .personal-info .img img {
        width: 115px;
    }
}

@media ( max-width: 567px ) {
    .entry.entry-add .alignright {
        margin: 0 0 20px 0px;
    }

    .page-id-16544 .entry.entry-add .wpcf7 form img.formImg {
        width: 100%;
    }
}