@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.montserrat-font {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


html {
	margin: 0;
	padding: 0;
}
body {
    font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size:18px;
	line-height:1.4em;
	margin: 0 auto;
}
blockquote {
	display: block;
	margin: auto;
	padding:10px;
	font-style: italic;
}
h1{
	font-size: 24px;
	font-weight:700;
	line-height:1.2em;
}
h1.p4{
	font-size: 24px;
	font-weight:600;
	line-height:1.2em;
	text-align:center;
}
h2{
	font-size: 24px;
	font-weight:300;
	line-height:1.3em;
}
h2.p5{
	font-size: 22px;
	font-weight:300;
	line-height:1.3em;
	text-align:center;
}
h3{
	font-size: 24px;
	font-weight: normal;
	line-height:1.3em;
}
h4{
	font-size: 20px;
	font-weight: 600;
	line-height:1.3em;
}
ul {
	list-style-image: url('https://d3ec1n6sjjkc2l.cloudfront.net/info/images/P2%20Images/green-check.png');
	line-height: 2.0em;
}

ul.negative {
	list-style-image: url('https://d3ec1n6sjjkc2l.cloudfront.net/info/images/P2%20Images/x.png');
	line-height: 2.0em;
}
.center {
	text-align: center;
}
.emph{
	text-align: center;
	font-size: 24px;
	font-weight:300;
	line-height:1.5em;
}
.blocky {
	display: block;
	background-color: #e3fffe;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-radius: 25px;
}
.caption {
	font-size: 14px;
	padding: 0px;
	text-align: center;
	position: relative;
	top: -5px;
	line-height: 1.2em;
}


#wrapper {
	margin: 0 auto;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.5em;
}
#author {
	font-size: 11px;
	line-height: 1.4em;
}
#footer {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}


order-section form {
	padding: 65px 24px 21px;
}
.order-section form h3 {
	font-size: 4em;
	line-height: 1.1em;
	margin-bottom: 26px;
}
.order-section form p {
	padding-bottom: 26px;
	margin-bottom: 0;
}
.order-section form .place-order {
	margin-top: 14px;
	margin-bottom: 43px;
}
.form-review .review-star {
	width: 150px;
	margin-right: 50px;
	margin-left: 100px;
	margin-top: 25px;
}
.form-review .quote-text {
	font-size: 2.5em;
	padding-bottom: 0 !important;
}
.form-review .cite-text {
	padding-bottom: 0 !important;
}
.form-review .review-star img {
	width: 100%;
	height: auto;
}
.form-footer {
  padding: 26px 0 15px;
  display: flex; /* Use flexbox for layout */
  justify-content: center; /* Center items */
  align-items: center; /* Align vertically */
  flex-wrap: wrap; /* Ensures items wrap on smaller screens */
}

.form-footer span {
  display: inline-block;
  margin: 0 10px; /* Smaller margin between images */
}

.form-footer img {
  max-width: 100%; /* Make images responsive */
  height: auto; /* Maintain aspect ratio */
  max-width: 150px; /* Optional max-width to prevent too large images */
}
.input-field {
	border: 1px solid #b7b7b7;
	border-radius: 10px;
	color: #7e7e7e;
	font-size: 1.0em;
	padding: 15px 3%;
	width: 94%;
}
select.input-field {
	width: 100%;
	padding-right: 0;
	color: #7e7e7e;
}