 .margin-padding {
    padding: 0;
    margin: 0;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-top-60 {
    padding-top: 60px;
}

.position-relative {
    position: relative;
}

.bx-view-all-btn {
    border-color: #0C8CE9 !important;
    color: #0C8CE9;
    padding: 10px 15px;
}

.bx-view-all-btn:hover {
    background-color: #0C8CE9 !important;
    border-color: #0C8CE9 !important;
}

.bx-banner-image {
    width: 100%;
    min-height: 349px;
    max-height: 349px;
}

.bx-search-container {
    position: absolute;
    bottom: calc(100vh - 255px);
    text-align: center;
    width: 100%
}

.bx-search-container .bx-category-heading h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 20px #ffffff52;
    font-size: 39px;
    font-style: normal;
    font-weight: 600;
    line-height: 92.7%;
    text-transform: capitalize;

}
.bx-category {
    padding: 6px 0px;
    text-align: center;
    font-size: 15px;
    color: #262626;
    cursor: pointer;
    transition: 0.1s all ease-in-out;
    margin: auto;
    border-bottom: 6px solid transparent;
    padding-right: 3px;
    padding-top: 12px;
    transition: all 0.3s ease;
    font-weight: 600;

}

.bx-category:hover {
    color: #0C8CE9;
}

.active-category {
    border-color: #0C8CE9;
    color: #0C8CE9;
 }
  .bx-category-icon {
    position: relative;
    bottom: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.bx-category-image {
    width: 18px;
    height: 18px;

}

.b-category-img {
    width: 20px;
    height: 20px;
    position: relative;
    bottom: -1px;
}

.bx-search-bar-item {
    position: absolute;
    background-color: #F8F7F9;
    height: 234px;
    border-radius: 24px;
    border: 1px solid #D4D4D4;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.19);
    max-width: 1006px;
    height: 234px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width:1006px;
}

.bx-category-items {
    background-color: #fff;
    display: flex;
    position: relative;
    top: 24px;
    border-radius: 5px;
    z-index: 1;
    margin: auto;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
    width: 768px;
    height: 46px;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.bx-search-form {
    padding: 0 78px;
    padding-top: 79px;
}

.bx-search-input {
    height: 60px;
    border-radius: 10px;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    box-shadow: none !important;
    border-color: #dee2e6 !important;
}

.location-dropdown-items {
    position: absolute;
    width: 100%;
    max-height: 300px;
    background-color: #fff;
    z-index: 20;
    box-shadow: 0px 33px 37px 0px rgba(0, 0, 0, 0.29);
    border-radius: 8px;
    border: 1px solid #ECECEC;
    overflow: auto;
    padding: 15px 0px;
}

.list-item {
    font-size: 14px;
    padding: 5px 20px;
    text-align: left;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.1s ease;
}

.list-item:hover {
    /*background-color: #f8f9fa;*/
    background-color:#2196f31f;
}

.no-data {
    padding: 15px;
    color: #7e7777;
    font-weight: 300;
}

.no-data div {
    font-size: 13px;
}

.selected-location {
    position: absolute;
    right: 8px;
    align-items: end;
    bottom: 12px;
}

.selected-location-item {
    padding: 6px 15px;
    font-size: 15px;
    font-weight: 200;
    color: #0C8CE9;
    border: 1px solid rgba(12, 140, 233, 0.29);
    text-align: center;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    margin-left: 4px;
}

.location-dismiss {
    position: absolute;
    right: -13px;
    width: 10px;
    top: -5px;
    cursor: pointer;
    transition: all 0.1s ease;

}

.location-dismiss:hover {
    transform: scale(1.2);
}

.subcategory-search-box {
    background-color: #fff;
    text-align: left;
    padding: 19px 18px;
    color: #6b6a6a;
    border: 1px solid #dee2e6;
}

.bx-search-location {
    padding-left: 47px !important;

}

.bx-search-industry {
    padding-right: 35px !important;
    cursor: pointer !important;
}

.bx-search-industry:disabled {
    background-color: #fff !important;

}

.subcategory-container {
    position: absolute;
    max-height: 300px;
    z-index: 10;
    background-color: #fff;
    overflow: auto;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 33px 37px 0px rgba(0, 0, 0, 0.29);
    border-radius: 8px;
    padding-top: 0px;
    z-index: 20;
    padding-top: 10px;
}

.subcategory-item {
    text-align: left;
    padding: 6px 10px;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

.subcategory-item:hover {
    background-color:#2196f31f;
}

.b-gray {
    background-color: #2196f31f;
}

.bx-search-icon {
    position: absolute;
    left: 21px;
    top: -37px;
    width: 15px;
}

#spinner-icon {
    width: 30px;
    top: -45px;
    left: 12px;
}

.bx-caretdown {
    position: absolute;
    right: 21px;
    width: 18px;
    top: -37px;
    transition: all 0.3s ease-in-out;
}

.bx-caretup {
    position: absolute;
    right: 21px;
    width: 18px;
    top: -37px;
}

.bx-search-btn {
    width: 39%;
    height: 65px;
    text-align: center !important;
    position: absolute;
    top: 56px;
    background-color: #0C8CE9 !important;
    border-color: #0C8CE9 !important;
    border: 1px solid #0C8CE9 !important;
    font-size: 20px !important;
    border-radius: 15px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.bx-search-btn:hover {
    background-color: #076eb8 !important;
    border-color: #076eb8 !important;
    border: 1px solid #076eb8 !important;
}

.bx-search-btn[disabled=disabled],
.bx-search-btn:disabled {
    background-color: #076eb8 !important;
    border-color: #076eb8 !important;
    border: 1px solid #076eb8 !important;
}

.bx-search-icon2 {
    width: 20px;
    height: 19px;
}

.select-items {
    text-align: left;
    padding: 7px 10px;
    position: sticky;
    box-shadow: 2px 6px 6px rgb(0 0 0 / 5%);
    border-radius: 8px;
    top: 0px;
    background-color: #fff;
}

.bx-franchise {
    margin-top: 50px;
}

.bx-listing-heading {
    font-size: 1.8rem;
    font-weight: 500;
    color: #000;
    font-style:normal;
}
.carousel-item {
    padding: 0 5px;
}
.bx-card {
    max-width: 15.6% !important;
    margin:auto;
    border: none !important;
    padding: 0 !important;

}

.bx-card-image {
    width: 100% !important;
    aspect-ratio: 268.52/255.08;
    overflow: hidden;
    border-radius: 10px !important;
    border: 1px solid #EBEEF7 !important;

}

.bx-listing-image {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;

}

.bx-listing-image:hover {
    transform: scale(1.1);
    border-radius: 15px !important;
}

.carousel {
    position: relative;
    padding: 0;
}

button.indicators {
    background-color: #0C8CE9 !important;
    width: 13px !important;
    height: 13px !important;
    border-radius: 50%;
    opacity: 0.2 !important;
    transition: all 0.1s ease-in-out;

}

.carousel-indicators .active {
    opacity: 1 !important;
}

.bx-carousel-indicator {
    bottom: -50px !important;
}

.card-body {
    height: 70px;
    padding: 0 !important;
    padding-top: 8px !important;
    padding-left: 4px !important;
}

.card-body2 {
    height: auto;
}

/*.card-title {*/
/*    color: #222;*/
/*    font-size: 11px;*/
/*    letter-spacing: 1px;*/
/*}*/
.card-title {
    color: #222;
    letter-spacing: 0.5px;
    font-size: clamp(0.3rem, 0.85vw, 1rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carousel-control-next,
.carousel-control-prev {
    top: 34% !important;
    background-color: #c5e3ff29 !important;
    transition: all .15s ease !important;
    width: 32px !important;
    height: 33px !important;
    opacity: 1 !important;
    border-radius: 5px;
}

.carousel-control-next:hover {
    background-color: #0C8CE9 !important;
}

.carousel-control-prev:hover {
    background-color: #0C8CE9 !important;
}

.carousel-control-prev {
    left: -3% !important;
}

.carousel-control-next {
    right: -3% !important;
}

#bx-franchise-left-white-arrow,
#bx-franchise-right-white-arrow {
    display: none;
}

.bx-franchise-logo-box {
    position: absolute;
    top: -39px;
    width: 70px;
    height: 22px;
    right: -3px;
    overflow: hidden;
    background-position: 50%;
    background-size: 92%;
    background-repeat: no-repeat;
}

.bx-franchise-logo-box2 {
    width: 60px;
    right: 0;
    background-size: 50% 95%;
}

.bx-franchise-logo {
    width: 100%;
}

.bx-favourite-box {
    position: absolute;
    top: 6px;
    right: 0px;
    background-color: transparent;
    z-index: 10;
    width: 30px;
    height: 30px;
}

.bx-heart {
    width: 23px;
    cursor:pointer;
}

.bx-heart-filled {
    width: 23px;
}

.bx-advertise-item {
    width: 100%;
    min-height: 300px;
    max-height: 300px;

}

.gray {
    background-color: #374B5CBF;
    background-image: url('https://bizsold.com/bizex-image/advertiser-bg.png');
    min-height: 350px;
    max-height: 350px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bx-advertise-box {
    background-image: url('https://bizsold.com/bizex-image/gray-gradiant.png');
    min-height: 500px;
    width: 100%;
    background-size: 100% 100%;
    position: absolute;
    bottom: 50px;
    background-repeat: no-repeat;
    max-height: 500px;
    text-align: center;
    padding-top: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1280px;
}
.ms-2{
    display:none;
}
.d-inline-flex {
    display: inline-flex;
}

.text {
    margin-left: 40%;
    font-size: 30px;
    font-weight: 500;
    padding-right: 10px;
}

.text2 {
    margin-left: 20%;

}

.text3 {
    margin-left: 8%;
}

.bx-advertise-item-heading h1 {
    color: #000;
    font-weight: 500;
}

.bx-advertise-item-des {
    color: #676767;
}

.yellow-line {
    height: 46px;
    width: 5px;
    background-color: #FC3;
    border-radius: 10px;
    padding: 0 2px;
    margin-left: 2px;
}

.blue-text {
    margin-left: 5px;
    color: #0C8CE9;
    font-size: 19px;
    font-weight: 300;
    position: relative;
    bottom: 5px;
}

.bx-advertise-item-yellow-btn a {
    background-color: #FC3;
    padding: 12px 68px;
    font-size: 21px;
    font-weight: 400;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #2B2B2B;
    display: inline-block;
    margin: 0 auto;
}

.bx-advertise-item-yellow-btn a:hover {
    background-color: #dfab0f;
}

.bx-advertise-item-btn a {
    padding: 5px 31px;
    background-color: #0C8CE9;
    border-color: #0C8CE9;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.bx-advertise-item-btn a:hover {
    background-color: #0b76c4;
    border-color: #0b76c4;

}

.blue-text-item2 {
    margin-left: -18px;
    margin-top: -3px;
}
.m-l-39{
    margin-left:-39px;
}
.m-l-35{
     margin-left:-35px; 
}

.specs-icons {
    position: absolute;
    font-size: 11px;
    bottom: 9px;
    right: 6px;
}

.bx-card2 {
    max-width: 15.6% !important;
    margin:auto;
    border: none !important;
    padding: 0 !important;
    border-radius: 10px !important;
    border: 1px solid #EBEEF7 !important;
}

.bx-card-image2 {
    width: 100% !important;
    aspect-ratio: 268.52/255.08;
    overflow: hidden;
    border-radius: none !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

/*.card-title2 {*/
/*    font-size: 15px;*/
/*    font-style: normal;*/
/*    color: #191F33;*/
/*    font-weight: 600;*/
/*}*/
.card-title2 {
    font-style: normal;
    color: #191F33;
    font-size: clamp(0.3rem, 1vw, 1rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 73%;
}
.bx-mobile-container{
     display:none;
     position: absolute;
     width: 100%;
     left: 0;
     right: 0;
     top: 20%;
     transition:all 0.3s ease;
}
.start-search-btn{
  width: 90%;
  height: 37px;
  position: absolute;
  left:0;
  right:0;
  top:167px;
  margin:auto;
  font-size:13px;
  display:none;
}
.start-search-btn:hover{
 background-color: #076eb8 !important;
 border-color: #076eb8 !important;
}
.start-search-btn.show{
   background-color: #076eb8 !important;
 border-color: #076eb8 !important;
}
.active-start-search-btn {
  top: 104px;
}
 
 .bx-mobile-form {
    border: none;
    width:90%;
    height:37px;
    font-size: 13px;
    outline:none !important;
    box-shadow:none !important;
}
  .bx-mobile-form2 {
     margin:auto;
      border: 1px solid gray !important;
      padding-left:10px;
      
}
.location-search2{
    padding-left:32px;
}
.mob-search-icon{
    position: absolute;
    left: 7%;
    top: -31px; 
}
 .bx-search-icon4{
  position: absolute;
    left: 5%;
    top: -34px;
    border-radius: 25px;
}
.bx-search-icon3{
    width:15px;
}
.bx-search-mobile-btn{
      left:0;
      right:0;
      width: 90%;
      height: 37px;
      margin:auto;
      display:block;
      font-size:13px;
}  
 .bx-mobile-location-container-items {
    position: absolute;
    z-index: 30;
    background-color: #fff;
    width: 90%;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 8px;
    box-shadow: 0px 33px 37px 0px rgba(0, 0, 0, 0.29);
    border-radius: 8px;
}   
  
#mobileSearchFrom{
    display:none;
    transition:all 0.3s ease;
}
#mobileSearchFrom .selected-location {
    position: absolute;
    right: 7%;
    align-items: end;
    bottom: 12px;
    bottom: 7px;
}

#mobileSearchFrom .selected-location  .selected-location-item {
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 200;
    color: #0C8CE9;
    border: 1px solid rgba(12, 140, 233, 0.29);
    text-align: center;
    border-radius: 5px;
    float: right;
    cursor: pointer;
   
}
.top28{
    top:28%;
} 
   /* footer */
        @media(max-width:1450px) {
            .bx-category {
                font-size: 14px;
            }
        }
        @media (max-width:1399px) {
            .bx-footer-social-link-box h1 {
                font-size: 25px;
            }
            .bx-footer-social-link-item img {
                width: 49px;
                padding: 0px 1px;
            }
            .bx-footer-nav-links-item a {
                font-size: 15px;
            }
            .bx-footer-nav-links h3 {
                font-size: 17px;
            }

        }
     /* footer responsive css*/
      @media(max-width:1314px){
            .col-newsletter{
                width:100%;
                text-align: center;
                margin: auto;
            }
            .bx-footer-newsletter{
                text-align:center;
                margin:auto;
            }
            .newsletter-category {
               text-align:left;
            }
            .bx-news-letter-cate {
                right:unset;
                left:46%;
            }
        }
      @media (max-width:1199px) {
            .bx-category-icon {
                padding: 2px 0;
            }
             .bx-footer-newsletter h1 {
                top: 0;
            }
            .bx-form-input1::placeholder,
            .bx-form-input2::placeholder {
                font-size: 11px;
            }
             .desk-only{
                  display:none;
             }
             .tab-only{
                display:block;
            }
            .h-d{
                display:none;
            }
          .bx-card {
            max-width: 23.5% !important;
           
          }
           .bx-card2 {
             max-width: 23.5% !important;
            }

         .carousel-inner{
             padding: 0 2px;
         }
         .carousel-control-prev {
            left: -4% !important;
          }
         .carousel-control-next, .carousel-control-prev{
              width: 28px !important;
              height: 28px !important;
              right: -4% !important;
         }
          .bx-category {
               font-size: 13px;
               padding: 6px 0px;
          }
          .bx-category-items {
             width: 710px;
             padding-left: 5px;
             padding-right: 5px;
          }
          .bx-search-bar-item {
                width: 910px;
         } 
     }
      @media (max-width:1163px) {
       .text {
           font-size: 28px;
         }
       .blue-text{
           font-size: 18px;
         } 
     }
      @media (max-width:1106px) {
      .text {
          font-size: 26px;
        }
      .blue-text{
          font-size: 17px;
        } 
     .bx-image.footer-logo {
        max-width: 165px;
       } 
      .bx-footer-contact {
        font-size: 20px;
       } 
      .bx-footer-social-link-box h1 {
       font-size: 20px;
      }  
      .bx-footer-social-link-item img {
        width: 38px;
       padding: 0px 1px;
      }
        
      }
      @media (max-width:1050px) {
      .text {
          font-size: 24px;
        }
      .blue-text{
          font-size: 16px;
        } 
     }
      @media(max-width:992px) {
  
    .bx-banner-image {
        width: 100%;
        min-height: 300px;
         max-height: 300px;
     }
     .bx-search-container {
       bottom: calc(100vh - 200px);
      }
     .bx-search-bar-item {
        width: 710px;
        height:180px;
      }
      .bx-search-form {
        padding: 0 28px;
        padding-top: 57px;
     }
     .bx-category-items {
       width: 610px;
       height: 43px
      }
      .bx-category {
       font-size: 11px;
        padding: 9px 0px;
      }
      .bx-search-container .bx-category-heading h1{
          font-size: 35px;
      }
      .bx-search-btn {
          width: 35%;
          height:60px;
          top:28px;
      }
      .selected-location-item {
          font-size:12px;
      }
      .subcategory-item {
           font-size:12px;
      }
      .bx-search-input {
           font-size:12px;
      }
      .bx-listing-heading {
          font-size: 1.6rem;
      }
     .bx-view-all-btn {
        padding: 8px 12px;
     }
     .list-item {
         font-size: 12px;
     }
    .bx-advertise-item-btn a {
        font-size: 12px;  
        padding: 5px 21px;
    }
    .bx-advertise-item {
       min-height: 250px;
       max-height: 250px;
    }
    .bx-advertise-box {
        min-height:unset;
        height:350px;
        background-size: 100% 100%;
        padding-top: 30px;
    }
   .bx-advertise-item-heading h1 {
        font-size: 30px;
    }
    .bx-advertise-item-des {
       padding-top: 0.5rem !important;
       font-size: 15px;
    }
    .pt-1-8{
        padding-top:1.8rem !important;
    }
    .yellow-line{
        height: 34px;
        width: 3px;
    }
    .bx-advertise-item-btn a {
        padding: 5px 21px;
        font-size: 12px;
    }
    .text {
        font-size: 20px;
     }
    .blue-text{
        margin-left: 6px;
        font-size: 14px;
     }
     .m-l-39{
         margin-left:-36px;
     }
     .m-l-35{
         margin-left:-27px; 
        }
     .bx-advertise-item-yellow-btn a {
         padding: 9px 50px;
         font-size: 18px;
      }
 }
   
      @media(max-width:880px) {
            .bx-advertise-container {
                width:100%;
            }
        } 
    
  
      @media(max-width:768px) {
       .carousel-item {
            padding: 0 0;
        }
        .bx-card {
           max-width: 47% !important;
         }
         .bx-card2 {
             max-width:  47% !important;
            }
        .carousel-control-prev {
             left: -5% !important;
          }
          .tab-only{
              display:none;
          }
          .s-tab-only{
               display:block;
          }
      }
     
     
      @media(max-width:729px) {
         .bx-search-container{
             display:none;
         }  
        
         .bx-mobile-container{
             display:block;
         }
         .bx-banner-image {
          min-height: 220px;
          max-height: 220px;
          /*margin-top:84px;*/
           }
         .bx-franchise {
           margin-top: 50px;
         }
          .start-search-btn{
             display:block;
         }
         
       }
      @media(max-width:729px){
          .bx-advertise-item-btn a {
            padding: 6px 19px;
            font-size: 11px;
           }
           .bx-advertise-item-heading h1 {
              font-size: 22px;
           }
           .bx-advertise-item-des {
             padding-top: 0rem !important;
             font-size: 11px;
         }
         .text {
           font-size: 15px;
           }
         .yellow-line {
             height: 26px;
          }
         .blue-text {
            margin-left: 6px;
            font-size: 10px;
            bottom:2px;
          }
          .blue-text-item2 {
            margin-left: -10px;
            margin-top: -3px;
            }
         .m-l-39 {
           margin-left: -29px;
           }   
           .m-l-35 {
            margin-left: -19px;
           }
           .bx-advertise-item-yellow-btn a {
             padding: 8px 42px;
             font-size: 15px;
            }
            .bx-footer-newsletter h1 {
                font-size:1.3rem;
            }
        }
  
     @media(max-width:600px) {
            .lg-only {
                display: none;
            }

            .sd-only {
                display: block;
            }
        }
      @media (max-width: 576px){
        .col-sm-6 {
           width: 50%;
         }
}          
      @media(max-width:575px) {
           .s-tab-only{
               display:none;
          }
           .mob-only{
               display:block;
           }
            .carousel-control-next {
              right: -1px !important;
            }
           .carousel-control-prev {
              left: unset !important;
              right: 29px !important;
           }
           .carousel-control-next, .carousel-control-prev {
             top: -28px !important;
           }
           .bx-card {
              max-width: 93% !important;
           }
           .bx-card2 {
             max-width:  93% !important;
            }
           .bx-view-all-btn {
              padding: 8px 0px;
            }
            .bx-listing-heading {
             font-size: 1.3rem;
             padding-left: 1px;
             padding-bottom:10px;
             }
           
        }      

      @media(max-width:502px) {
         .text {
          margin-left: 24%;
         }
         .text2 {
           margin-left: 13%;
          }
         .text3 {
          margin-left: 0%;
         }
      }
      @media(max-width:466px) {
            .p-435-0{
                padding:0;
            }
       }
     
   
       
      @media(max-width:418px) {
          .ms-1{
            display:none;
          }
           .ms-2{
            display:block;
          }
          .pt-418-2{
              padding-top:0.5rem !important;
          }
          .pt-418-3{
             padding-top: 1rem!important;
          }
         .a-text {
           margin: auto;
           padding: 0;
         }
         .d-inline-flex2 {
          min-width: 140px;
          padding: 7px 5px;
          }
          .text {
           margin-left: 0;
           padding-right: 5px;
          }
          .text2 {
           margin-left: 0;
          }
          .m-l-39 {
           margin-left: -25px;
         }
         .text3 {
          margin-left: -2px;
        }
        .bx-advertise-item-des {
            font-size:10px;
        }
        
        .pt-1-8 {
         padding-top: 1rem !important;
       }
          
       }
     

