* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

.row-pandding {
	padding: 0px;
}

.row-margin {
	margin: 0px;
}

.left-button {
	float: right;
}

.right-button {
	float: right;
}

.card.last {
	float: left;
	margin: 0;
}

.top-space {
	margin-top: 10px;
	color: rgb(51, 51, 51);
	background-color: rgb(245, 245, 245);
	border-color: rgb(221, 221, 221);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px 15px;
}

.inline-section {
	display: inline-block;
}

.left-space {
	margin-left: 10px;
}

.b1 {
	width: 98%;
	padding-left: 1%;
}

.header-list-section {
	width: 72%;
}

.list-border-bottom {
	border-bottom: 1px solid #ccc6c6 !important;
}

.list-border-bottom:last-child {
	border-bottom: none !important;
}

.card-text {
	color: #fff;
	font-size: 1 rem;
	text-align: center;
	margin-top: -21px;
	margin-bottom: auto;
}

.h4class {
	text-align: center !important;
	background: #0878bd !important;
	border: 1px solid #d9d9d9;
	display: block;
	padding: 18px 20px !important;
	font-size: 18px;
	color: #fff !important;
	margin-bottom: -1px
}

.h4class+p, .h4class+div p {
	min-height: auto
}

.flex-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0 !important;
	margin-right: 0 !important
}

.main-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	min-height: 286px;
	height: auto;
}

.card {
	position: relative;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	/* border: 1px solid rgba(0, 0, 0, .25); */
	margin: 0 auto 30px;
	min-height: 300px;
}

.content-container {
	margin-bottom: 10px;
}

.overlap-container {
	position: absolute;
	width: 92%;
	z-index: 99;
}

.overlap-container-down-arrow {
	top: calc(100%);
	z-index: 999;
}

.drpdown-arrow {
	color: #FFF;
	font-weight: bold;
	font-size: 28px !important;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	margin: 3px 0 0 7px;
}

.active .rotating_arrow span.down-arrow .drpdown-arrow {
	-webkit-transform: rotate(180deg) !important;
	transform: rotate(180deg) !important;
}

.card span.down-arrow {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 25%);
	transform: translate(-50%, 25%);
	width: 32px;
	height: 32px;
	background-color: #1b79bb;
	border-radius: 50%;
	cursor: pointer;
	margin-top: -24px
}

.flex-section .collapse {
	display: none !important;
	visibility: visible !important
}

.flex-section .collapse.show {
	display: block !important
}

@media ( max-width :767px) {
	.card {
		width: 100%
	}
	.card span.down-arrow {
		-webkit-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
		margin-top: -30px
	}
}

@media ( min-width :768px) and (max-width:1025px) {
	.card {
		width: 48%
	}
}

/*css start*/
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 5px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.underline-heading {
	border-bottom: 1px #999 solid;
}

.box-shadow {
	box-shadow: 1px 2px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 10px #777;
}

.box-shadow.no-content-shadow {
	box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.heading-one {
	width: 100%;
	background: #1b79bb;
}

.heading-one h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #fff !important;
	text-align: center;
	line-height: 40px;
}

.div.know-more {
	
}

.heading-list {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000 !important;
}

.know-more a {
	font-size: 0px;
	color: #F00 !important;
	cursor: pointer;
	text-decoration: none !important;
}

.know-more a span {
	color: #F00 !important;
	font-size: 13px;
	margin-left: 3px;
	display: inline-block;
}

.know-more a span:hover {
	margin-right: 6px;
}

.group-button {
	width: 65px;
	font-size: 12px;
	margin: 0px;
}

.list-down {
	margin-top: -15px;
}

.scroll-back-shadow {
	box-shadow: 2px 6px #094375;
	/* 	position: relative;
	width: 100%;
	z-index: 1;
	background: #f1f1f1;
	border-bottom: 1px #094375 solid;
	border-right: 1px #094375 solid;
	border-left: 1px #094375 solid;
	box-shadow: 2px 6px #094375; */
}