#about_content,
#faq_content {
		display: none;
}
.narrow-padding .template-page {
    padding: 30px 0;
}

.hero-dual-btn .avia-button {
    /* border: none !important; */
    letter-spacing: 0.5px;
    text-transform: uppercase;
    min-width: 180px;
    width: auto;
}

.dual-collage {
    padding: 25px 0;
    display: flex;
    column-gap: 20px;
}

.item-image:nth-child(1) {
    transform: translateY(-25px);
}

.item-image:nth-child(2) {
    transform: translateY(25px);
}

.states-list ul {
    margin: 0;
}

@media (min-width: 990px) {
    .states-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
    }
}

.states-list li {
    list-style-type: none !important;
    margin-left: 0 !important;
    position: relative;
    padding-left: 25px !important;
    font-weight: bold;
}

.states-list li:before {
    content: '\e812';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    font-size: 18px;
    color: #4CAF50;
}

.states-list li:nth-child(n+2) {
    margin-top: 5px;
}

.usa-map svg {
    width: 100%;
    height: auto;
}

.section-title {
    width: 950px !important;
    max-width: 100%;
    margin: 0 auto;
}

#top .avia-slider-testimonials.av-slideshow-ui .avia-slideshow-arrows a {
    opacity: 1 !important;
    top: calc(50% - 30px);
}

.inner-reviews .avia-testimonial-meta-mini {
    position: relative;
    text-align: center !important;
}

.inner-reviews .avia-testimonial-meta-mini:before {
    content: '\e808\e808\e808\e808\e808';
    font-family: 'entypo-fontello';
    font-size: 25px;
    letter-spacing: 5px;
    color: #FFC107;
}

.logo-wrap img {
    width: auto;
    height: auto;
    max-width: 150px;
		max-height: 100px;
}

@media (max-width: 1250px) { 
    .logo-wrap {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {    
    .logo-wrap {
        row-gap: 30px;
    }
    
    .logo-wrap img {
        max-width: 120px;
        max-height: 80px;
    }
}

.ga-map img {
    width: 500px;
}

@media only screen and (max-width: 767px) {
	#av_section_1 {
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
		animation: none;
		opacity: 1;
	}
}