﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');

*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    list-style: none;
    padding: 0px;
}
html {
    scroll-padding-top: 100px;
}
body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}


input, button, textarea, select {
    font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
    font-weight: normal;
}

#root, #__next {
    isolation: isolate;
}

body {
    font-family: "Montserrat", sans-serif;
    padding-bottom: 0;
}

html {
    scroll-behavior: smooth;
}

.btn-yellow {
    height: 40px;
    color: #11284a;
    border: none;
    background-color: #f7ce4f;
    font-weight: bold;
    padding: 0px 20px;
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

    .btn-yellow:hover {
        color: #fff !important;
        background-color: #11284a;
    }

.btn-blue {
    height: 40px;
    border: none;
    color: #fff;
    background-color: #11284a;
    font-weight: bold;
    padding: 0px 20px;
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

/*1st banner*/
.banner-text.new-banner {
    text-align: center;
}

    .banner-text.new-banner a.btn-yellow {
        margin-top: 10px;
        text-align: center;
    }

    .banner-text.new-banner span.exclus-offer {
        margin-left: 0;
        font-weight: bold;
        color: #12284a !important;
        text-align: center;
    }

    .banner-text.new-banner h1.receive-offer {
        margin-top: 7px;
        font-size: 35px;
        line-height: 32px;
        color: #000;
    }

        .banner-text.new-banner h1.receive-offer span.offper {
            font-size: 33px;
            margin-left: 0;
            color: #000;
            font-family: Montserrat-bold;
        }

.mob-show a.btn-blue {
    display: none;
}

span.resource-link {
    color: #12284a;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    padding: 0;
    white-space: nowrap;
}

div#product-details {
    padding: 50px 0px;
    overflow: auto;
}

.product-inner p {
    text-align: center;
    font-family: 'Montserrat-medium';
    margin: 0 auto;
    /*max-width: 1308px;*/
    font-weight: 500;
    line-height: 34px;
    color: #12284a;
    font-size: 18px;
}

.plan-main4 a.btn-yellow {
    margin-top: 14px;
}

.btn-blue:hover {
    color: #11284a;
    background-color: #f7ce4f;
}

.product-inner .container {
    max-width: 1177px;
}

.container {
    max-width: 1070px;
    margin: auto;
    padding: 0px 15px;
    width: 100%;
}

.nav {
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 20%);
    position: fixed;
    width: 100%;
    z-index: 99;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    width: 100%;
    align-items: center;
}

.plan-link ul li {
    cursor: pointer;
}

.privacy-policy-divs a {
    word-wrap: break-word;
    white-space: nowrap;
}

.main-nav .main-logo img {
    height: 45px;
}

.nav-link {
    display: flex;
    align-items: center;
    padding: 0px;
}

    .nav-link ul {
        display: flex;
        align-items: center;
    }

        .nav-link ul li {
            margin-right: 30px;
            position: relative;
        }

            .nav-link ul li ul {
                display: none;
                position: absolute;
                min-width: calc(100% + 30px);
                background-color: #fff;
                padding: 10px;
                text-align: center;
                box-shadow: 0px 4px 2px 2px rgba(51, 51, 51, 20%);
                border-radius: 0px 0px 20px 20px;
                margin-top: 0px;
                margin-left: -15px;
            }

                .nav-link ul li ul li {
                    margin: 0px 0px 8px 0px;
                }

                    .nav-link ul li ul li:last-child {
                        margin: 0px;
                    }

                    .nav-link ul li ul li a {
                        font-weight: 400;
                        font-size: 15px;
                        padding: 0px;
                        white-space: nowrap;
                    }

a.banner-a {
    text-decoration: none;
}

.nav-link ul li ul li a:hover {
    font-weight: 600 !important;
    border-top: 0px;
    border-bottom: 2px solid #f7ce4f;
}

.nav-link ul li:hover ul {
    display: block;
}

.nav-link ul li a {
    font-size: 18px;
    color: #12284A;
    font-weight: 600;
    text-decoration: none;
    padding: 18px 0px;
}

    .nav-link ul li a:hover {
        border-top: 5px solid #f7ce4f;
    }

.slick-dotted.slick-slider {
    margin-bottom: 38px;
}

.main-banner {
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 20%);
    padding-top: 82px;
    background-image: url("https://nationaldentex.com/NationalDentex/media/National-Dentex/New%20Lab/Bannerbg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}

    .main-banner.home-main-banner {
        display: block;
    }

.hbspt-form {
    margin-bottom: 0;
}

.banner-inner {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 40px;
}

.banner-text span {
    margin-left: 6px;
    font-size: 18px;
    font-weight: bold;
    color: #12284A;
}

.banner-text h1 {
    font-size: 52px;
    line-height: normal;
    color: #002855;
}

.nav-link ul li a:hover {
    border-top: 5px solid #11284a;
}

.nav-link ul li ul li a:hover {
    font-weight: 600;
}

.tab-contents input[type=submit].hs-button {
    line-height: 30px !important;
}

a.email-link {
    word-wrap: break-word;
    white-space: nowrap;
}

.banner-text p {
    font-size: 17px;
    font-weight: 600;
    color: #12284A;
    margin-bottom: 20px;
}

.plan-main {
    box-shadow: 0px 0px 2px 2px rgba(51, 51, 51, 20%);
    /*box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 2px 2px;*/
    padding: 50px 0px;
}

.plan-inner {
    display: flex;
    align-items: center;
    /* gap: 30px; */
}

.plan-link {
    flex: 1;
}

.plan-text-main {
    flex: 3;
    display: flex;
    gap: 20px;
    display: none;
    box-shadow: 0px 0px 2px 1px rgba(51, 51, 51, 40%);
    padding: 20px;
    border-radius: 12px;
    background-color: #fff;
    min-height: 318px;
}

    .plan-text-main.plan-main2.active a#openModalBtn2 {
        margin-top: 5px;
    }

    .plan-text-main .mob-show {
        display: none;
    }

.content_main_edu h5 {
    font-size: 12px;
    color: #4e6c89;
}

ul.service-slider.slick-initialized.slick-slider {
    margin-bottom: 38px;
}

.plan-text-main.active {
    display: flex;
}

.plan-main2 .plan-text {
    line-height: 32px;
}

.plan-link ul {
    display: flex;
    flex-flow: column;
    gap: 15px;
}

    .plan-link ul li.active span {
        border-left: 2px solid #f7ce4f;
        font-weight: 600;
        padding-left: 10px;
        position: relative;
        left: -10px;
        color: #11284a;
    }

    .plan-link ul li span:hover {
        color: #11284a;
    }

    .plan-link ul li span {
        font-size: 22.5px;
        font-weight: 600;
        color: #11284a;
        /* color: #848484; */
        cursor: pointer;
    }

.plan-img {
    flex: 1;
}

    .plan-img img {
        border-radius: 20px;
        height: 100%;
        object-fit: cover;
    }

.plan-text {
    flex: 2;
    align-self: center;
}

.plan-text-main .plan-text span {
    font-size: 18px;
    font-weight: bold;
    color: #12284A;
}

.plan-main2 .plan-text p {
    margin-top: 0;
}

.plan-text-main .plan-text p {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 22px;
}

.plan-text-main .plan-text i {
    font-size: 14px;
    font-weight: 500;
    color: #12284A;
    display: block;
    margin-top: 5px;
    font-style: normal;
}

    .plan-text-main .plan-text i a {
        color: #12284A;
    }

.cases-main {
    padding: 40px 0px 60px;
    background-color: #f2f2f2;
}

    .cases-main .cases-inner {
        text-align: center;
    }

        .cases-main .cases-inner h3 {
            font-size: 22.5px;
            font-weight: 600;
            color: #12284A;
            margin-bottom: 32px;
        }

        .cases-main .cases-inner ul li {
            display: inline-block;
            background: #fff;
            margin: 0px 15px;
            padding: 41px 30px 41px;
            /*padding: 10px;*/
        }

            .cases-main .cases-inner ul li img {
                margin: auto;
            }
            /* .slick-slide img {
width: 200px;
height: auto;

margin: 0 auto;
}*/
            .cases-main .cases-inner ul li span {
                font-size: 18px;
                font-weight: bold;
                color: #12284A;
                margin-top: 20px;
                display: block;
            }

        .cases-main .cases-inner ul {
            width: 90%;
            margin: auto;
            padding: 0px;
        }

p.education-fingertrips {
    margin-bottom: 20px !important;
    max-width: 388px;
}

div#myModal2 span.closeBtn {
    top: 0;
}

.slick-list {
    padding: 0px !important;
}

.sec-col > p {
    max-width: 455px;
}

.slider .slick-prev {
    left: -35px;
}

.slick-prev::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-left: 3px solid #f7ce4f;
    border-bottom: 3px solid #f7ce4f;
    transform: rotate(45deg);
    margin-right: 5px;
}

.slick-next::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-right: 3px solid #f7ce4f;
    border-top: 3px solid #f7ce4f;
    transform: rotate(45deg);
    margin-left: 5px;
}

.testi-main {
    padding: 60px 0px;
    background-color: #12274a;
}

    .testi-main .testi-inner {
        text-align: center;
        width: 80%;
        margin: auto;
    }

        .testi-main .testi-inner h3 {
            font-size: 20px;
            font-weight: 600;
            color: #fff;
            /* margin-bottom: 20px; */
        }

        .testi-main .testi-inner .testi-head-img {
            text-align: center;
        }

            .testi-main .testi-inner .testi-head-img img {
                display: inline-block;
            }

        .testi-main .testi-inner ul {
            padding-left: 0px;
        }

            .testi-main .testi-inner ul li {
                color: #fff;
                font-size: 14px;
                font-weight: 400;
            }

                .testi-main .testi-inner ul li p {
                    font-size: 22px;
                    line-height: 32px;
                }

                .testi-main .testi-inner ul li strong {
                    display: block;
                    margin: 20px 0px 5px;
                    font-size: 17px;
                }

.testimonials span {
    font-size: 17px;
}

.testimonials .slick-dots {
    bottom: -50px;
}

    .testimonials .slick-dots li button:before {
        color: #8f9aaa;
        font-size: 16px;
    }

    .testimonials .slick-dots li.slick-active button:before {
        color: #f7ce4f;
    }

.service-main {
    padding: 0 0 60px;
    background-color: #fff;
}

div#meet-the-aligners h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 22.5px;
    font-weight: 600;
    color: #12284a;
    margin-bottom: 32px;
}

.service-main .service-inner {
    text-align: center;
}

    .service-main .service-inner h3 {
        font-size: 22px;
        font-weight: 600;
        color: #12284A;
        margin-bottom: 40px;
    }

    .service-main .service-inner ul {
        display: flex;
        width: 80%;
        margin: auto;
        padding-left: 0px;
        gap: 20px;
    }

        .service-main .service-inner ul li {
            flex: 1;
        }

            .service-main .service-inner ul li img {
                border-radius: 60%;
                height: 190px;
                width: 200px;
                margin: auto auto 30px;
            }

            .service-main .service-inner ul li span {
                font-size: 20px;
                font-weight: 600;
                color: #12284A;
                background-color: #f7ce4f;
                display: inline-block;
                padding: 3px 13px;
            }

            .service-main .service-inner ul li p {
                font-size: 17px;
                font-weight: 400;
                color: #000;
                width: 86%;
                margin: 15px auto 15px auto;
            }

                .service-main .service-inner ul li p a {
                    color: #12284A;
                }

.service-slider .slick-list {
    width: 90%;
    margin: auto;
}

.service-slider .slick-prev {
    left: 10px;
    top: 100px;
}

.service-slider .slick-next {
    right: 10px;
    top: 100px;
}

.form-main {
    padding: 30px 0px 60px;
    background-color: #f2f2f2;
}

    .form-main .form-inner {
        text-align: center;
    }

        .form-main .form-inner h3 {
            font-size: 22px;
            font-weight: 600;
            margin-top: 10px;
            color: #12284A;
            margin-bottom: 30px;
        }

        .form-main .form-inner ul {
            display: flex;
            padding: 0px;
        }

            .form-main .form-inner ul li {
                flex: 1;
                padding: 15px;
                cursor: pointer;
            }

                .form-main .form-inner ul li span {
                    font-size: 20px;
                    font-weight: 600;
                    color: #12284A;
                    /* margin-bottom: 20px; */
                    display: inline-block;
                }

                .form-main .form-inner ul li.active {
                    background-color: #fff;
                    cursor: default;
                    border-radius: 15px 15px 0px 0px;
                }

                    .form-main .form-inner ul li.active span {
                        border-bottom: 2px solid #f7ce4f;
                        padding-bottom: 5px;
                    }

        .form-main .form-inner .tab-content {
            /*display: none;*/
            background-color: #fff;
            padding: 30px;
        }

#tab1 .tabs-title {
    margin: 12px 0;
}

#tab2 .tabs-title {
    padding: 0 20px;
}

.form-main .form-inner .tab-content p {
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

div#tab1 h3 {
    text-align: left;
    margin-bottom: 5px;
}

.form-main .form-inner .tab-content.active {
    display: block;
}

* {
    outline: 0 !important;
    font-family: "Montserrat", sans-serif !important;
}

.custom-modal, .custom-modal1 {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 60%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.custom-modal-dialog {
    /*max-width: 1140px;*/
    max-width: 1036px;
    width: 90%;
    border-radius: 0px;
    position: relative;
}

.close-modal, .close-modal1 {
    opacity: 1;
    color: #12284A;
    border: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    text-align: right;
    position: absolute;
    top: 5px;
    right: 10px;
    font-weight: bold;
}

.custom-modal, .custom-modal1 {
    opacity: 0;
    visibility: hidden;
}

body.modal-open .custom-modal, body.modal-open .custom-modal1 {
    opacity: 1;
    visibility: visible;
}

.custom-modal-inner {
    display: flex;
    align-items: center;
}

.first-col {
    line-height: 0;
    width: 40%;
}

    .first-col img {
        width: 100%;
    }

.sec-col {
    width: 60%;
    max-width: 465px;
    margin: auto;
}

    .sec-col h4 {
        text-align: left;
        color: #12284A;
        margin: 0;
        font-weight: 600;
        font-size: 18px;
    }

    .sec-col p {
        font-size: 16px;
        font-weight: 400;
        text-align: left;
    }

    .sec-col p {
        color: #000000;
        font-size: 16px;
        margin: 15px 0 0 0;
        line-height: 25px;
    }
/*.hbst_wht_frm {
padding: 0 40px;
}*/
.hbst_wht_frm fieldset {
    max-width: 100% !important;
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    margin: 0 -5px !important;
}

    .hbst_wht_frm fieldset .input {
        margin: 0 !important;
    }

        .hbst_wht_frm fieldset .input .hs-input {
            width: 100% !important;
            height: 45px;
            padding: 9px 15px;
            font-size: 14px;
            font-weight: 400;
            line-height: 22px;
            color: #000 !important;
            background-color: #ffffff !important;
            border: 1px solid #959494 !important;
            box-sizing: border-box;
            -webkit-border-radius: 10px !important;
            -moz-border-radius: 10px !important;
            -ms-border-radius: 10px !important;
            border-radius: 10px !important;
        }

    .hbst_wht_frm fieldset.form-columns-3 .hs_email {
        flex: 1 1 50% !important;
        max-width: 50%;
    }

    .hbst_wht_frm fieldset.form-columns-3 .hs_phone {
        flex: 1 1 30% !important;
        max-width: 30%;
    }

    .hbst_wht_frm fieldset.form-columns-3 .hs_referred_zip {
        max-width: 20%;
        flex: 1 1 20% !important;
    }

    .hbst_wht_frm fieldset.form-columns-1 div {
        padding: 0;
    }

.hbst_wht_frm legend.hs-field-desc {
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
}

.portal-form1 .hbst_wht_frm legend.hs-field-desc {
    font-size: 12px;
    color: #000000;
    margin-bottom: 5px;
}

.hbst_wht_frm .hs-submit {
    text-align: center;
    margin-top: 20px;
}

    .hbst_wht_frm .hs-submit input.hs-button {
        background-color: #ffce4f;
        border: 0;
        color: #12284a !important;
        font-weight: bold !important;
        padding: 10px 40px;
        display: inline-block;
        text-transform: uppercase;
        cursor: pointer;
        width: auto !important;
    }

body .hbst_wht_frm .input .hs-input, .hbst_wht_frm .hs-form-field .hs-button, .hbst_wht_frm .hs-form-field input[type=text], .hbst_wht_frm .hs-form-field input[type=email], .hbst_wht_frm .hs-form-field input[type=phone], .hbst_wht_frm .hs-form-field input[type=number], .hbst_wht_frm .hs-form-field input[type=tel], .hbst_wht_frm .hs-form-field input[type=date], .hbst_wht_frm .hs-form-field input[type=text] {
    background-color: #fff !important;
    border: solid 1px #000 !important;
    border-radius: 5px !important;
    color: #000;
}

body .hbst_wht_frm .input .hs-input, body .hbst_wht_frm .input input[type=text], input[type=email], .hbst_wht_frm .hs-form-field input[type=phone], .hbst_wht_frm .hs-form-field input[type=number], .hbst_wht_frm .hs-form-field input[type=tel], .hbst_wht_frm .hs-form-field input[type=date], .hbst_wht_frm .hs-form-field input[type=text], .hbst_wht_frm .hs-form-field inputemail {
    border: 1px solid #959494 !important;
    background-color: #FAFAFA !important;
    border-radius: 9px !important;
}

input#email-5569cc42-1314-402e-bcfd-da96de7f6681, input#email-d4152317-b0f9-45a8-8486-d61f41a3e73d, input#phone-5569cc42-1314-402e-bcfd-da96de7f6681, input#phone-d4152317-b0f9-45a8-8486-d61f41a3e73d, input#mobilephone-5569cc42-1314-402e-bcfd-da96de7f6681 {
    border: 1px solid #959494 !important;
    background-color: #FAFAFA !important;
    border-radius: 9px !important;
}

input.hs-button.primary.large, input.hs-button.primary, input.hs-button {
    background-color: #ffcf54 !important;
}

.hbst_drk_blu_frm .hs-form fieldset .hs-input.invalid,
.hbst_wht_frm .hs-form fieldset .hs-input.invalid,
.ios_now_pardot .hs-form fieldset .hs-input.invalid,
.dso_layout .hs-form fieldset .hs-input.invalid,
.tab-content input#email-5569cc42-1314-402e-bcfd-da96de7f6681.invalid,
.tab-content input#email-d4152317-b0f9-45a8-8486-d61f41a3e73d.invalid,
.tab-content input#phone-5569cc42-1314-402e-bcfd-da96de7f6681.invalid,
.tab-content input#phone-d4152317-b0f9-45a8-8486-d61f41a3e73d.invalid {
    border: 2px solid #8b0000 !important;
}

.hbst_wht_frm input {
    background-color: #FAFAFA !important;
}

body .hbst_wht_frm .input .hs-input {
    background-color: #FAFAFA !important;
}

.hbst_wht_frm fieldset .input textarea.hs-input {
    height: 130px !important;
}

.form-columns-1 .hs-dependent-field {
    width: 100%;
}

label#label-name_of_group_practice_organization_or_dso-5569cc42-1314-402e-bcfd-da96de7f6681 {
    display: block !important;
}

ul.no-list.hs-error-msgs {
    display: none !important;
}

.hs_error_rollup ul.no-list.hs-error-msgs {
    display: block !important;
    padding: 0 !important;
    margin: 5px 0 0 0 !important;
    list-style-type: none !important;
}

.hs_error_rollup .hs-error-msgs label.hs-main-font-element {
    background: #8b0000;
    color: #fff;
    padding-left: .5em;
    width: 100%;
    padding: 3px 5px;
    font-size: 12px !important;
    font-family: inherit !important;
    display: block;
}

.hs-submit > .actions {
    padding-bottom: 63px !important;
}

.hbst_wht_frm .hs-form fieldset .hs-input.invalid, .hbst_wht_frm .hs-form fieldset .hs-input.invalid, .hbst_wht_frm .hs-form fieldset .hs-input.invalid, .hbst_wht_frm .hs-form fieldset .hs-input.invalid {
    border: 2px solid #8b0000 !important;
}

textarea#message-d4152317-b0f9-45a8-8486-d61f41a3e73d {
    color: #000 !important;
}

.visiblePopUp {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999 !important;
    padding: 20px !important;
}

    .visiblePopUp p {
        text-align: left !important;
    }

    .visiblePopUp .sec-col {
        max-width: 500px;
        padding-bottom: 50px;
    }

    .visiblePopUp .custom-modal-dialog {
        width: 95%;
    }

.sec-col h4 {
    color: #12284A;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    line-height: 28px;
    margin-bottom: 20px;
}

#tab1 > h3, #tab1 > p {
    text-align: left;
    font-size: 18px;
}

#tab1 > h3 {
    margin-bottom: 5px;
    font-weight: 600;
}

#tab1 > p {
    font-size: 16px;
    margin-bottom: 20px;
}

footer.footer_corporate h2 {
    text-align: left;
}

footer.footer_corporate ul {
    text-align: left;
}

.form-main {
    position: relative;
}
/* .formSubmited{
min-height:650px;
}*/
.hbspt-form {
    margin-top: 0 !important;
}

    .hbspt-form .submitted-message {
        display: none;
    }

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
}

/* Modal Content */
/*.modal-content {
    background-color: #12284a;
    margin: 7% auto;
    padding: 30px;
    border: 1px solid #888;
    width: 70%;
    border-radius: 10px;
    position: relative;
}
*/
div#myModal .modal-content, div#myModal2 .modal-content {
    background-color: #12284a;
    margin: 7% auto;
    padding: 30px;
    border: 1px solid #888;
    width: 70%;
    border-radius: 10px;
    position: relative;
}
/* The Close Button */
.plan-text-main .plan-text span.closeBtn {
    color: #ffce4f;
    float: right;
    font-size: 40px;
    font-weight: normal;
    position: absolute;
    right: 15px;
    top: -10px;
}

.closeBtn:hover,
.closeBtn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.hs_state_license.hs-state_license.hs-fieldtype-text.field.hs-form-field, .hs_npi_number.hs-npi_number.hs-fieldtype-text.field.hs-form-field {
    display: flex;
    flex-direction: column-reverse;
    text-align: left;
    row-gap: 7px;
}

.model-inner {
    display: flex;
    background-color: #fff;
    align-items: center;
    padding: 30px 30px 0px;
    gap: 30px;
}

    .model-inner.model-inner1 {
        align-items: start;
        padding: 40px;
        gap: 30px;
    }

        .model-inner.model-inner1 .model-img {
            flex: 1;
        }

            .model-inner.model-inner1 .model-img img {
                /* width: 80%;
    margin: auto; */
            }

    .model-inner.model-inner2 {
        align-items: start;
        flex-flow: column;
        gap: 0px;
        padding-bottom: 30px;
    }

        .model-inner.model-inner2 .model-inner-portal {
            display: flex;
            position: relative;
            z-index: 2;
            gap: 20px;
        }

        .model-inner.model-inner2 .model-inner-data {
            text-align: center;
            padding: 0px;
        }

            .model-inner.model-inner2 .model-inner-data .data-span {
                margin: 0px;
            }

            .model-inner.model-inner2 .model-inner-data > img {
                max-width: 70%;
                margin: auto;
            }

            .model-inner.model-inner2 .model-inner-data i {
                margin-top: 10px;
            }

            .model-inner.model-inner2 .model-inner-data span {
                margin: 10px 0;
            }

            .model-inner.model-inner2 .model-inner-data ul {
                padding: 0px;
            }

                .model-inner.model-inner2 .model-inner-data ul li {
                    display: inline-block;
                    margin: 0px 5px;
                }

                    .model-inner.model-inner2 .model-inner-data ul li i {
                        display: inline-block;
                        font-weight: 600;
                        margin: 0px;
                    }

                    .model-inner.model-inner2 .model-inner-data ul li:before {
                        content: "•";
                        font-size: 20px;
                        font-weight: bold;
                        margin-right: 5px;
                    }

                    .model-inner.model-inner2 .model-inner-data ul li.data-li1 {
                        color: #11284a;
                        font-weight: bold;
                    }

                        .model-inner.model-inner2 .model-inner-data ul li.data-li1 i {
                            font-weight: bold;
                        }

                    .model-inner.model-inner2 .model-inner-data ul li.data-li2 {
                        color: #747474;
                    }

                    .model-inner.model-inner2 .model-inner-data ul li.data-li3:before {
                        color: #f7ce4f;
                    }

        .model-inner.model-inner2 .model-lp {
            float: left;
            width: 450px;
            margin-left: -30px;
            margin-top: -190px;
            position: relative;
            z-index: 1;
        }


.pop-mob-show {
    display: none;
}

.model-inner.model-inner2 .model-img {
    /* position: relative;
    top: 30px; */
}

.model-text {
    flex: 0 0 60%;
}

.model-inner.model-inner2 .model-inner-portal .model-text {
    flex: 1;
}

.model-text2 {
    flex: 2;
}

    .model-text2 ul {
        display: flex;
        flex-flow: wrap;
    }

        .model-text2 ul li {
            width: 50%;
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 30px;
        }

            .model-text2 ul li img {
                max-width: 120px;
            }

.plan-text-main .plan-text .model-text p {
    font-size: 17px !important;
}

.plan-text-main .plan-text .model-text2 ul li span {
    font-size: 17px;
    color: #11284a;
    max-width: 202px;
}

.plan-text-main .plan-text .model-text span {
    display: block;
    margin: 20px 0px;
    color: #11284a;
}

    .plan-text-main .plan-text .model-text span.innerspan {
        margin: 13px 0;
        font-weight: 700;
        font-size: 17px;
    }

.modal-content .tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

#content-1 .model-img img {
    max-width: 70%;
    margin: auto;
}

#content-11 .model-text {
    flex: 0 0 54%;
}

.model-inner.tab-content.active {
    display: flex;
}

.modal-content .tab-buttons {
    list-style-type: none;
    padding: 0;
    display: flex;
    cursor: pointer;
}

    .modal-content .tab-buttons li {
        flex: 1;
        padding: 20px;
        cursor: pointer;
        text-align: center;
    }

        .modal-content .tab-buttons li span {
            color: #fff;
        }

        .modal-content .tab-buttons li.active {
            background-color: #fff;
            cursor: default;
            border-radius: 15px 15px 0px 0px;
        }

            .modal-content .tab-buttons li.active span {
                border-bottom: 2px solid #f7ce4f;
                padding-bottom: 5px;
            }

.modal-content .tab-content2 {
    display: none;
}

.tab-content2.active {
    display: block;
}

.model-inner.tab-content2.active {
    display: flex;
}

.modal-content .tab-buttons2 {
    list-style-type: none;
    padding: 0;
    display: flex;
    cursor: pointer;
}

    .modal-content .tab-buttons2 li {
        flex: 1;
        padding: 20px;
        cursor: pointer;
        text-align: center;
    }

        .modal-content .tab-buttons2 li span {
            color: #fff;
        }

        .modal-content .tab-buttons2 li.active {
            background-color: #fff;
            cursor: default;
            border-radius: 15px 15px 0px 0px;
        }

            .modal-content .tab-buttons2 li.active span {
                border-bottom: 2px solid #f7ce4f;
                padding-bottom: 5px;
                color: #12284a;
            }

.toggle-button {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    height: 21px;
}

    .toggle-button .bar {
        height: 3px;
        width: 25px;
        background-color: #333;
        border-radius: 10px;
        font-size: 0px;
    }

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    padding: 0 20px !important;
    margin: 0;
}

/*Case gallery*/
.case-gallery-inner {
    display: none; /* Hide by default */
}

    .case-gallery-inner.active {
        display: block; /* Show when active */
    }

.case-gallery-main {
    text-align: center;
    padding-bottom: 40px;
}

    .case-gallery-main .tabs {
        display: flex;
        justify-content: center;
        gap: 40px;
        margin: 10px 0px 20px;
    }

        .case-gallery-main .tabs .tab {
            color: #12284A;
            font-weight: 500;
            font-size: 20px;
            cursor: pointer;
        }

            .case-gallery-main .tabs .tab.active {
                border-bottom: 2px solid #f7ce4f;
                font-weight: bold;
            }

.case-gallery-inner > ul {
    background-color: #f2f2f2;
    padding: 20px;
}

    .case-gallery-inner > ul li.slick-slide {
        display: flex;
        gap: 15px;
    }

    .case-gallery-inner > ul li span {
        display: inline-block;
        width: 50%;
    }

.slick-dots {
    bottom: -40px;
}

    .slick-dots li button:before {
        font-size: 16px;
    }

.case-gallery-text {
    margin-top: 60px;
}

    .case-gallery-text p {
        margin: 0px;
    }

.custom-modal {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 60%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.custom-modal-dialog {
    max-width: 1140px;
    width: 90%;
    border-radius: 0px;
    position: relative;
}

.custom-modal-content {
    background: #ffffff;
    padding: 50px 40px 0;
    border-radius: 10px;
}

.case-gallery-text strong {
    color: #12284A;
}

.case-gallery h1 {
    color: #12284A;
    margin: 40px 0 24px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.close-modal {
    opacity: 1;
    color: #12284A;
    border: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 15px;
    font-weight: bold;
}

.first-col {
    line-height: 0;
    width: 40%;
}

    .first-col img {
        width: 100%;
        object-fit: contain;
        max-width: 350px;
        margin: auto;
    }

.sec-col {
    width: 60%;
    max-width: 450px;
    margin: auto;
}

    .sec-col h4 {
        color: #12284A;
        margin: 0;
        font-size: 22px;
        font-weight: 600;
        text-align: left;
        line-height: 28px;
        margin-bottom: 20px;
    }

.visiblePopUp {
    position: fixed !important;
}

.sec-col p {
    color: #000000;
    font-size: 16px;
    margin: 15px 0 0 0;
    line-height: 25px;
}

.hbst_wht_frm {
    margin-bottom: 29px;
    padding: 0 40px;
}

    .hbst_wht_frm fieldset {
        max-width: 100% !important;
        display: flex;
        flex-grow: 1;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: row;
        margin: 0 -5px !important;
    }

    .hbst_wht_frm .hs-form fieldset .hs-form-field {
        padding: 0 5px;
        margin-bottom: 15px;
        width: 100%;
    }

    .hbst_wht_frm fieldset .input {
        margin: 0 !important;
    }

        .hbst_wht_frm fieldset .input .hs-input {
            width: 100% !important;
            height: 45px;
            padding: 9px 15px;
            font-size: 14px;
            font-weight: 400;
            line-height: 22px;
            color: #33475b;
            background-color: #fafafa !important;
            border: 1px solid #959494 !important;
            box-sizing: border-box;
            -webkit-border-radius: 10px !important;
            -moz-border-radius: 10px !important;
            -ms-border-radius: 10px !important;
            border-radius: 10px !important;
            box-shadow: inset 0px 0px 3px #00000029 !important;
        }

    .hbst_wht_frm fieldset.form-columns-3 .hs_email {
        flex: 1 1 50% !important;
        max-width: 50%;
    }

    .hbst_wht_frm fieldset.form-columns-3 .hs_phone {
        flex: 1 1 30% !important;
        max-width: 30%;
    }

    .hbst_wht_frm fieldset.form-columns-3 .hs_referred_zip {
        max-width: 20%;
        flex: 1 1 20% !important;
    }

    .hbst_wht_frm fieldset.form-columns-1 div {
        padding: 0;
    }

    .hbst_wht_frm .hs-submit {
        text-align: center;
        margin-top: 20px;
    }

        .hbst_wht_frm .hs-submit input.hs-button {
            background-color: #FFCE4F;
            border: 0;
            color: #12284A;
            font-weight: bold;
            padding: 10px 40px;
            display: inline-block;
            text-transform: uppercase;
            cursor: pointer;
            width: auto !important;
        }

    .hbst_wht_frm fieldset .input textarea.hs-input {
        height: 250px !important;
    }

ul.no-list.hs-error-msgs {
    display: none !important;
}

.hs_error_rollup ul.no-list.hs-error-msgs {
    display: block !important;
    padding: 0 !important;
    margin: 5px 0 0 0 !important;
    list-style-type: none !important;
}

.hs_error_rollup .hs-error-msgs label.hs-main-font-element {
    background: #8b0000;
    color: #fff;
    padding-left: .5em;
    width: 100%;
    padding: 3px 5px;
    font-size: 12px !important;
    font-family: inherit !important;
    display: block;
}

.hbst_wht_frm .hs-form fieldset .hs-input.invalid, .hbst_wht_frm .hs-form fieldset .hs-input.invalid, .hbst_wht_frm .hs-form fieldset .hs-input.invalid, .hbst_wht_frm .hs-form fieldset .hs-input.invalid {
    border: 2px solid #8b0000 !important;
}

.tab-contents {
    margin-bottom: 23px;
    border-radius: 15px 15px 0px 0px;
    background: #fff;
}

section#case-gallery-form {
    padding: 30px 0px 60px;
    background-color: #f2f2f2;
}

.tab-contents h1 {
    padding-top: 42px;
    text-align: center;
    font-size: 20px;
    color: #12284A;
}

.tab-contents p {
    text-align: center;
    font-size: 16px;
    color: #12284A;
}

.hs-richtext.hs-main-font-element span {
    color: #12284A !important;
}

.hs-richtext .customTextWrapper p {
    margin-top: 10px !important;
}

.customTextWrapper2 p br {
    display: none !important;
}

.customTextWrapper2 p > span:first-child {
    display: block !important;
}

.customTextWrapper2 p {
    line-height: normal !important;
}

#case-gallery-form .hs-richtext .customTextWrapper {
    margin: 25px 0 !important;
}

#case-gallery-form .tab-contents h1 {
    padding-top: 0 !important;
    text-align: center !important;
    font-size: 23px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
}

#case-gallery-form .tab-contents {
    padding: 75px 0 35px;
}

.hbspt-form .hs-fieldtype-file {
    position: relative;
}

#case-gallery-form .tab-contents p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}

.hbspt-form .hs-fieldtype-file legend strong,
.hbspt-form .hs-fieldtype-file legend strong a {
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 19px !important;
    color: #000000 !important;
}
/*case gallery*/

.custom-modal-body .first-col {
    align-self: flex-end;
}

.custom-modal-inner .sec-col h4 {
    color: #12284A !important;
}

.custom-modal-inner .sec-col p {
    color: #000000 !important;
}

.sec-col > p {
    font-size: 18px !important;
    color: #000000 !important;
}

.model-inner0 .model-img {
    align-self: end;
}

.model-inner0 .model-text {
    padding-bottom: 20px;
}



a.portal-login-btn {
    display: none;
}

footer .col-md-4:nth-child(2), footer .col-md-4:nth-child(3), footer.footer_corporate .col-md-4 {
    width: unset;
    text-align: left;
}

footer.footer_corporate ul {
    text-align: left;
}

.plan-inner #treatable-cases {
    height: 0;
    margin: 0;
}

.clear-section {
    text-align: center;
}

.service-main div#meet-thealigners {
    height: 0;
    margin: 0;
}

.portal-form1,
.portal-form1 form.hs-form {
    overflow-x: hidden !important;
}

.tabs-title {
    padding: 0 15px;
}

.thanks-list ul {
    display: block !important;
    text-align: left !important;
}

    .thanks-list ul li span {
        width: 40px !important;
        height: 40px !important;
        background: #ffce4f !important;
        text-align: center !important;
        justify-content: center;
        align-items: center;
        display: flex !important;
        flex: 0 0 40px;
    }

    .thanks-list ul li {
        display: flex !important;
        gap: 20px !important;
        align-items: center !important;
        padding: 0 !important;
        margin-top: 20px !important;
    }

.thanks-list {
    padding-top: 30px;
}

    .thanks-list ul li p {
        margin: 0 !important;
    }

.sec-col {
    width: 100%;
    max-width: 400px;
}

footer .footer-logo img {
    max-width: 250px !important;
}

@media screen and (min-width: 769px) and (max-width: 1032px) {
    .nav-link ul li a, span.resource-link {
        font-size: 16px;
    }

    .btn-blue {
        height: 34px;
        padding: 0 11px;
        font-size: 14px;
        line-height: 32px;
    }

    .plan-link ul li span {
        left: 0px;
    }

    .banner-text h1 {
        font-size: 46px;
        line-height: normal;
        color: #002855;
    }
}

@media screen and (max-width:768px) {
    footer .col-md-4:nth-child(1) {
        display: block;
    }

    footer .col-md-4:nth-child(2), footer .col-md-4:nth-child(3), footer.footer_corporate .col-md-4 {
        width: 100% !important;
        text-align: center !important;
    }

        footer.footer_corporate .col-md-4:nth-child(2), footer.footer_corporate .col-md-4:nth-child(3) {
            text-align: center;
        }

        footer.footer_corporate .col-md-4:nth-child(3) {
            margin-top: 10px;
        }

    footer.footer_corporate h2 {
        text-align: center !important;
    }

    footer.footer_corporate ul {
        text-align: center !important;
    }

    footer.footer_corporate .footer-logo img {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    footer .footer-logo img {
        max-width: 250px !important;
    }

    .footer-icon {
        text-align: center;
        display: block;
        padding: 15px 15px;
    }

    .plan-main4 img {
        height: 200px;
        width: 250px;
    }

    a.portal-login-btn {
        display: block !important;
    }

    footer .footer-logo img {
        max-width: 250px !important;
    }

    .mob-show a.btn-blue {
        display: block;
    }

    .mob-show, .main-logo {
        justify-content: space-between;
        display: flex;
        width: 100%;
    }

        .mob-show .btn-blue {
            height: 37px;
            padding: 0 8px;
            font-size: 12px;
            line-height: 36px;
        }

    footer.footer_corporate .col-md-4:nth-child(2), footer.footer_corporate .col-md-4:nth-child(3) {
        text-align: center;
    }



    footer.footer_corporate ul {
        text-align: center;
    }

    footer .col-md-4:nth-child(2), footer .col-md-4:nth-child(3), footer.footer_corporate .col-md-4 {
        width: 100% !important;
        text-align: center !important;
    }

        /*  footer.footer_corporate .footer-logo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
*/
        footer.footer_corporate .col-md-4:nth-child(3) {
            margin-top: 10px;
        }

    .footer-icon {
        text-align: center;
        display: block;
        padding: 15px 15px;
    }

    footer .col-md-4:nth-child(1) {
        display: block;
    }
}

@media (max-width:1320px) {
    div#myModal .modal-content, div#myModal2 .modal-content {
        width: 80%;
    }
}

@media (max-width:1199px) {
    .custom-modal-content .first-col {
        padding-right: 20px;
    }

    .custom-modal-content {
        padding: 50px 40px 0;
    }

    .custom-modal-inner {
        align-items: flex-end;
    }

    div#myModal .modal-content, div#myModal2 .modal-content {
        width: 90%;
    }

    .model-text2 ul li {
        gap: 5px;
    }

    .plan-text-main .plan-text .model-text2 ul li span {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .nav-link ul li a {
        font-size: 16px;
    }

    .banner-text p {
        font-size: 16px;
    }

    .main-nav .main-logo img {
        height: 36px;
    }

    .visiblePopUp .sec-col {
        align-self: flex-start;
    }

    .nav-link ul {
        padding: 0px;
    }

        .nav-link ul li {
            margin-right: 10px;
        }

    .thanks-list {
        padding-top: 15px;
    }

    .custom-modal-inner .sec-col p {
        margin: 0 !important;
    }

    .thanks-list ul li {
        margin-top: 10px !important;
    }

    .custom-modal-inner .sec-col h4 {
        margin-bottom: 10px;
    }

    .custom-modal-inner .sec-col p {
        margin: 0 !important;
    }

    .custom-modal-inner .sec-col h4 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
    }

    div#myModal .modal-content, div#myModal2 .modal-content {
        width: 100% !important;
    }

    .model-inner.model-inner2 .model-lp {
        margin-top: -150px;
    }
}

@media (max-width: 767px) {
    ul.service-slider.slick-initialized.slick-slider {
        margin-bottom: 10px
    }

    div#meet-the-aligners h1 {
        margin-bottom: 10px
    }

    .form-main {
        padding: 30px 0 39px;
    }

    div#productdetails {
        margin: 0;
        height: 0;
    }

    footer.footer_corporate h2 {
        text-align: center !important;
    }

    footer.footer_corporate ul {
        text-align: center !important;
    }

    .service-main {
        padding: 0;
    }

    div#myModal2 span.closeBtn {
        top: -8px;
        right: 0px;
    }

    .modal-content .tab-buttons li.active span, .modal-content .tab-buttons2 li.active span {
        border-bottom: none;
    }

    .clear-p, .ios-training p {
        max-width: 429px;
    }

    section#case-gallery-form {
        padding: 0px 0 60px;
        background-color: unset;
    }

    .blank-div {
        background-color: #B8C0BE;
        height: 1px;
        margin: 0 auto;
        width: 91%;
    }

    .custom-modal-inner {
        flex-direction: column-reverse;
        align-items: center;
    }

    .thanks-list ul li {
        flex-direction: column-reverse;
    }

    .cases-main .cases-inner h3 {
        font-size: 18px;
    }

    .plan-main {
        padding: 0px;
        box-shadow: none;
    }

        .plan-main .container {
            padding: 0px;
        }

    .plan-inner {
        flex-flow: column;
    }

    .plan-link ul li span {
        font-size: 15px;
        font-weight: bold;
        display: inline-block;
        line-height: 18px;
    }

    .plan-link ul li.active span {
        border-left: none;
        padding-left: 0;
        left: 0;
        border-bottom: 2px solid #f7ce4f;
        font-weight: bold;
        padding-bottom: 4px;
    }

    .plan-text-main {
        flex-flow: column;
        box-shadow: 0 0 2px 1px rgba(51, 51, 51, 40%);
        border-radius: 0px;
        width: 100%;
    }

    .sec-col {
        width: 100%;
        max-width: 400px;
        margin-top: 15px;
    }

    .custom-modal-dialog {
        max-width: 500px;
    }

    .custom-modal-content {
        padding: 30px 20px 0;
    }

    .visiblePopUp .sec-col h4,
    .visiblePopUp .sec-col p {
        text-align: center !important;
    }

    .visiblePopUp .sec-col {
        margin-top: 0;
        margin-bottom: 0px;
    }

    .visiblePopUp {
        padding: 20px 10px !important;
    }

        .visiblePopUp .sec-col {
            padding-left: 0;
            max-width: 100%;
            width: 100%;
            margin-top: 20px;
            margin-bottom: 0;
        }

            .visiblePopUp .sec-col h4,
            .visiblePopUp .sec-col p {
                text-align: center !important;
            }

    .banner-text h1 {
        font-size: 48px;
    }

    .visiblePopUp {
        padding: 20px 10px !important;
    }

    .nav {
        position: fixed !Important;
    }

    .wrappers {
        padding: 104px 15px 15px;
    }

    .panel-content p {
        font-size: 17px;
    }

    .banner-text p {
        font-size: 16px;
    }

    .main-banner {
        padding: 90px 0 0;
        /*padding: 20px 0px;*/
        background-image: none;
        box-shadow: none;
    }

    section.case-gallery {
        padding-top: 52px;
    }

    section.faq {
        padding-top: 51px;
    }

    .nav-link a.btn-blue {
        display: none;
    }

    .banner-inner {
        gap: 0px;
        flex-flow: column-reverse;
    }

        .banner-inner .banner-img img {
            max-width: 70%;
            display: none;
        }

        .banner-inner .banner-text {
            text-align: center;
        }

    .plan-main {
        padding: 0px;
        box-shadow: none;
    }

        .plan-main .container {
            padding: 0px;
        }

    .plan-inner {
        flex-flow: column;
    }

        .plan-inner #treatable-cases {
            display: none;
        }

    .plan-link ul li span {
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        line-height: 18px;
    }

    .plan-link ul li.active span {
        border-left: none;
        padding-left: 0;
        left: 0;
        border-bottom: 2px solid #f7ce4f;
        font-weight: bold;
        padding-bottom: 4px;
    }

    .plan-text-main {
        flex-flow: column;
        box-shadow: 0 0 2px 1px rgba(51, 51, 51, 40%);
        border-radius: 0px;
        width: 100%;
    }
    /* .plan-text-main .mob-show {
        display: block;
        font-size: 18px;
        font-weight: bold;
        color: #12284A;
        text-align: center;
        } */
    .plan-img > img {
        margin: auto;
    }

    .plan-text {
        text-align: center;
    }

    .plan-text-main .plan-text i {
        margin-top: 20px;
    }

    .plan-link {
        width: 100%;
        padding: 0px 20px;
        margin-top: 20px;
    }

        .plan-link ul {
            flex-flow: row;
            gap: 10px;
            padding-left: 0px;
            justify-content: space-between;
            width: 100%;
        }

            .plan-link ul li {
                padding: 10px 5px;
                text-align: center;
            }

                .plan-link ul li.active {
                    box-shadow: 0px -2px 2px 1px rgba(51, 51, 51, 40%);
                    padding: 10px 5px;
                    border-radius: 10px 10px 0px 0px;
                    position: relative;
                    z-index: 2;
                    background-color: #fff;
                }
    /* .plan-link ul li:nth-child(1) {
        order: 2;
        }
        .plan-link ul li:nth-child(2) {
        order: 3;
        }
        .plan-link ul li:nth-child(3) {
        order: 1;
        } */
    .slider .slick-prev {
        left: -15px;
    }

    .slider .slick-next {
        right: -15px;
    }

    .testi-main .testi-inner {
        width: 100%;
    }

    .service-main .service-inner ul {
        width: 100%;
        flex-flow: column;
    }

    .form-main .form-inner .tab-content {
        padding: 20px 15px;
        ;
    }

    .form-main .form-inner ul li span {
        font-size: 14px;
    }

    .toggle-button {
        display: flex;
    }

        .toggle-button.icon .bar:nth-child(1) {
            transform: translateY(10px) rotate(45deg);
        }

        .toggle-button.icon .bar:nth-child(2) {
            opacity: 0;
        }

        .toggle-button.icon .bar:nth-child(3) {
            transform: translateY(-8px) rotate(-45deg);
        }

    .nav-link > ul {
        display: none;
        position: absolute;
        left: 0px;
        top: 50px;
    }

        .nav-link > ul > li {
            position: relative;
        }

            .nav-link > ul > li > a {
                padding: 5px 0px;
                display: block;
                font-size: 14px;
                /* background-color: #11284a; */
                color: #fff;
                position: relative;
            }

    .nav-link ul li:hover ul {
        display: flex;
    }

    .nav-link > ul > li > a::before {
        content: "";
        display: inline-block !important;
        width: 6px;
        height: 6px;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        transform: rotate(314deg);
        position: absolute;
        left: 45%;
        top: 0px;
    }

    .nav-link > ul > li:last-child a::before, .nav-link > ul > li:last-child a:hover::before {
        display: none !important;
    }

    .nav-link > ul > li > a:hover {
        border: none;
        background-color: #f7ce4f;
        color: #12284A;
        position: relative;
        padding: 5px;
    }

        .nav-link > ul > li > a:hover::before {
            transform: rotate(270deg);
            content: "";
            display: block;
            position: absolute;
            top: -9;
            left: 45%;
            width: 0;
            height: 0;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 6px solid white;
            right: 0px;
            border-right: none;
        }

    .nav-link ul li ul {
        /* margin-top: 0;
            left: 100%;
            top: 0px;
            border-radius: 0px;
            text-align: left;
            padding: 5px 8px;
            box-shadow: 2px 2px 0px 2px rgba(51, 51, 51, 20%); */
        left: 0px;
        bottom: 40px;
        border-radius: 0px;
        box-shadow: 0px -2px 2px 2px rgba(51, 51, 51, 20%);
    }

        .nav-link ul li ul li {
            margin: 0px;
            margin-right: 5px;
        }

            .nav-link ul li ul li a {
                font-weight: 500;
                font-size: 10px;
            }

    .custom-modal-body .first-col {
        align-self: center;
        padding-right: 0;
    }

    .visiblePopUp .sec-col {
        padding-bottom: 0;
    }

    .model-inner.model-inner1 {
        flex-flow: column-reverse;
    }

        .model-inner.model-inner1 .model-img {
            width: 100%;
        }

            .model-inner.model-inner1 .model-img img {
                margin: auto;
            }

    .pop-main-show {
        display: none;
    }

    .pop-mob-show {
        display: block;
        width: 100%;
    }

        .pop-mob-show span {
            display: block;
            margin: 15px;
        }

    .model-inner0 .model-text {
        padding-bottom: 0;
    }

    .model-inner0 .model-img {
        align-self: inherit;
    }

    ul.pop-up-slide li {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

        ul.pop-up-slide li img {
            margin: auto;
        }

    #tab1 .custom-modal-inner .sec-col h4 {
        font-size: 14px;
        line-height: 20px;
    }

    #tab1 .sec-col > p {
        font-size: 14px !important;
    }

    .tabs-title p,
    #tab2 .visiblePopUp .sec-col h4,
    #tab2 .visiblePopUp .sec-col p,
    .visiblePopUp .sec-col p,
    .visiblePopUp .sec-col h4,
    .visiblePopUp .sec-col p {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .tabs-title p,
    #tab2 .visiblePopUp .sec-col h4,
    #tab2 .visiblePopUp .sec-col p {
        font-size: 14px !important;
    }

    #tab2 fieldset.form-columns-3 {
        flex-wrap: wrap;
    }

    #tab2 fieldset.form-columns-2 .hs-form-field {
        width: 50% !important;
        flex: 0 0 50% !important;
    }

    #tab1 .portal-form1 .hbst_wht_frm legend.hs-field-desc {
        font-size: 9px;
        margin-bottom: 0;
    }
}

@media screen and(max-width:940px) {
    .doc-wrapper {
        flex-direction: column;
        justify-content: center;
    }

    .image-doc {
        order: -1;
    }
}

@media (min-width: 1200px) {
    .main-banner .container {
        max-width: 1227px;
    }
}

@media only screen and (max-width: 1200px) {
    .main-banner .container {
        max-width: 1227px;
    }

    .doc-content {
        padding: 40px;
    }

        .doc-content h1 {
            font-size: 16px;
        }

        .doc-content p {
            font-size: 14px;
        }
}

@media screen and (max-width:768px) {
    /*model popup*/
    div#myModal .modal-content, div#myModal2 .modal-content {
        width: 100% !important;
    }

    .product-inner p {
        padding: 0 22px 0px;
        font-size: 17px;
    }

    .testi-main .testi-inner ul li p {
        font-size: 17px;
        line-height: 32px;
    }

    .case-gallery-text p {
        font-size: 17px;
    }

    .form-main .tab-contents p {
        font-size: 17px !important;
    }

    .model-inner.tab-content.active {
        display: flex;
        flex-direction: column-reverse;
    }

    .plan-text-main .plan-text .model-text p {
        text-align: center;
        font-size: 16px !important;
    }

    .model-inner {
        align-items: center;
        padding: 30px 17px 0;
    }

    .plan-main1 .model-img {
        overflow: hidden;
    }

    #content-1 .model-img img {
        margin: 0 auto;
        max-width: 60%;
        margin-bottom: -121px;
    }

    div#content-2.active {
        flex-direction: column;
        align-items: center;
    }

    .model-inner.model-inner2 .model-lp {
        max-width: 375px;
        /* width: 288px;
        max-width: 320px;*/
        margin: 0px 0px 0px -15px;
    }

    .model-inner.model-inner2 .model-inner-portal {
        flex-direction: column;
    }

    div#myModal .modal-content, div#myModal2 .modal-content {
        margin: 5% auto !important;
        width: 100% !important;
    }

    /* .modal-content {
        margin: 5% auto;
    }*/

    /*model popup*/
    .banner-text {
        text-align: center;
    }

    .nav .nav-link {
        width: 100%;
    }

    .nav-link a.btn-blue {
        display: none;
    }

    .custom-modal-inner {
        flex-direction: column-reverse;
        align-items: center;
    }

    .thanks-list ul li {
        flex-direction: column-reverse;
    }

    .cases-main .cases-inner h3 {
        font-size: 18px;
    }

    .plan-main {
        padding: 0px;
        box-shadow: none;
    }

        .plan-main .container {
            padding: 0px;
        }

    .plan-inner {
        flex-flow: column;
    }



    .plan-link ul li span {
        font-size: 13px;
        font-weight: bold;
        display: inline-block;
        line-height: 18px;
    }

    .plan-link ul li.active span {
        border-left: none;
        padding-left: 0;
        left: 0;
        border-bottom: 2px solid #f7ce4f;
        font-weight: bold;
        padding-bottom: 4px;
    }

    .plan-text-main {
        flex-flow: column;
        box-shadow: 0 0 2px 1px rgba(51, 51, 51, 40%);
        border-radius: 0px;
        width: 100%;
    }

    .sec-col {
        width: 100%;
        max-width: 400px;
        margin-top: 15px;
    }

    .custom-modal-dialog {
        max-width: 500px;
    }

    .custom-modal-content {
        padding: 30px 20px 0;
    }

    .visiblePopUp .sec-col h4,
    .visiblePopUp .sec-col p {
        text-align: center !important;
    }

    .visiblePopUp .sec-col {
        margin-top: 0;
        margin-bottom: 0px;
    }

    .visiblePopUp {
        padding: 20px 10px !important;
    }

        .visiblePopUp .sec-col {
            padding-left: 0;
            max-width: 100%;
            width: 100%;
            margin-top: 0px;
            margin-bottom: 0;
        }

            .visiblePopUp .sec-col h4,
            .visiblePopUp .sec-col p {
                text-align: center !important;
            }

    .banner-text h1 {
        font-size: 48px;
    }

    .visiblePopUp {
        padding: 10px 0px !important;
    }

    .banner-text p {
        font-size: 16px;
    }



    .nav-link a.btn-blue {
        display: none;
    }

    .banner-inner {
        gap: 0px;
        flex-flow: column-reverse;
    }

        .banner-inner .banner-img img {
            max-width: 70%;
            display: none;
        }

        .banner-inner .banner-text {
            text-align: center;
        }

    .plan-main {
        padding: 0px;
        box-shadow: none;
    }

        .plan-main .container {
            padding: 0px;
        }

    .plan-inner {
        flex-flow: column;
    }


    .plan-link ul li span {
        font-size: 13px;
        font-weight: bold;
        display: inline-block;
        line-height: 18px;
    }

    .plan-link ul li.active span {
        border-left: none;
        padding-left: 0;
        left: 0;
        border-bottom: 2px solid #f7ce4f;
        font-weight: bold;
        padding-bottom: 4px;
    }

    .plan-text-main {
        flex-flow: column;
        box-shadow: 0 0 2px 1px rgba(51, 51, 51, 40%);
        border-radius: 0px;
        width: 100%;
    }

    /* .plan-text-main .mob-show {
        display: block;
        font-size: 18px;
        font-weight: bold;
        color: #12284A;
        text-align: center;
        } */
    .plan-img > img {
        margin: auto;
        height: auto;
        width: auto;
        object-fit: inherit;
    }

    .plan-text {
        text-align: center;
    }

    .plan-text-main .plan-text i {
        margin-top: 20px;
    }

    .plan-link {
        width: 100%;
        padding: 0 6px;
        margin-top: 20px;
    }

        .plan-link ul {
            flex-flow: row;
            gap: 10px;
            padding-left: 0px;
            justify-content: space-between;
            width: 100%;
        }

            .plan-link ul li {
                padding: 10px 5px;
                text-align: center;
            }

                .plan-link ul li.active {
                    box-shadow: 0px -2px 2px 1px rgba(51, 51, 51, 40%);
                    padding: 10px 15px;
                    border-radius: 10px 10px 0px 0px;
                    position: relative;
                    z-index: 2;
                    background-color: #fff;
                }
    /* .modal {
        top: 53px;
        } */
    .model-inner.model-inner2 .model-inner-data ul {
        padding: 0;
        margin-top: 10px;
        flex-direction: column;
        display: flex;
    }

    .model-inner.model-inner2 .model-inner-data > img {
        max-width: 100%;
        margin: 28px auto;
    }
    /* .plan-link ul li:nth-child(1) {
        order: 2;
        }
        
        .plan-link ul li:nth-child(2) {
        order: 3;
        }
        
        .plan-link ul li:nth-child(3) {
        order: 1;
        } */

    .slider .slick-prev {
        left: -15px;
    }

    .slider .slick-next {
        right: -15px;
    }

    .testi-main .testi-inner {
        width: 100%;
    }

    .service-main .service-inner ul {
        width: 100%;
        flex-flow: column;
    }

    .form-main .form-inner .tab-content {
        padding: 20px 15px;
    }

    .form-main .form-inner ul li span {
        font-size: 16px;
    }

    .form-main .form-inner h3 {
        font-size: 17px;
    }

    .toggle-button {
        display: flex;
    }

        .toggle-button.icon .bar:nth-child(1) {
            transform: translateY(10px) rotate(45deg);
        }

        .toggle-button.icon .bar:nth-child(2) {
            opacity: 0;
        }

        .toggle-button.icon .bar:nth-child(3) {
            transform: translateY(-8px) rotate(-45deg);
        }

    .nav-link > ul {
        display: none;
        position: absolute;
        left: 0px;
        top: 50px;
    }

        .nav-link > ul > li {
            position: relative;
        }

            .nav-link > ul > li > a, span.resource-link {
                padding: 5px 0px;
                display: block;
                font-size: 14px;
                /* background-color: #11284a; */
                color: #fff;
                position: relative;
            }

    .nav-link ul li:hover ul {
        display: flex;
        padding: 5px;
    }

    .nav-link > ul > li > a::before, span.resource-link::before {
        content: "";
        display: inline-block !important;
        width: 6px;
        height: 6px;
        border-right: 1px solid #fff;
        border-top: 1px solid #fff;
        transform: rotate(314deg);
        position: absolute;
        left: 45%;
        top: 0px;
    }

    .nav-link > ul > li:last-child a::before,
    .nav-link > ul > li:last-child a:hover::before {
        display: none !important;
    }

    .nav-link > ul > li > a:hover {
        border: none;
        background-color: #f7ce4f;
        color: #12284A;
        position: relative;
        padding: 5px;
    }

        .nav-link > ul > li > a:hover::before {
            transform: rotate(270deg);
            content: "";
            display: block;
            position: absolute;
            top: -9px;
            left: 45%;
            width: 0;
            height: 0;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 6px solid white;
            right: 0px;
            border-right: none;
        }

    /* .nav-link > ul.show {
        display: flex;
        flex-flow: wrap;
        width: 170px;
        } */
    .nav-link ul li ul {
        /* margin-top: 0;
            left: 100%;
            top: 0px;
            border-radius: 0px;
            text-align: left;
            padding: 5px 8px;
            box-shadow: 2px 2px 0px 2px rgba(51, 51, 51, 20%); */
        left: 0px;
        bottom: 40px;
        border-radius: 0px;
        box-shadow: 0px -2px 2px 2px rgba(51, 51, 51, 20%);
    }

        .nav-link ul li ul li {
            margin: 0px;
            margin-right: 5px;
        }

            .nav-link ul li ul li a {
                font-weight: 500;
                font-size: 12px;
            }

    .custom-modal-body .first-col {
        align-self: center;
        padding-right: 0;
    }

    .visiblePopUp .sec-col {
        padding-bottom: 0;
    }

    .main-nav {
        display: block;
        padding: 10px 15px;
    }

    .mob-show, .main-logo {
        justify-content: space-between;
        display: flex;
        width: 100%;
    }

    a.portal-login-btn {
        display: block !important;
    }

    .mob-show .btn-blue {
        height: 37px;
        padding: 0 8px;
        font-size: 12px;
        line-height: 36px;
    }

    .model-inner2 .model-text2 {
        max-width: 300px;
        margin: auto;
    }

    .modal {
        top: 0 !important;
    }

    div#treatable-cases {
        height: 0;
    }

    .plan-text-main .plan-text span.closeBtn {
        right: 0px;
        top: -20px;
    }

    .model-inner2 .model-text2 .pop-up-slide .slick-prev {
        left: 0px;
        top: 60px;
    }

        .model-inner2 .model-text2 .pop-up-slide .slick-prev:before {
            left: -5px;
            position: relative;
        }

    .model-inner2 .model-text2 .pop-up-slide .slick-next {
        right: 0px;
        top: 60px;
    }

    .model-inner2 .model-text2 ul li img {
        margin: auto;
    }

    .plan-text-main .plan-text .model-inner2 .model-text2 .slick-track {
        min-width: 300px;
    }

        .plan-text-main .plan-text .model-inner2 .model-text2 .slick-track li {
            min-width: 300px;
        }

    .plan-text-main .plan-text .model-inner2 .model-text2 ul {
        padding: 0px;
    }

        .plan-text-main .plan-text .model-inner2 .model-text2 ul li span {
            display: block;
            width: 100%;
            max-width: 100%;
        }
}

@media only screen and (max-width:675px) {
    .main-nav .main-logo img {
        height: 30px;
    }

    .plan-link ul {
        gap: 0px;
    }

        .plan-link ul li.active, .plan-link ul li {
            padding: 5px 5px;
        }

            .plan-link ul li span {
                font-size: 10px;
            }

    .banner-text h1 {
        font-size: 45px;
    }

    .banner-text p {
        font-size: 15px;
    }

    .faq-heading h2 {
        font-size: 17px;
    }

    /* .modal-content {
        padding: 10px;
    }*/
    div#myModal .modal-content, div#myModal2 .modal-content {
        padding: 10px;
    }

    .modal-content .tab-buttons li, .modal-content .tab-buttons2 li {
        padding: 10px;
    }

    .model-inner.model-inner1 {
        padding: 10px;
        gap: 0px;
    }

    .plan-text-main .plan-text .model-text span.innerspan {
        margin: 5px 0;
    }

    .plan-text-main .plan-text .model-text p {
        font-size: 14px !important;
    }

    .model-inner.model-inner1 .model-img img {
        width: 60%;
    }

    .pop-mob-show span {
        margin: 5px;
    }

    .model-inner.model-inner1 .model-img i {
        margin-top: 5px;
    }
}

@media (max-width:576px) {
    .banner-text.new-banner h1.receive-offer span.offper {
        font-size: 24px;
    }

    .banner-text.new-banner h1.receive-offer {
        font-size: 25px !important;
    }

    .banner-text.new-banner span.exclus-offer {
        font-size: 16px;
    }

    .visiblePopUp .sec-col h4,
    .visiblePopUp .sec-col p {
        text-align: center !important;
    }

    .custom-modal-inner {
        flex-direction: column-reverse;
    }

    #case-gallery-form .tab-contents p {
        font-size: 16px;
        line-height: 22px;
    }

    .rc-anchor.rc-anchor-invisible.rc-anchor-light.rc-anchor-invisible-nohover, .rc-anchor.rc-anchor-invisible.rc-anchor-light.rc-anchor-invisible-nohover {
        height: 74px;
        width: 320px;
    }

    .sec-col h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .visiblePopUp .sec-col {
        margin-top: 0;
        margin-bottom: 0px;
    }

    .hs_recaptcha.hs-recaptcha.field.hs-form-field {
        padding: 0 5px !important;
        margin: 0;
    }

    .rc-anchor-invisible {
        height: 74px;
        width: 320px;
    }

    .hbst_wht_frm .hs-form fieldset .hs-form-field {
        flex: 0 0 100%;
        width: 100%;
    }

    .hbst_wht_frm fieldset.form-columns-3 .hs_email,
    .hbst_wht_frm fieldset.form-columns-3 .hs_phone,
    .hbst_wht_frm fieldset.form-columns-3 .hs_referred_zip {
        flex: 1 1 100% !important;
        max-width: 100%;
    }

    .hbspt-form .hs-fieldtype-file {
        height: 70px;
    }

    .hbst_wht_frm .hs-form .hs-form-field {
        margin-bottom: 7px;
    }

    .hbst_wht_frm {
        padding: 0 15px 40px !important;
    }

    .portal-form .hbst_wht_frm {
        padding: 0 0 40px !important;
    }

    .portal-form .hs-form fieldset {
        margin: 0 0 !important;
        padding: 0 !important;
    }

    .tabs-title {
        padding: 0;
    }

    .thanks-list ul li {
        gap: 10px !important;
        margin-top: 10px !important;
        flex-direction: column;
    }

    .custom-modal-content {
        padding: 30px 20px 0;
    }

    .thanks-list ul li span {
        width: 30px !important;
        height: 30px !important;
        flex: 0 0 30px;
    }

    .thanks-list h4 {
        display: none;
    }

    .thanks-list p {
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        color: #12284a;
        line-height: 20px;
    }

    .visiblePopUp .sec-col {
        padding-bottom: 20px;
    }

        .visiblePopUp .sec-col h4 {
            font-weight: bold !important;
        }

    .hbst_wht_frm fieldset .input .hs-input {
        height: 35px !important;
        padding: 5px 15px !important;
    }

    .hbst_wht_frm fieldset .input select.hs-input {
        padding: 5px 35px 5px 10px !important;
    }

    .hbst_wht_frm .hs-form fieldset .hs-form-field {
        margin-bottom: 8px;
    }

    .portal-form1 fieldset.form-columns-3 {
        flex-direction: row !important;
        flex-wrap: wrap;
    }

        .portal-form1 fieldset.form-columns-3 .hs-form-field {
            flex: 1 !important;
        }

        .portal-form1 fieldset.form-columns-3 div:first-child {
            flex: 1 0 100% !important;
        }

        .portal-form1 fieldset.form-columns-3 .hs-form-field, .hs_referred_zip.hs-referred_zip.hs-fieldtype-text.field.hs-form-field {
            flex: 1 !important;
        }

    .portal-form1 .hs-form fieldset {
        margin: 0 0 !important;
        padding: 0 !important;
    }

    .portal-form1 .hbst_wht_frm {
        padding: 0 !important;
    }

    #tab2 .hbst_wht_frm fieldset .input textarea.hs-input {
        height: 60px !important;
    }

    .portal-form1 .hs-form .form-columns-2 .hs-form-field {
        flex: 0 0 50%;
        width: 50%;
    }

    .form-main .form-inner .tab-content {
        padding: 20px 5px;
    }
}

@media screen and (max-width:520px) {

    .plan-text-main .plan-text span {
        font-size: 16px;
    }

    .model-inner.model-inner2 .model-lp {
        max-width: 100%;
    }

    .p-webinar p {
        font-size: 16px;
    }

    .p-webinar:before {
        content: '+';
        right: -3px;
        top: 10px;
    }
}

@media (max-width:375px) {

    .hbst_wht_frm fieldset .input .hs-input {
        padding: 5px 10px !important;
        font-size: 10px;
    }

    .hbst_wht_frm fieldset .input select.hs-input {
        padding: 5px 40px 5px 10px !important;
    }
}

@media screen and (min-width: 577px) {
    #tab1 form fieldset.form-columns-3 .hs-form-field {
        flex: 1 !important;
        max-width: 100%;
    }

    .slick-next::before {
        content: "";
        margin-left: -17px;
    }

    .model-inner2 .model-text2 .pop-up-slide .slick-prev:before {
        left: -5px;
    }
}
