  .logo img {
    max-width: 304px;
}
.header-area-three .main-header .top-menu .header-social-link .listing .single-list{
  padding-top: 8px;
}
.header-area-three .main-header .top-menu .header-social-link .listing .cart-list  .btn-primary-fill{
  margin-left: 10px;
    padding: 8px 21px;
    border-radius: 0px;
        font-size: 13px;
   
}
.header-area-three .main-header .top-menu {
    padding-top: 15px;
    padding-bottom: 9px;
  }
  .about-area{
    padding:70px 0px 0px 0px;
  }
  .about-area .pera-subtitle{
    text-align: justify;
    text-indent: 10px;
  }
  .helpful-area-three .col-xl-4:nth-child(1) .helpful-card-icon {
    background-color: var(--helpful-card-bg-one);
}
.helpful-area-three .col-xl-4:nth-child(1) .helpful-card-icon i {
    color: var(--helpful-card-icon-one);
}
.helpful-area-three .col-xl-4:nth-child(2) .helpful-card-icon {
    background-color: var(--helpful-card-bg-two);
}
.helpful-area-three .col-xl-4:nth-child(2) .helpful-card-icon i {
    color: var(--helpful-card-icon-two);
}
.helpful-area-three .col-xl-4:nth-child(3) .helpful-card-icon {
    background-color: var(--helpful-card-bg-four);
}
.helpful-area-three .col-xl-4:nth-child(3) .helpful-card-icon i {
    color: var(--helpful-card-icon-four);
}
.helpful-area-three .helpful-card{
  height: 100%;
}
.header-area-three .main-header .top-menu .contact-info .pera {
    font-size: 15px;
    color: var(--primary-title);
    font-weight: 600;
    line-height: 14px;
}


  .header-area-three .main-header .top-menu .contact-info .pera i {
    color: #00715d;

}
#play-video img{
  border-radius: 10px;
}
.footer-wrapper .footer-imp-link {
    padding-top: 35px;
    padding-bottom: 15px;
    position: relative;
}
.blog-section-three{
  padding-bottom:0px;
}
.blog-section-three .single-blog .blog-img .brush-bg-childlab {
  position: absolute;
  top: 20px;
  left: 20px;
}
.blog-section-three .single-blog .blog-img .brush-bg-childlab::before {
  content: "12 Jun 2024";
  color: var(--primary-title);
  font-size: 14px;
  font-weight: 700;
  padding: 7px 13px;
  position: absolute;
  left: 24px;
  top: 4px;
  overflow: visible;
  width: 72px;
  text-align: center;
  z-index: 2;
}
.blog-section-three .single-blog:hover .blog-img .brush-bg-childlab::before {
  content: "12 Jun 2024";
  color: var(--primary);
}
.blog-section-three .single-blog .blog-img .brush-bg-autism {
  position: absolute;
  top: 20px;
  left: 20px;
}
.blog-section-three .single-blog .blog-img .brush-bg-autism::before {
  content: "2 Apr 2024";
  color: var(--primary-title);
  font-size: 14px;
  font-weight: 700;
  padding: 7px 13px;
  position: absolute;
  left: 24px;
  top: 4px;
  overflow: visible;
  width: 72px;
  text-align: center;
  z-index: 2;
}
.blog-section-three .single-blog:hover .blog-img .brush-bg-autism::before {
  content: "2 Apr 2024";
  color: var(--primary);
}