.search-form{
    width: 100%;
    height: 120px;
    background: #eaf1ff;
    display: flex;
    align-items: center;
    padding: 25px;
    margin: 25px 0;
	box-sizing: border-box;
}
.input_txt{
	width: 50%;
	margin-bottom: 0;
	margin-right: 30px;
}
.breadcrumb-list{
	display: flex;
}
.breadcrumb-list li {
	margin-right: 40px;
}
.breadcrumb-list li:before{
	width: 20px !important;
    height: 20px !important;
	top: -3px !important;
    left: -31px !important;

}
.whitepage{
	margin-top: 50px;
}
.whitepage b{
	font-size: 16px;
	font-family: 'Montserrat-Bold';
}
@media(max-width:575px){
	.search-form{
		display: block;
		height: 180px;
	}
	.input_txt{
		width: 100%;
	}
	.search-form .btn-violet{
		display: flex;
		margin: 20px auto;
	}
}