.grecaptcha-badge { visibility: hidden; }
.after-head.fixed-header {
	z-index: 999999;
	position: fixed!important;
	background: #132555;
	padding:0px;
}
body .accessability_container * {
	background: transparent !important;
}

body #wp_access_helper_container button.aicon_link {
	top: 0px !important;
	right: 0px !important;
}


button.aicon_link {
	width: 52px;
	max-width: 52px;
	height: 52px;
	max-height: unset;
	/* TOP: 20PX ! IMPORTANT; */
	/* BOTTOM: 30PX ! IMPORTANT; */
	left: -67.46px;
	background: #ffffff36 !important;
	border: 1px solid #FFF ! IMPORTANT;
	BORDER-RADIUS: 0 !important;
}
.md-header-phonenumber {
	margin-right: 81.46px;
}


a.wa-floater {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 999;
}
.sms-floater {
	visibility: hidden;
	font-size: 1px;
	width: 0;
	height: 0;
}

.after-head {
	position: absolute;
	float: left;
	width: 100%;
	z-index: 99;
	align-items: center;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	background: #11111133;
	padding: 0px;
}




.site-branding {
	width: 20%;
	float: left;
	padding-left: 25.7px;
	width: fit-content;
}

.site-branding img {
	width: auto;
	height: 58.54px;
	object-fit: contain;
}

.after-head .dd-navigation {
	width: 63%;
	float: right;
	text-align: right;
	margin:0;
	background: 0;
	box-shadow: unset;
	border: none;
	border-radius: 0;
	min-height:unset;
	background-color: transparent;
}


.dd-navigation li,
.dd-navigation li a {
	display: inline-block;
}

.dd-navigation a,
.dd-navigation a:visited {
	color: #fff;
	font-size: 18px;
	padding: 10px;
	margin: 0px 10px;
	position: relative;
	transition: all .5s;
	text-decoration: none;
}

.dd-navigation a:hover, 
.dd-navigation a:focus, 
.dd-navigation li.current-menu-item:not(.menu-item-type-custom) a {
	color: #b0cc15;
	text-decoration: none;
}


.dd-navigation .md-drop:hover .icon-chevron-thin-down:before,
.dd-navigation .md-drop:focus .icon-chevron-thin-down:before {
	color: #b0cc15;
}


.dd-navigation a:hover:after, 
.dd-navigation li.current-menu-item:not(.menu-item-type-custom) a:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #b0cc15;
	transition: transform .4s cubic-bezier(.28,.38,0,.81);
	width: 100%;
}

.dd-navigation a:after {
	transform: scale(0,1);
	transform-origin: 100% 50%;
}

.dd-navigation a:hover:after,
.dd-navigation li.current-menu-item a:after {
	transform: scale(1,1);
	transform-origin: 0 50%;
}



.menu-menu-1-container{
	padding:0;
	margin:0;
	list-style:none;
	text-align: right;
}


.after-head .menu .sub-menu .sub-menu {
	left: 220px;
	top: -20px;
}

.after-head .menu .sub-menu{
	opacity:0;
	visibility:hidden;
	transition:all 0.5s ease-in-out;
	position:absolute;
	left:0;    
	top:46px;
	margin: 0;
	min-width: 220px;
	text-align: left;
	background: #fff;
	padding:20px 0;
	z-index:9999999;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.05);
}

.after-head .menu li.menu-item-has-children:hover > .sub-menu{
	visibility:visible;
	opacity:1;
}

.after-head .menu .sub-menu li{
	display:block;
	float:left;
	width:100%;
}
.after-head .menu .sub-menu li a{
	padding:0 20px;
	margin-bottom:15px;
	margin-left: 20px;
	background: transparent;
	color: #132555;
	border-bottom: none;
}
.after-head .menu .sub-menu li:last-of-type a, 
.after-head .menu .sub-menu li:last-of-type a .sub-menu li:last-of-type a{
	margin-bottom: 0px;
}
.after-head .menu .sub-menu .sub-menu li a{
	margin-bottom:0px;
}

.after-head .menu .sub-menu li a:after{
	content:unset;
}

.after-head .menu .sub-menu li a:hover, 
.after-head .menu .sub-menu li a:focus{
	color: #b0cc15;
	text-decoration: none;
}
.after-head .menu li.menu-item-has-children{
	position:relative;
	padding-right: 15px;
}

ul.nav-menu {
	padding-left: 0px;
	margin-left: 0px;
}

.menu-chevron{
	position: absolute;
	right: 12px;
	top: 16px;
	cursor: pointer;
	padding: 0;
	transition: all 0.3s ease-in-out;
	background: none;
}

.icon-chevron-thin-down:before {
	color: #fff;
	transition: all .5s;
}

/***SMALL MENU***/

a.dd-logo-navigation{
	display:none;
}
#site-navigation .navbar-toggle{
	position: absolute;
	top: 28px;
	margin: 0;
	right: 24px;
	border: 0;
	border-radius: 0;
	background: 0;
	float: right;
	width: 50px;
	z-index:99999999;
}
#site-navigation .navbar-toggle .icon-bar{
	width: 30px;
	height: 3px;
	border-radius:3px;
	background: #fff;
	transition:all 0.3s ease-in-out;
	float: right;
}
#site-navigation .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 5px;
}

#site-navigation .navbar-toggle .icon-bar:nth-child(3){
	width: 20px;
}

#site-navigation.toggled .navbar-toggle .icon-bar:first-of-type{
	transform: rotate(45deg) translateY(7px);
	background: #132555;
}
#site-navigation.toggled .navbar-toggle .icon-bar:nth-child(2){
	opacity: 0;
}
#site-navigation.toggled .navbar-toggle .icon-bar:last-of-type{
	margin: 0;
	width: 30px;
	transform: rotate(-45deg) translateY(-8px);
	background: #132555;
}



@media only screen and (max-width:1700px) {
	.site-branding img {
		height: 38px;
	}	
}
@media only screen and (max-width:1366px) {
	.after-head {
		padding: 0px;
	}
	.site-branding img {
		height: 33px;
	}
	.dd-navigation a, .dd-navigation a:visited {
		font-size: 16px;
		margin: 0 6px;
	}
	.menu-chevron {
		top: 15px;
	}
}

@media only screen and (max-width:991px) {
	a.dd-logo-navigation{
		display:block;
	}
	.site-branding {
		padding-top: 15px;
		padding-bottom: 22px;
		width: 50%;
		position: relative;
	}

	.after-head {
		padding: 0px 0px!important;
	}

	.after-head .menu li {
		border-right: none;
	}
	.after-head .menu li.menu-item-has-children:hover > .sub-menu{
		visibility:visible;
		opacity:1;
	}


	.after-head .dd-navigation {
		padding: 0px 0px; 
		width: 100%;
		background-color: #fff;
		float: left;
		position: absolute;
	}

	.after-head #site-navigation.toggled {
		position: fixed;
	}

	#site-navigation .navbar-toggle {
		display: block;
	}


	.after-head .dd-navigation .collapse {
		display: none!important;
	}

	.after-head .dd-navigation .collapse.in {
		display: block!important;
	}

	.menu-menu-1-container {
		width: 100%;
		text-align: left;
		padding: 20px;
		height: 100vh;
	}
	ul#primary-menu {
		max-height: 80vh;
		overflow-y: scroll;
	}

	#primary-menu ul {
		margin: 0px;
		padding: 0px 13px 15px;
		margin-left: 25px;
	}


	.dd-navigation li {
		display: block;
		float: left;
		width: 100%;
		margin-left: 0px;
		display: flex;
		justify-content: center;
	}


	.dd-navigation li a,
	.dd-navigation li a:visited {
		display: block;
		float: left;
		padding: 10px 20px;
		font-size: 30px;
		color: #132555;
		margin-bottom: 10px;
	}


	#nav-logo {
		position: absolute;
		z-index: 9;
		top: 10px;
		left: 0px;
		height: 40px;
	}  

	.after-head .menu .sub-menu li {
		transition: unset;
		display: flex;
	}

	.after-head .menu .sub-menu {
		opacity: 1;
		position: unset;
		visibility: visible;
		display: none;
		transition: unset;
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}

	.md-drop {
		flex-direction: column;
		align-items: center;
	}

	.after-head .menu .sub-menu>* {
		transition: 0;
	}

	.after-head .menu .sub-menu {
		box-shadow: none;
	}

	.after-head #primary-menu .sub-menu .sub-menu {
		padding-top: 10px;
	}

	.after-head .menu .sub-menu li a {
		color: #132555;
		font-size: 18px;
		margin-left: 0px;
	}


	.menu-chevron {
		top: 8px;
		left: 55%;
		padding: 15px 30px;
	}

	.icon-chevron-thin-down:before {
		color:  #132555;
		font-size: 23px;
	}


}


@media only screen and (max-width:767px) {
	a.wa-floater {
		width: 160px;
	}
	#site-navigation .navbar-toggle{
		top: 24px;
	}

	.site-branding {
		width: 50%;
	}

	.site-branding img {
		height: 35px;
		width: auto;
	}
	.sms-floater {
		visibility: visible;
		width: 140px;
		height: 62px;
		position: fixed;
		bottom: 20px;
		right: 15px;
		z-index: 10;
	}
}

@media only screen and (max-width:550px) {
	#site-navigation .navbar-toggle {
		right: 12px;
		top: 17px;
	}
	html .single-post #wp_access_helper_container button.aicon_link {
		top: 0px !important;
		height: 100% !important;
		width: 100% !important;
	}
	.single-post #site-navigation .navbar-toggle{
		right:0;
	}
	.ddmr-header.market-header .site-branding {
		margin: 10px 0 10px 15px;
		align-items: center;
	}
	.market-header .after-head #site-navigation.toggled {
		top: 54px;
	}
	.site-branding {
		height: 51px;
		display: flex;
		align-items: center;
		padding: 0 0 5px 20px;
	}

	#nav-logo {
		top: 6px;
		height: 30px;
	}

	.menu-chevron {
		left: 60%;
	}

	.postid-10550 .social {
		bottom: 305px;
	}
}

/******* FOOTER *********/

.site-footer {
	float: left;
	width: 100%;
	background-color: #132656;
	position: relative;
	background-image: url(/wp-content/uploads/2019/10/footer-znak.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.site-footer .form-holder {
	padding: 110px 100px 100px;
}

.site-footer .form-holder h2 {
	font-size: 35px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}

.site-footer .form-holder input[type="text"]:focus::placeholder,
.site-footer .form-holder input[type="email"]:focus::placeholder,
.site-footer .form-holder input[type="tel"]:focus::placeholder {
	-webkit-text-fill-color: #132555!important;
	color: #132555;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	border-top: .5px solid rgba(255, 255, 255, 0.75);
}

.footer-bottom img {
	height: 50px;
}

.footer-bottom p {
	color: #fff;
	margin-bottom: 0px;
	text-align: right;
	font-size: 14px;
	line-height: 20px;
}

.footer-bottom a,
.footer-bottom a:visited {
	text-decoration: none;
	color: #A7CA0B;
}

.footer-bottom a:focus,
.footer-bottom a:hover {
	text-decoration: none;
	color: #BCE01D;
}

.twitter {
	position: absolute;
	top: 20%;
	right: 0px;
	transform: translateY(-50%);
}

.instagram {
	position: absolute;
	top: 32%;
	right: 0px;
	transform: translateY(-50%);	
}

.facebook {
	position: absolute;
	top: 44%;
	right: 0px;
	transform: translateY(-50%);	
}

.linkedin {
	position: absolute;
	top: 56%;
	right: 0px;
	transform: translateY(-50%);	
}

.pinterest {
	position: absolute;
	top: 68%;
	right: 0px;
	transform: translateY(-50%);	
}

.yelp {
	position: absolute;
	top: 80%;
	right: 0px;
	transform: translateY(-50%);	
}

.social-link,
.social-link:visited {
	padding: 15px 20px;
	border: 1px solid #fff;
	width: 65px;
	transition: all .5s;
	overflow: hidden;
	color: #fff;
	display: flex;
	background-color: #132656;
	z-index: 4;
}

.social-link:hover {
	width: 150px;
	color: #fff;
	text-decoration: none;
}

.social-link .icon {
	color: #fff;
	font-size: 20px;
	padding-right: 25px;
}


@media only screen and (max-width: 1500px) {

	.site-footer .form-holder h2 {
		font-size: 30px;
		line-height: 42px;
	}
}

@media only screen and (max-width: 1200px) {

	.site-footer .form-holder h2 {
		font-size: 30px;
		line-height: 42px;
	}
}
@media only screen and (max-width: 991px) {

	.site-footer .form-holder h2 {
		font-size: 25px;
		line-height: 37px;
	}
}
@media only screen and (max-width: 991px) {
	.site-footer .form-holder {
		padding: 150px 30px 160px;
	}

	.site-footer .form-holder h3 {
		font-size: 30px;
	}

	.social {
		position: absolute;
		bottom: 160px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		justify-content: center;

	}
	.twitter,
	.instagram,
	.facebook,
	.pinterest,
	.yelp,
	.linkedin {
		position: unset;
		top: unset;
		right: unset;
		transform: translateX(0%);
		margin: 0px 5px;
	}



	.social-link {
		width: 57px;
	}

	.social-link:hover {
		width: 57px;
		background-color: #fff;
	}

	.social-link:hover .icon {
		color: #132656;
	}
	.after-head #primary-menu .sub-menu span.menu-chevron {
		top: -12px;
		display: flex;
		justify-content: flex-end;
	}
	a.twitter.social-link:hover .icon-twitter::before{
		content: url(/wp-content/uploads/2023/09/digitaldot_twitter-1.svg);
	}
}


@media only screen and (max-width: 767px) {

	.site-footer .form-holder {
		padding: 125px 10px 160px;
	}

	.site-footer .form-holder h3 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 35px;
	}

	.footer-bottom p {
		padding-left: 50px;
	}

}

@media only screen and (max-width: 550px) {

	.site-footer .form-holder {
		padding: 125px 10px 220px;
	}

	.site-footer .form-holder h3 {
		font-size: 22px;
		line-height: 32px;
	}

	.footer-bottom {
		flex-direction: column;
		justify-content: center; 
	}

	.footer-bottom p {
		font-size: 13px;
		text-align: center;
		margin-top: 10px;
		padding-left: 0px;
	}

	.social {
		bottom: 180px;
		flex-wrap: wrap;
		width: 260px;
	}

	.twitter, 
	.instagram, 
	.facebook, 
	.pinterest, 
	.yelp, 
	.linkedin {
		margin: 10px 10px;
	}

	.footer-bottom img {
		height: 40px;
	}

	.form-holder .wpcf7 {
		padding: 0px 20px;
	}
}
@media only screen and (min-width: 992px) {
	.after-head .menu .sub-menu li span.menu-chevron {
		top: 2px;
	}
	.after-head .menu .sub-menu li ul.sub-menu {
		min-width: 220px;
	}
	body #wp_access_helper_container button.aicon_link{
		TOP:15PX!important;
	}
}
.after-head .menu .sub-menu {
	min-width: 235px;
}
@media only screen and (max-width: 400px) {
	.after-head .menu .sub-menu li a {
		text-align: center;
	}
	.after-head .menu .sub-menu {
		padding-right: 0;
		overflow: hidden;
		margin: 0!important;
		padding-right: 0!important;
	}
	.after-head .menu .sub-menu li:last-of-type a {
		max-width: 180px;
	}

}
@media only screen and (max-width:767px)  {
	.site-footer .form-holder {
		display: flex;
		flex-direction: column;
	}
}
@media only screen and (max-width:600px)  {
	.site-footer .form-holder {
		padding-top: 70px;
	}
	.footer-bottom img {
		object-fit: contain;
	}
	.site-footer .form-holder {
		display: flex;
		flex-direction: column;
	}
	#nav-logo {
		object-fit: contain;
		object-position: left;
	}
}
@media only screen and (max-width:369px){
	.social {
		bottom: 220px;
	}
}
@media only screen and (min-width:992px) {
	.after-head {
		display: flex;
		align-items: center;
		height:82px;
	}
	.after-head.no-phone_after-head {
		justify-content: space-between;
	}
	ul#case-study {
		margin-right: 40px;
	}
}
@media only screen and (min-width:992px) and (max-width:1250px) {
	.dd-navigation a, .dd-navigation a:visited {
		margin: 0px 3px;
	}
	.md-header-phonenumber a.md-head-phone-c {
		width: 240px;
		font-size: 16px;
	}
}
@media only screen and (min-width:992px) and (max-width:1150px) {
	.dd-navigation #primary-menu a, .dd-navigation #primary-menu a:visited {
		margin: 0;
		font-size: 14px;
		padding-left: 7px;
		padding-right: 7px;
	}
	#primary-menu .menu-chevron {
		top: 16px;
		font-size: 11px;
		right: 8px;
	}
	.md-header-phonenumber a.md-head-phone-c {
		width: 222px;
		font-size: 14px;
	}
}

form.wpcf7-form.invalid .wpcf7-response-output {
	display: flex;
	margin: 0!important;
	border: none;
	border-color: transparent!important;
}
div#wpcf7-f8998-o1 form.wpcf7-form.invalid .wpcf7-response-output {
	color: #ff6537;
	display: none;
}
a.md-head-phone-c {
	/* 	width: 272px;
	height: 60px; */
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: "FuturaHeavy";
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.36px;
	background: #fff;
	font-size: 20.53px;
	width: 268px;
	height: 52PX;
	transition: all 300ms ease-in-out;
	background: #ffffff36 !important;
	border: 1px solid #FFF ! IMPORTANT;
}
a.md-head-phone-c:hover{
	background:transparent!important;
}
a.md-head-phone-c span {
	padding-right: 5px;
}	
@media only screen and (max-width:991px) {
	.after-head {
		display: flex;
		align-items: center;
	}
	#site-navigation .navbar-toggle {
		top: -18px;
	}
	.after-head #site-navigation.toggled {
		top: 0;
	}
	.toggled button.navbar-toggle.dd-x-collapse {
		top: 28px!important;
	}
	.md-header-phonenumber {
		margin-right: 0;
		margin-left: auto;
	}
}
@media only screen and (max-width:550px) {
	.md-header-phonenumber {
		width: 100%;
		order: 1;
		margin: 0;
		left: 0;
	}


	.site-branding {
		order: 2;
	}
	nav#site-navigation {
		order: 2;
	}
	a.md-head-phone-c {
		width: 100%;
		height: 50px;
	}
	.after-head {
		flex-wrap: wrap;
	}
}
.after-head {
	/*     width: calc(100% - 40px); */
}
@media only screen and (min-width:1370px)  {
	html body #wp_access_helper_container button.aicon_link {
		top: 14.5px !important;
	}	
	.after-head .dd-navigation {
		margin-left: auto;
	}

}

@media only screen and (min-width:991px) and (max-width:1200px) {
	.site-branding {
		padding-left: 15px;
	}
	a.md-head-phone-c {
		height: 52px;
	}
	.navbar-collapse.collapse {
		padding-left: 0;
	}
	.site-branding {
		min-width: 115px;
		width: 14%;
	}

}

@media screen and (max-width:1200px){
	/* 	button.aicon_link {
	width: 50px;
	left: -50px;
	height: 50px;
} */
	.md-header-phonenumber {
		/* margin-right: 40px; */
		margin-right: 60px;
	}
}

@media screen and (min-width:768px) and (max-width:991px){
	.market-header #site-navigation .navbar-toggle {
		margin-right: 355px;
	}
}
@media screen and (min-width:550px) and (max-width:767px){
	.market-header #site-navigation .navbar-toggle {
		margin-right: 230px;
	}
}
@media only screen and (min-width:550px) and (max-width:991px)  {
	.md-header-phonenumber a.md-head-phone-c {
		width: 250px;
		height: 50px;
		font-size: 16px;
	}
	.site-header .after-head {
		width: 100%;
	}
	#site-navigation .navbar-toggle {
		margin-right: 270px;
	}

	.after-head .md-header-phonenumber {
		float: right;
		margin-left: auto;
	}

	#site-navigation .navbar-toggle {
		margin-right: 295px;
	}
	.after-head.no-phone_after-head #site-navigation .navbar-toggle {
		margin-right: 37px;
	}
	button.aicon_link{
		left: -57px;
	}
	.md-header-phonenumber a.md-head-phone-c {
		height: 52px!important;
	}
}
@media only screen and (min-width:550px) and (max-width:991px)  {

	div#dd-collapse-menu {
		padding-left: 0;
	}
	.site-branding {
		padding-top: 3px;
		padding-bottom: 3px;

	}
}
@media only screen and (max-width:550px) {
	.after-head {
		width: 100%;
	}
	#site-navigation .navbar-toggle {
		right: 50px;
		top:-19px!important;
	}
	#site-navigation .navbar-toggle[aria-expanded="true"] {
		top: 7px !important;
	}
	.market-header #site-navigation .navbar-toggle {
		right: 2px;
		top: 7px !important;
	}
	.after-head.no-phone_after-head #site-navigation .navbar-toggle.collapsed {
		top: -18px !important;
	}
	html body.page-template-page-case-study #wp_access_helper_container button.aicon_link {
		top: 8px!important;
	}
	html body #wp_access_helper_container button.aicon_link {
		top: 1px !important;
		width: 49px;
		left: -49px;
		height: 49px;
	}

	.md-header-phonenumber a.md-head-phone-c {
		font-size: 16px;
	}
	.after-head #site-navigation.toggled {
		top:50px;
	}
	.after-head.no-phone_after-head #site-navigation.toggled {
		top:56px;
	}
	.main-header  .md-header-phonenumber {
		display: none;
	}
}
@media screen and (min-width: 500px) and (max-width: 767px) {
	.ddmr-header.market-header .site-branding a.custom-logo-link {
		justify-content: flex-start;
		align-items: center;
	}
}
@media only screen and (min-width:550px) {


	a.md-head-phone-c {
		font-size: 18px;
	}
}
.md-batb-form {
	position: relative;
}
.md-batb-form span.wpcf7-spinner {
	position: absolute;
}
/* for popup */


@media only screen and (min-width:768px)  {
	/* 	.md-pop-up-f-trig .submit-btn {
	width: 45%;
} */
	.md-pop-up-f-trig .md-wrap-in-f {
		width: 55%;
		padding-right: 15px;
	}
}
@media only screen and (max-width:767px)  {
	.md-pop-up-f-trig .md-wrap-in-f {
		margin-bottom: 10px;
	}
	.md-pop-up-f-trig .md-wrap-in-f {
		margin-bottom: 10px;
		float: left;
		width: 100%;
	}
}
.md-rehab-form .wpcf7 {
	padding: 0 55px 30px;
}
/* .md-pop-up-f-trig .md-wrap-in-f input {
-webkit-text-fill-color: #132555;
} */
.md-pop-up-f-trig input {
	background: linear-gradient(0deg, #3E4C74 0%, #3E4C74 100%), #FFF;
	height: 60px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.9px;
	color: #fff!important;
	padding-left: 18px;
	border: none;
	border-bottom: 1px solid #fff;
	font-family: "FuturaLight";
	border-radius: 0;
}
.md-pop-up-f-trig input::placeholder {
	color: #fff!important;
}
.md-pop-up-f-trig input {
	margin-left: 0!important;
}
.md-pop-up-f-trig {
	display: flex;
	gap:15px!important;
}
.md-pop-up-f-trig .submit-btn input {
	background: linear-gradient(to right,#BCE01D 50%,#A7CA0B 50%);
	transition: all 0.2s ease-in-out;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border: none;
	color: #fff;
	background-size: 200% 100%;
	background-position: right bottom;
	height: 60px;
	border-radius: 0px;
	font-size: 16px;
	font-family: "FuturaHeavy";
	padding: 0px;
	width: 100%;
	/* 	max-width: 290px; */
	margin: 0;
	/* 	min-width: 190px; */
	font-weight:400;
}
.md-pop-up-f-trig .md-wrap-in-f input {
	width: 100%;
}
@media only screen and (max-width:767px) {
	.md-pop-up-f-trig {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.md-pop-up-f-trig .submit-btn {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	.md-pop-up-f-trig .submit-btn input {
		margin: 0 auto;
		margin-left: auto!important;
	}
}
@media only screen and (min-width:600px) and (max-width:991px) {
	a.dd-logo-navigation img#nav-logo {
		object-fit: contain;
		object-position: left;
	}
}
@media only screen and (min-width:550px) and (max-width:991px) {
	.market-header .toggled .navbar-toggle.dd-x-collapse {
		margin-right: 45px!important;
	}
	.toggled .navbar-toggle.dd-x-collapse {
		margin-right: 20px!important;
	}
	.site-header .after-head {
		min-height: 62px;
	}
	html body #wp_access_helper_container button.aicon_link {
		top: 5px !important;
	}
	.after-head.fixed-header {
		min-height:62px;
	}
}
@media only screen and (max-width:500px) {
	nav#site-navigation {
		z-index: 99!important;
	}
	nav#site-navigation {
		z-index: 99;
	}
}
p.md-wor-m {
	font-size: 16px;
	line-height: 25px;
	margin: 0;
	color: #fff;
}

/*  new css for cta  */
p.md-tx-blfem {
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	line-height: 36px;
}
.md-heroform.md-form.md-new-cta {
	background: #07112e75;
	padding: 35px 30px 15px;
}
.md-new-cta .md-pop-up-f-trig.md-form.md-formem {
	padding-top: 0;
}
.md-batb-form p.md-wor-m1 {
	margin: 0;
}
@media screen and (min-width:992px){
	html  body #wp_access_helper_container button.aicon_link {
		TOP: 15PX !important;
	}
	button.aicon_link{
		left: -57px;
	}
}
@media screen and (min-width:1200px){
	html body #wp_access_helper_container button.aicon_link {
		top: 15px ! IMPORTANT;
	}
	button.aicon_link{
		left:-67px;
	}
}
@media only screen and (min-width:1500px)  {
	.inner-hero-text.inner-hero-right-rehab {
		padding-bottom: 100px;
	}
}
@media only screen and (min-width:991px) and (max-width:1500px) {
	.page-template-page-rehab .inner-hero-rehab .container,
	.inner-hero-rehab-single .container,
	.page-template-page-rehab-marketing .inner-hero-rehab-single .container {
		display: flex;
	}

	.inner-hero-text.inner-hero-right-rehab {
		padding-bottom: 120px;
	}
	.inner-hero-right-rehab .p-sub {
		font-size: 18px;
		line-height: 28px;
	}
}
@media only screen and (max-width:991px)  {
	.site-main p.md-tx-blfem {
		font-size: 19px;
		line-height: 29px;
		padding-top: 5px;
	}
	/* 	.market-header a.md-head-phone-c.ddmr-head-phone-c {
	color: #0B1B47;
	background: #fff;
} */
	/* 	.market-header a.md-head-phone-c.ddmr-head-phone-c svg {
	filter: brightness(0) saturate(100%) invert(11%) sepia(13%) saturate(6960%) hue-rotate(204deg) brightness(94%) contrast(104%);
} */
}
@media only screen and (min-width:768px) and (max-width:991px)  {
	.col-sm-8.inner-hero-text {
		width: 80.666667%;
	}
}
.md-rehab-form-new .wpcf7,
.md-rehab-form-new.md-rehab-form div#wpcf7-f8948-o2,
.md-rehab-form-new.md-rehab-form div#wpcf7-f9809-o2{
	padding: 0 55px 0px;
	position: relative;
}
.md-rehab-form-new .wpcf7 span.wpcf7-spinner {
	position: absolute;
	left: -20%;
}
.md-rehab-form.md-rehab-form-new {
	padding-bottom: 40px;
}
p.md-tx-blfem.md-tx-blfem-popup {
	font-size: 20px;
}
.page-id-422 p.md-tx-blfem.md-tx-blfem-popup {
	max-width: 276px;
	margin: 0 auto;
}

/* Subscribe banner in footer ***********************/

.site-footer {
	background-image: url(/wp-content/uploads/2025/05/footer_image.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.site-footer .md-subscribe-banner-2-wrap .form-holder h2{
	position: relative;
}


.site-footer .md-subscribe-banner-2-wrap .form-holder input[type="text"]:focus::placeholder,
.site-footer .md-subscribe-banner-2-wrap .form-holder input[type="email"]:focus::placeholder,
.site-footer .md-subscribe-banner-2-wrap .form-holder input[type="tel"]:focus::placeholder {
	-webkit-text-fill-color: #fff !important;
	color: #fff;
}

.site-footer .md-subscribe-banner-2-wrap .form-holder h2:after {
	position: absolute;
	content: "";
	width: 7.61px;
	height: 7.61px;
	border-radius: 5px;
	/* background-color: #192454; */
	color: #ff2c4700;
	box-shadow: 0 0 0 0 #FF2C47, 15px 0 0 0 #339BE7, 30px 0 0 0 #FF682A, 45px 0 0 0 #AFBF0A;
	animation: dot-typing 1.5s infinite linear;
	left: calc(50% - 42px);
	bottom: -30px;


}

.site-footer .md-subscribe-banner-2-wrap .md-subscribe-banner-2-left {
	width: 100%;
	padding: 0px;
	background-image: unset;
	background-size:unset;
	background-repeat: unset;
	background-position: unset;
}

.site-footer .md-subscribe-banner-2-wrap .form-holder .cf7-step.cf7-step-2 .input-field {
	padding-right: 0px;
}

.site-footer .md-subscribe-banner-2-wrap .md-subscribe-banner-2-left .form-holder .input-field {
	float: left;
	width: 35%;
	padding-right: 15px;
}


.site-footer .md-subscribe-banner-2-wrap .md-subscribe-banner-2-left .form-holder .cf7mls-btns, .site-footer .md-subscribe-banner-2-wrap .md-subscribe-banner-2-left .form-holder .submit-btn {
	/* float: left; */
	width: 30%;
	position: relative;
	margin-right: 0px;
}

@media all and (max-width:767px){
	.site-footer .md-subscribe-banner-2-wrap .md-subscribe-banner-2-left .form-holder .cf7mls-btns, 
	.site-footer .md-subscribe-banner-2-wrap .md-subscribe-banner-2-left .form-holder .submit-btn {
		width: 100%;
	}
	.site-footer .md-subscribe-banner-2-wrap .md-subscribe-banner-2-left .form-holder .input-field {
		width: 100%;
		PADDING: 0;
	}
	.site-footer .md-subscribe-banner-2-wrap .form-holder h2 br {
		display: none;
	}
	.footer-bottom p{
		font-size:16px;
		line-height:24px;
	}
}
@media all and (max-width:550px){
	.site-footer .md-subscribe-banner-2-wrap .md-subscribe-banner-2-left .form-holder .input-field {
		width: 100%;
		padding: 0px;
	}
	.site-footer .form-holder .wpcf7-form-control.wpcf7-submit, 
	.site-footer .form-holder .cf7mls_next.action-button {
		margin: 10px auto 0px;
	}
}