#box_search_form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 10px 15px;
    margin-bottom: 10px;
    border-radius: 100px;
    border: 0;
    box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.5);
    margin: 15px auto;
    width: 100%;
    max-width: 585px;
    background: #fff;
}

#planyo_search_widget {
    background: transparent !important;
}

.searchboxes {
    display: flex;
    flex-direction: row;
    align-items: center;
}

input#box_start_date {
    height: 25px !important;
}

.input-group-addon.input-group-append.width20 {
    min-width: 20px !important;
    height: 20px;
}

#box_submit_button {
    font-family: 'ETmodules';
    background: #00467F;
    border-radius: 100px !important;
    font-size: 16px !important;
    font-weight: 900;
    padding: 10px;
    width: 45px;
    border: 0 !important;
    height: 45px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
}

.planyo label {
    display: block !important;
    font-size: 12px;
    color: #ABABAB;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
}

.planyo .input-group-addon {
    border: 0 !important;
    padding: 0 !important;
}

.planyo a.planyo-cal-icon.calendaricon {
    background-image: url('https://metakeystg.wpenginepowered.com/wp-content/uploads/2026/07/date-icon.png') !important;
    background-size: 100%;
    width: 20px;
    height: 20px;
}

.planyo .form-control {
    border: 0 !important;
    padding: 0 !important;
    color: #00467F !important;
    box-shadow: none !important;
    height: 25px !important;
    font-weight: 700 !important;
}

.planyo label[for='submit_button'] {
    display: none !important;
}

.planyo label.city, 
.planyo label.duration {
    padding-left: 4px;
}

label.control-label.city {
    margin-top: 5px;
}

.planyo .col-sm-6 {
    width: auto !important;
    margin-bottom: 0 !important;
    float: left;
}

@media (min-width: 768px) {

    #row_prop_res_city, 
    #row_box_start_date {
        border-right: 1px solid #ABABBC;
    }
    
}

@media (max-width: 767px) {

    .searchboxes, 
    #box_search_form {
        display: block !important;
    }

    #box_submit_button {
        width: 100% !important;
    }

    #box_search_form {
        padding: 15px !important;
        border-radius: 20px !important;
        width: 90% !important;;
    }

    .planyo .col-sm-6.single-col-empty {
        display: none !important;
    }

    .form-group.planyo-form-item-group.datefld.col-sm-6.single-col {
        padding-left: 19px !important;
    }
    
    .planyo .col-sm-6 {
        margin-bottom: 15px !important;
        border-radius: 15px !important;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
        padding: 10px;
        width: 100% !important;
    }

    .planyo .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

}