/*new process*/

        .process {
            background: #f8fbf3;
            overflow: hidden;
           
      width: 100%;
        }

        .process__title {
            text-transform: uppercase;
            color: #049BF7;
        }

        .process__title span {
            color: #333;
        }

        .process__item_blue {
            background: #72D4DF;
        }

        .process__item_yellow {
            background: #CBE7EB;
        }

        .process__item_orange {
            background: #d9b0ea;
        }

        .process__item_pink {
            background: #FFAA4D;
        }

        .process__item_green {
            background: #CBD938;
        }       

        .item__content {
            font-size: 10px;
            display: inline-block;
            vertical-align: middle;
        }

        .process__item svg {
            fill: #fff;
        }

        .step {
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            font-size: 50px;
            font-weight: bold;
            position: absolute;
            top: 50%;
            margin-top: -30px;
            right: -30px;
            z-index: 2;
        }

        .item__icon {
            display: inline-block;
            vertical-align: middle;
            width: 30px;
            position: absolute;
            top: 50%;
            z-index: 2;
            left: 55px;
            margin-top: -10px;
        }

        .process__item {
            color: #fff;
            position: relative;
            width: 370px;
            margin-bottom: 25px;
            -webkit-transition: all .52s ease-in-out;
                 -o-transition: all .52s ease-in-out;
                    transition: all .52s ease-in-out;
        }
        /*.process__item:after {
            content: "";
            position: absolute;
            right: -193px;
            top: 40px;
            width: 50%;
            height: 1px;
            background: #00000021;
            z-index: 1;
        }*/
        .process__list li.process__item_yellow:hover:after{
                background: #CBE7EB;
        }
        .process__list li.process__item_orange:hover:after{
                background: #d9b0ea;
        }
        .process__list li.process__item_pink:hover:after{
                background: #FFAA4D;
        }
        .process__list li.process__item_green:hover:after{
                background: #CBD938;
        }

        .item__inner {
    position: relative;
    padding: 5px 0px 5px 40px;
    height: 80px;
    width: 345px;
    z-index: 2;
}

        .item__inner:after {
            content: '';
            display: block;
            border-top: 40px solid transparent;
            border-bottom: 40px solid transparent;
            border-left: 50px solid #72D4DF;
            position: absolute;
            right: -74px;
            z-index: 2;
            top: 0;
        }

       

        .process__item_yellow .item__inner:after {
            border-left: 50px solid #CBE7EB;
        }

        .process__item_orange .item__inner:after {
            border-left: 50px solid #d9b0ea;
        }

        .process__item_pink .item__inner:after {
            border-left: 50px solid #FFAA4D;
        }

        .process__item_green .item__inner:after {
            border-left: 50px solid #CBD938;
        }   


        .item__inner:before {
            content: '';
            display: block;
            border-top: 40px solid transparent;
            border-bottom: 40px solid transparent;
            border-left: 50px solid #f8fbf3;
            position: absolute;
            left: -1px;
            z-index: 2;
            top: 0;
        }
        .item__inner1 h4 {
    font-size: 17px;
    margin: 0;
    line-height: 21px;
    margin-top: 6px;
}
.item__inner1 {
    padding-left: 25px;
    height: 69px;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width:767px){
    .process__list, .process__item, .item__inner{
        display: block!important;
    }
    .process__list li{
        margin-bottom: 25px;
    }
    .process__item_yellow .item__inner {
        background: #cbe7eb;
    }
    .process__item_orange .item__inner {
        background: #d9b0ea;
    }
    .process__item_pink .item__inner {
        background: #ffaa4d;
    }
    .process__item_green .item__inner {
        background: #cbd938;
    }
    .item__inner {
        padding: 10px 0px 5px 70px;
    }
    .item__inner1 {
    padding-left: 0px;
}

}
.wrap {
    width: 1060px;
    margin: 0 auto;
}
.mantra-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin: 0;
}
.mantra_rgt {
    text-align: center;
    border: 1px solid #ebefe6;
    height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebefe6;
    position: relative;
    z-index: 2;
}
.mantra_img {
    background: #e67f7c;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    padding: 20px;
}
.mantra_rgt img {
    
    filter: brightness(0) invert(1);
}

/*new process*/



.desktopshow .process__item {
    width: 269px;
}

.desktopshow .item__inner:before {
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
}
.desktopshow .item__inner:after {
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
}
.desktopshow .item__inner1 {
    padding-left: 20px;
    height: 92px;
}
.desktopshow .item__inner1 h4 {
    font-size: 16px;
}
.desktopshow .item__inner {
    width: 244px;
        height: 100px;
}
.desktopshow .mantra_rgt {
    height: 340px;
    border-radius: 50%;
    width: 340px;
}
.desktopshow .process__item:after{
    display: none;
}

.desktopshow  .right_bx .process__item {
    transform: rotate(180deg);
}
.desktopshow .right_bx {
    float: right;
}
.desktopshow  .right_bx .item__inner1 {
    transform: rotate(-180deg);
    padding: 0;
    margin-right: -20px;
}
@media(max-width:991px){
.desktopshow{
    display: none;
}
}
@media(min-width:992px){
    .mobileshow{
        display: none;
    }
}

@media(max-width:574px){
    .wrap.mobileshow {
        width: 330px;
    }
    .wrap.mobileshow .mantra_rgt {
        height: 80px;
        width: 80px;
        border-radius: 50%;
    }
    .wrap.mobileshow .mantra-title {
        font-size: 9px;
        line-height: 10px;
    }
    .wrap.mobileshow .mantra_img {
        width: 40px;
        height: 40px;
        padding: 3px;
        margin-bottom: 2px !important;
    }
    .wrap.mobileshow .process__item {
        width: 160px;
    }
    .wrap.mobileshow .item__inner {
        width: 135px;
    }
    .wrap.mobileshow .item__inner1 h4 {
        font-size: 13px;
        line-height: 19px;
        margin-top: 0;
    }
    .wrap.mobileshow .item__inner1 img {
        display: none;
    }
    .wrap.mobileshow .item__inner {
        padding: 10px 0px 5px 55px;
    }
}
@media(min-width:576px) and (max-width:767px){
    .wrap.mobileshow {
        width: 560px;
    }
    .wrap.mobileshow .mantra_rgt {
        height: 130px;
        width: 130px;
        border-radius: 50%;
    }
    .wrap.mobileshow .mantra-title {
        font-size: 15px;
        line-height: 20px;
    }
    .wrap.mobileshow .mantra_img {
        width: 50px;
        height: 50px;
        padding: 8px;
        margin-bottom: 2px !important;
    }
    .wrap.mobileshow .process__item {
        width: 269px;
    }
    .wrap.mobileshow .item__inner {
        width: 245px;
    }
    .wrap.mobileshow .item__inner1 h4 {
        font-size: 13px;
        line-height: 19px;
        margin-top: 0;
    }
}

@media(min-width:768px) and (max-width:991px){
    .wrap.mobileshow {
        width: 720px;
    }
    .wrap.mobileshow .mantra_rgt {
        height: 200px;
        width: 200px;
        border-radius: 50%;
    }
    .wrap.mobileshow .mantra-title {
        font-size: 17px;
        line-height: 22px;
    }
    .wrap.mobileshow .mantra_img {
        width: 70px;
        height: 70px;
    }
}
@media(min-width:992px) and (max-width:1199px){
    .wrap.desktopshow {
        width: 930px;
    }
    .desktopshow .mantra_rgt {
        height: 280px;
        border-radius: 50%;
        width: 280px;
        margin: 0 auto;
    }
    .desktopshow .mantra_rgt .mantra-title {
        font-size: 24px;
        line-height: 26px;
    }
    .desktopshow .mantra_rgt .mantra_img {
        width: 100px;
        height: 100px;
    }
}