
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Poppins", sans-serif;
	float: left;
	width: 100%;
	background: #fff;
	font-size: 16px;
	color: #251f1f;
	line-height: 1.8;
	font-weight: 400;
}

body, html {
	height: 100%;
}

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

img, svg {
	vertical-align: inherit;
}

.hide {
	display: none;
}

:focus {
	outline: none !important;
}

a {
	color: #000;
	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: #28abba;
	-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: #000;
}

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

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

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

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

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

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

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

/*============ Heading CSS ============*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	width: 100%;
	font-weight: 400;
	color: #251f1f;
	font-family: "minion_prosemibold";
}

.h2 .h2, h2, .heading, h2.title {
	color: #251f1f;
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 1.3;
}

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

/*============ Slick Arrow/Dots CSS ============*/
.slick-arrow {
	width: 50px;
	height: 50px;
	border: 1px solid rgba(37, 31, 31, .2);
	border-radius: 50%;
	z-index: 99;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.slick-arrow svg, .slick-arrow img {
	width: 22px;
	height: 22px;
	fill: rgba(37, 31, 31, .2);
}

.slick-arrow svg path {
	fill: rgba(37, 31, 31, .2);
}

.slick-arrow:hover {
	border: 1px solid #28abba;
	background: #28abba;
}

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

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

/*============ HTML5Lightbox CSS ============*/
button#html5-close {
	background-image: url("https://delucapytell.com/nitropack_static/DfYvntCJHAUQsdGbZqZdlWsOTfMtPQeZ/assets/images/optimized/rev-7fa9cde/delucapytell.com/wp-content/themes/DeLuca-Pytell/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;
	justify-content: center;
}

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

.pagination .nav-links * {
	font-size: 16px;
	font-weight: 400;
	padding: 8px 15px;
	margin: 0;
	text-transform: uppercase;
	color: #000;
}

.pagination .nav-links .current, .pagination .nav-links *:hover {
	color: #fff;
	background: #28abba;
}

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

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

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

.btn {
	background: #28abba;
	border-radius: 10px;
	color: #fff;
	border: 2px solid #28abba;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 30px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: normal;
	position: relative;
}

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

.btn:hover {
	background: none;
	color: #28abba;
}

.btn-primary {
	border: 2px solid #28abba;
	color: #251f1f;
	background: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary:hover {
	color: #fff;
	background-color: #28abba;
	border-color: #28abba;
}

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

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

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

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

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

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
	color: #fff;
	margin-bottom: 0;
	display: block;
	position: absolute;
	bottom: -18px;
	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: #000;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 5px;
}

input, textarea {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding: 12px 10px;
	color: #15071e;
	outline: none;
	border-radius: 0;
	background-color: transparent;
	width: 100%;
}

textarea {
	height: 100px;
	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;
}

.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-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	min-width: 190px;
}

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

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

.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;
	border-radius: 10px;
	right: 0;
	background-color: #28abba;
	background-image: url("https://delucapytell.com/nitropack_static/DfYvntCJHAUQsdGbZqZdlWsOTfMtPQeZ/assets/images/optimized/rev-7fa9cde/delucapytell.com/wp-content/themes/DeLuca-Pytell/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;
}

p.msg-side-form {
	position: absolute;
	color: #fff;
	font-size: 12px;
	right: 62px;
	margin: 0;
	bottom: 0px;
	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;
}

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

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

/*==================== No Inner Banner CSS ====================*/
.no-banner header#header {
	background-color: #c3f9ff;
}

.no-banner  #container-wrap {
	margin-top: 100px;
}

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

/*==================== Inner page Banner CSS ====================*/
.page-banner {
	min-height: 450px;
	position: relative;
	margin-top: 100px;
}

.logged-in .page-banner {
	margin-top: 68px;
}

.page-banner::before {
	position: absolute;
	content: "";
	background: #c3f9ff;
	left: 0;
	right: 0;
	height: calc(100% - 50px);
}

.page-banner .banner-title {
	position: relative;
	font-weight: 400;
	font-size: 55px;
	line-height: 60px;
	text-transform: capitalize;
	color: #251f1f;
	margin: 0;
}

.page-banner img {
	display: block;
	width: 100%;
	background-color: #28abba;
	/*padding: 25px 25px 0 25px;*/
	padding: 19px 19px 0 19px;
	margin-top: 55px;
	width: 450px;
	max-width: 100%;
	box-shadow: 0px 15px 10px -15px rgba(17, 17, 17, .72);
}

.inner-banner-image img {
	margin-left: auto;
}

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

/*==================== Sidebar CSS ====================*/
.blog-search input.form-control {
	border: none;
	padding: 15px 150px 15px 15px;
	line-height: normal;
	height: 70px;
	width: 100%;
	color: #251f1f;
	font-size: 16px;
	font-weight: 400;
	background: #f7f7f7;
}

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

.blog-search .search-btn {
	height: 50px;
	cursor: pointer;
	z-index: 9;
	line-height: normal;
	position: absolute;
	border: none;
	right: 10px;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 5px 10px 0px rgba(40, 171, 186, .4);
	padding: 10px 25px;
	transform: translateY(-50%);
}

.blog-search .search-btn svg, .blog-search .search-btn img {
	width: 15px;
	height: 15px;
	fill: #fff;
	margin-right: 7px;
}

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

.blog-search .search-btn:hover {
	background: #251f1f;
	color: #fff;
}

.blog-search .msg-side-form {
	right: 150px;
	bottom: 0;
	top: auto;
}

.sidebar-heading, .sidebar-listing .widget-title {
	font-weight: 400;
	color: #251f1f;
	font-size: 36px;
	text-transform: capitalize;
	line-height: 42px;
	margin-bottom: 20px;
}

.sidebar-listing {
	background: #c3f9ff;
	padding: 35px;
	color: #fff;
	border-radius: 30px 0px;
}

.sidebar-listing ul li {
	transition: all .5s ease;
}

.sidebar-listing ul li a {
	position: relative;
	font-family: "Antic Didone", serif;
	font-size: 20px;
	color: #251f1f;
	font-weight: 300;
	padding: 10px 0 10px 30px;
	display: block;
	line-height: 28px;
}

.sidebar-listing ul li a::before {
	position: absolute;
	content: "";
	background-image: url("https://delucapytell.com/nitropack_static/DfYvntCJHAUQsdGbZqZdlWsOTfMtPQeZ/assets/images/optimized/rev-7fa9cde/delucapytell.com/wp-content/themes/DeLuca-Pytell/img/arrow.svg");
	left: 0;
	top: 18px;
	width: 16px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
}

.sidebar-listing ul li:hover, .sidebar-listing ul li.current_page_item, .sidebar-listing ul li.active, .sidebar-listing ul li.activeChild {}

.sidebar-form {
	background: #28abba;
	padding: 35px;
	color: #fff;
	border-radius: 30px 0px;
}

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

.sidebar-form .wpcf7-form-control-wrap {
	margin-bottom: 25px;
}

.sidebar-form input, .sidebar-form textarea {
	color: #fff;
	padding: 10px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	font-weight: 300;
}

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

.sidebar-form ::-moz-placeholder {
	color: rgba(255, 255, 255, .8);
}

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

.sidebar-form :-moz-placeholder {
	color: rgba(255, 255, 255, .8);
}

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

.sidebar-form .submit-btn {
	min-width: auto;
}

.sidebar-form .submit-btn .btn {
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 12px 30px;
	color: #fff;
}

.sidebar-form .submit-btn .btn:hover {
	border: 2px solid #c3f9ff;
	color: #251f1f;
	background: #c3f9ff;
}

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

.light-bg {
	background: #c3f9ff;
}

.dark-bg {
	/*background: #28ABBA;*/
	background: #3db8bf;
}

.footer-logos-list ul {
	display: flex;
	align-items: center;
	margin: 0 -7px;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-logos-list li {
	padding: 7px;
	width: 50%;
}

.footer-logos-list li img {
	max-width: 180px;
}

.team-logos-list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px;
	align-items: center;
	justify-content: center;
}

.team-logos-list ul li {
	padding: 7px;
}

.team-logos-list ul li img {
	max-width: 200px;
}

/* Skin Review Css */
.skin-review-row {
	display: flex;
}

.skin-review-image {
	width: 500px;
	background-size: cover;
	background-position: center;
	border: 5px solid #fff;
	box-shadow: 0px 15px 10px -15px #787878;
}

.skin-review-content-box {
	width: calc(100% - 450px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #34bece;
	margin-left: -100px;
	padding: 60px;
	margin: 80px 0 80px -50px;
	color: #fff;
	outline: 1px solid rgba(255, 255, 255, .44);
	outline-offset: -15px;
}

.skin-review-content-box h2 {
	color: #fff;
}

.skin-review-section {
	margin-top: 105px;
	margin-bottom: 85px;
}

.skin-review-button .btn {
	border: 2px solid #fff;
	border-radius: 0;
}

.skin-review-button .btn:hover {
	color: #fff;
	background-color: #1e909d;
}

.skin-review-content strong {
	background-color: rgba(0, 0, 0, .58);
	padding: 5px;
	line-height: 1;
}

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

.skin-review-fields {
	display: flex;
	background-color: rgba(225, 225, 225, .13);
	border: 1px #fff dashed;
	padding: 30px;
	margin-top: 30px;
}

.skin-review-fields input[type="text"] {
	padding: 0;
	color: #fff;
	height: 50px;
	border-bottom: 1px solid rgba(245, 245, 245, .28);
}

.skin-review-row .wpcf7-form-control-wrap {
	margin-bottom: 0;
}

.skin-review-math .wpcf7-quiz-label {
	display: none;
}

.skin-review-fields ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1;
}

.skin-review-fields :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
	opacity: 1;
}

.skin-review-fields ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
	opacity: 1;
}

.skin-review-math {
	width: calc(100% - 170px);
}

.skin-review-submit {
	position: relative;
	width: 170px;
	overflow: hidden;
	height: 50px;
}

.skin-review-submit input[type="submit"] {
	height: 50px;
	background-color: #127581;
	color: #fff;
	border: none;
	width: 100%;
	text-transform: uppercase;
}

div.wpcf7 .skin-review-submit .ajax-loader {
	border-radius: 0 !important;
}

.wpcf7 .skin-review-math label {
	width: 100%;
}

.btn2 {
	background: none;
	color: #28abba;
}

.btn2:hover {
	background: #28abba;
	color: #fff;
}

.reviews-side {
	background: #c3f9ff;
	text-align: center;
	margin: 20px 0px;
	padding: 50px 0px;
}

/* finance page css */
.financing-call-info {
	padding: 70px 0px;
}

.financing-call-info .col-md-6 {
	text-align: center;
}

.financing-call-info .contact-button {
	position: relative;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	background: #28abba;
	border-radius: 10px;
	border: 2px solid #28abba;
	width: fit-content;
	padding: 8px 20px;
	transition: .5s;
	color: #fff;
}

.financing-call-info .contact-button a {
	/*background: #28ABBA;
    border-radius: 10px;*/
	color: #fff;
	/*border: 2px solid #28ABBA;
    font-size: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: normal;
    position: relative;
    width: 43%;*/
	font-weight: 700;
}

.financing-call-info .contact-button:hover {
	box-shadow: 0 5px 10px 0 rgba(40, 171, 186, .4);
	background: none;
	color: #28abba;
}

.financing-call-info .contact-button:hover a {
	color: #28abba;
}

.financing-call-info .contact-button a:hover {
	text-decoration: underline;
}

.financing-content-section * {
	color: #fff;
}

.financing-content-section {
	background: #251f1f;
}

.credit-button a img, .credit-button a, .patientfi-link a, .patientfi-link a img {
	/* width: 100%; */
	width: 400px;
	display: block;
}

.care-credit-info .row {
	justify-content: center;
}

.credit-calculator {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}

.credit-calculator iframe {
	height: 230px;
	width: 324px;
}

.patientfi-link {
	justify-content: center;
	align-items: center;
	display: flex;
}

/* finance page css */
.page-id-1535 .page-banner img {
	height: 375px;
	object-fit: cover;
	object-position: center;
}

.page-id-2436 .real-patient-cta-section {
	display: none;
}

.event-section {
	margin-top: 40px;
}

body:not(.home) .event-section {
	margin-top: 0;
	margin-bottom: 50px;
}

.event-section .row-wrap {
	background: #28abba;
	overflow: hidden;
}

.event-section h2 {
	color: #fff;
}

.event-section .event-content {
	padding: 40px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.event-section .btn {
	background: #c3f9ff;
	border: 2px solid #c3f9ff;
	color: #000;
}

.event-section .ue-image {
	height: 100%;
	position: relative;
}

.event-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event-section .ue-image:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 100%;
	top: 0;
	left: -50px;
	background: #28abba;
	transform: skewX(-15deg);
}

.event-section .ue-image:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	left: 30px;
	top: 0;
	transform: skewX(-15deg);
	z-index: 1;
	outline: 1px solid #c3f9ff;
	outline-offset: 4px;
}

.mobile-footer-cta-box, ul.service-grid-header li a:hover {
	background-color: #28abba;
	color: #fff;
}

.mobile-footer-cta-box {
	display: flex;
	justify-content: space-around;
	text-align: center;
	position: fixed;
	bottom: 52px;
	width: 100%;
	z-index: 999999999;
}

.mobile-footer-cta {
	width: 100%;
	padding: 10px 15px;
	position: relative;
	border-left: 1px solid #fff;
	-webkit-transition: background-color 1s linear;
	-ms-transition: background-color 1s linear;
	transition: background-color 1s linear;
}

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

.mobile-footer-cta-icon {
	width: 25px;
	height: 25px;
	margin: auto;
}

.m-service__list-bg, .mobile-footer-cta-icon svg {
	width: 100%;
	height: 100%;
}

.mobile-footer-cta-title {
	padding-top: 5px;
	font-weight: 600;
	font-size: 13px;
}

/*@media (min-width:991px){
	.mobile-footer-cta-box {
		display:none!important;
	}
	#apexchat_bar_invitation_wrapper{
		display:none!important;
	}
}*/
@media (min-width: 768px) and (max-width: 991px) {
	div#apexchat_bar_invitation_wrapper {
		opacity: 1 !important;
		pointer-events: auto !important;
	}
}

@media (max-width:1199px) {
	.credit-calculator {
		padding: 0;
	}
	
	.care-credit-info .credit-button {
		display: flex;
		align-items: center;
	}
}

@media (max-width:1024px) {
	.skin-review-image {
		width: 400px;
	}
	
	.skin-review-content-box {
		width: calc(100% - 350px);
	}
}

@media (max-width:991px) {
	.skin-review-image {
		width: 215px;
	}
	
	.skin-review-content-box {
		width: calc(100% - 175px);
		padding: 40px;
	}
	
	.financing-call-info .contact-button {
		max-width: 90%;
	}
	
	.patientfi-link {
		margin-top: 30px;
	}
	
	.patientfi-link a, .patientfi-link a img {
		width: auto;
		display: inline-block;
	}
	
	.event-section .event-content {
		padding: 30px 20px;
		font-size: 14px;
	}
	
	.event-section h2 {
		font-size: 28px;
	}
	
	/*iframe#apexchat_bar_invitation_frame {
		top: auto !important;
		bottom: 0 !important;
	}*/
	#apexchat_prechat_invitation_wrapper {
		bottom: 110px !important;
	}
}

@media (max-width:767px) {
	.skin-review-section {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	
	.skin-review-row {
		flex-direction: column;
	}
	
	.skin-review-image {
		width: 100%;
		padding-bottom: 70%;
	}
	
	.skin-review-content-box {
		width: 100%;
		margin: 0;
	}
	
	.event-section .ue-image:after, .event-section .ue-image:before {
		display: none;
	}
	
	.event-section .row {
		flex-direction: column-reverse;
	}
	
	.event-section .ue-image {
		height: 275px;
	}
	
	.uwy.userway_p5 {}
	
	body .uwy.userway_p5 .uai {
		bottom: 4px !important;
	}
}

@media (max-width:575px) {
	.footer-logos-list li {
		padding: 7px;
		width: 100%;
	}
	
	.skin-review-fields {
		flex-direction: column;
	}
	
	.skin-review-math {
		width: 100%;
	}
}

@media (max-width:479px) {
	.skin-review-content-box {
		padding: 15px;
		outline: none;
	}
	
	.skin-review-fields {
		padding: 15px;
	}
	
	.skin-review-submit {
		width: 145px;
	}
}

@media (max-width:339px) {
	.skin-review-submit {
		width: 128px;
	}
}

/* Mobile Header CTA Start */
.mobile-header-cta-box {
	display: flex;
	background-color: #4ec6d6;
	justify-content: space-around;
	text-align: center;
	color: #fff;
	position: relative;
	bottom: 0;
	width: 100%;
	z-index: 5;
	top: 10px;
}

.mobile-header-cta .link-wrap {
	display: block;
	color: #fff;
	position: relative;
}

.mobile-header-cta {
	width: 100%;
	padding: 10px 15px;
	position: relative;
	border-left: 1px solid #fff;
	-webkit-transition: background-color 1000ms linear;
	-ms-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
}

.mobile-header-cta:hover {
	background-color: #3fb0bf;
}

.mobile-header-cta-icon {
	width: 30px;
	height: 30px;
	margin: auto;
}

.mobile-header-cta-icon svg {
	width: 100%;
	height: 100%;
}

.mobile-header-cta-title {
	padding-top: 5px;
	font-weight: 600;
	color: #fff;
}

.revSlick-dots li::before {
	display: none;
}

/* Mobile Header CTA END */
.about-logo {
	padding-top: 50px;
	border-top: 1px solid #d7d7d7;
}

.award-logo {
	margin: 20px 0px 30px 0px;
}

.award-logo .logo-award {
	margin-left: 0px;
	height: 120px !important;
	object-fit: contain;
}

.video-card .video-thumb {
	height: 380px;
}

.video-card img {
	height: 100%;
	object-fit: cover;
}

.video-card .play-icon {
	position: absolute;
	left: 0;
	right: 0;
	margin-inline: auto;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	border: 1px solid #28abba;
	transition: all .4s ease;
}

.video-card .play-icon path {
	fill: #28abba;
}

.video-card .video-thumb:hover .play-icon {
	border-color: #fff;
	background-color: #fff;
}
