.filter-title {
  background-color: #2b307a;
  color: white;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #1cc0e1 !important;
}
.irs-from::before {
  border-top-color: #1cc0e1 !important;
}
.irs-to::before {
  border-top-color: #1cc0e1 !important;
}
.irs--round .irs-handle {
  border: 4px solid #1cc0e1 !important;
}
.irs--round .irs-bar {
  background-color: #1cc0e1 !important;
}
.custom-control label {
  color: #2b307a;
  text-transform: capitalize;
}

/* ////////////////////////////// */
.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #000;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* RANGE SLIDER */
.range-slider {
  position: relative;
  height: 80px;
}

.youTube-btn {
  cursor: pointer;
  width: 85px;
  position: absolute;
  right: 13px;
  top: 22px;
  transition: width 0.3s;
  transition-timing-function: ease-in;
  z-index: 99;
}

.youTube-btn:hover {
  width: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .youTube-btn {
    width: 70px;
  }

  .youTube-btn:hover {
    width: 75px;
  }
}
