@import url('https://fonts.googleapis.com/css2?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');

@import url('../fonts/corsiva/mt-corsiva.css');

body {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.custom-scroll {
    scrollbar-width: thin;
    scrollbar-color: #bf16ef #fafafa;
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.custom-scroll::-webkit-scrollbar-track {
    background-color: #fafafa;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #bf16ef;
    cursor: pointer;
}

.custom-scroll::-webkit-scrollbar-track,
.custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

.wrapper {
    min-height: calc(100vh - 45px);
}

.logo {
    margin-top: 40px;
    margin-bottom: 45px;
}

.login-opt {
    width: 48%;
    max-width: 360px;
    text-decoration: none;
    background-color: #fff;
    color: #666;
    font-size: 18px;
    border: 1px solid #e791ff;
    border-radius: 35px;
    padding: 16px 10px;
    transition: ease-in-out .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 10px 41px -23px rgba(210, 48, 255, 0.51);
    -moz-box-shadow: 0px 10px 41px -23px rgba(210, 48, 255, 0.51);
    box-shadow: 0px 10px 41px -23px rgba(210, 48, 255, 0.51);
}

.login-opt:hover,
.login-opt:focus {
    color: #d033ff;
    border: 1px solid #d033ff;
    box-shadow: none;
}

.login-opt i {
    color: #d033ff;
    font-size: 22px;
    margin-right: 8px;
    font-weight: 500;
    position: relative;
    top: 2px;
}

.flex-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer {
    background-color: #fff;
    text-align: center;
    width: 100%;
    font-size: 16px;
    border-top: 1px solid #ddd;
}

footer a {
    text-decoration: none;
    padding: 10px;
    display: inline-block;
}

footer a:hover {
    color: #0056b3;
}

.form-box {
    max-width: 500px;
    margin: 0 auto;
}

.form-control {
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 35px;
    -webkit-box-shadow: 0px 10px 41px -23px rgba(210, 48, 255, 0.51);
    -moz-box-shadow: 0px 10px 41px -23px rgba(210, 48, 255, 0.51);
    box-shadow: 0px 10px 41px -23px rgba(210, 48, 255, 0.51);
    border: 1px solid #e791ff;
    margin-bottom: 30px;
    height: 63px;
    outline: none;

}

.form-box p {
    font-size: 16px;
    color: #666;
}

.form-box h2 {
    color: #56006f;
    font-size: 40px;
    margin-bottom: 20px;
}
.form-box h5 {
    color: #cb6be6;
    font-size: 24px;
    margin-bottom: 10px;
}

.otp-box .otp_input {
    width: 50px;
    background-color: #eee;
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
    border: none;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 6px;
}

.vive-button {
    width: 190px;
    height: 50px;
    border-radius: 35px;
    background-color: #ad2cd1;
    font-size: 18px;
    color: #fff;
    border: 0;
}

.vive-button:hover,
.vive-button:focus {
    background-color: #770fc8;
}

button i {
    margin-left: 10px;
}

.step-header {
    list-style-type: none;
    max-width: 670px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-left: 0;
}

.step-header li {
    background-color: #b6b6b6;
    height: 3px;
    width: 90px;
    display: flex;
    cursor: pointer;
}

.step-header li a {
    display: none;
}

.step-header li.active {
    background-color: #bf16ef;
}

.step-content-box {
    margin-top: 40px;
}

.step-content-box input.name {
    max-width: 440px;
    width: 100%;
    margin: 0 auto 30px auto;
}

.step-title {
    font-family: 'MTCORSVA';
    font-size: 32px;
}

.step-content-box p {
    font-size: 16px;
}

.range-holder {
    max-width: 600px;
    margin: 50px auto 30px auto;
}

.opt-scroll-box {
    overflow: auto;
    height: calc(100vh - 460px);
    position: relative;
    max-width: 1150px;
    margin: auto;
}

.bootom-transbox {
    width: 100%;
    background: #fff;
    text-align: center;
    position: sticky;
    bottom: 0;
    padding: 15px 0;
}

.item-container {
    display: flex;
 
    flex-wrap: wrap;
    padding: 15px;
}

.check-box {
    cursor: pointer;
    padding: 14px 0px;
    width: 265px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #f6d8ef;
    color: #898989;
    font-size: 18px;
    border-radius: 30px;
    transition: ease-in-out .5s;
    -webkit-box-shadow: 0px 10px 41px -23px rgba(210, 48, 255, 0.51);
    -moz-box-shadow: 0px 10px 41px -23px rgba(210, 48, 255, 0.51);
    box-shadow: 0px 10px 41px -23px rgba(210, 48, 255, 0.51);
}

.check-box.active {
    background-color: #ad2cd1;
    color: #fff;
}

.check-box:hover {
    box-shadow: none;
}

#next-btn:disabled {
    opacity: .5;
}

.plan-holder {
    max-width: 600px;
    margin: auto;
    text-align: left;
    color: #8e8e8e;
}

.plan-holder textarea {
    height: 200px;
    margin-bottom: 15px;
}



/* @media (min-width: 992px) {
    .flex-box {
        justify-content: space-between;
    }
} */
@media (max-width:1140px) {
    .sign-in-block {margin-left: 10px;}
}

@media (max-width:767px) {
    .check-box {
        width: 48%;
    }
    .login-opt {
        width: 100%;
    }
}

@media (max-width:800px) and (orientation: landscape) {
    .container {
        max-width: 100%;
    }

    .flex-box {
        justify-content: center;
    }

    footer {
        margin-top: 40px;
    }
}

@media (max-width:480px) {
    footer {
        font-size: 13px;
    }

    footer a {
        padding: 10px 5px;
    }

    .step-header li {
        height: 3px;
        width: 50px;
    }

    .step-title br,
    .sub-text br {
        display: none;
    }

    .check-box {
        width: 100%;
    }

    .otp-box .otp_input {
        width: 40px;
    }
}

@media only screen and (max-width:1480px) {
    
    .opt-scroll-box {
    height:300px; } .check-box {
    padding: 5px 0px;
    margin-bottom: 5px;
    font-size: 14px;

}
.opt-scroll-box .form-control {height:44px;}

}