/* menu moblie footer*/
.menu-fixed-mobile{
    display: none;
}
div.bt-menu-fixed-mobile{
    padding: 16px 12px !important;
    text-align: center;
    background: rgb(3 37 108 / 25%);
    border-right: 1px solid #FFFFFF;
}
div.bt-menu-fixed-mobile:hover{
    background: #2541B2;
}
div.bt-menu-fixed-mobile a{
    color: #03256C;
    text-decoration: none;
}
div.bt-menu-fixed-mobile:hover a{
    color: #FFFFFF;
    text-decoration: none;
}
div.bt-menu-fixed-mobile div.icon{
    font-size: 24.94px;
    line-height: 0;
}
div.bt-menu-fixed-mobile div.txt-menu-fixed-mobile{
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.2px;
}
div.tab-more{
    height: 100%;
    background-color: #FFFFFF;
    padding: 29px 20px;
    width: 100%;
    position: fixed;
    top: 135px;
}
div.bt-tab-more{
    padding-bottom: 5px;
    border-bottom: 1px dashed #03256C;
}
div.bt-tab-more:nth-child(5){
    border-bottom: 0px dashed #03256C;
    padding-bottom: 80px;
}
div.bt-tab-more a{
    color: #373737;
    text-decoration: none;
}
div.bt-tab-more a:hover{
    color: #373737;
    text-decoration: none;
}
div.bt-tab-more img{
    margin-right: 17px;
}
div.bt-tab-more a span{
    font-weight: 300;
    font-size: 17px;
    line-height: 56px;
    letter-spacing: 0.2px;
}
.menu-fixed-mobile #menuClaim{
    display: none;
}

@media only screen and (max-width: 575px) {
    .menu-fixed-mobile{
        display: block;
        width: 100%; 
        position: fixed; 
        left: 0; 
        bottom: 0; 
        background: #d9dfe9;
    }
}
@media only screen and (max-width: 450px) {
    div.bt-menu-fixed-mobile{
        padding: 16px 8px !important;
    }
}
@media only screen and (max-width: 424px) {
    div.bt-menu-fixed-mobile div.txt-menu-fixed-mobile{
        font-size: 13px;
    }
}
@media only screen and (max-width: 375px) {
    div.bt-menu-fixed-mobile div.txt-menu-fixed-mobile{
        font-size: 12px;
        line-height: 13px;
        margin-top: 4px;
        height: 26px;
    }
}