*
{
    padding: 0px;
    margin: 0px;
}
.Modal-bg
{
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    display: none;
    transition: 2s;
    
}
.Modal-Content
{
    height: 500px;
    width: 650px;
    background-color: white;
    position: absolute;
    top: 15%;
    left: 25%;
    border-radius: 10px;
}

.col{
    margin-left: 15px;
}
.row
{
    margin-top: 15px;
}
.closee
{
    font-size: 30px;
    font-weight: bold;
    font-family: sans-serif;
    right:5px;
    top: 3px;
    position: absolute;
    transform: rotate(404deg);
    cursor: pointer;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
       
    
}
.closee:hover
{
    background-color: lightgray;
    border-radius: 30px;
}
.myContent
{
    position: absolute;
    top: 10%;
   right:20px;
}

.myCard
{
    height: 450px;
    width: 300px;
    background-color:#142a4f;
    position: absolute;
    top:6%;
    left:-15%;
    border-radius: 5px;


}
.Myicon
{
    margin: 10px;
   
    
    
 
}
.Myicon:hover
{
    color: #51d8af;
}
.Color-White
{
    color: #a4a6a8;
    font-family:Arial, Helvetica, sans-serif;
    text-align: center;
    top: 15%;
    position: absolute;
    left: 15%;
}


.smallBox
{
    border: 1px solid white;
    height: 30px;
    width: 60px;
    border-radius: 10px;
    display: inline-block;
    margin: 10px;
    


}


@media only screen and (max-width: 900px) {
    .Modal-Content {
        height: 500px;
        width: 450px;
        background-color: white;
        position: absolute;
        top: 15%;
        left: 20%;
        border-radius: 10px;
       
    }
  }

  @media only screen and (max-width: 600px) {
    .Modal-Content {
        height: 480px;
        width: 360px;
        background-color: white;
        position: absolute;
        top: 15%;
        left: 2%;
        border-radius: 10px;
    }
  }

  @media only screen and (max-width: 900px) {
   .myCard {
    
    display: none;
    }
  }
  
  
  
 @media only screen and (max-width: 600px) {
   .responsiveness {
        margin-left:50px;
        
        
    }
  }
  
   @media only screen and (max-width: 600px) {
   .Myinputs {
       height:40px;
      width:300px;
      margin-left:15px;
        
        
    }
  }
  

  
  .Myinputs
  {
      height:40px;
      width:370px;
      
  }
  
 



