.VIpgJd-ZVi9od-l4eHX-hSRGPd{
  display: none !important;
}

/*#language_div{
    z-index: 1900;position: fixed;bottom:  0; padding: 10px;
}*/
#language_div{
    z-index: 1900;position: fixed;bottom:  20px; padding: 5px 10px;
    left: 1%;
    background: gray;
    border-radius: 15px;
}
.header-1 {
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 1030;
  position: relative;
}
.header-1.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  background-color: white; /* Optional: to avoid content showing behind */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Optional: add some shadow */
}
.what-we-do__item1 {
  height: 304px;
  background-color: var(--rr-common-white);
  border: 1px solid rgba(21, 24, 27, 0.1);
  border-radius: 10px;
  padding: 50px 30px;
}
.what-we-do__item2 {
  background-color: var(--rr-common-white);
  border: 1px solid rgba(21, 24, 27, 0.1);
  border-radius: 10px;
  padding: 50px 30px;
}
.what-we-do__item3 {
  background-color: var(--rr-common-white);
  border: 1px solid rgba(21, 24, 27, 0.1);
  border-radius: 0;
  padding: 20px;
}
.banner__slider{
  height: 500px;
}
@media(max-width:1024px) {
/*    #language_div{
        z-index: 1900;position: fixed;bottom:  0; padding: 10px;
        left: 10%
    }*/
    .hidden-sm-up {
      display: unset !important
    }
    .banner__slider{
      height: 350px;
    }
}