@media (max-width: 540px){
    .header-right{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 10px;

    }
    .site-header .sp-cont{
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .site-header .site-logo {
        margin: 0 auto;
    }
}
@media (min-width: 1024px){
    .header-right{
        display: flex;
        gap: 10px;
    }
}
.polcar-booking-btn {
    display: inline-block;
    margin: 8px 12px 8px 0;
    padding: 10px 18px;
    background: #e53935;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 999px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
}
.polcar-booking-btn:hover,
.polcar-booking-btn:focus {
    background: #d32f2f;
    color: #fff !important;
}
.header-right .polcar-booking-btn {
    float: left;
    margin-top: 10px;
}

.polcar-booking-overlay {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.polcar-booking-overlay.is-open {
    display: block;
}
.polcar-booking-dialog {
    position: relative;
    width: 92%;
    max-width: 420px;
    margin: 40px auto;
    background: #fff;
    padding: 42px 36px 32px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}
.polcar-booking-close {
    position: absolute;
    top: 10px;
    right: 14px;
    border: 0;
    background: none;
    color: #e53935;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    padding: 0 4px;
    font-weight: 400;
}
.polcar-booking-title {
    margin: 0 0 22px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.5px;
}
.polcar-booking-field {
    position: relative;
    margin-bottom: 12px;
}
.polcar-booking-form input[type="text"],
.polcar-booking-form input[type="tel"],
.polcar-booking-form select,
.polcar-booking-form textarea {
    display: block;
    width: 100%;
    height: 44px;
    padding: 8px 14px;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #333;
    font-size: 15px;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.polcar-booking-form textarea {
    height: 96px;
    resize: vertical;
}
.polcar-booking-form input:focus,
.polcar-booking-form select:focus,
.polcar-booking-form textarea:focus {
    outline: none;
    border-color: #bdbdbd;
}
.polcar-booking-form ::-webkit-input-placeholder {
    color: #b0b0b0;
}
.polcar-booking-form :-moz-placeholder {
    color: #b0b0b0;
}
.polcar-booking-form ::-moz-placeholder {
    color: #b0b0b0;
}
.polcar-booking-form :-ms-input-placeholder {
    color: #b0b0b0;
}
.polcar-booking-field-select select {
    padding-right: 48px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1.4 1.2L6 5.8l4.6-4.6L12 2.6 6 8.6 0 2.6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    border-right: 1px solid #d8d8d8;
}
.polcar-booking-field-select:after {
    content: "";
    position: absolute;
    top: 1px;
    right: 44px;
    width: 1px;
    height: 42px;
    background: #e6e6e6;
    pointer-events: none;
}
.polcar-booking-field-date input {
    padding-right: 44px;
}
.polcar-booking-date-icon {
    position: absolute;
    right: 12px;
    top: 12px;
    pointer-events: none;
}
.polcar-booking-error {
    display: none;
    color: #e53935;
    font-size: 12px;
    margin-top: 4px;
}
.polcar-booking-field.is-invalid input,
.polcar-booking-field.is-invalid select {
    border-color: #e53935;
}
.polcar-booking-field.is-invalid .polcar-booking-error {
    display: block;
}
.polcar-booking-submit-wrap {
    text-align: center;
    margin-top: 18px;
}
.polcar-booking-submit {
    display: inline-block;
    min-width: 210px;
    padding: 12px 36px;
    background: #e53935;
    color: #fff;
    border: 0;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}
.polcar-booking-submit:hover,
.polcar-booking-submit:focus {
    background: #d32f2f;
}
.polcar-booking-submit:disabled {
    opacity: 0.7;
    cursor: default;
}
.polcar-booking-message {
    display: none;
    text-align: center;
    padding: 10px 8px;
    font-size: 16px;
    font-weight: 600;
}
.polcar-booking-message.is-success {
    display: block;
    color: #2e7d32;
}
.polcar-booking-message.is-error {
    display: block;
    color: #e53935;
}
.polcar-booking-hp {
    position: absolute;
    left: -9999px;
    height: 0;
    overflow: hidden;
}
body.polcar-booking-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .header-right .polcar-booking-btn {
        float: none;
        display: inline-block;
        margin: 6px 0;
        font-size: 14px;
        padding: 8px 22px;
        white-space: normal;
        line-height: 50px;
    }
    .polcar-booking-dialog {
        margin: 16px auto;
        padding: 36px 20px 24px;
    }
}
