body {
    background-color: #f9f9f9;
}

.plan-price {
    font-size: 20px;
}

.plan-left-btn {
    font-size: 15px;
    background: #FFA500;
    color: #fff;
    border: none;
    padding: 8px;
    border-radius: 3px;
}

.plan-box {
    padding: 15px 20px;
    margin-bottom: 1rem;
    background-color: #fff;
    /* box-shadow: 0px 1px 3px -1px #000; */
    border: 2px solid #e2e2e2;
    border-radius: 5px;
}

.login-box {
    background-color: #fff;
    /* padding: 30px; */
    padding: 10px;
    border-radius: 10px;
}

.custom-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    background-color: #FFA500 !important;
    border: none;
    color: #fff;
    cursor: pointer;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.textarea {
    resize: none;
}


/* STEP WIZARD */

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px
}

#progressbar li {
    list-style-type: none;
    /* width: 16.66%; */
    float: left;
    position: relative;
    font-weight: 400;
}

.step-text {
    margin-top: 20px;
}

#progressbar #step1:before {
    content: "";
}

#progressbar #step2:before {
    content: "";
}

#progressbar #step3:before {
    content: "";
}

#progressbar #step4:before {
    content: "";
}

#progressbar #step5:before {
    content: "";
}

#progressbar #step6:before {
    content: "";
}

#progressbar #step7:before {
    content: "";
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #c8c8c8;
    border-radius: 50%;
    margin: auto;
    color: #fff;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #c8c8c8;
    position: absolute;
    left: 0;
    top: 21px;
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    /* left: -50% */
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    /* left: 50% */
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #FFA500;
}


/* STEP WIZARD */

@media only screen and (max-width: 600px) {
    .navbar {
        height: auto;
        margin-bottom: 50px;
    }
    .close-container {
        margin-top: 2rem;
    }
}

.lowecase {
    text-transform: lowercase;
}