 
.chatModalPWA {
    width: 100%;
    overflow: auto;
    position: fixed!important;
    left: auto;
    right: 30px;
    top: auto;
    transform: translate(0%, 0%);
    background: transparent;
    min-height: 360px;
    max-width: 500px;
    height: 640px;
    max-height: 90%;
    bottom: -40px;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 100;
    border: 0px;
}
 
.dir-chat-close {
    position: absolute; 
    display: block;
    width: 40px;
    height: 40px;
    text-align: center; 
    font-weight: bold;
    font-size: 28px;
    color: #fff;   
    z-index: 999;
    visibility:hidden
}
a.dir-chat-bg-close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

@media (max-width:640px) {
    .chatModalPWA { 
        left: 50%;
        right: auto;
        top: auto;
        transform: translate(-50%, 0%); 
    }
    .services #selectform .hyper-sent-btn { 
        float: none;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        margin-bottom: 10px;
    }
}
.services .service-breadcrumb.container {
    margin-bottom: 10px;
}

.services .container,.services-header {
    max-width: 90%;
    margin: 0px auto;
    float: none;
    display: flow-root;
}

.services .service-breadcrumb .breadcrumb {
    margin: 0
}

.services .service-breadcrumb h1 {
    margin-top: -10px;
    text-transform: capitalize
}
.ios .services .service-breadcrumb h1, 
.android .services .service-breadcrumb h1{
    margin-top: 20px;
}


 

.services .item-list { 
    overflow: hidden;
    margin: 0 -14px;
    padding: 0px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-flow: wrap row;
}

.services .item-list li{  
    cursor: pointer;
    border-radius:10px;
    position: relative;
    width: calc(33.33% - 28px);
    margin: 0px 14px 26px 14px;
    box-sizing: border-box;
    display: inline-block;
    background: transparent !important;
    overflow: hidden;
}
 
.services .item-list li img{
    width: 100%;
    border-radius:0px;
    background-size: cover; 
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
}
.services span.list-name {
    padding: 10px 0;
    display: block;
}
.services .item-list li .cat-heading-text { 
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    margin-top: 15px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    font-weight: bold;
    text-transform: capitalize;
}
.services ul.item-list.swiper-wrapper,
.services ul.item-list.swiper-wrapper li{margin: 0px; padding: 0;
} 
.services ul.item-list.swiper-wrapper{
    padding-bottom: 10px !important;
}
.services .service-cat-swiper{padding: 0 0px; box-sizing: border-box}


.title-heading {
    margin-bottom: 14px;
}

.services .item-list .hover-div .rating-icon {display: none !important;} 
.services .item-list .hover-div .hyper-addons {
    visibility: hidden;
} 
.services .item-list .hover-div .hyper-addons {
    height: 100%;
    position: absolute !important;
    top: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    right: -45px;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    display: flex;
    flex-direction: column;
    width: 48px;
    z-index: 10;
}
.services .item-list .hover-div .hyper-addons a {
    margin: 0 5px;
    font-size: 16px;
    padding: 0px 0 0;
    line-height: 32px;
    display: block;
    float: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services .item-list li:hover .hover-div .hyper-addons {
    visibility: visible;
    right: 0;
}
.services .overlay {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 9;
    opacity: 0.4;
    border-radius: 10px;
    visibility: hidden;
    top: 0;
}
.services .item-list li:hover .hover-div, 
.services .item-list li:hover .overlay {
    visibility: visible;

}
.services .item-list .hover-div .hyper-addons::after {
    position: absolute;
    content: "";
    border-right: 10px solid #1e94a9;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -10px;
    bottom: 10px;
}
.services .hyper-catNamebox {
    bottom: 0;
    left: 0;
    padding: 12px 10px;
    max-width: 100%;
    position: absolute;
    text-align: left;
    z-index: 5;
    width: 100%;
    box-sizing: border-box;
 } 
 .services .hover-div .rating-icon {
    display: none!important;
}
.services .detail_banner {
    position: relative;
    float: left;
    width: 100%;
}
.services .detail_banner img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}

.review-details {
    position: absolute; 
    width: 40%;
    height: auto;
    z-index: 9; 
    bottom: 0;
    padding:20px;
    text-align: left;
    cursor: default;
} 
.services .review-details .location-div {
    float: left;
    width: auto;
    padding: 10px 0;
    cursor: pointer;
} 
.services .review-details .location-details h2 {
    margin: 8px 0 0px;
    font-size: 24px;
}
.services .review-details .location-details .location-div span {
    border: none;
    background: transparent !important;
    padding-left: 15px;
    cursor: pointer;
    width: auto;
}
.services .review-details small,
.services .review-details .review-icons .head_rating i,
.services .review-details .hyper-catNamebox .icon-location-2
{
    cursor: pointer;
}
.services .detail_banner {
    position: relative;
    float: left;
    width: 100%;
}
.services .detail_banner img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}


.services .service-list {
    display: flex;
    flex-flow: wrap row;
    list-style: none;
    margin: 0 -10px;
    margin-bottom: 30px;
}

.services .service-list li {
    position: relative;
    border-radius: 8px;
    padding: 12px;
    box-sizing: border-box;
    width: calc(25% - 20px);
    margin: 10px;
    display: flex; 
}

.services .service-list li i, .services .service-list li img {
    position: absolute;
    /* border: 1px solid; */
    font-size: 20px;
    width: 44px;
    height: 44px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%; 
}

.services .service-list li img {
    padding: 0;
}

.services .service-list li h5 {
    padding-left: 56px;
    font-size: 1.1em;
    margin: 0;
    line-height: 1.2em;
    cursor: pointer;
    word-break: break-word;
}

.services .service-list li h5[data-type="url"] small {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical;
}

.services .service-list.hide-url li h5[data-type="url"] small {
    display: none !important;
}

.services .btn {
    padding: 15px 40px;
    border: 0px;
    position: relative;
}

 

.services-fixed {
    position: fixed;
    right: 0;
    z-index: 99;
    width: 50px;
    top: 140px; 
}


.services-fixed  a {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: 20px;
    height: 40px;
    overflow: visible;
    padding:0;
    margin: 3px 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}

.services-fixed  a::before {
    line-height: 40px;
}

.services-fixed a .hover-title, 
.hover-title {
    position: absolute;
    right: 100%;
    color: #2b2b2b;
    white-space: nowrap;
    padding: 4px 10px;
    background: #ececec;
    margin: 0 15px 0 0;
    font-weight: normal;
    font-size: 14px;
    display: none;
    top: 5px;
    line-height: 19px;
}

.services-fixed a:hover .hover-title, 
.icon-div:hover .hover-title {
    display: block;
}
.services-fixed a .hover-title::before,
.hover-title::before {
    content: "";
    position: absolute;
    border-top: 14px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 14px solid #ececec;
    right: -14px;
    top: 0px;
}
.services div#googleMap {
    height: 300px;
    width: 100%;
}
#js-container{
    position: relative;
    width: 300px;
    height: 300px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    box-sizing: border-box;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.services .img-style {
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    width:100%;
    float:left;
}
.services .img-style2{
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-size:contain !important;
    width:100%;
    float:left;
}
.services .couponPageContainer {
    overflow: hidden;
    padding: 0;
}
.services .couponPageContainer .front,
.couponPageContainer .back-screen {
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    top:0;
    left:0;
}

.services .couponPageContainer .front {
    z-index:2;
    transform:rotateY(0deg);
    -webkit-transform:rotateY(0deg);
    padding: 15px 15px 5px 15px;
    border-radius: 15px;
    position:relative;
}
.services .couponPageContainer .couponPageContainerInside .flipperCoupon{
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
.services .couponPageContainer .couponPageContainerInside.hover .flipperCoupon{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.services .couponPageContainer .couponPageContainerInside .front {
    z-index:2;
    transform:rotateY(0deg);
    -webkit-transform:rotateY(0deg);
    padding: 0px;
    border-radius: 0px;
}
.services .couponPageContainer .theme-1 .couponPageContainerInside .front {
    border-radius: 15px;
}
.services .couponPageContainer .back-screen {
    transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.services .couponPageContainer .back-screen {
    border-radius:0;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    float:left;
    height:100%;
    padding:0px;
    position:absolute;
    top:0;
    width:100%;
    z-index:999;
    background: #fff;
    border-radius: 15px;
}
.services .couponPageContainer .flipper .icon-cancel-circle-1 {
    position: absolute;
    z-index: 999;
    right: 0px;
    font-size: 22px;
    padding: 4px 7px 4px 12px;
    border-radius: 15px 0px 0px 15px;
    overflow: hidden;
}
.services .couponPageContainer .flipper .icon-cancel-circle-1 {
    top: 14px;
}
.services .couponPageContainer .flipper .infobtn {
    position: absolute;
    z-index: 999!important;
    right: 00px;
    bottom: 50%;
    font-size: 22px;
    padding: 4px 7px 4px 12px;
    border-radius: 15px 0px 0px 15px;
    overflow: hidden;
    -webkit-transform:translate3d(0,0,0);
    -webkit-backface-visibility: hidden;

}
.services .hover a.icon-info-circled.infobtn {display:none;}
.services .couponPageContainer .terms-text {
    height:240px!important;
    overflow-y:auto;
    padding:8px 5px;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.services .couponPageContainer .terms-text2 {
    height:90%!important;
    overflow-y: visible;
    padding:8px 5px;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.services .couponPageContainer .couponOffer {
    border-width:2px;
    border-style:dashed;
    display:inline-block;
    margin-bottom:3px;
    width:100%;
    position: relative;
    border-right: 0px;
    border-left: 0px;
}
.services .couponPageContainer .couponOffer span {
    color: #fff;
    display: block;
    /* font-size: 19px; */
    font-style: italic;
    margin: 3px 0;
    padding: 18px 10px;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow: auto;
    max-height: 100px;
    word-break: break-all;
}
.services .couponPageContainer .theme-1 .bottomStrip{
    float: left;
    width: 100%;
    padding: 10px 18px;
    background: rgba(0,0,0,0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  
}
.services .couponPageContainer .info-wrapper {
    display:-ms-flexbox;
    display:flex;
    position:relative;
    width:100%;
    padding-top: 14px;
}
.services .couponPageContainer .back-screen h2 {
    border-bottom: 1px solid;
    font-size: 16px;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 0;
    text-align: center;
    position: static;
    padding-right: 25px;
    line-height: 35px;
}
.services .couponPageContainer .info-wrapper a {
    padding: 14px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
} 
.services .couponPageContainer .info-wrapper a:hover {
    text-decoration:none;
}

.services .couponPageContainer .copunMainbx {
    display:inline-block;
    padding:20px;
    width:100%;
    position:relative;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}


.services .couponPageContainer .copDescription {
    margin:0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}  

.services .couponPageContainer .info-wrapper-second a.infobtn {
    background:#808080;
    border:1px solid #fff;
    border-radius:30px;
    color:#fff;
    font-size:12px;
    height:20px;
    padding:3px 3px 3px 6px;
    width:20px;
    float:right;
    text-decoration:none;
}
.services .couponPageContainer .CopCardbx {
    display:inline-block;
    float:left;
    margin:0 -100px 0 0;
    position:relative;
    width:100%;
}

.services .couponPageContainer .dateInfo {
    color:#000;
    float:left;
    font-size:16px;
    font-weight:bold;
    padding-left:0;
    width:100%;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    margin-bottom:10px;
}
.services .couponPageContainer .dateInfo .subDateInfo {
    display:block;
    font-size:12px;
    font-weight:normal;
    margin-left:0;
}
.services .couponPageContainer .copunContainer {
    height: 80px;
    overflow: hidden;
    width: 200px;
    float: right;
    margin-right: 0;
}
.services .couponPageContainer .qrCode {
    height: auto;
}
.services .couponCode {
    border-width: 1px;
    border-style:dashed;
    width: 150px;
    margin: auto;
    padding: 5px 6px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 20px!important;
}
.services .couponCode2 {border:none;}    

.services span.coupon_code{
    display:block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}


.services .couponPageContainer .theme-1 {
    padding:0px 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.services .couponPageContainerInside{
    border-radius:15px;
    overflow:hidden;
    padding:0;
    margin: 10px 0;
} 
.services .couponPageContainer .theme-1 .CopCardbx {   width: auto;}
.services .couponPageContainer .theme-1 .copunMainbx {
    padding: 20px 2px 20px 20px;
}
.services .couponPageContainer .theme-1 .front{    padding: 0;
    overflow: hidden;}
.services .theme-1 .card-box .coupon-addons {
    bottom: 26px;
} 

.services .scrat {
    line-height: 50px;
}
.services .scrat span {
    line-height: 22px;
}
/*============= Coupon Stamp =============*/

.services .loyaltyPage {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    min-height: calc(100% - 60px);
    box-sizing: border-box;
}
.services .loyalStemp {
    padding: 10px;
    overflow: hidden;
    text-align: center;
}
.services .topIcon {
    display: block;
    font-size: 5em;
    text-align: center;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 2px solid #e81515;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    line-height: 80px;
}
.services .topIcon img {
    width: 70%;
    padding-top: 10px;
}
.services .loyalStemp h1{
    text-align: left;
    border-color: rgba(250,0,255,1);
    font-size:16px;
}
.services .loyalStemp .brifDiscription {
    height: 70px;
    overflow: auto;
    margin-bottom: 12px;
}
.services .loyalty-code-field {
    border: 0 none;
    border-radius: 5px;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.services .loyalty-btn, .loyalCancel {
    font-size: 15px;
    color: #3D3D3D;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    padding: 10px 0;
    border-radius: 5px;
    width: 100%;
    border: 0px;
    display: block;
    margin: 5px 0;
}

.services .hideBorder-1 * {border:0px!important;}


.services #canvas {
    width:100%;
    overflow: hidden;
} 

.services .scratchPiece{position:absolute;z-index:1000;top:0;left:0;width:6px;height:3px;opacity:1;-webkit-transition:all 900ms;}.scratchPiece.small{width:5px;height:2px;}
.services .text_msg{-webkit-animation:animatezoom 0.9s ease-in-out alternate;animation:animatezoom 0.9s ease-in-out alternate; text-align:center;width:auto}
@-webkit-keyframes animatezoom
{
    0%{transform:scale(0); -webkit-transform:scale(0)}
    50%{transform:scale(1.5); -webkit-transform:scale(1.5)}
    100%{transform:scale(1.0);  -webkit-transform:scale(1.0)}
}
@keyframes animatezoom
{
    0%{transform:scale(0); -webkit-transform:scale(0)}
    50%{transform:scale(1.5); -webkit-transform:scale(1.5)}
    100%{transform:scale(1.0);  -webkit-transform:scale(1.0)}
}
 

.services .canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.services .add-more input {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.services .items-scroller {
    height: inherit;
    max-width: 100%;
    overflow: inherit;
    float: left;
    margin-top: 0;
}
.services .items-scroller .items {
    white-space:nowrap;
}

.services .items-scroller span {
    width: 58px;
    height: 58px;
    font-size: 40px;
    border: solid 1px #CCC;
    background: #f1f1f1;
    cursor: pointer;
    margin: 0 5px 5px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.services .items-scroller span.add-more {

}

.services .items-scroller span img {
    width:100%;
    height:100%;
    float:left;
}

.services .items-scroller span a {
    position:absolute;
    right:0px;
    top:0px;
    background:#09F;
    width:20px;
    text-align:center;
    line-height:20px;
    text-align:center;
    height:20px;
    border-radius:0 0 0 10px;
    font-size:12px;
    color:#FFF;
    font-family:inherit;
    overflow:hidden;
}
.services .rating-stars {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: block;
}
.services .rating-stars .stars.on {
    position: absolute;
    left: 0;
    top: 0;
    color: red;
}




.services .bookmark-list {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0px auto;
}

.services .bookmark-list li {
    list-style: none;
    padding: 0px;
    margin-bottom: 14px;
    display: flex;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    position: relative;
    align-items: center;
}

.services .bookmark-list li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.services .bookmark-list li {
    list-style: none;
    padding: 0px;
    margin-bottom: 14px;
    display: flex;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    position: relative;
    align-items: center;
}

.services .hyper-comt-txt {
    float: left;
    width: calc(100% - 150px);
    margin: 0px;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.services .bookmark-list img {
    float: left;
    margin-right: 20px;
    width: 80px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
}

.services .close.icon-cancel {
    font-size: 24px;
}

.services .deleteListing {
    float: right;
    position: absolute;
}

.services .close{ 
    right: 5px;
    font-size: 24px;
    top:0px;
    padding: 5px;
    z-index: 1;
    line-height: 24px;
}

.services #hyperForm .listing-tabs{display: -ms-flexbox;display: flex;}
.services #hyperForm .listing-tabs .tab-link{-ms-flex:1 1;flex:1 1}

.services .listing-tabs {
    /* border: 1px solid #028ad7;*/
     border-radius: 4px;
     -webkit-box-sizing: border-box;
             box-sizing: border-box;
     overflow: hidden;
     padding: 0;
     border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
     border-bottom:none;
     display:-ms-flexbox;
     display:flex;
     display: -webkit-flex;
 }
 .services .listing-tabs a.active {
     background-color:#028ad7;
     border-bottom: solid 0px #5DD5EB;
     color:#fff;
 }
 .services .listing-tabs a {
     width:100%;
     float: left;
     margin: 0 0px 0 0;
     text-align: center;
     border-radius:0px 0 0;
     line-height: 22px;
     border: solid 0px #5DD5EB;
     -webkit-box-sizing: border-box;
             box-sizing: border-box;
     position: relative;
     top: 0px;
     color: #333;
     font-weight: bold;
     background-color: #fff;
     font-size:12px;
     padding: 8px 0;
 }
 .services .listing-tabs a i{display: inline-block;
     font-size: 16px;
     margin-top: 5px;
     width: 100%; }

.services .listing-tabs-view {
    padding:14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
    border-bottom: solid 0px #5DD5EB;
    border-right: solid 0px #5DD5EB;
    border-left: solid 0px #5DD5EB;
}
.services .listing-tabs-view h3 {
    margin: 0 0 10px 0;
}
.services .listing-tabs-view ul {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
}

.services ul.add-listing li li {

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    float: left;
    list-style: outside none none;
    margin:10px 0 0 0;
    outline:0px solid #5dd5eb;
    padding: 0px;
    position: relative;
    width: 100%;
    border-radius: 5px;
}
.services ul.add-listing li li p {
    font-size: 13px;
    line-height: 30px;
    margin: 0;
    padding: 25px 10px;
}
.services .listing-tabs-view li img {
    border: 1px solid #ccc;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 78px;
}
.services .listing-tabs-view li a {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #1E94A9;
    color: #FFF;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    border-radius: 0 0 0 10px;
} 
 
.services .listing-tabs-view h3 {
    margin: 0 0 10px 0;
}
.services .listing-tabs, 
.services .listing-tabs-view,
.services .listing-tabs-view h3,
.services .listing-tabs-view h2 {
    float: left;
    width: 100%;
    font-size: 15px;
    color:#747474;
}

.services .listing-tabs-view .providers .selectEveBlo li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    float: left;
    line-height: 14px;
    list-style: outside none none;
    margin: 0;
    min-height: inherit;
    min-width: inherit;
    outline: medium none;
    padding: 0;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width:auto;
    margin-bottom:10px;
}
.services .listing-tabs-view .providers .selectEveBlo li a {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fefefe), color-stop(11%, #fcfcfc), color-stop(39%, #f4f4f4), color-stop(69%, #eaeaea), color-stop(78%, #efefef), color-stop(95%, #fefefe)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #fefefe 1%, #fcfcfc 11%, #f4f4f4 39%, #eaeaea 69%, #efefef 78%, #fefefe 95%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, #fefefe 1%, #fcfcfc 11%, #f4f4f4 39%, #eaeaea 69%, #efefef 78%, #fefefe 95%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fefefe 1%, #fcfcfc 11%, #f4f4f4 39%, #eaeaea 69%, #efefef 78%, #fefefe 95%) repeat scroll 0 0;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    color: #95b10c;
    display: inline-block;
    float: none;
    font-size: 25px;
    height: 40px;
    line-height: 35px;
    margin-bottom: 5px;
    padding: 5px;
    position: static;
    text-align: center;
    width: 50px;
}
.services .listing-tabs-view .providers .selectEveBlo li a span{color: #444;
    display: inline;
    float: none;
    font-size: 20px;
    opacity: inherit;
    vertical-align: middle;}
.services .listing-tabs-view .providers .selectEveBlo li small {
    display: inline-block;
    float: left;
    font-size: 10px;
    width: 100%;
}
.services .hyperlocal .listing-tabs-view .providers .selectEveBlo li a.active {
    color: #fff;
    background:#028ad7;
}
.services .ul.add-listing li .map-checkbox {

    line-height: 26px;
    position: relative;
    padding: 6px;
}
.services ul.add-listing li .map-checkbox input {
    width: 20px;
    height: 20px;
    float: left;
    margin: 3px 8px 0px 3px;
}

.services .tabs {
    margin-top: 0;
    clear: both;
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.services .tabs-wrap{display:inline-block; width:100%;}
.services .add-more,
.services .add-close {
    background: #9b9a9a;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0 10px;
    padding: 2px 10px;
}
.services .add-close {
    position: absolute;
    right: 0;
    top: 0;
}
ul#multipleUrlField {
    display: inline-block;
    width: 100%;
    float: left;
}

/* map page css */
.services .page-content .map-direction {
    float: left;
    width: 500px; 
    box-shadow: 0 0 15px rgb(0 0 0 / 21%);
    position: relative; 
    position: relative;
    z-index: 1000;
    height: calc(100vh - 100px);
}
.services #services-map {
    min-height: calc(100vh - 100px);
    width: calc(100% - 500px);
    float: right;
}
.services .gm-style .gm-style-iw-d .info_content h3 {
    color: #000;
    font-weight: bold;
    margin: 0;
    font-size: 14px;
}
.services .map-direction .list-item li {
    line-height: 1;
    cursor: pointer;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px solid rgb(208, 208, 208);
}
.services .map-direction .click_map {
    width: calc(100% - 60px);
    float: left;
}

.services .map-direction .list-item li .img-section {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
}
.services .map-direction .list-item li.active::before {
    content: "";
    background: #12d61a;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
}
.services .map-direction .list-item li .img-section img {
    width: 100%;
    background-size: cover;
}
.services .map-direction .list-item li .content-section {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    width: calc(100% - 180px);
    line-height: 1.5;
}
 
.services .map-direction .list-item .direction-icon {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 40px;
    height: 40px;
    font-size: 30px;
    cursor: pointer;
    transform: rotate(-45deg);
    float: left;
    margin: 30px 0px 0px;
    border-radius: 7px;
    overflow: hidden;
}
.services .map-direction .list-item .direction-icon i {
    transform: rotate(45deg);
    float: left;
    position: relative;
    left: 16px;
    top: 5px;
}
.services .map-direction .list-item li.active {
    position: relative;
    background: rgba(0,0,0,0.05);
}
.services .map-direction .list-item.scroll {
    overflow-y: auto;
    height: 100%;
}
 
.services .detailInfolist.mapview li {
    width: 100% !important;
}
.services .container-fluid{
    padding: 0
}

.services .thum_imgs {
    position: absolute;
    right: 35px;
    top: calc(50% - 130px);
    z-index: 1000;
    padding: 30px 0;
    width: 50px;
}

.services .thum_imgs .previous-thum,
.services .thum_imgs .next-thum {
    width: 100%;
    line-height: 24px;
    margin: 3px 0;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: solid 1px #fff;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    transform: rotate(-180deg);
}

.services .thum_imgs .next-thum {
    top: auto;
    bottom: 0;
    transform: rotate(0deg);
}

.services .thum_imgs .previous-thum.none,
.services .thum_imgs .next-thum.none {
    opacity: 0.3;
} 

.services .thum_imgs .swiper-container {
    height: 200px;
}

.services .thum_imgs .swiper-slide {
    position: relative;
}

.services .thum_imgs img {
    margin: 0 5px;
    position: absolute;
    top: calc(50% - 20px);
    cursor: pointer;
    height: auto !important;
}

.services .thum_imgs.none-view {
    padding: 0;
    top: calc(50% - 100px);
}

.services .thum_imgs.none-view .swiper-container {
    height: 200px;
}

.services .thum_imgs.none-view .swiper-slide {
    height: 25%;
}

.services .thum_imgs.none-view .previous-thum,
.services .thum_imgs.none-view .next-thum {
    display: none;
}
.services .thum_imgs.none-view .swiper-wrapper {
    display: block;
}

.services .thum_imgs.none-view[data-size="3"] {
    top: calc(50% - 75px);
}
.services .thum_imgs.none-view[data-size="3"] .swiper-container {
    height: 150px;
}

.services .thum_imgs.none-view[data-size="3"] .swiper-slide {
    height: 33.33%;
}

.services .thum_imgs.none-view[data-size="2"] {
    top: calc(50% - 50px);
}

.services .thum_imgs.none-view[data-size="2"] .swiper-container {
    height: 100px;
}

.services .thum_imgs.none-view[data-size="2"] .swiper-slide {
    height: 50%;
}
.services .add-listing li{margin-bottom: 10px;}
.services .rounded-circle{
    height: 140px;
    width: 140px;
}
.services img.dirImgReview.img-style {
    width: 50px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 14px;
}
.services ul.review li {
    float: left;
    width: calc(100% - 10px);
    position: relative; 
    margin: 5px;
    padding: 10px;
    box-sizing: border-box;
    border: none;
}
.services ul.review li .head_rating {
    float: right;
}
.services .item-list .hyper-addons a:nth-child(5), 
.services .item-list .hyper-addons a:nth-child(6), 
.services .item-list .hyper-addons a:nth-child(7), 
.services .item-list .hyper-addons a:nth-child(8) {
    display: none!important;
}

.services .audioPlayButton {
    position: absolute;
    top: 50%;
    left: 50%;
    color:#ffffff;
    font-size: 100px;
    transform: translate(-50%,-50%);
    cursor: pointer;
  }
  .services .audioPlayButton:before { 
    text-shadow: 0px 0px 40px rgb(0 0 0 / 50%);
  }

.services #hyperForm .form-floating {
    position: relative;
    float: left;
    width: 100%;
}

.services .filter-row.short-by .right {
    float: right;
    cursor: pointer;
}
.services .filter-row.short-by .right:hover {
    text-decoration: underline;
}
.services .filter-popup-view h1 {
    font-size: 20px;
    padding-top: 4px !important;
}
.services .directory-attribute {
    margin-bottom: 14px;
    border-bottom: 1px solid;
    padding-bottom: 14px;
    cursor: pointer;
}
.services .filter-page div#distance-slider {
    float: left;
    width: 90%;
    margin-left: 16px;
}
.services .filter-page .filter-row h3 {
    float: left;
    line-height: 30px;
    margin: 5px 0;
    width: 100%;
}.services .filter-page ul {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    list-style: none;
}
.services .filter-page .short-by a {
    background-color: #fcfcfc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #a8a6a6;
    cursor: pointer;
    float: left;
    font-size: 12px;
    line-height: 14px;
    outline: 0 solid #fff;
    padding: 27px 15px 10px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: 50%;
}.services .filter-page .short-by a.active {
    color: #fff;
    background:#028ad7;
}
.services .filter-page .short-by a span {
    font-size: 15px;
    height: 19px;
    left: 50%;
    margin: 0 0 0 -25px;
    position: absolute;
    top: 7px;
    vertical-align: bottom;
    width: 50px;
}
.services .filter-page .short-by a .icon-location-2 {
    top: 10px !important;
}

.services .filter-page #distance-slider span.min,
.services .filter-page #distance-slider span.max {
    float: left;
    line-height: 30px;
    font-size: 12px;
    position: relative;
    top: -10px;
    left: 0px;
}
.services .filter-page #price-range-slider span.max,
.services .filter-page #distance-slider span.max {
    float: right;
    left: auto;
    right: 0px;
}
.services .filter-page #distance-slider-tab {
    /*border: 1px solid #028ad7;*/
    border-radius: 4px;
    float: right;
    line-height: 28px;
    margin: 10px 0;
    overflow: hidden;
} 

.services .filter-page #distance-slider-tab a {
    float: left;
    color: rgb(119, 119, 119);
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    min-width: 40px;
    padding: 7px;
    white-space: nowrap;
    width: auto;

    background:#fcfcfc;
}
.services .filter-page #distance-slider-tab a.active {
    color: rgb(255, 255, 255);
    background: #028ad7 ;
}
.services .filter-page .hyper-gray-wrapper {
    background:none;
    margin: 5px 0px 0px;
}
.services a.rating.tab-link.single-tab{
    width:100%;

}


.services .directory-attribute,
.services .directory-attribute h4,
.services .directory-attribute ul,
.services .directory-attribute ul li {
    float: left;
    width: 100%;
}

.services .directory-attribute h4 {
    font-size: 1.2em;
    line-height: 30px;
    position: relative;
}

.services .directory-attribute h4::before {
    position: absolute;
    right: 0;
    line-height: 30px;
}

.services .directory-attribute ul li {
    padding: 0 0 0 30px;
    box-sizing: border-box;
    line-height: 30px;
    margin: 3px 0;
    cursor: pointer;
    position: relative;
}

.services .directory-attribute ul li:after {
    content: " ";
    border-radius: 5px;
    width: 24px;
    height: 24px;
    float: left;
    background: #f1f1f1;
    border: solid 1px #ccc;
    position: absolute;
    left: 0;
    top: 2px;
}

.services .directory-attribute ul li::before {
    position: absolute;
    left: 5px;
    top: 0px;
    z-index: 1;
}

.services .directory-attribute.hide-attribute ul {
    display: none;
}

.services .cop-tabs {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.services .cop-tabs a {
    padding: 7px;
    text-align: center;
    -ms-flex: 1 1;
        flex: 1 1;
    font-size: 25px;
    font-weight: bold;
    
}
.services .cop-tabs a span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.services .cop-tabs a i{line-height: 14px;} 
.services .accordion-item-content{font-size:inherit;}
.services .input-group-cop label input[type="radio"],.input-group-cop label input[type="checkbox"]{top: -2px; position: relative; margin-right: 5px;}
.services .files{
    position: relative;
    width: 100%;
    height: 48px;
    background: #f5f5f5;
    border: 1px solid #d4d4d4;
}

.services .files > input[type='file'] {
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    z-index: 99 !important;
    position: relative;
}

.services .myOrders .order-row ul span, .myOrders .order-row ul p {
    float: left;
    width: 60%;
    margin: 0px;
    padding: 0px;
    text-align: right;
}
.services .myOrders a.item-link{
    background: #F00;
    margin: 0 0 0;
    background: #2795c8;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border:1px solid;
}
.services .myOrders a.item-link.on {
    background: #666;
}
.services a.item-link, li.order-row {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.services .myOrders .order-row {
    padding:0px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom:20px;
    margin-top: -1px;
}

.services .myOrders .accordion-item-expanded .order-row {
    border: solid 1px #ccc;}
 
     
.services .accordion-closed .icon-right-open, .accordion-closed .icon-down-open{float:right;}
.services .accordion-item.accordion-closed .icon-down-open{display:none}
.services .accordion-item.accordion-closed.accordion-item-expanded .icon-right-open{display:none;}
.services .accordion-item.accordion-closed.accordion-item-expanded .icon-down-open{display:inline;}
.services .hideAccordian {
    height:0;
}

.services .showAccordian {
    height:auto
}
.services .files span {
    position: absolute;
    top: 12px;
    text-align: center;
    font-size: 14px;
    padding: 0;
    width: 100%;
    left: 0px;
    z-index: 0;
}

.services.files input {
    cursor: pointer;
    outline: 0;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    -o-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 27px 10px 27px 10px;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-indent: -9999px;
    background: #f9f9fb;
    border: 0px;
    position: relative;
    z-index: 1;
}
.services  .input-group-prepend{
    position: absolute;
    right: 0px;
    top: 6px;
    height: 55px; 
    z-index: 9;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.services .input-group-prepend .input-group-cop-text{
    border-radius: 0 4px 4px 0;
}

@media (max-width:991px) {
    .services .item-list li, .services ul.item-list li { 
        width: calc(50% - 28px); 
    }
    .services .review-details { 
        width: 60%; 
    }
    .services .detail_banner img { 
        height: 300px;
    }
    .services .service-list li { 
        width: calc(33.333% - 20px); 
    }
    .services #services-map {
        min-height: 240px;
        width: 100%; 
        max-width: 100% !important;
    }
    .services .page-content .map-direction { 
        width: 100%; 
        height: auto;
    }
}

@media (max-width:767px) {
    .services .thum_imgs {
        top: auto;
        max-width: 320px;
        bottom: -60px;
        margin: 0 auto;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0;
    }
   .services .thum_imgs .swiper-container-vertical>.swiper-wrapper {
    -webkit-flex-direction: row;
    flex-direction: row;
    }
   .services .thum_imgs .swiper-container {
        height: 50px;
    }
    /* .services .thum_imgs .swiper-slide, */
   .services .thum_imgs .previous-thum, .services .thum_imgs .next-thum {
        width: 50px !important;
        left: -10px;
    }
   .services .thum_imgs .swiper-container {
        height: 50px;
        width: 250px;
        margin: 0 auto;
    }
   .services .thum_imgs .previous-thum {
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
    }
    .services .thum_imgs .next-thum {
        right: -10px;
        margin: 0;
        left: auto;
        top: 50%;
        width: 50px !important;
        transform: translateY(-50%) rotate(-90deg);
        -webkit-transform: translateY(-50%) rotate(-90deg);
    } 
    .services .service-list li { 
        width: calc(50% - 20px); 
    }
    .services .custom-m{
        margin-bottom: 50px
    }
   
}
@media (max-width:640px) {
    .services .item-list li, .services ul.item-list li { 
        width: calc(100% - 28px); 
    }
    .services .detail_banner img { 
        height: 200px;
    }
    
    .services .review-details { 
        width: 100%; 
        position: static;
    }
    .services .service-list li { 
        width: calc(100% - 20px); 
    }
    .services .rounded-circle {
        height: 100px;
        width: 100px;
    }
    .services .review-details.position-relative{
        padding-top: 0;
    }
    .services .map-direction .list-item li .img-section { 
        width: 40px;
        height: 40px; 
    }
    .services .map-direction .list-item li .content-section { 
        width: calc(100% - 40px); 
        padding-top: 0;
    } 
    .services .map-direction .list-item .direction-icon { 
        margin: 10px 0px 0px; 
    }
}
.services .click-area1{width:100%;height:100%;position:absolute;left:0;top:0;z-index:11;opacity:0}
.sa .services .service-list li h5 {
    padding-left: 0;
    padding-right: 56px;  
}

.services .swiper-button-prev, .services .swiper-container-rtl .swiper-button-next,
.services .swiper-button-next, .services .swiper-container-rtl .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
}

.services .service-list.hide-url h5 {
    margin-top: 8px;
}

.services .service-list.hide-url h5 small {
    display: none !important;
}

.hideIcons.services .service-list li i {
    display: none;
}

.hideIcons.services .service-list li h5 {
    padding-left: 0px;
}
.form-floating>.form-control.text-area {
    min-height: 150px;
}
.services .country-input .country-code {
    margin-right: 8px;
    position: static;
    margin-top: 0px;
    margin-bottom: 1rem!important;
}

.services .country-input .country-code .btn {
    border: 1px solid #ccc;
    height: 100%;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    min-width: 90px;
    justify-content: center;
}
.services .w-100.mb-3.clearfix {
    clear: both;
}

.services .modal.country-modal .modal-dialog {
    display: block;
}
.services .modal.country-modal .list-group{
    height: 400px;
    overflow-y:scroll;
}
.app-container.dropdown-open .page.page-show {
    float: none;
    -webkit-transform: none;
}

.update-service-list {
    display: flex;
    gap: 25px;
}

.update-service-list .hyper-comt-txt {
    width: 100%;
    float: none;
    max-width: 500px;
}

.update-service-list  .verification-col {
    text-align: left;
}
.update-service-list  .action-col {
    position: relative;
    margin-left: auto;
}

.update-service-list .action-col .close {
    top: auto !important;
    position: relative !important;
    float: none;
    line-height: normal;
    right: auto;
    margin: 10px 0 !important;
}


.modal-verify-request .modal-header {
    border: 0;
    padding-bottom: 0;
}

.modal-verify-request .modal-content {
    border-radius: 15px;
}

.modal-verify-request .modal-body {
    text-align: center;
    padding-top: 0;
}

.modal-verify-request .modal-body h3 {
    font-size: 18px;
    padding-top: 15px;
    font-weight: bold;
    padding-bottom: 5px;
    color: var(--contentColor);
}

.modal-verify-request .modal-body h6 {
    padding-bottom: 20px;
    font-size: 15px;
    color: var(--contentColor);
}

.modal-verify-request .modal-header .btn-close {
    color: var(--contentColor);
}

.modal-verify-request  .btn-primary {
    background: var(--primaryButtonBg) !important;
    color: var(--primaryButtonText) !important;
    border: 1px solid var(--primaryButtonBg) !important;
    border-radius: 8px;
    font-size: var(--contentSize);
    padding: 10px 20px;
}

.services li.update-service-list .hyper-comt-txt span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.services .container {
    background: #fff !important;
}

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

    .services .thum_imgs.none-view[data-size="4"] {
        top: calc(50% - 130px);
    }

    .services .thum_imgs.none-view[data-size="3"] {
        top: calc(50% - 100px) !important;
    }
    
    .services .thum_imgs.none-view[data-size="4"] .swiper-slide {
        height: calc(25% - 4px);
    }
    
}

@media screen and (max-width: 667px) {
    .services .thum_imgs.none-view {
        z-index: auto;
    }
}


