 /* main section */
.home-header-title{
    font-size: 59px;
}

#pickup_location,
#dropoff_location {
    font-size: 14px;
}

@media (min-width: 900px) and (max-width: 1400px) {
    #pickup_location,
    #dropoff_location {
        font-size: 12px;
    }
}

#pickup_location,
#pickup_hotel,
#dropoff_location,
#dropoff_hotel {
    height: 30px;
    border-radius: 10px;
    background-color: transparent !important;
}

#dropoff_date,
#pickup_date,
#dropoff_time,
#pickup_time {
    height: 30px;
    border-radius: 10px;
    background-color: transparent !important;
}

.flatpickr-input {
    background-color: transparent !important;
    -webkit-appearance: none;
}

.flatpickr-input::-webkit-inner-spin-button,
.flatpickr-input::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

@media only screen and (max-width : 767px) {
    .reserveraion-input-control {
        border-width: 1px !important;
    }
}

@media only screen and (min-width : 768px) {
    .reserveraion-input-control {
        border-width: 2px !important;
    }
}


@media only screen and (max-width : 768px) {
    .reserveraion-input-control{
        border-color: rgb(190, 190, 190) !important;
    }

    .reserveraion-input-control.end-radius {
        border-start-end-radius: 2rem !important;
        border-end-end-radius: 2rem !important;
        border-start-start-radius: 0px !important;
        border-end-start-radius: 0px !important;
    }

    .reserveraion-input-control.start-radius {
        border-start-start-radius: 2rem !important;
        border-end-start-radius: 2rem !important;
        border-start-end-radius: 0px !important;
        border-end-end-radius: 0px !important;
    }
}


.ui-timepicker-container {
    width: 110px !important;
}
.ui-menu-item {
    width: 100%;
}

/* media queries */
@media (max-width: 480px) {
    .home-header-title{
        font-size: 30px;
    }
}
@media (min-width: 481px) {
    .home-header-title{
        font-size: 40px;
    }
}
@media (min-width: 768px) {
    .home-header-title{
        font-size: 45px;
    }
}
@media (min-width: 992px) {
    .home-header-title{
        font-size: 40px;
    }
}
@media (min-width: 1200px) {
    .home-header-title{
        font-size: 50px;
    }
}

.main-section {
    background-image: url(../jpg/bg-3.jpg);
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 80vh;
}

@media (max-width: 768px) {
    .main-section {
        background-size: cover;
    }

    .main-section .main-container{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 100px;
        padding-bottom: 50px;
    }
}

@media (min-width: 769px) and (max-width: 887px) {
    .main-section {
        background-size: cover;
    }

    .main-section .main-container{
        padding-top: 100px;
        padding-bottom: 50px;
    }
}

@media (min-width: 888px) and (max-width: 991px) {
    .main-section {
        background-size: 100% 100%;
    }

    .main-section .main-container{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 100px;
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .main-section {
        background-size: 100%;
    }

    .main-section .main-container{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 235px;
        padding-bottom: 70px;
    }
}

.main-section .main-container .card input:focus-visible{
    outline: none
}

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


@media (max-width: 500px) {
    .cars-image img {
        width: 95%;
    }
}
@media (min-width: 500px) {
    .cars-image img {
        width: 90%;
    }
}
@media (min-width: 1000px) {
    .cars-image img {
        height: 135px;
    }
}
@media (min-width: 1550px) {
    .cars-image img {
        width: 65%;
    }

    .main-section {
        min-height: 83vh;
    }
}

.alert-message {
    width: 85% !important;
    margin-left: 8% !important;
}

/* ============== special offers section ============== */
.special-offers .container .row{
    padding-top: 20px;
}
.special-offers .offer{
    width: 80%;
}
.special-offers .offer button{
    width: 80%;
}
.special-offers .offer .offer-image{
    left: 50%;
    transform: translate(-50%,0);
}
/* Extra small devices (phones, 385px and down) */
@media only screen and (max-width: 385px) {
    .special-offers .offer .offer-image{
        top: -135px;
        width: 100%;
    }
    .special-offers .offer{
        width: 100%;
        margin-top: 170px;
    }
}
/* Extra small devices (phones, 385px and up) */
@media only screen and (min-width: 385px) {
    .special-offers .offer .offer-image{
        top: -140px;
        width: 100%;
    }
    .special-offers .offer{
        width: 100%;
        margin-top: 200px;
    }
}
/* Extra small devices (phones, 420px and up) */
@media only screen and (min-width: 420px) {
    .special-offers .offer .offer-image{
        top: -165px;
        width: 100%;
    }
    .special-offers .offer{
        width: 100%;
        margin-top: 200px;
    }
}
/* Extra small devices (phones, 450 and up) */
@media only screen and (min-width: 450px) {
    .special-offers .offer .offer-image{
        top: -170px;
    }
    .special-offers .offer{
        margin-top: 220px;
    }
}
/* Extra small devices (phones, 470 and up) */
@media only screen and (min-width: 470px) {
    .special-offers .offer .offer-image{
        top: -170px;
    }
    .special-offers .offer{
        width: 100%;
        margin-top: 240px;
    }
}
/* Extra small devices (phones, 490 and up) */
@media only screen and (min-width: 490px) {
    .special-offers .offer .offer-image{
        top: -200px;
    }
    .special-offers .offer{
        width: 100%;
        margin-top: 260px;
    }
}
/* Extra small devices (phones, 545px and up) */
@media only screen and (min-width: 545px) {
    .special-offers .offer .offer-image{
        top: -215px;
    }
    .special-offers .offer{
        width: 100%;
        margin-top: 270px;
    }
}
/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
    .special-offers .offer .offer-image{
        top: -90px;
    }
    .special-offers .offer {
        margin-top: 110px;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .special-offers .offer .offer-image{
        top: -125px;
    }
    .special-offers .offer {
        margin-top: 140px;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .special-offers .offer .offer-image{
        top: -90px;
        width: 130%;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .special-offers .offer .offer-image{
        top: -140px;
    }
}
/* Extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
    .special-offers .offer .offer-image{
        top: -166px;
    }
}
/* ============== end special off   rs section ============== */


/* ============== our location section ============== */
.location-section .container .row{
    margin-top: 20px;
    width: 90%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.location-section i.fa-plane{
    transform: rotate(-135deg);
}
/* ============== end our location section ============== */


/* ============== image section ============== */
.image-section{
    background-image: url( "../png/footer-image.png" );
    background-repeat: no-repeat;
    background-position: bottom;
    height: 500px;
}

@media (max-width: 766px) {
    .image-section{
        background-size: cover;
    }
}

@media (min-width: 768px) {
    .image-section{
        background-size: cover;
    }
}


.image-section .container img{
    width: 235px;
}
/* ============== end image section ============== */
select option {
    font-size: 0.8rem;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
    select option {
        font-size: 0.7rem;
    }
}

/* select only input type text */
input[type="text"] {
    font-size: 0.8rem;
}


.form-top-arrow {
    position: absolute;
    top: -9px;
    left: 16%;
    z-index: 10;
    background: white;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-radius: 6px;
}


/* Blogs */
.slickDirectBlog a {
    text-decoration: none;
}

.slickDirectBlog a img {
    width: 100%;
    border-radius: 12px;
}

.slickDirectBlog a h3 {
    font-size: 17px;
    color: #3e4093;
}
