.blog-resource2 {
    font-size: 12px;
    border: 1px solid #a3a3a3;
    border-radius: 6px;
    margin-right: 15px;
    padding: 0 0 15px;
}
.blog-resource h5 {
    background: #6c757d;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 10px;
    color: #FFF;
    font-size: 14px;
}
.blog_links {
    padding: 4px 8px;
    display: block;
    text-decoration: none;
    color: #237b98;
    font-size: 13px;
}
.xmark {
    bottom: 7px;
    left: 7px;
    color: #0C8CE9;
}
.search-term-icon {
    right: 9px;
    bottom: 7px;
    color: #0C8CE9;
}
  
.ad-left-container{
    padding: 0;
    width: calc(100% - (304px + 30%));
}
.w-304 {
    width: 304px;
}
.ad-right-container{
    width: 30%;
}
.ad-left-container2{
      width: calc(100% - 304px);
      padding-left: 0;
}     
.ad-top-left-box,.ad-top-right-box{
    border-radius:5px;
    background-color:#fff;
}
.ad-top-image {
    width: 100%;
    height: 100%;
    border:1px solid transparent;
    border-radius:5px;
}
.banner_image_cover {
    width: 100%;
    border-radius: 10px;
    /*aspect-ratio: 1/1.62;*/
    height:100%;
}
.left-width {
    width: 304px;
    transition:all 0.3s ease;
}
.right-width {
  width: calc(100% - 304px);
 }
.filters {
    border-radius: 13px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.11);
    padding: 10px;
}
.filter-item-list {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	transition: all 0.3s ease;
	/*scrollbar-color: #0C8CE9 #68b2ee0f;*/
	/*scrollbar-gutter: auto;*/
	/*scrollbar-width: auto;*/
}
.filters h3 {
    font-size: 25px;
    font-weight: 300;
   color: #000;
}
.filter-heading label{
    font-size: 11px;
    font-weight: 300;
    font-style: normal;
    color:#000;
    bottom: 4px 
}
.filter-heading input{
    font-size:13px;
}
 .caretdownanchor {
    left: 18px;
    bottom: 3px;
}
.filter-heading .caretdown{
    width:15px;
    transition:all 0.3s ease;
}
.filter-item {
   padding: 3px 5px;
   transition:all 0.3s ease;
 }
.filter-item-list::-webkit-scrollbar {
   width: 7px;
 }
.filter-item-list::-webkit-scrollbar-thumb {
    background: #0C8CE9;
    border-radius: 8px;
}
.filter-item-list::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #68b2ee0f;
}
 
.filter-item-list .filter-item label {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    padding-left: 5px;
    color: #000;
}
.filter-item-list .filter-item .form-check-input{
    font-size: 14px; 
    position:relative;
    top:2px;
}
.form-check-input:checked {
    background-color: #0C8CE9;
    border-color: #0C8CE9;
}
    
.price-title {
    color: #4A504B;
    font-size: 13.07px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
 }   
 .price-box {
    max-width: 120px;
    height: 32px;
    border-radius: 4.615px;
    border: 1.688px solid #EBEBEB;
    background: #EFF4F8;
    font-size: 15px;
    text-align: center;
     color: #9E9E9E;
    font-weight: 300;
    padding-top: 4px;
    cursor:pointer;
}
.psl-60{
    left:69%;
}
.price-list-item {
    z-index: 10;
    min-width: 110px;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
    padding-left: 5px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    padding-top:5px;
    padding-bottom:5px;
}
.price-list-item .price-item {
    padding:2px 15px;
    font-size: 13px;
    font-weight: 300;
    color: #222;
    cursor:pointer;
    transition:all 0s  ease;
   
}
 .price-list-item  .price-item:hover{
    background-color: #2196f31f;
   }
.price-list-item::-webkit-scrollbar {
      width: 5px;
 }
.price-list-item::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 7px;
}
.price-list-item::-webkit-scrollbar-track {
    border-radius: 7px;
     background-color: transparent;
}
.price-list-item .price-item.active{
    background-color: #2196f31f;
}

.input-search-box2{
    right:9px;
    bottom:9px;
}
.search-form-control {
    border-radius: 4.615px;
    border: 1.688px solid #EBEBEB;
    background: #EFF4F8;
    font-size: 15px;
    color: #222;
    box-shadow: unset !important;
    outline: none;
    font-weight: 300;
}
.search-form-control::placeholder{
      color: #9E9E9E;
}
.filter-item-list.inactive{
    max-height:0px;
    overflow:hidden;
} 
.filter.inactive{
    border: 1px solid lightblue;
   border-radius: 8px;
}
 .caretdown.inactive{
    transform:rotate(180deg); 
}

   .rows{
       display:inline-flex;
   }
 
   .cols-md-4{
       width:33.333333333%;
   }
   .max-width-100{
       max-width:100px;
   }
   .max-width-150{
       max-width:150px;
   }
   .max-width-200{
       max-width:200px;
   }
   .max-width-300{
       max-width:300px;
   }
   .filter-text{
    color: #222;
    font-size: 14px;
    font-weight: 300;
    line-height: inherit;
    text-decoration: none;
    position:relative; 
   }
   .listing-count {
     text-align: center;
     font-weight:400;
     color: #000;
     }
    
    a.save-search {
        text-align: left;
       
    }
    a.email-alert {
        text-align: left;
        display: block;
        top:2px;
   }
   .form-sortby{
      font-size: 12px;
      outline: unset;
      box-shadow: unset !important; 
   }
   .form-sortby:focus{
      border: 1px solid #E2E2E2 !important;
   } 
   .grid-list-text{
       display:block;
       text-align:right;
   }
   .grid-text{
       top:1px;
   }
   .grid-text.active{
       color:#0C8CE9;
   }
   .list-btn span.active{
        color:#0C8CE9;
   }
   .grid-view, .list-view{
      display:none; 
   }
  
    .list-view.show{
       display:block;
   }
   .grid-view.show{
       display:block;
   }
   /* listing box css */
   .custom-padding {
    padding: 8px;
   }
   .text-decoration-none{
       text-decoration:none;
   }
   .card.card2 {
        border: 1px solid #E2E2E2 !important;
        border-radius: 10px !important;
        transition:all 0.1s ease;
      
    }
    .card.card2:hover,.card.card3:hover{
         box-shadow:0px 4px 9px 0px rgba(0, 0, 0, 0.19);;
    }
    .card-image {
        width: 100% !important;
        aspect-ratio: 268.52/255.08;
        overflow: hidden;
        border-radius: 10px !important;
       
    }
    .card.card2 .card-image img{
        width:100%;
        height:100%;
    }
    .card.card2 .card-pl{
        bottom: 10px;
         left: 7px 
    }
     .card.card2 .card-pl .price{
         color: #FFF;
         text-shadow: 0px 5px 13px #222;
         font-size: 17px;
         font-style: normal;
         font-weight: 600;
     }
    .card.card2 .card-pl .location {
        color: #FFF;
        text-shadow: 0px 2.828px 6.362px #000;
        font-size: 11px;
        font-style: normal;
        letter-spacing:0.4px;
        font-weight:300;

    }
    .card.card2 .card-body{
        min-height:107px;
        max-height:107px;
       text-align: center;
    }
   .card2 a.card-title{
        font-size: 13px;
        text-decoration: none;
        font-weight: 600;
        color:#222;
        text-decoration:none;
        display:block;
    }
  .card2 a.card-category-title {
        font-size: 10px;
        color: #565656;
        border-radius: 2px;
        background: #F4F4F4;
        padding: 4px 10px;
        text-decoration: none;
        font-weight: 300;
        letter-spacing:0.5px;
        
    }    
     .card2 .card-ribbon {
            top: 17px;
            left: -5px;
        }
      .card2 .card-ribbon .ribbon{
        font-size: 12px;
        padding: 1px 12px;
        font-weight: 600;
        box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 60%);  
      }      
     .card2 .card-ribbon .yellow {
        background-color: #FFCC33;
    }
    .card2 .card-ribbon .silver {
        background-color: #eaeaea;
    }
    .card-favourite {
        position: absolute;
        top: 6px;
        right: 0px;
        background-color: transparent;
        z-index: 10;
        width: 30px;
        height: 30px;
    }
   .card-favourite .heart {
        width: 23px;
        cursor: pointer;
    }
  .card2  .ribbon-image {
        position: absolute;
        left: -14px;
        height: 60px;
        min-width: 130px;
        top: 5px;
        max-width: 150px;
    }
  .card2 .ribbon {
    position: absolute;
    top: 17px;
    color: #000;
    font-size: 14px;
    left: 11px;
    text-decoration: none;
 }
 .card2 .card-footer{
     background-color:#fff;
 }
.card2 .card-footer2 {
    padding: 10px 10px;
    border-top: 1px dashed #E2E2E2;
 }
.footer-company-logo {
   width: 26px;
   height: 17px;
   position: relative;
   top: 2px ;
}
.pl{
    padding-left: 6px ;
}


a.footer-text ,a.footer-company-text {
    font-size: 11px;
    text-decoration: none;
    color: #555;
    text-overflow: ellipsis;
    width: fit-content;
    white-space: nowrap;
    display:block;
 }
.card-list-view{
   width:83.3333%;     
 }
.card.card3 {
    padding: 10px;
    border-radius: 12px;
    border-color: #E2E2E2;
} 
.card.card3 .ribbon-img-box {
      left: -13px;
}
 .card.card3 img.ribbon-image {
    width: 120px;
}
.card.card3 span.ribbon {
    position: absolute;
    top: 14px;
    left: 23px;
    color: #222;
    font-size: 14px;
}
 .card.card3 .card-image {
    width: 100% !important;
    aspect-ratio: 250 / 255;
    overflow: hidden;
    border-radius: 10px !important;
    border: 1px solid #E2E2E2 !important;
}
 .card.card3 .card-image .card-img-top {
     width: 100%;
     height: 100%;
}
.card.card3 .card-title{
    font-size: clamp(0.3rem, 1.18vw, 1rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card.card3 .card-title a {
    color: #222;
    /*font-size: 16px;*/
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    text-decoration:none;
}
.card.card3 .col-w-29{
    width:29%;
}
.card.card3 .card-location a{
    color: #9A9A9A;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration:none;
}
.card.card3  a.card-catelog.category {
    border-radius: 2.9px;
    background: #F4F4F4;
}
.card.card3 a.card-catelog {
    color: #454545;
    /*font-family: "TT Hoves Pro Trial";*/
    font-size: 11.65px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 13px;
}
.card.card3  a.card-catelog.industry {
    border-radius: 2.9px;
    background: #EFF4F8;
}
.card.card3 .col-w-54{
    width:54%;
}

.card.card3 .card-description{
    height: 100px;
    overflow: hidden;
}

.card.card3 .card-description a {
    text-decoration: none;
    font-weight: 300;
    color: #000;
    font-size: 13px;
    font-style: normal;
     line-height: 20px;
   
}
.card.card3  .card-company {
    text-align: center;
    padding: 5px;
}
.card.card3 .company-logo {
    width: 40px;
    aspect-ratio: 1.2/1;
    border: 1px solid #EFEFEF;
    padding: 5px;
}
.card-company-name {
    text-align: center;
     padding: 0 12px;
}
.left-border{
   border-left: 1px solid #E2E2E2;
}
.card.card3 .card-company-name a {
    color: #555;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
 }
 .card.card3 .card-price{
     text-align:center;
 }
.card.card3 .card-price a{
    font-weight: 600;
    font-size: 18px;
    color: #000;
    text-decoration:none;
}

.item-per-page .item-per-page-box label {
    font-size: 13px;
    font-weight: 300;
    color: #000;
}
.item-per-page .item-per-page-box {
    right: 0;
    top: -49px;
}
.item-per-page .per-page-select{
    padding: 3px;
    border-radius: 7px;
    border: 1px solid #C5C5C5;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    outline: none;
}

/* pagination css */
ul.pagination {
   margin: auto;
   display: inline-flex;
}
ul.pagination li.page-item {
  padding-left: 10px;
  padding-right: 10px;
}
ul.pagination li.page-item .page-link {
   border: none;
   padding-left: 7px;
   padding-right: 7px;
   color: #959595 ;
   font-size: 18px;
}
ul.pagination li.page-item .page-link:hover{
    background-color:#fff;
    border-bottom:2px solid #222;
}
ul.pagination .page-item:first-child .page-link,ul.pagination .page-item:last-child .page-link {
   border-radius: 50%;
   width: 40px;
   height: 40px;
   background-color: #F7F7F7;
  
}
ul.pagination .page-item:first-child .page-link:hover,ul.pagination .page-item:last-child .page-link:hover{
      background-color: #f5f4f4;
      border-bottom:none;
}
ul.pagination li.page-item:first-child .page-link::after{
    content:'';
   
}
 ul.pagination li.page-item:last-child .page-link::after{
     content:'';
   
}
.active>.page-link, .page-link.active {
  z-index: 3;
  background-color: #fff;
  border-bottom: 2px solid #222 !important;
  color:#222 !important;
}
.ad2{
   display:none;
 }
.feature-txt2{
         display:none;
}

.txt-a-767{
     display:none;
   }
.listing-not-found {
    text-align: center;
}
.suggestion {
    text-align: center;
    color: gray;
    font-size: 17px;
    font-weight: 300;
}
 @media(max-width:1241px){
     .card-list-view{
         width:100%;
     }
     .text-align-center{
         text-align:center;
     }
     .ad1{
       display:none;     
     }
     .ad2{
         display:block;
     }
    .bx-container{
         max-width:90%;   
    }     
   .popup-btn {
         display:unset;  
     }
    .feature-txt ,.grid-text{
         display:none;
     }
     .feature-txt2{
         display:unset;
     }
     .card-col-container{
         width:50%;
     }
 }
 @media(max-width:1210px){
     .card.card3 .card-description{
         height:50px;
     }
 }
  @media(max-width:1104px){
      .card.card3 .card-title a{
          font-size:14px;
      }
      .card.card3 .card-price a{
          font-size:15px;
      }
      .card.card3 a.card-catelog {
          font-size:9.65px;
      }
      .card.card3 .card-location a{
          font-size:11px;
      }
      .card.card3 .card-company-name a{
          font-size:13px;
      }
  }
 @media(max-width:1022px){
   .bx-container{
      max-width:96%;   
     } 
    .card.card3 a.card-catelog{
        font-size:8.65px; 
    } 
 }
  @media(max-width:991px){
  .contents{
      margin-top:5rem;
  }      
 
  .col-md-4.ad-right-container{
      display:none;
  }
  .listing-search-container{
      display:none;
  }
  .listing-mobile-search-container {
      display:block;
    }
    .ad2{
         display:none;
     }
    .list-view{
       display:none;
   }
   .grid-view{
       display:block;
   } 
   .sort-width{
      width:100%; 
   }
   .view-width{
       display:none;
   }
   .item-per-page{
       display:none;
   }
 
} 
@media(max-width:767px){
   .bx-container {
       max-width: 100%;
   }
 
   .contents{
      margin-top:0rem;
  }
  .left-width{
          display:none;
   }
  .right-width{
       width:100%;
   }
  .popup-btn{
      display:none;
  }
  .item-per-page{
      display:none;
  }
  .page-features{
      display:none;
  }
  .page-features{
      display:none;
  }
  .bx-advertise{
      display:none;
  }
   .list-view{
      display:none; 
   }
   .grid-view{
       display:block;   
  }   
  ul.pagination li.page-item {
    padding-left: 3px;
    padding-right: 3px;
 }
  ul.pagination .page-item:first-child .page-link, ul.pagination .page-item:last-child .page-link {
      width: 30px;
      height: 30px;
  
    }
  ul.pagination li.page-item .page-link {
      padding-left: 5px;
      padding-right: 5px;
      font-size: 12px;
   }
    .tab-only{
     display:none;
   }
   .s-tab-only {
    display: none;
   }
   .mob-only{
       display:block;
   }
   .footer-company-logo{
       width:30px;
       height:auto;
   } 
  
}
 @media(max-width:545px){
 .card-col-container {
     width: 100%;
  }     
   .txt-b-767{
      display:none;
   }
   .txt-a-767{
     display:unset;
   }
 }
 
 