p {
  font-family: Raleway, sans-serif !important;
}

@media (max-width: 600px) {
  .home-heading {
    font-size: 40px !important;
  }
}

@media (max-width: 600px) {
  .sub-home-heading {
    font-size: 25px !important;
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: #009597 !important;
  border-color: var(--bs-btn-hover-border-color);
  content: ">";
}

.btn {
  color: #fff;
  background-color: #00b0b2 !important;
  border-color: #00b0b2 !important;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}

.drop-it {
  font-size: 13px;
  border-style: none;
  /*border-top: 6px solid #00d8d9;*/
  border-radius: 0px;
  padding-top: 31px;
  font-size: 14px;
}

.navbar-nav li {
  padding-right: 16px;
  /*padding-left: 0px;*/
}

.navbar-nav li:last-child {
  padding-right: 0px;
}

.nav-link {
  padding-left: 0px !important;
}

footer h3 {
  color: #00d8d9 !important;
}

.footer-h3 {
  color: #00d8d9 !important;
  font-family: 'PT Sans Narrow';
  font-size: 18px !important;
}

.footer-link a {
  color: #ffffff;
  text-decoration: none;
}

@media (min-width:1200px) {
  .h2, h2 {
    font-size: 2rem;
    color: #3a3a3a;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #757575;
}

/* Feature-cards-icons.css */

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

@media (max-width: 736px) {
  .meetClients {
    display: none;
  }
}

.infoTableHead {
  --bs-table-color: #666666;
  --bs-table-bg: #e8e3dc !important;
  --bs-table-border-color: #FFF;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  /*color: #666666;*/
  border-color: var(--bs-table-border-color);
  font-family: 'PT Sans Narrow', sans-serif;
}

.infoTableTd {
  --bs-table-color: #666666;
}

.hero-btn {
  background-color: #fff !important;
  color: #00447c !important;
}

.slide-out-box-btn {
  background-color: #3d9fe8 !important;
  border: none !important;
  padding: 10px !important;
}

.pageButton {
  background-color: #00b2b2 !important;
  border-color: #00d8d9 !important;
}

.pageButton:hover {
  background-color: #007777 !important;
}

h4 {
  font-size: 28px !important;
  color: #656565 !important;
  text-transform: capitalize !important;
  font-weight: 700 !important;
}

.menuContact {
  background-color: #3d9fe8 !important;
  border: #3d9fe8 solid !important;
  color: #fff !important;
}

.menuContact:hover {
  background-color: #3d9fe8 !important;
  color: #fff !important;
}

.hero-btn {
  background-color: #FFF !important;
  border-color: #fff !important;
  color: #00447c !important;
}

.hero-btn:hover {
  background-color: #FFF !important;
  border-color: #fff !important;
  color: #00447c !important;
}

.item {
  padding-bottom: 40px;
}

.item-link {
  position: relative;
}

.subscribe-btn {
  border: solid #fff 1px !important;
  background-color: #009597 !important;
}

.step {
  margin: 10px 0;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.step:last-child {
  border-bottom: none;
}

#map {
  height: 400px;
  width: 100%;
  margin-top: 20px;
}

