﻿html {
    scroll-behavior: smooth;
}

.MyLPs {
    color: #fff;
    overflow: hidden;
    background: linear-gradient(180deg, #ACCBEE 0%, #E7F0FD 32.21%);
    position: relative;
    line-height: 1.2;
    height: 100%;
}

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

.margin_auto {
    margin: auto;
}

.MyLPs .f130 {
    font-size: 130px;
}

.MyLPs .f82 {
    font-size: 82px;
}

.MyLPs .f48 {
    font-size: 48px;
}

.MyLPs .f40 {
    font-size: 40px;
}

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

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

.MyLPs .f31 {
    font-size: 31px;
}

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

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

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

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

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

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

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

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

.MyLPs .linkStretched {
    display: block;
    height: 0px;
}

.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 0;
}

.MyLPs .item:hover .btnCommon {
    background-color: #FFD674;
}

.MyLPs .nav_btns {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 100px auto 60px;
}

.MyLPs .nav_btns a {
    background-color: rgba(255, 255, 255, 0.70);
    text-align: center;
    padding: 17px 20px;
    display: inline-block;
    color: #4960F2;
    font-weight: 700;
    font-size: 22px;
    border-radius: 6px;
    width: 300px;
    margin: 15px;
    transition: all ease 0.15s;
    position: relative
}

.MyLPs .nav_btns span {
    position: absolute;
    background-color: #4960F2;
    color: #fff;
    border-radius: 20px;
    padding: 2px 10px;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
}

.MyLPs .nav_btns a:hover span {
    background-color: #F3AE12;
    color: #2B2C40;
}

.MyLPs .nav_btns a:hover {
    background-color: #4960f2;
    color: #fff;
    border: none;
}

.MyLPs .header {
    background: #c3daf4 url("images/header_cooling_new.png") center top no-repeat;
    background-size: auto;
    padding-block: 43em 0;
    position: relative;
    z-index: 1;
    margin-bottom: -0.1rem;
    color: #4960F2;
}

.MyLPs .header .header_text {
    margin: auto 31px;
}

.MyLPs .cooling_header {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.MyLPs .section_title {
    position: relative;
    z-index: 1;
    margin: 60px 20px 20px;
}

.MyLPs .section_subtitle {
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.MyLPs .section1_wrapper {
    border-radius: 60px;
    margin: auto 20px;
}

.MyLPs .section_icon {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.MyLPs .section1_box {
    height: 470px;
    width: 100%;
    background-color: #97C2F3;
    border-radius: 60px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.MyLPs .section2_box {
    height: 850px;
    width: 100%;
    background-color: #96A4F2;
    border-radius: 60px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.MyLPs .section1 .section1_carousel {
    padding: 40px 0;
}

.MyLPs .section1 .section1_carousel .item {
    height: 100%;
    margin: auto 5px;
}

.MyLPs .section1 .products {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #2B2C40;
}

.MyLPs .section1 .products img {
    width: fit-content;
    height: auto;
}

.MyLPs .section_item_title {
    margin-top: 20px;
}

.MyLPs .image-wrapper {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
}

.MyLPs .image-wrapper img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.MyLPs .overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 22px;
    background-color: rgba(73, 96, 242, 0.75);
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 5;
    border-radius: 50%;
    cursor: pointer;
}

.MyLPs .image-wrapper:hover .overlay-text {
    opacity: 1;
}

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

.MyLPs .overlay_text_dot li::before {
    content: url(images/fan_dot.png);
    margin-right: 10px;
    vertical-align: text-bottom;
}

.MyLPs .section_btu {
    background-color: #C8DDF7;
    color: #2B2C40;
    border-radius: 60px;
    padding: 50px;
    margin: 60px 20px;
}

.MyLPs .section_btu .section_btu_title {
    margin-bottom: 20px;
}

.MyLPs .btu-options {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.MyLPs .btu-option {
    background-color: #ECF3FC;
    border-radius: 40px;
    padding: 30px 15px 0px 15px;
    width: 23%;
    position: relative;
}

.MyLPs .btu-value {
    background-color: #4960F2;
    color: #fff;
    border-radius: 25px;
    padding: 15px 25px;
    margin-top: -10px;
    display: inline-block;
    position: relative;
    bottom: -32px;
    font-weight: 800;
}

.MyLPs .btu-option:hover .btu-value {
    background-color: #F3AE12;
    color: #2B2C40;
    font-weight: 600;
}

.MyLPs .section_brands {
    margin: 60px auto;
}

.MyLPs .section_brands .section_brands_carousel {
    display: inline-flex;
    margin: 20px;
}

.MyLPs .section_brands_carousel .item {
    margin: 10px auto;
}

.MyLPs .section_brands_carousel .item:hover {
    filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.25));
}

.MyLPs .section_brands_box {
    height: 320px;
    width: 100%;
    background-color: #53BB86;
    border-radius: 60px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.MyLPs .section_brands img {
    width: fit-content;
}

.MyLPs .section_free_instalation {
    background-color: #a28fed;
    border-radius: 60px;
    padding: 60px;
    margin-bottom: 60px;
}

.MyLPs .display_none_until_1200 {
    display: none;
}

.MyLPs .section_free_instalation .section_free_instalation_text {
    padding-right: 40px;
    margin: auto;
}

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

.MyLPs .section_free_instalation_carousel .item {
    background-color: #fff;
    border-radius: 40px;
    padding: 20px;
    display: flex;
    margin: auto 10px;
}

.MyLPs .section_free_instalation_carousel .item img {
    height: 182px;
    width: 182px;
}

.MyLPs .item .title {
    color: #2B2C40;
    margin: 0 auto 10px auto;
    max-height: 39px;
    min-height: 39px;
    overflow: hidden;
}

.MyLPs .item .price {
    color: #4960F2;
    margin-bottom: 10px;
}

.MyLPs .section_best_selling_air_condition,
.MyLPs .section_best_selling_fan {
    padding: 30px 0;
}

.MyLPs .section_best_selling_box {
    height: 440px;
    width: 100%;
    border-radius: 60px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.MyLPs .section_best_selling_air_condition .section_best_selling_box {
    background-color: #97C2F3;
}

.MyLPs .section_best_selling_fan .section_best_selling_box {
    background-color: #96A4F2;
}

.MyLPs .section_best_selling_air_coolers .section_best_selling_box {
    background-color: #F29E96;
    height: 555px;

}

.MyLPs .best_selling_title {
    opacity: 0.25;
    position: relative;
    z-index: 1;
}

.MyLPs .section_best_selling_air_condition .tip,
.MyLPs .section_best_selling_fan .tip {
    background-color: #fff;
    border-radius: 0 150px 0 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    width: 388px;
    margin: auto 0;
}

.MyLPs .section_best_selling_air_condition .tip img,
.MyLPs .section_best_selling_fan .tip img {
    display: block;
    height: auto;
    margin: 0 auto;
}

.MyLPs .tip .tip_title {
    color: #4960F2;
    display: inline-flex;
    align-items: center;
}

.MyLPs .tip .tip_title span {
    margin-right: 10px;
}

.MyLPs .tip .tip_text {
    color: #2B2C40;
    padding: 30px;
}

.MyLPs .tip2 {
    background-color: #fff;
    border-radius: 0 150px 0 0;
    display: flex;
    flex-direction: row;
}

.MyLPs #air_coolers .tip_title {
    margin-left: -40px;
}

.MyLPs #air_coolers .tip_text {
    padding: 30px 150px 0;
}

.MyLPs .section_best_selling_air_condition .best_ac_carousel,
.MyLPs .section_best_selling_air_condition .tip,
.MyLPs .section_best_selling_fan .best_fan_carousel,
.MyLPs .section_best_selling_fan .tip {
    margin-top: 40px;
}

.MyLPs .section_best_selling_air_condition .best_ac_carousel .item,
.MyLPs .section_best_selling_fan .best_fan_carousel .item,
.MyLPs .section_best_selling_air_coolers .best_air_coolers_carousel .item {
    background-color: #fff;
    border-radius: 40px;
    padding: 20px;
    margin: auto 10px;
}

.MyLPs .section_best_selling_air_condition .best_ac_carousel .item img,
.MyLPs .section_best_selling_fan .best_fan_carousel .item img,
.MyLPs .section_best_selling_air_coolers .best_air_coolers_carousel .item img {
    width: 228px;
    height: 228px;
}

.MyLPs .section_services {
    color: #2B2C40;
    margin: 60px auto;
}

.MyLPs .section_services .section_services_title {
    margin-bottom: 20px;
}

.MyLPs .section_services .section_services_subtitle {
    margin-bottom: 20px;
}

.MyLPs .section_services_carousel .item {
    background-color: #fff;
    border-radius: 40px;
    display: flex;
    padding: 20px;
    margin: 10px;
}

.MyLPs .section_services_carousel .item:hover {
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
}

.MyLPs .section_services_carousel .item .service_img {
    width: fit-content;
    height: auto;
}

.MyLPs .section_services_carousel .item .title {
    color: #2B2C40;
    margin: auto;
    text-align: center;
    min-height: 63px;
    max-height: 63px;
    align-content: center;
}

.MyLPs .section_best_selling_air_coolers .products {
    position: relative;
    align-items: center;
    display: table;
    color: #2B2C40;
    z-index: 2;
}

.MyLPs .best_air_coolers_container {
    background-color: rgba(255, 255, 255, 0.28);
    border-radius: 60px;
    z-index: 1;
    padding: 20px;
    margin: 40px auto;
}

.MyLPs .section_best_selling_air_coolers .best_air_coolers_carousel {
    padding: 20px 0 80px;
}

.MyLPs .section_fans_wrapper {
    padding: 60px 0;
}

.MyLPs #fans .fan_container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    z-index: 2;
    margin: 40px auto;
    color: #2B2C40;
}

.MyLPs .fan_container .fan {
    position: relative;
}

.MyLPs .fan_container .fan:hover .image-fan img {
    filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.25));
}

.MyLPs .fan_container .image-fan {
    margin: auto 10px;
}

.MyLPs .fan_container_padding {
    padding: 0 100px;
}

.MyLPs .owl-nav {
    margin-top: -55px;
}

.MyLPs .owl-nav button.owl-prev {
    background: url(images/arrowSliderYel_prev.svg) center center no-repeat !important;
}

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

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

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


@media (max-width: 1800px) {
    .MyLPs .f40 {
        font-size: 38px;
    }

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

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

    .MyLPs .f31 {
        font-size: 29px;
    }

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

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

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

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

    .MyLPs .section_title {
        margin: 40px 20px 20px;
    }

    .MyLPs .image-wrapper {
        margin: auto 20px;
    }

    .MyLPs .section_brands .item {
        margin: auto 20px;
    }

    .MyLPs .header {
        background: #c3daf4 url(images/header_cooling_1800.png) center top no-repeat;
        padding-block: 42em 0;
    }

    .MyLPs .section_free_instalation_carousel .item img,
    .MyLPs .section_best_selling_air_condition .best_ac_carousel .item img,
    .MyLPs .section_best_selling_fan .best_fan_carousel .item img,
    .MyLPs .section_best_selling_air_coolers .best_air_coolers_carousel .item img {
        width: 162px;
        height: auto;
    }
}

@media (max-width: 1730px) {
    .MyLPs .f130 {
        font-size: 110px;
    }

    .MyLPs .f82 {
        font-size: 64px;
    }

    .MyLPs .header .header_text {
        margin: auto 16px;
    }

    .MyLPs .section_best_selling_air_condition .tip,
    .MyLPs .section_best_selling_fan .tip {
        width: 310px;
    }
}

@media (max-width: 1660px) {
    .MyLPs .header {
        background: #c3daf4 url(images/header_cooling_1660.png) center top no-repeat;
        padding-block: 38em 0;
    }

    .MyLPs .header .header_text {
        margin: auto 80px;
    }

    .MyLPs .nav_btns {
        margin: 50px auto 60px;
    }

    .MyLPs .section_free_instalation_carousel .item {
        display: block;
    }

    .MyLPs .section_free_instalation_carousel {
        padding-bottom: 60px;
    }

    .MyLPs #air_coolers .tip_text {
        padding: 30px 80px 0;
    }
}

@media (max-width: 1450px) {

    .MyLPs .f130 {
        font-size: 80px;
    }

    .MyLPs .f82 {
        font-size: 55px;
    }

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

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

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

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

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

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

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

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

    .MyLPs .overlay-text {
        display: none;
    }

    .MyLPs .header {
        background: #c3daf4 url(images/header_cooling_1450.png) center top no-repeat;
        padding-block: 34em 0;
    }

    .MyLPs .header .header_text {
        margin: auto 40px;
    }

    .MyLPs .section1_box,
    .MyLPs .section_brands_box,
    .MyLPs .section_best_selling_box,
    .MyLPs .section_best_selling_air_coolers .section_best_selling_box,
    .MyLPs .section2_box {
        height: 100%;
    }

    .MyLPs .nav_btns a {
        padding: 15px 0;
        font-size: 18px;
        width: 220px;
    }

    .MyLPs .btu-value {
        padding: 15px;
    }

    .MyLPs .section_btu {
        padding: 30px 30px 40px 30px;
    }

    .MyLPs .tip .tip_text {
        padding: 30px 19px;
    }

    .MyLPs .section_best_selling_air_condition .tip,
    .MyLPs .section_best_selling_fan .tip {
        width: 280px;
    }

    .MyLPs #air_coolers .tip_text {
        padding: 30px 40px 0;
    }
}

@media (max-width: 1200px) {

    .MyLPs .f82 {
        font-size: 80px;
    }

    .MyLPs .f40 {
        font-size: 34px;
    }

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

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

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

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

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

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

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

    .MyLPs .btnCommon {
        font-size: 16px;
        padding: 11px 22px;
    }

    .MyLPs .header {
        background: #c3daf4 url(images/header_cooling_1200.png) center top no-repeat;
        padding-block: 27em 0;
    }

    .MyLPs .header .header_text {
        margin: auto 66px;
    }

    .MyLPs .nav_btns {
        margin: 30px auto 40px;
    }

    .MyLPs .section_title {
        margin: 30px 20px 20px;
    }

    .MyLPs .nav_btns a {
        padding: 15px 0;
        font-size: 16px;
    }

    .MyLPs .btu-option {
        border-radius: 20px;
        width: 24%;
    }

    .MyLPs .section_free_instalation {
        padding: 30px 60px;
        margin-bottom: 40px;
    }

    .MyLPs .section_best_selling_box {
        border-radius: 30px;
    }

    .MyLPs .section_free_instalation .section_free_instalation_container {
        flex-direction: column-reverse;
        align-content: center;
    }

    .MyLPs .section_free_instalation .section_free_instalation_text {
        text-align: center;
        margin: auto;
        padding-right: 0;
    }

    .MyLPs .section_free_instalation .section_free_instalation_text .btnCommon {
        margin: 20px auto;
    }

    .MyLPs .section_free_instalation {
        border-radius: 30px;
    }

    .MyLPs .display_none_1200 {
        display: none;
    }

    .MyLPs .display_none_until_1200 {
        display: block;
        margin-bottom: 20px;
        z-index: 2;
        position: relative;
    }

    .MyLPs .section_best_selling_air_coolers .btnCommon {
        margin: 10px auto 40px;
    }

    .MyLPs .best_air_coolers_container {
        background-color: unset;
        padding: 0;
        margin: 20px auto 10px;
    }

    .MyLPs .section_free_instalation .section_free_instalation_carousel .btnCommon,
    .MyLPs .section_best_selling_air_condition .best_ac_carousel .btnCommon,
    .MyLPs .section_best_selling_fan .best_fan_carousel .btnCommon,
    .MyLPs .section_best_selling_air_coolers .best_air_coolers_carousel .btnCommon {
        display: none;
    }

    .MyLPs .section_best_selling_air_condition .best_ac_carousel,
    .MyLPs .section_best_selling_fan .best_fan_carousel {
        margin-top: 20px;
        margin-bottom: 80px;
    }

    .MyLPs .section_best_selling_air_coolers .best_air_coolers_carousel {
        margin-top: 10px;
    }

    .MyLPs .section2_box {
        border-radius: 30px;
    }

    .MyLPs .section_fan_carousel {
        padding: 30px 0 80px;
    }

    .MyLPs .section_fan_carousel .fan {
        margin: auto 20px;
    }
}

@media (max-width: 1050px) {
    .MyLPs .f130 {
        font-size: 70px;
    }

    .MyLPs .f82 {
        font-size: 70px;
    }


    .MyLPs .header .header_text {
        margin: auto 50px;
    }

    .MyLPs .section_btu .f30 {
        font-size: 20px;
    }

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

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

    .MyLPs .f82 {
        font-size: 60px;
    }

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

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

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

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

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

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

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

    .MyLPs .header {
        background: #c3daf4 url(images/header_cooling_991.png) center top no-repeat;
        padding-block: 26em 0;
    }

    .MyLPs .nav_btns {
        display: flow-root;
        margin: 40px auto;
    }

    .MyLPs .nav_btns a {
        width: calc(50% - 25px);
        float: left;
        margin: 12px;
        padding: 10px 10px;
    }

    .MyLPs .section1 .section1_box,
    .MyLPs .section1 .section2_box {
        border-radius: 30px;
    }

    .MyLPs .section1 .section1_carousel {
        padding: 20px 20px 90px;
    }

    .MyLPs .section_btu {
        margin: 40px 20px;
    }

    .MyLPs .section_brands_box {
        border-radius: 30px;
    }

    .MyLPs .section_btu {
        border-radius: 30px;
    }

    .MyLPs .section_services {
        margin: 40px auto;
    }

    .MyLPs .section_fans_wrapper {
        padding: 40px 5px;
    }

    .MyLPs .section_brands {
        margin: 40px auto;
    }

}

@media (max-width: 876px) {
    .MyLPs .btu-options {
        justify-content: space-around;
        margin-top: 40px;
        row-gap: 50px;
    }

    .MyLPs .btu-option {
        width: 29%;
    }

    .MyLPs .section_brands .item {
        margin: auto 10px;
    }
}

@media (max-width: 810px) {
    .MyLPs .btu-option {
        width: 44%;
    }
}

@media (max-width: 768px) {

    .MyLPs .f130 {
        font-size: 45px;
    }

    .MyLPs .f82 {
        font-size: 45px;
    }

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

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

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

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

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

    .MyLPs .header {
        background: #c3daf4 url(images/header_cooling_768.png) center top no-repeat;
        padding-block: 32em 0;
    }

    .MyLPs .nav_btns a {
        width: calc(50% - 20px);
        margin: 7px;
    }

    .MyLPs .nav_btns span {
        font-size: 14px;
        top: -11px;
    }

    .MyLPs .image-wrapper {
        margin: auto 10px;
    }

    .MyLPs .section_icon {
        width: 35px;
        height: auto;
    }

    .MyLPs .section_services_carousel .item .service_img {
        width: 95px;
    }
}

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

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

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

@media (max-width: 530px) {
    .MyLPs .header {
        background: #c3daf4 url(images/header_cooling_530.png) center top no-repeat;
        padding-block: 32em 0;
    }

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

    .MyLPs .btu-option {
        width: 47%;
    }

    .MyLPs .section_btu_title {
        padding: 0px;
    }

    .MyLPs .btu-option {
        padding: 15px 6px 0px 6px;
    }

    .MyLPs .section_btu .btu-options .f30 {
        font-size: 16px;
    }

    .MyLPs .f31 {
        font-size: 15px;
    }

    .MyLPs .btu-value {
        bottom: -21px;
    }

    .MyLPs .btu-options {
        row-gap: 33px;
    }

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

    .MyLPs .btu-options {
        margin-top: 20px;
    }

    .MyLPs .btu-value {
        padding: 10px 12px;
    }
}

@media (max-width: 480px) {
    .MyLPs .nav_btns {
        display: flex;
        flex-direction: column;
    }

    .MyLPs .nav_btns a {
        width: auto;
    }

}

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

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

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

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

    .MyLPs .header {
        background: #c3daf4 url(images/header_cooling_440.png) center top no-repeat;
        padding-block: 29em 0;
    }

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

    .MyLPs .section_brands .section_brands_carousel {
        margin: 20px 0;
    }

    .MyLPs .section_brands img {
        width: 150px;
    }

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

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

    .MyLPs .section_best_selling_air_condition,
    .MyLPs .section_best_selling_fan,
    .MyLPs .section_best_selling_air_coolers {
        padding: 30px 0 20px;
    }

    .MyLPs .section_services_carousel .item {
        padding: 10px;
        border-radius: 20px;
    }

    .MyLPs .section_services_carousel .item .service_img {
        width: 70px;
    }
}


@media (max-width: 380px) {
    .MyLPs .section_services_carousel .item .service_img {
        width: 60px;
    }
}