.section-md {
    padding: 40px 0;
}

.sticky-sidebar {
    position: sticky;
    top: 70px;
}

.profile-sidebar {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2392156863);
}
.profile-sidebar .user {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 25px;
    padding-bottom: 0;
}
.profile-sidebar .user img {
    width: 55px;
    height: 55px;
    margin-right: 18px;
    border-radius: 100%;
    padding: 4px;
    border: 1px solid #ccc;
}
.profile-sidebar .user .user-name {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.5px;
}
.profile-sidebar .user .user-role {
    font-size: 15px;
    color: #18569d;
    opacity: 0.75;
    font-weight: 600;
}
.profile-sidebar .navigation-sidebar {
    font-size: 14px;
}
.profile-sidebar .navigation-sidebar h5, .profile-sidebar .navigation-sidebar .h5 {
    margin: 0;
    padding: 15px 0 18px 0;
    line-height: 1;
    font-size: 18px;
    font-weight: 800;
    color: #18569d;
}
.profile-sidebar .navigation-sidebar h5 a, .profile-sidebar .navigation-sidebar .h5 a {
    color: #18569d;
}
.profile-sidebar .navigation-sidebar h5 a:hover, .profile-sidebar .navigation-sidebar .h5 a:hover {
    color: #18569d;
}
.profile-sidebar .navigation-sidebar .sidebar-nav {
    border-bottom: 1px solid rgba(17, 17, 17, 0.1294117647);
    padding: 0 25px;
}
.profile-sidebar .navigation-sidebar .sidebar-nav ul {
    margin: 0;
    padding: 0 0 20px 0;
    list-style-type: none;
}
.profile-sidebar .navigation-sidebar .sidebar-nav ul li:first-child a {
    padding-top: 0;
}
.profile-sidebar .navigation-sidebar .sidebar-nav ul li a {
    color: #111;
    line-height: 1.8;
    display: block;
    padding-top: 6px;
    font-size: 16px;
    font-weight: 600;
    opacity: 0.75;
    position: relative;
}
.profile-sidebar .navigation-sidebar .sidebar-nav ul li a:hover {
    color: #18569d;
    opacity: 1;
}

.ml-30 {
    margin-left: 30px;
}

.user-main-info {
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 9px;
    background: #18569d;
}
.user-main-info .prop-info {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.user-main-info .prop-info .title {
    font-size: 16px;
    font-weight: 500;
}
.user-main-info .grid {
    grid-template-columns: repeat(4, 1fr);
}
.user-main-info .grid > div:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.2196078431);
    border-right: 1px solid rgba(255, 255, 255, 0.2196078431);
    padding: 0 10px;
    margin: 0 0;
}
.user-main-info .grid > div:last-child {
    border-right: none;
    margin-right: 0;
}

.navigation-menu-items {
    height: 100%;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    display: block;
    transition: 0.2s linear;
    color: rgba(15, 15, 15, 0.8784313725);
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px;
    transition: 0.2s linear;
    padding: 30px;
    line-height: 1.2;
}
.navigation-menu-items:hover {
    background: #18569d;
    color: #fff !important;
    transition: 0.2s linear;
}
.navigation-menu-items:hover i {
    color: #fff;
}
.navigation-menu-items i {
    display: block;
    font-size: 30px;
    padding-bottom: 13px;
    color: rgba(15, 15, 15, 0.8784313725);
    transition: 0.2s linear;
}

.error {
    color: #a81f00;
    display: inline-block;
    margin-top: 7px;
    font-size: 15.4px;
    font-weight: 600;
}

.form-container .c-container {
    max-width: 780px;
}
.form-container .form-content {
    max-width: 520px;
    width: 100%;
    padding: 30px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.2392156863);
    box-shadow: 1px 11px 25px rgba(0, 0, 0, 0.2705882353);
    margin: auto;
}
.form-container .form-content header {
    font-size: 30px;
    font-weight: 700;
    color: #18569d;
    text-align: center;
    line-height: 1;
}
.form-container .form-content p {
    text-align: center;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 700;
    color: #111;
}
.form-container .form-content form {
    margin-top: 30px;
}
.form-container .form-content .field {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    border-radius: 6px;
}
.form-container .form-content .field i {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    font-size: 20px;
}
.form-container .form-content .field input {
    height: 50px;
    outline: none;
    padding: 0 15px 0 18px;
    border: 1px solid #CACACA;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.2117647059);
    border-radius: 6px;
    transition: all 0.35s ease-in-out;
}
.form-container .form-content .field input:focus {
    transition: all 0.35s ease-in-out;
    border-color: #18569d;
}
.form-container .form-content .field button {
    height: 55px;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 800;
    border-radius: 6px;
    color: #fff;
    background-color: #18569d;
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
}
.form-container .form-content .form-link {
    text-align: center;
    margin: 0px 0 17px 0;
}
.form-container .form-content .form-link a {
    font-weight: 800;
    font-size: 15px;
    color: #0171d3;
    text-decoration: none;
}
.form-container .form-content .form-link a:hover {
    color: #18569d;
}
.form-container .form-content .form-link span {
    font-size: 15px;
    font-weight: 400;
    color: #232836;
}

.form-nav {
    margin: 0 0 35px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
.form-nav li {
    cursor: pointer;
    color: rgb(0, 104, 239);
    background-color: rgb(232, 242, 255);
    border: 1px solid rgb(0, 104, 239);
    width: 100%;
    max-width: 100%;
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    white-space: nowrap;
    border-radius: 9999px;
    padding: 12px;
    font-size: 17px;
    margin-right: 20px;
    font-weight: 800;
}
.form-nav li:hover, .form-nav li.active {
    background: #18569d;
    border-color: #18569d;
    color: #fff;
}
.form-nav li:hover a, .form-nav li.active a {
    color: #fff;
}

.slick-dots {
    display: none !important;
}