/*.carousel-indicators {*/
/*	display: none;*/
/*}*/


.hotspot{background: rgb(254, 207, 61) !important;
    border: 1px solid rgb(255, 255, 255) !Important;
    border-radius: 60px !important;
    opacity: 0.8 !Important;}

.hotspot:hover {
    background:red !important;
}
.click_bg_red {
    background:red !important;
}
.input_slider {
	width: 60%;
    max-width: 300px;
    margin: auto;
}
.input_slider {
  -webkit-appearance: none;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background: transparent;
  outline: none;
  padding: 0;
}

.input_slider::-webkit-slider-thumb:active {
  box-shadow: none;
}
.input_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-top: -20px;
  border: 0;
  background: #b81f31 url('../images/icon.png') no-repeat center center;
  cursor: ew-resize;
  transition: box-shadow 0.2s;
  box-shadow: 0 0 0 6px rgba(181, 66, 64, 0.3), 0 0 20px rgba(0, 0, 0, 0.2);

}
.input_slider::-moz-range-thumb:active {
  box-shadow: none;
}
.input_slider::-moz-range-thumb {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  box-sizing: border-box;
 background: #b81f31 url('../images/icon.png') no-repeat center center;
   box-shadow: 0 0 0 6px rgba(181, 66, 64, 0.3), 0 0 20px rgba(0, 0, 0, 0.2);
  cursor: ew-resize;
}
.input_slider::-ms-thumb {
  margin-top: 0;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
 background: #b81f31 url('../images/icon.png') no-repeat center center;
   box-shadow: none ;
}

.input_slider::-webkit-slider-runnable-track {
  box-sizing: border-box;
  border: none;
  width: 200px;
  height: 4px;
  background: #4d4d4d;
}
.input_slider::-moz-range-track {
  box-sizing: border-box;
  border: none;
  width: 300px;
  height: 4px;
  background: #4d4d4d;
}
.input_slider::-ms-track {
  box-sizing: border-box;
  border: none;
  padding-left: 4px;
  width: 300px;
  height: 4px;
 background: #4d4d4d;
 color: transparent;
}
.input_slider::-ms-fill-lower,
.input_slider::-ms-fill-upper {
  background: transparent;
}
.input_slider::-ms-tooltip {
  display: none;
}

.input_slider::-ms-ticks{
    background: #4d4d4d;
   }
.preloader {
    width:100%;
    height:100%;
    position:absolute;
    background:rgba(0, 0, 0, 0.7);
    z-index:999;
}
.preloader-circle {
    margin:auto;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #b81f31;
  /*background-image: url(/hawk/images/Spinner-1s-200px.gif);*/
  /*  background-repeat: no-repeat;*/
  /*  background-position: center;*/
  /*  background-size: contain;*/
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.preloader-text {
    text-align:center;
    margin-top: 10px;
}
.preloader-container{
    margin-top: 17%;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}  
   
/* spinner*/
.lds-spinner {
  position: relative;
  width: 80px;
  height: 80px;
  margin:auto;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 36px;
  width: 10px;
  height: 19px;
  border-radius: 50%;
  background: #ca2136;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
   
/*mobile*/
@media only screen and (max-device-width: 768px) {
    .input_slider {
        zoom:0.5;
        margin-bottom:-43px;
    }
    .preloader-container{
        zoom: 0.5;
    }
}
  