/* Custom Hide Menu on Certain Width 
@media (max-width: 1100px) {
    .main_menu .menu-item-top-level {
        display: none !important;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
        display: block !important;
    }
}

*/

:root {
	--navy: #162c53;
	--purple: #74308c;
	--red: #c60c30;
    --primary-color: #1E2655;
    --alt-color: #C60C30;
    --purple-color: #622f92;
}

/* TEMP CSS Area - Starts */

.logo {
    padding: 10px 0 !important;
}

h1,h2,h3,h4 {
    font-family: 'Gotham-Bold', sans-serif !important;
}

body {
    font-family: 'Gotham-Book', sans-serif !important;
}

/* TEMP CSS Area - Starts */

.alt-header .flex_cell_inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.healthrev-logo img {
    width: auto;
    height: 100px;
}

.alt-header #menu-healthrev-menu {
    display: flex;
    gap: 35px;
}

.alt-header #menu-healthrev-menu li {
    margin: 0;
    padding: 0;
}

.alt-header {
    padding: 12px 30px !important;
}

.alt-header .widget_nav_menu {
    padding: 0 !important;
}

.alt-header #menu-healthrev-menu a {
    padding: 0 !important;
    color: #000;
    font-size: 19px;
    transition: .5s;
}

.alt-header #menu-healthrev-menu a:hover {
    color: var(--red);
}

/* TEMP CSS Area - Ends */

/* Hero Area CSS - Starts */

#healthrev_hero .flex_column_table {
    max-width: 600px;
    margin-left: auto;
}

.landing-title .av-subheading {
    opacity: 1;
    line-height: 1.5;
    margin-top: 15px;
}

.landing-title .av-special-heading-tag {
    line-height: 1.2 !important;
}

.landing-button .avia-button {
    font-size: 18px;
    font-weight: bold !important;
	  border-radius: 0 !important;
}

.avia_button_icon_right {
    padding-left: 5px;
}

/* Hero Area CSS - Ends */

/* FLip Area CSS */
.action-card {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 90%;
}

@media (min-width: 1102px) and (max-width: 1250px) {
    .action-card {
        padding-bottom: 220%;
    }
}

@media (min-width: 1251px) {
    .action-card {
        padding-bottom: 140%;
    }
}

.action-card .card-front,
.action-card .card-back {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.7s;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 5px 0 rgba(239, 239, 239, 0.6);
}

.action-card:hover .card-front {
    transform: rotateY(-180deg);
}

.action-card:hover .card-back {
    transform: rotateY(0);
}

.action-card .card-back {
    overflow: hidden;
    transform: rotateY(-180deg);
    background: var(--navy);
}

.action-icon svg {
    width: auto;
    height: 80px;
}

.card-back,
.card-front {
    display: flex;
    flex-wrap: wrap !important;
    padding: 30px;
    align-content: center;
    align-items: center;
		justify-content: center;
}

.card-front {
    background: #fff;
}

.action-content {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
}

.action-button {
    margin-top: 30px;
}

.action-button a {
    padding: 8px 20px;
    color: #fff !important;
    border-radius: 5px;
    transition: .3s;
    border: 2px solid #fff !important;
}

.action-button a:hover {
    background: var(--alt-color) !important;
}

.card-front .action-icon {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--navy);
}

.joy-icon-alt,
.card-front .action-icon img {
    width: auto;
    height: 55px;
}

h3.action-title {
    font-size: 18px;
    margin: 20px 0 0;
    width: 100%;
    color: #111;
}

.inner-card-arrow:before {
    content: '\e88d';
    font-family: entypo-fontello;
    color: var(--red);
    position: absolute;
    left: 6px;
    font-size: 16px;
    line-height: 1.8;
    transition: .6s;
}

.inner-card-link span {
    position: absolute;
    right: 30px;
    bottom: 20px;
    border: 1px solid var(--alt-color) !important;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%
}

/* Flip Area CSS Ends*/

.center-content {
    max-width: 720px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    #healthrev_hero .av-section-color-overlay {
        display: none;
    }
}

@media (max-width: 767px) {
    .alt-header #menu-healthrev-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    
    .alt-header #menu-healthrev-menu a {
        border: 1px solid var(--red) !important;
        padding: 1px 13px !important;
        font-size: 15px;
        border-radius: 5px;
    }
    
    .alt-header .flex_cell_inner {
        justify-content: center;
        padding: 10px 0;
        flex-wrap: wrap;
    }

    .alt-header .avia-builder-widget-area {
        width: 100%;
    }
}