*:root {
    /* --primary-color: #ac2e57; */
    --secondry-color: #2c2e58;
    --text-color: #ffff;
    --text-color2: #2a2a2a;
    --text-color3: #000;
    --gradient-bg-color: linear-gradient(0deg, var(--primary-color) 0%, rgb(223, 61, 115) 100%);
    --gradient-bg-color2: linear-gradient(0deg, var(--secondry-color) 0%, rgb(8, 4, 24) 100%);
    --app-content-background-color: #4dd146;
}

body {
    font-family: roboto;
}

/* 
.mobile-header-background {
    background: var(--secondry-color);
    height: 34vh;
    border-bottom-left-radius: 110px;
    border-bottom-right-radius: 110px;
} */

/* Style the tab */
.home-services-tab .tab {
    overflow: hidden;
    display: flex;
    gap: 10px;
}

.home-services-tab .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    /* padding: 14px 16px; */
    transition: .4s;
    font-size: 12px;
    font-weight: 600;
}

.home-services-tab .tab button:hover {
    background-color: #ddd;
}

.home-services-tab .tab button.active {
    border-bottom: 1px solid #7c0909;
    color: #7c0909;
}
.atHomeTab .service-category-item.active .categorys-images img {
    border: 2px solid #7c0909;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.541) 0px 3px 7px -3px;
    color: #7c0909;
    border-radius: 50%;
}
.atHomeTab {
    overflow: hidden;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    transition: all 0.5s ease-in-out;
}

.athometabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    transition: all 0.5s ease-in-out;
}
.athome-services-card {
    overflow-x: scroll;
    width: 100%;
    display: flex;
    background: transparent;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-flow: row nowrap;
    padding: 15px 0px;
    gap: 10px;
    margin-left: -14px;
}

.athome-services-card .athome-cards-area {
    box-sizing: border-box;
    width: 100%;
}

/* .athome-services-card .athome-cards-area {
    background: transparent;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-box-align: stretch;
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px;

  } */
/* .scroll__city__area {
    overflow-x: scroll;
    width: 100%;
}

.scroll__city__area .scroll__main__area {
    background: transparent;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-box-align: stretch;
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    margin: 0 auto;
    padding-left: 8px;
    width: 100%;

} */
.starts-card-services {
    display: flex;
    gap: 7px;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    width: 285px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.starts-card-services .services-image {
    width: 75px;
    height: 70px;
}

.starts-card-services .services-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.service-card-content .title-area p {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    max-width: 10rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
}

.service-card-content .title-area {
    position: relative;
}

.service-card-content .title-area .sub-text {
    position: absolute;
    top: 17px;
    font-size: 9px;
    color: #44474b;
    max-width: 10rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
}

.service-card-content .price-cart {
    display: flex;
}

.service-card-content .price-cart .price-time {
    width: calc(100% - 28%);
}

.service-card-content .price-cart .price-time .rate {
    font-size: 10px;
    color: #000;
    font-weight: 600;
}

.service-card-content .price-cart .price-time .time {
    font-size: 10px;
    color: #44474b;
    font-weight: 600;
}

.add-to-cart {
    width: 28%;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.add-to-cart .show-button {
    border: 1px solid #7c0909;
    background: #fff;
    font-size: 10px;
    color: #7c0909;
    padding: 5px 20px;
    font-weight: 600;
    margin-top: 8px;
    border-radius: 5px;
}

.add-to-cart .new-items {
    margin-right: -32px;
}

.crtdiv {
    width: 72px;
    position: relative;

}

.qty .bi {
    font-size: 17px;
}

.cart .bi {
    font-size: 28px;
    position: relative;
    padding: 0 5px 0 0;
}

.cart .bi:after {
    position: absolute;
    content: attr(data-before);
    color: #000;
    font-family: roboto;
    left: 11px;
    font-weight: bold;
    top: 5px;
    font-size: 18px;
}

.qty {
    /* top: 50%;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%); */
    color: #7c0909;
    display: flex;
    background: #fff;
    border: 1px solid #7c0909;
    padding: 0px 8px;
    position: absolute;
    top: 9px;
    border-radius: 5px;
}

.dec,
.inc {
    cursor: pointer;
}

.num {
    width: 22px;
    display: inline-block;
    text-align: Center;
}

.services-grid-item a {
    text-decoration: none;
}

.service-images-area {
    width: 70px;
    height: 70px;
}

.service-images-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 10px;
}

.services-contents p {
    font-size: 11px;
    color: #000;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    /* padding: 10px;
            gap: 7px; */
}

/* end here */
/* service page */
.athome-headers-area {
    display: flex;
    gap: 5px;
    width: 100%;
}
/* .athome-headers-area.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
  } */
.athome-back {
    width: 10%;
}
.athome-back .bi {
    font-size: 17px;
    color: #000;
}
.at-home-title {
    width: 80%;
}
.at-home-title p {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}
.athome-filter {
    width: 10%;
}

.athome-services-category {
    overflow-x: scroll;
    width: 100%;
    display: flex;
    background: transparent;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-flow: row nowrap;
    /* padding: 15px 0px; */
    gap: 20px;
    border-bottom: 1px solid #eee;
}
.athome-services-category::-webkit-scrollbar {
    display: none;
}
.service-category-item {
    width: 22%;
}
/* .service-category-item a {
    text-decoration: none;
} */

.service-category-item .categorys-images {
    width: 70px;
    height: 70px;
}
.service-category-item .categorys-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.service-category-item .categorys-contents p {
    font-size: 8px;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.athome-offer-card {
    background: #ac2e57;
    padding: 6px 10px;
    border-radius: 5px;
}
.athome-offer-card p {
    margin: 0 !important;
    color: #fff;
    font-size: 10px;
}

.athome-service-providers-list {
    border-bottom: 5px solid #471009;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding: 10px;
    cursor: pointer;
    border-radius: 32px 0px 32px 0px;
    max-width: 375px;
    height: 263px;
    position: relative;
}
.athome__services__bgs {
    background: #d44668;
    /* background: rgb(148, 1, 1); */
    width: 318px;
    height: 202px;
    position: absolute;
    right: 7px;
    z-index: -1;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 1260px 80px 144px 126px;
}
.athome-provider-name {
    display: flex;
    gap: 10px;
    width: 100%;
    background: var(--gradient-bg-color);
    border-radius: 10px 0px 40px 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.athome-provider-name .at__names {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    align-items: center;
    padding-top: 3px;
    padding-left: 7px;
    padding-bottom: 3px;
}

.athome-provider-name .at___icons span {
    font-size: 10px;
    font-weight: 600;
    /* color: #348104; */
    color: #008309;
    align-items: center;
}

.athome__subname {
    font-size: 10px;
    color: #000;
    font-weight: 600;
    align-items: center;
}

.at__homes__images__details {
    display: flex;
    gap: 25px;
    width: 100%;
}

.athome__image__cart {
    width: calc(100% - 65%);
    position: relative
}

.athome__image__cart .athome_____image {
    width: 125px;
    height: 117px;
}

.athome__image__cart .athome_____image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 40px 0px 40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.athome__image__cart .add-to-cart {
    position: absolute;
    top: 95px;
    left: 24%;
}

.athome__image__cart .add-to-cart .show-button {
    border: 1px solid #f35c86;
    background: #fff;
    font-size: 11px;
    color: #f35c86;
    padding: 6px 28px;
    font-weight: 600;
    margin-top: 8px;
    margin-left: -3px;
    border-radius: 5px;
}

.athome__services___details {
    width: 65%;
}

.services___price__discount span {
    font-size: 10px;
}

.services___price__discount .t_price {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}

.services___price__discount .t_price del {
    font-size: 11px;
    color: #000000;
    padding-left: 5px;
}

.services___price__discount .discs {
    color: #d6da18;
    font-size: 11px;
    font-weight: 600;
}

.athome__services___details .services___times p {
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 !important;
    text-transform: lowercase;
}

.athome__services___details .services__description p b {
    font-size: 11px;
    color: #ffffff;
    margin: 0 !important;
    line-height: 1.5;
    text-transform: capitalize;
}
.athome__services___details .services__description p {
    font-size: 11px;
    color: #eee;
    margin: 0 !important;
    line-height: 1.5;
    text-transform: capitalize;
}

/* .athome__view__buttons p {
    color: #f35c86;
    font-size: 12px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
} */

.athome__view__buttons p {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-top: 11px;
  }
  .athome__view__buttons {
    --r: .4em;
    --c: rgb(148, 1, 1);
    position: absolute;
    bottom: 20px;
    right: calc(-1* var(--r));
    padding: calc(1* var(--r)) 0.5em 0;
    border-radius: 0 var(--r) var(--r) 0;
    background: radial-gradient(100% 50% at right, var(--c) 98%, #0000 101%) 0 100% / .5lh calc(100% - 2* var(--r)), radial-gradient(100% 50% at left, #0005 98%, #0000 101%) 100% 0 / var(--r) calc(2* var(--r)), conic-gradient(at calc(100% - var(--r)) calc(2* var(--r)), var(--c) 75%, #0000 0) 100% 0 / calc(101% - .5lh) 100%;
    background-repeat: no-repeat;
    height: 45px; 
    bottom: 14px;
  }

.athome__cartview__buttons p {
    color: #ac2e57;
    font-size: 12px;
    font-weight: 600;
    margin-top: 11px;
    text-transform: uppercase;
}
.athome__deatils__pricetime {
    display: flex;
    gap: 15px;
}
.athome__deatils__pricetime span {
    font-size: 10px;
}
.athome__deatils__pricetime .ratess {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}
.athome__deatils__pricetime .ratess del {
    font-size: 9px;
    color: #7d7f83;
    padding-left: 5px;
}

.discss {
    color: #008309;
    font-size: 10px;
    font-weight: 600;
}
.t__timess {
    font-size: 9px;
    font-weight: 600;
    color: #000;
    margin: 0 !important;
    text-transform: lowercase;
}

.athome___details__describtions p {
    font-size: 10px;
    color: #000;
    margin: 0 !important;
    line-height: 1.5;
    text-transform: capitalize;
}

.details__top__area {
    border-bottom: 1px solid #eee;
}
.details__descriptions__titl p {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.description__services__fulldetails ul li {
    font-size: 12px;
}
.newModels {
    position: fixed;
    top: 62px !important;
    height: 95% !important;
}
.newModel-dialog {
    margin: 0 !important;
}
.newModel-content {
    border-radius: 15px;
}

.newModel-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between !important;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.athome__modal__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    gap: 24px;
}
.athome__modal__buttons .add-to-cart .show-button {
    border: 1px solid #7c0909;
    background: #fff;
    font-size: 11px;
    color: #7c0909;
    padding: 7px 33px;
    font-weight: 600;
    /* margin-top: 8px; */
    /* margin-left: -3px; */
    border-radius: 5px;
}
.athome___done button {
    background: #008309;
    color: #fff;
    border: 1px solid #008309;
    font-size: 11px;
    padding: 7px 33px;
    font-weight: 600;
    margin-top: 8px;
    /* margin-left: -3px; */
    border-radius: 5px;
}
.athome__modal__buttons .add-to-cart .new-items .crtdiv .qty {
    color: #7c0909;
    display: flex;
    background: #fff;
    border: 1px solid #7c0909;
    padding: 2px 17px;
    position: absolute;
    top: -12px;
    left: -45px;
    border-radius: 5px;
}
.athome___total__amount__details {
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    display: flex;
    padding: 15px 10px;
}
.athome___total__amount__details .t__amount {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    width: calc(100% - 38%);
    align-items: center;
    padding-left: 30px;
    padding-top: 7px;
}
.athome____amounts__details {
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    display: flex;
}
.athome____amounts__details .total____amounts {
    width: calc(100% - 38%);
    align-items: center;
    padding-left: 30px;
    padding-top: 7px;
}
.athome____amounts__details .total____amounts span {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.athome____amounts__details .total____amounts span del {
    font-size: 14px;
    color: #7d7f83;
    font-weight: 600;
    padding-left: 5px;
}
.athome____amounts__details .total____amounts p {
    font-size: 15px;
    color: #008309;
    font-weight: 600;
}
.athome____amounts__details .viewCart {
    width: 38%;
}
.athome____amounts__details .viewCart a {
    background: #008309;
    color: #fff;
    border: 1px solid #008309;
    font-size: 11px;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
}
.athome___total__amount__details .viewCart {
    width: 38%;
}
.athome___total__amount__details .viewCart a {
    background: #008309;
    color: #fff;
    border: 1px solid #008309;
    font-size: 12px;
    padding: 8px 25px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
}
.athome__topshead p {
    font-size: 20px;
    font-weight: 600;
    color: #ac2e57;
}
.pro___tipss {
    display: flex;
    background: #ac2e57;
    border-radius: 5px;
}
.pro___tipss .pro__content {
    width: calc(100% - 32%);
}
.pro___tipss .pro__content .txt {
    color: #fff;
    margin: 0 !important;
}
.pro___tipss .pro__content p {
    margin: 0 !important;
    font-size: 12px;
    color: #fff;
    text-align: justify;
    padding: 0 5px;
}
.pro____images {
    width: 32%;
}
.pro____images .imgPro {
    width: 100px;
    height: 80px;
}
.pro____images .imgPro img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
/* end service */

/* cart area */
.athome__shop__name {
    display: inline-flex;
    width: 100%;
}
.athome__shop__name .shop__name {
    width: calc(100% - 8%);
}
.athome__shop__name .shop__name .s__name {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 !important;
}
.athome__shop__name .shop__name .ser__name {
    font-size: 11px;
    text-transform: capitalize;
    margin: 0 !important;
}
.athome__shop__name .remove-btn {
    width: 8%;
}
.athome__shop__name .remove-btn .removes__buttons {
    background: #ac2e57;
    width: 45px;
    padding: 5px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
}
.athome__total__price__cart {
    display: inline-flex;
    width: 100%;
    gap: 10px;
}
.athome__total__price__cart .prices {
    font-size: 11px;
    font-weight: 600;
}
.athome__total__price__cart .prices del {
    font-size: 11px;
    color: #7d7f83;
    padding-left: 5px;
}
.athome__total__price__cart .discountss {
    font-size: 11px;
    font-weight: 600;
    color: #008309;
}
.athome__total__price__cart .space {
    font-size: 12px;
}
.athome__total__price__cart .t__timss {
    font-size: 11px;
    font-weight: 600;
}
.athome__serv__cost {
    display: flex;
    width: 100%;
    gap: 4px;
}
.service__charge {
    display: flex;
    gap: 10px;
}
.service__charge .serv__amount span {
    font-size: 11px;
    text-transform: capitalize;
}
.service__charge .increase__persons form select {
    border-radius: 20px;
    color: #000;
    border: 1px solid #000;
    padding: 4px;
    font-size: 12px;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 4px;
    color: #ac2e57;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    width: 4px;
    background: #ac2e57;
    color: #ac2e57;
}
/* end */

.exact-location p {
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    margin: 0 !important;
}
.exact-location p span .bi {
    font-size: 18px;
    color: #7c0909;
}
.exact-location .pin-map {
    font-size: 9px;
    color: #ac2e57;
}

.exact-area-state {
    display: flex;
    gap: 10px;
}
.exact-area-state .state-areas {
    width: calc(100% - 20%);
}
.exact-area-state .state-areas p{
    font-size: 10px;
    color: #44474b;
    text-transform: capitalize;
}
.exact-changebtn {
    width: 20%;
    float: right;
    margin-right: 11px;
}
.exact-changebtn a {
    border: 1px solid #ac2e57;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 12px;
    color: #ac2e57;
    text-decoration: none;
    font-weight: 600;
}

.exactarea-input input {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #ac2e57;
    border-left: 1px solid #f094b3;
    border-right: 1px solid #f094b3;
    font-size: 12px;
    padding: 12px 10px;
    color: #ac2e57;
    text-indent: 4px;
}
.exactarea-input .form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-color: #7c0909;
    border-bottom: 1px solid #7c0909;
    color: #7c0909;
}

.add-exact-btn button {
    border: 1px solid #ac2e57;
    padding: 4px 55px;
    font-size: 17px;
    font-weight: 600;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    background: #ac2e57;
    color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.add-exact-btn button:disabled {
    border: 1px solid #a0a1a1;
    background: #e3e4e6;
    color: #7d7f83;
}

.exact-label-btn p {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
  }
  
  .exact-label-btn > input {
    display: none;
  }
  
  .exact-label-btn > p {
  cursor: pointer;
  border: 1px solid #44474b;
  padding: 7px 12px;
  border-radius: 10px;
  }
  
  .exact-label-btn > input:checked + p {
  border-color: #FF4E63;
  border-radius: 10px;
  background: #ac2e57;
  color: #fff;
  padding: 7px 12px;
  }
  
  /* .exact-label-btn .male {
  font-size: 20px;
  position: relative;
  left: 10px;
  top: 7px;
  font-weight: 700;
  }
  
  .exact-label-btn .female {
  font-size: 20px;
  position: relative;
  left: 10px;
  top: 7px;
  font-weight: 700;
  } */
  .exact__date__input {
  display: flex;
  /* gap: 20px; */
  justify-content: space-between;
  padding-left: 10px;
  }
  .extact__months p {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
  }

  .exact__time__input {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
  }
.summary__titles p {
    font-size: 14px;
    font-weight: 700;
}
  .payment__detailsss {
    display: flex;
    gap: 10px;
    border-bottom: 1px dashed #ac2e57;
  }
  .payment__detailsss .tot__services__cost {
    width: calc(100% - 20%);
  }

  .payment__detailsss .tot__services__cost p {
    font-size: 11px;
    font-weight: 600;
    margin: 0 !important;
    text-transform: capitalize;
  }
  .payment__detailsss .payment__costs {
    width: 20%;
    margin-right: 10px;
    float: right;
    text-align: right;
  }
  .payment__detailsss .payment__costs p {
    font-size: 11px;
    margin: 0 !important;
    font-weight: 600;
    text-transform: capitalize;
  }

  .totpay__payment__detailsss {
    display: flex;
    background: #0083096b;
    margin: 0;
    padding: 9px 8px;
  }
  .totpay__payment__detailsss .tot__services__cost {
    width: calc(100% - 20%);
    /* padding-top: 10px; */
    margin: 0;
  }
  .totpay__payment__detailsss .tot__services__cost p {
    font-size: 14px;
    font-weight: 600;
    padding-left: 4px;
    color: #000;
    margin: 0 !important;
    text-transform: capitalize;
  }
  .totpay__payment__detailsss .payment__costs {
    width: 20%;
    margin-right: 10px;
    float: right;
    text-align: right;
    /* padding-top: 10px; */
    margin: 0;
  }
  .totpay__payment__detailsss .payment__costs p {
    font-size: 14px;
    font-weight: 600;
    padding-left: 4px;
    color: #000;
    margin: 0 !important;
    text-transform: capitalize;
  }

  .exact__loc__chanage {
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #a0a1a1;
  }

  .exact__loc__chanage .exact__loc {
    width: calc(100% - 20%);
    padding-left: 5px;
  }
  .exact__loc__chanage .exact__loc p {
    font-size: 14px;
    text-transform: capitalize;
    color: #44474b;
  }
  .exact__loc__chanage .exact__loc p span {
    text-transform: uppercase;
  }
  .exact__loc__chanage .exact__chnagebtn {
    width: 20%;
  }
  .exact__loc__chanage .exact__chnagebtn a {
    text-decoration: none;
    color: #ac2e57;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
  }

  .athome____payamounts__details {
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.exact__proceed__pay button {
    margin: 0 auto;
    display: block;
    background: #008309;
    border: 1px solid #008309;
    padding: 7px 35px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
}

.view__btn__athome {
    position: relative;
    border: 0;
    background: rgb(148, 1, 1);
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    height: 30px;
    width: 100px;
    border-radius: 50px 10px 40px 10px;
    top: 8px;
    border: 1px solid #fefefe;
  }
  .view__btn__athome p {
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 10px;
    font-family: 'Heebo', sans-serif;
    position: absolute;
    top: -4px;
    left: 2px;
  }
  .view__btn__athome:hover {
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.562);
    transform: scale(1.01);
    box-shadow: inset 0px 0px 10px rgba(255, 0, 0, 0.575);
  }
  
  .view__btn__athome::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    width: 50%;
    height: 100%;
    transform: rotate(80deg);
    background: #ffffff77;
    filter: blur(10px);
    transition: 0.6s ease-in-out;
  }
  
  .view__btn__athome:hover::after {
    left: 100%;
  }
  .massageAtHome__List {
    border-bottom: 6px solid #874da2;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding: 5px;
    cursor: pointer;
    border-radius: 32px 0px 32px 0px;
    max-width: 375px;
    height: 410px;
    position: relative; 
    border-top: 1px solid #7028e4;
    border-left: 1px solid #7028e4;
    border-right: 1px solid #7028e4;
    display: block;
    margin: 0 auto;
  }
  .massageImages {
    width: 320px;
    height: 200px;
    display: block;
    margin: 0 auto;
  }
  .massageImages img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 142px 20px 102px 10px;
  }
  .massageAtHome__bgs {
    position: absolute;
    top: 2px;
    width: 57px;
    height: 57px;
  }
  .massageAtHome__bgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .massageAtHome__bgs2 {
    position: absolute;
    bottom: 5px;
    right: 4px;
    width: 90px;
    height: 90px;
  }
  .massageAtHome__bgs2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 250px 110px 70px 10px;
  }
  .massageAtHome__bgs3 {
    position: absolute;
    bottom: 2px;
    left: 18px;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    z-index: -1;
    width: 330px;
    height: 252px;
    background-image: linear-gradient(to top, #7028e4 0%, #e5b2ca 100%);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 40px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 70px 120px 60px 90px;
    border: 1px solid #fefefe;
  }
  .massageAtHome__bgs4 {
    position: absolute;
    top: 2px;
    left: 5px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    z-index: -1;
    width: 350px;
    height: 210px;
    /* background: transparent; */
    backdrop-filter: blur(24px);
    border: 1px solid #fefefe;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 170px 120px 60px 90px;
    background-image: linear-gradient(45deg, #874da2 0%, #c43a30 100%);
  }
  .massageAtHome___Content {
    padding: 17px;
  }
  /* .massageAtHome___Content .nameTitle {
    color: #471009;
    font-weight: 700;
    font-size: 19px;
    max-width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
    padding-left: 7px;
    text-shadow: 1px 1px 10px #fefefe;
  } */
  .massageAtHome___Content .locationHome {
    color: #fff;
    font-weight: 700;
    padding-left: 4px;
    font-size: 15px;
    max-width: 220px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
    position: relative;
    top: 42px;
  }
.massageTotalAmt {
    position: relative;
    top: 23px;
    padding-left: 5px;
}
.massageTotalAmt p {
    font-size: 19px;
    font-weight: 600;
    /* color: #39f039; */
    color: #f0ff67;
}
.massageTotalAmt p del{
    font-size: 14px;
    font-weight: 600;
    color: #0f160f;
}
.massageTotalAmt p sup {
    font-size: 10px;
    font-weight: 500;
    color: #1d110a;
    background: #fefefe;
    border-radius: 8px 2px 8px 2px;
    padding: 3px;
    border: 1px solid #1d110a;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
  .massageAtHome___Content .nameTitle p {
    color: #ffff;
    font-weight: 700;
    font-size: 19px;
    max-width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
    padding-left: 9px;
    text-shadow: 1px 1px 10px #2a2a2a;
    text-align: center;
    /* margin-top: 7px; */
    position: relative;
    top: 12px;
    left: 14px;
    padding-top: 7px;
    padding-bottom: 2px;
  }
  .massageAtHome___Content .nameTitle {
    --r: .4em; /* control the ribbon shape (the radius) */

    position: absolute;
    bottom: 142px;
    inset-inline: calc(-1*var(--r));
    text-align: center;
    /* line-height: 1.8;  */
    /* padding: calc(2*var(--r)) .5em 0; */
    border-radius: var(--r);
    --_g:0/var(--r) calc(2*var(--r)) no-repeat;
    background: 
      radial-gradient(100% 50% at right,#0005 98%,#0000 101%) 0    var(--_g),
      radial-gradient(100% 50% at left ,#0005 98%,#0000 101%) 100% var(--_g),
      conic-gradient(at var(--r) calc(2*var(--r)),#0000 25%,#ac425f 0)
       0 0/calc(100% - var(--r)) 100%;
  }

  .massage__cart__view {
    display: flex;
    gap: 10px;
    position: relative;
    top: -4px;
  }
  .massageAtHomeGrid {
    position: relative;
    top: 29px;
    left: 0px;
    display: grid;
    gap: 0px;
    grid-template-columns: auto auto auto auto;
    z-index: 4;
  }
  .massageAtHomeGrid p {
    font-size: 11px;
    font-weight: 600;
    /* text-align: center; */
    color: #000;
  }
  .massageAtHomeGrid p .bi {
    font-size: 11px;
    font-weight: 600;
    /* text-align: center; */
    color: yellow;
  }

  @keyframes sticky {
    0% {
       transform: translateY(-100%);
    }

    100% {
       transform: translateY(0%);
    }
 }
 
   .spa__online__callbtn {
    background: var(--gradient-bg-color2);
    padding: 9px 18px;
    border-radius: 10px;
    max-width: 320px;
    border: 1px solid #fff;
  }
  .spa__online__callbtn a {
    text-align: center;
    color: var(--text-color);
    display: block;
    margin: 0 auto;
    font-weight: 600;
  }

  .comming__soon__services .grid-template {
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding: 0px;
    /* width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex; */
    gap: 0px;
}
.comming-services-grid-item a {
    text-decoration: none;
}
.comming__cards__athome {
    width: 75px;
    height: 85px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(255, 255, 255, 0.952) 0px -3px 0px inset;
    padding: 3px;
    border-radius: 18px 5px;
    background: #1d110a;
}
.comming-service-images-area {
    max-width: 75px;
    height: 55px;
}
.comming-service-images-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px 5px;
}
.card-buttons {
    /* transform: translate(-50%, 125%); */
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    background: rgb(255, 255, 255);
    color: #2e0505;
    font-size: 1rem;
    transition: 0.3s ease-out;
    margin: 2px auto;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.card-buttons .bi {
    position: relative;
    top: -3px;
    left: -3px;
    font-size: 14px;
}
.comming-services-contents {
    width: 75px;
}
.comming-services-contents p {
    font-size: 11px;
    font-weight: 600;
    font-family: arno pro;
    text-align: center;
    color: #000000;
}
.card-buttons:hover {
    /* transform: translate(-50%, 125%); */
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    background: rgb(168, 6, 6);
    color: #fcf7f7;
    font-size: 1rem;
    transition: 0.3s ease-out;
    margin: 2px auto;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.comming__cards__athome:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, #c89e38 0px -3px 0px inset;
    border: 1px solid #c89e38;
    transition: all .1s ease-in-out;
}

.comming___backgrounds22 {
    background: url('../img/massage__at__home.jpg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 90vh;
    width: 100%;
    padding: 20px;
}

.comming___backgrounds23 {
    background-image: url('../img/bg/6.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    /* padding: 20px; */
}
@media (min-width: 320px) and (max-width: 428px) {
    .comming___backgrounds23 {
        background-image: url('../img/bg/6.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 114vh;
        width: 100%;
        /* padding: 20px; */
    }
}
.massage__athome__appointment {
    /* background: #fefefe; */
    /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, #351706 0px 2px 16px 0px; */
    /* height: calc(100vh - 20vh); */
    /* padding: 10px; */
    /* border: 1px solid #4dd146; */
    position: relative;
    padding: 5px;
    max-width: 24rem;
    display: block;
    margin: 0 auto;
}

.massage__appoint__img {
    position: absolute;
    top: 68px;
    width: 17.1rem;
    height: 15rem;
    left: -8px;
    z-index: 2;
}

.massage__appoint__img img {
    height: 100%;
    width: 100%;
    border-radius: 140px 100px 40px 80px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    border: 2px solid #fff;
}

.massage__appoint__img1 {
    position: absolute;
    top: 65px;
    right: 0;
    width: 140px;
    height: 140px;
    z-index: 3;
}

.massage__appoint__img1 img {
    height: 100%;
    width: 100%;
    border-radius: 140px 100px 120px 80px;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

.massage__appoint__img2 {
    position: absolute;
    top: 180px;
    right: -2px;
    width: 120px;
    height: 120px;
}

.massage__appoint__img2 img {
    height: 100%;
    width: 100%;
    border-radius: 140px 100px 120px 80px;
    object-fit: cover;
    border: 2px solid #fff;
}

.massage__athome__top {
    background: #FF0099;
    background: -webkit-linear-gradient(to right, #493240, #FF0099);
    background: linear-gradient(to right, #493240, #FF0099);
    color: #fff;
    padding: 2.7rem;
    border: 2px solid #fff;
    border-radius: 140px 100px 40px 80px;
    position: absolute;
    top: 270px;
    z-index: 1;
    max-width: 22rem;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    display: block;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    /* height: 40vh; */
}

.massage__athome__top p {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}

.appointment__samples {
    z-index: 100;
}

.appoint__prices {
    font-size: 17px;
    /* font-weight: bold; */
    color: #2e0505;
    text-transform: capitalize;
    /* border: 1px solid #fff; */
}

.appoint__prices {
    --f: .8em;
    /* control the folded part*/
    --r: 1.4em;
    /* control the ribbon shape */
    position: absolute;
    top: 110px;
    padding: 2px;
    right: calc(-1*var(--f));
    /* padding-inline: .25em; */
    /* line-height: 1.8; */
    /* background: #2e0505; */
    background: #fff;
    border-top: var(--f) solid #0005;
    border-left: var(--r) solid #0000;
    clip-path:
        polygon(0 100%, 100% 100%, 100% var(--f), calc(100% - var(--f)) 0,
            calc(100% - var(--f)) var(--f), 0 var(--f),
            var(--r) calc(50% + var(--f)/2));
}

.appoint__prices span b {
    background: #fff;
    color: #000;
    padding: 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 10px;
    font-size: 19px;
}

.massage__athome__top .titles {
    margin-top: 70px;
    background: #000;
    padding: 5px;
    border-radius: 40px 20px 35px 15px;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    text-transform: capitalize;
}

.massage__athome__top .books__app {
    font-size: 16px;
    font-weight: 600;
}

.appoint__now__btn {
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711);
    background: linear-gradient(to right, #f5af19, #f12711);
    color: #fff;
    padding: 10px 20px;
    position: relative;
    top: 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 125px 125px 45px 50px;
    text-decoration: none;
    border: 1px solid #fff;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}