    .jquery-modal {
        opacity: 1;
        z-index: 99999;
    }

    .jquery-modal .modal {
        opacity: 1;
    }

    .modalForm label {
        width: 100%;
    }

    .modalForm input {
        width: 100%;
        padding: 5px 7px;
        border: #aaa solid 1px;
    }

    .modalForm button {
        background: rgb(41, 98, 255);
        color: #fff;
        border: none;
        padding: 5px 7px;
        cursor: pointer;
    }

    #contentBlockModal .modal-content {
        max-width: 1080px;
    }

    .header-searchContainer {
        width: 280px;
    }

    .memberModal {
        display: none;
        background: #00000070;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 9999;
        overflow-y: scroll;
    }

    .memberModal .modal-content {
        margin: auto;
        margin-top: 100px;
        max-width: 90%;
        background: #fff;
        padding: 20px;
    }

    .memberModal .modal-content .close {
        float: right;
    }

    .module_col61 {
        width: 50%;
    }

    .module_col62 {
        width: 50%;
    }

    .mem_plan a {
        width: 100%;
    }

    .mem_plan a span {
        float: right;
    }

    .subscribe_monthly {
        display: none;
    }

    .memberModal .module_list .fa-check {
        color: rgb(145, 183, 82);
        left: 0;
        position: absolute;
        margin-top: 5px;
    }

    .memberModal .module_list li {
        position: relative;
        padding-left: 15px;
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
        font-size: 1rem;
    }

    .memberModal .plan-2.disable-css-transitions p.disable-css-transitions,
    .memberModal .plan-3 .module_col6.disable-css-transitions > p.disable-css-transitions {
        font-weight: 600;
    }

    .memberModal ul.module_list {
        margin-left: 40px;
    }

    .memberModal .modal-content {
        border-radius: 6px;
        box-shadow: 0 1px 6px rgb(0 0 0 / 6%), 0 2px 32px rgb(0 0 0 / 16%);
        padding: 0;
        padding-bottom: 20px;
    }

    .memberModal .modal-content span.close {
        font-size: 36px;
        width: 2.5rem;
        height: 2.75rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #91b752;
        cursor: pointer;
    }

    .memberModal .modal-content p {
        color: #212529;
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        margin: 1rem 0;
    }

    .memberModal .modal-content .plan-1 {
        text-align: center;
        padding: 20px;
    }

    .memberModal .modal-content .plan-1 h2 {
        margin: 1rem 0;
        font-weight: 700 !important;
        font-family: Freight Text Pro, Helvetica, Arial, sans-serif;
    }

    .memberModal .modal-content .plan-1 a {
        color: #91b752;
    }

    .memberModal .modal-content .plan-2 {
        border-radius: 6px;
        padding: 20px;
    }

    .memberModal .modal-content .plan-3 {
        border-radius: 6px;
        padding: 20px;
    }

    .memberModal .modal-content .plan-2 h2 {
        font-size: 1.25em !important;
        margin: 1rem 0;
        justify-content: space-between;
        display: flex;
        font-weight: 700 !important;
    }

    .memberModal .modal-content .plan-2 h2 span small {
        color: #aaa7b0;
        display: block;
        font-size: .875rem;
        font-weight: 700;
        text-align: right;
    }

    .memberModal .modal-content .plan-2 .module-row {
        display: flex;
    }

    .memberModal .modal-content .plan-2 .module-row .module_col6 p {
        margin-top: 0px !important;
    }

    .memberModal .modal-content .plan-2 .module-row .module_col6:nth-child(odd) {
        margin-right: 15px;
    }

    .memberModal .modal-content .plan-2 .module-row .module_col6:nth-child(even) {
        margin-left: 15px;
    }

    .memberModal .modal-content .plan-1 .mem_plan_a {
        /* margin-top: 30px; */
    }

    .memberModal .modal-content .plan-1 .mem_plan_a .subscribe_btn {
        background: #99664d;
        border: none;
        width: 100%;
        padding: 8px 20px;
        color: #fff;
        border-radius: 10px;
        margin: 15px 0px;
        text-align: center;
        box-shadow: none;
        text-decoration: none !important;
    }

    .memberModal .modal-content .plan-2 .module-row .module_col6 input[type=checkbox]:focus:not(:checked),
    input[type=checkbox]:hover:not(:checked) {
        background-color: #91b752;
    }

    .memberModal .modal-content .plan-2 .module-row .module_col6 input[type=checkbox]:checked {
        background-color: #91b752;
    }

    .memberModal .modal-content .plan-2 .module-row .module_col6 label {
        font-size: .9375rem;
        vertical-align: top;
    }

    .memberModal .plan-1 h2 {
        font-size: 1.25rem;
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    }

    .section-1,
    .section-2 {
        width: 50%;
        position: relative;
        display: inline-block;
        padding: 0px 25px;
    }

    .text-center {
        text-align: center;
    }

    .join_btn {
        background: #99664d;
        border: none;
        padding: 8px 20px;
        color: #fff;
        border-radius: 10px;
        margin: 15px 0px;
        text-align: center;
        box-shadow: none !important;
        text-decoration: none !important;
        position: relative;
        font-weight: 700;
    }

    .join_btn:hover {
        color: #fff
    }

    .section-2 {
        vertical-align: top;
    }

    .section-main {
        display: flex;
    }

    .mem-close {
        text-align: right;
        display: flow-root;
    }

    .mem-heading {
        text-align: center;
        font-size: 34px;
        margin-bottom: 0px;
    }

    .mem-heading {
        padding: 0px 25px;
    }


    @media only screen and (max-width: 991px) {
        .section-main {
            display: block;
        }

        .section-1,
        .section-2 {
            width: 100%;
        }

        .memberModal .modal-content .plan-1,
        .plan-2,
        .plan-3 {
            padding: 20px 0px !important;
        }

    }

    /* memberstack css end*/
    /* mem newsletter css */

    .mem_newsletter .modal-content {
        max-width: 750px;
    }

    .mem_newsletter .modal-content .mem-close {
        display: block;
    }

    .mem_newsletter .plan-2 .module_col61 {
        width: 60%;
    }

    .mem_newsletter .plan-2 .module_col62 {
        width: 40%;
    }

    .mem_newsletter .plan-1 {
        text-align: center;
    }

    .mem_newsletter .modal-content .plan-2 {
        padding: 20px !important;
    }

    .mem_newsletter .plan-2 ul.module_list {
        margin-left: 0;
        list-style: none;
    }

    .mem_newsletter .plan-2 .module_list li {
        padding-left: 2rem;
        padding-bottom: 10px;
    }

    .mem_newsletter .plan-2 .module_list li span {
        color: #aaa7b0;
        display: block;
        font-size: 16px;
    }

    .mem_newsletter .plan-2 .mem_plan_a {
        margin-top: 20px;
    }

    .mem_newsletter .plan-2 .mem_plan_a a {
        background: #91b752;
        color: #fff;
        padding: 10px 25px;
        border: none;
        border-radius: 10px;
        margin-top: 15px;
        cursor: pointer;
        box-shadow: 0 1px 6px rgb(0 0 0 / 6%), 0 2px 32px rgb(0 0 0 / 16%);
        text-decoration: none !important;
    }

    .ms-portal-navlink[ms-lang="profile_nav_bookmark"] a {
        color: #383842;
        text-decoration: none !important;
    }

    /* mem newsletter css */

    .ms-portal-newsletter {
        position: relative;
        z-index: 2;
    }

    input.news_check {
        cursor: pointer;
        left: 15;
        position: absolute;
        z-index: 5;
        width: 20px;
    }

    .news_check_div {
        color: #555555;
        cursor: pointer;
        display: block;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        padding-left: 35px;
        position: relative;
        text-align: left;
    }

    .news_check_div p {
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
        font-weight: 400;
    }

    .news_check_item1 {
        /*border-bottom: 1px solid #c6c6c6;*/
        margin-bottom: 20px;
    }

    div#newsletter {
        padding: 15px;
    }

    .news_check_btn {
        text-align: right;
    }

    button.news_check_btn_update {
        background-color: rgb(145, 183, 82);
        color: rgb(255, 255, 255);
        border-radius: 4px;
        font-size: 20px;
        padding: 10px 20px;
        margin-left: 10px;
    }

    a.news_check_btn_cancel {
        color: rgb(145, 183, 82);
        text-decoration: none !important;
    }

    .news_check_item1 .news_check_div {
        color: #000;
    }

    button.news_check_btn_update {
        text-decoration: none !important;
    }

    #newsletterForm label {
        color: #383842 !important;
    }

    .ms-portal-exit {
        right: -6%;
        left: initial !important;
    }

    .memberstack-reset-password-page-style {
        max-width: 500px !important;
        margin: auto;
        display: table;
    }

    .memberstack-reset-password-page-style input.ms-form__input {
        padding: 7px 10px;
        margin: 5px 0 15px 0;
        border: 1px solid #000;
    }

    .memberstack-reset-password-page-style input:focus-visible {
        outline: none;
    }

    .memberstack-reset-password-page-style button.ms-form__button {
        margin: 15px 0px;
        padding: 10px 15px;
        border: none;
        cursor: pointer;
        font-size: 18px;
        color: #fff;
        background: #99664d;
    }

    .memberstack-password-changed-successfully-page-style {
        text-align: center;
        line-height: 2;
    }

    .memberstack-password-changed-successfully-page-style a.tracked-click {
        padding: 10px 15px;
        text-decoration: none !important;
        border: 1px solid;
        font-weight: 600;
    }

    #memberstackProfile .memberstackFloatingButton {
        position: fixed;
        font-size: 48px;
        background: #91b752;
        z-index: 99999999;
        right: 15px;
        bottom: 15px;
        height: 64px;
        width: 64px;
        border-radius: 50%;
        vertical-align: middle;
        text-align: center;
        color: white;
        box-shadow: 0px 0px 24px #00000033;
        cursor: pointer;
        border: none;
        font-weight: bold;
    }

    #memberstackProfile .menu {
        list-style: none;
    }

    #memberstackProfile .menu li {
        margin: 7px 5px;
    }

    #memberstackProfile .menu a {
        display: flex;
        cursor: pointer;
        text-decoration: none !important;
        color: rgb(35, 35, 35)
    }

    #memberstackProfile .menu a svg {
        margin-right: 10px;
        background: #ddd;
        border-radius: 50%;
    }

    #memberstackProfile .memberstackFloatingProfile {
        background-color: #fff;
        width: 360px;
        height: 390px;
        border-top: #000 solid 5px;
        border-radius: 4px;
        /*box-shadow: 0px 0px 22px #00000055;*/
        box-shadow: 0px 10px 22px #00000055;
        right: 15px;
        position: fixed;
        /*bottom: 95px;*/
        z-index: 999;
    }


    .memberstackFloatingProfile .memberstackFloatingProfile-content .MenuRoutes-module_accountHeader {
        padding-bottom: 15px;
    }

    .memberstackFloatingProfile .memberstackFloatingProfile-content {
        padding: 15px;
    }

    .memberstackFloatingProfile .MenuRoutes-module_accountHeader h3 {
        font-size: 1.25rem;
        line-height: 30px;
        color: #120a20;
        font-weight: 600;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .memberstackFloatingProfile .MenuRoutes-module_accountHeader h6 {
        overflow: hidden;
        text-overflow: ellipsis;
        color: #aaa;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }

    .memberstackFloatingProfile .memberstackFloatingProfile-content .menu {
        list-style: none;
        margin: 0;
        padding: 10px 0 0;
    }

    .memberstackFloatingProfile .memberstackFloatingProfile-content .menu li {
        margin: 0 !important;
        margin-bottom: 15px !important;
    }

    .memberstackFloatingProfile .memberstackFloatingProfile-footer a {
        color: #aaa !important;
        display: block;
        text-decoration: none !important;
    }

    .memberstackFloatingProfile .memberstackFloatingProfile-footer .Footer-module_contentFooter {
        font-size: .75rem;
        justify-content: flex-start;
        padding: 8px 20px;
        cursor: pointer;
        background-color: #f4f4f4;
    }

    #memberstackProfile .memberstackFloatingButton:hover {
        box-shadow: 0 2px 12px rgb(0 0 0 / 12%), 0 4px 48px rgb(0 0 0 / 24%);
    }

    .memberstackFloatingProfile .memberstackFloatingProfile-content .menu li:hover {
        opacity: .8;
    }

    .modalForm label {
        font-size: 14px;
        font-weight: 600;
    }

    .modalForm input:not([type="checkbox"]) {
        . width: 100%;
        padding: 15px;
        border: #aaa solid 1px;
        margin-top: 5px;
        margin-bottom: 15px;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 400;
    }

    .modalForm button {
        cursor: pointer;
        background: #91b752;
        border: none;
        padding: 15px 20px;
        color: #fff;
        border-radius: 7px;
        margin: 5px 0px 15px;
        text-align: center;
        box-shadow: none;
        text-decoration: none !important;
        font-size: 16px;
        font-weight: 700;
    }

    #memberstackProfile .memberstackFloatingProfile {
        display: none;
    }

    #memberstackProfile.active .memberstackFloatingProfile {
        display: block;
    }

    .memberstackFloatingProfile-footer {
        bottom: 0px;
        position: absolute;
        width: 100%;
    }

    .modalForm .newsletter-modalForm-style {
        max-height: 400px;
        overflow-y: scroll;
        position: relative;
        padding: 15px;
    }

    .modalForm #newsletter {
        padding: 0px;
    }

    .modalForm #newsletter h4 {
        padding: 0px 15px;
    }

    .modalForm .newsletter-modalForm-style::-webkit-scrollbar {
        width: 5px;
    }

    .modalForm .newsletter-modalForm-style::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #ddd;
        border-radius: 10px;
    }

    .modalForm .newsletter-modalForm-style::-webkit-scrollbar-thumb {
        background: #aaa;
        border-radius: 10px;
    }

    .modalForm .newsletter-modalForm-style::-webkit-scrollbar-thumb:hover {
        background: #bbb;
    }

    .modal .modalForm h4 {
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: #dfdfdf solid 1px;
    }

    .modal .modalForm p a {
        color: #000;
    }

    #memberModalLoggedIn .modal-content {
        max-width: 800px;
    }

    .single-post .post-main #bookmarkLocation {
        width: 400px;
    }

    .single-post .post-main #bookmarkLocation .wpb-bm-act .wpb-bm-btn-contain {
        min-width: 180px !important;
        margin: 0 !important;
    }

    .single-post .post-main #bookmarkLocation .wpb-bm-act .wpb-bm-btn-contain a.wpb-bm-btn {
        font-size: 0.91619rem !important;
        font-family: Circular Std;
        font-weight: 300 !important;
        padding: 10px 0px !important;
    }

    .single-post .post-main #bookmarkLocation .wpb-bm-act .wpb-bm-btn-contain.bm-right + div > a {
        font-size: 0.91619rem !important;
        font-family: Circular Std;
    }

    .single-post .post-main #bookmarkLocation .wpb-bm-list a.chosen-single {
        font-size: 0.91619rem !important;
        font-family: Circular Std;
        height: 33px;
        padding: 4px 10px;
    }

    .single-post .post-main #bookmarkLocation .wpb-bm-list .chosen-container.chosen-with-drop .chosen-drop ul.chosen-results {
        margin: 0;
        padding: 0;
        box-shadow: 0px 3px 4px #00000057;
        background: #dddddd;
        margin-top: 1px;
    }

    .single-post .post-main #bookmarkLocation .wpb-bm-list .chosen-container.chosen-with-drop .chosen-drop ul.chosen-results li {
        padding: 3px 10px;
    }

    .single-post .post-main #bookmarkLocation .wpb-bm-list .chosen-container-single .chosen-single div b {
        background-position: 0px 8px;
    }

    .single-post .post-main #bookmarkLocation .wpb-bm-list .chosen-container-active.chosen-with-drop .chosen-single div b {
        background-position: -18px 8px;
    }

    .single-post .post-main #bookmarkLocation .wpb-bm-act .wpb-bm-btn-contain.bm-right .wpb-bm-dialog-icon.bm-right {
        right: 40px;
        text-shadow: 0 -2px 0px #ccc;
        top: 14px;
        font-size: 44px;
    }

    .single-post .post-main #bookmarkLocation .wpb-bm-act .wpb-bm-btn-contain.bm-right .wpb-bm-dialog.bm-right form input#wpb_bm_new {
        outline: none;
        padding: 8px 10px !important;
        font-size: 14px !important;
        margin-bottom: 10px !important;
        background: #f4efef !important;
        font-family: Circular Std;
        border: none !important;
    }

    .single-post .post-main #bookmarkLocation .wpb-bm-act .wpb-bm-btn-contain.bm-right .wpb-bm-dialog.bm-right form input#wpb_bm_new:focus {
        box-shadow: none !important;
        border: none !important;
    }

    .single-post .post-main #bookmarkLocation .wpb-bm-act .wpb-bm-btn-contain.bm-right .wpb-bm-dialog.bm-right form {
        font-family: Circular Std;
        font-size: 14px !important;
    }

    .single-post .post-main #bookmarkLocation .wpb-bm-act .wpb-bm-btn-contain.bm-right .wpb-bm-dialog.bm-right form input.wpb_bm_radio {
        vertical-align: text-top;
        margin-right: 5px;
    }

    .single-post .post-main #bookmarkLocation .wpb-bm-act .wpb-bm-btn-contain.bm-right .wpb-bm-dialog.bm-right form a.wpb-bm-btn {
        margin-top: 8px !important;
    }

    .msPaidUser,
    .msFreeUser,
    .msLoggedInUser,
    .msNonLoggedInUser {
        display: none;
    }

    .bookmarks .bookmark_main .wpb-coll-list a.active {
        font-size: .91619rem !important;
        font-family: Circular Std;
        padding: 13px !important;
    }

    .bookmarks .bookmark_main .wpb-coll .wpb-coll-body .wpb-coll-body-inner {
        padding-top: 8px !important;
        font-family: Circular Std;
    }

    .bookmarks .bookmark_main .wpb-coll .wpb-coll-body .wpb-coll-body-inner .wpb-coll-item a.wpb-coll-abs.wpb-bm-btn.secondary {
        font-size: 14px !important;
    }

    #memberstackProfile .menu li a {
        font-size: 1.1875rem;
        line-height: 26px;
    }


@media only screen and (max-width: 759px) {
  body.site-id-4 .memberstackFloatingProfile {
		left: 0 !important;
	}
}
	