﻿ .dynamic-height-wrap {
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height 0.25s ease-in-out;
    -moz-transition: max-height 0.25s ease-in-out;
    -o-transition: max-height 0.25s ease-in-out;
    transition: max-height 0.25s ease-in-out;
    width: 100%;
}.btm-mr-less {
    font-size: 13px;
    padding: 9px 0px 0px;
    width: 154px;
    color: #04afe7;
    font-weight: bold;
    cursor: pointer;
    direction: rtl;
    float: right;
}
.max_height150{
        max-height: 150px;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
}

.off_tag{
        color: red;
    text-decoration: line-through;
    font-size: 12px;
}
 /* تنظیمات کلی کارت */
.meeting-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    margin-bottom: 20px;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    overflow: hidden;
}

.meeting-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* هدر کارت (انتخاب گروه) */
.group-header {
    background-color: #f8f9fa;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.group-header:hover {
    background-color: #eef2f5;
}

.group-header input[type="radio"] {
    transform: scale(1.2);
    margin-left: 10px;
}

.group-title {
    font-weight: normal;
    font-size: 14px;
    color: #333;
    flex-grow: 1;
}

/* بخش زمان‌بندی و قیمت */
.time-option-wrapper {
    padding: 10px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.time-option-wrapper:last-child {
    border-bottom: none;
}

/* استایل رادیو باتن‌های مخفی و لیبل‌های زیبا */
.time-option-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    margin-bottom: 5px;
}

.time-option-label:hover {
    border-color: #007bff;
    background-color: #f0f7ff;
}

/* حالت انتخاب شده */
.time-selector:checked + .time-option-label {
    border-color: #007bff;
    background-color: #e7f1ff;
    color: #0056b3;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
}

.time-selector {
    display: none; /* مخفی کردن رادیو باتن واقعی */
}

/* اطلاعات قیمت */
.price-info {
    text-align: left;
    font-size:12px;
    color: #555;
}

.discounted-price {
    text-decoration: line-through;
            color: red;
            font-size: 10px;
    margin-left: 5px;
}

.final-price {
    font-weight: bold;
    color: #28a745; /* رنگ سبز برای قیمت نهایی */
    font-size:12px;
}

/* تاریخ و ساعت شروع */
.schedule-info {
    padding: 10px 20px;
    background-color: #fff3cd;
    color: #856404;
    font-size:14px;
    border-bottom: 1px solid #ffeeba;
    display: flex;
    align-items: center;
}

.schedule-info i {
    margin-left: 8px;
            }
        /* کانتینر قیمت نهایی در پایین صفحه */
        .total-price-container {
            position: sticky;
            bottom: 0;
            box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        }

        .final-price-display {
            font-size: 1.5rem;
            color: #198754; /* رنگ سبز بوت‌استرپ */
        }

        /* کلاس‌های کمکی برای هایلایت کردن انتخاب‌ها */
        .group-header.active {
            background-color: #0d6efd !important; /* آبی */
            color: white;
        }

            .group-header.active .group-title {
                color: white;
            }

            .group-header.active .group-selector {
                display: block; /* نمایش رادیو باتن در صورت نیاز */
            }

        .time-option-label.active {
            border-color: #0d6efd;
            background-color: #e7f1ff;
            color: #0d6efd;
            font-weight: bold;
        }




.border-radius20 {
    border-radius: 20px !important;
}
.pd-1820 {
    padding: 18px 20px;
}.ms_border_vertical, .ms_triangle_vertical {
    position: relative;
}.column_row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    line-height: 37px;
    color: #000000;
}
/* .ms_triangle_vertical:before {
    content: "";
    position: absolute;
    bottom: -38px;
    left: -22px;
    width: 39px;
    height: 36px;
    background: #f6f6f6;
    filter: blur(1px);
    border-radius: 50% 50% 30% 30% / 80% 80% 20% 20%;
}.ms_triangle_vertical:after {
    content: "";
    position: absolute;
    top: -24px;
    left: -22px;
    background: #f6f6f6;
    filter: blur(1px);
    border-radius: 30% 30% 50% 50% / 20% 20% 80% 80%;
    width: 39px;
    height: 23px;
}*/
 .ms_border_vertical:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 10%;
    height: 80%;
    width: 1px;
    background: url(/css/img/line.png);
}
 .h1-title{
         background: linear-gradient(to bottom, #ae802a, #ba9125, #dcac5a, #f5cb7a);
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.6px;
    -webkit-background-clip: text;
    text-align: right;
    font-family: 'Kalameh-Bold';
    padding-bottom: 10px;padding-top: 10px;
 }
 .column_row .ti-3 {
  
    font-size: 15px;
    padding-bottom: 18px;
    line-height: 22px;
}
 .dr-flw-ft {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 172px;
    z-index: 0;
}
.page-nd{
    padding-top:56px;
}
.titr-rg{
    padding: 10px 20px;
    position: relative;
    text-align: right;
    color: #000;
    font-size: 32px;
    font-weight: bold;
    direction: rtl;
    display:block;
    margin:0 0;
}
.titr-rg p,.titr-rg svg{
       float: right;
    font-size: 16px;
    line-height: 47px;
    font-weight: normal;
}
.p-rg{
    text-align:right;
    padding-right:19px;
    padding:0 19px 24px 0;
}
.filter-bx{
    border-radius: 15px;
border: 0.5px solid #CCC;
padding:24px 21px 16px 21px;
}
.ti-filter{
    float:right;
    direction:rtl;
}
.ti-filter svg{
    float: right;
    position: relative;
    top: -5px;
    margin-left: 10px;
}
.list-lg{
    float:right;
    direction:rtl;
}
.list-lg li a{
    padding:6px 40px;
     color: rgba(0, 0, 0, 0.40);
     border-left:1px solid rgba(0, 0, 0, 0.20);
}
.list-lg li:hover a,.active-nd{
    color: #7E0095!important;
}
.list-lg li:last-child a{
    border:none;
}
.list-lg li{
    padding:0 0;
}
.checkout-s{
        height: 21px;
    width: 25px;
   margin-left: 8px !important;
    margin-top: 0px !important;
}
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  bottom: 0;
  left: 0;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #5e6e8d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.no-touch .cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #5e6e8d;
}
.cd-popup-trigger {
display: block;
    float: right;
    padding: 6px 16px 6px 16px;
    text-align: center;
    color: #0c0d0d;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 6px;
    border: 1px solid #e0e0e2;
    direction: rtl;
    border-radius: 12px;
    width: 100%;
    text-align: right;
}
.cd-popup-trigger span{
        float: right;
    padding: 6px 8px;
}
.cd-popup-trigger svg{
  width: 22px !important;
    float: right;
    margin-left:5px;
}
@media only screen and (min-width: 990px) {
  .cd-popup-trigger {
   display:none;
  }

}

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(7, 7, 7, 0.41);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index:99999;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 295px;
  padding:0 15px 15px 15px;
  margin: 4em auto;
  background: #FFF;
  border-radius: 9px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container p {
    padding: 30px 10px 13px 10px;
    text-align: right;
    border-bottom: 1px solid #ccc;
    margin-bottom:5px;
    float:none!important;
}

.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top:27px;
  left: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
    padding:0 15px 25px 15px;
  }
}
.list-mt li a{
      text-align: right;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eeecec;
    color: #464545;
}
.list-mt li:last-child a{
    border:none;
}
.list-mt li a input{
       float: right;
    margin-left: 6px;
    display: block;
}
.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 27px;
    left: 8px;
    width: 30px;
    height: 30px;
}
.content-list-clinic{
    padding:40px 0 0 0;
}
.fix-btn{
    position:fixed;
    z-index:9999;
    width:100%;
    bottom:-1px;
    left:0;
    height:56px;
    padding:5px 5px;
    box-shadow: 0 0 9px rgba(0,0,0,.12);
    background-color:#fff;
    display:none;
}
.icon-fx{
    font-size:20px;
}
.shop-ic:before {
    content: "\f146";
    font-family: "woodmart-font";

}
.user-ic:before {
  content: "\f124";
    font-family: "woodmart-font";
}
.sb-ic:before {
    content: "\f105";
    font-family: "woodmart-font";
}
.em-ic:before {
    content: "\f109";
    font-family: "woodmart-font";
}


.fix-btn a{
        text-align:center;
    color:#000;
    display:block;
}
.fix-btn a h3{
    text-align:center;
    color:#000;
    font-size:11px;
    line-height:8px;
}
 .fix-btn .col-md-3{
     padding:0 0;
 }
 .icon-fa {
    height: 35px;
    font-size: 18px;
    display: block;
    line-height: 30px;
    color: #000;
    font-weight: bold;
}
 :root {
  --color: pink;
  --blur-1-size: clamp(400px, 60vw, 60vw);
  --blur-2-size: clamp(300px, 40vw, 40vw);
  --blur-3-size: clamp(100px, 10vw, 10vw);
  --blur-amount: clamp(40px, 5vw, 90px);
}


.blur:nth-child(1) {
  height: 1000px;
  width:1900px;
 background-image: url('../images/b1.png');
  background-size:100% 100%;
  position:absolute;
  left:-400px;
  top:-200px;
}

.blur:nth-child(2) {
    position:absolute;
  height: 2000px;
    width: 1200px;
  top:15vh;
  right: 0px;
  background-image: url('../images/spotlight1.71dc283c.svg');
   background-size:1800px 1000px;
   background-repeat:no-repeat;
}

.cross.show {

    position: relative;

}

.main-circle {
	z-index: 2;
}

.icons {
	height: 100%;
}
.move-right{
    float:right;
    width:43%;
        transform: translate(10px, 0px);
}
.move-left{
       float:left;
    width:43%;
        transform: translate(-10px, 0px);
}
.icons .col-md-6{
    padding:0 0;
}
.icons svg {
	width:23px;
	height:23px;
	margin:10px 30px;
	transition: fill 0.5s ease-out;
}
.icons svg.colorchange {
	fill: hsla(0, 0%, 67%, 0.534);
}
.circles svg {
	transition: fill 0.3s ease-out;
	
}
.circles:hover svg {
	fill: hsl(0, 0%, 100%);
}
.main-icons {
	fill: rgb(255, 255, 255);
	width: 50px;
	height: 50px;
}

.center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.rw-nd {
    padding:8px 0;
}
.ti-clinic{
    color: #000;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-align:right;
direction:rtl;
}.ti-2 {
  
    text-align: right;
}
.mp-cinic{
     text-align: left;
    float: left;
}
.mp-cinic svg{
    float:left;
}
.mp-cinic .sp-adss{
    padding:4px 8px 0 8px;
    color:#8D8D8D;
    font-size:16px;
    float:left;
    line-height:20px;
}
.star-bl{
    direction:rtl;
}
.rw-st{
    display:inline-flex;
    direction:rtl;
    width:100%;
    padding-top:0;
    padding-bottom:20px;
}
.sp-nm{
    padding-right:32px;
}
.rw-li{
    padding:12px 0;font-size: 12px;
    text-align: right;
}
.ti-srv{
       float: right;
    color: rgb(0, 0, 0);
    direction: rtl;
    font-size: 13px;
}.ti-3 {
    text-align: right;
    direction: rtl;
    font-size: 13px;
    padding-bottom: 8px;
    line-height: 18px;
}.ti-3 svg:not(:root) {
    overflow: hidden;
    float: right;
}
.lf-bx{
    direction:rtl;
    float:left;
}
.sp-price{
    font-weight:bold;
    padding-right:16px;
    color:#000;
    font-size:14px;
}
.li-br{
border-top:0.5px solid #BEBEBE;
}
.col-nd-clinic{
        height: 85%;
}
.btn-more{
    border-radius: 10px;
    border: 0.5px solid #14688b;
    height: 36px;
    float: left;
    text-align: center;
    display: block;
    color: #14688b;
    direction: rtl;
    margin: 12px 0 32px 0;
    width: 230px;
    font-size: 12px;
}
.btn-more:hover{
    background-color:#14688b;
    color:#fff;
}
.btn-more:hover svg path{
    fill:#fff;
}
.btn-more svg{
    display:inline-block;
    position: relative;
    top: 9px;
}
.col-nd-clinic > img{
    border-radius:15px;
}
.breadcrumb-tp{
    direction:rtl;
    padding:0 15px;
    margin-top:28px;
}
.breadcrumb-tp li a{
padding:0px 0;
font-weight: 300;
font-size: 16px;
line-height: normal;
text-align: right;
text-transform: capitalize;
color: rgba(0, 0, 0, 0.40);
display:inline-block;
position:relative;
}
.breadcrumb-tp li{
    padding:0 0;
}
.breadcrumb-tp li a:after{
content: "\f053";
    font-family: 'FontAwesome';
    margin: 0 8px 0 6px;
    font-size: 10px;
    font-weight: normal;
}
.breadcrumb-tp li:last-child a{
    color:#000;
}
.breadcrumb-tp li:last-child a:after{
    display:none;
}
.pagination {
  display: flex;
  justify-content: center;
  direction:rtl;
}
.pagination-container {
  padding: 10px 0;
  display: inline-flex;
  position: relative;
  overflow: hidden;

}
.pagination-hover-overlay {
  background-color: #C004E1;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 0.5s;
  left: 60px;
  opacity: 0;
}
.pagination .icon-pagination {
  color:#000;
  font-size: 11px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.pagination-prev {
  margin-right: 15px;
  margin-left: 10px;
}
.pagination-prev .icon-pagination-prev {
  transform: rotate(0deg);
}
.pagination-next {
  margin-left: 15px;
  margin-right: 10px;
}

.pagination-page-number {
  border-radius: 5px;
  color: #8D8D8D;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.5s;
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 18px;
}
.pagination-page-number:hover {
  color: #fff;
}
.pagination-page-number.active {
  color: #fff;
}

.blobs {
    display: flex;
    justify-content: center;
    align-items: center;
    filter: url(#goo);
    position: absolute;
    top: 0;
    left: 0;
    bottom: -36px;
    right: 0;
    z-index: 999;
}
.box {
	height: 100px;
	width: 100%;
	background: #fff;
	box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.075);
	clip-path: url(#cut);
	border-radius: 5px;
	z-index: -1;
}

.circle-styles {
    position: absolute;
    width: 56px;
    height: 56px;
    transform: translate(0, -48px);
      background-color: rgb(192, 4, 225);
    clip-path: circle(42px at center);
    border-radius: 50%;
    /* border: 5px solid #ffffff; */
    box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 4%);
}

.circle-styles:nth-child(1) span {
	width: 22px;
	height: 5px;
	background: rgb(255, 255, 255);
	position: absolute;
	border-radius: 15px;
}
.circle-styles:nth-child(1) span:nth-child(2) {
	transform: rotate(90deg);
}
.circle-styles:nth-child(1) {
	display: flex;
	align-items: center;
	justify-content: center;
}

.first {
	transition: transform 0.5s 100ms ease-out;

}

.second {
	transition: transform 0.5s 300ms ease-out;

}
.last {
	transition: transform 0.5s 500ms ease-out;


}
.circles{
    padding-top:17px!important;
}
.circles a{
    color:#fff;
    font-size:25px;
}
.first.show {
	transform: translate(-100px, -80px);
}
.second.show {
	transform: translate(0px, -120px);
}
.last.show {
	transform: translate(100px, -80px);
}
.cross {
	transform-origin: center center;
	transition: all 0.5s ease-in-out;
}

.wrapper {
  position: relative;
}
.wrapper .icon {
  position: absolute;
  top: 0;
  height: 100%;
  width: 120px;
  display: flex;
  align-items: center;
}
.icon:first-child {
  left: 0;
  display: none;
  background: linear-gradient(90deg, #fff 70%, transparent);
}
.icon:last-child {
  right: 0;
  justify-content: flex-end;
  background: linear-gradient(-90deg, #fff 70%, transparent);
}
.icon i {
  width: 55px;
  height: 55px;
  cursor: pointer;
  font-size: 1.2rem;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
}
.icon i:hover {
  background: #efedfb;
}
.icon:first-child i {
  margin-left: 15px;
} 
.icon:last-child i {
  margin-right: 15px;
} 
.category-lists-slider{
    position: relative;
}
#catgory-slider .swiper-slide {
    width: auto;
}
.category-button {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    padding: 21px 0;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
    width: 80px;
    height: 80px;
    border: 1px solid #BEBEBE;
    margin-left: 18px;
    line-height: 20px;
    text-align: center;
}
.category-button span{
    color:#8D8D8D;
    font-weight:normal;
    font-size:14px;
    display:block;
}
.category-button.active{
    background-color: #C004E1;
    color: #fff;
}
 .category-button.active span{
     color:#fff!important;
 }
.data-text {
    display: none;
}
.data-text.active{
    display: block;
}


.slider-button{
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: absolute;
    top: 5px;
    z-index: 1;
    cursor: pointer;
}
.slider-button.slider-prev{
    left: 78px;
    top: -58px;
    
}
.slider-button.slider-next{
       left: 17px;
    top: -58px;
}

.slider-button.swiper-button-disabled{
    opacity: 0.3;
 
}
/*.box{
    padding: 30px;
    margin-top: 20px;
    background-color: #d9eefd;
    border-radius: 6px;
    transition: 0.3s;
    height: 100%;
}
.box i {
    font-size: 40px;
    margin-bottom: 20px;
    color: #37a7f1;
}*/
.ti-nd-sd{
    text-align: right;
    direction: rtl;
    font-size: 24px;
    font-weight: bold;
    padding: 8px 0px 16px 0px;
    line-height:normal;
}
.ti-nd-sd svg{
    position:relative;
    top:5px;
}
.p-dt-ce{
    color:#8D8D8D;
 text-align:center;
 margin-left:20px;
 line-height:none;
 padding-top:8px;
}
.rw-time-bx{
    margin: 8px 0;
    border-radius: 15px;
    border: 0.5px solid #8D8D8D;
    padding: 26px 16px;
}
.rw-time-bx:hover{
    background-color:rgba(249, 227, 252, 0.50);
}
.dt-pn{
    padding-top:49px;
    text-align:right;
    font-size: 14px;
    color:#8D8D8d;
    direction:rtl;
}
.ti-content-time{
      text-align: right;
    float: right;
    direction: ltr;
}
.ti-content-time svg{
    float:right;
}
.time-clck{
    color: #000;
font-size: 16px;
padding:0px 8px;
line-height:29px;
font-weight:bold;
}
.p-rg-dt{
    float: left;
    line-height: 26px;
}
.text{
display:none;
}
.toggle{
width: 193px;
    height: 41px;
    border-radius: 50px;
    border: 1px solid #C004E1;
    color: #C004E1;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    border-radius: 50px;
    float: right;
    display: block;
    background: none;
    direction:rtl;
    padding: 11px 0;
   margin:8px 0 45px 0;
   text-align:center;
}
.col-xs-3-nd {
    flex: 0 0 auto;
    width: 33%;
    padding-right: 17px;
    padding-left: 10px;
}
.svg-tn{
    position:relative;
    top:5px;
}
.img-bt-br{
    border-radius:15px;
}
.make-me-sticky {
    position: sticky;
    top: 30px;
   border-radius: 15px;
   padding:24px 0;
background:#FEFEFE;
box-shadow: 0px 4px 13.4px 2px rgba(20, 0, 21, 0.15);
}
.svg-clc{
position:relative;
top:4px;
}
.main {
    position: relative;
    display: flex
;
    flex-wrap: wrap;
    direction: rtl;
}
.right-pn{
    padding-right:0;
}
.make-me-sticky .ti-clinic{
    font-size:14px;
}
.bc-bx-cl{
    border-radius: 10px;
background: rgba(239, 239, 239, 0.80);
margin:16px auto 63px auto;
padding:0px 11px;

}
.ti-fl-bx{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.80);
    float:right;
    font-weight:normal;
}
.lf-min{
    float:left;

}
.price-pn{
    float: left;
    padding:0 5px;
    position:relative;
    color:#000;
    font-weight:bold;
}
.br-bt{
  border-bottom:0.5px solid #BEBEBE;
  padding:16px 16px 16px 16px;
}
.br-bt:last-child{
    border:none;
}
.price-pn span,.p-pn span{
    transform: rotate(-90deg);
    display: block;
    position: absolute;
    left: -22px;
    top: 1px;
    font-size:12px;
    font-size:12px;
    font-weight:normal;
    color: rgba(0, 0, 0, 0.80);
}
.price-br{
    border-radius: 50px;
border: 0.5px solid  #BEBEBE;
padding:15px 15px;
line-height:normal;
margin-bottom:16px;width: 100%;
}
.p-price-22{
    font-weight:bold;
    color:#000;
    font-size:13px;
    float:right;
}
.p-pn{
       float: left;
    position: relative;
    margin-left: 16px;

}
.btn-Payment{
border-radius: 50px;
    background: #C004E1;
    text-align: center;
    padding: 16px 0;
    color: #fff;
    font-size: 16px;
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    cursor: pointer;    background: linear-gradient(to bottom, #d0b67d, #dfbb73, #b88c33, #ac832e);
}
.btn-Payment:hover{
    background-color:rgb(136, 6, 159);
    color:#fff!important;
}
.btn-Payment svg{
        position: absolute;
    top: 10px;
}
.mb-dv{
    display:none;
}
.pn-lf{
    padding-right:6px;
}
.img-bx-bn{
    margin-bottom: 9px;
}
.rw-pn .dt-pn{
    padding:0 0 0px 0;
}
.rw-pn .ti-nd-sd {
    text-align: right;
    direction: rtl;
    font-size: 32px;
    font-weight: bold;
    padding: 8px 0px 0px 0px;
    line-height: normal;
}
.p-content-ads{
    padding-top: 32px;
    
}
.p-content-ads p{
    padding-right:16px;
    float:left;
}
.p-content-ads svg{
position: relative;
    top: -3px;
    float: right;
    margin-left: 6px;
}
.rw-p-btm{
    padding-bottom:16px;
}
.btn-add{
 border-radius: 50px;
    width: 133px;
    height: 50px;
    display: block;
    margin: 0 auto;
    float: left;
    color: #370340;
    font-size: 16px;
    text-align: center;
    padding: 16px 0;
    margin: 20px 0;
    background: rgba(214, 194, 215, 0.60);
}

.btn-add:hover{
    background-color:#C004E1;
    color:#fff;
}
.no-pn{
    padding:0 0;
}
.row-nd-mb{
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
@media only screen and (min-width: 760px){
    .row-nd-mb{
        flex-direction: column;
        position: relative;
    display: flex;
}
}
.rw-services{
    padding:10px 12px 10px 28px;
    border-radius: 15px;
border: 0.5px solid  #8D8D8D;
margin:0px 0 24px 0;
}
.rw-services:hover{
    background-color:#fff;
}
.sp-off{
    width:42px;
    height:18px;
    border-radius: 50px;
background: #C10000;
position:relative;
top:0;
display:block;
right:0;
text-align:center;
color:#fff;
font-size:12px;
padding:2px 0;
}
.rzv-nd{
color: #000;
    border-radius: 50px;
    cursor: default;
    border: 1px solid rgb(184 101 191);
}
.rzv-nd:hover{

}
.bx-content-service{
    position:relative;
}
.ti-services{
    color: #000;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
padding-top:17px;

}
.rg-bxt{
    float:right;
    padding-top:8px;
}
.panel-btm{
    padding:50px 0 58px 0;
}
.slick-active {
  padding: 20px 0;
}
.slid-nd .slick-active{
    margin:0 0;
    padding:0 0

}
.slid-nd .slid{
      margin:0 0;
    padding:0 0
}
.slid-nd .slick-slide:not(.slick-active) {
    margin:0 0;
}
.slid-nd{
    padding-top:7px;
}
.ti-ce-bld{
    font-size:24px;
    padding-bottom:32px;
}
.slick-center {
  transform: scale(1.05);
}

.slick-slide:not(.slick-active) {
  margin: 20px 0;
}

.child {
  width: 100%;
}

.slide:not(.slick-active) {
  cursor: pointer;
}

.pagination {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
.pdmobile{
background-color: #fff;
    border-radius: 16px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    padding: 18px 25px 10px;
    position: relative;
    direction: rtl;
    text-align: right;
    margin-bottom: 25px;
}
.check-ul {

    margin-top: 15px;
}
.check-ul li{
        float: right;
    width: 100%;list-style:none;
    margin-bottom: 10px;
}

.check-row {
    padding: 4px 0px;
    font-size: 14px;
    text-align: right;
}.check-row:last-child {
    border: none;
}
 .ms_span_check{
     float: right;
    margin-right: 30px;
 }
 .hidden {
    display: none;
}
  .visibility {
    display: none;
}
 .check-label {
    cursor: pointer;
    display: inline-block;
    -webkit-perspective: 0;
    perspective: 0;
    -webkit-perspective-origin: center center;
    perspective-origin: center center;
    font-size: 12px;    float: right;
    direction: rtl;
}.check-box {
    display: inline-block;
    vertical-align: middle;
    right: 0px;
    top: -1px;
    width: 10.5em;
    position: absolute;
    height: 1.5em;
    transition: all 0.25s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.check-off, .check-on {
    display: inline-block;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 0px;
    font-weight: 300;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-decoration: none;
}
.check-off {
    color: #d3dbdd;
}.check-on {
    -webkit-transform: rotateX( -90deg) translateZ(0.5em);
    transform: rotateX( -90deg) translateZ(0.5em);
  
    color: #147497;
}[type=checkbox]:checked + .check-label .check-box .check-on,[type=radio]:checked + .check-label .check-box .check-on {
    -webkit-transform: rotateX(0deg) translateZ(0em);
    transform: rotateX(0deg) translateZ(0em);
}
  /* Overlay style */
  .dr-rw-filter{
      display:none;
  }

   #trigger-overlay2{
     display:none;   
    color: #2196F3;
    padding: 9px 10px;
    border: none;
    background: #fff;
    float: right;
    font-size: 12px;
    font-weight: bold;
 }
.overlay2 {
	width:100%;
    position:relative;
}


.overlay2 .overlay-close2 {
width: 26px;
    height: 26px;
    position: absolute;
    left: 25px;
    top: 22px;
    overflow: hidden;
    border: none;
    background: url(/css/img/close.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
    background-size: 19px;
}

.ms-filter {
   position: absolute !important;
    top: 21px !important;
    left: 23px !important;
    margin: 0px auto !important;
    width: 112px !important;
    text-align: center !important;
    background: #db2328 !important;
    color: #fff !important;
    padding: 5px 7px !important;
    font-size: 13px !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    text-indent: 0 !important;
}
.overlay2 nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay2 ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

.overlay2 ul li {
	display: block;
	height: 20%;

}



.overlay2 ul li a:hover,
.overlay2 ul li a:focus {
	color: #e3fcb1;
}


.overlay2-hugeinc.open {
	opacity: 1;
	visibility: visible;

}

.overlay2-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay2-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay2-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay2-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}
.ti-fiter {
    padding: 9px 15px;
    direction: rtl;
    color: #000;
    font-weight: bold;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.08);
    display: none;
    background: #ebebeb;
}
.dr-overload{
        position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background:rgb(0 0 0 / 44%);
    z-index: 999999;
    overflow: hidden;
}.ti-fiter {
    padding: 9px 15px;
    direction: rtl;
    color: #000;
    font-weight: bold;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .08);
    display: none;
    background: #ebebeb;
}.show-filter {
display: block !important;
    position: fixed;
    z-index: 999999;
    height: 198px;
    max-width: 80%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: 15%;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 7px 0px;
    background-color: white;
    border-radius: 13px;
    padding: 15px 20px;
    margin-bottom: 10px;
    direction: rtl;
}
 .doct_title{
         margin-bottom: 15px;
    font-weight: bold;
 }
 .dr-closeFilter {
    background-color: rgb(255, 255, 255);
    border: none;
    outline: none;
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 8px;
    display: none;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 1px, rgba(0, 0, 0, 0.2) 0px 2px 5px 0px;
}.dr-overload {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 44%);
    z-index: 999999;
    overflow: hidden;
}
 .show-filter .dr-closeFilter {
    display: flex;
}
 @media screen and (max-width: 990px) {
    #sort_bx {
        display: none;
    }    .dr-rw-filter {
        display: block;
        flex-direction: row-reverse;
        flex: 1 1 0%;
        height: 100%;
        position: sticky;
        top: 0;
        z-index: 11;
        background: #fff;
        width: 100%;
        float: left;
        padding: 5px 0px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        margin-bottom: 15px;
    }
         .overlay2 nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay2 ul li {
		min-height: 34px;
	}
    .overlay2 {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:#fff;
    z-index:9999999999;
    overflow:scroll;               padding: 18px 22px;

}
   .city_sel{
       display:none;
   }
.overlay2-hugeinc {
	opacity: 0;
	visibility: hidden;

}


 #trigger-overlay2,.ti-fiter
 {
     display:block;
 }
 .list-lg{
     width: 100%;
    margin-top: 15px;
    line-height: 28px;        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
 }
 .list-lg li a {
 
    border-left: 1px solid rgb(0 0 0 / 0%);
}
}
 @media only screen and (max-width: 760px){
   .h1-title {
  
    font-size: 25px;
    }
}
   