@charset "UTF-8";
/* Customization for Home */
body {
  font-size: 0.875rem;
}

header.top {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 10px 0px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 10px 0px;
}

/* HOME */
.jumbotron {
  /* Home Style 1 */
  /* Home Style 2 */
  /* Home Style 3 */
}
.jumbotron.home {
  position: relative;
  display: table;
  width: 100%;
  color: #fff;
  height: 564px;
  background-size: cover;
  overflow: hidden;
  text-shadow: #000 1px 1px 2px;
  padding-top: 64px;
}
.jumbotron.home h1 {
  font-size: 30px;
}
.jumbotron.home > div {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .jumbotron.home {
    height: inherit;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .jumbotron.home {
    background: #ccc url("/images/home/banner/tax-refund-lg.jpg") center center;
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .jumbotron.home {
    height: 400px;
  }
}
.jumbotron.home, .jumbotron.home1 {
  background-color: #3f4b66;
  background: #3f4b66 url("/images/home/banner/woman-tablet-lg.jpg") center center;
  background-size: cover;
}
@media (max-width: 991px) {
  .jumbotron.home, .jumbotron.home1 {
    background: #3f4b66 url("/images/home/banner/woman-tablet-sm.jpg") center center;
  }
}
.jumbotron.home2 {
  background-color: #b7caea;
  background: #b7caea url("/images/home/banner/mother-daughter-lg.jpg") center center;
  background-size: cover;
}
@media (max-width: 991px) {
  .jumbotron.home2 {
    background: #b7caea url("/images/home/banner/mother-daughter-sm.jpg") center center;
  }
}
.jumbotron.home3 {
  background-color: #65808b;
  background: #ccc url("/images/home/banner/man-tablet-lg.jpg") center center;
  background-size: cover;
}
@media (max-width: 991px) {
  .jumbotron.home3 {
    background: #65808b url("/images/home/banner/man-tablet-sm.jpg") center center;
  }
}
.jumbotron h2,
.jumbotron h4 {
  color: #fff;
}
.jumbotron p {
  font-weight: 100;
}
.jumbotron .btn {
  -webkit-box-shadow: #000 0px 5px 20px -5px;
          box-shadow: #000 0px 5px 20px -5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
}
.jumbotron .start-buttons {
  margin-top: 25px;
}
@media (max-width: 480px) {
  .jumbotron .start-buttons .btn {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .jumbotron .start-buttons {
    margin-bottom: 100px;
  }
}

.card {
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  padding: 14px;
}

.steps {
  position: relative;
  text-align: center;
}
.steps h2 {
  font-weight: 100;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 50px;
}
.steps h2 span {
  font-weight: bold;
}
.steps .card {
  border-top: 8px solid rgba(0, 0, 0, 0.25);
  padding-top: 30px;
  padding-bottom: 28px;
}
.steps .card h3 {
  margin-top: 28px;
  margin-bottom: 20px;
}
.steps .card.step-1 {
  border-color: #ca7a7a;
}
.steps .card.step-2 {
  border-color: #3d8cb3;
}
.steps .card.step-3 {
  border-color: #9bc143;
}
.steps .card:not(:first-of-type) {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .steps .card {
    margin-left: 14px;
    margin-right: 14px;
  }
}
.steps div.row div {
  margin-bottom: 30px;
}
.steps i {
  display: inline-block;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  border-radius: 100px;
  background-color: #ddd;
  font-size: 48px;
  color: #fff;
}
.steps i.fa-tachometer, .steps i.icon-gauge {
  background-color: #ca7a7a;
}
.steps i.fa-bolt, .steps i.icon-flash {
  background-color: #3d8cb3;
}
.steps i.fa-money, .steps i.icon-cash {
  background-color: #9bc143;
}
.steps p {
  font-size: 1.1em;
}

section {
  margin-bottom: 30px;
}
section .row {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  section .row {
    display: block;
  }
}
section .row .pic {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.feature .row {
  padding-top: 20px;
  border-bottom: 1px solid #eee;
}
.feature:has(+ section.blog) {
  margin-bottom: 0;
}
.feature:has(+ section.blog) .row {
  border-bottom: none;
}
.feature h3 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 30px;
  /* font-weight: 100; */
}
.feature img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .feature img {
    position: relative;
  }
}
.feature ul {
  padding-left: 58px;
  list-style: none;
}
.feature ul li {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature ul li i.fa,
.feature ul li i.icon {
  position: absolute;
  left: -60px;
  top: 0;
  font-size: 18px;
  margin-top: 2px;
  color: rgba(0, 0, 0, 0.68);
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.feature ul li strong {
  font-weight: 500;
}
.feature ul li a {
  font-weight: 500;
}
.feature ul li,
.feature p {
  font-size: 1.1em;
}
.feature .lead {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.feature.free-cs {
  margin-bottom: 0;
}
.feature.free-cs img {
  max-width: 340px;
}
.feature.free-cs p {
  font-size: 1.25em;
}
.feature.free-cs .row {
  border-bottom: none;
}

.lazy-loading .feature .lazy {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}
.lazy-loading .feature .lazy-left {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}
.lazy-loading .feature .lazy-right {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
}
.lazy-loading .feature .lazy-up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.lazy-loading .feature .lazy-down {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}

#carousel-testimonials {
  background: rgba(49, 112, 143, 0.0901960784);
  position: relative;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  text-align: center;
  overflow: hidden;
}
#carousel-testimonials .carousel-control {
  background: none;
  color: #cacaca;
  font-size: 2.3em;
  text-shadow: none;
}
#carousel-testimonials a.carousel-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#carousel-testimonials .item blockquote {
  border-left: none;
  margin: 0;
  text-align: center;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}
#carousel-testimonials .item blockquote p {
  color: #555;
  margin-bottom: 4px;
}
#carousel-testimonials .item blockquote p i.icon {
  position: absolute;
  left: -10px;
  font-size: 32px;
  top: -4px;
}
#carousel-testimonials .item .stars {
  letter-spacing: 4px;
  color: #f6cb00;
}
#carousel-testimonials .rating {
  font-size: 0.8rem;
  opacity: 0.7;
  margin-bottom: 20px;
  font-weight: 300;
}
#carousel-testimonials .rating span.bold {
  font-weight: bold;
}
#carousel-testimonials .review-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  min-height: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#carousel-testimonials .review-container .review-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 20px;
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
  text-align: left;
  gap: 1rem;
}
#carousel-testimonials .review-container .review-user > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#carousel-testimonials .review-container .review-user img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 4px;
}
#carousel-testimonials .review-container .review-user small {
  display: block;
  font-size: 0.85rem;
}
#carousel-testimonials .review-container .review-user small::before {
  content: unset;
}
#carousel-testimonials .review-container .review-content {
  max-width: 100%;
  font-size: 1.5rem;
}
#carousel-testimonials .review-container .review-content p::before,
#carousel-testimonials .review-container .review-content p::after {
  font-size: 2rem;
  bottom: -5px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  line-height: 1rem;
}
#carousel-testimonials .review-container .review-content p::before {
  content: "“";
}
#carousel-testimonials .review-container .review-content p::after {
  content: "”";
}

section.blog {
  background: rgba(49, 112, 143, 0.0901960784);
}
section.blog .clear-padding {
  margin-left: -30px;
  margin-right: -30px;
}
section.blog .blog-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100px;
  overflow: hidden;
  gap: 1rem;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transform: scale(1);
          transform: scale(1);
  padding: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: unset;
}
section.blog .blog-post a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
section.blog .blog-post a img {
  height: 100%;
  width: auto;
  border-radius: 4px;
}
section.blog .blog-post a .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
section.blog .blog-post a .info .category {
  margin-bottom: 4px;
  font-weight: bold;
}
section.blog .blog-post a .info .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.fast .row {
    position: relative;
  }
  section.fast .row::before {
    content: "\ea1f";
    font-family: "icons";
    position: absolute;
    top: 0;
    left: 38px;
    opacity: 0.05;
    font-size: 300px;
  }
  section.secure .row {
    position: relative;
  }
  section.secure .row::before {
    content: "\ea27";
    font-family: "icons";
    position: absolute;
    top: 24px;
    right: 20px;
    opacity: 0.05;
    font-size: 250px;
  }
}
.expansion-panels {
  font-size: 1rem;
}
.expansion-panels .expansion-panel > label strong {
  font-weight: normal;
}
.expansion-panels .expansion-panel:has(+ .expansion-panel)::after {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd;
  margin-top: 4px;
  margin-bottom: 4px;
}

.expansion-panel .expanded-content a {
  font-weight: bold;
}/*# sourceMappingURL=home.css.map */