.t-bold {
    font-size: 2rem;
    font-weight: 600;
}

.nav-tabs .nav-link.active {
    color: #1565C0;
    background-color: #eeeeee;
    font-weight: bold;
    border-color: #eeeeee !important
}

.mar-t135 {
    margin-top: 135px;
}

.mar-b7 {
    margin-bottom: 7rem;
}

.gradient-blue {
    color: #fff;
    /* background: -moz-linear-gradient(left, rgba(91, 165, 222, 1) 0%, rgba(91, 165, 222, 1) 1%, rgba(72, 172, 222, 1) 38%, rgba(45, 129, 194, 1) 60%, rgba(20, 102, 165, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(91, 165, 222, 1)), color-stop(1%, rgba(91, 165, 222, 1)), color-stop(38%, rgba(72, 172, 222, 1)), color-stop(60%, rgba(45, 129, 194, 1)), color-stop(100%, rgba(20, 102, 165, 1)));
    background: -webkit-linear-gradient(left, rgba(91, 165, 222, 1) 0%, rgba(91, 165, 222, 1) 1%, rgba(72, 172, 222, 1) 38%, rgba(45, 129, 194, 1) 60%, rgba(20, 102, 165, 1) 100%);
    background: -o-linear-gradient(left, rgba(91, 165, 222, 1) 0%, rgba(91, 165, 222, 1) 1%, rgba(72, 172, 222, 1) 38%, rgba(45, 129, 194, 1) 60%, rgba(20, 102, 165, 1) 100%);
    background: -ms-linear-gradient(left, rgba(91, 165, 222, 1) 0%, rgba(91, 165, 222, 1) 1%, rgba(72, 172, 222, 1) 38%, rgba(45, 129, 194, 1) 60%, rgba(20, 102, 165, 1) 100%); */
    background: linear-gradient(to right, rgb(254 238 57) 0%, rgb(243 215 52) 1%, rgb(197 153 29) 38%, rgb(211 168 37) 60%, rgb(255 249 63) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ba5de', endColorstr='#1466a5', GradientType=1);
}

@media (max-width: 575px) {
    .my-5 {
        margin: 65px 0px !important;
    }

    .fixed-bottom {
        position: static
    }
}