:root {
    --new-layout-primary-color: #2D2D2D;
    --new-layout-secondary-color: #FF2600;
    --new-layout-text-color: #343434;
    --new-layout-white-color: #ffff;
    --bg-gray: #FBFBFB;
    --bg-light-gray: #F6F6F6;
    --font-family-pp-montreal : 'PP Neue Montreal';
}

body {
    background-color: var(--new-layout-white-color);
    overflow-x: hidden
}

.bg-white {
    background-color: var(--new-layout-white-color)
}

.bg-light-gray {
    background-color: var(--bg-light-gray)
}

.bg-gray {
    background-color: var(--bg-gray)
}

.text-color {
    color: var(--new-layout-text-color)
}

.btn-secondry {
    padding: 12px 32px;
    background-color: var(--new-layout-secondary-color);
    color: var(--new-layout-white-color);
    border-radius: 30px;
    font-weight: 600;
    transition: .4s all;
    font-family: var(--secondary-font-regular);
    font-size: 14px;
    transition: .4s all;
    position: relative;
    overflow: hidden;
    will-change: transform;
    display: inline-block
}

.btn-secondry span {
    position: relative;
    z-index: 1
}

.btn-secondry::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%) rotate(10deg);
    transform-origin: top left;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, fill .2s ease, transform .2s ease-in-out;
    will-change: transform;
    z-index: -1;
    border-radius: 30px;
    background-color: #000
}

.btn-lg {
    padding: 12px 40px
}

.btn-bold {
    font-weight: 700
}

.btn-secondry:hover {
    background-color: #000
}

.btn-secondry:hover::before {
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, fill .2s ease, transform .2s ease-in-out;
    transform: translate(0);
    z-index: 0
}

.btn-black {
    padding: 16px 32px;
    background-color: #010101;
    color: var(--new-layout-white-color);
    border-radius: 30px;
    font-weight: 600;
    transition: .4s all;
    font-family: var(--secondary-font-regular);
    color: var(--new-layout-secondary-color);
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, fill .2s ease, transform .2s ease-in-out;
    position: relative;
    overflow: hidden;
    will-change: transform;
    display: inline-block
}

.btn-black span {
    position: relative;
    z-index: 1
}

.btn-black::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%) rotate(10deg);
    transform-origin: top left;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, fill .2s ease, transform .2s ease-in-out;
    will-change: transform;
    z-index: -1;
    border-radius: 30px;
    background-color: var(--new-layout-secondary-color)
}

.btn-black:hover {
    color: var(--new-layout-white-color)
}

.btn-black:hover::before {
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, fill .2s ease, transform .2s ease-in-out;
    transform: translate(0);
    z-index: 0
}

.btn-black:hover {
    background-color: var(--new-layout-secondary-color);
    color: var(--new-layout-white-color)
}

.btn-white {
    padding: 16px 32px;
    background-color: var(--new-layout-white-color);
    color: var(--new-layout-white-color);
    border-radius: 30px;
    font-weight: 600;
    transition: .4s all;
    font-family: var(--secondary-font-regular);
    color: #2b2b2b;
    font-size: 14px;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, fill .2s ease, transform .2s ease-in-out;
    position: relative;
    overflow: hidden;
    will-change: transform;
    display: inline-block
}

.btn-white span {
    position: relative;
    z-index: 1
}

.btn-white::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%) rotate(10deg);
    transform-origin: top left;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, fill .2s ease, transform .2s ease-in-out;
    will-change: transform;
    z-index: -1;
    border-radius: 30px;
    background-color: var(--new-layout-secondary-color)
}

.btn-white:hover {
    color: var(--new-layout-white-color)
}

.btn-white:hover::before {
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, fill .2s ease, transform .2s ease-in-out;
    transform: translate(0);
    z-index: 0
}

.sec-padding {
    padding: 100px 0
}

.sec-padding-large {
    padding: 120px 0
}

.sec-padding-medium {
    padding: 80px 0
}

.sec-padding-small {
    padding: 60px 0
}

.pt-0 {
    padding-top: 0 !important
}

.h2 {
    font-size: 64px
}

.h3 {
    font-size: 48px
}

.h4 {
    font-size: 31px
}

.sec-title {
    color: var(--new-layout-primary-color);
    font-family: var(--secondary-font-regular)
}

.sec-title h2 {
    font-weight: 600;
    line-height: 1
}

.sec-title p {
    margin-top: 20px;
    font-size: 21px;
    font-family: var(--main-font-regular)
}

.sec-title-spacing {
    margin-bottom: 40px
}

.sec-title-spacing-large {
    margin-bottom: 60px
}

.sec-title-spacing-medium {
    margin-bottom: 40px
}

.sec-title-spacing-small {
    margin-bottom: 25px
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-cc-5,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-cc-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.new-layout-header {
    z-index: 111111111
}

.new-layout-header .menu-with-header-action-wrapper {
    flex: 0 0 80%
}

.new-layout-header .menu-wrapper {
    flex: 0 0 75%
}

.new-layout-header .nl-header-btn {
    letter-spacing: 1px
}

.new-layout-header .header-menu {
    gap: 40px
}

.new-layout-header .header-menu li ul {
    top: calc(100% + 39px);
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    width: 1100px;
    max-width: 1100px;
    z-index: 111;
    background-color: unset;
    gap: 0;
    border-radius: 0;
    padding: 0;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.new-layout-header .header-menu li ul li:first-child {
    border-bottom-left-radius: 17px
}

.new-layout-header .header-menu li ul li:last-child {
    border-bottom-right-radius: 17px
}

.new-layout-header .header-menu li ul li {
    flex: 1;
    background-color: #eaeaea;
    border-right: .25px solid #979797;
    transition: .4s all
}

.new-layout-header .header-menu li ul li:last-child {
    border-right: unset
}

.new-layout-header .header-menu li ul li .iconbox {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative
}

.new-layout-header .header-menu li ul li .iconbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .4s all
}

.new-layout-header .header-menu li ul li .hover-img {
    opacity: 0
}

.new-layout-header .header-menu li ul li a {
    border-radius: unset;
    background-color: unset;
    color: #252525 !important;
    padding: 0;
    font-size: 15px;
    text-align: center;
    padding: 25px 50px;
    transition: .4s all;
    line-height: 1.1
}

.new-layout-header .header-menu li ul li:hover {
    background-color: #333
}

.new-layout-header .header-menu li ul li:hover a {
    color: var(--new-layout-white-color) !important
}

.new-layout-header .header-menu li ul li:hover .main-img {
    opacity: 0
}

.new-layout-header .header-menu li ul li:hover .hover-img {
    opacity: 1
}

.nl-home-banner-sec {
    background: #f6f6f6;
    position: relative;
    padding-bottom: 220px;
    overflow: hidden
}

.nl-home-banner-sec .contentbox {
    flex: 0 0 70%
}

.nl-home-banner-sec .banner-title {
    font-family: Kanit;
    font-size: 64px;
    line-height: 1;
    font-weight: 700;
    color: var(--new-layout-primary-color)
}

.nl-home-banner-sec .banner-title span {
    color: var(--new-layout-secondary-color)
}

.nl-home-banner-sec .banner-descrpt {
    font-size: 22px;
    font-weight: 700;
    color: #171717
}

.nl-home-banner-sec ul li {
    margin-bottom: 15px;
    font-size: 21px;
    color: #111;
    align-items: start;
    line-height: 30px
}

.nl-home-banner-sec ul li .list-icon {
    margin-right: 30px;
    margin-top: 6px
}

.nl-home-banner-sec .btn-secondry {
    margin-top: 10px
}

.nl-home-banner-sec .imgbox {
    width: 700px;
    margin-left: -300px;
    margin-right: -140px
}

.counters-sec {
    background: linear-gradient(90deg, rgba(43,43,43,1) 0%, rgba(94,94,94,1) 100%);
    /*width: calc(100% + 50px);*/
    /*margin-left: -30px;*/
    /*margin-top: -50px;*/
    /*transform: rotate(3deg);*/
    position: relative;
    z-index: 1;
    padding: 60px 0
}

.counters-sec .item .tt {
    font-size: 80px;
    font-weight: 700;
    font-family: var(--secondary-font-regular);
    color: var(--new-layout-white-color);
    line-height: .8;
    margin-bottom: 25px
}

.counters-sec .item .dd {
    color: var(--new-layout-white-color)
}

.grow-business-sec {
    margin-top: -50px
}

.grow-business-sec .sec-title .h2 {
    line-height: 1
}

@media(min-width:1025px) {
    .grow-business-sec .sec-title .h2 {
        font-size: 72px
    }
}

.grow-business-sec .row {
    padding-top: 100px;
    margin-bottom: -90px;
    justify-content: center
}

.grow-business-sec .mainbox {
    max-width: calc(100% - 37px);
    position: relative;
    height: 390px;
    margin-bottom: 90px
}

.grow-business-sec .mainbox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    /*transform: skewX(-12deg);*/
    box-shadow: 1px 2px 6.9px rgb(0 0 0 / 25%);
    transition: .4s all
}

.grow-business-sec .mainbox::after {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    width: 100%;
    height: 108px;
    z-index: 1;
    /*background: #d1d1d1;*/
    /*transform: skewX(-12deg)*/
}

.grow-business-sec .imgbox {
    position: relative;
    /*transform: translateX(28px);*/
    z-index: 11;
    text-align: center;
    height: 115px;
    background: #d1d1d1;
}

.grow-business-sec .imgbox img {
    position: relative;
    z-index: 1;
    transform: translateY(-44px);
    margin: 0 auto;
    margin-bottom: -83px;
    max-width: 70%;
    width: 100%;
    transition: .4s all;
    filter: grayscale(1)
}

.grow-business-sec .col-lg-4:first-child .imgbox img {
    max-width: 70%
}

.grow-business-sec .col-lg-4:nth-child(2) .imgbox img {
    max-width: 80%
}

.grow-business-sec .col-lg-4:nth-child(3) .imgbox img {
    max-width: 60%
}

.grow-business-sec .col-lg-4:nth-child(4) .imgbox img {
    max-width: 43%
}

.grow-business-sec .col-lg-4:nth-child(5) .imgbox img {
    max-width: 28%;
    transform: translateY(-46px);
}

.grow-business-sec .contentbox {
    padding: 30px 35px;
    padding-left: 15px;
    text-align: center;
    position: relative;
    z-index: 1
}

.grow-business-sec .contentbox .h4 {
    position: relative;
    z-index: 1;
    font-family: var(--secondary-font-regular);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    transition: .4s all;
    padding-left: 10px
}

.grow-business-sec .contentbox .content {
    position: relative;
    z-index: 1;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.5;
    transition: .4s all
}

.grow-business-sec .contentbox .btn-secondry  {
    padding: 8px 18px;
    color: var(--new-layout-white-color);
    display: inline-block;
    /*margin-left: -40px*/
}

.grow-business-sec .contentbox .btn-black:hover {
    background-color: var(--new-layout-secondary-color)
}

.grow-business-sec .contentbox .btn-black:hover span {
    color: var(--new-layout-white-color)
}

.grow-business-sec .mainbox:hover::before {
    background-color: #FF2600;
}

.grow-business-sec .mainbox:hover img {
    filter: unset
}

.grow-business-sec .mainbox:hover .h4,
.grow-business-sec .mainbox:hover .h4 span {
    color: #fff
}

.grow-business-sec .mainbox:hover .content {
    opacity: .9;
    color: #fff
}


.grow-business-sec .mainbox:hover .btn-secondry {
    background-color: #171717;
    color: white;
}

.new-banner-sec {
    background: #f6f6f6;
    position: relative;
    padding-bottom: 180px;
    overflow: hidden;
    padding-top: 50px
}

.new-banner-sec .contentbox {
    flex: 0 0 70%;
    padding-left: 20px
}

.new-banner-sec .banner-title {
    font-family: Kanit;
    font-size: 74px;
    line-height: 1;
    font-weight: 700;
    color: var(--new-layout-primary-color);
    margin-bottom: 15px
}

.new-banner-sec .banner-title span {
    color: var(--new-layout-secondary-color)
}

.new-banner-sec .banner-descrpt {
    font-size: 21px;
    margin-bottom: 15px
}

.new-banner-sec ul li {
    margin-bottom: 15px;
    font-size: 21px;
    color: #272727;
    align-items: start;
    line-height: 30px
}

.new-banner-sec ul li .list-icon {
    margin-right: 30px;
    margin-top: 4px
}

.new-banner-sec .btn-secondry {
    margin-top: 10px
}

.new-banner-sec .imgbox .bg-img-icon {
    width: 630px;
    height: 490px;
    position: absolute;
    right: 60px;
    top: 155px
}

.new-banner-sec .imgbox .main-img {
    position: absolute;
    right: 0;
    width: 750px;
    bottom: -10px;
}

.china-sourcing-banner-sec  .contentbox {
    flex: 0 0 75%;
}

.manufacturing-quality-banner-sec.new-banner-sec .imgbox .bg-img-icon,
.us-order-fullfillment-sec.new-banner-sec .imgbox .bg-img-icon {
    right: 50px;
    top: 130px
}

.manufacturing-quality-banner-sec.new-banner-sec .imgbox .main-img {
    right: 0;
    bottom: -10px;
    width: 780px
}

.us-order-fullfillment-sec {
    padding-bottom: 180px
}

.amazon-fba-banner-sec {
    padding-bottom: 150px
}

.us-order-fullfillment-sec .imgbox .main-img {
    right: 180px;
    width: 430px;
}

.content-with-img-sec {
    position: relative
}

.content-with-img-sec .contentbox h2 {
    color: var(--new-layout-primary-color);
    font-weight: 600;
    font-family: var(--secondary-font-regular);
    margin-bottom: 20px;
    line-height: 1
}

.content-with-img-sec .contentbox h3 {
    color: var(--new-layout-primary-color);
    font-weight: 600;
    font-family: var(--secondary-font-regular);
    margin-bottom: 20px;
    line-height: 1.1
}

.content-with-img-sec .contentbox .location-box{
    font-size: 16px;
    font-weight: 500;
    font-family: 'PP Neue Montreal';
}

.content-with-img-sec .top-img {
    position: absolute;
    top: -55px;
    left: 0;
    width: 100%;
    z-index: 111;
    height: 120px
}

.content-with-img-sec .bottom-img {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    z-index: 111;
    height: 120px
}

.content-with-img-sec .contentbox .content {
    font-size: 21px
}

.supply-chain-sec {
    padding: 100px 0 40px
}

.usa-warehouse-sec {
    padding: 100px 0 40px
}

.china-prep-sec {
    padding: 100px 0 40px
}

.lansil-sourcing-sec .row {
    margin-left: -20px
}

.lansil-sourcing-sec .row .mainbox {
    margin-left: 20px
}

.lansil-sourcing-sec .mainbox {
    padding: 45px 25px;
    text-align: center;
    background: #fff;
    box-shadow: 2px 4px 18.1px 1px rgb(0 0 0 / 10%);
    transition: .4s all;
    height: 100%;
}

.lansil-sourcing-sec .mainbox:hover {
    background-color: var(--new-layout-primary-color);
    color: var(--new-layout-white-color)
}

.lansil-sourcing-sec .mainbox .span-inside span {
    transition: .4s all
}

.lansil-sourcing-sec .mainbox:hover .span-inside span {
    color: var(--new-layout-white-color)
}

.lansil-sourcing-sec .mainbox .h4 {
    font-family: var(--secondary-font-regular);
    line-height: 1.3;
    font-weight: 700
}

.lansil-sourcing-sec .mainbox .content {
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.5
}

.new-layout-form {
    background-color: var(--new-layout-white-color)
}

.new-layout-form .box {
    max-width: 85%;
    margin: 0 auto
}

.new-layout-form.main-contact-section.source22-section form .form-box {
    gap: 145px;
    row-gap: 25px
}

.new-layout-form.main-contact-section form .frm-lbl {
    margin-bottom: 10px
}

.new-layout-form.main-contact-section form .frm-lbl .main-color {
    text-decoration: underline
}

.new-layout-form .select2-container .select2-selection--multiple .select2-selection__rendered {
    position: absolute;
    top: 10px;
    left: 10px
}

.new-layout-form .select2-container--default .select2-search--inline .select2-search__field {
    background: #e4e4e4;
    margin: 0;
    padding: 16px 16px 0;
    border: unset;
    border-radius: 10px;
    width: 100% !important
}

.new-layout-form .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: unset;
    padding: unset
}

.new-layout-form .select2-container--default .select2-selection--multiple {
    border: unset
}

.new-layout-form .select2-container--default .select2-selection--multiple .select2-selection__clear {
    font-size: 22px;
    top: 10px;
    margin: 0;
    right: 15px
}

.new-layout-form .select2-container--default .select2-selection--multiple {
    background-color: unset;
    padding: 0
}

.new-layout-form .btn-4 {
    background-color: #484545;
    height: auto;
    padding: 15px 28px;
    font-size: 14px
}

.new-layout-form .g-recaptcha {
    margin-top: 0 !important
}

.new-layout-form .submit-wrapper .button-contact {
    width: 150px;
    border: unset;
    outline: unset
}

.new-layout-form .submit-wrapper .frm-lbl {
    margin-top: 10px;
    font-size: 12px;
    font-family: var(--main-font-regular)
}

.new-layout-form .submit-wrapper .frm-lbl a {
    color: #171717
}

.value-added-services-sec {
    background-color: #fbfbfb
}

.icon-with-content-sec .row {
    margin-left: -20px
}

.icon-with-content-sec .row .mainbox {
    margin-left: 20px
}

.icon-with-content-sec .mainbox {
    padding: 45px 20px;
    text-align: center;
    background: #fff;
    box-shadow: 2px 4px 18.1px 1px rgb(0 0 0 / 10%);
    transition: .4s all;
    color: var(--new-layout-primary-color);
    height:100%;
}

.icon-with-content-sec .mainbox:hover {
    background-color: var(--new-layout-primary-color);
    color: var(--new-layout-white-color)
}

.icon-with-content-sec .mainbox .span-inside span {
    transition: .4s all
}

.icon-with-content-sec .mainbox:hover .span-inside span {
    color: var(--new-layout-white-color)
}

.icon-with-content-sec .mainbox .h4 {
    font-family: var(--secondary-font-regular);
    line-height: 1.3;
    font-weight: 700
}

@media(min-width:1025px) {
    .icon-with-content-sec .mainbox .h4 {
        font-size: 30px
    }
}

.icon-with-content-sec .mainbox .content {
    font-size: 19px;
    margin-top: 15px;
    line-height: 1.5
}

.icon-with-content-sec .iconbox {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 80px;
    height: 80px;
    position: relative;
    text-align: center
}

.icon-with-content-sec .iconbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .4s all
}

.icon-with-content-sec .mainbox .iconbox .hover-img {
    opacity: 0
}

.icon-with-content-sec .mainbox:hover .iconbox .main-img {
    opacity: 0
}

.icon-with-content-sec .mainbox:hover .iconbox .hover-img {
    opacity: 1
}

.about-lansil-global-sec .contentbox .content {
    font-size: 21px
}

@media(min-width:1025px) {
    .other-services-sec .container {
        max-width: 1220px
    }
}

.other-services-sec .row .mainbox {
    box-shadow: 0 4px 14.1px 1px rgb(0 0 0 / 14%);
    border-radius: 10px;
    margin-left: 30px;
    height: 100%;
    display: block
}

.other-services-sec .row {
    margin-left: -30px
}

.faqs-sec {
    background-color: #fbfbfb
}

.faqs-sec .faq-content-wrapper .accs-item {
    box-shadow: 0 4px 14.1px 1px rgb(0 0 0 / 14%);
    border-radius: 8px;
    overflow: hidden
}

.faqs-sec .faq-content-wrapper .acc-head {
    background-color: var(--new-layout-white-color);
    padding: 16px 25px;
    font-size: 21px;
    box-shadow: unset;
    border-radius: unset;
    font-weight: 500
}

.faqs-sec .faq-content-wrapper .acc-head~.acc-body {
    padding: 0 25px 16px;
    background-color: var(--new-layout-white-color)
}

.faqs-sec .faq-content-wrapper .acc-head~.acc-body .acc- {
    font-size: 19px;
    padding-left: 0;
    padding-right: 0
}

.faqs-sec .faq-content-wrapper .acc-head.active~.acc-body {
    background-color: var(--new-layout-white-color)
}

.client-reviews-sec .lgg {
    opacity: .05
}

.quality-assurance-sec {
    background-color: #f6f6f6
}

.quality-assurance-sec .content ul {
    margin-top: 20px
}

.quality-assurance-sec .content ul li {
    margin-bottom: 20px
}

.quality-assurance-sec .content ul li .list-icon {
    margin-right: 20px
}

.quality-assurance-sec {
    position: relative;
    padding-top: 150px
}

.quality-assurance-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    clip-path: polygon(100% 100%, 0 0, 100% 0);
    background: #fff;
    z-index: 1
}

.quality-assurance-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    clip-path: polygon(100% 100%, 0 100%, 0 25%);
    background: #fff;
    z-index: 1
}

.happiest-us-customers-sec {
    background-color: #f6f6f6
}

.happiest-us-customers-sec .content ul {
    margin-top: 20px
}

.happiest-us-customers-sec .content ul li {
    margin-bottom: 20px
}

.happiest-us-customers-sec .content ul li .list-icon {
    margin-right: 20px
}

.happiest-us-customers-sec {
    position: relative;
    padding-top: 150px
}

.happiest-us-customers-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    clip-path: polygon(100% 100%, 0 0, 100% 0);
    background: #fff;
    z-index: 1
}

.invertory-risk-sec {
    background-color: #f6f6f6
}

.invertory-risk-sec .box {
    padding-top: 60px
}

.invertory-risk-sec .content ul {
    margin-top: 20px
}

.invertory-risk-sec .content ul li {
    margin-bottom: 20px
}

.invertory-risk-sec .content ul li .list-icon {
    margin-right: 20px
}

.invertory-risk-sec {
    position: relative;
    padding-top: 150px
}

.invertory-risk-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    clip-path: polygon(100% 100%, 0 0, 100% 0);
    background: #fff;
    z-index: 1
}

.invertory-risk-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    clip-path: polygon(100% 100%, 0 100%, 0 25%);
    background: #fff;
    z-index: 1
}

.direct-china-ff-iconbox-sec {
    background-color: unset;
    padding-bottom: 0;
    padding-bottom: 0;
    transform: translateY(130px);
    margin-top: -130px;
    z-index: 111;
    position: relative
}

.direct-china-ff-iconbox-sec .mainbox {
    padding: 45px 10px
}

.direct-china-ff-iconbox-sec .mainbox .h4 {
    font-size: 24px
}

.usa-warehouse-2-sec {
    background-color: #f6f6f6
}

.usa-warehouse-2-sec .content ul {
    margin-top: 20px
}

.usa-warehouse-2-sec .content ul li {
    margin-bottom: 20px
}

.usa-warehouse-2-sec .content ul li .list-icon {
    margin-right: 20px
}

.usa-warehouse-2-sec {
    position: relative;
    padding-top: 150px
}

.usa-warehouse-2-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    clip-path: polygon(100% 100%, 0 0, 100% 0);
    background: #fff;
    z-index: 1
}

.usa-warehouse-2-sec::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 40px;
    clip-path: polygon(100% 100%, 0 100%, 0 25%);
    background: linear-gradient(102deg, #282828 -32.68%, #000 91.84%);
    z-index: 1
}

.usa-prep-sec {
    background-color: #f6f6f6
}

.usa-prep-sec .content ul {
    margin-top: 20px
}

.usa-prep-sec .content ul li {
    margin-bottom: 20px
}

.usa-prep-sec .content ul li .list-icon {
    margin-right: 20px
}

.usa-prep-sec {
    position: relative;
    padding-top: 150px
}

.usa-prep-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    clip-path: polygon(100% 100%, 0 0, 100% 0);
    background: #fff;
    z-index: 1
}

.usa-prep-sec::after {
    content: '';
    position: absolute;
    bottom: -24px;
    left: -2%;
    width: 102%;
    height: 49px;
    background: #f6f6f6;
    z-index: 111;
    transform: rotate(2deg);
    overflow: hidden
}

.manufacturing-solutions-sec .box {
    gap: 80px
}

.manufacturing-solutions-sec .box .item .h4 {
    font-family: var(--secondary-font-regular);
    margin-bottom: 25px
}

@media(min-width:1025px) {
    .manufacturing-solutions-sec .box .item .h4 {
        font-size: 30px
    }
}

.manufacturing-solutions-sec .box .item p {
    font-size: 19px
}

.manufacturing-solutions-sec .box .iconbox img {
    width: 80px;
    height: 80px;
    margin-bottom: 25px
}

.us-order-ff-sec {
    background: linear-gradient(102deg, #282828 -32.68%, #000 91.84%)
}

.us-order-ff-sec .mainbox {
    background-color: unset;
    height: 100%;
    position: relative
}

.us-order-ff-sec .mainbox:hover {
    background-color: unset;
    color: var(--new-layout-primary-color)
}

.us-order-ff-sec .mainbox:hover .span-inside span {
    color: var(--main-color)
}

.us-order-ff-sec .mainbox .h4 {
    line-height: 1.1
}

.us-order-ff-sec .iconbox {
    position: relative;
    margin-bottom: 20px;
    width: auto;
    height: auto
}

.us-order-ff-sec .iconbox img {
    height: 60px;
    max-width: 40%;
    position: unset
}

.us-order-ff-sec .contenbox {
    position: relative
}

.us-order-ff-sec .mainbox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: skewX(-12deg)
}

.nl-map-sec .ii .ttbody:first-of-type,
.nl-map-sec .ii .ttd:first-of-type {
    flex: inherit;
    width: 30%
}

.nl-map-sec .ii .ttd {
    flex: 1;
    width: auto;
    font-size: 20px !important
}

.nl-map-sec .ii .ttbody {
    flex: 1;
    width: auto;
    align-self: baseline;
    text-align: left !important;
    font-size: 18px !important;
    color: #171717;
    font-weight: 500
}

.nl-map-sec .ii .ttd {
    text-align: left
}

.nl-map-sec .ii .ttbody:last-of-type,
.nl-map-sec .ii .ttd:last-of-type {
    padding-left: 10px
}

.nl-map-sec .mapbox-img-wrapper {
    margin-left: 60px
}

.nl-contact-page-map-sec .left,
.nl-contact-page-map-sec .left>img {
    min-width: 100%;
    filter: unset;
    height: 520px
}

.nl-contact-page-map-sec .dot-ani,
.nl-contact-page-map-sec .map-opt .logg {
    width: 45px;
    height: 45px
}

.nl-contact-page-map-sec .map-opt .logg img {
    opacity: 1 !important
}

.nl-contact-page-map-sec .map-opt .item--1 {
    top: 83px;
    left: 315px
}

.nl-contact-page-map-sec .map-opt .item--2 {
    top: 165px;
    left: 150px
}

.nl-contact-page-map-sec .map-opt .item--3 {
    top: 112px;
    left: unset;
    right: 324px
}

.nl-contact-page-map-sec .map-opt .item--4 {
    left: unset;
    top: 162px;
    right: 50px
}

.nl-contact-page-map-sec .left .item-2 .main {
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: #f4f3f3;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 50px;
    text-align: left;
    padding: 4px 10px;
    padding-right: 15px
}

.nl-contact-page-map-sec .location-content {
    padding: 5px;
    padding-right: 10px
}

.nl-contact-page-map-sec .location-content .title {
    margin-bottom: 3px;
    font-weight: 700;
    font-family: kanit;
    font-size: 14px;
    line-height: 1
}

.nl-contact-page-map-sec .location-content .title.black {
    margin-bottom: 0;
    font-weight: 700;
    font-family: kanit;
    font-size: 14px;
    line-height: 1
}

.us-order-map-sec .left,
.us-order-map-sec .left>img {
    height: auto
}

.us-order-map-sec .map-opt .item--1 {
    top: 23%;
    left: 32%
}

.us-order-map-sec .map-opt .item--2 {
    top: 46%;
    left: 15%
}

.us-order-map-sec .map-opt .item--4 {
    left: unset;
    top: 46%;
    right: 7%
}

.us-order-map-sec .left .item--4 .main {
    display: unset;
    background-color: unset;
    box-shadow: unset;
    border-radius: unset;
    padding: 0
}

.us-order-map-sec .location-content {
    padding: 0
}

.nl-direct-china-map-sec .left,
.nl-direct-china-map-sec .left>img {
    height: auto
}

.nl-direct-china-map-sec .map-opt .item--1 {
    top: 25%;
    left: 28%
}

.nl-direct-china-map-sec .left .item-2 .main {
    background-color: unset;
    box-shadow: unset
}

.nl-direct-china-map-sec .left .item--2 .main {
    display: unset
}

.nl-direct-china-map-sec .item--2 .location-content {
    padding: 0;
    padding-left: 14px;
    transform: translateX(-50px)
}

.nl-direct-china-map-sec .map-opt .item--2 {
    top: 41%;
    left: 12%
}

.nl-direct-china-map-sec .map-opt .item--4 {
    left: unset;
    top: 41%;
    right: 12%
}

.nl-direct-china-map-sec .map-opt .item--4 .main {
    background-color: #f4f3f3;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 50px
}

.nl-process-sec {
    background-image: url(../new-layout-images/process-bg.jpg);
    padding-block: 110px 150px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed
}

.nl-process-sec .box {
    gap: 60px;
    column-gap: 100px
}

.nl-process-sec .box .tt {
    font-size: 101px;
    margin-bottom: 25px;
    color: #d0d0d0;
    line-height: .8
}

.nl-process-sec .box .h4 {
    font-family: var(--secondary-font-regular);
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 25px
}

@media(min-width:1025px) {
    .nl-process-sec .box .h4 {
        font-size: 30px
    }
}

.nl-process-sec .box .content {
    font-size: 19px;
    color: #343434
}

.nl-process-sec .section-title-48,
.nl-process-sec .tt1 {
    color: #343434
}

.direct-china-fulfillment-banner-sec .imgbox .main-img {
    position: absolute;
    right: 0;
    width: 860px;
    bottom: -10px
}

.amazon-fba-banner-sec .imgbox .bg-img-icon {
    right: 100px;
    top: 64px;
}

.amazon-fba-banner-sec .imgbox .main-img {
    right: 230px;
    width: 310px;
    bottom: -10px
}

.nl-direct-china-map-sec .mapbox-img-wrapper {
    margin-left: 0 !important
}

.nl-faq-sec {
    background-color: #f4f4f4
}

.nl-faq-tab-links-sec {
    background-color: #f4f4f4;
    padding-bottom: 60px
}

.nl-faq-sec.tabs-wrap-section .accs-item .acc-head {
    font-weight: 400
}

.nl-ready-to-sec .section-title-48 {
    line-height: 1.2;
    text-transform: unset
}

.nl-contact-page-form-sec {
    background-color: #f4f4f4
}

._cUP1np9gMvFQrcPftuf.xahN8AEzyAvQtVj17TPv {
    margin-top: 0 !important
}

.nl-contact-page-map-sec.nl-map-sec {
    padding: 80px 0
}

.nl-contact-page-map-sec.nl-map-sec .mapbox-img-wrapper {
    margin-left: 0
}

.d-none {
    display: none
}

.nl-how-it-works-banner-sec {
    height: 860px
}

.nl-how-it-works-banner-sec .banner-content {
    font-size: 20px;
    line-height: 1.5
}

.nl-how-it-works-banner-sec::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 100px;
    width: 100%;
    clip-path: polygon(0 9%, 0% 100%, 100% 100%);
    background: #fafafa;
    z-index: 1
}

.how-it-works-steps-sec {
    padding-top: 0;
    background: #fafafa
}

.proc-section .box .step-num {
    font-family: var(--secondary-font-regular)
}

.how-it-works-steps-sec .right-side .title {
    font-size: 48px;
    line-height: 1.1
}

.how-it-works-steps-sec .right-side {
    width: 44%
}

.how-it-works-steps-sec .right-side .dd {
    font-size: 20px
}

.sec-separator {
    padding-bottom: 60px;
    background: #fafafa;
    position: relative;
    z-index: 1
}

.nl-searchbar {
    position: relative
}

.nl-searchbar input {
    width: 390px;
    height: 44px;
    background: #e1e2e2;
    border: none;
    outline: 0;
    border-radius: 12px;
    padding: 12px 16px;
    padding-right: 50px;
    font-size: 16px;
    color: #515978
}

.nl-searchbar .search-btn {
    cursor: pointer;
    border: none;
    background: unset;
    padding: 0;
    outline: 0;
    position: absolute;
    right: 16px;
    top: 8px
}

.nl-blog-banner-sec .sub-input {
    border-radius: 10px
}

.featured-blog-sec .box {
    margin: 0 auto
}

.featured-blog-sec .box .dd {
    font-size: 17px
}

.featured-blog-sec .btn-secondry {
    font-size: 12px
}

.featured-blog-sec .btn-secondry:hover {
    background-color: var(--new-layout-white-color);
    color: #000
}

.featured-blog-sec .btn-secondry:hover::before {
    background-color: var(--new-layout-white-color)
}

.blog-tiles-sec .btn-secondry {
    max-width: max-content;
    box-shadow: 0 12px 20px rgb(99 78 158 / 20%);
    font-size: 12px
}

.blog-tiles-sec .tt {
    height: 60px
}

.blog-tiles-sec .dd {
    font-size: 15px
}

.blog-single-banner {
    padding-top: 120px;
    padding-bottom: 10px
}

.nl-blog-detail-sec .top-title {
    margin-bottom: 30px;
    color: #171717;
    font-size: 19px
}

.nl-blog-detail-sec h2 {
    font-family: var(--secondary-font-regular);
    color: #171717;
    padding-block: 20px 12px
}

.nl-blog-detail-sec h3 {
    font-size: 28px;
    padding-block: 20px 12px
}

.nl-blog-detail-sec .dd {
    font-size: 19px
}

.nl-blog-detail-sec .social-2-box a {
    border: unset
}

.blog-single-subscribe-sec .section-title-48 {
    line-height: 1.1;
    text-transform: none
}

.blog-single-subscribe-sec .sub-input {
    border-radius: 14px
}

.nl-about-us-banner-sec {
    height: 850px
}

.nl-about-us-banner-sec::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 100px;
    width: 100%;
    clip-path: polygon(0 9%, 0% 100%, 100% 100%);
    background: var(--new-layout-white-color);
    z-index: 1
}

.nl-about-us-banner-sec .box .left {
    margin-top: -240px
}

.nl-about-detail-sec .contentbox {
    width: 93%;
    margin: 0 auto
}

.nl-about-detail-sec p {
    margin-bottom:20px;
}

.home-supply-chain-partner-sec {
    background: linear-gradient(50deg, #181818 0, #363636 100%)
}

.home-supply-chain-partner-sec .contentbox h2 {
    color: var(--new-layout-white-color)
}

@media(min-width:1025px) {
    .home-supply-chain-partner-sec .contentbox h2 {
        font-size: 67px
    }
}

.home-supply-chain-partner-sec .btn-white {
    font-weight: 500
}

.partners-logo-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.partners-logo-sec .sec-title {
    padding-top: 70px
}

@media(min-width:1025px) {
    .partners-logo-sec .sec-title .h2 {
        font-size: 55px
    }
}

.partners-logo-sec .row {
    margin-bottom: -25px
}

.partners-logo-sec .imgbox {
    background: #fff;
    padding: 5px 40px;
    margin-bottom: 25px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%)
}

.partners-logo-sec .imgbox img {
    width: 100%;
    height: 100px;
    object-fit: contain
}

.nl-counter-mb-sec {
    display: none
}

.nl-counter-mb-sec img {
    width: 100%
}

.nl-footer-sec .fot-list a {
    font-size: 15px
}

.nl-footer-sec .fot-cl:first-of-type {
    max-width: 160px
}

.nl-footer-sec .fot.fot-cl.footer-col-1,
.nl-footer-sec .fot.fot-cl.footer-col-3 {
    max-width: 210px
}

.nl-footer-sec .row-right-ft {
    gap: 45px
}

.nl-footer-sec .ft-sub-input {
    padding-inline: 14px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.nl-footer-sec .ft-sub .bbtn {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.new-layout-header .mobile-menu-box .close-menu-icon {
    fill: #ffffff
}

.new-layout-header .mobile-menu-box {
    background: #212121
}

.new-layout-header .mobile-menu-box .mobile-menu {
    padding-left: 0;
    padding-right: 0;
    background: #212121
}

.new-layout-header .mobile-menu-box .mobile-menu li {
    margin: 0
}

.new-layout-header .mobile-menu-box .mobile-menu li a {
    padding: 30px 40px;
    border: .25px solid #979797;
    border-radius: unset;
    background: #212121;
    border-bottom: unset;
    text-transform: capitalize;
    color: var(--new-layout-white-color);
    transition: .4s all
}

.new-layout-header .mobile-menu-box .mobile-menu ul>li:hover>a {
    color: var(--new-layout-secondary-color);
    -webkit-text-stroke: 0.3px var(--new-layout-secondary-color)
}

.new-layout-header .mobile-menu-box .mobile-menu li:last-child a {
    border-bottom: .25px solid #979797
}

.new-layout-header .mobile-menu .has-submenu i {
    position: absolute;
    font-size: 30px;
    color: #fff;
    right: 38px;
    top: 36px;
    transition: .4s
}

.new-layout-header .mobile-menu .has-submenu i::before {
    content: "\f078"
}

.new-layout-header .mobile-menu .has-submenu i.active {
    transform: unset;
    color: var(--new-layout-secondary-color)
}

.new-layout-header .mobile-menu-box .mobile-menu li .services-sub li a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background-color: #eaeaea;
    transition: .4s all;
    color: #272727;
    font-size: 20px
}

.new-layout-header .mobile-menu-box .mobile-menu li .services-sub li:hover a {
    background-color: #505050;
    color: var(--new-layout-white-color);
    -webkit-text-stroke: unset
}

.new-layout-header .mobile-menu-box .mobile-menu li .services-sub li .iconbox {
    width: 30px;
    height: 30px;
    position: relative
}

.new-layout-header .mobile-menu-box .mobile-menu li .services-sub li .iconbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .4s all
}

.new-layout-header .mobile-menu-box .mobile-menu li .services-sub li .hover-img {
    opacity: 0
}

.new-layout-header .mobile-menu-box .mobile-menu li .services-sub li:hover .hover-img {
    opacity: 1
}

.new-layout-header .mobile-menu-box .mobile-menu li .services-sub li:hover .main-img {
    opacity: 0
}

.service-content-sec .contentbox .content {
    font-size: 20px
}

.next-section .dd {
    font-size: 18px
}

.home-page-iconbox-sec {
    background-color: #464646;
    padding: 160px 0;
    position: relative
}

.home-page-iconbox-sec::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 40px;
    clip-path: polygon(100% 100%, 0 0, 100% 0);
    background: #fff
}

.home-page-iconbox-sec::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 40px;
    clip-path: polygon(100% 100%, 0 100%, 0 25%);
    background: linear-gradient(50deg, #181818 -19%, #363636 76%);
    z-index: 1
}

.home-page-iconbox-sec .iconbox {
    width: 100%;
    max-width: 45%;
    margin-bottom: 20px
}

.tabs-section button {
    padding: 4px 4px
}

.tabs-section button span {
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    font-weight: 400
}

.tabs-section button.active,
.tabs-section button::before,
.tabs-section button:hover {
    background-color: var(--new-layout-secondary-color)
}

.tabs-wrap-section .accs-item .acc-head {
    font-size: 21px
}

.tabs-wrap-section .acc-body .acc- {
    font-size: 19px
}

.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 111111111;
    opacity: 0;
    visibility: hidden
}

.bg-overlay.active {
    opacity: 1;
    visibility: visible
}

.popup-form-sec {
    position: fixed;
    max-width: 50%;
    width: 100%;
    z-index: 999999999;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    overflow-y: scroll;
    border-radius: 20px;
    box-shadow: 0 5px 4px rgb(0 0 0 / 25%);
    background: #f6f6f6;
    padding: 30px 60px;
    opacity: 0;
    visibility: hidden;
    transition: .4s all
}

.open-popup-btn {
    cursor: pointer;
    font-size: 18px
}

.popup-form-sec.active {
    opacity: 1;
    visibility: visible
}

.popup-form-sec::-webkit-scrollbar {
    width: 10px
}

.popup-form-sec::-webkit-scrollbar-track {
    background: #f1f1f1
}

.popup-form-sec::-webkit-scrollbar-thumb {
    background: var(--new-layout-secondary-color)
}

.popup-form-sec::-webkit-scrollbar-thumb:hover {
    background: var(--new-layout-secondary-color)
}

.popup-form-sec .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #000;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    line-height: 40px;
    cursor: pointer
}

.popup-form-sec .new-layout-form .box {
    max-width: 100%
}

.popup-form-sec .source22-section {
    padding-block: 0 !important;
    background-color: unset
}

.main-contact-section form .form-control {
    height: 55px !important
}

.popup-form-sec .new-layout-form.main-contact-section.source22-section form .form-box {
    gap: 25px;
    row-gap: 10px
}

.popup-form-sec .new-layout-form .select2-container--default .select2-search--inline .select2-search__field {
    font-size: 14px;
    height: 45px !important
}

.select2-container {
    z-index: 1111111111
}

.popup-form-sec .new-layout-form .select2-container.select2-container--focus .select2-selection--multiple .select2-selection__rendered {
    opacity: 1
}

.popup-form-sec .new-layout-form .select2-container .select2-selection--multiple .select2-selection__rendered {
    font-size: 11px
}

.popup-form-sec .main-contact-section form textarea.form-control {
    height: 60px !important
}

.main-contact-section .iti__country-list,
.popup-form-sec .iti__country-list {
    z-index: 11111111111
}

.popup-form-sec .sec-title-spacing {
    margin-bottom: 15px
}

.popup-form-sec .new-layout-form .btn-4 {
    margin-top: -5px
}

.popup-form-sec .new-layout-form .g-recaptcha {
    transform: translateY(-10px);
    margin-bottom: -10px;
    margin-top: 0 !important
}

.popup-form-sec #popup_captcha {
    transform: translateY(-22px);
    display: inline-block;
    position: absolute;
    top: 0
}

.main-contact-section form .selectbox {
    position: relative
}

.main-contact-section form .selectbox select {
    -webkit-appearance: none;
    appearance: none
}

.main-contact-section form .selectbox::before {
    content: '\f078';
    position: absolute;
    right: 15px;
    bottom: 20px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px
}

.history-section {
    background: #e4e4e4
}

.history-slider .swiper-slide:first-child .his-item .point::after,
.history-slider .swiper-slide:first-child .his-item .point::before {
    content: unset
}

.history-section .his-arrows>* {
    top: 45px;
    background: red;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    margin-bottom: -10px
}

.history-section .his-item .tt {
    position: relative;
    font-weight: 400
}

.history-section .swiper-slide-active .his-item .tt {
    font-weight: 600
}

.history-section .his-item .point {
    background-color: var(--new-layout-secondary-color)
}

.history-section .his-item .tt::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -20px;
    width: 11px;
    height: 11px;
    background-color: #171717;
    border-radius: 50%
}

.history-section .his-item .y1 {
    font-weight: 400
}

.history-section .swiper-slide-active .his-item .y1 {
    font-weight: 700
}

.main-contact-section #mobile_number {
    padding-left: 90px
}

.main-contact-section .iti--separate-dial-code .iti__selected-flag {
    background: unset
}

.nl-faq-sec .load-more-wrapper #loadMore {
    cursor: pointer
}

.nl-faq-sec .load-more-wrapper #loadMore.hidden {
    display: none !important
}

.lead-item .full-el {
    display: none
}

.nl-next-sec .box {
    margin-right: -43px
}

.nl-map-sec .map-wrapper {
    display: none
}

.nl-map-sec .map-wrapper img {
    width: 100%
}

/* Looking To Scale Business Popup */
.looking-to-scale-popup{
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 999999999;
    opacity:0;
    visibility:hidden;
    transition:0.4s all;
}

.looking-to-scale-popup.active{
    opacity:1;
    visibility:visible;
    top:50%;
}

.looking-to-scale-popup .looking-to-scale-popup-wrapper{
    max-width: 700px;
    width: 700px;
    background: #EBEBEB;
    padding: 100px 40px;
    border-radius: 40px;
}

.looking-to-scale-popup .looking-to-scale-popup-wrapper .looking-to-scale-popup-close-btn{
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 20px;
    cursor:pointer;
}
.looking-to-scale-popup .looking-to-scale-popup-wrapper .sec-title h2 {
    font-size: 62px;
}

.looking-to-scale-popup .looking-to-scale-popup-wrapper .sec-title p {
    margin-top: 30px;
    margin-bottom: 30px;
}




/* Affiliates Landing Page */


/* Banner Section  */

.affiliates-banner-sec {
    background: #FFFEFE;
    position: relative;
    /* padding-bottom: 300px; */
    padding-bottom: 70px;
    overflow: hidden;
    padding-top:50px;
}

.affiliates-banner-sec .contentbox {
    flex: 0 0 60%;
    /*padding-left: 20px;*/
}

.affiliates-banner-sec .banner-title {
    font-family: "Kanit";
    font-size: 81px;
    line-height: 1;
    font-weight: bold;
    color: var(--new-layout-primary-color);
    margin-bottom:30px;
}

.affiliates-banner-sec .banner-title span {
    color: var(--new-layout-secondary-color);
}

.affiliates-banner-sec .banner-descrpt {
    font-size: 21px;
    margin-bottom:15px;
}

.affiliates-banner-sec ul li {
    margin-bottom: 15px;
    font-size: 20px;
    color: #111111;
    align-items: start;
    line-height: 30px;
    font-weight: 400;
    /*font-family: var(--font-family-pp-montreal);*/
    font-family: var(--main-font-regular);
}

.affiliates-banner-sec ul li .list-icon {
    margin-right: 20px;
    margin-top: 4px;
}

.affiliates-banner-sec .btn-secondry {
    margin-top: 15px;
    font-size:18px;
}

 

.affiliates-banner-sec .imgbox .main-img {
    position: absolute;
    right: 98px;
    width: 580px;
    top: 55px;
}


/*Why Join Affiliates Programs Section */
.why-join-affiliate-program-sec{
    background: linear-gradient(143deg, rgba(24,24,24,1) 0%, rgba(54,54,54,1) 100%);
    position:relative;
    padding:150px 0;
} 
.why-join-affiliate-program-sec .top-img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
}
.why-join-affiliate-program-sec .bottom-img{
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 80px;
    width: 100%;
}

.why-join-affiliate-program-sec .row{
    margin-left:-35px;
    margin-bottom:-35px;
}
.why-join-affiliate-program-sec .mainbox {
    background: #4A4A4A;
    padding: 30px 25px;
    color: white;
    border-radius: 10px;
    margin-left:35px;
    margin-bottom:35px;
    height:calc(100% - 35px);
}
.why-join-affiliate-program-sec .mainbox .topbar{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.why-join-affiliate-program-sec .mainbox .topbar img {
    width: 42px;
    object-fit: contain;
    margin-right: 15px;
}

.why-join-affiliate-program-sec .mainbox .topbar h4 {
    font-size: 22px;
    font-weight: bold;
    font-family:var(--font-family-pp-montreal);
}

.why-join-affiliate-program-sec .mainbox .content{
    font-size:14px;
}

@media(min-width:1025px) {
    .why-join-affiliate-program-sec .sec-title h2{
        font-size:74px;
    }
}


/*Affiliate China Sourcing */

.affiliate-china-sourcing-sec {
    padding: 60px 0;
    
}
.affiliate-china-sourcing-sec .contentbox {
    text-align:right;
}

.affiliate-china-sourcing-sec .contentbox .btn-secondry{
    margin-left:auto;
    font-size:18px;
    font-weight:500;
}
@media(min-width:1024px){
    .affiliate-china-sourcing-sec .contentbox h2 {
        font-size:78px;
    }
}
.affiliate-china-sourcing-sec .contentbox h4 {
    font-size: 43px;
    font-family: var(--font-family-pp-montreal);
    color: #000000;
    margin-bottom: 20px;
}

.affiliate-china-sourcing-sec .contentbox .content {
    font-size: 30px; 
}


.affiliate-china-sourcing-rightimg-sec {
        background-color: #f6f6f6;
        position:relative;
}
.affiliate-china-sourcing-rightimg-sec.content-with-img-sec .top-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 80px; 
}
.affiliate-china-sourcing-rightimg-sec.content-with-img-sec .bottom-img{
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%; 
    height: 80px;
    z-index: 1;
}

.affiliate-china-sourcing-rightimg-sec {
        padding: 160px 0 160px;
}

.affiliate-china-sourcing-rightimg-sec .contentbox{
    text-align:left;
}


.affiliate-china-sourcing-rightimg-sec .contentbox .btn-secondry{
    margin-left:unset; 
}

/* Affiliate How It Works */

.affiliate-how-it-works-sec{
    padding-bottom: 0;
    margin-bottom: -120px;
    position: relative;
    z-index: 1;
}
.affiliate-how-it-works-sec .row{
    margin-left: -50px;
}

.affiliate-how-it-works-sec .mainbox{
    padding: 60px 30px 100px;
    box-shadow: 2px 4px 18px 1px rgb(0 0 0 / 10%);
    margin-left: 50px;
    height:100%;
    background: white;
}
.affiliate-how-it-works-sec .mainbox .iconbox {
    margin-bottom:20px;
}
.affiliate-how-it-works-sec .mainbox .iconbox img{
    max-width: 100%;
    /*    width: 50px;*/
    /*height: 60px;*/
    object-fit: contain;
}
.affiliate-how-it-works-sec .mainbox .contentbox h4{
    font-family: 'Kanit';
    font-size: 34px;
    color: var(--main-color);
    margin-bottom: 20px;
    line-height: 1.2;
}
.affiliate-how-it-works-sec .mainbox .contentbox .content{
    font-size:18px;
    color:#343434;
}

/* */
.join-our-affiliate-program-sec .btn-wrapper .btn-secondry{
    font-size: 30px;
    font-family: var(--font-family-pp-montreal);
    font-weight: 500;
    padding: 20px 32px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    box-shadow: 0 12px 20px rgb(99 78 158 / 20%);
}

.join-our-affiliate-program-sec .btn-wrapper .btn-secondry span {
    display:flex;
    align-items:center;
}


.join-our-affiliate-program-sec .btn-wrapper .btn-secondry span i {
    margin-left:30px;
}

.open-affiliate-popup-btn{
    cursor:pointer;
}

/*Generate Affiliate Link Section */

.generate-affiliate-link-sec{
    background: linear-gradient(-58deg, rgba(0,0,0,1) 0%, rgba(40,40,40,1) 100%);
    padding: 250px 0 140px;
}

.generate-affiliate-link-sec h5 {
    color:white;
    font-size:20px;
    font-family:var(--font-family-pp-montreal);
    font-weight:500;
}


.generate-affiliate-link-sec .sec-title{
    margin-bottom:45px;
}



.generate-affiliate-link-sec .affiliate-form-wrapper{ 
    background: #282828;
    padding: 80px 70px;
    border-radius: 16px;
    box-shadow: 24px 30px 84px rgb(0 0 0 / 62%);
}

.generate-affiliate-link-sec .dropdown-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.generate-affiliate-link-sec .dropdown-wrapper .dropdown-options{
     margin-left: 20px;
     position: relative;
     
}

.generate-affiliate-link-sec .dropdown-wrapper .dropdown-options select{
    padding: 12px 32px;
    background: #BCBCBC;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--secondary-font-regular);
    border-radius: 7px;
    -webkit-appearance: none;
    padding-right: 52px;
    box-shadow: 0 12px 20px rgb(99 78 158 / 20%);
   
}

.generate-affiliate-link-sec .dropdown-wrapper .sort-arrow {
   position: absolute;
    right: 20px;
    top: 16px;
    pointer-events: none; 
}
.generate-affiliate-link-sec .main-fields-wrapper h5 {
    margin-bottom:15px;
}

.generate-affiliate-link-sec .main-fields-wrapper .btn-secondry {
    font-size: 18px;
    border: unset;
    outline: none;
    box-shadow: 0 12px 20px rgb(99 78 158 / 20%);
}

.generate-affiliate-link-sec .main-fields-wrapper  .input-wrapper {
    display: flex;
    align-items: center;
}
.generate-affiliate-link-sec .main-fields-wrapper  .input-wrapper input{
    padding: 15px 20px;
    background: #464646;
    border: unset;
    border-radius: 11px;
    font-family: var(--font-family-pp-montreal);
    font-size: 20px;
    color: #8B8B8B;
    width: 100%;
    max-width: 540px;
    margin-right: 40px;
}

.generate-affiliate-link-sec     .copy-input-wrapper .input-wrapper input {
    max-width: 100%;
    flex: 1;
}

/*Affiliate Program Signup Popup */

.affiliate-program-signup-popup .sec-title .h3{
    font-size:40px;
    font-weight: 600;
}
.affiliate-program-signup-popup{
    position: fixed;
    width: 100%;
    max-width: 55%;
    z-index: 999999999;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    overflow-y: scroll;
    border-radius: 20px;
    box-shadow: 0 5px 4px rgb(0 0 0 / 25%);
    background: #f6f6f6;
    padding: 30px 60px;
    opacity: 0;
    visibility: hidden;
    transition: .4s all; 
}
.affiliate-program-signup-popup.active{
    opacity:1;
    visibility:visible;
}

.affiliate-program-signup-popup .close-affiliate-popup-btn{ 
    position: absolute;
    top: 15px;
    right: 15px;
    background: #000;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
}

.affiliate-program-signup-popup .fields-wrapper {
    display: flex;
    flex-flow: wrap;
    column-gap: 50px;
}
.affiliate-program-signup-popup .input-wrapper {
        flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
    margin-bottom:19px;
}

.affiliate-program-signup-popup .input-wrapper.full-width-input ,
.affiliate-program-signup-popup .checkbox-wrapper,
.affiliate-program-signup-popup .submit-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
}
.affiliate-program-signup-popup  label{
    font-family: var(--secondary-font-regular);
    font-size: 19px;
    color: #171717;
    font-weight: 500;
    display:block;
    margin-bottom: 10px;
}

.affiliate-program-signup-popup .input-wrapper input,
.affiliate-program-signup-popup .input-wrapper select,
.affiliate-program-signup-popup .input-wrapper textarea{
    /*height: 55px;*/
    border-radius: 10px;
    border: 0;
    background: #e4e4e4;
    padding: 16px;
    font-size: 15px;
    color: #484545;
    width:100%;
    font-family: var(--font-family-pp-montreal);
}

 .affiliate-program-signup-popup .input-wrapper select{
     appearance: none;
 }
.affiliate-program-signup-popup .input-wrapper .dropdown-wrapper {
    position:relative;
} 
.affiliate-program-signup-popup .input-wrapper .dropdown-wrapper::before {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 16px;
    pointer-events: none;
 }

.affiliate-program-signup-popup .input-wrapper textarea {
    min-height: 80px;
}

.affiliate-program-signup-popup  .iti--separate-dial-code .iti__selected-flag {
   background-color:unset; 
}


.affiliate-program-signup-popup .checkbox-wrapper label { 
  position: relative;  
  cursor: pointer; 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display:flex;
  align-items:center;
  gap:12px;
}
 
.affiliate-program-signup-popup .checkbox-wrapper label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
 
.affiliate-program-signup-popup .checkbox-wrapper label .checkmark {
    display: inline-block;
    height: 22px;
    width: 22px;
    background-color: unset;
    border: 1px solid;
    border-radius: 3px;
    order:-1;
    position:relative;
}
 
/*.affiliate-program-signup-popup .checkbox-wrapper label:hover input ~ .checkmark {*/
/*  background-color: #ff2600;*/
/*}*/
 
.affiliate-program-signup-popup .checkbox-wrapper label input:checked ~ .checkmark {
  background-color: #ff2600;
}
 
.affiliate-program-signup-popup .checkbox-wrapper label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
 
.affiliate-program-signup-popup .checkbox-wrapper label input:checked ~ .checkmark:after {
  display: block;
}
 
.affiliate-program-signup-popup .checkbox-wrapper label .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.affiliate-program-signup-popup .submit-wrapper {
    margin-top:20px;
}
.affiliate-program-signup-popup .submit-wrapper .button-contact {
    width: 150px;
    border: unset;
    outline: unset;
    font-family:var(--font-family-pp-montreal);
    font-size: 18px;
    
}


/* Landing Page Header */
.lp-header{
    background-color:#212121;
    padding: 23px 0;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 11;
}

.lp-header .lp-header-logo img {
    max-width: 100%;
}

.lp-header .whatsapp-btn  {
    position: relative;
}

.lp-header .whatsapp-btn .btn-secondry   {
    padding-right: 60px;
}

.lp-header .whatsapp-btn  img {
    position: absolute;
    right: -10px;
    top: -6px;
    width: 55px;
}

/* GCC Banner Section  */

.gcc-banner-sec {
    background: #F6F6F6;
    position: relative;
    /* padding-bottom: 300px; */
    padding-bottom: 70px;
    overflow: hidden;
    padding-top:50px;
}

.gcc-banner-sec .contentbox {
    flex: 0 0 65%;
    /*padding-left: 20px;*/
}

.gcc-banner-sec .banner-title {
    font-family: "Kanit";
    font-size: 68px;
    line-height: 1;
    font-weight: bold;
    color: var(--new-layout-primary-color);
    margin-bottom:30px;
}

.gcc-banner-sec .banner-title span {
    color: var(--new-layout-secondary-color);
}

.gcc-banner-sec .banner-descrpt {
    font-size: 24px;
    margin-bottom:15px;
}

.gcc-banner-sec ul li {
    margin-bottom: 15px;
    font-size: 20px;
    color: #111111;
    align-items: start;
    line-height: 30px;
    font-weight: 400;
    /*font-family: var(--font-family-pp-montreal);*/
    font-family: var(--main-font-regular);
}

.gcc-banner-sec ul li .list-icon {
    margin-right: 20px;
    margin-top: 4px;
}

.gcc-banner-sec .btn-secondry {
    margin-top: 15px;
    font-size:18px;
}

 

.gcc-banner-sec .imgbox {
    height: 700px; 
}

.gcc-banner-sec .imgbox .main-img {
    position: absolute;
    right: 0;
    width: 700px;
    top: 0;
}


/* Home Latest Banner Banner Section  */

.home-latest-banner-sec {
    background: #F6F6F6;
    position: relative;
    /* padding-bottom: 300px; */
        padding-bottom: 70px;
    overflow: hidden;
    padding-top:80px;
}

.home-latest-banner-sec .contentbox {
    flex: 0 0 65%;
    /*padding-left: 20px;*/
}

.home-latest-banner-sec .banner-title {
    font-family: "Kanit";
    font-size: 65px;
    line-height: 1;
    font-weight: bold;
    color: var(--new-layout-primary-color);
    margin-bottom:30px;
}

.home-latest-banner-sec .banner-title span {
    color: var(--new-layout-secondary-color);
}

.home-latest-banner-sec .banner-descrpt {
    font-size: 24px;
    margin-bottom:15px;
}

.home-latest-banner-sec ul li {
    margin-bottom: 15px;
    font-size: 20px;
    color: #111111;
    align-items: start;
    line-height: 30px;
    font-weight: 400;
    /*font-family: var(--font-family-pp-montreal);*/
    font-family: var(--main-font-regular);
}

.home-latest-banner-sec ul li .list-icon {
    margin-right: 20px;
    margin-top: 4px;
}

.home-latest-banner-sec .btn-secondry {
    margin-top: 15px;
    font-size:18px;
}

 

.home-latest-banner-sec .imgbox {
    height: 740px; 
}

.home-latest-banner-sec .imgbox .main-img {
    position: absolute;
    right: 0;
    width: 700px;
    top: 0;
}


/* Gcc Services */
.lg-gcc-services-sec{
    padding-bottom:0 !important;
}
.lg-gcc-services-sec .sec-title {
    margin-bottom: 100px;
}
.lg-gcc-services-sec .sec-title p{
    font-size:28px;
}

.lg-gcc-services-sec .mainbox {
    position: relative;
    overflow:hidden;
}

.lg-gcc-services-sec .mainbox .contentbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 60px 40px;
    transition:0.4s all;
}
.lg-gcc-services-sec .mainbox .contentbox::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: linear-gradient(0deg, rgba(255,38,0,1) 0%, rgba(255,38,0,0) 100%);
    opacity:0;
    transition:0.4s all;
}
.lg-gcc-services-sec .mainbox .contentbox .h3{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    font-family: var(--font-family-pp-montreal);
    margin-bottom: 25px;
}

.lg-gcc-services-sec .mainbox .contentbox .content{
    font-size: 21px;
    color: white;
    line-height: 1.8; 
    height: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease; 
}

.lg-gcc-services-sec .mainbox .contentbox span{
    color: var(--new-layout-secondary-color); 
    font-size: 21px;
    font-family: var(--secondary-font-regular);
    font-weight: 300;
    display: block;
    transition:0.4s all;
    display: flex;
    align-items: center;
}

.lg-gcc-services-sec .mainbox .contentbox .content-wrapper{
    position:relative;
    z-index:1;
}

.lg-gcc-services-sec .mainbox .imgbox{
    overflow:hidden;
}

.lg-gcc-services-sec .mainbox .imgbox img{
    transition:0.4s all;
}

.lg-gcc-services-sec .mainbox:hover .contentbox{
    background: unset;
}

.lg-gcc-services-sec .mainbox:hover .contentbox .content{
    height:140px;
    opacity: 1;
	visibility: visible;
	margin-bottom: 26px;
	
}

.lg-gcc-services-sec .mainbox:hover .imgbox img{
    transform:scale(1.1);
    
}
.lg-gcc-services-sec .mainbox:hover .contentbox::before {
    opacity:1;
}

.lg-gcc-services-sec .mainbox:hover .contentbox span {
    color:white;
}


.lg-gcc-services-sec .mainbox span i{
    transition:0.4s all;
    margin-left:10px;
}
.lg-gcc-services-sec .mainbox span:hover i{
    transform:translateX(15px);
}   


/*Gcc Faqs Section */
.gcc-faqs-sec {
    background-color:#F1F1F1;    
}



/* Global Ecommerce Brands Trust Section */
.global-ecommerce-sec{
    background: linear-gradient(42deg, rgba(24,24,24,1) 0%, rgba(54,54,54,1) 100%);
    padding-bottom:240px;
    position: relative;
}

.global-ecommerce-sec .bottom-img{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -30px;
    height: 120px;
}

.global-ecommerce-sec .bottom-logo {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.global-ecommerce-sec .sec-title .h2{
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--secondary-font-regular);
}



@media (min-width: 641px) {
    .global-ecommerce-sec .sec-title .h2{
        font-size:45px;
    }
}

.global-ecommerce-sec .row{
    margin-left:-15px;
    margin-bottom:-20px;
}

.global-ecommerce-sec .mainbox {
    background: #4A4A4A;
    color: white;
    padding: 30px;
    border-radius: 10px;
    margin-left:15px;
    height:calc(100% - 20px);
    margin-bottom:20px;
}

.global-ecommerce-sec .mainbox h4 {
    font-size: 29px;
    font-family: var(--font-family-pp-montreal);
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
}
.global-ecommerce-sec .mainbox .content {
    font-size: 14px;
}

/*Gcc Map Section */

.gcc-map-sec.nl-contact-page-map-sec.nl-map-sec {
    padding: 30px 0;
    margin-top: -100px;
}

.gcc-map-sec .map-bg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


/*Client Logos Section */

.client-logos-sec{
    background-color:#F4F4F4;
}
.client-logos-sec .client-logos-wrapper  {
    display: flex ;
    flex-flow: wrap;
    justify-content:space-between; 
    column-gap: 60px;
    row-gap:30px;
    align-items: center;
}

.client-logos-sec .client-logos-wrapper .client-logo{
    flex: 0 0 calc(20% - 60px);
    max-width: calc(20% - 60px);
}
.client-logos-sec .client-logos-wrapper  .client-logo img{
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: contain;
}


/*Gcc Cta Section */
.gcc-cta-sec{
    background: linear-gradient(69deg, rgba(53,53,53,1) 0%, rgba(36,36,36,1) 100%);
}

.gcc-cta-sec .gcc-cta-wrapper {
    max-width:calc(100% - 80px);
    margin:0 auto;
}

.gcc-cta-sec .contentbox .h2{
    font-family: var(--secondary-font-regular);
    font-weight: bold;
    line-height: 1.2;
    font-size:40px;
}
.gcc-cta-sec .contentbox .content{
    font-size:17px;
    margin-top:25px;
    line-height: 1.5;
}

.gcc-cta-sec .btn-wrapper{
    text-align:right; 
}

.gcc-form-sec{
    background-color: #fbfbfb;
}

.gcc-form-sec.main-contact-section .sec-title p {
    font-size: 25px;
}

.gcc-form-sec.new-layout-form.main-contact-section.source22-section form .form-box {
    gap: 15px;
    row-gap: 25px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.gcc-form-sec.new-layout-form.main-contact-section.source22-section form .form-box .field-form {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}

.gcc-form-sec.new-layout-form .box{
    max-width:100%;
}

.gcc-form-sec.new-layout-form .how-can-help textarea{
    height: auto !important;
}

/*Latest News Section */
.latest-news-logos-sec{
    background: linear-gradient(33deg, rgba(70,70,70,1) 0%, rgba(35,35,35,1) 100%);
    position: relative;
    padding-bottom: 120px;
}

.latest-news-logos-sec .bottom-img{
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80px;
}
.latest-news-logos-sec .logobox img{
    aspect-ratio: 3 / 2;
    object-fit: contain;
    width:100%;
    
}


/*Customer Reviews Section */

.customer-reviews-sec{
    position: relative;
    background: #E2E2E2;
    overflow:hidden;
} 
.customer-reviews-sec .left-img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.customer-reviews-sec .customer-reviews {
    height: 620px;
    overflow: visible;
    padding-right: 60px;
}

.customer-reviews-sec .customer-reviews .customer-review {
    height: 100%;
    padding:40px 45px;
    background: #F3F3F3;
    border-radius: 23px;
    transition:0.4s all;
    opacity:0.8;
}

.customer-reviews-sec .customer-reviews .customer-review  .stars-wrapper{
    margin-bottom:20px;
}

.customer-reviews-sec .customer-reviews .customer-review .user-meta {
        display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 500;
    font-family: var(--font-family-pp-montreal);
    gap: 10px;
}

.customer-reviews-sec .customer-reviews .customer-review .user-location {
        display: flex ;
    align-items: center;
    gap: 5px;
}

.customer-reviews-sec .customer-reviews .customer-review .review-content h5{
    font-size: 19px;
    font-weight: bold;
    font-family: var(--font-family-pp-montreal);
    margin-bottom: 20px;
}

.customer-reviews-sec .customer-reviews .customer-review .review-content .content {
    font-size: 14px;
}

.customer-reviews-sec .customer-reviews .swiper-slide-active   .customer-review{
    background-color:#282828;
    color:white;
    opacity:1;
}

.customer-reviews-sec .swiper-button-next,.customer-reviews-sec .swiper-button-prev {
    top: unset;
    transform: unset;
    right: 0;
    left: unset;
    bottom: 70px;
    border: unset;
    background: unset;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: transparent;
    border-radius: 50%;
    border:1px solid #B8B4B4;
    transition:0.4s all;
}

.customer-reviews-sec .swiper-button-next:hover,.customer-reviews-sec .swiper-button-prev:hover{
    background: #B8B4B4;
    
}
.customer-reviews-sec .swiper-button-prev:hover:after,
.customer-reviews-sec .swiper-button-next:hover:after{
    color:white;
}
.customer-reviews-sec .swiper-button-next {
    bottom:120px;
}
.customer-reviews-sec .swiper-button-next::after {
    content: '\f077';
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: 700;
    font-size: 18px;
    color:#B8B4B4;
    transition:0.4s all;
}

.customer-reviews-sec .swiper-button-prev::after{
    content: '\f078';
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: 700;
    font-size: 20px;
    color: #B8B4B4;
}

.whatsapp-floating-icon{
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 999;
}
.whatsapp-floating-icon img{
    filter: drop-shadow(2px 4px 8px hsla(0deg, 0%, 0%, 0.1));
    width: 50px;
}


.mb-0 {
    margin-bottom:0 !important;
}

/*Responsive */
@media(max-width:1540px) {
    .us-order-map-sec .map-opt .item--4 {
        top: 45%;
        right: 6%
    }

    .nl-direct-china-map-sec .map-opt .item--4 {
        left: unset;
        top: 41%;
        right: 10%
    }
    .gcc-banner-sec .imgbox .main-img{
        width: 600px;
    }
    .home-latest-banner-sec{
        padding-bottom: 30px;
    }
    .home-latest-banner-sec .imgbox{
        height: 700px;
    }
    .home-latest-banner-sec .imgbox .main-img{
        width: 650px;
    }
    
}

@media(min-width:1025px) {
    .service-content-sec .contentbox h2 {
        font-size: 63px
    }
    .generate-affiliate-link-sec .sec-title h2{
        font-size:61px;
    }
    .customer-reviews-sec .customer-reviews .sec-title h2{
        font-size: 67px;
        font-weight: bold; 
    }
    .lansil-sourcing-sec .mainbox .h4{
        font-size: 26px;
    }
}

@media(max-width:1440px) {
    .nl-home-banner-sec .imgbox {
        width: 620px;
        margin-left: -300px;
        margin-right: -100px
    }

    .nl-home-banner-sec .imgbox .main-img {
        width: 100%
    }
    .affiliates-banner-sec .imgbox .main-img {
        right: 55px;
        width: 550px; 
    }
}

@media(max-width:1366px) {
    .affiliates-banner-sec .banner-title {
        font-size:72px;
    }    
    .gcc-banner-sec .imgbox {
        height: 600px;
    }
    .gcc-banner-sec .imgbox .main-img{
        width: 520px;
    }
    .home-latest-banner-sec .imgbox {
        height: 600px;
    }
    .home-latest-banner-sec .imgbox .main-img{
        width: 570px;
    }
    
}

@media(max-width:1200px) {
    .new-layout-header .nl-header-btn {
        padding: 10px 25px
    }

    .nl-home-banner-sec .imgbox .main-img {
        width: 500px
    }

    .nl-home-banner-sec .banner-title {
        font-size: 50px
    }

    .nl-home-banner-sec .banner-descrpt {
        font-size: 20px
    }

    .nl-home-banner-sec ul li {
        font-size: 20px
    }

    .us-order-ff-sec .mainbox::before {
        transform: skewX(-5deg)
    }

    .amazon-fba-banner-sec .imgbox .main-img {
        right: 180px;
        width: 310px
    }

    .grow-business-sec .contentbox {
        padding: 30px 30px;
        padding-left: 10px
    }

    .nl-next-sec .box {
        margin-right: -20px
    }
    .lg-gcc-services-sec .mainbox {
        height: 500px;
    }
    .lg-gcc-services-sec .mainbox .imgbox {
        height:100%;
    }
    .lg-gcc-services-sec .mainbox .imgbox img {
        height: 100%;
        object-fit: cover;
    }
    .lg-gcc-services-sec .mainbox .contentbox {
        padding: 40px 20px;
    }
    .lg-gcc-services-sec .mainbox .contentbox .h3{
            font-size: 24px;
    }
    .lg-gcc-services-sec .mainbox .contentbox .content{
        font-size: 18px;
    }
    .lg-gcc-services-sec .mainbox .contentbox span{
        font-size: 18px;
    }
    .gcc-banner-sec .banner-title{
        font-size: 60px;
    }
    .gcc-banner-sec .banner-descrpt{
        font-size: 20px;
    }
    .home-latest-banner-sec .banner-title{
        font-size: 60px;
    }
    .home-latest-banner-sec .banner-descrpt{
        font-size: 20px;
    }
    .lg-gcc-services-sec .sec-title p{
        font-size: 24px;
    }
    .global-ecommerce-sec .mainbox h4{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .gcc-cta-sec .contentbox .h2{
            font-size: 34px;
    }
    .gcc-form-sec.main-contact-section .sec-title p{
        font-size: 20px;
    }
    .china-sourcing-banner-sec .imgbox .main-img {
        width: 700px;
    }
    .home-latest-banner-sec {
        padding-top: 40px;
    }
    .home-latest-banner-sec .imgbox{
        height: 540px;
    }
    .home-latest-banner-sec .imgbox .main-img {
        width: 480px;
    }
}

@media(max-width:1024px) {
    .h2 {
        font-size: 48px
    }

    .h3 {
        font-size: 36px
    }

    .sec-title p {
        font-size: 20px
    }

    .btn-secondry {
        padding: 10px 20px;
        font-size: 14px
    }

    .new-layout-header .header-menu {
        gap: 30px
    }

    .content-with-img-sec .contentbox .content {
        font-size: 20px
    }

    .new-banner-sec .banner-title {
        font-size: 60px
    }

    .new-banner-sec .imgbox .main-img {
        right: 40px;
        width: 400px;
    }

    .lansil-sourcing-sec .mainbox {
        padding: 45px 20px
    }

    .icon-with-content-sec .mainbox {
        padding: 45px 20px
    }

    .client-reviews-sec .review-item2 {
        width: calc(100% - 40px)
    }

    .other-services-sec .row {
        margin-left: -15px
    }

    .other-services-sec .row .mainbox {
        margin-left: 15px
    }

    .manufacturing-quality-banner-sec.new-banner-sec .imgbox .main-img {
        width: 600px
    }

    .amazon-fba-banner-sec .imgbox .main-img {
        right: 60px;
        width: 290px
    }

    .direct-china-fulfillment-banner-sec .imgbox .main-img {
        right: 0
    }

    .nl-counter-mb-sec {
        display: block
    }

    .counters-sec {
        display: none
    }

    .nl-home-banner-sec {
        padding-bottom: 100px
    }

    .grow-business-sec .mainbox {
        max-width: calc(100% - 25px)
    }

    .grow-business-sec .imgbox img {
        transform: translateY(-23px)
    }
    .grow-business-sec .col-lg-4:nth-child(5) .imgbox img{
        transform: translateY(-26px);
    }
    .grow-business-sec .contentbox .h4 {
        font-size: 24px
    }

    .new-layout-header .header-menu li ul {
        width: 850px;
        max-width: 850px
    }

    .new-layout-header .header-menu li ul li a {
        padding: 25px 25px
    }

    .nl-about-us-banner-sec {
        height: 600px
    }

    .nl-about-us-banner-sec .box .left {
        margin-top: -150px
    }

    .nl-about-us-banner-sec .box .left .banner-tt {
        font-size: 60px
    }

    .nl-contact-page-map-sec .map-opt .item--3 {
        right: 270px;
        top: 112px
    }

    .us-order-map-sec .left,
    .us-order-map-sec .left>img {
        height: 500px
    }

    .us-order-map-sec .map-opt .item--1 {
        top: 90px;
        left: 320px
    }

    .us-order-map-sec .map-opt .item--2 {
        top: 190px;
        left: 143px
    }

    .us-order-map-sec .map-opt .item--4 {
        top: 43%;
        right: 3%
    }

    .nl-direct-china-map-sec .map-opt .item--1 {
        top: 228px;
        left: 265px
    }

    .nl-direct-china-map-sec .map-opt .item--2 {
        top: 290px;
        left: 120px
    }

    .popup-form-sec {
        max-width: 80%
    }

    .nl-direct-china-map-sec .left,
    .nl-direct-china-map-sec .left>img {
        height: 420px
    }

    .nl-direct-china-map-sec .map-opt .item--1 {
        top: 100px
    }

    .nl-direct-china-map-sec .map-opt .item--2 {
        top: 160px
    }

    .nl-direct-china-map-sec .map-opt .item--4 {
        top: 155px;
        right: 80px
    }
    .affiliates-banner-sec .banner-title {
        font-size: 60px;
    }
    .affiliates-banner-sec .imgbox .main-img {
        right: 15px;
        width: 450px;
    }
    .gcc-banner-sec .imgbox{
        height: 500px;
    }
    .gcc-banner-sec .imgbox .main-img{
        width: 440px;
    }
    .gcc-banner-sec .banner-title{
        font-size: 52px;
    }
    .home-latest-banner-sec .imgbox{
        height: 500px;
    }
    .home-latest-banner-sec .imgbox .main-img{
        width: 440px;
    }
    .home-latest-banner-sec .banner-title{
        font-size: 52px;
    }
    .china-sourcing-banner-sec .imgbox .main-img{
        right: 0;
        width: 650px;
    }
}

@media(max-width:991px) {
    .new-layout-header .menu-wrapper {
        display: none !important
    }

    .new-layout-header .nl-header-btn {
        display: none !important
    }

    .mobile-header-actions {
        display: block !important
    }

    .nl-home-banner-sec .box {
        flex-direction: unset;
        flex-flow: wrap
    }

    .nl-home-banner-sec .imgbox {
        margin-top: 30px
    }

    .nl-home-banner-sec .imgbox .main-img {
        position: unset
    }

    .nl-home-banner-sec .contentbox {
        flex: 0 0 100%;
        width: 100%
    }

    .nl-home-banner-sec .banner-title br {
        display: none
    }

    .grow-business-sec .sec-title {
        margin-bottom: 60px
    }

    .grow-business-sec .row {
        padding-top: 20px;
        justify-content: center
    }

    .grow-business-sec .mainbox::before {
        transform: unset
    }

    .grow-business-sec .imgbox {
        transform: unset
    }

    .grow-business-sec .mainbox::after {
        left: unset;
        transform: unset
    }

    .grow-business-sec .col-lg-4:nth-child(4) {
        margin-left: unset
    }

    .grow-business-sec .imgbox img {
        transform: translateY(-40px)
    }
    
    .grow-business-sec .col-lg-4:first-child .imgbox img {
        max-width: 50%
    }

    .grow-business-sec .col-lg-4:nth-child(2) .imgbox img {
        max-width: 59%
    }

    .grow-business-sec .col-lg-4:nth-child(3) .imgbox img {
        max-width: 44%
    }

    .grow-business-sec .col-lg-4:nth-child(4) .imgbox img {
        max-width: 31%
    }

    .grow-business-sec .col-lg-4:nth-child(5) .imgbox img {
        max-width: 20%;
        transform: translateY(-40px);
    }

    .grow-business-sec .contentbox .btn-black {
        margin-left: unset
    }

    .grow-business-sec .contentbox .h4 {
        padding-left: unset
    }

    .home-page-iconbox-sec .row {
        margin-bottom: -20px
    }

    .home-page-iconbox-sec .mainbox {
        margin-bottom: 20px
    }

    .nl-home-banner-sec .imgbox {
        width: 100%;
        margin: 0 auto;
        margin-top: 30px
    }

    .nl-home-banner-sec .imgbox .main-img {
        width: 100%
    }

    .grow-business-sec .contentbox {
        padding: 30px 20px
    }

    .nl-map-sec .left {
        display: none
    }

    .nl-map-sec .map-wrapper {
        margin-top: 40px;
        display: block
    }
    .affiliates-banner-sec .imgbox {
        display:none;
    }
    .affiliate-china-sourcing-sec .contentbox h4 {
        font-size: 34px;
    }
    .affiliate-how-it-works-sec .row {
        margin-left: -25px;
    }
    .affiliate-how-it-works-sec .mainbox {
        margin-left: 25px;
    }
    .affiliate-how-it-works-sec .mainbox .contentbox h4 {
        font-size: 28px;
    }
    
    .affiliate-program-signup-popup{
        padding: 40px 40px;
    }
    .affiliate-program-signup-popup .sec-title .h3{
        font-size:31px;
    }
    .affiliate-program-signup-popup .fields-wrapper{
        column-gap: 40px;
    }
    .affiliate-program-signup-popup .input-wrapper{
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .global-ecommerce-sec {
        padding-bottom: 120px !important;
    }
    .gcc-map-sec.nl-map-sec .map-wrapper {
        position:relative;
        margin-top: 0;
    }
    .gcc-banner-sec .imgbox{
        display:none;
    }
    .home-latest-banner-sec .imgbox{
        display:none;
    }
    .customer-reviews-sec{
        padding: 60px 0;
    }
    .customer-reviews-sec .sec-title{
        text-align: center;
        margin-bottom: 40px;
    }
    .customer-reviews-sec .customer-reviews{
        height:auto;
        padding-bottom: 80px;
        padding-right:0;
    }
    .customer-reviews-sec .swiper-slide {
        height: auto;
    }
    .customer-reviews-sec .swiper-button-next{
        bottom: 0;
        left: calc(50% - 25px);
        transform: translate(-50%, -50%);
    }
    .customer-reviews-sec .swiper-button-prev{
        bottom: 0;
        left: calc(50% + 25px);
        transform: translate(-50%, -50%);
    }
    .customer-reviews-sec .swiper-button-next::after{
        content: '\f053';
    }
    .customer-reviews-sec .swiper-button-prev::after{
        content: '\f054';
    }
}

@media(max-width:768px) {
    .new-banner-sec .imgbox .main-img {
        right: 10px;
        width: 500px
    }

    .icon-with-content-sec .col-lg-3.col-md-6 {
        margin-bottom: 15px
    }

    .icon-with-content-sec .mainbox .h4 {
        height: 75px
    }

    .new-layout-form .box {
        max-width: 100%
    }

    .new-layout-form.main-contact-section.source22-section form .form-box {
        gap: 70px;
        row-gap: 25px
    }

    .lansil-sourcing-sec .row .col-lg-3 {
        margin-bottom: 20px
    }

    .lansil-sourcing-sec .row .mainbox .h4 {
        height: 75px
    }

    .local-office-sec .box {
        flex-direction: column-reverse
    }

    .us-order-ff-sec .mainbox::before {
        transform: unset
    }

    .amazon-fba-banner-sec .imgbox .main-img {
        display: none
    }

    .grow-business-sec .mainbox {
        height: auto
    }

    .grow-business-sec .imgbox {
        height: auto;
        background: #d1d1d1
    }

    .grow-business-sec .imgbox img {
        margin-bottom: -49px
    }

    .grow-business-sec .mainbox::after {
        display: none
    }
    .china-sourcing-banner-sec .imgbox .main-img{
        right: 0;
        width: 440px;
    }
}

@media(max-width:767px) {
    .sec-padding-large {
        padding: 100px 0
    }

    .sec-padding {
        padding: 80px 0
    }

    .sec-padding-medium {
        padding: 60px 0
    }

    .sec-padding-small {
        padding: 40px 0
    }

    .new-layout-header .menu-with-header-action-wrapper {
        flex: auto
    }

    .new-banner-sec .imgbox .main-img {
        display: none
    }

    .about-lansil-global-sec .box {
        flex-direction: column-reverse
    }

    .col-reverse-mob {
        flex-direction: column-reverse
    }

    .quality-assurance-sec .fig {
        transform: unset
    }

    .nl-map-sec .ii .ttbody:first-of-type,
    .nl-map-sec .ii .ttd:first-of-type {
        flex: 1
    }

    .nl-map-sec .mapbox-img-wrapper {
        margin-left: 0
    }

    .nl-map-sec .mapbox-img-wrapper {
        margin-top: 40px
    }

    .new-banner-sec ul li br {
        display: none
    }

    .nl-home-banner-sec ul li {
        line-height: 25px
    }

    .nl-process-sec {
        padding-block: 100px 80px
    }

    .nl-process-sec .box {
        gap: 30px
    }

    .nl-process-sec .box .tt {
        text-align: center;
        font-size: 80px
    }

    .nl-process-sec .box .tt {
        margin-bottom: 10px
    }

    .nl-process-sec .box .h4 {
        margin-bottom: 15px
    }

    .nl-how-it-works-banner-sec {
        height: auto;
        padding-bottom: 130px
    }

    .nl-how-it-works-banner-sec .banner-content {
        font-size: 18px
    }

    .how-it-works-steps-sec .right-side .dd {
        font-size: 18px
    }

    .how-it-works-steps-sec .right-side .title {
        font-size: 36px
    }

    .how-it-works-steps-sec {
        padding-bottom: 60px
    }

    .direct-china-ff-iconbox-sec {
        transform: unset;
        margin-top: unset
    }

    .partners-logo-sec .box {
        flex-flow: wrap
    }

    .partners-logo-sec .box .left,
    .partners-logo-sec .box .right {
        width: 100%
    }

    .partners-logo-sec .box .sec-title {
        padding-top: 0;
        margin-bottom: 40px
    }

    .nl-contact-page-map-sec .dot-ani,
    .nl-contact-page-map-sec .map-opt .logg {
        width: 30px;
        height: 30px
    }

    .nl-contact-page-map-sec .location-content .title,
    .nl-contact-page-map-sec .location-content .title.black {
        font-size: 12px
    }

    .nl-contact-page-map-sec .map-opt .logg img {
        width: 10px
    }

    .nl-contact-page-map-sec .dot-ani:before {
        width: 20px;
        height: 20px
    }

    .nl-contact-page-map-sec .left {
        margin-top: 40px
    }

    .nl-contact-page-map-sec .left,
    .nl-contact-page-map-sec .left>img {
        height: auto
    }

    .nl-contact-page-map-sec .location-content {
        padding: 0;
        padding-right: 5px
    }

    .nl-contact-page-map-sec .left .item-2 .main {
        background: unset;
        box-shadow: unset;
        flex-direction: column;
        text-align: center
    }

    .nl-contact-page-map-sec .map-opt .item--1 {
        top: 30px;
        left: 195px
    }

    .nl-contact-page-map-sec .map-opt .item--2 {
        top: 92px;
        left: 56px
    }

    .nl-contact-page-map-sec .map-opt .item--3 {
        right: 250px;
        top: 62px
    }

    .nl-contact-page-map-sec .map-opt .item--4 {
        top: 98px;
        right: 43px
    }

    .us-order-map-sec .left,
    .us-order-map-sec .left>img {
        height: auto
    }

    .us-order-map-sec .map-opt .item--1 {
        top: 64px;
        left: 194px
    }

    .us-order-map-sec .map-opt .item--2 {
        top: 136px;
        left: 93px
    }

    .us-order-map-sec .map-opt .item--4 {
        top: 129px;
        right: 48px
    }

    .nl-direct-china-map-sec .map-opt .item--1 {
        top: 80px;
        left: 155px
    }

    .nl-direct-china-map-sec .map-opt .item--2 {
        top: 120px;
        left: 96px
    }

    .nl-direct-china-map-sec .map-opt .item--4 {
        top: 114px;
        right: 95px
    }
    
    .grow-business-sec .col-lg-4:nth-child(5) .imgbox img {
        transform: translateY(-46px);
    }
    
    .grow-business-sec .imgbox img {
        transform: translateY(-45px);
    } 
    .new-banner-sec .imgbox .bg-img-icon {
        display: none
    }

    .iti-mobile .iti--container {
        top: 50%;
        transform: translate(-50%, -50%);
        bottom: unset;
        left: 50%;
        right: unset;
        position: fixed;
        max-width: calc(100% - 30px);
        z-index: 11111111;
        height: 50%;
        display: block
    }

    .iti-mobile .iti__country-list {
        height: 100%;
        width: 100%;
        max-height: unset
    }

    .partners-logo-sec .box .right .row .col-6:last-child {
        display: none
    }

    .nl-footer-sec .fot-cl:first-of-type {
        max-width: 100%
    }

    .nl-footer-sec .footer-col-4 img {
        width: 260px
    }
    .looking-to-scale-popup {
        width: calc(100% - 20px);
    }
    .looking-to-scale-popup .looking-to-scale-popup-wrapper {
        max-width: 100%;
        width: 100%;
    }
    .looking-to-scale-popup .looking-to-scale-popup-wrapper{
        padding: 50px 25px 30px;
        border-radius: 20px;
    }
    .looking-to-scale-popup .looking-to-scale-popup-wrapper .looking-to-scale-popup-close-btn{
        top: 20px;
        right: 20px;
        font-size: 18px;
    }
    .looking-to-scale-popup .looking-to-scale-popup-wrapper .sec-title h2{
        font-size: 29px;
    }
    .looking-to-scale-popup .looking-to-scale-popup-wrapper .sec-title h2 br{
        display:block;
    }
    .looking-to-scale-popup .looking-to-scale-popup-wrapper .sec-title p{
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 12px;
    }
    .looking-to-scale-popup .looking-to-scale-popup-wrapper .sec-title p br{
        display:none;
    }
    .affiliates-banner-sec ul li {
        font-size: 18px;
    }
    .affiliate-china-sourcing-sec .contentbox {
        text-align: left;
    }
    .affiliate-china-sourcing-sec .contentbox .btn-secondry {
        margin-left: unset;
    }
    
    .affiliate-how-it-works-sec{
        margin-bottom: unset;
        padding: 20px 0;
    }
    .affiliate-how-it-works-sec .mainbox {
        height: calc(100% - 30px); 
        margin-bottom: 30px;
    }
    .generate-affiliate-link-sec {
            padding: 80px 0 80px;
    }
    .generate-affiliate-link-sec h5{
        font-size: 18px;
    }
    .generate-affiliate-link-sec .main-fields-wrapper .input-wrapper input {
        max-width: 100%; 
        flex: 1;
        font-size: 18px;
    }
    .generate-affiliate-link-sec .dropdown-wrapper .dropdown-options select{
        font-size: 16px;
    }
    .generate-affiliate-link-sec .main-fields-wrapper .btn-secondry{
        font-size: 16px;
    }
    .generate-affiliate-link-sec .affiliate-form-wrapper{
        padding: 40px 20px;
    }
    .affiliate-china-sourcing-sec {
        padding: 20px 0;
    }
    .affiliate-china-sourcing-rightimg-sec {
        padding: 130px 0 100px;
    }
    .affiliate-china-sourcing-sec .contentbox h4 {
        font-size: 24px;
    }
    .join-our-affiliate-program-sec .btn-wrapper .btn-secondry {
        font-size: 18px;
    }
    .why-join-affiliate-program-sec .bottom-img{
        bottom: -4px;
    }
    .affiliates-banner-sec .banner-title{
            font-size: 42px;
    }
    .affiliates-banner-sec ul li {
        line-height: 25px;
        font-size:16px;
    }
    .affiliates-banner-sec ul li  .list-icon{
        margin-right: 10px;
    }
    .affiliates-banner-sec ul li br{
         display: none;
    }
    .why-join-affiliate-program-sec{
        padding: 120px 0;
    }
    .affiliates-banner-sec{
        padding: 40px 0 10px;
    }
    
    .affiliates-banner-sec .btn-secondry,
    .affiliate-china-sourcing-sec .contentbox .btn-secondry{
        font-size:16px;
    }
    
    .affiliates-banner-sec .banner-title{
        margin-bottom: 20px;
    }
    .affiliates-banner-sec .btn-secondry{
            margin-top: 10px;
    }
    .why-join-affiliate-program-sec .mainbox{
        padding: 20px 20px;
    }
    .why-join-affiliate-program-sec .mainbox .topbar h4{
        font-size:20px;
    }
    .affiliate-how-it-works-sec .mainbox{
        padding: 40px 20px ;
    }
    .affiliate-how-it-works-sec .mainbox .iconbox{
        margin-bottom: 10px;
    }
    .affiliate-how-it-works-sec .mainbox .iconbox img{
        width: 45px;
        height: 45px;
    }
    .affiliate-how-it-works-sec .mainbox .contentbox h4{
            margin-bottom: 10px;
    }
     
    .affiliate-program-signup-popup {
        max-width: calc(100% - 30px);  
        padding:40px 20px;
        height: calc(100% - 30px);
    }
    .affiliate-program-signup-popup .sec-title .h3 {
        margin-top: 15px;
        line-height: 1;
    }
    .affiliate-program-signup-popup .input-wrapper{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .affiliate-program-signup-popup .submit-wrapper {
            margin-top: 20px;
    }
    
    .gcc-form-sec  {
        padding-bottom: 40px !important;
    }
    .gcc-form-sec.new-layout-form .box{
        flex-direction: column;
    }
    
    .gcc-cta-sec .contentbox {
        text-align: center;
    }
    .gcc-cta-sec .btn-wrapper{
        text-align: center;
        margin-top: 30px;
    }
    
    .lg-gcc-services-sec .sec-title p {
        font-size: 20px;
        margin-top: 0;
    }
}

@media(max-width:640px) {
    .h2 {
        font-size: 36px
    }

    .h3 {
        font-size: 32px
    }

    .sec-title-spacing-large {
        margin-bottom: 40px
    }

    .sec-title h2 br {
        display: none
    }

    .sec-title p {
        font-size: 18px
    }

    .new-banner-sec .contentbox {
        flex: 0 0 100%;
        padding-left: 0
    }

    .new-banner-sec .banner-title {
        font-size: 40px
    }

    .new-banner-sec .banner-descrpt {
        font-size: 18px
    }

    .new-banner-sec ul li {
        font-size: 18px
    }

    .nl-home-banner-sec ul li {
        font-size: 18px
    }

    .nl-home-banner-sec ul li .list-icon {
        margin-right: 20px
    }

    .new-banner-sec ul li .list-icon {
        margin-right: 20px
    }

    .new-banner-sec .banner-descrpt br {
        display: none
    }

    .manufacturing-quality-banner-sec.new-banner-sec .imgbox .bg-img-icon,
    .new-banner-sec .imgbox .bg-img-icon,
    .us-order-fullfillment-sec.new-banner-sec .imgbox .bg-img-icon {
        right: unset !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 80% !important;
        height: auto
    }

    .content-with-img-sec .top-img {
        top: -20px;
        height: 40px
    }

    .content-with-img-sec .bottom-img {
        bottom: -40px;
        height: 40px
    }

    .faqs-sec .contentbox {
        margin-bottom: 30px
    }

    .content-with-img-sec .contentbox .content {
        font-size: 18px
    }

    .lansil-sourcing-sec {
        padding-bottom: 60px
    }

    .faqs-sec .faq-content-wrapper .acc-head {
        font-size: 18px
    }

    .nl-about-us-banner-sec {
        height: 450px
    }

    .nl-about-us-banner-sec .box .left .banner-tt {
        font-size: 40px
    }

    .us-order-ff-sec .iconbox {
        height: 50px
    }

    .us-order-ff-sec .iconbox img {
        height: 60px;
        max-width: 86%
    }

    .manufacturing-solutions-sec .box {
        text-align: center
    }

    -sec .box .iconbox img {
        margin-bottom: 14px
    }

    .popup-form-sec {
        max-width: calc(100% - 30px);
        padding: 30px 20px;
        padding-top: 40px;
        height: calc(100% - 30px)
    }

    .history-section .his-item .point {
        transition: unset
    }

    .nl-counter-mb-sec {
        overflow: hidden;
        padding-bottom: 40px;
    }

    .nl-counter-mb-sec img {
        transform: scale(1.2);
        margin-left: -10px
    }

    .nl-next-sec .box {
        margin-right: 0
    }

    .home-page-iconbox-sec {
        padding: 160px 0 100px
    }

    .home-page-iconbox-sec::after {
        background: linear-gradient(50deg, #181818 -96%, #363636 73%);
        width: 102%
    }

    .nl-next-sec .number-wrapper {
        justify-content: center
    }

    .nl-next-sec .item {
        text-align: center
    }

    .nl-blog-detail-sec h2 {
        padding-block: 25px 12px;
        line-height: 1.1
    }
    .gcc-cta-sec .gcc-cta-wrapper{
        max-width: 100%;
    }
    .gcc-cta-sec .contentbox br{
        display:none;
    }
    .lg-gcc-services-sec .sec-title{
        margin-bottom: 60px;
    }
    .whatsapp-floating-icon{
        right: 15px;
        bottom: 15px;
    }
    .whatsapp-floating-icon img{
        width: 40px;
    }
    .home-page-iconbox-sec{
         overflow: hidden;
    }
    
    
}

@media(max-width:575px) {
    .sec-padding {
        padding: 60px 0
    }

    .sec-padding-large {
        padding: 80px 0
    }

    .lansil-sourcing-sec .row {
        margin-left: 0
    }

    .lansil-sourcing-sec .row .mainbox {
        margin-left: 0
    }

    .icon-with-content-sec .mainbox .h4 {
        height: auto
    }

    .nl-map-sec .ii .ttd {
        font-size: 16px !important
    }

    .nl-map-sec .ii .ttbody {
        font-size: 16px !important
    }

    .nl-how-it-works-banner-sec .banner-content br {
        display: none
    }

    .nl-home-banner-sec .imgbox .main-img {
        width: 100%
    }

    .nl-home-banner-sec .banner-title {
        font-size: 40px
    }

    .nl-home-banner-sec .banner-descrpt {
        font-size: 14px
    }

    .nl-home-banner-sec ul li br {
        display: none
    }

    .grow-business-sec .mainbox {
        max-width: 100%
    }

    .partners-logo-sec .imgbox {
        padding: 5px 20px
    }

    .nl-contact-page-map-sec .location-content .title,
    .nl-contact-page-map-sec .location-content .title.black {
        font-size: 10px
    }

    .nl-contact-page-map-sec.nl-map-sec {
        padding: 50px 0
    }

    .us-order-map-sec .map-opt .item--1 {
        top: 46px;
        left: 129px
    }

    .us-order-map-sec .map-opt .item--2 {
        top: 101px;
        left: 62px
    }

    .us-order-map-sec .map-opt .item--4 {
        top: 99px;
        right: 28px
    }

    .nl-direct-china-map-sec .map-opt .item--1 {
        top: 110px;
        left: 120px
    }

    .nl-direct-china-map-sec .map-opt .item--2 {
        top: 132px;
        left: 64px
    }
    .generate-affiliate-link-sec .main-fields-wrapper .input-wrapper {
            flex-direction: column;
    }
    .generate-affiliate-link-sec .main-fields-wrapper .btn-wrapper{
         width: 100%;   
    }
    .generate-affiliate-link-sec .main-fields-wrapper .btn-secondry{
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .generate-affiliate-link-sec .main-fields-wrapper .input-wrapper input{
        font-size: 16px;
        margin-right:0;
        margin-bottom:20px;
    }
    .gcc-banner-sec .banner-title {
        font-size: 42px;
    }
    .gcc-banner-sec .btn-secondry{
        font-size: 16px;
    }
    .home-latest-banner-sec .banner-title {
        font-size: 42px;
    }
    .home-latest-banner-sec .btn-secondry{
        font-size: 14px;
    }
    
    .client-logos-sec .client-logos-wrapper{
        column-gap: 40px;
        justify-content:center;
        flex-flow: nowrap;
        justify-content: flex-start;
        overflow-y: scroll;
    }
    
    .client-logos-sec .client-logos-wrapper .client-logo{
        flex: 0 0 calc(40% - 40px);
        max-width: calc(40% - 40px);
    }
    
    .latest-news-logos-sec .row{
        flex-flow: nowrap; 
        overflow-y: scroll;
    } 
    .latest-news-logos-sec .row .col-lg-3{
        flex: 0 0 38%;
        max-width: 38%;
    }
    .gcc-banner-sec br {
        display:none;
    }
    .gcc-banner-sec .banner-title {
        font-size: 40px;
    }
    .home-latest-banner-sec ul li {
        font-size: 18px;
        line-height: 25px;
    }
    .gcc-banner-sec .banner-descrpt {
        font-size: 18px;
    }
    .home-latest-banner-sec br {
        display:none;
    }
    .home-latest-banner-sec .banner-title {
        font-size: 40px;
    }
    .home-latest-banner-sec .banner-descrpt {
        font-size: 18px;
    }
    .lg-gcc-services-sec .sec-title p {
        font-size: 16px; 
    }
    
    .lg-gcc-services-sec{
        overflow:hidden;
    }
    
    .lg-gcc-services-sec .row{
        flex-flow: nowrap;
        overflow-x: scroll;
    }
    
    .lg-gcc-services-sec .row .col-lg-3{
        flex: 0 0 40%;
    }
    
    .lg-gcc-services-sec .mainbox  {
        height: 350px;
    }
    
    .lg-gcc-services-sec .mainbox .contentbox{
        padding: 20px 10px;
    }
    
    .lg-gcc-services-sec .mainbox .contentbox .h3{
        font-size: 16px;
    }
    .lg-gcc-services-sec .mainbox .contentbox .content{
        font-size: 13px;
    }
    .lg-gcc-services-sec .mainbox:hover .contentbox .content{
        height: 110px;
    }
    .lg-gcc-services-sec .mainbox .contentbox span{
        font-size: 14px;
    } 
    .latest-news-logos-sec{
        padding-bottom: 80px;
    }
    .latest-news-logos-sec .bottom-img{
        object-fit:cover;
    }
    .gcc-cta-sec .contentbox .h2{
        font-size:30px;
    }
    .gcc-form-sec.new-layout-form.main-contact-section.source22-section form .form-box .field-form{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gcc-map-sec.nl-contact-page-map-sec.nl-map-sec{
        padding: 15px 0;
        margin-top: -60px;
    }
    
    .customer-reviews-sec .customer-reviews .customer-review{
        padding: 30px 20px;
    }
    .latest-news-logos-sec.home-latest-news-logos-sec{
        padding-bottom: 40px;
    }
}

@media(max-width:475px) {
    .client-reviews-sec .review-item2 {
        width: calc(100% - 10px)
    }

    .nl-contact-page-map-sec .map-opt .item--1 {
        top: 21px;
        left: 87px
    }

    .nl-contact-page-map-sec .map-opt .item--2 {
        top: 60px;
        left: 29px
    }

    .nl-contact-page-map-sec .map-opt .item--3 {
        right: 70px;
        top: 22px
    }

    .nl-contact-page-map-sec .map-opt .item--4 {
        top: 74px;
        right: 24px
    }

    .us-order-map-sec .map-opt .item--1 {
        top: 34px;
        left: 105px
    }

    .us-order-map-sec .map-opt .item--2 {
        top: 85px;
        left: 35px
    }

    .nl-direct-china-map-sec .map-opt .item--1 {
        top: 44px;
        left: 82px
    }

    .nl-direct-china-map-sec .map-opt .item--2 {
        top: 60px;
        left: 45px
    }

    .nl-direct-china-map-sec .map-opt .item--4 {
        top: 60px;
        right: 40px
    }

    .nl-direct-china-map-sec .item--2 .location-content {
        transform: translateX(-20px)
    }
}

@media(max-width:390px){
    .home-latest-banner-sec .banner-title {
        font-size: 34px;
    }
}