.clear {
	clear: both;
	padding: 0 15px;
}
.main-container.inner-page {
	position: relative;
	z-index: 2;
}
.main-box {
	display: flex;
	justify-content: space-between;
}
.sidebar__list li {
	display: flex;
	border-bottom: 1px solid rgba(226, 226, 226, 0.4);
padding-bottom: 13px;
padding-top: 13px;
}
.sidebar__list {
	height: 300px;
}
.sidebar__list li i {
	margin-top: 6px;
}
.sidebar__title {
	margin-bottom: 15px;
}
.news-info li {
	font-size: 14px;
}
.es-post-content {
	margin-top: 25px;
}
.news-tools a {
	background: #f5f5f5 !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news-info-wrap .row {
	display: flex;
	align-items: center;
}
.news-head h2 {
	margin: 0 0 40px 0;
}
.news-content .news-img {
border-radius: 25px;
	float: left;
	border: 5px solid #fff;
	box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
	margin: 0 30px 15px 0;
	width: 475px;
	height: 100%;
}
.internal-section .container {
	box-shadow: 0 2px 4px 0 #ccd0d9;
	border-radius: 15px;
	padding: 30px;
	min-height: 400px;
	height: auto;
	margin-bottom: 30px;
}
.breadcrumb-container {
	height: 70px;
	background: #ececec;
}
ul.breadcrumb {
	padding: 29px 16px 10px !important;
}
.internal-section {
	margin-top: 15px;
}
.sidebar {
	width: 30%;
}
.inner-box{
    width: 74%;
margin-right: 15px;
box-shadow: 0 2px 4px 0 #ccd0d9;
border-radius: 15px;
padding: 30px;
min-height: 400px;
height: auto;
margin-bottom: 30px;
}
.breadcrumb-area {
	height: 45px;
	margin: 143px 0 8px 0;
}
.sidebar__box {
	background: #fafafa;
	padding: 30px;
	border-radius: 15px;
	margin-bottom: 30px;
	height: 390px;
}
.es-form-control {
	border: 1px solid #ced4da !important;
}


