.lk-page {
    background: #ecedf0;
}

.d-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    padding: 22px 20px 22px;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 0 8px rgba(0, 0, 0, .05);
    color: #232323;
    max-width: 700px;
    margin: 0 auto;
}
.btn-mobile {
    font-size: 13px;
    font-weight: 500;
    min-width: 180px;
    padding: .5rem .75rem;
    border-radius: 0.3rem;
    text-transform: uppercase;
}

.lk-page .form-nav-tabs {
    border-bottom: 1px solid #ddd;
}
.lk-page .nav-tabs .nav-link {
    text-decoration: none;
    background: #f7f7f7;
    color: #454545;
    padding-bottom: 5px;
}
.lk-page .nav-tabs .nav-link {
    width: 32%;
    margin-right: 4px;
}
.lk-page .nav-tabs.w-20 .nav-link {
    width: 20%;
    min-width: 70px;
}
.lk-page .nav-tabs .nav-link:hover {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.lk-page .nav-tabs .nav-link.active {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    margin-bottom: -1px;
    padding-bottom: 6px;
    font-weight: 500;
}
.lk-page .tab-content {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 20px 15px 12px;
    border-radius: 0 0 4px 4px;
}