header.landing-header {
    justify-content: center;
    display: flex;
	position: relative;
	height: 115px;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
	transition: all ease-in-out .3s;
}
header.landing-header.scrolled{
	height: 90px;
}
header.landing-header .header-container{
	position: relative;
}
header.landing-header.scrolled .header-left-section{
	max-width: 300px;
}
body.page-id-1511{
    margin-top: 115px;
}
header.landing-header.scrolled{
    box-shadow:0 3px 10px rgb(0 0 0 / 20%);
}
.admin-bar header.landing-header{
    top:32px;
}
#content{
	position: relative;
}
#content::before{
	content: '';
    width: 0;
    height: 0;
    border-top: 70px solid #fff;
    border-left: 100vw solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.header-container,
.header-right-section,
.section-nav
{
	display: flex;
}
.header-container{
	align-items: center;
	max-width: 1220px;
    justify-content: space-between;
    width: 100%;
	padding: 30px 10px;
}
.header-left-section {
	max-width: 400px;
	transition: all ease-in-out .3s;
}
.header-right-section {
	gap: 20px;
}
.section-nav{
	list-style: none;
	margin: 0;
	align-items: center;
	gap: 15px;
	font-weight: 600;
	font-size: 18px;
}
.section-nav a{
	display: flex;
	color: #000;
	width: 100%;
}
header .phone-wrap,
header .quote-wrap{
	display: flex;
	gap: 5px;
	align-items: center;
}
header .menu-icon{
	width: 0px;
	height: 0px;
	transition: all ease-in-out .3s;
	position: relative;
	margin: auto;
	overflow: hidden;
}
header.landing-header .menu-icon::before{
	content: "";
	width: 100%;
	height: 4px;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	transition: all ease-in-out .3s;
}
header.landing-header .menu-icon::after{
	content: "";
	width: 100%;
	height: 4px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all ease-in-out .3s;
}
header.landing-header .menu-icon-line{
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	width: 100%;
	height: 4px;
	background-color: #000;
	left: 0;
}
header .quote-wrap{
	max-width: 0px;
	overflow:hidden;
	transition: max-width ease-in-out .3s;
}
header .get-quote{
	font-weight: 600;
	font-size: 0;
	color: transparent;
	transition: all ease-in-out .3s;
}
header.landing-header.scrolled .get-quote{
	font-size: 25px;
	color: #AF3547;
}
header.landing-header.scrolled .quote-wrap{
	max-width: 300px;
}
header .phone-no
{
	display: flex;
	align-items: center;
	color: #AF3547;
	font-weight: 600;
	font-size: 25px;
	transition: all ease-in-out .3s;
}
header .phone-wrap svg{
	width: 35px;
	height: 35px;
	stroke: black;
	stroke-width: 20px;
	overflow: visible;
}
header .quote-wrap svg{
	width: 35px;
	height: 35px;
	stroke: black;
	stroke-width: 0.5px;
}
@media(max-width: 1119px){
	header.landing-header .section-nav{
		position: absolute;
		top: 100%;
		width: 100%;
		flex-direction: column;
		background-color: rgba(255,255,255);
		max-height: 0;
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		transition: all ease-in-out .3s;
		overflow: hidden;
	}
	header.landing-header .section-nav li{
		width: 100%;
		max-width:800px;
		border-bottom: 1px solid #000;
	}
	header.landing-header .section-nav.active{
		max-height: 80vh;
		padding-top: 30px;
		padding-bottom: 30px;
		box-shadow:0 3px 10px rgb(0 0 0 / 20%);
	}

	header.landing-header .menu-icon{
		height: 25px;
		width: 30px;
		overflow: visible;
	}
	header.landing-header .menu-icon.active .menu-icon-line{
		width: 0;
		height: 0;
	}
	header.landing-header .menu-icon.active::before{
		top: 50%;
		transform: translatey(-50%) rotate(45deg);
	}
	header.landing-header .menu-icon.active::after{
		top: 50%;
		transform: translatey(-50%) rotate(-45deg);
	}
	header .phone-no,
	header.landing-header.scrolled .get-quote{
		font-size: 20px;
	}
}
@media(max-width: 767px){
	body.page-id-1511{
		margin-top: 80px;
	}
	header.landing-header{
		height: 80px;
	}
	header.landing-header.scrolled{
		height: 60px;
	}
	.header-left-section{
		max-width: 250px;
	}
	header.landing-header.scrolled .header-left-section{
		max-width: 200px;
	}
	.header-right-section{
		gap: 10px;
	}
	header .phone-no,
	header.landing-header.scrolled .get-quote{
		font-size: 18px;
	}
	header .phone-wrap svg,
	header .quote-wrap svg
	{
		width: 30px;
		height: 30px;
	}
	#content::before{
   	 border-top: 70px solid #fff;
	}
}
@media(max-width: 676px){
	header.landing-header.scrolled .phone-no{
		font-size: 0;
	}
	header.landing-header .menu-icon{
		height: 20px;
		width: 25px;
	}
}
@media(max-width: 498px){
	header.landing-header .phone-no,
	header.landing-header.scrolled .get-quote{
		font-size:0;
	}
}
footer{
	display: flex;
	justify-content: center;
	background-color:#39505D;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}
footer::before{
	position: absolute;
	height: 24px;
	top:0;
	left:0;
	content:'';
	width: 100%;
	background-color: #af3547;
}
footer .footer-container{
	display: flex;
	max-width: 1220px;
	padding: 10px;
}
footer .footer-logo{
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .footer-logo img{
  filter: grayscale(1) brightness(0) invert(1);	
}
footer .footer-content{
	display: flex;
	flex-direction: column;
	margin-left: auto;
}
footer .phone-no{
	font-family: inter;
	font-weight: 600;
	font-size: 25px;
	color: #fff;
	margin-bottom: 20px;
	text-align: end;
}
footer .footer-add,
footer .license-no{
	font-family: inter;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	margin-bottom: 15px;
	text-align: end;
}
@media(max-width: 767px){
	footer .footer-container{
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	footer .footer-logo,
	footer .footer-content{
		width: 100%;
		margin: auto;
	}
	footer .phone-no,
	footer .license-no,
	footer .footer-add{
		text-align: center;
	}
}