.page-body.page-home {
    display: flex;
    flex-direction: column;
}

.container.home {
    margin-bottom: 140px;
}

.page-bg {
    position: relative;
}

.page-bg .round-img {
    position: absolute;
    right: 0;
    top: 0;
}

.page-bg .str-ping {
    position: absolute;
    right: 70px;
    top: 180px;
    width: 90px;
}

.page-bg .str-blue {
    position: absolute;
    right: 44px;
    top: 340px;
}

.page-top {
    display: flex;
    justify-content: space-between;
}

.page-top .top-left {
    flex: 0 1 600px;
    overflow-wrap: break-word;
    padding: 90px 0;
    position: relative;
}

.page-top .top-left .tpleft-hed {
    color: #fd3801;
    font-size: 4.85em;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 10px;
}

.page-top .top-left .tpleft-cnt {
    color: #003c46;
    font-size: 1em;
    margin-bottom: 20px;
    padding-left: 5px;
}

.page-top .top-left .tpleft-signup {
    position: relative;
}

.page-top .top-left .tpleft-signup .signup-btn {
    background-color: #f194cb;
    border-radius: 24px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    padding: 8px 30px;
    transition: background-color 275ms ease 0s;
}

.page-top .top-left .tpleft-signup .signup-btn:hover {
    background-color: #db5aa6;
}

.page-top .top-right {
    flex: 0 1 650px;
    overflow-wrap: break-word;
    padding: 80px 0 0 90px;
    position: relative;
}

.page-top .top-right .tpright-card {
    background-color: #fff;
    border: 1px solid #fd3801;
    border-radius: 80px;
    box-shadow: -24px 24px 0 -5px #f194cb;
    padding: 54px 52px;
    position: relative;
}

.page-top .top-right .tpright-card .card-hed {
    color: #003c46;
    font-size: 1.8em;
    font-weight: 900;
    margin-bottom: 15px;
    text-align: center;
}

.page-top .top-right .tpright-card .card-img {
    margin-bottom: 20px;
    text-align: center;
}

.page-top .top-right .tpright-card .card-img img {
    width: 100%;
}

.page-top .top-right .tpright-card .prgrs-bar-details {
    position: relative;
}

.page-top .top-right .tpright-card .prgrs-bar-details .prgr-prices {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.page-top .top-right .tpright-card .prgrs-bar-details .prgr-prices .lprice {
    padding-right: 5px;
    position: relative;
}

.page-top .top-right .tpright-card .prgrs-bar-details .prgr-prices .lprice .prc {
    color: #fd3801;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 700;
    margin-right: 5px;
}

.page-top .top-right .tpright-card .prgrs-bar-details .prgr-prices .lprice .pr-label {
    color: #003c46;
    display: inline-block;
    font-size: 0.85em;
}

.page-top .top-right .tpright-card .prgrs-bar-details .prgr-prices .rprice {
    color: #003c46;
    font-size: 1.5em;
    font-weight: 700;
}

.page-top .top-right .tpright-card .prgrs-bar-details .prgr-bar {
    background-color: #fff;
    border: 1px solid #fd3801;
    border-radius: 50px;
    height: 26px;
    position: relative;
    width: 100%;
}

.page-top .top-right .tpright-card .prgrs-bar-details .prgr-bar .br-growth {
    background-color: #94dcd8;
    border-radius: 50px;
    height: 100%;
    position: relative;
    width: 32%;
}

.page-top .top-right .tpright-card .prgrs-bar-details .prgr-bar .br-growth::before {
    background-color: #fd3801;
    border: 5px solid #003c46;
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

.fr-type {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #EFEFEF;
}

.fr-type .frtp-wrap {
    padding: 100px 0px 90px;
    position: relative;
    margin: 0 auto;
    width: 1350px;
    color: #003C46;
}

.fr-type .frtp-wrap .frtp-hed {
    color: #fd3801;
    font-size: 3em;
    font-weight: 900;
    margin-bottom: 45px;
    text-align: center;
}

.fr-type .frtp-wrap .frtp-card {
    border: 1px solid #5ac556;
    border-radius: 30px;
    display: flex;
    margin-bottom: 40px;
    padding: 40px 20px;
    position: relative;
    justify-content: center;
}

.fr-type .frtp-wrap .frtp-card .frtp-type {
    flex: 0 1 380px;
    padding: 0 10px;
}

.fr-type .frtp-wrap .frtp-card .frtp-type .frtp-type-icn {
    margin-bottom: 20px;
    text-align: center;
}

.fr-type .frtp-wrap .frtp-card .frtp-type .frtp-type-hed {
    color: #fd3801;
    font-size: 1.8em;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
}

.fr-type .frtp-wrap .frtp-card .frtp-type .frtp-type-desc {
    text-align: center;
}

.fr-type .frtp-wrap .frtp-desc {
    text-align: center;
    width: 600px;
    margin: 0 auto 30px;
}

.fr-type .frtp-wrap .frtp-btn .getstart-btn {
    background-color: #f194cb;
    border-radius: 117px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 12px 28px;
    transition: background-color 275ms ease 0s;
}

.fr-type .frtp-wrap .frtp-btn .getstart-btn:hover {
    background-color: #db5aa6;
}

@media only screen and (max-width: 1439px) and (min-width: 1299px) {
    .page-bg .str-ping {
        right: 0px;
    }

    .page-bg .str-blue {
        right: 0px;
    }
}

@media only screen and (max-width: 1298px) and (min-width: 768px) {
    .page-bg .str-ping {
        right: 25px;
        top: 19px;
        width: 70px;
    }
}

@media only screen and (max-width: 1298px) and (min-width: 1025px) {
    .page-bg .str-blue {
        right: 0px;
        top: 530px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .round-img img {
        height: 500px;
    }

    .page-bg .str-blue {
        right: 0px;
        top: 400px;
    }

    .page-top .top-left {
        flex: 0 0 auto;
        width: 50%;
    }

    .page-top .top-left .tpleft-logo {
        width: 35vw;
    }

    .page-top .top-left .tpleft-hed {
        font-size: 5.5vw;
    }

    .page-top .top-right {
        flex: 0 0 auto;
        width: 50%;
    }

    .page-top .top-right .tpright-card {
        border-radius: 6.5vw;
        font-size: 8px;
        padding: 4vw 4.2vw;
    }
}

@media only screen and (max-width: 767px) {
    .page-top {
        display: block;
    }

    .page-top .top-left {
        width: auto;
    }

    .page-top .top-left .tpleft-cnt {
        font-size: 1.1em;
    }

    .page-top .top-right {
        padding: 0;
        width: auto;
    }

    .page-top .top-right .tpright-card {
        box-shadow: -12px 12px 0 -5px #f194cb;
    }

    .page-top .top-right .tpright-card .prgrs-bar-details {
        padding: 0 40px;
    }

    .page-top .top-right .tpright-card .prgrs-bar-details .prgr-bar .br-growth::before {
        height: 22px;
        width: 22px;
    }

    .fr-type .frtp-wrap {
        padding-top: 50px;
    }

    .fr-type .frtp-wrap .frtp-card {
        display: block;
    }

    .fr-type .frtp-wrap .frtp-card .frtp-type {
        margin-bottom: 20px;
        padding: 0;
    }
}

@media only screen and (max-width: 659px) {
    .page-top .top-right .tpright-card .prgrs-bar-details {
        padding: 0;
    }

    .fr-type .frtp-wrap .frtp-hed {
        font-size: 6vw;
    }
}

@media only screen and (max-width: 529px) and (min-width: 420px) {
    .page-top .top-left .tpleft-hed {
        font-size: 4.05em;
    }

    .page-top .top-right .tpright-card {
        border-radius: 68px;
        padding: 54px 40px;
    }

    .page-top .top-right .tpright-card .card-hed {
        font-size: 1.4em;
    }

    .page-top .top-right .tpright-card .prgrs-bar-details .prgr-prices .lprice .prc {
        font-size: 1.2em;
    }

    .page-top .top-right .tpright-card .prgrs-bar-details .prgr-prices .rprice {
        font-size: 1.2em;
    }

    .page-top .top-right .tpright-card .prgrs-bar-details .prgr-bar .br-growth::before {
        height: 20px;
        width: 20px;
    }
}

@media only screen and (max-width: 419px) {
    .page-top .top-left .tpleft-hed {
        font-size: 3em;
    }

    .page-top .top-left .tpleft-signup .signup-btn {
        padding: 10px 30px;
    }

    .page-top .top-right .tpright-card {
        border-radius: 46px;
        box-shadow: -10px 10px 0 -5px #f194cb;
        padding: 26px 42px;
    }

    .page-top .top-right .tpright-card .card-hed {
        font-size: 1em;
    }

    .page-top .top-right .tpright-card .prgrs-bar-details .prgr-prices .lprice .prc {
        font-size: 1.1em;
        margin-right: 5px;
    }

    .page-top .top-right .tpright-card .prgrs-bar-details .prgr-prices .rprice {
        font-size: 1.1em;
    }

    .page-top .top-right .tpright-card .prgrs-bar-details .prgr-bar .br-growth::before {
        border-width: 4px;
    }
}

@media only screen and (max-width: 359px) {
    .page-top .top-right .tpright-card {
        border-radius: 39px;
        padding: 26px 30px;
    }

    .page-top .top-right .tpright-card .prgrs-bar-details .prgr-prices .lprice .prc {
        font-size: 1em;
    }

    .page-top .top-right .tpright-card .prgrs-bar-details .prgr-prices .rprice {
        font-size: 1em;
    }
}