

@media(max-width:991px){

    .bpn-quick-card{
        background: linear-gradient(145deg,#ffffff,#fff7f7);
        border: 1px solid #f2e8e8;
        border-radius: 28px;
        padding: 18px;
        box-shadow: 0 10px 25px rgba(15,23,42,0.05);
    }

    .bpn-quick-head{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
         margin-top: -15px;
        margin-bottom: 15px;
    }

    .bpn-card-title{
        font-size: 18px;
        font-weight: 800;
        color: #0f172a;
        margin: 0;
    }

    .bpn-mini-badge{
        height: 34px;
        padding: 0 16px;
        border-radius: 50px;
        border: 1px solid #d7dce5;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        font-weight: 700;
        color: #334155;
        letter-spacing: .5px;
        text-transform: uppercase;
    }

    .bpn-quick-box{
        background: #fff;
        border: 1px solid #dfe5ef;
        border-radius: 24px;
        padding: 18px;
        display: flex;
        align-items: center;
        gap: 14px;
        margin-bottom: 16px;
    }

    .bpn-quick-icon{
        width: 62px;
        min-width: 62px;
        height: 62px;
        border-radius: 18px;
        background: linear-gradient(135deg,#4f7cff,#1d4ed8);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 20px rgba(37,99,235,0.18);
    }

    .bpn-quick-icon svg{
        width: 26px;
        height: 26px;
        stroke: #fff;
        fill: none;
        stroke-width: 2.2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .bpn-quick-content{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .bpn-quick-title{
        font-size: 16px;
        font-weight: 800;
        color: #0f172a;
        line-height: 1.3;
    }

    .bpn-quick-sub{
        font-size: 13px;
        line-height: 1.7;
        color: #64748b;
    }

    .bpn-quick-actions{
        display: flex;
        flex-direction: column;
    }

    .bpn-btn{
        width: 100%;
        height: 52px;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        transition: 0.3s ease;
    }

    .bpn-btn-primary{
        background: linear-gradient(135deg,#e60023,#bf001c);
        color: #fff;
        border: none;
        box-shadow: 0 10px 20px rgba(230,0,35,0.15);
    }

    .bpn-btn-primary:hover{
        transform: translateY(-2px);
        color: #fff;
    }

}



@media(max-width:576px){

    .bpn-quick-card{
        width:100% !important;
        max-width:280px;
        margin:0 auto;
        padding:22px 18px;
        border-radius:20px;
    }

    .bpn-quick-head{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:10px;
        margin-bottom:14px;
    }

    .bpn-card-title{
        font-size:14px;
        margin: 0 0 10px;
        line-height:18px;
    }

    .bpn-mini-badge{
        height:26px;
        padding:0 12px;
        font-size:7px;
        border-radius:20px;
        white-space:nowrap;
    }

    .bpn-quick-box{
        padding:12px 14px;
        border-radius:18px;
        gap:10px;
        display:flex;
        align-items:center;
    }

    .bpn-quick-icon{
        width:34px;
        height:34px;
        min-width:34px;
        border-radius:12px;
        display:flex;
        align-items:center;
        justify-content:center;
    }

    .bpn-quick-title{
        font-size:14px;
        line-height:17px;
        display:block;
    }

    .bpn-quick-sub{
        display:none;
    }

    .bpn-quick-actions{
        margin-top:12px;
    }

    .bpn-btn{
        height:34px;
        border-radius:12px;
        font-size:13px;
        width:100%;
    }
}
@media(max-width:576px){

    .col-md-3.text-end{
        width:100%;
        text-align:center !important;
    }

    .col-md-3.text-end .d-flex{
        display:flex !important;
        flex-direction:row !important;
        flex-wrap:nowrap !important;
        align-items:center !important;
        margin-top: 10px;
        justify-content:center !important;
        gap:8px !important;
    }

    .badge_publish{
        white-space:nowrap;
    }
}

@media(max-width:1200px){

    .ipn-dashboard-grid{
        grid-template-columns: repeat(3,1fr);
    }

}

@media(max-width:768px){

    .ipn-dashboard-grid{
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }

    .ipn-dashboard-item{
        min-height: 115px;
    }

    .ipn-dashboard-header h2{
        font-size: 22px;
    }

}

@media(max-width:520px){

    .ipn-dashboard-grid{
        grid-template-columns: repeat(2,1fr);
    }

}


@media(max-width:768px){

    .bpn-side-card{
        border-radius: 24px;
        padding: 18px;
    }

    .bpn-wallet-amount{
        font-size: 34px;
    }

}




@media(max-width:768px){

    .profile-card{
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 20px;

    }

    .profile-left{
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-info h4{
        font-size: 22px;
    }
}
   
  
  
  @media(max-width:767px){

    .acn-card-grid{
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 12px;
    }

    .acn-menu-item{
        min-height: 145px;
        padding: 14px;
    }

    .acn_menu_icon{
        width: 45px;
        height: 45px;
    }

    .acn_menu_icon i{
        font-size:20px;
    }

    .acn_menu_title{
        font-size: 14px;
    }

    .acn_menu_sub{
        font-size: 11px;
    }

}



@media(max-width:400px){
    
    
    .account_bx_1 h4{
               flex: 1;
        display: flex;
        font-size: 16px !important;
    }
    
    .account_bx_1 h4 span {
        flex: 1;
    font-size: 10px !important;
    padding: 5px 8px !important;
    }
    
 
.acn-card-grid {
    grid-template-columns: auto;
}

.account_bx_2 span{
    font-size:10px !important;
}


.account_bx_2 .account_bx_2span {
    padding: 2px 8px !important; 
    font-size: 12px !important;
}

.account_bx_2 .account_bx_2span .span_dot {
    width: 5px !important;
    height: 5px !important;
}

.account_bx_2 .account_bx_2span {
    background: #d6e7d6cf;
    padding: 2px 8px;
    display: inline-block;
    font-size: 12px;
    border-radius: 30px;
    color: green;
}

}
 


@media only screen and (max-width:767px){

    .header-top-wrap{
        display:flex;
        align-items:flex-start;
        justify-content:space-between;
    }

    .header-top-social{
        display:flex;
        align-items:center;
        gap:14px;
        margin-top:5px;
    }

    .header-top-social a{
        width:auto;
        font-size: 11px;
        height:auto;
        line-height:normal;
    }
    
    
    
}

@media (max-width: 991px){

     .header-top-wrap{
        display:flex;
        align-items:flex-start;
        justify-content:space-between;
    }

    .header-top-social{
        display:flex;
        align-items:center;
        gap:7px;
        margin-top:5px;
    }

    .header-top-social a{
        width:auto;
        height:auto;
        line-height:normal;
    }
}

@media only screen and (max-width:767px){

    .head_logo{
        width: 140px;
        height: 50px;
        display:block;
    }


    .mobile-menu-right{
        display:flex ;
        align-items:center ;
        justify-content:flex-end;
        margin-top: -67px;
        flex-direction:row ;
        /*gap: 20px;*/
    }


  .mobile-menu-right {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mobile-menu-right .nav-right-link {
    background: transparent;
    border: none;
    font-size: 20px;
    color: var(--color-dark);
  }

  .mobile-menu-right .nav-right-link:hover{
    color: var(--theme-color);
  }

    .navbar-toggler{
        padding: 0;
    border: none;
    }

    .navbar-toggler-mobile-icon{
        font-size:22px ;
        line-height:1 ;
    }


  .top-news{
    margin-top:60px;
  }

  .top-news-head{
    font-size: 12px;
    padding: 6px 7px;
  }

  .top-news-head::before{
    border-width: 5px;
  }

  .top-news-head span i{
    margin-left: 2px;
  }

  .top-news-content .ticker li a{
    font-size: 12px;
  }

  .top-news-content .ticker-info{
    max-width: calc(100% - 135px);
    padding-left: 5px;
  }
  
  
  .trending-text {
    font-size:11px;
  }

  .trending-icon {
    font-size: 15px;
   
  }
   .trending-badge {
       padding: 7px 25px 7px 4px;
   }

    .article_card .d-flex{
        flex-direction: column ;
        gap: 12px;
    }

    .article_img{
        width: 100% ;
        height: 130px;
        object-fit: cover;
    }

    .article_content{
        width: 100%;
    }

    .article_content h4{
        font-size: 16px;
    }

    .post_data{
        font-size: 12px;
    }
    
    .article_meta span{
        font-size: 11px;
    }
    
    .article_meta {
    display: block;
    }

    .live_btn{
        display:none;
    }
    i.fa-solid.fa-ellipsis-vertical {
    
        display:none;
    }
    
    
    .about-hero-title {
        font-size: 20px;
    }
    
    .fb.socila_icon2 {
    background: #0777d9;
    color: #fff;
    margin-bottom: 10px;
}
.profile_img img {
 
    height: 150px;
    width: 50%;
   
}

.contact-img img {
    display:none;
}
.media_tags li {
    font-size: 8px;
}

}



@media(max-width:767px){

    .article_card .d-flex.justify-content-between{
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
    }

    .article_card .d-flex.justify-content-lg-end{
        flex-direction: row !important;
        align-items: center !important;
    }

}
#workSubmitForm label{
    color: #303030;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;

}