html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin:0px;
	padding:0px;
	/* font-family: 'League Spartan', sans-serif; */
	font-family: "futura-pt",sans-serif;
	font-weight:300;
	font-size:17px;
	color:#1C1A1D;
	overflow-x: hidden;
	background:#FBFAF5;
}
/*------------------------------------*\
FONT RESET
\*------------------------------------*/
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{ 
	border:0;
}
address,caption,cite,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:300;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}
a{
	color:#aed6e2;
}
a:hover{
	color: #B18A4B;
	text-decoration:none;
}

/*------------------------------------*\
TYPOGRAPHY
\*------------------------------------*/

/*--- QUOTES ---*/
blockquote{
	margin:0 60px 0 45px;
	border-left:5px solid #ccc;
	padding-left:10px;
	text-indent:-0.4em;
}
blockquote b{
	display:block;
	text-indent:0;
}

img{ 
	max-width:100%; 
	height:auto
}
/************************** FONTS CSS********************/
h1{
	color: #1C1A1D;
	font-family: "montserrat",sans-serif;
	font-size: 45px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.8px;
	text-transform: capitalize;
}

h2{
	color: #1C1A1D;
	font-family: "montserrat",sans-serif;
	font-size: 33px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: none;
}
h3{
	color: #1C1A1D;
	font-family: "futura-pt",sans-serif;
	font-size: 27px;
	font-style: normal;
	font-weight: 450;
	line-height: 30px; /* 111.111% */
	text-transform: none;
}
h4{

}
h5{

}
p{
	color: #1C1A1D;
	font-family: "futura-pt",sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; /* 176.471% */
	letter-spacing: 0.51px;
	margin-bottom: 30px;

}
/* font-family: "futura-pt",sans-serif;  */
/* font-family: "montserrat",sans-serif;  */
/* font-family: "futura-pt-bold",sans-serif; */

/************************** Page CSS********************/
.full-width{
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.common-background-style{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-button{
	color: #FFF;
	text-align: center;
	font-family: "montserrat", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: 25px;
	letter-spacing: 5.7px;
	text-transform: uppercase;
	background: url(/wp-content/uploads/2025/08/button-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 15px 15px 15px 15px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	min-width:220px;
}
.common-button:hover, .common-button.border-button:hover{
	background-color: #AED6E2;
	color:#000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

a.common-link{
	color: #000;
	text-align: center;
	font-family: "montserrat",sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 25px; /* 178.571% */
	letter-spacing: 5.32px;
	text-transform: uppercase;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
	padding: 10px 13px;
	z-index: 2;
}
a.common-link:after{
	position: absolute;
	content: '';
	bottom: 0px;
	left: 50%;
	transform: translatex(-50%);
	width: 100%;
	height: 2px;
	background: url('/wp-content/uploads/2025/08/button-bg-1.png') no-repeat;
	background-size: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 0;
}
a.common-link:hover{
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
a.common-link:hover:after{
/* 	width: calc(100% + 20px); */
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	height:100%;
	z-index: -1;
}
.common-arrow{
	width:auto;
	height:auto;
	margin:0px;
}
.common-arrow:after{
	display:none;
}
/************************* Breadcrumb Css **************************/
.site-breadcrumb {
	color: #040404;
	font-family: "futura-pt",sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; /* 176.471% */
	letter-spacing: 0.51px;
	margin:15px 0px;
}
.site-breadcrumb strong{
	font-weight:500;
}
.site-breadcrumb a {
	color: #040404;
	font-family: "futura-pt",sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px; /* 176.471% */
	letter-spacing: 0.51px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.site-breadcrumb a:hover{
	color: #B18A4B;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.site-breadcrumb span{
	margin:0px 5px;
	font-weight:300;
}

/*************************** Quick Link List **********************/

/*************************** Pagination css*********************/
.pagination {
	width: 100%;
	text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination ul{
	padding:0px;
	margin:0px;
}
.pagination ul li{
	display:inline-block;
	font-family: 'League Spartan', sans-serif;
	font-weight:700;
	font-size:17px;
	color:#212020;
	margin:0px 10px;
}
.pagination ul li a{
	color:#212020;
	font-weight:300;
}
.pagination ul li a:hover{
	color:#B18A4B;
}
.number-area{
	padding: 0px 20px;
}
/*************************** End:Pagination css *********************/

/*************************** Mobile Stily Button Css ********************/
.mobile-screen-button{
	background: #fff;
	position: fixed;
	width: 100%;
	bottom: 0px;
	z-index: 99999;
	left: 0px;
	transition: all .5s;
	display: none;
	-webkit-box-shadow: 0px 0px 19px -5px rgb(0 0 0 / 45%);
	-moz-box-shadow: 0px 0px 19px -5px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 19px -5px rgb(0 0 0 / 45%);
}
.mobile-screen-button ul{
	margin:0px;
	padding:0px;
	font-size:0px;
	display:table;
	width:100%;
}
.mobile-screen-button ul li{
	display:table-cell;
	width:50%;
	text-align:center;
}
.mobile-screen-button ul li a{
	font-weight: 600;
	font-size: 13px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #fff;
	border: 0px solid #222934;
	display:block;
	text-align:center;
	padding: 8px 0px;
	display:block;
}
.mobile-screen-button ul li a.common-button{
	color:#fff;
}

/*************************** End:Mobile Stily Button Css ********************/

/************************* Quick Links  ***********************/
.quick-links-area{
	position: fixed;
	top:20vh;
	right: 0px;
	z-index:9;
	color:#FFFFFF;
	transform: translateX( calc( 100% - 240px ) );
	transition: transform 500ms ease;
	pointer-events:none;
}
.quick-links-area.active{
	transform: translateX(0);
	z-index:99;
}
.quick-links-rotate{
	height:auto;
	width:240px;
	transform: rotate(-90deg) translate(-100%, calc( 240px - 100% ));
	transform-origin: 0 0;
	margin:0px;
	padding: 10px 0px;
	float:left;
	background:#AED6E2;
	text-align:center;
	color:#040404;
	cursor:pointer;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	pointer-events:all;
}
.quick-links-rotate h3{
	color:#000;
	font-size: 17px;
	line-height: 30px;
 	text-transform: uppercase; 
	letter-spacing: 2px;
	padding-left:0px !important;
	padding-right: 15px;
	font-weight: 500;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
.quick-links-rotate h3:before{
	display:none !important;
}
.quick-links-arrow{
	transform: rotate( 90deg ); 
	transition: all 150ms ease;
	margin-bottom:0px;
	margin-right: 10px;
}
.quick-links-area.active .quick-links-arrow {
	transform: rotate( 270deg );
	margin-bottom:-5px;
}
.quick-link-list{
	float:left;
	width:360px;
	background:#AED6E2;
	/*opacity: 90%;*/
	line-height:18px;
	padding:30px;
	max-height:73vh;
	min-height: 240px;
	overflow:auto;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	pointer-events:all;
}
.quick-link-list ol{
	padding-left: 0px;
	margin-bottom: 0px;
}
.quick-link-list ol li{
	margin-bottom:15px;
	list-style: none;
}
.quick-link-list ol li:last-child{
	margin-bottom:0px;
}
.quick-link-list li a{
	color:#040404;
	text-decoration:none;
	font-weight: 500;
	font-family: "futura-pt",sans-serif;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	text-transform: capitalize;
	font-size: 18px;
	line-height:30px;
}
.quick-link-list li a:hover {
	color: #B18A4B;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.quick-links-area .quick-links-rotate h3 span{
	display:inline-block;
	transform: rotate(90deg);
	font-size: 30px;
}
.quick-links-area.active .quick-links-rotate h3 span{
	transform: rotate( 270deg ); 
	transition: all 150ms ease;
}
.quick-links-area .quick-links-arrow img {
	display:none;
}
@media(max-width:767px){
	.quick-links-area {
		top: 15vh;		
	}
	.quick-links-rotate h3 {
		display:none;
	}
	.quick-link-list {
		max-height: 70vh;
		font-size: 14px;
		top: 75px;
	}
	.quick-link-list {
		width: 275px;
		position: absolute;
		right: 0px;
		padding: 20px;
	}
	.quick-links-rotate {
		position: absolute;
		right: 420px;
		width: 95px;
		height: 25px;
		padding: 0px;
		opacity: 100%;
		top: 75px;
	}
	.quick-links-area {
		transform: translateX( calc( 275px - 100% ) );
	}
	.quick-link-list ol li {
		margin-bottom: 10px;
		color: #fff;
		font-size: 18px;
		line-height: 24px;
	}
	.quick-links-arrow {
		margin-right: -8px;
	}
	.quick-links-area .quick-links-arrow img {
		display:inline-block;
		rotate: 90deg;
        width: 15px;
	}
	.quick-links-rotate{
		border-radius:15px 15px 0px 0px;
		
	}
}
/************************* End:Quick Links  ********

/******** Search Area ********/
.search-area {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: start;
	justify-content: center;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: rgba(8, 8, 8, 0.96);
}
.search-area.active {
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.search-area form {
	display: flex;
	align-items: center;
	margin: 0px auto;
	border: 1px solid #FFFFFF;
	    max-width: 715px;
    margin: 0 auto;
}
.input-feild {
	width: 100%;
}
.input-feild input {
	width: 100%;
	border: 0px;
	border-radius: 0px;
	font-size: 16px;
	font-weight: 400;
	padding: 12px 20px;
}
.search-area .search-button {
	padding: 11px 18px;
	border: 1px solid #fff;
	background: #fff;
}
.search-area .search-button button {
	background: none;
	border: none;
	padding: 0px;
}
.search-area .search-close {
	position: absolute;
	top: 35px;
	right: 35px;
	z-index:9;
}
.advance-search-wrapper input{
	width: 100%;
	padding: 13px 25px;
	border: 0px;
	background: transparent;
	color:#fff;
}
.advance-search-wrapper button{
	padding: 9px 10px;
	border: 0px;
	background: transparent;
}
.advance-search-wrapper input:focus{
	outline:0px;
}
.advance-search-wrapper input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}

.advance-search-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}

.advance-search-wrapper input::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
}
.search-form-wrapper {
	position: relative;
	width: 100%;
	max-width: 865px;
	margin:0 auto;
	padding-top:120px;
}
.search-form-wrapper h2{
	font-size: 38px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.52px;
	text-transform: uppercase;
	color:#fff;
	margin-bottom: 40px;
	text-align: center;
}
.advance-search-wrapper {
	position: relative;
	width: 100%;
}

#advance-search-loading, #advance-search-close {
	position: absolute;
	right: 10px;
	left: initial;
	width: 15px;
	top: 15px;
}

#advance-search-close {
	cursor: pointer;
}

#advance-search-display {
	position: absolute;
	width: 100%;
	background: #fff;
	max-height: calc(100vh - 240px);
	overflow-y: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}

#advance-search-display ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#advance-search-display h5 {
	padding: 10px 20px;
	background: #363636;
	color: #fff;
	font-size: 100%;
	font-weight: 700;
}

#advance-search-display ul li {
	border-bottom: 1px solid #e4e4e4;
	padding: 15px 20px;
}

#advance-search-display ul li:hover {
	background: #f4f4f4;
}

/*#advance-search-display ul li:last-of-type{
border-width:0px;
}*/
#advance-search-display ul li h4, #advance-search-display ul li p {
	margin-bottom: 0px;
	color: #1D1D1D;
}

#advance-search-display ul li p {
	line-height: normal;
}

#advance-search-display ul li p a {
	color: inherit;
}

#advance-search-display ul li h4 {
	font-size: 19px;
}

#advance-search-display ul li p {
	margin-top: 5px;
}

#advance-search-display ul li p:empty {
	display: none;
}
.search-area button{
	background:#B18A4B;
	color:#FFFFFF;
	width:123px;
	height: 45px;
	outline: none;
	border: 1px solid #B18A4B;
	border:0;
}
.search-area .advance-search-wrapper input{
	height:43px;
	background:#FFFFFF;
	color:#686868;
	outline:none;
	border: 1px solid #FFFFFF;
}
.advance-search-wrapper input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color:#686868;
}
.advance-search-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#686868;
}
.advance-search-wrapper input::-ms-input-placeholder { /* Microsoft Edge */
	color:#686868;
}
.search-area form{
	border-width:0px;
}
#advance-search-display{
	width: calc(100% - 106px);
}
/*****search********/

/****************** Scroll Button Annimation *********************/
.scroll-bottom{
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	cursor:pointer;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); }
	50% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px); }
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); } 
}
@keyframes pulse {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); }
	50% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px); }
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); }
}

/** Default Template **/
.procedure-area{
	padding-top:130px;
}
.procedure-area .wp-block-columns, .inject-procedure-list{
	margin-top:80px;
	margin-bottom:80px;
}
.wp-block-column .patient-results{
	width:100%;
}
.black-box-wrapper.testimonial-inject{
	width:calc(50% - 50px);
	margin-left:50px;
	margin-bottom: 30px;
	float:right;
}
.procedure-area :where(.wp-block-columns.is-layout-flex){
	gap:50px;
}

.error-page-area {
	margin: 100px 0px;
}
/* .search-results .inner-banner-area , .error404 .inner-banner-area{
	min-height: 450px !important;
} */

/************** Search Result ****************/
.search-result-area {
	padding: 100px 0;
}
.search-result-area article {
	padding: 80px 150px 80px 0px;
	border-bottom: 1px solid #8C6637;
	position: relative;
}
.search-result-area article h2 a {
    color: #1C1A1D;
}
/* .search-result-area article h2{
	font-size: 42px;
	line-height: 48px;
} */
.search-result-area article h2 a:hover,
.search-result-area article a:hover{
	color: #B18A4B;
}
.search-result-area article img {
	width: 110px !important;
	max-width: 100% !important;
	height: 140px !important;
	object-fit: cover;
}
.search-result-area article figure {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.search-result-area .pagination {
	margin-top: 40px;
}
.search-result-area .pagination h2,
.search-result-area .pagination a {
	color: #0B0B0B;
}
.search-result-area .pagination a:hover {
	color: #B18A4B;
}
.search-result-area .nav-links {
	display: flex;
	gap: 10px;
}
.search-result-area .page-header {
	background-color: #B18A4B;
	padding: 20px 30px 0;
}
.search-result-area .page-header h2 {
	color: #fff;
	margin-bottom: 0;
}
.search-result-area .search-result-count {
	background-color: #B18A4B;
	color: #fff;
	padding: 10px 30px 15px;
}
.loader-img img {
	max-width:80px;
}
.search-result-area .no-results .page-title {
	color: #fff;
}
.search-result-area .no-results .page-header {
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.search-result-area .no-results .search-field {
	border: 1px solid #000;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px 100px 10px 10px;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	font-family: "montserrat",sans-serif;
	font-weight: 400;
	width: 100%;
}
.search-result-area .no-results .search-submit {
	background-color: #000;
	border-radius: 0 5px 5px 0;
	border: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: absolute;
	top: 0;
	right: -1px;
	height: 41px;
	width: 83px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.search-result-area .no-results .search-submit:hover {
	background-color: #B18A4B;
}
.search-result-area .no-results label {
	display: none;
}
.search-result-area .no-results form {
	display: flex;
	align-items: center;
	max-width: 600px;
	width: 100%;
	position: relative;
}
@media(max-width:991px){
	.search-result-area article figure {
		position: initial;
		transform: translateY(0);
		margin-bottom: 20px;
	}
	.search-result-area article img {
		width: 100% !important;
		max-width: 100% !important;
		height: 300px !important;
		margin-top:30px;
	}
	.search-result-area article {
		padding: 25px 0 25px;
	}
	.search-result-area article h2,
	.search-result-area .page-header h2{
		font-size: 32px;
		line-height: 40px;
	}
	.search-result-area .page-header,
	.search-result-area .search-result-count{
		padding-left: 15px;
		padding-right: 15px;
	}
	.search-result-area {
		padding: 40px 0;
	}
}
/************** Search result end ****************/

