.panel-bottom-accordion{
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 86px;
    padding-bottom: 49px;
    max-height: 444px;
    height: 444px;
}
.panel-bottom-accordion .tabs-wrapper{
    text-align: center;
}
.panel-bottom-accordion .tabs-wrapper .content-wrapper{
    display: none;
    text-align: center;
    margin-bottom: 63px;
}
.panel-bottom-accordion .tabs-wrapper .content-wrapper.show{
    display: block;
}
.panel-bottom-accordion .tabs-wrapper h3{
    color: rgb(255, 255, 255);
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.67px;
    line-height: 1.57;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.panel-bottom-accordion .tabs-wrapper .text-wrapper{
    margin-top: 28px;
}
.panel-bottom-accordion .tabs-wrapper .text-wrapper p{
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.44px;
    line-height: 1.8;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;

}
.panel-bottom-accordion .tab-nav{
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
}
.panel-bottom-accordion .toggle-tabs li:first-of-type{
    margin-right: 48px;
}
.panel-bottom-accordion .toggle-tabs li:last-of-type{
    margin-left: 48px;
}

.panel-bottom-accordion .toggle-tabs{
    list-style: none;
    display: inline;
}
.panel-bottom-accordion .toggle-tabs li{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.38px;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    display: inline;
    cursor: pointer;
}
.panel-bottom-accordion .toggle-tabs li.active{
    color: rgb(0, 158, 255);
    transition: ease-in;
}
.panel-bottom-accordion .toggle-tabs li span{
    display: inline;
    border-bottom: 2px solid rgb(255, 255, 255);
    padding-bottom: 5px;
}
.panel-bottom-accordion .toggle-tabs li.active span{
    border-bottom: 2px solid rgb(0, 158, 255);
}


@media (max-width:1199px) {
	.panel-bottom-accordion br { display:none; }
}
@media (max-width: 767px){
    .panel-bottom-accordion{
        height: 100%;
        max-height: 100%;
    }
    .panel-bottom-accordion .tab-nav{
        position: static;
    }
}