/**
 * @tableofcontents
 *
 * 1. section #1 Global Platform Section
*/

/* @Section 1. Global Platform Section */

.hm-new-plt_sec_wrap {
    background: #fff;
    padding: 80px 0;
    position: relative;
}

.hm-new-plt_sec_top {
    margin-bottom: 70px;
}

.hm-new-plt_sec_top h2 {
    font-size: 36px;
    color: #0A1E43;
    font-weight: 800;
    margin: 10px 0;
}

.hm-new-plt_sec_top p {
    font-size: 18px;
    color: #42526E;
    font-weight: 400;
}

.hm-new-plt_sec {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 400px;
}

.hm-new-plt_sec li {
    margin-bottom: 25px;
}

.hm-new-plt_sec-icon {
    float: left;
    width: 50px;
    text-align: center;
}

.hm-new-plt_sec_cont {
    margin-left: 75px;
    font-size: 16px;
    line-height: 26px;
    color: #42526E;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px Solid rgba(66, 82, 110, 0.15);
}

.hm-new-plt_sec li:last-child .hm-new-plt_sec_cont {
    border-bottom: none;
    padding-bottom: 0;
}

.hm-new-plt_sec_cont strong {
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #0A1E43;
    margin-bottom: 10px;
}

.hm-new-plt-intro-img-box {
    text-align: center;
}

.hm-new-plt-intro-img-box>img {
    display: inline-block;
}

.pltfrm-onscrl-active.hm-new-plt-intro-img-box svg {
    opacity: 1;
    transform: translate(0, 0);
    max-width: 100%;
}

.hm-new-plt-intro-img-box svg {
    /*opacity: 0;*/
    /*transform: translate(50px, 50px);*/
    /*transition: all 0.8s ease-in-out;*/
}

.hm-new-plt_sec_wrap #video-player-inr_wrap {
    background: url(../../img/landing/glb-plt_video-bg3.png) no-repeat left top;
    background-size: contain;
    border-radius: 15px;
    padding-top: 32px;
}

.hm-new-plt_videoBox
{
    position: relative;
}

@media(max-width:992px) {
    .hm-new-plt_sec_wrap {
        padding: 50px 0;
    }
    .hm-new-plt_sec_top {
        margin-bottom: 50px;
    }
    .hm-new-plt_sec_top h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .hm-new-plt_sec_top p {
        font-size: 16px;
    }
    .hm-new-plt_sec_cont strong {
        font-size: 18px;
    }
    .hm-new-plt_sec_cont {
        margin-left: 70px;
        font-size: 15px;
        line-height: 26px;
    }

    .hm-new-plt_sec_wrap #video-player-inr_wrap
    {
        padding-top: 25px;
    }

    .hm-new-plt_sec_wrap .lnd-aft-bnr-vdo-cntrl-btn
    {
        width: 50px;
        height: 50px;
    }

    .hm-new-plt_sec_wrap .lnd-aft-bnr-vdo-cntrl-btn i {
        font-size: 20px;
        line-height: 50px;
    }
}

@media(max-width:767px) {
    .hm-new-plt_sec_wrap {
        padding-bottom: 30px;
    }
    .hm-new-plt_sec_top h2 {
        font-size: 26px;
    }
    .hm-new-plt_sec_top {
        margin-bottom: 30px;
    }
    .hm-new-plt_sec {
        max-width: 100%;
    }
    .hm-new-plt_sec li {
        padding: 25px;
        background: #FFFFFF;
        box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        margin-bottom: 30px;
        text-align: center;
    }
    .hm-new-plt_sec-icon {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .hm-new-plt_sec-icon img {
        display: inline-block;
        width: 60px;
    }
    .hm-new-plt_sec_cont {
        margin: 0;
        padding: 0;
        border-bottom: 0;
    }

    .hm-new-plt_sec_wrap #video-player-inr_wrap {
        padding-top: 20px;
    }
}