:root {
	--primary-white: #ffffff;
	--primary-gray: #f2f2f2;
	--primary-dark: #131414;
	--primary-font: "Nunito", sans-serif;
	--secondary-font: "Inter", sans-serif;
	/* --primary-blue: #2f66a9;
	--border-blue: #1c6bb3;
	--primary-calendar: #7ab9f7;
	--primary-calendar-date: #1a6fb9;
	--primary-checkbox: #1a70b9;
	--primary-dark-gray: #707070;
	--border-dark: #f0f0f0;
	--placeholder-dark: #dbdbdb;
	--secondary-heading-white-font-size: 38px;
	--primary-blue-gradient: transparent
		linear-gradient(139deg, #197ecd 0%, #1c5a9c 100%);
	--primary-blog-gradient: linear-gradient(
		90deg,
		rgba(25, 126, 205, 1) 0%,
		rgba(28, 90, 156, 1) 100%
	); */
	/* --primary-nextButton-gradient: transparent
		linear-gradient(159deg, #197ecd 0%, #1c5a9c 100%) 0% 0% no-repeat
		padding-box;
	--alert-red: #f74a4a;
	--cgm-dark-green: #049f8a;
	--cgm-light-green: #30c2ab;
	--cgm-border-green: #007564;
	--cgm-green-gradient: transparent
		linear-gradient(139deg, #30c2ab 0%, #049f8a 100%);
	--cgm-nextButton-gradient: transparent
		linear-gradient(159deg, #30c2ab 0%, #049f8a 100%) 0% 0% no-repeat
		padding-box; */
}
:root {
	--alert-red: #ff4d4f;
	--primary-qti-hover-btn: #052060;
}
.pumps-maternity-theme {
	--primary-qti-hover-btn: var(--primary-purple-btn-hover);
}

.cgm-theme-html {
	--primary-qti-hover-btn: var(--primary-cgm-hoverBtn);
}
.nebulizer-theme {
	--primary-qti-hover-btn: var(--primary-nebulizers-hoverBtn);
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	min-height: 100vh;
	font-family: var(--primary-font);
}

p {
	margin: 0px !important;
}

.order-2 {
	order: 2;
}

.order-1 {
	order: 1;
}

.text-center {
	text-align: center;
}

.mt-20 {
	margin-top: 20px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
/* --- global style ---- */
.custom-container {
	max-width: 1370px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 35px;
	padding-right: 35px;
}

.btn-custom {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	border-radius: 50px;
	font-family: var(--secondary-font);
}

.btn-custom-white,
.btn-custom-white:focus {
	padding: 13px 35px;
	background-color: var(--primary-white);
	color: var(--primary-blue) !important;
	text-decoration: none !important;
}

.btn-custom-white:hover {
	background-color: transparent;
	color: var(--primary-white) !important;
	border: 1px solid var(--primary-white);
}

.btn-custom-blue {
	padding: 13px 35px;
	background-color: var(--primary-blue-gradient);
	color: var(--primary-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--primary-font);
}

h2,
.h2 {
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	color: var(--primary-dark);
}

h3,
.h3 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	color: var(--primary-dark);
	font-family: var(--secondary-font);
}

/* =====header===== */
.header-topbar {
	display: flex;
	justify-content: space-between;
	height: 42px;
	background-color: var(--primary-gray);
	padding: 13px 53px 10px 35px;
	font-size: 14px;
	line-height: 19px;
	font-family: var(--secondary-font);
	font-weight: 400;
	color: var(--primary-dark);
}

.header-topbar a {
	text-decoration: none;
	color: var(--primary-dark);
	font-family: var(--secondary-font);
	width: max-content;
}

.header-topbar a:hover,
.header-topbar .backtomain-wrapper a.back-link:focus > p.back-instruction {
	text-decoration: none;
	color: var(--primary-dark);
	text-shadow: 0 0 0.65px var(--primary-dark), 0 0 0.65px var(--primary-dark);
}

.mobile-link,
.back-link {
	display: flex;
	gap: 6px;
}

.contact-top-bar-wrapper {
	display: flex;
	justify-content: space-between;
	max-width: 381px;
}
.mobile-number,
.time-text {
	color: var(--primary-dark);
	font-family: var(--secondary-font);
}

.backtomain-wrapper {
	flex-basis: 70%;
}

.contact-top-bar {
	flex-basis: 30%;
}

/* ===== header-nav-outer==== */

.header__nav-outer {
	background-color: var(--primary-white);
}

/* =====header-nav-outer===== */

.header__nav-outer .custom-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 27px 35px;
}

.nav-logo-wrapper {
	flex-basis: 30%;
}

.nav-logo-wrapper a img {
	max-height: 63px;
	max-width: 320px;
}

.nav-links-wrapper {
	flex-basis: 85%;
}

.nav-links {
	display: flex;
	text-decoration: none;
	justify-content: flex-end;
	gap: 16px;
	list-style-type: none;
	color: var(--primary-dark);
	font-family: var(--secondary-font);
	align-items: center;
}

.nav-item {
	list-style-type: none;
}
.nav-item a {
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	color: var(--primary-dark) !important;
	transition: text-shadow 0.3s;
}
.nav-item a:focus:hover {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	text-decoration: none !important;
	color: var(--primary-dark);
	transition: text-shadow 0.3s;
	outline: none;
}
.nav-item a:hover,
.nav-item a:active,
.nav-item.current-menu-item a {
	text-decoration: none;
	color: var(--primary-dark);
	text-shadow: 0 0 0.65px var(--primary-dark), 0 0 0.65px var(--primary-dark);
}
header .nav-links li.nav-item:last-child a {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	list-style-type: none;
	padding: 13px 30px;
	border: 1px solid var(--primary-blue);
	border-radius: 24px;
	color: var(--primary-white) !important;
	text-decoration: none;
	background: var(--primary-blue-gradient);
	font-family: var(--secondary-font);
	transition: 300ms ease-in-out;
}
.page-cgm-theme header .nav-links li.nav-item:last-child a,
.page-cgm-theme .form-oth .form-btn,
.page-cgm-theme .incontinence-reorder .gform_button.button {
	border-color: #0c907d !important;
}

header .nav-links li.nav-item:last-child a:hover {
	background: var(--primary-white);
	border: 1px solid var(--border-blue);
	cursor: pointer;
	color: var(--primary-blue) !important;
	text-shadow: none;
}
header .nav-links li.nav-item:last-child a:focus {
	color: var(--primary-white);
	text-shadow: none;
	background: var(--primary-blue-gradient);
}
header .nav-links li.nav-item:last-child a:focus:hover {
	color: var(--primary-blue) !important;
	background: var(--primary-white) !important;
}

.nav-order-button:hover {
	cursor: pointer;
}
/* =====order through insurance nav section ===== */

/* .full-width-section {
	padding-bottom: 0px !important;
}
.full-width-section .content-block-wrapper {
	padding-left: 0px;
	padding-right: 0px;
	max-width: 100%;
}
.full-width-section .content-block-wrapper .content-main {
	width: 100%;
}
.orderthroughinsurance-wrapper {
	display: flex;
}

.oth-nav-wrapper {
 background: var(--primary-blue-gradient); 
	flex-basis: 40%;
	padding: 68px 43px;
	display: flex;
	flex-direction: column;
	gap: 45px;
	color: var(--primary-white);
}

.secondary-heading-white {
	font-family: var(--primary-font);
	font-size: var(--secondary-heading-white-font-size);
	font-weight: 700;
	line-height: 46px;
	text-transform: capitalize;
	color: var(--primary-gray);
	font-size: 36px;
}

.oti-tab-steps {
	display: flex;
	flex-direction: column;
	gap: 68px;
	font-size: 30px;
}
.step-one,
.step-two {
	display: flex;
	gap: 24px;
	align-items: baseline;
	position: relative;
}
.step-one::after {
	content: "";
	position: absolute;
	top: 64px;
	left: 29px;
	height: 100%;
	width: 2px;
	background-color: var(--primary-white);
}
.step-number-wrapper {
	height: 54px;
	width: 54px;
	min-width: 54px;
	text-align: center;
	border: 2px solid var(--primary-white);
	border-radius: 50%;
	color: var(--primary-white);
	box-shadow: 1px 1px 8px #00000048;
	display: flex;
	justify-content: center;
	align-items: center;
}
.step-number-wrapper.active-step {
	background-color: var(--primary-white);
	color: var(--primary-blue);
}
.step-number-wrapper .step-number {
	color: inherit !important;
}
.detail {
	font-size: 28px;
	line-height: 46px;
	text-transform: capitalize;
	font-family: var(--secondary-font);
	font-weight: 400;
} */

/* =====order through insurance right section form start ===== */

/* .oth-information-wrapper {
	flex-basis: 60%;
	width: 100%;
	display: flex;
	background-color: var(--primary-gray);
	padding: 67px 100px 67px 50px;
	flex-direction: column;
	gap: 8px;
	min-width: 780px;
}

.black-second-heading {
	font-size: 36px;
	line-height: 46px;
	color: var(--primary-dark);
}
.form-information-paragraph {
	font-size: 14px;
	line-height: 19px;
	color: var(--primary-dark);
	font-family: var(--secondary-font);
}
.condition {
	display: flex;
	gap: 4px;
	align-items: baseline;
}

.form-oth {
	margin-top: 28px;
}

.form-groups {
	display: flex;
	justify-content: space-between;
	gap: 27px;
	padding-bottom: 20px;
} */

/* ========== js dropdown start ============ */
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default
	.select2-search--dropdown
	.select2-search__field:focus {
	color: var(--primary-dark) !important;
}

.oth-information-wrapper .select2-container {
	flex-basis: 50%;
	height: 100%;
	width: auto !important;
}

.oth-information-wrapper
	.select2-container--default
	.select2-selection--single {
	padding: 12px;
	border: 1px solid #494b4b;
	border-radius: 4px;
	background: transparent;
	font-size: 16px;
	line-height: 22px;
	color: #535555;
	font-family: var(--secondary-font);
	font-weight: 400;
	display: block;
	height: 100%;
}
.oth-information-wrapper
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 50%;
	right: 7px;
	width: 20px;
	transform: translateY(-50%) scale(1.25);
}
.oth-information-wrapper
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-top: 1px solid #535555;
	border-left: 1px solid #535555;
	height: 8px;
	width: 8px;
	transform: rotate(225deg);
	top: 10px;
	border-color: #535555;
	border-right-style: none;
	border-bottom-style: none;
	margin-top: -12px;
}
.oth-information-wrapper
	.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	transform: rotate(45deg);
	border-color: #535555;
	border-right-style: none;
	border-bottom-style: none;
	border-width: 1px;
}

/* .select2-container--default
	.select2-results__option:not(.select2-results__option--disabled):hover {
	background-color: var(--primary-calendar) !important;
	color: var(--primary-white) !important;
} */

/* .select2-container--default .select2-results__option--highlighted,
.select2-container--default .select2-results__option--selected {
	background-color: var(--primary-calendar) !important;
}
.select2-container--open .select2-dropdown {
	border: 2px solid #c6c6c6 !important;
	z-index: 0;
} */

/* =========== js dropdown end ========== */

.oth-information-wrapper .input-field,
.oth-information-wrapper .input-dropdown {
	flex-basis: 50%;
	padding: 12px;
	border: 1px solid #494b4b;
	border-radius: 4px;
	background: transparent;
	font-size: 16px;
	line-height: 22px;
	color: #535555;
	font-family: var(--secondary-font);
	font-weight: 400;
}

.oth-information-wrapper .input-field:focus,
.oth-information-wrapper .input-dropdown:focus,
.oth-information-wrapper .input-field:active,
.oth-information-wrapper .input-dropdown:active,
.oth-information-wrapper .input-field-address:focus,
.oth-information-wrapper .input-field-address:active {
	color: #535555 !important;
}

.input-field-address {
	flex-basis: 100%;
	padding: 12px;
	border: 1px solid #494b4b;
	border-radius: 4px;
	background: transparent;
	font-size: 16px;
	line-height: 22px;
	color: #535555;
	font-family: var(--secondary-font);
	font-weight: 400;
}
.input-field-address:focus {
	border: 1px solid #494b4b !important ;
}
.input-field-hidden {
	visibility: hidden;
	flex-basis: 50%;
}
.input-field-zipCode {
	flex-basis: 50%;
	padding: 12px;
	border: 1px solid #494b4b;
	border-radius: 4px;
	background: transparent;
	font-size: 16px;
	line-height: 22px;
	color: #535555;
	font-family: var(--secondary-font);
	font-weight: 400;
}
.input-field-zipCode:focus,
.input-field-date:focus {
	color: #494b4b !important;
	border: 1px solid #494b4b !important ;
}
.input-field-date {
	flex-basis: 50%;
	padding: 12px;
	border: 1px solid #494b4b;
	border-radius: 4px;
	background: transparent;
	font-size: 16px;
	line-height: 22px;
	color: #535555;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	font-family: var(--secondary-font);
}
.mother-dob::before {
	content: url(images/calendar-icon.svg);
	position: absolute;
	top: 0px;
	left: 14px;
	width: auto;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	color: #535353;
	opacity: 50%;
	text-transform: capitalize;
}
.form-note {
	color: #535555;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0px;
	font-family: var(--secondary-font);
	font-weight: 300;
	cursor: pointer;
}
#backForm1:focus {
	background-color: var(--primary-white) !important;
	color: var(--primary-blue) !important;
}
.oth-information-wrapper .form-groups-button {
	padding-top: 12px;
	display: flex;
	justify-content: flex-end;
}
.oth-information-wrapper .form-groups-button:has(.back-btn) {
	justify-content: space-between;
}
.form-btn {
	padding: 14px 65px;
	border: 1.5px solid;
	border-image: var(--primary-blue-gradient);
	border-radius: 24px;
	font-size: 16px;
	line-height: 21px;
	cursor: pointer;
	transition: 300ms ease-in-out;
	text-transform: capitalize !important;
	font-family: var(--secondary-font) !important;
}
.back-btn {
	background-color: var(--primary-white) !important;
	color: var(--primary-blue) !important;
}
.back-btn:hover {
	cursor: pointer;
	color: var(--primary-white) !important;
	background: var(--primary-blue-gradient) !important;
}
.next-btn {
	color: var(--primary-white) !important;
	background: var(--primary-nextButton-gradient) !important;
	background-color: var(--primary-blue) !important;
}
.next-btn:hover {
	cursor: pointer;
	background: var(--primary-white) !important ;
	color: var(--primary-blue) !important;
}

.form-groups.terms-and-condition {
	display: flex;
	gap: 4px;
	align-items: baseline;
}
.form-groups.terms-and-condition label {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	gap: 5px;
}
.prescription-div {
	display: flex;
	flex-direction: column;
	gap: 14px;
	position: relative;
	flex-basis: 50%;
}
.oti-file-upload-label {
	cursor: pointer;
	position: absolute;
	overflow: hidden;
	max-width: 75ch;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: var(--primary-white);
	color: var(--primary-dark);
	min-width: 302px;
	width: 100%;
	top: 38px;
	border: 1px dashed var(--primary-dark);
	border-radius: 4px;
	height: 65px;
	text-align: center;
	line-height: 19px;
	font-size: 14px;
	font-family: var(--secondary-font);
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
}
.form-note.mb-5px {
	margin-bottom: 5px !important;
}
.uploads-input {
	padding: 19px 20px 21px 20px;
	background-color: var(--primary-white);
	color: black;
	border: 1px dashed #535353;
	border-radius: 4px;
	max-width: 316px;
	visibility: hidden;
}
.uploads-input:focus {
	border: 1px dashed #535353;
}

.upload-note {
	font-size: 16px;
	line-height: 21px;
	font-family: var(--secondary-font);
}
.upload-note-mini {
	color: #535353;
}
.form-oth-1 {
	display: block;
}
.form-oth-2 {
	display: none;
	flex-direction: column;
}

/* =====form-result===== */

.form-oth-3 {
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.thankyou-blue-img {
	width: 212px;
	width: 100%;
	height: 212px;
	margin-bottom: 39px;
}

.third-title-white {
	font-size: 22px;
	line-height: 46px;
	color: #131414;
	font-family: var(--secondary-font);
	text-transform: capitalize;
	margin-bottom: 10px;
	font-weight: 900;
}
.submit-result {
	font-size: 14px;
	line-height: 19px;
	color: #131414;
	font-family: var(--secondary-font);
	font-weight: 400;
}

/* =====input type file style===== */

input [type="file"] {
	display: none;
}

input:focus,
textarea:focus {
	border: none;
	outline: 0;
}

.nav-primary .genesis-nav-menu .sub-menu a,
.site-title a,
.site-title a:focus,
.site-title a:hover,
:focus {
	color: var(--primary-white) !important;
}
.nav-primary .genesis-nav-menu .sub-menu a,
.site-title a,
.site-title a:focus,
.site-title a:hover,
:focus {
	color: var(--primary-white) !important;
}
.f_floating-label {
	position: absolute;
	display: flex;
	align-items: center;
	padding: 15px 20px;
	transition: 0.3s;
}
.f_input.has-floating {
	padding: 23px 20px 8px;
}
.f_field {
	position: relative;
	margin: 20px 0;
}
/* =====order tahrough insurance right section form end ===== */

/* ===========updating button styles ============ */
.button,
.woocommerce a.button,
.button:focus,
.button:hover,
.outstock_button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
button:focus,
button:hover,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background-color: var(--primary-blue-gradient) !important;
}

/* =======================
  ======
  HOME PAGE CSS (START)
  ======
  ======================== */

/* =====incontinence banner start==== */

.top-banner-background {
	display: flex;
	justify-content: center;
	height: auto;
	width: 100%;
	position: relative;
}
.top-banner-background::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: transparent
		linear-gradient(213deg, #646a6c 0%, #343738 48%, #000000 100%) 0% 0%
		no-repeat padding-box;
	opacity: 0.6;
}

.top-form-detail-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 15px;
}
.eligibility-heading {
	font-family: var(--secondary-font);
	font-size: 22px;
	line-height: 24px;
	font-weight: 400;
	color: var(--primary-white);
}
.eligibility-paragraph {
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	font-family: var(--secondary-font);
	color: var(--primary-gray);
	text-transform: capitalize;
}
.ui-widget.ui-widget-content {
	z-index: 11 !important;
}
.eligibility-cover-form {
	max-width: 355px;
}
.form-oth.eligibility-cover-form {
	max-width: 100%;
}
.eligibility-cover-form1 {
	display: flex;
	flex-direction: column;
}
.eligibility-cover-form2 {
	display: none;
	flex-direction: column;
}
.eligibility-cover-form3 {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 296px;
}
.thankyou-white-img {
	fill: var(--primary-white);
}
.eligibility-form-groups {
	display: flex;
	justify-content: space-between;
	max-height: 48px;
	margin-bottom: 12px;
}
.home-submit-result {
	font-size: 14px !important;
	line-height: 19px !important;
	font-family: var(--secondary-font);
	font-weight: 400;
}
.oti-file-status {
	display: none;
}
.oti-file-error-status {
	display: block;
	color: var(--alert-red);
}
.eligibility-input-field {
	max-width: 168px;
	max-height: 48px;
	font-weight: 800;
	padding: 13px 12px;
	text-align: left;
	font-family: var(--secondary-font);
	font-size: 16px;
	line-height: 22px;
	color: var(--primary-white);
	background-color: var(--primary-blue-gradient) !important;
	opacity: 1;
	border: 1px solid var(--border-dark);
	border-radius: 4px;
}
.eligibility-input-field::placeholder,
.eligibility-input-field-address::placeholder {
	color: var(--primary-white);
	font-weight: 800;
}
.eligibility-input-field-address {
	width: 100%;
	max-height: 48px;
	padding: 13px 12px;
	text-align: left;
	font-weight: 800;
	font-family: var(--secondary-font);
	font-size: 16px;
	line-height: 22px;
	color: var(--primary-white);
	background-color: var(--primary-blue-gradient) !important;
	opacity: 1;
	border: 1px solid var(--border-dark);
	border-radius: 4px;
}

/* ======calender styles start===== */
.ui-datepicker th {
	background: var(--primary-blue) !important;
}
/* td a.ui-state-default,
td span.ui-state-default {
	background-color: var(--primary-calendar) !important;
} */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	margin-right: 8px !important;
}
/* .ui-datepicker td:hover a {
	background: var(--primary-calendar-date) !important;
} */
a.ui-state-default.ui-state-active {
	background-color: var(--primary-qti-hover-btn) !important;
}
/* .ui-widget-content .ui-datepicker-today .ui-state-hover {
	background: var(--primary-calendar) !important;
} */
/* ======calender styles end===== */

.eligibility-pit-dropdown {
	width: 100%;
	max-height: 48px;
	padding: 13px 12px;
	text-align: left;
	font-family: var(--secondary-font);
	font-size: 16px;
	line-height: 22px;
	color: var(--primary-white);
	background-color: transparent;
	opacity: 1;
	border: 1px solid var(--border-dark);
	border-radius: 4px;
}
.eligibility-input-field-insuranceid {
	max-width: 100%;
	max-height: 48px;
	padding: 13px 12px;
	text-align: left;
	font-family: var(--secondary-font);
	font-size: 16px;
	line-height: 22px;
	color: var(--primary-white);
	background-color: transparent;
	opacity: 1;
	border: 1px solid var(--border-dark);
	border-radius: 4px;
	font-weight: 800;
}
.eligibility-input-field:focus,
.eligibility-input-field-address:focus,
.eligibility-input-field-insuranceid:focus {
	border: 1px solid var(--border-dark) !important;
}
.eligibility-input-field-insuranceid::placeholder {
	color: var(--primary-white);
	font-weight: 800;
}
.eligibility-input-dropdown {
	max-width: 168px;
	max-height: 48px;
	padding: 13px 12px;
	text-align: left;
	font-family: var(--secondary-font);
	font-size: 16px;
	line-height: 22px;
	color: var(--primary-white);
	background-color: transparent;
	opacity: 1;
	border: 1px solid var(--border-dark);
	border-radius: 4px;
}
.file-upload-wrapper {
	display: flex;
	flex-direction: column;
	position: relative;
}
.file-upload-label {
	cursor: pointer;
	position: absolute;
	overflow: hidden;
	max-width: 75ch;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: var(--primary-blue);
	color: var(--primary-white);
	width: 100%;
	top: 22px;
	border: 1px dashed var(--primary-white);
	border-radius: 4px;
	height: 42px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	font-family: var(--secondary-font);
	font-weight: 400;
}

.eligibility-upload-note {
	font-family: var(--secondary-font);
	font-size: 14px;
	line-height: 19px;
	color: var(--primary-gray);
	font-weight: 400;
	margin-bottom: 6px;
}
.eligibility-upload-note-mini {
	display: inline;
	font-family: var(--secondary-font);
	font-weight: 300;
	font-size: 10px;
	line-height: 15px;
}
.opt-label-info {
	line-height: 1;
	margin-bottom: 5px !important;
}
.form-groups.add-group input,
.form-groups.add-group .select2,
.form-groups.add-group .prescription-div {
	flex-basis: calc(50% - 14px);
}
.opt-label-info .eligibility-upload-note-mini {
	line-height: 1;
}
.oth-information-wrapper .eligibility-upload-note-mini {
	display: inline-block;
}
.eligibility-uploads-input {
	padding: 6px 10px 6px 81px;
	background-color: var(--primary-blue);
	color: var(--primary-white);
	border: 1px dashed var(--primary-white);
	border-radius: 4px;
	margin-bottom: 10px;
	visibility: hidden;
}
.eligibility-uploads-input:focus {
	border: 1px dashed var(--primary-white);
}

.terms-condition-wrapper {
	margin-bottom: 12px;
	display: flex;
	align-items: baseline;
}
.terms-condition-text {
	font-family: var(--secondary-font);
	font-size: 11px;
	text-align: left;
	font-weight: 300;
	line-height: 15px;
	color: var(--primary-gray);
	cursor: pointer;
}
.trusted-brands-container {
	max-width: 400px;
	width: 100%;
}
.terms-condition-wrapper label {
	position: relative;
	cursor: pointer;
}

.terms-condition-wrapper input[type="checkbox"] {
	padding: 0;
	max-height: initial;
	max-width: initial;
	margin-bottom: 0;
	opacity: 0;
	visibility: n;
	cursor: none;
	width: 1px;
	height: 1px;
}
.eligibility-input-dropdown option,
.eligibility-pit-dropdown option,
.eligibility-info option,
.input-dropdown option {
	color: var(--primary-dark) !important;
}

.oti-term-checkbox {
	display: flex;
	gap: 10px;
	align-items: baseline;
	position: relative;
}
.oti-term-checkbox input[type="checkbox"] {
	position: absolute;
	left: 2px;
	accent-color: var(--primary-checkbox);
	top: 1px;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
.terms-condition-wrapper label::before {
	content: "";
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid var(--primary-white);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
		inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 5px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
}
.terms-condition-wrapper input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 4px;
	width: 6px;
	height: 10px;
	border: solid var(--primary-white);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.eligibility-info {
	width: 100%;
	max-height: 48px;
	padding: 13px 12px;
	text-align: left;
	font-family: var(--secondary-font);
	font-size: 16px;
	line-height: 22px;
	color: var(--primary-white);
	background-color: transparent;
	opacity: 1;
	border: 1px solid var(--border-dark);
	border-radius: 4px;
}
.thankyou-white-thumb {
	max-width: 95.23px;
	max-height: 95.23px;
}
.thankyou-text {
	font-family: var(--secondary-font);
	font-size: 22px !important;
	line-height: 46px !important;
	color: var(--primary-white);
	text-align: center;
	font-weight: 400;
}
.email-field-group {
	position: relative;
}
.eligibility-form-groups {
	position: relative;
}
.alert-input-email {
	display: none;
	color: var(--alert-red);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.alert-input {
	color: var(--alert-red);
	width: 100%;
	bottom: 0;
	left: 0;
}

button#backFormButton {
	background-color: var(--primary-blue) !important;
	color: var(--primary-white) !important;
}
button#backFormButton:hover {
	background-color: var(--primary-white) !important;
	color: var(--primary-blue) !important;
}
#nextForm2:hover button {
	background-color: var(--primary-blue) !important;
	color: var(--primary-white) !important;
}
button#nextForm2button,
button#submitFormButton {
	background-color: var(--primary-white) !important;
	color: var(--primary-blue) !important;
}
button#nextForm2button:hover,
button#submitFormButton:hover {
	background-color: var(--primary-blue) !important;
	color: var(--primary-white) !important;
}
.self-dob {
	position: relative;
	display: block;
	max-width: 168px;
	max-height: 48px;
	padding: 13px 12px;
	text-align: left;
	font-family: var(--secondary-font);
	background-color: transparent;
	color: var(--primary-white);
	font-size: 16px;
	line-height: 22px;
	border: 1px solid var(--border-dark);
	border-radius: 4px;
	font-weight: 800;
}
.self-dob:focus {
	border: 1px solid var(--border-dark);
}
.self-dob::placeholder {
	font-weight: 800;
}
.alert-input {
	display: none;
	color: var(--alert-red);
	background-color: var(--primary-white);
	text-align: center;
	margin-bottom: 20px !important;
}
.incontinence-form-confirmation .content-block-wrapper {
	max-width: 800px;
	margin: 30px auto 30px;
	text-align: center;
}

.self-dob::placeholder {
	color: var(--primary-white);
}
.self-dob::before {
	content: "Date of Birth";
	position: absolute;
	top: 3px;
	left: 14px;
	width: auto;
	height: 16px;
	font-size: 11px;
	line-height: 14px;
	color: var(--primary-gray);
	opacity: 50%;
	text-transform: capitalize;
	font-family: var(--secondary-font);
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}
.eligibility-form-note {
	font-family: var(--secondary-font);
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	color: var(--primary-gray);
}
.eligibility-form-groups-button {
	display: flex;
	justify-content: space-between;
	margin-top: 26px;
}

.eligibility-cover-form1 .eligibility-form-groups-button {
	display: block;
}
.eligibility-cover-form1 .eligibility-next-btn {
	margin: 0 auto;
}

.eligibility-form-btn {
	width: 169px;
	height: 42px;
	border: 1px solid var(--primary-white);
	border-radius: 20px;
	text-align: center;
	font-family: var(--secondary-font);
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 200ms ease-in-out;
}
.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #dc3545;
}

.required-field,
select.required-field + .select2-selection {
	border: 1px solid var(--alert-red) !important;
}
.required-field:focus {
	outline-color: var(--alert-red);
	border: 1px solid var(--alert-red) !important;
}

#submitButton {
	color: var(--primary-blue) !important;
	background-color: var(--primary-white) Im !important;
}
.eligibility-next-btn {
	background-color: var(--primary-white) !important;
	color: var(--primary-blue) !important;
}
.eligibility-next-btn:hover,
.eligibility-next-btn:focus {
	cursor: pointer;
	border: 2px solid var(--primary-white);
	background-color: transparent !important;
	color: var(--primary-white) !important;
}
.eligibility-back-btn {
	background-color: transparent !important;
	color: var(--primary-white) !important;
}
.eligibility-back-btn:hover {
	cursor: pointer;
	border: 2px solid white;
	background-color: var(--primary-white) !important;
	color: var(--primary-blue) !important;
}

/* =====incontinence banner end==== */

/* ========specialized features start ======= */
.specialized-feature-wrapper {
	padding: 54px 119px 75px 105px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: var(--primary-white);
}
.specialized-feature-heading {
	font-size: 36px;
	line-height: 46px;
	font-family: var(--primary-font);
	font-weight: 700;
	color: var(--primary-dark);
	text-align: center;
	margin-bottom: 41px;
}

.feature-item-wrapper {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.feature-item {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.feature-image {
	max-width: 88px;
	max-height: 88px;
	object-fit: contain;
	margin-bottom: 26px;
}
.feature-title {
	font-size: 22px !important;
	line-height: 28px;
	font-family: var(--secondary-font);
	font-weight: 600;
	color: var(--primary-dark);
	letter-spacing: 0px;
	margin-bottom: 7px;
}
.feature-description {
	font-size: 16px;
	line-height: 22px;
	font-family: var(--secondary-font);
	font-weight: 400;
	color: var(--primary-dark-gray);
	opacity: 1;
	max-width: 264px;
	margin: 10px auto 0;
}
/* ========specialized features end ======= */
/* =====product purchase  start===== */

.product-purchase {
	padding: 54px 36px 75px 35px;
	background-color: var(--primary-gray);
}
.product-purchase-wrapper {
	display: flex;
	justify-content: space-between;
	max-width: 1366px;
	flex-direction: column;
	margin: 0 auto;
}
.product-purchase-heading {
	display: flex;
	justify-content: center;
	font-family: var(--primary-font);
	font-size: 36px;
	line-height: 46px;
	color: var(--primary-dark);
	font-weight: 700;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
	max-width: 600px;
}
.detail-wrapper {
	display: flex;
	justify-content: space-between;
	max-width: 1366px;
}
.detail-wrapper-image {
	max-width: 670px;
	max-height: 847px;
	overflow: hidden;
}
.submit-procedure {
	max-width: 432px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	gap: 36px;
}
.procedure-item {
	display: flex;
	justify-content: start;
	gap: 15px;
	flex-direction: column;
}
.procedureitem-title {
	font-family: var(--secondary-font);
	font-size: 22px;
	line-height: 46px;
	font-weight: 700;
	color: var(--primary-dark);
}
.procedureitem-description {
	font-family: var(--secondary-font);
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: var(--primary-dark-gray);
}
.procedureitem-title-para {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	color: var(--primary-dark);
	max-width: 338px;
	font-family: var(--secondary-font);
}
.submit-procedure .procedure-item:not(:first-child) .procedureitem-title-para {
	font-weight: 600;
}
.span-procedureitem-tiltle {
	font-weight: 700;
}
/* =====product purchase  end===== */

/* =====kids adult section start===== */

.kids-requirements,
.adult-requirements {
	background-color: var(--primary-white);
	padding: 54px 36px 75px 35px;
}
.kids-requirements-wrapper,
.adult-requirements-wrapper,
.specialized-feature-container,
.trusted-brands-wrapper {
	display: flex;
	justify-content: space-between;
	max-width: 1366px;
	flex-direction: column;
	margin: 0 auto;
}
.kids-requirements-heading,
.adult-requirements-heading {
	display: flex;
	justify-content: center;
	font-family: var(--primary-font);
	font-size: 36px;
	line-height: 46px;
	color: var(--primary-dark);
	font-weight: 700;
	margin: 0 auto;
	text-align: center;
}
.kids-requirements-container,
.adult-requirements-container,
.trusted-brands-container {
	display: flex;
	justify-content: space-between;
	max-width: 1366px;
	padding-top: 41px;
	gap: 88px;
}
.testimonial_rotator_stars .testimonial_rotator_star .fa-star {
	color: var(--primary-blue);
}
.incontinence-clear-btn {
	color: var(--primary-dark);
}
.kids-requirements.reverse-columns.bg-color {
	background-color: var(--primary-gray);
}
.kids-requirements.reverse-columns .image-wrapper {
	order: 1;
	max-height: 487px;
	max-width: 580px;
	overflow: hidden;
}
.kids-requirements.reverse-columns .requirement-list-wrapper {
	order: 2;
}
.adult-requirements-container {
	order: 2;
}
.requirement-list-wrapper {
	max-width: 600px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	gap: 36px;
}
.kids-requirement-image,
.adult-requirement-image {
	max-width: 581px;
	max-height: 487px;
	object-fit: contain;
}
.requirement-list-title {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	font-family: var(--secondary-font);
	color: var(--primary-dark);
}
.requirement-list-items {
	display: flex;
	justify-content: start;
	gap: 35px;
	flex-direction: column;
}
.requirement-list-item-wrapper {
	display: flex;
	justify-content: start;
	align-items: flex-start;
	gap: 15px;
}
.requirement-list-description {
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	font-family: var(--secondary-font);
	font-weight: 400;
	color: var(--primary-dark-gray);
}

/* =====kids,adult section end===== */

/* ====Brands you trust start===== */
.trusted-brands {
	background-color: var(--primary-white);
	padding-bottom: 50px;
}
.trusted-brands.trusted-brands-double {
	padding-top: 50px;
}
.trusted-brands-wrapper {
	display: flex;
	justify-content: space-between;
}
.trusted-brands-heading {
	display: flex;
	justify-content: center;
	font-family: var(--primary-font);
	font-size: 36px;
	line-height: 46px;
	color: var(--primary-dark);
	font-weight: 700;
	margin: 0 auto;
	text-align: center;
}
.trusted-brands-container {
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 0 auto;
	gap: 30px;
	flex-wrap: wrap;
}
.brand-item img {
	max-width: 285px !important;
	height: 80px;
	width: auto;
}
.self-dob {
	position: relative;
	display: block;
	width: 168px;
	height: 48px;
	padding: 13px 12px;
	text-align: left;
	font-family: var(--secondary-font);
	background-color: transparent;
	color: var(--primary-white);
	font-size: 16px;
	line-height: 22px;
	border: 0.75px solid #f0f0f0;
	border-radius: 4px;
}
.alert-input {
	display: none;
	color: var(--alert-red);
	font-size: 16px;
	background-color: transparent;
	font-weight: 600;
	margin: 0 auto !important;
	font-family: var(--secondary-font);
}
.incontinence-form-confirmation .content-block-wrapper {
	max-width: 800px;
	margin: 30px auto 30px;
	text-align: center;
}
.incontinence-form-confirmation .content-block-wrapper p {
	font-family: var(--secondary-font);
}
.self-dob::placeholder {
	color: var(--primary-white);
}
.self-dob::before {
	content: "Date of Birth";
	position: absolute;
	top: 3px;
	left: 14px;
	width: auto;
	height: 16px;
	font-size: 11px;
	line-height: 14px;
	color: var(--primary-gray);
	opacity: 50%;
	text-transform: capitalize;
	font-family: var(--secondary-font);
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}
.eligibility-form-note {
	font-family: var(--secondary-font);
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	color: var(--primary-gray);
}
.eligibility-form-groups-button {
	display: flex;
	justify-content: center;
	gap: 39px;
}
.eligibility-form-btn {
	width: 169px;
	height: 42px;
	border: 1px solid var(--primary-white);
	border-radius: 20px;
	text-align: center;
	font-family: var(--secondary-font);
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 200ms ease-in-out;
	text-transform: capitalize;
	transition: 300ms ease-in-out;
}
.ui-datepicker select.ui-datepicker-month:focus,
.ui-datepicker select.ui-datepicker-year:focus {
	color: var(--primary-dark) !important;
}
.required-field {
	border: 1px solid var(--alert-red);
}
.required-field:focus {
	outline-color: var(--alert-red);
}

#submitButton {
	color: var(--primary-blue) !important;
	background-color: var(--primary-white) Im !important;
}
.eligibility-next-btn {
	background-color: var(--primary-white);
	color: #2f66a9;
}
.eligibility-next-btn:hover {
	cursor: pointer;
	border: 2px solid white;
	background-color: transparent;
	color: var(--primary-white);
}
.eligibility-back-btn {
	background-color: transparent;
	color: var(--primary-white);
}
.eligibility-back-btn:hover {
	cursor: pointer;
	border: 2px solid white;
	background-color: var(--primary-white);
	color: #2f66a9;
}
/* ====Brands you trust end===== */
/* ===== CGM THEME ===== */
.cgm-filter-green {
	filter: invert(62%) sepia(59%) saturate(473%) hue-rotate(121deg)
		brightness(93%) contrast(90%);
}
.cgm-insurance-coverage-section .requirement-list-title {
	font-size: 18px;
	line-height: 26px;
}
/* ====CGM Products START===== */

.products-w-filter-section {
	background-color: var(--primary-white);
	padding-bottom: 50px;
}

.products-w-filter-section .container {
	width: 100%;
	max-width: 1300px;
	padding-left: 35px;
	padding-right: 35px;
	margin: 0 auto;
}
.products-w-filter-section .container h1 {
	font-size: 36px;
	color: var(--primary-dark);
	font-family: var(--primary-font);
	font-weight: 700;
	margin-bottom: 55px;
}
.products-w-filter-section .container .products-filters-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.products-w-filter-section .products-list {
	display: grid;
	list-style: none;
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
}
.products-w-filter-section .products-list li {
	list-style-type: none;
	width: 100%;
	max-width: 290px;
	margin-bottom: 69px;
	margin-left: auto;
	margin-right: auto;
}
.products-w-filter-section .products-list li a {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 428px;
	max-height: 428px;
}
.products-w-filter-section .products-list li a h3 {
	font-size: 18px !important;
	line-height: 26px;
	font-family: var(--secondary-font);
	font-weight: 400;
	color: #535555;
	margin-top: 10px;
	margin-bottom: 0;
}
.products-w-filter-section .products-list li a .price {
	font-size: 24px;
	line-height: 46px;
	font-weight: 700;
	font-family: var(--secondary-font);
	color: var(--primary-dark);
}
.products-filters-wrap .filters-wrap .clear-filters {
	padding-bottom: 5px;
}
.products-filters-wrap .field-wrapper {
	position: relative;
	padding-left: 30px;
}
.products-filters-wrap .field-wrapper input[type="checkbox"] {
	position: absolute;
	left: 10px;
	top: 5px;
	accent-color: var(--primary-checkbox);
}
.products-filters-wrap label {
	padding-left: 5px;
	font-size: 16px;
	line-height: 22px;
	font-family: var(--secondary-font);
	color: var(--primary-dark-gray);
	margin-bottom: 10px;
	display: inline-block;
	cursor: pointer;
}
.products-filters-wrap .clear-filters span,
.products-filters-wrap .clear-filters a,
.products-filters-wrap .clear-filters a:focus {
	color: var(--primary-dark-gray) !important;
	font-family: var(--secondary-font);
}
.products-filters-wrap .clear-filters a.filter-clear-btn {
	float: right;
}
/* ====CGM Products END===== */

/* ========== feature product========== */

.incontinence-featured-products-container {
	height: auto;
	padding-top: 54px;
	padding-bottom: 75px;
	background-color: var(--primary-white);
}

.incontinence-featured-products-container h2 {
	font-size: 36px;
	line-height: 46px;
	font-family: var(--primary-font);
	color: var(--primary-dark);
	margin-bottom: 41px;
	width: 100%;
	text-align: center;
}
.incontinence-featured-products-wrap .products-list {
	display: flex;
	justify-content: space-evenly;
	max-width: 874px;
	margin: 0 auto;
	gap: 92px;
}
.incontinence-featured-products-wrap .products-list li {
	flex-basis: 33.33%;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.incontinence-featured-products-wrap .products-list li a {
	text-decoration: none;
}
.incontinence-featured-products-wrap .products-list li a img {
	padding: 62px 26px;
	border: 1px solid #bebebe;
}
.incontinence-featured-products-wrap .products-list li h3 {
	margin-top: 14px;
	margin-bottom: 19px;
	font-size: 22px !important;
	line-height: 28px;
	font-family: var(--secondary-font);
	color: var(--primary-dark);
	font-weight: 600;
	text-align: center;
}
.incontinence-featured-products-wrap .products-list li a.button {
	padding: 9px 38px;
	background: var(--primary-blue-gradient);
	border: 1px solid transparent;
	border-radius: 20px;
}
.incontinence-featured-products-wrap .products-list li a.button {
	font-size: 16px;
	line-height: 22px;
	color: var(--primary-white);
	font-family: var(--secondary-font);
	border: 2px solid !important;
	border-image: var(--primary-blue-gradient) !important;
	transition: 400ms ease-in-out;
}
.incontinence-featured-products-wrap .products-list li a.button:hover {
	background: transparent !important;
	color: var(--border-blue) !important;
	border: 2px solid !important;
	border-image: var(--primary-blue-gradient) !important;
}
/* ===== new testimonial section ===== */

.incontinence-reviews-wrap .slideshow {
	max-width: 642px;
	margin: 0 auto;
	background: var(--primary-white);
	border: 1px solid var(--primary-white);
	border-radius: 8px;
	padding-left: 45px !important;
	padding-right: 45px !important;
	text-align: center;
	padding: 10px;
	overflow: hidden;
	position: relative;
}
.incontinence-reviews-wrap .slideshow .slick-slider {
	margin-bottom: 0px;
}
.incontinence-reviews-wrap .slideshow .slick-slider .slick-slide {
	margin-top: 15px;
}
.rating-wrapper,
.incontinence-testimonial-main .rating-wrapper {
	padding: 10px 0;
	text-align: center;
}
.rating-wrapper .fa-star {
	color: var(--primary-blue);
	font-size: 20px;
}
.incontinence-reviews-wrap p.testimonial-author {
	font-size: 22px !important;
	line-height: 28px !important;
	font-weight: 600;
	color: var(--primary-dark);
	font-family: var(--secondary-font);
	margin: 35px auto 10px auto !important;
	padding: 5px;
	border: none;
}
.incontinence-testimonial-main .slick-track {
	display: flex;
	justify-content: center;
	align-items: center;
}
.incontinence-testimonial-main .testimonial-content {
	text-align: center;
	font-style: oblique;
	font-size: 1.1em;
	color: var(--primary-dark);
}
.incontinence-testimonial-main .item.slick-slide {
	outline: none;
}
.incontinence-testimonial-main .testimonial-author {
	text-align: center;
}
/* ==========Customer Reviews CSS start========== */

.incontinence-reviews-wrap {
	height: auto;
	padding-top: 54px;
	padding-bottom: 75px;
	background-color: #ffffff;
	position: relative;
}
.incontinence-reviews-wrap h2,
.incontinence-testimonial-main h2 {
	font-size: 36px !important;
	line-height: 46px;
	font-family: var(--primary-font);
	color: var(--primary-white);
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 41px;
}

.testimonial_rotator_description .testimonial_rotator_author_info p,
.incontinence-testimonial-main .item.slick-slide .testimonial-author {
	font-size: 22px !important;
	line-height: 28px !important;
	font-weight: 600;
	color: var(--primary-dark);
	font-family: var(--secondary-font);
}

.section-img-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.testimonial_rotator_wrap,
.incontinence-testimonial-main .neb-slideshow {
	max-width: 642px;
	margin: 0 auto;
	background: var(--primary-white);
	border: 1px solid var(--primary-white);
	border-radius: 8px;
	padding-left: 45px;
	padding-right: 45px;
}
.incontinence-testimonial-main .neb-slideshow {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.review-button {
	width: fit-content;
	border: 1px solid var(--primary-white);
	background-color: var(--primary-white);
	border-radius: 24px;
	margin: 0 auto;
	transition: 400ms ease-in-out;
	display: block;
	text-decoration: none;
	color: var(--primary-blue);
	margin-top: 36px;
	position: relative;
	font-family: var(--secondary-font);
	font-weight: 600;
}
.review-button:hover {
	text-decoration: none;
	color: var(--primary-blue);
}
/* ==========Customer Reviews CSS end========== */

/* =======================
  ======
  HOME  PAGE CSS (END)
  ======
  ======================== */

/* ==========FOOTER start========== */
footer {
	background-color: #363636;
}
.footer-wrapper {
	background: #363636;
	padding: 32px 35px;
	display: flex;
	flex-direction: column;
	gap: 76px;
}
/* =====footer top ===== */
.footer-top-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.footer-description,
.contact-info-wrapper {
	display: flex;
	flex-direction: column;
	gap: 23px;
}
.contact-info-wrapper {
	flex-basis: 50%;
}
.footer-left-heading,
.contact-info-heading {
	font-family: var(--primary-font);
	font-size: 22px;
	line-height: 46px;
	color: var(--primary-white);
	font-weight: 600;
}
.footer-left-section {
	display: flex;
	justify-content: space-between;
}
.footer-logo {
	max-width: 91px;
	max-height: 91px;
}
.footer-left-section-wrapper {
	display: flex;
	flex-direction: column;
	max-width: 269px;
}
.search-names,
.location-address {
	font-size: 14px;
	line-height: 19px;
	font-family: var(--secondary-font);
	font-weight: 400;
	color: var(--primary-white);
}
.search-names {
	margin-bottom: 12px !important;
}
.location-name {
	margin-top: 12px;
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: var(--primary-white);
	font-family: var(--secondary-font);
}
/* =====contact info===== */

.contact-info-address-wrapper {
	display: flex;
	justify-content: space-between;
	color: var(--primary-white);
}
.contact-address-container {
	display: flex;
	flex-direction: column;
}
.contact-phone-link {
	margin-bottom: 13px;
	font-family: var(--secondary-font);
}
.contact-tel-link {
	font-family: var(--secondary-font);
}
.contact-address-left-section {
	max-width: 171px;
}
.contact-address-right-section {
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex-basis: 50%;
}
.contact-address-left-section a,
.contact-address-left-section a:hover {
	display: inline-flex;
	gap: 6px;
	color: var(--primary-white);
	text-decoration: none;
}
.contact-address-left-section a:hover,
.fb-link-one:hover,
.footer-bottom-item a:hover {
	text-shadow: 0 0 0.65px var(--primary-white),
		0 0 0.65px var(--primary-white);
	text-decoration: none;
}
.fb-link-one {
	display: inline-flex;
	gap: 5px;
	width: fit-content;
}
.fa-incontinence {
	width: 24px;
	height: 24px;
	background-color: white;
	display: flex !important;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #363636;
	font-weight: 600;
	border: 1px solid white;
	border-radius: 2px;
}
.footer-phone {
	max-width: 20px;
	max-height: 20px;
}
.facebook-heading {
	font-size: 16px;
	line-height: 22px;
	font-family: var(--secondary-font);
	font-weight: 700;
	margin-bottom: 5px;
	color: var(--primary-white);
}
.fb-image {
	max-width: 20px;
	max-height: 20px;
}
.fb-link-text {
	color: var(--primary-white);
}
.location-space {
	margin-bottom: 4px;
}
.locatio-address-space {
	margin-bottom: 21px;
}
.contact-address-container {
	margin-bottom: 21px;
}

/* ======footer-bottom==== */
.footer-bottom-wrapper {
	display: flex;
	justify-content: space-evenly;
}

.footer-bottom-list {
	display: flex;
	justify-content: space-evenly;
	list-style-type: none;
	width: 100%;
}
.footer-bottom-item {
	list-style-type: none;
	flex-basis: 18.5%;
}
.footer-bottom-item a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--primary-white);
	font-weight: 700;
	text-decoration: none;
}
.footer-bottom-item a:hover {
	color: var(--primary-white);
	text-decoration: none;
}
.footer-bottom-item:not(:first-child) {
	border-left: 1px solid var(--primary-white);
}

/* ==========copyright========= */
.footer-copyright-wrapper {
	height: 39px;
	background: #000000;
	padding-top: 12px;
	padding-bottom: 12px;
	display: flex;
	justify-content: center;
}
.copyright-text {
	font-family: var(--secondary-font);
	font-size: 12px;
	line-height: 16px;
	color: var(--primary-gray);
}
/* ==========FOOTER end========== */

/* ==========Hamburger LOGO start========== */

.hamburger-wrapper {
	display: none;
	justify-content: center;
	align-items: center;
}

input.hamburger {
	display: none;
}
input.hamburger:checked ~ label > i {
	background-color: transparent;
	transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
	transform: translate(-50%, 0%) rotate(45deg);
}
input.hamburger:checked ~ label > i:after {
	transform: translate(-50%, 0%) rotate(-45deg);
}
input.hamburger:checked ~ label > div::after {
	width: 100%;
}
input.hamburger:checked ~ label > div::before {
	width: 0;
}

label.hamburger {
	z-index: 9999;
	position: relative;
	display: block;
	height: 50px;
	width: 50px;
}
label.hamburger:hover {
	cursor: pointer;
}
label.hamburger > div {
	font-size: 0.8em;
}
label.hamburger > div::after,
label.hamburger > div::before {
	top: 100%;
	width: 100%;
	text-align: center;
	position: absolute;
	overflow: hidden;
	transition: width 0.25s 0.35s, color 0.45s 0.35s;
}
label.hamburger > div::after {
	content: "";
	right: 0;
	width: 0;
}
label.hamburger > div::before {
	content: "";
	left: 0;
}
label.hamburger > i {
	position: absolute;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	top: 50%;
	background-color: #222;
	pointer-events: auto;
}
label.hamburger > i:before,
label.hamburger > i:after {
	position: absolute;
	border-radius: 2px;
	display: block;
	width: 100%;
	height: 2px;
	left: 50%;
	background-color: #222;
	content: "";
	transition: transform 0.35s;
	transform-origin: 50% 50%;
}
label.hamburger > i:before {
	transform: translate(-50%, -14px);
}
label.hamburger > i:after {
	transform: translate(-50%, 14px);
}

/* ==========Hamburger LOGO end========== */

/* ========= INCONTINENCE PRODUCT'S PAGE start ========= */

.incontinence-products-filters .clear-filters span,
.incontinence-products-filters .clear-filters a,
.incontinence-products-filters .clear-filters a:focus {
	color: var(--primary-dark-gray) !important;
	font-family: var(--secondary-font);
}
.incontinence-products-filters .clear-filters {
	padding-bottom: 5px;
}
.incontinence-products-filters label {
	padding-left: 5px;
	font-size: 16px;
	line-height: 22px;
	font-family: var(--secondary-font);
	color: var(--primary-dark-gray);
	margin-bottom: 10px;
	display: inline-block;
	cursor: pointer;
}
.incontinence-products-filters .field-wrapper {
	position: relative;
	padding-left: 30px;
}
.incontinence-products-filters .field-wrapper input[type="checkbox"] {
	position: absolute;
	left: 10px;
	top: 5px;
	accent-color: var(--primary-checkbox);
}
.incontinence-products-filters .clear-filters a.incontinence-clear-btn {
	float: right;
}

.content-block-wrapper {
	width: 100%;
	max-width: 1300px;
	padding-left: 35px;
	padding-right: 35px;
	margin: 0 auto;
}
.content-block-heading {
	font-size: 36px;
	color: var(--primary-dark);
	font-family: var(--primary-font);
	font-weight: 700;
	margin-bottom: 55px;
}
.trusted-brands .content-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.incontinence-shop .content-wrapper .content-sidebar {
	width: 20%;
}
.content-sidebar .incontinence-products-filters {
	max-width: 208px;
}
.incontinence-shop .content-wrapper .content-main {
	width: 80%;
}
.incontinence-products-list {
	display: grid;
	list-style: none;
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
}
.incontinence-products-list li {
	list-style-type: none;
	width: 100%;
	max-width: 290px;
	margin-bottom: 69px;
	margin-left: auto;
	margin-right: auto;
}
.incontinence-products-list li a {
	text-decoration: none;
}
.incontinence-products-list li h3 {
	font-size: 18px !important;
	line-height: 26px;
	font-family: var(--secondary-font);
	font-weight: 400;
	color: #535555;
	margin-top: 10px;
	margin-bottom: 0;
}
.incontinence-products-list li .price {
	font-size: 24px;
	line-height: 46px;
	font-weight: 700;
	font-family: var(--secondary-font);
	color: var(--primary-dark);
}
.incontinence-products-list li .price * {
	font-family: var(--secondary-font);
}
.attachment-shop_catalog {
	border: 1px solid #bebebe;
	padding: 64px 33px 32px 33px;
	max-width: 290px;
	max-height: 320px;
	min-height: 320px;
	object-fit: contain;
}
.product-type,
.product-categories,
.brands {
	margin-bottom: 30px;
}
.brands h3,
.product-type h3,
.product-categories h3 {
	font-size: 20px !important;
	line-height: 30px;
	font-family: var(--secondary-font);
	font-weight: 600;
	color: var(--primary-dark);
	padding: 8px 5px;
	background-color: var(--primary-gray);
	display: flex;
	align-items: center;
	padding-left: 14px;
	margin-bottom: 12px;
}

ul.incontinence-products-list:has(> li.no-incontinence-products) {
	grid-template-columns: 1fr;
}
li.no-incontinence-products {
	font-size: 20px;
	font-family: var(--secondary-font);
	color: var(--primary-dark-gray);
}
ul.incontinence-products-list:focus {
	outline: none;
}
/* ==========products page styles end========== */

/* ==========incontinence-reorder styles start========== */
.trusted-brands.incontinence-reorder input[type="checkbox"] {
	accent-color: var(--primary-dark);
}
.incontinence-reorder .content-block-heading {
	text-align: center;
	margin-bottom: 30px !important;
	padding-top: 30px;
}
.incontinence-reorder .content-wrapper {
	width: 70%;
	margin: 0 auto;
}
.incontinence-reorder
	.gf_browser_chrome
	ul.gform_fields
	li.gfield
	div.ginput_complex
	span.ginput_left
	select,
.incontinence-reorder
	.gf_browser_chrome
	ul.gform_fields
	li.gfield
	div.ginput_complex
	span.ginput_right
	select,
.incontinence-reorder .gf_browser_chrome ul.gform_fields li.gfield select {
	color: var(--primary-dark) !important;
}
.incontinence-reorder .gf_browser_chrome .gfield_checkbox li input,
.incontinence-reorder
	.gf_browser_chrome
	.gfield_checkbox
	li
	input[type="checkbox"],
.incontinence-reorder .gf_browser_chrome .gfield_radio li input[type="radio"] {
	margin-top: 0px !important;
}

.incontinence-reorder input:focus,
.incontinence-reorder textarea:focus,
.incontinence-reorde select:focus,
.incontinence-reorde span.address_state select:focus,
.gform_wrapper.gravity-theme .gfield select:focus {
	border: 1px solid var(--primary-dark) !important;
	color: var(--primary-dark) !important;
}

.incontinence-reorder .gform_button.button {
	padding: 14px 65px;
	border: 1.5px solid var(--border-blue);
	border-radius: 24px;
	font-size: 16px;
	line-height: 21px;
	cursor: pointer;
	transition: 300ms ease-in-out;
	text-transform: capitalize !important;
	font-family: var(--secondary-font) !important;
	background-color: var(--primary-blue) !important;
	font-weight: 700;
	background: var(--primary-nextButton-gradient);
}
.incontinence-reorder .gform_button.button:hover,
.incontinence-reorder .gform_button.button:focus {
	cursor: pointer;
	background: var(--primary-white) !important;
	color: var(--primary-blue) !important;
}
.incontinence-reorder .large {
	bottom: 0px;
}

.incontinence-reorder .field_description_below .gfield_consent_description,
.incontinence-reorder
	.gfield_consent_description
	.incontinence-reorder
	.gfield_description {
	font-size: 14px !important;
	overflow: auto !important;
}
.incontinence-reorder .gform_wrapper .gfield_required {
	font-size: 30px;
}
.incontinence-reorder .ginput_container.ginput_container_date {
	width: 50%;
	display: flex;
	align-items: baseline;
}

/* ==========incontinence-reorder styles end========== */

/* ==========incontinence-BLOG List Page styles start========== */
.incontinence-blog-wrap {
	display: grid;
	grid-template-columns: 3fr 1fr;
	gap: 136px;
	padding: 50px 35px;
	justify-content: space-between;
}
.incon-blog-article-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(378px, 1fr));
	grid-row-gap: 60px;
	grid-column-gap: 30px;
}
.incon-blog-article-wrapper article {
	min-width: 378px;
	max-height: 481px;
	border-radius: 10px;
	overflow: hidden;
}
.incon-blog-article-wrapper article .entry-header {
	padding-bottom: 10px;
}
.incon-blog-article-wrapper h2.entry-title {
	font-family: var(--secondary-font);
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	color: var(--primary-blue);
}
.incon-blog-article-wrapper h2.entry-title a {
	text-decoration: none;
	color: var(--primary-blue);
}
.incon-blog-article-wrapper h2.entry-title a:hover,
.incon-blog-article-wrapper h2.entry-title a:focus {
	color: var(--border-blue) !important;
}
.incon-blog-article-wrapper p.entry-meta {
	font-family: var(--secondary-font);
	color: var(--primary-dark);
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
.incon-blog-article-wrapper p.entry-meta a {
	color: var(--primary-dark);
}
.incon-blog-article-wrapper p.entry-meta a:hover,
.incon-blog-article-wrapper p.entry-meta a:focus {
	color: var(--primary-blue) !important;
}
.incon-blog-article-wrapper .entry-content {
	display: grid;
}
.incon-blog-article-wrapper .entry-content a {
	order: 1;
	padding-top: 10px;
}
.incon-blog-article-wrapper .entry-content a img {
	border-radius: 10px;
	object-fit: cover;
	overflow: hidden;
	object-position: top;
	height: 100%;
	width: 100%;
}
.incon-blog-article-wrapper .entry-content p,
.incontinence-blog-wrap .blog-aside-wrapper p.blog-sidebar-paragraph {
	font-family: var(--secondary-font);
	color: var(--primary-dark-gray);
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}
.incontinence-blog-wrap
	.blog-aside-wrapper
	.incon-blog-signup-form
	.gform-body
	.ginput_container_email
	input[type="email"] {
	border: none !important;
}
.incontinence-blog-wrap
	.blog-aside-wrapper
	.incon-blog-signup-form
	.gform-body
	.ginput_container_email
	input[type="email"]:focus {
	color: #333 !important;
}
.incon-blog-pagination {
	grid-column: span 2;
	text-align: center;
}
.entry-footer {
	display: none;
}
.incontinence-blog-wrap aside {
	max-width: 335px;
}

.incontinence-blog-wrap .incon-blog-pagination .page-numbers {
	display: inline-block;
	width: 48px;
	height: 48px;
	padding: 16px 14px;
	border-radius: 5px;
	color: var(--primary-dark);
	text-decoration: none;
	background: #ebebeb;
	font-family: var(--secondary-font);
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	margin-right: 8px;
	cursor: pointer;
}
.incontinence-blog-wrap .incon-blog-pagination .page-numbers.prev {
	width: 136px;
}
.incontinence-blog-wrap .incon-blog-pagination .page-numbers.dots {
	background-color: transparent;
}
.incontinence-blog-wrap .incon-blog-pagination .page-numbers.current,
.incontinence-blog-wrap
	.incon-blog-pagination
	.page-numbers:hover:not(.page-numbers.dots),
.incontinence-blog-wrap .incon-blog-pagination .page-numbers:focus {
	background: var(--primary-blog-gradient);
	color: var(--primary-white);
	transition: all ease-in-out 300ms;
}
.incontinence-blog-wrap .incon-blog-pagination .next.page-numbers {
	width: 100px;
}
.incontinence-blog-wrap .neb-cf-sidebar-title {
	font-family: var(--secondary-font);
	font-weight: 700;
	font-size: 22px !important;
	line-height: 28px;
	color: var(--primary-dark);
	border-bottom: 2px solid var(--primary-blue);
	padding-bottom: 14px;
}
.incontinence-blog-wrap .gform_legacy_markup_wrapper .gfield--type-email label {
	visibility: hidden;
	opacity: 0;
	height: 0;
	width: 0;
	display: block;
	position: absolute;
}
.incontinence-blog-wrap
	.gform_legacy_markup_wrapper
	.gfield--type-email
	input[type="text"] {
	max-height: 48px;
	border-radius: 4px;
	border: 1px solid #494b4b;
	color: #535353 !important;
	font-family: var(--secondary-font);
	font-weight: 400;
	line-height: 21.82px;
	font-size: 16px;
}
.incontinence-blog-wrap .gform_legacy_markup_wrapper .gfield--type-email,
.incontinence-blog-wrap .gform_legacy_markup_wrapper .gfield--type-captcha {
	margin-top: 20px;
	margin-bottom: 20px;
}
.incontinence-blog-wrap
	.gform_legacy_markup_wrapper
	.gfield--type-captcha
	.gfield_label {
	font-family: var(--secondary-font);
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: var(--primary-dark-gray);
}
.incontinence-blog-wrap
	.gform_legacy_markup_wrapper
	.gform_footer
	input[type="submit"],
.incontinence-blog-wrap .blog-aside-wrapper .blog-btn-submit {
	max-height: 47px;
	border-radius: 24px;
	font-size: 16px;
	line-height: 21.82px;
	font-family: var(--secondary-font);
	text-align: center;
	font-weight: 600;
	background: var(--primary-blog-gradient);
	color: var(--primary-white);
	text-transform: inherit;
	width: 335px;
	transition: all ease-in-out 500ms;
	display: inline-block;
	text-decoration: none;
	padding: 0.5em 1em;
}
.incontinence-blog-wrap
	.gform_legacy_markup_wrapper
	.gform_footer
	input[type="submit"]:hover,
.incontinence-blog-wrap .blog-aside-wrapper .blog-btn-submit:hover {
	opacity: 0.7;
}

.incontinence-blog-wrap h2.gform_submission_error,
.incontinence-blog-wrap .validation_message {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: var(--alert-red);
	font-family: var(--secondary-font);
	outline: none;
	margin-top: 5px;
}
.incon-blog-signup-form .gform-body.gform_body {
	margin-bottom: 20px;
}
.incon-blog-signup-form .gform-body.gform_body input[type="checkbox"] {
	accent-color: var(--primary-dark);
}
.incontinence-blog-wrap .validation_error,
.incontinence-blog-wrap .validation_error:focus {
	outline: none;
}

.incontinence-blog-wrap .gform_legacy_markup_wrapper .gform_footer.top_label {
	position: relative;
}
.incontinence-blog-wrap .gform_legacy_markup_wrapper .gform_ajax_spinner {
	position: absolute;
	top: 0;
	right: -3px;
	transform: translate(100%, 50%);
}
.incontinence-blog-wrap .blog-aside-wrapper {
	display: grid;
	gap: 50px;
	align-content: start;
}
.blog-cover-wrapper .cover-heading-wrapper {
	margin-bottom: 40px;
}
.cover-heading-wrapper {
	display: grid;
	grid-auto-flow: column dense;
	gap: 20px;
	place-items: center;
}
.incon-blog-signup-form .gform-body.gform_body .gform-field-label {
	cursor: pointer;
}
/* ==========incontinence-BLOG List Page styles end========== */

/* ----------------------------------------------------------------------------- */

/* ===========incontinence pages media query=========== */

@media screen and (min-width: 1300px) {
	.incontinence-shop .content-block-wrapper,
	.incontinence-reorder .content-block-wrapper {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.products-w-filter-section .container {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

@media screen and (min-width: 1200px) {
	.incontinence-shop .content-wrapper .content-sidebar {
		width: 20%;
	}

	.incontinence-shop .content-wrapper .content-main {
		width: 80%;
	}
	.products-w-filter-section .products-filters-wrap .filters-wrap {
		width: 20%;
		padding-right: 50px;
	}
	.products-w-filter-section .products-filters-wrap .products-wrap {
		width: 80%;
	}
}
@media screen and (min-width: 1199px) and (max-width: 1350px) {
	.incontinence-blog-wrap .blog-aside-wrapper {
		grid-auto-flow: column;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.incontinence-shop .content-wrapper .content-sidebar {
		width: 25%;
	}

	.incontinence-shop .content-wrapper .content-main {
		width: 75%;
	}
	.incontinence-products-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.incontinence-blog-wrap .blog-aside-wrapper {
		grid-auto-flow: column dense;
		grid-template-rows: auto auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.incontinence-shop .content-wrapper .content-sidebar {
		width: 30%;
	}
	.trusted-brands .content-wrapper .content-main {
		width: 70%;
	}
	.full-width-section.trusted-brands .content-wrapper .content-main {
		width: 100% !important;
	}
	.trusted-brands .content-wrapper .content-main .incontinence-products-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.incontinence-blog-wrap .blog-aside-wrapper {
		grid-auto-flow: column dense;
		grid-template-rows: auto auto;
	}
	.incontinence-blog-wrap aside {
		max-width: 100%;
	}
	.products-w-filter-section .products-list {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.products-filters-wrap .filters-wrap {
		width: 30%;
	}
	.products-filters-wrap .products-wrap {
		width: 70%;
	}
}

@media screen and (min-width: 1151px) and (max-width: 1460px) {
	.oti-file-upload-label {
		margin-top: 10px;
	}
}

/* =====---MEDIA---Max-width:1250px----(start)========== */
@media screen and (max-width: 1350px) {
	.incontinence-blog-wrap {
		grid-template-columns: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 1250px) {
	/* ===header top bar === */
	.backtomain-wrapper {
		flex-basis: 40%;
	}
	.contact-top-bar {
		flex-basis: 60%;
	}
	/* === header nav outer === */
	.nav-logo-wrapper {
		flex-basis: 50%;
	}
	/* ===hamburger menu  start=== */
	.hamburger-wrapper {
		display: flex;
	}
	.nav-links-wrapper {
		display: none;
		height: 100vh;
		width: 100vw;
		position: absolute;
		top: 0;
		right: 0;
		background: white;
		z-index: 500;
		padding: 167px 10px;
		overflow: hidden;
	}
	.oth-information-wrapper .eligibility-upload-note-mini {
		font-size: 10px;
	}
	.oth-information-wrapper .upload-note {
		font-size: 14px;
	}
}
/* =====---MEDIA---Max-width:1250px----(end)========== */

/* =====---MEDIA---Max-width:1150px----(start)========== */
/* @media screen and (max-width: 1150px) {
	.orderthroughinsurance-wrapper {
		flex-wrap: wrap;
	}
	.oth-nav-wrapper {
		flex-basis: 100%;
	}
	.oth-information-wrapper {
		min-width: min-content;
		flex-basis: 100%;
	}
	.form-groups {
		flex-direction: column;
	}
} */

/* =====---MEDIA---Max-width:1150px----(end)========== */

@media screen and (max-width: 900px) {
	.top-banner-background {
		height: fit-content;
	}
	.specialized-feature-wrapper {
		height: max-content;
	}
	.feature-item-wrapper {
		flex-wrap: wrap;
	}
	.detail-wrapper {
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
	}
	.product-purchase-heading {
		width: fit-content;
		margin-bottom: 40px;
	}
	.kids-requirements-heading,
	.adult-requirements-heading {
		width: fit-content;
	}
	.kids-requirements-container,
	.adult-requirements-container,
	.trusted-brands-container {
		flex-wrap: wrap;
		gap: 100px;
	}
	.requirement-list-wrapper {
		width: 100%;
	}
	.requirement-list-title {
		width: 100%;
	}
	.detail-wrapper-image {
		height: auto;
	}
	.eligibility-cover-form {
		width: fit-content;
		margin: 0 auto;
	}
	.eligibility-input-field {
		width: 100%;
	}
	.eligibility-input-dropdown {
		width: 100%;
	}

	.eligibility-form-groups {
		gap: 10px;
	}
	.trusted-brands-wrapper {
		justify-content: space-between;
		flex-direction: column;
	}
	.trusted-brands-heading {
		width: 100%;
	}
	.trusted-brands-container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		gap: 20px;
	}
	.kids-requirements.reverse-columns .image-wrapper {
		order: 2;
	}
	.kids-requirements.reverse-columns .requirement-list-wrapper {
		order: 1;
	}
	.incontinence-featured-products-wrap .products-list {
		width: auto;
		flex-direction: column;
		justify-content: space-between;
	}
	.incontinence-featured-products-wrap {
		width: fit-content;
		margin: 0 auto;
	}
	.incontinence-featured-products-wrap .products-list li {
		flex-basis: 100%;
		text-align: center;
	}
	.requirement-list-title {
		width: fit-content;
	}
	.testimonial_rotator_wrap {
		max-width: 524px;
	}
	.footer-left-section {
		justify-content: flex-start;
		gap: 20px;
	}
	.incontinence-reorder .content-wrapper {
		width: 100%;
	}
	.incontinence-reorder .ginput_container.ginput_container_date {
		width: 100%;
	}
	.incontinence-reorder .content-block-heading {
		font-size: 30px;
	}
	.incon-blog-article-wrapper {
		grid-template-columns: 1fr;
		grid-auto-flow: row;
		column-gap: 0;
	}
	.incon-blog-article-wrapper article {
		grid-column: span 2;
	}
	.incontinence-blog-wrap {
		padding: 50px 15px;
	}
	.incon-blog-article-wrapper article {
		min-width: auto;
	}
	.incontinence-blog-wrap aside {
		place-self: center;
	}
}

/* =====---MEDIA---Max-width:900px----(end)========== */

/* =====---MEDIA---Max-width:767px----(start)========== */
@media screen and (max-width: 767px) {
	.incontinence-shop .content-wrapper .content-sidebar,
	.incontinence-shop .content-wrapper .content-main {
		width: 100%;
	}
	.products-w-filter-section .products-filters-wrap .filters-wrap,
	.products-w-filter-section .products-filters-wrap .products-wrap {
		width: 100%;
	}
	.incontinence-products-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.products-w-filter-section .products-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.incontinence-products-list li {
		width: 100%;
	}
	.products-w-filter-section .products-list li {
		width: 100%;
	}
	.incontinence-products-list li:last-child {
		margin-bottom: 0;
	}
	.content-sidebar .incontinence-products-filters {
		max-width: 100%;
	}
	.content-block-wrapper,
	.custom-container,
	.header-topbar,
	.testimonial_rotator_wrap,
	.header__nav-outer .custom-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.specialized-feature-wrapper,
	.product-purchase,
	.kids-requirements {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.mobile-wrapper,
	.time-wrapper {
		padding-left: 5px;
		padding-right: 5px;
	}
	.incontinence-blog-wrap .incon-blog-pagination a.next.page-numbers {
		margin-top: 20px;
	}
	.products-w-filter-section .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* =====---MEDIA---Max-width:767px----(end)========== */

/* =====---MEDIA---Max-width:525px----(start)========== */

@media screen and (max-width: 525px) {
	/* ===header top bar === */
	.header-topbar {
		flex-direction: column;
		align-items: center;
		gap: 15px;
		height: max-content;
	}
	.contact-top-bar {
		display: flex;
		justify-content: center;
		flex-direction: column;
		gap: 8px;
	}
	.input-field-hidden {
		display: none;
	}
	.oth-information-wrapper {
		padding: 67px 20px 67px 20px;
	}
	.specialized-feature-wrapper {
		padding: 54px 0px 75px 0px;
	}
	.incontinence-featured-products-wrap .products-list li {
		max-width: 375px;
	}
	.eligibility-form-groups-button {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 16px;
	}
	label.hamburger {
		width: 40px;
		height: 25px;
	}
	.nav-logo-wrapper a img {
		max-width: 200px;
	}
	/* ===footer start=== */
	.footer-left-heading,
	.contact-info-heading {
		font-family: var(--primary-font);
		font-size: 18px;
		line-height: 35px;
		color: var(--primary-white);
		font-weight: 600;
	}
	.contact-info-address-wrapper {
		flex-direction: column;
		gap: 20px;
	}
	.footer-left-section {
		flex-direction: column;
		gap: 20px;
	}
	/* ===footer end=== */
	.incontinence-featured-products-wrap .products-list {
		width: 300px;
	}
	.testimonial_rotator_wrap {
		width: 300px;
	}
	.step-one,
	.step-two {
		align-items: center;
	}
	.step-one p.detail,
	.step-two p.detail {
		line-height: 30px;
	}
	.incontinence-blog-wrap .incon-blog-pagination a.next.page-numbers {
		margin-top: 20px;
	}
	.incontinence-blog-wrap {
		gap: 50px;
	}
	.cover-heading-wrapper {
		grid-auto-flow: row;
		place-items: start;
	}
	.incontinence-blog-wrap .incon-blog-pagination .page-numbers {
		width: 28px;
		height: 28px;
		padding: 5px 6px;
		font-size: 16px;
	}
}

/* =====---MEDIA---Max-width:525px----(end)========== */
.layout-btn-cta {
	padding: 9px 38px;
	background: var(--primary-blue-gradient);
	border: 1px solid transparent;
	border-radius: 20px;
	width: max-content;
}

.layout-btn-cta:hover {
	background: transparent !important;
	color: var(--border-blue) !important;
	border: 1px solid !important;
	border-image: var(--primary-blue-gradient) !important;
}

.full-w-content-section.trusted-brands {
	padding-top: 50px;
}

.full-w-content-section.trusted-brands .layout-btn-cta {
	margin-top: 40px;
}

/** order through insurance form spinner change color based on page theme */
.form-oth.eligibility-cover-form .btn-w-spinner .login-form-spinner {
	border-color: var(--primary-blue) !important;
	border-top-color: transparent !important;
}

/** order through insurance form products grid **/
.oti-product-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	border-radius: 8px;
}
.oti-product-wrap img {
	height: 100px;
	width: 100px;
}
.oti-product-wrap.selected {
	background: var(--primary-blue);
}
.oti-product-wrap.selected h4 {
	color: #fff !important;
}

.oti-form-step {
	display: none;
}
.oti-form-step.active-form-oti-step {
	display: block;
}
.show-alert-input {
	display: block;
}
.neb-form__wrapper
	form
	div
	.oti-term-checkbox.required-field-checkbox
	[type="checkbox"]
	+ label::before {
	border-color: var(--alert-red) !important;
}

.neb-form__wrapper
	form
	div
	.oti-term-checkbox.required-field-checkbox
	[type="checkbox"]
	+ label {
	color: var(--alert-red) !important;
}
.oti-product.selected-product {
	border: 2px solid var(--primary-blue) !important;
	border-radius: 8px;
}
.oti-products-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.oti-products-wrapper .oti-product {
	width: calc(33.33% - 16px);
	background-color: var(--primary-white);
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	box-shadow: 0 0 7px 0 var(--primary-purple-CardShadow);
	padding: 10px;
	border-radius: 8px;
	border: 2px solid transparent;
}
.oti-products-wrapper .oti-product .select2-container {
	padding: 0 !important;
	width: 100% !important;
}

.oti-products-wrapper .oti-product h3 {
	color: var(--primary-blue);
	font-family: var(--primary-font-Inter);
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	padding-top: 40px;
	text-align: center;
}
.oth-information-wrapper .input-dropdown,
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: #000000 !important;
	font-size: 16px !important;
	padding: 0;
}
@media (max-width: 992px) {
	.oti-products-wrapper .oti-product {
		width: calc(50% - 16px);
	}
}

@media (max-width: 576px) {
	.oti-products-wrapper .oti-product {
		width: calc(100% - 16px);
	}
}

.oti-tab-steps .step-two.next-disabled-step::after {
	display: none;
}


