.landing-page-banner-outer {
    float: left;
    width: 100%;
    background-image: url(../../images/pages/patient-care-at-home-chd/patient-care.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 550px;
    filter: contrast(130%);
}
.landing-page-banner-inner {
    float: left;
    width: 100%;
    padding: 300px 0 0;
    box-sizing: border-box;
}
.enquiry-form-common {
    float: left;
    width: 40%;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
	text-align: center;
}
.enquiry-form-common strong {
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
	line-height: 30px;
}
.enquiry-form-common p {
    float: left;
    width: 100%;
    font-size: 18px;
    padding: 14px 0;
    color: #000;
    line-height: 23px;
    box-sizing: border-box;
    font-style: italic;
}
.post-requirment-banner-link {
    float: left;
    width: 100%;
}
.post-requirment-banner-link a {
    background: #0a97e8;
    background: -moz-linear-gradient(top, #0a97e8 3%, #033597 100%);
    background: -webkit-linear-gradient(top, #0a97e8 3%,#033597 100%);
    background: linear-gradient(to bottom, #0a97e8 3%,#033597 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a97e8', endColorstr='#033597',GradientType=0 );
    color: #ffff;
    padding: 13px 20px;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 1px;
    border-radius: 5px;
    border: 1px solid #0077e6;
    width: 100%;
    font-style: italic;
}
.post-requirment-banner-link a:hover
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#033597+4,0a97e8+100 */
background: #033597; /* Old browsers */
background: -moz-linear-gradient(top, #033597 4%, #0a97e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #033597 4%,#0a97e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #033597 4%,#0a97e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033597', endColorstr='#0a97e8',GradientType=0 ); /* IE6-9 */
}

.paragraph-section-common-inner {
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.paragraph-section-common {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
}
.paragraph-section-common b {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 32px;
    font-weight: 400;
}
.paragraph-section-common p {
    float: left;
    width: 100%;
    padding: 10px 0;
    color: #000;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 23px;
}
.home-care-services {
    float: left;
    width: 100%;
    background-color:#08151f;
}
.home-care-services:nth-child(even) {
    background-color:#132838;
}
.home-care-services-inner {
    float: left;
    width: 100%;
}
.home-care-services-section {
    float: left;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}
.home-care-services-section b {
    float: left;
    width: 100%;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 15px;
}
.home-care-services-section ul {
    float: left;
    width: 100%;
}
.home-care-services-section ul li {
    float: left;
    width: 48%;
    background-image: url(../../images/pages/patient-care-at-home-chd/list-arrow.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0px 0 0 25px;
    box-sizing: border-box;
    margin: 0 20px 0 0;
}
.home-care-services-section ul li a {
    float: left;
    width: 100%;
    color: #fff;
    border-bottom: 1px dashed #afafaf;
    padding: 0 0 8px;
    margin: 0 0 8px;
    font-size: 17px;
    box-sizing: border-box;
}

@media screen and (min-width:320px) and (max-width: 480px) {
	.home-care-services-section b {
    font-size: 20px;
    line-height: 22px;
}
.home-care-services-section ul li {
    width: 100%;
    margin: 0;
}

.enquiry-form-common {
    width: 100%;
	padding: 10px;
}
.enquiry-form-common strong {
font-size: 24px;}

.enquiry-form-common form input {
    float: none;
    width: 48%;
    margin: 2px 2px;
    height: 35px;
    font-size: 12px;
    display: inline-block;
	padding: 0 3px;
}
.enquiry-form-common p {
    font-size: 14px;
    padding: 7px 0;
    line-height: 18px;
}
.landing-page-banner-outer {
    height: 200px;
}
.landing-page-banner-inner{padding:0;}
}

@media screen and (min-width:481px) and (max-width: 767px) {
		.home-care-services-section b {
    font-size: 20px;
    line-height: 22px;
}
.home-care-services-section ul li {
    width: 100%;
    margin: 0;
}

.enquiry-form-common {
    width: 100%;
	padding: 10px;
}
.enquiry-form-common strong {
font-size: 24px;}

.enquiry-form-common form input {
    float: none;
    width: 48%;
    margin: 2px 2px;
    height: 35px;
    font-size: 12px;
    display: inline-block;
	padding: 0 3px;
}
.enquiry-form-common p {
    font-size: 14px;
    padding: 7px 0;
    line-height: 18px;
}
.landing-page-banner-outer {
    height: 300px;
}
.landing-page-banner-inner{padding:0;}
}

@media screen and (min-width:768px) and (max-width: 991px) {
	

	.home-care-services-section ul li {
    margin: 0 8px 0 0;
}
.enquiry-form-common {
    width: 50%;
}
.landing-page-banner-outer {
    height: 350px;
}
.post-requirment-banner-link a {
    font-size: 16px;
}

}

@media screen and (min-width:992px) and (max-width: 1199px) {
		.home-care-services-section ul li {
    margin: 0 8px 0 0;
}
	
	.icon-section-inner ul li h3 {
    font-size: 16px;
}
.care-achivements ul li span {
    font-size: 28px;
    line-height: 30px;
}
.care-achivements ul li strong {
    font-size: 20px;
    line-height: 22px;
}
.care-achivements ul li {
    padding: 20px;
}
.landing-page-banner-outer {
 height: 400px;
}

.post-requirment-banner-link a {
    font-size: 16px;
}



}

