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: 57%; 
}
.hero_section .d-flex{
    gap: 18px;
    justify-content: space-between;
}
.banner-left-img {
    height: auto;
    width: 460px;
    padding-top: 20px;
    object-fit: cover;
    margin: auto;
}
/* hero_section */
.backend_development_process h2,#technology-expertise h2 {
    margin-bottom: 0;
}

#technology-expertise .heading-area .text-area {
    margin-top: 10px !important;
}

/* Cutting-edge Technologies */
.cutting_edge_technologies.section.lazy-loaded{
    background-image: url("../images/Cutting-edge Technologies-bg.webp");
}
.cutting_edge_technologies.section {
    margin: 40px 0;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cutting_edge_technologies .heading-area p.text-area-heading{padding-top: 10px;}
.tech-cards{
    background-color: #fff;
    padding: 35px;
    border-radius: 0 30px;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.05);
    height: 100%;
}
.techs-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.tech-cards h3{
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    position: relative;
    margin-bottom: 0;
}
.tech-cards h3.box{
    left: 12px; 
}
.tech-cards h3.box::before{
    content: "";
    background-color: rgba(244, 51, 54, 0.07);
    height: 40px;
    width: 40px;
    border-radius: 10px;
    display: block;
    position: absolute;
    left: -12px;
    top: -8px;
}
.tech-cards .line{
    height: 1px;
    width: calc(100% - 6px);
    display: block;
    background-color: #CCCCCC;
    margin: 20px 0 15px 0;
}
.tech-cards i{
    width: 50px;
    height: 50px;
    margin: auto;
    display: block;
}

.cutting_edge_technologies .heading-area {
    width: 1100px;
    margin: auto;
}
.cutting_edge_technologies .tech-cards p{
    line-height: 1.875;
}
.cutting_edge_technologies.why_choose_us .heading-area{
    width: 100%;
}
.why_choose_us .heading {
    margin-bottom: 0;
}
.why_choose_us .tech-cards h3{
    padding: 20px 0 12px;
}
.why_choose_us .tech-cards{
    border-radius: 30px;
}
.why_choose_us .tech-cards h3,
.why_choose_us .tech-cards p
{
    text-align: center;
}
/* Cutting-edge Technologies */

/* backend_development_process */
.backend_development_process .circle_box{
    width: 647px;
    height: 492px;
}
.backend_development_process .circle i{
    width: 340px;
    display: block;
    left: 177px;
    top: 70.95px;
    position: absolute;
}
.backend_development_process .circle_text h5.step_1,
.backend_development_process .circle_text h5.step_2,
.backend_development_process .circle_text h5.step_3
{   
    font-size: 18px;
}
.backend_development_process .circle_text h5.step_1{
    top: 0;
    left: 285px;
    width: 130px;
    text-align: center;
}
.backend_development_process .circle_text h5.step_2{
    top: 78px;
    left: 525px;
    width: 120px;
    text-align: left;
}
.backend_development_process .circle_text h5.step_3{
    top: 317px;
    left: 530px;
    width: 127px;
    text-align: left;
}
.backend_development_process .circle_text h5.step_4{
    top: 435px;
    left: 263px;
    width: 190px;
    text-align: center;
}
.backend_development_process .circle_text h5.step_5{
    top: 317px;
    left: 92px;
    width: 78px;
    text-align: center;
}
.backend_development_process .circle_text h5.step_6{
    top: 78px;
    left: 0;
    width: 177px;
    text-align: right;
}
.backend_development_process .circle_text h5{
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.5;
    position: absolute;
    font-weight: 600;
}
.backend_development_process .swiper-slide .stpes{
    box-shadow: 0px 2px 5px 0px rgba(244, 51, 54, 0.1),
    0px 10px 10px 0px rgba(244, 51, 54, 0.09),
    0px 22px 13px 0px rgba(244, 51, 54, 0.05),
    0px 40px 16px 0px rgba(244, 51, 54, 0.01),
    1px 62px 17px 0px rgba(244, 51, 54, 0);
    padding: 35px;
    background: #ffffff;
    border-radius: 30px;
    border:1.5px solid #f43336;
    height: auto;
    margin: 0 5px 0px;
}

.backend_development_process .slider.col-md-6{
    width: 543px;
}
.backend_development_process .stpes .icon img{
    width: 45px;
    display: block;
}   
.backend_development_process .stpes .icon{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.backend_development_process .icon .number{
    color: rgba(244, 51, 54, 0);
    font-size: 32px;
    letter-spacing: 0.05em;
    font-weight: 700;
    opacity: 0.3;
    position: relative;
    -webkit-text-stroke: 1.5px #f43336;
}
.backend_development_process .stpes h5{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    color: #000000;
    padding: 20px 0 10px;
    margin: 0;
    letter-spacing: 0;
}
.backend_development_process p{
    color: #333333;
    line-height: 1.875;
}
.backend_process_step .swiper-button-next {
    left: 90px;
}
.backend_process_step .swiper-wrapper{height:100% !important}
.backend_process_step.swiper-autoheight .swiper-wrapper{align-items: flex-end;}
.swiper-button-prev,
.swiper-button-next{
    background-color: #fff;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    border: 1.5px solid #F43336;
    color:#F43336;
    bottom: 0;
    padding: 15px;
    top: unset; 
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: painted;
    background: #F43336;
}
.swiper-button-disabled::after{
    background-color: #fff !important;
    color: #fff;
}

.swiper-button-next::after{
    height: 10.48px;
    width: 17px;
    position: relative;
    background-color: #F43336;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M6 7.4L0 1.4L1.4 0L6 4.6L10.6 0L12 1.4L6 7.4Z' fill='black'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M6 7.4L0 1.4L1.4 0L6 4.6L10.6 0L12 1.4L6 7.4Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    transform: rotate(270deg);
}
.swiper-button-prev::after{
    height: 10.48px;
    width: 17px;
    position: relative;
    background-color: #F43336;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M6 7.4L0 1.4L1.4 0L6 4.6L10.6 0L12 1.4L6 7.4Z' fill='black'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M6 7.4L0 1.4L1.4 0L6 4.6L10.6 0L12 1.4L6 7.4Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    transform: rotate(87deg);
}
.service_sec .heading {
    margin-bottom: 0;
}
/* backend_development_process */

/* benefits */
.benefits.impressive-numbers .heading{
    letter-spacing: 0.02em;
    font-size: 50px;
}
.impressive-numbers.benefits .bg-grid{
    position: relative;
    overflow: hidden;
    padding: 80px 40px;
}
.impressive-numbers.benefits .bg-grid.lazy-loaded::before {
    background-image: url("../images/Business Growth Development-bg.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-right: 70px;
}
.impressive-numbers.benefits .bg-grid .phone-Image {
    position: absolute;
    right: 30px;
    height: auto;
    width: 35%;
    bottom: 80px;
}
.impressive-numbers.benefits .bg-grid .col-md-8 {
    width: 64.93%;
    z-index: 50;
}
.impressive-numbers.explore .bg-grid .heading{
    margin: 0 0 30px 0;
}

.impressive-numbers .cnt-text {
    font-size: 20px;
    letter-spacing: 0.02em;
    padding-bottom: 30px;
    padding-top: 10px !important;
}
/* Unlock the Benefits */


/* Let's Discuss Your Project */
.technology-partner .cnt-text{
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
    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%;
}
/* Let's Discuss Your Project */
#our-success .text-area p{
    line-height: 35px;
}


.backend_development_process .heading-area {
    padding-bottom: 40px;
}

@media only screen and (max-width: 1919px) {
    .hero_section .d-flex .col-md-8{
        width: 60%;
    }
    .hero_section{
        padding-bottom: 35px;
        padding-top: 50px;
    }
    
    .hero_section h1{
        font-size: 50px;
    }
    
    .banner-left-img{
        height: 395px;
        width: 395px;
        margin: auto;
    }
    section.hero_section p{
        font-size: 20px;
    }
    
    .impressive-numbers.benefits .cnt-text{
        font-size: 18px;
    }
    .impressive-numbers.benefits .bg-grid .phone-Image {
        right: 40px;
        height: 341px;
        width: 440.19px;
        bottom: 70px;
    }
    .impressive-numbers .cnt-text {
        font-size: 18px;
    }
    .section.impressive-numbers .bg-grid {
        padding: 70px 34px;
    }
    .cutting_edge_technologies.section {
        padding: 70px 0;
        margin: 35px 0;
    }
    .cutting_edge_technologies .heading-area{
        width: 990px;
    }
    .tech-cards {
        padding: 30px 19px 25px 25px  
    }
    .tech-cards h3 {
        font-size: 20px;
    }
    .technology-partner .cnt-text{
        font-size: 18px;
    }
    .benefits.impressive-numbers .heading{
        letter-spacing: 0.02em;
        font-size: 40px;
    }
    
    /* backend_development_process  */
    .backend_development_process .circle_box {
        width: 597px;
        height: 460px;
    }
    .backend_development_process .slider.col-md-6 {
        width: 483px;
    }
    .backend_development_process .circle_text h5.step_1,
    .backend_development_process .circle_text h5.step_2,
    .backend_development_process .circle_text h5.step_3
    {   
        font-size: 16px;
    }
    .backend_development_process .circle_text h5 {
        font-size: 18px;
    }
    .backend_development_process .stpes h5 {
        font-size: 20px;
    }
    .backend_development_process .stpes .icon img {
        width: 40px;
    }
    .backend_development_process .icon .number{
        font-size: 30px;
    }
    .backend_development_process .circle_text h5.step_1{
        top: 5px;
        left: 275px;
        width: 125px;
    }
    .backend_development_process .circle_text h5.step_2{
        top: 78px;
        left: 490px;
        width: 110px;
    }
    .backend_development_process .circle_text h5.step_3{
        top: 315px;
        left: 500px;
        width: 113px;
    }
    .backend_development_process .circle_text h5.step_4{
        top: 405px;
        left: 250px;
        width: 165px;
    }
    .backend_development_process .circle_text h5.step_5{
        top: 315px;
        left: 92px;
        width: 75px;
    }
    .backend_development_process .circle_text h5.step_6{
        top: 78px;
        left: 0;
        width: 167px;
    }
    .swiper-button-prev::after {
        height: 10.48px;
        width: 17px;
    }
    .swiper-button-prev, .swiper-button-next{
        height: 50px;
        width: 50px;
        padding: 15px;
    }
    .backend_development_process .circle i{
        width: 317px;
    }
    .backend_development_process .swiper-slide .stpes{
        padding: 30px;
        margin: 0 5px 0px;
    }
    .backend_process_step .swiper-button-next {
        left: 90px;
    }
    /* backend_development_process  */
    .tech-cards i {
        width: 45px;
        height: 45px;
    }
}
@media (max-width: 1439px){
    .hero_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .banner-left-img {
        width: 365px;
    }
    .process_steps .d-flex {
        justify-content: space-between;
    }
    
    .hero_section h1{
        font-size: 45px;
    }
    section.hero_section p {
        font-size: 18px;
    }
    .benefits.impressive-numbers .heading,.unlock-benefits.impressive-numbers .heading{font-size: 36px;}
    .impressive-numbers.benefits .cnt-text {font-size: 17px;}

    .impressive-numbers.benefits .bg-grid{padding: 60px 34px;}
    .impressive-numbers.benefits .bg-grid .phone-Image{height: 430px;width: 430px; bottom: -50px;}

    .cutting_edge_technologies.section {
        padding: 60px 0;
        margin: 30px 0;
    }
   .tech-cards {
        padding: 25px;
        border: 0 25px;
    }
    .tech-cards h3 {
        font-size: 18px;
    }
    .tech-cards h3.box::before{
        height: 35px;
        width: 35px;
    }
    .tech-cards i {
        width: 40px;
        height: 40px;
    }
    .why_choose_us .tech-cards h3 {
        padding: 18px 0 10px;
    }
    
    .backend_development_process .slider.col-md-6 {
        width: 463px;
    }
    .backend_development_process .circle_box {
        width: 577px;
        height: 436px;
    }
    .backend_development_process .swiper-slide .stpes{
        padding: 25px;
        border-radius: 25px;
        margin-bottom: 0;
    }
    .backend_development_process .stpes .icon img {
        width: 35px;
    }
    .backend_development_process .icon .number {
        font-size: 28px;
    }
    .backend_development_process .stpes h5 {
        font-size: 18px;
        padding: 18px 0 8px;
    }
    .backend_development_process .circle i {
        top: 77.95px;
        left: 185px;
        width: 270px;
    }
    .backend_development_process .circle_text h5 {
        font-size: 17px;
    }
    .backend_development_process .circle_text h5.step_6 {
        width: 155px;
    }
    .backend_development_process .circle_text h5.step_2 {
        left: 477px;
        width: 110px;
    }
    .backend_development_process .circle_text h5.step_3 {
        left: 470px;
        width: 113px;
    }
    .backend_development_process .circle_text h5.step_1 {
        top: 5px;
        left: 260px;
        width: 125px;
    }
    .backend_development_process .circle_text h5.step_4 {
        top: 382px;
        left: 250px;
        width: 165px;
    }
    .backend_development_process .circle_text h5.step_1, .backend_development_process .circle_text h5.step_2, .backend_development_process .circle_text h5.step_3 {
        font-size: 16px;
    }

    .swiper-button-prev, .swiper-button-next {
        height: 45px;
        width: 45px;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after
     {
        height: 8.48px;
        width: 15px;
    }
    .impressive-numbers.benefits .bg-grid .col-md-8 {
        width: 60.93%;
        z-index: 50;
    }
    
    
    .techs-grid {
        gap: 25px;
    }
}

@media (max-width: 1199px){
    .hero_section {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .impressive-numbers.benefits .bg-grid {padding: 50px 30px;}
    .impressive-numbers.benefits .bg-grid .phone-Image {
        right: 30px;
        height: 414px;
        width: 460.72px;
        bottom: 30px;
    }
    
    .hero_section h1{
        font-size: 40px;
    }
    .impressive-numbers.explore .bg-grid .heading{
        font-size: 32px;
    }
 
    section.hero_section p{
        font-size: 16px;
    }
    .banner-left-img {
        height: auto;
        width: 100%;
    }
    
    .benefits.impressive-numbers .heading{
        font-size: 32px;
    }
    
    .technology-partner .cnt-text{
        font-size: 16px;
        line-height: 30px;
    }
    .technology-partner .col-md-9{
        padding: 0;
    }
    
    .impressive-numbers.benefits .bg-grid .phone-Image {
        height: auto;
        width: 350px;
        bottom: 35px;
    }
    .service_sec .col-md-6:nth-last-child(2) .service_box{
        margin-bottom: 20px;
    }
    
    /*.hero_section{
        padding-bottom: 50px;
    }*/
    .cutting_edge_technologies .heading-area {
        width: 890px;
        padding-bottom: 20px;
    }
    .tech-cards h3 {
        font-size: 17px;
    }
    .tech-cards .line{
        margin: 15px 0 10px 0;
    }
    .tech-cards h3.box::before{
        height: 30px;
        width: 30px;
        top: -6px;
        border-radius: 7px;
    }
    .tech-cards {
        padding: 20px;
        margin: 0 10px;
        border-radius: 0 20px;
    }
    .backend_development_process .slider.col-md-6 {
        width: 393px;
    }
    .backend_development_process .circle_box {
        width: 527px;
        height: 405px;
    }
    .backend_development_process .circle_text h5.step_1, .backend_development_process .circle_text h5.step_2, .backend_development_process .circle_text h5.step_3 {
        font-size: 15px;
    }
    .backend_development_process .circle_text h5.step_6 {
        top: 78px;
        left: 0;
        width: 143px;
    }
    .backend_development_process .circle i {
        top: 70.95px;
        left: 150px;
        width: 250px;
    }
    .backend_development_process .circle_text h5 {
        font-size: 16px;
    }
    .backend_development_process .circle_text h5.step_1 {
        left: 219px;
    }
    .backend_development_process .circle_text h5.step_2 {
        left: 425px;
        width: 110px;
    }
    .backend_development_process .circle_text h5.step_3 {
        left: 425px;
        width: 100px;
        top: 280px; 
    }
    .backend_development_process .circle_text h5.step_4 {
        top: 360px;
        left: 188px;
        width: 165px;
    }
    .backend_development_process .circle_text h5.step_5 {
        top: 270px;
        left: 78px;
        width: 75px;
    }
    .backend_development_process .swiper-slide .stpes {
        padding: 20px;
        border-radius: 20px;
        margin-bottom: 00px;
    }
    .backend_development_process .stpes h5 {
        font-size: 17px;
        padding: 16px 0 6px;
    }
    .backend_development_process .stpes .icon img {
        width: 30px;
    }
    .backend_development_process .icon .number {
        font-size: 25px;
    }
    .swiper-button-prev::after, .swiper-button-next::after{
        height: 7.48px;
        width: 14px;
    }
    .backend_process_step .swiper-button-next {
        left: 70px;
    }
    .swiper-button-prev, .swiper-button-next {
        height: 40px;
        width: 40px;
    }
    .cutting_edge_technologies.section {
        padding: 50px 0;
        margin: 25px 0;
    }
    .why_choose_us .tech-cards {
        border-radius: 25px;
    }
    .techs-grid {
        gap: 20px;grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px){
    .section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .hero_section {
        padding-top: 0;
        padding-bottom: 0;
    }
   .hero_section .d-flex {
        flex-direction: row;
        align-items: center;
    }
    .impressive-numbers.explore .bg-grid .heading{
        font-size: 30px;
    }
    .impressive-numbers.benefits .bg-grid .phone-Image {
        width: 300px;
        bottom: 0;
        height: 320px;
    }
    .impressive-numbers.benefits .cnt-text {
        font-size: 16px;
    }
    .impressive-numbers s.bg-grid a{
        width: 100%;
        margin: auto;
    }
    section.section.impressive-numbers.dark.benefits .col-md-8 {
        width: 62.66%;
    }
    .benefits.impressive-numbers .heading{font-size: 30px}
    .techs-grid{margin-bottom: 15px;column-gap: 0;}
    .tech-cards {
        padding: 15px;
    }
    .tech-cards h3 {
        font-size: 16px;
    }
    .tech-cards h3.box::before {
        height: 25px;
        width: 25px; border-radius: 5px;top: -3px;
    }
    .tech-cards .line {
        margin: 10px 0 5px 0;
    }
    .tech-cards i {
        width: 35px;
        height: 35px;
    }
    .backend_process_step .swiper-button-next {
        left: 70px;
    }
    .why_choose_us .tech-cards h3 {
        padding: 16px 0 8px;
    }

    .cutting_edge_technologies .heading-area {
        width: auto;
    }
    .cutting_edge_technologies.section {
        padding: 40px 0;
        margin: 15px 0;
    }   
    .backend_development_process .slider.col-md-6
    {
        width: 45%;
    }
    .backend_development_process .circle_box {
        width: 50%;
        height: 320px;
    }
    .backend_development_process .circle_text h5 {
        font-size: 14px;
    }
    .backend_development_process .circle_text h5.step_1, .backend_development_process .circle_text h5.step_2, .backend_development_process .circle_text h5.step_3, .backend_development_process .circle_text h5.step_4, .backend_development_process .circle_text h5.step_5, .backend_development_process .circle_text h5.step_6 {
        font-size: 14px;
    }
    .backend_development_process .circle i {
        top: 50.95px;
        left: 110px;
        width: 190px;
    }
    .backend_development_process .circle_text h5.step_1 {
        left: 145px;
    }
    .backend_development_process .circle_text h5.step_2 {
        left: 295px;
        width: 110px;
        top: 65px;
    }
    .backend_development_process .circle_text h5.step_3 {
        left: 295px;
        width: 86px;
        top: 180px;
    }
    .backend_development_process .circle_text h5.step_4 {
        top: 250px;
        left: 150px;
        width: 120px;
    }
    .backend_development_process .circle_text h5.step_5 {
        top: 170px;
        left: 35px;
        width: 60px;
    }
    .backend_development_process .circle_text h5.step_6 {
        top: 60px;
        left: 0;
        width: 106px;
    }
    .backend_development_process .stpes h5 {
        font-size: 15px;
        padding: 16px 0 6px;
    }
    .backend_development_process .swiper-slide .stpes {
        padding: 15px;
        border-radius: 15px;
        margin: 0 5px 0px;
    }
    .backend_development_process .stpes .icon img {
        width: 25px;
    }
    .backend_development_process .icon .number {
        font-size: 20px;
    }
    .backend_development_process .stpes h5 {
        font-size: 16px;
        padding: 12px 0 4px;
    }
    .impressive-numbers.benefits .bg-grid::before{
        top: 0;
        left: 0;
        background-size: 100% 100%;
    }
}

@media (max-width: 767px){
    .technology-partner ul {
        padding-bottom: 40px !important;
    }
    .hero_section h1{
        font-size: 29px;
        text-align: center;
    }
    .impressive-numbers .d-flex.flex-row {
        flex-direction: column-reverse !important;
    }
    .impressive-numbers.explore .bg-grid .heading{
        font-size: 26px;
    }
    .hero_section .d-flex {
        gap: 20px;
        flex-direction: column-reverse;
    }
    .banner-left-img {
        width: 50%; padding: 0;
    }
    .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%;
    }
    
    
    .benefits.impressive-numbers .heading{
        font-size: 26px;
        text-align: left;
    }
    .service_sec .col-md-6:nth-last-child(2) .service_box {
        margin-bottom: 10px;
    }
    .impressive-numbers.benefits .bg-grid {
        padding: 30px 20px;
    }
    .impressive-numbers.benefits .bg-grid .phone-Image{
        position: unset;
        width: 50%;
        height: unset;
        margin-bottom: 20px;
        margin: 0 auto;
    }
    .impressive-numbers.benefits .cnt-text {
        font-size: 16px;
        text-align: left;
    }
    .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%;
    }
    .section{
        padding: 0 !important;
    }
   
    .impressive-numbers .cnt-text {
        padding: 10px 0 20px 0 !important;
        font-size: 16px;
        line-height: 1.5;
        text-align: left  !important;
    }
    .impressive-numbers s.bg-grid a{
        width: 100%;
        margin: auto;
    }
     
    .impressive-numbers s.bg-grid a{
        width: 100%;
        margin: auto;
    }
    
    /*.banner-left-img {
        padding-top: 25px;
    }*/
    .tech-cards {
        padding: 15px;
    }
    .techs-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .techs .d-flex{
        gap: 20px;
    }
     /* .tech-cards h3.box::before{top: -2px;} */
    .backend_development_process .circle_box {
        width: 50%;
        display: none;

    }
    .backend_development_process .slider.col-md-6 {
        width: 100%;
    }
    .backend_process_step {
        padding-bottom: 00px;
    }
    .swiper-button-prev, .swiper-button-next{
        display: none;
    }
    .swiper-wrapper{
        flex-direction: column;
    }
    .backend_development_process .heading-area{
        padding-bottom: 30px;
    }
    .backend_development_process .stpes .icon img{
        width: 30px;
    }
    .backend_development_process .swiper-slide .stpes {
        padding: 25px;
        border-radius: 30px;
        margin-bottom: 76px;
        position: relative;
        margin: 0 5px 0px;
    }
    .backend_development_process .swiper-slide .stpes::after {
        content: "";
        background-image: url(../images/down-arrow-dot-1.svg);
        background-position: bottom;
        background-size: 100% 100%;
        height: 85px;
        width: 18px;
        display: block;
        position: absolute;
        bottom: -77px;
        left: 49%;
        background-repeat: no-repeat;
    }

    .backend_process_step .swiper-wrapper{gap: 75px;}
    .backend_process_step{
        overflow: visible;
    }
    .backend_development_process .stpes h5 {
        padding: 12px 0;
    }
    .backend_development_process .swiper-slide:last-child .stpes{        
        margin-bottom: 0px;
    }
    .backend_development_process .swiper-slide:last-child .stpes::after{
            display: none;
    }    
    .why_choose_us .tech-cards {
        border-radius: 20px;    
    }
}

@media (max-width: 575px){
    .banner-left-img{width: 100%;}
    .techs-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .impressive-numbers.benefits .bg-grid .phone-Image{width: 100%}
    .backend_process_step{
        overflow: visible;
    }
    .backend_development_process .stpes h5 {
        padding: 12px 0;
    }
    .backend_development_process .swiper-slide:last-child .stpes{        
        margin-bottom: 0px;
    }
    .backend_development_process .swiper-slide:last-child .stpes::after{
            display: none;
    }    
    .why_choose_us .tech-cards {
        border-radius: 20px;
    }
    .technology-partner a.btn.btn-primary {
        bottom: 30px !important;
    }
}

@media (max-width: 575px){
    .banner-left-img{width: 100%;}
    .hero_section .banner-left-img img{aspect-ratio: 4/4;}
    .techs-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .impressive-numbers.benefits .bg-grid .phone-Image{width: 100%}
    .backend_process_step{
        overflow: visible;
    }
    .backend_development_process .stpes h5 {
        padding: 12px 0;
    }
    .backend_development_process .swiper-slide:last-child .stpes{        
        margin-bottom: 0px;
    }
    .backend_development_process .swiper-slide:last-child .stpes::after{
            display: none;
    }    
    .why_choose_us .tech-cards {
        border-radius: 20px;
    }
}

@media (max-width: 575px){
    .banner-left-img{width: 100%;}
    .techs-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .impressive-numbers.benefits .bg-grid .phone-Image{width: 100%}
    .impressive-numbers.benefits .bg-grid::before{
        left: 0;
        top: 0px;
        width: 100%;
        height: 50%;
    }
}