.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover {
    width: 20%;
    border-radius: 25px !important;
    text-align: center !important;
    border: 2px solid #80b031 !important;
    background-color: #80b031 !important;
    color: #FFFFFF !important;
}

.wpb_content_element .wpb_tabs_nav li {
    width: 20%;
    border-radius: 25px !important;
    text-align: center !important;
    border: 2px solid #80b031 !important;
}

a:hover,
a:focus {
    color: #FFFFFF !important;
}

.wpb_tabs .wpb_tabs_nav li {
    float: left;
    margin: 0 20px 0 0 !important;
}

.wpb_tabs_nav.ui-tabs-nav.vc_clearfix.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    justify-content: center;
    display: flex;
}

.blog.element-one .blog-item > .holder > .pic > img{
    height: auto;
}

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{
    background-color: transparent !important;
}

.panel-title {
    margin: 0;
    font-weight: 600;
    font-size: 17px;
    color: #1f2d33 !important;
    line-height: 26px;
    border: none;
    width: 100%;
    text-align: left;
    position: relative;
    padding-top: 22px;
    padding-right: 20px;
    padding-bottom: 24px;
    cursor: pointer;
}

.panel-body {
    padding-top: 20px;
    font-family: Roboto;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    color: #212127;
    font-size: 16px;
}

.panel-body .btnProducts {
    background: #1a1b2a;
    padding: 10px 20px;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 25px;
    float: right;
}

.gdpr-notice p {
    line-height: 18px !important;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 12px !important;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}

.alert-dismissible .close {
    position: relative;
    top: -8px;
    right: 20px;
    color: #000000;
	opacity: 1;
}


