
body.body-no-banner {
	padding-top: 96px;
}

header.main-header {
	z-index: 999;
	/*height:125px;*/
	height: 145px;
	top: 0;
	width: 100%;
	padding: 10px 0;
	background: #b9f4fb;
	position: fixed;
}

header.main-header.small-header {
	background: #c3f9ff;
}

.top-logo img {
	display: block;
}

.small-header {
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.header-right-info {
	display: inline-flex;
	width: 100%;
	justify-content: flex-end;
	align-items: center;
}

.header-right-info .ph-number {
	margin-right: 30px;
	padding-right: 30px;
	text-align: left;
	border-right: 1px solid rgba(0, 0, 0, .2);
	display: inline-flex;
	align-items: center;
}

.header-right-info .ph-number .phtext {
	line-height: normal;
}

.header-right-info .ph-number span {
	display: block;
	color: #000;
	line-height: normal;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.header-right-info .ph-number a {
	color: #28abba;
	font-size: 17px;
	font-weight: 400;
}

.header-right-info .ph-number .phicon {
	width: 28px;
	height: 28px;
	margin-right: 8px;
	display: block;
}

.header-right-info .ph-number .phicon svg, .header-right-info .ph-number .phicon img {
	width: 28px;
	height: 28px;
	fill: #28abba;
}

.header-right-info .ph-number .phicon svg path {
	fill: #28abba;
}

.schedule-btn .btn, .banner-button .btn:first-child {
	box-shadow: 0 5px 10px 0 rgba(40, 171, 186, .4);
}

.search-icon {
	cursor: pointer;
	transition: all ease-in-out .45s;
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin-left: 25px;
}

.search-icon svg, .search-icon img {
	width: 18px;
	height: 18px;
	fill: #28abba;
}

.search-icon svg path {
	fill: #28abba;
}

.header-search-box {
	position: fixed;
	background-color: #fff;
	width: 100%;
	transition: all .5s ease 0;
	opacity: 0;
	height: 0;
	top: 0;
	right: 0;
}

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

.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, .header-search-box span.closebtn::after {
	position: absolute;
	content: "";
	height: 30px;
	width: 2px;
	background-color: #000;
}

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

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

.header-search-box span.closebtn:hover::before, .header-search-box span.closebtn:hover::after {
	background-color: #006564;
}

.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: #000;
	padding: 8px 58px 8px 15px;
}

.header-search-box input.search:focus ~ .msg-side-form {
	display: none;
}

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

#site-searchs svg, #site-searchs img {
	width: 20px;
	height: 20px;
}

#site-searchs svg, #site-searchs svg path {
	fill: #1e191a;
}

.menu-top {
	position: relative;
}

ul.menu-top li {
	display: inline-block;
	margin: 0;
	color: #fff;
	position: relative;
	padding: 11px 14px;
	line-height: normal;
}

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

ul.menu-top li:last-child {
	padding-right: 0;
}

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: 300;
	text-transform: uppercase;
}

.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: -8px;
	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: -8px;
	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 #9f9f9f;
	border-bottom: 2px solid #9f9f9f;
	transform-origin: 5px 0;
}

.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 #fff;
	border-bottom: 2px solid #fff;
	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: #18243c;
	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: #18243c;
}

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: #1f9fe8;
}

ul.menu-top li:hover li a:hover, .menu-top ul.sub-menu li.current_page_item a {
	background: #1f9fe8;
}

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

.sub-menu {
	background-color: #18243c;
	min-width: 230px;
	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: 14px;
	padding: 12px 10px;
	text-transform: capitalize;
	line-height: normal;
	margin: 0;
	color: #fff;
	border: none;
	display: block;
	font-weight: 300;
}

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 {
	background-color: #1f9fe8;
}

.banner-home {
	height: calc(100vh - 50px);
	height: -moz-calc(100vh - 50px);
	height: -webkit-calc(100vh - 50px);
	position: relative;
	color: #251f1f;
	background-color: #b9f4fb;
	margin-top: 100px;
}

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

.banner-home .container {
	position: relative;
}

.banner-home .banner-title {
	font-size: 70px;
	font-weight: 400;
	line-height: 80px;
	margin-bottom: 0;
	text-transform: capitalize;
	max-width: 650px;
	text-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}

.banner-home .banner-des {
	color: #251f1f;
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
	margin-top: 20px;
	max-width: 650px;
}

.banner-button .btn {
	margin-right: 20px;
	margin-bottom: 12px;
}

.banner-button .btn:last-child {
	margin-right: 0;
}

.banner-home img {
	display: block;
	padding: 0 30px;
}

@media (min-width:576px) {
	.banner-button .btn:first-child:hover {
		background-color: #fff;
	}
	
	.banner-button .btn+.btn:not(:hover) {
		background-color: #fff;
	}
}

#footer {
	background: #251f1f;
	color: #fff;
	padding-top: 60px;
	position: relative;
}

#footer::before, #footer::after {
	position: absolute;
	content: "";
	top: 100px;
	background: #fff;
	height: 1px;
	border-radius: 10px;
}

#footer::before {
	width: 36%;
	left: 0;
}

#footer::after {
	width: 36%;
	right: 0;
}

.footer-col:first-child, .footer-col:last-child {
	margin-top: 120px;
}

.footer-heading {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
	line-height: normal;
	text-transform: uppercase;
}

.footer-about .description {
	font-weight: 400;
	font-size: 16px;
	color: #8a8a8a;
	margin-bottom: 35px;
}

.footer-nav ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.footer-nav ul li {
	padding: 7px 10px 7px 40px;
	display: block;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	line-height: normal;
	position: relative;
}

.footer-nav ul li::before {
	position: absolute;
	content: "";
	left: 10px;
	top: 18px;
	background: #28abba;
	width: 20px;
	height: 1px;
}

.footer-nav ul li a {
	display: block;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	color: #8a8a8a;
	text-transform: uppercase;
}

.footer-nav ul li a:hover, .footer-nav ul li.current-menu-item a {
	color: #28abba;
}

ul.sociallink {
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 40px;
}

.sociallink li {
	padding: 5px;
}

.sociallink li a {
	display: block;
	padding: 5px;
}

.sociallink li a svg, .sociallink li a svg img {
	width: 30px;
	height: 30px;
	fill: #8a8a8a;
	margin-right: 0;
}

.sociallink li a svg path, .sociallink li a svg g {
	fill: #8a8a8a;
	opacity: 1;
}

.sociallink li a:hover svg path, .sociallink li a:hover svg g {
	fill: #fff;
	opacity: 1;
}

#footer .hrline {
	background: #fff;
	border-radius: 10px;
	width: 1px;
	height: 80px;
	margin: 20px auto;
}

.newsletter-form {
	display: inline-flex;
	align-items: center;
	width: calc(100% + 15px);
	width: -moz-calc(100% + 15px);
	width: -webkit-calc(100% + 15px);
}

.newsletter-box .form-group {
	width: calc(100% - 160px);
	width: -moz-calc(100% - 160px);
	width: -webkit-calc(100% - 160px);
	margin-right: -15px;
}

.newsletter-box .form-group, .newsletter-box .wpcf7-form-control-wrap {
	margin-bottom: 0;
}

.newsletter-box .form-group input {
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 10px;
	color: #fff;
	height: 52px;
}

.newsletter-form .submit-btn {
	display: block;
	width: 160px;
	min-width: auto;
}

.newsletter-form .submit-btn input[type="submit"]:hover {
	background-color: #251f1f;
}

.nap-address-item {
	margin-bottom: 20px;
}

.nap-address-item:last-child {
	margin-bottom: 0;
}

.nap-address {
	position: relative;
	padding-left: 40px;
	color: #8a8a8a;
}

.nap-title {
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 7px;
}

.nap-address {
	line-height: 26px;
}

.nap-address .direction-link {
	display: inline-block;
	color: #28abba;
	text-transform: uppercase;
	border-bottom: 1px solid #28abba;
	line-height: normal;
	font-weight: 500;
	font-size: 17px;
	margin-top: 10px;
}

.nap-address-item .nap-address svg, .nap-address-item .nap-address img {
	width: 25px;
	height: 25px;
	fill: #28abba;
	position: absolute;
	left: 0;
	top: 2px;
}

.nap-address-item .nap-address svg path {
	fill: #28abba;
}

.nap-info {
	margin-top: 25px;
	display: inline-flex;
	align-items: center;
	width: 100%;
}

.nap-info .infotxt {
	width: calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
}

.nap-info .infotxt > span {
	display: block;
	color: #8a8a8a;
	text-transform: uppercase;
	line-height: normal;
}

.nap-info .infotxt a, .nap-info .infotxt {
	color: #28abba;
	display: inline-block;
	font-weight: 500;
	font-size: 17px;
	line-height: normal;
}

.nap-info .infotxt a:hover, .nap-address .direction-link:hover {
	color: #fff;
	border-color: #fff;
}

.nap-info .napicon {
	width: 25px;
	height: 25px;
	margin-right: 15px;
}

.nap-info .napicon svg, .nap-info .napicon img {
	width: 25px;
	height: 25px;
	fill: #28abba;
}

.nap-info .napicon svg path {
	fill: #28abba;
}

.copyright {
	padding: 15px 0;
	background: #292626;
	margin-top: 40px;
}

.copyright .copyright-text {
	color: rgba(255, 255, 255, .4);
	font-weight: 400;
}

.copyright .copyright-text a {
	color: rgba(255, 255, 255, .4);
	font-weight: 400;
	margin: 0 3px;
}

.copyright .copyright-text a:hover, .page-id-806 .copyright .copyright-text a.disclaimers, .page-id-3 .copyright .copyright-text a.privacy-policy {
	color: #28abba;
}

.blog-list {
	padding-right: 50px;
}

.blog-list .postlist .blog-list-inner {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.blog-list .postlist:last-child .blog-list-inner {
	margin-bottom: 0;
}

.search-results .blog-list .postlist .blog-list-inner {
	border-bottom: 1px solid #ddd;
}

.search-results .blog-list .postlist:last-child .blog-list-inner {
	border-bottom: none;
}

.post-image {
	overflow: hidden;
	position: relative;
}

.post-image img.featured-img {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 450px;
	-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;
	margin-bottom: 15px;
}

.post-image img.no-feature {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: center;
	background-color: #c3f9ff;
	height: 450px;
	-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;
}

.blog-list-inner:hover .post-image img.featured-img {
	transform: scale(1.1);
}

.blog-list .blog-title {
	font-size: 34px;
	line-height: 38px;
	margin-top: 15px;
	margin-bottom: 8px;
	display: block;
}

.blog-list .content {
	line-height: 32px;
}

.blog-list .post-content .btn {
	box-shadow: 0 5px 10px 0 rgba(40, 171, 186, .4);
}

.postlist-single {
	padding-right: 50px;
}

.postlist-single h1 {
	font-size: 42px;
}

.postlist-single h2 {
	font-size: 37px;
}

.postlist-single h3 {
	font-size: 33px;
}

.postlist-single h4 {
	font-size: 29px;
}

.postlist-single h5 {
	font-size: 25px;
}

.postlist-single h6 {
	font-size: 18px;
}

.postlist-single iframe, .mainpage iframe {
	height: 420px;
}

.post-meta {
	display: inline-flex;
	align-items: center;
	flex-flow: wrap;
	width: 100%;
	margin: 15px 0 10px;
}

.post-meta > div {
	display: inline-flex;
	align-items: center;
	margin-right: 25px;
}

.post-meta > div:last-child {
	margin-right: 0;
}

.post-meta > div svg, .post-meta > div img {
	width: 22px;
	height: 22px;
	margin-right: 8px;
}

.post-meta .post-author span, .post-meta .category-name a, .post-meta .post-time span {
	font-weight: 400;
	color: #251f1f;
	font-family: "Antic Didone", serif;
}

.post-meta .category-name a:hover {
	color: #28abba;
}

.light-grey-bg {
	background-image: url("https://delucapytell.com/nitropack_static/DfYvntCJHAUQsdGbZqZdlWsOTfMtPQeZ/assets/images/optimized/rev-7fa9cde/delucapytell.com/wp-content/themes/DeLuca-Pytell/img/blur-bg.png");
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.light-grey-bg.nitro-lazy {
	background-image: none !important;
}

.single-gallery-list .gallery-item {
	margin-top: 35px;
}

.virtual-consult {
	position: relative;
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}

.virtual-consult::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(90deg, #28abba 59.85%, rgba(40, 171, 186, 0) 100%);
}

.virtual-consult a {
	font-weight: 500;
	color: #fff;
}

.virtual-consult a:hover {
	opacity: .8;
}

.virtual-consult ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 8px;
}

.virtual-consult ul li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 12px;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #fff;
}

.gallery-review .author-des .description {
	font-weight: 400;
	font-size: 40px;
	line-height: 55px;
	color: #292929;
}

.gallery-review .author-img {
	width: 280px;
	height: 280px;
	border-radius: 100%;
	margin: 0 auto;
}

.gallery-review .author-img img {
	width: 280px;
	height: 280px;
	border-radius: 100%;
}

.head-recovery {
	background: rgba(195, 249, 255, .09);
}

.surgeries-product .item {
	height: calc(100% - 35px);
	height: -moz-calc(100% - 35px);
	height: -webkit-calc(100% - 35px);
	margin-bottom: 35px;
}

.surgeries-product .item img {
	display: block;
	width: 100%;
}

.surgeries-product .item .title, .single-fullproduct a strong, .eyelid-surgery-block a .bottom_title {
	font-size: 17px;
	line-height: 28px;
	color: #28abba;
	display: block;
	margin-top: 10px;
	font-weight: 400;
}

.surgeries-product .item a:hover .title, .single-fullproduct a:hover strong, .eyelid-surgery-block a:hover .bottom_title {
	color: #251f1f;
}

.single-fullproduct {
	margin: 22px auto;
	max-width: 370px;
}

.surgeries-product .item .content {
	color: #a9a9a9;
}

.product-grey-bg {
	background: #fcfcfc;
}

.facial_breast_product .item {
	margin-bottom: 0;
	height: auto;
}

.facial_breast_product div:last-child > .item {
	margin-top: 100px;
}

.team-list-box {
	position: relative;
	height: calc(100% - 35px);
	height: -webkit-calc(100% - 35px);
	height: -moz-calc(100% - 35px);
	margin-top: 35px;
}

.team-image img.featured-img {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 520px;
	-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;
}

.team-image img.no-feature {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: center;
	background-color: #c3f9ff;
	height: 520px;
	-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;
}

.team-image {
	overflow: hidden;
}

.team-list-box:hover .team-image img {
	transform: scale(1.1);
}

.team-member-name {
	margin: auto;
	font-weight: 400;
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
	color: #251f1f;
}

.team-content {
	padding-top: 15px;
}

.team-member-designation {
	color: #292929;
	text-transform: capitalize;
}

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

.team-info-box {
	height: calc(100% - 35px);
	height: -webkit-calc(100% - 35px);
	height: -moz-calc(100% - 35px);
	margin-top: 35px;
}

.team-info-box .icon-box {
	background: #28abba;
	width: 100px;
	height: 100px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	margin-bottom: 20px;
}

.team-info-box .icon-box svg, .team-info-box .icon-box img {
	width: 50px;
	height: 50px;
}

.team-info-box .title {
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	text-transform: capitalize;
	color: #251f1f;
}

.team-info-box .description {
	color: #7a7a7a;
}

.skincare-product .item .subtitle {
	font-style: italic;
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	text-transform: capitalize;
	color: #28abba;
	margin-top: 10px;
}

.skincare-product .item .product-title {
	font-size: 35px;
	line-height: 45px;
	text-transform: capitalize;
	color: #251f1f;
	margin-top: 10px;
}

.skincare-product .item .btn {
	font-size: 16px;
	letter-spacing: .385em;
	text-transform: uppercase;
	color: #251f1f;
	border: 1px solid #251f1f;
	border-radius: 0;
	background-color: transparent;
	margin-top: 10px;
}

.skincare-product .item .btn:hover {
	background-color: #251f1f;
	color: #fff;
}

.skincare-product .item {
	height: calc(100% - 35px);
	height: -moz-calc(100% - 35px);
	height: -webkit-calc(100% - 35px);
	margin-top: 35px;
}

.online-review-section {
	background: #34bece;
	position: relative;
}

.online-review-section::before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	width: 33.333333%;
}

.online-review-section .right-logo {
	text-align: center;
	padding: 10px;
}

.online-review-section .right-logo img {
	display: block;
	max-width: 160px;
	margin: 0 auto;
}

.our-online-slider {
	margin-left: 70px;
	margin-right: 70px;
}

.our-online-slider .small-title {
	font-style: italic;
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	text-transform: capitalize;
	color: #fdfdfd;
}

.our-online-slider .review-content {
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	text-transform: capitalize;
	color: #251f1f;
}

.our-online-slider .slick-list {
	padding: 0 !important;
}

.our-online-slider .slick-arrow {
	width: 40px;
	height: 40px;
	border-color: #fff;
}

.our-online-slider .slick-prev {
	left: -70px;
}

.our-online-slider .slick-next {
	right: -70px;
}

.slick-arrow svg, .slick-arrow img {
	fill: #fff;
	width: 16px;
	height: 16px;
}

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

.home-service-section .item a {
	display: inline-block;
	width: 100%;
}

@media all and (-ms-high-contrast:none) {
	.menu-top::before {
		bottom: 12px;
	}
}

.media-upload-file {
	border: 1px dashed #a3a3a3;
	padding: 10px;
	position: relative;
}

.media-upload-file .wpcf7-form-control-wrap {
	margin-bottom: 0;
	display: block;
	position: static;
}

.media-upload-file input, .media-upload-file textarea {
	border-bottom: none;
}

.media-upload-button {
	position: relative;
}

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

.wpcf7 .media-upload-file .wpcf7-not-valid-tip, .wpcf7 .media-upload-file label.error {
	bottom: 0;
}

@media (min-width:992px) {
	.inner-content {
		padding-top: 90px;
	}
	
	.header-menu-top {
		/*margin-top: 20px;*/
		margin-top: 30px;
	}
	
	ul.sub-menu {
		display: none;
	}
	
	.menu-wrap {
		display: none;
	}
	
	ul#header-top-nav {
		display: flex;
		align-items: center;
		/*justify-content: flex-end;*/
		justify-content: space-around;
	}
	
	ul#header-top-nav > li {
		margin: 0 8px;
		position: relative;
	}
	
	ul#header-top-nav > li.menu-item-has-children {
		padding-right: 10px;
	}
	
	ul#header-top-nav li:last-child {
		margin-right: 0;
	}
	
	ul#header-top-nav > li.current-menu-item > a {
		color: #28abba;
	}
	
	ul#header-top-nav li .sub-menu li {
		padding: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
	}
	
	ul#header-top-nav li:hover>ul {
		display: block;
		position: absolute;
		top: 100%;
		padding: 0;
		border-radius: 0;
	}
	
	ul#header-top-nav>li.menu-item-has-children:before {
		content: "";
		right: 0px;
		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 #000;
		border-bottom: 2px solid #000;
		transform-origin: 5px 0px;
	}
	
	ul#header-top-nav ul.sub-menu {
		background: #28abba;
	}
	
	ul#header-top-nav ul.sub-menu li a {
		padding: 7px 10px;
		display: block;
		color: #fff;
		font-size: 15px;
	}
	
	ul#header-top-nav 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 #fff;
		border-bottom: 2px solid #fff;
		transform-origin: 0 2px;
	}
}

@media (min-width:992px) and (max-width:1200px) {
	ul#header-top-nav > li {
		margin: 0 5px;
		position: relative;
	}
	
	ul#header-top-nav > li a {
		font-size: 14px;
	}
}

.page-id-2053 .col-lg-5.col-xl-4 {
	display: none;
}

.page-id-2053 .col-lg-7.col-xl-8 {
	flex: 100%;
	max-width: 100%;
}

.page-id-2053 .iframe-size iframe {
	height: 600px;
}

.page-id-2053 .mainpage {
	padding-right: 0;
}

/**** Procedure-form ****/
.Procedure-form {
	background: #28abba;
	padding: 35px;
	color: #fff;
}

.Procedure-form h2 {
	color: #fff;
}

.Procedure-form .form-control::-ms-input-placeholder {
	/* Edge 12-18 */
	color: rgba(255, 255, 255, .72);
}

.Procedure-form .form-control::placeholder {
	color: rgba(255, 255, 255, .72);
}

.Procedure-form .form-control:focus {
	background: transparent;
	color: #fff;
}

.Procedure-form .form-control {
	color: #fff;
}

#custom-checkbox {
	width: 100%;
	display: flex;
}

#custom-checkbox .wpcf7-list-item {
	color: #fff;
	margin: 0;
	display: flex;
}

#custom-checkbox .wpcf7-list-item-label {
	text-align: center;
	color: #fff;
	display: inline-block !important;
	opacity: 1 !important;
}

#custom-checkbox .wpcf7-list-item label {
	text-align: center;
}

.Procedure-form .submit-btn input[type="submit"] {
	background: #c3f9ff;
	border: 2px solid #c3f9ff;
	color: #000;
}

.Procedure-form .submit-btn input[type="submit"]:hover {
	background: transparent;
	border: 2px solid #c3f9ff;
}

.banner-home {
	background-size: 50% 100%;
	background-repeat: no-repeat;
	background-position: left;
}

.banner-home img {
	display: block;
	padding: 0;
	height: 100%;
	width: auto;
	object-fit: cover;
}

.banner-home .container-fluid {
	height: 100%;
	display: flex;
}

.banner-home .inner-content {
	max-width: 540px;
	margin-left: auto;
}

.badges-banner span img {
	max-height: unset !important;
}

.banner-home .banner-title {
	color: #fff;
}

.banner-home .banner-title {
	font-size: 57px;
	/*font-size: 50px;*/
	line-height: 60px;
	max-width: 540px;
}

.badges-banner span {
	background: #fff;
	display: flex;
	align-items: center;
	padding: 8px;
	max-width: 147px;
	width: 100%;
}

.badges-banner span img {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	max-height: 35px;
}

.banner-home .inner-content:before {
	background: transparent !important;
}

.banner-home {
	height: 47rem;
	margin-top: 140px;
}

.banner-home img {
	height: 47rem;
	object-fit: contain;
	margin: 0 auto;
}

.patient_selfies a {
	margin-right: 15px;
}

.patient_selfies_sticky {
	position: fixed;
	z-index: 9999;
	right: -55px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 155px;
	height: 45px;
	background: #28abba;
	padding: 15px;
	line-height: 1;
	font-weight: bold;
	transform: rotate(-90deg);
	color: #fff;
	opacity: 0;
	visibility: hidden;
}

.patient_selfies_sticky {
	opacity: 1;
	visibility: visible;
}

.patient_selfies_sticky a {
	color: #fff;
}

.real-patient-cta-section {
	display: flex;
	color: #fff;
}

.real-patient-images {
	/*width:50%;*/
	width: 65%;
	display: flex;
}

.real-patient-image {
	width: 25%;
	height: 300px;
}

.real-patient-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.real-patient-content {
	width: 35%;
	/*width:50%;*/
	background-color: #c3f9ff;
	padding: 50px 50px 50px 65px;
	display: flex;
	align-items: center;
}

.real-patient-content-inner {
	width: 575px;
	max-width: 100%;
}

.real-patient-content-inner .h2:not(.es-real-patient-heading) {
	font-size: 3rem;
}

.home-service-section .col {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

div#apexchat_tab_invitation_wrapper {
	top: 207px !important;
	transform: translateX(-35%) translateY(0%) rotate(-90deg) !important;
}

.sub_heading {
	margin-bottom: 14px;
	font-size: 20px;
	color: #3db8bf;
}

.banner-sub-title {
	margin-top: 10px;
	font-size: 20px;
}

@media screen and (max-width: 991px) {
	.home-service-section .col {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		padding: 15px;
	}
}

@media screen and (max-width: 767px) {
	.home-service-section .col {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 575px) {
	.home-service-section .col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

input[type=date] {
	padding: 0;
	/*     color: #a2a1a1; */
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: .7;
}

input[type="date"]:before {
	content: attr(placeholder) !important;
	margin-right: .5em;
	text-transform: capitalize;
}

input[type="date"]:focus:before, input[type="date"]:valid:before {
	content: "";
}

.sidebar-form ::-webkit-calendar-picker-indicator, .Procedure-form ::-webkit-calendar-picker-indicator {
	filter: invert(1);
}

div#loadKlaraWidget {
	background: #28abba;
	border-radius: 10px;
	width: auto;
	border: none;
	padding: 9px 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid #28abba;
	line-height: 24px;
	position: fixed;
	bottom: 8px;
	right: 8px;
	cursor: pointer;
}
