.theme2 .row.glossary .glossalry-view .glossalry-list {
    border: 1px solid #C91429;
    box-shadow: none;
    background-color: #ffffff;
    border-radius: 20px;
}
.glossalry-list h2 {

    margin-bottom: 15px;
    color:#C91429
}
body{
    background-color: #ffffff !important;
}
.glossalry-filter {
    margin: 10px 0 30px;
}
.mnBannerTop {
  
    margin-bottom: 0px;
}

.theme2 .glossalry-filter li a{
    color: #d12b3f;
    border: none;
    background-color: #fff4d9;
}
 .theme2 .glossalry-filter li a:hover{
    color: #d12b3f;
    border: none;
    background-color: rgb(201 20 41 / 5%) !important;
    border:1px solid #d12b3f !important
}

.startSip,.tout,.acStatementRht {
    
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow:none !important;
    background-color:#ffffff !important;
    border-radius:20px;
}
.startSip:hover, .tout:hover, .acStatementRht:hover {
    background-color: rgb(201 20 41 / 5%) !important;
    border:1px solid #d12b3f !important;
}
.theme2 .glossalry-filter li.disable a,.theme2 .glossalry-filter li.disable a:hover {
    background: #b8b8b8 !important;
    border: 1px solid #b8b8b8 !important;
    color: #fff;

}
.glossalry-filter li.active a,.glossalry-filter li.active a:hover {
    background: #d12b3f !important;
    border: 1px solid #d12b3f !important;
    color: #fff !important; 
}
.startSip .type2 {
    background: #d12b3f !important;
    border: 1px solid #d12b3f !important;
    color: #fff !important; 
}
.theme2 .startSip p {
    color: #000;
    font-style: normal;
}
.cmn_btn_gl{
    background: #d12b3f !important;
    border: none !important;
    color: #fff !important;
    padding: 8px 28px 8px 14px !important;
    font-size: 14px !important;
    border-radius: 4px;
    position: relative;
    font-weight: 400 !important;
    display: inline-block;
    line-height: normal !important;
}
.cmn_btn_gl::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
    top: 12px;
    right: 15px;
    transition: 0.3s all linear;
}
.cmn_btn_gl:hover::after{
    right: 10px;
    transition: 0.3s all linear;
} 
.acStatementRht {
    text-align: left;
}

.glossalry-filter li {
    
    height: auto;
    margin: 0 3px 6px 6px;
}


@media only screen and (max-width: 767px) {
    .mnBannerTop .dvContent {
      
        border: none;
        background: none;
    }
}