/** Custom CSS **/
.inner-section {
    padding: 20px 0;
}
.inner-section.p-t-0 {
    padding-top: 0px;
}
.inner-section h5 {
    padding: 10px 0;
	color: #ec008c;
}
.inner-section img{ max-height: 700px;}
.inner-section .c_image.d_right img{ width: 100%; }
.inner-section h6 {
    font-size: 14px;
    background: transparent;
    color: #ec008c;
    font-weight: 700;
    padding: 14px 0;
	max-width:100%;
	text-align: left;
}
.d_left{ text-align:left;}
.d_right{ text-align:right;}
.inner-section .accordion-wr-dark .accordion-item p {
    padding: 0 0 10px 2px;
}
.main-section h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #ec008c;
}
.press-releases img {
    padding: 12px 0;
}
.press-releases p strong {
    font-size: 15px;
    color: #ec008c;
}
.inner-section .accordion-wr-dark .accordion-item .accordion-header a:after {
    color: #af306d !important;
}
.press-releases {
    border: 1px solid #dbdbdb;
    width: 100%;
    float: left;
    padding: 10px 16px;
	margin-bottom: 10px;
}
.press-releases:nth-child(even) {
    background-color: #FAFAFA;
    border: 1px solid #ccc;
}
.inner-content-wr .main-content .press-releases p {
    padding-bottom: 15px;
}
.press-image {
    text-align: center;
}
.press-releases hr {
    border-top: 1PX solid #af306d;
}
.inner-section ul li {
	list-style: none;
}
.inner-section ul li:before {
  list-style: none;
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.inner-content-wr .main-content.marketing-page-bg .primary-bg p {
    color: #fff;
}
/*****marketing-page-bg****/
.marketing-page-bg .primary-bg {
    background-color: #ec008c;
    float: left;
    width: 100%;
    color: #fff;
	margin-bottom: 20px;
}
.marketing-page-bg .primary-bg .col-md-8.col-sm-8.col-xs-12 {
    padding: 20px 11px;
}

.marketing-page-bg .primary-bg .col-md-4.col-sm-4.col-xs-12 {
    background-size: cover;
    background-position: center center;
    padding-left: 0;
}
.aesthetician-image {
    text-align: center;
}
.aestheticians-section .inner-column .box {
    border: 1px solid #ccc;
    padding: 10px 30px;
	min-height: 786px;
	margin-bottom: 10px;
}
.aesthetician-content h6 {
    text-align: center;
}


.marketing-page-bg h1{
	text-transform: capitalize;
	padding-bottom: 20px;
}
.dr-block{
	background-color:#f2f2f2;
	padding-left: 20px;
	padding-bottom:0; border: #dbdbdb solid 1px;
	clear: both;
}
.dr-block .c_image.d_right img{ vertical-align: bottom;}
.m-t-20 { margin-top: 20px; }