.display-none {
    display: none !important;
}
.m-auto {
    margin: auto;
}
.margin-top10 {
    margin-top: 10px;
}
.margin-top20 {
    margin-top: 20px;
}
.margin-top30 {
    margin-top: 30px;
}
.margin-right10{
    margin-right: 10px;
}
.vbpg-main-container{
    margin: auto;
    padding-top: 130px;
}
.title-container {
    margin: auto;
    padding-top: 50px;
}
.vbpg-title-content {
    display: grid;
}
.first-title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 70px;
    color: #031F3A;
}
.second-title {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 60px;
    color: #031F3A;
}
.text-detail {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    color: #858585;
}
.payment-experience-container .second-title{
    font-family: 'Poppins';
    font-size: 38px;
    line-height: 30px;
    color: #1C1C1C;
}
.title-right-content {
    text-align: right;
    display: inline-block;
    font-family: 'Poppins';
    font-size: 15px;
    padding-top: 25px;
    line-height: 25px;
}
.title-right-content .title-bold {
    font-family: 'PoppinsBold';
}
.learn-more-button-content {
    text-align: center;
    display: block;
    float: right;
    padding-top: 20px;
}
.learn-more-btn:hover {
    display: inline-block;
    animation: pulse;
    animation-duration: 3s;
}
.learn-more-btn {
    width: 216px;
    background: #0036CA;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
}
.learn-more-btn span {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    vertical-align: middle;
    display: flex;
    justify-content: center;
}
.banner-container {
    padding: 0 !important;
    margin: 0 !important;
}
.banner-content {
    margin-top: 80px;
}
.banner-content img {
    width: 100%;
}
.payment-experience-container {
    padding-top: 50px;
}
.reach-us-content {
    margin-top: 40px;
}
.reach-us-content span {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #1C1C1C;
}
.gray-box-content {
    display: inline-flex;
    padding-top: 10px;
    float: right;
}
.gray-box {
    width: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
    /* background: rgba(133, 133, 133, 0.1); */
    border-radius: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.gray-box-gap {
    margin-right: 10px;
    margin-bottom: 20px;
}
.gray-box  img {
    width: 52px;
}
.img-krqr {
    width: 85px !important;
    padding-bottom: 15px;
    padding-top: 15px;
}
.social-media-icon img {
    margin-top: 20px;
    margin-right: 20px;
    width: 43px;
}
.social-media-icon img:hover {
    animation: tada;
    animation-duration: 2s;
}
.integrated-merchant-container {
    margin: auto;
    padding-top: 120px;
}
.intergrated-merchant-title-content {
    text-align: center;
}
.vbpg-title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 34px;
    color: #1C1C1C;
}
.vbpg-title-bold {
    font-family: 'PoppinsBold';
    font-size: 34px;
    color: #1C1C1C;
}
.slider-footer-content {
    margin-top: 120px;
    margin-bottom: 100px;
}
.slider-footer-content img {
    border-radius: 30px !important;
    width: 100%;
}
.gray-box:hover{
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.2);
}
.face-recognize-box:hover{
    background-color: #F99D1C;
}
.khqr-box:hover{
    background-color: #EB4D3D;
}
.link-box:hover{
    background-color: #00A86B;
}
.qr-box:hover{
    background-color: #3478F6;
}
.slider-title-content {
    display: grid;
    position: absolute;
    z-index: 1;
    top: 110px;
    left: 120px;
}
.slider-title-content .slide-title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 30px;
    line-height: 46px;
    color: #00C6F0;
}
.slider-title-content .slide-sub-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 57px;
    color: #8A8A8A;
}
.learn-more-footer-btn {
    width: 176px;
    background: #00C6F0;
    border-radius: 10px;
    margin-top: 30px;
    cursor: pointer;
}
.learn-more-footer-btn:hover {
    display: inline-block;
    animation: pulse;
    animation-duration: 3s;
}
.learn-more-footer-btn  span {
    font-family: 'Poppins';
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}
.loading-container {
    width: 100px;
    height: auto;
}
.mb-responsive {
    display: none !important;
}
.face-recognize-box-bg {
    background: rgba(249, 157, 28, 0.1);
}
.khqr-box-bg {
    background: rgba(235, 77, 61, 0.1);
}
.link-box-bg {
    background: rgba(0, 168, 107, 0.1);
}
.qr-box-bg {
    background: rgba(52, 120, 246, 0.1);
}
@media only screen and (max-width: 760px) {
    .desktop {
        display: none;
    }
    .mb-responsive {
        display: block !important;
    }
    .first-title {
        font-size: 50px;
    }
    .second-title {
        font-size: 30px;
    }
    .text-detail {
        font-size: 13px;
    }
    .learn-more-button-content {
        float: left;
        width: 100%;
    }
    .learn-more-btn {
        width: 100%;
        padding: 10px;
    }
    .learn-more-btn span {
        font-size: 14px;
    }
    .payment-experience-container .second-title {
        line-height: 27px;
        font-size: 18px;
    }
    .vbpg-title {
        font-size: 18px;
    }
    .vbpg-title-bold {
        font-size: 18px;
    }
    .integrated-merchant-container {
        padding-top: 0px;
    }
    .reach-us-content {
        margin-bottom: 35px;
        margin-top: 30px;
    }
    .slider-title-content {
        top: 20px;
        left: 28px;
    }
    .slider-title-content .slide-title {
        font-size: 12px;
    }
    .slider-title-content .slide-sub-title{
        font-size: 13px;
        line-height: 10px;
    }
    .learn-more-footer-btn {
        width: 100px;
        margin-top: 15px;
    }
    .learn-more-footer-btn span{
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
    }
    .slider-footer-content {
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .title-right-content {
        text-align: left;
    }
    .title-container {
        padding-top: 20px;
    }
    .first-title {
        font-size: 22px;
    }
    .second-title {
        font-size: 18px;
    }
    .title-right-content {
        font-size: 13px;
    }
    .center-content-mb {
        display: flex;
        justify-content: center;
        vertical-align: middle;
    }
    .reach-us-content span {
        font-size: 13px;
    }
    .social-media-icon img {
        width: 37px !important;
        height: 37px !important;
    }
    .vbpg-main-container {
        padding-top: 0;
    }
    .banner-content {
        padding-top: 35px !important;
    }
    .learn-more-footer-btn {
        border-radius: 5px;
    }
    .slider-footer-content img {
        border-radius: 12px !important;
    }
    .box-icon img {
        width: 22px;
        height: 22px;
    }
    .img-krqr {
        width: 38px !important;
        height: auto !important;
    }
    .box-icon-content {
        display: flex;
        vertical-align: middle;
        justify-content: center;
    }
    .box-icon {
        width: 72px;
        padding: 15px;
        border-radius: 12px;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: 5px;
        align-items: center;
    }
}
@media only screen and (min-width: 2500px) {
    .title-right-content {
        padding-left: 160px;
    }
}