body {
    font-family: 'Roboto', sans-serif;
}

.whole-body {
    height: 100vh;
}

nav {
    padding: 20px 0;
    background: #1f1f1f;
}

nav a {
    padding: 0 10px;
    border-radius: 5px;
    color: whitesmoke;
    border: 1px solid whitesmoke;
    float: right;
}

nav a:hover {
    color: lightgray;
    text-decoration: none;
    border: 1px solid lightgray;
}

nav button {
    padding: 0 10px;
    border-radius: 5px;
    color: whitesmoke;
    border: 1px solid whitesmoke;
    float: right;
    background: transparent;
}

nav button:hover {
    color: lightgray;
    text-decoration: none;
    border: 1px solid lightgray;
    cursor: pointer;
}

.nav_log_btn {
    padding: 2px 17px;
    border-radius: 5px;
    color: whitesmoke;
    border: 1px solid whitesmoke;
    background: transparent;
}

.nav_log_btn:hover {
    color: lightgray;
    text-decoration: none;
    border: 1px solid lightgray;
    cursor: pointer;
}

.forgot {
    text-align: end;
    max-width: 760px;
}

.forgot a {
    color: #cecccc;
    font-size: 13px;
    padding-right: 5px;
}

.my_container {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
}

.my_container .col-name {
    padding: 0 1px 0 0;
}

.my_container .col-password {
    padding: 0 0 0 1px;
}

.my_container .col-btn {
    padding: 0 0 0 5px;
}

@media (max-width:400px) {
    .nav_log_btn {
        padding: 2px 2px;
    }
}

#login_form input {
    width: 100%;
}

#log {
    background: #1f1f1f;
    /* height: 40px; */
}

#log input {
    height: unset;
    font-size: unset;
    max-width: 200px;
}

@media (max-width:500px) {
    #log input {
        max-width: 100%;
        width: 100%;
    }

}

#main {
    margin-top: 10%;
    width: 40%;
}

select {
    width: 60%;
    height: 60px;
    font-size: 20px;
}

.step2,
.step3,
.step4,
.step5,
.step6 {
    display: none;
}

.step4 select {
    width: 100%;
    height: 60px;
    font-size: 20px;
}

input {
    height: 60px;
    font-size: 20px;
}

.btn-custom {
    color: white !important;
    background: #d8430f;
    border-radius: 5px;
    font-size: 24px;
    font-weight: bold;
    width: auto;
    height: 60px;
    line-height: 60px;
    margin: 20px 0;
    padding: 0 25px;
}

.btn-custom:hover {
    color: white;
    background: #e05725;
}

.date-error,
.name-error,
.city-error,
.age-error {
    margin: 15px 0 -20px;
    color: red;
    font-size: 20px;
    font-weight: bold;
    opacity: 0;
}

.tt-menu {
    background: white;
    width: 100%;
    text-align: center;
}

.email-error,
.password-error,
.tac-error {
    margin: 0 0 -30px;
    color: red;
    font-size: 20px;
    font-weight: bold;
    opacity: 0;
}

.custom-control-label {
    padding: 0 0 0 25px;
    margin-bottom: 0;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 0.6s;
    /* animation-delay: .5s; */
}

@media (max-width:975px) {
    #main {
        margin-top: 20%;
        width: 100%;
    }
}

@media (max-width:775px) {

    /* .step1,
    .step2,
    .step3,
    .step4,
    .step5,
    .step6 {
        background: #ffffff85;
        border-radius: 10px;
        padding: 15px 0;
    } */
    .layer {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #ffffffcc;
        z-index: -1;
    }
}

@media (max-width:775px) {
    h1 {
        font-size: 1.8rem;
    }
}

@media (max-width: 444px) {
    .logo {
        max-width: 80%;
    }

    nav a {
        font-size: 13px;
    }

    .navbar {
        padding: 0 !important;
    }
}

.step_no {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: lightgray;
    height: 40px;
}

.step_no p {
    float: left;
    width: 16.66%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.step_no .active {
    background: limegreen;
}

.age_select {
    width: 100% !important;
}

.btn6 {
    margin-bottom: 80px;
}
.mob-login{
    display: none;
}
@media (max-width: 500px){
    #collapse-btn{
        display: none;
    }
    .navbar .container{
        text-align: center;
        display: block;
    }
    .mob-login{
        position: fixed;
        bottom: 45px;
        left: 0;
        right: 0;
        text-align: center;
        display: block;
    }
    .mob-login a{
        font-size: 12px;
    }
    .custom-control-label {
        font-size: 13px;
    }
    .step-title h1 {
        font-size: 1.5rem;
    }

    .step-subtitle h3 {
        font-size: 1.4rem;
    }

    .step6 {
        margin-top: -50px;
    }
    .step-title-6{
        display: none;
    }
}
