body{
    font-family: 'Roboto', sans-serif;
}
.second-row{
    padding-bottom: 40px;
}
a{
    text-decoration: none;
}
.b{
    border: 1px solid black;
}
.shado{
    box-shadow: 1px 1px 10px rgb(125, 119, 119);
}
.topmenu{
    height: 64px;
    padding-top: 13px;
    padding-left: 20px;
    padding-bottom: px;
    padding-right: 20px;
}
.title{
    color: #4F6DF5;
    font-size: 25px;
}
.menu_item1{
    color: #4F6DF5;
    font-size: 17px;
    padding-top: 8px;
    text-align: right;
}
.menu_item2{
    color: #4F6DF5;
    font-size: 17px;
    padding-top: 8px;
    text-align: left;
}
.menu_login{
    color: #555050;
    font-size: 17px;
    padding-top: 8px;
    text-align: left;
}
.mobile-icon{
    display: none;
}
.mobile-icon-list{
    display: none;
}
/* login_box */
.login_box{
    padding-top: 50px;
}
.secqurity-check{
    font-size: 18px;
    font-weight: 500;
}
.after-secqurity{
    font-size: 13px;
}
.login_box-title{
    background-color: #4F6DF5;
    font-size: 20px;
    font-weight: 500;
}
.login_box-form{
    margin-top: -50px;
    border-left: 1px solid rgb(236, 227, 227);
    border-right: 1px solid rgb(236, 227, 227);
    border-bottom: 1px solid rgb(236, 227, 227);
}
.login_box-area{
    padding-top: 30px;
}
input{
    width: 100%;
    outline: none;
    border: 0px;
    border-bottom: 1px solid rgb(173, 158, 158);
}
input:focus{
    border-bottom: 1px solid black;
}
.input-text-password{
    padding-top: 20px;
}
.input-text1{
    color: rgb(149, 134, 134);
    font-size: 13px;
    font-weight: 500;
}
.btnlogin{
    font-weight: 500;
    padding: 8px 60px;
    border-radius: 0px;
}
.login-box-footer{
    color: #4F6DF5;
    font-weight: 500;
    padding-top: 40px;
    padding-bottom: 20px;
}
.footer{
    background-color: #F5F5F5;
}
.footer-top{
    padding-top: 60px;
    padding-bottom: 20px;
    color: #4F6DF5;
    font-size: 17px;
}
.footer-text1{
    text-align: center;
}
.footer-text2{
    text-align: left;
}
.footer-text6{
    text-align: left;
}
.footer-text5{
    text-align: center;
}
.footer-last{
    text-align: center;
    font-size: 17px;
    padding-bottom: 60px;
}
.chat{
    position: fixed;
    background-color: #4F6DF5;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 20px;
    right: 1%;
    top: 75%;
}