.text__block-desc p {
	color: #4d4d4d;
}
.text__block-desc {
	color: #4d4d4d;
}

.text__block-desc ul {
  list-style-type: disc; 
  padding-left: 30px;    
  margin: 5px 0;
}

.text__block-desc ul li {
  padding: 5px 0;        
  color: #4d4d4d;           
  font-size: 16px;       
}
.blink {
  animation: blinker 1s linear infinite;
  color: red; /* Optional: change text color */
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.footer__widget-content a span {
	color: #ae7d7d !important;
}
.footer__copyright-links a span {
	color: #ae7d7d !important;
}
.footer__widget-content a {
	color: #ae7d7d !important;
}
.pagetitle__subheading.color-theme {
	color: #fff !important;
}
.innerdetails {
    background-color: #f3f3f3;
    padding: 20px;
    margin-bottom: 10px;
}
.bg-gray {
  background-color: #efe3e3 !important ;
}