.mt-50 {
    margin-top: 86px;
}

.bg-banner {
    background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
}

.radius {
    filter: sepia(40%);
}

#section-add {
    min-height: 350px;
    background-image: url("../img/dasha-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#demo1 {
    min-height: 350px;
    display: flex;
    align-items: center;
    padding: 20px;

}

#demo1 h2 {
    color: #872341;
}

#demo1 h5,
h4,
h3,
h6 {
    color: #183D3D;
}

.bg-grad-more {
    background-image: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);
}

.text-red {
    color: #662549;
}

.info {
    font-size: 13px;
    font-weight: 500;
}

.info li {
    margin-bottom: 5px;
}

.bg-title {
    background-color: #662549;
}

.info-bg {
    background-color: #662549;
}

.bg-info-max {
    background-color: #F8E8EE;
}

.bg-login {
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(0, 152, 155, 1) 0.1%, rgba(0, 94, 120, 1) 94.2%);
}

.password {
    color: #85586F;
}

.float {
    position: fixed;
    width: 125px;
    padding: 5px;
    height: auto;
    bottom: 30%;
    right: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    /* transform: rotate(-90deg); */
    background: linear-gradient(277deg, #FD6585, #360940, #E80505);
    background-size: 800% 800%;

    -webkit-animation: btn 10s ease infinite;
    -moz-animation: btn 10s ease infinite;
    animation: btn 10s ease infinite;

    color: #FFF;
    border-radius: 10px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.my-float {
    margin-top: 22px;
}


@-webkit-keyframes btn {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes btn {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes btn {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.font-weight-500 {
    font-weight: 600;
    line-height: 35px;
    font-size: 16px;
    color: #183D3D;
}

@media screen and (max-width: 480px) {
    .float {
        width: 100%;
        padding: 10px;
        bottom: 0%;
        left: 0;
        border-radius: 0px;
        font-size: 12px;
    }

    h4 {
        font-size: 14px;
    }

    span {
        font-size: 12px;
    }

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;

    }

    table {
        empty-cells: hide;
    }

    table td {
        border-bottom: 1px solid #444;
    }

    table h4 {
        font-size: 16px;
        font-weight: 500;
    }

    table h5 {
        font-size: 14px !important;
    }

    table h6 {
        font-size: 12px !important;
    }

    h3 {
        font-size: 18px;
    }
    .team-section{
        margin: 100px 15px 30px 15px !important;
    }
    li{
        font-size:14px;
    }
}

@media screen and (min-width:490px) and (max-width: 786px) {
    table h5 {
        font-size: 14px !important;
        font-weight: 500;
    }

    table h6 {
        font-size: 12px !important;
    }
}