/* GENERAL */
html, body {
    min-height: 100vh;
}

.btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 38px !important;
}

.font-10 {font-size: 10px !important;}
.font-12 {font-size: 12px !important;}
.font-14 {font-size: 14px !important;}

.fa-search {
    font-size: 20px;
    color: #A7A7A7;
}

.breadcrumb {
    background: none;
}
.breadcrumb .breadcrumb-item {
    padding: 0;
}
.breadcrumb .breadcrumb-item::before {
    content: "";
    display: none;
}
.breadcrumb .breadcrumb-item:hover,
.breadcrumb .breadcrumb-item:active,
.breadcrumb .breadcrumb-item:focus {
    text-decoration: none;
}
.breadcrumb .breadcrumb-item.current {
    color: #7c7c7c;
}
.breadcrumb-mobile {
    display: none;
}
@media screen and (max-width: 575px) {
    .breadcrumb-mobile {
        display: block;
    }
    .breadcrumb-desktop {
        display: none;
    }
}
.breadcrumb-item-wrapper .dropdown-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background: #ffffff;
    border-radius: 12px;
    min-width: 280px;
    box-shadow: 0 0 10px -5px rgb(0 0 0 / 50%);
    padding: 1.5rem 1rem;
}
.breadcrumb-item-wrapper:hover .dropdown-wrapper {
    display: block;
}
.breadcrumb-item-wrapper .dropdown-wrapper li:not(:last-child) {
    margin-bottom: 0.75rem;
}

/* MOBILE NAVIGATION */
.mobile-nav {
    width: 200px;
    height: 100vh;
    background-color: #F0F5F7;
    z-index: 1010;
    overflow: scroll;
    transition: 0.3s;
    left: -100%;
}
.mobile-nav .close-btn {
    top: 25px;
    right: -17px;
    overflow: hidden;
    cursor: pointer;
}
.mobile-nav .close-btn .rounded-circle {
    background-color: #007BE3;
    opacity: 0.47;
    width: 32px;
    height: 32px;
}
.mobile-nav .close-btn .fa-chevron-left {
    color: #fff;
    left: 6px;
    position: absolute;
    font-size: 10px;
}
.mobile-nav .nav-profile {
    margin: 53px 38px 16px;
}
.mobile-nav .nav-profile img {
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.mobile-nav .nav-profile span {
    margin-top: 10px;
    color: #007BE3;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
}
.mobile-nav .nav-item {
    margin: 16px 0;
    padding-left: 38px;
    padding-right: 38px;
}
.mobile-nav .nav-item a {
    padding: 10px 10px 10px 20px;
}
.mobile-nav .nav-item a span {
    font-weight: normal;
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #007BE3;
    font-size: 9px;
}
.mobile-nav .nav-item .icon-active {
    display: none;
}
.mobile-nav .nav-item.active a {
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(0,123,230,1) 0%, rgba(0,150,236,1) 100%);
}
.mobile-nav .nav-item.active a span {
    color: #fff;
    font-size: 8px;
}
.mobile-nav .nav-item.active .icon-active {
    display: block;
}
.mobile-nav .nav-item.active .icon-inactive {
    display: none;
}
.mobile-nav .nav-item a i {
    font-size: 25px;
}

/* MOBILE BREADCRUMB */
.mobile-header-breadcrumb {
    padding-top: 22px;
    padding-bottom: 22px;
}
.mobile-header-breadcrumb .hamburger {
    margin-bottom: 20px;
}
.mobile-header-breadcrumb .hamburger span {
    display: block;
    width: 15px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
}
.mobile-header-breadcrumb .hamburger span:first-child {
    width: 12px;
}

.mobile-header-breadcrumb .section-title {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
}

.website-header {
    padding: 50px 40px 40px;
}

.website-header .logo-wrapper img:nth-child(2) {
    margin-left: 2rem;
}

.news-item {
    padding: 0;
}

.news-item .news-wrapper {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    background: #FAFEFF;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.news-item .news-wrapper .news-header .news-date {
    color: #707070;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
}

.news-item .news-wrapper .news-body {
    text-align: left;
}

.news-item .news-wrapper .news-body .news-title {
    font-size: 13px;
    font-family: Lato, serif;
    font-weight: bold;
    color: #575555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

.news-item .news-wrapper .news-footer a {
    font-size: 12px;
    font-weight: normal;
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    background: linear-gradient(90deg, rgba(13,78,142,1) 0%, rgba(0,123,227,1) 100%);
}

.login-wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    min-height: 100vh;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.category-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 150px;
    padding: 0 6px;
    margin-bottom: 20px;
}

.category-wrapper .category-header {
    z-index: 1;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.category-wrapper .category-header .category-icon-wrapper {
    background: linear-gradient(180deg, rgba(0,180,240,1) 0%, rgba(0,123,227,1) 100%);
    width: 73px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.category-wrapper .category-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #E9F6FB;
    margin-top: -53px;
    border-radius: 10px;
    padding: 53px 8px 18px;
}

.category-wrapper .category-body .category-title {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #575555;
    margin: 0 30px;
    padding-top: 7px;
    padding-bottom: 10px;
    line-height: normal;
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
}

.category-wrapper .category-body .sub-category {
    display: flex;
    justify-content: center;
}

.category-wrapper .category-body .sub-category ul li a {
    color: #7c7c7c;
    font-size: 12px;
    font-weight: normal;
    font-family: Lato, serif;
}

.category-wrapper .category-body .category-learn-more-btn {
    display: flex;
    justify-content: center;
}

.category-wrapper .category-body .category-learn-more-btn button {
    font-size: 10px;
    text-transform: uppercase;
}

.category-icon {
    width: 36px;
    height: 36px;
}

.content-desc-wrapper {
    padding: 24px 54px;
    border-radius: 20px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.content-desc-wrapper .row > div {
    margin-bottom: 15px;
}

.content-desc-wrapper .row > div.content-btn {
    margin-bottom: 0;
}

.content-desc-wrapper .content-title {
    color: #575555;
    font-size: 12px;
    font-weight: bold;
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
}

.content-desc-wrapper .content-desc {
    color: #7c7c7c;
    font-size: 11px;
    font-weight: normal;
    font-family: Lato, serif;
}

.content-desc-wrapper .content-btn button {
    text-transform: uppercase;
}

.content-desc-wrapper .content-btn button:first-child {
    margin-bottom: 10px;
}

.slider-for {
    display: none;
}

.slider-for img {
    border-radius: 10px;
}

.slider-nav {
    padding: 0 20px;
}

.slider-nav div {
    padding: 0 16px;
}

.slider-nav img {
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.slick-next {
    right: -10px;
}

.slick-prev {
    left: -10px;
}

.slick-prev i, .slick-next i {
    color: #007BE3;
    font-size: 30px;
}

.video-wrapper {
    height: 100%;
    padding-bottom: 20px;
}

.pdf-wrapper .pdf-item {
    width: 100%;
    height: 500px;
}

.slider-for,
.slider-nav {
    margin-bottom: 20px;
}

.vimeo-item,
.video-item,
.pdf-item {
    border-radius: 20px;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}

.video-responsive {
    overflow: visible;
    position: relative;
    height: 500px;
    margin-bottom: 1rem;
}
.video-responsive > iframe {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.video-item {
    object-fit: cover;
    background: url(../img/play-icon.png) no-repeat 50%;
    background-size: 20%;
    width: 100% !important;
    height: 100% !important;
}
@media only screen and (max-width: 575px) {
    .video-responsive {
        height: 300px;
    }
}

.form-wrapper {
    margin-top: 100px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.form-wrapper .sidebar-profile-image {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-wrapper .sidebar-profile-image img {
    width: 85px;
    height: 85px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.form-wrapper .sidebar-profile-image button {
    width: 150px;
    font-size: 11px;
    margin-bottom: 30px;
}

.form-wrapper .sidebar-form .profile-contact-title {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.left-wrapper {
    width: 100%;
    background-color: #fff;
    margin-top: 100px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.left-wrapper .section-title,
.left-wrapper .section-desc {
    text-align: center;
}

.left-wrapper .section-title {
    margin-bottom: 10px;
}

.left-wrapper .text-underline.text-underline-gray {
    margin-bottom: 15px;
}

.left-wrapper .text-underline.text-underline-blue {
    margin-top: 20px;
    margin-bottom: 20px;
}

.login-side-img {
    display: none;
}

.content-wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
    z-index: 1;
}

.content-wrapper .breadcrumb-wrapper {
    padding-bottom: 20px;
}

.breadcrumb-wrapper .back-desc {
    color: #1762AB;
    font-size: 11px;
    font-family: Lato, serif;
    font-weight: normal;
}

.breadcrumb-wrapper .section-title {
    color: #007BE3;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 25px;
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
}

ul.sub-category-wrapper {
    background-color: #F2F6F8;
    display: flex;
    padding-left: 0;
    border-radius: 14px;
    overflow: scroll;
}

ul.sub-category-wrapper li {
    list-style: none;
    padding: 4px 16px;
    white-space: nowrap;
}

ul.sub-category-wrapper li.sub-category-item.active {
    background-color: #44A2F2;
    border-radius: 14px;
}

ul.sub-category-wrapper li.sub-category-item a {
    color: #1762AB;
    opacity: 0.3;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
}

ul.sub-category-wrapper li.sub-category-item.active a {
    color: #fff;
    opacity: 1;
}

.content-filter {
    margin: 20px 0;
}

.content-filter span {
    color: #575555;
    font-size: 11px;
    font-weight: normal;
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
}

.content-filter select {
    margin: 0 8px;
    color: #575555;
    font-size: 11px;
    font-weight: normal;
    padding-left: 12px;
    min-width: 120px;
    padding-right: 32px;
}

.content-filter button {
    font-size: 11px;
}

.content-table th {
    border-top: none;
    color: #7c7c7c;
    font-size: 11px;
    font-weight: 600;
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
}

.content-table td {
    padding-top: 40px;
    padding-bottom: 23px;
}

.content-table .content-item .file-icon {
    margin-right: 15px;
}

.content-table .content-item .file-icon img {
    width: 50px;
}

.content-table .content-item .content-title {
    font-size: 11px;
    font-weight: bold;
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
    color: #7c7c7c;
}

.content-table .content-item .content-desc {
    font-size: 11px;
    font-weight: normal;
    font-family: Lato, serif;
    color: #7c7c7c;
    padding-top: 15px;
    padding-bottom: 15px;
}

.content-table .content-item .blue-text {
    font-size: 11px;
    font-weight: normal;
    color: #1762AB;
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
}

.content-table .content-item a.btn-primary {
    font-size: 10px;
    text-transform: uppercase;
    max-width: 150px;
    height: 32px;
    line-height: 28px !important;
}

.content-wrapper.dashboard .mobile-logo-wrapper img:first-child {
    margin-right: 24px;
}

.content-wrapper.dashboard .section-title {
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: left !important;
}

/* CUSTOM SEARCH BAR */
.search-bar .category-filter {
    padding: 5px;
}
.search-bar .category-search {
    padding: 5px;
}
.search-bar .category-search .input-group {
    position: relative;
}
.search-bar .category-search .input-group .form-control {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.search-bar .category-search #searchResult {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 500px;
    background: #ffffff;
    border: 2px solid #eef4f7;
    border-radius: 15px;
    margin-top: -2px;
    list-style: none;
    padding: 0;
    z-index: 99;
    overflow-y: scroll;
}
.search-bar .category-search #searchResult li {
    padding: 0;
}
.search-bar .category-search #searchResult li:hover {
    background: #E9F6FB;
}
.search-bar .category-search #searchResult li > a {
    display: block;
    width: 100%;
    padding: 1rem;
    text-decoration: none;
    color: #6c757d;
}

/* DASHBOARD */
.content-wrapper.dashboard .dashboard-slider .slider,
.content-wrapper.dashboard .dashboard-news {
    display: grid;
}
.content-wrapper.dashboard .dashboard-category,
.content-wrapper.dashboard .dashboard-news {
    margin-bottom: 0;
}
.content-wrapper.dashboard .subtitle {
    text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
    .content-wrapper.dashboard .subtitle {
        font-size: 14px;
    }   
}
.slider-paginator .slick-dots {
    position: relative;
    bottom: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
}
.slider-paginator .slick-dots li {
    width: 12px;
    height: 12px;
}
.slider-paginator .slick-dots li button {
    background-color: #D1CDCD;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.slider-paginator .slick-dots li.slick-active button {
    background-color: #1762AB;
}
.slider-paginator .slick-dots li button:before {
    content: unset;
    display: none;
}
.slider-paginator .slick-arrow {
    cursor: pointer;
}
.slider-paginator .slick-arrow i {
    color: #1762AB;
}

.news-title {
    font-size: 24px;
    font-family: "Lato";
    font-weight: bold;
    color: #575555;
    text-align: left;
}

.mobile-header-image {
    background-image: url("../img/mobile-header.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    position: fixed;
    top: -20px;
}

.page-item:first-child .page-link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.page-link {
    color: #1762AB;
    font-size: 12px;
}

.page-item.active .page-link {
    background: #1762AB;
    border-color: #1762AB;
}

@media (max-width: 575px) {
    .custom-mobile-header-image {
        background-image: url("../img/custom-mobile-header.png");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 200px;
        position: fixed;
        top: -20px;
    }
}

@media (min-width: 768px) {
    .news-item {
        padding: 0 20px;
    }
}
@media (min-width: 992px) {
    body > .wrapper > .container-fluid {
        width: calc(100% - 95px);
    }
    .slider-for {
        display: grid;
    }

    .btn {
        font-size: 16px;
    }

    .form-group label {
        font-size: 13px;
    }

    .section-title {
        font-size: 2.0rem;
    }

    .text-underline {
        font-size: 12px;
    }

    .input-group.left .input-group-text i {
        font-size: 16px;
    }

    select.form-control {
        padding: 7px 25px;
    }

    .wrapper {
        display: flex;
        width: 100%;
        min-height: 100vh;
        align-items: stretch;
        background: #fff;
    }

    .wrapper .container-fluid {
        min-height: 100vh;
        background-color: #fff;
    }

    .category-wrapper {
        margin-bottom: 30px;
        padding: 0 1rem;
    }

    .category-wrapper .category-header .category-icon-wrapper {
        width: 150px;
        height: 150px;
    }

    .category-wrapper .category-body {
        padding-top: 90px;
        margin-top: -90px;
        border-radius: 0;
        box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    }

    .category-wrapper .category-body .category-title {
        font-size: 18px;
    }

    .category-wrapper .category-body .sub-category .list-unstyled {
        margin-bottom: 2rem;
    }

    .category-wrapper .category-body .sub-category ul li a {
        font-size: 16px;
    }

    .category-wrapper .category-body .category-learn-more-btn button {
        font-size: 16px;
    }

    .news-item .news-wrapper .news-header .news-date {
        font-size: 18px;
    }

    .news-item .news-wrapper .news-body .news-title {
        font-size: 20px;
    }

    .news-item .news-wrapper .news-footer a {
        font-size: 16px;
    }

    .category-icon {
        width: 75px;
        height: 75px;
    }

    .left-wrapper {
        width: 60%;
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .left-wrapper .section-desc {
        font-size: 14px;
    }

    .form-wrapper {
        margin-bottom: 100px;
        border-radius: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .form-wrapper .sidebar-profile-image img {
        width: 170px;
        height: 170px;
    }

    .form-wrapper .sidebar-profile-image button {
        width: 100%;
        font-size: 12px;
    }

    .form-wrapper .sidebar-form .profile-contact-title {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: left;
    }

    .login-side-img {
        display: flex;
        width: 40%;
        background-image: url(../../shared/images/auth-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .content-wrapper {
        border-radius: 0;
        padding-left: 40px;
        padding-right: 40px;
    }

    .breadcrumb-wrapper .back-desc {
        font-size: 16px;
    }

    .breadcrumb-wrapper .section-title {
        font-size: 30px;
        margin-top: 40px;
    }

    .breadcrumb-wrapper .section-desc {
        font-size: 30px;
    }

    .content-desc-wrapper .content-title {
        font-size: 18px;
    }

    .content-desc-wrapper .content-desc {
        font-size: 16px;
    }

    .content-desc-wrapper .row > div {
        margin-bottom: 24px;
    }

    .content-desc-wrapper .content-btn button:first-child {
        margin-bottom: 16px;
    }

    .sidebar {
        width: 95px;
        max-width: 100%;
        left: 0;
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        z-index: 1010;
        background: linear-gradient(180deg, rgba(13,78,142,1) 0%, rgba(0,123,227,1) 100%);
    }

    .sidebar ul.vertical-nav {
        list-style: none;
        height:auto;
        padding: 0;
    }

    .sidebar ul.vertical-nav li.sidebar-item a {
        padding: 6px;
        margin: 5px 13px 5px 13px;
    }

    .sidebar ul.vertical-nav li.sidebar-item a img {
        width: 30px;
        margin-bottom: 2px;
    }

    .sidebar ul.vertical-nav li.sidebar-item a span {
        font-size: 10px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        margin-top: 8px;
    }

    .sidebar ul.vertical-nav li.sidebar-item.active > a {
        background: rgba(255, 255, 255, 0.27);
        border-radius: 10px;
    }

    .sidebar ul.vertical-nav li.sidebar-item .sub-sidebar a {
        padding: 15px 20px;
        text-transform: capitalize;
    }

    .sidebar ul.vertical-nav li.sidebar-item .sub-sidebar {
        top: 0;
        left: 100%;
        background: #F0F5F7;
        width: 376px;
        height: auto;
        padding: 30px 35px;
        z-index: 1011;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        display: none;
    }

    .sidebar ul.vertical-nav li.sidebar-item .sub-sidebar .close-btn {
        position: absolute;
        background-color: #007BE3;
        opacity: 0.47;
        width: 30px;
        height: 50px;
        top: 40px;
        right: 0;
        border-top-left-radius: 90px;
        border-bottom-left-radius: 90px;
        cursor: pointer;
    }

    .sidebar ul.vertical-nav li.sidebar-item .sub-sidebar .close-btn i {
        color: #fff;
        display: flex;
        left: 10px;
        position: absolute;
    }

    .sidebar .sub-sidebar-item.active {
        color: #fff;
        border-radius: 20px;
        background: linear-gradient(90deg, rgba(0,118,230,1) 0%, rgba(0,150,236,1) 100%);
    }

    ul.sub-category-wrapper li {
        padding: 16px 25px;
    }

    ul.sub-category-wrapper li.sub-category-item a {
        font-size: 18px;
    }

    .content-filter {
        margin: 40px 0;
    }

    .content-filter span {
        font-size: 16px;
    }

    .content-filter select {
        margin: 0 20px;
        font-size: 16px;
        padding-left: 16px;
        padding-right: 32px;
    }

    .content-filter button {
        font-size: 16px;
    }

    .content-table th {
        font-size: 20px;
    }

    .content-table .content-item .file-icon {
        margin-right: 30px;
    }

    .content-table .content-item .file-icon img {
        width: 80px;
    }

    .content-table .content-item .content-title {
        font-size: 18px;
    }

    .content-table .content-item .content-desc,
    .content-table .content-item .content-desc .text-underline {
        font-size: 16px;
    }

    .content-table .content-item .blue-text {
        font-size: 18px;
    }

    .content-table .content-item a.btn-primary {
        font-size: 16px;
        height: 42px;
        line-height: 38px !important;
    }

    .content-wrapper.dashboard .section-title {
        text-transform: uppercase;
    }

    .content-wrapper.dashboard .dashboard-category {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .dashboard-slider .slider {
        position: relative;
    }
    .dashboard .slider.owl-theme .owl-nav.disabled+.owl-dots {
        position: relative;
        margin-top: 5px;
    }
    .dashboard .slider.owl-theme .owl-dots .owl-dot span {
        border: 1px solid #007BE3;
        background: none;
    }
    .dashboard .slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #007BE3;
    }

    /*.dashboard-slider .news {*/
    /*    width: 35%;*/
    /*}*/

    .dashboard-slider .slick-dots {
        bottom: 20px;
    }

    .dashboard-slider .slick-dots li button:before {
        border: 1px solid #fff;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        color: transparent;
        opacity: 1;
    }

    .dashboard-slider .slick-dots li.slick-active button:before {
        background-color: #fff;
        color: transparent;
        opacity: 1;
    }

    .dashboard-slider .section-header {
        margin-bottom: 20px;
    }

    .dashboard-slider .section-title {
        margin: 0 !important;
    }

    .content-wrapper.dashboard .dashboard-slider .slick-dotted.slick-slider {
        margin: 0;
    }

    .news-item .news-wrapper .news-body .news-title {
        -webkit-line-clamp: 1;
    }

    .search-border {
        border: 2px solid #EEF4F7;
        border-radius: 15px;
        padding: 13px 17px;
        box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    }

    .page-link {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    .dashboard .dashboard-slider {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
    }

    .dashboard .dashboard-slider-news {
        display: flex !important;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
    }

    .dashboard .dashboard-slider-news .section-title {
        margin-top: 0;
        margin-bottom: 0;
    }

    .dashboard .dashboard-slider-news .news-item {
        padding: 0;
    }

    .dashboard .news {
        display: none;
    }
}

/* FAQ page Collapsible Card */
.collapsible-wrapper .card {
    border-radius: 25px;
    overflow: hidden;
}
.collapsible-wrapper .card-header {
    border-bottom: 0;
}
.collapsible-wrapper .btn-link {
    text-decoration: none !important;
}
.collapsible-wrapper .btn-link .fa-chevron-up,
.collapsible-wrapper .btn-link.collapsed .fa-chevron-down {
    display: block;
}
.collapsible-wrapper .btn-link .fa-chevron-down, 
.collapsible-wrapper .btn-link.collapsed .fa-chevron-up {
    display: none;
}
.collapsible-wrapper img {
    max-width: 100%;
}
.collapsible-wrapper .left {
    line-height: normal;
}

/* Contact Page */
.contact-listing .contact-item {
    border-radius: 25px;
    border: 2px solid #EEF4F7;
    box-shadow: 0 3px 10px -5px rgb(0 0 0 / 30%);
}
.contact-listing .contact-image {
    width: 200px;
    flex-basis: 200px;
}
.contact-listing .contact-image > img {
    border-radius: 15px;
    overflow: hidden;
}
.contact-listing .contact-info {
    width: calc(100% - 200px);
    padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
    .contact-listing .card-body .d-flex {
        flex-direction: column;
    }
    .contact-listing .contact-image {
        width: 100%;
        margin-bottom: 1rem;
    }
    .contact-listing .contact-info {
        width: 100%;
    }
}

/* Useful Website Page */
.websites-listing .website-info {
    flex-grow: 1;
    flex-basis: calc(100% - 300px);
    width: calc(100% - 300px);
}
.websites-listing .website-info ~ .website-image {
    flex-basis: 300px;
    width: 300px;
}
.websites-listing .website-description img {
    max-width: 100% !important;
}
.websites-listing .website-image {
    flex-basis: 300px;
    width: 300px;
    padding-left: 1rem;
}
@media only screen and (max-width: 767px) {
    .websites-listing .card-body > .d-flex {
        flex-direction: column-reverse;
    }
    .websites-listing .website-info,
    .websites-listing .website-image {
        width: 100%;
        flex-basis: 100%;
        padding-left: 0;
    }
    .websites-listing .website-info ~ .website-image {
        flex-basis: initial;
        width: initial;
        margin-bottom: 1rem;
    }
}

.category-icon-wrapper {
    background: linear-gradient(to bottom, #00B4F0, #007BE3);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 9px 0px rgb(0 0 0 / 16%);
}
.category-icon-wrapper > img {
    width: 50%;
}

/* Category Landing Page */
.category-landing .main-category-label {
    width: 100%;
    max-width: 200px;
}
.category-landing .category-group {
    border-bottom: 1px solid #dee2e6;
    padding: 3rem 0;
}
.category-landing .category-group:last-child {
    border-bottom: none;
}
.category-landing .thumbnail-wrapper {
    width: 150px;
}
.category-landing .categories-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 200px);
    flex-basis: calc(100% - 200px);
}
.category-landing .sub-categories-wrapper {
    width: 40%;
    margin-bottom: 2rem;
    padding-right: 1rem;
}
.category-landing .sub-categories-wrapper a {
    color: #575555;
}
.category-landing .sub-categories-wrapper > a {
    display: block;
    margin-bottom: 0.5rem;
}
.category-landing .sub-categories-wrapper ul {
    padding-left: 18px;
    margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
    .category-landing .sub-categories-wrapper {
        width: 50%;
    }
}
@media only screen and (max-width: 575px) {
    .category-landing .main-category-label {
        max-width: 100%;
        margin-bottom: 1rem;
    }
    .category-landing .main-category-label .thumbnail-wrapper {
        width: auto;
        margin: 0 auto;
    }
    .category-landing .categories-wrapper {
        width: 100%;
        flex-basis: 100%;
        justify-content: center;
    }
    .category-landing .sub-categories-wrapper {
        width: 100%;
        margin-bottom: 1rem;
    }
}

/* Content Listing Category Card */
.content-list-categories {
    justify-content: space-between;
}
.content-list-categories .subcategories-card {
    background: #f2f6f8;
    /* -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%); */
    padding: 2rem;
    border-radius: 18px;
    height: 100%;
}
.content-list-categories .subcategories-card ul {
    margin-bottom: 0;
    padding-left: 18px;
}
.content-list-categories .subcategories-card > a,
.content-list-categories .subcategories-card > span {
    color: #575555;
}
.content-list-categories .subcategories-card ul li > a,
.content-list-categories .subcategories-card ul li > span {
    color: #7c7c7c;
}
.content-list-categories .subcategories-card span.active {
    color: #44A2F2;
    font-weight: bold;
}


/* News Listing Page */
.news-listing .news-item {
    border-radius: 25px;
    border: 2px solid #EEF4F7;
    box-shadow: 0 3px 10px -5px rgb(0 0 0 / 30%);
}
.news-listing .news-item .date,
.news-detail .date {
    color: #707070;
}
.news-listing .news-item .title {
    color: #575555;
    font-family: 'Lato';
}
.news-listing .news-item .short-desc {
    color: #707070;
}
.news-listing .news-item .read-more {
    color: #1762AB;
    text-decoration: underline;
}
#news-app .btn-loadmore {
    color: #007BE3;
    font-size: 24px;
}