.main-slider-three__sub-title {
    transform: none !important;
    opacity: 1 !important;
}

.main-slider-three__title__inner {
    opacity: 1;
    transform: none;
}

.main-slider-three__button {
    opacity: 1;
    transform: none;
}

tbody, td, tfoot, th, thead, tr {
    border: 1px solid black;
    padding: 5px;

}

.main-slider-three__carousel-counter {
    overflow: hidden;
}

.form-group select {
    display: block;
    width: 100%;
    font-family: var(--mediox-font);
    background-color: var(--mediox-white2, #ECF0F5);
    font-size: 14px;
    color: var(--mediox-text, #707882);
    font-weight: 500;
    border: none;
    outline: none;
    padding: 0 20px;
    height: 55px;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: all 400ms ease;
}

.mySwiperPagination .swiper-slide {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: auto;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    margin-top: 15px;
}

.mySwiperPagination .swiper-slide-active {
    opacity: 1;
    color: var(--mediox-base, #33C1ED);
    font-size: 26px;
    margin-top: 5px;
}

.mySwiperPagination .swiper-slide-active::after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: var(--mediox-base, #33C1ED);
    position: absolute;
    top: -5px;
    left: 65%;


    transition: all 500ms ease;
}

.welcome-two__image__bg {
    width: calc(100% - 20px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border-radius: inherit;

}

.welcome-one__inner__bg::after {
    background: linear-gradient(90deg, var(--mediox-base, #33C1ED) 0%, rgba(46, 81, 163, 0) 100%);
}

.welcome-two__inner__bg {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #2E51A3 0%, rgba(46, 81, 163, 0) 100%);
    border-radius: inherit;
}

.welcome-two__inner__bg::after {
    background: linear-gradient(270deg, var(--mediox-base, #33C1ED) 0%, rgba(46, 81, 163, 0) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
}

.features-one__card, .features-one__card__content {
    min-height: 100%;
}

.welcome-two__image {
    width: 100%;
    max-width: 569px;
    height: 100%;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 30px 937px 0px 30px;
    z-index: 1;
}

.container-content-welcome {
    justify-content: end;
    display: flex;
}

.welcome-two__content {
    position: relative;
    z-index: 1;
    max-width: 473px;
}

.swiper-fade .swiper-slide.bullet-slide {
    pointer-events: all;
    cursor: pointer;
}

.main-slider-three__carousel-counter {
    height: 59px;
}

.content-editor ul li::before, .content-container ul li:not(.normal-li)::before {
    content: "\e906";
    font-family: 'icomoon' !important;
    color: var(--mediox-base, #33C1ED);
    margin-right: 10px;
    margin-left: -5px;

}

.content-editor ul li, .content-container ul li:not(.normal-li) {
    text-indent: -25px;

}

.team-details__inner, .team-details__inner_2 {
    margin-bottom: 40px;
}

.client-carousel__one__item:hover img {
    mix-blend-mode: normal !important;
}

h1, h2, h3, h4, h5, h6, a {
    text-transform: none !important;
}

.content-editor ul {
    list-style-position: outside;
    padding-left: 30px;
}

.about-three__image__inner span.main-slider-one__title__image {
    position: absolute;
    z-index: 10;
    justify-content: center;
    align-items: center;
    top: 44%;
    left: 44%;
}


.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 420px;
    max-height: 750px;
    height: 100%;
}

.main-header--four .main-header__logo::before {
    background-color: transparent;
}

.mfp-iframe-scaler iframe {
    width: 100% !important;
    height: calc(55% * 16 / 9) !important;
    object-fit: cover;
}

.team-details__inner_2 {

    padding: 60px;
    display: grid;
    grid-template-columns: auto 370px;
    align-items: start;
    grid-gap: 35px 40px;
    background-color: var(--mediox-white2, #ECF0F5);
    border-radius: 30px;
}

@media (max-width: 991px) {
    .team-details__inner_2 {
        grid-template-columns: auto !important;
    }
}

.service-details__content ul li::marker {
    content: none !important;
}

.content-editor li.normal-li::before {
    content: none !important;
    display: none !important;
}

img.service-card-two__image {
    max-width: 390px;
}

.container-text {
    max-height: 126px;
    overflow-y: hidden;
}

.testimonial-card .testimonial-card__name a {
    color: var(--mediox-black, #0A2241);
}

.testimonial-card:hover .testimonial-card__name a {
    color: var(--mediox-white, #FFFFFF) !important;
}

.blog-card-two--home3 .blog-card-two__content {
    height: 150px;
}


.social-links a:hover i {
    color: var(--mediox-white, #FFFFFF);

}

.contact-page .form-one select {
    display: block;
    font-family: var(--mediox-font, "Manrope", sans-serif);
    background-color: var(--mediox-white2, #ECF0F5);
    font-size: 14px;
    color: var(--mediox-text, #707882);
    font-weight: 400;
    height: 60px;
    padding: 0px 25px;
    border: 1px solid var(--mediox-border-color, #D9E1EB);
    border-radius: 6px;
}

.lang_actual {
    font-size: 18px;
    font-weight: 900;

}

.content-editor li {
    list-style: none;
}

.team-card-three__identity {
    right: 0px;
}

.owl-carousel .owl-item img {
    height: auto;
}



.testimonial-card .container-text {
    max-height: fit-content;

}

hr {
    height: 4px;
    border-radius: 2px;
    border: none;
    border-top: 2px dashed #33a2b1;
}

.content-editor {
    font-family: var(--mediox-font, "Manrope", sans-serif) !important;
    font-size: 16px !important;
    color: var(--mediox-text, #707882) !important;
    font-weight: 500 !important;
    line-height: 1.875 !important;
    background-color: var(--mediox-white, #FFFFFF) !important;
}

button.nav-link {
    background: #33a2b1;
    color: white;
    margin-bottom: 5px !important;
    border-radius: 5px;
    transition: 500ms;
    line-height: 20px;
}

.nav-tabs .nav-link.active {
    border: 1px solid #0d394f;
    background: #0d394f;
    color: white;
}

button.nav-link:hover {
    background: #0d394f;
    color: white;
}


element.style {
    height: auto;
}

.about-three__image__inner {
    padding-top: 0px;
}

.main-footer__contact__text:hover {
    color: var(--mediox-white, #FFFFFF);
}


.blog-card-two--home3 .blog-card-two__image__item img:last-child {
    position: relative;
    transform: translateY(0%);
}

.about-three__image__one {
    border-radius: 20px;
}

.main-footer__info__row .animated.fadeInUp.wow {
    padding: 0px 0px 0px 20px;
}

.testimonial-card:hover .content-link-testimony a {
    color: var(--mediox-white, #FFFFFF);
}

.content-link-testimony p {
    border: none;
}

@media screen and (max-width: 430px) {
    .main-slider-three__title__inner {
        font-size: 35px;
    }

    .main-header__logo img {
        width: 200px;
    }
}

@media screen and (max-width: 400px) {
    .main-slider-three__title__inner {
        font-size: 35px;
    }

    .main-slider-three__button-group .mediox-btn {

        font-size: 10px;
        padding: 8px 12.5px;
    }

}