/* Notify Banner CSS */
.banner-title {
	color: #51a5b1;
	max-width: 400px;
}
.banner-content p {
	color: #384552;
}

/* Notify Default Style Two */
.notify-default.style-two {
	margin-bottom: 0;
}
.notify-default.style-two .about-content p {
	padding-right: 80px;
}

/* Primary Care CSS */
.primary-care {
	padding: 100px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.primary-care .row {
	margin: 15px -60px 0;
}
.primary-care [class*="col-"] {
	padding: 0 60px;
}
.primary-care-wrap {
	background-color: rgba(255,255,255,0.96);
	padding: 100px;
}
.primary-care .section-title, .section-alt.style-two .section-title {
	display: inline;
    line-height: 50px;
    padding-bottom: 3px;
}
.primary-care .section-sub-title {
	padding-bottom: 15px;
	text-transform: none;
}
.primary-care .section-sub-title span {
	display: block;
}
.primary-care p:last-child {
	margin-bottom: 0;
}

.section-alt {
	margin-bottom: 50px;
}
.section-alt .img-wrap img {
	width: 100%;
}
.section-alt .row-wrap {
	margin-top: 20px;
}
.section-alt.style-two .section-sub-title  {
	font-size: 32px;
}



/* Responsive CSS */
@media screen and (max-width: 1399px) {
	.notify-default.style-two .about-content p {
		padding-right: 0;
	}
}
@media screen and (max-width: 1199px) {
	.primary-care-wrap {
		padding: 70px;
	}
	.primary-care .row {
	  margin: 0 -20px 0;
	}
	.primary-care [class*="col-"] {
	  padding: 0 20px;
	}
	.section-alt .row-wrap {
		margin-top: 0;
	}
	.section-alt.style-two .section-sub-title {
		font-size: 26px;
	}
}

@media screen and (max-width: 991px) {
	.section-alt.style-two .row + .row {
		margin-top: 20px;
	}
	.notify-default .warp-img {
		margin-left: 0;
	}
	.notify-default .warp-img img {
		width: 100%;
	}

	.section-alt.style-two .section-sub-title {
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	.notify-banner, .notify-banner .jarallax-container-0 div {
	  background-position: 0 50% !important;
	  padding-top: 66px;
	}
	.banner-content {
		margin-top: 0;
	}
	.banner-content p {
		max-width: 200px;
	}
	.notify-default .warp-img {
	  padding: 0;
	  max-width: 80%;
	  margin-left: auto;
	  margin-right: 0;
	}
	.notify-default .warp-img img {
		height: auto;
	}
	.notify-default.style-two .about-content p {
		padding-right: 20px;
	}

	.primary-care .section-title {
		margin-bottom: 30px;
	}
	.primary-care .section-title span {
		display: block;
	}
	.primary-care [class*="col-"] {
		padding-bottom: 40px;
	}
	.primary-care [class*="col-"]:last-child {
		padding-bottom: 0;
	}
	.primary-care [class*="col-"]:last-child .section-sub-title span {
		display: inline-block;
	}

	.section-alt {
		margin-bottom: 15px;
	}
	.section-alt .row:first-child .img-wrap, .section-alt .row .img-wrap {
		margin: 0 auto;
	}
	.section-alt.style-two .row:nth-child(2n) .alt-content {
		text-align: left;
	}
	.alt-content {
		margin: 30px auto;
		max-width: 80%;
	}
	.img-wrap img.top-image {
	  top: -100px;
	  width: 97% !important;
	}

	.section-alt.style-two .section-sub-title {
		font-size: 18px;
	}
}

@media screen and (max-width: 575px) {
	.banner-content p {
		max-width: 180px;
		padding-right: 0;
	}
	.img-wrap img.top-image {
		top: -70px;
	}
	
	.section-alt.style-two .section-sub-title {
		font-size: 16px;
	}
	.notify-banner, .notify-banner .jarallax-container-0 div {
	  background-position: 90% !important;
	}
}

@media screen and (max-width: 479px) {
	.banner-content p {
		max-width: 170px;
	}
	.primary-care .section-title span {
		display: inline;
	}
	.alt-content {
		max-width: 90%;
	}
	.primary-care [class*="col-"] {
		padding-bottom: 30px;
	}
	.primary-care .section-sub-title {
		padding-bottom: 8px;
	}
}

@media screen and (max-width: 399px) {
	.banner-content p {
		max-width: 150px;
	}
	.section-alt {
		margin-bottom: 0;
	}
	.alt-content {
		max-width: 100%;
	}
}