 /* slider css */

 .irs--round .irs-bar {
     background-color: #DB5740;
 }

 .irs--round .irs-handle {
     background-color: #DB5740;
     border-color: #DB5740;
     /* box-shadow: 0px 0px 0px 5px rgba(0, 194, 192, 0.2); */
 }

 .irs--round .irs-handle.state_hover,
 .irs--round .irs-handle:hover {
     background-color: #DB5740;
 }

 .irs--round .irs-handle {
     width: 16px;
     height: 16px;
     top: 29px;
 }

 .irs--round .irs-from,
 .irs--round .irs-to,
 .irs--round .irs-single {
     background-color: transparent;
     color: #666;
 }

 .irs--round .irs-from:before,
 .irs--round .irs-to:before,
 .irs--round .irs-single:before,
 .irs--round .irs-min,
 .irs--round .irs-max {
     display: none;
 }


 /* slider css */