.ba_container_hanuman {
    position: relative;
    width: 100%;
    height: 300px;
    border: 2px solid white;
  }
  .ba_container_hanuman .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 400px 100%;
  }
  .ba_container_hanuman .background-img {
    background-image: url("https://nellaineervalam.in/images/web/outcome/tanks/hanuman_river_after.jpg");
  }
  .ba_container_hanuman .foreground-img {
    background-image: url("https://nellaineervalam.in/images/web/outcome/tanks/hanuman_river_before.jpg");
    width: 50%;
  }
  .ba_container_hanuman .slider {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.3);
    outline: none;
    margin: 0;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ba_container_hanuman .slider:hover {
    background: rgba(242, 242, 242, 0.1);
  }
  .ba_container_hanuman .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: 600px;
    background: white;
    cursor: pointer;
  }
  .ba_container_hanuman .slider::-moz-range-thumb {
    width: 6px;
    height: 600px;
    background: white;
    cursor: pointer;
  }
  .ba_container_hanuman .slider-button {
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ba_container_hanuman .slider-button:after {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
  }
  .ba_container_hanuman .slider-button:before {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
  }
  
  .ba_container_pettai {
    position: relative;
    width: 100%;
    height: 300px;
    border: 2px solid white;
  }
  .ba_container_pettai .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 400px 100%;
  }
  .ba_container_pettai .background-img {
    background-image: url("https://nellaineervalam.in/images/web/outcome/tanks/pettai-after.jpg");
  }
  .ba_container_pettai .foreground-img {
    background-image: url("https://nellaineervalam.in/images/web/outcome/tanks/pettai-before.jpg");
    width: 50%;
  }
  .ba_container_pettai .slider {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.3);
    outline: none;
    margin: 0;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ba_container_pettai .slider:hover {
    background: rgba(242, 242, 242, 0.1);
  }
  .ba_container_pettai .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: 600px;
    background: white;
    cursor: pointer;
  }
  .ba_container_pettai .slider::-moz-range-thumb {
    width: 6px;
    height: 600px;
    background: white;
    cursor: pointer;
  }
  .ba_container_pettai .slider-button {
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ba_container_pettai .slider-button:after {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
  }
  .ba_container_pettai .slider-button:before {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
  }
  
  .ba_container_udaiyarpatti {
    position: relative;
    width: 100%;
    height: 300px;
    border: 2px solid white;
  }
  .ba_container_udaiyarpatti .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 400px 100%;
  }
  .ba_container_udaiyarpatti .background-img {
    background-image: url("https://nellaineervalam.in/images/web/outcome/tanks/udaiyarpatti-after.jpg");
  }
  .ba_container_udaiyarpatti .foreground-img {
    background-image: url("https://nellaineervalam.in/images/web/outcome/tanks/udaiyarpatti-before.jpg");
    width: 50%;
  }
  .ba_container_udaiyarpatti .slider {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0.3);
    outline: none;
    margin: 0;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ba_container_udaiyarpatti .slider:hover {
    background: rgba(242, 242, 242, 0.1);
  }
  .ba_container_udaiyarpatti .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: 600px;
    background: white;
    cursor: pointer;
  }
  .ba_container_udaiyarpatti .slider::-moz-range-thumb {
    width: 6px;
    height: 600px;
    background: white;
    cursor: pointer;
  }
  .ba_container_udaiyarpatti .slider-button {
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ba_container_udaiyarpatti .slider-button:after {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
  }
  .ba_container_udaiyarpatti .slider-button:before {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5D5D5D;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
  }