.required:after { 
    content:" *";
    color:red;
}

.ptb {
    padding-top: 5px;
    padding-bottom: 5px;
}

.card-body .form-actions .btn-utype {
    padding-left: unset;
    padding-right: unset;
}

.select-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #fb9678;
    color: #fff;
    border-color: #fb9678;
}

.select-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    color: #fff;
    margin-right: 0px;
    margin-left: 4px;
}

.row .card .widgets a {
    color: #000000;
}

/* Validation Message */
.invalid-feedback strong {
    color:red;
    font-weight: 400;
}

.features {
    background-image: url('../assets/front/images/features_bg.jpg');
  }

/* Login page button*/
.sign-up__submit, .sign-up__link{
    display:inline;
}
.align_center{
    text-align: center;
}
.sign-up__textcontent{
    text-align: center;
}
.sign-up__tab.is-active{
    border-bottom: 3px solid #1fc341;
}

.search-submit{
    height: 41px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #1fc341;
    color: #ffffff;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    margin-top: 34%;
    width: 200%;
}

.sidebar-clear{
    text-align: center;
}
.wm-main-search--static{padding-top: 35px;}

.wm-single__avatar{text-align: center;}

.wm-single__avatar .agents-single__contact{padding-top: 10px;}

.wm-alert-info{
    color: #00654c;
    background-color: #ccf3e9;
    border-color: #b8eee0;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.wm-danger{
    color: #650013;
    background-color: #d89da3;
    border-color: #cca3a5;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.listing-sort{
    padding-left: 0px;
}

.feature__title{
    line-height: 1.3em;
}

.text-center {
    text-align: center;
}

.mb-20 {
    margin-bottom: 20px;
}

.front-inquiry-form .col-sm-6, .col-sm-12 {
    margin-bottom: 20px;
}

.front-inquiry-form .col-sm-6 input, textarea {
    border: 1px solid #eeeeee;
    color: #666666;
}

.text-success {
    color: #28a745!important;
}

.d-none {
    display: none;    
}

.d-block {
    display: block;
}

.front-builders__single {
    padding: 1% 0px;
}

.front-agents__position {
    max-height: 32px;
    height: 32px;
}

.w-100 {
    width: 100%;
}

.btn-social-media {
    border: 1px solid #1fc341;
    background: transparent;
    color: #999999;
}

.btn-social-media:hover {
    color: #1fc341;
}

.captcha-err {
    padding: 13px 0px;
}

.mt-12 {
    margin-top: 12px;
}
