@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


:root {
	--thebe-orange: #f38031;
	--thebe-green: #79bf3a;
	--thebe-green-dark: #5fa52a;
	--thebe-navy: #07162d;
	--thebe-muted: #697386;
	--thebe-line: rgba(7, 22, 45, 0.12);
	--thebe-soft: #f7faf4;
	--thebe-shadow: 0 18px 50px rgba(7, 22, 45, 0.08);
}

section.rst-agm-library {
    padding: 50px 0px;
}

.dt-container .dt-layout-cell.dt-layout-end {
    margin-left: inherit !important;
}

.rst-agm-tabs-scroll-wrap {
    position: relative;
    display: flex;
    align-items: stretch;
    border: 1px solid #e8edf2;
    background: #fff;
}

.rst-agm-tabs {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #4aa333 #eef3ec;
}

.rst-agm-tabs::-webkit-scrollbar {
    height: 9px;
}

.rst-agm-tabs::-webkit-scrollbar-track {
    background: #eef3ec;
}

.rst-agm-tabs::-webkit-scrollbar-thumb {
    background: #4aa333;
    border-radius: 999px;
    border: 2px solid #eef3ec;
}

.rst-agm-tabs::-webkit-scrollbar-thumb:hover {
    background: #3d8b2a;
}

.rst-agm-tabs .nav-item {
    flex: 0 0 auto;
    min-width: 220px;
    margin-bottom: 0;
}

.rst-agm-tabs .nav-link {
    width: 100%;
    height: 100%;
    border: 0;
    border-right: 1px solid #e8edf2;
    border-radius: 0;
    padding: 1.45rem 2rem;
    color: #142033;
    font-weight: 800;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    position: relative;
    background: #fff;
}

.rst-agm-tabs .nav-link svg {
    color: #202833;
    flex: 0 0 auto;
    margin-right: .85rem;
}

.rst-agm-tabs .nav-link.active {
    color: #4aa333;
    background: #fff;
    border-color: transparent;
}

.rst-agm-tabs .nav-link.active svg {
    color: #80BB41;
}

.rst-agm-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #80BB41;
}

.rst-agm-tab-arrow {
    width: 52px;
    flex: 0 0 52px;
    border: 0;
    background: #f6faf4;
    color: #80BB41;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    z-index: 3;
}

.rst-agm-tab-arrow:hover,
.rst-agm-tab-arrow:focus {
    background: #80BB41;
    color: #fff;
    outline: none;
}

.rst-agm-tab-arrow-left {
    border-right: 1px solid #e8edf2;
}

.rst-agm-tab-arrow-right {
    border-left: 1px solid #e8edf2;
}

.rst-agm-tab-arrow.is-disabled {
    opacity: .35;
    cursor: default;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .rst-agm-tabs .nav-link {
        padding: 1.2rem 1.5rem;
        font-size: 1rem;
    }

    .rst-agm-tabs .nav-item {
        min-width: 200px;
    }

    .rst-agm-tab-arrow {
        width: 46px;
        flex-basis: 46px;
    }
}

@media (max-width: 767.98px) {
    .rst-agm-tabs-scroll-wrap {
        display: none;
    }
}







.rst-agm-page {
    background: #fff;
}

.rst-agm-tabs {
    border: 0px solid #e8edf2;
    background: #fff;
    overflow-x: scroll !important;
	overflow-y: hidden;
    flex-wrap: nowrap;
}

.rst-agm-tabs .nav-item {
    flex: 1 0 auto;
    margin-bottom: 0;
}

.rst-agm-tabs .nav-link {
    width: 100%;
    border: 0;
    border-right: 1px solid #e8edf2;
    border-radius: 0;
    padding: 1.45rem 2rem;
    color: #142033;
    font-weight: 800;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    position: relative;
    background: #fff;
}

.rst-agm-tabs .nav-item:last-child .nav-link {
    border-right: 0;
}

.rst-agm-tabs .nav-link svg {
    color: #202833;
    flex: 0 0 auto;
    margin-right: .85rem;
}

.tab-content>.active {
    padding: 20px;
}

.rst-agm-tabs .nav-link.active {
    color: #80BB41;
    background: #fff;
    border-color: #ededed;
}

.rst-agm-tabs .nav-link.active svg {
    color: #80BB41;
}

.rst-agm-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 4px;
    background: #80BB41;
}

.rst-agm-content {
    padding: 2rem 0 3rem;
}

.rst-agm-section-title {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.rst-agm-section-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #eff7eb;
    color: #80BB41;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 1.15rem;
}

.rst-agm-section-title h2 {
    color: #80BB41;
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    line-height: 1.15;
    font-weight: 800;
    margin: 0;
    white-space: nowrap;
}

.rst-agm-heading-line {
    height: 2px;
    background: #80BB41;
    flex: 1;
    margin-left: 1rem;
}

.rst-agm-intro {
    max-width: 780px;
    margin: -0.5rem 0 1.5rem 5rem;
    color: #5c6674;
}

.rst-document-list {
    margin-top: 1.5rem;
}

.rst-document-row {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 1.5rem;
    padding: 1.35rem 0;
    border-bottom: 1px solid #edf0f2;
}

.rst-document-main {
    display: flex;
    align-items: center;
    min-width: 0;
}

.rst-document-icon {
    color: #142033;
    flex: 0 0 auto;
    margin-right: 1.25rem;
}

.rst-document-title {
    color: #142033;
    font-weight: 800;
    font-size: 1rem;
    margin: 0;
}

.rst-document-description {
    color: #6b7280;
    margin: .35rem 0 0;
    font-size: .92rem;
}

.rst-document-size {
    color: #293343;
    font-size: 1rem;
    white-space: nowrap;
}

.rst-download-btn {
    border: 1px solid #99d08e;
    color: #80BB41;
    background: #fff;
    border-radius: .35rem;
    padding: .65rem 1.65rem;
    font-weight: 800;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all .2s ease;
    white-space: nowrap;
}

.rst-download-btn svg {
    margin-right: .7rem;
}

.rst-download-btn:hover,
.rst-download-btn:focus {
    color: #fff;
    background: #80BB41;
    border-color: #80BB41;
    text-decoration: none;
}

.rst-empty-state {
    border: 1px dashed #cfd8dc;
    border-radius: .5rem;
    padding: 1.5rem;
    color: #5c6674;
    background: #fafafa;
}

@media (min-width: 991px) {
.rst-agm-library .container{
	padding: 0px !important;
	border:1px solid #F2F5F7 !important;
}
}

@media (max-width: 991.98px) {
    .rst-agm-tabs .nav-link {
        padding: 1.2rem 1.5rem;
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .rst-agm-tabs {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .rst-agm-tabs .nav-item {
        flex: 0 0 auto;
    }

    .rst-agm-tabs .nav-link {
        padding: 1rem 1.25rem;
        justify-content: flex-start;
    }

    .rst-agm-section-title {
        align-items: flex-start;
    }

    .rst-agm-section-title h2 {
        white-space: normal;
    }

    .rst-agm-heading-line {
        display: none;
    }

    .rst-agm-intro {
        margin-left: 0;
    }

    .rst-document-row {
        grid-template-columns: 1fr;
        gap: .8rem;
    }

    .rst-document-size {
        padding-left: 3.7rem;
    }

    .rst-download-btn {
        justify-content: center;
    }
}

.rst-agm-mobile-select-wrap {
    display: none;
}

.rst-agm-mobile-select-label {
    display: block;
    color: #142033;
    font-weight: 800;
    font-size: .95rem;
    margin-bottom: .5rem;
}

.rst-agm-mobile-select {
    width: 100%;
    min-height: 52px;
    border: 1px solid #dce4ea;
    border-radius: .35rem;
    background-color: #fff;
    color: #142033;
    font-size: 1rem;
    font-weight: 700;
    padding: .75rem 2.75rem .75rem 1rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image:
        linear-gradient(45deg, transparent 50%, #80BB41 50%),
        linear-gradient(135deg, #80BB41 50%, transparent 50%);
    background-position:
        calc(100% - 22px) 50%,
        calc(100% - 15px) 50%;
    background-size:
        7px 7px,
        7px 7px;
    background-repeat: no-repeat;
}

.rst-agm-mobile-select:focus {
    outline: none;
    border-color: #80BB41;
    box-shadow: 0 0 0 .2rem rgba(128, 187, 65, .15);
}

@media (max-width: 767.98px) {
    .rst-agm-mobile-select-wrap {
        display: block;
        margin-bottom: 1.5rem;
    }

    .rst-agm-tabs {
        display: none;
    }

    .rst-agm-content {
        padding-top: 0;
    }
}












#energyopt {
    display: none !important;
}

.btn-check.medcalc-plan-radio {
    display: none !important;
}


.medcalc-page {
	background: #ffffff;
}

.medcalc-section {
	padding: 72px 0 90px;
}

.medcalc-section h1{
	text-transform: uppercase !important;
    max-width: 650px;
}

.text-primary h2 {
    margin: 20px 0px;
}

.medcalc-header {
	max-width: 960px;
	margin-bottom: 34px;
}

.medcalc-eyebrow,
.medcalc-header .eyebrow {
	color: var(--thebe-orange);
	font-size: 13px;
	letter-spacing: 0.18em;
}

.medcalc-header h1 {
	max-width: 760px;
	margin: 0 0 10px;
	color: var(--thebe-orange);
	font-size: clamp(38px, 5vw, 62px);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.035em;
	text-transform: uppercase;
}

.medcalc-lead {
	max-width: 820px;
	margin: 20px 0px 20px 0px;
	color: var(--thebe-green);
	font-size: clamp(20px, 2.2vw, 28px);
	font-weight: 700;
	line-height: 1.18;
}

.medcalc-updated {
	margin: 0;
	color: var(--thebe-orange);
	font-size: 14px;
}



.medcalc-form-card,
.medcalc-results-card {
	height: 100%;
    padding: 25px 0px;
}

.medcalc-form-card h2 {
	margin: 0 0 24px;
	color: var(--thebe-orange);
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 800;
	line-height: 1.1;
}

.medcalc-form {
	display: grid;
	gap: 8px;
}

.medcalc-field {
	margin: revert-rule;
}

.medcalc-form .form-label {
	margin: 0;
	color: var(--thebe-navy);
	font-size: 14px;
	font-weight: 800;
}

.medcalc-form .form-control {
	min-height: 48px;
	border: 1px solid rgba(7, 22, 45, 0.36);
	border-radius: 8px;
	color: var(--thebe-navy);
	font-weight: 700;
	box-shadow: none;
}

.medcalc-form .form-control:focus {
	border-color: var(--thebe-green);
	box-shadow: 0 0 0 0.22rem rgba(121, 191, 58, 0.2);
}

.medcalc-static-input {
	border-color: transparent !important;
	background: transparent !important;
}

.medcalc-note {
	display: block;
	margin-top: 5px;
	color: #a0a7b3;
	font-size: 12px;
	font-weight: 700;
	text-align: right;
}

.medcalc-plan-options {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
    padding:25px 0px;
}

.medcalc-plan-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 20px;
	border: 2px solid var(--thebe-green);
	border-radius: 999px;
	background: #ffffff;
	color: var(--thebe-green-dark);
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.medcalc-plan-pill:hover {
	transform: translateY(-1px);
}

.medcalc-plan-radio:checked + .medcalc-plan-pill {
	background: var(--thebe-green);
	color: #ffffff;
}

.medcalc-dependent-fields {
	display: grid;
	gap: 18px;
}

.medcalc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 4px;
}

.medcalc-btn-primary,
.medcalc-btn-muted {
	min-height: 42px;
	padding: 0 22px;
	border: 0;
	border-radius: 6px;
	color: #ffffff;
	font-weight: 800;
}

.medcalc-btn-primary {
	background: var(--thebe-green);
}

.medcalc-btn-primary:hover,
.medcalc-btn-primary:focus {
	background: var(--thebe-green-dark);
	color: #ffffff;
}

.medcalc-btn-muted {
	background: #9ca3ad;
}

.medcalc-btn-muted:hover,
.medcalc-btn-muted:focus {
	background: #7f8792;
	color: #ffffff;
}





.medcalc-result-panel h3 {
	margin: 0 0 18px;
	color: var(--thebe-orange);
	font-size: clamp(24px, 2.5vw, 34px);
	font-weight: 800;
	line-height: 1.1;
}

.medcalc-table {
	min-width: 640px;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0 8px;
}

.medcalc-table thead th {
	padding: 12px 16px;
	background: var(--thebe-green);
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	border: 0;
}

.medcalc-table thead th:first-child {
	border-radius: 8px 0 0 8px;
}

.medcalc-table thead th:last-child {
	border-radius: 0 8px 8px 0;
}

.medcalc-table tbody td {
	padding: 8px 10px;
	border: 0;
	background: transparent;
}

.medcalc-table output {
	display: flex;
	align-items: center;
	min-height: 44px;
	width: 100%;
	padding: 9px 12px;
	border: 1px solid rgba(7, 22, 45, 0.34);
	border-radius: 6px;
	background: #ffffff;
	color: var(--thebe-navy);
	font-weight: 800;
}

.medcalc-shell {
    margin-top:20px !important;
}

@media (max-width: 991px) {
	.medcalc-shell {
		padding: 24px;
	}

	.medcalc-header h1 {
		font-size: 38px;
	}
}

@media (max-width: 575px) {
	.medcalc-section {
		padding: 54px 0 70px;
	}

	.medcalc-shell {
		padding: 18px;
		border-radius: 20px;
	}

	.medcalc-plan-options,
	.medcalc-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.medcalc-plan-pill,
	.medcalc-actions .btn {
		width: 100%;
	}

	.medcalc-note {
		text-align: left;
	}
}




@media (max-width: 767px) {
	.medcalc-results-card {
		padding-top: 10px;
	}

	.medcalc-result-panel {
		margin-top: 24px;
		padding: 18px;
		border-radius: 18px;
		background: #f7faf4;
		border: 1px solid var(--thebe-line);
	}

	.medcalc-result-panel h3 {
		margin-bottom: 16px;
		font-size: 24px;
	}

	.medcalc-table {
		min-width: 0;
		width: 100%;
		border-spacing: 0;
	}

	.medcalc-table thead {
		display: none;
	}

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

	.medcalc-table tr {
		display: grid;
		gap: 10px;
	}

	.medcalc-table tbody td {
		position: relative;
		padding: 0;
		background: transparent;
	}

	.medcalc-table tbody td::before {
		display: block;
		margin-bottom: 5px;
		color: var(--thebe-muted);
		font-size: 12px;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 0.08em;
	}

	.medcalc-table output {
		min-height: 42px;
		padding: 10px 12px;
		border-color: rgba(7, 22, 45, 0.18);
		background: #ffffff;
		font-size: 15px;
	}

	.medcalc-table tbody td:last-child output {
		border-color: var(--thebe-green);
		background: #ffffff;
		color: var(--thebe-green-dark);
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	#uni-table .medcalc-table tbody td:nth-child(1)::before,
	#st-table .medcalc-table tbody td:nth-child(1)::before {
		content: "Monthly Income";
	}

	#uni-table .medcalc-table tbody td:nth-child(2)::before,
	#st-table .medcalc-table tbody td:nth-child(2)::before,
	#fantasy-table .medcalc-table tbody td:nth-child(1)::before,
	#energy-table .medcalc-table tbody td:nth-child(1)::before {
		content: "Member";
	}

	#uni-table .medcalc-table tbody td:nth-child(3)::before,
	#st-table .medcalc-table tbody td:nth-child(3)::before,
	#fantasy-table .medcalc-table tbody td:nth-child(2)::before,
	#energy-table .medcalc-table tbody td:nth-child(2)::before {
		content: "Adult";
	}

	#uni-table .medcalc-table tbody td:nth-child(4)::before,
	#st-table .medcalc-table tbody td:nth-child(4)::before,
	#fantasy-table .medcalc-table tbody td:nth-child(3)::before {
		content: "Child";
	}

	#energy-table .medcalc-table tbody td:nth-child(3)::before {
		content: "Additional Dependant";
	}

	#uni-table .medcalc-table tbody td:nth-child(5)::before,
	#st-table .medcalc-table tbody td:nth-child(5)::before,
	#fantasy-table .medcalc-table tbody td:nth-child(4)::before,
	#energy-table .medcalc-table tbody td:nth-child(4)::before {
		content: "Total";
	}
}



.product-icon{
    position: absolute;
    margin: 9px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    overflow:visible;
}

/* Pharmacy */

a.dropdown-item {
    color: #333;
    font-size: 12px;
    font-weight: 600;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #80bb41;
}

.pharmacy-resource-card.text-center.rounded-3.p-4.h-100 {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

#pharmacy-page{
  padding-top: 0rem !important;
}

.rounded-4 {
    border-radius: 20px;
}

.green-sep {
    width: 65px;
    border-bottom: 2px solid #5f982b;
    margin: 0 auto;
    padding: 3px;
}

#pharmacy-page div:last-child{
  margin-bottom: 0rem !important;
}

.pharmacy-programme-card__icon-wrap {
	float: left;
	width: 72px;
	height: 72px;
	margin-right: 15px;
	margin-bottom: 8px;
	background: #ffeee2; 
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden; 
}

.pharmacy-programme-card__icon {
	width: 60%;
	height: auto;
	object-fit: contain;
}


.pharmacy-programme-card__text {
	display: block;
}

.pharmacy-resource-card__icon {
    height: 85px;
    width: auto;
}

.pharmacy-programme-card__title {
    margin-top: 0;
}

/* Info block */
.pharmacy-programme-card__info {
    background: #ffeee2fa;
    padding: 15px 25px;
    border-radius: 20px;
    font-weight: 500;
    position: relative !important;
    padding-left: 60px !important;
}

.pharmacy-programme-card__info::before {
    content: "!";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid #f38031;
    color: #f38031;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

/* Resource titles */
.pharmacy-resource-card__title {
    font-weight: 500 !important;
}

/* Resources container */
.pharmacy-resources {
    padding: 20px 0px !important;
}

/* Typography */
.pharmacy-programme-card__info,
.pharmacy-programme-card p {
    font-size: 14px !important;
}

.pharmacy-programme-card li {
    font-size: 13px !important;
}

.pharmacy-programme-card ul {
    margin-bottom: 0rem !important;
}

.pharmacy-programme-card a,
.pharmacy-programme-card strong {
    color: #f38031 !important;
}

.pharmacy-inner-block strong {
    color: #80bb41 !important;
}

.pharmacy-programme-card ul {
    margin-left: 0px;
    padding-left: 15px;
}

/* 5 column layout */
@media (min-width: 992px) {
    .col-lg-5th {
        flex: 0 0 20%;
        max-width: 19%;
    }

    .no-pads1 {
        padding-right: 0px !important;
    }

    .no-pads2 {
        padding-left: 0px !important;
    }

    .no-pads1 .pharmacy-inner-block {
        border-radius: 20px 0px 0px 20px;
    }

    .no-pads2 .pharmacy-inner-block {
        border-radius: 0px 20px 20px 0px;
    }
}

/* Scoped pharmacy styles */
#pharmacy-page .pharmacy-photo {
    border-radius: 14px;
    overflow: hidden;
}

#pharmacy-page .pharmacy-photo img {
    object-fit: cover;
}

#pharmacy-page .pharmacy-programme-card,
#pharmacy-page .pharmacy-inner-block,
#pharmacy-page .pharmacy-resources,
#pharmacy-page .pharmacy-resource-card {
    background: #fff;
    border-color: #e6e6e6 !important;
}




/* Resource buttons */
#pharmacy-page .pharmacy-resource-card__link {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 18px;
    border: 1px solid #4a3728;
    color: #4a3728;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
}

#pharmacy-page .pharmacy-resource-card__link:hover {
    background: #4a3728 !important;
    color: #fff !important;
}




.foot-orange-text p, .foot-orange-text a, .foot-orange-text li, .foot-orange-text span, .foot-orange-text .icon{
    color: #f28a1a !important;
}
.foot-orange-text img{
filter: invert(63%) sepia(77%) saturate(1334%) hue-rotate(18deg) brightness(97%) contrast(95%);
}
.foot-green-text p, .foot-green-text a, .foot-green-text li, .foot-green-text span, .foot-green-text .icon {
    color: #8cc63f !important;
}
.foot-green-text img{
filter: invert(72%) sepia(46%) saturate(570%) hue-rotate(35deg) brightness(94%) contrast(92%);
}
.foot-blue-text p, .foot-blue-text a, .foot-blue-text li, .foot-blue-text span, .foot-blue-text .icon {
    color: #00aeef !important;
}
.foot-blue-text img{
filter: invert(58%) sepia(94%) saturate(1810%) hue-rotate(168deg) brightness(97%) contrast(101%);
}

#wrapper-footer {
	background: #1f1f1f url("../img/thebemed-footer.png") center center / cover no-repeat;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.thebemed-footer {
	position: relative;
	padding: 70px 0 28px;
	overflow: hidden;
}

.thebemed-footer__container {
	position: relative;
	z-index: 2;
}

.thebemed-footer__brand {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
}

.thebemed-footer__wordmark {
	line-height: 1;
}

.thebemed-footer__title {
	font-size: clamp(2rem, 2.8vw, 3rem);
	font-weight: 800;
	letter-spacing: 0.02em;
	color: #fff;
}

.thebemed-footer__subtitle {
	margin-top: 0.35rem;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #fff;
}

.thebemed-footer__logo-wrap {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.thebemed-footer__logo {
	max-width: 220px;
	height: auto;
	display: block;
}

.thebemed-footer__heading {
	margin: 0 0 1.75rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
}

.thebemed-footer__menu,
.thebemed-footer__trustees{
	list-style: none;
	margin: 0;
	padding: 0;
}
.thebemed-footer__privacy {
	margin: 0;
  padding-left: 15px;
}


.thebemed-footer__menu li,
.thebemed-footer__trustees li,
.thebemed-footer__privacy li {
	margin-bottom: 1rem;
}

.thebemed-footer__menu a,
.thebemed-footer__privacy a {
	color: #fff;
	text-decoration: none;
	font-size: 0.8rem;
	font-weight: 500;
}

.thebemed-footer__menu a:hover,
.thebemed-footer__privacy a:hover {
	color: #d6d6d6;
}

.thebemed-footer__menu .sub-menu {
	list-style: none;
	padding-left: 1.5rem;
	margin-top: 0.65rem;
}

.thebemed-footer__menu .sub-menu li {
	margin-bottom: 0.5rem;
}

.thebemed-footer__menu .sub-menu a {
	font-size: 0.8rem;
	font-weight: 400;
	opacity: 0.95;
}

.thebemed-footer__trustee-role {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.8);
}

.thebemed-footer__trustee-name {
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.35;
}

.thebemed-footer__panel {
	margin-top: 3rem;
	padding: 1.75rem 2rem;
	background: rgba(0, 0, 0, 0.22);
	border-radius: 18px;
	backdrop-filter: blur(3px);
}

.thebemed-footer__panel-section {
	height: 100%;
}

.thebemed-footer__panel-title {
	margin: 0 0 1.25rem;
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.thebemed-footer__panel-title--orange {
	color: #f28a1a;
}

.thebemed-footer__panel-title--green {
	color: #8cc63f;
}

.thebemed-footer__panel-title--blue {
	color: #00aeef;
}

.thebemed-footer__panel-links--plans,
.thebemed-footer__panel-links--portals {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.footer-icon-link {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 0.55rem;
	text-decoration: none;
	color: #f28a1a;
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	min-width: 78px;
}

.footer-icon-link img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	display: block;
}

.footer-icon-link--blue {
	color: #00aeef;
}

.footer-simple-links {
	margin: 0;
	padding-left: 1rem;
	column-count: 2;
	column-gap: 1.5rem;
}

.footer-simple-links li {
	margin-bottom: 0.4rem;
	break-inside: avoid;
}

.footer-simple-links a {
	color: #8cc63f;
	text-decoration: none;
	font-size: 0.92rem;
	font-weight: 500;
}

.footer-simple-links a:hover,
.footer-icon-link:hover {
	opacity: 0.85;
}

.thebemed-footer__copyright {
	margin-top: auto;
	padding-top: 2rem;
	font-size: 0.6rem;
	color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 1199.98px) {
	.thebemed-footer__brand {
		min-height: auto;
	}

	.thebemed-footer__panel {
		margin-top: 2.5rem;
	}
}

@media (max-width: 991.98px) {
	.thebemed-footer {
		padding: 50px 0 24px;
	}

	.thebemed-footer__heading {
		font-size: 1.5rem;
		margin-bottom: 1.25rem;
	}

	.footer-simple-links {
		column-count: 1;
	}
}

#main-nav .header-whatsapp-box {
    background-color: #25ce66;
    border: 2px solid #15783a;
    position: absolute;
    right: 20px !important;
    bottom: -27px;
    font-weight: 400;
    z-index: 9999;
    font-size: 16px;
    padding: 10px 16px !important;
    border-radius: 10px;
    gap: 15px;
}


@media (max-width: 767.98px) {
    #main-nav .header-whatsapp-box {
		margin-top: 12px !important;
        text-align: center;
        margin: 0 auto;
	}

	.thebemed-footer__panel {
		padding: 1.25rem 1rem;
		border-radius: 14px;
	}

	.thebemed-footer__panel-links--plans,
	.thebemed-footer__panel-links--portals {
		gap: 1rem;
	}

	.thebemed-footer__menu a,
	.thebemed-footer__privacy a,
	.thebemed-footer__trustee-name {
		font-size: 0.96rem;
	}
}




#home-resource-sections {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
}

.home-resource-sections {
	background: #f4f4f4;
}

.resource-section + .resource-section {
	margin-top: 4rem;
}

.resource-section__heading {
	display: flex;
	align-items: center;
	gap: 2rem;
	margin-bottom: 2.5rem;
}

.resource-section__heading-left {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	flex: 0 0 auto;
	min-width: 0;
}

.resource-section__section-icon {
	width: 74px;
	flex: 0 0 74px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.resource-section__section-icon img {
	max-width: 100%;
	height: auto;
	display: block;
}

.resource-section__title {
	margin: 0;
	font-size: clamp(2rem, 3vw, 3.1rem);
	line-height: 1.05;
	font-weight: 700;
	text-transform: uppercase;
	color: #eb7625;
	max-width: 250px;
}

.resource-section__line {
	flex: 1 1 auto;
	height: 4px;
	background: #eb7625;
	border-radius: 999px;
}

.resource-section__list-wrap {
	padding-left: 106px;
}

.resource-item {
	display: inline-flex;
	align-items: flex-start;
	gap: 0.95rem;
	text-decoration: none;
}

.resource-item__icon {
	flex: 0 0 28px;
	width: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.2rem;
}

.resource-item__icon img {
	width: 100%;
	height: auto;
	display: block;
}

.resource-item__text {
	color: #7ab63d;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.12em;
	text-decoration-thickness: 2px;
	word-break: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

img.dl-icon  {
    width: 14px !important;
}

.resource-item:hover .resource-item__text,
.resource-item:focus .resource-item__text {
	color: #5f982b;
}

@media (max-width: 991.98px) {
	.resource-section__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 1.25rem;
	}

	.resource-section__heading-left {
		width: 100%;
	}

	.resource-section__line {
		width: 100%;
	}

	.resource-section__list-wrap {
		padding-left: 0;
	}
}

@media (max-width: 767.98px) {
	.resource-section__section-icon {
		width: 56px;
		flex-basis: 56px;
	}

	.resource-section__heading-left {
		gap: 1rem;
		align-items: flex-start;
	}

	.resource-section__title {
		max-width: none;
		font-size: 2rem;
	}

	.resource-section + .resource-section {
		margin-top: 3rem;
	}
}






#full-width-page-wrapper h2 .home-green-text{
    color: #80BB41 !important;
}

#full-width-page-wrapper h2.home-what-text1{
    color: #f38031 !important;
    font-weight: 700 !important;
}
#full-width-page-wrapper h2.home-what-text2{
    color: #4A3728 !important;
    font-weight: 700 !important;
}


.home-links{
    color: #80BB41 !important;
    font-weight: 600 !important;
}

.bg-home-circle{
    background-color: #4A3728;
}
.text-home-circle{
    color: #4A3728 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}


#home-links img {
    max-height: 100px;
}





#full-width-page-wrapper h2 {
    font-size: 28px !important;
    color: #f38031 !important;
    font-weight: 600 !important;
}
#full-width-page-wrapper h4 {
    font-size: 22px !important;
    color: #80BB41 !important;
    font-weight: 500 !important;
}


.home-blocks-wrapper {
  transform-origin: top center;
  transition: transform 0.3s ease, opacity 0.3s ease, max-height 0.3s ease, padding 0.3s ease;
  max-height: 500px;
  overflow: hidden;
}

.home-blocks-wrapper.is-shrunk {
  transform: scaleY(0);
  opacity: 0.9;
  max-height: 0px;
  pointer-events: none !important;
}





h3.plan-block__title {
    font-size: 22px !important;
}

.plan-block__content strong {
    margin-top: 20px !important;
    display: block !important;
    font-size: 16px !important;
}

.plan-block__content{
    font-size: 14px !important;
    font-weight:300 !important;
}



#plan-blocks-section .plan-block-wrap {
  padding-top: 45px;
}

#plan-blocks-section .plan-block {
  position: relative;
  height: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-bottom-width: 5px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: visible;
}

#plan-blocks-section .plan-block:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

#plan-blocks-section .plan-block {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#plan-blocks-section .plan-block.is-zoomed {
	transform: scale(1.04);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

#plan-blocks-section .plan-block__body {
  padding: 2rem 1.25rem 1.5rem;
  text-align: center;
}

#plan-blocks-section .plan-block__icon {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    background: #fff;
    border-radius: 0%;
    padding: 0px 20px 40px 20px;
}

#plan-blocks-section .plan-block__icon img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}

#plan-blocks-section .plan-block__title {
  color: #fff;
  text-align: center;
  padding: 20px 0px 0px 0px !important;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

#plan-blocks-section .plan-block__discount {
    color:#fff;
    padding: 0px 0px 20px 0px !important;
    margin-bottom: 0px !important;
    font-size: 12px !important;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    top: -1px !important;
    position: relative;
    min-height: 40px;
}

#plan-blocks-section .plan-block__title {
  margin-top: -2rem;
  margin-bottom: 0;
  font-weight: 700;
}

#plan-blocks-section .plan-block__discount {
  font-weight: 600;
  margin-bottom: 1rem;
}

#plan-blocks-section .plan-block__content {
  text-align: left;
}

#plan-blocks-section .plan-block__content ul,
#plan-blocks-section .plan-block__content ol {
  padding-left: 1.25rem;
  margin-bottom: 0;
  text-align: left;
}

#plan-blocks-section .plan-block__content li,
#plan-blocks-section .plan-block__content p {
  text-align: left;
}

#plan-blocks-section .plan-block__content p:last-child,
#plan-blocks-section .plan-block__discount p:last-child {
  margin-bottom: 0;
}

/* Pink */
#plan-blocks-section .plan-block--pink {
  border-bottom-color: #e85d8e;
}

#plan-blocks-section .plan-block--pink .plan-block__title,
#plan-blocks-section .plan-block--pink .plan-block__discount {
  background: #e85d8e;
}

/* Green */
#plan-blocks-section .plan-block--green {
  border-bottom-color: #80bb41;
}

#plan-blocks-section .plan-block--green .plan-block__title,
#plan-blocks-section .plan-block--green .plan-block__discount {
  background: #80bb41;
}

/* Orange */
#plan-blocks-section .plan-block--orange {
  border-bottom-color: #f7941d;
}

#plan-blocks-section .plan-block--orange .plan-block__title,
#plan-blocks-section .plan-block--orange .plan-block__discount {
  background: #f7941d;
}

/* Blue */
#plan-blocks-section .plan-block--blue {
  border-bottom-color: #1f6fb2;
}

#plan-blocks-section .plan-block--blue .plan-block__title,
#plan-blocks-section .plan-block--blue .plan-block__discount {
  background: #1f6fb2;
}

@media (max-width: 991.98px) {
  #plan-blocks-section .plan-block:hover {
    transform: scale(1.02);
  }
}


.carousel-item{
    min-height: auto !important;
}

.carousel-indicators [data-bs-target] {
    height: 18px !important;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px !important ;
    height: 30px !important;
}




/*  Contact Page  */

#contact-page-template {
    background: #fff;
    padding-top: 0px !important;
}

.hours-float{
  width: auto;
  float: left;
}

.hours-left{
  border-right: 1px solid #e4e4e4;
  padding-right: 20px;
}
.hours-right{
  padding-left: 20px;
}

#contact-page-template .contact-pill-btn span{
    color: #212529 !important;
}

.contact-info-card,
.contact-side-card,
.contact-email-card,
.contact-directory-card {
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 10px;
}

.contact-info-card {
	display: flex;
	gap: 20px;
	padding: 20px 20px;
	margin-bottom: 20px;
}

.contact-info-card__icon,
.contact-side-card__icon {
	width: 72px;
	height: 72px;
	min-width: 72px;
	border-radius: 50%;
	background: #fff4ed;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-info-card__icon img,
.contact-side-card__icon img {
	width: 44px;
	height: 44px;
	object-fit: contain;
}

.contact-info-card h3,
.contact-side-card h3,
.contact-email-card h3,
.contact-directory-card h3 {
	color: #f38031;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px;
}

.contact-info-card__text p,
.contact-side-card p {
	margin-bottom: 6px;
}

.contact-info-card__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.contact-pill-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #edf5e8;
	color: #222;
	border-radius: 999px;
	padding: 8px 16px;
	font-size: 14px;
	text-decoration: none;
}

.contact-pill-btn img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.contact-side-card {
	display: flex;
	gap: 20px;
	padding: 20px 20px;
}

.contact-side-card__icon {
	background: #f4faee;
}

.contact-email-card {
	padding: 20px 20px;
}

.contact-email-row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 23px 0;
	border-bottom: 1px dashed #d8d8d8;
	color: #5f982b;
	font-weight: 600;
	text-decoration: none;
}

.contact-email-row:last-child {
	border-bottom: 0;
}

.contact-email-row__icon {
	width: 58px;
	height: 58px;
	min-width: 58px;
	border-radius: 50%;
	background: #f4faee;
	border: 1px solid #e3ecd9;
	color: #70aa35;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
}

.contact-directory-card {
	padding: 18px 24px;
}

#contact-page-template .contact-directory-card a {
    color: #1c2430 !important;
}

.contact-directory-card h3 {
	color: #1c2430;
	margin-bottom: 14px;
}

.contact-directory-table td {
	border-bottom: 1px solid #e5e5e5;
	vertical-align: middle;
	padding: 10px 12px;
}

.contact-directory-table tr:last-child td {
	border-bottom: 0;
}

.contact-directory-table__icon {
	width: 54px;
}

.contact-directory-icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #70aa35;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-directory-icon img {
	width: 26px;
	height: 26px;
	object-fit: contain;
}

.contact-directory-table__title {
	width: 28%;
	font-weight: 700;
	color: #1c2430;
}

.contact-directory-table__details {
	width: 25%;
	color: #555;
}

.contact-directory-table__details p {
	margin-bottom: 0;
}

.contact-directory-table__divider {
	border-left: 1px solid #d6d6d6;
}

@media (max-width: 991px) {
	.contact-info-card,
	.contact-side-card {
		flex-direction: column;
	}

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

	.contact-directory-table__divider {
		border-left: 0;
	}
}











#contact-page-template .whatsapp-block {
  height: auto !important;
}

#contact-page-template .contact-right-image {
    height: auto !important;
    padding: 15px;
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 0px 10px 10px 0px;
}

#contact-page-template .contact-right-image img {
    height: 172px !important;
}

.no-pads1{
  margin:0px;
  padding:0px
}
.no-pads2{
  margin:0px;
  padding:0px
}




.whatsapp-list{
    padding:15px !important;
}
.whatsapp-list__item {
  align-items: center; 
  padding: 0px;
  margin-bottom: 0rem !important;
}
.whatsapp-list__text {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 300;
}

.perf-circle{
  background: #80bb41;
}

.whatsapp-list__icon{
  background: #fff;
}

.perf-circle,
.whatsapp-list__icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;
  min-width: 48px;


  border-radius: 50%;
  padding: 10px;

  box-sizing: border-box;

  margin-bottom: 0rem !important;
}

.whatsapp-list__icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.whatsapp-list__text {
  display: flex;
  align-items: center; 
  min-height: 48px;
}

#contact-page-template .whatsapp-block {
  position: relative;
  background: #80bb41;
  color: #fff;
  padding: 1rem;
  border-radius: 10px 0px 0px 10px;
  z-index: 1;
}

.orange-section-block::before {
    content:"";
    background-image: url('../img/thebemed-contact-location.png');
    background-size: 25px 30px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    background-color: #F48131;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
}

.orange-section-block p{
    padding-left: 80px !important;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
}


.page-template-contact-page #contact-page-template h1{
    font-size: 24px !important;
    color: #fff !important;
    font-weight: 300 !important;
}
.page-template-contact-page #contact-page-template h1 strong {
    font-size: 26px !important;
    color: #fff !important;
    font-weight: 600 !important;
}

#contact-page-template h2 {
    font-size: 32px !important;
    color: #f38031 !important;
    font-weight: 600 !important;
}
#contact-page-template h4{
    font-size: 22px !important;
    color: #80BB41 !important;
    font-weight: 500 !important;
}
#contact-page-template strong {
    color: #f38031 !important;
    font-weight: 600 !important;
}
#contact-page-template a {
    color: #80BB41 !important;
}
#contact-page-template small {
    font-size: 16px !important;
    font-weight: 600 !important;
}
#contact-page-template .lead {
    font-size: 16px !important;
    font-weight: 300 !important;
}
#contact-page-template blockquote {
    font-size: 16px !important;
    color: #f38031 !important;
    font-weight: 300 !important;
}




#contact-page-template .orange-section-block {
  background: #F48131 !important;
  color: #fff;
  padding: 2rem;
  border-radius: 10px;
}

#contact-page-template .table-contact-details-block {
  background: #fff;
  padding: 2rem;
}






.item {
    opacity: 0.7 !important;
}
.item:hover {
    opacity: 1 !important;
}

#pharmacy-page .pharmacy-feature__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

#pharmacy-page .pharmacy-feature__image img {
  width: auto;
  object-fit: contain;
}

#pharmacy-page .pharmacy-feature {
  border: 1px solid #ccc !important;
  overflow: hidden;
  border-radius: 20px !important;
}

#pharmacy-page .pharmacy-feature__content {
  background: #fff;
}

#pharmacy-page .pharmacy-feature__image img {
  display: block;
  object-fit: cover;
  min-height: 100%;
}


.orange-body{
  background-color: #fef9f5 !important;
  border:1px solid #feece1 !important;
}
.green-body{
  background-color: #f8fbf6 !important;
  border:1px solid #d4edda !important;
}
.blue-body{
  background-color: #f5fafe !important;
  border:1px solid #e6f0ff !important;
}


#productsAccordion .card {
  overflow: hidden;
  border-radius: 10px !important;
}

#productsAccordion .card-header {
  padding: 0;
  border: 0;
}

#productsAccordion .btn-link.toggle-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.2rem 1.25rem 1.2rem 5.25rem;
  color: #fff;
  text-decoration: none !important;
  box-shadow: none !important;
  border: 0;
}

#productsAccordion .btn-link.toggle-btn:hover,
#productsAccordion .btn-link.toggle-btn:focus,
#productsAccordion .btn-link.toggle-btn:active {
  color: #fff;
  text-decoration: none !important;
  box-shadow: none !important;
}

#productsAccordion .card-body {
  background: #fff;
  padding: 1.5rem;
}

.toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  min-width: 20px;
}

.toggle-icon::after {
  content: '';
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.toggle-btn[aria-expanded="true"] .toggle-icon::after {
  transform: rotate(-135deg);
}



.text-primary {
    color: #f38031 !important;
    font-size: 2.5rem !important;
}

#headingOrange{
    background-color: #f38031 !important;
}

#headingGreen{
    background-color: #80BB41 !important;
}

#headingBlue{
    background-color: #00AEEF !important;
}

#headingOrange .text-white, #headingGreen .text-white, #headingBlue .text-white {
    font-size: 24px !important;
    font-weight: 600 !important;
}
#collapseOrange h2 {
    font-size: 22px !important;
    color: #f38031 !important;
    font-weight: 500 !important;
}
#collapseGreen h2{
    font-size: 22px !important;
    color: #80BB41 !important;
    font-weight: 500 !important;
}
#collapseBlue h2{
    font-size: 22px !important;
    color: #00AEEF !important;
    font-weight: 500 !important;
}



.pharmacy-feature h2{
    font-size: 28px !important;
    color: #f38031 !important;
    font-weight: 600 !important;
}

.pharmacy-feature p, .pharmacy-feature li{
    font-weight: 300 !important;
}

.pharmacy-feature strong{
    color: #80BB41 !important; 
    font-weight: 600 !important;
}


/* Force Inter font for all text and headers */
body, h1, h2, h3, h4, h5, h6, p, span, div, a, button, input, textarea, select {
  font-family: 'Inter', sans-serif !important;
}

#main-nav.navbar .navbar-nav li .nav-link:hover{
    color: #ca9300 !important;
}

#main-nav.navbar .navbar-brand {
    width: auto !important;
    max-width: 220px !important;
}

#main-nav.navbar {
    background: #ffffff00 !important;
    border-radius: 0px !important;
    margin: 0 auto;
    padding: 0px !important;
}
#main-nav.navbar .container {
    z-index: 9999 !important;
    background-color: #ffffff !important;
    box-shadow: 0px 3px 7px 2px rgb(0 0 0 / 40%) !important;
    border-radius: 10px !important;
    display: flex !important; 
    margin: 0 auto;
    padding: 20px !important;
}

.home-blocks-wrapper{
    box-shadow: 0px 3px 7px 2px rgb(0 0 0 / 40%) !important;
    border-radius: 10px !important;
}
.row2{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.mt-5, .my-5 {
    margin-top: 2rem !important;
}



.btn-primary {
    color: #fff;
    background-color: #80bb41;
    border-color: #78b03d;
}
.btn-primary:hover {
    color: #fff;
    background-color: #78b03d;
    border-color: #78b03d;
}

.mb-md-5, .my-md-5 {
    margin-top: 0em !important;
    margin-bottom: 1em !important;
}
.pb-5, .py-5 {
    padding-bottom: 0 !important;
}

.col-lg-8 {
    text-align: left !important;
}

.col-lg-5th.border-right1 {
    width: 100% !important;
}

.col-md-6,
.col-12.col-md-6.no-pads2 {
    vertical-align: top !important;
}

#full-width-page-wrapper h2.home-what-text2{
    font-size: 60px !important;
}


@media (min-width: 992px) and (max-width: 1200px) {
#full-width-page-wrapper h2.home-what-text2{
    font-size: 50px !important;
}
}


@media (min-width: 992px) {
section#what-is-thebemed {
    margin: 60px !important;
}
#cover-writeup{
    margin:50px !important;
}


#main-nav.navbar .navbar-nav li .nav-link{
    padding-left: 1.5rem !important;
    padding-right: 0.5rem !important;
}

#right-menu {
    position: absolute !important;
    right: 20px;
}    

#main-nav.navbar {
    display: inline-grid !important; 
}

#pharmacy-page .border-right1 {
    border-right: 1px solid #e6e6e6 !important;
}

#pharmacy-page .border-right1:last-child {
    border-right: 0px solid #e6e6e6 !important;
} 

#full-width-page-wrapper h2.home-what-text1{
    font-size: 40px !important;
}


.whatsapp-list{
    display: flex !important;
}  
#contact-page-template .service-provider-table-wrapper a{
    float: left !important;
}

.whatsapp-block__main-icon {
    width: 85px;
    background: #80bb41;
    padding: 15px 15px;
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: 0px 5px 10px #333333ab;
}

    
    #contact-page-template .block-text-right{
        text-align: right !important;
    }

    .block-orange{
        border-radius: 0 0 0 10px;
    }
    .block-blue {
        border-radius: 0 0 10px 0;
    }

    #main-nav.navbar {
        display: flex !important;
    }
    .home #main-nav.navbar {
        display: inline-grid !important;
    }
    
    

    #masthead.small {
    padding-top: 200px !important;
}
    .masthead h1, .masthead .h1 {
        font-size: 2.5rem !important;
        color: #ffffff !important;
        text-align: left !important;
    }
    .masthead p {
        font-size: 1.55rem;
        font-weight: 300;
    }
    .pl-lg-5, .px-lg-5 {
        padding-left: 0rem !important;
    }
    .pr-lg-5, .px-lg-5 {
        padding-right: 0rem!important;
    }
}

@media (min-width: 1200px) {
#main-nav.navbar, #main-nav.navbar .container, #main-nav.navbar .navbar-collapse, #navbarNavDropdown {
        width: 1200px !important;
    }
}

@media (max-width: 1199px) {
#main-nav.navbar, #main-nav.navbar .container, #main-nav.navbar .navbar-collapse, #navbarNavDropdown {
        max-width: 1200px !important;
    }
}

#main-nav.navbar, #main-nav.navbar .container, #main-nav.navbar .navbar-collapse, #navbarNavDropdown {
        box-sizing: border-box;
    }

    #wrapper-navbar #main-nav.navbar .container{
        width: 100% !important;
        max-width: 1200px !important;
    }


/* wrapper spacing */
.home-blocks-wrapper {
  margin-top: -60px; /* adjust based on navbar height */
  position: relative;
  z-index: 5;
}

/* remove bootstrap column gaps visually */
.home-blocks > [class*="col-"] {
  padding: 0;
}

/* block base */
.block {
  height: 100%;
  padding: 30px 20px;
  color: #fff;
}

.row2{
    padding-top:50px;
}

/* colors */
.block-orange { background: #f07c2f; }
.block-green  { background: #7dbd42; }
.block-blue   { background: #1e9acb; }



/* titles */
.block h3 {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

/* item */
.item {
  text-align: center;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.item:hover {
  transform: translateY(-3px);
  transition: 0.2s;
}

/* icons */
.icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-orange .icon,
.block-blue .icon {
  margin:0 auto;
}

.icon img {
  max-width: 100%;
}

.contact-email-row__icon img{
    height:20px !important;
}

/* green list */
.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.link-list li {
  display: flex;
  align-items: center;
  gap: 1px;
  margin-bottom: 0px;
  font-size: 13px;
}


@media (min-width: 768px) and (max-width: 991px) {
    .col-md-6 {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
    }
    .col-md-4 {
        -ms-flex: 0 0 32.33333333%;
        flex: 0 0 32.33333333%;
        max-width: 32.333333%;
        vertical-align: top !important;
    }
}

.resource-item__text {
    max-width: 350px;
}

/* 📱 mobile fixes */
@media (max-width: 991px) {
.medcalc-form .row {
        margin: inherit !important;
    }


#contact-page-template .contact-right-image,
#contact-page-template .whatsapp-block {
    border-radius: 10px !important;
    margin: 15px !important;
}

.resource-item__text {
    max-width: 270px;
}    
.whatsapp-block__main-icon {
    padding: 20px !important;
}
.whatsapp-list__item {
    margin-bottom: 1rem !important;
}
.col-md-3 {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
}

.col-md-10 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.col-12.col-md-4.text-center,
.col-12.col-md.text-center.pt-0.pt-md-5.pb-0.pb-md-2 {
    padding: 20px !important;
}

.thebemed-footer__panel-section {
    margin-bottom: 20px !important;
}

.col-9 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
}
.row {
    display: ruby !important;
    margin: 0 auto !important;
}
.display-6 {
    text-align: center;
    margin: 0 auto;
}

.masthead.large {
    padding-top: 3rem !important;
    padding-bottom: 5.5rem !important;
}

a.nav-link {
    text-align: center !important;
}

#right-menu{
    margin-left: 0rem !important;
}

.carousel-control-next {
    right: 25px !important;
}
.carousel-control-prev {
    left: 25px !important;
}

.fixed-top {
    position: relative !important;
}
#main-nav.navbar {
    margin-top: 0rem !important;
}

  .pharmacy-photo,
  .row2 {
    display: none !important;
  }

  .home-blocks-wrapper {
    margin-top: 20px;
  }

  .block {
    margin-bottom: 10px;
  }
}


@media (min-width: 576px) and (max-width: 991px) {
.container, .container-sm {
    max-width: fit-content !important;
}  
#masthead .container{
    max-width: 900px !important;
}
}
/* small mobile */
@media (max-width: 576px) {
.contact-email-row {
    font-size: 13px !important;
}    
img.wp-smiley, img.emoji {
    height: 0.7em !important;
    width: 0.7em !important;
}
.contact-email-row__icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
}

.col-6.col-md-3.col-lg-6.col-xl-3.item {
    padding-left: 0px !important;
}    
#full-width-page-wrapper h2.home-what-text2 {
    font-size: 30px !important;
}    
.item {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
}
.pharmacy-content-last,
.pharmacy-content-main {
    padding: 20px;
}
.pharmacy-content-main td, .pharmacy-content-main ul {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
    margin-left: 10px !important;
}
#pharmacy-page .pharmacy-feature__image img {
    max-height: 650px !important;
    object-position: center top !important;
}

}


/* =========================
   Bootstrap 4 Mobile Nav Colour
========================= */

@media (max-width: 991.98px) {
  #main-nav.navbar {
    background: transparent !important;
  }

  #main-nav.navbar .container {
    background-color: #ffffff !important;
  }

  #main-nav.navbar .navbar-collapse {
    background-color: #ffffff !important;
  }

  #main-nav.navbar .navbar-nav .nav-link {
    color: #4a3728 !important;
  }

  #main-nav.navbar .navbar-nav .nav-link:hover,
  #main-nav.navbar .navbar-nav .nav-link:focus,
  #main-nav.navbar .navbar-nav .active > .nav-link,
  #main-nav.navbar .navbar-nav .current-menu-item > .nav-link {
    color: #f38031 !important;
  }

  #main-nav.navbar .navbar-toggler {
    border-color: #4a3728 !important;
  }

  #main-nav.navbar .navbar-toggler-icon {
    filter: invert(20%) sepia(14%) saturate(966%) hue-rotate(344deg) brightness(92%) contrast(88%);
  }
}

@media (max-width: 1199px) {
.thebemed-footer__logo-wrap {
    display: none !important;
}
}

@media (min-width: 1299px) {
.masthead.large {
    height: 70vh !important;
}
.carousel-item img {
    height: 400px !important;
    object-fit: cover !important;
}
}
@media (min-width: 1921px) {
.masthead.large {
    height: 60vh !important;
}
}
@media (min-width: 2560px) {
.masthead.large {
    height: 60vh !important;
}
}









/* =========================================================
   HOME RESOURCE / DOCUMENT CARDS
   ========================================================= */

.home-resource-sections {
	--resource-green: #65ad43;
	--resource-green-dark: #4e9131;
	--resource-text: #262626;
	--resource-muted: #777777;
	--resource-border: #e6e6e6;
	--resource-icon-bg: #f1f6ed;

	padding: 45px 0;
	background: #f7f9f7;
}


/* ---------------------------------------------------------
   GRID
   --------------------------------------------------------- */

.home-resource-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	align-items: stretch;
}


/* ---------------------------------------------------------
   CARD
   --------------------------------------------------------- */

.home-resource-card {
	display: flex;
	flex-direction: column;

	min-width: 0;
	padding: 32px 26px 20px;

	background: #fff;
	border: 1px solid var(--resource-border);
	border-radius: 13px;

	box-shadow:
		0 1px 2px rgba(0, 0, 0, 0.02),
		0 4px 16px rgba(0, 0, 0, 0.025);
}


/* ---------------------------------------------------------
   HEADER
   --------------------------------------------------------- */

.home-resource-card__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;

	margin-bottom: 27px;
}

.home-resource-card__title {
	margin: 0;

	font-size: 19px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;

	color: var(--resource-green);
}

.home-resource-card__view-all {
	flex: 0 0 auto;

	font-size: 12px;
	line-height: 1;
	font-weight: 600;

	color: #333;
	text-decoration: none;

	transition:
		color 0.2s ease,
		opacity 0.2s ease;
}

.home-resource-card__view-all:hover {
	color: var(--resource-green);
}


/* ---------------------------------------------------------
   DOCUMENT LIST
   --------------------------------------------------------- */

.home-resource-card__documents {
	display: flex;
	flex-direction: column;
	gap: 21px;

	flex: 1 1 auto;
}


/* ---------------------------------------------------------
   DOCUMENT
   --------------------------------------------------------- */

.home-document {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	align-items: flex-start;
	gap: 15px;

	color: inherit;
	text-decoration: none;
}

.home-document:hover {
	color: inherit;
	text-decoration: none;
}


/* Icon container */

.home-document__icon {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 46px;
	height: 51px;

	background: var(--resource-icon-bg);
	border-radius: 8px;

	transition:
		background-color 0.2s ease,
		transform 0.2s ease;
}

.home-document__icon img {
	display: block;
	width: 27px;
	height: 32px;
	object-fit: contain;
}

.home-document:hover .home-document__icon {
	background: #e8f2e1;
	transform: translateY(-2px);
}


/* Content */

.home-document__content {
	display: block;
	min-width: 0;
	padding-top: 1px;
}

.home-document__title {
	display: block;

	margin-bottom: 4px;

	font-size: 14px;
	line-height: 1.35;
	font-weight: 700;

	color: var(--resource-text);

	transition: color 0.2s ease;
}

.home-document:hover .home-document__title {
	color: var(--resource-green-dark);
}

.home-document__description {
	display: -webkit-box;

	margin-bottom: 3px;

	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

	font-size: 13px;
	line-height: 1.4;
	font-weight: 400;

	color: var(--resource-muted);
}

.home-document__meta {
	display: flex;
	align-items: center;
	gap: 5px;

	margin-top: 2px;

	font-size: 11px;
	line-height: 1.4;
	font-weight: 500;

	color: #777;
}

.home-document__meta-separator {
	opacity: 0.65;
}


/* ---------------------------------------------------------
   EMPTY STATE
   --------------------------------------------------------- */

.home-resource-card__empty {
	padding: 20px 0;

	font-size: 14px;
	line-height: 1.5;

	color: var(--resource-muted);
}


/* ---------------------------------------------------------
   FOOTER BUTTON
   --------------------------------------------------------- */

.home-resource-card__footer {
	margin-top: 31px;
	padding-top: 0;
}

.home-resource-card__button {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	min-height: 45px;
	padding: 10px 18px;

	border: 1px solid #d6d6d6;
	border-radius: 6px;

	background: #fff;

	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;

	color: #282828;
	text-decoration: none;

	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.home-resource-card__button:hover {
	background: var(--resource-green);
	border-color: var(--resource-green);

	color: #fff;
	text-decoration: none;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

	.home-resource-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.home-resource-card:last-child {
		grid-column: 1 / -1;
	}

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

	.home-resource-sections {
		padding: 30px 0;
	}

	.home-resource-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.home-resource-card:last-child {
		grid-column: auto;
	}

	.home-resource-card {
		padding: 24px 20px 18px;
	}

	.home-resource-card__header {
		margin-bottom: 23px;
	}

	.home-resource-card__title {
		font-size: 17px;
	}

	.home-resource-card__documents {
		gap: 19px;
	}

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

	.home-resource-card {
		padding-left: 17px;
		padding-right: 17px;
	}

	.home-document {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 12px;
	}

	.home-document__icon {
		width: 42px;
		height: 47px;
	}

	.home-document__icon img {
		width: 25px;
		height: 29px;
	}

	.home-resource-card__view-all {
		font-size: 11px;
	}

}




/* ==================================================
   TABLEPRESS - MOBILE STACKED TABLES
   ================================================== */

@media (max-width: 767px) {

    /* Prevent TablePress/DataTables wrappers overflowing */
    .tablepress,
    .tablepress-wrapper,
    .dataTables_wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    /* Convert the table into stacked blocks */
    .tablepress,
    .tablepress tbody,
    .tablepress tr,
    .tablepress td {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Hide traditional column headings */
    .tablepress thead {
        display: none !important;
    }

    /* Each row becomes its own card */
    .tablepress tbody tr {
        margin: 0 0 20px !important;
        padding: 0 !important;

        border: 1px solid #ddd !important;
        border-radius: 8px;

        overflow: hidden;
        background: #fff;
    }

    /* Individual cells */
    .tablepress tbody td {
        padding: 12px 15px !important;
        margin: 0 !important;

        border: 0 !important;
        border-bottom: 1px solid #eee !important;

        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;

        min-width: 0 !important;
        height: auto !important;
    }

    /* Remove divider from last field */
    .tablepress tbody td:last-child {
        border-bottom: 0 !important;
    }

    /* Treat the first column as the row heading */
    .tablepress tbody td:first-child {
        font-weight: 700;
        background: #f7f7f7;
    }

    /* Prevent links or buttons creating overflow */
    .tablepress td a,
    .tablepress td button {
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    /* Images */
    .tablepress img {
        max-width: 100% !important;
        height: auto !important;
    }
}