body {
  background-color: #f4f2f1;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 1300px) {
  .container {
	width: 100% !important;
	padding: 0px 25px !important;
  }
}
@media screen and (min-width: 1300px) {
  .container {
	width: 100% !important;
	max-width: 1800px !important;
	padding: 0px 100px !important;
  }
	
}
.placeholder h3 {
  height: 27px;
  background: #666;
  opacity: 0.5;
}
.placeholder h5 {
  height: 15px;
  background: #888;
  opacity: 0.5;
  width: 50%;
}
.placeholder address span {
  height: 15px;
  background: #888;
  opacity: 0.5;
  width: 100%;
  display: inline-block;
}
.placeholder label {
  height: 20px;
  background: #666;
  opacity: 0.5;
  width: 100%;
}
.placeholder span.input {
  height: 34px;
  width: 100%;
  background: #ccc;
  display: block;
  border-radius: 4px;
  border: 1px solid #999;
}
.shrink {
  width: 1%;
  white-space: nowrap;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1000;
}
.overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}

.multiselect__input {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 14px !important;
  padding-top: 2px !important;
  padding-left: 0px !important;
}
.multiselect__input:focus {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.multiselect--active {
  font-size: 14px !important;
}
.custom-multiselect {
  min-height: 38px !important;
  color: inherit !important;
}
.custom-multiselect .multiselect__tags {
  transition: all 0.12s ease-in-out;
  border: 1.5px solid #d6d6d6 !important;
  border-radius: 6px !important;
  height: 38px !important;
  min-height: 0px !important;
  padding-top: 6px !important;
  padding-left: 12px !important;
}
.custom-multiselect .multiselect__tags:hover {
  cursor: text;
  border-color: #9ca3af !important;
}
.custom-multiselect .multiselect__single {
  padding-left: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  padding-top: 2px;
}
.custom-multiselect .multiselect__option--selected,
.custom-multiselect
  .multiselect__option--selected.multiselect__option--highlight {
  background: #f8f8f8;
  color: #333;
}
.custom-multiselect .multiselect__option:hover,
.custom-multiselect .multiselect__option--highlight {
  background: #f5f5f5;
  color: #333;
}
.modal-backdrop.in {
  opacity: 0.25;
}
.modal.in .modal-dialog {
  transform: scale(1) !important;
}

h2 {
  font-size: 24px;
  margin-top: 10px;
}