h6 {
color: #00813d !important;
margin-bottom: 0;
}
.button, button, input[type=button], input[type=reset], input[type=submit] {
padding: .5em 1em;
}
.header .social-icons i {
min-width: 1em;
color: #00813d;
font-size: 18px;
}
.text-seo {
height: 300px;
overflow: auto;
}
input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
border-radius: 10px;
box-shadow: none;
height: 50px;
background: #ffffff91;
}
.social-icons i {
min-width: 1em;
color: #00813d;
}
.pricing-table .title {
text-transform: none;
font-size: 22px;
}
.pricing-table .items>div {
text-align:left;
}
.zero-price .price {
display: none;
}
.pricing-table-wrapper,.pricing-table {
height: 100%;
}
.pricing-table {
background-color: #00813c1a;
border: none;
}
.pricing-table .title {
background-color: rgba(0, 0, 0, .05);
color: #00813d;
border: none;
}
.featured-table {
border: 1px solid #00813d;
}
.featured-table .title {
background-color: #00813d;
color: #fff;
}
ul li.bullet-arrow, ul li.bullet-checkmark, ul li.bullet-cross, ul li.bullet-star {
border: none;
}
a.lead, p.lead {
margin-bottom: 10px;
}
.platform-box {
background-color: var(--bg-light);
padding: 18px;
border-radius: 6px;
margin-bottom: 1.5rem;
border: 1px solid var(--border-color);
}
.cta-box {
background-color: var(--bg-light);
border-right: 4px solid var(--accent-color);
border-left: 4px solid var(--accent-color);
padding: 20px;
margin-top: 2.5rem;
border-radius: 4px;
text-align: center;
}
.cta-box p {
font-style: italic;
font-weight: 600;
color: var(--primary-color);
margin-bottom: 0;
}
.steps-container {
background-color: var(--bg-light);
padding: 20px;
border-radius: 8px;
margin: 1.5rem 0;
border: 1px solid var(--border-color);
}
.features-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 15px;
margin: 1.5rem 0;
}
.feature-card {
background-color: #ffffff;
padding: 15px;
border-radius: 6px;
border: 1px solid var(--border-color);
box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.feature-card strong {
color: var(--accent-color);
display: block;
margin-bottom: 5px;
}
@media only screen and (max-width: 48em) { }