.dropdown-toggle.notification{
    padding: 0.5rem 0 !important;
    margin-left: 0.75rem;
}
.dropdown-toggle.notification::after{
    display: none !important;
}
.dropdown-toggle.notification i {
    font-size: 22px;
    color: #74546f;
}
.notify{
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
}
.notify.all{
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: 100%;
}
.notify ul{
    list-style: none;
    padding: 0 1rem;
    max-height: calc(100% - 90px);
    overflow-y: auto;
}
.notify ul .alert-success {
    background-color: #74546f;
}
.notify ul .alert-success a {
    color: #fff !important;
}
.notify ul .alert-success-read {
    background-color: #fff;
}
.notify ul .alert-success-read a {
    color: #74546f !important;
}
.all-notifications{
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100px;
    text-align: center;
    background: #fff;
}
.alert-dimex{
    color: #fff;
    background-color: #74546f;
    border-color: #74546f;
}
.notification .badge{
    top: 0;
    color: white;
}
@media (min-width: 1400px){

}

@media (max-width: 1200px) {

}

@media (min-width: 768px) and (max-width: 992px) {

}

@media (max-width: 767px) {

}

@media (max-width: 576px)  {
    main.home .carousel{
        min-height: calc(100vh - 300px);
    }
    main.home .carousel .slider-title{
        margin-top: 3rem !important;
    }
    main.home .carousel a.btn-main{
        margin-top: 2rem !important;
        display: block !important;
        text-align: center !important;
    }
    .p-100{
        padding: 30px 15px !important;
    }
    .carousel .row div{
        height: fit-content !important;
    }
    #topcontrol{
        right: unset !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    .page-title{
        margin: 0 !important;
    }
    .account .balance{
        margin-top: 0!important;
        line-height: 4rem !important;
    }
    .account .user-info{
        margin-bottom: 2rem;
    }
    main.contact{
        padding-bottom: 0 !important;
    }
}
