.elementor-3784 .elementor-element.elementor-element-4a686c1 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-3784 .elementor-element.elementor-element-85e1920 .elementor-wrapper{--video-aspect-ratio:1.77777;}/* Start custom CSS for text-editor, class: .elementor-element-0eff7ca */.medical-reference-box {
    width: 100%;
    box-sizing: border-box;
    margin: 24px 0;
    padding: 16px 17px;
    background: #fffafa;
    border: 1px solid #e45749;
    border-radius: 2px;
    color: #333;
}

/* Heading */
.medical-reference-label {
    margin: 0 0 8px;
    color: #d94a3d;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}

/* Main text */
.medical-reference-text {
    margin: 0;
    color: #333;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 400;
}

/* Italic text */
.medical-reference-text em {
    font-style: italic;
}

/* Mobile */
@media (max-width: 599px) {
    .medical-reference-box {
        margin: 20px 0;
        padding: 14px 14px;
    }

    .medical-reference-label {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .medical-reference-text {
        font-size: 13px;
        line-height: 1.6;
    }
}

/* Tablet */
@media (min-width: 600px) {
    .medical-reference-box {
        padding: 17px 18px;
    }

    .medical-reference-text {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .medical-reference-box {
        margin: 28px 0;
        padding: 18px 20px;
    }

    .medical-reference-label {
        font-size: 15px;
    }

    .medical-reference-text {
        font-size: 14px;
        line-height: 1.6;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7a7f6e0 */.medical-comparison-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 24px 0;
    border: 1px solid #d8d8d8;
    background: #fff;
}

.medical-comparison-table {
    width: 100%;
    min-width: 680px;
    margin: 0 !important;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.5;
}

/* Header */
.medical-comparison-table thead th {
    background: #0d4f70;
    color: #fff;
    padding: 10px 9px;
    text-align: left;
    font-weight: 600;
    vertical-align: middle;
    border-right: 1px solid rgba(255,255,255,.45);
    border-bottom: 1px solid #0d4f70;
}

.medical-comparison-table thead th:first-child {
    width: 27%;
}

.medical-comparison-table thead th:nth-child(2),
.medical-comparison-table thead th:nth-child(3) {
    width: 36.5%;
}

.medical-comparison-table thead th:last-child {
    border-right: none;
}

/* Body */
.medical-comparison-table tbody th,
.medical-comparison-table tbody td {
    padding: 9px;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.medical-comparison-table tbody th {
    background: #fafafa;
    color: #333;
    font-weight: 500;
}

.medical-comparison-table tbody td {
    background: #fff;
    color: #333;
    font-weight: 400;
}

.medical-comparison-table th:last-child,
.medical-comparison-table td:last-child {
    border-right: none;
}

.medical-comparison-table tbody tr:last-child th,
.medical-comparison-table tbody tr:last-child td {
    border-bottom: none;
}

/* Prevent weird row splitting */
.medical-comparison-table tr {
    break-inside: avoid;
    page-break-inside: avoid;
}

/* Mobile */
@media (max-width: 599px) {

    .medical-comparison-table-wrap {
        margin: 20px 0;
        border-radius: 5px;
    }

    .medical-comparison-table {
        min-width: 680px;
        font-size: 13px;
        line-height: 1.5;
    }

    .medical-comparison-table thead th,
    .medical-comparison-table tbody th,
    .medical-comparison-table tbody td {
        padding: 9px 8px;
    }
}

/* Tablet */
@media (min-width: 600px) {

    .medical-comparison-table {
        min-width: 0;
        font-size: 14px;
        line-height: 1.55;
    }

    .medical-comparison-table thead th,
    .medical-comparison-table tbody th,
    .medical-comparison-table tbody td {
        padding: 10px;
    }
}

/* Desktop */
@media (min-width: 1024px) {

    .medical-comparison-table-wrap {
        margin: 28px 0;
    }

    .medical-comparison-table {
        font-size: 14px;
    }

    .medical-comparison-table thead th,
    .medical-comparison-table tbody th,
    .medical-comparison-table tbody td {
        padding: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-128e609 */.medical-disclaimer {
    width: 100%;
    box-sizing: border-box;
    margin: 28px 0;
}

.medical-disclaimer-title {
    margin: 0 0 9px;
    padding: 0 2px;
    color: #164f78;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

.medical-disclaimer-content {
    width: 100%;
    box-sizing: border-box;
    padding: 16px 16px;
    background: #f5f8fc;
    border: 1px solid #164f78;
    color: #222;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 400;
}

.medical-disclaimer-content em {
    font-style: italic;
}

/* Mobile */
@media (max-width: 599px) {
    .medical-disclaimer {
        margin: 24px 0;
    }

    .medical-disclaimer-title {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .medical-disclaimer-content {
        padding: 14px;
        font-size: 13px;
        line-height: 1.6;
    }
}

/* Tablet */
@media (min-width: 600px) {
    .medical-disclaimer-content {
        padding: 17px 18px;
        font-size: 14px;
        line-height: 1.6;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .medical-disclaimer {
        margin: 30px 0;
    }

    .medical-disclaimer-title {
        font-size: 18px;
    }

    .medical-disclaimer-content {
        padding: 18px 20px;
        font-size: 14px;
        line-height: 1.6;
    }
}/* End custom CSS */