.navbar-brand img {
  width: 200px;
}
.header-topbar .social-list .social-item a svg {
  stroke: #ffffff;
}
.header-topbar .social-list {
  margin: 0;
  text-align: right;
}
.hero p {
  color:#ffffff;
}
.brand-img img {
  width: 200px;
}
.footer-bottom {
  padding: 10px 0;
}
.hero {
  background: #2e8493;
}
@media (max-width:767px) {
  .hero .hero-video .hero-caption {
    padding: 50px 0;
  }
  .navbar-brand img {
    width: 160px;
}
.offcanvas-header img {
  width: 160px;
}
}
.input-icon-group .form-control, .input-icon-group .form-select {
    padding-left: 2.5rem !important;
}

.mobile_nav {
    background-color: #00aabb;
    color: white;
}


.mobile_call {
    background-color: #FFC900;
    color: white;
    display: none;
}

.mobile-icon {
    align-items: center;
    border-radius: 50%;
    width: 50px;
    background: #198754;
    height: 50px;
    justify-content: center;
    display: flex;
}

.nav-phone {
    display: none;
}

    .nav-phone h5 {
        font-size: 16px;
    }

.navbar #final-logo {
    width: 150px;
}

@media (max-width:767px) {
    .mobile_call {
        display: block;
    }

    .nav-phone {
        display: block;
    }

    .navbar #final-logo {
        width: 110px;
    }
}