@import "./assets/css/color.css?ver=1.0";
@import "./assets/css/fonts.css?ver=1.0";
:root {
    --healia-border-radius: 1.5rem;
    --healia-line-height: 1.4;
    --healia-menu-height: 90px;
    --healia-alert-height: 0px;
}
a {
    color: var(--healia-color-1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
a:hover {
    color: var(--healia-color-2);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
::-moz-selection {
    color: var(--healia-color-2);
    background: var(--healia-color-1);
}
::selection {
    color: var(--healia-color-2);
    background: var(--healia-color-1);
}
.transition-healia {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body {
    position: relative;
    font-weight: normal;
    margin: 0 auto;
    background-color: var(--healia-color-bg);
    height: 100%;
}
body.rtl-mode {
    text-align: right;
    font: 1em Hanken;
}
body.ltr-mode {
    text-align: left;
    font: 1em Hanken;
}
body, html {
    height: 100%;
    margin: 0;
    width: 100%;
}
html {
    scroll-behavior: smooth;
}
.clear-n {
    clear: both;
}
#main-body-healia {
    margin: 0 auto;
    width: 100%;
}
*:focus-visible {
    outline: none !important;
}
.img-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 101%;
    height: 101%;
    object-fit: cover;
    -o-object-fit: cover;
}
.img-contain {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}
.limit-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--healia-color-2);
    --bs-btn-border-color: var(--healia-color-2);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #040e61;
    --bs-btn-hover-border-color: #040e61;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--healia-color-2);
    --bs-btn-active-border-color: var(--healia-color-2);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--healia-color-2);
    --bs-btn-disabled-border-color: var(--healia-color-2);
}
.btn-outline-primary {
    --bs-btn-color: var(--healia-color-2);
    --bs-btn-border-color: var(--healia-color-2);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--healia-color-2);
    --bs-btn-hover-border-color: var(--healia-color-2);
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--healia-color-2);
    --bs-btn-active-border-color: var(--healia-color-2);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--healia-color-2);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--healia-color-2);
    --bs-gradient: none;
}
.btn-healia {
    padding: .75rem 2rem;
    border-radius: 1rem;
    font-size: 1.1rem;
    font-weight: bold;
}
.alert-top-site {
    position: absolute;
    width: 100%;
    background-color: var(--healia-color-2);
    top: 0;
    left: 0;
    padding: .4rem 0;
    color: #ffffff;
    z-index: 1000;
    overflow: hidden;
    direction: ltr;
}
.alert-top-site h6 {
    font-weight: normal;
    font-size: .9rem;
    white-space: nowrap;
    display: inline-block;
    margin: 0 8rem 0 0;
}
.rtl-mode .alert-top-site h6 {
    direction: rtl;
}
.rtl-mode .alert-top-site h6 {
    margin: 0 0 0 8rem;
}
.marquee-healia {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.navbar-healia {
    position: absolute;
    top: var(--healia-alert-height);
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
    padding: .75rem 0;
    /*-webkit-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;*/
    /*-o-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;*/
    /*transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;*/
}
.navbar-logo {
    height: 56px;
    width: auto;
    display: inline-block;
}
.navbar-logo:hover {
    opacity: .8;
}
.navbar-healia .nav-link {
    font-size: 1rem;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: var(--healia-color-4);
}
.navbar-healia .nav-item.is-hash .nav-link {
    color: var(--healia-color-4) !important;
}
.navbar-healia .nav-item.active .nav-link,
.navbar-healia .nav-link:hover {
    color: var(--healia-color-3);
}
.navbar-healia .nav-item.is-hash .nav-link:hover {
    color: var(--healia-color-3) !important;
}
.navbar-healia-fixed {
    top: 0 !important;
    position: fixed;
    /*padding: .5rem 0;*/
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.navbar-healia-fixed .navbar-logo {
    /*height: 45px;*/
}
.navbar-toggler {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
    border: none !important;
    border-radius: 0 !important;
}
.lang-btn {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    color: #ffffff;
    background-color: var(--healia-color-3);
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: normal;
}
.lang-btn:hover {
    opacity: .8;
}
.pt-page {
    padding-top: calc(var(--healia-menu-height) + var(--healia-alert-height));
}
.home-slider-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 1.6rem;
    margin: 2rem 0;
    background-color: #ffffff;
}
.home-slider-item {
    position: relative;
    width: 100%;
    padding-top: 38%;
}
.home-slider-thumb {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    z-index: 1;
    overflow: hidden;
}
.rtl-mode .home-slider-thumb {
    right: auto;
    left: 0;
}
.home-slider-thumb img {
    z-index: 1;
}
.home-slider-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.018627519367121814) 44%, rgba(255,255,255,0.010224158022584029) 85%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.018627519367121814) 44%, rgba(255,255,255,0.010224158022584029) 85%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.018627519367121814) 44%, rgba(255,255,255,0.010224158022584029) 85%, rgba(255,255,255,1) 100%);
    z-index: 2;
}
.rtl-mode .home-slider-thumb::after {
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.home-slider-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%;
    z-index: 2;
    padding-left: 8rem;
}
.rtl-mode .home-slider-content {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 8rem;
}
.home-slider-content h3 {
    color: var(--healia-color-1);
    font-weight: bold;
    font-size: 5.5rem;
    margin-bottom: 1rem;
    line-height: 1.15;
}
.home-slider-content p {
    color: var(--healia-color-4);
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    line-height: var(--healia-line-height);
    width: 50%;
}
.swiper-button-next,
.swiper-button-prev {
    top: 50%;
    width: 25px;
    height: 40px;
    margin-top: -20px;
    color: var(--healia-color-3);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 29px;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 2rem;
    right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 2rem;
    left: auto;
}
.home-box-item {
    position: relative;
    width: 100%;
    padding-top: 38%;
    overflow: hidden;
    border-radius: 1rem;
}
.home-box-item .btn {
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
    z-index: 2;
}
.title-section {
    position: relative;
    width: 100%;
    margin-bottom: 1.15rem;
}
.title-section h3 {
    color: var(--healia-color-2);
    font-size: 1.9rem;
    margin-bottom: 0;
    font-weight: bold;
}
.last-news-section {
    position: relative;
    width: 100%;
}
.swiper-news {
    position: relative;
    width: 100%;
}
.news-box-item {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 1.2rem;
}
.news-box-thumb {
    position: relative;
    width: 100%;
    padding-top: 76%;
    overflow: hidden;
    border-radius: 1.2rem 1.2rem 0 0;
}
.page-box-item .news-box-thumb {
    padding-top: 56.25%;
}
.news-box-detail {
    position: relative;
    width: 100%;
    padding: 1.65rem;
}
.news-box-item h4 {
    color: var(--healia-color-4);
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: .75rem;
    width: 100%;
}
.page-box-item h4 {
    color: var(--healia-color-1);
}
.news-box-item h4:hover {
    color: var(--healia-color-2);
}
.news-box-item p {
    color: var(--healia-color-8);
    font-size: 1rem;
    line-height: 1.6;
    font-weight: normal;
    margin-bottom: 1.5rem;
    width: 100%;
}
.swiper-news .swiper-slide {
    height: auto;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    height: 22px;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--healia-color-6);
    opacity: .2;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid var(--healia-color-6);
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.swiper-pagination-bullet-active::before {
    opacity: .4;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--healia-color-6);
}
.swiper-pagination-bullet-active + .swiper-pagination-bullet {
    opacity: .6;
}
.swiper-pagination-bullet-active + .swiper-pagination-bullet + .swiper-pagination-bullet  {
    opacity: .4;
}
.news-slider-actions {
    position: relative;
}
.news-slider-actions .swiper-pagination {
    width: auto;
    position: relative;
}
.swiper-button-next-news,
.swiper-button-prev-news {
    position: relative !important;
    top: 0 !important;
    width: 38px !important;
    height: 38px !important;
    margin-top: 0 !important;
    color: var(--healia-color-7) !important;
    left: 0 !important;
    right: 0 !important;
    background-color: #ffffff !important;
    border-radius: .5rem !important;
}
.swiper-button-next-news::after,
.swiper-button-prev-news::after {
    font-size: 17px !important;
    font-weight: bold !important;
}
.swiper-button-prev-news::after,
.rtl-mode .swiper-button-next-news::after {
    content: 'prev' !important;
}
.swiper-button-next-news::after,
.rtl-mode .swiper-button-prev-news::after {
    content: 'next' !important;
}
.products-section {
    position: relative;
    width: 100%;
    padding: 3rem 0 2.5rem;
    background-color: #ffffff;
    border-radius: 1.2rem;
}
.swiper-products .swiper-slide {
    width: 15%;
}
.product-box-item {
    position: relative;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.product-box-item-thumb {
    position: relative;
    width: 100%;
    padding-top: 130%;
    overflow: hidden;
    margin-bottom: .75rem;
}
.product-box-item:hover .product-box-item-thumb img {
    opacity: .9;
}
.product-box-item h4 {
    color: var(--healia-color-4);
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0;
}
.swiper-products {
    padding-bottom: 3.5rem;
}
#footer {
    position: relative;
    display: block;
    width: 100%;
    border-top: 5px solid var(--healia-color-1);
    background-color: #ffffff;
    padding: 2rem 0;
}
.footer-logo {
    display: inline-block;
    height: 56px;
    width: auto;
}
.footer-logo:hover {
    opacity: .8;
}
.footer-copyright {
    color: var(--healia-color-4);
    font-size: .9rem;
    margin-bottom: 0;
    font-weight: bold;
}
.social-footer a {
    color: var(--healia-color-1);
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.6rem;
}
.social-footer a:hover {
    color: var(--healia-color-2);
}
.header-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
}
.header-box.color-2 {
    background-color: var(--healia-color-2);
}
.header-box.color-1 {
    background-color: var(--healia-color-1);
}
.header-box-content {
    width: 45%;
    padding: 1.5rem 0 1.5rem 4rem;
}
.rtl-mode .header-box-content {
    padding: 1.5rem 4rem 1.5rem 0;
}
.header-box-content-2 {
    width: 100% !important;
    padding: 3.5rem 0 3.5rem 4rem !important;
}
.header-box-content h1 {
    color: var(--healia-color-1);
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 4rem;
}
.header-box.color-1 .header-box-content h1 {
    color: var(--healia-color-2);
}
.ltr-mode .header-box-content h1 {
    text-transform: uppercase;
}
.header-box-content p {
    width: 70%;
    color: var(--healia-color-8);
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 1.2rem;
}
.header-box.color-1 .header-box-content p,
.header-box.color-2 .header-box-content p {
    color: #ffffff;
}
.header-box-thumb {
    width: 55%;
    min-height: 300px;
    position: relative;
    overflow: hidden;
}
.header-box-thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(255,255,255,0) 35%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(255,255,255,0) 35%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(255,255,255,0) 35%);
}
.header-box.color-2 .header-box-thumb::before {
    background: -moz-linear-gradient(90deg, var(--healia-color-2) 0%, var(--healia-color-2) 12%, rgba(255,255,255,0) 35%);
    background: -webkit-linear-gradient(90deg, var(--healia-color-2) 0%, var(--healia-color-2) 12%, rgba(255,255,255,0) 35%);
    background: linear-gradient(90deg, var(--healia-color-2) 0%, var(--healia-color-2) 12%, rgba(255,255,255,0) 35%);
}
.header-box.color-1 .header-box-thumb::before {
    background: -moz-linear-gradient(90deg, var(--healia-color-1) 0%, var(--healia-color-1) 12%, rgba(255,255,255,0) 35%);
    background: -webkit-linear-gradient(90deg, var(--healia-color-1) 0%, var(--healia-color-1) 12%, rgba(255,255,255,0) 35%);
    background: linear-gradient(90deg, var(--healia-color-1) 0%, var(--healia-color-1) 12%, rgba(255,255,255,0) 35%);
}
.rtl-mode .header-box-thumb::before {
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.header-box-thumb img {
    z-index: 1;
}
.news-row-item {
    position: relative;
    width: 100%;
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid rgba(120, 120, 120, 0.22);
}
.news-row-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.news-row-thumb-parent {
    position: relative;
    width: 20%;
}
.news-row-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: .65rem;
    padding-top: 60%;
}
.news-row-item h4 {
    color: var(--healia-color-2);
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: .5rem;
    line-height: var(--healia-line-height);
}
.news-row-item p {
    color: var(--healia-color-8);
    font-size: 1.25rem;
    font-weight: normal;
    margin-bottom: 1rem;
    line-height: var(--healia-line-height);
    width: 90%;
}
.date-post {
    color: var(--healia-color-5);
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: .5rem;
}
.text-primary {
    color: var(--healia-color-2) !important;
}
.page-title {
    position: relative;
    width: 100%;
}
.page-title h1 {
    color: var(--healia-color-1);
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: .75rem;
    line-height: var(--healia-line-height);
}
.healia-box-section {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 2rem 2.5rem;
}
.date-post-t2 {
    color: var(--healia-color-3);
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.content-single-page {
    width: 100%;
    position: relative;
    color: var(--healia-color-8);
    font-weight: normal;
    font-size: 1.2rem;
    line-height: var(--healia-line-height);
}
.content-single-page h2 {
    margin-bottom: .8rem;
    font-weight: bold;
    font-size: 1.5rem;
    color: var(--healia-color-2);
}
.content-single-page h3 {
    margin-bottom: .8rem;
    font-weight: bold;
    font-size: 1.4rem;
    color: var(--healia-color-2);
}
.content-single-page h4 {
    margin-bottom: .8rem;
    font-weight: bold;
    font-size: 1.3rem;
    color: var(--healia-color-2);
}
.content-single-page h5 {
    margin-bottom: .8rem;
    font-weight: bold;
    font-size: 1.2rem;
    color: var(--healia-color-2);
}
.content-single-page h6 {
    margin-bottom: .8rem;
    font-weight: bold;
    font-size: 1.1rem;
    color: var(--healia-color-2);
}
.content-single-page ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}
.content-single-page li {
    position: relative;
    margin-bottom: .3rem;
}
.content-single-page li::before {
    content: '- ';
}
.content-single-page img {
    max-width: 100% !important;
    display: block;
    /*margin: 0 auto 1.5rem;*/
    margin-bottom: 1.5rem;
}
.content-single-page p {
    margin-bottom: .8rem;
}
.content-single-page strong {
    font-weight: bold;
}
.content-single-page a {
    text-decoration: underline;
    color: var(--healia-color-2);
}
.content-single-page a:hover {
    color: var(--healia-color-1);
}
.companies-cat-section {
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
}
.page-section-title,
.companies-cat-section h3 {
    color: var(--healia-color-1);
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.company-row-item {
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
}
.company-logo-parent {
    width: 245px;
    min-height: 215px;
    display: block;
    position: relative;
    background-color: #ffffff;
    border-radius: var(--healia-border-radius);
}
.company-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 70%;
    height: 80%;
    overflow: hidden;
}
.company-content {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: var(--healia-border-radius);
    padding: 2rem;
}
.company-content h4 {
    color: var(--healia-color-2);
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: .35rem;
    line-height: var(--healia-line-height);
}
.company-content p {
    color: var(--healia-color-4);
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: var(--healia-line-height);
    text-align: justify;
}
.company-logo-mobile {
    display: block;
    max-height: 60px;
    width: auto;
    max-width: 100%;
    margin-bottom: 1.15rem;
}
.job-item-row {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    border-radius: var(--healia-border-radius);
    margin-bottom: 1.25rem;
    padding: 2.5rem;
}
.job-item-row h3 {
    color: var(--healia-color-4);
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: var(--healia-line-height);
}
.job-item-row h3::before {
    content: '';
    position: relative;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    background-color: var(--healia-color-3);
    display: inline-block;
    margin-right: 1rem;
    flex-shrink: 0;
}
.rtl-mode .job-item-row h3::before {
    margin-right: 0;
    margin-left: 1rem;
}
.job-item-btns .btn {
    white-space: nowrap;
}
.modal-backdrop {
    background-color: rgba(0, 8, 8, 0.93);
}
.modal-backdrop.show {
    opacity: 1;
}
.modal-healia .modal-content {
    color: var(--healia-color-5);
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.healia-modal-box {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    border-radius: var(--healia-border-radius);
    box-shadow: 0 0 12px 0 var(--healia-color-3);
    -webkit-box-shadow: 0 0 12px 0 var(--healia-color-3);
    padding: 1.5rem;
}
.job-modal-content {
    width: 65%;
}
.job-modal-form {
    width: 35%;
}
.job-modal-content > h4 {
    color: var(--healia-color-1);
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: var(--healia-line-height);
}
.job-modal-form > h3 {
    color: var(--healia-color-1);
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: var(--healia-line-height);
    text-align: center;
    margin-top: 1.5rem;
}
.gform-theme--foundation .gform_fields {
    row-gap: .8rem !important;
}
.gform-button--width-full {
    width: 100% !important;
}
p.gform_required_legend {
    display: none !important;
}
.gform-theme--framework .gfield_list_group_item::before,
.gform-theme--framework .gform-field-label {
    font-weight: bold !important;
    font-size: 1rem !important;
    margin-bottom: .15rem !important;
    padding: 0 .7rem !important;
}
.gform-theme--framework input,
.gform-theme--framework textarea {
    font-weight: bold !important;
}
.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type="text"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    font-size: 1rem !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.gform-theme--framework .gform_validation_errors {
    margin-bottom: .5rem !important;
    padding: .7rem !important;
}
.gform-theme--framework input[type="file"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::file-selector-button {
    background-color: transparent !important;
    color: var(--healia-color-2) !important;
}
.gform-theme--framework input[type="file"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    cursor: pointer;
}
.gform-theme--framework .gform_validation_errors .gform_submission_error {
    align-items: center !important;
    flex-direction: row !important;
}
#gform_submit_button_1 {
    padding: .85rem 1rem !important;
    border-radius: 1.1rem !important;
    font-size: 1.1rem !important;
    font-weight: bold;
}
.job-modal-form .gform-theme--foundation .gform_footer,
.job-modal-form .gform-theme--foundation .gform_page_footer {
    flex-direction: column;
    justify-content: center;
}
#gform_confirmation_wrapper_1 {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#gform_confirmation_wrapper_1 h1,
#gform_confirmation_wrapper_1 h2,
#gform_confirmation_wrapper_1 h3,
#gform_confirmation_wrapper_1 h4,
#gform_confirmation_wrapper_1 h5,
#gform_confirmation_wrapper_1 h6 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--healia-color-5);
    line-height: var(--healia-line-height);
}
.healia-box {
    position: relative;
    width: 100%;
}
#gform_submit_button_2 {
    padding: .9rem 2rem !important;
    border-radius: 1.1rem !important;
    font-size: 1.1rem !important;
    font-weight: bold;
}
.gform-theme--foundation .gfield textarea {
    border-radius: 1rem !important;
}
.healia-box-section-t2 {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 3rem;
}
.contact-item {
    position: relative;
    width: 100%;
    margin-bottom: 2.5rem;
}
.contact-item:last-child {
    margin-bottom: 0;
}
.contact-item h5 {
    color: var(--healia-color-2);
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: bold;
}
.contact-item i {
    color: var(--healia-color-1);
    font-size: 1.5rem;
}
.contact-item a,
.contact-item p {
    color: var(--healia-color-4);
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: var(--healia-line-height);
}
.contact-item a:hover {
    color: var(--healia-color-2);
}
.map-healia-box {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    border-radius: 1rem;
    overflow: hidden;
    min-height: 200px;
}
#mapHealia {
    width: 100%;
    height: 100%;
    display: block;
}
.about-col-1 {
    position: relative;
    width: 45%;
}
.about-col-2 {
    position: relative;
    width: 45%;
}
.about-thumb-1 {
    position: relative;
    top: -6rem;
    left: 0;
    width: 100%;
    padding-top: 70%;
    /*height: 100%;*/
    overflow: hidden;
    border-radius: .75rem;
    box-shadow: 1.5rem 1.375rem 2.625rem 0 rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 1.5rem 1.375rem 2.625rem 0 rgba(0, 0, 0, 0.27);
    z-index: 1;
}
.about-thumb-2-parent {
    position: absolute;
    left: -5.5rem;
    bottom: -5.5rem;
    width: 80%;
    padding-top: 56.25%;
    z-index: 2;
}
.rtl-mode .about-thumb-2-parent {
    right: -5.5rem;
    left: auto;
}
.about-thumb-2 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: .75rem;
    box-shadow: 1.5rem 1.375rem 2.625rem 0 rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 1.5rem 1.375rem 2.625rem 0 rgba(0, 0, 0, 0.27);
}
.nav-pills-healia .nav-link {
    min-width: 200px;
    color: var(--healia-color-2) !important;
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-align: center;
    border-radius: 1rem;
}
.nav-pills-healia .nav-link.active,
.nav-pills-healia .show > .nav-link {
    color: #ffffff !important;
    background-color: var(--healia-color-2) !important;
}
.product-box-t2 {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    border-radius: var(--healia-border-radius);
    overflow: hidden;
    padding-top: 1.5rem;
    cursor: pointer;
}
.product-box-t2-thumb-parent {
    position: relative;
    width: 85%;
    margin: 0 auto 1.5rem;
}
.product-box-t2-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 75%;
}
.product-box-t2-title {
    position: relative;
    width: 100%;
    padding: 1.3rem .7rem;
    text-align: center;
    background-color: rgba(120, 120, 120, 0.25);
}
.product-box-t2-title h3 {
    color: var(--healia-color-8);
    font-size: 1.25rem;
    font-weight: normal;
    margin-bottom: 0;
}
.product-box-t2:hover .product-box-t2-thumb img {
    opacity: .9;
}
.product-box-t2:hover .product-box-t2-title h3 {
    color: var(--healia-color-2);
}
.swiper-product-content,
.swiper-product-thumb {
    width: 100%;
    height: 100%;
}
.swiper-product-detail {
    position: relative;
    width: 100%;
}
.product-modal-content {
    position: relative;
    width: 60%;
}
.product-modal-thumb-parent {
    position: relative;
    width: 40%;
}
.product-modal-thumb {
    position: relative;
    width: 100%;
    padding-top: 110%;
    height: 100%;
    overflow: hidden;
}
.product-modal-thumb img {
    width: 80%;
    height: 80%;
}
.swiper-product-content h3 {
    color: var(--healia-color-1);
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: var(--healia-line-height);
}
.swiper-product-content h4 {
    color: var(--healia-color-3);
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: var(--healia-line-height);
}
.product-modal-thumb-parent .btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 2;
}
.rtl-mode .product-modal-thumb-parent .btn {
    left: 1.5rem;
    right: auto;
}
.healia-modal-box-child {
    border-radius: var(--healia-border-radius);
}
.product-navigation {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 2;
    padding: .85rem 0;
    opacity: 0;
}
.product-navigation.load {
    opacity: 1;
}
.btn-navi {
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: 50rem;
    color: var(--healia-color-2) !important;
    font-size: 1rem;
    font-weight: bold;
    min-width: 150px;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: .4rem 1rem;
}
.btn-navi i {
    color: var(--healia-color-3) !important;
    font-size: 1.1rem;
}
.btn-navi:hover {
    color: var(--healia-color-3) !important;
}
.rtl-mode .fa-chevron-left::before {
    content: "\f054";
}
.rtl-mode .fa-chevron-right::before {
    content: "\f053";
}
.banner-home-section {
    position: relative;
    width: 100%;
    opacity: 1;
    overflow: hidden;
    min-height: 550px;
    /*background-image: linear-gradient(180deg, rgba(176, 218, 230, 1) 0%, rgba(161, 214, 228, 1) 52%, rgba(147, 210, 227, 1) 100%);*/
    background: rgb(202,217,214);
    background: -moz-linear-gradient(90deg, rgba(202,217,214,1) 0%, rgba(202,217,211,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(202,217,214,1) 0%, rgba(202,217,211,1) 100%);
    background: linear-gradient(90deg, rgba(202,217,214,1) 0%, rgba(202,217,211,1) 100%);
}
.banner-thumb {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.banner-thumb img {
    object-position: bottom left;
    -o-object-position: bottom left;
}
.rtl-mode .banner-thumb {
    right: auto;
    left: 0;
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.banner-home-section h3 {
    color: var(--healia-color-2);
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.2;
    font-size: 4.5rem;
}
.ltr-mode .banner-home-section h3 {
    text-transform: uppercase;
}
.banner-home-section #typed {
    color: #ffffff;
    font-weight: bold;
}
.banner-home-section .typed-cursor {
    font-weight: normal;
    margin: 0 .75rem;
    position: relative;
    top: -0.5rem;
}
.typed-cursor span {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 2px;
    height: 110%;
    background-color: #ffffff;
}
.show-more-btn {
    color: var(--healia-color-2);
    font-size: 1rem;
    font-weight: bold;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
}
.show-more-btn i {
    color: var(--healia-color-1);
    font-size: .95rem;
}
.rtl-mode .show-more-btn i {
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.show-more-btn:hover {
    color: var(--healia-color-1);
}
.product-cat-box {
    position: relative;
    width: 100%;
    border-radius: 1.5rem;
    overflow: hidden;
    padding-top: 100%;
    background: url("./assets/img/pt.png") no-repeat center center;
    background-size: contain;
}
.product-cat-box h4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 1.5rem;
    color: #ffffff;
    font-size: 2.7rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
.top-footer-section {
    position: relative;
    display: block;
    width: 100%;
    background-color: #ffffff;
    padding: 2rem 0;
    margin-top: 2rem;
}
.footer-title {
    margin-bottom: 1rem;
}
.footer-title a {
    color: var(--healia-color-2);
    font-weight: bold;
    font-size: 1.7rem;
}
.footer-title a:hover {
    color: var(--healia-color-2);
}
.footer-news-box {
    position: relative;
    width: 100%;
}
.footer-news-box-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: .5rem;
    margin-bottom: .6rem;
    padding-top: 56.25%;
}
.footer-news-box h6 {
    color: var(--healia-color-8);
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: .6rem;
    line-height: 1.4;
}
.footer-news-box h6:hover {
    color: var(--healia-color-2);
}
.footer-news-box .show-more-btn {
    border: 1px solid var(--healia-color-2) !important;
    border-radius: .5rem !important;
    padding: .4rem .75rem !important;
    font-size: .85rem;
}
.footer-contact-item {
    position: relative;
    width: 100%;
    margin-bottom: .75rem;
}
.footer-contact-item:last-child {
    margin-bottom: 0;
}
.footer-contact-item i {
    color: var(--healia-color-1);
    font-size: 1rem;
}
.footer-contact-item p {
    color: var(--healia-color-8);
    font-size: 1.05rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.4;
    direction: ltr;
}
.page-header-section {
    position: relative;
    width: 100%;
    min-height: 330px;
    color: #ffffff;
    background: url("./assets/img/pt.png") no-repeat center right;
    background-size: auto 140%;
    overflow: hidden;
}
.page-header-section h3 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.page-header-section p {
    font-size: 1.1rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.5;
}
.news-row-item .btn i,
.product-cat-navbar i {
    color: var(--healia-color-1) !important;
}
.rtl-mode .news-row-item .btn i,
.rtl-mode .product-cat-navbar i {
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
#products {
    scroll-margin-top: 100px;
}



@media only screen and (min-width: 576px) {
    .modal-xl {
        --bs-modal-width: 90%;
    }
}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 5rem;
    }
    .navbar-healia .nav-item {
        margin: 0 .25rem;
    }
    .modal-xl {
        --bs-modal-width: 900px;
    }
    .h-lg-100 {
        height: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1000px;
    }
}
@media only screen and (min-width: 1400px) {
    .modal-xl {
        --bs-modal-width: 1300px;
    }
}

@media only screen and (max-width: 1700px) {
    .home-slider-content h3 {
        font-size: 4.5rem;
    }
    .home-slider-content p {
        font-size: 1.25rem;
        margin-bottom: 2.3rem;
    }
    .news-box-item h4 {
        font-size: 1.7rem;
    }
    .swiper-products .swiper-slide {
        width: 17%;
    }
    .news-row-thumb-parent {
        width: 25%;
    }
    .page-title h1 {
        font-size: 2.5rem;
    }
    .about-col-1 {
        width: 50%;
    }
    .about-col-2 {
        width: 40%;
    }
    .about-thumb-1 {
        top: -3rem;
    }
    .about-thumb-2-parent {
        left: -4.5rem;
        bottom: -3.5rem;
    }
    .rtl-mode .about-thumb-2-parent {
        right: -4.5rem;
        left: auto;
    }
    .banner-home-section h3 {
        font-size: 4rem;
    }
    .product-cat-box h4 {
        font-size: 2.2rem;
    }
}
@media only screen and (max-width: 1450px) {
    .home-slider-content h3 {
        font-size: 3.5rem;
    }
    .home-slider-content p {
        width: 70%;
    }
    .home-slider-content {
        width: 65%;
        padding-left: 5rem;
    }
    .rtl-mode .home-slider-content {
        padding-left: 0;
        padding-right: 5rem;
    }
    .banner-thumb {
        width: 52%;
    }
    .product-cat-box h4 {
        font-size: 2.1rem;
    }
}
@media only screen and (max-width: 1399.98px) {
    .btn-healia {
        font-size: 1rem;
    }
    .home-box-item .btn {
        bottom: 2rem;
        right: 2rem;
    }
    .news-box-item h4 {
        font-size: 1.6rem;
    }
    .swiper-products .swiper-slide {
        width: 19%;
    }
    .news-row-item p {
        width: 100%;
        font-size: 1.1rem;
    }
    .page-section-title,
    .companies-cat-section h3 {
        font-size: 2.4rem;
        margin-bottom: 1.7rem;
    }
    .company-logo-parent {
        width: 200px;
        min-height: 200px;
    }
    .about-thumb-1 {
        top: 0;
    }
    .about-thumb-2-parent {
        left: -4rem;
        bottom: -7rem;
    }
    .rtl-mode .about-thumb-2-parent {
        right: -4rem;
        left: auto;
    }
    .product-box-t2-title {
        padding: 1rem .7rem;
    }
    .product-box-t2-title h3 {
        font-size: 1.1rem;
    }
    .swiper-product-content h3 {
        font-size: 2.5rem;
    }
    .swiper-product-content h4 {
        font-size: 1.25rem;
    }
    .product-cat-box h4 {
        font-size: 2rem;
    }
    .footer-contact-item p {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 1199.98px) {
    .home-slider-content h3 {
        font-size: 3rem;
    }
    .home-slider-content p {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
    .btn-healia {
        padding: .5rem 1.5rem;
        border-radius: 1.1rem;
    }
    .home-slider-item {
        padding-top: 45%;
    }
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 1rem;
        right: auto;
    }
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 1rem;
        left: auto;
    }
    .home-box-item .btn {
        bottom: 1.5rem;
        right: 1.5rem;
    }
    .swiper-products .swiper-slide {
        width: 21%;
    }
    .product-box-item h4 {
        font-size: 1.2rem;
    }
    .header-box-content p {
        width: 100%;
        font-size: 1.1rem;
    }
    .header-box-content h1 {
        font-size: 3.5rem;
    }
    .header-box-content {
        width: 50%;
    }
    .header-box-thumb {
        width: 50%;
    }
    .news-row-thumb-parent {
        width: 32%;
    }
    .news-row-item h4 {
        font-size: 1.35rem;
    }
    .page-title h1 {
        font-size: 2rem;
    }
    .company-content p {
        font-size: 1.1rem;
    }
    .page-section-title,
    .companies-cat-section h3 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    .job-item-row h3::before {
        width: 1.5rem;
        height: 1.5rem;
    }
    .job-item-row h3 {
        font-size: 1.1rem;
    }
    .job-modal-content {
        width: 100%;
    }
    .job-modal-form {
        width: 100%;
    }
    .healia-box-section-t2 {
        padding: 1.9rem;
    }
    .about-col-1 {
        width: 100%;
    }
    .about-col-2 {
        width: 50%;
        margin-bottom: 5rem;
    }
    .about-thumb-2-parent {
        bottom: -2.5rem;
        width: 70%;
    }
    .nav-pills-healia .nav-link {
        min-width: 100px;
    }
    .product-cat-box h4 {
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 991.98px) {
    :root {
        --healia-menu-height: 60px;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 3rem;
    }
    .navbar-healia {
        padding: .5rem 0;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    }
    .navbar-logo {
        height: 34px !important;
    }
    .lang-btn {
        width: 2rem;
        height: 2rem;
        font-size: .8rem;
    }
    .home-slider-content h3 {
        font-size: 2.5rem;
    }
    .home-slider-content p {
        font-size: 1rem;
        width: 90%;
    }
    .home-slider-content {
        width: 70%;
        padding-left: 3rem;
    }
    .rtl-mode .home-slider-content {
        padding-left: 0;
        padding-right: 3rem;
    }
    .home-slider-item {
        padding-top: 47%;
    }
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: .5rem;
        right: auto;
    }
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: .5rem;
        left: auto;
    }
    .news-box-item h4 {
        font-size: 1.5rem;
    }
    .title-section h3 {
        font-size: 1.7rem;
    }
    .swiper-products .swiper-slide {
        width: 25%;
    }
    .product-box-item h4 {
        font-size: 1.1rem;
    }
    .footer-logo {
        height: 40px;
    }
    .news-row-thumb-parent {
        width: 40%;
    }
    .map-healia-box {
        height: 280px;
        min-height: auto;
    }
    .about-col-2 {
        width: 70%;
        margin-bottom: 4rem;
    }
    .product-box-t2-title h3 {
        font-size: 1rem;
    }
    .product-modal-content {
        width: 100%;
    }
    .product-modal-thumb-parent {
        width: 100%;
    }
    .product-modal-thumb {
        padding-top: 35%;
    }
    .swiper-product-content h3 {
        font-size: 2rem;
    }
    .swiper-product-content h4 {
        font-size: 1.1rem;
    }
    .banner-thumb {
        width: 78%;
        opacity: .2;
    }
    .banner-home-section h3 {
        font-size: 3rem;
    }
    .banner-home-section .typed-cursor {
        top: -0.25rem;
    }
    .banner-home-section {
        min-height: 400px;
    }
}
@media only screen and (max-width: 767.98px) {
    .healia-disable-animation [data-aos-delay] {
        -webkit-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        transition-delay: 0s !important;
    }
    .home-slider-thumb {
        width: 42%;
    }
    .home-slider-content {
        width: 75%;
    }
    .home-slider-item {
        padding-top: 52%;
    }
    .home-slider-content h3 {
        font-size: 2.1rem;
    }
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: .25rem;
        right: auto;
    }
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: .25rem;
        left: auto;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 20px;
        height: 30px;
        margin-top: -15px;
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 20px;
    }
    .news-box-item h4 {
        font-size: 1.4rem;
    }
    .swiper-products .swiper-slide {
        width: 33%;
    }
    #footer {
        padding: 2rem 0 1.25rem;
    }
    .header-box-content {
        width: 100%;
        padding: 0 1.5rem 1.5rem !important;
    }
    .header-box-content-2 {
        padding: 2rem 1.5rem !important;
    }
    .header-box-thumb {
        width: 100%;
    }
    .header-box-thumb::before {
        background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(255,255,255,0) 35%);
        background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(255,255,255,0) 35%);
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(255,255,255,0) 35%);
    }
    .header-box.color-2 .header-box-thumb::before {
        background: -moz-linear-gradient(0deg, var(--healia-color-2) 0%, var(--healia-color-2) 12%, rgba(255,255,255,0) 35%);
        background: -webkit-linear-gradient(0deg, var(--healia-color-2) 0%, var(--healia-color-2) 12%, rgba(255,255,255,0) 35%);
        background: linear-gradient(0deg, var(--healia-color-2) 0%, var(--healia-color-2) 12%, rgba(255,255,255,0) 35%);
    }
    .header-box.color-1 .header-box-thumb::before {
        background: -moz-linear-gradient(0deg, var(--healia-color-1) 0%, var(--healia-color-1) 12%, rgba(255,255,255,0) 35%);
        background: -webkit-linear-gradient(0deg, var(--healia-color-1) 0%, var(--healia-color-1) 12%, rgba(255,255,255,0) 35%);
        background: linear-gradient(0deg, var(--healia-color-1) 0%, var(--healia-color-1) 12%, rgba(255,255,255,0) 35%);
    }
    .header-box-content h1 {
        font-size: 2.5rem;
        margin-bottom: .5rem;
    }
    .header-box-content p {
        font-size: 1rem;
    }
    .news-row-thumb-parent {
        width: 100%;
        margin-bottom: 1rem;
    }
    .page-title h1 {
        font-size: 1.8rem;
    }
    .company-content {
        padding: 1.5rem;
    }
    .page-section-title,
    .companies-cat-section h3 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    .job-item-row {
        padding: 2rem;
    }
    .job-item-row h3::before {
        width: 1.1rem;
        height: 1.1rem;
        margin-right: .5rem;
    }
    .rtl-mode .job-item-row h3::before {
        margin-right: 0;
        margin-left: .5rem;
    }
    .job-modal-content > h4 {
        font-size: 1.7rem;
    }
    .healia-box-section-t2 {
        padding: 1.5rem;
    }
    .about-col-2 {
        width: 100%;
    }
    .about-thumb-2-parent {
        left: 3rem;
    }
    .rtl-mode .about-thumb-2-parent {
        right: 3rem;
        left: auto;
    }
    .product-modal-thumb {
        padding-top: 45%;
    }
    .btn-navi {
        min-width: 100px;
    }
    .banner-home-section h3 {
        font-size: 2.5rem;
    }
    .footer-title a {
        font-size: 1.45rem;
    }
    .page-header-section {
        min-height: 280px;
    }
    .page-header-section h3 {
        font-size: 2rem;
    }
    .page-header-section p {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 670px) {
    .home-slider-content {
        width: 100%;
        padding: 2.5rem 2rem !important;
        position: relative;
        height: 100%;
    }
    .home-slider-thumb {
        width: 70%;
    }
    .home-slider-thumb::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        background-color: rgba(255, 255, 255, 0.75);
    }
    .swiper-home-slider .swiper-slide {
        height: auto;
    }
    .home-slider-item {
        padding-top: 0;
        height: 100%;
    }
    .home-slider-content h3 {
        text-shadow: 0 0 5px #ffffff;
    }
    .home-slider-content p {
        text-shadow: 0 0 3px #ffffff;
    }
    .header-box-thumb {
        min-height: 260px;
    }
}
@media only screen and (max-width: 575.98px) {
    .home-slider-content h3 {
        font-size: 1.9rem;
    }
    .btn-healia {
        padding: .5rem 1.4rem;
        border-radius: 1rem;
        font-size: .95rem;
    }
    .home-box-item {
        padding-top: 40%;
    }
    .home-box-item .btn {
        bottom: 1rem;
        right: 1rem;
    }
    .title-section h3 {
        font-size: 1.5rem;
    }
    .news-slider-actions .swiper-pagination {
        margin: 0 .5rem;
    }
    .swiper-products .swiper-slide {
        width: 40%;
    }
    .product-box-item h4 {
        font-size: 1rem;
        font-weight: bold;
    }
    .footer-copyright {
        font-size: .8rem;
    }
    .header-box-content h1 {
        font-size: 2rem;
        margin-bottom: .5rem;
    }
    .date-post {
        font-size: .9rem;
    }
    .news-row-item h4 {
        font-size: 1.25rem;
    }
    .content-single-page {
        font-size: 1rem;
    }
    .content-single-page h2 {
        font-size: 1.4rem;
    }
    .content-single-page h3 {
        font-size: 1.3rem;
    }
    .content-single-page h4 {
        font-size: 1.2rem;
    }
    .content-single-page h5 {
        font-size: 1.1rem;
    }
    .content-single-page h6 {
        font-size: 1rem;
    }
    .page-title h1 {
        font-size: 1.5rem;
    }
    .page-section-title,
    .companies-cat-section h3 {
        font-size: 1.4rem;
        margin-bottom: .65rem;
    }
    .job-item-btns {
        width: 100%;
    }
    .job-item-btns .btn {
        width: 50%;
        white-space: normal;
    }
    .job-item-row {
        padding: 2rem 1rem;
    }
    .job-modal-content > h4 {
        font-size: 1.5rem;
    }
    .contact-item a, .contact-item p {
        font-size: 1rem;
    }
    .about-thumb-2-parent {
        bottom: -3.5rem;
        width: 73%;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .healia-box-section {
        padding: 2rem 1.5rem;
    }
    .content-single-page h4 {
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    .btn-navi {
        font-size: .9rem;
    }
    .banner-home-section h3 {
        font-size: 2rem;
    }
    .product-cat-box h4 {
        font-size: 1.2rem;
    }
    .page-header-section h3 {
        font-size: 1.75rem;
    }
    .banner-thumb {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .nav-pills-healia .nav-item {
        width: calc(33.3333% - .5rem);
    }
    .nav-pills-healia .nav-link {
        width: 100%;
        min-width: auto;
    }
}
@media only screen and (max-width: 430px) {
    .news-slider-actions .swiper-pagination {
        display: none;
    }
    .swiper-products .swiper-slide {
        width: 55%;
    }
}