/* Bootstrap Breckpoints @media max-width: 1299px, 1199px, 991px, 767px, 575px, 480px */
@media (max-width: 1499px) {
  .chat-interface {
    bottom: 36px;
  }
  .chat-card {
    bottom: 80px;
    height: 436px;
  }

  .call-interface {
    bottom: 112px;
  }

  .address-modal .location-map iframe {
    height: 300px;
  }
}

@media (max-width: 1299px) {
  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .healthcare-text-area h4 {
    font-size: 36px;
    margin-bottom: 48px;
  }

  .healthcare-text-area p {
    font-size: 24px;
    margin-bottom: 36px;
  }

  .categories-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1199px) {
  .hero-section .hero-bg {
    padding: 75px 0;
    height: auto;
    min-height: 464px;
  }
}

@media (max-width: 991px) {
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .top-bar {
    flex-direction: column;
    gap: 5px;
    padding-bottom: 16px;
  }
  .top-bar-options {
    width: 100%;
    justify-content: flex-end;
  }

  .sticky-header .main-content {
    padding-top: 55px;
  }

  .how-section .how-section-img .mobile-how-img {
    display: block;
    max-width: 324px;
  }
  .how-section .how-section-img .desktop-how-img {
    display: none;
  }

  .menu-box {
    gap: 12px;
    margin-bottom: 16px;
    padding: 16px 0 0;
  }

  .menu-profile {
    height: 64px;
    width: 64px;
  }

  /* .nav-dropdown-wrapper-combined {
    display: none;
  } */

  .nav-dropdown-wrapper-combined.sidebar-open {
    display: block;
  }

  .sidebar-menu-btn,
  .close-sidebar {
    display: block;
  }

  .close-mega-menu {
    display: none;
  }

  .header-nav-first {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .user-options {
    margin-left: auto;
  }

  .user-options .btn-bell {
    padding: 9px 12px 10px;
  }

  .search-box {
    flex-basis: 100%;
    order: 1;
  }

  .section {
    padding: 48px 0;
  }

  .cta-btn {
    min-width: 175px;
  }

  .hero-section h1 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .hero-section em {
    margin-bottom: 24px;
  }

  .how-section .how-section-img {
    max-width: 100%;
    padding-bottom: 92px;
  }

  .categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .categories-section {
    background: linear-gradient(
      var(--background-color) 0%,
      var(--background-color) 82%,
      white 82%,
      white 100%
    );
  }
  .apart-section .apart-section-img {
    display: none;
  }

  .partners-grid .partner-card {
    width: 100%;
    height: auto;
  }

  .talk-section .talk-text-area {
    text-align: center;
  }

  .services-slider .slick-initialized .slick-slide {
    display: block;
    padding: 0 12px;
  }
  .collaborate-section {
    min-height: 436px;
    height: auto;
  }

  .services-cards {
    padding: 0;
  }

  .collaborate-content {
    height: 100%;
  }

  .collaborate-text {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }

  .healthcare-section {
    padding: 48px 0 0;
  }

  .footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer .footer-grid .footer-columns {
    margin-bottom: 48px;
  }

  .progress-svg-container svg {
    margin: 0 50px;
  }

  .hero-section .hero-bg {
    min-height: 436px;
    padding: 25px 0;
    background-position: center;
    background-size: cover;
    padding-top: 48px;
  }

  .nav-dropdown-wrapper {
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  .links-dropdown-container {
    width: 100%;
  }
  .links-dropdown-container.mobile-open {
    margin-bottom: 36px;
  }

  ul.nav-links {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh; /* ensures it takes the full screen height */
    overflow-y: auto; /* enables vertical scrolling */
    transform: translateX(-100%);
    justify-content: flex-start;
    align-items: flex-start;
    padding: 96px 32px 64px;
    transition: all 0.5s ease-in;
    flex-direction: column;
    gap: 24px;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  ul.nav-links.open {
    opacity: 1;
    height: 100vh;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }

  ul.nav-links .links-dropdown-button {
    background-size: 24px 18px;
  }
  ul.nav-links .links-dropdown-button,
  ul.nav-links .links-dropdown-link {
    font-size: 18px;
  }

  ul.nav-links .links-dropdown-button.active {
    margin-bottom: 10px;
  }

  .mega-menu-fixed {
    height: 0;
    position: static;
    box-shadow: none;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .mega-menu-fixed.mobile-dropdown {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }

  .partners-grid {
    gap: 32px;
  }

  .categories-page .categories-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 24px;
  }

  .categories-page .categorie-card .categorie-card-name {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .why-section .why-card {
    margin-bottom: 48px;
  }

  .img-prview-caraousel {
    margin-bottom: 32px;
  }

  .img-prview-caraousel .slick-slide img {
    height: 10vh;
    max-height: 118px;
  }

  .main-img-preview {
    height: 40vh;
  }

  .common-checkbox-dropdown {
    margin-bottom: 20px;
  }

  .login-container .login-hero {
    display: none;
  }
  .login-container .login-form {
    margin-left: 0;
    width: 100%;
  }

  .common-dropdown {
    order: 1;
  }

  .address-modal .location-map iframe {
    height: 416px;
  }

  .menu-content {
    padding: 32px 0 0;
  }
  .section-order-received button {
    min-width: 100%;
  }

  .promocode-id-container .promocode-id-content {
    margin-bottom: 32px;
  }
  .upcomingCard .upcomingCardBody .upcomOrderCard {
    flex-wrap: wrap;
    gap: 16px;
  }
  .dashContent .profileCard .profileCard-img {
    height: 348px;
  }

  .order-detail-page .order-detail-heading h3 {
    margin-bottom: 18px;
  }

  .order-detail-page .order-detail-heading-right {
    margin-left: auto;
  }

  .order-detail-page .order-booking-details {
    row-gap: 32px;
  }

  .order-detail-page .order-booking-details .order-booking-detail {
    width: Calc(50% - 16px);
  }

  .collaborate-form {
    padding: 0;
    margin: 0;
  }
  .collaborate-page .collaborate-bg {
    background: none;
  }

  .refer-and-earn-page .earn-health-img {
    display: none;
  }

  .contact-us-page .contact-us-col {
    display: none;
  }

  .contact-us-page .contact-us-form {
    width: 100%;
    padding: 24px 36px;
  }

  ul.nav-links .links-dropdown-button .dropdown-trigger {
    width: 38px;
  }
}

@media (max-width: 767px) {
  :root {
    /* Font sizes */
    --section-heading: 28px;
    --section-sub-heading: 24px;
    --secondary-heading: 20px;
    --tertiary-heading: 18px;

    --imp-para-text: 16px;
    --para-text: 14px;
    --small-text: 12px;

    /* padding & matrgin */
    --card-padding: 14px 20px;
    --margin-bottom-1: 16px;
  }

  hr {
    margin: 0.8rem 0;
  }

  .form-check {
    gap: 18px;
  }

  .main-logo img {
    max-width: 145px;
  }

  .hero-section h1 {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .hero-section .hero-bg {
    min-height: 364px;
  }

  .cta-btn {
    font-size: 16px;
  }

  .services-slider .slider-nav-btn {
    display: none;
  }

  .services-slider .slider-nav-btn {
    display: none;
  }

  .partners-grid {
    gap: 24px;
  }
  .collaborate-text {
    padding: 25px;
  }
  .header-nav-first {
    gap: 10px 5px;
  }

  .button-outline {
    width: 33px;
    height: 33px;
    padding: 5px;
  }
  .sidebar-menu-btn {
    padding: 0px;
  }

  .benefits-accordion .benefits-icon {
    width: 24px;
  }

  .why-section .why-card img {
    width: 33px;
    height: 33px;
  }

  .faq-accordion .faq-icon {
    font-size: 18px;
    width: 24px;
    height: 24px;
  }
  .services-section-head-row a {
    font-size: var(--tertiary-heading);
  }

  .your-order-modal .quntity-btn-group {
    height: 32px;
  }
  .checkout-summery .checkout-summery-row {
    line-height: 30px;
  }

  .testing-card .quntity-btn-group button {
    width: 18px;
  }
  .common-checkbox-dropdown {
    justify-content: space-between;
  }

  .floating-contact {
    top: 80%;
  }

  /* Auth Pages */

  .login-container .login-form .otp-inputs {
    gap: 20px;
  }
  .login-container .login-form .otp-inputs .otp-input {
    width: 40px;
    height: 40px;
  }
  .modal-body {
    padding: 24px 18px;
  }

  .success-modal .modal-body {
    padding: 32px;
  }
  .modal.show .modal-dialog {
    margin: 0.5rem;
  }
  .page-services-section .whatsapp-chat {
    padding: 12px;
    height: 48px;
    width: 48px;
    right: 36px;
  }

  .your-services-card {
    padding: 24px 18px;
  }

  .check-up-card-deletable .check-up-deletable-icon {
    width: 48px;
    height: 48px;
  }
  .address-modal .location-map iframe {
    height: 480px;
  }

  .hero-section .slick-slider .slick-dots {
    display: none !important;
  }
  .top-bar .top-banner .slick-vertical .slick-slide {
    display: block !important;
    /* min-height: 45px !important; */
  }

  .top-bar .top-banner .slick-vertical .slick-slide .banner-slide .banner-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .section-order-received img {
    width: 224px;
    margin-bottom: 24px;
  }
  .section-promocode-page .promocode-id-container .promocode-id h2 {
    margin-bottom: 24px;
  }
  .dashWrapper .dashInnerWrp .dashBtn {
    max-width: 364px;
  }
  .dashWrapper .dashMenu ul a {
    line-height: 1.5;
  }

  .dash-nav-responsive {
    overflow-x: scroll;
  }
  .dash-nav-responsive ul {
    min-width: 664px;
  }
  .user-options .btn-bell {
    padding: 4px 7px 10px;
  }

  .report-row button {
    width: 18px;
    height: 18px;
  }

  .order-detail-page .order-detail-heading-right {
    width: 100%;
  }

  .order-detail-page .order-detail-heading .btn-serve {
    min-width: 48%;
  }

  .order-detail-page .order-detail-card {
    padding: 16px;
  }

  /* Progress SVG bar */

  .order-progress-container {
    padding: 24px 16px;
    display: flex;
    justify-content: center;
  }

  .order-progress-bar {
    height: 248px;
  }

  .order-progress-bar .progress-line-container {
    width: 1px;
    height: 100%;
    top: 47%;
    left: 8px;
  }

  .order-progress-bar .progress-steps {
    flex-direction: column;
    height: 100%;
  }

  .order-progress-bar .progress-step {
    flex-direction: row;
    gap: 16px;
    width: 100% !important;
  }

  .order-progress-bar .round-step {
    flex-shrink: 0;
  }

  .order-progress-bar .step-text {
    margin-top: 0;
  }

  .chat-interface,
  .call-interface {
    right: 13px;
    bottom: 36px;
  }
  .call-interface {
    bottom: 96px;
  }

  .chat-btn,
  .call-btn {
    width: 48px;
    height: 48px;
    padding: 10px;
    border:  1px solid #fff;
  }

  .chat-card {
    width: 548px;
    bottom: 64px;
  }

  .chat-card .card-body .chat-content .chat-msg,
  .help-desk-chat .chat-content .chat-msg {
    padding: 8px 12px;
    margin-bottom: 5px;
  }
  .chat-card .chat-content .chat-msg img,
  .help-desk-chat .chat-content .chat-msg img {
    margin-bottom: 5px;
  }

  .chat-card .card-body .chat-row .chat-img,
  .help-desk-chat .chat-row .chat-img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
  }

  .chat-card .card-footer .chat-input .btn,
  .help-desk-chat .chat-input .btn {
    border-radius: 108px 0 0 108px;
    background-color: #fff;
    height: 36px;
    width: 48px;
    margin: 5px;
  }

  .help-desk-chat .chat-input.input-group {
    margin-bottom: 18px;
  }

  .chat-card .chat-row .sender-name,
  .help-desk-chat .chat-row .sender-name {
    margin-bottom: 5px;
  }

  .chat-card .card-body .chat-row .chat-content,
  .help-desk-chat .chat-row .chat-content {
    max-width: 100%;
  }

  .help-desk-chat .chat-content .chat-msg img {
    width: 236px;
  }

  .checkbox-conatiner {
    justify-content: flex-start;
  }

  .checkbox-conatiner .form-label {
    font-size: var(--para-text);
    font-weight: 700;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
  }

  .tickets-nav-card .tickets-order {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .view-attachment-wrapper .slick-slide img {
    height: 400px;
  }
  .image-viewer-modal .slick-next {
    right: -30px;
    z-index: 1;
  }
  .image-viewer-modal .slick-prev {
    left: -30px;
    z-index: 1;
  }
  .image-viewer-modal .slick-arrow {
    width: 36px;
    height: 36px;
  }

  .healthcare-section .healthcare-img-area {
    min-height: 444px;
  }
  .apart-accordion .apart-item-wrap {
    margin: 8px 12px;
  }
}

@media (max-width: 575px) {
  .service-card .service-card-icon img {
    width: 124px;
    height: 124px;
  }
  .footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .categories-page .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 24px;
  }

  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .hero-section .hero-bg {
    min-height: 258px;
    padding-top: 16px;
    overflow: hidden;
  }

  .hero-section h1 {
    font-size: 20px;
    margin-bottom: 12px;

    height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero-section em {
    margin-bottom: 16px;
    font-size: 14px;

    height: 84px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero-section .cta-btn {
    padding: 4px 5px;
    font-size: 12px;
    min-width: 136px;
    width: 136px;
    min-width: 132px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero-section .cta-btn:hover {
    text-align: center;
  }

  .hero-section .cta-btn::after {
    content: none;
  }

  .collaborate-section {
    min-height: 332px;
    height: auto;
  }

  .service-card {
    padding: 12px 16px;
  }
  .service-card .service-card-icon .aed-offer {
    padding: 6px 9px;
        top: -10px;
    left: -48%;
  }

  .mob_num_dropdown {
    max-width: 80px;
    background-position-x: 58px;
    padding: 10px 20px 10px 12px;
  }

  .address-modal .location-map iframe {
    height: 364px;
  }

  .btns-tab-container .btns button,
  .address-modal .btns button {
    min-width: 85px;
  }
  .check-up-card .check-up-card-icon {
    width: 40px;
    height: 40px;
  }
  .address-modal .location-map iframe {
    height: 332px;
  }

  .dashInnerWrp .dashHeadWrp {
    flex-direction: column;
    align-items: flex-start;
  }
  .dashHeadWrp .walletHead {
    margin-bottom: 16px;
    text-align: end;
    width: 100%;
  }

  .dashContent .profileCard .profileCard-img {
    height: 224px;
  }

  .summery-notification .notify-details .check-circle {
    height: 12px;
    width: 12px;
  }
  .dash-notify-page .notify-details-box {
    align-items: flex-start;
  }
  .summery-notification .notify-details small {
    min-width: 60px;
  }
  .upload-passport-box {
    height: 164px;
  }

  .profile-nav-card .address-card .address-card-header {
    margin-bottom: 18px;
  }

  .chat-card {
    width: 475px;
  }

  .chat-card .card-body .chat-content .chat-msg img {
    width: 218px;
  }

  .check-up-card .check-up-card-content {
    flex-direction: column;
  }

  .help-desk-page .ticket-notify .ticket-notify-heading {
    flex-wrap: wrap;
  }

  .help-desk-page .ticket-notify-heading h5,
  .help-desk-page .ticket-notify-heading a {
    width: 100%;
  }
  .help-desk-page .ticket-notify-heading a {
    text-align: end;
  }
  .chat-selected-img-box {
    width: 84px;
    height: 48px;
  }

  .section-not-found img {
    width: 248px;
    margin-bottom: 24px;
  }
  .section-not-found h3 {
    font-size: 84px;
  }
  .section-not-found p {
    font-size: 24px;
    margin-bottom: 48px !important;
  }

  .section-not-found button {
    max-width: 100%;
  }
  .footer .social-links {
    margin: 0 auto;
  }
  .route-checkout .floating-contact {
display: none;
  }

    .common-checkbox-dropdown .dropdown{
    width: Calc(50% - 14px);
  }
  .common-checkbox-dropdown .dropdown .common-checkbox-btn{
min-width: 100%;
  }
}

@media (max-width: 480px) {
  .btn-serve {
    padding: 10px 16px;
  }
  .talk-section button.btn-serve {
    min-width: 332px;
  }

  .address-modal .location-map iframe {
    height: 236px;
  }

  .chat-card {
    width: 348px;
  }

  .chat-card .card-footer .chat-input .btn,
  .help-desk-chat .chat-input .btn {
    height: 36px;
    width: 44px;
    margin: 2px;
    padding: 5px;
  }

  .help-desk-chat .chat-input .btn.btn-attachment {
    padding: 0;
  }


}
@media (max-width: 432px) {
  .common-checkbox-dropdown .dropdown{
    width: 100%;
  }
  .common-checkbox-dropdown .dropdown .common-checkbox-btn{
min-width: 100%;
  }
}
