.rate-before {
    position: relative;
    color: #f59595;
    text-decoration: line-through
}

.item-car .card {
    border: 1px solid #ffe8bf
}

.bg-gradient-primary {
    background: linear-gradient(180deg, #fef6f5, rgba(255, 255, 255, 0) 100%)
}

.pb-5 {
    padding-bottom: 1.25rem !important
}

.rateTable td {
    padding: 5px;
    font-size: 17px;
    font-weight: 500
}

.card-body-payment {
    font-size: 17px;
    font-weight: 500;
    color: #60697b
}

.internal-booking {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 30px
}

.text-primary {
    color: #f59595 !important
}

.whatsapp-icon {
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 1000;
}

.whatsapp-icon img {
    transition: transform 0.2s;
}

.whatsapp-icon img:hover {
    transform: scale(1.1);
}

@media (max-width:991px) {
    .selectACarHead {
        font-size: 1.1rem !important
    }

    .carVehicleType {
        font-size: 1rem !important
    }

    .align-image {
        text-align: center !important
    }

    .bookNowButton {
        display: block !important;
        margin-top: 10px !important;
        width: 90% !important
    }

    .text-home-pictures {
        text-align: justify !important;
    }

    .title-site-h1 {
        font-size: 1.5rem !important;
    }

    .title-site-span {
        font-weight: normal;
    }
}

.sk-bio-content {
    display: none;
}

.tutorial_link {
    display: none;
}

/* Breakpoint Extra Small (xs) */
@media (min-width: 0px) {

    /* Estilos para pantallas extra pequeñas y superiores */
    .item-car-img {
        width: 80%;
    }

    .image-girl-bag {
        height: 300px;
    }

    .weaddingBanner {
        background-position: center right !important;
    }

    .image-girl-bag {
        box-shadow: none !important;
        margin-left: 8px !important;
        margin-bottom: 15px !important;
    }

}

/* Breakpoint Small (sm): 576px */
@media (min-width: 576px) {
    .item-car-img {
        width: 60%;
    }

    .image-girl-bag {
        height: 300px;
    }

    .weaddingBanner {
        background-position: center top !important;
    }

    .image-girl-bag {
        box-shadow: none !important;
        margin-left: 8px !important;
        margin-bottom: 15px !important;
    }

    /* Estilos para pantallas pequeñas y superiores */
}

/* Breakpoint Medium (md): 768px */
@media (min-width: 768px) {

    .item-car-img {
        width: 150px;
    }

    /* Estilos para pantallas medianas y superiores */
}

/* Breakpoint Large (lg): 992px */
@media (min-width: 992px) {
    .item-car-img {
        width: 150px;
    }

    /* Estilos para pantallas grandes y superiores */
}

/* Breakpoint Extra Large (xl): 1200px */
@media (min-width: 1200px) {
    .item-car-img {
        width: 180px;
    }

    /* Estilos para pantallas extra grandes y superiores */
}

/* Breakpoint Extra Extra Large (xxl): 1400px */
@media (min-width: 1400px) {
    /* Estilos para pantallas extra extra grandes y superiores */
}



[for="flight_airline_arrival"] .MuiInputBase-root {
    /* Aquí defines tus estilos */
    height: 15px !important;
}