/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body, html {
    overflow-x: hidden; 
    font-family: 'MadaniArabic';
}
p {
	font-weight: 400;
}
a {
	color: #000;
	text-decoration: none;
	transition: 0.5s all;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
html, body {
    scroll-behavior: smooth;
    padding: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'MadaniArabic';
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
 
@font-face {
    font-family: 'MadaniArabic';
    src: url('../fonts/MadaniArabic-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MadaniArabic';
    src: url('../fonts/MadaniArabic-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MadaniArabic';
    src: url('../fonts/MadaniArabic-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MadaniArabic';
    src: url('../fonts/MadaniArabic-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MadaniArabic';
    src: url('../fonts/MadaniArabic-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MadaniArabic';
    src: url('../fonts/MadaniArabic-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MadaniArabic';
    src: url('../fonts/MadaniArabic-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MadaniArabic';
    src: url('../fonts/MadaniArabic-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MadaniArabicVariable';
    src: url('../fonts/MadaniArabicVariable.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MadaniArabic';
    src: url('../fonts/MadaniArabic-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



.authpages {
    background: #FEF2F7;
    height: 100vh;
    overflow: hidden;
    padding: 20px;
}
.authleft {
    height: calc(100vh - 40px);
    width: 50%;
}
.authinner {
    display: flex;
}
.authsliderslide {
    border: 3px solid #BC6896;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    height: calc(100vh - 40px);
}
.authslidertext {
    backdrop-filter: blur(80px);
    padding: 40px 36px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 3px solid transparent;
    border-image: radial-gradient(circle at top left, #BD6897, transparent) 1;
}
.authslidertext h2 {
    font-weight: 400;
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 12px;
    max-width: 500px;
}
.authslidertext p {
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.authslider .owl-dots {
    bottom: 166px;
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 2;
    height: 10px;
    width: 100%;
    left: 40px;
}
.authslider .owl-dot{
    margin-right: 5px;
}
.authslider .owl-dot span {
    width: 20px;
    height: 10px;
    border-radius: 10px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    opacity: 0.5;
    transition: 0.3s ease-in-out;
}
.authslider .owl-dot.active span{
    opacity: 1;
    width: 42px;
}
.formpart {
    max-width: 500px;
    margin: 0 auto;
    padding: 60px 0;
}
.authright {
    width: 50%;
    text-align: center;
    height: calc(100vh - 40px);
    overflow-y: auto;
}
.authright::-webkit-scrollbar{
    display: none;
}
.logoauth img {
    max-width: 148px;
}
.formhead h1 {
    font-weight: 500;
    font-size: 32px;
    margin: 0 0 5px;
    color: #272727;
}
.formhead p {
    font-weight: 400;
    font-size: 20px;
    margin: 0;
}
.labelinput {
    font-size: 16px;
    font-weight: 500;
    color: #272727;
    margin-bottom: 10px;
}
.formauth .form-group .form-control {
    backdrop-filter: blur(112px);
    border: 1px solid #BD6789 !important;
    height: 50px;
    border-radius: 10px;
    box-shadow: none !important;
    font-weight: 500;
    outline: 0 !important;
    font-size: 13px;
    padding-left: 40px;
}
.formauth .form-group .form-control::placeholder{
    color: #797979;
}
.formauth .form-group .numberinput .form-control {
    padding-left: 74px;
}
.formauth .form-group .numberinput .form-select {
    position: absolute;
    top: 14px;
    left: 15px;
    z-index: 1;
    padding: 0;
    width: 48px;
    background-color: transparent;
    border: 0;
    font-weight: 500;
    color: #272727;
    font-size: 13px;
    border-right: 1px solid !important;
    border-radius: 0;
    height: 18px;
    padding-right: 20px;
    background-position: 28px;
    box-shadow: unset !important;
}
.inputicon {
    position: absolute;
    left: 17px;
    top: 16px;
    max-width: 22px;
}
.eyebtn {
    position: absolute;
    border: 0;
    padding: 0;
    background-color: transparent;
    right: 14px;
    top: 10px;
}
.authbtn {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BD6789;
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    border-radius: 8px;
}
.forgotpassword {
    color: #10181E;
    font-size: 14px;
    font-weight: 500;
    font-size: 16px;
}

.custom-checkbox {
    display: flex;
    align-items: center; 
    cursor: pointer;  
    line-height: 21px;
    color: #10181E;
    font-size: 14px;
    font-weight: 500;
    font-size: 16px;
}
.custom-checkbox input {
    display: none;
}
.custom-checkbox .checkmark {
    width: 19px;
    height: 19px;
    border: 1px solid #BD6789;
    background-color: #fff;
    display: inline-block;
    position: relative;
    border-radius: 0;
    border-radius: 4px;
    margin-right: 12px;
} 
.custom-checkbox input:checked + .checkmark{
    background-color: #BD6789;
    border-color: #fff;
}
.custom-checkbox input:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.donthave {
    font-weight: 500;
    font-size: 18px;
}
.donthave a{
    color: #BD6789;
}
.profileupload {
    height: 140px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BD6789;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 auto;
}
.profileupload img {
    max-width: 60px;
}
.otpinputs .form-control {
    width: 60px!important;
    height: 50px!important;
    border-radius: 15px!important;
    font-size: 18px !important;
}
.notrecived {
    font-size: 16px;
    font-weight: 500;
}
.resend {
    font-weight: 400;
    color: #797979;
    font-size: 14px;
}
.resend a{
    font-weight: 600;
    color: #272727;
    font-size: 14px;
    border-bottom: 1px solid;
}
.custom-select {
    border: 0;
    padding: 0;
    background-color: transparent;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    outline: 0;
    width: auto;
    display: inline-flex;
    padding-right: 10px;
    background-image: url(../img/Down_Arrow_3_.png);
    background-position: 97%;
    background-repeat: no-repeat;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.custom-select option{
    background-color: #2d2d2d;
}
.container{
    max-width: 1278px;
}
.topheader {
    height: 52px;
    display: flex;
    align-items: center;
    background: #BD6897;
}
.contantus {
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
}
.mapbox{
    display: flex;
    align-items: center;
    color: #fff !important;
    font-weight: 600;
        line-height: 18px;
    font-size: 14px;
}
.mapbox span {
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D9EDDF;
    border-radius: 50%;
    margin-right: 10px;
    
}
.mapbox span img{
    max-width: 12px;
}
.storebar {
    background: #FEF2F7;
    height: 75px;
    display: flex;
    align-items: center;
}
.storetxt{
    font-weight: 400;
    font-size: 18px;
    color: #BC6896;
}
.storebtn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BD6789;
    border-radius: 8px;
    height: 36px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
}
.storebtn img {
    max-width: 23px;
    margin-right: 7px;
}
.header {
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.headerlogo img {
    max-width: 98px;
}
.loginregistration {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BD6897;
    border-radius: 7px;
    padding: 8px 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}
.loginregistration span{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 23px;
    width: 23px;
    margin-right: 8px;
}
.loginregistration span img{
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.headericons {
    border: 0.92px solid #BD6897;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}
.headericons img {
    max-width: 19px;
}
.headerserchbox {
    width: 710px;
    display: flex;
    align-items: center;
    height: 40px;
    border: 1px solid #BD6789;
    background: #BD68971A;
    border-radius: 20px;
    position: relative;
        margin: 0 auto;
    padding: 11px 14px;
}
.headerserchbox .form-select {
    background-color: transparent;
    font-size: 12px;
    font-weight: 500;
    color: #BD6789;
    border: 0.1px solid #BD6789;
    border-radius: 50px;
    height: 22px;
    padding: 0px 10px 0;
    width: 52px;
    background-position: 29px;
    background-image: url(../img/dropdownarrow.png);
    background-size: 11px;
    box-shadow: unset;
}

.headerserchbox .form-control {
    margin-left: 30px;
    background-color: transparent;
    border: 0;
    height: 28px;
    color: #272727;
    font-size: 14px;
    font-weight: 500;
    box-shadow: unset;
    border: 0;
    background-image: url(../img/search.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 17px;
}
.headerserchbox .form-control::placeholder{
    color: #272727;
}
.footermain {
    padding: 80px 0;
    border-top: 1px solid #ECB6CB;
}
.footerlogo {
    text-align: center;
}
.footerlogo img{
    width: 170px;
}
.footermenus {
    display: flex;
    flex-wrap: wrap;
}
.footermenus a {
    color: #272727;
    font-size: 16px;
    width: 33%;
    font-weight: 500;
    margin: 15px 0;
}
.socialicons a {
    margin-left: 15px;
}

.socialicons a img {
    max-width: 45px;
    transition: 0.3s ease-in-out;
}
.footermenus a:hover{
    color: #BD6789;
}
.socialicons a:hover img{
    transform: rotateY(380deg);
}
.padding{
    padding: 80px 0;
}
.whychoosebox {
    border: 1px solid #EF95C6;
    background: #FEF2F7;
    position: relative;
    border-radius: 25px;
    padding: 60px 40px 40px;
    text-align: center;
    width: 370px !important;
}
.whychoosebox h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 9px;
}
.whychoosebox p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    color: #797979;
}
.whychoosebox span {
    width: 60px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #EF95C6;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: -23px;
    left: -10px;
}
.commanheading h2 {
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 15px;
    line-height: 58px;
}
.commanheading p {
    color: #797979;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
}
.commanheading {
    margin-bottom: 70px;
}
.bg-1{
    background-color: #FEF2F7;
}
.bg-2{
    background-color: #FFFBFD;
}
.serviceimg {
    border: 1px solid #BD6789;
    overflow: hidden;
    border-radius: 15px;
    height: 249px;
    width: 100%;
}
.serviceimg img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.servicename {
    background: #FFFFFF;
    border: 1px solid #ECB6CB;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 26px;
    padding: 0 0 5px;
    border-radius: 4px;
    margin-bottom: 25px;
}
.ourservicesbox{
    margin: 0 18px;
    display: block;
}
.owl-prev span {
    background-image: url(../img/leftarrow.png);
    height: 49px;
    width: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    text-indent: -999999999999999999999999999999999px;
}
.owl-next span {
    background-image: url(../img/Rightarrow.png);
    height: 49px;
    width: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    text-indent: -999999999999999999999999999999999px;
}
.ourservicesslider .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 53%;
    z-index: 1;
}
.ourservicesslider .owl-nav .owl-prev {
    margin-left: -42px;
}
.ourservicesslider .owl-nav .owl-next {
    margin-right: -42px;
}
.ourservicesslider .owl-stage-outer {
    z-index: 3;
}
.joinuscontent {
    text-align: center;
}
.joinuscontent span {
    color: #0A142F;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.joinuscontent h2 {
    color: #0A142F;
    margin: 0;
    font-size: 44px;
    text-transform: uppercase;
    margin: 20px 0 30px;
    line-height: 54px;
}
.joinuscontent p {
    font-size: 18px;
    font-weight: 400;
    color: #0A142F;
    margin: 0 0 30px;
}
.btnadesign {
    box-shadow: 0px 4px 6px 0px #BC689614;
    background: #BC6896;
    color: #fff !important;
    font-weight: 500;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 0 46px;
    font-size: 16px;
    font-weight: 400;
}
.bannerpart {
    height: 557px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bannertext h1 {
    font-size: 65px;
    color: #000;
    font-weight: 600;
    line-height: 75px;
    margin-bottom: 40px;
}
.bannertext p {
    font-size: 24px;
    margin: 0;
    max-width: 610px;
    font-weight: 500;
}
.productbox {
    box-shadow: 0px 4px 4px 0px #BD689740;
    border: 1px solid #FEF2F7;
    background: #FFFFFF;
    padding: 5px;
    border-radius: 20px;
    margin-bottom: 50px;
}
.producttop {
    height: 279px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.producttop .imgproduct{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.favrtico {
    background: #F2F2F2;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 20px;
}
.favrtico img{
    max-width: 20px;
}
.ratingbox {
    height: 37px;
    border-radius: 21px;
    background: #FFFFFF;
    position: absolute;
    left: 20px;
    bottom: 26px;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
    width: 77px;
}
.ratingbox img{
    margin-right: 5px;
}
.wishlisthead h1 {
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    color: #272727;
}
.producnamebox a {
    font-weight: 600;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}
.productcategory {
    font-size: 16px;
    font-weight: 500;
}
.producnamebox {
    padding: 20px 25px 20px;
}
.pricebottom {
    padding: 10px 25px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.privebox {
    font-size: 28px;
    font-weight: 600;
    color: #272727;
}
.productbtmicons img {
    max-width: 48px;
}
.wishlistpage {
    background: #FFFBFD;
}
.servicesfilter {
    width: 19.5%;
}
.servicesmain{
    width: 80.5%;
}
.servicespage{
    display: flex;
}
.smhead {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.smhead h2{
    font-weight: 600;
    font-size: 36px;
    margin: 0;
}
.headimg{
    margin-left: 10px;
    max-width: 53px;
}
 
.serviceboximg {
    height: 128px;
    width: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #BD6789;
    overflow: hidden;
    margin: 0 auto 15px;
}
.serviceboximg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.servicebox {
    border: 1px solid #ECB6CB;
    padding: 33px;
    border-radius: 16px;
    margin-right: 48px;
    display: block;
    background: #F8F8F8; 
}
.cancellationbtn {
    border: 1px solid #BD6789;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #272727;
    padding: 0 20px 3px;
}
.servicedetails h3{
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 12px;
}
.servicedetails span{
    color: #797979;
    display: block;
    font-size: 16px;
}
.servicesslider .owl-prev {
    display: none !important;
}
.servicesslider .owl-next {
    position: absolute;
    bottom: 0;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
}
.servicenewslider .owl-prev {
    position: absolute; 
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
}
.servicenewslider .owl-next {
    position: absolute; 
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.servicenewslider .servicebox {
    margin: 0 15px;
}
.servicenewslider{
    padding: 0 50px;
}  
.filtertop {
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #ECB6CB;
    font-weight: 500;
    color: #797979;
    font-size: 18px;
    padding: 0 30px;
}
.servicesfilter {
    width: 19.5%;
    border-right: 1px solid #ECB6CB;
}
.filtertop img {
    max-width: 25px;
    margin-right: 11px;
}
 
.filter-box {
    padding: 30px 26px;
}
.accordion-item {
  margin-bottom: 8px;
  border:0;
}

.accordion-header {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    outline: none;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
}
.accordion-header .arrow {
  transition: transform 0.3s;
}

.accordion-header.active .arrow {
  transform: rotate(-180deg);
}

.accordion-content {
  display: none;
  padding: 5px 0 10px;
  font-size: 14px;
  color: #333;
}

.apply-btn {
    background-color: #BD6789;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    width: 100%;
    margin-top: 10px;
}
 
.innerpageheading{
    margin-bottom: 70px;
}
.innerpageheading h2{
    color: #272727;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 10px;
}
.innerpageheading p {
    color: #797979;
    font-size: 18px;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
    line-height: 28px;
}
.teammemberimg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 298px;
    height: 298px;
    border-radius: 50%;
}
.teammemberimg img{
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.teammemberdetails h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}
.teammemberdetails span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #BD6789;
}
.offerbox {
    background: #FEF7ED;
    border: 1px solid #F3D5AA;
    padding: 24px 30px;
    border-radius: 15px;
    text-align: center;
}
.viewnowbtn {
    background: #BD6789;
    border-radius: 15px;
    color: #fff !important;
    padding: 8px 22px 10px;
    display: inline-flex;
    font-size: 18px;
    font-weight: 500;
}
.offerbox h3 {
    color: #272727;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.offerbox h4 {
    color: #272727;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}
.reviewhead h2 
 {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    color: #272727;
}
.reviewhead{
    padding-bottom: 25px;
    border-bottom: 1px solid #ECB6CB;
}
.ratinguser {
    height: 124px;
    width: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}
.ratinguser img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ratingdetails h3 {
    color: #272727;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}
.ratingmainpart {
    display: flex;
    color: #272727;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    margin-bottom: 20px;
    line-height: 16px;
}
.ratingmainpart img {
    margin-right: 3px;
}
.ratingdetails p{
    color: #272727;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}
.ratingreview {
    margin: 0 0;
    background-color: #fff;
    margin-top: 20px;
    padding: 14px 10px;
    border-radius: 10px;
}
.scrollerpart {
    height: 530px;
    overflow-y: auto;
}
.scrollerpart::-webkit-scrollbar{
    display: none;
}
.topworkbox {
    height: 516px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #ECB6CB;
    margin: 0 18px;
    border-radius: 20px;
    position: relative;
}
.topworkbox img{
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}
.cateoryslidebx {
    background: #BD6789;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 500;
    margin: 0 18px;
}
.topcategory .owl-stage-outer {
    padding: 0 100px;
    position: relative;
    z-index: 2;
}
.topcategory {
    margin: 60px auto 0;
    width: 880px;
}
.ourtopworkslider .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 82%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -108px;
}
.serviceprovideprofile {
    background: #FEDBEA1A;
    padding: 70px 0;
}
.profileimgg {
    margin: 0 auto;
    height: 294px;
    width: 294px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 30px;
    overflow: hidden;
}
.profileimgg img{
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.qrbtn {
    background: #BD6789;
    border: 1px solid #BD6789;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF !important;
    height: 55px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    padding: 10px 20px 12px;
}
.qrcodemodal .modal-content {
    background-color: transparent;
    border: 0;
    padding: 0;
}
.providename {
    font-weight: 500;
    font-size: 42px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.providename img{
    margin-left: 15px;
    max-width: 68px;
}
.providerate {
    font-size: 32px;
    color: #797979;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: 23px;
}
.providerate img {
    max-width: 32px;
    margin-left: 7px;
}
.dtlsbox {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #BD6789;
}
.dtlsbox span{
    color: #272727;
    margin-left: 10px;
}
.dtlsbox img{
    margin-right: 10px;
}
.serviceproviderdetails p {
    font-size: 20px;
    font-weight: 400;
    color: #272727;
    margin-bottom: 25px;
    margin-top: 30px;
}
.qrcodemodal .modal-dialog {
    max-width: 500px;
}
.qrcodemainbox {
    border-radius: 20px;
    text-align: center;
    background-color: #fff;
    padding: 30px 0;
}
.qrcodemainbox img {
    max-width: 500px;
}
.qrcodemainbox h3 {
    font-weight: 500;
    font-size: 32px;
    margin: 0;
}
.qrcodeactions {
    background: #FFFFFF;
    margin-top: 30px;
    border-radius: 20px;
    padding: 14px 50px;
    display: flex;
    justify-content: center;
}
.actionsbtns span {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BC6896;
    border-radius: 50px;
    margin: 0 30px 10px;
}
.actionsbtns span img{
    max-width: 41px; 
}
.actionsbtns {
    display: block;  
    text-align: center;
}
.parahove {
    background: #FFFBFD;
    height: 100%;
    width: 100%;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 30px;
    font-weight: 400;
    font-size: 16px;
    color: #272727;
    line-height: 26px;
    transform: scale(0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.topworkbox:hover img{
    transform: scale(0);
}
.topworkbox:hover .parahove{
    transform: scale(1);
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #272727;
    content: ">";
}
.breadcrumb .breadcrumb-item a , .breadcrumb .breadcrumb-item.active {
    color: #272727;
    font-size: 16px;
    font-weight: 500;
}
.productleft {
    border-radius: 20px;
    overflow: hidden;
}
.productimgbox {
    height: 453px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.thumnailimg {
    width: 31%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.productimgsmain {
    margin-bottom: 25px;
}
.productimgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumnailimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.productthumbnail{
    display: flex;
    justify-content: space-between;
}
.productdetailsmain {
    padding: 50px 50px 0;
}
.servicedetilname {
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 50px;
    color: #272727;
}
.ratinggbox {
    color: #FF7308;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}
.ratinggbox img{
    max-width: 38px;
    margin-left: 10px;
}
.servicencompany {
    font-size: 32px;
    color: #272727;
    line-height: 42px;
    margin-bottom: 15px;
}
.timer {
    display: flex;
    align-items: center;
    color: #272727;
    font-size: 14px;
    font-weight: 500;
}
.timer img{
    margin-right: 10px;
}
.serviveprice {
    font-weight: 600;
    color: #272727;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 45px;
}
.bookbtns {
    height: 51px;
    background: #BD6789;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    width: 67%;
}
.detailsinner {
    padding: 15px 0px;
}
.detailsinner p {
    font-weight: 500;
    font-size: 15px;
    color: #272727;
    line-height: 26px;
    margin-bottom: 15px;
}
.detailsinner ul li img{
    margin-right: 10px;
        max-width: 21px;
}
.detailsinner ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.detailsinner ul li p{
    margin: 0;
}
.viewdetailstbn {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    color: #272727;
    border-bottom: 1px solid #ECB6CB;
    padding-bottom: 10px;
    cursor: pointer;
}
.viewdetailstbn img {
    margin-left: 7px;
    margin-bottom: -5px;
}

.detailsinner {
  max-height: 0;              
  overflow: hidden;           
  opacity: 0;                   
  transition: all 0.4s ease;    
}

.detailsinner.show {
  max-height: 500px;           
  opacity: 1;                 
}
.bookservicetabs {
    background: #FFFFFF;
    border: 1px solid #ECB6CB;
    border-radius: 26px;
    overflow: hidden;
    display: flex;
}
.bookservicetabs nav {
    width: 35.5%;
    background: #FEF2F7;
    border-radius: 25px;
    padding: 80px 60px;
} 
.bookservicetabs nav .nav-tabs {
    display: block;
}
.bookservicetabs nav .nav-tabs .nav-link {
    width: 100%;
    height: 82px;
    border: 0;
    border-radius: 8px;
    font-weight: 500;
    color: #272727;
    font-size: 18px;
    background-color: #fff;
    margin-bottom: 35px;
}
.bookservicetabs nav .nav-tabs .nav-link.active{
    background-color: #BD6789;
    color: #FFFFFF;
}
.bookservicetabs nav .nav-tabs .nav-link:last-child{
    margin-bottom: 0;
}
.bookservicetabs .tab-content {
    width: 64.5%;
}
.bokkingform{
    padding: 70px 50px;
}
.bokkingform .form-group label {
    font-size: 18px;
    color: #272727;
    margin-bottom: 12px;
    font-weight: 500;
}
.bokkingform .form-select 
 {
    border: 1px solid #ECB6CB;
    box-shadow: 0px 9px 13px 0px #00000040 !important;
    height: 53px;
    border-radius: 8px;
    padding: 0 18px;
    font-size: 16px;
}
.continuebtns , .backbtns {
    height: 53px;
    background: #BD6789;
    border-radius: 8px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
  padding: 0 40px;
    font-weight: 500;
    width: 100%;
}
.weeksrow .col-auto {
    width: 14.28%;
    text-align: center;
}
.daysrow .col-auto {
    width: 14.28%;
    text-align: center;
}
.daynames {
    font-size: 18px;
    font-weight: 500;
    color: #272727;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.daysbox {
    height: 50px;
    background: #2727273B;
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 12px;
}
.specialday{
    background-color: #FEF2F7;
}
.timerboxx {
    border: 1px solid #BD6789;
    height: 35px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
    padding: 0 8px;
    margin-right: 14px;
}
.timetable {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    margin: 25px -50px 0px;
    border-top: 1px solid #FEF2F7;
    padding: 30px 20px 0;
}
.timetable::-webkit-scrollbar{
    display: none;
}
.bookingsummrybox {
    width: 470px;
    border-radius: 25px;
    background: #FEF2F7;
    padding: 36px 30px;
}
.bookingsummrymain {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 100px 0;
}
.bookingsummrybox h3 {
    color: #000000;
    font-weight: 600;
    font-size: 30px;
    margin-bottom:30px;
}
.quantitybox {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ECB6CB;
    border-radius: 4px;
        width: 160px;
}
.quantitybox span {
    color: #17183B;
    font-weight: 500;
    font-size: 32px;
    width: 25%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 0 5px;
    cursor: pointer;
}
.quantitybox .form-control {
    background-color: transparent;
    border: 0;
    box-shadow: unset !important;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    width: 50%;
}
.bokingservicerate span {
    font-size: 25px;
    font-weight: 600;
    color: #404040;
}
.bookingsummrybox .bookbtns {
    border-radius: 10px;
    width: 80%;
    font-size: 20px;
    padding-bottom: 7px;
}
.pricedetails {
    border: 1px solid #ECB6CB;
    border-radius: 5px;
    padding: 24px;
}
.pricedetailsinner span {
    color: #797979;
    font-size: 14px;
    font-weight: 400;
}
.pricedetailsinner strong {
    color: #272727;
    font-size: 16px;
    font-weight: 500;
}
.pricedetails h2 {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}
.promobox .form-control {
    border: 1px solid #F4F4F4;
    border-radius: 10px;
    height: 48px;
    font-size: 16px;
    padding: 0 20px 2px;
    box-shadow: unset !important;
    width: 280px;
}
.Applybtns {
    background: #F3FBF4;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 0 20px;
    margin-left: 10px;
    font-size: 14px;
}
.noteee {
    font-size: 14px;
    font-weight: 400;
    color: #797979;
    margin-bottom: 20px;
}
.noteee span{
    color: #BC6896;
}
.bottombar {
    border-top: 1px solid #F4F4F4;
    margin-top: 20px;
    padding-top: 15px;
}
.checkoutbtn {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #BC6896;
    border-radius: 10px;
    color: #fff !important;
    font-weight: 500;
}
.checkoutbtn img{
    margin-left: 10px;
}
.bookedforbox {
    border: 1px solid #ECB6CB;
    border-radius: 10px;
    padding: 10px 20px;
}
.bookedaddress {
    color: #818588;
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
}
.bookedforuser {
    display: flex;
    align-items: center;
    color: #818588;
    font-size: 12px;
}
.bookedforuser span{
    color: #1B1718;
    margin-left: 5px;
    font-weight: 500;
}
.achange {
    font-size: 12px;
    font-weight: 500;
    color: #E31D1C;
    position: absolute;
    right: 20px;
    top: 10px;
}
.yourbooking>h2 {
    font-size: 20px;
    font-weight: 500;
    color: #1B1718;
    margin-bottom: 10px;
}
.producttable {
    border: 1px solid #ECB6CB;
    overflow: hidden;
    border-radius: 10px;
}
.producttable tr th {
    background-color: #BC6896;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 40px;
}

.producttable tr td{
    color: #1B1718;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    vertical-align: middle;
    border: 0;
}
.table>:not(:first-child) {
    border-top: 0;
}
.producttable thead tr th:first-child{
    text-align: left;
}
.tableprofile {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 86px;
    width: 86px;
}
.tableprofile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tableservicename {
    color: #1B1718;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}
.tableservicecategory{
    color: #8B8B8B;
    font-weight: 500;
    font-size: 14px;
}
.datetimeboxx {
    height: 26px;
    background: #BD6789;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 0 10px 2px;
    margin-top: 7px;
}
.addanote {
    border: 1px solid #ECB6CB;
    height: 71px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #1B1718;
}
.addressmodal .modal-dialog{
    max-width: 704px;
}
.addressmodal .modal-content{
    border-radius: 20px;
    border: 0 !important;
}       
.addressmodalmainn {
    padding: 30px 40px;
}
 
.addressmodalmainn h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 35px;
    color: #1B1718;
}
.editadd {
    font-size: 16px;
    font-weight: 600;
    color: #17183B;
    margin-left: 15px;
}
.removeadd {
    font-size: 16px;
    font-weight: 600;
    color: #BD6789;
    margin-left: 15px;
    border-left: 2px solid #f2f2f2;
    padding-left: 15px;
}
.addressname {
    color: #17183B;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
        line-height: 17px;
    align-items: center;
}
.addressname span{
    font-size: 12px;
    color: #BD6789;
    margin-left: 10px;
    text-transform: uppercase; 
}
.location {
    font-size: 16px;
    font-weight: 400;
    color: #17183B;
    margin-bottom: 5px;
}
.contactno {
    font-size: 14px;
    color: #17183B;
    font-weight: 500;
}
.contactno a{
    font-weight: 300;
}
.circleradio {
    border: 2px solid #BD6789;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    margin-right: 10px;
}
.circleradio span{
    background: #BD6789;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    transform: scale(0);
}
.addressradio label {
    display: flex;
}
.addressradio input:checked ~ label .circleradio span{
    transform: scale(1);
}
.addressmodal .btn-close {
    background-image: unset;
    opacity: 1;
    position: absolute;
    top: -50px;
    right: 20px;
}
.commanbox {
    border: 1px solid #BD6789;
    border-radius: 15px;
    padding: 20px;
}
.commanform {
    border: 1px solid #BD6789;
    padding: 30px;
    border-radius: 10px;
}
.commanform .form-group label {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 8px !important;
}
.commanform .form-group .form-control {
    background: #F7F7F7;
    backdrop-filter: blur(112px);
    border: 1px solid #FEF2F7;
    border-radius: 10px;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 24px 3px;
    box-shadow:  unset !important;
}
.commanform .form-group .form-select {
    background: #F7F7F7;
    backdrop-filter: blur(112px);
    border: 1px solid #FEF2F7;
    border-radius: 10px;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 24px;
    background-image: url(../img/arrowfaq.png);
    box-shadow: unset !important;
    background-repeat: no-repeat;
    background-position: 94%;
}
.countrycode .form-select {
    padding: 0 29px 0 15px !important;
    background-position: 86% !important;
}
.adresstype a {
    height: 30px;
    border-radius: 6px;
    border: 1px solid #BD6789;
    padding: 0 10px 3px 10px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}
.commanheader {
    font-size: 20px;
    font-weight: 500;
    color: #1B1718;
    margin-bottom: 10px;
}
.payemnttabs nav {
    width: 40%;
}
.payemnttabs {
    display: flex;
}
.payemnttabs .tab-content {
    width: 60%;
}
.payemnttabs .nav-tabs .nav-link {
    border: 0;
    height: 60px;
    padding: 0 20px;
    width: 100%;
    text-align: left;
    background-color: #f1f1f1;
    color: #797979;
    border-left: 4px solid #f1f1f1;
    border-radius: 0;
}
.payemnttabs .nav-tabs .nav-link.active {
    background-color: #fff;
    border-left: 4px solid #272727;
    color: #272727;
}
.shippingbox h3 {
    font-size: 14px;
    color: #797979;
    font-weight: 400;
    margin-bottom: 20px;
}
.shippingbox {
    padding: 10px 40px;
}
.cardname {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.cardno {
    font-size: 14px;
    font-weight: 400;
    color: #1B1718;
}
.checkoutbox{
    width: 663px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 25px;
    border: 1px solid #BD6789;
    background: #FEF2F7;
}
.checkouttop img {
    max-width: 80px;
    margin-bottom: 16px;
}
.checkouttop h2{ 
    font-weight: 600;
    font-size: 26px;
    color: #272727;
    margin: 0 0 15px;
}
.checkouttop p{
    color: #797979;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.bookingnumber {
    font-weight: 600;
    color: #272727;
    font-size: 20px;
    margin-bottom: 5px;
}
.orderdate {
    font-size: 14px;
    color: #797979;
    margin-bottom: 8px;
}
.trackorder {
    border: 1px solid #272727;
    height: 40px;
    display: inline-flex;
    padding: 0 13px 3px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 10px;
}
.bookingdetailsbox h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.bookingdetailsbox a {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 7px;
}
.bookingdetailsbox p {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 0;
}
.profilesidebar {
    width: 23%;
    border-right: 1px solid #FEF2F7;
    padding: 60px 20px;
}
.profilesidebar a {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    margin-bottom: 5px;
    color: #2E2E2E;
    font-size: 16px;
    font-weight: 500;
    padding: 0 15px;
}
.profilesidebar a span{
    width: 24px;
    margin-right: 10px;
}
.profilesidebar a span img{
    max-width: 24px;
}
.profilesidebar a.active{
    background-color: #BD6897;
    color: #FFFFFF;
}
.profilesidebar a.active span img {
    filter: invert(1) brightness(20.5);
}
.profiletopbar {
    background-color: #BD6789;
    height: 45px;
    padding: 0 40px;
    display: flex;
    align-items: center;
}
.dropbutton{
    display: flex;
    align-items: center;
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
    border-right: 1px solid #fff;
    padding-right: 15px;
    margin-right: 15px;
}
.menusprofile {
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
    display: block;
    line-height: 19px;
}
.profilecotent{
    width: 77%;  
    padding: 60px 20px;
}
 .profilebtns{
    height:44px;
    background: #BD6789;
    border-radius: 8px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 0 40px;
    font-weight: 500;
    width: 100%;
 }
 .profilehead h2 {
    color: #2E2E2E;
    font-size: 20px;
    margin: 0 0 4px;
    font-weight: 600;
}
.profilehead p {
    font-size: 14px;
    margin: 0;
    color: #2E2E2E;
    font-weight: 400;
}
.profilehead {
    border-bottom: 1px solid #FEF2F7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.profileic {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2.25px solid #BD6789;
    border-radius: 50px;
}
.profileic img{
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.profileedit {
    position: absolute;
    bottom: -5px;
    right: 10px;
}
.profliupload {
    border: 1px solid #FEF2F7;
    border-radius: 15px;
    margin: 0;
    padding: 15px 8px;
}
.profiledetailss span{
    color: #797979;
    font-size: 12px;
    display: block;
    font-weight: 500;
}
.profiledetailss h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    color: #2E2E2E;
}
.bookinghead {
    padding: 19px 24px;
}
.bokkingdetailstable tr td {
    font-weight: 400;
    font-size: 15px;
    padding: 10px 24px;
    border: 0;
    white-space: nowrap;
}
.bokkingdetailstable tr td span{
    color: #BD6897;
}
.bokkingdetailstable tr th {
    font-weight: 500;
    font-size: 12px;
    padding: 10px 24px;
    border: 0;
    color: #797979;
    background: #FEF2F7;
    border-top: 1px solid #BD6789;
    border-bottom: 1px solid #BD6789;
}
.viewdetailsbtn {
    font-weight: 500;
    color: #BD6897;
    font-size: 14px;
}
.filterselect .form-select {
    border: 0;
    padding: 0 33px 0 0;
    font-size: 12px;
    color: #797979;
    font-weight: 600;
    line-height: 18px;
    box-shadow: unset;
}
.mybookingpage {
    border-radius: 10px;
}
.countnumber {
    height: 40px;
    width: 40px;
    background: #FFFFFF;
    border: 1px solid #797979;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #BC6896;
    font-size: 14px;
    padding-bottom: 3px;
}
.countnumber.active{
    background-color: #BC6896;
    color: #fff;
    border-color: #BC6896;
}
.logoutmodal .modal-dialog{

}
.logoutmodal .modal-content{
    border: 1px solid #000000;
    border-radius: 20px;
}
.logoutinner h3 {
    font-size: 30px;
    font-weight: 600;
    color: #231C26;
    margin-bottom: 10px;
}
.logoutinner p {
    font-size: 18px;
    font-weight: 400;
}
.logoutinner {
    padding: 40px 30px;
} 
.logoutinner img {
    margin-bottom: 18px;
}
.modalbtns1 {
    height: 50px;
    background: #BD6789;
    border-radius: 8px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0 30px;
    font-weight: 500;
    width: 100%;
}
.modalbtns2 {
    height: 50px;
    background: #fff;
    border: 1px solid #BD6789;
    border-radius: 8px;
    color: #1B1718 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0 30px;
    font-weight: 500;
    width: 100%;
}
.bk_details {
    border: 1px solid #FEF2F7;
    background: #FFFBFD;
    padding: 30px;
}
.bkdetailstops {
    background: #FFFFFF;
    border: 1px solid #BD6789;
    border-radius: 14px;
    padding: 15px 30px;
}
.serviceid {
    font-size: 24px;
    font-weight: 500;
    color: #272727;
    margin-bottom: 10px;
    line-height: 24px;
}
.bokingplaced {
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.bookingprice {
    color: #1B1718;
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
}
.myprofilemain .producttable {
    background-color: #fff;
}
.bokingbotmdetails {
    background: #FFFFFF;
    border: 1px solid #BD6789;
    border-radius: 10px;
    padding: 20px 30px;
}
.bokingbotmleft h3 {
    color: #1B1718;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.bokingbotmleft strong {
    color: #1B1718;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}

.bokingbotmleft span {
    color: #1B1718;
    font-size: 14px;
    font-weight: 500; 
    display: block;
}
.bokingbotmright h3 {
    color: #1B1718;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.bookingaddressbox p {
    color: #818588;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 0;
}
.bookingaddressbox strong {
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.bookingcontact {
    color: #1B1718;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}
.bookingcontact a{
    font-size: 14px;
    color: #818588;
    font-weight: 400;
}
.ratinghead {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}
.selectreatingbox {
    background: #FFFFFF;
    border: 1px solid #BD6789;
    border-radius: 10px;
    padding: 20px 30px;
}
.writerevicebtn {
    border: 1px solid #ECB6CB;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    height: 71px;
    border-radius: 10px;
}
.addressactions a {
    height: 48px;
    border: 1px solid #BC6896;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 600;
    color: #BC6896;
    padding-bottom: 4px;
}
.border-theme{
    border: 1px solid #ECB6CB !important; 
}
.langcheckbox label {
    position: absolute;
    height: 22px;
    width: 22px;
    display: block;
    right: 15px;
    top: 12px;
}
.langcheckbox label::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1.25px solid #ECB6CB;
    border-radius: 3px;
}
.langcheckbox input:checked ~ label::after{
    background-color: #BD6789;
}
.langcheckbox input:checked ~ label::before{  
    transform: scale(1);
}
.langcheckbox label::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    width: 20px;
    background-image: url(../img/check.png);
    transform: scale(0);
    transition: 0.3s 
ease-in-out;
    z-index: 1;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}
.langcheckbox span {
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 11px;
    left: 22px;
}
.walletbox {
    padding: 16px;
    border-radius: 14px;
    border: 1px solid #BD6897;   
    position: relative;
    background-color: #fff;
}
.walletbox h3{
    color: #1D2127;
    font-size: 14px;
    margin-bottom: 20px;
}
.walletbox h4 {
    margin: 0;
    color: #1D2127;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.walletbox span {
    width: 60px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    border: 1px solid #BD6789;
    position: absolute;
    right: 20px;
    top: 20px;
}
.amoutwithdraw {
    border: 2px dashed #BD6789;
    border-radius: 16px;
    padding: 15px;
    text-align: center;
}
.walleticons{
    display: block;
    margin: 0 auto 10px;
    max-width: 44px;
}
.amoutwithdraw a img{
    margin-right: 8px;
}
.amoutwithdraw a{
    background: #BC6896;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}
.loyaltypointsbox {
    border-radius: 14px;
    background: #FFFFFF;
    border: 1px solid #BC6896;
    padding: 15px;
    display: flex;
    align-items: center;
}
.loyalty_txt h3 {
    font-size: 14px;
    font-weight: 600;
    color: #1B1718;
    margin-bottom: 4px;
}
.loyalty_txt span {
    display: block;
    font-size: 12px;
    color: #818588;
    font-weight: 500;
    margin-bottom: 3px;
}
.loyalty_txt strong{
    font-size: 12px;
    font-weight: 600;
    color: #1B1718;
    display: block;
}
.loyalty_txt a{
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BC6896;
    height: 35px;
    border-radius: 10px;
    color: #fff;
    margin-top: 10px;
}
.loyaltyicons {
    width: 33%;
}
.loyalty_txt{
    width: 77%;
}
.loyaltyicons img {
    max-width: 90%;
}
.loginmain {
    border: 1px solid #ECB6CB;
    padding: 30px 40px;
        background: #FFFBFD;
    border-radius: 20px;
}


.notification .dropdown-menu {
    box-shadow: 0px 4px 26px 0px #00000040;
    border-radius: 20px;
    border: 0;
    width: 505px;
    right: 0 !important;
    left: auto !important;
    overflow: hidden;
    top: 53px !important;
    transform: unset !important;
    padding: 0;
}
.notificationhead {
    background:#FEF2F7;
    height: 68px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    color: #272727;
    font-size: 18px;
    font-weight: 600;
}
.notificationinner {
    padding: 20px 20px;
}
.notificationlink {
   border: 1px solid #ECB6CB;
    display: flex;
    border-radius: 20px;
    padding: 14px 2px;
}
.notificationimg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    overflow: hidden;
    border-radius: 50px;
}
.notificationimg img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.notificationtxt h2 {
    color: #272727;
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 600;
    line-height: 20px;
}
.notificationtxt p {
    font-size: 12px;
    font-weight: 400;
    color: #272727;
    margin: 0;
}
.notificationtime {
    font-size: 13px;
    font-weight: 400;
    color: #272727;
    margin: 0;
}
.notificationinner {
    padding: 20px 20px;
    height: 360px;
    overflow-y: auto;
    margin-bottom: 20px;
} 
.viewallbtns {
    background: #F7F7F7;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #272727;
    height: 35px;
    padding: 0 18px;
    margin: 0 20px 0;
    display: inline-flex;
    align-items: center;
}
.viewallbtns img {
    margin-left: 8px;
}
.notificationhead a {
    color: #797979;
    font-size: 14px;
    font-weight: 400;
}
.commancss{
    border: 1px solid #BD6789;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
}

.helpresources {
    border: 1px solid #FEF2F7;
    background: #FFFBFD;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    align-items: center;
}
.helpcontent h3{
    color: #272727;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}
.helpcontent p{
    color: #272727;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.suppottopbpoxs{
        border: 1px solid #BD6789;
    background: #fff;
    border-radius: 16px
}
.commanform .accordion-item {
    border: 1px solid #ECB6CB !important;
    border-radius: 12px !important;
    overflow: hidden;
}
.commanform .accordion-button {
    color: #272727;
    font-weight: 500;
    padding: 0px 20px 4px;
    height: 56px;
}
.commanform .accordion-button:not(.collapsed) {
   color: #272727;
    background-color: #FFFBFD;
    box-shadow: unset;
}
.commanform .accordion-button:not(.collapsed)::after { 
    filter: brightness(0.5);
}

