
.photo-gallery-category-box ul {
	list-style: none;
	padding-left: 0;
}

.photo-gallery-category-box ul li {
	position: relative;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.photo-gallery-category-box ul li a {
	color: #000;
	padding: 15px 40px 15px 15px;
	display: block;
	line-height: 1;
	transition: all .2s ease-in-out;
	position: relative;
	border-radius: 30px;
}

.photo-gallery-category-box ul li a svg {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all ease .85s;
}

.photo-gallery-category-box ul li a svg path {
	fill: #1b2b5c;
}

.photo-gallery-category-box ul li a:hover {
	background-color: #110f2a;
	color: #fff;
	padding-left: 25px;
	padding-right: 25px;
	transform: scale(1.05);
}

.photo-gallery-category-box ul li a:hover svg {
	right: 20px;
}

.photo-gallery-category-box ul li a:hover svg path {
	fill: #fff;
}

.photo-gallery-category-section .photo-gallery-category-icon img {
	width: 100%;
	height: auto;
}

/*****************************/

/****** CATEGORY - PHOTO GALLERY *****/
.photo-gallery-category-header {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #f3f3f3;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.photo-gallery-category-header .photo-gallery-childs-term {
	display: none;
}

.photo-gallery-category-header {
	justify-content: flex-end;
}

.photo-gallery-child-term {
	padding: 10px 20px;
	line-height: 1.5;
}

.photo-gallery-childs-term {
	width: calc(100% - 150px);
	display: flex;
	flex-wrap: wrap;
	margin-left: -25px;
}

.photo-gallery-child-term a {
	color: #515151;
}

.photo-gallery-child-term a:hover, .photo-gallery-child-term.active-term a {
	color: #2b4236;
	text-decoration: underline;
}

.back-gallery svg path {
	fill: #1b2b5c;
}

.back-gallery > a {
	font-size: 14px;
}

.stretch-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

/****** CATEGORY - PHOTO GALLERY End *****/

/**********  Photo Gallery ******************************/
.adult-check {
	display: none;
}

.adult-check-container {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.adult-check-description {
	line-height: 2.15;
}

.adult-check-buttons a {
	display: inline-block;
	margin: 10px;
}

.adult-check-buttons a {
	line-height: 65px;
	width: 125px;
	text-align: center;
	border-radius: 50px;
	text-transform: uppercase;
	color: #fff;
}

.adult-check-yes {
	background-color: #ff8580;
}

.adult-check-no {
	background-color: #a6a6a6;
}

.adult-check-buttons a:hover {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .45);
}

.photo-gallery-categories {
	display: none;
}

.photo-gallery-parents {
	padding-left: 360px;
	position: relative;
}

.photo-category-thumbnail {
	width: 315px;
	height: 550px;
	max-width: 100%;
	background-position: center top;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	pointer-events: none;
}

.photo-category-line-one, .photo-category-line-two, .photo-category-line-three {
	position: absolute;
}

.photo-category-line-one {
	right: 15px;
	top: 15px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #fff;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
}

.photo-category-line-two {
	position: absolute;
	left: 15px;
	height: calc(100% - 75px);
	top: 15px;
	width: 1px;
	background-color: #fff;
}

.photo-category-line-three {
	position: absolute;
	right: 15px;
	width: calc(100% - 75px);
	bottom: 15px;
	height: 1px;
	background-color: #fff;
}

.photo-gallery-parent-category, .categories-card .card-body {
	position: static;
	margin-left: 360px;
}

.photo-gallery-down-arrow {
	width: 22px;
	height: 22px;
}

.photo-gallery-down-arrow img, .photo-gallery-down-arrow svg {
	width: 100%;
	height: 100%;
}

.categories-tabs {
	position: relative;
	min-height: 550px;
}

.photo-gallery-parent-category {
	border: 1px solid #e0e0e0;
	color: #000;
	margin-bottom: 0;
}

.photo-gallery-parent-category-inner {
	padding: 15px 60px 15px 30px;
	position: relative;
}

.categories-card .categories-title {
	background-color: #fff;
	width: 100%;
	display: block;
	position: static;
	text-transform: uppercase;
	font-weight: bold;
	color: #404041;
	font-size: 1.2em;
	border-radius: 5px;
	cursor: pointer;
	line-height: 1.1;
}

.categories-card .card-body {
	background-color: #fff;
	color: #000;
	display: block;
	box-shadow: 0 3px 9px 2px rgba(0, 0, 0, .1);
}

div[aria-expanded="true"] {
	pointer-events: none;
}

div[aria-expanded="true"] .photo-category-thumbnail {
	opacity: 1;
}

.photo-gallery-down-arrow {
	width: 22px;
	height: 22px;
	position: absolute;
	right: 20px;
}

.photo-gallery-down-arrow svg path {
	fill: #ddd;
}

div[aria-expanded="true"]  .photo-gallery-down-arrow svg path {
	fill: #fff;
}

.photo-gallery-child-category {
	position: relative;
	padding-left: 40px;
}

.photo-gallery-child-category a {
	color: #000;
	transition: all ease .45s;
	display: inline-block;
}

.photo-gallery-child-category a:hover {
	color: #2b357a;
}

.photo-gallery-child-category:before {
	content: "";
	width: 20px;
	height: 3px;
	background-color: #ff8580;
	position: absolute;
	left: 0;
	top: 14px;
}

.photo-gallery-case {
	font-size: 24px;
	line-height: 1.15;
	margin-bottom: 10px;
}

.patient-counter {
	font-size: 40px;
	line-height: 1.15;
	font-weight: bold;
	margin-bottom: 5px;
}

.featured-gallery-holder {
	padding-top: 100%;
	background-position: center;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #06182e;
	background-color: #f8f8f8;
}

.term-plastic-surgery-for-men .featured-gallery-holder {
	padding-top: 0px;
	min-height: 260px;
}

.term-emsculpt .featured-gallery-holder {
	min-height: 200px;
	background-size: contain;
	padding: 0px;
}

.click-for-gallery {
	color: #fff;
	background-color: #1d2b57;
	padding: 25px 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.14;
}

.click-for-gallery:hover {
	background-color: #3f5495;
}

.click-for-gallery a {
	display: block;
	color: #fff;
}

.photo-gallery-before {
	text-align: center;
	padding: 15px;
	font-size: 20px;
	line-height: 1.5;
}

.photo-gallery-before, .photo-gallery-after {
	text-align: center;
	padding: 15px;
	font-size: 20px;
	line-height: 1.5;
	color: #110f2a;
	border: 1px solid #f2f2f2;
}

.photo-gallery-category-row-post .post_title {
	border: 1px solid #f2f2f2;
	margin: 0;
	padding: 10px;
	font-size: 22px;
	font-weight: 600;
}

.photo-gallery-category-row-post .item {
	position: relative;
}

.photo-gallery-category-row-post .item:hover {
	background: #eee;
}

.photo-gallery-before {
	position: relative;
	border-right: none;
}

.gallery-common-content {
	line-height: 1.15;
	border-top: 1px solid #ccc;
	padding-top: 25px;
}

.photo-gallery-category-post > div {
	position: relative;
}

.photo-gallery-category-post > div:last-child {
	padding-bottom: 0;
}

.photo-gallery-category-post > div:not(:first-child):before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#00000000", GradientType=1);
}

.gallery-before-after-section {
	margin-top: 35px;
	margin-bottom: 50px;
}

.gallery-slide-single-outer {
	background-color: #eee;
}

.slider-for-main .row, .slider-nav-main  .row {
	justify-content: center;
}

.slider-for-main {
	pointer-events: none;
}

.gallery-slide-large {
	height: 520px;
	border: 1px solid #eee;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.have-only-single-image .photo-gallery-after {
	border: 1px solid #ccc;
	border-bottom: none;
}

.have-only-single-image .gallery-slide-after-large {
	margin-left: 0;
}

.have-only-single-image .gallery-slide-before-large {
	margin-right: 0;
}

.mt2 {
	margin-top: 30px;
}

.photo-gallery-detail-heading {
	margin-bottom: 35px;
}

.gallery-slide-thumb {
	height: 120px;
	background-position: center 0;
	background-size: cover;
	margin: 5px;
	cursor: pointer;
}

.slider-nav-main .slick-current {
	background-color: #a9d0db;
	color: #fff;
}

.counter-thumbnail {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}

.photo-gallery-next-prev {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #ccc;
	padding-top: 25px;
}

.detail-patient-info-outer, .detail-procedure-info-outer {
	background-color: #eee;
	padding: 30px;
	outline: 1px solid #ccc;
	border: 5px solid #fff;
}

ul.detail-patient-info li, ul.detail-procedure-info li {
	display: flex;
	padding-top: 8px;
	padding-bottom: 8px;
	word-break: break-all;
	font-size: 15px;
}

ul.detail-patient-info li+li, ul.detail-procedure-info li+li {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.detail-patient-info-left {
	width: 65%;
	padding-right: 30px;
}

.detail-patient-info-right {
	width: 40%;
}

.detail-procedure-info-left {
	width: 60%;
	padding-right: 20px;
}

.detail-procedure-info-right {
	width: 35%;
	word-break: break-all;
}

.elm-wrapper {
	margin-top: 0;
	margin-bottom: 2.5em;
}

.slider-nav-main .slick-arrow {
	background: #000;
	border: 1px solid #000;
	position: absolute;
	cursor: pointer;
	font-size: 0;
	bottom: 50%;
	right: -15px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	z-index: 1;
}

.slider-nav-main .slick-prev {
	left: -15px;
}

.slider-nav-main .slick-arrow:before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	display: inline-block;
	transform: rotate(45deg);
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: -5px;
	right: 0;
	margin: auto;
	border-radius: 2px;
}

.slider-nav-main .slick-prev:before {
	transform: rotate(-135deg);
	left: 7px;
}

.slider-nav-main .slick-arrow:hover {
	background: #eacdb1;
	border-color: #eacdb1;
}

.term-emsculpt .featured-gallery-holder {
	padding-top: 0px;
	min-height: 250px;
}

@media (min-width:768px) {
	div[aria-expanded="true"] .photo-gallery-parent-category {
		background-color: #ff8580;
		color: #fff;
		border: 1px solid #ff8580;
	}
}

@media (min-width:1025px) {
	.photo-gallery-child-category a:hover {
		transform: translateX(10px);
	}
}

@media (max-width:1699px) {
	.gallery-slide-large {
		height: 450px;
	}
}

@media (max-width:1399px) {
	.patient-counter {
		font-size: 34px;
	}
	
	.photo-gallery-case {
		font-size: 22px;
	}
	
	.gallery-slide-large {
		height: 400px;
	}
}

@media (max-width:1199px) {
	.pagination {
		align-items: center;
		justify-content: center;
	}
}

@media (max-width:991px) {
	.click-for-gallery {
		font-size: 18px;
	}
	
	.patient-counter {
		font-size: 30px;
	}
	
	.photo-gallery-case {
		font-size: 20px;
	}
	
	.gallery-slide-large {
		height: 300px;
	}
	
	.gallery-slide-thumb {
		height: 90px;
	}
	
	.term-emsculpt .featured-gallery-holder {
		padding-top: 0px;
		min-height: 150px;
	}
}

@media (max-width:767px) {
	.photo-gallery-childs-term {
		width: 100%;
		margin-left: 0;
	}
	
	.photo-gallery-child-term {
		padding: 10px 15px;
		width: 100%;
		margin-left: 0;
	}
	
	.photo-gallery-parent-category, .categories-card .card-body {
		margin-left: 0;
	}
	
	.categories-tabs .collapse {
		display: block !important;
	}
	
	.photo-category-thumbnail {
		position: static;
		margin: auto;
		max-width: 100%;
		opacity: 1;
		height: 370px;
	}
	
	.photo-gallery-parent-category {
		border-bottom: none;
	}
	
	.photo-gallery-parent-category-inner {
		padding: 15px;
		text-align: center;
	}
	
	.photo-gallery-down-arrow, .photo-category-line-one, .photo-category-line-two, .photo-category-line-three {
		display: none;
	}
	
	.categories-card .categories-title {
		pointer-events: none;
	}
	
	.photo-gallery-category-post > div {
		padding-top: 0;
		padding-bottom: 2rem;
	}
	
	.btn-blue {
		white-space: normal;
	}
	
	.gallery-slide-large {
		height: 275px;
	}
	
	.gallery-before-after-section {
		margin-bottom: 80px;
	}
	
	.gallery-before-after-section .slick-arrow {
		bottom: -70px;
		left: 0;
		right: -55px;
		margin: auto;
		cursor: pointer;
	}
	
	.slider-nav-main .slick-prev {
		left: -90px;
	}
	
	.gallery-before-after-section .slick-arrow svg {
		width: 35px;
		height: 35px;
	}
	
	.gallery-before-after-section .slick-arrow svg path {
		fill: #ff8580;
	}
	
	.gallery-before-after-section .slick-arrow.nextArrow {
		left: 80px;
	}
	
	.gallery-before-after-section .slick-arrow.prevArrow {
		right: 80px;
	}
	
	.photo-gallery-next-prev {
		justify-content: center;
	}
	
	.photo-gallery-next-prev > div {
		padding: 0px 10px;
	}
}

@media (max-width:479px) {
	.adult-check-buttons a {
		line-height: 50px;
		width: 105px;
	}
	
	.click-for-gallery {
		font-size: 16px;
		padding: 15px;
	}
	
	.btn {
		display: inline-block;
		padding: 10px 20px;
		width: auto;
		min-width: 155px;
	}
	
	.gallery-slide-thumb {
		height: 85px;
	}
	
	.detail-patient-info-outer, .detail-procedure-info-outer {
		padding: 10px;
	}
	
	.detail-procedure-info-left {
		width: 60%;
		padding-right: 20px;
	}
	
	.gallery-slide-large {
		height: 135px;
	}
}

@media (max-width:375px) {
	.gallery-slide-large {
		height: 180px;
	}
	
	.gallery-slide-thumb {
		height: 70px;
	}
}
