
/***** Tabs *****/
.banner-tabs div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 10px!important;
}

.banner-tabs div[data-content-type='tabs'] .tabs-navigation li.tab-header {
    background-color: #fff;
}

.banner-tabs .tabs-navigation li.tab-header.ui-tabs-tab.ui-state-active a.tab-title {
    color: #c44d8e;
    text-decoration: underline;
}

.banner-tabs ul.tabs-navigation {
    margin-bottom: 0;
    width: 100%;
    overflow: auto;
    height: 55px;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.banner-tabs ul.tabs-navigation::-webkit-scrollbar {
    display: none;
}

/***** Tabs Banners build with admin images *****/
.banner-tabs .li.tab-header {
    background-color: #fff;
    border: 0px;
}
@media screen and (min-width:992px) {
    .banner-tabs .tabs-content {
        padding: 0 50px;
    }
}
.banner-tabs .tabs-content .tabs-content-subtitle {
    padding: 0 30px;
}
.banner-tabs .tabs-content .tabs-content-subtitle p span {
    font-size: 17px;
    font-weight: 400;
}

.banner-tabs .banner-item {
    display: inline-block!important;
}

.banner-tabs .banner-item figure {
    width: 50%;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.banner-tabs figcaption {
    min-height: 41px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    padding: 5px 18px 0px 25px;
    box-sizing: border-box;
    float: right;
    width: 86%;
    text-align: left;
    position: absolute;
    text-transform: uppercase;
    right: 0;
    font-weight: 600;
}
@media only screen and (min-width: 768px) {
    .banner-tabs .banner-item figure figcaption {
        bottom: 10px;
    }
}

.banner-tabs figure:hover figcaption {
    color: #c44d8e;
    font-weight: 600;
}

/***** Mutoh Banners build with admin banners *****/
.banner-tabs .pagebuilder-poster-content {
  text-align: right;
  position: absolute;
  bottom: 0px;
  width: 90%;
  right: 0px;
  background-color: #fff;
}

.banner-tabs [data-element="content"] {
  background-color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 768px) {

    .banner-tabs figure {
        margin: 0px;
    }

    .banner-tabs img.pagebuilder-mobile-only {
        width: 100%;
        margin: 0px auto;
        display: block;
    }

    .banner-tabs figcaption {
        bottom: 18px;
        padding: 8px 18px 0px 25px;
    }

    .banner-tabs .banner-item figure figcaption {
        bottom: 0;
    }

}

/*
.banner-tabs {
    display: none;
}
*/
