/*
Theme Name: Dr Vaidehi
Author: Healthus
Author URI: https://www.healthus.ai
Version: 1.0
 */

.bgpkclr {
  background-color: #ee6f28;
}

.copyright a {
  color: white;
  text-decoration: none;
  font-weight: 700;
}

.cardatag a {
  text-decoration: none;
}

.blogslist .card .card-body {
  padding: 30px;
}

.newsletter-form-wrapper .wpcf7-spinner {
  display: none;
}

.cardatag .card img {
  border-top-right-radius: 35px;
  border-top-left-radius: 35px;
}

.top-bar a {
  /* color: white; */
  font-weight: 700;
}

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

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

.navbar .navbar-brand {
  width: 150px;
}

.navbar .navbar-brand img {
  width: 100%;
}

.navbar .navbar-collapse ul li a {
  font-size: 15px;
}

.hero-section .hero-btns {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.hero-section .hero-btns a {
  text-decoration: none;
  font-size: 19px;
}

.hero-section .homepage_banner_img {
  width: 50%;
}

.hero-section .homepage_banner_img img {
  width: 100%;
}

.single-post .faqset {
  width: 100%;
  margin: auto;
}

.schema-faq-section .schema-faq-question {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #2c2152;
  font-family: "Decoy", sans-serif !important;
}

.page-template-about .card {
  min-height: 220px;
  height: 30px;
}

@media only screen and (max-width: 992px) {
  .page-template-about .card {
    min-height: auto;
    height: auto;
  }
}

.page-template-high-risk .boxsty h3 {
  text-align: center;
}
.page-template-high-risk .boxsty p {
  text-align: center;
}

.bgcalss {
  background: #eff8f8;
}

.bgclass img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 35px;
}

.page-template-home .cardatag .card {
  background: #fcf9eb;
  border-radius: 35px;
  border: 1px solid #dbd4b2;
}
.page-template-home .cardatag .card:hover {
  background: #54a7c8;
}

.page-template-home .cardatag .card h3 {
  font-size: 15px;
}

.page-template-home .cardatag .card h3:hover {
  color: white;
}

.page-template-home .testimonial-slider .card {
  background: white;
}

@media (max-width: 1280px) {
  .menu-item {
    padding: 10px 7px;
  }
}

@media (max-width: 1200px) {
  .navbar .navbar-collapse ul li a {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .hero-section .hero-btns a {
    font-size: 11px;
  }

  .page-template-home .cardatag .card .card-body {
    padding: 5px;
  }

  .page-template-home .cardatag .card h3 {
    font-size: 11px;
  }

  .blogslist .card .card-body {
    padding: 12px;
  }

  .blogslist .card .card-body small {
    font-size: 12px;
  }

  .blogslist .card .card-body h3 {
    font-size: 15px;
    line-height: 19px;
  }

  .blogslist .card .card-body p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .hero-section .homepage_banner_img {
    width: 100%;
  }

  .page-template-home .cardatag .card .card-body {
    padding: 10px;
  }

  .page-template-home .cardatag .card h3 {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .top_header {
    font-size: 12px;
  }

  .navbar .navbar-brand {
    width: 90px;
  }

  .navbar .navbar-toggler {
    font-size: 16px;
  }
  .page-template-home .cardatag .card h3 {
    font-size: 24px;
  }
}

@media (max-width: 360px) {
  .page-template-home .cardatag .card h3 {
    font-size: 17px;
  }
}

@media (max-width: 324px) {
    .bgpkclr {
        padding: 5px 5px;
    }

    .top_header{
        font-size: 10px;
    }
}
