.inner-project-brand {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.56) 100%);
    width: 100%;
}



.inner-project-brand img {
    height: 35px;
}

@media screen and (max-width:768px) {
    .tech-top-title {
        font-size: 20px;
    }
}

.tp-price-area {
    left: 0;
    right: 0;
    top: -200px;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.breadcrumb__area {
    padding-top: 200px;
    align-items: flex-start;
    min-height: 720px;
}

.tech-video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #333;
}

.tech-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tech-top-content {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
}

.breadcrumb__title span {
    color: #FFF;
}


.breadcrumb__text p {
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    line-height: 1.75;
    /* 175% */
}

.tech-swiper_btn {
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    margin-top: 30px;
}
.tech-swiper_btn:hover{
    color: #E93A3A;
}
.tech-swiper_btn:hover i{
    color: #E93A3A;
    transition: all 0.3s ease-out 0s;
}

.tech-swiper_btn i {
    font-size: 12px;
    color: #000;
}


@media (max-width: 768px) {
    .tp-home-serve-item:nth-of-type(1) {
        border-bottom: none;
    }

    .tp-home-serve-item:nth-of-type(3) {
        padding: 28px 0;
        margin: 0 16px;
        border-left: none;
    }

    .breadcrumb__area {
        padding-top: 150px;
    }
}

.swiper {
    width: 100%;
    height: 100%;
}

.nav-item {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.nav-item img {
    display: block;
    object-fit: cover;
}

.tp-tech_scrollbar {
    background: rgba(1, 16, 61, 0.16);
    height: 2px;
    width: 50%;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.techSwiper .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    background: #202124;
    border-radius: 4px;
    left: 0;
    top: 0;
}

.tp-custom-accordio-2 .accordion-items {
    margin-bottom: 0;
    border-radius: 0;
    background: transparent;


}

/* .accordion-button {
    background: transparent;
    display: block;
}

.accordion-flush .accordion-item .accordion-button {
    padding: 47px 48px 62px;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    padding-bottom: 13px !important;
}

.accordion-button::after {
    position: absolute;
    content: "\f106";
    background-image: none;
    top: 61px;
    right: 48px;
    font-size: 21px;
    opacity: 1;
    height: 44px;
    width: 44px;
    line-height: 40px;
    border: 1px solid #f3f3f3;
    color: #ACACAC;
    text-align: center;
    border-radius: 50%;
    transform: rotate(90deg);
    transition: 0.5s;
    font-weight: 300;
}

.accordion-button:not(.collapsed)::after {
    color: #000;
    transform: rotate(180deg);
    background-image: none;
    box-shadow: 0px 4.639px 18.557px rgba(0, 0, 0, 0.08);
} */

.tp-custom-accordio-2 .accordion-body {
    color: #606367;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    text-align: left;
}

.tp-custom-accordio-2 .accordion-body span {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 180%;
    /* 28.8px */
}

/* .tp-custom-accordio-2 .accordion-buttons {
    background: transparent;
    padding: 48px 48px 62px;
} */

.tech-swiper-img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.tech-swiper_title {
    color: #000227;
    font-size: 24px;
    font-weight: 700;
    margin: 13px 0 11px;
}

.tech-swiper_desc {
    color: #606367;
    font-size: 16px;
    font-weight: 400;
}

/* .tp-custom-accordio-2 .accordion-buttons::after {
    top: 84px;
    right: 48px;
} */


.nav-link {
    border: 1px solid #EBECF0;
    border-top: none;
    border-collapse: collapse;
    /* 合并相邻边框*/
    padding: 48px 0;
}


.nav-link.active {
    border-color: #FFF;
    border-collapse: collapse;
    /* 合并相邻边框*/
}

.tech-swiper_rows {
    border-radius: 30px;
    overflow: hidden;
}

.tech-swiper_arrow {
    border-radius: 50%;
    border: 1px solid #f3f3f3;
    color: #ACACAC;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    transition: all 0.3s ease-out 0s;
}

.tech-swiper_arrow .far {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transform: rotate(90deg);
}

.tech-swiper_box {
    background-color: #FFF;
    border-radius: 30px;
    border: 1px solid #EBECF0;
}

.tech-swiper_content {
    margin-top: 50px;
    padding: 0 120px 50px;
    color: #606367;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5;
    /* background-image: url('/static/img/tech/tech-bg.jpg');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right bottom; */
    position: relative;
}
.tech-swiper_content p{
    margin-bottom: 0;
    line-height: 28px;
}
.tech-swiper_content span {
    color: #606367;
    font-weight: 700;
}

.tech-swiper_box .test-next {
    left: 35%;
    bottom: -55px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out 0s;
}

.tech-swiper_box .test-next .far {
    color: #000;
}

.tech-swiper_box .test-prev .far {
    color: #000;
}

.tech-swiper_box .test-prev {
    right: 35%;
    bottom: -55px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out 0s;
}

.tech-swiper_box .test-next:hover {
    background-color: #E93A3A;
}

.tech-swiper_box .test-prev:hover {
    background-color: #E93A3A;
}

.tech-swiper_box .test-next:hover .far {
    color: #FFF;
}

.tech-swiper_box .test-prev:hover .far {
    color: #FFF;
}

.nav-item .nav-link.active .tech-swiper_arrow {
    box-shadow: 0px 4.639px 18.557px rgba(0, 0, 0, 0.08);
}

.nav-item:hover .nav-link .tech-swiper_arrow {
    box-shadow: 0px 4.639px 18.557px rgba(0, 0, 0, 0.08);
}

.nav-item .nav-link.active .tech-swiper_arrow .far {
    color: #000;
}

.nav-item:hover .nav-link .tech-swiper_arrow .far {
    color: #000;
}

.col-custom {
    padding: 40px 40px 50px 37px;
}

.inner-project-box {
    overflow-x: scroll;
    flex-wrap: nowrap;
    /* padding-left: 85px; */
}

.tp-faq-left {
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: top right;
}

.tp-account-area {
    margin-bottom: -125px;
}

.tp-faq-left-wrapper {
    transform: translateY(-80px);
}

/* 成功案例滚动条样式开始 */
.inner-project-box::-webkit-scrollbar {
    height: 2px;
    background-color: #ced1d7;
    display: none;
}

.inner-project-box::-webkit-scrollbar-track {
    height: 2px;
    background-color: #ced1d7;
}

.inner-project-box::-webkit-scrollbar-thumb {
    height: 2px;
    background-color: #66686b;
}

/* .inner-project-width:first-child {
    margin-left: 85px;
} */

/* 成功案例滚动条样式结束 */





.tp-choose {
    background-color: #FFF;
    border-radius: 30px;
    text-align: center;
    height: 622px;
}

.choose-item-box {
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tp-choose .choose-item1 {
    border-bottom: 1px solid;
    border-image-source: linear-gradient(to left, rgba(230, 230, 230, 1), rgba(230, 230, 230, 0));
    border-image-slice: 1;
}

.tp-choose .choose-item2 {
    border-left: 1px solid;
    border-image-source: linear-gradient(to top, rgba(230, 230, 230, 1), rgba(230, 230, 230, 0));
    border-image-slice: 1;
    margin-left: -1px;
}

.tp-choose .choose-item3 {
    border-right: 1px solid;
    border-image-source: linear-gradient(to bottom, rgba(230, 230, 230, 1), rgba(230, 230, 230, 0));
    border-image-slice: 1;
}

.tp-choose .choose-item4 {
    border-top: 1px solid;
    border-image-source: linear-gradient(to right, rgba(230, 230, 230, 1), rgba(230, 230, 230, 0));
    border-image-slice: 1;
    margin-top: -1px;
}

.choose-item {}

.choose-item h4 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 28px;
}

.choose-item .choose-item_desc {
    padding: 6px 22px;
    border-radius: 42px;
    background-color: #FFF4F4;
    color: #E93A3A;
    font-size: 18px;
    margin-bottom: 19px;
}

.tp-choose-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tp-choose-top div {
    width: 122px;
    height: 122px;
    flex-shrink: 0;
    background-color: #FFF;
    border-radius: 50%;
    fill: #FCFCFC;
    stroke-width: 1px;
    stroke: #E6E6E6;
    box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.30) inset, -1px -1px 2px 0px rgba(227, 227, 227, 0.50) inset;
    filter: drop-shadow(17px 17px 43px rgba(227, 227, 227, 0.90)) drop-shadow(-17px -17px 34px rgba(255, 255, 255, 0.90)) drop-shadow(17px -17px 34px rgba(227, 227, 227, 0.20)) drop-shadow(-17px 17px 34px rgba(227, 227, 227, 0.20));
}

.app-item {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.app-item:hover .app-desc {
    bottom: 0;
    background: rgba(233, 58, 58, 0.80);
    backdrop-filter: blur(7px);
}

.app-item:hover .app-desc-row {
    opacity: 1;
}

.app-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -300px;
    height: 100%;
    color: #FFF;
    font-size: 24px;
    padding: 50px 30px;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%); */
    transition: all 0.3s ease-out 0s;
}

.app-desc-title {
    margin-bottom: 19px;
}

.app-desc-row {
    font-size: 16px;
    line-height: 150%;
    /* 24px */
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}



.service-content_item {
    border-radius: 30px;
    border: 1px solid #EBECF0;
    padding: 41px 40px 0;
    height: 285px;
}
.service-content_item p{
    line-height: 1.5;
}

.service-content_image {
    width: 70px;
    height: 70px;
}

.service-content_title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin: 26px 0 12px;
}

.service-content_desc {
    color: #666;
    font-size: 18px;
    display: inline-flex;
    padding: 4px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 42px;
    background: #F6F6F6;
    margin-right: 16px;
}
.service-content_desc:nth-child(even){
    margin-right: 0;
}

.newTechSwiper-img {
    object-fit: cover;
}

.newTechSwiper-logo {
    height: 50px;
    margin-top: 75px;
    margin-bottom: 30px;
}

.newTechSwiper-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 45px;
}

.newTechSwiper-item {
    padding: 0;
    border-radius: 30px;
    border: 1px solid #EBECF0;
    overflow: hidden;
    background: linear-gradient(257deg, rgba(255, 255, 255, 0.00) 87.23%, #FFF 95.63%), url(<path-to-image>) lightgray 1522978642.014px 24922945547.584px / -1135041256.714% -9694187549.633% no-repeat, #FFF;
}

.swiper-button-newTech {
    position: static;
    border-radius: 50%;
    border: 1px solid #f3f3f3;
    color: #ACACAC;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11px;
    transition: all 0.3s ease-out 0s;
    margin-right: 25px;
}

.swiper-button-newTech i {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.swiper-button-newTech:hover {
    box-shadow: 0px 4.639px 18.557px rgba(0, 0, 0, 0.08);
}

.swiper-button-newTech:hover i {
    color: #000;
}

.blueprint-item{
    display: flex;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 0;
    /* color: #000;
    font-size: 16px; */
}
.blueprint-item::before{
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background-color: #E93A3A;
    margin-right: 10px;
}

.blueprint-item2::before{
    background-color: #FFA858;
}
.blueprint-item3::before{
    background-color: #9C88FF;
}

.corporate-marketing_item{
    width: 20%;
}

@media (max-width: 1600px) {
    .blog-details-img-area {
        padding-left: 60px;
        padding-right: 60px;
    }

    /* .tp-platform-area1{
        padding-left: 60px;
    } */
    .inner-project-width:first-child {
        margin-left: 60px;
    }

    .inner-project-width {
        width: 420px;
    }

    .breadcrumb__area {
        min-height: 525px;
        padding-top: 120px;
    }

    .tp-price-area {
        bottom: -250px;
    }

    .tp-choose-right-title,
    .about-title h2 {
        font-size: 35px;
    }

    .tp-choose-box {
        margin-top: 260px;
    }
    .tp-price-area {
        bottom: -360px;
    }
    .tech-swiper_title,.choose-item h4{font-size: 20px;}
    .tech-swiper-img{
        width: 60px;
        height: 60px;
    }
    .tech-swiper_content {
        margin-top: 40px;
        padding: 0 100px 40px;
        font-size: 14px;
    }
    .tech-swiper_content p,.tech-swiper_btn{
        font-size: 14px;
    }
    
    .tp-choose{
        height: 580px;
    }
    .inner-project-brand-desc{
        font-size: 18px;
    }
    .choose-item .choose-item_desc{
        font-size: 16px;
    }
    .app-desc{bottom: -276px;}
    .service-content_title{font-size: 20px;}
    .service-content_desc{font-size: 16px;}
    
}
@media (max-width: 1400px) {
    .tech-swiper_title{
        font-size: 18px;
    }
    .tech-swiper-img{
        width: 50px;
        height: 50px;
    }
    .tech-swiper_arrow{
        width: 32px;
        height: 32px;
    }
    .tech-swiper_arrow .far,.tech-swiper_content,.breadcrumb__text p{
        font-size: 14px;
    }
    .tech-swiper_content{
        margin-top: 32px;
        padding: 0 80px 32px;
    }
    .breadcrumb__title {
        font-size: 28px;
    }
    .tp-btn-yellow {
        border-radius: 64px 64px 64px 0;
        height: 32px;
        padding: 0 28px;
        font-size: 14px;
        line-height: 32px;
    }
    .tech-swiper_btn{
        font-size: 14px;
    }
    
    .tp-choose{
        height: 440px;
    }
    .choose-item h4{
        font-size: 20px;
        margin-bottom: 22px;
    }
    .choose-item .choose-item_desc{
        font-size: 16px;
        margin-bottom: 15px;
        padding: 4px 18px;
    }
    .tp-choose-top div{
        width: 80px;
        height: 80px;
    }
    .tp-panel-title-2{
        font-size: 24px;
        line-height: 1;
    }
    .tp-panel-item-2 li{
        font-size: 14px;
    }
    .tp-panel-title{
        font-size: 18px;
    }
    .tp-panel-content .iconfont{
        font-size: 34px;
    }
    .tp-panel-content-2 .iconfont{
        font-size: 42px;
    }
    .col-custom{
        height: 400px;
    }
    .inner-project-brand-desc{
        margin: 24px 18px;
    }
    .app-item{
        border-radius: 22px;
    }
    .app-desc{
        font-size: 20px;
        bottom: -237px;
    }
    .service-content_item{
        border-radius: 22px;
        padding: 32px 32px 0;
        height: 220px;
    }
    .service-content_image{
        width: 55px;
        height: 55px;
    }
    .service-content_title{
        font-size: 18px;
        margin: 16px 0;
    }
    .service-content_desc{
        font-size: 14px;
        padding: 4px 16px;
        margin-right: 10px;
        border-radius: 32px;
    }
    .newTechSwiper-logo {
        height: 38px;
        margin-top: 55px;
        margin-bottom: 22px;
    }
    .newTechSwiper-desc {
        font-size: 14px;
        margin-bottom: 28px;
    }
    .swiper-button-newTech{
        width: 36px;
        height: 36px;
    }
    .swiper-button-newTech i{
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .inner-project-brand-desc {
        margin: 18px 16px;
        font-size: 16px;
    }
    .tech-top-content{
        top: 0;
        align-items: center;
    }
    .tp-choose {
        height: auto;
    }

    .tp-choose-top {
        display: none;
    }

    .choose-item h4 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .app-item {
        height: 100%;
        border-radius: 16px;
    }


    .tp-choose .choose-item1,
    .tp-choose .choose-item2,
    .tp-choose .choose-item3,
    .tp-choose .choose-item4 {
        border: none;

    }

    .choose-item {
        border-bottom: 1px solid #E6E6E6;
        padding: 24px 0;
    }

    .choose-item .choose-item_desc {
        font-size: 14px;
        margin-bottom: 14px;
        padding: 4px 16px;
        border-radius: 32px;
    }

    .app-desc {
        display: flex;
        flex-direction: column-reverse;
        font-size: 16px;
        padding: 16px;
        bottom: 0;
        background: rgba(0, 0, 0, 0.20);
    }

    .app-item:hover .app-desc {
        background: rgba(0, 0, 0, 0.20);
        backdrop-filter: none;
    }

    .app-desc-title {
        margin-bottom: 0;
    }

    .app-desc-row {
        display: none;
    }

    .service-content_item {
        border-radius: 16px;
        height: 100%;
        padding: 16px 16px 0;
    }

    .service-content_image {
        width: 50px;
        height: 50px;
    }

    .service-content_title {
        font-size: 14px;
        margin: 16px 0;
    }

    .service-content_desc {
        margin-right: 0;
        margin-bottom: 16px;
        padding: 6px 16px;
        font-size: 12px;
        border-radius: 32px;
    }

    

    .newtech-6 {
        margin-bottom: calc(var(--bs-gutter-x) * .5);
    }

    .newtech-6:nth-child(odd) {
        padding: 0 calc((var(--bs-gutter-x) * .5) / 2) 0 calc(var(--bs-gutter-x) * .5);
    }

    .newtech-6:nth-child(even) {
        padding: 0 calc(var(--bs-gutter-x) * .5) 0 calc((var(--bs-gutter-x) * .5) / 2);
    }

    .tp-platform-area1 {
        padding-bottom: 0;
    }

    .tp-platform-area2 {
        margin-top: 0;
    }

    .tp-platform-area3 {
        margin-top: 0;
        padding-bottom: 40px;
    }

    .newTechSwiper-item a {
        margin-left: 16px;
    }

    .newTechSwiper-logo {
        height: 32px;
        margin: 35px 16px 16px;
    }

    .newTechSwiper-desc {
        font-size: 14px;
        margin: 0 16px 22px;
    }

    .swiper-button-newTechList {
        position: static;
    }

    .swiper-button-newTech {
        margin: 25px;
        width: 32px;
        height: 32px;
    }

    .swiper-button-newTech i {
        font-size: 14px;
    }
    .blueprint-item::before{
        width: 14px;
        height: 14px;
    }
    .tp-account-area{
        margin-top: 0;
     }
     .blog-details-img-area{
        margin-bottom: 45px;
     }
     .tp-platform-area3{
        padding: 45px 0;
        margin-top: 45px;
     }
}

@media (max-width: 768px) {
    
    .inner-project-width:first-child {
        margin-left: 0;
    }

    .breadcrumb__area {
        min-height: 370px !important;
        padding-top: 100px;
    }

    .blog-details-img-area {
        padding: 0 24px;
        margin-bottom: 24px;
    }

    .blog-details-big-img {
        margin-top: -50px;
    }

    .tech-swiper-img {
        width: 40px;
        height: 40px;
    }

    .tech-swiper_title {
        margin: 3px 0;
        font-size: 14px;
    }

    .tp-custom-accordio-2 {
        margin-bottom: 24px;
    }

    .tech-swiper_content {
        margin-top: 0;
        font-size: 14px;
        padding: 0 24px 24px;
    }

    .test-next,
    .test-prev {
        top: auto !important;
        bottom: -55px;
    }

    .tech-swiper_box .test-next {
        left: 35%;
    }

    .tech-swiper_box .test-prev {
        right: 35%;
    }

    .tech-swiper_box .far {
        color: #000 !important;
    }

    .row-custom-wrapper {
        overflow-x: scroll;
    }

    .row-custom {
        flex-direction: row;
        width: max-content;
    }

    .col-custom {
        width: 310px !important;
        padding: 28px 24px;
        height: auto;
        min-height: 200px;
    }

    .row-custom-padding_r {
        padding-right: 0;
    }

    .tp-panel-title-2 {
        font-size: 16px;
        margin-bottom: 11px;
    }

    .tp-panel-content-2 p {
        font-size: 14px;
    }

    .tp-panel-content-2 .iconfont {
        font-size: 32px;
    }

    .inner-project-box {
        overflow-x: scroll;
        flex-wrap: wrap;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    .inner-project-brand img {
        height: 28px;
    }


    .tp-faq-md-box_f {
        overflow-x: scroll;
    }

    .tp-faq-left {
        padding-left: calc(var(--bs-gutter-x)* .5);
        padding-top: 0;
        justify-content: flex-start !important;
    }

    .tp-account-area {
        margin-top: 35px;
        margin-bottom: 0;
    }

    .tp-faq-left-wrapper {
        transform: translateY(0);
        margin-bottom: 16px;
    }

    .tp-faq-md-box {
        display: flex;
        width: max-content;
    }

    .tp-faq-md-item {
        width: 300px;
        min-height: 190px;
        padding: 29px 24px;
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
        margin: 16px 8px;
    }

    .tp-faq-md-title {
        color: #000227;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 11px;
    }

    .tp-faq-md-desc {
        color: #606367;
        font-size: 14px;
        line-height: 1.5;
        /* 157.143% */
    }
}

@media (max-width: 576px) {
    .breadcrumb__area {
        min-height: 200px !important;
        padding-top: 100px;
    }
    .breadcrumb__area .breadcrumb__text,.breadcrumb__area .tp-btn-yellow{
        display: none;
    }
    .nav-link {
        padding: 16px 0;
    }
    .blog-details-big-img{
        margin-top: 15px;
    }
    .tech-swiper_content div:last-child{
        right: 16px !important;
        bottom: -16px !important;
    }
    .tech-top-content{
        top: 23px !important;
    }
    .tp-platform-area2{
        padding-bottom: 0;
    }
    .tech-swiper_content{
        padding: 16px 16px 40px;
    }
    .tech-swiper_title{
        margin: 6px 0 3px;
        font-size: 14px !important;
    }
    .blog-details-img-area{
        padding-right: calc(30px * .5);
        padding-left: calc(30px * .5);
    }
    .tech-swiper_box{
        border-radius: 15px;
    }
    .tech-swiper_btn{
        margin-top: 10px;
    }
    .tp-faq-left{
        background-position: bottom right;
        background-size: 50%;
    }
    .tp-faq-area{
        padding-top: 20px;
    }
    .tp-faq-section-box{
        padding-bottom: 0;
    }
    .service-content_item{
        padding: 16px 12px 0;
    }
    .tp-feature-five-content p{
        height: auto !important;
        line-height: 1.5;
    }
    .tp-feature-five-icon{
        margin-bottom: 12px;
    }
    .tp-feature-five-icon{
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }
    .tp-feature-five-icon i{
        font-size: 42px !important;
    }
    .m2whlst li{
        height: 300px !important;
    }
    .m2whDes p{
        opacity: 0.8;
    }
    .tp-faq-md-item{
        min-height: auto;
    }
}