#root>* {
	margin: 0;
	padding: 0;
}

.searchbox-wrapper {
	width: 40vw;
	position: absolute;
	z-index: 100 !important;
	left: 50%;
	top: 50%;

	transform: translate(-50%, 50%);
}

.searchbox-input {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #ccc;
	border-radius: 4vh;
	min-height: 45px;
}

.searchbox-input.open {
	border-radius: 4vh 4vh 0 0;
}

.results {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: white;
	border: 1px solid #ccc;
	border-top: none;
	max-height: 25vh;
	overflow-y: auto;
	border-radius: 0 0 1vh 1vh;
	z-index: 99;
	/*position: absolute;
	top: 45px;
	width: 100%;
	background: white;
	border: 1px solid #ccc;
	border-top: none;
	max-height: 25vh;
	overflow-y: auto;
	border-radius: 0 0 1vh 1vh;
	z-index: 999;*/
}

.results li {
	list-style: none;
	padding: 8px;
	cursor: pointer;
}

.results li:hover {
	background: #eee;
}

.service-img {

	height: 40vh !important;
}

.service-item .img-fluid {
	height: 280px !important;
	object-fit: cover;
}

.service-item {
	height: 520px;
}

.subtitle {
	margin-top: 2vh;
}

.descriptions {
	text-align: justify;
}

@media (max-width: 768px) {
	.descriptions {
		text-align: left;
	}
}

.descriptions {
	white-space: pre-line;
	text-indent: 2em;
}

.services {
	margin-top: 2vh;
}

.provider-sector-image {
	max-height: 40vh;
}

.bottom-btn {
	margin-top: -15vh !important;
	margin-bottom: 2vh !important;
}

.selectable-wrapper {
	width: 100%;
	position: relative;
	z-index: 1;
}

.selectable-wrapper.open {
	z-index: 10000;
}

/*.form-floating.open{
	z-index: 100;
}
.form-floating {
	z-index: 1;
}*/

.form-floating>label {
	pointer-events: none;
	z-index: 1;
}

.selectable-input {
	position: relative;
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #ccc;
	/*border-radius: vh;*/
	min-height: 45px;
	z-index: 0;
}

.selectable-input.open {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.form-floating.form-textarea {
	min-height: 17vh;

	textarea {
		min-height: 17vh;
	}
}

.model-photo-field {
	min-height: 65px;
	padding-top: 30px !important;
}

.img-input-viewer {
	max-width: 100%;
	max-height: 200px;
	border-radius: 10px;
	border: 1px solid #ddd;
	padding: 4px;
}

/*.custom-file-label {
	padding: 1vh 1.2vw;
	background: #007bff;
	color: #fff;
	border-radius: 0.5vh;
	cursor: pointer;
}*/
.custom-file-label {
	margin-top: -9vh;
	margin-left: -1vw;
}

.request-form-subheader {
	margin-bottom: 2vh;
}

.form-check {
	cursor: pointer;
}

.form-check-input {
	cursor: pointer;
}

.privacy-policy {
	font-size: 14px;
	/*line-height: 1.6;
  max-height: 70vh;*/
	overflow-y: auto;
	padding: 16px;
}

input {
	border: 1px solid;
}

.about {
	flex: 1;
	display: flex;
	justify-content: center;

	div {
		max-width: 900px;
		justify-content: center;
	}

	p {
		text-indent: 2em;
	}

	h1 {
		display: flex;
		justify-content: center;
		
	}
	h1>div {
		text-align: center;
	}
}

.carousel-caption>.container {
	margin-top: -25%;
}

.container-fluid.bg-breadcrumb {
	padding: 75px 0 170px 0 !important;
}

.provider-item .img-fluid {
	height: 260px !important;
	object-fit: cover;
}

.provider-item {
	height: 520px !important;
}

.providers-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 25px;
}

.providers-grid>.blog-item {
	width: auto !important;
	max-width: none !important;
	flex: unset !important;
}

@media (max-width: 1200px) {
	.providers-grid {
		grid-template-columns: repeat(3, 1fr) !important;
	}
}

@media (max-width: 992px) {
	.providers-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.searchbox-wrapper {

		top: 60%;

	}
}

@media (max-width: 576px) {
	.providers-grid {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.searchbox-wrapper {

		top: 70%;

	}
}

.provider-button-row {
	height: 75px;
}

.blog-title {
	min-height: 74px;
}

.custom-modal.show {
	display: block !important;
	opacity: 1;
	pointer-events: none;
	z-index: 1055;
}

.custom-modal .modal-dialog {
	pointer-events: auto;
}

.modal-backdrop {
	z-index: 1050;
}

.modal-body {
	background-color: #efefef;
}

.custom-modal .modal-header {
	background-color: #0092d0;

	h5 {
		color: #fff;
	}
}

.custom-modal .modal-header .btn-close{
  filter:invert(1);
  opacity:1;
}
.custom-modal .modal-footer{
	background-color: #efefef;
}


/* @keyframes modalPop{
	from{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}
} */