
:root {
    --orange: #f49831;
    --black: #212529;
    --orange2: #ff6a00;
}

* {
    margin: 0;
    padding: 0
}

a {
    color: var(--orange);
    text-decoration: none
}

body {
    font-family: 'Poppins', serif;
    background: #fff;
    color: var(--black)
}

.Toastify__toast-body > div:last-child {
    white-space: break-spaces
}

.react-responsive-modal-modal {
    border-radius: 4px
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.ajax-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #0000006b;
}

.ajax-loader .ajax-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.ajax-loader.show {
    display: block
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

button.btn {
    border: none;
    font-family: 'Poppins', serif
}

.d-none {
    display: none
}

.text-center {
    text-align: center
}

.flatpickr-days {
    padding: 10px 0
}

.flatpickr-months .flatpickr-month {
    border-radius: 0
}

.container {
    max-width: 1000px;
    margin: auto
}

.flatpickr-months {
    background: var(--orange2);
}

.btn {
    text-decoration: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    min-width: 50px;
    text-align: center
}

.btn-default {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: var(--orange);
}

.btn-back-website {
    font-size: 16px;
    font-weight: 600;
    color: rgba(33, 37, 41, 1);
    border: 1px solid rgba(0, 0, 0, 0.18);
    margin-left: 10px;
}

.whatsapp-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.whatsapp-link img {
    display: block;
}

.btn-black {
    color: #fff;
    background: var(--black)
}

.btn.center {
    text-align: center;
    display: block;
    margin: auto
}

header.primary {
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-sub-link {
    display: flex;
    gap: 43px;
    align-items: center;
}

.header-rate-link {
    color: #212529;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

footer.primary {
    border-top: 1px solid #eee;
    margin-top: 50px;
    padding: 50px;
    display: flex;
    justify-content: space-between
}

footer.primary a {
    color: var(--black)
}

.banner {
    background: url('../img/booking-banner.png');
    min-height: 300px;
    color: #fff;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.banner h2 {
    font-size: 45px;
    text-transform: uppercase;
    line-height: 60px;
    margin-bottom: 10px;
}

.banner h1 {
    font-size: 20px;
    margin-top: 10px;
    text-transform: uppercase
}

.banner h3 {
    margin-top: 15px
}

h2.step {
    text-align: center;
    text-transform: uppercase
}

h2.step {
    margin: 20px 0 50px 0;
    position: relative
}

h2.step:after {
    content: "";
    display: inline-block;
    height: 4px;
    background: var(--orange2);
    width: 50px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

form .form-element {
    margin-bottom: 20px
}

form .form-element label {
    display: inline-block;
    width: 100%;
    font-weight: 600;
}

form .form-element label span.required {
    color: red
}

form .form-element .form-note {
    color: #949494;
}

form .form-element input[type="text"], form .form-element input[type="password"], form .form-element input[type="email"] {
    width: 100%;
    height: 45px;
    background: #f5f5f5cf;
    border: 1px solid #eaeaea;
    outline: 0;
    padding: 10px;
    margin: 5px 0;
    font-size: 14px;
}

form .element-group {
    display: flex;
    justify-content: space-between
}

form .element-group .item {
    background: #000;
    color: #fff;
    border: none;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 5px 0;
}

form .element-group input[type="text"] {
    flex: 1;
}


.text-orange {
    color: var(--orange2);
}

.text-red {
    color: red;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: 0;
    box-shadow: none;
    height: 45px;
    border-radius: 0;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-3 {
    padding: 1rem !important;
}

form .form-label {
    font-weight: bold;
    font-size: 18px !important;
}

.form-body {
    max-width: 800px;
    margin: auto;
}

.btn-submit, .btn-submit:active {
    border: none;
    background: var(--orange);
    padding: 10px 50px;
    color: #fff !important;
    font-weight: 700;
}

.form-control:focus {
    border-color: #f1f1f1;
    outline: 0;
    box-shadow: 0 0 0 .25rem #0d6efd40;
}

.alert-danger {
    color: #58151c;
    background: #f8d7da;
    border: 1px solid #f1aeb5;
    border-radius: 5px;
}

.alert-success {
    color: #335d30;
    background: #b6ecc0;
    border: 1px solid #2bbf76;
    border-radius: 5px;
}

.text-center {
    text-align: center;
}

.w-100 {
    width: 100%;
}

.login-box .user-info h5 {
    font-size: 20px;
    font-weight: 500;
}

.login-box .user-info h5 a.text-orange {
    margin-left: 10px;
}

.login-box .user-info a {
    text-decoration: underline;
}

.faq-box {
    border-top: 1px solid #ccc;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table thead tr th {
    border: 1px solid #dee2e6;
    text-align: left;
    padding: 8px;
}

table tbody tr td {
    padding: 8px;
    border: 1px solid #dee2e6;
}

table {
    border-collapse: collapse;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-item {
    margin: 0 0.25rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--orange);
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--orange);
    border-color: var(--orange);
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.table-title {
    background-color: #ff6a00;
    color: white;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding: 16px 24px;
}

.rate-bold {
    font-weight: bold;
}

.info-icon {
    margin-bottom: 13px;
}

.contact-number {
    color: #ff3c00;
    font-weight: bold;
}

.section-title {
    font-weight: 700;
    margin-top: 42px;
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
}

.underline {
    width: 50px;
    height: 3px;
    background-color: #ff6a00;
    margin: 0 auto 42px;
}

.card-info {
    margin-top: 65px;
    display: flex;
    gap: 40px;
}

.card-item {
    border-radius: 12px;
    border: 1px solid #ECECEC;
    background: #FFFFFF;
    box-shadow: 0 24px 41.5px 0 rgba(0, 0, 0, 0.10);
    padding: 32px 36px;
}

.card-title {
    color: #231F20;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 13px;
}

.card-item ul {
    padding-left: 20px;
}

.card-item ul li {
    color: #231F20;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 212.5% */
}

.table-pricing table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    table-layout: fixed;
}

.table-pricing table th:nth-last-child(-n+2),
.table-pricing table td:nth-last-child(-n+2) {
    text-align: center;
}

.table-pricing table th,
.table-pricing table tr {
    padding: 16px 24px;
}

.table-pricing th:first-child {
    border-top-left-radius: 12px;
}

.table-pricing th:last-child {
    border-top-right-radius: 12px;
}

.table-pricing tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

.table-pricing tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

.price {
    color: #231F20;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
