﻿.nseq_home .hbspt-form {
    margin-top: 8px;
}
.grecaptcha-badge {
    visibility: hidden;
}
div#custom-recaptcha-badge .grecaptcha-badge {
    visibility: visible;
    position: static !important;
}
.col-md-12.radio-field.BiteSelection {
    margin-top: 0;
}
//.col-md-12.col-sm-12.col-xs-12.div-margin-top.university:nth-child(3) {
 //   margin-top: 15px;
//}
.university:nth-of-type(3) {
    margin-top: 0px;
}
#form-NDXnSequenceRestorativeRx section.fedx_form.full-arch-surgical-rx .form-control {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
}
input#midline-input {
    margin-left: 23px;
}
div#try-inchange-options, div#Unchange-options, div#Anachange-options, div#AnaUnchange-options {
    margin: 0 0 0 32px;
}
input#bill-drName, input#bill-drAddress, input#bill-City {
    margin-bottom: 10px;
}
select#dr-doctorType, input#dr-dentalGroup, input#dr-practiceName {
    margin-bottom: 10px;
}
label.label-preference {
    margin-left: 20px;
}
.row.billingaddress .form-control.WatermarkText {
    margin-top: 15px;
}
.nseq_home .hs-form fieldset .hs-form-field {
    margin-bottom: 9px;
}

.hs-richtext.hs-main-font-element .number {
    margin-top: -17px;
}

.hs_recaptcha .grecaptcha-badge {
    transform: scale(0.8);
    transform-origin: top right;
}

.nseq_home .actions {
    padding-top: 0 !important;
}

.header_bannersection .nseq_home .hs-form-field select {
    width: 100% !important;
    background-color: #fff !important;
}

.header_bannersection .hs-form-field textarea {
    font-size: 15px;
    border: 1px solid #959595 !important;
    height: 80px;
    color: #000 !important;
    background-color: #fff !important;
}

.header_bannersection .nseq_home .number a {
    margin-bottom: 0;
    font-size: 20.5px;
}

.nseq_home {
    padding-bottom: 25px !important;
    ;
}

    .nseq_home .hs-form fieldset.form-columns-2, .nseq_home .hs-form fieldset.form-columns-1 {
        width: 95%;
    }

.Demo_Order_Form p {
    margin: 0 12%;
    text-align: center;
}

.right-text img {
    margin: 0 12% 0 12%;
    height: 300px;
    object-fit: contain;
}

.btn-banner {
    position: relative;
    bottom: 266px;
    width: 115px;
    left: 118px;
    background-color: #b7312c;
    color: white;
    border: none;
    padding: 2px;
    display: block;
    text-align: center;
}

.spinner-border.text-light {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 7px solid #ddd;
    border-top-color: white;
    animation: loading 1s linear infinite;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    margin-top: 5px;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-body {
    width: 200px;
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    max-height: 300px !important;
    overflow-y: auto;
    height: auto !important;
    overflow-y: auto;
}

div#contactModal .modal-content {
    top: 0px;
    opacity: .98;
    z-index: 99999;
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 700px;
    max-height: max-content;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(to top, #d3d4d5 11%, #fff 65%);
}
div#contactModal .close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-dialog {
    position: relative;
    /*width: auto;*/
    /*margin: 0.5rem;*/
    pointer-events: none;
}

i.icon-spinner.spinning.cms-icon-100.loader-icon {
    font-family: "Core-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    background-image: none;
    vertical-align: middle;
    box-sizing: content-box;
    display: inline-block;
    animation: spin 1.2s infinite linear;
    font-size: 24px;
    height: 24px;
    width: 24px;
    padding: 4px;
}

    i.icon-spinner.spinning.cms-icon-100.loader-icon:before {
        content: "";
    }

div#resultModal.fade.show, div#loadMe.fade.show {
    opacity: 1;
}

.d-flex.justify-content-center {
    display: flex;
    flex-direction: row;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.d-flex.justify-content-center {
    /* width: 86%; */
    height: 100%;
    justify-content: center;
    align-items: center;
}

@keyframes loading {


    to {
        transform: rotate(360deg);
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 16px 0;
    }

    to {
        background-position: 0 0;
    }
}

.btn-banner:hover {
    background-color: #b7312c;
    color: white !important;
}

.banner-t {
    display: block;
    position: relative;
    width: 224px;
    font-size: 12px;
    right: -70px;
    bottom: 52px;
    background-color: #bf2526;
    color: white;
}

.list-table tr td {
    display: block !important;
    margin-right: 20px !important;
}

.dtxcode {
    display: inline-block;
    padding-left: 10px;
}

.profile-tabs {
    border-bottom: 2px solid #d7d7d7;
}

    .profile-tabs li {
        text-indent: 0;
        padding-bottom: 0 !important;
        background-color: transparent !important;
    }

        .profile-tabs li:before {
            content: "" !important;
            color: white !important;
            margin-right: 2px !important;
        }

        .profile-tabs li a {
            margin-right: 0;
            font-size: 17px;
            letter-spacing: 2px;
            font-weight: 600;
        }


.logon-form, .register-container {
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 25px;
}

    .logon-form .form-group, .register-container .form-group {
        margin: 0;
    }

    .logon-form input[type="checkbox"] {
        margin-left: 0;
    }

    .logon-form .logon-remember-me-checkbox {
        margin-top: 10px;
        margin-bottom: 6px;
    }

    .logon-form .form-control-error, .register-container .form-control-error {
        color: red;
    }

    .logon-form .error-label {
        display: block;
        margin-top: 5px;
        margin-bottom: 12px;
        color: red;
    }

    .logon-form .logon-password-retrieval-button, .register-container .btn-default {
        color: #fff;
        background-color: #002857;
        border-color: #fff;
        margin-top: 8px;
    }



/* ICONS */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/App_Themes/NationalDentex/fonts/glyphicons-halflings-regular.eot');
    src: url('/App_Themes/NationalDentex/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/App_Themes/NationalDentex/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/App_Themes/NationalDentex/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/App_Themes/NationalDentex/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/App_Themes/NationalDentex/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.widget_nq h3 {
    letter-spacing: 2.2px;
    text-align: center;
}

.fullpage-logo {
    text-align: center;
}

    .fullpage-logo img {
        width: 30%;
        text-align: center;
        margin-top: 12px;
    }

.full-page-title {
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.full-banner {
    width: 100%;
    display: flex;
    overflow: auto;
    background-image: url(https://nsequence.com/NSequence/media/Redesign/Images/page_bg.png);
    min-height: 270px;
    background-size: cover;
    margin-bottom: 20px;
    align-items: center !important;
    border-bottom: 6px solid #b7312c;
}

.fullpage-content p {
    margin-bottom: 15px;
    padding-left: 10px;
}

input#RegistrationForm_btnOk {
    color: #fff;
    background-color: #002857;
    border-color: #fff;
    margin-top: 8px;
}
/*   .fullpage-content p:nth-child(even) {
        background-color: lightgrey;
        padding: 10px;
    }*/

.fullpage-content p span {
    font-weight: bold;
}

.fullpage-container p {
    font-size: 17px;
}

.p-head {
    font-weight: bold;
}

.p-sub-head {
    margin-bottom: 5px;
}

.p-desc {
    font-size: 15px !important;
    letter-spacing: 0.4px;
    margin-bottom: 5px;
}

.fullpage-footer {
    height: 160px;
    background-color: #00244b;
    border-top: 4px solid #bd2426;
    margin-top: 40px;
}


.definitive-quantity {
    width: 60px !important;
    height: 25px;
    padding: 0;
}

.col-sm-12.col-xs-7.nopad_iphone {
    padding: 0;
}

.promo-img-new {
    width: 70% !important;
    height: auto !important;
}

.row-video {
    display: flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}

    .row-video .col-sm-6 {
        flex: 1 0 0%;
        display: flex;
        display: -ms-flexbox;
        flex-direction: column;
        -ms-flex-direction: column;
        justify-content: space-between;
        -ms-flex: none;
    }

.attention-heading {
    color: #b7312c;
    margin-top: 15px;
    margin-bottom: 2px;
    font-weight: 800;
    font-size: 20px;
}

.attention-container {
    border: 1px solid #b7312c;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 15px;
}

    .attention-container p {
        margin-bottom: 10px;
    }

    .attention-container a {
        color: #00244b !important;
        font-weight: bold;
    }

.step-heading {
    background-color: #b7312c;
    color: white;
    font-size: 20px;
    padding-left: 15px;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.row-step {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .row-step a {
        font-size: 16px;
        font-weight: bold;
        color: #00244b !important;
    }

    .row-step .col-sm-8 a, .row-step .col-sm-8 p {
        padding-left: 15px;
    }

    .row-step .col-sm-8 p {
        margin-bottom: 5px;
        color: #00244b;
    }

    .row-step .col-sm-8 h2 {
        letter-spacing: 0;
        padding-left: 15px;
        margin-top: 10px;
    }

.links li a {
    font-size: 17px;
    font-weight: bold;
    color: #00244b !important;
}

.links ol {
    padding: 0px;
    padding-left: 15px;
}

.links h2 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.promo-img {
    height: 245px;
    position: relative;
    top: 38px;
    left: 135px;
}

.promo-a {
    border: 0 !important;
    background: none !important;
}

.promo-btn {
    top: 60px;
}

    .promo-btn img {
        height: 38px;
    }

.nFedEx .row {
    width: 50%;
}

    .nFedEx .row:first-of-type {
        width: 50%;
    }

.nFedEx .col-md-6 {
    width: 100%;
}

.nFedEx span {
    color: red;
}

.nFedEx h2 {
    padding-top: 15px;
}

.nFedEx input[type='text'], .nFedEx select, .nFedEx textarea {
    background: #e6e6e6;
    border: none;
    margin-bottom: 10px;
    width: 100%;
    padding: 5px 10px;
    font-size: 18px;
}

#FedExArea .col-md-12.content {
    padding-left: 0;
}

.nFedEx input[type='submit'] {
    margin-left: 0;
    position: relative;
    right: 2px;
    width: 210px;
    top: 17px;
}

.modal-backdrop.fade.show {
    opacity: 0.6;
}

span.red.fedEx-form-error {
    color: red;
}

.nFedEx label.col-md-2.control-label {
    font-size: 16px;
    color: #002855;
    line-height: 20px;
    padding-left: 0;
    padding-right: 0;
    width: initial;
}

.nFedEx.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.nFedEx .fedEx-form-heading {
    margin-left: 15px;
}

.row.pickuprequest .col-md-12 {
    display: flex;
    flex-direction: column;
}

.restorationBnr {
    padding-right: 16px;
    padding-bottom: 15px;
    height: 50px;
}

.ty-ol, .ty-p {
    font-size: 18pt;
    color: rgba(9, 36, 72, 255);
    text-align: left;
    font-weight: bold;
    width: 55%;
}

    .ty-ol a, .ty-a {
        padding: 5px;
        border: 2px solid rgba(9, 36, 72, 0.52);
        font-size: 15pt;
        font-weight: bold;
        width: 270px;
        display: block;
        color: rgba(9, 36, 72, 255);
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 60px;
    }

        .ty-ol a:hover, .ty-a:hover {
            background-color: #d6dce1;
        }

.ty-icon {
    background: url(/NSequence/media/Redesign/send-a-case/ty-icon.png);
    background-repeat: no-repeat;
    height: 96px;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    width: 60%;
    margin-bottom: 10px;
}

    .ty-icon img {
        position: relative;
        right: 75px;
        top: 22px;
    }

.ty-radio {
    width: 80%;
}

    .ty-radio img {
        right: 275px;
    }



#pardot-form.form p.no-label, #pardot-form.form p.email-pref {
    margin-left: 6px;
}

#pardot-form .submit input {
    width: 45%;
}

.grey-lbl label {
    display: inline;
}

.clickable {
    cursor: pointer;
}

.clickable-right {
    cursor: pointer;
}

.expand img, h2 {
    cursor: pointer;
}

form.form p.no-label {
    margin-left: 0;
}

figure img {
    width: 100%;
}

.container .row .container {
    width: 840px;
}

.apple-promo {
    cursor: pointer;
}

.promo-h1 {
    position: relative;
    width: 100% !important;
    top: 40px;
    font-size: 78px !important;
    text-align: center;
}

    .promo-h1 span {
        color: #b7312c;
    }

.promo-h2 {
    width: 100% !important;
    position: relative;
    top: 90px;
    font-size: 35px !important;
    text-align: center;
}

.promo-btn {
    text-align: center;
    position: relative;
    top: 90px;
}

    .promo-btn a {
        color: #00244b;
    }

.promotion-note {
    text-align: center;
    position: relative;
    top: 95px;
}

.dsurgeryimg {
    background-image: url(/NSequence/media/Redesign/Promo/nq-promo-new-bg.png);
    height: 390px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

.navbar .has-dropdown .opener:before {
    content: "+";
    width: 15px;
    height: 15px;
}

.navbar .has-dropdown.expanded .opener:before {
    content: "−";
}

.dsurgeryimg-margin {
    margin-top: 10px !important;
}

.text-section {
    margin-top: 25px;
}

.has-dropdown .opener {
    display: inline-block;
    float: right;
    position: relative;
    bottom: 40px;
    font-size: 25px;
    z-index: 99999;
    width: 20px;
    text-align: center;
    height: 20px;
}

.nobottom {
    bottom: 0;
}

.footer-links {
    margin-bottom: 0;
}

    .footer-links li {
        padding: 0;
    }

.cust-footer .footer-links li {
    margin-right: 10px;
}

.cust-footer ul:not(.ul-form) li:before {
    content: none;
}

.footer-links a {
    border-right: 1px solid #00244b;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
    padding-right: 6px;
}

.footer-links li:last-of-type a {
    border-right: none;
}

.carousel-inner {
    bottom: 16px;
}

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        transform: translate3d(0px,0px,0px);
        display: block;
    }

footer a {
    color: #00244b !important;
}

.googleMaps {
    margin-top: 20px;
}

.normal-width {
    width: 100%;
}

.navbar-inverse .navbar-collapse {
    padding-right: 0;
}

.navbar-nav {
    margin-left: 8px;
}

.FormPanel .row, .FormPanel input[type='checkbox'] {
    margin-left: 0px;
}

.FormPanel input[type='submit'] {
    /* margin-top: 18px;*/
    width: 200px;
}

.ErrorLabel {
    /*margin-left:15px;*/
    color: red;
}

ul.more-text li {
    text-indent: -20px;
}

main h6 {
    display: block;
    color: #b7312c;
    font-weight: bold;
    font-size: 20px !important;
    margin-top: 0;
    margin-bottom: 10px;
}

main h1 {
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 2.2px;
    text-align: left;
    color: #b7312c;
    margin-bottom: 3px;
    margin-top: 10px;
    text-transform: capitalize;
}


main h2 {
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: left;
    color: #00244b;
    margin-top: 0px;
    margin-bottom: 6px;
    text-transform: none;
}

h3 {
    margin-top: 10px;
}

.expand h2 {
    text-transform: none;
}

.expand p {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
}

p {
    margin: 0 0 20px;
}

p, ul, ol, div {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .2px;
    text-align: left;
    color: #00244b;
}

.info-box-section .info-box {
    border-top: 10px solid #bd2426;
}

.product-detail ul li:before, main ul:not(.selectdropdown):not(.slick-dots):not(.list-inline):not(.list-unstyled) li:before {
    color: #bd2426;
}

.cta-theme-box {
    border-top: #bd2426 5px solid;
    border-bottom: #bd2426 5px solid;
}

    .cta-theme-box img.logoAddBackdrop {
        background-color: #bd2426;
    }

.cta-image-box h4:after {
    content: " >";
    color: #bd2426;
}

.carousel-control, .carousel-control:hover, .carousel-control:focus {
    color: #bd2426;
}

.learn-more-cta:before {
    background-image: url('/NationalDentex/media/National-Dentex/Icons%20and%20Logos/learn-icon-red.png');
}

.info-link h2:after {
    color: #bd2426;
}

.banner-section .banner-text {
    background: #002857;
}

.cta-theme-box {
    background: #e6e6e6;
    padding: 20px 15px 20px 15px;
    border-top: #fad23f 5px solid;
    border-bottom: #fad23f 5px solid;
}

    .cta-theme-box h4, .cta-image-box h4 {
        font-size: 21px;
        text-transform: uppercase;
    }

    .cta-theme-box img {
        margin: auto;
        margin-bottom: 8px;
    }

    .cta-theme-box p {
        margin-bottom: 6px;
    }

    .cta-theme-box img.logoAddBackdrop {
        background-color: #bd2426;
        border-radius: 50% 0 50% 50%;
        display: block;
    }

    .cta-theme-box ul {
        text-align: center;
    }

    .cta-theme-box li a {
        text-decoration: underline;
    }

    .cta-theme-box a:after {
        content: "\00a0>";
    }

.cta-image-box {
    margin-bottom: 30px;
    text-align: center;
}

    .cta-image-box img {
        width: 100%;
    }

    .cta-image-box h4 {
        background: #002855;
        margin-bottom: 0;
        padding: 10px;
        border-bottom: #fff 2px solid;
    }

        .cta-image-box h4:after {
            content: " >";
            color: #fad23f;
        }

body {
    font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
    font-size: 16px;
}

header {
    /*background-color: #00244b;*/
}

.navbar-header {
    /*  padding-top:8px;*/
    width: 33%;
}

.container_div {
    background: none;
}

.navbar_div {
    background: none;
    border: none;
    height: 70px;
    background-color: #00244b;
    margin-bottom: 0px;
}

.logo_pic {
    width: 291px;
    height: 47px;
}

/*.nav_ulPad {
padding-top: 15px;
}*/

.nav li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-brand {
    width: 330px;
}

    .navbar-brand > img {
        /* height:100%;*/
        width: 298px;
        min-height: 35px;
        margin-top: 6px;
    }

a.navbar-brand img {
    width: 298px;
    min-height: 35px;
    display: block;
    margin-top: 6px;
}

.nav li.level-1 a {
    /* padding-top: 18px; */
    /* padding-bottom: 15px; */
    line-height: 36px;
    border-right: 1px solid rgba(175, 175, 176, 0.4);
    font-size: 14px;
    padding-right: 3px;
    padding-left: 5px;
    text-align: left;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.2px;
    text-align: left;
    color: #ffffff;
    /*margin-top: 12px;*/
}

.nav li.level-1 ul a:hover {
    color: #b7312c !important;
}

.nav li.active {
    background-color: #b7312c;
}

    .nav li.active a {
        background-color: inherit !important;
    }

.nav li.level-1:hover {
    background-color: #bd2426;
}

.nav li:last-of-type a {
    border-right: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
}

div.submenu {
    display: none;
}

div.submenu {
    overflow: hidden;
    position: absolute;
    width: 650px;
    /* width: 100%; */
    top: 70px;
    /* left: -66px; */
    display: none;
    padding: 12px;
    background-color: #d6d9d6;
    color: #01244c;
    right: -230px;
    z-index: 9999;
}

    div.submenu ul {
        padding-left: 0;
        font-size: 20px;
        list-style: none;
        font-weight: normal;
        display: block;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        width: 100%;
        width: 590px;
        column-gap: 45px;
        -moz-column-gap: 45px;
        -webkit-column-gap: 45px;
    }

        div.submenu ul li {
            border-bottom: 1px solid #bd2426;
            padding: 10px;
            line-height: 18px;
            width: 100%;
            -moz-column-break-inside: avoid;
            -webkit-column-break-inside: avoid;
            -mx-column-break-inside: avoid;
            column-break-inside: avoid;
        }

            div.submenu ul li:hover {
                color: white !important;
                background-color: none !important;
            }

            div.submenu ul li:last-of-type {
                /*  border-bottom: none; */
            }

            div.submenu ul li:nth-child(3) {
                /*border-bottom: none;*/
            }

            div.submenu ul li:last-child:before {
                position: absolute;
                /* You want to place the top  */
                margin-left: calc(25% + 5px);
                content: " ";
                display: block;
                width: 10px;
                height: 1px;
                top: -1px;
                width: 100%;
            }

            div.submenu ul li a {
                color: #01244c !important;
                font-weight: bold !important;
                font-size: 18px !important;
                text-align: left;
                line-height: 1px !important;
                margin-left: 0;
                padding-left: 0 !important;
                border-right: none !important;
            }

                div.submenu ul li a:hover {
                    font-weight: bold !important;
                }

.send_btncase {
    padding-left: 0;
    text-align: left;
}

.Send_a_Case_Arrow {
    width: 14px;
    height: 14px;
    object-fit: contain;
    /* background-color: #00244b; */
    padding-left: 2px;
    padding-bottom: 2px;
}

.send_btn {
    font-size: 16px;
    /* font-weight: 500; */
    font-style: normal;
    font-stretch: normal;
    /* line-height: 2.03; */
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    width: 170px;
    height: 33px;
    background-image: url(/NSequence/media/Redesign/Images/rectangle-send-a-case.png),url(/NSequence/media/Redesign/Images/rectangle-send-a-case@2x.png),url(/NSequence/media/Redesign/Images/rectangle-send-a-case@3x.png);
    display: block;
    padding: 8px;
    padding-left: 18px;
}

    .send_btn:hover {
        color: #ffffff;
        text-decoration: none;
    }

.nopad {
    padding: 0px;
}

.text-pad-send {
    padding-top: 5px;
}

.send_no {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
}

    .send_no a {
        color: white;
    }

.year_text {
    background-color: #ffffff;
    font-size: 58px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.84;
    letter-spacing: -5.8px;
    text-align: center;
    color: #bfbebe;
    font-family: Montserrat;
}

.foot_text {
    font-size: 18.5px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.32;
    letter-spacing: -0.4px;
    text-align: center;
    font-family: Montserrat;
    color: #bfbebe;
}

.pro_text {
    line-height: 18px;
}

.more_text {
    font-size: 29px;
    line-height: 0.9;
    letter-spacing: -0.3px;
}

.mar_top_zero {
    margin-top: 30px;
}

.text-height {
    /*margin-top: 12px;*/
}

.text_bold {
    line-height: 1.37;
    letter-spacing: -0.3px;
    font-weight: bold;
    font-size: 58px;
    line-height: 0.84;
    letter-spacing: -5.8px;
}

.archImg {
    width: 54px;
    height: 118px;
}

.nomar {
    margin: 0px;
}

.imp_lowerText {
    font-size: 15px;
    line-height: 18px;
    margin-top: 5px;
}

.div_border_footImg img {
    right: 47%;
}

.text_pad {
    padding-top: 10px;
}

.foot_menu_ul {
    list-style-type: none;
    text-align: center;
}

    .foot_menu_ul li {
        display: inline;
        height: 16px;
        font-size: 14px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.57;
        letter-spacing: 2.8px;
        text-align: center;
        color: #00244b;
        border-right: 1px solid #00244b;
        padding-right: 7px;
        padding-left: 7px;
    }

    .foot_menu_ul .li_border_last {
        border: none;
    }

.foot_botom_div {
    height: 43px;
    background-color: #00244b;
}

.text_pad p {
    text-align: center;
    margin-bottom: 2px;
}

.border-right {
    border-right: 1px solid #afafb0;
}

.header-wrapper {
    min-height: 280px;
    padding: 0;
    background-image: url(https://nsequence.com/NSequence/media/Redesign/Images/page_bg.png);
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.contact-us-button {
    display: block;
    position: absolute;
    top: 76px;
    z-index: 99999;
    font-size: 16px;
    width: 108px;
    padding: 4px 1px;
    background-color: #cc0000;
    text-align: center;
    left: 1061px;
    margin-left: 20px;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}



.header-wrapper video {
    width: 100%;
    padding: 0;
    height: auto;
    border-bottom: 8px solid #bd2426 !important;
}
/*
    .header-wrapper .fr-view .fr-video video {
        height: 495px;
        min-height: 280px;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
        border-bottom: 8px solid #bd2426 !important;
    }*/


.header-page-wrapper {
}

.header_page_bannersection {
    /* height:280px;*/
    padding: 0;
    background-image: url(https://nsequence.com/NSequence/media/Redesign/Images/page_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    padding-bottom: 50px;
    margin-bottom: 10px;
    width: 100%;
    height: 270px;
    border-bottom: 6px solid #b7312c;
}

.header_bannersection {
    /*  height: 300px;
  background-image: url(/NSequence/media/Redesign/Images/banner.png); 
  top: 230px;*/
    position: absolute;
    z-index: 99;
    width: 100%;
}

.header_bannersection_edit_mode {
    background-image: url(/NSequence/media/Redesign/Images/page_bg.png);
    min-height: 500px;
}

    .header_bannersection_edit_mode div {
        color: white;
    }

.expand-link {
    position: absolute;
    z-index: 999999;
    top: 196px;
    text-align: center;
    font-size: 26px;
    opacity: .88;
    background: linear-gradient(to bottom,#d3d4d5 15%,#fff 65%);
    height: 35px;
    width: 100%;
}

    .expand-link span {
        cusrsor: pointer;
    }

.contact-form-wrapper {
    top: 43px;
    opacity: .98;
    width: 33%;
    padding: 0;
    left: 161px;
    z-index: 99999;
    position: relative;
}

h1.text-center.head_red.nopad_iphone.iphone_font24 h1 {
    text-align: center;
}

/*.home-form {
    background-image: linear-gradient(to top,#d3d4d5 11%,#fff 65%);
}*/
/*.hs_state_list.hs-state_list.hs-fieldtype-select.field.hs-form-field select {
    background-color: transparent !important;
}*/
h2.text-center.head_red.nopad_iphone.iphone_font24 {
    width: unset;
}
.hs_case_comment.hs-case_comment.hs-fieldtype-textarea.field.hs-form-field textarea {
    border: 1px solid #959595 !important;
    margin-bottom: 5px;
    background-color: transparent !important;
}
/*.contact-form-wrapper iframe {
    height: 400px !important;
}*/

input#searchBox::Placeholder {
    color: #fff !important;
}

.contact-form-header h2 {
    font-size: 20px;
    padding-bottom: 1px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    letter-spacing: -0.5px;
    text-align: center;
    color: #00244b;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 2px solid #e1e1e1;
}

.paddingtop-inner-text {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 112px;
}

.div_border-bottom-margin {
    margin-top: -44px;
}

.content-row {
    overflow: auto;
}

.row-template, .content-row {
    border-bottom: 2px solid #d7d7d7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .row-template:nth-of-type(1), .content-row:nth-of-type(1) {
        border-bottom: none !important;
    }

.row.content-row.row-template {
    margin-left: 5px;
}

.row-template .col-sm-12 {
    padding-left: 0;
}

.row-template img {
    /*width:100%;*/
}

.product-preview img {
    width: 100%;
}

.row-template:last-of-type, .content-row:last-of-type {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.row-template .col-sm-4, .content-row .col-sm-4 {
    width: 33%;
}

.row-template p, .row-template ul, .content-row p, .content-row ul {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    /* line-height: 0.84; */
    letter-spacing: 0.2px;
    text-align: left;
    color: #00244b;
}

.page-text {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .2px;
    text-align: left;
    color: #00244b;
}

.h3-header {
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 2.2px;
    text-align: left;
    color: #bd2426;
    margin-bottom: 3px;
    margin-top: 10px;
}

.h4-header {
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: left;
    color: #00244b;
    margin-top: 8px;
    margin-bottom: 6px;
}

.sidebar-container {
    /*  margin-top: 25px;*/
    position: relative;
    /*left: 30px;*/
    bottom: 5px;
    left: 32px;
}

.ndx-kit-padding {
    text-align: center;
}

.main_banner_text {
    text-transform: uppercase;
    object-fit: contain;
    border: 4px solid #fff;
    padding: 13px;
    top: 200px;
    visibility: hidden;
}

.page_header {
    text-transform: uppercase;
    object-fit: contain;
    color: white;
    /* padding: 13px;
  left: 10px;*/
    top: 75px;
}

.page-heading {
    font-size: 42px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.95;
    text-align: left;
    color: #ffffff;
    margin-top: 0;
    letter-spacing: 1px;
    width: 98%;
    text-transform: uppercase;
}

.page-sub-heading {
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -0.7px;
    text-align: left;
    color: #ffffff;
    text-transform: none;
}

main section, main section p {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .2px;
    text-align: left;
    color: #00244b;
}

.page-top-text {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 4.1px;
    color: #bd2426;
    margin-top: 5px;
    margin-bottom: 2px;
}

._precise_text {
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.02;
    letter-spacing: -0.4px;
    text-align: center;
    color: #ffffff;
}

.text-center {
    text-align: center;
}

i {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.paddingright {
    /*padding-right : 40px;*/
    padding-right: 10px;
    padding-top: 4px;
}



.nopad {
    padding: 0px;
}

.nomarg {
    margin: 0px;
}

.nopadleftright {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Slides */
.mySlides {
    display: none;
    text-align: center;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
}

/* The dots/bullets/indicators */
.testimonial_control .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    background-image: none;
}

.videodivline {
    width: 88%;
    left: 6%;
    bottom: 20px;
}
/* Add a background color to the active dot/circle */
.testimonial_control .active, .dot:hover {
    background-color: #002855;
    height: 15px;
    width: 15px;
}

.item h2 {
    margin-top: 10px;
}

.nopadleft {
    padding-left: 0px !important;
}

/*.container {
background: #dedede;
}*/
.paddingtop {
    padding-top: 12px;
}

.headings img {
    margin-top: 10px;
    width: 48%;
}

.col-lg-3.col-md-3.col-sm-3.col-xs-12.iphone_marg_top.clickfind img.iphone_img_response.clickable, .col-lg-3.col-md-3.col-sm-3.col-xs-12.iphone_marg_top img.iphone_img_response.clickable {
    width: 48%;
    height: auto;
}

img.borderdesign-img.fr-fic.fr-dii {
    position: absolute;
    margin: 0;
}

hr.separator {
    margin-top: 14px;
    margin-bottom: 14px;
}

.dsurgeryimg img {
    width: auto;
    margin: 0px !important;
}

.headings a {
    margin: 15px 0 10px 0;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2.6px;
    text-align: center;
    color: #000000;
    background-color: white;
    border: 1px solid lightgrey;
    cursor: pointer;
}

    .headings a:hover {
        background-color: #d6dce1;
    }

.mainrow a:hover {
    background-color: #d6dce1;
}

.start-case:hover {
    background-color: #d6dce1;
}

.sub-section-video-header {
    margin-top: 80px !important;
}

.button-container {
    margin-top: 25px;
}

.head_red {
    color: #b7312c;
    font-weight: bold;
    font-size: 35px;
    width: 69%;
    /* text-align: center; */
    margin: 0 auto;
    /*  margin-top: 8px;*/
    margin-bottom: 15px;
    text-align: center;
}

.video-background iframe {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    min-height: 450px;
    z-index: -100;
    transform: translate(-50%, -50%);
}


.box {
    /*background-color: #333333;
    min-height: 400px !important;*/
    padding: 0 80px;
    opacity: 0.71;
    position: relative;
    overflow: hidden;
}

.section-video-header {
    padding: 0;
}

.box h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.95;
    letter-spacing: 3px;
    text-align: center;
    color: #ffffff;
    margin-top: 0;
}

.borderred {
    position: absolute !important;
    bottom: 33px;
}

.headings h1 {
    height: 75px;
    font-size: 21.5px;
    font-weight: bold;
    line-height: 1.39;
    letter-spacing: 3.6px;
    text-align: center;
    color: #00244b;
    margin: auto;
    margin-top: 20px;
    margin: 0 auto;
    width: 100%;
}


.maintext p.head {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 4px;
    text-align: left;
    color: #bd2426;
    line-height: 0.9;
    margin-bottom: 10px;
}

.maintext p.description {
    font-size: 27px;
    font-weight: 300;
    line-height: 1.18;
    letter-spacing: 3.3px;
    color: #00244b;
}

.div_border {
    border-bottom: 3px solid #b7312c;
    position: relative;
}


.div_border_top {
    border-top: 3px solid #b7312c;
    position: relative;
    height: 14px;
}

.expand .div_border {
    height: 14px;
}

.margintopbtm {
    margin-top: 30px;
    margin-bottom: 30px;
}

.div_border img {
    height: 32px;
    right: 47%;
    top: -14px;
    position: absolute;
}

.testimonials h1 {
    margin-top: 0px;
    font-size: 35px;
    font-weight: bold;
    line-height: 0.88;
    letter-spacing: 4.1px;
    text-align: center;
    color: #b7312c;
    margin-bottom: 15px;
}

    .testimonials h1 a {
        color: #b7312c !important;
    }

.testimonials h2 {
    /* background-image: url(/NSequence/media/Redesign/Images/testimonials.png),url(/NSequence/media/Redesign/Images/testimonials02.PNG);*/
    background-repeat: no-repeat;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.22;
    text-align: center;
    letter-spacing: -0.7px;
    color: #00244b;
    text-transform: none;
    /* background-position: left 109px; 
  background-position: left top,right 32px;*/
}

.testimonial-start {
    /* padding-bottom: 25px;*/
    padding-right: 7px;
    vertical-align: super;
}

.testimonial-end {
    transform: rotate(180deg);
    vertical-align: super;
    margin-left: 8px;
}

.testimonials p {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.8px;
    text-align: center;
    color: #00244b;
}

.carousel-indicators {
    bottom: 0;
}

.carousel-indicators-custom {
    position: absolute;
    bottom: -13px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators-custom .active {
        width: 15px;
        height: 15px;
    }

/*.ndxtop{
top:-50px;
}*/
.contact-form-header h2 {
    font-size: 23.5px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    letter-spacing: -0.5px;
    text-align: center;
    color: #00244b;
    margin-top: 0;
    margin-bottom: 12px;
}

.search-box input[type='text'] {
    height: 26px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    background: transparent;
    border: 1px solid #ffffff;
    font-weight: normal;
    padding-left: 8px;
    width: 160px;
    margin-left: 8px;
    padding-right: 30px;
}

.search-box {
    position: absolute;
    top: 76px;
    z-index: 99999;
    width: 168px;
    text-align: center;
    left: 900px;
}

.ndx-search-ico-new {
    height: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 13px;
}

.new-search-watermark {
    color: #ffffffab;
}

.video-icon {
    text-align: center;
    margin-bottom: 6px;
    padding-top: 45px;
}

.fr-view .fr-video.fr-dvi {
    display: block !important;
}

.video-background video {
    /*height: 394px;
    object-fit: contain;*/
    width: 100%;
    height: 100%;
}

span.fr-video.fr-deletable.fr-fvc.fr-dvi.fr-draggable {
    position: inherit;
}

.sub-section-video-header {
    position: absolute;
    width: 100%;
    right: 0;
}

.borderred-padtop {
    padding-top: 68px;
}

.borderred-margin-top {
    margin-top: 30px;
}

#imgVideo {
    cursor: pointer;
}
/*.toptext a {
font-size: 24px;
font-weight: normal;
font-style: italic;
line-height: 1.28;
letter-spacing: -0.5px;
text-align: left;
color: #00244b;
}*/

.toptext h1 {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 4.1px;
    color: #b7312c;
    /* margin-top:20px;
  margin-bottom:20px;*/
}

.mainrow img {
    /*  margin-top: 10px;*/
    height: 200px;
    object-fit: contain;
    width: 100%;
}

.mainrow h2 {
    margin: 0px 0px 0px 0px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.32;
    letter-spacing: -0.5px;
    text-align: center;
    color: #00244b;
}

.iphone_center {
    text-align: center;
}

.request_btn button {
    width: 65% !important;
    padding: 3px !important;
    line-height: 1.13;
}

.mainrow p {
    /* min-height: 10%;*/
    font-size: 16px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #00244b;
    line-height: 22px;
    /*background: -ms-linear-gradient(#000, #fff);
  background-clip: text;
  -webkit-text-fill-color: transparent;*/
    background: -webkit-linear-gradient(#000, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: default;
    position: relative;
}



.mainrow ul {
    font-size: 16px;
    letter-spacing: -0.7px;
    text-align: center;
    color: #00244b;
    line-height: 22px;
}

.mainrow img:hover p {
    height: auto;
    -webkit-text-fill-color: initial;
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    margin-bottom: 30px;
}

.mainrow ul {
    text-align: left;
}

.marginborder {
    margin-top: 10px;
    margin-bottom: 10px;
}

.more-text {
    font-size: 29px;
    line-height: 0.7;
    letter-spacing: -.3px;
    display: none;
}

ul.more-text {
    /*  margin-bottom:30px!important;*/
}

p.more-text {
    margin-top: 0;
    /* margin-bottom:40px!important;*/
}

.playvideo {
    top: 90px;
}

.blueheading {
    display: block;
}

.mainrow a {
    /* width:47%;*/
    margin-bottom: 25px;
    margin-top: 6px;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2.4px;
    color: #000000;
    background-color: white;
    border: 1px solid lightgrey;
    display: inline-block;
    width: 210px;
}

/******************************************************
/*************** NQ REDESIGN **************************/
.form-imp {
    color: #bd2426;
    font-size: 15px;
    font-weight: bold;
}

.imp-a {
    cursor: pointer;
}

h1 {
    /*  margin-top:0;*/
}

.breadcrumb {
    margin: 0;
    padding: 8px 0px;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: -0.5px;
    text-align: left;
    color: #00244b;
    padding-left: 8px;
}

.center-text {
    font-size: 16px;
}

.steps ul {
    list-style-type: none !important;
    margin-left: 0 !important;
}

.steps li {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 45px;
    border-radius: 30px;
    background: #eaeaeb;
    margin: 0 25px;
    display: inline-block;
    color: #a9abae;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    position: relative;
    right: 26px;
    font-size: 22px;
    border: 4px solid #c5c7c9;
}

    .steps li::before {
        content: '' !important;
        position: absolute;
        top: 21px;
        left: -4em;
        width: 4em;
        height: 5px;
        background: #c5c7c9;
        z-index: -1;
    }



    .steps li:first-child::before {
        display: none;
    }

    .steps li.active {
        background: #be1f21;
        color: white;
    }

.wrapper {
    padding: 18px 90px;
}

.start-case {
    width: 180px;
    height: 39px;
    font-size: 14px !important;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000000;
    border: 1px solid lightgray;
    margin-top: 15px;
    text-transform: uppercase;
}

.form-right-heading {
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: 2.8px;
    text-align: center;
    color: #00244b;
    padding-bottom: 0px;
    margin-top: 10px;
}

.form-ellipse, img.iphone_img_response.clickable {
    width: 141px;
    height: 140px;
    object-fit: contain;
}

.form-right-panel {
    text-align: center;
}

.sidebar-container .form-right-panel:last-of-type hr {
    display: none;
}

.seprator {
    width: 250px;
    height: 3px;
    background-color: #bd2426;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 120, from( #bd2426), to(#fff));
    margin-top: 20px;
}

/*.active ~ li {
background: #be1f21;
}

.active ~ li::before {
background: #be1f21;
}*/

.step-div input[type="text"].form-control, .step-div textarea.form-control, .editing-form-control-nested-control input[type="text"].form-control, .editing-form-control-nested-control textarea.form-control {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #808285;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.step-div select.form-control, .editing-form-control-nested-control select.form-control {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #808285;
    background-image: none;
    border: 1px solid #ccc;
}

.step-1 div.row, .step-2 div.row, .step-3 div.row {
    margin-bottom: 20px;
}

.form-page-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.38;
    color: #af342e;
}

.form-page-title-desc {
    height: 38px;
    font-family: CenturyGothic;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #808285;
}

.form-sec-title {
    font-family: CenturyGothic;
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #072852;
}

.form-label {
    height: 15px;
    font-family: CenturyGothic;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #808285;
}

.form-btn {
    line-height: normal;
    text-align: left;
    color: #fff;
    background-color: #b0312a;
    border: none;
    text-align: center;
    width: 200px;
    height: 44px;
    font-weight: bold;
    font-size: 20px !important;
    text-transform: uppercase;
    font-size: 15px !important;
    margin-right: 30px;
}

    .form-btn:hover {
        background-color: #612825 !important;
    }

label.form-radio {
    display: block;
    font-family: CenturyGothic;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #808285;
}

input.form-radio {
    margin-right: 5px;
}

.form-que-label {
    font-family: CenturyGothic;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #072852;
}

.step-1 textarea, .step-2 textarea {
    border-radius: 0px;
    resize: none;
}

.caption {
    color: #af342e;
}

p.step-1 {
    float: left;
    width: 100px;
    padding-top: 8px;
}

    p.step-1 span {
        color: #808285;
    }

.step-div input[type="radio"] + label, .step-div input[type="checkbox"] + label {
    color: #808285;
}

.EditingFormErrorLabel, .field-validation-error {
    color: red;
}

div#ctGuidedProstheticsForm .row {
    padding-bottom: 20px;
}

div#ctGuidedProstheticsForm input[type="radio"], div#ctGuidedProstheticsForm input[type="checkbox"], div#ctGuidedSurgicalForm input[type="radio"], div#ctGuidedSurgicalForm input[type="checkbox"] {
    margin-left: 0px;
}

.radio-list-horizontal label {
    margin-right: 20px;
}

.step-div h3 {
    margin: 0px;
    color: #072852;
}

label.final-resto .EditingFormControlNestedControl {
    font-weight: bold;
}

.step-div label span, .step-div label label, .step-div label span, .EditingFormLabel, .grey-lbl {
    color: #072852;
}

.ExplanationText {
    color: inherit;
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/*.hidden-div-margin {
    margin-bottom: 20px;
}*/

.form-expand {
    height: 190px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-bottom: 30px;
    position: absolute;
    /*left: 960px;*/
    z-index: 99999;
    width: 100%;
    /*top: 125px;*/
    background-image: linear-gradient(to top,#d3d4d5 11%,#fff 65%);
}
/*********************************************************/

.socialmedia {
    float: right;
    margin-top: -55px;
    margin-right: 15px;
}

.social-icons {
    float: right;
}

#social-share-buttons-tab {
    position: fixed;
    z-index: 999999;
    top: 220px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    width: 50px;
    height: 200px;
    border: 0px;
}

.social-icon li {
    padding-top: 1px;
    padding-left: 0px;
    padding-right: 0px;
}

.social-icon-iphone {
    margin-top: 20px;
}

.socialiphone {
    float: left;
}

.social-icon-iphone li {
    padding-left: 5px;
    padding-right: 5px;
}



/*-----CUSTOM LANDING PAGE CSS STARTS----------*/
.device-center {
    padding-left: 0;
    padding-right: 0;
}

.device-margin {
    margin-top: 15px;
}

.device-padding img {
    margin-bottom: 0;
    width: 100%;
}

.form-margin {
    margin-left: 58px;
}

.webinar-date img {
    vertical-align: text-top;
}

.form-container {
    height: 470px;
}

.form-hanging-wrapper {
    /* position:relative;
  bottom:40px;*/
}

.margin-top-bottom {
    margin-top: 20px;
    /* margin-bottom: 20px;*/
}

.education-video {
    height: 210px;
}

.margin-banner {
    margin-left: 25%;
    margin-top: 10px;
}

.testimonial-img img {
    width: 100%;
    margin-bottom: 8px;
}

.promo iframe {
    border: 0;
    height: 100%;
}

.h4_subscribe {
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: bold;
}

.nopad {
    padding: 0;
}

.hero-text {
    text-align: left;
    padding-top: 20px;
}

.hostedBy {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    line-height: 2.38;
    color: #ffffff;
}

.hostedByText {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.73;
    letter-spacing: normal;
    text-align: left;
    color: #fad13e;
}

.webinar-title {
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.webinar-date {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.presenter {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.67;
    color: #dddddd;
}

.presenter-name {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.presenter-desc {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.webinar-type {
    width: 42px;
    height: 23px;
    background-color: #fad13e;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.75;
    color: #002855;
    padding-left: 2px;
    padding-right: 3px;
}

.webinar-text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.44;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.presenter-section {
    position: relative;
    right: 25px;
    bottom: 5px;
}

.nomargin-bottom {
    margin-bottom: 0;
}

.webinar-overview {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #002855;
    margin-bottom: 0;
}

.webinar-overview-text {
    font-size: 22px;
    color: #002855;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 20px;
}

.promo {
    /*margin-top: 107px;*/
}

.bannerimage > div {
    background-size: 100% !important;
}

.webinar-objective-text, .promo ul li {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: left;
    color: #002855;
}

.promo ul {
    margin: 0 !important;
}

.promo .row > div > div:last-child {
    /* margin-bottom:16px;*/
    padding-bottom: 20px;
}

.promo .row:empty {
    margin-bottom: 0px;
}

.promo .nomargin-bottom {
    margin-bottom: 5px;
}

.testimonials-title {
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #002855;
    margin-top: 12px;
    margin-bottom: 10px;
}

.testimonials-text {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
}

.testimonials-by {
    font-weight: bold;
    font-size: 14px;
}

.testimonials-hr {
    height: 1px;
    background-color: #dddddd;
    margin: 0;
    margin-top: 15px;
}

.testimonial-banner {
    background-color: #f7f7f7;
}

.banner-form {
    /* position: absolute;
  top: 8%;
  right: 6%;
  color: #fff;
  height: 644px;*/
    margin-top: 30px;
    width: 30%;
}

.promo-header {
    height: 100px;
}

.promo-split-border {
    top: 100px;
}

.about-ndx-desc {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #002855;
}

.about-ndx-type {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
}

.about-mdx-image {
    /* width: 85px;
  height: 85px;*/
    margin-bottom: 10px !important;
}

.program-type {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #002855;
    width: 72px;
    height: 20px;
    background-color: #fad13e;
    text-transform: uppercase;
}

.program-title {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #002855;
    /*width:80%;*/
}

.program-desc {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #002855;
    margin-right: 10px;
}

.program-image {
    margin-bottom: 10px;
}

.subcribe-button {
    width: 521px;
    height: 41px;
    border-radius: 2px;
    background-color: #ffffff;
}

.subscribe-desc {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.subscribe-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.subscribe-wrapper {
    padding: 25px;
    width: 45%;
    margin: 0 auto;
    background-color: #002855;
    margin-top: 20px;
    margin-bottom: 20px;
}

.email-split-border {
    margin-bottom: 10px;
    z-index: 98;
    width: 100%;
    position: relative;
    /*left: -12px;*/
}

.email-border-section {
    width: 25%;
    display: inline-block;
    height: 0;
    position: absolute;
}

.subscribe-image img {
    width: 100%;
}

.pardot-form {
    height: 470px;
    margin-bottom: 10px;
}

.nti-section {
    padding-top: 0px;
    padding-left: 0px;
}

.banner-content-email-subscription:before {
    content: '\25ba';
    font-size: 40px;
    color: #ecebe9;
    z-index: 10;
    position: absolute;
    margin-top: 60px;
    left: -7px;
}

.event-banner {
    background-image: url(/NationalDentex/media/National-Dentex/Promos/LP/blue-bg.jpg?ext=.jpg);
    height: 470px;
}

.event-form {
    position: absolute;
    bottom: -315px;
    left: 30%;
}

.ev-form {
    height: 470px;
    margin-top: 10px;
}

.event-hostedby {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.11;
    letter-spacing: normal;
    text-align: left;
    color: #002857;
}

.event-presenter-name {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #002857;
}

.event-presenter {
    color: #666666;
    font-size: 12px;
}

.presenter-desg {
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.15;
    color: #002857;
}

.arch-wrapper {
    /*background-image: url(/NSequence/media/Redesign/Images/full-arch.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 140px;*/
    position: relative;
    left: 40px;
    top: 4px;
}

.EditableTextEdit {
    overflow: inherit !important;
}

footer {
    margin-top: 12px;
    /* margin-top:20px;
  position: relative;
  top: 285px; */
}

    footer ul {
        font-size: 14px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.57;
        letter-spacing: 2.8px;
        text-align: center;
        color: var(--navy-blue);
    }

.bannerimage img {
    /* width:100%;*/
    margin-bottom: 0;
}

.subscription-banner {
    height: 340px;
}

.form-heading {
    color: #002855; /* font-family: 'CenturyGothic'!important; */
    font-weight: normal;
    font-size: 18px;
    padding: 10px 0px 0 6px;
}

.banner_wrapper {
    height: 340px;
}

.form_wrapper {
    height: 560px;
}

.form-hanging {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 420px;
}

.pardot-form iframe {
    position: relative;
    z-index: 9;
    height: 465px;
}

.testimonial-img .container {
    position: relative;
    right: 10%;
    width: 100%;
}


.device-left {
    text-align: left;
}

.device-right {
    text-align: right;
}

.device-center {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.testimonial-img img {
    width: auto;
}

.navbar-toggle {
    margin: 0;
}

.promo iframe {
    width: 100% !important;
}

.device-margin {
    margin-top: 12px;
}

.about-ndx-desc {
    margin-bottom: 20px;
}

.modal.fade.in {
}

/*-----CUSTOM LANDING PAGE CSS END----------*/



/*-----NSEQUENCE LIVE CSS STARTS----------*/
.provisionalShadesTable table tbody tr td {
    width: 75px;
}

.anterior-maxillary-options span label {
    padding-right: 20px;
}

.anterior-maxillary-options span input:last-of-type {
    position: relative !important;
}

.anterior-maxillary-options span label:last-of-type {
    position: relative !important;
    right: 20px !important;
}
/*-----NSEQUENCE LIVE CSS END----------*/

.btn {
    font-size: 15px;
    background-color: none;
}

.f_cont iframe {
    height: 385px;
}

.modal-body {
    overflow: auto;
}

.signmodal .modal-header {
    display: block;
    padding: 15px;
    border-bottom: 1px solid transparent;
    margin-top: 0;
}

.modal-body.signmodal-body {
    width: auto;
    max-height: unset !important;
}

.btn-popup {
    cursor: pointer;
}

.close {
    opacity: 1;
}

main ul:not(.ul-form) {
    list-style: none;
}

main ul li {
    text-indent: -.7em;
}

div#orderrequirements ul.ul-form li, .col-md-12.hidden-aggrement-input ul.ul-form li {
    text-indent: 0;
}

main ul:not(.ul-form) li:before {
    content: "■";
    color: #be1f21;
    margin-right: 10px;
}

.steps {
    margin-top: 35px;
    margin-bottom: 35px;
}

    .steps ul li {
        text-indent: 0em;
    }

.right-text {
    position: relative;
    left: 20px;
    /*  top: 20px;*/
}

#ctGuidedSurgicalForm div[class^='col-md-'], #ctGuidedProstheticsForm div[class^='col-md-'] {
    padding-left: 0px;
}

#ctGuidedSurgicalForm input[type='submit'], #ctGuidedProstheticsForm input[type='submit'] {
    margin-top: 0;
}

span.radio, span.checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}

    span.radio > input[type="radio"] {
        margin-left: 0px;
    }



.FormCheckbox span {
    display: block;
}

.inner-arch:before {
    content: url('/NSequence/media/Redesign/Images/arch-left-Desktop.png');
    z-index: 100000;
    float: left;
}

.inner-arch:after {
    content: url('/NSequence/media/Redesign/Images/arch-right-Desktop.png');
    z-index: 100000;
}

.imp-text {
    font-size: 15px;
    line-height: 1.37;
    letter-spacing: -0.3px;
}

.row div[class^='col-md-'] hr {
    margin-top: 20px;
    margin-bottom: 0px;
}

p.step-1 + div {
    position: relative;
    top: 12px;
}

.padding-btm-4 {
    padding-bottom: 4px !important;
}

p.p-img {
    margin-top: 26px;
}

.more-text li:last-child {
    /*margin-bottom:45px;  */
}

.custom-form-error {
    display: none !important;
}

img.mob_Image {
    width: 100%;
}

.iphone_floatleft {
    float: right;
}

div#div-step-1.step-div div.row.hidden-div-margin {
    margin-bottom: 0;
}

.col-sm-12.hidden-xs.col-xs-12.iphone_placeleft.iphone_text_left.button-container.text-center a {
    width: 180px;
    height: 39px;
    font-size: 14px !important;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    user-select: none;
    letter-spacing: 2px;
    line-height: 1.5;
    border-radius: 0;
    text-align: center;
    background-image: none;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    color: #000;
    border: 1px solid lightgray;
    vertical-align: middle;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

p.contact-right {
    margin-bottom: 0;
}
/*Forms*/
.col-md-8.col-sm-12.col-xs-12.div-margin-top.gender {
    display: flex;
    margin-top: 10px;
}

.gender label.EditingFormLabel {
    font-weight: 500;
    color: #808285;
    padding-right: 13px;
}

span.ktc-radio.ktc-radio-list {
    display: flex;
    flex-direction: column;
}

#ctGuidedSurgicalForm .EditingFormControlNestedControl.editing-form-control-nested-control {
    margin-bottom: 20px;
}

.gender span.ktc-radio.ktc-radio-list {
    flex-direction: row;
}

.gender span.ktc-radio {
    padding-right: 10px;
}

.radio input[type="radio"] {
    margin-left: 0;
}

.provisionalShadesTable .radio.FormRadioButton .ktc-radio-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.radio-anti-selection span.ktc-radio.ktc-radio-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.provisionalShadesTable .ktc-radio {
    display: flex;
    align-items: center;
    gap: 0px;
    box-sizing: border-box;
}

.col-md-12.provisionalShadesTable .ktc-radio label {
    padding-top: 4px;
}

.col-md-12.provisionalShadesTable .EditingFormLabel, .GingivalShade label.EditingFormLabel, .smiledesign label.EditingFormLabel {
    margin-top: 12px;
}

.col-md-12.extractionsites .EditingFormControlNestedControl .form-control {
    margin-bottom: 10px;
}

.provisionalShadesTable .ktc-radio input[type="radio"] {
    margin: 0;
    vertical-align: middle;
}

.provisionalShadesTable .ktc-radio label {
    display: inline-block;
    margin: 0;
}
/*.placeholdershadow input::placeholder {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) !important;
}*/
div#evaluationOrderForm {
    margin-top: 30px;
}

#file-upload label {
    display: flex !important;
    margin-bottom: 1.5rem !important;
}

    #file-upload label input.radio {
        margin: 5px 5px 0 0;
        height: 15px;
        width: 15px;
    }

.row.submissioncheckbox label.hidden {
    display: inline-block !important;
}

.col-md-11.nopad.additional-input-field.placeholdershadow {
    margin-top: 10px;
}

.step-div input[type="text"].form-control::placeholder, .step-div textarea.form-control::placeholder, .editing-form-control-nested-control input[type="text"].form-control::placeholder, .editing-form-control-nested-control textarea.form-control::placeholder {
    color: #808285 !important;
}

#ctGuidedSurgicalForm span.checkbox.FormCheckbox.checkbox-list-vertical {
    padding-bottom: 20px;
}

.dropdown-field label.hidden, .col-md-12.radio-field label.hidden, .radio-button-label label.hidden, .another-down-field label.hidden, .additional-input-field label.hidden, .label-fields label.hidden, .textarea-input-field label.hidden, .bonereduction label.hidden, .extractionsites label.hidden, .ImplantBrandAccount label.hidden {
    display: inline-block !important;
}

.finalrestoration-radio label.EditingFormLabel, .hidden-aggrement-input label.EditingFormLabel {
    display: none;
}
/*.col-md-12.arch-dropdown.dropdown-field {
    margin-bottom: 20px;
}*/
.bonereduction .EditingFormControlNestedControl.editing-form-control-nested-control {
    margin-bottom: 20px;
}

.another-down-field {
    margin-top: 13px;
}

.surgicalmanuf .select-style, .surgicalmanuf input {
    margin-bottom: 16px;
}

.col-md-12.arch-plan.arch-dropdown.dropdown-field .EditingFormControlNestedControl.editing-form-control-nested-control {
    margin-bottom: 10px;
}

.col-md-12.tracking-form-content {
    display: flex;
    flex-direction: column;
}

    .col-md-12.tracking-form-content label.hidden {
        order: 1;
    }

span.span-track-form {
    order: 2;
}

.col-md-12.tracking-form-content .EditingFormControlNestedControl {
    order: 3;
}

.label-multiple label.EditingFormLabel {
    display: none;
}

#orderrequirements span.checkbox.FormCheckbox.checkbox-list-vertical {
    padding-bottom: 0;
}

.label-multiple span.checkbox.FormCheckbox.checkbox-list-vertical {
    margin-top: 10px;
}

.scanreviewlabel label {
    display: inline-block !important;
}

#evaluationOrderForm .row.hidden-div-margin {
    margin-top: 10px;
}

.note-scanreview p {
    margin-top: 10px;
}

#evaluationOrderForm div#file-upload {
    margin-top: 16px;
}


.note-scanreview p {
    margin-top: 10px;
}

#evaluationOrderForm div#file-upload {
    margin-top: 16px;
}


div#collapseForm.collapse.Case_Form.well {
    margin-top: 30px;
    padding: 30px 20px;
}

#evaluationOrderForm .nFedEx .row:first-of-type, #evaluationOrderForm .nFedEx .row {
    width: 72%;
}

#evaluationOrderForm .nFedEx input[type='text'], #evaluationOrderForm.nFedEx select, #evaluationOrderForm.nFedEx textarea {
    background: #e6e6e6;
    border: none;
    font-size: 18px;
}
/*Modal Form*/
.form-open-body {
    width: 100%;
}

.form-modal-header {
    margin-top: 0px;
    color: rgb(51, 51, 51);
    font-family: Tahoma, Arial, sans-serif;
    background-color: rgb(189, 36, 38);
    height: 20px;
}

.modal.surgical.show {
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.7);
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

.modal.surgical .modal-dialog {
    margin: 70px auto;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    width: 50%;
    position: relative;
    top: 95px;
}

.modal.surgical button.btn-close {
    position: absolute;
    top: -3px;
    line-height: 1;
    float: right;
    right: 8px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    opacity: 1;
    background: none;
    border: none;
    padding: 0;
}

/*--Virtual Learning Academy start--*/
.course-academy {
    padding-left: 32px;
    cursor: initial;
    display: none;
}

    .course-academy u {
        font-size: 17px;
    }

.p-webinar {
    margin-top: 10px;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
    left: 12px;
    padding-right: 10px;
}

.course-academy ul li {
    font-size: 17px;
}

.pres-img img {
    float: left;
    margin-bottom: 0 !important;
    height: 185px !important;
    width: 160px;
    object-fit: cover;
    object-position: top;
    padding-right: 12px;
}

.p-webinar:before {
    font-family: Arial;
    position: absolute;
    font-size: 28px;
    content: '\002B';
    top: -4px;
    left: -11px;
}

.p-webinar.rotate:before {
    position: absolute;
    content: '\2212';
    font-family: Arial;
}

.p-webinar:not(:has(.course-academy)) {
    cursor: initial;
}

.p-webinar p:hover:not(.course-academy p) {
    background: #d1e4f9 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 6px #00000029;
}

.fullpage-content .p-webinar:nth-child(4)::before, .fullpage-content .p-webinar:nth-child(5)::before, .fullpage-content .p-webinar:nth-child(7)::before {
    display: none;
}

.p-webinar .row.row-eq-height {
    margin: 42px 20px 20px 12px !important;
}


/*--Virtual Learning Academy end--*/
/*Rx Forms*/
section.fedx_form.full-arch-surgical-rx .form-control {
    height: 40px;
    border-color: #e7e7e7;
    font-size: 14px;
    font-family: "Montserrat-regular";
    color: #4e6c89;
    border-radius: 5px;
    background: #e6e6e6;
    border: 1px solid #ccc;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}
    section.fedx_form.full-arch-surgical-rx .form-control::placeholder {
        color: #777272 !important;
        font-size: 16px;
    }
div#definitive-options {
    margin: 0 0 0 23px;
}
div#change-options input#midline-input, input#lip-support-input, input#central-length-input, input#buccal-corridors-input, input#occlusal-table-input {
    margin: 0 0 0 23px;
}
div#titanium-sub-options {
    margin: 0 0 0 23px;
}
div#multi-option-selection .parent-option label {
    font-weight: 500;
}
div#change-options {
    margin-left: 20px;
}
div#multi-option-selection .parent-option label {
    font-weight: normal;
}
.col-md-12.multiple-checkbox.nQMultipleSelection label.hidden {
    display: block !important;
}
.col-md-12.lab-preference.parent-specific-dropdown {
    margin: 0 0 0 20px;
}
.col-md-12.step-1.input-field.ShipDrZip {
    margin-bottom: 20px;
}

h2.restorative-clinic {
    margin-bottom: -12px;
}

.row.billingaddress .EditingFormControlNestedControl.editing-form-control-nested-control {
    margin-bottom: 0 !important;
}
.lab-preference-dropdown.parent-specific-dropdown select {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    display: block;
    width: 100%;
    margin-left: 18px;
    height: 47px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    background-color: #e7e7e7;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 0px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.col-md-12.provisionaliztionOptions2 .checkbox-list-vertical span.ktc-checkbox:first-of-type,
.col-md-12.provisionaliztionOptions3 .checkbox-list-vertical span.ktc-checkbox:nth-of-type(-n+2),
.col-md-12.provisionaliztionOptions6 .checkbox-list-vertical span.ktc-checkbox:first-of-type,
.col-md-12.provisionaliztionOptions7 .checkbox-list-vertical span.ktc-checkbox:nth-of-type(-n+2) {
    pointer-events: none;
    opacity: 0.6;
}
.col-md-12.proviosionalOptions label.hidden {
    display: block !important;
}