section#sb_prolipsi,
#sb_second_opinion {
    background: #D6E1E4;
}

.sb_prolipsi_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

section#sb_prolipsi h1 {
    color: #46454B;
    font-family: 'Jura', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
}

.sb_small_paragraph {
    color: #46454B;
    font-family: 'Jura', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-top: 27px;
    margin-bottom: 40px;
}

.sb_small_paragraph strong {
    font-weight: bold;
}

.sb_faq_question {
    list-style: none;
    justify-content: space-between;
    cursor: pointer;
    flex-direction: row;
    display: flex;
    height: 96px;
    padding: 0 12px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    color: #46454B;
    font-family: 'Jura', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

details.sb_faq_item {
    border-radius: 20px;
    border: 1px solid #0E121B;
    height: fit-content;
    padding: 8px 0;
}

.sb_faq_question::-webkit-details-marker {
    display: none;
}

.sb_faq_question::marker {
    display: none;
    content: "";
}

.sb_faq_item[open]:not(.sb_closing) .sb_faq_icon {
    transform: rotate(45deg);
}

.sb_faq_icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.sb_faq_answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease, padding 0.35s ease;
    padding: 0 80px 0 12px;
    overflow: hidden;
    color: #46454B;
    font-family: 'Jura', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.sb_faq_answer > * {
    overflow: hidden;
    min-height: 0;
}

.sb_faq_item[open]:not(.sb_closing) .sb_faq_answer {
    grid-template-rows: 1fr;
    padding: 0 80px 24px 12px;
}

.sb_prolipsi_center {
    gap: 32px;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
}

.sb_second_opinion_paragraph {
    color: #46454B;
    text-align: center;
    font-family: 'Jura', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 40px;
}

.sb_second_opinion_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 20px;
    background: #b4c4c9;
    padding: 32px 16px;
    margin-bottom: 70px;
    color: #46454B;
    text-align: center;
    font-family: 'Jura', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.sb_second_opinion_container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 100px;
    gap: 60px;
}

.sb_second_opinion_left {
    width: 33.3%;
}

.sb_second_opinion_right {
    width: 66.6%;
    display: flex;
    padding: 32px;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    border-radius: 30px;
    background: #FFF;
    flex-direction: column;
}

.sb_second_opinion_image {
    text-align: center;
}

.sb_second_opinion_image img {
    border-radius: 27.022px;
    overflow: hidden;
}

p.sb_form_Title {
    color: #46454B;
    font-family: 'Jura', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 24px;
}

#sb_second_opinion .sb_two_columns input[type="text"], #sb_second_opinion .sb_two_columns input[type="email"] {
    padding: 16px 20px;
    align-items: center;
    border-radius: 51px;
    color: #46454B;
    text-align: left;
    font-family: 'Jura', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #46454B;
    width: 100%;
    background: transparent;
}

#sb_second_opinion .sb_two_columns input[type="text"]::placeholder, #sb_second_opinion .sb_two_columns input[type="email"]::placeholder, #sb_second_opinion textarea::placeholder {
    color: #46454B
}

#sb_second_opinion textarea {
    border-radius: 51px;
    border: 1px solid #46454B;
    color: #46454B;
    text-align: center;
    font-family: 'Jura', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    background: transparent;
    padding-top: 16px;
}

#sb_second_opinion span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label {
    color: #46454B;
    font-family: 'Jura', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#sb_second_opinion div#wpcf7-f135-o1 {
    width: 100%;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

#sb_second_opinion button.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: flex;
    padding: 6px 6px 6px 12px;
    align-items: center;
    gap: 24px;
    border-radius: 20px;
    font-family: 'Jura', sans-serif;
    background: #D6E1E4;
    margin-left: auto;
    margin-right: auto;
    color: #46454B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
}

.wpcf7-not-valid-tip {
    font-family: 'Jura', sans-serif;
    color: #46454B;
    text-align: center;
    margin-top: 8px;
}

@media screen and (max-width: 1850px) {
    section#sb_prolipsi {
        padding: 50px 100px;
    }
    section.sb_breadcrumb {
        padding: 12px 100px;
    }
}

@media screen and (max-width: 1630px) {
    .sb_faq_question {
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1440px) {
    .sb_second_opinion_container {
        padding: 0;
    }
}

@media screen and (max-width: 1355px) {
    .sb_faq_question {
        min-height: 116px;
    }
}

@media screen and (max-width: 1120px) {
    section#sb_prolipsi {
        padding: 50px 48px;
    }

    section.sb_breadcrumb {
        padding: 12px 48px;
    }

    .sb_prolipsi_center {
        gap: 16px;
    }

    .sb_faq_question {
        font-size: 18px;
        line-height: 27px;
    }
}

@media screen and (max-width: 992px) {
    section#sb_prolipsi {
        padding: 24px;
    }

    section.sb_breadcrumb {
        padding: 0 24px;
    }

    .sb_prolipsi_center {
        grid-template-columns: 1fr;
    }

    .sb_faq_question {
        min-height: auto;
    }

    section#sb_prolipsi h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .sb_small_paragraph {
        font-size: 18px;
        line-height: 24px;
    }

    .sb_second_opinion_paragraph {
        font-size: 20px;
        line-height: 27px;
    }

    .sb_second_opinion_container {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .sb_second_opinion_left {
        width: 100%;
    }

    .sb_second_opinion_right {
        width: 100%;
        padding: 16px;
    }

    p.sb_form_Title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 600px) {
    .sb_faq_question {
        height: auto;
    }
}