/*
Theme Name:Mentalhealth
Description: A beautifully designed and highly customizable WordPress theme.
Version: 1.0
*/


.cont-under a{
    text-decoration: underline;
}
.cont-under a:hover{
    color:red;
}
.front-blog a img {
    height:300px;
}
.service-span{
        font-size: 39px;
    font-weight: 700;
    background: #400000;
    display: inline-block;
    line-height: 55px;
    padding: 0px 6px;
    color: #fff;
    margin-right: 20px;
    height: 55px;
    margin-top: 6px;
}
.service-blog a img {
    height:250px;
}

.ccrr ul{
    display: flex;
}

.ccrr ul {
  display: block;
  margin: 0;
}

.ccrr ul li {
  display: inline-block;
  margin-right: 10px;
}

.ccrr ul li a {
  height: 70px;
  width: 70px;
  background: #ffffff;
  color: #9990b8;
  font-size: 16px;
  font-weight: 500;
  line-height: 70px;
  margin: 0px;
  display: inline-block;
  text-align: center;
}

.ccrr ul li.active a {
  background: #251e5e;
  color: #ffffff;
}

.ccrr ul li:hover a {
  background: #251e5e;
  color: #ffffff;
}

@media (max-width: 767px) {
  .ccrr ul li {
    margin-bottom: 10px;
  }
}

.ccrr ul li a {
  background: transparent;
  color: #282828;
  background: #dcbfb9;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .ccrr ul li a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 15px;
  }
}

.ccrr ul li.active a {
  background: #251e5e;
  color: #ffffff;
  border-color: #251e5e;
}

.ccrr ul li:hover a {
  background: #251e5e;
  color: #ffffff;
  border-color: #251e5e;
}


.ccrr ul {
  display: block;
  margin: 0;
}

.ccrr ul li {
  display: inline-block;
  margin-right: 10px;
}

.ccrr ul li span {
  height: 70px;
  width: 70px;
  background: #ffffff;
  color: #9990b8;
  font-size: 16px;
  font-weight: 500;
  line-height: 70px;
  margin: 0px;
  display: inline-block;
  text-align: center;
}

.ccrr ul li.active span {
  background: #251e5e;
  color: #ffffff;
}

.ccrr ul li:hover span {
  background: #251e5e;
  color: #ffffff;
}

@media (max-width: 767px) {
  .ccrr ul li {
    margin-bottom: 10px;
  }
}

.ccrr ul li span {
  background: transparent;
  color: #282828;
  background: #dcbfb9;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .ccrr ul li span {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 15px;
  }
}

.ccrr ul li.active span {
  background: #251e5e;
  color: #ffffff;
  border-color: #251e5e;
}

.ccrr ul li:hover span {
  background: #251e5e;
  color: #ffffff;
  border-color: #251e5e;
}

.wp-block-table td{
	line-height:35px;
}

.number-text a{
    text-decoration: underline;
}
.number-text a:hover{
    color:red;
}
.about-content a{
	text-decoration: underline;
}
.about-content a:hover{
	color:red;
}
.number-area .number-wrapper {
    padding: 27px 27px!important;
}
.about-area .about-content {
   padding-top: 15px!important; 
}

.footer-address-text a:hover{
  color:red;
}
.contact-list a:hover{
  color:rgb(0, 0, 0);
  font-weight: 600;
}

.contact-address-text a:hover{
  color:#a74b92;
}
.about-item ul li {
    width: 49%!important;
}
.number-text p {
    line-height: 20px!important;
}
.cta-form .wpcf7 form.failed .wpcf7-response-output{
    border-color: #dc3232;
    color: white;
}
.cta-form .wpcf7 form.invalid .wpcf7-response-output{
	color:white;
}
.cont-css p{
	margin-top:15px;
}