div#bodyContent p, div#firstHeading {
    color: black !important;
    line-height: 30px !important;
}

.wf1p86w #navigation .navbar.builder-dynamic-fixed .navbar-brand {
  left: 0% !important;
}
.review-slider__list p {
    font-size: 14px;
}
body a.btn.booknow.app_btn {
  right: 52px !important;
  padding: 7px 10px !important;
  font-size: 14px !important;
}
ul.footerSocial-header {
  margin-top: -5px !important;
}
@media screen and (min-width: 1100px) {
  .wf1p86w #navigation .menu-mobile .booknow {
    top: -2px !important;
    font-size: 14px !important;
  }
  .w1qwjjit #specialties {
    margin-top: 106px !important;
  }

  section.serv_banner img {
    object-fit: contain !important;
  }

  .w1ia1o64 section.inner-page-head.services.lozad {
    margin-top: 106px !important;
  }
}

section.serv_banner img {
  height: 80vh !important;
}

.main_head h1 {
  text-align: left;
}

@media screen and (max-width: 1024px) {
  section.serv_banner img {
    height: 40vh !important;
  }
}

@media screen and (max-width: 800px) {

  .menu_bottom_fixed-xs.nav-mobile.visible-xs {
    position: fixed;
    bottom: 2%;
    left: 1%;
    max-width: max-content;
    display: flex !important;
    justify-content: space-around;
}
 
.menu_bottom_fixed-xs.nav-mobile.visible-xs a p {
    font-size: 0;
}

.menu_bottom_fixed-xs.nav-mobile.visible-xs a {
    color: #fff;
    margin: 10px;
    text-align: center;
    width: 50px;
    height: 50px;
    background: #3f51b5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.menu_bottom_fixed-xs.nav-mobile.visible-xs a:hover {
    background-color: #000; /* Light red hover effect */
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.menu_bottom_fixed-xs.nav-mobile.visible-xs a::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    border: 2px solid rgba(255, 99, 71, 0.5);
    border-radius: 50%;
    animation: pulse 1.5s infinite ease-in-out;
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 0.7;
    }
}

  
  section.contact_area {
    padding: 3% 10% !important;
  }

  .col-md-3.icon_main {
    justify-content: unset !important;
  }

  .main_head h4 {
    color: #fff !important;
  }
}



#profile > div.appointment-modal__doctors > div:nth-child(2) {
    display: block !important;
}

