section#country-banner {
    margin-bottom: 83px;
}

.country-banner-left-block h4 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.country-banner-right-block img {
    width: 100%;
    height: auto;
}

.country-banner-left-block a.get-invited-btn {
    width: 250px !important;
    padding: 7px 20px;
    font-size: 18px;
}

.country-banner-members-block {
    position: absolute;
    bottom: -40px;
    left: calc(50% - 130px);
}
.experience-banner .country-banner-left-block {
    position: relative;
}
.country-banner-right-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.country-banner-left-block p:nth-child(2) {
    margin: 20px auto;
}
.country-banner-left-block p:nth-child(3) {
    margin-bottom: 15px;
}
.experience-country-banner-left-block img {
    width: initial;
}
.experience-pie-block {
    width: 55%;
    background: #fff;
    box-shadow: 0px 5px 4px 0px #888888;
    border-radius: 12px;
    padding: 10px;
    position: absolute;
    bottom: -37px;
}
#experience-member-benefit {
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow{
    display: none !important;
}
.slick-initialized .slick-slide {
    text-align: center;
}
.experience-member-slider .slick-dots {
    bottom: -60px;
}
.experience-member-slider {
    margin: 50px auto;
}
.member-Benefit-card {
    margin: 0 20px;
}
#experience-member-benefit h4, #bni-journey h4, #meeting-experience h4 {
    color: #FFFFFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.our-member-box h4, #three-ways-experience h4, #faq-section h4 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.member-Benefit-card img {
    border-radius: 10px 10px 0px !important;
}
.member-Benefit-card-content{
    background: rgba(0, 0, 0, 0.4);
}

.member-Benefit-card-content p {
    margin:30px 0 0 0 !important;
}
.member-Benefit-card h5 , .member-Benefit-card p{
    color: #fff;
    text-align: left;
}
.member-Benefit-card p{
    text-align: left;
}
.member-Benefit-card-content {
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.member-Benefit-card.slick-slide {
    transform: scale(0.9);
    transition: all 0.3s ease;
}
.member-Benefit-card.slick-slide.slick-center {
    transform: scale(1);
}
#experience-our-member .country-banner-right-block img{
    width: initial;
}
.our-member-box {
    margin: 60px auto -30px;
}
.ms-description .ms-image {
    display: none;
}
.member-content article {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}
article.ms-description p, article.ms-description .member-title-info h4 {
    color: #64666A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.member-title-info {
    margin-top: 40px;
}
article.ms-description .member-title-info p {
    color: #64666A;
    font-size: 18px;
}
#experience-our-member {
    margin: 60px auto 40px;
}
.member-Benefit-card-content h5 {
    font-weight: bold;
    font-size: 24px;
}
.navigation-slider-section {
    width: 70%;
    margin: 0 auto;
    position: relative;
}
.slider.slider-nav.slick-initialized.slick-slider {
    margin-bottom: 0;
    overflow: hidden;
}
.slider.slider-nav,
.slider.slider-nav .slick-list.draggable,
.slider.slider-nav .slick-track {
    height: 200px;
}
.slider.slider-nav .slick-slide {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 20px !important;
    opacity: 0.5;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.slider-nav .slick-list.draggable {
    padding: 0 20px !important;
}
.slick-slide span img {
    border-radius: 50%;
    width:75px;
    height: auto;
    transition: all 0.3s ease-in;
}
.member-image.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
    width: 180px !important;
    /*margin: 0 40px !important;*/
}
.slick-slide.slick-current.slick-active.slick-center span img{
    border-radius: 50%;
    width: 180px;
}
.slider-for .slick-slide {
    width: 100%;
    margin: 0 auto 20px;
    box-shadow: 0 0 61px 9px #00000017;
    padding: 25px;
    position: relative;
    border-radius: 15px;
    z-index: 1;
}

.slider-for .slick-list.draggable {
    padding: 50px 100px;
}

.slick-track {
    display: flex;
}
.member-content.slick-slide {
    height: 0;
    overflow: hidden;
    z-index: 99 !important;
    opacity: 0;
    transition: all 0.2s ease !important;
}
.member-content.slick-slide.slick-current.slick-active {
    height: 100%;
    overflow: visible;
    opacity: 1;
}
/*.member-content.slick-slide.slick-current.slick-active::before {*/
/*    content: '';*/
/*    display: flex;*/
/*    width: 180px;*/
/*    height: 4px;*/
/*    background: #c41e2d;*/
/*    margin: 0 auto;*/
/*    position: absolute;*/
/*    top: -4px;*/
/*    left: 0;*/
/*    right: 0;*/
/*}*/

.member-Benefit-card-content img {
    height: 58px !important;
    width: auto;
    display: block;
    margin-left: 20px;
}
.member-Benefit-card-content img {
    border-radius: 0 !important;
}

ul.slick-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
    bottom: 10px;
    z-index: 9;
}

ul.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.slick-dots li button {
    font-size: 0;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    padding: 0px;
    margin: 0 5px;
    border: 0px;
    background: #c8c8c8;
    cursor: pointer;
}
ul.slick-dots li.slick-active button {
    background: #64666a;
}

.red-track {
    width: 184px;
    height: 4px;
    background: #cf2030;
    margin: 0 auto;
    top: 50px;
    position: relative;
}
.blur-track {
    width: 192px;
    height: 9px;
    flex-shrink: 0;
    background: rgba(200, 200, 200, 0.50);
    margin: 0 auto;
    border-radius: 20px;
}
.bni-story-logo {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.bni-story-logo img {
    position: relative;
    top: -50px;
}

#meeting-experience{
    margin: 60px 0 50px;
}

div#path-forward-section {
    padding-top: 60px;
}

#path-intro-sec {
    margin: 50px auto;
}

    .bni-journey-content {
    position: relative;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#meeting-experience .homeTestimonialVideoBlock {
    padding-bottom: 30%;
    position: relative;
    margin: 30px auto;
    background-size: cover;
    border-radius: 15px;
    width: 50%;
    z-index: 10;
}

#meeting-experience .homeTestimonialVideoBlock iframe,
#meeting-experience .homeTestimonialVideoBlock img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
#meeting-experience .homeTestimonialVideoBlock iframe {
    border-radius: 15px;
}
div#ytvideo_ex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    border-radius: 15px;
}

#meeting-experience .youtubevideo i.fa-sharp {
    position: absolute;
    z-index: 9;
    font-size: 100px;
    color: #ffffff;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

#meeting-experience .youtubevideo i.fa-sharp:hover {
    color: #CF2030;
    opacity: 0.9;
}

.exp-view-more {
    color: #CF2030;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin:20px auto;
    border-bottom: 1px solid #CF2030;
}

.exp-view-more i {
    transform: rotate(-30deg);
    margin-left: 5px;
    font-weight: 700;
}

.Global-map{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    mix-blend-mode: multiply;
    height: 75%;
    z-index: 1;
}

#path-forward-section h4 {
    color: #64666A;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}

#path-forward-section p {
    color: #64666A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: left;
}

.red-no {
    background: #CF2030;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.stepno {
    color: #CF2030;
    text-align: left;
}
.step-info{
    text-align: left;
}
ul.progression {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.numberCircle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: none repeat scroll 0 0 #C8C8C8;
    color: #64666A;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
}
.progression .circle .normal {
    color: #64666A;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.3s ease-in;
}
.progression .circle .progression-info {
    color: #64666A;
    font-size: 18px;
    opacity: 0;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 40px;
    letter-spacing: 0.36px;
    transition: all 0.3s ease-in;
    position: relative;
    display: inline-block;
}
.circle.active {
    margin-top: -12px;
}
.progression .circle.active .numberCircle {
    width: 60px;
    height: 60px;
    font-size: 30px;
    color: #FFFFFF;
    background: #CF2030;
}
.progression .circle.active .normal {
    color: #CF2030;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.progression .circle.active .progression-info {
    opacity: 1;
}
.numberCircle:after {
    content: "";
    display: inline-block;
    height: 1px;
    background-color: #C8C8C8;
    max-width: 100%;
    position: absolute;
    right: -13px;
    margin-right: 16px;
    margin-left: 44px;
    margin-top: .5em;
    vertical-align: middle;
    padding: 0px;
    width: 100px;
}
.numberCircle:after:last-child{content:"";display:none;height:0}

.progression li:nth-child(4) .normal{  margin-left: 0px;}
.progression li:nth-child(3) .normal{  margin-left: -5px;}
.progression li:nth-child(5) .normal{  margin-left: -7px;}
.progression li:nth-child(2) .normal{margin-left: -8px;}
.progression li {
    min-width: 259px;
    margin: 0 25px;
    position: relative;
}
.progression li{display:inline-block}
.progression li:last-child .numberCircle:after{content:'';display:none}
.circle {
    width: 12%;
    text-align: left;
}

section#three-ways-experience {
    padding: 50px 0 50px;
}

#three-ways-block-sec {
    margin-top: 50px;
    margin-bottom: 50px;
}

#three-ways-experience h4, #faq-section h4 {
    margin-bottom: 20px;
}

.three-ways-block {
    width: 90%;
    margin:0 auto;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 22.4px 6px rgba(0, 0, 0, 0.10);
}

.three-ways-block img {
    width: 100%;
    height: auto;
}

.three-ways-block-content {
    padding: 25px;
}

.three-ways-block-content h5 {
    color: #CF2030;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.three-ways-block-content p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.three-ways-block-2 {
    position: relative;
    margin-top: 80px;
}

div#faq-accordion .accordion-widget {
    margin-top: 40px;
}

ul.bni-accordion .submenu a {
    color: #cf2030;
}

#faq-section h4 {
    color: #64666A;
}

#faq-section h4 span {
    color: #cf2030;
}

@media only screen and (max-width: 1400px) {
    .experience-pie-block {
        width: 65%;
    }
    .three-ways-block-content h5 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .country-banner-left-block h4 {
        font-size: 30px;
    }
    .experience-pie-block {
        width: 75%;
        bottom: 0;
    }
    #experience-member-benefit h4, #meeting-experience h4 {
        font-size: 36px;
    }
    .member-Benefit-card-content img {
        height: 40px !important;
    }
    .bni-story-logo img {
        position: relative;
        top: -40px;
        width: 150px !important;
        height: auto;
    }
    .our-member-box h4, #three-ways-experience h4, #faq-section h4{
        font-size: 36px;
    }
    .three-ways-block {
        width: 100%;
    }
    .three-ways-block-content {
        padding: 20px;
    }
    .three-ways-block-content h5 {
        font-size: 24px;
    }
    .three-ways-block-2 {
        position: relative;
        margin-top: 60px;
    }
    .member-Benefit-card-content h5 {
        font-size: 20px;
    }

}

@media only screen and (max-width: 992px) {
    .experience-pie-block {
        width: 60%;
        bottom: -50px;
    }

    .country-banner-left-block h4 br {
        display: none;
    }
    .experience-country-banner-left-block img {
        width: 100%
    }
    .slider-nav .slick-dots {
        display: flex !important;
    }
    #experience-member-benefit {
        padding: 40px 0;
        min-height: 80vh;
    }
    .member-Benefit-card.slick-slide.slick-center, .member-Benefit-card.slick-slide.slick-active {
        transform: scale(1);
    }
    .member-Benefit-card.slick-slide.slick-center + .slick-slide.slick-active {
        transform: scale(0.9);
    }
    #experience-member-benefit h4, #bni-journey h4, #meeting-experience h4 {
        font-size: 34px;
    }
    .our-member-box {
        margin: 10px auto 10px;
    }
    .experience-banner .country-banner-left-block h4 {
        margin-top: 70px;
    }
    .slick-slide.slick-current.slick-active.slick-center span img {
        width: 150px;
    }
    #meeting-experience .homeTestimonialVideoBlock {
        padding-bottom: 36%;
        width: 60%;
    }
    article.ms-description p, article.ms-description .member-title-info h4 {
        font-size: 18px;
    }
    #path-forward-section h4 {
        font-size: 28px;
    }
    #path-forward-section p {
        font-size: 18px;
    }
    .three-ways-block {
        width: 100%;
    }
    .three-ways-block-content {
        padding: 15px;
    }
    .three-ways-block-content h5 {
        font-size: 20px;
    }
    .three-ways-block-content p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    #experience-our-member {
        margin: 40px auto;
    }
    div#path-forward-section{padding: 0;margin: 0 10px;}
    #path-intro-sec {margin: 0 auto;}
    #meeting-experience {
        margin-bottom: 0;
        margin: 40px 0 0;
    }
    .experience-pie-block {
        width: 85%;
        bottom: -45px;
    }
    section#country-banner {
        margin-bottom: 25px;
    }
    .progress-container{
        margin: 0 auto;
    }
    section#three-ways-experience {
        padding: 0;
    }
    .our-member-box {
        margin: 0 auto;
    }
    .country-banner-left-block p:nth-child(2) {
        margin: 15px auto;
    }
    .country-banner-left-block p:nth-child(3) {
        margin-bottom: 0;
    }
    .bni-story-logo img {
        top: 0;
        width: 120px !important;
        height: auto;
    }
    .our-member-col {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .country-banner-left-block h4, .bni-journey-inner h4{
        font-size: 25px;
    }
    .bni-journey-inner {
        width: 100%;
    }
    #experience-member-benefit h4, #bni-journey h4, #meeting-experience h4 {
        font-size: 32px;
    }
    .member-Benefit-card {
        margin: 0;
    }
    .member-Benefit-card-content div {
        flex-direction: column-reverse;
    }
    .member-Benefit-card-content img {
        height: auto !important;
        width: 50px !important;
        display: block;
        margin: 0 auto 20px;
    }
    .member-Benefit-card h5, .member-Benefit-card p {
        text-align: center !important;
    }
    #experience-member-benefit {
        padding: 40px 0;
        min-height: 100vh;
    }
    .our-member-box h4, #three-ways-experience h4, #faq-section h4{
        font-size: 28px;
    }
    .slider.slider-nav.slick-initialized.slick-slider {
        margin-bottom: -35px;
    }
    .slider-for {
        padding: 50px 15px 25px;
    }

    section#experience-our-member .slider-for .slick-list {
        padding: 50px;
    }
    .red-track, .slider.slider-nav {
        display: none !important;
    }
    .ms-description .ms-image {
        display: block;
        position: absolute;
        top: -80px;
    }
    .ms-description .ms-image img {
        width: 105px !important;
        height: auto;
    }
    .slider-for .slick-slide {
        padding: 40px 35px;
    }
    article.ms-description p, article.ms-description .member-title-info h4 {
        font-size: 18px;
    }
    article.ms-description .member-title-info p {
        font-size: 14px;
    }
    .navigation-slider-section {
        padding-top: 33px;
        width: 100%;
    }
    .slider-for .slick-slide {
        max-width: 500px;
        margin-bottom: 30px;
    }
    #three-way-mobile-slider .slick-list.draggable {
        padding:40px 0 !important;
    }
    ul.slick-dots li.slick-active button {
        background: #CF2030;
    }
    article.ms-description .member-title-info h4 {
        font-weight: bold;
    }
    #meeting-experience .homeTestimonialVideoBlock {
        padding-bottom: 36%;
        width: 60%;
    }
    #meeting-experience .homeTestimonialVideoBlock {
        padding-bottom: 51%;
        width: 95%;
        z-index: 10;
    }
    #path-forward-section h4 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    #path-forward-section p {
        font-size: 16px;
    }
    #three-ways-block-sec {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .three-ways-block {
        width: 65%;
        -webkit-box-shadow: 0px 0px 53px -10px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 53px -10px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
    }
    .three-ways-block-content {
        padding: 20px;
    }
    #three-way-mobile-slider {
        padding: 0;
        overflow: hidden;
        position: relative;
    }
    #three-way-mobile-slider .slick-track {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .three-ways-block-2 {
        margin-top: 0 !important;
    }
    #three-way-mobile-slider .slick-slide {
        text-align: left;
    }
    .slider-for .slick-list {
        overflow: visible;
    }
    .exp-view-more {
        font-size: 16px;
    }
    .member-Benefit-card-content h5 {
        font-size: 18px;
    }
    .three-ways-block {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 576px) {
    #experience-member-benefit {
        padding: 40px 0;
        min-height: 70vh;
    }
    .our-member-box h4, #three-ways-experience h4, #faq-section h4{
        font-size: 24px;
    }
    .red-track,
    .blur-track {
        width: 100px;
    }
    article.ms-description p, article.ms-description .member-title-info h4 {
        font-size: 16px;
    }
    article.ms-description .member-title-info p {
        font-size: 12px;
    }
    .slider-for .slick-slide {
        max-width: 350px;
    }
    #meeting-experience .homeTestimonialVideoBlock {
        /* padding-bottom: 61%; */
        /* width: 100%; */
    }
    #experience-member-benefit h4, #bni-journey h4, #meeting-experience h4 {
        font-size: 26px;
        text-align: center;
    }
    .three-ways-block {
        width: 75%;
    }
    .three-ways-block-content h5 {
        font-size: 18px;
    }
    #meeting-experience .youtubevideo i.fa-sharp {
        font-size: 75px;
    }
}
@media only screen and (max-width: 500px) {
    #experience-member-benefit h4{
        font-size: 24px;
        text-align: center;
    }
    .country-banner-left-block a.get-invited-btn {
        margin: 25px auto 0;
    }
    #experience-member-benefit h4, #bni-journey h4, #meeting-experience h4 {
        font-size: 24px;
    }
    .member-Benefit-card-content h5 {
        font-size: 16px;
    }
    .member-Benefit-card-content img {
        width: 35px !important;
        margin: 0 auto 10px;
    }
    .bni-story-logo img {
        width: 100px !important;
    }
    article.ms-description p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 400px) {
    .bni-story-logo img {
        width: 75px !important;
    }
    .slider-for .slick-slide {
        max-width: 290px;
    }
}