@font-face {
    font-family: "Brooklyn";
    src: url("Brooklyn-Normal.ttf") format("truetype");
}
@font-face {
    font-family: "Europa";
    src: url("EuropaNuovaRegular.ttf") format("truetype");
}
@font-face {
    font-family: "Mitogen_Display";
    src: url("Mitogen_Display.ttf") format("truetype");
}

.logo img {
    width: 100%;
    height: 100%;
    max-width: 200px;
}
.ib-nav-content {
    /* height: 100vh; */
    min-height: 100vh;
    /* overflow: hidden; */
    background-image: url("../img/background-new.webp");
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 60px;
    background-size: cover;
}
.ib-inner-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ib-form-part {
    min-width: 550px;
    padding: 0px 40px;
    border-radius: 10px;
    font-family: "Europa";
    position: relative;
}
.navbar-content {
    padding: 50px 20px;
}
.ib-form-part h1 {
    padding: 0px 0px 10px;
    font-size: 22px;
    line-height: 30px;
    color: #3d5581;
    font-weight: 500;
    font-family: "Mitogen_Display";
}
.ib-max-form {
    max-width: 100%;
}
.button-field {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}
/* .button-field button:not(:first-of-type):not(:last-child) {
    border-radius: 0px;
} */
.button-field button:not(:first-of-type):not(:nth-last-child(2)) {
    border-radius: 0px !important;
}
.button-field button:first-of-type {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.button-field button:nth-last-child(2) {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.ib-button-part-padding {
    margin-bottom: 80px;
}
.ib-bg-around {
    background: #ffffff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    padding: 40px 40px;
}
.button-field button {
    text-align: left;
    padding: 16px 20px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 1rem;
    cursor: pointer;
}
button.button-active {
    color: #ffffff;
    background-color: #e19d89;
    border: 1px solid #e19d89;
}
.select-field select.dropdown,
.select-field input {
    max-height: 50px;
    min-height: 50px;
    margin-bottom: 15px;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #fff;
    color: #000000;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #cccccc;
    cursor: pointer;
}
.select-field select.dropdown::placeholder,
.select-field input::placeholder {
    color: #999ba6;
}
a.submit-btn,
button.submit-btn {
    background-color: #e19d89;
    cursor: pointer;
    padding: 13px 25px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    height: 50px;
    width: 100%;
    cursor: pointer;
    opacity: 1 !important;
    font-size: 16px;
    line-height: 26px;
}
a.submit-btn:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #e19d89;
    background-color: transparent;
    color: #e19d89;
}
button.submit-btn:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #e19d89;
    background-color: transparent;
    color: #e19d89;
}
a.submit-btn.disabled,
button.submit-btn.disabled {
    opacity: 0.7;
    background-color: #b5b5be;
    cursor: not-allowed;
}
ul.list-inside.ib-list-edit {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 20px 10px;
    color: #000000;
}
ul.list-inside.ib-list-edit li {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;
}
ul.list-inside.ib-list-edit li p {
    padding-bottom: 0px;
}
ul.list-inside.ib-list-edit li:not(:last-child) {
    padding-bottom: 20px;
}
.select-field select.dropdown:focus,
.select-field input:focus {
    border: 1px solid #3d5581;
    --tw-ring-color: unset;
}

/* step2 css*/
.ib-content-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ib-rel-dropdown {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
}
.ib-rel-dropdown label {
    display: flex;
    gap: 10px;
}

@media (max-width: 425px) {
    .ib-rel-dropdown {
        align-items: center;
        justify-content: center;
        padding-left: 0px;
    }
}

/* step8 */
.ib-form-part p {
    font-size: 16px;
    line-height: 24px;
    /* padding-bottom: 12px; */
    color: #3d5581;
}
.select-field label {
    margin-bottom: -3px;
    font-size: 14px;
    line-height: 20px;
    color: #3d5581;
    opacity: 0.8;
    margin-top: 10px;
}
.ib-input-style label {
    margin-bottom: -3px;
    font-size: 14px;
    line-height: 20px;
    color: rgb(61, 85, 129);
    opacity: 0.8;
}
/* step11 */

.ib-nav-content.to-make-scroll .ib-form-part {
    margin-bottom: 50px;
}
.mb-4.ib-input-style input {
    max-height: 50px;
    min-height: 50px;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #fff;
    color: #000000;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #cccccc;
}
.mb-4.ib-input-style input::placeholder {
    color: #999ba6;
}
.ib-input-style label {
    font-family: "Europa";
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
}
.ib-checkbox-gap {
    gap: 10px;
}
.ib-alert-style {
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
}

/* step10 */
.form-content h3 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
    color: #000000;
}
.form-content li {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
}
ul.form-checkbox {
    list-style-type: disc !important;
}

/* faq css */
.navbar-content-payment {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}
.ib-faq-h1 {
    padding: 0px 0px 10px;
    font-size: 35px;
    line-height: 45px;
    color: #3d5581;
    font-weight: 700;
    font-family: "Brooklyn";
}
button.faq-toggle {
    font-family: "Europa";
    background-color: #f5f6fa;
    border: 1px solid #f5f6fa;
    border-radius: 13px;
    position: relative;
    color: #444444;
}
.faq-answer {
    font-family: "Europa";
    font-size: 15px !important;
    line-height: 25px !important;
    color: #444444;
}
.ib-faq-main {
    padding: 0px 15px 50px;
}

.thankyou-main {
    padding-bottom: 50px;
}

/* support edit */
.support-section {
    max-width: 700px;
    margin: auto;
    padding: 30px 15px 50px;
    gap: 20px;
}
.support-texts {
    width: 70%;
}
.support-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
    border: 5px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.support-texts p {
    font-family: "Europa";
    font-size: 13px;
    line-height: 18px;
    color: #88b3b5;
    margin-top: 12px;
}
.support-texts h3 {
    font-family: "Europa";
    color: #3d5581;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}

/* progress bar edit */
.ib-prolen-bar {
    background-color: #e19d89;
    height: 6px;
}
.ib-progress-bar {
    background-color: #e19d8933;
    height: 6px;
}
p#dob-error {
    color: #eac2ba;
}
p#email-error {
    color: #eac2ba;
}
p#members-count-error {
    color: #eac2ba;
}
.ib-plan-option-icon {
    border: 2px solid #dde1e7;
}

/* faq design */
.ib-faq-model {
    max-width: 52rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 0px;
    max-height: 600px;
    overflow: auto;
}
.ib-faq-model h2 {
    font-family: "Europa";
    font-size: 20px;
    padding: 20px;
    border-bottom: 1px solid #dde1e7;
}
.ib-faqs-div {
    max-width: 650px;
    margin: auto;
    padding: 10px;
}
button.faq-toggle.faq-close::after {
    content: "";
    position: absolute;
    background-image: url(/img/icons8-plus-24.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
button.faq-toggle.faq-open::after {
    content: "";
    position: absolute;
    background-image: url(/img/icons8-minus-24.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 980px) {
    .ib-faq-model h2 {
        font-size: 16px;
        padding: 10px;
    }
    .ib-faqs-div {
        padding: 10px;
    }
    button.faq-toggle {
        font-size: 13px;
        line-height: 18px;
        padding: 10px;
    }
    button.faq-toggle.faq-close::after {
        width: 10px;
        height: 10px;
        right: 0.5rem;
    }
    button.faq-toggle.faq-open::after {
        width: 10px;
        height: 10px;
        right: 0.5rem;
    }
    button.faq-toggle::after {
        right: 3px;
    }
    .faq-answer {
        font-size: 13px !important;
        line-height: 22px !important;
    }
    .ib-faq-model {
        max-height: 450px;
    }
    .payment-section h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
}
@media (max-width: 767px) {
    button#closeFaqModal {
        top: 13px;
        right: 6px;
    }
}

.select-field select option:hover {
    box-shadow: 0 0 10px 100px #1882a8 inset;
}

/* index */
span.select2-selection.select2-selection--multiple.select2-selection--clearable,
.select2-container .select2-selection--multiple {
    /* margin-bottom: 15px !important; */
    margin-top: 10px !important;
    margin-left: 0px !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    color: #000000 !important;
    width: 100% !important;
    padding: 8px 12px 12px !important;
    font-size: 14px !important;
    border: 1px solid #cccccc !important;
    min-height: 50px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 22px !important;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: 1px solid #cccccc !important;
}
button.select2-selection__clear {
    display: none;
}
button.select2-selection__choice__remove {
    border-right: none !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #d0e6f0 !important;
    border: 1px solid #cccccc !important;
}

.select2-container--open span.select2-selection.select2-selection--multiple.select2-selection--clearable {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-radius: 20px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.select2-container--default .select2-results>.select2-results__options {
        border-radius: 0px 0px 20px 20px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #d0e6f0 !important;
    color: #000000 !important;
}

ul#select2-reasonSelect-results::-webkit-scrollbar {
    display: none;
}
   

.faq-item-no {
    background-color: #e6f2f7 !important;
    margin-bottom: 30px;
    font-family: "Europa";
    padding: 25px !important;
}

.bg-gray-300 {
    background-color: #ffffff !important;
}
.bg-green-600 {
    background-color: #88b3b5 !important;
}

.ib-input-style input:focus {
    border: 1px solid #3d5581 !important;
    --tw-ring-color: unset;
}

.ib-active-button {
    background-color: #41567e !important;
    color: #fff !important;
}

.payment-section {
    padding-bottom: 60px;
}
.ib-form-part {
    padding-bottom: 60px;
}
/* new edits */
label.label-consent {
    color: #444444;
}
label.label-consent a {
    color: #3d5581;
    text-decoration: underline;
}
.ib-grey-text {
    align-items: flex-start;
    gap: 5px;
}
div#promoFeedback {
    color: #88b3b5;
}
button#removePromo {
    color: #e19d89;
}
@media (max-width: 600px) {
    .ib-form-part {
        max-width: 400px;
        min-width: unset;
    }
    .ib-form-part h2 {
        font-size: 19px;
        line-height: 24px;
    }
    .navbar-content {
        padding: 30px 20px;
    }
    .ib-form-part {
        padding: 20px;
    }
    .top-bar {
        padding: 13px 6px;
        align-items: center;
    }
    ul.list-inside.ib-list-edit {
        padding: 40px 0px 40px;
    }
    .top-bar .announce-icon {
        width: 15px;
        height: 15px;
    }
}
span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
/* @media (max-width: 520px) {
    .ib-form-part {
        max-width: 330px;
        min-width: unset;
    }
}
@media (max-width: 399px) {
    .ib-form-part {
        max-width: 250px;
        min-width: unset;
    }
} */

/* new edits*/
@media (max-width: 767px) {
    .navbar-content,
    .navbar-content-payment {
        display: none !important;
    }
    .navbar-content-mobile {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-color: #ffffff;
        position: relative;
        padding: 15px 30px;
        margin-bottom: 15px;
    }
    a.previous-mobile.round-mobile {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    a.previous.round {
        display: none;
    }
    .ib-form-part h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .ib-form-part {
        max-width: 100%;
        /* min-width: unset; */
    }
    .logo img {
        max-width: 100px;
    }
    .top-bar .announce-text,
    .top-bar .announce-text a {
        font-size: 11px;
        line-height: 22px;
    }
    .ib-form-part-2 {
        margin: 20px;
    }
    .ib-form-part-extra {
        max-width: 90% !important;
    }
    .ib-form-part-extra2 {
        width: 100% !important;
        max-width: 90% !important;
    }
}
@media (min-width: 768px) {
    .navbar-content-mobile {
        display: none;
    }
}

/* country edits */
.select-field-country .select2-container--default .select2-selection--single {
    max-height: 50px;
    min-height: 50px;
    margin-bottom: 15px;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    cursor: pointer;
}
.select-field-country span.select2-selection__placeholder {
    font-size: 14px;
    line-height: 24px;
}
.select-field-country
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 14px;
    line-height: 31px;
    color: #000000;
}
.select-field-country
    .select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    height: 36px;
}
.select-field-country
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}
.select-field-country
    .select2-container--default.select2-container--open
    .select2-selection--single {
    border: 1px solid #3d5581;
}
.select2-container--open span.select2-selection.select2-selection--multiple {
    border: 1px solid #3d5581 !important;
}

/* Tom select css */
.ts-wrapper.dropdown {
    margin-bottom: 15px;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #fff !important;
    width: 100%;
    padding: 8px 12px !important;
    border: 1px solid #cccccc !important;
    cursor: pointer;
    max-height: 60px;
    min-height: 60px;
}
.ts-wrapper.dropdown.dropdown-active {
    border-radius: 10px 10px 0px 0px;
}

.ts-dropdown.single {
    background-color: #fff;
}

.ts-wrapper.dropdown.dropdown-active .ts-dropdown.single{
    border-radius: 0px 0px 20px 20px;
    margin-top: 0px;

}

.focus .ts-control{
    border-color: transparent !important;
    box-shadow: none !important;
}

.ts-control{
    padding: 0px !important;
}

.ts-dropdown .option.selected {
    background-color: #d0e6f0 !important;
}

.ts-dropdown.single .option{
    padding-left: 20px;
    padding-right: 20px;

}
.ts-dropdown.single .option:hover {
    background-color: #e2e2e2e0;
}

.ts-control>input{
    width: auto !important;
}

.ts-dropdown-content::-webkit-scrollbar {
  display: none !important; /* Chrome, Safari, Edge */
}

/* tom select css end */

span.ib-word-no-break {
    width: auto !important;
    display: inline-block;
}

@media (max-width:1024px) {
    .plan-flex span:first-of-type {
    width: 80%;
}
}

/* New modifications */

@media (max-width: 360px) {
    .top-bar .announce-text, .top-bar .announce-text a {
        font-size: 9px;
    }
}


@media (max-width: 980px){
    .thankyou-innerbox {
        max-width: 700px !important;
    }
}

@media (max-width: 767px){
    .thankyou-innerbox {
        padding: 15px !important;
        max-width: 300px !important;
        margin-top: 30px !important;
    }
    .thankyou-innerbodytext {
        font-size: 16px !important;
    }
    .thankyou-heading {
        font-size: 19px !important;
    }
}

@media (max-width: 374px){
    .thankyou-innerbox {     
        padding: 15px !important;
        max-width: 280px !important;
        margin-top: 30px !important;
    }
    .thankyou-innerbodytext {
        font-size: 14px !important;
    }
}


/* Tooltip styling */
            #tooltip {
                bottom: 55px;
                left: 50%;
                transform: translateX(-50%);
                max-width: 200px;
                text-align: center;
                padding: 10px;
                position: absolute;
                width: 100%;
                font-size: 12px;
        }

        @media (max-width: 640px) {
            #tooltip {
               
              
                padding: 0.5rem 0.75rem;
            }
        }

        @media (max-width: 400px) {
            #tooltip {
               
                text-align: center;
                white-space: normal; /* Allow text wrap if needed */
                padding: 6px;
            }
        }

        /* Ensure wrapper doesn't affect layout */
        #buttonWrapper {
            display: inline-block;
            width: 100%;
        }

	
/* @media (max-width: 767px){
        .continue-button {
    margin-top: 0px;
}
} */