/*
Theme Name: Total Child Theme
Theme URI: http://www.avandmedical.com/
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: http://www.avandmedical.com/
Template: Total
Version: 1.0
*/

.cs-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: calc(100vh - 100px);
}

body {
    font-family: arial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: rotis, dana;
}

/* --------------------------------- HEADER --------------------------------- */
div#site-header-inner {
    padding: 36px 0;
    max-width: calc(100% - 84px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header#site-header {
    box-shadow: 0 4px 8px rgb(51 51 51 / 16%);
}

#site-header-sticky-wrapper.is-sticky #site-header {
    box-shadow: 0 4px 8px rgb(51 51 51 / 16%);
}

body .sticky-header-shrunk #site-header-inner {
    padding: 10px 0!important;
    height: unset;
    transition: .2s ease-in-out;
}

#site-logo a {
    display: flex;
}

#site-logo a img {
    width: auto;
    height: 40px;
}

.shrink-sticky-header.sticky-header-shrunk #site-logo img {
    height: 38px;
}

ul.main-navigation-ul {
    display: flex;
    gap: 42px;
    align-items: center;
    height: fit-content!important;
    transition: .1s ease-in-out;
}

ul.main-navigation-ul a {
    padding: 0!important;
    height: unset!important;
    display: unset!important;
    color: #6e6e6e!important;
    font-size: 16px!important;
    line-height: unset!important;
}

ul.main-navigation-ul  a span {
    padding: 0!important;
}

ul.main-navigation-ul  li {
    display: unset!important;
    height: fit-content!important;
}

ul.main-navigation-ul  a:hover {
    color: #333!important;
    border-bottom: 1px solid!important;
}

div#site-navigation-wrap {
    right: 0;
    height: fit-content;
    position: unset;
}

.wpex-flush-dropdowns #site-navigation {
    height: fit-content;
    position: relative;
}

div#site-logo {
    float: unset;
}

div#site-header-inner:after {
    display: none;
}

.menu-bars span {
    width: 24px;
    height: 24px;
}

.menu-bars {
    opacity: 0;
    visibility: hidden;
    transition: .2s ease-in-out;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sticky-header-shrunk .menu-bars {
    opacity: 1;
    visibility: visible;
}

.sticky-header-shrunk ul.main-navigation-ul {
    opacity: 0;
    visibility: hidden;
}

header#site-header:hover .menu-bars {
    opacity: 0;
    visibility: hidden;
}

header#site-header:hover ul.main-navigation-ul {
    opacity: 1;
    visibility: visible;
}

header#site-header:hover div#site-header-inner {
    padding: 36px 0!important;
}

ul.sub-menu a {
    font-size: 15px!important;
    color: #868686!important;
}

ul.sub-menu a:hover {
    color: #333!important;
}

body .wpex-dropdown-menu ul.sub-menu:not(.megamenu__inner-ul) {
    top: 150%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px!important;
}

/* --------------------------------- FOOTER --------------------------------- */
div#footer-inner {
    width: 1152px;
}

.footer-social {
    padding: 56px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.footer-social a {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background-color: var(--purple);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social span {
    width: 26px;
    height: 26px;
    background-color: #fff;
}

a.fs-facebook:hover {
    background-color: #3d5a96;
}

a.fs-youtube:hover {
    background-color: #f7111c;
}

a.fs-linkedin:hover {
    background-color: #1a68bf;
}

a.fs-twitter:hover {
    background-color: #2d9cec;
}

ul.footer-menu {
    display: flex;
    margin: 0;
    list-style: none;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--gray1);
    border-top: 1px solid var(--gray1);
    margin-bottom: 24px;
    gap: 32px;
}

ul.footer-menu a {
    color: #707070!important;
    text-decoration: underline;
}

ul.footer-menu a:hover {
    color: #000!important;
}

.footer-desc {
    text-align: center;
    color: #868686;
    width: calc(100% - 32px);
    margin: auto;
}

.footer-copyr {
    text-align: center;
    color: #868686;
    padding: 24px 0;
    font-size: 12px;
}

div#footer-widgets {
    display: none;
}

/* ---------------------------------- HOME ---------------------------------- */
.slider {
    margin-bottom: 180px;
    position: relative;
}

video#slider-vid {
    position: absolute;
    z-index: 1;
    object-fit: cover;
    width: 100vw;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    max-width: unset;
}

.slide-box {
    aspect-ratio: 16/9;
    min-width: 100%;
    position: relative;
    background-color: #6e6e6e;
    max-height: calc(100vh - 112px);
    display: flex;
    align-items: end;
    justify-content: start;
}


.slider-content {
    position: relative;
    z-index: 2;
    background-color: var(--green);
    padding: 32px;
    color: #fff;
    margin: 64px;
    font-family: rotis , dana;
    max-width: 480px;
    border-radius: 2px;
}

.slider-title {
    font-size: 24px;
    line-height: 36px;
}

.slider-desc {
    font-size: 42px;
    line-height: 56px;
    margin-top: 16px;
}

a.slider-link {
    font-family: arial;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    border: 1px solid;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    height: 48px;
    width: fit-content;
    margin-top: 42px;
}

a.slider-link:hover {
    background: #fff;
    color: var(--green);
    text-decoration: none;
}

.slider-img.slider-cover {
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.slider .tns-nav {
    position: absolute;
    right: 64px;
    bottom: 64px;
    z-index: 2;
    display: flex;
    gap: 24px;
}

.slider .tns-nav button {
    padding: 0;
    width: 24px;
    height: 12px;
    background-color: var(--gray1);
    border-radius: 2px;
}

.slider .tns-nav button.tns-nav-active {
    background-color: var(--purple);
}

.callout-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--green);
    color: #fff;
    padding: 100px 0 200px;
}

.callout-title {
    font-family: rotis, dana;
    font-size: 42px;
    line-height: 50px;
    max-width: 760px;
}

.callout-desc {
    max-width: 600px;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    margin-top: 36px;
}

.callout-section a {
    display: flex;
    width: fit-content;
    color: #fff;
    font-size: 16px;
    border: 1px solid;
    border-radius: 50px;
    padding: 0 24px;
    height: 48px;
    align-items: center;
    margin-top: 50px;
}

.callout-section a:hover {
    text-decoration: none;
    background: #fff;
    color: var(--green);
}

.keyvalues {
    width: 1152px;
    max-width: calc(100% - 32px);
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 36px;
    margin: 0 auto 240px;
}

.keyvalue-box {
    color: #333;
}

.keyvalue-box:hover .keyvalue-thumb img {
    transform: scale(1.05);
}

.keyvalue-box:hover {
    text-decoration: none;
}

.keyvalue-thumb {
    width: 100%;
    height: 202px;
    display: flex;
    overflow: hidden;
}

.keyvalue-thumb img {
    transition: .2s ease-in-out;
}

.keyvalue-title {
    font-size: 32px;
    line-height: 32px;
    font-family: rotis, dana;
    margin: 16px 0;
}

.keyvalue-desc {
    font-size: 16px;
    line-height: 24px;
}

.career-box {
    max-width: 820px;
    margin: 0 auto 240px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
}

.career-img {
    height: 480px;
    width: 360px;
    margin-left: -96px;
}

.career-text {
    z-index: 10;
    padding: 40px;
    width: 100%;
    max-width: 556px;
    background-color: var(--green);
    color: #fff;
    border-radius: 2px;
}

.career-title1 {
    font-family: rotis ,dana;
    font-size: 20px;
    line-height: 28px;
}

.career-title2 {
    font-family: rotis ,dana;
    font-size: 42px;
    line-height: 50px;
    margin-top: 12px;
}

.career-desc {
    font-size: 16px;
    margin-top: 16px;
}

a.career-link {
    color: #fff;
    display: flex;
    width: fit-content;
    height: 48px;
    padding: 0 24px;
    border: 1px solid;
    border-radius: 50px;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 42px;
}

.career-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

a.career-link:hover {
    text-decoration: none;
    background: #fff;
    color: var(--green);
}

.hl-title {
    color: var(--green);
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    font-family: rotis ,dana;
    text-align: center;
}

.hl-desc {
    text-align: center;
    margin: 8px 0 64px;
    font-size: 42px;
    line-height: 50px;
    color: #333;
    font-family: rotis ,dana;
}

.highlights-section {
    margin-bottom: 180px;
}

.hl-box {
    display: flex;
    position: relative;
    gap: 10px;
    text-decoration: none!important;
    margin: 36px 0 0 24px;
}

.hlbox-thumb {
    width: 460px;
    height: 345px;
    overflow: hidden;
}

.hlbox-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s ease-in-out;
}

.hl-box:hover img {
    transform: scale(1.05);
}

.hl-box:before {
    content: "";
    position: absolute;
    width: 460px;
    height: 340px;
    background-color: var(--green);
    left: -24px;
    top: -36px;
    z-index: -1;
}

.hlbox-text {
    width: 236px;
    min-width: 236px;
    color: #fff;
}

.hlbox-title {
    font-family: rotis ,dana;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
}

.hlbox-desc {
    font-size: 16px;
    line-height: 24px;
}

.hlbox-desc p {
    margin: 0;
}

.highlights-section .tns-inner {
    margin: 0px 1530px 0px 660px!important;
}

.highlights-section .tns-outer {
    display: flex;
    flex-direction: column-reverse;
}

.highlights-section .tns-controls {
    width: 100%;
    max-width: 50%;
    margin: 64px auto 0;
    display: flex;
    justify-content: end;
    gap: 10px;
}

.highlights-section .tns-controls button {
    padding: 0;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid var(--purple);
}

.highlights-section .tns-controls button:hover {
    background-color: var(--purple);
}

.highlights-section .tns-controls button i {
    background-color: var(--purple);
}

.highlights-section .tns-controls button:hover i {
    background-color: #fff;
}

/* ---------------------------------- PAGES --------------------------------- */
.page-head .site-breadcrumbs {
    padding: 0px 40px;
    background: var(--cream);
    line-height: 24px;
    margin-bottom: 136px;
    color: #333;
}

.page-head .site-breadcrumbs a {
    color: #868686;
}

.sep span.icon-chevron-right {
    width: 10px;
    height: 10px;
    background: #868686;
}

.page-head-title {
    text-align: center;
    color: var(--green);
    font-family: rotis ,dana;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
}

.page div#content {
    width: 1152px;
    max-width: calc(100% - 32px);
    margin: auto;
}

.page-intro-title {
    max-width: 756px;
    font-size: 56px;
    line-height: 64px;
    margin: 0 auto 24px;
    color: #202020;
    font-family: rotis ,dana;
    font-weight: 600;
}

.page-intro-desc {
    font-size: 24px;
    color: #333;
    max-width: 765px;
    margin: 0 auto 56px;
    line-height: 32px;
}

.page-section {
    margin: 0;
    align-items: center!important;
    gap: 42px;
}

.page-section .wp-block-column:not(.page-sec-cover) {
    width: 430px;
    max-width: 430px;
}

.page-section .page-sec-cover {
    width: 100%;
}

p.page-sec-toptitle {
    font-size: 22px;
    font-family: rotis ,dana;
    color: var(--green);
    line-height: 30px;
    margin: 0;
}

p.page-sec-title {
    color: #333;
    font-family: rotis ,dana;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    margin: 0 0 16px;
}

p.page-sec-desc {
    margin: 0 0 32px;
    color: #333;
    font-size: 20px;
    line-height: 30px;
}

p.page-sec-link {
    margin: 0;
}

p.page-sec-link a {
    display: flex;
    padding: 0 30px;
    height: 48px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border-radius: 50px;
    background: var(--purple);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

p.page-sec-link a:hover {
    text-decoration: none;
}

.back-gray {
    margin: 64px -50vw 136px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    background: var(--cream);
    padding: 68px 0;
}

.back-gray > .wp-block-column {
    width: 1152px;
    max-width: calc(100% - 32px);
    margin: 0 auto;
    flex-basis: unset!important;
    flex-grow: unset!important;
}

.back-gray > .wp-block-column > p.page-sec-toptitle,
.back-gray > .wp-block-column > p.page-sec-title,
.back-gray > .wp-block-column > p.page-sec-desc {
    max-width: 760px;
    text-align: center;
    margin: auto;
}

.back-gray > .wp-block-column > p.page-sec-title{
    margin: 0 auto 16px;
}

.back-gray > .wp-block-column > p.page-sec-desc {
    margin: 0 auto 64px;
}

.back-gray p.page-sec-link a {
    background: unset;
    border: 1px solid var(--purple);
    color: var(--purple);
}

.back-gray .page-section:not(:last-child) {
    margin-bottom: 64px;
}

.page-section figure {
    display: flex;
}

.page .highlights-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 0 -50vw 180px;
}

.prd-list-section {
    width: 1132px;
    max-width: calc(100% - 32px);
    margin: 0 auto 180px;
}

.prd-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px 36px;
}

.prd-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    border-left: 8px solid var(--green);
    padding: 0 16px;
    color: #333;
    font-family: rotis ,dana;
    font-size: 24px;
    box-shadow: 0 2px 4px rgb(51 51 51 / 16%);
    line-height: 28px;
}

.prd-list a span {
    width: 24px;
    height: 24px;
    background: #868686;
}

.prd-list a:hover {
    text-decoration: none;
}

.prd-list a:hover span {
    background: var(--purple);
}

.prd-keyvalues {
    margin: 0 auto 180px;
}

.prd-keyvalues-in {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 36px;
}

.contact-address {
    font-family: rotis ,dana;
    font-size: 24px;
    line-height: 30px;
    color: #333;
    margin: 32px 0;
}

.single-page-content {
    font-size: 18px;
}

.contact-phone {
    margin-bottom: 8px;
}

.contact-num {
    color: #333;
    font-size: 20px;
}

.contact-num a {
    color: #333;
}

.contact-map {
    font-size: 20px;
    margin-bottom: 180px;
}

.contact-map a {
    color: var(--purple);
}

/* --------------------------------- ARCHIVE -------------------------------- */
.tax-head-title {
    text-align: center;
    font-family: rotis ,dana;
    font-size: 42px;
    font-weight: bold;
    color: #333;
    margin-bottom: 56px;
}

.tax-grid-title {
    width: 1186px;
    max-width: calc(100% - 32px);
    margin: 0 auto 24px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-family: rotis ,dana;
    border-bottom: 2px solid var(--green);
}

.tax-grid-title div {
    background: var(--green);
    width: fit-content;
    padding: 0 16px;
}

.tax-prd-category .archive-grid,
.post-type-archive .archive-grid {
    width: 1186px;
    max-width: calc(100% - 32px);
    margin: 0 auto 86px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
}

a.prd-box {
    display: flex;
    align-items: center;
    background: var(--cream);
    padding: 16px;
    gap: 16px;
    text-decoration-color: #333;
}

a.prd-box span {
    margin-left: auto;
    background: var(--purple);
    width: 20px;
    height: 20px;
    min-width: 20px;
}

a.prd-box:hover span {
    background: var(--purple);
}

.prd-box-title {
    font-family: rotis ,dana;
    font-weight: bold;
    color: #333;
    font-size: 24px;
    line-height: 30px;
}

a.prd-box:hover .prd-box-title{
    text-decoration-color: #333;
    text-decoration: underline;
}

p.prd-box-subtitle {
    color: #333;
    font-size: 16px;
    line-height: 1.2;
    margin: 6px 0 0;
}

a.prd-box:hover p.prd-box-subtitle {
    text-decoration: none;
}

a.prd-box:hover {
    text-decoration: none;
}

.prd-box-text {
    margin-bottom: auto;
}

img.prd-box-thumb {
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.wpex-no-posts-found {
    text-align: center;
    margin-bottom: 64px;
}

.archive.tax-prd-category span.trail-type-archive {
    display: none;
}

.archive.tax-prd-category span.sep.sep-3 {
    display: none;
}

.archive.tax-prd-category span.trail-parent-term {
    display: none;
}

.archive.tax-prd-category span.sep.sep-4 {
    display: none;
}

.page-id-149 div#content {
    width: 1186px;
    max-width: calc(100% - 32px);
}

.page-id-149 .single-page-content {
    margin: 0 auto 86px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px 36px;
}

.prd-page-link a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    border-left: 8px solid var(--green);
    padding: 0 16px;
    color: #333;
    font-family: rotis ,dana;
    font-size: 24px;
    box-shadow: 0 2px 4px rgb(51 51 51 / 16%);
    line-height: 28px;
    background: unset;
    border-radius: 0;
    width: 100%;
}

.prd-page-link a:after {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #868686;
    margin-left: auto;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-image: url(assets/icons/chevron-right.svg);
}

.prd-page-link .wp-block-button {
    width: 100%;
}

.prd-page-link a:hover:after {
    background-color: var(--purple);
}

/* ----------------------------- PRODUCT SINGLE ----------------------------- */
.post-pagination-wrap {
    display: none;
}

.prd-single {
    width: 960px;
    max-width: calc(100% - 32px);
    margin: 0 auto 82px;
}

.prd-single-title {
    font-family: rotis ,dana;
    font-size: 56px;
    line-height: 64px;
    font-weight: bold;
    color: var(--green);
    margin-bottom: 42px;
}

.prd-single-subtitle {
    font-family: rotis ,dana;
    font-size: 42px;
    line-height: 50px;
    font-weight: bold;
    color: #333;
    margin-bottom: 56px;
}

.prd-single-desc {
    width: 100%;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.prd-single-desc p {
    margin: 0;
}

.prd-single-desc a {
    color: var(--purple);
    text-decoration: underline;
}

.prd-single-content {
    display: flex;
    gap: 56px;
    align-items: start;
}

.prd-single-desc p:not(:last-child) {
    margin-bottom: 16px;
}

.prd-single-images {
    width: 358px;
    min-width: 358px;
    margin-top: 42px;
}

.prd-single-images a {
    display: flex;
    flex-direction: column;
    border: 1px solid #e6e6e6;
}

.prd-img-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e6e6e6;
    color: #6e6e6e;
    padding: 6px 12px;
}

.prd-img-info span {
    background: var(--purple);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
}

.prd-single-images a:hover span {
    background: var(--purple);
    opacity: .6;
}

.prd-single-images a:hover {
    text-decoration: none;
}

.prd-single-images .tns-controls button {
    position: absolute;
    top: calc(50% - 16px);
    transform: translateY(-50%);
    z-index: 1;
    left: 16px;
    background: unset;
    padding: 0;
}

.prd-single-images .tns-controls button i {
    background: var(--purple);
    width: 32px;
    height: 32px;
}

.prd-single-images .tns-controls button:last-child {
    left: unset;
    right: 16px;
}

.prd-single-images .tns-controls button:disabled {
    opacity: .4;
}

.prd-single-images .tns-outer {
    position: relative;
}

div#prd-images-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 32px;
    flex-wrap: wrap;
}

div#prd-images-thumbs img {
    width: 92px;
    border: 4px solid #e6e6e6;
    cursor: pointer;
}

div#prd-images-thumbs > div {
    display: flex;
}

div#prd-images-thumbs > div.tns-nav-active img {
    border-color: var(--purple);
}

.single-products span.trail-type-archive {
    display: none;
}

.single-products span.sep.sep-4 {
    display: none;
}



/* ---------------------------------- POST ---------------------------------- */
div#blog-entries {
    width: 1186px;
    max-width: calc(100% - 32px);
    margin: 0 auto 86px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
}

.entry-divider {
    display: none;
}

.single-blog-article {
    width: 860px;
    max-width: calc(100% - 32px);
    margin: 0 auto 86px;
}

.single-head {
    display: flex;
    gap: 64px;
    justify-content: center;
    color: var(--green);
    font-family: rotis ,dana;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
}

.single-head a {
    color: var(--green);
}

header.single-blog-header {
    margin: 0 auto 64px;
}

header.single-blog-header h1 {
    font-size: 56px;
    line-height: 64px;
    margin: 0;
    color: #202020;
    font-family: rotis ,dana;
    font-weight: 600;
    text-align: center;
}

.single-blog-content {
    font-size: 16px;
    color: #333;
}

.single-blog-content a {
    color: var(--green);
}


/* ------------------------------- Persian Ver ------------------------------ */
body.rtl .career-box {
    direction: ltr;
}

body.rtl .career-text {
    text-align: right;
}

body.rtl a.career-link {
    margin-left: auto;
}

body.rtl .tns-controls {
    direction: ltr;
}

body.rtl .tns-ovh {
    direction: ltr;
}

body.rtl .hlbox-text {
    text-align: right;
}

body.rtl .slider .tns-nav {
    right: unset;
    left: 64px;
}

body.rtl .menu-bars {
    right: unset;
    left: 0;
}

body.rtl .site-breadcrumbs .sep span {
    transform: rotate(180deg);
}

body.rtl {
    font-family: dana;
    line-height: 1.8;
}

body.rtl a.slider-link {
    font-family: dana;
    line-height: 1.8;
}

body.rtl .slider-desc {
    line-height: 64px;
}

body.rtl .hlbox-title {
    line-height: 36px;
}

body.rtl .hlbox-desc {
    line-height: 30px;
}

body.rtl .career-desc {
    line-height: 32px;
}

body.rtl .keyvalue-desc {
    line-height: 32px;
}

body.rtl .callout-desc {
    line-height: 36px;
}

body.rtl .page-intro-desc {
    line-height: 42px;
}

body.rtl .contact-address {
    line-height: 42px;
}

body.rtl a.prd-box span {
    margin: 0 auto 0 0;
    transform: rotate(180deg);
}

body.rtl .prd-box-title {
    line-height: 36px;
}

body.rtl p.prd-box-subtitle {
    line-height: 1.8;
}

body.rtl .prd-single-desc {
    line-height: 1.8;
}

body.rtl p.page-sec-title {
    line-height: 64px;
}

body.rtl p.page-sec-desc {
    line-height: 36px;
}

body.rtl p.page-sec-toptitle {
    line-height: 36px;
}

body.rtl .prd-list a {
    line-height: 32px;
}

body.rtl .prd-list a span {
    transform: rotate(180deg);
}



.highlights-section .tns-item {
    width: fit-content!important;
}