.myh2{
  color: #e6ff16;
  width:100%;
  /*background: radial-gradient(#f3d2df, transparent);  */
  background-color:black;
}
 .mypara{
        font-size: 20px;
        color: white;
        text-align: justify;
        /*line-height: 40px;*/
        font-family:math;
        }
.myareabtn{
    width: 100%;
    font-weight: 700;
    font-family: sans-serif; 
    margin-bottom:5px;
}
.myimg{
    width:100%;
    border: 2px solid;
    border-top-left-radius: 25px;
    border-top-right-radius:25px;
}
.mybtninside{
    background: orange;
    color: white;
    width: 100%;font-weight: 700;
    font-family: sans-serif;
}
  .nowcalling{
          width:100%;
      }
      .lcol{
          background-color:#fd4a5c
          
      }
      .rcol{
          background-color:#60ea60
          
      }
      .lcol,.rcol{
          float:left;
          width:50%;
          height:38px;
          text-align:center
          
      }
      
      .nowcallingmain{
          display:block;
          position:fixed;
          bottom:0;
          width:100%;
          z-index:9999
          
      }
button:hover {
 color:white;
}