.signin-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
    max-width: 800px;
    margin: 0 auto;
}

.signin-form {
    max-width: 400px;
    margin: 0 auto;
}

label {
    font-weight: 600;
    text-align: left;
    display: flex !important;
}


.signin-content {
    text-align: center;
}

.signin-box .form-control {
    border: 1px solid #CBD5E0;
    font-size: 16px;
}

.submit-btn {
    width: 100%;
}

.submit-btn a {
    color: #fff;
    text-decoration: none;
}

.header__center {
    font-size: 14px;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-column-gap: 1.2rem;
    align-items: center;
}

.header__center::before,
.header__center::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #C8D3F9;
}

.facebook {
    background-color: #1877F2;
}

.facebook i,
.google i,
.apple i {
    padding-right: 10px;
}

.google-icon {
    padding-right: 10px;
    max-width: 30px;
}

.google {
    background-color: #fff;
    color: #000;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.168);
}

.apple {
    background-color: #000;
}

.signin-end,
.otp-end {
    text-align: center;
}

.signin-end p {
    color: #000;
}

.signin-end a {
    color: #002684;
    font-weight: 500;
    text-decoration: none;
}

.otp-end p {
    color: #000;
    font-size: 14px;
}

.otp-end a {
    font-size: 14px;
    color: #002684;
    font-weight: 500;
    text-decoration: none;
}

.signin-box .form-check-label {
    font-size: 14px;
    font-weight: 500;
}

.signin-box .form-check-input:checked {
    background-color: #002684;
    border-color: #002684;
}

.next-btn {
    padding: 5px 20px;
    border-radius: 5px;
    width: 150px;
    margin: 0 auto;
}

.next-btn a {
    color: #fff;
    text-decoration: none;
}

form .otp {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #EEF7F8;
    border: none;
    border-radius: 10px;
    margin-right: 1rem;
    margin-left: 1rem;
}

.header__center {
    letter-spacing: 4px;
}

.success-text {
    color: green;
    font-weight: 600;
}

.check i {
    font-size: 50px;
    color: green;
    margin-bottom: 1rem;
}

.continue-btn a {
    color: #fff !important;
    text-decoration: none;
}

@media(max-width:577px) {
    form .otp {
        width: 40px;
        height: 40px;
        margin-right: 5px;
        margin-left: 5px;
    }
}


/**plan**/
.plan-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
    margin: 0 auto;
}

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
    display: flex;
    justify-content: space-between;
}

.step-circle {
    width: 150px;
    height: 40px;
    border-radius: 30px;
    background-color: #E2E8F0;
    border: 2px solid #002684;
    line-height: 30px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
    color: #002684;
    font-size: 14px;
    /* Added cursor pointer */
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color:
        #E2E8F0;
    z-index: -1;
}

#multi-step-form {
    overflow-x: hidden;
}

.nav .nav-item button.active {
    background-color: transparent;
    color: var(--bs-danger) !important;
}


.nav .nav-item button.active .pref-plann-box {
    border: 2px solid #002684;
}

.nav .nav-item button.active .pref-plann-box h6 {
    color: #002684;
    font-weight: 600;
}

.nav .nav-item button.active .preference-para p {
    color: #002684;
    font-weight: 600;
}

.pref-plann-box .preference-para h6 {
    font-size: 14px;
}

.pref-plann-box .preference-para img {
    max-width: 50px;
}

/**timeline**/

.summary-box {
    background-color: #EEF7F8;
    padding: 15px;
    text-align: left;
}

.summary-box h6 {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}

.summary-box h5 {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}

.progress-bar {
    background-color: #002684 !important;
}


.plan-text {
    text-align: left;
}

.plan-details ul {
    list-style: none;
    padding-left: 0;
}

.plan-details li {
    display: flex;
    align-items: center;
}

.plan-details p {
    font-weight: 600;
    color: #000;
}

.plan-details i {
    padding-right: 1rem;
}

.form-group label {
    text-align: left;
}

.plan-tab .nav-tabs {
    border: inherit !important;
}

.plan-tab .nav-tabs .nav-link {
    color: #000;
    border-radius: 30px;
}

.plan-tab .nav-tabs .nav-link i {
    display: none;
}

.plan-tab .nav-tabs .nav-link.active i {
    display: block;
}

.plan-tab .nav-tabs .nav-item.show .nav-link,
.plan-tab .nav-tabs .nav-link.active {
    background-color: #002684 !important;
    color: #fff !important;
}

.plan-tab .nav-tabs {
    justify-content: center;
}

.plan-tab .nav-tabs .nav-link:hover {
    background-color: #e2e8f0 !important;
    color: #002684 !important;
}

.plan-tab .nav-tabs .nav-link:hover i {
    display: none;
}

.select-box {
    background-color:
        #EEF7F8;
    border-radius: 8px;
    padding: 15px;
    position: relative;
    height: 250px;
}

.select-box:hover {
    border: 1px solid #002684;
}

.form-check-input:hover {
    background-color: #002684;
}

.select-box main {
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #002684;
    color: #fff !important;
    padding: 5px;
    transform: translate(-50%, -50%);
    font-size: 12px;
    border-radius: 5px;
}

.select-box .main-2 {
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #FBBC2A !important;
    color: #fff !important;
    padding: 5px;
    transform: translate(-50%, -50%);
    font-size: 12px;
    border-radius: 5px;
}

.select-days {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select-btn {
    background-color:
        #E2E8F0;
    padding: 5px 10px;
    color: #000;
    font-size: 12px;
}

.select-btn-2 {
    background-color:
        transparent;
    padding: 5px 10px;
    color: #000;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
}

.loading {
    height: 0;
    width: 0;
    padding: 10px;
    border: 6px solid #002684;
    border-right-color: #ccc;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    margin: 0;
}

#timer {
    padding-left: 2rem;
}

@-webkit-keyframes rotate {

    /* 100% keyframe for  clockwise. 
       use 0% instead for anticlockwise */
    100% {
        -webkit-transform: rotate(360deg);
    }
}



.select-days .form-check-input:checked {
    background-color: #002684;
    border-color: #002684;

}

.progress-container .form-check-input[type=checkbox] {
    border-radius: 50% !important;
}


.custom-class .form-check-input[type=checkbox] {
    border-radius: 1px !important;
}

.select-days .dropdown-item.active,
.select-days .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #002684;
}

.choose-plan {
    font-weight: 600;
    padding-bottom: 1rem;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #002684 !important;
}

.select-content {
    text-align: left;
    padding-top: 1rem;
}

.select-content h6 {
    font-size: 14px;
    font-weight: 600;
}

.select-content h5 {
    font-size: 16px;
    font-weight: 600;
    padding-top: 1rem;
}

.select-content p {
    font-size: 14px;
    font-weight: 600;
}

.form-group {
    text-align: left !important;
}

.continue-btn {
    padding: 5px 15px;
    border-radius: 5px;
}

.pref-plann-box {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    height: 100px;
    display: flex;
    align-items: center;
    width: 275px;
}

.pref-plann-box img {
    padding-right: 1rem;
}

.timeline {
    position: relative;
    /* margin: 50px auto; */
    /* padding: 40px 0; */
    box-sizing: border-box;
}

.timeline:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #002684;
}

.timeline ul {
    padding: 0;
    margin: 0;
}

.timeline ul li {
    list-style: none;
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.timeline ul li:nth-child(odd) {
    float: left;
    text-align: right;
    clear: both;
}

.timeline ul li:nth-child(even) {
    float: right;
    text-align: left;
    clear: both;
}

.content {
    padding-bottom: 20px;
}

.timeline ul li:nth-child(odd):before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    right: -6px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #002684;
}

.timeline ul li:nth-child(even):before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    left: -4px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #002684;
}

.timeline ul li h3 {
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}

.timeline ul li p {
    margin: 10px 0 0;
    padding: 0;
    font-size: 14px;
}

.timeline ul li .time h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.timeline ul li:nth-child(odd) .time {
    position: absolute;
    top: 12px;
    right: -165px;
    margin: 0;
    padding: 8px 16px;
    /* background: rgba(233, 33, 99, 1); */
    color: #fff;
    border-radius: 18px;
    /* box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.3); */
}

.timeline ul li:nth-child(even) .time {
    position: absolute;
    top: 12px;
    left: -165px;
    margin: 0;
    padding: 8px 16px;
    /* background: rgba(233, 33, 99, 1); */
    color: #fff;
    border-radius: 18px;
    /* box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.3); */
}

@media (max-width: 1000px) {
    .timeline {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .timeline {
        width: 100%;
        padding-bottom: 0;
    }

    h1 {
        font-size: 40px;
        text-align: center;
    }

    .timeline:before {
        left: 20px;
        height: 100%;
    }

    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even) {
        width: 100%;
        text-align: left;
        padding-left: 50px;
        padding-bottom: 50px;
    }

    .timeline ul li:nth-child(odd):before,
    .timeline ul li:nth-child(even):before {
        top: -18px;
        left: 16px;
    }

    .timeline ul li:nth-child(odd) .time,
    .timeline ul li:nth-child(even) .time {
        top: -30px;
        left: 50px;
        right: inherit;
    }

    .step-circle {
        margin-right: 10px;
    }

}

@media(max-width:577px) {
    .step-container {
        display: block;
        text-align: center;
        margin-top: 5rem;
    }

    .step-circle {
        margin: 0 auto;
    }

    .progress {
        display: none !important;
    }

    .pref-plann-box {
        max-width: 100%;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .plan-box {
        padding: 10px;
    }

    .border-end {
        border-right: inherit !important;
    }
}