﻿.d-none {
    display: none !important;
}


@media (min-width: 1024px) {
    .d-lg-block {
        display: block !important;
    }
    .d-lg-none {
        display: none !important;
    }
}

.sticky-wrapper {
    z-index: 100 !important;
}
.modal-header--sticky {
    position: sticky;
    top: 0;
    background-color: inherit;
    z-index: 1055;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.modal-footer--sticky {
    position: sticky;
    bottom: 0;
    background-color: inherit;
    z-index: 1055;
}
.modal-header h1 {
    color: #20689e;
}
.modal-footer .btn-bk-danger {
    color: #fff !important;
    background-color: #f7941d !important;
    border-color: #f7941d !important;
}

.modal-footer .btn-bk {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #f7941d;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-footer .btn-bk-close {
    color: #fff !important;
    background-color: #0e69b2 !important;
    border-color: #0e69b2 !important;
    margin-left:2rem;
    margin-right:2rem;
}

.modal-header .close {
    padding: 18px 0 !important;
}

.close {
    opacity: 1 !important;
    font-size: 2rem;
    font-weight: 700;
    line-height: 0rem;
    color: #000;
}

.table-price th {
    text-align: center;
    background: #647aa0;
}

.table-price th, .table-price td {
    border: 1px solid #aaa;
    color: #fff;
    padding: 10px 15px;
    font-size: 15px;
}

.table-price th {
    text-align: center;
    background: #647aa0;
}

.table-price th, .table-price td {
    border: 1px solid #aaa;
    color: #fff;
    padding: 10px 15px;
}

.container-youtube {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*.img-fluid {
    max-width: 100%;
    height: auto;
}*/

.modal img {
    width:100%;
}

