.section-service-banner {
    position: relative;
    overflow: hidden;
}

.section-service-banner .banner-wrapper .banner-image {
    min-width: 100vw;
    min-height: 100%;
    object-fit: cover;
}

.section-service-banner .banner-wrapper {
    max-height: 600px;
    overflow: hidden;
    background-size: cover;
    background: #292a39 center;
}

.section-service-banner .banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    padding-bottom: 4.4%;
}

.round-item .item-inner:before {
    content: "";
    background: #ffcd06;
    width: 28px;
    height: 28px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px;
}

.round-item .item-inner {
    position: relative;
    top: -3px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.round-item .item-inner svg {
    -webkit-animation: round 1.5s linear infinite;
    animation: round 1.5s linear infinite;
}

.round-item {
    margin-left: 6px;
    margin-right: -72px;
}

@keyframes round {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(-45deg);
    }

    100% {
        transform: rotate(0);
    }
}

.round-item .item-inner:after {
    content: "";
    width: 1098px;
    height: 1099px;
    background: url(../images/ux-ui.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 53%;
    left: 46%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.section-service-banner h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.625;
    color: #fbfbfb;
    text-transform: none;
}

.section-service-banner .title-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 57px;
}

.section-service-banner .desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #fbfbfb;
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
}

.section-service-banner .desc a {
    color: inherit;
}

.section-service-banner .desc a:hover {
    color: #ffcd06;
}

.services-page .home-home-insights {
    background: #f0eff4;
    padding-top: 105px;
    padding-bottom: 72px;
}
.services-page .home-home-insights .sub-heading:before {
    background: #0D151F;
}
.services-page .home-home-insights .items h2 {
    margin-top: 0;
    color: #0d151f;
}

.services-page .home-home-insights .items .item .wraper, .services-page .home-home-insights .items .item .wraper h5 {
    color: #0d151f;
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}

.page-template-template-service-page .home-home-insights .item .content {
    font-family: "SF Pro Display";
}

.page-template-template-service-page .home-home-insights .item .content p {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
}

.services-page .home-home-insights .heading .sub-heading {
    border-bottom: 1px solid #0d151f;
}

.services-page .home-home-insights .items .image:before {
    background-image: url(../images/why-overlay-white.png);
}

.page-template-template-service-page .section.introduce {
    margin-top: 0;
}

.list-item .item .number-section:after {
    position: absolute;
    content: "";
    width: 79px;
    height: 79px;
    background: #fff;
    z-index: -1;
    left: -6px;
    top: -6px;
    border-radius: 50%;
}

.list-item .item .number-section {
    position: absolute;
}

.page-template-template-service-page .introduce-inner {
    padding: 73px 198px 28px;
}

body.page-template-template-service-page .section.section-banner .banner-title .container {
    max-width: 1400px;
}

section.design-services-top {
    padding-top: 23px;
    padding-bottom: 81px;
}

section.design-services.design-services-odd {
    background-color: #f1f0f5;
}

.services-page .top-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.design-services-top-title {
    text-transform: capitalize;
    color: #0d151f;
    line-height: 1.22222222;
    position: relative;
    margin-bottom: 0;
    width: 100%;
    max-width: 408px;
}

.design-services-top-title > span {
    position: absolute;
    margin-top: 56px;
    max-width: 298px;
    display: block;
    width: 100%;
}

.services-page .top-content .content {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    max-width: 708px;
    color: #0d151f;
    padding-top: 56px;
    flex: 1;
}

.top-section .top-content .title svg {
    top: -16px;
    left: -57px;
    transform: rotate(-6deg);
    position: absolute;
    width: 100%;
}

.top-section .top-content.aos-animate .title svg path {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    -webkit-animation: dash 5s linear forwards;
    animation: dash 5s linear forwards;
}

.design-services-top .top-section {
    background-position: center;
}


.services-page .bottom-section.aos-animate .image path {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    -webkit-animation: dash 5s linear forwards;
    animation: dash 5s linear forwards;
}


.design-services-odd .right-item {
    order: -1;
}

.top-section .list-design {
    display: block;
    padding-top: 70px;
    padding: 0;
}

.design-services-middle {
    padding-top: 100px;
    padding-bottom: 155px;
}

@media only screen and (min-width: 1400px) {
    .design-services-middle.design-services-even {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .design-services-even + .design-services-middle {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .design-services-middle {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.design-services-number {
    counter-increment: section;
    content: "" counter(section) "";
    color: #0149ab;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    width: 90px;
    height: 90px;
    min-width: 90px;
    background: rgba(255, 205, 6, 0.2);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 16px;
}

.design-services-middle .left-item {
    display: block;
    padding: 0;
}

.design-services-odd .left-item {
    padding-right: 0;
    text-align: right;
}



.list-design .item {
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
}

.list-design .item .right-item .title {
    font-style: normal;
    text-align: left;
    color: #0d151f;
    width: 100%;
    max-width: 600px;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.58333333;
    margin-bottom: 36px;
    display: flex;
    align-items: flex-start;
    padding-right: 5px;
}

.list-design .item .right-item .content {
    display: block;
    width: 100%;
}

body.page-template-template-service-page .introduce-inner .cicle:before {
    background-size: contain;
    background: url(../images/star.svg) no-repeat;
}

.list-design .item .right-item .content {
    color: #000;
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.625;
    margin-bottom: 32px;
    max-width: 610px;
}

.list-design .item-link {
    text-align: right;
}

.list-design .item-link .button {
    padding-left: 26.5px;
    padding-right: 26.5px;
}

.design-services-bottom {
    background-color: #fbfbfb;
    padding: 100px 0 65px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .design-services-bottom {
        padding: 80px 0 60px 0;
    }
}

.services-page .bottom-section {
    position: relative;
    overflow: hidden;
}

@media (min-width: 1440px) {
    .bottom-section {
        background-size: 1440px;
    }
}

.services-page .bottom-section.mobile {
    display: none;
}

.bottom-section .content {
    text-transform: capitalize;
    color: #0d151f;
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 10px;
}

.bottom-section .image img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.bottom-section .image {
    text-align: center;
    margin: 0 -24px;
    position: relative;
}

.bottom-section .image svg {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 86%;
}

section.why-aht-solution {
    max-width: 1100px;
    margin: auto;
    text-align: center;
    padding-bottom: 60px;
}

section.why-aht-solution .top-section .title {
    padding-bottom: 15px;
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #5a7184;
}

.list-item .item {
    width: calc(100% - 34px);
    padding: 36px 82px 32px;
    margin-bottom: 58px;
    position: relative;
    display: flex;
    position: relative;
    margin-bottom: 57px;
    align-items: center;
}

.list-item {
    display: flex;
    flex-direction: column;
}

.list-item .item:nth-child(odd) .number-section {
    width: 67px;
    height: 67px;
    position: absolute;
    border-radius: 50%;
    right: -32px;
    top: -32px;
    background: #ffcd06;
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    text-transform: capitalize;
    color: #fff;
    align-items: center;
    vertical-align: middle;
    display: inline-grid;
}

.list-item .item:nth-child(even) .number-section {
    width: 67px;
    height: 67px;
    position: absolute;
    border-radius: 50%;
    left: -32px;
    top: -32px;
    background: #ffcd06;
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    text-transform: capitalize;
    color: #fff;
    align-items: center;
    vertical-align: middle;
    display: inline-grid;
}

.list-item .item:nth-child(odd) {
    background: #eff9ff;
    border-radius: 12px;
}

section.why-aht-solution .top-section {
    margin-bottom: 80px;
}

section.why-aht-solution .left-item {
    width: 27%;
}

section.why-aht-solution .right-item {
    padding-left: 86px;
    width: 73%;
}

section.why-aht-solution .right-item .title {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-align: left;
    text-transform: capitalize;
    color: #183b56;
    padding-bottom: 15px;
}

section.why-aht-solution .right-item .content {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #183b56;
    padding-right: 0;
    text-align: left;
}

section.why-aht-solution .list-item .item:nth-child(even) .left-item {
    order: 2;
}

section.why-aht-solution .list-item .item:nth-child(even) .right-item {
    order: 1;
}

section.why-aht-solution .list-item .item:nth-child(even) .right-item {
    padding-left: 35px;
    width: 69%;
}

section.why-aht-solution .list-item .item:nth-child(even) .right-item .content {
    padding-right: 70px;
}

section.why-aht-solution .list-item .item:nth-child(even) .left-item {
    width: 31%;
}

section.why-aht-solution .list-item .item:nth-child(even) {
    margin-left: 31px;
    background: #fbfbfb;
    border-radius: 12px;
}

body.page-template-template-service-page .section-bottom {
    padding: 0 0 120px;
    max-width: 100%;
}

body.page-template-template-service-page .section-bottom .container {
    padding: 0 0;
    max-width: 1597px;
}

body.page-template-template-service-page .section-bottom .content {
    background: transparent;
    position: relative;
    display: block;
}
.page-template-template-service-page .home-home-insights .item .accodion-header {
    padding-bottom: 21px;
    padding-top: 31px;
}
body.page-template-template-service-page .section-bottom .content .content-left {
    width: 100%;
    position: absolute;
    z-index: 1;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 70px 147px;
    height: 100%;
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
}

body.page-template-template-service-page .section-bottom .content .image-right img {
    max-width: 100%;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    bottom: 0;
    position: relative;
}

body.page-template-template-service-page .section-bottom .content .image-right .image {
    border-radius: 16px;
    overflow: hidden;
}

body.page-template-template-service-page .section-bottom .content .image-right {
    max-width: 100%;
    width: 100%;
    position: relative;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    display: block;
}
.services-page .home-home-insights .heading span {
    color: #0d151f;
}
body.page-template-template-service-page .section-bottom .content .image-right.mobile {
    display: none;
}

.section-bottom .content .content-left h2 {
    color: #ffcd06;
    margin-bottom: 0;
    width: 100%;
}

body.page-template-template-service-page .section-bottom .content .content-left .button {
    height: 62px;
    padding: 18px 20px 14px;
}

.section-bottom .content .content-left .description {
    color: #fff;
    width: 100%;
}

.page-template-template-service-page .home-home-contact-us .heading h2 {
    text-transform: none;
    margin-bottom: 0;
}

@media (min-width: 1400px) {
    .design-services-odd .left-item {
        position: relative;
        right: -8px;
    }

    .list-design .item:nth-child(2n) .left-item {
        position: relative;
        left: -6px;
    }

    .list-design .item:nth-child(2n) .right-item {
        width: 53%;
        padding-left: 8px;
    }

    .list-design .item:nth-child(2n) .left-item {
        width: 47%;
        padding-right: 70px;
    }
}
@media (min-width: 1024px){
    .design-services-middle.design-services-even .left-item {
        width: 46.2%;
    }
}


@media only screen and (min-width: 768px) {
    .hidden-pc {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {

    .hidden-mb {
        display: none;
    }
    body.page-template-template-service-page .services-page .container {
        padding: 0 16px;
    }
    .services-page .list-design .item {
        flex-wrap: wrap;
        justify-content: center;
    }
    .design-services .right-item{
        width: 100%;
    }
}
@media screen and (max-width: 1400px) {
    body.page-template-template-service-page .section-bottom .content .content-left {
        padding: 35px 100px;
    }

    body.page-template-template-service-page .section.section-banner .banner-title h1 {
        font-size: 40px;
        line-height: 46px;
    }
}

@media screen and (max-width: 1350px) {
    .top-section .top-content .title svg {
        left: -39px;
        top: -28px;
    }
    .bottom-section .image{
        margin: 0 -2%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .section-service-banner h1 {
        font-size: 60px;
    }

    .list-design .item .right-item .title {
        font-size: 40px;
        line-height: 1.2;
        align-items: center;
    }

    .top-section .list-design .right-item .title:before {
        top: -10px;
        position: relative;
    }

    .page-template-template-service-page .introduce-inner {
        padding: 73px 100px 28px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-service-banner h1 {
        font-size: 54px;
    }

    section.design-services-top {
        padding-bottom: 30px;
    }

    /*.design-services-top-title {
        font-size: 24px;
    }

    .design-services-top-title > span {
        max-width: 216px;
    }*/

    .services-page .top-content .content {
        padding-top: 20px;
    }

    body.page-template-template-service-page .section-bottom .content .content-left {
        padding: 35px 50px;
    }

    .list-item .item {
        padding: 36px 35px 32px;
    }

    body.page-template-template-service-page .section-bottom .content .content-left .button {
        height: 55px;
        padding: 14px 20px;
    }

    .top-section .list-design .right-item .title:before {
        width: 70px;
        height: 70px;
        min-width: 70px;
        font-size: 40px;
        list-style: 1.20833333;
    }

    .list-design .item .right-item .title {
        font-size: 36px;
    }

    .design-services-middle .left-item {
        padding-left: 0;
        padding-right: 40px;
    }

    .design-services-odd .left-item {
        padding-left: 40px;
    }

    .list-design .item .right-item .content {
        font-size: 20px;
    }
}
.design-services.design-services-middle.design-services-odd:first-child .right-item {
    max-width: 605px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .section-bottom .content .content-left h2 {
        font-size: 24px;
        line-height: 28px;
    }

    body.page-template-template-service-page .section-bottom .content .content-left {
        padding: 15px 50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1999px) {
    body.page-template-template-service-page .section-bottom .content .content-left {
        padding: 75px 100px;
    }

    body.page-template-template-service-page .section-bottom .content .image-right img {
        height: 350px;
    }
}

.services-page .top-content .title-wrap {
    width: 42%;
}
@media only screen and (min-width: 768px) {
    .design-services.design-services-middle.design-services-odd .item-link {
        padding-right: 0;
    }

    .design-services-odd .item-link {
        padding-right: 5px;
    }
    
    .design-services-middle.design-services-even .right-item {
        width: auto;
        flex: 1;
        max-width: 605px;
    }
    .page-template-template-service-page .home-home-contact-us .backround-img {
        padding: 65px 0 65px 0;
    }
    
    .page-template-template-service-page .home-home-insights .items .image {

        padding-left: 7px;
/*        padding-bottom: 9px;*/
    }

    /*.page-template-template-service-page .home-home-insights .items {
        flex-wrap: nowrap;
        flex-direction: row;
        column-gap: 85px;
    }*/
    
    /*.page-template-template-service-page .home-home-insights .items .content-left {
        width: 51%;
        padding: 0;
    }*/
    
    .page-template-template-service-page .home-home-contact-us .button-more {
        margin-top: 64px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .page-template-template-service-page .home-home-insights .items .content-left {
        padding-right: 30px;
        width: 50%;
    }
    .services-page .home-home-insights .items .image {
        width: 50%;
        margin-top: 60px;
    }
    
    .page-template-template-service-page .home-home-insights .items {
        column-gap: 0px;
    }
}

@media screen and (max-width: 1023px) {

    .services-page .top-content .content {
        max-width: 605px;
    }

    .section-service-banner .title-box{
        margin-bottom: 27px;
    }
    .design-services-top .title-wrap {
        padding-left: 16px;
    }

    .section-service-banner h1{
        font-size: 40px;
    }


    .design-services-middle .left-item {
        padding-top: 2px;
        padding-left: 7px;
        padding-right: 0;
    }

    .design-services .right-item {
        order: -9;
        padding-bottom: 41px;
    }

    body.page-template-template-service-page .banner-title .container {
        padding: 0 30px;
    }   

    .services-page .list-item .item .number-section:after {
        left: -3px;
        top: 1px;
        width: 35px;
        height: 35px;
    }

    .services-page .home-home-insights .heading span {
        font-size: 12px;
        line-height: 15px;
        color: #0d151f;
        padding: 0;
    }

    .services-page section.why-aht-solution .list-item .item:nth-child(even) .number-section:after {
        left: 1px;
        top: 2px;
    }

    .services-page section.why-aht-solution .list-item .item:nth-child(even) .right-item .title {
        padding-top: 10px;
    }

    .services-page section.why-aht-solution .right-item .content {
        font-size: 14px;
        line-height: 19.6px;
    }

    .services-page section.why-aht-solution .top-section .title {
        padding-bottom: 10px;
        font-weight: 600;
        font-size: 14px;
        line-height: 16.8px;
    }

    .services-page section.why-aht-solution .top-section {
        margin-bottom: 55px;
    }

    .services-page .list-item .item:nth-child(odd) .number-section {
        width: 32px;
        height: 32px;
        right: -15px;
        top: -15px;
        font-size: 24px;
        line-height: 29px;
    }

    .services-page .list-item .item:nth-child(even) .number-section {
        width: 32px;
        height: 32px;
        left: -15px;
        top: -17px;
        font-size: 24px;
        line-height: 29px;
    }

    .services-page section.why-aht-solution .right-item .title {
        font-size: 16px;
        line-height: 25.2px;
        text-align: center;
        padding-top: 0;
        padding-bottom: 10px;
    }

    .services-page section.why-aht-solution {
        padding-top: 87px;
    }

    .services-page .design-services-middle .left-item img {
        width: 100%;
        max-width: 255.5px;
    }
    .page-template-template-service-page .top-section .list-design {
        padding: 0;
        margin: 0;
    }

    .page-template-template-service-page .introduce-inner {
        padding: 70px 45px 12px;
    }

    .page-template-template-service-page .section.introduce {
        padding: 89px 0 65px 0;
    }

    .page-template-template-service-page .section.introduce .container {
        padding: 0 15px;
    }

    body.page-template-template-service-page .introduce-inner .cicle:before {
        width: 21px;
        height: 21px;
    }

    .page-template-template-service-page .introduce-inner .cicle {
        width: 50px;
        height: 50px;
        top: -26.5px;
    }

    .design-services-top-title {
        text-align: center;
        margin-bottom: 9px;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        max-width: 253px;
        margin-left: 8px;
    }

    .services-page .top-content .content {
        display: inline-block;
        text-align: left;
        padding: 29px 0 0 0;
        font-size: 20px;
        line-height: 36px;
    }

    .services-page .list-design {
        display: block;
    }


    section.why-aht-solution .top-section .content {
        font-size: 24px;
        line-height: 26.4px;
        color: #183b56;
    }

    .services-page .list-item .item:nth-child(odd) {
        width: calc(100% - 15px);
        display: inline-flex;
        padding: 32px 27px;
        flex-wrap: wrap;
        margin-bottom: 26px;
    }

    section.why-aht-solution .list-item .item:nth-child(even) {
        padding: 22px 22px;
        display: inline-flex;
        flex-wrap: wrap;
        margin-left: 19px;
        margin-bottom: 34px;
    }

    section.why-aht-solution .list-item .item:nth-child(even) .right-item {
        padding-left: 0;
        width: 100%;
    }

    section.why-aht-solution .list-item .item:nth-child(even) .right-item .content {
        padding-right: 0;
    }

    section.why-aht-solution .right-item {
        padding-left: 0;
        width: 100%;
        order: -1;
        margin-bottom: 30px;
    }

    section.why-aht-solution .list-item .item:nth-child(even) .left-item {
        width: 100%;
    }

    section.why-aht-solution .right-item .content {
        padding-right: 0;
        text-align: center;
    }

    section.why-aht-solution .left-item {
        width: 100%;
        display: block;
    }

    section.why-aht-solution .left-item img {
        display: block;
        margin: 0 auto;
    }

    .section-bottom .content .content-left {
        width: 100%;
    }

    .section-bottom .content .content-left h2 {
        color: #ffcd06;
        text-align: center;
        font-size: 24px;
        line-height: 26.4px;
        margin-bottom: 10px;
    }

    .section-bottom .content .content-left .description {
        text-align: center;
        font-size: 14px;
        line-height: 19.4px;
        margin-bottom: 25px;
    }

    body.page-template-template-service-page .introduce-inner p {
        font-size: 14px;
        line-height: 19.6px;
        margin-bottom: 20px;
        font-weight: 400;
    }

    body.page-template-template-service-page .section-bottom .content .content-left .button {
        text-align: center;
        display: block;
        width: 220px;
        margin: 0 auto;
        height: 48px;
        padding: 14px 20px;
    }

    body.page-template-template-service-page .section-bottom .content .image-right.mobile {
        display: block;
        padding: 0;
    }

    body.page-template-template-service-page .section-bottom .container {
        padding: 0 15px;
    }

    body.page-template-template-service-page .section-bottom .content .content-left {
        padding: 0 50px 100px;
        bottom: 0;
        height: auto;
    }

    section.design-services-top {
        padding-top: 54px;
        padding-bottom: 40px;
    }

    body.page-template-template-service-page .section.section-banner .banner-title h1 {
        font-size: 24px;
        line-height: 26.4px;
    }

    body.page-template-template-service-page .section-bottom .content .image-right img {
        max-height: 400px;
        border-radius: 12px;
    }

    body.page-template-template-service-page .section-bottom .content .image-right {
        padding: 0;
    }

    .services-page .home-home-insights .items h2 {
        margin-bottom: 31px;
    }

    .services-page .home-home-insights .items .item .wraper {
        padding: 0;
        margin-bottom: 0;
    }

    .services-page .home-home-insights .items .item .wraper h5 {
        margin-bottom: 23px;
        font-size: 20px;
    }

    .design-services-top-title > span {
        max-width: 208px;
        position: unset;
        text-align: left;
    }

    .top-section .top-content .title svg {
        top: -53px;
        left: -25px;
    }

    .design-services-middle {
        padding: 40px 0 38px 0;
    }

    section.design-services.design-services-even + section.design-services.design-services-odd {
        padding-bottom: 35px;
    }

    .design-services-bottom {
        padding: 40px 0 30px 0;
    }

    .services-page .home-home-insights .heading .sub-heading {
        display: inline-block;
        padding-bottom: 2px;
        margin-bottom: 0;
    }

     .services-page .home-home-insights .heading {
        margin-bottom: 28px;
        text-align: right;
    }

    .page-template-template-service-page .home-home-insights {
        padding: 43px 0 38px 0;
    }

    .services-page .home-home-insights .item .accodion-header {
        padding: 0;
        padding-right: 30px;
    }

    .services-page .home-home-insights .items .item {
        padding: 0;
        margin-bottom: 20px;
    }

    .services-page .home-home-insights .accodion-header .icon-toggle {
        top: 6px;
    }

    .services-page .home-home-insights .items .image .img-shadow {
        right: 20px;
    }

    img.design-services-why-right ~ .img-shadow {
        display: none;
    }

    .services-page .home-home-contact-us .button-more {
        margin-top: 45px;
    }

    .services-page .home-home-contact-us .button {
        font-size: 14px;
        line-height: 125%;
        padding: 11px 16px;
        height: 40px;
        width: initial;
        font-family: "SF Pro Display";
        letter-spacing: initial;
    }
}

@media (max-width: 767px){
    .bottom-section .image svg{
        display: none;
    }
    .bottom-section .image {
        margin: 0;
    }
    .services-page .home-home-contact-us .heading h2 {
        font-size: 20px;
        line-height: 125%;
    }
    .services-page .home-home-insights .items .item .wraper h5 {
        font-size: 16px;
        line-height: 32px;
        padding: 0;
        margin-bottom: 23px;
    }
    .services-page .home-home-insights .item .content {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: initial;
        font-family: "SF Pro Display";
        margin-top: -9px;
    }
    .services-page .home-home-insights .items h2 {
        font-size: 20px;
        line-height: 125%;
    }

    .bottom-section .content {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 19px;
    }

    .list-design .item-link .button {
        font-size: 12.8571px;
        line-height: 100%;
        padding: 12px 18px;
        height: 40px;
    }
    .list-design .item .right-item .title {
        margin-bottom: 36px;
        font-size: 24px;
        line-height: calc(27 / 24);
        padding-right: 30px;
    }

    .list-design .item .right-item .content {
        padding-right: 0;
        font-size: 16px;
        line-height: calc(39 / 16);
    }

     span.design-services-number {
        font-size: 12.8px;
        line-height: calc(16 / 12.8);
        width: 24px;
        height: 24px;
        min-width: 24px;
    }
    
    .services-page .top-content .title-wrap {
        width: 100%;
    }
    .services-page .top-content {
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
    }

    img.design-services-why-right + img {
        display: none;
    }
    .section-service-banner h1 {
        font-size: 24px;
        line-height: 125%;
    }   
    .section-service-banner .banner-content {
        top: 46%;
        transform: translateY(-30%);
    }
    
    .home-home-insights .items .content-left {
        width: 100%;
        padding-right: 0;
    }
    
    .page-template-template-service-page .home-home-contact-us .button-more {
        margin-top: 16px;
    }
    
    .bottom-section .image img {
        width: 49%;
        margin: 0 auto;
    }

    section.design-services-top {
        padding-top: 44px;
    }
    
    .design-services-top .title-wrap {
        padding-left: 22px;
    }
    
    .top-section .top-content .title svg {
        top: -55px;
        left: -25px;
        transform: rotate(0deg);
    }
    .services-page .top-content .content {
        max-width: 100%;
    }
    .services-page .list-design .item{
        width: 100%;
    }
    .services-page .home-home-insights .items .content-left {
        margin-bottom: 0;
    }
    .services-page .top-content .content {
        padding: 61px 0 0 0;
    }
    .services-page .home-home-insights .items .item {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 625px) {
    .page-template-template-service-page .home-home-contact-us .backround-img {
        padding: 32px 0 31px;
    }
}

@media screen and (max-width: 639px) and (min-width: 501px) {
    .page-template-template-service-page .bottom-section .content {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 500px) {
    body.page-template-template-service-page .section-bottom {
        padding: 0 0 25px;
    }

    .services-page .bottom-section.mobile {
        display: block;
    }

    .services-page .bottom-section.mobile img {
        max-width: 100%;
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    body.page-template-template-service-page .section-bottom .content .image-right img {
        max-height: 100%;
    }
}

@media screen and (max-width: 480px) {

    .section-service-banner .desc p {
        font-size: 10px;
        line-height: 125%;
    }
    
}
@media screen and (max-width: 375px) {
    body.page-template-template-service-page .section-bottom .content .content-left {
        padding: 0 30px 64px;
    }
}

@media screen and (max-width: 350px) {
    .page-template-template-service-page .introduce-inner {
        padding: 70px 25px 12px;
    }
}
