.section__bg--dark-1::before {
  background-color: #6bbbae!important;
}
.t-title {
  color: #65BEB0!important;
}

.section.flourish.section__bg--dark-1 svg path, .section.flourish.section__bg--dark-1 svg polygon {
  fill: #6bbbae;
}
.section--light .banner .component__button--2.cta__button, .section--light .cta__button.component__button--2, .section--light .banner .component__button--2.cta__button--icon, .section--light .cta__button--icon.component__button--2 {
  background: #65beb0 !important;
}
.section--light .component__title, .section--light .component__subtitle {
  color: #6bbbae !important;
}

.section--light .socialmedia__item .socialmedia__link {
  color: #6bbbae;
}
hr, .clr {
    clear:both!important;
}

ul.staff__list  .staff__item::before {
  display: none!important;
}
.section-featuredblocks .featuredblock__item .featuredblock__wrap .featuredblock__icon .icon, .section-featuredblocks .featuredblock__item .featuredblock__wrap:hover .featuredblock__icon .icon {
    color: #c5b9ac;
}
.section--light .phone__container .phone__wrapper .phone__number {
  color: #65bdb0;
}
.section--light .phone__container .phone__wrapper .phone__number:before {
  color: #65bdb0;
}
.section--dark .phone__container .phone__wrapper .phone__number, .section--light .phone__container .phone__wrapper .phone__number {
  font-size: 18px;
}
.staff-b .staff__item {
  margin-top: 30px;
}
/* before n after section */
.beforeandafter .before__image, .beforeandafter .after__image {
  height: 232px;
}
.section--light .beforeandafter-item:before {
    background-color: rgb(101 189 176);
}
.beforeandafter .before__image-wrapper, .beforeandafter .after__image-wrapper {
  max-width: auto;
}


/* Accordion settings */
.cstm-accordion {
    background-color: #e3fbf7;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px solid #a7d8fd;
}
  
  .active, .cstm-accordion:hover {
    background-color: #ccc;
  }
  
  .cstm-accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
.btn-primary {
    color: #fff !important;
    background-color: #65beb0;
    border-color: #65beb0;
}










@media (max-width:767px){
	.col2{
		display:block;
		width:100%;
		float:none;
		margin:0 auto;
	}
	img.align-right, img.align-left {
		float: none!important;
	}
}
@media (max-width: 519px) {
	img.align-right, img.align-left {
		float: none!important;
	}
}