/*YOUR CUSTOM STYLES*/

@media screen and (max-width: 1024px) {
html, body {
	z-index: 0 !important;
	overflow: scroll !important;
}
}
#loader {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background-color: #fbfbfb;
	position: fixed;
	display: table;
	width: 101%;
	top: 0;
	height: 100%;
	min-height: 100%;
	z-index: 99999;
	margin-left: -25px;
}
.loader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 12;
	text-align: center;
}
.loader-back-logo {
	margin-top: -10px;
	font-size: 26px;
}
.loader {
	height: auto;
	width: auto;
}


/* SEARCH FORM */
.search-tabs-bg > .tabbable >.tab-content > .tab-pane {
	    background: #ffffff !important;
    border-radius: 0px;
}
.search-tabs-bg > .tabbable >.tab-content > .tab-pane h2 {
	color: #FFF !important;
}
.search-tabs-bg > .tabbable >.tab-content > .tab-pane label {
	color: #464646 !important;
}
i.fa.fa-phone, i.fa.fa-calendar, i.fa.fa-envelope, i.fa.fa-map-marker {
	color: #000 !important;
}
.search-tabs-bg > .tabbable >.tab-content > .tab-pane .form-control {
	background: rgb(255, 255, 255);
}
/* SEARCH FORM END */
