@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

button,
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body,
html {
    height: 100%;
    width: 100%;
}

body {
    font-family: "Inter", sans-serif;
    font-family: "VAG Rounded Std";
    font-size: 14px;
    background: #fff;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
}
.container {
    max-width: 1638px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #eaecf0;
    background: #fff;
    padding: 17px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header .container-fluid {
    padding: 0 32px;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 37px;
    object-fit: contain;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0px 0;
    align-items: center;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .navbar-nav {
    margin: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-flow: inherit;
    gap: 24px;
}

.navbar .navbar-nav .form-group {
    position: relative;
}
.navbar .navbar-nav .form-group img {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.navbar .navbar-nav .form-group .form-control {
    color: #667085;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 10px 10px 42px;
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 278px;
}
.navbar .navbar-nav .dropdown .dropdown-toggle {
    background-color: transparent;
    border: none;
    box-shadow: none;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar .navbar-nav .dropdown .dropdown-toggle:after {
    display: none;
}
.navbar-nav .notification-drop .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
    width: 414px;
    padding: 0;
}
.navbar-nav .notification-drop .dropdown-menu .drop-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #D0D5DD;
}
.navbar-nav .notification-drop .dropdown-menu .drop-header h3{
    color: #004997;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}
.navbar-nav .notification-drop .dropdown-menu .drop-header .drop-right-part{
    display: flex;
    align-items: center;
    gap: 16px;
}
.navbar-nav .notification-drop .dropdown-menu .drop-header .drop-right-part a{
    display: block;
}
.navbar-nav .notification-drop .dropdown-menu .drop-header .drop-right-part img{
    max-width: 100%;
}
.navbar-nav .notification-drop .dropdown-menu .drop-body{
    padding: 24px;
}
.navbar-nav .notification-drop .dropdown-menu .drop-body li{
    margin: 0 0 24px;
}
.navbar-nav .notification-drop .dropdown-menu .drop-body li:last-child{
    margin: 0;
}
.navbar-nav .notification-drop .dropdown-menu .drop-body li a{
    color: #004997;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.navbar-nav .notification-drop .dropdown-menu .drop-body li a h6{
    margin: 8px 0 0;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #475467;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}
.navbar-nav .profile-drop .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
    padding: 20px;
    width: 234px;
}
.navbar-nav .profile-drop .dropdown-menu .drop-header{
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 0 16px;
    margin: 0 0 16px;
    border-bottom: 1px solid #D0D5DD;
}
.navbar-nav .profile-drop .dropdown-menu .drop-header img{
    height: 32px;
    width: 32px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}
.navbar-nav .profile-drop .dropdown-menu .drop-header h3{
    white-space: nowrap;
    color: #222;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
}
.navbar-nav .profile-drop .dropdown-menu .drop-body li{
    margin: 0 0 16px;
}
.navbar-nav .profile-drop .dropdown-menu .drop-body li a{
    color: #222;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.navbar-nav .profile-drop .dropdown-menu .drop-footer{
    padding: 16px 0 0;
    border-top: 1px solid #D0D5DD;
}
.navbar-nav .profile-drop .dropdown-menu .drop-footer a{
    display: flex;
    align-items: center;
    gap: 16px;
    color: #231F20;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}


header .btn-secondary {
    color: #344054;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #d0d5dd;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 28px;
}
header .btn-secondary:hover {
    background-color: #d0d5dd;
    color: #000;
}
header .btn-primary {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #004997;
    background: #004997;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 28px;
}
header .btn-primary:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
/* **** toggler **** */
.navbar .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 50px;padding: 0;}
.navbar .navbar-toggler:focus {box-shadow: none;outline: none;}
.navbar .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus {outline: none;}
.navbar .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #344054;transition: all 300ms linear;}
.navbar .navbar-toggler-icon:after, .navbar .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #344054;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */




/* **** Login **** */
.login-wrp {
    display: flex;
    align-items: center;
}
.login-wrp .login-block {
    width: 50%;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0 40px;
}

.login-wrp .logo-img {
    position: absolute;
    top: 32px;
    left: 30px;
}
.login-wrp .logo-img img {
    height: 37px;
}
.login-wrp .login-form {
    max-width: 542px;
    margin: 0 auto;
}
.login-wrp .login-form .login-title {
    margin: 0 0 32px;
    text-align: center;
}
.login-wrp .login-form .login-title img {
    max-width: 100%;
    margin: 0 auto 32px;
}
.login-wrp .login-form .login-title h2 {
    color: #004997;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin: 0 0 12px;
}
.login-wrp .login-form .login-title p {
    color: #475467;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    margin: 0;
}
.login-wrp .login-form .form-group {
    margin: 0 0 20px;
}
.login-wrp .login-form .form-group label {
    color: #344054;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 0 0 6px;
}
.login-wrp .login-form .form-group .form-control {
    color: #101828;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #d0d5dd;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    outline: none;
    padding: 10px 14px;
}
.login-wrp .login-form .form-group .form-control:focus {
    border: 1px solid #004997;
    background-color: rgba(223, 239, 255, 0.25);
}
.login-wrp .login-form .form-group .form-control::placeholder {
    color: #667085;
}
.login-wrp .login-form .frg-box {
    display: flex;
    align-items: center;
    margin: 24px 0;
    justify-content: space-between;
}
.login-wrp .login-form .frg-box .form-checkbox {
    position: relative;
}
.login-wrp .login-form .frg-box .form-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
}
.login-wrp .login-form .frg-box .form-checkbox label {
    color: #344054;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    padding-left: 24px;
    margin: 0;
}
.login-wrp .login-form .frg-box .form-checkbox label a {
    color: #344054;
    text-decoration-line: underline;
}
.login-wrp .login-form .frg-box .form-checkbox label a:hover {
    color: #004997;
}
.login-wrp .login-form .frg-box .form-checkbox label:before {
    content: "";
    border-radius: 4px;
    border: 1px solid #d0d5dd;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 16px;
    width: 16px;
}
.login-wrp .login-form .frg-box .form-checkbox input:checked + label:after {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    font-size: 8px;
    color: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-wrp .login-form .frg-box .form-checkbox input:checked + label:before {
    background-color: #004997;
    border-color: #004997;
}
.login-wrp .login-form .frg-box .frg-link {
    color: #004997;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-decoration-line: underline;
}
.login-wrp .login-form .frg-box .frg-link:hover {
    color: #000;
}
.login-wrp .btn-submit {
    margin: 0 0 32px;
    text-align: center;
}
.login-wrp .login-form h6 {
    color: #475467;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
    text-align: center;
}
.login-wrp .login-form h6 a {
    color: #004997;
    font-weight: 700;
    text-decoration-line: underline;
}
.login-wrp .login-form h6 a:hover {
    color: #000;
}
.login-wrp .login-img {
    width: 50%;
    position: relative;
}
.login-wrp .login-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.login-wrp .login-img .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
select.form-control {
    background-image: url("../images/arrow-down.svg");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center right 12px;
    outline: none;
    box-shadow: none;
}
.btn-submit {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 4px;
    background: #004997;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border: none;
    display: block;
    width: 100%;
    padding: 12px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-submit:hover {
    background-color: #000;
    color: #fff;
}
.wizard-dots {
    padding: 40px 0 0;
}
.wizard-dots ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.wizard-dots ul li {
    border-radius: 6px;
    background: #dfefff;
    mix-blend-mode: multiply;
    width: 10px;
    height: 10px;
}
.wizard-dots li.active {
    background-color: #004997;
}
.btn-box {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0 0 32px;
}
.btn-box .btn-back {
    color: #344054;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 11px;
    border-radius: 4px;
    border: 1px solid #d0d5dd;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 100%;
}
.btn-box .btn-submit {
    margin: 0;
}
.login-wrp.step3 .login-block {
    width: 100%;
}
.login-wrp.step3 .wizard-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    padding: 0;
}
.login-wrp.step4 {
    height: 100vh;
}
.login-wrp.step4 .login-form {
    width: 560px;
    max-width: 100%;
}
.login-wrp.step4 .login-block {
    width: 100%;
}
.login-wrp.step4 .wizard-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    padding: 0;
}
.form-otp {
    padding: 32px 0 24px;
    max-width: 280px;
    margin: 0 auto;
}
.form-otp h4 {
    color: #344054;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 6px;
}
.form-otp .otp-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
}
.form-otp .form-control {
    color: #004997;
    text-align: center;
    font-family: "Inter", sans-serif;
    height: 64px;
    width: 64px;
    font-size: 44px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -0.96px;
    outline: auto;
    border-radius: 4px;
    border: 1px solid #d0d5dd;
    background: #fff;
    outline: none;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.form-otp .form-control::placeholder {
    color: #d0d5dd;
}
/* **** End Login **** */

/* **** Dashboard **** */
.dash-wrpper {
    background-color: #f9fbff;
    width: 100%;
    padding: 111px 32px 32px 114px;
    min-height: 100vh;
}
.dash-sidebar {
    position: fixed;
    left: 0;
    top: 82px;
    bottom: 0;
    padding: 32px 16px;
    width: 82px;
    background-color: #004997;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column;
    overflow-y: auto;
    overflow-x: hidden;
}
.dash-sidebar ul li {
    margin: 0 0 8px;
}
.dash-sidebar ul li:last-child {
    margin: 0;
}
.dash-sidebar .nav-link {
    display: flex;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
}
.dash-sidebar .nav-link img {
    max-width: 100%;
    filter: invert(1) brightness(3);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.dash-sidebar .nav-link:hover,
.dash-sidebar .nav-link.active {
    background: #c0deff;
}
.dash-sidebar .nav-link:hover img,
.dash-sidebar .nav-link.active img {
    filter: unset;
}
.dash-title {
    border-bottom: 1px solid #eaecf0;
    padding: 0 0 20px;
    margin: 0 0 24px;
}
.dash-title h2 {
    color: #004997;
    font-size: 49px;
    font-weight: 700;
    line-height: 58px;
    margin: 0 0 4px;
}
.dash-title p {
    color: #475467;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}
.product-banner {
    padding: 0 0 24px;
}
.product-banner img {
    width: 100%;
}

.dash-info-block {
    padding: 0 0 40px;
}
.dash-info-block .dash-info-box {
    border-radius: 6px;
    border: 1px solid #d0d5dd;
    background: #fff;
    padding: 32px;
}
.dash-info-box img {
    max-width: 100%;
}
.dash-info-box .novice-box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 16px;
}
.dash-info-box .novice-box h6 {
    color: #004997;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 9px;
}
.dash-info-box .novice-box h3 {
    color: #3f3f3f;
    font-size: 21px;
    font-weight: 700;
    margin: 0;
}
.dash-info-box .novice-box h5 {
    color: #004997;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 0 auto;
}
.dash-info-box h4 {
    color: #344054;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 12px;
}
.dash-info-box .progress {
    height: 8px;
    background-color: #eaecf0;
}
.dash-info-box .progress .progress-bar {
    background-color: #42a135;
    border-radius: 20px;
}

.dash-info-box .learning-box {
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 109px;
}
.dash-info-box .learning-box .box-chart {
    width: 109px;
    min-width: 109px;
    height: 109px;
}
.dash-info-box .learning-box .detail h6 {
    color: #004997;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 9px;
}
.dash-info-box .learning-box .detail h3 {
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 12px;
}
.dash-info-box .learning-box .detail a {
    color: #004997;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.dash-info-box .learning-box .detail h2 {
    color: #3f3f3f;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 12px;
}
.progress-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: conic-gradient(purple 0deg, purple calc(var(--progress) * 1deg), #e6e6e6 calc(var(--progress) * 1deg), #e6e6e6 360deg);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #101828;
    font-family: "Inter", sans-serif;
    font-size: 16.35px;
    font-weight: 600;
    position: relative;
}
.progress-circle::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
}
.progress-text {
    position: absolute;
    z-index: 10;
}

.reading-wrp {
    padding: 0 0 40px;
}
.reading-block .row {
    row-gap: 16px;
}
.reading-box {
    border-radius: 6px;
    border: 1px solid #d0d5dd;
    background: #fff;
    padding: 8px;
}
.reading-box .box-img img {
    width: 100%;
    border-radius: 6px;
}
.reading-box .detail {
    padding: 16px 8px 8px;
}
.reading-box .detail ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
}
.reading-box .detail ul li {
    color: #344054;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    padding: 6px 8px;
    border-radius: 16px;
    background: #f2f4f7;
}

.reading-box .detail h2 {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 16px;
}
.reading-box .detail p {
    color: #6a6c6b;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 0 0 16px;
}
.reading-box .detail h4 {
    color: #101828;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 12px;
}
.reading-box .detail .progress {
    background-color: #eaecf0;
    height: 9px;
    margin: 0 0 24px;
}
.reading-box .detail .progress-bar {
    background-color: #004997;
    border-radius: 4px;
}
.reading-box .detail .box-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reading-box .detail .box-footer a {
    color: #004997;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.leaderboard-block {
    border-radius: 6px;
    border: 1px solid #d0d5dd;
    background: #fff;
    margin: 0 0 20px;
}
.leaderboard-block .leaderboard-title {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d0d5dd;
}
.leaderboard-block .leaderboard-title h2 {
    color: #004997;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
}
.leaderboard-block .leaderboard-title a {
    color: #004997;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.leaderboard-block .box-list {
    padding: 32px 24px;
}
.leaderboard-block .box-list ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #344054;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 20px;
}
.leaderboard-block .box-list ul li:last-child {
    margin: 0;
}
.leaderboard-block .box-list ul li span {
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004997;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.leaderboard-block .box-list ul li span img {
    max-width: 100%;
}
.leaderboard-block .box-list ul li h6 {
    color: #475467;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    margin-left: auto;
}

.leaderboard-block .communitie-list {
    padding: 32px 24px;
}
.leaderboard-block .communitie-list ul li {
    display: flex;
    margin: 0 0 32px;
    gap: 10px;
}
.leaderboard-block .communitie-list ul li:last-child {
    margin: 0;
}
.leaderboard-block .communitie-list ul li .box-icon {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leaderboard-block .communitie-list ul li .box-icon img {
    max-width: 100%;
}
.leaderboard-block .communitie-list ul li h5 {
    color: #004997;
    font-size: 16px;
    font-weight: 300;
    margin: 7px 0 12px;
}
.leaderboard-block .communitie-list ul li .users-imgs {
    display: flex;
    align-items: center;
    gap: 12px;
}
.leaderboard-block .communitie-list ul li .users-imgs h6 {
    color: #344054;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 500;
    margin: 0;
}
.leaderboard-block .communitie-list ul li .users-imgs .images {
    display: flex;
    align-items: center;
}
.leaderboard-block .communitie-list ul li .users-imgs .images * {
    margin-left: -7px;
}
.leaderboard-block .communitie-list ul li .users-imgs .images img {
    border-radius: 200px;
    border: 1px solid #fff;
    height: 20px;
    width: 20px;
    border-radius: 100%;
}
.leaderboard-block .communitie-list ul li .users-imgs .images span {
    color: #004997;
    font-size: 10px;
    font-weight: 300;
    border-radius: 200px;
    border: 1px solid #fff;
    background: #dfefff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}
.leaderboard-block .communitie-list ul li .link {
    color: #004997;
    font-size: 18px;
    margin-left: auto;
}

.leaderboard-block .product-box {
    padding: 32px;
}
.leaderboard-block .product-box .box-img img {
    max-width: 100%;
    margin: 0 auto;
}
.leaderboard-block .product-box .detail {
    padding: 24px 0 0;
}
.leaderboard-block .product-box .detail h2 {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 16px;
}
.leaderboard-block .product-box .detail p {
    color: #6a6c6b;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 0 0 24px;
}
.leaderboard-block .product-box .detail a {
    color: #004997;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}
/* **** End Dashboard **** */

.small-title {
    margin: 0 0 26px;
}
.small-title h2 {
    color: #004997;
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

.btn-secondary {
    color: #344054;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #d0d5dd;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 28px;
    display: table;
}
.btn-secondary:hover {
    background-color: #d0d5dd;
    color: #000;
}
.btn-primary {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 28px;
    border-radius: 4px;
    border: 1px solid #004997;
    background: #004997;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: table;
}
.btn-primary:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
/* **** Landing **** */
.hero-wrp {
    padding: 148px 0 32px;
}
.hero-wrp .slider-box .row {
    align-items: center;
}
.hero-wrp .description h2 {
    color: #004997;
    font-size: 58px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0.58px;
    margin: 0 0 24px;
}
.hero-wrp .description p {
    color: #6a6c6b;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    max-width: 520px;
    margin: 0 0 41px;
}
.hero-wrp .box-img img {
    max-width: 100%;
    margin-left: auto;
}
.hero-wrp .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 50px auto 0;
}
.hero-wrp .slick-dots li {
    line-height: 0;
}
.hero-wrp .slick-dots li button {
    height: 8px;
    width: 8px;
    border-radius: 100%;
    border: none;
    box-shadow: none;
    font-size: 0;
    outline: none;
    background-color: #c0deff;
}
.hero-wrp .slick-dots li.slick-active button {
    background-color: #004997;
}
/* **** End Landing **** */

.titlebar {
    margin: 0 0 64px;
}
.titlebar h6 {
    color: #344054;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    display: table;
    border-radius: 16px;
    background: #f2f4f7;
    padding: 4px 8px;
    margin: 0 0 16px;
}
.titlebar h2 {
    color: #004997;
    font-size: 49px;
    font-weight: 700;
    letter-spacing: 0.49px;
    margin: 0;
}

.community-wrp {
    padding: 98px 0 108px;
    overflow: hidden;
    background: #f9f9f9;
}
.community-wrp .community-slider {
    margin-right: -150px;
}
.community-wrp .community-slider .slider-box {
    display: flex;
    gap: 20px;
    margin-right: 20px;
}
.community-wrp .community-slider .slider-box img {
    max-width: 100%;
    min-width: 387px;
}
.community-wrp .community-slider .slider-box .description {
    border-radius: 4px;
    background: #004997;
    padding: 32px 20px;
    display: flex;
    align-items: start;
    flex-flow: column;
    justify-content: space-between;
}
.community-wrp .community-slider .slider-box .description p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin: 0 0 20px;
}
.community-wrp .community-slider .slider-box .description h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 4px;
}
.community-wrp .community-slider .slider-box .description small {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    margin: 0;
}
.community-wrp .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    margin: 64px 0 0;
}
.community-wrp .btn-wrap button {
    border-radius: 28px;
    border: 1px solid #d0d5dd;
    background: #fff;
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
}
.community-wrp .btn-wrap button:hover {
    background-color: #004997;
    color: #fff;
    border-color: #004997;
}

.healthcare-wrp {
    background: #f9f9f9;
    padding: 0 0 135px;
}
.healthcare-wrp .description p {
    color: #6a6c6b;
    font-size: 21px;
    font-weight: 300;
    line-height: 32px;
    margin: 24px 0 40px;
}
.healthcare-wrp .description h5 {
    color: #004997;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    margin: 0 0 72px;
}
.healthcare-wrp .healthcare-block ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.healthcare-wrp .healthcare-block ul li {
    width: 25%;
}
.healthcare-wrp .healthcare-block ul li a {
    position: relative;
    position: relative;
    display: table;
    margin: 0 auto;
}
.healthcare-wrp .healthcare-block ul li .box-img:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 100%;
    background-color: rgba(0, 73, 151, 0.65);
    top: 0;
    left: 0;
}
.healthcare-wrp .healthcare-block ul li .box-img img {
    width: 196.176px;
    height: 196.176px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}
.healthcare-wrp .healthcare-block ul li h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    padding: 0 20px;
}

.offer-wrp {
    padding: 124px 0;
}
.offer-wrp .titlebar {
    margin: 0 0 64px;
}
.offer-wrp .offer-img img{
    max-width: 100%;
}

.offer-block{
    max-width: 522px;
}
.offer-block ul li{
    margin: 0 0 24px;
    cursor: pointer;
    padding-left: 16px;
    position: relative;
    border-left: 2px solid #EAECF0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.offer-block ul li:before{
    position: absolute;
    content: "";
    height: 0;
    width: 2px;
    background-color: #004997;
    left: -2px;
    top: 0;
    -webkit-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.offer-block ul li.active:before{
    height: 100%;
}
.offer-block ul li:last-child{
    margin: 0;
}
.offer-block .offer-box{
    border-radius: 6px;
    display: flex;
    align-items: start;
    gap: 24px;
    padding: 16px 0;
}
.offer-block .offer-box .box-icon img {
    filter: invert(0) brightness(.2);
    opacity: 25%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.offer-block .offer-box .description h3{
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    color: #6A6C6B;
    opacity: 0.25;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.offer-block .offer-box .description p{
    color: #6A6C6B;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 16px 0 0;
    display: none;
}

.offer-block .active .offer-box{
    border: 1px solid #D0D5DD;
    background: #FFF;
    padding: 24px;
}
.offer-block .active .offer-box .box-icon img{filter: unset;opacity: 1;}
.offer-block .active .offer-box .description h3{color: #004997;opacity: 1;}
.offer-block .active .offer-box .description p{display: block;}






.article-wrp {
    padding: 0 0 65px;
}
.article-wrp .titlebar {
    margin: 0 0 32px;
}
.article-wrp .titlebar h2 {
    font-size: 40px;
}
.article-wrp .reading-box .detail .btn-read {
    color: #004997;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.learning-wrp {
    padding: 88px 0;
    background-image: url("../images/learning-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 80px 0 57px;
}
.learning-wrp .description {
    max-width: 650px;
    margin-left: auto;
}
.learning-wrp .description h2 {
    color: #004997;
    font-size: 70px;
    font-weight: 700;
    line-height: 84px;
    letter-spacing: 0.7px;
    margin: 0 0 34px;
}
.learning-wrp .description p {
    color: #004997;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.25px;
    margin: 0 0 50px;
}
.learning-wrp .description ul {
    margin: 0 0 75px;
}
.learning-wrp .description ul li {
    color: #004997;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.4px;
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0 0 24px;
}
.learning-wrp .description ul li img {
    max-width: 100%;
}
.learning-wrp .description ul li:last-child {
    margin: 0;
}

.faq-wrp {
    padding: 96px 0;
}
.faq-wrp .titlebar {
    margin: 0;
    max-width: 500px;
}
.faq-wrp .titlebar h2 {
    margin: 0 0 16px;
}
.faq-wrp .titlebar p {
    color: #6a6c6b;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.faq-wrp .accordion {
    border: none;
    box-shadow: none;
    border-radius: 0;
    outline: none;
}
.faq-wrp .accordion .accordion-item {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 15px 0;
    padding: 24px;
    border-radius: 6px;
    border: 1px solid #eaecf0;
    background: #fff;
    margin: 0 0 16px;
}
.faq-wrp .accordion .accordion-item:last-child {
    margin: 0;
}
.faq-wrp .accordion .accordion-button {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0 !important;
    padding: 0;
    color: #004997;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    position: relative;
}
.faq-wrp .accordion .accordion-body {
    padding: 8px 48px 0 0;
}
.faq-wrp .accordion .accordion-body p {
    color: #475467;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.faq-wrp .accordion .accordion-button::after {
    display: none;
}
.faq-wrp .accordion .accordion-button:before {
    position: absolute;
    content: "";
    background-image: url("../images/minus-circle.svg");
    background-size: contain;
    background-position: center;
    height: 24px;
    width: 24px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.faq-wrp .accordion button.accordion-button.collapsed:before {
    background-image: url("../images/plus-circle.svg");
}

.fingertips-wrp {
    padding: 44px 0 94px;
}
.fingertips-wrp .fingertips-block {
    background-image: url("../images/fingertips-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 165px 116px;
}
.fingertips-wrp .fingertips-block h2 {
    color: #fff;
    font-size: 49px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0.49px;
    max-width: 642px;
    margin: 0 0 32px;
}
.fingertips-wrp .fingertips-block .btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: #004997;
}
.fingertips-wrp .fingertips-block .btn-primary:hover {
    background-color: #004997;
    border-color: #004997;
    color: #fff;
}

footer {
    background-color: #004997;
    padding: 32px 0;
}
footer p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    margin: 0;
}
footer ul {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-end;
}
footer ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    text-decoration-line: underline;
}

.resource-sidebar {
    position: fixed;
    left: 82px;
    top: 82px;
    bottom: 0;
    padding: 32px 16px;
    width: 281px;
    border-right: 1px solid #eaecf0;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}
.resource-sidebar h4 {
    color: #101828;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 16px;
}
.resource-sidebar ul li {
    margin: 0 0 4px;
}
.resource-sidebar ul li:last-child {
    margin: 0;
}
.resource-sidebar ul li a {
    color: #344054;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 12px;
    border-radius: 6px;
    display: block;
}
.resource-sidebar ul li a.active,
.resource-sidebar ul li a:hover {
    color: #004997;
    background-color: #dfefff;
}

/* **** article **** */
.article-wrpper {
    padding-left: 279px;
}
.article-wrpper .reading-wrp {
    padding: 0;
}
.article-wrpper .dash-title {
    padding: 0 0 20px;
    margin: 0 0 35px;
}
.article-wrpper .dash-title h2 {
    font-size: 39px;
    line-height: 46px;
    margin: 0;
}
.reading-box .detail .box-heading {
    min-height: 108px;
    margin: 0 0 24px;
}
.article-wrpper .reading-box .box-img img {
    min-height: 232px;
    object-fit: cover;
}

.filter-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0;
}
.filter-block .form-group .form-control {
    color: #344054;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 8px 42px 8px 14px;
}
.filter-block .dropdown .dropdown-toggle {
    color: #344054;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #d0d5dd;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.filter-block .dropdown .dropdown-toggle::after {
    display: none;
}
.filter-block .dropdown .dropdown-menu {
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    background: #fff;
    box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
    padding: 16px;
}
.filter-block .dropdown .dropdown-menu li {
    margin: 0 0 12px;
}
.filter-block .dropdown .dropdown-menu li:last-child {
    margin: 0;
}
.filter-block .dropdown .dropdown-menu li .dropdown-item {
    color: #344054;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
}
.reading-box .detail {
    position: relative;
}
.reading-box .detail .bookmarks-icon {
    color: #004997;
    font-size: 18px;
    position: absolute;
    top: 18px;
    right: 8px;
}
.bookmarks-icon .fa-bookmark {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.bookmarks-icon.fill .fa-bookmark:before {
    font-weight: 700;
}
/* **** End article **** */

/* **** Article Detail **** */
.breadcrumb {
    margin: 0 0 28px;
}
.breadcrumb ul {
    display: flex;
    align-items: center;
}
.breadcrumb ul li {
    padding-right: 40px;
    position: relative;
    color: #344054;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.breadcrumb ul li::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    background-image: url("../images/chevron-right.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.breadcrumb ul li:last-child:before {
    display: none;
}
.breadcrumb ul li a {
    color: #475467;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.breadcrumb ul li a img {
    max-width: 100%;
}

.article-detail .article-detail-title h2 {
    color: #004997;
    font-size: 39px;
    font-weight: 700;
    line-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.article-detail .article-detail-title h2 .bookmarks-icon {
    border-radius: 6px;
    border: 1px solid #d0d5dd;
    background: #fff;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #004997;
}
.article-detail .article-detail-title .article-info {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 30px;
}
.article-detail .article-detail-title .article-info li {
    color: #004997;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 8px;
    background: #c0deff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 2px 8px;
}
.article-detail .user-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 22px;
    margin: 0 0 32px;
    border-bottom: 1px solid #eaecf0;
}
.article-detail .user-block h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #475467;
    font-size: 28px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}
.article-detail .user-block .user-box {
    display: flex;
    align-items: center;
    gap: 16px;
}
.article-detail .user-block .user-box img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    object-position: center;
    object-fit: cover;
}
.article-detail .user-block .user-box h5 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin: 0 0 8px;
}
.article-detail .user-block .user-box ul {
    display: flex;
    align-items: center;
    gap: 8px;
}
.article-detail .user-block .user-box ul li {
    color: #344054;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    padding: 2px 8px;
    border-radius: 16px;
    background: #f2f4f7;
    display: flex;
    align-items: center;
    gap: 6px;
}
.article-detail .user-block .user-box ul li img{
    max-width: 15px;
    height: auto;
    width: auto;
}

.article-banner {
    padding: 0 0 96px;
}
.article-banner img {
    border-radius: 6px;
    width: 100%;
}

.article-introduction {
    padding: 0 80px 96px;
    margin: 0 0 96px;
    border-bottom: 1px solid #d0d5dd;
}
.introduction-leftpart {
}
.introduction-leftpart .introduction-info {
    padding: 0 0 32px;
    margin: 0 0 32px;
    border-bottom: 1px solid #eaecf0;
}
.introduction-leftpart .introduction-info h3 {
    color: #004997;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 12px;
}
.introduction-leftpart .introduction-info ul li {
    color: #475467;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 12px;
}
.introduction-leftpart .introduction-info ul li:last-child {
    margin: 0;
}

.post-audio {
    padding: 0 0 32px;
    margin: 0 0 32px;
    border-bottom: 1px solid #eaecf0;
}
.post-audio h2 {
    color: #0154a4;
    font-family: "Nunito";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.4px;
    margin: 0 0 16px;
}
.post-audio .audio-player {
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    background: #fff;
    padding: 24px 16px;
    
}
.post-audio .audio-player .play-button{
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #0069CA;
    cursor: pointer;
}
.post-audio .audio-player .play-button.pause i::before{
    content: "\f04c";
}
.post-audio .audio-player .voice-assistant-item{
    display: flex;
    align-items: center;
    gap: 16px;
}
.post-audio .audio-player .voice-assistant-item-text{
    width: 100%;
}
.post-audio .audio-player .audio-controls-bar {
    position: relative;
    height: 6px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #BFBFBF;
    width: 100%;
}
.post-audio .audio-player .audio-controls-bar-current {
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #0069CA;
}


.introduction-leftpart {
    max-width: 331px;
}
.introduction-leftpart .leaderboard-block .product-box {
    padding: 24px;
}
.leaderboard-block .faq-block {
    padding: 32px 17px;
}
.leaderboard-block .faq-block .accordion {
    border: none;
    box-shadow: none;
    border-radius: 0;
    outline: none;
}
.leaderboard-block .faq-block .accordion .accordion-item {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0 !important;
    border: none;
    padding: 0 0 18px;
}
.leaderboard-block .faq-block .accordion .accordion-item:last-child {
    padding: 0;
}
.leaderboard-block .faq-block .accordion .accordion-button {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0 !important;
    padding: 0;
    color: #004997;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding: 0 24px 0 0;
}
.leaderboard-block .faq-block .accordion .accordion-body {
    padding: 10px 0 0;
}
.leaderboard-block .faq-block .accordion .accordion-body p {
    color: #475467;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.leaderboard-block .faq-block .accordion .accordion-button:after {
    display: none;
}
.leaderboard-block .faq-block .accordion .accordion-button:before {
    position: absolute;
    content: "";
    background-image: url("../images/chevron-down.svg");
    background-size: contain;
    background-position: center;
    height: 24px;
    width: 24px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
}
.leaderboard-block .faq-block .accordion .accordion-button.collapsed:before {
    -webkit-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
}

.leaderboard-block .related-box {
    padding: 15px;
}
.leaderboard-block .related-box .box-img {
    margin: 0 0 20px;
}
.leaderboard-block .related-box .box-img img {
    width: 100%;
    border-radius: 8px;
}
.leaderboard-block .related-box .detail ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
}
.leaderboard-block .related-box .detail ul li {
    color: #344054;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    padding: 6px 8px;
    border-radius: 16px;
    background: #f2f4f7;
    display: flex;
    align-items: center;
    gap: 6px;
}
.leaderboard-block .related-box .detail h3 {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 16px;
}
.leaderboard-block .related-box .detail p {
    color: #6a6c6b;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 0 0 16px;
}
.leaderboard-block .related-box .detail .btn-more {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #004997;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.introduction-description {
    padding: 0 0 64px;
    border-bottom: 1px solid #eaecf0;
    margin: 0 0 24px;
}
.introduction-description h2 {
    color: #0154a4;
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 24px;
}
.introduction-description p {
    color: #475467;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 24px;
}
.introduction-description img {
    width: 100%;
    margin: 0 0 24px;
}
.introduction-description ul li {
    color: #475467;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.helpful-box {
    margin: 0 0 96px;
}
.helpful-box h3 {
    color: #0154a4;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
.helpful-box ul {
    display: flex;
    align-items: center;
    gap: 16px;
}
.helpful-box ul li a img {
    max-width: 100%;
}
.helpful-box ul li a {
    color: #0154a4;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    display: block;
    text-align: center;
}
.helpful-box ul li .icon {
    width: 55px;
    height: 55px;
    background-color: #fff;
    border: 1px solid #e6f2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto 10px;
}
.helpful-box ul li .icon img {
    max-width: 100%;
}

.question-block .question-title {
    padding: 0 0 40px;
    margin: 0 0 32px;
    border-bottom: 1px solid #eaecf0;
}
.question-block .question-title h3 {
    color: #004997;
    font-size: 31px;
    font-weight: 700;
    line-height: 38px;
    margin: 0 0 4px;
}
.question-block .question-title p {
    color: #475467;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}

.question-block .description {
    margin: 0 0 96px;
}
.question-block .description h4 {
    color: #0154a4;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 24px;
}
.question-block .description p {
    color: #475467;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 24px;
}
.question-block .description p small {
    display: block;
    font-size: 12px;
}
.question-block .description form .form-group {
    margin: 0 0 16px;
    position: relative;
}
.question-block .description form .form-group:last-child {
    margin: 0;
}
.question-block .description form .form-group input {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
}
.question-block .description form .form-group label {
    color: #344054;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
}
.question-block .description form .form-group label:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    border-radius: 20px;
    border: 1px solid #d0d5dd;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.question-block .description form .form-group label:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 20px;
    background: #0154a4;
    left: 5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
    visibility: hidden;
}
.question-block .description form .form-group input:checked + label:after {
    opacity: 1;
    visibility: visible;
}
.question-block .description form button {
    margin: 40px 0 0;
}

.comment-block h2 {
    color: #0154a4;
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 24px;
}
.comment-block .form-group {
    margin: 0 0 40px;
}
.comment-block .form-group .form-control {
    color: #667085;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 14px;
    border-radius: 4px;
    border: 1px solid #d0d5dd;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    resize: none;
}

.comment-block .comment-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin: 0 0 24px;
}
.comment-block .comment-box .user-img img {
    height: 48px;
    width: 48px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}
.comment-block .comment-box .user-detail {
    width: 100%;
}
.comment-block .comment-box .user-detail h4 {
    color: #344054;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.28px;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.comment-block .comment-box .user-detail h4 small {
    color: #6a6c6b;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}
.comment-block .comment-box .user-detail p {
    color: #475467;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 8px;
}
.comment-block .comment-box .user-detail ul {
    display: flex;
    align-items: center;
    gap: 16px;
}
.comment-block .comment-box .user-detail ul li:last-child {
    margin-left: 8px;
}
.comment-block .comment-box .user-detail ul a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #004997;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.comment-block .dropdown .dropdown-toggle {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}
.comment-block .dropdown .dropdown-toggle img {
    max-width: 100%;
}
.comment-block .dropdown .dropdown-toggle::after {
    display: none;
}
.comment-block .btn-primary {
    display: block;
    width: 100%;
    text-align: center;
    margin: 32px 0 0;
}
.article-detail .reading-wrp {
    padding: 0;
}
.article-detail .reading-wrp .titlebar {
    margin: 0 0 65px;
}
.article-detail .reading-wrp .titlebar h2 {
    font-size: 39px;
}
/* **** End Article Detail **** */

/* **** Product **** */
.prd-box {
    border-radius: 6px;
    border: 1px solid #d0d5dd;
    background: #fff;
    padding: 8px;
}
.prd-box .box-img img {
    width: 100%;
    border-radius: 6px;
}
.prd-box .detail {
    padding: 16px 8px 8px;
}
.prd-box .detail h6 {
    padding: 2px 8px;
    border-radius: 16px;
    background: #f2f4f7;
    color: #344054;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    margin: 0 0 8px;
    display: table;
}
.prd-box .detail .description {
    min-height: 135px;
}
.prd-box .detail h3 {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
    margin: 0 0 16px;
}
.prd-box .detail p {
    color: #6a6c6b;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
}
.prd-box .detail .btn-range {
    color: #004997;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.routine-block {
    position: relative;
    padding: 0 0 22px;
}
.routine-block h2 {
    color: #004997;
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    margin: 0 0 28px;
}
.routine-block .slick-list {
    margin: 0 -15px;
}
.routine-block .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}
.routine-block .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    margin: 22px 0 0;
}
.routine-block .btn-wrap button {
    border-radius: 28px;
    border: 1px solid #d0d5dd;
    background: #fff;
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
}
.routine-block .btn-wrap button:hover {
    background-color: #004997;
    color: #fff;
    border-color: #004997;
}
.routine-block .slick-dots {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: 0;
    bottom: -50px;
}
.routine-block .slick-dots li {
    line-height: 0;
}
.routine-block .slick-dots li button {
    height: 8px;
    width: 8px;
    border-radius: 100%;
    border: none;
    box-shadow: none;
    font-size: 0;
    outline: none;
    background-color: #c0deff;
}
.routine-block .slick-dots li.slick-active button {
    background-color: #004997;
}
/* **** End Product **** */

/* **** Product Range **** */
.product-banner {
    padding: 40px 0 48px;
}
.product-banner img {
    width: 100%;
}

.quiz-wrp .quiz-title {
    border-bottom: 1px solid #eaecf0;
    padding: 0 0 20px;
    margin: 0 0 32px;
}
.quiz-wrp .quiz-title h2 {
    color: #004997;
    font-size: 39px;
    font-weight: 700;
    line-height: 46px;
    margin: 0 0 4px;
}
.quiz-wrp .quiz-title p {
    color: #475467;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}

.quiz-block {
    border-radius: 6px;
    border: 1px solid #d0d5dd;
    background: #fff;
    margin: 0 0 85px;
}
.quiz-block .wizard-header {
    padding: 32px 32px 24px;
}
.quiz-block .wizard-header ul {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}
.quiz-block .wizard-header ul li {
    width: 16.67%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.quiz-block .wizard-header ul li .dot {
    height: 24px;
    width: 24px;
    min-width: 24px;
    background-color: transparent;
    border-radius: 100%;
    position: relative;
    transition: all 0.3s linear;
}
.quiz-block .wizard-header ul li .dot:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 8px;
    width: 8px;
    background-color: #eaecf0;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
}
.quiz-block .wizard-header ul li .step-line {
    height: 2px;
    width: 100%;
    display: block;
    background-color: #d0d5dd;
    margin-left: auto;
    transition: all 0.3s linear;
}
.quiz-block .wizard-header ul li.active .dot {
    background-color: #dfefff;
}
.quiz-block .wizard-header ul li.active .dot:before {
    background-color: #004997;
}
.quiz-block .wizard-header ul li.active .step-line {
    background-color: #004997;
}
.quiz-block .wizard-block {
    padding: 0 32px 80px;
    border-bottom: 1px solid #eaecf0;
}
.quiz-block .wizard-block .wizard-step .step-title {
    margin: 0 0 48px;
    text-align: center;
}
.quiz-block .wizard-block .wizard-step .step-title h5 {
    color: #6a6c6b;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
}
.quiz-block .wizard-block .wizard-step .step-title h3 {
    color: #6a6c6b;
    font-family: "BentonSans Regular";
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    margin: 0;
}
.quiz-block .wizard-block .wizard-step .ans-option-block ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 25px;
    margin: 0 -10px;
}
.quiz-block .wizard-block .wizard-step .ans-option-block ul li {
    width: 50%;
    padding: 0 10px;
}
.quiz-block .wizard-block .wizard-step .ans-option-block ul li .option {
    border-radius: 6px;
    border: 1px solid #eaecf0;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 32px;
    color: #004997;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    overflow: hidden;
}
.quiz-block .wizard-block .wizard-step .ans-option-block ul li .option img {
    max-width: 100%;
}
.quiz-block .wizard-footer {
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}
.resources-title {
    padding: 0 0 20px;
    margin: 0 0 22px;
    border-bottom: 1px solid #eaecf0;
}
.resources-title h2 {
    color: #004997;
    font-size: 39px;
    font-weight: 700;
    line-height: 46px;
    margin: 0 0 4px;
}
.resources-title p {
    color: #475467;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}
.resources-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    margin: 0 0 22px;
}
.resources-tab .nav-item .nav-link {
    color: #667085;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 8px 12px;
    border: none;
    background: transparent;
    border-radius: 6px;
}
.resources-tab .nav-item .nav-link.active {
    color: #004997;
    background: #dfefff;
}
/* **** End Product Range **** */

/* **** Product Factsheet **** */
.product-detail-block {
    padding: 0 0 62px;
    margin: 0 0 96px;
    border-bottom: 1px solid #d0d5dd;
}
.product-leftpart {
    max-width: 531px;
}

.product-image-block {
    margin: 0 0 76px;
}
.product-image-block .box-img {
    border-radius: 7.286px;
    border: 1.214px solid #d0d5dd;
    background: #fff;
    margin: 0 0 24px;
}
.product-image-block .box-img img {
    max-width: 100%;
    margin: 0 auto;
}
.product-image-block .info-btns {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.product-image-block .info-btns h6 {
    color: #344054;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 16px;
    background: #f2f4f7;
    padding: 4px 12px;
    margin: 0;
}
.product-image-block .info-btns .btn-primary {
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.review-block h2 {
    color: #004997;
    font-size: 39px;
    font-weight: 700;
    line-height: 44px;
    margin: 0 0 30px;
}
.review-block .review-box {
    border-radius: 6px;
    border: 1px solid #eaecf0;
    background: #fff;
    padding: 20px;
    margin: 0 0 13px;
}
.review-block .review-box .user-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
}
.review-block .review-box .user-box .box-img {
    width: 41px;
    height: 41px;
    background-color: #d9d9d9;
    border-radius: 100%;
}
.review-block .review-box .user-box .box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.review-block .review-box .user-box h3 {
    color: #004997;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.review-block .review-box .user-box .rating-star {
    display: flex;
    align-items: center;
    gap: 5px;
}
.review-block .review-box .user-box .rating-star img {
    max-width: 100%;
}
.review-block .review-box p {
    color: #6a6c6b;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 12px;
}
.review-block .review-box h6 {
    color: #9c9c9c;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    margin: 0;
}

.product-description {
    margin: 0 0 96px;
}
.product-description h2 {
    color: #004997;
    font-size: 39px;
    font-weight: 700;
    line-height: 46px;
    margin: 0 0 4px;
}
.product-description h5 {
    color: #2099a3;
    font-size: 21px;
    font-weight: 300;
    line-height: 25px;
    margin: 0 0 4px;
}
.product-description .rating-star {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 0 24px;
}
.product-description .rating-star img {
    max-width: 100%;
}
.product-description p {
    color: #6a6c6b;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 40px;
}
.product-description ul li {
    margin: 0 0 16px;
}
.product-description ul li:last-child {
    margin: 0;
}
.product-description ul li h4 {
    color: #004997;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 8px;
}
.product-description ul li p {
    color: #6a6c6b;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
}
.content-information-block {
    margin: 0 0 60px;
}
.content-information-block .nav-tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    margin: 0 0 22px;
}
.content-information-block .nav-tabs .nav-item .nav-link {
    color: #667085;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 8px 12px;
    border: none;
    background: transparent;
    border-radius: 6px;
}
.content-information-block .nav-tabs .nav-item .nav-link.active {
    color: #004997;
    background: #dfefff;
}
.content-information-block .accordion {
    border: none;
    box-shadow: none;
    border-radius: 0;
    outline: none;
}
.content-information-block .accordion .accordion-item {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 15px 0;
    padding: 24px;
    border-radius: 6px;
    border: 1px solid #eaecf0;
    background: #fff;
    margin: 0 0 16px;
}
.content-information-block .accordion .accordion-item:last-child {
    margin: 0;
}
.content-information-block .accordion .accordion-button {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0 !important;
    padding: 0;
    color: #004997;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    position: relative;
}
.content-information-block .accordion .accordion-body {
    padding: 8px 48px 0 0;
}
.content-information-block .accordion .accordion-body p {
    color: #475467;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.content-information-block .accordion .accordion-button::after {
    display: none;
}
.content-information-block .accordion .accordion-button:before {
    position: absolute;
    content: "";
    background-image: url("../images/minus-circle.svg");
    background-size: contain;
    background-position: center;
    height: 24px;
    width: 24px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.content-information-block .accordion button.accordion-button.collapsed:before {
    background-image: url("../images/plus-circle.svg");
}

.related-product-block h2 {
    color: #004997;
    font-size: 39px;
    font-weight: 700;
    line-height: 44px;
    margin: 0 0 64px;
}
/* **** End Product Factsheet **** */

/* **** Nurses Corner ***** */
.nurses-corner-wrp {
    padding: 34px 0 0;
}
.nurses-corner-wrp .dash-title {
    padding: 0 0 40px;
    margin: 0 0 24px;
}
.nurses-corner-wrp .filter-block {
    padding: 0 0 35px;
}
.nurses-corner-wrp .user-corner-banner {
    margin: 0 0 46px;
}
.nurses-corner-wrp .user-corner-banner img {
    width: 100%;
    border-radius: 6px;
}

.corner-block {
    padding: 0 0 40px;
}
.corner-block .corner-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}
.corner-block .corner-title h2 {
    color: #004997;
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    margin: 0;
}
.corner-block .corner-title .btn-view {
    color: #004997;
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.corner-block .corner-title .btn-view i {
    font-size: 15px;
}
.corner-block .prd-box .detail ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
}
.corner-block .prd-box .detail ul li {
    color: #004997;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    border-radius: 16px;
    background: #e6f2ff;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.corner-block .prd-box .detail {
    position: relative;
}
.corner-block .prd-box .detail .bookmarks-icon {
    color: #004997;
    font-size: 18px;
    position: absolute;
    top: 18px;
    right: 8px;
}
.corner-block .prd-box .detail p {
    margin: 0 0 38px;
}
.back-to-top {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 8px;
    width: fit-content;
}
/* **** End Nurses Corner ***** */




/* ***** Profile **** */
.profile-block{
    padding: 20px 0 33px;
    margin: 0 0 104px;
    border-bottom: 1px solid #E3E3E3;
    max-width: 1434px;
    display: flex;
    align-items: end;
    gap: 24px;
}
.profile-block .profile-img img{
    border-radius: 200px;
    border: 4px solid #FFF;
    width: 160px;
    height: 160px;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    object-fit: cover;
    object-position: center;
    background-color: #fff;
}
.profile-block .profile-name .breadcrumb{
    margin: 0 0 20px;
    padding: 0;
}
.profile-block .profile-name h3{
    color: #004997;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin: 0 0 4px;
}
.profile-block .profile-name p{
    color: #475467;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}
.profile-block .btn-box{
    margin: 0 0 0 auto;
}


.profile-form{
    padding: 40px 0 0;
    border-top: 1px solid #E3E3E3;
    max-width: 1434px;
}
.profile-form .profile-title{
    max-width: 343px;
}
.profile-form .profile-title h2{
    color: #004997;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 8px;
}
.profile-form .profile-title p{
    color:  #475467;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
}
.profile-form form .form-group{
    margin: 0 0 20px;
}
.profile-form form .form-group label{
    color: #344054;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 0 0 6px;
}
.profile-form form .form-group .form-control{
    color:#667085;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    background-color: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 7px 14px;
}
.profile-form form .btn-box{
    margin: 44px 0 0;
    justify-content: flex-end;
}

.mbl-show{
    display: none;
    height: 28px;
    width: 28px;
    justify-content: center;
    align-items: center;
}
.mbl-show img{
    max-width: 18px;
}


/* **** New Style **** */

.login-wrp .login-block.step1 .login-form .frg-box,
.login-wrp .login-block.step2 .login-form .frg-box{
    margin: 4px 0 24px;
}
.reading-box .detail ul li{
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 2px 8px;
}
.introduction-description ul{
    padding-left: 18px;
}
.introduction-description ul li{
    list-style: auto;
    padding-left: 8px;
}
.resources-title{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}



.prd-box .detail ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
}
.prd-box .detail ul li {
    color: #344054;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    padding: 6px 8px;
    border-radius: 16px;
    background: #f2f4f7;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}