body,
html {
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .videopostScroll,
    .gallerypostScroll,
    .featurepostScroll,
    .schedulepostScroll,
    .locationScroll,
    .agentpostScroll,
    .contactpostScroll {
        margin-top: -30px;
    }
    .tourpostScroll {
        margin-top: -50px;
    }
}

.btn-outline-dark {
    color: #ffffff;
    border-color: #000000;
    background-color: #000000;
}

.btn-outline-dark:hover {
    color: #000000;
    border-color: #000000;
    background-color: #ffffff;
}

.icon_background {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
    font-size: 25px !important;
    font-weight: 400 !important;
}

.nav-item.active .nav-link {
    color: #000000 !important;
    font-weight: 600;
}

table {
    width: 100% !important;
    table-layout: fixed;
}

@media (max-width: 1024px) {
    table {
        word-break: initial;
        table-layout: unset;
    }
}


/* Portrait and Landscape  for iPad */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    table {
        word-break: break-word;
        table-layout: fixed;
    }
}

.btn:not(:disabled):not(.disabled):active,
.btn:focus,
.btn:hover,
.close:focus {
    box-shadow: none !important;
    outline: none !important;
}