@import "./assets/css/color.css?ver=1.0";
@import "./assets/css/fonts.css";
:root {
    --medarman-border-radius: .625rem;
    --medarman-line-height: 1.7;
    --medarman-menu-height: 72px;
}
a {
    color: var(--medarman-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(--medarman-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(--medarman-color-1);
    background: var(--medarman-color-2);
}
::selection {
    color: var(--medarman-color-1);
    background: var(--medarman-color-2);
}
.transition-medarman {
    -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: 1em RaviFaNum;
    font-weight: normal;
    margin: 0 auto;
    background-color: var(--medarman-color-bg);
    height: 100%;
}
body.rtl-mode {
    text-align: right;
}
body.ltr-mode {
    text-align: left;
}
body, html {
    height: 100%;
    margin: 0;
    width: 100%;
    overscroll-behavior: none;
}
html {
    scroll-behavior: smooth;
}
.clear-n {
    clear: both;
}
#main-body-medarman {
    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;
}
.copyright-footer::before,
.navbar-medarman::before,
.medarman-gradient {
    background: -webkit-linear-gradient(63deg, var(--medarman-color-3) 0%, var(--medarman-color-2) 50%, var(--medarman-color-1) 100%);
    background: -moz-linear-gradient(63deg, var(--medarman-color-3) 0%, var(--medarman-color-2) 50%, var(--medarman-color-1) 100%);
    background: linear-gradient(63deg, var(--medarman-color-3) 0%, var(--medarman-color-2) 50%, var(--medarman-color-1) 100%);
}
.btn {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-primary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: var(--medarman-color-1);
    --bs-btn-border-color: var(--medarman-color-1);
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: var(--medarman-color-2);
    --bs-btn-hover-border-color: var(--medarman-color-2);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: var(--medarman-color-1);
    --bs-btn-active-border-color: var(--medarman-color-1);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: var(--medarman-color-1);
    --bs-btn-disabled-border-color: var(--medarman-color-1);
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--medarman-color-3);
    --bs-btn-border-color: var(--medarman-color-3);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7a144b;
    --bs-btn-hover-border-color: #7a144b;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--medarman-color-3);
    --bs-btn-active-border-color: var(--medarman-color-3);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--medarman-color-3);
    --bs-btn-disabled-border-color: var(--medarman-color-3);
}
.btn-outline-light {
    --bs-btn-color: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: var(--medarman-color-1);
    --bs-btn-hover-border-color: var(--medarman-color-1);
    --bs-btn-focus-shadow-rgb: 248,249,250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-border-color: #ffffff;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffffff;
    --bs-gradient: none;
    border-width: 2px;
}
.btn-outline-secondary {
    --bs-btn-color: var(--medarman-color-3);
    --bs-btn-border-color: var(--medarman-color-3);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--medarman-color-3);
    --bs-btn-hover-border-color: var(--medarman-color-3);
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--medarman-color-3);
    --bs-btn-active-border-color: var(--medarman-color-3);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--medarman-color-3);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--medarman-color-3);
    --bs-gradient: none;
}
.btn-outline-primary {
    --bs-btn-color: var(--medarman-color-1);
    --bs-btn-border-color: var(--medarman-color-1);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--medarman-color-1);
    --bs-btn-hover-border-color: var(--medarman-color-1);
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--medarman-color-1);
    --bs-btn-active-border-color: var(--medarman-color-1);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--medarman-color-1);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--medarman-color-1);
    --bs-gradient: none;
}
.btn-medarman {
    border-radius: 1.25rem;
    font-size: 1rem;
    font-weight: 500;
    padding: .7rem 2.5rem;
}
.btn-header {
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    color: #ffffff !important;
    background-color: var(--medarman-color-1) !important;
    border-color: var(--medarman-color-1) !important;
}
.btn-header:hover {
    color: #ffffff !important;
    background-color: var(--medarman-color-2) !important;
    border-color: var(--medarman-color-2) !important;
}
.btn-header svg {
    display: inline-block;
    height: 1rem;
    width: auto;
}
.btn-header svg path {
    fill: #ffffff;
}
.navbar-medarman {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0 2px 8px 0 var(--medarman-color-4-opacity20);
    -webkit-box-shadow: 0 2px 8px 0 var(--medarman-color-4-opacity20);
    padding: 1rem 0 .7rem;
}
.navbar-medarman::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .5rem;
    z-index: 10;
}
.logo-navbar {
    display: inline-block;
    height: 35px;
    width: auto;
}
.logo-navbar:hover {
    opacity: .9;
}
.navbar-medarman .nav-item {
    margin: 0 1rem;
}
.navbar-medarman .nav-link {
    color: var(--medarman-color-5);
    font-size: 1rem;
    font-weight: 500;
}
.navbar-medarman .nav-item.active .nav-link {
    font-weight: 600;
    color: var(--medarman-color-2);
}
.navbar-medarman .nav-link:hover {
    color: var(--medarman-color-2);
}
.navbar-medarman .indicatorMenu {
    height: 2px;
    background-color: var(--medarman-color-2);
    border-radius: 50rem;
    position: absolute;
    bottom: .8rem;
    width: 0;
    transition: bottom 300ms ease-in-out;
    -ms-transition: bottom 300ms ease-in-out;
    -webkit-transition: bottom 300ms ease-in-out;
}
.navbar-toggler {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
    border: none !important;
}
.header-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}
.header-section video {
    z-index: 1;
}
.header-section .desc {
    color: #ffffff;
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.7;
    font-weight: 600;
    margin-bottom: 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.85);
}
.header-section .btn-medarman {
    font-size: 1.2rem;
}
.scroll-icon {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 5;
    display: inline-block;
    height: 45px;
    cursor: pointer;
}
.scroll-icon svg {
    height: 100%;
    width: auto;
    display: inline-block;
}
.scroll-icon svg path {
    fill: #ffffff;
}
.lock-middle {
    -webkit-animation-name: floatUpDown;
    animation-name: floatUpDown;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes floatUpDown {
    0% { -webkit-transform: translateY(0); transform: translateY(0); }
    10% { -webkit-transform: translateY(0); transform: translateY(0); }
    50% { -webkit-transform: translateY(140px); transform: translateY(140px); }
    80% { -webkit-transform: translateY(0); transform: translateY(0); }
    100% { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes floatUpDown {
    0% { -webkit-transform: translateY(0); transform: translateY(0); }
    10% { -webkit-transform: translateY(0); transform: translateY(0); }
    50% { -webkit-transform: translateY(140px); transform: translateY(140px); }
    80% { -webkit-transform: translateY(0); transform: translateY(0); }
    100% { -webkit-transform: translateY(0); transform: translateY(0); }
}
.py-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
.content-cta {
    position: relative;
    width: 100%;
    z-index: 2;
}
.content-cta p {
    color: var(--medarman-color-1);
    font-size: 2rem;
    font-weight: 600;
    line-height: var(--medarman-line-height);
    margin-bottom: 0;
    text-align: center;
}
.content-cta-shape {
    position: absolute;
    top: 100%;
    right: 15%;
    z-index: 1;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background-color: var(--medarman-color-2);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: .09;
}
.ltr-mode .content-cta-shape {
    right: auto;
    left: 15%;
}
.medarman-title-section {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
}
.medarman-title-section h3 {
    color: var(--medarman-color-6);
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.medarman-title-section h4 {
    color: var(--medarman-color-7);
    font-size: 1.15rem;
    font-weight: 500;
    margin-bottom: 0;
    line-height: var(--medarman-line-height);
}
.home-product-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.home-product-section .product-thumb {
    display: block;
    width: 100%;
    height: auto;
}
.home-product-inf-item {
    --padding: 45px;
    position: relative;
    width: 100%;
    text-align: left;
    padding-left: var(--padding);
    padding-right: 0;
    padding-top: .2rem;
    margin-bottom: .25rem;
}
.ltr-mode .home-product-inf-item {
    text-align: right;
    padding-left: 0;
    padding-right: var(--padding);
}
.left .home-product-inf-item {
    text-align: right;
    padding-right: var(--padding);
    padding-left: 0;
}
.ltr-mode .left .home-product-inf-item {
    text-align: left;
    padding-left: 45px;
    padding-right: 0;
}
.home-product-inf-item h5 {
    color: var(--medarman-color-6);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: .5rem;
    line-height: var(--medarman-line-height);
    position: relative;
    display: inline-block;
}
.home-product-inf-item p {
    color: var(--medarman-color-7);
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: var(--medarman-line-height);
    display: block;
}
.home-product-inf-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    display: inline-block;
    z-index: 1;
    background: url("./assets/img/icon.svg") no-repeat center center;
    background-size: contain;
}
.left .home-product-inf-item::before,
.ltr-mode .home-product-inf-item::before {
    left: auto;
    right: 0;
}
.ltr-mode .left .home-product-inf-item::before {
    left: 0;
    right: auto;
}
.home-product-inf-item .line {
    --space: 1.25rem;
    position: absolute;
    top: 1rem;
    right: calc(100% + var(--space));
    width: 65%;
    height: 2px;
    background-image: -o-repeating-linear-gradient(
            left,
            var(--medarman-color-3) 0,
            var(--medarman-color-3) 8px,
            transparent 8px,
            transparent 15px
    );
    background-image: repeating-linear-gradient(
            to right,
            var(--medarman-color-3) 0,
            var(--medarman-color-3) 8px,
            transparent 8px,
            transparent 15px
    );
}
.left .home-product-inf-item .line,
.ltr-mode .home-product-inf-item .line {
    right: auto;
    left: calc(100% + var(--space));
}
.ltr-mode .left .home-product-inf-item .line {
    right: calc(100% + var(--space));
    left: auto;
}
.home-product-inf-item .line::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    width: 12px;
    height: 12px;
    background-color: var(--medarman-color-3);
    border-radius: 50%;
}
.left .home-product-inf-item .line::before,
.ltr-mode .home-product-inf-item .line::before {
    right: auto;
    left: 0;
}
.ltr-mode .left .home-product-inf-item .line::before {
    right: 0;
    left: auto;
}
.ltr-mode .home-product-section .column-text-2,
.home-product-section .column-text-1 {
    /*width: 33.33333333%;*/
    padding-top: 4rem;
}
.ltr-mode .home-product-section .column-text-1,
.home-product-section .column-text-2 {
    /*width: 25%;*/
    padding-top: 0;
}
.home-product-inf-item h5::before {
    content: '';
    position: absolute;
    top: .15rem;
    left: calc(100% + .35rem);
    width: 20px;
    height: 20px;
    z-index: 1;
    background: url("./assets/img/icon.svg") no-repeat center center;
    background-size: contain;
    display: none;
}
.ltr-mode .home-product-inf-item h5::before {
    right: calc(100% + .35rem);
    left: auto;
}
.swiper-news-home-parent {
    position: relative;
    width: 100%;
    padding: 0 10rem;
}
.swiper-news-home {
    width: 100%;
}
.swiper-news-home .swiper-slide {
    width: 33%;
}
.news-box-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 74%;
    border-radius: var(--medarman-border-radius);
}
.news-box-thumb img {
    z-index: 1;
}
.news-box-thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--medarman-color-bg);
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-box-thumb .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    z-index: 3;
    background-color: rgba(28, 28, 28, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.25rem;
    opacity: 0;
}
.news-box-thumb .title h4 {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: var(--medarman-line-height);
    margin-bottom: 0;
}
.swiper-news-home .swiper-slide .news-box-thumb::before {
    opacity: .7;
}
.swiper-news-home .swiper-slide-next .news-box-thumb::before,
.swiper-news-home .swiper-slide-prev .news-box-thumb::before {
    opacity: .4;
}
.swiper-news-home .swiper-slide-active .news-box-thumb::before {
    opacity: 0;
}
.swiper-news-home .swiper-slide-active .news-box-thumb .title {
    opacity: 1;
}
.swiper-news-home .swiper-slide-next .news-box-thumb,
.swiper-news-home .swiper-slide-prev .news-box-thumb {
    box-shadow:0 3px 29px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow:0 3px 29px 0 rgba(0, 0, 0, 0.15);
}
.swiper-news-home-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 27.5%;
    z-index: 100;
}
.swiper-button-next-news-home,
.swiper-button-prev-news-home {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: 0;
    color: #ffffff;
    background-color: var(--medarman-color-1-opacity70);
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}
.swiper-button-next-news-home:hover,
.swiper-button-prev-news-home:hover {
    background-color: var(--medarman-color-2);
}
.swiper-button-prev-news-home,
.rtl-mode .swiper-button-next-news-home {
    left: 0;
    right: auto;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.swiper-button-next-news-home,
.rtl-mode .swiper-button-prev-news-home {
    right: 0;
    left: auto;
    transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}
.ltr-mode .swiper-button-next-news-home i,
.ltr-mode .swiper-button-prev-news-home i {
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.product-list-shape,
.home-news-shape {
    position: absolute;
    top: 30%;
    left: 19%;
    z-index: 1;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: var(--medarman-color-3);
    opacity: .09;
}
.style-linx .product-list-shape {
    background-color: transparent;
    background: url("./assets/img/linx-2.svg") no-repeat center center;
    background-size: contain;
    opacity: 1;
    border-radius: 0;
}
.ltr-mode .product-list-shape,
.ltr-mode .home-news-shape {
    left: auto;
    right: 19%;
}
.home-news-section {
    position: relative;
    width: 100%;
}
.steps-section {
    position: relative;
    width: 100%;
}
.step-box-item {
    position: relative;
    width: 100%;
    text-align: center;
}
.step-box-item img {
    display: block;
    margin: 0 auto 1rem;
    height: 100px;
    width: auto;
    object-fit: contain;
    -o-object-fit: contain;
}
.step-box-item h4 {
    color: var(--medarman-color-6);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: var(--medarman-line-height);
    margin-bottom: .25rem;
}
.step-box-item p {
    color: var(--medarman-color-7);
    font-size: 1rem;
    font-weight: normal;
    line-height: var(--medarman-line-height);
    margin-bottom: 0;
}
.step-box-item .line {
    width: 45%;
    color: var(--medarman-color-3);
    font-size: 1rem;
    position: absolute;
    top: 35px;
    right: 95%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.ltr-mode .step-box-item .line {
    right: auto;
    left: 95%;
}
@-webkit-keyframes fadePulse {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 1;
    }
}
@keyframes fadePulse {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 1;
    }
}
.step-box-item .line i {
    -webkit-animation: fadePulse 2.5s infinite ease-in-out;
    animation: fadePulse 2.5s infinite ease-in-out;
}
.ltr-mode .step-box-item .line i {
    --fa: "\f0da";
}
.step-box-item .line i:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.step-box-item .line i:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.step-box-item .line i:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.step-box-item .line i:nth-child(4) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.step-box-item .line i:nth-child(5) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.steps-section .row > div:last-child .step-box-item .line {
    display: none;
}
.faq-section {
    position: relative;
    width: 100%;
}
.accordion-medarman .accordion-item {
    margin-bottom: 1.5rem;
    border: none !important;
}
.accordion-medarman .accordion-button {
    width: 100%;
    padding: 1.5rem 2rem;
    font-size: 1.05rem;
    color: var(--medarman-color-8) !important;
    background-color: var(--medarman-color-1-opacity10) !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid var(--medarman-color-9) !important;
    border-radius: .5rem !important;
    position: relative;
    overflow: hidden;
    font-weight: 500;
}
.accordion-medarman .accordion-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(270deg, var(--medarman-color-1) 0%, var(--medarman-color-2) 50%);
    background: -moz-linear-gradient(270deg, var(--medarman-color-1) 0%, var(--medarman-color-2) 50%);
    background: linear-gradient(270deg, var(--medarman-color-1) 0%, var(--medarman-color-2) 50%);
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.accordion-medarman .accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: transparent !important;
}
.accordion-medarman .accordion-button:not(.collapsed)::before {
    opacity: 1;
}
.accordion-medarman .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgba(128, 128, 128, 0.62)' stroke-linecap='round' stroke-linejoin='round'><path d='m2 5 6 6 6-6'/></svg>");
    transform: rotate(90deg);
    z-index: 1;
}
.ltr-mode .accordion-medarman .accordion-button::after {
    transform: rotate(-90deg);
}
.accordion-medarman .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgba(255, 255, 255, 0.62)' stroke-linecap='round' stroke-linejoin='round'><path d='m2 5 6 6 6-6'/></svg>");
    transform: rotate(0deg);
}
.accordion-medarman .accordion-button span {
    position: relative;
    z-index: 2;
}
.accordion-medarman .accordion-body {
    padding: 1.5rem 1.5rem 2.5rem 0;
    border-right: 1px solid var(--medarman-color-10);
    display: block;
    margin: 0 auto;
    width: 90%;
    position: relative;
    font-size: 1rem;
    color: var(--medarman-color-8);
    font-weight: normal;
    line-height: var(--medarman-line-height);
}
.ltr-mode .accordion-medarman .accordion-body {
    border-right: none;
    border-left: 1px solid var(--medarman-color-10);
    padding: 1.5rem 0 2.5rem 1.5rem;
}
.accordion-medarman .accordion-body p {
    margin-bottom: .65rem;
}
.accordion-medarman .accordion-body ul {
    margin: 0 0 1rem;
    padding: 0;
}
.accordion-medarman .accordion-body li {
    margin-bottom: .5rem;
    padding-right: 2rem;
    color: var(--medarman-color-6);
    line-height: var(--medarman-line-height);
    font-weight: 500;
    position: relative;
    font-size: inherit;
}
.ltr-mode .accordion-medarman .accordion-body li {
    padding-right: 0;
    padding-left: 2rem;
}
.accordion-medarman .accordion-body li::before {
    content: '';
    position: absolute;
    top: .2rem;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: url("./assets/img/circle-check.svg") no-repeat center center;
    background-size: contain;
}
.ltr-mode .accordion-medarman .accordion-body li::before {
    right: auto;
    left: 0;
}
.accordion-medarman .accordion-body li:last-child {
    margin-bottom: 0;
}
/*.accordion-medarman .accordion-item:has(.collapsing),*/
/*.accordion-medarman .accordion-item:has(.show) {*/
/*    margin-bottom: 0;*/
/*}*/
.cta-contact {
    position: relative;
    width: 100%;
    background-color: var(--medarman-color-1);
    color: #ffffff;
    padding: 1.5rem 0;
}
.cta-contact .btn-outline-light {
    --bs-btn-hover-bg: var(--medarman-color-2);
    --bs-btn-hover-border-color: var(--medarman-color-2);
}
.cta-contact .logo {
    display: inline-block;
    height: 90px;
    width: auto;
}
.cta-contact h4 {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: .25rem;
    line-height: var(--medarman-line-height);
}
.cta-contact p {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: var(--medarman-line-height);
}
#footer {
    position: relative;
    width: 100%;
    background-color: var(--medarman-color-bg);
}
.footer-title {
    position: relative;
    width: 100%;
    border-bottom: 1px solid var(--medarman-color-3);
    padding-bottom: .75rem;
    margin-bottom: 1rem;
}
.footer-title h4 {
    color: var(--medarman-color-6);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}
.footer-menu {
    padding: 0;
    margin: 0;
}
.footer-menu li:not(:last-child) {
    margin-bottom: .25rem;
}
.footer-menu a {
    color: var(--medarman-color-6);
    font-size: .95rem;
    font-weight: normal;
}
.footer-menu a:hover {
    color: var(--medarman-color-1);
}
.footer-contact-item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: .5rem;
    margin-bottom: .7rem;
}
.footer-contact-item:last-child {
    margin-bottom: 0;
}
.footer-contact-item img {
    display: inline-block;
    height: 18px;
    width: auto;
    position: relative;
    top: .15rem;
}
.footer-contact-item p {
    color: var(--medarman-color-6);
    font-size: .9rem;
    font-weight: normal;
    line-height: var(--medarman-line-height);
    margin-bottom: 0;
}
.footer-contact-item a {
    color: var(--medarman-color-6);
}
.footer-contact-item a:hover {
    color: var(--medarman-color-1);
}
.social-icons {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}
.social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}
.social-icons img {
    display: inline-block;
    height: 90%;
    width: 90%;
    object-fit: contain;
    -o-object-fit: contain;
}
.social-icons a:hover img {
    opacity: .8;
}
.copyright-footer {
    position: relative;
    width: 100%;
    padding: 1.5rem 0 1rem;
}
.copyright-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .5rem;
    z-index: 10;
}
.copyright-footer p {
    margin-bottom: 0;
    text-align: center;
    line-height: var(--medarman-line-height);
    color: var(--medarman-color-6);
    font-size: .95rem;
}
.pt-page {
    padding-top: var(--medarman-menu-height);
}
.header-page-section {
    position: relative;
    width: 100%;
    padding: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    min-height: 300px;
    background-color: var(--medarman-color-7-opacity10);
}
.header-page-section h2 {
    color: var(--medarman-color-6);
    font-size: 2rem;
    font-weight: 600;
    line-height: var(--medarman-line-height);
    margin-bottom: 0;
}
.header-page-section > div {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}
.header-page-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: url("./assets/img/header.svg") no-repeat bottom right;
    background-size: auto calc(100% - var(--medarman-menu-height));
    z-index: 1;
}
.ltr-mode .header-page-section::before {
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.header-page-section-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-page-section-bg::before {
    display: none;
}
.header-page-section-bg h2 {
    color: var(--medarman-color-1);
}
.about-thumb-parent {
    position: relative;
    width: 100%;
}
.about-thumb-parent::after {
    content: '';
    position: absolute;
    bottom: -1.25rem;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border: 1px solid var(--medarman-color-1);
    width: 85%;
    height: 85%;
}
.about-thumb {
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    border: 1px solid var(--medarman-color-11);
    overflow: hidden;
    z-index: 1;
}
.medarman-content-box {
    position: relative;
    width: 100%;
}
.medarman-content-box h4 {
    color: var(--medarman-color-3);
    font-size: 1rem;
    font-weight: 500;
    line-height: var(--medarman-line-height);
    margin-bottom: .25rem;
}
.medarman-content-box h3 {
    color: var(--medarman-color-1);
    font-size: 2rem;
    font-weight: 500;
    line-height: var(--medarman-line-height);
    margin-bottom: .5rem;
}
.medarman-content-box p {
    color: var(--medarman-color-12);
    font-size: 1.1rem;
    font-weight: normal;
    line-height: var(--medarman-line-height);
    margin-bottom: 0;
    text-align: justify;
}
.card-box-item {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--medarman-color-13);
    border-radius: 1.1rem;
    padding: 1.5rem;
    text-align: center;
}
.card-box-item img {
    display: block;
    margin: 0 auto 1rem;
    height: 70px;
    width: auto;
}
.card-box-item h4 {
    color: var(--medarman-color-2);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: var(--medarman-line-height);
    margin-bottom: .55rem;
}
.card-box-item p {
    color: var(--medarman-color-1);
    font-size: 1rem;
    font-weight: 500;
    line-height: var(--medarman-line-height);
    margin-bottom: 0;
    text-align: justify;
}
.swiper-news-page {
    width: 100%;
    border-radius: 1rem;
}
.news-slider-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 1rem;
    padding-top: 34%;
}
.news-slider-box img {
    z-index: 1;
}
.news-slider-box .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 1.25rem 2rem;
    z-index: 2;
    color: #ffffff;
}
.news-slider-box h6 {
    font-size: .9rem;
    font-weight: normal;
    line-height: var(--medarman-line-height);
    margin-bottom: .2rem;
}
.news-slider-box h4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: var(--medarman-line-height);
    margin-bottom: 0;
}
.swiper-pagination-blog {
    position: absolute;
    width: auto !important;
    left: 2rem !important;
    right: auto !important;
    bottom: 57px !important;
}
.ltr-mode .swiper-pagination-blog {
    left: auto !important;
    right: 2rem !important;
}
.swiper-pagination-blog .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ffffff;
    opacity: .5;
}
.swiper-pagination-blog .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}
.medarman-title-box {
    position: relative;
    width: 100%;
    margin-bottom: 1.2rem;
}
.medarman-title-box h3 {
    color: var(--medarman-color-1);
    font-weight: 600;
    font-size: 1.45rem;
    line-height: var(--medarman-line-height);
    margin-bottom: 0;
    position: relative;
    padding-right: .75rem;
}
.medarman-title-box h3::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 1px;
    height: 75%;
    background-color: var(--medarman-color-3);
}
.ltr-mode .medarman-title-box h3 {
    padding-right: 0;
    padding-left: .75rem;
}
.ltr-mode .medarman-title-box h3::before {
    right: auto;
    left: 0;
}
.news-item {
    position: relative;
    width: 100%;
    border: 1px solid var(--medarman-color-14);
    border-radius: 1.25rem;
    overflow: hidden;
}
.news-item-thumb {
    position: relative;
    width: 33%;
    min-height: 260px;
    height: auto;
    overflow: hidden;
}
.news-item-thumb img {
    z-index: 1;
}
.news-item-thumb span {
    position: absolute;
    right: 0;
    bottom: 2rem;
    border-radius: 50rem 0 0 50rem;
    background-color: var(--medarman-color-3);
    color: #ffffff;
    font-size: .85rem;
    font-weight: 500;
    padding: .2rem 1.25rem;
    z-index: 2;
}
.ltr-mode .news-item-thumb span {
    right: auto;
    left: 0;
    border-radius: 0 50rem 50rem 0;
}
.news-item-inf {
    position: relative;
    padding: 2.5rem 2rem 1.5rem;
}
.news-item h4 {
    color: var(--medarman-color-6);
    font-size: 1.3rem;
    font-weight: 600;
    line-height: var(--medarman-line-height);
    margin-bottom: 1.5rem;
}
.news-item h4 a {
    color: var(--medarman-color-6);
}
.news-item h4 a:hover {
    color: var(--medarman-color-1);
}
.news-item p {
    color: var(--medarman-color-7);
    font-size: 1rem;
    font-weight: normal;
    line-height: var(--medarman-line-height);
    margin-bottom: 1rem;
}
.page-navi-section {
    text-align: center;
    padding: .5rem 0;
}
.page-navi-section .wp-pagenavi {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    direction: rtl;
    text-align: right;
    gap: .6rem;
}
.ltr-mode .page-navi-section .wp-pagenavi {
    direction: ltr;
    text-align: left;
}
.page-navi-section .current,
.page-navi-section .page,
.page-navi-section .nextpostslink,
.page-navi-section .previouspostslink {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    color: var(--medarman-color-1);
    font-weight: 500;
    font-size: .95rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--medarman-color-15);
    border-radius: .25rem;
}
.page-navi-section .current {
    background-color: var(--medarman-color-3);
    color: #ffffff;
}
.page-navi-section .nextpostslink,
.page-navi-section .previouspostslink {
    background-color: transparent;
    font-size: .85rem;
    color: var(--medarman-color-16);
}
.ltr-mode .page-navi-section .nextpostslink,
.ltr-mode .page-navi-section .previouspostslink {
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.page-navi-section .page:hover {
    color: var(--medarman-color-2);
}
.page-navi-section .nextpostslink:hover,
.page-navi-section .previouspostslink:hover {
    color: var(--medarman-color-2);
}
.med-ads-block {
    --thumb-height: 230px;
    position: relative;
    width: 100%;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    border-radius: 1rem;

    /*background: #72B3FE;*/
    /*background: -webkit-linear-gradient(180deg, rgba(114, 179, 254, 1) 0%, rgba(116, 120, 236, 1) 100%);*/
    /*background: -moz-linear-gradient(180deg, rgba(114, 179, 254, 1) 0%, rgba(116, 120, 236, 1) 100%);*/
    /*background: linear-gradient(180deg, rgba(114, 179, 254, 1) 0%, rgba(116, 120, 236, 1) 100%);*/

    background: #DAE8EB;
    background: -webkit-linear-gradient(180deg, rgba(218, 232, 235, 1) 0%, rgba(209, 224, 227, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(218, 232, 235, 1) 0%, rgba(209, 224, 227, 1) 100%);
    background: linear-gradient(180deg, rgba(218, 232, 235, 1) 0%, rgba(209, 224, 227, 1) 100%);

    padding: 1.5rem 1rem calc(var(--thumb-height) - 3rem);
    color: #ffffff;
    color: var(--medarman-color-1);
    overflow: hidden;
}
.med-ads-block p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}
.med-ads-block .btn {
    font-size: .9rem;
    font-weight: 500;
    padding: .5rem 1.5rem;
    position: relative;
    z-index: 2;
}
.med-ads-block .thumb {
    position: absolute;
    bottom: .25rem;
    left: .25rem;
    width: 55%;
    height: var(--thumb-height);
    z-index: 1;
}
.ltr-mode .med-ads-block .thumb {
    left: auto;
    right: .25rem;
}
.med-ads-block .thumb img {
    object-position: bottom left;
    -o-object-position: bottom left;
}
.ltr-mode .med-ads-block .thumb img {
    /*transform: translate(-50%, -50%) scaleX(-1);*/
    /*-ms-transform: translate(-50%, -50%) scaleX(-1);*/
    /*-webkit-transform: translate(-50%, -50%) scaleX(-1);*/
}
.med-sidebar-block {
    position: relative;
    width: 100%;
}
.med-sidebar-block .medarman-title-box h3 {
    font-size: 1.1rem !important;
}
.med-sidebar-block ul {
    margin: 0;
    padding: 0;
}
.med-sidebar-block ul li {
    font-size: 1rem;
    font-weight: 500;
    line-height: var(--medarman-line-height);
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid var(--medarman-color-15);
    position: relative;
    padding-right: 1.2rem;
}
.med-sidebar-block ul li::before {
    content: '';
    position: absolute;
    top: .5rem;
    right: 0;
    background-color: var(--medarman-color-1-opacity15);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.ltr-mode .med-sidebar-block ul li {
    padding-right: 0;
    padding-left: 1.2rem;
}
.ltr-mode .med-sidebar-block ul li::before {
    right: auto;
    left: 0;
}
.med-sidebar-block ul li:last-child {
    margin-bottom: 0;
}
.med-sidebar-block ul li a {
    color: var(--medarman-color-6);
}
.med-sidebar-block ul li a:hover {
    color: var(--medarman-color-1);
}
.sidebar-news-item {
    position: relative;
    width: 100%;
    border-bottom: 1px solid var(--medarman-color-15);
    height: 100%;
}
.sidebar-news-item .thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 1rem;
    padding-top: 56.25%;
    margin-bottom: .65rem;
}
.sidebar-news-item h4 {
    color: var(--medarman-color-6);
    font-size: 1.1rem;
    font-weight: 600;
    line-height: var(--medarman-line-height);
    margin-bottom: .5rem;
}
.sidebar-news-item:hover h4 {
    color: var(--medarman-color-1);
}
.social-icons-2 {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}
.social-icons-2 a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}
.social-icons-2 img {
    display: inline-block;
    height: 90%;
    width: 90%;
    object-fit: contain;
    -o-object-fit: contain;
}
.social-icons-2 a:hover img {
    opacity: .8;
}
.back-to-blog {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
    background-color: var(--medarman-color-1);
    color: #ffffff;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 1.25rem;
    padding: .7rem 1rem;
    border-radius: 1rem;
}
.back-to-blog:hover {
    color: #ffffff;
    background-color: var(--medarman-color-2);
}
.back-to-blog svg {
    display: inline-block;
    height: .8rem;
    width: auto;
}
.ltr-mode .back-to-blog svg {
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.back-to-blog svg path {
    fill: #ffffff;
}
.single-page-thumb {
    position: relative;
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    padding-top: 48%;
    margin-bottom: 1.25rem;
}
.single-page-content-box {
    position: relative;
    width: 100%;
    border: 1px solid var(--medarman-color-14);
    border-radius: 1.25rem;
    padding: 1.5rem 1.3rem;
}
.content-single-page {
    width: 100%;
    position: relative;
    color: var(--medarman-color-6);
    font-weight: normal;
    font-size: 1rem;
    line-height: 2;
}
.content-single-page h2 {
    margin-bottom: .5rem;
    font-weight: 800;
    font-size: 1.4rem;
    color: var(--medarman-color-1);
}
.content-single-page h3 {
    margin-bottom: .5rem;
    font-weight: 600;
    font-size: 1.3rem;
    color: var(--medarman-color-1);
}
.content-single-page h4 {
    margin-bottom: .5rem;
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--medarman-color-1);
}
.content-single-page h5 {
    margin-bottom: .5rem;
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--medarman-color-1);
}
.content-single-page h6 {
    margin-bottom: .5rem;
    font-weight: 600;
    font-size: 1rem;
    color: var(--medarman-color-1);
}
.content-single-page h2,
.content-single-page h3,
.content-single-page h4,
.content-single-page h5,
.content-single-page h6 {
    padding-right: .75rem;
    position: relative;
}
.content-single-page h2::before,
.content-single-page h3::before,
.content-single-page h4::before,
.content-single-page h5::before,
.content-single-page h6::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 1px;
    height: 75%;
    background-color: var(--medarman-color-3);
}
.ltr-mode .content-single-page h2,
.ltr-mode .content-single-page h3,
.ltr-mode .content-single-page h4,
.ltr-mode .content-single-page h5,
.ltr-mode .content-single-page h6 {
    padding-right: 0;
    padding-left: .75rem;
}
.ltr-mode .content-single-page h2::before,
.ltr-mode .content-single-page h3::before,
.ltr-mode .content-single-page h4::before,
.ltr-mode .content-single-page h5::before,
.ltr-mode .content-single-page h6::before {
    right: auto;
    left: 0;
}
.content-single-page ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}
.content-single-page li {
    position: relative;
    padding-right: 1.25rem;
    margin-bottom: .25rem;
}
.ltr-mode .content-single-page li {
    padding-right: 0;
    padding-left: 1.25rem;
}
.content-single-page li:before {
    content: '';
    position: absolute;
    top: .7rem;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--medarman-color-3);
}
.ltr-mode .content-single-page li:before {
    right: auto;
    left: 0;
}
.content-single-page img {
    max-width: 100% !important;
    display: block;
    margin: 0 auto 1.5rem;
    /*border-radius: var(--medarman-border-radius);*/
}
.content-single-page.image-border-radius img {
    border-radius: var(--medarman-border-radius);
}
.content-single-page p {
    margin-bottom: 1rem;
}
.content-single-page strong {
    font-weight: 800;
}
.content-single-page a {
    color: var(--medarman-color-2);
}
.content-single-page a:hover {
    color: var(--medarman-color-1);
}
.single-inf-post {
    color: var(--medarman-color-1);
    font-size: .8rem;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 2rem;
    font-weight: 500;
}
.single-inf-post .name {
    color: var(--medarman-color-2);
}
.news-slider-single {
    position: relative;
    width: 100%;
    height: 100%;
}
.news-slider-single .thumb {
    position: relative;
    width: 100%;
    border-radius: var(--medarman-border-radius);
    overflow: hidden;
    padding-top: 56.25%;
    margin-bottom: .6rem;
}
.news-slider-single h4 {
    color: var(--medarman-color-6);
    font-size: 1rem;
    font-weight: 600;
    line-height: var(--medarman-line-height);
    margin-bottom: 1rem;
}
.news-slider-single:hover h4 {
    color: var(--medarman-color-1);
}
.swiper-news-single {
    width: 100%;
    border-radius: var(--medarman-border-radius);
}
.swiper-news-single .swiper-slide {
    height: auto;
}
.comment-section .comment-item-medarman {
    position: relative;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--medarman-color-15);
    border-radius: 1rem;
    margin-bottom: 1.25rem;
    padding: 1.5rem;
}
.comment-section .comment-author-name {
    font-size: .85rem;
    font-weight: 500;
    color: var(--medarman-color-16);
    margin-bottom: 0;
}
.comment-section .date-comment {
    font-size: .75rem;
    font-weight: normal;
    color: var(--medarman-color-6);
}
.comment-section .comment-text-content {
    font-size: .95rem;
    font-weight: normal;
    line-height: var(--medarman-line-height);
    margin-bottom: 0;
    padding: 1rem 0 0;
    color: var(--medarman-color-6);
}
.comment-section .comment-text-content p {
    margin-bottom: 0;
}
.comment-section label {
    color: var(--medarman-color-6);
    font-size: .9rem;
    font-weight: 500;
    margin-bottom: .5rem;
    padding: 0 .7rem;
}
.medarman-form-box input[type="text"],
.medarman-form-box select,
.comment-section textarea,
.comment-section input#author,
.comment-section input#email {
    width: 100%;
    border: 1px solid #D7D7D7 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-color: transparent !important;
    outline: none !important;
    padding: .75rem 1.25rem;
    color: var(--medarman-color-6);
    border-radius: 50rem;
    font-size: 1rem;
    font-weight: 500;
}
.comment-section textarea {
    height: 200px;
    min-height: 90px;
    border-radius: 1.5rem;
}
.medarman-form-box input[type="text"]:focus,
.medarman-form-box select:focus,
.comment-section textarea:focus,
.comment-section input#author:focus,
.comment-section input#email:focus {
    border-color: var(--medarman-color-1) !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
}
.comment-section .comment-awaiting-moderation {
    font-size: .9rem !important;
    line-height: var(--medarman-line-height) !important;
    font-weight: 600;
    margin: 1rem 0 0 !important;
    color: var(--medarman-color-3);
}
.map-section {
    position: relative;
    width: 100%;
    height: 50vh;
}
.contact-page-content {
    position: relative;
    width: 100%;
    margin-bottom: 2.5rem;
}
.contact-page-content h4 {
    color: var(--medarman-color-3);
    font-size: 1rem;
    font-weight: 500;
    line-height: var(--medarman-line-height);
    margin-bottom: .5rem;
}
.contact-page-content h2 {
    color: var(--medarman-color-1);
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: .5rem;
}
.contact-page-content p {
    color: var(--medarman-color-1);
    font-size: 1rem;
    font-weight: normal;
    line-height: var(--medarman-line-height);
    margin-bottom: 0;
}
.contact-page-box {
    border: 1px solid var(--medarman-color-14);
    position: relative;
    width: 100%;
    border-radius: 1.25rem;
    padding: 2.5rem 1.5rem 3.5rem;
}
.contact-page-box h4 {
    position: relative;
    color: var(--medarman-color-3);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
}
.contact-page-box h4::before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: var(--medarman-color-3);
}
.contact-page-box p {
    color: var(--medarman-color-1);
    font-size: .95rem;
    font-weight: 500;
    line-height: var(--medarman-line-height);
    margin-bottom: 1rem;
}
.contact-page-box h5 {
    color: var(--medarman-color-1);
    font-size: 1.1rem;
    font-weight: normal;
    margin-bottom: 0;
}
.contact-page-box h6 {
    color: var(--medarman-color-1);
    font-size: 1.1rem;
    font-weight: normal;
    margin-bottom: 0;
    direction: ltr;
    letter-spacing: 2px;
}
.contact-page-box strong {
    font-weight: 700;
}
.contact-page-box .divider {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px dashed var(--medarman-color-3-opacity40);
    margin: 2rem 0;
}
.contact-page-box .email {
    color: var(--medarman-color-1);
    font-size: 1.25rem;
    font-weight: normal;
    direction: ltr;
    letter-spacing: 2px;
}
.contact-page-box .email:hover {
    color: var(--medarman-color-2);
}
.contact-page-box > * {
    position: relative;
    z-index: 5;
}
.contact-page-box::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
    border: 1px solid var(--medarman-color-2-opacity50);
    border-radius: 50%;
    z-index: 1;
    background-color: var(--medarman-color-bg);
    display: none;
}
.contact-page-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    border: 1px solid var(--medarman-color-1-opacity50);
    z-index: 2;
    display: none;
}
.ltr-mode .contact-page-box::before {
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}
.ltr-mode .contact-page-box::after {
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}

.medarman-form-section .gfield_label {
    font-size: .9rem !important;
    margin: 0 .5rem .5rem !important;
    font-weight: normal !important;
    color: var(--medarman-color-6);
}
.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    border: 1px solid #D7D7D7;
    border-radius: 50rem !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    padding: .75rem 1.25rem !important;
    background-color: var(--medarman-color-bg) !important;
    color: var(--medarman-color-6);
}
.gform_wrapper.gravity-theme textarea {
    border-radius: 1.25rem !important;
    min-height: 60px;
}
.gform_wrapper.gravity-theme select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.ginput_container_select {
    position: relative;
}
.ginput_container_select::after {
    content: '';
    position: absolute;
    top: 50%;
    left: .7rem;
    z-index: 2;
    transform: translateY(-50%);
    pointer-events: none;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid var(--medarman-color-6);
}
.ltr-mode .ginput_container_select::after {
    left: auto;
    right: .7rem;
}
.gform_wrapper.gravity-theme input[type="color"]:focus,
.gform_wrapper.gravity-theme input[type="date"]:focus,
.gform_wrapper.gravity-theme input[type="datetime-local"]:focus,
.gform_wrapper.gravity-theme input[type="datetime"]:focus,
.gform_wrapper.gravity-theme input[type="email"]:focus,
.gform_wrapper.gravity-theme input[type="month"]:focus,
.gform_wrapper.gravity-theme input[type="number"]:focus,
.gform_wrapper.gravity-theme input[type="password"]:focus,
.gform_wrapper.gravity-theme input[type="search"]:focus,
.gform_wrapper.gravity-theme input[type="tel"]:focus,
.gform_wrapper.gravity-theme input[type="text"]:focus,
.gform_wrapper.gravity-theme input[type="time"]:focus,
.gform_wrapper.gravity-theme input[type="url"]:focus,
.gform_wrapper.gravity-theme input[type="week"]:focus,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme textarea:focus {
    border-color: var(--medarman-color-1);
}
.medarman-form-section textarea {
    border-radius: 1rem !important;
}
.medarman-form-section .gform_validation_errors {
    border-radius: 1rem !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
    margin: 0 0 1rem !important;
    padding: .5rem !important;
}
.medarman-form-section .gform_validation_errors .gform_submission_error {
    font-size: .85rem !important;
    font-weight: 500 !important;
    line-height: var(--medarman-line-height) !important;
}
.medarman-form-section .gfield_required {
    margin: 0 !important;
}
.medarman-form-section .gform_required_legend {
    display: none;
}
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
    background: transparent !important;
    border: none !important;
    font-size: .85rem !important;
    padding: 0 .5rem !important;
    margin: .25rem 0 0 !important;
    font-weight: 500 !important;
}
.items-help-parent {
    position: relative;
    width: 100%;
}
.items-help-parent::before {
    content: '';
    position: absolute;
    top: 86%;
    left: -6%;
    z-index: 1;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background-color: var(--medarman-color-2);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: .09;
}
.ltr-mode .items-help-parent::before {
    left: auto;
    right: -6%;
}
.item-help {
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
    border-radius: 1.25rem;
    border: 1px solid var(--medarman-color-14);
    padding: 2rem;
    background-color: var(--medarman-color-bg);
    z-index: 2;
}
.item-help img {
    display: inline-block;
    height: 100px;
    width: auto;
}
.item-help h4 {
    color: var(--medarman-color-6);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: .7rem;
}
.item-help h4 a {
    color: var(--medarman-color-6);
}
.item-help h4 a:hover {
    color: var(--medarman-color-1);
}
.item-help p {
    color: var(--medarman-color-6);
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: var(--medarman-line-height);
}
.item-help .btn {
    max-width: 270px;
    width: 100%;
}
.item-help .btn svg {
    display: inline-block;
    height: .8rem;
    width: auto;
}
.ltr-mode .item-help .btn svg {
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.item-help .btn svg path {
    fill: #ffffff;
}
.video-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: var(--medarman-border-radius);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.16);
}
.video-section .direct-video {
    width: 100%;
    display: block;
}
.swiper-gallery-help .swiper-slide {
    width: 38%;
}
.gallery-help-item {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: var(--medarman-border-radius);
}
.product-page-title {
    position: relative;
    width: 100%;
    border-right: 4px solid var(--medarman-color-3);
    padding: .1rem 1rem .1rem 0;
    margin-bottom: 2rem;
}
.ltr-mode .product-page-title {
    border-right: none;
    border-left: 4px solid var(--medarman-color-3);
    padding: .1rem 0 .1rem 1rem;
}
.product-page-title h2 {
    color: var(--medarman-color-1);
    font-size: 1.35rem;
    font-weight: 600;
    line-height: var(--medarman-line-height);
    margin-bottom: .25rem;
}
.product-page-title h3 {
    color: var(--medarman-color-6);
    font-size: 1rem;
    font-weight: 500;
    line-height: var(--medarman-line-height);
    margin-bottom: 0;
}
.swiper-gallery-thumb,
.swiper-gallery-main {
    width: 100%;
    border-radius: .5rem;
    z-index: 2;
    position: relative;
}
.gallery-thumb-section {
    position: relative;
    width: 100%;
    padding: 0 3rem;
}
.gallery-item-main {
    position: relative;
    width: 100%;
    padding-top: 110%;
    overflow: hidden;
    border-radius: .5rem;
}
.gallery-item-thumb {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border: 2px solid var(--medarman-color-15);
    border-radius: .5rem;
    cursor: pointer;
}
.gallery-item-thumb img {
    width: 80%;
    height: 80%;
}
.swiper-gallery-thumb .swiper-slide-thumb-active .gallery-item-thumb {
    border-color: var(--medarman-color-3);
}
.swiper-gallery-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}
.swiper-button-next-gallery,
.swiper-button-prev-gallery {
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 3rem;
    color: var(--medarman-color-3);
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
}
.swiper-button-next-gallery:hover,
.swiper-button-prev-gallery:hover {
    color: var(--medarman-color-1);
}
.swiper-button-prev-gallery,
.rtl-mode .swiper-button-next-gallery {
    left: 0;
    right: auto;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.swiper-button-next-gallery,
.rtl-mode .swiper-button-prev-gallery {
    right: 0;
    left: auto;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.ltr-mode .swiper-button-next-gallery i,
.ltr-mode .swiper-button-prev-gallery i {
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.swiper-button-next-gallery.swiper-button-disabled,
.swiper-button-prev-gallery.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.product-price-section {
    position: relative;
    width: 100%;
    margin-bottom: 1.7rem;
}
.product-price-section .old-price {
    color: var(--medarman-color-6);
    text-decoration: line-through;
    font-weight: 500;
    font-size: 1.3rem;
}
.product-price-section .woocommerce-Price-currencySymbol {
    padding: 0 .25rem;
}
.product-price-section span.discount-percent {
    color: #ffffff;
    background-color: var(--medarman-color-20);
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 50rem;
    padding: .1rem 1rem 0;
    direction: ltr;
    line-height: 1.6;
}
.product-price-section .new-price {
    color: var(--medarman-color-2);
    font-weight: 700;
    font-size: 1.7rem;
}
.product-price-section .new-price .woocommerce-Price-currencySymbol {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0 .4rem;
}
.add-to-cart-section {
    position: relative;
    width: 100%;
}
.add-to-cart-section .quantity-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1.7rem;
}
.add-to-cart-section .qty-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
    background-color: var(--medarman-color-17) !important;
    font-size: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0 !important;
}
.add-to-cart-section .qty-btn svg {
    display: inline-block;
    width: 40%;
    height: auto;
}
.add-to-cart-section .qty-btn svg path {
    fill: var(--medarman-color-1);
}
.add-to-cart-section .qty-btn:hover svg path {
    fill: var(--medarman-color-2);
}
.add-to-cart-section .qty-input {
    width: 60px;
    text-align: center;
    border: 1px solid var(--medarman-color-18) !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--medarman-color-1);
    height: 2.5rem;
    border-radius: 50rem;
}
.single_add_to_cart_button {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.single_add_to_cart_button {
    max-width: 350px;
    width: 100%;
}
.single_add_to_cart_button svg {
    display: inline-block;
    height: .8rem;
    width: auto;
}
.ltr-mode .single_add_to_cart_button svg {
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.single_add_to_cart_button svg path {
    fill: #ffffff;
}
.product-page-video-section {
    position: relative;
    width: 100%;
    padding: 9% 0 10%;
    z-index: 1;
}
.product-page-video-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    background: url("./assets/img/bg.svg") no-repeat center center;
    background-size: contain;
    padding-top: 79.94%;
    z-index: -1;
}
.ltr-mode .product-page-video-section::before {
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.product-page-video-frame {
    position: relative;
    width: 100%;
    padding-top: 66.57%;
    margin-bottom: 1rem;
}
.style-linx .product-page-video-frame::before {
    content: '';
    position: absolute;
    top: 60%;
    left: 96%;
    width: 216px;
    height: 208px;
    background: url("./assets/img/linx-2.svg") no-repeat center center;
    background-size: contain;
    z-index: 1;
}
.product-page-video-frame video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: contain;
    -o-object-fit: contain;
    background-color: #000000;
}
.product-page-video-frame .poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: filter 0.3s ease-in-out;
    -o-transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
}
.product-page-video-frame .poster:hover {
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
}
.product-page-video-frame .poster img {
    z-index: 1;
}
.product-page-video-frame .poster .shape-parent {
    position: absolute;
    bottom: -1.25rem;
    left: -1.25rem;
    z-index: 3;
    max-width: 55%;
    width: 100%;
}
.product-page-video-frame .poster .shape {
    position: relative;
    width: 100%;
    padding-top: 100%;
    border: 1px solid var(--medarman-color-1);
}
.product-page-video-frame .poster::after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: url("./assets/img/play.svg") no-repeat center center;
    background-size: contain;
}
.product-page-video-section .video-desc {
    text-align: center;
    color: var(--medarman-color-6);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: var(--medarman-line-height);
}
@-webkit-keyframes moveFloat {
    0% {
        -webkit-transform: translateX(0) translateY(0) rotate(0deg);
        transform: translateX(0) translateY(0) rotate(0deg);
    }
    25% {
        -webkit-transform: translateX(11px) translateY(-8px) rotate(1deg);
        transform: translateX(11px) translateY(-8px) rotate(1deg);
    }
    50% {
        -webkit-transform: translateX(0) translateY(14px) rotate(0deg);
        transform: translateX(0) translateY(14px) rotate(0deg);
    }
    75% {
        -webkit-transform: translateX(-13px) translateY(-7px) rotate(-2deg);
        transform: translateX(-13px) translateY(-7px) rotate(-2deg);
    }
    100% {
        -webkit-transform: translateX(0) translateY(0) rotate(0deg);
        transform: translateX(0) translateY(0) rotate(0deg);
    }
}
@keyframes moveFloat {
    0% {
        -webkit-transform: translateX(0) translateY(0) rotate(0deg);
        transform: translateX(0) translateY(0) rotate(0deg);
    }
    25% {
        -webkit-transform: translateX(11px) translateY(-8px) rotate(1deg);
        transform: translateX(11px) translateY(-8px) rotate(1deg);
    }
    50% {
        -webkit-transform: translateX(0) translateY(14px) rotate(0deg);
        transform: translateX(0) translateY(14px) rotate(0deg);
    }
    75% {
        -webkit-transform: translateX(-13px) translateY(-7px) rotate(-2deg);
        transform: translateX(-13px) translateY(-7px) rotate(-2deg);
    }
    100% {
        -webkit-transform: translateX(0) translateY(0) rotate(0deg);
        transform: translateX(0) translateY(0) rotate(0deg);
    }
}
.product-page-video-section .shape-img {
    position: absolute;
    bottom: -1.5%;
    left: 5%;
    width: 380px;
    height: auto;
    z-index: 1;
    -webkit-animation: moveFloat 11s ease-in-out infinite;
    animation: moveFloat 11s ease-in-out infinite;
}
.style-linx .product-page-video-section .shape-img {
    display: none;
}
.ltr-mode .product-page-product-section .column-text-2,
.product-page-product-section .column-text-1 {
    width: 33.33333333%;
    padding-top: 4rem;
}
.ltr-mode .product-page-product-section .column-text-1,
.product-page-product-section .column-text-2 {
    width: 33.33333333%;
    padding-top: 0;
}
.product-page-product-section .home-product-inf-item .line {
    width: 40%;
}
.product-page-list-section {
    position: relative;
    width: 100%;
    padding: 12% 0 0;
    z-index: 1;
}
.style-linx .product-page-list-section {
    padding: 3rem 0 0;
}
.product-page-list-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    background: url("./assets/img/bg-2.svg") no-repeat center center;
    background-size: contain;
    padding-top: 79.94%;
    z-index: -1;
}
.style-linx .product-page-list-section::before {
    display: none;
}
.ltr-mode .product-page-list-section::before {
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.product-list-title {
    position: relative;
    width: 100%;
}
.product-list-title img {
    width: 110px;
    height: auto;
    display: inline-block;
}
.product-list-title p {
    display: block;
    margin-bottom: 0;
    color: var(--medarman-color-1);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: var(--medarman-line-height);
    max-width: 380px;
    width: 100%;
}
.product-page-list-section ul {
    margin: 0 0 2rem;
    padding: 0;
}
.product-page-list-section li {
    margin-bottom: 1rem;
    padding-right: 2rem;
    color: var(--medarman-color-6);
    line-height: var(--medarman-line-height);
    font-weight: 500;
    font-size: 1.1rem;
    position: relative;
    font-size: inherit;
}
.ltr-mode .product-page-list-section li {
    padding-right: 0;
    padding-left: 2rem;
}
.product-page-list-section li::before {
    content: '';
    position: absolute;
    top: .2rem;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: url("./assets/img/circle-check.svg") no-repeat center center;
    background-size: contain;
}
.ltr-mode .product-page-list-section li::before {
    right: auto;
    left: 0;
}
.product-page-list-section li:last-child {
    margin-bottom: 0;
}
.product-page-list-section h4 {
    padding-right: .75rem;
    position: relative;
    margin-bottom: 2rem;
    color: var(--medarman-color-1);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: var(--medarman-line-height);
}
.product-page-list-section h4::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 2px;
    height: 75%;
    background-color: var(--medarman-color-3);
}
.ltr-mode .product-page-list-section h4 {
    padding-right: 0;
    padding-left: .75rem;
}
.ltr-mode .product-page-list-section h4::before {
    right: auto;
    left: 0;
}
.product-page-list-section .shape-img-2 {
    display: block;
    width: 500px;
    height: auto;
    z-index: 1;
    -webkit-animation: moveFloat 11s ease-in-out infinite;
    animation: moveFloat 11s ease-in-out infinite;
}
.product-features-section {
    position: relative;
    width: 100%;
    z-index: 2;
}
.img-col {
    padding: 0 4.5rem;
}
.swiper-feature-thumb {
    width: 100%;
    max-width: 325px;
    display: block;
    height: auto;
    position: relative;
    z-index: 2;
}
.product-features-section img.thumb {
    width: 100%;
    display: block;
    height: auto;
}
.product-feature-item {
    position: relative;
    width: 100%;
    text-align: left;
    cursor: pointer;
}
.ltr-mode .product-feature-item {
    text-align: right;
}
.left .product-feature-item {
    text-align: right;
}
.ltr-mode .left .product-feature-item {
    text-align: left;
}
.product-feature-item h5 {
    color: var(--medarman-color-6);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: .5rem;
    line-height: var(--medarman-line-height);
    display: inline-block;
}
.product-feature-item.active h5 {
    color: var(--medarman-color-3);
}
.product-feature-item p {
    color: var(--medarman-color-7);
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: var(--medarman-line-height);
    display: block;
}
.product-feature-item .line {
    --space: 1rem;
    --color: var(--medarman-color-7);
    position: absolute;
    top: 1rem;
    right: calc(100% + var(--space));
    width: 150px;
    height: 2px;
    background-image: -o-repeating-linear-gradient(
            left,
            var(--color) 0,
            var(--color) 8px,
            transparent 8px,
            transparent 15px
    );
    background-image: repeating-linear-gradient(
            to right,
            var(--color) 0,
            var(--color) 8px,
            transparent 8px,
            transparent 15px
    );
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-feature-item.active .line {
    --color: var(--medarman-color-3) !important;
}

.left .product-feature-item .line,
.ltr-mode .product-feature-item .line {
    right: auto;
    left: calc(100% + var(--space));
}
.ltr-mode .left .product-feature-item .line {
    right: calc(100% + var(--space));
    left: auto;
}
.product-feature-item .line::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    width: 12px;
    height: 12px;
    background-color: var(--color);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.left .product-feature-item .line::before,
.ltr-mode .product-feature-item .line::before {
    right: auto;
    left: 0;
}
.ltr-mode .left .product-feature-item .line::before {
    right: 0;
    left: auto;
}
.product-features-section .shadow-thumb {
    position: relative;
    width: 100%;
    z-index: 1;
}
.product-features-section .shadow-thumb img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: auto;
}
.dl-btn {
    box-shadow: 25px 15px 15px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 25px 15px 15px 0 rgba(0, 0, 0, 0.22);
    width: 50%;
    max-width: 300px;
    padding: 1.1rem 1.25rem;
    color: #ffffff !important;
}
.content-single-page .dl-btn {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: .8rem 1.25rem;
    max-width: 240px;
}
.dl-btn svg {
    height: 1.7rem;
    width: auto;
    display: inline-block;
}
.dl-btn path {
    fill: #ffffff;
}
.product-comments-section {
    position: relative;
    width: 100%;
}
.swiper-comments {
    width: 100%;
}
.swiper-comments .swiper-slide {
    width: 30%;
    height: auto;
}
.comment-slider-item {
    position: relative;
    width: 100%;
    height: 100%;
}
.comment-slider-item .comment-text {
    position: relative;
    width: 100%;
    background-color: var(--medarman-color-7-opacity10);
    border-radius: .5rem;
    padding: 1.5rem;
    color: var(--medarman-color-6);
    font-size: 1rem;
    font-weight: normal;
    line-height: var(--medarman-line-height);
}
.comment-slider-item .comment-text::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 2rem;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 11px solid transparent;
    border-top: 12px solid var(--medarman-color-7-opacity10);
}
.ltr-mode .comment-slider-item .comment-text::after {
    right: auto;
    left: 2rem;
    border-left: 11px solid transparent;
    border-right: 3px solid transparent;
}
.comment-slider-item .thumb {
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}
.comment-slider-item h5 {
    color: var(--medarman-color-6);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: var(--medarman-line-height);
    margin-bottom: .15rem;
}
.comment-slider-item h6 {
    color: var(--medarman-color-7);
    font-size: .9rem;
    font-weight: normal;
    line-height: var(--medarman-line-height);
    margin-bottom: 0;
}
.comment-slider-item .star {
    position: relative;
    margin-top: .9rem;
}
.comment-slider-item .star svg {
    height: .9rem;
    width: auto;
    display: inline-block;
}
.comment-slider-item .star path {
    fill: var(--medarman-color-3);
}
.login-page {
    position: relative;
    width: 100%;
    min-height: 80vh;
}
.login-logo {
    display: block;
    margin: 0 auto 2.5rem;
    height: 100px;
    width: auto;
    max-width: 100%;
}
.login-box {
    position: relative;
    width: 100%;
    border: 1px solid var(--medarman-color-14);
    border-radius: 1.25rem;
    padding: 1.5rem 2.5rem .5rem;
    text-align: center;
}
.login-box h3.title {
    color: var(--medarman-color-1);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 3.5rem;
    line-height: var(--medarman-line-height);
}
.close-btn {
    color: var(--medarman-color-1) !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
}
.close-btn:hover {
    color: var(--medarman-color-2) !important;
}
/* start digits alert */
.dig_popmessage {
    min-height: auto !important;
}
.dig_firele {
    display: none !important;
}
.dig_popmessage .dig_lase_snap {
    display: none !important;
}
.dig_popmessage .dig_lase_message {
    font-size: .75rem !important;
    font-weight: bold !important;
}
.dig_success_msg .dig_lase_message {
    color: #00DB82 !important;
}
.dig_critical_msg .dig_lase_message {
    color: #fe004d !important;
}
.dig_notice_msg .dig_lase_message {
    color: #FFC300 !important;
}
.dig_lasele {
    padding: 1.25rem !important;
}
.dig_popmessage_contents > .dig_lasele {
    left: 0 !important;
    right: 0 !important;
}
.dig_popdismiss {
    top: 50% !important;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
html[dir="rtl"] .dig_popdismiss {
    left: .5rem !important;
    right: auto !important;
}
html[dir="ltr"] .dig_popdismiss {
    right: .5rem !important;
    left: auto !important;
}
.dig_popmessage_contents {
    position: relative;
    border-radius: .5rem !important;
}
/* end digits alert */
.login-box .dig_sml_box_msg_head,
.login-box .dig_sml_box_msg {
    display: none !important;
}
.login-box label {
    color: var(--medarman-color-1) !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    margin: 0 0 .25rem !important;
    text-align: center !important;
}
.login-box input.dig-login-otp,
.login-box .mobile_field {
    border: 1px solid var(--medarman-color-15) !important;
    background-color: var(--medarman-color-19) !important;
    color: #000000 !important;
    border-radius: 50rem !important;
    padding: .65rem 1.25rem !important;
    letter-spacing: 4px !important;
    text-align: center !important;
    direction: ltr !important;
    font-weight: 600 !important;
}
.login-box .btn {
    font-size: 1rem !important;
    padding: .7rem 1rem !important;
    border-radius: 1.25rem !important;
    height: auto !important;
    line-height: 1.5 !important;
}
.login-box .btn svg {
    display: inline-block;
    height: .8rem;
    width: auto;
}
.ltr-mode .login-box .btn svg {
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.login-box .btn svg path {
    fill: #ffffff;
}
.login-box .button {
    position: relative;
}
.login-box .button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: .75rem;
    width: .75rem;
    display: inline-block;
    background: url("./assets/img/arr.svg") no-repeat center center;
    background-size: contain;
}
.ltr-mode .login-box .button::after {
    left: auto;
    right: 1rem;
    transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    -webkit-transform: translateY(-50%) scaleX(-1);
}
.dig_resendotp {
    font-size: .9rem !important;
    color: var(--medarman-color-3) !important;
    margin-top: .5rem !important;
}
.dig_resendotp_disabled {
    opacity: .6 !important;
    color: #000000 !important;
}
.medarman-form-box {
    position: relative;
    width: 100%;
}
.medarman-form-box label {
    color: var(--medarman-color-6) !important;
    font-size: .95rem !important;
    font-weight: 500 !important;
    margin-bottom: .25rem !important;
    padding: 0 .8rem !important;
}
.medarman-form-box select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.medarman-form-box .select-input {
    position: relative;
    width: 100%;
}
.medarman-form-box .select-input::after {
    content: '';
    position: absolute;
    top: 50%;
    left: .7rem;
    z-index: 2;
    transform: translateY(-50%);
    pointer-events: none;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid var(--medarman-color-6);
}
.ltr-mode .medarman-form-box .select-input::after {
    left: auto;
    right: .7rem;
}
.form-control::placeholder {
    color: var(--medarman-color-7);
    opacity: .5;
}
.text-primary {
    color: var(--medarman-color-1) !important;
}
.cartPopup {
    position: fixed;
    top: calc(var(--medarman-menu-height) + 1.5rem);
    left: 2rem;
    width: 100%;
    max-width: 430px;
    box-shadow: 0 18px 48px -12px rgba(58, 58, 58, 0.32);
    -webkit-box-shadow: 0 18px 48px -12px rgba(58, 58, 58, 0.32);
    border-radius: 1.25rem;
    overflow: hidden;
    background-color: #ffffff;
}
.ltr-mode .cartPopup {
    left: auto;
    right: 2rem;
}
.cartPopup-header {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: var(--medarman-color-1);
    color: #ffffff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.11);
    padding: 1.25rem;
}
.cartPopup-header h5 {
    font-size: .9rem;
    font-weight: 500;
    margin-bottom: 0;
}
.cartPopup-header h6 {
    font-size: .95rem;
    font-weight: 500;
    margin-bottom: 0;
}
.cartPopup-header h6 .woocommerce-Price-currencySymbol {
    padding: 0 .2rem;
}
.cartPopup-body {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    min-height: 350px;
}
.cartPopup-body .loading {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
.cartPopup-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    flex-grow: 1;
}
.cartPopup-body .popup-cart-wrapper {
    position: relative;
    width: 100%;
}
.cartPopup-body .cart-item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid rgba(119, 120, 123, 0.2);
    margin-bottom: .5rem;
    padding-bottom: .5rem;
}
.cartPopup-body .cart-item-thumb {
    position: relative;
    width: 75px;
    height: 75px;
    overflow: hidden;
}
.cartPopup-body .product-title {
    color: var(--medarman-color-6);
    font-size: .95rem;
    font-weight: 500;
    margin-bottom: .25rem;
    line-height: var(--medarman-line-height);
}
.cartPopup-body .cart-item-price {
    color: var(--medarman-color-2);
    font-size: .9rem;
    font-weight: 500;
}
.cartPopup-body .cart-item-price .woocommerce-Price-currencySymbol {
    padding: 0 .2rem;
}
.cartPopup-body .cart-item-qty {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .15rem;
}
.cartPopup-body .cart-item .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: .5rem;
    border: 1px solid rgba(119, 120, 123, 0.2) !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
    background-color: transparent !important;
    width: 2rem;
    height: 2rem;
    padding: 0 !important;
}
.cartPopup-body .cart-item .btn svg {
    display: inline-block;
    width: 40%;
    height: auto;
}
.cartPopup-body .cart-item .btn path {
    fill: var(--medarman-color-1);
}
.cartPopup-body .cart-item .btn:hover path {
    fill: var(--medarman-color-2);
}
.cartPopup-body .cart-item .btn.remove-cart-item path {
    fill: var(--medarman-color-20) !important;
}
.cartPopup-body .cart-item input {
    width: 25px;
    text-align: center;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    font-size: .9rem;
    font-weight: 600;
    color: var(--medarman-color-6);
    height: 2rem;
}
.cartPopup-body .btn-medarman {
    font-size: 1rem !important;
    padding: .7rem 1rem !important;
    border-radius: 1.25rem !important;
    height: auto !important;
    line-height: 1.5 !important;
}
.cartPopup-body .btn-medarman svg {
    display: inline-block;
    height: .8rem;
    width: auto;
}
.ltr-mode .cartPopup-body .btn-medarman svg {
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.cartPopup-body .btn-medarman svg path {
    fill: #ffffff;
}
.popup-cart-empty-text {
    color: var(--medarman-color-1-opacity50);
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin: auto 0;
}
.breadcrumb-medarman {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    margin-bottom: 2rem;
}
.breadcrumb-medarman .item {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
    text-align: center;
}
.breadcrumb-medarman .item span {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: .8rem;
    border: 1px solid var(--medarman-color-7);
    color: var(--medarman-color-7);
}
.breadcrumb-medarman .item strong {
    color: #A0A0A0;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: var(--medarman-line-height);
}
.breadcrumb-medarman .item.active span {
    border-color: var(--medarman-color-1);
    color: #ffffff;
    background-color: var(--medarman-color-1);
}
.breadcrumb-medarman .item.active strong {
    color: var(--medarman-color-1);
    font-weight: 600;
}
.breadcrumb-medarman .line {
    display: inline-block;
    max-width: 70px;
    height: 2px;
    flex-grow: 1;
    background-color: #E6E6EB;
}
.cart-box {
    position: relative;
    width: 100%;
    border: 1px dashed var(--medarman-color-3-opacity70);
    border-radius: var(--medarman-border-radius);
    padding: 1.25rem;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none !important;
    width: 100% !important;
}
.woocommerce table.shop_table {
    border: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
    height: 90px !important;
    width: 90px !important;
    display: inline-block !important;
    object-fit: contain !important;
    -o-object-fit: contain !important;
}
.woocommerce-cart-form table.shop_table td {
    border-top: none !important;
    padding: 1rem .8rem !important;
    line-height: var(--medarman-line-height);
}
.woocommerce-cart-form td.product-name a {
    color: var(--medarman-color-6);
    font-size: 1rem;
    font-weight: 500;
    line-height: var(--medarman-line-height);
}
.woocommerce-cart-form td.product-name a:hover {
    color: var(--medarman-color-1);
}
.woocommerce-cart-form td.product-name h4.sub {
    color: var(--medarman-color-7);
    font-size: .8rem;
    font-weight: 500;
    line-height: var(--medarman-line-height);
    margin-bottom: 0;
}
.woocommerce-cart-form table.shop_table th {
    color: var(--medarman-color-6) !important;
    font-weight: 500 !important;
    padding: .5rem .8rem 1.25rem !important;
    line-height: var(--medarman-line-height) !important;
}
.woocommerce-cart-form td.product-quantity label {
    display: none !important;
}
.woocommerce-cart-form td.product-quantity .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: .5rem;
    border: 1px solid rgba(119, 120, 123, 0.2) !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
    background-color: transparent !important;
    width: 2rem;
    height: 2rem;
    padding: 0 !important;
}
.woocommerce-cart-form td.product-quantity .btn svg {
    display: inline-block;
    width: 40%;
    height: auto;
}
.woocommerce-cart-form td.product-quantity .btn path {
    fill: var(--medarman-color-1);
}
.woocommerce-cart-form td.product-quantity .btn:hover path {
    fill: var(--medarman-color-2);
}
.woocommerce-cart-form td.product-quantity input {
    width: 20px;
    text-align: center;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    font-size: .9rem;
    font-weight: 600;
    color: var(--medarman-color-6);
    height: 2rem;
}
.woocommerce .woocommerce-Price-currencySymbol {
    padding: 0 .2rem;
}
.woocommerce-cart-form td.product-discount {
    color: var(--medarman-color-20) !important;
    font-weight: 600 !important;
}
.woocommerce-cart-form td.product-price {
    color: var(--medarman-color-1) !important;
    font-weight: 600 !important;
}
.cart-collaterals th {
    color: var(--medarman-color-6) !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border: none !important;
}
.woocommerce table.shop_table .cart-total td {
    color: var(--medarman-color-1);
    font-size: 1.15rem;
    font-weight: 500;
}
.woocommerce table.shop_table .cart-discount td {
    color: var(--medarman-color-20);
    font-size: 1.1rem;
    font-weight: 500;
}
.woocommerce table.shop_table .cart-shipping-med td {
    color: var(--medarman-color-7);
    font-size: 1rem;
    font-weight: 500;
}
.woocommerce table.shop_table .order-total td,
.woocommerce table.shop_table .order-total th {
    color: var(--medarman-color-1) !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    border-top: 2px solid var(--medarman-color-15) !important;
    padding-top: 1.5rem !important;
}
.btn.arr-btn svg {
    display: inline-block;
    height: .8rem;
    width: auto;
}
.ltr-mode .btn.arr-btn svg {
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.btn.arr-btn svg path {
    fill: #ffffff;
}
.woocommerce-cart-form td.product-name::before {
    display: none !important;
}
.woocommerce table.shop_table_responsive tr td.product-name {
    text-align: right !important;
}
.ltr-mode .woocommerce table.shop_table_responsive tr td.product-name {
    text-align: left !important;
}
.woocommerce table.shop_table_responsive tr td::before {
    color: var(--medarman-color-6) !important;
    font-weight: 500 !important;
    font-size: .9rem !important;
}
.med-cart-coupon {
    position: relative;
    width: 100%;
    margin-top: 1rem;
}
.med-cart-coupon form {
    border: none !important;
    padding: 1.25rem !important;
    margin: 0 0 1rem !important;
    border-radius: .5rem !important;
    background-color: var(--medarman-color-13);
}
.med-cart-coupon h4.title {
    color: var(--medarman-color-6);
    font-size: .9rem;
    font-weight: 500;
    margin-bottom: .4rem;
}
.med-cart-coupon input {
    border: 1px solid var(--medarman-color-15) !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
    width: 100% !important;
    background-color: #ffffff !important;
    border-radius: .5rem !important;
    padding: .5rem .8rem .5rem 80px !important;
    position: relative;
    z-index: 1;
}
.ltr-mode .med-cart-coupon input {
    padding: .5rem 80px .5rem .8rem !important;
}
.med-cart-coupon button[type="submit"] {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
    height: 2.6875rem !important;
    border-radius: .5rem 0 0 .5rem !important;
    padding: .25rem .75rem !important;
}
.ltr-mode .med-cart-coupon button[type="submit"] {
    left: auto !important;
    right: 0 !important;
    border-radius: 0 .5rem .5rem 0 !important;
}
.med-cart-coupon .woocommerce-message {
    display: none !important;
}
.items-detail-box {
    position: relative;
    width: 100%;
    border: 1px solid var(--medarman-color-14);
    border-radius: 1rem;
    padding: 2rem 0;
    text-align: center;
}
.items-detail-box img {
    height: 70px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto 1.5rem;
    object-fit: contain;
    -o-object-fit: contain;
}
.items-detail-box h4 {
    color: var(--medarman-color-6);
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0;
    text-align: center;
    line-height: var(--medarman-line-height);
}
.style-linx .product-page-video-section::before {
    display: none;
}
.style-linx .product-page-video-section {
    padding: 2.5rem 0 !important;
}
.style-linx .content-cta-shape {
    background-color: transparent;
    background: url("./assets/img/linx-1.svg") no-repeat center center;
    background-size: contain;
    opacity: .3;
    left: 15% !important;
    right: auto !important;
    border-radius: 0;
}
.ltr-mode .style-linx .content-cta-shape {
    left: auto !important;
    right: 15% !important;
}
.style-linx .product-page-video-frame .poster .shape-parent {
    display: none;
}
#productDetailContent {
    overflow: hidden;
    max-height: 176px;
    position: relative;
    width: 100%;
}
#productDetailContent::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#productDetailContent.open {
    max-height: 1000px;
}
#productDetailContent.open::after {
    opacity: 0;
    visibility: hidden;
}
.product-show-more {
    display: inline-block;
    color: var(--medarman-color-3) !important;
    font-size: .85rem !important;
}
.product-show-more:hover {
    color: var(--medarman-color-1) !important;
}
.product-show-more.more {
    display: inline-block;
}
.product-show-more.less {
    display: none;
}
.dl-btn-2 {
    padding: 0;
    color: #ffffff !important;
    border-radius: 0 !important;
    background-color: #6E0E41 !important;
}
.dl-btn-2 .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: .25rem;
    background-color: var(--medarman-color-3);
    height: auto;
    flex-shrink: 0;
    width: 50px;
}
.dl-btn-2 .icon svg {
    width: 60%;
    height: auto;
    display: inline-block;
}
.dl-btn-2 path {
    fill: #ffffff;
}
.dl-btn-2 span {
    padding: .9rem .25rem .9rem 1rem;
}
.ltr-mode .dl-btn-2 span {
    padding: .9rem 1rem .9rem .25rem;
}
.simplefavorite-button-disabled,
.simplefavorite-button {
    direction: ltr;
    border-radius: 50rem;
    background-color: #E7E7E7;
    color: var(--medarman-color-2);
    font-size: 1rem;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
    cursor: pointer;
    padding: .4rem .8rem;
    flex-shrink: 0;
}
.simplefavorite-button.active {
    opacity: 1;
    background-color: var(--medarman-color-2-opacity25);
}
simplefavorite-button-disabled i,
.simplefavorite-button i {
    font-size: 1.2rem;
}
simplefavorite-button-disabled span,
.simplefavorite-button-count {
    font-weight: 500;
}
.med-tooltip {
    --bs-tooltip-bg: var(--medarman-color-1);
    --bs-tooltip-color: #ffffff;
    font-family: RaviFaNum !important;
    font-size: .95rem;
}


@media only screen and (min-width: 576px) {

}
@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: 4rem;
    }
    .navbar-medarman .nav-link {
        padding: .5rem .1rem !important;
    }
    .steps-section .g-lg-5 {
        --bs-gutter-x: 6rem;
    }
}
@media only screen and (min-width: 1200px) {

}
@media only screen and (min-width: 1400px) {

}

@media only screen and (max-width: 1560px) {
    .header-section .desc {
        font-size: 2.5rem;
    }
    .content-cta-shape {
        width: 300px;
        height: 300px;
    }
    .content-cta p {
        font-size: 1.7rem;
    }
    .swiper-news-home-parent {
        padding: 0;
    }
    .news-box-thumb .title h4 {
        font-size: 1.2rem;
    }
    .swiper-news-home .swiper-slide {
        width: 40%;
    }
    .swiper-news-home-arrow {
        width: 40%;
    }
    .step-box-item h4 {
        font-size: 1.3rem;
    }
    .header-page-section::before {
        opacity: .2;
    }
    .product-page-video-section .shape-img {
        bottom: -3%;
        left: 1%;
        width: 300px;
    }
    .product-page-list-section .shape-img-2 {
        width: 300px;
    }
    .swiper-comments .swiper-slide {
        width: 36%;
    }
    .items-help-parent::before {
        left: -4%;
    }
    .ltr-mode .items-help-parent::before {
        left: auto;
        right: -4%;
    }
}
@media only screen and (max-width: 1399.98px) {
    .header-section .desc {
        font-size: 2.1rem;
    }
    .home-product-inf-item h5 {
        font-size: 1.1rem;
    }
    .home-product-inf-item p {
        font-size: .9rem;
    }
    .home-product-inf-item::before {
        width: 25px;
        height: 25px;
    }
    .home-product-inf-item {
        --padding: 35px;
        padding-top: 0;
    }
    .home-product-inf-item .line {
        --space: .5rem;
        top: .75rem;
    }
    .med-ads-block p {
        font-size: 1.4rem;
    }
    .sidebar-news-item h4 {
        font-size: 1rem;
    }
    .comment-slider-item h5 {
        font-size: 1rem;
    }
    .comment-slider-item h6 {
        font-size: .85rem;
    }
    .comment-slider-item .thumb {
        width: 60px;
        height: 60px;
    }
    .swiper-comments .swiper-slide {
        width: 40%;
    }
    .comment-slider-item .star {
        margin-top: .6rem;
    }
    .items-detail-box img {
        height: 60px;
    }
    .items-detail-box h4 {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 1199.98px) {
    .navbar-medarman .nav-item {
        margin: 0 .7rem;
    }
    .navbar-medarman .nav-link {
        font-size: .95rem;
    }
    .header-section .desc {
        font-size: 1.8rem;
    }
    .header-section .btn-medarman {
        font-size: 1.1rem;
    }
    .content-cta-shape {
        right: 5%;
        width: 250px;
        height: 250px;
    }
    .style-linx .content-cta-shape {
        left: 5% !important;
        right: auto !important;
    }
    .ltr-mode .content-cta-shape {
        left: 5%;
    }
    .ltr-mode .style-linx .content-cta-shape {
        left: auto !important;
        right: 5% !important;
    }
    .medarman-title-section h3 {
        font-size: 1.7rem;
    }
    .medarman-title-section h4 {
        font-size: 1.1rem;
    }
    .ltr-mode .home-product-section .column-text-2,
    .home-product-section .column-text-1 {
        width: 33.33333333%;
        padding-top: 1.5rem;
    }
    .ltr-mode .home-product-section .column-text-1,
    .home-product-section .column-text-2 {
        width: 33.33333333%;
        padding-top: 0;
    }
    .home-product-inf-item h5 {
        font-size: 1rem;
        margin-bottom: .25rem;
    }
    .home-product-inf-item p {
        font-size: .85rem;
    }
    .news-box-thumb .title h4 {
        font-size: 1.1rem;
    }
    .swiper-news-home .swiper-slide {
        width: 45%;
    }
    .swiper-news-home-arrow {
        width: 45%;
    }
    .product-list-shape,
    .home-news-shape {
        width: 250px;
        height: 250px;
        left: 14%;
    }
    .ltr-mode .product-list-shape,
    .ltr-mode .home-news-shape {
        left: auto;
        right: 14%;
    }
    .step-box-item h4 {
        font-size: 1.2rem;
    }
    .step-box-item p {
        font-size: .95rem;
    }
    .accordion-medarman .accordion-button {
        font-size: 1rem;
    }
    .accordion-medarman .accordion-body {
        font-size: .95rem;
    }
    .cta-contact .logo {
        height: 80px;
    }
    .cta-contact h4 {
        font-size: .95rem;
    }
    .cta-contact p {
        font-size: 1.1rem;
    }
    .medarman-content-box p {
        font-size: 1rem;
    }
    .news-slider-box h6 {
        font-size: .85rem;
        margin-bottom: .1rem;
    }
    .news-slider-box h4 {
        font-size: 1.2rem;
    }
    .news-slider-box .desc {
        padding: 1rem 2rem;
    }
    .swiper-pagination-blog {
        bottom: 50px !important;
    }
    .item-help .btn {
        max-width: unset;
        width: auto;
    }
    .product-page-video-section .video-desc {
        font-size: 1.1rem;
    }
    .product-page-video-frame .poster::after {
        width: 100px;
        height: 100px;
    }
    .product-page-video-section .shape-img {
        bottom: 4%;
        left: 1%;
        width: 240px;
    }
    .product-page-list-section .shape-img-2 {
        width: 240px;
    }
    .product-page-video-section::before,
    .product-page-list-section::before {
        opacity: .25;
    }
    .product-feature-item h5 {
        font-size: 1.1rem;
    }
    .product-feature-item p {
        font-size: .95rem;
    }
    .img-col {
        padding: 0 2rem;
    }
    .comment-slider-item .comment-text {
        font-size: .9rem;
    }
    .swiper-comments .swiper-slide {
        width: 45%;
    }
    .items-detail-box img {
        height: 50px;
    }
    .style-linx .product-page-video-frame::before {
        display: none;
    }
    .items-help-parent::before {
        display: none;
    }
}
@media only screen and (max-width: 991.98px) {
    .container, .container-fluid,
    .container-lg, .container-md, .container-sm,
    .container-xl, .container-xxl {
        --bs-gutter-x: 2rem;
    }
    .btn-header {
        width: 2.25rem;
        height: 2.25rem;
        font-size: .9rem;
    }
    .btn-header svg {
        height: .9rem;
    }
    .logo-navbar {
        height: 30px;
    }
    :root {
        --medarman-menu-height: 68px;
    }
    .header-section .desc {
        font-size: 1.6rem;
    }
    .content-cta p {
        font-size: 1.5rem;
    }
    .content-cta-shape {
        width: 170px;
        height: 170px;
    }
    .py-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .home-product-section .column-text-2,
    .home-product-section .column-text-1 {
        width: 100% !important;
        padding-top: 0 !important;
    }
    .home-product-inf-item {
        text-align: center !important;
        margin-bottom: 1rem;
        padding: 0 !important;
    }
    .home-product-inf-item::before,
    .home-product-inf-item .line {
        display: none !important;
    }
    .home-product-inf-item h5::before {
        display: inline-block;
    }
    .swiper-news-home .swiper-slide {
        width: 55%;
    }
    .swiper-news-home-arrow {
        width: 55%;
    }
    .product-list-shape,
    .home-news-shape {
        width: 150px;
        height: 150px;
    }
    .step-box-item .line {
        width: 50px;
        position: relative;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        flex-direction: column;
        margin: 1rem auto 0;
        gap: .5rem;
    }
    .step-box-item .line i {
        --fa: "\f0d7" !important;
    }
    .step-box-item img {
        height: 80px;
    }
    .news-slider-box {
        padding-top: 40%;
    }
    .medarman-title-box h3 {
        font-size: 1.25rem;
    }
    .contact-page-box::before,
    .contact-page-box::after {
        display: none;
    }
    .contact-page-box {
        padding: 2rem 1.25rem;
    }
    .contact-page-content h2 {
        font-size: 2rem;
    }
    .contact-page-content {
        margin-bottom: 1.5rem;
    }
    .swiper-gallery-help .swiper-slide {
        width: 45%;
    }
    .single_add_to_cart_button {
        max-width: unset;
        width: auto;
    }
    .add-to-cart-section .quantity-wrapper {
        justify-content: center;
    }
    .product-page-video-section .shape-img {
        bottom: 0;
        left: 1%;
        width: 200px;
        opacity: .7;
    }
    .product-page-list-section .shape-img-2 {
        width: 200px;
    }
    .product-feature-item {
        text-align: center !important;
    }
    .product-feature-item .line {
        display: none !important;
    }
    .swiper-feature-thumb {
        margin: 0 auto;
    }
    .product-features-section .col-lg.left {
        z-index: 5 !important;
    }
    .swiper-comments .swiper-slide {
        width: 60%;
    }
    .cartPopup {
        left: 1rem;
    }
    .ltr-mode .cartPopup {
        right: 1rem;
    }
    .items-detail-box h4 {
        font-size: .9rem;
        font-weight: 600;
    }
}
@media only screen and (max-width: 767.98px) {
    .medarman-disable-animation [data-aos-delay] {
        -webkit-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        transition-delay: 0s !important;
    }
    .content-cta p {
        font-size: 1.3rem;
    }
    .medarman-title-section h3 {
        font-size: 1.5rem;
    }
    .medarman-title-section h4 {
        font-size: 1rem;
    }
    .swiper-news-home .swiper-slide {
        width: 80%;
    }
    .swiper-news-home-arrow {
        width: 80%;
    }
    .news-box-thumb .title h4 {
        font-size: 1rem;
    }
    .accordion-medarman .accordion-button {
        font-size: .95rem;
    }
    .accordion-medarman .accordion-body {
        font-size: .9rem;
        width: 95%;
        padding: 1.5rem 1.5rem 1.5rem 0;
    }
    .ltr-mode .accordion-medarman .accordion-body {
        padding: 1.5rem 0 1.5rem 1.5rem;
    }
    .copyright-footer p {
        font-size: .8rem;
    }
    .medarman-content-box h4 {
        font-size: .9rem;
    }
    .medarman-content-box h3 {
        font-size: 1.7rem;
    }
    .news-slider-box h6 {
        font-size: .8rem;
        font-weight: 300;
    }
    .news-slider-box h4 {
        font-size: 1rem;
    }
    .swiper-pagination-blog .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .news-item h4 {
        font-size: 1.15rem;
        margin-bottom: 1rem;
    }
    .news-item p {
        font-size: .9rem;
    }
    .news-item-thumb {
        width: 40%;
        min-height: 220px;
    }
    .news-item-inf {
        padding: 1.25rem;
    }
    .news-item-inf .btn-medarman {
        font-size: .9rem;
        padding: .5rem 2rem;
    }
    .swiper-gallery-help .swiper-slide {
        width: 55%;
    }
    .product-list-title img {
        width: 80px;
    }
    .swiper-comments .swiper-slide {
        width: 80%;
    }
    .breadcrumb-medarman .item strong {
        font-size: .9rem;
    }
}
@media only screen and (max-width: 575.98px) {
    .header-section .desc {
        font-size: 1.5rem;
    }
    .btn-medarman {
        font-size: .95rem;
    }
    .content-cta-shape {
        width: 140px;
        height: 140px;
    }
    .content-cta p {
        font-size: 1.15rem;
    }
    .medarman-title-section h3 {
        font-size: 1.4rem;
    }
    .header-section .btn-medarman {
        font-size: 1rem;
    }
    .news-box-thumb .title h4 {
        font-size: .95rem;
    }
    .swiper-button-next-news-home,
    .swiper-button-prev-news-home {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }
    .product-list-shape,
    .home-news-shape {
        width: 100px;
        height: 100px;
        left: 5%;
    }
    .ltr-mode .product-list-shape,
    .ltr-mode .home-news-shape {
        left: auto;
        right: 5%;
    }
    .step-box-item h4 {
        font-size: 1.1rem;
    }
    .step-box-item p {
        font-size: .9rem;
    }
    .step-box-item .line {
        font-size: .75rem;
    }
    .step-box-item img {
        height: 60px;
    }
    .cta-contact .logo {
        height: 75px;
    }
    .cta-contact h4 {
        font-size: .9rem;
    }
    .cta-contact p {
        font-size: 1rem;
    }
    .footer-title h4 {
        font-size: .95rem;
    }
    .footer-menu a {
        font-size: .85rem;
    }
    .footer-contact-item p {
        font-size: .85rem;
    }
    .header-page-section h2 {
        font-size: 1.5rem;
    }
    .header-page-section {
        min-height: 220px;
    }
    .medarman-content-box h3 {
        font-size: 1.5rem;
    }
    .medarman-content-box p {
        font-size: .95rem;
    }
    .card-box-item img {
        height: 55px;
    }
    .card-box-item h4 {
        font-size: 1.1rem;
    }
    .card-box-item p {
        font-size: .95rem;
        font-weight: normal;
    }
    .news-slider-box {
        padding-top: 56.25%;
    }
    .swiper-pagination-blog {
        bottom: 45px !important;
    }
    .news-slider-box .desc {
        padding: 1rem;
    }
    .medarman-title-box h3 {
        font-size: 1.1rem;
    }
    .news-item-thumb {
        width: 100%;
        min-height: auto;
        padding-top: 50%;
    }
    .med-sidebar-block .medarman-title-box h3 {
        font-size: 1rem !important;
    }
    .med-sidebar-block ul li {
        font-size: .9rem;
    }
    .med-sidebar-block ul li::before {
        top: .4rem;
    }
    .back-to-blog {
        font-size: .9rem;
    }
    .content-single-page {
        font-size: .95rem;
    }
    .content-single-page h2 {
        font-size: 1.3rem;
    }
    .content-single-page h3 {
        font-size: 1.2rem;
    }
    .content-single-page h4 {
        font-size: 1.1rem;
    }
    .content-single-page h5 {
        font-size: 1rem;
    }
    .content-single-page h6 {
        font-size: .95rem;
    }
    .medarman-form-box input[type="text"],
    .medarman-form-box select,
    .comment-section textarea,
    .comment-section input#author,
    .comment-section input#email {
        font-size: .95rem;
        padding: .5rem 1.25rem !important;
    }
    .comment-section .comment-text-content {
        font-size: .9rem;
    }
    .contact-page-box h4 {
        font-size: 1rem;
    }
    .contact-page-box h4::before {
        width: .7rem;
        height: .7rem;
    }
    .contact-page-box p {
        font-size: .9rem;
    }
    .contact-page-box h5 {
        font-size: .95rem;
    }
    .contact-page-box h6 {
        font-size: 1rem;
    }
    .contact-page-content p {
        font-size: .95rem;
    }
    .contact-page-content h2 {
        font-size: 1.7rem;
    }
    .contact-page-content h4 {
        font-size: .9rem;
    }
    .gform_wrapper.gravity-theme input[type="color"],
    .gform_wrapper.gravity-theme input[type="date"],
    .gform_wrapper.gravity-theme input[type="datetime-local"],
    .gform_wrapper.gravity-theme input[type="datetime"],
    .gform_wrapper.gravity-theme input[type="email"],
    .gform_wrapper.gravity-theme input[type="month"],
    .gform_wrapper.gravity-theme input[type="number"],
    .gform_wrapper.gravity-theme input[type="password"],
    .gform_wrapper.gravity-theme input[type="search"],
    .gform_wrapper.gravity-theme input[type="tel"],
    .gform_wrapper.gravity-theme input[type="text"],
    .gform_wrapper.gravity-theme input[type="time"],
    .gform_wrapper.gravity-theme input[type="url"],
    .gform_wrapper.gravity-theme input[type="week"],
    .gform_wrapper.gravity-theme select,
    .gform_wrapper.gravity-theme textarea {
        font-size: .95rem !important;
        padding: .5rem 1.25rem !important;
    }
    .item-help img {
        height: 70px;
    }
    .item-help h4 {
        font-size: 1.1rem;
    }
    .item-help p {
        font-size: .95rem;
    }
    .item-help {
        padding: 1.5rem;
    }
    .swiper-gallery-help .swiper-slide {
        width: 75%;
    }
    .product-page-title h2 {
        font-size: 1.15rem;
        margin-bottom: 0;
    }
    .product-page-title h3 {
        font-size: .95rem;
    }
    .product-price-section .old-price {
        font-size: 1.15rem;
    }
    .product-price-section span.discount-percent {
        font-size: 1rem;
    }
    .product-price-section .new-price {
        font-size: 1.4rem;
    }
    .product-price-section .new-price .woocommerce-Price-currencySymbol {
        font-size: 1.15rem;
    }
    .product-page-video-section .video-desc {
        font-size: 1rem;
    }
    .product-page-video-frame .poster::after {
        width: 70px;
        height: 70px;
    }
    .product-page-list-section h4,
    .product-list-title p {
        font-size: 1.1rem;
    }
    .product-page-list-section li {
        font-size: .95rem;
    }
    .product-feature-item h5 {
        font-size: 1rem;
        margin-bottom: .25rem;
    }
    .product-feature-item p {
        font-size: .85rem;
    }
    .dl-btn {
        padding: .8rem 1rem !important;
    }
    .dl-btn svg {
        height: 1.45rem !important;
    }
    .comment-slider-item .thumb {
        width: 50px;
        height: 50px;
    }
    .comment-slider-item h5 {
        font-size: .95rem;
        margin-bottom: 0;
    }
    .comment-slider-item h6 {
        font-size: .8rem;
    }
    .comment-slider-item .comment-text {
        padding: 1rem;
    }
    .comment-slider-item .star svg {
         height: .75rem;
     }
    .comment-slider-item .star {
        margin-top: .5rem;
    }
    .breadcrumb-medarman .item {
        flex-direction: column;
        gap: .25rem;
    }
    .breadcrumb-medarman .item strong {
        font-size: .8rem;
    }
    .breadcrumb-medarman {
        gap: .5rem;
    }
    .woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
        height: 70px !important;
        width: 70px !important;
    }
    .woocommerce table.shop_table tr td {
        font-size: .95rem !important;
    }
    .items-detail-box img {
        margin: 0 auto 1rem;
    }
}
@media only screen and (max-width: 460px) {
    .dl-btn {
        font-size: .85rem !important;
        width: auto !important;
        max-width: unset !important;
    }
    .cartPopup {
        left: 1rem !important;
        right: 1rem !important;
        width: calc(100% - 2rem) !important;
        max-width: unset !important;
    }
}