section.topbanner {
    background-color: #002955;
    background-image: url('https://kalkine.co.in/static/assets/newlayout/images/screenerbannerbg.png'), radial-gradient(circle, #002955, #002955);
    background-repeat: repeat-x;
    animation: slide 25s linear infinite;
    -webkit-animation: slide 25s linear infinite;
    margin-bottom: 25px;
    background-position: center;
    padding: 50px 0px;
}
section.topbanner h2 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 5px;
}
section.topbanner p {
    color: #fff;
    margin-bottom: 0px !important;
}
.company-listing-image {
    background-image: linear-gradient(108deg,#c8d6f0 20% ,#ecf2fe 45%);
    padding-top: 10px;
    padding-bottom: 10px;
}
.company_heading>h1 span {
    color: #0354d6;
}
.company_heading>h1 {
    color: #000;
    font-weight: 600;
    font-size: 32px;
}
.row.listingbanner {
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.bannerimage {
    text-align: center;
}
.bannerimage img{
    max-height: 300px;
    width:100%;
}
.listingbanner .breadcrumb {
    margin-bottom: 5px;
}
#pagination button.btn.btn-outline-primary {
    margin-left: 5px;
}
#pagination ul.pagination {
    margin-bottom: 0;
    flex-wrap: nowrap;
    gap: 5px;
}
.paginationgrid {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

div#loading-spinner {
    position: absolute;
    width: 100%;
    height: calc(100% - 38px);
    margin-top:18px;
    display: flex;
    justify-content: center;
    backdrop-filter: blur(3px);
    z-index: 2 !important;
    align-items: center !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    column-gap: 12px;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
 }
 .copanylisting_table {
    position: relative;
    min-height:500px;
    float: left;
    width: 100%;
 }

 .row.paginationrow {
    margin-bottom: 10px;
    align-items: center;
 }
.paginationgrid .searchlist_input {
    border: solid 1px rgb(0 20 100);
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    border-radius: 30px !important;
    width: auto;
    min-width: 250px;
    border: 0;
    outline: none;
    flex: 1;
    padding-right: 80px; /* space for button */
}
button.btn.btn-outline-primary.searchlisting {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    height: 34px;
    width: 75px;
    border-radius: 20px;
    background-color: #2254d6;
    color: #fff;
}
.paginationgrid .searchlist_input input{
    border: 0px;
     width: calc(100% - 75px);
}

.searchlist_input input:focus{
    outline: none;
}

 div#pagination button {
    padding: 6px;
    min-width: 70px;
 }
 .selectrows select {
    padding: 5px;
    min-width: 55px;
 }
 .selectrows label {
    margin-right: 5px;
    font-weight: bold;
 }
.filterleftside {
    background: #FFF;
    float: left;
    width: 100%;
    }
    .listingfluid{
    margin:20px 0px;
    }
    h2.filtrationtitle {
    background-color: #0254d6; 
    padding: 8px 15px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 0px;
    }
    h2.filtrationtitle img {
    margin-right: 7px;
    width: 20px !important;
    }
    .rangesliderhtml {
    float: left;
    width: 100%;
    }
    .company_list .i-btop {
    background: #1b1d3b !important;
    --bs-table-bg: #1b1d3b !important;
    }
    .company_list {
    float: left;
    width: 100%;
    }
    .companyselect_filter {
    padding: 15px;
    background-color: #1b1d3b;
    float: left;
    width: 100%;
    margin: 0px 0px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 4px;
    }
    .filteritem select {
    border-radius: 0.375rem;
    border-width: 1px;
    font-size: 15px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    padding: 0.2rem;
    height: 34px;
    background-color: #fff;
    border: 1.5px solid #686565;
    color: #000;
    width: 100%;
    margin-bottom: 10px;
    }
    input#tickersInput {
    border-radius: 0.375rem;
    border-width: 1px;
    font-size: 15px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    padding: 0.2rem;
    height: 34px;
    background-color: #fff;
    border: 1.5px solid #686565;
    color: #000;
    width: 100%;
    margin-bottom: 10px;
    }
    .filteritem span.labeltitle {
    color: #fff;
    font-size: 15px;
    width: 100%;
    float: left;
    margin-bottom: 2px;
    font-weight: bold;
    }
    .filteritem {
    float: left;
    width: 100%;
    margin-right: 0%;
    }
    .filteritem:nth-child(4n){
    margin-right: 0px;
    }
  
    table.screener_table {
    margin-bottom: 15px;
    width: 100%;
    }
    table.screener_table tr{
    border-bottom: 1px solid #cbc7c7;
    }
    table.screener_table td {
        color: #000;
        font-size: 14px;
        padding: 4px 6px;
        text-shadow: 0.1px 0.1px;
    }
    table.screener_table tr td:first-child {
    position: sticky;
    left: 0;
    width: 80px;
    z-index: 1;
    background-color: #ecf2fe;
    }
    table.screener_table tr th:first-child {
    position: sticky;
    left: 0;
    width: 80px;
    z-index: 1;
    background-color: #1b1d3b;
    }
    table.screener_table tr:hover{
    background-color: #ecf2fe;
    }
    table.screener_table thead th {
    background-color: #1b1d3b;
    color: #fff;
    padding: 8px 5px;
    font-size: 15px;
    white-space: nowrap;
    }
    span.is-positive {
    color: #13c562;
    font-weight: bold;
    text-shadow:0px 0px;
    }
   span.is-negative {
    color: red;
    font-weight: bold;
    text-shadow:0px 0px;
}
    table.screener_table tr td:first-child a {
    color: #0254d6;
    text-decoration: none;
    font-weight: 700;
    text-shadow:0px 0px;
}
    .table_pagination {
    float: left;
    width: 100%;
    text-align: center;
    margin: auto;
    }
    .table_pagination .pagination {
    justify-content: center;
    }
    .table_pagination .pagination .page-item.active .page-link {
    background-color: #2c303b;
    border-color: #2c303b;
    }
    a.page-link {
    color: #58aefb;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #58aefb;
    }
    .copanylisting_table .pagination {
    justify-content: flex-end;
    margin:20px 0px 30px;
    }
    span.step-links a {
    border: 1px solid;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
    }
    .copanylisting_table .pagination span.current {
    text-shadow: 0.2px 0.2px;
    }
    select.order_select {
    float: left;
    width: 65%;
    }
    select.ascdesc_select {
    float: left;
    width: 33%;
    margin-left: 2%;
    }
    .price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 15px;
    justify-content: space-between;
    }
    .filteritem .field input {
    width: 60px;
    height: 30px;
    outline: none;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
    }
    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    }
    .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
    }
   

    a.ApplyFilter {
    background-color: #f58633;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 8px;
    }
    .applyfilter_div {
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 20px;
    }
    .d__arrowinline {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}
.d__arrowinline i.fa {
    margin-right: 2px;
}


/* range slider css */
.range-slider {
   position: relative;
   width: 100%;
   height: 35px;
   text-align: center;
   margin-top: 50px;
   margin-bottom: 30px;
}
  
  .range-slider input {
      pointer-events: none;
      position: absolute;
      overflow: hidden;
      left: 0;
      top: 15px;
      width: 100%;
      outline: none;
      height: 18px;
      margin: 0;
      padding: 0;
  }
  
  .range-slider input::-webkit-slider-thumb {
      pointer-events: all;
      position: relative;
      z-index: 1;
      outline: 0;
  }
  
  .range-slider input::-moz-range-thumb {
      pointer-events: all;
      position: relative;
      z-index: 10;
      -moz-appearance: none;
      width: 9px;
  }
  
  .range-slider input::-moz-range-track {
      position: relative;
      z-index: -1;
      background-color: rgba(0, 0, 0, 1);
      border: 0;
  }
  
  .range-slider input:last-of-type::-moz-range-track {
      -moz-appearance: none;
      background: none transparent;
      border: 0;
  }
  
  .range-slider input[type=range]::-moz-focus-outer {
    border: 0;
  }
  
  .rangeValue {
    width: 30px;
  }
  .range-slider input[type="range"] {
    position: absolute;
    pointer-events: none; /* Allows clicks to pass through to the slider underneath */
    appearance: none;
    background: none;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto; /* Makes only the circle handle clickable */
    position: relative;
    z-index: 10;
}
.output-left {
   position: absolute;
   border: 1px solid #ffffff;
   width: auto;
   height: 35px;
   text-align: center;
   color: #1b1d3b;
   border-radius: 4px;
   display: inline-block;
   font: bold 15px/30px Helvetica, Arial;
   bottom: 75%;
   left: 0px !important;
   padding: 2px 5px;
   background: #ffffff;
}
.output-right {
   position: absolute;
   border: 1px solid #ffffff;
   width: auto;
   height: 35px;
   text-align: center;
   color: #1b1d3b;
   border-radius: 4px;
   display: inline-block;
   font: bold 15px/30px Helvetica, Arial;
   bottom: 75%;
   left: 100% !important;
   padding: 2px 5px;
   background: #ffffff;
   transform: translate(-100%,0);
}
  
  .output.outputTwo,.output.outputFour {
    left: 100%;
  }
  
  
  input[type=range] {
    -webkit-appearance: none;
    background: none;
    z-index:1;
  }
  
  input[type=range]::-webkit-slider-runnable-track {
    height: 5px;
    border: none;
    border-radius: 3px;
    background: transparent;
  }
  
  input[type=range]::-ms-track {
    height: 5px;
    background: transparent;
    border: none;
    border-radius: 3px;
  }
  
  input[type=range]::-moz-range-track {
    height: 5px;
    background: transparent;
    border: none;
    border-radius: 3px;
  }
  
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #f58533;
    margin-top: -5px;
    position: relative;
    z-index: 10000;
  }
  
  input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #f58533;
    margin-top: -5px;
    position: relative;
    z-index: 10000;
  }
  
  input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #f58533;
    margin-top: -5px;
    position: relative;
    z-index: 10000;
  }
  
  input[type=range]:focus {
    outline: none;
  }
  
  .full-range,
  .incl-range, .incl-range-2 {
    width: 100%;
    height: 5px;
    left: 0;
    top: 21px;
    position: absolute;
    background: #DDD;
  }
  
  .incl-range,.incl-range-2 {
     background: #f58533;
  }
@media screen and (max-width: 1199px){
   .search-wrapper {
   padding: 0 2px !important;
    }
    .search-wrapper input{
    width: calc(100% - 75px) !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .paginationgrid {
        display: grid !important;
        gap: 0.375rem;
    }
}
    @media screen and (min-width: 992px){
    .applyfilter_div {
    display: none;
    }
    a.closebtnFilter {
    display: none;
    }
    .filterbutton {
    display: none;
    }
    }
    @media screen and (max-width: 991px){
    .col-lg-3.col-md-4.companyleft_nav {
    float: left;
    width: 100%;
    }
    .companyright_nav {
    float: left;
    width: 100%;
    margin-top: 20px;
    }
    .filterbutton span {
    background-color: #0254d6;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    }
    .sidenavFilter .closebtnFilter {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
    text-decoration: none;
    }
    .sidenavFilter {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: #1b1d3b;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
    }
    }
     ul.gl_image_text {
        float: left;
        width: 100%;
        text-align: center;
        padding-left: 0;
        list-style: none;
       
        padding-top: 25px;
    }
     ul.gl_image_text li {
        min-height: auto;
        transition: all .3s ease 0s;
        display: inline-block;
        padding: 8px 18px;
        border-radius: 120px;
        background-color: #fff;
        margin: 6px 4px 20px;
     }
     ul.gl_image_text li a {
        font-weight: 700;
        text-decoration: none;
        padding: 10px 0;
        font-size: 15px;
     }
     ul.banner_image_text {
        float: left;
        width: 100%;
        padding-left: 0;
        list-style: none;
    }
     ul.banner_image_text li {
        min-height: auto;
        transition: all .3s ease 0s;
        display: inline-block;
        padding: 8px 14px;
        border-radius: 120px;
        background-color: #fff;
        margin: 6px 2px 20px 0px;
     }
     ul.banner_image_text li a {
        font-weight: 700;
        text-decoration: none;
        padding: 10px 0;
        font-size: 15px;
     }
     h5.sidebar__title {
        color: #fff;
        border-bottom: 1px solid #fff;
        line-height: 30px;
    }
  
   .searchlist_input {
    position: relative;   /* REQUIRED */
    display: flex;
    align-items: center;
}


@media screen and (min-width: 320px) and (max-width: 767px){
    .paginationgrid {
    margin-top: 10px;
    }
    /* .bannerimage img {
        display: none;
    } */
     .bannerimage video {
      
    max-width: 85%;
    width: 85%;

    }

}
@media screen and (min-width: 320px) and (max-width: 480px){
    .paginationgrid {
    display:block;
    }
    div#pagination {
        text-align: right;
        margin-top: 10px;
    }
}
