.heigth
{
	height:50px;
}

.ftitle
{
	height:50px;
	font-size:17px;
	font-weight:bold;
	background-color:rgb(69, 104, 178);color:#FFF; 
}

.button
{
	height:50px;
	font-size:17px;
	font-weight:bold;
}

.or
{
	color:gray;
	font-size:15px
}

.search_service_div
{
	width:260px;
	height:266px;
	margin-bottom: 10px;
}

.slider1 {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider1:hover {
  opacity: 1;
}

.slider1::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}

.slider1::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}