@media only screen and (min-width: 0px) and (max-width: 680px) {
    .header_content_title {
        font-size: 25px !important;
        text-align: left;
        text-align: center;
    }

    .header_content_text {
        font-size: 14px;
        font-weight: 300;
    }


    .rate {
        padding: 0 0 0 147px;
    }

    .app_link_img {
        display: flex;
    }

    .mbl_img {
        display: none;
    }

    .ck_btn {
        width: 75% !important;
    }

    .benifits_card {
        padding: 46px !important;
    }

    .mobile_app .fs-1 {
        font-size: 23px !important;
    }
}

* {
    font-family: "Poppins", sans-serif;
}

.kk-serch-icon {
    height: 100%;
    background: transparent;
    border-radius: 0;
    border-right: 0px;
}

#search_by_service_name {
    border-left: 0;
    border-radius: 0;
    padding: 0;
}

select {
    border-radius: unset !important;
}

input.form-control:focus {
    border-color: #dee2e6 !important;
    box-shadow: none !important;
}

/* #SearchGoogleLocation {
    border-left: 0;
    border-radius: 0;
    padding: 0;
} */

.closebtn {
    background: transparent;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
}

.img-view {
    width: 100% !important;
    object-fit: cover !important;
}

body {
    font-family: "Outfit", sans-serif;
}

.page-breadcrumb-wrapper {
    position: fixed;
    width: 100%;
    background: #fff;
}

.listing-content-wrapper {
    margin-top: 0px;
}

.page-breadcrumb-list ul {
    padding: 14px 0px;
    margin-bottom: 0px;
}

.page-breadcrumb-list ul li {
    display: inline-block;
    margin-right: 10px;
}

.page-breadcrumb-list ul li:last-child {
    margin-right: 0px;
}

.page-breadcrumb-list ul li a {
    color: #4A4A4A;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.page-breadcrumb-list ul li a:hover {
    color: #e19e10;
    transition: all 0.3s ease-in-out;
}

.listing-content-wrapper {
    background-color: #FAFAFA;
    padding: 32px 24px;
}

.listing-top-content h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    /*color: #FF7275;*/
}

.listing-top-content p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 22.1px;
    /*color: #FFCF42;*/
}

.single-listing-img {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.single-listing-img img {
    height: 200px;
    border-radius: 10px;
    max-width: 220px;
    width: 220px;
}

.single-listing-wrapper {
    padding: 24px 0px;
    border-bottom: 1px solid #F3F3F3;
    margin: 0 8px;
}

.single-listing-Desc {
    padding: 8px 15px;
    height: 100%;
}

.listing-type {
    text-transform: uppercase;
    color: #222222;
    font-size: 10px;
    font-weight: 500;
}

.listing-title-wrapper {
    display: flex;
}

.listing-title h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;
    color: #222222;
}

.listing-rating label {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 22.1px;
    color: #4a4a4a;
}

.listing-rating label img {
    position: relative;
    top: -2px;
}

.listing-bottom-wrapper {
    margin-top: 35px;
}

.listing-additional label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 22.1px;
    color: #222222;
}

.listing-additional label a {
    text-decoration: none;
}

.group-text-wrapper {
    display: flex;
}

.group-text-icons {
    flex: 0 0 20px;
}

.group-text-icons img {
    position: relative;
    top: -1px;
}

.group-text-desc p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 18.7px;
    color: #4A4A4A;
    position: relative;
    top: 3px;
}

.group-text-desc p a {
    text-decoration: none;
}

.listing-location-placeholder {
    display: flex;
    width: 100%;
}

.listing-locations {
    flex: 0 0 40%;
}

.listing-distance {
    flex: 0 0 60%;
}

.listing-action a {
    display: block;
    width: 100%;
    padding: 12px 12px;
    background: #CA9E3F;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

/* .lisiting-map-wrapper {
        justify-content: center;
        width: 100%;
        position: sticky;
        top: 72px;
    } */

.lisiting-map-wrapper img {
    height: 100%;
}


/*After Content Css*/
.after-listing-content {
    background: #F2F2F2;
    padding-bottom: 20px;
}

.pagination-wrapper {
    padding-bottom: 32px;
}

.pagination-list-wrapper {
    padding-top: 20px;
}

.pagination-list {
    text-align: center;
}

.pagination-list li {
    display: inline-block;
    margin-right: 0px;
}

.pagination-list li:last-child {
    margin-right: 0px;
    margin-left: 25px;
}

.pagination-list li:first-child {
    margin-right: 25px;
}

.pagination-list li a {
    display: flex;
    text-decoration: none;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #9B9B9B;
    transition: all 0.3s ease-in-out;
}

.pagination-list li.active a {
    color: #1D2939;
}

.pagination-list li a:hover {
    color: #1D2939;
    transition: all 0.3s ease-in-out;
}

.listing-after-content {
    padding: 13px;
}

.listing-after-content h2 {
    font-size: 20px;
    font-weight: 600;
    /*color: #46BDC6;*/
}

.listing-after-content p {
    font-size: 14px;
    font-weight: 400;
    /*color: #67FF42;*/
    margin-bottom: 0px;
    line-height: 22.1px;
}

.content-nav-wrapper {
    margin-top: 24px;
}

.content-nav-wrapper ul {
    display: flex;
    flex-wrap: wrap;
}

.content-nav-wrapper ul li {
    margin-right: 20px;
    list-style: disc !important;
    transition: all 0.3s ease-in-out;
}

.content-nav-wrapper ul li a {
    font-size: 12px;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 22.1px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
}

.content-nav-wrapper ul li:hover {
    color: #CA9E3F;
    transition: all 0.3s ease-in-out;
}

.content-nav-wrapper ul li a:hover {
    color: #CA9E3F;
    transition: all 0.3s ease-in-out;
}

.page-wrapper {
    overflow-x: unset;
}

/* 
.map-card-wrapper {
    display: flex;
    width: 320px;
}

.map-card-img-wrapper {
    flex: 0 0 80px;
}

.map-card-img-wrapper img {
    max-width: 100%;
}

.map-card-info-wrapper {
    padding-left: 10px;
    flex: 1;
}

.map-card-info-wrapper h4 {
    font-size: 18px;
    margin-bottom: 0px;
    font-family: "Outfit", sans-serif !important;
}

.map-card-info-wrapper label {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 14px;
    font-family: "Outfit", sans-serif !important;
}

.mapCard-info-list {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.mapCard-info-list li {
    margin-bottom: 4px;
}

.mapCard-info-list li:last-child {
    margin-bottom: 0px;
}

.mapCard-inner-single {
    display: flex;
    align-items: center;
}

.mapCard-inner-icon {
    flex: 0 0 20px;
}

.mapCard-inner-info p {
    margin-bottom: 0px;
    font-size: 14px;
    position: relative;
    top: 0px;
    font-family: "Outfit", sans-serif !important;
    color: #000;
}

.mapCard-info-list li:last-child .mapCard-inner-icon span {
    position: relative;
    top: 3px;
}

.mapCard-inner-icon span {
    color: #CA9E3F;
} */

/* Farhan css */
.map-card-wrapper {
    display: flex;
    width: 350px;
    margin: -16px 35px -13px -23px;
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    font-family: "Outfit", sans-serif;
}

.map-card-img-wrapper {
    flex: 0 0 100px;
    height: 100px;
    overflow: hidden;
    border-right: 1px solid #f0f0f0;
}

.map-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.map-card-info-wrapper {
    padding: 10px 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.map-card-info-wrapper h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.map-card-info-wrapper h4 a {
    color: #333;
    text-decoration: none;
}

.map-card-info-wrapper h4 a:hover {
    color: #CA9E3F;
}

.map-card-info-wrapper label.sub-srv {
    font-size: 13px;
    color: #777;
    margin-bottom: 8px;
    display: inline-block;
}

.mapCard-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mapCard-info-list li {
    font-size: 13px;
    color: #444;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.mapCard-info-list li i {
    color: #CA9E3F;
    margin-right: 8px;
    font-size: 14px;
}

#categoryListMobile {
    max-height: 50px;
    overflow-y: auto;
    z-index: 1000;
    position: absolute;
    width: 100%;
    display: block;
    margin-bottom: -105px;
    margin-left: -15px;
}

#categoryListMobile li:hover {
    background-color: #f2f2f2;
}

/* Farhan css End  */


@media (min-width: 320px) and (max-width: 767px) {
    .listing-location-placeholder {
        display: block;
    }

    #map {
        height: 50vh;
    }

    .listing-locations {
        margin-bottom: 5px;
    }

    .listing-action {
        margin-top: 10px;
    }

    .single-listing-img img {
        height: 100%;
    }

    .listing-title-wrapper {
        display: block;
    }

    .single-listing-Desc {
        padding: 8px 0px !important;
    }

    .lisiting-map-wrapper {
        display: none;
    }
}

/* mubashir css styles */

.partners-listing-page .lisiting-map-wrapper {
    position: sticky;
    top: 0;
    z-index: 10;
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
}

.partners-listing-page ::-webkit-scrollbar {
    display: none;
}

.partners-listing-page ::-webkit-scrollbar {
    display: none;
}

.partners-listing-page .bg-position {
    background-color: #fff;
    padding: 16px;
    max-height: 100vh;
    overflow-y: auto;
}

.partners-listing-page .map-container {
    height: 100%;
    min-height: 500px;
    max-height: 935px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.partners-listing-page .left-container {
    background-color: #f7f7f7;
    padding: 16px 16px 0 40px;
}

.partners-listing-page .img-icon {
    width: 20px;
    height: 20px;
}

.partners-listing-page .breadcrumb {
    margin-bottom: 0px;
}

.partners-listing-page .lh-18px {
    line-height: 18px;
}

.partners-listing-page .barber-cardlist {
    position: relative;
}

.partners-listing-page .barber-cardlist .card-img {
    height: 138px;
    object-fit: cover;
    width: 100%;
    /* border-radius: 8px 8px 0 0; */
}

.partners-listing-page .partners-content {
    padding: 12px;
}

.partners-listing-page .barber-cardlist .card-footersa {
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.partners-listing-page .card-footersa img {
    height: 11px;
    width: 11px;
}

.partners-listing-page .badgeCus {
    border: 1px solid #e6e6e6;
}

.partners-listing-page .badge-custom {
    font-size: 12px;
    margin-right: 5px;
}

.partners-listing-page .bg-success {
    background-color: #25D366 !important;
}

.partners-listing-page .badge-primary {
    background-color: #061FFFE5;
}

.partners-listing-page .breadcrumb {
    display: flex;
    align-items: center;
}

.partners-listing-page .breadcrumb-item {
    color: #808080 !important;
}

.partners-listing-page .breadcrumb li a {
    text-decoration: none;
    color: #808080;
}

.partners-listing-page .custom-chev-icon {
    font-size: 12px;
    color: #000;
    margin: 0px 6px;
}

.partners-listing-page .content-list ul li {
    list-style: none;
    font-weight: 600;
}

.partners-listing-page .content-list ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #7c7c7c;
    text-decoration: underline;
}

.partners-listing-page .fw-5 {
    font-weight: 500;
}

.partners-listing-page .fs-sm {
    font-size: 14px;
}

.partners-listing-page .fs-xs {
    font-size: 12px;
}

.partners-listing-page .text-grey {
    color: #7c7c7c;
}

.partners-listing-page .rounded-badge {
    border: 1px solid #f2f2f2;
    padding: 8px 12px;
    align-items: center;
    border-radius: 34px;
}

.partners-listing-page .text-base {
    color: #CA9E3F;
    font-size: 12px;
}

/* .partners-listing-page .start-p {
    padding: 16px 16px 0 40px;
} */

.partners-listing-page .search-input {
    background-color: #ffffff !important;
    border-radius: 0 6px 6px 0 !important;
    height: 43px !important;
}

.partners-listing-page .input-group-text {
    border-radius: 6px 0 0 6px !important;
}

.partners-listing-page .search-bg {
    background-color: #f7f7f7 !important;
}

.partners-listing-page .input-group .search-input::placeholder {
    font-weight: 500;
}

.partners-listing-page .search-input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

/* Farhan css */
/* Initial state for expanded box */
#expandedSearch {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    border-radius: 16px;
}

.margintop {
    margin-top: -25px;
}

/* Trigger input box animation */
.animate-box {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Hide input box smoothly */
.box-hide {
    opacity: 0;
    transform: scale(0.98);
}

/* Show expanded search */
.expanded-show {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Close icon style */
.close-icon {
    font-size: 28px;
    cursor: pointer;
    color: #333;
    transition: transform 0.2s ease;
}

.close-icon:hover {
    transform: rotate(90deg);
}

/* Search Option Box */
.search-option {
    background-color: white;
    border-radius: 12px;
    padding: 5px 16px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s;
}

/* Styling for the input fields */
.search-option input {
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    outline: none;
    padding: 0;
}

.search-option img {
    width: 15px;
    height: auto;
    /* opacity: 0.8; */
}


/* Farhan css End */

@media (max-width: 768px) {
    .partners-listing-page .map-side {
        display: none;
    }

    .partners-listing-page .left-container {
        background: #fff !important;
        padding: 0 16px 0 16px;
    }

    .partners-listing-page .left-container .Page,
    .partners-listing-page .mobile-bg {
        background: #f7f7f7 !important;
        padding: 16px;
    }

    .partners-listing-page .start-p {
        padding: 0;
    }

    .partners-listing-page .badge-custom {
        font-size: 8px;
    }

    .partners-listing-page .partners-content h6 {
        font-size: 10px;
    }

    .partners-listing-page .partners-content span {
        font-size: 8px;
    }

    .partners-listing-page .barber-cardlist .card-img {
        height: 99px;
    }
}