@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap');
@media (max-width: 992px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 90% !important;
		font-family: 'Poppins', sans-serif;
	}
}

body {
	overflow-y: auto;
}

a,
p,
ul,
li,
section,
div {
	font-family: 'Poppins', sans-serif;
}

.wrapper {
	background-color: #f2f2f2;
	color: #3c3b3b !important;
}

.select2-results .select2-highlighted {
	background: #ffd608;
	color: black !important;
}

.text-color {
	color: #ffd608 !important;
}

.text-black {
	color: #000000;
}

.bg {
	background-color: #ffd608;
	color: #000000;
}

.bg-white {
	background-color: white;
	color: #000000;
}

.btn-primary {
	background-color: #d92344 !important;
	color: #fff !important;
	border-color: #d92344;
}

a {
	color: #000000;
}

a:hover {
	color: #d92344;
}

a:focus {
	color: #000000;
	text-decoration: none;
}

.badge-primary {
	background-color: #ffd608;
	color: #000000;
}


/*
START NAV BAR SEARCH
*/

.net-menu {
	color: white;
	padding: 0 2%;
	height: 30px;
	_overflow: hidden;
	background: #444444;
	background: -moz-linear-gradient(top, #444444 0%, #333333 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #333333));
	background: -webkit-linear-gradient(top, #444444 0%, #333333 100%);
	background: -o-linear-gradient(top, #444444 0%, #333333 100%);
	background: -ms-linear-gradient(top, #444444 0%, #333333 100%);
	background: linear-gradient(to bottom, #444444 0%, #333333 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#444444", endColorstr="#333333", GradientType=0);
}

.net-menu a {
	color: #ffffff;
}

.net-menu ul.rm_top_menu {
	display: block;
	display: table;
	position: relative;
	margin: 0;
	width: auto;
	height: 30px;
	padding: 3px 0;
}

.net-menu ul.rm_top_menu > li {
	display: table-cell;
	float: none;
	position: relative;
	overflow: hidden;
}

.net-menu .nav-drop-menu {
	background-color: #ffd608;
	color: #000000;
}

.navbar {
	position: relative;
	min-height: 55px;
	border: 0px solid transparent;
	overflow: hidden;
}

.navbar-default {
	border: none;
	border-color: transparent;
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 3px #252c41;
	-moz-box-shadow: 0 1px 3px #252c41;
	box-shadow: 0 1px 3px #252c41;
	background-color: rgba(255, 255, 255, 0.94);
	margin-bottom: 0px;
	z-index: 999;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
}

.fa-3x {
	font-size: 2em;
}

.pad {
	padding: 6px 0px;
}


/*#global-search {
    background-color: #d92344;
    float: left;
    margin-left: 20px;
    width: 75%;
    position: relative;
    z-index: 66 !important;
}*/

#global-search {
	width: 100%;
	position: relative;
	z-index: 66 !important;
	padding: 30px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #e8e8e8;
	box-shadow: 0 5px 18px 0 rgba(37, 44, 65, 0.1);
}

#global-search .form-control,
#global-search .btn,
#global-search button {
	height: 50px;
	border-radius: 0px;
	border: 1px;
	box-shadow: none !important;
	line-height: 2em;
	vertical-align: middle;
	display: inherit;
}

#global-search .form-group {
	margin-bottom: 0px;
}

#global-search input,
#global-search select {
	outline: none;
	height: 50px !important;
	/*background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…B5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c5ODApIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
    background: -moz-linear-gradient(top, #ffffff, #f4f4f4);*/
	border: 1px solid #f5f5f5;
	color: #5e5e5e;
	font-size: 14px;
}

#global-search .btn {
	border-radius: 3px !important;
}

#global-search .btn-black {
	/*background-color: #0b0b0b;*/
	background-color: #2854a1;
	color: white;
}

#global-search .btn-white {
	background-color: white;
	color: black;
}

#global-search .f-search {
	width: 100%;
}

#global-search .f-search .type {
	width: 15%;
	float: left;
	margin-right: 1px;
}

#global-search .f-search .search-text {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	border-radius: 0 !important;
}

#global-search .f-search .buscar_cerca {
	width: 100%;
	line-height: 3em;
	display: inline-block;
	color: #3c3c3c;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}

#global-search .f-search .search-location {
	width: 100%;
	display: inline-block;
	text-align: left;
}

#global-search .f-search .buscar_btn {
	align-items: center;
	width: 100%;
	display: inline-block;
	margin-top: 15px;
}

#global-search button {
	width: 100%;
}

#global-search .f-search .buscar_btn #buscar_directo_btn {
	background-color: black;
	color: white;
	height: 40px;
	border: none;
	padding-right: 12px;
	padding-left: 12px;
}

.login {
	line-height: 3em;
	width: 5%;
	height: 56px;
	border-left: 1px solid #fff;
	border-right: 0px solid #fff;
	float: right;
	position: relative;
	z-index: 77 !important;
}

.login > .join {
	margin: auto 0 auto 10px;
}

.login > .join > a,
.login > .join > a strong {
	color: #820a4d;
	font-family: 'Poppins', sans-serif !important;
	font-weight: normal;
}

.login .sign-in {
	padding: 0 10%;
	height: 100%;
	text-align: center;
	border-left: 1px solid #fce26e;
	float: left;
}

.dsite-info {
	float: left;
	padding: 8px 0px;
	width: auto;
}

.dsite-info .global {
	width: 7%;
	padding: 10px 0px;
}

.dsite-info .global .logo {
	margin-right: 20%;
	float: left;
}

.dsite-info .global .name {
	display: none;
	float: left;
}

.dsite-info .global .name a {
	font-size: 20px;
	line-height: 50px;
	text-decoration: none;
}

.navbar-default.global .navbar-collapse {
	width: 93%;
	float: right;
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.dividir {
	display: none;
}

.dividir {
	width: 10%;
	float: left;
	line-height: 28px;
}


/*
END OF NAV BAR SEARCH
*/

.dropdown-menu {
	padding: 5px 0;
	margin: 2px 0 0;
	background-color: #ffd608;
	border: 1px solid #ffd608;
	_border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0px;
}

.pagination > li.active > a,
.pagination > li.active > a:hover {
	background: #ffd608;
	color: #000000;
}

.i-check.checked,
.i-radio.checked {
	border: 1px solid #d92344;
	background: #d92344;
}

.search-header {
	background-color: #3d7994;
	background: url(../img/banner.jpg) no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*border-bottom: 4px solid #2854a1;*/
	min-height: 600px;
	background-color: #fff;
	position: relative;
	padding: 100px 0 0;
}

.search-header .header-top {
	padding: 10px 0;
	padding-bottom: 25px;
	max-height: 60px;
	background: transparent;
}

.search-header .toggle-btn {
	padding: 10px;
	margin: 0px;
	margin-right: 10px;
}

.search-header h2 {
	color: #ffffff;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600 !important;
	letter-spacing: 10px;
	font-size: 48px;
	text-align: left;
}

.search-header h2 ~ p {
	color: #ffffff;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif !important;
	text-align: left;
	font-size: 18px;
}

.search-header .search-box-to-top {
	padding: 25px;
	padding-top: 70px;
	padding-bottom: 100px;
	margin: 0 auto;
	width: 85%;
}

.search-header .search-toggle .search-box-to-top {
	padding: 25px;
	padding-top: 50px;
	padding-bottom: 60px;
	margin: 0 auto;
	width: 90%;
}

.search-header .iconbox-wrap {
	padding: 25px 0;
}

.search-header .iconbox-wrap {
	border-collapse: separate;
	border-spacing: 0;
	display: block;
	height: auto;
	min-height: 40px;
	/*padding: 15px;*/
	position: relative;
	text-align: center;
	width: 100%;
}

.search-header .iconbox {
	display: block;
	background: #273f6b;
	padding: 15px;
	min-height: 115px;
	width: 100%;
	text-align: center;
	border-radius: 15px;
	box-shadow: 0 3px 10px -3px #12223e;
}

.search-header .iconbox-wrap-icon {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	/*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}

.search-header .iconbox-wrap-icon .icon {
	height: 60px !important;
	line-height: 60px !important;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle !important;
	width: 60px !important;
	color: #2ecc71;
}

.search-header .iconbox-wrap-content {
	display: table-cell;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
}

.search-header .iconbox-wrap-text {
	color: #aaa;
	font-size: 16px;
	text-transform: uppercase;
}

.search-header .iconbox h5 {
	font-size: 34px;
	font-weight: 700;
	line-height: 40px;
	padding-bottom: 0;
}

.parent {
	border: 1px dashed #d0cfcf;
	display: table;
	padding: 5px;
	width: 100%;
	margin-bottom: 10px;
	background-color: #f4f4f4;
	border-radius: 15px;
}

.parent h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

.parent .text {
	vertical-align: middle;
	display: table-cell;
	text-align: left;
}

.parent .text h3 {
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 400;
}

.parent img {
	width: 100%;
	height: 90%;
}

.parent .img {
	vertical-align: middle;
	display: table-cell;
	padding-right: 15px;
	width: 27%;
	height: 50px;
	/* you can change height */
}

.boxy {
	display: block;
	margin-bottom: 20px;
	position: relative;
	padding: 0px;
	border: 1px solid #e6e6e6;
	background-color: white;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.boxy .title {
	font-size: 18px !important;
	font-weight: 400;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px;
	background-color: #f7f7f7;
	border-collapse: collapse;
}

.boxy .title1 {
	font-size: 22px;
	font-weight: 600;
	border-bottom: 1px dashed #2854a1;
	padding: 15px 10px;
	text-transform: uppercase;
	border-collapse: collapse;
}

.boxy .title2 {
	display: block;
	margin: 0;
	padding: 15px 10px;
	width: 100%;
	background: #2958ab;
	border-radius: 0px;
	border-left: 8px solid #2958ab;
	font-size: 18px;
	text-transform: capitalize;
	color: #fff;
	font-family: 'Poppins', sans-serif
}

.boxy .title2 i {
	color: #fff !important;
}

.boxy .content {
	padding: 15px;
	background-color: #ffffff;
}

.boxy .footer {
	padding: 10px 15px;
	background-color: #fcfcff;
	border-top: 1px solid #dddddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.thumb {
	background-color: white;
	-webkit-box-shadow: 0 1px 0px #e6e5e5;
}

.thumb img {
	border-bottom: 3px solid #ffd608;
}

.thumb .thumb-caption {
	padding: 0px 15px 15px;
}

.thumb .thumb-title {
	line-height: normal;
}

.modal-dialog .modal-header {
	min-height: 14px;
	display: block;
	padding: 15px;
	background: #eeeeee;
	background-color: #ffd608;
	text-transform: uppercase;
}

.modal-dialog .modal-header .modal-title {
	font-size: 18px;
	font-weight: 400;
	color: #000000;
}


/* FORM CONTROL */


/* END OF FORM CONTROL */

legend.legendStyle {
	padding-right: 10px;
}

fieldset.fsStyle {
	border-top: 1px solid #d2d2d2;
}

legend.legendStyle {
	font-size: 15px;
	color: #888888;
	background-color: transparent;
	font-weight: bold;
}

legend {
	width: auto;
	border-bottom: 0px;
}


/* TAG */

.tags a {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	position: relative;
	margin: 0 16px 8px 0;
	padding: 0 10px 0 12px;
	background: #eeeeee;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-decoration: none;
}

.tags a:before {
	content: "";
	position: absolute;
	top: 0;
	left: -12px;
	width: 0;
	height: 0;
	border-color: transparent #eeeeee transparent transparent;
	border-style: solid;
	border-width: 12px 12px 12px 0;
}

.tags a:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 1px;
	float: left;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
}


/* END OF TAG */


/* TAB BOX */

.tab-box {
	background: white;
	position: relative;
	padding: 10px;
}

.tab-box .nav-tabs > li.active > a,
.tab-box .nav-tabs > li.active > a:hover,
.tab-box .nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #2958ab;
	border: 1px solid #2958ab;
	border-bottom-color: transparent;
}

.tab-box .nav-tabs > li.active > a > i {
	color: #fff;
}

.tab-box .nav-tabs > li:hover > a,
.tab-box .nav-tabs > li:hover > a > i {
	color: #2854a1;
}

.tab-box .nav-tabs > li.active:hover > a > i {
	color: #fff !important;
}

.tab-box .tab-filter {
	position: absolute;
	right: 0;
	top: 0;
}

.tab-box .tab-filter .select-short-by {
	margin-right: 15px;
	height: 30px;
	margin-top: 5px;
	background-color: white;
	border-color: #d9d9d9;
	min-width: 15px !important;
}

.tab-box .listing-filter {
	border-bottom: solid 1px #ddd;
	clear: both;
	padding: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.tab-box .listing-filter h1 {
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
	line-height: normal;
}

.tab-box .listing-filter h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
}


/* END OF TAB BOX */

.booking-item-rating-stars,
.ratting-star {
	color: #ffd608;
}

.adds-wrapper {
	background: #fff;
	clear: both;
	display: block;
	height: auto;
	overflow: auto;
	width: 100%;
}

.adds-wrapper blockquote {
	padding: 0 0 0 30px;
	margin: 0px;
	line-height: normal;
	font-size: 14px;
	font-style: italic;
}

.adds-wrapper blockquote:before {
	font-size: 20px;
	color: #ffd608;
}

.item-list {
	border-bottom: 1px solid #f0f0f0;
	clear: both;
	padding: 15px;
	height: auto;
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	transition: background 0.25s ease-in;
	-webkit-transition: background 0.25s ease-in;
}


/*.item-list:hover {background:#efefef}*/

.item-list blockquote {
	padding: 30px 0 0 30px;
	margin: 10px 5px;
}

.item-list blockquote small {
	font-size: 13px;
}

.item-list blockquote h5 {
	font-size: 15px;
}

.item-list blockquote:before {
	font-size: 20px;
	color: #d92344;
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
}

.item-list .add-details .add-title {
	padding-bottom: 0px;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.01em;
}

.item-list .business-ads {
	background: none repeat scroll 0 0 #2958ab;
	color: #fff;
	border: 1px solid #2958ab;
	border-radius: 50%;
	display: inline-block;
	height: 25px;
	line-height: 18px;
	padding: 3px;
	text-align: center;
	width: 25px;
	margin-right: 5px;
}

.item-list .cornerRibbons.topAds {
	background: #ffd608;
}

.item-list .cornerRibbons {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	left: -4%;
	overflow: hidden;
	position: absolute;
	top: 12%;
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 120px;
	z-index: 2;
	transition: all 0.3s ease 0s;
}

.item-list .cornerRibbons a {
	color: #000000;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}

.item-list .add-image {
	position: relative;
}

.item-list .add-image a img {
	width: 100%;
}

.item-list .info-row {
	display: block;
	clear: both;
	_font-size: 14px;
	color: inherit;
	margin-bottom: 10px;
	line-height: normal;
}

.item-list .info-row p {
	margin-top: 10px;
}

.item-list .info-row-mid {
	display: block;
	clear: both;
	_font-size: 15px;
	_color: #3c3b3b;
	margin-bottom: 10px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.item-list .info-row-mid p {
	margin-top: 10px;
}

.item-list .no-margin {
	margin: 0 !important;
}

.item-list .no-padding {
	padding: 0 !important;
}

.item-list .thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}

.box-icon,
[class^="box-icon-"],
[class*=" box-icon-"] {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #d92344;
	color: #fff !important;
}

.profile header {
	background: url(../img/banner.jpg) repeat;
	overflow: hidden;
	display: block;
	text-align: center;
	padding: 15px;
	color: white !important;
	max-height: 440px;
	padding-top: 100px;
	line-height: normal;
}

.profile header h1 {
	color: white;
	font-size: 32px;
	font-weight: 500;
	padding-bottom: 10px;
	font-family: 'Poppins', sans-serif !important;
}

.profile header h1 i {
	color: #fff;
}

.profile .gallery {
	min-height: 100px;
}

.profile .meta .nav-tabs > li {
	width: 100%;
}

.im {
	width: 25px;
	height: 25px;
}


/*----------------------------------
            Customize
------------------------------------*/

.navbar.navbar-default {}

.wrapper.primary_wrapper {
	background: #fff;
}

.counter_wrapper {
	width: 100%;
	position: relative;
}

.couner_box {
	position: absolute;
	width: 100%;
}

.search-box-to-top .fa.fa-map-marker.fa-5x.text-color {
	color: #d92344 !important;
}

.category_wrapper {
	position: relative;
	width: 100%;
	background: #2958ab;
	padding: 15px 0;
}

.category_wrapper .knowmore_btn a {
	position: absolute;
	top: -45px;
	right: 70px;
	font-family: 'Poppins', sans-serif !important;
	font-size: 13px;
	background: #f3b22e;
	color: #000;
	padding: 6px 20px;
	border-radius: 4px;
	text-transform: uppercase;
}

.home_featured_wrapper .boxy {
	background: transparent !important;
	border: none;
}

.home_featured_wrapper .boxy .content {
	padding: 15px;
	background-color: transparent;
}

.home_featured_wrapper .featured-business .item-list,
.home_featured_wrapper .recently-listed .item-list {
	background: #fff;
	border-radius: 8px;
	margin: 4px auto;
	box-shadow: 0 0 10px -1px #ccc;
}

.dsite-info.global img {
	max-width: 200px;
}

.item-list .img-responsive {
	padding: 5px;
	border-radius: 12px;
	border: 1px solid #ccc;
	justify-content: center;
	display: grid;
	height: 160px;
	overflow: hidden;
	object-fit: fill;
}

footer#main-footer {
	background: #2a4e99 !important;
	padding: 60px 0 30px 0;
	color: #e6e6e6;
	font-size: 13px;
	line-height: 1.4em;
	position: relative
}


/*--------------------------
footer wave divider design
--------------------------*/

.custom-shape-divider-top-1674468979 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-top-1674468979 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 72px;
}

.custom-shape-divider-top-1674468979 .shape-fill {
	fill: #FFFFFF;
}


/*--------------------------*/

.location_wrapper .bolded {
	background: #2854a1;
	padding: 10px;
	border-radius: 6px;
}

.location_wrapper .bolded:hover {
	background: #b50a29;
	transition: all 200ms linear;
}

.location_wrapper a .bolded,
.location_wrapper .bolded a {
	color: #fff !important;
}

.location_wrapper .bolded .text-info {
	color: #fff !important;
	font-size: 12px;
	line-height: 2em;
}

.location_wrapper .bolded:hover a,
.location_wrapper .bolded:hover .text-info {
	color: #fff !important;
}

.list.booking-filters-list > li {
	background: #f7f7f7;
	padding: 15px;
}

.list.booking-filters-list > li h5 {
	color:#2958ab;
	font-family: 'Poppins', sans-serif
}

.search-box-to-top h3 {
	color: #fff;
}

.top_rated_wrapper .boxy,
.recent_reviews_wrapper .boxy {
	border: none;
}

.sidebar-left.hidden-xs .boxy .content {
	padding: 0;
}

#filterLocationButton i,
#filterCategoryButton i {
	background:#2958ab;
	color: #fff;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	margin: auto;
	text-align: center;
	line-height: 25px;
}

.about_map_wrapper #map4 {
	height: 245px;
	border: 1px solid #ddd;
}

.bolded,
h1.bolded,
h2.bolded,
h3.bolded,
h4.bolded,
h5.bolded,
.text-hero.bolded {
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}


/*.search-wrapper {
    margin-top: 15%;
    margin-bottom: 5%;
}*/

.owl-nav {
	/*position: absolute;
	top: -45px;
	left: 50px;*/
	text-align: center;
}

.owl-carousel a {
	font-size: 14px !important;
	font-weight: 600;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	color: rgb(255, 255, 255);
	border: 1px solid #fff;
	padding: 5px 15px !important;
	font-size: 25px;
	background: rgba(0, 0, 0, 0.49) !important;
	margin-right: 10px;
}

.select2-container .select2-choice {
	height: 50px !important;
}

.select2-container .select2-choice > .select2-chosen {
	line-height: 35px;
	border-bottom: 1px solid #ccc;
	height: 45px;
}

.select2-container .select2-choice .select2-arrow {
	top: 5px !important;
}

.about-wrapper {
	background: #fff;
	padding: 30px;
	margin-bottom: 10px;
	box-sizing: border-box;
	box-shadow: 0 12px 20px -5px #ccc;
}

.about-wrapper h3 {
	font-size: 20px;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	font-family: 'Poppins', sans-serif
}

.recent_listed_wrapper {
	background: #fff;
	box-shadow: 0px 0 25px -5px #ccc;
	position: relative;
}

.filter-location-wrapper {
	position: absolute;
	width: 100%;
	background: #fff;
	top: 55px;
	border: 1px #eee solid;
	box-shadow: 1px 1px 7px #35343480;
	left: 0;
}

.filter-location-wrapper > .box > .row > div > .gap-small .gap-small-inner {
	padding: 15px 10px;
	margin: 5px 0 5px 0;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #cccccc80;
	text-align: center;
	height: 60px;
}

.filter-location-wrappe.filter-location-wrapper > .box > .row > div > .gap-small {
	padding: 15px 10px;
	margin: 5px 0 5px 0;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #cccccc80;
	text-align: center;
}

.filter-location-wrapper > .box > .row > div > .gap-small .gap-small-inner:hover {
	box-shadow: none;
	background: #d92443;
	color: #fff;
}


/*.filter-location-wrapper > .box > .row > div > .gap-small:hover > a.lh1em {color: #fff;}*/

.working-hr-wrapper {
	background: #fff;
	margin: 15px auto;
	padding: 10px;
}

a#filter_wrapper_close {
	position: absolute;
	right: -5px;
	font-size: 22px;
	top: -5px;
}

.tab-content > .tab-pane .price-box {
	padding: 0 5px;
}

a.filter-button h5:after {
	content: "\003E";
	position: absolute;
	right: 30px;
}

.contact-details {
	background: #fff;
	margin: auto;
	padding: 10px;
}

.contact-details h3 {
	font-size: 20px;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

#loading-image {
	position: absolute;
	z-index: 9;
	width: 140px;
	height: 140px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.container.search-result-wrapper.hide-location li.filter-buttons {
	display: none;
}

.row.content.featured-business {
	text-align: center;
}

.form-group .input-icon {
	color: #b3b3b3 !important;
	top: 28px !important;
}

.title3 h4 {
	font-size: 30px;
	margin: 25px auto;
	position: relative;
	padding: 10px 0;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Poppins', sans-serif !important;
}


/*.title3 h4:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 2px;
    background: #a5a5a5;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
}*/

.title3 h4:after {
	content: "";
	position: absolute;
	width: 120px;
	height: 2px;
	background: #a5a5a5;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}

.booking-item-title.bolded a {
	padding: 10px 0;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}

.booking-item-rating-stars li {
	display: inline-block;
	float: inherit;
}

.item-list.recent_listed_box .booking-item-title.bolded a {
	padding: 0;
}

.title3 h4 i {
	display: block;
	background: #2854a1;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	color: #fff;
	font-size: 25px;
	margin: auto;
}

.btn-location {
	margin: auto;
	text-align: center;
}

#main-footer h4 {
	position: relative;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	box-sizing: border-box;
}

#main-footer h4:before {
	content: "";
	width: 100px;
	height: 2px;
	background: #d9d9d9;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.footer-about {
	background: #13294f;
	padding: 25px;
	border: 1px solid #959595;
	box-shadow: 0 0 10px 0px #2854a1;
}

.recent-comments-wrapper {
	text-align: center;
	padding: 30px;
}


/*.form-control.search-text {margin-left: 8%;}*/

.detailed_box {
	padding: 5px 8px;
	box-sizing: border-box;
}

#business-cat {
	position: relative;
}

.text.category_title {
	margin: auto;
	text-align: center;
	position: relative;
}

.text.category_title h3 a {
	color: #fff !important;
	text-align: center !important;
}

.home-carousel-wrapper .boxy {
	margin-top: 60px;
}

#business-cat .text.category_title h3 a {
	width: 100% !important;
	display: inline-block;
}

.listing-category .category-box {
  background: #2a4e99;
  margin-bottom: 15px;
}

.category_title h3 {
	font-size: 14px;
	font-family: 'Poppins', sans-serif !important;
	min-height: 60px;
	font-weight: 500;
	color: #fff;
}

.all_category_wrapper .category_title h3 {
	font-size: 14px;
	font-family: 'Poppins', sans-serif !important;
	min-height: 60px;
	font-weight: 500;
	color: #ffffff;
}

.category-box {
	margin: auto;
	position: relative;
	padding: 10px;
}

.category-box .img {
	width: 80px;
	height: 80px;
	margin: auto;
	position: relative;
	background: transparent;
	border-radius: 10px;
	padding: 14px;
	border: 2px solid #fff;
}

.profile-wrapper {
	padding: 0;
}

.profile-wrapper > div {
	margin: auto;
	height: 250px;
}

.featured-business-title {
	height: 58px;
	overflow: hidden;
}

.row.content.featured-business .item-list img {
	height: 160px;
}

.row.content.recently-listed .item-list img {
	height: 200px;
}

.recent_listed_wrapper .row.content.recently-listed .item-list img {
	height: auto;
}

.profile.m-box header {
	min-height: 200px;
	padding-top: 100px;
	position: relative;
}

#floatingSocialShare .google-plus.pop-upper {
	display: none;
}

.cnt-wrapper h2 {
	color: #fff !important;
}

.subcat .title-icon {
	display: inline-block;
	border: 8px solid #fff;
	border-radius: 100%;
	padding: 8px;
}

.subcat .title-text {
	font-size: 30px;
}

.row.sub-catagory-wrapper.listing-category .category-box {
	border: 1px solid #ccc;
	text-align: center;
	display: block;
	margin-bottom: 8px;
	transition: all 230ms linear;
	height: 70px;
}

.row.sub-catagory-wrapper.listing-category .category-box:hover {
	background: #fe1c59;
	transition: all 230ms linear;
}

.row.sub-catagory-wrapper.listing-category .category-box a {
	display: grid;
	position: relative;
	height: 100%;
}

.row.sub-catagory-wrapper.listing-category .category-box:hover h3 {
	color: #fff;
}

.row.sub-catagory-wrapper.listing-category .category_title h3 {
	font-family: 'Poppins', sans-serif !important;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	margin: 0;
	min-height: inherit !important;
}

.location_wrapper .bolded.location-all .img {
	width: 23px;
	height: 23px;
	position: relative;
}

.copyright {
	text-align: center;
	padding: 15px 0;
	background: #0e1e60;
	color: #fff;
	font-size: 15px;
}

.booking-item-title {
	margin-bottom: 0px;
	min-height: 64px;
}

.featured-business .detail-box .business-cnt {
	height: 45px;
	overflow: hidden;
}


/*-------------------------------------
HOME PAGE BANNER WAVE DIVIDER DESIGN
--------------------------------------*/

.custom-shape-divider-bottom-1674468536 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-bottom-1674468536 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 72px;
}

.custom-shape-divider-bottom-1674468536 .shape-fill {
	fill: #FFFFFF;
}


/*back to top*/

#back-to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background: #fbbe30;
	color: #444;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}

#back-to-top:hover {
	background: #e9ebec;
}

#back-to-top.show {
	opacity: 1;
}

.card-columns {column-count: 5;}

/*----------------------------*/

@media (max-width: 961px) {
	#floatingSocialShare a {
		width: 50% !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	body {
		overflow: scroll;
	}
	.navbar-toggle {
		padding: 10px 9px;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-default .navbar-toggle {
		border-color: transparent;
		font-weight: bold;
	}
	.navbar-default .navbar-collapse,
	.navbar-default.global .navbar-collapse {
		float: none;
		/*background-color: white;*/
		/*padding-bottom: 20px;*/
	}
	.dsite-info.global {
		width: 75%;
		line-height: 2.5em;
	}
	.dsite-info.global .logo {
		float: left;
		margin-right: 2%;
	}
	.dsite-info.global .name a {
		font-size: 16px;
		line-height: 28px;
		text-decoration: none;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #333;
	}
	.login {
		background-color: transparent;
		line-height: 2em;
		width: 20%;
		height: 50px;
		border-left: none;
		border-right: none;
		border-left: 0px solid #fce26e;
		padding-top: 10px;
		box-sizing: border-box;
	}
	.login .sign-in {
		width: 45%;
		height: 50px;
		text-align: center;
		border-left: none;
		border-right: none;
		float: left;
	}
	#global-search {
		float: left;
		background-color: transparent;
		margin-left: 0;
		width: 100%;
		padding: 3%;
		margin-bottom: 10px;
	}
	#global-search .f-search {
		width: 100%;
	}
	#global-search .f-search .type {
		width: 100%;
		float: left;
		margin-bottom: 5px;
		height: 40px;
	}
	#global-search .f-search .search-text {
		width: 35%;
		/*margin-bottom: 5px;*/
		display: inline-block;
	}
	#global-search .f-search .buscar_cerca {
		/* width: 0%; */
	}
	#global-search .f-search .search-location {
		width: 40%;
		display: inline-block;
		margin-bottom: 5px;
	}
	#global-search .f-search .buscar_btn {
		align-items: center;
		width: 10%;
		display: inline-block;
		margin: 0px;
	}
	.dividir {
		display: block;
	}
	#business-cat .text.category_title h3 a {
		width: 100% !important;
		display: inline-block;
		vertical-align: middle;
		padding-top: 15px;
	}
	.search-header h2 {
		color: #fff;
		font-size: 26px !important;
	}
	.category_title h3 {
		font-size: 18px !important;
	}
	.row.content.recently-listed .item-list img {
		height: auto;
		width: auto;
	}
	.row.content.featured-business .item-list img {
		max-height: 144px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.search-header {
		min-height: 100%;
		background-color: #fff;
		position: relative;
		padding-top: 120px;
	}
	.search-header .search-box-to-top {
		width: 100%;
	}
	.cnt-wrapper h2 {
		color: #fff !important;
		font-size: 28px !important;
	}
	.profile.m-box header {
		min-height: 250px;
		padding-top: 100px;
		position: relative;
		background-size: contain;
	}
	.category-box .img {
		display: block !important;
	}
	#global-search .f-search .search-text {
		width: 100% !important;
		float: inherit !important;
		margin-left: 0 !important;
	}
	#global-search .f-search .search-location {
		width: 70% !important;
		float: inherit !important;
		margin-top: 5px !important;
	}
	.login {
		line-height: 3em;
		width: 100%;
		height: 56px;
		border-left: 1px solid #fff;
		border-right: 0px solid #fff;
		float: inherit;
		position: relative;
		z-index: 77 !important;
	}
	#global-search .f-search .buscar_btn {
		width: auto;
		display: inline-block;
		margin-left: inherit;
		margin-top: 10px;
	}
	.title3 h4 {
		margin: 25px auto;
		position: relative;
		padding: 10px 0;
		box-sizing: border-box;
		text-align: center;
		font-size: 28px !important;
	}
	.profile header h1 {
		color: white;
		font-size: 25px !important;
	}
	.profile header h1 i {
		color: #fff !important;
	}
	#floatingSocialShare a {
		width: 50% !important;
	}
	.profile.m-box header {
		min-height: 170px;
		padding-top: 60px;
	}
	.add-details h3 {
		margin-top: 15px;
	}
	.custom-shape-divider-bottom-1674468536 svg {
		position: relative;
		display: block;
		width: calc(100% + 1.3px);
		height: 30px;
	}
}

@media screen and (min-width:320px) and (max-width:560px) {
	.search-box-to-top h2 {
		font-size: 30px !important;
		letter-spacing: inherit;
	}
	.search-header {
		min-height: 100%;
		background-color: #fff;
		position: relative;
		padding-top: 45px;
	}
	.row.content.recently-listed .item-list img {
		height: auto !important;
	}
	/*.item-list {
        border-bottom: 1px solid #f0f0f0;
        clear: both;
        padding: 15px;
        height: auto;
        width: 49%;
        display: inline-block;
        position: relative;
        overflow: hidden;
        transition: background 0.25s ease-in;
        -webkit-transition: background 0.25s ease-in;
        vertical-align: top;
    }*/
}
.ad-banner-wrapper {
  display: none;
}