body {
    overflow-x: hidden;
}

.profile-page {
    margin-top: 60px;
}

.profile-page .banner.announcement {
    background-color: #F5DC4B;
    font-size: 18px;
    color: #107E7F;
    text-align: center;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.profile-page .container {
    max-width: 900px !important;
}

.featured-image img {
    height: 180px !important;
    width: auto !important;
}

.storage-btn p {
    text-align: center;
    margin-top: 10px;
}

.storage-btn span.call-text {
    font-size: 24px !important;
    text-align: left;
    font-weight: bold;
}

.storage-btn span.call a.gtm-call {
    color: #FF336A !important;
    font-size: 25px !important
}

.profile_website_button button.btn-details,
button.btn-enquiry-main {
    background-color: #FF336A !important;
    color: white !important;
    padding: 8px;
    font-size: 20px;
    width: 100%;
}

.profile-page button.btn-view-all {
    background-color: #107e7f !important;
    color: white;
    padding: 8px;
    font-size: 20px;
    width: 100%;
}

.profile-page div.gallery h2 {
    text-align: center;
}

.profile-page div.gallery .carousel-slider {
    width: 450px;
}

.profile-page div.gallery .carousel-slider ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

.profile-page div.gallery .carousel-slider li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;


}

.profile-page div.gallery .carousel-slider img {
    display: block;
    height: auto;
    max-width: 100%;
}

ol.breadcrumb {
    background: none;
    padding: 0;
}

ol.breadcrumb li {
    display: list-item;
}

ol.breadcrumb li a:hover {
    text-decoration: none !important;
    color: #107e7f !important;
}

.video_preview embed {
    width: 60%;
}

@media only screen and (max-width: 400px) {
    ol.breadcrumb li a {
        font-size: 16px !important;
    }

    .breadcrumb-item::before {
        padding-right: 2px !important;
        padding-left: 2px !important;
    }

}

@media only screen and (max-width: 576px) {
    .video_preview embed {
        width: 100%;
    }
}

@media only screen and (max-width:768px) {

    .profile-page {
        margin-top: 64px;
    }

    .profile-page .banner.announcement .banner-title {
        font-weight: 900;
        display: inline-block;
    }

    .profile-page div.gallery .carousel-slider {
        width: 300px;
    }

    .profile-page #local_map {
        width: 96% !important;
    }

    .profile-page .storage-btn button {
        font-size: 16px !important;
    }

}