.main-content {
    padding-bottom: 120px;
    /* padding-top: 70px; */
}
.profile-picture {
    padding: 35px 25px 15px 25px;
}
.profile-picture img {
    padding: 1px;
    background: #f1f1f1;
}
#upload-avator {
    position: absolute;
    bottom: 9px;
    right: 9px;
    cursor: pointer;
}
#upload-avator i {
    width: 26px;
    height: 26px;
    color: #fff;
    font-size: 14px;
    padding: 6px 4px;
    border: 0px solid #fff;
    background: #fff;
    border-radius: 50%;
    background: #157347;
}
.profile-picture .profile-name {
    margin-top: 20px;
}
.profile-picture .profile-mobile {
    margin-top: 3px;
}
.profile-verify {
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.left-menu-icon {
    width: 25px;
    display: inline-block;
}
.left-menu-icon i {
    font-size: 14px;
    color: #606268 !important;
}
.profile-verify a {
    font-size: 16px;
    color: #333;
}
.rounded-5 {
    border-radius: 5px;
}
.mygov-link {
    color: red;
}
#print-img {
    width: 23px;
}
.incomplete-print {
    display: none;
}

.profile-data {
    border: 1px solid #88cd8670;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
}
.profile-data-lock {
    position: relative;
    height: 34px;
}
.profile-data-lock .fas {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #a7aab1;
}
.sapn-source {
    display: block;
    font-size: 11px;
    color: #b2beb5;
}
.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}

footer.container-fluid.p-0 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
@media only screen and (max-width: 575px) {
    .main-content {
        padding-bottom: 200px;
    }
}


.nav-link {
    color: #606268 !important;
    padding: .4rem 1rem;
}
.nav-link i{
    font-size: 20px;
}
.nav-link .collapse-head {
    color: #000 !important;
}
.nav-pills .nav-link.active {
    color: #3C884A !important;
    background: none;
}
.nav-pills .nav-link.active i {
    color: #3C884A !important;
}
.nav-pills .nav-link.active:hover {
    color: #3C884A !important;
    background: none;
}
.nav-pills .nav-link.active:hover i {
    color: #3C884A !important;
}
.nav-pills .nav-link:hover {
    color: #333 !important
}
.nav-pills .nav-link:hover i{
    color: #3C884A !important;
}
.nav-pills li:nth-child(6) {
    /* border-bottom: 1px solid #EAECF0; */
}
.nav-pills li:nth-child(7) {
    border-bottom: 1px solid #EAECF0;
}
.nav-pills li:nth-child(8) {
    border-bottom: 1px solid #EAECF0;
}
.nav-pills li {
    padding: 5px 0px;
}
.nav-pills li a {
    font-size: 16px;
}
.nav-pills li a > span:first-child{
    width: 35px;
    display: inline-block;
}