:root {
  --bs-secondary: #009fd9;
  --bs-link-hover-color: #007fad;
  --bs-secondary-rgb: 0, 159, 217;
}
.pac-container {
  z-index: 10000 !important;
}
footer,
.copyright {
  background-color: #00233b;
}
hr.style-two {
  border: 0;
  margin: 0;
  height: 2px;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.75),
    rgba(255, 255, 255, 0)
  );
}
.google-icon {
  max-width: 50px;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #009fd9;
  --bs-btn-border-color: #009fd9;

  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #26b1e0;
  --bs-btn-hover-border-color: #19addf;

  --bs-btn-focus-shadow-rgb: 0, 159, 217;

  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #33b6e3;
  --bs-btn-active-border-color: #19addf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #009fd9;
  --bs-btn-disabled-border-color: #009fd9;
}

.btn-outline-secondary {
  --bs-btn-color: #009fd9;
  --bs-btn-border-color: #009fd9;

  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #009fd9;
  --bs-btn-hover-border-color: #009fd9;

  --bs-btn-focus-shadow-rgb: 0, 159, 217;

  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #009fd9;
  --bs-btn-active-border-color: #009fd9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  --bs-btn-disabled-color: #009fd9;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}

.link-secondary {
  color: #009fd9 !important;
}
.link-secondary {
  color: #009fd9 !important;
  --bs-link-hover-color: #007fad;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
#footer-form {
  z-index: 999;
}
/* .form-group {
  margin-block: 8px;
} */
.form-container .title {
  padding: 22px 5px 22px;
  color: #f9fafb;
  background-color: #f3f3f5;
  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 form {
  background-color: #f3f3f5;
  padding: 0 6px 20px;
  border-radius: 0 0 6px 6px;
}
.bg-primary {
  background-color: #023256 !important;
}
.text-primary {
  color: #023256 !important;
}
.text-hicraft-blue {
  color: #009fd9 !important;
}
.text-dark-blue {
  color: #023256 !important;
}
.rounded-1 {
  border-radius: 32px !important;
}
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;
}
#back-to-top {
  position: fixed;
  bottom: -45px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.3s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 4px;
  text-transform: uppercase;
  font-size: 14px;
  color: #009fd9;
  font-weight: bold;
}

#back-to-top.show {
  bottom: 60px;
}

#back-to-top:hover {
  color: #023256;
}
.nav-phone {
  position: relative;
  z-index: 9999;
  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 #009fd9;
  text-decoration: none;
  visibility: hidden;
}

.accordion-button:not(.collapsed) {
  color: #009fd9 !important;
}

.nav-phone__link {
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
}

.nav-phone i {
  font-size: 26px;
  color: #009fd9;
}
@media (max-width: 992px) {
  .nav-phone {
    position: fixed;
    bottom: 12px;
    left: calc(50% - 115px);
    padding: 10px 20px 10px 23px;
    border-radius: 56px;
    background-color: #023256;
    visibility: visible;
  }
}

.layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    230deg,
    rgba(11, 24, 40, 0.4) 5.02%,
    rgba(10, 28, 50, 0.91) 92.71%
  );
  z-index: 1;
}
.inner-content h1 {
  font-size: 48px;
}
.width-paragraph {
  max-width: 730px;
}
.inner-content p {
  font-size: 20px;
}
.list-home span {
  font-size: 18px;
}
.fs-xxl-38{
  font-size: 38px !important;
}
@media (max-width: 575px) {
  .inner-content h1 {
    font-size: 25px;
  }
  .width-paragraph {
    max-width: 340px;
  }
  .inner-content p {
    font-size: 16px;
  }
  .list-home span {
    font-size: 16px;
  }
  .fs-6 {
    font-size: 16px !important;
  }
  .fs-4 {
    font-size: 27px !important;
  }
  #footer-form .inner-wrap p {
    font-size: 15px !important;
  }
  .layer {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      230deg,
      rgba(10, 28, 50, 0.8),
      rgba(10, 28, 50, 0.8) 
    );
    z-index: 1;
  }
}
