/* header styles */

body {
    margin: 0 auto !important;
}

.main-menu a {
    text-decoration: none !important;
}

a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-search .fl-search-form-inline .fl-form-field {
    position: relative;
    padding-right: 16px;
}

.mobile-search a.fl-button:after,
.main-search .fl-search-form-inline .fl-form-field:after {
    content: "";
    display: block;
    position: absolute;
    right: 29px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('/wp-content/uploads/2024/09/la_search.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 23px;
    height: 23px;
}

.mobile-search a.fl-button:after {
    width: 23px;
    height: 23px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: unset;
    background-image: url('/wp-content/uploads/2024/09/Search.svg');
}

.text-margin p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .main-menu nav > ul > li:last-child a {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .main-menu {
        display: inline-block;
        width: 25px;
        height: 22px;
        margin-right: 12px;
    }

    .mobile-search {
        display: inline-block;
        width: 23px;
        height: 23px;
    }

    .mobile-search .fl-button-text {
        font-size: 0;
    }

    .mobile-search a.fl-button {
        width: 23px;
        height: 23px;
        padding: 5px !important;
        position: relative;
    }

    .main-menu .fl-menu-mobile-toggle {
        width: 25px;
        height: 22px;
        padding: 0px !important;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-search a.fl-button i {
        display: none;
    }

    .main-menu .fl-menu-mobile-toggle span svg {
        display: none;
    }

    .main-menu .fl-menu-mobile-toggle:before,
    .main-menu .fl-menu-mobile-toggle:after {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        border-radius: 12px;
        background-color: #057565;
        margin: 2px auto;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .main-menu .fl-menu-mobile-toggle span {
        width: 100% !important;
        height: 3px !important;
        border-radius: 12px;
        background-color: #057565;
        margin: 2px auto;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .main-menu .fl-menu-mobile-toggle.fl-active:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 4px -2px;
        -ms-transform-origin: 4px -2px;
        transform-origin: 4px -2px;
    }

    .main-menu .fl-menu-mobile-toggle.fl-active span {
        opacity: 0;
    }

    .main-menu .fl-menu-mobile-toggle.fl-active:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 4px 6px;
        -ms-transform-origin: 4px 6px;
        transform-origin: 4px 6px;
    }

    .m-align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .m-align-center > div {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-orient: unset !important;
        -webkit-box-direction: unset !important;
        -ms-flex-direction: unset !important;
        flex-direction: unset !important;
    }

    body .mfp-container {
        padding: 0 20px;
    }

    body .fl-search-form-input-wrap {
        max-width: 600px;
        width: 100% !important;
        margin-top: 120px !important;
    }

    body .mfp-wrap {
        position: fixed !important;
        top: 20px !important;
    }

    body .mfp-wrap.fl-node-b6hyr81pwvij button.mfp-close,
    body .mfp-wrap button.mfp-close {
        right: 20px !important;
        color: #FFF !important;
        font-size: 32px !important;
        opacity: 1 !important;
        top: 80px !important;
        background-color: transparent !important;
    }

    body .mfp-content .fl-search-results-content {
        max-width: 600px !important;
        width: 100% !important;
    }

    body .fl-search-post-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    body .fl-search-post-title a {
        color: #000
    }

    body .fl-search-post-title a:hover {
        color: #057565;
    }

    body {
        padding-top: 118px !important;
    }

    header[data-type="header"] {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 200;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    header[data-type="header"].scroll {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .mfp-wrap.fl-node-b6hyr81pwvij button.mfp-close:hover {
        top: 80px !important;
    }

    .header-main .fl-menu nav {
        position: fixed;
        top: 118px;
        left: 0;
        width: 100%;
    }

    .header-main .fl-menu nav ul {
        height: 100vh;
        background-color: rgb(255, 255, 255) !important;
    }
}

/* header styles end */

/* footer styles */

.foot-menu a {
    padding: 0 9px !important;
    position: relative;
}

.foot-menu a:after {
    content: "";
    display: block;
    position: absolute;
    right: -1px;
    bottom: 0;
    height: 16px;
    width: 1px;
    background-color: #FFF;
}

.foot-menu li:last-child a:after {
    display: none;
}

.foot-menu a:hover {
    text-decoration: underline;
}

.head-underline h2 {
    padding-bottom: 7px;
    border-bottom: 2px solid #FFF;
}

.box-right {
    max-width: 240px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
}

.footer-soc {
    width: 100%;
}

.ic-style a {
    -webkit-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
}

.ic-style i {
    line-height: normal !important;
    width: auto !important;
    -webkit-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    height: auto !important;
}

.ic-style .fl-icon {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body .ic-style .fl-icon i::before {
    line-height: 1px !important;
    -webkit-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
}

.footer-btn-group .fl-button-group-button {
    padding-bottom: 12px !important;
}

.contact-btn-group .fl-button-group-button {
    padding-bottom: 15px !important;
}

.contact-btn-group .fl-button-group-button:last-child,
.footer-btn-group .fl-button-group-button:last-child {
    padding-bottom: 0px !important;
}

.footer-btn-group a:has(.fa-envelope):after,
.footer-btn-group a:has(.fa-phone-alt):after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    /*transform: translateY(-50%);*/
    width: 22px;
    height: 22px;
    background-image: url('/wp-content/uploads/2024/09/Vector-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.footer-btn-group a:has(.fa-envelope):after {
    background-image: url('/wp-content/uploads/2024/09/Vector-3.svg');
}

.footer-btn-group a:has(.fa-envelope),
.footer-btn-group a:has(.fa-phone-alt) {
    padding-left: 32px !important;
    position: relative;
    -webkit-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
}

.footer-btn-group a:has(.fa-envelope) i,
.footer-btn-group a:has(.fa-phone-alt) i {
    display: none;
}

.contact-btn-group a:has(.fa-envelope),
.contact-btn-group a:has(.fa-phone-alt) {
    padding-left: 36px;
}

.contact-btn-group a:has(.fa-envelope):after,
.contact-btn-group a:has(.fa-phone-alt):after {
    background-image: url('/wp-content/uploads/2024/09/phone.svg');
}

.contact-btn-group a:has(.fa-envelope):after {
    background-image: url('/wp-content/uploads/2024/09/Vector-2.svg');
}

.text-under {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}

.fl-builder-content .fl-button:active {
    top: unset !important;
}

.text-under:hover {
    opacity: 0.8;
}

.text-under:hover .fl-rich-text {
    text-decoration: underline;
}

.footer-btn-group a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-btn-group a:hover {
    opacity: 0.8;
}

.footer-btn-group a:hover .fl-button-text {
    text-decoration: underline;
}

.foot-menu a,
.text-under .fl-rich-text,
.footer-btn-group a .fl-button-text {
    text-underline-offset: 4px;
}

.footer-btn-group {
    width: 100%;
}

.footer-btn-group .fl-button-group-button {
    width: 100%;
}

@media (max-width: 767px) {
    .box-right {
        max-width: 100%;
        margin-left: 0;
    }
}

/* footer styles end */

/* search page styles */

body.search .fl-sidebar {
    display: none;
}

body.search.fl-full-width .container {
    max-width: 800px;
}

body.search .fl-content {
    margin: 30px 0 70px 0;
}

/* search page styles end */

/* cf-style styles */

.cf-style p {
    margin-bottom: 0;
}

.request-style.cf-style form label {
    width: 100%;
    padding: 0 0 8px 0;
    color: #FFF;
    font-size: 18px;
    line-height: 25px;
}

.request-style.cf-style form label textarea,
.request-style.cf-style form label input {
    margin-top: 11px;
    padding: 10px 14px;
    border: none;
    border-radius: 7px;
}

.request-style.cf-style form .d-flex {
    justify-content: center;
    margin-top: 32px;
}

.request-style.cf-style.cf-style-blue form .d-flex input,
.request-style.cf-style.cf-style-blue form .d-flex input {
    border-radius: 7px;
    background: #FFF;
    border-color: #FFF;
    min-width: 136px;
    padding: 8px 10px 8px 10px;
    color: #000;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
}

.request-style.cf-style.cf-style-blue form .d-flex input:hover {
    border-color: #FFF;
    color: #FFF;
    background-color: transparent;
}

.request-style.cf-style .wpcf7 form .wpcf7-response-output,
.request-style.cf-style form .wpcf7-not-valid-tip {
    color: #FFF;
}

.cf-style br,
.cf-style .wpcf7-spinner {
    display: none !important;
}

.cf-style form > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cf-style form label {
    width: 50%;
    padding: 0 6px 9px 6px;
    margin-bottom: 0;
}

.cf-style form label.textarea-style {
    width: 100%;
    padding-bottom: 0;
}

.cf-style form label {
    color: #000;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: block;
}

.cf-style form label span {
    display: block;
    width: 100%;
    position: relative;
}

.cf-style form label textarea,
.cf-style form label input {
    border-radius: 8px;
    border: 1px solid #5C5B6A;
    background-color: #FFF !important;
    padding: 16px 14px;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    margin-top: 5px;
    display: block;
    width: 100%;
}

.cf-style form label input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.35);
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.cf-style form label input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.35);
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.cf-style form label input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.35);
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.cf-style form label input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.35);
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.cf-style form label input::placeholder {
    color: rgba(0, 0, 0, 0.35);
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.cf-style form label textarea {
    resize: none;
    height: 98px;
}

.cf-style form input,
.cf-style form button,
.cf-style form textarea {
    outline: none;
}

.cf-style form input:focus,
.cf-style form textarea:focus {
    background-color: #fff;
    border-color: #5C5B6A;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cf-style form .wpcf7-not-valid-tip {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top: 3px;
}

.cf-style form .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 30px;
}

.cf-style form .d-flex input {
    background-color: #057565;
    border: 1px solid #057565;
    color: #E1EFED;
    text-align: center;
    font-family: "Noto Sans", Sans-Serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 17px 25px;
    border-radius: 0;
    outline: none;
    min-width: 220px;
    width: auto;
}

.cf-style form .d-flex input:hover {
    background-color: #FFF;
    color: #057565;
}

.cf-style .wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 0;
    border: none;
    color: red;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: block;
}

.request-style.cf-style .wpcf7 form.sent .wpcf7-response-output {
    color: #FFF;
}

.cf-style .wpcf7 form.sent .wpcf7-response-output {
    color: #057565;
}

@media (max-width: 992px) {
    .request-style.cf-style form label {
        font-size: 16px;
        line-height: 22px;
    }

    .request-style.cf-style form label textarea,
    .request-style.cf-style form label input {
        margin-top: 6px;
    }

    .request-style.cf-style.cf-style-blue form .d-flex input {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 500px) {
    .cf-style form label {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

/* cf-style styles end */

/* popup styles */

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.popup-main {
    position: fixed;
    left: 50%;
    top: 0px;
    max-width: calc(100% - 40px);
    width: 100%;
    height: 100%;
    z-index: 201;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.overlay.active,
.popup-main.active {
    visibility: visible;
    opacity: 1;
}

.popup-main .popup-container {
    border-radius: 5px;
    background-color: #FFF;
    padding: 32px 20px;
    height: calc(100vh - 40px);
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}

.popup-main .popup-container:after {
    content: "";
    display: block;
    position: fixed;
    left: 1px;
    bottom: 20px;
    background-color: #FFF;
    z-index: 1;
    height: 24px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 99%;
}

.popup-main .popup-container img {
    max-width: 130px;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

.popup-main .popup-container .head-main {
    margin: 16px 0;
}

.popup-main .popup-container .head-main h2 {
    margin: 0;
    color: #000;
    font-family: "Noto Sans", Sans-Serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.popup-main .popup-container .text-main {
    color: #000;
    font-family: 'Inter', Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.popup-main .popup-container .text-main p {
    margin-bottom: 0;
}

.popup-main .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
}

.popup-main .close a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup-main .close a img {
    width: 24px;
    height: 24px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

@media (min-width: 768px) {
    .overlay,
    .popup-main {
        display: none !important;
    }
}

/* popup styles end */

/* styles */

.text-with-bg .fl-module-content {
    display: inline-block;
    width: auto;
    padding: 4px 8px;
    border-radius: 5px;
    background-color: #E1EFED;
}

.text-with-bg.white .fl-module-content {
    background-color: rgba(255, 255, 255, 0.60);
}

.w-100 {
    max-width: 100%;
    width: 100%;
}

.w-100.fl-fill-container :is(.fl-module-content, .fl-photo, .fl-photo-content, img) {
    height: 267px !important;
}

.w-100-2 {
    max-width: 427px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

.boxes-section .fl-col-group:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.boxes-section .box-col > div {
    height: calc(100% - 38px);
}

.boxes-section .box-col .box-main {
    position: relative;
    height: 100%;
}

.boxes-section .box-col .box-main .w-100-2 {
    position: absolute;
    bottom: 47px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.yellow-line h1 span {
    display: inline-block;
    position: relative;
}

.yellow-line h1 span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -11px;
    height: 2px;
    background-color: #F6CC3A;
    width: 100%;
}

.yellow-line.white-line h1 span:after {
    background-color: #FFF;
}

.text-ul-main ul {
    margin: 0;
    padding-left: 27px;
}

.text-link a {
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.text-link-blue a {
    color: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.text-link-blue a:hover {
    color: #0070B2 !important;
    text-decoration: underline;
}

.text-link a:hover {
    color: #0070B2 !important;
}

.hei-49 img {
    height: 49px !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    width: 37px !important;
}

.doc-links {
    -webkit-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
}

.doc-links:hover {
    opacity: 0.7 !important;
}

/*.img-responsive .fl-photo {*/
/*    display: flex;*/
/*    width: 100% !important;*/
/*}*/

/*.img-responsive .fl-photo .fl-photo-content {*/
/*    width: 100%;*/
/*    position: relative;*/
/*    height: auto !important;*/
/*    overflow: hidden;*/
/*}*/

/*.img-responsive .fl-photo .fl-photo-content img {*/
/*    height: 100% !important;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    object-fit: cover;*/
/*    object-position: center center;*/
/*}*/

/*.img-responsive .fl-photo .fl-photo-content:after {*/
/*    content: "";*/
/*    display: block;*/
/*    padding-top: 56.93%;*/
/*}*/

.text-a a {
    text-decoration: underline;
    text-underline-offset: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.text-a a:hover {
    color: #057565 !important;
}

.flex-content-main {
    max-width: 1064px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.flex-content-main .flex-item-main {
    width: 30%;
    position: relative;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-content-main .flex-item-main > div {
    width: 100%;
}

.flex-content-main .flex-item-main .elem-img {
    margin-top: 30px;
    margin-bottom: 20px;
}

.flex-content-main .elem-btn .fl-button-wrap {
    text-align: right;
}

.flex-content-main .flex-item-main .elem-img,
.flex-content-main .flex-item-main .elem-hidden-description {
    display: none !important;
}

.fl-builder-edit .flex-content-main .flex-item-main .elem-img,
.fl-builder-edit .flex-content-main .flex-item-main .elem-hidden-description {
    display: block !important;
}

.flex-content-main .elem-btn {
    position: absolute;
    right: 25px;
    bottom: 34px;
    z-index: 2;
}

.hidden-box-main .flex-img-col {
    max-width: 130px;
    width: 100%;
}

.hidden-box-main .cont-col {
    max-width: calc(100% - 130px);
    width: 100%;
}

.fl-post-content .fl-module.fl-module-box.hidden-box-main {
    display: none;
    max-width: 1064px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*.fl-builder-edit .fl-post-content .fl-module.fl-module-box.hidden-box-main {*/
/*    display: block;*/
/*}*/

.text-ul ul {
    padding: 0 0 0 21px;
    margin: 0;
    list-style-type: none;
}

.text-ul ul li {
    position: relative;
    padding-top: 22px;
}

.text-ul ul li:after {
    content: "";
    display: block;
    position: absolute;
    left: -21px;
    top: 26px;
    width: 13px;
    height: 13px;
    background-color: #057565;
    border-radius: 50%;
}

.last-elem .fl-col-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .w-100.fl-fill-container :is(.fl-module-content, .fl-photo, .fl-photo-content, img) {
        height: 200px !important;
    }

    .w-100-2 {
        max-width: calc(100% - 40px);
    }
}

@media (max-width: 992px) {
    .flex-content-main .elem-btn {
        right: 20px;
        bottom: 24px;
    }

    .text-ul ul {
        padding: 0 0 0 18px;
    }

    .text-ul ul li {
        padding-top: 12px;
    }

    .text-ul ul li:after {
        left: -15px;
        top: 20px;
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 767px) {
    .w-100.fl-fill-container :is(.fl-module-content, .fl-photo, .fl-photo-content, img) {
        height: 180px !important;
    }

    .w-100-2 {
        max-width: 100%;
    }

    .boxes-section .box-col .box-main .w-100-2 {
        position: unset;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .box-tit {
        max-width: calc(100% - 32px);
        width: 100%;
    }

    .box-ic,
    .box-ic img {
        max-width: 32px !important;
        width: 100%;
    }

    .yellow-line h1 span:after {
        bottom: -4px;
    }

    .flex-content-main {
        gap: 0 !important;
    }

    .flex-content-main .flex-item-main {
        width: 100%;
        margin-bottom: 32px;
    }

    .flex-content-main .flex-item-main:last-child {
        margin-bottom: 0;
    }

    .flex-content-main .elem-btn {
        position: unset;
    }

    .hidden-box-main {
        display: none !important;
    }

    .hei-49 img {
        height: 32px !important;
        width: 32px !important;
    }
}

/* styles end */

/* health vpg styles */

.mobile-search.blue-mobile-search a.fl-button:after {
    background-image: url('/wp-content/uploads/2024/09/Search-1.svg');
}

.contact-btn-group.blue-contact-btn-group a:has(.fa-envelope):after,
.contact-btn-group.blue-contact-btn-group a:has(.fa-phone-alt):after {
    background-image: url('/wp-content/uploads/2024/09/phone-1.svg');
}

.contact-btn-group.blue-contact-btn-group a:has(.fa-envelope):after {
    background-image: url('/wp-content/uploads/2024/09/Vector-4.svg');
}

/*.contact-btn-group.green-contact-btn-group a:has(.fa-envelope):after,*/
/*.contact-btn-group.green-contact-btn-group a:has(.fa-phone-alt):after {*/
/*    background-image: url('/wp-content/uploads/2024/09/phone-1.svg');*/
/*}*/

/*.contact-btn-group.green-contact-btn-group a:has(.fa-envelope):after {*/
/*    background-image: url('/wp-content/uploads/2024/09/Vector-4.svg');*/
/*}*/

.text-a-blue a {
    text-decoration: underline;
    text-underline-offset: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cf-style.cf-style-blue form .d-flex input {
    background-color: #0079C1;
    border: 1px solid #0079C1;
}

.cf-style.cf-style-blue form .d-flex input:hover {
    color: #0079C1;
    background-color: #FFF;
}

.cf-style.cf-style-blue .wpcf7 form.sent .wpcf7-response-output {
    color: #0079C1;
}

.text-a-blue a:hover {
    color: #0079C1 !important;
}

.text-a-green a:hover {
    color: #057565 !important;
}

.text-with-bg-blue .fl-module-content {
    display: inline-block;
    width: auto;
    padding: 4px 8px;
    border-radius: 5px;
    background-color: #E0F2FD;
}

.text-with-bg-blue.white .fl-module-content {
    background-color: rgba(255, 255, 255, 0.60);
}

.text-ul-blue.text-ul ul li:after {
    background-color: #0079C1;
}

.blue-img {
    height: 267px !important;
}

.min-76 {
    min-height: 76px !important;
}

.boxes-section .box-col .box-main.box-main-blue {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -ms-flex-wrap: unset !important;
    flex-wrap: unset !important;
}

.img-150 {
    max-width: 150px !important;
    width: 100% !important;
    height: 150px !important;
}

.img-150 img {
    max-width: 150px !important;
    width: 100% !important;
    height: 150px !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    -o-object-position: top center !important;
    object-position: top center !important;
}

.post-slider-main {
    display: none !important;
}

.post-slider-main .fl-post-slider-post {
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-slider-main .fl-post-slider-img {
    padding: 0 34px 0 0 !important;
}

.post-slider-main .fl-post-slider-img img {
    height: 302px !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    border-radius: 5px;
}

.post-slider-main .fl-post-slider-content {
    padding-right: 49px;
}

.post-slider-main .fl-post-slider-content h2 {
    margin-bottom: 32px !important;
}

.post-slider-main .fl-post-slider-content p {
    margin-bottom: 18px;
}

.post-slider-main .fl-post-slider-content p span {
    display: none;
}

.post-slider-main .fl-post-slider-content .fl-post-slider-feed-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-width: 171px;
    min-height: 53px;
    width: auto;
    background-color: #0070B2;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #0070B2;
    text-decoration: none !important;
}

.post-slider-main .fl-post-slider-content .fl-post-slider-feed-more:hover {
    background-color: transparent;
}

.fl-builder-content .post-slider-main .bx-wrapper .bx-viewport {
    height: 100% !important;
}

.fl-module-post-slider.post-slider-main .bx-controls {
    position: unset;
    margin-top: 44px;
}

.fl-module-post-slider.post-slider-main .bx-wrapper .bx-pager {
    position: unset;
    padding: 0;
    height: auto;
    line-height: 0;
}

.fl-module-post-slider.post-slider-main .bx-wrapper .bx-pager.bx-default-pager a.active,
.fl-module-post-slider.post-slider-main .bx-wrapper .bx-pager.bx-default-pager a:focus,
.fl-module-post-slider.post-slider-main .bx-wrapper .bx-pager.bx-default-pager a:hover {
    border-color: #E1EFED;
}

.fl-module-post-slider.post-slider-main .bx-wrapper .bx-pager.bx-default-pager a {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #0079C1;
    border: 2px solid #EFF9FF;
}

.fl-module-post-slider.post-slider-main .bx-wrapper {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .min-76 {
        min-height: 64px !important;
    }
}

@media (max-width: 1024px) {
    .blue-img {
        height: 200px !important;
    }
}

@media (max-width: 992px) {
    .post-slider-main .fl-post-slider-img {
        padding: 0 20px 0 0 !important;
    }

    .post-slider-main .fl-post-slider-img img {
        height: 185px !important;
    }

    .post-slider-main .fl-post-slider-content {
        padding-right: 0px;
    }

    .post-slider-main .fl-post-slider-content h2 {
        margin-bottom: 16px !important;
    }

    .post-slider-main .fl-post-slider-content p {
        margin-bottom: 12px;
    }

    .fl-module-post-slider.post-slider-main .bx-controls {
        margin-top: 24px;
    }

    .post-slider-main .fl-post-slider-post {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .main-menu.blue-main-menu .fl-menu-mobile-toggle:before,
    .main-menu.blue-main-menu .fl-menu-mobile-toggle:after,
    .main-menu.blue-main-menu .fl-menu-mobile-toggle span {
        background-color: #0079C1;
    }

    .main-menu.green-main-menu .fl-menu-mobile-toggle:before,
    .main-menu.green-main-menu .fl-menu-mobile-toggle:after,
    .main-menu.green-main-menu .fl-menu-mobile-toggle span {
        background-color: #122B3D;
    }

    .mobile-search.green-mobile-search a.fl-button:after {
        background-image: url('/wp-content/uploads/2024/10/Search.svg');
    }

    .blue-img {
        height: 180px !important;
    }

    .min-76 {
        min-height: 1px !important;
    }

    .post-slider-main .fl-post-slider-img {
        padding-right: 0 !important;
        padding-bottom: 24px !important;
        width: 100% !important;
    }

    .post-slider-main .fl-post-slider-post {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .post-slider-main .fl-post-slider-content {
        width: 100%;
    }

    .post-slider-main .fl-post-slider-content .fl-post-slider-feed-more {
        min-height: 48px;
    }

    .post-slider-main .fl-post-slider-post {
        padding: 0 10px !important;
    }
}

/* health vpg styles end */

/* post slider styles */

.posts-main .no-posts,
.post-slider-section .no-posts {
    margin: 0;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #000;
}

.post-slider-section .item-container {
    height: 100%;
}

.post-slider-section .item-container .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

.post-slider-section .item-container .post-img {
    width: 43.438%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-slider-section .item-container .post-img a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.post-slider-section .item-container .post-img a img {
    width: 100%;
    height: 302px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.post-slider-section .item-container .post-content {
    width: 56.562%;
    padding-left: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.post-slider-section .item-container .post-content a {
    text-decoration: none;
}

.post-slider-section .item-container .post-content .post-title h2 {
    margin: 0;
    color: #0070B2;
    font-family: "Noto Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    text-decoration: none;
}

.post-slider-section .item-container .post-content .post-excerpt {
    margin-top: 24px;
    margin-bottom: 18px;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-right: 37px;
}

.post-slider-section .item-container .post-content .post-excerpt p {
    margin: 0;
}

.post-list-main .post-item .item-container .bottom .global-btn a,
.post-slider-section .item-container .post-content .global-btn a {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
    background-color: #0070B2;
    min-width: 171px;
    min-height: 53px;
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    border: 1px solid #0070B2;
}

.post-slider-section .item-container a {
    outline: none;
}

.post-list-main .post-item .item-container .bottom .global-btn a:hover,
.post-slider-section .item-container .post-content .global-btn a:hover {
    background-color: transparent;
    color: #0070B2;
}

.post-slider-section .item-container .post-excerpt p span {
    display: none;
}

.carousel-style .slick-dots {
    position: unset;
    margin-top: 44px;
}

.carousel-style .slick-dots li {
    width: 15px;
    height: 15px;
}

.carousel-style .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0;
    background-color: #0079C1;
    border-radius: 50%;
    border: 2px solid #EFF9FF;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.carousel-style .slick-dots li button:before {
    display: none;
}

.carousel-style .slick-dots li.slick-active button,
.carousel-style .slick-dots li button:hover {
    border-color: #E1EFED;
}

.carousel-style .post-slider-carousel {
    margin: 0;
}

@media (max-width: 1024px) {
    .post-slider-section .item-container .post-img {
        width: 50%;
    }

    .post-slider-section .item-container .post-content {
        width: 50%;
        padding-left: 20px;
    }

    .post-slider-section .item-container .post-content .post-title h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .post-slider-section .item-container .post-content .post-excerpt {
        font-size: 16px;
        padding-right: 0px;
    }

    .carousel-style .slick-dots {
        margin-top: 30px;
    }
}

@media (max-width: 992px) {
    .post-slider-section .item-container .post-img {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .post-slider-section .item-container .post-img {
        width: 100%;
        padding-bottom: 24px;
    }

    .post-slider-section .item-container .post-content {
        padding-left: 0px;
    }

    .post-list-main .post-item .item-container .bottom .global-btn a,
    .post-slider-section .item-container .post-content .global-btn a {
        font-size: 16px;
        line-height: 22px;
        min-height: 48px;
    }

    .post-slider-section .item-container .post-img a img {
        height: 185px;
    }

    .post-slider-section .item-container .post-content {
        width: 100%;
    }

    .post-slider-section .item-container .post-content .post-excerpt {
        margin-top: 16px;
    }

    .post-slider-section .item-container {
        padding: 0 10px;
    }
}

/* post slider styles end */

/* post list styles */

.post-list-main .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-left-col,
.post-list-main .left-col {
    max-width: calc(100% - 405px);
    width: 100%;
    padding-right: 20px;
}

.single-left-col > div,
.post-list-main .left-col .posts-container {
    max-width: 763px;
    width: 100%;
}

.post-list-main .left-col .pagination {
    max-width: 763px;
    width: 100%;
    margin-top: 16px;
}

.right-col {
    max-width: 405px;
    width: 100%;
}

.post-list-main .post-item {
    margin-bottom: 30px;
}

.post-list-main .post-item:last-child {
    margin-bottom: 0;
}

.post-list-main .post-item .item-container {
    border-radius: 5px;
    background: #E5F2FA;
    padding: 49px 33px 33px 30px;
}

.post-list-main .post-item .item-container > .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 366px;
}

.post-list-main .post-item .item-container .bottom {
    margin-top: 24px;
}

.post-list-main .post-item .item-container .post-title h2 {
    margin: 0;
    color: #000;
    font-family: "Noto Sans", Sans-Serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    position: relative;
}

.post-list-main .post-item .item-container .post-title h2 a {
    text-decoration: none !important;
}

.post-list-main .post-item .item-container .post-title h2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #057565;
    width: 192px;
    height: 2px;
}

.post-list-main .post-item .item-container .meta-info {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #5E676D;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.post-list-main .post-item .item-container .meta-info > span {
    display: inline-block;
}

.post-list-main .post-item .item-container .meta-info .author {
    margin-left: 24px;
}

.post-list-main .post-item .item-container .post-excerpt {
    margin-top: 34px;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-right: 40px;
}

.post-list-main .post-item .item-container .post-excerpt p {
    margin: 0;
}

.post-list-main .post-item .item-container .bottom > .d-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.post-list-main .post-item .item-container .bottom .category-list {
    color: #5E676D;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    width: 65%;
    padding-right: 20px
}

.post-list-main .post-item .item-container .bottom .global-btn {
    width: 35%;
    text-align: right;
}

.post-list-main .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.post-list-main .pagination a {
    color: #007E85;
    font-family: 'Inter', Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.post-list-main .pagination a.next {
    margin-right: 0;
    margin-left: auto;
}

.right-col .cats-main {
    margin-bottom: 32px;
}

.right-col .archives-main .archives-list,
.right-col .cats-main .categories-list {
    border: 1px solid #D9D9E3;
    background: #FFF;
    padding: 18px 35px 33px 36px;
}

.right-col .archives-main .archives-list .title {
    margin-bottom: 27px;
}

.right-col .cats-main .title {
    margin-bottom: 23px;
}

.right-col .archives-main .archives-list h2,
.right-col .cats-main .title h2 {
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    position: relative;
    margin: 0;
}

.right-col .archives-main .archives-list h2:after,
.right-col .cats-main .title h2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #057565;
    width: 113px;
    height: 4px;
}

.right-col .archives-main .archives-list h2:after {
    background-color: #0079C1;
}

.right-col .archives-main .archives-list ul,
.right-col .cats-main ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.right-col .cats-main ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    color: #5C5B6A;
    font-family: 'Inter', Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid #5C5B6A;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.right-col .cats-main ul li:has(a[aria-current="page"]),
.right-col .cats-main ul li:hover {
    color: #0079C1;
    border-color: #0079C1;
}

.right-col .cats-main ul li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.right-col .cats-main ul li a {
    text-decoration: none;
    color: #5C5B6A;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.right-col .cats-main ul li a[aria-current="page"] {
    cursor: default;
    pointer-events: none;
}

.right-col .cats-main ul li a[aria-current="page"],
.right-col .cats-main ul li:hover a {
    color: #0079C1;
}

.right-col .cats-main ul li {
    margin-bottom: 14px;
}

.right-col .cats-main ul li:last-child {
    margin-bottom: 0;
}

.right-col .archives-main .archives-list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.right-col .archives-main .archives-list a {
    display: inline-block;
    padding-left: 28px;
    position: relative;
    color: #0079C1;
    font-family: 'Inter', Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
}

.right-col .archives-main .archives-list a:last-child {
    margin-bottom: 0;
}

.right-col .archives-main .archives-list a:after {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0079C1;
}

.right-col .archives-main .archives-list a[aria-current="page"] {
    text-decoration: underline;
    cursor: default;
    pointer-events: none;
}

body.archive.date .archive-title .fl-heading-text {
    font-size: 0;
}

body.archive.date .archive-title .fl-heading-text span {
    font-size: 32px;
}

.ps-author {
    margin-left: 24px;
}

.cat-meta-info-container .category-list {
    color: #5E676D;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.ps-content p {
    margin-bottom: 24px;
}

.ps-content p a {
    color: #0079C1 !important;
    font-weight: 600 !important;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ps-content p a:hover {
    opacity: 0.8;
}

.ps-title h2 {
    position: relative;
}

.ps-title h2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #057565;
    width: 192px;
    height: 2px;
}

@media (max-width: 1024px) {
    .right-col {
        max-width: 240px;
    }

    .single-left-col,
    .post-list-main .left-col {
        max-width: calc(100% - 240px);
    }

    .post-list-main .post-item .item-container {
        padding: 32px 20px;
    }

    .post-list-main .post-item .item-container .post-excerpt {
        padding-right: 0;
        margin-top: 24px;
        font-size: 16px;
        line-height: 22px;
    }

    .right-col .archives-main .archives-list,
    .right-col .cats-main .categories-list {
        padding: 12px 20px 20px 20px;
    }

    .post-list-main .post-item .item-container .post-title h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .right-col .cats-main ul li {
        margin-bottom: 8px;
    }

    .post-list-main .post-item .item-container .post-title h2:after {
        width: 107px;
        bottom: -2px;
    }

    .post-list-main .post-item .item-container .bottom .global-btn a {
        min-width: 148px;
        min-height: 48px;
        font-size: 16px;
        line-height: 22px;
    }

    .ps-title h2:after {
        width: 107px;
        bottom: -2px;
    }
}

@media (max-width: 767px) {
    .single-left-col,
    .post-list-main .left-col {
        max-width: 100%;
        padding-right: 0;
    }

    .right-col {
        max-width: 100% !important;
    }

    .post-list-main .post-item .item-container .bottom .category-list {
        width: 100%;
        padding-right: 0;
    }

    .post-list-main .post-item .item-container .bottom .global-btn {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }

    .right-col .cats-main {
        margin-top: 32px;
    }

    .ps-author {
        margin-left: 12px;
    }

    .ps-content p a {
        word-break: break-all;
    }
}

/* post list styles end */

/* boxes styles */

.bx-row .fl-col-group {
    display: flex;
}

.bx-row .fl-col-group > div {
    float: none;
}

.bx-row .fl-col-group .bx-column > div,
.bx-row .fl-col-group .bx-column > div > div {
    height: 100%;
}

.bx-row .fl-col-group .bx-column .bx-blue {
    min-height: 97px;
}

.hei-67 img {
    height: 67px !important;
    width: 60px !important;
    object-fit: contain !important;
    object-position: center center !important;
}

.bx-row .fl-col-group .bx-column .bx-light {
    height: calc(100% - 97px);
    align-items: flex-start;
}

.bx-blue h2 span span {
    font-size: 18px;
    font-weight: 400;
}

.bx-row .fl-col-group .bx-column .bx-other .bx-light {
    /*height: 250px;*/
}

.bx-main-other {
    justify-content: space-between;
    flex-direction: column !important;
}

@media (max-width: 1024px) {
    .bx-blue h2 span span {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .hei-67 img {
        height: 42px !important;
        width: 42px !important;
    }

    .bx-row .fl-col-group .bx-column .bx-blue {
        min-height: 76px;
    }

    .bx-row .fl-col-group .bx-column .bx-light {
        height: calc(100% - 76px);
    }
}

@media (max-width: 767px) {
    .bx-row .fl-col-group {
        flex-wrap: wrap;
    }

    .bx-row .fl-col-group .bx-column .bx-blue {
        min-height: 74px;
    }

    .bx-row .fl-col-group .bx-column .bx-light {
        height: auto;
    }

    .bx-main-other > .bx-blue {
        margin-top: 32px;
    }

    .bx-blue h2 span span {
        font-size: 13px;
    }
}

/* boxes styles end */

/* publications styles */

.list-main .list-content,
.publications-main .tab-content {
    border: 1px solid #778592;
    background: #FFF;
    height: 1393px;
    overflow: hidden;
    /*border-right: 0;*/
    position: relative;
}

.list-main .list-content {
    height: 620px;
}

.list-main .list-content:before,
.publications-main .tab-content:before {
    top: 0;
    left: 0;
    width: calc(100% - 23px);
    height: 20px;
    background-color: #FFF;
    z-index: 2;
    content: "";
    display: block;
    position: absolute;
}

.list-main .list-content:after {
    bottom: 0;
    left: 0;
    width: calc(100% - 23px);
    height: 13px;
    background-color: #FFF;
    z-index: 2;
    content: "";
    display: block;
    position: absolute;
}

.list-main .list-content-container,
.publications-main .tab-content-container {
    overflow-y: auto;
    height: 100%;
    position: relative;
}

.list-main .list-content-container .list-box:after,
.publications-main .tab-content-container .tab-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 0.5px;
    height: 100%;
    right: 1px;
    background-color: #778592;
}

.list-main .list-content-container .list-box.no-scroll:after,
.publications-main .tab-content-container .tab-box.no-scroll:after {
    display: none;
}

.list-main .list-content-container .list-box,
.publications-main .tab-content-container .tab-box {
    padding: 55px 39px 13px 39px;
    position: relative;
}

.list-main .list-content-container .list-box {
    padding: 26px 25px 13px 25px;
}

.list-main .list-content-container::-webkit-scrollbar,
.publications-main .tab-content-container::-webkit-scrollbar {
    width: 21px;
    background-color: #E0E6EB;
}

.list-main .list-content-container::-webkit-scrollbar-thumb,
.publications-main .tab-content-container::-webkit-scrollbar-thumb {
    background-color: #778592;
    border-radius: 10.5px;
    border: 2px solid #E0E6EB;
}

.list-main .list-content-container::-webkit-scrollbar-thumb:hover,
.publications-main .tab-content-container::-webkit-scrollbar-thumb:hover {
    background-color: #606d78;
}

.publications-main .tab-heading .tab-heading-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.publications-main .tab-heading .tab-title-main {
    width: 100%;
    max-width: 176px;
}

.publications-main .tab-heading .tab-title-main a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    border-radius: 8px 8px 0px 0px;
    background-color: #fff;
    border: 1px solid #778592;
    width: 100%;
    min-height: 41px;
    color: #000;
    font-family: "Noto Sans", Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 0;
    text-decoration: none;
}

.publications-main .tab-heading .tab-title-main a:hover,
.publications-main .tab-heading .tab-title-main a.active {
    background-color: #0070B2;
    color: #FFF;
    text-decoration: none;
    border-color: #0070B2;
}

.publications-main .tab-content .tab-item {
    display: none;
}

.publications-main .content-title-main {
    margin-bottom: 32px;
}

.publications-main .content-title-main h3 {
    color: #000;
    font-family: "Noto Sans", Sans-Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}

.publications-main .desc-item > .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.publications-main .desc-item .icon {
    width: 37px;
    height: 49px;
}

.publications-main .desc-item .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    max-width: 100%;
}

.publications-main .desc-item {
    margin-bottom: 32px;
}

/*.publications-main .content-main-container:last-child .desc-item:last-child {*/
/*    margin-bottom: 0;*/
/*}*/

.publications-main .desc-item:has(.icon) .desc {
    max-width: calc(100% - 37px);
    padding-left: 11px;
}

.publications-main .desc-item .desc {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
}

.publications-main .desc-item .desc p {
    margin: 0;
}

.publications-main .desc-item .desc {
    color: #000;
    font-family: 'Inter', Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.publications-main .desc-item .desc a {
    color: #0070B2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.publications-main .desc-item .desc a:hover {
    opacity: 0.7;
}

/*.publications-main .tab-content .tab-item.active {*/
/*    display: block;*/
/*}*/

@media (max-width: 992px) {
    .publications-main .tab-content-container .tab-box {
        padding: 32px 20px 8px 20px;
    }

    .publications-main .desc-item,
    .publications-main .content-title-main {
        margin-bottom: 24px;
    }

    .publications-main .desc-item .icon {
        width: 32px;
        height: 32px;
        margin-top: 4px;
    }

    .publications-main .desc-item:has(.icon) .desc {
        max-width: calc(100% - 32px);
        padding-left: 8px;
    }

    .list-main .list-content-container::-webkit-scrollbar,
    .publications-main .tab-content-container::-webkit-scrollbar {
        width: 14px;
    }

    .publications-main .desc-item > .d-flex {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .publications-main .tab-content:before {
        width: calc(100% - 15px);
    }
}

@media (max-width: 767px) {
    .publications-main .tab-heading.big {
        overflow: hidden;
        overflow-x: auto;
    }

    .publications-main .tab-heading.big .tab-heading-container {
        max-width: 767px;
        width: 767px;
    }

    .publications-main .tab-content {
        height: 800px;
    }

    .publications-main .content-title-main h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .publications-main .desc-item .desc {
        font-size: 14px;
        line-height: 20px;
    }

    .publications-main .tab-heading .tab-title-main {
        max-width: 50%;
    }

    .publications-main .tab-heading.big .tab-title-main {
        max-width: 167px;
    }

    .publications-main .tab-heading .tab-title-main a {
        font-size: 14px;
    }
}

/* publications styles end */

/* ssi styles */

body.single-post .menu-news-blue a {
    color: #0079C1 !important;
}

body.single-post .menu-news a {
    color: #057565 !important;
}

.ps-list-green .post-list-main .post-item .item-container {
    background-color: #E7EAEC;
}

.ps-list-green .post-list-main .post-item .item-container .bottom .global-btn a {
    background-color: #057565;
    border-color: #057565;
}

.ps-list-green .post-list-main .post-item .item-container .bottom .global-btn a:hover {
    background-color: transparent;
    color: #057565;
}

.ps-list-green .right-col .cats-main ul li:has(a[aria-current="page"]) a,
.ps-list-green .right-col .cats-main ul li:hover a {
    color: #057565;
}

.ps-list-green .right-col .cats-main ul li:has(a[aria-current="page"]),
.ps-list-green .right-col .cats-main ul li:hover {
    border-color: #057565;
    color: #057565;
}

.software-list .fl-col-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.software-list .fl-col-group .soft-left-col {
    max-width: 276px;
    width: 100%;
}

.software-list .fl-col-group .soft-right-col {
    max-width: calc(100% - 276px);
    width: 100%;
}

.software-list .fl-col-group .soft-left-col > div {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 276px;
}

html.fl-builder-edit .software-list .fl-col-group .soft-left-col > div,
html.fl-builder-edit .software-list .fl-col-group .soft-right-col > div {
    min-height: auto;
}

.software-list .fl-col-group .soft-right-col > div {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    min-height: 276px;
}

.software-list .btn-read a {
    min-width: 171px;
    min-height: 53px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.abs-word .fl-heading {
    padding: 10px !important;
    width: 60px !important;
    height: 72px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #FFF;
}

.abs-word {
    position: absolute;
    left: 10px;
    top: 12px;
}

.soft-main {
    width: 100% !important;
}

.sup-main sup {
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    top: -13px;
}

.software-child-style.software-list .fl-col-group .soft-right-col > div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: auto;
}

.software-list.software-child-style .fl-col-group .soft-left-col {
    max-width: 240px;
}

.software-list.software-child-style .fl-col-group .soft-right-col {
    max-width: calc(100% - 240px);
}

.software-list.software-child-style .fl-col-group .soft-left-col > div {
    min-height: 240px
}

.text-ul-main-2 li {
    margin-bottom: 20px;
}

.text-ul-main-2 li:last-child {
    margin-bottom: 0;
}

.btn-col .fl-col-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-col .fl-col-content > div {
    margin: 0 42px;
}

.doc-boxes .fl-col-group.fl-col-group-nested  {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    max-width: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.doc-box {
    width: 33.333% !important;
}

.doc-box a {
    text-decoration: underline !important;
    -webkit-text-decoration-color: #000 !important;
    text-decoration-color: #000 !important;
    -webkit-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    text-underline-offset: 5px !important;
}

.doc-box a:hover {
    -webkit-text-decoration-color: #057565 !important;
    text-decoration-color: #057565 !important;
}

.doc-box a h3 span {
    -webkit-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
}

.doc-box a:hover h3 span {
    color: #057565 !important;
}

.software-syntax-style.software-list.software-child-style .fl-col-group .soft-left-col > div {
    height: auto;
}

.software-syntax-style.software-child-style.software-list .fl-col-group .soft-right-col > div {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.software-syntax-style.software-child-style.software-list .fl-col-group .soft-right-col > div > div {
    width: 100%;
}

.list-main .list-content-container .desc-item {
    margin-bottom: 12px;
}

.list-main .list-content-container .desc-item:last-child {
    margin-bottom: 0;
}

.list-main .list-content-container .desc-item > .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-main .list-content-container .desc-item .icon {
    width: 37px;
    height: 37px;
}

.list-main .list-content-container .desc-item .icon img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.list-main .list-content-container .desc-item .desc {
    max-width: calc(100% - 37px);
    width: 100%;
    padding-left: 6px;
}

.list-main .list-content-container .desc-item .desc p {
    margin: 0;
}

.list-main .list-content-container .desc-item .desc,
.list-main .list-content-container .desc-item .desc p {
    color: #000;
    font-family: 'Inter', Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}

.list-main .list-content-container .desc-item .desc a {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
    text-underline-offset: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #122B3D;
}

.list-main .list-content-container .desc-item .desc a:hover {
    color: #057565;
}

.list-main.faq-style .list-content {
    height: 1280px;
}

.list-main.faq-style .list-content-container .list-box {
    padding: 28px 54px 25px 39px;
}

.list-main.faq-style .list-content-container .desc-item > .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-main.faq-style .list-content-container .desc-main-tit {
    width: 100%;
}

.list-main.faq-style .list-content-container .desc-main-tit h3 {
    color: #000;
    font-family: 'Inter', Sans-Serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 16px;
}

.list-main.faq-style .list-content-container .desc-item .desc {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
}

.list-main.faq-style .list-content-container .desc-item {
    margin-bottom: 18px;
}

.list-main.faq-style .list-content-container .desc-item:last-child {
    margin-bottom: 0;
}

.list-main.faq-style .list-content-container .desc-item .desc,
.list-main.faq-style .list-content-container .desc-item .desc p {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
}

.list-main.faq-style .list-content-container .desc-item .desc a {
    font-size: 18px;
    color: #000;
    line-height: 23px;
    text-decoration: underline;
    font-weight: 400;
    text-underline-offset: 2px;
}

.list-main.faq-style .list-content-container .desc-item .desc a:hover {
    color: #057565;
}

@media  (min-width: 993px) {
    .m-align-center-green > .fl-col-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        -webkit-box-orient: unset !important;
        -webkit-box-direction: unset !important;
        -ms-flex-direction: unset !important;
        flex-direction: unset !important;
    }

    .green-main-search,
    .green-main-menu {
        width: auto;
        display: inline-block;
    }

    .green-header-main .fl-col-group {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (max-width: 992px) {
    .software-list .fl-col-group .soft-right-col {
        max-width: calc(100% - 180px);
    }

    .software-list .fl-col-group .soft-left-col {
        max-width: 180px;
    }

    .software-list .btn-read a {
        min-width: 120px;
        min-height: 40px;
    }

    .abs-word .fl-heading {
        padding: 5px !important;
        width: 32px !important;
        height: 40px !important;
    }

    .software-list .fl-col-group .soft-left-col > div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .sup-main sup {
        font-size: 14px;
        line-height: 14px;
        top: -10px;
    }

    .software-list.software-child-style .fl-col-group .soft-right-col > div {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .btn-col .fl-col-content > div {
        margin: 0 15px;
    }

    .list-main .list-content-container .list-box {
        padding: 24px 20px;
    }

    .list-main .list-content:after,
    .list-main .list-content:before {
        height: 24px;
        width: calc(100% - 15px);
    }

    .list-main .list-content-container .desc-item .icon {
        width: 32px;
        height: 32px;
    }

    .list-main .list-content-container .desc-item .desc {
        max-width: calc(100% - 32px);
    }

    .list-main .list-content-container .desc-item .desc a {
        font-size: 14px;
        line-height: 22px;
        text-underline-offset: 2px;
    }

    .list-main .list-content-container .desc-item .desc,
    .list-main .list-content-container .desc-item .desc p {
        font-size: 14px;
        line-height: 22px;
    }

    .list-main.faq-style .list-content-container .list-box {
        padding: 24px 20px;
    }

    .list-main.faq-style .list-content-container .desc-item .desc,
    .list-main.faq-style .list-content-container .desc-item .desc p,
    .list-main.faq-style .list-content-container .desc-item .desc a {
        font-size: 16px;
    }

    .list-main.faq-style .list-content-container .desc-main-tit h3 {
        font-size: 18px;
    }
}

@media  (max-width: 767px) {
    body .fl-search-post-image img {
        max-width: 60px !important;
        width: 60px !important;
        height: 60px !important;
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }

    .software-list .fl-col-group .soft-left-col {
        max-width: 100%;
    }

    .software-list .fl-col-group .soft-right-col {
        max-width: 100%;
    }

    .software-list .fl-col-group .soft-left-col > div {
        min-height: 180px;
    }

    .software-list .fl-col-group .soft-right-col > div {
        min-height: 180px;
    }

    .abs-word {
        left: 10px;
        top: 10px;
    }

    .software-list .fl-col-group .soft-right-col > div {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .software-list .btn-read a {
        min-width: 192px;
        min-height: 48px;
    }

    .software-child-style.software-list .fl-col-group .soft-right-col > div {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-height: auto;
    }

    .software-list.software-child-style .fl-col-group .soft-left-col {
        max-width: 100%;
    }

    .software-list.software-child-style .fl-col-group .soft-right-col {
        max-width: 100%;
    }

    .software-list.software-child-style .fl-col-group .soft-left-col > div {
        min-height: 180px;
    }

    .btn-col .fl-col-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btn-col .fl-col-content > div {
        margin: 0 auto;
        max-width: 100%;
    }

    .text-ul-main-2 li {
        margin-bottom: 10px;
    }

    .box-btns {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        gap: 0 !important;
    }

    .list-main.faq-style .list-content {
        height: 800px;
    }
}

/* ssi styles end */