h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: "Poppins", Helvetica, sans-serif !important;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.set-booth {
    padding: 20px;
    height: 100vh;
}

.set-booth p.booth-number {
    font-size: 30px;
    font-weight: 700;
}

.set-booth .btn {
    border-radius: 0px !important;
}

.set-booth .vacant>p {
    color: #000000;
}

.set-booth .btn-booth {
    width: 18%;
    border: 1px solid #ffffff;
    background-color: #cecece;
    padding: 20px;
    margin: 10px;
}

@media (max-width: 767.98px) {
    .set-booth .btn-booth {
        width: 25%;
        padding: 15px;
        margin: 5px;
    }
}

@media (max-width: 350.98px) {
    .set-booth .btn-booth {
        width: 45%;
        padding: 15px;
        margin: 5px;
    }
    .set-booth .btn-booth p {
        margin-bottom: 0px;
    }
}

.set-booth .booked {
    border: 0px;
    background-color: #000000 !important;
    cursor: no-drop;
}

.set-booth .booked>p,
h2 {
    color: #ffffff;
}

.error {
    color: #ff0000;
}

.slider-text-shorter {
    position: relative;
    height: 300px;
}

.slider-text-shorter h1 {
    font-size: 40px;
    font-family: "Poppins", Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.slider-text-shorter .text {
    width: 100%;
}

.slider-text-shorter .main-logo img {
    width: 450px;
}

@media (max-width: 767.98px) {
    .slider-text-shorter .main-logo img {
        width: 400px;
    }
}

@media (max-width: 376px) {
    .slider-text-shorter .main-logo img {
        width: 320px;
    }
}

.bg-fnb {
    background-color: #ffe08a !important;
}

.text-white{
    color; #fff;
}

.text-black{
    color:#000;
}