/*global*/
.btn:focus,
.btn:active:focus {
    outline: none;
}

.card {
    box-shadow      : 0 0 3px 2px rgb(51 51 51 / 10%);
    background-color: #fff;
}

.btn.btn-success {
    background-color: #217d00;
}

.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #793D85 !important;
    border-color    : #793D85 !important;
    ;
}

/*end global*/

/* body {
    padding          : 0px;
    margin           : 0px;
    font-family      : 'Gotham', sans-serif;
    background-image : url(../images/bg.png);
    background-repeat: no-repeat;
    background-size  : cover;
} */

.module {
    padding: 40px 0px;
}

.module .card {
    text-align   : center;
    margin-top   : 30px;
    border-radius: 15px;
    position     : relative;
}

.module .card .card-header {
    border-bottom: 2px solid #ddd;
    padding      : 15px;
}

.module .card .card-body p {
    letter-spacing: 0.2px;
    word-spacing  : 1px;
    border-bottom : 2px solid #ddd;
    padding       : 10px;
    text-align: justify;
}

.module .card .card-body .btn {
    padding       : 5px 25px;
    text-transform: uppercase;
    font-weight   : 700;
    border-radius : 20px;
    margin-bottom : 15px;
}

.module .icon {
    position        : absolute;
    width           : 100%;
    background-color: rgba(255, 255, 255, 0.6);
    height          : 100%;
    top             : 0%;
    border-radius   : 15px;
}

.module .icon i {
    margin-top: 28%;
    font-size : 60px;
    color     : #793d85;
}

/* .module .disabled .btn {
    color: #793D85;
} */

.viewbtn {
    background     : lightgray;
    padding        : 5px 15px;
    border-radius  : 15px;
    text-decoration: none;
    color          : black;
    margin         : auto;
    display        : table;
    margin-top     : 25px;
    width          : 15%;
    text-align     : center;
}

@media(max-width:500px) {
    .viewbtn {
        width: 45%;
    }
}