/*
Theme Name: Health Library
Theme URI: https://healthlibrary.askapollo.com/
Author: Apollo Hospitals
Author URI: https://www.apollohospitals.com/
Version: 1.0
*/

.listingimagediv{
	width: 230px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.listingimagediv img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.pagination-wrapper .current{
	background: #4db2ec;
	color: white;
	border-color: #4db2ec;
}
.help h1{font-size: 36px; font-weight: 500; color: #007291;}
.help p{font-size: 16px; font-weight: 500; color: #000; margin: 10px 0px 20px 0px;}
.help .abtnn{font-size: 16px; font-weight: 500; color: #fff; background: #000; padding: 10px 15px; display: inline-block; margin: 10px 0px 20px 0px;}
.no-arrow::after {
    display: none;
}

/*01-03-2024 Complete Cardiology Blogs   */	  
		  .maintitle{font-size: 21px;}
		  .mainlinkbanner{padding: 0px; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0));
}}

.socialmediaicon a i:hover{
	color: #4db2ec !important;
}