a.inline-button {
    background: #fff;
    padding: 7px 20px;
    border-radius: 75px;
    margin-left: 10px;
}
.scrolling-wrap {
    min-height: 60px !important;
}
.hero-title .av-special-heading-tag {
    text-transform: capitalize !important;
    font-weight: 600;
}
.hero-title .av-subheading_below {
    line-height: 1.8;
    margin-top: 15px;
    font-family: 'Poppins', auto;
}
.hero-wrapper .flex_column_table {
    width: 630px !important;
    max-width: 100% !important;
}
.why-wellness .flex_column_table {
    width: 800px !important;
    max-width: 100%;
    margin-left: auto !important;
}
.avia_textblock.why-wellness-list ul li,
.avia_textblock.why-wellness-list ul {
    margin: 0;
}
.questionnaire .flex_column_table {
    background-color: #676B57;
    padding: 25px 40px;
    border-radius: 14px;
    max-width: 700px !important;
    margin-left: auto;
    color: #fff;
}
/* Review Area CSS - Starts */
#top .avia-slider-testimonials.av-slideshow-ui.av-control-default .avia-slideshow-arrows a {
    top: calc(50% - 30px) !important;
}
.testimonial .avia-testimonial-meta-mini{
    text-align: center !important;
    margin: 0!important;
}
.review-block .avia-testimonial-meta {
    display: block;
    text-align: center !important; 
}
.testimonial .avia-testimonial_inner {
    position: relative;
}
.testimonial .avia-testimonial-meta:before {
    content: "\e808\e808\e808\e808\e808";
    font-size: 25px;
    font-family: 'entypo-fontello';
    display: block;
    color:#ffa534;
    width: 100%;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.testimonial .avia-testimonial-content {
    line-height: 1.8 !important;
}
.testimonial .avia-testimonial-name {
    color: var(--primary) !important;
    font-size: 20px !important;
    font-weight: 700;
    margin-top: 0 !important;
}
/* Review Area CSS - Ends */
.columns-three ul {
    margin: 0;
}
.columns-three {
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .columns-three {
        grid-template-columns: 2fr 3fr 2fr;
        column-gap: 60px;
    }
}
.compare-content {
    border: 1px solid #f0f0f0 !important;
    box-shadow: 0 0 6px 5px #f4f4f4;
    padding: 25px;
    border-radius: 15px;
}
.dual-columns.compare-content {
    background-color: var(--blue);
}

.dual-columns.compare-content li,
.dual-columns.compare-content li:before,
.dual-columns.compare-content h4 {
    color: #fff;
}
.compare-content ul {
    padding-left: 0;
    font-size: 15px;
}
.compare-content h4 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
.compare-content h4:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: var(--secondary);
    left: 0;
    bottom: 0;
}
.compare-content ul li {
    list-style-type: none;
    margin-left: 0;
    position: relative;
    padding-left: 20px;
}
.compare-content ul li:before {
    content: '\e812';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    color: var(--green);
}
.partner-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}
@media (min-width: 990px) {
    .partner-wrapper {
        gap: 75px;
    }
}
.partner-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
span.partner-name {
    font-weight: bold;
    text-align: center;
}
.partner-logo {
    text-align: center;
    height: auto;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.partner-logo img {
    width: auto;
    height: auto;
    max-width: 250px;
    max-height: 80px;
}
.inline-boxes {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
}
@media (min-width: 768px) {
    .inline-boxes {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 20px;
    }
}
.simple-iconbox {
    text-align: center;
    background: white;
    padding: 18px 15px 10px;
    border-radius: 15px;
}
.simple-iconbox svg {
    fill: var(--primary);
    margin-bottom: 10px;
}
.dual-columns {
    display: grid;
    gap: 30px;
}
@media (min-width: 768px) {
    .dual-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}
.diagnostics-wrapper {
    display: grid;
    grid-template-columns: 1fr;
}

.diagnostics-wrapper .flex_column {
    width: 100% !important;
    display: flex;
    align-items: center;
    padding: 12px !important;
    margin: 0 !important
}
.diagnostics-box {
    display: flex;
    gap: 15px;
    align-items: center;
}
.diagnostics-box .wd-hybrid-box-image svg,
.diagnostics-box .wd-hybrid-box-image {
    width: 40px;
    height: auto;
}
.diagnostics-box .wd-hybrid-box-content {
    width: calc(100% - 55px);
}
.diagnostics-box .wd-hybrid-box-title h4 {
    font-weight: normal;
    font-size: 16px !important;
}
@media(min-width: 641px) and (max-width: 989px) {
    .diagnostics-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .diagnostics-wrapper .flex_column:nth-child(odd) {
        border-right: 1px dashed var(--gray) !important;
    }
}
@media(min-width: 990px) {
    .diagnostics-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .diagnostics-wrapper .flex_column:not(:nth-last-child(-n+2)) {
        border-bottom: 1px dashed var(--gray)!important;
    }
    
    .diagnostics-wrapper .flex_column:nth-child(3n+2) {
        border-inline: 1px dashed var(--gray) !important;
    }
}
@media (max-width: 989px) {
    .diagnostics-box .wd-hybrid-box-title h4 {
        font-size: 15px !important;
    }
    .diagnostics-wrapper .flex_column:not(:nth-last-child(-n+1)) {
        border-bottom: 1px dashed var(--gray) !important;
    }
}
/* Hanged Sticker */
.hanged-sticker img {
    position: absolute;
    right: 0;
    top: -120px;
    z-index: 9;
    width: 110px;
    transform: rotate(-15deg);
}
.hanged-sticker {
    position: relative;
    padding-block: 5px;
    width: 700px;
    margin-inline: auto;
    max-width: 100% !important;
}
.hanged-sticker a {
    overflow: visible !important;
    display: block !important;
}
.hanged-sticker a:hover {
    opacity: .85;
}
@media (max-width: 767px) {
    .with-sticker {
        text-align: left !important;
        padding-top: 50px;
        padding-bottom: 10px !important;
    }
    .hanged-sticker img {
        top: -140px;
        width: 90px;
    }
}
@media (max-width: 480px) {
    .hanged-sticker img {
        top: -180px;
    }
}
.avia-testimonial-meta {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}