.ps-btn-float .ps-btn-float-background {
    background-color: #d60505 !important;;
}

.ps-btn-float .ps-btn-float-wave {
    color: #ecafaf !important;;
}

.ps-btn-float .ps-btn-float-text {
    top: 16px !important;
    left: 0 !important;
    font-size: 14px !important;
}

.online-box__btn {
    z-index: 10000;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.online-box__btn_phone {
    bottom: 265px;
	right: 65px;
    background-color: rgba(0, 174, 239, .8);
}

.online-box__btn_phone img {
    width: 60px;
}

.online-box__btn_whatsapp {
    bottom: 0px;
    background-color: #3631f7;
    right: 85px;
}

.online-box__btn_whatsapp img {
    width: 73px;
}

a.ps-btn-float, .ps-btn-float .ps-btn-float-background, .ps-btn-float .ps-btn-float-text {
    width: 80px !important;
    height: 80px !important;
}

a.ps-btn-float.right {
    right: 10px !important;
}

a.ps-btn-float.bottom {
    bottom: 245px !important
}
.online-box__btn_chat{
    z-index: 10000;
    box-sizing: border-box;
    width: 230px;
    height: 30px;
    position: fixed;
    right: 85px;
    display: flex;
    justify-content: center;
    border-radius: 20px 20px 0 0;
}
.online-box__btn_chat p {
    color: #ffffff;
    font-size: 15px;
}

.online-box__btn_whatsapp_var {
    bottom: 170px;
	right: 65px;
    background-color: #4be15a;
}

.online-box__btn_whatsapp_var img {
}

.reviews-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}
