.html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: unset !important;
}

.custom-logo img {
    width: 280px;
}

#socket .copyright {
    float: none !important;
    font-size: 12px;
}

#socket .container {
    text-align: center;
}

#extra_footer {
    display: none;
}

.hero-landing {
    background-position: 50% 75% !important;
}

.landing-heading .av-special-heading-tag {
    width: 950px;
    margin: 0 auto !important;
    max-width: 100% !important;
}

.hero-button .avia-button {
    background-color: var(--yellow) !important;
    color: #fff !important;
    font-weight: normal !important;
    border: none !important;
    line-height: 1.5 !important;
    padding: 13px 30px !important;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .hero-button .avia-button {
        text-transform: uppercase;        
    }
}

.single-form {
    border: 1px solid #e8e8e8 !important;
    padding: 40px;
    width: 950px;
		max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 7px 4px #e6e6e6 !important;
}

.single-quote .avia-testimonial-content {
    position: relative;
}

@media(min-width: 768px) {        
	.term-sheet-meta-title {
        width: 300px !important;
    }
    
    .term-sheet-meta-wrap .av_textblock_section {
        width: calc(100% - 270px) !important;
    }

    .single-quote .avia-testimonial-content {
        padding-left: 50px;
    }
	
		.hero-landing .template-page {
			padding: 120px 0;
	}
}

@media(max-width: 767px) {        
	.term-sheet-meta-title {
        padding-bottom: 25px !important;
    }

    .single-quote .avia-testimonial-content {
        padding-top: 50px;
    }
}

.term-sheet-meta-title h3.av-special-heading-tag {
    text-transform: uppercase !important;
}

.single-quote .avia-testimonial-content:before {
    content: '\e833';
    position: absolute;
    font-family: 'entypo-fontello';
    left: 0;
    font-size: 40px;
    top: 5px;
    color: var(--maroon);
    transform: rotate(180deg);
}

.single-quote .avia-testimonial-content p {
    line-height: 1.8;
    font-style: italic;
}

.inner-ticklist ul {
    list-style-type: none !important;
}

.inner-ticklist ul li {
    margin-left: 0;
    position: relative;
    color: #fff;
}

.inner-ticklist ul li:nth-child(2) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.inner-ticklist ul li:before {
    content: '\e812';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 20px;
    font-size: 15px;
    color: var(--yellow);
    line-height: 1.5;
    border: 1px solid;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.highlighted-list ul {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr;
    width: 950px;
		max-width: 100%;
    margin: 30px auto;
}



.highlighted-list li {
    background-color: #111;
    padding: 15px 15px 15px 60px !important;
    border-radius: 10px;
}

/*
.highlighted-list li:nth-child(2),
.highlighted-list li:nth-child(5){
    background-color: var(--green);
}

.highlighted-list li:nth-child(3),
.highlighted-list li:nth-child(6){
    background-color: var(--blue);
}

.highlighted-list li:last-child {
    background-color: var(--gray);
}
*/

@media (min-width: 768px) {
    .highlighted-list ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .highlighted-list li:last-child {
        grid-column: span 2;
    }
}

/* Center Whitepaper Wrap CSS - Starts */

.inner-posts .slide-entry-wrap {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.inner-posts .slide-entry {
    margin: 0;
    width: 100% !important;
}

@media (min-width: 768px) {
    .inner-posts .slide-entry {
        width: calc(50% - 15px) !important;
    }
}

@media (min-width: 1201px) {
    .inner-posts .slide-entry {
        width: calc(33.33% - 20px) !important;
    }
}

/* Center Whitepaper Wrap CSS - Ends */