body{
    overflow-x:hidden;
}

.hero-section{
  height: 600px;
}

.hero-right-image img {
    opacity: 0;
}
.hero-section{
    background-position:80%;
}

.patient-information-sec .section-title{
    color: var(--primary-color);
}

.why-title{
    widht:60%;
    width: 70%;
    margin: 0 auto 22px;
}

.testimonials-section {
  padding: 260px 0 80px;
  margin-top: -260px;
}

.appointment-section{
  padding: 10px 20px 70px;
  background: transparent;
  z-index: 1;
  position: relative;
}

.booking-footer{
    display: none;
}

.appointment-section .booking-form{
    padding-bottom: 50px;
}


@media (max-width:991px){
    .hero-bg-img {
    width: revert-layer;
}
}