.accordion-container {
    margin-bottom: 30px;
}
.accordion-head {
    cursor: pointer;
    padding: 15px 30px 15px 20px;
    border: 1px solid #ebebeb;
    margin-top: 10px;
    background: #ffffff url("../images/accordian-close.png") no-repeat center right 16px;
	border-radius: 5px;
}
.accordion-head.active {
    border-bottom: 0 none;
    color: #29466b;
    background: #dbe5f1 url(../images/accordian-open.png) no-repeat center right 14px;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}
.accordion-body {
    background: #f7f7f7;
    display: none;
    border: 1px solid #ccc;
    padding: 1px 20px 20px;
    border-top: 0 none;
    font-size: 15px;
    line-height: 1.5;
    color: #1c3f67;
    font-weight: 400;
	border-radius: 0 0 5px 5px;
}
/* Advance News Page*/
.advance-news{
    font-size: 16px;
    line-height: 25px;
	min-height: calc(100vh - 300px);
}
.advance-news h2 {
    text-transform: uppercase;
    font-weight: 700;
}
.advance-news p:not(:last-child){
	margin-bottom: 20px;
}
.accordian_single_conent:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dadada;
}
.accordian_single_conent h3 {
    color: #29466b;
    margin-top: 25px;
    font-weight: bold;
    margin-bottom: 8px;
}
.accordian_single_conent .image_area {
    margin-bottom: 25px;
	margin-top: 25px;
}
.accordian_single_conent .image_row {
    display: flex;
	flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.accordian_single_conent .image_col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    /*overflow: hidden;*/
	height: 351px;
}
.accordian_single_conent .image_col img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.newsSideRight {
	border:0;
	padding-top: 6px;
}
.newsSideRight .newsSideTop{
	margin-bottom:25px;
    border: 3px solid #cef7f6;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.newsSideRight .newsSideTop img{
	width:100%;
	height:auto;
}

.image_caption{
	color: #a92121;
    font-size: 13px;
    padding-top: 4px;
    border-bottom: 1px solid #a92121;
}
.single_conent{
	padding-top: 10px;
}
.single_conent ul li, .single_conent ol li{
	margin-left: 20px;
}

@media only screen and (max-width: 767px) {
	.accordian_single_conent .image_col {
    	width: 100%;
		height: auto;
	}
	.accordian_single_conent .image_col:not(:last-child){
		margin-bottom:25px
	}
}
