.home-test-banner {
    margin-bottom: 42px;
    overflow: visible;
}

.home-test-banner .slide-banner-home {
    height: 100%;
    overflow: hidden;
}

.home-test-banner>.slider-pagination {
    display: none;
}

.home-test-banner-booking {
    bottom: 0;
    left: 50%;
    max-width: 650px;
    padding: 0;
    position: absolute;
    transform: translate(-50%, 50%);
    width: 100%;
    z-index: 8;
}

.home-test-booking-form {
    background: #1080C3;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 12px 30px rgba(17, 31, 80, 0.2);
    display: flex;
    flex-direction: column;
    height: 118px;
    justify-content: center;
    padding: 12px 26px;
    width: 100%;
}

.home-test-booking-title {
    color: #fff;
    font-family: "robotob";
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: center;
}

.home-test-booking-fields {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 130px;
}

.home-test-booking-fields input,
.home-test-booking-submit {
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 13px;
    height: 40px;
    margin: 0;
    min-width: 0;
    width: 100%;
}

.home-test-booking-fields input {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: #333;
}

.home-test-booking-fields input:focus {
    border-color: #ffd28b;
    box-shadow: 0 0 0 3px rgba(255, 210, 139, 0.3);
}

.home-test-booking-submit {
    background: #f58220;
    border: 1px solid #f58220;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.home-test-booking-submit:hover,
.home-test-booking-submit:focus {
    background: #df6f0d;
    border-color: #df6f0d;
    color: #fff;
}

.home-test-booking-captcha {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.home-test-hospital-section {
    padding: 65px 0 70px;
}

.home-test-hospital-intro {
    max-width: 1150px;
}

.home-test-hospital-intro .row {
    margin-left: -8px;
    margin-right: -8px;
}

.home-test-hospital-media,
.home-test-hospital-content {
    padding-left: 8px;
    padding-right: 8px;
}

.home-test-hospital-content {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-test-hospital-intro .img-box,
.home-test-hospital-intro .img-box-show {
    border-radius: 5px;
    overflow: hidden;
}

.home-test-hospital-section .home-test-hospital-intro .img-box .img-box-show {
    padding-top: 72%;
}

.home-test-hospital-intro .img-box-show img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-test-hospital-content .all-title {
    color: #142351;
    font-family: "robotob";
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
}

.home-test-hospital-content .all-title::after {
    display: none;
}

.home-test-hospital-eyebrow {
    border: 1px solid #142351;
    border-radius: 999px;
    display: inline-flex;
    font-family: "roboto";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 5px 22px;
}

.home-test-hospital-heading,
.home-test-hospital-slogan {
    margin: 0;
}

.home-test-hospital-heading {
    text-transform: capitalize;
}

.home-test-hospital-slogan {
    color: #168cca;
    margin-top: 4px;
    text-transform: capitalize;
}

.home-test-hospital-content .content {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 18px;
}

.home-test-hospital-content .content p:last-child {
    margin-bottom: 0;
}

.home-test-hospital-link {
    background: #168cca;
    border-radius: 6px;
    color: #fff;
    font-family: "robotob";
    font-size: 16px;
    margin-top: 36px;
    min-height: 48px;
    min-width: 208px;
    padding: 10px 20px;
    transition: background-color 0.2s ease;
}

.home-test-hospital-link:hover,
.home-test-hospital-link:focus {
    background: #0878b5;
    color: #fff;
}

.home-test-service-section {
    background: #fff !important;
    padding: 0 0 62px;
}

.home-test-service-header {
    color: #142351;
    margin: 0 auto 42px;
    max-width: 680px;
}

.home-test-service-header h2 {
    font-family: "robotob";
    font-size: 34px;
    line-height: 1.3;
}

.home-test-service-header h2 span {
    color: #168cca;
    display: block;
}

.home-test-service-summary {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 14px;
}

.home-test-service-slider {
    margin: 0 auto;
    width: 100%;
}

.home-test-service-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-test-service-card {
    border-radius: 7px;
    color: #fff;
    min-width: 0;
    overflow: hidden;
}

.home-test-service-image {
    border-radius: 7px 7px 0 0;
    padding-top: 57%;
}

.home-test-service-content {
    background: #02a15e;
    display: flex;
    flex-direction: column;
    min-height: 145px;
    padding: 14px 16px 12px;
}

.home-test-service-card:nth-child(3n+2) .home-test-service-content {
    background: #068a8b;
}

.home-test-service-card:nth-child(3n+3) .home-test-service-content {
    background: #017cab;
}

.home-test-service-content h3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-family: "robotob";
    font-size: 24px;
    line-height: 1.5;
    overflow: hidden;
}

.home-test-service-content p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
    overflow: hidden;
}

.home-test-service-more {
    align-items: center;
    display: inline-flex;
    font-size: 16px;
    margin-top: 8px;
    width: max-content;
}

.home-test-service-content a:hover,
.home-test-service-content a:focus {
    color: #fff;
    opacity: 0.82;
}

.home-test-service-pagination {
    margin-top: 28px;
    text-align: center;
}

.home-test-service-pagination .swiper-pagination-bullet {
    background: #aeb4bc;
    height: 7px;
    margin: 0 5px;
    opacity: 1;
    width: 7px;
}

.home-test-service-pagination .swiper-pagination-bullet-active {
    background: #168cca;
}

.home-test-service-all {
    background: #168cca;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    font-family: "robotob";
    padding: 10px 24px;
    text-transform: uppercase;
}

.home-test-doctor-section {
    background: #fff;
    padding: 68px 0 64px;
}

.home-test-doctor-header {
    color: #142351;
    margin: 0 auto 38px;
    max-width: 800px;
}

.home-test-doctor-eyebrow {
    border: 1px solid #142351;
    border-radius: 999px;
    display: inline-flex;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 5px 20px;
}

.home-test-doctor-header h2 {
    font-family: "robotob";
    font-size: 34px;
    line-height: 1.3;
}

.home-test-doctor-summary {
    color: #777;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 16px;
}

.home-test-doctor-slider-wrap {
    margin: 0 auto;
    position: relative;
}

.home-test-doctor-slider {
    padding: 0 3px 8px;
}

.home-test-doctor-card {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 8px 24px rgba(20, 35, 81, 0.06);
    min-width: 0;
    overflow: hidden;
}

.home-test-doctor-media {
    background: #dff2fb;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}

.home-test-doctor-image {
    inset: 0;
    position: absolute;
}

.home-test-doctor-image img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.home-test-doctor-booking {
    background: #168cca;
    border-radius: 4px;
    bottom: 16px;
    color: #fff;
    font-family: "robotob";
    font-size: 13px;
    left: 14px;
    opacity: 0;
    padding: 11px 14px;
    position: absolute;
    right: 14px;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.home-test-doctor-card:hover .home-test-doctor-booking,
.home-test-doctor-card:focus-within .home-test-doctor-booking {
    color: #fff;
    opacity: 1;
    transform: translateY(0);
}

.home-test-doctor-info {
    min-height: 118px;
    padding: 16px 18px 18px;
}

.home-test-doctor-rank {
    color: #142351;
    font-size: 14px;
    line-height: 1.5;
}

.home-test-doctor-info h3 {
    color: #142351;
    font-family: "robotob";
    font-size: 20px;
    line-height: 1.5;
    margin-top: 3px;
    text-transform: uppercase;
}

.home-test-doctor-position {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #168cca;
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
    overflow: hidden;
}

.home-test-doctor-controls {
    display: flex;
    justify-content: space-between;
    left: -52px;
    pointer-events: none;
    position: absolute;
    right: -52px;
    top: 48%;
    transform: translateY(-50%);
    z-index: 3;
}

.home-test-doctor-prev,
.home-test-doctor-next {
    align-items: center;
    background: #fff;
    border: 1px solid #cfd5dd;
    border-radius: 50%;
    color: #142351;
    display: inline-flex;
    font-size: 20px;
    height: 38px;
    justify-content: center;
    pointer-events: auto;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    width: 38px;
}

.home-test-doctor-prev:hover,
.home-test-doctor-prev:focus,
.home-test-doctor-next:hover,
.home-test-doctor-next:focus {
    background: #168cca;
    border-color: #168cca;
    color: #fff;
}

.home-test-doctor-controls button:disabled,
.home-test-doctor-controls .swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.home-test-doctor-pagination {
    display: none;
}

.home-test-doctor-footer {
    margin-top: 30px;
}

.home-test-doctor-all {
    background: #168cca;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    font-family: "robotob";
    font-size: 14px;
    justify-content: center;
    min-width: 150px;
    padding: 11px 22px;
    text-transform: uppercase;
}

.home-test-doctor-all:hover,
.home-test-doctor-all:focus {
    color: #fff;
    opacity: 0.86;
}

.home-test-equipment-section {
    background-position: center;
    position: relative;
}

.home-test-equipment-section::before {
    background: rgba(0, 43, 83, 0.62);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.home-test-equipment-section>.container {
    position: relative;
    z-index: 1;
}

.home-test-equipment-tag {
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 4px 16px;
    text-transform: uppercase;
}

.home-test-equipment-section .all-title {
    padding-bottom: 0;
    text-transform: capitalize;
}

.home-test-equipment-section .all-title::after {
    display: none;
}

.home-test-equipment-section .pagination-ttb-home {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
}

.home-test-equipment-section .slider-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.48);
    height: 7px;
    margin: 0 !important;
    opacity: 1;
    width: 7px;
}

.home-test-equipment-section .slider-pagination .swiper-pagination-bullet-active {
    background: #fff;
    width: 7px;
}

.home-test-news-section {
    background: #fff;
    padding: 62px 0 0;
}

.home-test-event-section {
    padding-bottom: 70px;
}

.home-test-news-header {
    color: #142351;
    margin-bottom: 28px;
}

.home-test-news-header h2 {
    font-family: "robotob";
    font-size: 34px;
    line-height: 1.3;
}

.home-test-news-header p {
    color: #888;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
}

.home-test-news-grid {
    display: grid;
    border-bottom: 1px solid #e1e1e1;
    gap: 0;
    grid-template-columns: minmax(0, 45fr) minmax(0, 26fr) minmax(0, 29fr);
    padding-bottom: 15px;
}

.home-test-news-grid>.home-test-news-feature,
.home-test-news-grid>.home-test-news-medium-list,
.home-test-news-grid>.home-test-news-small-list {
    box-sizing: border-box;
}

.home-test-news-feature {
    border-right: 1px solid #e1e1e1;
    padding: 0 22px 15px 0;
}

.home-test-news-medium-list {
    border-right: 1px solid #e1e1e1;
    padding: 0 22px;
}

.home-test-news-small-list {
    padding-left: 22px;
}

.home-test-news-grid article,
.home-test-news-grid h3 {
    min-width: 0;
}

.home-test-news-image {
    background: #eef2f4;
    overflow: hidden;
}

.home-test-news-image img {
    transition: transform 0.25s ease;
}

.home-test-news-image:hover img {
    transform: scale(1.035);
}

.home-test-news-grid h3 a {
    color: #111;
    font-family: "robotob";
}

.home-test-news-grid h3 a:hover,
.home-test-news-grid h3 a:focus {
    color: #168cca;
}

.home-test-news-feature .home-test-news-image {
    border-radius: 7px;
    padding-top: 71.5%;
}

.home-test-news-feature h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 14px;
}

.home-test-news-feature p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #888;
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
    overflow: hidden;
}

.home-test-news-medium-list,
.home-test-news-small-list {
    display: grid;
    gap: 0;
}

.home-test-news-medium {
    align-content: start;
    display: grid;
}

.home-test-news-medium:not(:last-child),
.home-test-news-small:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.home-test-news-medium .home-test-news-image {
    border-radius: 7px;
    padding-top: 61%;
}

.home-test-news-medium h3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
    overflow: hidden;
}

.home-test-news-small-list {
    grid-template-rows: repeat(4, minmax(0, 1fr));
}

.home-test-news-small {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) 112px;
}

.home-test-news-small h3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
}

.home-test-news-small .home-test-news-image {
    border-radius: 7px;
    padding-top: 68%;
}

.home-test-partner-section {
    background: #fff;
    padding: 54px 0 66px;
}

.home-test-partner-title {
    color: #142351;
    font-family: "robotob";
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 32px;
}

.home-test-partner-section .slide-partner {
    padding: 0 2px;
}

.home-test-partner-section .item-partner {
    align-items: center;
    border: 0;
    border-radius: 0;
    display: flex;
    height: 62px;
    justify-content: center;
    padding: 0 10px;
}

.home-test-partner-section .item-partner:hover {
    box-shadow: none;
}

.home-test-partner-section .item-partner .img,
.home-test-partner-section .item-partner a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.home-test-partner-section .item-partner img {
    height: auto;
    max-height: 44px;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.home-test-partner-section .slider-pagination {
    display: none !important;
}

/* Keep the test homepage typography aligned with the theme breakpoints. */
@media (min-width: 768px) and (max-width: 1400px) {

    .home-test-hospital-content .all-title,
    .home-test-service-header h2,
    .home-test-doctor-header h2,
    .home-test-news-header h2,
    .home-test-partner-title {
        font-size: 28px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {

    .home-test-hospital-content .all-title,
    .home-test-service-header h2,
    .home-test-doctor-header h2,
    .home-test-news-header h2,
    .home-test-partner-title {
        font-size: 26px;
    }
}

@media (min-width: 1366px) {
    .home-test-banner {
        height: 458px;
    }
}

@media (min-width: 1599px) {
    .home-test-banner {
        height: 535px;
    }
}

@media (min-width: 1900px) {
    .home-test-banner {
        height: 642px;
    }
}

@media (max-width: 767px) {
    .home-test-banner {
        margin-bottom: 0;
    }

    .home-test-banner-booking {
        display: none;
    }

    .home-test-hospital-section {
        padding: 24px 0 32px;
    }

    .home-test-hospital-intro {
        max-width: 520px;
    }

    .home-test-hospital-content {
        align-items: center;
        margin-top: 20px;
        text-align: center;
    }

    .home-test-hospital-content .all-title {
        font-size: 26px;
    }

    .home-test-hospital-eyebrow {
        font-size: 13px;
        margin-bottom: 14px;
        padding: 5px 16px;
    }

    .home-test-hospital-content .content {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 18px;
    }

    .home-test-hospital-link {
        font-size: 14px;
        margin-top: 24px;
        min-height: 42px;
        min-width: 160px;
    }

    .home-test-service-section {
        padding: 0 0 42px;
    }

    .home-test-service-header {
        margin-bottom: 28px;
    }

    .home-test-service-header h2 {
        font-size: 26px;
    }

    .home-test-service-summary {
        display: none;
    }

    .home-test-service-mobile-wrap {
        margin: 0 auto;
        max-width: 360px;
        position: relative;
        width: calc(100% - 28px);
    }

    .home-test-service-mobile-slider {
        width: 100%;
    }

    .home-test-service-mobile-slider .swiper-slide:nth-child(3n+2) .home-test-service-content {
        background: #068a8b;
    }

    .home-test-service-mobile-slider .swiper-slide:nth-child(3n+3) .home-test-service-content {
        background: #017cab;
    }

    .home-test-service-mobile-controls {
        display: flex;
        justify-content: space-between;
        left: -18px;
        pointer-events: none;
        position: absolute;
        right: -18px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
    }

    .home-test-service-mobile-prev,
    .home-test-service-mobile-next {
        align-items: center;
        background: #168cca;
        border: 1px solid #168cca;
        border-radius: 50%;
        color: #fff;
        display: inline-flex;
        font-size: 22px;
        height: 42px;
        justify-content: center;
        pointer-events: auto;
        transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
        width: 42px;
    }

    .home-test-service-mobile-prev:hover,
    .home-test-service-mobile-prev:focus,
    .home-test-service-mobile-next:hover,
    .home-test-service-mobile-next:focus {
        background: #fff;
        color: #168cca;
    }

    .home-test-service-mobile-controls button:disabled {
        opacity: 0.35;
        pointer-events: none;
    }

    .home-test-doctor-section {
        padding: 36px 0 42px;
    }

    .home-test-doctor-header {
        margin-bottom: 20px;
        max-width: 290px;
    }

    .home-test-doctor-eyebrow {
        font-size: 10px;
        margin-bottom: 10px;
        padding: 3px 13px;
    }

    .home-test-doctor-header h2 {
        font-size: 26px;
        line-height: 1.3;
        margin: 0 auto;
        max-width: 260px;
    }

    .home-test-doctor-summary {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 12px;
    }

    .home-test-doctor-slider-wrap {
        width: calc(100% - 20px);
    }

    .home-test-doctor-controls {
        display: none;
    }

    .home-test-doctor-booking {
        display: none;
    }

    .home-test-doctor-info {
        min-height: 94px;
        padding: 13px 14px 15px;
    }

    .home-test-doctor-rank {
        font-size: 14px;
    }

    .home-test-doctor-info h3 {
        font-size: 20px;
        line-height: 1.5;
    }

    .home-test-doctor-position {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 6px;
    }

    .home-test-doctor-pagination {
        align-items: center;
        display: flex;
        gap: 6px;
        justify-content: center;
        margin: 18px auto 0;
        width: max-content;
    }

    .home-test-doctor-pagination button {
        background: #999;
        border: 0;
        border-radius: 50%;
        height: 6px;
        opacity: 0.75;
        padding: 0;
        transition: background-color 0.2s ease, opacity 0.2s ease;
        width: 6px;
    }

    .home-test-doctor-pagination button.is-active {
        background: #168cca;
        opacity: 1;
    }

    .home-test-doctor-footer {
        display: none;
    }

    .home-test-equipment-section {
        background-attachment: scroll;
        padding: 28px 0 48px !important;
    }

    .home-test-equipment-section>.container.px-mobile {
        padding-left: 26px !important;
        padding-right: 26px !important;
    }

    .home-test-equipment-section .px-mobile>.row {
        margin-left: 0;
        margin-right: 0;
    }

    .home-test-equipment-section .px-mobile>.row>[class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .home-test-equipment-section .all-title-wrapper {
        background: transparent;
        padding: 0;
        text-align: center;
    }

    .home-test-equipment-tag {
        font-size: 11px;
        margin-bottom: 12px;
        padding: 4px 17px;
    }

    .home-test-equipment-section .all-title {
        color: #fff;
        font-size: 26px;
        line-height: 1.15;
    }

    .home-test-equipment-summary-column {
        display: block;
        margin-top: 10px;
        padding: 0;
        text-align: center;
    }

    .home-test-equipment-summary-column .short-content {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        font-size: 16px !important;
        line-height: 1.5;
        margin: 0 !important;
        overflow: hidden;
    }

    .home-test-equipment-section .container-sp {
        background: transparent;
        margin-top: 18px;
        max-width: 414px;
        padding-left: 26px;
        padding-right: 26px;
    }

    .home-test-equipment-section .modern-equipment-home-wraper {
        top: 0;
    }

    .home-test-equipment-section .modern-equipment-home-img {
        padding-left: 0;
    }

    .home-test-equipment-section .item-img-equipment {
        padding: 0;
    }

    .home-test-equipment-section .item-img-equipment .c-img {
        border: 2px solid #fff;
        border-radius: 16px;
        box-shadow: none;
        overflow: hidden;
        padding-top: 56%;
    }

    .home-test-equipment-section .item-img-equipment>.d-block {
        background: #fff;
        border-radius: 12px;
        color: #333;
        margin-top: 10px;
        padding: 16px 14px 20px !important;
    }

    .home-test-equipment-section .item-img-equipment .all-sub-title {
        color: #111;
        font-size: 18px !important;
        line-height: 1.25;
        padding-bottom: 10px;
    }

    .home-test-equipment-section .item-img-equipment .all-sub-title::after {
        height: 2px;
        width: 48px;
    }

    .home-test-equipment-section .item-img-equipment .short-content {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        color: #444;
        display: -webkit-box;
        font-size: 14px !important;
        line-height: 1.35;
        margin: 12px 0 16px !important;
        overflow: hidden;
    }

    .home-test-equipment-section .item-img-equipment .btn-view-all-main {
        border-radius: 8px;
        display: inline-flex !important;
        font-family: "robotob";
        font-size: 14px !important;
        padding: 8px 16px;
    }

    .home-test-equipment-section .modern-equipment-home-img .slider-pagination {
        display: block !important;
        margin: 30px 0 0 !important;
        position: static;
    }

    .home-test-equipment-section+.new-home {
        margin-top: 0;
    }

    .home-test-news-section {
        padding-top: 30px;
    }

    .home-test-news-section>.container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .home-test-event-section {
        margin-top: 0;
        padding-bottom: 48px;
    }

    .home-test-news-header {
        margin: 0 auto 18px;
        max-width: 300px;
        text-align: center;
    }

    .home-test-news-header h2 {
        font-size: 26px;
        line-height: 1.3;
        margin: 0 auto;
        max-width: 280px;
    }

    .home-test-news-header p {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 7px;
    }

    .home-test-news-grid {
        gap: 18px;
        grid-template-columns: minmax(0, 1fr);
        padding-bottom: 15px;
    }

    .home-test-news-feature {
        border-right: 0;
        padding-right: 0;
    }

    .home-test-news-medium-list,
    .home-test-news-small-list {
        border-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .home-test-news-feature .home-test-news-image {
        padding-top: 64.5%;
    }

    .home-test-news-feature h3 {
        font-size: 20px;
        line-height: 1.3;
        margin-top: 14px;
    }

    .home-test-news-feature p {
        -webkit-line-clamp: 3;
        font-size: 16px;
        line-height: 1.5;
        margin-top: 7px;
    }

    .home-test-news-medium-list {
        display: none;
    }

    .home-test-news-small-list {
        border-top: 0;
        padding-top: 0;
    }

    .home-test-news-small-list {
        gap: 13px;
        grid-template-rows: none;
    }

    .home-test-news-small:not(:last-child) {
        margin-bottom: 0;
        padding-bottom: 13px;
    }

    .home-test-news-small {
        gap: 12px;
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .home-test-news-small h3 {
        font-size: 16px;
        grid-column: 2;
        grid-row: 1;
        line-height: 1.5;
    }

    .home-test-news-small .home-test-news-image {
        grid-column: 1;
        grid-row: 1;
        padding-top: 66%;
    }

    .home-test-partner-section {
        padding: 42px 0 48px;
    }

    .home-test-partner-title {
        font-size: 26px;
        margin-bottom: 24px;
    }

    .home-test-partner-section .item-partner {
        height: 54px;
        padding: 0 6px;
    }

    .home-test-partner-section .item-partner img {
        max-height: 38px;
    }
}

.home-test-footer {
    background: linear-gradient(138.93deg, #115aa9 21.07%, #11924f 178.55%) !important;
    color: #fff;
    overflow: hidden;
    padding: 12px 0 38px !important;
    position: relative;
}

.home-test-footer::before {
    background-image: url('../images/footer-swoosh-1.svg'), url('../images/footer-swoosh-2.svg');
    background-position: -258px -119px, -86px -121px;
    background-repeat: no-repeat, no-repeat;
    background-size: 342px 516px, 344px 516px;
    content: '';
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 300px;
}

.home-test-footer,
.home-test-footer * {
    box-sizing: border-box;
}

.home-test-footer-shell {
    position: relative;
    z-index: 1;
}

.home-test-footer-subscribe {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    min-height: 80px;
    padding: 20px 0 20px;
}

.home-test-footer-subscribe-copy {
    align-items: center;
    display: flex;
    gap: 12px;
}

.home-test-footer-subscribe-icon {
    align-items: center;
    display: inline-flex;
    flex: 0 0 42px;
    font-size: 34px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.home-test-footer-subscribe h2,
.home-test-footer-subscribe p,
.home-test-footer h2,
.home-test-footer h3,
.home-test-footer p {
    margin: 0;
}

.home-test-footer-subscribe h2 {
    font-family: 'robotob';
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
}

.home-test-footer-subscribe p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 4px;
}

.home-test-footer-subscribe-form {
    flex: 0 0 362px;
    max-width: 362px;
    width: 100%;
}

.home-test-footer-email-control {
    background: #fff;
    border-radius: 10px;
    display: flex;
    height: 50px;
    overflow: hidden;
}

.home-test-footer-email-control input {
    background: transparent;
    border: 0;
    color: #333;
    flex: 1 1 auto;
    font-size: 14px;
    min-width: 0;
    padding: 0 16px;
}

.home-test-footer-email-control input::placeholder {
    color: #c5c5c5;
}

.home-test-footer-email-control button {
    background: #1080c3;
    border-radius: 50%;
    color: #fff;
    flex: 0 0 30px;
    font-size: 14px;
    height: 30px;
    margin: 10px;
    width: 30px;
}

.home-test-footer-email-control button:hover,
.home-test-footer-email-control button:focus {
    background: #e57709;
}

.home-test-footer-captcha {
    margin-top: 10px;
}

.home-test-footer-main {
    display: grid;
    gap: 50px;
    grid-template-columns: minmax(0, 362px) minmax(0, 1fr) minmax(0, 265px);
    padding: 30px 0 30px;
}

.home-test-footer-logo {
    display: inline-block;
    margin-bottom: 30px;
}

.home-test-footer-logo img {
    filter: brightness(0) invert(1);
    height: auto !important;
    max-height: 40px;
    width: 201px;
}

.home-test-footer h2 {
    font-family: 'robotob';
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 12px;
    text-transform: none;
}

.home-test-footer h3 {
    font-family: 'robotob';
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.home-test-footer p,
.home-test-footer a,
.home-test-footer-rich-text {
    color: #fff;
    font-size: 14px;
    line-height: 1.45;
}

.home-test-footer-company>p {
    margin-bottom: 8px;
}

.home-test-footer-company h3 {
    margin-top: 30px;
}

.home-test-footer-contact-line {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    margin-bottom: 10px !important;
}

.home-test-footer-contact-line i {
    flex: 0 0 20px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}

.home-test-footer-call-list p {
    margin-bottom: 10px;
}

.home-test-footer-call-list p:last-child {
    margin-bottom: 0;
}

.home-test-footer-call-list a {
    text-decoration: underline;
}

.home-test-footer-contact-line a:hover,
.home-test-footer-working a:hover,
.home-test-footer-app-links a:hover {
    color: #ffbd61;
}

.home-test-footer-working h3:not(:first-child),
.home-test-footer-apps h3:not(:first-child) {
    margin-top: 30px;
}

.home-test-footer-rich-text p,
.home-test-footer-working p {
    margin-bottom: 10px;
}

.home-test-footer-rich-text p:last-child {
    margin-bottom: 0;
}

.home-test-footer-rich-text h1,
.home-test-footer-rich-text h2,
.home-test-footer-rich-text h3,
.home-test-footer-rich-text h4,
.home-test-footer-rich-text strong,
.home-test-footer-rich-text b {
    color: #fff;
    font-family: 'robotob';
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.home-test-footer-rich-text h1,
.home-test-footer-rich-text h2,
.home-test-footer-rich-text h3,
.home-test-footer-rich-text h4 {
    margin: 30px 0 15px;
}

.home-test-footer-rich-text> :first-child {
    margin-top: 0 !important;
}

.home-test-footer-rich-text ul,
.home-test-footer-rich-text ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-test-footer-rich-text li {
    margin-bottom: 10px;
}

.home-test-footer-rich-text li::before {
    display: none;
}

.home-test-footer-app-row {
    align-items: center;
    display: flex;
    gap: 10px;
}

.home-test-footer-app-row>a {
    background: #fafafc;
    border-radius: 10px;
    display: block;
    flex: 0 0 104px;
    height: 104px;
    overflow: hidden;
    padding: 10px;
    width: 104px;
}

.home-test-footer-app-row>a img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.home-test-footer-app-links {
    display: grid;
    gap: 27px;
}

.home-test-footer-app-links a {
    align-items: center;
    display: flex;
    font-size: 14px;
    gap: 5px;
}

.home-test-footer-app-links i {
    font-size: 19px;
    text-align: center;
    width: 20px;
}

.home-test-footer-connect {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.home-test-footer-connect h3 {
    margin: 0 !important;
}

.home-test-footer-socials {
    display: flex;
    gap: 10px;
}

.home-test-footer-socials a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    display: inline-flex;
    height: 25px;
    justify-content: center;
    width: 25px;
}

.home-test-footer-socials a:hover {
    background: #fff;
    color: #115aa9;
}

.home-test-footer-socials img {
    filter: brightness(0) invert(1);
    height: 14px;
    object-fit: contain;
    width: 14px;
}

.home-test-footer-socials a:hover img {
    filter: none;
}

.home-test-footer-badges {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.home-test-footer-badges>a,
.home-test-footer-badges>div {
    display: block;
    max-width: 112px;
}

.home-test-footer-badges img,
.home-test-footer-badges>div img {
    display: block;
    height: auto;
    max-height: 40px;
    max-width: 112px;
    object-fit: contain;
    width: auto;
}

.home-test-footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .25);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding-top: 30px;
}

.home-test-footer .footer-menu {
    margin: 0;
    padding: 0;
}

.home-test-footer .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.home-test-footer .footer-menu li {
    margin: 0;
    padding: 0 15px;
}

.home-test-footer .footer-menu li:first-child {
    padding-left: 0;
}

.home-test-footer .footer-menu li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .4);
}

.home-test-footer .footer-menu li::before {
    display: none;
}

.home-test-footer .footer-menu a,
.home-test-footer .copy-right {
    font-size: 14px;
    line-height: 1.4;
}

.home-test-footer .copy-right {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: right;
}

@media (max-width: 767px) {
    .home-test-footer {
        padding-bottom: 74px !important;
    }

    .home-test-footer::before {
        background-position: -190px -88px, -63px -89px;
        background-size: 252px 380px, 253px 380px;
        width: 210px;
    }

    .home-test-footer-shell {
        padding-left: 22px;
        padding-right: 22px;
    }

    .home-test-footer-subscribe {
        align-items: flex-start;
        display: block;
        padding: 22px 0 18px;
    }

    .home-test-footer-subscribe h2 {
        font-size: 15px;
    }

    .home-test-footer-subscribe p {
        font-size: 13px;
    }

    .home-test-footer-subscribe-form {
        flex: 1 1 auto;
        margin-top: 16px;
        max-width: none;
    }

    .home-test-footer-email-control {
        height: 44px;
    }

    .home-test-footer-main {
        display: grid;
        gap: 28px;
        grid-template-columns: 1fr;
        padding: 26px 0 24px;
    }

    .home-test-footer h2 {
        font-size: 16px;
    }

    .home-test-footer h3 {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .home-test-footer p,
    .home-test-footer a,
    .home-test-footer-rich-text {
        font-size: 13px;
    }

    .home-test-footer-app-links {
        gap: 16px;
    }

    .home-test-footer-connect {
        margin-top: 24px;
    }

    .home-test-footer .footer-menu a,
    .home-test-footer .copy-right {
        font-size: 13px;
    }

    .home-test-footer-bottom {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .home-test-footer .copy-right {
        text-align: left;
    }
}