.sideBar .card.news_horizontal_card {
    margin-bottom: 24px;
}
.sideBar .card.news_horizontal_card .news_thumb {
    width: 90px;
    height: 90px;
}

.sideBar .card.news_horizontal_card .card-body {
    padding: 9px 16px;
	width: calc(100% - 90px);
}

.related {
	padding: 0 0 10px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 40px;
	position: relative;
}
.related:before {
	content: "";
	width: 56px;
	height: 2px;
	background: #F3BC44;
	position: absolute;
	left: 0;
	top: 100%;
}
.sideBar .side_image {
	width: 100%;
	min-height: 480px;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 0 40px;
}
.sideBar .side_image .subText {
	padding: 80px 40px 80px;
	text-align: center;
}
.sideBar .side_image .subText .hand_icon {
	margin: 0 auto 40px;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F3BC44;	
	border-radius: 100%;
}
.sideBar .side_image .subText  h4 {
	margin: 0 0 40px;
	color: #fff;
}
.sideBar .side_image .subText .btn.supportBtn {
    padding: 15px 32px;
}
.sideBar .side_image .subText .btn.supportBtn svg {
    margin-right: 10px;
}

/* Defenders */
.sideBar .filterBox {
    padding: 40px 40px;
    background: #FFF9F0;
    margin: 0 0 40px;
}
#_filter .form-group:last-child{
	margin-bottom: 0;
}
.sideBar .filterBox.formFilter {
	position: relative;
}
.sideBar .filterBox.formFilter .filterOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.filterOverlay .loader {
	width: 48px;
	height: 48px;
	border: 5px solid #FFF;
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-color: #FF3D00;
	border-radius: 50%;
	display: inline-block;
	-webkit-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
}
@keyframes rotation {
	0% {
		transform: rotate(0deg);
   }
	100% {
		transform: rotate(360deg);
   }
}
.details_list ul li {
	font-size: 16px;
	line-height: 16px;
	color: #111111;
	margin: 0 0 30px;
}
.details_list ul li:last-child {
	margin-bottom: 0;
}
.details_list ul li span {
	margin: 8px 0 0;
	font-size: 12px;
	line-height: 12px;
	color: #4D4D4D;
	display: block;
}
.details_list a.btn {
    padding: 15px 19px;
    width: 100%;
    text-align: center;
}
.details_list a.btn.twitter {
    background: #49BAFA;
    margin: 30px 0 16px;
}
.details_list a.btn.twitter:hover {
    background: #67bae9;
}
.details_list a.btn svg {
    margin: 0 11px 0 0;
}
.relatedBox {
    margin-bottom: 40px;
}
.relatedBox .action_country .image img {
    width: 100%;
	height: 210px;
    object-fit: cover;
}
.relatedBox .action_country .countryText {
    padding: 24px 24px;
    background: #FFF9F0;
}
.relatedBox .action_country .countryText span.subTittle {
    font-size: 12px;
    line-height: 12px;
}
.relatedBox .action_country .countryText p {
    font-weight: 700;
}

.Categorie_list ul li {
	font-size: 16px;
	line-height: 16px;
	color: #111111;
	margin: 0 0 30px;
}
/* .Categorie_list ul li:last-child {
	margin-bottom: 0;
} */
.Categorie_list ul li span {
	color: #737373;
	float: right;
}

.inquirie_text {
	padding: 0 0 24px;
	margin: 0 0 24px;
	border-bottom: 1px solid #DFDFDF;
}
.inquirie_text:last-child {
	border-bottom: 0;
	margin-bottom: 16px;
}
.inquirie_text strong {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	color: #111111;
	display: block;
	margin: 0 0 8px;
}
.inquirie_text a.mail {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	text-decoration-line: underline;
	color: #00625C;
}
.social_iconPart {
	display: flex;
	flex-wrap: wrap;
}
.social_iconPart li {
	margin-right: 10px;
}
.social_iconPart li:last-child {
	margin-right: 0px;
}
.social_iconPart li a {
	width: 46px;
	height: 46px;
	border: 1px solid #DFDFDF;
	background: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social_iconPart li a:hover {
	background: #f0f0f1;
}

.postid-155 .sideBar .side_image .subText .btn.supportBtn {
    padding: 15px 20px;
	width: 100%;
    text-align: center;
}

@media(max-width: 1365px){
	.sideBar .filterBox {
		padding: 40px 30px 40px;
	}
	.details_list a.btn {
		padding: 15px 15px;
	}
	.postid-155 .sideBar .side_image .subText .btn.supportBtn {
		padding: 15px 14px;
	}
}


@media(max-width: 1279px){
    .sideBar .filterBox {
        padding: 40px 20px 40px;
    }
	.sideBar .side_image .subText {
		padding: 80px 25px 80px;
	}
	.postid-155 .sideBar .side_image .subText .btn.supportBtn {
		padding: 15px 10px;
		font-size: 13px;
	}
}

@media(max-width: 1199px){

	
	.sideBar .side_image {
		min-height: 330px;
	}
	.sideBar .side_image .subText {
		padding: 40px 20px 40px;
	}
	.sideBar .side_image .subText h4 {
		margin: 0 0 20px;
	}
	.sideBar .side_image .subText .hand_icon {
		margin: 0 auto 20px;
		width: 75px;
		height: 75px;
	}
	.sideBar .side_image .subText .hand_icon img {
		width: 30px;
	}
	.single_image img {
		height: 440px;
	}
	.social_iconPart li {
		margin-bottom: 10px;
	}
	.details_list .btn {
		font-size: 12px;
		letter-spacing: 1px;
	}
	.postid-155 .sideBar .side_image .subText .btn.supportBtn {
		padding: 15px 10px;
		font-size: 11px;
	}
	.sideBar .side_image .subText .btn.supportBtn svg {
		margin-right: 5px;
	}
	.details_list a.btn {
		padding: 15px 11px;
	}
	.details_list a.btn svg {
		margin: 0 6px 0 0;
	}
	
	
}

@media(max-width: 991px){
	
	.sideBar .side_image {
		min-height: 330px;
	}
	.single_image img {
		height: auto;
	}
	.sideBar .side_image .subText .btn.supportBtn {
		padding: 15px 15px;
	}
	.details_list .btn {
		font-size: 12px;
		letter-spacing: 1px;
		padding: 15px 9px;
	}
	.details_list a.btn {
		padding: 15px 9px;
	}
	.details_list a.btn svg {
		margin: 0 3px 0 0;
	}
	.sideBar .side_image .subText h4 {
		font-size: 20px;
	}
	
	
}

@media(max-width: 767px){

	.relatedBox .action_country .image img {
		height: auto;
	}
	.sideBar .side_image {
		display: flex;
		align-items: center;
		justify-content: center;
		background-position: center;
	}
	
}