.box-contacts-body {
    max-width: inherit;
    padding: 0 20px;
}

.rd-navbar-static .rd-navbar-dropdown {
    width: 310px;
    padding: 20px 15px 34px 25px;
}

.services .thumb {
    width: 100%;
    float: left;
    padding: 10px;
    background: #f5f5f5;
}

.services .box-icon-modern {
    padding: 10px 10px 30px;
}

.services img {
    width: 100%;
    max-width: 350px;
}

.services h4 {
    font-size: 22px;
    color: #151515;
    line-height: 22px;
    line-height: 1.5;
    min-height: 65px;
}

.services h5 {
    margin-top: 22px;
    font-size: 18px;
}

.services .thumb .text {
    padding: 20px 10px;
}

.services .link-classic {
    font-size: 14px;
    margin-top: 20px;
}

.services .owl-dots {
    position: relative;
    bottom: 0;
    margin-top: 22px;
}

.vendorSec article {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
}

.section-content-block {
    padding: 90px 0;
}

.desc-overlay {
    padding: 30px;
    background: #FAFAFA;
    position: relative;
    margin-top: 125px;
    margin-left: -120px;
    width: 670px;
}

.desc-overlay p {
    padding-bottom: 15px;
    line-height: 1.8;
}

#rtrmessage {
    position: absolute;
    top: -25px;
    left: 0;
    display: none;
    color: Red;
    font-size: 12px;
    border-color: #ff0000;
}

.morecontent span {
    display: none;
}

.vendermargin {
    background: #cccccc29
}

.vendermargin article {
    margin: 10px;
    background: #fff;
    padding: 0 10px;
}

@media (max-width: 980px) {
    .section-content-block {
        padding: 60px 0;
    }
    .desc-overlay {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        padding: 0;
        background: none;
    }
}

@media (max-width: 767px) {
    .desc-overlay {
        margin-top: 30px;
    }
}