body.popup-active{overflow:hidden}
.full-widht {
    height: 175px;
    background: -webkit-linear-gradient(45.22deg, #ae5e45 0%, #FFD65A 100%) !important;
}
.service-detail-containe{
    top: -80px;
}
.service-detail-containe .service_column{
    background-color: #fff;
}
.post-gallery a.swipebox.displaynone {
    display: none;
}
.post-gallery a.swipebox.disableimg {
    opacity: 0.5;
    pointer-events: none;
}

span#location-text {
    text-transform: capitalize;
}


.section-services .custom-select {
	height: inherit;
	padding: 0 20px;
	line-height: inherit;
	font-size: 14px;
	font-weight: bold;
	border-radius: 27px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
}

.select-club-services {
	--max-scroll: 8;
	position: relative;
}
.service-listing .select-club-services  {
    display: inline-block;
}
.select-club-services select {
    display: none!important;
}
.select-club-services > span:before {
	margin-right: 4px;
	-webkit-transform: scale(0.96, 0.8) rotate(50deg);
	transform: scale(0.96, 0.8) rotate(50deg);
}
.select-club-services > span:after {
	-webkit-transform: scale(0.96, 0.8) rotate(-50deg);
	transform: scale(0.96, 0.8) rotate(-50deg);
}
.select-club-services ul {
	margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    max-height: calc(var(--max-scroll) * 42px);
    top: 42px;
    left: 0;
    z-index: 1;
    right: 0;
    border-radius: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #FFFFFF;
    border: 1px solid rgba(20, 146, 230, 0.05);
    box-shadow: 0px 4px 15px rgb(20 146 230 / 10%);
    text-align: left;
    padding: 8px 10px;
}
.select-club-services ul li {
	opacity: 0;
	-webkit-transform: translate(6px, 0);
	transform: translate(6px, 0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.select-club-services ul li a {
	cursor: pointer;
    display: block;
    padding: 4px 0px;
    color: #525252;
    text-decoration: none;
    outline: none;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 15px;
    font-weight: 500;
}
.select-club-services ul li a:hover{
    transition: all .3s ease;
    color: #ae5e45;
}
.select-club-services ul li.active a {
   color: #ae5e45;
}

.select-club-services.open > span {
	border-color: #DDDDDD;
}
.select-club-services.open ul {
	opacity: 1;
	visibility: visible;
}
.select-club-services.open ul li {
	opacity: 1;
}

.select2-dropdown{
    border: none;

    box-shadow: 0px 2px 5px 0px rgb(155 155 155 / 50%);
    border-radius: 5px!important;
}
.select2-search--dropdown {
    padding: 10px;
}
.select2-search--dropdown .select2-search__field {
    padding: 10px 5px;
    border-radius: 5px;
}
.select2-results__option {
    padding: 8px 17px;
}
.select2-container--default .select2-results>.select2-results__options{
    padding-bottom: 15px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ae5e45;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track
{

  border-radius: 3px;
  background-color: #f1f1f1
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar
{
  width: 8px;
  background-color: #f1f1f1
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb
{
  border-radius: 3px;

  background-color: #c1c1c1;
}

.cover-wrapper tr td.sorting_1 {
    border-top: none;
    padding: 8px 0;
}
.cover-wrapper table.dataTable {
    border: none;
    padding: 10px 0;
    border-bottom: none!important
}
.cover-wrapper .dataTables_filter , .cover-wrapper .dataTables_length , .cover-wrapper .dataTables_info {
    display: none;
}
.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-listing .listing-count {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
}
.service-listing .reviews-outer-wrapper label {
    color: #8E8E8E;
    margin-right: 5px;
    font-weight: 700;
}

.cover-wrapper .service_column .row_service .col_2{
    align-self: stretch;
}
.cover-wrapper .service_column .row_service .col_2 img{
    height: 200px;
    border-radius: 9px;
    object-fit: cover;
    object-position: center;
}
.button_service_wrapper .btn_outline i {
    margin-right: 5px;
}
.cover-wrapper .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
}
.cover-wrapper .paginate_button.previous ,   .cover-wrapper .paginate_button.next{
    font-size: 0;
    width: 39px;
}
.cover-wrapper .paginate_button.previous:before {
    content: "";
    position: absolute;
    font-size: 21px;
    left: -15px;
    top: 3px;
    background-image: url(../../assets/images/left-arrow.png);
    width: 16px;
    background-size: cover;
    height: 12px;
    top: 8px;
    bottom: 8px;
}
  
  .cover-wrapper .paginate_button.next:after {
    content: "";
    position: absolute;
    font-size: 21px;
    background-image: url(../../assets/images/right-arrow.png);
    top: 3px;
    width: 16px;
    background-size: cover;
    height: 12px;
    top: 8px;
    bottom: 8px;
    left: 0;
}
  .cover-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current , 
  .cover-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    width: 28px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    border-radius: 50%;
    background: #ae5e4b!important;
    font-weight: 600;
    opacity: 1;
    border: transparent !important;
    color: #ffffff!important
}
.cover-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #ae5e4b;
    border-color: #ae5e4b;
    color: #fff!important;
    font-weight: 600;
}
.cover-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button {
    position: relative;
    border: 1px solid transparent;
    padding: 0;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
}
.align-items-start {
        align-items: flex-start;
    }

    .client_review_wrapper {
        padding-left: 25px !important;
    }

    .reviews_wrap .small {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .language_wrap {
        justify-content: end;
    }

    .service-detail-containe .service_column {
        background-color: #fff;
        box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
        border-radius: 15px;
        padding: 22px 15px;
        margin:0
    }

    .view-map-btn {
        text-decoration: underline;
        margin-left: 10px;
        font-weight: 600;
        color: #1492E6;
    }

    .service-location {
        margin-bottom: 20px !important;
    }

    .image_client {
        height: 157px !important;
        display: block;
        border: unset !important;
    }

    .service-name {
        font-size: 16px !important;
        color: #333333 !important;
        font-weight: 600 !important;
        margin-bottom: 8px !important;
    }

    .service_info h6 {
        font-size: 30px;
        color: #333333;
        font-weight: 700;
        margin-bottom: 27px;
    }

    .image_client img {
        border: 1px solid #F3F3F3;
        border-radius: 9px;
        width: 100%;
        height: 153px;
    }

    .background-gradient-wrapper {
        background-image: linear-gradient(42.5deg,#ae5e45 0%,#f9d380 100%);
        height: 198px;
    }

    .client-reviews-wrapper .row {
        padding-bottom: 30px;
        border-bottom: 1px solid #ddd;
        padding-top: 50px;
    }
    tr:last-child .client-reviews-wrapper .row {
        border-bottom: none;
    }
    table#reviewsrate.dataTable.no-footer {
        border-bottom: 1px solid #ddd;
    }
    .client-name {
        color: #ae5e45;
        font-weight: bold;
        font-style: italic;
        margin-top: 9px;
        display: inline-block;
        font-size: 15px;
    }

    .client-review-content p {
        font-size: 18px;
        color: #8E8E8E;
        font-style: italic;
    }

    .client-profile-section::before {
        content: "";
        height: 150%;
        width: 1px;
        position: absolute;
        top: 0;
        background-color: #ddd;
        right: -12px;
    }

    .about-edit-wrapper {
        margin-bottom: 12px;
    }

    .reviews-dropdown-wrapper label {
        margin-right: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #333;
    }

    .d-flex {
        display: flex;
    }

    .client-thought-content {
        font-size: 15px;
        font-weight: bold;
        color: #333333;
        margin-top: 6px;
    }

    .clinet-rating-section i {
        margin-right: 4px;
    }

    .profile-img-wrapper {
        margin-right: 10px;
    }

    .profile-img-wrapper img {
        border-radius: 50%;
        height: 40px;
        object-fit: cover;
        width: 40px;
    }

    .client-profile-section {
        display: flex;
        align-items: flex-start;
        position: relative;
    }

    .blank-star-color {
        color: #EEEEEE;
    }

    .star-fill-color {
        color: #FFCE00;
    }

    .total-reviews {
        font-size: 15px;
        font-weight: 500;
        padding-top: 17px;
    }

    .reviews-count-section::before {
        content: "";
        height: 100%;
        width: 1px;
        background-color: #ddd;
        top: 0;
        position: absolute;
        right: -30px;
    }

    .rating-num- {
        font-size: 35px;
        font-weight: bold;
        color: #36AB0D;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
        display: inline-block;
        padding-top: 5px;
    }

    span.rating-outoff {
        font-size: 20px;
        font-weight: 500;
        color: #8E8E8E;
    }

    .reviews-count-section {
        background: rgba(54, 171, 13, 0.05);
        border-radius: 15px;
        text-align: center;
        padding: 15px 10px;
        position: relative;
    }

    .star-rating-section i {
        color: #FFCE00;
    }

    .client-profile-deatail p {
        font-size: 14px;
        color: #8E8E8E;
        font-weight: 600;
        margin-bottom: 6px;
        line-height: normal;
    }

    /* =================== */
    .reviews-wrapper .select {
        position: relative;
        min-width: 150px;
        max-width: 225px;
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
        border-radius: 7px;
    }

    .reviews-wrapper .select .selectBtn {
        background: var(--bg1);
        padding: 10px;
        box-sizing: border-box;
        border-radius: 3px;
        width: 100%;
        cursor: pointer;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 14px;
        font-weight: 600;
        color: #333333;
    }

    .reviews-wrapper .select .selectBtn:after {
        content: "";
        position: absolute;
        top: 45%;
        right: 15px;
        width: 6px;
        height: 6px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        border-right: 2px solid #666;
        border-bottom: 2px solid #666;
        transition: 0.2s ease;
    }

    .reviews-wrapper .select .selectBtn.toggle {
        border-radius: 3px 3px 0 0;
    }

    .reviews-wrapper .select .selectBtn.toggle:after {
        -webkit-transform: translateY(-50%) rotate(-135deg);
        transform: translateY(-50%) rotate(-135deg);
    }

    .reviews-wrapper .select .selectDropdown {
        position: absolute;
        top: 100%;
        width: 100%;
        border-radius: 0 0 3px 3px;
        overflow: hidden;
        background: var(--bg1);
        border-top: 1px solid #eee;
        z-index: 1;
        background: #fff;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: top center;
        transform-origin: top center;
        visibility: hidden;
        transition: 0.2s ease;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }

    .reviews-wrapper .select .selectDropdown .option {
        padding: 10px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .reviews-wrapper .select .selectDropdown .option:hover {
        background: #f8f8f8;
    }

    .reviews-wrapper .select .selectDropdown.toggle {
        visibility: visible;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    /* =================== */

    .align-items-center {
        align-items: center;
    }

    .reviews-dropdown-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 19px;
    }

    .reviews-wrapper {
        padding-bottom: 50px;
        border-bottom: solid 1px #eee;
    }

    .reviews-main-heading {
        font-size: 24px;
        font-weight: bold;
        color: #333333;
    }

    .award-logo {
        display: flex;
        align-items: flex-start;
        margin-top: 21px;
    }

    .services-list-section ul li span i {
        font-size: 11px;
        margin-right: 6px;
        color: #36AB0D;
    }

    .services-list-section ul li {
        display: flex;
    }

    .award-section {
        padding: 40px 0;
        border-bottom: 1px solid #ddd;
    }
    .award-section br{
      display: none;
    }
    .award-heading {
        font-size: 24px;
        color: #333333;
        font-weight: bold;
    }

    .services-list-section ul {
        font-size: 15px;
        color: #333333;
        font-weight: 500;
        text-align: left;
    }

    .star-rating-count-list-section ul li {
        margin-bottom: 5px;
    }

    .total-person-fill-count {
        font-size: 15px;
        margin-left: 10px;
        font-weight: 700;
        color: #333333;
    }

    .fill-star-count {
        font-size: 15px;
        font-weight: 600;
        color: #333;
        margin-right: 10px;
    }

    .services-list-heading {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 12px;
    }

    .service-des-wrapper {
        position: relative;
    }

    .service-des-wrapper .et_pb_text_inner p strong {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
    }

    .service-des-wrapper .et-l.et-l--post .et_builder_inner_content.et_pb_gutters3 .et_pb_section.et_pb_section_1.et_section_regular .et_pb_row.et_pb_row_1 {
        width: 100% !important;
        padding: 0px !important;
    }

    .service-des-wrapper .et_pb_text_inner p {



        font-size: 15px;
        color: #8E8E8E;
        font-weight: 500;
    }

    .about-heading-wrapper {
        font-size: 24px;
        color: #333333;
        font-weight: bold;
    }

    .service-des-wrapper .et-l.et-l--post .et_builder_inner_content.et_pb_gutters3 .et_pb_section.et_pb_section_1.et_section_regular {
        padding-top: 0px !important;
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px !important;
    }

    .services-list-section {
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #ddd;
    }

    .justify-content-between {
        justify-content: space-between;
    }

    /* .service-des-wrapper::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 1px;
        background-color: #ddd;
        left: -60px;
    } */

    .hours-of-operation-wrapper ul li {
        font-size: 16px;
        color: #333;
        font-weight: 500;
        display: flex;
        width: 100%;
        margin-bottom: 7px;
        gap: 12px;
    }
    .day-name-wrapper > div:first-child {
    flex-basis: 34%;
    }

    span.timing-wrapper {
        font-size: 16px;
        color: #333333;
        font-weight: 600;
        display: flex;
        width: 100%;
    }

    .videos-wrapper .col-md-4 {
        padding: 0 5px !important;
    }

    .hours-of-operation-wrapper {
        margin-top: 40px;
    }

    .hours-of-operation-heading {
        font-size: 24px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 16px;
    }

    .videos-heading {
        margin-top: 45px;
        font-size: 24px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 18px;
    }

    .post-gallery a.swipebox.displaynone {
        display: none !important;
    }

    div#et-boc header {
        z-index: 999;
    }

    .main-content-wrapper {
        margin-top: 47px;
    }

    .img-heading-wrapper {
        font-size: 24px;
        color: #333333;
        font-weight: bold;
    }

    .img-edit-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px;
    }

    .custom-edit-btn {
        background: #FFFFFF;
        border: 1px solid #ae5e45;
        border-radius: 7px;
        font-size: 13px;
        color: #ae5e45;
        padding: 11px 10px;
        font-weight: 600;
        line-height: normal;
        display: block;
        width: max-content;
    }

    .post-gallery a img {
        border-radius: 4px;
        height: 100%;
        width: 145px;
    }

    .videos-wrapper video {
        border-radius: 4px;
    }

    .swipebox {
        margin-right: 10px;
        margin-bottom: 15px;
        width: 28%;
        display: inline-block !important;
        height: 128px;
    }

    a.swipebox.disableimg {
        position: relative;
    }

    span.showall-img {
        position: absolute;
        height: 128px;
        width: 100%;
        border-radius: 4px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: rgba(77, 77, 77, 0.85);
        color: #fff;
        font-size: 42px;
        font-weight: 600;
        left: 0;
        top: 0;
    }
    .main-content-wrapper {
        position: relative;
    }
    .main-content-wrapper::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 1px;
        background-color: #ddd;
        left:45%
    }

    @media screen and (max-width:1024px) {
        #rate-now-btn {
            margin: 15px auto 0 auto;
        }

        .client-profile-section::before {
            display: none;
        }

        .client-review-content {
            margin-top: 20px;
        }
    }

    @media screen and (max-width:992px) {
        .reviews-count-section::before {
            display: none;
        }

        .client_review_wrapper {
            display: block;
            padding-left: 0px !important;
        }

        .total_rating_wrap {
            display: block;
            margin-top: 20px;
        }

        .reviews_wrap {
            border-left: 0px solid #ddd;
            padding-left: 0px;
            margin-top: 6px;
        }

        .reviews-count-section {
            margin-bottom: 20px;
        }

        .swipebox {
            width: 45%;
        }

        .hours-of-operation-wrapper ul li {
            width: 100%;
            gap: 23px;
            font-size: 15px;

        }
        .day-name-wrapper > div:first-child {
            flex-basis: 40%;
        }
        span.timing-wrapper {
           font-size: 15px;
        }

        .service_info h6 {
            font-size: 26px;
            margin-bottom: 18px;
        }

        .total_rating_wrap .rating_data h1 {
            font-size: 30px;
        }
        .award-logo {
            display: inline-flex;
            /* overflow-x: scroll; */
        }
        .reviews-main-heading {
        font-size: 21px;
        }
    }

    @media screen and (max-width:767px) {
        .image_client img {
            height: 100%;
            width: 100%;
        }

        .service_info {
            margin-top: 22px;
        }

        .client_review_wrapper .language_wrap {
            justify-content: flex-start;
            margin-bottom: 10px;
        }

        .swipebox {
            width: 20%;
        }

        .hours-of-operation-wrapper {
            margin-top: 40px;
        }

        .about-edit-wrapper {
            margin-top: 30px;
        }

        .services-list-section {
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .award-section {
            padding-top: 30px;
            padding-bottom: 30px;
            overflow: scroll;
        }

        .rating-num- {
            font-size: 26px;
        }

        span.rating-outoff {
            font-size: 16px;
        }
        .day-name-wrapper > div:first-child {
            flex-basis: 43%;
        }
        .hours-of-operation-wrapper ul li {
         gap: 24px;
        }
        .main-content-wrapper::before {
            display: none;
        }
    }

    @media screen and (max-width:576px) {
        .background-gradient-wrapper {
            height: 140px;
        }

        .client_review_wrapper .language_wrap {
            margin-top: 10px;
        }

        .swipebox {
            width: 46%;
        }

        .post-gallery a img {
            height: 100%;
            width: 100%;
        }

        .service-location {
            margin-bottom: 12px !important;
        }

        .total_rating_wrap {
            margin-top: 10px;
        }

        .img-heading-wrapper,
        .videos-heading,
        .hours-of-operation-heading,
        .about-heading-wrapper,
        .services-list-heading,
        .award-heading,
        .reviews-main-heading {
            font-size: 20px;
        }

        
        .custom-edit-btn {
            padding: 8px 15px;
        }

        .about-edit-wrapper {
            margin-bottom: 0px;
        }

        .total-person-fill-count,
        .fill-star-count {
            font-size: 17px;
        }

        .star-rating-count-list-section ul li i {
            font-size: 18px;
        }

        .reviews-count-row {
            
            text-align: center;
        }
        
    }
@media(max-width:567px){
    .flex-container {
        display: block;
    }
    .service-listing .listing-count {
        margin-bottom: 18px;
    }
}
.dataTables_paginate span{
display: flex !important;
gap: 15px;
}
