@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Montserrat:300,400,500,700,900|Roboto:300,400,500,700&display=swap");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; }
html {
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;

}
body {
  margin:0;
  background:#def;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-family:'Montserrat', sans-serif;
  padding:0!important;
  overflow-x: hidden;
  
}
.header {
	width:80%;
	padding-left:10%;
}
.headright {
	float:right;
	padding: 40px;
}
.callnowbutton {
	color:#fff;
	background:#f22;
	width:310px;
	height:50px;
	font-size:30px;
	font-weight:500;
	margin-top:10px;
}
.headerbar {
	color:#fff;
	background:#061c4f;
	width:92.5%;
	padding-left:6%;
	margin-left:10px;
	padding-top:10px;
	height:50px;
	font-size:30px;
	font-weight:600;
	text-align:center;
	box-shadow: 1px 1px 12px rgb(0 0 0 / 70%);
    border-radius: 4px;	
	
}
.mobile {
	display: none;
}

/* section-one */
.section-one {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 0;
	border-radius: 5px;
	
}
.inside-section	{
	width: 96%;
	max-width: 1500px;
	margin: 0px 2%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #061c4f;
	box-shadow: 1px 1px 12px rgb(0 0 0 / 70%);
    border-radius: 4px;	
	
}
.inside-one {
    flex-direction: row;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    
}
.section-one-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 650px;
	text-align: center;
	align-items: center;
	line-height: 1.35;

}
.section-one-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 40px 0;
}
h1 {
    font-weight: 800;
    color: #30afe4;  /* was f02a38 */
    font-size: 2.5em;
    text-shadow: 1px 2px 14px #0000005e;
	margin-bottom: 30px;
}
.recall {  
	width: 96%;
	border-radius: 5px;
	color: white;
	background-color: #061c4f;
    /* background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23f02a38' fill-opacity='0.14' fill-rule='evenodd'/%3E%3C/svg%3E"); */
	box-shadow: 1px 1px 12px rgb(0 0 0 / 70%);
  
  }
  .inner {
	width: 80%;
	height: 1px;
	margin: 0px auto;
	border-bottom: 3px solid #ffffff;
	border-radius: .5rem;
  }
   .recall h3 {
	text-shadow: none;
	padding: 20px 10%; 
	text-align: center;
	font-size: 20px;
	font-weight: 500;
  }
  .media-cards {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 10%;
  }
  .media-cards p {
	font-size: 17px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 1rem;
  }
  .media-cards div {
	width: 44%;
	margin: 4% 0 2% 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  }
  .media-cards img {
	object-fit: contain;
	width: 100%;
  }
  .recall-bottle {
    width: 50%
	margin: 0 25%;
	opacity: .7;
	border-radius: 4px;
  }
.section-one-left h2 {
	font-weight: 400;
	font-size: 1.8em;
	
}
.section-one-left h2 span {
	color: #e3b60d;
	font-weight: 600;
}
.section-one-left .italic	{
	font-weight: 700;
	color: #061c4f;
	font-style: italic;
}
.logo {
	width: 380px; /* was 380px */
}
.section-one-right {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 10px 10px;
}
.aboveform {
	display: flex;
	align:right;
	/*align-items: flex-start;*/
	padding: 20px 20px;
}
.form-outer {
	width: 460px;
	border-radius: 5px;
	color: white;
	padding: 20px 35px;
	background-color: #061c4f;
	/* background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23f02a38' fill-opacity='0.14' fill-rule='evenodd'/%3E%3C/svg%3E"); */
	/*box-shadow: 1px 1px 12px rgb(0 0 0 / 70%);*/
	text-align: center;
}
.form-heading {
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 22px;
}
.form-heading span {
	color: #f02a38;
}
.form-label {
	font-size: 1.2em;

}
.form-inputs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 22px;
}
.form input, .form select {
	width: 48%;
	margin: 10px 0;
	padding: 8px 5px;
	-webkit-appearance: none;
	border: none;
	background: #ffffffad;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1em;
	height: 44px;
	box-shadow: 2px 2px 8px rgb(0 0 0 / 50%);
}
.form input {
	box-shadow: inset 2px 2px 8px rgb(0 0 0 / 50%);

}
.form select {
	margin-top: 12px;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}

.cta {
	width: 100%;
	text-align: center;
	padding: 8px 0;
	color: white;
	background-color: #30afe4; /* was f02a38 */
	border: solid white 2px;
	border-radius: 3px;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1;
	height: 50px;
	box-shadow: 2px 2px 8px rgb(0 0 0 / 50%);
	cursor: pointer;
	margin-top: 8px;
}
.form-footer {
	font-size: .7em;
	margin-top: 20px;
}
.form-footer a {
	text-decoration: none;
	color: #f9c80e;
}
/* radio */
.switch-field {
	display: flex;
	margin-top: 12px;
	margin-bottom: 30px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #ffffffad;
	color: #061c4f;
	font-weight: bold;
	font-size: 1em;
	line-height: 1;
	width: 50%;
	text-align: center;
	padding: 13px 0;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #f02a38;
	box-shadow: none;
	color: white;
}

.switch-field label:first-of-type {
	border-radius: 6px 0 0 6px;
}

.switch-field label:last-of-type {
	border-radius: 0 6px 6px 0;
}


/* radio */

/* STEPS SECTION */
.steps-section {
	margin: 2rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.steps-section h2 {
	font-size: 2.3em;
	font-weight: 900;
	color: #061c4f;
	margin: 1rem 0 1.5rem 0;
	text-align: center;
}
.steps-section h4 {
	color: white;
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 50px;
}
.steps-section h4 span {
	background: #30afe4; /* was #f02a38 */
	color: white;
	padding: 10px;
	border-radius: 3px;
}

.step-cards{
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 30px;
    padding-bottom:10px;
    padding-top:10px;
    background: #30afe4;
    border-radius:4px;
}
.step-card {
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.step-card img {
	width: 90%;
	margin-bottom: 20px;
}

.inside-card {
	background-color: #eeeeee;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 300;
	border-radius: 3px;
	transform: skew(-20deg);
	box-shadow: 2px 2px 11px 0px #0000007d;
	border-radius: 3px;
}
.card-heading {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	margin-top: 30px;
	padding: 1rem 5%;
}
.inside-card h3 {
    transform: skew(20deg);
    color: black;
    width: 86%;
    font-weight: 600;
    font-size: 1.1em;
}
.inside-card p{
	padding: 1rem 5%;
	height: 130px;
}
.number {
	background-color: #061c4f;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: -30px;
	z-index: 10;
}
.number p {
	color: white;
	font-weight: 700;
	font-size: 1.4em;
}





/* qualify section */
.qualify-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: white;
	text-align: left;
}
.inside-qualify {
	margin-top: 20px;
	background-color: #061c4f;
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23f02a38' fill-opacity='0.14' fill-rule='evenodd'/%3E%3C/svg%3E");

	box-shadow: 1px 1px 12px rgb(0 0 0 / 70%);
	border-radius: 4px;
}
.qualify-section h2 {
	font-weight: 900;
	font-size: 2.3em;
	margin: 1rem 0 2rem 0;
	text-align: center;
}
.qualify-section p {
    font-weight: normal;
    font-size: 1.3em;
    margin-bottom: 20px;
    text-align: center;
}
.qs-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
	width: 100%;
	padding-bottom: 40px;
    
}

.qs-left {
	margin: 0 30px;
}
.qs-left img {
	width:620px;
}
.qs-right {
	max-width: 700px;
	margin: 0 30px;

}
.video-div {
	display: flex;
	width: 500px;
	height: 280px;
	justify-content: center;
	align-items: center;
	border:  4px solid white;
	border-radius: 4px;
	box-shadow: 1px 3px 8px rgb(0 0 0 / 60%);
  }
.video-div video {
	border:  4px solid white;
	background-color: white;
	margin: 20px 0;
	border-radius: 4px;
	width: 500px;
	height: 280px;
   
}
.qs-cancers {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.qs-cancers div {
	text-align: center;
	padding: 10px;
	width: 40%;
	font-weight: 800;
	background-color: #30afe49d;  /* was f02a379d */
	color: white;
	margin: 7px 0;
	box-shadow: 1px 3px 8px rgb(0 0 0 / 60%);
	border-radius: 3px;
}

.get-help {
	text-align: center;
	justify-content: center;
	display: flex;
	text-decoration: none;
	background: #4482e5;  /* was #f02a38 */
	width: 80%;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 4px;
	cursor: pointer;
	padding: 12px 0;
	margin: 3rem 10% 7px 10%;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
	font-size: 1.6em;
}
.steps-section .get-help {
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
}
.get-help:hover {
	text-decoration: none;
	color: white;
}

.prodselect {
	position: relative;
}
.prodselect select {
   width: 450px; 
   padding: 8px;
   font-size:1.2em;
   font-weight:600;
   color:#222;/*#fff;*/
   line-height: 1;
   border: 0;
   border-radius: 3px;
   box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
   
   /*Hides the default arrows for Selects*/
  -webkit-appearance: none;
  -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
     position: relative;	
}
.prodselect:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 30px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #222; /*#f00;*/
}

.prodselect:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 30px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #333;
}

select > option {
  background: #D3D3D3;
  color: black;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
}
footer {
	background-color: #061c4f;
	color: #f7f7f7;
	padding: 20px;
	font-size: 1em;
}
footer a {
	color: #f9c80e;
	text-decoration: none;
	font-weight: bold;
}

@media only screen and (max-width: 1100px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: inline;
	}
	.section-one {
		flex-direction: column;
		align-items: center;
	}
	.section-one-left {
		width: 100%;
		margin-bottom: 20px;
	}
	.section-one-right {
		width: 100%;
		padding: 0;
	}
	.logo {
		width: 60%;
		margin-bottom: 20px;
	}
	.inside-section {
		width: 100%;
		max-width: 100%;
		padding: 0px;
		margin: 0px;
		background: #061c4f;
	}
	.inside-one {
		flex-direction: column;
		align-items: center;
		background: #061c4f;
	}

	h1 {
		font-size: 1.6em;
	}
	.section-one-left h3 {
		font-size: 1.5em;
	}
	.section-one-text {
		width: 98%;
		margin: 15px 0;
	}
	.section-one h2 {
		font-size: 1.3em;
	}
	.recall {
		background-image: none;
	}

	.form-outer {
		width: 96%;
		padding: 0;
		background-color: #061c4f;
		background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23f02a38' fill-opacity='0.14' fill-rule='evenodd'/%3E%3C/svg%3E");

	}
	.form-heading span {
		color: #f9c80e;
	}
	.form {
		margin: -20px 4% 20px 4%; /* was 20px 4% */
		/*padding: 20px 0px; */
	}
	.form-footer {
		margin: 20px 4%;
	}
	.qualify-section {
		padding: 0;
		text-align: center;
	}
	.inside-qualify {
		box-shadow: none;
		border-radius: 0;	
		background-image: none;
	}
	.qualify-section h2 {
		font-size: 30px;
		margin: 20px 10px 0;
	}
	.qualify-section h3 {
		font-size: 1.3em;
	}
	.qualify-section p {
		font-size: 1.1em;
	}

	.qs-columns {
		flex-direction: column-reverse;
		padding: 20px 0px;
	}
	.qs-left {
		margin: 0;
	}
	.qs-cancers div {
		width: 100%;
	}
	.qualify-section .qs-columns p {
		margin-right: 0px;
	}
	.qualify-section img {
		width: 80%;
	}
	.steps-section h2 {
		font-size: 1.9em;
	}
	.steps-section h4 {
		text-align: center;
		margin-bottom: 20px;
	}
	.steps-section h4 span {
		line-height: 2.5;
	}
	.get-help {
		width: 90%;
		font-size: 1.3em;
		margin: 20px 0;
	}
	
	.desktop {
		display: none;
	}
	.inside-card h3 {
		font-size: 1.2em;
	}
	.step-cards {
		flex-direction: column;
		align-items: center;
		width: 96%;
		margin: 0;
	}
	.step-card {
		width: 78%;
		margin-bottom: 20px;
	}

	.video-div {
		margin: 20px 0;
	}
	footer {
		font-size: .8em;
	}

}
@media only screen and (max-width:430px){
	
	.headerbar {
		font-size:14px;
	}
	.headright {
		float:none;
	}
	.qs-left img {
	width:400px;
	}
}
@media only screen and (max-width: 700px) {

	.headerbar {
		font-size:20px;
	}
	.steps-section h2 {
		font-size: 30px;
		width: 95%;
		margin: 0 5px 20px;
	}
	.qc-top img {
		width: 33%;
	}
	.qc-right {
		width: 67%;
	}
	.qc-right p {
		margin: 6px;
		line-height: 1.3;
		font-size: 1em;
	}
	.quote-card {
		width: 90vw;
		margin: 0;
	}
	.qc-bottom h3 {
		font-size: 1em;
	}
	.qc-bottom p {
		font-size: .9em;
	}
	.qc-bottom img {
		height: 26px;
	}
	.vid-left {
		padding: 0;
	}
	.video-div{
		width: 90vw;
		height: 50.4vw;
	}
	.video-div video {
		width: 90vw;
		height: 50.4vw;
	}
	.test-card {
		width: 66vw;
		padding: 5px 1px 5px 45px;
	}

	.test-card2 {
		width: 66vw;
		padding: 5px 45px 5px 8px;
	}
	.profile-div {
		width: 25vw;
		height: 25vw;
	}
	.profile-div img {
		width: 22vw;
	}
	.test-card h3 {
		font-size: 1.1em;
	}
	.test-card p {
		font-size: .8em;
	}
}

