/* ==========================================================================
   Regular page / 404 / Search layouts
   ========================================================================== */

.regular-page-content {
	padding: 80px 0 100px;
	background: #fff;
}

.regular-page-body {
	max-width: 100%;
	width: 100%;
}

.regular-page-body > *:first-child {
	margin-top: 0;
}

.regular-page-body > *:last-child {
	margin-bottom: 0;
}
.regular-page-body h1{
	font-weight: 500;
    font-size: 60px;
    line-height: 90px;
    text-align: left;
    color: #00c0be;
    margin: 0 0 20px;
}

.regular-page-body h2,
.regular-page-body h3,
.regular-page-body h4 {
	font-family: "Baskervville", serif;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: #00c0be;
	margin: 0 0 20px;
}

.regular-page-body h2 {
	font-size: 36px;
	line-height: 46px;
}

.regular-page-body h3 {
	font-size: 28px;
	line-height: 38px;
}

.regular-page-body h4 {
	font-size: 22px;
	line-height: 32px;
}
.regular-page-body h5{
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 15px;
	font-family: "Baskervville", serif;
	font-weight: 400;
	letter-spacing: 0.03em;
	color: #0e1a2f;
} 
.regular-page-body h6{
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 15px;
	font-family: "Baskervville", serif;
	font-weight: 400;
	letter-spacing: 0.03em;
	color: #0e1a2f;
} 
.regular-page-body ul{list-style:disc;}
.regular-page-body ul li{list-style:disc;}
.regular-page-body ol{list-style:decimal;}
.regular-page-body ol li{list-style:decimal;}
.regular-page-body p,
.regular-page-body li {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #0e1a2f;
	margin: 0 0 18px;
}

.regular-page-body ul,
.regular-page-body ol {
	margin: 0 0 24px;
	padding-left: 22px;
}
.regular-page-body ul li ul{margin-top:10px;}

.regular-page-body a {
	color: #0e1a2f;
	transition: color 0.25s ease;
}

.regular-page-body a:hover {
	color: #00c0be;
}

.regular-page-body strong,
.regular-page-body b {
	font-weight: 600;
}

.regular-page-lead {
	font-size: 18px !important;
	line-height: 30px !important;
	max-width: 720px;
}

.regular-page-status {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.regular-page-status .regular-page-lead {
	margin-left: auto;
	margin-right: auto;
}

.regular-page-search {
	width: 100%;
	max-width: 560px;
	margin: 0 0 40px;
}

.regular-page-status .regular-page-search {
	margin-left: auto;
	margin-right: auto;
}

.regular-page-search .search-form,
.regular-page-search form {
	display: flex;
	align-items: stretch;
	gap: 0;
	width: 100%;
	border: 1px solid rgba(36, 76, 190, 0.25);
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}

.regular-page-search label {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	align-items: center;
}

.regular-page-search .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.regular-page-search input[type="search"],
.regular-page-search input.search-field {
	display: block;
	width: 100%;
	flex: 1;
	min-width: 0;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 14px 18px;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #1a1a1a;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
}

.regular-page-search input[type="submit"],
.regular-page-search .search-submit {
	flex: 0 0 auto;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 22px;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
	background: #244cbe;
	transition: background 0.25s ease;
	white-space: nowrap;
}

.regular-page-search input[type="submit"]:hover,
.regular-page-search .search-submit:hover {
	background: #00c0be;
}

.regular-page-actions {
	margin-top: 10px;
}

.regular-page-actions .btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.regular-page-links {
	margin-top: 30px;
}

/* Search results list */
.regular-search-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.regular-search-item {
	padding: 28px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.regular-search-item:first-child {
	padding-top: 0;
}

.regular-search-title {
	font-family: "Baskervville", serif !important;
	font-weight: 600 !important;
	font-size: 28px !important;
	line-height: 38px !important;
	margin: 0 0 12px !important;
}

.regular-search-title a {
	color: #00c0be !important;
	text-decoration: none !important;
}

.regular-search-title a:hover {
	color: #244cbe !important;
}

.regular-search-excerpt {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #1a1a1a;
	margin: 0 0 14px;
}

.regular-search-link {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #244cbe !important;
	text-decoration: none !important;
}

.regular-search-link:hover {
	color: #00c0be !important;
}

.regular-page-nav {
	margin-top: 40px;
}

.regular-page-nav .nav-links,
.regular-page-nav .pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.regular-page-nav a,
.regular-page-nav span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 14px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #244cbe;
	border: 1px solid rgba(36, 76, 190, 0.25);
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.25s ease;
}

.regular-page-nav a:hover,
.regular-page-nav .current {
	color: #fff;
	background: #244cbe;
	border-color: #244cbe;
}
.bioscan-img{row-gap:30px; display: grid;}
.bioscan-img.bioscan-img-slider{display: block;}
.bioscan-img .bioscan-slider{overflow: hidden;}
.bioscan-img .bioscan-slider .swiper-slide img{
	max-width: 100%;
	margin-left: auto;
	margin-right:auto;
	display: table;
}
.bioscan-img .bioscan-slider .swiper-pagination{
	position: relative;
	margin-top: 20px;
}
.bioscan-img .bioscan-slider .swiper-button-prev,
.bioscan-img .bioscan-slider .swiper-button-next{
	color: #00c5c0;
}

.single-products .maltron-bioscan-wrp{BACKGROUND: #FBF8F8;}
.single-products .maltron-wrp{BACKGROUND: #FBF8F8;}
.tax-product_category .catrgory-banner-heart{mix-blend-mode: hard-light; z-index:1;}
.subproductcat .circulatory-support-wrp .titlebar h2,.subproductcat .circulatory-support-wrp .titlebar h1{color: #00C5C0;}
.category-banner-wrp .category-banner-detail .row .banner-title{z-index:1;}
.inner-back{
	position: relative;
    overflow-x: hidden;
}
.inbot{
	aspect-ratio: 1 / 1;
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 100%;
    object-fit: cover;
    width: auto;
    height: auto;
    mix-blend-mode: soft-light;
    transform: translate(-50%, 0);
	z-index:0;
}
/* ==========================================================================
   Responsive — regular page only
   ========================================================================== */
@media (min-width: 767px) {	.maltron-bioscan-wrp .row{align-items: flex-start;}}
@media (min-width: 1025px) {.bioscan-img{margin-top:45px;}
.about-wrp .about-image img{margin-left:auto; margin-top: -30px;}
.about-wrp .container .about-detail{max-width:96%;}
.solutions-wrp .solution-box:hover .box-detail .description h3 {top:80px;}
}
@media (min-width: 1200px) {	.single-products .breadcrumbs{margin-bottom:40px;}	.subproductcat .breadcrumbs{margin-bottom:50px;}}
@media (min-width: 1600px) {	
.about-wrp .container{padding-left:100px;}
.subproductcat .circulatory-support-wrp .titlebar{margin:0 0 75px;}
}
@media (max-width: 1600px) {
	.regular-page-content {
		padding: 70px 0 90px;
	}

	.regular-page-body h2 {
		font-size: 34px;
		line-height: 44px;
	}
	.regular-page-body h1{font-size:50px; line-height:70px;}
}

@media (max-width: 1400px) {
	.regular-page-content {
		padding: 65px 0 85px;
	}

	.regular-page-body h2 {
		font-size: 32px;
		line-height: 42px;
	}

	.regular-search-title {
		font-size: 26px !important;
		line-height: 36px !important;
	}
}

@media (max-width: 1200px) {
	.regular-page-content {
		padding: 60px 0 80px;
	}

	.regular-page-body h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.regular-page-body h3 {
		font-size: 24px;
		line-height: 34px;
	}

	.regular-page-body p,
	.regular-page-body li,
	.regular-search-excerpt {
		font-size: 15px;
		line-height: 26px;
	}
	.regular-page-body h1{font-size:32px; line-height:40px;}
}

@media (max-width: 1024px) {
	.regular-page-content {
		padding: 55px 0 70px;
	}

	.regular-page-body h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.regular-page-lead {
		font-size: 17px !important;
		line-height: 28px !important;
	}

	.regular-search-title {
		font-size: 24px !important;
		line-height: 34px !important;
	}
	.inbot{display:none;}
}

@media (max-width: 992px) {
	.regular-page-content {
		padding: 50px 0 65px;
	}

	.regular-page-body h2 {
		font-size: 26px;
		line-height: 36px;
	}

	.regular-page-body h3 {
		font-size: 22px;
		line-height: 32px;
	}

	.regular-page-search {
		max-width: 100%;
		margin-bottom: 32px;
	}

	.regular-search-item {
		padding: 22px 0;
	}
}

@media (max-width: 767px) {
	.regular-page-content {
		padding: 40px 0 55px;
	}

	.regular-page-body h2 {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 16px;
	}

	.regular-page-body h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.regular-page-body h4 {
		font-size: 18px;
		line-height: 28px;
	}
	.regular-page-body h5{font-size:16px; line-height:25px;}
	.regular-page-body h6{font-size:14px; line-height:20px;}

	.regular-page-body p,
	.regular-page-body li,
	.regular-search-excerpt {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 14px;
	}

	.regular-page-lead {
		font-size: 15px !important;
		line-height: 26px !important;
	}

	.regular-page-search input[type="search"],
	.regular-page-search input.search-field {
		padding: 12px 14px;
		font-size: 14px;
	}

	.regular-page-search input[type="submit"],
	.regular-page-search .search-submit {
		padding: 12px 16px;
		font-size: 12px;
	}

	.regular-search-title {
		font-size: 22px !important;
		line-height: 30px !important;
	}

	.regular-page-nav a,
	.regular-page-nav span {
		min-width: 38px;
		height: 38px;
		padding: 0 10px;
		font-size: 13px;
	}
	/*.solutions-wrp .solution-box{width: 100%; margin: 0 auto; max-width:275px;}
	.solutions-wrp .solution-box .box-img{max-width:100%;}
	.solutions-wrp .solution-box .box-img img{height: auto;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
        max-height: 100%; border-radius: 20px 20px 0 0;}
	.technologies-wrp .technologies-block::before{mix-blend-mode: multiply;}
	.solutions-wrp .solution-box .box-detail{
		position: relative;
        width: 100%;
        max-width: 100%;
        border-radius: 0 0 20px 20px;
	}
	.solutions-wrp .solution-box .box-detail .description{
		padding:0px;
	}
	.solutions-wrp .solution-box .box-detail .description h3{
		height: inherit;
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    padding: 0 0 15px;
	}
	.solutions-wrp .solution-box .box-detail .description p{
		margin: 0 0 20px;
	}*/
	
	.solutions-wrp .solution-box .box-detail{height:auto;}
	.solutions-wrp .solution-box .box-detail .description h3{position: relative; height: inherit; padding:0; top: inherit;}
	.solutions-wrp .solution-box .box-detail .description p{opacity:1; margin:0 0 15px;}
	.solutions-wrp .solution-box .box-img img{max-height:520px;}
}

@media (max-width: 360px) {
	.regular-page-content {
		padding: 32px 0 45px;
	}

	.regular-page-body h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.regular-page-body h3 {
		font-size: 18px;
		line-height: 26px;
	}

	.regular-page-body p,
	.regular-page-body li,
	.regular-search-excerpt {
		font-size: 13px;
		line-height: 22px;
	}

	.regular-page-search {
		flex-direction: column;
	}

	.regular-page-search .search-form,
	.regular-page-search form {
		flex-direction: column;
	}

	.regular-page-search input[type="submit"],
	.regular-page-search .search-submit {
		width: 100%;
	}

	.regular-search-title {
		font-size: 20px !important;
		line-height: 28px !important;
	}
}

/* ==========================================================================
   Product category form-search dropdown
   ========================================================================== */

.circulatory-support-wrp .titlebar .form-search {
	z-index: 15;
}

.circulatory-support-wrp .titlebar .form-search .search-icon {
	top: 26px;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 2;
}

.circulatory-support-wrp .titlebar .form-search .product-search-results {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	z-index: 30;
	max-height: 280px;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 8px 0;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 16px;
	box-shadow: 0 12px 30px rgba(14, 26, 47, 0.12);
}

.circulatory-support-wrp .titlebar .form-search .product-search-results.is-open {
	display: block;
}

.circulatory-support-wrp .titlebar .form-search .product-search-item {
	display: block;
	padding: 12px 18px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #0e1a2f;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.circulatory-support-wrp .titlebar .form-search .product-search-item:hover,
.circulatory-support-wrp .titlebar .form-search .product-search-item.is-active {
	background: rgba(5, 171, 170, 0.1);
	color: #05abaa;
}

.circulatory-support-wrp .titlebar .form-search .product-search-item.is-hidden {
	display: none;
}

.circulatory-support-wrp .titlebar .form-search .product-search-empty {
	display: none;
	padding: 14px 18px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #6b7280;
}

.circulatory-support-wrp .titlebar .form-search .product-search-empty.is-visible {
	display: block;
}
.masite{width:100%; display:grid; grid-template-columns:1fr 1fr 1fr; text-align:left;}

@media (min-width: 1024px) and (max-width: 1680px) {
	.about-banner-wrp{padding:0px;}
}
@media (min-width: 1024px) and (max-width: 1600px) {
	.maltron-bioscan-wrp .bioscan-img img{max-width:80%; margin-right: 0; margin-left: auto;}
	
}
@media (min-width: 1200px) and (max-width: 1680px) {
	.solutions-wrp .solution-box{
		width: max-content;
    margin: 0 auto;
	}
	.solutions-wrp .solution-box .box-img img{height: auto;
    width: auto;
    object-fit: cover;
    border-radius: 20px;
    max-width: 100%;}
	.solutions-wrp .row{width:max-content; margin:0 auto;}
	.connect-team-wrp{padding:180px 0 180px; overflow:hidden;}
	.connect-team-wrp .team-vector{top: 61%; left: 26%;
	-webkit-transform: translate(0, -36%);
    transform: translate(0, -36%);
	}
	footer .row{gap:60px;}
	.connect-team-wrp .team-detail{max-width:54%;}
}
@media (min-width: 1025px) and (max-width: 1199px) {
	.connect-team-wrp .team-vector{top: 61%; left: 26%;
	-webkit-transform: translate(0, -36%);
    transform: translate(0, -36%);
	}
	.connect-team-wrp .team-detail{max-width:54%;}
}
@media (min-width: 767px) and (max-width: 1024px) {
.connect-team-wrp{overflow:hidden;}
footer .row{gap:40px;}
}

@media (max-width: 992px) {
	.circulatory-support-wrp .titlebar .form-search .product-search-results {
		max-height: 240px;
		border-radius: 14px;
	}
}

@media (max-width: 767px) {
	.circulatory-support-wrp .titlebar .form-search .search-icon {
		top: 24px;
	}

	.circulatory-support-wrp .titlebar .form-search .product-search-results {
		max-height: 220px;
		border-radius: 12px;
	}

	.circulatory-support-wrp .titlebar .form-search .product-search-item {
		padding: 11px 16px;
		font-size: 14px;
		line-height: 20px;
	}
	.subproductcat .about-banner-wrp{padding:0px;}
	.single-products .about-banner-wrp{padding:0px;}
	.masite{grid-template-columns:1fr;}
}

@media (max-width: 360px) {
	.circulatory-support-wrp .titlebar .form-search .product-search-item {
		padding: 10px 14px;
		font-size: 13px;
	}
}

.search-results-wrp .titlebar {
	gap: 20px;
	margin-bottom: 40px;
}

.search-results-wrp .support-block + .titlebar {
	margin-top: 70px;
}

.search-results-wrp .regular-page-nav {
	margin-top: 50px;
}

.search-results-wrp .support-box {
	text-decoration: none;
}

.search-results-wrp .support-box .box-detail h3 {
	text-transform: none;
}

/* ==========================================================================
   Inquiry popup + Contact Form 7
   ========================================================================== */

body.inquiry-popup-open {
	overflow: hidden;
}

.inquiry-popup-overlay {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(14, 26, 47, 0.72);
	box-sizing: border-box;
}

.inquiry-popup-overlay.is-visible {
	display: flex;
}

/* Hide CF7 on page content — show only inside popup */
.wpcf7 {
	display: none;
}

.inquiry-popup-body .wpcf7 {
	display: block;
}

.inquiry-popup {
	position: relative;
	width: 100%;
	max-width: 560px;
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	background: #ffffff;
	border-radius: 20px;
	border: 1px solid #00c0be;
	box-shadow: 0 20px 60px rgba(14, 26, 47, 0.35);
	padding: 48px 40px 36px;
}

.inquiry-popup-close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid #00c0be;
	border-radius: 50%;
	background: #ffffff;
	color: #0e1a2f;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.inquiry-popup-close:hover {
	background: #00c5c0;
	border-color: #00c5c0;
	color: #ffffff;
}

.inquiry-popup-body {
	width: 100%;
}

.inquiry-popup-body .wpcf7 {
	margin: 0;
}

.inquiry-popup-body .wpcf7-form {
	margin: 0;
}

.inquiry-popup-body h2 {
	font-family: "Baskervville", serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 0.03em;
	color: #00c0be;
	margin: 0 0 12px;
	text-align: left;
}

.inquiry-popup-body p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #0e1a2f;
	margin: 0 0 18px;
}

.inquiry-popup-body .wpcf7-form > p {
	margin: 0 0 16px;
}

.inquiry-popup-body label {
	display: block;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.04em;
	color: #0e1a2f;
	margin: 0 0 8px;
}

.inquiry-popup-body .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.inquiry-popup-body input[type="text"],
.inquiry-popup-body input[type="email"],
.inquiry-popup-body input[type="tel"],
.inquiry-popup-body input[type="url"],
.inquiry-popup-body input[type="number"],
.inquiry-popup-body input.wpcf7-text,
.inquiry-popup-body input.wpcf7-email,
.inquiry-popup-body input.wpcf7-tel,
.inquiry-popup-body textarea,
.inquiry-popup-body textarea.wpcf7-textarea,
.inquiry-popup-body select,
.inquiry-popup-body select.wpcf7-select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 24px;
	color: #0e1a2f;
	background: #f7fafc;
	border: 1px solid rgba(0, 192, 190, 0.45);
	border-radius: 12px;
	padding: 14px 18px;
	outline: none;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
	appearance: none;
	-webkit-appearance: none;
}

.inquiry-popup-body textarea,
.inquiry-popup-body textarea.wpcf7-textarea {
	height:100px;
	resize: vertical;
}

.inquiry-popup-body input:focus,
.inquiry-popup-body textarea:focus,
.inquiry-popup-body select:focus {
	border-color: #00c5c0;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(0, 197, 192, 0.18);
}

.inquiry-popup-body input::placeholder,
.inquiry-popup-body textarea::placeholder {
	color: rgba(14, 26, 47, 0.45);
}

.inquiry-popup-body input[type="submit"],
.inquiry-popup-body input.wpcf7-submit,
.inquiry-popup-body button.wpcf7-submit {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #ffffff;
	background: #00c5c0;
	border: 1px solid #00c5c0;
	border-radius: 20px;
	display: inline-block;
	padding: 15px 43px;
	cursor: pointer;
	margin-top: 8px;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.inquiry-popup-body input[type="submit"]:hover,
.inquiry-popup-body input.wpcf7-submit:hover,
.inquiry-popup-body button.wpcf7-submit:hover {
	background: #d9d9d9;
	border-color: #d9d9d9;
	color: #0e1a2f;
}

.inquiry-popup-body .wpcf7-not-valid-tip {
	font-size: 13px;
	line-height: 18px;
	color: #c0392b;
	margin-top: 6px;
}

.inquiry-popup-body .wpcf7-response-output {
	margin: 16px 0 0;
	padding: 12px 16px;
	border-radius: 12px;
	font-size: 14px;
	line-height: 22px;
}

.inquiry-popup-body .wpcf7 form-invalid .wpcf7-response-output,
.inquiry-popup-body .wpcf7.invalid .wpcf7-response-output {
	border-color: #c0392b;
	color: #c0392b;
}

.inquiry-popup-body .wpcf7.sent .wpcf7-response-output {
	border-color: #00c0be;
	color: #00c0be;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	margin: 10px 0 0;
    padding: 0;
    border: none;
}
.clinical-team-wrp .main-bg{z-index:-1; mix-blend-mode:normal;}

@media (min-width: 1600px) {
	.inquiry-popup {
		max-width: 620px;
		padding: 56px 48px 42px;
	}

	.inquiry-popup-body h2 {
		font-size: 36px;
		line-height: 46px;
	}

	.inquiry-popup-body p {
		font-size: 17px;
		line-height: 28px;
	}

	.inquiry-popup-body input[type="text"],
	.inquiry-popup-body input[type="email"],
	.inquiry-popup-body input[type="tel"],
	.inquiry-popup-body input[type="url"],
	.inquiry-popup-body input[type="number"],
	.inquiry-popup-body input.wpcf7-text,
	.inquiry-popup-body input.wpcf7-email,
	.inquiry-popup-body input.wpcf7-tel,
	.inquiry-popup-body textarea,
	.inquiry-popup-body textarea.wpcf7-textarea,
	.inquiry-popup-body select,
	.inquiry-popup-body select.wpcf7-select {
		font-size: 16px;
		padding: 16px 20px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.inquiry-popup {
		max-width: 520px;
		padding: 44px 32px 32px;
	}

	.inquiry-popup-body h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.inquiry-popup-body input[type="submit"],
	.inquiry-popup-body input.wpcf7-submit,
	.inquiry-popup-body button.wpcf7-submit {
		padding: 12px 30px;
		border-radius: 10px;
	}
}

@media (max-width: 767px) {
	.inquiry-popup-overlay {
		padding: 16px;
		align-items: center;
	}

	.inquiry-popup {
		max-width: 100%;
		max-height: calc(100vh - 32px);
		padding: 44px 20px 24px;
		border-radius: 16px 16px 12px 12px;
	}

	.inquiry-popup-close {
		top: 10px;
		right: 10px;
		width: 36px;
		height: 36px;
		font-size: 24px;
	}

	.inquiry-popup-body h2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.inquiry-popup-body p {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 14px;
	}

	.inquiry-popup-body input[type="text"],
	.inquiry-popup-body input[type="email"],
	.inquiry-popup-body input[type="tel"],
	.inquiry-popup-body input[type="url"],
	.inquiry-popup-body input[type="number"],
	.inquiry-popup-body input.wpcf7-text,
	.inquiry-popup-body input.wpcf7-email,
	.inquiry-popup-body input.wpcf7-tel,
	.inquiry-popup-body textarea,
	.inquiry-popup-body textarea.wpcf7-textarea,
	.inquiry-popup-body select,
	.inquiry-popup-body select.wpcf7-select {
		font-size: 15px;
		padding: 12px 14px;
		border-radius: 10px;
	}

	.inquiry-popup-body input[type="submit"],
	.inquiry-popup-body input.wpcf7-submit,
	.inquiry-popup-body button.wpcf7-submit {
		width: 100%;
		text-align: center;
		padding: 12px 30px;
		border-radius: 10px;
		font-size: 14px;
	}
	.hero-wrp .lottie-block #lottie{top: -95px; left: 0; height: 100%; object-fit: cover;}
}
