.product .iniid1:hover {
    box-shadow: 0 5px 3px 0 #F00;
}
.payment .iniid2:hover {
    box-shadow: 0 5px 3px 0 #F00;
}
.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: 0 2px 5px 0 #5061ff;
}
.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: #4c4b4b;
    border: 0;
    padding: 10px 30px;
    color: #FFF;
    transition: 0.4s;
    border-radius: 50px;
}
.testing {
    width:calc(100% - 100px)
}


