.herobanner-section {
    margin: 0 0 0 0;
    position: relative;
    min-height: 718px;
    padding: 150px 0;
    display: flex;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}
.herobanner-section:before {
    content: "";
    display: block;
    background-color: #000000;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
}
.herobanner-section .hero-video {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.herobanner-section .hero-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.herobanner-content {
    max-width: 561px;
    width: 100%;
}
.herobanner-content {
    max-width: 561px;
    width: 100%;
}

.herobanner-content p {
    color: #ffffff;
}

.herobanner-content .btn {
    margin-top: 10px;
}

.herobanner-content .review-logo {
    margin-top: 35px;
}
.simpe-text-slider {
    display: flex;
    align-items: center;
    padding: 16px 0;
}

.simpe-text-slider .simple-text {
    display: block;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    color: #2A63F5;
    padding-left: 28px;
    margin-left: 28px;
    position: relative;
}

.simpe-text-slider .simple-text:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 3px;
    background: #2A63F5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.herobanner-content h1 strong {
    color: #FFD166;
}