/*
html,
body,
header,
#intro {
    height: 100%;
}

#intro {
    background: url("https://mdbootstrap.com/img/Photos/Horizontal/Nature/full%20page/img%20%283%29.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
*/
section {
    /*height:100vh;*/
}


.pricing-table .card {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 15px;
    border-radius: 15px; }
.pricing-table .card .card-title {
    font-size: 1rem;
    letter-spacing: .2rem;
    font-weight: 500; }
.pricing-table .card .card-price {
    font-size: 2.7rem; }
.pricing-table .card .card-price .term {
    font-size: .875rem; }
.pricing-table .card .fa-ul li:not(:last-child) {
    margin-bottom: 1rem; }

@media (min-width: 992px) {
    .pricing-table .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3); } }

.products-table .card > * {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


@media (min-width: 992px) {
    .products-table .card:hover > * {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3); } }

@media (min-width: 992px) {
    .products-table .card:hover > * {
        -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3); } }

.card-footer {
    background: white;
}

.dropdown .dropdown-menu.dropdown-danger .dropdown-item:hover {
    /*background-color: #881414 !important;*/
    background-color: #0277bd !important;
    color: #ffffff;
}

.danger-color {
    /*background-color: #881414 !important;*/
    background-color: #0277bd !important;
}

.btn-danger {
    /*background-color: #881414 !important;*/
    background-color: #ad1457 !important;
}

.btn-outline-danger {
    border-color: #d02121 !important;
    color: #d02121 !important;
}

.hr-red {
    width: 80px;
    border-top: 3px solid #d02121;
}

.hr-red-small {
    width: 40px;
    border-top: 3px solid #d02121;
}

.text-danger {
    color: #d02121 !important;
}

.text-success {
    color: #189421 !important;
}

.link {
    color: #007bff !important;
}

/* Main Style */

html,

body {
    height: 100%;
    position: relative;
}
#main {
    min-height: 100%;
    display: block;
    position: relative;
    padding-top: 56px;
    padding-bottom: 60px;

}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover,
.dropdown .dropdown-menu.dropdown-primary .dropdown-item:active,
.dropdown .dropdown-menu.dropdown-primary .dropdown-item.active,
.dropup .dropdown-menu.dropdown-primary .dropdown-item:hover,
.dropup .dropdown-menu.dropdown-primary .dropdown-item:active,
.dropup .dropdown-menu.dropdown-primary .dropdown-item.active,
.dropleft .dropdown-menu.dropdown-primary .dropdown-item:hover,
.dropleft .dropdown-menu.dropdown-primary .dropdown-item:active,
.dropleft .dropdown-menu.dropdown-primary .dropdown-item.active,
.dropright .dropdown-menu.dropdown-primary .dropdown-item:hover,
.dropright .dropdown-menu.dropdown-primary .dropdown-item:active,
.dropright .dropdown-menu.dropdown-primary .dropdown-item.active {
    background-color: #0277bd !important;
}

.card {
    height: 100%;
    display: flex;
}

.card-block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.card.card-footer {
    align-self: flex-end;
    flex: 1 1 auto;
}
