.page-banner-section {
  min-height: 240px;
}

/* search */

.search-results {
	border-bottom: 0 !important;
}
.search-result {
	margin-bottom: 30px;
}
.search-result h3 {
  font-size: 1rem;
	padding: 0;
	margin: 0;
}
.search-result p {
	margin: 0;
}
.search-result-link {
	color: #267F18;
}
.search-result-img {
	margin-right: 10px;
	margin-bottom: 10px;
}

/* google translate */
#google_translate_element {
  margin-top: 0;
}
.goog-te-gadget-icon {
	display: none;
}
.goog-te-gadget {
	color: #fff !important;
}
.goog-te-gadget-simple {
	background: transparent !important;
	border: 0 !important;
}
.goog-te-gadget-simple span {
	color: #fff !important;
}

/**************************************************************************************
complaint 
**************************************************************************************/
.complaint-form {
	margin-top: 10px;
	padding: 20px;
	border-radius: 10px;
}
.complaint-form h4 {
	color: #084d64;
	font-size: 16px;
	font-weight: bold;
	border-bottom:2px solid #084d64;
	padding: 0 0 5px 0;
	margin: 25px 0 0 0;
	text-transform: uppercase;
}
.complaint-form .control-label {
	padding-top:10px;
	padding-bottom: 5px;
	margin: 0;
	font-weight: bold;
	color: #1f7d9c;
}
.complaint-form .custom-control-label {
	padding-left: 5px;
}
.complaint-form input::placeholder, .complaint-form textarea::placeholder {
	color: #ccc;
	font-size: 14px;
}
.upload-preview .well {
	background-color: #daecf2;
	border-radius: 6px;
	padding: 5px;
}
.alert-icon, .alert-message {
	display: inline-block;
}

/**************************************************************************************
custom styles 
**************************************************************************************/

.nhrc-hero {
	max-height: 640px;
}
.nhrc-hero-content {
	height: 100%;
	display: table-cell;
	vertical-align: bottom;
}
.nhrc-hero-content h2 {
	margin-top: 440px;
	margin-bottom: 20px;
	font-size: 30px;
	color: #fff;
}
.nhrc-hero-btn {
}
.bg-nhrc {
	background:#e5f5fb !important;
}
#header {
	background:#e5f5fb !important;
}
.header-logo a img {
	max-width: 80px;
}
.header-logo-text {
	width: 100%;
	padding-left: 25px;
}
.header-logo-text h1 {
	font-size: 24px;
	margin: 0;
}
.header-logo-text h2 {
	font-size: 14px;
	margin: 0;
}
.nhrc-header-wrap {
	margin-top: 10px;
	background: #252c70;
	border-radius: 15px 15px 0px 0px;
}
.nhrc-header-wrap .header-menu .main-menu > li > a {
	color: #fff;
}
.nhrc-header-wrap .header-menu .main-menu > li > a:hover {
	color: #e5f5fb;
}
.nhrc-header-wrap .header-menu .main-menu li {
	padding: 15px 25px;
}
.nhrc-header-wrap .header-search .search-btn {
	color: #fff;
}
.nhrc-header-wrap .header-meta {
	margin-right: 10px;
}
.header-search::before {
	background: none;
}

.search-box {
	position: relative;
	width: 300px;
}

.search-box input {
	width: 100%;
	padding: 8px 45px 8px 15px !important;
	border: 1px solid #ccc;
	border-radius: 25px;
	font-size: 16px;
	outline: none;
	box-sizing: border-box;
}
.search-box input::placeholder {
	color: #ccc !important;
	font-weight: normal !important;
	opacity: 0.7 !important;
}

.search-box button {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	cursor: pointer;
	font-size: 18px;
	padding: 5px;
}

.search-box button:hover {
	opacity: 0.7;
}
.nhrc-welcome {
	padding: 10px 30px !important;
}

.featured-box {
	overflow: hidden;
	padding: 10px 10px 20px 10px !important;
}
.featured-box h4 {
	margin:0 !important;
}
.featured-box, .featured-box h4 a {
	color: #fff !important;
}
.featured-box-1 {
	background: #154899 !important;
}
.featured-box-2 {
	background: #065daf !important;
}
.featured-box-3 {
	background: #154285 !important;
}
.btn-featured {
	background: #f2f6f8 !important;
	color: #154899 !important;
}
.btn-featured:hover {
	color:#fff !important;
}
.featured-info-box {
	display: flex;
	align-items: flex-start;
	gap: 15px;

	width: 100%;
	padding: 15px;

	box-sizing: border-box;
}

/* Fixed-width icon area */
.featured-info-icon {
	width: 80px;
	min-width: 80px;
}

.featured-info-icon img {
	width: 100%;
	height: auto;
	display: block;
}

.featured-info-content{
	flex: 1;
}
.featured-ribbon {
	position: absolute;
	top: 15px;
	right: -45px;
	
	background: linear-gradient(
		135deg,
		#ec4849 0%,
		#d31c6f 50%,
		#b12085 100%
	);
	color: #fff;

	padding: 8px 50px;

	font-size: 10px;
	text-align: center;

	transform: rotate(45deg);

	box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}


.corner-ribbon {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;

	background: linear-gradient(
		135deg,
		#ec4849 0%,
		#d31c6f 50%,
		#b12085 100%
	);

	/* Triangle shape */
	clip-path: polygon(100% 0, 0 0, 100% 100%);

	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

.corner-ribbon span {
	position: absolute;

	top: 20px;
	left: 0px;

	width: 90px;

	color: #fff;
	font-size: 11px;
	text-align: center;

	transform: rotate(45deg);
}

.nhrc--stats {
	padding-bottom: 130px;
}
.nhrc--stats .nhrc--stats-label {
	padding-top: 40px;
}
.nhrc--stats .nhrc--stats-label a {
	color: #154899 !important;  
	font-weight: bold;
}
.nhrc--stats h2 {
	display: block;
	color: #181c1f !important;  
}
.nhrc--stats h6 {
	display: block;
	color: #154899 !important;          
}

.nhrc--stats .counter {
	color: #1e275a !important;
	font-weight: bold !important;
	font-size: 23px !important;
}
.nhrc--stats .counter-content p {
	font-weight: normal !important;
	text-transform: none !important;
	line-height: 14px;
}
.nhrc--stats .counter-img {
	background: transparent !important;
	box-shadow: none;
}
.nhrc--stats .single-counter {
	border-left: 1px solid #d3e0e8;
}

.list-style-one {
	list-style: outside;
	margin-left: 40px;
	margin-bottom: 20px;
}

.blog-details-section p {
	margin: 20px 0 !important;
}

.nhrc {
	margin-top: -100px;
}