/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap');

@font-face {
    font-family: 'Apis';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(./../fonts/ApisWeb-Light.woff2) format('woff2');
}

@font-face {
    font-family: 'Apis';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(./../fonts/ApisWeb-LightItalic.woff2) format('woff2');
}

@font-face {
    font-family: 'Apis';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./../fonts/ApisWeb-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Apis';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(./../fonts/ApisWeb-Italic.woff2) format('woff2');
}

@font-face {
    font-family: 'Apis';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(./../fonts/ApisWeb-Medium.woff2) format('woff2');
}

@font-face {
    font-family: 'Apis';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(./../fonts/ApisWeb-MediumItalic.woff2) format('woff2');
}

@font-face {
    font-family: 'Apis';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(./../fonts/ApisWeb-Bold.woff2) format('woff2');
}

@font-face {
    font-family: 'Apis';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(./../fonts/ApisWeb-BoldItalic.woff2) format('woff2');
}

@font-face {
    font-family: 'Apis';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(./../fonts/ApisWeb-ExtraBold.woff2) format('woff2');
}

@font-face {
    font-family: 'Apis';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(./../fonts/ApisWeb-ExtraBoldItalic.woff2) format('woff2');
}

@font-face {
    font-family: 'Apis';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(./../fonts/ApisWeb-Black.woff2) format('woff2');
}

@font-face {
    font-family: 'Apis';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(./../fonts/ApisWeb-BlackItalic.woff2) format('woff2');
}

body {
    font-weight: 300;
}

@media all and (max-width: 559.5px) {
    body {
        font-size: 14px;
    }
}

.home #breadcrumbs {
    display: none;
}

/* Bootstrap Override */
.container-fluid {
    max-width: 1362px;
}

.container {
    max-width: 1094px;
}

@media all and (max-width: 1200px) {

    .container,
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

h1, .h1 {
    color: var(--bs-primary);
    font-size: 64px;
    line-height: 87px;
    font-weight: 400;
}

.h2, h2 {
    color: var(--bs-primary);
    font-size: 30px;
    line-height: 46px;
    font-weight: 300;
}

.h3, h3 {
    color: var(--bs-primary);
    font-size: 30px;
    line-height: 41px;
    font-weight: 300;
}

.font-weight-600 {
    font-weight: 600;
}

a {
    text-underline-offset: 5px;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
    opacity: 0.8;
}

a.text-decoration-underline:hover {
    text-decoration: none !important;
}

.arrow-right::after,
.dropdown-toggle::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 12px;

    position: relative;
    border: none;
    vertical-align: unset;
    margin-left: 4px;

    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    mask-position: center;

    -webkit-mask-image: url(../images/icons/chevron-down.svg);
    mask-image: url(../images/icons/chevron-down.svg);

    transition: all .3s;
}

.dropdown-menu {
    font-size: 16px;
}

.form-control:focus {
    box-shadow: none;
}

.btn {
    font-size: 16px;
    font-weight: 300;
    border-radius: 2px;
    padding: 15px;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-light {
    color: var(--bs-primary);
    background-color: white;
    box-shadow: 12px 12px 45px rgba(1, 25, 101, 0.13);
}

.d-link {
    text-align: center;
    text-decoration: none;
    color: var(--bs-primary);
    border-radius: 4px;
	box-shadow:0px 0px 0px 1px var(--bs-primary) inset;
    padding: 26px;
    margin: 0;
    line-height: 21px;
}

#nav-primary .dropdown-body .dropdown-links .d-link:hover, #site-content .category-list .d-link:hover {
	box-shadow:0px 0px 0px 3px var(--bs-primary) inset;
}

.bg-diabete {
    background: rgb(180, 215, 242);
    background: linear-gradient(146deg, rgba(180, 215, 242, 1) 0%, rgba(252, 242, 245, 1) 27%, rgba(206, 225, 240, 1) 49%, rgba(255, 255, 255, 1) 72%, rgba(180, 215, 242, 1) 100%);
}

.dropdown-menu.collapsing {
    display: block;
}

label.form-label {
    color: var(--bs-primary);
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 22px;
}

.form-group {
    position: relative;
    margin-bottom: 40px;
}

.form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #4F5559;
    padding: 0;
    padding-bottom: 10px;
}

.form-control::placeholder {
    font-style: italic;
}

textarea.form-control {
    border: 1px solid #4F5559;
    padding: 18px 20px;
    max-height: 200px;
}

.form-control::placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: currentColor;
}

@media all and (max-width: 559.5px) {
    .d-link {
        padding: 16px;
    }

    .btn {
        font-size: 14px;
        padding: 15px;
        line-height: 20px;
    }
}




/* Radio input */
input[type="radio"] {
    display: none;
}

input[type="radio"]+span {
    display: flex;
    position: relative;
    line-height: 24px;
}

input[type="radio"]+span:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid var(--bs-primary);
    margin-right: 10px;
    flex-shrink: 0;
}

input[type="radio"]+span:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 14px;
    height: 14px;
    background: var(--bs-primary);
    border-radius: 50%;
    opacity: 0;
    transform: scale(0, 0);
    transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

input[type="radio"]:checked+span:after {
    opacity: 1;
    transform: scale(1, 1);
}


/* Checkbox input */
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+span {
    display: flex;
    position: relative;
    line-height: 24px;
}

input[type="checkbox"]+span:before {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid var(--bs-primary);
    margin-right: 18px;
}

input[type="checkbox"]+span:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 24px;
    height: 24px;
    background-color: var(--bs-primary);
    background-image: url(../images/icons/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    opacity: 0;
    transform: scale(0, 0);
    transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

input[type="checkbox"]:checked+span:after {
    opacity: 1;
    transform: scale(1, 1);
}

@media all and (max-width: 559.5px) {
    input[type="checkbox"]+span:before {
        margin-right: 10px;
    }
}


/* Dropdown select for Diabete theme */
.dropdown.dropdown-select .dropdown-toggle {
    position: relative;
    display: flex;
    align-items: center;

    border: 1px solid var(--bs-primary);
    border-radius: 2px;
    color: var(--bs-primary);
    padding: 14px 15px;
    width: 100%;
}

.dropdown.dropdown-select .dropdown-menu {
    width: 100%;
    padding: 20px;
}

.dropdown.dropdown-select .dropdown-toggle::after {
    margin-left: auto;
}


/* dropdown filter */
.dropdown.dropdown-filter .dropdown-toggle {
    padding: 16px 23px 16px 23px;
    line-height: 20px;
}

.dropdown.dropdown-filter .dropdown-toggle.show {
    background: var(--bs-primary);
    color: white;
}

.dropdown.dropdown-filter .filter-icon {
    position: relative;
    line-height: 0;
}

.dropdown.dropdown-filter .icon-filter {
    width: 18px;
    height: 18px;
    margin: 0 15px;
}

.dropdown.dropdown-filter .badge-count {
    position: absolute;
    top: -12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-family: 'Montserrat';
    line-height: 17px;
    left: 24px;
    background: var(--bs-primary);
    color: white;
    border-radius: 50%;
    text-align: center;
    border: 2px solid white;
}

.dropdown.dropdown-filter .dropdown-toggle.show .badge-count {
    background: white;
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.dropdown.dropdown-filter .dropdown-toggle::after {
    width: 16px;
    height: 18px;
}

.dropdown.dropdown-filter .dropdown-menu {
    width: 522px;
    padding: 42px 46px 54px 46px;
    z-index: 88;
    box-shadow: 20px 20px 44px rgba(1, 25, 101, 0.05);
    border-radius: 2px;
    border: 1px solid #DEDEDE;
}

.dropdown.dropdown-filter .filter-body label {
    display: block;
    margin-top: 24px;
}

.dropdown.dropdown-filter .filter-body input[type="checkbox"]:checked+span {
    color: var(--bs-primary);
}

.dropdown.dropdown-filter .filter-body label:first-child {
    margin-top: 0;
}

.dropdown.dropdown-filter .filter-body .title {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 40px;
    color: var(--bs-primary);
}

.dropdown.dropdown-filter .filter-body .labels {
    margin-bottom: 45px;
}

.dropdown.dropdown-filter .filter-body .buttons {
    display: flex;
    column-gap: 30px;
}

.dropdown.dropdown-filter .filter-body .d-link {
    padding: 18px;
    flex: 1 0 0;
}

@media all and (max-width: 559.5px) {
    .dropdown.dropdown-filter .dropdown-menu {
        width: 100%;
        padding: 20px;
    }

    .dropdown.dropdown-filter .filter-body .title {
        margin-bottom: 20px;
    }

    .dropdown.dropdown-filter .filter-body .labels {
        margin-bottom: 40px;
    }

    .dropdown.dropdown-filter .filter-body label {
        margin-top: 20px;
    }

    .dropdown.dropdown-filter .filter-body .buttons {
        flex-wrap: wrap;
        row-gap: 14px;
    }

    .dropdown.dropdown-filter .filter-body .d-link {
        flex-basis: 100%;
        padding: 15px;
    }
}



/* Icons */
.icon {
    content: '';
    display: inline-block;

    position: relative;
    border: none;
    vertical-align: unset;

    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    mask-position: center;

    background-position: center;
    transition: all .3s;
}

.icon-filter {
    -webkit-mask-image: url(../images/icons/filter.svg);
    mask-image: url(../images/icons/filter.svg);
}

.icon-chevron-right {
    -webkit-mask-image: url(../images/icons/chevron-right.svg);
    mask-image: url(../images/icons/chevron-right.svg);
}

.icon-chevron-left {
    -webkit-mask-image: url(../images/icons/chevron-left.svg);
    mask-image: url(../images/icons/chevron-left.svg);
}



@media all and (max-width: 991.5px) {
    h1, .h1 {
        font-size: 45px;
        line-height: 50px;
    }

    h2, .h2 {
        font-size: 34px;
        line-height: 40px;
    }
}

@media all and (max-width: 559.5px) {
    h1, .h1 {
        font-size: 34px;
        line-height: 46px;
    }

    h2, .h2 {
        font-size: 28px;
        line-height: 38px;
    }

    label.form-label {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 15px;
    }

    input[type="radio"]+span,
    input[type="checkbox"]+span {
        font-size: 14px;
    }

    .form-group {
        margin-bottom: 24px;
    }

    .form-control {
        font-size: 14px;
        line-height: 24px;
    }
}


/* Header styles */
header#site-header {
    position: sticky;
    top: -80px !important;
    top: 0px;
    font-size: 18px;
    line-height: 24px;
    z-index: 99;
    transition: all 600ms;
}

header#site-header.nav-opened,
header#site-header.scrolled {
    background-color: white;
}

header#site-header.scrolled {
    box-shadow: 10px 10px 94px rgba(1, 25, 101, 0.07);
}

#nav-top {
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
}

header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

header .navbar-brand .custom-logo-link {
    display: flex;
}

header .navbar-brand .custom-logo {
    width: 102px;
    height: auto;
}

header .navbar-brand .slogan {
    position: relative;
    top: 5px;
    max-height: 36px;
    align-self: flex-end;
}

#nav-primary .navbar-nav a {
    padding: 0;
}

#nav-primary .navbar-collapse ul {
    display: flex;
    list-style: none;
    margin: 0;
}

#nav-primary .navbar-collapse .btn-container {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

#nav-primary .navbar-collapse .btn-container .btn {
    /* display: none; */
    padding: 16px 24px;
    font-weight: 400;
    border: none;
    margin: 0;
    left: 50%;

}

#nav-primary .navbar-nav .nav-link {
    padding: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    text-underline-offset: 13px;
    margin-left: 34px;
}

#nav-primary .navbar-nav .faq a::after {
    content: none;
}

#nav-primary .dropdown-menu {
    border: none;
    padding-top: 40px;
    padding-bottom: 42px;
    box-shadow: 10px 130px 94px rgba(1, 25, 101, 0.07);
}

#nav-primary .dropdown-menu .dropdown-row {
    display: flex;
}

#nav-primary .dropdown-title {
    flex-basis: 245px;
    flex-shrink: 0;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    border-right: 1px solid var(--bs-info);
    padding-right: 62px;
}

#nav-primary .dropdown-body {
    padding-left: 30px;
}

#nav-primary .dropdown-body .dropdown-links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 30px;
}

#nav-primary .dropdown-body .dropdown-links .d-link {
    width: 245px;
    padding: 26px;
}


/* FAQ menu */
#nav-primary .faq .dropdown-menu .dropdown-row {
    display: block;
}

#nav-primary .faq .dropdown-title {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    border-right: none;
    padding-right: 0;
    margin-bottom: 14px;
}

#nav-primary .faq .dropdown-body {
    padding-left: 0;
}

#nav-primary .faq .dropdown-body p {
    margin-bottom: 0;
}

#nav-primary .faq .dropdown-body .dropdown-links {
    display: block;
    /* max-width: 703px; */
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

#nav-primary .faq .dropdown-body .dropdown-links a {
    display: block;
    width: unset;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    text-decoration: none;
    border: unset;
    border-radius: 2px;
    padding: 20px 0;
    margin: 0;
    border-top: 1px dashed #bfbfbf;
}

#nav-primary .faq .dropdown-body .dropdown-links a.d-link {
    display: none;
}

#nav-primary .faq .dropdown-body .dropdown-links a:first-child {
    border-top: unset;
    padding-top: 0;
}

#nav-primary .faq .dropdown-body .dropdown-links a.faq-link {
    display: inline-block;
    border-top: unset;
    margin-left: auto;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
    padding-bottom: 0;
}

#nav-primary .faq .dropdown-body .dropdown-links a.faq-link span {
    border-bottom: 1px solid var(--bs-primary);
}

.archive .more-link::after,
#nav-primary .faq .dropdown-body .dropdown-links a.faq-link::after {
    content: '';
    position: relative;
    top: 2px;
    display: inline-block;
    width: 19px;
    height: 16px;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url(../images/icons/arrow-left.svg);
    mask-image: url(../images/icons/arrow-left.svg);
    margin-left: 9px;
}

/* Breadcrummbs */
#breadcrumbs {
    margin-top: 16px;
    margin-bottom: 50px;
}

#breadcrumbs .breadcrumb-separator::after {
    content: '';
    display: inline-block;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url(../images/icons/chevron-right.svg);
    mask-image: url(../images/icons/chevron-right.svg);
    width: 7px;
    height: 13px;
    position: relative;
    top: 1px;
    margin: 0 12px;
}

@media all and (min-width: 1200px) {
    header .navbar-brand {
        padding-top: 0;
        padding-bottom: 26px;
    }

    #nav-primary>.container-fluid {
        align-items: flex-end;
        padding-top: 26px;
    }

    #nav-primary .navbar-collapse .hide-scrollbar {
        overflow-x: unset;
    }

    #nav-primary .has-megamenu {
        position: static !important;
    }

    #nav-primary .nav-item.has-megamenu:hover .dropdown-menu {
        display: block;
        top: 100%;
    }

    header.nav-opened #nav-primary .nav-item.has-megamenu .nav-link {
        text-underline-offset: 32px;
    }

    #nav-primary .has-megamenu .dropdown-menu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}

@media all and (max-width: 1334px) {
    #nav-primary .navbar-nav .nav-link {
        margin-left: 25px;
    }

    #nav-primary .navbar-collapse .btn-container {
        margin-left: 30px;
    }
}

@media all and (max-width: 1200px) {
    header#site-header {
        position: sticky;
        top: 0;
    }

    header#site-header #nav-top {
        display: none;
    }

    #nav-primary .navbar-brand {
        padding: 15px 0 15px 15px;
    }

    #nav-primary .mobile-menu {
        padding: 15px 15px 15px 0;
    }

    #nav-primary .navbar-collapse .navbar-nav {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: row;
        height: calc(100vh - 60px);
    }

    #nav-primary .navbar-collapse .navbar-nav>* {
        flex-basis: 100%;
        width: 100%;
    }

    #nav-primary .navbar-collapse .navbar-nav .btn-container {
        margin-top: auto;
        margin-left: 0;
    }

    /* #nav-primary .navbar-collapse .btn-container .btn {
        margin: 20px;
    } */

    #nav-primary .navbar-nav {
        max-height: calc(100vh - 60px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    #nav-primary .navbar-collapse ul {
        display: block;
        border-top: 1px solid var(--bs-info);
        margin-left: 20px;
        margin-right: 20px;
    }

    #nav-primary .navbar-toggler {
        padding: 0;
    }

    #nav-primary .navbar-toggler:focus {
        box-shadow: none;
    }

    #nav-primary .navbar-toggler-icon {
        background: url(../images/icons/close.svg) no-repeat;
        width: 23px;
        height: 21px;
    }

    #nav-primary .navbar-toggler.collapsed .navbar-toggler-icon {
        background: url(../images/icons/menu.svg) no-repeat;
        width: 23px;
        height: 18px;
    }

    #nav-primary .navbar-nav .search {
        display: none;
    }

    #nav-primary .navbar-nav a.nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        font-weight: bold;
        line-height: 30px;
        padding-bottom: 10px;
        padding-top: 10px;
        color: #4F5559;
        margin-left: 0;
        text-underline-offset: 4px;
    }

    #nav-primary .navbar-nav a.nav-link.show {
        color: var(--bs-primary);
    }

    #nav-primary .nav-link::after {
        width: 16px;
        margin: 0;
    }

    #nav-primary .nav-link.show::after {
        transform: rotate(180Deg);
    }

    #nav-primary .dropdown-menu {
        padding-top: 0;
        padding-bottom: 15px;
        margin-top: 0;
        font-size: 14px;
        line-height: 24px;
        box-shadow: none;
    }

    #nav-primary .dropdown-body .dropdown-links .d-link {
        width: calc(33.33% - 15px);
        padding: 14px 26px;
    }

    #nav-primary .faq .dropdown-body .dropdown-links {
        margin-top: 15px;
    }

    #nav-primary>.container-fluid {
        padding: 0;
        border-bottom: none !important;
    }

    #nav-primary .container {
        padding: 0;
    }

    #nav-primary .dropdown-title {
        display: none;
    }

    #nav-primary .dropdown-body {
        padding-left: 0;
    }

    #nav-primary .dropdown-body .dropdown-links {
        margin-top: 10px;
    }

    #nav-primary .mobile-menu a {
        margin-right: 20px;
    }

    #nav-primary .navbar-collapse .btn-container .btn {
        transform: translateX(-50%);
        width: 75% !important;
        position: fixed;
        bottom: 20px;
    }
}

@media all and (max-width: 991.5px) {
    #nav-primary .navbar-brand .custom-logo {
        width: 54px;
    }

    #nav-primary .navbar-brand .slogan {
        max-height: 40px;
    }

    #nav-primary .dropdown-body .dropdown-links {
        gap: 20px;
    }

    #nav-primary .dropdown-body .dropdown-links .d-link {
        width: calc(50% - 15px);
        padding: 14px 26px;
    }

}

@media all and (max-width: 559.5px) {
    #nav-primary .navbar-brand .custom-logo {
        width: 40px;
        height: auto;
    }

    #nav-primary .navbar-brand .slogan {
        max-height: 29px;
        margin-left: 6px;
        top: 4px;
    }

    #nav-primary .dropdown-body .dropdown-links {
        gap: 10px;
    }

    #nav-primary .dropdown-body .dropdown-links .d-link {
        flex-basis: 100%;
    }

    /* Override container-fluid padding */
    #breadcrumbs {
        font-size: 12px;
        margin-top: 16px;
        margin-bottom: 28px;
    }

    #breadcrumbs .breadcrumb-separator::after {
        height: 8px;
        margin: 0 3px;
    }
}

@media (max-width:348.5px) {
    #nav-primary .navbar-collapse .navbar-nav {
        height: calc(92vh - 60px);
    }
}




/* pagination styles */
.paginations {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 60px;
    font-size: 18px;
    margin-bottom: 60px;
    color: var(--bs-primary);
}

.paginations .prev-container,
.paginations .next-container {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.paginations .icon-container {
    display: inline-block;
    background-color: white;
    box-shadow: 12px 12px 45px rgba(1, 25, 101, 0.13);
    padding: 16px 22px 16px 22px;
    line-height: 0.75;
}

.paginations .icon {
    width: 12px;
    height: 24px;
    background: var(--bs-primary);
}

.paginations .page-numbers {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.paginations div.page-numbers {
    opacity: 0.3;
}

.paginations a {
    text-decoration: none;
}

@media all and (max-width: 559.5px) {
    .paginations {
        column-gap: 53px;
        margin-bottom: 40px;
    }

    .paginations .page-numbers .text {
        display: none;
    }

    .paginations .icon-container {
        padding: 13px 19px 13px 19px;
    }
}



/* Newsletter */
.newsletter {
    position: relative;
    background-color: #FCEDF2;
    padding-top: 142px;
    padding-bottom: 126px;
    margin-bottom: 40px;
    /* background-image: url(../images/bg/newsletter.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
}

.newsletter img {
    margin-bottom: 34px;
}

.newsletter h3 {
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 56px;
    font-weight: 400;
}

.newsletter form {
    max-width: 692px;
    margin: auto;
}

.newsletter .fields {
    display: flex;
    position: relative;

}

.newsletter .fields .wpcf7-spinner {
    position: absolute;
    top: 18px;
    right: -46px;
    left: unset;
    transform: translateX(-50%);
    margin: 0;
}

.newsletter .fields .wpcf7-not-valid-tip {
    text-align: left;
}

.newsletter .fields .wpcf7-form-control-wrap {
    flex-basis: 100%;
}

.newsletter input.wpcf7-text {
    padding: 14px 29px;
    font-size: 18px;
    color: var(--bs-secondary);
    border-radius: 2px;
    border: none;
    background: white;
}

.newsletter button {
    font-size: 18px;
    line-height: 24px;
    border-radius: 2px;
    border: none;
    padding: 20px 52px;
}

.newsletter .note {
    margin-top: 27px;
    font-size: 14px;
    line-height: 20px;
}

.newsletter .wpcf7 form .wpcf7-response-output {
    display: none;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    margin-top: 16px;
}

.newsletter .wpcf7 form.sent .wpcf7-response-output {
    display: block;
    border: 0;
    color: var(--bs-primary);
}

@media all and (max-width: 1372px) {
    .newsletter {
        margin-bottom: 40px;
    }
}

@media all and (max-width: 991.5px) {
    .newsletter {
        padding-top: 100px;
        padding-bottom: 120px;
        background-position: center;
    }

    .newsletter .fields {
        display: block
    }

    .newsletter .fields .wpcf7-not-valid-tip {
        margin-bottom: 10px;
    }

    .newsletter .fields br {
        display: none;
    }

    .newsletter .fields .wpcf7-form-control {
        width: 100%;
    }

    .newsletter .fields .wpcf7-spinner {
        right: 0;
    }

    .newsletter h3 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 10px;
        margin-bottom: 52px;
    }

    .newsletter h3 span {
        display: block;
    }

    .newsletter h3::after {
        width: 100px;
    }

    .newsletter button,
    .newsletter input {
        flex-basis: 100%;
    }

    .newsletter input {
        margin-bottom: 10px;
        padding: 13px 29px;
    }
}

@media all and (max-width: 991.5px) {
    .newsletter {
        padding-top: 70px;
        padding-bottom: 90px;
    }
}


/* Footer Styles */
.number-footer {
	margin-bottom: 40px
}

.number-footer p {
	font-weight: 400 !important
}

footer {
    position: relative;
    padding-top: 32px;
    padding-bottom: 34px;
}

footer .footer-nav a:first-child {
    cursor: default;
}

footer .footer-nav a:first-child:hover {
    text-decoration: none;
}

footer,
footer a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
}

footer a {
    font-weight: 300;
}

footer a:hover {
    text-decoration: underline;
    opacity: 1;
    color: white;
}

footer a.btn:hover {
    text-decoration: none;
}

footer .footer-row {
    display: flex;
}

footer .first-col {
    flex-grow: 1;
}

footer .slogan {
    margin-bottom: 66px;
    margin-top: 60px;
}

footer .first-col .menu-container {
    display: flex;
    column-gap: 35px;
}

footer .first-col .menu-container .menu {
    flex: 0 1 auto;
}

footer .first-col .menu-container a {
    white-space: nowrap;
}

footer .second-col h3,
footer .first-col .parent-menu {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: white;
    line-height: 27px;
}

footer .first-col .menu-container ul {
    font-weight: 300;
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .second-col {
    width: 249px;
}

footer .second-col p {
    font-weight: 300;
    margin-bottom: 42px;
}

footer .second-col p.more {
    margin-bottom: 80px;
}

footer .second-col .logo {
    margin-bottom: 46px;
}

footer .socials {
    text-align: center;
}

footer .socials a {
    text-align: center;
}

footer .socials a:hover {
    color: var(--bs-info);
}

footer .socials a span {
    display: none;
}

footer .socials a::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;

    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    mask-position: center;
}

footer .socials a.twitter::before {
    -webkit-mask-image: url("../images/icons/x.svg");
    mask-image: url("../images/icons/x.svg");
}

footer .socials a.facebook::before {
    -webkit-mask-image: url("../images/icons/facebook.svg");
    mask-image: url("../images/icons/facebook.svg");
}

footer .socials a.linkedin::before {
    -webkit-mask-image: url("../images/icons/linkedin.svg");
    mask-image: url("../images/icons/linkedin.svg");
}

footer .footer-nav {
    display: flex;
    justify-content: space-between;
}

footer #mobile-menu {
    display: none;
}

@media all and (max-width: 991.5px) {
    footer .slogan {
        margin-top: 18px;
        margin-bottom: 45px;
    }

    footer .footer-row {
        display: block;
    }

    footer .second-col {
        width: auto;
        margin-top: 80px;
    }

    footer .first-col .menu-container {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    footer .first-col .menu-container .menu {
        flex-basis: calc(33.33% - 25px);
    }

    footer .first-col .parent-menu br {
        display: none;
    }

    footer .second-col .logo {
        width: 124px;
        height: auto;
        margin-bottom: 40px;
    }

    footer .second-col p {
        margin-bottom: 20px;
    }

    footer .second-col .text-decoration-underline {
        display: inline-block;
        margin-bottom: 20px;
    }

    footer .second-col .btn.btn-light {
        width: 100%;
        padding: 14px 20px;
    }

    footer .socials {
        text-align: left;
    }

    footer .footer-nav {
        display: block;
        margin-top: 80px;
    }

    footer .footer-nav a {
        display: block;
        margin-left: 0;
        margin-bottom: 15px;
    }
}

@media all and (max-width: 559.5px) {
    footer {
        padding-top: 50px;
    }

    footer #desktop-menu {
        display: none;
    }

    footer #mobile-menu {
        display: block;
    }

    footer .first-col .parent-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
    }

    footer .first-col .parent-menu.arrow-right:not(.collapsed)::after {
        transform: rotate(180Deg);
    }

    footer .first-col .menu-container {
        display: block;
    }

    footer .first-col .menu-container .menu {
        padding: 10px 0;
    }

    footer .first-col .menu-container .menu .accordion-collapse {
        padding-top: 10px;
    }
}


/* Archive pages */
.archive h1 {
    margin-bottom: 40px;
    font-weight: 400;
}

.archive .description {
    margin-bottom: 60px;
    line-height: 25.6px;
}

.archive .description .description-title {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 45px;
}

.archive .description .description-content {
    font-family: 'Montserrat';
    font-weight: 400;
}

.archive .archive-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.archive .archive-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 30px;
    margin-bottom: 60px;
    color: var(--bs-primary);
}

/* .archive */
.excerpt p {
    margin-bottom: 0;
}

.archive .item.article-item,
.archive .video-podcast-item.item,
.archive .event-item.item {
    width: 100%;
    margin-bottom: 0;
}

.archive #testimonies.archive-grid {
    grid-template-columns: 1fr 1fr;
}

.archive #events.archive-grid {
    display: block;
    margin-bottom: 0;
    padding-bottom: 60px;
}

.archive #events.archive-grid .event-item.item {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #DEDEDE;
}

.archive #events.archive-grid .event-item.item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

@media all and (max-width: 991.5px) {
    .archive .description {
        margin-bottom: 40px;
    }

    .archive .archive-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px 25px;
    }

    .archive #events.archive-grid {
        grid-template-columns: 1fr;
        margin-bottom: 0;
        padding-bottom: 40px;
    }

    .archive h2 {
        font-size: 24px !important;
        line-height: 32px;
    }

    .archive .description .description-title {
        margin-bottom: 40px;
    }
}

@media all and (max-width: 559.5px) {
    .archive .archive-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        margin-bottom: 40px;
    }

    .archive .archive-grid.hide-scrollbar {
        display: flex;
        flex-wrap: nowrap;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        gap: 20px;
    }

    .archive .archive-filter {
        flex-wrap: wrap;
        row-gap: 40px;
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .archive .archive-filter .dropdown.dropdown-filter,
    .archive .archive-filter .dropdown.dropdown-filter .dropdown-menu {
        width: 100%;
    }

    .archive .item.article-item .thumb,
    .archive .video-podcast-item.item .thumb,
    .archive .event-item.item .wp-post-image {
        height: 200px;
    }

    .archive .archive-grid.hide-scrollbar .item.article-item .thumb,
    .archive .archive-grid.hide-scrollbar .video-podcast-item.item .thumb,
    .archive .archive-grid.hide-scrollbar .event-item.item .wp-post-image {
        height: 150px;
    }

    .archive #events.archive-grid .event-item.item {
        padding-top: 30px;
        margin-top: 30px;
    }

    .archive #events.archive-grid.hide-scrollbar {
        display: flex;
    }

    .archive #events.archive-grid.hide-scrollbar .event-item.item {
        padding-top: 0;
        margin-top: 0;
        border-top: none;
        width: 250px;
    }
}

/* FAQ's style */
#faq-page .faq-tab {
    margin-bottom: 60px;
    display: flex;
}

#faq-page #faq-tab-mobile {
    display: none;
}

#faq-page #faq-tab-desktop.nav-pills {
    margin-right: 85px;
}

#faq-page .nav-link {
    color: var(--bs-primary);
    text-align: left;
    line-height: 1.4;
    width: 285px;
    padding: 39px 0;
    border-top: 1px solid var(--bs-info);
    border-right: 10px solid transparent;
    border-radius: 2px;
}

#faq-page .nav-link:first-child {
    border-top: none;
}

#faq-page .nav-link:hover {
    border-right: 10px solid var(--bs-info);
    color: var(--bs-secondary);
}

#faq-page .nav-link.active {
    background-color: unset;
    border-right: 10px solid var(--bs-primary);
    color: var(--bs-primary);
}

#faq-page .question {
    font-size: 16px;
    font-weight: 700;
    color: var(--bs-primary);
    line-height: 40px;
    margin-bottom: 20px;
}

#faq-page .answer {
    margin-bottom: 60px;
    line-height: 30px;
}

@media all and (max-width: 991.5px) {
    #faq-page .faq-tab {
        display: block;
        margin-bottom: 40px;
    }

    #faq-page #faq-tab-desktop {
        display: none;
    }

    #faq-page #faq-tab-mobile {
        display: block;
        margin-bottom: 40px;
    }

    #faq-page .dropdown.dropdown-select .dropdown-menu .btn {
        padding: 0;
        padding-top: 20px;
        text-align: left;
        width: 100%;
    }

    #faq-page .dropdown.dropdown-select .dropdown-menu .btn:first-child {
        padding-top: 0;
    }

    #faq-page .question {
        line-height: 26px;
    }

    #faq-page .answer {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 40px;
    }
}


/* Contact Page */
.contact-page h1 {
    margin-bottom: 60px;
}

.contact-page .info {
    background-color: #E8F1F8;
    padding: 30px;
    margin-bottom: 60px;
}

.contact-page .info p {
    margin-bottom: 0;
    line-height: 26px;
}

.contact-page .info strong {
    display: inline-block;
    color: var(--bs-primary);
    margin-bottom: 20px;
    line-height: 27px;
    font-weight: 400;
}

.contact-page .contact-form {
    margin: auto;
    margin-bottom: 60px;
    max-width: 712px;
}

.contact-page .form-title {
    margin-bottom: 30px;
    font-weight: 400;
}

.contact-page .form-legend {
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 19px;
}

.contact-page p {
    margin-bottom: 0;
}

.wpcf7-checkbox,
.wpcf7-radio,
.contact-page .form-label {
    line-height: 24px;
}

.contact-page .wpcf7-list-item {
    margin: 0;
}

.contact-page .gender {
    color: var(--bs-primary);
    display: inline-block;
}

.contact-page .gender .wpcf7-list-item {
    margin-left: 85px;
}

.contact-page .gender .wpcf7-list-item:first-child {
    margin-left: 0;
}

.wpcf7-not-valid-tip {
    color: var(--bs-danger);
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    margin-top: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    text-align: center;
    color: var(--bs-danger);
}

.wpcf7-spinner {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

@media all and (max-width: 559.5px) {
    .contact-page h1 {
        margin-bottom: 40px;
    }

    .contact-page .info {
        padding: 20px;
        margin-bottom: 40px;
    }

    .contact-page .info strong {
        margin-bottom: 10px;
    }

    .contact-page .info p {
        font-size: 14px;
        line-height: 24px;
    }

    .contact-page .form-title {
        margin-bottom: 20px;
    }

    .contact-page .gender .wpcf7-list-item {
        margin-left: 60px;
    }

    .contact-page [type="submit"] {
        width: 100%;
    }
}

/* Template topic root level 1 */
#topic-1 .category-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 30px;
    margin-bottom: 60px;
}

#topic-2 .topic {
    margin-bottom: 60px;
}

#topic-2 .topic .topic-name {
    font-size: 34px;
    margin-bottom: 28px;
    font-weight: 700;
}

#topic-3 .description p:last-child,
#topic-2 .topic .topic-description p:last-child {
    margin-bottom: 0;
}

#topic-3 .description,
#topic-2 .topic .topic-description {
    display: flex;
    line-height: 25.6px;
    margin-bottom: 45px;
}

#topic-2 .topic .topic-description {
    font-weight: 400;
    font-family: 'Montserrat';
}

#topic-3 .description .description-txt,
#topic-2 .topic .topic-description .topic-description-txt {
    order: 2;
    padding: 30px;
    color: var(--bs-primary);
    background-color: #E5F0F9CC;
}

#topic-3 .description .description-txt a,
#topic-2 .topic .topic-description .topic-description-txt a, .description .category_description .description-content a {
    word-break: break-all;
}

#topic-3 .description .description-img,
#topic-2 .topic .topic-description-img {
    flex-shrink: 0;
    flex-basis: 730px;
    min-height: 420px;
    background-size: cover;
    box-shadow: 20px 20px 64px rgba(1, 25, 101, 0.13);
}

#topic-3 h1 {
    margin-bottom: 20px;
}

#topic-3 .description {
    margin-bottom: 60px;
}

#topic-3 .listing h3 {
    text-transform: uppercase;
}

#topic-3 .listing h2 {
    font-weight: bold;
    margin-bottom: 40px;
}

#topic-3 .listing.most-viewed h2 {
    margin-bottom: 20px;
}

#topic-3 .listing h3 {
    margin-bottom: 20px;
}

#topic-3 .list,
#topic-3 .archive-grid {
    margin-bottom: 100px;
}

#topic-3 .article, #topic-3 .testimony {
    padding: 80px 0;
    margin-bottom: 100px;
}

#topic-3 .article .list, #topic-3 .testimony .list {
    margin-bottom: 0px;
}

#topic-3 .article {
    background-color: var(--bs-primary);
}

#topic-3 .article * {
    color: #fff;
}

#topic-3 .article .excerpt, #topic-3 .article a {
    font-weight: 300;
}

#topic-3 .testimony {
    background-color: #E2F2FF;
}

.topic-source {
    margin-bottom: 100px;
}

.topic-source h2 {
    text-transform: uppercase;
}

@media all and (max-width: 991.5px) {
    #topic-1 .category-list {
        grid-template-columns: 1fr 1fr;
    }

    #topic-2 .topic {
        margin-bottom: 40px;
    }

    #topic-2 .topic .topic-name {
        margin-bottom: 20px;
    }

    #topic-3 .description,
    #topic-2 .topic .topic-description {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    #topic-3 .description .description-txt,
    #topic-2 .topic .topic-description .topic-description-txt {
        order: unset;
    }

    #topic-3 .description .description-img,
    #topic-2 .topic .topic-description-img {
        flex-basis: 100%;
        min-height: 190px;
    }

    #topic-3 .list,
    #topic-3 .archive-grid {
        margin-bottom: 60px;
    }

    #topic-3 .article, #topic-3 .testimony {
        padding: 30px 0;
        margin-bottom: 60px;
    }

    #topic-3 .description .description-img img,
    #topic-2 .topic .topic-description-img img {
        height: 250px;
    }
}

@media all and (max-width: 559.5px) {
    #topic-1 .category-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 40px;
    }

    #topic-1 .category-list .d-link {
        flex-basis: 100%;
    }

    #topic-3 .description .description-img img,
    #topic-2 .topic .topic-description-img img {
        max-height: 200px;
    }

    #topic-3 .list {
        margin-bottom: 100px;
    }

    #topic-3 .archive-grid {
        margin-bottom: 40px;
    }

    #topic-2 .description,
    #topic-3 .description,
    #topic-2 .topic .topic-description {
        line-height: 24px;
    }

    #topic-3 .description,
    #topic-2 .topic .topic-description {
        text-align: justify;
    }

    #topic-3 .listing h3 {
        font-size: 24px;
        line-height: 32px;
    }
}


/* Single post - singular.php */
#single_post {
    overflow-x: hidden;
}

#single-post {
    margin-top: 60px;
}

#single-post .mb-20 {
    margin-bottom: 20px;
}

#single-post .mb-60 {
    margin-bottom: 60px;
}

#single-post .meta {
    font-family: 'Montserrat';
    margin-bottom: 20px;
}

#single-post .meta .meta-info {
    display: inline-block;
    margin-right: 66px;
}

#single-post .meta .reading-info {
    display: inline-block;
}

#single-post .tag-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin-bottom: 60px;
}

#single-post .tag-list .tag {
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    background: var(--bs-info);
    border-radius: 37px;
    padding: 0 17px;
    color: var(--bs-primary);
}

#single-post .thumbnail-wrapper {
    margin-bottom: 60px;
}

#single-post .thumbnail-wrapper img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 576px;
    object-fit: cover;
}

#single-post .audio-player {
    display: flex;
    padding: 50px 0;
    background-color: white;
    width: 100vw;
    left: 50%;
    position: relative;
    margin-left: -50vw;
    margin-top: 60px;
}

#single-post .audio-player>.container {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
        'audio-thumb body'
        'audio-thumb player';
    gap: 30px;
}

#single-post .audio-player .thumb-container {
    grid-area: audio-thumb;
}

#single-post .audio-player .audio-thumb {
    width: 247px;
    height: 217px;
    border-radius: 15px;
    filter: drop-shadow(20px 20px 64px rgba(1, 25, 101, 0.13));
}

#single-post .audio-player .podcast_date {
    margin-top: 5px;
}

#single-post .audio-player .podcast_title {
    color: var(--bs-primary);
    font-size: 18px;
}

#single-post .audio-player .body {
    grid-area: body;
}

#single-post .audio-player .player {
    grid-area: player;
}

#single-post .audio-player .player img {
    width: auto;
    height: 20px;
}

#single-post .audio-player .player .volume-off {
    height: 19px;
}

#single-post .audio-player .player .timer {
    height: 19px;
    margin-bottom: 12px;
    position: relative;
}

#single-post .audio-player .player .timer * {
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
    color: var(--bs-primary);
}

#single-post .audio-player .player .total-time {
    left: 100%;
    transition: opacity .3s;
}

#single-post .audio-player .player .progression {
    position: relative;
    margin-bottom: 25px;
}

#single-post .audio-player .player .progression * {
    height: 6px;
    cursor: pointer;
    border-radius: 20px;
}

#single-post .audio-player .player .progression .progress-gray {
    background-color: #E8F1F8;
}

#single-post .audio-player .player .progression .progress-yellow {
    background-color: #FFD600;
    position: absolute;
    top: 0;
}

#single-post .audio-player .player .btns {
    display: flex;
    gap: 30px;
}

#single-post .audio-player .player .btns * {
    cursor: pointer;
}

#single-post .audio-player .player .volume-container {
    margin-left: 40px;
    margin-top: 23px;
    cursor: pointer;
}

#single-post iframe {
    width: 100%;
    height: 576px;
}

#single-post .main-content {
    line-height: 36px;
}

#single-post .main-content p {
    margin-bottom: 20px;
}

#single-post .main-content ul {
    padding-left: 26px;
}

#single-post .main-content ul li {
    padding-left: 8px;
    text-align: justify;
}

#single-post .main-content ul li::marker {
    font-size: 10px;
    line-height: 1;
}

#single-post .main-content h2,
#single-post .main-content .h2 {
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    font-size: 34px;
    line-height: 46px;
}

#single-post .main-content .wp-block-quote {
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    color: var(--bs-primary);
    background-color: var(--bs-info);
    padding: 88px 138px;
    margin: 60px 0;
}

#single-post .main-content .wp-block-image {
    margin-bottom: 30px;
	text-align: center;
}

#single-post .main-content .wp-block-quote p {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

#single-post .main-content .wp-block-quote p:first-child {
    margin-top: 0;
}

#single-post .social-media {
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: center;
    margin: 60px 0;
    padding: 50px;
    background: #E8F1F8;
}

#single-post .social-media a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

#single-post .social-media a:first-child {
    margin-right: 80px;
}

#single-post .social-media a .label {
    margin-right: 22px;
    font-weight: 500;
}

#single-post .social-media .img-share {
    width: 23px;
    height: auto;
    filter: invert(12%) sepia(94%) saturate(1706%) hue-rotate(213deg) brightness(91%) contrast(119%);
}

#single-post .suggestion-title {
    font-weight: 400;
    margin-bottom: 80px;
    text-transform: uppercase;
}

#single-post .suggestion-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 80px;
    color: var(--bs-primary);
}

#single-post .suggestion-wrapper .item.article-item,
#single-post .suggestion-wrapper .video-podcast-item.item {
    width: 100%;
}

#single-post .suggestion-wrapper .article-item.item .thumb,
#single-post .suggestion-wrapper .video-podcast-item.item .thumb {
    height: 280px;
}

#single-post .suggestion-wrapper.evenements {
    grid-template-columns: 1fr;
}

@media screen and (max-width: 767px) {
    #single-post .audio-player>.container {
        grid-template-areas:
            'audio-thumb body'
            'player player';
        gap: 30px 15px;
    }

    #single-post .audio-player .audio-thumb {
        width: 80px;
        height: 80px;
        border-radius: 0;
        box-shadow: 20px 20px 64px rgba(1, 25, 101, 0.13);
    }

    #single-post .audio-player .podcast_date {
        font-size: 14px;
    }

    #single-post .audio-player .podcast_title {
        font-size: 16px;
    }

    #single-post .audio-player .podcast_description {
        font-size: 14px;
    }

    #single-post .audio-player .player .btns {
        display: flex;
        justify-content: center;
        gap: 100px;
        width: 100%;
        margin-top: 43px;
    }

    #single-post .audio-player .player img {
        height: 30px;
    }

    #single-post .audio-player .player .timer {
        display: flex;
        margin-bottom: 0;
        margin-right: 12px;
    }

    #single-post .audio-player .player .timer * {
        position: unset;
        transform: none;
        white-space: nowrap;
        color: var(--bs-primary);
    }

    #single-post .audio-player .player .progress-container {
        flex-wrap: wrap;
    }

    #single-post .audio-player .player .progression {
        margin-bottom: 0;
        flex: 1;
        display: flex;
        align-items: center;
    }

    #single-post .audio-player .player .progression * {
        height: 10px;
    }

    #single-post .audio-player .player .progression .progress-yellow {
        top: unset;
    }
}

@media all and (max-width: 559.5px) {
    #single-post {
        margin-top: 40px;
    }

    #single-post h1 {
        font-size: 28px;
        line-height: 38px;
    }

    #single-post iframe {
        height: 200px;
    }

    #single-post .meta {
        margin-bottom: 40px;
    }

    #single-post .meta .meta-info {
        display: block;
        margin-right: 0;
    }

    #single-post .meta .reading-info {
        display: block;
    }

    #single-post .tag-list {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        margin-bottom: 40px;
        margin-right: -20px;
        /* Break container fluid padding on the right side */
        padding-right: 20px;
        margin-left: -20px;
        /* Break container fluid padding on the left side */
        padding-left: 20px;
    }

    #single-post .thumbnail-wrapper {
        margin-bottom: 40px;
    }

    #single-post .tag-list .tag {
        font-size: 12px;
        line-height: 15px;
        flex-shrink: 0;
        padding: 10px 15px;
    }

    #single-post .social-media {
        margin: 40px 0;
    }

    #single-post .social-media a:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    #single-post .main-content {
        line-height: 24px;
    }

    #single-post .main-content h2,
    #single-post .main-content .h2 {
        font-size: 28px;
        line-height: 38px;
    }

    #single-post .main-content ul {
        padding-left: 18px;
    }

    #single-post .main-content ul li {
        padding-left: 4px;
    }

    #single-post .main-content .wp-block-quote {
        font-size: 16px;
        padding: 40px;
        margin: 40px 0;
    }

    #single-post .suggestion-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    #single-post .suggestion-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 30px;
    }

    #single-post .suggestion-wrapper .article-item.item .thumb,
    #single-post .suggestion-wrapper .video-podcast-item.item .thumb {
        height: 200px !important;
    }
}

/* Tweets style */
/* #last-posts .social-feed-container-1281 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#last-posts .social-feed-container-1281 .grid-item {
    width: 32%;
}

#last-posts .social-feed-container-1281 .grid-item  {
    position: relative;
    display: grid;
}

#last-posts .social-feed-container-1281 .grid-item .social-feed-element {
    border-radius: 10px;
}

#last-posts .social-feed-container-1281 .grid-item .content{
    display: grid;
}

#last-posts .social-feed-container-1281 .grid-item .media-body p {
    display: flex;
    flex-direction: column-reverse;
}

#last-posts .social-feed-container-1281 .grid-item .media-body .read-button {
    position: absolute;
    bottom: 0;
    right: 20px;
    padding-bottom: 30px;
    color: var(--bs-primary) !important;
}

#last-posts .social-feed-container-1281 .grid-item .media-body .social-feed-text {
    padding-bottom: 50px;
    font-family: 'Montserrat';
    color: var(--bs-secondary) !important
}

#last-posts .social-feed-container-1281 .grid-item .media-body .social-feed-text a {
    color: var(--bs-primary);
}

#last-posts .social-feed-container-1281 .grid-item .media-body .muted.pull-right {
    position: absolute;
    top: 35px;
    left: 80px;
}

#last-posts .social-feed-container-1281 .grid-item .media-body .author-title {
    position: absolute;
    top: 15px;
    left: 80px;
    color: #011965 !important;
    text-transform: uppercase;
    font-family: 'Montserrat';
    width: 77%;
}

#last-posts .social-feed-container-1281 .grid-item .media-body .author-title::after {
    content: url('/wp-content/themes/diabete/assets/svg/twitter.svg');
    position: absolute;
    top: 15px;
    right: 15px;
    transform: scale(1.5);
}

#last-posts .social-feed-container-1281 .grid-item .media-body p .muted.pull-right {
    margin: 0px;
}
#last-posts .social-feed-container-1281 .grid-item .pull-left img {
    box-shadow: 1px 3px 10px 4px rgba(189,179,179,0.4)
} */


#last-posts .fts-twitter-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

#last-posts .fts-twitter-div .fts-twitter-full-name {
    font-size: 16px !important;
}

#last-posts .fts-twitter-div .fts-twitter-logo .fa.fa-twitter {
    color: #1DA1F2 !important;
    margin-right: 20px;
}

#last-posts .fts-twitter-div .tweeter-info {
    height: 100%;
}

#last-posts .fts-twitter-div .fts-tweeter-wrap {
    position: relative;
    border-radius: 10px;
    background-color: white;
    box-shadow: 2px -1px 6px -3px rgba(181, 172, 172, 0.75);
}

#last-posts .fts-twitter-div .ft-gallery-link-popup {
    display: none !important;
}

#last-posts .fts-twitter-div .fts-twitter-reply-wrap-left {
    position: absolute;
    bottom: 0px;
}

/* #last-posts .fts-twitter-div .fts-tweeter-wrap .fts-right {
    padding-bottom: 40px;
} */


#last-posts .fts-twitter-div .time {
    position: absolute;
    left: 90px;
    top: 70px;
    color: #999;
    font-size: 14px !important;
}

#last-posts .fts-twitter-div .fts-tweeter-wrap .fts-twitter-quoted-text-wrap {
    display: none;
}

#last-posts .fts-twitter-div .fts-tweeter-wrap .fts-jal-fb-vid-wrap .fts-fluid-videoWrapper-html5 {
    margin-top: -40px;
    padding-bottom: 40px
}

#last-posts .fts-twitter-div .fts-tweeter-wrap .tweeter-info .fts-twitter-description-image {
    margin-top: -40px !important;
    padding-bottom: 40px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

#last-posts .fts-twitter-div .fts-twitter-text {
    padding-top: 30px;
    padding-bottom: 40px;
    margin: 0 30px;
    font-size: 14px;
    line-height: 22px !important;
}

#last-posts .fts-twitter-div .fts-twitter-at-name {
    color: #1DA1F2 !important;
    text-decoration: underline !important;
    line-height: 15px;
    text-underline-offset: 2px;
}

#last-posts .fts-twitter-div .twitter-image {
    box-shadow: 2px -1px 6px 0px rgba(181, 172, 172, 0.75) !important;
}

#last-posts .fts-twitter-div .fts-bold {
    margin-left: 30px;
}

#last-posts .fts-twitter-div .fts-tweet-others-right {
    margin: 30px;
}

#last-posts .fts-twitter-div .fts-twitter-description-image {
    padding-bottom: 30px;
}

@media (max-width:991.5px) and (min-width:767.5px) {
    #last-posts .fts-twitter-div .time {
        left: 68px;
    }

    #last-posts .fts-twitter-div .twitter-image {
        width: 45px;
    }
}

@media all and (max-width: 767.5px) {
    #last-posts .fts-twitter-div .time {
        left: 68px;
    }

    #homepage .last-posts {
        padding: 50px 0px !important;
    }

    #homepage .last-posts .article-title {
        margin-left: 20px !important;
    }


    #last-posts {
        overflow: auto;
        overflow-y: hidden;
        padding-left: 20px;
        padding-right: 20px;
        scrollbar-width: none !important;
    }

    ::-webkit-scrollbar {
        display: none !important;
    }

    #last-posts .fts-twitter-div {
        display: flex;
    }

    #last-posts .fts-twitter-div .fts-tweeter-wrap {
        width: 275px;
        flex-shrink: 0;
    }


    #last-posts .fts-twitter-div .fts-twitter-logo, #last-posts .fts-twitter-div .twitter-image {
        display: block !important;
    }

}

@media all and (max-width: 991.5px) {
    #last-posts .fts-twitter-div {
        gap: 10px;
    }

    #last-posts .fts-twitter-div .fts-tweet-others-right, #last-posts .fts-twitter-div .fts-twitter-text {
        margin: 10px !important;
    }

    #last-posts .fts-twitter-div .fts-bold {
        margin-left: 10px;
    }

    #last-posts .fts-twitter-div .fts-twitter-reply-wrap-left {
        padding-bottom: 5px;
    }
}

/* Style for mention legal */
.page-id-547 h1,
.page-id-1308 h1 {
    margin-top: 40px;
    margin-bottom: 0;
}

.page-id-1315 h1 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-id-547 h2,
.page-id-1308 h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
}

.page-id-547 h3,
.page-id-1308 h3 {
    color: #4F5559;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 0;
}

.page-id-547 p,
.page-id-1308 p,
.page-id-1315 p {
    font-family: apis;
}

.page-id-547 h6,
.page-id-1308 h6,
.page-id-1315 h6 {
    margin-top: 100px;
    margin-bottom: 40px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* .page-id-547 ul {
    padding: 0;
}

.page-id-547 li {
    list-style: none;
} */

.page-id-547 .newsletter,
.page-id-1308 .newsletter,
.page-id-1315 .newsletter,
.page-id-1712 .newsletter,
.page-id-1975 .newsletter
{
    display: none;
}

.page-id-547 .number-footer,
.page-id-1308 .number-footer,
.page-id-1315 .number-footer,
.page-id-1712 .number-footer,
.page-id-1975 .newsletter
{
	margin-top: 60px
}

@media all and (max-width: 575.5px) {

    .page-id-547 h2,
    .page-id-1308 h2 {
        font-size: 26px;
        margin-top: 25px;
        margin-bottom: 25px;
        line-height: 32px;
    }

    .page-id-547 h3,
    .page-id-1308 h3 {
        font-size: 22px;
        margin-top: 25px;
        line-height: 32px;
    }
}

/* style 404 page */
.error404 #breadcrumbs {
    display: none !important
}

#pageNotFound {
    margin: 150px auto
}

#pageNotFound h1 {
    font-size: 60px !important;
    font-weight: 700 !important
}

/* Modal acces pro */
.navbar-nav .close-modal {
    position: absolute;
    top: 1.2rem;
    right: 2rem;
    font-size: 3rem;
    color: #333;
    cursor: pointer;
    border: none;
    background: none;
}

.navbar-nav .hidden {
    display: none;
}

.navbar-nav .bodyModal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 20%);
	width: auto !important;
    background-color: white;
    padding: 5rem;
    border-radius: 5px;
    box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.navbar-nav .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110vh;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    z-index: 5;
}

@media all and (max-width: 1200px) {
    .navbar-nav .bodyModal {
        transform: translate(-50%, -50%);
    }
}

@media all and (max-width: 991.5px)  {
    .navbar-nav .bodyModal{
        width: 70% !important;
    }
}

@media all and (max-width: 575.5px){
    .navbar-nav .bodyModal {
        width: 95% !important;
        padding: 2rem;
    }
    .navbar-nav .close-modal {
        top: 5px;
        right: 0px;
    }
}

/* style pour le titre h2 de la page eco conception */
.page-id-1475 h2 {
	font-weight: 700
}


/* popup button succes newsletter*/
.swal2-confirm {
	border: none;
	padding: 10px 15px;
	color: white;
	font-family: "Apis";
}

.swal2-title {
	font-size: 16px !important;
	font-weight: 400 !important
}

.swal2-popup {
	width: 25em !important
}


