/* Style the tab */
.tab {
    float: left;
    border-right: 1px solid #e6e6e6;
    background-color: #fff;
    width: auto;
    height: 500px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;

    color:#666666
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    padding: 14px 15px 14px;
    transition: all 500ms ease; font-weight:600; font-size:18px; line-height:24px;     text-transform: capitalize; font-family: 'Montserrat', sans-serif;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #fbcc34;
    color: #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #fbcc34;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px;
    width: 88.1%;
    border-left: none;
    height: 500px; font-family: 'Montserrat', sans-serif;
}
