h1,h2,.page-title,#titlebar h1, #titlebar h2{ font-family: Quicksand; font-weight: 700; font-size: 32px;}
h3,h4,h5,h6,.page-sub-title{ font-family: Oswald; font-weight: 600; font-size: 20px;}

a{ text-decoration: none; }
body,
body p, body li, body div{ font-family: "Roboto"; color: #707070; }
#titlebar .description { margin-top: 30px; } 
.container.full-width{ max-width: 100%; width: 100%; }
header.fullwidth .container{ margin: 0 auto; } 

.header-widget .button, .header-widget .button.border{ text-decoration: none; }


.btn-primary{ 
  cursor: pointer;
  color: white;
  border: none;
  padding: 10px 20px;
  background-color: #F91942;
  font-family: "Quicksand", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  border-radius: 50px;
  display: inline-block;
}


.container-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center items */
  align-items: center; /* Align items vertically */
  gap: 16px; /* Space between items */
  padding: 20px;
}

/* Default: Two items per row */
.container-flex .flex-item {
  flex: 1 1 calc(50% - 16px); /* 50% width with gap compensation */
  padding: 0px;
  text-align: left;
}

.sticky-card {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 125px; /* Adjust as needed */
    z-index: 1000;
	padding: 20px;
}

.gfield_radio .gchoice {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 8px;
  transition: all 0.2s ease;
  cursor: pointer;
}

/* Hover effect for better UI */
.gfield_radio .gchoice:hover {
  background-color: #f9f9f9;
}

/* Space between radio and label */
.gfield_radio .gchoice input[type="radio"] {
  margin-right: 10px;
}

/* Highlight selected radio */
.gfield_radio .gchoice input[type="radio"]:checked + label {
  font-weight: bold;
  color: #d97706; /* Amber tone */
}

/* Optional: Add a border to the selected option */
.gfield_radio .gchoice input[type="radio"]:checked {
  margin-right: 6px;
  color: green;
  font-weight: bold;
}

.fancybox-slide--iframe .fancybox-content{ height:95% !important; width: 90% !important }  

.business_view .sticky-card .card{ border-radius: 8px; }

.business_view .sticky-card .card h3{ margin: 20px 0 20px 0;  }
.banner_custom_search .main-search-input .main-search-input-item { padding-left: 15px;  padding-right: 15px; } 



.mfp-container{ height: 100vh !important; }

#gform_wrapper_5 .gform_heading{ display: none; }
.review-thankyou-box {
  background-color: #e6f4ea; /* Light green */
  border-left: 5px solid #34a853; /* Google-style green accent */
  padding: 20px 24px;
  border-radius: 8px;
  font-family: 'Segoe UI', sans-serif;
  color: #2e7d32;
  max-width: 90%; 
  margin: 30px auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.review-thankyou-box h2 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  color: #1b5e20;
}

.review-thankyou-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.headline.headline-aligned-to-center{ text-align: center;  padding-top: 20px; }
.wizard-content .wizard>.steps>ul>li:after,
.wizard-content .wizard>.steps>ul>li:before { 
    content: '';
    z-index: 9;
    display: block;
    position: absolute
}

.wizard-content .wizard {
    width: 100%;
    overflow: hidden
}

.wizard-content .wizard .content {
    margin-left: 0!important
}

.wizard-content .wizard>.steps {
    position: relative;
    display: block;
    width: 100%
}

.wizard-content .wizard>.steps .current-info {
    position: absolute;
    left: -99999px
}

.wizard-content .wizard>.steps>ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none
}

.wizard-content .wizard>.steps>ul>li {
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative
}

.wizard-content .wizard>.steps>ul>li a {
    position: relative;
    padding-top: 52px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block
}

.wizard-content .wizard>.steps>ul>li:before {
    left: 0
}

.wizard-content .wizard>.steps>ul>li:after {
    right: 0
}

.wizard-content .wizard>.steps>ul>li:first-child:before,
.wizard-content .wizard>.steps>ul>li:last-child:after {
    content: none
}

.wizard-content .wizard>.steps>ul>li.current>a {
    color: #2f3d4a;
    cursor: default
}

.wizard-content .wizard>.steps>ul>li.current .step {
    border-color: #f91942 ;
    background-color: #fff;
    color: #f91942 
}

.wizard-content .wizard>.steps>ul>li.disabled a,
.wizard-content .wizard>.steps>ul>li.disabled a:focus,
.wizard-content .wizard>.steps>ul>li.disabled a:hover {
    color: #999;
    cursor: default
}

.wizard-content .wizard>.steps>ul>li.done a,
.wizard-content .wizard>.steps>ul>li.done a:focus,
.wizard-content .wizard>.steps>ul>li.done a:hover {
    color: #999
}

.wizard-content .wizard>.steps>ul>li.done .step {
    background-color: #f91942 ;
    border-color: #f91942 ;
    color: #fff
}

.wizard-content .wizard>.steps>ul>li.error .step {
    border-color: #f62d51;
    color: #f62d51
}

.wizard-content .wizard>.steps .step {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -24px;
    z-index: 10;
    text-align: center
}

.wizard-content .wizard>.content {
    
    position: relative;
    width: auto;
    padding: 20px;
    margin: 50px 0;
	
}

.wizard-content .wizard>.content>.title {
    position: absolute;
    left: -99999px
}

.wizard-content .wizard>.content>.body {
    padding: 0 20px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
	border-radius: 4px;
	border: 1px solid  rgba(0, 0, 0, 0.06);
	
}

.wizard-content .wizard>.content>.body .form-group-container{
	padding: 0 20px 50px 20px;
}

.wizard-content .wizard>.content>iframe {
    border: 0;
    width: 100%;
    height: 100%
}

.wizard-content .wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    padding: 0 20px 20px
}

.wizard-content .wizard>.actions>ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0
}

.wizard-content .wizard>.actions>ul:after {
    content: '';
    display: table;
    clear: both
}

.wizard-content .wizard>.actions>ul>li {
    float: left
}

.wizard-content .wizard>.actions>ul>li+li {
    margin-left: 10px
}

.wizard-content .wizard>.actions>ul>li>a {
    background: #f91942 ;
    color: #fff;
    display: block;
    padding: 7px 12px;
    border-radius: 4px;
    border: 1px solid transparent
}

.wizard-content .wizard>.actions>ul>li>a:focus,
.wizard-content .wizard>.actions>ul>li>a:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset
}

.wizard-content .wizard>.actions>ul>li>a:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
    background-color: #fff;
    color: #54667a;
    border: 1px solid #d9d9d9
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:focus,
.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset
}

.wizard-content .wizard>.actions>ul>li.disabled>a,
.wizard-content .wizard>.actions>ul>li.disabled>a:focus,
.wizard-content .wizard>.actions>ul>li.disabled>a:hover {
    color: #999
}

.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"],
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:focus,
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.wizard-content .wizard.wizard-circle>.steps>ul>li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li:before {
    top: 45px;
    width: 50%;
    height: 3px;
    background-color: #f91942 
}

.wizard-content .wizard.wizard-circle>.steps>ul>li.current:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before {
    background-color: #F3F3F3
}

.wizard-content .wizard.wizard-circle>.steps .step {
    width: 50px;
    height: 50px;
    line-height: 45px;
    border: 3px solid #F3F3F3;
    font-size: 1.3rem;
    border-radius: 50%
}

.wizard-content .wizard.wizard-notification>.steps>ul>li:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li:before {
    top: 39px;
    width: 50%;
    height: 2px;
    background-color: #f91942 
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step {
    border: 2px solid #f91942 ;
    color: #f91942 ;
    line-height: 36px
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step:after {
    border-top-color: #f91942 
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:before {
    background-color: #F3F3F3
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step {
    color: #FFF
}

.wizard-content .wizard.wizard-notification>.steps .step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
    border-radius: 15%;
    background-color: #F3F3F3
}

.wizard-content .wizard.wizard-notification>.steps .step:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    margin-bottom: -8px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #F3F3F3
}

.wizard-content .wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 20%
}

.wizard-content .wizard.vertical>.steps>ul>li {
    display: block;
    width: 100%
}

.wizard-content .wizard.vertical>.steps>ul>li.current:after,
.wizard-content .wizard.vertical>.steps>ul>li.current:before,
.wizard-content .wizard.vertical>.steps>ul>li.current~li:after,
.wizard-content .wizard.vertical>.steps>ul>li.current~li:before,
.wizard-content .wizard.vertical>.steps>ul>li:after,
.wizard-content .wizard.vertical>.steps>ul>li:before {
    background-color: transparent
}



.add-listing-headline{ 
	background: rgba(0, 0, 0, 0.035);
}

.gform-theme--framework .gform-field-label { font-family: Roboto !important; font-size: 16px  !important; font-weight: 500  !important;  color: #707070  !important; } 

.gform-theme--foundation .gfield select,
.gform-theme--foundation .gfield input:not([type="checkbox"]):not([type="radio"]),
.gform-theme--foundation .gfield textarea{ padding: 0 20px !important; background-color: #fff !important;
  border: 1px solid #ddd !important; border-radius: 3px !important; font-size: 15px !important;  color: #808080 !important;  font-family: Roboto !important; font-size: 16px !important; font-weight: 400 !important; }

/* ====================================================================================================*/ 

.taxonoomy-wide-grid-element .slg-grid-top{ margin-bottom: 10px; }
.taxonoomy-wide-grid-element a.slg-gallery-cover{
  flex: 2;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  
  background: #FFF;
}

.taxonoomy-wide-grid-element a.slg-gallery-cover::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: block;
  background-color: #272729;
  opacity: 0.2;
  bottom: 0;
}

.taxonoomy-wide-grid-element a.slg-gallery-cover img {
  max-height: 100%;
  max-width: calc(100% - 10px);
  height: auto !important;
  width: auto !important;
  border-radius: 10px; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 5px), -50%);
  padding: 10px;
  
}


/* ====================================================================================================*/ 


.listing-item-container{ height: auto; }
#location-header {
    font-size: 14px;
    padding: 10px;
}

#change-location-btn,
.gform_button {
    cursor: pointer !important;
    margin-left: 10px !important;
    color: white !important;
    border: none !important;
    padding: 5px 20px !important;
	background-color: #F91942 !important;
    font-family: "Quicksand", Sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    border-radius: 50px !important;
}

#location-input {
    display: none;
    padding: 5px;
    margin-top: 5px;
    width: 200px;
}

#location-suggestions {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    width: 200px;
    max-height: 150px;
    overflow-y: auto;
    z-index: 1000;
	top: 47px;
}

.location-suggestion {
    padding: 8px;
    cursor: pointer;
}

.location-suggestion:hover {
    background-color: #f0f0f0;
}

.listing-item-container.list-layout .listing-item{ cursor: auto; }

.listing-item-container.list-layout .listing-item.featured-listing{ background: #fae5e9; }
.listing-item-container.list-layout .listing-item-image{ border: 5px solid #ddd; background: #FFF; }
.listing-item-container.list-layout .listing-item-image a{display: block; height: 100%; width: 100%;  position: relative;  z-index: 1; }

.listing-item img{ max-height: 100%; max-width: 100%; height: auto; width: auto; }


.listing-item-inner a{ text-decoration: none; }

.model-small-badge {
  display: inline-block;
  padding:4px 14px 4px 40px;
  font-size: 15px;
  font-weight: 500;
  background-color: #fff;
  color: #777;
  border: none;
  border-radius: 100px;
  line-height:22px;
  height: 30px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  vertical-align: top;
  position: relative;
  margin: 0 5px 5px;
  max-width: 320px;
  overflow: hidden;
}
.model-small-badge i {
  position: absolute;
  height: 25px;
  width: 25px;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  background: #222;
    background-color: rgb(34, 34, 34);
  color: #fff;
}
.business-small-badge.pricing-badge i {
  background-color: #64bc36;
}

.model-view-small-badges-container{ margin: 0 0 10px 0; padding: 15px 0; border-bottom: 1px solid #ddd; }
.model-social-badge{ display: inline-block;	
  height: 45px;
  width: 45px;
  padding: 5px;
  font-size: 20px;
  background: #f3103c; 
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  position: relative;
  text-align: center;
  margin: 5px;
  border-radius: 5px;
}

.model-social-badge i{ font-size: 35px; color: #FFFFFF; }
.fa-facebook-f::before { content: "\f39e" !important; }



.business-action-container {
  position: relative;
  min-width: 95px;
}

.business-action-container .edit-btn{
  font-size: 16px;
  line-height: 24px;
  background-color: #f3103c;
  border-radius: 5px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  padding: 5px 20px;
}



/* ====================================================================================================*/ 


.featured_banner{ overflow: hidden; position: relative; margin-top: -35px; z-index: 0; border-bottom: 2px solid #D0D5DD; box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3); }
.featured_banner .business-banner{ height: 300px; width: 100%; background-size: cover;  background-position: center center;}

.business-view-logo{
  height: 150px;
  flex: 2;
  overflow: hidden;
  position: relative;
/*  width: 400px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -35px;
  background: #FFF;
  border-radius: 8px;
  border: 5px solid #ddd;
  padding: 15px;
  margin-bottom: 24px;
}
.business-view-logo:before{ content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: block;
  background-color: #272729;
  opacity: 0.2;}
.business-view-logo img {max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto; object-fit: cover; position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);}

.business-title{ margin-top: 10px; }

.business_view_header_border{ border-bottom: 1px solid #ddd; height: 1px; width: 100%; }

.business_view h3{ margin: 40px 0 20px 0; font-size: 28px; }

.google_map iframe{ width: 100%; } 

.gallery_item { width: 31%; margin-bottom: 20px; }

.language ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.language ul li {
  background: #f4f4f9;
  padding: 10px;
  border-radius: 8px;
}

.language ul li i,
.business_view h3 i{ color: #f3103c; margin-right: 5px; }

/* ====================================================================================================*/ 


.city_banner{ height: 50vh; background-size: cover; background-position: center; position: relative; display: flex; align-items: center; }
.city_banner .banner_overlay{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 0 }

.city-title{  padding: 15px 0; width: 50%;  }

.city-title h1{ font-size: 32px; color: #FFFFFF;  }
.city-title .description{ font-size: 12px; color: #FFFFFF; }

.city-search{ position: relative; }
.city-search h2{ color: #FFFFFF; padding: 0 0 10px 20px; font-size: 28px }


.city-content .row{ margin-bottom: 80px; }

.city_description{ padding-right: 50px; }
.city_description h3,
.about_city h3{ font-size: 28px; margin-bottom: 25px; }


.about_city{ padding-left: 50px; }
.city_description_image img{ border-radius: 12px; }

.fixed-img {
	height: 200px; /* Fixed height for all images */
	object-fit: cover; /* Ensures images are cropped, not stretched */
	width: 100%;
}
.card {
	min-height: 100%; /* Ensure all cards have the same height */
}

.featured-blogs-container{ width:100%; margin-bottom: 80px; }

.featured-blogs-container	.slick-track {
		display: flex !important;
		padding-bottom: 20px;
	}
.featured-blogs-container	.featured-blog-item {
		display: flex !important;
		flex: 1 0 auto;
		height: auto;
		
	}
.featured-blogs-container .caption {
		display: flex !important;
		flex: 1 0 auto;
		flex-direction: column;
		padding: 25px;
	}

.featured-blogs-container	.like-button { text-align: center; }
.featured-blogs-container .card{ margin: 10px; border: 1px solid #EAECF0; box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05); border-radius: 12px; } 

/* Demo Styles */

.container-fluid {
	max-width: 1230px;
}
.navbar-brand {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	position: absolute;
	margin-left: 0px!important;
}


.card-footer{ padding: 20px;
  border-radius: 10px !important;
  border-top: none;
  margin-bottom: 50px;
}

.pagination-common-style {
            display: flex;
            align-items: center;
            justify-content: left;
            gap: 0.5rem;
            
        }

        .pagination-common-style li a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 4rem;
            height: 4rem;
            color: #000;
            font-weight: bold;
            text-decoration: none;
            padding: 1rem;
            border: 1px solid #ddd;
            border-radius: 8px;
            background-color: #ffffff;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .pagination-common-style a:hover {
            background: linear-gradient(90deg, #ff5771, #ff6987);
            color: #fff;
        }

        .pagination-common-style a.active {
            background: linear-gradient(90deg, #ff5771, #ff6987);
            color: #fff;
            border: 2px solid #ff5771;
        }

        .pagination-common-style i {
            font-size: 1.25rem;
        }





/* ====================================================================================================*/ 



#titlebar {
  padding: 70px 40px;
}

.gfield_description{ position: relative !important; padding-top:25px !important; }

.remove-image,
.replace-image{ 
  position: absolute;
  top: 0;
  left: 0;
  background: #ddd;
  padding: 5px 15px;
  border-radius: 15px;
  cursor: pointer;
  color: #000; 
} 

.replace-image{ left: 80px; }

.edit_gallery_images{display:inline-block;margin:5px;position:relative; position: relative; }

.edit_gallery_images .remove_gallery_image{ position: absolute;
  top: 5px;
  right: 5px;
  padding: 3px;
  background: #FFF;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  text-align: center; }

.edit_gallery_images:hover .remove_gallery_image{ display: block; }


.dashboard-content{ padding-bottom: 40px; }





/* ====================================================================================================*/ 


.category-columns > ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* 5 columns max, 2+ on mobile */
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-columns ul li a{
	font-weight: 600;
}

.category-columns ul {
    list-style: none;
    padding-left: 0;
}

.category-columns li {
    margin-bottom: 5px;
}

.category-columns li a {
    text-decoration: none;
    color: #333;
    font-weight: 400;
}

.category-columns li ul {
    margin-top: 8px;
    padding-left: 15px;
}

.category-columns li ul li a {
    font-weight: 400;
}



.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10000 !important;
  padding: 0;
  border: 1px solid #dedede;
  margin-top: 11px;
}
.ui-autocomplete li.ui-menu-item{ padding: 0 !important; }
.ui-menu-item-wrapper {
    padding: 5px 10px;
    font-size: 14px;
	cursor: pointer;
}



















/* ====================================================================================================*/ 
@media (max-width: 1200px) {
	.hws-container .header-search-container {
		left: -80px;
	}
}

/* Desktop: Four items per row */
@media (min-width: 1024px) {
  .container-flex .flex-item {
    flex: 1 1 calc(25% - 16px);
  }
}

@media (max-width: 991px) {
  .main-search-input button.button {
    margin-top: 4px;
  }
  .banner_custom_search .main-search-input .main-search-input-item {
	  margin: 7px 0;
}
	
.banner_custom_search .main-search-input .main-search-input-item .keyword_search{ height: 45px; border: none; background: #f6f6f6;
    box-shadow: none;  }
	
.featured_banner .business-banner{ height: 150px; }

 .business-contact-form	.card{ position: fixed;
  bottom: 10px;
  z-index: 99999999;
  left: 50%;
  
  width: 90%;
  transform: translateX(-50%);
  min-height: unset;
  
   }
	
 .sticky-card{ position: relative; top: unset;  }
 .business-contact-form	.card-header{ background: #f3103c; border-radius: 8px; cursor: pointer; position: relative; }
.business-contact-form	.card-header::before {
    font-family: "Font Awesome 5 Free"; /* Ensure Font Awesome is loaded */
    content: "\f0e0"; /* Envelope icon */
    font-weight: 900;
    margin-right: 10px;
	position: absolute;
	font-size: 32px;
	color: #FFFFFF;
	top: 50%;
	transform: translateY(-50%);
}	
 .business_view .business-contact-form	.card-header h3{font-size: 12px; margin: 20px 0 20px 45px;
  color: #FFF;}
	
.business-contact-form .card .card-body{ display: none;}

}

/* Tablet: Three items per row */
@media (min-width: 768px) {
  .container-flex .flex-item {
    flex: 1 1 calc(33.333% - 16px);
  }
	
      .slim-mobile-menu .header-widget .button.border, .slim-mobile-menu .user-menu .user-name:after, .slim-mobile-menu .header-widget .usrname {
        display: inline-block !important;
    }
}

/* Mobile: Single column */
@media (max-width: 480px) {
  .container-flex .flex-item {
    flex: 1 1 100%;
  }
  .banner_custom_search .main-search-input button.button {
    margin-top: 10px;
    height: 42px;
  }
}

@media (max-width: 400px) {
	.header-widget a.button.border {
		padding: 3px 9px;
		background-color: transparent;
		font-size: 12px;
		min-width: auto;
		float: right;
  	}
  }

@media (max-width:768px) {
    .wizard-content .wizard>.steps>ul {
        margin-bottom: 20px
    }
    .wizard-content .wizard>.steps>ul>li {
        display: block;
        float: left;
        width: 50%
    }
    .wizard-content .wizard>.steps>ul>li>a {
        margin-bottom: 0
    }
    .wizard-content .wizard>.steps>ul>li:first-child:before {
        content: ''
    }
    .wizard-content .wizard>.steps>ul>li:last-child:after {
        content: '';
        background-color: #f91942 
    }
    .wizard-content .wizard.vertical>.steps {
        width: 15%
    }
	.listing-item-container.list-layout .listing-item{ display: flex !important; }
/*	.model-small-badge{ padding: 0 5px 8px; }*/
	
	.gallery_item{ width: 46%; }
	
	
}

@media (max-width:480px) {
    .wizard-content .wizard>.steps>ul>li {
        width: 100%
    }
    .wizard-content .wizard>.steps>ul>li.current:after {
        background-color: #f91942 
    }
     .wizard-content .wizard.vertical>.steps>ul>li {
        display: block;
        float: left;
        width: 50%
    }
    .wizard-content .wizard.vertical>.steps {
        width: 100%;
        float:none;
    }
}