/*============================================================================================*/


/* RESPONSIVE  */


/*============================================================================================*/

@media (max-width: 1024px) {
    #form_container,
    footer#home {
        width: 800px;
    }
}

@media (max-width: 991px) {
    #form_container {
        width: auto;
        margin-top: 0;
    }
    .time-list_content {
        justify-content: center;
        column-gap: 5px;
    }
    #form_container .row {
        margin: 0;
    }
    .form-group i {
        right: 30px
    }
    footer#home {
        width: 100%;
        padding: 0 30px;
    }
    #left_form {
        text-align: center;
        padding: 30px;
        min-height: inherit;
    }
    #left_form img {
        float: left;
        margin-right: 30px;
    }
    a#more_info {
        left: auto;
        right: 30px;
    }
    #top-wizard {
        margin-right: 0;
    }
    #wizard_container {
        min-height: inherit;
    }
    #middle-wizard {
        padding: 130px 30px 120px 30px;
    }
}


/* Tablet*/

@media (max-width: 768px) {}


/* Mobile Landscape */

@media (max-width: 767px) {
    #form_container .row>[class*='col-'] {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    h1.main_title,
    h2.main_title {
        font-size: 32px;
    }
    h1.main_title span,
    h2.main_title span {
        font-size: 18px;
    }
    p.lead.styled {
        font-size: 16px;
    }
    #left_form img {
        float: none;
        margin-right: 0;
        width: 100px;
        height: 100%;
    }
    /* Margin tools */
    .margin_60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .margin_30 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .margin_60_35 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .add_bottom_60 {
        margin-bottom: 30px;
    }
    #bottom-wizard {
        right: 35px;
        text-align: right !important;
        flex-wrap: wrap !important;
    }
    .time-list_content {
        flex-wrap: wrap !important;
    }
    .styled-select {
        margin-bottom: 15px;
    }
}


/* Mobile Portrait */

@media (max-width: 480px) {
    label.rating_type,
    .rating {
        float: left;
        display: block;
    }
    label.rating_type {
        width: 100%;
    }
    #map_contact {
        height: 300px;
    }
}