.iti {
    display: block;
}

.membership_plans {
    position: relative;
    display: block;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    margin-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 65px;
}

.membership_plans::-webkit-scrollbar {
    height: 5px;
}

.membership_plans ul {
    position: relative;
    width: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

.membership_plans ul li {
    position: relative;
    display: block;
    width: 100%;
    flex-grow: 1;
    flex-basis: 0;
}

.membership_plans ul li + li {
    margin-left: 25px;
}

.membership_plans ul li input[type="radio"] {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
}

.plan_card {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    box-shadow: inset 0px 0px 10px 5px #eee;
}

.membership_plans ul li input[type="radio"]:hover + .plan_card {
    box-shadow: none;
}

.membership_plans ul li input[type="radio"]:checked + .plan_card {
    box-shadow: inset 0px 0px 75px 15px #e69a0515;
    border-color: #e69a05;
}

.plan_card .plane_name {
    position: relative;
    display: block;
    width: 100%;
    white-space: nowrap;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.membership_plans ul li input[type="radio"]:checked + .plan_card .plane_name {
    color: #b03600;
}

.plan_card .plan_price {
    position: relative;
    width: 100%;
    margin: 0;
    line-height: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

.plan_card .plan_price span {
    position: relative;
    display: block;
    width: auto;
    font-size: 15px;
}

.plan_card .plan_price span + span {
    margin-left: 15px;
}

.plan_card .plan_price span.normal {
    text-decoration: line-through;
}

.plan_card .plan_price span.offer {
    color: #000;
    font-weight: 500;
}

.membership_form {
    position: relative;
    display: block;
    width: 100%;
    padding: 35px 25px 25px;
    background-color: #fff;
    overflow-y: auto;
}

.membership_form .form_ul {
    position: relative;
    display: block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.membership_form .form_ul li {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

.membership_form .form_ul li > div.input_div {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 49%;
}

.fsec_title {
    position: relative;
    display: block;
    width: 100%;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    margin: 25px 0;
    padding: 0;
}

.selected_plan_details {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 25px;
}

.selected_plan_details > div {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    margin-bottom: 15px;
}

.selected_plan_details > div label {
    position: relative;
    display: block;
    width: auto;
    line-height: 1;
    white-space: nowrap;
    margin-bottom: 0;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-right: 15px;
}

.selected_plan_details > div p {
    position: relative;
    display: block;
    width: 100%;
    line-height: 25px;
    white-space: nowrap;
    margin: 0;
    font-size: 18px;
    color: #b03600;
    font-weight: 500;
}

.selected_plan_details > div input {
    position: relative;
    display: block;
    width: 100px;
    line-height: 25px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 18px;
    color: #b03600;
    font-weight: 500;
}

.payment_mode {
    position: relative;
    display: block;
    width: 100%;
}

.payment_mode .form_ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}

.payment_mode .form_ul li {
    width: auto;
}

.payment_mode .form_ul li + li {
    margin-left: 30px;
}

@media (max-width: 800px) {
    .selected_plan_details {
        flex-wrap: wrap;
    }

    .selected_plan_details > div {
        width: 100%;
        flex-grow: unset;
        flex-basis: unset;
        margin-bottom: 25px;
    }

    .selected_plan_details > div + div {
        margin-left: 0;
    }

    .membership_form .form_ul li {
        flex-direction: column;
    }

    .membership_form .form_ul li > div.input_div {
        max-width: unset;
        flex-grow: unset;
        flex-basis: unset;
        width: 100%;
    }
}

.equal_heights {
    margin-top: 50px;
    box-shadow: 0 0.125rem 0.5rem -0.25rem #1f1b2d1f, 0 0.25rem 1rem #1f1b2d1f;
}

.membership_img {
    position: relative;
    display: block;
    width: 100%;
    padding: 35px 25px 25px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.donation_form {
    position: relative;
    display: block;
    width: 100%;
    padding: 35px 25px 25px;
    background-color: #fff;
}

.donation_form .form_ul {
    position: relative;
    display: block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.donation_form .form_ul li {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

.donation_form .form_ul li > div {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 49%;
}

.donation_form .form_ul li:last-child > div,
.donation_form .form_ul li:nth-last-child(2) > div {
    max-width: 100%;
}

.payment_mode {
    position: relative;
    display: block;
    width: 100%;
}

.payment_mode .form_ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}

.payment_mode .form_ul li {
    width: auto;
}

.payment_mode .form_ul li + li {
    margin-left: 30px;
}

.input_div.checkbox input[type="checkbox"] + .checkbox_style + p {
    white-space: unset;
}

@media (max-width: 800px) {
    .donation_form .form_ul li {
        flex-direction: column;
    }

    .donation_form .form_ul li > div {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .membership_img {
        display: none;
    }
}

.dynamic_fields {
    position: relative;
    display: block;
    width: 100%;
}
.dynamic_fields .heading {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}
.dynamic_fields .heading label {
    position: relative;
    display: inline-block;
    width: auto;
    margin-right: 15px;
    line-height: 1;
    margin-bottom: 0;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.dynamic_fields .add_child,
.dynamic_fields .remove_child {
    position: relative;
    display: block;
    width: auto;
    background-color: transparent;
    border: none;
    margin: 0;
    line-height: 1;
    font-size: 12px;
    font-weight: 400;
    border-radius: 3px;
    opacity: 0.75;
}
.dynamic_fields .add_child:hover,
.dynamic_fields .remove_child:hover {
    opacity: 1;
}
.dynamic_fields .add_child,
.dynamic_fields .add_child i {
    color: green;
}
.dynamic_fields .add_child {
    background-color: #00800025;
    padding: 7.5px 10px;
}
.dynamic_fields .remove_child,
.dynamic_fields .remove_child i {
    color: red;
}
.dynamic_fields .remove_child {
    background-color: #ff000025;
    padding: 10px;
}
.dynamic_fields .sample {
    display: none;
}
.dynamic_fields .append_area {
    position: relative;
    display: block;
    width: 100%;
}
.dynamic_fields .child_details {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}
.dynamic_fields .child_details .inputs {
    position: relative;
    width: 100%;
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.dynamic_fields .child_details .inputs .input_div {
    margin-bottom: 0;
}
.dynamic_fields .child_details .inputs .input_div:first-child {
    width: calc(70% - 7.5px);
}
.dynamic_fields .child_details .inputs .input_div:last-child {
    width: calc(30% - 7.5px);
}
@media (max-width: 600px) {
    .dynamic_fields .child_details .inputs {
        flex-direction: column;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .dynamic_fields .child_details .inputs .input_div:first-child,
    .dynamic_fields .child_details .inputs .input_div:last-child {
        width: 100%;
    }
    .dynamic_fields .child_details .inputs .input_div + .input_div {
        margin-top: 10px;
    }
}
