#masthead #header-logo {
    height: 66px;
    width: 46px;
}

#header-book-service {
    width: 100%;
}

#footer-logo {
    margin-top: -30px;
}

#footer-logo img {
    height: 66px;
    width: 46px;
}

.meet-us-on {
    bottom: 0;
    right: 5%;
}

.meet-us-on img {
    height: 53px;
    width: 37px;
}

.owl-carousel.vision .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.owl-carousel.owl-theme.vision.owl-loaded.owl-drag>div.owl-stage-outer>div.owl-dots>button.owl-dot>span {
    border-radius: 50% !important;
}

@media screen and (min-width: 991px) {
    #masthead #header-logo {
        height: 86px;
        width: 66px;
    }
}

@media screen and (min-width: 1400px) {
    /*#masthead #header-logo {
        height: 150px;
        width: 105px;
    }*/

    #header-book-service {
        width: auto;
    }

    #footer-logo img {
        height: 150px;
        width: 105px;
    }

    #footer-logo {
        margin-top: -50px;
    }
}