
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Be Vietnam Pro", sans-serif;
	float: left;
	width: 100%;
	background: #fff;
	font-size: 16px;
	line-height: 1.9;
	font-weight: 300;
	color: #000;
}

p {
	letter-spacing: .02em;
}

body, html {
	height: 100%;
}

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

img, svg {
	vertical-align: inherit;
}

.hide {
	display: none;
}

:focus {
	outline: none !important;
}

a {
	color: #bd001f;
	font-weight: 400;
	-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: #bd001f;
	-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;
}

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;
}

.gray-bg {
	background: #fcfaf7;
}

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%;
}

.white-text {
	color: #fff !important;
}

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

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

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

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

.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;
}

strong {
	font-weight: 600;
}

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

.no_result a {
	text-decoration: underline;
}

.no_result a:hover {
	color: #08191c;
	text-decoration: none;
}

/*============ Heading CSS ============*/
.sub-heading {
	font-size: 20px;
	text-transform: uppercase;
	color: #17243b;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	letter-spacing: .1em;
	text-transform: capitalize;
	color: #08191c;
	font-weight: 400;
	font-family: "against";
	line-height: 1.4;
}

.h2 .h2, h2, .heading, h2.title {
	margin-bottom: 12px;
	line-height: 1.3;
	font-weight: 400;
	font-size: 50px;
	text-transform: capitalize;
	color: #08191c;
}

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

/*============ Slick Arrow/Dots CSS ============*/
.slick-arrow {
	top: 50%;
	bottom: auto;
	width: 30px;
	height: 30px;
	left: -40px;
	right: auto;
	z-index: 9;
	transform: translateY(-50%);
}

.slick-arrow svg, .slick-arrow img {
	width: 30px;
	height: 30px;
	fill: #4d88b6;
}

.slick-arrow svg path {
	fill: #4d88b6;
}

.slick-next {
	left: auto;
	right: -40px;
}

.slick-arrow:hover svg, .slick-arrow:hover svg path {
	fill: #000;
}

.slick-dotted.slick-slider {
	margin-bottom: 50px;
}

.slick-dots {
	bottom: -40px;
	text-align: left;
}

.slick-dots li {
	width: 16px;
	height: 16px;
	margin: 0 5px;
}

.slick-dots li button {
	width: 16px;
	height: 16px;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 100%;
	position: relative;
}

.slick-dots li button::before {
	width: 8px;
	height: 8px;
	content: "";
	opacity: 1;
	background: rgba(44, 45, 33, .5);
	border-radius: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.slick-dots li.slick-active button, .slick-dots li button:hover {
	border: 1px solid #5e979e;
}

.slick-dots li.slick-active button::before, .slick-dots li button:hover::before {
	opacity: 1;
	background: #5e979e;
}

/*============ Slick Arrow/Dots CSS END ============*/

/*============ HTML5Lightbox CSS ============*/
button#html5-close {
	background-image: url("https://www.apskc.com/nitropack_static/wQoARuDFRnhuukccgLtGkRJiBAuxDngG/assets/images/optimized/rev-f38a260/www.apskc.com/wp-content/themes/associated-plastic-surgeons/js/skins/default/lightbox-close.png") !important;
	width: 32px;
	height: 32px;
}

button#html5-close.nitro-lazy {
	background-image: none !important;
}

button#html5-close img {
	display: none !important;
}

.html5-elem-data-box, div#html5lightbox-watermark {
	display: none !important;
}

/*============ HTML5Lightbox CSS END ============*/

/*================ Pagination CSS =================*/
.pagination {
	margin-top: 30px;
}

.pagination h2.screen-reader-text {
	display: none !important;
}

.pagination .nav-links * {
	font-weight: 300;
	padding: 12px 20px;
	margin: 0;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #dddcdc;
}

.pagination .nav-links .current, .pagination .nav-links *:hover {
	color: #fff;
	background: #bd001f;
	border: 1px solid #bd001f;
}

/*================ Pagination CSS END =================*/

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

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

.btn {
	background: #bd001f;
	border-radius: 0;
	color: #fff;
	border: 2px solid #bd001f;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 30px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: normal;
	position: relative;
	letter-spacing: .06em;
}

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

.btn:hover {
	background: none;
	color: #bd001f;
}

.white-hover-btn:hover {
	color: #fff;
	border-color: #fff;
}

.white-btn {
	background: none;
	color: #fff;
	border: 2px solid #fff;
}

.white-btn:hover {
	background: #fff;
	color: #bd001f;
	border: 2px solid #fff;
}

/*==================== 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: 30px;
}

.form-control:focus {
	box-shadow: none;
	background: #fff;
	color: #000;
	border-color: #000;
}

.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, .email-error {
	color: #fff;
	margin-bottom: 0;
	display: block;
	position: absolute;
	bottom: -20px;
	right: 0;
	font-size: 11px;
	background-color: #dc3231;
	padding: 0px 5px;
	border-radius: 0;
	height: 20px;
	line-height: 21px;
}

.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: #000;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 5px;
}

.form-control {
	border: 1px solid #dddcdc;
	padding: 12px 15px;
	color: #000;
	outline: none;
	border-radius: 0;
	background-color: #fff;
	width: 100%;
}

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

.select-box select {
	color: #000;
	text-shadow: none;
	background: #fff;
	border: 1px solid #dddcdc;
	width: 100%;
	padding: 14px 15px;
	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: 15px;
	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, .5);
	border-bottom: 2px solid rgba(0, 0, 0, .5);
	pointer-events: none;
}

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

.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: #a91b2a;
}

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

.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-block;
	min-width: 190px;
}

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

.submit-btn input[type="submit"]:hover {
	background: none;
	color: #bd001f;
	border-color: #bd001f;
}

/*.wpcf7-spinner {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}*/
div.wpcf7 .ajax-loader {
	display: none;
}

div.wpcf7 .wpcf7-spinner {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	background-color: #bd001f;
	background-image: url("https://www.apskc.com/nitropack_static/wQoARuDFRnhuukccgLtGkRJiBAuxDngG/assets/images/optimized/rev-f38a260/www.apskc.com/wp-content/themes/associated-plastic-surgeons/img/loader-w.svg");
	border-radius: 0;
	height: 100%;
	width: 100%;
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: center;
	display: block !important;
	top: 0;
	bottom: auto;
	opacity: 1 !important;
}

div.wpcf7 .wpcf7-spinner.nitro-lazy {
	background-image: none !important;
}

div.wpcf7 .submitting.wpcf7-spinner {
	display: block !important;
}

.wpcf7-spinner::before {
	display: none;
}

div.wpcf7 .ajax-loader.is-active {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	background-color: #bd001f;
	background-image: url("https://www.apskc.com/nitropack_static/wQoARuDFRnhuukccgLtGkRJiBAuxDngG/assets/images/optimized/rev-f38a260/www.apskc.com/wp-content/themes/associated-plastic-surgeons/img/loader-w.svg");
	border-radius: 0;
	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;
}

p.msg-side-form {
	position: absolute;
	color: #fff;
	font-size: 12px;
	right: 62px;
	margin: 0;
	bottom: 16px;
	background-color: #c20000;
	padding: 5px;
	height: 22px;
	line-height: 12px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	top: 33px;
}

.blog-sidebar  div.wpcf7 .ajax-loader.is-active {
	background-color: #bd001f;
	border-color: #bd001f;
}

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

/*==================== No Inner Banner CSS ====================*/
.no-banner header#header, .single-meet-staff header#header {
	background-color: #08191c;
}

.no-banner  #container-wrap, .single-meet-staff #container-wrap {
	margin-top: 110px;
}

/*==================== No Inner Banner CSS END ====================*/

/*==================== Inner page Banner CSS ====================*/
.page-banner {
	min-height: 580px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #08191c;
}

.page-banner::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .4);
}

.page-banner .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-top: 110px;
}

.page-banner .banner-title {
	text-transform: capitalize;
	margin: 0;
	position: relative;
	font-weight: 400;
	font-size: 65px;
	line-height: 85px;
	color: #fff;
	text-align: center;
}

/*==================== Inner page Banner CSS END ====================*/

/*==================== Sidebar CSS ====================*/
.blog-search input.form-control {
	padding: 15px 65px 15px 10px;
	line-height: normal;
	height: 55px;
	width: 100%;
	border-radius: 0;
	color: #000;
	font-weight: 300;
	border: none;
	background: #f9f9f9;
}

.blog-search input.form-control:focus ~ .msg-side-form {
	display: none;
}

.blog-search .search-btn {
	background: none;
	background: #bd001f;
	height: 55px;
	cursor: pointer;
	z-index: 9;
	width: 55px;
	line-height: normal;
	position: absolute;
	border: none;
	border: 2px solid #bd001f;
	right: 0;
	top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.blog-search .search-btn:hover {
	background: transparent;
}

.blog-search .search-btn:hover svg path {
	fill: #bd001f;
}

.blog-search .search-btn svg, .blog-search .search-btn img {
	width: 20px;
	height: 20px;
	fill: #fff;
}

.blog-search .search-btn svg path {
	fill: #fff;
}

.blog-search .msg-side-form {
	right: 58px;
	top: 100%;
}

.blog-search .form-control:focus {
	box-shadow: none;
}

.sidebar-heading, .sidebar-list .widget-title {
	padding-bottom: 16px;
	font-size: 28px;
	line-height: 38px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 500;
	font-family: "against";
}

.sidebar-list {
	padding: 40px 30px;
	background: #f9f9f9;
	border: 1px solid #dddcdc;
}

.sidebar-list .widget-title, .sidebar-list .sidebar-heading {
	color: #08191c;
}

.sidebar-list li {
	display: block;
}

.sidebar-list ul li a {
	padding: 10px 20px 10px 0;
	display: block;
	font-weight: 300;
	line-height: 28px;
	text-transform: capitalize;
	color: #000;
	position: relative;
	letter-spacing: .02em;
}

.sidebar-list ul li a::before {
	content: "";
	right: 2px;
	position: absolute;
	top: 20px;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	border-right: 2px solid #939191;
	border-bottom: 2px solid #939191;
}

.sidebar-list ul li a:hover::before, .sidebar-list ul li.active a::before, .sidebar-list ul li.activeChild a::before, .sidebar-list ul li.current_page_item  a::before {
	border-right: 2px solid #bd001f;
	border-bottom: 2px solid #bd001f;
}

.sidebar-list ul li a:hover, .sidebar-list ul li.active a, .sidebar-list ul li.activeChild a, .sidebar-list ul li.current_page_item  a {
	color: #bd001f;
}

.sidebar-form {
	background: #08191c;
	padding: 40px 25px;
	color: #fff;
}

.sidebar-form .sidebar-heading {
	color: #fff;
}

.sidebar-form .form-group {
	margin-bottom: 30px;
}

.sidebar-form .form-control {
	color: #fff;
	border: none;
	padding: 10px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	font-weight: 300;
	background: none;
}

.sidebar-form .form-control:focus {
	color: #fff;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	box-shadow: none;
}

.sidebar-form ::-webkit-input-placeholder {
	color: rgba(243, 243, 243, .61);
}

.sidebar-form ::-moz-placeholder {
	color: rgba(243, 243, 243, .61);
}

.sidebar-form :-ms-input-placeholder {
	color: rgba(243, 243, 243, .61);
}

.sidebar-form :-moz-placeholder {
	color: rgba(243, 243, 243, .61);
}

/*==================== Sidebar CSS END ====================*/
.dark-blue-bg {
	background: #1e2c4b;
}

.light-blue-bg {
	background: #32405d;
}

.small-heading {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.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;
}

.bg-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#container-wrap img {
	display: block;
	transform: translateZ(0);
	will-change: transform;
	image-rendering: auto;
}

.info.doctor-contact-link a {
	color: #bd001f;
	font-weight: 600;
	text-decoration: underline;
}

.home-testimonial-sec .slick-arrow {
	top: auto;
	bottom: -50px;
	left: auto;
	right: 60px;
	transform: none;
	width: 50px;
	height: 50px;
	background: #08191c;
}

.home-testimonial-sec .slick-next {
	left: auto;
	right: 0;
}

.home-testimonial-sec .slick-arrow svg, .home-testimonial-sec .slick-arrow img {
	width: 24px;
	height: 24px;
	fill: #fff;
}

.home-testimonial-sec .slick-arrow svg path {
	fill: #fff;
}

.home-testimonial-sec .slick-arrow:hover, .home-testimonial-sec .slick-arrow:focus {
	background: #5e979e;
}

.home-testimonial-sec .slick-arrow:hover svg path, .home-testimonial-sec .slick-arrow:hover svg, .home-testimonial-sec .slick-arrow:focus svg path, .home-testimonial-sec .slick-arrow:focus svg {
	fill: #fff;
}

.house-event-page .mainpage.text-white a {
	color: #fff;
	text-decoration: none;
}

.house-event-page .mainpage.text-white a:hover {
	color: #fff;
}

.banner-home a.html5lightbox.mobile {
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 50px;
	height: 50px;
	left: 0;
	margin: auto;
}

.banner-home a.html5lightbox.mobile svg {
	width: 100%;
	height: 100%;
	fill: #fff;
}

.gallery-category-list .loop-post-item .row.popmodel-row img {
	width: 100%;
	height: 160px;
	object-fit: contain;
	object-position: center;
	background-color: transparent;
}
