/*
Theme Name: Dr Vaidehi
Author: Healthus
Author URI: https://www.healthus.ai
Version: 1.0
 */
 
 .bgpkclr {
 	background-color:#EB8EA0;
 }

.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;
}

.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;
 }
 
 
.page-template-home .cardatag .card {
    background: #FCF9EB;
    border-radius: 35px;
    border: 1px solid #DBD4B2;
}
.page-template-home .cardatag .card:hover {
    background: #EB8EA0;
}

.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;
  }
}
