.bg_blue {
    background: #2b70af;
}

.mr-10 {
    margin-right: 10px;
}

.mr-5 {
    margin-right: 5px;
}

.px-0 {
    padding-left: 5px;
    padding-right: 5px;
}

/* HEADER */


.logo img {
    width: 240px;
    max-height: 160px;
}

.main-menu {
    font-size: 1.45rem;
}

.top-bar {
    color: #fff !important;
    padding: 5px 0px;
    filter: drop-shadow(1px 2px 1px #d6d6d6);
}

.top-bar a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.top-bar a:hover {
    color: #fff;
}

.main-menu a {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.social-click {
    position: fixed;
    right: 3%;
    z-index: 999;
    bottom: 5%;
    display: flex;
    flex-direction: column;
}

.social-click a {
    font-size: 60px;
    border-radius: 50%;
    line-height: 0.8;
    margin-bottom: 10px;
}

.social-click .wapp i {
    color: #00e676;
    border-radius: 50%;
    line-height: 0.8;
}

.social-click .messenger i {
    color: #0a7cff;
    border-radius: 50%;
    line-height: 0.8;

}

.contact {
    float: none;
}

/*SIDEBAR */
.btn-tel {
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: #6d8c65;
    background-image: -webkit-linear-gradient(top, #6d8c65, #587252);
}

.btn-tel i {
    color: #fff;
    margin-left: 20px;
}

.new_button {
    background: #2b70af;
    color: #fff !important;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    filter: drop-shadow(1px -1px 1px #d6d6d6);
    border-radius: 10px;
}

@media only screen and (max-width: 991px) {

    .mobile-menu-trigger {
        font-size: 22px;
    }

    .top-bar a {
        font-size: 14px;
        font-weight: 400;
    }

    .logo img {
        max-height: 100px;
        width: 200px;

    }

    .header {
        padding: 0px 0px;
    }

    .mail {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
}

@media only screen and (max-width: 767px) {
    .logo img {
        margin-left: -20px;
    }

    .social-click {
        right: 8%;
    }
}

/** updates 2024 **/

#sticky-header {
    position: -webkit-sticky;
    /* For Safari */
    position: sticky;
    top: 0;
    z-index: 1000;
    /* Ensure it stays on top of other elements */
    background-color: white;
    /* Set a background color if needed */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Optional: add a shadow for better visibility */
}

.btn24side {
    border-radius: 15px !important;
    filter: drop-shadow(1px 2px 1px #d6d6d6);
}