/* xl - DESKTOP STYLES */ 
html {
	scroll-behavior: smooth;
}
/*#MHHeader {
	position: fixed;
	width: 100%;
	box-shadow: 0 -8px 27px rgba(0, 0, 0, 0.08);
	z-index: 100;
	top: 0;
	opacity: 1;
	transition: top 0.2s ease, opacity 0.2s ease;
}
#MHHeader.hidden {
	top: -130px;
	opacity: 0.1;       
}*/
::marker {
    color: #049CB7;
    font-weight: 700;
}
body {
	background-color: #fff;
}
.to-be-hidden {
	display: none !important;
}
.home-card {
	box-shadow: 0 0px 10px 0px rgba(17, 25, 17, .13);
} 
#wp--skip-link--target {
	margin-top: 0 !important;
}
.home-tab-desc-cont {
	/*box-shadow: 0 0px 10px 0px rgba(17, 25, 17, .13); */
}

.tabs-content {
	background-color: transparent !important;
}
.home-tab-1 {
	box-shadow: 0 5px 10px  rgba(0,0,0,0.05);
	border-radius: 7rem 1.3rem 7rem 1.3rem;
}
.box-shadow {
	box-shadow: 0 5px 10px  rgba(0,0,0,0.05);
}
.heading-white-shadow {    	
	text-shadow: 0px 1px 0px #fff;
}
.heading-dark-shadow {    	
	text-shadow: 0px 1px 0px #000;
}
.outline-btn a {
	transition: padding 0.3s;  
}    
.outline-btn a:hover {
	border-color: #276df9 !important;  
	color: #276df9 !important;  
	padding: 0.6rem 0.9rem !important;
}  
.remove-bg {
	background-color: transparent !important;
}


