@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 100%;
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    min-width: 320px;
}
ul,
ol {
    list-style: none;
    margin: 0;
}
ul li,
ol li {
    list-style: none;
}
.signuphead {
    background-image: url(../images/signuphead.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 768px;
}

.Subshead {
    background-image: url(../images/subscriptionHead.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 768px;
}

.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.captionHead {
    text-align: center;
    margin-top: 30px;
}
.captionHead h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 60px;
    color: #000;
    line-height: 60px;
}
.captionHead h1 span {
    color: #012169;
    font-size: 60px;
    font-family: "Bebas Neue", sans-serif;
}

.captionHead span {
    color: #000;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
}

.captionHead #progress {
    position: relative;
    font-family: "Poppins", sans-serif;
    max-width: 600px;
    margin: 30px auto;
}

.captionHead #progress-bar {
    position: absolute;
    background: #012169;
    height: 5px;
    width: 0%;
    top: 50%;
    left: 0;
}

.captionHead #progress-text {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.captionHead #progress-text::before {
    content: "";
    background-color: #012169;
    position: absolute;
    top: 50%;
    left:2px;
    height: 3px;
    width: 99%;
    z-index: 0;
}

.captionHead #progress-text .step {
    border: 3px solid #012169;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.captionHead #progress-text .step.active {
    border-color: #41d1c1;
    background-color: #41d1c1;
    color: #012169;
}

/* added css */
.captionHead #progress-text .step {
    display: flex;
    justify-content: center;
}

.captionHead #progress-text .step label {
    margin-top: 120%;
    font-size: 0.7rem;
    font-weight: 600;
    position: absolute;
    width: 120px;
    font-size: 16px;
}

.captionHead #progress-text .step.active::after {
    content: "✓";
    color: #fff;
    z-index: 2;
    position: absolute;
    top: -3px;
    left: 5px;
    font-size: 13px;
    font-weight: bold;
}

.captionHead #progress-text .step.progress {
    border-color: #41d1c1;
    overflow: inherit; position: relative;
}

.captionHead #progress-text .step.progress::after {
    /* content: "•";
    transform: scale(3);
    position: absolute;
    left: 6.5px;
    top: -2px;
    color: #41d1c1; */

    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 11px;
    width: 11px;
    top: 50%;
    margin: auto;
    background-color: #41d1c1;   transform: translateY(-50%);
 
}

.captionHead #progress-text .step.progress label {
    color: #012169;
}

.roleSection {
    background-color: #012169;
}

.RoleArea {
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 50px;
}

.RoleArea ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.RoleArea ul li {
    padding: 30px;
    position: relative;
    min-height: 566px;
    width: 100%;
}
.RoleArea ul li:after {
    content: "";
    position: absolute;
    background-image: url(../images/line.png);
    min-height: 480px;
    right: 0px;
    width: 1px;
    background-size: contain;
}

.RoleArea ul li:last-child:after {
    display: none;
}

.role-bg-outer {
    background-color: #012169;
    padding: 20px 0 80px;
}
.role-content {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 14px 0px rgba(65, 209, 193, 0.63);
    margin-top: -350px;
}
.role-content-item {
    width: 25%;
    cursor: pointer;
    transition: transform 0.3s ease;
    padding: 25px 25px 70px 25px;
    text-align: center;
    position: relative;
    background-image: url(../images/strip-gray.png);
    background-repeat: no-repeat;
    background-position: right 96%;
}
.role-content-item:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(226, 226, 226, 1) 47%,
        rgba(255, 255, 255, 1) 100%
    );
}
.role-content-item:last-child::after {
    display: none;
}
.role-content-item-icon {
    width: 166px;
    height: 166px;
    background-color: #41d1c1;
    border: 4px solid #0097f9;
    border-radius: 50%;
    margin: -100px auto 30px;
}
.role-content-item-hd {
    font-size: 32px;
    line-height: 1.1;
    min-height: 70px;
    color: #012169;
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 20px;
}
.role-content-item p {
    font-size: 18px;
    line-height: 1.5;
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
    color: #012169;
    margin-bottom: 0;
}
.role-content-arrow {
    margin: auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    border: 3px solid #fff;
    background-color: #41d1c1;
    width: 52px;
    height: 52px;
    border-radius: 50%;
}
.role-content-item-icon-blue {
    display: none;
}
.role-content-item:hover p {
    border-color: #fff;
}
.role-content-item:hover .role-content-item-icon {
    border-color: #39ccbc;
}
.role-content-item:hover .role-content-item-icon-blue {
    display: block;
}
.role-content-item:hover .role-content-item-icon-white {
    display: none;
}
.role-content-item:hover {
    transform: scale(1.05);
    background-color: #41d1c1;
    border-radius: 12px;
    background-image: url(../images/strip-white.png);
}
.role-content-item:hover::after {
    display: none;
}

footer {
    font-size: 16px;
    padding: 30px 0;
    color: #383838;
}
.footer-link-list a {
    position: relative;
    padding-right: 8px;
    margin-right: 8px;
    color: #383838;
}
.footer-link-list a:after {
    position: absolute;
    right: 0;
    top: 4px;
    content: "";
    width: 1px;
    height: calc(100% - 8px);
    background-color: #383838;
}
.footer-link-list a:last-child::after {
    display: none;
}

.plan-bg-outer {
    background-color: #012169;
    padding: 20px 0 80px;
}
.plan-content {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 14px 0px rgba(65, 209, 193, 0.63);
    margin-top: -320px;
}
.plan-content-item {
    width: 33.33%;
    cursor: pointer;
    transition: transform 0.3s ease;
    padding: 30px 25px 100px 25px;
    position: relative;
    background-image: url(../images/strip-gray.png);
    background-repeat: no-repeat;
    background-position: right 100%;
}
.plan-time-btn {
    border: 1px solid #41d1c1;
    max-width: 364px;
    margin: 0 auto 20px;
    border-radius: 80px;
    padding: 7px 15px 0;
    text-align: center;
    color: #012169;
    font-size: 22px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.5px;
}
.plan-value {
    font-size: 28px;
    font-family: "Bebas Neue", sans-serif;
    color: #012169;
    line-height: 1.2;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}
/* .plan-value sup {
    font-size: 22px;
    left: 3px;
    top: -0.26em;
} */
 .plan-value sup {
    font-size: 28px;
    left: 0px;
    top: 0px;
}
.plan-value strong {
    font-size: 35px;

}
.plan-important-text {
    /* background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1) 0%,
        rgba(245, 245, 245, 1) 46%,
        rgba(255, 255, 255, 1) 100%
    ); */
    text-align: center;
    margin-bottom: 10px;
    /* border-radius: 10px; */
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    /* margin-top: 6px; */
    color: #012169;
    margin-bottom: 15px;
}
.plan-key-point li {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    color: #012169;
    margin-bottom: 12px;
    line-height: 18px;
}
/* .plan-key-point li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 28px;
    height: 28px;
    background-image: url("../images/ring-round.png");
    background-repeat: no-repeat;
    background-position: left center;
} */

.plan-bottom-btn {
    position: absolute;
    bottom: 30px;
    padding: 10px 15px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    width: 265px;
    background-color: #41d1c1;
    border-radius: 6px;
    font-size: 17px;
    color: #012169;
    font-weight: 600;
}

.plan-content-item:hover,
.plan-content-item.active {
    transform: scale(1.05);
    background-color:#bdefe9; 
  
    box-shadow: 0px 0px 40px 0px rgba(65, 209, 193, 0.44);
    border-radius: 12px;
    background-image: url(../images/strip-white.png);
}

.plan-content-item:hover.ra_custom,
.plan-content-item.active.ra_custom {
    transform: scale(1.05);
    background-color:#fff;
    box-shadow: 0px 0px 40px 0px rgba(65, 209, 193, 0.44);
    border-radius: 12px;
    background-image: url(../images/strip-white.png);
}

.plan-content-item:hover .plan-important-text,
.plan-content-item.active .plan-important-text {
    /* background: linear-gradient(
        to right,
        rgba(65, 209, 193, 1) 0%,
        rgba(55, 191, 175, 1) 46%,
        rgba(65, 209, 193, 1) 100%
    ); */

    background-color: #6adbcf;
}
.plan-content-item:hover .plan-bottom-btn,
.plan-content-item.active .plan-bottom-btn {
    background-color: #012169;
    color: #fff;
}

.plan-content-item.active .plan-bottom-btn.custom-style {
    background-color: #41d1c1;
    color: #012169;
    font-size: 18px;
}

.plan-content-item:hover .plan-time-btn,
.plan-content-item.active .plan-time-btn {
    border-color: #012169;
}

.signupform {
    margin-top: -360px;
}

.plan-content .class_1 {
    width: 100%;
    max-width: 560px;
}
.plan-content .class_2 {
    width: 50%;
}

.captionHead #progress-text .step.account-info-progress {
    width: 28px;
    height: 27px;
}
.account-info {
    margin-top: -250px;
}



@media only screen and (max-width: 1640px) {
    .container {
        max-width: 1360px;
    }
    .role-content-item p {
        font-size: 16px;
    }
    .role-content-item-hd {
        font-size: 28px;
        min-height: 60px;
    }
    .role-content-item-icon {
        width: 150px;
        height: 150px;
    }

    .plan-important-text {
        font-size: 14px;
        min-height: 65px;
        display: flex
;
        align-items: center;
        flex-wrap: wrap;
        line-height: 16px;
    }
    .plan-value strong {
        font-size: 30px;
    }
    .plan-key-point li {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1440px) {
    .role-content {
        margin-top: -210px;
    }
    .role-content-item-icon {
        width: 130px;
        height: 130px;
    }
    .role-content-item-icon img {
        width: 65px;
    }
    .site-header img {
        min-height: 600px;
    }

    .plan-important-text {
        font-size: 14px;
        min-height: 60px;
    }
    .plan-value strong {
        font-size: 30px;
    }
    .plan-key-point li {
        font-size: 14px;
    }
    .plan-bottom-btn {
        font-size: 16px;
    }

    .captionHead h1 {
        font-size: 45px;
        line-height: 45px;
    }
    .captionHead h1 span {
        font-size: 45px;
    }
    .captionHead span {
        font-size: 24px;
    }
    .signuphead {
        min-height: 660px;
    }
    .signupform {
        margin-top: -280px;
    }
    .subscriptionBox {
        margin-top: -260px;
    }
}

@media only screen and (max-width: 1199px) {
    .role-content-item {
        padding: 15px 15px 50px 15px;
    }
    .role-content-item-icon {
        width: 110px;
        height: 110px;
    }
    .role-content-item-icon img {
        width: 60px;
    }
    .role-content-item-icon {
        margin: -80px auto 30px;
    }
    .role-content-item-hd {
        font-size: 26px;
        min-height: 55px;
    }
    .role-content-item p {
        font-size: 15px;
    }

    .plan-time-btn {
        font-size: 20px;
    }
    .plan-value strong {
        font-size: 30px;
    }
    .plan-value {
        gap: 0 6px;
        font-size: 20px;
    }
    .plan-value sup {
        font-size: 20px;
    }
    .plan-important-text {
        min-height: 60px;
    }

    footer {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .role-content {
        margin-top: -230px;
    }

    .role-content-item-icon {
        width: 90px;
        height: 90px;
    }
    .role-content-item-icon img {
        width: 50px;
    }
    .role-content-item-icon {
        margin: -60px auto 20px;
    }
    .role-content-item-hd {
        font-size: 22px;
        min-height: 50px;
    }
    .role-content-item p {
        font-size: 14px;
    }
    .role-content-arrow {
        width: 42px;
        height: 42px;
    }

    .plan-content-item {
        padding: 20px 20px 100px 20px;
    }
    .plan-value strong {
        font-size: 30px;
    }
    .plan-value {
        gap: 0 4px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .plan-value sup {
        font-size: 22px;
    }
    .plan-important-text {
        font-size: 14px;
        min-height: 105px;
    }
    .plan-key-point li::before {
        width: 22px;
        height: 22px;
        background-size: cover;
    }
    .plan-key-point li {
        padding-left: 28px;
        font-size: 13px;
    }
    .plan-bottom-btn {
        max-width: 100%;
        width: calc(100% - 20px);
        font-size: 15px;
    }
    .plan-time-btn {
        font-size: 18px;
    }

    footer {
        font-size: 14px;
    }
    .signuphead {
        min-height: 640px;
    }

    .head .logo img {
        width: 180px;
        height: auto;
    }

    .signupform {
        margin-top: -280px;
    }

  
}

@media only screen and (max-width: 767px) {
    .role-content-item {
        width: 50%;
        margin-bottom: 110px;
    }
    .role-content-item::before {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        content: "";
        height: 1px;
        width: 100%;
        border-radius: 12px;
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 1) 0%,
            rgba(226, 226, 226, 1) 47%,
            rgba(255, 255, 255, 1) 100%
        );
    }
    .role-content-item:nth-last-child(-n + 2) {
        margin-bottom: 0;
    }
    .role-content-item:nth-child(2)::after,
    .role-content-item:nth-last-child(-n + 2)::before {
        display: none;
    }

    .plan-content-item {
        width: 100%;
        margin-bottom: 15px;
    }
    .plan-important-text {
        min-height: auto;
        font-size: 16px;
    }
    .plan-value strong {
        font-size: 35px;
    }
    .plan-value {
        font-size: 22px;
    }
    .plan-value sup {
        font-size: 24px;
    }
    .plan-time-btn {
        font-size: 20px;
    }
    .plan-content-item::before {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        content: "";
        height: 1px;
        width: 100%;
        border-radius: 12px;
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 1) 0%,
            rgba(226, 226, 226, 1) 47%,
            rgba(255, 255, 255, 1) 100%
        );
    }
    .plan-key-point li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .plan-content-item:last-child::before {
        display: none;
    }
    .plan-bottom-btn {
        font-size: 17px;
        width: calc(100% - 35px);
    }

    footer {
        text-align: center;
    }
    .footer-link-list {
        justify-content: center;
        margin-bottom: 10px;
    }

    .captionHead h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .captionHead h1 span {
        font-size: 40px;
    }
    .captionHead span {
        font-size: 22px;
    }
    .captionHead #progress {
        max-width: 420px;
    }
    .signuphead {
        min-height: 605px;
    }

    /* .role-content {
        margin-top: -280px;
    } */

    .head .logo img {
        width: 120px;
        height: auto;
    }

    .signupform {
        margin-top: -310px;
    }

    .subsplan {
        flex-direction: column;
    }

    .subsplan .plan-content-item {
        margin: 30px 0px;
    }

    .subsplan .plan-content-item::before {
        display: none;
    }
    .plan-content .class_2 {
        width: 100%;
    }


    .role-content.account-info {
    margin-top: -180px;
}
  .plan-content { margin-top: -280px;}
}

@media only screen and (max-width: 575px) {
    /* .role-content {
        margin-top: -280px;
    } */
    .role-content-item {
        width: 100%;
        padding: 15px 15px 40px 15px;
    }
    .role-content-item-hd {
        min-height: inherit;
        font-size: 24px;
    }
    .role-content-item-hd br {
        display: none;
    }
    .role-content-item:nth-last-child(-n + 2) {
        margin-bottom: 110px;
    }
    .role-content-item:nth-last-child(-n + 2)::before {
        display: block;
    }
    .role-content-item:last-child {
        margin-bottom: 0;
    }
    .role-content-item:last-child::before,
    .role-content-item:after,
    .role-content-item:hover::before {
        display: none;
    }
    .role-content-item p {
        border-top: 0;
        padding-top: 0;
    }
    .captionHead #progress {
        max-width: 310px;
    }
    .captionHead #progress-text .step label {
        font-size: 13px !important;
    }

    .captionHead h1 {
        font-size: 36px;
        line-height: 36px;
    }
    .captionHead h1 span {
        font-size: 36px;
    }
    .signupform {
        margin-top: -280px;
    }

    .plan-content { margin-top: -280px;}
}

@media only screen and (max-width: 480px) {
    /* .role-content {
        margin-top: -250px;
    } */
    .signupform {
        margin-top: -310px;
    }
}


.internal_plan {
    
    margin-top: 0px!important;
}


.internal_plan .captionHead{ margin-top: 0px; padding-top: 40px;}

.internal_plan .Subshead {min-height: 470px;}

.btn-check:checked+.btn.btn-primary, .btn-check:active+.btn.btn-primary, .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .btn.btn-primary:active:not(.btn-active), .btn.btn-primary.active, .btn.btn-primary.show, .show>.btn.btn-primary {
    background-color:  #41d1c1!important;
    color: #012169 !important; 
}

@media only screen and (min-width: 700px) {
    #formStep2 > .signupform 
{
    width: 682px;
}
}
