.gform_wrapper.gravity-theme .gform_footer {
	text-align: center;
}
.gform_wrapper.gravity-theme .gform_footer input.gform_button,
.gform_wrapper.gravity-theme .gform_page_footer input.gform_button,
.gform_wrapper.gravity-theme .gform_page_footer input.gform_next_button,
.gform_wrapper.gravity-theme .gform_page_footer input.gform_previous_button,
.gform_wrapper.gravity-theme .gpnf-add-entry {
	border: none;
	background: #ed7818;
	color: #fff;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 6px;
	cursor: pointer;
}
.gform_wrapper.gravity-theme .gform_page_footer input.gform_previous_button {
	background: #888;
}
.gform_wrapper.gravity-theme .gpnf-add-entry {
	background: #607382;
	padding: 5px 20px;
	font-size: 14px;
}
.gform_wrapper.gravity-theme .gfield_html ol {
	list-style-position: outside;
	padding-left: 3rem;
}
.gform_wrapper.gravity-theme .gfield_html li {
	margin-bottom: 0.25rem;
}
.gform_wrapper.gravity-theme .gfield_html p,
.gform_wrapper.gravity-theme .gform_heading p {
	margin-bottom: 1rem;
	font-size: 14px;
	line-height: 1.3rem;
}
.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before {
	border: none;
}
.tingle-modal {
	z-index: 100000;
}
.tingle-modal-box .gform_required_legend {
	margin-bottom: 1rem;
}
.gform_wrapper.gravity-theme .gsection {
	margin-top: 2rem;
}
.gform_wrapper .gform_validation_errors>h2 {
	font-size: 14px;
	line-height: normal;
	padding: 0;
}
.gform_wrapper .gform_validation_errors {
	margin-bottom: 2rem;
}
.gform_wrapper .ginput_preview {
	font-size: 14px;
	margin: 5px 0;
}
.gform_wrapper .field-pet-cover-type .gfield_description {
	display: none;
	color: #f00;
}
.gform_wrapper.gravity-theme .gfield_html .premium-estimate {
	font-size: 20px;
	padding: 40px 0 30px;
	border-radius: 5px;
	text-align: center;
}
.gform_wrapper.gravity-theme .gfield_html .premium-estimate p {
	font-size: 20px;
	line-height: 1.2em;
}
.gform_wrapper.gravity-theme .gfield_html .premium-estimate p.error {
	font-size: 16px;
	color: #f00;
}
.gform_wrapper.gravity-theme .gfield_html .premium-estimate .price {
	color: #ed7818;
	font-weight: bold;
}
.gform_wrapper.gravity-theme .application-button {
	border: none;
    background: #ed7818;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    min-height: 55px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.gform_wrapper.gravity-theme .gform_page_footer input.gform_button {
	margin-right: 10px;
}
.gform_wrapper.gravity-theme .application-button .fa {
	margin-left: 10px;
	font-size: 24px;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	.gform_wrapper.gravity-theme .gform_page_footer input.gform_previous_button {
		margin-right: 8px;
	}
	.gform_wrapper.gravity-theme .gform_page_footer input+input {
		margin-left: 0;
		margin-right: 8px;
		white-space: normal;
		line-height: normal !important;
		text-align: left;
	}
}

.plan-features {
	text-align: center;
	margin-top: 20px;
}
.plan-features .heading {
	display: inline-block;
	margin: 0 auto 30px;
	border: 2px solid #ccc;
	border-radius: 40px;
	font-size: 24px;
	padding: 10px 40px;
	color: #ed7818;
}
.plan-feature-boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	text-align: left;
	margin-bottom: 20px;
}
.plan-feature-box {
	width: 32%;
	margin: 0 0.5%;
	border: 2px solid #ccc;
	border-radius: 40px;
}
.plan-feature-box.no-title {
	padding-top: 60px;
}
.plan-feature-box .title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	height: 80px;
	width: 100%;
	border-radius: 35px;
	padding: 10px 20px;
	margin-top: -10px;
}
.plan-feature-box .title h4 {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 21px;
}
.plan-feature-box .title .subtitle {
	color: #fff;
	margin: 0;
	font-size: 15px;
}
.plan-feature-box.orange .title {
	background: #ed7818;
}
.plan-feature-box.blue .title {
	background: #195DA5;
}
.plan-feature-box.grey .title {
	background: #C2D6D6;
}
.plan-feature-box.grey .title h4,
.plan-feature-box.grey .title .subtitle {
	color: #515D5D;
}
.plan-feature-box .content {
	padding: 20px;
	font-size: 16px;
}
.plan-feature-box .content .subtitle {
	text-transform: uppercase;
	color: #195DA5;
	padding-left: 40px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
.plan-feature-box .content .fa-ul {
	list-style-type: none;
	padding-left: 0;
}
.plan-feature-box .content .fa-ul:last-child {
	padding-bottom: 0;
}
.plan-feature-box .content .fa-li {
	color: #ed7818;
}
.plan-feature-box .content li {
	line-height: 1.25em !important;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	.plan-feature-box {
		width: 100%;
		margin: 20px 0;
	}
}