/** Shopify CDN: Minification failed

Line 324:0 Unexpected "{"
Line 324:1 Expected identifier but found "%"
Line 324:22 Unexpected "-"
Line 324:32 Expected identifier but found "%"

**/
.video-wrapper video {
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
}

.imgWrap.desk {
	display: block;
}

.imgWrap.mob {
	display: none;
}

.hero-banner-new {
	/*   background: #f3fbfe; */
}

.heroBnrMain {
	padding: 0 !important;
	max-width: 1425px;
	margin: 0 auto;
}

.heroBnrWrap .block {
	position: relative;
}

.heroBnrWrap .txtWrap {
	position: absolute;
	left: 250px;
	top: 45%;
	transform: translateY(-50%);
	max-width: 434px;
}

.heroBnrWrap .txtWrap h2 {
	font-size: 60px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-text-fill-color: #ffffff;
	-webkit-text-stroke-color: #000;
	-webkit-text-stroke-width: 1.2px;
	margin-bottom: 10px;
	text-align: center;
}

.heroBnrWrap .txtWrap .txt {
	font-size: 25px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #fff;
	letter-spacing: 3px;
}

.heroBnrWrap .txtWrap .btn {
	/* background: #66d0ee;
        color: #fff;  */
	/* padding: 10px 30px 8px; */
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
	background: #66d0ee;
	color: #000;
	border: 2px solid #66d0ee !important;
	border-radius: 25px !important;
	position: relative;
	transition: 0.25s;
	font-weight: 500;
	/* transition: transform .1s ease-in-out,box-shadow .1s ease-in-out  !important;
        box-shadow: 7px 6px 0 -1px #66d0ee;
        transform: translate(0px,0px); */
}

/* .heroBnrWrap .txtWrap .btn:hover {
         color: #66d0ee;
        background: #fff;   */
/* transform: translate(7px,6px); */
/* color: #66d0ee;
        box-shadow: 0 0.5em 0.5em -0.4em #66d0ee;
        transform: translateY(-0.25em); */
/* } */

@media(max-width: 1299px) {
	.heroBnrWrap .txtWrap {
		left: 10vw;
		max-width: 434px;
	}
}

@media(max-width: 1099px) {
	.heroBnrWrap .txtWrap {
		max-width: 330px;
	}

	.heroBnrWrap .txtWrap h2 {
		font-size: 50px;
	}

	.heroBnrWrap .txtWrap .txt {
		font-size: 20px;
		letter-spacing: 2px;
	}

	.heroBnrWrap .txtWrap .btn {
		font-size: 15px !important;
	}
}

@media(max-width: 900px) {
	.heroBnrWrap .txtWrap {
		left: 6vw;
		max-width: 310px;
	}

	.heroBnrWrap .txtWrap h2 {
		font-size: 40px;
	}

	.heroBnrWrap .txtWrap .txt {
		font-size: 18px;
	}
}

@media(max-width: 768px) {
	.clinical_contentWrap .rhtItem {
		border: unset;
	}

	.imgWrap.desk {
		display: none;
	}

	.imgWrap.mob {
		display: block;
	}

	.video-wrapper.imgWrap_mob.mobile-only video {
		height: 100%;
	}

	.video-wrapper.imgWrap.mobile_hide {
		display: none;
	}
}

@media(max-width: 600px) {
	.heroBnrWrap .txtWrap {
		left: 5vw;
		max-width: 280px;
	}
}

@media(max-width: 481px) {
	.heroBnrWrap .txtWrap {
		left: 4vw;
		max-width: 190px;
	}

	.heroBnrWrap .txtWrap h2 {
		font-size: 30px;
	}

	.heroBnrWrap .txtWrap .txt {
		font-size: 15px;
	}

	.heroBnrWrap .txtWrap .btn {
		font-size: 14px !important;
	}
}

@media(max-width: 400px) {
	.heroBnrWrap .txtWrap {
		left: 4vw;
		max-width: 180px;
	}
}


@media screen and (min-width: 768px) {
	.hero_bnr-inner .desktop_btn_text_center-center .txtWrap {
		left: 50%;
		transform: translate(-50%, -50%);
		margin-top: 100px;
		margin-left: 170px;
	}

	.hero_bnr-inner .desktop_btn_text_center-left .txtWrap {
		left: 100px;
	}

	.hero_bnr-inner .desktop_btn_text_center-right .txtWrap {
		right: 100px !important;
		left: auto;
		margin-top: 100px;
	}

	.hero_bnr-inner .desktop_btn_text_top-left .txtWrap {
		top: 50px;
		left: 100px;
	}

	.hero_bnr-inner .desktop_btn_text_top-center .txtWrap {
		top: 50px;
		left: 50%;
		transform: translateX(-50%);
	}

	.hero_bnr-inner .desktop_btn_text_top-right .txtWrap {
		right: 100px;
		left: auto;
		top: 50px;
	}

	.hero_bnr-inner .desktop_btn_text_bottom-left .txtWrap {
		bottom: 0;
		top: auto;
		left: 100px;
	}

	.hero_bnr-inner .desktop_btn_text_bottom-center .txtWrap {
		bottom: 0;
		top: auto;
		left: 50%;
	}

	.hero_bnr-inner .desktop_btn_text_bottom-right .txtWrap {
		right: 50px;
		left: auto;
		bottom: 0px;
		top: auto;
	}

	.video-wrapper.imgWrap_mob.mobile-only {
		display: none;
	}
}


@media screen and (max-width: 767px) {
	.hero_bnr-inner .mobile_btn_text_center .txtWrap {
		margin-left: 0;
		margin-top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.hero_bnr-inner .mobile_btn_text_bottom .txtWrap {
		margin-top: 0;
		margin-left: 0;
		bottom: 20px;
		top: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	.hero_bnr-inner .txtWrap .btn {
		font-size: 20px;
	}

	.hero_bnr-inner .mobile_btn_text_top-left .txtWrap {
		top: 50px;
	}

	.hero_bnr-inner .mobile_btn_text_top-center .txtWrap {
		left: 50%;
		transform: translateX(-50%);
		top: 50px;
	}

	.hero_bnr-inner .mobile_btn_text_top-right .txtWrap {
		top: 50px;
		right: 20px;
		left: auto;
	}

	.hero_bnr-inner .mobile_btn_text_bottom-left .txtWrap {
		bottom: 0;
		top: auto;
	}

	.hero_bnr-inner .mobile_btn_text_bottom-center .txtWrap {
		bottom: 20px;
		top: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	.hero_bnr-inner .mobile_btn_text_bottom-right .txtWrap {
		right: 20px;
		left: auto;
		bottom: 0;
		top: auto;
	}

	.hero_bnr-inner .mobile_btn_text_right-center .txtWrap {
		right: 20px;
		left: auto;
	}
}

.heroBnrWrap .hero_bnr-inner .block .banner_url-full {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
{% comment %} New Css -$- 3110 {% endcomment %}

.hero-banner-friday .hero_bnr-inner .desktop_btn_text_center-center .txtWrap h2 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	margin: 0 auto;
	letter-spacing: 0.02em;
	background: linear-gradient(87.84deg, #333333 -0.95%, #0F5B71 36.25%, #333333 73.54%, #0F5B71 105.47%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.hero-banner-friday .hero_bnr-inner .desktop_btn_text_center-center .textWrapHead {
	margin-bottom: 30px;
}

.hero-banner-friday .hero_bnr-inner .desktop_btn_text_center-center .textWrapHead p {
	display: inline-flex;
	box-sizing: border-box;
	padding: 8px 16px;
	background: rgba(102, 208, 238, 0.2);
	border: 1px solid rgba(51, 51, 51, 0.2);
	border-radius: 24px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	color: #333333;
	align-items: center;
}

.hero-banner-friday .hero_bnr-inner .desktop_btn_text_center-center .txtWrap .btnWrap a.btn:hover {
	background: #fff;
	color: #000;
	border: 2px solid #66d0ee !important;
}

@media screen and (min-width: 768px) {
	.hero-banner-friday .hero_bnr-inner .desktop_btn_text_center-center .txtWrap {
		max-width: 730px;
		width: 100%;
		text-align: center;
		margin: 0;
	}

	.hero-banner-friday .hero_bnr-inner .desktop_btn_text_center-center .txtWrap h2 {
		font-size: 80px;
		line-height: 90px;
	}

	.hero-banner-friday .hero_bnr-inner .desktop_btn_text_center-center .txtWrap .txt {
		margin-top: 50px;
		color: #000;
	}

	.hero-banner-friday .hero_bnr-inner .desktop_btn_text_center-center .txtWrap .txt p:first-child {
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 600;
		font-size: 29.037px;
		margin: 0;
		text-align: center;
		letter-spacing: 2.17778px;
		color: #333333;
	}

	.hero-banner-friday .hero_bnr-inner .desktop_btn_text_center-center .txtWrap .txt p:nth-child(2) {
		font-style: normal;
		font-weight: 700;
		font-size: 53.2346px;
		text-align: center;
		color: #66D0EE;
		margin: 0;
		text-transform: capitalize;
	}

	.hero-banner-friday .hero_bnr-inner .desktop_btn_text_center-center .txtWrap .txt p:last-child {
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 21px;
		text-align: center;
		letter-spacing: 0.6px;
		color: #666666;
	}

	.hero-banner-friday .hero_bnr-inner .desktop_btn_text_center-center .txtWrap .btnWrap a.btn {
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 19px;
		letter-spacing: 1.31421px;
		text-transform: uppercase;
		color: #1B1B1B;
		box-shadow: 0px 9.38722px 14.0808px -2.81617px rgba(0, 0, 0, 0.1), 0px 3.75489px 5.63233px -3.75489px rgba(0, 0, 0, 0.1);
		height: 50px !important;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		border: unset !important;
	}

	.hero-banner-friday .hero_bnr-inner .desktop_btn_text_center-center .txtWrap .txt+.btnWrap {
		margin-top: 50px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
	.hero-banner-friday .hero_bnr-inner .desktop_btn_text_center-center .txtWrap h2 {
		font-size: 60px;
	}

	.hero-banner-friday .hero_bnr-inner .desktop_btn_text_center-center .txtWrap .txt {
		margin-top: 0;
		color: #000;
	}

	.hero-banner-friday .hero_bnr-inner .desktop_btn_text_center-center .txtWrap .txt+.btnWrap {
		margin-top: 20px;
	}

	.hero-banner-friday .hero_bnr-inner .desktop_btn_text_center-center .textWrapHead {
		margin-bottom: 0px;
	}

	.hero-banner-friday .hero_bnr-inner .desktop_btn_text_center-center .txtWrap .txt p:nth-child(2) {
		font-size: 33.2346px;
	}
}

@media screen and (max-width: 767px) {
	.hero-banner-friday .heroBnrMain {
		padding-top: 20px !important;
		padding-bottom: 0 !important;
	}

	.heroBnrMain .heroBnrWrap .blockWrap .imgWrap.mob {
		position: relative;
		padding-top: 100%;
		display: block;
	}

	.heroBnrMain .heroBnrWrap .blockWrap .imgWrap.mob img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	.hero_bnr-inner .mobile_btn_text_bottom-center .txtWrap {
		bottom: unset;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 80%;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 15px;
	}

	.hero_bnr-inner .mobile_btn_text_bottom-center .txtWrap .txt {
		color: #000;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.hero_bnr-inner .mobile_btn_text_bottom-center .txtWrap .txt p:first-child {
		margin: 10px 0;
	}

	.hero-banner-friday .hero_bnr-inner .desktop_btn_text_center-center .txtWrap .txt p:nth-child(2) {
		font-weight: bold;
		font-size: 29.037px;
		text-align: center;
		color: #66D0EE;
		letter-spacing: 2.17778px;
		margin: 5px 0;
	}

	.hero-banner-friday .hero_bnr-inner .desktop_btn_text_center-center .txtWrap .txt p:last-child {
		color: #666666;
		font-size: 14px;
	}
}