.custom-header {
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%) !important;
    border: 1px solid #f2f2f2 !important;
}

.custom-header .flex_column {
    display: flex !important;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap !important;
}

.custom-header .flex_column:before,
.custom-header .flex_column:after {
    display: none;
}

.html_header_transparency #top .avia-builder-el-0 .container {
    padding-top: 20px !important;
}

#hero_alt .flex_column_table {
    max-width: 700px;
}

@media (min-width: 768px) {
    .hero-title .av-subheading p {
        font-size: 22px !important;
        letter-spacing: 0.3px;
    }
}

.avia-testimonial-meta {
    display: flex !important;
    flex-wrap: wrap;
}

.avia-testimonial-meta-mini {
    width: 100%;
    float: none !important;
}

.main_color .avia-testimonial-name {
    margin-top: 0 !important;
    color: #fff !important;
}

.rating-logos {
    margin: 0;
    display: flex;
    list-style-type: none !important;
    gap: 20px;
    align-items: end;
    justify-content: center;
    flex-wrap: wrap;
}

.rating-logos strong {
    display: block;
    color: #fff !important;
}

.rating-logos img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 70px;
}

@media (min-width: 768px) {
    #hero_alt .logo-ratings {
        position: absolute;
        bottom: 40px;
        width: 100%;
        right: 0;
    }
	
	#hero_alt .template-page {
		padding: 150px 0 200px;
	}
}

ul.rating-logos li {
    margin: 0;
    text-align: center;
}

.apply-now-alt a {
    padding: 10px 30px;
    font-size: 18px;
    font-family: 'proxima-nova';
    color: #fff !important;
    border: none;
    background: var(--primary);
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
}

.apply-now-alt a:hover {
    opacity: .9;
}

@media (max-width: 767px) {
    .rating-logos img {
        max-width: 140px;
    }
	
		.custom-header .flex_column {
			justify-content: center;
	}
}

.apply-now-dual {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.apply-now-dual a:nth-child(even) {
    background-color: var(--sundance);
}