.home .fp-item > img{
    max-height: 352px;
    object-fit: cover;
}

#custom-select-two label{
	background: #a49780;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: none;
    width: 100%;
    border: thin solid #fff;
}
#custom-select-two label span{
	background-color: transparent;
    border-color: transparent;
}
#select2-city-container{
	color: white;
}
#custom-select-two .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #fff transparent transparent transparent !important;
}

#custom-select-two-fp label{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: none;
    width: 100%;
    border: thin solid #fff;
    background: #fff;
    color: #666;
    border-color: #000;
    text-transform: capitalize;
}

#custom-select-two-fp label span{
	background-color: transparent;
    border-color: transparent;
}

#custom-select-two-fp .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #000 transparent transparent transparent !important;
}