*{
  box-sizing: border-box;
}
body{
  font-family:'SF' ;
  text-align: center;
}
h6{
  color: rgb(236, 13, 13);
  text-align: center;
}
.new_ip{ 
    width:70%;
  }
.bn{
    display: inline-block;
    background: #3b3eff;
   color:#ffffff;
   padding: 8px 30px;
   text-align: center;
   border-radius: 20px;
   transition: 0.5;
    text-decoration: none;
   border: none;
  }
  img{
  width: 200px;
  height: 200px;
  margin-top: 10px;
  }
  .newip_pro{
    width:70%;
  }
  img{ width: 100%;
   height: 100%;
   margin-top: 20px;
   margin-bottom: 20px;
   display:block;
   margin:auto;
   transition:width 2s, heigh 4s,;
   transition-timing-function: linear;
    }
    .ipad {
      width: 100%;
    }
    .ipadair{
      width: 100%;
    }

   fieldset {
      width: 250px;
      display: inline-block;
      border-radius: 15px;
      margin-left: 50px;
      margin-right: 50px;
      margin-top: 30px;
      margin-bottom: 30px;
   }
   .container{
      text-align: center;
      margin-top: 20px;
   }
   .card{
    width: 100%;
    height: 90%;
    padding-top: 40px;
    padding-bottom: 35px;
   padding-right: 15px;
   margin-bottom: 30px;

  }
  .crdh1{
    margin-top:20px;
  }
 .btn{
  display: inline-block;
  background: #3b3eff;
 color:#fff;
 padding: 8px 30px;
 margin: 30px 0;
 border-radius: 20px;
 transition: background 0.5;
 } 
 