
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Red Hat Display", serif;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	overflow-x: hidden;
}

body, html {
	height: 100%;
}

body.nav-open-menu {
	overflow: hidden;
}

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

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

img, svg {
	vertical-align: inherit;
}

:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.site-content-wraper .container {
	position: relative;
	z-index: 1;
}

a {
	text-decoration: none;
}

a, .btn, input, select, textarea, button, img {
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

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

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;
	-webkit-box-shadow: none;
	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;
}

.wpcf7 .wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

.wpcf7-spinner {
	display: none !important;
}

.wpcf7 span[data-name="PhoneNumber"] .wpcf7-not-valid-tip {
	opacity: 0;
	display: none;
}

.wpcf7 span[data-name="EmailAddress"]  label.error {
	opacity: 0;
}

.wpcf7 span[data-name="EmailAddress"] {
	position: relative;
}

.wpcf7 span[data-name="EmailAddress"] label#EmailAddress-error {
	opacity: 1;
}

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

.alignnone {
	display: block;
}

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

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

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

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

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

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

ul {
	padding: 0;
	margin: 0;
}

/*============ Heading CSS ============*/
.h1, h1 {
	font-size: 60px;
	font-weight: 700;
	line-height: 93px;
}

.h2, h2 {
	font-size: 45px;
	font-weight: 700;
	line-height: 73px;
	color: #0c1315;
}

.h3, h3 {
	font-size: 40px;
	font-weight: 700;
}

.h4, h4 {
	font-size: 35px;
	font-weight: 700;
}

h5 {
	font-size: 25px;
	font-weight: 700;
	line-height: 32px;
}

.h5 {
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	text-align: left;
}

.home-banner .banner-des .h1, .home-banner .banner-des  h1 {
	color: #fff;
}

.page-banner .h1, .page-banner h1 {
	color: #fff;
	position: relative;
	z-index: 1;
}

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

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

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

/*==================== Common CSS END ====================*/
.home-container, .breadcrumb .container {
	max-width: 1280px;
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto;
}

.subtitle {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 10px;
	word-spacing: 23px;
}

.subheading {
	color: #344a52;
	font-weight: 700;
	font-size: 30px;
	padding-bottom: 30px;
	position: relative;
	line-height: normal;
}

.underline {
	position: relative;
}

.underline:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 12%;
	background: #e3dfd4;
	bottom: 20px;
}

.heading-line {
	position: relative;
}

.heading-line:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 79px;
	background: #e3dfd4;
	bottom: -20px;
	left: 0;
	margin: 0;
	right: 0;
}

.theme-btn {
	background-color: #344a52;
	color: #fff;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all .6s ease-out;
	display: inline-block;
	border: 2px solid transparent;
	border-radius: 50px;
	line-height: 27px;
	text-align: center;
}

.theme-btn:hover {
	background-color: transparent;
	border: 2px solid #344a52;
	color: #344a52;
	transition: all .6s ease-out;
}

.white-btn {
	background-color: #344a52;
	color: #fff;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all .6s ease-out;
	display: inline-block;
	border: 2px solid transparent;
	border-radius: 50px;
}

.white-btn:hover {
	background-color: transparent;
	border: 2px solid #fff;
	transition: all .6s ease-out;
}

.btn {
	color: #fff;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 13px 30px;
}

.btn:hover {
	color: #1b3546;
	background: #fff;
	border: 1px solid #1b3546;
}

.banner-btn .theme-btn:hover {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}

.blue_btn {
	background-color: #00f;
}

.blue_btn:hover {
	color: #00f !important;
	border: 2px solid #00f;
}

/*header css start here*/
header#header {
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	width: 100%;
	top: 0;
	top: 0;
	z-index: 9999;
	-webkit-box-shadow: 0 5px 8px transparent;
	box-shadow: 0 0px 5px transparent;
	position: fixed;
	padding: 0px 0;
}

header#header.small-header {
	background-color: #e3dfd4;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	box-shadow: 0 5px 8px #ccc;
}

.wrap-header .menu-header ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-left {
	width: 193px;
}

.header-right {
	width: calc(100% - 193px);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-left a.top-logo img {
	max-width: 140px;
	height: 100px;
	object-fit: contain;
}

.header-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	justify-content: space-between;
}

.main-menu {
	background: rgba(255, 255, 255, .3);
	border-radius: 30px;
	padding: 0px 35px;
	margin-right: 40px;
	line-height: normal;
	display: flex;
	align-items: center;
}

.wrap-header .menu-header ul li {
	padding-left: 0;
}

.wrap-header .menu-header ul li ul li {
	margin-right: 0px;
}

.wrap-header .menu-header ul li {
	position: relative;
	padding-right: 37px;
}

.wrap-header .menu-header ul li:last-child {
	padding-right: 18px;
}

.mobile-phonenumber {
	display: flex;
}

.wrap-header .menu-header ul li a {
	color: #000;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	display: block;
	position: relative;
	transition: all .3s ease-in-out;
	padding: 15px 0;
}

.wrap-header .menu-header ul li a:before, .wrap-header .menu-header ul li.current-menu-item>a:before, .wrap-header .menu-header ul li.current_page_ancestor>a:before {
	position: absolute;
	content: "";
	background: #000;
	left: 0;
	bottom: 0px;
	height: 4px;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;
	opacity: 0;
	width: 1%;
}

.wrap-header .menu-header ul li.current-menu-item>a:before, .wrap-header .menu-header ul li.current_page_ancestor>a:before, .wrap-header .menu-header ul li a:hover:before {
	width: 100%;
	opacity: 1;
}

.main-menu .menu-header ul .sub-menu li a:before {
	display: none;
}

.wrap-header .menu-header ul li ul li.current_page_item ul.sub-menu li a {
	color: #000;
}

/*.wrap-header .menu-header ul li a:before {
    display: block;
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 0;
    background: #e3dfd4;
    transition: width 0.3s ease-in-out;
}*/

/*.wrap-header .menu-header ul li a:after {
    display: block;
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 0;
    background: #e3dfd4;
    transition: width 0.3s ease-in-out;
}*/
.wrap-header .menu-header ul li a:hover:not(.sub-menu a), .main-menu .menu-header ul .current_page_item > a, .main-menu .menu-header ul .current_page_ancestor > a, .main-menu .menu-header ul .current-menu-ancestor > a, .main-menu .menu-header ul .current_page_parent > a {
	color: #000;
}

#mainNav li.menu-item-has-children:hover:before

.main-menu .menu-header ul li.current-menu-ancestor

.wrap-header .menu-header ul li ul li.current-menu-item {
	background: #1b3546;
	color: rgba(255, 255, 255, 1);
}

.wrap-header .menu-header ul li ul li.current_page_item {
	background: #1b3546;
	color: rgba(255, 255, 255, 1);
}

.wrap-header .menu-header ul li ul li.current_page_item a {
	color: #fff;
}

#mainNav>li.menu-item-has-children .menu-header ul.sub-menu li.menu-item-object-team_post {
	background: #1b3546;
	color: rgba(255, 255, 255, 1);
}

.menu-header ul.sub-menu li.current-menu-item {
	background: #1b3546;
	color: rgba(255, 255, 255, 1);
}

.main-menu .menu-header ul .sub-menu li a {
	color: #000;
	line-height: 20px;
	padding: 12px 0px;
}

.mobile-contact-title {
	font-size: 16px;
	color: #464646;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-contact-title svg {
	margin-right: 10px;
	height: 15px;
	width: 15px;
}

.mobile-phonenumber a.header-ph {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: normal;
}

.mobile-phonenumber a.header-ph:hover .phone-text {
	opacity: 60%;
}

.mobile-phonenumber img {
	margin-right: 20px;
	height: 22px;
	width: 22px;
}

.header-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
}

.header-language.a {
	background: rgba(255, 255, 255, .2);
	padding: 10px 20px;
	border-radius: 40px;
}

.search-icon {
	cursor: pointer;
	display: block;
	padding-top: 7px;
	position: relative;
}

.search-icon svg {
	height: 15px;
	width: 15px;
}

.search-icon svg:hover path {
	stroke: #8f8d88;
}

.mobile-phonenumber a.header-ph svg {
	margin-right: 10px;
}

.social-media-title {
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	padding-right: 15px;
}

.social-media {
	display: flex;
	align-items: center;
}

.location-map iframe {
	height: 550px;
}

.social-media a svg path {
	fill: #fff;
}

.social-media svg {
	height: 40px;
	width: 40px;
	border: 1px solid #fff;
	padding: 10px;
	transition: .5s;
}

.social-media svg:hover {
	background: #e3dfd4;
}

.social-media a:hover svg path {
	fill: #fff;
}

.social-media .follow-title {
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 20px;
}

.social-media a {
	display: flex;
	margin-right: 20px;
}

.copyright {
	color: #fff;
	background: #344a52;
	padding-bottom: 20px;
	padding-top: 20px;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	opacity: 60%;
}

.header-button a.button {
	background: -o-linear-gradient(275.97deg, #1b3546 7.6%, #ceab70 34.13%, #ab8955 83.51%, #815f35 134.29%);
	background: linear-gradient(174.03deg, #1b3546 7.6%, #ceab70 34.13%, #ab8955 83.51%, #815f35 134.29%);
	padding: 12px 36px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 600;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-button a.button img {
	margin-right: 12px;
}

.header-button a.button svg {
	margin-right: 10px;
}

/*.wrap-header .menu-header ul li a::after {
    content: '';
    background: #000;
    height: 1px;
    width: 0%;
    position: absolute;
    bottom: 0;
}
.wrap-header .menu-header ul li a:hover::after {
    width: 100%;
}*/

/*menu dropdown*/
.menu-header ul.sub-menu {
	display: none !important;
	position: absolute;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	top: 100%;
	left: 0;
	text-align: left;
	min-width: 250px;
	background: #fff;
	z-index: 2;
	-webkit-box-shadow: 0px 17px 16px rgba(0, 0, 0, .15);
	box-shadow: 0px 17px 16px rgba(0, 0, 0, .15);
}

.menu-header ul.sub-menu li {
	border-bottom: 1px solid #000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	padding: 0 9px !important;
	position: relative;
}

.menu-header ul.sub-menu li:hover {
	background: #1b3546;
}

.menu-header ul.sub-menu li a {
	color: #000;
}

.menu-header ul.sub-menu li:hover> a {
	color: #17a3e3;
}

#mainNav>li.menu-item-has-children {
	position: relative;
	margin-right: 15px;
}

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

.menu-header ul.sub-menu li {
	margin: 0;
}

#mainNav li.menu-item-has-children:hover > ul.sub-menu {
	display: block !important;
}

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

.menu-header ul.sub-menu li:hover > a {
	color: #fff !important;
}

#mainNav li.menu-item-has-children:before {
	content: "";
	right: 22px;
	position: absolute;
	top: 49%;
	width: 5px;
	height: 5px;
	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: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform-origin: 5px 0px;
	-ms-transform-origin: 5px 0px;
	transform-origin: 5px 0px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
}

#mainNav li.menu-item-has-children:hover:before, #mainNav li.current-menu-ancestor:before {
	-webkit-transform: rotate(225deg) translateY(-50%);
	-ms-transform: rotate(225deg) translateY(-50%);
	transform: rotate(225deg) translateY(-50%);
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

.main-menu .menu-header ul .current_page_parent>a #mainNav li.menu-item-has-children:before {
	border-right: 2px solid #e3dfd4;
	border-bottom: 2px solid #e3dfd4;
}

#mainNav li.menu-item-has-children ul.sub-menu>li.menu-item-has-children:before {
	-webkit-transform: rotate(225deg) translateY(-50%);
	-ms-transform: rotate(225deg) translateY(-50%);
	transform: rotate(314deg) translateY(-50%);
	border-right: 2px solid #000;
	border-bottom: 2px solid #161616;
}

#mainNav li.menu-item-has-children ul.sub-menu>li.menu-item-has-children:before {
	content: "";
	right: 12px;
	position: absolute;
	top: 20px;
	width: 7px;
	height: 7px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform-origin: 5px 0px;
	-ms-transform-origin: 5px 0px;
	transform-origin: 5px 0px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
}

.menu-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}

#mainNav li.menu-item-has-children ul.sub-menu>li.menu-item-has-children:hover:before {
	border-color: #fff;
}

header#heade a.top-logo {
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

.small-header .social-media {
	padding: 0;
}

header#header.small-header .top-logo svg {
	height: 70px;
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

/*fixed header end css here*/

/*header search icon css start here*/
.header-search-box.open-search {
	opacity: 1;
	height: 100px;
	z-index: 999999;
}

.header-search-box {
	position: fixed;
	background-color: #1b3546;
	width: 100%;
	-webkit-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	opacity: 0;
	height: 0;
	top: 0;
	right: 0;
}

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

.header-search-box input.search {
	height: 55px;
	background: 0 0;
	color: #fff;
	padding: 8px 58px 8px 10px;
	border: none;
	border-bottom: 1px solid #fff;
	width: 100%;
	border-radius: 0;
}

.search-input-wrap svg path {
	stroke: #fff;
}

.search-icon svg:hover path {
	stroke: #8f8d88;
}

.search-input-wrap span.msg-side-form {
	position: absolute;
	right: 68px;
	bottom: 0px;
	color: red;
	font-weight: 14px;
}

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

#site-searchs svg:hover path {
	stroke: #fff;
	transition: .3s;
}

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

#site-searchs svg:hover path {
	stroke: #e3dfd4;
}

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

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

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

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

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

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

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

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

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

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

.search-icon img.search {
	height: 20px;
	width: 20px;
	-o-object-fit: contain;
	object-fit: contain;
	border-left: 1px solid #000;
	padding-left: 5px;
}

/*header search icon css end here*/

/*header css  end here*/

/*footer css start here*/
footer#footer {
	color: #fff;
	padding-bottom: 40px;
	padding-top: 80px;
	background-color: #344a52;
}

.footer ul li a {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: inline-block;
}

.footer-logo-wrap {
	display: flex;
	align-items: center;
}

.footer-content {
	border-left: 1px solid rgba(248, 247, 243, .3);
	padding-left: 40px;
	margin-left: 40px;
}

.footer-logo img {
	max-width: 214px;
}

.nap-address-info .nap-title {
	width: 50%;
	font-weight: 500;
	margin-bottom: 10px;
}

.footer-contact a.direction-link {
	color: #fff;
	text-decoration: underline;
	transition: all ease-out .6s;
}

.footer-contact a.direction-link:hover {
	color: #d0a95c;
}

.footer-contact a.phoneno {
	color: #fff;
	transition: all ease-out .6s;
}

.footer-contact a.phoneno:hover {
	color: #d0a95c;
}

.footer-heading {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
}

.nap-contact-info, .location-center {
	display: flex;
}

.nap-contact-info .call-img, .location-center .location-icon {
	padding-right: 25px;
	padding-top: 5px;
}

.footer ul li a:hover {
	opacity: 60%;
}

.footer ul .current_page_item a {
	border-bottom: 1px solid #fff;
}

ul#menu-footer-menu {
	column-count: 2;
	display: block;
}

.quick-links ul li {
	padding: 8px 0;
	list-style: none;
}

.nap-content {
	display: flex;
	justify-content: space-between;
}

.nap-content .get-direction {
	padding-left: 45px;
	padding-bottom: 15px;
}

.nap-content .location-icon, .nap-content .call-img {
	padding-right: 20px;
}

.footer-contact .nap-contact-block a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 400;
}

.nap-address-item {
	margin-left: -13px;
}

.nap-address-item svg {
	height: 24px;
	width: 24px;
}

.footer-nap-call {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}

.footer-nap-call .call-img img {
	height: 26px;
	width: 26px;
}

.footer-location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-location .location-icon img {
	padding-right: 18px;
}

.nap-address span {
	font-size: 16px;
}

.nap-address-block {
	text-transform: uppercase;
}

.get-direction a.direction-link {
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 16px;
	text-transform: uppercase;
}

.get-direction a.direction-link:hover, .nap-address-item a:hover {
	color: #e3dfd4;
	transition: .5s;
}

/*home banner*/
.banner-video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.home-banner {
	position: relative;
	height: calc(100% + 70px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.home-banner .home-container {
	height: 100%;
	padding-top: 115px;
}

.home-banner .home-container .banner-image {
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 1;
	display: flex;
	align-items: end;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 80px;
	padding-bottom: 140px;
}

.home-banner .home-container .banner-image:after {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 0;
	z-index: -1;
	background-size: cover;
	bottom: 0;
	opacity: 60%;
	left: 0;
}

.home-banner .contact-sec svg {
	margin-top: 8px;
}

.banner-des .subtitle {
	padding-bottom: 10px;
	letter-spacing: 19px;
}

.banner-des p {
	font-size: 22px;
}

.banner-btn {
	margin-top: 40px;
}

/*Home page css start here*/

/*banner css end*/
.page-banner {
	height: 420px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: center;
	padding-bottom: 0;
}

.page-banner:after {
	content: "";
	background-image: url("https://victorperezmd.com/nitropack_static/JEEEwSymtHodBrIAxHKlKSpYvjSTThvz/assets/images/optimized/rev-941b7c2/victorperezmd.com/wp-content/uploads/2025/01/Rectangle-33.png");
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	z-index: 0;
	background-size: cover;
	bottom: 0;
}

.page-banner .banner-content {
	padding-left: 60px;
	padding-right: 60px;
}

.banner_description p {
	color: #fff;
	position: relative;
	z-index: 1;
	font-size: 20px;
}

.inner-banner {
	padding-top: 110px;
}

div#breadcrumbs {
	background: #f8f7f3;
	padding: 15px 0;
	margin: 0;
}

.breadcrumb a {
	color: #344a52;
	font-weight: 700;
}

.breadcrumb a:hover {
	color: #d0a95c;
}

textarea {
	resize: none;
}

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

.wpcf7 .wpcf7-response-output {
	display: none;
}

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error, .wpcf7 .email-error {
	color: #fff;
	margin-bottom: 0;
	display: block;
	position: absolute;
	bottom: -16px;
	right: 0px;
	font-size: 11px;
	background-color: #c20000;
	padding: 0px 4px;
	border-radius: 0;
	height: auto;
	line-height: 16px;
	z-index: 1;
}

/*==== Sidebar Form ===*/
.blog-search input {
	border: none;
	padding: 10px;
	border-radius: 0;
}

.blog-search {
	margin-bottom: 30px;
}

.blog-search button {
	justify-content: center;
	justify-content: center;
	border: 1px solid #1b3546;
	background: rgba(52, 74, 82, 1);
	border-radius: 30px !important;
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 12px 0;
	display: inline-flex;
	align-items: center;
	width: 60px;
	transition: all ease-out .6s;
}

.blog-search button:hover {
	background: #e3dfd4;
	transition: all ease-out .6s;
}

.blog-search button:hover svg path {
	fill: #071620;
}

.blog-sidebar {
	padding-left: 14px;
}

.sidebar-form .sidebar-heading {
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 600;
}

.form-control, .infusion-field input[type="text"] {
	border: none;
	border-bottom: 2px solid #000;
}

.sidebar-form {
	background: rgba(52, 74, 82, 1);
	padding: 30px 20px;
	color: #fff;
}

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

.sidebar-form .form-control {
	font-size: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	font-weight: 300;
	background: no-repeat;
	height: auto;
	padding: 12px 0;
	border-radius: 0;
	border: none;
	color: #fff;
}

.sidebar-form .form-control:focus {
	border-color: #fff;
	color: #fff;
}

.sidebar-form .form-control::placeholder {
	color: #fff !important;
	letter-spacing: 1px;
}

.sidebar-form .submit-btn {
	display: block;
}

.sidebar-form .submit-btn input[type="submit"] {
	background: #e3dfd4;
	color: #fff;
	border-color: var(--color--gold);
	width: auto;
	text-align: center;
}

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

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

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

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

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

.sidebar-form .theme-btn {
	background: #e3dfd4;
	color: #fff;
}

.sidebar-form .theme-btn:hover {
	background: none;
	color: #fff;
	border-color: #fff;
}

/*home page css*/
.about-wrap {
	background-image: url("https://victorperezmd.com/nitropack_static/JEEEwSymtHodBrIAxHKlKSpYvjSTThvz/assets/images/optimized/rev-941b7c2/victorperezmd.com/wp-content/uploads/2025/01/about-bg.webp");
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f8f7f3;
	padding: 110px 90px;
}

.about-wrap.nitro-lazy {
	background-image: none !important;
}

.about-content a.theme-btn {
	margin-top: 20px;
	margin-bottom: 19px;
}

.about-img img {
	display: block;
	width: 100%;
	padding-right: 30px;
}

.testimonial-list .author-des {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.testimonial-list .first-char {
	background: #344a52;
	height: 80px;
	width: 80px;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-right: 30px;
}

.testimonial-list .author-des .title {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
}

.testimonial-list .item {
	background-color: #e3dfd4;
	height: 410px;
	padding: 30px;
	margin-right: 20px;
	position: relative;
}

.testimonial-list .item .quote-icon {
	position: absolute;
	left: 34px;
	top: 140px;
}

.testimonial-section button.prev-arrow svg {
	transform: rotate(180deg);
}

.testimonial-section button.prev-arrow {
	margin-right: 20px;
}

.testimonial-section button {
	background: #e3dfd4;
	padding: 20px 40px;
	border-radius: 30px;
	border: none;
	display: inline-flex;
	align-items: center;
	transition: all .6s ease-out;
}

.testimonial-head {
	display: flex;
	align-items: start;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-right: 20px;
}

.testimonial-head .slider-btn {
	padding-top: 6px;
}

.testimonial-section button svg path {
	fill: #344a52;
	transition: all .6s ease-out;
}

.testimonial-section button:hover {
	background: #344a52;
	transition: all .6s ease-out;
}

.testimonial-section button:hover svg path {
	fill: #fff;
}

.testimonial-section {
	background-color: #f8f7f3;
}

.photo-gallery {
	background-size: cover;
	background-repeat: no-repeat;
	height: 600px;
	background-position: bottom;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

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

.photo-gallery .white-btn:hover {
	background: #344a52;
	border: 2px solid transparent;
}

.home-blog-sec {
	background-color: #e3dfd4;
}

.home-blog-sec button.slick-prev-arrow svg {
	transform: rotate(180deg);
}

.home-blog-sec button.prev-arrow {
	margin-right: 20px;
}

.home-blog-sec button {
	background: #f8f7f3;
	padding: 20px 40px;
	border-radius: 30px;
	border: none;
	display: inline-flex;
	align-items: center;
	transition: all .6s ease-out;
}

.home-blog-sec button svg path {
	fill: #344a52;
	transition: all .6s ease-out;
}

.home-blog-sec button:hover {
	background: #344a52;
	transition: all .6s ease-out;
}

.home-blog-sec button:hover svg path {
	fill: #fff;
}

.home-blog-sec button.slick-prev-arrow {
	margin-right: 20px;
}

.home-blog-sec .read-more-btn a {
	font-weight: 700;
	text-transform: uppercase;
	align-items: center;
	color: #344a52;
	position: relative;
	width: auto !important;
	height: auto !important;
	display: inline-flex !important;
}

.home-blog-sec .read-more-btn {
	margin-top: 20px;
	transition: all ease-out .6s;
}

.home-blog-sec .read-more-btn a:hover svg {
	margin-left: 20px;
	transition: all ease-out .6s;
}

.home-blog-sec .read-more-btn a::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	background: #344a52;
	bottom: 0;
}

.home-blog-sec .read-more-btn a svg {
	margin-left: 10px;
}

.home-blog-sec .top-heading {
	position: relative;
}

.home-blog-sec .blog-list .item a img {
	transition: all ease-out .6s;
	height: 300px;
	object-fit: cover;
}

.home-blog-sec .blog-list .item a img.no-featured {
	object-fit: contain;
	width: 280px;
	margin: auto;
	display: block;
}

.home-blog-sec .blog-list .item a img:hover {
	transform: scale(1.1);
	transition: all ease-out .6s;
	overflow: hidden;
}

.home-blog-sec .blog-list .item a {
	overflow: hidden;
	height: 100%;
	position: relative;
	width: 100%;
	display: block;
	transition: all ease-out .6s;
}

.home-blog-sec .top-heading::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 70%;
	right: 20px;
	bottom: 55px;
	background: #4b4b4b;
	opacity: 50%;
}

.home-blog-sec .button-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.home-blog-sec .blog-list .item {
	margin-right: 20px;
}

.blog-list .blog-title {
	font-size: 20px;
	line-height: normal;
	font-weight: 500;
	color: #0c1315;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 55px;
}

/* home page css end here */

/* review page css start here */
.review-list-wrap {
	display: block;
	column-count: 3;
}

.review-list .author-wrap .title {
	color: #000;
	font-weight: 600;
}

.review-list {
	background: #f8f7f3;
	padding: 50px 30px;
	margin-bottom: 15px;
	height: 100%;
	overflow: auto;
	position: relative;
}

.review-list .quote-icon svg {
	height: 35px;
	width: 35px;
	position: absolute;
}

.review-list .author-des {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.review-list .author-des .google-logo, .review-list .author-des .facebook-logo {
	margin-right: 30px;
	background: #e3dfd4;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* review page css end here */

/* video page csss */
.video-page .video-list {
	margin-bottom: 20px;
}

.video-list .video-title {
	font-size: 20px;
	color: #000;
	line-height: normal;
	font-weight: 600;
	transition: all ease-out .6s;
}

.video-list .video-title:hover {
	color: #344a52;
	transition: all ease-out .6s;
}

.video-page .video-list .video-img {
	position: relative;
}

.video-page .video-list .video-img .play-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all ease-out .6s;
}

.video-page .video-list .video-img .play-video svg {
	transition: all ease-out .6s;
}

.video-page .video-list .video-img .play-video svg:hover {
	transition: all ease-out .6s;
}

.video-page .video-list .video-img .play-video svg:hover path {
	fill: #344a52;
}

div#html5lightbox-watermark {
	display: none !important;
}

.video-thumbnail img:hover {
	transform: scale(1.05);
	transition: all ease-out .6s;
	overflow: hidden;
}

.video-thumbnail {
	overflow: hidden;
	margin-bottom: 10px;
}

.video-thumbnail img {
	display: block;
	overflow: hidden;
	transition: all ease-out .6s;
}

/* Featured Cosmetic Services css */
.white-color-sec *, .white-color-sec p, .white-color-sec h2, .white-color-sec h3, .white-color-sec h4, .white-color-sec h5, .white-color-sec h6, .white-color-sec ul li, .white-color-sec ol li, .white-color-sec ul li a, .white-color-sec p a {
	color: #fff;
}

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

.white-color-sec .theme-btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #344a52;
}

.page-btn {
	margin-top: 30px;
	margin-bottom: 30px;
}

.featured-services {
	width: 100%;
	position: relative;
	background: #344a52;
}

.featured-services p {
	color: #d9d9d9;
}

.services-grid {
	display: flex;
	gap: 0;
	width: 100%;
}

.service-item {
	position: relative;
	overflow: hidden;
	width: 14%;
	transition: all ease-out .6s;
}

.service-item.current {
	width: 44%;
	transition: all ease-out .6s;
	background: transparent;
	padding: 0 15px;
}

.service-item .service-default-img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	display: block;
	transition: all ease-out .6s;
}

.service-item .service-title {
	position: absolute;
	bottom: 18px;
	color: #fff;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: left;
	padding: 15px 15px;
	font-size: 30px;
	text-transform: uppercase;
	line-height: normal;
	transition: .6s;
}

.service-wrap-content {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: #e3dfd4;
	transition: all ease-out .6s;
}

.service-wrap-content:after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
	content: "";
	z-index: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50%;
	width: 100%;
}

.services-row-list {
	margin-top: 52px;
	margin-bottom: 30px;
}

.service-item.current .service-title {
	transition: .6s;
	opacity: 0;
}

.service-item.current .service-wrap-content:after {
	opacity: 0;
}

.service-image-col img {
	height: 500px;
	object-fit: cover;
	display: block;
	transition: all ease-out .6s;
}

.service-item.current .service-image-col img {
	width: 100%;
	transition: all ease-out .6s;
	padding-right: 20px;
}

.service-info-col {
	width: 0;
	opacity: 0;
	right: -100%;
	position: absolute;
	text-align: left;
	background: #e3dfd4;
	transition: all ease-out .6s;
}

.service-image-col {
	width: 100%;
	transition: all ease-out .6s;
}

.service-item.current .service-image-col {
	width: 50%;
	padding: 0;
	transition: all ease-out .6s;
}

.service-item.current .service-info-col {
	width: 50%;
	opacity: 1;
	right: 0;
	height: 100%;
	z-index: 1;
	transition: all ease-out .5s;
}

.service-info-col .h3 {
	margin-bottom: 10px;
	font-size: 30px;
	text-transform: uppercase;
	line-height: normal;
	color: #4b4b4b;
}

.service-info-col p {
	color: #4b4b4b;
}

.service-info-col .read-more-link {
	color: #344a52;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #344a52;
	position: absolute;
	bottom: 30px;
	display: inline-flex;
	line-height: normal;
	align-items: center;
	transition: all ease-out .5s;
	padding-bottom: 8px;
}

.service-info-col .read-more-link:hover {
	color: #d0a95c;
}

.service-info-col .read-more-link svg {
	margin-left: 10px;
	transition: all ease-out .5s;
}

.service-info-col .read-more-link:hover svg {
	margin-left: 20px;
	transition: all ease-out .5s;
}

.home-blog-sec .blog-list .item:hover span {
	margin-left: 10px;
	transition: all ease-out .5s;
}

.home-blog-sec .blog-list .item span {
	transition: all .3s ease-in-out;
}

.service-info-col>div {
	padding: 30px 0;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 220px;
}

/* Featured Cosmetic Services css */

/* why choose us */
.small-text {
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 20px;
	color: #344a52;
	font-weight: 700;
}

.choose-us-img {
	position: relative;
	width: 100%;
	padding-right: 25px;
	padding-left: 70px;
}

.choose-us-img img {
	width: 100%;
	display: block;
}

.choose-us-img:before {
	background: #a9a9a9;
	left: -80px;
	top: -80px;
	width: 78%;
	height: 75%;
	content: "";
	z-index: -1;
	position: absolute;
}

.choose-us-content {
	width: 100%;
	position: relative;
}

.choose-us-content h2 {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.choose-us-content .underline:before {
	bottom: 0;
}

/* why choose us */

/* Combining Aesthetics Medicine CSS */
.medicine-sec-content {
	width: 100%;
	position: relative;
}

.medicine-sec-content h2 {
	padding-bottom: 20px;
	margin-bottom: 23px;
}

.medicine-sec-content .underline:before {
	bottom: 0;
}

.medicine-sec-img {
	width: 100%;
	position: relative;
}

.medicine-sec-img img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.medicine-img-col {
	display: flex;
}

.medicine-sec-col {
	display: flex;
	align-items: center;
}

/* Combining Aesthetics Medicine CSS */

/* common footer contact section */
.footer-form-wrap {
	padding: 70px 35px;
	background: #f8f7f3;
	position: relative;
}

.footer-form-sec .wpcf7 .form-control {
	border: 1px solid #e3dfd4;
	height: 55px;
	border-radius: 50px;
	padding-left: 25px;
}

.wpcf7 .form-control {
	border-bottom: 1px solid #e3dfd4;
	height: 55px;
	padding-left: 0;
}

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

.wpcf7 textarea.form-control {
	height: 140px !important;
	border-radius: 30px;
	padding-top: 18px;
	padding-left: 15px;
}

.footer-form-right-col .h2 {
	margin-bottom: 30px;
	line-height: 60px;
}

.footer-form-left-col .h2 {
	margin-bottom: 26px;
	line-height: normal;
}

.footer-form-sec .wpcf7 textarea {
	height: 180px !important;
	border-radius: 30px !important;
	padding-top: 30px;
}

.btn-wrap .btn {
	background-color: #344a52;
	color: #fff;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all .6s ease-out;
	display: inline-block;
	border: 2px solid transparent;
	border-radius: 30px;
	height: 55px;
}

.btn-wrap .btn:hover {
	color: #1b3546;
	background: #fff;
	border: 2px solid #1b3546;
}

.wp-form-btn .contact-btn {
	margin-top: 20px;
}

/* common footer contact section */

/* footer social icon */
.footer-social-icon-wrap {
	width: 100%;
	position: relative;
	margin-top: 45px;
}

ul.footer-social {
	z-index: 1;
	display: flex;
	margin-top: 0px;
}

ul.footer-social li {
	margin: 0;
	margin-right: 20px;
	list-style: none;
}

ul.footer-social li:last-child {
	margin-right: 0px;
}

.footer-social li a {
	position: relative;
	height: 55px;
	width: 55px;
	line-height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #344a52;
	border-radius: 50%;
	transition: all ease-out .6s;
}

.footer-social li a:hover {
	border-color: #344a52;
	background: #344a52;
	transition: all ease-out .6s;
}

ul.footer-social li a svg, ul.footer-social li a img {
	height: 20px;
	width: 20px;
}

ul.footer-social li a svg path, ul.footer-social li a svg circle, ul.footer-social li a svg rect {
	fill: #344a52;
}

ul.footer-social li a:hover svg path, ul.footer-social li a:hover svg circle, ul.footer-social li a:hover svg rect {
	fill: #fff;
}

.footer-sec ul li a br, ul.menu-top li a br {
	display: none;
}

.post-lists .loop-col {
	border: 1px solid rgba(227, 223, 212, 1);
	margin-bottom: 20px;
	padding: 15px;
}

.post-lists .loop-col .post-image img {
	object-fit: cover;
	height: 250px;
	width: 290px;
	display: block;
	overflow: hidden;
	transition: all ease-out .6s;
}

.post-lists .loop-col .post-image {
	display: block;
	overflow: hidden;
	transition: all ease-out .6s;
}

.post-lists .loop-col .post-image img:hover {
	transform: scale(1.1);
	transition: all ease-out .6s;
}

.post-lists .loop-col .blog-title {
	color: #000;
	font-size: 30px;
	font-weight: 600;
	line-height: 50px;
	text-transform: capitalize;
	transition: all ease-out .6s;
}

.post-lists .loop-col .blog-title:hover {
	color: #d0a95c;
}

.post-lists .loop-col .read-more-btn {
	font-size: 16px;
	font-weight: 700;
	color: rgba(52, 74, 82, 1);
	text-transform: uppercase;
	border-bottom: 1px solid rgba(52, 74, 82, 1);
	padding-bottom: 8px;
}

.post-lists .loop-col .read-more-btn svg {
	height: 18px;
	width: 14px;
	vertical-align: middle;
	margin-left: 10px;
	transition: all .5s;
}

.post-lists .loop-col .read-more-btn:hover svg {
	transform: translateX(15px);
}

.post-lists .loop-col .post-content {
	line-height: 40px;
}

.sidebar-form {
	padding: 30px 20px;
	position: relative;
}

.sidebar-form .wpcf7 textarea.form-control {
	border-radius: 0 !important;
	padding-left: 0 !important;
}

.sidebar-form .btn-wrap .wpcf7-submit {
	border: 1px solid #fff;
	border-radius: 50px;
}

.sidebar .blogsearch {
	background-color: rgba(248, 247, 243, 1);
	padding-left: 60px;
	padding-right: 90px;
	height: 60px;
	font-weight: 600;
}

.input-group>.form-control:focus, .input-group>.form-floating:focus-within, .input-group>.form-select:focus {
	z-index: 0;
}

.blog-search form .input-group .searchs {
	position: absolute;
	left: 30px;
	z-index: 3;
	top: 50%;
	transform: translatey(-50%);
}

.blog-search .input-group {
	padding: 10px;
	border: 1px solid rgba(227, 223, 212, 1);
}

.cat-widget {
	margin-top: 20px;
	border: 1px solid rgba(227, 223, 212, 1);
	padding: 10px;
}

.menu-cat-areas ul li.current-menu {
	background: #fff;
}

.cat-widget .widget-title {
	font-size: 22px;
	font-weight: 600;
	padding-left: 20px;
	padding-right: 15px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.menu-cat-areas ul {
	list-style: none;
	line-height: 50px;
}

.widget-menu {
	background-color: rgba(227, 223, 212, 1);
	padding: 20px 0px;
}

.menu-cat-areas ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.menu-cat-areas ul li {
	position: relative;
}

.menu-cat-areas ul li a:after {
	content: "";
	position: absolute;
	background-image: url("https://victorperezmd.com/nitropack_static/JEEEwSymtHodBrIAxHKlKSpYvjSTThvz/assets/images/optimized/rev-941b7c2/renueaesthestg.wpenginepowered.com/wp-content/themes/renue-aesthetic/img/right-arrow.svg");
	right: 8%;
	bottom: 13px;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
}

.about-section {
	position: relative;
}

.about-section .about-content {
	padding-left: 30px;
}

.about-section .about-content .content a, .content a {
	color: #344a52 !important;
	text-decoration: underline;
	transition: all ease-out .6s;
}

.about-section .about-content .content a:hover, .content a:hover {
	text-decoration: none;
}

.content-schedule a {
	color: #344a52;
	text-decoration: underline;
	transition: all ease-out .6s;
}

.content-schedule a:hover {
	text-decoration: none;
}

.about-section .image-about img {
	width: 100%;
}

.about-section .exp {
	background-color: rgba(52, 74, 82, 1);
	display: flex;
	position: absolute;
	padding: 20px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	line-height: 30px;
	bottom: 40px;
	right: -7px;
}

.about-section .exp .exp-text {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	margin-left: 25px;
	letter-spacing: 2px;
}

.about-section .exp .count {
	font-size: 55px;
	color: #fff;
	font-weight: 800;
}

.certified-section {
	position: relative;
}

.certified-section::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: calc(100% - 300px);
	width: 100%;
	background-color: rgba(248, 247, 243, 1);
	z-index: -1;
}

.certified-section .image img {
	width: 100%;
	object-fit: cover;
	padding-left: 40px;
	height: 100%;
}

/* .certified-section .video{
    margin-top: 25px;
    padding: 20px;
    position: relative;
    border: 1px solid rgba(52, 74, 82, 1);
} */
.certified-section .youtube {
	position: relative;
}

.certified-section .video .thumbnail {
	width: 100%;
	object-fit: cover;
	display: block;
}

.certified-section .certified-content {
	padding-top: 30px;
}

.certified-section .youtube-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.certified-section .certified-content .link {
	margin-top: 30px;
}

.commitment-section .icon-image {
	align-items: center;
	justify-content: center;
	display: flex;
	background-color: rgba(248, 247, 243, 1);
	height: 125px;
	width: 125px;
	border-radius: 50%;
	outline-style: dashed;
	outline-offset: 12px;
	outline-color: #c2c9cb;
}

.commitment-section .icon-parent {
	display: flex;
	justify-content: center;
}

.commitment-section {
	padding-top: 0 !important;
}

.commitment-section .main-content {
	margin-top: 45px;
}

.services-section .services-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background-color: rgba(248, 247, 243, 1);
	height: 100%;
	color: var(--bs-body-color);
	transition: .5s;
}

.services-section .content-services .col-md-6.col-lg-6 .content-servicesin {
	height: 100%;
}

.services-section .services-list:hover {
	background-color: #e3dfd4;
}

.services-section .services-list .contents {
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;
}

.services-section .content-services {
	padding-left: 30px;
}

.services-section .content-services .h2 {
	line-height: normal;
}

.services-section .image {
	height: 100%;
}

.services-section .image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.schedule-section {
	background-image: url("https://victorperezmd.com/wp-content/themes/renue-aesthetic/img/schedule_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.schedule-section.nitro-lazy {
	background-image: none !important;
}

.schedule-section .schedule-content {
	background-color: rgba(0, 0, 0, .15);
	padding: 55px;
	backdrop-filter: blur(15px);
}

.team-section .member-name {
	font-size: 25px;
	font-weight: 500;
	color: #000;
	line-height: normal;
	padding-top: 10px;
}

.team-section .member-name:hover {
	opacity: 70%;
	transition: all ease-out;
}

.team-list {
	margin-bottom: 30px;
}

.team-list a .image img {
	overflow: hidden;
	display: block;
	height: 100%;
	transition: all ease-out .6s;
}

.team-list a .image img:hover {
	transform: scale(1.1);
	overflow: hidden;
	transition: all ease-out .6s;
}

.team-list a .image {
	overflow: hidden;
	height: 100%;
	display: block;
	transition: all ease-out .6s;
}

/* footer social icon */

/*pagination css */
nav.navigation.pagination {
	justify-content: center;
	position: relative;
	padding-top: 40px;
	margin-top: 30px;
}

nav.navigation.pagination .nav-links {
	display: flex;
	align-items: center;
}

span.page-numbers.current {
	background: #344a52;
	color: #fff;
	height: 55px;
	width: 55px;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	border-radius: 50%;
	margin: 0 10px;
}

a.page-numbers {
	height: 55px;
	width: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 10px;
	color: rgba(34, 34, 34, .2);
	color: #000;
	transition: all ease-out .6s;
	background: #e3dfd4;
}

a.page-numbers:hover {
	background: #344a52;
	color: #fff;
	transition: all ease-out .6s;
}

a.prev.page-numbers, a.next.page-numbers {
	padding: 0 10px;
	border-radius: 30px;
	height: 55px;
	width: 100px;
	transition: all ease-out .6s;
}

a.prev.page-numbers:hover svg path, a.next.page-numbers:hover svg path {
	fill: #fff;
	transition: all ease-out .6s;
}

.blog-des-wrap {
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #4b4b4b;
	text-transform: uppercase;
}

.blog-des-wrap .post-cat {
	padding-left: 6px;
}

.blog-detail .blog-des-wrap {
	padding: 20px 0;
}

/* team detail page css start here */
.surgery-experience {
	background-color: #344a52;
	color: #fff;
	position: relative;
}

.surgery-experience::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 47%;
	left: 0;
	top: 0;
	background-image: url("https://victorperezmd.com/nitropack_static/JEEEwSymtHodBrIAxHKlKSpYvjSTThvz/assets/images/optimized/rev-941b7c2/victorperezmd.com/wp-content/uploads/2025/01/Mask-group-2.webp");
}

.surgery-experience img {
	position: relative;
}

.surgery-experience .image-content {
	position: relative;
	background: #fff;
	color: #000;
}

.surgery-experience .image-content {
	position: absolute;
	background: rgba(255, 255, 255, .6);
	color: #4b4b4b;
	bottom: 45px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	padding: 20px 20px;
}

.surgery-experience .image-content ul {
	padding-left: 20px;
}

.surgery-experience a {
	color: #fff !important;
	text-decoration: underline;
	transition: all ease-out .6s;
}

.surgery-experience a:hover {
	text-decoration: none;
	transition: all ease-out .6s;
}

.single-team_post .page-banner {
	height: 610px;
	background-position: 70%;
}

.team-detail-about .about-content-wrap {
	background-color: #f8f7f3;
	position: relative;
	margin-top: -130px;
	padding: 30px;
}

.team-detail-about .about-content-wrap img {
	width: 100%;
	display: block;
	height: 100%;
	height: 600px;
	object-fit: contain;
}

.surgery-exp .content-box {
	background-color: #344a52;
	color: #fff;
	padding: 30px;
	position: relative;
	margin-top: -180px;
}

.surgery-exp .content-box img {
	display: block;
	height: 100%;
	width: 100%;
	padding-right: 20px;
}

.surgery-exp .content-box ul {
	padding-left: 20px;
	padding-top: 20px;
}

/* team detail page css end here */

/* service page css start here*/
.cosmetic-surgery .surgery-content {
	padding-right: 60px;
}

.cosmetic-surgery .surgery-content a {
	color: #000;
	text-decoration: underline;
	transition: all ease-out .6s;
}

.cosmetic-surgery .surgery-content a:hover {
	text-decoration: none;
	transition: all ease-out .6s;
}

.cosmetic-services {
	background-image: url("https://victorperezmd.com/wp-content/uploads/2025/01/Mask-group-5.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

.cosmetic-services.nitro-lazy {
	background-image: none !important;
}

.service-list .service-name {
	position: absolute;
	bottom: 40px;
	left: 25px;
	z-index: 1;
}

.service-list:before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
	content: "";
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50%;
	width: 100%;
	opacity: 70%;
}

.service-list .service-image img {
	display: block;
	height: 100%;
	width: 100%;
	transition: all ease-out .6s;
}

.service-list .service-image {
	position: relative;
	overflow: hidden;
}

.service-list:hover .service-image img {
	transform: scale(1.1);
	transition: all ease-out .6s;
}

.schedule-consultation {
	background-color: #e3dfd4;
	margin-bottom: 70px;
	padding-left: 70px;
	padding-right: 70px;
}

/*service page css end here*/

/* special page css start here */
.special-list-wrap {
	border: 1px solid #e3dfd4;
	padding: 15px 15px 55px;
	height: 100%;
	position: relative;
}

.special-list-wrap .read-more {
	position: absolute;
	bottom: 20px;
}

.special-list-wrap .read-more a {
	color: #344a52;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	position: relative;
	margin-top: 20px;
}

.special-list-wrap .read-more a::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 100%;
	left: 0;
	background: #344a52;
}

.special-list-wrap .read-more a svg {
	height: 18px;
	width: 13px;
	margin-left: 10px;
	transition: all ease-out .6s;
}

.special-list-wrap .read-more a:hover svg {
	transform: translateX(10px);
	transition: all ease-out .6s;
}

.special-list-wrap .title a {
	color: #0c1315;
	font-weight: 500;
	font-size: 22px;
	line-height: normal;
	margin-top: 15px;
}

.special-list-wrap .title a:hover {
	color: #d0a95c;
	transition: all ease-out .6s;
}

.gallery-cat-list ul.nav.nav-tabs button.nav-link.active {
	font-weight: 900;
	color: #344a52;
	border-bottom: 2px solid #344a52;
	transition: all ease-out .6s;
}

.gallery-cat-list ul.nav.nav-tabs button.nav-link {
	border: none;
	color: #4b4b4b;
	font-size: 20px;
	font-weight: 600;
	background: transparent;
	transition: all ease-out .6s;
}

.gallery-cat-list ul.nav.nav-tabs {
	background: #e3dfd4;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.after-before-img {
	border: 1px solid #e3dfd4;
	display: flex;
	padding: 10px;
}

.after-before-img .before-img {
	margin-right: 10px;
}

.after-before-img img {
	display: block;
}

.gallery-item .about-cat {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}

.gallery-item .about-cat .case-id {
	color: #4b4b4b;
	font-size: 20px;
	font-weight: 600;
}

.gallery-item .about-cat .gallery-title a {
	color: #344a52;
	font-size: 20px;
	font-weight: 800;
	line-height: normal;
}

.gallery-item .about-cat .viewall-case {
	width: 50%;
	text-align: right;
}

.tab-content .gallery-item {
	margin-bottom: 30px;
}

.gallery-item .gallery-list {
	margin-bottom: 60px;
}

.gallery-angle span {
	color: #0c1315;
	font-weight: 600;
}

.gallery-angle {
	font-size: 20px;
	text-transform: capitalize;
	padding-bottom: 20px;
}

.after-before-img .title {
	font-size: 20px;
	color: #4b4b4b;
	font-weight: 600;
}

.single-gallery .after-before-img {
	border: none;
	padding: 0;
}

.procedures-cat .widget-cat-all {
	padding: 20px 0px;
	background: #344a52;
}

.procedures-cat {
	border: 1px solid #344a52;
	padding: 10px;
}

.procedures-cat .widget-cat-all ul {
	list-style: none;
}

.procedures-cat .widget-cat-all ul a {
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.procedures-cat .widget-cat-all ul a svg path {
	fill: #fff;
}

.procedures-cat .widget-cat-all ul ul {
	list-style: disc;
	color: #fff;
}

.procedures-cat .widget-cat-all ul li {
	padding: 8px 20px;
}

.features-service {
	border: 1px solid #e3dfd4;
	padding: 10px;
	margin-top: 30px;
}

.features-service .widget-cat {
	background: #f8f7f3;
	padding: 20px;
}

.features-service ul {
	list-style: none;
}

.features-service ul li {
	border-bottom: 1px solid #e3dfd4;
	padding: 10px 0;
}

.features-service ul li a {
	color: #4b4b4b;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.gallery-item.single-gallery .about-cat {
	padding-top: 0;
	padding-bottom: 25px;
}

.procedures-cat .widget-cat-all ul li:hover {
	background: #fff;
}

.procedures-cat .widget-cat-all ul li:hover a {
	color: #4b4b4b;
}

.procedures-cat .widget-cat-all ul li:hover a svg path {
	fill: #4b4b4b;
}

.procedures-cat .widget-cat-all ul ul {
	padding-left: 32px;
}

.procedures-cat .widget-cat-all ul ul li {
	padding-left: 5px;
}

.widget-title.h2 {
	padding-left: 15px;
}

.gallery-cat-list .gallery-page-list:nth-child(even) .container .row {
	flex-direction: row-reverse;
}

.gallery-page-list {
	background-image: url("https://victorperezmd.com/nitropack_static/JEEEwSymtHodBrIAxHKlKSpYvjSTThvz/assets/images/optimized/rev-941b7c2/renueaesthestg.wpenginepowered.com/wp-content/uploads/2025/01/pattern.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.gallery-page-list.nitro-lazy {
	background-image: none !important;
}

.gallery-cat-list .gallery-page-list:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 50%;
	left: 0;
	bottom: 0;
	background: #e3dfd4;
	top: 50%;
	transform: translateY(-50%);
}

.gallery-cat-list .gallery-page-list:nth-child(2n)::before {
	left: auto;
	right: 0;
}

.category-names h2 a {
	color: #0c1315;
	transition: all ease-out .6s;
}

.category-names h2 a:hover {
	color: #d0a95c;
}

.category-names ul.subcategory-list {
	padding-left: 20px;
}

.category-names ul.subcategory-list a {
	color: #344a52;
	transition: all ease-out .6s;
	text-decoration: underline;
}

.category-names ul.subcategory-list a:hover {
	text-decoration: none;
}

.category-names ul.subcategory-list li {
	color: #344a52;
}

.category-names {
	position: relative;
}

.category-image {
	position: relative;
	padding-right: 40px;
}

.gallery-cat-list .gallery-page-list:nth-child(even) .container .row .category-image {
	padding-right: 0;
	padding-left: 40px;
}

.category-image img {
	position: relative;
	display: block;
}

/*contact page css*/
.contact-page {
	background-color: #e3dfd4;
	margin-top: 390px;
}

.contact-page .contact-form {
	background-color: #344a52;
	color: #fff;
	padding: 40px;
	margin-top: -400px;
	position: relative;
}

.contact-page input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
	padding-left: 20px;
	border-radius: 40px;
}

.contact-page .wpcf7 textarea.form-control {
	height: 170px !important;
	border-radius: 30px;
	padding-top: 15px;
	padding-left: 20px;
}

.contact-page .contact-form input.form-btn {
	border: 1px solid transparent;
	padding: 10px 35px;
	border-radius: 50px;
	font-weight: 700;
	text-transform: uppercase;
	color: #344a52;
	transition: all ease-out .6s;
}

.contact-page .contact-form input.form-btn:hover {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	transition: all ease-out .6s;
}

.get-direction input {
	width: 100%;
	border-radius: 40px;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
}

.office-location {
	padding-top: 70px;
}

.view-gallery {
	display: flex;
	align-items: start;
	justify-content: space-between;
	padding-top: 20px;
}

.default-page .default-content a {
	color: #344a52 !important;
	text-decoration: underline;
	transition: all ease-out .6s;
}

.default-page .default-content a:hover {
	text-decoration: none;
	transition: all ease-out .6s;
}

.default-page .default-content a span {
	color: #344a52 !important;
}

.default-page .default-content ul {
	padding-left: 16px;
}

.default-page .default-content ul li {
	padding-bottom: 8px;
}

nav.navigation .nav-links {}

nav.navigation .nav-links .nav-previous, nav.navigation .nav-links .nav-next {
	background: #344a52;
	width: 100px;
	height: 55px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease-out .6s;
	border: 1px solid transparent;
}

nav.navigation .nav-links .nav-previous:hover, nav.navigation .nav-links .nav-next:hover {
	background: transparent;
	border: 1px solid #344a52;
	transition: all ease-out .6s;
}

nav.navigation .nav-links .nav-previous svg path, nav.navigation .nav-links .nav-next svg path {
	fill: #fff;
	transition: all ease-out .6s;
}

span.nav-subtitle {
	display: flex;
	line-height: normal;
	align-items: center;
	justify-content: center;
}

nav.navigation .nav-links .nav-previous:hover svg path, nav.navigation .nav-links .nav-next:hover svg path {
	fill: #344a52;
}

.error-contact-form input.form-control {
	background: #fff;
	border: 1px solid #e3dfd4;
	height: 55px;
	border-radius: 50px;
	padding-left: 15px;
}

.page404 {
	background: #f8f7f3;
}

.page404 textarea {
	border-bottom: 0;
	border: 1px solid #e3dfd4;
}

.thankyou-page a {
	color: #000;
	text-decoration: underline;
	transition: all ease-out .6s;
}

.thankyou-page a:hover {
	text-decoration: none;
	transition: all ease-out .6s;
}

.single-post-detail {
	padding: 60px 0;
	padding-top: 0;
}

.single-post-detail ul {
	padding-left: 20px;
}

.single-post-detail a {
	color: #000;
	text-decoration: underline;
	transition: all ease-out .6s;
}

.single-post-detail a:hover {
	text-decoration: none;
}

.about-wrap .about-content .subheading {
	padding-top: 20px;
	padding-bottom: 50px;
}

.affiliation-sec h4 {
	color: #344a52;
}

.affiliation-sec h4
.search-post-loop {
	background: #eee;
	padding: 20px 20px;
	margin-bottom: 40px;
}

.affiliation-sec .heading-line::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 79px;
	background: #e3dfd4;
	bottom: -20px;
	left: 0;
	margin: 0 auto;
	right: 0;
}

.search-post-loop .post-content a.theme-btn {
	margin-top: 20px;
}

.affiliation-sec .brand-logo {
	text-align: center;
}

blockquote {
	background-color: #e3dfd4;
	margin: 0px 0px 0px 0px;
	padding: 40px 40px 40px 40px;
	border-top: 0px solid #ddd;
	border-right: 0px solid #ddd;
	border-bottom: 0px solid #ddd;
	border-left: 0px solid #ddd;
	font-style: italic;
	margin-bottom: 30px;
}

.default-page .default-content a.theme-btn {
	color: #fff !important;
	text-decoration: none;
	margin-top: 30px;
}

.default-page .default-content a.theme-btn:hover {
	color: #344a52 !important;
}

.default-content h2 {
	line-height: normal;
	font-size: 35px;
	margin: 22px 0 8px;
}

.default-content iframe {
	height: 500px;
}

.default-page h4, .default-content .h4 {
	font-size: 20px;
	font-weight: 500;
}

.default-page .h3, .default-page h3 {
	font-size: 30px;
	margin: 18px 0;
}

/*.widget-menu ul {
    padding-left: 20px;
}*/
.widget-menu ul a {
	color: #000;
}

.widget-menu ul li {
	padding: 8px 20px;
	list-style: none;
}

.widget-menu ul li:hover {
	background: #fff;
}

.location-det .nap-title {
	font-size: 30px;
	width: 100%;
	font-weight: 500;
	line-height: normal;
}

.our-location .office-map iframe {
	height: 400px;
}

.our-location .address-wrap-item {
	font-size: 20px;
	line-height: normal;
	margin-bottom: 30px;
}

.location-det .fax-num span, .location-det .office-time span {
	font-size: 18px;
	color: #000;
	padding-left: 10px;
}

.location-det a.phoneno {
	color: #000;
	padding-left: 10px;
}

#toc_container span.toc_toggle {
	display: none;
}

div#toc_container {
	border: none;
	background: transparent;
}

#toc_container.no_bullets li, #toc_container.no_bullets ul, #toc_container.no_bullets ul li, .toc_widget_list.no_bullets, .toc_widget_list.no_bullets li {
	background: 0 0;
	list-style-type: disc !important;
	list-style: disc !important;
}

#toc_container p.toc_title+ul.toc_list {
	margin-top: 0;
	padding-left: 15px;
}

.copyright .privacy-policy {
	padding-left: 15px;
}

button#html5-close {
	background-image: url("https://victorperezmd.com/wp-content/uploads/2025/02/lightbox-close.png") !important;
	background-size: auto !important;
	width: 31px;
	height: 34px;
	background-repeat: no-repeat !important;
}

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

.schedule-consultation * a {
	color: #000;
}

.office-location iframe {
	height: 340px;
	display: block;
}

.post-lists .loop-col .post-image img.logo-img {
	object-fit: contain !important;
}

.search-page .no_result a {
	color: #000;
	text-decoration: underline;
	transition: all ease-out .6s;
}

.search-page .no_result a:hover {
	text-decoration: none;
}

.view-gallery .view-btn {
	width: 50%;
	text-align: right;
}

.gallery-title h2 {
	font-size: 20px;
	line-height: normal;
	color: #344a52;
}

.category-names h2 {
	line-height: normal;
}

.video-schema-result {
	padding-top: 0;
}

.financing-page h2 {
	margin-top: 0;
}

.special-list-wrap a img {
	width: 100%;
}

.commitment-section {
	padding-top: 0;
}

.menu-header ul.sub-menu li.current-menu-item a {
	color: rgba(255, 255, 255, 1);
}

.quote-icon {
	display: none;
}

.surgery-experience .image-content p {
	margin-bottom: 5px;
}

.surgery-exp .content-box a {
	color: #fff;
	text-decoration: underline;
}

.surgery-exp .content-box a:hover {
	color: #fff;
	text-decoration: none;
}

.patient_reviews_items {
	background-color: #e3dfd4;
	padding: 30px;
	margin-bottom: 30px;
	font-style: italic;
}

.location-page-column.location-info {
	background: #fff;
	padding: 15px;
	margin-top: 25px;
}

#toc_container a {
	text-decoration: underline;
}

.address {
	font-size: 18px;
	background: #fff;
	padding: 25px;
	height: 100%;
	display: flex;
	align-items: center;
}

.service-item.current .service-info-col p a {
	color: #344a52;
	text-decoration: underline;
}

.service-item.current .service-info-col p a:hover {
	text-decoration: none;
}

.team-detail-about h2 {
	font-size: 40px;
	line-height: 100%;
	margin-bottom: 20px;
}

.page-id-596 b, .page-id-596 strong {
	font-weight: 400;
}

.nav-links .nav-previous {
	float: left;
}

.nav-links .nav-next {
	float: right;
}

.mobile-service-image a {
	display: block;
	position: relative;
}

ul.toc_list li a:hover {
	color: #d0a95c !important;
}

.contact-direction {
	padding-top: 30px;
}

.footer-social-main .footer-social-icon-wrap {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul.footer-social-main {
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
	column-gap: 40px;
}

ul.footer-social-main svg {
	height: 20px;
	width: 20px;
}

.cf7-loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .7);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}

.cf7-loader .spinner {
	border: 6px solid #f3f3f3;
	border-top: 6px solid #0073aa;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.footer-form-right-col {
	position: relative;
}

.page404 form {
	position: relative;
}
