/*
Theme Name: OMD LP
Theme URI: https://onlinemarketingfordoctors.com/
Author: FLPZ
Author URI: http://lopezflorian.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Reset CSS */
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, ol, ul, li,
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;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.wrapper{overflow-x:hidden;}

#totop{display:none;}

.btn a {
	box-shadow: 0 2px 1px 0 rgba(87, 55, 5, 0.08), 0 5px 3px 0 rgba(87, 55, 5, 0.11), 0 8px 5px 0 rgba(87, 55, 5, 0.14), 0 13px 8px 0 rgba(87, 55, 5, 0.16), 0 19px 12px 0 rgba(87, 55, 5, 0.18), 0 30px 18px 0 rgba(83, 53, 8, 0.21), 0 50px 31px 0 rgba(52, 32, 0, 0.24), 0 100px 61px 0 rgba(37, 23, 0, 0.32);
}
.btn a:hover {
	box-shadow: 0 3px 29px 0 #ff9d00;
}
.btn a:active {
	border: 2px solid #ebbc71; 
	background:transparent;
	color: #ebbc71;
}
@media screen and (max-width:991px){
}

#header{transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s;position:relative;z-index:99;}
#header.f-nav{box-shadow:0 0 10px #666;position:fixed;top:0;left:0;width:100%;background:#161616;}
#header .header-button{display:none;}
#header.f-nav img{max-height:60px;width:auto;}

@media screen and (max-width:991px){
	#header img, #header.f-nav .header-center img{max-height:60px;width:auto;}
	#header.f-nav .header-button{display:block;}
	#header.f-nav .header-logo{display:none;}
	
	.mobile-menu{margin-top:10px;text-align:right;}
	.mobile-menu a{text-transform:uppercase;color:#fff;margin-left:10px;display: inline-block;text-align: center;}
	.mobile-menu a:hover {color:#ccc;}
	.mobile-menu .fal{font-size:20px;line-height:1;}
	.mobile-menu a span{display:block;font-size:13px;line-height:1;}
	
	.menu-backdrop{display:none;}
	.menu-backdrop.open{display: block;position: fixed;left: 0;top: 0;margin: 0;width: 10%;z-index: 98;height: 100vh;}
	.menu-container{transition:all .8s !important;-moz-transition:all .8s !important;-webkit-transition:all .8s !important;display: block;position: fixed;right: -100%;top: 0;margin: 0;width: 90%;z-index: 99;height: 100vh;background:rgba(0,0,0,.9);padding:30px;}
	.menu-container.open{right:0;}
	.menu-container .menu-inner{max-height:100vh;overflow-y: scroll;}
	.menu-close{margin-bottom:20px;font-size:32px;text-align:right;display:block;}
	
	.top-menu ul,.top-menu ul li{display:block !important;text-align:left;width:100%;}
}

.top-left>.elementor-container,.top-right>.elementor-container,.bottom-left>.elementor-container,.bottom-right>.elementor-container{z-index:5;}
.top-left:before{content:"";position:absolute;z-index:4;top:-1px;left:0;width:100%;height:120px;background:url(images/top-left.png) no-repeat center top;background-size:100.1% 100.1% !important;}
.bottom-left:after{content:"";position:absolute;z-index:4;bottom:-1px;left:0;width:100%;height:120px;background:url(images/bottom-left.png) no-repeat center bottom;background-size:100.1% 100.1% !important;}
.top-right:before{content:"";position:absolute;z-index:4;top:-1px;left:0;width:100%;height:120px;background:url(images/top-right.png) no-repeat center top;background-size:100.1% 100.1% !important;}
.bottom-right:after{content:"";position:absolute;z-index:4;bottom:-1px;left:0;width:100%;height:120px;background:url(images/bottom-right.png) no-repeat center bottom;background-size:100.1% 100.1% !important;}

.blurred{filter: blur(20px);}

.befor::before  {
	 content: url("https://lp.symmetryclinic.com/wp-content/uploads/2025/04/Line-21.png");
  display: inline-block;
  width: 40px;
  height: 3px;
  margin-left: -50px;
	margin-top:0px;
position: absolute;
}

@media screen and (max-width:991px){
	.top-left:before,.top-right:before,.bottom-left:after,.bottom-right:after{background-size: 100.1% auto !important;}
}