
:root {
	--color--black: #222;
	--color--grey: #5f5f5f;
	--color--blue: #131d54;
	--color--skyblue: #0059b6;
	--color--white: #fff;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Poppins", sans-serif;
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight: 300;
	color: #000;
	line-height: 2;
}

p {
	font-size: 15px;
	font-family: "poppins";
	font-weight: 300;
	color: #000;
	line-height: 2;
	margin-bottom: 35px;
}

body, html {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

img, svg {
	vertical-align: inherit;
}

:focus {
	outline: none !important;
}

a {
	color: var(--color--skyblue);
	font-weight: 500;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	text-decoration: none;
}

/* a:hover {
    color: var(--color--blue);
} */
a, .btn, input, select, textarea, button, img {
	outline: 0 !important;
	box-shadow: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: #c70e09;
}

ol {
	padding-left: 15px;
}

select {
	color: rgba(0, 0, 0, 0);
	text-shadow: 0 0 0 #000;
}

a img {
	outline: 0;
}

input, select, textarea {
	outline: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
}

input[type="submit"] {
	cursor: pointer;
}

a:hover, a:focus {
	text-decoration: none;
}

p:empty {
	display: none;
}

p:last-child {
	margin-bottom: 0;
}

iframe {
	border: none;
	width: 100%;
	height: 100%;
}

.alignnone {
	display: block;
	margin: 25px auto;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 25px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 22px 15px 0px;
}

.aligncenter, div.aligncenter {
	width: auto !important;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.no_result a {
	text-decoration: underline;
}

/*============ Heading CSS ============*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight: 500;
	color: var(--color--black);
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
}

.h2 .h2, h2, .heading, h2.title {
	color: var(--color--black);
	font-size: min(max(32px, 3.9285714286vw), 55px);
	font-weight: 500;
	margin-bottom: 12px;
	line-height: 1.2;
	text-transform: capitalize;
}

/*============ Heading CSS END ============*/

/*==================== Common CSS ====================*/
.space-pd {
	padding: 150px 0;
}

.space-pd-tp {
	padding-top: 150px;
}

.space-pd-bt {
	padding-bottom: 150px;
}

.space-mr {
	margin: 150px 0;
}

.space-mr-tp {
	margin-top: 150px;
}

.space-mr-bt {
	margin-bottom: 150px;
}

.btn {
	background: transparent;
	border-radius: 0;
	color: #000;
	border: 1px solid #000;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 30px;
	text-transform: capitalize;
	font-weight: 300;
	letter-spacing: .02em;
	line-height: normal;
	position: relative;
	transform: translateY(0px);
	transition: all .4s ease;
	margin-bottom: 20px;
}

.btn.focus, .btn:focus {
	box-shadow: none;
}

.btn:hover {
	transform: translateY(-4px);
	border: 1px solid #000;
	color: #000;
}

.btn-light {
	color: #fff;
	border: 1px solid #fff;
}

.btn-light:hover {
	transform: translateY(-4px);
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
}

/*==================== Common CSS END ====================*/

/*============ Client Review Schema CSS ============*/
.clientreviews {
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 30px;
}

.review-schema-wrapper {
	margin-top: 35px;
}

.clientreviews p strong, .testimonialTitle strong {
	font-weight: 600;
}

.clientreviews .heading {
	font-size: 28px;
}

.video-schema iframe {
	height: 260px;
}

/*============ Client Review Schema CSS END ============*/

/*============ Form CSS ============*/
.wpcf7 {
	position: relative;
	z-index: 9;
}

.wpcf7 .form-group {
	margin-bottom: 35px;
}

.form-control:focus {
	box-shadow: none;
	background: none;
	color: var(--color--black);
	border-color: var(--color--skyblue);
}

.wpcf7-form-control-wrap {
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	width: 100%;
}

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
	color: #fff;
	margin-bottom: 0;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 0;
	font-size: 11px;
	background-color: #dc3231;
	padding: 2px 5px 2px;
	border-radius: 0;
	height: 20px;
	line-height: 18px;
}

.wpcf7 .wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 .wpcf7-response-output {
	border: none !important;
	margin: 0 !important;
	font-size: 15px;
	line-height: 1.3;
	position: absolute;
	left: 0;
	bottom: -45px;
	right: 0;
	text-align: center;
	color: #c20000;
	font-weight: normal;
	padding: 5px 0 !important;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #398f14 !important;
}

.wpcf7 label {
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	display: block;
}

.quiz-gp .wpcf7-form-control-wrap {
	display: block !important;
}

.form-control, .infusion-field input[type="text"] {
	border: none;
	border-bottom: 1px solid #959595;
	padding: 12px 0px;
	color: #15071e;
	outline: none;
	border-radius: 0;
	background-color: transparent;
	width: 100%;
}

textarea.form-control {
	height: 80px;
	resize: none;
}

.select-box select {
	color: #000;
	text-shadow: none;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	width: 100%;
	padding: 14px 0;
	line-height: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.select-box select::-ms-expand {
	display: none;
}

.select-box>span {
	position: relative;
}

.select-box>span::after {
	content: "";
	right: 5px;
	position: absolute;
	top: 50%;
	width: 8px;
	height: 8px;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	-moz-transform: rotate(45deg) translateY(-50%);
	-o-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	border-right: 2px solid rgba(0, 0, 0, .2);
	border-bottom: 2px solid rgba(0, 0, 0, .2);
	pointer-events: none;
}

.wpcf7-acceptance span.wpcf7-list-item, .checkbox span.wpcf7-list-item {
	margin: 0;
	margin-right: 30px;
}

.wpcf7-acceptance input[type="checkbox"], .checkbox input[type="checkbox"] {
	display: none;
	width: auto;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	color: #0c1a36;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
	border: 1px solid #cdd3da;
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
}

.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::before {
	border-color: #0c1a36;
	background: #0c1a36;
}

.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 8px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.checkbox .wpcf7-list-item-label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	color: #8a8b8d;
}

.checkbox .wpcf7-list-item-label::before {
	border: 1px solid #afafaf;
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 1px;
	left: 0;
}

.checkbox label input:checked+.wpcf7-list-item-label {
	color: #4e6072;
}

.checkbox label input:checked+.wpcf7-list-item-label::before {
	border-color: #4e6072;
	background: #4e6072;
}

.checkbox label input:checked+.wpcf7-list-item-label::after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 8px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.wpcf7-acceptance label a {
	color: #dcac35;
}

.submit-btn {
	position: relative;
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
}

.submit-btn input[type="submit"] {
	border-radius: 50px;
	background: var(--color--skyblue);
	width: auto;
	width: 100%;
	border: none;
	border: 2px solid var(--color--skyblue);
	padding: 12px 35px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	line-height: 24px;
}

.submit-btn input[type="submit"]:hover {
	background: none;
	color: var(--color--skyblue);
	border-color: var(--color--skyblue);
}

.wpcf7-spinner {
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

div.wpcf7 .ajax-loader {
	display: none;
}

div.wpcf7 .ajax-loader.is-active {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	border-radius: 100px;
	background-color: var(--color--skyblue);
	background-image: url("https://www.apresplasticsurgery.com/nitropack_static/diyRQRRUHKwSQDhqNufYWGNSoqaAiAPR/assets/images/optimized/rev-7423048/www.apresplasticsurgery.com/wp-content/themes/apres-plastic-surgery/img/loader-w.svg");
	height: 100%;
	width: 100%;
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: center;
	display: block !important;
	top: 0;
	bottom: auto;
}

div.wpcf7 .ajax-loader.is-active.nitro-lazy {
	background-image: none !important;
}

.msg-side-form {
	position: absolute;
	color: #fff;
	font-size: 12px;
	right: 62px;
	margin: 0;
	background-color: #c20000;
	padding: 5px;
	height: 22px;
	line-height: normal;
	letter-spacing: 0;
	bottom: 0;
}

.radio-btn input[type=radio] {
	display: none;
}

.radio-btn span.wpcf7-list-item {
	margin-left: 0;
	padding-left: 23px;
	margin-right: 20px;
	position: relative;
}

.radio-btn span.wpcf7-list-item label {
	margin-bottom: 0;
	cursor: pointer;
	line-height: 25px;
	color: #afafaf;
}

.radio-btn span.wpcf7-list-item:last-child {
	margin-right: 0;
}

.radio-btn label .wpcf7-list-item-label::before {
	border: 1px solid rgba(0, 0, 0, .2);
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	top: 4px;
	left: 0;
}

.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 7px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::before {
	border-color: #a91b2a;
	background: #a91b2a;
}

/*============ Form CSS END ============*/

/*========= Nav Multiple CSS =========*/
.wrap-header {
	display: flex;
	align-items: center;
	justify-content: end;
	width: 100%;
}

.menu-top {
	position: relative;
	display: flex;
}

ul.menu-top li {
	color: #fff;
	position: relative;
	padding: 0px 15px;
	line-height: normal;
}

ul.menu-top>li.menu-item-has-children {
	padding-right: 17px;
}

ul.menu-top li:first-child {
	padding-left: 0;
}

ul.menu-top li ul {
	display: none;
}

.menu-top li a {
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 15px;
	text-decoration: none;
	height: 100%;
	font-weight: 500;
	text-transform: uppercase;
	padding: 15px 0;
}

.menu-top li a:hover {
	transition: .3s ease-in-out all;
	color: #fff;
}

.menu-top li a:hover::before {
	position: absolute;
	content: "";
	background: #fff;
	left: 0;
	right: 0;
	bottom: -11px;
	height: 2px;
}

.menu-top li a:hover::before, .menu-header>ul>li.current_page_item>a::before, .menu-header>ul>li.current_page_ancestor>a::before {
	width: 100%;
}

.menu-header>ul>li.current_page_item>a, .menu-header>ul>li.current_page_ancestor>a {
	color: #fff;
}

.menu-header>ul>li.current_page_item>a::before, .menu-header>ul>li.current_page_ancestor>a::before {
	position: absolute;
	content: "";
	background: #fff;
	left: 0;
	right: 0;
	bottom: -11px;
	height: 2px;
}

#mainNav>li.menu-item-has-children::before {
	content: "";
	right: 5px;
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	-moz-transform: rotate(45deg) translateY(-50%);
	-o-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform-origin: 5px 0px;
}

.main-header.small-header {
	background-color: #a99c83;
	box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, .15);
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	transition: all .5s ease;
}

.main-header.small-header .top-logo svg {
	transition: all .5s ease;
	max-height: 75px;
	margin-top: 5px;
}

.small-header .menu-top::before {
	display: none;
}

.sub-menu li.menu-item-has-children {
	position: relative;
}

.menu-top li>.sub-menu>li.menu-item-has-children:after {
	content: "";
	right: 7px;
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	transform: rotate(-45deg) translateY(-50%);
	-webkit-transform: rotate(-45deg) translateY(-50%);
	-moz-transform: rotate(-45deg) translateY(-50%);
	-o-transform: rotate(-45deg) translateY(-50%);
	-ms-transform: rotate(-45deg) translateY(-50%);
	border-right: 2px solid #beccd7;
	border-bottom: 2px solid #beccd7;
	transform-origin: 0 2px;
}

ul.menu-top li:hover>ul {
	display: block;
	position: absolute;
	top: 100%;
}

ul.menu-top li:hover li {
	float: none;
}

.sub-menu li ul.sub-menu {
	position: absolute;
	background-color: var(--color--skyblue);
	z-index: 99;
	top: 0 !important;
	left: 100%;
}

.menu-top li ul li {
	border-top: 0;
	display: block;
	margin: 0;
}

ul.menu-top li .sub-menu li ul.sub-menu li>a {
	background-color: var(--color--blue);
}

ul.menu-top li .sub-menu li ul.sub-menu li>a:hover, ul.menu-top li .sub-menu li ul.sub-menu li.current-menu-item>a {
	background: var(--color--skyblue);
	color: #fff;
}

ul.menu-top li:hover li a:hover, .menu-top ul.sub-menu li.current_page_item a {
	background: var(--color--skyblue);
	color: #fff;
}

ul.menu-top ul ul {
	left: 100%;
}

.sub-menu {
	background-color: var(--color--blue);
	min-width: 210px;
	z-index: 9;
	text-align: left;
}

ul.menu-top li .sub-menu li {
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

ul.menu-top li .sub-menu li:last-child {
	border-bottom: none;
}

ul.menu-top li .sub-menu li a {
	font-size: 13px;
	padding: 10px 10px;
	text-transform: uppercase;
	line-height: normal;
	margin: 0;
	color: #fff;
	border: none;
	display: block;
	font-weight: 500;
}

ul.menu-top li .sub-menu li a:hover {
	border: none;
}

ul.menu-top li .sub-menu li a:hover::before, ul.menu-top li .sub-menu li a:hover::after {
	display: none;
}

.pointer-hide a {
	pointer-events: none;
}

.submenu-scroll .sub-menu {
	overflow-y: scroll;
	height: 450px;
}

.submenu-scroll .sub-menu::-webkit-scrollbar-track {
	background-color: #fff;
}

.submenu-scroll .sub-menu::-webkit-scrollbar {
	width: 4px;
	background-color: #fff;
}

.submenu-scroll .sub-menu::-webkit-scrollbar-thumb {}

.container {
	max-width: 2200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 100px;
	padding-right: 100px;
}

/*========= Nav Multiple CSS END =========*/
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	padding-top: 17px;
	padding-bottom: 25px;
}

#header .container {
	padding-left: 75px;
	padding-right: 75px;
}

.header-search-box {
	position: fixed;
	background-color: #a99c83;
	width: 100%;
	top: 0;
	right: 0;
	height: 133px;
	opacity: 0;
	z-index: 0;
}

.header-search-box span.closebtn {
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	right: 20px;
	width: 35px;
	height: 35px;
}

.header-search-box span.closebtn::before {
	transform: rotate(45deg);
}

.header-search-box span.closebtn::after {
	transform: rotate(-45deg);
}

.header-search-box span.closebtn::before, .header-search-box span.closebtn::after {
	position: absolute;
	content: "";
	height: 30px;
	width: 2px;
	background-color: var(--color--white);
}

.header-search-box .search-input-wrap .searchform {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 70%;
	margin: 0 auto;
	width: 100%;
}

.header-search-box input.search {
	height: 55px;
	color: var(--color--white);
	padding: 8px 58px 8px 10px;
	border: none;
	border-bottom: 2px solid var(--color--white);
	width: 100%;
	background: none;
}

.header-search-box input::placeholder {
	color: #fff;
}

#site-searchs {
	top: 0;
	position: absolute;
	right: 0px;
	width: auto;
	height: 55px;
	border: none;
	padding: 13px 20px;
	line-height: 38px;
	cursor: pointer;
	background: none;
}

.home-slider {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	align-items: end;
	justify-content: center;
	z-index: 5;
	width: calc(100% - 100px);
	height: calc(100% - 130px);
	max-height: 820px;
	bottom: 0;
}

.home-slider:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(349deg, rgba(0, 0, 0, 76%) 22.36%, rgba(0, 0, 0, 40%) 55.74%);
	opacity: 1;
	transition: all 2s cubic-bezier(.25, .46, .45, .94);
	z-index: 4;
}

.homeimage {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: top center !important;
	opacity: 0;
	transform: scale(1);
	transition: opacity 1s ease-in-out;
	z-index: 0;
	pointer-events: none;
}

.homeimage.active {
	opacity: 1;
	animation: zoom 10s ease-in-out forwards;
	z-index: 1;
}

@keyframes zoom {
	from {
		transform: scale(1);
	}
	
	to {
		transform: scale(1.2);
	}
}

#home_banner {
	height: 95vh;
	max-height: 950px;
	min-height: 700px;
	max-width: 2200px;
	padding-top: 140px;
	padding-top: 0;
	position: relative;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	overflow: visible;
}

#home_banner:after {
	content: " ";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 95%;
	left: 0;
	top: 0;
	background-position: center center;
	background-image: var(--bgImage);
	background-size: cover;
}

.header-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: center;
	align-items: center;
}

.header-ph {
	color: #fff;
	font-size: 18px;
	letter-spacing: .2em;
	font-weight: 300;
	text-transform: uppercase;
}

.header-right {
	display: flex;
	gap: 20px;
	align-items: center;
}

.header-cats {
	display: flex;
	flex-direction: column;
	margin-right: 20px;
}

.header-cats a {
	display: inline-flex;
	align-items: center;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size: 18px;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-weight: 300;
}

.menu-button {
	height: 35px;
	width: 35px;
	position: relative;
	z-index: 12;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 50%;
	cursor: pointer;
}

.menu-bar.menu-bar-top {
	margin-top: 0 !important;
}

.menu-button .menu-bar {
	position: relative;
	border-radius: 0px;
	width: 30px;
	transition: .5s;
	opacity: 1;
	display: block;
	height: 2px;
	background: #fff;
	margin-top: 6px;
	text-align: center;
}

.menu-wrap {
	background-color: rgba(0, 0, 0, .8);
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	width: 100%;
	left: -100%;
	font-size: 1em;
	font-weight: 700;
	overflow: auto;
	transition: .5s;
	z-index: 12;
	z-index: 11111;
	display: flex;
	justify-content: center;
	max-width: 600px;
	min-height: 100vh;
}

.main-menu label {
	font-size: 18px;
	letter-spacing: .2em;
	color: white;
	text-transform: uppercase;
	padding-left: .5em;
	cursor: pointer;
	padding-top: 0;
}

.banner_content {
	position: relative;
	z-index: 9;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	text-align: center;
}

.sub-heading {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: .2em;
	line-height: 2.2;
	margin-bottom: 20px;
}

.banner_content .heading {
	font-family: "poppins";
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 40px;
	font-size: 80px;
	font-size: min(max(50px, 5.7142857143vw), 80px);
}

.banner_content .btn {
	margin-bottom: 35px;
}

.banner_bottom_img {}

.banner_bottom_img img {
	width: 100%;
}

.box-shadow-smooth {
	box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, .0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, .035), 0px 22.3363px 17.869px rgba(0, 0, 0, .0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, .0503198), 0px 100px 80px rgba(0, 0, 0, .07);
}

.section_title {
	font-family: "poppins";
	font-size: 55px;
	font-size: min(max(32px, 3.9285714286vw), 55px);
	line-height: 1.1;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.lead {
	font-family: "poppins";
	font-size: 20px;
	font-size: min(max(22px, 1.4285714286vw), 20px);
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 20px;
}

.lead p {
	font-family: "poppins";
	font-size: 20px;
	font-size: min(max(22px, 1.4285714286vw), 20px);
	line-height: 1.5;
	font-weight: 300;
}

b, strong {
	font-weight: 700;
}

section:not(.header):not(.footer):not(.masthead) p > a:not(.button), section:not(.header):not(.footer):not(.masthead) li > a:not(.button), section:not(.header):not(.footer):not(.masthead) span > a:not(.button) {
	color: #737373;
	display: inline;
	background: linear-gradient(#737373, #737373);
	background-size: 0 1px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	transition: background-size .4s ease;
}

.img_box_contentImg {
	align-self: stretch;
	position: relative;
	min-height: 500px;
	height: 100%;
}

.img_box_contentImg img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.section_description {
	margin-bottom: 30px;
}

.intro {
	font-family: "poppins";
	font-size: 30px;
	font-size: min(max(18px, 2.1428571429vw), 30px);
	line-height: 1.4;
	font-weight: 200;
}

.uppercase {
	text-transform: uppercase !important;
}

.feature-procedures .feature-title {
	font-size: min(max(24px, 2.5vw), 35px);
	font-weight: 500;
	line-height: 1.7;
}

.feature-procedures .link-reveal-container {
	position: relative;
	overflow: hidden;
	z-index: 2;
	margin-bottom: 20px;
}

.link-reveal {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, .5);
	opacity: .001;
	transition: opacity .4s ease, background 4s ease;
}

.feature-procedures .link-reveal-container ul {
	text-align: center;
	padding-left: 0 !important;
	display: block;
}

.link-reveal ul {
	padding: 0;
	list-style-type: none !important;
}

.link-reveal ul li:nth-of-type(1) {
	transition-delay: 0s;
}

.link-reveal ul li {
	transform: translateY(100%);
	opacity: .001;
	transition: transform .4s ease, opacity .4s ease;
	position: relative;
	z-index: -1;
}

.link-reveal ul li a {
	font-size: 16px;
	color: #fff !important;
}

.link-reveal ul li a:hover {
	background-size: 100% 1px !important;
}

.feature-procedures .link-reveal-container img {
	transition: transform .4s ease-in-out;
	max-width: 100%;
	vertical-align: middle;
	width: 100%;
}

.feature-procedures .link-reveal-container:hover img {
	transform: scale(1.1);
	transition: transform .4s ease-in-out;
}

.link-reveal-container:hover .link-reveal {
	opacity: 1;
}

.link-reveal-container:hover .link-reveal ul li {
	transform: translateY(0%);
	opacity: 1;
	z-index: 1;
}

@keyframes activateLink {
	0% {
		pointer-events: none;
	}
	
	99% {
		pointer-events: none;
	}
	
	100% {
		pointer-events: all !important;
	}
}

.video-overlay .overlay-text {
	font-size: min(max(75px, 14.2857142857vw), 200px);
	font-weight: 600;
	position: relative;
	z-index: 1;
}

.video-overlay {
	overflow: hidden;
	display: inline-block;
}

.video-overlay .overlay-video.top {
	top: -15%;
	left: 0;
	transform: unset;
}

.video-overlay .overlay-video {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	mix-blend-mode: lighten;
	pointer-events: none;
}

.video-overlay h2 a {
	font-weight: 600;
}

#footer {
	padding: 70px 0;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.footer-links a {
	color: #000;
	font-weight: 300;
}

.ratings, .ratingstars {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
}

.ratingstars .ratings-stars img, .ratingstars .ratings-stars svg {
	height: 24px;
	width: 24px;
}

.ratings img, .ratings svg, .ratingstars img, .ratingstars svg {
	padding-bottom: 5px;
}

.ratingstars .ratings-number {
	font-size: 65px;
	font-weight: 600;
	color: #000;
	line-height: 1;
	margin-right: 15px;
}

.ratingstars .ratings-text {
	font-size: 14px;
	color: #000;
}

.ratings .ratings-stars, .ratingstars .ratings-stars {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.sub-footer {
	margin-bottom: 50px;
}

.disclaimer {
	padding: 20px 20px;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	margin: auto;
}

.footer-links a:hover {
	color: #737373;
}

.nap-contact-block a {
	font-size: min(max(22px, 1.7857142857vw), 25px);
	font-weight: 600;
	color: #000;
}

.footer .sociallink {
	display: flex;
	gap: 30px;
	justify-content: flex-end;
}

.img_box_bgImg {
	position: relative;
}

.img_box_bgImg:after {
	content: "";
	position: absolute;
	height: 100%;
	max-height: 535px;
	width: 100%;
	max-width: 400px;
	right: 0;
	background-image: url("https://www.apresplasticsurgery.com/nitropack_static/diyRQRRUHKwSQDhqNufYWGNSoqaAiAPR/assets/images/optimized/rev-7423048/www.apresplasticsurgery.com/wp-content/uploads/2025/05/footer.webp");
	background-size: cover;
	bottom: 0px;
	left: -10px;
}

section {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.filter-black {
	filter: brightness(0) saturate(100%);
}

.logos-media {
	display: flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-width: 545px;
	margin-left: 0px !important;
	margin-right: auto;
	margin-bottom: 15px;
	overflow: hidden;
	padding-left: 0px !important;
	padding-right: 15px;
}

.logos-media img {
	max-height: min(max(50px, 5vw), 70px);
}

.dr-logos.filter-black {
	margin-top: 50px;
}

.img_box_bgImg img {
	position: relative;
	z-index: 1;
}

.img_collage.collageBx2 {
	padding-top: 0;
}

.img_collage {
	padding-top: 150px;
}

.collage_imgs_row {
	--bs-gutter-x: 3rem;
}

.soc_imgs_bx {}

.soc_imgs_bx img {}

.soc_md_sec .sociallink {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	flex-direction: row-reverse;
}

.soc_md_sec ul.sociallink svg {
	width: 125px;
	height: 125px;
	fill: #000;
}

.soc_md_sec ul.sociallink svg path {
	fill: #000;
}

.soc_md_sec {
	margin-top: 75px;
}

#pills-tab {
	margin-bottom: 60px;
	justify-content: space-between;
}

.procedure-list-tbs li button {
	color: #000;
	font-family: "poppins";
	font-size: 20px;
	font-weight: 400;
	line-height: 1.75;
}

.procedure-list-tbs li button:hover, .procedure-list-tbs li button.active {
	color: #000;
}

.procedure-list-tbs li button img, .procedure-list-tbs li button svg {
	transition: all .4s ease;
}

.procedure-list-tbs li button.active img, .procedure-list-tbs li button.active svg {
	transform: rotate(90deg);
}

.selector-title {
	font-weight: 400;
	font-size: min(max(35px, 3.5714285714vw), 50px);
	letter-spacing: -.02em;
	line-height: 1.2;
}

.tb_content.text-start .btn {
	margin-top: 15px;
}

.testimonial-content p {
	font-size: 18px;
	font-style: italic;
}

.testimonial-slider {
	padding-top: 70px;
	margin-bottom: 50px;
}

.testimonial-slider .slick-arrow {
	position: absolute;
	top: 22px;
	width: 50px;
	height: 50px;
	padding-bottom: 1px;
}

.testimonial-slider .slick-arrow svg rect, .testimonial-slider .slick-arrow svg path {
	stroke: #000;
}

.testimonial-slider .slick-next.custom-next {
	left: 52%;
}

.testimonial-slider .slick-prev.custom-prev {
	left: 44%;
}

.testimonials-sec {
	width: 80%;
	margin: 0 auto;
}

.soc_md_sec .sociallink li a {
	transition: all .4s ease !important;
	transform: translateY(0);
	display: block !important;
}

.soc_md_sec .sociallink li a:hover {
	-webkit-filter: drop-shadow(0 0 10px rgba(198, 158, 84, .5));
	filter: drop-shadow(0 0 10px rgba(198, 158, 84, .5));
	transform: translateY(-3px);
	background-size: 0 !important;
}

.form-control {
	background-color: rgba(247, 250, 252, 1) !important;
	color: rgba(44, 51, 69, 1) !important;
	border: 0px solid rgba(172, 172, 172, 1) !important;
	border-radius: 5px !important;
	padding: 10px 15px 10px 15px !important;
	box-shadow: 0px 0px 0px 0px #fff;
	font-size: 16px;
	font-weight: 400;
	background-clip: inherit !important;
	margin-bottom: 30px;
}

.home_contact_form {
	background: #fff;
	padding: 20px;
}

.dswcf7_country_sel .country-select input {
	width: 50px !important;
	border: none;
	background: #f7fafc;
}

.dswcf7_country_sel {
	position: absolute;
	z-index: 9;
	top: 7px;
	left: 20px;
}

.wpcf7-form-control-wrap input[type="tel"] {
	padding-left: 70px !important;
}

.cnf_form .wpcf7-submit.form-submit {
	display: block;
	width: 100%;
	background: #000;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
}

.form-btm-links {
	margin-top: 40px;
}

.form-btm-links a {
	color: #188bf6 !important;
}

.flag-dropdown .country-list {
	width: 200px !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
}

.wpcf7 .checkBoxType label {
	font-size: 12.5px;
	line-height: 17px;
	position: relative;
	padding-left: 0px;
}

.wpcf7 .checkBoxType label input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
}

.checkBoxType .wpcf7-list-item.first.last {
	margin-left: 0;
}

.checkBoxType {
	margin-bottom: 20px;
}

.page-banner {
	height: 85vh;
	min-height: 650px;
	max-width: 2200px;
	max-height: 950px;
	z-index: 3;
	position: relative;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	padding-top: 0;
	overflow: visible;
}

.main-header .top-logo svg {
	transition: all 1.4s ease;
}

.page-banner-img-box {
	z-index: 5;
	width: calc(100% - 100px);
	height: calc(100% - 130px);
	max-height: 820px;
	bottom: 0;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: end;
	flex-direction: column;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, .0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, .0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, .035), 0px 22.3363px 17.869px rgba(0, 0, 0, .0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, .0503198), 0px 100px 80px rgba(0, 0, 0, .07);
}

.page-banner-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: top center !important;
	opacity: 1;
	transform: scale(1);
	transition: opacity 1s ease-in-out;
	z-index: 0;
	pointer-events: none;
}

.banner-title {
	position: relative;
}

.page-banner-img-box:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(349deg, rgba(0, 0, 0, .6) 22.36%, rgba(0, 0, 0, 0) 55.74%);
	opacity: 1;
	transition: all 2s cubic-bezier(.25, .46, .45, .94);
	z-index: 4;
}

/* .page-banner-img-box:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-image: var(--bgImage);
    background-size: cover;
} */
.banner-title {
	position: relative;
	z-index: 9;
	color: #fff;
	font-weight: 700;
	font-family: "poppins";
	line-height: 1.4;
	font-size: min(max(32px, 5.7142857143vw), 80px);
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
}

.banner-title 	.sub-heading {
	margin-bottom: 0;
}

.breadcrumps {
	position: relative;
	z-index: 9;
}

.breadcrumb a, .breadcrumb span {
	color: #fff;
	text-transform: uppercase;
	font-size: min(max(12px, .9285714286vw), 13px);
	letter-spacing: .11em;
}

.breadcrumb em {
	color: #b5b5b5;
	margin-left: 15px;
	font-size: min(max(12px, .9285714286vw), 13px);
}

.breadcrumb span {
	margin-left: 15px;
}

.menu-wrap {
	background-color: #f1f2f5;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	font-size: 1em;
	font-weight: 700;
	overflow: auto;
	transition: transform .5s ease;
	z-index: 12;
	z-index: 99999999;
	display: flex;
	justify-content: center;
	max-width: 100%;
	transform: translateX(100%);
}

.menu-show {
	transform: translateX(0);
	transition: transform .5s ease;
}

.menu-full-wrapper {
	width: 100%;
	position: relative;
}

.menu-sidebar {
	margin: 0;
	position: relative;
	top: 0;
	width: 100%;
	margin-left: auto;
	height: 100%;
	padding-top: 70px;
	font-size: 16px;
	font-weight: 400;
	padding: 0 30px;
}

.menu-bar-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 0;
	background-color: #a99c83;
	justify-content: space-between;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
	display: none;
	background: none;
	width: 100%;
}

.menu-sidebar .sub-menu {
	list-style: none;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
	border-top: 1px solid rgba(0, 0, 0, .25);
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 0px;
}

.menu-sidebar .menu-bar-wrapper li>a {
	color: #373737;
	color: #fff;
	padding: 10px 20px;
	position: relative;
	display: block;
	line-height: 1.7;
}

.rt-custom-menu-field-item-link {
	width: auto;
	word-break: break-all;
	padding-right: .5em;
}

.menu-sidebar .menu-bar-wrapper li a {
	font-size: 20px;
}

.rt-wp-menu-custom-fields-wrapper {
	width: 100%;
	line-height: 1.3;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 0px;
}

.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
	display: none;
	background: none;
	width: 100%;
}

.active-mega-menu > a {
	position: relative;
	padding: 0 15px;
}

.menu-bar-wrapper > li > a {
	text-align: center;
}

.menu-sidebar .menu-bar-wrapper > li > a {
	padding-bottom: 5px;
	padding-top: 10px;
	font-weight: 300;
}

.menu-sidebar .menu-bar-wrapper li.active-mega-menu > a {
	color: #737373 !important;
	background: #fff;
}

.nav-open-menu #header {
	background: #a99c83;
}

.menu-button.button-open .menu-bar.menu-bar-top {
	-webkit-transform: rotate(-45deg) translate(-4px, 1px);
	transform: rotate(-45deg) translate(-4px, 1px);
}

.menu-button.button-open .menu-bar.menu-bar-bottom {
	-webkit-transform: rotate(45deg) translate(-5px, -3px);
	transform: rotate(45deg) translate(-5px, -3px);
}

.menu-button.button-open .menu-bar.menu-bar-middle {
	display: none;
}

.page-template-template-about .page-banner-img-box {
	background-position: top !important;
}

.box-with-link {
	padding: 50px;
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #000;
	transition: background-color .4s ease;
}

.box-with-link h2 {
	font-family: "poppins";
	font-size: 40px;
	font-size: min(max(24px, 2.8571428571vw), 40px);
	line-height: 1.5;
	font-weight: 700;
}

.box-with-link:hover {
	background: url("https://www.apresplasticsurgery.com/nitropack_static/diyRQRRUHKwSQDhqNufYWGNSoqaAiAPR/assets/images/optimized/rev-7423048/www.apresplasticsurgery.com/wp-content/uploads/2025/05/footer.webp");
	background-size: cover;
	background-position: center;
}

.box-with-link p {
	margin-top: auto;
}

.box-with-link:hover h2, .box-with-link:hover p, .box-with-link:hover .sub-heading {
	color: #fff;
}

.box-with-link:hover p svg {
	filter: brightness(0) invert(1);
}

.box-with-link.boxLink2 {}

.card-link.black {
	color: #000 !important;
}

.card-link {
	text-decoration: underline;
	font-weight: 700;
	color: #fff !important;
}

.links_sec {
	background: #c4c4c4;
}

.links_section {
	display: flex;
	align-content: center;
	justify-content: space-around;
	width: 100%;
	padding: 15px;
	z-index: 10;
	background: #c4c4c4;
	transition: box-shadow .4s ease;
}

.links_section a {
	display: inline-block;
	text-align: center;
	transition: color .4s ease;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1;
}

.links_section a svg {
	transition: transform .4s ease;
	padding-left: 0;
}

.links_section a:hover svg {
	transform: translateX(5px);
}

.card {
	background-color: #fff;
	padding: 50px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, .1);
	border-radius: 0px;
	background-size: cover;
	background-position: center center;
	border: none;
}

.black-box {
	background-color: #000;
}

.title2 {
	font-size: 40px;
	font-size: min(max(24px, 2.8571428571vw), 40px);
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 35px;
}

.title3 {
	font-size: 30px;
	font-size: min(max(21px, 2.1428571429vw), 30px);
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 35px;
}

.our_staff_section .row_4 .team_mbr_img img {
	height: 950px;
	object-fit: cover;
}

.contact_info p {
	margin-bottom: 35px;
}

.contact_info .title2 {
	margin-bottom: 30px;
}

.blog-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: white;
	padding: 50px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, .1);
	border-radius: 0px;
	background-size: cover;
	background-position: center center;
	color: #000;
	height: 100%;
}

.blog-card p {
	color: #000;
	margin-bottom: 35px;
}

.blog-title {
	font-family: "poppins";
	line-height: 1.2;
	font-weight: 700;
	font-size: min(max(21px, 2.1428571429vw), 30px);
	margin-bottom: 15px;
}

.post-meta {
	font-size: 14px;
	margin-bottom: 35px;
	color: #000;
}

.single-post .page-banner-img-box, .blog .page-banner-img-box {
	background-position: top center !important;
}

.blog-detail h2 {
	font-family: "poppins";
	font-size: 30px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 20px;
}

.blog-detail h3 {
	font-family: "poppins";
	font-size: 30px;
	font-size: min(max(24px, 2.8571428571vw), 30px);
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 35px;
}

.blog-detail h4 {
	font-family: "poppins";
	font-size: 26px;
	font-size: min(max(24px, 2.8571428571vw), 26px);
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 35px;
}

.blog-detail h5 {
	font-family: "poppins";
	font-size: 22px;
	font-size: min(max(22px, 2.8571428571vw), 22px);
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 35px;
}

.blog-detail p a {
	color: #737373;
	background: linear-gradient(#737373, #737373);
	background-size: 0 1px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	transition: background-size .4s ease;
}

.blog-detail p a:hover {
	background-size: 100% 1px;
}

.form-section .lead p {
	color: #fff;
}

.contact_info p {
	color: #000 !important;
}

.contact_info .hours_con.lead p {
	text-transform: uppercase;
}

.hours_con p {
	font-size: min(max(22px, 1.4285714286vw), 20px);
}

.blog-card .btn {
	margin-bottom: 0;
}

.testi-content-img img {
	height: 500px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.text-white p {
	color: #fff;
}

.testimonial-card {
	background-color: #fff;
	padding: 50px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, .1);
	border-radius: 0px;
	background-size: cover;
	background-position: center center;
	border: none;
}

.testi-img {
	margin-bottom: 35px;
}

.testi-content {
	margin-bottom: 35px;
}

.testi-head {
	margin-bottom: 35px;
}

.page-template-finance-options-template .page-banner-img-box {
	background-position: top center !important;
}

.breadcrumb {
	margin-bottom: 50px;
}

.finace-card img {
	max-width: 200px;
	width: 100%;
	margin-bottom: 35px;
}

.travel-img img {
	height: 500px;
	width: 100%;
	object-fit: cover;
}

.black-box.card.signup-serv ul li {
	flex: 0 0 auto;
	width: 50%;
}

.black-box.card.signup-serv ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	ist-style: none;
}

.black-box.card.signup-serv ul li a {
	color: #fff !important;
	font-size: 15px;
	text-decoration: underline;
}

.proce-coln > div > a {
	border: none;
}

.proce-coln > div {
	border-bottom: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
}

.proce-coln > div:nth-child(3n) {
	border-right: none;
}

.proce-coln > div:nth-last-child(-n + 3):nth-child(n + 4):nth-child(3n + 1), .proce-coln > div:nth-last-child(-n + 2):nth-child(n + 4):nth-child(3n + 2), .proce-coln > div:last-child:nth-child(n + 4) {
	border-bottom: none;
}

.before-after-images img {
	width: 100%;
	flex: 0 0 auto;
	height: 100%;
	object-fit: cover;
}

.before-after-images {
	display: flex;
	gap: 10px;
	flex-direction: row;
	justify-content: center;
	align-content: center;
}

.before-after-slider .slick-dots li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.before-after-slider .slick-dots li {
	width: 46px;
	height: auto;
	opacity: .5;
	transition: opacity .4s ease;
}

.before-after-slider .slick-dots li.slick-active {
	opacity: 1;
}

.before-after-slider .slick-dots {
	position: relative;
	bottom: -10px;
}

.post-prev-next {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	position: relative;
}

.gal-post-title {
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}

.gallery-grid {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.gallery-grid a {
	margin-right: 20px;
	overflow: hidden;
	flex-basis: calc(100% / 7 - 17px);
}

.gallery-grid a img {
	transition: transform .4s ease;
	vertical-align: middle;
	width: 100%;
	object-fit: contain;
}

.gallery-grid a:last-child {
	margin-right: 0;
}

.gallery-grid .pair-link {
	background: #737373;
	color: white;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
	transition: opacity .4s ease;
}

.gallery-grid .pair-link:hover {
	opacity: .5;
}

.page-banner:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 95%;
	left: 0;
	top: 0;
	background-position: center center;
	background-image: var(--bgImage);
	background-size: cover;
}

section:not(.header):not(.footer):not(.masthead) p > a:not(.button):hover, section:not(.header):not(.footer):not(.masthead) li > a:not(.button):hover, section:not(.header):not(.footer):not(.masthead) span > a:not(.button):hover, section:not(.header):not(.footer):not(.masthead) p > a:not(.button):focus, section:not(.header):not(.footer):not(.masthead) li > a:not(.button):focus, section:not(.header):not(.footer):not(.masthead) span > a:not(.button):focus {
	color: #737373;
	background-size: 100% 1px;
}

.grey-color {
	color: #737373 !important;
}

.box-with-link:hover a {
	color: #fff !important;
}

.spg-content h4 {
	font-size: 15px;
	font-weight: 400;
}

.proc-img-box {
	align-self: stretch;
	position: relative;
	min-height: 500px;
	height: 100%;
}

.proc-img-box img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.proce-gallery-item {
	display: flex;
	gap: 10px;
	flex-direction: row;
	align-content: center;
	align-items: center;
	padding-right: 5px;
	padding-left: 5px;
	height: 300px;
}

.proce-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.proce-gallery-item a span {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 15px;
	color: #fff;
	padding: 10px;
	font-weight: 300;
	line-height: 2;
}

.proce-gallery-item a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

.proce-gallery-slider {
	padding-top: 50px;
}

.proce-gallery-slider .slick-dots {
	position: absolute;
	top: -10px;
	width: 90px;
	bottom: auto;
	text-align: left;
}

.proce-gallery-slider .slick-dots li {
	display: none;
	width: auto;
	height: auto;
	margin: 0;
}

.proce-gallery-slider .slick-dots li.slick-active {
	display: inline-block;
}

.proce-gallery-slider .slick-dots li button {
	font-size: 20px;
	font-size: 30px;
	font-size: min(max(18px, 2.1428571429vw), 30px);
	line-height: 12px;
	line-height: 1.4;
	display: inline-block;
	width: auto;
	height: auto;
	color: #000;
	font-family: "poppins";
	font-weight: 200;
}

.proce-gallery-slider .slick-dots li button:before {
	display: none;
}

.proce-gallery-slider .slick-arrow {
	height: 40px;
	min-width: 40px;
	flex-basis: 40px;
	background-color: #737373;
	transition: opacity .4s ease;
	cursor: pointer;
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	top: 23px;
	right: 0;
	left: auto;
}

.proce-gallery-slider .slick-prev.slick-arrow {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'100\' height=\'100\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23ffffff\' stroke-width=\'3\' stroke-linecap=\'square\' stroke-linejoin=\'arcs\'%3E%3Cpath d=\'M15 18l-6-6 6-6\'/%3E%3C/svg%3E");
	right: 43px;
}

.proce-gallery-slider .slick-prev.slick-arrow.nitro-lazy {
	background-image: none !important;
}

.proce-gallery-slider .slick-next.slick-arrow {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'100\' height=\'100\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23ffffff\' stroke-width=\'3\' stroke-linecap=\'square\' stroke-linejoin=\'arcs\'%3E%3Cpath d=\'M9 18l6-6-6-6\'/%3E%3C/svg%3E");
}

.proce-gallery-slider .slick-next.slick-arrow.nitro-lazy {
	background-image: none !important;
}

.proce-gallery-slider .slick-arrow.slick-disabled {
	opacity: .5;
}

/* .proce-gallery-slider .slick-slide {
  padding: 0 5px;
}

.proce-gallery-slider .slick-track {
  display: flex !important;
  margin: 0 -5px;
}
 */
.proce-gallery-slider .slick-slide:nth-child(3n) .proce-gallery-item {
	padding-right: 0px;
}

.card ul {
	list-style: disc;
	padding-left: 25px;
	margin-bottom: 5px;
}

.video-img:before {
	content: "";
	background-image: url("https://www.apresplasticsurgery.com/nitropack_static/diyRQRRUHKwSQDhqNufYWGNSoqaAiAPR/assets/images/source/rev-7423048/www.apresplasticsurgery.com/wp-content/themes/apres-plastic-surgery/img/youtube-play-button.svg");
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: .5s;
	z-index: 1;
	width: 80px;
	height: 60px;
}

.video-img {
	display: block;
	position: relative;
	overflow: hidden;
}

.video-img img {
	width: 100%;
	height: auto;
}

.section_description ul {
	list-style: disc;
	padding-left: 25px;
}

#procedure_section .section_description ul li span {
	display: block;
	margin-bottom: 0;
	font-size: 20px;
	font-size: min(max(22px, 1.4285714286vw), 20px);
	line-height: 1.5;
	font-weight: 300;
}

.accordion-item {
	background: transparent !important;
	border: none !important;
	margin-bottom: 25px;
}

.accordion-item button {
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	color: #000 !important;
	align-items: flex-start !important;
}

.accordion-item button:focus {
	box-shadow: none !important;
}

.accordion-item .lead {
	margin-bottom: 0;
	padding-right: 10px;
}

.accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'78\' height=\'78\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23000000\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'%3E%3Ccircle cx=\'12\' cy=\'12\' r=\'10\'%3E%3C/circle%3E%3Cline x1=\'12\' y1=\'8\' x2=\'12\' y2=\'16\'%3E%3C/line%3E%3Cline x1=\'8\' y1=\'12\' x2=\'16\' y2=\'12\'%3E%3C/line%3E%3C/svg%3E");
	background-size: contain;
	width: 25px;
	height: 25px;
}

.accordion-button:not(.collapsed):after {
	transform: rotate(135deg);
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'78\' height=\'78\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23000000\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'%3E%3Ccircle cx=\'12\' cy=\'12\' r=\'10\'%3E%3C/circle%3E%3Cline x1=\'12\' y1=\'8\' x2=\'12\' y2=\'16\'%3E%3C/line%3E%3Cline x1=\'8\' y1=\'12\' x2=\'16\' y2=\'12\'%3E%3C/line%3E%3C/svg%3E");
}

.accordion-body {
	padding: 0;
}

.links_sec.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 10;
}

.links_section a svg path {
	stroke: #737373;
}

.links_section a.active svg {
	transform: rotate(90deg);
}

.links_section a.active {
	color: #737373;
}

.links_section .this_page_sections {
	display: none;
	line-height: 50px;
	text-align: center;
	font-weight: 700;
	color: #000;
}

.dr-verfi-logo {
	position: absolute;
	width: 175px;
	height: 175px;
	bottom: -50px;
	right: 25px;
}

.dark-bg {
	background: #000;
}

.single-gallery-item {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	position: relative;
}

.single-gallery-item span {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 15px;
	color: #fff;
	padding: 10px;
	font-weight: 300;
	line-height: 2;
}

.full-content-sec ul, #risk_section ul {
	max-width: 900px !important;
	margin-left: auto;
	margin-right: auto;
	list-style: disc;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.full-content-sec ul li, #risk_section ul li {
	flex: 0 0 auto;
	width: 50%;
	padding-right: 25px;
	text-align: left;
	color: #000;
}

.page-id-445 .page-banner-img-box, .page-id-448 .page-banner-img-box {
	background-position: top !important;
}

.banner-proc-btm {
	background-color: #a99c83;
	width: 80%;
	padding: 25px;
	margin: 0 auto;
}

.header-left a:hover, .header-cats a:hover {
	opacity: .7;
}

.menu-sidebar .menu-bar-wrapper li a:hover {
	color: #737373 !important;
}

.mobile-contact-menu {
	background: #a99c83;
	padding: 20px;
	border-bottom: 1px solid #fff;
}

.mobile-contact-menu a {
	color: #fff;
	font-size: 18px;
	letter-spacing: .2em;
	font-weight: 300;
	text-transform: uppercase;
}

#mobile-nav {
	padding-top: 10px;
}

.mobile-cta-fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	display: none;
	align-items: center;
	z-index: 10;
	transition: transform .4s ease;
}

.mobile-cta-fixed a {
	flex: 1 1 0;
	display: inline-flex;
	padding: 10px 15px;
	background: #737373;
	text-align: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	padding-bottom: 15px;
}

.wpcf7-checkbox .wpcf7-list-item-label {
	display: block !important;
	text-align: left;
}

.cnf_form .checkbox p {
	position: relative;
}

.search-icon {
	margin-top: 10px;
	cursor: pointer;
}

.header-search-box.open-search {
	opacity: 1;
	z-index: 999999;
}

.blog-sidebar .searchitem form.search-form, .sidebar .searchitem form.search-form {
	width: 100%;
	display: block;
}

.blog-sidebar .searchitem form.search-form label, .sidebar .searchitem form.search-form label {
	display: block;
}

input.search-field {
	color: #000;
	font-size: 16px;
	height: 60px;
	width: calc(100% - 73px) !important;
	border: 1px solid #d7d7d7 !important;
	padding: 12px 0px !important;
	padding-right: 10px !important;
	padding-left: 15px !important;
	border-radius: 0px !important;
	background: #fafafa !important;
}

.blog-sidebar .searchitem .search-btn, .sidebar .searchitem .search-btn {
	width: 60px;
	cursor: pointer;
	font-size: 0px;
	border-radius: 0px;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, .05);
	background: #a99c83;
	border: none;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}

.blogsearch {
	color: #000;
	font-size: 16px;
	height: 60px;
	width: calc(100% - 73px);
	border: 1px solid #d7d7d7;
	padding: 12px 0px;
	padding-right: 10px;
	padding-left: 15px;
	border-radius: 0px;
	background: #fafafa;
	margin-bottom: 0;
}

.search-page .inner-content {
	word-wrap: break-word;
}

.search-page .inner-content .blog-title.h2 {
	margin-top: 20px;
}

.banner_content .sub-heading {
	margin-bottom: 28px;
}

.meet-dr-section  .img_box_bgImg {
	position: relative;
	padding-bottom: 50px;
	max-width: 580px;
	width: 100%;
}

.img_collage  .collage_image {
	height: 500px;
	max-width: 1000px;
	object-fit: cover;
	width: 100%;
}

.img_collage.collageBx2 img {
	height: 600px;
}

.procedure-list-tbs .img_box_bgImg.tb_img {
	align-self: stretch;
	position: relative;
	min-height: 500px;
	height: 100%;
}

.procedure-list-tbs .img_box_bgImg.tb_img img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.procedure-list-tbs .img_box_bgImg:after {
	bottom: -50px;
	left: -50px;
}

.selector-subhead {
	font-size: min(max(22px, 1.7142857143vw), 24px);
	letter-spacing: -.02em;
	line-height: 2.2;
}

.tb_content .selector-title {
	margin-bottom: 0;
}

.text-light p {
	color: #fff;
}

.form-sec-content .lead a {
	color: #fff !important;
}

.form-sec-content .title2 {
	margin-bottom: 20px;
}

.form-control::placeholder {
	color: rgba(182, 184, 196, 1) !important;
}

.form-control, select.wpcf7-select {
	text-shadow: none !important;
	color: rgba(182, 184, 196, 1) !important;
	font-weight: 400 !important;
}

.dropdown-field .wpcf7-form-control-wrap {
	position: relative;
}

.dropdown-field .wpcf7-form-control-wrap:after {
	content: "";
	position: absolute;
	border-color: #999 transparent transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	color: #999;
	margin-top: 4px;
	right: 10px;
	top: 15px;
}

.nap-address-block {
	letter-spacing: .1em;
	text-transform: uppercase;
}

.hours_opreations {
	letter-spacing: .1em;
	text-transform: uppercase;
}

.current_page_item > a {
	color: #737373 !important;
}

#book-with-dr-aghayan {
	position: fixed;
	top: 50%;
	right: 0px;
	padding: 5px 20px;
	background-color: #615545;
	color: white;
	border: none;
	border-radius: 8px 0 0 8px;
	cursor: pointer;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
	z-index: 1000;
	margin: 0;
}

#book-with-dr-aghayan:hover {
	background-color: #433b30;
	box-shadow: 0 6px 8px rgba(0, 0, 0, .15);
}

#dr-aghayan-popup-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1001;
	justify-content: end;
	align-items: center;
}

#dr-aghayan-popup-modal .modal-content {
	background: white;
	border-radius: 10px;
	max-width: 500px;
	width: 90%;
	height: 90%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
	position: absolute;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

#dr-aghayan-popup-modal .modal-content #close-dr-aghayan-modal {
	position: absolute;
	top: 0px;
	right: 40px;
	background: none;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
}

.popup_form {
	background-color: rgba(255, 255, 255, 1);
	border: 0px none rgba(255, 255, 255, 1);
	border-radius: 0px;
	max-width: 650px;
	width: 100%;
	border-color: rgba(255, 255, 255, 1);
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	box-shadow: 0px 4px 4px 0px rgba(87, 100, 126, 0);
	height: 100%;
	overflow-y: hidden;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.section_title .sub-heading {
	padding-top: 15px;
}

.accordion-body {
	padding: 0;
	color: #000;
	font-size: 15px;
	font-family: "poppins";
	font-weight: 400;
	line-height: 2;
}

.accordion-header {
	margin-bottom: 5px;
}

.single-photo-gallery .before-after-slider, .single-post .before-after-slider {
	margin-bottom: 30px !important;
}

#menu-item-501 .rt-custom-menu-field-item-link {
	text-align: center;
}

.box-with-link h2 {
	margin-bottom: 20px;
}

.page-template-template-contact .home_contact_form {
	max-width: 650px;
	margin: 0 auto;
}

.map_con iframe {
	box-shadow: 0px 0px 50px rgba(0, 0, 0, .25);
	height: 450px;
}

.scrolled .mobile-cta-fixed {
	transform: none;
}

.mobile-cta-fixed a.header-ph span {
	display: none;
}

.mobile-cta-fixed a:nth-child(2) {
	background: #737373;
}

.mobile-cta-fixed a {
	flex: 1 1 0;
	display: inline-flex;
	padding: 10px 15px;
	background: #737373;
	text-align: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	padding-bottom: 15px;
	align-items: center;
	font-size: 15px;
}

.mobile-cta-fixed .header-link svg {
	display: none;
}

.lead:last-child {
	margin-bottom: 0;
}

.pum-theme-2369, .pum-theme-default-theme {
	background-color: rgba(0, 0, 0, .8) !important;
}

.checkbox {
	position: relative;
}

.pum-close.popmake-close {
	background: #a99c83 !important;
}

.pum-theme-2369 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
	height: 40px !important;
	width: 40px !important;
	font-size: 20px !important;
	line-height: 0 !important;
}

.rsvp_form input[type=text], .rsvp_form input[type=tel], .rsvp_form input[type=email] {
	background-color: #f2f1ef;
	border: none;
	width: 100%;
	outline: none;
	font-family: "poppins";
	padding: 0px 15px !important;
	height: 50px;
	resize: none;
	font-weight: 500;
	vertical-align: middle;
	font-size: 15px;
	color: #000;
	margin-bottom: 20px;
}

.rsvp_form input::placeholder {
	color: #000;
}

.default-page h2 {
	font-family: "poppins";
	line-height: 1.5;
	font-weight: 400;
	font-weight: 700;
	font-size: min(max(24px, 2.8571428571vw), 40px);
}

.sitemap-page-list  li a {
	font-family: "poppins";
	font-size: 20px;
	font-size: min(max(22px, 1.4285714286vw), 20px);
	line-height: 1.5;
	font-weight: 300;
	text-transform: uppercase;
}

.sitemap-page-list  ul.children {
	padding-left: 20px;
}

.links_sec.fixed {
	margin: 0 !important;
}

.page-banner-img-box .sub-heading {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: .2em;
	line-height: 2.2;
	margin-bottom: 20px;
	font-weight: 400;
	position: relative;
	z-index: 4;
}

.banner-title span {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: .2em;
	line-height: 2.2;
	margin-top: 20px;
	font-weight: 400;
	position: relative;
	z-index: 4;
	display: block;
}

/* .single-photo-gallery .page-banner-img-box {
    background-position: top center !important;
} */
.navigation.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 60px;
}

.nav-links {
	display: flex;
	justify-content: space-around;
	gap: 20px;
}

.nav-links .page-numbers {
	padding: 5px 20px;
	border: 1px solid #000;
	color: #000;
}

.nav-links .page-numbers.current {
	background: #000;
	color: #fff;
}

.nav-links a.page-numbers:hover {
	background: #000;
	color: #fff;
}

.nav-links .page-numbers.dots {
	border: none;
}

.single_feat_img img {
	width: 100%;
}

.page-id-497 .page-banner-img-box {
	background-position: top center !important;
}

.proce-coln .uncategorized {
	display: none !important;
}

.black-box p a {
	color: #fff !important;
}

.black-box p a:hover {
	color: #737373 !important;
}

.page-id-439 #section-apr1 .proc-img-box img {
	object-position: top;
}

.page-id-457 #section-apr8 .row {
	align-items: center;
}

.page-id-457 #section-apr8 .proc-img-box {
	display: flex;
	align-items: center;
}

.page-id-457 #section-apr8 .proc-img-box img {
	position: relative;
	height: auto;
	width: 100%;
}

.form-section {
	position: relative;
}

#ipj-consult:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 70%);
}

#meet_dr_section .img_box_bgImg, .meet-dr-section .img_box_bgImg {
	position: relative;
	padding-bottom: 50px;
	max-width: 600px;
	width: 100%;
	align-self: stretch;
	min-height: 600px;
	max-height: 707px;
	height: 100%;
}

#meet_dr_section .img_box_bgImg > img, .meet-dr-section .img_box_bgImg > img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	max-width: 675px;
	object-position: top;
}

#meet_dr_section .img_box_bgImg:after, .meet-dr-section .img_box_bgImg:after {
	bottom: -50px;
	left: -50px;
}

.toggle-btn {
	cursor: pointer;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 60px;
}

.nav-links {
	display: flex;
	justify-content: space-around;
	gap: 20px;
}

.nav-links .page-numbers {
	padding: 5px 20px;
	border: 1px solid #000;
	color: #000;
}

.nav-links .page-numbers.current {
	background: #000;
	color: #fff;
}

.nav-links a.page-numbers:hover {
	background: #000;
	color: #fff;
}

.nav-links .page-numbers.dots {
	border: none;
}

.customPagination {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 60px;
	gap: 20px;
}

.customPagination .page-numbers {
	padding: 5px 20px;
	border: 1px solid #000;
	color: #000;
}

.customPagination .page-numbers.current {
	background: #000;
	color: #fff;
}

.customPagination a.page-numbers:hover {
	background: #000;
	color: #fff;
}

.customPagination .page-numbers.dots {
	border: none;
}

#loadMoreBtn:hover {
	background: #000;
	color: #fff;
}

.form-sec-content p:not(.lead ) a {
	color: #fff !important;
	text-decoration: underline;
	background: none !important;
}

.form-sec-content p:not(.lead ) a:hover {
	text-decoration: none;
	background: none !important;
}
