.page-banner {
    background-image: url(../img/banner-shape.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}
.page-banner-inner {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 -20px;
    align-items: center;
}
.page-banner-inner .img-block,.page-banner-inner .banner-content {
    width: 50%;
    padding: 0 20px;
}
.page-banner-inner .banner-content p {
    max-width: 500px;
}
p.large-text {
    font-size: 20px;
    line-height: 28px;
}
.page-banner .video-block {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 46%!important;
}
.page-banner .video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
section.see-our-dashboard {
    text-align: center;
    background-color: #e9f1e9;
    position: relative;
    padding: 80px 0;
}
section.see-our-dashboard:before {
    display: block;
    height: 100%;
    position: absolute;
    content: '';
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGRkZGRkYiPjxwYXRoIGQ9Ik0xMjgwIDE0MFYwUzk5My40NiAxNDAgNjQwIDEzOSAwIDAgMCAwdjE0MHoiLz48L2c+PC9zdmc+);
    background-size: 100% 100px;
    top: 0;
    height: 100px;
    z-index: 1;
    transform: scale(1,-1);
}
section.see-our-dashboard p {
    max-width: 1000px;
    margin-inline:auto;
}
section.see-our-dashboard ul {
    text-align: left;
    list-style: disc;
    padding-left: 20px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 1100px;
    margin-inline:auto;gap: 10px;
    column-gap: 30px;
    width: calc(100% - 50px);
}
section.see-our-dashboard ul li {
    color: #555;
}
form .row {
    flex-wrap: wrap;
    margin: 0 -6px;
    row-gap: 12px;
}
form .row .col-6 {
    width: 50%;
    padding: 0 6px;
}
form .row input {
    height: 46px;
    border-radius: 0;
    padding: 10px 17px;
    font-size: 13px;
    color: #000;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 30px;
}
.our-dashboard-inner {
    max-width: 1100px;
    margin-inline: auto;
}
.our-dashboard-inner .row {
    margin: 40px -6px 20px;
}
.our-dashboard-inner .action {
    text-align: center;
}
section.see-our-dashboard h2.title {
    color: var(--green);
}
section.page-banner h1 {
    color: var(--blue);
}
section.our-dashboard {
    background-color: var(--blue);
}
section.our-dashboard h2.title {
    color: #fff;
    text-align: center;
}
.banner-content-box {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.84);
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    padding-right: 40px;
}
.our-dashboard .help-block {
    color: #ff9e9e;
}
body .singal-video-block .fluid-width-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media only screen and (max-width:767px) {
    .page-banner-inner {
        flex-direction: initial;
        row-gap: 30px;
        margin: 0;
        flex-wrap: wrap;
    }
    .page-banner-inner .img-block, .page-banner-inner .banner-content {
        width: 100%;
        padding: 0;
    }
    .page-banner {
        background: none;
        padding-top: 30px;
    }
    .page-banner .img-block {
        background-image: url(../img/banner-shape.webp);
        background-repeat: no-repeat;
        background-size: 86% auto;
        background-position: right center;
        padding: 50px 20px;
    }
    section.page-banner .container {
        padding: 0;
    }
    .banner-content-box {
        padding: 0 20px;
        background: transparent;
    }
    .page-banner .video-block {
        padding-bottom: 50% !important;
    }
    .page-banner-inner .banner-content p {
        max-width: 100%;
    }
    section.see-our-dashboard {
        padding: 70px 0 40px;
    }
    section.see-our-dashboard h2.title {
        width: 70%;
        margin-inline: auto;
    }
    section.see-our-dashboard ul {
        gap: 0;
        grid-template-columns: 1fr;
        row-gap: 7px;
        width: 100%;
        margin-top: 20px;
    }
    body .singal-video-block {
        flex: 0 0 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width:479px)  {
    .page-banner .video-block {
        padding-bottom: 56%!important;
    }
    .page-banner .img-block {
        background-size: 92% auto;
        padding: 40px 20px;
    }
    section.page-banner {
        padding-top: 10px;
    }
    .banner-content p.large-text {
        font-size: 18px;
        line-height: 26px;
    }
    section.see-our-dashboard h2.title {
        width: 80%;
    }
    section.see-our-dashboard {
        padding: 50px 0 40px;
    }
    section.see-our-dashboard:before {
        background-size: 100% 50px;
        height: 50px;
    }
    .banner-content-box {
        padding: 0 14px;
    }
    form .row .col-6 {
        width: 100%;
    }
    .our-dashboard-inner .row {
        margin: 30px -6px 5px;
    }
    .our-dashboard-inner .action button.btn.btn-secondary {
        width: 100%;
    }
}