/* 
Theme: Medimed
Loaded after Bootstrap + Theme styles
Use this file for all custom styling
*/

:root {
--bs-warning: #701a3d;
}

.wrapper.footer {
    background: url(../img/medimed-footer-bg.jpg);
}

/* DOWLOADS */


/* Section title */
.download-section-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #123c73;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    position: relative;
    padding-left: 14px;
}

.download-section-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    background: #8d2647;
}

/* Card */
.download-card {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem;
    border-radius: 0px;
    background: #f6f7f9;
    border: 1px solid #d8dee9;
    position: relative;
    transition: all 0.2s ease;
}

.download-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #123c73;
    border-radius: 0;
}

/* Hover */
.download-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Left icon */
.download-icon {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: #e3e7ed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #123c73;
    font-size: 0.9rem;
}

/* Content */
.download-card-content {
    flex: 1;
}

/* Title */
.download-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #123c73;
    margin-bottom: 4px;

    display: -webkit-box;
    -webkit-line-clamp: 2;      /* limits to 2 lines */
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;

    line-height: 1.3;
    min-height: calc(1.3em * 2); /* keeps height consistent */
}

/* Download link */
.download-link {
    color: #8d2647;
    font-weight: 300;
    text-decoration: none;
    font-size: 0.95rem;
}

.download-link:hover {
    text-decoration: underline;
}

/* Grid spacing fix */
#downloads .row > div {
    margin-bottom: 1rem;
}

/* Responsive */
@media (max-width: 767px) {
    .download-card {
        padding: 1rem;
    }

    .download-title {
        font-size: 1rem;
    }
}


/* FAQ */
/* =========================
   FAQ ITEM
========================= */
.faq-item {
    border-bottom: 1px solid #dde5ef;
    background: #ffffff;
    transition: background 0.25s ease;
    border-left: 4px solid transparent;
}

.faq-item.is-open {
    border-left-color: #123c73;
    background: #eef3fb;
}

/* =========================
   TOGGLE
========================= */
.faq-toggle {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
    padding: 1.25rem 1rem;
    cursor: pointer;
    color: #123c73;
    transition: background 0.25s ease;
}

.faq-toggle:hover,
.faq-toggle:focus {
    background: #eef3fb;
    outline: none;
}

.faq-question {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 600;
    color: #123c73;
    max-width: 90%;
}

/* =========================
   ARROW ICON (FIXED)
========================= */
.faq-icon {
    position: relative;
    width: 18px;
    height: 18px;
    min-width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Clean arrow */
.faq-icon::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #6b7d99;
    border-bottom: 2px solid #6b7d99;
    transform: rotate(-45deg); /* right */
    transition: transform 0.25s ease, border-color 0.25s ease;
}

/* REMOVE old plus completely */
.faq-icon::after {
    display: none;
}

/* Rotate when open */
.faq-item.is-open .faq-icon::before {
    transform: rotate(45deg); /* down */
    border-color: #123c73;
}

/* =========================
   ANSWER ANIMATION
========================= */
.faq-answer {
    background: #eef3fb;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease;
}

.faq-item.is-open .faq-answer {
    opacity: 1;
}

.faq-answer-inner {
    padding: 0 1rem 1.25rem 1rem;
    color: #51698d;
    font-size: 0.98rem;
    line-height: 1.5;
}

/* =========================
   GROUP HEADER
========================= */
.faq-group-title {
    background: #f3f6fb;
    color: #123c73;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    padding: 0.95rem 1rem;
    margin-top: 1.5rem;
    border-left: 4px solid #8d2647;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767.98px) {
    .faq-toggle {
        padding: 1rem 0.85rem;
    }

    .faq-question {
        font-size: 0.95rem;
    }

    .faq-answer-inner {
        padding: 0 0.85rem 1rem 0.85rem;
    }
}





/* Benefites Page */

.plan-badge {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 0.7rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.15);
    color: #d7d7d7;
    padding: 2px 8px;
    border-radius: 20px;
    margin-top: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

section#programme-sections {
    background: #DEE6FF !important;
    margin-top: 0px !important;
}

.pharmacy-info-blocks {
    margin-left: -10px;
    margin-right: -10px;
}

.pharmacy-info-blocks > div {
    padding-left: 10px;
    padding-right: 10px;
}

/* WHY block */
.pharmacy-why {
    max-width: 980px;
    margin-bottom: 2rem;
}

.pharmacy-why strong:first-child,
.pharmacy-why p strong:first-child {
    display: inline-block;
    padding-left: 14px;
    border-left: 4px solid #8d2647;
    color: #123c73;
    font-weight: 700;
}

/* 3 info blocks */
.pharmacy-info-card {
    border: 1px solid #d8dee9;
    border-top: 5px solid #072f67;
    border-radius: 0px 0px 13px 13px;
    padding: 1.75rem 1.5rem;
    position: relative;
    height: 100%;
    overflow: hidden;
}

/* Auto numbering */
.pharmacy-info-blocks {
    counter-reset: pharmacyStep;
}

.pharmacy-info-blocks .col-12.col-md-4 {
    counter-increment: pharmacyStep;
}

.pharmacy-info-blocks .pharmacy-info-card::before {
    position: absolute;
    content: counter(pharmacyStep);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #123c73;
    color: #fff;
    font-weight: 700;
    font-size: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

/* Make headings inside WYSIWYG look right */
.pharmacy-info-card h1,
.pharmacy-info-card h2,
.pharmacy-info-card h3,
.pharmacy-info-card h4,
.pharmacy-info-card h5,
.pharmacy-info-card h6 {
    color: #123c73;
    font-size: 1em;
    padding-left: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.35rem;
}

.pharmacy-info-card em {
    color: #5d6f93;
    font-style: italic;
    display: block;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.pharmacy-info-card p {
    color: #51698d;
    font-size: 0.95rem;
    line-height: 1.35;
    margin-bottom: 0;
}

/* Bottom blue callout */
.pharmacy-bottom-callout {
    background: #072f67;
    border-radius: 18px;
    padding: 1.5rem 1.5rem 1.5rem 4.75rem;
    padding-left: 80px !important;
    position: relative;
}

.pharmacy-bottom-callout,
.pharmacy-bottom-callout p,
.pharmacy-bottom-callout strong,
.pharmacy-bottom-callout a {
    color: #fff;
}

.pharmacy-bottom-callout::before {
    content: "i";
    position: absolute;
    left: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #8d2647;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.pharmacy-bottom-callout h1,
.pharmacy-bottom-callout h2,
.pharmacy-bottom-callout h3,
.pharmacy-bottom-callout h4,
.pharmacy-bottom-callout h5,
.pharmacy-bottom-callout h6,
.pharmacy-bottom-callout strong {
    color: #fff;
    font-weight: 700;
}

.pharmacy-bottom-callout p {
    color: #dbe6f5;
    margin-bottom: 0.5rem;
    line-height: 18px;
}

.pharmacy-bottom-callout a {
    display: inline-block;
    background: #8d2647;
    border-radius: 999px;
    padding: 0.45rem 1rem;
    text-decoration: none;
    margin-top: 0.5rem;
}
#chronic-medication .pharmacy-bottom-callout a {
    color: #fff !important;
}

.pharmacy-bottom-callout a:hover,
.pharmacy-bottom-callout a:focus {
    background: #731d39;
    color: #fff;
}

@media (max-width: 767.98px) {
    .pharmacy-info-card {
        padding: 1.25rem 1rem;
    }

    .pharmacy-bottom-callout {
        padding: 1.25rem 1rem 1.25rem 4rem;
    }

    .pharmacy-bottom-callout::before {
        left: 0.9rem;
        width: 34px;
        height: 34px;
        font-size: 1.15rem;
    }
}








.programme-nav-card {
    position: relative;
}

.pharmacy-programme-card {
    overflow: visible;
}

.pharmacy-top-row {
    width: 100%;
    align-items: stretch;
}



.pharmacy-programme-description {
    color: #51698d;
    font-size: 1.15rem;
    line-height: 1.45;
}

.pharmacy-photo-col {
    display: flex;
    flex-direction: column;
    height: auto;
}

.pharmacy-photo-main {
    flex: 0 0 auto;
}

.pharmacy-photo-main img {
    border-radius: 0 15px 0 0 !important;
    width: 100%;
    height: auto;
    display: block;
}

.pharmacy-photo-secondary {
    margin-top: auto;
}

.pharmacy-photo-secondary img {
    border-radius: 0 0 15px 0 !important;
    width: 100%;
    height: auto;
    display: block;
}

.pharmacy-bg-image.pharmacy-photo-main {
    border-radius: 0 15px 15px 0 !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 320px;
    flex: 1 1 auto;
}

.pharmacy-why {
    max-width: 980px;
}

.pharmacy-why p:last-child {
    margin-bottom: 0;
}



.pharmacy-info-card-topbar {
    height: 12px;
    background: #0d4f93;
    border-radius: 14px 14px 0 0;
}

.pharmacy-info-card-inner {
    padding: 1.75rem 1.5rem 1.75rem;
}

.pharmacy-step-badge {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: #113f7a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
}

.pharmacy-info-title {
    color: #123c73;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.1;
}

.pharmacy-info-subtitle {
    color: #6f5871;
    font-size: 1.6rem;
    font-style: italic;
    line-height: 1.2;
}

.pharmacy-info-text,
.pharmacy-info-text p,
.pharmacy-bottom-description,
.pharmacy-bottom-description p,
.pharmacy-why,
.pharmacy-why p {
    color: #51698d;
    font-size: 1.15rem;
    line-height: 1.35;
}

.pharmacy-info-text p:last-child,
.pharmacy-bottom-description p:last-child,
.pharmacy-why p:last-child {
    margin-bottom: 0;
}

.pharmacy-bottom-callout {
    background: #072f67;
    border-radius: 18px;
    padding: 1.5rem 1.5rem;
}

.pharmacy-bottom-icon,
.pharmacy-bottom-icon-fallback {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #8d2647;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.75rem;
    overflow: hidden;
}

.pharmacy-bottom-icon img {
    max-width: 28px;
    max-height: 28px;
}

.pharmacy-bottom-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
}

.pharmacy-bottom-description,
.pharmacy-bottom-description p {
    color: #d3deef;
}

.pharmacy-bottom-btn {
    background: #8d2647;
    color: #fff;
    border-radius: 999px;
    padding: 0.55rem 1.2rem;
    border: none;
    font-weight: 600;
    text-decoration: none;
}

.pharmacy-bottom-btn:hover,
.pharmacy-bottom-btn:focus {
    background: #731d39;
    color: #fff;
}

@media (max-width: 991.98px) {
    .pharmacy-info-title {
        font-size: 1.5rem;
    }

    .pharmacy-info-subtitle {
        font-size: 1.2rem;
    }

    .pharmacy-bottom-title {
        font-size: 1.5rem;
    }

    .pharmacy-programme-description,
    .pharmacy-info-text,
    .pharmacy-info-text p,
    .pharmacy-bottom-description,
    .pharmacy-bottom-description p,
    .pharmacy-why,
    .pharmacy-why p {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .pharmacy-info-card-inner {
        padding: 1.25rem 1rem;
    }

    .pharmacy-bottom-callout {
        padding: 1.25rem 1rem;
    }

    .pharmacy-step-badge {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 1.2rem;
    }

    .pharmacy-photo-col {
        justify-content: flex-start;
    }

    .pharmacy-photo-secondary {
        margin-top: 1rem;
    }
}


.plan-one{
    background: #ad2862 !important;    
}
.plan-two{
    background: #7d224a !important;
}
.plan-three{
    background: #b64978 !important;
}
.plan-four{
    background: #ad2862 !important;
}

.plan-comparison-section {
    background: #f0f4f9;
}

.plan-comparison-section .table-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(4, 46, 93, 0.18);
}

.plan-comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.plan-comparison-table .header-row th {
    background: #042E5D;
    color: #fff;
    padding: 18px 20px;
    font-weight: 700;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.plan-comparison-table .header-row th:first-child {
    text-align: left;
    width: 180px;
    background: #4A1428;
}

.plan-comparison-table .plan-one {
    background: #0D3B6E;
}

.plan-comparison-table .plan-two {
    background: #0A4F8A;
}

.plan-comparison-table .plan-three {
    background: #0A5E9E;
}

.plan-comparison-table .plan-four {
    background: #1069B4;
}

.plan-comparison-table .cat-row td {
    background: #6B1F3A;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
    border-top: 3px solid #4A1428;
    letter-spacing: 1px;
}

.plan-comparison-table .data-row td {
    padding: 14px 18px;
    vertical-align: top;
    border-right: 1px solid #D8E2EF;
    line-height: 1.55;
    background: #fff;
}

.plan-comparison-table .data-row:nth-child(even) td {
    background: #F4F6FA;
}

.plan-comparison-table .data-row td:last-child {
    border-right: none;
}

.plan-comparison-table .data-row .label-cell {
    background: #162B4A !important;
    color: #fff;
    font-weight: 600;
    width: 180px;
}


@media (min-width: 991px) {
.plan-comparison-table .data-row td {
    width:20% !important;
}
}

@media (max-width: 991px) {
    .plan-comparison-section .table-container {
        overflow-x: auto;
    }

    
}

@media (max-width: 768px) {

    .plan-comparison-table .data-row .label-cell {
        width: 100% !important;
}

    .plan-comparison-table thead {
        display: none;
    }

    .plan-comparison-table,
    .plan-comparison-table tbody,
    .plan-comparison-table tr,
    .plan-comparison-table td {
        display: block;
        width: 100%;
    }

    .plan-comparison-table tr {
        margin-bottom: 20px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 14px rgba(0,0,0,0.08);
        background: #fff;
    }

    /* Category row */
    .plan-comparison-table .cat-row td {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 0.85rem;
    }

    /* Label cell */
    .plan-comparison-table .label-cell {
        background: #162B4A !important;
        color: #fff;
        font-size: 0.9rem;
        padding: 14px 16px;
        font-weight: 700;
    }

    /* Data cells */
    .plan-comparison-table td {
        padding: 12px 16px;
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    .plan-comparison-table td:last-child {
        border-bottom: none;
    }

    /* Inject plan labels */
    .plan-comparison-table td:not(.label-cell)::before {
        content: attr(data-label);
        display: block;
        font-size: 0.7rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #0A3D7A;
        margin-bottom: 6px;
        letter-spacing: 0.5px;
    }
}






.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  padding:20px !important;
}

.text-benefits {
    color: rgb(255 255 255) !important;
    font-size: 30px;
    background: #5f1835;
    padding: 10px;
    margin: 0 !important;
}

.text-benefits:first-child {
    font-size: 3.5rem !important; 
    color: rgb(112 26 61) !important;
    background: transparent !important;
    padding: 0 !important;
}

#masthead.masthead {
    padding-top: 200px !important;
}

.text-blue {
    color: #223367 !important;
}

.col-md-6 {
    padding: 15px 30px;
}

h2.display-6.mb-0.ms-4 {
    font-size: 22px;
    font-weight: 600;
}

#programmes a:hover div {
    background: #223367 !important;
}
#programmes {
    background: #DEE6FF !important;
    margin: 0px !important;
    padding-bottom: 99px !important;
}
#programme {
    background: #fff;
}

.display-5 {
    font-size: 2.5rem !important;
    font-weight: 600 !important;
}
.text-black {
    color: rgb(18 33 82) !important;
}

.border-black {
    --bs-border-opacity: 0;
    border-bottom: 3px solid rgb(34 51 103) !important;
}

hr {
    opacity: 1 !important;
    margin: 0 !important;
}

#medicine-formulary a,
#vaccines a,
#over-the-counter-otc-medication a,
#chronic-medication a, 
#acute-medication a {
    color: #29A1D8 !important;
}


.bg-warning {
    background-color:  rgb(112 26 61)!important;
}



@media (max-width: 1399px) and (min-width: 769px) {
#main-nav.navbar .navbar-nav li .nav-link {
    font-size: 12px !important;
    padding-left: 1rem !important;
    margin: 0px !important;
}
.text-end {
    margin-top: -40px !important;
}
.ms-md-auto{
    margin-top: -50px !important;
    margin-right:28px !important;
}
}


@media (max-width: 767.98px) {
    #main-nav {
        transition: transform 0.3s ease, opacity 0.3s ease;
        will-change: transform;
    }

    #main-nav.nav-hidden {
        transform: translateY(-100%);
        opacity: 0;
    }

    #main-nav.nav-visible {
        transform: translateY(0);
        opacity: 1;
    }

  .text-end {
    text-align: center !important;
}

  #wrapper-navbar #main-nav.navbar {
    margin-top: -0.7rem !important;
  }

    /* Header wrapper */
    #wrapper-navbar {
        position: relative;
        z-index: 1050;
    }

    /* Main navbar */
    #main-nav {
        padding-top: 10px;
    }

    #main-nav .container {
        padding: 12px 16px 20px 16px !important;
        border-radius: 0rem !important;
    }

    /* Navbar row layout */
    #main-nav .row {
        row-gap: 12px;
    }

    /* Branding/logo area */
    #main-nav .col-lg-2,
    #main-nav .col {
        width: 100%;
    }

    /* Brand/logo sizing */
    #main-nav .navbar-brand img,
    #main-nav .custom-logo {
        max-height: auto;
        width: auto;
    }

    /* Toggler */
    #main-nav .navbar-toggler {
        margin-left: auto;
        padding: 6px 10px;
        border: 0;
        box-shadow: none;
    }

    #main-nav .navbar-toggler:focus {
        box-shadow: none;
    }

    /* Menu container */
    #navbarNavDropdown {
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        text-align: left;
    }

    /* Menu list */
    #main-menu {
        gap: 0;
    }

    #main-menu .nav-item {
        width: 100%;
    }

    #main-menu .nav-link {
        display: block;
        padding: 10px 0;
        font-size: 16px;
        line-height: 1.4;
    }

    /* Dropdowns */
    #main-menu .dropdown-menu {
        border: 0;
        box-shadow: none;
        padding: 0 0 8px 12px;
        margin: 0;
        background: transparent;
    }

    #main-menu .dropdown-item {
        padding: 8px 0;
        font-size: 15px;
    }

    /* Search + login area */
    #main-nav .col-md-auto {
        width: 100%;
        text-align: center !important;
        margin-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #main-nav .col-md-auto .d-flex {
        justify-content: center !important;
        gap: 14px;
        flex-wrap: wrap;
    }

    #main-nav .col-md-auto a {
        font-size: 14px;
    }

    #main-nav .col-md-auto a img {
        max-height: 18px !important;
        width: auto;
    }

    /* Floating WhatsApp box */
    #main-nav .header-whatsapp-box {
        position: relative !important;
        right: auto !important;
        bottom: -8px !important;
        z-index: 5;
        margin-top: 12px !important;
        display: inline-flex !important;
        align-items: center;
        gap: 8px;
        padding: 10px 16px !important;
    }

    #main-nav .header-whatsapp-box span {
        font-size: 18px;
        line-height: 1.2;
    }

    #main-nav .header-whatsapp-box img {
        max-height: 24px !important;
        width: auto;
    }

    /* Masthead */
    #masthead {
        padding-top: 200px !important;
    }

    #masthead.masthead {
        min-height: 420px;
        background-position: center center !important;
        background-size: cover !important;
        padding-top: 80px !important;
        padding-bottom: 50px;
        margin-bottom: 30px;
    }

    #masthead.masthead.small {
        min-height: 200px;
        padding-top: 100px;
        padding-bottom: 30px;
    }

    /* Masthead text */
    #masthead .display-1 {
        font-size: 2rem !important;
        line-height: 1.15;
        margin-top: 0 !important;
    }

    #masthead .mast-text {
        font-size: 1rem;
        line-height: 1.5;
    }

    #masthead .btn {
        width: 100%;
        max-width: 280px;
        padding: 12px 20px !important;
    }

    /* Text alignment */
    #masthead .text-center,
    #masthead .text-md-start {
        text-align: left !important;
    }

    /* Container spacing inside masthead */
    #masthead .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

}






.col-logo {
        flex: 0 0 auto;
        width: auto;
        margin-right: 20px;
    }

#main-nav .header-whatsapp-box {
    background-color: #25CE66;
    border:2px solid #15783A;
    position: absolute;
    right: 0;
    bottom: -90px;
    font-weight: 600;
    z-index: 10;
    white-space: nowrap;
}

#main-nav .header-whatsapp-box:hover {
    color: #fff;
    text-decoration: none;
}

#main-nav .header-whatsapp-box img {
    display: block;
}


.footer-logo img{
  max-width: 160px !important;
}

.wrapper.footer a {
    color: #B5B4B4 !important;
    font-weight: 300 !important;
}
.wrapper.footer p {
    margin-bottom: 0.4rem !important;
    font-weight: 300 !important;
}
.wrapper.footer strong {
    font-weight: 600 !important;
}
.wrapper.footer h3 {
    font-size: 1em !important;
    text-transform: uppercase !important ;
}
.wrapper.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrapper.footer ul li {
    margin: 0;
    padding-left: 10px;
    position: relative;
}

.wrapper.footer ul li::before {
    content: ">";
    position: absolute;
    left: 0;
    top: 2px;

    width: 10px;
    height: 20px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    line-height: 1;
    transform: scaleX(0.4); /* 👈 squishes horizontally */
    transform-origin: left;
    color: #B5B4B4 !important;
}
.wrapper.footer {
    padding-bottom:40px !important;
}



.btn-benefits{
    background-color: #fff;
    color: #7d224a;
    border-radius: 10px;
    padding: 10px 30px;
}
.btn-benefits:hover {
    background-color: #7d224a;
    color: #fff;
}

.bg-about{
    background: linear-gradient(180deg, #1E3270 0%, #0F1938 100%);
    padding-top: 80px !important;
    padding-bottom: 100px !important;
}

.service-icon{
    height: 11rem !important;
    width: 11rem !important;
}

.bg-round{
  background-color: #223367;
  padding: 40px;
}

#what-is-medimed{
  background-color: #DEE6FF;
}

.mast-text{
  margin-top: 1em;
  margin-bottom: 3em;
}

.blocks-text{
    font-size: 1rem !important;
    padding: 5px;
    background: rgb(0 0 0 / 37%);
    display: block;
    width: 100%;
}

.link-text{
    padding-left: 20px;
    padding-right: 20px;
}


.custom-carousel {
	position: relative !important;
	overflow: hidden !important;
	width: 100% !important;
}

.custom-carousel .carousel-inner {
	border-radius: 12px !important;
	overflow: hidden !important;
	width: 100% !important;
}

.custom-carousel .carousel-item {
	width: 100% !important;
}

.custom-carousel .carousel-item img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	object-fit: cover !important;
}



.custom-carousel .carousel-control-prev,
.custom-carousel .carousel-control-next {
	width: 8% !important;
	top: 0 !important;
	bottom: 0 !important;
}

.custom-carousel .carousel-control-prev {
	left: 0 !important;
}

.custom-carousel .carousel-control-next {
	right: 0 !important;
}

.custom-carousel .carousel-control-prev-icon,
.custom-carousel .carousel-control-next-icon {
	background-size: 70% 70% !important;
}

@media (max-width: 767.98px) {
	.custom-carousel {
		overflow: hidden !important;
	}

	.custom-carousel .carousel-inner {
		border-radius: 0 !important;
	}

	

	.custom-carousel .carousel-control-prev,
	.custom-carousel .carousel-control-next {
		width: 44px !important;
	}

	.custom-carousel .carousel-control-prev {
		left: 0 !important;
	}

	.custom-carousel .carousel-control-next {
		right: 0 !important;
	}

	.custom-carousel .carousel-control-prev-icon,
	.custom-carousel .carousel-control-next-icon {
		transform: scale(0.75) !important;
		background-size: 65% 65% !important;
	}
}

html,
body {
	overflow-x: hidden !important;
}
/*# sourceMappingURL=bootstrap.css.map */