body {
  padding: 0;
  margin: 0;
  color: #222222;
  /* background-color: #fafbfd; */
}

body,
input,
select,
textarea,
button,
.btn {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 16px;
  line-height: 1.75em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  color: #222222;
  font-weight: bold;
}

.h1,
h1 {
  font-size: 50px;
  line-height: 58px;
}

.h3,
h3 {
  font-size: 30px;
}

p {
  font-size: 18px;
  line-height: 1.4;
}

.mt-20 {
  margin-top: 20px;
}

/* .container {
    max-width: 90rem;
} */

a {
  cursor: pointer;
  color: #43a3bc;
  font-weight: bold;
}

a:hover {
  color: #48b0cb;
  text-decoration: underline;
}

a[href^="tel:"] {
  display: inline-block;
}

::selection {
  background: #74c0ff;
  color: #0a0a0a;
  text-shadow: none;
}

ion-icon {
  display: inline-block;
  vertical-align: middle;
}

p.intro-text {
  font-size: 20px;
}

.mt-1 {
  display: inline-block;
}

.btn {
  border-radius: 50px;
  background-color: #851010;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 12px 25px;
  box-shadow: none !important;
  transition: all 300ms ease-in-out;
}

.btn-header {
  border: solid 1px #851010;
  background-color: transparent;
  color: #242434;
  transition: all 0.3s;
}

.block-xs {
  font-size: 18px;
  margin-left: 10px;
}

.block-xs i {
  margin-right: 5px;
}

.btn:hover {
  background-color: #c94545;
  color: #fff;
}

.btn-header:hover {
  border: solid 1px #c94545;
  background-color: #c94545;
  color: #fff;
}

.btn:active {
  background-color: #37b4ee;
  color: #fff;
}

.header-div-img {
  background-image: url("../img/header-bg-4.webp");
  background-position: center center;
  /* background-size: cover; */
  background-size: contain;
  min-height: 80vh;
}

#header {
  background-color: #fff7ed;
  /* background-image: url('../img/header-bg.png');
    background-size: cover;
    background-repeat: no-repeat; */
}

#header-nav {
  background-color: #fff;
  padding: 20px 0;
}

#header-nav .btn-cta1 {
  background-color: #851010;
  color: #fff;
  padding: 15px 30px;
  text-transform: uppercase;
  border-radius: 40px;
  font-size: 16px;
  transition: 0.5s;
  display: block;
  margin: 0.5rem 0;
  text-align: center;
  transition: all 0.3s;
}

#header-nav .btn-cta1:hover {
  background-color: #c94545;
}

.business-logo {
  /* width: 235px; */
  /* width: 105px; */
  max-width: 170px;
}

#header-content {
  /* padding: 90px 0 105px; */
}

#header-content h1 {
  font-size: 44px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.header-content {
  padding: 30px 0;
}

.header-content ul li {
  font-size: 18px;
}

.header-content ul li i {
  color: #851010;
}

#header-content .sub-header {
  font-size: 22px;
  margin-top: 15px;
  color: #851010;
}

#header-content p {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 40px;
}

#value-props {
  padding: 110px 0 90px;
}

#value-props h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.value-props-group {
  margin-bottom: 50px;
}

#value-props ul li {
  list-style-type: none;
  font-size: 17px;
  margin: 3px 0;
  padding-left: 40px;
  position: relative;
}

#value-props ul li:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 5px;
  left: 18px;
  font-size: 18px;
}

#value-props ul.true li:before {
  content: "ïŠ¼";
  color: #16a34a;
}

#value-props ul.wrong li:before {
  content: "ï‹€";
  color: #dc2626;
}

#brands {
  padding: 60px 0;
}

#brands h3 {
  margin-bottom: 50px;
}

#brands ul.brands-logos {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

#brands ul.brands-logos li {
  display: inline-block;
  margin: 0 30px 50px;
  margin-bottom: 0;
}

#brands ul.brands-logos li img {
  /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
  max-height: 85px;
  max-width: 210px;
}

#reviews {
  background-color: #f6f6f7;
  padding: 120px 0 100px;
}

#reviews h3 {
  margin-bottom: 50px;
}

.testimonial-body {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff !important;
  position: relative;
  box-shadow: 0px 3px 4px -1px rgba(153, 156, 168, 0.25);
}

.testimonial-body:before {
  position: absolute;
  content: "";
  width: 0;
  bottom: -10px;
  left: 17px;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}

.testimonial-body p {
  height: 70px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: inherit !important;
  overflow: auto !important;
  padding-right: 10px;
  scrollbar-color: #8d8d8d #e0e0e0;
  scrollbar-width: thin;
}

.testimonial-body p::-webkit-scrollbar {
  width: 4px;
  border-radius: 3px;
}

.testimonial-body p::-webkit-scrollbar-track {
  background: rgba(85, 85, 85, 0.1);
}

.testimonial-body p::-webkit-scrollbar-thumb {
  background: rgba(85, 85, 85, 0.6);
}

.testimonial-body p::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.testimonial-card .rating {
  margin-bottom: 7px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.testimonial-card .rating .stars-indicator {
  margin: 4px 0;
}

.testimonial-card .testimonial-body .google-icon {
  width: 100px !important;
  float: right;
}

.testimonial-author {
  padding: 14px 8px 0;
  line-height: 1;
}

.testimonial-author * {
  display: inline-block;
  vertical-align: middle;
}

.testimonial-author h6 {
  margin: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}

.testimonial-author img {
  margin-right: 5px;
}

/* .testimonial-author h6 span {
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
} */

.testimonial-card .testimonial-author p {
  font-size: 11px;
  display: block;
  color: rgba(0, 0, 0, 0.7);
}

.testimonial-card p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 0;
}

ul.reviews-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.reviews-list li {
  display: inline-block;
  width: 48%;
  margin: 5px;
  margin-bottom: 20px;
}

.stars i {
  color: #25b888;
}

#about-service {
  padding: 100px 0;
}

#about-service h3 {
  margin-bottom: 20px;
}

#about-service p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}

#about-service ul {
  padding-left: 20px;
  font-size: 17px;
  margin-bottom: 20px;
}

#about-service ul li::marker {
  color: #b98d58;
}

#why-us {
  background-color: #fff7ed;
  padding: 100px 0;
}

#why-us h3 {
  margin-bottom: 20px;
}

#why-us p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}

#why-us ul {
  padding-left: 20px;
  font-size: 17px;
  margin-bottom: 20px;
  list-style: none;
  margin-right: -50px;
  margin-left: -35px;
}

/* #why-us ul li::marker {
    color: #851010;
} */

#why-us ul li i {
  color: #851010;
}

#about-us {
  padding: 100px 0;
  background-color: #f5f5f5;
}

#about-us h2 span {
  font-size: 28px;
  display: block;
}

#about-us h3 {
  margin-bottom: 20px;
}

#about-us p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}

#about-us ul {
  padding-left: 20px;
  font-size: 17px;
  margin-bottom: 20px;
  list-style: none;
  margin-right: -50px;
  margin-left: -35px;
}

/* #about-us ul li::marker {
    color: #851010;
} */
#about-us ul li i {
  color: #851010;
}

table {
  width: 100%;
  font-weight: 500;
  margin-bottom: 30px;
}

table td {
  padding: 2px 10px;
}

table thead {
  border-bottom: 1px solid #222;
  font-weight: bold;
}

.recommended {
  background-color: #bfebfd;
}

table tbody tr:last-child {
  border-top: 2px solid #222;
}

#options {
  background-color: #fff7ed;
  padding: 90px 0;
  text-align: center;
}

.section-header {
  /* text-align: center; */
  margin-bottom: 36px;
}

.section-header h2 {
  font-size: 36px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.options-card {
  margin-bottom: 30px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.options-card img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.options-card .content-box {
  padding: 12px;
}

.options-card h4 {
  color: #222222;
  margin: 10px 0;
  font-weight: 500;
}

#cta {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/cta-bg.webp");
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  padding: 100px 0;
}

.cta-content {
  text-align: center;
  text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000;
}

.cta-content h2 {
  color: #fff;
  font-size: 44px;
  text-transform: capitalize;
  line-height: 1.35;
}

.cta-content h2 span {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
}

.btn-cta {
  margin-top: 20px;
}

#footer-form {
  padding: 50px 0;
}

#footer-form .section-header h3 {
  margin-bottom: 15px;
  font-size: 27px;
}

.form-wrapper h4 {
  text-align: center;
  margin-bottom: 15px;
}

.form-wrapper .cta-sub {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

.form-wrapper button {
  margin: 15px 0;
  padding: 12px 45px;
}

.form-group {
  margin-bottom: 10px;
}

.form-control {
  border: 1px solid #cbd5e1;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(71, 85, 105, 0.1);
}

.form-label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}

.form-label span {
  margin-left: 4px;
  color: #dc2626;
}

.form-label span.muted {
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
}

.form-control {
  font-size: 14px;
  color: #222;
}

.form-control:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 0.2rem #93c5fd;
}

textarea.form-control {
  height: 150px;
}

#footer {
  background-color: #222222;
  padding: 30px 0;
}

#footer .last-content {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

label.error {
  font-size: 13px;
  color: red;
  margin: 0;
  text-shadow: none;
  line-height: 17px;
  padding-left: 5px;
  text-align: left;
  display: block;
}

#footer hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right,
      rgba(176, 176, 176, 0),
      rgba(255, 255, 255, 0.75),
      rgba(0, 0, 0, 0));
}

.btn-footer {
  margin-top: 20px;
  font-size: 22px;
}

#footer p {
  font-size: 13px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 12px 0;
  margin-bottom: 0;
}

.nav-phone {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #fff301;
  text-decoration: none;
  visibility: hidden;
  line-height: 1;
}

.nav-phone i {
  font-size: 22px;
  color: rgb(255, 243, 1);
}

.nav-phone__link {
  margin-left: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 576px) {
  .nav-phone {
    left: 24% !important;
  }

  .header-content {
    margin: 25px 0 40px;
  }

  #header-content h1 {
    font-size: 31px;
  }

  #header-content p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  ul.reviews-list li {
    width: 100%;
  }

  #brands ul.brands-logos li img {
    width: 100%;
  }

  #brands ul.brands-logos li {
    width: 49%;
    margin: 0;
    padding: 0 10px;
    margin-bottom: 35px;
  }

  textarea.form-control {
    height: 120px;
  }

  .value-props-group ul {
    padding: 0;
  }

  #value-props ul li:before {
    left: 2px;
  }

  #value-props ul li {
    padding-left: 25px;
    margin: 0;
    margin-bottom: 20px;
  }

  .testimonial-body p {
    height: auto;
  }

  #reviews {
    padding: 100px 0 80px;
  }

  #header-nav {
    padding-top: 52px;
  }

  .business-logo {
    max-width: 100%;
    margin-bottom: 6px;
    text-align: center;
  }

  #header-content h1 {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 1.3;
  }

  #header-content .sub-header {
    font-size: 20px;
  }

  .cta-content h2 {
    font-size: 32px;
    line-height: 1.25;
  }
}

@media (max-width: 768px) {
  .nav-phone {
    position: fixed;
    bottom: 13px;
    left: 36%;
    padding: 12px 20px;
    border-radius: 56px;
    background-color: #2d2d30;
    visibility: visible;
  }
}

@media (max-width: 992px) {}