@media (min-width: 1200px) {
    .container {
        max-width: 90% !important;
    }
    .customer-container {
        margin: 0 auto;
    }
}

@media (min-width: 1401px) {
    .container {
        max-width: 90% !important;
    }
    .customer-container {
        margin-left: 0;
        margin: 0 auto;
    }
}

@media (max-width: 1400px) {
    .container {
        max-width: 90% !important;
    }
    .customer-container {
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 780px !important;
    }
    .customer-container {
        margin-left: 15px;
    }
    .navbar-img {
        width: 120px !important;
    }
    .footer-img {
        width: 50% !important;
    }

    .navbar ul .nav-link::after {
        bottom: 12px !important;
        left: 100% !important;
    }

    .float_btn {
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 30px;
        background: #f7f7fc;
        border-radius: 100%;
        right: 10px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        z-index: 1044;
        box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
            rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    }
}

button.float_btn {
    transition: transform 0.4s ease-in-out !important;
}

button.float_btn:hover {
    font-weight: initial;
    transform: scale(1.02) !important;
}

/*.navbar-img {*/
/*    width: 70%;*/
/*}*/
.navbar-img {
    width: 150px;
}
.footer-img {
    width: 30%;
}

.float_btn {
    display: none;
}
.float_btn::before {
    content: attr(data-indicator);
    position: absolute;
    width: auto;
    height: auto;
    padding: 5px;
    background: #F25F20;
    font-size: 14px;
    max-height: 20px;
    display: flex;
    border-radius: 10px;
    top: -5px;
    color: #f7f7fc;
    right: 0px;
    align-items: center;
    justify-content: center;
}
