.container{
    width: 70%;
}
h2{
    background-color: #A60808;
    color: white;
    padding:10px;
}
p{
    font-size: 1.50em;
}
.steps_div{
    width: 100%;
    text-align: center;
}
label{
    font-size: 2em;
    color: #A60808;
}
.steps_div div{
    display: inline-block;
    vertical-align: top;
    PADDING:20PX;
}
.btn_prem_sec{
    font-size: 1.70em;
}
.input_prem{
    width: 40%;
}
table{
    margin: 10px auto;
    width: 80%;
    font-size: 1.70em;
    text-align: left;
}

@media screen and (max-width:1200px){
    h2{
        font-size: 2em;
    }
    p,label{
        font-size: 1.20em;
        width: 90%;
    }
    .steps_div div{
        padding:0;
        width: 30%;
    }
    .input_prem{
        height: 40px;
    }
    table, .btn_prem_sec{
        font-size: 1.20em;
    }
}
@media screen and (max-width:768px) {
    .container{
        width: 80%;
      }
      h2{
            text-align: center;
            font-weight: bold;
            color: #A60808;
            background-color: transparent;
        }
      .container input{
        width: 60%;
      }
}

@media screen and (max-width:435px) {
    .container{
        width: 90%;
    }
    .container input{
        width: 100%;
      }
}
/*a.sign_out_btn{
    text-decoration: none;
    padding: 10px;
}

ul.step-wrap{
    width:70%;
    margin: 0 auto;
    text-align: center;
}
ul.step-wrap li {
     display: inline-block;
    width: 170px;
    height: 210px;
    text-align: center;
    padding: 20px;
    border: 3px solid #911416;
    border-radius: 5px;
    margin: 20px;
}

ul.step-wrap > li > div   {
    text-align: center;
    
}

ul.step-wrap > li > div > label {
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

ul.step-wrap p{
    word-wrap: break-word;
    min-width: 120px !important;
    font-size: 13px;
    width: 100%;
    text-align: center;
}

.login-form{
        padding: 20px 64px;
}

.login-wrap{
    background-color: #ffeeee;
    border-radius: 10px;
    border: 2px solid #ffcaca;

}

.profile-photo{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

.search_online_menu{

}

.search_online_menu li{
     display: inline-block;
    width: 49%;
    text-align: center;
    background-color: #ffdada;
    padding: 11px 6px 0;
    font-size: 10px;
    font-weight: 600;
    
}

.search_online_menu i{
    font-size: 16px;
    
}