    .pos-r {
        position: relative;
        background-color: #f5f8f6;
    }
    
    section {
        padding: 50px 0 70px 0;
    }
    
    .section-title {
        margin-bottom: 50px;
        position: relative;
    }
    
    .section-title p {
        font-size: 14px;
    }
    
    .text-center .title-effect {
        left: 50%;
        margin-left: -25px;
    }
    
    .text-center .section-title h6 {
        padding: 15px 0;
    }
    
    .title {
        position: relative;
        color: #1c1d3e;
        margin-bottom: 0;
    }
    
    .section-title h2 {
        margin-bottom: 15px;
    }
    /* ------------------------
How It Work
------------------------*/
    
    .work-process {
        position: relative;
    }
    
    .step-num {
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
        color: #000;
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        height: 50px;
        right: 0;
        line-height: 55px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 50px;
    }
    
    .theme-bg .work-process h4,
    .theme-bg .work-process p {
        color: #ffffff;
    }
    
    .step-icon {
        background: #fff;
        width: 140px;
        height: 140px;
        position: relative;
        border: 3px solid #fafaff;
        border-radius: 50%;
        line-height: 140px;
        font-size: 40px;
        text-align: center;
        color: #000;
    }
    
    .step-icon span {
        position: relative;
    }
    
    .step-icon span img {
        width: 40%;
    }
    
    .step-icon span::after,
    .step-icon span::before {
        border-radius: 50%;
        content: "";
        height: 40px;
        position: absolute;
        width: 40px;
        z-index: -1;
    }
    
    .step-icon span::after {
        background: #cdf3f6;
        height: 25px;
        left: -10px;
        top: 5px;
        width: 25px;
    }
    
    .step-icon span::before {
        background: #d4f8e6;
        bottom: 0;
        right: -10px;
    }
    
    .dark-bg .step-icon {
        color: rgba(255, 255, 255, 0.9);
        background: none;
    }
    
    .dark-bg .step-desc h4 {
        color: #2575fc;
    }
    
    .dark-bg .step-icon {
        border-color: rgba(255, 255, 255, 0.1);
    }
    
    .dark-bg .step-desc p {
        color: rgba(255, 255, 255, 0.7);
    }
    
    .step-num-box {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
    }
    
    .work-process .box-loader {
        position: absolute;
        top: 30%;
        right: -15%;
        left: inherit;
    }
    
    .work-process.style-2 {
        padding: 0;
        display: flex;
        align-items: center;
    }
    
    .work-process.style-2:before {
        display: none;
    }
    
    .work-process.style-2 .step-num-box {
        margin-bottom: 0;
        margin-right: 30px;
    }
    
    .work-process.style-3 {
        padding: 70px 30px 0;
    }
    
    .work-process.style-3 .step-num {
        background: none;
        box-shadow: none;
        color: rgba(255, 255, 255, 0.1);
        font-size: 120px;
        height: auto;
        left: 50%;
        line-height: 120px;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        width: auto;
    }
    
    .work-process h4 {
        font-size: 18px;
        font-weight: 600;
    }
    
    .become-member-section {
        background-image: linear-gradient(45deg, rgba(164, 39, 40, .93) 46%, rgba(255, 152, 0, .85)), url(/web/assets/images/sliders/women-entrepreneurs.png);
        background-position: center;
        padding: 5em 0 !important;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    
    .btn-member {
        background: #ffffff;
        color: #a42728;
        border: 2px solid #fff;
        border-radius: 25px;
        font-size: 18px;
        padding: 8px 30px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    
    .btn-member:hover {
        background: transparent;
        color: #ffffff;
    }
    
    .btn-member:hover,
    .btn-member:focus {
        outline: none;
        box-shadow: none;
    }
    /* ------------------------
box-loader
------------------------*/
    
    .box-loader {
        border-radius: 100%;
        margin: 0 auto;
        position: absolute;
        top: 15px;
        left: 15px;
    }
    
    .box-loader span {
        display: inline-block;
        width: 10px;
        height: 10px;
        font-weight: 700;
        font-size: 16px;
        border-radius: 100%;
        margin: 0 5px;
        opacity: 0;
    }
    
    .box-loader span:nth-child(1) {
        animation: opacitychange 1s ease-in-out infinite;
    }
    
    .box-loader span:nth-child(2) {
        animation: opacitychange 1s ease-in-out 0.33s infinite;
    }
    
    .box-loader span:nth-child(3) {
        animation: opacitychange 1s ease-in-out 0.66s infinite;
    }
    /*--opacitychange--*/
    
    @keyframes opacitychange {
        0%,
        100% {
            opacity: 0;
        }
        60% {
            opacity: 1;
        }
    }
    /* responsive */
    
    @media (max-width: 992px) {
        .md-mt-5 {
            margin-top: 50px !important;
        }
        /*Step*/
        .work-process .box-loader {
            display: none;
        }
        .step-desc p {
            max-width: 300px;
            margin: 0 auto;
        }
    }
    
    @media(max-width: 767px) {
        .become-member-section {
            padding: 3.5em 0 !important;
        }
        .become-member-section h1 {
            font-size: 30px;
        }
        .become-member-section .btn-member-box .btn-member {
            font-size: 16px;
            padding: 8px 20px;
        }
    }
    
    @media(max-width: 564px) {
        .become-member-section {
            padding: 2.5em 0 !important;
        }
        .become-member-section h1 {
            font-size: 24px;
        }
        .become-member-section .btn-member-box .btn-member {
            font-size: 15px;
            padding: 6px 15px;
        }
    }