.agree{
display: none;
}
#checkout-content label.error {
    color: red;
}

#checkout-content .rqa-form input.error, #checkout-content .rqa-form textarea.error, #checkout-content .rqa-form select.error {
    border-color: red;
}

#checkout-content select {
    appearance: none;
    padding: 0;
    margin: 0;
    border: 1px solid #E2E2E2;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    background-image: url("../img/cart/select-box-bg2.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 40px;
    padding-left: 10px;
}
#pdffile{
    display: none;
}


.custom-file-upload {
    cursor: pointer;
    font-size: 14px;
    color: #3B3B3B;
    font-weight: 700;
    line-height: 40px !important;
    border: 1px solid #E2E2E2;
    letter-spacing: .03em;
    margin: 0;
    text-transform: uppercase;
    padding: 0 22px;
    display: inline-block;
    height: 40px;
    
}
.custom-file-upload:hover {
color: white!important;
}
.custom-file-upload:before {
    background: #BF0000;

}

.service-two-tab-content .img-box {
    margin-bottom: 0px;
}
.service-two-tab-content .img-box img{
    margin-bottom: 50px;
}
.service-two-tab-content .img-box img:last-child {
    margin-left: 0px;
}

.service-two-tab-content .img-box img:nth-child(2n) {
    margin-left: 25px;
}
footer.construct .widget img.positioned {
    max-width: 100%; 
}
.single-sidebar {
    margin-bottom: 25px;
}