h1,h2,h3,h4,h5,p,li,a,span,ol
,select {
	font-family: "Albert Sans", serif !important;
}
html {
	overflow-x: hidden;
}
/* 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;
	padding: 15px 55px;
}

#site-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 35px 0 auto;
	background-color: var(--main-head-bg);
	border: unset;
}
#dd-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: 31px;
}
#primary-menu .menu-item a {
	color:  var(--main-head-color);
	/* font-size: 15px;
	font-weight: 600; */
	padding: 20px 0;
	color: rgba(255, 255, 255, 0.80);
	font-size: 17.476px;
	font-style: normal;
	font-weight: 500;
	line-height: 26.213px;
}
#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: -20px;
	top: 18.5px;
	font-size: 24px;
	transform: rotateZ(90deg);
}
#primary-menu .menu-item a:hover {
	color: var(--main-head-color-hover);
}
#primary-menu li.menu-item-has-children:hover > .sub-menu  {
	visibility: visible;
	opacity: 1;
}  
.menu-item-has-children .sub-menu {
	position: absolute;
	top: 50px;
	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: var(--main-head-submenu-bg);
	border: #ececec solid 1px;
	-webkit-box-shadow: 8px 12px 43px #00000016;
	box-shadow: 8px 12px 43px #00000016;
	list-style: unset;
	padding: 20px 0;
	z-index: 999;
}
#primary-menu .menu-item-has-children .sub-menu a {
	display: block;
	padding: 0 20px;
	margin-bottom: 10px;
}
#primary-menu .menu-item-has-children .sub-menu li:last-of-type a {
	margin-bottom: 0;
}

.custom-logo-link img.custom-logo {
	max-height: 79px;
}
.dd-socal-head rect {
	fill: #2C2C2F;
}
.dd-wrap-cta {
	display: flex;
}
.dd-wrap-cta a.dd-quote-bt {
	margin-right: 15px;
}
a.dd-ft-in-socal-li img {
	filter: invert(1) brightness(2.5) invert(1);
}
.dd-socal-head {
	padding-left: 20px;
	column-gap: 10px;
	display: flex;
}
a.dd-phone-hold:hover {
	background: #292d33;
	color: #fff;
	transition: 0.3s ease-in-out;
	border: #292d33;
}
a.dd-phone-hold:hover span.dd-phone-h-icon img {
	filter: invert(1) brightness(5.5);
}
span.dd-quote-btsp img {
	height: 18px;
	object-fit: contain;
}
.header-content {
	position: fixed;
}
.section-container {
	min-height: 103px;
}
.visually-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media screen and (max-width: 1650px )  {
	#primary-menu > li:not(:first-child) {
		margin-left: 20px;
	}
}
@media screen and (min-width: 1439px ){
	.section-container {
		min-height: 103px;
	}
}
@media screen and (min-width: 1439px ) and (max-width: 1550px ) {
	.dd-socal-head {
		padding-left: 0;
	}
	.header-content a.dd-quote-bt, .header-content a.dd-phone-hold {
		max-width: 200px!important;
	}
	nav#site-navigation {
		margin-right: 5px;
		margin-left: 0;
	}
	#primary-menu > li:not(:first-child) {
		margin-left: 20px;
	}
	.site-header .header-content {
		padding-top: 0;
	}
}
/*  @media screen and (max-width: 1720px ) {  */
@media screen and (min-width: 1200px ) and (max-width: 1439px ){
	/* 	.section-container {
	min-height: 137px;
} */
	.custom-logo-link img.custom-logo {
		max-height: 55px;
		max-width: 107px;
		object-fit: contain;
		padding-left: 10px;
	}
	#primary-menu li.menu-item-has-children a {
		margin-right: 15px;
	}
	#primary-menu .menu-item a,
	select.pll-switcher-select {
		font-size: 15px;
	}
	.header-content a.dd-quote-bt, .header-content a.dd-phone-hold {
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	#site-navigation {
		margin-right: 20px;
	}
	.dd-socal-head {
		padding-left: 10px;
		padding-right: 8px;
		column-gap: 5px;
	}
	body .section-container,
	body .header-content {
		height: 90px;
		min-height: 90px;
		padding: 0;
	}
}
@media screen and (min-width: 991px ) and (max-width: 1439px ) {
	.header-content div#dd-collapse-menu {
		padding-top: 0;
	}
	nav#site-navigation {
		padding-top: 6px;
	}

}
@media screen and (min-width: 991px ) and (max-width: 1200px ){
	.section-container {
		min-height: 136px;
	}
}
@media screen and (max-width: 1199px ) {  
	/* 	1439  */
	.header-content {
		height: auto;
	}
	.site-header .header-content {
		height: auto;
		flex-wrap: wrap;
	}
	.site-branding {
		order: 1;
	}
	nav#site-navigation {
		width: 100%;
		order: 4;
	}
	.dd-wrap-cta {
		order: 2;
	}
	.dd-socal-head {
		order: 3;
	}
	nav#site-navigation {
		width: 100%;
		order: 4;
		margin-right: 0;
		border-top: 1px solid #ffffff29;
	}
	div#dd-collapse-menu {
		margin: 0 auto;
		padding-top: 8px;
	}
	.site-branding {
		padding-left: 55px;
	}
	.dd-socal-head {
		padding-right: 55px;
	}
	.dd-wrap-cta {
		margin-left: auto;
	}
	.header-content {
		padding: 15px 0px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	#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: 0px;
		left: 90%;
	}


}
@media screen and (min-width: 1200px ) {
	.sub-menu .menu-item-has-children {
		position: relative;
	}
}
@media screen and (max-width: 991px) {
	.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); 
	}

	.header-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.site-branding {
		z-index: 2;
	}
	.site-branding img {
		max-width: 155px;
	}
	.navbar-header {
		position: absolute;
		top: 66px;
		right: 15px;
	}
	#site-navigation .navbar-header button {
		background-color: unset;
		border: unset;
		border-radius: unset;
		margin: 0;
	}
	#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;/* i kno...*/
		width: 39px;
		border-radius: unset;
	}
	.navbar-header button .icon-bar:not(:first-child) {
		margin-top: 8px;
	}
	.navbar-toggle {
		display: block;
	}
	#dd-collapse-menu {
		width: 100%;
		z-index: 99999999;
	}
	.dd-navigation .collapse {
		display: none!important;
	}
	.dd-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: 15px 0 15px 1px;
	}
	#primary-menu > li.menu-item {
		margin: 0 0 11px 0;
	}
	#primary-menu .menu-item a {
		font-size: 16px;
		padding: 5px 0;
	}
	#primary-menu > li.menu-item {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	#primary-menu .menu-chevron {
		position: absolute;
		top: 5px;
		font-size: 35px;
		right: 15px;
		transform: rotate(90deg);
		height: 19px;
		width: 19px;
		display: flex;
		line-height: 1;
		justify-content: center;
		align-items: center;
		color: #fff;
	}
	#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-left: 10px;
	}
	div#dd-collapse-menu {
		width: calc(100%);
		position: absolute;
		left: 0;
		top: 102px;
		background: #14161D;
	}
	.navbar-collapse > div:first-of-type {
		position: relative;
		bottom: -9px;
		left: 0;
		background: #14161D;
	}
	.dd-scrolled div#dd-collapse-menu {
		padding-top: 0;
	}
	.dd-scrolled div#dd-collapse-menu {
		background: #1f2d61;
	}
	.section-container {
		min-height: 122px;
	}
	.menu-french-menu-container,
	.menu-english-menu-container {
		height: 100vh;
	}
	ul#primary-menu {
		overflow: scroll;
		height: calc(100% - 15%);
	}
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
	.site-header .header-content {
		padding-top: 0;
	}
}
@media screen and (min-width: 991px) and (max-width: 1280px){
	/* @media screen and (min-width: 991px) and (max-width: 1750px){	 */
	.navbar-header {
		position: absolute;
		top: 40px;
		right: 15px;
	}
	#dd-collapse-menu { 
		background: #14161D;
	}
	#dd-collapse-menu ul#primary-menu li a {
		color: #fff;
	}
	.dd-socal-head {
		padding-right: 15px;
	}
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
	span.dd-phone-h-icon {
		margin-right: 0;
	}
	.header-content a.dd-quote-bt, .header-content a.dd-phone-hold{
		max-width:200px;
	}
	.navbar-header {
		top: 20px;
	}
	.dd-phone-container {
		top:10px;
	}
	.header-content .dd-phone-container,
	.dd-wrap-cta {
		height: 76px;
		top: 0;
		margin-right: 0;
	}
	.dd-phone-container {
		display: flex;
		align-items: center;
	}
	div#dd-collapse-menu {
		top: 76px;
	}
}
@media screen and (max-width: 767px ) {
	.section-container {
		min-height: 106px;
	}
}
@media screen and (max-width: 400px) {
	.site-branding img {
		max-width: 121px;
	}
	.navbar-header {
		top: 72px;
	}
}

/* Header end */

/* newcss */
.header-content {
	/*     position: fixed; */
	height: 103px;
	z-index: 999999;
}
.dd-phone-h-icon {
	width: 21px;
	height: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*   background: var(--phone-icon);
	border-radius: 50%; */
}
span.dd-phone-h-icon {
	margin-right: 10px;
}
a.dd-phone-hold {
	display: flex;
	align-items: center;
	color: var(--phone-text-color);
	font-size: 22px;
	font-style: normal;
	font-weight: 800;
	line-height: 26.213px;
	width: 260px;
	border-radius: 0px;
	background: var(--phone-bg);
	border: 5px solid var(--phone-bg);
	justify-content: center;
	height: 60px;;
}
select.pll-switcher-select {
	color: #FFF;
	font-size: 17.476px;
	font-style: normal;
	font-weight: 500;
	line-height: 26.213px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: none!important;
	outline: none!important;
	width: 45px;
	height: 45px;
	background: #14161D;
	    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
    border-radius: 0;
	background: #14161D url('/wp-content/uploads/2025/07/drop_down_arrow.svg');
	background-repeat: no-repeat;
    background-position: center right;
}
ul#primary-menu {
	align-items: center;
}
section.dd-location-list,
.dd-abft-banner,
.dd-ft-info   {
	display: flex;
	flex-wrap: wrap;
}
section.dd-location-list {
	background: #F5F7F7;
	padding: 80px 0;
}
.dd-location-info h3 {
	color: #292D32;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 39px;
	letter-spacing: -1.2px;
	margin: 0;
	padding-bottom: 20px;
}
.dd-location-info h3 strong {
	color: #C5C5C5;
	font-weight: 500;
}
.dd-location-district p, .dd-location-district a {
	color: #1F2D61;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 27px;
}
.dd-location-district {
	display: flex;
	flex-wrap: wrap;
	height: 360px;
	flex-direction: column;
}
.dd-location-district.dd-location-district-2 {
	height: 254px;
}
.dd-location-district.dd-location-district-3, .dd-location-district.dd-location-district-4 {
	height: 219px;
}
.dd-location-list-l.col-xs-12.col-md-8 {
	display: flex;
	flex-wrap: wrap;
	row-gap: 55px;
}
.dd-container {
	display: flex;
	flex-wrap: wrap;
}
section.dd-abft-banner {
	padding: 25px 0;
}
.dd-abft-banne-ti h2 {
	color: #292D32;
	font-size: 38px;
	font-style: normal;
	font-weight: 500;
	line-height: 48px;
	letter-spacing: -2px;
	margin: 0;
}
.dd-abft-banne-ti h2 strong {
	color: #E03424;
	font-weight: 500;
	font-style: italic;
}
.dd-banner-bt-abft.col-xs-12.col-md-5 {
	display: flex;
	align-items: center;
	padding-left: 0;
	padding-right: 0;
	justify-content: center;
}
.dd-banner-bt-abft a.dd-phone-bt {
	margin-top: 0;
	background: #E8EDED;
}
footer#colophon {
	float: left;
	width: 100%;
}
.dd-ft-info {
	padding: 71px 0 74px;
	display: flex;
	flex-wrap: wrap;
}
.dd-ft-info-l p {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	max-width: 735px;
	margin: 0;
}
.dd-footer-copy-right p {
	color: #ffffff69;
	font-size: 16px;
	max-width: 100%;
}
.dd-ft-info-l {
	padding-bottom: 13px;
}
.dd-ft-in-ad p , .dd-ft-in-ph a {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
	padding-bottom: 12px;
}
.dd-footer-copy-right p a {
	color: #ffffff69;
}
.dd-ft-in-ad p {
	max-width: 370px;
	width: 100%;
}

.dd-ft-in-ad p span, .dd-ft-in-ph a span {
	font-weight: 700;
}
.dd-ft-in-socal {
	padding-top: 70px;
}
.dd-ft-info .dd-container {
	display: flex;
	flex-wrap: wrap;
}
.dd-ft-info-l.col-xs-12.col-md-8 {
	display: flex;
	flex-direction: column;
	min-height: unset;
}
.site-info {
	margin-top: auto;
}
.header-content {
	border-bottom: 1px solid #ffffff29;
}


.dd-sb-bottom {
	width: 100%;           
	overflow: hidden;           
	box-sizing: border-box;
}


.dd-sb-bottom p {
	display: inline-block;

	width: 300%;             
	white-space: nowrap;     
	margin: 0;

	animation: scroll-text 10s linear infinite;
}
.dd-abft-banne-ti.col-xs-12.col-md-7 {
	display: flex;
	align-items: center;
}
/* Definišemo keyframe animaciju */
@keyframes scroll-text {
	/* 0% {
	transform: translateX(0%);
}
	100% {
	transform: translateX(-50%); 

} */
	0%   { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}
.dd-abft-banne-ti h2 {
	max-width: 690px;
}
#primary-menu .menu-item-has-children .sub-menu {
	background: #1f2d61;
}
.header-content a.dd-quote-bt,
.header-content a.dd-phone-hold {
	max-width: 208px;
	font-size: 16px;
	max-height: 54px;
	border: none;
}

@media screen and (max-width:1500px){
	.header-content {
		padding: 15px 0px 6px;
	}
}

@media screen and (max-width:1400px){
	.header-content a.dd-quote-bt, .header-content a.dd-phone-hold{
		height:45px;
	}
}

/* @media screen and (max-width:1750px){ */
@media screen and (max-width:991px){	
	.dd-ft-info {
		background-image: none !important;
		position: relative;
		overflow: hidden;
	}
	.dd-ft-info:before {
		position: absolute;
		content: "";
		width: 64%;
		height: 100%;
		background-image: url(/wp-content/uploads/2025/02/trucks_footer-1.jpg);
		background-repeat: no-repeat;
		background-position: left;
		left: 0;
		top: 0px;

	}
}
@media screen and (max-width:1350px) {
	#primary-menu > li:not(:first-child) {
		margin-left: 15px;
	}
	.header-content {
		/* 		padding: 15px 25px; */
	}
}
/* @media screen and (min-width:1750px) { */
@media screen and (min-width:991px) {	
	.dd-footer-copy-right {
		max-width: 680px;
	}
}
/* @media screen and (min-width:1200px) and (max-width:1750px) { */
@media screen and (min-width:991px) and (max-width:1200px) {	
	#primary-menu .menu-item a {
		font-size: 15px;
	}
}
@media screen and (min-width:991px) and (max-width:1200px)  {
	.header-content {
		padding: 15px 20px;
	}
	.site-branding img {
		max-width: 130px;
	}
	a.dd-phone-hold {
		width: 230px;
		font-size: 20px;
	}
	span.dd-phone-h-icon {
		width: 27px;
		height: 46px;
	}
	.dd-ft-info .dd-container {
		flex-direction: row;
	}
	.dd-socal-head {
		padding-right: 0;
	}
	.site-branding {
		padding-left: 0;
	}
	.dd-wrap-cta {
		align-items: center;
	}
	.header-content a.dd-quote-bt,
	.header-content a.dd-phone-hold {
		max-width: 200px;
	}
}
@media screen and (min-width:991px) and (max-width:1200px) {
	.header-content {
		padding-left: 0;
		padding-right:0;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 0;
		padding-top: 2px;
	}
	nav#site-navigation {
		width: 100%;
		order: 4;
		display: flex;
		justify-content: center;
		margin-right: 0;
		border-top: 1px solid #ffffff94;
		margin-top: 5px;
	}
	.site-branding {
		margin-left: 20px;
	}
	.dd-phone-container {
		margin-right: 20px;
	}
	.dd-hero-right.col-xs-12.col-md-5 {
		padding-left: 0;
		padding-right: 0;
	}
	h3.dd-hero-form-title {
		font-size: 22px;
		line-height: 30px;
	}
	.dd-hero-form-wrap {
		padding: 25px 30px 30px;
	}
}
@media screen and (max-width:1200px) {
	.dd-location-list-l.col-xs-12.col-md-8 {
		width: 100%;
	}
	.dd-location-list-l.col-xs-12.col-md-4 {
		width: 100%;
		height: 255px;
		margin-top: 30px;
	}
	.dd-container {
		flex-direction: column;
		justify-content: center;
	}
	.dd-container .dd-abft-banne-ti.col-xs-12.col-md-7 {
		width: 100%;
		padding-bottom: 30px;
		text-align: center;
	}
	.dd-banner-bt-abft.col-xs-12.col-md-5 {
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
	}
	.dd-ft-info {
		background-size: cover !important;
	}
	.dd-ft-info {
		padding: 71px 50px 30px;
		background-image: none !important;
		position: relative;
		overflow: hidden;
	}
	.dd-ft-info:before {
		position: absolute;
		content: "";
		width: 64%;
		height: 100%;
		background-image: url(/wp-content/uploads/2025/02/trucks_footer-1.jpg);
		background-repeat: no-repeat;
		background-position: left;
		left: 0;
		top: 0px;

	}
	.dd-inner-price-co.col-xs-12.col-md-3 {
		width: 50%;
	}
	.dd-inner-price-container {
		row-gap: 30px;
		display: flex;
		flex-wrap: wrap;
	}
	.header-content a.dd-quote-bt,
	.header-content a.dd-phone-hold {
		max-height: 45px;
		max-width: 200px;
	}
}
@media screen and (min-width:991px){
	#primary-menu li.menu-item-has-children:hover > .sub-menu {
		margin-left: 0;
		background: #000000eb;
		outline: none;
		border: none;
	}
	#primary-menu li.menu-item-has-children:hover > .sub-menu .menu-item-has-children > a:before {
		top: 0.5px;
		right: -5px;
	}
	.menu-item-has-children .sub-menu .sub-menu {
		min-width: 203px;
	}
}
@media screen and (max-width:991px) {
	.header-content .navbar-header {
		top: 67px;
	}
	nav#site-navigation:before {
		content: "";
		position: absolute;
		width: 1px;
		height: 77px;
		background: #ffffff94;
		right: 88px;
		top: 45px;
	}
	.dd-phone-container,
	.dd-wrap-cta {
		order: 1;
		width: 100%;
	}
	span.dd-phone-h-icon svg {
		width: 18px;
		height: 19px;
	}
	span.dd-phone-h-icon {
		width: 35px;
		height: 35px;
	}
	/*   a.dd-phone-hold ,  */
	.dd-wrap-cta a.dd-quote-bt,
	.dd-phone-container {
		width: 50%;
		justify-content: center;
	}
	.dd-wrap-cta a.dd-quote-bt {
		display: flex;
		justify-content: center;
		height:45px;
	}
	.dd-wrap-cta a.dd-quote-bt {
		border-radius: 0;
	}
	.dd-wrap-cta a.dd-quote-bt span.dd-quote-btsp {
		width: 35px;
		height: 35px;
		position: relative;
	}
	.dd-wrap-cta a.dd-quote-bt span.dd-quote-btsp + span {
		width: fit-content;
	}
	.dd-phone-container a.dd-phone-hold {
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	.dd-wrap-cta a.dd-quote-bt {
		margin-right: 0;
	}
	.site-branding {
		order: 2;
	}
	nav#site-navigation {
		order: 3;
	}
	nav#site-navigation {
		border-top: none;
	}
	.dd-socal-head {
		order: 2;
		padding-right: 107px;
	}
	.site-header::before {
		background-image: none !important;
	}
	.site-branding {
		padding-left: 0;
	}
	.custom-logo-link img.custom-logo {
		margin-bottom: 10px;
	}
	.header-content {
		padding: 0 0 0px;
		height: auto;
	}
	.site-branding img {
		max-width: 110px;
		margin: 10px 0 0 10px;
	}
	#dd-collapse-menu ul#primary-menu {
		/*     background: #00000085; */
		color: #fff;
	}
	#primary-menu .menu-item a {
		color: #fff;
	}
	select.pll-switcher-select {
		color: #fff;
	}
	#primary-menu .menu-item-has-children .sub-menu {
		background: transparent;
	}	
	.dd-footer-copy-right {
		display: none;
	}
	.dd-footer-copy-right.dd-footer-copy-right-mob {
		display: block;
		padding-left: 15px;
		padding-top: 50px;
	}
	.dd-ft-in-socal {
		padding-top: 40px;
	}
	.dd-ft-info {
		padding: 71px 0 20px;
	}
	.dd-ft-info-r.col-xs-12.col-md-4 {
		padding-top: 50px;
	}
	a.dd-phone-hold {
		border-radius: 0;
	}
	.dd-location-district.dd-location-district-2, .dd-location-district.dd-location-district-1 {
		height: auto;
	}
	.dd-abft-banne-ti h2 {
		text-align: center;
		width: 100%;
	}
	.dd-ft-info:before {
		width: 100%;
		top: -50px;
	}
	footer#colophon {
		overflow: hidden;
	}
	#primary-menu > li.menu-item {
		margin-left: 0;
	}
	div#dd-collapse-menu {
		top: 123px;
	}
	.header-content a.dd-quote-bt, .header-content a.dd-phone-hold {
		max-width:100%;
	}
	#primary-menu .menu-item-has-children .sub-menu {
		padding: 0;
		margin-bottom: 10px;
	}
}
@media screen and (min-width:767px) and (max-width:991px) {
	.dd-location-list .dd-location-district.dd-location-district-2,
	.dd-location-list .dd-location-district.dd-location-district-3,
	.dd-location-list .dd-location-district.dd-location-district-4{
		height: 187px;
	}
}
@media screen and (max-width:767px) {
	nav#site-navigation:before {
		height: 110px;
	}
	.header-content .navbar-header {
		top: 60px;
		right: 8px;
	}
	.dd-location-list-l.col-xs-12.col-md-8 {
		row-gap: 35px;
	}
	.dd-abft-banne-ti h2 {
		font-size: 32px;
		line-height: 44px;
	}
	.dd-banner-bt-abft.col-xs-12.col-md-5 {
		flex-direction: column;
		row-gap: 20px;
	}
	.site-branding img {
		max-width: 110px;
		margin: 5px 0 0 5px;
	}
	.header-content {
		padding: 0 0 5px;
		height: auto;
	}
	.navbar-header {
		top: 58px;
	}
	.dd-ft-info-l p {
		font-size: 18px;
		line-height: 32px;
	}
	.custom-logo-link img.custom-logo {
		max-height: 55px;
	}
	.dd-ft-info:before {
		width: 100%;
		height: 50%;
	}
	.dd-ft-info:before {
		width: 100%;
		height: 40%;
		background-size: cover;
	}
	.dd-banner-bt-abft.col-xs-12.col-md-5 {
		row-gap: 10px;
	}
	.dd-container .dd-abft-banne-ti.col-xs-12.col-md-7 {
		padding-bottom: 15px;
	}
	.dd-location-district.dd-location-district-3, 
	.dd-location-district.dd-location-district-4 {
		height: 160px;
	}
	.dd-inner-price-co.col-xs-12.col-md-3 {
		width: 100%;
	}
	.dd-wrap-cta a.dd-quote-bt, .dd-phone-container {
		width: 50%;
		justify-content: center;
	}
	.dd-wrap-cta {
		/* 		flex-direction: column; */
	}
	nav#site-navigation:before {
		top: 44px;
		height: 62px;
		right: 64px;
	}
	div#dd-collapse-menu {
		top: 107px;
		padding-top: 0;
	}
	.navbar-collapse > div:first-of-type {
		bottom: 0;
	}
	.custom-logo-link img.custom-logo {
		margin: 0;
		padding: 5px;
	}
	.dd-socal-head {
		column-gap: 0px;
		padding-left: 0;
		padding-right: 80px;
	}
	.navbar-header button .icon-bar:not(:first-child) {
		margin-top: 5px;
	}
	.navbar-header button .icon-bar {
		width: 27px;
	}
	.dd-wrap-cta a.dd-quote-bt span.dd-quote-btsp + span {
		font-size: 18px;
		margin-left: 0 !important;
		padding-left: 0;
	}
	.dd-wrap-cta a.dd-quote-bt span.dd-quote-btsp {
		margin-right: 0px;
	}
	span.dd-phone-h-icon {
		margin-right: 0;
	}
	a.dd-phone-hold {
		font-size: 18px;
	}
}
@media screen and (min-width:767px)  {
	.dd-footer-copy-right.dd-footer-copy-right-mob {
		display: none;
	}
	.dd-location-info.col-xs-12.col-md-6 {
		padding-left: 0;
	}
	.dd-banner-bt-abft a.dd-phone-bt {
		margin-left: 10px;
	}
	.dd-ft-info-l.col-xs-12.col-md-8 {
		padding-bottom: 0;
	}

}
div#gmap {
	height: 100%;
	width: 100%;
}
.gmap-label {
	background: #1f2d61;
	padding: 10px;
	border-radius: 10px;
}
.dd-location-list-l-wr {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	overflow: hidden;
}
.gravity-theme.ui-datepicker .ui-datepicker-calendar td {
	font-size: 16px!important;
}
/* Force the navbar to be collapsed under 1300px instead of 768px */
@media (max-width: 991px) {
	/* @media (max-width: 1750px) {	 */
	.header-content .navbar-header {
		float: none;
	}
	.header-content .navbar-toggle {
		display: block;
	}
	.header-content .navbar-collapse {
		border-top: none;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.header-content .navbar-collapse.collapse {
		display: none!important;
	}
	.header-content .navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.header-content .navbar-nav > li {
		float: none;
	}
	.header-content  .navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header-content  .collapse.in{
		display:block !important;
	}
	.dd-socal-head a.dd-ft-in-socal-li {
		width: 45px;
		height: 45px;
		padding-top: 4px;
	}

}
@media (max-width: 767px) {
	div#dd-collapse-menu{
		overflow-y: auto;
		/* 		height: calc(100vh - 217px); */
	}
}
@media (max-width:520px) {
	a.custom-logo-link:before {
		content: "";
		position: absolute;
		width: 1px;
		height: 60px;
		background: #ffffff94;
		right: -8px;
	}
	.dd-wrap-cta a.dd-quote-bt span.dd-quote-btsp {
		width: 13px;
		height: 16px;
		margin-right: 5px;
	}
	span.dd-phone-h-icon {
		width: 15px;
		height: 15px;
		margin-right: 5px;
	}
}
@media (max-width:420px) { 
	.dd-wrap-cta a.dd-quote-bt, .dd-phone-container {
		width: 100%;
	}
	.dd-wrap-cta {
		/* 		flex-direction: column; */
	}
	.header-content .navbar-header {
		top: 60px;
		right: 8px;
	}
	nav#site-navigation:before {
		top: 44px;
	}
	div#dd-collapse-menu {
		top: 106px;
	}
	.header-content a.dd-quote-bt, .header-content a.dd-phone-hold {
		max-width: 100%;
		max-height: 50px;
	}
	.dd-wrap-cta a.dd-quote-bt span.dd-quote-btsp {
		width: 13px;
		height: 16px;
		margin-right: 5px;
	}
	.dd-wrap-cta a.dd-quote-bt span.dd-quote-btsp + span {
		font-size: 16px;
	}
}
@media (max-width:374px) {
	.dd-socal-head a.dd-ft-in-socal-li {
		width: 40px;
		height: 40px;
	}
}
.header-content {
	background: #14161D;
}
.dd-scroll-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 99999999999999;
	max-width: 52px;
	height: 52px;
}
.dd-why.dd-price-pagewhy a.dd-phone-bt:hover {
	color: #292D32;
	background: #fff;
}
a.dd-ft-in-socal-li img:hover {
	filter: invert(20%) sepia(12%) saturate(4%) hue-rotate(344deg) brightness(103%) contrast(86%);
}
a.dd-ft-in-socal-li svg {
	width: 100%;
	height: 100%;
}
a.dd-ft-in-socal-li svg:hover rect {
	fill: #000000 !important;
}
.dd-ft-info-r .dd-ft-in-ph a:hover {
	color: #e03425;
}