﻿html {
    scroll-behavior: smooth;
}

.MyLPs {
    color: #fff;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    line-height: 1.2;
}

.MyLPs p {
    color: #2D2C42;
}

.MyLPs img {
    width: auto;
    max-width: 100%;
}

.margin_auto {
    margin: auto;
}

.margin_auto_0 {
    margin: auto 0;
}

.MyLPs .f42 {
    font-size: 42px;
}

.MyLPs .f36 {
    font-size: 36px;
}

.MyLPs .f24 {
    font-size: 24px;
}

.MyLPs .f22 {
    font-size: 22px;
}

.MyLPs .f20 {
    font-size: 20px;
}

.MyLPs .f8 {
    font-size: 8px;
}

.MyLPs .w800 {
    font-weight: 800;
}

.MyLPs .header {
    background-color: #4960F2;
}

.MyLPs .header_text {
    display: flex;
    flex-direction: row;
}

.MyLPs .header .header_title {
    margin: 0 30px;
}

.MyLPs .header_img {
    margin: auto 0 auto auto;
}

.MyLPs .header_logo {
    margin-right: 60px;
    height: fit-content;
}

.MyLPs .header .lines_right {
    position: absolute;
    top: 0;
    right: 50px;
}

.MyLPs .header .lines_left {
    position: absolute;
    bottom: 0;
    left: 40px;
}

.MyLPs .header_tips {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0;
}

.MyLPs .header_tips .box_tip {
    background: url(images/tips_bg_header.png) center center no-repeat;
    padding: 40px 0;
    width: 227px;
}

.MyLPs .tagline {
    padding: 40px;
    color: #2D2C42;
}

.MyLPs .box_now_logo2 {
    margin-bottom: 20px;
}

.MyLPs .steps_section {
    background: url(images/section1_bg.jpg) center bottom no-repeat;
    background-color: #F2F4FE;
    color: #2D2C42;
    padding: 40px;
}

.MyLPs .steps_section_title {
    margin-bottom: 40px;
}

.MyLPs .steps_carousel .item {
    background-color: #fff;
    border-radius: 40px;
    padding: 0 40px 40px;
    height: 100%;
}

.MyLPs .steps_carousel .steps_icon {
    width: auto;
    margin: 0 20px 0 0;
}

.MyLPs .steps_carousel .step_title {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.MyLPs .steps_carousel .owl-nav button {
    position: absolute;
    top: 50%;
    left: -55px;
    width: 41px;
    height: 41px;
    border-radius: 50% !important;
    background: url(images/arrowSliderYel_blue.png) center center no-repeat !important;
    background-size: 100%;
    transform: translateY(-50%);
    transition: all linear 0.15s;
}

.MyLPs .steps_carousel .owl-nav button.owl-next {
    left: unset;
    right: -55px;
}

.MyLPs .steps_carousel .owl-nav button span {
    display: none;
}

.MyLPs .steps_carousel .owl-nav button.owl-prev {
    transform: translateY(-50%) scale(-1);
}

.MyLPs .benefits_section {
    padding: 60px 40px 40px;
}

.MyLPs .benefits_container {
    background-color: #E4E8FD;
    border-radius: 40px;
    padding: 40px;
}

.MyLPs .benefits_section_title {
    margin-bottom: 20px;
}

.MyLPs .benefits_section .fa {
    vertical-align: middle;
    margin-right: 5px;
}

.MyLPs .benefits_section li {
    margin-bottom: 8px;
}

.MyLPs .map_section {
    background-color: #FAFAFF;
    color: #2D2C42;
    padding: 40px;
}

.MyLPs .map_title {
    margin-bottom: 20px;
}

.MyLPs .map_subtitle {
    margin-bottom: 30px;
}

@media (max-width: 1780px) {
    .MyLPs .f42 {
        font-size: 36px;
    }

    .MyLPs .f36 {
        font-size: 32px;
    }

    .MyLPs .f24 {
        font-size: 20px;
    }

    .MyLPs .f20 {
        font-size: 18px;
    }

    .MyLPs .header_logo {
        width: 150px;
    }
}

@media (max-width: 1526px) {
    .MyLPs .f42 {
        font-size: 32px;
    }

    .MyLPs .f36 {
        font-size: 30px;
    }

    .MyLPs .header_tips .box_tip {
        background: none;
        background-color: #4447D1;
        width: none;
        margin: 0 10px;
        padding: 20px 0;
    }
}

@media (max-width: 1380px) {
    .MyLPs .header .container {
        padding: 0 70px;
    }

    .MyLPs .header_logo {
        margin-right: 30px;
    }

    .MyLPs .header .lines_right {
        display: none;
    }

    .MyLPs .header .lines_left {
        display: none;
    }

    .MyLPs .container.header_title {
        padding: 0px 48px;
    }

    .MyLPs .header_tips .box_tip {
        padding: 10px 0;
    }

    .MyLPs .steps_carousel .item {
        padding: 0 20px 20px;
    }

    .MyLPs .benefits_section {
        padding: 40px 0px 0px;
    }
}

@media (max-width: 1140px) {
    .MyLPs .f42 {
        font-size: 28px;
    }

    .MyLPs .f36 {
        font-size: 26px;
    }

    .MyLPs .f24 {
        font-size: 18px;
    }

    .MyLPs .f20 {
        font-size: 16px;
    }

    .MyLPs .header_logo {
        width: 130px;
    }
}

@media (max-width: 1140px) {
    .MyLPs .f42 {
        font-size: 24px;
    }

    .MyLPs .f36 {
        font-size: 23px;
    }

    .MyLPs .header_logo {
        width: 110px;
    }

    .MyLPs .header .header_title {
        margin: 0;
    }

    .MyLPs .steps_section_title {
        margin-bottom: 30px;
    }

    .MyLPs .steps_section {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .MyLPs .f22 {
        font-size: 18px;
    }

    .MyLPs .container.header_title {
        padding: 0px 30px;
    }

    .MyLPs .steps_carousel .steps_icon {
        width: 50px;
        height: auto;
    }

    .MyLPs .steps_section_title {
        margin-bottom: 20px;
    }

    .MyLPs .steps_section {
        padding: 20px 30px;
    }

    .MyLPs .benefits_section {
        padding: 20px 0px 0px;
    }
}

@media (max-width: 845px) {

    .MyLPs .f20 {
        font-size: 14px;
    }

    .MyLPs .header_text {
        flex-direction: column;
        text-align: center;
    }

    .MyLPs .header_logo {
        margin: 30px auto 20px auto;
    }

    .MyLPs .container.header_title {
        padding: 0px 20px;
    }

    .MyLPs .header_tips .box_tip {
        margin: 0 7px;
    }

    .MyLPs .display_tablet_none {
        display: none;
    }
}

@media (max-width: 576px) {
    .MyLPs .benefits_container {
        padding: 20px;
    }

    .MyLPs .benefits_section_title {
        margin-bottom: 15px;
    }

    .MyLPs .benefits_section li {
        margin-bottom: 4px;
    }

    .MyLPs .tagline {
        padding: 20px;
    }

    .MyLPs .map_section {
        padding: 20px;
    }

    .MyLPs .map_title {
        margin-bottom: 15px;
    }
}

@media (max-width: 445px) {
    .MyLPs .f22 {
        font-size: 20px;
    }

    .MyLPs .header_tips {
        flex-direction: column;
        margin: 20px;
    }

    .MyLPs .header_tips .box_tip {
        margin: 5px auto;
        width: 274px;
    }

    .MyLPs .display_mobile_none {
        display: none;
    }

    .MyLPs .box_now_logo2 {
        width: 200px;
    }

    .MyLPs .steps_carousel .step_title {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .MyLPs .steps_title_text {
        text-align: center;
    }

    .MyLPs .steps_subtitle {
        text-align: center;
    }

    .MyLPs .steps_carousel .steps_icon {
        width: 35px;
        margin: 0 auto 15px;
        height: fit-content;
    }

    .MyLPs .steps_carousel .owl-nav button {
        left: -44px;
        width: 32px;
        height: 32px;
    }

    .MyLPs .steps_carousel .owl-nav button.owl-next {
        right: -44px;
    }
}