.containerSlider {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.containerSlider img {
  width: 100%;
  height: auto;
}

.slide {
  border: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 2s linear;
  -moz-transition: opacity 2s linear;
  -o-transition: opacity 2s linear;
  transition: opacity 2s linear;
}
.images{
  background-image:url("F:\Coding\HTML\QJPR_OFFICE\Snehbhandha\koham\export\assets\Kohum_images.IMG1.jpg");
}
.showMe {
  opacity: 1;
}

.containerSlider .arrowRight {
  z-index: 99;
  position: relative;
  margin-top: 30%;
  margin-left: 79%;
  border: none;
  cursor: pointer;
  opacity: 0.7;
  width: 10%;
}

.containerSlider .arrowLeft {
  z-index: 100;
  position: relative;
  margin-top: 30%;
  margin-left: 0%;
  margin-left: 0%;
  border: none;
  cursor: pointer;
  opacity: 0.7;
  width: 10%;
}

.containerSlider .arrowRight:hover {
  transition: opacity .5s;
  opacity: 1.0;
}

.containerSlider .arrowLeft:hover {
  transition: opacity .5s;
  opacity: 1.0;
}

.header-menu-list li {
  float: left;
  width: 100px;
  line-height: 55px;
  vertical-align: middle;
  text-align: center;
  margin: 5px;
  list-style: none;
}

.header-menu-list {
  display: inline-block;
}

.header-menu-list li a {
  list-style: none;
  color: white;
  font-size: 18px;
}

.bg-color {
  background-color: #007754;
}

.header-logo-text {
  font-weight: 600;
  color: white;
}

.header-small-logo {
  color: yellow;
  font-size: 15px;
}

.language-link {
  color: yellow;
  margin-bottom: 12px;
}

.header-logo-img {
  width: 40px;
  /*height: 50px;*/
  /*margin: 25px;*/
  /*padding: 0px;*/
}

.bg-img {
  /*width: 100%;*/
  width: 100vw;
  height: 100%;
}

.bg-img {
  height: 500px;
}

.box {
  box-shadow: 0px 3.6472px 54.708px rgb(0 0 0 / 8%);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0 15px 0 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
}

.overview {
  display: flex;
  gap: 15px;
  justify-content: center;
  background: #027753;
  padding: 5px;
  flex-wrap: wrap;
}

.border-box {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  margin: 5px;
  padding: 5px 20px;
}

#call-back-form h1 {
  background-color: #007855;
  color: white;
}

#call-back-form {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
  background-size: cover;
  color: white;
  position: absolute;
  right: 0;
  margin: 20px;
  max-width: 300px;
  padding: 16px;
  background-color: white;
  top: 25%;
  left: 84%;
  transform: translate(-50%,-50%);
  width: 300px;
}

