#service, #comment {
    max-width: 1200px;
    margin: auto;
    padding: 20px 5px;
}
#side-widget {
    margin-top: 30px;
}
#side-widget, #service-content {
    float: left;
}
#service-content img {
    border-radius: 4px;
}
#service-content h2, #service-content h3 {
    margin-top: 15px;
    color: #1FA12E;
}
#service-content a {
    color: #1FA12E;
}
#service-content p {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}
.widget-headline {
    font-size: 17px;
    font-weight: bold;
    color: #1FA12E;
}
.widget-headline:after {
    content: "";
    display: block;
    margin: 10px auto;
    border-bottom: 2px solid #1FA12E;
}
.widget-headline > * {
    font-size: 15px;
    font-weight: 400;
}
#fast-contact {
    margin-top: 15px;
    border-radius: 4px;
    padding: 25px 15px;
    text-align: center;
    background-color: #1FA12E;
    color: #fff;
}
#fast-contact span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}
#fast-contact span a {
    color: #fff;
}
.service-tag:not(:first-of-type) {
    margin-top: 20px;
}
.comment-headline {
    font-size: 18px;
    font-weight: bold;
    color: #1FA12E;
    padding: 0px 0px 10px;
    border-bottom: 2px solid #1FA12E;
}
.comment-headline:not(:first-of-type) {
    margin-top: 15px;
}
.comment-line label {
    margin-top: 10px;
    display: block;
}
.comment-line #form-email, .comment-line .form-text {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    padding: 10px 15px;
    display: inline-block;
}
.comment-line .form-textarea {
    margin-top: 10px;
    width: 100%;
    padding: 10px 15px;
    height: 150px;
    resize: none;
    font-size: 18px;
}
.comment-line #form-send {
    display: block;
    border: 0;
    outline: 0;
    margin: auto;
    width: 200px;
    height: 50px;
    border-radius: 3px;
    background-color: #1FA12E;
    color: rgba(255,255,255,.8);
    font-size: 17px;
    transition: all .6s ease-out;
    cursor: pointer;
    float: left;
}
.comment-line .g-recaptcha {
    padding: 20px;
}
.comment-list {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 5px;
}
.avatar {
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    line-height: 75px;
    font-size: 17px;
    font-weight: 700;
    color: #1FA12E;
    background-color: #ebebeb;
}
.comment-list-name {
    padding: 0 15px;
    text-align: left;
    font-weight: 700;
}
.comment-list-date {
    padding: 0 15px;
    text-align: left;
    font-size: 14px;
}
.comment-list-rating {
    padding: 0 15px;
}
.comment-list-post {
    padding: 15px 5px;
}
#no-review {
    padding: 15px 5px;
}
.form-stars, .commented-stars {
    display: inline-block;
}
.alert{position:absolute;margin-top:0;width:100%;padding:20px;background-color:#f44336;color:#fff;opacity:1;transition:opacity .6s;margin-bottom:15px;z-index:999}.alert.success{background-color:#4caf50}.alert.warning{background-color:#ff9800}.closebtn{margin-left:15px;color:#fff;font-weight:700;float:right;font-size:22px;line-height:20px;cursor:pointer;transition:.3s}.closebtn:hover{color:#000}
@media only screen and (min-width: 1200px) {
    #service, #comment {
        padding: 50px 0px 35px;
    }
    #side-widget, #service-content {
        float: right;
    }
    #service-content {
        padding: 0px 50px;
    }
    #side-widget {
        margin-top: 0px;
    }
    #no-review {
        padding: 20px 0px;
    }
    .comment-line #form-send {
        margin-top: 15px;
    }
    .comment-list {
        padding: 15px;
    }
    .comment-list-date {
        text-align: right;
    }
}