#sdmsapiform {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5%;
    text-align:left;
}
.paypal {position: absolute;z-index: 100; width:100%;height:400px;background:#fff;}
.paypal {display:none;}
.pricing {
   background:#e4e4e4;
   border-radius:4px;
   padding:10px;
   box-sizing:border-box;
   margin-bottom:10px;
}
#examli {display:none;}
#totalprice {font-weight: bold;}
.hideme {display:none;}
#response {
    background: #3acc3a;
    color: #fff;
    padding: 10px;
    font-weight: ;
    border-radius: 5px;
    margin-bottom:10px;
    display:none;
}
#error {
    background: #cc0033;
    color: #fff;
    padding: 10px;
    font-weight: ;
    border-radius: 5px;
    margin-bottom:10px;
    display:none;
}
