.edit_profile {
    background-color: #f3f8fc;
    padding: 35px 0 73px;
}

.edit_profile .edit_profile__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1091px;
    margin: 0 auto;
}

.edit_profile .edit_profile__wrapper .edit_profile__wrapper_left {
    width: 27.4%;
    border-radius: 19px;
    overflow: hidden;
    position: relative;
    /*top: -15.2rem;*/
    margin-top: -15.2rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.03);
}

.edit_profile .edit_profile__wrapper .edit_profile__wrapper_left .edit_profile__wrapper_left_inner .edit_profile__wrapper_left_inner_image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.edit_profile .edit_profile__wrapper .edit_profile__wrapper_left .edit_profile__wrapper_left_inner .edit_profile__wrapper_left_inner_link {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.edit_profile .edit_profile__wrapper .edit_profile__wrapper_left .edit_profile__wrapper_left_inner .edit_profile__wrapper_left_inner_link .btn {
    width: 100%;
    margin: 0 0 24px;
}

.edit_profile .edit_profile__wrapper .edit_profile__wrapper_left .edit_profile__wrapper_left_inner .edit_profile__wrapper_left_inner_link .btn:last-child {
    margin: 0;
}

.edit_profile .edit_profile__wrapper .edit_profile__wrapper_left .edit_profile__wrapper_left_inner .edit_profile__wrapper_left_inner_link .delete {
    background-color: #6c6c6c;
}

.edit_profile .edit_profile__wrapper .edit_profile__wrapper_left .edit_profile__wrapper_left_inner .edit_profile__wrapper_left_inner_link .delete:hover {
    background-color: #791743;
}

.edit_profile .edit_profile__wrapper .edit_profile__wrapper_right {
    width: 68.9%;
    margin: 0 0 0 40px;
}

.edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .basic_information,
.edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .contact_information,
.edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .about,
.edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .website_social_media {
    padding: 27px 32px 32px;
    border-radius: 19px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.03);
    margin: 0 0 19px;
}

.edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .change_password {
    padding: 27px 32px 32px;
    border-radius: 19px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.03);
    margin: 0 0 23px;
}

.edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .newsletter {
    padding: 27px 32px 32px;
    border-radius: 19px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.03);
    margin: 0 0 23px;
}

.post_referral .post_referral_inner {
    padding: 27px 32px 32px;
    border-radius: 19px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.03);
}

.post_referral {
    margin: 21px 0 23px auto;
    padding-top: 21px;
    position: relative;
    width: 68.9%;
}

.post_referral_main {
    max-width: 1091px;
    margin: 0 auto;
}

.post_referral::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c7c7c7;
}

.post_referral_main .post_referral_inner_content_link .button {
    height: 100%;
    background-image: none;
}

.edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .basic_information .basic_information_inner .basic_information_inner_title .title,
.edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .contact_information .contact_information_inner .basic_information_inner_title .title,
.edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .about .about_inner .basic_information_inner_title .title,
.edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .newsletter .newsletter_inner .basic_information_inner_title .title,
.edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .change_password .change_password_inner .basic_information_inner_title .title,
.edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .website_social_media .website_social_media_inner .basic_information_inner_title .title {
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 15px;
    font-family: supria-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #5e1b39;
}

.edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .about .about_inner .about_content p,
.edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .post_referral .post_referral_inner .post_referral_inner_content .post_referral_inner_content_content p {
    padding: 0 0;
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 26px;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .edit_profile__wrapper_right_link .button {
    height: 100%;
    background-image: none;
}

.edit_profile_template .edit_profile_inner .um_user_form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.edit_profile_template .edit_profile_inner .um_user_form .left_avtar_section .um_field_container .um_label_top,
.edit_profile_template .edit_profile_inner .um_user_form .left_avtar_section h4 {
    display: none;
}

.edit_profile_template .edit_profile_inner .um_user_form .left_avtar_section .profile_image_section .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.edit_profile_template .edit_profile_inner .um_user_form .left_avtar_section .um_field_container:last-child {
    height: 0;
    width: 0;
    max-height: 0 !important;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
}

.edit_profile_template .edit_profile_inner .um_user_form .left_avtar_section .profile_image_section_block .edit_profile__wrapper_left_inner_link {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.edit_profile_template .edit_profile_inner .um_user_form .left_avtar_section .profile_image_section_block .edit_profile__wrapper_left_inner_link .btn {
    width: 100%;
    margin: 0 0 24px;
}

.edit_profile_template .edit_profile_inner .um_user_form .left_avtar_section .profile_image_section_block .edit_profile__wrapper_left_inner_link .btn:last-child {
    margin: 0;
}

.edit_profile_template .edit_profile_inner .um_user_form .left_avtar_section .profile_image_section_block .edit_profile__wrapper_left_inner_link .delete {
    background-color: #6c6c6c;
}

.edit_profile_template .edit_profile_inner .um_user_form .left_avtar_section .profile_image_section_block .edit_profile__wrapper_left_inner_link .delete:hover {
    background-color: #791743;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section {
    padding: 27px 32px 32px;
    border-radius: 19px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 3%);
    margin: 0 0 19px;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section h4,
.post_referral .post_referral_inner .post_referral_inner_content .post_referral_inner_content_heading .h4 {
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 15px;
    font-family: supria-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #5e1b39;
    text-transform: capitalize;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_field_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
    width: 100%;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section.social_section .hide_social {
    display: none;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_field_container:last-child {
    margin-bottom: 0;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_field_container label {
    font-size: 13px;
    line-height: 16px;
    font-family: supria-sans, sans-serif;
    font-weight: bold;
    color: #5e1b39;
    padding-left: 16px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_field_container select {
    -webkit-appearance: none;
    margin-bottom: 0;
    background-image: url(../img/d-arrow.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 97% center;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_field_container select,
.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_field_container>input,
.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_field_container div:not(.quicktags-toolbar)>input {
    padding: 13px 24px 12px;
    border: 1px solid #707070;
    color: #1f1f1f;
    font-size: 16px;
    line-height: 19px;
    font-family: supria-sans, sans-serif;
    font-weight: light;
    border-radius: 29px;
    height: auto;
    min-height: auto;
    width: 100%;
    outline: none !important;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_field_container .quicktags-toolbar input {}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_field_container select {
    padding: 13px 46px 12px 24px;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_field_container textarea {
    padding: 13px 24px 12px;
    border: 1px solid #707070;
    color: #1f1f1f;
    font-size: 16px;
    line-height: 19px;
    font-family: supria-sans, sans-serif;
    font-weight: light;
    border-radius: 29px;
    width: 100%;
    outline: none !important;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_field_container input::placeholder {
    color: RGBA(31, 31, 31, 0.5);
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_field_container .wp-editor-wrap {
    width: 100%;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_field_container .wp-editor-wrap .wp-editor-tools {
    padding: 0 16px;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_field_container .wp-editor-wrap .wp-editor-container .quicktags-toolbar,
.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_field_container .wp-editor-wrap .wp-editor-container {
    border: medium none;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_description {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_description .insert-media {
    font-family: supria-sans, sans-serif;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section.change_password_section .um_field_container p {
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section.change_password_section .um_field_container p:last-child input {
    margin-bottom: 0;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right input[type="submit"] {
    height: auto;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section.newsletter_section .um_field_container.newsletter_checkbox>label:first-child {
    display: none;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section.newsletter_section .um_field_container.newsletter_checkbox>label:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #1f1f1f;
    font-size: 13px;
    line-height: 16px;
    font-family: supria-sans, sans-serif;
    font-weight: bold;
    padding-left: 0;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section.newsletter_section .um_field_container.newsletter_checkbox>label:last-child input {
    width: auto;
    margin-right: 15px;
}

.edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_field_container .wp-editor-wrap+.um_description {
    margin-top: 10px;
}


/* referral_form_popup_active */

.referral_form_popup_active .lity-wrap {
    padding: 0 12px;
}

.referral_form_popup_active .lity-close {
    display: none !important;
}

.post_referral_popup_form .gform_ajax_spinner {
    display: none !important;
}

.referral_form_popup_active .lity-container {
    background: #fff;
    width: 100%;
    max-width: 864px;
    padding: 28px 48px 24px;
    border-radius: 19px;
    transition: opacity 0.5s ease;
}

.referral_form_popup_active .lity-content .post_referral_popup_form_inner::-webkit-scrollbar {
    display: none;
}

.referral_form_popup_active .lity-content .post_referral_popup_form_inner {
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
}

.post_referral_popup_form .gform_heading {
    display: none;
}

.referral_form_popup_active .lity-content .post_referral_popup_form .gfield_required {
    display: none;
}

.post_referral_popup_form .popup_form_inner_heading_inner .h2 {
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 15px;
    font-family: supria-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #00346a;
    text-align: center;
}

.post_referral_popup_form .gfield_label {
    font-size: 13px !important;
    line-height: 17px;
    letter-spacing: normal;
    font-family: supria-sans, sans-serif;
    font-weight: 700 !important;
    font-style: normal;
    padding: 0 16px !important;
    margin: 0 0 7px;
    text-transform: uppercase;
    color: #5e1b39 !important;
}

.post_referral_popup_form .gfield input,
.post_referral_popup_form .gfield textarea {
    border: 1px solid #707070;
    border-radius: 29px;
    background: #fff;
    padding: 10.5px 24px !important;
    font-size: 16px !important;
    line-height: 21px !important;
    letter-spacing: normal;
    color: #000;
    margin: 0;
    height: auto;
    font-family: supria-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.post_referral_popup_form .gfield textarea {
    min-height: auto !important;
    max-height: 112px;
    border-radius: 15px;
}

.post_referral_popup_form .gfield input::placeholder,
.post_referral_popup_form .gfield textarea::placeholder {
    font-family: supria-sans, sans-serif;
    color: rgba(31, 31, 31, 0.5);
    font-size: 16px !important;
    line-height: 21px;
}

.post_referral_popup_form_inner_close_btn {
    background: transparent !important;
    border: none;
    text-align: center;
    margin: 15px auto 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
}

.post_referral_popup_form_inner_close_btn:focus-visible,
.post_referral_popup_form_inner_close_btn:focus,
.post_referral_popup_form_inner_close_btn:active {
    outline: none !important;
}

.post_referral_popup_form_inner_close_btn .post_referral_popup_form_inner_close_btn_inner {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: normal;
    font-family: supria-sans, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #5e1b39;
    text-decoration: underline;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease 0.4s;
}

.post_referral_popup_form_inner_close_btn:hover .post_referral_popup_form_inner_close_btn_inner {
    color: #00346a;
}

.post_referral_popup_form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    grid-column-gap: 0 !important;
    grid-row-gap: 0 !important;
    margin: 0 -8px;
}

.post_referral_popup_form .gfield {
    width: 100%;
    margin: 0 0 10px;
    padding: 0 8px;
}

.post_referral_popup_form .gfield.width_half {
    width: 50%;
}

.post_referral_popup_form .gform_validation_errors {
    display: none;
}

.post_referral_popup_form .gform_confirmation_message {
    font-family: supria-sans, sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    text-align: center;
    color: #5e1b39;
}

.post_referral_popup_form .validation_message {
    display: none;
}

.post_referral_popup_form .gfield.gfield_error input,
.post_referral_popup_form .gfield.gfield_error textarea {
    border-color: red;
}

.post_referral_popup_form .gform_button {
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: normal;
    font-family: supria-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    padding: 14.5px 40px;
    border-radius: 29px;
    color: #fff;
    background: #791743;
    height: auto;
    border: 0;
    transition: all ease 0.4s !important;
}

.post_referral_popup_form .gform_button:hover {
    background: #5e1b39;
}

.post_referral_popup_form .gform_footer {
    margin: 10px 0 0 !important;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: end !important;
    align-items: flex-end;
}

.edit_profile .edit_profile__wrapper.not_logged_in {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.edit_profile .edit_profile__wrapper.not_logged_in .login_link_message a {
    font-size: 20px;
    font-weight: 600;
}

.edit_profile .edit_profile__wrapper.not_logged_in .pf_info {
    margin-bottom: 20px;
}

.edit_profile_template.edit_profile.not_logged_in {
    height: calc(100vh - 612px);
    min-height: 220px;
    display: flex;
    align-items: center;
}

@media (max-width: 1360px) {
    .content_wrap .single_page_banner .single_page_banner_inner .single_banner_image .single_banner_section .banner_image_inner_content {
        margin: 0 auto;
        max-width: 354px;
    }
}

@media (max-width: 1199px) {
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_left {
        width: 26.7%;
    }
}

@media (max-width: 991px) {
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_left {
        width: 100%;
        margin: -85px 0 0;
    }
    .edit_profile_template .edit_profile_inner .um_user_form .left_avtar_section .profile_image_section .image {
        background-size: auto;
    }
    .content_wrap .single_page_banner .single_page_banner_inner .single_banner_image .single_banner_section .banner_image_inner_content {
        margin: 0 auto;
        max-width: 100%;
    }
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_left .edit_profile__wrapper_left_inner .edit_profile__wrapper_left_inner_image {
        max-width: 299px;
        margin: 0 auto;
    }
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_right {
        width: 100%;
        margin: 30px 0 0;
    }
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_left .edit_profile__wrapper_left_inner {
        padding: 20px 15px 0;
    }
    .post_referral {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_left .edit_profile__wrapper_left_inner .edit_profile__wrapper_left_inner_image {
        max-width: 228px;
    }
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_left .edit_profile__wrapper_left_inner .edit_profile__wrapper_left_inner_link {
        padding: 15px;
    }
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .basic_information,
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .contact_information,
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .about,
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .website_social_media {
        padding: 20px 15px;
        margin: 0 0 15px;
    }
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .basic_information .basic_information_inner .basic_information_inner_title .title,
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .contact_information .contact_information_inner .basic_information_inner_title .title,
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .about .about_inner .basic_information_inner_title .title,
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .newsletter .newsletter_inner .basic_information_inner_title .title,
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .change_password .change_password_inner .basic_information_inner_title .title,
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .website_social_media .website_social_media_inner .basic_information_inner_title .title,
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .post_referral .post_referral_inner .post_referral_inner_content .post_referral_inner_content_heading {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 10px;
    }
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .about .about_inner .about_content p,
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .post_referral .post_referral_inner .post_referral_inner_content .post_referral_inner_content_content p {
        padding: 0 0;
        margin: 0 0 7px;
        font-size: 14px;
    }
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .change_password,
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .newsletter {
        padding: 20px 15px;
        margin: 0 0 15px;
    }
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .post_referral .post_referral_inner {
        padding: 20px 15px;
    }
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .post_referral {
        margin: 21px 0 15px;
    }
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_right .edit_profile__wrapper_right_link .button {
        margin: 20px 0 0;
    }
    .edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section,
    .referral_form_popup_active .lity-container {
        padding: 17px 22px 22px;
    }
    .edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_field_container select {
        padding: 13px 46px 12px 16px;
    }
    .edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_field_container textarea,
    .edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_field_container input {
        padding: 13px 16px 12px;
    }
    .edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_description {
        font-size: 16px;
        line-height: 24px;
    }
    .edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section h4,
    .post_referral .post_referral_inner .post_referral_inner_content .post_referral_inner_content_heading .h4 {
        font-size: 24px;
        line-height: 36px;
    }
    .edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section.newsletter_section .um_field_container.newsletter_checkbox>label:last-child {
        font-size: 12px;
    }
    .post_referral_popup_form .gform_fields {
        margin: 0;
    }
    .post_referral_popup_form .gfield {
        width: 100%;
        margin: 0 0 10px;
        padding: 0;
    }
    .post_referral_popup_form .gfield.width_half {
        width: 100%;
    }
    .post_referral_popup_form .gform_button {
        font-size: 14px;
        line-height: 21px !important;
        padding: 12px 30px;
    }
}

@media (max-width: 575px) {
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_left .edit_profile__wrapper_left_inner .edit_profile__wrapper_left_inner_image {
        margin: 0 auto;
    }
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_left .edit_profile__wrapper_left_inner {
        padding: 20px 15px 0;
    }
    .edit_profile_template .edit_profile_inner .um_user_form .edit_profile__wrapper_right .form_right_section .um_field_container select {
        padding: 13px 36px 12px 16px;
    }
}

@media (max-width: 400px) {
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_left .edit_profile__wrapper_left_inner .edit_profile__wrapper_left_inner_image {
        max-width: 100%;
    }
    .edit_profile .edit_profile__wrapper .edit_profile__wrapper_left .edit_profile__wrapper_left_inner .edit_profile__wrapper_left_inner_image {
        margin: 0 auto 10px;
    }
}

.content_wrap .single_page_banner.edit_profile_template_banner.not_logged_in .single_page_banner_inner .single_banner_image .single_banner_section .banner_image_inner_content .single_banner_title {
    text-align: center;
}