.badge-container {
    display: flex;
    justify-content: flex-end; /* Aligns content to the right */
    align-items: center;
    padding: 0px;
}
/*.add-compare-btn .svg{width:14px;height:14px}*/
.business-type-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 9;
    cursor: pointer;
}
.business-type-badge .badge-build-wrap{
    background: black;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.business-type-badge.icon-second {
  right: 4rem;
}
svg.doc-search{
  height: 16px !important;
  width: 16px !important;
  position: relative;
  left: 1px;
}
.business-type-badge svg {
    height: 14px;
    width: 14px;
    fill: #fff;
    cursor: pointer;
}
.geo-radius-wrap{
    margin: auto;
}
.type-selection--verticle{
    flex-direction: column;
}
@media (max-width: 425px){

    .geo-radius-wrap .geo-location-selected .radius-desktop-content{
        display:none;
    }
    .geo-radius-wrap .geo-location-selected{
        margin-left: -6px;
    }
    .geo-radius-wrap .geo-location-selected .radius-val-js{
        margin-right: 3px;
    }

}
@media (min-width: 425px){
    .geo-radius-wrap .geo-location-selected .radius-mobile-content{
        display:none;
    }
}
.geo-radius-wrap .button-geo-location svg{
    width: 16px;
    height: 16px;
    margin-top: -2px;
    stroke: currentColor;
}
/*# sourceMappingURL=main-ltr.css.map */
.geo-radius-body{
    padding:1rem;
}


.content-wrapper.packages-wrap .card-body{
    display: flex;
    justify-content: space-between;
    padding: 2rem;
    align-items: center;
}

.content-wrapper.packages-wrap .card-body .section-head{
    overflow: auto;
    max-height: 450px;    
    padding-right: 50px;
    height: 100%;
}

.content-wrapper.packages-wrap .card-body .section-head h3{
    margin-bottom: 2rem;
}
.content-wrapper.packages-wrap .after-box input{
    display: none;
}
.content-wrapper.packages-wrap .after-box{
   margin-top: .3rem;    
}
.filter-horizontal-item .dropdown-menu{min-width:425px !important;}