html {
    scroll-behavior: smooth;
}

.floating-left-button {
    align-items: center;
    background-color: #00afd7;
    border: none;
    border-radius: 39px;
    bottom: 50px;
    cursor: pointer;
    display: flex;
    font-size: 23px;
    font-weight: 500;
    height: 70px;
    justify-content: space-around;
    left: 240px;
    outline: none;
    padding: 0 15px;
    position: fixed !important;
    top: auto;
    width: 310px;
    z-index: 1;
}

.floating-right-button {
    align-items: center;
    background-color: #00afd7;
    border: none;
    border-radius: 39px;
    bottom: 50px;
    cursor: pointer;
    display: flex;
    font-size: 23px;
    font-weight: 500;
    height: 70px;
    justify-content: space-around;
    outline: none;
    padding: 0 15px;
    position: fixed !important;
    right: 240px;
    top: auto;
    width: 310px;
    z-index: 1;
}

.elementor-kit-8 a.floating-left-button,
.elementor-kit-8 a.floating-right-button {
    color: #fff !important;
}

@media screen and (max-width: 1600px) {
    .floating-left-button {
        left: 2%;
    }
    .floating-right-button {
        right: 2%;
    }
}
@media screen and (max-width: 768px) {
    .floating-left-button {
        font-size: 20px;
        width: 200px;
    }
    .floating-right-button {
        font-size: 20px;
        width: 200px;
    }
}
@media screen and (max-width: 455px) {
    .floating-left-button {
        font-size: 16px;
        line-height: 1.2;
        width: 170px;
    }
    .floating-right-button {
        font-size: 16px;
        line-height: 1.2;
        width: 170px;
    }
}
/*# sourceMappingURL=style.css.map */
