/*----------- Commen------- */
/*:root {
    --dark-color: #EA4235;
    --dark-hover-color: #dc3124;
    --light-color: #0893ee;
    --light-hover-color: #077ccb;
}*/

body,
html {
    font-size: 16px !important;
    line-height: 1.6;
    overflow: unset;
    color: #263547;
    scroll-behavior: smooth
}

.text-info {
    color: var(--light-color) !important;
}

p {
    color: #263547;
}

a {
    color: #263547;
}

hr {
    border-color: #CCCCCC;
}

.parallax {
    /* Create the parallax scrolling effect */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.sticky .cross-btn {
    display: none !important
}

.red-color {
    color: var(--dark-color);
}

.blue-color {
    color: var(--light-color) !important;
}

.blue-color a {
    color: var(--light-color) !important
}

.green-color {
    color: #60BF73;
}

.redesh-color {
    color: #BF7060;
}

.yellow-color {
    color: #ECC56F;
}

.black-color {
    color: #263547;
}

.white-color {
    color: #FFFFFF !important;
}

.overflow-dots {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.background-red {
    background: var(--dark-color) !important;
}

.background-yellow {
    background: #FFF7CC;
}

.background-blue {
    background: var(--light-color);
}

.background-lightblue {
    background: #5791FF;
}

.background-black {
    background: #263547;
}

.background-white {
    background-color: #FFFFFF;
}

.pad-left-5 {
    padding-left: 5px !important
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

body .border-right {
    border-right: 1px solid #707070 !important;
}

.background-darkblue {
    background-color: var(--light-color);
}

a.btn-category {
    font-size: 18px;
    font-weight: 400;
    padding: 14px 40px;
    text-align: center;
    color: #FFFFFF;
    border: navajowhite;
    background-color: var(--light-color);
    box-shadow: 0 6px 16px 0 #00000024;
}

a.btn-category:hover {
    color: #FFFFFF;
}

.sticky {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0 !important;
}

@supports (position: sticky) or (position: -webkit-sticky) {
    .some-sticky-element {
        bottom: 30px;
    }
}

/*.sticky {
    position: -webkit-sticky;
    position: sticky;
}*/

.cross-btn {
    display: none !important;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999999;
    font-weight: 200;
    padding: 6px 10px;
    color: #FFFFFF;
    border: 1px solid #CCCCCC;
    background: none;
}

.filter .block {
    padding: 20px 0;
    border-bottom: 1px solid #CCCCCC;
}

#imagePreview {
    background-size: contain
}

.avatar-preview {
    background-color: #FFFFFF
}

.navbar-collapse.show:before {
    content: '';
}

.profile-btn {
    display: inline-block;
    padding: 15px;
}

.social-logins .or-line {
    position: relative;
    text-align: center;
}

.social-logins .or-line:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 80%;
    transform: translate(-50%);
    border-bottom: 2px dashed #777777;
}

.social-logins .or-line span {
    display: inline-block;
    position: relative;
    z-index: 999;
    font-size: 17px;
    line-height: 27px;
    width: 30px;
    height: 30px;
    border: 1px solid #7C7C7C;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0 0 0 8px #FFFFFF;
}

.social-logins .btn {
    display: block;
    width: 263px;
    margin: 0 auto;
    padding: 5px 20px;
    text-align: left;
    color: #000000;
    border-radius: 5px;
    background: #FFFFFF;
}

.social-logins .btn i {
    margin-right: 8px;
}

.social-logins .btn.btn-facebook {
    color: #3B5998;
    border-color: #3B5998;
}

.social-logins .btn.btn-facebook:hover {
    color: white;
    background: #3B5998;
}

.social-logins .btn.btn-twitter {
    color: #55ACEE;
    border-color: #55ACEE;
}

.social-logins .btn.btn-twitter:hover {
    color: white;
    background: #55ACEE;
}

.social-logins .btn.btn-google {
    color: #DD4B39;
    border-color: #DD4B39;
}

.social-logins .btn.btn-google:hover {
    color: white;
    background: #DD4B39;
}

.social-logins .btn.btn-linkedin {
    color: #007BB6;
    border-color: #007BB6;
}

.social-logins .btn.btn-linkedin:hover {
    color: white;
    background: #007BB6;
}

.aside-bar-list .nav-link,
.aside-bar-list .list-group-item {
    margin-bottom: 4px;
    color: #495057 !important;
    border-color: #F5F7FA;
    border-left: 5px solid #F5F7FA !important;
    border-radius: 0;
    background-color: #F5F7FA !important;
}

.aside-bar-list .nav-link.active,
.aside-bar-list .list-group-item.active {
    border-left: 5px solid #1093EC !important;
}

.aside-bar-list .nav-link:hover,
.aside-bar-list .list-group-item:hover {
    border-left: 5px solid #1093EC !important;
}

.btn {
    border-radius: 0;
}

.btn:not(.btn-sm) {
    padding: 15px;
}

.modal .btn {
    padding: 0.4rem 1rem;
}

.custom-control-label::after {
    position: absolute;
    top: 2px;
    left: -20px
}

.pos-abs {
    position: absolute;
    right: 0 !important
}

.right-180 {
    right: 180px !important

}

section > .container > .row > .col-md-12 {
    margin-bottom: 0;
}

.listings #list-tab .slick-arrow {
    font-family: "Font Awesome 6 Free";
}

.listings #list-tab .slick-arrow:before {
    font-family: 'Font Awesome 6 Free';
    color: var(--light-color);
}

.listings #list-tab .slick-prev:before {
    content: "\f053"
}

.listings #list-tab .slick-next:before {
    content: "\f054";
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.margin-b-30 {
    margin-bottom: 30px !important
}

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

header {
    background-color: #FFFFFF !important;
}

header .navbar-brand img {
    max-height: 60px;
}

header .navbar-nav {
    width: 100%;
}

header .navbar-nav ul.navbar-right {
    float: right;
}

header .navbar-nav .nav-item {
    display: inline-block;
}

header .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    padding: 6px;
}

header .navbar-nav .nav-link i {
    color: var(--dark-color);
}

/*.login-button {
    font-size: 16px;
    font-weight: 600;
    margin-top: 2px;
    border: unset !important;
    padding-right: 0 !important;
    margin-bottom: 2px !important
}*/

header .nav-item .button {
    display: inline-block;
    padding: 10px 13px;
    color: white;
    border-radius: 5px;
    background: var(--dark-color);
}

.hero-area {
    padding: 70px 0;
}

.banner-bg {
    background-color: #E4E4E4;
}

.banner-content {
    text-shadow: 0 0 2px #393939;
}

.banner-content h1 {
    font-size: 75px;
    font-weight: 600;
    color: #FFFFFF !important;
}

.banner-content p {
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF !important;
}

.banner-content .slick-track > div {
    padding: 150px 0;
}

.button1 {
    padding: 10px 13px;
    color: white;
    border-radius: 5px;
    background: var(--dark-color);
}

.prifile-btn {
    margin-left: 45px;
}

.add-button {
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 4px;
    background: var(--dark-color) !important;
    box-shadow: 0 0 5px 0 #E5E1E1;
}

section.search-wrapper {
    padding: 100px 0;
}

.featured-single-search img {
    width: auto !important
}

.avatar-upload {
    position: relative;
    max-width: 150px;
    margin: 0 30px 0 auto;
}

.avatar-edit {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 1;
}

.avatar-edit input {
    display: none;
}

.avatar-edit label {
    display: inline-block;
    font-weight: normal;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border: 1px solid transparent;
    border-radius: 100%;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.avatar-edit label:hover {
    border-color: #D6D6D6;
    background: #F1F1F1;
}

.avatar-edit label:after {
    content: "\f040";
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    font-family: 'FontAwesome';
    margin: auto;
    text-align: center;
    color: #757575;
}

.avatar-preview {
    position: relative;
    width: 150px;
    height: 150px;
    border: 6px solid #F8F8F8;
    border-radius: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* ---------Search Form--------- */

.form-group {
    /*margin-bottom: 0rem !important;*/
}

.slide-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 0 15px 0 0 !important;
}

/*.hero-area.banner-search .advance-search {
    position: absolute;
    bottom: 40%;
    left: 150px;
    right: 140px;
}*/

.banner-content .slick-dots {
    bottom: 10px;
    z-index: 9999;
}

.banner-head {
    font-size: 65px;
    font-weight: 600;
    color: #FFFFFF;
}

.banner-text {
    font-size: 24px;
    margin: 20px 0 30px;
    color: #FFFFFF;
}

.banner-content .slick-dots button:before {
    font-size: 12px;
}

.banner-content .slick-dots button,
.banner-content .slick-dots button:before {
    color: #FFFFFF !important;
}

.advance-search {
    padding: 15px 15px !important;
    background: #FFFFFF;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 11%) !important;
}

.advance-search .form-group {
    margin-bottom: 0 !important;
}

body .advance-search .form-control {
    height: 50px !important;
    color: #263547 !important;
}

.advance-search .form-control::-webkit-input-placeholder {
    color: #263547 !important;
}

.advance-search .form-control:-ms-input-placeholder {
    color: #263547 !important;
}

.advance-search .form-control::placeholder {
    color: #263547 !important;
}

.advance-search .listing-search {
    padding-left: 24px !important;
    background-image: url('../images/topsport-images/map-marker-alt-solid.svg');
    background-repeat: no-repeat;
    background-position: 2px center;
    background-position-y: 14px;
    background-size: 14px;
    fill: var(--dark-color);
}

.advance-search [type="submit"] {
    background: var(--light-color);
}

.advance-search [type="submit"]:hover {
    background: var(--light-hover-color);
}

@media (max-width: 768px) {
    .advance-search [type="submit"] {
        font-weight: 600;
    }
}

@media (max-width: 480px) {
    .btn {
        font-weight: 600 !important;
    }
}

.newsletter-widget [type="submit"] {
    border-color: var(--dark-color);
    background: var(--dark-color);
}

.newsletter-widget [type="submit"]:hover {
    border-color: var(--dark-hover-color);
    background: var(--dark-hover-color);
}

.newsletter-widget .alert {
    margin: 0;
    padding: 0 6px;
}

.file-selection {
    margin-top: 30px
}

#gallery-photo-add {
    position: relative;
}

.gallery .removeImg:before {
    display: block;
    visibility: visible;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 151px;
    height: 151px;
    opacity: 0.5;
    background: url(../images/topsport-images/img-cross.png);
}

#gallery-photo-add:before {
    visibility: visible;
    content: '';
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 17px);
    z-index: 9999;
    width: 35px;
    height: 32px;
    background: url(../images/topsport-images/camera.png);
}

/*
.file-selection #gallery-photo-add {
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
}*/
.file-selection #gallery-photo-add {
    font-size: 0;
    line-height: 0;
    border: 2px dashed #9098A1;
    border-radius: 32px;
}

.file-selection input {
    width: 151px;
    height: 151px;
    margin-right: 15px;
    margin-bottom: 15px;
}

/*.gallery{
    display: contents;
}*//*
.gallery{
    padding-top: 30px !important
}*/
.gallery img {
    vertical-align: top
}

.profile {
    padding: 30px;
    background: #F5F7FA;
}

.gallery img {
    width: 150px;
    max-width: 150px;
    height: 150px;
    max-height: 150px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    object-fit: cover;
}

.list-container {
    display: block;
    position: relative;
    font-size: 15px;
    margin-bottom: 12px;
    padding-left: 30px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.list-container input {
    position: absolute;
    width: 0;
    height: 0;
    cursor: pointer;
    opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
}

/* On mouse-over, add a grey background color */
.list-container:hover input ~ .checkmark {
    background-color: #FFFFFF;
}

/* When the checkbox is checked, add a blue background */
.list-container input:checked ~ .checkmark {
    background-color: #FFFFFF;
}

.border-input {
    width: 100%;
    max-width: 400px;
    padding: 14px;
}

.grey-btn {
    font-size: 18px;
    min-width: 200px;
    padding: 15px 50px;
    color: #000000;
    border: none;
    background: #F5F7FA;
}

.blue-bg {
    color: #FFFFFF !important;
    background: var(--light-color) !important;
}

.tags-input-wrapper {
    max-width: 400px;
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background: transparent;
}

.tags-input-wrapper input {
    width: 140px;
    margin-left: 8px;
    border: none;
    outline: none;
    background: transparent;
}

.tags-input-wrapper .tag {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    padding: 4px 3px 0 7px;
    padding: 3px 5px 0;
    color: #111111;
    border-radius: 5px;
    background-color: #EDF2F7;
}

.tags-input-wrapper .tag a {
    display: inline-block;
    line-height: 1;
    margin: 0 7px 0;
    cursor: pointer;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    display: none;
    content: "";
    position: absolute;
}

.check {
    display: inline-block !important;
}

.check .col {
    width: fit-content !important;
    margin-right: 50px !important;
}

/* Show the checkmark when checked */
.list-container input:checked ~ .checkmark:after {
    display: block;
}

select:focus {
    outline: none !important
}

.svg-billing svg {
    width: 40px !important;
    height: 40px !important;
    margin-right: 10px;
}

.bootstrap-tagsinput {
    padding: 15px 10px !important;
    border: 1px solid #000000;
}

.bootstrap-tagsinput input {
    border: none !important
}

.bootstrap-tagsinput input:focus {
    outline: none !important
}

.tag {
    padding: 10px 15px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    font-size: 22px;
    margin-left: 5px;
}

.bootstrap-tagsinput {
    font-size: 1rem;
    line-height: 1.25;
    width: 100%;
    margin: 0;
    padding: 0.5rem 0.75rem 0;
    transition: border-color 0.15s ease-in-out;
}

.bootstrap-tagsinput .has-focus {
    border-color: #5CB3FD;
    background-color: #FFFFFF;
}

.label-info {
    display: inline-block;
    margin-bottom: 0.4em;
    padding: 0 .4em .15em;
    border-radius: .25rem;
    background-color: #636C72;
}

input {
    margin-bottom: 0.5em;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: '\00d7';
}

/* Style the checkmark/indicator */
.list-container .checkmark:after {
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid black;
    border-width: 0 2px 2px 0;
}

.message-yellow {
    background: #FFF7CC
}

.message-box {
    padding: 38px 30px !important;
    text-align: center
}

.border-col {
    padding: 40px 0 40px;
    border-bottom: 1px solid #CCCCCC;
}

.viewer {
    display: grid;
}

.viewer li {
    font-size: 20px;
}

.viewer li a {
    padding: 0 !important
}

.open-img {
    position: absolute;
    top: -8px;
    right: -30px;
    max-width: 20px
}

.avatar-head {
    position: relative;
    max-width: max-content;
}

.avatar-stars {
    float: left;
    margin-right: 15px;
}

.img-col img {
    max-width: 176px;
    max-height: 176px;
    margin-right: 20px;
}

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

@media (max-width: 767px) {
    .columns-2 {
        column-count: 1 !important;
    }
}

/* ------Hero Slide------- */

.hero-area .slick-slide {
    height: 725px;
    background-position: center !important;
    background-size: cover !important;
}

#popular-categories .card {
    padding: 35px !important
}

.aside-bar .list-group-item, .aside-bar .list-group-item.active, .card.aside-bar {
    border: none !important;
    background: #F5F7FA !important;
}

/* ------Business Category------- */

.short-popular-category-list ul li a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    width: 20% !important;
    margin: 0 auto;
    color: #263547 !important;
    border: unset !important;
}

.business-category a {
    display: block;
}

.business-category svg {
    width: 44px;
    height: 44px;
    fill: #263547 !important;
}

.business-category.briefcase svg,
.business-category.finance svg {
    width: 40px;
}

.business-category svg path {
    fill: #263547 !important;
}

.business-category a span {
    display: block !important;
    margin-top: 10px;
}

.business-category a:hover,
.business-category a:active,
.business-category a:hover span {
    color: var(--light-color);
}

.business-category a:hover svg path,
.business-category a:active svg path {
    fill: var(--light-color) !important;
}

/* .popular-categorie-box {
    min-height: 200px;
} */

/* ------breadcrumb ------- */
section.breadcrumb {
    padding: 20px 0 !important;
    border-radius: 0 !important;
    background-color: #F5F7FA;
    /*border-top: 1px solid #ccc;*/
    /*border-bottom: 1px solid #ccc;*/
}

section.breadcrumb .breadcrumb-head {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 2.5rem;
}

section.breadcrumb ul li {
    display: inline-block;
    position: relative;
    font-weight: 600;
    padding: 0 5px;
}

section.breadcrumb ul li:last-of-type * {
    color: var(--dark-color) !important;
}

section.breadcrumb ul li:not(:last-child) {
    border-right: 1px solid #707070;
}

/* ------ end breadcrumb ------- */
.leading-8 {
    line-height: 2rem;
}

.message {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 30px 75px 15px;
}

input#gallery-photo-add:hover {
    border-color: var(--light-color);
}

/* ------popular-businesses ------- */

#popular-businesses {
    display: block;
    min-height: 400px;
    padding: 5% 0%;
    background: #FFFFFF;
}

.business-image a {
    display: block;
    /*background: #F5F7FA;*/
}

.business-image a:hover {
    color: #FFFFFF;
}

.business-image a .card {
    background-color: transparent !important;
    /*border: none !important;*/
}

.business-image a:hover .card {
    background-color: var(--light-color) !important;
}

.business-image a:hover .card h4,
.business-image a:hover .card p {
    color: #FFFFFF;
}

.business-image a:hover svg path {
    /*fill: #fff !important;*/
    opacity: 1;
}

.business-image svg, .business-image img {
    width: 44px;
    height: 44px;
}

.business-image a:hover img {
    filter: brightness(0) invert(1);
}

.popular-categorie-box h4 {
    font-size: 19px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.business-image .col-md-4:nth-child(1) .popular-categorie-box svg path {
    fill: #ECC56F;
}

.business-image .col-md-4:nth-child(2) .popular-categorie-box svg path {
    fill: #60BF73;
}

.business-image .col-md-4:nth-child(3) .popular-categorie-box svg path {
    fill: #1262FE;
}

.business-image .col-md-4:nth-child(8) .popular-categorie-box svg path {
    fill: #ECC56F;
}

#popular-busines {
    background-color: #F5F7FA !important;
}

#popular-busines #list-tab {
    display: block !important;
    height: 59px;
    border-bottom: 1px solid var(--light-color);
}

#popular-busines #list-tab a {
    display: block;
    font-size: 18px;
    float: left;
    width: 25%;
    color: #263547;
    border: none;
    border-radius: 0 !important;
    background-color: transparent;
    background: transparent;
}

#popular-busines #list-tab a svg {
    width: 20px !important;
    height: 20px !important;
}

#popular-busines #list-tab a i,
#popular-busines #list-tab a svg path {
    color: #263547;
}

#popular-busines #list-tab .slick-current {
    font-weight: 600;
    color: var(--light-color);
    border-bottom: 8px solid var(--light-color) !important;
}

#popular-busines #list-tab a.slick-current span {
    font-weight: 600;
    color: var(--light-color);
}

#popular-busines #list-tab a.slick-current i {
    color: var(--light-color);
}

#popular-busines #list-tab a.slick-current svg path {
    fill: var(--light-color) !important;
}

#popular-busines .tab-pane img {
    width: 100%;
    height: 100%;
}

#popular-busines .row.listings {
    margin-bottom: 2rem;
}

.popular-business-stat {
    visibility: hidden;
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    padding: 30px 10px;
    background: var(--dark-color);
}

a.child-category:hover .popular-business-stat {
    visibility: visible;
}

.popular-business-stat h4 {
    color: #FFFFFF;
}

/* --------------topspot-tracksdown--------------- */

.topspot-tracksdown p {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}

.topspot-tracksdown p:last-of-type {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.topspot-content h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 16px;
}

#topspot101 .topspot-content p {
    color: #FFFFFF;
}

/* ==========bg-gray========== */

body #business-category {
    padding-top: 0 !important;
    padding-bottom: 6% !important;
}

.popular-category-list {
    width: fit-content;
    margin: 0 auto;
}

.business-category {
    display: block;
    width: 140px;
    margin: 0 auto;
}

.business-category img {
    height: 40px;
    margin-bottom: 10px;
}

/* -------------listings-near----------- */

.listings-near .img-wrapper {
    height: 200px;
}

.listings-near img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    object-fit: scale-down;
}

.listings-near p {
    margin: 0;
    padding-top: 5px;
}

.listings-near h4, .listings-near h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.verified {
    display: inline-block;
    position: relative;
    line-height: 1;
    max-height: 30px;
}

.listings-near .verified {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
}

.verified .icon {
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    transition: all 400ms cubic-bezier(0.18, -0.43, 0.55, 2.15);
    transform: scale(1);
    text-align: center;
    color: #FFFFFF;
    border-radius: 50%;
    background-color: #0A93EC;
    background-image: url(https://cdn-icons-png.flaticon.com/512/8207/8207927.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}

.single-search-result .verified .icon {
    font-size: 18px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.verified .icon:before {
    display: none;
}

.verified:hover .icon {
    transform: scale(1.1);
    background-color: #077CCB;
}

.verified:hover span {
    transform: translateY(-50%) rotateY(0deg) scale(1);
    opacity: 1;
}

.verified span {
    position: absolute;
    top: 50%;
    left: 120%;
    font-family: arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 100%;
    margin: 0;
    padding: 5px;
    transition: all 400ms cubic-bezier(0.18, -0.43, 0.55, 2.15) 150ms;
    transform: translateY(-50%) rotateY(90deg) scale(0.01);
    transform-origin: left center;
    opacity: 0;
    color: white;
    border-radius: 5px;
    background: #EA4234;
}

.card-content {
    padding: 0 20px;
}

.listing-meta {
    margin-top: 10px;
    padding: 10px 20px;
    border-top: 1px solid #F2F2F2;
}

.pricing-section {
    padding: 10px 0 0 0;
}

/* ----------Hot Locations--------- */

#hot-locations-wrapper .tab-pane .row:first-child {
    margin-bottom: 20px;
}

#hot-locations-wrapper .row [class^="col"] {
    height: 100%;
}

#hot-locations-wrapper .hot-location-title,
#hot-locations-wrapper .hot-location-cat {
    display: inline-block;
}

#hot-locations-wrapper .hot-location-cat svg {
    width: 50px;
    height: 50px;
}

#hot-locations-wrapper .hot-location-cat {
    color: var(--light-color);
}

#hot-locations-wrapper .hot-location-cat svg {
    fill: var(--light-color);
}

#hot-locations-wrapper .hot-location-title {
    color: #263547;
}

#hot-locations-wrapper .single-hot-location {
    width: 100%;
    height: 100%;
}

#hot-locations-wrapper .single-hot-location img {
    width: 100%;
    height: 100%;
}

/* ----------Customer Reviews--------- */

.section-title h2:before {
    display: none !important;
}

.section-title h2:after {
    display: none !important;
}

.section-title p {
    font-size: 18px;
    line-height: 30px;
    padding: 0 20%;
    color: #263547;
}

.section-title {
    margin-bottom: 40px;
}

.product-item {
    margin-bottom: 0 !important;
}

.product-item p {
    font-size: 18px;
    line-height: 26px;
    color: #263547;
}

span.card-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

span.card-sub-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0 !important;
}

/* =====================Pricing============= */

.pricing-title {
    font-size: 34px;
    font-weight: 600;
    float: right;
}

.plan-title {
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
}

.card-body li {
    font-size: 18px;
    line-height: 1.8;
}

a.btn.btn-pricing {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 45px;
    margin: 0 auto;
    padding: 8px 0 !important;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #263547;
    border-radius: 0;
    background: #263547;
}

.card.card-pricing {
    padding: 0 10px 20px 10px;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
    background-image: linear-gradient(90deg, #0B57FE, #3B96FE);
    box-shadow: 0 0 14px 0 #A1A1A166;
}

.card.professional {
    padding: 0 10px 20px 10px;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
    background-image: linear-gradient(90deg, #FFC564, #FFE16D);
    box-shadow: 0 0 14px 0 #A1A1A166;
}

.footer .block h4 {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 16px;
    color: #FFFFFF;
}

.footer .block form {
    margin-top: 30px;
}

/* --------Topspot-------- */

.topspot-img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 5% 0%;
    color: #FFFFFF;
}

.topspot-content {
    padding: 0;
}

.add-business-btn-wrapper {
    padding: 20px;
    border-radius: 6px;
}

#topspot .topspot-content .topspot-how h4 {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 10px;
    vertical-align: bottom;
}

#topspot .topspot-content .topspot-how img {
    display: inline-block;
    width: 25px;
}

#topspot .topspot-content .topspot-how p {
    margin-top: 10px;
}

#topspot .topspot-content .topspot-how:nth-child(2) {
    margin-top: 40px;
}

.business-score {
    position: relative;
    float: left;
    width: 300px;
}

.business-score ul li {
    padding: 1.25rem 1.25rem;
}

.business-score-testimonial {
    position: absolute;
    top: 166px;
    right: 0;
    z-index: 999;
    float: left;
    width: 275px;
}

.business-score-testimonial .btn-green {
    padding: 10px 15px;
    color: #FFFFFF;
    background: #34A853;
}

.business-score .list-group-head {
    font-size: 18px;
    font-weight: bold;
}

.business-score ul li i {
    color: #60BF73;
}

/* ------------Popular-businesses------------- */

#popular-busines {
    padding: 8% 0;
}

#hot-locations .tab-pane > .row {
    margin-bottom: 55px;
}

#hot-locations .tab-pane > .row:last-of-type {
    margin-bottom: 0;
}

#hot-locations .tab-pane > .row .col-md-8 svg {
    width: 24px !important;
    height: 24px !important;
}

#hot-locations .tab-pane > .row:last-of-type .col-md-4 svg {
    width: 30px;
    height: 30px;
}

.popular-businesses-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 284px;
    margin-bottom: 15px;
    object-fit: cover;
}

ul.businesses-listing {
    margin-left: 18px;
}

ul.businesses-listing li {
    font-size: 18px;
    line-height: 37px;
    padding: 8px 12px;
    text-align: center;
    color: #FFFFFF;
}

.businesses-listing li:hover {
    background: #263547;
}

#hot-locations {
    padding: 8% 0;
}

.popular-business-bottom .popular-business-title {
    font-size: 20px;
    font-weight: bold;
    margin-right: 40px;
}

.popular-business-bottom span.popular-business-category {
    vertical-align: sub;
}

.popular-business-bottom svg {
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

.popular-business-bottom svg path {
    color: var(--light-color);
    fill: var(--light-color);
}

.popular-business-svg {
    vertical-align: top;
}

.businesses-listing #list-tab {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

body .businesses-listing #list-tab a {
    font-size: 18px;
    margin-bottom: 0;
    padding: .6rem 1.25rem !important;
    text-align: center;
    color: #FFFFFF;
    border: 0;
    border-bottom: 1px solid #FFFFFF !important;
    border-radius: 0 !important;
    background-color: var(--light-color);
}

.businesses-listing #list-tab a:last-child {
    border-bottom: none !important;
}

.businesses-listing #list-tab a.active,
.businesses-listing #list-tab a.all-states {
    font-weight: bold;
    background-color: #263547;
}

.businesses-listing #list-tab a:hover {
    background-color: #263547;
}

#hot-locations .tab-pane a {
    display: block;
}

.business-detail-review h3 {
    font-size: 30px;
    margin-top: 50px !important;
    margin-bottom: 30px !important
}

/* --------------topspot101
topspot101-------------- */

#topspot101 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 5% 0%;
    color: #FFFFFF;
    background-image: url('../images/topsport-images/blue-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.btn-topspot {
    display: inline;
    font-size: 24px;
    line-height: 45px;
    margin-top: 20px;
    padding: 15px 30px !important;
    text-align: center;
    color: #FFFFFF;
    background: #ECC56F;
}

.btn-topspot:hover {
    color: #FFFFFF !important;
}

/* ------------------listings------------------ */

.listings h2,
h2.business-category-title {
    margin: 0 0 20px 0;
}

/* --------------topspot101
topspot1021-------------- */

/* .app-buttons {
    display: inline-flex;
} */

#topspot102 {
    display: block;
    width: 100%;
    margin: 0;
    background-image: linear-gradient(90deg, #FFC564, #FFE16D);
}

.app-buttons img {
    float: left;
    margin-top: 20px;
    margin-right: 10px;
}

.app-buttons img:last-child {
    margin-right: 0;
}

/* ------------------ Umbrella page ------------------ */

.umbrella-page {
    /*padding: 70px 0 !important;*/
}

.umbrella-page .list-head1 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 30px;
}

.umbrella-page .leading-8 {
    line-height: 2rem;
}

.umbrella-page .list-head {
    padding: 15px;
    background: var(--dark-color);
}

.umbrella-page .list-head b {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    color: #FFFFFF;
}

.umbrella-page .faqs .list-head {
    padding: 0;
    background: none;
}

.umbrella-page .faqs .list-head b {
    color: #263547;
}

.umbrella-page .single-search-result .list-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

/* ------------------ FAQs Section ------------------ */

.faqs .card-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
    cursor: pointer;
    transition: 0.4s;
    text-align: left;
    color: #000000;
    border: none;
    outline: none;
    background-color: #FFFFFF;
}

.faqs .card-header:after {
    content: '\002B';
    font-weight: bold;
    float: right;
    margin-left: 5px;
    color: #777777;
}

.faqs .card-header[aria-expanded="true"] {
    border-bottom: 1px solid;
}

.faqs .card-header[aria-expanded="true"]:after {
    content: '\2212';
}

.faqs .card {
    margin: 15px 0;
}

.faqs .box-shadow {
    box-shadow: rgb(0 0 0 / 16%) 0 0 10px;
}

.faqs .active {
    border-bottom: 1px solid;
}

.faqs .active,
.faqs .card-header:hover {
    background-color: #FFFFFF;
}

.faqs button:focus {
    outline: none !important;
}

.faqs .card-body {
    background-color: white;
    /*transition: max-height 0.2s ease-out;*/
}

/* ------------------ search result page ------------------ */

.single-search-result {
    margin-bottom: 40px;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
}

.single-search-result .list-content {
    padding: 15px;
}

.single-search-result:last-child {
    margin-bottom: 0;
}

.single-search-result .listing-img {
    height: 100%;
    min-height: 150px;
    text-align: center;
    background: #F5F7FA;
}

.single-search-result img {
    max-width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.single-search-result .list-top {
    padding: 15px;
    padding-bottom: 0;
}

.single-search-result .list-top .list-direction {
    font-size: 14px;
    font-weight: 500;
}

.single-search-result .list-tags .tag {
    display: inline-block;
    font-size: 13px;
    width: 160px;
    height: fit-content;
    margin-right: 10px;
    padding: 8px 10px 6px !important;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #707070;
}

.single-search-result .list-tags .tag.active {
    color: #FFFFFF;
    background: var(--light-color);
}

.featured-single-search .list-direction a {
    display: block;
    margin-bottom: 4px;
}

.featured-single-search .list-direction a:last-child {
    margin-bottom: 0;
}

body .featured-single-search .list-tags .tag {
    border: 1px solid #FFFFFF;
    background: var(--dark-color) !important;
}

.featured-single-search .list-title {
    font-size: 24px;
}

.featured-single-search .featured-list-tags {
    display: block;
    font-size: 14px;
}

.featured-single-search .featured-single-search-links,
.featured-years-in-business {
    padding: 5px 15px 0 15px;
}

.featured-single-search .featured-single-search-links a {
    display: inline-block;
    font-size: 13px;
}

body .featured-single-search .list-tags .tag span {
    line-height: inherit;
    margin-top: -1px;
}

.featured-single-search .list-bottom {
    margin-top: 0 !important;
    padding: 5px 15px 10px 15px !important;
    border-top: 0 !important;
}

.single-search-result .list-tags .tag.active span {
    color: #FFFFFF;
}

.single-search-result .list-tags .tag i {
    font-size: 14px !important;
    margin-top: -4px;
    margin-right: 4px;
    vertical-align: middle;
}

.single-search-result .list-tags .tag span {
    display: inline-block;
    line-height: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.single-search-result .list-tags .tag:last-child {
    margin-right: 0;
}

.featured-single-search .list-description,
.featured-single-search .list-categories {
    padding: 0 15px;
}

.single-search-result:not(.featured-single-search) .list-description,
.single-search-result:not(.featured-single-search) .list-categories {
    padding: 10px 0;
}

.featured-single-search .list-rating {
    padding-top: 5px;
}

.featured-single-search,
.featured-single-search span,
.featured-single-search p,
.featured-single-search a,
.featured-single-search strong {
    color: #FFFFFF;
}

.search-result .filter label {
    font-size: 16px !important;
    margin: 0;
    color: #263547 !important;
}

.list-head {
    font-size: 32px;
    margin-bottom: 20px;
}

.slick-slide {
    height: fit-content;
}

.fatured-listing-slider {
    margin-bottom: 60px;
}

.fatured-listing-slider .list-description {
    max-width: 90%;
}

/* .search-result.grid-view {
    padding: 50px 0;
} */

.search-result.grid-view nav.pagination-nav {
    margin-top: 50px;
}

.search-result.grid-view .list-bottom {
    margin-top: 0 !important;
}

.single-search-result .list-bottom {
    font-size: 14px;
    padding: 15px;
    border-top: 1px solid #D5D5D5;
}

.single-search-result .list-review {
    font-size: 14px;
    padding: 15px;
    border-top: 1px solid #D5D5D5;
}

.single-search-result .list-bottom .list-location .fa {
    margin-right: 3px;
}

.single-search-result p {
    font-size: 14px;
    margin: 0;
}

nav ul.pagination {
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    text-align: center;
    border-radius: 0;
}

nav ul.pagination li {
    display: inline-block;
    margin-right: 0 !important;
    vertical-align: middle;
    color: #263547 !important;
}

nav ul.pagination li a.page-link {
    display: block;
    font-weight: 400;
    line-height: 18px;
    width: 72px;
    height: 50px;
    padding: 17px 0;
    color: #263547 !important;
    border: 1px solid #707070 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body nav ul.pagination li a.page-link:hover {
    color: #FFFFFF !important;
    background-color: var(--light-color) !important;
}

body nav ul.pagination li a:active,
body nav ul.pagination li.active a {
    font-weight: bold;
    color: #263547 !important;
    background-color: transparent !important;
}

/* ------------------ footer ------------------ */

body footer.footer {
    color: #FFFFFF;
    background-color: var(--light-color);
}

.footer-newsletter {
    padding: 50px 0;
}

.footer-links-wrapper {
    padding: 70px 0;
    border-top: 1px solid #FFFFFF;
}

.footer-bottom {
    background-color: var(--light-hover-color);
}

.footer p,
.footer h2,
.footer h3,
.footer h4,
.footer span,
.footer a,
.footer a:hover {
    color: #FFFFFF !important;
}

.footer .form-control {
    color: #263547;
    background-color: #FFFFFF;
}

.footer-newsletter h4,
.footer-newsletter p {
    color: #FFFFFF;
}

.footer-newsletter-form {
    border: 1px solid #FFFFFF;
}

.footer-newsletter-form input {
    float: left;
    width: 65%;
    height: 54px;
    border: none;
}

.footer-newsletter-form button {
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 35%;
    border: none;
    border-radius: 0;
}

.footer-newsletter-form button:hover {
    background: var(--dark-hover-color);
}

.footer-bottom .copyright p,
.footer-bottom .copyright p a {
    color: #FFFFFF;
}

.footer .widget-column {
    margin-bottom: 15px;
}

/* ------------------ form ------------------ */

.heading-header {
    padding: 60px 0;
    text-align: center;
}

.heading-header h2 {
    font-size: 49px;
}

.custom-control-label::before {
    top: 2px;
    left: -20px !important;
}

.custom-control-label {
    margin-left: 20px;
}

.custom-control-label span {
    margin-left: 5px;
}

.form-control {
    font-family: 'Mark Pro', sans-serif !important;
    border-radius: 0 !important;
}

.form-control:not(.input-sm) {
    font-size: 16px !important;
    padding: 15px;
}

.modal .form-control:not(.input-sm) {
    padding: 0.375rem 0.75rem;
    height: calc(1.5em + .75rem + 2px);
}

.form-group label.abs {
    position: absolute;
    top: -10px;
    left: 30px;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0 6px;
    background: #FFFFFF;
}

.form-group label.abs ~ .form-control {
    margin-top: 10px;
    padding: 18px 15px;
}

.form-control {
    color: #333333 !important
}

.form-control::placeholder {
    color: #BBBBBB !important
}

.form-group .password-strength ~ .progress,
.form-group .password-strength-progress {
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 0;
}

.login-form {
    margin-bottom: 20px;
    padding: 40px;
}

.login-form img {
    width: 100%;
    height: 70px;
    margin-top: 0 !important;
    object-fit: fill;
}

.login-form .form-control {
    padding: 18px 15px !important;
    border: 1px solid #C5C5C5 !important;
}

.login-form h3 {
    line-height: 0.8;
    margin-bottom: 0 !important;
}

form.listing-form select.form-control {
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 4px;
    background-size: 40px;
    background: url("data:image/svg+xml;utf8,<svg fill='red' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    -webkit-appearance: none;
    -moz-appearance: none;
}

form.listing-form select.form-control::-ms-expand {
    display: none;
}

form.listing-form textarea.form-control::after {
    content: none !important;
}

form.listing-form .form-control::after {
    content: "data:image/svg+xml;utf8,<svg fill='red' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>";
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    display: none;
}

/* ------------------ add listing ------------------ */

form.listing-form button.form-submit {
    width: 100%;
    margin-top: 15px;
    padding: 20px;
    border-radius: 0;
    background-color: var(--light-color);
}

form.listing-form button.form-submit:hover {
    background-color: var(--light-hover-color);
}

form.listing-form button.form-submit strong {
    color: #FFFFFF !important;
}

.listing-form .input-group-text {
    padding: 17px;
}

/* ------------------ log in ------------------ */

.google-login i {
    font-size: 24px;
    padding: 16px 2px;
}

/* ------------------ Business Page ------------------ */

.for-business .page-banner .row {
    height: 90vh;
}

.for-business .page-banner .banner-inner {
    max-width: 36rem;
    margin: 0 auto;
    padding: 2rem;
    text-transform: capitalize;
    border-radius: 0.5rem;
    background: white;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.flex-col {
    flex-direction: column;
}

.h-full {
    height: 100%;
}

.for-business .page-banner h1 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
}

.for-business .page-banner li {
    font-size: 1.2rem;
    line-height: 2rem;
}

.for-business .page-banner .text_1 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
}

.for-business .page-banner .nav-item .button {
    font-size: 16px;
    background: var(--light-color);
}

.for-business .page-banner li svg {
    font-size: 1.5rem;
    line-height: 2rem;
}

.gap-2 {
    gap: 0.5rem;
}

.business1 {
    padding: 70px 0;
}

.business1 .b-title {
    font-size: 2rem;
    font-weight: 600;
    max-width: 42rem;
    margin: 0 auto;
}

.gap-8 {
    gap: 2rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.business1 ul li svg {
    font-size: 1.5rem;
    line-height: 2rem;
}

.l_more {
    padding-top: 10px;
    color: var(--light-color);
}

.business2 {
    padding: 70px 0;
}

.business2 .b-title {
    font-size: 2rem;
    font-weight: 600;
    max-width: 42rem;
    margin: 0 auto;
}

.business2 .banner-inner li svg {
    font-size: 1.5rem;
    line-height: 2rem;
}

.font-bold {
    font-weight: 600;
}

.grid {
    display: grid;
}

.gap-10 {
    gap: 2.5rem;
}

.mt-20 {
    margin-top: 5rem;
}

.gap-4 {
    gap: 1rem;
}

.listing-form-section1 .list-col {
    margin: 5rem 0 !important;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0 0 10px;
}

@media (max-width: 767px) {
    .sticky .cross-btn {
        display: block !important
    }

    .flex-row1 {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .listing-form-section1 .row {
        padding: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .listing-form-section1 .row {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .business1 .b-title {
        text-align: left;
    }

    .for-business .page-banner h1 {
        font-size: 1.5rem;
    }

    .for-business .page-banner .banner-inner {
        margin: 1.5rem;
        padding: 1.5rem;
        text-transform: capitalize;
    }
}

.listing-form-section1 .list-col form button {
    width: 180px;
}

@media (min-width: 280px) and (max-width: 425px) {
    .listing-form-section1 .row {
        padding: 1.2rem;
    }

    .listing-form-section1 .list-col {
        margin: 2rem 0;
    }

    .listing-form-section1 .list-col form h1 {
        font-size: 1.5rem;
        text-transform: capitalize;
    }

    .for-business .page-banner li {
        font-size: 1rem;
    }

    .for-business .page-banner .text_1, .business1 .b-title, .business2 .b-title {
        font-size: 1.2rem;
        text-transform: capitalize;
    }

    .for-business .page-banner .nav-item .button {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .flex-row1 {
        flex-direction: row;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ------------------ Business Info ------------------ */

section.business-detail-wrapper {
    padding-top: 20px;
}

.business-detail-section {
    padding-bottom: 20px !important;
}

.business-detail-wrapper .business-detail {
    align-self: center;
    padding-left: 20px;
}

.business-detail-section {
    margin-top: 50px !important;
}

.business-detail-description h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 0.8;
    margin: 20px 0;
}

.business-detail-deals h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 0.8;
    margin: 20px 0;
}

.business-detail-deals .deals-list > div {
    margin: 15px 0;
    background-color: rgb(245, 247, 250);
    box-shadow: rgb(0 0 0 / 16%) 0 0 5px;
}

.business-detail-deals .deal-image img {
    width: 150px;
    max-width: 100%;
    height: auto;
    border-radius: 0;
}

.business-detail-section .deal-content {
    flex: 1 1;
    padding: 10px;
}

.business-detail-section h3 {
    line-height: 0.8;
    margin: 20px 0;
}

.business-detail-wrapper img.business-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: scale-down;
}

.business-info-tags {
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

.business-info-tags a {
    display: inline-block;
    font-weight: 300;
    width: 168px;
    margin-right: 10px;
    padding: 8px 8px 6px;
    list-style: none;
    text-align: center;
    color: #263547;
    border: 1px solid #263547;
}

.business-info-tags a:last-child {
    margin-right: 0;
}

.business-detail-logo {
    max-height: 200px;
    text-align: center;
}

.business-detail-title {
    font-weight: 600;
    color: #263547;
}

.business-info-tags span:last-child {
    margin-right: 0;
}

.business-detail-rating .fa-star {
    color: #ECC56F;
}

.business-address > span {
    display: inline-block;
    line-height: 2;
}

.business-address div i {
    float: left;
    width: 20px;
    margin-top: 5px;
}

.business-address div > span {
    display: block;
    font-weight: 400;
    margin-left: 24px;
}

.business-action-btn a {
    width: 48.4%;
    margin-right: 2%;
    border: none;
    border-radius: 0;
}

.business-action-btn a:last-child {
    margin-right: 0;
}

/*.business-reviews-wrapper {
    overflow-x: scroll;
    height: 700px;
    padding:15px
}*/

.business-detail-review .single-review {
    margin-bottom: 40px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.business-detail-review .single-review:last-child {
    margin-bottom: 0;
}

.single-review .top-part {
    background-color: #F5F7FA;
}

.single-review .top-part .rating-head,
.single-review .top-part .review-rating {
    display: inline-block;
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;
    float: left;
    margin-bottom: 0;
    padding: 18px;
}

.single-review .top-part .review-detail {
    padding: 15px;
}

.single-review .top-part img {
    width: 100%;
    height: 100%;
}

.single-review .fa {
    color: #ECC56F;
}

.single-review .bottom-part {
    padding: 20px 20px 10px;
}

.single-review .confirmation-part a:first-child {
    margin-right: 20px;
}

.single-review .confirmation-part {
    padding: 0 20px 20px;
}

.business-social-links {
    text-align: center;
}

.business-social-links a {
    display: inline-block;
    font-size: 20px;
    line-height: 50px;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    color: #FFFFFF;
    border-radius: 45px;
}

.business-social-links a:last-child {
    margin-right: 0;
}

.business-social-links a i {
    margin-top: 8px;
}

.business-social-links a.facebook-icon {
    background: #3C5A99;
}

.business-social-links a.twitter-icon {
    background: #5DA9DD;
}

.business-social-links a.youtube-icon {
    background: #FF0000;
}

.business-social-links a.linkedin-icon {
    background: #206690;
}

.business-social-links a.instagram-icon {
    background: #D6249F;
    background: radial-gradient(circle at 30% 107%, #FDF497 0%, #FDF497 5%, #FD5949 45%, #D6249F 60%, #285AEB 90%);
}

.details-sidebar .card {
    clear: both;
    margin-bottom: 20px;
    border: 1px solid #707070;
    border-radius: 0;
}

.details-sidebar .card-header {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 0;
    border: none;
    background: transparent;
}

.details-sidebar .card-body {

}

.details-sidebar .card iframe {
    width: 100% !important;
    height: 250px;
}

.details-sidebar .business-hours table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.details-sidebar .business-hours table td {
    padding: 5px;
    border: none;
}

.details-sidebar .business-hours .business-day {
    font-weight: 500;
}

.details-sidebar .business-hours .business-timing {
    font-weight: 400;
    float: right;
}

.details-sidebar .business-hours .off-day {
    color: var(--dark-color);
}

.details-sidebar .business-hours .open24 {
    color: #60BF73;
}

.details-sidebar .business-hours .open_now {
    color: #60BF73;
}

.business-gallery {
    margin-top: 20px;
}

.business-gallery:not(.slider) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.business-gallery:not(.slider) .gallery-thumb {
    display: inline-block;
}

.business-gallery:not(.slider) .gallery-thumb {
    margin: 10px;
}

.business-gallery.slider .gallery-thumb img {
    max-width: 100%;
    margin: 0 auto;
}

.business-gallery:not(.slider) .gallery-thumb img {
    max-height: 175px;
}

/*.business-gallery img {
    max-width: 100%;
    max-heighth: 100%;
}*/

.business-gallery .slick-list {
    margin: 0 -10px !important;
}

.review-rating-meter .rating-stars i {
    font-size: 20px;
}

.review-rating-meter .rating-stars i.checked {
    color: #ECC56F;
}

.review-rating-meter .review-rating-title {
    font-size: 18px;
    vertical-align: middle;
}

.review-rating-meter h4 {
    display: inline;
    vertical-align: baseline;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
}

.review-rating-meter .review-rating-title span {
    margin-right: 10px;
    vertical-align: bottom;
}

.review-rating-meter .review-rating-title span:last-child {
    margin-right: 0;
}

.review-rating-meter .review-rating-title .checked {
    color: var(--light-color);
}

/* Related Businesses */

.related-business .featured-image {
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    justify-content: center !important;
    height: 200px;
    -ms-flex-pack: center !important;
}

.related-business .featured-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    object-fit: scale-down;
}

.related-business .featured-tag {
    position: absolute;
    top: 0;
    top: 20px;
    left: 20px;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    color: #FFFFFF;
    border-radius: 25px;
    background: var(--dark-color);
}

.related-business .title {
    font-size: 18px;
}

.related-business .title a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--dark-color);
}

.related-business .bottom-section {
    margin-top: 15px;

}

.related-business .bottom-section > span,
.related-business .bottom-section > div {
    font-weight: normal;
    max-width: 50%;
    white-space: nowrap;
}

.related-business .bottom-section .featured-category {
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-business .bottom-section > span:not(:last-of-type),
.related-business .bottom-section > div:not(:last-of-type) {
    padding-right: 10px;
}

/* .navbar-toggler-icon {
    width: 3em;
    height: 3em;
} */

.navbar-toggler-icon {
    vertical-align: sub;
}

.review-rating-meter ~ .form-submit {
    padding: 15px 30px !important;
    color: #FFFFFF;
    border-radius: 0 !important;
    background-color: var(--light-color);
}

.filter .block:last-child {
    border: none !important
}

#pricing .card-deck {
    margin: 0;
}

#filter-btn {
    display: none
}

.arrow-right,
.arrow-left {
    background: var(--dark-color) !important;
}

.categories-widget .more {
    display: none;
    margin-top: 30px;
}

.categories-widget .more .col-xs-12 {
    padding-top: 15px;
    padding-bottom: 15px
}

.categories-widget .more img {
    font-size: 22px;
    max-width: 22px;
    margin-right: 10px;
}

.categories-widget .more p {
    font-size: 17px
}

.categories-widget .more.visible {
    display: flex
}

.block .fa-star {
    font-size: 15px;
    color: #ECC56F;
}

.arrow-right {
    right: -35px !important;
}

.arrow-left {
    left: -35px !important;
}

#topspot102 .arrow-right,
#topspot102 .arrow-left {
    font-size: 40px;
    background: transparent;
}

#topspot102 .arrow-left {
    display: none !important;
    left: -40px !important;
}

#topspot102 .arrow-right {
    right: -40px !important;
}

.reviews {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.reviews .card h4 {
    font-size: 22px !important;
}

.all-btn {
    padding-top: 20px !important;
}

.companies.slider .slick-arrow {
    font-size: 14px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    color: #FFFFFF !important;
    border: none;
    background: var(--dark-color) !important;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%) !important;
}

.companies.slider .slick-arrow.arrow-left {
    left: -40px;
}

.companies.slider .slick-arrow.arrow-right {
    right: -40px;
}

#pricing .card-row {
    align-items: center;
    justify-content: center;
}

.btn,
.show > .btn.dropdown-toggle:focus {
    box-shadow: none !important;
}

.cant-find {
    padding: 40px;
    border: 1px solid #D5D5D5;
    /*margin-top: 30px;*/
}

.navbar-brand {
    padding-right: 50px !important
}

.navigation {
    padding: 25px 0 !important;
}

@media (min-width: 1280px) {
    .xl\:px-24 {
        padding-right: 6rem;
        padding-left: 6rem;
    }
}

@media only screen and (min-width: 1200px) {

    .container {
        max-width: 1200px;
    }

    .slick-track .container, .advance-search {
        max-width: 1200px;
    }

    .large-container, header .container {
        max-width: 100% !important;
    }

    .advance-search {
        margin: 0 auto
    }

    .popular-businesses-img {
        height: 299px;
    }
}

@media only screen and (max-width: 1199px) {
    .right-180 {
        right: 180px !important;
    }

    .navbar-brand {
        padding-right: 0 !important
    }

    .navbar-brand img {
        max-width: 200px
    }

    nav ul.pagination li a.page-link {
        width: 53px;
    }

    .fatured-listing-slider .list-location {
        float: none !important
    }

    .fatured-listing-slider .list-tags {
        margin-top: 10px;
        padding: 0 !important;
        text-align: left !important;
    }

    .fatured-listing-slider .single-search-result img {
        height: 300px;
    }

    .business-address span > span {
        margin-left: 0;
    }

    a.btn.btn-pricing {
        font-size: 20px;
    }

    #pricing .col-md-2 {
        display: none;
    }

    #pricing .col-lg-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .business-action-btn a {
        width: 48%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 950px;
    }

    .popular-businesses-img img {
        height: 291px;
        max-height: initial;
        object-fit: fill;
    }

    .popular-business-bottom .popular-business-title {
        margin-right: 25px;
    }

    .popular-categorie-box h4 {
        height: 45px;
    }

    .card .text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .popular-business-bottom .popular-business-title {
        font-size: 18px;
        margin-right: 10px;
    }

    .popular-business-svg {
        vertical-align: middle;
    }

    section#hot-locations .tab-pane .row .col-md-8 {
        -ms-flex: 0 0 58.333333% !important;
        flex: 0 0 58.333333% !important;
        max-width: 58.333333% !important;
    }

    section#hot-locations .tab-pane .row .col-md-4 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .app-buttons img {
        width: 160px;
    }
}

@media only screen and (min-width: 992px) {
    .cat-toggle {
        display: none;
    }

    .single-search-result:not(.featured-single-search) .listing-img {
        max-height: 250px
    }
}

@media only screen and (max-width: 991px) {

    header .navbar-nav .nav-item {
        display: block;
        margin-bottom: 10px !important;
    }

    .nav-link svg, .nav-link a {
        color: #000000 !important;
    }

    .cross-btn {
        display: block !important;
    }

    header .navbar-nav {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        overflow-y: auto;
        width: 335px;
        max-width: 100%;
        height: 100%;
        padding: 70px 15px 15px;
        padding-right: 50px;
        background: var(--light-color);
    }

    header .navbar-nav > ul {
        display: block;
    }

    header .navbar-nav .dropdown-menu {
        padding: 0;
        padding-left: 10px;
        border: none;
        background: transparent !important;
    }

    header .navbar-nav .dropdown-item {
        font-size: .9rem;
        background: transparent;
    }

    header .navbar-nav .show > .nav-link,
    header .navbar-nav .nav-item .fa,
    header .navbar-nav .nav-item .nav-link,
    header .navbar-nav .nav-item .dropdown-item a {
        color: #FFFFFF
    }

    header .navbar-nav .nav-item .dropdown-item.active a {
        color: var(--dark-color);
        background: transparent;
    }

    .right-180 {
        right: auto !important;
    }

    .pos-abs {
        position: relative;
        right: auto;
    }

    .prifile-btn {
        margin-left: 0
    }

    nav ul.pagination li a.page-link {
        width: 47px;
    }

    #popular-categories .card {
        margin-bottom: 30px
    }

    #pricing .row .col-md-2 {
        display: none !important;
    }

    .heading-header h2 {
        font-size: 34px;
    }

    body section.hero-area .advance-search form .form-row .form-group:nth-child(1) {
        display: none;
    }

    #hot-locations .businesses-listing div#list-tab {
        display: none;
    }

    /* #hot-locations .businesses-listing #list-tab {
        overflow: scroll;
        width: max-content;
        display: list-item;
    } */
    #hot-locations .businesses-listing #list-tab a {
        display: block;
        float: left;
        width: 160px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .single-review .top-part img {
        width: 100%;
    }

    .single-review .top-part .row .col-lg-3,
    .single-review .top-part .row .col-lg-4 {
        padding-right: 0 !important;
    }

    .single-review .fa {
        font-size: 15px;
    }

    .single-review .top-part h5 {
        font-size: 17px;
    }

    .single-review .top-part small {
        display: block;
        font-size: 12px;
    }

    .related-business .bottom-section span {
        font-size: 17px;
    }
}

@media only screen and (min-width: 768px) {
    .advance-search .form-row .form-group .form-control {
        color: #263547;
        border: none;
        border-right: 1px solid #707070;
    }

    .advance-search .form-row .form-group:nth-last-of-type(1) .form-control,
    .advance-search .form-row .form-group:nth-last-of-type(2) .form-control {
        border-right: 0 !important;
    }

    .app-slider .col-md-5 {
        float: left;
        padding: 10% 15px;
    }

    .app-slider .col-md-7 {
        float: left;
    }

    .popular-category-list > .col-md-12 {
        display: none !important;
    }

    .hot-location-select {
        display: none !important;
    }

    .form-desktop-part {
        display: block;
    }

    .form-mobile-part {
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    #filter-btn {
        display: block
    }

    .sticky {
        position: fixed !important;
        top: 0;
        left: 0 !important;
        z-index: 99999999;
        overflow-y: scroll;
        width: 100% !important;
        height: 100vh;
        padding: 30px;
        background: rgba(255, 255, 255, 1);
    }

    .sticky {
        display: none
    }

    .filter .cross-btn {
        color: #000000
    }

    .featured-single-search img {
        width: 100% !important
    }

    .login-form {
        margin: 30px 0;
    }

    .login-form img {
        margin: 10px 0 !important;
    }

    .login-form {
        padding: 20px !important;
    }

    section h2 {
        text-align: center;
    }

    header .nav-brand {
        width: 200px;
    }

    header .nav-brand img {
        width: 100%;
    }

    header nav .navbar-brand {
        width: 270px;
    }

    header nav {
        display: block;
    }

    header nav a {
        display: inline-block;
    }

    header nav .navbar-brand img {
        width: 100%;
    }

    header .navbar-nav ul li {
        display: block;
    }

    body a.btn-category {
        width: 100%;
        margin-top: 0 !important;
        margin-right: 0 !important;
        text-align: center;
    }

    .cat-toggle {
        display: block;
        font-size: 25px !important;
    }

    .business-category {
        margin-bottom: 20px;
        padding: 0 !important;
    }

    .popular-category-list {
        margin: inherit !important;
    }

    .listings h2 {
        margin-bottom: 10px !important;
        margin-left: 0 !important;
    }

    /* #popular-busines .listings .col-md-12 {
        overflow: scroll;
    } */
    .advance-search .row .form-group {
        margin-bottom: 10px !important;
    }

    .advance-search .row .form-group:last-child {
        margin-bottom: 0 !important;
    }

    .business-category svg {
        width: 30px;
        height: 30px;
    }

    #popular-busines .listings {
        overflow-y: scroll;
    }

    #popular-busines #list-tab {
        height: unset !important;
    }

    #popular-busines #list-tab a {
        display: block;
        float: left;
        padding: 10px 30px !important;
        text-align: center;
    }

    .popular-business-stat {
        visibility: visible;
    }

    #popular-busines #list-tab .slick-prev {
        left: 5px !important;
    }

    #popular-busines #list-tab .slick-next {
        right: 5px !important;
    }

    .business-detail-wrapper .business-detail {
        padding: 15px;
    }

    .topspot-content img {
        width: 100%;
        max-width: initial !important;
        height: 100%;
        object-fit: contain;
    }

    #topspot {
        background-position: unset;
        background-size: contain;
    }

    .topspot-img {
        padding: 43% 0 !important;
    }

    #hot-locations .popular-business-bottom {
        padding: 15px 0;
        text-align: center;
    }

    body .businesses-listing #list-tab a {
        border-right: 1px solid #FFFFFF;
        border-bottom: none;
    }

    /* .topspotright-content {
        padding: 30px 30px !important;
    } */
    #popular-busines .row.listings {
        margin-bottom: 1rem;
    }

    .topspot-content h2 {
        font-size: 30px;
    }

    #pricing .row > div:nth-child(3),
    #pricing .row > div:nth-child(3) .card {
        margin-bottom: 0;
    }

    .topspot-tracksdown {
        text-align: center;
    }

    .app-buttons {
        width: fit-content;
        margin: 0 auto;
    }

    .app-buttons img {
        margin-right: 10px;
    }

    .app-buttons img:last-child {
        margin-right: 0;
    }

    .listings-near img {
        width: 100% !important;
    }

    .topspot-tracksdown p {
        font-size: 23px;
        padding-top: 0%;
    }

    .topspot-tracksdown p br {
        display: none;
    }

    body #pricing > .container.mt-5,
    body #pricing > .container.mb-5 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    section.business-detail-wrapper {
        padding-bottom: 0 !important;
    }

    section > .container > .row > .col-md-12 {
        margin-bottom: 0 !important;
    }

    .business-detail-section h3 {
        margin: 20px 0 !important;
    }

    .business-detail-section p {
        margin-bottom: 0 !important;
    }

    .business-address {
        margin-top: 0;
    }

    .business-gallery .row .col-md-6:first-of-type {
        /*margin-bottom: 20px;*/
    }

    nav.pagination-nav {
        overflow-x: scroll;
    }

    body nav.pagination-nav ul {
        display: flex !important;
    }

    #topspot102 .container .row {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .topspot-content {
        margin-top: 10px;
        text-align: center;
    }

    .section-title p {
        margin-bottom: 0 !important;
        padding: 0 !important;
    }

    #pricing .col-lg-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #pricing .row .card-deck {
        margin-bottom: 20px;
    }

    .card.card-pricing {
        margin-bottom: 0 !important;
    }

    #hot-locations .tab-pane > .row {
        margin-bottom: 0;
    }

    .popular-businesses-img img {
        margin-bottom: 0;
    }

    body #popular-busines .row .mb-4 {
        margin-bottom: 0 !important;
    }

    body #popular-busines .col-md-6 .row [class^="col"] {
        margin-bottom: 20px !important;
    }

    #popular-busines .tab-pane img {
        width: 100%;
        height: 400px;
    }

    .businesses-listing select#list-tab {
        font-weight: 900;
        width: 100%;
        padding: 15px;
        color: #FFFFFF;
        background-color: var(--light-color) !important;
        box-shadow: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
    }

    .hot-location-select::after {
        content: '\f078';
        position: absolute;
        top: 8px;
        right: 32px;
        font: normal normal normal 17px/1 FontAwesome;
        line-height: 0.5;
        height: 36px;
        padding: 15px 0 0 8px;
        pointer-events: none;
        color: #FFFFFF;
        border-left: 1px solid #FFFFFF;
    }

    .businesses-listing select#list-tab:focus-visible,
    .businesses-listing select#list-tab:visited {
        outline: 0 !important;
    }

    #popular-busines #list-tab .slick-current {
        border-bottom: 0 !important;
    }

    #popular-busines #list-tab {
        border: none !important;
    }

    .section-title {
        margin-bottom: 10px !important;
    }

    section.popular-deals .product-item {
        margin-bottom: 0 !important;
    }

    .rating-stars {
        width: 90px !important;
    }

    .review-rating-meter .review-rating-title span {
        font-size: 14px !important;
    }

    .review-rating-meter .review-rating-title span:first-child {
        margin-left: 30px !important;
    }

    .review-rating-meter .review-rating-title {
        width: 74% !important;
    }

    .form-desktop-part {
        display: none;
    }

    .form-mobile-part {
        display: block;
    }

    .heading-header {
        padding: 40px 0;
    }

    .business-info-tags a {
        width: 45px;
    }

    .business-info-tags a span {
        display: none;
    }

    .footer-newsletter {
        text-align: center;
    }

    .footer-newsletter img {
        width: 300px !important;
    }

    footer .footer-newsletter .col-md-4 {
        margin: 1rem 0;
    }

    .footer-links-wrapper {
        padding: 40px 0;
    }

    .footer .row .block {
        margin-bottom: 20px !important;
    }

    .footer .row .block:last-child {
        margin-bottom: 0 !important;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {

    .hero-area .advance-search {
        bottom: 28%;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*.hero-area .advance-search {
        bottom: 28%;
    }*/
    .container {
        max-width: 800px;
    }

    .app-buttons img {
        width: 140px;
        height: 43px;
    }

    .search-result.grid-view .listing-min-max-price {
        padding: 0 10px 10px 10px;
    }

    .listing-min-max-price span {
        font-size: 13px;
    }

    #hot-locations .tab-pane > .row {
        margin-bottom: 20px;
    }

    .popular-businesses-img img {
        max-height: 239px !important;
    }

    .single-review .fa-star {
        width: 12px !important;
        height: 12px !important;
    }

    .single-search-result .list-tags .tag {
        width: 100% !important;
        margin-bottom: 5px;
    }

    .footer-newsletter-form button {
        font-size: 14px;
        height: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {

    .business-score-testimonial,
    .business-score {
        position: relative;
        top: unset;
        right: unset;
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .slide-btn {
        display: block !important
    }

    .arrow-right, .arrow-left {
        top: 30% !important;
    }

    .pad-left-5 {
        padding-left: 0 !important
    }

    .topspotright-content {
        margin-bottom: 30px
    }

    .list-group {
        margin-bottom: 20px;
    }

    .banner-content h1 {
        font-size: 50px;
        line-height: 1;
    }

    .banner-content .slick-track > div {
        padding: 60px 0;
    }

    .hero-area .advance-search {
        /*position: absolute;
        left: 0;
        right: 0;*/
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }

    /*.hero-area .advance-search {
        bottom: 28%;
    }*/
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .container {
        max-width: 680px;
    }

    .row.business-image .col-sm-3 {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    .row.business-image .col-sm-3 h4 {
        height: 40px !important;
    }
}

@media only screen and (max-width: 575px) {
    section.business-detail-wrapper {
        margin-top: 0 !important;
    }

    .business-detail-wrapper img.business-logo {
        height: 150px;
        object-fit: contain;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .single-search-result .list-tags .tag {
        width: initial;
        max-width: 160px;
        padding: 5px 18px;
    }

    .single-search-result .listing-img {
        max-height: 300px;
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
    .pagination .page-item:last-child {
        position: absolute;
        right: 15px;
    }

}

@media only screen and (max-width: 600px) {
    .aside-bar-list {
        overflow-x: scroll;
        flex-direction: inherit;
    }

    .aside-bar-list .list-group-item-action {
        min-width: fit-content !important;
        margin-right: 6px;
    }

    .arrow-left {
        left: 5px !important;
    }

    .arrow-right {
        right: 5px !important;
    }

    .banner-head {
        font-size: 50px
    }

    .banner-text {
        font-size: 20px
    }

    .cant-find .text-right {
        margin-top: 20px;
        text-align: left !important;
    }

    .single-review .col-4 {
        padding-right: 0 !important;
    }

    .single-review .col-4 h5 {
        font-size: 14px !important;
    }

    .single-review .col-5 {
        padding-left: 0 !important;
    }

    .single-review .col-5 span {
        font-size: 12px !important;
    }

    .single-review .col-5 .fa-star {
        font-size: 10px !important;
    }
}

@media (max-width: 576px) {
    .open-img {
        right: -25px;
    }

    .img-col img {
        max-width: 130px;
        max-height: 130px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .slide-btn a .tag {
        margin-bottom: 5px !important
    }

    .fatured-listing-slider .list-description {
        max-width: 100%;
    }

    section.breadcrumb ul li * {
        font-size: 12px;
    }

    .popular-business-bottom .popular-business-title {
        margin-right: 9px;
    }

    .app-buttons img {
        width: 130px;
        object-fit: contain;
    }

    .single-search-result .list-tags .tag {
        display: block;
        font-size: 10px;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
        padding: 5px 0;
    }

    .single-search-result .list-tags .tag:last-child {
        margin-bottom: 0;
    }

    .single-search-result .list-tags .tag i {
        width: 30px;
        margin-top: 3px;
    }

    .single-search-result .list-tags .tag span {
        width: 75px;
        margin-top: 4px;
        text-align: left;
    }

    .featured-single-search .col-8,
    .featured-single-search .col-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .single-search-result .list-top .list-direction {
        float: none !important;
    }

    .featured-single-search .list-bottom .list-location {
        float: none !important;
    }

    .featured-single-search .list-tags {
        padding: 10px 0 !important;
    }

    .cant-find {
        padding: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .form-group label.abs {
        left: 20px
    }

    nav .navbar-brand {
        width: 170px !important;
    }
}

@media (max-width: 380px) {
    .row [class^="col"] {
        padding-right: 10px;
        padding-left: 10px;
    }

    .banner-content p {
        font-size: 24px;
        line-height: 1.3;
    }

    .details-sidebar .card-header {
        padding: 10px;
        padding-bottom: 0;
    }

    .details-sidebar .card-body {
        padding: 10px;
    }

    .single-review .top-part {
        padding: 10px 5px;
        text-align: center;
    }

    .single-review .top-part .review-rating {
        float: none;
        padding: 0;
    }

    .single-review .top-part .review-detail {
        padding: 0;
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.spinner-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
    width: 100%;
    background: rgba(204 204 204 / 72%);
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    animation: spinner 1.5s linear infinite;
    border: 10px solid #F3F3F3;
    border-top: 10px solid #383636;
    border-radius: 50%;
}

.autocomplete-suggestions {
    overflow-y: auto;
    max-height: 30px;
    border: solid 1px #DDDDDD;
    border-radius: 3px;
    background: #FFFFFF;
}

.autocomplete-suggestions .autocomplete-suggestion {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    padding: 6px 15px;
    cursor: pointer;
    border-bottom: 1px solid #CCCCCC;
}

.autocomplete-suggestions .autocomplete-suggestion:before {
    content: "";
}

.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected,
.autocomplete-suggestions .autocomplete-suggestion:hover {
    color: #222222;
    background: #EEEEEE;
}

.autocomplete-suggestions .autocomplete-suggestion:hover {
    cursor: pointer;
}

.autocomplete-suggestions .autocomplete-suggestion .ss-detail {
    position: relative;
    padding-right: 44px;
}

.autocomplete-suggestions .autocomplete-suggestion .ss-detail .claim-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.newsletter-widget .input-group {
    margin-top: 30px !important;
}

.cookie-consent {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 2%;
    bottom: 5%;
    z-index: 9999999;
    font-family: "Mark Pro", sans-serif;
    font-size: 14px;
    line-height: 40px;
    max-width: 540px;
    margin: auto;
    padding: 15px 0 15px 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid #E4E4E4;
    border-radius: 10px;
    background: #F7F8FB;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.05),
    0 10px 10px 2px rgba(0, 0, 0, 0.05);
}

.cookie-consent .cookie-consent__message {
    display: inline-block;
    line-height: 1.5;
    padding-right: 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.cookie-consent .js-cookie-consent-agree {
    position: relative;
    font-size: 26px;
    align-self: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 20px 0 16px;
    cursor: pointer;
    transition: color 0.2s;
    color: #919191;
    border: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
}

.cookie-consent .js-cookie-consent-agree span {
    display: none;
}

.cookie-consent .js-cookie-consent-agree:after {
    content: 'x';
}

.list-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(126, 115, 115, 0.32);
}

.list-loading i {
    position: absolute;
    top: 10%;
    font-size: 50px;
    margin-top: 10%;
    color: #000000;
}

.home-about-widget {
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.copyright-nav a {
    color: white;
}

.copyright-nav {
    display: flex;
    float: right;
}

.copyright-nav li {
    padding: 0 10px;
}

.comment-form .alert {
    margin: 0;
    padding: 0 6px;
}