html,body {
    overflow-x: hidden; 
}

/* BANNER SECTION */
#banner {
    top: 0;
    overflow: hidden;
    width: 100%;
    max-height: 100vh;
    position: relative;
}
#bgvideo {
    min-width: 100%;
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: -1;
}
#body_nofooter {
    height: 100%;
    overflow-x: hidden;
}
.banner-content-wrapper{
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.banner-content {
    color: #fff;
    text-align: center;
}
.banner-footer{
    position: absolute;
    bottom: 0;
    padding-bottom: 5px;
}
.subtitle {
    display: block;
    max-width: 60%;
    text-align: center;
    font-weight: 200;
    margin: 0 auto 70px;
}
.banner-button-normal{
    margin: auto 5px;
    padding: 10px 30px;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
    border-radius: 4px;
}
.banner-button-green{
    margin: auto 5px;
    padding: 10px 30px;
    background: #6AD2A2;
    border: 2px solid #6AD2A2;
    border-radius: 4px;
    color: #fff;
}
@media only screen and (max-width: 480px) {
    .banner-content h1{
        margin-bottom: 80px;
    }
    .banner-content .subtitle{
        margin-bottom: 80px;
    }
    .customFont_3.fontsize_xxl {
        font-size: 40px;
    }
    .banner-content-wrapper{
        background-color: transparent;
    }
    #bgvideo {
        display: none;
    }
    #bgsection {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        z-index: -1;
        background: url('https://s3-ap-southeast-1.amazonaws.com/awwebimg/Webinar/background+img.png');
        background-size: cover;
        background-position: center;
    }
}

/* CONTENT */
h3{
    font-weight: 700;
    height: 50px;
}
.header_style_1 {
    font-family: 'Montserrat', sans-serif; 
    font-size: 18px;
}
.subtitle_style_1 {
    color: #808080;
    font-weight: bold;
    width: 32%;
}
.content-text {
    font-family: 'Montserrat', sans-serif; 
    font-size: 16px;
    line-height: 30px;
    font-weight: 200;
}
.responsive-iframe {
    width: 100%;
    border: none;
}
.coming-soon {
    background-color: #0000007A;
}
@media only screen and (min-width: 768px) {
    .content-text .row{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.content-text p {
    margin-bottom: 35px;
}
.content-link {
    display: inline;
    margin-bottom: 0 !important;
}
.content-links{
    color: #4AA5D1;
}
.icon-left-arrow{
    width: 16px;
    height: 16px;
    margin: 0 3px 3px 0;
}

/*CONTENT STEPS*/
.content-text .steps{
    text-align: center;
    align-items: baseline;
}
.steps .col {
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .steps .col {
        padding: 0 30px;
    }
}
.steps-img {
    width: 50%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.steps p {
    margin-bottom: 20px;
}
.col-arrow {
    top: 130px;
}
.steps-arrow {
    width: 30px;
}

/*CONTENT FAQ*/
.content-text .faq{
    align-items: baseline;
    display: block;
}
.collapsible {
    border-radius: 4px;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.collapsible .left{
    float: left;
    width: 95%;
}
.collapsible .right{
    width: 5%;
    float: left;
    text-align: center;
}
.active, .collapsible:hover {
    background-color: rgb(212, 212, 212);
}
.faq-content {
    padding: 10px 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}
.faq .customFont_3 {
    font-weight: 300;
}
.faq-content p {
    margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
    .collapsible .right{
        height: 60px;
        transform: translateY(25%);
    }
}

/*CONTENT CLIENTS*/
.content-text .clients{
    text-align: center;
    align-items: baseline;
}
.clients .box {
    background-color: rgba(236, 235, 235, 1.5);
    border-radius: 15px;
    height: 450px;
    padding: 10px 35px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
    .clients .box {
        height: 510px;
    }
}
.clients-pic {
    width: 30%;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 100%;
    padding: 5px;
}
@media only screen and (max-width: 768px) {
    .steps-arrow {
        display: none;
    }
}

/*CONTENT PROMOTIONAL*/
.promo-img {
    max-width: 40%;
    margin: 0 5px 10px 0;
}
@media only screen and (max-width: 768px) {
    .promo-img {
        max-width: 85%;
    }
}

/* BOUNDARY LINE */
.subtitle_padding{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.subtitle_boundary{
    width: 24%;
}
.subtitle_line_boundary{
    width: 100%;
}
.subtitle_boundary_center{
    width: 24%;
    text-align: center;
}
.subtitle_line_boundary_center{
    width: 25%;
    padding-left: 0 !important;
}