@media all and (max-width: 840px) {
	.hp-plus-col1 {
		order: 2 !important;
		flex-basis: 48% !important;
	}
	.hp-plus-col2 {
		order: 1 !important;
		flex-basis:100% !important;
	}
	.hp-plus-col3 {
		order: 3 !important;
		flex-basis: 48% !important;
	}
	.hp-plus {
		flex-wrap: nowrap;
	}
}

@media all and (max-width: 500px) {
	.hp-plus-col1 {
		order: 2 !important;
		flex-basis: 100% !important;
	}

	.hp-plus-col2 {
		order: 1 !important;
		flex-basis: 100% !important;
	}

	.hp-plus-col3 {
		order: 3 !important;
		flex-basis: 100% !important;
	}

	.hp-plus {
		flex-wrap: nowrap;
	}
}

	.hp-plus {
		display: flex;
	 flex-wrap:wrap;
		justify-content: center;
	 
	}

		.hp-plus div {
			box-sizing: border-box;
		}

		.hp-plus p {
			line-height: normal;
		}


		.hp-plus h2, .hp-plus h3 {
			text-align: center;
		}

.hp-plus-col1 {
	line-height: normal;
	flex-basis: 24%;
	order: 1;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.hp-plus-col2 {
	flex-basis: 49%;
	line-height: normal;
	order: 2;
}

.hp-plus-col3 {
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	flex-basis: 24%;
	line-height: normal;
	order: 3;
}

.hp-plus-faq, .hp-plus-disclaimer {
	flex-basis: 95%;
	order: 4;
	padding: 0px 20px;
}




.hp-plus-col1-block {
	margin: 20px 0px;
}


.hp-plus-col1-block img {
	width: 30%;
	float: left;
}

	.hp-plus-col1-block div {
		width: 70%;
		float: left;
		margin-bottom: 10px;
	}

	.hp-plus-col1-block p {
		font-size: smaller;
		line-height:unset;
	}

	.hp-plus-subheading {
		margin-bottom: 8px;
		font-weight: bold;
	}

	#hp-plus-hero-img {
		width: 100%;
		margin-bottom: 15px;
	}

	.hp-plus-col2-container {
		width: 100%;
		display: flex;
		margin-bottom: 15px;
	}

	.hp-plus-col2-block {
		float: left;
		width: 50%;
		padding: 20px;
		box-sizing: border-box;
		position: relative;
	}

.hp-plus-col2 p {
	font-size: smaller;
}

	.hp-plus-col2-block-top {
		width: 100%;
		flex: 1;
		padding-bottom: 40px;
	}

	.hp-plus-col2-button {
		text-align: center;
		background-color: #0093b4;
		color: #ffffff;
		padding: 10px;
		box-sizing: border-box;
		border-radius: 20px;
		font-size: larger;
	}

	.hp-plus-col2-button-con {
		text-align: center;
		margin-top: 15px;
		bottom: 10px;
		position: absolute;
		width: 85%;
		box-sizing: border-box;
	}

		.hp-plus-col2-button-con div {
			width: 95%;
			box-sizing: border-box;
		}

	.hp-plus-col2-block img {
		margin-bottom: 15px;
	}



		.hp-plus-col3 p {
			font-size: smaller;
			line-height: unset;
		}


	.hp-plus-col3-block {
		margin-bottom: 10px;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}

		.hp-plus-col3-block img {
			max-width: 40%;
			width: 30%;
			margin-left: 35%;
			margin-right: 35%;
			margin-bottom: 10px;
		}

	.hp-plus-faq, .hp-plus-disclaimer {
		/*margin-top: 25px;*/
		width: 100%;
	}

	.hp-plus-faq-q {
		margin-top: 10px;
	}

		.hp-plus-faq-q p {
			font-weight: bold;
			padding-top: 8px;
			padding-bottom: 8px;
			font-size: larger;
		}

	.panel-body {
		line-height: 1.2em;
	}

	.hp-plus-disclaimer li {
		margin-top: 10px;
		font-size: smaller;
	}

	.hp-plus-faq ul {
		list-style: initial;
	}
