.process {
    position: relative;
    padding: 50px 0px 20px 0px;
    height: 1400px;
}

.process h2 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 30px;
    font-weight: 300;
    padding: 0px 0px 0px 10px;
}

.process h2 span {
    color: #C9F950;
    font-weight: 600;
}

.process figure {
    float: right;
}

.process-img {
    background-image: url("../images/process.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    height: 330px;
}

.process section {
    background: linear-gradient(90deg, rgba(8, 16, 31, 0.1) 0%, rgba(75, 82, 89, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: left;
    border-radius: 0px 120px 120px 0px;
    position: relative;
    z-index: 1;
}

.process section .button {
    box-sizing: border-box;
    display: inline-block;
    background: none;
    border: none;
    border-top: 1px solid #0498f8;
    border-bottom: 1px solid #0498f8;
    border-image: linear-gradient(to right, #08101F 0%, #C9F950 100%);
    border-image-slice: 1;
    position: relative;
    cursor: pointer;
    padding-left: 20px;
}

.process section .button::before,
.button::after {
    content: '';
    display: block;
    width: 8em;
    height: calc(100% + 2px);
    border-radius: 0px 120px 120px 0px;
    border: 2px solid #08101F;
    position: absolute;
    border-right: none;
    left: -6em;
    top: -2px;
}

.process section .button::after {
    border: 1px solid #C9F950;
    position: absolute;
    border-left: none;
    left: auto;
    right: -8em;
    top: -1px;
}

.process section .text {
    position: relative;
    max-width: 500px;
    float: left;
    padding: 15px 40px 15px 0px;
}

.process section .text h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-align: right;
}

.process section .text p {
    color: #e2e2e2;
    font-size: 14px;
    text-align: right;
    font-weight: 400;
    line-height: 22px;
}

.process section .icon {
    background: #e2e2e2;
    color: rgb(8, 16, 31);
    border-radius: 50%;
    padding: 12px 10px;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    float: right;
    position: absolute;
    top: 24px;
    text-align: center;
    right: -80px;
}

.process section::after {
    content: '';
    display: block;
    background-image: url("../images/arrow-bottom-right.png");
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: 30px;
    top: 94px;
    width: 61px;
    height: 60px;
    position: relative;
    left: 30px;
}

.lftmr {
    left: 0px;
}

.tpspace {
    top: 258px;
}

.tpisspace {
    top: 516px;
}

.pcircle {
    position: absolute;
    top: 20%;
    right: 0;
    transform: translate(0%, -50%);
    width: 700px;
    height: 700px;
    background: rgba(27, 39, 37, 0.7);
    filter: blur(62px);
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
}

.pendcircle {
    position: absolute;
    top: 80%;
    right: 0;
    transform: translate(0%, -50%);
    width: 520px;
    height: 520px;
    background: rgba(27, 39, 37, 0.7);
    filter: blur(62px);
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
}


/* ----------------------- */

.ryt {
    margin-top: 260px;
}

.rytmr {
    right: 70px;
}

.rtpspace {
    top: -2px;
}

.rthccspace {
    top: -4px;
}

.process .ryt {
    background: linear-gradient(90deg, rgba(75, 82, 89, 0.1) 0%, rgba(8, 16, 31, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 120px 0px 0px 120px;
    position: relative;
    z-index: 1;
    width: 700px;
}

.process .ryt .but {
    box-sizing: border-box;
    display: inline-block;
    background: none;
    border: none;
    border-top: 1px solid #0498f8;
    border-bottom: 1px solid #0498f8;
    border-image: linear-gradient(to left, rgba(8, 16, 31, 0.1) 0%, #C9F950 100%);
    border-image-slice: 1;
    position: relative;
    cursor: pointer;
    padding-left: 20px;
}

.process .ryt .but::before,
.but::after {
    content: '';
    display: block;
    width: 8em;
    height: calc(100% + 2px);
    border-radius: 120px 0px 0px 120px;
    border: 1px solid #C9F950;
    position: absolute;
    border-right: none;
    left: -6em;
    top: -1px;
}

.process .ryt .but::after {
    border: 2px solid #08101F;
    position: absolute;
    border-left: none;
    left: auto;
    right: -8em;
    top: -2px;
    opacity: 0;
}

.process .ryt .text {
    position: relative;
    max-width: 500px;
    float: left;
    padding: 15px 0px 15px 30px;
}

.process .ryt .text h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-align: left;
}

.process .ryt .text p {
    color: #e2e2e2;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    line-height: 22px;
}

.process .ryt .icon {
    background: #C9F950;
    color: rgb(8, 16, 31);
    border-radius: 50%;
    padding: 12px 10px;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    float: left;
    position: absolute;
    top: 24px;
    text-align: center;
    left: -50px;
}

.process .ryt::before {
    content: '';
    display: block;
    background-image: url("../images/arrow-bottom-left.png");
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: 26px;
    top: 96px;
    width: 61px;
    height: 60px;
    position: relative;
    right: -1px;
}

.process .ryt::after {
    background-image: none;
}

.process :last-child.ryt::before {
    background-image: none;
}

@media only screen and (min-width:320px)and (max-width:479px) {
    .process {
        padding: 0px 0px 40px 0px;
        height: 1760px;
    }
    .process h2 {
        font-size: 40px;
        padding: 0px 10px 0px 20px;
    }
    .process-img {
        background: none;
    }
    .pcircle {
        display: none;
    }
    .pendcircle {
        display: none;
    }
    .process section {
        background: none;
    }
    .lftmr {
        left: 10px;
    }
    .process section .button {
        padding-left: 0px;
    }
    .process section .icon {
        top: -38px;
        margin-right: 0px;
        left: 0px;
        width: 60px;
        height: 60px;
    }
    .process section .icon img {
        width: 38px;
        margin-top: -2px;
    }
    .process section .text {
        padding: 20px 0px 0px 0px;
        max-width: 290px;
        margin-left: 20px;
    }
    .process section .text h3 {
        font-size: 24px;
    }
    .process section .button::after {
        right: -4em;
    }
    .process section .button::before,
    .button::after {
        width: 4em;
    }
    .process section::after {
        display: none;
    }
    .tpspace {
        top: 80px;
    }
    .tpisspace {
        top: 160px;
    }
    .positiony1 {
        top: -560px;
    }
    .positiony2 {
        top: -460px !important
    }
    .positionw1 {
        top: 340px;
    }
    .positionw2 {
        top: 660px;
    }
    /* ----------------------- */
    .ryt {
        margin-top: 220px;
    }
    .rtpspace {
        top: -160px;
    }
    .rthccspace {
        top: -320px;
    }
    .rytmr {
        left: 0px;
        right: 0px;
        padding-left: 60px;
    }
    .process .ryt {
        background: none;
        width: auto;
    }
    .process .ryt .but {
        padding-right: 10px;
        padding-left: 0px;
    }
    .process .ryt .icon {
        top: -38px;
        margin-right: 0px;
        right: 0px;
        left: auto;
        width: 60px;
        height: 60px;
    }
    .process .ryt .icon img {
        width: 38px;
        margin-top: -2px;
    }
    .process .ryt .text {
        padding: 20px 0px 0px 0px;
        max-width: 290px;
        margin-left: 0px;
    }
    .process .ryt .text h3 {
        font-size: 24px;
    }
    .process .ryt .but::before {
        left: -4em;
    }
    .process .ryt .but::before,
    .button::after {
        width: 4em;
    }
    .process .ryt::before {
        display: none;
    }
    .process .ryt .but::after {
        right: 0em;
    }
}

@media only screen and (min-width:480px)and (max-width:767px) {
    .process {
        padding: 0px 0px 40px 0px;
        height: 1760px;
    }
    .process h2 {
        font-size: 40px;
        padding: 0px 10px 0px 20px;
    }
    .process-img {
        background: none;
    }
    .pcircle {
        display: none;
    }
    .pendcircle {
        display: none;
    }
    .process section {
        background: none;
    }
    .lftmr {
        left: -30px;
    }
    .process section .button {
        padding-left: 0px;
    }
    .process section .icon {
        top: -38px;
        margin-right: 0px;
        left: 0px;
        width: 60px;
        height: 60px;
    }
    .process section .icon img {
        width: 38px;
        margin-top: -2px;
    }
    .process section .text {
        padding: 20px 0px 0px 0px;
        max-width: 290px;
        margin-left: 20px;
    }
    .process section .text h3 {
        font-size: 24px;
    }
    .process section .button::after {
        right: -4em;
    }
    .process section .button::before,
    .button::after {
        width: 4em;
    }
    .process section::after {
        display: none;
    }
    .tpspace {
        top: 80px;
    }
    .tpisspace {
        top: 160px;
    }
    .positiony1 {
        top: -560px;
    }
    .positiony2 {
        top: -460px !important
    }
    .positionw1 {
        top: 340px;
    }
    .positionw2 {
        top: 660px;
    }
    /* ----------------------- */
    .ryt {
        margin-top: 220px;
    }
    .rtpspace {
        top: -160px;
    }
    .rthccspace {
        top: -320px;
    }
    .rytmr {
        left: 30px;
    }
    .process .ryt {
        background: none;
    }
    .process .ryt .but {
        padding-right: 20px;
        padding-left: 0px;
    }
    .process .ryt .icon {
        top: -38px;
        margin-right: 0px;
        right: 0px;
        left: auto;
        width: 60px;
        height: 60px;
    }
    .process .ryt .icon img {
        width: 38px;
        margin-top: -2px;
    }
    .process .ryt .text {
        padding: 20px 0px 0px 0px;
        max-width: 290px;
        margin-left: 0px;
    }
    .process .ryt .text h3 {
        font-size: 24px;
    }
    .process .ryt .but::before {
        left: -4em;
    }
    .process .ryt .but::before,
    .button::after {
        width: 4em;
    }
    .process .ryt::before {
        display: none;
    }
    .process .ryt .but::after {
        right: 0em;
    }
}

@media only screen and (min-width:768px)and (max-width:1023px) {
    .process {
        padding: 0px 0px 40px 0px;
        height: 1300px;
    }
    .process h2 {
        font-size: 40px;
        padding: 0px 10px 0px 20px;
    }
    .process-img {
        background: none;
    }
    .pcircle {
        display: none;
    }
    .pendcircle {
        display: none;
    }
    .process section {
        background: none;
        justify-content: left;
    }
    .lftmr {
        left: 0;
        top: -2px;
    }
    .process section::after {
        display: none;
    }
    .process .ryt {
        background: none;
        justify-content: right;
    }
    .process .ryt::before {
        display: none;
    }
    .positiony1 {
        top: -540px;
    }
    .positiony2 {
        top: -550px;
    }
    .positionw1 {
        top: 240px;
    }
    .positionw2 {
        top: 490px;
    }
    .rthccspace {
        margin-top: -300px;
    }
}

@media (min-width:1024px) and (max-width:1024px) {
    .process {
        padding: 0px 0px 40px 0px;
        height: 1300px;
    }
    .pwdth {
        width: 100%;
    }
    .process h2 {
        font-size: 40px;
        padding: 0px 10px 0px 20px;
    }
    .process-img {
        background: none;
    }
    .pcircle {
        display: none;
    }
    .pendcircle {
        display: none;
    }
    .process section {
        background: none;
        justify-content: center;
    }
    .lftmr {
        left: 0;
        top: -2px;
    }
    .process section::after {
        display: none;
    }
    .process .ryt {
        background: none;
        justify-content: right;
    }
    .process .ryt::before {
        display: none;
    }
    .positiony1 {
        top: -560px;
    }
    .positiony2 {
        top: -615px;
    }
    .positionw1 {
        top: 200px;
    }
    .positionw2 {
        top: 410px;
    }
    .rthccspace {
        margin-top: -400px;
    }
}

@media only screen and (min-width:1025px) and (max-width:1370px) {
    .process section .text {
        max-width: 438px;
    }
    .process section .button::after {
        right: -6em;
    }
    .process section::after {
        top: 104px;
        left: 0px;
    }
    .process .ryt {
        width: 650px;
    }
    .process .ryt .text {
        max-width: 450px;
    }
    .process .ryt::before {
        top: 106px;
    }
    .tpspace {
        top: 259px;
    }
    .rtpspace {
        top: -1px;
    }
}

@media (min-width:1920px) {
    .process section .button {
        padding-left: 18px;
    }
    .process .ryt .but {
        margin-left: -220px;
    }
    .process .ryt::before {
        right: 220px;
    }
    .process h2 {
        padding: 0px 0px 0px 10px;
    }
    .lftmr {
        left: 0px;
    }
    .process .ryt {
        width: 920px;
    }
    .rytmr {
        right: 80px;
    }
}