﻿html {
    scroll-behavior: smooth;
}

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

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

.MyLPs .btnCommon {
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    padding: 15px 30px;
    display: block;
    transition: all linear 0.2s;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: -30px auto 10px;
    z-index: 2;
    position: relative;
    -webkit-box-shadow: 5px 3px 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 3px 5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 3px 5px 1px rgba(0, 0, 0, 0.15);
}

.MyLPs .btnCommon span {
    align-self: center;
}

.margin_auto {
    margin: auto;
}

.MyLPs .f50 {
    font-size: 50px;
}

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

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

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

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

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

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

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

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

.MyLPs .header {
    background-image: url(images/Header_background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 70px 0;
}

.MyLPs .header_logo {
    position: absolute;
    bottom: -110px;
    right: -60px;
}

.MyLPs .header_title {
    width: fit-content;
    margin-top: 20px;
}

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

.MyLPs .tagline .title,
.MyLPs .steps .title,
.MyLPs .tip .title {
    margin-bottom: 20px;
}

.MyLPs .steps {
    background-color: #F9F8F5;
    color: #2D2C42;
    padding: 50px;
}

.MyLPs .steps_content {
    margin-top: 30px;
}

.MyLPs .steps .subtitle {
    margin-bottom: 20px;
}

.MyLPs .tip_container {
    margin-top: 50px;
}

.MyLPs .tip {
    background-color: #E2E4F4;
    border-radius: 100px;
    color: #2D2C42;
    padding: 20px;
}

.MyLPs .steps .step_text {
    margin-top: 30px;
}

.MyLPs #steps_carousel {
    display: none;
}

.MyLPs .categories {
    background-color: #0B051D;
    padding: 50px;
}

.MyLPs .categories_carousel {
    margin-top: 30px;
}

.MyLPs .categories .categories_img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.MyLPs .categories .categories_img img {
    width: auto !important;
}

.MyLPs .categories_carousel .item:hover img {
    transform: translateY(-10px);
  animation: fade-in 0.25s ease-in;
}

.MyLPs .questions {
    color: #2D2C42;
    padding: 50px;
}

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

.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 .categories_carousel .owl-nav button.owl-next, .MyLPs .steps_carousel .owl-nav button.owl-next{
    left: unset;
    right: -55px;
}

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

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

.MyLPs .line {
    margin-top: -40px;
    margin-bottom: 30px;
    height: 16px;
    background: #fff;
    border-radius: 50px;
    border: none;
    max-width: 100vw;
}

.MyLPs hr {
    width: 250px;
    margin-top: -10px;
}

@media (max-width: 1700px) {
    .MyLPs .f50 {
        font-size: 40px;
    }

    .MyLPs .header_logo {
        bottom: -80px;
        width: 150px;
    }
}


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

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

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

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

    .MyLPs .header_logo {
        bottom: -70px;
        width: 120px;
    }

    .MyLPs .tagline {
        padding: 40px;
    }
}

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

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

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

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

    .MyLPs .header_logo {
        bottom: -50px;
        width: 100px;
    }
}

@media (max-width: 991px) {
    .MyLPs .header {
        padding: 30px;
    }

    .MyLPs .header_logo {
        position: relative;
        width: 120px;
        height: fit-content;
        bottom: auto;
        right: auto;
        margin: auto 30px;
    }

    .MyLPs .header_title {
        display: flex;
        flex-direction: row;
        margin: 0px 0px 30px 0px;
    }

    .MyLPs .tablet_display_none {
        display: none;
    }

    .MyLPs .tagline {
        padding: 30px;
    }

    .MyLPs #steps_carousel {
        display: block;
    }

    .MyLPs .step_icon {
        width: auto!important;
    }
}

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

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

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

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

    .MyLPs .header {
        padding: 20px;
    }

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

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

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

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

    .MyLPs .categories_carousel {
        margin-top: 10px;
    }

    .MyLPs .categories_carousel .owl-nav button, .MyLPs .steps_carousel .owl-nav button {
        left: 0px;
        width: 36px;
        height: 36px;
    }

    .MyLPs .categories_carousel .owl-nav button.owl-next, .MyLPs .steps_carousel .owl-nav button.owl-next  {
        right: 0px;
    }

    .MyLPs .line {
        margin-top: -35px;
        margin-bottom: 20px;
        height: 12px;
        background: #fff;
        border-radius: 50px;
        border: none;
        max-width: 100vw;
    }
    
    .MyLPs hr {
        width: 160px;
    }

    .MyLPs .questions {
        padding: 20px;
    }
}