body {
    font-family: 'UbuntuViva';
    font-style: normal;
}
.header_top {
    background-color: #00a39b;
    border-bottom: 1px solid #0f7d78;
}

#logo {
    color: #ffea3c;
}

.SubTxt {
    color: white;
    width: 50vw!important;
}

.txt2 span {
    background: #ef7f1a;
    border-radius: 10px;
    padding: 0 5px 0 0;
    margin-right: 5px;
}

.card-image {
    background: #d0395e;
}

.card:hover .card-image {
    transform: translateY(-10%);
}

.header-color {
    background: #026662;
}

.go-back {
    background: #026662;
    color: #fff;
}

.go-back:hover {
    color: #fff;
    background-color: #06938c;
}

.rectangle-list a {
    background: #0f7d78;
    border: 1px solid #fff9ec;
}

.rectangle-list a:hover span {
    left: 3%;
}

.rectangle-list span {
    background: #e8426c;
    box-shadow: 0px 0px 3px #e8426c;
}

.footer-bottom {
    border-top: 3px solid #ffffff;    
}

.cat-list a {
    background: #0f7d78;
    border: 1px solid #fff9ec;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px;
}

.quesItem {
    background: #0f7d78;
    border: 1px solid #fff9ec;
}

.quesItemFib {
    background: #0f7d78;
    border: 1px solid #fff9ec;
}


.slider_item .box-a span {
    background-color: #0f7d78;
    color: #056460;
}

.slider_item .box-a:hover {
    color: #0f7d78;
}

.slider_item .box-a:hover span {
    background-color: #056460;
    color: #0f7d78;
}

.activenum {
    color: #0f7d78!important;
}

.activenum span {
    color: #0f7d78!important;
    background-color: #056460!important;
}

.slider_arrow__right,
.slider_arrow__left {
    background-color: #00a39b;
}
#fib{
overflow:hidden;	
}
.classno{
    background: #ffda1c;
    color: #2b2a29;
    font-size: 4vw;
    border-radius: 100%;
    border: 3px solid #fff;
    font-weight: bold;
    width: 5vw;
    height: 5vw;
    text-align: center;
    position: absolute;
    right: 0;
}

#header .containerarea{
    width: 80vw;
    margin: auto;
}
#header .ilcontainer{
    width: 74vw;
    margin: auto;
}

.lpclassno{
    background: #ffda1c;
    color: #2b2a29;
    font-size: 4vw;
    border-radius: 100%;
    border: 3px solid #fff;
    font-weight: bold;
    width: 5vw;
    height: 5vw;
    text-align: center;
    position: absolute;
    right: 0;
    top: 2vh;
}

.lpbookname{
    color: #ffffff;
    font-size: calc(1.8vh + 1.8vw);
    line-height: 12vh;
    display: block;
    font-weight: bold;
}
.containerarea .lp-10{
    width: 80%;
    float: left;
}
.containerarea .lp-2{
    width: 20%;
    float: right;
    position: relative;
}