html, body
{
	overflow-x: hidden !important;
}
body
{
/* add Roboto back in later */
font-family:"San Francisco",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:16px;
line-height: 1.6;
overflow-x: hidden;
margin: 0;
}
H1,H2,H3,H4,H5,H6
{
margin:0;
line-height:normal;
}
H1,H2,H3
{
color:#000;
}
H4
{
color:#444;
}
H1
{
font-size: 36px;
}
H2
{
font-size: 30px;
}
H3
{
font-size:28px;
}
LI
{
margin-bottom:5px;
}
p {
	line-height: 1.6;
}
a, a:hover {
	text-decoration: none;
	outline: none;
}
section {
    max-width: 1200px;
    width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}
#clr { 
	display:block;
	clear:both;
}
#action .container, #sec-reviews .row, #foot .container
{
	overflow-x: hidden !important;
}
section#header {
    display: block;
}
#header img {
    margin: 5px auto;
    display: block;
}
#intro-hero {
    margin-top: 20px;
	display: block;
	background-image:url('../img/hero-image.jpg');
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
	max-width: 100%;
    width: 100%;
    min-height: 687px;
    position: relative;
}
#intro-hero .hcontent-text {
    top: 90px;
    display: block;
    width: 645px;
    position: relative;
	text-align: left;
}
#intro-hero .hcontent-text h1 {
	color: #fff;
	font-weight: 700;
    font-style: normal;
    font-size: 48px;
	line-height: 58px;
}
#intro-hero .hcontent-text h2 {
    color: #fff;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 20px;
}
#intro-hero #get-btn-link {
	text-align: left;
    padding: 20px 0;
}
#intro-hero #get-btn-link #get-btn {
    background: #f29003;
    color: #fff;
    font-size: 20px;
    padding: 15px 50px;
    border-radius: 0;
    font-weight: 400;
	text-transform: uppercase;
}
#intro-hero #get-btn-link #get-btn:hover {
    background: rgb(219 85 20);
}
#get-btn-link {
	text-align: center;
	padding: 20px;
	margin: 30px auto 0 auto;
}
#get-btn-link #get-btn {
    background: #f29003;
    color: #fff;
    font-size: 20px;
    padding: 15px 50px;
    border-radius: 0;
    font-weight: 400;
	text-transform: uppercase;
}
#get-btn-link #get-btn:hover {
    background: rgb(219 85 20);
}
/*#get-btn-link #get-btn {
	background: #f29003;
	color: #fff;
	font-size: 26px;
	padding: 15px 20px;
	border-radius: 10px;
	font-weight: 600;
}*/
section#action {
    width: 100%;
    max-width: 100%;
    background: #eff1f3;
    padding: 30px 0 10px 0;
}
#action .container {
    display: block;
    clear: both;
    text-align: center;
    overflow: hidden;
}
#action h2 {
    color: #86898b;
    font-weight: 400;
    margin-bottom: 40px;
    font-size: 26px;
	text-transform: uppercase;
}
#action #feature-imgs li {
	display: inline-block;
	width: 18%;
	list-style: none;
	text-align: center;
}
#action #feature-imgs li img {
    width: auto;
}
#video h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    color: #5296c1;
    margin: 50px auto;
    text-align: center;
}
.videoframe {
    margin-bottom: 30px;
}
#video .videoframe.desktop
{
	display: block;
}
#video .videoframe.mobile
{
	display: none;
}
#video .videoframe video {
    display: block;
    vertical-align: middle;
    text-align: center;
    vertical-align: -webkit-baseline-middle;
    margin: 0 auto;
}
#how h2 {
	text-align: center;
	font-size: 28px;
	color: #5296c1;
    padding: 20px 0;
    margin-bottom: 15px;
	line-height: 45px;
}
#how h2 strong {
    font-size: 36px;
}
#how #steps-img {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	min-height: inherit;
	max-height: inherit;
	justify-content: space-between;
}
#how #steps-img .steps-blck {
	background: rgb(238 238 238);
    padding: 20px;
    display: block;
    width: 30%;
    margin: 0 15px 0 auto;
    position: relative;
}
#how #steps-img .steps-blck img {
    width: 30%;
    margin: 30px auto;
    display: block;
}
.steps-blck h3 {
	text-align: center;
    font-weight: 700;
    font-size: 28px;
    color: #5296c1;
    font-style: normal;
    margin: 20px auto 30px auto;
}
#how #steps-img .steps-blck p {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    font-style: normal;
}
#aboutus {
    display: block;
    background: rgba(238,238,238,1);
    width: 100%;
    max-width: 100%;
    padding: 60px 0;
}
#aboutus h2 {
	text-align:center;
	font-weight: 700;
    font-style: normal;
    font-size: 48px;
    color: #5296c1;
}
#aboutus h3 {
	text-align:center;
    font-weight: 500;
    font-size: 28px;
    color: #5296c1;
    font-style: normal;
	margin: 30px auto;
}
#aboutus .col.col-xs-12.col-sm-7 {
    padding-top: 10px;
}
#aboutus p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 35px;
}
#aboutus img {
    width: 65%;
	margin: 0 auto;
    display: block;
}
#aboutus p.drname {
	text-align: center;
	color: #5296c1;
}
#sec-reviews-title {
	max-width: 100%;
	width: 100%;
	background: #fff;
	margin: 30px auto;
    padding: 20px 0 0;
	text-align: center;
}
#sec-reviews-title .row h2 {
	text-align:center;
	font-weight: 700;
    font-style: normal;
    font-size: 48px;
    color: #5296c1;
}
#sec-reviews .reviews h3 {
	text-align: center;
	padding: 20px 0;
	font-size: 28px;
}
#steps-reviews .col.col-xs-12.col-sm-12 {
    padding: 0;
}
#steps-reviews li .col .col.col-xs-12.col-sm-3 {
    padding: 0;
}
#steps-reviews li .col .col.col-xs-12.col-sm-9 {
    padding: 0 40px;
}
#steps-reviews li.review-even {
    background: rgb(232 249 255);
    display: inline-block;
    padding: 50px 15px;
}
#steps-reviews li.review-odd {
    background: rgb(248 248 248);
    display: inline-block;
    padding: 50px 15px;
}
#steps-reviews li {
	list-style: none;
	margin-bottom: 40px;
}
#steps-reviews li .col .col.col-xs-12.col-sm-3 img {
    width: 100%;
}
#steps-reviews li img {
	float: left;
	margin-right: 15px;
}
#sec-reviews #steps-reviews li h3 {
	width: 80%;
    text-align: left;
    font-size: 22px;
    clear: both;
    padding: 15px 0;
    color: #5296c1;
    font-weight: 600;
}
#steps-reviews li .col .col.col-xs-12.col-sm-9 p {
    text-align: justify;
}
#sec-reviews #steps-reviews li p#cust-name {
    color: #5296c1;
}
#prdcts .row h2 {
	text-align: center;
	font-size: 32px;
	color: #f29003;
}
/*#prdcts .row h3 {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	padding: 15px 0;
}*/
#prdcts .row h3 {
	text-align: center;
    font-size: 22px;
    color: #5296c1;
    font-weight: 600;
	margin-top: 10px;
}
.bs-title {
    margin-bottom: 20px;
}
#box-set-pricing .bs-inner {
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
}
#productslist h2 {
    text-align: center;
    color: #444;
    margin: 0px auto 30px auto;
    font-size: 24px;
}
#productslist .col img {
	width: 60%;
	display: block;
	margin: 10px auto 30px;
}
/*#productslist .col#box-2 img {
	width: 40%;
}
#productslist .col#box-3 img {
	width: 40%;
}*/
#box-1 h3,
#box-2 h3,
#box-3 h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
}
#productslist .col .product-details {
	border: 2px solid #a7c1d2;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;	
	width: 90%;
	margin: 0 auto;
}
#productslist .col .product-details h3#gooddeal {
	background: #e3e3e3;
	color: #075192;
	font-size: 20px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
	padding: 10px;
	margin-bottom: 30px;
}
#productslist .col .product-details h3#mostpopular {
    background: #004c94;
    color: #fff;
    font-size: 20px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
	padding: 10px;
	margin-bottom: 30px;
}
#productslist .col .product-details h3#bestvalue {
    background: #008c44;
    color: #fff;
    font-size: 20px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
	padding: 10px;
	margin-bottom: 30px;
}
#productslist .col .product-details p {
    padding: 5px 20px;
    margin: 0;
    text-align: left;
}
#productslist .product-details .buybox {
	width: 80%;
	margin: 40px auto;
	border: 2px solid #a7c1d2;
	border-radius: 15px;
	padding: 20px;
	text-align: center;
}
#productslist .product-details .buybox h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    background: #fff;
	color: #f37521;
    border: none;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#productslist .product-details .buybox p {
	padding: 0;
	text-align: center;
	margin: 5px auto 25px auto;
}
#productslist .product-details .buybox p.mbck {
    margin: 10px 0 0 0;
    font-size: 14px;
}
#productslist .buybox .btn-buy {
	background: #f37521;
	color: #fff;
	text-transform: uppercase;
	border-radius: 10px;
	padding: 10px 30px;
	font-size: 14px;
	font-weight: 400;
	margin: auto auto 5px auto;
	display: block;
	width: auto;
	width: -moz-max-content;
}
#productslist .buybox .btn-buy:hover {
	background: #d35806;
}
.bs-odr-price {
    font-size: 22px;
    padding: 0;
    font-weight: 600;
    display: block;
}
.bs-odr-price del {
	color: #f00;
	font-size: 18px;
}
#free-shipping {
    display: inline-block;
    width: 12%;
    top: 5px;
    position: relative;
}
#free-shipping img {
    width: 100%;
}
.order-btn .btn-buy {
	padding: 10px 20px;
	background: #fcde33;
	display: block;
	width: max-content;
	margin: 10px auto 20px auto;
	text-transform: uppercase;
	text-decoration: none;
	color: #444444;
	letter-spacing: 1px;
	font-size: 20px;
	border-radius: 5px;
	border-bottom: 2px solid #444;
	font-weight: 600;
}
.order-btn .btn-buy:hover {
	color: #fff;
}
#pay-icons {
	text-align: center;
	margin: 10px auto;
}
section#foot {
    background: #34495e;
    width: 100%;
    max-width: 100%;
    padding: 50px 0;
}
#foot .container {
    overflow: hidden;
    text-align: center;
}
#foot .shg-rich-text p {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 0;
}
#foot #bbb {
	margin: 20px auto;
}
#foo-links ul {
	padding: 0;
}
#foo-links li {
    list-style: none;
}
#foo-links li a {
    color: #fff;
    font-size: 14px;
}
.bs-main.desktop {
	display: block;
}
.btns-mobile {
	display: none;
}