.wallet-page-1 img {
    object-fit: contain;
    width: 90%;
    height: 400px;
}

.wallet-page-1 .crypt-in-box-l h1 {
    font-size: 35px;
    font-weight: 900;
    line-height: 55px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 0;
}

.wallet-page-1 .crypt-in-box.cryexbx {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
}

.working_img {
    animation: jumping 3s linear 0s infinite alternate;
}

@keyframes jumping {
    0% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-25px);
    }
}




.feature-item-inner {
    display: flex;
    box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.30);
    padding: 40px 30px;
    border-radius: 3px;
    margin-top: 30px;
    border-radius: 20px 5px;
    background: #fff;

}

.feature-item-thumb {
    flex: 0 0 70px;
    -ms-flex: 0 0 80px;
    max-width: 70px;
    width: 70px;
    margin-right: 35px;
    transform: translate(0px, 0px);
    transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
}

.feature-item-thumb img {
    max-width: 100%;
    filter: invert(1);
}
.feature-item-content {
    width: 100%;
}

.feature-item-content h3,
.feature-item-content span {
    font-size: 19px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 15px;
}

.feature-item-content p {
    font-size: 14px;
    margin-bottom: 0;
}

.feature-item-inner:hover .feature-item-thumb {
    transform: translate(0px, -10px);
}



.currency-page-6 .exchange-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0 auto;
}

.currency-page-6 .card {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
    height: max-content !important;
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
}

.currency-page-three .card .back-box-c {
    border-radius: 12px;
    padding: 20px 12px;
    transition: 0.3s ease;
    height: 220px;
}

.currency-page-6 .card img {
    width: 50px;
    margin-bottom: 5px;
    filter: grayscale(1) brightness(0);
}

.currency-page-6 .card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 20px;
}

.currency-page-6 .card p {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.6;
}

.mob-new-stack-c {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}


.it_serbox {
    transition: all .5s ease 0s;
    margin: 0 0 30px;
    /* padding: 25px 15px 15px; */
    width: auto;
    /* height: 145px; */
    border-radius: 15px;
    text-align: center;
    /* box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    background: #fff; */
}

.ui-ux-heading {
    font-size: 30px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
}

span.stackhead {
    color: #313131;
    font-weight: 500;
    line-height: 28px;
    margin-top: 15px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

/* .it_serbox:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .5);
} */

.it_serbox img{
    height: 50px;
    object-fit: contain;
}

.web-ul-design li{
    position: relative;
    margin-bottom: 14px;
}

.web-ul-design li:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    left: -20px;
    top: 9px;
    background: #333;
}

.currency-page-9 .new-process .roadmap_box {
    height: 220px;
}


.web-design-img-down{
    height: 490px;
    width: 100%;
}

.company_home_box {
    box-shadow: 0 2px 4px #dedede;
    margin-bottom: 30px;
    padding: 25px 15px;
    text-align: center;
    border: 1px solid #f3f3f3;
    border-radius: 20px;
}
.company_home_box h4, .demo_list, .fantasy_sport_list_white, .solution_box {
    margin-top: 20px;
}
.company_home_box img.img1 {
    max-width: 60px;
}
.company_home_box h4 {
    font-size: 15px;
}
.call-action {
    background: hsl(308.69deg 71.43% 39.8% / 4%);
}
.call-action::after {
    content: "";
    background-image: linear-gradient(to right, rgb(126, 13, 179), rgb(174, 0, 162), rgb(207, 0, 144), rgb(231, 19, 126), rgb(247, 60, 110));
    width: 55%;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
}

.webapplications {
    padding: 0;
}
.webservices ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.webservices ul li {
    width: 25%;
    float: left;
    border-bottom: 1px solid #fff;
    padding: 15px 15px 15px 0;
    text-align: center;
}
section p {
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
section p a {
    color: #fff;
    line-height: normal;
}
.webservices {
    margin: 0;
    display: inline-block;
    width: 100%;
    padding-right: 40px;
}
.call-left-website img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}


/* hire-dedicated-developer-start */
.processBg {
    max-width: 1089px;
    margin: 30px auto 0;
    background: url(../../new-img/website-development-company/processbg.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .processImg,
  .sec04-box {
    height: 165px;
  }
  
  .processImg span {
    display: table;
    width: 100%;
    height: 100%;
  }
  
  .processImg span span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  
  
  .processNub {
    font-size: 45px;
    line-height: 70px;
    color: #dedede;
    font-weight: 600;
  }
  
  .processContent h4, .processContent span.pro-head {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 19px;
    line-height: 27px;
  }
  
  .step01 .processNub {
    margin-top: -52px;
    margin-left: -12px;
  }
  
  .step02 .processNub {
    position: absolute;
    top: -22px;
    left: 40px;
    right: 0;
  }
  
  .step03 .processNub {
    margin-top: -52px;
    margin-left: 10px;
  }
  
  .step04 .processNub {
    position: absolute;
    left: 0;
    top: -22px;
    right: 12px;
  }
  
  .step05 .processNub {
    margin-top: -52px;
    margin-left: -23px;
  }
  
  .processBg .col-md-3 {
    width: 20%;
    text-align: center;
    position: relative;
  }
  
  .step02 .processImg {
    margin-left: 7%;
  }
  
  .step02 {
    padding-left: 38px;
  }
  
  .common_section_fantasy_sports,
  .step01 {
    padding-left: 72px;
  }
  
  .ppc_management, .softweare_deveoplment {
    padding-top: 50px;
}
.hadding5, section h2, .ppc_management h3 {
    font-size: 32px;
    line-height: 45px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
}
.ppc_management p {
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}


.choose_box {
    padding: 30px 0 60px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.ppc_management .box_text {
    padding: 50px 30px 35px;
    height: 100%;
    display: grid;
    align-items: center;
    align-content: center;
}
.marketing-imp h2, .ppc_management .box_text h4 {
    font-size: 30px;
    font-weight: 600;
}
#blog p, .anip p, .choose-sec-new, .choose-text, .choose-text p, .contactform h3, .feature-box-4 p, .footer-lft p, .hireing a, .info-text h2, .most_appropriate_part_box2 p, .ppc_management .box_text p, .section-height .feature-desc, .why_go_with p {
    text-align: left;
}
.pull-right {
    float: right!important;
}
  
.timeline-box .timeline {
    padding: 0 2px;
    position: relative;
    width: 20%;
    float: left;
}
.timeline-box .timeline-icon {
    display: block;
    text-align: center;
    padding: 4px 0 43px;
    z-index: 1;
    position: relative;
}
.timeline-box .timeline-icon:before {
    width: 1px;
    height: 60%;
    background: #1994d6;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: .3s;
}
.timeline-box .timeline-icon i {
    width: 20px;
    height: 20px;
    margin: 15.5px;
    line-height: 35px;
    border-radius: 50%;
    background: #1994d6;
    font-size: 14px;
    color: #fff;
    transition: .3s;
    display: inline-block;
}
.timeline-box .border {
    height: 7px;
    background: #1994d6;
    margin-bottom: 20px;
    transition: .3s;
}
.timeline-box .timeline-content {
    padding: 15px 15px;
    border: 1px solid #ebeaea;
    background: #fff;
    border-radius: 3px;
    transition: .3s;
    text-align: center;
    box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.30);
}
.timeline-box .title {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px;
    transition: .3s;
}
.timeline-content .description {
    font-size: 12px;
    color: #888;
    margin: 0;
    transition: .3s;
    font-weight: 300;
    line-height: 22px;
}
.timeline-box .timeline-icon::before {
    content: "";
    width: 1px;
    height: 60%;
    background: #1994d6;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: .3s;
}
.timeline-box {
    display: inline-block;
    width: 100%;
    padding: 0 50px;
}
@media screen and (max-width: 550px) {
    .wallet-page-1 .crypt-in-box.cryexbx {
        display: flex;
        flex-direction: column;
    }

    .wallet-page-1 .crypt-in-box-l h1 {
        font-size: 30px;
        font-weight: 800;
        line-height: 42px;
    }

    .wallet-page-1 .mob-img-none img {
        object-fit: contain;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .btn-mid {
        flex-direction: column !important;
        gap: 15px;
    }

    .currency-page-14 .tab-tech-one {
        margin-top: 30px;
    }


    .currency-page-five .tab-tech-one {
        margin-top: 30px;
    }

    .btn-mid button {
        justify-content: center;
    }



    .cry-box-we-serve {
        grid-template-columns: 2fr 2fr;
    }

    .tab-tech-one {
        margin-top: 30px;
    }

    p.w-80 {
        width: 100% !important;
    }

    .bann-dd .mb-50 img {
        width: 100% !important;
    }

    .feature-item-thumb {
        margin: 0px;
    }

    .currency-page-6 .exchange-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .main-timeline .timeline {
        width: 100%;
        float: none;
    }

    .main-timeline .timeline-icon {
        padding: 5px 0 0!important;
    }
    .main-timeline .border {
        margin-bottom: 10px;
    }
    .main-timeline .timeline-content, .missin_hadding, .vision h4, .vision p {
        text-align: center;
    }
    .timeline-box .timeline {
        width: 100%;
    }
    .timeline-box .timeline-icon {
        display: none;
    }
    .timeline-box .border {
        display: none;
    }
    .timeline-box {
        padding: 0 30px;
    }
    .timeline-box .timeline-content {
        padding: 20px 15px;
    }
    .feature-item-inner {
        display: grid;
        grid-row-gap: 15px;
    }
    .ppc_management .box_text {
        padding: 10px 0px 5px;
    }

    section.ppc_management .container .row:nth-child(even) {
        flex-direction: column-reverse;
        margin-top: 20px;
        margin-bottom: 20px;
      }


}