/** Appointment Steppar start **/
.Appointment-detail .progress-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
    margin-top: 30px;
    max-width: 100%;
    display: none;
  }

  .Appointment-detail .progress-container::before {
    content: "";
    background-color: #e0e0e0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 4px;
    width: 100%;
    z-index: 0;
  }

  .Appointment-detail .progress-container .progress {
    background-color: var(--site_color);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 4px;
    width: 0%;
    z-index: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }

  .Appointment-detail .circle {
    background-color: #fff;
    color: #999;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 3px solid #e0e0e0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }

  .Appointment-detail .circle.progress_active {
    border-color: var(--site_color);
  }

  .Appointment-detail .btn {
    background-color: var(--site_color);
    color: #fff;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-family: inherit;
    padding: 8px 30px;
    margin: 5px;
    font-size: 14px;
  }

  .Appointment-detail .btn:active {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }

  .Appointment-detail .btn:focus {
    outline: 0;
  }

  .Appointment-detail .btn:disabled {
    background-color: #e0e0e0;
    cursor: not-allowed;
  }
/** Appointment Steppar Over **/

.block {
    display: block !important;
}

.Appointment-detail button:disabled {
    background-color: var(--site_color_hover) !important;
    cursor: not-allowed;
    padding: 2px 10px 2px 10px;
    margin: -3px;
}

.drop-zone {
    height: 121px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 2px dashed #D8D8D8;
    margin-top: 10px;
  }

  .drop-zone--over {
    border-style: solid;
  }

  .drop-zone__input {
    display: none;
  }

  .drop-zone__thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
  }

  .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
  }

.bg-blue-700
{
    background-color:var(--site_color) !important;
}

.disabled
{
    pointer-events: none;
    opacity: .65;
}

.cart p{
    top: -7px;
    right: -10px;
    font-size: 9px;
    background-color: var(--site_color);
    border-radius: 50%;
    height: 14px;
    text-align: center;
    width: 14px;
    font-weight: 500;
    color: #fff;
}

audio, canvas, embed, iframe, object, svg, video
{
    display: inline !important;
}

[multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, textarea:focus
{
    --tw-ring-color: #D8D8D8 !important;
    border-color: #D8D8D8 !important;
    --tw-ring-shadow: none !important;
    --tw-ring-offset-shadow : none !important;
    box-shadow : none !important;
}

.main_content
{
    min-height: calc(100vh - 421px);
}

svg
{
    fill: var(--site_color);
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination
{
    display: flex;
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-link {
    padding: 0.375rem 0.75rem;
}
.page-link {
    position: relative;
    display: block;
    color: var(--site_color);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}


.form-control {
    border: 1px solid rgba(180, 180, 190, 0.3);
}
.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}

.dataTables_wrapper {
    font-family: 'fira-sans';
}

table.dataTable td, table.dataTable th
{
    border-bottom: 1px solid #e6e6e6 !important;
}

#full-stars-example-two .rating-group {
    display: inline-flex;
}
#full-stars-example-two .rating__icon {
pointer-events: none;
}
#full-stars-example-two .rating__input {
position: absolute !important;
left: -9999px !important;
}
#full-stars-example-two .rating__input--none {
display: none;
}
#full-stars-example-two .rating__label {
cursor: pointer;
padding: 0 0.1em;
font-size: 2rem;
}
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #808587 !important;
    background: #e6e7e8;
    padding: 6px;
    border-radius: 20px;
    font-size: 20px;
}
#full-stars-example-two .rating__icon--star {
    color: #f2ae00;
    padding: 6px;
    border-radius: 20px;
    font-size: 20px;
    background: #fef8e8;
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
color: orange;
}
#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
color: #ddd;
}


.change-avtar .avatar-upload {
    max-width: 157px;
    margin: 10px auto 35px;
  }

.change-avtar .avatar-upload .avatar-edit {
    right: 10px;
    z-index: 1;
    top: 10px;
}

.change-avtar .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.change-avtar .avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.change-avtar .avatar-upload .avatar-edit input + label:after {
    content: "\f304";
    font-family: "Font Awesome 5 Free";
    color: #757575;
    font-size: 10px;
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.change-avtar .avatar-upload .avatar-preview {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.change-avtar .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.patient-image {
    font-size: 15px;
    font-weight: 600;
}

input[type="file" i] {
    appearance: none;
    background-color: initial;
    cursor: default;
    align-items: baseline;
    color: inherit;
    text-overflow: ellipsis;
    white-space: pre;
    text-align: start !important;
    padding: initial;
    border: initial;
    overflow: hidden !important;
    display: none;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#3b71ca\2c _0_1px_0_0_\#3b71ca\2c _0_-1px_0_0_\#3b71ca\]
{
    --tw-shadow: none !important;
    --tw-shadow-colored:  none !important;
    box-shadow:  none !important;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#3b71ca\]{
    --tw-shadow: none !important;
    --tw-shadow-colored:  none !important;
    box-shadow:  none !important;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-t-transparent
{
    border-color: #D8D8D8 !important;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-primary
{
    border-color: #D8D8D8 !important;
}

.articles-section .single-item .slick-dots{
    display: none !important;
}
.custom-border-article{
    border-top: 1px solid #dfdfe5;
    border-bottom: 1px solid #dfdfe5;
}
.card__img--280x200 {
    width: 280px;
    height: 200px;
}
.card-image{
        border-radius: 4px;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}
.card--280 {
    width: 280px;
}
.doctors-grid .slick-dots{
    display: none !important;
}
.card__img--404x315 {
    width: 404px;
    height: 315px;
}
.image-wrap{
    width: 200px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    height: 170px;
}
.custom-width{
    width: fit-content !important;
}
.btn-custom-wh{
    width: 130px;
    height: 40px;    
}
.sec-title h2 {
    font-size: 32px !important;
    font-weight: 700 !important;
}
@media (max-width: 768px) {
    .content-column .sec-title h2 {
        line-height: 2.6rem !important;
        text-align: center;
    }
    .content-box p{
        text-align: center;
    }
    .mob-center{
        justify-content: center;
    }
}
@media (min-width: 769px) {
    .download-section {
        gap: 100px !important;
        align-items: flex-start !important;
    }
}
.content-box p{
    line-height: 1.3rem;
}
.bg-custom-blue{
    background-color: #28328c;
}
.rounded-4px{
    border-radius: 4px;
}

/*custom*/
.u-margin--60__top {
    margin-top: 60px;
}
.content {
    width: 1180px;
    zoom: 1;
    margin: auto;
}

.u-d__flex--jc-center {
    justify-content: center;
}
.u-d__flex {
    display: flex;
}
.s-static__card {
    vertical-align: top;
}

.c-applink__input, .c-applink__input .country-code, .c-footer__column, .s-static__card, .u-d__inline-block {
    display: inline-block;
}
.u-margin--10__right {
    margin-right: 10px;
}
.card-our-offerings {
    border: 1px solid #f0f0f5;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .12);
    border-radius: 24px;
    cursor: pointer;
}
.card__img--200x290 {
    width: 200px;
    height: 290px;
}
.custom-card {
    position: relative;
}
.card-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.card-our-offerings .info {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
}
.card-our-offerings .info .row-1 {
    padding-bottom: 8px;
}

.u-t-c--grey_7 {
    color: #2d2d32;
}
.card-our-offerings .info .row-2 {
    font-weight: 400;
}
.u-t-c--grey_1 {
    color: #787887;
}
.card_img {
    width: 100%;
    height: 100%;
}
.card-our-offerings .info .row-1 {
    padding-bottom: 8px;
}

.u-t-c--grey_7 {
    color: #2d2d32;
}
.btn, .c-applink__input .country-code, .c-copyright, .c-footer__title, .card-testimonial .user-name, .u-font--bold {
    font-weight: 700;
}
.u-font--20 {
    font-size: 20px;
}
.card-our-offerings .info .row-2 {
    font-weight: 400;
}

.u-t-c--grey_1 {
    color: #787887;
}

body{
  font-family: Lato, Helvetica, Arial, sans-serif !important;
}
.h-22rem{
    height: 22rem;
}
@media (max-width: 768px) {
    .h-22rem {
        height: 10rem;
    }
}


.custom-article-lh{
    line-height: 2rem;   
}
.custom-article-h{
    line-height: 2.5rem;   
}

.slick-custom-prev, .slick-custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: white;
    box-shadow: 0 0 8px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.slick-custom-prev:hover, .slick-custom-next:hover {
    background: #f0f0f0;
}

.slick-custom-prev {
    left: 15px; /* adjust if needed */
}

.slick-custom-next {
    right: 15px; /* adjust if needed */
}

.slick-custom-prev i, .slick-custom-next i {
    font-size: 16px;
    color: #000;
}
.doctor-slider-wrapper {
    position: relative;
    overflow: visible !important;
}

.slick-custom-prev, .slick-custom-next {
    width: unset !important;
    top: 40% !important;
}
@media (max-width: 767px) {
    .text-custom-center{
        text-align: center !important;  
    }
    .text-custom-center{
        text-align: center !important;  
    }
    .custom-mob-align{
        text-align: center !important;
    }
}

@media (min-width: 575px) {
    .custom-width-ar{
        width: 280px;
    }
    .custom-hw-ar{
        width: 280px;
        height: 200px;
    }
    
}

/*.articles-section .slick-slide{*/
/*    width: fit-content !important;*/
/*}*/

@media (min-width: 768px) {
    .custom-grid {
        grid-template-columns: repeat(6, 1fr) !important;
    }
}

.custom-mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (min-width: 1280px) {
    .custom-mx-auto{
         margin-right: auto !important;
         margin-left: 5rem !important;
    }
}

/*.custom-fd-flex{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-content: center;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    gap: 0.75rem;*/
/*}*/
/*@media (max-width: 1023px) {*/
/*    .custom-fd-flex {*/
/*      display: flex;*/
      flex-direction: row;            /* side by side */
/*      justify-content: space-around;*/
/*      align-items: center;*/
/*      gap: 1rem;*/
/*      width: 100%;*/
/*    }*/
    
/*    .custom-fd-flex a {*/
      flex: 1;                        /* make both buttons take equal width */
      max-width: 140px;               /* optional: limit width so they don’t stretch too wide */
/*    }*/
/*}*/

/*@media (min-width: 1024px) {*/
/*    .lg-text-center{*/
/*        text-align: center !important;*/
/*    }*/
/*}*/
/* Default layout (large screens): stacked vertically */
.custom-fd-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
}

/* Common button styles */
.custom-fd-flex a {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 12px 0;
  border-radius: 6px;
  transition: all 0.3s ease;
  width: 100%; /* full width on large screens */
}

/* Primary button */
.custom-fd-flex .custom-btn {
  background-color: #0b63f6;
  color: #fff;
  border: 1px solid #0b63f6;
}

/* Secondary button */
.custom-fd-flex .custom-btn-outline {
  background-color: #f4f7ff;
  color: #0b63f6;
  border: 1px solid #0b63f6;
}

.custom-fd-flex .custom-btn:hover {
  background-color: #084ec0;
}

.custom-fd-flex .custom-btn-outline:hover {
  background-color: #0b63f6;
  color: #fff;
}

/* 🟢 Responsive: side-by-side (half-half) for screens below 1024px */
@media (max-width: 1023px) {
  .custom-fd-flex {
    display: flex;
    flex-direction: row; /* side by side */
    justify-content: space-between;
    align-items: stretch;
    gap: 4px; /* 🟢 small 3–4px space between buttons */
    width: 100%;
  }

  .custom-fd-flex a {
    flex: 1; /* each takes equal width */
    width: 50%;
    border-radius: 6px; /* keep smooth edges */
  }

  /* 🟢 ensures the buttons don't visually merge at the gap */
  .custom-btn {
    margin-right: 2px; /* tiny buffer inside the gap */
  }

  .custom-btn-outline {
    margin-left: 2px; /* tiny buffer inside the gap */
  }
}

/* 🟢 Large screens: center text for price and adjust width */
@media (min-width: 1024px) {
  .lg-text-center {
    text-align: center !important;
  }

  .custom-fd-flex {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem !important;
    width: 85% !important; /* your custom width for desktop */
  }
}

@media (max-width: 360px) {
  .custom-fd-flex {
    flex-wrap: wrap; /* allow text wrapping */
    gap: 4px;
  }

  .custom-fd-flex a {
    white-space: normal; /* allow breaking words into multiple lines */
    word-break: break-word;
    text-align: center;
    flex: 1; /* maintain equal width */
    min-height: 52px; /* 🟢 ensures same height visually */
    display: flex;
    align-items: center;
    justify-content: center; /* center the text vertically */
  }
}

@media (max-width: 767px) {
    .d-sm-blog-flex{
        display: flex !important;
        justify-content: center !important;
    }
}
@media (min-width: 768px) {
    .d-sm-blog-flex{
        display: flex;
        justify-content: flex-start;
    }
}









