body{
    background: #e5f1f4 !important;
}
.indexmainbox {
    padding-top: 90px !important;
}
.bottombox {
    background: #005b54 !important;
}
.tabBox{
    width: 1200px;
    margin: 20px auto 50px;
    display: flex;
    justify-content: space-between;
}
.menuBox{
    width: 260px;
    background: #fff;
}
.menuTit{
    background: #08816e;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
}

.menuList{
    margin-top: 10px;
}
.menuList p{
    font-size: 16px;
    padding: 15px 10px 15px 20px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}
.menuList p:hover{
    color: #08816e !important;
    font-weight: bold;
}
.menuCont{
    width: 850px;
    background: #fff;
    padding: 20px 30px;
}
.menuActive{
    color: #08816e !important;
    font-weight: bold;
}
.applyCont{
    width: 850px;
    background: #fff;
    padding: 20px 30px;
}
.no-data{
    width: 100% !important;
}
