
@media (max-width: 767.98px){
  .navbar-collapse.show {
    border-top: 2px solid #ffffff;
  }
  }
  

.introbanner-section {
  padding-top: 8rem !important;
  padding-bottom: 40px !important;
}

.practicemindfulness-section h1 {
  color: #000;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
}

.practicemindfulness-section .fc-wrapper{
  margin-top: 30px;
}


.bodyandmind-div {
  display: flex;
  align-items: center;
}

.bodyandmind-div h5 {
  color: #7c7c7c;
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 768px){
  .bodyandmind-div h5 {
    font-size: 25px;
    font-weight: bold;
    padding-top: 4px;
  }
}

.bodyandmind-div a {
  text-decoration: none;
  color: #a493f7;
  font-size: 17px;
  font-weight: bold;
  padding-right: 10px;
}

.bodyandmind-div p{
  margin-bottom: 0rem !important; 
}

.bodyandmind-div img{
  width: 26px;
}

@media (min-width: 768px){
  .bodyandmind-div a{
    font-size: 28px;
  }
}

@media (min-width: 768px){
  .bodyandmind-div img{
    width: 30px;
    padding-bottom: 5px;
  }
}

/* new */

.text-center h1{
  color: #616161;
}

.fc-wrapper p{
  margin-bottom: 0px !important;
}