body {
    font-family: "Poppins", sans-serif;
}
header {
    background: #1e1e1e;
    padding: 10px 0;
}
header .navbar .collapse {
    justify-content: center;
}
header .navbar .collapse .navbar-nav li.nav-item:not(:last-child) {
    margin-right: 15px;
}
header .navbar-brand img {
    max-width: 120px;
    filter: brightness(0) invert();
}
header .navbar .collapse .navbar-nav li a {
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    padding-bottom: 12px;
}
header .navbar .collapse .navbar-nav li a.active {
    border-bottom: 2px solid #fff;
}
header .navbar .navbar-toggler:focus {
    box-shadow: none;
}
header .navbar .navbar-toggler span {
    margin-bottom: 8px;
    height: 2px;
    background: #fff;
    display: block;
    width: 30px;
}
header .navbar .navbar-toggler span:last-child {
    margin-bottom: 0;
}
footer {
    padding: 40px 30px 20px;
    background: #1e1e1e;
    color: #fff;
}
footer .footer-content h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}
footer .footer-content p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}
footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
    padding-top: 15px;
    font-size: 12px;
    text-align: center;
}
.btn-primary {
    background: #5f677e;
    border-radius: 20px;
    min-width: 150px;
}

.page-wrapper {
    min-height: calc(100vh - 270px);
    padding-bottom: 50px;
}
.page-padding-top {
    padding-top: 50px;
}
.form-control:focus {
    box-shadow: none;
}
.section-title {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 28px;
}
.homepage-content .owl-hero .hero-content {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepage-content .owl-hero .hero-content img {
    max-height: 512px;
    width: auto;
}
.pricelist-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}
.pricelist-box {
    width: 300px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px 2px rgb(74 74 74 / 20%);
    padding: 0 0 25px;
    overflow: hidden;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.pricelist-box .package-name {
    font-weight: 600;
    font-size: 18px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    color: #fff;
    background: #5f677e;
    margin-bottom: 25px;
}
.pricelist-box .package-price {
    font-weight: 600;
    font-size: 26px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 8px;
}
.pricelist-box .package-price .small {
    font-weight: normal;
    font-size: 14px;
    margin-left: 3px;
}
.pricelist-box .package-feature ul {
    list-style: none;
    padding-left: 0;
    font-size: 15px;
    margin-bottom: 0;
}
.pricelist-box .package-feature {
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.queue-number {
    font-size: 32px;
    font-weight: 500;
}
.box-subscription-wrapper {
}
.box-subscription {
    border-radius: 10px;
    min-height: 150px;
    max-width: 100%;
    width: 550px;
    padding: 30px 40px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 2px 5px 2px rgb(74 74 74 / 20%);
}
.box-subscription .form-control {
    min-height: 40px;
}
.box-subscription .subscription-info label {
    font-weight: 500;
}
.box-reservation {
    border-radius: 10px;
    width: 550px;
    max-width: 100%;
    padding: 30px 40px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 2px 5px 2px rgb(74 74 74 / 20%);
}
.box-reservation .form-control {
    min-height: 40px;
}
.box-reservation .reservation-info label {
    font-weight: 500;
}
.section-subtitle {
    max-width: 700px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.spinner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}
.queue-container {
    padding: 15px;
}
.queue-container .col {
    padding: 15px;
    font-size: 20px;
    border: 1px solid;
}
.queue-container .col:first-child{
    background-color: #dedede;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 920px) {
    header .navbar .collapse {
        margin-top: 20px;
    }
    .box-subscription,
    .box-reservation {
        max-width: 100%;
        padding: 20px 20px;
    }
    .homepage-content .owl-hero .hero-content img {
        max-height: 200px;
        width: auto;
    }
}
