/* LOCATION PAGES */

.page-id-481 .container,
.page-id-483 .container {
    max-width: inherit;
}

.page-id-481 .footer-container .container, 
.page-id-483 .footer-container .container {
    max-width: 1482px;
}

.page-id-481 .contentarea,
.page-id-483 .contentarea {
    margin-top: 0;
}

/* Form
-----------------------------------------------*/
.form-section {
    padding-bottom: 20px;
    z-index: 1;
    position: relative;
}
.form-section .form-holder {
    padding: 30px 100px;
    background: #f8f5f1;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    max-width: 846px;
    margin: -200px auto 0;
    z-index: 2;
}
.form-section .form-holder h2.small {
    text-align: center;
    color: #baa892;
    margin-bottom: 10px;
}
.form-holder .checkbox-row .checkbox-label {
    width: 50%;
    padding: 0 0.5em;
    margin: 0;
}
.form-holder p.short {
    margin: 20px 0 0;
}
.form-holder .row.radio-row {
    justify-content: flex-start;
    padding-top: 0;
}
.form-holder .row.radio-row .radio-label {
    padding: 0 0.5em;
    margin: 0;
}



/* cta_welcome_4_css
---------------------------------------------------------- */
.cta_welcome_4 {
    text-align: left;
    padding: min(5%, 100px);
    position: relative;
    z-index: 1;
}

.cta_welcome_4 .container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: min(100%, 1300px);
    padding: 100px 7%;
}
.cta_welcome_4 .container::before {
    content: '';
    position: absolute;
    width: 1394px;
    height: 696px;
    left: -60px;
    bottom: 0;
    background-size: cover;
    z-index: -1;
}
.no-webp.loaded .cta_welcome_4 .container::before {
    background-image: url(../images/main-frame.png);
}
.webp.loaded .cta_welcome_4 .container::before {
    background-image: url(../images/main-frame.webp);
}

.cta_welcome_4 .welcome-top-title h2 {
    font-family: Elsie;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.cta_welcome_4 .welcome-content p {
    margin: 0;
}

@media (max-width: 1025px) {
    .cta_welcome_4 .container::before {
        display: none;
    }
    .cta_welcome_4 {
        padding: 30px 25px;
    }
    .cta_welcome_4 .container {
        padding: 0;
    }
}


/* Main 
-----------------------------------------------*/
.main-wrap {
    position: relative;
    padding: 86px 0;
    z-index: 1;
}
.main-wrap .container {
    max-width: 1500px;
    padding-left: 75px;
}
.row.contentsection{
    margin: 0 0 50px 0;
}
.dr-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.dr-wrap::before {
    content: '';
    position: absolute;
    width: 1394px;
    height: 696px;
    left: -100px;
    bottom: -70px;
    background-size: cover;
    z-index: -1;
}
.no-webp.loaded .dr-wrap::before {
    background-image: url(../images/main-frame.png);
}
.webp.loaded .dr-wrap::before {
    background-image: url(../images/main-frame.webp);
}
.dr-img img {
    display: block;
    padding-bottom: 30px;
}
.dr-wrap .dr-holder {
    max-width: 900px;
}

@media (max-width: 1400px) {
    .dr-wrap {
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .dr-wrap .dr-holder {
        max-width: unset;
        margin-bottom: 70px;
    }
    .dr-wrap::before {
        left: -60px;
    }
}
@media all and (max-width: 600px) {
    .main-wrap {
        padding: 50px 0;
    }
    .main-wrap .dr-wrap {
        flex-wrap: wrap-reverse;
    }
    .main-wrap .container {
        padding: 0 25px;
    }
    .row.contentsection {
        padding-top: 0;
    }
    .dr-wrap::before {
        height: 1vw;
        left: -200px;
    }
}



/* cta_welcome_8_css
---------------------------------------------------------- */
.cta_welcome_8.different {
    padding: 80px 0;
    position: relative;
}

.cta_welcome_8.different .container {
    position: relative;
    z-index: 1;
    width: min(100%, 1550px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.cta_welcome_8.different .cta_welcome_8-top-title {
    text-align: center;
}
.cta_welcome_8.different .cta_welcome_8-top-title h2 {
    font-family: Elsie;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.cta_welcome_8.different .cta_welcome_8-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}

.cta_welcome_8.different .cta_welcome_8-card {
    width: min(100%, 485px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
}

.cta_welcome_8.different .cta_welcome_8-card h3 {
    color: #017C9A;
    font-family: Spartan;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 138%; /* 33.12px */
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cta_welcome_8.different .cta_welcome_8-content {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.cta_welcome_8.different .cta_welcome_8-content p {
    margin: 0;
}

@media all and (max-width: 991px) {
    .cta_welcome_8.different .cta_welcome_8-cards {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 600px) {
    .cta_welcome_8.different {
        padding: 50px 0;
    }
}



/* Main Emergency
-----------------------------------------------*/
.main-wrap.emergency {
    position: relative;
    background-color: #F8F5F1;
    padding: 186px 0 100px;
    z-index: 1;
}
.main-wrap.emergency .container {
    max-width: 1500px;
    padding: 0 0 0 75px;
}
.main-wrap.emergency .row.contentsection{
    margin: 0 0 50px 0;
}
.main-wrap.emergency .dr-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.main-wrap.emergency .dr-wrap::before {
    content: '';
    position: absolute;
    width: 1394px;
    height: 696px;
    left: -100px;
    bottom: -100px;
    background-size: cover;
    z-index: -1;
}
.main-wrap.emergency .no-webp.loaded .dr-wrap::before {
    background-image: url(../images/main-frame.png);
}
.main-wrap.emergency .webp.loaded .dr-wrap::before {
    background-image: url(../images/main-frame.webp);
}
.main-wrap.emergency .dr-img img {
    display: block;
    padding-bottom: 30px;
}
.main-wrap.emergency .dr-wrap .dr-holder {
    max-width: 900px;
}

@media (max-width: 1400px) {
    .main-wrap.emergency .dr-wrap {
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .main-wrap.emergency .dr-wrap .dr-holder {
        max-width: unset;
        margin-bottom: 70px;
    }
    .main-wrap.emergency .dr-wrap::before {
        left: -60px;
    }
}
@media all and (max-width: 600px) {
    .main-wrap.emergency {
        padding: 30px 0;
    }
    .main-wrap.emergency .dr-wrap {
        flex-wrap: wrap-reverse;
    }
    .main-wrap.emergency .container {
        padding-left: 0;
    }
    .main-wrap.emergency .dr-wrap::before {
        height: 1vw;
        left: -200px;
    }
}



/* cta_welcome_1_css
---------------------------------------------------------- */
.cta_welcome_1.emergency-steps {
    padding: 50px 0 100px;
    position: relative;
    z-index: 1;
    background-color: #F8F5F1;
}

.cta_welcome_1.emergency-steps .container {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: min(100%, 1500px);
}
.cta_welcome_1.emergency-steps .welcome-top-title {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}
.cta_welcome_1.emergency-steps .welcome-top-title h2 {
    font-family: Elsie;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.cta_welcome_1.emergency-steps .welcome-top-title h3 {
    color: #017C9A;
    font-family: Elsie;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.cta_welcome_1.emergency-steps .list-holder {
    width: min(100%, 1575px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
}

.cta_welcome_1.emergency-steps .list-item {
    display: flex;
    align-items: center;
    gap: 20px;
    width: min(100%, 650px);
}
.cta_welcome_1.emergency-steps .list-item .list-content {
    width: min(100%, 564px);
}
.cta_welcome_1.emergency-steps .welcome-content p {
    margin: 0;
}



/* Main Same-Day
-----------------------------------------------*/
.main-wrap.sameday {
    position: relative;
    padding: 186px 0 100px;
    z-index: 1;
}
.severnapark .main-wrap.sameday {
    background-color: #F8F5F1;
}

.main-wrap.sameday .container {
    max-width: 1500px;
    padding: 0 75px 0 0;
}
.main-wrap.sameday .row.contentsection{
    margin: 0 0 50px 0;
}
.main-wrap.sameday .dr-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.severnapark .main-wrap.sameday .dr-wrap {
    flex-direction: row;
}
.main-wrap.sameday .dr-wrap::before {
    content: '';
    position: absolute;
    width: 1394px;
    height: 696px;
    left: 100px;
    bottom: -100px;
    background-size: cover;
    z-index: -1;
    transform: rotateY(180deg);
}
.severnapark .main-wrap.sameday .dr-wrap::before {
    left: -100px;
    transform: none
}
.main-wrap.sameday .no-webp.loaded .dr-wrap::before {
    background-image: url(../images/main-frame.png);
}
.main-wrap.sameday .webp.loaded .dr-wrap::before {
    background-image: url(../images/main-frame.webp);
}
.main-wrap.sameday .dr-img img {
    display: block;
    padding-bottom: 30px;
}
.main-wrap.sameday .dr-wrap .dr-holder {
    max-width: 900px;
}

@media (max-width: 1400px) {
    .main-wrap.sameday .dr-wrap {
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .main-wrap.sameday .dr-wrap .dr-holder {
        max-width: unset;
        margin-bottom: 70px;
    }
    .main-wrap.sameday .dr-wrap::before {
        left: -60px;
    }
}
@media all and (max-width: 600px) {
    .main-wrap.sameday {
        padding: 30px 0;
    }
    .main-wrap.sameday .container {
        padding: 0;
    }
    .main-wrap.sameday .dr-wrap {
        flex-wrap: wrap-reverse;
    }
    .main-wrap.sameday .dr-wrap::before {
        height: 1vw;
        left: -200px;
    }
}



/* cta_welcome_1_css
---------------------------------------------------------- */
.cta_welcome_1.sameday-steps {
    padding: 50px 0 100px;
    position: relative;
    z-index: 1;
}
.severnapark .cta_welcome_1.sameday-steps {
    background-color: #F8F5F1;
}

.cta_welcome_1.sameday-steps .container {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: min(100%, 1500px);
}
.cta_welcome_1.sameday-steps .welcome-top-title {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}
.cta_welcome_1.sameday-steps .welcome-top-title h2 {
    font-family: Elsie;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.cta_welcome_1.sameday-steps .welcome-top-title h3 {
    color: #017C9A;
    font-family: Elsie;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.cta_welcome_1.sameday-steps .list-holder {
    width: min(100%, 1575px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
}

.cta_welcome_1.sameday-steps .list-item {
    display: flex;
    align-items: center;
    gap: 20px;
    width: min(100%, 650px);
}
.cta_welcome_1.sameday-steps .list-item .list-content {
    width: min(100%, 564px);
}
.cta_welcome_1.sameday-steps .welcome-content p {
    margin: 0;
}



/* Main Implants
-----------------------------------------------*/
.main-wrap.implants {
    position: relative;
    background-color: #F8F5F1;
    padding: 186px 0 100px;
    z-index: 1;
}
.severnapark .main-wrap.implants {
    background-color: #fff;
}
.main-wrap.implants .container {
    max-width: 1500px;
    padding: 0 0 0 75px;
}
.main-wrap.implants .row.contentsection{
    margin: 0 0 50px 0;
}
.main-wrap.implants .dr-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.severnapark .main-wrap.implants .dr-wrap {
    flex-direction: row-reverse;
}
.main-wrap.implants .dr-wrap::before {
    content: '';
    position: absolute;
    width: 1394px;
    height: 696px;
    left: -100px;
    bottom: -100px;
    background-size: cover;
    z-index: -1;
}
.severnapark .main-wrap.implants .dr-wrap::before {
    left: 100px;
    transform: rotateY(180deg);
}
.main-wrap.implants .no-webp.loaded .dr-wrap::before {
    background-image: url(../images/main-frame.png);
}
.main-wrap.implants .webp.loaded .dr-wrap::before {
    background-image: url(../images/main-frame.webp);
}
.main-wrap.implants .dr-img img {
    display: block;
    padding-bottom: 30px;
}
.main-wrap.implants .dr-wrap .dr-holder {
    max-width: 900px;
}

@media (max-width: 1400px) {
    .main-wrap.implants .dr-wrap {
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .main-wrap.implants .dr-wrap .dr-holder {
        max-width: unset;
        margin-bottom: 70px;
    }
    .main-wrap.implants .dr-wrap::before {
        right: -60px;
    }
}
@media all and (max-width: 600px) {
    .main-wrap.implants {
        padding: 30px 0;
    }
    .main-wrap.implants .dr-wrap {
        flex-wrap: wrap-reverse;
    }
    .main-wrap.implants .container {
        padding: 0;
    }
    .main-wrap.implants .dr-wrap::before {
        height: 1vw;
        left: -200px;
    }
}



/* cta_welcome_1_css
---------------------------------------------------------- */
.cta_welcome_1.implants-steps {
    padding: 50px 0 100px;
    position: relative;
    z-index: 1;
    background-color: #F8F5F1;
}
.severnapark .cta_welcome_1.implants-steps {
    background-color: #fff;
}

.cta_welcome_1.implants-steps .container {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: min(100%, 1500px);
}
.cta_welcome_1.implants-steps .welcome-top-title {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}
.cta_welcome_1.implants-steps .welcome-top-title h2 {
    font-family: Elsie;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.cta_welcome_1.implants-steps .welcome-top-title h3 {
    color: #017C9A;
    font-family: Elsie;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.cta_welcome_1.implants-steps .list-holder {
    width: min(100%, 1575px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
}

.cta_welcome_1.implants-steps .list-item {
    display: flex;
    align-items: center;
    gap: 20px;
    width: min(100%, 650px);
}
.cta_welcome_1.implants-steps .list-item .list-content {
    width: min(100%, 564px);
}
.cta_welcome_1.implants-steps .welcome-content p {
    margin: 0;
}



/* cta_welcome_8_css
---------------------------------------------------------- */
.cta_welcome_8.whyus {
    padding: 128px 0;
    background-color: var(--white);
    position: relative;
}

.cta_welcome_8.whyus .container {
    position: relative;
    z-index: 1;
    width: min(100%, 1600px);
}
.cta_welcome_8.whyus .cta_welcome_8-top-title {
    padding-bottom: min(7%, 60px);
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
}
.cta_welcome_8.whyus .cta_welcome_8-top-title h2 {
    font-family: Elsie;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.cta_welcome_8.whyus .cta_welcome_8-top-title h3 {
    font-family: Spartan;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 138%; /* 33.12px */
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
}

.cta_welcome_8.whyus .cta_welcome_8-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 75px 30px;
    width: 100%;
}

.cta_welcome_8.whyus .cta_welcome_8-card {
    width: min(100%, 700px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
}

.cta_welcome_8.whyus .cta_welcome_8-card h4 {
    font-family: Elsie;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
    color: #017C9A;
    text-transform: capitalize;
}

.cta_welcome_8.whyus .cta_welcome_8-content {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.cta_welcome_8-content p {
    margin: 0;
}


@media all and (max-width: 991px) {
    .cta_welcome_8.whyus .cta_welcome_8-cards {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 600px) {
    .cta_welcome_8.whyus {
        padding: 50px 0;
    }
}



/* cta_welcome_1_css
---------------------------------------------------------- */
.cta_welcome_1.faq {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.cta_welcome_1.faq .container {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: min(100%, 1500px);
}

.cta_welcome_1.faq .welcome-top-title {
    margin: 0;
    text-align: center;
}

.cta_welcome_1.faq .welcome-top-title h2 {
    font-family: Elsie;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.cta_welcome_1.faq .welcome-content p {
    margin: 0;
}
/* accordion_1_css
---------------------------------------------------------- */
.cta_welcome_1.faq .accordion-item {
    color: var(--white);
    margin-bottom: 30px;
    border-image: linear-gradient(270deg, #C39D40 3.92%, #F4DB72 28.1%, #F8E666 51.34%, #D4C539 75.05%, #AD842F 94.96%) 1;
    border-width: 3px;
    border-style: solid;
}

.cta_welcome_1.faq .accordion-item-header {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 30px;
}
.cta_welcome_1.faq .accordion-item-header p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta_welcome_1.faq .accordion-item-header h3 {
    margin: 0;
    flex-grow: 1;
    font-size: clamp(18px, 2.25vw, 24px);
    font-weight: 600;
    line-height: 138%;
    letter-spacing: normal;
}
.cta_welcome_1.faq .accordion-item-header.active {
    background-color: #F8F5F1;
}
.cta_welcome_1.faq .accordion-item-icon {
    margin-left: auto;
    transform: rotate(0deg);
    transition: all 0.3s ease;
    position: relative;
    font-size: 1.5em;
    width: 25px;
    height: 34px;
    display: block;
    text-align: center;
}

.cta_welcome_1.faq .accordion-item-body {
    padding: 30px;
    background-color: #F8F5F1;
    display: none;
    color: var(--black);
}