:root {
	--main-head-color: #11364F;
	--main-head-color-hover: #00427e;
	--main-head-bg: #fff;
	--main-head-submenu-bg: #ececec;
}  

a, p, h1, h2, h3, h4, h5, h6, li, li a{
	font-family: "Roboto", sans-serif;
}
/* Header */
.site-header {
	position: relative;
	z-index: 9999;
}
.header-content {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px 0 15px;
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#site-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 8px 0 auto;
	background-color: transparent;
	border: unset;
}

#md-collapse-menu {
	padding: 0;
}
#primary-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
#primary-menu > li:not(:first-child) {
	margin-left: 57px;
}
#primary-menu .menu-item a {
	color:  #fff;
	font-size: 22px;
	font-weight: 400;
	padding: 20px 0;
	transition: all 0.3s ease-in-out;
}
#primary-menu li.menu-item-has-children a {
	margin-right: 18px;
}
#primary-menu li.menu-item-has-children a {
	position: relative;
}
#primary-menu .menu-item-has-children > a:before {
	content: "\203A";
	position: absolute;
	right: -14px;
	top: 14.5px;
	font-size: 24px;
	transform: rotateZ(90deg);
	color: #fff;
}
#primary-menu .menu-item a:hover {
	color: rgba(255, 255, 255, 0.6); 
}

#primary-menu li.menu-item-has-children:hover > .sub-menu  {
	visibility: visible;
	opacity: 1;
}  
.menu-item-has-children .sub-menu {
	position: absolute;
	top: 130px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: #0D4CB0;
	border: #ececec solid 1px;
	-webkit-box-shadow: 8px 12px 43px #00000016;
	box-shadow: 8px 12px 43px #00000016;
	list-style: unset;
	padding: 0px 0;
	z-index: 999;
	margin: 0px;
	min-width: 57vw;
}
#primary-menu .menu-item-has-children .sub-menu a {
	display: block;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
}
#primary-menu .menu-item-has-children .sub-menu li:last-of-type a {
	margin-bottom: 0;
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
	/* 	.header-content {
	right: 2px;
} */
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	#primary-menu .menu-item a {
		font-size: 14px;
	}
	.site-branding img {
		max-width: 180px;
	}
	#site-navigation {
		margin-right: 17px;
	}
	#primary-menu > li:not(:first-child) {
		margin-left: 20px;
	}

}  

@media screen and (min-width: 992px) {
	.menu-item-has-children .sub-menu .sub-menu {
		top: 50px;
		left: 90%;
	}
} 
@media screen and (max-width: 992px) {
	.site-header {
		position: relative;
		-webkit-box-shadow: 8px 12px 21px 0px rgba(0, 1, 1, 0.08);
		box-shadow: 8px 12px 21px 0px rgba(0, 1, 1, 0.08); 
	}
	/* 	.site-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 56.77px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#fff));
	background-image: -o-linear-gradient(#ebebeb, #fff);
	background-image: linear-gradient(#ebebeb, #fff);
	background: transparent;
} */
	.header-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
	}
	.site-branding {
		z-index: 2;
	}
	.site-branding img {
		max-width: 155px;
	}
	.navbar-header {
		position: absolute;
		top: 25.5px;
		right: 20px;
	}
	#site-navigation .navbar-header button {
		background-color: unset;
		border: unset;
		border-radius: unset;
		margin: 0;
		top: -1px;
	}
	#site-navigation .navbar-header button:hover, #site-navigation .navbar-header button:focus, #site-navigation .navbar-header button:active {
		background-color: unset;
	}
	.navbar-header button .icon-bar {
		background-color: #fff!important;
		width: 36px;
		height:3px;
		border-radius: unset;
	}

	.navbar-header button .icon-bar:not(:first-child) {
		margin-top: 6px;
	}
	.navbar-toggle {
		display: block;
	}
	#md-collapse-menu {
		width: 100%;
	}
	.md-navigation .collapse {
		display: none!important;
	}
	.md-navigation .collapse.in {
		display: block!important;
	}
	#site-navigation {
		position: static;
		margin: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		min-height: unset;
	}
	#primary-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 45px 0 35px 1px;
	}
	#primary-menu > li.menu-item {
		margin: 0 0 11px 0;
	}
	#primary-menu .menu-item a {
		font-size: 16px;
		padding: 5px 0;
	}

	#primary-menu .menu-chevron {
		position: absolute;
		top: 5px;
		font-size: 35px;
		right: 10px;
		transform: rotate(90deg);
		height: 35px;
		width: 35px;
	}
	#primary-menu .menu-item-has-children {
		position: relative;
	}
	#primary-menu .menu-item-has-children a:before {
		content: unset;
	}
	#primary-menu .menu-item-has-children .sub-menu {
		display: none;
		visibility: visible;
		opacity: 1;
		-webkit-transition: unset;
		-o-transition: unset;
		transition: unset;
		position: static;
		border: unset;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		background-color: #f4f4f4;
		margin: 10px 20px 10px 10px;
		padding: 0 20px 20px 30px;
	}
	#primary-menu .menu-item-has-children .sub-menu a {
		margin-bottom: 0px;
	}
}

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

	.navbar-header {
		top: 14px;
	}

}

/* Header end */

/* Custom Header */

.header-license-holder {
	display: flex;
	justify-content: center;
	background: #074099;
	padding: 17px 0 16px;
}

.header-content.scrolled,
.md-before-menu.scrolled {
	background-color: #0D4CB0;
}

.header-license{
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: #fff;

}


.md-before-menu {
	display: none;
}

img.phone-image{
	transition: opacity .3s ease-in-out;
}


img.phone-image-hover {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}


.md-before-phone-holder a:hover img.phone-image,
.md-header-button-holder a:hover img.phone-image {
	opacity: 0;
}

.md-before-phone-holder a:hover img.phone-image-hover,
.md-header-button-holder a:hover img.phone-image-hover {
	opacity: 1;
}

.site-branding {
	padding-left: 0px;
	padding: 5px 10px 5px 10px;
	background: #fff;
	margin-bottom: -1px;
	/* 	border-bottom: 1px solid #8195A242; */
	border-bottom: 1px solid #fff;
}
.md-header-button-holder {
	display: flex;
	column-gap:13px;
	margin-left:20px;
}

img.custom-logo {
	max-width: 310px;
}

.md-header-button-holder a {
	display: flex;
}
#quote-menu {
	border: 2px solid #FF6E00;
	border-radius: 90px;
	width: 216px;
	height: 55px;
	align-content: center;
	align-items: center;
	justify-content: center;
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 38px;
	text-align: center;
	color: #fff;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}
#quote-menu:hover{
	background-color: #FF6E00;
	color: #000038;
}

.md-header-phone-image-holder {
	position: relative;
	width: 40px;
	height: 41px;
}


#phone-menu {
	width: 225px;
	height: 55px;
	column-gap: 6px;
	border-radius: 90px;
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 38px;
	text-align: center;
	color: #11364F;
	background-color: #fff;
	align-items: center;
	justify-content: flex-start;
	padding-left: 10px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

/* #phone-menu:hover{
background-color: #FF6E00;
color: #fff;
} */

.navbar-header .phone-before-menu{
	display: none;
}

/* TEST SUBMENU HEADER  */

/* Hide the default submenu under menu items */
#primary-menu .sub-menu {
	display: none;
}

.submenu-container {
	visibility: hidden; /* Hide the container without affecting layout */
	opacity: 0; /* Make it fully transparent */
	transition: visibility 0s, opacity 0.2s ease-in-out; /* Fade in/out effect */
}

.header-content {
	position: fixed;
}

/* Submenu container initially hidden */
.submenu-container {
	display: none;
	position: absolute;
	top: 100%;
	margin-left: 366px;
	width: 44%;
	min-height: 163px;
	height: auto;
	background-color: #0D4CB0;
	/* 	border: 1px solid rgba(255, 255, 255, 0.3); */
	padding: 17px 24px;
	z-index: 1000;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border-radius: 0 0 15px 15px;
	padding: 17px 24px 17px 54px;
	flex-direction: column;
	text-transform: uppercase;
}

/* .submenu-container .submenu-link {
color: #fff; 
text-decoration: none;
transition: color 0.3s ease;
}

.submenu-container .submenu-link:hover {
color: #FF6E00; 
} */

/* Show the submenu container on hover */
#primary-menu li.menu-item-has-children:hover ~ .submenu-container {
	display: flex;
}


.submenu-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	flex-wrap: wrap;
	column-gap: 80px;
	row-gap: 10px;
	justify-content: flex-start;
	align-items: start;
	width: 100%;

}

.submenu-container li {
	text-align: left;
	max-width: 100%;
	position: relative;

}

#menu-item {
	position: relative; /* Ensure the parent has a positioning context */
}

.menu-item-type-custom {
	position: relative;
}

.custom-submenu-class .menu-item::before {
	position: absolute;
	top: 54%;
	left: -30px;
	transform: translateY(-50%);
	width: auto;
	height: auto;
	display: block;
	scale: 1;
}


/* MOVING ICONS */

#menu-item-16074::before {
	content: url('/wp-content/uploads/2024/11/local.svg');
}
#menu-item-16079::before  {
	content: url('/wp-content/uploads/2024/11/long_distance.svg');
}
#menu-item-16171::before {
	content: url('/wp-content/uploads/2024/11/international.svg');
}
#menu-item-16093::before {
	content: url('/wp-content/uploads/2024/11/residential.svg');
}
#menu-item-16094::before {
	content: url('/wp-content/uploads/2024/11/office.svg');
}
#menu-item-16095::before {
	content: url('/wp-content/uploads/2024/11/senior.svg');
}
#menu-item-15294::before {
	content: url('/wp-content/uploads/2024/11/last_minute.svg');
}
#menu-item-17159::before {
	content: url('/wp-content/uploads/2025/01/gis_home.svg');
}

#menu-item-17601::before {
	content: url('/wp-content/uploads/2025/02/piano.svg');
}

#menu-item-17818::before {
	content: url('/wp-content/uploads/2025/02/specialy_moving-1.svg');
}


/* PACKING ICONS */
#menu-item-16175::before {
	content: url('/wp-content/uploads/2024/11/boxes_and_supplies.svg');
}
#menu-item-16174::before  {
	content: url('/wp-content/uploads/2024/11/labels.svg');
}
#menu-item-16231::before {
	content: url('/wp-content/uploads/2024/11/crating.svg');
}
#menu-item-16230::before {
	content: url('/wp-content/uploads/2024/11/platinum.svg');
}
#menu-item-16232::before {
	content: url('/wp-content/uploads/2024/11/junk.svg');
}
#menu-item-17597::before {
	content: url('/wp-content/uploads/2025/02/art.svg');
}

/* LOCATION ICONS */

#menu-item-16178::before, 
#menu-item-16176::before, 
#menu-item-16234::before, 
#menu-item-16177::before, 
#menu-item-16233::before {
	content: url('/wp-content/uploads/2024/11/locations_icon.svg');
}


/* RESOURCES ICONS */

#menu-item-16179::before{
	content: url('/wp-content/uploads/2024/11/blog.svg');
}
#menu-item-16181::before{
	content: url('/wp-content/uploads/2024/11/reviews.svg');
}
#menu-item-16180::before{
	content: url('/wp-content/uploads/2024/11/faq.svg');
}
#menu-item-17248::before {
	content: url('/wp-content/uploads/2024/11/office.svg');
}

#menu-item-17420::before {
	content: url('/wp-content/uploads/2025/01/insurance.svg');
}




.submenu-container li:last-of-type {
	margin-bottom: 0;
}
.submenu-container ul a{
	color: #fff;
	transition: color 0.3s ease-in-out;
	text-decoration: none;
	font-size:20px;
	line-height:38px;
	position:relative;


}
.submenu-container ul a:hover {
	color: rgba(255, 255, 255, 0.6);  
}

.submenu-container li:last-of-type {
	margin-bottom: 0;
}

.submenu-container a {
	font-size: 16px;
	color: var(--main-head-color);
	text-decoration: none;
	transition: color 0.3s;

}

/* .submenu-container a:hover {
color: var(--main-head-color-hover);
} */
/*   .custom-submenu-class,
.custom-submenu-class li {
position: relative; 
}   */

.submenu-container ul li.menu-item-has-children {
	position: relative; /* Ensure the li is the positioning context */
}

.submenu-container .sub-menu.sub-child-menu {
	visibility: visible;
	opacity: 1;
	position: absolute;
	top: 100%; /* Position it right below the parent li */
	left: 50%; /* Align it with the parent li */
	display: grid !important;
	grid-template-columns: repeat(4,1fr);
	gap: 15px;
	min-width: fit-content;
	box-shadow: none;
	border-radius: 0 0 15px 15px;
	padding: 13px 20px;
	border: solid 2px #6E92CC;
	background: #2769D0;

	opacity: 90%;
	transform: translateX(-50%);
	z-index: 1000; /* Make sure it stays on top */
}

/* TEST SUBMENU HEADER  */   




/* MEDIA HEADER */

@media screen and (max-width: 1860px) {
	#primary-menu > li:not(:first-child) {
		margin-left: 49px;
	}
}

@media screen and (max-width: 1820px) {
	#primary-menu > li:not(:first-child) {
		margin-left: 40px;
	}
}

@media screen and (max-width: 1770px) {
	#primary-menu > li:not(:first-child) {
		margin-left: 36px;
	}
}

@media screen and (max-width: 1750px) {
	#primary-menu > li:not(:first-child) {
		margin-left: 25px;
	}
	.md-header-button-holder {
		margin-left: 13px;
	}
	#site-navigation {
		margin: 0 8px 0 auto;
	}
	.site-branding {
		padding-left: 10px;
	}
	/* 	#primary-menu .menu-item a {
	font-size: 17px;
} */
	.submenu-container {
		margin-left: 381px;
	}

	.submenu-container ul {
		column-gap: 60px;

	}
}

@media screen and (max-width: 1690px) {
	#primary-menu > li:not(:first-child) {
		margin-left: 13px;
	}
}

@media screen and (max-width: 1630px) {
	#primary-menu > li:not(:first-child) {
		margin-left: 8px;
	}
}

@media screen and (max-width: 1600px) {
	/* 	#primary-menu .menu-item a {
	font-size: 17px;
} */

	#primary-menu > li:not(:first-child) {
		margin-left: 12px;
	}
	.md-header-button-holder {
		margin-left: 13px;
	}
	#primary-menu li.menu-item-has-children a {
		margin-right: 16px;
	}
	img.custom-logo {
		max-width: 100%;
	}

	.site-branding {
		margin-bottom: -1px;
		border-bottom: 2px solid #fff;
		max-width: 280px;
		padding: 6px
	}
	.submenu-container {
		margin-left: 320px;
		top: 100%;
	}

}
@media screen and (max-width: 1545px) {
	.site-branding {
		padding: 9px 9px 5px 9px;
		max-width: 278px;
	}
}
@media screen and (max-width: 1540px) {
	#primary-menu > li:not(:first-child) {
		margin-left: 11px;
	}
}

@media screen and (max-width: 1506px) {
	#primary-menu > li:not(:first-child) {
		margin-left: 9px;
	}
	#primary-menu .menu-item a {
		font-size: 20px;
	}

}

@media screen and (max-width: 1500px) {
	.site-branding {
		max-width: 270px;
		padding: 11px 9px 8px 9px;
	}


	#primary-menu .menu-item-has-children > a:before {
		right: -13px;
	}

	#primary-menu li.menu-item-has-children a {
		margin-right: 13px;
	}
	#primary-menu .menu-item a {
		font-size: 20px;
	}
	#quote-menu {
		border: 2px solid #FF6E00;
		border-radius: 90px;
		width: 197px;
		height: 55px;
		font-size: 20px;
		line-height: 38px;
	}

	#phone-menu {
		width: 209px;
		height: 55px;
		column-gap: 3px;
		font-size: 20px;
	}

	.md-header-button-holder {
		margin-left: 15px;
		column-gap: 8px;
	}
	#primary-menu > li:not(:first-child) {
		margin-left: 18px;
	}
	.submenu-container {
		margin-left: 304px;
		width: 50%;
	}

}

@media screen and (max-width: 1430px) {
	#primary-menu > li:not(:first-child) {
		margin-left: 12px;
	}
}

@media screen and (max-width: 1400px) {
	.site-branding {
		max-width: 199px;
		padding: 8px 5px;
	}

	.md-header-button-holder {
		margin-left: 11px;
	}

	#primary-menu > li:not(:first-child) {
		margin-left: 11px;
	}

	.md-header-button-holder {
		margin-left: 10px;
	}
	#primary-menu > li:not(:first-child) {
		margin-left: 10px;
	}
	.md-header-button-holder {
		column-gap: 10px;

	}
	/* 	#phone-menu {
	width: 214px;
	height: 50px;
}
	#quote-menu {
	width: 164px;
	height: 50px;
} */
	.header-license {
		font-size: 15px;
		font-weight: 400;
		line-height: 24px;
		text-align: left;
		color: #fff;
		max-width: 567px;
		text-align: center;
		margin: 0px;
		height: 80%;
	}
	.header-license-holder {
		display: flex;
		justify-content: center;
		background: #074099;
		height: auto;
		float: left;
		width: 100%;
		padding: 14px 0 14px 0;
		margin: 0px;
	}
	.submenu-container {
		margin-left: 260px;

	}
	.submenu-container ul a {
		line-height: 33px;
	}

}
@media screen and (max-width: 1350px) {
	.md-header-button-holder {
		column-gap: 8px;
		margin-left: 10px;
	}
	#site-navigation {
		margin: 0 8px 0 auto;
	}
	#primary-menu > li:not(:first-child) {
		margin-left: 8px;
	}

}

@media screen and (max-width: 1330px) {
	#primary-menu .menu-item a {
		font-size: 19px;
	}
	#primary-menu .menu-item-has-children > a:before {
		right: -12px;
		top: 14px;
	}
	#primary-menu li.menu-item-has-children a {
		margin-right: 19.5px;
	}
}

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

	.md-header-button-holder {
		margin-left: 6.5px;
	}
	#primary-menu > li:not(:first-child) {
		margin-left: 6.5px;
	}
	#primary-menu > li:not(:first-child) {
		margin-left: 5.5px;
	}
	.submenu-container {
		margin-left: 259px;
		width: 62.5%;
	}
	.submenu-container li {
		flex: 1 1 calc(25% - 40px);
	}
	#quote-menu {
		width: 187px;
	}
	#primary-menu .menu-item-has-children > a:before {
		right: -12px;
	}

}

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

	#primary-menu .menu-item a {
		font-size: 17px;
	}

	#phone-menu {
		width: 186px;
		height: 55px;
		column-gap: 3px;
		font-size: 17px;
	}

	#quote-menu {
		width: 162px;
		font-size: 17px;
	}

	#primary-menu > li:not(:first-child) {
		margin-left: 10px;
	}
	.site-branding img {
		max-width: 195px;
		padding: 7px 0px;
	}
	.site-branding {
		max-width: unset;
		padding: 2px 2px;
	}


	#primary-menu .menu-chevron{
		display:none;
	}
	.submenu-container {
		margin-left: 249px;

	}
	#primary-menu .menu-item-has-children > a:before {
		top: 14.5px;
		width: 0px;
	}
	#primary-menu .menu-item-has-children > a:before {
		top: 7.5px;
		width: 0px;
		right: -9px;
	}
	.submenu-container ul a{
		font-size:17px;
		line-height:28px;
	}

}
@media screen and (max-width: 1220px) {
	#primary-menu .menu-item a {
		font-size: 15px;
	}
	.submenu-container {
		margin-left: 209px;
		width: 50%;
	}

	.site-branding img {
		max-width: 177px;
		padding: 3px 0px;
	}

	.md-header-phone-image-holder{
		max-width: 32px;
		max-height: 32px;
	}

	.md-header-phone-image-holder .phone-image {
		max-width: 32px;
		max-height: 32px;
		position: relative;
		top: -4px;
		left: 0px;
	}

	img.phone-image-hover {
		max-width: 32px;
		max-height: 32px;
	}
}
@media screen and (max-width: 1095px) {
	#primary-menu .menu-item a {
		font-size: 14px;
	}
}
@media screen and (max-width: 1078px) {

	#primary-menu > li:not(:first-child) {
		margin-left: 12px;
	}
	#primary-menu li.menu-item-has-children a {
		margin-right: 12px;
	}
}

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

	.md-header-button-holder {
		display: none;
	}
	.md-before-menu-holder a:hover img.phone-image-hover,
	.md-header-button-holder a:hover img.phone-image-hover,
	.navbar-header a:hover img.phone-image-hover {
		opacity: 1;
	}

	.md-before-menu-holder a:hover img.phone-image,
	.md-header-button-holder a:hover img.phone-image,
	.navbar-header a:hover img.phone-image {
		opacity: 0;
	}

	.md-before-menu {
		display: flex;
		justify-content: center;
		background: transparent;
		padding: 5px 0 5px 0;
		float: left;
		width: 100%;
		position: fixed;
		z-index: 999;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
	.md-before-menu-holder {
		width: 100%;
		padding: 0 5px;
	}

	.md-before-phone-quote-holder {
		display: flex;
		align-items: center;
		justify-content: center;
		column-gap: 15px;
		width: 100%;
	}
	#quote-before-menu {
		border: 2px solid #FF6E00;
		border-radius: 90px;
		width: 50%;
		height: 55px;
		align-content: center;
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: "Roboto", sans-serif;
		font-size: 20px;
		font-weight: 700;
		line-height: 38px;
		text-align: center;
		color: #fff;
		transition: all 0.3s ease-in-out;
		text-transform: uppercase;
	}
	#quote-before-menu:hover{
		background-color: #FF6E00;
		color: #000038;
	}
	#phone-before-menu {
		display: flex;
		width: 50%;
		height: 55px;
		column-gap: 6px;
		border-radius: 90px;
		font-family: "Roboto", sans-serif;
		font-size: 20px;
		font-weight: 700;
		line-height: 38px;
		text-align: center;
		color: #11364F;
		background-color: #fff;
		align-items: center;
		justify-content: center;
		padding-left: 10px;
		transition: all 0.3s ease-in-out;
	}
	.md-header-phone-image-holder {
		position: relative;
		width: 32px;
		height: 32px;
	}

	/* 	#phone-before-menu:hover{
	background-color: #fff;
} */
	.header-content {
		position: fixed;
		top: 65.6px;
	}
	.site-branding img {
		max-width: 244px;
		padding: 0px;
	}
	#primary-menu .menu-item a {
		font-size: 18px;
	}
	#primary-menu .menu-item-has-children > a:before {
		top: 9.5px;
	}
	#primary-menu > li:not(:first-child) {
		margin-left: 20px;
	}


	img.phone-image-hover {
		max-width: 100%;
	}
	.submenu-container {
		margin-left: 239px;
		width: 63.5%;
	}


}


@media screen and (max-width: 992px) {
	#primary-menu > li:not(:first-child) {
		margin-left: 0px;

	}
	.md-before-menu {

		border-bottom: none;
	}

	#menu-item-16175::before, 
	#menu-item-16074::before,
	#menu-item-16079::before,
	#menu-item-16171::before,
	#menu-item-16093::before,
	#menu-item-16094::before,
	#menu-item-16095::before,
	#menu-item-15294::before,
	#menu-item-16175::before,
	#menu-item-16174::before,
	#menu-item-16231::before,
	#menu-item-16230::before,
	#menu-item-16232::before,
	#menu-item-16178::before, 
	#menu-item-16176::before, 
	#menu-item-16234::before, 
	#menu-item-16177::before, 
	#menu-item-16233::before,
	#menu-item-16179::before,
	#menu-item-16181::before,
	#menu-item-16180::before,
	#menu-item-17248::before,
	#menu-item-17159::before,
	#menu-item-17420::before,
	#menu-item-17597::before,
	#menu-item-17601::before,
	#menu-item-17818::before{
		top: 30px;
		position: relative;
		left: -10px;
	}

	body.page-template-page-home #menu-item-16175::before, 
	body.page-template-page-home #menu-item-16074::before, 
	body.page-template-page-home #menu-item-16079::before, 
	body.page-template-page-home #menu-item-16171::before, 
	body.page-template-page-home #menu-item-16093::before, 
	body.page-template-page-home #menu-item-16094::before, 
	body.page-template-page-home #menu-item-16095::before, 
	body.page-template-page-home #menu-item-15294::before, 
	body.page-template-page-home #menu-item-16174::before, 
	body.page-template-page-home #menu-item-16231::before, 
	body.page-template-page-home #menu-item-16230::before, 
	body.page-template-page-home #menu-item-16232::before, 
	body.page-template-page-home #menu-item-16178::before, 
	body.page-template-page-home #menu-item-16176::before, 
	body.page-template-page-home #menu-item-16234::before, 
	body.page-template-page-home #menu-item-16177::before, 
	body.page-template-page-home #menu-item-16233::before, 
	body.page-template-page-home #menu-item-16179::before, 
	body.page-template-page-home #menu-item-16181::before, 
	body.page-template-page-home #menu-item-16180::before,
	body.page-template-page-home #menu-item-17248::before,
	body.page-template-page-home #menu-item-17159::before,
	body.page-template-page-home #menu-item-17420::before,
	body.page-template-page-home #menu-item-17597::before,
	body.page-template-page-home #menu-item-17601::before,
	body.page-template-page-home #menu-item-17818::before {
		filter: brightness(0) saturate(100%) invert(20%) sepia(91%) saturate(2125%) hue-rotate(207deg) brightness(90%) contrast(93%);
	}

	.header-license-holder {
		padding: 15px 0 15px 0;
	}
	#md-collapse-menu {
		padding-left: 20px;
		padding-top: 10px;
		border: none;
		background: #fff;
	}
	.header-content {
		background: #fff;
	}
	.site-branding {
		padding: 7px 5px 7px 5px;
	}


	#site-navigation {
		margin: 0px 0px 0 auto;
	}
	#primary-menu {
		padding: 0px;

	}
	.navbar-header {
		top: 17.5px;
		right: 20px;
	}
	#quote-before-menu {
		display: none;
	}

	.md-before-menu-holder,
	.md-before-phone-quote-holder,
	.phone-before-menu {
		width: 100%;
		height:61px;
	}

	#phone-before-menu {
		border-radius: 0px;
		padding: 0px;
		color: #fff;
		justify-content: center;
		background: transparent;
	}
	.md-before-menu {
		padding: 0px 0;
	}
	.header-content {
		padding-top: 0px;
		padding-bottom: 0px;
		position: fixed;
		top: 61px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		background: transparent;
	}
	#primary-menu .menu-item a {
		color: #11364F;
	}
	#primary-menu .menu-item a:hover{
		color: rgba(17, 54, 79, 0.6); 
	}
	#primary-menu .menu-chevron{
		display:unset;
	}
	.submenu-container {
		display: none;
	}
	.header-content .navbar-collapse.in {
		overflow-y: visible;
	}

	img.phone-image-hover {
		position: absolute;
		left: unset;
		right: unset;
		transform: translateX(-32px);
		opacity: 0;
		transition: opacity .3s ease-in-out;
	}
}

@media screen and (max-width: 768px) {
	.navbar-header .phone-before-menu {
		display: flex;
		height: 62px;
		align-items: center;
	}
	.navbar-header {
		top: -1px;
		right: 70px;
		display: flex;
		height: 63px;
		justify-content: space-between;
	}
	#site-navigation .navbar-header button {
		padding: 18px 16px 18px 15px;
		border:1px solid rgba(255, 255, 255, 0.3);
		border-bottom:none;
		border-left: none;

	}
	.phone-before-menu {
		padding: 15px 16px 15px 16px;
		border: 1px solid rgba(255,255,255,.3);
		border-bottom: none;
		border-top: none;
	}

	.md-before-menu {
		display: none;
	}
	.header-content {
		top: 0px;
	}
	.site-branding img {
		max-height: 52px;
		width: auto;
		max-width:unset
	}
	.site-branding {
		padding: 7.7px 7.7px 0.96px 7.7px;
		margin-top: -1px;
	}
	.md-header-phone-image-holder{
		max-width: 33.6px;
		max-height: 33.6px;
	}
	.md-header-phone-image-holder .phone-image {
		max-width: 33.6px;
		max-height: 33.6px;
		position: relative;
		top: 0px;
		left: 0;
	}
	img.phone-image-hover {
		max-width: 33.6px;
		max-height: 33.6px;
		left: 32px;
		top: 0px;
	}


}



@media screen and (max-width: 600px) {
	.header-license {
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		text-align: left;
		color: #fff;
		max-width: 387px;
		text-align: center;
		margin: 0px;
		height: 100%;
	}
	.header-license-holder {
		height: auto;
	}
	.site-branding {
		padding: 7.7px 7.7px 0.96px 7.7px;
	}
}

@media screen and (max-width: 450px) {
	.site-branding {
		padding: 0px 2px 0px 2px;

	}
/* 	img.phone-image-hover {
		top: px;
	} */

	.navbar-header .phone-before-menu {
		height: 53px;
		padding: 15px 10px 15px 10px;
	}
	#site-navigation .navbar-header button {
		padding: 11px 10px 13px 10px;
		height: 55px;
	}
	.navbar-header {
		top: -1px;
		right: 52px;
		display: flex;
		height: 54px;
		justify-content: space-between;
	}
}

@media screen and (max-width: 400px) {
	.site-branding img {
		max-width: 196px;
		padding: 0px;
	}



	.navbar-header {
		scale: 1;
	}

	.phone-before-menu {
		padding: 10px 5px 9.5px 5px;

	}
	.navbar-header {
		top: -2px;
	}
	#site-navigation .navbar-header button {
		padding: 13px 10px 13px 10px;
		height: 51px;
	}
	.navbar-header .phone-before-menu {
		height: 50px;

	}

}

@media screen and (max-width: 380px){
	#site-navigation .navbar-header button {
		padding: 11px 9px 13px 9px;
		height: 49px;
	}

	.navbar-header {
		right: 49px;
	}
	.navbar-header .phone-before-menu {
		height: 49px;
		padding: 10px 8px 10px 8px;
	}
	.site-branding img {
		max-width: 175px;
	}
	.site-branding {
		padding: 2px 2px 2px 2px;

	}

}

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


	#site-navigation .navbar-header button {
		padding: 11px 6px 13px 6px;
		height: 49px;
	}
	.navbar-header .phone-before-menu {
		height: 49px;
		padding: 10px 6px 19.5px 6px;
	}
	.navbar-header {
		right: 44px;
	}

}

@media screen and (max-width: 363px){
	#site-navigation .navbar-header button {
		padding: 11px 5px 13px 5px;

	}
	.navbar-header .phone-before-menu {
		padding: 10px 5px 10px 5px;
	}
	.navbar-header {
		right: 44px;
	}


}

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

	/* 	#site-navigation .navbar-header button {
	padding: 11px 2px 13px 2px;

}
	.navbar-header .phone-before-menu {
	padding: 10px 2px 19.5px 2px;
}
	.navbar-header {
	right: 35px;
} */

}
/* FOOTER */

/* footer#colophon {
position: relative;
width: 100%;
float: left;
background-image: url('https://md-testbestmove-dev-digitaldot-com.preview-domain.com/wp-content/uploads/2024/10/Rectangle-35.png');
background-size: contain;
background-repeat: no-repeat;
background-size: auto;
background-position: bottom;
background-position-y: 174px;
} */

footer#colophon {
	position: relative;
	background: none; /* Remove any existing background */
	width: 100%;
	float: left;
}
footer#colophon::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1040px;
    background-color: #0D4CB0;
    z-index: -10;
}



.footer-line-img-holder {
	position: absolute;
	top: 500px;
}
.footer-top-wrap {
	display: flex;
	padding-bottom: 74px;
}
.footer-top-wrap .footer-top-left-holder {
	background: #074099;
	border-radius: 16px;
	padding: 53px 56px 45px;
	row-gap: 30px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.footer-bottom-left img {
	padding-bottom: 19px;
}

.footer-text{
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	color: #FFFFFFB2;
}


.footer-text:last-child {
	line-height: 35px;
}
.footer-top-wrap .footer-top-left-holder a {
	color: #FFFFFFB2;
	transition:all 0.3s ease-in-out;
}

.footer-top-wrap .footer-top-left-holder a:hover{
	color: #fff;
}


.footer-text span {
	font-weight: 700;
	color: #fff;
}

.footer-top-wrap .footer-top-left-holder .footer-mail {
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	color: #FFFFFFB2;

}



.footer-top-wrap .footer-top-left-holder .footer-mail span {
	font-weight: 700;
	color: #FFF;
}

.footer-top-wrap .footer-top-left-holder span#email-placeholder {
	font-weight: 300;
	color: #FFFFFFB2;
}


.footer-top-wrap .footer-top-right-holder {
	padding-right: 0px;
}
.footer-top-wrap .footer-top-left {
	padding-left: 0px;
}

.md-map-holder {
	position: relative;
	width: 100%; 
	max-width: 100%; 
	margin: 0 auto; 
}
#gmap {
	height: 365px;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	border-radius: 16px;
}
.mobile-break{
	display:none;
}

.footer-bottom-left .footer-title {
	float: left;
	text-align: left;
	padding: 10px 0 22px;
	font-size: 52px;
	line-height: 66px;

}
.footer-bottom-text{
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	text-align: left;
	color: #fff;
	padding-bottom: 30px;
	max-width: 850px;
}
#quote-footer{
	width: 230.99px;
	height: 53px;
	border-radius: 50px;
	border: 2px solid #FFFFFF;
	transition: all 0.3s ease-in-out;
	background: #FF6E00;
	display: flex;
	align-items:center;
	justify-content: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
	color:#000038;	

}

#quote-footer:hover{
	background: #FF8C34;
	color: #000038;
	border: none;
	border: 2px solid #FF8C34;
}

.footer-bottom-wrap {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}

.site-footer .footer-container {
	padding: 0px;
}
.site-footer .footer-container .footer-bottom-right{
	padding: 0px;
	display: flex;
	justify-content: flex-end;
}
.site-footer .footer-container .footer-bottom-left {
	padding: 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

ul#footer-new-menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#footer-new-menu a {
	font-size: 20px;
	font-weight: 500;
	line-height: 41px;
	letter-spacing: 0.01em;
	text-align: left;
	color: #fff;
	transition: all 0.3s ease-in-out;
}



.site-footer .footer-container .md-form-holder {
	margin-bottom: 16px;
}



p.under-form-text {
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	color: #fff;
	opacity: 0.5;
	padding: 25px 0 30px;
}

.md-footer-seal-holder{
	display: flex;
	justify-content: center;
	column-gap: 55px;
	align-items: center;
	padding: 0 20px 37px 20px;
}
.md-footer-seals img {
	max-height: 117px;
}

.site-info {
	float: left;
	width: 100%;
}

.site-info .footer-top-copyright-text-holder {
    display: flex;
    border-bottom: 1px solid #0D4CB0;
    padding: 0px 15px 15px;
    justify-content: center;
    align-items: center;
    background: #074099;
}

.site-info .footer-top-copyright-text-holder .copy-top-text{
	font-weight: 400;
	 font-size: 16px;
	line-height: 32px;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
}


.md-footer-social-holder {
	display: flex;
	column-gap: 16px;
}
.site-info .md-footer-copy-right {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    padding: 15px 15px 0px;
    row-gap: 1px;
    background: #074099;
    flex-wrap: wrap;
}


.site-info .copy-left-holder {
	display: flex;
	align-items: center;
	order: 1;
	width: 100%;
	justify-content: center;
}

.site-info p, .site-info a {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	text-align: left;
	color: #fff;
	display: flex;
	align-items: center;
	column-gap: 8px;
}

.site-info a{
	padding-left: 4px;
}

.copy-left-holder .copyright-symbol {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	line-height: 40px;
}

.site-info p span{
	font-weight: 700;
}

.site-info a {
	text-decoration:underline;
	transition:all 0.3s ease-in-out;
}

.site-info a:hover {
	color: rgba(255, 255, 255, 0.6);
}

.site-info .copy-center-holder{
	display: flex;
	align-items: center;
}
.copy-right-holder {
	display: flex;
	align-items: center;
}

.site-info .md-footer-social-holder a{
	padding: 0px;
}
.site-info .md-footer-social-holder a img {
	transition: filter 0.3s ease; /* Smooth transition */
}

.site-info .md-footer-social-holder a:hover img {
	filter: brightness(0) saturate(100%) invert(50%) sepia(75%) saturate(4047%) hue-rotate(5deg) brightness(106%) contrast(106%);
}


/* MAP */
.site-footer g.imapsContainer.imapsMapObject.imapsMapImage {
	background-image: url('/wp-content/uploads/2024/10/white_location_icon.svg') !important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.site-footer g.imapsSprite-group.imapsCircle-group {
	background-image: url('/wp-content/uploads/2024/10/white_location_icon.svg') !important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.site-footer circle.imapsCircle{
	background-image: url('/wp-content/uploads/2024/10/white_location_icon.svg') !important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;

}

.footer-mobile-break{
	display:none;
}

/* Footer Menu */

.md-footer-menu {
	padding-right: 20px;
}

#footer-new-menu .menu-item-has-children > a:before {
	content: "\203A";
	position: absolute;
	right: unset;
	top: unset;
	font-size: 26px;
	transform: rotateZ(90deg);
	left: -20px;
}

#footer-new-menu span.menu-chevron {
	color: #fff;
	width: 30px;
	height: 30px;
	position: absolute;
	font-size: 28px;
	rotate: 90deg;
	top: 3px;
	right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: -30px;
}

#footer-new-menu .menu-item a:hover {
	color: rgba(255, 255, 255, 0.6);
}

#footer-new-menu li.menu-item-has-children .sub-menu{
	width: 100%;
	text-transform: uppercase;
	display: flex;
	row-gap: 10px;
	flex-direction: column;
}

#footer-new-menu li.menu-item-has-children:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}




#footer-new-menu .menu-item-has-children .sub-menu {
	position: absolute;
	top: 33px;
	left: -222%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border-radius: 0 0 15px 15px;
	background: #074099;
	-webkit-box-shadow: 8px 12px 43px #00000016;
	box-shadow: 8px 12px 43px #00000016;
	list-style: unset;
	padding: 20px 20px;
	z-index: 999;
	margin-left: 0px;
	width: 100%;
	min-width: 218%;
	max-width: 270px;
}

#footer-new-menu .menu-item-has-children .sub-menu a {
	line-height:25px;
	margin-bottom:10px;
}


#footer-new-menu li{
	position: relative;
}


#footer-new-menu .menu-item-has-children .sub-menu .sub-menu {
	top: auto;
	left: 100%;
	width: max-content;
	margin-top: -27px;
}


/* MEDIA FOOTER */

@media screen and (max-width: 1500px) {
	.footer-bottom-left .footer-title {
		font-size: 48px;
		line-height: 58px;
	}
	.md-footer-seal-holder {
		gap: 15px;
	}

	.site-info .md-footer-copy-right {
		justify-content: center;
	}
	.site-info .copy-center-holder {
		display: flex;
		align-items: center;
		order: -1;
		margin: auto;
		width: 100%;
		justify-content: center;
	}
}


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

	.md-footer-menu {
		padding-right: 25px;
	}


}
@media screen and (max-width: 1250px) {
	.md-footer-seal-holder {
		flex-wrap: wrap;
	}
footer#colophon::after {
    height: 1300px;
}
	.md-footer-seal-holder {
		flex-wrap: wrap;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}



}

@media screen and (max-width: 1200px) {
	#gmap {
		height: 389px;
	}
	.footer-bottom-text {
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 32px;
		max-width: 668px;
	}
	p.under-form-text {
		padding: 23px 0 0px;
	}
}

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

	.md-footer-menu {
		padding-right: 30px;
	}
	.copy-center-holder .copy-text {
		text-align: center;
		max-width: 550px;
		line-height: 24px;
	}
	.site-info .footer-top-copyright-text-holder .copy-top-text {
		max-width: 509px;
	}


}
@media screen and (max-width: 992px) {

	.footer-top-wrap {
		row-gap: 30px;
		flex-direction: column;
		margin: 0 15px;
	}
	.footer-top-wrap .footer-top-left {
		padding: 0px;
	}
	.footer-top-wrap .footer-top-right-holder {
		padding: 0px;
	}
	#gmap {
		height: 365px;
	}
	.footer-bottom-text br {
		display: none;
	}
	.footer-bottom-text{
		padding-right: 25px;
	}
	.footer-bottom-left .footer-title {
		font-size: 38px;
		line-height: 48px;
	}
	.site-footer .footer-container .footer-bottom-left {
		justify-content: center;
		max-width: 509px;
	}
	.md-footer-copy-right {
		padding: 26px 42px 26px 38px;
		gap	: 15px;
	}
	.footer-bottom-wrap {
		padding: 0 15px 35px;
	}
	.md-footer-seal-holder {
		padding: 0 20px 30px 20px;
	}
	p.under-form-text {
		padding: 20px 0px 0px;
	}
	.footer-line-img-holder {
		top: 950px;
	}
footer#colophon::after {
    height: 1380px;
}

	#footer-new-menu .menu-item-has-children > a:before {
		display: none;
	}

	/* Default: Hide submenus */
	#footer-new-menu .menu-item-has-children > .sub-menu {
		display: none;
		flex-direction: column;
		row-gap: 10px;
	}

	/* Show submenu when the .menu-open class is added */
	#footer-new-menu .menu-item-has-children.menu-open > .sub-menu {
		display: flex;
	}

	/* Disable hover effect below 992px using .no-hover */
	.menu-footer-new-menu-container.no-hover li.menu-item-has-children:hover > .sub-menu {
		display: none !important; /* Completely disable hover behavior */
	}

	/* Chevron styles */
	#footer-new-menu span.menu-chevron {
		cursor: pointer;
	}

}

@media screen and (max-width: 768px) {
	.footer-top-wrap .footer-top-left-holder {
		min-height: unset;
	}

	.site-footer .footer-container {
		padding: 0px;
	}

	.site-footer .footer-container .footer-bottom-left {
		padding-bottom: 15px;
		flex-direction: column;
		align-items: flex-start;
		max-width: 100%;
		max-width: 100%;
	}

	.footer-bottom-wrap {
		flex-direction: column;
		align-items: center;
		margin: 0px;
	}
	.footer-bottom-left .footer-title {
		text-align: center;
	}

	.footer-bottom-text {
		padding-right: 0px;
		text-align: left;
		max-width: 100%;
		font-size: 16px;
		line-height:27px;
		padding-bottom:20px;
	}

	.footer-bottom-left .footer-quote-holder {
		width: 100%;
	}
	.footer-bottom-left #quote-footer {
		margin: auto;
	}
	.md-footer-seal-holder {
		max-width: 540px;
	}
	footer#colophon::after {
    height: 1704px;
}
	p.under-form-text {
		padding: 15px 0px 0px;
		margin: auto;
	}
	ul#footer-new-menu a {
		font-size: 20px;
		line-height: 38px;
	}
	.copy-text {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 330px;
	}
	.copy-right-holder {
		align-items: center;
		order: -1;
		width: 100%;
		justify-content: center;
	}
	.site-info .md-footer-copy-right {
		row-gap: 23px;
		padding: 13px 15px 5px
	}
	.footer-top-wrap {
		padding: 0 15px 30px;
	}
	.md-footer-seals img {
		scale: .9
	}
	.site-info p, .site-info a {
		line-height: 22px;
	}
	.footer-mobile-break{
		display:block;
	}
	.site-info .copy-left-holder  p, 
	.site-info .copy-left-holder  a {
		display: inline;
		text-align: center;
	}
	.footer-top-wrap {
		row-gap: 10px;
	}
	.footer-text {
		font-size: 16px;
	}
	.footer-top-wrap .footer-top-left-holder .footer-mail {
		font-size: 16px;
	}
	#footer-new-menu .menu-item-has-children .sub-menu {
		left: -55%;
	}
	.footer-bottom-wrap {
		padding: 0 30px 35px;
	}
	.md-footer-seals:first-child {
		padding-left: 48px;
	}
.site-info .footer-top-copyright-text-holder .copy-top-text {
    line-height: 22px;
}

}

@media screen and (max-width: 650px) {
	.copy-right-holder {
		order: -1;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.site-info .copy-left-holder {
		align-items: center;
		order: 3;
		width: 100%;
		justify-content: center;
	}
	.site-info p, .site-info a {
		text-align:center;
	}
	.md-footer-copy-right {
		gap: 25px;
	}

}


@media screen and (max-width: 600px) {
	.footer-top-wrap .footer-top-left-holder {
		padding: 53px 15px 45px;

	}

	.site-footer .md-form-holder {
		border-radius: 20px;

	}
	.footer-bottom-left .footer-title br {
		display: none;
	}
	.footer-bottom-left .footer-title {
		max-width: 310px;
	}
	.md-footer-seal-holder {
		padding: 0 5px 30px 5px;
	}

	.footer-top-wrap {
		margin: 0;
	}
	.footer-line-img-holder {
		top: 1160px;
		max-width: 130px;
	}

	#quote-footer {
		width: 100%;
	}
footer#colophon::after {
    height: 1744px;
}
}

@media screen and (max-width: 550px) {
	.site-info .footer-top-copyright-text-holder .copy-top-text {
		max-width: 361px;
	}
footer#colophon::after {
    height: 1874px;
}
}



@media screen and (max-width: 450px) {
	.footer-bottom-text {
		max-width: 287px;
	}
	.footer-line-img-holder {
		top: 1170px;
	}
	.header-license-holder {
		padding: 15px;
	}
footer#colophon::after {
    height: 2120px;
}
	.md-footer-seals:first-child {
		padding-left: 20px;
	}
}

@media screen and (max-width: 400px) {
	.mobile-break{
		display:block;
	}
	ul#footer-new-menu a {
		white-space: normal;
	}
	.site-info .footer-top-copyright-text-holder .copy-top-text {
		max-width: 323px;
		font-size: 16px;
	}


}

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

	.site-info .footer-top-copyright-text-holder .copy-top-text {
		max-width: 273px;
	}
footer#colophon::after {
    height: 2290px;
}
}
@media screen and (max-width: 340px) {
	.site-info p {
		max-width: 251px;
		font-size: 13px ;
		line-height: 26px;
	}
.site-info .footer-top-copyright-text-holder .copy-top-text {
    font-size: 13px;
}
}


.md-map-holder iframe {
	border-radius: 16px;
}


