/*COLOR VARIABLE*/
:root {
  --primary-color: rgb(59, 130, 246);
  --secondary-color: #5ED5A8; }

html {
  font-size: 62.5%; }

body {
  font-family: "Jost", sans-serif; }

a, a:hover {
  text-decoration: none; }

@media (max-width: 1200px) {
  html {
    font-size: 56.25%; } }
@media (max-width: 930px) {
  html {
    font-size: 50%; } }
h1 {
  font-weight: 400;
  font-size: 6.5rem;
  line-height: 120%;
  font-family: "DM Serif Display", serif; }

h2 {
  font-weight: 400;
  font-size: 4rem;
  line-height: 4.4rem;
  font-family: "DM Serif Display", serif;
  line-height: 125%;
  color: #33373C; }

p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #656C73;
  font-weight: 400; }
  p.card-text, p.sm {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: "Inter", sans-serif;
    color: #000000; }
  p.grey-txt {
    color: #656C73; }

h3 {
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 2.4rem;
  font-family: "Inter", sans-serif;
  color: #181C21; }

h4 {
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 2.2rem;
  font-family: "Inter", sans-serif;
  color: #181C21; }

h5 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-family: "Inter", sans-serif;
  color: #181C21; }

.font-inter {
  font-family: "Inter", sans-serif; }

.font-poppins {
  font-family: "Poppins", sans-serif; }

.text-grey {
  color: #656C73; }

.w-60 {
  width: 60%; }

.text-danger {
  margin-top: .25rem;
  font-size: 1.4rem; }

.text-light-grey {
  color: #FAFAFA; }

@media (max-width: 850px) {
  h1 {
    font-size: 3rem;
    line-height: 4rem; }

  h2 {
    font-size: 2.4rem;
    line-height: 3rem; }

  p {
    font-size: 1.4rem;
    line-height: 2rem; }

  h3 {
    font-size: 1.6rem;
    line-height: 2.2rem; }

  h4 {
    font-size: 1.4rem;
    line-height: 1.7rem; }

  h5 {
    font-size: 1.3rem;
    line-height: 1.5rem; }

  p.card-text, p.sm {
    font-size: 1.3rem;
    line-height: 1.8rem; }

  footer .license-no {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 1rem !important; } }
/*HEADER*/
header {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(1.6rem);
          backdrop-filter: blur(1.6rem); }
  header .logo {
    height: 9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header .logo img {
      max-height: 8rem;
      width: auto;
      max-width: 100%; }
  header nav .nav-link {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 400;
    color: #33373C; }
  header .list-inline a:not(.btn) {
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #33373C;
    font-weight: 600; }
    header .list-inline a:not(.btn):hover, header .list-inline a:not(.btn):focus {
      color: var(--secondary-color); }

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--secondary-color); }

/**/
section {
  background-attachment: fixed; }

.section-4 {
  padding: 4rem 0;
  background-color: #FAFAFA; }
  .section-4 .card {
    padding: 3.2rem 3.2rem 0;
    border-radius: 1.2rem;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3), 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3), 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    .section-4 .card .card-text {
      color: #3F464B;
      font-size: 1.4rem;
      line-height: 2.2rem; }
    .section-4 .card h3 {
      color: #1C2731; }

/**/
.navbar-light .navbar-toggler {
  border-color: transparent; }
  .navbar-light .navbar-toggler:hover {
    background-color: transparent; }

.navbar-toggler-icon {
  width: 2.5em;
  height: 2em; }

.navbar-close {
  display: none;
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 5rem;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transition-delay: 2s;
          transition-delay: 2s; }

/*BUTTONS*/
.btn-primary {
  background-color: var(--primary-color);
  border: 0; }
  .btn-primary:hover {
    background-color: var(--primary-color);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2));
    border: 0; }
  .btn-primary:active, .btn-primary:focus {
    background-color: var(--primary-color);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3));
    border: 0; }
    .btn-primary:active:focus, .btn-primary:focus:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 0; }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #CECECE;
    color: #656C73; }

.g-recaptcha {
  transform: scale(0.88);
  -webkit-transform: scale(0.88);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }

.btn {
  height: auto; }

.btn-secondary {
  background-color: var(--secondary-color);
  border: 0;
  border-radius: 1rem; }
  .btn-secondary:hover {
    background-color: var(--secondary-color);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1));
    border: 0; }
  .btn-secondary:active, .btn-secondary:focus {
    background-color: var(--secondary-color);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2));
    border: 0; }
    .btn-secondary:active:focus, .btn-secondary:focus:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 0; }

.btn-white {
  background-color: #ffffff;
  border: 0; }
  .btn-white:hover {
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05));
    border: 0; }
  .btn-white:active, .btn-white:focus {
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1));
    border: 0; }
    .btn-white:active:focus, .btn-white:focus:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 0; }

.btn-full {
  width: 100%;
  padding: 1.2rem;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.7rem;
  border-radius: 1.3rem;
  color: #1C2731;
  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;
  gap: .5rem; }

.btn-lg {
  padding: 1.4rem 3rem 1.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: .5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6rem; }

.btn-sm {
  padding: 1rem 2rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500; }

.btn-free-estimate {
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.2rem;
  /* 160% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .6rem; }
  .btn-free-estimate span {
    font-size: 3.2rem; }
  .btn-free-estimate:hover, .btn-free-estimate:focus {
    color: #ffffff; }

.btn-bdr-half {
  border-radius: 1.5rem; }

.about-give-call-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  margin-bottom: 3rem; }
  .about-give-call-btn .about-btn {
    background-color: var(--secondary-color);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9));
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    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; }
    .about-give-call-btn .about-btn span {
      font-size: 2rem;
      color: var(--secondary-color); }
  .about-give-call-btn:hover, .about-give-call-btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .about-give-call-btn:hover .about-btn, .about-give-call-btn:focus .about-btn {
      background-color: var(--secondary-color);
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)));
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7)); }
  .about-give-call-btn .about-btn-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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #4D5053; }
    .about-give-call-btn .about-btn-info .big {
      font-size: 1.7rem;
      font-weight: 700; }
    .about-give-call-btn .about-btn-info .small {
      font-size: 1.5rem;
      font-weight: 400; }

.give-a-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  gap: 1rem;
  border-radius: 1.5rem;
  font-size: 2.2rem;
  line-height: 2.4rem; }
  .give-a-call .icon-ico-phone {
    font-size: 2rem; }

.bg-primary {
  background-color: var(--primary-color) !important; }

.bg-secondary {
  background-color: var(--secondary-color) !important; }

.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center; }
  .bg-image .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6); }
  .bg-image .container {
    z-index: 11;
    position: relative; }

.home {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-radius: 0 0 0 22rem; }
  .home .mask {
    border-radius: 0 0 0 22rem; }
  .home .section-content {
    min-height: calc(100vh - 9rem);
    margin-top: 9rem; }
  .home-section-row {
    gap: 2rem;
    width: 100%; }
  .home form#add_lead_form {
    width: 100%; }
  .home .loader {
    width: 4.8rem;
    height: 4.8rem; }
  .home .left p {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-family: "Inter", sans-serif;
    letter-spacing: .5px; }
  .home .left .top-text {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 150%;
    text-transform: uppercase; }
  .home .left .power-by {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-family: "Inter", sans-serif; }
    .home .left .power-by .small {
      font-weight: 400;
      font-size: .8rem;
      line-height: 1rem;
      color: #ADB1B5; }
  .home .left .btn-lg {
    height: 6.6rem; }
  .home .card {
    border-radius: 2.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    border-radius: 2.2rem;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(2.6rem);
            backdrop-filter: blur(2.6rem);
    padding: 2rem;
    width: 60%;
    margin: auto;
    border: 0; }
    .home .card-free-estimate-badge {
      position: absolute;
      top: -4rem;
      right: -4rem; }
      .home .card-free-estimate-badge img {
        height: 12rem;
        width: 12rem; }
    .home .card-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .home .card-title {
      font-weight: 600;
      font-size: 2.6rem;
      line-height: 3.5rem;
      color: #5ED5A8;
      text-transform: uppercase; }
    .home .card h2 {
      font-weight: 500;
      font-size: 2.8rem;
      line-height: 3.5rem;
      color: #ffffff;
      font-style: italic;
      font-weight: 700;
      font-family: "Jost", sans-serif; }
    .home .card h3 {
      font-weight: 400;
      font-size: 2rem;
      line-height: 2.6rem;
      color: #ffffff;
      font-family: "Jost", sans-serif; }
    .home .card h4 {
      font-size: 1.8rem;
      line-height: 2.2rem;
      font-weight: 400;
      color: #ffffff;
      font-family: "Jost", sans-serif;
      font-weight: 400; }
    .home .card .green-tick {
      width: 4.2rem;
      height: 4.2rem;
      color: #ffffff;
      background-color: var(--secondary-color);
      border-radius: 50%;
      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;
      margin-bottom: 2rem; }
      .home .card .green-tick span {
        font-size: 2rem; }
    .home .card .form-group {
      width: 100%;
      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;
      margin: 1rem 0; }
      .home .card .form-group-autofill {
        position: relative; }
        .home .card .form-group-autofill .pac-container {
          top: 5.6rem !important;
          left: 0 !important; }
      .home .card .form-group .form-label {
        color: #0A0908;
        font-size: 1.3rem;
        line-height: 1.7rem;
        font-weight: 400; }
      .home .card .form-group .form-control {
        padding: 1rem 1.3rem;
        background-color: transparent;
        border: 1px solid #ffffff;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2.4rem;
        font-family: "Inter", sans-serif;
        height: 4.8rem;
        border-radius: .5rem;
        color: #ffffff; }
        .home .card .form-group .form-control::-webkit-input-placeholder {
          color: #BABABB;
          font-family: "Inter", sans-serif; }
        .home .card .form-group .form-control:-ms-input-placeholder {
          color: #BABABB;
          font-family: "Inter", sans-serif; }
        .home .card .form-group .form-control::-ms-input-placeholder {
          color: #BABABB;
          font-family: "Inter", sans-serif; }
        .home .card .form-group .form-control::placeholder {
          color: #BABABB;
          font-family: "Inter", sans-serif; }
        .home .card .form-group .form-control:focus {
          -webkit-box-shadow: none;
                  box-shadow: none; }
      .home .card .form-group .flag-dropdown {
        width: 100%; }
        .home .card .form-group .flag-dropdown .iti.iti--allow-dropdown {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .home .card .form-group .flag-dropdown .iti.iti--allow-dropdown input.form-control {
            padding-left: 5rem;
            font-size: 1.2rem;
            color: #656C73;
            border-right: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0; }
          .home .card .form-group .flag-dropdown .iti.iti--allow-dropdown::after {
            content: "";
            height: 80%;
            top: 10%;
            position: absolute;
            right: 0;
            display: block;
            border-left: 1px solid #D2D4D6; }
        .home .card .form-group .flag-dropdown input.form-control.flex-grow-1 {
          border-left: 0;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .home .card .form-group textarea.form-control {
        height: 13rem; }

.bg-blue {
  background: #3B82F6; }

/*CARD*/
.card {
  -webkit-box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
          box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #CECECE; }
  .card:hover {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1), 0px 2px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1), 0px 2px 2px rgba(0, 0, 0, 0.3); }
  .card-icon {
    background-color: var(--primary-color);
    width: 7rem;
    height: 7rem;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 2rem; }
    .card-icon span {
      font-size: 3.5rem; }

/*OUR SERICES*/
.services {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .services h2 {
    margin-bottom: 5rem; }
  .services .service-icon-img {
    margin-bottom: 3rem; }
    .services .service-icon-img span {
      color: #3F464B;
      font-size: 5rem;
      -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3)) drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.1));
              filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3)) drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.1)); }
    .services .service-icon-img p {
      color: #3F464B;
      font-family: "DM Serif Display", serif;
      font-weight: 400; }
  .services-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .services-row .d-flex {
      width: 25%;
      text-align: center; }
    .services-row-center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .services-row-center .d-flex {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important; }

/*TESTIMONIALS*/
.testimonials .section-content {
  border-radius: 12rem 0px;
  background: #FBFAFA;
  padding-top: 4rem;
  padding-bottom: 4rem; }
.testimonials h2 {
  margin-bottom: 2rem; }

/*REVIEW*/
.google-review {
  border-radius: 1.6rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3), 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3), 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 2.4rem auto;
  padding: 0; }
  .google-review .review-text {
    color: #181C21;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    /* 133.333% */
    padding: 1rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem; }
    .google-review .review-text-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 6px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .google-review .review-text-right span {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; }
  .google-review .review-no {
    text-align: center;
    font-size: 4.2rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    background: #4285F4;
    border-top-left-radius: 1.6rem;
    border-bottom-left-radius: 1.6rem;
    padding: 1rem 2rem;
    color: #ffffff; }
    .google-review .review-no .icon-ico-star {
      color: #FF9800;
      font-size: 4.5rem; }
    .google-review .review-no .big {
      font-size: 4.2rem;
      font-weight: 600; }
    .google-review .review-no .small {
      color: #ffffff;
      text-align: center;
      font-size: 1.2rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }

.google-rating-star {
  position: relative;
  background-color: #181C21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .google-rating-star-value {
    background: #FCD503;
    position: absolute;
    z-index: 1;
    display: block;
    height: 100%; }
  .google-rating-star span[class^="service-icon-t3-"], .google-rating-star [class*=" service-icon-t3-"] {
    color: #ffffff;
    z-index: 11;
    font-size: 2rem; }
    .google-rating-star span[class^="service-icon-t3-"]:first-of-type, .google-rating-star [class*=" service-icon-t3-"]:first-of-type {
      margin-left: -2px; }

.google-review-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -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;
  gap: 2.7rem;
  background-color: #ffffff;
  border-radius: .8rem; }
  .google-review-left-top-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem; }
    .google-review-left-top-data img.rounded-circle {
      width: 6rem; }
    .google-review-left-top-data h3 {
      font-size: 1.6rem;
      font-family: "DM Serif Display", serif;
      font-weight: 400; }
  .google-review-left-top-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto; }
    .google-review-left-top-rating span {
      color: #FF9800;
      font-size: 3rem; }
    .google-review-left-top-rating span.icon-ico-star-outline {
      font-size: 2.3rem;
      padding: 3px 2px; }
  .google-review-left-bottom {
    color: #4D5053;
    font-size: 1.6rem;
    line-height: 150%; }

#testimoniaCarousel {
  width: 80%;
  overflow: hidden;
  position: relative;
  margin: 2rem 10% 0; }
  #testimoniaCarousel .carousel-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    overflow: initial; }
  #testimoniaCarousel .carousel-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    /* Adjust the width for the number of slides */
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    margin-right: 0; }
    #testimoniaCarousel .carousel-item .google-review-left {
      height: 100%; }
      #testimoniaCarousel .carousel-item .google-review-left-top {
        height: 100%; }
        #testimoniaCarousel .carousel-item .google-review-left-top-data {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          height: 100%; }
          #testimoniaCarousel .carousel-item .google-review-left-top-data h3 {
            color: #33373C; }
          #testimoniaCarousel .carousel-item .google-review-left-top-data .google-review-left-top-rating {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end; }
  #testimoniaCarousel .carousel-inner-wrapper {
    width: calc(100% - 10rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 5rem;
    overflow: hidden; }
  #testimoniaCarousel .carousel-control {
    position: absolute;
    top: 50%;
    height: 4rem;
    width: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #D2D4D6;
    border-radius: 50%;
    color: #ffffff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #testimoniaCarousel .carousel-control span {
      font-size: 2rem; }
    #testimoniaCarousel .carousel-control:hover {
      background-color: var(--primary-color); }
    #testimoniaCarousel .carousel-control-prev {
      left: 0; }
    #testimoniaCarousel .carousel-control-next {
      right: 0; }
    #testimoniaCarousel .carousel-control[disabled] {
      opacity: 0.15;
      /* Reduce opacity for disabled buttons */
      pointer-events: none;
      /* Disable pointer events for disabled buttons */
      cursor: not-allowed;
      /* Show not-allowed cursor */ }

/*PHOTO GALLERY CONTAINER*/
.photo-gallery {
  padding: 4rem 0; }

.photo-gallery-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1%;
  margin: 1% 1% 0 1%; }
  .photo-gallery-container a {
    display: block;
    -ms-flex-preferred-size: 24.25%;
        flex-basis: 24.25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 1%;
    height: 35vh; }
    .photo-gallery-container a img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .photo-gallery-container a:nth-child(1), .photo-gallery-container a:nth-child(3) {
      border-top-left-radius: 30%; }
      .photo-gallery-container a:nth-child(1) img, .photo-gallery-container a:nth-child(3) img {
        border-top-left-radius: 30%; }
    .photo-gallery-container a:nth-child(2), .photo-gallery-container a:nth-child(4) {
      border-top-right-radius: 30%; }
      .photo-gallery-container a:nth-child(2) img, .photo-gallery-container a:nth-child(4) img {
        border-top-right-radius: 30%; }
    .photo-gallery-container a:nth-child(5), .photo-gallery-container a:nth-child(7) {
      border-bottom-left-radius: 30%; }
      .photo-gallery-container a:nth-child(5) img, .photo-gallery-container a:nth-child(7) img {
        border-bottom-left-radius: 30%; }
    .photo-gallery-container a:nth-child(6), .photo-gallery-container a:nth-child(8) {
      border-bottom-right-radius: 30%; }
      .photo-gallery-container a:nth-child(6) img, .photo-gallery-container a:nth-child(8) img {
        border-bottom-right-radius: 30%; }
    .photo-gallery-container a:nth-child(9), .photo-gallery-container a:nth-child(10) {
      display: none; }

/*SLIDER*/
.slider-container {
  position: relative;
  overflow: hidden; }

.slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 4.5rem;
  overflow: hidden; }

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.slider-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  /* Adjust the width of the items as per your requirement */
  padding: 1rem; }
  .slider-item img {
    max-width: calc(100% - 2rem); }

.slider-controls {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.slider-arrow {
  background: none;
  border: none;
  font-size: 3rem;
  cursor: pointer;
  color: #000000; }
  .slider-arrow:hover {
    background-color: transparent; }

.slider-arrow.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: 2rem; }

.slider-arrow:disabled {
  visibility: hidden; }

/*LIGHTBOX*/
.modal.lightbox.fade.show {
  display: block;
  padding-left: 0px;
  background: rgba(0, 0, 0, 0.8); }
  .modal.lightbox.fade.show .btn-close {
    font-size: 3rem;
    opacity: 1; }
  .modal.lightbox.fade.show .carousel-item .ratio {
    background-color: transparent !important; }
  .modal.lightbox.fade.show .carousel-item .ratio-16x9 img {
    max-height: 90vh !important; }
  .modal.lightbox.fade.show button:hover {
    background-color: transparent; }
  .modal.lightbox.fade.show .carousel-control-next-icon, .modal.lightbox.fade.show .carousel-control-prev-icon {
    width: 5rem;
    height: 5rem;
    background-color: var(--primary-color);
    border: 1rem solid var(--primary-color);
    border-radius: 50%; }

.location .section-content {
  border-radius: 12rem 0px;
  background: #FBFAFA; }

.location-list {
  width: 80%;
  margin: 3rem 10%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .location-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    padding: .5rem 1rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: "Inter", sans-serif;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem; }

.map-container {
  overflow: hidden;
  position: relative;
  height: 43rem;
  border-radius: 1.2rem; }
  .map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

.associate-list {
  gap: 1%; }
  .associate-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24.25%;
            flex: 0 0 24.25%; }
    .associate-list li img {
      max-width: 100%; }

/*SECTION BLOG*/
.section-blog {
  padding: 4rem 0; }
  .section-blog .blog-slider-wrapper {
    position: relative; }
  .section-blog .blog-slider-container {
    overflow: hidden;
    width: calc(100% - 10rem);
    margin: 0 5rem; }
  .section-blog .blog-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: initial;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    position: relative;
    width: 100%;
    margin: 2rem 0; }
  .section-blog .blog-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    padding: 0 0.5%; }
  .section-blog .blog-card {
    border-radius: 1rem;
    background: #ffffff;
    padding: 4px;
    border: 1px solid #D2D4D6;
    border-radius: 1.4rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    height: 100%; }
    .section-blog .blog-card:hover {
      -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3), 0px 0.5rem 1rem 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3), 0px 0.5rem 1rem 0px rgba(0, 0, 0, 0.1); }
  .section-blog .blog-img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1rem;
    height: 20rem; }
  .section-blog .blog-info {
    padding: 1.5rem;
    height: calc(100% - 20rem); }
    .section-blog .blog-info-badge {
      background-color: var(--primary-color);
      color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: .4rem .8rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 1.4rem;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      border-radius: .6rem;
      font-weight: inherit;
      line-height: inherit;
      font-family: "Jost", sans-serif; }
    .section-blog .blog-info-title {
      color: #181A2A;
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.6rem;
      margin: 0 0 1rem;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-family: "Jost", sans-serif; }
    .section-blog .blog-info-desc {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 1.6rem;
      color: #4B4B4B;
      margin-bottom: 2rem; }
  .section-blog .blog-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #97989F;
    font-size: 1.4rem;
    margin-bottom: .5rem; }
    .section-blog .blog-footer-author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 1rem; }
      .section-blog .blog-footer-author-img {
        width: 3rem;
        height: 3rem;
        border-radius: 50%; }
        .section-blog .blog-footer-author-img img {
          width: 3rem;
          height: 3rem;
          border-radius: 50%; }
      .section-blog .blog-footer-author-name {
        font-weight: 500;
        font-size: inherit;
        color: inherit;
        font-family: inherit;
        line-height: inherit;
        margin: 0; }
  .section-blog .blog-date {
    font-weight: 400; }
  .section-blog .btn-lg {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2rem;
    height: 5.5rem;
    padding: 1.5rem 2.5rem;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .section-blog .slider-control {
    position: absolute;
    top: 50%;
    height: 4rem;
    width: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #D2D4D6;
    border-radius: 50%;
    color: #ffffff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0; }
    .section-blog .slider-control span {
      font-size: 2.4rem; }
    .section-blog .slider-control:hover {
      background-color: var(--primary-color); }
    .section-blog .slider-control.prev {
      left: 0; }
    .section-blog .slider-control.next {
      right: 0; }
    .section-blog .slider-control[disabled] {
      opacity: 0.15;
      pointer-events: none;
      cursor: not-allowed; }

/*FOOTER*/
footer h3 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  color: #33373C; }
footer .license-no {
  font-size: 1.4rem;
  line-height: 1.5rem; }
footer [class^="icon-"], footer [class*=" icon-"] {
  font-size: 1.5rem;
  line-height: 2.4rem; }
footer p {
  font-size: 1.5rem;
  color: #4D5053;
  margin-bottom: 0;
  line-height: 150%; }
footer ul li a {
  font-size: 1.5rem;
  color: #4D5053;
  word-break: break-all; }
  footer ul li a:hover, footer ul li a:focus {
    color: var(--secondary-color); }
footer .social-icon {
  gap: 3rem; }
  footer .social-icon a {
    width: 3.6rem;
    height: 3.6rem;
    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;
    color: #ffffff;
    border-radius: 50%;
    background-color: #B3B2B2; }
    footer .social-icon a [class^="service-icon-t3-"], footer .social-icon a [class*=" service-icon-t3-"] {
      font-size: 2rem; }
    footer .social-icon a:hover, footer .social-icon a:focus {
      background-color: #B3B2B2;
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)));
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1));
      color: #ffffff; }
footer .copyright {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Inter", sans-serif;
  color: #181C21; }
footer .bb-logo {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
footer .content p {
  margin-bottom: 1.5rem; }

.footer-logo-img {
  max-height: 17rem;
  margin-bottom: 3rem;
  max-width: 25rem;
  margin-top: 3rem; }

.term .modal-dialog, .privacy .modal-dialog {
  max-width: 60rem;
  width: 90%;
  height: 90vh;
  margin-left: auto;
  margin-right: auto; }
  .term .modal-dialog ::-webkit-scrollbar, .privacy .modal-dialog ::-webkit-scrollbar {
    width: 6px; }
  .term .modal-dialog ::-webkit-scrollbar-track, .privacy .modal-dialog ::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #ADB1B5; }
  .term .modal-dialog ::-webkit-scrollbar-thumb, .privacy .modal-dialog ::-webkit-scrollbar-thumb {
    background: #505051;
    border-radius: 6px; }
  .term .modal-dialog ::-webkit-scrollbar-button, .privacy .modal-dialog ::-webkit-scrollbar-button {
    display: none; }
.term .modal-body, .privacy .modal-body {
  padding: 2rem;
  margin-bottom: 2rem; }
.term p, .privacy p {
  font-size: 1.3rem;
  line-height: 1.5rem; }
.term strong, .privacy strong {
  font-size: 1.5rem;
  font-weight: 600; }
.term ul, .term ol, .privacy ul, .privacy ol {
  font-size: 1.3rem;
  color: #656C73;
  font-weight: 400; }
.term ol, .privacy ol {
  list-style: none;
  padding-left: 3rem; }
  .term ol .li-a, .privacy ol .li-a {
    position: relative; }
    .term ol .li-a::before, .privacy ol .li-a::before {
      content: "(a)";
      position: absolute;
      left: -2.5rem; }
  .term ol .li-b, .privacy ol .li-b {
    position: relative; }
    .term ol .li-b::before, .privacy ol .li-b::before {
      content: "(b)";
      position: absolute;
      left: -2.5rem; }

.call-to-content {
  background-color: #33373C;
  border-radius: 7rem 0;
  padding: 5rem 4rem; }
  .call-to-content h3 {
    font-family: "DM Serif Display", serif;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 40px */
    margin-bottom: 0; }
  .call-to-content .power-by {
    text-align: left; }
    .call-to-content .power-by .font-inter {
      font-weight: 700; }

.about .feature-list {
  margin-top: 4rem;
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  color: #33373C; }
  .about .feature-list .bottom-list-item {
    gap: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .about .feature-list span[class^="service-icon-"] {
    font-size: 4rem; }
.about .google-rating-star-value {
  background-color: #FF9800; }
.about .google-rating-star span[class^="service-icon-"] {
  font-size: 2rem; }
.about .review-no .big {
  font-style: normal;
  color: #FF9800; }
.about .btn-lg {
  font-size: 1.5rem; }
.about-row {
  padding: 5rem 0; }
.about-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  width: 80%;
  margin: auto;
  min-height: 70vh; }
  .about-img-container img {
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover; }
  .about-img-container .img-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px; }
    .about-img-container .img-left img {
      height: 50%; }
      .about-img-container .img-left img:nth-of-type(2) {
        border-bottom-left-radius: 5rem; }
  .about-img-container .img-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px; }
    .about-img-container .img-right img:nth-of-type(1) {
      height: 40%;
      border-top-right-radius: 15rem; }
    .about-img-container .img-right img:nth-of-type(2) {
      height: 60%; }

@media (max-width: 1400px) {
  .container {
    max-width: 100%; } }
@media (max-width: 1200px) {
  .container {
    max-width: 100%; }

  .about {
    background-size: 35% 100%; }

  .home .card {
    max-width: 70%; }

  .slider-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }

  .google-review-left {
    width: 90%;
    margin: auto; }
    .google-review-left-top-data {
      gap: 1.4rem; }
      .google-review-left-top-data img {
        width: 25%; }
      .google-review-left-top-data h3 {
        font-size: 2rem; }
      .google-review-left-top-data h4 {
        font-size: 1.4rem; }
    .google-review-left-bottom {
      font-size: 1.4rem;
      /* height: 4rem; */  }

  .carousel.slide .carousel-control-next {
    right: -2rem; }
  .carousel.slide .carousel-control-prev {
    left: -2rem; }
  .carousel.slide .carousel-indicators {
    bottom: -3rem; }

  .logo {
    max-width: 25%; }

  .section-blog .blog-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; } }
@media (max-width: 980px) {
  .container {
    max-width: 100%; }

  section {
    padding-left: 1rem;
    padding-right: 1rem; }

  header.container {
    padding-left: 2rem;
    padding-right: 2rem; }

  .home .card .form-group textarea.form-control {
    height: 8rem; }

  .btn-lg {
    padding: 1.4rem 2rem 1.4rem; }

  .location-list {
    padding: 0 !important; }

  .about-img-container {
    min-height: 60vh; }

  .section-blog .blog-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }

  .photo-gallery-container a {
    height: 25vh; }

  #testimoniaCarousel {
    width: 96%;
    margin: 2rem 2% 0; }

  .location-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }

  .services .service-icon-img {
    width: 33.33%; } }
@media (max-width: 850px) {
  .navbar-expand-md .navbar-nav {
    gap: 1rem !important;
    margin-right: 0 !important; }

  .home .section-content {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .home {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .home .card {
      width: 90%;
      max-width: 90%; }
    .home .left .top-text {
      font-size: 1.3rem; }
    .home .left p {
      font-size: 1.2rem;
      line-height: 1.5rem;
      width: 70% !important; }

  .btn {
    font-size: 1.4rem; }

  .section-4 .card {
    padding: 1rem !important; }

  .about-img-container {
    min-height: 50vh; } }
@media (max-width: 767px) {
  body {
    overflow-x: hidden; }

  header .list-inline a {
    font-size: 2rem;
    line-height: 2rem; }
    header .list-inline a.d-flex.gap-2 {
      font-size: 2.4rem;
      font-family: "Jost", sans-serif; }

  .navbar-collapse {
    z-index: 111;
    top: 72px;
    width: 0;
    right: -6px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    right: 0;
    left: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    position: fixed;
    -webkit-transition: width 0.2s cubic-bezier(0.15, 0.61, 0.69, 1);
    transition: width 0.2s cubic-bezier(0.15, 0.61, 0.69, 1); }
    .navbar-collapse .navbar-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .navbar-collapse .navbar-nav {
      gap: 2rem !important;
      margin-top: 1rem; }
      .navbar-collapse .navbar-nav .nav-link {
        font-size: 2rem;
        padding: 1rem 2rem;
        color: #ffffff; }

  .navbar-collapse.show {
    padding: 1rem 1.5rem;
    width: 60vw;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px); }

  header .right {
    gap: 1rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem; }

  .navbar.navbar-light.navbar-expand-md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  section.py-5 {
    padding: 1rem !important; }
    section.py-5.section-4 .py-5 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    section.py-5.testimonials .py-5 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }

  .footer-links {
    padding-left: 5rem; }

  .map.my-5 {
    margin-top: 0 !important; }
    .map.my-5 .map-container {
      height: 30rem; }

  .associate-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.5%;
            flex: 0 0 49.5%; }

  .home {
    min-height: auto;
    padding: 5rem 0;
    border-radius: 0 0 0 15rem; }
    .home .mask {
      border-radius: 0 0 0 15rem; }
    .home .section-content {
      min-height: auto; }
    .home .card h2 {
      font-size: 1.4rem;
      line-height: 1.6rem; }
    .home .card h3 {
      font-size: 1.3rem;
      line-height: 1.5rem; }
    .home .card h4 {
      font-size: 1.2rem; }
    .home .card .form-group .form-label {
      font-size: 1.2rem;
      line-height: 1.5rem; }
    .home .card .form-group .form-control {
      font-size: 1.4rem;
      line-height: 1.8rem; }
    .home .card .form-group textarea {
      height: 10rem; }
    .home .card-body {
      padding: 0 1rem; }
    .home .card-title {
      font-size: 1.8rem;
      line-height: 2rem; }

  p.sm.w-60 {
    width: 90%; }

  .footer-logo-img {
    max-width: 25rem;
    height: auto; }
  .footer-logo .flex-wrap {
    margin-top: 1rem !important;
    gap: 0.5rem !important; }
  .footer-logo .bb-logo {
    margin-top: 0 !important; }

  footer h3.font-poppins {
    margin-top: 1rem !important;
    margin-bottom: .5rem !important; }

  footer ul li a, footer p {
    font-size: 1.3rem;
    line-height: 1.6rem; }

  .btn-lg {
    padding: 1rem 1.2rem; }

  .card-icon {
    width: 5rem;
    height: 5rem; }
    .card-icon span {
      font-size: 2rem; }

  .slider-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }

  .carousel.slide .carousel-control-prev {
    left: -0.5rem; }
  .carousel.slide .carousel-control-next {
    right: -0.5rem; }

  .logo {
    max-width: 50%; }

  .about .feature-list {
    margin-top: 2rem; }

  #testimoniaCarousel .carousel-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }

  .photo-gallery-container a {
    height: 20vh; }

  .photo-gallery {
    padding: 2rem 0; }

  .services {
    padding-top: 2rem;
    padding-bottom: 2rem; }

  .section-4 {
    padding: 2rem 0; }

  .about-row {
    padding: 2rem 0 0; }

  .google-review {
    margin: 0 auto; }

  .section-blog {
    padding: 2rem 0; }

  .map-container {
    height: 25rem; }

  .services h2 {
    margin-bottom: 3rem; }

  .section-blog .btn-lg {
    height: 4rem; }
    .section-blog .btn-lg img {
      height: 2rem; }

  .footer-logo-img {
    margin-bottom: 2rem;
    margin-top: 0rem;
    max-width: 90%; }

  .bb-logo img {
    max-height: 5rem; }

  footer .license-no {
    margin-top: 1.5rem !important; }

  .btn-full {
    line-height: 1.2; }

  .call-to-content {
    border-radius: 4rem 0;
    padding: 3rem 2rem; }
    .call-to-content h3 {
      font-size: 2rem; }

  .section-blog .blog-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }

  footer .social-icon {
    gap: 1rem; } }
@media (max-width: 600px) {
  p {
    font-size: 1.6rem; }

  .btn-lg {
    height: 4.5rem; }

  .btn {
    font-size: 1.5rem; }

  h3 {
    font-size: 1.8rem; }

  p.card-text, p.sm {
    font-size: 1.4rem; }

  header .logo {
    width: 50%; }
  header .right .navbar {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  header .right .list-inline {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.5rem !important;
    margin-top: .5rem; }

  .navbar-light .navbar-toggler {
    padding-right: 0; }

  .home {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 3rem 0;
    border-radius: 0 0 0 4rem; }
    .home .mask {
      border-radius: 0 0 0 4rem; }
    .home .card-title {
      font-size: 2.2rem;
      line-height: 2.4rem; }
    .home .card h2 {
      font-size: 1.8rem;
      line-height: 2.2rem; }
    .home .card h3 {
      font-size: 1.5rem;
      line-height: 1.8rem; }
    .home .card .form-group .form-label {
      font-size: 1.3rem;
      line-height: 1.5rem; }
    .home .container {
      margin-top: 9rem;
      padding-top: 0; }
    .home .left, .home .right {
      width: 100%;
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important; }
    .home .left p {
      text-align: center;
      font-size: 1.6rem;
      line-height: 1.8rem;
      width: 100% !important; }
    .home .right {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important; }
      .home .right .card {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        margin: auto;
        width: 90%;
        padding: 1rem; }
        .home .right .card-free-estimate-badge {
          top: -2rem;
          right: -2rem; }
          .home .right .card-free-estimate-badge img {
            height: 8rem;
            width: 8rem; }

  .about {
    background-image: none; }

  .photo-gallery-container a {
    -ms-flex-preferred-size: 24.25%;
        flex-basis: 24.25%; }

  h1 {
    padding: 0 !important; }
    h1.me-5 {
      margin-right: 0 !important;
      text-align: center;
      padding-right: 0 !important; }

  .services .service-icon-img span {
    font-size: 3rem; }

  .google-review-left-top-data h4 {
    font-size: 1.5rem; }

  .google-review .review-text {
    font-size: 1.4rem; }

  .modal.lightbox.fade.show .btn-close {
    margin-top: -2rem;
    font-size: 2rem; }

  .carousel.slide .carousel-control-next, .carousel.slide .carousel-control-prev {
    top: 0;
    width: 2rem; }

  .modal.lightbox.fade.show .carousel-item .ratio {
    width: calc(100% - 4rem);
    margin: auto; }

  .location-list li {
    font-size: 1.5rem; }

  .testimonials .carousel.slide .carousel-control-next, .testimonials .carousel.slide .carousel-control-prev {
    top: calc(50% - 1rem); }
  .testimonials .carousel.slide .carousel-indicators {
    bottom: -1rem; }
  .testimonials .google-review-left {
    margin: 0 auto 3rem; }
  .testimonials-left {
    max-width: 100%;
    width: 100%; }

  .g-recaptcha {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }

  .rc-anchor-normal .rc-anchor-content, .rc-anchor-normal .rc-anchor-checkbox-label {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important; }

  #rc-anchor-container {
    position: relative; }

  .g-recaptcha div {
    width: 250px !important; }

  .rc-anchor-normal {
    width: 250px !important; }

  .about .feature-list {
    margin-top: 1rem;
    font-size: 1.4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .about .feature-list span[class^="service-icon-"] {
      font-size: 2.5rem; }
    .about .feature-list .bottom-list-item {
      margin-bottom: 1rem; }

  .testimonials .section-content {
    border-radius: 4rem 0;
    padding-top: 2rem;
    padding-bottom: 2rem; }

  .location .section-content {
    border-radius: 4rem 0; }

  .location-list {
    width: 96%;
    margin: 2rem 0; }

  .section-blog .blog-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }

  #testimoniaCarousel .carousel-inner-wrapper {
    width: calc(100% - 4rem);
    margin: 0 2rem; }

  .gap-5 {
    gap: 1rem !important; }

  .mt-5 {
    margin-top: 1rem !important; }

  footer .content p {
    margin-bottom: 1rem; }

  .call-to-content .justify-content-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .services .service-icon-img {
    width: 50%; } }
@media (max-width: 576px) {
  .footer-links {
    padding-left: calc(var(--bs-gutter-x) * .5); }
    .footer-links .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .footer-links .row .col-2:nth-child(1) {
        width: 23%; }
      .footer-links .row .col-2:nth-child(2) {
        width: 28%; }
      .footer-links .row .col-4 {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .footer-links .row .col-4:last-child .content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .footer-links .row .col-4:last-child .content p {
            width: 50%; }

  .about {
    background-image: none !important; }

  .navbar-collapse.show {
    width: 80vw; }

  .about-img-container {
    min-height: 45vh;
    margin-bottom: 2rem;
    width: 90%;
    max-height: 45vh; }

  .mb-5 {
    margin-bottom: 1rem !important; }

  .location-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .location-list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }

  .section-blog .blog-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }

  #testimoniaCarousel .carousel-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }

  .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer-logo .flex-wrap {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .footer-logo .bb-logo {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 40%; }
    .footer-logo .license-no {
      max-width: 50%; }
      .footer-logo .license-no p {
        margin-bottom: 1rem; }
    .footer-logo-img {
      max-width: 15rem;
      margin-bottom: 0; }

  footer .social-icon {
    margin-right: 1rem; }
    footer .social-icon a {
      margin-top: 1rem; } }
@media (max-width: 420px) {
  .photo-gallery-container a {
    -ms-flex-preferred-size: 49.5%;
        flex-basis: 49.5%; }

  .home .left .top-text {
    font-size: 1.1rem; }

  .slider-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }

  .photo-gallery-container a:nth-child(3) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 30%; }
    .photo-gallery-container a:nth-child(3) img {
      border-top-left-radius: 0;
      border-bottom-left-radius: 30%; }
  .photo-gallery-container a:nth-child(4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 30%; }
    .photo-gallery-container a:nth-child(4) img {
      border-top-right-radius: 0;
      border-bottom-right-radius: 30%; }
  .photo-gallery-container a:nth-child(5) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 30%; }
    .photo-gallery-container a:nth-child(5) img {
      border-bottom-left-radius: 0;
      border-top-left-radius: 30%; }
  .photo-gallery-container a:nth-child(6) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 30%; }
    .photo-gallery-container a:nth-child(6) img {
      border-bottom-right-radius: 0;
      border-top-right-radius: 30%; } }
.blog-listing {
  margin-top: 9rem;
  padding: 1rem 0; }
  .blog-listing h1 {
    font-size: 3.5rem;
    margin-bottom: 2rem;
    color: #33373C; }
  .blog-listing h2 {
    color: #181A2A;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.6rem;
    font-family: "Jost", sans-serif;
    margin-bottom: 3rem; }
  .blog-listing .blog-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0; }
    .blog-listing .blog-container .blog-item {
      margin-bottom: 1%; }
  .blog-listing .blog-pagination .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.3rem;
    margin-top: 2rem; }
    .blog-listing .blog-pagination .pagination .page-link {
      padding: .5rem 1.2rem; }
      .blog-listing .blog-pagination .pagination .page-link-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: .5rem;
        padding: .5rem .6rem; }
      .blog-listing .blog-pagination .pagination .page-link:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }

.blog-details {
  padding: 0; }
  .blog-details-top {
    margin-top: 9rem;
    padding-top: 2rem; }
    .blog-details-top h1 {
      font-size: 3.5rem;
      margin-bottom: 2rem;
      color: #33373C;
      margin-top: 1.5rem; }
    .blog-details-top .blog-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #97989F;
      font-size: 1.4rem;
      margin-bottom: 3rem;
      gap: 2rem; }
      .blog-details-top .blog-footer-author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 1rem; }
        .blog-details-top .blog-footer-author-img {
          width: 3rem;
          height: 3rem;
          border-radius: 50%; }
          .blog-details-top .blog-footer-author-img img {
            width: 3rem;
            height: 3rem;
            border-radius: 50%; }
        .blog-details-top .blog-footer-author-name {
          font-weight: 500; }
    .blog-details-top .blog-date {
      font-weight: 400; }
    .blog-details-top .blog-img-big {
      width: 100%;
      border-radius: 1rem;
      height: 60vh;
      -o-object-fit: cover;
         object-fit: cover;
      margin-bottom: 1.5rem; }
    .blog-details-top h3 {
      margin-top: 2rem; }
    .blog-details-top p {
      margin-bottom: 2rem;
      margin-top: 1rem;
      font-size: 1.6rem; }
      .blog-details-top p.sub-heading {
        font-style: italic;
        font-weight: 500; }
    .blog-details-top img {
      max-width: 100%; }

@media (max-width: 1400px) {
  .blog-details .blog-slider-container {
    width: calc(100% - 10rem);
    margin: 0 5rem; }

  .blog-details .slider-control.prev {
    left: 0; }

  .blog-details .slider-control.next {
    right: 0; } }
@media (max-width: 600px) {
  .blog-listing .blog-top-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .blog-listing .blog-top-row .blog-left,
  .blog-listing .blog-top-row .blog-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }

  .blog-listing .blog-top-row .blog-left {
    height: 330px !important;
    margin-bottom: 2rem; }

  .blog-listing h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem; }

  .blog-listing h2 {
    margin-bottom: 1rem; } }
.cp-wisetack-page {
  margin-top: 10rem; }
  .cp-wisetack-page .cp-heading {
    color: #3F464B;
    font-size: 3.6rem;
    font-weight: 600; }
  .cp-wisetack-page .cp-content {
    color: #656C73;
    font-size: 1.7rem;
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: normal; }
  .cp-wisetack-page .btn-cyan {
    border-radius: 8px;
    background: #07C0CA;
    padding: 1rem 2.4rem;
    color: #fff;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.1px;
    width: 32.4rem; }
    .cp-wisetack-page .btn-cyan:hover {
      background: #0AA2AC;
      color: #fff; }
    .cp-wisetack-page .btn-cyan:active, .cp-wisetack-page .btn-cyan:focus {
      background: #0A848E;
      color: #fff; }
  .cp-wisetack-page .wisetack-featurelist-holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    padding-top: 2.2rem;
    margin-bottom: 2.6rem; }
    .cp-wisetack-page .wisetack-featurelist-holder .wisetack-featurelist {
      color: #656C73;
      font-size: 1.4rem;
      font-weight: 300;
      letter-spacing: 0.1px; }
      .cp-wisetack-page .wisetack-featurelist-holder .wisetack-featurelist img {
        width: 2.4rem;
        height: 2.4rem;
        margin-right: 0.8rem; }
  .cp-wisetack-page .wisetack-hero-section-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .cp-wisetack-page .wisetack-hero-section-right img {
      width: 57.2rem;
      max-width: 100%;
      max-height: 57.1rem; }
  .cp-wisetack-page .wisetack-card-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cp-wisetack-page .wisetack-card-container .row {
      gap: 1rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .cp-wisetack-page .wisetack-card-container .wisetack-card {
      width: calc(20% - 10px);
      padding: 1.2rem;
      -ms-flex-item-align: start;
          align-self: flex-start;
      border-radius: 1.2rem;
      border: 0.1rem solid var(--gray-5, #FAFAFA); }
      .cp-wisetack-page .wisetack-card-container .wisetack-card .wisetack-card-img {
        margin-bottom: 2.4rem; }
      .cp-wisetack-page .wisetack-card-container .wisetack-card .wisetack-card-title {
        color: #3F464B;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 2.4rem;
        letter-spacing: 0.5px; }
      .cp-wisetack-page .wisetack-card-container .wisetack-card .wisetack-card-text {
        color: #656C73;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.5px; }
  .cp-wisetack-page .wisetack-payment-method .row {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cp-wisetack-page .wisetack-payment-method .row .wisetack-payment-method-holder {
      border-radius: 16px;
      border: 1px solid var(--Gray-20, #D2D4D6);
      background: var(--Color-Product-White, #FFF);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 100%;
      -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;
      width: 38.4rem; }
      .cp-wisetack-page .wisetack-payment-method .row .wisetack-payment-method-holder .wisetack-payment-method-header {
        padding: 2.2rem 3.2rem 0px 3.2rem;
        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: 1.6rem;
        width: 100%; }
        .cp-wisetack-page .wisetack-payment-method .row .wisetack-payment-method-holder .wisetack-payment-method-header img {
          width: 3.2rem;
          height: 3.2rem; }
        .cp-wisetack-page .wisetack-payment-method .row .wisetack-payment-method-holder .wisetack-payment-method-header h2 {
          color: #656C73;
          text-align: center;
          font-size: 3.2rem;
          font-weight: 600;
          line-height: normal; }
      .cp-wisetack-page .wisetack-payment-method .row .wisetack-payment-method-holder .wisetack-payment-method-body {
        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: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 1.6rem;
        -ms-flex-item-align: stretch;
            align-self: stretch;
        padding: 3.2rem 3.2rem 4rem 3.2rem; }
        .cp-wisetack-page .wisetack-payment-method .row .wisetack-payment-method-holder .wisetack-payment-method-body p {
          color: #656C73;
          font-size: 1.7rem;
          font-weight: 400;
          letter-spacing: 0.1px;
          text-align: center; }
        .cp-wisetack-page .wisetack-payment-method .row .wisetack-payment-method-holder .wisetack-payment-method-body hr {
          stroke-width: 1px;
          stroke: var(--Gray-20, #D2D4D6);
          width: 60%; }
    .cp-wisetack-page .wisetack-payment-method .row .bg-cyan {
      border: 1px solid var(--Gray-200, #EAECF0);
      background: #07C0CA; }
      .cp-wisetack-page .wisetack-payment-method .row .bg-cyan .wisetack-payment-method-header img {
        width: 14.7rem;
        height: 2.5rem; }
      .cp-wisetack-page .wisetack-payment-method .row .bg-cyan .wisetack-payment-method-header h2,
      .cp-wisetack-page .wisetack-payment-method .row .bg-cyan .wisetack-payment-method-body .list p {
        color: #fff; }
      .cp-wisetack-page .wisetack-payment-method .row .bg-cyan .wisetack-payment-method-body .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1rem;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 100%; }
      .cp-wisetack-page .wisetack-payment-method .row .bg-cyan .wisetack-payment-method-body hr {
        width: 60%;
        stroke-width: 0.1rem;
        background-color: #fff; }
    .cp-wisetack-page .wisetack-payment-method .row .wisetack-payment-method-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 1rem; }
    .cp-wisetack-page .wisetack-payment-method .row .cp-content {
      width: 60%;
      text-align: center; }
    .cp-wisetack-page .wisetack-payment-method .row .text-blue {
      color: var(--Primary-Blue, #3B82F6);
      text-align: center;
      font-size: 1rem;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 0.25px;
      padding: 1rem 0; }
  .cp-wisetack-page .wisetack-prequalify-container {
    border-radius: 8px;
    border: 0.1rem solid var(--Gray-20, #D2D4D6);
    background: var(--Gray-5, #FAFAFA);
    padding: 1.2rem; }
    .cp-wisetack-page .wisetack-prequalify-container .wisetack-prequalify-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 1rem; }
      .cp-wisetack-page .wisetack-prequalify-container .wisetack-prequalify-holder p {
        color: #3F464B;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.1px; }
    .cp-wisetack-page .wisetack-prequalify-container .numbering-bullet {
      border-radius: 50px;
      background: #07C0CA;
      width: 3.2rem;
      height: 3.2rem;
      padding: 6px;
      color: #FFF;
      text-align: center;
      font-size: 2rem;
      font-style: normal;
      font-weight: 600;
      line-height: 2rem;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .cp-wisetack-page .wisetack-prequalify-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    margin: 2rem 0; }
  .cp-wisetack-page .wisetack-footer {
    color: #656C73;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.25px;
    margin: 7rem 0; }
  .cp-wisetack-page .wisetack-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    margin: 3.2rem 0 !important;
    gap: 3.2rem; }
    .cp-wisetack-page .wisetack-slider .slick-list {
      margin: 0 auto; }
    .cp-wisetack-page .wisetack-slider-item {
      margin: 0 1.6rem;
      height: -webkit-max-content; }

@media (max-width: 850px) {
  .cp-wisetack-page .cp-heading {
    line-height: normal; }
  .cp-wisetack-page .cp-content {
    line-height: normal; }
  .cp-wisetack-page .wisetack-featurelist-holder {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 0.5rem; }
  .cp-wisetack-page .wisetack-card-container .wisetack-card {
    width: calc(25% - 10px); }
  .cp-wisetack-page .wisetack-payment-method .cp-heading {
    text-align: center; }
  .cp-wisetack-page .wisetack-payment-method .cp-content {
    text-align: center;
    width: 100% !important; }
  .cp-wisetack-page .wisetack-payment-method .wisetack-payment-method-holder {
    width: 100%; } }
@media (max-width: 767px) {
  .wisetack-slider {
    gap: 1rem !important; }
    .wisetack-slider-item {
      margin: 1rem;
      height: -webkit-max-content; }
    .wisetack-slider .slick-arrow {
      -ms-flex-item-align: center;
          align-self: center;
      font-size: 0;
      border-radius: 50%;
      width: 3rem;
      height: 3rem;
      background-color: #ffffff;
      position: relative;
      border: 0; }
      .wisetack-slider .slick-arrow::before {
        font-family: 'icon-font' !important;
        font-size: 2.4rem;
        position: absolute;
        top: .3rem;
        left: .3rem;
        color: #3F464B;
        line-height: 1; }
      .wisetack-slider .slick-arrow.slick-prev::before {
        content: "\e90f"; }
      .wisetack-slider .slick-arrow.slick-next::before {
        content: "\e903"; }
      .wisetack-slider .slick-arrow.slick-disabled {
        background-color: #FAFAFA;
        pointer-events: none; }
        .wisetack-slider .slick-arrow.slick-disabled::before {
          color: #D2D4D6; }
      .wisetack-slider .slick-arrow:active {
        background-color: #07C0CA; }
        .wisetack-slider .slick-arrow:active::before {
          color: #fff; }.blog-details-top .blog-img-big {
            height: auto;
            object-fit: contain;
            } }
@media (max-width: 600px) {
  .cp-wisetack-page .wisetack-hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem; }
  .cp-wisetack-page .wisetack-prequalify-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .cp-wisetack-page .cp-heading {
    text-align: center; }
  .cp-wisetack-page .cp-content {
    text-align: center; }
  .cp-wisetack-page .btn-holder {
    text-align: center; }
  .cp-wisetack-page .wisetack-card-container .wisetack-card {
    width: calc(50% - 10px) !important; }
  .cp-wisetack-page .wisetack-payment-method .cp-heading {
    font-size: 2.3rem;
    text-align: center; }
  .cp-wisetack-page .list img {
    display: none; }
  .cp-wisetack-page .wisetack-payment-method-holder .wisetack-payment-method-header img {
    width: 2.8rem;
    height: 2.8rem; }
  .cp-wisetack-page .wisetack-payment-method-holder .wisetack-payment-method-header h2 {
    font-size: 2rem !important;
    line-height: 21.6px; }
  .cp-wisetack-page .wisetack-payment-method-holder .wisetack-payment-method-body {
    padding: 3.2rem 1rem 4rem 1rem !important; }
  .cp-wisetack-page .bg-cyan .wisetack-payment-method-header img {
    width: 11rem;
    height: 2.8rem; }

  .wisetack-slider {
    gap: 0 !important; } }
.mb-15 {
  margin-bottom: 1.5rem; }

.mb-24 {
  margin-bottom: 2.4rem; }
