
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: inherit;
    text-decoration: none;
}
:root{
    --width-xxxl: 1920px;
    --width-xxl: 1720px;
    --width-xl: 1440px;
    --width-lg: 1270px;
    --width-md: 1024px;
    --width-sm: 768px;
    --width-xs: 576px;
    --width-xxs: 480px;
    --width-xxxs: 375px;
    --min-width-xxxl: 1921px;
    --min-width-xxl: 1721px;
    --min-width-xl: 1441px;
    --min-width-lg: 1271px;
    --min-width-md: 1025px;
    --min-width-sm: 769px;
    --min-width-xs: 577px;
    --min-width-xxs: 481px;
    --min-width-xxxs: 376px;
    --base-font-size: 16px;
    --tj-accordion-duration: 300ms;

}
body,html{
    padding:0;
    margin:0;
    min-height:100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    font-size: var(--base-font-size);
    font-weight: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
section *::-webkit-scrollbar,
main *::-webkit-scrollbar{
    display: none
}
body{
    overflow-x:hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
svg {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}
img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}
button{
    border:none;
    background: transparent;
    box-shadow: none;
    font-size: inherit;
}
body>.trnst-section:first-child:last-child,
main>.trnst-section:first-child:last-child {
    min-height: 100vh;
    width: 100%;
}
a{
    text-decoration: none;
}
a:hover{
    cursor: pointer;
    transition: 0.3s ease;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font: inherit;
}

h1 i, h2 i, h3 i,
h4 i, h5 i, h6 i,
h1 em, h2 em, h3 em,
h4 em, h5 em, h6 em {
    font-family: 'DM Serif Text', sans-serif;
    font-weight: 400;
    font-style: italic;
}
h1 {
    font-size: 5.31rem;
}
@media (max-width: 767px) {
    h1 {
        font-size: 3.5rem;
    }
}
@media (max-width: 479px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: 4.6875rem;
}

@media (max-width: 767px) {
    h2 {
        font-size: 2rem;
    }
}
@media (max-width: 479px) {
    h2 {
        font-size: 1.62rem;
    }
}

h3 {
    font-size: 4rem;
    line-height: 1.12;
}

@media (max-width: 767px) {
    h3 {
        font-size: 1.81rem;
    }
}
@media (max-width: 479px) {
    h3 {
        font-size: 1.5rem;
    }
}


h4 {
    font-size: 2.875rem;
    line-height: 1.12;
}

@media (max-width: 767px) {
    h4 {
        font-size: 1.75rem;
    }
}
@media (max-width: 479px) {
    h4 {
        font-size: 1.35rem;
    }
}


h5 {
    font-size: 2.25rem;
    line-height: 1.12;
}

@media (max-width: 767px) {
    h5 {
        font-size: 1.5rem;
    }
}
@media (max-width: 479px) {
    h5 {
        font-size: 1.25rem;
    }
}


h6 {
    font-size: 1.75rem;
    line-height: 1.12;
}

@media (max-width: 767px) {
    h6 {
        font-size: 1.25rem;
    }
}
@media (max-width: 479px) {
    h6 {
        font-size: 1.15rem;
    }
}


ul,ol{
    margin: 0;
}

i, em {
    font-family: 'Kanit', sans-serif;
    font-weight: 200;
    font-style: italic;
}
.tr_header-nav_item:hover,
.tr_footer-nav_item:hover{
    cursor: pointer;
    transition: 0.3s ease;
}
*:not(button) [disabled] {
    cursor: default;
    opacity: 0.6;
    pointer-events: none;
}
.bslm-section{
    position: relative;
}
.bslm-container{
    padding: 0 3rem;
    width: 100%;
    max-width: 115rem;
    margin: 0 auto;
}
@media (max-width: 1439px) {
    .bslm-container{
        padding: 0 1rem;
    }
}

body{
    font-family: Kanit, sans-serif;
}
p{
    margin: 0;
}
.tj-checkbox-field__label a {
    text-decoration: underline;
}

.tj-checkbox-field__label a:hover {
    color: rgba(68,174, 207, 1);
    text-decoration: auto;
}
.tj-primary__button {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0.62rem;
    padding: 0.62rem 0.93rem;
    border-radius: 22.5px;
    background: #fff;
    font-size: 1.12rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    color: rgba(68,174, 207, 1);
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid rgba(68,174, 207, 1);
    transition: all .3s;
}
.tj-primary__button:hover {
    background: rgba(68,174, 207, 1);
    border: 1px solid #fff;
    color: #fff;
}
.tj-primary__button:hover .tj-navigation__badge{
    background: #fff;
    color: rgba(68,174, 207, 1);
}

.tj-button__icon,
.tj-button__icon path{
    width: 1.87rem;
    height: 1.87rem;
    flex-shrink: 0;
    transition: all 0.3s;
}
.tj-button {
    display: flex;
    align-items: center;
    gap: 0.93rem;
    justify-content: center;
    padding: 0.56rem 0.56rem 0.56rem 1.5rem;
    border-radius: 3rem;
    text-decoration: none;
    font-size: 1rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: inherit;
    white-space: nowrap;
    transition: all 0.3s;
    width: fit-content;
    cursor: pointer;

}
.tj-button.tj-button--large {
    justify-content: space-between;
    padding: 0.4rem 0.56rem 0.4rem 3rem;
    transition: all 0.3s ease;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 1.31rem;
}
.tj-button--primary {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid rgba(68, 174, 207, 1);
    color: rgba(0, 0, 0, 1);
}
.tj-button--primary .tj-button__icon,
.tj-button--primary .tj-button__icon path {
    fill: rgba(68, 174, 207, 1);
}
/* Hover States */
.tj-button--primary:hover {
    background: #44AECF;
    color: #fff;
    border: 1px solid #44AECF;
}
.tj-button--primary:hover .tj-button__icon,
.tj-button--primary:hover .tj-button__icon path{
    fill: #fff;
}

.tj-button--primary[disabled],
.tj-button--primary[disabled]:hover {
    border-color: rgba(206, 233, 242, 1);
    color: rgba(206, 233, 242, 1);
}
.tj-button--primary[disabled] .tj-button__icon path {
    fill:rgba(206, 233, 242, 1);
}

.tj-button--primary-2 {
    background: #fff;
    border: 1px solid #fff;
    gap: 0.62rem;
    padding: 0.5rem 1.5rem;
}
.tj-button--primary-2 .tj-button__icon path {
    fill:#000;
}
.tj-button--primary-2 .tj-button__icon {
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
    filter: grayscale(100%) contrast(0%) brightness(1000%) invert(1);
}
/* Hover States */
.tj-button--primary-2:hover{
    background: #44AECF;
    color: #fff;
}
.tj-button--primary-2:hover .tj-button__icon path {
    fill:#fff;
}
.tj-button--primary-2:hover .tj-button__icon {
    filter: grayscale(100%) contrast(0%) brightness(1000%) invert(0);
}

.tj-button--outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
}

.tj-button--outline:hover {
    background: #44AECF;
    color: #fff;
    border: 1px solid #44AECF;
}
.tj-button--outline .tj-button__icon,
.tj-button--outline .tj-button__icon path{
    fill: #fff;
}
.tj-section-with-widget {
    /*padding: 2.5rem 0 2.5rem 0;*/
}
.tj-section-with-widget-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3rem;
}

.tj-section-with-widget-left-col {
    flex: 1;
    max-width: 100%;
    width: 70%;
}

.tj-section-with-widget-right-col {
    width: 25%;
    max-width: 20rem;
    padding-top: 2.81rem;
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.25rem;
    padding-bottom: 1.87rem;
}

@media (max-width: 1099px) {
    .tj-section-with-widget-left-col{
        width: 100%;
    }
    .tj-section-with-widget-right-col{
        display: none;
    }
}

/* Filter Navigation */
.tj-tabs__filters {
    position: relative;
    width: fit-content;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.62rem;
    padding: 0.56rem;
    border-radius: 35px;
    border: 1px solid rgba(240,240,240,1);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
}

.tj-tabs__filter {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0.68rem 1.68rem;
    border-radius: 25px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    font-size: 1.31rem;
    font-family: 'Kanit', sans-serif;
    border: 1px solid transparent;
    font-weight: 300;
    line-height: 1.33;
    color: rgba(76,76,76,1);
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tj-tabs__filter--active {
    background: linear-gradient(0deg, rgba(68,174,207,1) 0%, rgba(68,174,207,1) 100%);
    color: rgba(255,255,255,1);
}

.tj-tabs__filter:hover {
    border: 1px solid rgba(68,174,207,1);
    color: rgba(68,174,207,1);
}
.tj-tabs__filter--active.tj-tabs__filter:hover {
    background: linear-gradient(0deg, rgba(68,174,207,1) 0%, rgba(68,174,207,1) 100%);
    color: rgba(255,255,255,1);
}


@media (max-width: 1023px) {
    .tj-tabs__filters {
        padding: 0.56rem;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .tj-tabs__filters {
        padding: 0.56rem;
        max-width: 100%;
    }

    .tj-tabs__filter {
        font-size: 1.06rem;
    }
}

@media (max-width: 479px) {
    .tj-tabs__filters {
        padding: 0.56rem;
        max-width: 100%;
    }

    .tj-tabs__filter {
        font-size: 1.06rem;
    }
}

@media (max-width: 319px) {

    .tj-tabs__filters {
        padding: 0.56rem;
        max-width: 100%;
    }

    .tj-tabs__filter {
        font-size: 1.06rem;
    }

}



.tj-button-link {
    position: relative;
    width: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.93rem 0.65rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tj-button-link span {
    font-size: 1.12rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    color: rgba(76,76, 76, 1);
    display: block;
}
.tj-button-link-large span {
    font-size: 1.3125rem;
}
@media (max-width: 768px) {
    .tj-button-link-large span {
        font-size: 1.12rem;
    }
}
.tj-button-link--active span,
.tj-button-link:hover span {
    color: rgba(68,174, 207, 1);
}

.tj-button-link img {
    width: 1.25rem;
    height: 1.25rem;
    display: block;
}

.tj-loader__pagination{
    width: 100%;
    display: flex;
    justify-content: center;
    grid-column: 1 / 3;
}
.tj-loader__pagination.tj-loader__pagination-hidden{
    display: none;
}
.tj-loader__pagination lottie-player{
    width: 200px;
    height: 80px;
}
.tj-slider-section_wrapper{
    overflow: hidden;
}

.tj-downloads__download-link {
    position: relative;
    display: block;
    flex-shrink: 0;
}

.tj-downloads__icon {
    position: relative;
    width: 2.81rem;
    height: 2.81rem;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    overflow-wrap: break-word;
    transition: all 0.3s ease;
}

.tj-downloads__icon .download-icon-hover {
    visibility: hidden;
    transition: 0.3s ease;
    opacity: 0;
}
.tj-downloads__icon .download-icon-default {
    visibility: visible;
    transition: 0.3s linear;
    opacity: 1;
}
.tj-downloads__icon:hover .download-icon-default {
    visibility: hidden;
    opacity: 0;
}
.tj-downloads__icon:hover .download-icon-hover {
    visibility: visible;
    opacity: 1;
}




.tj-values-section__accordion {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0.93rem;
}

.tj-accordion-item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    overflow:hidden;
    border-color: rgba(240,240, 240, 1);
    background: linear-gradient(0deg, rgba(255,255, 255, 1) 0%, rgba(255,255, 255, 1) 100%);
    transition: all 0.3s ease;
    transition-delay: 0s !important;
}

.tj-accordion-item:hover {
    box-shadow: 0 0 30px 0 rgba(0, 53, 79, 0.15);
    border-color: transparent;
}

.tj-accordion-item__header {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 2.18rem;
    padding: 1.18rem 1.18rem 1.18rem 2.75rem;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease;
}

.tj-accordion-item__title {
    position: relative;
    flex: 1;
    font-size: 1.31rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: 0em;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    color: rgba(76,76, 76, 1);
    margin: 0;
}
.tj-accordion-item__icon {
    position: relative;
    width: 1.87rem;
    height: 1.87rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(76,76, 76, 1);
    transition: transform 0.3s ease;
}

.tj-accordion-item__icon svg {
    width: 100%;
    height: 100%;
}

.tj-accordion-item--active .tj-accordion-item__icon-vertical {
    opacity: 0;
    transform: rotate(90deg);
}

.tj-accordion-item__content {
    position: relative;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    padding-top: var(--tj-acc-pad-top, 0px);
    padding-bottom: var(--tj-acc-pad-bottom, 0px);
    transition:
            max-height var(--tj-accordion-duration) linear,
            padding-top var(--tj-accordion-duration) linear,
            padding-bottom var(--tj-accordion-duration) linear;
    will-change: max-height, padding-top, padding-bottom;
}
@media (prefers-reduced-motion: reduce) {
    .js-tj-accordion .js-tj-accordion-content {
        transition: none !important;
    }
}
.tj-accordion-item--active .tj-accordion-item__content {
    max-height: 100vh;
    padding-top: 1.56rem;
    overflow-y: auto;
    padding-bottom: 2.81rem;
}

.tj-accordion-item__text {
    position: relative;
    width: 100%;
    max-width: 69.68rem;
    font-size: 1.12rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0em;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    color: rgba(76,76, 76, 1);
    display: block;
    padding: 0 3rem 0 2.75rem;
}

/* Responsive Styles */
@media (max-width: 1269px) {
    .tj-accordion-item__header {
        gap: 1.64rem;
    }
}

@media (max-width: 1023px) {
    .tj-accordion-item__header {
        padding-left: 2rem;
        gap: 1.25rem;
    }

    .tj-accordion-item__text {
        padding-left: 2rem;
        padding-right: 2.12rem;
    }
}

@media (max-width: 767px) {
    .tj-accordion-item__header {
        padding-left: 1.62rem;
        gap: 1rem;
    }

    .tj-accordion-item__title {
        font-size: 1.06rem;
    }

    .tj-accordion-item__text {
        font-size: 1rem;
        padding-left: 1.62rem;
        padding-right: 1.68rem;
    }

    .tj-accordion-item--active .tj-accordion-item__content {
        padding-bottom: 2rem;
    }
}

@media (max-width: 479px) {

    .tj-accordion-item__header {
        padding: 1rem 1rem 1rem 1.37rem;
    }

    .tj-accordion-item__text {
        padding-left: 1.37rem;
        padding-right: 1.18rem;
    }

    .tj-accordion-item--active .tj-accordion-item__content {
        padding-bottom: 1.31rem;
    }
}

@media (max-width: 319px) {
    .tj-accordion-item__header {
        padding: 1rem 1rem 1rem 1.18rem;
    }
    .tj-accordion-item__text {
        padding-left: 1.18rem;
        padding-right: 1.12rem;
    }
    .tj-accordion-item--active .tj-accordion-item__content {
        padding-bottom: 1.12rem;
    }
}



.tj-doctor-card {
    position: relative;
    flex: 0 0 23.84%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.62rem;
    padding: 2.18em 1.43rem 0;
    border-radius: 25px;
    background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(240,240,240,1) 100%);
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.tj-doctor-card__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.12rem;
    width: 100%;
}

.tj-doctor-card__title {
    font-size: 1.75rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    line-height: 1.28;
    color: rgba(76,76,76,1);
}

.tj-doctor-card__name {
    font-size: 2.37rem;
    font-family: 'DM Serif Text', sans-serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    color: rgba(76,76,76,1);
    margin: 0;
    padding-left: 0.93rem;
}

.tj-doctor-card__image {
    width: 100%;
    max-width: 23rem;
    max-height: 23rem;
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: auto;
}

.tj-doctor-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center bottom;
}

.tj-doctor-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,1);
    border-radius: 25px;
    padding: 2.19rem 1.43rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px 0 rgba(0, 53, 79, 0.15);
}
@media (hover: hover) {
    .tj-doctor-card:hover .tj-doctor-card__overlay,
    .tj-doctor-card__overlay--visible {
        opacity: 1;
        visibility: visible;
    }

    .tj-doctor-card--expanded, .tj-doctor-card:hover {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 0 15px 0 rgba(0, 53, 79, 0.15);
    }
}
@media (hover: none) {
    .tj-doctor-card .tj-doctor-card__overlay,
    .tj-doctor-card__overlay--visible {
        opacity: 1;
        visibility: visible;
        background: transparent;
    }
    .tj-doctor-card .tj-doctor-card__overlay .tj-doctor-card__header{
        opacity: 0;
    }

    .tj-doctor-card--expanded, .tj-doctor-card {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 0 15px 0 rgba(0, 53, 79, 0.15);
    }
}
.tj-doctor-card__content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    height: 100%;
}
.tj-doctor-card__empty .tj-doctor-card__content {
    z-index: 2;
}
.tj-doctor-card__empty  .tj-doctor-card__overlay {background: transparent;}
.tj-doctor-card.tj-doctor-card__empty .tj-doctor-card__overlay .tj-doctor-card__header{
    opacity: 0;
}
.tj-doctor-card__description {
    font-size: 1rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    line-height: 1.55;
    color: rgba(76,76,76,1);
    flex-grow: 1;
    max-height: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.tj-doctor-card__button{
    width: 100%;
    justify-content:space-between;
    margin-top: auto;
}



/* Responsive Styles */
@media (max-width: 1439px) {
    .tj-doctor-card {
        flex: 0 0 25.5%;
    }
}

@media (max-width: 1269px) {

    .tj-doctor-card {
        flex: 0 0 30.76%;
    }

    .tj-doctor-card__name {
        font-size: 1.75rem;
    }
}

@media (max-width: 1023px) {

    .tj-doctor-card {
        flex: 0 0 41.01%;
    }

    .tj-doctor-card__title {
        font-size: 1.31rem;
    }

    .tj-doctor-card__name {
        font-size: 1.56rem;
    }

    .tj-doctor-card__overlay {
        padding: 1.87rem 1.62rem 2.18rem;
    }
}

@media (max-width: 767px) {

    .tj-doctor-card {
        flex: 0 0 65%;
    }


    .tj-doctor-card__description {
        font-size: 1rem;
    }
}

@media (max-width: 479px) {
    .tj-doctor-card {
        padding-top: 1rem;
    }

    .tj-doctor-card__overlay {
        padding: 1rem 1.25rem;
    }
    .tj-doctor-card {
        flex: 0 0 90%;
    }

}

@media (max-width: 319px) {


    .tj-doctor-card__overlay {
        padding: 1rem 1.18rem;
    }
}




.tj-slider__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.62rem;
}

.tj-slider__pagination-dot {
    width: 0.93rem;
    height: 0.93rem;
    border-radius: 50%;
    border: none;
    background: rgba(200,200,200,1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.tj-slider__pagination-dot--active {
    background: rgba(68,174,207,1);
}

.tj-slider__pagination-dot:hover {
    transform: scale(1.1);
}

.bslm-section .ti-widget .ti-widget-container {
    margin-bottom: 0 !important;
}

.bslm-section .tj-section-with-widget-right-col .tj-background-image .ti-widget a.ti-header:hover {
    background: transparent !important;
    border-color: transparent !important;
    transform: none !important;
}

@media (max-width: 650px) {
    .tj-slider__pagination-dot {
        width: 0.5rem;
        height: 0.5rem;
        padding: 0;
    }

    .tj-slider__pagination {
        gap: 0.4rem;
    }
}
