/* TypoGraphy */
* {
	box-sizing: border-box;
}
:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit;
}
textarea.form-control {
	resize: none;
	overflow: hidden;
}
html, body {
	width: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	background: #fff;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 22px;
	color: #303030;
}
img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
a, a:hover {
	color: #303030;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0 20px;
	padding: 0px;
	color: #303030;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #303030;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,h6 a:hover {
	color: #303030;
}
h1 {
	font-size: 24px;
	line-height: 22px;
}
h2 {
	font-size: 24px;
	line-height: 22px;
}
h3 {
	font-size: 18px;
	line-height: normal;
}
h4 {
	font-size: 18px;
	line-height: normal;
}
h5 {
	font-size: 18px;
	line-height: normal;
}
h6 {
	font-size: 18px;
	line-height: normal;
}
p {
	font-size: 16px;
	line-height: 22px;
	color: #303030;
}
p a{
	text-decoration: underline;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	padding: 0px 0 20px 18px;
	margin: 0px;
}
ol {
	padding-bottom: 20px;
	padding-left: 15px;
}
ol li {
	position: relative;
	padding-left: 5px;
}
li {
	font-size: 16px;
	line-height: 22px;
	color: #303030;
}
li a {
	color: #31636C;
}
li a:hover {
	color: #303030;
}
a {
	transition: 0.25s;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	color: #31636C;
}
a:hover {
	transition: 0.25s;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	color: #303030;
}
strong{
	font-family: 'Inter SemiBold';
	font-weight: 600;
}
button {
	padding: 0;
	background-color: transparent;
	border: none;
}
body.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.align-center{
	align-items:  center;
}
.align-flex-start{
	align-items:  flex-start;
}
.align-flex-end{
	align-items: flex-end;
}
.button-12 {
    text-align: center;
    margin-top: 122px;
}
.btn{
	background: #5A8289;
	border: 1px solid #5A8289;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	display: inline-flex;
	min-width: 266px;
	padding: 3px 35px;
	justify-content: center;
	align-items: center;
	color: #fff;
	min-height: 40px;
}
.btn:hover{
	background: #FFFFFF;
	border-color: #5A8289;
	color: #5A8289;
}
.btn.border-btn {
    background: #FFFFFF;
    border: 1px solid #5A8289;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    color: #5A8289;
	font-family: 'Inter Medium';
	font-weight: 500;
}
.btn.border-btn:hover{
	background: #5A8289;
	color: #fff;
}


/* SH PAGE CSS START */
@import url(https://db.onlinewebfonts.com/c/1840bbc9c817c8bba29b12f8c765dc2c?family=IvyJournal-SemiBold);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.page-sh-first-section{
	margin: 0;
	padding: 56px 0;
	background: #F1EBE2;
}

.order-free-year {
    max-width: 842px;
    margin: 0 auto;
    text-align: center;
    padding: 0 171px;
}
.order-free-year h1 {
    font-family: "IvyJournal-SemiBold";
    font-weight: 600;
    font-size: 56px;
    color: #55473C;
    line-height: 110%;
	margin: 0 0 32px;
	padding: 0;
}

.order-free-year p{
	color: #55473C;
}
.btn-2colum {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.button-2{
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 24px;
	gap: 10px;
	background: linear-gradient(180deg, #E2C472 50%, #BE8D2B 100%);
	border: 3px solid #55473C;
	border-radius: 100px;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	color: #55473C;
	font-size: 18px;
	line-height: 110%;
	text-transform: uppercase;
	min-height: 56px;
	transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
}
.button-2:hover{
	background: linear-gradient(180deg, #55473C 50%, #55473C 100%);
	color: #fff;
}
.order-free-year figure {
    margin: 0 0 32px;
}
.minimum-order{
	margin: 12px 0 0;
	padding: 0;
}

.minimum-order p{
	color: #55473C;
	font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 110%;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

.price-rate-section{
	background: #C5AC92;
	padding: 14px;
	text-align: center;
}
.price-rate-section p{
	color: #55473C;
	font-size: 18px;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
}
.page-sh-second-section{
	margin: 0;
	padding: 80px 0 87px;
	background: #56483D;
}
.page-sh-second-section .container{
	max-width: 950px;
	margin: 0 auto;
}
.sh-second-flex-row{
	display: flex;
	flex-wrap: wrap;
}

.sh-second-col-left{
	width: 38%;
}

.sh-second-col-right {
    width: 62%;
    padding-left: 70px;
    padding-top: 12px;
}

.sh-second-col-heading{
	margin: 0;
	padding: 0;
}

.sh-second-col-heading h2{
	color: #fff;
	font-family: "IvyJournal-SemiBold";
    font-weight: 600;
	margin: 0 0 16px;
	padding: 0;
	font-size: 40px;
	line-height: 130%;
	text-transform: uppercase;
}
.sh-second-col-heading p{
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: #fff;
}

.sh-second-col-heading ul{
	margin: 0;
	padding: 0;
}

.sh-second-col-heading ul li{
	margin: 0 0 24px;
	padding: 0 0 0 34px;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: #fff;
	position: relative;
}

.sh-second-col-heading ul li::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url('https://cdn11.bigcommerce.com/s-4j2yr9mzig/images/stencil/original/image-manager/check.png') no-repeat;
	background-size: 100%;
}
.sh-second-col-heading ul li:last-child{
	margin-bottom: 0;
}

.page-sh-three-section{
	background: #fff;
	margin: 0;
	padding: 88px 0 92px;
}

.page-sh-three-section .container{
	max-width: 842px;
	margin: 0 auto;
}

.testimonial-warpper {
    border: 5px #C5AC92 solid;
    border-radius: 20px;
    padding: 52.5px 53px;
    text-align: center;
    position: relative;
}
/* .testimonial-warpper::after, .testimonial-warpper::before{
	content: "";
	width: 70px;
	height: 55px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
}
.testimonial-warpper::after{
	background-image: url('https://cdn11.bigcommerce.com/s-4j2yr9mzig/images/stencil/original/image-manager/comma-bottom.png');
	bottom: -28px;
	right: 30px;
}
.testimonial-warpper::before{
	background-image: url('https://cdn11.bigcommerce.com/s-4j2yr9mzig/images/stencil/original/image-manager/comma-top.png');
	top: -28px;
	left: 30px;
} */

.comma-top, .comma-bottom{
	position: absolute;
}
.comma-top path, .comma-bottom path {
    stroke: #fff;
}
.comma-top svg, .comma-bottom svg {
    width: 80px;
	height: auto;
}
.comma-top {
    top: -30px;
    left: 24px;
}
.comma-bottom {
    bottom: -32px;
    right: 27px;
}

.testimonial-warpper h3 {
    color: #231F20;
    font-size: 24px;
    line-height: 150%;
    margin: 0 0 14px;
    padding: 0 0 16px;
    font-family: "IvyJournal-SemiBold";
    font-weight: 600;
    position: relative;
}
.testimonial-warpper h3::after {
    content: "";
    background: #C5AC92;
    width: 50px;
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.testimonial-warpper span{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #231F20;
	margin: 0;
	padding: 0;
}

.page-sh-four-section{
	position: relative;
	margin: 0 0 80px;
	padding: 0;
}

.landing-sh0banner {
    margin: 0;
    padding: 0;
    background: #26201B;
	position: relative;
}

.landing-sh0banner img {
    width: 100%;
}

.landing-lock-absolute-top{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
}
.landing-lock-absolute-top .container {
    max-width: 1062px;
    padding: 0;
}

.lock-btm-row-warp{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.lock--col-left {
    width: calc(100% - 335px);
    padding-right: 240px;
}

.lock-btn-col-right{
	width: 335px;
}
.lock-heading-info h3 {
    color: #fff;
    font-family: "IvyJournal-SemiBold";
    font-weight: 600;
    margin: 0 0 16px;
    padding: 0;
    font-size: 40px;
    line-height: 110%;
    text-transform: uppercase;
}

.lock-heading-info p{
	font-size: 18px;
	line-height: 140%;
	color: #fff;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}
.lock-heading-info .button-2:hover {
    background: linear-gradient(180deg, #fff 50%, #fff 100%);
    color: #55473C;
}
.lock-btn-col-right .lock-heading-info p {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
	margin-top: 16px;
}
/* SH PAGE CSS END */


/* FORM CSS START */
.sagebrook-form-section{
	margin: 0;
	padding: 72px 0;
	background: #F1EBE2;
}

.sagebrook-form-section .container{
	padding: 0 20px;
}

.enroll-form-info{
	background: #FFFFFF;
	border-radius: 20px;
	max-width: 624px;
	margin: 0 auto;
	padding: 77px 65px;
}

.heading-form{
	margin: 0 0 31px;
	padding: 0;
	text-align: center;
}

.truck-img {
    width: 126.64px;
    margin: -111px auto 20px;
}

.heading-form h3 {
  font-family: "IvyJournal-SemiBold";
  font-weight: 600;
  font-size: 40px;
  line-height: 125%;
  color: #231F20;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-wrap: balance;
}

.heading-form p {
  font-size:18px;
  color: #231F20;
  line-height: 140%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.form-group {
  margin-bottom: 24px;
}
.form-group:last-child {
  margin-bottom: 0;
}

.form-group label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.150391px;
  color: #231F20;
  margin: 0 0 3px;
}
.medium {
    width: 100%;
    padding: 11px 14px !important;
    border: 1px solid #D1D5DC;
    border-radius: 4px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 20px;
    letter-spacing: -0.3125px !important;
    color: rgba(35, 31, 32, 1);
    min-height: 48px;
}

.medium::placeholder {
  color: rgba(35, 31, 32, 0.65);
}

.medium:focus {
  border-color: #231F20;
  color: #231F20;
}

.form-group .button-2{
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 13px 24px 10px;
	gap: 10px;
	background: linear-gradient(180deg, #E2C472 50%, #BE8D2B 100%);
	border: 3px solid #55473C;
	border-radius: 100px;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	color: #55473C;
	font-size: 18px;
	line-height: 110%;
	text-transform: uppercase;
	min-height: 56px;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	letter-spacing: 0;
}
.form-group .button-2:hover{
    background: linear-gradient(180deg, #55473C 50%, #55473C 100%);
    color: #fff;
}
.wpcf7-not-valid {
    border: 1px solid #f00;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
.wpcf7-form.invalid .wpcf7-response-output {
    color: #f00;
}
.wpcf7-form.sent .wpcf7-response-output {
    color: #286507;
}
.form-group.form-submit {
    margin: 0;
    position: relative;
}
.form-field-info .wpcf7-spinner {
    top: 0px !important;
    position: absolute;
    right: 0;
}
@media (max-width:991px) {
	.heading-form h3 {
	    font-size: 30px;
	}
	.heading-form p {
	    font-size: 16px;
	}
	.heading-form {
	    margin: 0 0 20px;
	}
	.truck-img {
	    width: 106.64px;
	    margin: -100px auto 15px;
	}
	.lock-heading-info h3 {
	    font-size: 30px;
	}
	.lock-heading-info p {
	    font-size: 16px;
	}
	.lock-heading-info p br{
		display: none;
	}
	.lock--col-left {
	    width: calc(100% - 295px);
	    padding-right: 30px;
	}
	.lock-btn-col-right {
	    width: 295px;
		text-align: center;
	}
	.form-group .button-2 {
		padding: 8px 18px;
		font-size: 16px;
		min-height: 50px;
	}
}
@media (max-width:767px) {
	.enroll-form-info {
	    padding: 77px 24px 30px;
	}
	.form-group {
	    margin-bottom: 15px;
	}
	.medium {
	    padding: 8px 14px !important;
	    font-size: 14px !important;
	    line-height: 20px;
	    min-height: 42px;
	}
	.sagebrook-form-section {
	    padding: 55px 0 50px;
	}
	.landing-lock-absolute-top .container {
	    padding: 0 20px;
	}

}
@media (max-width: 575px) {
	.heading-form h3 {
	    font-size: 22px;
		margin-bottom: 6px;
	}
	.truck-img {
	    width: 90px;
	    margin: -100px auto 15px;
	}
	.lock-heading-info h3 {
	    font-size: 22px;
	    text-wrap: balance;
		margin-bottom: 10px;
	}
	.lock--col-left {
	    width: 100%;
	    padding-right: 0;
		text-align: center;
		margin: 0 0 15px;
	}
	.lock-btn-col-right {
	    width: 255px;
		margin: 0 auto;
	}
	.lock-btn-col-right .lock-heading-info p {
	    margin-top: 10px;
	}
	.form-group .button-2 {
        padding: 10px 14px 8px;
        font-size: 14px;
        min-height: 42px;
        border-width: 2px;
	}

}

/* FORM CSS END */
