/*body.standard .admin-only{
	display: none !important;
}*/
/*body.admin-logged .menu-item-53{
	display: none;
}*/
.content_services.womens{
	background-image: url('../images/womens-a-bg.jpg');
	min-height: 784px;
}
.content_services1.womens{
	background-image: url('../images/womens-b-bg.jpg');
	height: 979px;
}
.content_services2.womens{
	background-image: url('../images/womens-c-bg.jpg');
	height: 784px;
}
@media (min-width: 769px){
	.content_services.womens .content__wrapper{
		max-width: 440px;
		margin-left: 40%;
	}
	.content_services1.womens .content__wrapper{
		max-width: 550px;
		margin-left: 40%;
	}
	.content_services2.womens .content__wrapper{
		max-width: 570px;
		margin-left: 39%;
	}
}
@media (max-width: 768px){
	.content_services.womens, .content_services1.womens, .content_services2.womens{
		height: auto;
		min-height: 0;
	}
}
.womens .content__title, .womens p, .womens li{
	color: #ffffff;
}
.womens ul{
	padding-left: 1em;
}
.womens ul li{
	padding-bottom: 1em;
}
.content_services.womens .content__wrapper::before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 240px;
    top: 5px;
    left: -52px;
    background-color: #ffffff;
}
.content_services1.womens .content__wrapper::before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 240px;
    top: 5px;
    left: -32px;
    background-color: #ffffff;
}
.content_services2.womens .content__wrapper::before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 240px;
    top: 5px;
    left: -32px;
    background-color: #ffffff;
}