@media (min-width: 768px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
}

/* FIXED BTN */
.whatsapp-scroll {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    height: 50px;
    width: 50px;
    transform: translateX(80px);
    transition: transform 0.3s;
}

.whatsapp-scroll.active {
    transform: translateX(0px);
}

.whatsapp-scroll.active .new_icon {
    width: 100%;
}

/* HEADER */
.header {
    margin-top: 40px;
    text-align: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1.2fr 200px 1fr;
    gap: 20px;
    align-items: center;
    padding-top: 30px;
}

.header__info {
    font-size: 17px;
    max-width: 400px;
}

.header__logo {
    max-width: 100%;
}

.header__right {
    text-align: right;
}

.header__socials {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.header__phone {
    display: inline-block;
    font-size: 24px;
    color: #282828;
    font-family: 'BebasNeueBold';
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 5px;

}

.header__phone1 {
    display: inline-block;
    font-size: 24px;
    color: #282828;
    font-family: 'BebasNeueBold';
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 5px;
}

.header__phone02 {
    display: inline-block;
    font-size: 24px;
    color: #282828;
    font-family: 'BebasNeueBold';
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 5px;
}

.header__phone01 {
    display: inline-block;
    font-size: 24px;
    color: #282828;
    font-family: 'BebasNeueBold';
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 5px;
}

.header__phone2 {
    display: inline-block;
    font-size: 24px;
    color: #282828;
    font-family: 'BebasNeueBold';
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 5px;
}


.header__phone3 {
    display: inline-block;
    font-size: 24px;
    color: #282828;
    font-family: 'BebasNeueBold';
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 5px;
}


.header__button {
    color: #d5ac38;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px dashed #d5ac38;
}

.header__social {
    display: block;
    width: 25px;
    margin-left: 10px;
}

.header__social img {
    display: block;
    max-width: 100%;
}

@media screen and (max-width: 991px) {
    .header {
        grid-template-columns: 1.8fr 280px 1fr;
        justify-items: center;
        text-align: center;
        gap: 10px 20px;
        align-items: start;
        padding-top: 20px;
        margin-top: 0;
    }

    .header__info {
        font-size: 14px;
        max-width: 100%;
        grid-column: 2 / 1 span;
        grid-row: 1 / 1 span;
    }

    .header__logo {
        max-width: 130px;
        grid-column: 2 / 1 span;
        grid-row: 2 / 1 span;
    }

    .header__right {
        grid-column: 1 / 1 span;
        grid-row: 1 / 2 span;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .header {
        padding-top: 10px;
        grid-template-columns: 100%;
        justify-items: start;
        text-align: left;
    }

    .header__info {
        grid-column: 1 / 1 span;
        grid-row: 2 / 1 span;
        max-width: 290px;
        /* margin: 5px auto 0; */
        margin-top: 30px;
    }

    .header__logo {
        grid-column: 1 / 1 span;
        grid-row: 3 / 1 span;
        margin: 0 auto;
    }

    .header__right {
        grid-column: 1 / 1 span;
        grid-row: 1 / 1 span;
    }

    .header__socials {
        justify-content: flex-start;
    }

    .header__phone {
        margin: 0;
        font-size: 16px;
        margin-top: 45px;
        margin-left: 15px;
        position: absolute;
        top: 0;
        left: 0;
    }



}

@media screen and (max-width: 575px) {
    .toggle {
        height: 43px;
        font-size: 0;
        padding: 14px;
        box-sizing: border-box;
    }

    .mobilemenu img {
        margin: 0;
        top: 0;
    }



}


@media screen and (max-width: 375px) {


    .header__phone {
        margin: 0;
        font-size: 16px;
        margin-top: 45px;
        margin-left: 15px;
        position: absolute;
        top: 0;
        left: 0;
    }
}