:root {
  --section-padding: 80px 0;
}

body {
  padding: 0;
  margin: 0;
  color: #222222;
  /* background-color: #fafbfd; */
}

@media all and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

body,
input,
select,
textarea,
button,
.btn {
  font: 16px/1.75em "Kumbh 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;
}

.header-section {
  text-align: center;
  margin-bottom: 40px;
}

.header-section p {
  margin-bottom: 0;
  font-size: 16px;
}

button.navbar-toggler {
  line-height: 1;
  padding: 0;
  height: 30px;
  margin-left: 25px;
  padding-top: 8px;
}

button.navbar-toggler span {
  font-size: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Kumbh Sans", 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: 1200px;
}

.text-red {
  color: #710304 !important;
}

a {
  cursor: pointer;
  color: #710304;
  font-weight: bold;
}

a:hover {
  color: #710304;
  text-decoration: underline;
}

/* a[href^="tel:"] {
  display: inline-block;
  color: #710304;
} */

::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: #00325d;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 12px 25px;
  transition: all 0.3s;
}

.btn:hover {
  background-color: #710304;
  color: #fff;
}

.btn:active {
  background-color: #710304;
  color: #fff;
}

#header {
  background-image: linear-gradient(rgb(16 30 45 / 96%), rgb(16 30 45 / 85%)),
    url("../img/header-bg-1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#header-nav {
  background-color: #fff;
  padding: 20px 0;
}

@media all and (min-width: 1024px) {
  #header-nav .container {
    max-width: 1400px;
  }
}

#header-content {
  padding: 75px 0 90px;
}

#header-content h1 {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #fff;
}

#header-content h1 .sub-header {
  display: block;
  font-size: 28px;
  font-weight: 500;
  color: #ffc107;
  margin-top: 8px;
}

#header-content h2 {
  color: #fff;
}

#header-content p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #fff;
}

#hero-form .form-container {
  background-color: #fff;
  padding: 32px 24px;
  margin-top: -100px;
  box-shadow: 0 2px 3px 0 rgba(29, 29, 29, 0.5);
  border-radius: 4px;
}

span.cta-sub {
  font-size: 14px;
  color: #474747;
  line-height: 1;
  opacity: 0.95;
  margin-top: 8px;
  margin-bottom: 10px;
  display: block;
}

#hero-form .form-container button[type|="submit"] {
  font-size: 16px;
}

#value-props {
  padding: 110px 0 90px;
}

#value-props h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

#header ul.nav-ul {
  list-style-type: none;
  padding: 20px 0 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

ul.intro-list,
ul.list {
  list-style-type: none;
  padding: 0;
  margin: 25px 0;
  text-transform: capitalize;
  /* display: flex; */
}

.navbar .container {
  max-width: 1315px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #00325d;
}

.bg-navbar {
  background-color: white;
}

.nav-menu {
  /* background-color: teal;  */
  /* align-self: center;*/
  margin-top: 10px;
}

.nav-menu-icon {
  font-size: 33px;
}

#header ul.intro-list li {
  color: #ffffff;
  font-size: 20px;
  padding-left: 36px;
  text-align: left;
}

ul.intro-list li,
ul.list li {
  position: relative;
  /* padding-left: 34px; */
  margin: 6px 0;
  font-size: 18px;
  color: #2c2d32;
}

.ul-style {
  font-size: 30px;
  color: #f8b800;
}

ul.intro-list li:before,
ul.list li:before {
  font-family: "fontello";
  content: "\e98f";
  color: #00325d;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
}

#header .nav-ul a {
  color: #000;
  transition: all 0.3s;
}

#header .nav-ul a:hover {
  color: #00325d;
  text-decoration: none;
}

#header .phone-number a {
  transition: all 0.3s;
}

#header .header-form {
  background-color: white;
  padding: 10px;
  border-radius: 5px;
}

.header-section h2 {
  font-size: 36px;
}

.services {
  padding: 60px 0 80px;
}

.service-row {
  gap: 36px 0;
}

@media all and (min-width: 1024px) {
  .service-row {
    margin-top: 20px;
  }
}

.service-card {
  text-align: center;
}

.service-card-img {
  margin-bottom: 8px;
}

.service-card-img img {
  max-height: 72px;
}

.service-card-content h4 {
  font-size: 21px;
}

.service-card-content p {
  font-size: 15px;
  margin-bottom: 0;
}

.cta-1 {
  background-color: #eef4fa;
  padding: 42px 0;
}

.cta-1 h4 {
  font-size: 25px;
  text-transform: capitalize;
}

.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: var(--section-padding);
}

#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;
}

#brands ul.brands-logos li img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  max-height: 85px;
  max-width: 210px;
}

.how-it-works {
  padding: 64px 0;
}

.how-it-works .header-section h2 {
  font-size: 34px;
}

.step-card {
  background-color: #f5f5f5;
}

.step-card-img {
  position: relative;
}

.step-card-content p {
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 1;
}

.img-position {
  width: 66px;
  height: 66px;
  /* padding: 20px; */
  border-radius: 50%;
  background-color: #00325d;
  position: absolute;
  left: 40%;
  top: 86%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* transform: translateX(-50%); */
}

.img-position img {
  /* max-width: 24px; */
  max-width: 36px;
}

.step-card-content {
  padding: 42px 20px 24px;
  text-align: center;
}

.step-card-content h4 {
  margin-bottom: 0;
  font-size: 18px;
  margin-top: 16px;
}

.cta-2 {
  background-color: #0000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/cta-bg-1.webp);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: var(--section-padding);
  /* min-height: 600px; */
}

#cta-2 .header-section {
  margin-bottom: 0;
  color: #fff;
}

#cta-2 .header-section h2 {
  color: #fff;
}

a.btn-style1,
a.btn-style1:hover {
  text-decoration: none;
}

.btn-style1 {
  padding: 10px 35px;
  background-color: #00325d;
  border-radius: 30px;
  color: white !important;
  transition: all 0.3s;
}

.btn-style1:hover {
  background-color: #710304;
}

#reviews {
  background-color: #f5f5f5;
  padding: var(--section-padding);
}

#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: 24px !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 {
  /* display: block;
    font-weight: normal;
    color: #000;
    opacity: 0.8;
    margin-top: 5px; */
  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;
}

#comparison {
  padding: var(--section-padding);
  /* background-color: #F5F5F5; */
}

#comparison .header-section {
  margin-bottom: 0;
  text-align: left;
}

/* @media all and (min-width:1200px) {
    #comparison .container {
        max-width: 1600px;
    }
} */

#comparison h3 {
  margin-bottom: 20px;
}

#comparison p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}

#steps {
  padding-bottom: 90px;
  text-align: center;
}

.section-header {
  margin-bottom: 40px;
  text-align: center;
}

.step {
  background-color: #fbfbfb;
  border-radius: 4px;
  padding: 35px 40px;
  margin-bottom: 40px;
  box-shadow: 0px 3px 4px -1px rgba(153, 156, 168, 0.25);
}

.step h4 {
  color: #019de8;
  margin-bottom: 10px;
}

.step p {
  margin-bottom: 0;
}

.why-us {
  padding: var(--section-padding);
}

.why-us-card {
  text-align: center;
  margin-bottom: 32px;
}

/* .why-us-card-img {
    width: 100px;
    margin: 20px auto;
    border-radius: 50%;
} */
.why-us-card-img img {
  max-width: 88px;
}

.why-us-card-content h4 {
  font-size: 22px;
}

.why-us-card-content p {
  font-size: 16px;
}

.why-us-card-img img {
  border-radius: 50%;
}

p.accent-color {
  color: #00325d;
  font-size: 24px;
}

#footer-form {
  padding: var(--section-padding);
}

#footer-form .section-header h3 {
  margin-bottom: 15px;
}

#footer-form button[type|="submit"] {
  font-size: 17px;
}

.form-wrapper h4 {
  text-align: center;
  margin-bottom: 15px;
}

#header .cta-sub {
  display: block;
  margin-left: 15px;
  margin-bottom: 8px;
  /* text-align: center; */
  font-size: 12px;
  font-weight: 500;
}

.form-wrapper button {
  /* margin: 15px 0; */
  /* padding: 12px 45px; */
  /* padding: 12px 25px; */
}

.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;
}

label.error {
  color: red;
}

.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: 88px;
}

#footer {
  background-color: #222222;
  color: white;
}

#footer p {
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  padding: 12px 0;
  margin-bottom: 0;
}

#back-to-top.show {
  opacity: 1;
}

#back-to-top:hover {
  background: #000000;
}

.btn-bg {
  background-color: #00325d;
}

/* .btn-bg:hover{
    background-color: #710304;
} */
#back-to-top {
  position: fixed;
  bottom: 25px;
  right: 4px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 1;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s 0s;
  -moz-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
  opacity: 0;
  font-weight: normal;
  padding: 10px 9px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0.5rem;
  font-size: 30px;
}

@media (max-width: 414px) {
  .header-content {
    margin: 25px 0 40px;
  }

  #header-content h1 {
    font-size: 32px;
  }

  #header-content h2 {
    font-size: 24px;
  }

  .header-section h2 {
    font-size: 25px;
  }

  .cta-1 h4 {
    font-size: 19px;
  }

  #header-content p {
    font-size: 17px;
    margin-bottom: 30px;
  }

  .step-card {
    margin-bottom: 32px;
  }

  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;
  }

  .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;
  }
}

@media (max-width: 576px) {
  .service-card-content p {
    display: none;
  }

  .nav-logo {
    margin-top: 50px;
  }

  #header ul.nav-ul {
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 0;
    padding-bottom: 0;
  }

  #header-nav {
    padding-top: 48px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 992px) {}

@media (max-width: 576px) {
  .phone-nav {
    position: fixed;
    bottom: 13px;
    left: 37%;
    transform: translateX(-30%);
    font-size: 22px;
    padding: 10px 20px 10px 20px;
    border-radius: 56px;
    background-color: #18181b;
    display: flex !important;
    z-index: 999;
    color: #fff;
  }

  .btn:active {
    background-color: #710304;
    color: #fff;
  }

  #comparison .header-section {
    margin-top: 20px;
  }

  .why-us-card-content h4 {
    font-size: 18px;
  }

  .phone-form {
    font-size: 19px;
  }

  .phone-nav a[href^="tel:"] {
    color: #fff;
  }

  .header-section p {
    margin-bottom: 20px;
  }
}