.top {
  background: transparent;
  box-shadow: unset;
}

.menu-list li a {
  color: white;
}

.menu-list .contact-link {
  color: #ff0000;
  background-color: white;
}

.top.sticky .menu-list .contact-link {
  background-color: #ff0000;
  color: white;
}

.top.sticky {
  color: #212529;
  background: white;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.top.sticky .menu-list li a {
  color: #212529;
}

/* banner */
.head {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

.head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 80vh;
  width: 100%;
  background-color: #f4f5fa;
}

.head>.container {
  padding-top: 100px;
  height: 80vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.head>.container>div {
  flex: 1;
  min-width: 400px;
}

.headtxt h1 {
  margin-bottom: 20px;
  color: #ff0000;
}

.headtxt p {
  color: #343a40;
  font-size: 20px;
  line-height: 1.5;
}

.headimg {
  z-index: 1;
}

.headimg img {
  width: 700px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.head-bg {
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(#ffc400, #ff7700);
  width: 55%;
  height: 90vh;
  border-radius: 0 0 0 50%;
  /* z-index: -1; */
}

.head-bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #e40000;
  width: 200px;
  height: 200px;
  border-radius: 100% 0 0 0;
}

.head-bg img {
  width: 150px;
  height: 150px;
}

.head-dots {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 20;
}

.dots-1 {
  position: absolute;
  left: -75px;
  top: 50%;
  transform: translateY(-50%);
}

.dots-2 {
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
}

/* why us */
.whyus {
  margin-bottom: 50px;
}

.quote {
  padding: 20px 0;
}

.quote blockquote {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  color: #111;
  position: relative;
}

.quote blockquote::before {
  content: "“";
  color: red;
  font-weight: 600;
  position: absolute;
  left: -15px;
}

.quote blockquote::after {
  content: "”";
  color: red;
  font-weight: 600;
  position: absolute;
}

.quote blockquote span {
  color: #ff0000;
}

.whyus-container {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}

.img-wu {
  margin-right: 60px;
  padding: 40px 10px 0 10px;
  background-image: linear-gradient(135deg, #dbe8f1, #00cbff);
  border-radius: 16px;
  position: relative;
}

.img-wu>img {
  width: 400px;
  height: 500px;
  margin-bottom: -4px;
  border-radius: 16px;
  /* object-fit: contain; */
}

.desc-doc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  backdrop-filter: blur(5px);
  text-align: center;
  padding: 10px;
}

.desc-doc .name {
  padding: 5px;
  color: #e40000;
  font-size: 24px;
  letter-spacing: 1.4;
  font-weight: bold;
}

.desc-doc .edu {
  padding: 5px;
  color: black;
  font-size: 22px;
  letter-spacing: 1.4;
  font-weight: bold;
}

.content-wu {
  min-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-wu h2 {
  margin-bottom: 15px;
}

.content-wu p {
  color: #343a40;
  font-size: 19px;
  margin-bottom: 20px;
}

.page-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.page-link>a {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.page-link img {
  width: 50px;
  object-fit: contain;
}

.page-link a {
  color: #2e37a4;
  cursor: pointer;
}

.page-link a>* {
  margin-right: 10px;
}

/* services */
/* .services {
  margin: 20px 0;
} */

.service-container {
  display: grid;
  grid-template-columns: repeat(3, 400px);
  grid-gap: 40px 20px;
  justify-content: space-around;
  margin-bottom: 40px;
}

.service {
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  transition: 0.2s ease-out !important;
}

.service:hover {
  background: #fff;
  box-shadow: 0 2px 20px #0547987e;
  transform: scale(1.02) !important;
}

.service .icon {
  display: flex;
  /* align-items: flex-start; */
  justify-content: flex-end;
}

.icon img {
  width: 100px;
  object-fit: contain;
}

/* .info-service {
  margin-bottom: 20px;
} */

.info-service h3 {
  color: #212529;
  font-weight: bold;
  margin-bottom: 10px;
}

.info-service span {
  display: inline-block;
  color: #212529;
  font-weight: bold;
  margin-bottom: 15px;
}

.info-service p {
  color: #343a40;
  font-size: 17px;
}

/* Doctor */
.doctor h2 {
  margin-bottom: 40px;
}

.doctor-container {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}

.img-doctor {
  padding-right: 40px;
}

.img-doctor img {
  padding-bottom: 10px;
  padding-right: 3px;
  width: 400px;
  height: 500px;
  /* object-fit: contain; */
  border-right: 10px solid #dbe8f1;
  border-bottom: 10px solid #dbe8f1;
}

.content-doctor {
  min-width: 500px;
}

.top-doctor {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.top-doctor>a {
  display: flex;
  align-items: center;
  color: #2e37a4;
  font-size: 18px;
  transition: 1.5s;
}

.top-doctor a {
  color: #2e37a4;
  font-weight: 600;
  font-size: 18px;
  transition: 1.5s;
}

.top-doctor>a>* {
  margin-right: 10px;
}

.content-doctor img {
  margin-right: 10px;
  height: 40px;
  width: 40px;
  object-fit: contain;
}

.doctor-container h3 {
  color: #ff0000;
  margin-bottom: 10px;
}

.content-doctor p {
  color: #212529;
  font-size: 19px;
  line-height: 1.5;
}

/* books */
.books {
  margin-bottom: 40px;
}

.books h2 {
  margin-bottom: 40px;
}

.books-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 400px);
  grid-gap: 20px;
  justify-content: space-around;
}

.book-list {
  padding: 20px;
  margin-top: 80px;
  padding-top: 160px;
  position: relative;
  border-top: 8px solid #00cbff;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.book-list .icon {
  width: 220px;
  height: 220px;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}

.book-list .icon:hover img:first-child {
  transform: rotate(20deg);
}

.book-list .icon:hover img:nth-child(2) {
  transform: rotate(-20deg);
}

.book-list .icon>div {
  width: 100%;
  height: 100%;
  position: relative;
}

.book-list .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.4s;
}

.book-list .info-book {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 20px;
}

.book-list h3 {
  color: #2e37a4;
  font-size: 22px;
  margin-bottom: 20px;
}

.book-list p {
  font-size: 18px;
  margin-bottom: 20px;
}

.buynow {
  margin-bottom: 20px;
}

.buynow a {
  cursor: pointer;
  background: #ffc400;
  color: white;
  font-weight: bold;
  padding: 10px 40px;
  font-size: 17px;
  border-radius: 8px;
}

.buynow a:hover {
  color: #111;
}

/* Testimonials */
.testimonials {
  margin-bottom: 50px;
}

.testimonials h2 {
  margin-bottom: 50px;
}

.shadow-effect {
  background-color: white;
  /* background-image: linear-gradient(135deg, #00cbff, #2e37a4); */
  color: #6c757d;
  padding: 20px;
  text-align: center;
  border-radius: 16px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.owl-item.active.center .shadow-effect {
  background-image: linear-gradient(135deg, #00cbff, #2e37a4);
  color: white;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.shadow-effect>p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.5;
}

.shadow-effect span {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 18px;
}

.client-testi p {
  font-size: 20px;
  font-weight: bold;
}

#customers-testimonials .item {
  text-align: center;
  padding: 10px 30px;
  margin-bottom: 40px;
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 70px;
  margin: 0 auto 20px;
}

/* carousel dots */
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190e7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3190e7;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

/* videos */
.videos {
  margin-bottom: 50px;
}

.videos h2 {
  margin-bottom: 50px;
}

.videos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.videos iframe {
  width: 450px;
  height: 350px;
}

.video1 {
  margin-right: 50px;
}

/* contact us */
.contact-container {
  margin-bottom: 120px;
  display: flex;
  flex-wrap: wrap;
}

.contact-container>div {
  flex: 1;
  min-width: 500px;
}

.contactform {
  padding: 40px;
  border-top: 4px solid #00cbff;
  border-bottom: 4px solid #ffc400;
  background-color: #f4f5fa;
}

.contactform form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.contactform form>div {
  width: 100%;
  margin-bottom: 20px;
}

.contactform form label {
  color: #212529;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 15px;
}

.contactform form input {
  background-color: white;
  font-size: 18px;
  width: 100%;
  height: 50px;
  padding: 10px;
}

.contactform form textarea {
  width: 100%;
  padding: 10px;
  background-color: white;
  font-size: 17px;
}

.contactform button {
  background: #ffc400;
  color: black;
  padding: 10px 50px;
  height: 50px;
  font-size: 17px;
  font-weight: bold;
  transition: 0.4s;
}

.contactform button:hover {
  transform: scale(1.1, 1.1);
}

/* info */
.contactinfo {
  padding: 40px;
  background: #ffc400;
  border-radius: 0 0 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contactinfo::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background-color: #ff0000;
  border-radius: 436px;
  z-index: -1;
}

.contactinfo>* {
  margin-bottom: 20px;
  width: 90%;
}

.contactinfo>iframe {
  height: 300px;
}

.contactinfo>h3 {
  color: 212529;
  margin-bottom: 30px;
}

.contactinfo>p {
  display: flex;
  align-items: flex-start;
}

.contactinfo>p {
  color: #212529;
}

.contactinfo>p img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.contactinfo>p span {
  margin-left: 10px;
}

/* news letter */
.news-letter {
  margin: 0 auto;
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffc400;
  width: 80%;
  padding: 40px;
  border-radius: 242px 242px 242px 0px;
  overflow: hidden;
  z-index: 50;
}

.news-letter::before {
  content: "";
  border-radius: 242px;
  background-color: #ffaa00bd;
  position: absolute;
  top: -70px;
  left: 180px;
  width: 180px;
  height: 180px;
  z-index: -1;
}

.news-letter>div {
  margin: 0 auto;
  padding: 20px 0;
  width: 80%;
}

.news-letter>h3 {
  color: #111;
}

.emailform {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.emailform input {
  width: 60%;
  height: 40px;
  padding: 10px;
  font-size: 17px;
  /* border: 1px solid #fff; */
}

.emailform button {
  margin-left: 20px;
  width: 40%;
  height: 40px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 8px;
  color: #fff;
  background: #ff0000;
  transition: 0.4s;
}

.emailform button:hover {
  transform: scale(1.1, 1.1);
}

.footer-top>.container {
  padding-top: 120px;
}

.bookform-container {
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.034);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.bookform {
  background-color: white;
  padding: 40px;
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
}

.bookform h2 {
  color: #2e37a4;
  margin-bottom: 20px;
  font-size: 30px;
}

.bookform form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bookform form>div {
  width: 100%;
  margin-bottom: 20px;
}

.bookform label {
  display: inline-block;
  font-size: 17px;
  margin-bottom: 10px;
}

.bookform input,
.bookform select {
  width: 100%;
  height: 40px;
  font-size: 17px;
  padding: 5px;
  border-radius: 5px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
}

/* .bookform select {
  width: 100%;
  height: 40px;
  font-size: 17px;
  padding: 5px;
  border-radius: 5px;
} */

.bookform button {
  padding: 10px 40px;
  color: white;
  background-color: #ffc400;
  border-radius: 8px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.034);
  z-index: -1;
}

@media screen and (max-width: 1400px) {
  .books-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, 350px);
    grid-gap: 20px;
    justify-content: space-around;
  }


  .service-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, 350px);
    grid-gap: 40px 20px;
    justify-content: space-around;
    margin-bottom: 40px;
  }
}

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

  /* head */
  .head::before {
    display: none;
  }

  .head>.container {
    padding: 20px;
    padding-top: 100px;
    height: 100vh;
    justify-content: center;
    align-items: center;
  }

  .head>.container>div {
    min-width: 300px;
  }

  /* .headtxt {
    margin-top: 100px;
  } */

  .headtxt p {
    color: white;
    font-size: 18px;
  }

  .head-bg {
    position: absolute;
    top: 0;
    right: 0;
    background-image: linear-gradient(#ffc400, #ff7700);
    width: 100%;
    height: 100vh;
    border-radius: unset;
    z-index: -1;
    /* z-index: -1; */
  }

  .head-bg::before {
    width: 100px;
    height: 100px;
  }

  .head-dots {
    display: none;
  }

  /* .headimg img {
    margin-top: -100px;
  } */

  .headimg img {
    width: 300px;
  }

  /* why us */
  .quote blockquote {
    margin: 0 20px;
    font-size: 20px;
  }

  .whyus-container {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .img-wu {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .img-wu>img {
    width: 250px;
    height: unset;
  }

  .content-wu {
    min-width: 300px;
  }

  .content-wu p {
    color: #343a40;
    font-size: 17px;
  }

  /* service */
  .service {
    padding: 10px;
  }

  /* doctor */
  .doctor-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .img-doctor {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .img-doctor img {
    width: 250px;
    height: unset;
    object-fit: contain;
  }

  .content-doctor {
    min-width: 300px;
  }

  .top-doctor {
    justify-content: space-around;
  }

  .top-doctor a {
    font-size: 17px;
  }

  .top-doctor p {
    font-size: 16px;
    text-align: center;
  }

  .doctor-container h3 {
    text-align: center;
  }

  .content-doctor p {
    font-size: 17px;
  }

  /* books */
  .books-container {
    grid-template-columns: repeat(auto-fit, 320px);
  }

  .book-list {
    padding: 10px;
    padding-top: 160px;
  }

  /* contact */
  .contact-container>div {
    min-width: 300px;
  }

  .contactform {
    margin-bottom: 20px;
    padding: 20px;
  }

  .contactform button {
    padding: 10px 20px;
    height: 40px;
  }

  /* testimonial */
  #customers-testimonials .item {
    padding: 10px;
  }

  /* videos */
  .videos iframe {
    width: 320px;
    height: 280px;
  }

  .video1 {
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* info */
  .contactinfo {
    padding: 10px;
    border-radius: 0;
  }

  .contactinfo>* {
    margin-bottom: 15px;
    width: 100%;
  }

  /* news letter */
  .news-letter {
    margin: 0 auto;
    bottom: -60px;
    /* position: relative;
    bottom: unset;
    left: unset;
    transform: unset; */
    padding: 10px;
    border-radius: 20px;
  }

  .news-letter::before {
    display: none;
  }

  .news-letter>div {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
  }

  .emailform {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .emailform input {
    width: 70%;
    height: 40px;
    padding: 10px;
    font-size: 17px;
    /* border: 1px solid #fff; */
  }

  .emailform button {
    margin-left: 0;
    width: 30%;
    height: 40px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0 8px 8px 0;
  }

  .footer-top>.container {
    padding-top: 60px;
  }

  /* new */
  .desc-doc .name {
    font-size: 20px;
  }

  .desc-doc .edu {
    font-size: 18px;
  }

  .page-link img {
    width: 40px;
    object-fit: contain;
  }
}