.range-slider {
	width: auto;
	margin: auto;
	position: relative;
	height: 3.5em;
}

.range-slider svg,
.range-slider input[type=range] {
	position: absolute;
	left: 0;
	bottom: 0;
}

.numranger {
	text-align: center;
	-moz-appearance: textfield;
}

.numranger::-webkit-outer-spin-button,
.numranger::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.numranger:invalid,
.numranger:out-of-range {
	border: 2px solid #ff6347;
}

input[type=range] {
	-webkit-appearance: none;
	width: 100%;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #2497e3;
}

input[type=range]:focus::-ms-fill-lower {
	background: #2497e3;
}

input[type=range]:focus::-ms-fill-upper {
	background: #2497e3;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: #2497e3;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

input[type=range]::-webkit-slider-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -7px;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: #2497e3;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

input[type=range]::-moz-range-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
	background: #2497e3;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

input[type=range]::-ms-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
}

.eracolorchck {
  position: relative;
}
.eracolorchck label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}
.eracolorchck label span {
  margin-left: 30px;
}
.eracolorchck label:after {
  border: 2px solid #2497e3;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}
.eracolorchck input[type="checkbox"] {
  visibility: hidden;
}
.eracolorchck input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

/* FILTERS STYLE ENDS */

#langmenu .indicator {
	display: none!important;
}

.lrequired:after {
    content: " *";
    color: red;
}

.form-control.invalid {
  background-color: #ffdddd!important;
}

.era_check.invalid {
  background-color: #ffdddd!important;
}

.era_check_number.invalid {
  background-color: #ffdddd!important;
}

.custom-file-label.invalid {
  background-color: #ffdddd!important;
}

.custom-file-input:lang(en)~.custom-file-label::after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f1c5"!important;
	padding-top: 9px!important;
}

.custom-control-label.invalid::before {
    background-color: #ffdddd!important;
}

.gridcover{
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.title2colums{
    display: -webkit-box!important;
    height: 120px;
    line-height: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 320px) {
	/* Extra small devices (phones, 320px and down) */
	.title2colums{
		display: -webkit-box!important;
		height: 70px;
		font-size: 8pt;
		line-height: 1;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-bottom: 20px;
		padding: 10px!important;
	}
	.maintitles{
		font-size: 1.3em!important;
	}
}

@media only screen and (min-width: 350px) {
	/* Extra small devices (phones, 320px and down) */
	.title2colums{
		display: -webkit-box!important;
		height: 85px;
		font-size: 10pt;
		line-height: 1;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-bottom: 20px;
		padding: 10px!important;
	}
	.maintitles{
		font-size: 1.3em!important;
	}
}

@media only screen and (min-width: 600px) {
	/* Small devices (portrait tablets and large phones, 600px and up) */
	.title2colums{
		display: -webkit-box!important;
		height: 110px;
		line-height: 1;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.maintitles{
		font-size: 1.3em!important;
	}
}

@media only screen and (min-width: 768px) {
	/* Medium devices (landscape tablets, 768px and up) */
}


@media only screen and (min-width: 992px) {
	/* Large devices (laptops/desktops, 992px and up) */
}


@media only screen and (min-width: 1200px) {
	/* Extra large devices (large laptops and desktops, 1200px and up) */
}