body .tabbed .wpb_tabs_nav li.hide,
.destination-select option.hide,
.location-list.hide {
    display: none;
}

.loading#fleet-calc:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff94;
    z-index: 100;
    background-image: url(/wp-includes/js/tinymce/skins/lightgray/img/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}

#destination_form {
    overflow: hidden;
    text-align: center;
}

#destination_form select {
    width: 48%;
    margin: 0 1%;
    background: #fff;
    padding: 10px 20px;
}

.fleet-price {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.location-list i {
    color: #bea166;
}

@media only screen and (max-width: 991px)  {

    #destination_form select {
        margin: 10px 0;
        width: 100%;
    }
}