.switch {
  position: relative;
  display: inline-block;

  width: 420px;
  height: 62px;

  left: 35%;
}

.switch input {
  display: none;
}

.slider-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e8e8e8;
  -webkit-transition: 0.4s;
  transition: 0.4s; 
  user-select: none;
}

.slider-switch:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 132px;
  left: 7px;
  bottom: 5px;
  background-color: #4d3483;
  height: 53px;
  width: 13.6rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider-switch {
  background-color: #e8e8e8;
}

input:focus + .slider-switch {
  box-shadow: 0 0 1px #5283ff;
}

input:checked + .slider-switch:before {
  -webkit-transform: translateX(124px);
  -ms-transform: translateX(124px);
  transform: translateX(274px);
  transform: translate(190px, 1px);
  background-color: #4d3483;
  height: 53px;
  width: 13.6rem;
  padding: 10px 10px 10px 10px;

  right: 0px;
}

/* Rounded slids */
.slider-switch.round {
  border-radius: 34px;
  z-index: 2;
}

.slider-switch.round:before {
  border-radius: 34px;
}
.slider-switch.square:before {
  border-radius: 4px;
}

.switch-non {
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  left: 15px;
  color: #666666;
}

.switch-oui {
  position: absolute;
  top: 50%;
  transform: translate(-150%, -50%);
  right: 15px;
  color: green;
}

input:checked + .slider-switch > .switch-oui {
  color: #fff;
}
input:checked + .slider-switch > .switch-non {
  color: #707070;
}
#myDIV {
  width: 100%;
  margin-top: 20px;
  display: none;
}
#myDIV1 {
  width: 100%;
  margin-top: 20px;
}

.switch-oui {
  position: absolute;
  top: 50%;
  transform: translate(-150%, -50%);
  right: -244px;
  border-radius: 27px;
  font-size: 18px;
  color: #707070;
  padding: 16px 23px 16px 43px;
  font-weight: 700;
  text-transform: uppercase;
}
.switch-non {
  position: absolute;
  top: 49%;
  transform: translate(100%, -50%);
  left: -171px;
  font-size: 18px;
  border-radius: 23px;
  color: #fff;
  width: 11rem;
  padding: 15px 16px 15px 65px;
  font-weight: 700;
  text-transform: uppercase;
}
.row_class1 {
  margin: 0px;
  margin-bottom: 3rem;
}
img.publisher_img {
  right: -15px;
  position: absolute;
  top: -13rem;
  z-index: -1;
}
.publisher_content h6 {
  color: #000000;
  font-weight: 500;
  line-height: 1.6rem;
  font-size: 18px;
}
.publisher_content h2 {
  color: #f2722d;
  font-size: 18px;
  font-weight: 600;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.publisher_content {
  padding-top: 4rem;
  padding-left: 4.4rem;
}
.publisher_content p {
  /* font-weight: 600; */
  line-height: 1.6rem;
  font-weight: 500;
  color: #000;
}
