/* tabs section */
.et_pb_tabs{
	margin: 2em 0 0 0;
    border: none;
}

.et_pb_all_tabs {
	background: #FDC76B;
}

ul.et_pb_tabs_controls {
    border-bottom: none;
    background-color: transparent;
}

.et_pb_tabs_controls li{
    border-right: none;
}

.et_pb_tabs_controls li {
    background-color: none;
	border-right: 2px solid #4f4f4f;
	border-top: 2px solid #4f4f4f;
	border-radius: 5px 5px 0 0;
    padding: 24px 30px;
}

.et_pb_tabs_controls li.et_pb_tab_active {
    background-color: #171717;
    padding: 24px 30px;
}

/*****************************/
/* Underline */
/*****************************/

.tabs-style-underline nav {
    background: #fff;
}

.tabs-style-underline nav a {
    padding: 0.25em 0 0.5em;
    border-left: 1px solid #e7ecea;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.tabs-style-underline nav li:last-child a {
    border-right: 1px solid #e7ecea;
}

.tabs-style-underline nav li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #2CC185;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0,150%,0);
    transform: translate3d(0,150%,0);
}

.tabs-style-underline nav li.tab-current a::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.tabs-style-underline nav a span {
    font-weight: 700;
}

.et_pb_tabs_0 .et_pb_tabs_controls li.et_pb_tab_active {
    background-color: #FDC76B !important;

}

.et_pb_more_button{
    color: rgb(70, 70, 70) !important;
    border: none !important;
    font-size: 20px;
}

.et_pb_button{
    background: #FDC76B;
}

.et_pb_button:hover{
    background: #5348EE;
    color: white !important;
}

