#reservation{
    max-width:60%;
}
.form-group{
    margin-bottom:15px;
    clear:both;
}
.reservation-date-and-time,.rental-datetime{
    width:49%;
    float:left;
}
.reservation-date-and-time.pickup,.rental-datetime.pickup{
    margin-right:1%;
}
.reservation-date-and-time:not(.pickup),.rental-datetime.dropoff{
    margin-left:1%;
}

.reservation-date-and-time label,.rental-datetime label{
    background-color:#fff;
    font-size:18px;
    padding:20px 10px;
    float:left;
    text-transform:uppercase;
    margin-right:-2%;
    border-right:1px solid;
    margin-bottom:15px;
    width:50%;
    border-radius:5px 0 0 5px;
}
.reservation-date-and-time .select2{
    background-color:#fff;
    border-radius:0 5px 5px 0;
    width:50% !important;
}
.reservation-date-and-time .select2-selection{
    margin:15px 0;
    border:none !important;
}
#reservation .select2-container--default .select2-selection--single .select2-selection__arrow{
    margin-top:16px;
}
.select2-container--open .select2-dropdown--below{
    margin-top:30px;
}
.rental-datetime input{
    width:50% !important;
    padding:18px 10px 17px !important;
    border:none !important;
    border-radius:0 5px 5px 0;
}
#reservation input[type="submit"]{
    width: 99%;
    border: none;
    padding: 20px;
}
.daterangepicker table td, .daterangepicker table th{
    padding:10px;
}
.daterangepicker .calendar-time select{
	display:inline-block;
}
.daterangepicker .drp-buttons{
	display:none !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover{
	background-color:var(--e-global-color-primary) !important;
}
.elementor-field-textual.elementor-size-md{
    min-height: 58px !Important;
}
#reservation select{
    width:50%;
    min-height:46px !important;
    margin-top:-1px;
}


@media (max-width: 768px){
    #reservation {
        max-width: 100%;
    }
    .form-group{
        display: block;
    }
    .reservation-date-and-time, .rental-datetime {
        width: 100%;
    }
    .elementor-field-textual.elementor-size-md{
        min-height: 80px !Important;
    }
    .reservation-date-and-time:not(.pickup), .rental-datetime.dropoff{
        margin-left:0 !important;
    }
    .reservation-date-and-time .select2-selection{
        margin:8px 0;
    }
    .reservation-date-and-time label, .rental-datetime label{
        font-size:14px;
        padding:15px 10px !important;
    }
    .rental-datetime input.elementor-field-textual.elementor-size-md{
        min-height:auto !important;
        padding:11px 10px 11px !important;
    }
    .elementor-field-textual.elementor-size-md{
        height:44px!important;
    }
}