 .landingpage {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: url(../images/fp-365-landingbg.png) no-repeat;
    background-size: cover;
    background-position: right 0 bottom 0;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px;
}
.landing-details {
    width: 70%;
    margin: 0 auto
}
.landing-details h1 {
    font-size: 42px;
    color: #ffffff;
    text-align: left;
    font-weight: 300;
    width: 83%;
}
.presenter-details {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.mt-60 {
    margin-top: 60px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-133 {
    margin-top: 133px;
}
.pl-60 {
    padding-left: 150px;
}
.pe-50 {
    padding-right: 50px;
}
.pe-60 {
    padding-right: 60px;
}
.pe-100 {
    padding-right: 100px;
}
.landing-details hr {
    margin: 0 0 1rem 0;
    background-color: #454C8B;
}
.presenters {
    color: #ffffff;
    font-family: "Gilroy", Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 25%;
    padding-right: 130px;
}
.presenter-name {
    font-size: 18px;
    font-weight: bold;
}
.mainContainer {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1920px;
    background: url(../images/vm-watermark.svg) no-repeat left bottom;
    background-size: 24%;
    /* padding-bottom: 165px; */
}
.graph-container {
    text-align: center;
    padding: 30px 0;
}

.graph-container h2 {
    font-size: 40px;
    font-weight: bold;
}

.fp-365 {
    margin: 0 auto;
    width: 75%;
}
.fp-365 h3 {
    font-size: 16px;
}
.fp-365 p {
    font-size: 13px;
}
.fp-section {
    justify-content: center;
    align-items: center;
}
.fp-365 .row.fp-section:nth-child(even) {
    flex-direction: row-reverse;
    margin-bottom: 120px;
}
.fp-365 .row.fp-section:nth-child(odd) {
    flex-direction: row;
    margin-bottom: 120px;
}

/* .fp-365 .section-image img {
    width: 400px;
} */
.fp-description h3 {
    margin: 18px 0 10px 0;
}
.fp-description:nth-child(odd) {
    padding-right: 80px;
}
.fp-description:nth-child(even) {
    padding-left: 80px;
}
.fp-description.no-pad {
    padding-left: 0;
}
.fp-description.p-20 {
    padding-left: 20px;
}

.fp_imgsec{
	position: relative;
	display: flex;
	justify-content: center;
	/* width:550px;
	height:550px; */
    width:615px;
	height:454px;
    margin:  0 auto 166px auto;
}

.fp_imgsec img{width: inherit;}

.fp_imgsec > div{
	display: flex;
	position: absolute;
	gap:1rem;
}

.layer-section {
    transition: all 0.5s;
    cursor: pointer;
}
.layer-section img {
    vertical-align: middle;
}
.layer-section:hover {
    transform: scale(120%);
    transform: all;
}
.layer-section strong {
    font-size: 0.94vw;
}
.layer-section {
    font-size: 0.82vw;
    line-height: 1.17vw;
}

.fp_imgsec > div > img{height:2rem; margin: 0;}
.fp_imgsec #fp_engage > img{height:1.5rem;}
.fp_imgsec > div > span{text-align: left;}

#fp_schedule{top: 13px; right: 58px;}
#fp_kyc{top: 96px; right: -27px;}
#fp_consent{bottom: 180px; right: -43px;}
#fp_flow{bottom: 27px; right: -25px;}
#fp_connect{bottom: -39px; left: 260px;}
#fp_engage{bottom: 33px; left: 0;}
#fp_livecast{bottom: 172px; left: -35px;}
#fp_feedback{top: 108px; left: 20px;}
#fp_escalate{top: 21px; left: 120px;}


.fp-suite-hero {
    /* text-align: center; */
    /* padding: 112px 0 255px 0; */
    width: 80%;
    height: 80vh;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .fp-suite-hero img {
    width: 774px;
} */
.fp-suiteitem-heading {
    padding: 0 90px
}
.fp-suiteitem-heading h1 {
    font-size: 5.72vw;
    line-height: 5.75vw;
    font-weight: 800;
    width: 71.88%;
}
.fp-suiteitem-heading h1.big-heading {
    width: 75.88%;
}
.fp-suiteitem-heading p {
    font-size: 1vw;
    line-height: 2.05vw;
}
.fp-suiteitem-features {
    background-color: #F7F7FB;
    padding: 108px 85px;
}
.fp-suiteitem-features p {
    font-size: 0.88vw;
    line-height: 1.76vw;
}
.fp-suiteitem-features h2 {
    font-size: 2.22vw;
    font-weight: bold;
}
.fp-suiteitem-features h3 {
    font-size: 1.67vw;
    font-weight: bold;
}
.fp-suiteitem-features h4 {
    font-size: 1.28vw;
    font-weight: bold;
}
.fp-suiteitem-features h5 {
    font-size: 1.10vw;
    font-weight: bold;
}
.fp-suiteitem-features h1 {
    font-size: 2.44vw;
    font-weight: bold;
    margin-top: 67px;
    width: 65%;
}
.fp-suiteitem-features.fp-livecast i{
    color: #F1C70A;
}
.fp-suiteitem-features > .row > div {
    margin-bottom: 15px;
}
.fp-suiteitem-features.fp-feedback i {
    color: #6CC449;
}
.fp-suiteitem-features.fp-escalate i {
    color: #0EC5FF;
}
.fp-suiteitem-features.fp-escalate .feature-item i {
    font-size: 4.11vw;
}
.fp-suiteitem-features.fp-escalate .feature-item h6 {
    margin-bottom: 12px;
}
.fp-suiteitem-features.fp-escalate .feature-item p {
    padding: 0 20px;
}
.fp-suiteitem-features.fp-engage i {
    font-size: 2.94vw;
    color: #24B540;
    margin-bottom: 30px;
    display: inline-block;
}
.fp-suiteitem-features.fp-engage h6 {
    font-size: 1.28vw;
    margin-bottom: 20px;
    font-weight: bold;
}
.fp-suiteitem-features.fp-engage .sub-feature h6 {
    font-size: 0.88vw;
    margin-bottom: 10px;
    font-weight: bold;
}
.fp-suiteitem-features.fp-engage .sub-feature > div {
    padding-right: 95px;
}
.fp-suiteitem-features.fp-engage p {
    font-size: 0.77vw;
    line-height: 1.38vw;
    color: #666666;
}
.fp-suiteitem-features.fp-engage p.big-text-dark {
    font-size: 1.10vw;
    line-height: 1.77vw;
    color: #222222;
}
.key-benefits .sub-benefits h6 {
    font-size: 0.88vw;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.72vw;
}
.key-benefits .sub-benefits .benifit {
    padding-right: 150px;
}
.key-item {
    height: 100%;
    text-align: left;
}
.key-item h6 {
    font-size: 1.10vw;
    font-weight: 600;
}
.key-item p {
    font-size: 0.77vw;
    line-height: 1.22vw;
}
.feature-item {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 24px;
    height: 100%;
    text-align: center;
}
.feature-item i {
    font-size: 2.94vw;
    color: #7F33EA;
    margin-bottom: 28px;
    display: inline-block
}
.feature-item h6 {
    font-size: 1.28vw;
    line-height: 1.55vw;
    font-weight: bold;
    margin-bottom: 18px;
}
.feature-item p {
    font-size: 0.77vw;
    line-height: 1.38vw;
    color: #666666;
}
.key-benefits {
    margin-top: 109px;
    padding: 0 84px;
}
.key-benefits p {
    color: #666666;
}
.key-benefits.regular p {
    font-size: 0.77vw;
}
.key-benefits.regular h3 {
    font-size: 1.28vw;
    font-weight: bold;
}
.key-benefits.fp-flow .benifit {
    line-height: 1.32vw;
    padding-right: 100px;
}
.lh-15 {
    line-height: 1.83vw;
}
.key-benefits .table {
    width: 58%;
    border-color: #ADADAD;
}
.key-benefits .table td, .key-benefits .table th {
    padding: 19px 30px;
}
.key-benefits .table tr td:nth-child(odd), .key-benefits .table tr th:nth-child(odd) {
    width: 45%;
}
.key-benefits .table tr td:nth-child(even), .key-benefits .table tr th:nth-child(even) {
    width: 55%;
}
.key-benefits-box {
    background-color: #F7F7FB;
    border-radius: 15px;
    width: 90%;
    margin: 0 auto;
    padding: 52px 42px;
}
.key-benefits-box .benifit p {
    font-size: 0.88vw;
    color: #222222;
    line-height: 1.5vw;
}
.key-benefits-box .benifit {
    padding-right: 123px;
}
.key-benefits-box i{
    font-size: 50px;
    color: #4074FC;
}
.key-benefits .table th {
    font-size: 1vw;
    font-weight: bold;
}
.key-benefits .table td {
    font-size: 0.88vw;
}
.key-benefits h2 {
    font-size: 1.67vw;
    font-weight: bold;
    margin-bottom: 32px;
}
.benefit-with-number {
    display: flex;
    align-items: center;
}
.benefit-number {
    width: 4.51rem;
    height: 4.51rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 3.01vw;
    font-weight: 800;
    background-color: #5B7CD3;
    border-radius: 50%;
    margin-right: 22px;
    padding: 2.37rem;
}
.benifit.benefit-with-number {
    padding-right: 28px;
    margin: 32px 0;
}
.key-benefits-sm .benifit {
    padding-right: 100px;
}
.benifit {
    padding-right: 160px;
    margin-bottom: 30px;
}
.benifit h6 {
    font-size: 1.10vw;
    font-weight: 600;
}
.benifit p {
    font-size: 0.77vw;
    line-height: 1.22vw;
}
.final-text {
    font-size: 1.38vw;
    line-height: 2.71vw;
    font-weight: 300;
}
.final-text-big {
    font-size: 1.95vw;
    font-weight: 300;
    line-height: 3.17vw;
}
.w-83 {
    width: 81%;
}
.fp-back-arrow {
    position: fixed;
    bottom: 80px;
    right: 36px;
    border: 1px solid black;
    background: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.52vw;
}
a.fp-back-arrow {text-decoration: none; color: #222222; cursor: pointer;}
.bullet-items {
    font-size: 0.77vw;
}
.highlight-points {
    width: 55%;
    padding-left: 20px;
    font-size: 0.88vw;
    line-height: 1.72vw;
}
.highlight-points li {
    margin-bottom: 12px;
}
.highlight-box {
    background-color: #F7F7FB;
    border-radius: 30px;
    width: 90%;
    margin: 0 auto;
    padding: 52px 42px;
}
.highlight-box h1 {
    font-size: 2.22vw;
    margin-bottom: 38px;
}
.highlight-box h3 {
    font-size: 0.88vw;
    font-weight: bold;
}
.highlight-box p {
    font-size: 0.78vw;
    color: #666666;
    line-height: 1.5vw;
}
.highlight-box ul {
    font-size: 0.77vw;
    color: #000000;
    padding-left: 10px;
}
.highlight-box ul li {
    line-height: 1.38vw;
    margin-bottom: 20px;
    width: 80%;
}
.highlight-box .final-text {
    font-size: 1vw;
    line-height: 1.72vw;
    font-weight: 500;
}
.heading-40 {
    font-size: 2.22vw;
    font-weight: bold;
    line-height: 3.17vw;
    width: 60%;
}
.highlighted-list-full {
    font-size: 0.88vw;
    padding-left: 30px;
    margin-top: 35px;
}
.highlighted-list-full li {
    margin-bottom: 25px;
}
.rp-90 .benifit {
    padding-right: 90px;
}
.rp-30 .benifit {
    padding-right: 30px;
}
.benefits-white-box {
    background-color: #ffffff;
    border-radius: 15px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 40px 20px 40px;
}
.benefits-white-box h6 {
    font-size: 0.88vw;
    line-height: 1.76vw;
    font-weight: bold;
    margin-bottom: 0;
}
.benefits-white-box p {
    font-size: 0.77vw;
    line-height: 1.38vw;
    color: #666666;
}
.flow-features .feature-item h6 {
    width: 90%;
}
@media screen and (max-width: 576px){
    .fp_imgsec {
        width: 80%;
        height: 100%;
        display: block;
        margin: 0 auto;
        position: relative;
    }
    .fp_imgsec > img {
        width: 100%;
        margin: 0;
    }
    .fp_imgsec > div > img {
        height: 1rem;
    }
    .fp_imgsec > div {
        gap: 6px
    }
    .layer-section {
        font-size: 1.8vw;
        line-height: 2.17vw;
    }
    .layer-section strong {
        font-size: 1.9vw;
    }
    .fp_imgsec #fp_engage > img {
        height: 0.8rem;
    }
    #fp_schedule {
        top: -10%;
        right: 4%;
    }
    #fp_kyc {
        top: 8%;
        right: -15%;
    }
    #fp_consent {
        top: 45%;
        right: -15%;
    }
    #fp_flow {
        bottom: 23%;
        right: -15%;
    }
    #fp_connect {
        bottom: -10%;
        left: 42%;
    }
    #fp_engage {
        bottom: 10%;
        left: -10%;
    }
    #fp_livecast {
        bottom: 46%;
        left: -15%;
    }
    #fp_feedback {
        top: 12%;
        left: -8%;
    }
    #fp_escalate {
        top: -10%;
        left:15%;
    }
}
@media screen and (min-width: 577px) and (max-width: 1023px) {
    .fp_imgsec {
        width: 90%;
        height: 100%;
        display: block;
        margin: 120px auto;
        position: relative;
    }
    .fp_imgsec > img {
        width: 100%;
        margin: 0;
    }
    .fp_imgsec > div > img {
        height: 1.8rem;
    }
    .fp_imgsec > div {
        gap: 6px
    }
    .layer-section {
        font-size: 1.9vw;
        line-height: 2.3vw;
    }
    .layer-section strong {
        font-size: 2vw;
    }
    .fp_imgsec #fp_engage > img {
        height: 0.8rem;
    }
    #fp_schedule {
        top: -15%;
        right:-4%;
    }
    #fp_kyc {
        top: 5%;
        right: -20%;
    }
    #fp_consent {
        top: 45%;
        right: -25%;
    }
    #fp_flow {
        bottom: 8%;
        right: -25%;
    }
    #fp_connect {
        bottom: -13%;
        left: 42%;
    }
    #fp_engage {
        bottom: 7%;
        left: -15%;
    }
    #fp_livecast {
        bottom: 43%;
        left: -25%;
    }
    #fp_feedback {
        top:8%;
        left: -15%;
    }
    #fp_escalate {
        top: -15%;
        left:5%;
    }
}
/* @media screen and (min-width: 431px) and (max-width: 576px) {
    .fp_imgsec {
        width: 80%;
        height: 236px;
    }
    .fp_imgsec img {
        margin-top: 0;
    }
    .fp_imgsec > div > img {
        height: 1rem;
    }
    .fp_imgsec > div {
        gap: 6px
    }
    .layer-section {
        font-size: 1.8vw;
        line-height: 2.17vw;
    }
    .layer-section strong {
        font-size: 1.9vw;
    }
    .fp_imgsec #fp_engage > img {
        height: 0.8rem;
    }
    #fp_schedule {
        top: -23px;
        right: 32px;
    }
    #fp_consent {
        bottom: 104px;
        right: -15px;
    }
    #fp_kyc {
        top: 25px;
        right: -5px;
    }
    #fp_flow {
        bottom: 58px;
        right: -12px;
    }
    #fp_connect {
        bottom: -18px;
        left: 146px;
    }
    #fp_engage {
        bottom: 53px;
        left: -6px;
    }
    #fp_feedback {
        top: 30px;
        left: -4px;
    }
    #fp_livecast {
        bottom: 104px;
        left: -12px;
    }
    #fp_escalate {
        top: -21px;
        left: 54px;
    }
} */