h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.5rem;
}

body {
	background-color: #f8f9fa !important;
}

.img100 img {
	width: 100%;
}


.review-contain {
	background-color: white;
	border: 1px solid #e6e6e6;
	position: relative;
	border-radius: 5px;
	transition: ALL 0.5s ease;
	padding: 1rem !important;
	border-radius: 5px;
}

.review-contain:hover {
	background-color: white;
	border: 1px solid #717982;
}

.review-cta {
	color: limegreen
}

.review-cta h2 {
	font-size: 3rem;
	margin-bottom: 0;
}

.review-cta .btn-primary {
	width: 100%;
}

.review-star {
	color: #ffa41c;
	/*
    border: 1px solid #d6d6d6;
    border-radius: 3px;
*/
}

.review-star span {
	display: none;
	color: grey;
	font-size: 11px;
}

.review-no {
	position: absolute;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 100;
	/*    border-radius: 5px 20px 5px;*/
	border-radius: 4px 0px 20px;
	top: 0;
	left: 0;
	background-color: #717982;
	color: #fff;
	font-size: 30px;
	height: 50px;
	width: 50px;
	display: flex;
}

.review-title {
	border-right: 1px solid #e1e1e1;
}

.review-img {
	/*    background-color: #f7f8f8;*/
	border-right: 1px solid #e1e1e1;
	text-align: center;
}

.review-img img {
	width: 50%;
}

.honroublementions {
	padding: 30px 0;
	margin: 30px 0;
	background-color: white;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.pro-con {
	background-color: #717982;
	color: #fff;
	border-radius: 3px;
	padding-bottom: 0.5em;
}

.pro-con h3 {
	background-color: #535a62;
	color: #fff;
	border-radius: 3px 3px 0;
	padding: 0.5em 1em;
}

/*  Product Hghlights */

.know {
	background-color: #717982;
	text-align: center;
	color: #fff;
	padding: 30px 0;
	margin-bottom: 2em;
}

.know h3 {
	padding: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 2.6em;
	font-weight: 200;
	line-height: 1.3em;
	font-family: 'Varela Round', sans-serif;
}

.know-main {
	display: block;
	font-size: 48px;
	margin: 0;
	padding: 0;
	line-height: 30px;
}

.know .col-md-3 {
	border-right: 1px solid #fff;
}

.know .col-md-3:last-child {
	border-right: 1px solid #343a40;
}

.btn-primary {
	background-color: limegreen;
	border-color: limegreen;
}

.btn-primary:hover {
	background-color: green;
	border-color: green;
}

.disclosure {
	cursor: help;
}

.jumbotron {
	padding-top: 3rem;
	padding-bottom: 3rem;
	margin-bottom: 0;
/*	background-color: #fff;*/
}



.jumbotron p:last-child {
	margin-bottom: 0;
}

.jumbotron h1 {
	font-weight: 300;
}

.jumbotron .container {
	max-width: 40rem;
}
/*
.jumbotron {
	background-image: image(assets/img/banner.jpg)
}
*/

footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

footer p {
	margin-bottom: .25rem;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}

	.jumbotron {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}

@media (max-width: 768px) {

	.review-title,
	.know .col-md-3 {
		border-right: 0px solid #e1e1e1;
	}
}
