/* Start custom CSS for text-editor, class: .elementor-element-0128f31 */.medical-reference-box {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 24px 0;
    padding: 18px 16px 18px 18px;
    background: #fff8f7;
    border: 1px solid #f1b5ae;
    border-left: 4px solid #e45749;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    font-family: inherit;
}

/* Reference heading */
.medical-reference-label {
    margin-bottom: 7px;
    color: #c9362b;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.2px;
}

/* Reference text */
.medical-reference-text {
    color: #4b4b4b;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

/* Tablet */
@media (min-width: 600px) {
    .medical-reference-box {
        padding: 20px 22px 20px 22px;
        border-left-width: 5px;
    }

    .medical-reference-label {
        font-size: 14px;
    }

    .medical-reference-text {
        font-size: 15px;
        line-height: 1.65;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .medical-reference-box {
        margin: 28px 0;
        padding: 20px 24px;
        border-radius: 9px;
    }

    .medical-reference-text {
        font-size: 15px;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-8ff7f12 */.medical-comparison-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 24px 0;
    border: 1px solid #d8d8d8;
    background: #fff;
}

/* Table */
.medical-comparison-table {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.45;
}

/* Header */
.medical-comparison-table thead th {
    background: #0d4f70;
    color: #fff;
    padding: 10px 9px;
    text-align: left;
    font-weight: 600;
    border-right: 1px solid rgba(255, 255, 255, 0.45);
    border-bottom: 1px solid #0d4f70;
}

.medical-comparison-table thead th:first-child {
    width: 21%;
}

.medical-comparison-table thead th:nth-child(2),
.medical-comparison-table thead th:nth-child(3) {
    width: 39.5%;
}

.medical-comparison-table thead th:last-child {
    border-right: none;
}

/* Body cells */
.medical-comparison-table tbody th,
.medical-comparison-table tbody td {
    padding: 9px 9px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    vertical-align: top;
    text-align: left;
}

/* Row label */
.medical-comparison-table tbody th {
    color: #333;
    background: #fafafa;
    font-weight: 500;
}

/* Content */
.medical-comparison-table tbody td {
    color: #333;
    background: #fff;
    font-weight: 400;
}

.medical-comparison-table tbody td:last-child,
.medical-comparison-table tbody th:last-child {
    border-right: none;
}

.medical-comparison-table tbody tr:last-child th,
.medical-comparison-table tbody tr:last-child td {
    border-bottom: none;
}

/* Tablet */
@media (min-width: 600px) {
    .medical-comparison-table {
        min-width: 0;
        font-size: 14px;
        line-height: 1.5;
    }

    .medical-comparison-table thead th {
        padding: 11px 10px;
    }

    .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 {
        padding: 11px 10px;
    }

    .medical-comparison-table tbody th,
    .medical-comparison-table tbody td {
        padding: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-8beedae */.medical-disclaimer {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
}

.medical-disclaimer-title {
    margin: 0 0 10px;
    padding: 0 2px;
    color: #2768c7;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

.medical-disclaimer-content {
    box-sizing: border-box;
    width: 100%;
    padding: 16px 17px;
    background: #f5f8fc;
    border: 1px solid #174f82;
    color: #111;
    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: 9px;
    }

    .medical-disclaimer-content {
        padding: 15px 14px;
        font-size: 13px;
        line-height: 1.6;
    }
}

/* Tablet & Desktop */
@media (min-width: 600px) {
    .medical-disclaimer-content {
        padding: 17px 18px;
        font-size: 14px;
        line-height: 1.6;
    }
}/* End custom CSS */