@media (max-width: 575px){
    .login-form {
        border: 1px solid #15151533 !important;
        box-shadow: 0px 0px 8px #15151500 !important;
    }
    .mt-mobile {
        margin-top: 1.5rem !important;
    }
    .mb-mobile {
        margin-bottom: 5.5rem !important;
    }
    .flex-center-between {
        flex-wrap: wrap;
    }
    .box-spacing-item {
        padding-top: 4.5rem !important;
    }
    .s-w-10 {
        width: 10% !important;
    }
}

.footer-widget > .ft-menu > li {
    line-height: 25px;
}
.bg-gray, .breadcrumb-section, .card-header {
    background-color: #010101 !important;
}
.header-cart, .currency-dropdown, .sub-menu {
    border-image: linear-gradient(to right, #F5F9FF, #4472C4) 1;
}

.btn-deafult-solid, .btn-deafult-hollow:hover, .btn-deafult-hollow:focus, .nav-pills .nav-link.active {
    border: 1px #4472C4 solid !important;
    background: #4472C4 !important;
}

.btn-deafult-solid:hover, .btn-deafult-solid:focus {
    color: #424656 !important;
    border: 1px #424656 solid !important;
    background: #ffffff !important;
}

.blog-border-show:hover {
    border: 1px #A6C9FF solid;
    box-shadow: #4472C422 2px 3px 3px;
}

.title-menu-dynamics a:hover, .title-menu-dynamics a:focus, .blog-border-more a {
    color: #4472C4 !important;
}

.bg-black, 
.timeline-sessions li.active:before, .timeline-sessions li.active2:before {
    background: #4472C4 !important;
}

.progress li.active:before {
    border-color: #4e79c6;
    border: 5px #4e79c6 solid;
}

.progress li.active + li:after {
    background-color: #4e79c6;
}

.timeline-sessions li.active {
    border-left: 1px solid #4e79c6;
}

.offcanvas-navigation ul li.menu-item-has-children .menu-expand i {
    margin-top: 19px !important;
}

.alert-success {
    --bs-alert-color: #4e79c6;
    --bs-alert-bg: #F5F9FF;
    --bs-alert-border-color: #F5F9FF;
}

.totop-shadow {
    box-shadow: #112b5c 1px 1px 3px; 
}

.myaccount-tab-menu button:hover, .myaccount-tab-menu button.active, .myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
    background-color: #4472c4;
}
.blog-border-show {
    box-shadow: 0px 0px 2px #ccc;
}

.text-danger {
    color: #CE3C60 !important;
}

video {
    width: 100%;
    height: auto;
}

.video-container {
    padding-bottom: 0;
}

.main-wrapper {
    min-height: 100%;
    /* position: relative; */
}

.page-content {
    padding-bottom: 168px;
}

.footer-bottom {
    height: 120px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
}