h2
{
text-align:center;
}
.plusbtn {
    background: #e8faeb;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    color: #68e279;
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
    text-align: center;
}

.plusbtn3 {
    background: #e8faeb;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    color: #68e279;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    text-align: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */

    justify-content: center;
    align-items: center;
}

.plusbtn2 {
    background: #f0f1f7;
    border-radius: 20%;
    height: 50px;
    width: 50px;
    color: #cfd1dc;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-align: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */

    justify-content: center;
    align-items: center;
}

.form-control {
    font-family: 'Montserrat', sans-serif;
}



p {
    font-family: 'Montserrat', sans-serif;
}

section {
    padding: 30px;
}

tr th {
    color: #9fa2b4;
    font-size: 12px;

}

/*.table td, .table th{
              border-top: 0;
          }*/

.card {
    width: 100%;
}

table {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.table-full-width {
    margin-left: -30px;
    margin-right: -30px;
}

video {

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.tabs {

    margin: 0 auto;

}

.alert {
    font-family: 'Montserrat', sans-serif;
}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tab-button li {
    display: table-cell;
    width: 20%;
}

#tab-button li a {
    display: block;
    padding: .5em;
    background: #eee;
    border: 1px solid #ddd;
    text-align: center;
    color: #000;
    text-decoration: none;
}

#tab-button li:not(:first-child) a {
    border-left: none;
}

#tab-button li a:hover,
#tab-button .is-active a {
    border-bottom-color: transparent;
    background: #fff;
}

.tab-contents {
    padding: .5em 2em 1em;
    border: 1px solid #ddd;
}



.tab-button-outer {
    display: none;
}

.tab-contents {
    margin-top: 20px;
}


@media screen and (max-width: 768px) {
	section
	{
	       padding: 10px !important;
	}
	
	.services .icon-box {
    padding: 15px !important;
	}
	
	.container {    
    padding-right: 10px !important;
    padding-left: 10px !important;
	}
}


@media screen and (min-width: 768px) {
	
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }

    .tab-select-outer {
        display: none;
    }

    .tab-contents {
        position: relative;
        top: -1px;
        margin-top: 0;
    }
}

.sidebar {
    background: white;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80px;
    display: block;
    z-index: 1;
    color: #fff;
    font-weight: 200;



}


button {
    font-family: 'Montserrat', sans-serif;
    border-radius: 0 !important;
}

.form-control {
    border-radius: 0;
}

main {
    position: relative;
    float: right;
    width: calc(100% - 80px);
}

.sidebar p {
    font-size: 25px;
}

.plusbtn4 {

    border-radius: 50%;
    height: 100px;
    width: 100px;
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
    text-align: center;
}

.sidebar p:hover {
    color: #68e279 !important;
    cursor: pointer;
    transition-duration: 700ms;
}

.sidebaricon:hover {
    color: #68e279;
}