.modal-open{
    overflow-y: scroll;
}
body{
    padding-right:0 !important;
}
.sidenavofright{
    position: fixed;
    right: 0px;
    top: 47%;
    z-index: 999;
    background: #001d5d;
}
.itemsamestyle{
    width: 80px;
    height: 80px;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    cursor: pointer;
}
.itemsamestyle:hover{
    width: 80px;
    height: 80px;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    cursor: pointer;
    background: rgb(249, 70, 40);
}
.lastitem{
    border-bottom: none;
}
#backtop{
    display: none;
    width: 80px;
    height: 80px;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    padding-top: 10px;
    /*padding-left: 17px;*/
    text-align: center;
    cursor: pointer;
}
#backtop:hover{
    display: none;
    width: 80px;
    height: 80px;
    padding-top: 10px;
    /*padding-left: 17px;*/
    text-align: center;
    background: rgb(249, 70, 40);
    cursor: pointer;
}
.iss-img{
    width: 48px;
    height: 42px;
}
.iss-span{
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    /* margin-top: 5px; */
}
.iss-txt{
    font-size: 12px;
    color: #fff;
    font-weight: bold;
     margin-top: 5px;
}
.otherimgcss{
    position: relative;
    width: 334px;
    height: 334px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15%;
    background: #fff;
}
.zidingyiclose{
    color: #333 !important;
    font-size: 38px !important;
    position: absolute;
    right: 10px;
    top: 10px;
}
.zidingyiclosetwo{
    color: #333 !important;
    font-size: 28px !important;
    position: absolute;
    right: 5px;
    top: 10px;
}
.inputoftestneed{
    width: 320px;
    height: 48px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.m_inputlength {
    width: 300px;
    height: 48px;
    background: none;
    outline: none;
    border: none;
    border: 1px solid #c9c9c9;
}
.noticetxt{
    left: 20px;
    font-size:14px;
    color:#333;
    position: absolute;
    top: 25px;
    opacity: .8;
}
.submitbutton{
    width: 300px;
    height: 48px;
    color: #fff;
    background: rgb(1, 5, 40);
    font-size: 22px;
    cursor: pointer;
    line-height: 48px;
    text-align: center;
}
.otherinputcss{
    margin-top: 40px !important;
}