

.category-dropdown-mobile{
    display: none !important;
}
.header-signup .user-account-nav {
    width: 100%;
}
@media (max-width: 567px){
    .hero-section .hero-section-inner .category-bar .dropdown{
        display: none;
    }
    #home-header-menu .category-dropdown-mobile .btn-category{
        display: block !important;
    }
    .category-dropdown-mobile{
        display: block !important;
    }
    #home-header-menu .category-dropdown-mobile .dropdown-menu{
        left: unset !important;
        right: 0 !important;
    }
    
}
@media (max-width: 992px) {
    .desktop-hide .navbar-expand-lg .navbar-collapse{
        display: block !important;
       
    }
    
    .navbar-expand-lg .navbar-toggler {
        display: block !important;
    }

    header .navbar {
        background-color: #fff !important;
    }
    
    #home-header-menu .navbar-collapse.width-menu .user-account-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    #home-header-menu .navbar-collapse.width-menu .user-account-nav ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        margin-bottom: 8px;
    }
    #home-header-menu .user-account-nav > ul > li {
        margin-right: 10px;
    }

    #home-header-menu .icon-bell {
        background-image: url(../images/icons/icon-bell.svg);
    }
    #home-header-menu .svg-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
        height: 100%;
        width: 100%;
    }

    #home-header-menu .navbar-collapse.width-menu .user-account-nav ul li a {
        justify-content: flex-start !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #093770;
        text-decoration: none;
        font-weight: 500 !important;
    }

    #home-header-menu .navbar-collapse.width-menu .user-account-nav ul li .text {
        display: block;
        margin-left: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    
    #home-header-menu .user-account-nav .user-dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #home-header-menu .navbar-collapse.width-menu .user-account-nav ul li .user-dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }

    #home-header-menu .navbar-collapse.width-menu .user-account-nav ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #093770;
        text-decoration: none;
        font-weight: 500 !important;
    }

    #home-header-menu .navbar-collapse.width-menu .user-account-nav ul li a {
        justify-content: flex-start !important;
        width: 100%;
       
    }

    #home-header-menu .user-account-nav .user-dropdown .profile-pic {
        height: 40px !important;
        width: 40px !important;
        min-width: 40px !important;
        border-radius: 10px;
        margin-right: 10px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #home-header-menu .navbar-collapse.width-menu .user-account-nav ul li .user-dropdown .profile-pic {
        height: 35px;
        width: 35px;
        min-width: 35px;
    }
     header .navbar-nav .nav-link{
        text-align: left;
    }
     header .navbar-nav{
        display: block !important;
    }
    #home-header-menu .user-dropdown .dropdown-menu{
        width: 100%;
    }
    #home-header-menu .navbar-collapse.width-menu .user-account-nav ul li .user-dropdown .dropdown-menu li {
        margin-bottom: 1px !important;
    }
    #home-header-menu .navbar-collapse.width-menu .user-account-nav ul li .user-dropdown .dropdown-menu li:last-child {
        margin-bottom: 0 !important;
    }
    #home-header-menu .navbar-collapse.width-menu .user-account-nav ul li .user-dropdown .dropdown-menu li a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 45px;
        background-color: #e5eaf0;
    }
    #home-header-menu .navbar-collapse.width-menu .user-account-nav ul li .user-dropdown .dropdown-menu{
        box-shadow: none !important;
    }
    
    #home-header-menu .user-account-nav ul li.dropdown > a::after, #home-header-menu .user-account-nav .dropdown-toggle::after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.474117 0.518441C0.644567 0.344573 0.911292 0.328767 1.09925 0.471023L1.15309 0.518441L5.00016 4.44283L8.84723 0.518441C9.01768 0.344573 9.2844 0.328767 9.47236 0.471023L9.52621 0.518441C9.69666 0.692309 9.71215 0.964384 9.57269 1.15611L9.52621 1.21104L5.33965 5.48156C5.1692 5.65543 4.90248 5.67123 4.71452 5.52898L4.66067 5.48156L0.474117 1.21104C0.286622 1.01978 0.286622 0.709696 0.474117 0.518441Z' fill='%231B1E22'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: auto;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 20px;
        width: 20px;
        position: absolute;
        right: 5px;
        top: auto;
        border: none !important;
    }
    
    #home-header-menu .category-dropdown-mobile .dropdown-toggle::after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.474117 0.518441C0.644567 0.344573 0.911292 0.328767 1.09925 0.471023L1.15309 0.518441L5.00016 4.44283L8.84723 0.518441C9.01768 0.344573 9.2844 0.328767 9.47236 0.471023L9.52621 0.518441C9.69666 0.692309 9.71215 0.964384 9.57269 1.15611L9.52621 1.21104L5.33965 5.48156C5.1692 5.65543 4.90248 5.67123 4.71452 5.52898L4.66067 5.48156L0.474117 1.21104C0.286622 1.01978 0.286622 0.709696 0.474117 0.518441Z' fill='%231B1E22'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: auto;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 20px;
        width: 20px;
        position: absolute;
        right: 8px;
        top: 10px;
        border: none !important;
    }
    #home-header-menu .category-dropdown-mobile .btn-category{
        padding: 5px 25px 5px 10px !important; 
        display: none;
    }
    .hero-section .hero-section-inner .category-bar .search-form .form-control-feedback{
        left: 0 !important;
    }
    .hero-section .hero-section-inner .category-bar .search-form .form-control{
        padding-left: 10px !important;
    }
    
    .desktop-hide {
        display: block !important;
        /* width: 100%; */
    }

    #home-header-menu .category-dropdown-mobile {
        background: #E6EBF1;
        border-radius: 10px;
        box-shadow: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #home-header-menu .category-dropdown-mobile .dropdown-toggle::after{
        top: 8px !important;
    }
    
}

@media only screen and (min-device-width: 481px) and (max-device-width: 992px){
    .sd-desktop-hide {
        display: none !important;
    }
}

#home-header-menu .user-account-nav .user-dropdown .profile-pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.desktop-hide {
    display: none;
}

.navbar-nav{
    display: flex;
align-items: center;
}
.signed_profile {
    display: flex;
    align-items: center;
}
.notification_icon{
    width: 30px;
    height: 30px;
    padding: 10px;
    background: rgb(10 54 113 / 5%);
    border-radius: 8px;
    position: relative;
    margin-right: 10px;
}
.notification_number{
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: green;
}
.signed_user a img{
    width: 30px;
    height: 30px;
    padding: 10px;
    /* background: #fff; */
    border-radius: 8px;
    position: relative;
    margin-right: 10px;
}
.signed_user_name p{
    margin-bottom: 0;
}
.signed_user_name {
    display: flex;
    align-items: center;
}

.icon-custom {
    height: 40px;
    width: 40px;
    background-color: rgba(9, 55, 112, 0.1);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #093770;
    position: relative;
}

.icon-global {
    background-image: url(../v3/images/icons/icon-global.svg);
}

.svg-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    height: 100%;
    width: 100%;
}

.header-signup .signed_profile .dropdown-menu[data-bs-popper] {
    left: unset;
    margin-top: 0.125rem;
    right: 0;
    top: 35px;
}
@media(max-width: 1024px) {
    .educastic-tools .educastic-tool-content {
        margin: 0 auto !important;
    }

    .educastic-steps .steps-card {
        margin: 0 10px !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .d-flex {
        display: -webkit-flex;
    }
}


@media (max-width: 768px) and (min-width: 375px) {
    .educastic-tools .item {
        max-width: 1110px !important;
        min-height: 650px;
    }

    .educastic-tools .educastic-tool-content {
        min-height: 650px;
    }
}


@media (max-width: 1200px) {
    .educastic-steps .steps-card {
        margin: 0 10px  10px 0 !important;
    }
}
@media (max-width: 1024px) {
    .educastic-tools .educastic-tool-content {
        margin: 10px auto !important;
    }
}

section .heading h2 {
    color: #093770;
    font-weight: 800;
    font-size: 34px;
    text-align: left;
}

.subscribe-content h2 {
    font-size: 36px;
    line-height: 43px;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 767px) {
    section .heading h2 {
    font-size: 22px;
    line-height: 34px;
    }

    .subscribe-content h2 {
        font-size: 24px;
        line-height: 34px;
    }
 }


 .signed_profile .dropdown-menu{
     left: auto;
     right: 0;
     margin-top: 1.125rem;
 }