html,body{
	margin:0;
	padding:0;
	height:100%;
}
body{
	font-family: "Montserrat",sans-serif;
	color: #272f33;
}
*:focus {
    outline: none;
}
a{
	color:#57bdad;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

a:focus, a:hover, a:visited{
	color:#57bdad;
	outline:none;
	text-decoration:none;
}
.aboutus-content {
    padding: 80px 0;
}
h1#aboutus {
    position: absolute;
    left: 43%;
    top: 10%;
}
img#top-image {
    height: 338px;
}
img{
	width:100%;
	height:auto;
}
.global_green{
	color:#57bdad;
}
.wrapper{
	margin:0;
	padding:0;
	background-color:#eaedef;
/*
	background-color:#5ABEAE;
*/
	min-height:100%;
}
.wrapper .container{
	/*padding-top:20px;
	padding-bottom:20px;*/
}
.drug-details .wrapper .container{
	padding-top:100px;
	padding-bottom:20px;
}
.inner-page .wrapper .container{
	padding-top:100px;
	padding-bottom:20px;
}
header{
	position:relative;
}
.navigation{
	padding:20px 0;
	position:absolute;
	width:100%;
}
.navigation-inner{
    padding: 10px 0;
    width: 100%;
    background:#f9f9fa;
	-moz-box-shadow: 0px 5px 5px rgba(68,68,68,0.06);
	-webkit-box-shadow: 0px 5px 5px rgba(68,68,68,0.06);
	box-shadow: 0px 5px 5px rgba(68,68,68,0.06);
}
.site-brand{
	float:left;
}
.site-brand img{
	height:auto;
	width:120px;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.social{
	float:right;
	padding:10px 0;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.social ul{
	display: block;
    overflow: hidden;
    position: relative;
    margin:0;
}
.social ul li{
	float: left;
    list-style: none;
    margin: 15px 5px 0;
    -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.social ul li a{
	border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 16px;
    padding: 5px 0;
    text-align: center;
    width: 30px;
    -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.social ul li a:hover{
	color:#57bdad;
	border:2px solid #57bdad;
}
.social a#get-alerts{
	border: 2px solid #FFFFFF;
    color: #FFFFFF;
    padding: 5px 15px;
    display:block;
    box-shadow: 0 0 0 0 #57bdad inset;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
	border-radius:20px;
}
.social a#get-alerts:hover{
	color:#ffffff;
	background-color:#57bdad;
	box-shadow: 200px 0 0 0 #57bdad inset;
}
.navigation-inner .social a#get-alerts{
	border:2px solid #57bdad;
	color:#57bdad;
}
.navigation-inner .social a#get-alerts:hover{
	color:#ffffff;
}
.navigation-inner .social ul li a{
	color:#57bdad;
	border:2px solid #57bdad;
}
.navigation-inner .social ul li a:hover{
	color:#272f33;
	border:2px solid #272f33;
}
.fixed .social a#get-alerts{
	padding:3px 10px;
}
.sticky {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index:9999;
}
.fixed .site-brand img{
	width:90px;
}
.fixed .social ul li{
	margin: 8px 5px 0;
}
.search-container {
    background-attachment: fixed;
    background-image: url("../images/hrx-banner.jpg");
    background-position: 50% 50%;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
    height: 600px;
}
.search-container h1{
	color: #FFF;
    margin-top: 230px;
    margin-bottom:30px;
    text-align: center;
    font-size:40px;
}
.form_drug {
    position:relative;
    margin:0;
    width:60%;
    display:block;
    margin:0 auto;
}
#search-box {
    background-color: white;
    border: 1px solid #4dbcac;
    padding: 16px 26px;
    color: #4dbcac;
    border-radius: 32px;
    width: 100%;
}
#search-box::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #4dbcac;
	opacity:1;
}
#search-box::-moz-placeholder { /* Firefox 19+ */
  color: #4dbcac;
	opacity:1;
}
#search-box:-ms-input-placeholder { /* IE 10+ */
	  color: #4dbcac;
	opacity:1;
}
#search-box:-moz-placeholder { /* Firefox 18- */
	  color: #4dbcac;
	opacity:1;
}
.form_drug i {
	color: #4dbcac;
    font-size: 22px;
    right: 28px;
    position: absolute;
    top: 17px;
    cursor:pointer;
}
.form_drug img.snakeload {
    right: 28px;
    position: absolute;
    top: 19px;
    height: 20px;
    width: 20px;
    display:none;
}
#loading-image{
	margin:0 auto;
	display:block;
}
#most-popular{
	padding:20px 0;
}
#search-results-heading, #search-results{
	padding:0;
}
#search-results-heading{
	display:none;
	padding: 20px 0 0;
}
#search-results-heading .heading, #most-popular .heading{
	margin:20px 0;
	padding:0 15px;
	font-size:28px;
}

#search-results .drugs, #most-popular .drugs{
	margin-bottom: 30px;
}
#search-results .drugs .inner, #most-popular .drugs .inner{
	background:#f9f9fa;
	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.06);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.06);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.06);
	position:relative;
	cursor:pointer;
}
#search-results .drugs .inner .overlay, #most-popular .drugs .inner .overlay {
    background: rgba(87, 189, 173, 0.75) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity:0;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
#search-results .drugs .inner:hover .overlay, #most-popular .drugs .inner:hover .overlay{
	opacity:1;
}
#search-results .drugs .inner .overlay a, #most-popular .drugs .inner .overlay a{
    color: #FFF;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width:100px;
    border:2px solid #FFF;
    padding:5px 10px;
    margin:0 auto;
    font-size:12px;
}
#search-results .dtop, #most-popular .dtop{
	padding: 15px 15px;
}
#search-results .dbottom, #most-popular .dbottom{
	padding: 2.5px 20px;
}
#search-results .dtop, #most-popular .dtop{
	border-top:3px solid #57bdad;
	box-shadow:0px 6px 7px -5px rgba(0,0,0,0.74);
	position:relative;
}
#search-results .dtop span, #most-popular .dtop span{
	/*border: 1px solid #8b9ba0;
    color: #8b9ba0;
    display: block;
    float: left;
    font-size: 12px;
    margin-bottom: 8px;
    padding: 2px 10px;
    text-transform: uppercase;*/
    font-size:12px;
    color:#8b9ba0;
    padding:2px 0;
    /*float:left;*/
    width:65%;
}
#search-results .dtop a.more-info, #most-popular .dtop a.more-info{
	float:right;
	font-size:14px;
	padding:2px 0;
	width:35%;
	text-align:right;
}
#search-results .dtop a.more-info span, #most-popular .dtop a.more-info span{
	color:#57bdad;
	float:none;
	vertical-align:middle;
}
#search-results .dtop h2, #most-popular .dtop h2{
	margin:0;
	display:inline;
	font-size:22px;
	margin:0;
	color:#272f33;
	/*margin:0 0 10px 0;*/
}
#search-results .dbottom p, #most-popular .dbottom p{
	font-size:16px;
	display:block;
}
#search-results .dbottom a.more-info, #most-popular .dbottom a.more-info{
	border: 2px solid #57bdad;
    color: #57bdad;
    padding: 5px 10px;
    display:inline-block;
    box-shadow: 0 0 0 0 #57bdad inset;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	transition: all ease 1s;
}
#search-results .dbottom a.more-info:hover, #most-popular .dbottom a.more-info:hover{
	color:#ffffff;
	background-color:#57bdad;
	box-shadow: 200px 0 0 0 #57bdad inset;
}
#search-results .no-results{
	padding:0 15px;
}
.grid .no-results{
	padding:0 15px;
}
.footer{
	padding:15px 0;
	background:#D6DADD;
	font-size:12px;
}
.footer p{
	margin: 0;
    text-align: center;
}
/*.content_section {
    background:#FFFFFF;*/
    /*border: 1px solid #b8b8b8;*/
    /*border-radius:4px;
    padding: 10px;
    width:32%;
    margin-bottom:15px;
}*/
/*.grid-sizer{
	width:32%;
}*/
/*.content_img{
    width: 100% !important;
    height:100% !important;
}*/
/*.content_section p {
    font-size: 14px !important;
    color: #000;
    word-wrap: break-word;
}*/
.senti {
    /*bottom: 0px;
    right: 0px;*/
    padding: 3px 0;
    font-size: 16px;
    width: 28%;
    display: inline-block;
    text-align: center;
    /*position: absolute;*/
}

.senti.red{
    background-color: red;
    color: #fff;
}
.senti.orange{
    background-color: orange;
    color: #fff;
}
.senti.green{
    background-color: green;
    color: #fff;
}
.senti.black{
    background-color: #000;
    color: #fff;
}
/*.network {
    bottom: 10px;
    left: 10px;
    font-size: 16px;
    padding: 5px 5px 5px 0;
    display: inline-block;
    width: 70%;
}*/
/*.network .user_image {
    float: left;
    margin-right: 5px;
}*/
/*.user_image img {
    border-radius: 6px;
}*/
/*.network .user_text p {
    font-size: 13px !important;
    font-weight: bold;
}*/
/*
.network .user_text p span,  span.posted_date{
    font-size: 12px !important;
    color: #B8B8B8;
    font-weight: bold;
}
*/
.network{
	float:left;
	width:80%;
}
.sentiment{
	float:right;
	width:20%;
	text-align:right;
	padding:15px 0 0 0;
	display:none;
}
.sentiment img{
	width:32px;
	height:32px;
}
.network .user_image{
	display:block;
	float:left;
	width:25%;
}
.network .user_text{
	display:block;
	float:right;
	text-align:left;
	width:75%;
}
.network .user_image img{
	width:48px;
	height:48px;
	border-radius:48px;
}
.network .user_text p{
	color:#8b9ba0;
	font-size:12px;
	margin:0;
	padding:7px 0;
}
/*.morecontent span {
    display: none;
}*/
.morelink {
    display: inline;
}
.morelink:hover {
    color:#272f33;
}
.nopadding{
	padding:0;
}
.nomargin{
	margin:0;
}
.nav-more{
	text-align:center;
	padding:0 0 10px;
	display: none;
}
.nav-more a{
	background:#57bdad;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 15px;
	display:block;
	width:105px;
	margin:0 auto;
	-moz-box-shadow: 0px 5px 5px rgba(68,68,68,0.06);
	-webkit-box-shadow: 0px 5px 5px rgba(68,68,68,0.06);
	box-shadow: 0px 5px 5px rgba(68,68,68,0.06);
}
.details {
	background: #f9f9fa;
	margin:30px auto;
	padding:30px 0;
	-moz-box-shadow: 0px 5px 5px rgba(68,68,68,0.06);
	-webkit-box-shadow: 0px 5px 5px rgba(68,68,68,0.06);
	box-shadow: 0px 5px 5px rgba(68,68,68,0.06);
}
.details .content{
	display:none;
	margin-top:20px;
}
.details h1{
	/*margin:0 0 20px 0;*/
	font-size:28px;
	margin:0
}
.details h1.drug_title span{
	float:right;
	cursor:pointer;
}
.details p {
    line-height: 28px;
    font-size:16px;
    font-weight:300;
}
.details p:last-child{
	margin-bottom:0;
}
.social-feeds-header h1{
	font-size: 28px;
    margin: 20px 0;
    padding:0 15px;
}
.grid-item{
	margin-bottom:30px;
}
.grid-item .inner{
	background:#f9f9fa;
	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.06);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.06);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.06);
}
.grid-item .inner .dtop{
	border-top:3px solid #57bdad;
	/*box-shadow:0px 6px 7px -5px rgba(0,0,0,0.74);*/
	/*position:relative;*/
	padding:15px 20px;
}
.grid-item .inner .extra-shadow{
	box-shadow:0px 6px 7px -5px rgba(0,0,0,0.74);
	position:relative;
}
.grid-item .inner .dtop span{
	border: 1px solid #8b9ba0;
    color: #8b9ba0;
    display: inline-block;
    font-size: 12px;
   /* margin-bottom: 8px;*/
    padding: 2px 10px;
    text-transform: uppercase;
}
.grid-item .inner .dmiddle .dtext{
	padding:15px 20px;
}
.grid-item .inner .dmiddle .dtext a{
	color:#272f33;
}
.grid-item .inner .dmiddle .dtext a:hover{
	color:#57bdad;
}
.grid-item .inner .dbottom{
	padding:15px 20px;
}
.nav-more #load-infi{
	width:20px;
	height:20px;
}
.free-alert{
	background:#57bdad;
    padding: 20px 0;
    text-align: center;
    position:relative;
    -moz-box-shadow: 0 5px 5px rgba(68, 68, 68, 0.06);
	-webkit-box-shadow: 0 5px 5px rgba(68, 68, 68, 0.06);
	box-shadow: 0 5px 5px rgba(68, 68, 68, 0.06);
	width:100%;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	transition: all ease 1s;
	position:relative;
}
.free-alert.fixed{
	position:fixed;
	bottom:0;
}
.free-alert p{
	margin:0;
	color:#FFF;
}
.free-alert p a{
	border: 2px solid #FFFFFF;
    color: #FFFFFF;
    padding: 5px 10px;
    margin-left:15px;
    box-shadow: 0 0 0 0 #368c7e inset;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	transition: all ease 1s;
}
.free-alert p a:hover{
	color:#ffffff;
	background-color:#368c7e;
	box-shadow: 200px 0 0 0 #368c7e inset;
}
.login-pop{
	text-align:center;
	background:#ffffff;
	padding:10px;
}
.login-pop h3{
	color: #57bdad;
	margin:0;
}
.login-pop p.success{
	color: #57bdad;
    font-size: 16px;
    margin: 0;
    padding: 5px 0;
}
.login-pop a.login-btn{
	padding:10px;
	display: inline-block;
	background: #133783;
	margin: 30px 0 0 0;
	color: #FFF;
	border-radius: 5px;
	-moz-box-shadow: 0px 5px 5px rgba(68,68,68,0.06);
	-webkit-box-shadow: 0px 5px 5px rgba(68,68,68,0.06);
	box-shadow: 0px 5px 5px rgba(68,68,68,0.06);
}
.login-pop a.login-btn i{
	padding: 0 10px;
	border-right: 1px solid #f9f9f9;
}
.login-pop a.login-btn span{
	padding: 0 10px;
}
#cboxContent{
	overflow:visible;
}
#cboxClose{
	top:-24px;
	right:-22px;
	background-image: url(../images/colorbox/close.svg);
	background-repeat: no-repeat;
	color: transparent;
	font-size: 10px;
}
@media screen and (max-width: 1024px){
	.home .container{
		width:95%;
	}
	.search-container{
		height:500px;
	}
	.search-container h1{
		margin-top:190px;
		font-size:30px;
	}
	#search-box{
		font-size:14px;
	}
	#search-results-heading .heading, #most-popular .heading{
		font-size:24px;
	}
	#search-results .dtop h2, #most-popular .dtop h2{
		font-size:20px;
	}
	#search-results .dbottom p, #most-popular .dbottom p{
		font-size:14px;
	}
	#search-results .dbottom a.more-info, #most-popular .dbottom a.more-info{
		font-size:12px;
	}
	.details h1{
		font-size:24px;
	}
	.details p{
		font-size:14px
	}
	.social-feeds-header h1{
		font-size:24px;
	}
	.network .user_image{
		width:30%;
	}
	.network .user_text{
		width:70%;
	}
	#search-results .dtop span, #most-popular .dtop span{
		width:55%;
	}
	#search-results .dtop a.more-info, #most-popular .dtop a.more-info{
		width:45%;
	}
}
@media screen and (max-width: 991px){
	/*.content_section{
		width:49%;
	}
	.grid-sizer{
		width:49%;
	}*/
	#search-results .dtop span, #most-popular .dtop span{
		width:60%;
	}
	#search-results .dtop a.more-info, #most-popular .dtop a.more-info{
		width:40%;
	}
}
@media screen and (max-width: 768px){

	.search-container h1{
		font-size:28px;
	}
	.form_drug{
		width:80%;
	}
	#search-box{
		padding:14px 24px;
		border-radius:28px;
	}
	.form_drug i{
		top:13px;
	}
	.form_drug img.snakeload{
		top:15px;
	}
	#search-results .dtop h2, #most-popular .dtop h2{
		font-size: 11px;
	}
	#search-results .dtop span, #most-popular .dtop span{
		font-size: 7px;
		padding:2px 0;
	}
}

@media screen and (max-width: 767px){
	#about-container {
    height: 50vh !important;

}
	h1#aboutus {
		font-size: 32px;
		position: absolute;
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 50% 0;
}
.aboutus-content {
    padding: 27px 0;
}
	.site-brand img{
		width:100px;
	}
	.search-container {
		background-attachment: scroll;
		background-image: url("../images/hrx-mobile-banner.jpg");
	}
	.fixed .social{
		padding:3px 0;
	}
	.fixed .site-brand img {
		width: 70px;
	}
	.social ul li{
		margin: 15px 3px;
	}
	.fixed .social ul li{
		margin: 8px 3px 0;
	}
	.social ul li a{
		font-size:12px;
		width:25px;
		height:25px;
		line-height:10px;
	}
	.search-container h1{
		font-size:26px;
		margin-top:180px;
	}
	#search-results-heading .heading, #most-popular .heading{
		font-size:22px;
	}
	#search-box {
		font-size: 12px;
		border-radius: 24px;
		padding: 12px 22px;
	}
	.form_drug i{
		font-size:20px;
		top:12px;
		right:22px;
	}
	.form_drug img.snakeload{
		right:22px;
		top:12px;
	}
	.drug-details .wrapper .container{
		padding-top:80px;
	}
	.inner-page .wrapper .container{
		padding-top:80px;
	}
	.details h1{
		font-size:22px;
	}
	.social-feeds-header h1{
		font-size:22px;
	}
	.network .user_image{
		width:15%;
	}
	.network .user_text{
		width:85%;
	}
	.free-alert p a{
		display:block;
		margin:15px auto 0;
		width:95px;
	}
	#most-popular{
		padding:10px 0;
	}
	#search-results-heading{
		padding:10px 0 0 0;
	}
	#search-results .dtop span, #most-popular .dtop span{
		width:65%;
	}
	#search-results .dtop a.more-info, #most-popular .dtop a.more-info{
		width:35%;
	}
	.social a#get-alerts{
		font-size:12px;
		padding:5px 10px;
	}
}
@media screen and (max-width: 481px){
	.network .user_image{
		width:20%;
	}
	.network .user_text{
		width:80%;
	}
	#search-results .dtop h2, #most-popular .dtop h2{
		font-size: 11px;
	}
	#search-results .dtop span, #most-popular .dtop span{
		font-size: 7px;
		padding:2px 0;
	}
/*
	.col-lg-4.col-md-4.col-sm-6.col-xs-12.drugs {
			width: 50%;
			padding: 5px;
	}
*/
}
@media screen and (max-width: 479px){
	.social ul li {
		margin: 10px 3px;
	}
	.search-container{
		height:350px;
	}

	.search-container h1{
		font-size:22px;
		margin-top:125px;
		margin-bottom:20px;
	}
	#search-box{
		padding:10px 16px;
	}
	#search-results .dtop h2, #most-popular .dtop h2{
		font-size: 11px;
	}
	#search-results .dtop span, #most-popular .dtop span{
		font-size: 7px;
		padding:2px 0;
	}
/*
	.col-lg-4.col-md-4.col-sm-6.col-xs-12.drugs {
			width: 50%;
			padding: 5px;
	}
*/
	.form_drug i {
		font-size: 18px;
		right: 18px;
		top: 11px;
	}
	.form_drug img.snakeload{
		right:18px;
		top:10px;
	}
	#search-results-heading .heading, #most-popular .heading{
		font-size:20px;
	}
	#search-results .dtop h2, #most-popular .dtop h2{
		font-size: 11px;
	}
	#search-results .dtop span, #most-popular .dtop span{
		font-size: 7px;
		padding:2px 0;
	}
	#search-results .dtop a.more-info, #most-popular .dtop a.more-info{
		font-size:12px;
	}
	#search-results .dbottom p, #most-popular .dbottom p{
		font-size:12px;
	}
	.details h1{
		font-size:24px;
	}
	.details p{
		font-size:14px;
	}
	.social-feeds-header h1{
		font-size:20px;
	}
	.network .user_image{
		width:30%;
	}
	.network .user_text{
		width:70%;
	}
	#search-results .dtop span, #most-popular .dtop span{
		width:50%;
	}
	#search-results .dtop a.more-info, #most-popular .dtop a.more-info{
		width:50%;
	}
}

@media screen and (max-width: 400px){
	.social ul li {
		margin: 10px 3px;
	}
	.search-container{
		height:350px;
	}

	.search-container h1{
		font-size:22px;
		margin-top:125px;
		margin-bottom:20px;
	}
	#search-box{
		padding:10px 16px;
	}
/*
	.col-lg-4.col-md-4.col-sm-6.col-xs-12.drugs {
			width: 50%;
			padding: 5px;
	}
*/
	.form_drug i {
		font-size: 18px;
		right: 18px;
		top: 11px;
	}
	.form_drug img.snakeload{
		right:18px;
		top:10px;
	}
	#search-results-heading .heading, #most-popular .heading{
		font-size:20px;
	}
	#search-results .dtop h2, #most-popular .dtop h2{
		font-size: 11px;
	}
	#search-results .dtop span, #most-popular .dtop span{
		font-size: 5px;
		padding:2px 0;
	}
	#search-results .dtop a.more-info, #most-popular .dtop a.more-info{
		font-size:12px;
	}
	#search-results .dbottom p, #most-popular .dbottom p{
		font-size:12px;
	}
	.details h1{
		font-size:24px;
	}
	.details p{
		font-size:14px;
	}
	.social-feeds-header h1{
		font-size:20px;
	}
	.network .user_image{
		width:30%;
	}
	.network .user_text{
		width:70%;
	}
	#search-results .dtop span, #most-popular .dtop span{
		width:50%;
	}
	#search-results .dtop a.more-info, #most-popular .dtop a.more-info{
		width:50%;
	}
}
.container1 {
    margin-bottom: 10px;
    /* padding: 0px; */
}
#about{
	float: right;
	padding: 10px 0;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
position: relative;

}

#about a{
font-size: large;
color: white;
text-decoration: none;
position: relative;
}
#about a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #ffffff;
  transition: width 0.6s ease 0s;
}
#about a:hover:after {
  width: 100%;
}
#about-container {
    background-image: url(../images/hrx-banner-aboutus.jpg);
    height: 500px;
}
