.has-feedback .smk-error-msg {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
    color: #E90003;
}

.form-group {
    margin-bottom: 1.25rem;
    position: relative;
}

.has-error input.form-control {
    border: 2px solid #E90003;
}

.has-error input.form-control:focus {
    background-color: #EEE;
    border-color: none;
    box-shadow: none;
}

#toast-container > div {
    box-shadow: none;
    border: none;
    opacity: 1;
    font-size: 16px;
    width: 500px;
    padding: 20px 20px 20px 50px;
    border-radius: 0;
}

#toast-container > :hover {
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.toast-close-button {
    top: 0;
}

.services-filter-2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.services-filter-2 .filters {
    min-width: 400px;
    display: flex;
}

@media (max-width: 576px) {
    .services-filter-2 {
        display: block;
    }

    .services-filter-2 .select2-container {
        width: 92% !important;
        margin-top: 10px;
    }

    .search-form-container {
        margin-bottom: 0px !important;
    }

}

#st-1.st-has-labels .st-btn {
    min-width: 35px !important;
}

#st-1 > div.st-btn > span {
    display: none !important;
}

section.fr-service-bar .heart {
    padding: 4px 10px 4px 10px !important;
    background-color: #0cb3e4;
    margin-right: 10px;
    border-radius: 4px;
}

.fr-right-product {
    margin-top: 10px;
}

.skills {
    display: flex;

}

.skills li a {
    color: #0cb3e4 !important;
}

.skills li {
    margin-right: 10px;
}

.fr-right-details2, .fr-m-main-title.details-page {
    border-bottom: none !important;
}

.fr-footer {
    background-color: #def1f7;
}

.fr-frquntly-qa .btn-link {
    color: #0cb3e4 !important;
}

.accordion .card-body {
    background-color: #fafafa;
    border-top: 1px solid #eee;
}

.fr-co-contents.add-position {
    background-color: #fff;
}

.fr-contact-form label {
    margin-bottom: 5px !important;
}

.fr-contact-form input {
    margin-bottom: 5px;
}

#place::placeholder,
#budget::placeholder {
    color: #cbcbcb;
}