.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls input,
.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls select,
.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls textarea {
    width: 100%;
    border: 2px solid #f6f4f4;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    background: #fff;
}

.jsn-uniform .jsn-bootstrap .control-group .select2-container.jsn-input-xlarge-fluid {
    width: 105% !important;
}

.jsn-text-center {
    display: none;
}

.project_started {
    padding-top: 38px !important;
    padding-bottom: 0 !important;
}

.select2-container .select2-choice {
    background-image: none !important;
    border: 2px solid #f6f4f4 !important;
    height: 40px !important;
    line-height: 34px !important;
}

.jsn-master .jsn-bootstrap .form-actions,
.jsn-master.ui-dialog-contentpane .jsn-bootstrap .form-actions {
    margin: 8px 0 !important;
}

.pricing_table .price_box .rate {
    padding-top: 15px !important;
}

.pricing_table .price_box .rate .title {
    display: block;
    font-family: 'Lora', serif;
    font-weight: 700;
    color: #fff;
    font-size: 50px;
}

.pricing_table .price_box .rate .subtitle {
    display: block;
    font-family: 'Lora', serif;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
}

.btn-wa-floating {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.btn-wa-floating .fab-icon {
    margin-top: 16px;
}