/*----GANERAL----*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@300;400;500;600&display=swap");

* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #85aef1; 
  border-radius: 20px;
}
 
::-webkit-scrollbar-thumb {
  background: #0863f5; 
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0863f57d; 
}
body {
  font-family: "Poppins", sans-serif !important;
}

p {
  font-size: 15px !important;
  color: #000;
  font-weight: 100;
}

a {
  text-decoration: none !important;
}

html {
  scroll-behavior: smooth;
}

.bg-two {
  background: #f9f9f9;
}

.mb-line {
  border-bottom: 1px solid rgb(235, 235, 235);
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.text-theme {
  color: #0863f5;
}

.d-padding {
  padding: 100px 0px 100px 0px !important;
}

.margin-top {
  padding-top: 180px !important;
}

.footer-padding {
  padding: 30px 0px 30px 0px !important;
}

.our-values-div ul {
  list-style: none;
  padding-inline: 130px;
}

.our-values-div ul p {
  margin-bottom: 15px;
  font-size: 17px !important;
  text-align: justify;
}
.contact-in-page-wp {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  margin-top: 10px;
  box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 1);
}
.contact-in-page-wp i {
  font-size: 25px;
  color: #0863f5;
}

.website-icon-div {
  position: fixed;
  top: 76%;
  left: 95%;
  z-index: 2;
}

#home-section {
  width: 100%;
  height: 100vh;
}

#home-section .carousel-item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top;
}

.appointment-btn {
  border: 1px solid #ffffff !important;
  border-radius: 25px !important;
  font-size: 15px !important;
  color: #ffffff !important;
}

.navbar {
  border-bottom: 1px solid #fff;
  margin-top: 0;
  padding-top: 4px !important;
}

.navbar .nav-link {
  font-size: 15px;
  color: #fff;
}
.navbar-active {
  background: #fff !important;
  color: black !important;
}

.navbar-active .nav-link {
  color: #000;
}

.navbar-active .appointment-btn {
  border: 1px solid #000000 !important;
  border-radius: 25px !important;
  font-size: 15px !important;
  color: #000000 !important;
}
.home-head span {
  font-weight: 500;
}

.carousel-caption {
  text-align: start !important;
  bottom: 45px !important;
  padding-bottom: 4.25rem !important;
}

.home-head h1 {
  font-size: 70px;
}

.home-head p {
  color: gray;
  margin-bottom: 30px;
}

.home-head a {
  background: #0863f5;
  color: #fff;
  padding: 10px 30px;
  border-radius: 6px;
  font-size: 14px;
}

.home-img-div {
  height: 700px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}

.home-img-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.home-img-head {
  position: absolute;
  background: #fff;
  width: 90%;
  height: fit-content;
  padding: 20px;
  color: #000000;
  border-radius: 5px;
  bottom: 0;
  margin-bottom: 20px;
}

.home-img-head p {
  text-align: center;
  font-weight: 500;
}

.overlay {
  position: absolute;
  background: linear-gradient(0deg, black, transparent);
  width: 100%;
  height: 100vh;
}

.home-count-div p {
  color: #fff;
}

.doctor-count-div {
  width: fit-content;
  text-align: center;
  border-right: 1px solid #dddddd;
  padding-right: 65px;
}

.patient-count-div {
  width: fit-content;
  text-align: center;
}

.doctor-count-div h1 {
  font-size: 70px;
}

.patient-count-div h1 {
  font-size: 70px;
}

.about-section {
  width: 100%;
  height: 100vh;
}

.about-div-one {
  height: 780px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}
.about-div-one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  filter: brightness(0.8);
  position: absolute;
}

.about-div-head-main-one {
  width: 100%;
  padding: 0px;
  position: absolute !important;
  bottom: 20px;
  display: flex !important;
  justify-content: center;
}

.about-div-head-one {
  background: transparent;
  backdrop-filter: blur(30px);
  height: fit-content;
  padding: 20px;
  color: #ffffff;
  border-radius: 5px;
}

.about-div-head-one h5 {
  font-weight: 400;
  margin-top: 8px;
  font-size: 19px;
}

.about-div-two {
  height: 780px;
  background: #0863f5;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  color: #fff;
  position: relative;
}

.about-hospital-div-one {
  position: absolute;
  top: 0;
  margin-top: 40px;
}

.about-hospital-div-one h1 {
  font-size: 35px;
}

.about-hospital-div-two {
  position: absolute;
  bottom: 0;
  margin-bottom: 30px;
}

.about-hospital-div-two p {
  color: #fff;
}

.about-div-two img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
}

.about-div-head-two {
  position: relative;
  width: 85%;
  display: grid;
  align-items: self-end;
}

.doctors-section {
  width: 100%;
  background: #fafafa;
}

.doctors-search {
  border: 1px solid gray;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 5px;
}

.doctors-search input {
  border: none;
}

.doctors-search input::placeholder {
  font-size: 14px;
}

.doctors-search input:focus {
  outline: none;
}

.doctors-search-div {
  display: flex;
  align-items: end;
  justify-content: end;
}

/* .doctor-details-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  display: grid;
  justify-content: center;
  margin-top: 15px;
}

.doc-time {
  display: grid;
  margin-top: 10px;
  gap: 3px;
  font-size: 15px;
}

.doc-time i {
  margin-right: 5px;
}

.doctor-details-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 15px;
}

.doctor-details-head {
  text-align: center;
}

.doctor-details-head h5 {
  color: #0863f5;
  font-weight: 400;
  margin: 0;
}

.doctor-details-head small {
  color: gray;
}

.doctor-details-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-details-div {
  margin-top: 30px;
} */

.card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
  text-align: center;
  transition: transform 0.3s;
  border: none !important;
  height: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.card:hover {
  transform: translateY(-10px);
}

.doctor-name {
  font-size: 1.8em;
  margin: 0;
  color: #0056b3;
}

.qualification {
  font-size: 0.9em;
  color: #333;
}

.specialty {
  font-size: 1.2em;
  color: #777;
  margin-top: 5px;
}

.schedule {
  margin-top: 10px;
}

.days {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.far {
  color: #0056b3;
  font-size: 1.2em;
}

.day {
  font-weight: bold;
  color: #333;
}

.time {
  font-size: 1em;
  color: #666;
}

.service-head {
  text-align: center;
}

.service-card {
  border: 1px solid rgb(218, 218, 218);
  border-radius: 15px;
}

.service-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-card-icon {
  background: #0863f5;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card-head {
  border-bottom: 1px solid rgb(218, 218, 218);
  padding: 20px;
}

.service-card-para {
  padding: 20px;
  height: 240px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.service-card-para::-webkit-scrollbar {
  display: none;
}

.service-card-para p {
  margin: 0;
}

.appointment-section {
  background: #0863f5;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.appointment-div-banner-one {
  position: absolute;
  width: 500px;
  right: 0;
  top: 0;
}

.appointment-div-banner-two {
  position: absolute;
  width: 540px;
  bottom: 0;
  left: 100px;
  filter: opacity(0.7);
}

.appointment-div-head {
  text-align: center;
  position: relative;
}

.appointment-div-head span {
  color: #fff;
  font-size: 15px;
  font-weight: 100;
}

.appointment-div-head h1 {
  color: #fff;
  font-size: 55px;
  margin-bottom: 30px;
}

.appointment-div-head a {
  background: #fff;
  padding: 10px 25px;
  border-radius: 10px;
  font-size: 14px;
}

.department-div-head {
  text-align: center;
}

.department-div-head h1 {
  font-size: 35px;
}

.department-card{
    height: 100%; 
}

/* .department-card {
  border: 1px solid rgb(233 233 233);
  padding: 50px 58px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}

.department-card-img {
  background: whitesmoke;
  width: 90px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.department-card-img img {
  width: 55px;
}

.department-card-prew {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.department-card-prew a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #979797;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.department-card .card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
  text-align: center;
  transition: transform 0.3s;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.department-card .card:hover {
  transform: translateY(-10px);
}

.department-card .icon-container {
  background-color: #f9f9f9;
  border-radius: 50%;
  padding: 20px;
  width: 110px;
  display: inline-block;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.department-card .icon-container img {
  width: 50px;
  height: 50px;
}

.department-card .specialty {
  font-size: 1.2em;
  color: #333;
  margin-top: 15px;
}
@media only screen and (min-width: 480px) and (max-width: 766px) {
  .department-card .card {
    padding: 20px;
  }

  .department-card .specialty {
    font-size: 1.1em;
  }
  .card {
    padding: 20px;
  }

  .doctor-name {
    font-size: 1.5em;
  }

  .specialty {
    font-size: 1.1em;
  }

  .time {
    font-size: 0.9em;
  }

  .far {
    font-size: 1em;
  }
}

.testimonial-head {
  text-align: center;
}

.testimonials {
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 150px;
  text-align: center;
  flex-wrap: wrap;
  margin-top: 15px;
}

.testimonials small {
  font-size: 12px;
  font-weight: bold;
  color: gray;
}

.testimonials img {
  width: 40px;
}

.testimonials p {
  height: 100px;
  margin-bottom: 0;
  margin-top: 20px;
  overflow-y: scroll;
}

.testimonials p::-webkit-scrollbar {
  display: none;
}

.testimonials-prew-div {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.testimonials-prew {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid gray;
  cursor: pointer;
}

.contact-head {
  text-align: center;
}

.contact-div-main {
  display: flex;
  justify-content: center;
}

.contact-div {
  border: 1px solid rgb(231 231 231);
  padding: 30px;
  border-radius: 15px;
  width: 80%;
}

.contact-location {
  background: #0863f5;
  padding: 20px 20px 40px 20px;
  border-radius: 10px;
  height: 100%;
  position: relative;
}

.contact-location-head {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-location-head span {
  width: 60px;
  height: 60px;
  background: #418aff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.contact-location-head i {
  color: #fff;
  font-size: 30px;
}

.contact-location-head h5 {
  color: #fff;
  margin: 0;
}

.contact-direction a {
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 100;
  border-radius: 5px;
}

.contact-location p {
  color: #fff;
}

.contact-direction {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
}

.contact-number-div {
  display: grid;
}

.contact-number-div a {
  color: #fff;
  font-weight: 100;
}

.contact-mail-div a {
  font-weight: 100;
  color: #fff;
}

.contact-div form {
  margin-top: 45px;
}

.contact-div label {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 15px;
}

.contact-div input {
  background: #f6f6f6;
}

.contact-div textarea {
  background: #f6f6f6;
}

.contact-div .form-group {
  margin-top: 15px;
}

.contact-div .form-group input::placeholder {
  font-size: 14px;
}

.contact-div .form-group textarea {
  height: 150px;
}

.contact-div form button {
  margin-top: 15px;
  width: 100%;
  text-align: center;
  font-size: 15px;
}

.footer-social a {
  color: #000;
  font-size: 15px;
}

.footer-align {
  text-align: center;
}

.footer-link a {
  font-weight: 100;
}

.footer-social li {
  margin-bottom: 10px;
}

.doctor-div-head {
  text-align: center;
}

.doctor-div-head h1 {
  font-size: 35px;
}
/*---------------------------------------*/
@media only screen and (max-width: 767px) {
  .appointment-div-banner-one {
    position: absolute;
    width: 300px;
    right: 0;
    top: 0;
  }

  .about-div-head-main-one {
    width: 100%;
    padding: 0px;
    position: absolute !important;
    bottom: 30px;
    display: flex !important;
    justify-content: center;
  }

  .website-icon-div {
    position: fixed;
    top: 72%;
    left: 79%;
    z-index: 2;
  }

  .about-div-two img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }

  .contact-in-page-wp {
    width: 50px;
    height: 50px;
  }

  .mb-dis {
    display: flex;
    justify-content: center;
  }

  p {
    font-size: 14px !important;
  }

  .d-padding {
    padding: 60px 0px 60px 0px !important;
  }

  .contact-location {
    margin-top: 5px;
    padding: 20px;
    height: auto;
  }

  .appointment-div-banner-two {
    position: absolute;
    width: 250px;
    bottom: 0;
    left: 100px;
    filter: opacity(0.3);
  }

  .doctor-count-div h6 {
    font-size: 14px;
  }

  .patient-count-div h6 {
    font-size: 14px;
  }

  .home-count-div {
    margin-top: 25px;
  }

  .doctor-count-div {
    padding-right: 0;
    border-right: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .home-head a {
    background: #0863f5;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 14px;
  }

  .home-head {
    text-align: start;
  }

  .home-section-img {
    position: absolute;
    width: 250px;
    top: 110px;
  }
  .carousel-caption {
    position: absolute;
    right: 10% !important;
    bottom: 1.25rem;
    left: 10% !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
  }

  .home-head h1 {
    font-size: 31px;
  }

  .margin-top {
    padding-top: 125px !important;
  }

  .doctor-count-div h1 {
    font-size: 45px;
  }

  .patient-count-div h1 {
    font-size: 45px;
  }

  #home-section {
    height: 100%;
  }

  .home-img-div {
    height: 370px;
    margin-top: 30px;
  }
  .home-img-head {
    top: 285px;
    width: 95%;
    padding: 15px;
  }

  .about-div-one {
    height: 400px;
  }

  .about-div-head-one {
    top: 145px;
    width: 95%;
  }

  .about-div-head-one p {
    height: 150px;
    overflow-y: scroll;
  }

  .about-div-two {
    height: 100%;
    padding: 20px;
    margin-top: 15px;
  }

  .about-hospital-div-two {
    position: static;
    bottom: 0;
    margin-bottom: 30px;
  }

  .about-hospital-div-one {
    position: static;
    top: 0;
    margin-top: 40px;
  }
  .about-div-head-two {
    position: static;
    width: 100%;
    display: block;
  }

  .about-section {
    width: 100%;
    height: 100%;
  }

  .about-div-two p {
    height: 100%;
  }

  .our-values-div ul {
    list-style: none;
    padding-inline: 0px;
  }

  .testimonials {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-align: center;
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .doctors-search-div {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .doctor-div-head {
    text-align: center;
  }

  .appointment-div-head h1 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
  }

  .appointment-section {
    height: 350px;
  }

  .contact-div {
    width: 95%;
  }

  .contact-direction {
    position: static;
    bottom: 0;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .contact-location p {
    margin: 0;
  }
  .footer-logo {
    text-align: center;
  }

  .footer-location {
    text-align: center;
  }

  .footer-link {
    text-align: center;
  }

  .footer-link a {
    font-weight: 100;
  }

  .footer-social {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-social li {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .appointment-div-banner-one {
    position: absolute;
    width: 370px;
    right: 0;
    top: 0;
  }

  .website-icon-div {
    position: fixed;
    top: 80%;
    left: 93%;
    z-index: 2;
  }

  .home-head h1 {
    font-size: 40px;
  }
  .testimonials p {
    height: 93px;
    margin-bottom: 0;
    margin-top: 20px;
    overflow-y: scroll;
  }

  .service-card-para {
    height: 175px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
  .about-section {
    width: 100%;
    height: 100%;
  }
  .home-head h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .doctor-count-div h1 {
    font-size: 50px;
  }
  .patient-count-div h1 {
    font-size: 50px;
  }
  .doctor-count-div {
    width: fit-content;
    text-align: center;
    border-right: 1px solid #dddddd;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .carousel-caption {
    text-align: start !important;
    bottom: 0px !important;
    padding-bottom: 4.25rem !important;
  }
  .website-icon-div {
    position: fixed;
    top: 76%;
    left: 93%;
    z-index: 2;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1800px) {
  .about-section {
    width: 100%;
    height: 100%;
  }
}
