.affiliatesection img {
    margin: 30px;
}

.loaded .affiliateawardsection {
    background-image: url(../images/water-bottom.jpg);
}

.loaded.webp .affiliateawardsection {
    background-image: url(../images/water-bottom.webp);
}

.affiliateawardsection {
    height: 430px;
    padding-top: 40px;
    background-size: cover !important;
}

.appointmentmain {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.meetdr {
    width: 100%;
    text-align: center;
}

.gplusreview {
    width: 100%;
    cursor: pointer;
    color: #153a65;
    padding: 2px 11px 2px 12px;
    font-size: 17px;
    margin-top: 10px;
    text-align: center;
    border: 2px solid #153a65;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gplusreview img {
    margin: 0 5px;
}

.gplusreview:hover {
    color: #fff;
    background-color: #174171;
}

.affiliateawardsection img {
    margin: 30px;
}

.loaded .award {
    background-image: url(../images/best-dentist.png);
}

.loaded.webp .award {
    background-image: url(../images/best-dentist.webp);
}

.award {
    color: #fff;
    text-align: left;
    padding: 45px 60px 49px 220px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    font-family: 'Merriweather', serif;
}

@media only screen and (max-width: 1200px) {
    .award {
        padding: 45px 60px 49px 260px;
    }

    .affiliateawardsection img {
        margin: 30px 20px;
    }
}

@media only screen and (max-width: 1100px) {
    .affiliateawardsection img {
        margin: 30px 10px;
    }
}

@media only screen and (max-width: 979px) {
    .award {
        padding: 20px;
        background-image: none !important;
        background-color: #193e5d;
    }

    .affiliateawardsection img {
        width: 25%;
        margin: 30px 10px;
    }
}

@media only screen and (max-width: 480px) {
    .affiliateawardsection {
        height: auto;
    }

    .affiliateawardsection img {
        width: auto;
        display: inline-block;
    }

    .affiliatesection img {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 400px) {
    .affiliateawardsection {
        height: auto;
    }

    .affiliateawardsection img {
        display: inline-block;
    }

