@media (min-width: 1000px) and (max-width: 1280px) {
  /*----------------------------------------------*/
  /* Filter Bar */
  .filter-bar {
    gap: 14px;
    margin-bottom: 14px;
  }

  .dropdown {
    width: 170px;
  }

  .filter-input {
    font-size: 14px;
    padding: 7px 10px;
  }

  /* Tags */
  .tags {
    gap: 8px;
  }

  .tag {
    font-size: 18px;
    padding: 6px 10px;
  }

  /* 2nd Section CSS */
  .dest-section {
    padding: 40px 70px;
  }

  .dest-heading {
    font-size: 64px;
    line-height: 68px;
  }

  /* Doctor Card Section */
  .doctor-card-new {
    display: flex;
    align-items: flex-start;
    /* justify-content: space-between; */
    gap: 20px;
  }

  .doctor-photo-new {
    width: 75px;
    height: 75px;
  }

  .doctor-name-new {
    font-size: 22px;
  }

  .speciality-new {
    font-size: 15px;
  }

  .highlight-btn-new {
    font-size: 13px;
    padding: 5px 10px;
  }

  /* Right Button Section (side by side rahe) */
  .ver-top-btn {
    text-align: right;
    /* padding-right: 25px; */
  }

  .ver-btn-new {
    width: 115px;
    height: 38px;
    font-size: 17px;
  }

  /* Address Tabs */
  .address-tabs-new {
    gap: 25px;
  }

  .address-tab-new {
    font-size: 18px;
  }

  /* Table Section */
  .schedule table {
    width: 100%;
  }

  .schedule th,
  .schedule td {
    font-size: 13px;
    padding: 9px 10px;
  }

  .service-table-down table {
    width: 100%;
  }

  .service-table-down th {
    font-size: 14px;
  }

  .service-table-down td {
    font-size: 12px;
  }

  /* Commitment Section */
  .commitment-area-new {
    padding: 12px 0;
  }

  .commitment-title-new {
    font-size: 19px;
  }

  .commitment-text-new {
    font-size: 15px;
  }

  /* General Spacing */
  section.dest-section-new,
  .ars-drop-down {
    padding: 35px 80px;
  }
}

/*-----------------------------------------------------------*/

@media (min-width: 912px) and (max-width: 999px) {
  /* Filter Bar */
  .filter-bar {
    gap: 10px;
    margin-bottom: 12px;
  }

  .dropdown {
    width: 150px;
  }

  .filter-input {
    font-size: 13px;
    padding: 6px 8px;
  }

  /* Tags */
  .tags {
    gap: 6px;
  }

  .tag {
    font-size: 16px;
    padding: 5px 8px;
  }

  /* 2nd Section CSS */
  .dest-section {
    padding: 30px 60px;
  }

  .dest-heading {
    font-size: 58px;
    line-height: 60px;
  }

  /* Doctor Card Section */
  .doctor-card-new {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }

  .doctor-photo-new {
    width: 70px;
    height: 70px;
  }

  .doctor-name-new {
    font-size: 20px;
  }

  .speciality-new {
    font-size: 15px;
  }

  .highlight-btn-new {
    font-size: 13px;
    padding: 4px 8px;
  }

  /* Right Button Section (same line me rahe) */
  .ver-top-btn {
    text-align: right;
    padding-right: 20px;
  }

  .ver-btn-new {
    width: 110px;
    height: 38px;
    font-size: 16px;
  }

  /* Address Tabs */
  .address-tabs-new {
    gap: 20px;
  }

  .address-tab-new {
    font-size: 16px;
  }

  /* Table Section */
  .schedule table {
    width: 100%;
  }

  .schedule th,
  .schedule td {
    font-size: 12px;
    padding: 8px;
  }

  .service-table-down table {
    width: 100%;
  }

  .service-table-down th {
    font-size: 13px;
  }

  .service-table-down td {
    font-size: 12px;
  }

  /* Commitment Section */
  .commitment-area-new {
    padding: 10px 0;
  }

  .commitment-title-new {
    font-size: 18px;
  }

  .commitment-text-new {
    font-size: 14px;
  }

  /* General Spacing */
  section.dest-section-new,
  .ars-drop-down {
    padding: 30px 60px;
  }
}

/*  Responsive for 820px to 911px */
@media (min-width: 820px) and (max-width: 911px) {
  /* -------------------- Dropdown Filters -------------------- */
  .filter-bar {
    /* flex-wrap: wrap; */
    gap: 10px;
    justify-content: center;
  }

  .dropdown {
    width: 45%;
  }

  .filter-input {
    font-size: 13px;
    padding: 6px 8px;
  }

  .icon-bg {
    padding: 6px 8px;
  }

  .tag {
    font-size: 16px;
    padding: 4px 8px;
  }

  .ars-drop-down {
    padding: 30px 0;
  }

  section.dest-section-new {
    padding: 30px 40px;
  }

  h2.dest-heading-new {
    font-size: 48px;
    line-height: 54px;
    padding-bottom: 20px;
    text-align: center;
  }

  .doctor-card-new {
    gap: 15px;
  }

  .doctor-photo-new {
    width: 70px;
    height: 70px;
  }

  .doctor-name-new {
    font-size: 20px;
  }

  .speciality-new {
    font-size: 14px;
  }

  .trusted-new {
    font-size: 13px;
  }

  .verify-new {
    font-size: 11px;
    padding-left: 6px;
  }

  .doctor-distance-new {
    font-size: 12px;
  }

  .appointment-btn-new {
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 10px;
  }

  .highlight-btn-new {
    font-size: 12px;
    padding: 3px 6px;
  }

  .ver-btn-new {
    font-size: 18px;
    width: 130px;
    height: 38px;
  }

  .specialties-tags-new span {
    font-size: 13px;
    padding: 3px 6px;
  }

  .specialties-new {
    gap: 6px;
  }

  .commitment-title-new {
    font-size: 18px;
  }

  .commitment-text-new {
    font-size: 14px;
  }

  .address-tabs-new {
    gap: 20px;
  }

  .address-tab-new {
    font-size: 16px;
  }

  .address-text-new {
    font-size: 14px;
  }

  .ver-text {
    padding-left: 10px;
    font-size: 13px;
  }

  .schedule table {
    width: 100%;
    font-size: 12px;
  }

  .schedule th {
    padding: 8px 10px;
    width: auto;
  }

  .schedule td {
    padding: 8px 10px;
    width: auto;
  }

  .service-table-down table {
    width: 100%;
  }

  .service-table-down th,
  .service-table-down td {
    font-size: 12px;
    padding: 10px 12px;
  }

  .dc-left-new,
  .dc-right {
    width: 100%;
  }

  .dest-left-rgt .row {
    flex-direction: column;
  }

  .ver-top-btn {
    text-align: center;
    padding-right: 0;
    margin-top: 15px;
  }

  .address-wrap-new {
    gap: 15px;
  }
}

/*----------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 819px) {
  .horario-tabs {
    flex-wrap: wrap !important;
  }

  /* ===== FILTER BAR ===== */
  .filter-bar {
    display: flex;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
    gap: 10px;
  }

  .dropdown {
    width: 32%;
  }

  .filter-input {
    font-size: 13px;
  }

  .dropdown-list li {
    font-size: 13px;
  }

  /* ===== TAGS SECTION ===== */
  .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
  }

  .tag {
    font-size: 11px;
    padding: 4px 8px;
  }

  .final-cross-icon {
    width: 11px;
    height: 11px;
  }

  /* ===== DOCTOR SECTION ===== */
  .dest-section-new .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .dc-left-new,
  .dc-right {
    /*width: 50%;*/
  }

  .dc-left-new {
    padding-right: 15px;
  }

  .dc-right {
    padding-left: 15px;
  }

  .doctor-card-new {
    display: flex;
    flex-direction: row;
    align-items: anchor-center;
    gap: 15px;
  }

  .doctor-photo-new {
    width: 110px;
    height: 110px;
    border-radius: 50%;
  }

  .doctor-info-new h1.doctor-name-new {
    font-size: 16px;
  }

  .speciality-new,
  .verify-new,
  .trusted-new {
    font-size: 12px;
  }

  .highlight-btn-new {
    font-size: 11px;
    padding: 5px 8px;
  }

  .appointment-btn-new {
    width: 100%;
    font-size: 13px;
    padding: 8px 10px;
    margin-top: 8px;
  }

  /* ===== SPECIALTIES ===== */
  .specialties-tags-new span {
    font-size: 11px;
    padding: 4px 6px;
  }

  /* ===== COMMITMENT AREA ===== */
  .commitment-text-new {
    font-size: 12px;
    line-height: 1.5;
  }

  /* ===== ADDRESS TABS ===== */
  .address-tabs-new {
    display: flex;
    /*justify-content: space-between;*/
    gap: 5px;
  }

  .address-tab-new {
    font-size: 12px;
    padding: 6px 8px;
  }

  .address-text-new {
    font-size: 12px;
  }

  .ver-text {
    font-size: 11px;
  }

  /* ===== SCHEDULE TABLE ===== */
  .schedule table {
    width: 100%;
    font-size: 11px;
    border-collapse: collapse;
  }

  .schedule th,
  .schedule td {
    padding: 5px;
    text-align: center;
  }

  /* ===== SERVICES TABLE ===== */
  .service-table-down table {
    width: 100%;
    font-size: 11px;
  }

  .service-table-down th,
  .service-table-down td {
    padding: 5px;
  }

  /* ===== BUTTONS ===== */
  .ver-btn-new {
    width: 100%;
    font-size: 13px;
    padding: 8px;
  }

  /* ===== SPACING & TITLES ===== */
  .dest-heading-new {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .doctor-distance-new {
    font-size: 11px;
  }

  .container {
    padding: 0 15px;
  }

  .service-table-down {
    margin-bottom: 20px;
  }

  .ars-drop-down {
    padding: 40px 0 0 0;
  }
}

/*-----------------------------------------------------------------*/

@media (min-width: 480px) and (max-width: 767px) {
  .horario-tabs {
    flex-wrap: wrap !important;
  }

  /* ===== FILTER BAR ===== */
  .filter-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
  }

  .dropdown {
    width: 48%;
  }

  .input-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
  }

  .filter-input {
    width: 88%;
    font-size: 15px;
  }

  .icon-bg {
    width: 46px;
    text-align: center;
  }

  .dropdown-list {
    width: 100%;
    font-size: 14px;
  }

  /* ===== TAGS SECTION ===== */
  .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
  }

  .tag {
    font-size: 13px;
    padding: 4px 9px;
    border-radius: 6px;
  }

  .final-cross-icon {
    width: 12px;
    height: 12px;
  }

  /* ===== DOCTOR SECTION ===== */
  .dest-section-new .row {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .dc-left-new,
  .dc-right {
    width: 100%;
  }

  /* Doctor card wider and better centered */
  .doctor-card-new {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }

  .doctor-photo-new {
    width: 110px;
    height: 110px;
    border-radius: 50%;
  }

  .doctor-info-new h1.doctor-name-new {
    font-size: 17px;
  }

  .speciality-new,
  .verify-new,
  .trusted-new {
    font-size: 13px;
  }

  .highlight-btn-new {
    font-size: 12px;
    padding: 6px 12px;
  }

  .appointment-btn-new {
    width: 100%;
    font-size: 15px;
    margin-top: 12px;
    padding: 10px;
  }

  /* ===== SPECIALTIES ===== */
  .specialties-new {
    margin-top: 14px;
  }

  .specialties-tags-new {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .specialties-tags-new span {
    font-size: 12px;
    padding: 4px 7px;
  }

  /* ===== COMMITMENT TEXT ===== */
  .commitment-text-new {
    font-size: 13px;
    line-height: 1.6;
    text-align: justify;
  }

  /* ===== ADDRESS TABS ===== */
  .address-tabs-new {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    text-align: center;
  }

  .address-tab-new {
    font-size: 13px;
    padding: 8px;
  }

  .address-text-new {
    font-size: 13px;
  }

  .ver-text {
    font-size: 12px;
  }

  /* ===== SCHEDULE TABLE ===== */
  .schedule table {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
  }

  .schedule th,
  .schedule td {
    padding: 6px;
    text-align: center;
  }

  .service-table-down table {
    width: 100%;
    font-size: 13px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .service-table-down th,
  .service-table-down td {
    padding: 6px;
  }

  /* ===== BUTTONS ===== */
  .ver-btn-new {
    width: 100%;
    font-size: 15px;
    padding: 10px;
  }

  /* ===== SPACING FIXES ===== */
  .dest-heading-new {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }

  .doctor-distance-new {
    font-size: 12px;
  }

  .container {
    padding: 0 16px;
  }

  h2.dest-heading-new {
    font-size: 38px;
    padding-bottom: 0;
  }

  .dest-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
  }

  .ver-top-btn {
    margin-bottom: 16px;
    padding-right: 0 !important;
  }

  .ars-drop-down {
    padding: 55px 0 0 0;
  }

  .service-table-down {
    margin-bottom: 26px;
  }
  
}

/*-----------------------------------------------------------------------*/

@media (min-width: 390px) and (max-width: 479px) {
  .horario-tabs {
    flex-wrap: wrap !important;
  }

  /* ===== FILTER BAR ===== */
  .filter-bar {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .dropdown {
    width: 100%;
  }

  .input-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
  }

  .filter-input {
    width: 87%;
    font-size: 14px;
  }

  .icon-bg {
    /* ----added by --comment 3---  */
    /* width: 45px; */
    text-align: center;
    /* border-top-right-radius: 0;
        border-bottom-right-radius: 0; */
  }

  .dropdown-list {
    width: 100%;
    font-size: 14px;
  }

  /* ===== TAGS SECTION ===== */
  .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 12px;
  }

  .tag {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 6px;
  }

  .final-cross-icon {
    width: 12px;
    height: 12px;
  }

  /* ===== DOCTOR SECTION ===== */
  .dest-section-new .row {
    flex-direction: column;
  }

  .dc-left-new,
  .dc-right {
    width: 100%;
  }

  .doctor-card-new {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .doctor-photo-new {
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }

  .doctor-info-new h1.doctor-name-new {
    font-size: 16px;
    text-align: center;
  }

  .speciality-new,
  .verify-new,
  .trusted-new {
    font-size: 13px;
    text-align: center;
  }

  .highlight-btn-new {
    font-size: 12px;
    padding: 6px 10px;
  }

  .appointment-btn-new {
    width: 100%;
    font-size: 14px;
    margin-top: 12px;
    padding: 10px;
  }

  /* ===== SPECIALTIES ===== */
  .specialties-new {
    margin-top: 14px;
  }

  .specialties-tags-new {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .specialties-tags-new span {
    font-size: 12px;
    padding: 4px 7px;
  }

  /* ===== COMMITMENT TEXT ===== */
  .commitment-text-new {
    font-size: 13px;
    text-align: justify;
  }

  /* ===== ADDRESS TABS ===== */
  .address-tabs-new {
    display: flex;
    justify-content: space-around;
    gap: 8px;
    text-align: center;
  }

  .address-tab-new {
    font-size: 13px;
    padding: 7px;
  }

  .address-text-new {
    font-size: 13px;
  }

  .ver-text {
    font-size: 12px;
  }

  /* ===== SCHEDULE TABLE ===== */
  .schedule table {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
  }

  .schedule th,
  .schedule td {
    padding: 6px;
    text-align: center;
    font-size: 10px !important;
  }
  
  .schedule th span{
    font-size: 12px !important;
  }  

  .schedule td.cross-text, .schedule td.inactive{
    font-size: 9px !important;
    padding: 5px 0 !important;
  }

  .service-table-down table {
    width: 100%;
    font-size: 12px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .service-table-down th,
  .service-table-down td {
    padding: 6px;
  }

  /* ===== BUTTONS ===== */
  .ver-btn-new {
    width: 100%;
    font-size: 14px;
    padding: 10px;
  }

  /* ===== SPACING FIXES ===== */
  .dest-heading-new {
    font-size: 22px;
    text-align: center;
    margin-bottom: 18px;
  }

  .doctor-distance-new {
    font-size: 12px;
  }

  .container {
    padding: 0 14px;
  }

  h2.dest-heading-new {
    font-size: 36px;
    padding-bottom: 0;
  }

  .dest-btn {
    display: flex;
    justify-content: space-around;
    margin-bottom: 8px;
  }

  .ver-top-btn {
    margin-bottom: 14px;
    padding-right: 0 !important;
  }

  .ars-drop-down {
    padding: 50px 0 0 0;
  }

  .service-table-down {
    margin-bottom: 24px;
  }
  /* Remove by Karan */
  .logo-navtab .logo-img{
    height: 60px;
  }
  .custom-tabs .nav-link.active, .custom-tabs .nav-link.completed{
    color: transparent !important;
  }
  .custom-tab-1{
    padding-top: 20px !important;
  }
  .custom-tabs-1.nav{
    display: flex;
    flex-wrap: nowrap !important;
    width: 85%;
  }
  .custom-tabs .nav-item{
    width: 25% !important;
    height: 50px !important;
  }
  .custom-tabs .nav-link{
    color: transparent !important;
    padding: 0px !important;
    margin: 0px !important;
    height: 100% !important;
  }
}

/*--------------------------------------------------------------------*/

@media (min-width: 360px) and (max-width: 389px) {
  .horario-select {
    padding-right: 40px;
  }

  .horario-tabs {
    flex-wrap: wrap !important;
  }

  /* ===== FILTER BAR ===== */
  .filter-bar {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .dropdown {
    width: 100%;
  }

  .input-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
  }

  .filter-input {
    width: 86%;
    font-size: 13px;
  }

  .icon-bg {
    /* width: 42px; */
    text-align: center;
    /* border-top-right-radius: 0;
    border-bottom-right-radius: 0; */
  }

  .dropdown-list {
    width: 100%;
    font-size: 13px;
  }

  /* ===== TAGS SECTION ===== */
  .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
  }

  .tag {
    font-size: 11px;
    padding: 4px 7px;
    border-radius: 6px;
  }

  .final-cross-icon {
    width: 11px;
    height: 11px;
  }

  /* ===== DOCTOR SECTION ===== */
  .dest-section-new .row {
    flex-direction: column;
  }

  .dc-left-new,
  .dc-right {
    width: 100%;
  }

  .doctor-card-new {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .doctor-photo-new {
    width: 95px;
    height: 95px;
    border-radius: 50%;
  }

  .doctor-info-new h1.doctor-name-new {
    font-size: 15px;
    text-align: center;
  }

  .speciality-new,
  .verify-new,
  .trusted-new {
    font-size: 12px;
    text-align: center;
  }

  .highlight-btn-new {
    font-size: 11px;
    padding: 5px 8px;
  }

  .appointment-btn-new {
    width: 100%;
    font-size: 13px;
    margin-top: 12px;
    padding: 9px;
  }

  /* ===== SPECIALTIES ===== */
  .specialties-new {
    margin-top: 12px;
  }

  .specialties-tags-new {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .specialties-tags-new span {
    font-size: 11px;
    padding: 3px 6px;
  }

  /* ===== COMMITMENT TEXT ===== */
  .commitment-text-new {
    font-size: 12px;
    text-align: justify;
  }

  /* ===== ADDRESS TABS ===== */
  .address-tabs-new {
    display: flex;
    justify-content: space-around;
    gap: 6px;
    text-align: center;
  }

  .address-tab-new {
    font-size: 12px;
    padding: 6px;
  }

  .address-text-new {
    font-size: 12px;
  }

  .ver-text {
    font-size: 11px;
  }

  /* ===== SCHEDULE TABLE ===== */
  .schedule table {
    width: 100%;
    font-size: 11px;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
  }

  .schedule th,
  .schedule td {
    padding: 5px;
    text-align: center;
    font-size: 9px;
  }

  .schedule th span{
    font-size: 12px !important;
  }  

  .schedule td.cross-text, .schedule td.inactive{
    font-size: 9px !important;
    padding: 5px 0 !important;
  }

  .service-table-down table {
    width: 100%;
    font-size: 11px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .service-table-down th,
  .service-table-down td {
    padding: 5px;
  }

  /* ===== BUTTONS ===== */
  .ver-btn-new {
    width: 100%;
    font-size: 13px;
    padding: 9px;
  }

  /* ===== SPACING FIXES ===== */
  .dest-heading-new {
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
  }

  .doctor-distance-new {
    font-size: 11px;
  }

  .container {
    padding: 0 12px;
  }

  h2.dest-heading-new {
    font-size: 34px;
    padding-bottom: 0;
  }

  .dest-btn {
    display: flex;
    justify-content: space-around;
    margin-bottom: 6px;
  }

  .ver-top-btn {
    margin-bottom: 12px;
    padding-right: 0 !important;
  }

  .ars-drop-down {
    padding: 45px 0 0 0;
  }

  .service-table-down {
    margin-bottom: 22px;
  }
  /* Remove by Karan */
  .logo-navtab .logo-img{
    height: 60px;
  }
  .custom-tabs .nav-link.active, .custom-tabs .nav-link.completed{
    color: transparent !important;
  }
  .custom-tab-1{
    padding-top: 20px;
    width: 90% !important;
  }
  .custom-tabs-1.nav{
    display: flex;
    flex-wrap: nowrap !important;   
  }
  .custom-tabs .nav-item{
    width: 25% !important;
    height: 50px !important;
  }
  .custom-tabs .nav-link{
    color: transparent !important;
    padding: 0px !important;
    margin: 0px !important;
    height: 100% !important;
  }
}

/*-------------------------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 359px) {
  .horario-select {
    padding-right: 40px;
  }

  .horario-tabs {
    flex-wrap: wrap !important;
  }

  .grey-below {
    top: 14.5 !important;
  }

  /* ===== FILTER BAR ===== */
  .filter-bar {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .dropdown {
    width: 100%;
  }

  .input-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 6px 10px;*/
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
  }

  .filter-input {
    width: 85%;
    font-size: 12px;
  }

  .icon-bg {
    width: 40px;
    text-align: center;
  }

  .dropdown-list {
    width: 100%;
    font-size: 12px;
  }

  /* ===== TAGS SECTION ===== */
  .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
  }

  .tag {
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 6px;
  }

  .final-cross-icon {
    width: 10px;
    height: 10px;
  }

  /* ===== DOCTOR SECTION ===== */
  .dest-section-new .row {
    flex-direction: column;
  }

  .dc-left-new,
  .dc-right {
    width: 100%;
  }

  .doctor-card-new {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .doctor-photo-new {
    width: 90px;
    height: 90px;
    border-radius: 50%;
  }

  .doctor-info-new h1.doctor-name-new {
    font-size: 14px;
    text-align: center;
  }

  .speciality-new,
  .verify-new,
  .trusted-new {
    font-size: 11px;
    text-align: center;
  }

  .highlight-btn-new {
    font-size: 10px;
    padding: 4px 6px;
  }

  .appointment-btn-new {
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    padding: 8px;
  }

  /* ===== SPECIALTIES ===== */
  .specialties-new {
    margin-top: 10px;
  }

  .specialties-tags-new {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }

  .specialties-tags-new span {
    font-size: 10px;
    padding: 3px 5px;
  }

  /* ===== COMMITMENT TEXT ===== */
  .commitment-text-new {
    font-size: 11px;
    text-align: justify;
  }

  /* ===== ADDRESS TABS ===== */
  .address-tabs-new {
    display: flex;
    text-align: center;
    gap: 5px;
    justify-content: space-around;
  }

  .address-tab-new {
    font-size: 11px;
    text-align: center;
    padding: 5px;
  }

  .address-text-new {
    font-size: 11px;
  }

  .ver-text {
    font-size: 10px;
  }

  /* ===== SCHEDULE TABLE ===== */
  .schedule table {
    width: 100%;
    font-size: 10px;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
  }

  .schedule th,
  .schedule td {
    font-size: 7px;
    padding: 4px;
    text-align: center;
  }
  
  .schedule th span{
    font-size: 10px !important;
  }  

  .schedule td.cross-text, .schedule td.inactive{
    font-size: 7px !important;
    padding: 5px 0 !important;
  }

  .service-table-down table {
    width: 100%;
    font-size: 10px;
    /*display: block;*/
    overflow-x: auto;
    white-space: nowrap;
  }

  .service-table-down th,
  .service-table-down td {
    padding: 4px;
  }

  /* ===== BUTTONS ===== */
  .ver-btn-new {
    width: 100%;
    font-size: 12px;
    padding: 8px;
  }

  /* ===== SPACING FIXES ===== */
  .dest-heading-new {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
  }

  .doctor-distance-new {
    font-size: 10px;
  }

  .container {
    padding: 0 10px;
  }

  h2.dest-heading-new {
    font-size: 32px;
    padding-bottom: 0;
  }

  .dest-btn {
    display: flex;
    justify-content: space-around;
    margin-bottom: 5px;
  }

  .ver-top-btn {
    margin-bottom: 10px;
    padding-right: 0 !important;
  }

  .ars-drop-down {
    padding: 40px 0 0 0;
  }

  .service-table-down {
    margin-bottom: 20px;
  }

  .icon-bg {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* Remove by karan */
  .logo-navtab .logo-img{
    height: 60px;
  }
  .custom-tabs .nav-link.active, .custom-tabs .nav-link.completed{
    color: transparent !important;
  }
  .custom-tab-1{
    padding-top: 20px;
    width: 90% !important;
  }
  .custom-tabs-1.nav{
    display: flex;
    flex-wrap: nowrap;
    width: 90%;
  }
  .custom-tabs .nav-item{
    width: 25% !important;
    height: 50px !important;
  }
  .custom-tabs .nav-link{
    color: transparent !important;
    padding: 0px !important;
    margin: 0px !important;
    height: 100% !important;
  }
}

/* DK-CSS */

@media screen and (min-width: 1000px) and (max-width: 1280px) {
  .dashboard-section {
    margin: 20px 0 0 0;
    padding-bottom: 100px;
    padding-top: 40px;
  }

  .dash-image-section {
    margin: 0;
    padding-top: 20px;
    width: 90%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }

  .last-sec-block {
    right: 25px;
    width: 45%;
    top: 50px;
  }

  img.bluerect {
    height: 80%;
    top: 50px;
    object-fit: cover;
    border-radius: 20px;
  }

  .dash-image-section img.purple-img {
    top: -20px;
    left: 0;
    width: 50%;
  }

  .datos {
    margin-bottom: 15px;
  }

  .dob-row .input-wrapper select {
    padding: 20px 25px 20px 10px;
  }

  .datos .dob-row p.hint.hint-dia.mes1 {
    top: 2px;
  }

  .form-groupes .input-wrapper .hint {
    top: 0px;
  }

  .datos .form-check.form-check-inline {
    margin-right: 2rem;
  }

  select#mes {
    width: 167px;
  }
}

@media screen and (min-width: 912px) and (max-width: 999px) {
  .dashboard-section {
    margin: 20px 0 0px 0;
    padding-bottom: 40px;
  }

  .dash-image-section {
    margin: 0;
    padding-top: 20px;
    width: 90%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }

  .last-sec-block {
    right: 0;
    width: 50%;
  }

  img.bluerect {
    height: 85%;
    top: 50px;
    object-fit: cover;
    border-radius: 20px;
  }

  .dash-image-section img.purple-img {
    top: 0;
    left: 20px;
    width: 45%;
  }

  .datos {
    margin-bottom: 15px;
  }

  .dob-row .input-wrapper select {
    padding: 20px 25px 20px 10px;
  }

  .form-groupes .input-wrapper .hint {
    top: 0px !important;
  }

  .datos .form-check.form-check-inline {
    margin-right: 2rem;
  }

  select#mes {
    width: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 911px) {
  .dashboard-section {
    margin: 20px 0 0px 0;
    padding-bottom: 40px;
  }

  .dash-image-section {
    margin: 0;
    margin-top: 0;
    padding-top: 20px;
    width: 90%;
    display: flex;
    align-items: flex-end;
  }

  .last-sec-block {
    right: 0;
    width: 50%;
  }

  img.bluerect {
    height: 85%;
    top: 50px;
    object-fit: cover;
    border-radius: 20px;
  }

  .dash-image-section img.purple-img {
    top: 0;
    left: 20px;
    width: 45%;
  }

  .datos {
    margin-bottom: 15px;
  }

  .dob-row .input-wrapper select {
    padding: 20px 25px 20px 10px;
  }

  select#mes {
    width: 130px;
  }
  .mes2 {
    width: 100% !important;
  }

  .form-groupes .input-wrapper .hint {
    top: 0px !important;
  }

  .datos .form-check.form-check-inline {
    margin-right: 2rem;
  }

  .verified-body.text-center.p-4 ul.list-text {
    margin-top: 0 !important;
  }

  .new-texty {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .dashboard-section {
    margin: 20px 0 80px 0;
  }

  .dash-image-section {
    margin: 0;
    padding-top: 20px;
    margin-top: 0;
  }

  .last-sec-block {
    right: 0;
  }

  img.bluerect {
    height: 100%;
    top: 50px;
    object-fit: cover;
    border-radius: 20px;
  }

  .Beneficios-section {
    top: 0;
    margin-top: -190px;

    @media screen and (min-width: 600px) and (max-width: 900px) {
      margin-top: 0px;
    }
  }

  .datos {
    margin-bottom: 15px;
  }

  .dob-row .input-wrapper select {
    padding: 20px 25px 20px 10px;
  }

  .form-groupes .input-wrapper .hint {
    top: 0px !important;
  }

  .verified-body.text-center.p-4 ul.list-text {
    margin-top: 0 !important;
  }

  .verified-body.text-center.p-4 .verified-title {
    font-size: 38px !important;
  }

  .left-clm {
    justify-content: center !important;
  }
}

/* DK-CSS */
@media screen and (min-width: 767px) and (max-width: 1024px) {
  img.bluerect {
    height: 80% !important;
    left: 47% !important;
    top: 0px !important;
    object-fit: cover;
    border-radius: 20px;
    width: 56% !important;
  }
  .form-check {
    padding-left: 20px !important;
  }
  .info-section .address-section .address-block .form-check {
    padding-left: 20px !important;
  }

}
@media screen and (min-width: 320px) and (max-width: 767px) {
  img.bluerect {
    top: 43%;
    height: 47%;
  }
}

@media screen and (min-width: 468px) and (max-width: 600px) {
  /* Remove by karan */
  .logo-navtab .logo-img{
    height: 60px;
  }
  .custom-tabs .nav-link.active, .custom-tabs .nav-link.completed{
    color: transparent !important;
  }
  .custom-tab-1{
    padding-top: 20px !important;
    width: 90% !important;
  }
  .custom-tabs-1.nav{
    display: flex;
    flex-wrap: nowrap;
    width: 85%;
  }
  .custom-tabs .nav-item{
    width: 25% !important;
    height: 50px !important;
  }
  .custom-tabs .nav-link{
    color: transparent !important;
    padding: 0px !important;
    margin: 0px !important;
    height: 100% !important;
  }
}

@media screen and (min-width: 120px) and (max-width: 319px) {
/* Remove by Karan */
  .logo-navtab .logo-img{
    height: 60px;
  }
  .custom-tabs .nav-link.active, .custom-tabs .nav-link.completed{
    color: transparent !important;
  }
  .custom-tab-1{
    padding-top: 20px !important;
    width: 90% !important;
  }
  .custom-tabs-1.nav{
    display: flex;
    flex-wrap: nowrap !important;
    width: 85%;
  }
  .custom-tabs .nav-item{
    width: 25% !important;
    height: 50px !important;
  }
  .custom-tabs .nav-link{
    color: transparent !important;
    padding: 0px !important;
    margin: 0px !important;
    height: 100% !important;
  }
}