ol{
    list-style-type: auto;
    padding-left: 20px;
}
/* hero_section */
.hero_section{
    padding-top: 60px;
    padding-bottom: 40px;
    background-image: url(/wp-content/themes/deskcodesolution/assets/images/service_banner_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero_section h1{
    color: #000000;
    text-align: left;
    font-size: 55px;
    font-weight: 600;
    letter-spacing: 0;
}
section.hero_section p{
    color: #333333;
    font-size: 22px;
    line-height: 2;  
    font-weight: 500;
}
.hero_section .d-flex .col-md-8 {
    width: 59.5%;
    height: 100%;
}
.banner-left-img img{
    height: 100%;
}
.hero_section .d-flex{
    gap: 18px;
}
.banner-left-img {
    height: auto;
    width: 460px;
    padding-top: 30px;
    object-fit: cover;
    margin: auto;
}
/* hero_section */

/* benefits */
.impressive-numbers.benefits .bg-grid{
    position: relative;
    overflow: hidden;padding: 80px 40px;
}
.impressive-numbers.benefits .bg-grid.lazy-loaded::before {
    background-image: url(/wp-content/themes/deskcodesolution/assets/images/boost-web-bg-o.webp);
}
.impressive-numbers.benefits .bg-grid::before{
    content:"";
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
}
.impressive-numbers.benefits .cnt-text{
    font-size: 20px;
    line-height: 1.94;
    letter-spacing: 0.02em;
    font-weight: 500;
    padding-left: 9px;
}
.impressive-numbers.benefits .bg-grid .phone-Image {
    position: absolute;
    right: 00px;
    height: 358px;
    width: 506.86px;
    bottom: 116px;
}
.impressive-numbers.benefits .bg-grid .col-md-8 {
    width: 53.93%;
}
.impressive-numbers.benefits .bg-grid .d-flex {
    position: relative;
    z-index: 2;
}
/* benefits */

/* Unlock the Benefits */
.unlock-benefits.impressive-numbers{
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.02em;
    font-weight: 500;
}
.unlock-benefits.impressive-numbers ul .iconbox h4{font-size: 20px;}
.unlock-benefits.impressive-numbers ul li{
    color: #FFF;
    padding: 13px 16px;
    width: calc(50% - 35px);
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: 0;    
    transition: 0.2s;
    position: relative;
    display: flex;
    gap: 10px;
    border: 2px solid #F43336;
}
.unlock-benefits.impressive-numbers ul li::before{
    content: "";
    border: 0px solid #fff;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -2px;
    left: -2px;
    transition: all .4s ease-in-out;
    border-top: none;
    border-right: none;
}
.unlock-benefits.impressive-numbers ul li:hover{
    animation: box_line 0.5s ease;
    top: 2px;
    left: 2px;
}
@keyframes box_line{
    0%{
        left:0;
        top:0;
    }
    100%{
       left:2px;
       top:2px;
    }
    
}
.unlock-benefits.impressive-numbers ul li:hover::after,
.unlock-benefits.impressive-numbers ul li:hover::before
{
    height: calc( 100% + 4px);
    width: calc( 100% + 4px);
    border-width: 2px;
    transition-delay: 0.5s;
}
.unlock-benefits.impressive-numbers ul li::after{
    content: "";
    border: 0px solid #fff;
    height: 0;
    width: 0;
    position: absolute;
    top: -2px;
    right: -2px;
    transition: all .4s ease-in-out;
    border-bottom: none;
    border-left: none;
}
.unlock-benefits.impressive-numbers ul{
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
    margin-bottom: 0;
}

.unlock-benefits.impressive-numbers ul li svg {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.impressive-numbers .cnt-text {
    font-size: 20px;
    letter-spacing: 0.02em;
    padding-bottom: 30px;
}
.unlock-benefits.impressive-numbers ul .iconbox p{
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 1.5;
    padding-top: 7px;
    letter-spacing: 0;
}
.unlock-benefits.impressive-numbers ul .iconbox{
    width: 100%;
}
.unlock-benefits.impressive-numbers .bg-grid .heading{margin: 0 0 30px;}
/* Unlock the Benefits */
/* hire_dedicated */
.hire_dedicated .bg-grid .col-md-8{
    width: 66.12%;
}
.hire_dedicated .bg-grid .phone-Image {
    width: 304px;
}
.hire_dedicated .bg-grid .heading{
    padding-top: 35px;
}
.hire_dedicated .bg-grid .cnt-text{
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.02em;
    font-weight: 500;
}
/* hire_dedicated */

/* Process */
.process_stpes {
    position: relative;
    width: 298.01px;
    height: 298.01px;
    border: 18px solid #EBEBEB;
    border-radius: 50%;
    padding: 19px;
    margin-left: 94px;
}

.process_stpes img {
    width: 222px;
    height: 222px;
    object-fit: cover;
    border-radius: 33%;    
}

.process_stpes .item {
    --angle-step: 35.2deg;
    --start-angle: -88deg;
    position: absolute;
    top: 38%;
    left: 38%;
    width: 50px;
    height: 50px;
    background: #ffffff;
    color: #f43336;
    border: 1px solid #000000;
    border-radius: 50%;
    font-size: 23px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(calc(var(--i) * var(--angle-step) + var(--start-angle))) translateX(200px) rotate(calc(-1 * (var(--i) * var(--angle-step) + var(--start-angle))));
    z-index: 1;
    cursor: pointer;
    letter-spacing: 0.02em;
}

.process_stpes .item.active {
  background: #f43336;
  color: #fff;
  border-color: #f43336;
}
.process_stpes::after {
    content: "";
    background-image: url(/wp-content/themes/deskcodesolution/assets//images/halfEllipse.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: -17px;
    height: 100%;
    width: 41%;
    transform: scale(1.86);
    z-index: 0;
    top: 39px;
} 
.process_step .box .stpes{
    background: #ffffff;
    border-radius: 20px;
    border-style: solid;
    border-color: var(--deskcode, #f43336);
    border-width: 0px 0px 3px 0px;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.05),
    0px 17px 17px 0px rgba(0, 0, 0, 0.04), 0px 38px 23px 0px rgba(0, 0, 0, 0.03),
    0px 68px 27px 0px rgba(0, 0, 0, 0.01), 0px 106px 30px 0px rgba(0, 0, 0, 0);
    padding: 20px !important;
    width: 461px;
    transition: all .3s ease-in-out;
}
.process_step .box .stpes:hover{
    box-shadow: 0px 4px 9px 0px rgba(244, 51, 54, 0.05),
        0px 17px 17px 0px rgba(244, 51, 54, 0.04),
        0px 38px 23px 0px rgba(244, 51, 54, 0.03),
        0px 68px 27px 0px rgba(244, 51, 54, 0.01),
        0px 106px 30px 0px rgba(244, 51, 54, 0);
    transition: all .3s ease-in-out;
}
.process_step .box .icon{
    width: 50px;
    height: 50px;
}
.process_step .box .content{
    display: flex;
    gap: 10px;
    flex-direction: column;
}
/* .process_step .stpes {
  display: none;
} */

.process_step .stpes.active {
  display: block;
    margin-right: 38px;
}
.process_step .box {
    height: 440px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.process_step .d-flex {
    align-items: center;
    padding: 0 87px;
    margin-top: 10px;
}
.process_step .box h4{
    font-size: 20px;
    color: rgba(17, 17, 17, 1);
    letter-spacing: 0.02em;
    font-weight: 600;
    line-height: 1.5;
}
.process_step .box p{
    font-size: 18px;
    font-weight: 500;       
    color:  rgba(51, 51, 51, 1);
    letter-spacing: 0.02em;
    line-height: 30px;
}
.process_step .box{
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    line-height: 30px;
}
.items_number.mob{
    display: none;
}
.items_number.desktop{
    display: block;
} 
/* Process */

/* leading-mobile */

.leading-mobile .container .d-flex.bg{
    background-color: rgba(144, 144, 144, 0.07);
    flex-direction: row;
    align-items: center;
    padding: 70px 68px 70px 60px;
    border-radius: 0 60px 0 60px;
    gap:30px;
    background-image: url(/wp-content/themes/deskcodesolution/assets/images/service_lading_mob_BG.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.leading-mobile{
    padding-top: 35px;
    padding-bottom: 35px;
}
.leading-mobile .cards{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.leading-mobile .iconbox{
    background-color: #FFFFFF;
    padding: 15px 14px;
    border-radius: 15px;
    border-bottom: 3px solid #F43336;
    width: 47.919%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05),
    0px 9px 9px 0px rgba(0, 0, 0, 0.04), 0px 20px 12px 0px rgba(0, 0, 0, 0.03),
    0px 36px 15px 0px rgba(0, 0, 0, 0.01), 0px 57px 16px 0px rgba(0, 0, 0, 0);
}
.leading-mobile .iconbox .box{  
    display: flex;
    align-items: center;
    gap: 8px; 
}
.leading-mobile .iconbox .box h4{
    font-size: 27px;
    letter-spacing: 0.02em;
    font-weight: 600;
}
.leading-mobile .iconbox img{
    height: 53px;
    width: 56px;
}
.leading-mobile .iconbox p{
    padding-top: 15px;
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.02em;
    font-weight: 500;
    padding-left: 7.15px;
}
.leading-mobile .right {
    padding-left: 0px;
    width: 47.432%;
}
/* leading-mobile */
section#technology-expertise h2 {
    margin: 0;
}
.benefits.impressive-numbers .heading{
    letter-spacing: 0.02em;
    font-size: 50px;
}
/* Let's Discuss Your Project */
.technology-partner .cnt-text{
    font-size: 20px;
    line-height: 1.87;
    letter-spacing: 0.02em;
    font-weight: 500;
}
.technology-partner .heading-area h2{
    font-weight: 400;
}
.technology-partner .col-md-9 {
    padding-right: 50px;
    width: 72.885%;
    padding-top: 18px;
    padding-bottom: 18px;
}
.technology-partner .col-md-3 {
    width: 27.1%;
}
 .technology-partner h2{
    margin-bottom: 10px;
}
/* Let's Discuss Your Project */
#our-success .text-area p{
    line-height: 35px;
}
#discover.technology-partner .bg-grid {
    padding: 70px 130px;
}
#discover.technology-partner .bg-grid .cnt-text{
    padding-left: 3px;
}

@media only screen and (max-width: 1919px) {
    .hero_section{
        padding-bottom: 35px;
        padding-top: 50px;
    }
    .hero_section h1{
        font-size: 50px;
        padding-right: 50px;
    }
    section.hero_section p{
        font-size: 20px;
    }
    .banner-left-img{
        width: 420px;
    }
    .impressive-numbers.benefits .bg-grid {
        padding: 70px 34px;
    }
    .impressive-numbers.benefits .bg-grid .phone-Image {
        height: 358px;
        width: 506.87px;
        bottom: 10px;
        right: -20px;

    }
    .unlock-benefits.impressive-numbers ul{
        gap: 25px;
    }
    .unlock-benefits.impressive-numbers ul li{        
        width: 41.949%;
        line-height: 24px;
        padding: 12px 13px;
        font-size: 16px;
        gap: 8px;
    }
    .unlock-benefits.impressive-numbers ul li svg{
        width: 26px;
        height: 26px;
    }
    .hero_section .d-flex .col-md-8 {
        width: 62.5%;
    }
    
    #discover.technology-partner .bg-grid {
        padding: 70px 130px;
    }
    .impressive-numbers.benefits .cnt-text{
        font-size: 18px;
    }
    .process_step .box h4 {
        font-size: 18px;
    }
    .process_step .box .stpes{
        width: 431px;
    }
    .process_step .box .icon{
        width: 40px;
        height: 40px;
    }
    .process_stpes .item {
        width: 45px;
        height: 45px;
        font-size: 21px;
    }
    .process_stpes {
        position: relative;
        width: 288px;
        height: 288px;
        border: 14px solid #EBEBEB;
        text-align: center;
    }
    .process_step .d-flex {
        padding: 0 38px;
        margin-top: 15px;
    }
    .process_step .box{
        font-size: 18px;
        height: 430px;   
    }
    .process_step .box p{
        font-size: 16px;
    }
    .unlock-benefits.impressive-numbers ul .iconbox h4 {
        font-size: 16px;
    }
    .unlock-benefits.impressive-numbers ul .iconbox p{
        font-size: 15px;
    }
    .technology-partner .cnt-text{        
        font-size: 18px;
    }
    .leading-mobile .right{
        width: 50%;
    }
    .leading-mobile .left{
        width: 50%;
    }
    .leading-mobile .iconbox{
        padding: 15px 14px;
        border-radius: 15px;
        width: 230px;
    }
    .leading-mobile .iconbox .box h4 {
        font-size: 27px;
    }
    .leading-mobile .iconbox p{
        font-size: 18px;
        padding-left: 7.15px;
    }
    .leading-mobile .iconbox img{
        height: 53.72px;
        width: 56.72px;
    }
    .technology-partner .cnt-text{
        font-size: 18px;
    }
    .benefits.impressive-numbers .heading{
        letter-spacing: 0.02em;
        font-size: 40px;
    }
    .unlock-benefits.impressive-numbers .heading{
        margin-bottom: 30px;
    }

}
@media (max-width: 1439px){
    .hero_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    section.hero_section p {
        font-size: 18px;
    }
    .banner-left-img {
        height: 360px;
        width: 360px;
    }
    .benefits.impressive-numbers .heading{
        font-size: 36px;
    }
    .hero_section h1{
        font-size: 45px;
    }
    .impressive-numbers.explore .bg-grid .heading{
        font-size: 36px;
    }
    .impressive-numbers.benefits .bg-grid{padding: 60px 34px;}

    #discover.technology-partner .bg-grid {
        padding: 60px 75px;
        border-radius: 0 50px;
    }
    .unlock-benefits.impressive-numbers .bg-grid .heading{
        margin-bottom: 25px;
    }
    .unlock-benefits.impressive-numbers ul .iconbox p {
        font-size: 14px;
    }
    .impressive-numbers.benefits .cnt-text {
        font-size: 17px;
    }   
    .technology-partner .cnt-text {
        font-size: 17px;
    }
    .process_stpes{width: 268px;height: 268px;border: 10px solid #EBEBEB;}
    .process_stpes .item{width: 40px;height: 40px;font-size: 18px;}
    .process_stpes img{width: 210px;height: 210px;}
    .process_stpes .item {--angle-step: 33.2deg;--start-angle: -80deg;top: 39%;left: 34%;}
    .process_stpes .item[data-step="1"] {top: 45%;}
    .process_stpes .item[data-step="6"] {top: 34%;}
    .process_step .box h4 {font-size: 17px;}
    .process_step .d-flex{margin-top: 10px;}
    .process_step .box{height: 400px;}
    .process_step .box p {font-size: 15px;}
    .impressive-numbers.benefits .bg-grid .phone-Image {
        height: auto;
        width: 480px;
        bottom: 10%;
    }
}
@media (max-width: 1199px){
    .hero_section {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .hero_section h1{
        font-size: 40px;
    }
    section.hero_section p{
        font-size: 16px;
    }
    
    .banner-left-img{
        height: auto;
        width: auto;
        padding-top: 0px;
    }
    .unlock-benefits.impressive-numbers ul li{
        width: 45.518%;
    }
    .unlock-benefits.impressive-numbers ul {
        gap: 20px;
    }
    #discover.technology-partner .bg-grid{
        padding: 40px 55px;
    }
    .leading-mobile .cards {
        gap: 15px;
    }
    .leading-mobile .iconbox p{
        font-size: 16px;
    }
    .leading-mobile .iconbox .box h4 {
        font-size: 25px;
    }
    .leading-mobile .iconbox img {
        height: 50px;
        width: 56px;
    }    
    .leading-mobile .container .d-flex.bg{
        padding: 30px;
        flex-direction: column;
    }   
    .leading-mobile .iconbox{
        width: 100%;
    }
    .leading-mobile .right {
        padding-left: 0px;
        width: 100%;
    }
    .leading-mobile .heading-area{
        padding-bottom: 00px;
    }
    #discover.technology-partner .bg-grid {
        padding: 30px;
    }
    .technology-partner .cnt-text{
        font-size: 16px;
        line-height: 30px;
    }
    .technology-partner .col-md-9{
        padding-right: 4px;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .process_stpes{
        margin-left: 0;
    }
    .process_step .box .stpes{
        width: auto;
        margin-left: 20px;
        margin-right: 0;
    }
    .impressive-numbers.benefits .cnt-text{
        font-size: 16px;
        padding-left: 0px;
    }
    .impressive-numbers.benefits .bg-grid .col-md-8 {
        width: 54.93%;
    }
    .impressive-numbers.benefits .bg-grid {
        padding: 50px 30px;
    }
    .unlock-benefits.impressive-numbers ul li svg {
        width: 20px;
        height: 20px;
    }

    .unlock-benefits.impressive-numbers .bg-grid .heading{
        margin-bottom: 20px;
    }
    .process_step .box h4 {
        font-size: 15px;
    }
    .process_step .box p {
        font-size: 15px;
    }
    .impressive-numbers.benefits .bg-grid .phone-Image {
        height: auto;
        width: 440px;
        bottom: 10%;
    }
    .process_stpes .item {
        --angle-step: 32.6deg;
        --start-angle: -80deg;
        top: 40%;
        left: 34%;
    }
    .impressive-numbers.benefits .bg-grid:before{
        top: 25px;
        left: 0;        
        background-size: 100% 100%;
    }
    
}

@media (max-width: 991px){
    .section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .hero_section {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .hero_section .d-flex {
        flex-direction: row;
        align-items: center;
    }
    .impressive-numbers.benefits .bg-grid .phone-Image {
        width: 330px;
        height: auto;
        top: 20%;
    }
    .hire_dedicated .bg-grid .phone-Image {
        width: 100%;
    }
    .hire_dedicated .bg-grid .heading {
        padding-top: 0px;
    }
    .unlock-benefits.impressive-numbers ul li {
        width: 48%;
        font-size: 14px;
    }
    .process_step .d-flex{
        padding: 0 20px;
        margin-top: -8px;
    }
    .process_step .col-md-6{position: relative;}
    .process_stpes{width: 248px;height: 248px;border: 8px solid #EBEBEB;}
    .process_stpes::after{transform: scale(1.56);right: -13px;top: 33px;width: 42.5%;}
    .process_stpes img{width: 190px;height: 190px;}
    .process_stpes .item {--angle-step: 30.2deg;--start-angle: -75deg;top: 39%;left: 22%;width: 40px;height: 40px;font-size: 18px;}
    .process_stpes .item[data-step="1"] {top: 59%;}
    .process_stpes .item[data-step="2"] {top: 49%;left: 19%}
    .process_stpes .item[data-step="6"] {top: 26%;}
    .process_stpes .item[data-step="5"] {top: 33%;}
    .process_step .box p{
        font-size: 15px;
        line-height: 1.875;
    }
    .process_step .box{
        font-size: 16px;
        line-height: 26px;
        height: 360px;
    }
    .unlock-benefits.impressive-numbers ul li::before{
        width: 26px;
        height: 26px;
        margin-right: 8px;
    }
    .benefits.impressive-numbers .heading{
        font-size: 30px;
    }
    
    section.section.impressive-numbers.dark.benefits .col-md-8 {
        width: 62.66%;
    }
    .unlock-benefits.impressive-numbers ul .iconbox h4{
        font-size: 14px;
    }
    .impressive-numbers.benefits .bg-grid:before {
        top: -30px;
        left: -10px;
    }
}

@media (max-width: 767px){
    .hero_section h1{
        font-size: 29px;
        text-align: center;
        padding: 0;
    }
    .hero_section .d-flex {
        gap: 20px;
        flex-direction: column-reverse;
    }
    .banner-left-img img {
        height: 100%;
        width: 100%;
        padding-top: 0;
        object-fit: unset;
        aspect-ratio:4/4;
    }
    .hero_section .d-flex .col-md-8 {
        width: 100%;
    }
    .hero_section {
        padding-top: 0px;
        padding-bottom: 0px;background-image:none;
    }
    .hero_section a {
        width: 100%;
        margin: auto;
    }
    section.section.impressive-numbers.dark.benefits .col-md-8 {
        width: 100%;
    }
    .impressive-numbers.benefits .bg-grid {
        padding: 20px;
    }
    .impressive-numbers.benefits .cnt-text {
        text-align: left;
        padding: 0px 0 20px;
        font-size: 14px;
    }
    .impressive-numbers.benefits .bg-grid {
        padding: 30px 20px;
    }
    .impressive-numbers.dark.benefits{
        padding: 0;
    }
    .impressive-numbers.benefits .bg-grid .col-md-8 {
        width: 100%;
    }
   .impressive-numbers.benefits .bg-grid .col-12.col-sm-12.col-md-4{
        position: relative;
        z-index: 1;
    }
   .impressive-numbers.benefits .bg-grid.lazy-loaded::before {
       background-image: url(/wp-content/themes/deskcodesolution/assets/images/servicebackmobbg.webp);
    }
    .impressive-numbers.benefits .bg-grid::before {
        left: 0%;
        top: 05%;
        width: 100%;
        height: 50%;
        background-size: 100% 100%;
    }    
    .hire_dedicated .bg-grid .col-md-8 {
        width: 100%;
    }
    .process_step .box {
        height: 100%;
    }
    .section{
        padding: 0 !important;
    }
    .unlock-benefits.impressive-numbers ul li{
        width: 100%;
    }
    .impressive-numbers s.bg-grid a{
        width: 100%;
        margin: auto;
    }
    .process_step .d-flex .col-md-6 {width: 50%;}
    #our-success .text-area p{
        line-height: 1.5;
    }
    .unlock-benefits.impressive-numbers ul{
        gap: 20px;
        font-size: 14px;
    }
    .unlock-benefits.impressive-numbers ul li::before{
        width: 20px;
        height: 20px;
    }
    #discover.technology-partner .bg-grid .cnt-text{
        padding-left: 0;
        font-size: 14px;
        line-height: normal;
    }
    .unlock-benefits.impressive-numbers ul .iconbox h4
    {
        font-size: 14px;
    }
    .unlock-benefits.impressive-numbers ul .iconbox p{
        font-size: 13px;
    }
    .service_sec .col-md-6:nth-last-child(2) .service_box {
        margin-bottom: 10px;
    }
    .impressive-numbers.benefits .bg-grid .phone-Image {
        width: 50%;
        height: 100%;
        padding-top: 0px;
        padding-bottom: 20px;
        position: unset;
        margin: 0 auto;
    }
    .benefits.impressive-numbers .heading {
        font-size: 26px;
        text-align: left;
    }
    .impressive-numbers.benefits .bg-grid .d-flex{
        flex-direction: column-reverse !important;
    }
    .bg-grid .col-md-5,
    .bg-grid .col-md-7{
        width: 100%;
    }
    .banner-left-img{
        width: 50%;
        margin: auto;
    }
}

@media (max-width: 689px){
    .process_step .d-flex .col-md-6{width: 100%}
    .process_step .d-flex {
        flex-direction: column;
        padding: 0 0px;
    }
    .process_stpes img {
        width: 157px;
        height: 157px;
        /* transform: rotate(-90deg); */
    }
    .process_stpes {
        width: 204px;
        height: 204px;
        border: 10px solid #EBEBEB;
        padding: 10px;
        margin-left: 0px;
        /* transform: rotate(90deg); */
        margin: auto;
    }
    .process_stpes .item{
        width: 35.6px;
        height: 35.6px; 
        font-size: 18px;
        transform: rotate(calc(var(--i) * var(--angle-step) + var(--start-angle))) translateX(135px) rotate(calc(-1 * (var(--i) * var(--angle-step) + var(--start-angle))));
        --start-angle: 0deg;
    }
    .process_stpes::after{
        transform: scale(1.50) rotate(90deg);
        background-size: 100%;
        right: 53px;
        height: 100%;
        width: 48%;
        top: 70px;
    }
    .process_stpes .item[data-step="1"] {
        top: 5%;
        left: 33%;
    }
    
    .process_stpes .item[data-step="2"]{
        top: 20%;
        left: 20%;  
    }
    .process_stpes .item[data-step="3"]{
        top: 35%;
        left: 17%;
    }    
    .process_stpes .item[data-step="4"]{
        top: 45%;
        left: 30%;
    }    
    .process_stpes .item[data-step="5"]{
        top: 46%;
        left: 35%;
    }
    .process_stpes .item[data-step="6"] {
        top: 41%;
        left: 70px;
    }
    .items_number{
        display: grid;
    }
    .process_step .box .stpes{
        width: 100%;
        margin-right: 0;
        margin-left: 0; 
    }
    .process_step .box {
        padding-top: 65px;
        padding-bottom: 0;
    }
    .process_step .box h4{
        font-size: 14px;
        padding-top: 2px;
        line-height: 25px;
    }
    .process_step .box p{
        font-size: 14px;
        line-height: 25px;
    }
    .process_step .box{
        font-size: 14px;
    }
   
    .process_step .heading-area{
        padding-bottom: 20px;
    }
    .process_step .box .icon {
        width: 30px;
        height: 30px;
    }
     
    .items_number.desktop{
        display: none;
    } 
    .items_number.mob{
        display: block;
    }
}
@media (max-width: 575px){
    .banner-left-img{width: 100%;}
    .impressive-numbers.benefits .bg-grid .phone-Image{width: 100%}
     #discover.technology-partner .bg-grid {
        padding: 30px 30px 60px 30px;
    }
    .technology-partner a.btn.btn-primary {
        bottom: 30px !important;
    }
    .impressive-numbers.benefits .bg-grid::before{
        left: 0;
        top: -60px;
        width: 100%;
        height: 50%;
    }
}   