




.box-content-img img:hover {
    transform: scale(1.1);
}

body:not(.home) .header-dark{
	display: block!important;
}

body:not(.home) .header-white{
	display: none!important;
}

.box-content-img a {
    display: block;
    position: relative; 
    border-radius: 22px;
    width: 100%;
}

.box-content-img img {
    transition: all 0.4s;
}

.box-content-img,
.box-content-title,
.box-content-text,
.box-content-button {
    opacity: 0;
}

.box-content-img.so_fadeInUp,
.box-content-title.so_fadeInUp,
.box-content-text.so_fadeInUp,
.box-content-button.so_fadeInUp {
    opacity: 1;
    animation-duration: 1.2s;
    -webkit-animation-name: so_fadeInUp;
    animation-name: so_fadeInUp;
}

.box-content-button a.elementor-button:hover .elementor-button-icon svg {
    transform: none;
}

.box-content-button .elementor-button-icon svg {
    width: 51px;
}

.box-content-button a.elementor-button:hover .elementor-button-icon svg {
    transform: none;
}

.box-content-button .elementor-button-icon svg {
    width: 51px;
}

.box-content-text ul {
    padding-left: 20px;
    /* text-align: justify; */
}

.box-content-text ul ul {
    padding-left: 25px;
}

.box-content-title h3.elementor-heading-title {
    line-height: 35px;
}

.box-content-img .elementor-widget-container {
    display: flex;
}

.box-content-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
}

.skin_tabs .tab-info .text-bottom {
    max-width: 100%;
    padding-top: 131px;
}

.skin_tabs .tab-info .text-bottom p:has(img) {
    margin-bottom: 57px;
}

.skin_tabs .tab-info .text-bottom p {
    font-size: 18px;
    line-height: 33.75px;
    color: #525252;
}

.tab-template.hidden {
    display: none;
    visibility: hidden;
}


.tab-technology-new>.elementor-widget-container>.wrapper>.tabContentWrap .tab-right {
    margin-left: 0;
    min-height: 500px;
    align-items: center;
}

.tab-technology-new>.elementor-widget-container>.wrapper>.tabContentWrap>.tabContent>.strip_element {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.tab-technology-new>.elementor-widget-container>.wrapper>.tabContentWrap>.tabContent>.strip_element .mask div {
    color: #525252;
}

.tech-tabs .tabContent.show .tab-slider img {
    margin: 0 auto;
}

.tab-technology-new>.elementor-widget-container>.wrapper>.tabContentWrap .tab-right .tab-info {
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
}

.grid-medical h4 {
    font-size: 30px;
    line-height: 39.15px;
    margin-top: 0;
    margin-bottom: 0;
}

.grid-medical h4:after {
    content: "";
    width: 200px;
    height: 2px;
    display: block;
    background-color: #525252;
    margin: 5px 0 20px;
}

.grid-medical p {
    font-size: 18px;
}

@media screen and (min-width: 1025px) {
    .tab-technology-new>.elementor-widget-container>.wrapper>.tabContentWrap .tab-right {
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .tab-technology-new>.elementor-widget-container>.wrapper {
        display: flex;
        justify-content: center;
        gap: 47px;
        padding-top: 131px;
    }

    .tab-technology-new>.elementor-widget-container>.wrapper>.tab {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
}

@media screen and (max-width:1024px) {
    .tab-technology-new>.elementor-widget-container>.wrapper>.tab {
        top: 50px;
    }

    .tab-technology-new>.elementor-widget-container>.wrapper>.tab div {
        line-height: 15px;
    }
}

@media screen and (max-width:767px) {
    .box-content-button .elementor-button-icon svg {
        width: 40px;
    }
}