@charset "UTF-8";
/* CSS Document */

.homehero_outter video {
	object-fit: cover;position:absolute;right:0;
	height:100%;width:53%;
	left:unset;
}

.homehero_outter {
	background-image: unset;
background-size: cover;
	position:relative;
}
.homehero_outter .notpatients {position:absolute;bottom:20px;right:27%;}

.homehero_outter video {
	object-fit: cover;position:absolute;right:0;
	height:100%;width:53%;
}
.presc_audit > div {
	display:flex;
}
.presc_audit > div:before {
	content:'*';
	display: flex;
align-self: baseline;
}

@media (min-width:1025px) and (max-width:1180px){
	.homehero_outter .notpatients {
	right:19%;}
}

@media (min-width:768px) and (max-width:1024px){
	.homehero_outter .notpatients {
	right:10%;}
	.dtc_homepage .banner.dtc_banner .description {
		font-size:25px;
	}
	.dtc_homepage .banner.dtc_banner .description p {
		line-height:30px;
		margin-bottom:8px;
	}
	
	.dtc .featureSection h2.hd {
		padding-top:90px;
	}
}
@media screen and (max-width:767px){
.homehero_outter .notpatients {
	right:24%;
	}}

@media screen and (max-width:767px)
{
	.homehero_outter .notpatients {right:unset;bottom:unset;left:30px;top:45%;}
	.homehero_outter video {width:100%;height:38%;}
}

@media (max-width:375px)
{
	.homehero_outter .notpatients {left:26px;}
}

.dtc_homepage .banner.dtc_banner .container.homehero {
	padding-top: 100px;
	padding-bottom:60px;
	padding-right:60px;
	position:relative;
}
/* .dtc_homepage .banner.dtc_banner .homehero_outter:before {
	content:' ';
background-image: url("../images/purpbg.png");
background-size: contain;
	background-repeat:no-repeat;
	height:100%;width:100%;
	position:absolute;top:0;left:0;
	background-size:60% 100%;
	z-index:1;
} */

.dtc_homepage .banner.dtc_banner .homehero_outter:before {
 content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 58%;
background-color: #16006E;
transform: skewX(19deg);
transform-origin: bottom right;
z-index: 1;
}

.disclaimer {position:relative;font-size:12px !important;}
.disclaimer:before {
	content: '§';
font-size: 9px !important;
position: absolute;
	left:-7px;
}

@media (max-width:1400px){
.dtc_homepage .banner.dtc_banner .homehero_outter:before {
	width: 61%;	
}
}

@media (max-width:1180px){
.dtc_homepage .banner.dtc_banner .homehero_outter:before {
	width: 63%;	
}
}
@media (max-width:981px){
.dtc_homepage .banner.dtc_banner .homehero_outter:before {
	width: 72%;	
}
}


@media (max-width: 767.98px) {
	.homehero_outter { 
	min-height:500px;
	/*	background-image: url("../images/home_herobg_mob.png"); */
	}
	.dtc_homepage .banner.dtc_banner .container.homehero {
	
padding: 100px 30px 0px;
position: absolute;
bottom: 0;
}
  .dtc_homepage .banner.dtc_banner {
    padding-bottom: 65px;
    padding-top: 75px;
  }
/*	.dtc_homepage .banner.dtc_banner .homehero_outter:before {
	background-image: url("../images/purpbg_mob.png");
		background-size:cover;
		margin-top: 30%;
	} */
	
	.dtc_homepage .banner.dtc_banner .homehero_outter:before {
content: '';
position: absolute;
top: unset;
left: 0;
bottom: 0;
width: 100%;
background-color: #16006E;
transform: skewY(-4deg);
transform-origin: bottom right;
z-index: 1;
height: 91%;
} 
	.dtc .featureSection .hd {padding-top:0;}
}
	.yellow_button_inner {color:#16006E;margin:0;}

.featureSection .container.savings p.yellow_button_inner {color:#16006E;margin:0;}
	.yellow_button_outter:hover .yellow_button_inner {color:#F5BF0B !important;}