input.wpcf7-form-control {
    width: 100%;
    height: 35px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    height: 39px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
.tabs ul.vc_tta-tabs-list {
    border-bottom: 6px solid #fdd92e;
    text-align: center;
}
ul.btn-list {
    list-style: none;
    display: flex;
    margin: 0 auto;
    width: 50%;
}
ul.btn-list li {
    margin-left: 5px;
}
h1.post-title {
    text-align: center;
    background: #f3f3f3;
    padding: 10px;
}
ul.btn-list input {
    width: 356px;
}
.payment-area input {
    width: 80% !important;
}
.navbar-default .navbar-nav>li>a {
    padding: 9px 10px;
    font-size: 14px;
    color: #dadada;
}
.navbar {
    min-height: auto;
    background: #444444;
    border: 0px;
    border-radius: 0px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}