    @import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");


    @font-face {
        font-family: "Beyond Infinity - Demo";
        src: url("../fonts/BeyondInfinity.woff2") format("woff2"), url("../fonts/BeyondInfinity.woff") format("woff");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    /*@font-face {
        font-family: 'Lumios Marker';
        src: url('../fonts/Lumios-Marker.eot');
        src: url('../fonts/Lumios-Marker.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Lumios-Marker.woff2') format('woff2'),
            url('../fonts/Lumios-Marker.woff') format('woff'),
            url('../fonts/Lumios-Marker.ttf') format('truetype'),
            url('../fonts/Lumios-Marker.svg#Lumios-Marker') format('svg');
        font-weight: normal;
        font-style: italic;
        font-display: swap;
    }*/
    @font-face {
        font-family: 'Lumios Marker';
        src: url('../fonts/Lumios-Marker.ttf') format('truetype');
    }

    /* ==========================================================================
     Font:  Use for Content
    ========================================================================== */

    /* ==========================================================================
    Global Styles
    ========================================================================== */
    article,
    aside,
    details,
    video,
    figcaption,
    figure,
    footer,
    header,
    nav,
    section,
    summary {
        display: block;
    }
    html,
    body {
        width: 100%;
        overflow-x: hidden !important;
    }
    body {
        margin: 0;
        background: #fff;
        height: 100%;
        font-family: "Lato", sans-serif;
    }
    ul li {
        margin: 0;
        padding: 0;
    }
    ul {
        padding: 0;
        margin: 0;
    }

    p {
        padding: 0;
        margin: 0;
    }
    a {
        outline: none;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        outline: none;
        color: #132953;
    }
    ul,
    ol {
        list-style: none;
        list-style-image: none;
        padding: 0;
        margin: 0;
    }
    select,
    input,
    button,
    a {
        outline: none;
    }

    button:focus {
        border: 0;
        outline: none;
    }
    ::placeholder {
        color: #adbdc8 !important;
        opacity: 1;
    }

    :-ms-input-placeholder {
        color: #adbdc8 !important;
    }

    ::-ms-input-placeholder {
        color: #adbdc8 !important;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        font-family: "Lato", sans-serif;
    }
    a.button {
        background-color: transparent;
        border: none;
        color: #000;
       /*  padding: 0; */
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
    }

    section {
        padding: 25px 0;
    }
    
    /* ==========================================================================
    	Navbar Section
    ========================================================================== */

    .navbar-light {
        background: #7a7a7a63;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 3;
        padding: 0;
        margin: 0;
    }
    .bg_red {
        background: #de2d26 !important;
        position: relative;
    }
    .navbar-light .navbar-brand {
        color: #fff;
        padding: 15px;
    }

    .navbar-light .navbar-nav .nav-item a {
        font-size: 18px;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 500;
        opacity: 1 !important;
    }

    element.style {
    }
    .navbar.navbar-expand-lg.top_navbar.navbar-dark.navbar-light .nav-item a {
        color: #fff !important;
    }
    .navbar-light .navbar-nav .nav-item .nav-link:hover {
        color: #fff;
    }
    .navbar-light .navbar-nav .nav-item .dropdown-menu {
        border: none;
        background: #fff;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-radius: 0;
        -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
        -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
        box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    }
    .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        font-size: 13px;
        color: rgba(0, 0, 0, 0.7);
    }
    .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
    .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
        color: #000000;
        background: transparent;
    }
    .navbar-light .navbar-nav .nav-item.ftco-seperator {
        position: relative;
        margin-left: 20px;
        padding-left: 20px;
    }

    .navbar-light .navbar-nav .nav-item.ftco-seperator:before {
        position: absolute;
        content: "";
        top: 10px;
        bottom: 10px;
        left: 0;
        width: 2px;
        background: rgba(255, 255, 255, 0.05);
    }

    .navbar-light .navbar-nav .nav-item.cta a {
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.4);
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 4px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
    }
    .navbar-light .navbar-nav .nav-item.cta a span {
        display: inline-block;
        color: #fff;
    }
    .navbar-light .navbar-nav .nav-item.cta a:hover {
        background: #ffcdcd;
        border: 1px solid #ffcdcd;
    }
    .navbar-light .navbar-nav .nav-item.cta.cta-colored span {
        border-color: #ffcdcd;
    }
    .navbar-light .navbar-nav .nav-item.active a {
        //color: rgb(222, 45, 38) !important;
    }
    .navbar.navbar-expand-lg.top_navbar.navbar-dark.navbar-light .nav-item a {
        color: #fff;
    }

    .navbar-light .navbar-toggler {
        border: none;
        color: #f68d74 !important;
        cursor: pointer;
        padding-right: 15px;
        text-transform: uppercase;
        font-size: 25px;
        letter-spacing: 0.1em;
    }
    .navbar-light.scrolled {
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        margin-top: -130px;
        background: #fff !important;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        z-index: 99;
    }
    .navbar-light.scrolled. .nav-item a {
        color: #de2d26;
    }
    .navbar-light.scrolled .nav-item.cta a {
        color: #fff !important;
        background: #de2d26;
        border: none !important;
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 6px !important;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
    }
    .navbar-light.scrolled .nav-item.cta a span {
        display: inline-block;
        color: #fff !important;
    }
    .navbar-light.scrolled .nav-item.cta.cta-colored span {
        border-color: #de2d26;
    }

    .navbar-light.scrolled .navbar-toggler {
        border: none;
        color: #de2d26 !important;
        cursor: pointer;
        padding-right: 15px;
        text-transform: uppercase;
        font-size: 25px;
        letter-spacing: 0.1em;
    }
    .navbar-light.scrolled .nav-link {
        padding-top: 0.9rem !important;
        padding-bottom: 0.9rem !important;
        color: #000000 !important;
    }
    .navbar-light.scrolled .nav-link.active {
        color: #de2d26 !important;
    }
    .navbar-light.scrolled.awake {
        margin-top: 0px;
        -webkit-transition: 0.3s all ease-out;
        -o-transition: 0.3s all ease-out;
        transition: 0.3s all ease-out;
    }
    .navbar-light.scrolled.sleep {
        -webkit-transition: 0.3s all ease-out;
        -o-transition: 0.3s all ease-out;
        transition: 0.3s all ease-out;
    }
    .navbar-light.scrolled .navbar-brand {
        color: #000000;
    }
    .navbar-light.scrolled .nav_btn {
        background-color: #962323;
        color: #fff !important;
        box-shadow: 0px 13px 27px #fff;
    }
    .navbar-brand {
        font-weight: 700;
        font-size: 20px;
        text-transform: uppercase;
    }

    .nav_btn {
        background-color: #fff;
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        box-shadow: 0px 13px 27px rgba(150, 35, 35, 0.39);
    }

    .right_nav ul li a {
        font-size: 18px;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
        padding-left: 20px;
        padding-right: 20px;
        color: #fff !important;
        font-weight: 500;
        opacity: 1 !important;
        text-decoration: underline !important;
        text-transform: uppercase;
        max-width: 200px;
    }

    @media (max-width: 767.98px) {
        .navbar-light.scrolled .navbar-nav {
            background: none;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }

    @media (max-width: 991.98px) {
        .navbar-light .navbar-nav .nav-item.ftco-seperator:before {
            display: none;
        }
        .navbar-light .navbar-nav .nav-item.ftco-seperator {
            padding-left: 0;
            margin-left: 0;
        }
        .navbar-light.scrolled .navbar-nav {
            background: none;
            border-radius: 0px;
            padding-left: 0rem !important;
            padding-right: 0rem !important;
        }
        .navbar-light {
            background: #fff !important;
            position: relative;
            top: 0;
        }
        .right_nav {
            display: none;
        }
        .goal_space .col-lg-5:nth-child(odd) {
          order: 2;
        }

    }
    @media (min-width: 768px) {
        .navbar-light .navbar-brand.navbar-brand-black {
            color: #000000;
        }
        .navbar-light .navbar-brand {
            color: #fff;
        }
    }

    /* ==========================================================================
    	Banner Section
    ========================================================================== */
    .banner_sec {
        /* height: 100vh;
        min-height: 900px; */
        background: linear-gradient(rgb(255 238 1 / 27%), rgb(255 238 1 / 58%)), url("../img/goalachiever_bg.jpeg") no-repeat center scroll;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 150px;
        padding-bottom: 400px;
    }
    .banner_content h1 {
        font-size: 52px;
        line-height: 70px;
        color: #ffffff;
        font-weight: 900;
        text-align: center;
        margin-bottom: 20px;
    }
    .banner_content p {
        font-size: 22px;
        line-height: 32px;
        color: #ffffff;
        font-weight: 400!important;
        text-align: center;
        margin-bottom: 20px;
    }
    .get_start_btn a {
        font-size: 18px;
        line-height: 76px;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #40923C;
        padding: 12px 35px;
    }
    /* ==========================================================================
    	video Section
    ========================================================================== */
    .video_sec {
        margin-top: -400px;
    }
    .border_box {
        background: #fff;
        padding: 15px;
        box-shadow: 0px 33px 36.5px rgba(220, 220, 220, 0.75);
    }
    .video iframe {
        width: 100%;
        height: 600px;
    }

    /* ==========================================================================
    	familiar Section
    ========================================================================== */
    .familiar_sec {
        padding: 80px 0;
    }
    .familiar_img {
        background-image: url("../img/gf.png");
        background-size: cover;
        background-repeat: no-repeat;
        padding: 300px 0;
        position: relative;
    }
    .familiar_img:after {
        width: 221px;
        height: 221px;
        background: url("https://goalachiever.club/wp-content/uploads/2021/05/circle.png") no-repeat;
        bottom: -45px;
        left: -45px;
        position: absolute;
        display: inline-block;
        content: "";
    }

    .familiar_contents {
        padding-left: 110px;
        padding-right: 40px;
    }
    .head_sec h2 {
        font-size: 35px;
        line-height: 48px;
        color: #92653c;
        font-weight: 900;
    }
    .head_sec p {
        font-size: 18px;
        line-height: 32px;
        color: #000000;
        font-weight: 400;
    }
    .h_con h3 {
        font-size: 22px;
        line-height: 70px;
        color: #000000;
        font-weight: 900;
    }
    .h_con p {
        font-size: 18px;
        line-height: 32px;
        color: #000000;
        font-weight: 400;
    }

    .goal_achievers .head_sec p {
        max-width: 700px;
        margin: 0 auto; 
        margin-bottom: 30px;
    }
    .img_bx {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }

    .image {
        display: block;
        width: 100%;
        height: auto;
    }

    .overlay_blue {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 1;
        transition: 0.5s ease;
        background-color: #58c4c4d1;
    }
    .overlay_pink {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 1;
        transition: 0.5s ease;
        background-color: #f68d74d1;
    }
    .img_bx .head_sec h4 {
        font-size: 22px;
        line-height: 44px;
        color: #92653c;
        font-weight: 900;
    }
    .img_bx .head_sec p {
        font-size: 18px;
        line-height: 32px;
        color: #92653c;
        font-weight: 400;
    }
    .img_bx .head_sec {
        color: white;
        font-size: 20px;
        position: absolute;
        margin: auto;
        height: 100%;
        width: 100%;
        padding: 25px 25px;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    /* ==========================================================================
    	goalachievers Section
    ========================================================================== */
    .goalachievers .head_sec p {
        font-size: 18px;
        line-height: 1.6;
        color: #000000;
        font-weight: 400;
    /*    margin-bottom: 20px;*/
    }

    /* ==========================================================================
    	meet_your_goals Section
    ========================================================================== */
    .meet_your_goals {
        background: linear-gradient(rgb(88, 196, 196, 0.8), rgb(88, 196, 196, 0.8)), url("../img/110.png") no-repeat center scroll;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .meet_your_goals .head_sec h2 {
        text-align: center;
        color: #fff;
    }
    .meet_your_goals .head_sec h4 {
        font-size: 26px;
        line-height: 45px;
        color: #ffffff;
        font-weight: 900;
        text-align: center;
    }
    .meet_your_goals .head_sec p {
        font-size: 18px;
        line-height: 32px;
        color: #ffffff;
        font-weight: 400;
        text-align: center;
    }

    .goal_bx {
        background: #fff;
        padding: 25px;
        margin-bottom: 30px;
        height: 90%;
    }
    .goal_bx img {
        background: #f68d74;
        padding: 15px;
    }
    .goal_bx .head_sec h4 {
        font-size: 22px;
        /*line-height: 69px;*/
        color: #000000;
        font-weight: 900;
    	padding: 10px 0;
    }
    .goal_bx .head_sec p {
        font-size: 18px;
        line-height: 32px;
        color: #000000;
        font-weight: 400;
    }

    .makes_us_different {
        padding: 50px 0;
    }
    .makes_us_different_inner {
        text-align: center;
    }
    .makes_us_different_inner img {
        margin-bottom: 25px;
    }

    .makes_us_different_inner .head_sec h4 {
        font-size: 22px;
        line-height: 69px;
        color: #92653c;
        font-weight: 900;
    }
    .makes_us_different_inner .head_sec p {
        font-size: 18px;
        line-height: 32px;
        color: #000000;
        font-weight: 400;
        text-align: center;
    }
    .meet_the_creator {
        background-color: #F4C3B8;
    }
    .meet_the_creator_inner .head_sec h4 {
        font-size: 35px;
        line-height: 70px;
        color: #000000;
        font-weight: 900;
    }
    .meet_the_creator_inner .head_sec p {
        font-size: 18px;
        line-height: 24px;
        color: #000000;
        font-weight: 400;
        margin-bottom: 15px;
    }

    /* ==========================================================================
    	testimonials Section
    ========================================================================== */

    .testimonials {
        padding: 50px 0;
    }

    .slick-slide {
        margin: 10px 10px;
    }

    .slick-slide .testm_card {
        width: 100%;
        transform: scale(0.9);
        transition: transform 0.5s;
    }

    .slick-prev:before,
    .slick-next:before {
        color: black;
    }

    .slick-dotted .slick-current .testm_card {
        /* transform: scale(1.1); */
        transform: scale(1);
    }
    .slick-dots {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 1rem 0;
        list-style-type: none;
    }
    .slick-dots li {
        margin: 0 0.25rem;
    }
    .slick-dots button {
        display: block;
        width: 1rem;
        height: 1rem;
        padding: 0;
        border: none;
        border-radius: 100%;
        background-color: #e9e9e9;
        text-indent: -9999px;
    }
    .slick-dots li.slick-active button {
        background-color: #58c4c4;
    }
    .slick-list.draggable {
        padding: 0 0 50px 0 !important;
    }

    .testm_card {
        background: #fff;
        padding: 22px;
       /*  box-shadow: 0 0 28.5px rgba(207, 207, 207, 0.75); */
        box-shadow: 0 0 16.5px rgb(207 207 207 / 75%);
        position: relative;
    }
    .testm_card:after {
        width: 41px;
        height: 35px;
        background: url("../img/forma_1_2.png") no-repeat;
        bottom: 25px;
        right: 25px;
        position: absolute;
        display: inline-block;
        content: "";
    }
    .testm_card p {
        font-size: 18px;
        line-height: 32px;
        color: #92653c;
        font-weight: 400;
    }
    .testm_card h6 {
        font-size: 18px;
        line-height: 32px;
        color: #f68d74;
        font-weight: 400;
        margin-top: 15px;
    }
    .testm_card h5 {
        font-size: 18px;
        line-height: 32px;
        color: #58c4c4;
        font-weight: 400;
    }
    /* ==========================================================================
    	our_membership Section
    ========================================================================== */
    .our_membership .head_sec h2 {
        font-size: 35px;
        line-height: 70px;
        color: #000000;
        font-weight: 900;
    /*     text-align: center; */
    }

    .our_membership .head_sec p {
        font-size: 18px;
        line-height: 32px;
        color: #000000;
        font-weight: 400;
    /*     text-align: center; */
        max-width: 720px;
        margin: 0 auto;
    }
    .package_bx {
        background: #fff;
        box-shadow: 0px 12px 34px rgba(224, 224, 224, 0.75);
    }
    .head_bx h4 {
        background-color: #58c4c4;
        color: #fff;
        text-align: center;
        font-size: 22px;
        line-height: 69px;
        color: #ffffff;
        font-weight: 900;
    }
    .price_bx {
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .price_bx h3 {
        font-size: 55px;
        line-height: 70px;
        color: #58c4c4;
        font-weight: 900;
    }
    .cn_pd {
        margin-top: -25px;
    }
    .package_bx.cn_pd {
        position: relative;
    }
    .package_bx.cn_pd:after {
        width: 55px;
        height: 151px;
        background: url("../img/tag.png") no-repeat;
        top: 0;
        right: 15px;
        position: absolute;
        display: inline-block;
        content: "";
    }
    .detail_bx {
        padding: 15px 15px 40px;
        height: 100%;
    /*     min-height: 370px; */
    }
    .podcast-sec img.card-img {
        width: 125px;
        height: 125px;
        margin-right: 25px;
    }
    .border_box img {
        width: 100%;
    }
    .detail_bx p {
        font-size: 18px;
        line-height: 32px;
        color: #000000;
        font-weight: 400;
    }
    .package_bx .get_start_btn {
        padding: 15px;
    }
    .package_bx .get_start_btn a {
        display: block;
        font-size: 18px;
        line-height: 35px;
    }
    .money_back .head_sec h2 {
        text-align: left;
    }
    .money_back .head_sec p {
        text-align: left;
        margin-bottom: 20px;
    }
    .our_membership {
        background-color: #F1E6DC;
        padding: 50px 0;
    }
    .goal_achiever {
        padding: 60px 0;
    }
    .goal_achiever_bx {
        background: #fff;
        box-shadow: 0 0 28.5px rgba(207, 207, 207, 0.75);
    }
    .goal_achiever .head_sec p {
        font-size: 18px;
        line-height: 32px;
        color: #000000;
        font-weight: 400;
        text-align: center;
        max-width: 720px;
        margin: 0 auto;
    }
    .goal_achiever_head_bx h4 {
       background-color: #58c4c4;
        font-size: 22px;
        line-height: 69px;
        color: #ffffff;
        font-weight: 900;
        text-align: center;
    }
    .goal_achiever_detail_bx {
        padding: 30px 45px;
        min-height: 520px;
    }
    .goal_achiever_detail_bx p {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 20px;
        position: relative;
    }
    .goal_achiever_detail_bx p:after {
        width: 41px;
        height: 35px;
        top: 2px;
        left: -22px;
        position: absolute;
        display: inline-block;
        content: "\f058";
        font-family: "fontawesome";
    }
    .goal_achiever_detail_bx p span {
        font-weight: 700;
    }

    .goal_achiever_head_bx2 h4 {
        background-color: #f68d74;
        font-size: 22px;
        line-height: 69px;
        color: #ffffff;
        font-weight: 900;
        text-align: center;
    }
    .goal_achiever_detail_bx2 {
        padding: 30px 45px;
    }
    .goal_achiever_detail_bx2 p {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 20px;
        position: relative;
    }
    .goal_achiever_detail_bx2 p:after {
        width: 41px;
        height: 35px;
        top: 2px;
        left: -22px;
        position: absolute;
        display: inline-block;
        content: "\f057 ";
        font-family: "fontawesome";
        color: #f68d74;
    }
    .goal_achiever_detail_bx2 p span {
        font-weight: 700;
    }

    .goal_achiever_bx2 {
        background: #fff;
        box-shadow: 0 0 28.5px rgba(207, 207, 207, 0.75);
        min-height: 590px;
    }
    /* ==========================================================================
    	readytoget Section
    ========================================================================== */
    .readytoget {
        padding: 60px 0;
        background-color: #f7f7f7;
    }
    .num_list h2 {
        font-size: 45px;
        line-height: 70px;
        color: #ffffff;
        font-weight: 900;
    }
    .num_list {
        width: 100px;
        border: 4px solid #fff;
        color: #fff;
        font-weight: 700;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 16px rgba(234, 234, 234, 0.75);
        margin-bottom: 15px;
    }
    .readytoget .head_sec h4 {
        font-size: 20px;
        line-height: 32px;
        color: #000000;
        font-weight: 900;
    }
    .readytoget .head_sec p {
        font-size: 18px;
        line-height: 32px;
        color: #000000;
        font-weight: 400;
    }
    .readytoget .head_sec a {
        font-size: 18px;
        line-height: 32px;
        color: #f68d74;
        font-weight: 400;
    }
    .bg_pink {
        background-color: #f68d74;
    }
    .bg_blue {
        background-color: #58c4c4;
    }

    .winhappy {
       /*  background-image: url("../img/footer_min_bg.jpeg"); */
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
/*        padding: 100px 0;*/
    }
    .winhappy h2 {
        font-size: 45px;
        line-height: 70px;
        color: #000;
        font-weight: 900;
    }
    .winhappy p {
        font-size: 18px;
        line-height: 69px;
        color: #000;
        font-weight: 700;
    }

    .footer {
        /* background: #000; */
        background: #976c45;
        padding: 25px 0;
    }
    .footer_list ul {
        margin-bottom: 0px;
    }
    .footer_list ul li {
        display: inline-block;
        margin-right: 10px;
        color: #fff;
    }
    .footer_list ul li a {
        color: #fff;
    }
    .footer_list p {
        color: #fff;
    }
    ul#menu-footer-menu-latest li {
        border-right: 1px solid #d5c5c5;
        padding: 0 10px;
        line-height: 16px;
        margin-right: 0;
    }
    ul#menu-footer-menu-latest li:last-child {
        border-right: none;
        margin-left: 0;
        padding-left: 5px;
    }

    /* ==========================================================================
    	Welcome Back Section
    ========================================================================== */
    .welcm_bck .head_sec {
        text-align: center;

    }
    .goal_a{
    	    margin-bottom: 50px;
    }
    .welcm_bck .head_sec p {
        font-size: 20px;
        color: #000000;
        font-weight: 700;
    }
    .welcm_bck .head_sec h2{
    	font-size: 35px;
    	color: #000000;
    	font-weight: 400;
    }
    .welcm_bck .head_sec h2 span{
    	font-weight: 700;
    }
    .panel_bx {
        box-shadow: 0px 12px 17.5px rgba(224,224,224,0.75);
    	height: 100%;
    	display: flex;
        flex-direction: column;
    /*     justify-content: space-between; */
    }
    .panel_head {
        background: #f68d74;
        padding: 15px;
        text-align: left;
    }
    .client_sec.spotlight .panel_head {
    	padding: 0 !important;
    }
    .client_sec.spotlight .panel_head .left {
    	border-right: 5px solid #fff;
    }
    .client_sec.spotlight .panel_head .head_sec {
    	padding: 15px;
    }
    .panel_head .head_sec {
    	text-align:left;
    }
    .panel_head .head_sec h4{
    	font-size: 22px;
    	color: #ffffff;
    	font-weight: 900;
    }
    .client_sec.spotlight .panel_body img {
    	height: 200px;
    	object-fit: cover;
    }
    .panel_body {
        padding: 10px 15px;
    }
    .panel_body .card{
    	border: none;
    	background-color: #f5f5f5;
    	margin: 20px 0;
    }
    .panel_body .head_sec p{
    	font-size: 27px;
    	line-height: 38px;
    	color: #000000;
    	font-weight: 400;
    	font-style: italic;
    	text-align:left;
    	position:relative;
    }
    .panel_body .head_sec p:after{
    	width: 100px;
    	height: 87px;
    	background: url("https://goalachiever.club/wp-content/uploads/2021/06/forma_1.png") no-repeat;
    	top: -25px;
    	left: 0px;
    	position: absolute;
    	display: inline-block;
    	content: "";
    	z-index: -1;
    }
    .your_thrive{
    	background-image: url("../images/rectangle_18.jpg");
    	background-size: cover;
    	background-repeat: no-repeat;
    	position: relative;
    	margin: 50px 0;
    	padding: 20px 50px;
    }
    .your_thrive .col-lg-5.thr-data {
        background-color: #ffffffbf;
        padding: 20px 20px;
    }
    .thrive_hbx{
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	
    }
    .your_thrive_head h6{
    	font-size: 26px;
    	line-height: 69px;
    	color: #000000;
    	font-weight: 900;
    }
    .your_thrive_head p{
    	font-size: 20px;
    	line-height: 28px;
    	color: #000000;
    	font-weight: 700;
    }
    .date_bx h5{
    	font-size: 22px;
    	color: #000000;
    	font-weight: 700;
    	text-align: center;
    	text-transform:uppercase;
    }
    .date_bx {
        max-width: 110px;
    }
    .date_bx h5 span{
    	font-size: 55px;
    	font-weight: 900;
    }
    .border_top {
        border-top: 1px solid #ede2cb;
        margin: 15px 0;
    }
    .your_thrive_chebx	h5{
    		font-size: 18px;
    		line-height: 28px;
    		color: #000000;
    		font-weight: 700;
    }
    .pretty.p-svg.p-curve {
        display: block;
        margin-bottom: 15px;
    }
    .pretty .state label::before {
        border-color: #f68d74;
    }
    .pretty input:checked ~ .state.p-success label::after, .pretty.p-toggle .state.p-success label::after {
        background-color: #f68d74 !important;
    }
    .mark_btn {
        background-color: #58c4c4;
        border: none;
        color: white;
        padding: 14px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
    	text-transform:uppercase;
    	font-weight:700;
    }
    .Mark_box {
        display: flex;
        align-items: center;
    }
    .share_win{
    	font-size: 18px;
    	line-height: 76px;
    	color: #f68d74;
    	padding:15px;
    }
    .share_win i{
    	color: #58c4c4;
    	padding-right:5px;
    }
    .btn_blue{
    	background-color:  #58c4c4;
        border: none;
        color: #fff !important;
        padding: 14px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
    	text-transform:uppercase;
    	font-weight:700;
    }
    .btn_pink{
    	background-color:#f68d74;
        border: none;
        color: #fff !important;
        padding: 14px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
    	text-transform:uppercase;
    	font-weight:700;
    }
    .monday_fire {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
    .monday_fire video {
        align-items: flex-start;
    }
    .monday_fire h6 {
        font-size: 18px;
        line-height: 28px;
        color: #000000;
        font-weight: 700;
        text-decoration: underline;
    	margin-bottom: 25px;
    }
    .daily_g_cn h5 {
        font-size: 22px;
        line-height: 28px;
        color: #000000;
        font-weight: 900;
    	margin-bottom: 15px;
    	margin-top: 15px;
    }
    .daily_g_cn p{
    	font-size: 18px;
    	line-height: 28px;
    	color: #000000;
    	font-weight: 400;
    	margin:10px 0;
    }
    .d_g_bx .panel_body {
        padding: 20px;
        height: 100%;
    }
    .wrapper {
      text-align: center;
    }
    .time {
    	font-size: 25px;
    	background: #58c4c4;
    	width: 60px;
    	height: 69px;
    	display: flex;
    	align-items: center;
    	color: #fff;
    	justify-content: center;
    	font-size: 30px;
    	line-height: 57px;
    	color: #ffffff;
    	font-weight: 900;
    }

    .label {
        display: block;
        font-size: 13px;
        line-height: 35px;
        color: #000000;
        font-weight: 400;
    	text-transform:uppercase;
    }
    .NextLive_cn {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
    .NextLive_cn h6 {
        font-size: 18px;
        line-height: 28px;
        color: #000000;
        font-weight: 900;
        margin-bottom: 25px;
    }
    .bg {
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.75);
    }
    .coming_up{
    	margin-top:50px;
    }

    .coming_up_cotent h5{
    	font-size: 20px;
    	line-height: 28px;
    	color: #000000;
    	font-weight: 900;
    	margin:20px 0;
    }
    .img_con {
    	position: relative;
    	width: 50%;
    }

    .image {
    	display: block;
    	width: 100%;
    	height: auto;
    	object-fit: cover;
        max-height: 239px;
    }

    .img_con  .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      opacity: 1;
      transition: .5s ease;
      background-color: #0000005e;
      padding: 15px;
    }


    .img_con .text {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        border: 1px solid #fff;
        width: 100%;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        height: 100%;
        padding: 20px;
        display: flex;
        align-items: center;
    	font-size: 22px;
    	line-height: 28px;
    	color: #ffffff;
    	font-weight: 900;
        justify-content: center;
    }
    .get-products .imge-slide {
        //padding: 8px;
    }
    .coming_soon button.slick-prev.slick-arrow:before {
        content: "\f177";
    }
    .coming_soon button.slick-next.slick-arrow:before {
        content: "\f178";
    }
    .coming_soon button {
        position: absolute;
        top: -9%;
        font-size: 0px;
        padding: 11px 16px;
        border: none;
        border-radius: 50%;
        background: none;
    }
    .coming_soon  .slick-list.draggable {
        padding: 0 0 0px 0 !important;
    }
    .coming_soon button.slick-prev.slick-arrow {
        position: absolute;
        z-index: 999;
        right: 5%;
        //background: rgb(0, 146, 255, 0.1);
        color: #58c4c4;
    	top: -20%;
    }
    .coming_soon .slick-prev::before, .slick-next::before {
         color: #58c4c4;
    }
    .coming_soon button.slick-next.slick-arrow {
        right: 1%;
        z-index: 999;
        color: #58c4c4;
    	top: -20%;
    }
    .coming_soon button:before {
        font-family: "FontAwesome";
        font-size: 20px;
    }
    .coming_soon .imge-slide {
        border: none;
    }
    .coming_soon .imge-slide aside h5 {
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 32px;
        color: #000000;
        font-weight: 500;
        font-family: "Cerebri Sans Pro";
    }
    .coming_soon .imge-slide aside h4 {
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 32px;
        color: #000000;
        font-weight: 500;
        font-family: "Cerebri Sans Pro";
    }
    .coming_soon .slick-slide img {
        width: 100%;
    }
    .coaches_card button.slick-prev.slick-arrow:before {
        content: "\f177";
    }
    .coaches_card button.slick-next.slick-arrow:before {
        content: "\f178";
    }
    .coaches_card button {
        position: absolute;
        top: -9%;
        font-size: 0px;
        padding: 11px 16px;
        border: none;
        border-radius: 50%;
        background: none;
    }
    .coaches_card  .slick-list.draggable {
        padding: 0 0 0px 0 !important;
    }
    .coaches_card button.slick-prev.slick-arrow {
        position: absolute;
        z-index: 999;
        right: 5%;
        //background: rgb(0, 146, 255, 0.1);
        color: #58c4c4;
    	top: -16%;
    }
    .coaches_card .slick-prev::before, .coaches_card .slick-next::before {
         color: #58c4c4;
    }
    .coaches_card button.slick-next.slick-arrow {
        right: 1%;
        z-index: 999;
        color: #58c4c4;
    	top: -16%;
    }
    .coaches_card button:before {
        font-family: "FontAwesome";
        font-size: 20px;
    }
    .coaches_card .imge-slide {
        border: none;
    }
    .coaches_card .imge-slide aside h5 {
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 32px;
        color: #000000;
        font-weight: 500;
        font-family: "Cerebri Sans Pro";
    }
    .coaches_card .imge-slide aside h4 {
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 32px;
        color: #000000;
        font-weight: 500;
        font-family: "Cerebri Sans Pro";
    }
    .coaches_card .slick-slide img {
        width: 100%;
    	height: 150px;
        object-fit: cover;
    }
    .card.coaches_cards {
        border: none;
    }
    .card.coaches_cards h5 {
        font-size: 18px;
        line-height: 28px;
        color: #000000;
        font-weight: 900;
    	margin:10px 0;
    }
    .card.coaches_cards p {
       font-size: 18px;
    	line-height: 28px;
    	color: #000000;
    	margin-bottom: 15px;
    	font-weight: 400;
    }
    .coaches_card .card-body {
        margin: 0;
        padding: 0;
    }
    .ch_bx_1 {
        border: 1px solid #e2e2e2;
        text-align: center;
        display: inline-block;
        padding: 15px 15px;
    	flex:0 0 23%;
    	margin-bottom: 25px;
    }
    .choose_bx {
    	display: flex;
    	justify-content: space-between;
    	align-items: center;
    	flex-wrap: wrap;
    	margin-top: 25px;
    }
    .ch_bx_1 i{
    	color: #58c4c4;
    	margin-right: 5px;
    }
    .ch_bx_1 p{
    	font-size: 16px;
    	line-height: 28px;
    	color: #000;
    	font-weight:bold;
    }
    .pro_img_bx{
    	border: 1px solid #efefef;
    	text-align: center;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	height: 215px;
    	margin-bottom: 20px;
    }
    .pro_img_bx img{
    	object-fit: cover;
    }
    .prod_pl_card {
    	margin:10px 0;
    }
    .prod_pl_card h5 {
        font-size: 18px;
        line-height: 28px;
        color: #000000;
        font-weight: 900;
    		margin-top:20px;
    		margin-bottom: 20px;
    }

    .client_sec .card-body h5{
    	font-size: 18px;
    	line-height: 50px;
    	color: #000000;
    	font-weight: 900;
    }
    .coures_li li.active a {
        background: #000 !important;
        background-color: #000000;
        color: #fff ! important;
    }
    p.blog_byline {
        display: none;
    }
    .read_more, a.learn_more_btn{
        border: none;
        color: #fff !important;
        padding: 14px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .spotlight{
    	margin-top:50px;
    }
    .t_sec p {
        font-size: 18px;
        line-height: 28px;
        color: #000000;
        font-weight: 400;
    	padding-bottom:10px;
    	padding-top:20px;
    	position:relative;
    }
    .t_sec h3{
        font-size: 20px;
        line-height: 28px;
        color: #000000;
        font-weight: 700;
        font-style: italic;
    }
    .t_sec p:after{
    	width: 60px;
    	height: 52px;
    	background: url("../images/forma_1_copy_3.png") no-repeat;
    	top: 0;
    	left: 0px;
    	position: absolute;
    	display: inline-block;
    	content: "";
    	z-index: -1;
    }
    .private_coaching{
    	background-image: url("https://goalachiever.club/wp-content/uploads/2021/07/bg.png");
    	background-size: cover;
    	background-repeat: no-repeat;
    	position: relative;
    	margin-top: 30px;
    	padding:50px;
    }
    .private_coaching_head h2 {
        font-size: 26px;
        color: #000000;
        font-weight: 900;
    	margin-bottom: 10px;
    	min-height: 72px;
    	margin-top:20px;
    }
    .private_coaching_head p{
        font-size: 20px;
    	line-height: 30px;
    	color: #000000;
    	margin-bottom: 10px;
    }
    .private_coaching_head .form-group{
    	margin:20px 0;
    }
    .private_coaching_head .form-group .form-control{
    	height: 60px;
    	background-color: #ffffff;
    	border: none;
    	font-size: 18px;
    	line-height: 28px;
    	color: #000000;
    	font-weight: 700;
    }
    .private_coaching_head select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
    }
    select {
      background-color: white;
      /* inline SVG */
      background-image: url("../images/forma_1_2.png");
      background-position: right 10px center;
      background-repeat: no-repeat;
      background-size: auto 15%;
      border-radius: 2px;
      border: none;
      /* color: #ffffff; */
      padding: 10px 30px 10px 10px;
      outline: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
    }
    select::-ms-expand {
      display: none;
    }

    .c_btn h3 {
        font-size: 25px;
        color: #f68d74;
        font-weight: 900;
    	margin-bottom:20px;
    	text-align: center;
    }

    .latest_podcost_card {
        display: flex;
        align-items: center;
        justify-content: normal;
    	background-color: #f5f5f5;
    	padding: 10px;
    	margin-bottom:20px;
    }
    .latest_podcost {
    	margin-top:30px;
    }
    .latest_podcost .card{
    	background-color: #f5f5f5;
    	border:none;
    	margin-bottom: 20px;
    	padding: 10px;
    }
    .latest_podcost .card .card-body{

    	margin:0;
    }
    .p_cn h5 {
        font-size: 18px;
        line-height: 29px;
        color: #000000;
        font-weight: 900;
    }
    .p_cn p {
     
        color: #989898;
        font-size: 18px;

    }
    .copy_right{
    	background-color:#141919;
    }
    .copy_right p {
        color: #788282;
    }
    .f_menu{
    	text-align:right;
    }
    .copy_right li {
    	 color: #788282;
        display: inline;
        margin-right: 15px;
    }

    .monday_fire iframe {
        max-width: 100%;
    }
    .monday_fire h5 {
        font-size: 22px;
        line-height: 28px;
        color: #000000;
        font-weight: 900;
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .monday_fire p {
        font-size: 18px;
        line-height: 28px;
        color: #000000;
        font-weight: 400;
        margin: 10px 0;
    }
    .vid_bx h5 {
        font-size: 22px;
        line-height: 28px;
        color: #000000;
        font-weight: 900;
        margin-bottom: 15px;
    }
    .dashboard-progress {
    	padding: 20px 0;
    }
    .dashboard-progress .progress {
    	height: auto;
    	    border-radius: 20px;
    }
    .dashboard-progress .progress-bar {
    	background-color: #58c4c4;
        height: 25px;
    }
    .dashboard-progress p {
    	color: #58c4c4;
    }
    a.resume_course {
    	background-color: #58c4c4;
        border: none;
        color: #fff !important;
        padding: 14px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .Mark_box .mark_btn {
    	background-color: #58c4c4;
        border: none;
        color: #fff !important;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase;
    	font-size: 16px;
    }
    .user-own-thrive .user-thrive {
    	background-color: #58c4c4;
        border: none;
        color: #fff !important;
    	cursor: pointer;
        padding: 9px 20px;
        margin: 2px;
        height: 42px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .private_coaching .pf_img_bx {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .private_coaching .pf_img_bx .pf_img {
        text-align: center;
        flex: 0 0 50%;
        margin-bottom: 20px;
    }
    .private_coaching .pf_img_bx .pf_img img {
        width: 150px;
        height: 150px !important;
        border-radius: 100%;
        object-fit: cover;
        border: 5px solid #f68d74;
    }
    .private_coaching .pf_img_bx .pf_img h3{
        font-weight: 600;
        margin-top: 10px;
    }
    input.user-own-ques {
        padding: 5px;
        max-width: 200px;
    	font-size: 13px;
    }
    .modal-header.thrive {
    	border-bottom: none;
    }
    .modal-header.thrive h4 {
    	margin: 0 auto;
    }
    .thrive-modal {
    	top: 80px;
    }
    .bottom_btn {
        text-align: center;
        align-items: flex-end;
    }

    .animate-txt.thrive {
        position: absolute;
        bottom: 0;
        top: 0;
        height: 40px;
        width: 200px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .dashboard-title h1 {
        text-transform: none;
        line-height: 40px;
    }
    .your_thrive_chebx .thr-field {
    	display: flex;
        align-items: baseline;
    }
    .your_thrive_chebx .thr-field label {
    	padding-left: 10px;
    }
    .private_coaching .col-lg-4 {
        display: flex;
    }
    .private_coaching_head {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .disable-thrive {
    	padding: 50px 0;
    }

    .audio_class audio {
        width: 100%;
    }
    .detail_bx ul {
        padding-left: 36px;
    }
    .package_bx .detail_bx ul li {
        line-height: 35px;
    }
    .familiar_sec .h_con h3 {
        line-height: 31px;
    	padding-bottom: 5px;
    }
    .familiar_sec .h_con p {
        line-height: 25px;
    	margin-bottom: 15px;
    }
    .h_con, .head_sec p{
        margin-bottom: 15px;
    }
    .video-sec {
    	padding: 30px 0;
    }
    .readytoget .get_start_btn.text-center {
        padding-top: 61px;
        height: 90px;
        position: relative;
    }
    .readytoget .get_start_btn.text-center a {
        padding-bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 25px;
    }
    .meet_your_goals .get_start_btn.text-center, .winhappy .get_start_btn.text-center{
        margin: 0 auto;
        width: 340px;
    }
    /* customcss added new */
    .banner_sec .get_start_btn a, .overlay_blue .get_start_btn a, .meet_your_goals .get_start_btn a, .winhappy .get_start_btn a, .readytoget .get_start_btn a {
        background: no-repeat;
        box-shadow: none;
        /*color: #92653c !important;*/
    	 color: #EF726C !important;
        /*font-family: 'Beyond Infinity - Demo', sans-serif !important;*/
    	font-family: "Lumios Marker" !important;
        text-transform: none;
    	background-repeat: no-repeat;
    	font-size: 60px;
    	margin-left: 0;
    	padding: 0 60px 0 0;
        transition: top ease 0.5s;
    	font-weight: normal
    }
    .h_con, .h_con p, .head_sec p, .meet_the_creator_inner .head_sec h4, .meet_the_creator_inner .head_sec p{
        color: #92653c !important;
    }
    .banner_sec .get_start_btn a:before, .overlay_blue .get_start_btn a:before, .meet_your_goals .get_start_btn a:before, .winhappy .get_start_btn a:before, .readytoget .get_start_btn a:before {
        position: absolute;
        font-family: 'FontAwesome';
        font-size: 18px;
        content: ''; 
        right: 0;
       /* background: url(https://goalachiever.club/wp-content/themes/memberoni/assets/img/arrow.png);*/
    	background: url(https://goalachiever.club/wp-content/themes/memberoni/assets/img/arrow_new.png);
        width: 47px;
        height: 10px;
        top: 45%;
        background-repeat: no-repeat;
    }
    .get_start_btn a {
        background: #ffee5bc9;
        color: #000 !important;
    }
    .video_sec {
        margin-top: -360px;
    }
    .detail_bx ul li {
        position: relative;
    }
    .detail_bx ul li:after {
        width: 41px;
        height: 35px;
        top: 2px;
        left: -22px;
        position: absolute;
        display: inline-block;
        content: "\f058";
        font-family: "fontawesome";
    }
    .goal_achiever_head_bx2 h4 {
        background-color: #92653c91;
    }
    .head_bx h4 {
        background-color: #0C5977;
        color: #fff; 
    }
    .readytoget .head_sec {
        text-align: center;
    }
    .price_bx h3 {
        color: #92653ccc;
    }
    .makes_us_different_inner img {
        filter: brightness(0.5);
    }
    .goal_achiever_head_bx h4 {
        /*background-color: #ffee5b78;*/
    	background-color: #F4C3B8;
        color: #000;
    }
    .goal_achiever_detail_bx2 p:after {
        color: #92653c;
    }
    .client_reviews {
    padding-top: 60px;
}
    .overlay_pink, .overlay_blue {
        background-color: #F4C3B8;
    }
    .goal_bx {
        text-align: center;
    }
    .goal_bx img {
        /*background: #92653c;*/
    	background: #0C5977;
        height: 86px;
        border-radius: 3px;
    }
    .goal_bx {
        box-shadow: 0 0 28.5px rgb(0 0 0 / 31%);
    }
    .num_list {
        margin: 10px auto;
    }
    .bg_pink {
        background-color: #0C5977;
    }
    .bg_blue {
        background-color: #0C5977;
    }
    .num_bx p a {
        color: #000000 !important;
        text-transform: uppercase;
        background-color: #ffee5b;
        padding: 12px 35px;
        font-weight: 700 !important;
    }
    .testm_card h6 {
        color: #92653c;
    }
    .testm_card h5 {
        color: #F4C3B8;
    }
    .slick-dots li.slick-active button {
        background-color: #F4C3B8;
    }
    .meet_your_goals {
        /*background: linear-gradient(rgb(255 250 212), rgb(255 250 212)), url(../img/110.png) no-repeat center scroll;*/
    	background: #F1E6DC;
    }
    .testm_card:after {
    	display:none;
    }
    .package_bx.cn_pd:after {
    	display:none;
    }
    .meet_your_goals .head_sec h2 {
        color: #92653c;
    }
    .meet_your_goals .head_sec h4, .meet_your_goals .head_sec p{
        color: #92653c;
    }
    .panel_head {
        background: #92653cbd;
    }
    .dashboard-progress .progress-bar {
        background-color: #e7dd8e;
    }
    a.resume_course {
        background-color: #e7dd8e;
    	color: #000 !important;
    }
    .user-own-thrive .user-thrive {
        background-color: #e7dd8e;
    	color: #000 !important;
    }
    .Mark_box .mark_btn {
        background-color: #e7dd8e;
        color: #000 !important;
    }
    form input[type=submit]:hover {
        color:#fff !important;
    }
    .btn_blue {
        background-color: #92653cbd;
    }
    .read_more, .product_col a.learn_more_btn {
        background-color: #92653cbd;
    }
    .c_btn h3 {
        color: #92653C;
    }
    #header .header_menu nav.member_menu li a {
        color: #92653c;
    }
    #header .header_menu nav.member_menu li a:hover {
        color: #92653c;
    }
    .video_sec .video video {
        width: 100%;
    }
    .video_btns {
        position: absolute;
        top: 70%;
        left: 50%;
    }
    #myVideo{
    	width:100%;
    }
    .video_btns .second{
    	display:none;
    }
    .video_btns.buttons button {
        border: none;
        background: no-repeat;
    }
    .video_btns.buttons button i {
        color: #fffad4;
        font-size: 40px;
    }
    .top_navbar a.navbar-brand img.logo {
        width: 100%;
        margin: 0px 0;
        max-width: 330px;
    }
    header.is_top_bar nav#top-navbar {
        padding-top: 25px;
    }
    .navbar-light {
        background: #ffffff;
    }
    /* .overlay_blue .get_start_btn.text-center a {
        background: #ffee5bc9;
        color: #000 !important;
    	box-shadow:1px 2px 17px 9px #9e7752;
    } */
    .overlay_blue .get_start_btn {
        /*background: url(https://goalachiever.club/wp-content/uploads/2022/01/texture_trans.png);*/
        width: 100%;
    	background-repeat: no-repeat;
        margin: 0 auto;
        width: 394px;
    }
    .overlay_blue .get_start_btn a {
        background: no-repeat;
        box-shadow: none;
        /*color: #92653c !important;
        font-family: 'Beyond Infinity - Demo', sans-serif !important;*/
    	color: #ef726c !important
    	font-family: "Lumios Marker" !important;
        text-transform: none;
        background-repeat: no-repeat;
        font-size: 45px;
        margin-left: 22px;
    }
    .our_membership .package_bx .get_start_btn a {
        color: #000 !important;
        background: #EF726C;
    }
    #header .header_menu nav.member_menu li.current-menu-item a {
        padding: 5px 10px;
    }
    #header .header_menu {
        margin-top: 0;
    }
    #header .header_menu nav.member_menu li.current-menu-item a:hover {
        color: #ffee5b;
    }
    #header .header_menu nav.member_menu li.current-menu-item a {
        background: #92653c;
    }
    .slide_goal_achieve .banner_content h1 {
        font-size: 40px;
        text-align: left;
        margin-bottom: 30px;
        font-size: 55px;
        line-height: 72px;
        font-weight: 400;
        font-family: "Lora";
    }
    /* .slide_goal_achieve .banner_content h1 {
        font-size: 40px;
        text-align: left;
    } */
    .slide_goal_achieve .banner_content p {
        text-align: left;
    }
    section.banner_sec.slide_goal_achieve {
    	padding-top: 210px;
        padding-bottom: 90px;
        min-height: 825px;
    }
    section.banner_sec.slide_goal_achieve .container, header nav .container{
        width: 100%;
        max-width: 1440px;
    }
    .meet_your_goals .head_sec a {
        cursor: pointer;
    }
    .get_start_btn a {
        position: relative;
    	font-size: 24px;
    	padding: 15px 50px 15px 20px;
    	border-radius: 5px;
        box-shadow: 1px 2px 17px 9px #d1cfcf;
    }
    .get_start_btn a:before {
        position: absolute;
        font-family: 'FontAwesome';
        font-size: 18px;
        content: "\f178";
        right: 28px;
    }

    .banner_sec .get_start_btn, .meet_your_goals .get_start_btn, .winhappy .get_start_btn, .readytoget .get_start_btn {
        background-repeat: no-repeat !important;
    	padding-top: 6px !important;
    	background: url(https://goalachiever.club/wp-content/uploads/2022/01/texture_trans.png);
        width: 100%;
    	background: none !important;
    }
    .our_membership .get_start_btn a:before{
    	display:none;
    }
    section.familiar_sec .head_sec h2, .familiar_sec .h_con h3, section.familiar_sec .head_sec h4 em{
        color: #92653c;
    }
    .bubbles_row {
        display: flex;
        margin-top: 90px;
        align-items: center;
    	justify-content: center;
    }
    .bubbles_col {
        margin: 0 40px;
        text-align: center;
    }
    img.bubble_img {
        width: 100%;
        max-width: 180px;
        border-radius: 50%;
        height: 180px;
        object-fit: cover;
    	border: 3px solid #fff;
    }
    .familiar_sec .h_con h3 {
        font-size: 18px;
        text-transform: none;
    } 
    /* single page post css */
    .single-post section ul {
        padding-left: 25px;
    	margin-bottom: 20px;
    }
    .single-post section p {
    	margin-bottom: 20px;
    }
    .single-post section h4, .single-post section h3{
    	margin-bottom: 10px;
    }
    .single-post section ul li {
        list-style: disc;
    }
    .single-post section a {
        color: #92653c;
    }
    .single-post section a:hover {
        color: #fca300;
    }
    section.product_sec .head_sec {
        background: #ae8c6e;
        padding: 15px;
        margin-bottom: 30px;
    }
    section.product_sec .head_sec  h4 {
        font-size: 22px;
        color: #ffffff;
        font-weight: 900;
    }
    .product_col img {
        width: 100%;
        height: 255px;
        object-fit: contain;
    }
    .product_col h3 {
        padding: 20px 0;
        font-size: 24px;
        color: #000000;
        font-weight: 900;
        margin-bottom: 10px;
    }
    .product_col {
        text-align: center;
        background: whitesmoke;
        padding-bottom: 25px;
    }
    section#courese_lesson_library article .course-wrap .course-content a.button {
        background: #fca300 !important;
        padding: 15px 30px;
        text-align: center;
        color: #fff !important;
        display: block;
        /* margin-top: 29px; */
    }
    .btn_yell{
    	margin-top:10px;
    }
    .page-template-page-dashboard-php #header {
        padding: 10px 0;
    }
    .page-template-page-dashboard-php #header .inner {
        position: relative;
        display: inherit !important;
    }
    .page-template-page-dashboard-php #header .header_menu {
        margin-top: 0;
        padding: 16px 0;
    }
    #nav_main ul li:last-child {
        padding-right: 0;
    }
    #nav_main ul li {
        padding: 15px 35px;
    }
    .coming_soon {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .coming_soon .img_con {
        margin: 0 5px;
    }
    .single-memberoni_course .inner.lesson_video .fluid-width-video-wrapper {
        height: 100%;
        width: 100%;
        min-height: 470px;
    }
    .single-memberoni_course .inner.lesson_video div {
        padding: 0 !important; 
    }
    .single-memberoni_course .course_sidebar section {
        padding-top: 15px;
    }

    /* color css start */
    	.welcm_bck.dashboard_ga_page .panel_head, .welcm_bck .product_sec .head_sec {
    		background: #0C5977;
    	}
    	.dashboard_ga_page .user-own-thrive .user-thrive, .dashboard_ga_page .Mark_box .mark_btn, .dashboard-progress .progress-bar, a.resume_course, .dashboard_ga_page .btn_blue, .read_more, .product_col a.learn_more_btn {
    		background-color: #EF726C;
    		color: #fff !important;
    	}
    /* color css end */

    /* customcss added end */
    @media only screen and (max-width: 991px){
    	.dashboard_ga_page .img_con {
    		width: 100%;
    	}
    	.coming_soon .img_con {
    		margin: 10px 5px;
    	}
    	.img_con .text {
    		padding: 16px;
    		font-size: 16px;
    		line-height: 18px;
    		font-weight: 600;
    	}
    }
    @media only screen and (max-width: 767px){
    	.dashboard_ga_page .coming_soon {
    		flex-direction: column;
    	}
    	.dashboard_ga_page .img_con {
    		width: 100%;
    	}
    	.coming_soon .img_con {
    		margin: 10px 5px;
    	}
    	.coming_soon .img_con {
        flex: auto;
    }
    }
    @media only screen and (max-width: 500px){
    	.pf_img {
    		text-align: center;
    		flex: 0 0 100%;
    	}
    	.dashboard_ga_page .coming_soon {
    		flex-direction: column;
    	}
    	.dashboard_ga_page .img_con {
    		width: 100%;
    	}
    	.coming_soon .img_con {
    		margin: 10px 5px;
    	}
    }

    @media only screen and (max-width: 991px) {
        .banner_content h1 {
            font-size: 25px;
            line-height: 35px;
        }
        .banner_sec {
            padding-top: 75px;
            padding-bottom: 150px;
            height: auto;
            min-height: auto;
        }
        .banner_content p {
            font-size: 18px;
        }
        .video_sec {
            margin-top: -150px;
        }
        .video iframe {
            width: 100%;
            height: 300px;
        }
        .familiar_sec {
            padding: 40px 0;
        }
        .familiar_contents {
            padding-left: 15px;
            padding-right: 15px;
        }
        .head_sec h2 {
            font-size: 25px;
            line-height: 40px;
        }
        .h_con h3 {
            font-size: 18px;
            line-height: 40px;
        }
        .familiar_img {
            padding: 50px 0;
            height: 300px;
        }
        .h_con {
            margin-bottom: 20px;
        }
        .img_bx .head_sec h4 {
            font-size: 18px;
            line-height: 40px;
        }
        .img_bx .head_sec p {
            font-size: 18px;
            line-height: 25px;
        }
        .image {
            display: block;
            width: 100%;
            height: 250px;
            object-fit: cover;
        }
        .goal_achievers {
            padding-bottom: 0;
        }
        .goalachievers {
            padding-top: 0;
        }
        .goal_bx {
            text-align: center;
        }
        .makes_us_different_inner .head_sec h4 {
            font-size: 18px;
            line-height: 35px;
        }
        .makes_us_different_inner {
            text-align: center;
            margin-bottom: 50px;
        }
        .meet_the_creator_inner .head_sec h4 {
            font-size: 30px;
            line-height: 60px;
        }
        .our_membership .head_sec h2 {
            font-size: 30px;
            line-height: 50px;
        }
        .package_bx,
        .goal_achiever_bx {
            margin-bottom: 50px;
        }
        .num_bx {
            margin-bottom: 50px;
        }
        .winhappy {
            padding: 50px 0;
        }
        .winhappy h2 {
            font-size: 35px;
            line-height: 50px;
        }
        .winhappy p {
            font-size: 18px;
            line-height: 50px;
        }
        .footer_list ul {
            margin-bottom: 10px;
            margin-top: 20px;
        }
        .footer_list ul {
            text-align: center;
        }
        .footer_list ul li a,
        .footer_list p {
            font-size: 14px;
        }
        .footer_list p {
            color: #fff;
            text-align: center;
        }
    	
    	
    	.thrive_hbx {
    		display: block;
    		text-align: center;
    	}
    	.date_bx {
    		max-width: 110px;
    		margin-top: 15px;
    		text-align: center;
    		margin:0 auto;
    	}
    	.your_thrive {
    		padding: 15px;
    	}
    	.time {
    		margin: 0 auto;
    	}
    	.ch_bx_1 {
    		flex: 0 0 100%; 
    	}
    	.pro_img_bx {
    		height: auto;

    	}
    	.p_cn {
    		padding: 0 10px;
    	}
    	.p_cn h5 {
    		font-size: 13px;
    	}
    	.copy_right p {
    		color: #788282;
    		text-align: center;
    	}
    	.f_menu {
    		text-align: center;
    	}
        /*    29jan2025//////////////////////////////////////////*/
        .goal_achievers .head_sec {
            margin: 0px 0px 25px 0px;
        }

        
    }
    @media only screen and (max-width: 380px) {
    	.share_win{
    		font-size: 15px;
    		color: #f68d74;
    		padding:8px;
    	}
    	.Mark_box .mark_btn {
    		background-color: #58c4c4;
    		border: none;
    		color: #fff !important;
    		text-align: center;
    		text-decoration: none;
    		display: inline-block;
    		text-transform: uppercase;
    		font-size: 14px;
    		padding: 12px 10px;
    	}
    }
    /* home new page css */
    section.banner_sec {
        height: 820px;
    }
    .banner_section {
        background-image: url(../images/banner.png);
        height: 800px;
        background-position: top right;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
       
    }
    .container {
        max-width: 1170px;
    }
    .h-100 {
        height: 100%!important;
    }
    .banner_content {
    /*     max-width: 792px;
        width: 100%; */
        margin-left: 0px;
        position: relative;
    }
    .banner_content h1 {
        margin-bottom: 20px;
        font-size: 55px;
        line-height: 72px;
        color: #000000;
        font-weight: 400;
        font-family: "Lora";
        text-align: left;
    }
    .banner_content p {
        font-size: 22px;
        line-height: 32px;
        color: #000000;
        font-weight: 400!important;
        font-style: italic;
        margin-bottom: 20px;
        max-width: 600px;
        text-align: left;
        /*font-family: Montserrat!important;*/
    	letter-spacing: 1px;
    }
    .banner_content h2 a {
        font-size: 54px;
        color: #ef726c;
        font-family: "Lumios Marker";
        position: relative;
        top: 0;
        transition: top ease 0.5s;
    	text-transform: none;
    }
    .banner_content h2 a img {
        position: absolute;
        top: 25px;
        right: -115px;
        rotate: -23deg;
    }
    .banner_content h2 a:hover {
        top: -5px;
    }
    .register_sec .reg_rw {
        display: flex;
        align-items: flex-start;
        gap: 30px;
    	justify-content:center;
    }

    .register_sec .content-sec {
        padding: 30px;
        text-align: center;
        border-radius: 15px;
        border: 1px solid #DFE8F0;
        background: #FFF;
    	position: relative;
    	min-height: 200px;
    	width: 440px;
    }
    .content-sec img.arrow-img {
        position: absolute;
        bottom: 30px;
        left: 45%;
    }

    .register_sec p {
        color: #0C5977;
        text-align: center;
        font-family: "Lumios Marker"!important;
        font-size: 38px;
        font-style: normal;
        font-weight: 400;
        line-height: 45px; /* 102.273% */
    }
    .register_sec#register a p {
        letter-spacing: 1px;
    }

    .register_sec .content-sec .planning_info {
    /*     margin-bottom: 70px; */
    }
    .new_imag {
        background-position: top right;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 150px 0px;
        width: 70%;
        height: 100%;
        max-width: 1500px;
        margin-left: auto;
    }
    section.banner_section {
        position: relative;
    }
    section.banner_section .container{
        position: absolute;
        left: 18%;
        top: 50%;
        transform: translateY(-50%);
    }
    .reg_rw.cl_bx span {
        align-self: center;
    }
    .reg_rw.cl_bx .content-sec:first-child {
        padding-bottom: 80px;
    }
    .reg_rw.cl_bx span {
        align-self: center;
        color: #454545;
        text-align: center;
        /*font-family: Montserrat !important;*/
        font-size: 18px;
        font-weight: 400 !important;
    }
    .spacer_register{
    	height:36px;
    	display:block;
    }
    .register_sec {
        margin-top: -160px;
        padding-bottom: 70px;
    }
    header.header .container {
        max-width: 1170px;
        margin: auto;
    }

    @media only screen and (max-width : 1199px) {
    	.register_sec p {
    		font-size: 30px;
    		line-height: 1.2;
    	}
    	.register_sec .content-sec {
    		padding: 40px 50px;
    	}
    }

    @media only screen and (max-width : 991px) {

    	.register_sec .content-sec {
    		padding: 40px 50px;
    		text-align: center;
    		border-radius: 15px;
    		border: 1px solid #DFE8F0;
    		background: #FFF;
    	}
    	.register_sec p {
    		font-size: 24px;
    		line-height: 1.2;
    	}
    	.register_sec .reg_rw {
    		display: flex;
    		align-items: center;
    		gap: 20px;
    		flex-direction: column;
    	}
    	.register_sec .content-sec {
    		padding: 20px;
    		width: 80%;
    	}
    }

    /*  home-new header and footer css*/

    header.hearder {
        background: #fff;
        padding: 25px 0px;
    }



    header.hearder .hd_ryt_buttn a {
        color: #FFF;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: inline-block;
        max-width: 100%;
        padding: 12px 27px;
        background: #EF726C;
    }
    header.hearder nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header.hearder div#navbarSupportedContent {
        justify-content: flex-end;
    }
    footer.ftr p {
        color: #000;
        text-align: center;
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 0;
    }

    footer.ftr {
        background: #E6D9CE;
        padding: 24px 0px;
    }
    header.header {
        background: #fff;
        padding: 25px 0px;
    }



    header.header .hd_ryt_buttn a {
        color: #FFF;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: inline-block;
        max-width: 100%;
        padding: 12px 27px;
        background: #EF726C;
    }
    header.header nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header.header div#navbarSupportedContent {
        justify-content: flex-end;
    }
    footer.ftr p {
        color: #000;
        text-align: center;
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 0;
    }
    footer.ftr {
        background: #E6D9CE;
        padding: 24px 0px;
    }

    .banner_content.new h1 {
    	margin-bottom: 30px;
        font-size: 55px;
        line-height: 72px;
        color: #000000;
        font-weight: 400;
        font-family: "Lora";
        text-transform: none;
    }

    @media only screen and (max-width : 767px) {

    	.register_sec .content-sec .planning_info {
    		margin-bottom: 20px;
    	}
    }



    /*** new home css ***/
    @media screen and (max-width: 1399px) {
        .new_imag {
            width: 90%;
        }
        section.banner_section .container{
            left: 60px;
        }
    }

    @media screen and (max-width: 1199px) {
        .new_imag {
            width: 100%;
        }
        section.banner_section .container {
            left: 0;
        }
    }

    @media screen and (max-width: 767px) {
        .banner_content.new h1 {
            font-size: 44px;
            text-align: center;
            line-height: 54px;
            padding-top: 60px;
        }
        section.banner_section .container {
            left: 0;
        }
        .register_sec {
            margin: 0;
        }
        .new_imag {
            padding: 140px 0;
            height: auto;
            background-size: cover;
            width: 100%;
            max-width: 100%;
        }
        .banner_content.new h1 br {
            display: none;
        }
        header.header a.navbar-brand {
            max-width: 280px;
        }
        section.banner_section .container {top: 100%;}

        section.banner_section {
            height: 410px;
        }
        .img_bx .overlay_blue .head_sec p {
            padding-left: 30px;
            padding-right: 30px;
        }
        .img_bx .overlay_blue .head_sec h4 {
            padding-left: 30px;
        }
        section#register {
            margin-top: 180px;
        }
    }

    @media screen and (max-width: 575px) {
    /*    29jan2025/////////////////////////*/
        .winhappy .get_start_btn.text-center a {
            padding-right: 0;
        }
        .mobile_view .banner_content p{
            text-align: center;
        }
        .familiar_sec {
            padding: 40px 0 !important;
        }
        readytoget .get_start_btn.text-center a {
            padding-right: 0;
        }
        .client_reviews {
            padding: 40px 0px;
        }
        .num_bx {
            margin-bottom: 0px;
        }
        .overlay_blue{
            position: static;
        }
        .package_bx, .goal_achiever_bx {
            margin-bottom: 20px;
        }
        .readytoget {
            padding: 40px 0;
        }
        .overlay_pink{
            position: static;
        }
        .img_bx .overlay_blue .head_sec {
            padding: 30px 0px 16px 0px;
        }
        .img_bx .head_sec {
            height: auto;
            position: static !important;
        }
        .overlay_blue .get_start_btn{
            width: 100%;
        }
        section.goalachievers {
            padding: 0px 0 20px !important;
        }
        .img_bx img {
            display: none;
        }
        .testimonials {
            padding: 40px 0 !important;
        }
        .testimonials .row.my-5 {
            margin-top: 15px !important;
            margin-bottom: 0 !important;
        }
        .testimonials .slick-dots {
            padding: 0;
        }
        .slick-list.draggable {
            padding: 0 0 0px 0 !important;
        }
        .head_sec h2 {
            font-size: 25px;
            line-height: 32px;
        }
        .meet_the_creator .row.my-5 {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
        }
        .readytoget .row.mt-5{
            margin-top: 0 !important;
            margin-bottom: 0 !important;
        }
        .client_reviews .row.mt-5{
             margin-top: 0 !important;
            margin-bottom: 0 !important;
        }
        .meet_the_creator {
            padding: 40px 0;
        }
        .makes_us_different {
            padding: 0px 0;
        }
        .makes_us_different .row.my-5 {
            margin-bottom: 0 !important;
        }
        .makes_us_different_inner{
            margin-bottom: 0;
        }
        .makes_us_different {
            padding: 30px 0;
        }
        .meet_your_goals{
            padding-top: 30px;
           padding-bottom: 10px;
        }
        .overlay_blue .get_start_btn a{
            padding:0;
            margin: 0;
            line-height: 40px;
        }
        .money_back .head_sec p {
            margin-bottom: 0px !important;
            text-align: center;
        }
        .our_membership {
            padding: 40px 0;
        }
        .our_membership .head_sec h2 {
            line-height: 1.2 !important;
            text-align: center;
        }
        .goal_achiever {
            padding: 40px 0 !important;
        }
        .our_membership .row.mt-5 {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
        }
        .goal_achiever .row.mt-5 {
            margin-top: 20px !important;
            margin-bottom: 0 !important;
        }
        .goal_achiever {
            padding: 20px 0;
        }
        .img_bx .head_sec p {
            margin-bottom: 0;
        }
        .readytoget .head_sec p {
            line-height: 1.5;
        }
        .readytoget .get_start_btn.text-center a{
            padding-right: 0 !important;
        }
        .winhappy {
            padding: 0px 0 20px 0;
        }
        .winhappy p {
            line-height: 1.6;
        }
        .page-id-11 button.navbar-toggler {
    display: none;
}

.page-id-11 .collapse {
    display: block;
}
    /*    29jan2025 end/////////////////////////*/


        .new_imag {
            padding: 100px 0px;
        }
        .banner_content.new h1 {
            font-size: 36px;
            text-align: center;
            line-height: 44px;
            padding-top: 60px;
        }
        .banner_content h2 a img{
            right: -68px;
            width: 50px;
        }
        .banner_content h2 a{
            font-size: 40px;
        }
    	
    }
    /* .your_thrive {
        display: none;
    } */

    .row.d_g_bx {
        margin-top: 50px;
    }
    .row.mt-5.row-eq-height {
        align-items: center;
    }
    .cff-critical-notice {
        display: none !important;
    }
    .goalachievers .goal_space:not(:first-child) {
        padding-top: 40px;
    }
    section.goalachievers {
        padding:40px 0 40px !important;
        
    }
    /* 31 dec */
    .coming_soon .img_con {
        flex: 0 0 32% !important;
        margin-bottom: 10px! important;
    }

    .coming_soon {
        flex-wrap: wrap !important;
        justify-content: left !important;
    }