html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
   /* margin-bottom: 60px;*/
}

.is-invalid {
    border-color: #dc3545;
}

.visMat {
    visibility: collapse;
    height: 0px;
}
.shortdesc {
    vertical-align: inherit;
    font-size: 15px;
    vertical-align: inherit;
    line-height: 20px;
    color: #024202;
}
.Price-book {
    color: #0e3d74;
    font-weight: bold;
    font-size: 30px;
}
.moneyRed {
    color: ##0e3d74;
    font-family: var(--font-rubik);
    font-size: 20px;
    font-weight: 600;
}

.title-book {
    color: #0e3d74;
    font-weight: bold;
    margin-bottom: 20px;
}
.img-grid-list {
    width: 100%;
    min-height: 225px;
}

.primary-btn111 {
    margin: 4px;
    border-radius: 5px;
    background-color: var(--primary-color1);
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 16px;
    color: var(--white-color);
    letter-spacing: .48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 10px 17px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}

.floating-tour-bar {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 70;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 20px;
    background: rgba(13, 29, 43, .92);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
}

.bookNowBlue {
    margin: 4px;
    border-radius: 5px;
    background-color: #0d6efd;
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 16px;
    color: var(--white-color);
    letter-spacing: .48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 16px 34px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}