body {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    background-color: rgb(248, 248, 248);
    overflow-x: hidden !important;
    position: relative;
}

@media (max-width: 1300px) {
    .background_left, .background_right {
      display: none;
    }
  }

.bodyText {
    background-color: rgb(255, 255, 255);
}

p {
    margin: 0;
    font-size: 14px;
    color: rgb(112, 115, 122);
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 14px;
}

.nav {
    background-color: rgb(255, 255, 255);
}

.title_branch {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn_select {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    background-color: rgb(192, 192, 192);
    border: none;
}

.btn_select:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}

.social_icon {
    width: 35px;
    margin-right: 5px;
}

.color_footer {
    background-color: rgb(112, 115, 122);
}

footer p {
    font-size: 12px;
    color: rgb(192, 192, 192);
}

footer h5 {
    font-size: 17px;
    font-weight: 700;
}

footer a {
    text-decoration: none;
}

footer li {
    font-size: 12px;
}

#rulesBooking .modal-dialog {
    --bs-modal-width: 900px;
}

.modal-title {
    font-weight: 800;
}

.modal-content {
    background-color: rgb(58, 58, 58) ;
    opacity: 0.95;
    color: rgb(255, 255, 255);
}

.modal-body p {
    font-weight: 700;
    color: rgb(255, 255, 255)
}

.modal-body h2 {
    font-weight: 700;
    color: rgb(255, 255, 255);
}

.modal-body h3 {
    font-size: 14px;
    font-weight: bold;
}

.modal-body li {
    font-size: 14px;
    font-weight: 400;
}

.modal-body a {
    text-decoration: none;
}

.modal-body img {
    margin-bottom: 10px;
    margin-right: 10px;
}