/* i-frame positsiton */
    /*Curency Price*/
.fx-frame {
    top: 520px;
    left: 180px;
    width: 300px;
    border: 0;
    height: 510px;
    position: absolute;
  }
  /*USD Index*/
  .fx-frame1 {
    top: 120px;
    left: 452px;
    width: 433px;
    border: 0;
    height: 380px;
    position: absolute;
  }

/*img positsiton*/
.coinex {
    position: relative;
    width: 80px;
    height: 80px;
    top: 10px;
    

}
.htx {
    position: relative;
    width: 130px;
    height: auto;
    top: 5px;
    
}
.bybit {
    position: relative;
    width: 80px;
    height: auto;
    top: -12px;
    right: 11px;
    

}

/* Calculator div */
.body2 {
    position: absolute;
    top: 500px;
    left: 530px;
    width: 315.3px;
    height: 600px;
}
.body2 h1{

    height: 0px;
}

.body2 div table{
    width: 315.3px;
    height: 0px;
}

/* Paragraft */
p.trade{
    position: relative;
    height: 10px;
    top: -20px;
}
input
{
  width: 9em;
  border:3px;
  background-color:#def9f5;
}


/*Crypto Pice*/
.ref{
    background-color: transparent; 
    width: 295px;
    height: 550px;
    position: absolute;
  }
  .p1{
  position: absolute;
  left: 850px;
  top: 520px;
  
  }

/* mobile Calculator */
/* mobile Calculator */
/* mobile Calculator */
.mbody2 {
    position: absolute;
    top: 550px;
    left: 50px;
    width: 315.3px;
    height: 650px; 
}
.mbody2 h1{

    height: 0px;
}

.mbody2 div table{
    width: 315.3px;
    height: 0px;
}
/* MobileBloomberg */
.mfx-frame-1 {
  top: 60px;
  /* left: 180px; */
  width: 300px;
  border: 0;
  height: 510px;
  position: absolute;
  margin: auto;
  display: auto;
  left: -600px;
}
      /*Mobile USD Index*/
      .mfx-frame1 {
        top:60px;
        /* left: 452px; */
        width: 433px;
        border: 0;
        height: 380px;
        position: relative;
        margin: auto;
        display: flex;
      }
    /*Mobile Curency Price*/
    .mfx-frame {
        top: 250px;
        /* left: 180px; */
        width: 300px;
        border: 0;
        height: 510px;
        position: relative;
        margin: auto;
        display: flex;
        /* left :40px; */
      }

/* mobile Crypto Pice*/
/* Not Working */
      .mref{
        background-color: transparent; 
        width: 295px;
        height: 550px;
        position: relative;
      }
      .mp1{
      position: relative;
      /* left: 850px; */
      top: 10px;
      
      }
