body {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.6;
  color: #253246;
  font-size: 18px;
}

main {
  margin-top: 60px;
}

a {
  color: #1062fe;
}

/* set a max-width for horizontal fluid layout and make it centered */
.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

/* Buttons */
.btn {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  min-height: 45px;
  line-height: 1;
  letter-spacing: .01em;
  font-weight: 400;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 35px;
  border-radius: 50px;
  outline: 0;
  border: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .22s ease;
  -o-transition: all .22s ease;
  transition: all .22s ease;
}
.btn:active, .btn:focus, .btn:hover {
  text-decoration: none !important;
  outline: 0 !important;
  box-shadow: none;
}
.btn.btn--primary {
  background: #1062fe;
  color: #fff;
}
.btn.btn--primary:hover {
  background: #0a40a5;
  color: #fff;
}
.btn--secondary {
  background: #253246;
  color: #fff;
}
.btn--secondary:hover {
  background: #202020;
  color: #fff;
}

.template-btn .btn {
  border-radius: 5px;
  padding: 12px 20px;
  width: 48%;
  transition: all 0.2s;
  justify-content: center;
}
.btn--select-template {
  font-weight: 700;
}
.btn--view-demo {
  font-weight: 600;
  color: #253246;
  background: #f1f6ff;
  opacity: 0.8;
}
.btn--view-demo:hover {
  color: #253246;
  opacity: 1;
}
.btn--view-demo:after {
  content: '\f178';
  font-family: 'Font Awesome 5 Pro';
  color: #253246;
  padding-left: 5px;
  margin-top: 3px;
  transition: all 0.2s;
}
.btn--view-demo:hover:after {
  transform: translateX(5px);
}
.btn-bar {
  display: flex;
  align-items: center;
}


/* COMPONENTS */
.section--header, .section-header {
  text-align: center;
  margin: 0 auto 30px;
  max-width: 800px;
}
.p {
  color: #253246;
  font-weight: 400;
  letter-spacing: 0;
}
.p--secondary {
  color: #788291;
}
.highlight {
  color: #1062fe;
}
.title {
  color: #253246;
  letter-spacing: .01em;
  font-weight: 700;
}
.title--h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}
.title--h3 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
}
.title--h1 .title--secondary-h1 {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.border-top {
  border-top: 1px solid #f1f6ff !important;
}
.owl-carousel .owl-item img {
  border-radius: 20px;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot > span {
  background: #253246;
  display: flex;
  margin: 5px 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.owl-dots .owl-dot.active > span {
  background: #1062fe;
  opacity: 1;
}
.owl-dots .owl-dot {
  outline: 0;
  box-shadow: none;
}


/* SECTIONS */
.section--header .p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.section.main-top-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0 125px;
  min-height: 40vh;
}
.section.main-top-section:before {
  content: "";
  display: block;
  height: 102%;
  min-height: 1000px;
  width: 200%;
  position: absolute;
  top: auto;
  left: -50%;
  bottom: 5px;
  -webkit-box-shadow: inset 0 -20px 40px -5px rgba(86,153,196,.1);
  box-shadow: inset 0 -20px 40px -5px rgba(86,153,196,.1);
  border-radius: 0 0 50% 50%;
  pointer-events: none;
  z-index: -1;
}

.pill > span {
  background: #fff;
  color: #1062fe;
  padding: 5px 10px;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 5px;
  font-weight: 800;
  box-shadow: 0px 1px 5px #d4d7de;
  text-align: center;
}
.pill > span:last-child {
  margin-right: 0;
}


/* Businesses */
.index .section.main-top-section:before {
  background: #f1f6ff;
  background: url(/v2/img/index/header-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.electricians .section.main-top-section:before {
  background: #f1f6ff;
  background: url(/v2/img/electricians/header-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.security-installers .section.main-top-section:before {
  background: #f1f6ff;
  background: url(/v2/img/security-installers/header-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}


.section.main-top-section .p {
  max-width: 500px;
}
.section.main-top-section .btn {
  min-height: 50px;
  font-size: 18px;
  font-weight: 700;
}
.section.templates-items--section {
  padding: 80px 0 70px;
  text-align: center;
}

.section.how-it-works img {
  max-width: 100px;
  margin-bottom: 10px;
}

.section.template-editing {
  background: #f1f6ff;
  padding-bottom: 0;
}
.section.template-editing h3 {
  display: inline-flex;
  align-items: center;
}
.section.template-editing i {
  font-size: 1.5em;
  margin-right: 10px;
  font-weight: 300;
  color: #1062fe;
  min-width: 35px;
}

.section.template-features img {
  max-width: 125px;
  margin-bottom: 10px;
}

.section.templates img {
  width: 100%;
  border-radius: 10px;
}

.section .feature .feature-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section .feature .feature-link:after {
  content: '\f178';
  font-family: 'Font Awesome 5 Pro';
  padding-left: 5px;
  margin-top: 3px;
  transition: all 0.2s;
}
.section .feature .feature-link:hover {
  text-decoration: none;
  color: #1062fe;
}
.section .feature .feature-link:hover:after {
  transform: translateX(5px);
}

.section.pricing {
  background-color: #f1f6ff;
}
.section.pricing .card {
  flex: 0 0 250px;
}
.section.pricing .card {
  background: #fff;
  border-radius: 7px;
  padding: 0;
  border: 0;
  box-shadow: 1px 0px 15px rgba(37, 50, 70, 0.25);
}
.section.pricing .card > .header {
  background: #253246;
  border-radius:  7px 7px 0 0;
  height: auto;
}
.section.pricing .card > .header p {
  color: #f1f6ff;
}
.section.pricing .card > .header > .term {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  padding: 20px 0 0;
  margin-bottom: 0;
}
.section.pricing .card > .header > .price {
  color: #fff;
  font-size: 3em;
  font-weight: 800;
  padding-bottom: 0;
}
.section.pricing .card > .header .price > sup {
  font-size: 1.9rem;
  padding-left: 5px;
}
.section.pricing .card > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
}
.section.pricing .card > ul > li {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #f1f6ff;
  text-align: left;
}
.section.pricing .card > ul > li:last-child {
  border-bottom: 0;
}
.section.pricing .card .btn {
  border: 0;
  border-radius: 5px;
  justify-content: center;
  font-weight: 700;
  align-items: center;
  display: flex;
  font-size: 20px;
}
.section.pricing i {
  color: #80dc81;
  font-weight: 800;
  margin-right: 5px;
}
.section.pricing .secure-checkout i {
  color: #ffbf00;
}
.section.pricing .sale-card {
  background: #fff;
  padding: 12px 10px;
  border-radius: 5px;
  box-shadow: 1px 0px 10px rgba(37, 50, 70, 0.1);
  max-width: 550px;
  display: flex;
  align-items: center;
  border: 1px dashed rgb(37, 50, 70, 0.5);
}
.section.pricing .sale-card img {
  max-width: 75px;
  margin-right: 5px;
}
.section.pricing .sale-card span {
  background: #1062fe;
  font-weight: 800;
  color: #fff;
  padding: 0 5px;
  border-radius: 3px;
  margin: 0 2px;
  letter-spacing: 0.25px;
}

.section.business-types .business img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 1px 3px 5px #d9e1ef;
}
.section.business-types .business.feature .feature-link {
  color: #ffffff;
  background: #1062fe;
  font-weight: bold;
  width: 100%;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #ffffff;
  box-shadow: 0px 1px 5px #d5e0f3;
  transition: all 0.2s;
}



/* Acordeon styles */
.section.faq {
  border-top: 1px solid #f1f6ff;
}
.section.faq .tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.section.faq input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.section.faq label {
  position: relative;
  display: block;
  padding: 15px;
  background: #f1f6ff;
  font-weight: bold;
  cursor: pointer;
  text-align: left;
  color: #253246;
  border-radius: 5px;
  border: 1px solid #e4ebf9;
}
.section.faq .tab-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  margin-bottom: 0;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.section.faq .tab-content p {
  margin: 10px 1em 1em;
  text-align: left;
  font-weight: 300;
}

/* :checked */
.section.faq input:checked ~ .tab-content {
  max-height: 10em;
}
/* Icon */
.section.faq label::after {
  position: absolute;
  top: 3px;
  right: 15px;
  display: block;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.section.faq input[type=checkbox] + label::after {
  content: "+";
  font-size: 30px;
}
.section.faq input[type=radio] + label::after {
  content: "\25BC";
}
.section.faq input[type=checkbox]:checked + label::after {
  transform: rotate(45deg);
}
.section.faq input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

.section.top-page-section {
  padding: 60px 0;
  background: #f1f6ff;
}




footer {
  padding: 30px 0;
  background: #10161f;
}
footer img {
  max-width: 35px;
}
footer .p {
  font-weight: 300;
}
footer .copyright {
  color: #788291;
  font-size: 16px;
}
footer .copyright.small {
  font-size: 14px;
  font-style: italic;
  margin-top: 15px;
}
footer .border-top {
  border-top: 1px solid #222d3e!important;
  padding-top: 20px;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul > li {
  list-style: none;
  display: inline-block;
  margin: 0 15px;
}
footer ul > li > a {
  color: #fff;
}
footer ul > li > a:hover {
  color: #fff;
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .section.how-it-works .feature,
  .section.template-features .feature {
    border-bottom: 1px solid #f1f6ff;
  }
  .section.how-it-works .feature:last-child,
  .section.template-features .feature:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 0;
  }

  .section.main-top-section:before {
    background: #f1f6ff;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-width: 2000px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* Businesses */
  .index .section.main-top-section:before {
    background: #f1f6ff;
    background: url(/v2/img/index/header-bg-md.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .electricians .section.main-top-section:before {
    background: #f1f6ff;
    background: url(/v2/img/electricians/header-bg-md.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .security-installers .section.main-top-section:before {
    background: #f1f6ff;
    background: url(/v2/img/security-installers/header-bg-md.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  .section.main-top-section {
    padding: 50px 0;
  }
  .section.main-top-section,
  .section.template-editing {
    text-align: center;
  }
  .title--h1 .title--secondary-h1 {
    font-size: 24px;
  }
  .section.main-top-section .p {
    margin-left: auto;
    margin-right: auto;
  }
  .section.main-top-section .btn-bar {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .section.main-top-section:before{
    min-width: 1500px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* Businesses */
  .index .section.main-top-section:before {
    background: #f1f6ff;
    background: url(/v2/img/index/header-bg-sm.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .electricians .section.main-top-section:before {
    background: #f1f6ff;
    background: url(/v2/img/electricians/header-bg-sm.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .security-installers .section.main-top-section:before {
    background: #f1f6ff;
    background: url(/v2/img/security-installers/header-bg-sm.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  footer ul > li {
    display: block;
    margin: 10px 15px;
  }
}
@media (max-width: 380px) {
  .title--h1 {
    font-size: 30px;
  }
}
@media (max-width: 360px) {

}
