.easthma-lungprint-header {
	font-family: HelveticaBold;
    font-size: 22px;
}
.easthma-red-button ul li a.btn.btn-default {
	width: 382px;
    font-size: 24px;
    border: none;
    color: #fff;
    font-family: HelveticaBold;
    padding: 15px 0;
    background: #EC2009;
    box-shadow: 0px 4px #9b021c;
    font-style: normal;
    text-decoration: none;
}
.easthma-red-button .fa.fa-caret-right {
	margin-left: 10px;
}
.easthma-red-button ul li a.btn.btn-default:hover {
	box-shadow: 0px 4px #EC2009;
}
.easthma-home-lungprint-col > .row {
	background: #f6f6f6;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}
.easthma-footer-section .global-search-inner .form-inline .input-group {
	padding: 0;
}
.easthma-footer-section .search-section {
	padding-top: 0;
}
/*******************************/
/*** DESKTOP ONLY BREAKPOINT ***/
/*******************************/
@media screen and (min-width:992px) {
.easthma-home-lungprint-col > .row {
	display: flex;
}
}
/******************************/
/*** MOBILE ONLY BREAKPOINT ***/
/******************************/
@media screen and (max-width:991px) {
.easthma-red-button ul li a.btn.btn-default {
	width: 242px;
    font-size: 16px;
}
.easthma-red-button ul li {
	text-align: center;
}
.easthma-home-lungprint-col .column-2 {
	margin-top: 20px;
}
.easthma-lungprint-header {
	font-size: 14px;
}
}
/* Hiding lungprint section */
.easthma-home-lungprint-col {
	display: none;
}