/**
 * Services
 *
 * @author    Stefan Crudu <stefan@crudu.dev>
 */
 .btn-gts{
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.9em;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #10a3e8;
    border: 1px solid #008bcc;
    background: linear-gradient(#008bcc,#10a3e8);
    text-transform: uppercase;
    border-radius: 12px;
}

.btn-gts:hover {
    color: #fff;
    background: linear-gradient(#10a3e8,#008bcc);
}

#content-wrapper{
    background-color: #ddd;
    padding: 30px 25px;
    margin-top: 65px;
    margin-bottom: -50px;
}

.page-header {
    margin-top: -89px;
    margin-bottom: 30px;
}

.page-header h1 {
    font-size: 26px;
    text-transform: uppercase;
    color: #666;
    font-weight: 400;
}

.content {
    background-color: #f4f4f4;
    padding: 30px;
}

.content h2 {
    font-size: 1.5em;
    color: #666;
    margin: 0 0 0.4em;
    font-weight: 600;
}

.content h3 {
    font-size: 24px;
    color: #666;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.image-attach {
    width: 100%;
    display: block;
    max-width: 900px;
    margin: 0 auto;
}

.content p {
    height: 42px;
    display: flex;
    align-items: center;
    font-size: 1rem;
}

.content p:nth-child(3) {
    color: #999;
}

.content p input {
    padding: 8px 13px;
    max-width: 65px;
    margin: 0 10px;
    border: 1px solid #c4c4c4;
    border-radius: 0.25rem;
}

#water-saving-calculator th{
    text-align: center;
    padding: 10px;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}
#water-saving-calculator {
    margin: 0 auto 1rem;
}

#water-saving-calculator tr:first-child th:first-child {
    border-bottom: none;
}

#water-saving-calculator th:first-child {
    border-right: none;
}

#water-saving-calculator th:last-child{
    border-right: none;
}

#water-saving-calculator .table-title-row {
    font-weight: 600;
    min-width: 300px;
}

#water-saving-calculator tr td {
    text-align: center;
    height: 65px;
    padding: 10px;
    border-bottom: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
}

#water-saving-calculator tr td:last-child {
    border-right: none;
}

#water-saving-calculator tr:last-child td {
    border-bottom: none;
}

#water-saving-calculator tr:nth-child(even) td {
    background-color: #fff;
}

#water-saving-calculator td input {
    padding: 8px 13px;
    max-width: 130px;
    border: 1px solid #c4c4c4;
    border-radius: 0.25rem;
}

@media screen and (max-width: 639px) {
    #content-wrapper{
        padding: 30px 5px;
    }
}