@font-face {
font-family: "TBRegular";
  src: url("../font/2b75c8e61f3e0a99d45d4a30a0bdc888.eot");
  src: url("../font/2b75c8e61f3e0a99d45d4a30a0bdc888.eot?#iefix") format("embedded-opentype"),
  url("../font/2b75c8e61f3e0a99d45d4a30a0bdc888.woff2") format("woff2"),
  url("../font/2b75c8e61f3e0a99d45d4a30a0bdc888.woff") format("woff"),
  url("../font/2b75c8e61f3e0a99d45d4a30a0bdc888.ttf") format("truetype"),
  url("../font/2b75c8e61f3e0a99d45d4a30a0bdc888.svg#Neuzeit Office SR W04 Regular") format("svg");
 }
@font-face {
font-family: "TBBold";
  src: url("../font/e2e4349461a29b7350c37460ed07c8d9.eot");
  src: url("../font/e2e4349461a29b7350c37460ed07c8d9.eot?#iefix") format("embedded-opentype"),
  url("../font/e2e4349461a29b7350c37460ed07c8d9.woff2") format("woff2"),
  url("../font/e2e4349461a29b7350c37460ed07c8d9.woff") format("woff"),
  url("../font/e2e4349461a29b7350c37460ed07c8d9.ttf") format("truetype"),
  url("../font/e2e4349461a29b7350c37460ed07c8d9.svg#Neuzeit Office SR W04 Bold") format("svg");
 }
BODY
{
/* add Roboto back in later */
font-family:"TBRegular";
font-size:16px;
}
H1,H2,H3,H4,H5,H6
{
font-size:16px;
margin:0;
line-height:normal;
}
a, a:hover {
	text-decoration: none;
	cursor: pointer;
}
H1,H2
{
font-family:"TBBold";
color:#5296c1;
}
H3
{
font-family:"TBRegular";
color:#5296c1;
}
H4
{
color:#444;
}
H1
{
font-size:28px;
}
H2
{
font-size:22px;
}
H3
{
font-size:24px;
}
LI
{
margin-bottom:5px;
}
.box
{
border-radius:3px;
}
section {
	margin: 20px auto 25px auto;
}
.container {
	width:1200px;
}
.container-fluid {
	padding-right:0px;
	padding-left:0px;
	margin-right:auto;
	margin-left:auto;
}
.row h2:after, #faq h2:after {
	content: "...";
	display: block;
	margin: auto;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	color: #e1e1e1;
	padding: 0;
	line-height: 0;
	font-size: 32px;
}
#intro-banner-desktop .row h2:after, #brief .row h2:after {
	display: none;
}
.list-collapsible DETAILS[open] SUMMARY ~ *
{
animation:sweep .5s ease-in-out;
}
details > summary::-webkit-details-marker {
  display: none;
}
@keyframes sweep
{
0%    {opacity:0; margin-left:-10px}
100%  {opacity:1; margin-left:0px}
}
.list-collapsible DETAILS
{
background-color:#fff;
border-radius:4px;
padding:4px;
font-size:14px;
margin-bottom:0;
}
/*.list-collapsible SUMMARY
{
outline:none !important;
font-size:16px;
cursor:pointer;
}*/
.list-collapsible SUMMARY {
    outline: none !important;
    font-size: 16px;
    cursor: pointer;
    background: #eee;
    padding: 8px;
}
section#header {
    margin: 0;
}
#header img {
	width: max-content;
	display: block;
	margin: 10px auto 20px auto;
}
section#intro-banner-desktop {
	margin-top: 5px;
}
#intro-bg {
    text-align: center;
}
#intro-bg .leftcol img {
    width: 50%;
	margin-bottom: 20px;
}
#intro-banner-desktop {
	background-image: url(../img/SemalessBlueBg_Pattern.jpg);
	background-repeat: repeat;
	padding: 10px 0 20px 0;
}
#intro-bg .box img {
	width: 100%;
	display: block;
}
#intro-bg .leftcol {
    position: relative;
    top: 105px;
    text-align: left;
    padding-left: 5%;
}
#intro-bg .leftcol h2 {
    font-weight: 100;
    font-size: 36px;
    color: #fff;
    font-family: "TBRegular";
    margin-bottom: 10px;
}
#intro-bg .leftcol h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 100;
}
#get-btn {
    border: 2px solid #f37521;
    color: #fff;
    font-size: 28px;
    background: #f37521;
    font-weight: 600;
    padding: 5px 15px;
    text-transform: capitalize;
    position: relative;
    top: 30px;
    width: 70%;
    display: block;
	letter-spacing: 0.5px;
    text-align: center;
}
#brief {
	padding: 0 15px;
	margin: 50px auto 30px auto;
}
#brief .leftcol .leftcol, #brief .rightcol .leftcol {
    width: 40%;
}
#brief .leftcol .rightcol, #brief .rightcol .rightcol {
    width: 60%;
}
#brief h3 {
    font-size: 20px;
}
#brief img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
#brief .leftcol .rightcol ul {
    padding: 0;
	font-size: 14px;
}
#brief .leftcol .rightcol li {
	list-style: disc;
}
#brief .rightcol p {
	font-size: 14px;
}
#howitworks {
	background: #fff;
	padding: 10px 0 0;
	margin: 0;
}
#howitworks .container {
	background: #fff;
	padding: 20px 15px;
	font-size: 14px;
}

#howitworks h2 {
    text-align: center;
    font-size: 28px;
    color: #5296c1;
    padding: 20px 0;
    margin-bottom: 15px;
    line-height: 45px;
}
#howitworks #steps-img {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    min-height: inherit;
    max-height: inherit;
    justify-content: space-between;
}
#howitworks #steps-img .steps-blck {
    background: rgb(238 238 238);
    padding: 20px;
    display: block;
    width: 30%;
    margin: 0 15px 0 auto;
    position: relative;
}
#howitworks #steps-img .steps-blck img {
    width: 30%;
    margin: 30px auto;
    display: block;
}
#howitworks .steps-blck h3 {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    color: #5296c1;
    font-style: normal;
    margin: 20px auto 30px auto;
}
#howitworks #steps-img .steps-blck p {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    font-style: normal;
}

#howitworks #get-btn,
#custreview #get-btn,
#brushtech #get-btn {
	width: max-content;
	margin: 10px auto 10px auto;
	position: unset;
}

section#custreview {
    margin-bottom: 0;
}
#custreview .container {
	padding: 20px 15px;
}
#custreview .leftcol, #custreview .rightcol {
    padding: 2% 8%;
}
#custreview h2 {
    text-align: center;
    color: #444;
    font-size: 24px;
}
#custreview img {
	display: block;
    margin: 10px auto 0px;
    width: 20%;
}
#custreview p.cust-review-title {
    font-size: 20px;
    font-weight: 600;
	text-align: center;
	color: #999696;
	margin: 10px auto;
}
#custreview p {
	color: #999696;
	text-align: center;
	font-size: 16px;
}
section#productslist {
    margin-top: 0;
}
div#box-set-pricing {
    line-height: 0;
}
#inner-tech-box #inner-box p {
    text-align: left;
	padding: 0 5px;
}
.bs-main.btns-desktop {
	display: block;
}
.btns-mobile {
	display: none;
}
#productslist h2 {
    text-align: center;
    color: #444;
    margin: 0px auto 30px auto;
    font-size: 24px;
}
#productslist .col img {
	width: 35%;
	display: block;
	margin: 5px auto 20px;
}
/*#productslist .col#box-2 img {
	width: 35%;
}
#productslist .col#box-3 img {
	width: 35%;
}*/
#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: #004c94;
	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-bottom: 5px;
    margin-top: 5px;
}
#productslist #box-2 .buybox, #productslist #box-3 .buybox {
    margin: 78px auto 40px auto;
}
#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;
	margin: 5px auto 25px auto;
}
#productslist .buybox .btn-buy {
	background: #f37521;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	font-size: 14px;
	font-weight: 400;
	margin: auto auto 5px auto;
	display: block;
	width: max-content;
	width: -moz-max-content;
}
#brushtech h2 {
    text-align: center;
    color: #444;
    margin: 30px auto 40px auto;
    font-size: 24px;
}
#brushtech .container h3 {
    font-size: 18px;
    margin: 20px auto 10px auto;
}
#brushtech #tech-box-1 img {
    width: 100%;
}
#inner-tech-box, #inner-box {
    padding: 0 5px;
}
#inner-tech-box img, #inner-tech-box {
	display: block;
	margin: 10px auto;
	text-align: center;
}
#inner-tech-box #inner-box ul {
    text-align: left;
    padding-left: 20px;
}
section#container-badges {
    background: #eff1f3;
	padding: 20px;
	margin: 0 auto;
}
section#container-badges #inner-bagde-box ul {
    padding: 0;
    position: relative;
    list-style: none;
	text-align: center;
}
section#container-badges #inner-bagde-box ul li {
    display: inline-block;
    padding: 5px 10px;
}
#faq H2 {
    text-align: center;
    color: #fff;
    margin: 20px auto 20px auto;
    font-size: 28px;
    background: #4499cd;
    padding: 15px;
}
#faq H2:after {
	display:none;
}
#faq details summary strong {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}
section#foot {
    background: #344a5d;
    padding: 50px 0;
	margin: 0 auto;
}
#foot p, #foot p a {
    color: #999696;
    text-align: center;
}
#copyright, #copyright a {
	color: #999696;
	font-size: 12px;
	text-align: center;
	margin: 5px;
}
