.mainContainVirtual {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  overflow: hidden;
}
.mainContainVirtual .btnFS {
  position: absolute;
  bottom: 15px;
  right: 15px;
  box-shadow: none;
  padding: 0 0;
  margin: 0 0;
  width: 60px;
}
.mainContainVirtual .btnFS img {
  max-width: 70%;
}
.mainContainVirtual .screenStage {
  position: relative;
  margin: 0 auto;
  width: 100vw;
  max-height: 100vh;
  overflow: hidden;
}
.mainContainVirtual .screenStage .imgScreenStage {
  width: 100%;
  height: auto;
}
.plant_left {
  position: absolute;
  left: 0;
  top: 0;
  width: 8%;
}
.plant_corner_top_right {
  position: absolute;
  right: 0;
  top: 0;
  width: 9%;
}
.plant_corner_bottom_right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16%;
}
.audioTag {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.25;
}
.audioTag:hover {
  opacity: 1;
}
.btnGetToKnow {
  position: absolute;
  right: 23.5%;
  top: 50%;
  cursor: pointer;
  width: 7.45%;
}
.btnPortfolio {
  position: absolute;
  right: 38%;
  top: 57%;
  cursor: pointer;
  width: 3.9%;
}
.btnProductInfomation {
  position: absolute;
  right: 27%;
  top: 35.5%;
  cursor: pointer;
  width: 9.16%;
}

.btn_fix {
  width: 0%;
  background-color: transparent;
  border: none;
  outline: none;
}

.rightboxscale {
  width: 60%;
}

.rightbox {
  width: 90%;
  margin: 5%;
}

.rightbox2 {
  width: 90%;
  margin-left: 5%;
  text-align: center;
}
.centerbox {
  text-align: center;
  display: block;
}
.fiximg {
  max-height: 85vh;
  text-align: center;
}

.fiximg2 {
  max-height: 90vh;
}

.OpenRigthload {
  width: 100%;
  padding-bottom: 3%;
  text-align: center;
}

.OpenRigthload2 {
  width: 10%;

  text-align: center;
}

.OpenRigthload3 {
  width: 75%;

  text-align: center;
  display: block;
}

.OpenRigthload2 {
  width: 40%;
  padding-bottom: 3%;
  text-align: center;
}

.OpenLeftload {
  width: 30%;
  text-align: center;
}

.fixbottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.btn_Kabi_middle {
  position: absolute;
  bottom: 15%;
  left: 46%;
  width: 8%;
}

.btn_Kabi_left {
  position: absolute;
  bottom: 15%;
  left: 26%;
  width: 8%;
}

.btn_Kabi_right {
  position: absolute;
  bottom: 15%;
  left: 66%;
  width: 8%;
}

.btn_Kabi_md_ex_01 {
  position: absolute;
  bottom: 49%;
  left: 60%;
  width: 10%;
}

.btn_Kabi_md_ex_02 {
  position: absolute;
  bottom: 38%;
  left: 60%;
  width: 10%;
}
.btn_Kabi_md_ex_03 {
  position: absolute;
  bottom: 27%;
  left: 60%;
  width: 10%;
}

.btn_Kabi_md_01 {
  position: absolute;
  bottom: 32%;
  left: 26%;
  width: 8%;
}

.btn_Kabi_md_02 {
  position: absolute;
  bottom: 76%;
  left: 75%;
  width: 4%;
}

.btn_Kabi_md_left {
  position: absolute;
  bottom: 35%;
  left: 0%;
  width: 8%;
}

.btn_Kabi_md_right {
  position: absolute;
  bottom: 35%;
  left: 91%;
  width: 8%;
}

.btn_Kabi_lf_donwload {
  position: absolute;
  bottom: 45%;
  left: 7%;
  width: 8%;
}

.btn_Kabi_lf_01 {
  position: absolute;
  bottom: 57%;
  left: 23%;
  width: 4%;
}

.btn_Kabi_lf_02 {
  position: absolute;
  bottom: 27%;
  left: 39%;
  width: 4%;
}

.btn_Kabi_lf_03 {
  position: absolute;
  bottom: 40%;
  left: 51.5%;
  width: 8%;
}

.btn_Kabi_lf_04 {
  position: absolute;
  bottom: 57%;
  left: 77%;
  width: 4%;
}

.btn_Kabi_right_01 {
  position: absolute;
  bottom: 57%;
  left: 20%;
  width: 4%;
}

.btn_Kabi_right_02 {
  position: absolute;
  bottom: 40%;
  left: 39%;
  width: 8%;
}

.btn_Kabi_right_04 {
  position: absolute;
  bottom: 20%;
  left: 59%;
  width: 4%;
}

.btn_Kabi_right_05 {
  position: absolute;
  bottom: 55%;
  left: 62%;
  width: 4%;
}

.btn_Kabi_right_06 {
  position: absolute;
  bottom: 40%;
  left: 73%;
  width: 8%;
}

.btn_Kabi_right_07 {
  position: absolute;
  bottom: 40%;
  left: 89%;
  width: 8%;
}

.boxpdfleft {
  max-width: 80% ;
}
.ceneterbox {
  align-self: center;
}

#forRemoveBG.modal .modal-dialog .modal-content {
  background-color: transparent;
  box-shadow: none;
}

.checkLandscape {
  display: none;
}



@media (max-width: 767px) and (orientation: portrait) {
  .mainContainVirtual {
    display: none;
  }
  .checkLandscape {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    color: #000000;
  }
  .checkLandscape p {
    font-size: 20px;
    margin-bottom: 0;
  }
}

/*--------------------------------Moblie Res--------------------------------------------- */


@media (max-width: 1400px) and (min-width: 1200px) {
  .btn_Kabi_md_01 {
    position: absolute;
    bottom: 41%;
    left: 27.5%;
    width: 6%;
  }
  .btn_Kabi_md_ex_03 {
    position: absolute;
    bottom: 39%;
    left: 61%;
    width: 10%;
  }
  .btn_Kabi_md_ex_02 {
    position: absolute;
    bottom: 47%;
    left: 61%;
    width: 10%;
  }
  .btn_Kabi_md_ex_01 {
    position: absolute;
    bottom: 55%;
    left: 61%;
    width: 10%;
  }
  .btn_Kabi_md_02 {
    position: absolute;
    bottom: 79.5%;
    left: 76%;
    width: 3.5%;
}
  .btn_Kabi_lf_donwload {
    position: absolute;
    bottom: 53%;
    left: 7%;
    width: 8%;
  }
  .btn_Kabi_lf_01 {
    position: absolute;
    bottom: 63.5%;
    left: 22%;
    width: 4%;
}
  .btn_Kabi_lf_02 {
    position: absolute;
    bottom: 33.5%;
    left: 38%;
    width: 4%;
  }
  .btn_Kabi_lf_03 {
    position: absolute;
    bottom: 47%;
    left: 52.5%;
    width: 6%;
  }
  .btn_Kabi_lf_04 {
    position: absolute;
    bottom: 63%;
    left: 78%;
    width: 4%;
}
  .btn_Kabi_right_01 {
    position: absolute;
    bottom: 63%;
    left: 20.5%;
    width: 3.5%;
}
  .btn_Kabi_right_02 {
    position: absolute;
    bottom: 46.8%;
    left: 40%;
    width: 6%;
  }
  .btn_Kabi_right_04 {
    position: absolute;
    bottom: 28%;
    left: 59%;
    width: 4%;
  }
  .btn_Kabi_right_05 {
    position: absolute;
    bottom: 59.5%;
    left: 62%;
    width: 3.5%;
}
  .btn_Kabi_right_06 {
    position: absolute;
    bottom: 48%;
    left: 75%;
    width: 6%;
  }
  .btn_Kabi_right_07 {
    position: absolute;
    bottom: 46%;
    left: 89%;
    width: 8%;
  }
}

@media (max-width: 1600px) and (min-width: 1400px) {
  .btn_Kabi_md_01 {
    position: absolute;
    bottom: 42%;
    left: 26%;
    width: 8%;
  }
  .btn_Kabi_md_ex_03 {
    position: absolute;
    bottom: 39%;
    left: 60%;
    width: 10%;
  }
  .btn_Kabi_md_ex_02 {
    position: absolute;
    bottom: 47%;
    left: 60%;
    width: 10%;
  }
  .btn_Kabi_md_ex_01 {
    position: absolute;
    bottom: 55%;
    left: 60%;
    width: 10%;
  }
  .btn_Kabi_md_02 {
    position: absolute;
    bottom: 80%;
    left: 75%;
    width: 4%;
  }
  .btn_Kabi_lf_donwload {
    position: absolute;
    bottom: 52%;
    left: 7%;
    width: 8%;
  }
  .btn_Kabi_lf_01 {
    position: absolute;
    bottom: 64%;
    left: 22%;
    width: 4%;
  }
  .btn_Kabi_lf_02 {
    position: absolute;
    bottom: 34%;
    left: 38.5%;
    width: 4%;
  }
  .btn_Kabi_lf_03 {
    position: absolute;
    bottom: 48%;
    left: 51.5%;
    width: 8%;
  }
  .btn_Kabi_lf_04 {
    position: absolute;
    bottom: 63%;
    left: 77%;
    width: 4%;
  }
  .btn_Kabi_right_01 {
    position: absolute;
    bottom: 62%;
    left: 20%;
    width: 4%;
  }
  .btn_Kabi_right_02 {
    position: absolute;
    bottom: 47%;
    left: 39%;
    width: 8%;
  }
  .btn_Kabi_right_05 {
    position: absolute;
    bottom: 60%;
    left: 62%;
    width: 4%;
  }
  .btn_Kabi_right_04 {
    position: absolute;
    bottom: 28%;
    left: 59%;
    width: 4%;
  }
  .btn_Kabi_right_06 {
    position: absolute;
    bottom: 48%;
    left: 74%;
    width: 8%;
  }
  .btn_Kabi_right_07 {
    position: absolute;
    bottom: 45%;
    left: 89%;
    width: 8%;
  }
}

@media (min-width: 1600px) and (max-width: 1800px) {
  .btn_Kabi_md_01 {
    position: absolute;
    bottom: 40%;
    left: 26%;
    width: 8%;
  }
  .btn_Kabi_md_ex_03 {
    position: absolute;
    bottom: 37%;
    left: 61%;
    width: 10%;
  }
  .btn_Kabi_md_ex_02 {
    position: absolute;
    bottom: 46%;
    left: 61%;
    width: 10%;
  }
  .btn_Kabi_md_ex_01 {
    position: absolute;
    bottom: 55%;
    left: 61%;
    width: 10%;
  }
  .btn_Kabi_md_02 {
    position: absolute;
    bottom: 79%;
    left: 75%;
    width: 4%;
  }
  .btn_Kabi_lf_01 {
    position: absolute;
    bottom: 62%;
    left: 23%;
    width: 4%;
  }
  .btn_Kabi_lf_donwload {
    position: absolute;
    bottom: 51%;
    left: 7%;
    width: 8%;
  }
  .btn_Kabi_lf_02 {
    position: absolute;
    bottom: 32%;
    left: 38.5%;
    width: 4%;
  }
  .btn_Kabi_lf_03 {
    position: absolute;
    bottom: 46%;
    left: 51.5%;
    width: 8%;
  }

  .btn_Kabi_lf_04 {
    position: absolute;
    bottom: 62%;
    left: 77%;
    width: 4%;
  }
  .btn_Kabi_right_01 {
    position: absolute;
    bottom: 61%;
    left: 20%;
    width: 4%;
  }
  .btn_Kabi_right_02 {
    position: absolute;
    bottom: 46%;
    left: 39%;
    width: 8%;
  }
  .btn_Kabi_right_04 {
    position: absolute;
    bottom: 26%;
    left: 59%;
    width: 4%;
  }
  .btn_Kabi_right_05 {
    position: absolute;
    bottom: 58%;
    left: 62%;
    width: 4%;
  }
  .btn_Kabi_right_06 {
    position: absolute;
    bottom: 46%;
    left: 74%;
    width: 8%;
  }

  .btn_Kabi_right_07 {
    position: absolute;
    bottom: 44%;
    left: 89%;
    width: 8%;
  }
}

@media (min-width: 1800px) and (max-width: 2000px) {
  .btn_Kabi_md_01 {
    position: absolute;
    bottom: 34.2%;
    left: 27.1%;
    width: 6.5%;
  }

  .btn_Kabi_md_ex_03 {
    position: absolute;
    bottom: 31%;
    left: 60%;
    width: 10%;
}
.btn_Kabi_md_ex_02 {
  position: absolute;
  bottom: 40%;
  left: 60%;
  width: 10%;
}
.btn_Kabi_md_ex_01 {
  position: absolute;
  bottom: 49%;
  left: 60%;
  width: 10%;
}
  .btn_Kabi_md_02 {
    position: absolute;
    bottom: 77%;
    left: 76%;
    width: 3.5%;
}

  .btn_Kabi_lf_donwload {
    position: absolute;
    bottom: 46%;
    left: 7%;
    width: 8%;
  }

  .btn_Kabi_lf_01 {
    position: absolute;
    bottom: 60%;
    left: 22.5%;
    width: 3.5%;
}

  .btn_Kabi_lf_03 {
    position: absolute;
    bottom: 42.2%;
    left: 52.5%;
    width: 6%;
  }
  .btn_Kabi_lf_04 {
    position: absolute;
    bottom: 60%;
    left: 78%;
    width: 3.5%;
}

.btn_Kabi_right_01 {
  position: absolute;
  bottom: 58.5%;
  left: 20.5%;
  width: 3.5%;
}
  .btn_Kabi_right_02 {
    position: absolute;
    bottom: 41.5%;
    left: 40%;
    width: 6.5%;
  }
  .btn_Kabi_right_04 {
    position: absolute;
    bottom: 21%;
    left: 59%;
    width: 3.5%;
  }
  .btn_Kabi_right_05 {
    position: absolute;
    bottom: 54.5%;
    left: 62%;
    width: 3.5%;
}
  .btn_Kabi_right_06 {
    position: absolute;
    bottom: 42%;
    left: 74.8%;
    width: 6.5%;
  }
  .btn_Kabi_right_07 {
    position: absolute;
    bottom: 38%;
    left: 90%;
    width: 8%;
  }
}

 @media (min-width: 520px) and (max-width: 580px) and (orientation: landscape) {

  .btn_Kabi_md_ex_01 {
    position: absolute ; 
    bottom: 54% ;
    left: 60% ;
    width: 10% ;
}
  .btn_Kabi_md_ex_02 {
    position: absolute ;
    bottom: 46% ;
    left: 60% ;
    width: 10% ;
}
  .btn_Kabi_md_ex_03 {
    position: absolute ;
    bottom: 37% ;
    left: 60% ;
    width: 10% ;
}
  .btn_Kabi_md_01 {
    position: absolute ;
    bottom: 39% ;
    left: 26% ;
    width: 8% ;
}
.btn_Kabi_md_02 {
  position: absolute ;
  bottom: 79% ;
  left: 75% ;
  width: 4% ;
}
.btn_Kabi_lf_03 {
  position: absolute ;
  bottom: 45% ;
  left: 51.5% ;
  width: 8% ;
}

.btn_Kabi_lf_04 {
  position: absolute ;
  bottom: 62% ;
  left: 77% ;
  width: 4% ;
}
  
  .btn_Kabi_lf_donwload {
    position: absolute ;
    bottom: 50% ;
    left: 7% ;
    width: 8% ;
}

.btn_Kabi_lf_01 {
  position: absolute ;
  bottom: 62% ;
  left: 23% ;
  width: 4% ;
}
.btn_Kabi_lf_02 {
  position: absolute;
  bottom: 30%;
  left: 38.5% ;
  width: 4%;
}


.btn_Kabi_right_01 {
  position: absolute ;
  bottom: 61% ;
  left: 20%;
  width: 4% ; 
}

.btn_Kabi_right_02 {
  position: absolute ;
  bottom: 45% ;
  left: 39% ;
  width: 8% ;
}

.btn_Kabi_right_04 {
  position: absolute ;
  bottom: 24% ;
  left: 59% ;
  width: 4% ;
}

.btn_Kabi_right_05 {
  position: absolute ;
  bottom: 58% ;
  left: 62% ;
  width: 4% ;
}

.btn_Kabi_right_06 {
  position: absolute ;
  bottom: 45% ;
  left: 74% ;
  width: 8% ;
}

.btn_Kabi_right_07 {
  position: absolute ;
  bottom: 43% ;
  left: 89% ;
  width: 8% ;
}

}


@media (min-width: 650px) and (max-width: 690px) and (orientation: landscape) {

  .btn_Kabi_md_ex_01 {
    position: absolute ;
    bottom: 54% ;
    left: 60% ;
    width: 10% ;
}
  .btn_Kabi_md_ex_02 {
    position: absolute ;
    bottom: 46%;
    left: 60%;
    width: 10%;
}
  .btn_Kabi_md_ex_03 {
    position: absolute;
    bottom: 37%;
    left: 60%;
    width: 10%;
}
  .btn_Kabi_md_01 {
    position: absolute;
    bottom: 40%;
    left: 26% ;
    width: 8% ;
}
.btn_Kabi_md_02 {
  position: absolute ;
  bottom: 79% ;
  left: 75% ;
  width: 4% ;
}
.btn_Kabi_lf_03 {
  position: absolute ;
  bottom: 45% ;
  left: 51.5% ;
  width: 8% ;
}

.btn_Kabi_lf_04 {
  position: absolute ;
  bottom: 62% ;
  left: 77% ;
  width: 4% ;
}
  
  .btn_Kabi_lf_donwload {
    position: absolute ;
    bottom: 50% ;
    left: 7% ;
    width: 8% ;
}

.btn_Kabi_lf_01 {
  position: absolute ;
  bottom: 62%;
  left: 23%;
  width: 4%;
}
.btn_Kabi_lf_02 {
  position: absolute;
  bottom: 30%;
  left: 38.5%;
  width: 4%;
}


.btn_Kabi_right_01 {
  position: absolute;
  bottom: 61%;
  left: 20%;
  width: 4%;
}

.btn_Kabi_right_02 {
  position: absolute;
  bottom: 45%;
  left: 39%;
  width: 8%;
}

.btn_Kabi_right_04 {
  position: absolute;
  bottom: 24%;
  left: 59%;
  width: 4%;
}

.btn_Kabi_right_05 {
  position: absolute;
  bottom: 58%;
  left: 62%;
  width: 4%;
}

.btn_Kabi_right_06 {
  position: absolute;
  bottom: 45%;
  left: 74%;
  width: 8%;
}

.btn_Kabi_right_07 {
  position: absolute;
  bottom: 43%;
  left: 89%;
  width: 8%;
}

}


@media (min-width: 691px) and (max-width: 799px) and (orientation: landscape) {

  .btn_Kabi_left {
    position: absolute;
    bottom: 6%;
    left: 26%;
    width: 8%;
}
.btn_Kabi_middle {
  position: absolute;
  bottom: 7%;
  left: 46%;
  width: 8%;
}
.btn_Kabi_right {
  position: absolute;
  bottom: 7%;
  left: 66%;
  width: 8%;
}
.btn_Kabi_md_01 {
  position: absolute;
  bottom: 31%;
  left: 26%;
  width: 8%;
}
.btn_Kabi_md_ex_03 {
  position: absolute;
  bottom: 28%;
  left: 60%;
  width: 10%;
}
.btn_Kabi_md_ex_02 {
  position: absolute;
  bottom: 38%;
  left: 60%;
  width: 10%;
}
.btn_Kabi_md_ex_01 {
  position: absolute;
  bottom: 48%;
  left: 60%;
  width: 10%;
}
.btn_Kabi_md_02 {
  position: absolute;
  bottom: 77%;
  left: 75%;
  width: 4%;
}

.btn_Kabi_lf_donwload {
  position: absolute;
  bottom: 43%;
  left: 7%;
  width: 8%;
}
.btn_Kabi_lf_01 {
  position: absolute;
  bottom: 58%;
  left: 23%;
  width: 4%;
}
.btn_Kabi_lf_02 {
  position: absolute;
  bottom: 21%;
  left: 38.5%;
  width: 4%;
}
.btn_Kabi_lf_03 {
  position: absolute;
  bottom: 38%;
  left: 51.5%;
  width: 8%;
}
.btn_Kabi_lf_04 {
  position: absolute;
  bottom: 57%;
  left: 77%;
  width: 4%;
}.btn_Kabi_right_01 {
  position: absolute;
  bottom: 57%;
  left: 20%;
  width: 4%;
}
.btn_Kabi_right_02 {
  position: absolute;
  bottom: 38%;
  left: 39%;
  width: 8%;
}
.btn_Kabi_right_04 {
  position: absolute;
  bottom: 14%;
  left: 59%;
  width: 4%;
}
.btn_Kabi_right_05 {
  position: absolute;
  bottom: 53%;
  left: 62%;
  width: 4%;
}
.btn_Kabi_right_06 {
  position: absolute;
  bottom: 38%;
  left: 74%;
  width: 8%;
}
.btn_Kabi_right_07 {
  position: absolute;
  bottom: 35%;
  left: 89%;
  width: 8%;
}
}





@media (min-width: 700px) and (max-width: 702px) and (orientation: landscape) {
  
  .btn_Kabi_md_ex_01 {
    position: absolute;
    bottom: 57%;
    left: 60%;
    width: 10%;
  }
  .btn_Kabi_md_ex_02 {
    position: absolute;
    bottom: 48%;
    left: 60%;
    width: 10%;
  }
  .btn_Kabi_md_ex_03 {
    position: absolute;
    bottom: 39%;
    left: 60%;
    width: 10%;
  }
  .btn_Kabi_md_01 {
    position: absolute;
    bottom: 38%;
    left: 26%;
    width: 8%;
  }

  .btn_Kabi_md_02 {
    position: absolute;
    bottom: 78%;
    left: 75%;
    width: 4%;
  }

  .btn_Kabi_lf_03 {
    position: absolute;
    bottom: 45%;
    left: 51.5%;
    width: 8%;
  }

  .btn_Kabi_lf_04 {
    position: absolute;
    bottom: 62%;
    left: 77%;
    width: 4%;
  }
 

  .btn_Kabi_lf_donwload {
    position: absolute;
    bottom: 50%;
    left: 7%;
    width: 8%;
  }

  .btn_Kabi_lf_01 {
    position: absolute;
    bottom: 63%;
    left: 23%;
    width: 4%;
  }

  .btn_Kabi_lf_02 {
    position: absolute;
    bottom: 30%;
    left: 38%;
    width: 4%;
  }
  

  .btn_Kabi_right_01 {
    position: absolute;
    bottom: 62%;
    left: 20%;
    width: 4%;
  }

  .btn_Kabi_right_02 {
    position: absolute;
    bottom: 45%;
    left: 39%;
    width: 8%;
  }

  .btn_Kabi_right_04 {
    position: absolute;
    bottom: 23%;
    left: 59%;
    width: 4%;
  }

  .btn_Kabi_right_05 {
    position: absolute;
    bottom: 58%;
    left: 62%;
    width: 4%;
  }

  .btn_Kabi_right_06 {
    position: absolute;
    bottom: 45%;
    left: 74%;
    width: 8%;
  }

  .btn_Kabi_right_07 {
    position: absolute;
    bottom: 42%;
    left: 89%;
    width: 8%;
  }

  
}

@media (min-width: 703px) and (max-width: 735px) and (orientation: landscape) {
  
  .btn_Kabi_md_ex_01 {
    position: absolute;
    bottom: 57%;
    left: 60%;
    width: 10%;
  }
  .btn_Kabi_md_ex_02 {
    position: absolute;
    bottom: 48%;
    left: 60%;
    width: 10%;
  }
  .btn_Kabi_md_ex_03 {
    position: absolute;
    bottom: 39%;
    left: 60%;
    width: 10%;
  }
  .btn_Kabi_md_01 {
    position: absolute;
    bottom: 35%;
    left: 26%;
    width: 8%;
  }

  .btn_Kabi_md_02 {
    position: absolute;
    bottom: 78%;
    left: 75%;
    width: 4%;
  }

  .btn_Kabi_lf_03 {
    position: absolute;
    bottom: 42%;
    left: 51.5%;
    width: 8%;
  }

  .btn_Kabi_lf_04 {
    position: absolute;
    bottom: 58%;
    left: 77%;
    width: 4%;
  }
 

  .btn_Kabi_lf_donwload {
    position: absolute;
    bottom: 46%;
    left: 7%;
    width: 8%;
  }

  .btn_Kabi_lf_01 {
    position: absolute;
    bottom: 59%;
    left: 23%;
    width: 4%;
  }

  .btn_Kabi_lf_02 {
    position: absolute;
    bottom: 26%;
    left: 38%;
    width: 4%;
  }
  

  .btn_Kabi_right_01 {
    position: absolute;
    bottom: 59%;
    left: 20%;
    width: 4%;
  }

  .btn_Kabi_right_02 {
    position: absolute;
    bottom: 42%;
    left: 39%;
    width: 8%;
  }

  .btn_Kabi_right_04 {
    position: absolute;
    bottom: 18%;
    left: 59%;
    width: 4%;
  }

  .btn_Kabi_right_05 {
    position: absolute;
    bottom: 55%;
    left: 62%;
    width: 4%;
  }

  .btn_Kabi_right_06 {
    position: absolute;
    bottom: 42%;
    left: 74%;
    width: 8%;
  }

  .btn_Kabi_right_07 {
    position: absolute;
    bottom: 39%;
    left: 89%;
    width: 8%;
  }

  
}

@media (min-width: 736px) and (max-width: 749px) and (orientation: landscape) {
  
  .btn_Kabi_md_ex_01 {
    position: absolute;
    bottom: 57%;
    left: 60%;
    width: 10%;
  }
  .btn_Kabi_md_ex_02 {
    position: absolute;
    bottom: 48%;
    left: 60%;
    width: 10%;
  }
  .btn_Kabi_md_ex_03 {
    position: absolute;
    bottom: 39%;
    left: 60%;
    width: 10%;
  }
  .btn_Kabi_md_01 {
    position: absolute;
    bottom: 40%;
    left: 26%;
    width: 8%;
  }

  .btn_Kabi_md_02 {
    position: absolute;
    bottom: 79%;
    left: 75%;
    width: 4%;
  }

  
  .btn_Kabi_lf_donwload {
    position: absolute;
    bottom: 51%;
    left: 7%;
    width: 8%;
  }

  .btn_Kabi_lf_01 {
    position: absolute;
    bottom: 63%;
    left: 23%;
    width: 4%;
  }

  .btn_Kabi_lf_02 {
    position: absolute;
    bottom: 31%;
    left: 38%;
    width: 4%;
  }

  .btn_Kabi_lf_03 {
    position: absolute;
    bottom: 46%;
    left: 51.5%;
    width: 8%;
  }

  .btn_Kabi_lf_04 {
    position: absolute;
    bottom: 62%;
    left: 77%;
    width: 4%;
  }
 
  

  .btn_Kabi_right_01 {
    position: absolute;
    bottom: 62%;
    left: 20%;
    width: 4%;
  }

  .btn_Kabi_right_02 {
    position: absolute;
    bottom: 46%;
    left: 39%;
    width: 8%;
  }

  .btn_Kabi_right_04 {
    position: absolute;
    bottom: 26%;
    left: 59%;
    width: 4%;
  }

  .btn_Kabi_right_05 {
    position: absolute;
    bottom: 59%;
    left: 62%;
    width: 4%;
  }

  .btn_Kabi_right_06 {
    position: absolute;
    bottom: 46%;
    left: 74%;
    width: 8%;
  }

  .btn_Kabi_right_07 {
    position: absolute;
    bottom: 44%;
    left: 89%;
    width: 8%;
  }

  
}
@media (min-width: 750px) and (max-width: 752px) and (orientation: landscape) {
  
  .btn_Kabi_left {
    position: absolute;
    bottom: 3%;
    left: 26%;
    width: 8%;
}
.btn_Kabi_middle {
  position: absolute;
  bottom: 3%;
  left: 46%;
  width: 8%;
}
.btn_Kabi_right {
  position: absolute;
  bottom: 3%;
  left: 66%;
  width: 8%;
}

.btn_Kabi_md_01 {
  position: absolute;
  bottom: 25%;
  left: 26%;
  width: 8%;
}
.btn_Kabi_md_ex_03 {
  position: absolute;
  bottom: 23%;
  left: 60%;
  width: 10%;
}
.btn_Kabi_md_ex_02 {
  position: absolute;
  bottom: 34%;
  left: 60%;
  width: 10%;
}
.btn_Kabi_md_ex_01 {
  position: absolute;
  bottom: 45%;
  left: 60%;
  width: 10%;
}
.btn_Kabi_md_02 {
  position: absolute;
  bottom: 75%;
  left: 75%;
  width: 4%;
}
.btn_Kabi_right_01 {
  position: absolute;
  bottom: 54%;
  left: 20%;
  width: 4%;
}
.btn_Kabi_right_02 {
  position: absolute;
  bottom: 32%;
  left: 39%;
  width: 8%;
}
.btn_Kabi_right_04 {
  position: absolute;
  bottom: 7%;
  left: 59%;
  width: 4%;
}
.btn_Kabi_right_05 {
  position: absolute;
  bottom: 50%;
  left: 62%;
  width: 4%;
}
.btn_Kabi_right_06 {
  position: absolute;
  bottom: 33%;
  left: 74%;
  width: 8%;
}
.btn_Kabi_right_07 {
  position: absolute;
  bottom: 30%;
  left: 89%;
  width: 8%;
}


  
}




@media (min-width: 753px) and (max-width: 759px) and (orientation: landscape) {
  
  .btn_Kabi_md_ex_01 {
    position: absolute;
    bottom: 57%;
    left: 60%;
    width: 10%;
  }
  .btn_Kabi_md_ex_02 {
    position: absolute;
    bottom: 48%;
    left: 60%;
    width: 10%;
  }
  .btn_Kabi_md_ex_03 {
    position: absolute;
    bottom: 39%;
    left: 60%;
    width: 10%;
  }
  .btn_Kabi_md_01 {
    position: absolute;
    bottom: 35%;
    left: 26%;
    width: 8%;
  }

  .btn_Kabi_md_02 {
    position: absolute;
    bottom: 78%;
    left: 75%;
    width: 4%;
  }

  .btn_Kabi_lf_03 {
    position: absolute;
    bottom: 42%;
    left: 51.5%;
    width: 8%;
  }

  .btn_Kabi_lf_04 {
    position: absolute;
    bottom: 58%;
    left: 77%;
    width: 4%;
  }
 

  .btn_Kabi_lf_donwload {
    position: absolute;
    bottom: 46%;
    left: 7%;
    width: 8%;
  }

  .btn_Kabi_lf_01 {
    position: absolute;
    bottom: 59%;
    left: 23%;
    width: 4%;
  }

  .btn_Kabi_lf_02 {
    position: absolute ;
    bottom: 26% ;
    left: 38% ;
    width: 4% ;
  }
  

  .btn_Kabi_right_01 {
    position: absolute ;
    bottom: 59% ;
    left: 20% ;
    width: 4% ;
  }

  .btn_Kabi_right_02 {
    position: absolute ;
    bottom: 42% ;
    left: 39% ;
    width: 8% ; 
  }

  .btn_Kabi_right_04 {
    position: absolute ;
    bottom: 18% ;
    left: 59% ;
    width: 4% ;
  }

  .btn_Kabi_right_05 {
    position: absolute ;
    bottom: 55% ;
    left: 62% ;
    width: 4% ;
  }

  .btn_Kabi_right_06 {
    position: absolute ;
    bottom: 42% ;
    left: 74% ;
    width: 8% ;
  }

  .btn_Kabi_right_07 {
    position: absolute ;
    bottom: 39% ;
    left: 89% ;
    width: 8% ;
  }


  
}






@media (min-width: 760px) and (max-width: 780px) and (orientation: landscape) {
  
  .btn_Kabi_left {
    position: absolute ;
    bottom: 3% ;
    left: 26% ;
    width: 8% ;
}
.btn_Kabi_middle {
  position: absolute ;
  bottom: 3% ;
  left: 46% ;
  width: 8% ;
}
.btn_Kabi_right {
  position: absolute ;
  bottom: 3% ;
  left: 66% ;
  width: 8% ;
}

.btn_Kabi_md_01 {
  position: absolute ;
  bottom: 25% ;
  left: 26% ;
  width: 8% ;
}
.btn_Kabi_md_ex_03 {
  position: absolute ;
  bottom: 23% ;
  left: 60% ;
  width: 10%  ;
}
.btn_Kabi_md_ex_02 {
  position: absolute ;
  bottom: 34% ;
  left: 60% ;
  width: 10% ;
}
.btn_Kabi_md_ex_01 {
  position: absolute ;
  bottom: 45% ;
  left: 60% ;
  width: 10% ;
}
.btn_Kabi_md_02 {
  position: absolute ;
  bottom: 75% ;
  left: 75% ;
  width: 4% ;
}
.btn_Kabi_right_01 {
  position: absolute ;
  bottom: 54% ;
  left: 20% ;
  width: 4% ;
}
.btn_Kabi_right_02 {
  position: absolute ;
  bottom: 32% ;
  left: 39% ;
  width: 8% ;
}
.btn_Kabi_right_04 {
  position: absolute ;
  bottom: 7% ;
  left: 59% ;
  width: 4% ;
}
.btn_Kabi_right_05 {
  position: absolute ;
  bottom: 50% ;
  left: 62% ;
  width: 4% ;
}
.btn_Kabi_right_06 {
  position: absolute ;
  bottom: 33% ;
  left: 74% ;
  width: 8% ;
}
.btn_Kabi_right_07 {
  position: absolute;
  bottom: 30%;
  left: 89%;
  width: 8%;
}

  
}



 


@media (min-width: 780px) and (max-width: 797px) and (orientation: landscape) {
  
  .btn_Kabi_md_ex_01 {
    position: absolute ;
    bottom: 57% ;
    left: 60% ;
    width: 10% ;
  }
  .btn_Kabi_md_ex_02 {
    position: absolute ;
    bottom: 48% ;
    left: 60% ;
    width: 10% ;
  }
  .btn_Kabi_md_ex_03 {
    position: absolute ;
    bottom: 39% ; 
    left: 60% ;
    width: 10% ;
  }
  .btn_Kabi_md_01 {
    position: absolute ;
    bottom: 35% ;
    left: 26% ;
    width: 8% ;
  }

  .btn_Kabi_md_02 {
    position: absolute ;
    bottom: 78% ;
    left: 75% ;
    width: 4% ;
  }

  .btn_Kabi_lf_03 {
    position: absolute ;
    bottom: 42% ;
    left: 51.5% ;
    width: 8% ;
  }

  .btn_Kabi_lf_04 {
    position: absolute ;
    bottom: 58% ;
    left: 77% ;
    width: 4% ;
  }
 

  .btn_Kabi_lf_donwload {
    position: absolute ;
    bottom: 46% ;
    left: 7% ;
    width: 8% ;
  }

  .btn_Kabi_lf_01 {
    position: absolute ;
    bottom: 59% ;
    left: 23% ;
    width: 4% ;
  }

  .btn_Kabi_lf_02 {
    position: absolute ;
    bottom: 26% ;
    left: 38% ;
    width: 4% ;
  }
  

  .btn_Kabi_right_01 {
    position: absolute ;
    bottom: 59% ;
    left: 20% ;
    width: 4% ;
  }

  .btn_Kabi_right_02 {
    position: absolute ;
    bottom: 42%  ;
    left: 39% ;
    width: 8% ;
  }

  .btn_Kabi_right_04 {
    position: absolute ;
    bottom: 18% ; 
    left: 59% ;
    width: 4% ;
  }

  .btn_Kabi_right_05 {
    position: absolute ;
    bottom: 55% ; 
    left: 62% ;
    width: 4% ;
  }

  .btn_Kabi_right_06 {
    position: absolute ;
    bottom: 42% ;
    left: 74% ;
    width: 8% ;
  }

  .btn_Kabi_right_07 {
    position: absolute ;
    bottom: 39% ;
    left: 89% ;
    width: 8% ;
  }
  

}



@media (min-width: 798px) and (max-width: 800px) and (orientation: landscape) {
  
  .btn_Kabi_left {
    position: absolute ;
    bottom: 7% ;
    left: 26%;
    width: 8% ;
}
.btn_Kabi_middle {
  position: absolute ;
  bottom: 8% ;
  left: 46% ;
  width: 8% ;
}
.btn_Kabi_right {
  position: absolute ;
  bottom: 8% ;
  left: 66% ;
  width: 8% ;
}
.btn_Kabi_md_01 {
  position: absolute ;
  bottom: 31% ;
  left: 26% ;
  width: 8% ;
}
.btn_Kabi_md_ex_03 {
  position: absolute ;
  bottom: 29% ;
  left: 60% ;
  width: 10% ;
}
.btn_Kabi_md_ex_02 {
  position: absolute ;
  bottom: 39% ;
  left: 60% ;
  width: 10% ;
}
.btn_Kabi_md_ex_01 {
  position: absolute ;
  bottom: 49% ;
  left: 60% ;
  width: 10% ;
}
.btn_Kabi_md_02 {
  position: absolute ; 
  bottom: 76% ;
  left: 75% ;
  width: 4% ;
}
.btn_Kabi_lf_donwload {
  position: absolute ;
  bottom: 43% ;
  left: 7% ;
  width: 8% ;
}
.btn_Kabi_lf_01 {
  position: absolute ;
  bottom: 58% ;
  left: 23% ;
  width: 4% ;
}
.btn_Kabi_lf_02 {
  position: absolute ;
  bottom: 23% ;
  left: 38% ;
  width: 4% ;
}
.btn_Kabi_lf_03 {
  position: absolute ;
  bottom: 38% ;
  left: 51.5% ;
  width: 8% ;
}
.btn_Kabi_lf_04 {
  position: absolute ;
  bottom: 56% ; 
  left: 77% ;
  width: 4% ;
}
.btn_Kabi_right_01 {
  position: absolute ;
  bottom: 57% ;
  left: 20% ;
  width: 4% ;
}
.btn_Kabi_right_02 {
  position: absolute ;
  bottom: 38% ;
  left: 39% ;
  width: 8% ;
}
.btn_Kabi_right_04 {
  position: absolute ;
  bottom: 13% ;
  left: 59% ;
  width: 4% ;
}
.btn_Kabi_right_05 {
  position: absolute ;
  bottom: 53% ;
  left: 62% ;
  width: 4% ;
}
.btn_Kabi_right_06 {
  position: absolute ;
  bottom: 38% ;
  left: 74% ;
  width: 8% ;
}
.btn_Kabi_right_07 {
  position: absolute ;
  bottom: 35% ;
  left: 89% ;
  width: 8% ;
}
  
  
}




@media (min-width: 801px) and (max-width: 804px) and (orientation: landscape) {
  
  .btn_Kabi_md_ex_01 {
    position: absolute ;
    bottom: 57% ;
    left: 60% ;
    width: 10% ;
  }
  .btn_Kabi_md_ex_02 {
    position: absolute ;
    bottom: 48% ;
    left: 60% ;
    width: 10% ;
  }
  .btn_Kabi_md_ex_03 {
    position: absolute ;
    bottom: 39% ;
    left: 60% ;
    width: 10% ;
  }
  .btn_Kabi_md_01 {
    position: absolute ;
    bottom: 35% ;
    left: 26% ;
    width: 8% ;
  }

  .btn_Kabi_md_02 {
    position: absolute ;
    bottom: 78% ;
    left: 75% ;
    width: 4% ;
  }

  .btn_Kabi_lf_03 {
    position: absolute ;
    bottom: 42% ;
    left: 51.5%  ;
    width: 8% ;
  }

  .btn_Kabi_lf_04 {
    position: absolute ;
    bottom: 58% ;
    left: 77% ;
    width: 4% ;
  }
 

  .btn_Kabi_lf_donwload {
    position: absolute ;
    bottom: 46% ;
    left: 7% ;
    width: 8% ;
  }

  .btn_Kabi_lf_01 {
    position: absolute ;
    bottom: 59% ;
    left: 23% ;
    width: 4% ;
  }

  .btn_Kabi_lf_02 {
    position: absolute ;
    bottom: 26% ;
    left: 38% ;
    width: 4% ;
  }
  

  .btn_Kabi_right_01 {
    position: absolute ;
    bottom: 59% ;
    left: 20% ;
    width: 4% ;
  }

  .btn_Kabi_right_02 {
    position: absolute ;
    bottom: 42% ;
    left: 39% ;
    width: 8% ;
  }

  .btn_Kabi_right_04 {
    position: absolute ;
    bottom: 18% ;
    left: 59% ;
    width: 4% ;
  }

  .btn_Kabi_right_05 {
    position: absolute ;
    bottom: 55% ;
    left: 62% ; 
    width: 4% ;
  }

  .btn_Kabi_right_06 {
    position: absolute ;
    bottom: 42% ;
    left: 74% ;
    width: 8% ;
  }

  .btn_Kabi_right_07 {
    position: absolute ;
    bottom: 39% ;
    left: 89% ;
    width: 8% ;
  }
  
}






@media (min-width: 805px) and (max-width: 808px) and (orientation: landscape) {
  
  .btn_Kabi_left {
    position: absolute ;
    bottom: 3% ;
    left: 26% ;
    width: 8% ;
}
.btn_Kabi_middle {
  position: absolute ;
  bottom: 3% ;
  left: 46% ;
  width: 8% ;
}
.btn_Kabi_right {
  position: absolute ;
  bottom: 3% ;
  left: 66% ;
  width: 8% ;
}

.btn_Kabi_md_01 {
  position: absolute ;
  bottom: 25% ;
  left: 26% ;
  width: 8%  ;
}
.btn_Kabi_md_ex_03 {
  position: absolute ;
  bottom: 23% ;
  left: 60% ;
  width: 10% ;
}
.btn_Kabi_md_ex_02 {
  position: absolute ;
  bottom: 34% ;
  left: 60% ;
  width: 10% ;
}
.btn_Kabi_md_ex_01 {
  position: absolute ;
  bottom: 45% ;
  left: 60% ;
  width: 10% ;
}
.btn_Kabi_md_02 {
  position: absolute ;
  bottom: 75% ;
  left: 75% ;
  width: 4%;
}
.btn_Kabi_right_01 {
  position: absolute ;
  bottom: 54% ;
  left: 20% ;
  width: 4% ;
}
.btn_Kabi_right_02 {
  position: absolute ;
  bottom: 32% ;
  left: 39% ;
  width: 8% ;
}
.btn_Kabi_right_04 {
  position: absolute ;
  bottom: 7% ;
  left: 59% ;
  width: 4% ;
}
.btn_Kabi_right_05 {
  position: absolute ;
  bottom: 50% ;
  left: 62% ;
  width: 4% ;
}
.btn_Kabi_right_06 {
  position: absolute ;
  bottom: 33% ;
  left: 74% ;
  width: 8% ;
}
.btn_Kabi_right_07 {
  position: absolute ;
  bottom: 30% ;
  left: 89% ;
  width: 8% ; 
}

}
 
 
@media (min-width: 809px) and (max-width: 820px) and (orientation: landscape) {

  .btn_Kabi_left {
    position: absolute ;
    bottom: 3% ;
    left: 26% ;
    width: 8% ;
}
.btn_Kabi_middle {
  position: absolute ;
  bottom: 4% ;
  left: 46% ;
  width: 8% ;
}.btn_Kabi_right {
  position: absolute ;
  bottom: 4% ;
  left: 66% ;
  width: 8% ;
}.btn_Kabi_md_01 {
  position: absolute ;
  bottom: 25% ;
  left: 26% ;
  width: 8% ;
}
.btn_Kabi_md_ex_03 {
  position: absolute ;
  bottom: 23% ;
  left: 60% ;
  width: 10% ;
}
.btn_Kabi_md_ex_02 {
  position: absolute ;
  bottom: 34% ;
  left: 60% ;
  width: 10% ;
}
.btn_Kabi_md_ex_01 {
  position: absolute ;
  bottom: 45% ;
  left: 60% ;
  width: 10% ;
}
.btn_Kabi_md_02 {
  position: absolute ;
  bottom: 75% ;
  left: 75% ;
  width: 4% ;
}
.btn_Kabi_lf_donwload {
  position: absolute ;
  bottom: 38% ;
  left: 7% ;
  width: 8% ;
}
.btn_Kabi_lf_01 {
  position: absolute ;
  bottom: 55% ;
  left: 23% ;
  width: 4% ;
}.btn_Kabi_lf_02 {
  position: absolute ;
  bottom: 15% ;
  left: 38% ;
  width: 4% ;
}
.btn_Kabi_lf_03 {
  position: absolute ;
  bottom: 33% ;
  left: 51.5% ;
  width: 8% ;
}
.btn_Kabi_lf_04 {
  position: absolute ;
  bottom: 53% ;
  left: 77% ;
  width: 4% ;
}
.btn_Kabi_right_01 {
  position: absolute ;
  bottom: 53% ; 
  left: 20% ;
  width: 4% ;
}
.btn_Kabi_right_02 {
  position: absolute ;
  bottom: 32% ;
  left: 39% ;
  width: 8% ;
}
.btn_Kabi_right_04 {
  position: absolute ;
  bottom: 8% ;
  left: 59% ;
  width: 4% ;
}
.btn_Kabi_right_05 {
  position: absolute ;
  bottom: 49% ;
  left: 62% ;
  width: 4% ;
}
.btn_Kabi_right_06 {
  position: absolute ;
  bottom: 33% ;
  left: 74% ;
  width: 8% ;
}
.btn_Kabi_right_07 {
  position: absolute ;
  bottom: 30% ;
  left: 89% ;
  width: 8% ;
}

}


@media (min-width: 821px) and (max-width: 829px) and (orientation: landscape) {

  .btn_Kabi_left {
    position: absolute ;
    bottom: 3% ;
    left: 26% ;
    width: 8% ;
}
.btn_Kabi_middle {
  position: absolute ;
  bottom: 4% ;
  left: 46% ;
  width: 8% ;
}.btn_Kabi_right {
  position: absolute ;
  bottom: 4% ;
  left: 66% ;
  width: 8% ;
}.btn_Kabi_md_01 {
  position: absolute ;
  bottom: 29% ; 
  left: 26% ;
  width: 8% ;
}
.btn_Kabi_md_ex_03 {
  position: absolute ;
  bottom: 23% ;
  left: 60% ;
  width: 10% ;
}
.btn_Kabi_md_ex_02 {
  position: absolute ;
  bottom: 34% ;
  left: 60% ;
  width: 10% ;
}
.btn_Kabi_md_ex_01 {
  position: absolute ;
  bottom: 45% ;
  left: 60% ;
  width: 10% ;
}
.btn_Kabi_md_02 {
  position: absolute ;
  bottom: 75% ;
  left: 75% ;
  width: 4% ;
}
.btn_Kabi_lf_donwload {
  position: absolute ;
  bottom: 42% ;
  left: 7% ;
  width: 8% ;
}
.btn_Kabi_lf_01 {
  position: absolute ;
  bottom: 55% ;
  left: 23% ;
  width: 4% ;
}.btn_Kabi_lf_02 {
  position: absolute ;
  bottom: 18% ;
  left: 38% ;
  width: 4% ;
}
.btn_Kabi_lf_03 {
  position: absolute ;
  bottom: 36% ;
  left: 51.5% ;
  width: 8% ;
}
.btn_Kabi_lf_04 {
  position: absolute ;
  bottom: 53% ;
  left: 77% ;
  width: 4% ;
}
.btn_Kabi_right_01 {
  position: absolute ;
  bottom: 53% ;
  left: 20% ;
  width: 4% ;
}
.btn_Kabi_right_02 {
  position: absolute ;
  bottom: 35% ;
  left: 39% ;
  width: 8%;
}
.btn_Kabi_right_04 {
  position: absolute ;
  bottom: 10% ;
  left: 59%;
  width: 4%;
}
.btn_Kabi_right_05 {
  position: absolute;
  bottom: 49% ;
  left: 62%;
  width: 4% ;
}
.btn_Kabi_right_06 {
  position: absolute ;
  bottom: 35% ;
  left: 74%;
  width: 8%;
}
.btn_Kabi_right_07 {
  position: absolute ;
  bottom: 34% ;
  left: 89% ;
  width: 8% ;
}

}

@media (min-width: 830px) and (max-width: 835px) and (orientation: landscape) {

  .btn_Kabi_left {
    position: absolute ;
    bottom: 6% ;
    left: 26% ;
    width: 8% ;
}
.btn_Kabi_middle {
  position: absolute ;
  bottom: 7% ;
  left: 46% ;
  width: 8% ;
}
.btn_Kabi_right {
  position: absolute ; 
  bottom: 7% ;
  left: 66% ;
  width: 8% ; 
}
.btn_Kabi_md_01 {
  position: absolute ;
  bottom: 28% ;
  left: 26% ;
  width: 8% ;
}
.btn_Kabi_md_ex_03 {
  position: absolute ;
  bottom: 25% ;
  left: 60% ;
  width: 10% ;
}.btn_Kabi_md_ex_02 {
  position: absolute ;
  bottom: 35% ;
  left: 60% ;
  width: 10% ;
}
.btn_Kabi_md_ex_01 {
  position: absolute ;
  bottom: 45% ;
  left: 60% ;
  width: 10% ;
}
.btn_Kabi_md_02 {
  position: absolute ;
  bottom: 76% ;
  left: 75% ;
  width: 4% ;
}
.btn_Kabi_lf_donwload {
  position: absolute ;
  bottom: 41% ;
  left: 7% ;
  width: 8% ;
}
.btn_Kabi_lf_01 {
  position: absolute ;
  bottom: 57% ;
  left: 23% ;
  width: 4% ;
}
.btn_Kabi_lf_02 {
  position: absolute ;
  bottom: 19% ;
  left: 38% ;
  width: 4% ;
}
.btn_Kabi_lf_03 {
  position: absolute ;
  bottom: 35% ;
  left: 51.5% ;
  width: 8% ;
}
.btn_Kabi_lf_04 {
  position: absolute ;
  bottom: 55% ;
  left: 77% ;
  width: 4% ;
}
.btn_Kabi_right_01 {
  position: absolute ;
  bottom: 55% ;
  left: 20% ;
  width: 4% ;
}
.btn_Kabi_right_02 {
  position: absolute ;
  bottom: 35% ;
  left: 39% ;
  width: 8% ; 
}
.btn_Kabi_right_04 {
  position: absolute ;
  bottom: 10% ;
  left: 59% ;
  width: 4% ;
}
.btn_Kabi_right_05 {
  position: absolute ;
  bottom: 51% ;
  left: 62% ; 
  width: 4% ;
}
.btn_Kabi_right_06 {
  position: absolute ;
  bottom: 36% ;
  left: 74% ;
  width: 8% ;
}
.btn_Kabi_right_07 {
  position: absolute ;
  bottom: 32% ;
  left: 89% ;
  width: 8% ;
}


}




@media (min-width: 836px) and (max-width: 838px) and (orientation: landscape) {

  .btn_Kabi_md_ex_01 {
    position: absolute ;
    bottom: 57% ;
    left: 60% ;
    width: 10% ;
  }
  .btn_Kabi_md_ex_02 {
    position: absolute ;
    bottom: 48% ;
    left: 60% ;
    width: 10% ;
  }
  .btn_Kabi_md_ex_03 {
    position: absolute ;
    bottom: 39% ;
    left: 60% ;
    width: 10% ;
  }
  .btn_Kabi_md_01 {
    position: absolute ;
    bottom: 35% ;
    left: 26% ;
    width: 8% ;
  }

  .btn_Kabi_md_02 {
    position: absolute ;
    bottom: 78% ;
    left: 75% ;
    width: 4% ;
  }

  .btn_Kabi_lf_03 {
    position: absolute ;
    bottom: 42% ;
    left: 51.5% ;
    width: 8% ; 
  }

  .btn_Kabi_lf_04 {
    position: absolute ;
    bottom: 58% ;
    left: 77% ;
    width: 4% ;
  }
 

  .btn_Kabi_lf_donwload {
    position: absolute ;
    bottom: 46% ;
    left: 7% ;
    width: 8% ;
  }

  .btn_Kabi_lf_01 {
    position: absolute ;
    bottom: 59% ;
    left: 23% ;
    width: 4% ;
  }

  .btn_Kabi_lf_02 {
    position: absolute ;
    bottom: 26% ;
    left: 38% ;
    width: 4% ;
  }
  

  .btn_Kabi_right_01 {
    position: absolute ; 
    bottom: 59% ;
    left: 20% ;
    width: 4% ;
  }

  .btn_Kabi_right_02 {
    position: absolute ;
    bottom: 42% ;
    left: 39% ;
    width: 8% ;
  }

  .btn_Kabi_right_04 {
    position: absolute ;
    bottom: 18% ; 
    left: 59% ;
    width: 4% ;
  }

  .btn_Kabi_right_05 {
    position: absolute ;
    bottom: 55% ;
    left: 62% ;
    width: 4% ;
  }

  .btn_Kabi_right_06 {
    position: absolute ;
    bottom: 42% ;
    left: 74% ;
    width: 8% ;
  }

  .btn_Kabi_right_07 {
    position: absolute ;
    bottom: 39% ;
    left: 89% ;
    width: 8% ;
  }
  
}



@media (min-width: 839px) and (max-width: 860px) and (orientation: landscape) {

  .btn_Kabi_left {
    position: absolute ;
    bottom: 4% ;
    left: 26% ;
    width: 8%  ;
}
.btn_Kabi_middle {
  position: absolute ;
  bottom: 4% ;
  left: 46% ;
  width: 8% ;
}
.btn_Kabi_right {
  position: absolute ;
  bottom: 4% ;
  left: 66% ;
  width: 8% ;
}

.btn_Kabi_md_01 {
  position: absolute ;
  bottom: 27% ;
  left: 26% ;
  width: 8% ;
}
.btn_Kabi_md_ex_03 {
  position: absolute ;
  bottom: 25% ;
  left: 60% ;
  width: 10% ;
}
.btn_Kabi_md_ex_02 {
  position: absolute ;
  bottom: 35% ;
  left: 60% ;
  width: 10% ;
}
.btn_Kabi_md_ex_01 {
  position: absolute ;
  bottom: 45% ;
  left: 60% ;
  width: 10% ;
}
.btn_Kabi_md_02 {
  position: absolute ;
  bottom: 76% ;
  left: 75.5% ;
  width: 4% ;
}.btn_Kabi_lf_donwload {
  position: absolute ;
  bottom: 40% ; 
  left: 7% ;
  width: 8% ;
}
.btn_Kabi_lf_01 {
  position: absolute ;
  bottom: 56% ;
  left: 23% ;
  width: 4% ;
}
.btn_Kabi_lf_02 {
  position: absolute ;
  bottom: 19% ;
  left: 38% ;
  width: 4% ;
}
.btn_Kabi_lf_03 {
  position: absolute ;
  bottom: 35% ;
  left: 51.5% ;
  width: 8%;
}
.btn_Kabi_lf_04 {
  position: absolute ;
  bottom: 55% ;
  left: 77%;
  width: 4% ;
}
.btn_Kabi_right_01 {
  position: absolute ;
  bottom: 55%;
  left: 20% ;
  width: 4% ;
}
.btn_Kabi_right_02 {
  position: absolute ; 
  bottom: 34% ;
  left: 39% ;
  width: 8% ;
}
.btn_Kabi_right_04 {
  position: absolute ;
  bottom: 11% ;
  left: 59% ;
  width: 4% ;
}
.btn_Kabi_right_05 {
  position: absolute ;
  bottom: 51% ;
  left: 62% ;
  width: 4% ;
}
.btn_Kabi_right_06 {
  position: absolute ;
  bottom: 35% ;
  left: 74% ;
  width: 8% ;
}
.btn_Kabi_right_07 {
  position: absolute ; 
  bottom: 32% ;
  left: 89% ;
  width: 8% ;
}


  
}


@media (min-width: 861px) and (max-width: 870px) and (orientation: landscape) {

  .btn_Kabi_left {
    position: absolute ;
    bottom: 4% ;
    left: 26% ;
    width: 8% ;
}
.btn_Kabi_middle {
  position: absolute ;
  bottom: 5% ;
  left: 46% ;
  width: 8% ;
}
.btn_Kabi_right {
  position: absolute ;
  bottom: 6% ;
  left: 66% ;
  width: 8% ;
}

.btn_Kabi_md_01 {
  position: absolute ;
  bottom: 25% ;
  left: 26% ;
  width: 8% ;
}
.btn_Kabi_md_02 {
  position: absolute ;
  bottom: 75% ;
  left: 75% ;
  width: 4% ;
}
.btn_Kabi_lf_donwload {
  position: absolute ; 
  bottom: 39% ;
  left: 7% ;
  width: 8% ;
}
.btn_Kabi_lf_01 {
  position: absolute ;
  bottom: 55% ;
  left: 23% ;
  width: 4% ;
}
.btn_Kabi_lf_02 {
  position: absolute ;
  bottom: 16% ;
  left: 38.5% ;
  width: 4% ;
}
.btn_Kabi_lf_03 {
  position: absolute ;
  bottom: 32% ;
  left: 51.5% ;
  width: 8% ;
}
.btn_Kabi_lf_04 {
  position: absolute ;
  bottom: 54% ;
  left: 77% ;
  width: 4% ;
}
.btn_Kabi_right_01 {
  position: absolute ;
  bottom: 53% ;
  left: 20% ;
  width: 4% ;
}
.btn_Kabi_right_02 {
  position: absolute ;
  bottom: 32% ;
  left: 39% ;
  width: 8% ;
}
.btn_Kabi_right_05 {
  position: absolute ;
  bottom: 49% ;
  left: 62% ;
  width: 4% ;
}
.btn_Kabi_right_04 {
  position: absolute ;
  bottom: 7% ;
  left: 59% ;
  width: 4% ;
}
.btn_Kabi_right_06 {
  position: absolute ;
  bottom: 33% ;
  left: 74% ;
  width: 8% ;
}
.btn_Kabi_right_07 {
  position: absolute ;
  bottom: 30% ;
  left: 89% ;
  width: 8% ;
}
  
}


@media (min-width: 950px) and (max-width: 980px) and (orientation: landscape) {

  .btn_Kabi_left {
    position: absolute;
    bottom: 1%;
    left: 26%;
    width: 8%;
}.btn_Kabi_middle {
  position: absolute;
  bottom: 2%;
  left: 46%;
  width: 8%;
}
.btn_Kabi_right {
  position: absolute;
  bottom: 2%;
  left: 66%;
  width: 8%;
}.btn_Kabi_md_01 {
  position: absolute;
  bottom: 21%;
  left: 26%;
  width: 8%;
}.btn_Kabi_md_02 {
  position: absolute;
  bottom: 72%;
  left: 75%;
  width: 4%;
}.btn_Kabi_lf_donwload {
  position: absolute;
  bottom: 36%;
  left: 7%;
  width: 8%;
}.btn_Kabi_lf_01 {
  position: absolute;
  bottom: 53%;
  left: 23%;
  width: 4%;
}.btn_Kabi_lf_02 {
  position: absolute;
  bottom: 11%;
  left: 38.5%;
  width: 4%;
}
.btn_Kabi_lf_03 {
  position: absolute;
  bottom: 29%;
  left: 51.5%;
  width: 8%;
}
.btn_Kabi_lf_04 {
  position: absolute;
  bottom: 51%;
  left: 77%;
  width: 4%;
}
.btn_Kabi_right_01 {
  position: absolute;
  bottom: 51%;
  left: 20%;
  width: 4%;
}
.btn_Kabi_right_02 {
  position: absolute;
  bottom: 30%;
  left: 39%;
  width: 8%;
}
.btn_Kabi_right_04 {
  position: absolute;
  bottom: 3%;
  left: 59%;
  width: 4%;
}
.btn_Kabi_right_05 {
  position: absolute;
  bottom: 47%;
  left: 62%;
  width: 4%;
}
.btn_Kabi_right_06 {
  position: absolute;
  bottom: 30%;
  left: 73%;
  width: 8%;
}
.btn_Kabi_right_07 {
  position: absolute;
  bottom: 26%;
  left: 89%;
  width: 8%;
}
  
}


   @media (min-width: 800px) and (max-width: 830px)  {


    .btn_Kabi_md_01 {
      position: absolute;
      bottom: 43%;
      left: 26%;
      width: 8%;
    }

    .btn_Kabi_md_ex_03 {
      position: absolute;
      bottom: 40%;
      left: 60%;
      width: 10%;
    }

    .btn_Kabi_md_ex_02 {
      position: absolute;
      bottom: 48%;
      left: 60%;
      width: 10%;
    }
    .btn_Kabi_md_ex_01 {
      position: absolute;
      bottom: 57%;
      left: 60%;
      width: 10%;
    }

    .btn_Kabi_md_02 {
      position: absolute;
      bottom: 80%;
      left: 75%;
      width: 4%;
    }

    .btn_Kabi_lf_donwload {
      position: absolute;
      bottom: 54%;
      left: 7%;
      width: 8%;
    }
    .btn_Kabi_lf_01 {
      position: absolute;
      bottom: 66%;
      left: 23%;
      width: 4%;
    }

    .btn_Kabi_lf_03 {
      position: absolute;
      bottom: 49%;
      left: 51.5%;
      width: 8%;
    }
    .btn_Kabi_lf_04 {
      position: absolute;
      bottom: 65%;
      left: 77%;
      width: 4%;
    }
    .btn_Kabi_lf_02 {
      position: absolute;
      bottom: 35%;
      left: 39%;
      width: 3.5%;
    }

    .btn_Kabi_right_01 {
      position: absolute;
      bottom: 64%;
      left: 20%;
      width: 4%;
    }
    .btn_Kabi_right_02 {
      position: absolute;
      bottom: 49%;
      left: 39%;
      width: 8%;
    }
    .btn_Kabi_right_04 {
      position: absolute;
      bottom: 30%;
      left: 59%;
      width: 4%;
    }
    .btn_Kabi_right_05 {
      position: absolute;
      bottom: 61%;
      left: 62%;
      width: 4%;
    }
    .btn_Kabi_right_06 {
      position: absolute;
      bottom: 48%;
      left: 74%;
      width: 8%;
    }
    .btn_Kabi_right_07 {
      position: absolute;
      bottom: 48%;
      left: 89%;
      width: 8%;
    }



  }
 

  

 