#map {
height: 300px;
}
.firstHeading {
font-size: 16px;
text-align: center;
border-bottom: 1px solid #cbcbcb;
padding-bottom: 10px;
}
.services_list li{
list-style: none;
background: transparent url("'.plugins_url( "img/check-icon.png", __FILE__ ).'") no-repeat left center;
padding-left: 25px;
}
.services_list {
padding-left: 0;
}
.address-info img {
width: 20px;
}
.address-info {
margin: 20px 0;
}
.user_address-wrapper {
font-weight: bold;
}
.service_value {
display: inline-block;
padding-left: 40px;
}
.line_infos{
text-align: center;
margin-top: 40px;
clear: both;
margin-bottom: 40px;
float: left;
width: 100%;
}
.offer_label{
text-transform: capitalize;
}
.line_infos h4{
margin-bottom: 0;
}
.data_block{
text-align: left;
}
.detail_value{
color: #f97602;
}
.half {
float: left;
width: 100%;
}
.elig_title {
border-top: 1px solid #cbcbcb;
padding-top: 10px;
margin-top: 10px;
clear: both;
float: left;
background-color: #f9f9f9;
width: 100%;
border-bottom: 1px solid #cbcbcb;
padding-bottom: 10px;
}
.geolocalisation-mini-title {
    padding: 5px;
    text-align: left;
    font-weight: 700;
    color: #fff;
}
.eo_form_block-wrapper .geolocalisation-form .icon-wrapper {
    position: relative;
}
.eo_form_block-wrapper .geolocalisation-form .twitter-typeahead {
    width: 100%;
}
.eo_form_block-wrapper .geolocalisation-form .icon-wrapper input {
    padding-left: 46px;
}
.eo_form_block-wrapper .geolocalisation-form .tt-menu {
    height: 145px;
    overflow: auto;
}
.eo_form_block-wrapper .geolocalisation-form .icon-wrapper .icon {
    position: absolute;
    padding: 12px 10px;
    top: 4px;
    left: 0;
    font-size: 20px;
    color: #777;
}
.eo_form_block-wrapper .btn-search {
    position: absolute;
    right: -10px;
    top: 0px;
    padding: 9px 20px!important;
}
.eo_form_block-wrapper .spinner-loader {
    display: none;
    position: absolute;
    padding: 12px 10px;
    top: 2px;
    right: 130px;
    font-size: 20px;
}
.eo_form_block-wrapper .btn-search-icon {
    position: absolute;
    right: 3px;
    top: 3px;
    display: none;
}
.eo_form_block-wrapper .geolocalisation-form {
    height: auto;
    margin: 20px auto;
}
.hidden-custom{
	display: none;
}
.offer_block_item {
    border: 1px solid #cbcbcb;
    padding-top: 20px;
}
.select-wrapper{
    padding: 0;
    border: none;
}
.select-wrapper .caret,
.select-wrapper .select-dropdown {
    display: none;
}
#byaddress_block .modal-header{
    padding-bottom: 0;
}
#byaddress_block .modal-title{
    top: -20px;
    position: relative;
    color: #f97602;
    text-transform: uppercase;
    width: 96%;
}
#byaddress_block table.table{
    margin-top: 10px;
}
#byaddress_block table.table th {
    font-size: 10px;
    padding: 5px;
    text-transform: none;
}
#byaddress_block label{
    text-align: right;
    font-weight: bold;
    height: 35px;
    line-height: 40px;
}
#byaddress_block .modal-body p {
    font-size: 12px;
    font-style: italic;
}
#byaddress_block .modal-body p:first-child {    
    margin: 0;
}
#byaddress_block #search-line-city{
    background: #F2F2F2;
}
#byaddress_block #searchAllLine{
    background: #f97602;
    color: #fff;
    margin-bottom: 20px;
}
#byaddress_block .typeahead li.active {
    background-color: #f2f2f2;
}
.infos-messages{
    margin-top: 20px;    
    text-align: center;
}
.infos-messages p,
.infos-messages p span
{
    color: #529901;
    font-size: 16px;
}
.infos-messages p i.fa {
    font-size: 25px;
    margin-right: 10px;
    vertical-align: middle;
}