@media screen and (min-width: 1000px) {
    .three-board-section .sticky-height {
        height: 450vh;
    }

    .three-board-section .sticky-3-board {
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .three-board-section .sticky-relative {
        height: 100vh;
        position: relative;
    }

    .three-board-section .single-board {
        height: 100vh;
        position: absolute;
        top: 0;
        background-color: #fff;
        width: 100%;
        transition: 0s;
    }

    .three-board-section .single-board:nth-child(2) {
        background-color: #8db4f9;
    }

    .three-board-section .single-board:nth-child(4) {
        background-color: #F9F0FE;
    }

    .three-board-section .single-board:nth-child(2) .single-advantage-image {
        box-shadow: none;
    }

    .three-board-section .single-board:nth-child(4) .single-advantage-image {
        box-shadow: none;
    }

    .three-board-section .advantages-detail .visitor-icon-list .single-visitor-icon>div {
        background-color: #fff;
    }

    .three-board-section .single-board:nth-child(1) {
        z-index: 9;
        box-shadow: 5px 5px 5px #D9D9D9;
    }

    .three-board-section .single-board:nth-child(2) {
        z-index: 8;
        box-shadow: 5px 5px 5px #D9D9D9;
    }

    .three-board-section .single-board:nth-child(4) {
        z-index: 6;
    }

    .single-advantage.fade-up-box .fade-up-item,
    .svg-fade,
    .single-advantage-image {
        transition: unset;
        visibility: visible;
        opacity: 1;
        transform: unset;
    }

    .single-advantage.fade-up-box.show>.fade-up-item,
    .single-advantage-image.show .svg-fade,
    .single-advantage-image.show {
        visibility: visible;
        opacity: 1;
        transform: unset;
    }
}

@media screen and (max-width: 990px) {
    :root {
        --font60-landing: 36px;
        --font60: 36px;
        --font48: 34px;
        --font42: 32px;
        --font40: 30px;
        --font32: 28px;
        --font30: 26px;
        --font26: 24px;
        --font24: 22px;
        --font20: 18px;
        --font18: 17px;
        --font16: 16px;
        --font14: 14px;
    }

    .mouse {
        display: none;
    }

    .top-nav-wrapper {
        padding: 0;
        transition: .5s ease-in-out;
        position: fixed;
    }

    .top-nav-wrapper.opened {
        height: 100vh;
    }

    .top-nav {
        border-radius: 0;
        flex-wrap: wrap;
        align-content: flex-start;
        box-shadow: none;
    }

    body.black .top-nav {
        box-shadow: none;
    }

    .top-nav .left-icon-area,
    .top-nav .right-btn-area {
        flex-basis: 50%;
        width: 50%;
        height: 90px;
    }

    .top-nav .left-icon-area p {
        white-space: normal;
    }

    .top-nav .center-btn-area {
        height: fit-content;
        height: -moz-fit-content;
        border-top: .5px solid #1a1a1a26;
        justify-content: flex-start;
    }

    .top-nav .center-btn-area ul {
        padding-left: 25px;
        flex-direction: column;
    }

    .top-nav .center-btn-area ul li {
        margin: 20px 0 0;
        display: block;
        font-size: var(--font24);
    }

    .top-nav .right-btn-area .side-menu {
        display: block;
    }

    .top-nav .right-btn-area .nav-get-started {
        display: none;
    }

    .top-nav .center-btn-area {
        order: 3;
        flex-basis: 100%;
        width: 100%;
    }

    .top-nav-wrapper.opened .top-nav .mobile-bottom-contact {
        visibility: visible;
        opacity: 1;
    }

    .features-section .features-e-commerce .features-desc {
        width: 100%;
    }

    .features-section .features-name.special-tag::after {
        display: block;
        width: fit-content;
        width: -moz-fit-content;
        margin: 15px auto 0;
    }

    .features-section {
        margin-bottom: 100px;
    }

    .portfolio-section .left-portfolio-text p {
        margin-left: 0;
    }

    .portfolio-section .all-portfolio {
        margin-top: 45px;
    }

    /* Mobile-specific portfolio card styles */
    .portfolio-section .single-portfolio {
        width: 85vw !important;
        max-width: 400px !important;
        margin: 0 50px !important;
        padding: 20px !important;
    }

    .portfolio-section .single-portfolio .portfolio-img {
        height: 250px !important;
        margin-bottom: 20px !important;
    }

    .portfolio-section .single-portfolio h6 {
        font-size: var(--font20) !important;
        margin-bottom: 10px !important;
        line-height: 1.2 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    .portfolio-section .single-portfolio p {
        font-size: var(--font14) !important;
        margin-bottom: 15px !important;
        line-height: 1.4 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    .portfolio-section .single-portfolio .portfolio-text {
        width: 100% !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
        text-align: center !important;
        overflow: hidden !important;
    }

    .pricing-section .pricing-normal,
    .pricing-section .pricing-plus,
    .pricing-section .add-on,
    .pricing-section .button-area-col {
        padding: 0 15px;
    }

    .pricing-section .pricing-normal .pricing-content,
    .pricing-section .pricing-plus .pricing-content,
    .pricing-section .add-on .add-on-content {
        padding: 25px;
    }

    .pricing-section .pricing-plus .pricing-content .spec:first-child {
        margin-bottom: 0px;
    }

    .pricing-section .pricing-content .spec div {
        padding: 10px 0px 10px 20px;
    }

    .pricing-section .add-on .add-on-content .single-add-on {
        padding: 0;
    }

    .pricing-section .learn-more .learn-more-content {
        margin-bottom: 30px;
    }

    .footer-section .footer-col {
        padding: 0 15px;
    }

    .footer-section .footer-area {
        padding: 25px 10px;
    }

    .footer-section .footer-area .footer-company {
        margin-bottom: 30px;
    }
}

/* Show laptop on desktop, phone on mobile */
@media screen and (min-width: 768px) {
    .landing-section .landing-effect-right .laptop-wrapper {
        display: block !important;
    }

    .landing-section .landing-effect-right .phone-wrapper {
        display: none !important;
    }
}

@media screen and (max-width: 767.98px) {
    .mobile-text-center {
        text-align: center;
    }

    .landing-section .bubble-wrapper .bubble-s-20 {
        width: 15px;
        height: 15px;
    }

    .landing-section .bubble-wrapper .bubble-s-30 {
        width: 22.5px;
        height: 22.5px;
    }

    .landing-section .bubble-wrapper .bubble-s-40 {
        width: 30px;
        height: 30px;
    }

    .landing-section .landing-left-text {
        height: fit-content;
        height: -moz-fit-content;
        padding: 15vh 0;
        margin: 0;
    }

    /**/
    .landing-section .landing-effect-right .laptop-wrapper {
        display: none !important;
    }

    .landing-section .landing-effect-right .phone-wrapper {
        display: block !important;
        width: 90% !important;
        margin: 0 auto;
        max-width: 350px;
    }

    .landing-section .landing-effect-right .phone-wrapper img {
        width: 100% !important;
        height: auto !important;
        filter: drop-shadow(5px 5px 20px #a5a5a5);
    }

    .landing-section .landing-effect-right .phone-screen-wrapper {
        width: 75% !important;
        top: 3% !important;
        left: 13% !important;
        right: 10% !important;
        height: 94% !important;
        position: absolute !important;
        display: flex !important;
        justify-content: center !important;
        align-items: flex-start !important;
        overflow: hidden !important;
        border-radius: 15px !important;
        box-sizing: border-box !important;
    }

    .landing-section .landing-effect-right .phone-screen {
        width: 100% !important;
        height: 100% !important;
    }

    .landing-section .landing-effect-right .phone-screen .container {
        height: 100% !important;
        position: relative !important;
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    /* Phone-specific chat interface styles */
    .landing-section .landing-effect-right .phone-screen .chat-interface {
        height: 100% !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        background: #ffffff !important;
        border-radius: 0 !important;
        overflow: hidden !important;
        font-size: 10px !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
    }

    .landing-section .landing-effect-right .phone-screen .chat-header {
        padding: 8px 10px !important;
        flex-shrink: 0 !important;
    }

    .landing-section .landing-effect-right .phone-screen .chat-avatar .avatar-circle {
        width: 25px !important;
        height: 25px !important;
        border-width: 1px !important;
    }

    .landing-section .landing-effect-right .phone-screen .chat-info h4 {
        font-size: 11px !important;
        margin: 0 !important;
    }

    .landing-section .landing-effect-right .phone-screen .chat-info .status {
        font-size: 8px !important;
    }

    .landing-section .landing-effect-right .phone-screen .chat-messages {
        flex: 1 !important;
        padding: 8px !important;
        overflow-y: auto !important;
    }

    .landing-section .landing-effect-right .phone-screen .message {
        margin-bottom: 8px !important;
    }

    .landing-section .landing-effect-right .phone-screen .message-content {
        padding: 6px 8px !important;
        border-radius: 12px !important;
        font-size: 20px !important;
        line-height: 1.3 !important;
        max-width: 85% !important;
    }

    .landing-section .landing-effect-right .phone-screen .message-content p {
        font-size: 15px !important;
        margin: 0 !important;
        line-height: 1.3 !important;
    }

    .landing-section .landing-effect-right .phone-screen .message-time {
        font-size: 7px !important;
        font-size: 15px !important;
        margin-top: 2px !important;
    }

    .landing-section .landing-effect-right .phone-screen .chat-suggestions {
        padding: 6px 8px !important;
        flex-shrink: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 4px !important;
        align-items: flex-end !important;
    }

    .landing-section .landing-effect-right .phone-screen .suggestion-btn,
    .landing-section .landing-effect-right .phone-screen #chatSuggestionsPhone .suggestion-btn,
    .landing-section .landing-effect-right .phone-screen button.suggestion-btn {
        font-size: 10px !important;
        padding: 8px 12px !important;
        margin: 0 !important;
        border-radius: 8px !important;
        line-height: 1.1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 2px !important;
        flex: none !important;
        width: auto !important;
        max-width: 70% !important;
        text-align: center !important;
        white-space: nowrap !important;
        font-weight: 500 !important;
        background: rgba(141, 180, 249, 0.1) !important;
        border: 1px solid rgba(141, 180, 249, 0.3) !important;
        color: #8db4f9 !important;
        cursor: pointer !important;
    }

    .landing-section .landing-effect-right .phone-screen .chat-input-area {
        padding: 6px 8px !important;
        flex-shrink: 0 !important;
    }

    .landing-section .landing-effect-right .phone-screen .input-wrapper {
        padding: 4px 8px !important;
        border-radius: 15px !important;
    }

    .landing-section .landing-effect-right .phone-screen .input-wrapper input {
        font-size: 15px !important;
        padding: 6px 8px !important;
    }

    .landing-section .landing-effect-right .phone-screen .input-wrapper input::placeholder {
        font-size: 10px !important;
    }

    .landing-section .landing-effect-right .phone-screen .send-btn {
        width: 20px !important;
        height: 20px !important;
        border-radius: 50% !important;
    }

    .landing-section .landing-effect-right .phone-screen .send-btn svg {
        width: 10px !important;
        height: 10px !important;
    }

    /* Larger chat UI elements for better mobile visibility */
    .landing-section .landing-effect-right .laptop-screen .chat-interface {
        border-radius: 6px !important;
    }

    .landing-section .landing-effect-right .laptop-screen .chat-header {
        padding: 12px 14px !important;
    }

    .landing-section .landing-effect-right .laptop-screen .chat-avatar .avatar-circle {
        width: 35px !important;
        height: 35px !important;
        border-width: 2px !important;
    }

    .landing-section .landing-effect-right .laptop-screen .chat-info h4 {
        font-size: 16px !important;
        margin: 0 !important;
    }

    .landing-section .landing-effect-right .laptop-screen .chat-info .status {
        font-size: 12px !important;
    }

    .landing-section .landing-effect-right .laptop-screen .chat-messages {
        padding: 12px !important;
    }

    .landing-section .landing-effect-right .laptop-screen .message {
        margin-bottom: 12px !important;
    }

    .landing-section .landing-effect-right .laptop-screen .message-content {
        padding: 12px 14px !important;
        border-radius: 16px !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    .landing-section .landing-effect-right .laptop-screen .message-content p {
        font-size: 14px !important;
        margin: 0 !important;
        line-height: 1.4 !important;
    }

    .landing-section .landing-effect-right .laptop-screen .message-time {
        font-size: 10px !important;
        margin-top: 4px !important;
    }

    .landing-section .landing-effect-right .laptop-screen .chat-suggestions {
        padding: 8px 12px !important;
    }

    .landing-section .landing-effect-right .laptop-screen .suggestion-btn,
    .landing-section .landing-effect-right .laptop-screen #chatSuggestions .suggestion-btn,
    .landing-section .landing-effect-right .laptop-screen button.suggestion-btn {
        font-size: 10px !important;
        padding: 4px 8px !important;
        margin: 2px !important;
        border-radius: 10px !important;
        line-height: 1.2 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 2px !important;
        flex: 1 !important;
        text-align: center !important;
        white-space: nowrap !important;
        font-weight: 500 !important;
        background: rgba(141, 180, 249, 0.1) !important;
        border: 1px solid rgba(141, 180, 249, 0.3) !important;
        color: #8db4f9 !important;
        cursor: pointer !important;
    }

    .landing-section .landing-effect-right .laptop-screen .chat-input-area {
        padding: 8px 12px !important;
    }

    .landing-section .landing-effect-right .laptop-screen .input-wrapper {
        padding: 6px 12px !important;
        border-radius: 20px !important;
    }

    .landing-section .landing-effect-right .laptop-screen .input-wrapper input {
        font-size: 13px !important;
        padding: 6px 12px !important;
    }

    .landing-section .landing-effect-right .laptop-screen .input-wrapper input::placeholder {
        font-size: 13px !important;
    }

    .landing-section .landing-effect-right .laptop-screen .send-btn {
        width: 32px !important;
        height: 32px !important;
        border-radius: 50% !important;
    }

    .landing-section .landing-effect-right .laptop-screen .send-btn svg {
        width: 16px !important;
        height: 16px !important;
    }

    /* Properly sized laptop cursor for mobile */
    .landing-section .landing-effect-right .laptop-cursor {
        width: 15px !important;
        height: 15px !important;
        z-index: 999 !important;
        position: absolute !important;
        pointer-events: none !important;
        background: none !important;
        border: none !important;
        border-radius: 0 !important;
    }

    .landing-section .landing-effect-right .laptop-cursor svg {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
    }

    .landing-section .landing-effect-right .laptop-cursor svg path {
        stroke: #000 !important;
        fill: #000 !important;
        stroke-width: 8 !important;
    }

    /* Ensure cursor shows above chat interface */
    .landing-section .landing-effect-right .laptop-screen .container {
        position: relative !important;
        z-index: 1 !important;
    }

    .landing-section .landing-effect-right .laptop-screen .chat-interface {
        position: relative !important;
        z-index: 1 !important;
    }

    .landing-section .landing-effect-right .laptop-screen .chat-header {
        padding: 8px 12px;
    }

    .landing-section .landing-effect-right .laptop-screen .chat-info h4 {
        font-size: 14px;
    }

    .landing-section .landing-effect-right .laptop-screen .chat-info .status {
        font-size: 10px;
    }

    .landing-section .landing-effect-right .laptop-screen .message-content p {
        font-size: 12px;
    }

    .landing-section .landing-effect-right .laptop-screen .input-wrapper input {
        font-size: 12px;
        padding: 6px 10px;
    }

    .landing-section .landing-effect-right .laptop-screen .send-btn {
        width: 30px;
        height: 30px;
    }



    /**/
    .about-section {
        background: #fff;
    }

    .about-section img {
        margin-bottom: 15%;
    }

    .three-board-section .single-advantage-image {
        width: 80%;
        margin-bottom: 30px;
    }

    .three-board-section .advantages-detail {
        height: auto;
        margin-bottom: 50px;
    }

    .three-board-section .advantages-detail .single-advantage {
        height: auto;
        margin-bottom: 50px;
        align-items: center;
    }

    .three-board-section .advantages-detail .marketing-cate {
        padding: 0;
        margin-bottom: 50px;
    }

    .prev-btn-marketing,
    .next-btn-marketing {
        top: unset;
        bottom: -50px;
    }

    .prev-btn-marketing {
        left: 50%;
        transform: translate(-125%, 0);
    }

    .next-btn-marketing {
        right: 50%;
        transform: translate(125%, 0);
    }

    .three-board-section .advantages-detail .visitor-icon-list {
        justify-content: center;
    }

    .three-board-section .advantages-detail .report-list {
        flex-direction: column;
    }

    .three-board-section .advantages-detail .report-list span {
        padding-bottom: 10px;
    }

    .three-board-section .advantages-detail .report-list ul {
        list-style: none;
        padding: 0;
    }

    .three-board-section .advantages-images-wrapper .single-advantage-image svg.ranking-right {
        left: 92%;
    }

    .features-section .features-title {
        margin: 50px 0 0;
    }

    .features-section .features-title p {
        width: 100%;
    }

    .features-section>.container>.row {
        margin-bottom: 100px;
    }

    .features-section .single-features-img {
        order: 1;
        margin-bottom: 30px;
    }

    .features-section .single-features-detail {
        order: 2;
    }

    .features-section .single-features-detail:nth-child(1) {
        padding-right: 15px;
    }

    .features-section .single-features-detail:nth-child(2) {
        padding-left: 15px;
    }

    .features-section .single-features-img-box {
        width: 100%;
        left: 0;
    }

    .features-section .features-market-place>.pricing-section .pricing-normal {
        order: 2;
    }

    .process-section .process-sticky {
        display: none;
    }

    .process-section .section-text-start {
        display: none;
    }

    .process-section .process-scroll-area {
        height: 420vh;
    }

    .process-section .process-moving-path {
        height: 420vh;
    }

    .process-section .process-moving-path .process-path-svg-relative {
        height: 405vh;
        margin-top: 0vh;
        margin-bottom: 15vh;
    }

    .process-section .process-moving-path .process-path-svg-relative:before {
        display: none;
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process {
        justify-content: space-evenly;
        min-height: calc(420vh /5);
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process .process-text-wrapper {
        width: 100%;
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process .process-image {
        width: 100%;
        margin-top: 30px;
        min-height: unset;
        height: auto;
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process.process-1 {
        top: 19%;
        flex-direction: column;
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process.process-2 {
        top: 39%;
        flex-direction: column;
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process.process-3 {
        top: 59%;
        flex-direction: column;
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process.process-4 {
        flex-direction: column;
        top: 79%;
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process.process-1 .process-text-wrapper {
        padding-right: 0%;
        align-items: center;
        text-align: center;
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process.process-2 .process-text-wrapper {
        padding-left: 0%;
        align-items: center;
        text-align: center;
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process.process-3 .process-text-wrapper {
        padding-right: 0%;
        align-items: center;
        text-align: center;
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process.process-4 .process-text-wrapper {
        padding-left: 0%;
        align-items: center;
        text-align: center;
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process.process-1 .process-image {
        padding-left: 0%;
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process.process-2 .process-image {
        padding-right: 0%;
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process.process-3 .process-image {
        padding-left: 0%;
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process.process-4 .process-image {
        padding-right: 0%;
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process.process-1 .next-step {
        transform: rotate(0) scale(0);
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process.process-2 .next-step {
        transform: rotate(0) scale(0);
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process.process-3 .next-step {
        transform: rotate(0) scale(0);
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process.process-4 .next-step {
        transform: rotate(0) scale(0);
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process.process-1.current .next-step {
        transform: rotate(0) scale(1);
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process.process-2.current .next-step {
        transform: rotate(0) scale(1);
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process.process-3.current .next-step {
        transform: rotate(0) scale(1);
    }

    .process-section .process-moving-path .process-path-svg-relative .single-process.process-4.current .next-step {
        transform: rotate(0) scale(1);
    }

    .process-section .mobile-step-start,
    .process-section .mobile-step-end {
        display: block;
    }

    .mobile-step-start {
        display: block;
        position: absolute;
        width: 100%;
        top: 2.5%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mobile-step-end {
        display: block;
        position: absolute;
        width: 100%;
        top: 97.5%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mobile-circle {
        width: 400px;
        height: 400px;
        max-width: 75vw;
        max-height: 75vw;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        font-size: var(--font32);
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #000;
        margin: 0 auto;
    }

    .pricing-section .pricing-desc {
        margin: 180px 0 50px;
    }

    .pricing-section .c1-compare {
        padding-left: 15px;
    }

    .pricing-section .c2-common {
        padding-right: 15px;
    }

    .pricing-section .c2-common-wrapper {
        padding: 30px;
    }

    .pricing-section .quotation-system .quotation-system-content {
        padding: 30px;
    }

    .pricing-section .e-commerce-system .e-commerce-system-content {
        padding: 30px;
        background-size: 90% auto;
    }

    .pricing-section .e-commerce-system .e-commerce-system-content .commerce-detail-wrapper {
        padding: 0 0 0 0;
        margin-bottom: 25px;
    }

    .pricing-section .e-commerce-system .e-commerce-system-content .commerce-detail {
        padding: 15px;
    }

    .pricing-section .e-commerce-system .e-commerce-system-content .market-detail-wrapper {
        padding: 50px 0 0 0;
    }

    .pricing-section .e-commerce-system .e-commerce-system-content .market-detail {
        padding: 15px;
    }

    .pricing-section .e-commerce-system .e-commerce-system-content .market-detail::before {
        font-size: var(--font60);
        top: unset;
        bottom: calc(100% + 37.5px);
        right: 50%;
        transform: translate(50%, 50%);
    }

    .pricing-section .add-on .add-on-content {
        background-size: auto 90%;
    }

    .contact-section h2 {
        font-size: var(--font26);
        padding: 0;
    }

    .contact-section h2 a.contact-w-arrow i {
        font-size: var(--font26);
    }

    .footer-section .footer-area .col-md-4:nth-child(1) {
        padding: 0 15px 0 15px;
    }

    .footer-section .footer-area .col-md-4:nth-child(2) {
        padding: 0 15px 0 15px;
    }

    .footer-section .footer-area .col-md-4:nth-child(3) {
        padding: 0 15px 0 15px;
    }

    .footer-section .footer-area .footer-company .logo {
        width: 80%;
        margin: 15px auto 25px;
    }

    .footer-section .footer-area .footer-onesync {
        margin: 10px 0 15px;
    }

    .footer-section .footer-area .footer-onesync .sme {
        margin: 0 auto;
    }

    .footer-section .footer-area .footer-location {
        padding-left: 0;
    }

    .footer-section .footer-area .footer-location h5 {
        text-align: center;
        margin-top: 30px;
    }

    .footer-section .footer-area .images-row {
        margin-top: 30px;
    }

    .footer-section .footer-area .images-row .images-wrapper img {
        margin-bottom: 15px;
        margin-left: 5px;
        margin-right: 5px;
        height: 50px;
    }

    .footer-section .footer-area .images-row .images-wrapper img:nth-child(2) {
        height: 48px;
    }

    .footer-section .footer-area .images-row .images-wrapper img:nth-child(3) {
        height: 67.5px;
    }

    .footer-section .footer-area .images-row .images-wrapper img:nth-child(4) {
        height: 45px;
    }

    .footer-section .footer-area .images-row .images-wrapper img:nth-child(6) {
        height: 45px;
    }

    .footer-section .footer-area .images-row .images-wrapper img:nth-child(7) {
        height: 60px;
    }
}