.banner_desc p {
    color: #2e2e2e;
}

.cycle_banner_container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    top: -170px;
    z-index: 1;
}

.page_home .cycle_banner_container {
    margin-bottom: 0;
}

.cycle_banner_container .banner_content {
    width: 100%;
    height: 100%;
}

.cycle_banner_container .banner_content img {
    width: 100%;
    height: 100%;
}

.cycle_banner_container .banner_item {
    background-size: cover !important;
    background-position: center center !important;
    width: 100% !important;
    height: 100% !important;
}

.banner_item_description_column {
    position: absolute;
    z-index: 99;
    top: 45%;
    transform: translate(0, -50%);
    left: 0;
    min-width: 400px;
    padding: 0;
}

.cycle_banner_container .banner_item_description_container {
    text-align: left;
    color: #fff;
    background: transparent;
    padding: 15px;
}

.cycle_banner_container .banner_item_link {
    display: block;
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
}

.cycle_banner_container h1,
.cycle_banner_container h2,
.cycle_banner_container h3,
.cycle_banner_container h4,
.cycle_banner_container h5,
.cycle_banner_container p,
.cycle_banner_container div {
    color: #fff;
}

.cycle_banner_container h1 {
    font-size: 2.7em;
    line-height: 60px;
}

.cycle_banner_container h2 {
    font-size: 1.35em;
    font-weight: 300;
    margin-bottom: 10px;
}

.cycle_banner_container h3 {
    font-size: 1em;
}

.cycle_banner_container .banner_item_description {
    padding-top: 0;
    font-size: 1.2em;
}

    .cycle_banner_container .banner_item_description p {
        margin: 5px 0 0 0;
        font-size: 16px;
    }

.cycle_banner_container .banner_item_description a {
    color: var(--sec);
}

.cycle_banner_container .banner_pager {
    position: absolute;
    z-index: 100;
    bottom: 200px;
    left: 10px;
}

.cycle_banner_container .banner_pager a {
    background-color: var(--sec);
    color: #000000;
    display: block;
    float: left;
    font-size: 1.2em;
    height: 5px;
    line-height: 20px;
    margin-left: 6px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    width: 20px;
}

.cycle_banner_container .banner_pager a.cycle-pager-active {
    color: #fff;
    background-color: #fff;
}

.cycle_banner_container .banner_pager_next,
.cycle_banner_container .banner_pager_previous {
    position: absolute;
    top: 120px;
    font-size: 60px;
    z-index: 100;
    color: #666;
    color: rgba(0,0,0,0.6);
    cursor: pointer;
}

.cycle_banner_container .banner_pager_next:hover,
.cycle_banner_container .banner_pager_previous:hover {
    color: #000;
}

.cycle_banner_container .banner_pager_next {
    right: 25px;
}

.cycle_banner_container .banner_pager_previous {
    left: 25px;
}

a.edit_banner {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.banner_btn_group {
    border-top: 1px solid #6b6b6b;
    margin-top: 20px;
    padding-top: 20px;
}

.banner_btn_group a {
    color: #ffffff !important;
    display: block;
    font-size: 1.25em;
    line-height: 1;
    padding: 10px 15px;
    text-align: center;
}

.banner_btn_group a.btn_patients {
    background-color: #2ab8aa;
}

.banner_btn_group a.btn_professionals {
    background-color: #d93966;
}

.cycle_banner_container .banner-down-arrow {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%, -50%);
}

.cycle_banner_container .banner-down-arrow > img {
    width: auto;
    max-width: 40px;
    margin: 5px auto;
    transition: all .5s ease;
    height: auto;
}

/* ----------------------------------------------------- */
.feature_banner {
    background-color: #2b2b2b;
}

.feature_banner .cycle_banner_container {
    width: 100% !important;
}

.feature_banner .container {
    width: 100%;
}

.feature_banner .banner_item_description_container img {
    display: none;
}

.feature_banner .banner_item_description_column {
    right: auto;
    left: 0;
    top: 25px;
}

.feature_banner .cycle_banner_container .banner_item_description_container {
    background: none;
    height: auto;
    padding: 10px 0;
    padding-top: 0;
}

.feature_banner .cycle_banner_container .banner_pager {
    bottom: 15px;
    left: auto;
    right: 15px;
}

.feature_banner .cycle_banner_container .banner_item_description {
    font-size: 1em;
    line-height: 1.5em;
}

.feature_banner .edit_banner {
    bottom: auto;
    top: 0;
    border-radius: 0;
    border-bottom-left-radius: 4px;
}

.feature_banner .cycle_banner_container .banner_item_title {
    font-size: 2.4em;
    line-height: 1.1em;
}

.feature_banner .banner_item_link {
    display: inline;
    background: none !important;
    position: static !important;
    border: 0 !important;
    box-shadow: none;
    padding: 0;
}

.feature_banner_professionals {
	position: relative;
}

.featured_conditions {
	position: relative;
}

.feature_banner .banner_item {
    background-position: top right !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.featured_conditions .pager {
	position: absolute;
	z-index: 500;
	margin: 0px;
	bottom: 13px;
	right: 50%;
}

.featured_conditions .pager a {
	display: block;
	float: left;
	margin-left: 9px;
	width: 19px;
	height: 19px;
	line-height: 0px;
	background-color: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.featured_conditions .pager a.cycle-pager-active {
	background-color: #A1A1A1;
}

.banner_item {
    position: relative; 
}

.banner_buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background: rgba(10, 25, 70, 0.85);
    z-index: 100;
    bottom: 30px;
}

    .banner_buttons .container {
        display: flex;
        align-content: space-between;
    }

.banner_item span {
    color: #fff !important;
}

.banner_btn_item {
    flex: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 10px;
    color: #ffffff;
    text-decoration: none;
    transition: background 0.2s ease;
    font-size: 13px;
    flex-wrap: nowrap;
    text-align: center;
    gap: 10px;
}

    .banner_btn_item:last-child {
        border-right: none;
    }

.banner_btn_icon {
    display: block;
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.news-icon {
    background-image: url('../images/news.png');
}

.conf-icon {
    width: 100px;
    background-image: url('../images/conf.png');
}

.events-icon {
    background-image: url('../images/event.png');
}

.find-icon {
    background-image: url('../images/find.png');
}

.patient-icon {
    background-image: url('../images/patient.png');
}

.working-icon {
    width: 95px;
    background-image: url('../images/working.png');
}

.banner_btn_item:hover {
    text-decoration: none;
}

    .banner_btn_item:hover .banner_btn_icon,
    .banner_btn_item:hover span {
        filter: none;
        color: #96d0ff !important;
    }

    .banner_btn_item:hover .banner_btn_icon {
        filter: brightness(0) saturate(100%) invert(78%) sepia(43%) saturate(400%) hue-rotate(180deg) brightness(105%);
    }

.banner_pager_next svg {
    fill: #fff;
    width: 15px;
}
