#hq-simple-form h3{
    font-size: 36px ;
    font-family: Roboto ;
    padding: 0px ;
    margin:0px ;
    line-height: 30px;
}
#hq-simple-form p{
    margin:0 ;
}
#hq-simple-form{
    max-width: 1240px ;
    margin: auto ;
    padding-left: 1%;
    padding-right: 1%;
}
#hq-simple-form-inner-wrapper{
    padding: 3rem 3rem ;
    border-radius: 0.5rem ;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%) ;
    margin: 20px ;
}
.hq-simple-header-wrapper{
    display: flex ;
    justify-content: flex-start ;
    align-items: flex-end ;
    margin-bottom: 10px ;
}
.hq-field-wrapper{
    display: flex ;
    justify-content: flex-start ;
    align-items: flex-start ;
    margin: 10px 0 ;
}
.hq-field-wrapper-dates{
    display: flex;
    justify-content: flex-start ;
    align-items: flex-start ;
    margin: 10px 0 ;
}
.hq-number{
    display: flex ;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 20px;
}
.hq-number h3{
    font-weight: normal;
}
#hq-simple-form input[type=text]{
    width: 100%;
    height:50px;
    padding:0 20px;
    border: 1px solid #c3c3c3;
    font-family: Roboto ;
}
#hq-simple-form select{
    height:50px;
    width:100%;
    border: 1px solid #c3c3c3;
    font-family: Roboto ;
}
#hq-simple-form select option{
    background-color: #fff;
    font-family: Roboto ;
}
#hq-simple-form input[type=checkbox]{
    width: 20px;
    height: 20px;
    border: 1px solid red;
    font-family: Roboto ;
}
.hq-simple-outer-input-wrapper{
    width: 100%;
}
.hq-label-wrapper{
    padding-bottom: 10px;
}
.hq-simple-outer-checkbox-wrapper{
    display: flex;
}
.hq-simple-inner-form{
    display: flex;
    flex-direction: column;
}
.hq-input-wrapper-checkbox{
    display: flex;
    padding-top: 15px;
}
.hq-checkbox-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.vehicle-class-wrapper{
    width: 25%;
}
.hq-date-input-button-inner-wrapper{
    display: flex;
    flex: 1;
    height: 100%;
}
.hq-date-input-button{
    background: transparent;
    height: 50px;
    min-width: 150px;
    padding: 0px;
    border-top: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    border-right: 0;
}
.hq-date-input-button:nth-child(2){
    border: 1px solid #c3c3c3;
}

.hq-date-input-day{
    display: flex;
    flex: 4;
    justify-content: center;
    align-items: center;
}
.hq-date-input-month-outer-wraper{
    display: flex;
    flex: 6;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#hq-simple-form p{
    margin: 0;
    font-family: Roboto ;
}
.middle-text p,
.anchor-text a{
    line-height: 14px;
    font-size: 16px;
}
.anchor-text{
    margin-bottom: -4px ;
}

.hq-date-small-font{
    font-size: 14px;
    font-family: Roboto ;
}
.hq-input-wrapper-date{
    display: flex;
}
.hq-simple-arrow-wrapper{
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    padding-bottom: 16px;
}
.hq-simple-arrow-wrapper i{
    font-weight: bold;
}
.title-text{
}
.middle-text{
    font-size: 14px;
    font-weight: bold;
    font-family: Roboto ;
}
.anchor-text{
    font-size: 14px;
    font-weight: bold;
    font-family: Roboto ;
    text-decoration: none;
}
.anchor-text a:hover, .anchor-text a:active{
    text-decoration: none !important;
}
.middle-text, .anchor-text{
    margin-left:10px;
}
.hq-simple-submit-wrapper{
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}
#hq-simple-form label{
    font-family: Roboto ;
    font-weight: bold;
    color: #181918;
}
.select2-selection__choice__display,
#hq-simple-form textarea
{
    font-size: 16px;
    font-family: Roboto ;
    color: #181918;
}
#hq-pick-up-time-button{
    position: relative;
}
#hq-pick-up-time-button .hq-date-input-button-inner-wrapper,
#hq-return-time-button .hq-date-input-button-inner-wrapper{
    background-color: #f3f3f3;
}
#hq-simple-form select option{
    height: 30px;
}
#hq-pick-up-time-inner-wrapper{
    position: relative;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
}
#hq-pick-up-time-select,
#hq-return-time-select{
    position: absolute;
    background-color:transparent;
    border: 0 ;
    height: 50px ;
    color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url("") ;
}
.hq-locations textarea{
    height: 50px ;
    padding: 10px ;
}

#hq-pick-up-time-select option,
#hq-return-time-select option{
    color: #222222;
    font-family: Roboto ;
}
#pick_up_location,.hq-locations,
#return_location{
    width:100%;
    height: 50px ;
    position: relative;
    border: 1px solid #c3c3c3;
}
#pick_up_location select,
#return_location select{
    background-color: #f3f3f3;
}
.hq-locations{
    position: relative;
}
.hq-location-pickup .select2-container--default .select2-selection--single,
.hq-location-pickup .select2-container--default .select2-selection--multiple,
#select2-pick_up_location-container,
#select2-return_location-container{
    width:100% ;
    height: 50px ;
    line-height: 48px;
    border:0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    padding-left: 0px ;
}
.select2-selection__choice__display{
    padding-left: 10px ;
    padding-right: 10px ;
}
.select2-selection__choice__display{

}
.hq-location-pickup .select2-container--default .select2-selection--multiple .select2-selection__choice{
    height: 44px ;
    line-height: 45px;
    border:0 ;
    background-color:#f3f3f3 ;
    margin-top: 0px ;
    margin-bottom: 0px ;
    vertical-align: middle ;
}
.select2-selection__rendered{
    vertical-align: top;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border:0 ;
}
.hq-locations .select2{
    width: 100% !important;
}
.hq-location-pickup .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 50px ;
}
#hq-return-location-wrapper{
    display: none;
    margin-top: 20px;
}
.submit-button{
    cursor: pointer;
}
.select2-results li{
    font-family: Roboto ;
}
.date-picker-wrapper div,
.date-picker-wrapper span{
    font-family: Roboto ;
}
.hq-field-wrapper-dates-inner{
    display: flex;
    width: 100%;
}
.hq-outer-dates-group{
    display: flex;
    width: 75%;
}
.vehicle-class-wrapper{
    width: 25%;
}
.return-dates{
    margin-right:5%;
}
.hq-simple-submit-inner-wrapper{
    width:24%;
}
.hq-simple-submit-wrapper-large{
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: flex-end;
    margin-left: 20px;
}
@media screen and (max-width: 992px) {
    .hq-field-wrapper-dates-inner{
        display: flex;
        flex-direction: column;
    }
    .hq-simple-submit-wrapper-large{
        margin-left: 0;
    }
    .hq-simple-submit-inner-wrapper{
        width:100%;
    }
    .hq-outer-dates-group {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        align-items: flex-end;
    }
    .hq-outer-dates-group{
        width:100%
    }
    .return-dates{
        margin-right: 0;
    }
    .vehicle-class-wrapper{
        padding-top:20px;
        width:100%
    }
}
#hq-simple-form .submit-button{
    width:100%;
}
@media screen and (max-width: 768px) {
    #hq-dates-section{
        padding:10px 0;
    }
    .return-dates{
        padding-top: 10px;
    }
    .hq-simple-submit-wrapper-large{
        padding-top: 10px;
    }
    .hq-outer-dates-group{
        flex-direction:column;
    }
    .hq-simple-arrow-wrapper{
        display:none;
    }
    #hq-simple-form .submit-button{
        width:100%;
    }
    .hq-simple-outer-dates-wrapper{
        width:100%;
    }
    .hq-date-input-button{
        width:100%;
    }
    .middle-text{
        display:none;
    }
    .hq-simple-header-wrapper,
    .hq-simple-header-wrapper span{
        flex-direction: column;
        justify-content: flex-start;
        width:100%;
    }
    .hq-simple-header-wrapper h3,
    .hq-simple-header-wrapper a{
        text-align: left;
    }
}
@media screen and (max-width: 576px) {
    .hq-number{
        display:none;
    }

}
#hq-dates-section{
    display: none;
    width:100%;
}
.hq-required-field{
    display: flex;
    justify-content: space-between;
}
.hq-required{
    color: #656565;
    font-style: italic;
    font-weight: 400;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-family: Roboto ;
}
#hq-alert-message{
    padding: 10px 20px;
    display: none;
}
.hq-alert-text{
    margin: 0 ;
    text-align: center;
}

.hq-simple-submit-inner-wrapper-large, .hq-simple-submit-wrapper-large{
    width:100%;
}


/*matias*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Roboto:wght@100;300;400;700&display=swap');


#hq-simple-form select{
    border: 1px hidden lightgray!important;
}

.fa, .fas, .fa::before, .fas::before {
font-weight: 900;
font-size: 1rem;
    position: relative;
    bottom: 1px;
}

.hq-date-input-day{
    flex: 3!important;
    justify-content: flex-end!important;
    padding-right: 3px!important;
}	

.hq-date-big-font {    
    font-weight: 300!important;
    font-size: 2.5rem!important;
    padding-left: 1rem;
}

.hq-date-input-month-outer-wraper {
line-height: 1rem;
color: black;
font-weight: bold;
}

#hq-vehicle-class-id{
    border: 1px solid #c3c3c3!important;
}

.hq-locations textarea {
    padding: 0 0.8rem !important;
    height: 30px!important;
}

button.submit-button:hover{
    transition: all 0.3s;
    background-image: linear-gradient(rgb(0 0 0/10%) 0 0)!important;
}

.hq-label-wrapper {
    padding-bottom: 0!important;
}

#hq-simple-form label, p.hq-required {
    font-size: 14px!important;
    line-height: 14px;
    margin-bottom: 10px;
    vertical-align: text-top;
}
#hq-dates-section label{
    line-height: 10px;
}
.hq-checkbox-label{
    line-height: 24px !important;
}

.hq-date-input-button{
    height: 52px!important;
}

.anchor-text {
    position: relative;
    top: 5.5px;
}

.anchor-text a:hover {
    filter: brightness(0.975);
}

.hq-input-wrapper.hq-locations:hover, 
button#hq-pick-up-date-button:hover, 
button#hq-pick-up-time-button:hover,
button#hq-return-date-button:hover,
button#hq-return-time-button:hover, 
select#vehicle_class_id:hover{
    box-shadow: 1px 1px 4px 0px lightgrey;
}

.hq-checkbox-input-widget:hover {
    background-color: #e5e5e5;
    cursor: pointer;
}

.select2.select2-container.select2-container--default.select2-container--below{
    width: 100%!important;
}

.select2-container--default .select2-selection--multiple {
    background-color: transparent!important;
}

.hq-location-pickup .select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 34px!important;
}
    
    .select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    padding: 0 0.6rem!important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0!important;

}

.select2-selection__choice__remove {
    padding: 0px 10px!important;
}

span.select2.select2-container.select2-container--default.select2-container--below{
    width: 100%!important;
}

.select2-container--default .select2-selection--multiple {
        background-color: transparent!important;
}

.fa-arrow-right {
    color: #c3c3c3;
}


/* mobile query */
@media (max-width:768px){
#hq-simple-form-inner-wrapper{
padding: 2rem 1rem!important;
margin: 1rem 0!important;
}

.hq-number {
    visibility: hidden!important;
display: none!important;
}

.hq-date-input-button{
    min-width: 25px!important;
}

.hq-simple-submit-inner-wrapper{
width: 100%;
}

    
.hq-locations textarea {
    padding: 0 0.8rem !important;
    height: 50px!important;
}


.date-picker-wrapper{
    left:5px!important;
}

textarea.select2-search__field {
    height: 32px!important;
}


} /*mobile query end*/

.select2-results__options{
    background-color: #f3f3f3;
}
.select2-results__option--selectable{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-weight: bold;
    font-size: 16px;
    height: 30px;
}
.select2-results__option--highlighted{
    background-color: #fff !important;
    margin: 5px 10px;
    border-radius: 10px;
    box-shadow: 0 1px 1px 0 #ccc;
}

#hq-simple-form .submit-button{
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 25px;
    outline:0;
    border:0;
    font-weight: bold;
    text-transform:capitalize;
    font-family: Roboto !important;
}

.title-text h3,label{
    text-transform : capitalize;
}

#hq-simple-form a{
    font-family: Roboto !important;
}

.hq-checkbox-input-widget{
    width: 20px;
    height: 20px;
    border-radius: 2px;
    margin-right: 10px;
}

#hq-simple-form i{
    font-size: 20px;
}

.hq-date-big-font{
    font-size: 30px;
    font-family: Roboto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    height: 48px;
    padding: 10px !important;
    position: relative !important;
    font-family: Roboto !important;
}

.vehicle-class-wrapper-bottom{
    display:flex;
    justify-content: flex-end;
}

.hq-date-input-button-inner-wrapper{
    position: relative;
}

.hq-date-icon-wrapper{
    position: absolute;
    top: 35%;
    right: 10px;
}

.warning{
    text-align: center;
}
