.header{
    display: none;
}
.right-content{
    display: none;
}
.footer{
    display: none;
}
.mobile-header{
    display: flex;
    align-items: center;
    order:1;
    width: 100%;
    height: 10vh;
    background-color:#2A0A12;
    box-sizing: border-box;
    box-shadow: 0 0 4px rgba(32,32,32,0.7);
    z-index: 2000;
}
.mobile-header h2 {
    width: 100%;
    margin: 0 auto;
    font-size: 1.1rem;
    font-weight: 800;
    color: white;
    text-align: center;
}
.mobile-back{
    position: absolute;
    padding-top: 5px;
    padding-left: 12px;
}
.content{
    display: initial;
    padding:0px;
    margin:0px;

}
.mobile-content{
    display: flex;
    order:2;
    flex-direction: column;
    top:7vh;
    background-color: #f1e8db;
    background-image: url(../images/cream-paper.png);
    font-weight: 400;
    font-size: 13px;
    padding: 10px;
    vertical-align: middle;
    letter-spacing: 0.5px;
}
.mobile-title{
    font-weight: 400;
    font-size: 14px;
}
.mobile-desc{
    padding-top: 5px;
}
.left-content{
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.mobile-pdf{
    padding-top: 5px;
}
.mobile-info-list{
    padding-top: 5px;
    font-size: 0.875rem;
    font-weight: 400;
}
.mobile-list{
    float: left;
}
.mobile-search {
    padding-left: 5px;
    float: left;
}
.mobile-rightRstBox{
    overflow: auto;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 0.8125rem;
    font-weight: 400;
    box-sizing: border-box;
    height: 250px;
}
.mobile-rightRstBox div{
    overflow: auto;
}
.mobile-rightRstBox span a{
    color: #372e2d;
}
.mobile-rightRstBox::-webkit-scrollbar{
    width: 12px;
    height: 12px;
}
.mobile-rightRstBox::-webkit-scrollbar-track{
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.mobile-rightRstBox::-webkit-scrollbar-thumb{
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:#7e7677;
}
.mobile-list-content{
    display: none;
}