﻿.logo-header {
    position: absolute;
/*    top: 410px;*/
    top: 52px;
    width: 200px;
}
.bg-img-header {
/*    background-image: url('/assets/mtnBGTop.png');
    background-position: center;
    background-size: cover;
    height: 474px;*/
    background-position: center;
    background-size: cover;
    height: 100px;
}

.logo-header-cont {
    margin-left: auto;
    margin-right: auto;
    /*  width: 136px;
    height: 50px;*/
    width: 200px;
    height: 44px;
    background-image: url(../assets/logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 25px auto;
}
.splash-fl {
    font-size: 16px;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.splash-sl {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.icon-changename {
    text-align: center;
}

.check-icon-cont {
    text-align: center;
}

.check-icon {
    position: absolute;
    top: -33px;
    left:42%;
}

.hd-tb {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    overflow-wrap: break-word;
}


    .hd-tb tr:nth-child(2n-1) {
        background-color: #f1f1f1;
    }

.language {
    position: absolute;
    right: 15px;
    top: 25px;
}