/*
 Theme Name:   Listingpro Child
 Theme URI:    http://studio.cridio.com/listingpro/
 Description:  Listingpro Child Theme
 Author:       cridio team
 Author URI:   http://cridio.com/
 Template:     listingpro
 Version:      1.0.0
 Tags:         listingpro, directory, listing, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  listingpro
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Outfit:wght@100..900&display=swap');

:root {
    --primary: rgb(27, 202, 143);
    --background-color: #fff;
    --primary-hover: rgba(27, 202, 143, .25);
    --black: #1A1B1B;

}

.colab-container {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.home .lp-header-search {
    z-index: 6 !important;
}

.desc_reviews p {
    line-height: 40px;
}

.custom-shape-divider-bottom-1705870787 {
    position: absolute;
    bottom: -1px;
    left: -2px;
    width: 101%;
    overflow: hidden;
    line-height: 0;
    z-index: 5;
    display: none;
}

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

.custom-shape-divider-bottom-1705870787 .shape-fill {
    fill: var(--background-color);
}

body {
    background: #fffcf9;
    background-color: #fffcf9;
}

body.home .lp-header {
    padding-top: 0;
    width: 100%;
    max-width: 100%;
    margin: auto;
    /* background: url(/wp-content/uploads/2017/08/home_banner.png) !important; */
    background-size: cover !important;
    background-repeat: no-repeat !important;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
}

p,
span,
input,
.post-detail-content,
li a,
.show a,
.lp-grid-box-description ul,
.chosen-container,
.accordion-title,
.lp-grid-box-bottom a,
time,
label,
#input-dropdown li a,
#input-dropdown span,
.lpdoubltimes em {
    font-family: "Outfit", sans-serif !important;
    font-weight: 400;
}

.lp-banner-sidebar-search.white {
    background-color: #F2EBE3;
    border-radius: 40px;
    padding: 50px;
    margin-right: 50px;
}

.lp-banner-sidebar-search.white .lp-search-form-what,
.lp-banner-sidebar-search.white .chosen-container {
    border-bottom: 2px solid #ddd;
}

.lp-header-search .lp-banner-sidebar-search.white .lp-search-form-what {
    border-radius: 0 !important;
}

.lp-banner-sidebar-search .form-group {
    width: 100%;
}

.lp-banner-sidebar-search .form-group .lp-search-form-submit {
    width: 100%;
}

.lp-search-bar-full {
    position: relative;
}


.category-mosaic .city-thumb img {
    width: 100%;
}

.new-medspas-container {
    padding: 5rem 5%;
    background-color: #f9f9f9;
}

.new-medspas-container .lp_section_inner {
    padding-bottom: 3rem;
}

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

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

.custom-shape-divider-bottom-1705929092 .shape-fill {
    fill: #F9F9F9;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    height: auto;
    text-align: center;
    font-size: 18px;
    background: var(--background-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.lp-grid-box {
    height: 100%;
}

.lp-grid-style3-outer .lp-grid-desc-container {
    height: 100%;
}

.grid_view2 .lp-grid-box-thumb img,
.grid_view6 .lp-grid-box-thumb img {
    width: 100% !important;
    max-width: 100% !important;
}

.custom-shape-divider-bottom-1705939075 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

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

.custom-shape-divider-bottom-1705939075 .shape-fill {
    fill: var(--background-color);
}

.colab-cta-banner-container {
    margin: 5rem auto;
}

.colab-cta-banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/wp-content/uploads/2017/08/medspa_cta_banner_purple-1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    padding: 5rem 0;
    height: 500px;
    border-radius: 25px;
}


.colab-cta-banner-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5rem;
    width: 800px;
    max-width: 90%;
    border-radius: 15px;

}

.colab-cta-banner-inner p {
    font-size: 20px;
    color: var(--black);
    width: 500px;
}

.colab-cta-banner-inner button {
    padding: 1rem 0;
    width: 150px;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: var(--background-color);
    transition: background-color .4s ease-in-out;
    border-radius: 5px;
}

.colab-cta-banner-inner button a {
    color: var(--background-color);
}

.colab-cta-banner-inner button:hover {
    background-color: var(--primary-hover);
    transition: background-color .4s ease-in-out;
}

footer .wp-block-heading {
    margin-top: 0;
}

footer .colab-container .widget a,
footer .colab-container .widget #menu-footer a {
    font-size: 16px;
    font-family: Comfortaa;
    font-weight: normal;
    font-style: normal;
}

/* ARCHIVE PAGE START */
.lp-list-page-grid .promoted-listings {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.open-clasic-page-container .map-post {
    display: flex;
}

.map-post-des {
    width: 70%;
}

.open-clasic-page-container .map-post p {
    line-height: 120%;
}

.open-clasic-page-container .map-post p i {
    display: none;
}

.content-grids-wraps {
    max-height: 75vh;
    overflow-y: scroll;
}

.colab-listing-results-container,
#content-grids.clearfix.lp-list-page-grid {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
    justify-content: center;
    padding-top: 2rem;
}

.colab-archive-listing-container.colab-grid-layout {
    flex: 1 1;
    width: 48%;
    min-width: 48%;
    max-width: 48%;
    position: relative;
    min-height: 1px;
}

.lp-nearby-dist-data {
    display: none;
    position: absolute;
}

.colab-archive-listing-container.colab-grid-layout .colab-listing-grid-cats h3 {
    margin-bottom: 0;
    margin-top: 1rem;
}

.colab-archive-listing-container.colab-grid-layout .colab-listing-grid-cats p {
    font-size: 16px;
    height: 36px;
}

.colab-archive-listing-container.colab-grid-layout hr {
    margin-top: 15px;
    margin-bottom: 10px;
}

.colab-listing-grid {
    background: var(--background-color) 0 0 no-repeat padding-box;
    margin: 0 0 30px 0;
    padding: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .11), 0 -5px 10px 0 rgba(0, 0, 0, .11);
    border-radius: 10px;
    height: 100%;
}

.colab-listing-grid .colab-listing-grid-content {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    margin-bottom: 10px;
    height: 160px;
}

.lpro-listing-rating p {
    letter-spacing: 0;
    color: var(--black);
    font-weight: bold;
    line-height: 24px;
    margin: 0 5px 0 0;
}

.lpro-listing-rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.colab-listing-card-rating-star.colab-style-1.colab-grid-rating-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa.fa-star:not(.fa-2x) {
    color: var(--primary);
    padding: 0 2px 0 0;
    font-size: 14px;
}

p.colab-number-rating {
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    margin: 0 0 0 0;
}

.colab-listing-grid-content-details {
    max-width: calc((100% - 15px) - 110px);
}

.colab-listing-grid-content-details .lpro-listing-rating .lpro-listing-rating-star i.fa {
    font-size: 18px;
    vertical-align: text-top;
}

.colab-listing-grid .colab-listing-grid-content .colab-listing-grid-thumb {
    position: relative;
}

.colab-listing-grid .colab-listing-grid-content .colab-listing-grid-thumb img {
    min-width: 100px !important;
    min-height: 160px !important;
    max-width: 100px !important;
    max-height: 140px !important;
    object-fit: cover;
    margin-right: 15px;
}

.colab-listing-grid .colab-listing-grid-content .colab-listing-grid-content-title-wrap {
    margin: 0 0 5px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.colab-listing-grid .colab-listing-grid-content .colab-listing-grid-content-title-wrap h3 {
    letter-spacing: 0;
    color: var(--black);
    margin: 0;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.colab-listing-ul-info li i {
    padding: 0 8px 0 0;
}

.colab-listing-grid .colab-listing-grid-content .colab-listing-grid-content-title-wrap h3 a {
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: var(--black);
    line-height: 100%;
}

.colab-listing-grid .colab-listing-grid-content .colab-listing-grid-content-title-wrap .lpro-listing-grid-tag-verified {
    padding-left: 1rem;
}

.colab-listing-grid-cats {
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    color: var(--primary);
}

.colab-listing-grid-gaddress {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0;
    color: #535A5B;
    margin: 0 0 5px 0;
}

.colab-listing-grid-tagline {
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #535A5B;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
}

.colab-listing-rating p {
    letter-spacing: 0;
    color: var(--black);
    font-weight: bold;
    line-height: 24px;
    margin: 0 5px 0 0;
}

.colab-listing-rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.colab-listing-grid-action-call {
    border: 1px solid var(--primary);
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.52px;
    color: var(--primary);
    height: 44px;
    background: transparent;
    margin: 0 10px 0 0;
}

.colab-listing-grid-action-call:hover {
    background-color: var(--primary);
    color: var(--background-color);
    font-weight: 600;
}

.colab-listing-grid-action-call.w-30 {
    width: 100px;
}

.colab-listing-grid-action-call.w-100 {
    width: 100%;
}

.colab-listing-grid-action-all {
    background-color: var(--primary);
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.52px;
    color: var(--background-color);
    height: 44px;
    margin: 0;
    border: 1px solid var(--primary);
    max-width: 350px;
}

.colab-listing-grid-action-all:hover {
    background-color: var(--background-color);
    color: var(--primary);
}

.colab-listing-grid-action-all.w-70 {
    width: calc(100% - 115px);
}

.colab-listing-grid-action-all.w-100 {
    width: 100%;
}

/* ARCHIVE FILTER  */
.listing-with-map .filter-top-section .lp-classic-top-filters .listing-view-layout {
    display: none !important;
}

.form-group.colab-form-group {
    background-color: transparent;
    border-radius: 28px !important;
}

.colab-filter-btn:not(.input-group-addon),
.search-row.search-row-classic .input-group.border-dropdown,
.classic-filters-new-style #lp-find-near-me>ul>li>a.colab-filter-btn {
    border-radius: 28px !important;
    border: 1px solid var(--primary) !important;
}

.search-row-classic .input-group-addon.lp-border i.colab-filter-icon,
.search-row-classic .search-filters>ul>li>a.colab-filter-btn,
a.colab-filter-btn,
.classic-filters-new-style #lp-find-near-me>ul>li>a.colab-filter-btn,
.search-row-classic .lp_add_more_filter a i.colab-filter-icon,
.search-row-classic .lp_add_more_filter a.colab-filter-btn,
.search-row-classic .border-dropdown span,
.search-row-classic .border-dropdown span::after,
.btn.classic-sortingby-select-option.default.colab-filter-text,
.open-clasic-page-container .filter-top-section .search-filters>ul>li>a.colab-filter-text span {
    color: var(--primary);
}

.post-with-map-container-right .search-row #searchform .colab-form-group .chosen-container.chosen-container-single.chosen-container-single-nosearch {
    width: 160px !important;
}



.search-row-classic .listing-view-layout>ul li a.colab-grid-or-list {
    color: var(--primary);
    border: 1px solid var(--primary);

}

.search-row-classic .listing-view-layout>ul li a.colab-grid-or-list:hover {
    color: var(--background-color);
    font-weight: 600;

}

.sidemap-fixed {
    position: sticky !important;
    top: 0;
}

/* LISTING ARCHIVE PAGE SIDEBAR FILTER  */
.filter-by-ratings-container input[type="radio"] {
    display: none;
}

fieldset#min-rating:hover {
    cursor: pointer;
}

.fa.fa-star.colab-filter-star {
    font-size: 18px;
    padding: 0 0 0 0;
    cursor: pointer;
}

.fa.fa-star-o.colab-filter-star {
    cursor: pointer;
    color: var(--primary);
}

.colab-filter-star-clear {
    float: right;
}

.form-inline .form-group.colab-filter-form-group {
    margin-right: 0;
}

ul.colab-filter-features-list {
    width: 100%;
    max-width: 100%;
}

.form-inline.tags-area .checkbox.colab-search-by-feature-checkbox {
    width: 100%;
}

.form-inline.tags-area .checkbox.colab-search-by-feature-checkbox label {
    width: 100%;
    padding-left: 0;
}

.colab-search-by-feature-item {
    width: 100%;
    margin-right: 0;
}


.checkbox.colab-search-by-feature-checkbox label:before {
    content: "";
    background-color: transparent;
    display: inline-block;
    width: 25px;
    height: 25px;
    top: 3px;
    font-size: 15px;
    margin-right: 2px;
    position: absolute;
    right: 0;
    left: inherit;
    bottom: 1px;
    border: 1px solid #ddd;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    border-radius: 2px;
}

.filter-by-ratings-container {
    display: flex;
    width: 100%;
    justify-content: space-between;

}

fieldset#min-rating {
    position: relative;
}

h3.colab-sidebar-filter-heading {
    font-size: 18px;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 0;
}

.colab-filter-star-clear {
    font-size: 14px;
    position: absolute;
    top: 100%;
    right: 0;
}

/* Archive Page END */
/* PROFILE PAGE START */
.lp-section-detail-page h1,
.lp-section-detail-page h2,
.lp-section-detail-page h3,
.lp-section-detail-page h4 {
    font-family: 'Outfit', sans-serif;
}

.lp-section-detail-page p,
.lp-section-detail-page a,
.lp-section-detail-page span {
    font-family: 'Barlow', sans-serif;
}

.colab-detail-page-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;
    min-height: 500px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.colab-detail-page-gradient:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-collapse: separate;
    box-shadow: inset -30px -10px 75px;
    color: var(--background-color);
}

.colab-listing-top-header {
    padding-top: 40px;
    margin-bottom: 40px;
    position: relative;
}

#lpro-navbar:not(.fixed) .lpro-nav-container {
    background: transparent !important;
    z-index: 1;
    position: relative;
}

#lpro-navbar.fixed {
    background: url(https://abogados.colabwebdemo.com/wp-content/uploads/2021/06/Rectangle-47.png);
    backdrop-filter: blur(10px);
}

#lpro-navbar.fixed .lpro-nav-container {
    background: transparent !important;
}

.lp-section.lp-section-detail-page.pos-relative.colab-container {
    width: 90%;
    max-width: 1600px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.colab-title-bar-container {
    display: flex;
    flex-wrap: wrap;

}

.colab-listing-top-title-header {
    padding-bottom: 4rem;
    border-bottom: 1px solid #d5d5d5;
}

.colab-listing-profile-img {
    flex: 1 1;
    max-width: 250px;
    min-width: 100px;
    border-radius: 10px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.colab-title-bar-content-wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    min-width: 300px;
    padding-left: 3rem;
    flex: 3 1;
}

.colab-title-bar-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.colab-title-bar h1 {
    font-size: 60px;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 600;
}

.colab-listing-title-rating {
    display: flex;
    font-size: 25px;
    font-weight: 500;
    line-height: 100%;
}

.colab-listing-title-rating .lpro-listing-rating-star i.fa.fa-star {
    font-size: 25px;
}

.colab-rating-count.with-padding {
    padding-left: 2rem;
}

span.claimed {
    font-size: 16px;
    line-height: 16px;
    color: var(--primary);
    vertical-align: top;
    font-weight: 500;
}

span.claimed i {
    font-size: 14px;
    color: var(--background-color);
    background-color: var(--primary);
    border-radius: 50%;
    height: 15px;
    width: 15px;
    padding: 1px;
}

.colab-title-bar-content .colab-listing-services p {
    font-size: 25px;
    font-weight: 600;
    padding: 2rem 0;
    line-height: 30px;
}

.colab-listing-action-btns ul {
    display: flex;
}

.colab-listing-action-btns ul li,
.colab-listing-action-btns ul li a.review-form-toggle,
.colab-listing-action-btns ul li a.review-form-toggle i {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.colab-listing-action-btns ul li {
    border-radius: 28px;
    padding: 16px 0;
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.colab-listing-action-btns ul li:first-child {
    background-color: var(--primary);
    color: var(--background-color);
    border: 1px solid var(--primary);
}

.colab-listing-action-btns ul li:first-child i.fa-solid {
    color: var(--background-color);
    padding-right: .5rem;
    transition: color .4s ease;
}

.colab-listing-action-btns ul li:first-child a {
    color: var(--background-color);
    transition: color .4s ease;
}

.colab-listing-action-btns ul li:not(:first-child) {
    background-color: var(--background-color);
    border: 1px solid var(--primary);
    margin-left: 3rem;
    color: var(--primary);
    transition: all .4s ease;
}

.colab-listing-action-btns ul li:not(:first-child)>a i {
    padding-right: .5rem;
    color: var(--primary);
    transition: color .4s ease;
}

.colab-listing-action-btns ul li:hover {
    background-color: var(--primary-hover);
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 28px;
    transition: all .4s ease;
}

.colab-listing-action-btns ul li:hover a {
    color: var(--black);
    transition: color .4s ease;
}

.colab-listing-action-btns ul li:first-child:hover a {
    color: var(--black);
    transition: color .4s ease;
}

.colab-listing-action-btns ul li:first-child:hover a i.fa-solid {
    color: var(--primary);
    transition: color .4s ease;
}



/* Profile Page Reviews Section START*/
.colab-listing-ratings-section {
    padding: 3rem 0;
    border-bottom: 1px solid #d5d5d5;
}

.colab-listing-ratings-section-inner {
    display: flex;
    flex-wrap: wrap-reverse;
}

.colab-other-company-ratings {
    display: flex;
    width: 75%;
    flex-wrap: wrap;
}

.colab-other-ratings-box {
    width: 50%;
    padding: 3rem 0;
}

.company-rating-container {
    display: flex;
    flex-wrap: wrap;
}

.rating-company h3 {
    line-height: 1;
    margin: 0 1.5rem 0 0;
}

.rating-company-stars {
    display: flex;
}

.rating-company-stars .lpro-listing-rating {
    text-wrap: nowrap;
}

.rating-company-stars span {
    font-weight: 600;
    margin-left: 1rem;
}

.colab-overall-rating {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
}

.colab-overall-rating h3 {
    width: 100%;
    text-align: center;
    margin-top: .5rem;
    margin-bottom: 0;
}

.circular-progress-container {
    --progress: 0%;
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: conic-gradient(var(--primary) 0% 0%,
            var(--primary) var(--progress) 0%,
            lightgrey 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.circular-progress-bar {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 80px;
    height: 80px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-number {
    font-size: 1.5em;
    font-weight: bold;
}

.colab-additional-review {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
}

.colab-additional-review a.review-form-toggle {
    background-color: var(--primary);
    color: var(--background-color);
    border: 1px solid var(--primary);
    border-radius: 28px;
    padding: 16px 0;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 18px;
    font-weight: 600;
    transition: background-color .4s ease;
}

.colab-additional-review a.review-form-toggle:hover {
    background-color: var(--primary-hover);
    transition: background-color .4s ease;
    color: var(--black);
}


.colab-additional-review a.review-form-toggle i.fa-star-o {
    padding-right: 1rem;
    color: var(--background-color);
    font-weight: 600;
    transition: background-color .4s ease;
}

.colab-additional-review a.review-form-toggle:hover i.fa-star-o {
    color: var(--primary);
    transition: background-color .4s ease;
}

/* Profile Page Reviews Section END*/


/* PROFILE PAGE LEAD FORM */
.colab-listing-leadform {
    background-image: url('/wp-content/uploads/2021/06/Rectangle-47.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid var(--primary);
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 3rem 3rem 5rem;
}

.colab-listing-leadform h3 {
    font-size: 42px;
    font-weight: 600;
    margin-top: 0;
    line-height: 50px;
}

.lp-listing-leadform-inner .form-horizontal .form-group.pos-relative i {
    top: 16px !important;
}

.lp-listing-leadform-inner .form-horizontal .form-group.colab-listing-form-group {
    margin-left: 0;
    margin-right: 0;
}

.lp-listing-leadform-inner .form-horizontal input[type="submit"].colab-submit-btn,
.lp-listing-leadform-inner .form-horizontal .form-group .form-control:not(#message7) {
    border-radius: 28px;
}

.lp-listing-leadform-inner .form-horizontal .form-group #message7.form-control {
    border-radius: 10px;
}

.listing-page-sidebar .lp-widget #singlepostmap.colab-listing-map {
    border: none !important;
    border-radius: 10px;
    height: 175px;
}

.map-contact-container {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}

.listing-page-sidebar .lp-widget ul.widget-social-icons.colab-listing-contact-info {
    border: none !important;
}

.listing-page-sidebar .lp-widget .widget-social-icons li.colab-listing-contact {
    background-color: transparent !important;
    padding: 10px 20px 10px 40px !important;
    color: var(--black);
    font-size: 18px;
    font-family: 'Outfit', sans-serif;
}

li.colab-listing-contact span {
    font-size: 18px !important;
    font-family: 'Outfit', sans-serif !important;
    color: var(--black) !important;
}

li.lp-listing-phone.colab-listing-contact a.phone-link,
li.lp-user-web.colab-listing-contact a {
    color: var(--black) !important;
}

li.lp-listing-phone.colab-listing-contact a.phone-link:hover {
    color: var(--primary) !important;

}

a.colab-get-dir {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
}

button.gm-svpc,
button[title='Show street map'],
button[title='Show satellite imagery'] {
    display: none !important;
}

/* PROFILE PAGE HOURS OF OPERATION  */
.listing-page-sidebar .lp-widget .widget-social-icons li.lp-listing-timings.colab-listing-hours.colab-listing-contact {
    background-color: transparent !important;
    border: none;
    padding: 10px 20px 10px 40px !important;
}

.listing-page-sidebar li.lp-listing-timings.colab-listing-contact .lp-today-timing {
    border: 1px solid #efefef !important;
    font-size: 18px;
    font-family: 'Outfit', sans-serif;
    padding: 0 0 0 0 !important;
    border: none !important;
}

.listing-page-sidebar li.lp-listing-timings.colab-listing-contact .lp-today-timing.colab-today {
    display: flex;
}

.lp-today-timing.colab-today a.colab-toggle-days {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: inherit !important;
    border: 1px solid var(--background-color) !important;
    color: var(--primary) !important;
    border-radius: 10px;

}

.lp-today-timing.colab-today a.colab-toggle-days:not(:hover) {
    border: 1px solid var(--background-color) !important;
}

.lp-today-timing.colab-today a.colab-toggle-days:hover {
    border: 1px solid var(--primary) !important;
    background-color: transparent !important;
    color: var(--primary) !important;
}

.lp-today-timing.all-days-timings.colab-all-days li {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.listing-page-sidebar li.lp-listing-timings.colab-listing-contact .lp-today-timing strong {
    font-size: 18px !important;
    font-family: 'Outfit', sans-serif;
    color: var(--black) !important;
    display: inline-block;
    width: 100px;
}

.colab-listing-hours .lp-timing-status.status-open {
    float: none !important;
    color: var(--black) !important;
}

.colab-yt-embed iframe,
.colab-ig-embed iframe {
    width: 100%;
    max-width: 100% !important;
    border-radius: 10px !important;

}

.colab-yt-embed iframe {
    border: 1px solid #595959;
}

/* PROFILE PAGE FEATURES SECTION */
.lp-section-detail-page .colab-listing-features-container {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 15px;
}

.lp-section-detail-page .colab-listing-features-container h3 {
    font-size: 30px;
    font-weight: 600;
}

.lp-listing-features ul li.colab-listing-single-feature {
    width: 20%;
    max-width: 150px;
    min-width: 50px;
}

.lp-listing-features ul li.colab-listing-single-feature a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #595959;
}

.lp-listing-features ul li.colab-listing-single-feature a span.tick-icon i {
    font-size: 40px;
    padding-bottom: 1rem;

}

/* PROFILE PAGE IMAGE GALLERY */
.colab-profile-listing-slider-container {
    padding-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
}

.colab-profile-listing-slider-container h3 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 3rem;
}

/* PROFILE PAGE DESCRIPTION */
.lp-listing-desription.colab-listing-desc {
    height: auto;
    max-height: 350px;
    overflow: hidden;
    margin-bottom: 3rem;
    transition: max-height .4s ease;
}

.lp-listing-desription.colab-listing-desc.extend {
    max-height: 5000px;
    transition: max-height .4s ease;
}

.colab-listing-desc h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 3rem;
}

.colab-listing-desc-title-bar {
    display: flex;
    max-width: 750px;
    height: 100px;
    padding-bottom: 2rem;
}

.colab-bio-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: top center;
    border-radius: 10px;
    margin-right: 1rem;
    float: left;
}

.colab-desc-section-container {
    padding-bottom: 4rem;
    border-bottom: 1px solid #595959;
}

.lp-listing-desription.colab-listing-desc p {
    font-size: 20px;
}

.colab-see-full-desc-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    border-radius: 28px;
    border: 1px solid var(--primary);
    color: var(--primary);
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    padding: 15px 10px;
    cursor: pointer;
}

.colab-see-full-desc-btn.hidden {
    display: none;
}

.colab-see-full-desc-btn i {
    font-size: 18px;
    margin-left: 1rem;
    pointer-events: none;
    transform: rotate(0);
    transform-origin: center;
    transition: transform .4s ease;
}

.lp-listing-desription.colab-listing-desc.extend+.colab-see-full-desc-btn>i {
    transform: rotate(180deg);
    transform-origin: center;
    transition: transform .4s ease;
}

.lp-listing-reviews {
    padding-bottom: 3rem;
    border-bottom: 1px solid #595959;
    margin-bottom: 0 !important;
}

.lp-section-detail-page span#lp-review-text-align {
    display: none !important;
}

.lp-review-right-bottom a {
    border-radius: 28px !important;
}

/* OTHER LISTINGS SLIDER */
.colab-more-listing {
    width: 90%;
    max-width: 1600px;
    padding: 3rem 0;
    margin: auto;
}

.colab-more-listing h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 1.5rem;
    margin: 0;
}

.colab-more-listing h3.more-listings-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 3rem;
    margin: 0;
}

.swiper {
    width: 100%;
    height: auto;
    margin: auto;
}

.swiper-slide {
    /* width: 33% !important; */
    /* height:auto; */
    font-size: 18px;
    background: var(--background-color);
    display: flex;
    justify-content: center;
    align-items: center;
    display: block;
}

.colab-swiper-slide-inner {
    width: 100%;
}

.swiper-slide .colab-swiper-img {
    display: block;
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.colab-other-listings-rating-star {
    padding-bottom: 2rem;
}

.colab-other-listings-rating-star i.fa {
    font-size: 25px !important;
}

.colab-other-listing-cats {
    height: 45px;
}

.colab-swiper-slide-inner a {
    color: var(--black) !important;
}

.colab-claim-your-listing {
    padding: 3rem;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    margin-bottom: 25px;
}

#lp-report-listing span img {
    margin: 0 1rem;
}


/* PROFILE PAGE END */
/* PROFILE PAGE PRACTICE AREAS */
.colab-profile-listing-service-section {
    padding-bottom: 16px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 3rem;

}

.colab-profile-listing-service-section h3 {
    font-size: 30px;
    font-weight: 600;
}

ul.colab-listing-services-list {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Outfit', sans-serif;
    max-height: 120px;
    overflow: hidden;
    margin-bottom: 3rem;
    transition: max-height .5s ease;
}

ul.colab-listing-services-list.extend {
    max-height: 240px;
    transition: max-height .5s ease;
}

li.colab-service-li {
    width: 33.3%;
    min-width: 150px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 2rem;

}

.colab-view-all-cats-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    border-radius: 28px;
    border: 1px solid var(--primary);
    color: var(--primary);
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    padding: 15px 10px;
    cursor: pointer;
}

/* .colab-view-all-cats-btn div{
	pointer-events: none
}
 */
.colab-view-all-cats-btn i {
    font-size: 18px;
    margin-left: 1rem;
    pointer-events: none;
    transform: rotate(0);
    transform-origin: center;
    transition: transform .4s ease;
}

ul.colab-listing-services-list.extend+.colab-view-all-cats-btn>i {
    transform: rotate(180deg);
    transform-origin: center;
    transition: transform .4s ease;
}

a[data-restype='Lol'] {
    display: none !important;
}

.lp-listing-review .lp-review-right .lp-review-right-top strong {
    font-size: 25px !important;
    font-weight: 600 !important;
    font-family: 'Outfit', sans-serif !important;
}

.lp-header-overlay {
    background: transparent !important;
}

.fullwidth-header {
    padding: 0 173px;
    margin-top: 0;
    padding-bottom: 10px;
}

.lp-nav-menu-after.lp-menu-outer::after {
    display: none;
}

.header-container .menu-main-container li:last-child a {
    background: #000;
    border-radius: 55px;
    padding: 10px 25px;
}

.header-container .menu-main-container li a {
    font-size: 24px;
    font-weight: 400;
    padding: 10px 15px;
    font-family: "Outfit", sans-serif !important;
}

.lp-menu ul li {
    display: inline-block;
    padding-right: 0;
    line-height: 32px;
}

.col-md-12.lp_auto_loc_container div.lp-header-search-tagline-sidebar-banner {
    font-size: 85px !important;
    margin-top: 39px !important;
    line-height: 100px !important;
    font-weight: 400;
    padding-right: 100px;
    font-family: "Outfit", sans-serif !important;
}

.colab-container {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0 152px;
}

.searchform input#s {
    width: auto;
    padding: 10px 30px;
    border-radius: 55px;
    font-size: 21px;
    font-weight: 400;
    padding-left: 55px;
}

input#searchsubmit {
    font-size: 0;
    background: url(/wp-content/uploads/2017/08/search-1.svg) no-repeat;
    width: 16px;
    height: 17px;
    position: absolute;
    left: 30px;
    top: 30px;
}

.searchform {
    position: relative;
    float: left;
    display: inline-block;
}

.col-md-12.col-xs-12.lp-menu-container.clearfix.pull-right {
    padding-left: 0;
}

.lp-header-full-width .lp-menu.menu {
    float: right;
    padding-top: 15px;
}

div.sidebar-banner-des {
    font-size: 24px;
    margin-top: 15px;
    line-height: 34px;
    color: #fff;
    font-weight: 300;
    padding-right: 0;
    font-family: "Outfit", sans-serif !important;
    width: 615px;
    padding-top: 20px;
}

footer .clearfix.col-md-3.col-4 {
    display: none;
}

.footer-style1 .footer-upper-bar,
.footer-style1 .footer-upper-bar a,
footer.footer-style4 .padding-top-60 .widget h2,
.padding-top-60 .widget a,
footer.footer-style4 .padding-top-60 h2,
footer.footer-style4 .padding-top-60 a,
footer.footer-style4 .padding-top-60 p,
footer.footer-style4 .padding-top-60 .widget span,
footer.footer-style4 .padding-top-60 .widget p {
    color: #fff !important;
    border-color: #fff;
    font-family: "Outfit", sans-serif !important;
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 25.6px;
}

footer.footer-style4 {
    padding: 50px 0 0 0;
    font-size: 20px;
    font-weight: 400 !important;
}

.footer5-bottom-area.lp-footer-bootom-border .container .row {
    border-top: 1px solid #BAD5D0;
    font-size: 20px;
    font-weight: 400 !important;
    margin: 0;
    line-height: 25.6px;
    padding-top: 20px;
}

.nopad {
    padding: 0;
}

.footer5-bottom-area.lp-footer-bootom-border {
    padding-bottom: 10px;
}

footer.style3 .container,
footer.style3 .copyrights,
footer.style3 .footer-menu ul li a,
.footer-bottom-bar .footer-about-company li,
.footer-bottom-bar .credit-links,
.footer-bottom-bar .credit-links a,
footer .widget-title,
footer .widget-title h2,
footer .widget a,
footer .widget span,
footer .widget p,
footer .tagcloud a,
footer.footer-style9 .footer-menu li a,
.footer4-bottom-area .footer-menu li a,
.footer4-bottom-area .copyrights,
.footer5-bottom-area .copyrights {
    color: #FFFFFF !important;
    border-color: #FFFFFF;
    font-size: 20px;
    line-height: 25.6px;
    font-weight: 400 !important;
}

footer.footer-style4 .padding-top-60 .widget h2,
footer.footer-style4 .padding-top-60 h2 {
    font-size: 25px !important;
    font-weight: 600 !important;
    line-height: 25.6px;
    margin-bottom: 35px !important;
    margin-top: 0;
}

.footer-social-icons li img {
    width: auto !important;
    height: auto !important;
}

.clearfix.col-md-3.col-1 p {
    width: 358px;
    margin-top: 30px;
    line-height: 30px !important;
}

footer .colab-container .widget a,
footer .colab-container .widget #menu-footer a {
    line-height: 34px !important;
}

.clearfix.col-md-3.col-2 {
    padding-left: 100px;
}

span.copyrights {
    /* text-align: right !important; */
    float: right;
}

.header-normal.pos-relative.lp-header-full-width {
    width: 100%;
    background: #00000010;
}

header.header-without-topbar.header-normal.pos-relative.lp-header-full-width.fixed {
    background: #00000099;
}

div#heading1 h1 {
    color: #212529;
    font-size: 84px;
    font-weight: 500;
    font-family: "Outfit", sans-serif !important;
    line-height: 100px;
    margin-bottom: 30px;
}

.service_heading,
.service_heading p a,
.service_heading p {
    color: #212529;
    font-size: 22px;
    font-weight: 300;
    font-family: "Outfit", sans-serif !important;
}

#services_row .wpb_column.vc_column_container.vc_col-sm-2 {
    width: 20%;
}

#services_row img {
    height: 341px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 30px;
}

#services_row figure.wpb_wrapper.vc_figure {
    width: 100%;
}

#services_row .vc_single_image-wrapper.vc_box_border_grey {
    width: 100%;
}

.medspa_sec_bottom_text h2 {
    color: #212529;
    font-size: 85px;
    font-weight: 500;
    margin-top: 0;
    font-family: "Outfit", sans-serif !important;
    line-height: 100px;
    margin-bottom: 30px;
}

.medspa_sec_bottom_text p {
    color: #212529;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Outfit", sans-serif !important;
}

.medspa_sec_bottom_text {
    padding-left: 60px;
    padding-right: 60px;
}

div#medspa_sec_bottom_text .row {
    display: flex;
    align-items: center;
}

.vc_btn3-container.btn1.vc_btn3-inline a {
    background: #212529;
    color: #fff;
    border-radius: 73px;
    font-size: 22px;
    font-weight: 500;
    font-family: "Outfit", sans-serif !important;
    padding: 16px 60px;
    margin-left: 60px;
    margin-top: 30px;
}

div#medspa_sec_bottom_text {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.medspa_sec_bottom_text1 h2 {
    color: #212529;
    font-size: 85px;
    font-weight: 500;
    margin-top: 0;
    font-family: "Outfit", sans-serif !important;
    line-height: 100px;
    margin-bottom: 30px;
}

.medspa_sec_bottom_text1 p {
    color: #212529;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Outfit", sans-serif !important;
}

.vc_btn3-container.btn1.vc_btn3-right a {
    background: #212529;
    color: #fff;
    border-radius: 73px;
    font-size: 22px;
    font-weight: 500;
    font-family: "Outfit", sans-serif !important;
    padding: 16px 60px;
    margin-left: 60px;
    margin-top: 30px;
}

div#home_slider_list .container {
    padding-right: 0 !important;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}

.price_status {
    position: absolute;
    top: 26px;
    left: 7px;
}

.price_status_inner {
    background: #F2EBE3;
    color: #000;
    border: 1px solid #000;
    border-radius: 26px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    padding: 9px 20px;
}

#services_row {
    margin-bottom: 80px;
}

.lp-grid-box-description h4.lp-h4>a {
    color: #242429;
    line-height: 32px;
    font-family: "Outfit", sans-serif !important;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    margin-top: 15px;
    display: inline-block;
}

.home .grid_view2 .lp-grid-box-description .lp-grid-box-left.pull-left {
    padding: 0 !important;
    text-align: left;
}

.lp-grid-style3-outer .lp-grid-box-bottom {
    display: none;
}

p.sub_title {
    font-size: 22px !important;
    font-weight: 400 !important;
    font-family: "Outfit", sans-serif !important;
    margin-top: 10px;
}

.lp-grid3-category-outer img {
    margin-right: 10px;

}

.lp-grid3-category-outer a {
    font-size: 22px !important;
    font-weight: 400 !important;
    font-family: "Outfit", sans-serif !important;
    color: #242429;
}

.lp-grid-style3-outer .author-img {
    position: relative;
    width: 88px;
    height: 88px;
    border-radius: 100%;
    overflow: hidden;
    border: 0;
    margin-top: -54px;
}

.lp-grid-style3-outer .lp-grid-desc-container,
.lp-grid-style3-outer .lp-grid-box-thumb-container,
.lp-grid-style3-outer .lp-grid-box-thumb img {
    border-radius: 20px !important;
}

.lp-grid-style3-outer .lp-grid-box-thumb img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.lp-grid-box-contianer.grid_view2 .lp-grid-box-thumb-container,
.lp-grid-box-contianer.grid_view2 .lp-grid-style3-outer .lp-grid-box-thumb-container {
    height: 240px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.lp-grid-style3-outer .lp-grid-box-description {
    padding-bottom: 0 !important;
    background: #fff;

    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.home section {
    background: #F5F5F5;
}

.lp-header.pos-relative.header-front-page-wrap {
    background-color: #F5F5F5;
}

.home .swiper-slide {
    background: transparent;
}

.lp-grid-box.lp-grid-style3-outer {
    background: transparent !important;
}

.lp-grid-box-description {
    margin-top: -25px;
    position: relative;
}

.lp-grid3-category-outer {
    margin-bottom: 20px;
}

.cat_count {
    /* position: absolute; */
    /* right: 22px; */
    /* bottom: 22px; */
    background: #F2EBE3;
    border-radius: 50px;
    color: #242429;
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    width: 36px;
    height: 36px;
    padding-top: 8px;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
}

.cat_outer_inner {
    float: left;
    display: inline-block;
}

.grid_view2 .lp-grid-box-description .reviewer-details>h4,
.grid_view2 .lp-grid-box-left.pull-left>p {
    margin-bottom: 14px;
}

.lp-banner-sidebar-search.white {
    background-color: #F2EBE3;
    border-radius: 40px;
    padding: 50px;
    margin-right: 20px;
    background: url(./assets/images/form_bg.png) no-repeat;
    background-size: cover;
    margin-left: -86px;
}

.home .lp-header-search .lp-banner-sidebar-search .form-group .lp-search-form-submit {
    margin-left: 0;
    background: #212529;
    border-radius: 73px !important;
    display: inline-block;
    font-family: "Outfit", sans-serif !important;
    font-size: 22px;
    font-weight: 400;
    width: auto !important;
    padding: 10px 40px 12px 40px !important;
    height: auto !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.lp-search-bar-full {
    text-align: center;
}

input.lp-search-btn.lp-search-form-submit+i.fa-solid.fa-magnifying-glass.lp-search-icon {
    display: none;
}

.lp-new-search-title {
    font-size: 48px !important;
    color: #000 !important;
    font-weight: 500;
    font-family: "Outfit", sans-serif !important;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

a.chosen-single.chosen-default {
    opacity: 0;
}

.home div.lp-banner-sidebar-search .form-group.lp-location-search,
div.lp-header-search .lp-banner-sidebar-search .lp-search-form-what {
    border-radius: 0 !important;
    background-color: transparent !important;
    padding-left: 0 !important;
    border-color: #212529 !important;
}

.lp-banner-sidebar-search .form-group.lp-location-search .chosen-container.chosen-container-single {
    border-color: #212529 !important;
}

.lp-banner-sidebar-search .lp-search-bar .lp-suggested-search .input-group-addon.lp-border,
.lp-banner-sidebar-search .form-group.lp-location-search .lp-where {
    padding-left: 0 !important;
    font-family: "Outfit", sans-serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #212529 !important;
}

.lp-header-search.lp-header-search-sidebar-style .lp-search-form-what input::-ms-input-placeholder {
    font-family: "Outfit", sans-serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #212529 !important;
}

.lp-header-search.lp-header-search-sidebar-style .lp-search-form-what input::placeholder {
    font-family: "Outfit", sans-serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #212529 !important;
}

.lp-header-search.lp-header-search-sidebar-style .lp-search-form-what input:-ms-input-placeholder {
    font-family: "Outfit", sans-serif !important;
    font-size: 22px !important;
    color: #212529 !important;
    font-weight: 500 !important;
}

.lp-header-search.lp-header-search-sidebar-style .lp-search-form-what input:placeholder {
    font-family: "Outfit", sans-serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #212529 !important;
}

div.lp-header-search.lp-header-search-sidebar-style .lp-search-form-what input {
    padding-left: 83px !important;
    padding-top: 11px;
}

.form-group.lp-suggested-search {
    position: relative;
}

.form-group.lp-location-search {
    position: relative;
}

.form-group.lp-suggested-search:before {
    content: "";
    background: url(./assets/images/arrow_dropdown.svg) no-repeat;
    width: 18px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 48%;
}

.form-group.lp-location-search:before {
    content: "";
    background: url(./assets/images/locations.svg) no-repeat;
    width: 33px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 14px;
}

.lp-search-bar .chosen-container-single a.chosen-single {
    font-family: "Outfit", sans-serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #212529 !important;
}

div.lp-header-search.lp-header-search-sidebar-style .lp-search-form-what input {
    font-family: "Outfit", sans-serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #212529 !important;
    padding-left: 88px !important;
    padding-top: 4px;
}

.lp-header-search.lp-header-search-sidebar-style div.lp-location-search .chosen-container-single a.chosen-single span {
    line-height: 58px;
    font-weight: 500 !important;
    margin-left: 87px !important;
    color: #212529 !important;
}

.lp-menu ul.inner_menu>li {
    padding-right: 0;
    margin-left: 5px;
}

.lp-menu ul.inner_menu>li a {
    color: #000 !important;
}

.lp-menu ul.inner_menu>li:last-child a {
    color: #fff !important;
}

body:not(.home) .header-normal.pos-relative.lp-header-full-width {
    width: 100%;
    background: #e6e3e1;
}

body:not(.home) .header-normal.pos-relative.lp-header-full-width.fixed {
    background: #e6e3e1;
}

.page-id-44 .page-heading.listing-page {
    display: none;
}

.inner_banner {
    margin-top: 15px;
}

.inner_banner h1 {
    color: #fff !important;
}

.inner_banner p {
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
}

.about_sec2 h2 {}

.about_sec2 p {}

.about_sec2 h2 {
    color: #212529;
    font-size: 85px;
    font-weight: 500;
    font-family: "Outfit", sans-serif !important;
    line-height: 90px;
    margin-bottom: 20px;
}

.about_sec2 p {
    color: #212529;
    font-size: 26px;
    font-weight: 400;
    font-family: "Outfit", sans-serif !important;
    line-height: 30px;
    padding: 0 100px;
}

.searchform {
    margin-left: -15px;
}

.page-id-44 .medspa_sec_bottom_text {
    padding: 0;
}

.page-id-44 .medspa_sec_bottom_text h2 {
    text-transform: capitalize;
}

.page-id-44 .medspa_sec_bottom_text p {}

.page-id-44 .medspa_sec_bottom_text li {}

.page-id-44 .medspa_sec_bottom_text p {
    padding-right: 75px;
    font-size: 26px;
    line-height: 40px;
}

.page-id-44 .medspa_sec_bottom_text li {
    font-size: 26px;
    font-weight: 500;
    color: #000;
    margin: 15px 0;
    font-family: "Outfit", sans-serif !important;
    background: url(./assets/images/star22.svg) no-repeat;
    background-position: left center;
    padding-left: 42px;
}

.page-id-44 .medspa_sec_bottom_text li:before {
    display: none;
}

.page-id-44 .medspa_sec_bottom_text ul {
    margin-top: 35px;
}

.view_alllisting_row_btn h2 {
    font-size: 66px;
}

.view_alllisting_row_btn {
    padding-top: 80px;
}

.page-id-44 div#home_slider_list .container {
    padding-right: 173px !important;
}

.page-id-44 .price_status_inner {
    background: #00000025;
    color: #fff;
    border: 1px solid #ffffff47;
}

.page-id-44 .lp-grid-style3-outer .lp-grid-box-description h4 {
    margin-bottom: 30px;
}

.page-id-44 div#medspa_sec_bottom_text.about_last_sec .lp_section_inner.clearfix {
    background-size: 54% auto !important;
    background-position: bottom right !important;
    padding-left: 173px;
    padding-top: 100px;
    padding-bottom: 50px;
}

.page-id-44 div#medspa_sec_bottom_text.about_last_sec .vc_btn3-container.btn1.vc_btn3-inline a {
    margin-left: 0;
}

.page-id-44 div#medspa_sec_bottom_text.about_last_sec p {
    font-weight: 400;
}

.page-id-44 div#medspa_sec_bottom_text.about_last_sec {
    padding-top: 80px !important;
    padding-bottom: 0px !important;
    margin-bottom: -1px !important;
}

.page-id-26736 .page-heading.listing-page {
    display: none !important;
}

div#medspa_sec_bottom_text.medspa_sec_bottom_text_about .row {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 30px;
}

div#medspa_sec_bottom_text.medspa_sec_bottom_text_about .row .wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner {
    padding-left: 0;
}

div#medspa_sec_bottom_text.medspa_sec_bottom_text_about .row .wpb_column.vc_column_container.vc_col-sm-6+.wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner {
    padding-left: 30px;
}

div#four_cols_up_down .wpb_column.vc_column_container.vc_col-sm-3 .vc_column-inner .wpb_wrapper {
    background: #f2ebe3;
    border-radius: 20px;
    padding: 15px;
}

div#four_cols_up_down h3 {
    color: #212529;
    font-size: 32px;
    font-weight: 600;
    font-family: "Outfit", sans-serif !important;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 60px;
}

div#four_cols_up_down p {
    color: #212529;
    font-size: 26px;
    font-weight: 400;
    font-family: "Outfit", sans-serif !important;
    line-height: 40px;
    margin-bottom: 20px;
}

div#four_cols_up_down .vc_column_container>.vc_column-inner {
    padding: 0 10px;
}

header.header-without-topbar.header-fixed.pos-relative.lp-header-full-width {
    width: 100%;
    background: #e6e3e1;
}

.sidemap-fixed {
    position: relative !important;
    width: 100% !important;
}

.pull-left.post-with-map-container-right.abc2 {
    width: 100% !important;
}

#see_filter {
    display: block !important;
}

.post-with-map-container {
    width: auto;
    float: none !important;
    padding-top: 150px;
}

.filters_sidebar.margin-bottom-20.margin-top-30 {
    width: 25%;
    float: left;
}

.colab-listing-grid .colab-listing-grid-content .colab-listing-grid-thumb img {
    max-width: 100% !important;
    min-width: 100% !important;
    max-height: initial !important;
}

.colab-listing-grid .colab-listing-grid-content {
    height: auto !important;
    display: block !important;
}

.colab-listing-results-container,
#content-grids.clearfix.lp-list-page-grid {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 1.5rem;
    row-gap: 0;
    justify-content: center;
    padding-top: 0;
}

.post-with-map-container {
    height: auto !important;
    min-height: auto !important;
}

.content-grids-wraps {
    max-height: initial !important;
    overflow-y: auto !important;
}

.colab-archive-listing-container.colab-grid-layout {
    width: 31%;
    min-width: 31%;
    max-width: 31%;
}



.grid_view2 .lp-grid-box-description .lp-grid-box-left.pull-left {
    text-align: left;
}

.lp-grid-box-description {
    transition: all 0.5s ease;
}

.abc.swiper-slide.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .absolute_information {
    bottom: -85px;
    background: #fff;
    display: block;
    width: 100%;
    left: 0;
    padding-left: 15px;
}

.abc.swiper-slide.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .lp-grid-box-description {
    transition: all 0.5s ease;
    margin-top: -172px;
}

.absolute_information {
    position: absolute;
    bottom: -100%;
}

.lp-grid3-category-outer {
    transition: all 0.5s ease;
    position: fixed;
    bottom: -35px;
    background: #fff;
    margin-bottom: 2px;
    padding-bottom: 15px;
    width: 100%;
    left: 0;
    padding-left: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 10px;
}

.lp-grid3-category-outer {
    transition: all 0.5s ease;
}

.absolute_information h6 {
    margin-bottom: 0;
}

.lp-grid-box.lp-grid-style3-outer {
    overflow: hidden;
}

.lp-grid-style3-outer .lp-grid-box-description h4 {
    padding-bottom: 29px;
}

.lp-grid-box-description h4.lp-h4>a {
    font-size: 24px;
}

.abc.swiper-slide.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .lp-grid3-category-outer {
    bottom: 0;
}

.page-id-44 .lp-grid-style3-outer .lp-grid-box-description h4 {
    margin-bottom: 0;
}

.page-id-44 .abc.swiper-slide.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .lp-grid-box-description {
    transition: all 0.5s ease;
    margin-top: -140px;
}

.page-id-2 .abc.swiper-slide1.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1 {
    width: 31%;
    float: left;
    margin-left: 2.33%;
    height: 400px;
    position: relative;
}

.page-id-2 .swiper-wrapper {
    display: block;
    padding-top: 87px;
}

.abc.swiper-slide1.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .absolute_information {
    bottom: -85px;
    background: #fff;
    display: block;
    width: 100%;
    left: 0;
    padding-left: 15px;
}

.abc.swiper-slide1.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .lp-grid-box-description {
    transition: all 0.5s ease;
    margin-top: -172px;
}

.abc.swiper-slide1.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .lp-grid3-category-outer {
    bottom: 0;
}

.page-id-2 .lp-grid-style3-outer .lp-grid-box-description h4 {
    margin-bottom: 0;
}

.page-id-2 .abc.swiper-slide.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .lp-grid-box-description {
    transition: all 0.5s ease;
    margin-top: -140px;
}

.page-id-2 .page-heading.listing-page {
    display: none;
}

.page-id-2 .col-md-12.col-xs-12.lp-menu-container.clearfix.pull-right {
    padding: 0;
}

form .slider:before {
    display: none;
}

form.medspa_filters h1 {
    font-size: 32px;
    color: #242429;
    font-weight: 600;
    font-family: "Outfit", sans-serif !important;
}

form.medspa_filters input[type="text"],
form.medspa_filters select,
form.medspa_filters strong {
    color: #7E7E89;
    font-size: 22px;
    font-weight: 300;
    font-family: "Outfit", sans-serif !important;
    border: 0;
    width: 100%;
    border-bottom: 2px solid #7E7E89;
    padding: 15px 0;
    margin-bottom: 20px;
    background: transparent;
}

form.medspa_filters strong {
    border: 0;
    display: block;
}

form.medspa_filters label {
    color: #7E7E89;
    font-size: 22px;
    font-weight: 300;
    font-family: "Outfit", sans-serif !important;
    border: 0;
    width: auto;
    padding: 0;
    margin-bottom: 10px;
}

form.medspa_filters input[type="radio"] {
    color: #7E7E89;
    font-size: 22px;
    font-weight: 300;
    font-family: "Outfit", sans-serif !important;
    border: 0;
    width: auto;
    padding: 0;
    margin-bottom: 0;
    border: 2px solid #7E7E89;
}

form.medspa_filters input[type="submit"] {
    background: #212529;
    color: #fff;
    padding: 12px;
    font-size: 22px;
    font-weight: 400;
    border-radius: 73.33px;
    display: block;
    width: 100%;
    margin-top: 30px;
}

form.medspa_filters {
    font-family: "Outfit", sans-serif !important;
}

a.reset {
    background: transparent;
    padding: 10px;
    font-size: 22px;
    font-weight: 500;
    border-radius: 73.33px;
    display: block;
    width: 100%;
    color: #242429;
    text-align: center;
    border: 2px solid #242429;
    margin-top: 10px;
}

p.proximity {
    position: relative;
    padding-top: 60px;
}

span.slider_label {
    position: absolute;
    top: 12px;
    font-size: 22px;
    font-weight: 500;
    color: #7E7E89;
}

span.slider_label:before {
    content: "Proximity";
    font-size: 22px;
    font-weight: 600;
    padding-right: 5px;
}

span.slider_label:after {
    content: "mi";
    padding-left: 0;
}

.single .colab-detail-page-gradient {
    position: relative;
    height: 368px;
    min-height: 368px;
    background-size: cover;
}

.single .colab-listing-top-title-header {
    margin: -95px 100px 100px 100px;
    position: relative;
}

.single .lp-listing-title {
    background: #F2EBE3;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 50px;
}

.single .colab-title-bar h1 {
    font-size: 48px;
    margin-top: 2rem;
    margin-bottom: 0;
    font-family: "Outfit", sans-serif !important;
    font-weight: 600;
    color: #000 !important;
}

.single p.lp-listing-name-tagline {
    font-size: 48px;
    margin-top: 2rem;
    font-family: "Outfit", sans-serif !important;
    margin-bottom: 0;
    font-weight: 300;
    color: #000 !important;
}

.single .colab-listing-profile-img {
    max-width: 200px;
}

.single .colab-listing-title-rating,
.single .colab-listing-practice-areas {
    display: none;
}

.single .colab-listing-action-btns li a {
    border-color: #212529 !important;
    color: #212529 !important;
    font-size: 21px;
    font-weight: 500;
    font-family: "Outfit", sans-serif !important;
    display: block;
    width: 100%;
    text-align: center;
    height: 100%;
    padding: 18px 0 14px 0;
}

.single .colab-listing-action-btns li {
    border-color: #212529 !important;
    background: transparent !important;
    padding: 0;
}

.single .colab-listing-action-btns li a i {
    color: #212529 !important;
}

.a2a_kit.a2a_kit_size_32.addtoany_list a {
    display: none;
}

.a2a_kit.a2a_kit_size_32.addtoany_list a:last-child {
    display: block;
    /* width: 229px; */
    /* height: 100%; */
    /* background: url(/wp-content/uploads/2017/10/Group-163.svg) no-repeat; */
    /* margin-top: 10px; */
    border: 1px solid;
    display: block;
    width: 80%;
    border-radius: 60px;
    margin: auto;
    margin-right: 0;
    padding: 13px 0;
}

.a2a_svg svg {
    display: none !important;
}

.single .colab-listing-action-btns li:last-child {
    background: transparent !important;
    border: 0 !important;
}

span.a2a_svg.a2a_s__default.a2a_s_a2a {
    background: transparent !important;
}

.colab-listing-action-btns ul {
    display: flex;
    align-items: center;
}

.single .colab-listing-action-btns li a img {
    margin-top: -4px;
}

.single .colab-view-all-cats-btn,
.addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    display: none !important;
}

.single .fullwidth-header {
    padding: 0;
    margin-top: 0;
    padding-bottom: 10px;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 15px;
}

.colab-listing-ratings-section {
    display: none !important;
}

.single .colab-listing-desc h3 {
    margin-top: 0;
}

.single .colab-desc-section-container {
    padding-bottom: 0;
    border-bottom: 0;
}

.single .lp-listing-slider .lp-listing-slide img {
    max-width: 100%;
    border-radius: 10px;
    width: 83%;
    object-fit: cover;
    overflow: hidden;
    margin-left: 0;
}

.single .col-md-8.test.min-height-class .lp-listing-features.colab-listing-features-container {
    display: none !important;
}

.single ul.colab-listing-services-list {
    max-height: initial !important;
}

.colab-profile-listing-service-section h3 {
    margin: 35px 0;
    display: inline-block;
}

.single li.colab-service-li {
    width: 50%;
}

.single li.colab-service-li img {
    margin-right: 10px;
}

.single .arrow-left,
.single .arrow-right {
    top: 19px !important;
    background: transparent;
    border: 1px solid #000 !important;
    width: 30px;
    height: 30px;
    line-height: 16px;
}

.single .lp-listing-slider {
    padding-top: 100px;
    margin-top: -60px;
    max-height: initial !important;
}

.single i.fa.fa-angle-left.arrow-right.slick-arrow::before {
    color: #000;
    margin-left: -4px;
}

.single i.fa.fa-angle-right.arrow-left.slick-arrow::before {
    color: #000;
    margin-left: -3px;
}

.single i.fa.fa-angle-left.arrow-right.slick-arrow {
    left: auto;
    right: 100px;
}

.single i.fa.fa-angle-right.arrow-left.slick-arrow {
    right: 50px;
}

.single .colab-more-listing {
    display: none;
}

.single .lp-widget-inner-wrap.colab-listing-leadform.top-border-radius {
    display: none;
}

.single p#lp-report-listing {
    display: none;
}

.single div#review-section {
    display: none;
}

.single .colab-profile-listing-service-section {
    border-bottom: 0;
    font-family: "Outfit", sans-serif !important;
}

.single .view_alllisting_row_btn {
    padding-top: 0;
    font-family: "Outfit", sans-serif !important;
}

.single a.md-trigger.claimformtrigger2 {
    color: #242429;
    font-family: "Outfit", sans-serif !important;
    font-size: 20px;
}

.single .colab-claim-your-listing {
    color: #7E7E89;
    font-size: 20px;
    padding: 27px 3rem;
    border: 1px solid #F2EBE3;
    font-family: "Outfit", sans-serif !important;
}

.single .listing-page-sidebar .lp-widget.lp-widget-top {
    border-top: 0;
    font-family: "Outfit", sans-serif !important;
}

.colab-claim-your-listing.office_hourse {
    font-size: 15px;
    font-weight: 300;
    padding-right: 20px;
    padding-top: 32px;
    padding-bottom: 20px;
}

.colab-claim-your-listing.office_hourse span {
    color: #D44646;
    font-weight: 600;
    font-size: 20px;
}

img.img1 {
    float: left;
    margin-right: 10px;
    width: 20px;
    margin-top: 2px;
}

img.img2 {
    float: right;
    width: 25px;
    margin-top: 3px;
}

.colab-claim-your-listing strong {
    color: #242429;
}

.colab-claim-your-listing.loc_sidebar .lp-grid-box-bottom.clearfix {
    background: transparent;
    padding-left: 0;
}

.colab-claim-your-listing.loc_sidebar a {
    font-size: 20px;
    color: #242429;
    padding: 10px;
    font-weight: 500;
}

.colab-claim-your-listing.price_range_sidebar {
    font-size: 20px;
    color: #242429;
    font-weight: 500;
}

.col-md-4.colab-sidebar p.pricey {
    display: none;
}

.single .map-contact-container {
    padding: 0px 30px 20px 30px;
}

.single .listing-page-sidebar .lp-widget .widget-social-icons li.colab-listing-contact {
    padding-left: 0 !important;
    border: 0;
}

.col-md-4.colab-sidebar a.colab-get-dir {
    text-align: center;
    display: inline-block !important;
    width: 100%;
    padding: 21px;
    border: 1px solid #212529;
    border-radius: 73.33px;
    margin: 20px 0;
    font-size: 20px;
    color: #000 !important;
    font-weight: 500;
    padding-bottom: 40px !important;
}

.col-md-4.colab-sidebar a.colab-get-dir img {
    margin-top: -5px;
}

.single .colab-yt-embed {
    display: none;
}

.colab-claim-your-listing.social_links a img {
    height: 35px;
    width: auto;
}

.single .colab-claim-your-listing.social_links h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.single .lp-listing-features.colab-listing-features-container {
    color: #7E7E89;
    font-size: 20px;
    padding: 10px 3rem;
    border: 1px solid #F2EBE3;
    font-family: "Outfit", sans-serif !important;
    border-radius: 10px;
}

.single .lp-listing-features.colab-listing-features-container a {
    display: block;
    color: #242429 !important;
    text-align: left;
}

.single .lp-listing-features ul li,
.single .lp-listing-features ul li.colab-listing-single-feature {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    text-align: left;
    padding-left: 0;
}

.single .features li img {
    width: auto;
    position: relative;
    top: auto;
}

.single .lp-listing-features.colab-listing-features-container h3 {
    font-size: 22px;
    margin-bottom: 0;
}

.page-id-44 .lp-grid3-category-outer {
    bottom: -1px;
    width: calc(100% - 2px);
    left: 1px;
}

.single .lp-grid3-category-outer {
    bottom: 0px;
    width: calc(100% - 2px);
    left: 1px;
}

.absolute_information h6 {
    font-family: "Outfit", sans-serif !important;
}

.home .abc.swiper-slide.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .absolute_information {
    bottom: -116px;
}

.home .abc.swiper-slide.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .lp-grid3-category-outer {
    bottom: -32px;
}

.home .lp-grid-style3-outer .lp-grid-box-description {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


input[type="range"] {
    -webkit-appearance: none;

    width: 100%;
    height: 7px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    background: #eee;
    background-size: 70% 100%;
    background-repeat: no-repeat;

}

[dir="rtl"] input[type="range"] {
    background: green;
    background-image: linear-gradient(#fff, #fff);
    background-size: 30% 100%;
    background-repeat: no-repeat;

}

/* Input Thumb */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff !important;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #000;
    transition: background .3s ease-in-out;

}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ff4500;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;

}

input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ff4500;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;

}



/* Input Track */
input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;

}

input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

input[type="range"]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.page-id-2 .fullwidth-header {
    padding: 0;
    margin-top: 0;
    padding-bottom: 10px;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 15px;
}

body.page-id-2 div.container {
    padding: 0 !important;
    margin-top: 0;
    padding-bottom: 10px;
    width: 90% !important;
    max-width: 1600px !important;
    margin: 0 auto;
    padding-left: 15px !important;
}

body.page-id-2 .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 26%;
}

body.page-id-2 .wpb_column.vc_column_container.vc_col-sm-8 {
    width: 74%;
}

.grid_view_s3 .lp-grid-box-description {
    position: relative;
}

body.page-id-2 .lp-grid3-category-outer {
    transition: all 0.5s ease;
    position: absolute;
    bottom: -35px;
    background: #fff;
    margin-bottom: 2px;
    padding-bottom: 15px;
    width: calc(100% - 2px);
    left: 1px;
    padding-left: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 10px;
    top: auto;
    right: auto;
    bottom: 0;
}

body.page-id-2 .abc.swiper-slide1.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .absolute_information {
    bottom: -130px;
    background: #fff;
    display: block;
    width: 100%;
    left: 0;
    padding-left: 15px;
}

body.page-id-2 p.sub_title.d {
    font-size: 0 !important;
}

body.page-id-2 p.sub_title.d span {
    font-size: 18px;
}

body.page-id-2 .abc.swiper-slide1.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .absolute_information {
    bottom: -108px;
    background: #fff;
    display: block;
    width: 100%;
    left: 0;
    padding-left: 15px;
}

body.page-id-2 .abc.swiper-slide1.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .absolute_information {
    bottom: -120px;

}

body.page-id-2 .lp-grid-style3-outer .lp-grid-box-description {
    padding-bottom: 0 !important;
    background: #fff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.pic_reviews img {
    width: 134px;
    height: 134px;
    display: inline-block;
    border-radius: 15px;
    object-fit: cover;
}

.no_image {
    width: 134px;
    height: 134px;
    background: #F2EBE3;
    display: inline-block;
    border-radius: 15px;
    object-fit: cover;
}

.title_reviews {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    font-family: "Outfit", sans-serif !important;
}

.desc_reviews {
    font-size: 26px;
    line-height: 40px;
    color: #595959;
    font-family: "Outfit", sans-serif !important;
}

.designation_reviews {
    font-size: 32px;
    color: #797F85;
    font-weight: 400;
    font-family: "Outfit", sans-serif !important;
}

.date_formate {
    font-size: 26px;
    color: #797F85;
    line-height: 40px;
    margin: 20px 0;
    font-weight: 400;
    font-family: "Outfit", sans-serif !important;
}

.loop_reviews {
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.title_reviews img {
    width: 64px;
    height: auto;
    float: right;
}

span.current {
    background: #F2EBE3;
    border: 1px solid #00000030;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding-top: 7px;
    font-size: 18px;
    margin-right: 10px;
    color: #000;
    font-weight: 600;
    float: left;
}

.pagination a {
    background: transparent;
    border: 1px solid #00000030;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding-top: 7px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-right: 10px;
}

.pagination span:first-child {
    display: none;
}

.pagination a:last-child {
    display: none;
}

.pagination a:nth-last-child(2) {
    font-size: 0;
}

.pagination a:nth-last-child(2) {
    font-size: 0;
    background: url(/wp-content/uploads/2017/09/Arrow-4.png) no-repeat;
    background-position: center;
    float: left;
}

.pagination a {
    float: left;
}

.date_formate img {
    width: 200px;
    float: left;
    margin-right: 30px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 20px 0;
    border-radius: 4px;
}

.review_tags span {
    background: #F2EBE3;
    border-radius: 133px;
    padding: 10px 30px;
    color: #000;
    font-family: "Outfit", sans-serif !important;
    font-size: 26px;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.lp-listing-review-form.review-bar-login {
    display: none !important;
}

body.page-id-44 .lp-grid3-category-outer {
    transition: all 0.5s ease;
    position: absolute;
    bottom: -35px;
    background: #fff;
    margin-bottom: 2px;
    padding-bottom: 15px;
    width: calc(100% - 2px);
    left: 1px;
    padding-left: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 10px;
    top: auto;
    right: auto;
    bottom: 0;
}

body.page-id-44 .abc.swiper-slide.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .lp-grid3-category-outer {
    bottom: -117px;
}

.page-id-44 .abc.swiper-slide.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .lp-grid-box-description {
    transition: all 0.5s ease;
    margin-top: -141px;
}

.page-id-44 .lp-grid-style3-outer .lp-grid-box-description h4 {
    margin-bottom: 100px;
    margin-top: 0;
}

.page-id-44 .absolute_information {
    position: absolute;
    bottom: -7px;
}

.home .lp-grid3-category-outer {
    transition: all 0.5s ease;
    position: absolute;
    bottom: -35px;
    background: #fff;
    margin-bottom: 2px;
    padding-bottom: 15px;
    width: calc(100% - 2px);
    left: 1px;
    padding-left: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 10px;
    top: auto;
    right: auto;
    bottom: 0;
}

.home .abc.swiper-slide.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .lp-grid3-category-outer {
    bottom: -117px;
}

.home .abc.swiper-slide.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .lp-grid-box-description {
    transition: all 0.5s ease;
    margin-top: -141px;
}

.home .lp-grid-style3-outer .lp-grid-box-description h4 {
    margin-bottom: 100px;
    margin-top: 0;
}

.home .absolute_information {
    position: absolute;
    bottom: -7px;
}

.home .abc.swiper-slide.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .absolute_information {
    bottom: -53px;
}


.home .lp-grid-style3-outer .lp-grid-box-description {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

body.single .lp-grid3-category-outer {
    transition: all 0.5s ease;
    position: absolute;
    bottom: -35px;
    background: #fff;
    margin-bottom: 2px;
    padding-bottom: 15px;
    width: calc(100% - 2px);
    left: 1px;
    padding-left: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 10px;
    top: auto;
    right: auto;
    bottom: 0;
}

body.single .abc.swiper-slide.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .lp-grid3-category-outer {
    bottom: -117px;
}

.single .abc.swiper-slide.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .lp-grid-box-description {
    transition: all 0.5s ease;
    margin-top: -141px;
}

.single .lp-grid-style3-outer .lp-grid-box-description h4 {
    margin-bottom: 100px;
    margin-top: 0;
}

.single .absolute_information {
    position: absolute;
    bottom: -7px;
}

.single p.sub_title.c {
    opacity: 0;
}

.single .abc.swiper-slide.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover p.sub_title.c {
    opacity: 1;
}

.single .abc.swiper-slide.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .absolute_information {
    bottom: -20px;
}

form.medspa_filters {
    margin-top: 80px;
}

body.page-id-26843 p.sub_title.d {
    font-size: 0 !important;
}

body.page-id-26843 p.sub_title.d span {
    font-size: 18px;
}

section.aliceblue.lp-blog-for-app-view {
    margin: 100px 0 0 0;
}

.blog-single-page {
    height: 350px;
}

.page,
.container.page-id-2.home,
body.page .lp_section_inner,
#page,
.lp-header.pos-relative.header-front-page-wrap,
.home section {
    background: #FFFCF9;
}

.not-found-post {
    margin-bottom: 70px;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-size: 26px;
    color: #000;
}

.page-id-2.home .abc.swiper-slide1.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .absolute_information {
    bottom: -48px;
}

.page-id-2.home .abc.swiper-slide1.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:first-child .lp-grid-box-description h4 {
    margin-bottom: 65px;
}

.page-id-2.home .abc.swiper-slide1.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:first-child:hover .lp-grid-box-description h4 {
    margin-bottom: 100px;
}

.page-id-2.home .lp-grid-box-description {
    margin-top: -65px;
}

.page-id-2.home p.sub_title {
    opacity: 0;
}

.page-id-2.home .abc.swiper-slide1.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover p.sub_title {
    opacity: 1;
}

.page-id-26843 .pagination a,
.page-id-26843 span.current,
.page-id-26843 .pagination a:nth-last-child(2) {
    float: none;
}

.page-id-26843 img.arrow_left {
    margin-top: -2px;
}

.page-id-26843 .pagination {
    display: block;
    text-align: center;
}

.page-id-26843 a.arrow_right {
    margin-top: 0;
    position: absolute;
}

.absolute_nave {
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
}

.container.page-id-2.home {
    padding-top: 50px !important;
}

.absolute_nave span.total_pages.hidden {
    display: inline !important;
}

.absolute_nave .pagination a {
    display: none !important;
}

.absolute_nave .pagination a:first-child {
    display: inline !important;
}

.absolute_nave .pagination a:last-child {
    display: inline !important;
}

.container.page-id-2.home .post_33512 .absolute_information {
    bottom: -42px;
}

a.page_left1 {
    display: none !important;
}




/*responsive starts here*/

@media screen and (min-width:1600px) {
    .lp-header-search .lp-banner-sidebar-search.white .lp-search-form-what {
        margin-bottom: 17px;
    }

    .lp-new-search-title {
        margin-top: 35px;
        margin-bottom: 40px;
    }

    .lp-header-search-wrap {
        height: 1022px !important;
    }

    .single .colab-detail-page-gradient {
        position: relative;
        height: 468px;
        min-height: 468px;
        background-size: cover;
    }

    .home p.sub_title.c {
        opacity: 0;
    }

    .home .abc.swiper-slide.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover p.sub_title.c {
        opacity: 1;
    }

    p.sub_title.a {
        padding-right: 15px;
    }

    .page-id-44 div#medspa_sec_bottom_text.about_last_sec p {
        padding-right: 150px !important;
    }

    .page-id-44 div#medspa_sec_bottom_text.about_last_sec p br {
        display: none;
    }
}

@media screen and (max-width:1600px) {
    .lp-logo {
        padding-right: 70px !important;
        padding-top: 10px;
    }

    .header-container .menu-main-container li a {
        font-size: 20px;
        font-weight: 400;
        padding: 10px 10px;
        font-family: "Outfit", sans-serif;
    }

    .lp-menu ul li {
        display: inline-block;
        padding-right: 0;
        line-height: 32px;
    }

    .header-right-panel.clearfix.col-md-7.col-sm-10.col-xs-12 {
        padding-left: 0;
    }

    .header-container .menu-main-container li:last-child a {
        background: #000;
        border-radius: 55px;
        padding: 10px 25px;
    }

    .searchform input#s {
        width: 240px;
        padding: 10px 30px;
        border-radius: 55px;
        font-size: 21px;
        font-weight: 400;
        padding-left: 55px;
    }

    .searchform {
        margin-left: -50px;
    }

    .col-md-12.lp_auto_loc_container div.lp-header-search-tagline-sidebar-banner {
        font-size: 58px !important;
        margin-top: 39px !important;
        line-height: 80px !important;
        font-weight: 400;
        padding-right: 100px;
        font-family: "Outfit", sans-serif !important;
    }

    .footer-style1 .footer-upper-bar,
    .footer-style1 .footer-upper-bar a,
    footer.footer-style4 .padding-top-60 .widget h2,
    .padding-top-60 .widget a,
    footer.footer-style4 .padding-top-60 h2,
    footer.footer-style4 .padding-top-60 a,
    footer.footer-style4 .padding-top-60 p,
    footer.footer-style4 .padding-top-60 .widget span,
    footer.footer-style4 .padding-top-60 .widget p {
        color: #fff !important;
        border-color: #fff;
        font-family: "Outfit", sans-serif !important;
        font-size: 18px;
        font-weight: 400 !important;
        line-height: 25.6px !important;
    }

    footer .colab-container .widget a,
    footer .colab-container .widget #menu-footer a {
        line-height: 25.6px !important;
    }

    footer.style3 .container,
    footer.style3 .copyrights,
    footer.style3 .footer-menu ul li a,
    .footer-bottom-bar .footer-about-company li,
    .footer-bottom-bar .credit-links,
    .footer-bottom-bar .credit-links a,
    footer .widget-title,
    footer .widget-title h2,
    footer .widget a,
    footer .widget span,
    footer .widget p,
    footer .tagcloud a,
    footer.footer-style9 .footer-menu li a,
    .footer4-bottom-area .footer-menu li a,
    .footer4-bottom-area .copyrights,
    .footer5-bottom-area .copyrights {
        color: #FFFFFF !important;
        border-color: #FFFFFF;
        font-size: 18px;
        line-height: 25.6px !important;
        font-weight: 400 !important;
    }

    footer.footer-style4 p img {
        float: left;
        margin-right: 10px;
    }

    .footer5-bottom-area.lp-footer-bootom-border a {
        border-left: 1px solid #D8D8D8;
        padding-left: 30px;
        margin-left: 30px;
    }

    .clearfix.col-md-3.col-1 p {
        width: 320px;
    }

    footer .colab-container .widget a,
    footer .colab-container .widget #menu-footer a {
        line-height: 25.6px !important;
        padding-bottom: 3px;
        display: inline-block;
    }

    #services_row img {
        height: 341px;
        width: 100%;
        object-fit: contain;
        margin-bottom: 0;
    }

    .medspa_sec_bottom_text h2 {
        color: #212529;
        font-size: 70px;
        font-weight: 500;
        font-family: "Outfit", sans-serif !important;
        line-height: 90px;
        margin-bottom: 20px;
    }

    .medspa_sec_bottom_text p {
        color: #212529;
        font-size: 19px;
        font-weight: 300;
        line-height: 28px;
        font-family: "Outfit", sans-serif !important;
    }

    .medspa_sec_bottom_text1 h2 {
        color: #212529;
        font-size: 62px;
        font-weight: 500;
        font-family: "Outfit", sans-serif !important;
        line-height: 90px;
        margin-bottom: 20px;
    }

    .medspa_sec_bottom_text1 p {
        color: #212529;
        font-size: 19px;
        font-weight: 300;
        line-height: 28px;
        font-family: "Outfit", sans-serif !important;
    }

    .price_status_inner {
        background: #F2EBE3;
        color: #000;
        border: 1px solid #000;
        border-radius: 26px;
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
        font-family: "Inter", sans-serif;
        padding: 7px 20px;
    }

    .price_status {
        position: absolute;
        top: 20px;
        left: 7px;
    }

    div#heading1 h1 {
        color: #212529;
        font-size: 65px;
        font-weight: 500;
        font-family: "Outfit", sans-serif !important;
        line-height: 80px;
        margin-bottom: 0;
    }

    p.sub_title {
        font-size: 18px !important;
        font-weight: 400 !important;
        font-family: "Outfit", sans-serif !important;
        margin-top: 10px;
    }

    .lp-grid3-category-outer img {
        margin-right: 5px;
        width: 36px;
    }

    .lp-grid3-category-outer a {
        font-size: 18px !important;
        font-weight: 400 !important;
        font-family: "Outfit", sans-serif !important;
    }

    .lp-new-search-title {
        font-size: 34px !important;
        color: #000 !important;
        font-weight: 500;
        font-family: "Outfit", sans-serif !important;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;
        line-height: 45px;
    }

    div.sidebar-banner-des {
        font-size: 20px;
        margin-top: 15px;
        line-height: 28px;
        padding-top: 20px;
    }

    .about_sec2 p {
        color: #212529;
        font-size: 20px;
        font-weight: 400;
        font-family: "Outfit", sans-serif !important;
        line-height: 30px;
        padding: 0;
    }

    .about_sec2 h2 {
        color: #212529;
        font-size: 60px;
        font-weight: 500;
        font-family: "Outfit", sans-serif !important;
        line-height: 90px;
        margin-bottom: 20px;
    }

    .page-id-44 .medspa_sec_bottom_text h2 {
        color: #212529;
        font-size: 60px;
        font-weight: 500;
        font-family: "Outfit", sans-serif !important;
        line-height: 65px;
        margin-bottom: 20px;
        text-transform: capitalize;
    }

    .page-id-44 .medspa_sec_bottom_text p {
        padding-right: 15px;
        font-size: 19px;
        line-height: 30px;
    }

    .page-id-44 .medspa_sec_bottom_text li {
        font-size: 20px;
    }

    .view_alllisting_row_btn h2 {
        font-size: 45px;
    }

    .view_alllisting_row_btn {
        padding-top: 80px;
    }

    .view_alllisting_row_btn .vc_btn3-container.btn1.vc_btn3-right a {
        margin-top: 20px;
    }

    div#four_cols_up_down h3 {
        color: #212529;
        font-size: 26px;
        font-weight: 600;
        font-family: "Outfit", sans-serif !important;
        line-height: 34px;
        margin-top: 10px;
        margin-bottom: 20px;
        padding-right: 15px;
    }

    div#four_cols_up_down p {
        color: #212529;
        font-size: 19px;
        font-weight: 300;
        font-family: "Outfit", sans-serif !important;
        line-height: 32px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:1500px) {
    .fullwidth-header {
        padding: 0 100px;
    }

    div.container {
        padding: 0 100px !important;
    }

    .medspa_sec_bottom_text h2 br {
        display: none;
    }

    .medspa_sec_bottom_text p br {
        display: none;
    }

    .vc_btn3-container.btn1.vc_btn3-right a {
        font-size: 19px;
    }

    .medspa_sec_bottom_text1 h2 {
        font-size: 60px;
    }

    .col-md-12.lp_auto_loc_container div.lp-header-search-tagline-sidebar-banner {
        font-size: 60px !important;
    }

    .colab-container {
        padding: 0 86px;
    }

    .medspa_sec_bottom_text1 h2 {
        font-size: 54px;
    }

    .page-id-44 div#medspa_sec_bottom_text.about_last_sec .lp_section_inner.clearfix {
        background-size: 45% auto !important;

    }

    .title_reviews {
        padding-left: 15px;
    }

    .designation_reviews {
        padding-left: 15px;
    }

}

@media screen and (max-width:1500px) and (min-width:700px) {
    .colab-container {
        padding: 0 30px !important;
    }
}

@media screen and (max-width:1370px) {
    .fullwidth-header {
        padding: 0 50px;
    }

    div.container {
        padding: 0 50px !important;
        width: 100%;
    }

    .vc_btn3-container.btn1.vc_btn3-right a {
        font-size: 18px;
    }

    .medspa_sec_bottom_text1 h2 {
        font-size: 50px;
    }

    .col-md-12.lp_auto_loc_container div.lp-header-search-tagline-sidebar-banner {
        font-size: 50px !important;
    }
}

@media screen and (max-width:1320px) {
    .searchform input#s {
        width: 200px;
    }

    .page-id-2 .lp-grid-box-description {
        margin-top: -73px;
    }

    .page-id-2 .lp-grid3-category-outer a {
        font-size: 17px !important;
    }

    .lp-new-search-title {
        font-size: 34px !important;
    }

    .page-id-44 div#medspa_sec_bottom_text.about_last_sec .lp_section_inner.clearfix {
        padding-left: 100px;
    }

    div.lp-header-search.lp-header-search-sidebar-style .lp-search-form-what input:placeholder,
    div.lp-header-search.lp-header-search-sidebar-style .lp-search-form-what input::placeholder,
    div.lp-header-search.lp-header-search-sidebar-style .lp-search-form-what ::placeholder {
        /*font-size: 0 !important;*/
        /*opacity: 0 !important;*/
    }

    div.lp-header-search.lp-header-search-sidebar-style .lp-search-form-what input::-ms-input-placeholder {
        /*font-size: 0 !important;*/
        /*opacity: 0 !important;*/
    }

    div.lp-header-search.lp-header-search-sidebar-style .lp-search-form-what input::placeholder {
        /*font-size: 0 !important;*/
        /*opacity: 0 !important;*/
    }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .lp-banner-sidebar-search.white {
        /* padding: 30px 50px;*/
    }
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
    .view_alllisting_row_btn .lp_section_inner.clearfix.container {
        padding-right: 68px !important;
    }
}

@media (min-width: 1700px) {
    body.single .colab-listing-action-btns ul li:last-child {
        margin-left: -70px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100% !important;
        padding: 0 173px !important;
    }

    .single .container {
        padding: 0 15px !important;
        width: 90% !important;
        max-width: 1600px;
    }

    .searchform {
        margin-left: -75px;
    }

    body:not(.home) .lp-logo img {
        filter: brightness(1) invert(1);
        margin-top: 5px;
    }

    .md-modal.planclaim-page-popup.single-page-popup.planclaim-page-popup-st,
    .md-modal.planclaim-page-popup.single-page-popup.planclaim-page-popup-st .lp-plan-face {
        top: 51% !important;
    }

    form.medspa_filters select option {
        font-size: 18px !important;
    }

    .page-id-44 div#medspa_sec_bottom_text.about_last_sec p {
        padding-right: 100px;
    }

    .archive.category .lp-blog-grid-box-thumb img {
        height: 300px;
        object-fit: cover;
    }

    .archive.category h4.lp-h4 {
        height: 45px;
    }

    .page-id-2 .lp-grid3-category-outer a {
        font-size: 20px !important;
    }

    .archive.tax-listing-category div.container,
    body.page-id-26843 div.container {
        padding: 0 !important;
        margin-top: 0;
        padding-bottom: 10px;
        width: 90% !important;
        max-width: 1600px !important;
        margin: 0 auto;
        padding-left: 15px !important;
    }

    a.reset {
        margin-bottom: 50px;
    }

    body.page-id-26843 .page-heading.listing-page {
        display: none !important;
    }

}

@media screen and (max-width:900px) and (min-width:90px) {
    body:not(.home) .searchform {
        margin-left: 0 !important;
    }
}

@media screen and (min-width:90px) {
    .searchform {
        float: right;
        padding-left: 100px;
    }

    .lp-header-full-width .lp-menu.menu {
        margin-left: 0 !important;
    }

    .pull-right.padding-right-10 {
        float: none !important;
    }
}

@media screen and (min-width:90px) and (max-width:1100px) {
    .lp-header-full-width .lp-menu.menu {
        margin-left: 0 !important;
        float: left !important;
    }
}

@media screen and (max-width:1220px) {
    input#searchsubmit {
        left: 16px;
    }

    .searchform input#s {
        width: 170px;
        padding: 10px 10px;
        padding-left: 40px;
    }

    .lp-menu .menu-main-container ul li {
        padding-right: 5px;
    }

    .lp-new-search-title {
        font-size: 35px !important;
    }

    .col-md-12.lp_auto_loc_container div.lp-header-search-tagline-sidebar-banner {
        line-height: 60px !important;
    }

    .lp-banner-sidebar-search .lp-search-bar .lp-suggested-search .input-group-addon.lp-border,
    .lp-banner-sidebar-search .form-group.lp-location-search .lp-where {
        font-size: 20px !important;
    }

    .lp-banner-sidebar-search.white {
        background-size: 100% 100%;
    }

    .sidebar-banner-des {
        padding-right: 40px !important;
    }

    .medspa_sec_bottom_text h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .medspa_sec_bottom_text1 h2 {
        font-size: 48px;
    }

    .page-id-44 div#medspa_sec_bottom_text.about_last_sec .lp_section_inner.clearfix {
        padding-left: 50px;
    }

    .page-id-44 .absolute_information {
        position: absolute;
        bottom: -30px;
    }

    .page-id-44 .searchform {
        margin-left: -70px;
    }

    .page-id-2 form.medspa_filters h1 {
        font-size: 30px;
    }

    .page-id-2 form.medspa_filters label {
        font-size: 20px;
    }

    .page-id-2 .lp-grid-box-description h4.lp-h4>a {
        font-size: 23px;
    }

    .page-id-2 .absolute_information {
        bottom: -125%;
    }

    .page-id-2 .header-container .menu-main-container li a {
        font-size: 18px;
    }

    .title_reviews {
        padding-left: 35px;
    }

    .designation_reviews {
        padding-left: 35px;
    }

    .col-md-4.colab-sidebar .lp-grid-box-bottom .pull-left {
        max-width: 100%;
    }

    .single .searchform {
        margin-left: -89px;
    }

    .single .lp-logo {
        padding-right: 70px !important;
        padding-top: 19px;
    }

    .lp-listing-features ul li.colab-listing-single-feature a {
        font-size: 15px;
    }

}

@media screen and (max-width:1100px) {
    .header-container .menu-main-container li a {
        font-size: 18px;
    }

    .searchform {
        margin-left: -300px;
    }

    .lp-header-full-width .lp-menu.menu {
        margin-left: -115px;
    }

    .lp-menu .menu-main-container ul li {
        padding-right: 0;
    }

    .header-container .menu-main-container li:last-child a {
        padding: 10px 15px;
    }

    .header-container .menu-main-container li a {
        font-size: 16px;
    }

    .col-md-12.lp_auto_loc_container div.lp-header-search-tagline-sidebar-banner {
        font-size: 44px !important;
    }

    .sidebar-banner-des {
        padding-right: 70px !important;
    }

    .colab-container {
        padding: 0 40px;
    }

    .lp-new-search-title {
        font-size: 30px !important;
    }

    .lp-banner-sidebar-search .lp-header-search-form .lp-suggested-search {
        width: 100% !important;
    }

    .vc_btn3-container.btn1.vc_btn3-right a {
        margin-left: 0;
    }

    .home .absolute_information {
        position: absolute;
        bottom: -30px;
    }

    footer.footer-style4 .col-md-3 {
        width: 33.33%;
        height: 300px;
    }

    .mm-navbar.mm-navbar_size-3 {
        background: #000 !important;
    }

    .mm-menu_navbar_top-3 .mm-panels a.lpl-button.lpl-add-listing-loggedout {
        display: none !important;
    }

    .mm-menu_navbar_top-3 .mm-panels a.lpl-button.md-trigger {
        display: none !important;
    }

    .about_sec2 h2 {
        font-size: 50px;
    }

    .page-id-44 .medspa_sec_bottom_text h2 {
        font-size: 50px;
        line-height: 60px;
    }

    div#four_cols_up_down .vc_col-sm-3 {
        width: 50% !important;
        margin-bottom: 20px;
    }

    body:not(.home) .header-container .menu-main-container li a {
        font-size: 15px;
    }

    body:not(.home) .searchform {
        margin-left: -300px;
    }

    div#four_cols_up_down .vc_column_container>.vc_column-inner {
        margin-top: 0 !important;
    }

    div#four_cols_up_down h3 {
        font-size: 20px;

    }

    div#four_cols_up_down p {
        font-size: 18px;
    }

    div#four_cols_up_down .vc_col-sm-3:nth-child(3) {
        margin-top: -13px !important;
    }

    div#four_cols_up_down .wpb_column.vc_column_container.vc_col-sm-3 .vc_column-inner .wpb_wrapper {
        height: 272px;
        overflow: hidden;
    }

    .medspa_sec_bottom_text1 h2 {
        font-size: 30px;
    }

    .page-id-44 .medspa_sec_bottom_text h2 {
        font-size: 30px;
        line-height: 60px;
    }

    .widget img {
        max-width: 200px !important;
    }

    .lp-grid-style3-outer .author-img {
        margin-top: -107px;
    }

    .lp-grid3-category-outer a {
        font-size: 13px !important;
    }

    .lp-grid3-category-outer img {
        margin-right: 5px;
        width: 25px;
    }

    .cat_count {
        width: 25px;
        height: 25px;
        font-size: 12px;
        padding-top: 4px;
    }

    .lp-grid-box-description h4.lp-h4>a {
        font-size: 20px;
    }

    .absolute_information h6 {
        font-family: "Outfit", sans-serif !important;
        font-size: 14px;
    }

    .page-id-2 form.medspa_filters h1 {
        font-size: 25px;
    }

    form.medspa_filters input[type="text"],
    form.medspa_filters select,
    form.medspa_filters strong {
        font-size: 16px;
    }

    form.medspa_filters strong {
        border: 0;
        display: block;
        font-size: 20px;
        font-weight: 600;
    }

    .page-id-2 form.medspa_filters label {
        font-size: 17px;
    }

    .page-id-2 .price_status_inner {
        font-size: 8px;
    }

    .page-id-2 .price_status {
        top: 10px;
    }

    .page-id-2 .cat_count {
        display: none;
    }

    .page-id-2 .absolute_information {
        bottom: -125%;
        background: #fff;
    }

    .lp-listing-features ul li.colab-listing-single-feature a {
        font-size: 15px;
    }

    li.colab-service-li {
        font-size: 16px;
    }

    .review_tags span {
        font-size: 20px;
    }

    .title_reviews {
        padding-left: 55px;
    }

    .designation_reviews {
        padding-left: 55px;
    }

    .desc_reviews {
        font-size: 20px;
        line-height: 29px;
        color: #595959;
        font-family: "Outfit", sans-serif !important;
    }

    .desc_reviews p {
        font-size: 20px;
        line-height: 29px;
        color: #595959;
        font-family: "Outfit", sans-serif !important;
    }

    .header-container .menu-main-container li a {
        padding: 10px 9px;
    }

    .lp-new-search-title {
        font-size: 28px !important;
    }

    div.lp-header-search.lp-header-search-sidebar-style .lp-search-form-what input:placeholder,
    div.lp-header-search.lp-header-search-sidebar-style .lp-search-form-what input::placeholder,
    div.lp-header-search.lp-header-search-sidebar-style .lp-search-form-what ::placeholder {
        /*font-size: 0 !important;*/
        /*opacity: 0 !important;*/
    }

    div.lp-header-search.lp-header-search-sidebar-style .lp-search-form-what input::-ms-input-placeholder {
        /*font-size: 0 !important;*/
        /*opacity: 0 !important;*/
    }

    div.lp-header-search.lp-header-search-sidebar-style .lp-search-form-what input::placeholder {
        /*font-size: 0 !important;*/
        /*opacity: 0 !important;*/
    }

    .page-id-44 div#home_slider_list .container {
        padding-right: 50px !important;
    }

    .page-id-44 .about_sec2 h2 {
        line-height: 60px;
    }

    .lp-logo {
        padding-top: 20px !important;
    }

    .blog section.aliceblue.lp-blog-for-app-view {
        margin: 0 !important;
        padding-top: 40px !important;
    }
}

@media screen and (max-width:1000px) {
    footer.footer-style4 .col-md-3 {
        width: 50%;
        height: 300px;
        float: left;
    }

    .clearfix.col-md-3.col-2 {
        padding-left: 15px;
    }

    .footer5-bottom-area.lp-footer-bootom-border .col-md-6.nopad {
        text-align: center;
    }

    span.copyrights {
        float: none;
    }

    .lp-banner-sidebar-search.white {
        margin: 0 !important;
        padding: 60px 60px !important;
        background-size: 100% 100% !important;
        width: 550px;
        margin: 0 auto !important;
    }

    .sidebar-banner-des {
        padding-right: 0 !important;
    }

    .home .lp-header-search-sidebar-style {
        bottom: -225px !important;
    }

    .col-md-12.lp_auto_loc_container div.lp-header-search-tagline-sidebar-banner br {
        display: none;
    }

    .col-md-12.lp_auto_loc_container div.lp-header-search-tagline-sidebar-banner {
        font-size: 39px !important;
        padding-right: 0 !important;
    }

    div.sidebar-banner-des {
        width: 100%;
    }

    .home .lp-header-search-sidebar-style {
        bottom: 0px !important;
    }

    .lp-header-search-wrap {
        height: 950px !important;
    }

    .lp-logo {
        width: 300px;
    }

    .page-id-44 .lp-grid-style3-outer .lp-grid-box-description h4 {
        margin-bottom: 126px;
        margin-top: 0;
    }

    body:not(.home) p.sub_title {
        font-size: 13px !important;
    }

    .page-id-44 .lp-grid-style3-outer .lp-grid-box-description h4 {
        margin-bottom: 105px;
        margin-top: 0;
    }

    body.page-id-44 .lp-grid3-category-outer {
        bottom: -30px;
    }

    .single .header-container .menu-main-container li a {
        font-size: 15px;
        padding: 10px;
    }

    .single .colab-listing-action-btns li a {
        font-size: 15px;
    }

    aside#custom_html-2 {
        display: none;
    }
}

@media screen and (max-width:900px) {
    .lp-banner-sidebar-search .lp-search-bar .form-group.lp-suggested-search {
        background: transparent !important;
    }

    .lp-banner-sidebar-search .lp-search-bar .lp-suggested-search .input-group-addon.lp-border,
    .lp-banner-sidebar-search .form-group.lp-location-search .lp-where {
        background: transparent !important;
    }

    .lp-banner-sidebar-search .form-group.lp-location-search .chosen-container.chosen-container-single {
        background-color: transparent;
        width: 100% !important;
    }

    div#heading1 h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .vc_btn3-container.btn1.vc_btn3-right a {
        padding: 16px 20px;
    }

    .medspa_sec_bottom_text1 h2 {
        font-size: 40px;
    }

    footer .container .row .clearfix.col-md-3 {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 35px;
        height: auto;
        text-align: center;
    }

    footer.footer-style4 p img {
        float: none;
        margin-right: 10px;
    }

    .clearfix.col-md-3.col-1 p {
        width: auto;
    }

    .lp-grid-box-description h4.lp-h4>a {
        font-size: 20px;
    }

    .absolute_information h6 {
        font-size: 12px;
    }

    .lp-grid3-category-outer a {
        font-size: 14px !important;
    }

    .lp-grid3-category-outer img {
        width: 25px;
    }

    .cat_count {
        width: 25px;
        height: 25px;
        font-size: 12px;
        padding-top: 4px;
    }

    .lp-grid-style3-outer .author-img {
        margin-top: -114px;
    }

    .home .lp-grid-style3-outer .lp-grid-box-description h4 {
        margin-bottom: 36px;
        margin-top: 0;
    }

    .home .absolute_information {
        position: absolute;
        bottom: -68px;
    }

    div#heading1 h1 {
        font-size: 30px;
        line-height: 40px;
    }

    #services_row img {
        height: 157px;
        width: 100%;
        object-fit: contain;
        margin-bottom: 10px;
    }

    .service_heading,
    .service_heading p,
    .service_heading p a {
        font-size: 20px;
    }

    .medspa_sec_bottom_text h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .vc_btn3-container.btn1.vc_btn3-right a {
        font-size: 14px;
    }

    .home div.lp-banner-sidebar-search .form-group.lp-location-search,
    div.lp-header-search .lp-banner-sidebar-search .lp-search-form-what {
        width: 100% !important;
    }

    .mm-menu_navbar_top-3 .mm-panels a.lpl-button.lpl-add-listing-loggedout {
        display: none !important;
    }

    .mm-menu_navbar_top-3 .mm-panels a.lpl-button.md-trigger {
        display: none !important;
    }

    .about_sec2 h2 {
        font-size: 40px;
    }

    .page-id-44 .medspa_sec_bottom_text h2 {
        font-size: 30px;
        line-height: 40px;
    }

    div#four_cols_up_down h3 {
        font-size: 17px;
    }

    div#four_cols_up_down p {
        font-size: 16px;
        line-height: 24px;
    }

    body:not(.home) .medspa_sec_bottom_text1 h2 {
        font-size: 30px;
    }

    body:not(.home) .lp-grid-style3-outer .author-img {
        margin-top: -142px;
    }

    body:not(.home) .lp-grid-box-description h4.lp-h4>a {
        font-size: 16px;
    }

    .page-id-44 .lp-grid-box-description h4.lp-h4>a {
        font-size: 16px;
    }

    .page-id-44 .absolute_information {
        position: absolute;
        bottom: -33px;
    }

    .page-id-44 .lp-grid-box-contianer.grid_view2.lp-grid-box-contianer1 {
        margin-right: 10px !important;
    }

    body:not(.home) .cat_outer_inner {
        text-align: left;
    }

    .page-id-44 .cat_count {
        position: absolute;
        right: 6px;
        top: 15px;
    }

    .price_status_inner {
        font-size: 9px;
        padding: 5px 10px;
    }

    .price_status {
        top: 10px;
    }

    .icon-bar {
        background-color: #000 !important;
    }

    .home .icon-bar {
        background-color: #fff !important;
    }

    .page-id-2 .abc.swiper-slide1.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1 {
        width: 47%;
    }

    body.page-id-2 .wpb_column.vc_column_container.vc_col-sm-4 {
        width: 33%;
    }

    body.page-id-2 .wpb_column.vc_column_container.vc_col-sm-8 {
        width: 66%;
    }

    .page-id-2 .lp-grid-box-description {
        margin-top: 0;
    }

    .page-id-2 .absolute_information {
        bottom: -55%;
        background: #fff;
    }

    body.page-id-2 p.sub_title.d span {
        font-size: 15px;
    }

    .single .colab-title-bar h1 {
        font-size: 35px;
    }

    .single p.lp-listing-name-tagline {
        font-size: 30px;
    }

    .medspa_sec_bottom_text1 h2 {
        line-height: 50px;
    }
}

@media screen and (max-width:800px) {
    .home .lp-header-search-sidebar-style {
        bottom: 0px !important;
    }

    .col-md-12.lp_auto_loc_container div.lp-header-search-tagline-sidebar-banner {
        font-size: 36px !important;
        padding-right: 0 !important;
    }

    .lp-banner-sidebar-search.white {
        padding: 30px 60px !important;
    }

    .service_heading,
    .service_heading p,
    .service_heading p a {
        font-size: 18px;
    }

    .mobile-nav-icon {
        top: -35px;
    }

    .price_status_inner {
        font-size: 9px;
        padding: 5px 10px;
    }

    .price_status {
        top: 10px;
    }

    .about_sec2 h2 {
        font-size: 30px;
    }

    .about_sec2 p {
        font-size: 18px;
        line-height: 26px;
    }

    .page-id-44 .medspa_sec_bottom_text h2 {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .page-id-44 .medspa_sec_bottom_text p {
        padding-right: 0;
        font-size: 17px;
        line-height: 27px;
    }

    .page-id-44 .medspa_sec_bottom_text li {
        font-size: 17px;
    }

    body:not(.home) .medspa_sec_bottom_text1 h2 {
        font-size: 26px;
    }

    .page-id-44 div#medspa_sec_bottom_text.about_last_sec .vc_btn3-container.btn1.vc_btn3-inline a {
        margin-left: 0;
        font-size: 18px;
    }

    body:not(.home) .lp-grid-box-description h4.lp-h4>a {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 20px;
    }

    body.page-id-2 div.container {
        padding: 0 !important;
        margin-top: 0;
        padding-bottom: 10px;
        width: 100% !important;
        max-width: 1600px !important;
        margin: 0 auto;
        padding: 0 30px !important;
    }

    .blog section.aliceblue.lp-blog-for-app-view {
        margin: 0 !important;
        padding-top: 30px !important;
    }

    .login-form-popup.lp-border-radius-8 i.fa.fa-close {
        margin: 10px;
    }
}

@media screen and (min-width:1300px) and (max-width:1400px) {
    .lp-grid3-category-outer a {
        font-size: 18px !important;
        font-weight: 400 !important;
        font-family: "Outfit", sans-serif !important;
        width: 150px;
        position: relative;
        display: inline-block;
        overflow: hidden;
    }
}

@media screen and (min-width:700px) and (max-width:790px) {
    .lp-header-search .lp-banner-sidebar-search.white .lp-search-form-what {
        border-bottom: 0;
    }

    .lp-banner-sidebar-search .lp-search-bar .form-group.lp-suggested-search {
        margin-bottom: 20px;
        border-bottom: 2px solid #000 !important;
        border-radius: 0 !important;
    }

    .single .colab-claim-your-listing {
        display: inline-block;
        width: 100%;
    }

    .colab-bio-title {
        padding-top: 30px;
    }

    .single .colab-listing-top-title-header {
        margin: -95px 20px 0 20px;
    }

    .single iframe#instagram-embed-0 {
        display: none !important;
    }

    blockquote#instagram-media-payload-0 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .single header.header-without-topbar.header-normal.pos-relative.lp-header-full-width.abc2 {
        position: relative;
        z-index: -1 !important;
    }

    .single blockquote#instagram-media-payload-0 {
        z-index: -1;
    }

    .single i.fa.fa-angle-right.arrow-left.slick-arrow {
        right: 50px;
        z-index: 0;
    }

    .single i.fa.fa-angle-left.arrow-right.slick-arrow {
        right: 50px;
        z-index: 0;
    }

    .single .lp-grid3-category-outer a {
        font-size: 14px !important;
        width: 100px;
        display: inline-block;
        overflow: hidden;
        height: 15px;
    }

    .single .lp-grid-style3-outer .lp-grid-box-description h4 {
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 0;
    }

    .page-id-2 .lp-grid3-category-outer a {
        font-size: 12px !important;
    }

    .page-id-2 .cat_count {
        display: inline-block;
        float: right;
        margin-right: 10px;
    }

    .lp-grid3-category-outer img {
        width: 25px;
        float: left;
    }

    .page-id-2 .lp-grid3-category-outer a {
        font-size: 12px !important;
        width: 110px;
        display: inline-block;
        overflow: hidden;
        position: relative;
        float: left;
    }

    .page-id-2 .cat_count {
        display: inline-block;
        float: right;
        margin-right: 10px;
    }

    .page-id-2 .absolute_information {
        bottom: -16%;
        background: #fff;
    }
}

@media screen and (min-width:700px) and (max-width:1100px) {
    .single .colab-claim-your-listing {
        display: inline-block;
        width: 100%;
    }

    .colab-bio-title {
        padding-top: 30px;
    }

    .single .colab-listing-top-title-header {
        margin: -95px 20px 0 20px;
    }

    .single .colab-claim-your-listing {
        margin-top: 30px;
    }
}

@media screen and (max-width:700px) {
    .home .lp-header-search-sidebar-style {
        bottom: -100px !important;
    }

    .col-md-12.lp_auto_loc_container div.lp-header-search-tagline-sidebar-banner {
        font-size: 31px !important;
        padding-right: 0 !important;
        line-height: 40px !important;
    }

    div.sidebar-banner-des {
        font-size: 18px;
    }

    .lp-banner-sidebar-search.white {
        width: 100%;
    }

    .lp-new-search-title {
        font-size: 25px !important;
        line-height: 30px;
    }

    .lp-header-search-wrap {
        height: 1100px !important;
    }

    .lp-banner-sidebar-search .lp-search-bar .lp-suggested-search .input-group-addon.lp-border,
    .lp-banner-sidebar-search .form-group.lp-location-search .lp-where {
        background: transparent !important;
    }

    div#heading1 h1 {
        font-size: 28px;
        line-height: 40px;
    }

    #services_row .wpb_column.vc_column_container.vc_col-sm-2 {
        width: 100%;
        margin-bottom: 20px;
    }

    #services_row img {
        height: auto;
        width: 100%;
        object-fit: contain;
        margin: 10px 0;
    }

    .medspa_sec_bottom_text1 h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .vc_btn3-container.vc_btn3-right {
        text-align: left !important;
    }

    div#medspa_sec_bottom_text .row {
        display: block;
    }

    .medspa_sec_bottom_text {
        padding: 30px 0;
    }

    .vc_btn3-container.btn1.vc_btn3-inline a {
        font-size: 18px;
        margin: 0;
    }

    .home .absolute_information {
        display: none;
    }

    .home .lp-grid-style3-outer .lp-grid-box-description h4 {
        margin-bottom: 0;
        margin-top: 50px;
    }

    .home .lp-header-search-sidebar-style {
        bottom: 0 !important;
    }

    .lp-header-search-wrap-sidebar-banner .lp-header-search .lp-header-search-form .lp-suggested-search,
    .lp-header-search-wrap-sidebar-banner .lp-search-bar .form-group.lp-location-search {
        background: transparent !important;
    }

    .lp-banner-sidebar-search.white .lp-search-form-what,
    .lp-banner-sidebar-search.white .chosen-container {
        border-bottom: 0;
        border-top: 2px solid #ddd;
    }

    div#heading1 h1 {
        margin-top: -50px;
    }

    .mm-menu_navbar_top-3 .mm-panels a.lpl-button.lpl-add-listing-loggedout {
        display: none !important;
    }

    .mm-menu_navbar_top-3 .mm-panels a.lpl-button.md-trigger {
        display: none !important;
    }

    a.lpl-button.lpl-add-listing-loggedout,
    .lpl-button.md-trigger {
        /*display: none !important;*/
    }

    div#heading1 h1 {
        margin-top: 0;
    }

    .about_sec2 h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .about_sec2 p {
        padding: 0 !important;
    }

    .page-id-44 .medspa_sec_bottom_text {
        padding: 0;
        margin-left: 0 !important;
        margin-top: 30px;
    }

    body:not(.home) .medspa_sec_bottom_text1 h2 {
        font-size: 21px;
    }

    div#four_cols_up_down .vc_col-sm-3 {
        width: 100% !important;
        margin-bottom: 20px;
    }

    div#four_cols_up_down .wpb_column.vc_column_container.vc_col-sm-3 .vc_column-inner .wpb_wrapper {
        height: auto;
        overflow: hidden;
    }

    .page-id-44 div#medspa_sec_bottom_text.about_last_sec .lp_section_inner.clearfix {
        padding-left: 30px;
        background-image: none !important;
        padding-top: 0 !important;
        padding-right: 30px;
    }

    .page-id-44 div#medspa_sec_bottom_text.about_last_sec .vc_btn3-container.btn1.vc_btn3-inline a {
        margin-left: 0;
        font-size: 15px;
        margin-top: 30px;
    }

    .page-id-44 div#home_slider_list .container {
        padding-right: 0 !important;
    }

    .page-id-44 div.vc_custom_1711013255889 {
        padding-right: 0px !important;
    }

    .lp-grid-box-description {
        margin-top: 82px;
        position: relative;
    }

    .page-id-44 .absolute_information {
        position: absolute;
        bottom: -5px;
    }

    .page-id-44 .lp-grid-style3-outer .lp-grid-box-description h4 {
        margin-bottom: 0;
        margin-top: 0;
    }

    body.page-id-44 .lp-grid3-category-outer {
        bottom: 8px;
    }

    .page-id-44 div#home_slider_list .container {
        padding: 0 20px !important;
    }

    body:not(.home) .medspa_sec_bottom_text1 h2 {
        font-size: 21px;
        line-height: 30px;
    }

    div#four_cols_up_down h3 {
        font-size: 17px;
        line-height: 28px;
    }

    .page-id-44 .medspa_sec_bottom_text h2 {
        line-height: 32px;
    }

    .page-id-44 div.container {
        padding: 0 30px !important;
    }

    body.page-id-2 .wpb_column.vc_column_container.vc_col-sm-4 {
        width: 100%;
    }

    body.page-id-2 .wpb_column.vc_column_container.vc_col-sm-8 {
        width: 100%;
    }

    .page-id-2 .cat_count {
        display: inline-block;
    }

    .page-id-2 .lp-grid-box-description {
        margin-top: 75px;
    }

    .page-id-2 .lp-grid-box-description h4.lp-h4>a {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 20px;
    }

    .single li.colab-service-li {
        width: 100%;
    }

    .no_image {
        width: 100px;
        height: 100px;
        float: left;
    }

    .title_reviews img {
        display: none;
    }

    .title_reviews {
        font-size: 25px;
        padding-left: 0;
    }

    .designation_reviews {
        font-size: 20px;
        padding-left: 0;
    }

    .pic_reviews.col-sm-2 {
        width: 30% !important;
        float: left;
    }

    .pic_reviews.col-sm-10 {
        width: 70% !important;
        float: left;
    }

    .date_formate img {
        width: 100px;
        margin-top: 12px;
    }

    .date_formate {
        font-size: 20px;
    }

    .colab-listing-desc h3 {
        font-size: 25px;
    }

    .single .colab-listing-top-title-header {
        margin: -95px 10px 0 10px;
        position: relative;
    }

    .colab-title-bar-container {
        display: inline-block;
        text-align: center;
    }

    .single .colab-listing-profile-img {
        max-width: initial;
    }

    .colab-listing-action-btns ul li {
        border-radius: 28px;
        padding: 16px 0;
        width: 30% !important;
        display: inline-block !important;
        justify-content: center;
        align-items: center;
        float: left;
        margin-bottom: 20px;
    }

    .colab-listing-action-btns ul {
        display: inline-block;
    }

    .single .colab-listing-action-btns li {
        margin: 5px !important;
    }

    .single .colab-listing-action-btns li a {
        font-size: 13px;
    }

    .single .colab-listing-action-btns li a img {
        margin-top: -4px;
        width: 20px;
    }

    .blog .lp-blog-grid-box-thumb img {
        height: auto !important;
    }

    .blog h4.lp-h4 a {
        height: auto !important;
    }

    .blog section.aliceblue.lp-blog-for-app-view {
        margin: 0 !important;
        padding-top: 30px !important;
    }

    div#home_slider_list .container {
        padding-right: 0 !important;
        padding: 0 20px !important;
    }

    .footer5-bottom-area.lp-footer-bootom-border a {
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
        display: block;
        margin-top: 20px;
    }

    div.lp-header-search.lp-header-search-sidebar-style .lp-search-form-what input {
        font-size: 20px !important;
    }

    .lp-header-search.lp-header-search-sidebar-style .form-group.lp-location-search .chosen-container.chosen-container-single .chosen-single {
        position: relative;
        z-index: 99999;
    }

    footer .clearfix.col-md-3.col-4 {
        display: none !important;
    }

    .pos-relative header.fixed {
        position: absolute !important;
    }

    .single .colab-claim-your-listing {
        padding: 10px 3rem;
        display: inline-block;
        width: 100%;
    }

    div#extend_desc {
        margin-bottom: 50px;
    }

    .single .lp-listing-slider {
        padding-top: 60px;
        margin-top: -60px;
    }

    .lp-section.lp-section-detail-page.pos-relative.colab-container {
        padding-top: 50px;
    }

    #lp-submit-form .select2.select2-container {
        width: 100% !important;
    }

    div#input-dropdown {
        z-index: 99999999;
    }

    i.cross-search-q.fa.fa-times-circle {
        display: none !important;
    }

    .lp-header-search .lp-banner-sidebar-search.white .lp-search-form-what {
        border-radius: 0 !important;
        border-top: 0 !important;
    }

    .page-id-2 .swiper-wrapper {
        display: block;
        padding-top: 30px;
    }

    div#modal-3 {
        top: 100px !important;
    }

    .md-modal.md-effect-3.md-show#modal-3 .login-form-popup {
        margin: 10px;
        width: calc(100% - 20px);
    }

    .md-modal.md-effect-3.md-show#modal-3 .login-form-popup .siginincontainer {
        padding-bottom: 15px;
    }

    .lp-banner-sidebar-search.white {
        padding: 30px 30px !important;
    }

    .lp-coordinates {
        display: none !important;
    }

    .lp-search-bar div.form-group.lp-location-search {
        border-bottom: 1px solid #212529 !important;
    }

    .lp-banner-sidebar-search .form-group.lp-location-search .chosen-container.chosen-container-single {
        border-color: #212529 !important;
        border-bottom: 1.5px solid;
    }

    .colab-title-bar-container {
        width: 100%;
    }
}

@media screen and (max-width:420px) {
    .col-md-12.lp_auto_loc_container div.lp-header-search-tagline-sidebar-banner {
        font-size: 40px !important;
        padding-right: 0 !important;
        line-height: 50px !important;
        text-align: center;
    }

    div.sidebar-banner-des {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .lp-new-search-title {
        font-size: 40px !important;
        line-height: 40px;
    }

    .lp-header-search-wrap {
        height: 1260px !important;
    }

    .home .lp-header-search .lp-banner-sidebar-search .form-group .lp-search-form-submit {
        font-size: 18px;
    }

    div#heading1 h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .widget img {
        max-width: 200px !important;
    }

    .lp-logo {
        width: 250px;
    }

    div#heading1 h1 br {
        display: none;
    }

    .medspa_sec_bottom_text1 h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .mm-navbar.mm-navbar_size-3 {
        background: #000 !important;
        padding: 10px !important;
    }

    .home div.lp-header-search-sidebar-style {
        bottom: 0px !important;
    }

    div#heading1 {
        margin-top: -50px !important;
    }
.home #searchlocation {
    border: none !important;
}
    
}

@media screen and (max-width:400px) {
    .title_reviews {
        padding-left: 15px;
    }

    .designation_reviews {
        padding-left: 15px;
    }

    .single .colab-title-bar h1 {
        font-size: 30px;
    }

    .single .colab-listing-action-btns li a {
        font-size: 12px;
    }
}

@media screen and (max-width:370px) {
    .vc_btn3-container.btn1.vc_btn3-inline a {
        font-size: 14px;
        margin: 0;
        padding: 10px 20px !important;
    }

    .colab-container {
        padding: 0 0;
    }

    .home div.lp-header-search-sidebar-style {
        bottom: 0px !important;
    }

    li.colab-service-li {
        font-size: 14px;
    }

    .review_tags span {
        font-size: 14px;
        padding: 5px 20px;
    }

    .title_reviews {
        padding-left: 25px;
    }

    .designation_reviews {
        padding-left: 25px;
    }

    .single .colab-title-bar h1 {
        font-size: 20px;
    }

    .single p.lp-listing-name-tagline {
        font-size: 19px;
    }

    .single .lp-logo {
        width: 200px;
    }
}

.search-no-results .text-center.margin-top-80.margin-bottom-100 {
    padding-top: 100px;
}

body.search.search-results .container.page-container-five {
    padding-top: 150px !important;
}

html,
body {
    overflow-x: hidden !important;
}

.lp-logo {
    padding-top: 10px;
}

body:not(.home) .lp-logo img {
    filter: brightness(1) invert(1);
}

.blog .lp-blog-grid-box-thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.blog h4.lp-h4 a {
    height: 50px;
    display: block;
}

.blog section.aliceblue.lp-blog-for-app-view {
    margin: 0;
    padding-top: 100px;
}

span.a2a_svg.a2a_s__default.a2a_s_share2 {
    background: transparent !important;
}

.inner_banner {
    margin-top: 0;
}

.single .lp-listing-features ul li,
.single .lp-listing-features ul li.colab-listing-single-feature {
    background: transparent;
    border: 0;
}

.single .listing-page-sidebar .lp-widget ul,
.single .listing-page-sidebar .lp-widget .lp-listing-price-range,
.single .listing-page-sidebar .lp-listing-additional-details h4,
.single .listing-page-sidebar .lp-listing-timings .lp-today-timing {
    border: 0;
    border-top: none;
}

.single .lp-listing-features.colab-listing-features-container {
    margin-top: 20px;
}

.footer5-bottom-area.lp-footer-bootom-border span.copyrights a {
    border-left: 0;
    color: #fff;
}

header.header-without-topbar.header-normal.pos-relative.lp-header-full-width.abc2.fixed {
    position: relative !important;
}

.not_found_custom {
    text-align: center;
    padding-bottom: 80px;
    text-transform: capitalize;
    font-size: 48px;
    margin-top: 2rem;
    margin-bottom: 0;
    font-family: "Outfit", sans-serif !important;
    font-weight: 600;
    color: #000 !important;
    margin-top: -50px;
}

.lp-custom-lat.clearfix {
    display: block !important;
}

.lp-coordinates {
    display: none;
}

input#inputAddress {
    display: none;
}

form.medspa_filters label {
    padding-left: 10px;
}

@media screen and (min-width:1300px) and (max-width:1600px) {
    .cat_outer_inner a span {
        width: 180px;
        display: block;
        float: left;
        overflow: hidden;
        height: 30px;
    }

    .lp-grid3-category-outer img {
        float: left;
    }

    .page-id-2 .abc.swiper-slide1.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover {
        background: #fff;
    }

    .cat_outer_inner a span {
        width: 170px;
    }
}

.mm-navbar.mm-navbar_size-3 {
    background: #000 !important;
}

.single .view_alllisting_row_btn {
    padding-top: 0;
    font-family: "Outfit", sans-serif !important;
    z-index: -1;
    position: relative;
}

.single div.lp-section-row.container1.view_alllisting_row_btn+.lp-section-row {
    z-index: -1;
    position: relative;
}

.home form.form-inline i.cross-search-q.fa.fa-times-circle {
    display: none !important;
}

/*div#input-dropdown {
    display: none !important;
}*/
.aftab.lp-grid-desc-container.lp-border.clearfix {
    background: #fff;
}

img.loadinerSearch {
    display: none !important;
}

/*.form-group.lp-suggested-search:before{
    display: none !important;
}*/
.absolute_information h6 {
    display: none !important;
}

ul.widget-social-icons.colab-listing-contact-info {}

.search.search-results .lp-blog-grid-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.show-img img {
    height: 200px;
    object-fit: cover;
}

@media screen and (max-width:900px) {
    .home .lp-grid-style3-outer .lp-grid-box-description h4 {
        margin-top: 75px;
    }

    .page-id-26843 .container.page-id-2.home .col-sm-9 {
        width: 60% !important;
    }

    .page-id-26843 .abc.swiper-slide1.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1 {
        width: 97%;
    }

    .page-id-26843 .container.page-id-2.home .col-sm-3 {
        width: 40% !important;
    }
}

@media screen and (max-width:700px) {
    .home .lp-grid-style3-outer .lp-grid-box-description h4 {
        margin-top: 75px;
    }

    .page-id-26843 .container.page-id-2.home .col-sm-9 {
        width: 100% !important;
    }

    .page-id-26843 .abc.swiper-slide1.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1 {
        width: 97%;
    }

    .page-id-26843 .container.page-id-2.home .col-sm-3 {
        width: 100% !important;
    }
}

p.proximity {
    display: none;
}

.page-heading .page-heading-inner-container h1 span {
    text-transform: initial;
}

.cat_outer_inner img,
.cat_count {
    display: none;
}

p.sub_title {
    padding-right: 15px;
}

.lp-grid-style3-outer .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .lp-grid-style3-outer .lp-grid-box-description h4 {
    margin-top: 10px;
}

.home .absolute_information {
    position: relative !important;
    bottom: auto !important;
    padding-left: 0 !important;
}

.home .lp-grid-style3-outer .lp-grid-box-description h4 {
    margin-bottom: 0 !important;
}

.home .lp-grid3-category-outer {
    position: relative !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.home p.sub_title {
    margin-top: 15px;
}

.home .abc.swiper-slide.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1 .lp-grid3-category-outer {
    bottom: 0 !important;
}

.home .abc.swiper-slide.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1 .lp-grid-box-description {
    margin-top: -35px !important;
}

.lp-grid3-category-outer.description-container+ul {
    display: none;
}

.single .absolute_information {
    position: relative !important;
    bottom: auto !important;
    padding-left: 0 !important;
}

.single .lp-grid-style3-outer .lp-grid-box-description h4 {
    margin-bottom: 0 !important;
}

.single .lp-grid3-category-outer {
    position: relative !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.single p.sub_title {
    margin-top: 15px;
}

.single .abc.swiper-slide.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1 .lp-grid3-category-outer {
    bottom: 0 !important;
}

.single .abc.swiper-slide.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1 .lp-grid-box-description {
    margin-top: -35px !important;
}

body.archive.tax-listing-category .lp-grid3-category-outer.asd {
    display: none;
}

.page-template-custom_search_template .lp-grid3-category-outer.asd {
    display: none !important;
}

.page-id-2.home .abc.swiper-slide1.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1 p.sub_title {
    opacity: 1;
}

.home .lp-grid-style3-outer .lp-grid-box-description h4 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.page-template-custom_search_template p.sub_title.d span {
    font-size: 15px !important;
    line-height: 21px;
}

.page-template-custom_search_template .abc.swiper-slide1.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .lp-grid-box-description {
    margin-top: -65px;
}

footer.footer-style4 .clearfix.col-md-3.col-5 .widget p+p+p {
    display: none;
}

footer.footer-style4 .clearfix.col-md-3.col-5 .widget h2+p {
    display: none;
}

.page-id-43 h3.lp-border-bottom.padding-bottom-20.margin-bottom-20,
.page-id-43 .address-box.mr-bottom-30 p {
    display: none;
}

.form-group.lp-suggested-search>.input-group-addon.lp-border {
    display: none;
}

div.lp-header-search.lp-header-search-sidebar-style .lp-search-form-what input {
    padding-left: 0px !important;
}

.pagination a.arrow_right {
    display: inline-block !important;
}

.pagination a:nth-last-child(2) {
    display: none;
}

.pagination span.dots {
    padding-right: 10px;
}

div#home_slider_list .swiper-button-prev {
    position: absolute;
    display: block;
    top: auto;
    bottom: -12px;
    left: 40%;
}

div#home_slider_list .swiper-button-next {
    position: absolute;
    display: block;
    top: auto;
    right: 40%;
    bottom: -12px;
}

div#home_slider_list .swiper-button-next:after,
div#home_slider_list .swiper-button-prev:after {
    display: none;
}

.home .swiper-slide {
    margin-bottom: 50px;
}

.col-sm-3 .sidemap-container.pull-right.sidemap-fixed {
    display: none;
}

.archive.tax-listing-category .pagination a {
    float: none;
}

.archive.tax-listing-category .pagination {
    text-align: center;
    width: 100%;
}

span.current {
    float: none;
}

.single .view_alllisting_row_btn {
    z-index: 99;
}

.single div.lp-section-row.container1.view_alllisting_row_btn+.lp-section-row {
    z-index: 99;
}

.single .lp-grid-box-description h4.lp-h4>a {
    margin-top: 20px;
}

.single p.sub_title.c {
    opacity: 1;
}

.single .colab-listing-action-btns ul li:last-child {
    /* margin-left: -15px !important; */
}

.single .colab-listing-profile-img img {
    object-fit: cover;
    width: auto;
    height: 100%;
}

.single .colab-listing-profile-img {
    height: 150px;
}

.lp-grid3-category-outer.abc {
    display: none;
}

.lp-header-search .lp-banner-sidebar-search .lp-header-search-form form #cities {
    background: transparent !important;
    font-family: "Outfit", sans-serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #212529 !important;
}

li.lp-widget-social-links.colab-listing-contact a {
    background: #f2ebe3;
    width: 50px;
    height: 50px !important;
    text-align: center;
    border-radius: 50%;
    padding-top: 8px;
    float: left;
}

li.lp-widget-social-links.colab-listing-contact a i.fa.fa-youtube-square {
    background: #f2ebe3;
    border: 0;
    margin-top: 6px;
}

div#extend_desc {
    margin-bottom: 30px;
}

li.lp-widget-social-links.colab-listing-contact a i.fa.fa-twitter-square {
    margin-top: 6px;
}

li.lp-widget-social-links.colab-listing-contact a i.fa-brands.fa-linkedin {
    margin-top: 6px;
}

.single .colab-claim-your-listing {
    /* display: none; */
}

.row.hiddenlatlong {
    display: none;
}

.abo-yt-embed iframe {
    width: 100%;
    margin: 30px 0 0 0;
    border: 0;
    width: 100%;
    max-width: 100% !important;
    border-radius: 10px !important;
    border: 1px solid #595959;
}

form#lp-submit-form .lp-form-builder-field.lp-form-builder-field-no {
    display: block !important;
}

form#lp-submit-form .lp-form-builder-field .col-md-6.col-sm-6.col-xs-12.form-group {
    width: 100%;
    padding: 0;
}

.lp-banner-sidebar-search .lp-search-bar .select2-container .select2-selection--single {
    background: transparent !important;
}

.lp-banner-sidebar-search .lp-search-bar .select2-container .select2-selection--single .select2-selection__rendered {
    font-family: "Outfit", sans-serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #212529 !important;
}

.lp-banner-sidebar-search .lp-search-bar .select2-container .select2-selection--single {
    padding-left: 60px;
}

.searchloading {
    top: 31px !important;
}

body.single {
    background: #fff !important;
    border: 0 !important;
    color: #444 !important;
    font-family: Quicksand;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.single .view_alllisting_row_btn {
    display: none !important;
}

.abc.swiper-slide1.lp-grid-box-contianer.grid_view2.card1.grid_view_s3.lp-grid-box-contianer1:hover .lp-grid-box-description {
    margin-top: -65px;
}

.home p.sub_title {
    font-size: 15px !important;
    line-height: 21px !important;
}

.lp-search-bar-full {
    position: static;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    bottom: 20% !IMPORTANT;
}

.home #searchlocation {
    background: transparent;
    box-shadow: none !important;
    border-bottom: 2px solid #000 !important;
    color: #000 !important;
}
select#searchlocation {
    font-family: "Outfit", sans-serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #212529 !important;
    padding-left: 88px !important;
    padding-top: 4px;
}

.home #searchlocation option {
    border-bottom: 1px solid #f9f9f9;
    color: #484848;
    cursor: pointer;
    float: left;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 15px;
    text-decoration: none;
    width: 100%;
    color: #7f7f7f;
    border-bottom: solid 1px #ececec !important;
}

.home #searchlocation option:hover {
    background-color: #333 !important;
    color: #fff !important;
    border-bottom: 1px solid #333 !important;
}
div#input-dropdown {overflow-y: scroll;}
.grid_view2 .lp-grid-box-description .lp-grid-box-right {
    display: none;
}
.single li.colab-service-li img {
    display: initial !IMPORTANT;
    /* margin: auto; */
}

.single li.colab-service-li {
    padding: 0 15px;
}

.single li.colab-service-li {
}
.select2-container--default .select2-results>.select2-results__options li:nth-child(1) {
    display: none !important;
}
#cover-photo-wrapper {
  position: relative;
  overflow: hidden;
  height: 400px; /* or whatever fits your layout */
}

#cover-photo {
  background-size: cover;
  width: 100%;
  height: 100%;
  cursor: grab;
  transition: background-position 0.3s ease;
}

.cover-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  margin-left: 5px;
  padding: 8px 14px;
  background: #000000a3;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  z-index: 5;
}

.cover-btn:hover {
  background: #111;
}

#save-position-btn {
    right: 110px;
}
.meta-content-area h2 span {
    color: #212529 !important;
    font-size: 64px;
    font-weight: 500;
    margin-top: 0;
    font-family: "Outfit", sans-serif !important;
    line-height: 100px;
    margin-bottom: 30px;
    line-height: 74px;
}

.meta-content-area  .desc {
    color: #212529;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Outfit", sans-serif !important;
}

.meta-content-area {
    padding: 80px 0;
}
.list-slider .loop .main .title h3 {
    color: #242429;
    line-height: 32px;
    font-family: "Outfit", sans-serif !important;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    margin-top: 15px;
    display: inline-block;
    font-size: 24px;
}
footer .widget-title p {
    font-size: 25px !important;
    font-weight: 600 !important;
    line-height: 25.6px !important;
    margin-bottom: 35px !important;
}
.medspa_filters  .field-wrapper h2 {
    margin-top: -4px;
    margin-bottom: 9px;
    text-transform: capitalize;
    color: #242429;
    font-weight: 600 !important;
    font-family: "Outfit", sans-serif !important;
}
.lp-grid-box-description h3.lp-h4>a {
    color: #242429;
    line-height: 32px;
    font-family: "Outfit", sans-serif !important;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    margin-top: 15px;
    display: inline-block;
}
ul.categ-region-listong li:before {
    display: none;
}

ul.categ-region-listong li {
    max-width: 20%;
    flex: 0 0 20%;
    padding: 15px;
}

ul.categ-region-listong {
    display: flex;
    flex-wrap: wrap;
    margin: 25px auto;
}

ul.categ-region-listong li .pic {
    width: 100%;
    height: 381px;
}

ul.categ-region-listong li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

ul.categ-region-listong li p {
    color: #212529;
    font-size: 22px;
    font-weight: 300;
    font-family: "Outfit", sans-serif !important;
}
.sitemap-section {
    padding: 80px 0;
}

.sitemap-section .headline h2 {
    text-align: center;
    color: #212529 !important;
    font-size: 64px;
    font-weight: 500;
    margin-top: 0;
    font-family: "Outfit", sans-serif !important;
    line-height: 100px;
    margin-bottom: 30px;
    line-height: 74px;
}

.sitemap-section  h3 {
    font-size: 40px;
    margin: 50px auto 0;
    min-height: 100px;
    display: flex;
    align-items: center;
}   
.sitemap-section ul li a {
    color: #1BCA8F;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: underline;
    color: #7f7f7f;
    transition: .5s;
}
.addtoany_shortcode {
    display: block !important;
    width: 100%;
}
.sitemap-section ul li:hover a {
    color: #1BCA8F;
}
.page-heading-inner-container p span {
    font-size: 40px;
    line-height: 50px;
    color: #fff !important;
}