ul.ulbxibb2 {
    padding-left: 18px;
}

#header {
    z-index: 99999 !important;
}

span.select2-selection.select2-selection--single {
    background: #fff;
    border: 1px #67717833 solid;
}

span.forminator-select-dropdown.forminator-custom-form-1827.forminator-dropdown--default.forminator-select-dropdown--above {
    background: #fff;
}

a.ct-back-to-top.ct-show {
    right: 30px;
}

.floating-contact {
    position: fixed;
    right: 20px;
    bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 99999;
}

.float-btn {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
    transition: .3s;
}

.call-btn {
    background: #2E7D91;
}

.whatsapp-btn {
    background: #25D366;
}

.float-btn i {
    color: #fff;
    font-size: 26px;
    line-height: 1;
}

.float-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .35);
}

@media(max-width:768px) {
    .floating-contact {
        right: 15px;
        bottom: 25px;
    }

    .float-btn {
        width: 54px;
        height: 54px;
    }

    .float-btn i {
        font-size: 24px;
    }
}