body {
  padding: 0;
}

body,
input,
select,
textarea,
button,
.btn {
  font-family: "Inter", 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: "Plus Jakarta Sans", sans-serif;
  color: #0b1b3a;
  font-weight: 600;
  margin-top: 0;
}

h1,
.h1 {
  font-size: 65px;
}

h2,
.h2 {
  font-size: 50px;
}

h3,
.h3 {
  font-size: 40px;
}

h4,
.h4 {
  font-size: 30px;
}

h5,
.h5 {
  font-size: 25px;
}

p {
  font-size: 18px;
  margin-bottom: 20px;
}

#back-to-top {
  position: fixed;
  bottom: -55px;
  right: 40px;
  z-index: 9999;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.5s ease;
  transform: rotate(-90deg);
  right: 4px;
  text-transform: uppercase;
  font-size: 14px;
  color: #009dff;
  font-weight: bold;
}

#back-to-top:hover {
  background: transparent;
  color: #e72965;
}

#back-to-top:active {
  background: transparent;
}

#back-to-top.show {
  bottom: 56px;
}

#back-to-top:after {
  content: "\e9a5";
  font-family: "Fontello";
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 16px;
}

@media all and (min-width: 1024px) {
  .container {
    max-width: 1320px;
  }
}

ul.intro-list,
ul.list {
  list-style-type: none;
  padding: 0;
  margin: 25px 0;
  text-transform: capitalize;
}

ul.intro-list li,
ul.list li {
  position: relative;
  padding-left: 34px;
  margin: 6px 0;
  font-size: 18px;
  color: #2c2d32;
}

ul.intro-list li:before,
ul.list li:before {
  font-family: "fontello";
  content: "\e98f";
  color: #5ce0e6;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
}

#header_bar {
  text-align: center;
  padding: 12px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #009dff;
  color: #1c1c1c;
}

#header_bar p {
  /* color: #0b1b3a; */
  color: #fefefe;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}

#header_bar p a {
  font-weight: bold;
  text-decoration: underline;
  /* color: #323232; */
  color: #1B1B1B;
}

.section-headline {
  color: #fff;
  font-size: 48px;
  margin-bottom: 35px;
}

.section-headline span {
  display: block;
  font-size: 15px;
  margin-bottom: 29px;
  line-height: 1;
  letter-spacing: 0;
}

.btn,
input[type="submit"],
.btn-form button[type="submit"],
button,
.button {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 0;
  z-index: 1;
}

.btn-style1 {
  line-height: 1.25;
  padding: 12px 30px;
  clip-path: polygon(20px 0,
      100% 0,
      100% calc(100% - 20px),
      calc(100% - 20px) 100%,
      0 100%,
      0 20px);
  font-size: 21px;
  font-weight: 600;
  color: #fffaf9;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  z-index: 1;
}

.btn-style1::before {
  position: absolute;
  background: #009dff;
  content: "";
  inset: 0;
  overflow: hidden;
  -webkit-transform: scaleX(0);
  -khtml-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.3s ease-in-out;
  -khtml-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}

.btn-style1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #009dff;
}

.btn-style1:hover {
  color: #fffaf9;
  text-decoration: none;
  background: #009dff;
  transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 100% 100%, 0 100%, 0 20px);
}

.btn-style2 {
  font-size: 18px;
  line-height: 1.3em;
  background-color: #009dff;
  padding: 18px 39px 15px;
  border: 2px solid #009dff;
  clip-path: polygon(20px 0,
      100% 0,
      100% calc(100% - 20px),
      calc(100% - 20px) 100%,
      0 100%,
      0 20px);
  position: relative;
  color: #1c1c1c;
}

.btn-style2:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 400%;
  height: 150%;
  opacity: 0;
  transform: rotate(30deg);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.25) 0%,
      rgba(255, 255, 255, 0.13) 77%,
      rgba(255, 255, 255, 0.5) 92%,
      #fff 100%);
}

.btn-style2:hover {
  color: #fff;
  background-color: initial;
  clip-path: polygon(0 0,
      100% 0,
      100% calc(100% - 20px),
      100% 100%,
      0 100%,
      0 20px);
}

.btn-style2:hover:after {
  opacity: 1;
  top: -30%;
  left: 25%;
  -webkit-transition:
    left 1.5s,
    top 1.5s,
    opacity 0.15s ease;
  -khtml-transition:
    left 1.5s,
    top 1.5s,
    opacity 0.15s ease;
  -moz-transition:
    left 1.5s,
    top 1.5s,
    opacity 0.15s ease;
  -ms-transition:
    left 1.5s,
    top 1.5s,
    opacity 0.15s ease;
  -o-transition:
    left 1.5s,
    top 1.5s,
    opacity 0.15s ease;
  transition:
    left 1.5s,
    top 1.5s,
    opacity 0.15s ease;
}

.btn-submit {
  width: 100%;
  background-color: #009dff;
  border-color: #009dff;
  border-radius: 3px;
  font-size: 18px;
  padding: 13px 0;
  color: #0b1b3a;
  font-weight: 600;
  transition: all 0.2s ease;
}

.btn-submit:hover {
  width: 100%;
  background-color: #eab308;
  border-color: #eab308;
}

.btn-learnmore {
  display: flex;
  align-items: center;
  color: #ededed;
  font-size: 18px;
  font-weight: 700;
  box-shadow: none;
  text-decoration: none;
}

.btn-learnmore:before {
  content: "\e908";
  font-family: "fontello";
  position: relative;
  font-size: 10px;
  margin-right: 10px;
  line-height: 1;
  color: #ededed;
  background-color: #009dff;
  padding: 4.5px 6.5px 5.5px 7.5px;
  clip-path: polygon(5px 0,
      100% 0,
      100% calc(100% - 5px),
      calc(100% - 5px) 100%,
      0 100%,
      0 5px);
  overflow: hidden;
}

.btn-learnmore span {
  background: linear-gradient(to right, #009dff, #009dff 50%, #ededed 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  overflow: hidden;
  -webkit-transition: background-position 300ms ease;
  -khtml-transition: background-position 300ms ease;
  -moz-transition: background-position 300ms ease;
  -ms-transition: background-position 300ms ease;
  -o-transition: background-position 300ms ease;
  transition: background-position 300ms ease;
}

.btn-learnmore:hover {
  text-decoration: none;
}

.btn-learnmore:hover span {
  background-position: 0 100%;
}

.nav-phone {
  position: relative;
  z-index: 4;
  display: flex;
  padding: 25px 30px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #009dff;
  text-decoration: none;
  visibility: hidden;
}

.nav-phone i {
  font-size: 26px;
  color: #009dff;
}

.nav-phone__link {
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
  /* text-shadow: 1px 1px 1px #4c4c4e; */
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
}

#header {
  background-image: url("../imgs/header-bg.webp");
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 36px;
  z-index: 10;
}

#header::after {
  content: "";
  height: 225px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url("../imgs/overlay-footer.png");
  pointer-events: none;
}

figure.header-logo {
  background-color: #252525;
  padding: 4px 8px;
  border-radius: 12px;
}

nav#header_nav {
  padding: 20px 0 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgb(25 25 25 / 55%); */
  background-color: rgb(25 25 25 / 75%);
  white-space: nowrap;
}

header#headerContent {
  padding: 40px 0 80px;
}

header .header-content h1 {
  color: #fefefe;
  font-size: 56px;
  line-height: 1.1;
  margin-bottom: 17px;
}

header .header-content p {
  color: #ffffff;
  margin-top: 15px;
  line-height: 1.35;
  font-size: 19px;
  /* font-weight: 500; */
}

header ul.intro-list li {
  color: #ffffff;
  font-size: 17px;
}

.today-offer {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  color: #f9b900;
  font-size: 19px;
  /* background-color: rgb(27 32 39 / 79%); */
  background: rgba(15, 32, 39, 0.85);
  min-width: 100%;
  box-shadow:
    0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.today-offer span {
  display: block;
}

span.offer-title {
  color: #fff;
  font-size: 17px;
  line-height: 1;
  padding: 3px 0;
}

.today-offer .offer-price {
  font-size: 48px;
  /* margin: 10px 0 0px; */
  line-height: 1;
}

.today-offer .offer-price em {
  font-size: 25px;
  font-style: normal;
  line-height: 1;
  margin-right: 5px;
}

.today-offer .offer-cta {
  margin-bottom: 3px;
}

.today-offer .offer-terms a {
  color: #f9b900;
  text-decoration: underline;
  font-size: 15px;
  margin-bottom: -18px;
  display: block;
  font-weight: normal;
}

.today-offer .offer-btn {
  /* color: #009dff; */
  color: #3ab3ff;
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
  padding: 5px 0;
}

a.btn-style1 i {
  font-size: 22px;
  font-weight: 400;
}

.form-container .title {
  padding: 22px 5px 22px;
  color: #f9fafb;
  background-color: #1b1b1b;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  box-shadow:
    0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.form-container .title h4 {
  color: #fefefe;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 6px;
}

.form-container .title p {
  font-size: 17px;
}

.form-container form {
  background-color: rgb(27 27 27 / 60%);
  padding: 20px 6px 20px;
}

.form-container label {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  text-shadow: none;
  font-size: 13px;
  color: #fefefe;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 20px;
  display: block;
}

.form-control {
  display: block;
  width: 100%;
  line-height: 1.42857143;
  color: #3c3c3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  outline: 0;
  font-size: 14px;
  height: auto;
  padding: 12px 15px;
  border: 2px solid #a5a5a5;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  color: #525a6c;
  border-color: #e3ebec;
  background-color: #e3ebec;
}

.form-control:focus {
  border-color: #009dff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  height: 120px;
}

.form-control.error {
  border-color: rgba(206, 32, 32, 0.8);
}

label.error {
  font-size: 13px;
  color: red;
  margin: 0;
  text-shadow: none;
  line-height: 17px;
  padding-left: 5px;
  text-align: left;
  display: block;
  font-weight: normal;
  margin-top: 3px;
}

label span.muted {
  color: rgb(228 228 228);
  font-size: 11px;
  font-weight: bold;
}

#services {
  background-color: #1c1c1c;
  padding: 150px 0 135px;
  color: #ffffff;
}

#services .container {
  max-width: 1550px;
}

#services ul.intro-list li:before {
  content: "\e815";
  font-size: 19px;
}

.service-block {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}

.service-block img {
  position: relative;
  /* opacity: 0.7; */
  transition: all 0.35s !important;
}


.service-block_frame {
  /* position: absolute;
  background: rgb(28, 28, 28, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  padding: 15px 40px 30px;
  transition: opacity 0.35s;
  z-index: 8; */
  margin-top: 12px;
}

#services .intro-list li {
  color: #fff;
  font-size: 0.95rem;
  padding-left: 26px;
}

h5.whats-included {
  color: #fff;
  margin-top: 14px;
  font-weight: 500;
  font-size: 25px;
}

#cta1 {
  background-color: #f1f5f6;
  padding: 45px 0;
  box-shadow:
    0 1px 3px 0 rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
}

#cta1 h3 {
  font-size: 27px;
  line-height: 1.25;
  margin-bottom: 0;
}

#cta1 h3 a {
  color: #009dff;
}

section#about {
  padding: 90px 0;
}

.about-block .title {
  top: -31px;
  left: 45px;
  background: #009dff;
  padding: 9px;
  box-shadow:
    0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.about-block h3 {
  font-size: 25px;
}

#about .section-headline {
  color: #0b1b3a;
  margin-bottom: 25px;
}

#about .section-headline span {
  margin-bottom: 8px;
  color: #3d3d3d;
}

#about .btn-style2:hover {
  color: #1c1c1c;
}

#gallery {
  padding: 150px 0 120px;
  background-color: #1c1c1c;
}

#gallery h2,
#testimonials h2 {
  line-height: 1;
  margin-bottom: 50px;
}

.gallery .ion-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 55;
  padding: 6px 6px;
  background-color: rgb(244, 202, 99);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-top-right-radius: 7px;
}

.gallery .gallery-image {
  width: 33%;
  position: relative;
  overflow: hidden;
  margin: 0.4%;
  flex: 1 0 32.5%;
}

.gallery .gallery-image a:after {
  content: "";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-top: 95px;
  text-align: center;
  color: rgba(255, 255, 255, 0);
  font-size: 25px;
  background: rgba(137, 204, 37, 0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.gallery .gallery-image a:hover:after {
  color: #fff;
  background-color: rgb(92 224 230 / 40%);
  z-index: 5;
  border: 2px solid rgb(92, 224, 230);
}

.gallery .gallery-image img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  max-height: 230px;
}

.gallery .gallery-image a:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  position: relative;
}

ul.gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.gallery li .ion-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 55;
  padding: 6px 6px;
  background: rgb(95 95 95);
  background: -moz-linear-gradient(90deg,
      rgb(95 95 95 / 65%) 9%,
      rgb(95 95 95 / 58%));
  background: -webkit-linear-gradient(90deg,
      rgb(95 95 95 / 65%) 9%,
      rgb(95 95 95 / 58%));
  background: linear-gradient(90deg,
      rgb(95 95 95 / 65%) 9%,
      rgb(95 95 95 / 58%));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bd9a5b", endColorstr="#c4a46d", GradientType=1);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-top-right-radius: 7px;
}

ul.gallery li {
  width: 33%;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 0.2%;
}

ul.gallery li a:after {
  content: "";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-top: 95px;
  text-align: center;
  color: rgba(255, 255, 255, 0);
  font-size: 25px;
  background: rgba(137, 204, 37, 0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

ul.gallery li a:hover:after {
  color: #fff;
  background-color: rgba(227, 145, 1, 0.4);
  z-index: 5;
  border: 2px solid rgb(227, 145, 1);
}

ul.gallery li img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

ul.gallery li a:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  position: relative;
}

#testimonials {
  padding: 120px 0 150px;
  background-color: #f1f5f6;
}

#testimonials h2 {
  color: #0b1b3a;
  margin-bottom: 25px;
}

#testimonials h4 {
  font-size: 23px;
  line-height: 1;
  margin-bottom: 22px;
  font-weight: normal;
}

.review-block {
  background-color: #fff;
  text-align: center;
  padding: 50px 45px 35px;
  position: relative;
  -webkit-box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
  box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
  margin-bottom: 20px;
}

.review-block img {
  margin: 0 auto;
  margin-bottom: 10px;
}

.review-block p {
  font-size: 15px;
  color: #525a6c;
  line-height: 24px;
  margin-bottom: 25px;
}

.review-block h5.author {
  font-size: 17px;
}

.review-block h5.author span {
  display: block;
  color: #92969f;
  font-weight: normal;
  font-size: 16px;
  margin-top: 5px;
}

.review-block img.rating {
  margin-bottom: 25px;
}

.review-badges {
  margin-bottom: 25px;
}

.brdr-top {
  width: 100% !important;
  height: 6px !important;
  background: #4fce6a !important;
  border-radius: 2px 2px 0 0 !important;
}

.badge-content {
  padding: 10px;
}

.review-badge {
  background-color: #fff;
  /* box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%); */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
}

.review-badges p {
  line-height: 1;
  font-size: 14px;
  color: #333;
}

.review-badge .logo img {
  border-radius: 50%;
  width: 44px;
}

.review-badge .score {
  margin-left: 8px;
}

.review-badge .rating span {
  font-size: 20px;
  font-weight: normal;
  color: #fbbc00;
  line-height: 1;
  display: inline-block;
}

.yelp-badge .rating img {
  width: 22px;
  margin: 0 2px;
}

#footer-form {
  padding: 100px 0;
}

#footer-form h2.section-headline {
  color: #0b1b3a;
  margin-bottom: 20px;
}

#footer-form p {
  line-height: 1.3;
  margin-bottom: 12px;
}

#footer-form .intro {
  margin-bottom: 40px;
}

#footer-form {
  padding: 80px 0 110px;
  background: #fff;
}

#footer-form h1 {
  line-height: 65px;
  color: #231f20;
}

#footer-form .form-container {
  /* border: 8px solid #1c1c1c; */
  /* border-top: 0; */
  /* padding: 20px; */
  width: 70%;
  margin: auto;
}

#footer-form .form-container form {
  padding: 0;
  background-color: transparent;
}

#footer-form .form-label {
  text-shadow: none;
  font-size: 14px;
  color: #060b17;
  font-weight: 400;
  margin-bottom: 2px;
  line-height: 20px;
}

#footer-form label span.muted {
  color: #6c7a89;
}

.prop-img img {
  min-width: 100%;
  max-width: inherit;
}

.form-privacy {
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  color: #34405a;
  margin-top: 16px;
}

.request-quote-form h5 {
  margin: 0;
  padding: 12px 0;
  text-align: center;
  background-color: #1c1c1c;
  font-size: 20px;
  color: #fafafa;
}

footer {
  background-color: #1c1c1c;
  padding: 30px 0;
}

.modal iframe {
  min-height: 75vh;
}

.modal-header .close {
  background: #87969a;
  width: 35px;
  height: 35px;
  margin: 1px 0;
  color: #000;
  font-size: 27px;
  border-radius: 50%;
}

#why-us {
  /* padding: 100px 0; */
  /* background-color: #08223d; */
  background-color: #1C1C1C;
}

#why-us .differnce-bg_wrapper {
  padding: 100px 0;
}

#why-us .section-headline {
  margin-bottom: 40px;
  text-align: center;
}

#why-us h2 {
  font-size: 32px;
  color: #fff;
  /* line-height: 1; */
}

#why-us h2::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #009dff;
  bottom: -20px;
  left: 0;
}

#why-us p,
#why-us ul {
  color: #fefefe;
}

ul.intro-list,
ul.list {
  list-style-type: none;
  padding: 0;
  margin: 25px 0;
  text-transform: capitalize;
}

#why-us .intro-list li {
  color: #fff;
}

ul.intro-list li:before,
ul.list li:before {
  font-family: "fontello";
  content: "\e98f";
  color: #009dff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
}

.differnce-bg {
  background-image: url(../imgs/difference-bg.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 600px;
}

@media (min-width: 760px) {
  #why-us {
    overflow: hidden;
  }
}

.service-block {
  position: relative;
  /* border-radius: 16px; */
  overflow: hidden;
}


.service-image img {
  width: 100%;
  display: block;
  /* border-radius: 16px; */
}

.btn-fleet {
  background-color: #009dff;
  font-size: 14px;
  line-height: 1.1;
  border-radius: 6px;
  font-weight: 500;
}

.service-overlay {
  position: absolute;
  max-width: 96%;
  left: 8px;
  right: 8px;
  bottom: 12px;
  background: rgba(15, 32, 39, 0.85);
  padding: 16px 18px;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.service-overlay h5 {
  margin: 0 0 10px;
  font-weight: 600;
}

.service-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fleet-cta {
  align-self: flex-end;
}

.service-price {
  font-size: 18px;
  color: #f5de95;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.service-price b {
  font-size: 24px;
}

.service-cta {
  font-size: 14px;
  font-weight: 600;
  color: #009dff;
  transition: color 0.3s ease;
}

/* hover */
.service-link:hover .service-cta {
  color: #0077cc;
}

.service-block h5 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 12px;
}

.service-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.service-link:hover {
  text-decoration: none;
}

.service-block {
  cursor: pointer;
}

.service-block h5,
.service-block .btn-learnmore {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  transition: text-decoration-color 0.35s ease;
}

.service-link:hover .service-block h5,
.service-link:hover .service-block .btn-learnmore {
  text-decoration-color: #009DFF;
}

.brand-section {
  padding: 80px 0;
  background: #FFFFFF;
}

.brand-title {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #0b1b3a;
}

.brand-text {
  font-size: 15px;
  color: #5b6472;
  margin-bottom: 40px;
}


@media all and (max-width: 992px) {
  .nav-phone {
    position: fixed;
    bottom: 13px;
    left: calc(50% - 129px);
    padding: 10px 20px 10px 23px;
    border-radius: 56px;
    background-color: #1c1c1c;
    visibility: visible;
  }

  #testimonials h2 {
    font-size: 50px;
  }

  #testimonials h4 {
    font-size: 21px;
  }

  .review-block {
    padding: 30px 22px 30px;
  }

  #footer-form h2.section-headline {
    font-size: 58px;
  }
}

@media all and (max-width: 575px) {
  #why-us h2 {
    font-size: 32px;
  }

  nav#header_nav {
    margin-top: 30px;
  }

  header .header-content h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  header .header-content p {
    font-size: 17px;
  }

  .today-offer {
    width: 90%;
    margin: auto;
  }

  header#headerContent {
    padding: 40px 0 200px;
  }

  .section-headline {
    font-size: 32px;
    margin-bottom: 30px;
  }

  #services {
    padding: 75px 0 105px;
  }

  #cta1 {
    padding: 35px 0;
  }

  #cta1 h3 {
    font-size: 22px;
  }

  .about-block h3 {
    font-size: 20px;
  }

  #about .section-headline {
    font-size: 32px;
    margin-top: 20px;
  }

  #gallery {
    padding: 90px 0 100px;
  }

  .gallery .gallery-image {
    width: 50%;
    flex: 1 0 48.5%;
  }

  #testimonials h2 {
    font-size: 32px;
  }

  #testimonials h4 {
    font-size: 20px;
    line-height: 1.4;
  }

  .review-block {
    padding: 50px 22px 35px;
  }

  #footer-form h2.section-headline {
    font-size: 32px;
  }

  #footer-form p {
    line-height: 1.35;
  }

  #footer-form .form-container {
    width: 95%;
  }

  .modal-title {
    font-size: 20px;
    line-height: 1.25;
    max-width: 17ch;
  }
}