h6 {
  display: grid;
  grid-template-columns: minmax(50px, 1fr) auto minmax(50px, 1fr);
  align-items: center;
  text-align: center;
  gap: 40px;
  font-size: medium;
}

h6::before,
h6::after {
  content: "";
  border-top: 6px double;
}
.fishBoneForm {
  background-color: #f8f3e5;
  border: 1px solid #abaaa9;
}

.classpaper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* flex-wrap: wrap; */
  align-items: center;
  /* margin: 20px auto; */
}
.fishboneChk {
  visibility: hidden;
  height: 0;
  width: 0;
}

.checklabelfishBone {
  /* margin: 0px 10px; */
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
  color: #222222;
  background-color: #ffffff;
  outline: solid 1px #070707;
  border-radius: 2px;
  cursor: pointer;
}

.checklabelfishBone:hover {
  box-shadow: rgba(75, 103, 148, 0.94) 0px 0px 10px;
  outline: solid 1px #4b6794;
}

.fishboneChk:checked + label {
  outline: solid 1px #206317;
  background-color: #206317;
  color: #ffffff;
  border-radius: 2px;
}

.checklabelfishBone1 {
  /* margin-left:100px; */
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
  color: #222222;
  background-color: #ffffff;
  outline: solid 1px #070707;
  border-radius: 2px;
  cursor: pointer;
  width: 150px;
}

.checklabelfishBone1:hover {
  box-shadow: rgba(75, 103, 148, 0.94) 0px 0px 10px;
  outline: solid 1px #4b6794;
}

.arrow23{
  position: absolute;
  width:120px;
  background: black;
  height:3px;
  line-height: 10px;
  text-align:left;
  color:#fff;
  margin-left:-40% ;
  margin-top: 40%;
}

/*right arrow*/

.arrow-right23:after{
    content: "";
    position: absolute;
    right: -10px;
    top: -4px;
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 20px solid black; 
}
.rotet{
  rotate:70deg;
  width: 0px;
  height: 2px;
  position: absolute;
}
.row1{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 10px;
  position: absolute;
}
.arrow3{
  width:120px;
  background: black;
  height:3px;
  line-height: 10px;
  text-align:center;
  color:#fff;
  margin-left:43% ;
  margin-top: 5%;
  position: relative;
}

/*right arrow*/

.arrow-right3::before{
    content: "";
    position: absolute;
    left: -10px;
    top: -4px;
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 20px solid black; 
}
.rotet3{
  rotate:110deg;
  width: 100%;
}
.row3{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.arrow2{
  position: relative;
  width:90%;
  background: black;
  height:3px;
  line-height: 10px;
  text-align:center;
  color:#fff;
  margin-left: 10%;
}

/*right arrow*/

.arrow-right2:after{
    content: "";
    position: absolute;
    right: -10px;
    top: -4px;
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 20px solid black; 
}
.rotet1{
  rotate:0deg;
  height: 2px;
  width: 100%;
}
.row2{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}