﻿html {
    scroll-behavior: smooth;
}

.MyLPs {
    color: #202531;
    overflow: hidden;
    background-color: #fff;
    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: 10px auto;
    -webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.10);
}

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

.MyLPs .linkStretched {
    z-index: 5;
    overflow: hidden;
    display: block;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.MyLPs .f14 {
    font-size: 14px;
    margin-bottom: 15px;
}

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

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

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

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

.MyLPs .f26 {
    font-size: 26px;
    margin-bottom: 15px;
}

.MyLPs .f30 {
    font-size: 30px;
    margin-bottom: 15px;
}

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

.MyLPs .w700 {
    font-weight: 700;
}

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

.margin_0_auto {
    margin: 0 auto;
}

.margin_auto {
    margin: auto;
}

.MyLPs .display_none_desktop {
    display: none;
}

/* .MyLPs .header {
    margin: 10px 0 0 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 24px -8px rgba(105, 115, 180, 0.38);
    -moz-box-shadow: 0px 0px 24px -8px rgba(105, 115, 180, 0.38);
    box-shadow: 0px 0px 24px -8px rgba(105, 115, 180, 0.38);
} */

.header .header_content {
    box-shadow: 0px 0px 35px -22px rgba(105, 115, 180, 0.99);
    margin-top: 30px;
    padding-left: 100px;
}

.MyLPs .header .header_container {
    display: flex;
    flex-direction: column;
}

.MyLPs .header_logo {
    width: fit-content;
}

.MyLPs .header .header_text {
    margin: auto 140px auto 0px;
}

.MyLPs .container_sections {
    background-color: #d9eaff;
}

.MyLPs .container_sections .title {
    background-color: #fff;
    border-radius: 10px;
    width: fit-content;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    align-items: center;
    margin: 60px 0 40px;
    padding-right: 20px;
}

.MyLPs .container_sections .section_wrapper {
    background-color: #fff;
    border: 1px solid #70707e;
    border-radius: 20px;
    position: relative;
    margin-bottom: 60px;
}

.MyLPs .container_sections .container_section_title {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.MyLPs .ypiresies_text {
    color: #4960f2;
}

.MyLPs .container_sections .section_title {
    padding-right: 40px;
    margin: 40px;
    border-right: 1px solid #2d2c42;
    width: fit-content;
}

.MyLPs .section1 .section1_text {
    padding: 0 40px 20px 40px;
}

.MyLPs .scrollbar {
    background-color: #d9eaff;
    border-radius: 25px;
    padding: 10px 0;
    margin: 0 40px 40px;
}

.MyLPs .section1 .container_section1_ypiresies {
    height: 550px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px;
}

.section1 .container_section1_ypiresies .productWrapper {
    padding: 8px;
    width: 16%;
    position: relative;
    margin: 10px 15px;
    height: fit-content;
}

.section1 .container_section1_ypiresies .productWrapper img {
    background-color: #fff;
    border-radius: 25px;
    padding: 20px;
    margin: auto;
}

.section1 .container_section1_ypiresies .productWrapper .productWrapper_text {
    margin: 20px 0;
}

.section1 .container_section1_ypiresies .productWrapper:hover img {
    -webkit-box-shadow: 0px 0px 24px -8px rgba(105, 115, 180, 0.38);
    -moz-box-shadow: 0px 0px 24px -8px rgba(105, 115, 180, 0.38);
    box-shadow: 0px 0px 24px -8px rgba(105, 115, 180, 0.38);
}

.section1 .container_section1_ypiresies .productWrapper:hover .productWrapper_text {
    color: #4960f2;
}

.section2 .container_section2_ypiresies,
.section3 .container_section3_ypiresies {
    height: 492px;
    margin: 20px 40px 40px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.section2 .container_section2_ypiresies .productWrapper,
.section3 .container_section3_ypiresies .productWrapper {
    padding: 0;
    width: 28%;
    position: relative;
    margin: 10px;
    height: fit-content;
}

.section2 .container_section2_ypiresies .productWrapper img,
.section3 .container_section3_ypiresies .productWrapper img {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 25px;
    padding: 20px;
    margin: auto;
}

.section2 .container_section2_ypiresies .productWrapper:hover img,
.section2 .container_section2_ypiresies .productWrapper.active img,
.section3 .container_section3_ypiresies .productWrapper:hover img,
.section3 .container_section3_ypiresies .productWrapper.active img {
    border: 1px solid #4960f2;
}

.section2 .container_section2_ypiresies .productWrapper:hover .productWrapper_text,
.section2 .container_section2_ypiresies .productWrapper.active .productWrapper_text,
.section3 .container_section3_ypiresies .productWrapper:hover .productWrapper_text,
.section3 .container_section3_ypiresies .productWrapper.active .productWrapper_text {
    color: #4960f2;
}

.section2 .container_section2_ypiresies .productWrapper .productWrapper_text,
.section3 .container_section3_ypiresies .productWrapper .productWrapper_text {
    margin: 20px 0 0 0;
}

.section2 .container_section2_text {
    height: 465px;
    margin: 20px 40px 40px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px 0 0;
    line-height: 24px;
}

.section3 .container_section3_text {
    height: 250px;
    margin: 20px 40px 40px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px 0 0;
    line-height: 24px;
}

.see_more {
    position: absolute;
    right: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.see_more:hover .see_more_text {
    color: #4960f2;
}

.arrow {
    margin-left: 20px;
}

.MyLPs .section_wrapper a {
    color: #202531;
}


/* Style the tab content */
.MyLPs .section2 .tabcontent,
.MyLPs .section3 .tabcontent1 {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.section_call_center {
    background-image: url(images/section_call_center_bg_lg.jpg);
    background-color: #d9eaff;
    background-repeat: no-repeat;
    padding: 90px 0 50px 0;
}

.section_call_center .section_call_center_text {
    margin: 15px 0 0 20px;
    color: #fff;
}

.section_call_center .section_call_center_text2 {
    color: #fff;
}

.section_call_center .line2 {
    padding: 0 10px;
    box-shadow: inset 0 -0.9em 0 0 #4961aa;
}

.section_call_center .section_call_center_shape {
    position: absolute;
    top: -20px;
    left: 0;
}


/* width */
.MyLPs ::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.MyLPs ::-webkit-scrollbar-track {

    border-radius: 10px;
}

/* Handle */
.MyLPs ::-webkit-scrollbar-thumb {
    background: #b7b9cb;
    border-radius: 10px;
}

/* Handle on hover */
.MyLPs ::-webkit-scrollbar-thumb:hover {
    background: #797b88;
}

.MyLPs .ypiresies_text_container {
    display: flex;
    flex-direction: row;
    justify-content: baseline;
}


@media (max-width: 1560px) {
    .section_call_center {
        background-image: url(images/section_call_center_bg_t.jpg);
        padding: 90px 0 50px 0;
    }

    .section_call_center .section_call_center_shape {
        position: absolute;
        top: -20px;
        left: -15px;
        width: 45px;
    }

    .header .header_content {
        padding-left: 0px;
    }
}

@media (max-width: 1490px) {
    .section_call_center .section_call_center_text {
        margin: 15px 0 0 0;
    }

    .MyLPs .header .header_text {
        margin: 20px 80px 20px 0px;
    }

    .section1 .container_section1_ypiresies .productWrapper img,
    .section2 .container_section2_ypiresies .productWrapper img,
    .section3 .container_section3_ypiresies .productWrapper img {
        padding: 10px;
    }

    .section2 .container_section2_ypiresies,
    .section3 .container_section3_ypiresies,
    .section2 .container_section2_text,
    .section3 .container_section3_text {
        margin: 20px 20px 40px;
    }

}

@media (max-width: 1200px) {
    .MyLPs .section_call_center_container {
        width: 130%;
    }

    .MyLPs .header .header_text {
        margin: 20px 20px 20px 0px;
    }

    .MyLPs .ypiresies_text_container {
        display: block;
    }

}

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

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

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

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

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

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

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

    .MyLPs .header_logo {
        margin: 0 auto;
    }

    .MyLPs .header .header_text {
        margin: 20px;
        text-align: center;
    }

    .MyLPs .header_image {
        margin: 10px auto 20px auto;
    }

    .MyLPs .container_sections .title {
        margin: 20px;
    }

    .MyLPs .container_sections .section_title {
        margin: 25px 25px 10px 25px;
        border-right: none;
    }

    .MyLPs .container_sections .section_title {
        padding-right: 0;
    }

    .MyLPs .container_sections .container_section_title {
        flex-direction: column;
    }

    .MyLPs .container_sections .section_wrapper {
        margin: 0px 20px 30px 20px;
    }

    .section_call_center .section_call_center_shape {
        left: 40px;
    }

    .section_call_center .section_call_center_text {
        margin: 15px 0 0 60px;
    }

    .arrow {
        margin-left: 10px;
        width: 26px !important;
    }

    .see_more {
        display: none;
    }

    .see_more_mobile .see_more_text {
        padding: 2px 10px 0 30px;
    }

    .MyLPs .ypiresies_text {
        padding-right: 30px;
        border-right: 1px solid #2d2c42;
    }

    .MyLPs .display_none_desktop {
        display: flex;
    }

    .MyLPs .arrow_mobile {
        width: 20px;
    }

    .MyLPs .section1 .section1_text {
        padding: 0 30px 20px 30px;
    }

    .MyLPs .scrollbar {
        display: none;
    }

    .MyLPs .section1_carousel_wrapper {
        display: block;
        background-color: #d9eaff;
        border-radius: 20px;
        margin: 10px 30px 30px 30px;
    }

    .MyLPs .section1_carousel img {
        width: fit-content;
        background-color: #fff;
        border-radius: 20px;
        padding: 10px;
        margin: 20px auto;
    }

    .MyLPs .section1_carousel .productWrapper_text {
        margin: 0px 30px;
    }

    .section1_carousel .nav-button {
        height: 30px;
        width: 30px;
        cursor: pointer;
        position: absolute;
        top: 110px !important;
    }

    .section1_carousel .owl-prev.disabled,
    .section1_carousel .owl-next.disabled {
        pointer-events: none;
        opacity: 0.35;
    }

    .section1_carousel .owl-prev {
        left: 0px;
    }

    .section1_carousel .owl-next {
        right: 0px;
    }

    .section1_carousel .owl-nav [class*=owl-] {
        color: #ffffff;
        font-size: 28px;
        background: #97bae4 !important;
        border-radius: 50px;
        line-height: 17px;
    }

    .section1_carousel .prev-carousel:hover {
        background-position: 0px -53px;
    }

    .section1_carousel .next-carousel:hover {
        background-position: -24px -53px;
    }

    .section1_carousel_wrapper .owl-theme .owl-nav {
        margin-top: 0px!important;
    }

    .MyLPs .container_section2_ypiresies, .MyLPs .container_section3_ypiresies {
        display: none;
    }

    .section2 .container_section2_text, .section3 .container_section3_text {
        height: 252px;
        padding: 10px 10px 0 0;
        line-height: 20px;
    }

    .MyLPs .section2_carousel_wrapper, .MyLPs .section3_carousel_wrapper {
        display: block;
    }

    .MyLPs .section2_carousel img, .MyLPs .section3_carousel img  {
        width: fit-content;
        margin: 20px auto;
    }

    .MyLPs .section2_carousel .productWrapper_text, .MyLPs .section3_carousel .productWrapper_text {
        margin: 0px 66px;
        min-height: 51px;
    }

    .section2_carousel .nav-button, .section3_carousel .nav-button {
        height: 30px;
        width: 30px;
        cursor: pointer;
        position: absolute;
        top: 110px !important;
    }

    .section2_carousel .owl-prev.disabled,
    .section2_carousel .owl-next.disabled, .section3_carousel .owl-prev.disabled,
    .section3_carousel .owl-next.disabled {
        pointer-events: none;
        opacity: 0.35;
    }

    .section2_carousel .owl-prev, .section3_carousel .owl-prev {
        left: 20px;
    }

    .section2_carousel .owl-next, .section3_carousel .owl-next {
        right: 20px;
    }

    .section2_carousel .owl-nav [class*=owl-], .section3_carousel .owl-nav [class*=owl-] {
        color: #ffffff;
        font-size: 28px;
        background: #97bae4 !important;
        border-radius: 50px;
        line-height: 17px;
    }

    .section2_carousel .prev-carousel:hover, .section3_carousel .prev-carousel:hover {
        background-position: 0px -53px;
    }

    .section2_carousel .next-carousel:hover, .section3_carousel .next-carousel:hover {
        background-position: -24px -53px;
    }

    .section2_carousel_wrapper .owl-theme .owl-nav, .section3_carousel_wrapper .owl-theme .owl-nav {
        margin-top: 0px!important;
    }
    
    .container_section2_part2, .container_section3_part3 {
        margin: 0 3px;
    }

    .display_none_mobile {
        display: none;
    }

    .MyLPs .container_section2_part2 .btnCommon, .MyLPs .container_section3_part3 .btnCommon {
        margin: 10px 20px !important;
    }

    .MyLPs .container_section2_part2 .btnCommon, .MyLPs .container_section3_part3 .btnCommon {
        padding: 10px !important;
        font-size: 14px;
    }

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

    .section2 .container_section2_ypiresies, .section3 .container_section3_ypiresies, .section2 .container_section2_text, .section3 .container_section3_text {
        margin: 20px 20px 30px;
    }

    .MyLPs .ypiresies_text_container {
        display: flex;
    }

}

@media (max-width: 500px) {
    .MyLPs .header_logo {
        width: 66%;
    }

    .MyLPs .header_image {
        width: 80%;
    }

    .MyLPs .section_call_center .section_call_center_text {
        margin: 0px 0px 20px 60px;
        justify-content: center;
    }

    .MyLPs .section_call_center {
        padding: 70px 0 50px 0;
    }

    .MyLPs .section_call_center .section_call_center_text2 {
        margin: 0 -20px;
    }

    .MyLPs .section_call_center_container {
        width: 80%;
        justify-content: center;
    }

    .MyLPs .section_call_center .section_call_center_shape {
        left: -18px;
    }

    .MyLPs .section_call_center .section_call_center_container .section_call_center_text,
    .MyLPs .section_call_center .section_call_center_container .section_call_center_text2 {
        margin-left: 50px;
    }

    .MyLPs .section_call_center .section_call_center_container .hozCenter {
        justify-content: initial;
    }

    .MyLPs .btnCommon {
        width: inherit;
        margin: 15px 10px !important;
    }
}

@media (max-width: 380px) {
    .MyLPs .section_call_center .section_call_center_text {
        margin: 0px 0px 20px 40px;
        justify-content: center;
    }
}