.pl-0 {
   padding-left: 0;
 }
.pl-5{
    padding-left:5px; 
 }
 .plr-5{
     padding:0 5px;
    
 }

 .float-right{
     float: right;
  }
  .float-left{
      float: left;
  }
  .d-inlineflex{
      display:inline-flex;
  }
.bx-search{
    background: linear-gradient(270deg, #20274D 1.04%, #0464A9 99.44%);
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4
}
.bx-header2{
    border-bottom: 1px solid #e0e0e06e;
}

 .bx-bread-crumb {
     padding-top: 5px;
     font-size:18px;
     font-style:normal;
     font-weight:300;
     color:#000;
 }
 .bx-bread-crumb a{
      text-decoration:none;
      color:#000;
 }
 
 .form-input{
    max-width: 340px;
    min-height: 50px;
    font-size: 17px;
    padding-left: 40px;
    font-weight: 300;
    color: #000;
    box-shadow: unset !important;
    border: none;
    outline: unset;
}
.form-input::placeholder{
   color:#262626;
}
.form-select2 {
    min-height: 50px;
    font-size: 17px;
    padding-left: 35px;
    font-weight: 300;
    color: #000;
    box-shadow: unset !important;
    border: none;
    cursor: pointer;
    padding-top: 12px;
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    color:#262626;
}
.btn-primary.btn-primary2 {
    min-width: 250px;
    max-width: 250px;
    min-height: 50px;
    font-size: 18px;
    background-color: #0C8CE9;
    border-color: #0C8CE9;
    font-weight: 600;
    text-shadow: 0 0 black;
}
 .input-search-box {
    right: 308px;
    top: 12px 
 }
 .input-search-spinner{
      right: 306px;
      top: 10px 
 }
 .input-search-image {
   width: 18px;
}
 .btn-search-span{
         bottom:1px;
 } 
.btn-search-image {
   width: 20px;
}
.position-absolute.caretdown-box {
    right: 16px;
    top: 11px;
    cursor: pointer;
}
.category-list {
    top: 50px;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    z-index: 15;
    box-shadow: 0px 33px 37px 0px rgba(0, 0, 0, 0.29);
    border-radius: 8px;
    transition:all 0.2s ease;
    border: 1px solid #ECECEC;
}
.category-list  .category-item {
    padding: 5px 26px;
    font-size: 17px;
    font-weight: 300;
    cursor: pointer;
    font-style: normal;
    transition:all 0.2s ease;
  
}
 .category-list  .category-item:hover{
      background-color: #2196f31f;
 }
 .category-list .category-item.active{
      background-color: #2196f31f;
 }
.caretdown-box .caretdown{
      transition:all 0.3s ease;
      transform:rotate(0deg);
      width:20px;
 }
.caretdown-box .caretdown.active{
     transform:rotate(-180deg);
}

.location-dropdown {
    max-height: 233px;
    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;
    min-width: 340px;
    right: 0;
    top: 50px;
    max-width: 340px;
    padding: 11px 10px;
}
.no-data {
    text-align:center;
    padding: 17px;
    font-size:17px;
    color: #7e7777;
    font-weight: 300;
}
.no-data h6{
    font-size:17px;
}
.location-dropdown .list-item {
    font-size: 17px;
    font-weight: 300;
    cursor: pointer;
    transition:all 0.2s ease;
    padding: 4px 25px ;
}
.location-dropdown .list-item:hover{
    background-color: #2196f31f;
}  

/* selected location css */
.location-selected {
    right: 8px;
    align-items: end;
    top: 7px;
}
.location-selected .location-selected-item {
    padding: 5px 10px;
    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-selected .location-selected-item  .location-dismiss {
    position: absolute;
    top: -6px;
    right: -10px;
    cursor:pointer;
    transition:all 0.3s ease;
}

  @media(max-width:500px){
    .bx-bread-crumb{
        font-size:15px;
    }  
  }


