.ahrr-logo svg {
    width: auto;
    height: 200px;
		margin-inline: auto;
}
@media (max-width: 767px) {
    .content-cell .av-special-heading {
        text-align: center;
    }
    .content-cell .normal-button {
        width: 100%;
    }
    .content-cell .avia-button {
        float: none;
        margin-inline: auto;
        max-width: 200px;
    }
}
.content-cell .av-special-heading {
    width: 700px;
    max-width: 100% !important;
}
.inner-text-heading h3 {
    margin-bottom: 15px;
}
.package-card ul li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 35px;
    position: relative;
    font-size: 16px;
}
.package-card ul li:nth-child(n+2) {
    margin-top: 6px;
}
.package-card ul li:before {
    content: '\e812';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    background: var(--primary-color);
    color: #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    top: 4px;
}
.package-card h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
}
.package-card h3:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 5px;
    left: calc(50% - 30px);
    bottom: 0;
    background: #454545;
}
.package-column:before, .package-column:after {
    display: none !important;
}
.package-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
    border: 1px solid #e0e0e0 !important;
}
.package-card h3 em {
    font-style: normal;
    font-size: 1.5em;
    color: var(--alt-color) !important;
}
.inner-table td {
    font-size: 16px;
    color: #333;
    padding: 15px 25px;
}
.inner-table td strong {
    color: var(--alt-color);
}
/* Timeline CSS */

.simple-timeline {
		padding-top: 20px;
}

@media (min-width:990px) {
	.simple-timeline {
		padding-bottom: 30px;
	}
}
.simple-timeline li h2 {
    display: none !important;
}
.simple-timeline .av-milestone-icon-inner {
    padding: 10px !important;
    line-height: 52px;
}
.simple-timeline .milestone_icon {
    height: 70px;
    width: 70px;
}
.simple-timeline .av-milestone-icon-wrap {
    width: auto;
    height: auto !important;
}
.simple-timeline ul.avia-timeline-vertical > li {
    display: flex;
}
.simple-timeline .av-milestone-content-wrap {
    padding: 30px 0 0 30px !important;
}
@media (max-width:989px) {
    .simple-timeline .av-milestone-content-wrap {
        padding: 10px 0 30px 0 !important;
    }
}
.simple-timeline .av-milestone-content li {
    padding-left: 0 !important;
    overflow: visible !important;
}
.numeric-list ol > li:nth-child(n+2) {
    margin-top: 9px;
}
.numeric-list ol li ul {
    margin: 10px 0 0 10px;
    list-style-type: circle;
    font-size: 16px;
}
.numeric-list ol li ul li {
    margin-bottom: 0 !important;
}
.numeric-list ol > li::marker {
    font-size: 18px;
    font-weight: bold;
}
.center-form .pum-trigger {
    color: var(--primary-color) !important;
    font-size: 1em !important;
    font-weight: bold !important;
    text-decoration: underline;
    cursor: pointer !important;
}
.center-form .pum-trigger:hover {
    opacity: .85;
}
.popmake-content ul {
    list-style-type: disc;
    padding-left: 10px;
}
.popmake-content ul li:nth-child(n+2) {
    margin-top: 6px;
}
.pum-content h3 {
    font-size: 21px;
    margin-bottom: 20px;
}
.center-form .gfield_price {
    margin-bottom: 0 !important;
}
.numeric-list ol {
    margin-bottom: 0;
}