@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//medisavercard.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.2") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(39,39,39);
	--wd-text-font-size: 16px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-transform: capitalize;
	--wd-title-color: rgb(23,101,168);
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-transform: capitalize;
	--wd-entities-title-color: rgb(23,101,168);
	--wd-entities-title-color-hover: rgb(243, 137, 45);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: rgb(23,101,168);
	--wd-widget-title-font-size: 20px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(243,137,45);
	--wd-alternative-color: rgb(23,101,168);
	--wd-link-color: rgb(23,101,168);
	--wd-link-color-hover: rgb(243,137,45);
	--btn-default-font-family: "Poppins", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 400;
	--btn-default-transform: capitalize;
	--btn-default-bgcolor: rgb(23,101,168);
	--btn-default-bgcolor-hover: rgb(243,137,45);
	--btn-accented-font-family: "Poppins", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 400;
	--btn-accented-transform: capitalize;
	--btn-accented-bgcolor: rgb(23,101,168);
	--btn-accented-bgcolor-hover: rgb(243,137,45);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(23,101,168);
	--notices-success-color: rgb(245,245,245);
	--notices-warning-bg: rgb(221,51,51);
	--notices-warning-color: rgb(245,245,245);
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(243,137,45);
	background-image: none;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(42,155,204);
	background-image: url(https://medisavercard.com/wp-content/uploads/2021/10/medical-page-title.jpg);
	background-size: cover;
	background-position: center center;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(39,39,39);
	--wd-form-placeholder-color: rgb(158,158,158);
	--wd-form-brd-color: rgb(23,101,168);
	--wd-form-brd-color-focus: rgb(243,137,45);
	--wd-form-bg: rgb(255,255,255);
}
.wd-nav-arrows.wd-pos-together:not(:where(.wd-custom-style)) {
	--wd-arrow-color: rgb(23,101,168);
	--wd-arrow-color-hover: rgb(243,137,45);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/** Scroll Bar CSS**/
::-webkit-scrollbar {
  	width: 13px;
}
::-webkit-scrollbar-thumb {
		background-color: #f3892d !important;
		border-radius: 8px !important;
}
::-webkit-scrollbar-track {
    background: #f5f5f5;
} 
.wd-scrollbar.platform-Windows {
    --wd-scroll-w: 13px !important;
}
::selection {
    background: #f3892d;
    color: #f5f5f5;
}
/** Scroll To Top **/
.scrollToTop {
    background-color: #1765a8 !important;
    color: #f5f5f5 !important;
    border: 1px solid #f5f5f5;
		left: 20px;
		bottom: 90px !important;
}
.scrollToTop:hover {
    background: #f3892d !important;
	  color: #f5f5f5 !important;
}

/** Copyright Wrapper Font Size **/
.copyrights-wrapper{
    font-size: 14px;
    background: #1765a8;
}
 .copyrights-wrapper a {
    font-size: 14px;
	  color: #f5f5f5 !important;
}
.copyrights-wrapper a:hover {
    color: #f3892d !important;
}
.grecaptcha-badge {
    bottom: 100px !important;
		z-index: 999;
}
/** Contact Form 7 **/
.screen-reader-response {
    display: none;
}
/** Site Content **/
.site-content {
    margin: 0px !important;
}
.wd-prefooter {
		padding-bottom: 0px !important;
}	

/* Header */
.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
    color: #f3892d;
}
.wd-nav[class*="wd-style-"]>li>a {
    color: #1765a8;
}
.wd-nav[class*="wd-style-"]>li:hover>a {
    color: #f3892d;
}
.wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    color: #f3892d;
		font-size: 12px;
    font-weight: 600;
}
.wd-sub-menu li.current-menu-item a {
    color: #f3892d !important;
}
.mobile-nav span.nav-link-text {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
}
.mobile-nav span.nav-link-text:hover {
    color: #f3892d;
}
.mobile-nav .current-menu-item span.nav-link-text {
    color: #f3892d;
    font-weight: 700;
}
a.btn {
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
}
.btn.btn-color-primary.btn-style-default {
    background: #1562a5 !important;
}
.btn.btn-color-primary.btn-style-default:hover {
    background: #f3892d !important;
    box-shadow: none !important;
}

/* Footer */
.ah-follow a.wd-social-icon:not(:last-child) .wd-icon {
    margin-right: 40px !important;
}
.ah-follow .color-scheme-light a.wd-social-icon {
	transition: .5s ease;
}
.ah-follow .color-scheme-light a.wd-social-icon:hover {
    color: #f3892d !important;
    transform: scale(1.1);
}
.ah-ftrmenu li a{
	max-width: fit-content !important;
}

/* Contact Page */
input[type='email'], input[type='text'], input[type='tel'], textarea, select, input[type='submit'] {
    filter: drop-shadow(4px 4px 16px rgba(0,0,0,0.16));
    height: 50px;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #1765a8;
    color: #f5f5f5 !important;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0px 30px;
    border-radius: 8px;
    transition: .5s ease;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: #f3892d;
}
.dscf7_signature input.clearButton {
    min-height: auto;
}
.color-scheme-dark a.wd-social-icon {
    color: #f3892d !important;
    transition: .5s ease;
}
.color-scheme-dark a.wd-social-icon:hover {
    color: #1765a8 !important;
    transform: scale(1.1);
}
.ah-absolute {
    position: absolute;
    bottom: 660px;
    z-index: 1;
    right: -40px;
}
.ah-terms .e-con-inner {
    position: relative;
}
/* .page-id-6906 .wd-info-box .info-svg-wrapper :is(img,svg) {
    filter: invert(177%) sepia(77%) saturate(830%) hue-rotate(179deg) brightness(99%) contrast(93%);
} */
.ah-providers textarea {
    min-height: 120px !important;
}
.ah-testi .testimonial-content p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ah-testi .testimonial-content p.truncated {
    -webkit-line-clamp: 4;
    overflow: hidden;
    position: relative;
}
.ah-testi .testimonial-content p.expanded {
    -webkit-line-clamp: initial;
    overflow: visible;
}
.ah-testi .read-more {
    display: inline-block;
    cursor: pointer;
    margin-top: 0px;
}

/* Base styles for the membership card wrapper */
.ihc-membership-card-wrapp {
    padding: 40px 20px !important;
    border: 1px solid #c9c9c9 !important;
    border-radius: 8px !important;
    position: relative !important;
    box-shadow: 0 0 7px 1px rgba(189, 189, 189, .3) !important;
    font-size: 16px !important;
    height: 340px !important;
		margin-left: 0px !important;
}
/* Image styling */
.ihc-membership-card-img {
    width: 28% !important;
    padding-right: 0px !important;
    position: relative !important;
    margin-left: 13px;
    margin-top: 66px;
}
.ihc-membership-card-img img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
		width: 100% !important;
	  border-color: #ec8829 !important;
}
/* Content section styling */
.ihc-membership-card-content {
    width: 70% !important;
    float: left !important;
    text-align: left !important;
}

.ihc-membership-card-full-name {
    font-weight: bold !important;
    font-size: 1.6em !important; /* equivalent to 160% */
    margin-bottom: 10px !important;
    color: #f5f5f5 !important;
}
.ihc-membership-card-data {
    font-size: 0.85em !important; /* equivalent to 85% */
}
.ihc-membership-card-uid,
.ihc-membership-card-level,
.ihc-membership-level-expire {
    margin-top: 5px !important;
}
/* Print icon */
.ihc-print-icon {
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
}
/* Template-specific styles */
.ihc-membership-card-2 {
    color: #fff !important;
    min-height: 200px !important;
    background: url(/wp-content/uploads/2024/09/MediSaver-Card.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ihc-membership-card-2 .ihc-membership-card-content {
    padding-top: 0px !important;
    padding-left: 100px;
		margin-top: -230px;
	  display: flex;
    flex-direction: column;
}
.ihc-membership-level-expire {
    margin-top: 10px !important;
    order: 10;
    background: #ec8829;
    max-width: fit-content;
    padding: 10px 20px 5px;
		border-radius: 12px;
}
.ihc-membership-card-content::after {
    content: url('/wp-content/uploads/2025/06/qr-code-1.png');
    position: absolute;
    right: -260px;
    top: 50%;
    transform: translateY(-50%);
    background: #ec8829;
    padding: 30px;
    border-radius: 0px 8px 8px 0px;
}
.ihc-membership-card-2 .ihc-membership-card-full-name {
    font-size: 2.1em !important; /* equivalent to 210% */
    padding-bottom: 20px;
    padding-top: 10px;
}
.ihc-membership-card-content div {
    display: flex;
}
.ihc-membership-card-medium label {
    font-size: 16px;
    margin-right: 5px;
    color: #f5f5f5;
}
.ihc-membership-extra-fields {
    display: flex;
    flex-direction: column;
}
.ihc-account-page-wrapp .ihc_level_template_6 .ihc-level-item-title {
    font-size: 24px !important;
    color: #1562a5 !important;
}
.ihc_level_template_6 .ihc-level-item-price {
    color: #f3892d !important;
}
.ihc_level_template_6 .ihc-level-item-link {
    background-color: #f3892d !important;
    border-color: #f3892d !important;
    border-radius: 8px !important;
}
.ihc_level_template_6 .ihc-level-item-link:hover {
    background-color: #1562a5 !important;
    border-color: #1562a5 !important;
}

.ah-popvideo.elementor-widget-video .elementor-wrapper {
    --video-aspect-ratio: unset !important;
}
.tablepress {
    --head-active-bg-color: #f3892d !important;
}
.tablepress>:where(thead,tfoot)>*>th {
    background-color: #1562a5;
    color: #f5f5f5 !important;
}
.tablepress>:where(tbody)>.odd>* {
    background-color: #e8f3fd !important;
}
.tablepress td {
    font-size: 14px !important;
}
.tablepress tr.ah-tablerow td {
    background: #1562a5 !important;
    color: #f5f5f5 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px !important;
}


/* Tooolkit Restriction */
/* body .ah-subbtn a.elementor-button , body .ah-subbtn a{
    pointer-events: none;
    opacity: 0.6;
    position: relative; 
}
body.logged-in .ah-subbtn a.elementor-button , body.logged-in .ah-subbtn a{
    pointer-events: unset !important;
    opacity: 1;
}
body.logged-in .ah-subbtn a.elementor-button::after , body.logged-in .ah-subbtn::after , body .ah-subbtn a::after{
    display: none !important;
}
body .ah-subbtn a.elementor-button::after , body .ah-subbtn a::after{
    content: 'Please activate your subscription to download this.';
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
    z-index: 1000;
    bottom: 125%; 
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none; 
}
body .ah-subbtn a.elementor-button:hover::after , body .ah-subbtn a:hover::after{
    display: block;
    opacity: 1;
}
body .ah-subbtn {
    position: relative; 
}
body .ah-subbtn::after {
    content: 'Please activate your subscription to download this.';
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
    z-index: 1000;
    bottom: 100%; 
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden; 
    transition: opacity 0.3s, visibility 0.3s;
}
body .ah-subbtn:hover::after {
    opacity: 1;
    visibility: visible;
} */
.ah-test-table .dt-layout-cell.dt-layout-full {
    overflow-x: scroll !important;
}
body.logged-in .ah-hide {
    display: none !important;
}@media (min-width: 1025px) {
	.woocommerce-page .main-page-wrapper .container .row {
    padding: 40px 0px 80px 0px;
}
h1.entry-title.title {
    font-size: 60px;
}
.page-id-15937 .tablepress tr th.column-1 {
    width: 40% !important;
}
.page-id-15937 .tablepress tr th.column-3 {
    width: 10% !important;
}
@media(min-width: 1441px){
div.wd-slide {
    min-height: 750px !important;
}
.ah-absoluteimgl {
    left: 10% !important;
}
.ah-absoluteimgr {
    right: 10% !important;
}
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.ah-absolute {
    bottom: 370px;
}
.page-title {
    padding: 80px !important;
}
.woocommerce-page .main-page-wrapper .container .row {
    padding: 20px 0px 60px 0px;
}
.ihc-membership-card-wrapp {
    width: 550px !important;
		height: 330px !important;
    padding: 40px 10px !important;
}
.ihc-ap-wrap {
    overflow-x: scroll;
}
}

@media (max-width: 576px) {
	/** Google Recaptcha **/
.grecaptcha-badge {
    display: none !important;
}
/** Scroll To Top **/
.scrollToTop {
		bottom: 90px  !important;
}
.page-title {
    padding: 60px 15px !important;
}
.woocommerce-page .main-page-wrapper .container .row {
    padding: 20px 0px 60px 0px;
}
.wd-slide-bg {
		background-position: -650px 0px !important;
		background-color: #0000005e !important;
		background-blend-mode: overlay;
}
.ihc-membership-card-wrapp {
    width: 360px !important;
    min-height: 215px !important;
    padding: 10px 10px !important;
    height: 190px !important;
}
.ihc-membership-card-img {
    width: 29% !important;
    margin-left: 6px;
    margin-top: 56px !important;
}
.ihc-membership-card-2 .ihc-membership-card-content {
    padding-left: 60px;
    margin-top: -162px;
    width: 100% !important;
}
.ihc-membership-card-2 .ihc-membership-card-full-name {
    font-size: 20px !important;
    padding-bottom: 0px !important;
	  margin-bottom: 5px !important;
}
.ihc-membership-card-medium label {
    font-size: 10px !important;
    margin-bottom: 0;
}
.ihc-membership-card-data {
    font-size: 10px !important;
}
.ihc-membership-card-uid, .ihc-membership-card-level, .ihc-membership-level-expire {
    margin-top: 0px !important;
}
.gt_switcher_wrapper {
/*     bottom: 0px !important;
    top: auto !important; */
		display: none !important;
}
.dataTables_filter label input {
    width: 200px;
}
div.dataTables_wrapper {
    overflow-x: scroll;
}
.ihc-ap-wrap {
    min-height: 600px;
}
.ihc-membership-card-content::after {
    content: url(/wp-content/uploads/2024/09/QR.png);
    position: absolute;
    bottom: -264px;
    left: 50%;
    transform: translateX(-50%);
    background: #ec8829;
    padding: 30px;
    border-radius: 0px 0px 8px 8px;
	  right: auto;
    top: auto;
}
.ihc-membership-level-expire {
    padding: 5px 20px;
}
}

