.product .iniid1:hover {
    box-shadow: 10px 10px 10px 0 #3474bf;
}
.payment .iniid2:hover {
    box-shadow: 10px 10px 10px 0 #3474bf;
}
.product .iniid1 {
    /* border: 1px solid #0f394c !important; cursor: pointer; padding: 10px; margin:10px; */
    padding: 30px;
    width: 100%;
    background: #FFF;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.row .payment .iniid2:hover {
    box-shadow: linear-gradient(213deg, rgba(2,0,36,1) 0%, rgba(109,9,121,1) 35%, rgba(0,212,255,1) 100%);
}
.payment .iniid2 {
    /* border: 1px solid #0f394c !important; cursor: pointer;padding: 10px;margin-bottom:20px; */
    padding: 30px;
    width: 100%;
    background: #FFF;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}
.hidden {
    display: none;
}

.inibutton {
    background: linear-gradient(213deg, rgba(2,0,36,1) 0%, rgba(109,9,121,1) 35%, rgba(0,212,255,1) 100%);
    border: 0;
    padding: 10px 30px;
    color: #FFF;
    transition: 0.4s;
    border-radius: 50px;
}
.testing {
    width:calc(100% - 100px)
}


