









.singleReport {    
	padding-left: 32px !important;
	padding-right: 32px !important;
	width: 100% !important;
	max-width: 1680px;
}

.singleReport .content {
	min-width: 100% !important;
	border: 1px solid #796363;
	background: #FFF;
	margin-bottom: 6rem;
	margin-top: 2rem;
}

.singleReport .report-header {
	color: #ffffff;
	text-align: center;
	font-size: 25px !important;
	font-weight: 700;
	text-transform: uppercase;
	background: #286467;
	padding: 1rem;
}


.single-exca_reports .singleReport .content {
	width: 100% !important;
	min-width: inherit !important;
	max-width: 1320px;
	float: none !important;
	margin: auto;
}

.reportHeader {
    margin-top: 20px;
    background: transparent;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.reportAddtInfo {
	display: flex;
    padding: 12px 36px;
}


@media (max-width: 590px) {
	.reportAddtInfo {
		flex-wrap: wrap;
	}
	
	.reportAddtInfo div {
		width: 100% !important;
	}	
}


.reportDescription {
	padding: 0 36px;
}

.reportImagesContainer {
	/* display: none !important; */
	width: 450px;
    margin-bottom: 50px;
}

.reportImagesContainer {
	padding: 0 36px;
}

.reportAddtInfo p {
	color: #796363;
}

.reportAddtInfo div {
	width: 50%;
}

#reportDetails .readmore-js-toggle {
	display: none !important;
}

.reportDescription {
	height: auto !important;
}


#reportForm {
    padding: 25px 50px !important;
}

