@media (max-width:9799px) {
    .folder_list_item_main_cls { grid-template-columns: repeat(6,1fr) }
    }
  
    @media (max-width:2799px) {
    .folder_list_item_main_cls { grid-template-columns: repeat(5,1fr) }
    }
  
    @media (max-width:2399px) {
    .folder_list_item_main_cls { grid-template-columns: repeat(4,1fr) }
    }
  
    @media (max-width:2049px) {
    .folder_list_item_main_cls { grid-template-columns: repeat(3,1fr) }
    }
  
    @media (max-width:1649px) {
    .folder_list_item_main_cls { grid-template-columns: repeat(2,1fr) }
    }
  
    @media (max-width:1299px) {
    .folder_list_item_main_cls { grid-template-columns: repeat(1,1fr) }
    }
  
@media (min-width:768px){
    .top-bar, .space_navbar, .show-mobile, #filter_serch_popup .modal-header {display: none;}
    .scroll-container {
        overflow-y: auto;
    }
}
@media (max-width:767px){
    ::-webkit-scrollbar {
        width: 4px
    }
    
    ::-webkit-scrollbar:horizontal {
        height: 4px
    }
    
    ::-webkit-scrollbar-thumb:horizontal {
        background: rgba(0,0,0,.2);
        border-radius: 10px
    }
    
    ::-webkit-scrollbar-track {
        background: #f1f1f1
    }
    
    ::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,.2);
        border-radius: 10px
    }
    
    ::-webkit-scrollbar-thumb:hover {
        background: #555
    }
    html{font-size: 14px;}
    a {
        color: #667277;
    }
    .fixed-container.full_container .left_wrapper{
        display: none;
        top: 0;
        bottom: 0;
        border-radius: 20px 20px 0 0;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        position: absolute;
        left: 0;
        padding: 30px 20px;
        z-index: 99999999;
        background: #fff;
        max-width: 767px;
    }
    .fixed-container.full_container .right_wrapper {
        position: relative;
        left: 0;
        width: 100%;
        padding: 0;
    }
    .company_order {
        width: 100%!important;
        min-height: 850px;
        display: none;
    }
    .topheading{
        display: none;
    }
    .folder_list_item_main_cls {
        display: block;
    }
    .list_items_wrapper_category {
        border: none;
        box-shadow: none;
        padding: 0px!important;
    }
    .top-filter {
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
    }
        .top-filter ul.top-filter-grid {
            display: block;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            max-width: 100%;
        }
    .topheading h1 {
        font-size: 20px;
        margin-top: 34px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .show-mobile {
        display: block;
        margin-top: -55px;
    }
    .list_wrapper {
        top: 36px;
        margin-left: 15px;
        margin-bottom: 0;
    }
    .top-bar {
        width: 100%;
        height: 70px;
        border-bottom: 1px solid #d8d8d8;
        padding: 0 20px;
    }
    .topfixed {
        display: none;
    }
    .logo a {
        gap: 15px;
        color: #a2a3a4;
    }
    .logo a span {
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase;
    }
    .space_navbar {
        justify-content: space-around;
    }
    .nav {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #d8d8d8;
        padding: 0 20px;
    }
    .nav a {
        font-size: 16px;
        line-height: 50px;
        position: relative;
    }
    .nav a.active {
        font-weight: 700;
    }
    .nav a.active::before {
        content: '';
        position: absolute;
        width: 110%;
        height: 2px;
        background-color: #4e8bef;
        margin: auto;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translateX(-5%);
    }
    .full_container {
        height: calc(100vh - 210px);
        overflow-x: hidden;
        margin-top: 10px;
        padding: 0;
        overflow-y: auto;
    }
    .fixed-container.full_container .right_wrapper .top-filter-export {
        position: fixed;
        width: 100%;
    }
    .folder {
        margin-right: 5px;
    }
    .result_export {
        padding: 15px 20px;
        position: fixed;
        bottom: 0;
        border-top: 1px solid #d8d8d8;
        width: 100%;
    }
    .result_export button#export_index{
        width: 100%;
    }
    /* Modal Popup */
    .modal-box {
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 30px 20px;
        width: calc(100% - 40px);
        z-index: 9999;
        background: #fff;
        max-width: 767px;
    }
    .modal-box-two {
        top: auto;
        bottom: 0;
        transform: translate(-50%,0);
        border-radius: 20px 20px 0 0;
        width: 100%;
    }
    .modal-box-three {
        height: 100%;
        overflow-y: auto;
    }
    .modal-header {
        position: relative;
        text-align: left;
        display: flex;
        justify-content: space-between;
    }
    .modal-header h2 {
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
    }
    .modal-body {
        margin: 0 0 10px;
    }
    .modal-input label {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 500;
        display: block;
    }
    .modal-input .ln_search_add_icon, .modal-input .ln_search_rm_icon {
        cursor: pointer;
        position: absolute;
        height: 30px;
        width: 30px;
        right: 28px;
        text-align: center;
        margin-top: 12px;
    }
    .modal-input .ln_search_add_icon img {
        width: 20px;
        opacity: 1;
        border-radius: 0;
    }
    .modal-input .ln_search_rm_icon img {
        width: 18px;
        border-radius: 0;
        margin-top: 2px;
        display: none;
    }    
    .modal-input .ln_search_add_icon {
        display: block;
    }
    .modal-input input {
        border: 1px solid #d8d8d8;
        padding: 0 15px;
        width: 100%;
        border-radius: 4px;
        line-height: 44px;
        font-size: 16px;
    }
    .modal-footer {
        display: flex;
    }
    .btn {
        text-align: center;
        padding: 0 15px;
        color: #fff;
        border-radius: 5px;
        display: block;
        font-size: 1rem;
        height: 44px;
        font-weight: 500;
        line-height: 44px;
        border: 1px solid #398af7;
    }
    .cls_cursor_pointer {
        cursor: pointer;
    }
    .btn_close, .right_close{
        padding-top: 10px;
    }
    .modal-footer .btn:last-child {
        margin-left: 20px;
    }
    .btn, .tab button.active, .tab button:hover {
        background-color: #398af7;
    }
    .btn-round {    
        border-radius: 24px;
        padding-left: 12px;
        padding-right: 10px;
        margin-right: 5px;
        display: inline-flex;
        background-color: #d3e3fd;
        line-height: 32px;
        height: 34px;
        border-color: #d3e3fd;
        margin-bottom: 10px;
        color: #000;
        text-align: left;
    }
    .btn-round span {
        margin-left: 10px;
        display: inline-block;
        padding-left: 10px;
        position: relative;
        margin-right: 0;
    }
    .btn span img {
        position: relative;
        top: 2px;
        width: 14px;
    }
    .company-leads .lead_results_data p, .folder_list_item .list_item_name, .folder_list_item_category .list_item_name, .footer, .modal-footer .btn, .pay-btn-close img {
        width: 100%;
    }
    .cls_btn_close {
        background-color: #fff;
        color: #398af7;
    }
    .order_summary{
        min-height: auto !important;
        display: block;
        height: 100vh;
        overflow-y: auto;
        z-index: 1000;
        border: none;
        padding: 30px 20px;
    }
    .list_wrapper, .fullWidth, .fixed-container.full_container .right_wrapper{
        position: static;
    }
    .order_summary .mb-30 {
        margin-bottom: 10px;
    }
    .order_summary .hr {
        margin: 15px 0;
    }
    #div_pay_email {
        margin-top: 15px!important;
        margin-bottom: 20px!important;
    }
    .order_summary .order_price p.total_amnt, .order_summary .order_price p.balance_amnt, .title_2, #lbl_leads_cnt {
        font-size: 16px;
        font-weight: 700;
    }
    .order_summary .order_price{
        margin-bottom: 10px;
    }
    .order_summary h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .right_close img {
        width: 70%;
        height: auto;
    }
    .show-desktop{display: none;}
    .scrollbar_div {
        height: calc(100vh - 210px);
        overflow-x: hidden;
        overflow-y: auto;
    }
    .lead_results_container_box {
        display: flex;
        align-items: flex-start;
        margin-bottom: 0;
        padding: 18px 20px;
        border-bottom: 1px solid #d8d8d8;
    }
    .lead_results_container_box .lead_results_img {
        margin-right: 10px;
        width: 74px;
        margin-top: 0;
    }
    .lead_results_container_box .lead_results_img img {
        width: 64px;
        border-radius: 50%;
    }
    .lead_results_data {
        width: calc(100% - 87px);
    }
    .lead_results_container_box .lead-profile .review_title {
        color: #0d0d0d;
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: 700;
    }
    .lead_results_data p {
        line-height: 21px;
        color: #3d4043;
    }
    div#lst_index_result_data{
        position: relative;
        top: 30px;  
    }
    .account{
        overflow: hidden;
    }
    .aacordian_body, .accordian_header_left{display: none;}
    .header-filter-wrapper{display: none;}
    #filter_serch_popup .filter_wrapper {
        width: 100%;
        border: none;
        box-shadow: none;
        padding: 0;
        margin-bottom: 20px;
    }
    #filter_serch_popup .filter_wrapper h6 {
        font-weight: 500;
        font-size: 16px;
    }
    .div_scroll_company, .div_scroll_contact, .div_scroll_index {
        overflow-y: visible;
        width: 100%;
        overflow-x: visible;
        padding-right: 0px;
        min-height: none;
        max-height: none;
    }
    .modal-footer2{
        position: fixed;
        width: calc(100% - 40px);
        bottom: 0;
        background: #fff;
        padding-top: 10px;
        padding-bottom: 30px;
    }
    h6.filter_bg1 button{
        position: fixed;
        bottom: 31px;
        width: 43%;
        padding: 12px;
        opacity: 0;
        z-index: 9999;
    }
    h6.filter_bg1{       
        padding: 0;
        border: none;
        background: none;
        font-size: 0 !important;
    }
    #accordion .accordian_list_item, .bottom_header {
        border-bottom: none;
    }
    .accordian_list_item .accordian_header{
        font-weight: 400;
        padding-top: 5px;
        padding-bottom: 10px;
    }
    #accordion .accordian_list_item.open .accordian_header span.close{
        display: none;
    }
    .industry-input{margin-bottom: 0;}
    .industry-type p:last-child {
        margin-bottom: 10px;
    }
    .overlay{
        z-index: 9999;
    }
    #div_promo_popup {
        width: 90% !important;
        max-width: 450px;
    }
    .lead-modal-box.modal-box .modal-footer .btn, .modal-box .modal-footer .btn {
        margin-top: 0;
        padding: 0;
        cursor: pointer;
    }
    .btn.btn-default.btn2{
        background-color: transparent;
    }
}