
.selectpicker {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    width: 100%;
    cursor: pointer;
    padding: 10px 18px;
	margin: 4px 0px 4px 0;
	box-shadow:none;
}
 input[type="number"] {
    display: block;
    height: 45px;
    padding: 0 15px;
    width: 280px;
    color: #a6a6a6;
    border-radius: 0;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    box-shadow:none;
    font-weight: 400;
}

.trip-type-tabs .nav-tabs li a {
    font-family: 'Montserrat', sans-serif;
    line-height: 22px;
    display: block;
    font-size: 18px;
    color: #444444;
    font-weight: 500;
    padding: 15px 54.5px;
    background-color: #f0f0f0;
    border: none;
}

.trip-type-tabs .nav-tabs>li.active>a, .trip-type-tabs .nav-tabs>li.active>a:hover, .trip-type-tabs .nav-tabs>li.active>a:focus {
    background-color: #fff;
    border: none;
}


#customize-booking-form  input[type="number"] {
	width:100%;
}
#customize-booking-form  .form-control{
	display: block;
    height: 45px;
    padding: 0 15px;
    width: 100%;
    color: #a6a6a6;
    border-radius: 0;
    margin-bottom: 10px;
    border: 1px solid #e8e8e8;
    box-shadow:none;
    font-weight: 400;
	background: #fff;
}

#customize-booking-form .selectpicker{
	margin-bottom:24px;
}

.inputRemove {
    margin-top: 26px;
    height: 45px;
    padding-left: 25px;
    padding-right: 25px;
}
.search-location-box .selectpicker {
    height: 45px;
}
button#search_cabs, #search_hotal {
    padding: 14px 0;

}
.user-view img {
    margin-bottom: 10px;
}