.search-section .form-control {
    display: block;
    width: 90% !important;
    margin-bottom: 20px;
}
.search-section .tab-content>.active {
    padding-left: 0px ; padding-right: 0px;
}
#menu1 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.search-section select.input-lg {
    height: 40px;
    line-height: 34px; margin: 10px auto;
}
.search-section .input-lg {
    height: 40px; margin: 10px auto;
}



.nav-tabs {
    border-bottom: 2px solid #dfdfdf;
    background-color: #95bb2c;
    border: 1px solid #95bb2c;
    border-radius: 3px;
    margin-top: 10px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #fff;
    border-radius: 0px;
    border-bottom: 2px solid #2f9a41;
    background-color: #2f9a41;
    z-index: 2;
}

.nav-tabs>li>a {
    color: #fff;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #009688;
    border-radius: 4px 4px 0 0;
    background: #1dab23;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;  background-color: #2f9a41;
}

.tab-content {
    background: #1dab23;
}