.navbar {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.772rem 1rem !important;
  position: sticky !important;
  z-index: 9999;
  top: 0px;
}
@media screen and (min-width: 768px) {
  .navbar {
    height: 2.83rem;
    position: relative;
    z-index: 1;
  }
}

.navbar__logo {
  width: 6rem;
  height: 2.9rem;
  flex-shrink: 0;
}
.navbar__logo-img {
  height: 100%;
}
.navbar__call-btn {
  height: 2rem;
  width: 7.59rem;
  border-radius: 1.09rem;
  color: var(--brandClr);
  border: 1px solid var(--brandClr);
  text-decoration: none;
  font-size: var(--font-16);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .navbar__call-btn {
    height: 1.2rem;
    width: 4.6rem;
    font-weight: 600;
    font-size: var(--font-lg-28);
    position: absolute;
    top:0.62rem;
    right: 2.90rem;
  }
}
.navbar__call-image {
  height: var(--font-14);
  width: var(--font-14);
  margin-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .navbar__call-image {
    height: var(--font-lg-24);
    width: var(--font-lg-14);
    margin-right: 0.2rem;
  }
}

@media screen and (min-width: 768px) {
  .navbar__logo img {
    width: 4.173rem;
    height: 1.50rem;
    angle: 0 deg;
    opacity: 1;
    object-fit: cover;
  }
  .navbar{
    padding: 0.62rem 02.90rem 0 2.90rem  ;
  }
}
