body .container {
    min-height: unset !important;
}
.lp-join-now ul.lp-user-menu > li > a {
    color: #000;
}

/*BPRO Navbar*/
.home #bpro-navbar{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}
.bpro-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.bpro-navbar-nav ul {
    margin-right: 30px;
}
.bpro-navbar-nav ul li{
	margin-right:30px!important;
}
.bpro-navbar-nav ul li:last-child{
	margin-right:0px!important;
}
.lp-join-now {
    margin-right: -30px;
}
.bpro-navbar-nav .lp-user-menu li {
    width: 100%;
}
.bpro-navbar-nav .lp-user-menu li a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.bpro-navbar-nav,
.bpro-navbar-nav ul
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}
.bpro-navbar-nav li:not(:last-child) {
    margin-right: 15px;
}
.bpro-navbar-nav li ul li {
    margin-right: 0 !important;
}
.bpro-navbar-nav li a {
    
    color: #241B1B;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}
.bpro-navbar-nav li .bpro-navbar-nav-btn {
    padding: 13px 25px;
    margin: 0;
    background: transparent;
    border: 1px solid transparent;
    
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bpro-navbar-nav li .bpro-navbar-nav-btn i {
    margin-right: 10px;
}

.bpro-navbar-nav li:first-child .bpro-navbar-nav-btn {
    background-color: var(--pp-color);
    color: var(--s-color);
}
.bpro-navbar-nav li:first-child .bpro-navbar-nav-btn:hover {
    background-color: var(--s-color);
    color: var(--pp-color);
}

.bpro-navbar-nav ul li.menu-item-has-children ul li a {
color: var(--s-color);
}
.bpro-navbar-nav ul li.menu-item-has-children ul li a:hover {
color: var(--p-color);
}
.bpro-navbar-nav ul li.menu-item-has-children ul li a:hover {
border-left-color: var(--p-color);
}
.bpro-navbar-nav ul li.menu-item-has-children {
    position: relative;
}
.bpro-navbar-nav ul li.menu-item-has-children ul li:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.bpro-navbar-nav ul li.menu-item-has-children ul {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    border-left: 1px solid rgba(0, 0, 0, .05);
    border-radius: 3px;
    box-shadow: 3px 2px 7px 1px rgb(0 0 0 / 8%);
    margin-left: -16px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 100%;
    transform: scale(0);
    transform-origin: 10% top 0;
    z-index: 999999;
    width: 200px;
    -webkit-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(.39, .575, .565, 1) 0s, transform 0.15s cubic-bezier(.1, 1.26, .83, 1) 0s;
    -moz-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(.39, .575, .565, 1) 0s, transform 0.15s cubic-bezier(.1, 1.26, .83, 1) 0s;
    -ms-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(.39, .575, .565, 1) 0s, transform 0.15s cubic-bezier(.1, 1.26, .83, 1) 0s;
    -o-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(.39, .575, .565, 1) 0s, transform 0.15s cubic-bezier(.1, 1.26, .83, 1) 0s;
    transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(.39, .575, .565, 1) 0s, transform 0.15s cubic-bezier(.1, 1.26, .83, 1) 0s;
    padding: 0 !important;
    background-color: #fff;
    display: block;
    justify-content: unset;
    align-items: unset;
    flex-flow: unset;
}
.bpro-navbar-nav ul li.menu-item-has-children:hover > ul {
    opacity: 1;
    transform: scale(1);
}
.bpro-navbar-nav ul li.menu-item-has-children ul li a {
    padding: 15px;
    border-left: solid 2px transparent;
    display: block;
    font-size: 14px;
    border-top: 0;
    text-align: left;
    margin-left: -1px;
}


/*BPRO Banner*/

.bpro-banner-search {
   
        position: absolute;
    z-index: 2;
    top: 45%;
    transform: translateY(-55%);
    
}
.bpro-banner-search-title {
    letter-spacing: 0.76px;
	color: #273037;
    font-weight: 800;
    line-height: 40px;
    font-size: 48px;
	margin-bottom:40px;
    
    
}
.bpro-banner-search-small-title {
    letter-spacing: 0.76px;
	color: #273037;
    font-weight: 400;
    line-height: 40px;
    font-size: 38px;
    
}
/*BPRO Banner Search*/
.bpro-banner-search .lp-search-bar {
    margin: 0;
    padding: 0px;
    display: block;
    background: #fff;
    border-radius: 0;
	border: 1px solid #273037;
}
.bpro-banner-search .form-inline .form-group {
    margin: 0;
}
.bpro-banner-search .form-group .lp-search-bar-right,
.bpro-banner-search .form-group .lp-search-bar-right input
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.bpro-banner-search .form-group .lp-search-bar-right input {
    letter-spacing: 1.3px;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    padding: 0px 14px;
    text-align: center;
	height: 47px;
    
}
.bpro-banner-search .lp-search-icon{
	display:none;
}
.bpro-banner-search .form-group .lp-search-bar-right {
    background: #273037;
    border: 0px solid var(--p-color);
    width: 100px;
}
.bpro-banner-search .form-group .lp-search-bar-right:hover{
	 background: #273037;
	 color:#fff;
}
.bpro-banner-search .form-group .lp-search-bar-right:hover input {
    background: #273037;
	 color:#fff;
}
.bpro-banner-search .form-group .lp-search-bar-right input {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
}
.bpro-banner-search .form-group.lp-suggested-search .what-placeholder {
    min-width: 320px;
}
.bpro-banner-search .form-group.lp-suggested-search .what-placeholder input {
    min-width: unset;
    width: calc(100% - 45px);
    display: block;
    margin-left: auto;
    border-right-color: #273037 !important;
   height: 47px;
    line-height: 47px;
}
.bpro-banner-search .form-group.lp-suggested-search input:focus {
    border-color: transparent;
}
.bpro-banner-search .lp-search-bar .lp-location-search .ui-widget>i {
    right: 15px;
    left: unset;
    color: #241B1B;
}
@media (min-width: 768px) {
    #bpro-banner form.form-inline {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
}
.bpro-banner-search .lp-search-bar .lp-suggested-search .input-group-addon.lp-border,
.bpro-banner-search .form-group.lp-location-search .lp-where {
    letter-spacing: 0;
    color: #273037;
    
    font-size: 13px;
    font-weight: normal;
	line-height: 47px;
    height: 47px;
}
.bpro-banner-categories-outer{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.bpro-banner-search .form-group.lp-location-search input#cities {
    padding-left: 65px;
    height: 47px;
    line-height: 47px;
}
#bpro-banner .bpro-banner-categories {
    min-height: 130px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-flow: wrap;
	position: relative;
    bottom: -40px;
}
#bpro-banner .bpro-banner-categories .bpro-banner-category {
    background:#273037;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 25px 40px;
    border-bottom: none;
    border-left: none;
    max-width: calc(100% / 8);
}
#bpro-banner .bpro-banner-categories .bpro-banner-category:first-child {
    border-left: 1px solid #ffffff75;
}
#bpro-banner .bpro-banner-categories .bpro-banner-category:last-child {
    border-right-color: #ffffff75;
}
#bpro-banner .bpro-banner-categories .bpro-banner-category img {
    margin-bottom: 10px;
	width: 30px;
}
#bpro-banner .bpro-banner-categories .bpro-banner-category p {
    margin: 0;
    letter-spacing: 0.65px;
    color: #FEFDFC;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
}
#bpro-banner .bpro-banner-categories .slick-track {
    max-height: 160px !important;
    overflow: hidden;
}
/*Setions*/

.bpro-element {
    padding: 100px 0 70px 0;
}
.lp-section-title-container h2 {
    letter-spacing: 2.4px;
	font-size:24px;
    text-transform: uppercase;
}
.lp-section-title-container .lp-sub-title {
   letter-spacing: 1.3px;
	color: #7C758D;
    line-height: 22px;
    max-width: 70%;
    margin: 0 auto;
	font-size:14px;
}


/*Grids*/
.bpro-listing-grid {
    margin-bottom: 30px;
    min-height: 445px;
}
.bpro-listing-grid-content-outer{
	 background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 16px 28px #472E2E0F;
	margin-left:15px;
}
.bpro-listing-grid:hover .bpro-listing-grid-content-outer{
    box-shadow: none;
}
.bpro-listing-grid .bpro-listing-grid-thumb {
    position: relative;
}
.bpro-listing-grid .bpro-listing-grid-thumb img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.bpro-listing-grid .bpro-listing-grid-thumb .bpro-fav-container {
    position: absolute;
    bottom: 0;
    right: 10px;
    background: #FFFFFF 0 0 no-repeat padding-box;
	width:40px;
	height:30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.bpro-listing-grid .bpro-listing-grid-thumb .bpro-fav-container *:not(.fa) {
    color: #7C758D;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
}
.bpro-listing-grid .bpro-listing-grid-thumb .bpro-fav-container .fa {
    color: #000000;
	    font-size: 16px;
}
.bpro-listing-grid-content {
    padding: 20px 15px 10px 15px;
}
.bpro-listing-grid-content h3 {
    letter-spacing: 0.9px;
    color: #241B1B;
       margin: 0 0 0px 0;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bpro-listing-grid-content p,
.bpro-listing-grid-content p a
{
    letter-spacing: 0;
    color: #7C758D;
    font-size: 11px;
    line-height: 17px;
    font-weight: normal;
    margin: 0;
    word-break: break-all;
}
.bpro-tags{
	margin-bottom:13px !important;
}
.bpro-tags,.bpro-tags a{
	font-size: 12px!important;
}
.bpro-listing-grid-content p span:first-child{
	display:none;
}
.bpro-listing-grid-content h6 {
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0;
    color: #241B1B;
    margin-top: 25px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bpro-listing-grid-content p.bpro-grid-city {
    margin: 0 !important; 
}
.bpro-listing-grid-content p.bpro-grid-city a {
    font-size: 13px;
    font-weight: 400;
    color: #241B1B;
}
.bpro-listing-grid-content-rating-city {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.bpro-listing-grid-content h6 i.fa {
    margin-right: 5px;
    color: #241B1B;
}
.lp-add-to-fav .fa-bookmark-o:not(.fa-spin):before {
    content: '\f08a';
}
.lp-add-to-fav .fa-bookmark:not(.fa-spin):before {
    content: '\f004';
}
.bpro-listing-grid .lp-new-grid-bottom-button ul.clearfix{
	border:0px !important;
	padding:13px;
}
.bpro-listing-grid .lp-new-grid-bottom-button ul li{
	border: 1px solid #27303747!important;
	    margin-right: 5px;
}
.bpro-listing-grid .lp-new-grid-bottom-button ul.clearfix li:last-child {
  
    margin-right: 0px !important;
}
.bpro-listing-grid .lp-new-grid-bottom-button ul li:first-child:nth-last-child(2),.bpro-listing-grid  .lp-new-grid-bottom-button ul li:first-child:nth-last-child(2) ~ li {
    width: 49%;
}
.bpro-listing-grid .lp-new-grid-bottom-button ul li a,.lp-new-grid-bottom-button ul li p,.lp-new-grid-bottom-button ul li p span{
    font-size: 13px;
    color: #273037;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    line-height: 38px;
    font-weight: 500;
}
.bpro-listing-grid .lp-listing-stars{
	float:none !IMPORTaNT;
}
.bpro-listing-grid .lp-listing-stars .lp-rating-num {
    display: inline-block;
    background: #fff !important;
    color: #241B1B!important;
    float: left;
    height: 26px;
    padding: 0 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #27303747;
    border-right: 0px;
	line-height: 26px;
	font-size: 13px;
    font-weight: 600;
}
.bpro-listing-grid .lp-listing-stars .lp-star-box {
    line-height: 0px;
    border: 0px;
    height: auto;
    width: auto;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    padding: 0px;
}
.bpro-listing-grid .lp-rating-stars-outer {
       line-height: 26px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 0px 4px;
    display: inline-block;
    float: left;
    height: 26px;
    border: 1px solid #27303747;
}

/*Categories Table*/

.bpro-categories-element {
    margin-bottom: 30px;
}
.bpro-categories-element .bpro-categories-element-category {
    background: #fff;
    margin: 0px 20px;
    margin-bottom: 100px;
    transition: 300ms ease-in-out;
}
.bpro-categories-element .bpro-categories-element-category:hover {
    box-shadow: 0 16px 28px #472e2e0f;
    transform: scale(1.1);
}
.bpro-categories-element-category-thumb{
	position: relative;
    top: -40px;
    left: -20px;
    right: 0;
}
.bpro-categories-element .bpro-categories-element-category:last-child,
.bpro-categories-element .bpro-categories-element-category:nth-child( 4n+0 )
{
    border-right: none;
    clear: right;
}

.bpro-categories-element .bpro-categories-element-category img {
    width: 100%;
    height: 195px;
    object-fit: cover;
}
.bpro-categories-element .bpro-categories-element-category h4 {
   letter-spacing: 0.8px;
   color: #241B1B;
    font-weight: 500;
    font-size: 16px;
    
    margin: 0;
    
  
}
.bpro-categories-element-category{
	margin-bottom:100px;
}
.bpro-categories-element .bpro-categories-element-category h4 a{
	color: #241B1B;
    font-weight: 500;
    font-size: 16px;
    
}
.bpro-categories-element .bpro-categories-element-category p {
    letter-spacing: 0;
    color: #7C758D;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    text-overflow: ellipsis;
    margin: 0 0 20px 0;
    white-space: nowrap;
    overflow: hidden;
}
.bpro-cat-hover-icon {
    display: none;
}
.bpro-categories-element .bpro-categories-element-category a:hover .bpro-cat-hover-icon {
    display: none;
}
.bpro-categories-element-category-bottom {
    position: relative;
    padding: 20px 20px;
    margin-top: -40px;
}
.bpro-categories-element-category-bottom label{
	letter-spacing: 0.65px;
    color: #241B1B;
    font-size: 13px;
    font-weight: 500;
}

/*Location Element*/

.bpro-locations-element-location {
    max-height: 325px;
    box-shadow: 0 12px 24px #00000029;
    margin-bottom: 30px;
}
.bpro-locations-element-location img {
    width: 100%;
    height: 325px;
    display: block;
    padding: 0;
    margin: 0;
    object-fit: cover;
    transition: 300ms ease-in-out;
}
.bpro-locations-element-location .bpro-locations-element-location-title {
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 16px 28px #472E2E0F;
    padding: 15px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    display: none;
    transition: 300ms ease-in-out;
}
.bpro-locations-element-location .bpro-locations-element-location-title h4 {
    margin: 0;
    letter-spacing: 0;
    color: #241B1B;
    font-weight: 600;
    line-height: 40px;
    font-size: 16px;
}
.bpro-locations-element-location:hover {
    box-shadow: none
}
.bpro-locations-element-location:hover img {
    height: calc(325px - 70px);
    object-position: top;
}
.bpro-locations-element-location:hover .bpro-locations-element-location-title {
    display: block;
}


/*Activity Grid*/

.bpro-activity-grid-padding {
    padding-top: 10px;
}
.bpro-activity-grid {
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 15px 30px #769D6514;
    padding: 30px;
    margin-bottom: 0px;
}
.bpro-activity-grid:hover {
    box-shadow: none;
}
.bpro-activity-grid .bpro-activity-grid-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #C2C4D633;
}
.bpro-activity-grid .bpro-activity-rating-num {
    min-width: 55px;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    top: calc(-15px + -10px);
    margin-right: 15px;
}
.bpro-activity-grid .bpro-activity-rating-num span {
    letter-spacing: -0.48px;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 50px;
    font-weight: 600;
    margin: 0;
}

.bpro-activity-grid .bpro-activity-rating-num-star i {
    color: #FFCE00;
    font-size: 16px;
    margin-right: 3px;
}
.bpro-activity-grid-content h4 {
    letter-spacing: 0;
    color: #241B1B;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
        margin: 0 0 5px 0;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bpro-activity-grid-content p {
    font-size: 13px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 15px 0;
    letter-spacing: 0.22px;
    color: #7C758D;
    min-height: 96px;
}
.bpro-activity-grid-content a {
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    margin: 20px 0 -10px 0;
    letter-spacing: 0.22px;
    color: #7C758D;
    font-style: italic;
    display: block;
    padding-top: 15px;
    border-top: 1px solid #E5E5E5;
}
.bpro-activity-grid-content a .fa {
    color: #7C758D;
    margin-right: 5px;
}

.bpro-activity-grid-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	    margin-bottom: 20px;
}
.bpro-activity-grid-footer .bpro-activity-author-thumb {
    margin-right: 10px;
    min-width: 46px;
}
.bpro-activity-grid-footer .bpro-activity-author-thumb img {
    width: 46px;
    height: 46px;
   
    object-fit: cover;
}
.bpro-activity-grid-footer .bpro-activity-author-detail a h4 {
        letter-spacing: 0.2px;
    color: #2D2D37;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    text-transform: capitalize;
}
.bpro-activity-grid-footer .bpro-activity-author-detail p {
    letter-spacing: 0.22px;
    font-size: 13px;
    line-height: 24px;
    font-weight: normal;
    color: #35393D;
    margin: 0;
}


/*Blog Grids*/

.bpro-blog-grid {
    margin-bottom: 30px;
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 21px 47px #7E44000A;
    padding: 15px;
	width: calc(100% - 10px);
}
.bpro-blog-grid:hover {
    box-shadow: none;
}
.bpro-blog-grid-paddingtop100 {
    padding-top: 100px;
}
.bpro-blog-grid .bpro-blog-thumb {
    padding: 0px;
    border: 0px solid transparent;
    margin-bottom: 15px;
    margin-top: -100px;
	margin-left:-30px;
	position: relative;
}
.bpro-blog-grid .bpro-blog-thumb img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}
.bpro-blog-grid .bpro-blog-thumb .bpro-blog-author {
    width: 45px;
    height: 45px;
    padding: 5px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 15px;
}
.bpro-blog-grid .bpro-blog-thumb .bpro-blog-author img { 
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.bpro-blog-content a h3 {
    letter-spacing: 0px;
    color: #241B1B;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
	font-size: 16px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 15px 0;
}
.bpro-blog-content h4 {
    margin: 0 0 10px 0;
}
.bpro-blog-content h4 a {
    letter-spacing: 0;
    color: #7C758D;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
}
.bpro-blog-content h4{
	color: #7C758D;
    font-size: 13px;
}
.bpro-blog-content h4 .fa{
	margin-right:4px;
}
.bpro-blog-content p {
    margin: 0;
    letter-spacing: 0;
    color: #7C758D;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
}
.bpro-date{
	    font-weight: 500!important;
		
}
.bpro-date .fa{
	margin-right:4px;
}
.bpro-blog-content p {
    margin-right: 5px;
    color: #7C758D;
    font-size: 13px;
	    margin-bottom: 10px;
}
.bpro-blog-grid-slider-main{
	
    border-radius: 15px;
    padding: 100px 45px;
	padding-top:0px;
	    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
}
.bpro-blog-grid-slider .slick-prev:before,.bpro-blog-grid-slider .slick-next:before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    background-color: #DFBA69;
    color: #fff;
    opacity: 1;
   box-shadow:none;
   border-radius:0px;
}
.bpro-blog-grid-slider .slick-prev {
    left: -55px;
}
.bpro-blog-grid-slider .slick-next {
    right: -55px;
}
.bpro-blog-grid-slider .slick-next:before,
.bpro-blog-grid-slider .slick-prev:before 
{
    transition: 300ms ease-in-out;
}
.bpro-blog-grid-slider .slick-next:hover:before,
.bpro-blog-grid-slider .slick-prev:hover:before 
{
    transform: scale(1.2);
}
.bpro-blog-read-more-btn{
	color:#241B1B;
	font-size:14px;
	font-weight:700;
	text-decoration:underline !important;
	margin-bottom:10px;
	display:inline-block;
}
.bpro-main-container{
	padding-bottom:50px;
	padding-top:70px;
}
/*Column Element*/

.bpro-column-grid-padding {
    padding-top: 10px;
}
.bpro-column-grid {
    max-width: 100%;
    display: block;
    margin: 0 auto 30px auto;
   
	padding: 30px;
    
}

.bpro-column-grid-icon {
    width: 85px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    margin-top: -40px;
    margin-bottom: 10px;
}
.bpro-column-grid-icon-background {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bpro-column-grid-icon .bpro-column-grid-icon-background img {
    width: 28px;
    height: 28px;
    object-fit: scale-down;
}
.bpro-column-grid-detail{
	padding: 45px 55px;
    background: #FFFFFF 0 0 no-repeat padding-box;
    margin-right: 30px;
    box-shadow: 0 21px 47px #7e44000a;
	position:relative;
}
.bpro-column-grid-detail:hover {
    box-shadow: none;
}
.bpro-column-grid-detail:after{
	content: '';
    width: 1px;
    height: 100%;
    background: #C2C3C2;
    position: absolute;
    top: 0;
    right: -60px;
}
.bpro-column-grid-padding:last-child .bpro-column-grid-detail:after{
	display:none;
}
.bpro-column-grid-detail-step-nb{
	background: #DFBA69 0% 0% no-repeat padding-box;
    width: 63px;
    height: 63px;
    text-align: center;
    line-height: 63px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    top: -30px;
    left: -15px;
}
.bpro-column-grid-detail h4 {
       letter-spacing: 0.8px;
    color: #241B1B;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}
.bpro-column-grid-detail p {
    letter-spacing: 0;
    color: #7C758D;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    margin: 0;
}


/*Taxonomies List*/

.bpro-taxonomies-list-container {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}
.bpro-taxonomies-list-container .bpro-taxonomies-list-taxonomy {
    margin: 0 15px 30px 15px;
    width: calc((100% / 5) - 30px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bpro-taxonomies-list-container .bpro-taxonomies-list-taxonomy a {
    letter-spacing: 0.32px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}


/*Call To Action*/

.bpro-flex-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}
.bpro-call-to-action-details,
.bpro-call-to-action-img
{
    margin-bottom: 30px;
}
.bpro-call-to-action-details h4 {
    margin: 0;
    letter-spacing: 0;
    color: #3B4B75;
    font-weight: 600;
    font-size: 24px;
    line-height: 66px;
}
.bpro-call-to-action-details p {
    letter-spacing: 1.8px;
    color: #7C758D;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    margin: 0 0 40px 0;
}
.bpro-call-to-action-details button {
    box-shadow: 0 12px 24px #C2C2C2;
    padding: 20px 45px;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    border: none;
}


/*Partner Logo*/

.bpro-flex-row {
    margin: 30px 0 80px 0;
}
.bpro-partner-img img {
    display: block;
    margin: 0 auto;
}
.bpro-partner-img {
   margin-bottom: 15px;
   margin-top: 0;
}
.bpro-partner {
    padding: 60px 0 30px 0;
}

/*Footer*/

.bpro-footer-widget {
    margin-bottom: 30px;
}
#bpro-footer .bpro-footer-widget .widget-title h2 {
   
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
  margin-top:0px;
}
.bpro-footer-top-section .lp-new-social-widget li i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    border-radius: 0px;
    font-size: 16px;
    color: #fff;
    background-color: transparent!important;
}
.bpro-footer-top-section{
	background-image: url(../images/admin/footer.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top:70px;
}
.bpro-footer-top-section ul li a{
	    font-size: 13px;
   
    margin-bottom: 3px;
    display: inline-block;
}
#bpro-footer .bpro-footer-widget a {
    letter-spacing: 0.57px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    color: #fff !important;
    font-family: Open Sans !important;
}
.bpro-footer-bottom-section {
    padding: 70px 0;
}
.bpro-footer-bottom-section .bpro-footer-bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
}
.bpro-footer-bottom-section .bpro-footer-bottom-container .bpro-footer-bottom-section-right .footer-social-icons {
    margin: 0 !important;
}
.bpro-footer-bottom-section .bpro-footer-bottom-container .bpro-footer-bottom-section-right .footer-social-icons li {
    margin-right: 20px;
}
.bpro-footer-top-section .widget_media_image:nth-child(n+2) {
    margin-top: 15px;
}
.bpro-banner-category {
    position: relative;
}
a.bpro-banner-category-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.listing-with-map .search-row .lp-filter-inner, .listing-with-map .search-row .lp-features-filter {
    background-color: #1d2327 !important;
    border: none !important;
    padding: 10px !important;
}
/*Sidebar*/
.bpro-navbar-mobile-nav {
    display: none;
}
#bproSidebar ul.mobile-menu.mm-listview {
    margin-top: -35px !important;
}




/*responsive*/
@media (max-width: 1199px) {
    .bpro-banner-search .form-group.lp-suggested-search .what-placeholder {
        min-width: 220px !important;
    }
}
@media only screen and ( max-width: 991px ) {
    .bpro-navbar-nav {
        display: none;
    }
    .bpro-navbar-mobile-nav {
        display: block;
    }
    .bpro-column-grid-detail:after {
        display: none;   
    }
}
@media (max-width: 767px) {
	.bpro-banner-search .lp-search-bar div.form-group.lp-location-search,
	.bpro-banner-search .form-group .lp-search-bar-right
	{
	    width: 100% !important;
	}
    .bpro-banner-search .form-group.lp-suggested-search .what-placeholder {
        min-width: auto;
    }	
    #bpro-banner .bpro-banner-categories{
    	display: block;
        
        position: relative;
        bottom: 0;
    }	
    .bpro-banner-categories-outer {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }
    #bpro-banner .bpro-banner-categories .bpro-banner-category {
        
        max-width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .bpro-categories-element .bpro-categories-element-category {
        
        min-height: 260px;
    }
}
/*responsive*/









