    /* Added for Cards */
    .bd-bannertop
{
    background: url(../images/businessdirectory-bannertop.png);
    overflow: hidden;
}

.helpline_image_hgt {
    height:210px;
}
.helpline_call {
    text-decoration: none!important;
    color: initial!important;
}

.bd-banner
{
    background: url(../images/businessdirectory-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.bd-bg-moreconnection
{
    background: url(../images/bd_bg_moreconnection.png);
}
.bd-bg-moreconnection1
{
    background: url(../images/bd-bg-moreconnection.png);
}
.bd-bg-rightside
{
    background: url(../images/bd-verticalbox.png) !important;
}

.bd-bg-elements
{
    background: url(../images/bg-verticalelements.png) !important;
}

.bd-card
{
    /* width: 15rem !important; */
    background-image: url(../images/Helpline_BG.png);
}

.icon call{
background-image: url(../images/Helpline-phone.png) !important;
}

.icon call :hover
{
    background-image: url(../images/location-1.svg) !important;
}

.btn-regbusiness {
    background: #28166F !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    color: #FFFFFF !important;
    font-family: 'Titillium Web' !important;
}

.btn-regbusinesswhite {
    background: #FFFFFF !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    color: #28166F !important;
    font-family: 'Titillium Web' !important;
}

/* Add features related */
.container-fluid{
    position: relative
    ;
}

.addfeature-heading{
    position: absolute;
    top: 2%;
    left: 15%;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #14142B;
}

/* Nav bar CSS */

.navbar {
    border-bottom: 1px solid #BBBBBB;
  }
  
  .nav-link1 {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    padding: 20px 0px;
    margin: 0px 20px;
    display: inline-block;
    position: relative;
    opacity: 0.75;
  }
  
  .nav-link1:hover {
    opacity: 1;
  }
  
  .nav-link1::before {
    transition: 300ms;
    height: 5px;
    content: "";
    position: absolute;
    background-color: #031D44;
  }
  
  .nav-link1-ltr::before {
    width: 0%;
    bottom: 10px;
  }

  .bd-card
{
    /* width: 17rem !important; */
    border: none !important;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin-top: 3% !important;
}
  
  .nav-link1-ltr:hover::before {
    width: 100%;
  }

  .helpline-bg{
    background: url(../images/Helpline_BG.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/*  For Tab */

.border-tab
{
    border: none !important;
    
    
}
.custom-border
{
    border-bottom: 2px solid yellow !important;
}
  
.helpline-card{
    background: #F7F7F7;
}

.nav-link.active
{
    border-bottom: 3px solid #28166F !important;
}

@media(min-width: 576px){
    .search-icon {
        width: auto !important;
    }
     .bd-card-features{
        width: 100% !important;
        justify-content: center !important;
        padding-left: 2% !important;
        padding-right: 2% !important;

    }
    .addonfeatures{
        width: 100% !important;
    } 
    .bd-card{
        width: 48% !important;
        margin-top: 2% !important;
    }
    .cimg{
        width: 100% !important;
        /* height: 125% !important; */
    }
    .findconnectionalign{
        text-align: center !important;
    }
} 
 @media(min-width: 768px){
    .search-icon {
        width: auto !important ;
    }
    .bd-card-features{
        width: 100% !important;
        justify-content: center !important;
        padding-left: 2% !important;
        padding-right: 2% !important;


    }
    .bd-card{
        width: 32% !important;
    }
    .cimg{
        width: 100% !important;
        /* height: 125% !important; */
    }
    .findconnectionalign{
        text-align: center !important;
    }
    .findconnectionalignImage{
        text-align: center !important;
    }
} 

@media(min-width: 992px) and (max-width: 1199px) {
    .search-icon {
        width: auto !important;
    }
    .bd-card{
        width: 32% !important;
        

    }
    .bd-card-features{
        width: 100% !important;
        justify-content: center !important;
        padding-left: 2% !important;
        padding-right: 2% !important;

    }

    .findconnectionalign{
        justify-content: center !important;
    }
} 

@media(min-width: 1200px) and (max-width: 1399px){
    .search-icon {
        width: auto !important;
    }
    .bd-card{
        width: 24% !important;

    }
    .findconnectionalign{
        justify-content: center !important;
    }
} 

@media(min-width: 1400px){
    .search-icon {
        width: 100% !important;
    }
    .bd-card{
        width: 24% !important;
        /* width: 17rem !important; */

    }
    .findconnectionalign{
        justify-content: center !important;
    }


} 
