@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap');


@property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: '<percentage>';
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: true;
}

:root {
	--d: 2500ms;
	--angle: 90deg;
	--gradX: 100%;
	--gradY: 50%;
	--c1: rgba(255, 214, 8, 0.99);
	--c2: rgba(248, 255, 168, 0.1);
    --c3: #f89e0e;
}

@media (max-width: 992px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 90% !important;
        font-family: 'Poppins', sans-serif;
    }
}

body {
    overflow-y: auto;
    background-color: #333;
}

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

.p-3 {
  padding: 10px !important;
}

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

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

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

.text-black {
    color: #000000;
}

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

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

.btn-primary {
    background-color: var(--c3)!important;
    color: #fff !important;
    border-color: #ffc76e;
}

a {
    color: #000000;
}

a:hover {
    color: var(--c3);
}

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

.badge-primary {
    background-color: #f89e0e;
    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: #f89e0e;
    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 0;
}


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

/*New Style*/
.top-bar {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
    background: rgba(83, 83, 83,0);
    transition: all 230ms linear;
}
.top-bar.expand {
    background: rgba(83, 83, 83, 0.8);
    transition: all 230ms linear;
    top: 0;
    width: 100%;
}
.top-bar.expand .logo img {
    max-width: 160px;
    transition: all 230ms linear;
    
}

#global-search {
    width: 65%;
    position: relative;
    z-index: 66 !important;
    height: auto;
    margin: auto;
    background: rgba(30, 30, 30, 0.54);
    border-radius:0;
    border: 0.35rem solid;
    border-image: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn) 30;
	animation: borderRotate var(--d) linear infinite forwards;
}

@keyframes borderRotate {
	100% {
		--angle: 420deg;
	}
}

@keyframes borderRadial {
	20% {
		--gradX: 100%;
		--gradY: 50%;
	}
	40% {
		--gradX: 100%;
		--gradY: 100%;
	}
	60% {
		--gradX: 50%;
		--gradY: 100%;
	}
	80% {
		--gradX: 0%;
		--gradY: 50%;
	}
	100% {
		--gradX: 50%;
		--gradY: 0%;
	}
}

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

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

#global-search input,
#global-search select {
    outline: none;
    height: 50px !important;
    border: 1px solid #f5f5f5;
    color: #5e5e5e;
    font-size: 14px;
}

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

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

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

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

#global-search .f-search .search-text {
    width:250px;
    max-width: 100%;
    display: inline-block;
    border-radius: 0 !important;
    background-color: transparent;
    font-size: 16px;
    font-family: 'Poppins', sans-serif !important; 
    color: #fff;
}
#global-search .f-search .search-text::placeholder {
    color: rgba(255, 255, 255, 0.83);
}
#global-search .f-search .buscar_cerca {
    width:auto;
    line-height: 3em;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

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

#global-search .f-search .buscar_btn {
    width: auto;
    display: inline-block;
}

#global-search button {
    width: 100%;
}
.btn.btn-black {
  color: #fff;
  font-size: 22px;
}

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

#global-search ~ p {
    font-size: 17px;
    color: #fff;
    margin: 15px auto;
    width: 50%;
    line-height: 30px;
}

.login {
    line-height: 3em;
    width: auto;
    height: 56px;
    float: right;
    position: relative;
    z-index: 9 !important;
}

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

.login > .join > a,
.login > .join > a strong {
    font-family: 'Poppins', sans-serif !important;
    font-weight: normal;
    vertical-align: middle;
    border: 1px solid #f89e0e;
    border-radius: 5px;
    color: #f89e0e;
}

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

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

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

.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: #f89e0e;
    border: 1px solid #f89e0e;
    _border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
}

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

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

.search-header {
    background-color: #3d7994;
    background: url(../img/banner-bg.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    max-height: 100%;
    position: relative;
    padding: 100px 0 0;
}

.search-header:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    position: absolute;
 background: rgba(0,0,0,0.7);
}

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

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

.search-header h2 {
    color: #ffffff;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: 35px;
    text-align: center;
}

.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-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 9;
}

.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: #5e5e5e;
    border-radius: 0;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    }

.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 #f89e0e;
}

.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: #f89e0e;
    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: var(--c3);
    border: 1px solid var(--c3);
    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: #f89e0e;
}

.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: #f89e0e;
}

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

.result_wrapper .item-list {
    margin-bottom: 5px;
    padding: 10px 0;
    box-sizing: border-box;
}

.featured-business .item-list {
    margin:15px 8px;
}


/*.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: 31px;
    color: #d92344;
    position: absolute;
    left: 90%;
    top: 6px;
}

.item-list .add-details .add-title {
    padding-bottom: 0;
    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: #f89e0e;
}

.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-bg.jpg) repeat;
    overflow: hidden;
    display: block;
    text-align: center;
    padding: 15px;
    color: white !important;
    max-height: 440px;
    padding-top: 100px;
    line-height: normal;
    background-size: cover;
    background-position: center;
    position: relative;
}
.profile header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 1;
}


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

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

.profile header .btn, .profile header button{
    position: relative;
      z-index: 5;
}
.info-row-mid {
  position: relative;
  z-index: 8;
}

.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: transparent;
    padding:0;
    z-index: 9;
}

hr.hr-1 {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 214, 8, 0.8), rgba(0, 0, 0, 0));
}

.category_wrapper .knowmore_btn a {
    position: relative;
    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,
.top_rated_wrapper .item-list{
    background: #f2f2f2;
    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;
    overflow: hidden;
    object-fit: cover;
}

footer#main-footer {
    padding: 60px 0 30px 0;
    color: #e6e6e6;
    font-size: 13px;
    line-height: 1.4em;
    position: relative;
    background: #333;
    background: url(../img/footer-bg.jpg) no-repeat center bottom;
    /*
    background-blend-mode:multiply;
    background: rgb(77,40,2);
    background: radial-gradient(circle, rgba(77,40,2,1) 0%, rgba(36,36,36,1) 65%);
    */
}

.list-footer > li {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    padding-right: 15px;
}
.list-footer > li:after {
    content: "";
    width: 1px;
    height: 15px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.list-footer > li:last-child:after {
    display: none;
}

/*--------------------------
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: #424242;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.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:var(--c3);
    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;
    height: 45px;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    
}

.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;
    box-sizing: border-box;
    text-align: left;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    padding-left: 20px;
}


/*.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: 5px;
    height: 35px;
    top: 0;
    bottom: 0;
    background: var(--c3);
    margin: auto;
    left: 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;
}


{
    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: #424242;
    margin-bottom: 15px;
    height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}


.category_title h3 {
    margin-top: 8px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
    min-height: 30px;
    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;
    text-align: center;
}

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

.category-box.btn-box > a span{
    width: 80px;
    height: 80px;
    margin: auto;
    position: relative;
    background: transparent;
    border-radius: 10px;
    padding: 14px;
    border: 2px solid #ffa801;
    color: #ffa801;
    text-align: center;
    font-size: 45px;
    line-height: 46px;
}

.category-box.btn-box .btn-more {
    display: block;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    margin-top: 8px;
    min-height: 30px;
}

.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,
.row.content.recently-listed .item-list img,
.top_rated_wrapper .item-list img {
    height: 190px;
}

.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: var(--c3);
    transition: all 230ms linear;
}
.row.sub-catagory-wrapper.listing-category .category-box:before {
    content: '';
    width:0;
    height: 100%;
    top: 0;
    bottom: 0;
    left:0;
    background-color: #424242;
    position: absolute;
    z-index: -1;
    transition: all 300ms linear;
    opacity: 0
}
.row.sub-catagory-wrapper.listing-category .category-box:hover:before {
    content: '';
    width: 8px;
    height: 100%;
    top: 0;
    bottom: 0;
    left:0;
    background-color: #424242;
    position: absolute;
    z-index: 9;
    opacity: 1;
    transition: all 200ms 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: #202020;
    color: #fff;
    font-size: 15px;
}

.container.footer-box {
  background: rgba(83, 83, 83, 0.8);
  padding: 40px 25px;
  box-sizing: border-box;
  border-radius: 10px;
}

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

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

footer#main-footer .form-control {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
    height: 38px;
    border: 1px solid #ccc;
    background: #6a6a6a;
}

.recent_listed_wrapper.business-profile .row.recently-listed {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.recent_listed_wrapper.business-profile .row.recently-listed .booking-item-title {
    min-height: auto
}

/*-------------------------------------
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;
}

.box-scroll{
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
    z-index: 9;
}

.box-scroll span{
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 2px solid #f89e0e;
	border-right: 2px solid #f89e0e;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 2s infinite;
}

.box-scroll span:nth-child(2)
{
	animation-delay: -0.2s;
}

.box-scroll span:nth-child(3)
{
	animation-delay: -0.4s;
}

@keyframes animate{
	
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-20px, -20px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(20px, 20px);
	}
}

.material-symbols-outlined {
    vertical-align: middle;
}


/*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;
}

.detail-box {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  min-height: 185px;
}

.recent-comments-wrapper h4 > i {
  display: none;
}
.recent-comments .item-list blockquote {
    padding: 30px;
    margin: 10px 5px;
    border: 1px solid #ccc;
    height: 200px;
    display: inline-block;
    width: 96%;
}

.owl-next, .owl-prev {
  width: 34px;
  height: 35px;
  border-radius: 100%;
  border: 2px solid var(--c3);
  margin: auto 8px;
}
.owl-next span, .owl-prev span {
    font-size: 25px
}

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

@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) {
    #global-search {
        width: 100%;
        height: auto;
    }
    #global-search ~ p {
        font-size: 13px;
        color: #fff;
        margin: 15px auto;
        width: 100%;
        line-height: 24px;
    }
    .search-header {
        min-height: 100%;
        background-color: #fff;
        position: relative;
        padding-top: 120px;
    }
    
    .category_wrapper.home-page .category-box {
        margin: auto;
        position: relative;
        padding: 10px;
        text-align: center;
        min-height: 155px;
    }
    .category_wrapper.home-page .category-box img {
        width: 42px;
        height: auto;
    }
    .category_title h3 {
        font-size: 80%;
    }
    .category-box.btn-box > a span {
        width: 64px;
        height: 64px;
        line-height: 35px;
        font-size: 30px;
    }
    .box-scroll {
        display: none;
    }
    .row.content.featured-business .item-list img,
    .row.content.recently-listed .item-list img,
    .top_rated_wrapper .item-list img {
        height: 140px;
    }
    
    .booking-item-title.bolded a {
      padding: 10px 0;
      display: block;
      font-family: 'Poppins', sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 500;
    }
    .text-small {
      font-size: 12px;
      line-height: 1.5em;
    }

    .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;
        width: 64px;
        height: 64px;
    }

    #global-search .f-search .search-text {
        width: 45% !important;
        float: inherit !important;
        margin-left: 0 !important;
    }
    

    #global-search .f-search .search-location {
        width: 40% !important;
        float: inherit !important;
        margin-top: 5px !important;
    }
    .dsite-info.global img {
      max-width: 150px;
    }
    
    .home_featured_wrapper .boxy .content {
      padding: 0;
    }
    row.content.featured-business .item-list img,
    .row.content.recently-listed .item-list img,
    .top_rated_wrapper .item-list img {
        height: 130px;
    }

    /*
    .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: 10%;
        display: inline-block;
        margin-left: inherit;
        margin-top: 0;
    }
    #global-search .btn {
        border-radius: 3px !important;
        padding: 0;
        font-size: 18px;
    }
    .title3 h4 {
        margin: 25px auto;
        position: relative;
        box-sizing: border-box;
        text-align: left;
        font-size: 22px !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: 22px !important;
        letter-spacing: inherit;
        margin-top: 22px;
    }

    .search-header {
        min-height: 100%;
        background-color: #fff;
        position: relative;
        padding-top: 45px;
        height: auto;
    }

    .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;
}