#maincontent {
	max-width: 100% !important;
	padding: 0 !important;
}
.hero-row {
	min-height: 300px;
	background: url('images/backtruevalue.webp') center center no-repeat scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position-y: 0;
	background-position-x: 0;
}
.search-imgs {
    margin-top: 25px;
}

.search-imgs img {
    width: 120px;
    vertical-align: middle;
    margin: 10px 20px 10px 0;
}

#thank-you .hero-row {
  background: url('images/hero-thank-you.jpg') center center no-repeat scroll;
  background-size: cover;
}
#privacy .hero-row,
#terms .hero-row {
  background: url('images/hero-terms.jpg') center center no-repeat scroll;
}
.hero-row h2 + p {
  margin: 2rem auto;
  max-width: 680px;
}

.container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-form-label {
  font-weight: bold;
}

.get-started {
  line-height: 2em;
  font-size:1.05rem;
}

.get-started-standard {
  font-size: 1.1rem;
  line-height: 2em;
  padding-left: .35rem;
}

.bg-green {
  background: #4353a4;
}
.bg-black {
  background: #000000;
}

.bg-gray {
  background: #f5f5f5;
}

.text-black {
  color: #000000;
}
.text-black-333 {
  color: #333333;
}
.text-gray {
  color: #cccccc;
}
.text-green {
  color: #4353a4 !important;
}
.text-white {
    color: #fff !important;
}
.text-center {
    text-align: center !important;
}
.button-green, .btn-primary, .btn-primary:hover {
  background: #c89600;
  /* border: 0; */
  color: #000 !important;
}

.font-weight-bold-6 {
  font-weight: 600 !important;
}
.font-weight-bold-9 {
  font-weight: 900 !important;
}
.font-weight-bold {
	font-weight: 700 !important;
}
.p-4 {
	padding: 1.5rem !important;
}

h1 {
  font-size: 3.5rem;
}
h2 {
  font-size: 2.25em;
  letter-spacing: -1px;
}
.h3, h3 {
	font-size: 1.75rem;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}
.form-group {
	margin-bottom: 1rem;
}
.hero-row .d-lg-block h2,
.hero-row .d-lg-none h3,
.hero-row .text-green-light {
  font-size: 1.5rem;
  font-weight: 600;
  color: #eeb200;
}

.hero-row span {
  color: #f1442d;
}

.hero-row .d-lg-none h3 {
  color: #eeb200;
  font-size: 1.75rem;
}
.hero-row .d-lg-none h2 {
  font-size: 3rem;
}

.row-subtitle {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
#compare-plan-features .row-subtitle {
  margin-bottom: 4rem !important;
}
#we-help-grow h3, #benefits h3,
#ads-follow-visitors h3, #ads-bing-yahoo h3 {
  font-size: 1.5rem;
}

.main .works-list p, .main li {
	font-size: 1rem;
}
.main .works-list p span {
    margin-right: 8px;
}

.main .works-list ol {
  list-style: none;
  counter-reset: li;
}

.main .works-list li {
  counter-increment: li;
  margin-bottom: 5px;
}

.main .works-list ol li:before {
  content: "." counter(li);
  color: #4353a4 !important;
  font-weight: 700!important;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}
.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}
.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
	left:0;
}
button, input {
	overflow: visible;
}
.hero-row a[href^="tel:"], .hero-row a[href^="tel:"]:visited {
    color: #eeb200 !important;
}
.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background-color: #c89600;
  border: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #f2b500 !important;
  opacity: 1 !important;
}

#ready-to-start .btn {
    padding: 1rem 2rem;
    font-size: 1.5rem;
    font-weight: 900 !important;
}

.hover-fade {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, transform;
  transition-property: opacity, transform;
}
.hover-fade:hover, .hover-fade:focus, .hover-fade:active {
  /* opacity: 0.7; */
  /* -webkit-transform: translateY(-2px); */
  /* transform: translateY(-2px); */
}

.text-small {
  font-size: 0.75rem;
}



#get-started .btn {
	height: auto;
}
.main label {
	display: inline-block;
	font-size: 0.9rem;
	margin-bottom: .2rem;
}

/**** Testimonial Slider ****/
.carousel {
  min-height: 200px;    /* ADJUST BASED ON TALLEST/LONGEST TESTIMONIAL  */
}
@media (max-width: 991.98px) {
  .carousel {
    min-height: 230px;  /* ADJUST BASED ON TALLEST/LONGEST TESTIMONIAL  */
  }
}
@media (max-width: 767.98px) {
  .carousel {
    min-height: 240px;  /* ADJUST BASED ON TALLEST/LONGEST TESTIMONIAL  */
  }
}
.carousel-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
	width: 100%;
	/* overflow: hidden; */
	padding-left: 35px;
	padding-right: 35px;
}
.carousel-control-next, .carousel-control-prev {
  border: none;
}
.carousel-item span {
  font-size: 1.25rem;
}
.carousel-item h3 {
  margin-bottom: 1.5rem;
}
.owl-bottom-absolute-narrow.owl-theme .owl-controls {
	position: static;
	bottom: 15px;
}
.owl-nav {
	position: absolute;
	top: 20%;
	width: 100%;
}
.owl-dots {
	position: absolute;
	width: 100%;
	margin-top: 5px;
}
.owl-theme .owl-dots .owl-dot span {
	border-radius: 0;
	width: 15px;
	height: 5px;
}
.owl-prev {
	float: left;
	margin-left: -30px !important;
}
.owl-next {
	float: right;
	margin-right: -30px !important;
}
/**** Credentials Row ****/
#credentials .cred-images img {
  width: 120px;
  vertical-align: middle;
  margin: 10px 20px;
}
#ready-to-start .btn,
#get-started .btn
{
	background: #FFDC6A;
}
#ready-to-start .btn:hover,
#get-started .btn:hover
{
	background: #EFB300;
}
@media (min-width: 1200px) {
  #get-started .btn {
    padding: 1rem 1rem;
    font-size: 1.5rem;
    font-weight: 900 !important;
	
  }
}


/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .text-xs-center {
    text-align: center !important;
  }
  .search-imgs img {
    width: 110px;
    vertical-align: middle;
    margin: 0 20px 30px 0;
  }
  .price-box h3 {
    font-size: 3rem;
  }
  .price-box .cost {
    font-size: 3rem;
  }
  span.price-subtext {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .price-box .ad-spend {
    font-size: 1rem;
  }
  .price-box .btn-lg {
    font-size: 1.5rem;
    padding: 1.25rem 2rem;
    margin-top: 0.8rem;
  }
  .row-subtitle {
    font-size: 1rem;
  }
  .media img {
    width: 100px;
    height: 100%;
    margin-right: 0 !important;
  }
  #benefits {
    background-color: initial;
  }
  #benefits h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: -0.75rem;
  }
  #we-help-grow h3 {
    font-size: 1.25rem;
    margin-top: 0.5rem !important;
  }
  #faq {
    background-color: #ffffff !important;
  }
  .no-collapse-lg {
    padding: .375rem .75rem;
    border: 2px solid #ccc;
    border-top: none;
  }
  #get-started .btn {
    padding: 1rem 2rem;
    font-weight: 900 !important;
  }
  .carousel-inner {
    max-width: 550px;
  }

}