@font-face { font-family: FFShamelFamily-SansOneBold;
    src: url('../fonts/ArbFONTS-FFShamelFamily-SansOneBold.ttf');
    font-display: swap;

}
@font-face { font-family: FFShamelFamily-SansOne;
    src: url('../fonts/ArbFONTS-FFShamelFamily-SansOneBook.ttf');
    font-display: swap;

}
body {
    margin: 0;
    padding: 0;
    font-family: 'FFShamelFamily-SansOne';
    color: #4a4a4a !important;
    direction: rtl;
}

/* Initial hidden state */
.scroll-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(.4, 0, .2, 1);
    will-change: opacity, transform;
}

/* Visible state */
.scroll-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
/*------------------------------ nav bar---------------------- */

.navbar {
    border-bottom: 2px solid #2986cc1a;
    background: #fff;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 500;
    font-size: 14px;
    margin: 0 12px;
    position: relative;
    transition: color 0.2s;
}

.navbar-nav .nav-link.active {
    position: relative;
    display: inline-block;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus {
    color: #00a3d3 !important;
        font-weight: bold;

}

.navbar-nav .nav-link.active::after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 2px solid #00a3d3;
    margin: 0 auto;
    margin-top: 2px;
    border-radius: 1px;
}


.navbar-brand img {
    height: 38px;
    width: auto;
}

.lang-dropdown .dropdown-toggle {
    background: transparent;
    border: none;
    color: #444;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
}

.close-icon {
    cursor: pointer;
    user-select: none;
    /* Align vertically similar to hamburger */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.5em;
}
.lang-dropdown .dropdown-toggle .header-link{
text-decoration: none;
    color: #000 !important;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.2s;
}
.lang-dropdown .dropdown-toggle .header-link img{
        margin-left: 8px;
}
.lang-dropdown .dropdown-toggle:after {
    display: none;
}
    .lang-dropdown .mobile-lang-changer{
        display: none ;
    }
.lang-dropdown .fa-globe {
    font-size: 1.1rem;
    margin-right: 2px;
    color: #444;
}

/* ----------------------- */
.medicalTourismHeadSection {
    padding-bottom: 25px;
}

.btn.btn-lg.btn-block {
    font-size: 25px;
    height: 60px;
    background: #38b9db;
    color: #fff;
}


.hero-text {
    color: #004f6c;
    margin-top: 70px;
}

.hero-text h1 {
    font-family: 'FFShamelFamily-SansOneBold';
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: right;
  color: #004f6c;
}

.hero-text h2{
  font-family: FFShamelFamily-SansOneBold;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
  color: #004f6c;
}
.hero-text a.text-decoration-none{
    font-family: FFShamelFamily-SansOne;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.89;
    letter-spacing: normal;
    text-align: right;
    color: #004f6c;
    margin-bottom: 10px;
    justify-content: space-between;
    display: flex;
}
.hero-text a.text-decoration-none .call-icon-span{
    width: 170px;
    height: 50px;
    padding: 6px;
    border-radius: 6px;
    background-color: #004f6c;
    display: inline-block;
    color: #fff;
    text-align: center;
}
.hero-text .upload-prescription{
    background: #38b9db;
    color: #fff;
    padding: 12px;
}
.hero-text p{
    font-family: FFShamelFamily-SansOne;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: right;
  color: #004f6c;
}
a.mobile-view{
    display: none;
}
.hero-text .parent-card{
    padding: 16px 10px 16px 10px;
  border-radius: 8px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #efeff4;
  background-color: #fff;
}
.hero-text form #search-body .search-filter{
    border-radius: 8px;
    box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
}
.hero-text form #search-body .search-filter #filter-h1, #filter-h1, #search-body .search-filter #filter-h1 {
    font-family: FFShamelFamily-SansOneBold;
    font-weight: bold;
    color: #38b9db;
    font-size: 16.7px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    display: inline;
}
.hero-text form #search-body .search-filter .HomeRequested, .tests_count  {
    float: left;
    background: #38b9db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-top: 4px;
    color: white;
    margin-left: 20px;
}
.hero-text form .scan-form-input{
    outline: none;
    border: none;
    height: 60px;
    border-radius: 4px;
    background-color: #efeff4;
    margin-bottom: 10px;
    font-family: FFShamelFamily-SansOne;
    font-size: 16px;
}
.hero-text form .scan-form-input.scans_name{
    border-radius: 8px;
    padding-right: 32px;
}
.hero-text form .icon{
    position: absolute;
    font-size: 25px;
    padding: 11px 0px;
    background: #efeff4;
    color: #38b9db;
    min-width: 30px;
    text-align: center;
    border-radius: 0px 8px 8px 0px;
    min-height: 60px;
}

.hero-text form .submit-form{
     background-color: #30c34b;
     color:#fff;
     outline: none;
     height: 60px;
}
.gray-background{
    background-color:#efeff4 !important;
}
#search-body .search-filter .filter-title, #search-body .search-filter .filter-body {
    padding-left: 15px;
    padding-right: 15px;
}
#search-body .search-filter{
    border-radius: 8px;
    box-shadow: 6px 7px 19px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
}
.selectedHomeTests .selectedscans p, .selectedscans p {
    display: block !important;
    width: 100%;
    padding: 0 20px;
    font-family: 'FFSHAMELFAMILY-SANSONE';
    text-align: initial;
    font-size: 12px;
}
 .selectedHomeTests p .deleted_scan, .deleted_scan {
    float: left;
    color: #9e9e9e;
}
.requested:after, .HomeRequested:after {
    font: normal normal normal 17px / 1 FontAwesome;
    content: '\f107';
    color: #b4b4b4;
    width: 30px;
    height: 30px;
    float: left;
    margin-left: -32px;
}
.ui-widget.ui-widget-content {
    font-family: 'FFShamelFamily-SansOne';
    border: none;
    border-radius: 8px;
    box-shadow: 6px 7px 19px 0 rgb(0 0 0 / 9%);
    padding: 5px;
    height: auto;
    max-height: 30%;
    overflow: auto;
}
.ui-menu .ui-menu-item:hover, .ui-menu .ui-menu-item .ui-state-active {
    background: #004f6c !important;
    border-color: #004f6c !important;
    color: #fff;
}
/* ------------------------------ tabs section--------------------------- */
#available-scans h3{
    font-family: FFShamelFamily-SansOneBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: center;
  color: #38b9db;
}
.tabs-container {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.tabs {
    display: flex;
    background: #fff;
    border-radius: 30px;
    padding: 6px;
    gap: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
}

.tab-btn {
    border: none;
    background: transparent;
    color: #004f6c;
    padding: 10px 28px;
    border-radius: 22px;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    outline: none;
    margin: 0 2px;
}
.tab-btn img{
    filter: brightness(0) saturate(100%) invert(24%) sepia(45%) saturate(1202%) hue-rotate(155deg) brightness(97%) contrast(105%);
}
.tab-btn.active {
    background: #38b9db;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0, 134, 179, 0.06);
}
.tab-btn.active img{
    filter: none;
}
.tab-content {
    display: none;
    animation: fadein 0.7s;
}

.tab-content.active {
    display: block;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cards-row {
display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-left: 12px;
  box-sizing: border-box;
 scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  justify-content: space-evenly;
}
.cards-row.center{
    justify-content: center;
}
.cards-row::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.service-card {
    flex: 0 0 280px;
    margin-left: 12px;
    margin-right: 12px;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    min-width: 260px;
    transition: box-shadow 0.2s;
    border: 1px solid #e7e7e7;
    text-align: right !important;


}
/*
.cards-row .service-card:first-child {
    margin-left: 0;
}

.cards-row .service-card:last-child {
    margin-right: 0;
} */

.service-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #eee;
}

.card-body {
    padding: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    color: #004f6c;
    margin-bottom: 4px;
}

.card-desc {
    color: #444;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    flex-direction: row-reverse;
    background: #fff;
    border: none;
    padding: 0;
    margin-top: 10px;
}

.price {
    font-weight: 500;
    font-size: 14px;
    margin-left: 8px;
}

.reserve-btn {
    background: #30c34b;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 7px 22px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    box-shadow: 0 1px 4px rgba(26, 188, 156, 0.07);
}

.reserve-btn:hover {
    background: #30c34b;
}

/* ------------------------------------ how to book section----------------- */
#how_to_book h3, #partener h3, p.offline_booking{
    font-family: FFShamelFamily-SansOneBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #38b9db;
}
#how_to_book .card{
 border-radius: 8px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
#how_to_book .card img{
    width: 100px;
}
/* --------------------------------------- partener-------------------- */
#partener .partener-container{
    min-width: 190px;
    font-family: FFShamelFamily-SansOneBold;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #004f6c;
    display: inline-block;
    margin-top: 0 16px;
}
#partener .overflow-scroll {
    scrollbar-width: none;
}
#partener .partener-container img{
    border-radius: 50%;
    width: 130px;
    border: 2px solid #004f6c;
    height: 130px;
    object-fit: contain;
    padding: 4px;
}
/* ---------------------------------- other services--------------------------- */
.media_padding{
    display: flex;
    justify-content: center;
}
/* .product_col{
    width: 225px;
    padding: 10px;
    text-align: center;
} */
.product_card{
     border-radius: 8px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 10px;
}
.product_card a{
    text-decoration: none;
}
.product_card img{
        width: 100%;
}
.product_card p{
    font-family: FFShamelFamily-SansOne;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: center;
  color: #004f6c;
  margin-top: 16px;
}
/* -------------------------------------------- search view------------- */
.search-filters .search-form{
    font-family: FFShamelFamily-SansOne;

}
.search-filters .search-form .search-city, .search-filters .search-form .search-area{
    height: 60px;
    padding: 10px 40px 10px 10px;
    background-color: #efeff4;
    border-radius:0;
    border: none;
}
.search-filters .search-form .search-city{
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    height: 50px;
}
.search-filters .search-form .search-area{
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    height: 50px;
}

.search-filters .search-form button{
    height: 50px;
    font-family: FFShamelFamily-SansOneBold;
    border-radius: 8px;
    background-color: #30c34b;
    outline: none;
    border: none;
}
.search-results h1{
    font-family: FFShamelFamily-SansOneBold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: right;
  color: #004f6c;
}
.search-results h2{
    font-family: FFShamelFamily-SansOne;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: right;
  color: #000;
}
.search-results .card .center-data img, .center-img, #ScanBranchProfileContent .profile-content .center-data img{
    border-radius:50%;
    border:1px solid #004f6c;
    width: 65px;
    height: 65px;
    object-fit: contain;
}
.search-results .card .chooseDate a{
    color:#000;
    font-size: 14px;
}
.center-name{
     font-family: FFShamelFamily-SansOne;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.89;
  letter-spacing: normal;
  text-align: right;
  color: #38b9db;
}
.center-rating{
    background:#fbfbfb;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 14px;
    color: #888888;
}
.center-rating .fa-star{
    color: #ffc107;;
}
.address-data p{
    font-family: FFShamelFamily-SansOne;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: right;
  color: #000;
}
.scan_details{
    font-family: FFShamelFamily-SansOneBold;
    font-size: 12px;
}
.scan_details .card-label{
    color: #004f6c;
}
.scan_details span{
    color: #38b9db;

}
.float-inline-end{
    float: inline-end;
    text-align: end;

}
.btn-book-center, .btn-book-center:hover, .request-body p .btn, #filter-body p button{
    background-color: #30c34b;
    border:none;
    outline:none;
    color:#fff;
}
.btn-book-center{
    font-family: FFShamelFamily-SansOneBold;
    font-size:12px;
}
.input-field.input-lg{
      height: 40px;
    background: #f9f9f9 !important;
    border: none !important;
    padding: 20px;
    width: 100%;
    border-radius: 8px;
    margin-top: 13px;
}
.request {
    display: none !important;
}
.request.active {
    display: block !important;
    box-shadow: 6px 7px 19px 0 rgb(0 0 0 / 9%);
    padding: 20px;
    border-radius: 12px;
    z-index: 1;
    position: absolute;
    background: white;
    width: 89%;
    bottom: 42%;
    font-family: 'FFShamelFamily-SansOne';
    justify-self: anchor-center;
}
.mobile-search-box{
    display: none;
}
.calendar-popup {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.5);
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:9999;
  padding: 10px;
}
.calendar-content {
  background:#fff;
  padding:20px;
  border-radius:10px;
  text-align:center;
  position:relative;
}
.calendar-header {
  display:flex; justify-content:space-between; align-items:center;
  margin:10px 0;
}
.calendar-header #calendarMonth {
  font-weight:bold; font-size:16px;
}
#calendarBranchName{
font-family: FFShamelFamily-SansOne;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #004f6c;
}
.nav-btn {
  background:none;
   border:none;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;}
.weekdays {
  display:grid; grid-template-columns:repeat(7,1fr);
  font-weight:bold; margin-bottom:5px;
}
.weekdays div {
  padding:5px; font-size:13px;
}
.days-grid {
  display:grid;
   grid-template-columns:repeat(7,1fr);
  gap:5px;
   margin-bottom:15px;

}
.days-grid  .day{
      width: 50px;
    height: 50px;
    border-radius: 50%;
    align-content: center;
}
.days-grid .available {
    background: none;
    color: #000;
    cursor: pointer; }
.days-grid .selected { background:#30c34b !important; color:#fff; font-weight:bold; }
.days-grid .disabled { color:#aaa; }
.close-btn {
  position:absolute;
   top:10px;
   left:15px;
   cursor:pointer;
   font-size:20px;
}
.details { margin-top:10px; }
.details .btn-success, .details .btn-success:hover, .details .btn-success:focus{
    background:#30c34b !important;
    border:#30c34b !important;
    color:#fff;
    outline:none;
    font-size: 12px;
    font-weight: bold;
    font-family: 'FFShamelFamily-SansOne';
      }
/* ----------------------------------- booking view------------------------- */
#book-request .appointment-location{
    font-size: 12px;
    font-family: 'FFShamelFamily-SansOne';
}
#book-request form h1, #thank_after_appoint .title-h1, .Attach_headerH1{
    font-family: FFShamelFamily-SansOneBold;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.9;
    letter-spacing: normal;
    color: #004f6c;
}
#book-request form input[type='text']{
    margin-bottom: 15px !important;
    background: #ffffff !important;
    height: 56px;
    border-radius: 4px;
    outline: none;
}
#book-request form .book-btn, #book-request form .book-btn:focus{
     background-color: #30c34b;
     border-color:#30c34b;
     outline: none;
}
#book-request .selected_scans{
    background: #fbfbfb;
    padding: 7px;
    margin: 10px -16px 0 -16px;
}
#book-request .selected_scans p{
    font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #000;
}
#book-request .custom-file-upload {
        background-color: #38b9db;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
}
#book-request form select{
    height: 50px;
}
.Image_area img {
    width: 100px;
    margin: 5px;
    border: 2px solid #004f6c;
}
/* intltelinput libarary start*/
.iti{
    width:100%;
    display: block !important;
    direction: rtl !important;
}
.iti  .iti__selected-flag .down-arrow {
	right:20px !important;
}
.iti  .iti__selected-flag {
    padding: 6px !important;
}
.iti .iti__selected-flag .iti__flag {
	right:0;
	left:0;
}
.iti .iti__selected-flag .iti__arrow{
    margin-right:6px;
    margin-left:0px;
}
.iti.iti--allow-dropdown .iti__flag-container{
	right:0px;
	left:auto;
	border-right: none !important;
	border-left: 1px solid #979797 !important;
}
.iti .iti__selected-flag{
   border-left: solid 0.5px #979797;
   border-right: none !important;
}
.iti .iti__selected-flag:focus{
   outline:none;
}
.iti.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
	background-color: #ffffff ;
}
.iti input {
    padding-right: 55px !important;
}
.iti__country-name, .iti__flag-box{
    float: right;
    margin-left: 6px;
    margin-right: 0px !important;
}
/* intltelinput libarary end */
#successModal h3{
    font-family: FFShamelFamily-SansOne;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.9;
    letter-spacing: normal;
    color: #0e0e0e;
    margin-top: 10px;

}
#successModal  .popup_button{
    border-radius: 4px;
    background-color: #38b9db;
    color: #fff;
    width: 100%;
}
/* ----------------------------------thanks view------------------------------------ */
#thank_after_appoint .patient_name{
    font-family: FFShamelFamily-SansOne;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: right;
  color: #004f6c;
}
#thank_after_appoint .Booking-Date{
    font-family: FFShamelFamily-SansOne;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  letter-spacing: normal;
  text-align: right;
  color: #0e0e0e;
}
#thank_after_appoint .thanksP{
    font-family: FFShamelFamily-SansOneBold;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: right;
  color: #0e0e0e;
  margin-bottom: 0;

}
.contact-you h3{
    color:#000;
    font-family: FFShamelFamily-SansOneBold;
    font-size: 22px;
}
.contact-you .download{
    font-family: FFShamelFamily-SansOne;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: right;
  color: #004f6c;
}
/* ================================================== profile view============================ */
#ScanBranchProfileHeader h1{
    font-family: FFShamelFamily-SansOneBold;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: right;
  color: #004f6c;
}
#ScanBranchProfileContent .profile-content .upload-prescription
{
    background-color: #38b9db;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
}
#ScanBranchProfileContent .profile-content{
    margin-top: -90px;
}
#ScanBranchProfileContent .profile-content .branch-data{
     font-family: FFShamelFamily-SansOne;
  font-size: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  letter-spacing: normal;
  text-align: center;
display: inline-grid;

}
#profile-data .tab-content{
    display: block;
}
#profile-data .nav-tabs .nav-link{
     font-family: FFShamelFamily-SansOne;
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #004f6c;
}
#profile-data .nav-tabs .nav-link.active{
     font-family: FFShamelFamily-SansOneBold;
     border-bottom: 2px solid #004f6c !important;

}
#profile-data #scans select{
    height: 60px;
}
#profile-data #scans .price{
    font-family: FFShamelFamily-SansOne;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  color: #004f6c;
}
#profile-data #scans button .icon{
     border-radius: 50%;
    border: 1px solid #004f6c;
    padding: 2px;
    margin-left: 6px;
}
#profile-data #scans button.added{
     background-color:#004f6c;
    color:#fff;
    outline: none;
    box-shadow: none;
}
#profile-data #scans button{
    height: 32px;
    font-size: 12px;
    padding: 4px 24px;
    color: #004f6c;
    border-color: #004f6c;
}
#profile-data #scans button.added:hover .icon, #profile-data #scans button.added:focus .icon{
    border:none;
}
#profile-data #scans button:hover .icon, #profile-data #scans button:focus .icon{
    border:1px solid #fff;
}
#profile-data #scans button:hover, #profile-data #scans button:focus{
    background-color:#004f6c;
    color:#fff;
    outline: none;
        box-shadow: none;
}
#profile-data #centerInfo .pan-title{
 font-family: FFShamelFamily-SansOneBold;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  color: #000;
}
#profile-data #centerInfo p{
    font-family: FFShamelFamily-SansOne;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: right;
  color: #000;
}
#profile-data #centerInfo .center-images{
        overflow: auto;
    scrollbar-width: none;
}
/* ----------------------------------footer------------------------------------ */
/* Desktop: one row */
.footer-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.footer-col {
  flex: 1 1 0;
  padding: 0 15px;
}

/* Mobile accordion */
@media (max-width: 600px) {
  .footer-row {
    display: block;
  }
  .footer-col {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  .footer-title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-title::after {
    content: "+";
    font-weight: bold;
  }
  .footer-col.open .footer-title::after {
    content: "-";
  }
  .footer-list {
    display: none;
  }
}

 .custom_footer{
    height: 30px;
    background-color:#efeff4
}
.footer {
    background: #fff;
    border-top: 1px solid #e4eaef;
    padding: 32px 0 18px 0;
    font-size: 1rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 20px;
}


.footer-logo {
    font-size: 2rem;
    font-weight: 800;
    color: #0086b3;
    margin-bottom: 8px;
    font-family: inherit;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}

.footer-logo img {
    height: 38px;
    margin-left: 8px;
}

.footer-desc {
    color: #444;
    font-size: 1.03rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.footer-title {
    font-weight: 700;
    font-size: 1.13rem;
    margin-bottom: 10px;
    text-align: right;
    cursor: pointer;
    position: relative;
    user-select: none;
    transition: color 0.2s;
}

.footer-title .fa-chevron-down {
    display: none;
    font-size: 0.9em;
    margin-right: 8px;
    transition: transform 0.3s;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #222;
}

.footer-list li {
    margin-bottom: 7px;
    font-size: 1rem;
    color: #222;
    cursor: pointer;
    transition: color 0.2s;
}

.footer-list li:hover {
    color: #0086b3;
}

.footer-contact-title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.13rem;
    text-align: right;
    cursor: pointer;
    position: relative;
    user-select: none;
    transition: color 0.2s;
}

.footer-contact-title .fa-chevron-down {
    display: none;
    font-size: 0.9em;
    margin-right: 8px;
    transition: transform 0.3s;
}

.footer-contact-info {
    margin-bottom: 12px;
    color: #222;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-contact-info span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #222;
    font-size: 1rem;
}
.contactPhone a, .contactEmail a{
    color:#000 !important;
    text-decoration: auto;
}
.footer-contact-info .fa-solid,
.footer-contact-info .fa-regular {
    color: #0086b3;
    font-size: 1.1rem;
}

.footer-social {
    margin-top: 10px;
    display: flex;
    gap: 14px;
    place-self: center;
}

.footer-social a {
    color: #004f6c;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #004f6c;
    text-decoration: none;
    padding: 20px;
    margin: 0 10px;
}

.footer-social a:hover {
    background: #0086b3;
    color: #fff;
}

.contactPhone i,
.contactEmail i {
    color: #004f6c;
    font-size: 16px;
    padding-left: 10px;

}

.contacts a {
    color: #004f6c;
    border-radius: 50%;
    border: 2px solid #004f6c;
    padding: 5px;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 20px !important;
    padding-top: 8px;
}
/* ====================== Mobile view ==================== */
@media (max-width: 575.98px) {
      .navbar-light .navbar-toggler-icon {
        background-image: url(/public/images/ic_side_menu_dark.png) !important;
        width: 25px;
    }

    .navbar-light .navbar-toggler {
        border: none !important;
    }

    .navbar-brand img {
        width: 80%;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: none !important;
        box-shadow: none !important;
    }
    .lang-dropdown .dropdown
    {
         display: none;
        }
    .lang-dropdown .mobile-lang-changer{
        display: flex !important;
        border-top: 1px solid #f5f5f5;
    }
    .lang-dropdown .mobile-lang-changer .langbtn {
padding: 8px 11px 8px 20px;
        border-radius: 4px;
        background-color: #f5f5f5;
        color: #000 !important;
        width: 130px;
        text-align: right;
    }
    .lang-dropdown .mobile-lang-changer .langbtn.active{
        border: solid 1px #38b9db;
    }
    .lang-dropdown .mobile-lang-changer .langbtn a{
        text-decoration: none;
        color:#000;
        font-size: 14px;
    }
    .lang-dropdown .mobile-lang-changer .langbtn a img{
        margin-left:5px
    }
    .hero-text {
        margin-top: 70px;
    }
    .hero-text h1 {
    font-size: 22px;
    }
    .hero-text2 img{
        display: none;
    }
    .hero-text2 a{
        display: none !important;
    }
    .hero-text a.text-decoration-none .call-icon-span {
    width: 120px;
    }
    .hero-text a.text-decoration-none{
        font-size: 16px;
    }
    a.mobile-view{
        display: block;
    }
    #available-scans h3, #how_to_book h3, #partener h3, p.offline_booking{
        font-size: 18px;
    }
    .tab-btn{
        font-size: 14px;
    }
    #partener .partener-container{
            min-width: 160px;
    }
    #partener .partener-container img{
        width: 120px;
        height:  120px;
    }
    .media_padding{
        padding: 0 15px !important;
        display: block;
    }
    .desktop.search-form{
        display: none;
    }
    .mobile-search-box{
        display: block;
        padding: 20px;
        border-radius: 4px;
        background-color: #efeff4;
        height: 60px;
        font-size: 16px;
        color: #000 !important;
    }
    .mobile-search-box a{
        color: #000;
        display: block;
    }
    .calendar-content{
        width: -webkit-fill-available;
    }
    .days-grid .day {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-content: center;
}
 .product_card p {
    font-size: 12px;
 }

#thank_after_appoint .Booking-Date, #thank_after_appoint .patient_name{
     font-size: 12px;

}
#thank_after_appoint .thanksP{
         font-size: 16px;
        margin-right: 14px;

}
.contact-you h3{
            font-size: 18px;
        margin-top: 20px;
}
.contact-you .download{
           font-size: 16px;
}
#book-request form h1, #thank_after_appoint .title-h1, .Attach_headerH1{
    font-size: 22px;
}
#ScanBranchProfileContent .profile-content .center-card-container
{
        background: #fff !important;
}
#ScanBranchProfileContent .profile-content .upload-prescription{
        margin-top: 50px;
    position: absolute;
    width: 93% !important;
    margin-bottom: 20px;
}
#ScanBranchProfileContent #profile-data #contentTabs{
    margin-top: -100px;
    display: inline-flex;
    background: #fff;
    position: absolute;
    margin-right: -12px;
    width: 100%;
}
#ScanBranchProfileContent #profile-data .tab-content{
        margin-top: 85px;
        padding: 30px 0 !important;

}
.hero-image{padding: 0 !important;}
}
@media (min-width: 576px) and (max-width: 767.98px) {}
