.landing-hero.st-hero {
  background: black;
}

.ppc-banner {
  position: relative;
  background: black;
  color: #fff;
  text-align: center;
  padding: 20px;
}

#benefits .benefit {
  display: flex;
}

#benefits .benefit-body {
  padding: 0 20px;
}

.single-landing_pages .bene-content,
.single-local .bene-content p {
  padding: 0px;
}

#benefits .benefit .icon {
  color: #0052a4;
  font-size: 75px;
}

@media (max-width: 992px) {
  .single-landing_pages .landing-marquees .card,
  .single-landing_pages .number-cards .col-lg-4.card {
    width: 100%;
  }
  #benefits .benefit .icon {
    min-width: 100px;
    display: flex;
    justify-content: center;
  }
  #benefits .benefit {
    margin-bottom: 15px;
  }
}

.landing-hero-content h1,
.landing-hero-content h2.monthly,
.landing-hero-content h3.monthly {
  color: #fff;
  text-shadow: 0 0 10px #000;
}
.landing-hero-content h1 {
  font-size: 60px;
}
.single-landing_pages .schedule-box {
  background: white;
  border-radius: 8px;
}
.landing-marquees .se-widget-button {
  margin: 0 auto;
  max-width: 330px;
}
#why .se-widget-button {
  margin: 15px auto;
}
.single-landing_pages .gform_wrapper .gfield_label {
  color: white;
  margin-top: 0.5rem;
}
.single-landing_pages .gform_wrapper .gform_required_legend {
  display: none;
}
.single-landing_pages .gform_wrapper form {
  max-width: 400px;
  margin: 0 auto;
}

.landing-marquees .card {
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
  margin: 15px;
  width: calc(33.3333333333% - 30px);
}
.landing-marquees .card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.landing-marquees .card p,
.landing-marquees .card h3 {
  padding: 0 15px;
}

.landing-marquees .card {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
  border-radius: 8px;
}
.landing-marquees .card h3 {
  margin: 0;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  color: white;
  background: #d2232a;
  margin-bottom: 15px;
}

#content .landing-marquees .card p {
  text-align: left;
  margin-bottom: 15px;
}

.single-landing_pages #benefits {
  padding: 30px 0;
}

.single-landing_pages #why,
.single-landing_pages #before-after {
  background: #f5f5f5;
  padding: 30px 0;
}

.single-landing_pages #why p,
.single-landing_pages #benefits p,
.single-landing_pages #before-after p {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.landing-hero {
  position: relative;
  height: 800px;
  overflow: hidden;
}

.special.landing-hero.ppc-hero {
  max-height: 700px;
}
.landing-hero > .row {
  min-height: 60vh;
}

.ppc-ad .offer-form {
  position: absolute;
  max-width: 500px;
  right: 20px;
  background: #000000dd;
  padding: 20px;
  color: #fff;
  text-align: center;
    top: 22px;
    border-radius: 12px;
    padding-bottom: 0;
}
@media (max-width: 768px) {
  .landing-hero > .row {
    align-items: stretch;
  }
}

.single-landing_pages .se-widget-button {
  margin: 0;
}

.landing-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5%;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  text-align: left;
}

.landing-hero-content.absolute {
  position: absolute;
  right: 0;
  top: calc(50% + 45px);
  transform: translateY(-50%);
  background: black;
  border-radius: 15px;
  overflow: hidden;
  padding: 30px;
  width: 500px;
  right: 3%;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
}
.landing-hero-content button.btn {
  margin: 1rem 0 0 0;
  display: inline-block;
}
#special-page .landing-hero h1.absolute {
  font-size: 50px;
  margin: 0;
  text-align: center;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  padding: 10px;
  padding-bottom: 20px;
}

#special-page .landing-hero-content.absolute h3 {
  font-size: 30px;
  margin: 0;
  text-align: center;
  color: white;
}

.landing-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing-hero-content.absolute {
  height: 660px;
  overflow: scroll;
}

.single-landing_pages .front-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0052a4;
}

.single-landing_pages .site-header .btn {
  padding: 8px 20px;
  margin-right: 0 !important;
  margin-left: 12px;
}

.padding-box {
  padding: 1em;
}

.single-landing_pages .gform_footer .btn.btn-primary {
  font-size: 18px;
  padding: 8px 20px;
}

.landing-hero-content h2.gform_submission_error {
  display: none;
}

.landing-hero-content .gform_validation_error,
.landing-hero-content .gform_wrapper .gfield_error {
  color: #d2232a;
}

@media (min-width: 1200px) {
  .lp-ad-copy {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
  }

  .lp-review-content.row {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 50px;
  }
}
@media (max-width: 1200px) {
  .lp-review-container {
    background: #ffffffdd;
    width: 90%;
    margin: auto;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 8px;
  }
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -20px;
  }
}
@media (max-width: 768px) {
  .fixed-mobile-bottom {
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    bottom: 0;
    padding: 20px;
    border-top: 1px solid;
    z-index: 1000;
  }

  .page-overlay {
    display: none;
  }
}

.single-landing_pages #benefits h2 {
  margin-top: 0;
}

section#lp-testimonials {
  padding: 0;
  background-size: cover;
  background-position: top;
  padding-bottom: 3rem;
  box-shadow: inset 0 1px 30px rgb(0 0 0 / 30%);
}

.lp-review-container {
  position: relative;
}

.lp-review-container .name p {
  color: #0052a4;
  font-family: "Oswald";
  font-size: 28px !important;
  font-weight: bold;
}

.lp-review-container .rating i {
  color: #d2232a;
}

#baslidersIndicators .slider-image {
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}
#baslidersIndicators .slider-image:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11%;
    background: rgb(255,255,255,.5);
    
}
#baslidersIndicators .carousel-indicators{
    bottom: -33px;
}
#baslidersIndicators strong{
    color: black;
    z-index: 100;
    position: relative;
}

#baslidersIndicators .carousel-indicators li {
  width: 20px !important;
  height: 20px !important;
  border-radius: 100%;
}
div#baslidersIndicators {
  margin-top: 25px;
  padding: 25px;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
  border-radius: 20px;
  background: white;
}
#baslidersIndicators .carousel-item {
  font-size: 26px;
}

#baslidersIndicators .carousel-indicators li {
  background-color: #d2232a;
  opacity: 1;
}
#baslidersIndicators .carousel-indicators li.active {
  background-color: #000;
}
#lp-testimonials {
  position: relative;
}
#lp-testimonials .name p {
  margin-bottom: 0;
}
.footer-drops {
  display: none;
}

/* Landing Header */
#masthead {
  background: #0052a4ee;
  height: 80px;
}
#content {
  padding-top: 80px;
}
#masthead .nav-top {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
#masthead .site-name {
  margin: 0;
}
.landing-hero .hero-img-container {
  position: relative;
}
.site-header .logo img {
  width: auto;
  height: calc(100px - 2rem);
  padding-left: 0;
  transform: unset;
  position: absolute;
  top: 5px;
}
.site-branding .header-right {
  padding: 0;
  display: flex;
  flex-direction: row;
}

@media (max-width: 1200px) {
  #masthead {
    top: 0;
    bottom: unset;
  }
  .admin-bar #masthead {
    top: 32px;
  }
  #masthead .logo {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
  .site-branding .header-right {
    position: relative;
  }
  #masthead.sticky .logo {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .landing-hero-content {
    padding: 2rem;
    text-align: center;
  }
  .landing-hero {
    height: unset;
  }
  .landing-hero img {
    min-height: 270px;
    height: auto;
    width: 100%;
  }
  .single-landing_pages .se-widget-button {
    margin: 0 auto;
  }
  .landing-hero-content h1 {
    font-size: 44px;
  }
    .ppc-ad .offer-form{
        position: relative;
        max-width: unset;
        width: 100%;
        right: unset;
        top: unset;
    }
    .ppc-ad .bg-img{
        position: relative;

    }
    .special.landing-hero.ppc-hero{
        max-height: unset;
    }
}
@media (max-width: 768px) {
  .admin-bar #masthead {
    top: 46px;
  }
  .landing-hero-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: unset;
  }
}
@media (max-width: 576px) {
  .single-landing_pages .site-header .btn .phone-txt {
    display: none;
  }
}

img.secondary-logo {
  width: 140px;
  height: auto;
  bottom: 3rem;
  right: 4rem;
  aspect-ratio: auto;
  min-height: auto;
}

@media (max-width: 630px) {
  img.secondary-logo {
    width: 100px;
    bottom: 0.5rem;
    right: 2rem;
    aspect-ratio: auto;
    min-height: auto;
    object-fit: contain;
  }
}

.landing_pages_template-default .carousel-indicators{
    bottom: -34px;
}
