* {
    margin: 0;
    padding: 0;
}

@media (max-width: 550px) {
    .nav-box {
        width: 100%;
        box-shadow: 0 0.625rem 1.25rem 0 rgba(190, 190, 190, 0.5) !important;
        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 85%;
        margin: auto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }

    .navbar-brand .logo {
        font-weight: 600;
        font-size: 24px;
        color: #333333;
        margin: 0;
    }

    .navbar-brand .titleImg {
        width: 45px;
    }

    .nav {
        width: 90%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 18px;
        color: #131A2D;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 100px;
        height: 15px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 20px;
        margin-top: 0;
        padding: .25rem 1rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 55px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #0064D1;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home > img {
        width: 100%;
    }

    .home .img-bg {
        display: none;
    }

    .home .bg {
        display: block !important;
    }

    .home-text-box {
        width: 90%;
        margin: auto;
    }

    .home-text-box h2 {
        width: 100%;
        font-size: 22px;
        font-weight: 900;
        color: #131A2D;
        line-height: 3.75rem;
        margin-bottom: 10px;
        display: none;
    }

    .home-text-box h3 {
        width: 90%;
        font-size: 18px;
        font-weight: 600;
        color: #131A2D;
        line-height: 2.25rem;
        margin-bottom: 10px;
        display: none;
    }

    .home-text-box .characteristic {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .home-text-box .characteristic img {
        margin-right: 1.25rem;
        width: 18px;
    }

    .home-text-box h4 {
        font-size: 14px;
        font-weight: 400;
        color: #131A2D;
        margin-top: 0.625rem;
    }

    .home-text-box .googlePlay {
        margin-top: 1.25rem;
        height: 56px;
    }


    .aboutUs {
        height: 100vh;
        background-color: #F7EEFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .briefIntroduction {
        width: 70%;
        height: 70%;
        position: relative;
        background: #E3C3FF;
        border-radius: 57px;
        padding: 3% 5%;
    }

    .briefIntroduction h2 {
        width: 100%;
        text-align: center;
    }


    .briefIntroduction h4 {
        margin: 30px 0 20px;
        width: 124px;
        height: 14px;
        background: #7A15D6;
    }

    .briefIntroduction p {
        font-size: 16px;
        color: #7A15D6;
        line-height: 32px;
    }

    .Applications {
        width: 100%;
        /*height: 1080px;*/
        background: url("../imgs/applicationsBg.png") no-repeat;
        background-size: cover;
        padding-bottom: 40px;
        box-sizing: border-box;
    }

    .Applications .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }

    .Applications .title h2 {
        text-align: center;
        font-size: 30px;
        font-weight: 900;
        color: #BA70FE;
        line-height: 42px;
        margin: 50px 0 11px;
    }

    .Applications .title .wire {
        width: 128px;
        height: 6px;
        background: #0064D1;
        border-radius: 3px;
    }

    .Applications .title p {
        font-size: 24px;
        font-weight: 400;
        color: #131A2D;
        line-height: 50px;
        margin-top: 33px;
    }

    .Applications .products {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
    }

    .Applications .content {
        width: 90%;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        margin: 0 auto 30px;
        padding: 40px 25px;
        box-sizing: border-box;
    }

    .Applications .content .product-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Applications .product-info .product-logo {
        width: 70px;
        height: 70px;
    }

    .Applications .product-info .product-title {
        width: 150px;
        height: 20px;
        margin-top: 20px;
    }

    .Applications .product-info .product-title-p {
        font-size: 22px;
        font-weight: bold;
        margin-top: 20px;
        color: #07d303;
        margin-bottom: 0;
    }

    .Applications .content .kreditLemon-info {
        list-style: none;
        padding: 0;
    }

    .Applications .content .kreditLemon-info li {
        display: flex;
    }

    .Applications .kreditLemon-info li img {
        margin-right: 10px;
        margin-top: 17px;
        width: 18px;
        height: 18px;
    }

    .Applications .kreditLemon-info .kreditLemon-text-info {
        display: flex;
        font-size: 16px;
        font-weight: normal;
        color: #666666;
        line-height: 50px;
    }

    .Applications .kreditLemon-text-info a,
    .Applications .kreditLemon-text-info span {
        color: #000000;
        word-break: break-word;
    }

    .Applications .kreditLemon-text-info a:hover {
        color: #000000;
        cursor: pointer;
    }

    .trustworthy {
        width: 100%;
        background: #FFFFFF;
        box-sizing: border-box;
    }

    .service_bg {
        width: 100%;
        position: absolute;
        z-index: 0;
    }

    .trustworthy h2 {
        text-align: center;
        font-size: 30px;
        font-weight: 900;
        color: #BA70FE;
        line-height: 42px;
        margin: 90px 0;
        position: relative;
        z-index: 1;
    }

    .trustworthy .introduce {
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
    }

    .trustworthy .introduce .content-box {
        height: 310px;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        margin: 0 0 100px;
    }

    .trustworthy .introduce .content-box .box-img {
        width: 140px;
        height: 140px;
        background: #FFFFFF;
        box-shadow: 0 5px 12px 0 rgba(175, 175, 175, 0.5);
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .trustworthy .introduce .content-box img {
        margin: 3.125rem 0;
    }

    .trustworthy .introduce .content-box h5 {
        font-size: 18px;
        font-weight: 900;
        color: #7A15D6;
        line-height: 33px;
        margin-bottom: 18px;
    }

    .trustworthy .introduce .content-box p {
        font-size: 14px;
        font-weight: 400;
        color: #7A15D6;
        line-height: 28px;
    }


    .footer {
        width: 100%;
    }

    .footer-top {
        background: #272948;
        padding: 6.25rem 0 1.25rem;
    }

    .footer-top-box {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-top-box .info {
        display: flex;
        flex-direction: column;
    }

    .footer-top-box .link-info {
        width: 100%;
        margin: 0;
    }

    .footer-top-box .info .info-logo {
        display: flex;
        align-items: center;
    }

    .footer-top-box .info .link-logo {
        visibility: hidden;
    }

    .footer-top-box .info .link {
        width: fit-content;
        font-size: 13px;
        color: #FFFFFF;
        text-decoration-line: underline;
        margin: 0 0 10px 0;
        font-weight: normal;
    }

    .footer-top-box .info .info-logo {
        display: flex;
        align-items: center;
    }

    .footer-top-box .info .info-logo .logo {
        font-weight: 600;
        font-size: 24px;
        color: #FFFFFF;
    }

    .footer-top-box .info .info-contact {
        display: flex;
        align-items: center;
        margin: 0 1.125rem 20px 0;
    }

    .footer-top-box .info .info-contact img {
        margin-right: 0.5rem;
        width: 18px;
    }

    .footer-top-box .info .info-contact p {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 0;
    }

    .footer-top-box .info .info-contact a {
        font-size: 1.25rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5rem;
    }

    .footer-top-box .info > a {
        font-size: 1.5rem;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-bottom: 2.375rem;
        margin-top: 2.1875rem;
    }

    .footer-top-box .info > p {
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin: 0;
    }

    .footer-top-box .info .content {
        display: flex;
    }

    .footer-top-box .info .content img {
        width: 18px;
        height: 18px;
        margin-right: 0.5rem;
    }

    .footer-top-box .info .content p {
        font-size: 14px;
        font-weight: 400;
        opacity: 0.8;
        color: #FFFFFF;
    }

    .footer-top-box .address {
        width: 100%;
    }

    .footer-top-box .address p {
        font-size: 14px;
    }

    .footer-top-box .address .floor {
        margin: 0;
    }

    .footer-top-box .address .address-title {
        margin-bottom: 10px;
    }

    .footer-top-box .contact {
        margin-top: 55px;
    }

    .footer-top-box .contact .top {
        margin-top: -50px;
    }

    .footer-top-box .contact .top img {
        width: 18px;
    }

    .footer-top-box .contact h5 {
        font-size: 20px;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 28px;
        margin: -50px 0;
    }

    .footer-top-box .contact .contactLink {
        margin-top: 70px;
    }

    .footer-top-box .contact .contactLink a {
        display: inline-block;
        width: 33px;
        height: 33px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .footer-top-box .contact .contactLink a img {
        width: 100%;
    }

    .footer-bottom {
        background: #272948;
        padding: 2.8125rem 0;
    }

    .footer-bottom-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-box > p {
        font-size: 14px;
        font-weight: 400;
        color: #D0D1D2;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .footer-bottom-box > div {
        display: flex;
        align-items: center;
    }

    .footer-bottom-box > div a {
        display: block;
        margin-right: 2.5rem;
        width: 2.8125rem;
        height: 2.8125rem;
    }

    .footer-bottom-box > div a img {
        width: 100%;
    }
}

@media (min-width: 551px) {
    .nav-box {
        width: 100%;
        box-shadow: 0 0.625rem 1.25rem 0 rgba(190, 190, 190, 0.5) !important;
        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 85%;
        margin: auto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }

    .navbar-brand .logo {
        font-weight: 600;
        font-size: 24px;
        color: #333333;
        margin: 0;
    }

    .navbar-brand .titleImg {
        width: 45px;
    }

    .nav {
        width: 90%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 18px;
        color: #131A2D;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 130px;
        height: 21px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 20px;
        margin-top: 0;
        padding: .25rem 1rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 55px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #0064D1;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home > img {
        width: 100%;
    }

    .home .img-bg {
        display: none;
    }

    .home .bg {
        display: block !important;
    }


    .home-text-box {
        width: 90%;
        margin: auto;
    }

    .home-text-box h2 {
        display: none;
    }

    .home-text-box h3 {
        display: none;
        font-weight: 500;
        font-size: 18px;
        color: #131A2D;
    }

    .home-text-box .characteristic {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .home-text-box .characteristic img {
        margin-right: 1.25rem;
        width: 18px;
    }

    .home-text-box h4 {
        font-size: 16px;
        font-weight: 400;
        color: #131A2D;
        margin-top: 0.625rem;
    }

    .home-text-box .googlePlay {
        margin-top: 1.25rem;
        height: 56px;
        margin-bottom: 20px;
    }

    .aboutUs {
        height: 100vh;
        background-color: #F7EEFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .briefIntroduction {
        width: 70%;
        height: 70%;
        position: relative;
        background: #E3C3FF;
        border-radius: 57px;
        padding: 3% 5%;
    }

    .briefIntroduction h2 {
        width: 100%;
        text-align: center;
    }


    .briefIntroduction h4 {
        margin: 30px 0 20px;
        width: 124px;
        height: 14px;
        background: #7A15D6;
    }

    .briefIntroduction p {
        font-size: 16px;
        color: #7A15D6;
        line-height: 32px;
    }

    .Applications {
        width: 100%;
        /*height: 1080px;*/
        background: url("../imgs/applicationsBg.png") no-repeat;
        background-size: cover;
        padding-bottom: 60px;
        box-sizing: border-box;
    }

    .Applications .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }

    .Applications .title h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #BA70FE;
        line-height: 42px;
        margin: 60px 0 11px;
    }

    .Applications .title .wire {
        width: 128px;
        height: 6px;
        background: #0064D1;
        border-radius: 3px;
    }

    .Applications .title p {
        font-size: 24px;
        font-weight: 400;
        color: #131A2D;
        line-height: 50px;
        margin-top: 20px;
    }

    .Applications .products {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin: auto;
    }

    .Applications .content {
        width: 90%;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        margin: 0 auto 30px;
        padding: 40px;
        box-sizing: border-box;
    }

    .Applications .content .product-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .Applications .product-info .product-logo {
        width: 70px;
        height: 70px;
    }

    .Applications .product-info .product-title {
        width: 155px;
        height: 23px;
        margin-top: 25px;
    }

    .Applications .product-info .product-title-p {
        font-size: 22px;
        font-weight: bold;
        margin-top: 20px;
        color: #07d303;
        margin-bottom: 0;
    }

    .Applications .content .kreditLemon-info {
        list-style: none;
        padding: 0;
    }

    .Applications .content .kreditLemon-info li {
        display: flex;
    }

    .Applications .kreditLemon-info li img {
        margin-right: 10px;
        margin-top: 17px;
        width: 18px;
        height: 18px;
    }

    .Applications .kreditLemon-info .kreditLemon-text-info {
        display: flex;
        font-size: 18px;
        font-weight: normal;
        color: #666666;
        line-height: 50px;
    }

    .Applications .kreditLemon-text-info a,
    .Applications .kreditLemon-text-info span {
        color: #000000;
        word-break: break-word;
    }

    .Applications .kreditLemon-text-info a:hover {
        color: #000000;
        cursor: pointer;
    }

    .trustworthy {
        width: 100%;
        background: #FFFFFF;
        box-sizing: border-box;
    }

    .service_bg {
        width: 100%;
        position: absolute;
        z-index: 0;
    }

    .trustworthy h2 {
        text-align: center;
        font-size: 30px;
        font-weight: 900;
        color: #BA70FE;
        line-height: 42px;
        margin: 90px 0;
        position: relative;
        z-index: 1;
    }

    .trustworthy .introduce {
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
    }

    .trustworthy .introduce .content-box {
        height: 310px;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        margin: 0 0 100px;
    }

    .trustworthy .introduce .content-box .box-img {
        width: 140px;
        height: 140px;
        background: #FFFFFF;
        box-shadow: 0 5px 12px 0 rgba(175, 175, 175, 0.5);
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .trustworthy .introduce .content-box img {
        margin: 3.125rem 0;
    }

    .trustworthy .introduce .content-box h5 {
        font-size: 18px;
        font-weight: 900;
        color: #7A15D6;
        line-height: 33px;
        margin-bottom: 18px;
    }

    .trustworthy .introduce .content-box p {
        font-size: 14px;
        font-weight: 400;
        color: #7A15D6;
        line-height: 28px;
    }

    .ourProducts {
        width: 100%;
        height: 100vh;
        background: #FFFFFF;
        position: relative;
    }

    .products_bg {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
    }

    .ourProducts h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #BA70FE;
        line-height: 42px;
        position: relative;
        z-index: 1;
        top: 30px;
    }

    .info-column {
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        gap: 10px;
        position: absolute;
        top: 30%;
        right: 0;
    }

    .item-row {
        display: flex;
        align-items: center;
    }

    .item-row img {
        width: 14px;
        height: 21px;
        margin-right: 20px;
    }

    .item-row p {
        font-size: 14px;
        color: #7A15D6;
        margin: 0;
    }

    .footer {
        width: 100%;
    }

    .footer-top {
        background: #272948;
        padding: 6.25rem 0 1.25rem;
    }

    .footer-top-box {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-top-box .info {
        display: flex;
        flex-direction: column;
    }

    .footer-top-box .link-info {
        width: 100%;
        margin: 0;
    }

    .footer-top-box .info .info-logo {
        display: flex;
        align-items: center;
    }

    .footer-top-box .info .link-logo {
        visibility: hidden;
    }

    .footer-top-box .info .link {
        width: fit-content;
        font-size: 13px;
        color: #FFFFFF;
        text-decoration-line: underline;
        margin: 0 0 10px 0;
        font-weight: normal;
    }

    .footer-top-box .info .info-logo {
        display: flex;
        align-items: center;
    }

    .footer-top-box .info .info-logo .logo {
        font-weight: 600;
        font-size: 26px;
        color: #FFFFFF;
    }

    .footer-top-box .info .info-contact {
        display: flex;
        align-items: center;
        margin: 0 1.125rem 20px 0;
    }

    .footer-top-box .info .info-contact img {
        margin-right: 0.5rem;
        width: 18px;
    }

    .footer-top-box .info .info-contact p {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 0;
    }

    .footer-top-box .info .info-contact a {
        font-size: 1.25rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5rem;
    }

    .footer-top-box .info > a {
        font-size: 1.5rem;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-bottom: 2.375rem;
        margin-top: 2.1875rem;
    }

    .footer-top-box .info > p {
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin: 0;
    }

    .footer-top-box .info .content {
        display: flex;
    }

    .footer-top-box .info .content img {
        width: 18px;
        height: 18px;
        margin-right: 0.5rem;
    }

    .footer-top-box .info .content p {
        font-size: 14px;
        font-weight: 400;
        opacity: 0.8;
        color: #FFFFFF;
    }

    .footer-top-box .address {
        margin: 0;
    }

    .footer-top-box .address p {
        font-size: 14px;
    }


    .footer-top-box .address .floor {
        margin: 0;
    }

    .footer-top-box .address .address-title {
        margin-bottom: 10px;
    }

    .footer-top-box .contact .top {
        margin-top: 8px;
    }


    .footer-top-box .contact h5 {
        font-size: 20px;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 28px;
        margin: -20px 0;
    }

    .footer-top-box .contact .contactLink {
        margin-top: 40px;
    }

    .footer-top-box .contact .contactLink a {
        display: inline-block;
        width: 33px;
        height: 33px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .footer-top-box .contact .contactLink a img {
        width: 100%;
    }

    .footer-bottom {
        background: #272948;
        padding: 2.8125rem 0;
    }

    .footer-bottom-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-box > p {
        font-size: 14px;
        font-weight: 400;
        color: #D0D1D2;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .footer-bottom-box > div {
        display: flex;
        align-items: center;
    }

    .footer-bottom-box > div a {
        display: block;
        margin-right: 2.5rem;
        width: 2.8125rem;
        height: 2.8125rem;
    }

    .footer-bottom-box > div a img {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .nav-box {
        width: 100%;
        box-shadow: 0 0.625rem 1.25rem 0 rgba(190, 190, 190, 0.5) !important;
        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 85%;
        margin: auto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }

    .navbar-brand .logo {
        font-weight: 600;
        font-size: 28px;
        color: #333333;
        margin: 0;
    }

    .navbar-brand .titleImg {
        width: 45px;
    }

    .nav {
        width: 95%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 18px;
        color: #131A2D;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 130px;
        height: 21px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 20px;
        margin-top: 0;
        padding: .25rem 1rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 55px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #0064D1;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        position: relative;
    }

    .home > img {
        width: 100%;
    }

    .home .img-fluid {
        display: block;
    }

    .home .bg {
        display: none !important;
    }

    .home-text-box {
        width: 45.75rem;
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translate(0, -50%);
    }

    .home-text-box h2 {
        width: 100%;
        font-size: 2rem;
        font-weight: 900;
        color: #131A2D;
        line-height: 3.75rem;
        margin-bottom: 20px;
        display: block;
    }

    .home-text-box h3 {
        width: 70%;
        font-weight: 500;
        font-size: 22px;
        color: #131A2D;
        margin-bottom: 20px;
        display: block;
    }

    .home-text-box .characteristic {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .home-text-box .characteristic img {
        margin-right: 1.25rem;
    }

    .home-text-box h4 {
        font-size: 1.25rem;
        font-weight: 400;
        color: #131A2D;
        margin-top: 0.625rem;
    }

    .home-text-box .googlePlay {
        margin-top: 1.25rem;
        height: 56px;
    }


    .aboutUs {
        height: 100vh;
        background-color: #F7EEFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .briefIntroduction {
        width: 70%;
        height: 70%;
        position: relative;
        background: #E3C3FF;
        border-radius: 57px;
        padding: 3% 5%;
    }

    .briefIntroduction h2 {
        width: 100%;
        text-align: center;
    }


    .briefIntroduction h4 {
        margin: 40px 0 30px;
        width: 124px;
        height: 16px;
        background: #7A15D6;
    }

    .briefIntroduction p {
        font-size: 16px;
        color: #7A15D6;
        line-height: 32px;
    }

    .Applications {
        width: 100%;
        /*height: 1080px;*/
        background: url("../imgs/applicationsBg.png") no-repeat;
        background-size: cover;
        padding-bottom: 60px;
        box-sizing: border-box;
    }

    .Applications .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 70px;
    }

    .Applications .title h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #BA70FE;
        line-height: 42px;
        margin: 90px 0 11px;
    }

    .Applications .title .wire {
        width: 128px;
        height: 6px;
        background: #0064D1;
        border-radius: 3px;
    }

    .Applications .title p {
        font-size: 24px;
        font-weight: 400;
        color: #131A2D;
        line-height: 50px;
        margin-top: 33px;
    }

    .Applications .products {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80%;
        margin: auto;
    }

    .Applications .content {
        width: 80%;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        margin: 0 auto 30px;
        padding: 60px 70px;
        box-sizing: border-box;
    }

    .Applications .content .product-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Applications .product-info .product-logo {
        width: 85px;
        height: 85px;
    }

    .Applications .product-info .product-title {
        width: 160px;
        height: 26px;
        margin-top: 30px;
    }

    .Applications .product-info .product-title-p {
        font-size: 22px;
        font-weight: bold;
        margin-top: 20px;
        color: #07d303;
        margin-bottom: 0;
    }

    .Applications .content .kreditLemon-info {
        list-style: none;
    }

    .Applications .content .kreditLemon-info li {
        display: flex;
    }

    .Applications .kreditLemon-info li img {
        margin-right: 10px;
        margin-top: 20px;
        width: 15px;
        height: 15px;
    }

    .Applications .kreditLemon-info .kreditLemon-text-info {
        display: flex;
        font-size: 18px;
        font-weight: normal;
        color: #666666;
        line-height: 55px;
    }

    .Applications .kreditLemon-text-info p {
        white-space: nowrap;
    }

    .Applications .kreditLemon-text-info a,
    .Applications .kreditLemon-text-info span {
        color: #000000;
        word-break: break-word;
    }

    .Applications .kreditLemon-text-info a:hover {
        color: #000000;
        cursor: pointer;
    }

    .trustworthy {
        width: 100%;
        background: #FFFFFF;
        box-sizing: border-box;
    }

    .service_bg {
        width: 100%;
        position: absolute;
        z-index: 0;
    }

    .trustworthy h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #BA70FE;
        line-height: 42px;
        margin: 90px 0;
        position: relative;
        z-index: 1;
    }

    .trustworthy .introduce {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
    }

    .trustworthy .introduce .content-box {
        padding: 0 1.875rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        margin: 0 0 100px;
    }

    .trustworthy .introduce .content-box .box-img {
        width: 140px;
        height: 140px;
        background: #FFFFFF;
        box-shadow: 0 5px 12px 0 rgba(175, 175, 175, 0.5);
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .trustworthy .introduce .content-box img {
        margin: 3.125rem 0;
    }

    .trustworthy .introduce .content-box h5 {
        font-size: 28px;
        font-weight: 900;
        color: #7A15D6;
        line-height: 33px;
        margin-bottom: 18px;
    }

    .trustworthy .introduce .content-box p {
        font-size: 16px;
        font-weight: 400;
        color: #7A15D6;
        line-height: 28px;
    }

    .ourProducts {
        width: 100%;
        height: 100vh;
        background: #FFFFFF;
        position: relative;
    }

    .products_bg {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
    }

    .ourProducts h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #BA70FE;
        line-height: 42px;
        position: relative;
        z-index: 1;
        top: 30px;
    }

    .info-column {
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        gap: 20px;
        position: absolute;
        top: 30%;
        right: 0;
    }

    .item-row {
        display: flex;
        align-items: center;
    }

    .item-row img {
        width: 14px;
        height: 21px;
        margin-right: 20px;
    }

    .item-row p {
        font-size: 16px;
        color: #7A15D6;
        margin: 0;
    }

    .footer {
        width: 100%;
    }

    .footer-top {
        background: #272948;
        padding: 6.25rem 0 1.25rem;
    }

    .footer-top-box {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-top-box .info {
        display: flex;
        flex-direction: column;
    }

    .footer-top-box .address {
        margin: 0;
    }

    .footer-top-box .address p {
        font-size: 16px;
    }

    .footer-top-box .address .floor {
        margin: 0;
    }

    .footer-top-box .address .address-title {
        margin-bottom: 10px;
    }


    .footer-top-box .link-info {
        width: 100%;
        margin: 0;
    }

    .footer-top-box .info .info-logo {
        display: flex;
        align-items: center;
    }

    .footer-top-box .info .link-logo {
        visibility: hidden;
    }

    .footer-top-box .info .link {
        width: fit-content;
        font-size: 14px;
        color: #FFFFFF;
        text-decoration-line: underline;
        margin: 0 0 10px 0;
        font-weight: normal;
    }

    .footer-top-box .info .info-logo {
        display: flex;
        align-items: center;
    }

    .footer-top-box .info .info-logo .logo {
        font-weight: 600;
        font-size: 26px;
        color: #FFFFFF;
    }

    .footer-top-box .info .info-contact {
        display: flex;
        align-items: center;
        margin: 0 1.125rem 20px 0;
    }

    .footer-top-box .info .info-contact img {
        margin-right: 0.5rem;
        width: 18px;
    }

    .footer-top-box .info .info-contact p {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 0;
    }

    .footer-top-box .info .info-contact a {
        font-size: 1.25rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5rem;
    }

    .footer-top-box .info > a {
        font-size: 1.5rem;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-bottom: 2.375rem;
        margin-top: 2.1875rem;
    }

    .footer-top-box .info > p {
        font-size: 16px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin: 0;
    }

    .footer-top-box .info .content {
        display: flex;
    }

    .footer-top-box .info .content img {
        width: 18px;
        height: 18px;
        margin-right: 0.5rem;
    }

    .footer-top-box .info .content p {
        font-size: 16px;
        font-weight: 400;
        opacity: 0.8;
        color: #FFFFFF;
    }

    .footer-top-box .contact .top {
        margin-top: 8px;
    }


    .footer-top-box .contact h5 {
        font-size: 20px;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 28px;
        margin: 105px 0;
    }

    .footer-top-box .contact .contactLink {
        margin-top: -50px;
    }

    .footer-top-box .contact .contactLink a {
        display: inline-block;
        width: 33px;
        height: 33px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .footer-top-box .contact .contactLink a img {
        width: 100%;
    }

    .footer-bottom {
        background: #272948;
        padding: 2.8125rem 0;
    }

    .footer-bottom-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-box > p {
        font-size: 14px;
        font-weight: 400;
        color: #D0D1D2;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .footer-bottom-box > div {
        display: flex;
        align-items: center;
    }

    .footer-bottom-box > div a {
        display: block;
        margin-right: 2.5rem;
        width: 2.8125rem;
        height: 2.8125rem;
    }

    .footer-bottom-box > div a img {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .nav-box {
        width: 100%;
        box-shadow: 0 0.625rem 1.25rem 0 rgba(190, 190, 190, 0.5) !important;
        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 85%;
        margin: auto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }

    .navbar-brand .logo {
        font-weight: 800;
        font-size: 32px;
        color: #333333;
        margin: 0;
    }

    .navbar-brand .titleImg {
        width: 45px;
    }

    .nav {
        width: 95%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 18px;
        color: #131A2D;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 130px;
        height: 21px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 20px;
        margin-top: 0;
        padding: .25rem 1rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 55px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #0064D1;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        position: relative;
    }

    .home > img {
        width: 100%;
    }

    .home .img-fluid {
        display: block;
    }

    .home .bg {
        display: none !important;
    }

    .home-text-box {
        width: 45.75rem;
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translate(0, -50%);
    }

    .home-text-box h2 {
        width: 100%;
        font-size: 2rem;
        font-weight: 900;
        color: #131A2D;
        line-height: 3.75rem;
        margin-bottom: 20px;
        display: block;
    }

    .home-text-box h3 {
        width: 70%;
        font-weight: 500;
        font-size: 22px;
        color: #131A2D;
        line-height: 2.25rem;
        margin-bottom: 20px;
        display: block;
    }

    .home-text-box .characteristic {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .home-text-box .characteristic img {
        margin-right: 1.25rem;
    }

    .home-text-box h4 {
        font-size: 1.25rem;
        font-weight: 400;
        color: #131A2D;
        margin-top: 0.625rem;
    }

    .home-text-box .googlePlay {
        margin-top: 1.25rem;
        height: 56px;
    }

    .aboutUs {
        height: 100vh;
        background-color: #F7EEFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .briefIntroduction {
        width: 70%;
        height: 70%;
        position: relative;
        background: #E3C3FF;
        border-radius: 57px;
        padding: 3% 5%;
    }

    .briefIntroduction h2 {
        width: 100%;
        text-align: center;
    }


    .briefIntroduction h4 {
        margin: 40px 0 30px;
        width: 124px;
        height: 16px;
        background: #7A15D6;
    }

    .briefIntroduction p {
        font-size: 16px;
        color: #7A15D6;
        line-height: 32px;
    }

    .Applications {
        width: 100%;
        /*height: 1080px;*/
        background: url("../imgs/applicationsBg.png") no-repeat;
        background-size: cover;
        padding-bottom: 60px;
        box-sizing: border-box;
    }

    .Applications .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }

    .Applications .title h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #BA70FE;
        line-height: 42px;
        margin: 90px 0 11px;
    }

    .Applications .title .wire {
        width: 128px;
        height: 6px;
        background: #0064D1;
        border-radius: 3px;
    }

    .Applications .title p {
        font-size: 24px;
        font-weight: 400;
        color: #131A2D;
        line-height: 50px;
        margin-top: 33px;
    }

    .Applications .products {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80%;
        margin: auto;
    }

    .Applications .content {
        width: 80%;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        margin: 0 auto 30px;
        padding: 60px 70px;
        box-sizing: border-box;
    }

    .Applications .content .product-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Applications .product-info .product-logo {
        width: 85px;
        height: 85px;
    }

    .Applications .product-info .product-title {
        width: 160px;
        height: 26px;
        margin-top: 30px;
    }

    .Applications .content .kreditLemon-info {
        list-style: none;
    }

    .Applications .content .kreditLemon-info li {
        display: flex;
        /*align-items: center;*/
    }

    .Applications .kreditLemon-info li img {
        margin-right: 10px;
        margin-top: 17px;
        width: 22px;
        height: 22px;
    }

    .Applications .kreditLemon-info .kreditLemon-text-info {
        display: flex;
        font-size: 20px;
        font-weight: normal;
        color: #666666;
        line-height: 55px;
    }

    .Applications .kreditLemon-text-info p {
        white-space: nowrap;
    }

    .Applications .kreditLemon-text-info a,
    .Applications .kreditLemon-text-info span {
        color: #000000;
        word-break: break-word;
    }

    .Applications .kreditLemon-text-info a:hover {
        color: #000000;
        cursor: pointer;
    }

    .trustworthy {
        width: 100%;
        background: #FFFFFF;
        box-sizing: border-box;
    }

    .service_bg {
        width: 100%;
        position: absolute;
        z-index: 0;
    }

    .trustworthy h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #BA70FE;
        line-height: 42px;
        margin: 90px 0;
        position: relative;
        z-index: 1;
    }

    .trustworthy .introduce {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
    }

    .trustworthy .introduce .content-box {
        padding: 0 1.875rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        margin: 0 0 100px;
    }

    .trustworthy .introduce .content-box .box-img {
        width: 140px;
        height: 140px;
        background: #FFFFFF;
        box-shadow: 0 5px 12px 0 rgba(175, 175, 175, 0.5);
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .trustworthy .introduce .content-box img {
        margin: 3.125rem 0;
    }

    .trustworthy .introduce .content-box h5 {
        font-size: 28px;
        font-weight: 900;
        color: #7A15D6;
        line-height: 33px;
        margin-bottom: 18px;
    }

    .trustworthy .introduce .content-box p {
        font-size: 16px;
        font-weight: 400;
        color: #7A15D6;
        line-height: 28px;
    }

    .ourProducts {
        width: 100%;
        height: 100vh;
        background: #FFFFFF;
        position: relative;
    }

    .products_bg {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
    }

    .ourProducts h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #BA70FE;
        line-height: 42px;
        position: relative;
        z-index: 1;
        top: 50px;
    }

    .info-column {
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        gap: 30px;
        position: absolute;
        top: 30%;
        right: 0;
    }

    .item-row {
        display: flex;
        align-items: center;
    }

    .item-row img {
        width: 14px;
        height: 21px;
        margin-right: 30px;
    }

    .item-row p {
        font-size: 20px;
        color: #7A15D6;
        margin: 0;
    }

    .footer {
        width: 100%;
    }

    .footer-top {
        background: #272948;
        padding: 6.25rem 0 1.25rem;
    }

    .footer-top-box {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-top-box .info {
        display: flex;
        flex-direction: column;
    }

    .footer-top-box .address {
        margin: -4px 0 0;
    }

    .footer-top-box .address p {
        font-size: 16px;
    }

    .footer-top-box .address .floor {
        margin: 0;
    }

    .footer-top-box .address .address-title {
        margin-bottom: 10px;
    }


    .footer-top-box .link-info {
        width: 100%;
        margin: 0;
    }

    .footer-top-box .info .info-logo {
        display: flex;
        align-items: center;
    }

    .footer-top-box .info .link-logo {
        visibility: hidden;
    }

    .footer-top-box .info .link {
        width: fit-content;
        font-size: 15px;
        color: #FFFFFF;
        text-decoration-line: underline;
        margin: 0 0 10px 0;
        font-weight: normal;
    }

    .footer-top-box .info .info-logo {
        display: flex;
        align-items: center;
    }

    .footer-top-box .info .info-logo .logo {
        font-weight: 800;
        font-size: 32px;
        color: #FFFFFF;
    }

    .footer-top-box .info .info-contact {
        display: flex;
        align-items: center;
        margin: 0 1.125rem 20px 0;
    }

    .footer-top-box .info .info-contact img {
        margin-right: 0.5rem;
        width: 18px;
    }

    .footer-top-box .info .info-contact p {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 0;
    }

    .footer-top-box .info .info-contact a {
        font-size: 1.25rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5rem;
    }

    .footer-top-box .info > a {
        font-size: 1.5rem;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-bottom: 2.375rem;
        margin-top: 2.1875rem;
    }

    .footer-top-box .info > p {
        font-size: 16px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin: 0;
    }

    .footer-top-box .info .content {
        display: flex;
    }

    .footer-top-box .info .content img {
        width: 18px;
        height: 18px;
        margin-right: 0.5rem;
    }

    .footer-top-box .info .content p {
        font-size: 16px;
        font-weight: 400;
        opacity: 0.8;
        color: #FFFFFF;
    }

    .footer-top-box .contact .top {
        margin-top: 8px;
    }


    .footer-top-box .contact h5 {
        font-size: 20px;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 28px;
        margin: -30px 0;
    }

    .footer-top-box .contact .contactLink {
        margin-top: 70px;
    }

    .footer-top-box .contact .contactLink a {
        display: inline-block;
        width: 33px;
        height: 33px;
        margin-right: 20px;
    }

    .footer-top-box .contact .contactLink a img {
        width: 100%;
    }

    .footer-bottom {
        background: #272948;
        padding: 2.8125rem 0;
    }

    .footer-bottom-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-box > p {
        font-size: 14px;
        font-weight: 400;
        color: #D0D1D2;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .footer-bottom-box > div {
        display: flex;
        align-items: center;
    }

    .footer-bottom-box > div a {
        display: block;
        margin-right: 2.5rem;
        width: 2.8125rem;
        height: 2.8125rem;
    }

    .footer-bottom-box > div a img {
        width: 100%;
    }
}

@media (min-width: 1366px) {
    .nav-box {
        width: 100%;
        box-shadow: 0 0.625rem 1.25rem 0 rgba(190, 190, 190, 0.5) !important;
        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 70%;
        margin: auto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }

    .navbar-brand .logo {
        font-weight: 800;
        font-size: 32px;
        color: #333333;
        margin: 0;
    }

    .navbar-brand .titleImg {
        width: 50px;
    }

    .nav {
        width: 90%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 20px;
        color: #131A2D;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 130px;
        height: 21px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 20px;
        margin-top: 0;
        padding: .25rem 1rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 55px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #0064D1;
    }

    .dropdown-toggle img {
        width: 20px;
    }


    .home {
        position: relative;
    }

    .home > img {
        width: 100%;
    }

    .home .img-fluid {
        display: block;
    }

    .home .bg {
        display: none !important;
    }

    .home-text-box {
        width: 45.75rem;
        position: absolute;
        top: 50%;
        left: 15%;
        transform: translate(0, -50%);
    }

    .home-text-box h2 {
        width: 100%;
        font-size: 38px;
        font-weight: 900;
        color: #131A2D;
        line-height: 3.75rem;
        margin-bottom: 2.9375rem;
        display: block;
    }

    .home-text-box h3 {
        width: 70%;
        font-weight: 500;
        font-size: 22px;
        color: #131A2D;
        line-height: 2.25rem;
        margin-bottom: 2.5rem;
        display: block;
    }

    .home-text-box .characteristic {
        display: flex;
        align-items: center;
        margin-bottom: 1.875rem;

    }

    .home-text-box .characteristic img {
        margin-right: 1.25rem;
    }

    .home-text-box h4 {
        font-size: 1.25rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #131A2D;
        margin-top: 0.625rem;
    }

    .home-text-box .googlePlay {
        margin-top: 1.25rem;
        height: 56px;
    }

    .aboutUs {
        height: 100vh;
        background-color: #F7EEFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .briefIntroduction {
        width: 70%;
        height: 70%;
        position: relative;
        background: #E3C3FF;
        border-radius: 57px;
        padding: 3% 5%;
    }

    .briefIntroduction h2 {
        width: 100%;
        text-align: center;
    }

    .briefIntroduction h4 {
        margin: 60px 0 30px;
        width: 124px;
        height: 19px;
        background: #7A15D6;
    }

    .briefIntroduction p {
        font-size: 18px;
        color: #7A15D6;
        line-height: 36px;
    }

    .Applications {
        width: 100%;
        /*height: 1080px;*/
        background: url("../imgs/applicationsBg.png") no-repeat;
        padding-bottom: 60px;
        box-sizing: border-box;
    }

    .Applications .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 70px;
    }

    .Applications .title h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #BA70FE;
        line-height: 42px;
        margin: 90px 0 11px;
    }

    .Applications .title .wire {
        width: 128px;
        height: 6px;
        background: #0064D1;
        border-radius: 3px;
    }

    .Applications .title p {
        font-size: 24px;
        font-weight: 400;
        color: #131A2D;
        line-height: 50px;
        margin-top: 33px;
    }

    .Applications .products {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        width: 90%;
        margin: auto;
    }

    .Applications .content {
        width: 47%;
        height: 600px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        margin: auto;
        padding: 55px 50px;
        box-sizing: border-box;
    }

    .Applications .content .product-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Applications .product-info .product-logo {
        width: 75px;
        height: 75px;
    }

    .Applications .product-info .product-title {
        width: 170px;
        height: 26px;
        margin-top: 30px;
    }

    .Applications .product-info .product-title-p {
        font-size: 22px;
        font-weight: bold;
        margin-top: 20px;
        color: #07d303;
        margin-bottom: 0;
    }

    .Applications .content .kreditLemon-info {
        list-style: none;
    }

    .Applications .content .kreditLemon-info li {
        display: flex;
        /*align-items: center;*/
    }

    .Applications .kreditLemon-info li img {
        margin-right: 10px;
        margin-top: 20px;
        width: 15px;
        height: 15px;
    }

    .Applications .kreditLemon-info .kreditLemon-text-info {
        display: flex;
        font-size: 18px;
        font-weight: normal;
        color: #666666;
        line-height: 55px;
    }

    .Applications .kreditLemon-text-info p {
        white-space: nowrap;
    }

    .Applications .kreditLemon-text-info a,
    .Applications .kreditLemon-text-info span {
        color: #000000;
        word-break: break-word;
    }

    .Applications .kreditLemon-text-info a:hover {
        color: #000000;
        cursor: pointer;
    }

    .trustworthy {
        width: 100%;
        background: #ffffff;
        position: relative;
    }

    .service_bg {
        width: 100%;
        position: absolute;
        z-index: 0;
    }

    .trustworthy h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #BA70FE;
        line-height: 42px;
        margin: 90px 0;
        position: relative;
        z-index: 1;
    }

    .trustworthy .introduce {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
    }

    .trustworthy .introduce .content-box {
        padding: 0 1.875rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        margin: 0 0 100px;
    }

    .trustworthy .introduce .content-box .box-img {
        width: 140px;
        height: 140px;
        background: #FFFFFF;
        box-shadow: 0 5px 12px 0 rgba(175, 175, 175, 0.5);
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .trustworthy .introduce .content-box img {
        margin: 3.125rem 0;
    }

    .trustworthy .introduce .content-box h5 {
        font-size: 28px;
        font-weight: 900;
        color: #7A15D6;
        line-height: 33px;
        margin-bottom: 18px;
    }

    .trustworthy .introduce .content-box p {
        font-size: 16px;
        font-weight: 400;
        color: #7A15D6;
        line-height: 28px;
    }

    .ourProducts {
        width: 100%;
        height: 100vh;
        background: #FFFFFF;
        position: relative;
    }

    .products_bg {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
    }

    .ourProducts h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #BA70FE;
        line-height: 42px;
        position: relative;
        z-index: 1;
        top: 70px;
    }

    .info-column {
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        gap: 30px;
        position: absolute;
        top: 30%;
        right: 0;
    }

    .item-row {
        display: flex;
        align-items: center;
    }

    .item-row img {
        width: 14px;
        height: 21px;
        margin-right: 30px;
    }

    .item-row p {
        font-size: 20px;
        color: #7A15D6;
        margin: 0;
    }

    .footer {
        width: 100%;
    }

    .footer-top {
        background: #272948;
        padding: 6.25rem 0 1.25rem;
    }

    .footer-top-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .footer-top-box .info {
        display: flex;
        flex-direction: column;
    }

    .footer-top-box .address {
        margin: -4px auto 0;
    }

    .footer-top-box .address p {
        font-size: 16px;
    }

    .footer-top-box .address .floor {
        margin: 0;
    }

    .footer-top-box .address .address-title {
        margin-bottom: 10px;
    }


    .footer-top-box .link-info {
        width: 70%;
        margin-left: 30%;
    }

    .footer-top-box .info .info-logo {
        display: flex;
        align-items: center;
    }

    .footer-top-box .info .link-logo {
        visibility: hidden;
    }

    .footer-top-box .info .link {
        width: fit-content;
        font-size: 15px;
        color: #FFFFFF;
        text-decoration-line: underline;
        margin: 0 0 10px 0;
        font-weight: normal;
    }

    .footer-top-box .info .info-logo .logo {
        font-weight: 800;
        font-size: 32px;
        color: #FFFFFF;
    }

    .footer-top-box .info .info-contact {
        display: flex;
        align-items: center;
        margin: 0 1.125rem 20px 0;
    }

    .footer-top-box .info .info-contact img {
        margin-right: 0.5rem;
        width: 18px;
    }

    .footer-top-box .info .info-contact p {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 0;
    }

    .footer-top-box .info .info-contact a {
        font-size: 1.25rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5rem;
    }

    .footer-top-box .info > a {
        font-size: 1.5rem;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-bottom: 2.375rem;
        margin-top: 2.1875rem;
    }

    .footer-top-box .info > p {
        font-size: 16px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin: 0;
    }

    .footer-top-box .info .content {
        display: flex;
    }

    .footer-top-box .info .content img {
        width: 18px;
        height: 18px;
        margin-right: 0.5rem;
    }

    .footer-top-box .info .content p {
        font-size: 16px;
        font-weight: 400;
        opacity: 0.8;
        color: #FFFFFF;
    }

    .footer-top-box .contact .top {
        margin-top: 5px;
    }

    .footer-top-box .contact h5 {
        font-size: 24px;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 28px;
        margin: 105px 0;
    }

    .footer-top-box .contact .contactLink {
        margin-top: -50px;
    }

    .footer-top-box .contact .contactLink a {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-right: 20px;
    }

    .footer-top-box .contact .contactLink a img {
        width: 100%;
    }

    .footer-bottom {
        background: #272948;
        padding: 2.8125rem 0;
    }

    .footer-bottom-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-box > p {
        font-size: 16px;
        font-weight: 400;
        color: #D0D1D2;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .footer-bottom-box > div {
        display: flex;
        align-items: center;
    }

    .footer-bottom-box > div a {
        display: block;
        margin-right: 2.5rem;
        width: 2.8125rem;
        height: 2.8125rem;
    }

    .footer-bottom-box > div a img {
        width: 100%;
    }
}

@media (min-width: 1490px) {
    .Applications .products {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        width: 85%;
        margin: auto;
    }

    .Applications .content {
        width: 47%;
        height: 600px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        margin: auto;
        padding: 55px 50px;
        box-sizing: border-box;
    }

    .Applications .content .product-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Applications .product-info .product-logo {
        width: 75px;
        height: 75px;
    }

    .Applications .product-info .product-title {
        width: 170px;
        height: 26px;
        margin-top: 30px;
    }

    .Applications .product-info .product-title-p {
        font-size: 22px;
        font-weight: bold;
        margin-top: 20px;
        color: #07d303;
        margin-bottom: 0;
    }

    .Applications .content .kreditLemon-info {
        list-style: none;
    }

    .Applications .content .kreditLemon-info li {
        display: flex;
        /*align-items: center;*/
    }

    .Applications .kreditLemon-info li img {
        margin-right: 10px;
        margin-top: 20px;
        width: 15px;
        height: 15px;
    }

    .Applications .kreditLemon-info .kreditLemon-text-info {
        display: flex;
        font-size: 18px;
        font-weight: normal;
        color: #666666;
        line-height: 55px;
    }
}

@media (min-width: 1620px) {
    .Applications .products {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        width: 85%;
        margin: auto;
    }

    .Applications .content {
        width: 47%;
        height: 600px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        margin: auto;
        padding: 55px 50px;
        box-sizing: border-box;
    }

    .Applications .content .product-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Applications .product-info .product-logo {
        width: 75px;
        height: 75px;
    }

    .Applications .product-info .product-title {
        width: 170px;
        height: 26px;
        margin-top: 30px;
    }

    .Applications .product-info .product-title-p {
        font-size: 22px;
        font-weight: bold;
        margin-top: 20px;
        color: #07d303;
        margin-bottom: 0;
    }

    .Applications .content .kreditLemon-info {
        list-style: none;
    }

    .Applications .content .kreditLemon-info li {
        display: flex;
        /*align-items: center;*/
    }

    .Applications .kreditLemon-info li img {
        margin-right: 10px;
        margin-top: 20px;
        width: 15px;
        height: 15px;
    }

    .Applications .kreditLemon-info .kreditLemon-text-info {
        display: flex;
        font-size: 20px;
        font-weight: normal;
        color: #666666;
        line-height: 55px;
    }
}

@media (min-width: 1680px) {
    .nav-box {
        width: 100%;
        box-shadow: 0 0.625rem 1.25rem 0 rgba(190, 190, 190, 0.5) !important;
        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 70%;
        margin: auto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }

    .nav {
        width: 85%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 17px;
        color: #131A2D;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 130px;
        height: 21px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 20px;
        margin-top: 0;
        padding: .25rem 1rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 55px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #0064D1;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        position: relative;
    }

    .home > img {
        width: 100%;
    }

    .home .img-fluid {
        display: block;
    }

    .home .bg {
        display: none !important;
    }

    .home-text-box {
        width: 45.75rem;
        position: absolute;
        top: 50%;
        left: 15%;
        transform: translate(0, -50%);

    }

    .home-text-box h2 {
        width: 100%;
        font-size: 38px;
        font-weight: 900;
        color: #131A2D;
        line-height: 3.75rem;
        margin-bottom: 2.9375rem;
        display: block;
    }

    .home-text-box h3 {
        width: 70%;
        font-weight: 500;
        font-size: 22px;
        color: #131A2D;
        line-height: 2.25rem;
        margin-bottom: 2.5rem;
        display: block;
    }

    .home-text-box .characteristic {
        display: flex;
        align-items: center;
        margin-bottom: 1.875rem;

    }

    .home-text-box .characteristic img {
        margin-right: 1.25rem;
    }

    .home-text-box h4 {
        font-size: 1.25rem;
        font-weight: 400;
        color: #131A2D;
        margin-top: 0.625rem;
    }

    .home-text-box .googlePlay {
        margin-top: 1.25rem;
        height: 56px;
    }

    .aboutUs {
        height: 100vh;
        background-color: #F7EEFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .briefIntroduction {
        width: 70%;
        height: 70%;
        position: relative;
        background: #E3C3FF;
        border-radius: 57px;
        padding: 3% 5%;
    }

    .briefIntroduction h2 {
        width: 100%;
        text-align: center;
    }


    .briefIntroduction h4 {
        margin: 60px 0 30px;
        width: 124px;
        height: 19px;
        background: #7A15D6;
    }

    .briefIntroduction p {
        font-size: 22px;
        color: #7A15D6;
        line-height: 40px;
    }

    .Applications {
        width: 100%;
        /*height: 1080px;*/
        background: url("../imgs/applicationsBg.png") no-repeat;
        padding-bottom: 60px;
        box-sizing: border-box;
    }

    .Applications .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 70px;
    }

    .Applications .title h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #BA70FE;
        line-height: 42px;
        margin: 90px 0 11px;
    }

    .Applications .title .wire {
        width: 128px;
        height: 6px;
        background: #0064D1;
        border-radius: 3px;
    }

    .Applications .title p {
        font-size: 24px;
        font-weight: 400;
        color: #131A2D;
        line-height: 50px;
        margin-top: 33px;
    }

    .Applications .products {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        width: 80%;
        margin: auto;
    }

    .Applications .content {
        width: 47%;
        height: 650px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        margin: auto;
        padding: 55px 50px;
        box-sizing: border-box;
    }

    .Applications .content .product-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }

    .Applications .product-info .product-logo {
        width: 90px;
        height: 90px;
    }

    .Applications .product-info .product-title {
        width: 165px;
        height: 23px;
        margin-top: 20px;
    }

    .Applications .product-info .product-title-p {
        font-size: 24px;
        font-weight: bold;
        margin-top: 20px;
        color: #07d303;
        margin-bottom: 0;
    }

    .Applications .content .kreditLemon-info {
        list-style: none;
    }

    .Applications .content .kreditLemon-info li {
        display: flex;
    }

    .Applications .kreditLemon-info li img {
        margin-right: 10px;
        margin-top: 20px;
        width: 15px;
        height: 15px;
    }

    .Applications .kreditLemon-info .kreditLemon-text-info {
        display: flex;
        font-size: 20px;
        font-weight: normal;
        color: #666666;
        line-height: 55px;
    }

    .Applications .kreditLemon-text-info a,
    .Applications .kreditLemon-text-info span {
        color: #000000;
    }

    .Applications .kreditLemon-text-info a:hover {
        color: #000000;
        cursor: pointer;
    }

    .trustworthy {
        width: 100%;
        background: #FFFFFF;
    }

    .service_bg {
        width: 100%;
        position: absolute;
        z-index: 0;
    }

    .trustworthy h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #BA70FE;
        line-height: 42px;
        margin: 90px 0;
        position: relative;
        z-index: 1;
    }

    .trustworthy .introduce {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
    }

    .trustworthy .introduce .content-box {
        padding: 0 1.875rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        margin: 0 0 100px;
    }

    .trustworthy .introduce .content-box .box-img {
        width: 140px;
        height: 140px;
        background: #FFFFFF;
        box-shadow: 0 5px 12px 0 rgba(175, 175, 175, 0.5);
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .trustworthy .introduce .content-box img {
        margin: 3.125rem 0;
    }

    .trustworthy .introduce .content-box h5 {
        font-size: 28px;
        font-weight: 900;
        color: #7A15D6;
        line-height: 33px;
        margin-bottom: 18px;
    }

    .trustworthy .introduce .content-box p {
        font-size: 16px;
        font-weight: 400;
        color: #7A15D6;
        line-height: 28px;
    }

    .ourProducts {
        width: 100%;
        height: 100vh;
        background: #FFFFFF;
        position: relative;
    }

    .products_bg {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
    }

    .ourProducts h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #BA70FE;
        line-height: 42px;
        position: relative;
        z-index: 1;
        top: 70px;
    }

    .info-column {
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        gap: 30px;
        position: absolute;
        top: 30%;
        right: 0;
    }

    .item-row {
        display: flex;
        align-items: center;
    }

    .item-row img {
        width: 14px;
        height: 21px;
        margin-right: 30px;
    }

    .item-row p {
        font-size: 20px;
        color: #7A15D6;
        margin: 0;
    }

    .footer {
        width: 100%;
    }

    .footer-top {
        background: #272948;
        padding: 6.25rem 0 1.25rem;
    }

    .footer-top-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .footer-top-box .info {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: auto;
    }


    .footer-top-box .link-info {
        width: 70%;
        margin-left: 30%;
    }

    .footer-top-box .info .info-logo {
        display: flex;
        align-items: center;
    }

    .footer-top-box .info .link-logo {
        visibility: hidden;
    }

    .footer-top-box .info .link {
        width: fit-content;
        font-size: 15px;
        color: #FFFFFF;
        text-decoration-line: underline;
        margin: 0 0 10px 0;
        font-weight: normal;
    }

    .footer-top-box .info .info-logo {
        display: flex;
        align-items: center;
    }

    .footer-top-box .info .info-logo .logo {
        font-weight: 800;
        font-size: 32px;
        color: #FFFFFF;
    }

    .footer-top-box .info .info-contact {
        display: flex;
        align-items: center;
        margin: 0 1.125rem 20px 0;
    }

    .footer-top-box .info .info-contact img {
        margin-right: 0.5rem;
        width: 18px;
    }

    .footer-top-box .info .info-contact p {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 0;
    }

    .footer-top-box .info .info-contact a {
        font-size: 1.25rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5rem;
    }

    .footer-top-box .info > a {
        font-size: 1.5rem;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-bottom: 2.375rem;
        margin-top: 2.1875rem;
    }

    .footer-top-box .info > p {
        font-size: 16px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin: 0;
    }

    .footer-top-box .info .content {
        display: flex;
    }

    .footer-top-box .info .content img {
        width: 18px;
        height: 18px;
        margin-right: 0.5rem;
    }

    .footer-top-box .info .content p {
        font-size: 16px;
        font-weight: 400;
        opacity: 0.8;
        color: #FFFFFF;
    }

    .footer-top-box .address {
        margin: -8px auto 0;
    }

    .footer-top-box .address p {
        font-size: 16px;
    }

    .footer-top-box .address .floor {
        margin: 0;
    }

    .footer-top-box .address .address-title {
        margin-bottom: 10px;
    }

    .footer-top-box .contact .top {
        margin-top: 10px;
    }

    .footer-top-box .contact h5 {
        font-size: 22px;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 28px;
        margin: 105px 0;
    }

    .footer-top-box .contact .contactLink {
        margin-top: -50px;
    }

    .footer-top-box .contact .contactLink a {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-right: 35px;
    }

    .footer-top-box .contact .contactLink a img {
        width: 100%;
    }

    .footer-bottom {
        background: #272948;
        padding: 2.8125rem 0;
    }

    .footer-bottom-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-box > p {
        font-size: 1.25rem;
        font-weight: 400;
        color: #D0D1D2;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .footer-bottom-box > div {
        display: flex;
        align-items: center;
    }

    .footer-bottom-box > div a {
        display: block;
        margin-right: 2.5rem;
        width: 2.8125rem;
        height: 2.8125rem;
    }

    .footer-bottom-box > div a img {
        width: 100%;
    }
}

.container-fluid {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #000000;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000000;
    font-weight: 600;
}

@media (min-width: 1780px) {
    .nav-link {
        font-size: 18px;
        color: #131A2D;
        line-height: 3rem;
    }
}
