
body{
    margin: 0px;
    padding:0px;
}

.find-book-section {
    background: #E0EBFF;
}

.fb-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 6px !important;
    color: #1a1a1a;
}

.fb-subtitle {
    font-size: 16px;
    color: #59657B;
}

.fb-search-wrapper {
    margin-top: 42px;
}

.fb-search-wrapper {
    max-width: 900px;
    background: #fff;
    border-radius: 8px;
    padding: 0;
    box-shadow: none;
}

.find_inp {

    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.9rem;
    transition: border-color 0.3s;
}

.find-book-section {
    margin-top: calc(60px + 113px) !important;
}

.fb-input {
    padding: 7px 15px;
}

.fb-input input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 15px;
}

.fb-icon {
    margin-right: 3px;
    font-size: 18px;
    color: #4d4d4d;
}


.fb-left-box {
    border-right: 1px solid #e5e5e5;
}


@media (max-width: 767px) {
    .fb-left-box {
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
    }
}


.fb-illustration {
    max-width: 900px;
}


/* ========= RESPONSIVE =========== */

/* LG Screens */
@media (max-width: 1199px) {
    .fb-title {
        font-size: 34px;
    }
}

/* MD Screens */
@media (max-width: 991px) {
    .fb-title {
        font-size: 30px;
    }

    .fb-search-wrapper {
        max-width: 100%;
    }
}

/* SM Screens */
@media (max-width: 767px) {
    .fb-title {
        font-size: 28px;
    }

    .fb-subtitle {
        font-size: 14px;
    }
}

/* XS Screens */
@media (max-width: 575px) {
    .fb-title {
        font-size: 26px;
    }

    .fb-input {
        padding: 14px 16px;
    }
}



:root {
    --muted: #6c757d;
    --card-border: #e9ecef;
    --primary: #0d6efd;
    --success: #28a745;
}



.search-bar {
    max-width: 920px;
    margin: 0 auto;
    background: #fff;
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid var(--card-border);
}

.filters {
    min-height: 480px;
}

.filter-block .form-label {
    font-weight: 600;
}

.stars {
    color: #f6b318;
    font-weight: 600;
}

.doc-card {
    position: relative;
    border-radius: 12px;
    overflow: visible;
    border: 1px solid var(--card-border);
    transition: transform .18s ease, box-shadow .18s ease;
}

.doc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(13, 110, 253, 0.06);
}

.doc-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
}

.doc-card .card-body {
    padding: 18px;
}

.badge-online {
    top: 12px;
    left: 12px;
    background: var(--success);
    color: #fff;
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 999px;
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(40, 167, 69, 0.12);
}

.doc-card .btn-outline-primary {
    border-color: var(--primary);
    color: var(--primary);
}

.doc-card .btn-outline-primary:hover {
    background: rgba(13, 110, 253, 0.08);
}

.card-footer i {
    color: var(--muted);
}




.doctor-card-new {
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    background: #fff;
    padding: 14px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.doctor-img-box {
    width: 100%;

    border-radius: 14px;
    overflow: hidden;
    position: relative;
}

.doctor-img-box img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
}

.online-badge-new {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #1ecb69;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
}

.doctor-content-new {
    margin-top: 12px;
}

.doc-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.doc-title-row h5 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}

.rating-new {
    font-size: 14px;
    color: grey;
    font-weight: 500;
}

.rating-new i {
    color: #f8c034;
    margin-right: 4px;
}

.country-city-box {
       border: 1px solid #B1B1B1;
    border-radius: 6px;
    padding: 0px 10px;
    background: #fff;
}

.country-city-box select {
    border: none !important;
    box-shadow: none !important;
    font-size: 14px;
    color: #555;
    background: transparent;
    padding-left: 0;
}

.country-city-box select:focus {
    outline: none;
}

.country-city-box .country-select {
    width: 50%;
}

.country-city-box .city-select {
    width: 50%;
}

.country-city-box .divider {
    width: 1px;
    height: 22px;
    background: #ccc;
    margin: 0 10px;
}

/* Make dropdown arrow lighter like image */
.country-city-box select::-ms-expand {
    display: none;
}

.country-city-box select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23888'%3E%3Cpath d='M2 4l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 4px center;
    padding-right: 18px;
}

/* Remove default background & shadow */
.filter-acc-item {
    border: none;
    background: transparent;
}

.filter-acc-btn {
  box-shadow: none !important;
    font-size: 16px;
    color: #222222 !important;
    font-weight: 600;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-acc-btn:not(.collapsed) {
    color: #000;
}

.filter-acc-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}


.acc-arrow {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7' /%3E%3C/svg%3E");
    background-size: 16px;
    transition: transform .3s;
}

.filter-acc-btn {
    border: none !important;
}

.filter-acc-item .accordion-collapse {
   border-bottom: 1px solid #80808042;
    /* padding-bottom: 6px; */
    margin-bottom: 24px;
}

.filter-acc-btn.collapsed .acc-arrow {
    transform: rotate(180deg);
}

.filter-acc-ite {
    padding-top: 6px;
}
.filters_ss{
    border:1px solid #0000001F;
}
.stars strong {
    margin-left: 5px;
    font-weight: 400;
    color: #414141;
    font-size: 13px;
}

/* Select box alignment */
.country-city-box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.country-city-box .divider {
    width: 1px;
    height: 38px;
    background: #ddd;
}

/* Stars color */
.stars {
    color: #f0b000;
    font-size: 14px;
    font-weight: 600;
}

.doc-social-new {
    display: flex;
    gap: 9px;
    font-size: 9px;
    margin: 10px 0 15px;
    color: white;
}

.doc-social-new svg {
    width: 12px;
    height: 12px;
    background: #5A5A5A;
    border-radius: 50%;
    padding: 5px;
}

.doc-info-new p {
    font-size: 13px;
    display: block;
    gap: 6px;
margin-bottom:0px;
    line-height: 1.9;
    font-weight: 500;
    color: #646262c9;

    white-space: normal;

    overflow-wrap: break-word;
}

.doc-info-new strong {
    font-weight: 600;
    color: #393838;
}

.price-new {
    font-size: 15px;
    margin: 10px 0;
}

.price-new span {
    color: #007bff;
    font-weight: 600;
    margin-right: 4px;
}

.doc-buttons-new {
    display: flex;
    gap: 10px;
    margin-top: 17px;
}

.book-btn-new {
    width: 50%;
    padding: 4px 10px;
    border-radius: 4px;
    border: 2px solid #2464EE;
    background: #fff;
    font-weight: 600;
    color: #2464EE;
}

.rating-new path {
    fill: #FFC500;
}

.consult-btn-new {
    width: 50%;
    padding: 4px 10px;
    border-radius: 4px;
    background: #28A745;
    border: none;
    font-weight: 600;
    color: #fff;
}
.check_filter{
  width:17px;
  height:17px;
  accent-color: #0d6efd;       
  border-radius:6px;
  cursor:pointer;
  outline: none;
  vertical-align: middle;
  margin: 2px 6px 0 0;
}
.form-check-label{
    margin-left: 5px !important;
}
.form-check{
    padding-left:0px;
}
.form-check{
padding-left:0px !important;
}
.check_filter:focus{
  box-shadow: 0 0 0 4px rgba(13,110,253,0.12);
}


.check_filter.large { width:22px; height:22px; }


@media (max-width: 768px) {
    .doctor-card-new {
        padding: 12px;
    }
}

@media (max-width: 1199px) {
    .search-bar {
        max-width: 820px;
    }

    .doc-img {
        width: 64px;
        height: 64px;
    }

    .filters {
        min-height: 440px;
    }
}

@media (max-width: 991px) {


    .filters {
        min-height: unset;
    }

    .search-bar {
        max-width: 100%;
        border-radius: 12px;
    }

    .doc-img {
        width: 60px;
        height: 60px;
    }

    .doc-card .card-body {
        padding: 16px;
    }
}

@media (max-width: 767px) {
    .search-bar {
        border-radius: 12px;
    }

    .doc-img {
        width: 56px;
        height: 56px;
    }

    .doc-card {
        border-radius: 10px;
    }

    aside.col-lg-3 {
        order: 2;
    }

    main.col-lg-9 {
        order: 1;
    }
}

@media (max-width: 575px) {
    .doc-img {
        width: 52px;
        height: 52px;
    }

    .doc-card .btn {
        font-size: 14px;
        padding: 8px 10px;
    }

    .badge-online {
        padding: 5px 8px;
        font-size: 11px;
    }
}

.main_dc {
    width: 33.33%;
    padding: 0px 7px !important;
  
}

.filters{
 position: sticky;
    top: 120px;          
    z-index: 99;
}


.searchbar_container {
  width: 100%;
  max-width: 650px;
  border: 1.5px solid #2464EE66;
  border-radius:8px;
  padding: 0;
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 15px;

}

.search_inputm {
     border: none;
    outline: none;
    padding: 16px 16px;
    width: 100%;
    position: relative;
    
    width: 100%;
    font-size: 14px;
    color: #333;
    border-radius: 8px !important;
}

.search_inputm::placeholder {
  color: #8ea1c9;
}

.search_btn {
background: #1a68f3;
    border: none;
    padding: 12px 13px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 7px;
    top: 6px;
    border-radius: 7px !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_btn i {
  font-size: 18px;
}

.search_btn:hover {
  background: #0d5ce0;
}


.expert-section {
  padding: 60px 0;
}

.expert-title {
    font-size: 40px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 6px !important;
    line-height: 1.3;
}

.expert-desc {
      font-size: 19px;
    color: #656565;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 26px !important;
}

.expert-list {
  list-style: none;
  padding-left: 0;
}

.expert-list li {
  font-size: 17px;
  color: #444;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
}
.browse_exptitle{
    font-size: 40px;
    font-weight: 500;
    color: #222222;
}

.expert-list li i {
  color: #23b26d;
  font-size: 20px;
  margin-right: 10px;
}

.expert-img {
  width: 90%;
  max-width: 420px;
}
.expert-list svg{
        width: 20px;
    height: 20px;
    margin-right: 8px;
}
.expert-list path{
    fill:#03893F;
}

@media (max-width: 767px) {
  .expert-title {
    font-size: 26px;
  }

  .expert-desc,
  .expert-list li {
    font-size: 15px;
  }

  .expert-img {
    width: 80%;
    margin-top: 25px;
  }
}


.health-section {
  padding: 40px 0;
}

.health-title {
font-size: 40px;
    font-weight: 500;
    color: #222222;
    margin-bottom:30px !important;
}

.health-box {
     background: #fff;
    border: 1px solid #0000002e;
    border-radius: 12px;
    padding: 12px 12px;
    transition: 0.3s;
}

.health-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px #e8f1ff;
}

.icon-wrap {
  background: #f3f7ff;
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 10px;
}


.health-text {
 font-size: 18px;
    margin-top: 8px;
    color: #000000;
    font-weight: 500;
    margin-top: 18px ;
    margin-bottom:5px;
}
.heal_sec{
    width:20% ;
    padding:0px 7px !important;
    margin-bottom:10px !important ;
}
/* Mobile adjustments */
@media (max-width: 576px) {
  .health-title {
    font-size: 24px;
  }

  .icon-wrap img {
    width: 45px;
    height: 45px;
  }

  .health-text {
    font-size: 14px;
  }
}

.icon_w2 img{
       width: 106px;
    height:106px;
    object-fit: contain;
}
.icon_w2{
background: white !important;
    padding: 8px;
    border-radius: 12px;
    margin-bottom: 0px;
}
.h_para{
    font-size: 19px;
    color: #59657B;
    margin-bottom:46px;
}
.heal_w2{
        background: #fff !important;
    border: 1px solid #0000002e;
    border-radius: 12px;
    padding: 12px 12px !important;
    transition: 0.3s;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    margin-top:0px !important;

}
.half_c1 img{
        width: 76px;
    height: 76px;
    object-fit: contain;
}
.half_c2 img{
        width: 76px;
    height: 76px;
    object-fit: contain;
}
.half_c3 img{
        width: 76px;
    height: 76px;
    object-fit: contain;
}
.half_c4 img{
        width: 76px;
    height: 76px;
    object-fit: contain;
}

.np_bloh{
        padding: 22px 0 !important;
}
.npl_nnn{
    gap:17px !important;
}

.browhel_w{
       background: #f8fafb;
    margin: 70px 0px; 
}

.mpn_main{
    background: #f8fafb !important;
}
.np_bloh{
    padding-bottom:70px !important;
}
.mpn_main{
    margin-top:70px !important;
}

@media(min-width:991px) and (max-width:1125px){
.find-book-section {
    margin-top: calc(60px + 156px) !important;
}
}

@media(min-width:767px) and (max-width:850px){
    .find-book-section {
    margin-top: calc(60px + 182px) !important;
}
}

@media(min-width:300px) and (max-width:768px){
    .find-book-section {
    margin-top: calc(60px + 64px) !important;
}
}
.accordion-button .icon::after{
font-weight: 500 !important;
}
.accordion-button:not(.collapsed) .icon::after {
    content: "–";
    font-size: 28px;
    font-weight: 500 !important;
}

.feature-C:hover.feature-icon {
    background: #2F80ED;
    transform: rotate(12deg);
}
.feature-C{
   position: relative;
    transition: .3s 
ease;
}
.feature-box::before {
    transition: .3s;
    transform-origin: left;
}
