body {

    /* background-color: #f00;  */
    .whatsappHeader {
        /* display: none; */
    }
}

.langNavi1 {
    padding-top: 0 !important;
    float: left !important;
    clear: left !important;
    margin-left: 20px;

    li.text {
        float: left !important;
        clear: none !important;
        width: initial !important;
        padding-right: 10px;
    }
}

.langNavi2 {
    display: none;
}



@media (max-width: 1024px) {
    .langNavi1 {
        li.text {
            /* display: none !important; */
            width: 100% !important;
            display: block !important;
            text-align: left !important;
        }

        overflow: hidden;
    }
}


p.whatsappWrapper {
    text-align: center;
    width: 100%;
    display: block;
    overflow: hidden;

    .whatsappHeader {
        display: inline-block !important;
        background-color: #23c15e;
        background-color: #1aa84e;
        color: #fff;
        text-decoration: none;
        height: 30px;
        line-height: 30px;
        border-radius: 5px;
        font-size: 15px;
        position: relative;
        max-width: 360px;
        padding: 0 20px;

        i {
            display: inline-block !important;
        }

        span {
            display: inline-block !important;
            color: #fff;
            font-size: 18px;
        }
    }
}

@media (min-width: 768px) {
    header h1 {
        margin-top: 20px;
    }

    header p.subtitle {
        font-size: 13px !important;
        line-height: 100%;
    }

    p.whatsappWrapper {
        display: block;
        width: initial;
        position: absolute;
        top: 100px;
        right: 0;

        .whatsappHeader {
            padding: 0 10px !important;
            font-weight: normal;

            span {
                font-size: 18px;
            }
        }
    }
}

@media (max-width: 767px) {
    body {
        /* background-color: lightgray; */
    }

    /* p.whatsappWrapper {
        text-align: center;
        width: 100%;
        display: block;

        .whatsappHeader {
            display: inline-block !important;
            background-color: #23c15e;
            background-color: #1aa84e;
            color: #fff;
            text-decoration: none;
            height: 30px;
            line-height: 30px;
            border-radius: 5px;
            font-size: 15px;
            position: relative;
            max-width: 280px;
            padding: 0 20px;

            i {
                display: inline-block !important;
            }

            span {
                display: inline-block !important;
                color: #fff;
                font-size: 18px;
                font-weight: bold;
            }
        }
    } */

    .langNavi1 {
        display: none !important;
    }

    .langNavi2 {
        display: block;
    }
}

@media (max-width: 380px) {
    p.whatsappWrapper {
        .whatsappHeader {
            padding: 0 5px;

            i {}

            span {
                font-size: 14px;
            }
        }
    }
}