@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;500&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap');

body {
    margin: 0;
    padding: 0;
    background-color: #F0EFF5;
    font-family: 'Roboto', sans-serif;
}

header {
    display: flex;
}

.logo {
    height: 100px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    height: auto !important;
    width: 141px !important;

}

.not-clickable {
    pointer-events: none !important;
}

.header-text {
    width: calc(100% - 300px);
    margin-top: 50px;
    display: flex;
}

.header-text .text {
    width: 90%;
    height: 100%;
}

.header-text .img {
    width: calc(100% - 90%);
    display: flex;
    align-items: center;
}

.header-text .img img {
    width: 100%;
}

.header-text .text h4 {
    margin: 0;
    font-weight: 700;
}

.header-text .text p {
    padding-top: 12px;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
}

.header-text .progress-bar {
    width: 100%;
    height: 10px;
    background-color: #dfdfdf;
    border-radius: 10px;
    overflow: hidden;
}

.header-text .progress-bar .value {
    background-color: #FBD531;
    width: 30%;
    height: 100%;
}

.header-text .progress-bar .value.forty {
    width: 40%;
}

.header-text .progress-bar .value.seventy {
    width: 70%;
}

.header-text .progress-bar .value.hundred {
    width: 100%;
}

.wrapper {
    margin: 40px 0px;
    display: flex;
    justify-content: space-evenly;
}

.wrapper .plan {
    width: 410px;
    background-color: #FBFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    border: 4px solid transparent;
    padding: 20px;
    cursor: pointer;
    transition: .5s transform;
    border: 4px solid transparent;
}

.wrapper .plan:hover {
    border: 4px solid #FBD531;
    transform: translateY(-5px);
}

.wrapper .plan.active {
    border: 4px solid #FBD531;
}

.wrapper .plan h2 {
    text-align: left;
    color: #008337;
}

.wrapper .plan ul {
    margin-top: 30px;
    padding-left: 15px;
}

.wrapper .plan ul li {
    font-size: 15px;
    font-weight: 400;
}

.wrapper .plan ul .feather {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper .plan ul .feather li {
    width: 80%;
}

.wrapper .plan ul .feather .icon.check i {
    color: #0FB150 !important;
}

.wrapper .plan ul .feather .icon.none i {
    color: #F82A2A;
}

.step-1-container {
    clear: both;
    display: flex;
    flex-direction: column;
}

.btn {
    width: 150px;
    height: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    background: #008337;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
    margin-top: 30px;
}

.signup-page-btn {
    align-self: center;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 18px;
}

.btn:hover {
    border: 1px solid #008337;
    color: #008337;
    background: none;
}

.already-user-login {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.already-user-login h4 {
    font-size: 14px;
    font-style: italic;
}

.step-2-container {
    margin: 30px 0px;
}

.step-2-container .box-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.step-2-container .box-main .box {
    width: 240px;
    background: #FBFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    border: 2px solid transparent;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: .5s transform;
}

.step-2-container .box-main .box.active {
    box-shadow: 4px -3px 0px 2px rgba(0, 131, 55, 0.9);
}

.step-2-container .box-main .box:hover {
    box-shadow: 4px -3px 0px 2px rgba(0, 131, 55, 0.9);
    transform: translateY(-4px);
}

.step-2-container h5 {
    color: #008337;
    font-family: 'Roboto Mono', monospace;
    text-transform: lowercase;
}

.step-2-container .box-main .box:hover h5 {
    color: #FBD531;
}

.step-2-container ul {
    padding-left: 15px;
    min-height: 200px;
}

.step-2-container .box-main .box ul li {
    font-size: 15px;
    margin-top: 9px;
}

.step-2-container .box-main .price {
    width: 120px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    justify-self: flex-end;
}

.step-2-container .price span {
    font-size: 45px;
    color: #FBD531;
}

.accept-and-next-btn {
    margin: 30px 0px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.check-and-label {
    width: 175px;
}

.accept-and-next-btn label {
    font-size: 12px;
    font-weight: 500;
    margin: 0px 10px;
}

.accept-and-next-btn .btn {
    width: 90px;
    margin-top: 0;
    align-self: flex-start;
}

.wish-to-add {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.wish-to-add span {
    font-weight: 500;
    font-size: 17px;
}

.wish-to-add small {
    font-weight: normal !important;
    font-size: 15px;
}

.step-2-form {
    display: flex;
}

.step-2-form-heading {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.step-2-form .step-2-form-col-1 {
    width: 66%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.step-2-form .step-2-form-col-2 {
    width: 34%;
    height: 100%;
    padding-left: 20px;
}

.form-input-group {
    display: flex;
    flex-direction: column;
    width: 230px;
    margin-bottom: 15;
}

.form-input-group label {
    font-family: 'ABeeZee', sans-serif;
    font-weight: 400;
}

.form-input-group input,
.form-input-group select {
    background: white;
    border-radius: 10px;
    outline: none;
    border: none;
    padding: 5px;
}

.billing {
    margin-top: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.yearly-quarterly {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FBD531;
    border-radius: 20px;
    overflow: hidden;
}

.yearly-quarterly .billing-btn {
    border: none;
    outline: none;
    font-size: 10px;
    background: transparent;
    cursor: pointer;
    height: 100%;
    padding: 0px 15px;
    font-weight: 700;
}

.quarterly.active {
    background: #fdeeac;
}

.yearly.active {
    background: #fdeeac;
}

.step-3-form {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.step-3-form .form-input-group {
    margin-bottom: 24px;
}

.step-3-form .form-input-group .content {
    height: 50px;
    margin-top: 20px;
}

.step-3-form .form-input-group .content input {
    margin-right: 10px;
    margin-top: 5px;
}

.step-3-save-btn {
    margin: 20px auto;
    font-size: 20px;
}

.heading {
    background: #FBFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    height: 75px;
    display: flex;
    align-items: center;
}

.heading img {
    width: 120px;
}

.heading h4 {
    margin: 0 !important;
}

.thank-page-content {
    width: 75%;
    margin: 70px auto 30px auto;
}

.thankyou-page-ul {
    background: #FBFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
}

.thankyou-page-ul ul {
    margin-top: 30px;
    list-style-type: number;
    padding-left: 18px;
}

.thankyou-page-ul ul li {
    color: #000000;
    margin-bottom: 10px;
}

.loader {
    height: 36px;
    width: 36px;
    /* margin: auto; */
    color: #41d0ae;
}

.loader-holder {
    margin: auto;
    display: table;
    margin-top: 129px !important;
}

.loader-text {
    position: relative;
    left: 9px;
    font-weight: 600;
}

.animate-spin {
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    /* transform: rotate(3deg); */
    /* transform: rotate(0.3rad);/ */
    /* transform: rotate(3grad); */
    /* transform: rotate(.03turn);  */
}


@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {
    .container {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
    }

    .step-3-form {
        padding: 0px 20px;
    }

    .step-2-container {
        margin: 0;
        padding: 20px;
    }
}

@media (max-width: 1142px) {
    .step-2-form {
        flex-direction: column;
        align-items: center;
    }

    .step-2-form .step-2-form-col-1 {
        width: 100%;
    }

    .step-2-form .step-2-form-col-2 {
        width: 50%;
        margin-top: 30px;
    }

    .wish-to-add {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 1000px) {
    .wrapper {
        flex-direction: column;
        align-items: center;
    }

    .wrapper .plan {
        margin-bottom: 20px;
    }

    .step-2-form .step-2-form-col-2 {
        width: 80%;
    }

    .signup-page-btn {
        margin: 0 auto 20px auto;
    }
}

@media (max-width: 900px) {
    .thank-page-content {
        width: 100%;
        padding: 0px 20px;
    }

    header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .header-text {
        margin-top: 0;
        text-align: center;
        width: 100%;
        font-size: 13px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header-text .img {
        display: none;
    }

    .header-text .text h4 {
        font-size: 14px;
    }

    .header-text .text p {
        font-size: 9px;
    }
}

@media (max-width: 809px) {
    .step-2-form .step-2-form-col-1 {
        flex-direction: column;
        height: auto;
    }

    .step-2-form .step-2-form-col-2 {
        width: 100%;
    }

    .form-input-group {
        width: 80%;
        margin-bottom: 25px;
    }
}

@media (max-width: 769px) {
    .step-2-container .box-main {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 700px) {
    .accept-and-next-btn {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 600px) {
    .thankyou-page-ul li {
        font-size: 12px;
    }

    .wrapper .plan ul {
        margin-top: 30px;
        padding: 0;
    }

    .wrapper .plan {
        width: 90%;
    }
}

 


