/* Style the tab */
.sm-tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.sm-tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.sm-tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.sm-tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.sm-tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.tabs a.active {
    background: #fff;
    color: #000;
    background: #ced2d2;
    }
.tabs a {
    padding: 5px 10px;
    display: inline-block;
    border-color:#2C3E50;
       border-style:solid;
       

    text-decoration: none;
        border-width: 2px;
}
.tabs li {
    list-style: none;
    display: inline;
}

ul.tabs {
    margin-bottom: 20px;
}

.rs-box{
 
    width: 100% !important;
    margin-bottom: 20px !important;
 /*   font-family: montserrat !important;*/
    font-size: 16px !important; 

}