.page-header{
/*	border-bottom: 1px solid #EAECF0;*/
}
.terms_header{
	padding-top: 0;
	position: relative;
}
.terms_title{
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.terms_title h1{
	color: #fff;
	font-size: 48px;
	margin-bottom: 18px;
}
.terms_title span{
	font-size: 18px;
	color: #FD7847;
}
.custommenu, .generalbtninv{
	display: none;
}
.headbuttons{
	justify-content: end;
}
.terms_content .uk-width-3-5{
	width: 70%;
}
.terms_content .uk-width-2-5{
	width: 30%;
}
.headings{
	border-left: 1px solid #E1E3E6;
	font-weight: 16px;
	color: #8F96A0;
}
.headings li{
	padding-left: 12px !important;
	margin: 8px 0;
}
.headings li a{
	color: #7688A2;
}
.headings .active{
	border-left: 3px solid #EC7F47;
/*	color: #31343F;*/
}
.headings .active a{
	color: #122247;
}
.post-content, .post-sidebar{
	padding-top: 60px;
}
.post-sidebar{
	position: sticky;
	top: 25px;
	height: min-content;
	padding-left: 55px;
}
p{
	color: #122247;
	font-size: 18px;
}
.post-content h2{
	font-size: 32px;
	color: #122247;
	font-weight: 800;
}
#heading0{
	width: 55%;
}
.footer-first, .footer_line{
	display: none !important;
}
footer .uk-container-large{
	padding: 32px 100px !important;
}
.canvas-icon{
	display: none;
}
.footertt{
	display: flex;
}
@media only screen and (max-width: 640px){
	.terms_title h1{
		font-size: 32px;
	}
	.terms_title span{
		font-size: 14px;
	}
	.terms_header img{
		object-fit: cover;
		height: 180px;
	}
	.terms_title{
		top: 43%;
	}
	.footer-first-mob{
		display: none;
	}
	footer .uk-container-large{
		padding: 20px !important;
	}
	.footertt{
		font-size: 12px;
	}
	#heading0{
		width: 100%;
	}
}