.service-block {
    background-image: url(../images/card2.png.html);
    padding: 15px;
    height: 110px;
    border-radius: 15px;
}
.service-block h3 {
    margin:auto;
}
.service-block:hover {
     opacity:0.7;
}

.download-block {
    background-image: url(../images/card3.png);
    padding: 15px;
    margin-bottom: 20px;
    height: 180px;
    border-radius: 15px;
}

    .download-block:hover {
        opacity: 0.7;
    }

@media screen and (max-width:767px) {
    .service-img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        padding: 0 25px;
    }
}

@media screen and (min-width: 768px) {
    .service-img {
        float: right;
        margin: 0 0 20px 20px;
        max-width: 275px;
        height: auto;
    }
}

@media screen and (min-width: 992px) {
    .service-img {
        float: right;
        margin: 0 0 20px 20px;
        max-width: 370px;
        height: auto;
    }
}

.service-icon {
    padding-right:10px;
}

.about-img {
    float:right;
    max-width:400px;
    padding: 0 0 10px 65px;
}

@media screen and (min-width:1200px){
    .img-footer {
        width:14%;
        height:auto;
        padding:18px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px){
    .img-footer {
        width: 14%;
        height: auto;
        padding: 18px;
    }
}

@media screen and (max-width:991px){
    .img-footer {
        width: 25%;
        height: auto;
        padding: 20px;
    }
}

@media screen and (max-width:767px) {
    .img-footer {
        width: 50%;
        height: auto;
        padding: 20px;
    }
}

@media screen and (max-width:420px) {
    .img-footer {
        width: 33%;
        height: auto;
        padding: 20px;
    }
}


@media screen and (min-width:1200px){
    .img-footer-2 {
        width: 7%;
        height: auto;
        padding: 18px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px){
    .img-footer-2 {
        width: 7%;
        height: auto;
        padding: 18px;
    }
}

@media screen and (max-width:991px){
    .img-footer-2 {
        width: 15%;
        height: auto;
        padding: 20px;
    }
}

@media screen and (max-width:767px) {
    .img-footer-2 {
        width: 35%;
        height: auto;
        padding:30px;
    }
}

@media screen and (max-width:420px) {
    .img-footer-2 {
        width: 33%;
        height: auto;
        padding: 20px;
    }
}

@media screen and (min-width:1200px) {
    .img-footer-3 {
        width: 15%;
        height: auto;
        padding: 18px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .img-footer-3 {
        width: 15%;
        height: auto;
        padding: 18px;
    }
}

@media screen and (max-width:991px) {
    .img-footer-3 {
        width: 25%;
        height: auto;
        padding: 20px;
    }
}

@media screen and (max-width:767px) {
    .img-footer-3 {
        width: 50%;
        height: auto;
        padding: 20px;
    }
}

@media screen and (max-width:420px) {
    .img-footer-3 {
        width: 33%;
        height: auto;
        padding: 20px;
    }
}

@media screen and (min-width:992px) {
    .our-call2 {
        background: url(../images/d1.jpg);
    }
}

@media screen and (max-width:991px) {
    .our-call2 {
        background: url(../images/d2.jpg);
    }
}

@media screen and (max-width:420px) {
    .our-call2 {
        background: url(../images/d3.jpg);
    }
}

@media screen and (min-width:1441px) {
    .referloop {
        background: url(../images/r2.jpg);
        padding: 160px 10px;
    }
}

@media screen and (max-width:1440px) {
    .referloop {
        background: url(../images/r3.jpg);
        padding: 160px 10px;
    }
}

@media screen and (max-width:991px) {
    .referloop {
        background: url(../images/r4.jpg);
        padding: 160px 10px;
    }
}

@media screen and (max-width:420px) {
    .referloop {
        background: url(../images/r5.jpg);
        padding: 160px 10px;
    }
}


@media screen and (min-width:992px) {
    .call-us {
        font-size: 38px;
        font-weight: 400;
        line-height: 1.3;
    }
}

@media screen and (max-width:991px) {
    .call-us {
        font-size: 30px;
        font-weight: 400;
        line-height: 1.3;
    }
}

@media screen and (max-width:767px) {
    .call-us {
        font-size: 25px;
        font-weight: 400;
        line-height: 1.3;
    }
}

.anchor {
    display: block;
    height: 150px; /*same height as header*/
    margin-top: -150px; /*same height as header*/
    visibility: hidden;
}

@media screen and (min-width:992px) {
    .padding {
        padding-bottom: 50px;
    }
}

@media screen and (max-width:991px) {
    .padding-sm {
       padding: 0 20px 50px;
    }
}

hr.b {
    border-style: dotted;
    border-color: #009999;
    border-width: 6px 0 0;
}

@media screen and (max-width:482px) {
    .headertext h2 {
        font-size: 30px;
        font-weight: 400;
    }
}

@media screen and (min-width:483px) {
    .headertext h2 {
        font-size: 44px;
        font-weight: 400;
    }
}

.mobile {
    width:80px;
    height:auto;
    margin-right:20px;
}

@media screen and (max-width:482px) {
    .email-text {
        font-size: 28px;
    }
}

@media screen and (min-width:483px) {
    .email-text {
        font-size: 30px;
    }
}

@media screen and (min-width:992px) {
    .email-text {
        font-size: 38px;
    }
}