
.responsive-img {
    width: 100%;
    height: auto;
}
.modal {
    padding: 0;
    /* background-color: rgb(0, 0, 0, 0.5); */
    background-color: #FFFFFF;
    opacity: 0.9;
    box-shadow: none;
    color: #F36221;
}

/* .modal a.close-modal {
    top: 11px;
    right: 0;
} */

.body-coins {
    position: relative;
    width: 100%;
    height: auto;
}

.buy-coins-body {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.coins-pricing {
    width: 80px;
    height: auto;
    vertical-align: middle;
    margin: 0 14px;
}

.btn-lv {
    background-color: white;
    border: none;
    color:  rgb(239, 75, 37);
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px #b14427;
    -moz-box-shadow: 0 4px #b14427;
    box-shadow: 0 4px #b14427;
    margin-top: 8px;
    font-weight: bold;
}
