.bg-peach {
    background-color: #FADBBC !important;
}

body, html {
    font-family: 'Roboto', sans-serif;
}

.tiles .overlay-info img {
    height: 100%;
    width: auto;
}

.m-top-180 {
    padding-top: 110px;
}

.m-services p.mb-30 {
    font-size: 14px;
}

.rev-scroll-btn::after{
    position: absolute;
    top: 44px;
    left: -5px;
    color: #fff;
    content: "Click";
}

.rev-scroll-btn {
    display: none;
}

.main-heading {
    padding-top: 160px !important;
}

.main-heading-2 {
    padding-top: 130px !important;
}

.m-image-wrap {
    background: no-repeat;
    background-size: cover;
}

.hideOnLoad {
    display: none;
}

.showDetails {
    display: block;
}

.hideDetails {
    display: block;
}

.modal-width {
    max-width: 375px;
    padding: 20px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .modal-width {
        max-width: 500px;
        padding: 30px;
        box-sizing: border-box;
    }
}

.mobile-top-padding {
    padding-top: 60px;
}

@media (min-width: 768px) {
    .mobile-top-padding {
        padding-top: 0px;
    }
}

.homePage .section-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 0px !important;
}

@media (min-width: 768px) {
    .homePage .section-title {
        font-size: 28px;
        line-height: 38px;
    }
}