.txt-success {
    color: #008080 !important;
}

.footer-style-1 {
    background-color: #008080 !important;
}
.footer-style-2 {
    background-color: #008080 !important;
}

.bg-app {
    background-color: #008080 !important;
}

.app-logo {
    width: 100px;
}

.service-list {
    margin-top: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.select2-container–default .select2-selection–single {
    border: none !important;
    background-color: red !important;
}

@media screen {
}
@media only screen and (max-width: 600px) {
    body {
        padding: 20px;
    }
}
