@media (max-width: 574.99px) {
  div:where(.swal2-icon).swal2-success
    [class^="swal2-success-circular-line"][class$="right"] {
    left: 4px !important;
  }
  div:where(.swal2-icon).swal2-success .swal2-success-fix {
    display: none !important;
  }
  div:where(.swal2-icon).swal2-success
    [class^="swal2-success-line"][class$="tip"] {
    top: 22px !important;
    left: 7px !important;
    width: 12px !important;
  }
  div:where(.swal2-icon).swal2-success
    [class^="swal2-success-line"][class$="long"] {
    top: 18px !important;
    right: 3px !important;
    width: 25px !important;
  }
  div:where(.swal2-icon).swal2-error
    [class^="swal2-x-mark-line"][class$="right"] {
    right: 10px !important;
  }
  div:where(.swal2-icon).swal2-error
    [class^="swal2-x-mark-line"][class$="left"] {
    left: 10px !important;
  }
  div:where(.swal2-icon).swal2-error [class^="swal2-x-mark-line"] {
    top: 20px !important;
    width: 20px !important;
    height: 3px !important;
  }
  .swal2-actions {
    margin-top: 0px !important;
  }
  .swal2-popup {
    width: calc(100% - 30px) !important;
    max-width: 350px !important;
    padding: 1.5em 1.2em !important;
    border-radius: 12px !important;
  }

  .swal2-title {
    font-size: 26px !important;
    margin-bottom: 0px !important;
    padding: 12px 0px 0px 0px !important;
  }

  .swal2-html-container {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 10px 0 !important;
    padding: 0px !important;
  }

  .swal2-icon {
    width: 40px !important;
    height: 40px !important;
    margin: 0px auto !important;
  }

  .swal2-icon .swal2-icon-content {
    font-size: 2.5em !important;
  }

  .swal2-confirm {
    font-size: 14px !important;
    padding: 6px 18px !important;
    border-radius: 6px !important;
    background: #239c8c;
  }
  .contact-form .form-group .text-danger {
    bottom: -12px;
    left: 29px;
    font-size: 12px;
  }
  .appointment-form .form-group .text-danger {
    bottom: -12px;
    left: 29px;
    font-size: 12px;
  }

  /* -------------------SERIVICE MOBILE --------------- */
  .serviceDetails .service-sidebar {
    overflow: unset;
  }

  .mobile-service-toggle {
    writing-mode: vertical-lr;
    text-orientation: upright;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -29px;
    z-index: 1000;
    width: fit-content;
    padding: 14px 0px;
    line-height: 1.6;
    color: #fff;
    border: 1px solid #1d9585;
    border-radius: 0px 16px 16px 0px;
    background: #239c8c;
    font-size: 15px;
    font-weight: 600;
  }
  .sidebarListOuter {
    border-radius: 12px;
    overflow: hidden;
    padding-left: 9px;
    padding-right: 6px;
  }
  .sidebarTabs {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    padding: 0px !important;
  }

  .service-sidebar {
    position: fixed;
    top: 0;
    left: 0;

    width: min(85%, 290px);

    z-index: 2000;

    background: #fff;

    overflow-y: auto;

    transform: translateX(-99%);
    transition: transform 0.35s ease;

    border-radius: 0;
  }

  .service-sidebar.mobile-sidebar-open {
    transform: translateX(0);
  }

  .mobile-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 6px 6px 6px 12px;

    position: sticky;
    top: 0;
    z-index: 5;

    background: #fff;

    border-bottom: 1px solid #e3e8ef;
  }

  .mobile-sidebar-header h3 {
    margin: 0;
    font-size: 18px;
  }

  .mobile-sidebar-header button {
    border: 0;
    background: transparent;

    font-size: 22px;
    cursor: pointer;
  }

  /* -------------------SERIVICE MOBILE --------------- */
  .serviceDetails .bottom-info span {
    font-size: 14px;
    line-height: 1.5;
  }
  .serviceDetails .info-circle {
    display: none;
  }
  .serviceDetails .bottom-info {
    gap: 8px;
    padding: 8px 12px;
    align-items: start;
  }
  .widtAuto {
    margin-top: -18px !important;
  }

  .serviceDetails .info-section {
    padding-right: 0px;
  }
  .serviceDetails .info-section li {
    font-size: 14px;
    line-height: 1.8;
  }
  .serviceDetails .info-section ul {
    padding-left: 0px;
    margin: 0;
  }
  .serviceDetails .category-header p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.8;
  }
  .service-description p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.8;
  }

  .serviceDetails .category-header h2 {
    font-size: 24px !important;
  }

  .serviceDetails .service-sidebar {
    margin-bottom: 0px;
  }
  .serviceDetails .category-main-icon {
    display: none !important;
  }
  .serviceDetails .category-icon {
    width: 22px;
    height: 22px;
    font-size: 10px;
    display: none;
  }
  .serviceDetails .service-image-wrapper {
    height: 220px;
  }
  .serviceDetails .service-image {
    min-height: unset !important;
  }
  .serviceDetails .category-item {
    font-size: 14px;
    padding: 6px 12px;
    gap: 8px;
  }
  .serviceDetails {
    padding: 20px 0px 25px;
  }
  .main-menu ul li:hover > ul.serviceUl li a {
    padding: 2px 14px !important;
    font-size: 14px;
    line-height: 1.6;
  }

  .main-menu ul li:hover > ul.serviceUl {
    width: 100%;
  }
  .dental-content ol {
    height: auto;
  }
  .contact-form .form-group {
    margin-bottom: 16px !important;
  }
  .contact-form .form-control {
    padding: 10px 12px !important;
    font-size: 14px !important;
    border-radius: 6px !important;
  }
  .contact-us-img img {
    aspect-ratio: 1 / 0.8 !important;
    object-position: top;
    border-radius: 16px !important;
  }
  .contact-us-img {
    margin-bottom: 12px !important;
  }
  .contact-us-form {
    padding: 16px 0 30px !important;
  }
  .google-map-iframe {
    height: 300px !important;
    border-radius: 12px !important;
    border: 2px solid !important;
    overflow: hidden;
  }
  .google-map-iframe iframe {
    height: 100% !important;
    width: 100% !important;
    border-radius: unset !important;
    border: none !important;
  }
  .contact-us-content {
    margin-bottom: 8px !important;
  }
  .infoFlex {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
  }
  .contact-us-item .contact-info-content p {
    max-width: 100% !important;
    line-height: 1.5;
    font-size: 15px;
  }
  .contact-us-item .icon-box img {
    max-width: 16px !important;
  }
  .contact-us-item .icon-box {
    margin-bottom: 0px !important;
    height: 30px !important;
    width: 30px !important;
  }
  .contact-us-item .contact-info-content h3 {
    font-size: 17px !important;
    margin-bottom: 0px !important;
  }
  .contact-us-item {
    padding: 16px !important;
    margin-bottom: 12px !important;
    height: auto !important;
    border-radius: 12px !important;
  }
  .page-contact {
    padding: 30px 0 10px !important;
  }
  .appointment-form .form-group {
    margin-bottom: 16px !important;
  }
  .appointment-form .form-control {
    padding: 10px 14px !important;
    border-radius: 6px !important;
    font-size: 14px;
  }
  .page-book-appointment .section-title h3 {
    margin-bottom: 0px !important;
    font-size: 12px !important;
  }
  .page-book-appointment .section-title h2 {
    font-size: 20px;
  }
  .page-book-appointment .book-appointment-form {
    padding: 16px !important;
    border-radius: 16px !important;
  }
  .page-book-appointment {
    padding: 30px 0 !important;
  }
  .eventsBlock .eventTab.active {
    box-shadow: none;
  }
  .eventsTabs .section-title {
    margin-bottom: 6px;
  }
  .eventCard .col-lg-3 {
    padding-right: 3px;
    padding-left: 3px;
  }
  .eventCard .col-lg-3 .photo-gallery img {
    height: 150px;
  }
  .eventsTabs .section-title h5 {
    font-size: 15px;
  }

  .eventsBlock .eventCard h3 {
    margin-bottom: 4px;
    padding-left: 0px;
    font-size: 20px;
  }
  .eventsBlock .eventCard {
    padding: 0px;
    background: unset;
    border-radius: 18px;
    box-shadow: none;
    margin-bottom: 16px;
  }
  .eventsTabs .program-section {
    margin-bottom: 16px;
  }

  .eventsBlock .eventTab:last-child {
    width: unset;
  }
  .eventsBlock .eventTabs {
    gap: 10px;
    margin-bottom: 16px;
  }
  .eventsBlock .eventTab {
    padding: 7px 16px;
    border-radius: 8px;
    font-size: 14px;
    width: 48%;
  }
  .eventsBlock .section-title p {
    width: 100%;
  }
  .eventsBlock {
    padding-top: 30px;
    padding-bottom: 3px;
  }
  .galleryPage .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .galleryPage .row .col-md-4 {
    padding-right: 3px;
    padding-left: 3px;
    margin-bottom: 6px;
  }
  .galleryPage .photo-gallery {
    border-radius: 8px;
  }
  .galleryPage .photo-gallery img {
    height: 150px;
    border-radius: unset;
  }
  .lightbox-close {
    padding: 0px 6px;
    background: #079380;
    font-size: 18px;
  }
  .lightbox-prev {
    left: 8px;
  }

  .lightbox-next {
    right: 8px;
  }
  .lightbox-nav {
    background: rgb(0 0 0 / 51%);
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .photo-gallery figure::after {
    width: 35px !important;
    height: 35px !important;
    background-size: 26px auto !important;
  }
  .equipmentPage .gallery-item {
    border-radius: 7px;
  }
  .equipmentPage .gallery-item figure {
    border-radius: unset;
  }
  .our-gallery-page {
    padding: 30px 0 25px !important;
  }
  .our-gallery-page {
    padding: 30px 0 25px !important;
  }
  .publicTable table tr td {
    padding: 3px 4px;
    font-size: 12px;
    line-height: 1.4;
  }
  .publicTable tr {
  }
  .publicTable table tr th {
    padding: 6px 8px;
    font-size: 12px;
    line-height: 1.3;
  }
  .doctor-details .blue-check {
    width: 17px;
    height: 17px;
    font-size: 9px;
  }
  .doctor-details .star-icon {
    width: 16px;
    height: 16px;
    font-size: 9px;
    position: relative;
    top: 2px;
  }
  .doctor-details .card-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .doctor-details .info-item {
    gap: 8px;
    margin-bottom: 10px;
  }

  .doctor-details .card-title {
    gap: 10px;
    margin-bottom: 12px;
  }

  .doctor-details .info-card {
    padding: 15px !important;
  }
  .doctor-details .designation {
    font-size: 16px !important;
    margin-bottom: 10px;
  }
  .doctor-details .yellow-line {
    width: 70px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 4px;
    background: #259f8e;
  }
  .doctor-details .qualification {
    font-size: 16px !important;
    margin-top: 4px !important;
  }
  .doctor-details .doctor-name {
    font-size: 22px !important;
    font-weight: 600 !important;
  }
  .doctor-details .profile-label {
    padding: 3px 14px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .doctor-details .right-section {
    padding-top: 16px !important;
  }
  .doctor-details .section-title {
    margin-bottom: 8px;
  }
  .doctor-details .check-icon {
    width: 16px;
    height: 16px;
    border: 1px solid #ffffff;
    font-size: 8px;
  }
  .doctor-details .specialty-list li {
    gap: 8px;
    margin-bottom: 6px;
    font-size: 15px;
  }
  .doctor-details .section-title h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px !important;
  }
  .doctor-details .title-icon {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  .doctor-details .specialties {
    padding: 16px !important;
  }
  .doctor-details .doctor-image {
    height: 300px !important;
  }
  .doctor-details .doctor-image img {
    object-position: top;
  }
  .doctor-details {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .page-team .col-md-6 {
    width: 50%;
    padding-left: 6px;
    padding-right: 6px;
  }
  .page-team {
    padding: 30px 0 20px !important;
  }
  .smallBlog .smallTitle p {
    font-size: 14px;
  }
  .smallBlog .smallTitle h5 {
    font-size: 16px;
  }
  .smallBlog {
    gap: 8px;
  }
  .smallBlog .smalImg {
    height: 65px;
    width: 85px;
    border-radius: 6px;
  }
  .smalBlogOuter h3 {
    font-size: 20px;
  }
  .smalBlogOuter {
    padding: 15px;
  }
  .postContentBlock {
    margin-bottom: 20px;
  }
  .post-entry p {
    margin-bottom: 10px !important;
    line-height: 1.5;
    font-size: 14px;
  }
  .post-content h3 {
    margin-bottom: 5px !important;
    font-size: 19px !important;
  }
  .post-entry ol {
    margin: 0 0 12px !important;
    padding-left: 16px;
  }
  .post-entry ol li {
    margin-bottom: 8px !important;
    font-size: 14px;
    line-height: 1.5;
  }
  .post-entry h5 {
    font-size: 16px !important;
    margin-bottom: 6px;
  }
  .post-content {
    padding: 0px 8px 16px !important;
  }
  .post-image {
    margin-bottom: 0 !important;
    height: 220px !important;
  }
  .post-image figure,
  .post-image img {
    height: 100% !important;
    aspect-ratio: unset !important;
  }
  .page-single-post {
    padding: 30px 0 !important;
  }
  .post-pagination ul li a,
  .post-pagination ul li span {
    height: 30px !important;
    width: 30px !important;
    font-size: 14px;
    border-radius: 5px !important;
    margin: 0px 4px !important;
  }
  .page-blog {
    padding: 30px 0 35px !important;
  }
  .page-services {
    padding: 30px 0 30px !important;
  }

  .dental-services {
    padding: 0px !important;
  }
  .dental-process-image .dental-process-number h3 {
    font-size: 14px !important;
  }
  .dental-process-image .dental-process-number {
    border-radius: 4px !important;
    left: 16px !important;
    bottom: 16px !important;
    width: 30px !important;
    height: 30px !important;
  }
  .dental-process-image .dental-process-img img {
    border-radius: 0 !important;
    height: 100%;
  }
  .dental-process-image .image-anime {
    height: 250px;
  }
  .dental-process-item {
    height: calc(100% - 20px) !important;
    margin-bottom: 20px !important;
  }
  .dental-process-item .dental-process-content p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  .dental-process-item .dental-process-content h3 {
    font-size: 17px !important;
    margin-bottom: 2px !important;
  }
  .dental-process-image {
    margin-bottom: 8px !important;
    border-radius: 12px !important;
  }
  .dental-process {
    padding: 20px 0 20px !important;
  }
  .faq-accordion.how-work-accordion .accordion-item .accordion-body p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .faq-accordion.how-work-accordion .accordion-item .accordion-body {
    padding: 0px 20px 0px 0px !important;
  }
  .faq-accordion.how-work-accordion .accordion-item {
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
  }
  .faq-accordion.how-work-accordion .accordion-header .accordion-button::after {
    font-size: 14px !important;
    top: 25% !important;
  }
  .faq-accordion.how-work-accordion .accordion-item .icon-box {
    top: 4px !important;
  }
  .faq-accordion.how-work-accordion .accordion-item .accordion-button {
    font-size: 16px !important;
    padding: 5px 30px 5px 38px !important;
    line-height: 1.4 !important;
  }
  .faq-accordion.how-work-accordion .accordion-item .icon-box img {
    max-width: 26px !important;
  }
  .how-it-work-img img {
    aspect-ratio: unset !important;
    border-radius: 16px !important;
  }
  .how-it-work-img {
    margin-bottom: 12px !important;
  }
  .how-it-work {
    padding: 35px 0 0px !important;
  }
  .visionBlock .bottom-line {
    bottom: 24px;
  }
  .visionBlock .bottom-icon {
    bottom: 6px;
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
  .visionBlock .card-content p {
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin-bottom: 15px;
  }
  .visionBlock .card-content h5 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .visionBlock .small-line {
    width: 70px;
    height: 2px;
    margin: 4px auto 12px;
  }
  .visionBlock .card-content h3 {
    font-size: 24px !important;
  }
  .mission-card {
    margin-top: 40px !important;
    padding: 40px 16px 35px !important;
    border-radius: 16px !important;
  }
  .visionBlock .top-icon {
    width: 60px;
    height: 60px;
    top: -28px;
    font-size: 24px;
  }
  .visionBlock .section-heading {
    margin-bottom: 30px;
  }

  .visionBlock .heading-line p {
    font-size: 15px;
  }
  .about-experience img {
    max-width: 90px !important;
  }
  .visionBlock .col-md-6 {
    margin-top: 20px;
  }
  .visionBlock .section-heading h2 {
    font-size: 28px !important;
    margin-bottom: 0px;
  }
  .visionBlock .heading-line i {
    display: none;
  }
  .visionBlock.vision-mission-section {
    padding: 35px 0;
  }
  .page-header {
    background-size: cover !important;
    padding: 26px 0 !important;
  }
  .page-header-box ol li.breadcrumb-item {
    font-size: 15px !important;
    line-height: 1 !important;
  }
  .page-header-box h1 {
    font-size: 28px !important;
    line-height: 1 !important;
    margin-bottom: 6px !important;
  }
  .testimonial-image .testimonial-img {
    height: 300px;
  }
  .testimonial-image .testimonial-img figure {
    height: 100%;
    width: 100%;
  }
  .testimonial-slider .swiper {
    padding-bottom: 40px;
  }
  .testimonial-slider .swiper-button-next {
    left: 50% !important;
  }
  .testimonial-slider .swiper-button-prev {
    top: unset !important;
    bottom: 10px;
    left: 37% !important;
  }
  .testimonial-slider .swiper-button-next:after,
  .testimonial-slider .swiper-button-prev:after {
    font-size: 15px;
  }

  .testimonial-slider .swiper-button-prev,
  .testimonial-slider .swiper-button-next {
    height: 27px;
    width: 27px;
    border-radius: 5px;
    padding: 14px;
  }
  .testimonial-body .author-content p {
    font-size: 14px;
    line-height: 1;
  }
  .testimonial-body .author-content h3 {
    font-size: 16px !important;
  }
  .testimonial-body .author-image img {
    max-width: 50px !important;
  }
  .testimonial-content p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
  .testimonial-rating-box {
    border: 3px solid var(--white-color) !important;
    border-radius: 15px !important;
  }
  .service-rating {
    display: none;
  }
  .testimonial-image {
    padding-bottom: 40px !important;
    max-width: 100% !important;
    margin-bottom: 7px !important;
  }
  .rating-counter-item {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }
  .our-testimonials {
    padding: 30px 0 !important;
  }
  .contact-appointment-btn {
    text-align: center;
  }
  .contact-now-info {
    margin-bottom: 15px !important;
  }
  .contact-info-list .contact-info-content p {
    font-size: 15px;
    line-height: 1.5;
  }
  .contact-info-list {
    margin-bottom: 12px !important;
    padding-left: 30px !important;
  }
  .contact-info-list .icon-box img {
    max-width: 20px !important;
  }
  .contact-now .section-title {
    margin-bottom: 12px;
    text-align: center;
  }
  .contact-google-map .google-map-iframe {
    height: 250px !important;
    border: 2px solid #088a78 !important;
    border-radius: 13px !important;
    overflow: hidden;
    margin-bottom: 10px !important;
  }
  .contact-google-map .google-map-iframe iframe {
    height: 100% !important;
    width: 100% !important;
    border: none !important;
    border-radius: unset !important;
  }
  .contact-now {
    padding: 12px 0 26px !important;
  }
  .paymentsBlock .payment-title {
    margin-bottom: 12px !important;
  }
  .paymentsBlock .payment-title span {
    display: none;
  }
  .paymentsBlock .payment-title-small {
    font-size: 16px !important;
    margin-bottom: 0px !important;
  }
  .paymentsBlock .payment-hero {
    gap: 10px !important;
    margin-bottom: 18px !important;
  }
  .paymentsBlock .features {
    gap: 12px !important;
    margin-top: 18px !important;
  }
  .paymentsBlock .hero-description {
    font-size: 14px !important;
    text-align: center !important;
    margin-top: 8px !important;
    margin-bottom: 12px !important;
  }
  .paymentsBlock .secure-icon {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    font-size: 16px;
  }
  .paymentsBlock .secure-heading {
    font-size: 16px;
    gap: 8px;
    justify-content: center;
    margin-bottom: 6px;
  }
  .paymentsBlock {
    padding: 20px 0px;
  }
  .post-item-footer a.read-more-btn::after {
    top: 2px !important;
    background-size: 7px auto !important;
    width: 16px !important;
    height: 16px !important;
  }
  .post-item-footer a.read-more-btn {
    padding-right: 22px !important;
  }
  .blog-item {
    height: calc(100% - 20px) !important;
    margin-bottom: 16px !important;
  }
  .post-item-body {
    margin-bottom: 4px !important;
  }
  .post-item-body p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  .post-item-body h2 {
    font-size: 17px !important;
    margin-bottom: 4px !important;
    line-height: 1.5 !important;
  }
  .blog-item .post-featured-image img {
    border-radius: 16px !important;
  }
  .blog-item .post-featured-image {
    margin-bottom: 6px !important;
    border-radius: 16px !important;
  }
  .our-blog {
    padding: 30px 0 10px !important;
  }
  .team-member-item {
    margin-bottom: 20px !important;
  }
  .brandsBlock .section-row .section-title {
    text-align: center;
    margin-bottom: 10px;
  }
  .team-social-icon h4 {
    font-size: 14px;
  }
  .team-social-icon h6 {
    font-size: 10px;
  }
  .team-social-icon {
    padding: 6px;
  }
  .team-content p {
    font-size: 14px;
    line-height: 100%;
  }
  .team-content h3 {
    font-size: 14px !important;
    padding: 0px 6px;
  }
  .team-image {
    border-radius: 12px !important;
    margin-bottom: 6px !important;
  }
  .row.teamRow {
    margin-right: -8px;
    margin-left: -8px;
    justify-content: center;
  }
  .our-team .col-md-6 {
    width: 50%;
    padding-left: 6px;
    padding-right: 6px;
  }
  .our-team {
    padding: 30px 0 10px !important;
  }
  .brandsBlock .brandsRow .brandLogo {
    height: 65px !important;
    padding: 10px !important;
    border-radius: 7px !important;
  }
  .brandsBlock .brandsRow .col-md-2 {
    width: 33% !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 12px !important;
  }
  .brandsBlock {
    padding-top: 30px;
    padding-bottom: 24px;
  }

  .kidsSection .pediatric-feature:not(:last-child)::after {
    height: 90% !important;
  }
  .kidsSection .shield-icon.feature-big-icon {
    font-size: 21px !important;
    margin-bottom: 0;
  }
  .kidsSection .feature-big-icon {
    width: 30px !important;
    height: 30px !important;
    font-size: 26px !important;
  }
  .kidsSection .pediatric-feature {
    min-height: unset !important;
    width: 33% !important;
    padding: 0px 6px !important;
  }
  .kidsSection .pediatric-feature-box {
    margin-top: 0px !important;
    justify-content: space-evenly;
  }
  .kidsSection .bottom-feature p {
    font-size: 14px !important;
  }
  .kidsSection .bottom-feature h4 {
    margin: 0 0 2px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
  }
  .kidsSection .bottom-feature {
    padding: 8px 5px 12px !important;
    gap: 8px !important;
  }
  .kidsSection .bottom-feature-box {
    box-shadow: none;
    width: 95% !important;
    padding: 8px !important;
    gap: 10px !important;
  }
  .kidsSection .bottom-icon {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    font-size: 14px !important;
  }
  .kidsSection .kids-image-section {
    margin-bottom: 0px !important;
  }
  .kidsSection .top-lines {
    display: none;
  }
  .kidsSection .bottom-star {
    display: none;
  }
  .kidsSection .kids-main-image img {
    border-radius: 14px !important;
  }
  .kidsSection .kids-main-image {
    width: 100% !important;
    height: 300px !important;
    border-radius: 20px !important;
    padding: 7px !important;
  }
  .kidsSection .star-doodle {
    left: 0px;
    bottom: 304px;
  }
  .kidsSection {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .equipment-gallery-section {
    padding: 30px 0 30px;
  }
  .why-choose-item .icon-box {
    margin-right: 10px !important;
  }
  .why-choose-item {
    margin-bottom: 20px !important;
    align-items: start !important;
  }
  .why-choose-content p {
    font-size: 15px;
    line-height: 1.5;
  }
  .why-choose-item .icon-box img {
    max-width: 40px !important;
  }

  .why-choose-us {
    padding: 30px 0 10px !important;
  }
  .visit-clinic-btn .play-btn::before {
    width: 26px !important;
    height: 26px !important;
    font-size: 10px !important;
    right: -3px !important;
  }
  .visit-clinic-btn .play-btn {
    padding: 9px 40px 9px 14px !important;
  }
  .section-title h2.comprehensiveTitle {
    font-size: 30px;
  }
  .visit-clinic::before {
    border-radius: 16px !important;
  }
  .visit-clinic {
    padding: 30px 15px !important;
    border-radius: 16px !important;
  }
  .intro-clinic-video {
    padding: 12px 0 30px !important;
  }
  .cashLessBlock {
    padding-top: 26px;
    padding-bottom: 0px;
  }
  .dental-content {
    padding: 12px 16px !important;
  }
  .schemesBlock .swiper-button-next svg.swiper-navigation-icon {
    width: 6px;
  }
  .schemesBlock .swiper-button-next::after {
    font-size: 11px;
    top: 0.75px;
  }
  .schemesBlock .swiper-button-prev svg.swiper-navigation-icon {
    width: 6px;
  }
  .schemesBlock .swiper-button-prev::after {
    font-size: 9px !important;
  }
  .schemesBlock .swiper-button-prev {
    padding: 6px 7px;
    bottom: 24px !important;
  }
  .schemesBlock .swiper-button-next {
    padding: 6px 7px;
    bottom: 24px !important;
  }
  .section-row {
    margin-bottom: 10px !important;
  }
  .services-box-footer {
    margin-top: 0px !important;
  }
  .dental-content li {
    font-size: 15px !important;
    line-height: 1.4 !important;
    margin-bottom: 4px !important;
  }
  .dental-content h4 {
    font-size: 17px !important;
    margin-bottom: 6px !important;
  }
  .our-services .dental-services .col-md-6 {
  }
  .our-services .dental-services {
    padding: 0px 0px !important;
  }
  .facilities .scheme-track-reverse {
    animation: scheme-scroll 90s linear infinite !important;
  }
  .facilities .scheme-track {
    animation: scroll-right 100s linear infinite;
  }
  .our-services .section-row {
    margin-bottom: 10px;
  }
  .section-row {
    margin-bottom: 16px;
  }
  .our-services {
    padding: 25px 0 24px !important;
  }
  .scheme-marquee.two {
    margin-top: 16px;
  }
  .scheme-item {
    margin-right: 24px;
    font-size: 24px;
    padding: 12px 40px;
  }
  .facilities.achievement-section {
    padding: 30px 0px 35px !important;
  }
  .about-us-body {
    margin-bottom: 18px !important;
  }

  .about-us-body ul li {
    margin-bottom: 8px !important;
    padding-left: 24px !important;
    font-size: 15px;
  }
  .about-us-body ul li:before {
    font-size: 18px !important;
  }
  .section-title h3 {
    margin-bottom: 4px !important;
  }
  .about-image {
    margin-bottom: 16px !important;
  }
  .about-img-1 img {
    border-radius: 20px !important;
  }
  .about-img-2 figure img {
    width: 70%;
    border-width: 4px;
    border-radius: 18px;
  }
  .about-us {
    padding: 30px 0 24px !important;
  }
  .featFlex div {
    background: #fff;
    width: 100%;
    padding: 4px 10px 0px;
    border-radius: 7px;
    border: 1px solid #259f8e;
  }
  .achievement-section .achievement-card h4 br {
    display: block !important;
  }
  .featFlex i {
    flex-shrink: 0;
  }
  .featFlex {
    display: flex;
    color: #fff;
    gap: 6px;
    align-items: center;
  }
  .achievement-section .feature-item:last-child {
    border-bottom: none;
  }
  .achievement-section .feature-item p {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1.5;
    color: #171b1b;
    text-align: start;
  }
  .achievement-section .feature-item h6 {
    font-size: 18px;
    color: #0b8574;
    text-align: start;
    font-weight: 600;
  }
  .achievement-section .feature-item {
    color: #fff;
    padding: 8px 6px;
    /* border-bottom: 1px solid #259f8e; */
  }
  .achievement-section .feature-item i {
    font-size: 20px;
    margin-bottom: 0px;
    color: #259f8e;
    border: 1px solid;
    padding: 0;
    border-radius: 50px;
    background: #fff;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .achievement-section .feature-box {
    border-radius: 12px;
    padding: 6px 12px 10px;
    margin-top: 10px;
    background-color: unset;
    border: none;
  }
  .achievement-section .achiveCardOuter {
    border-radius: 10px;
    background-position: bottom;
  }
  .achievement-section .divider {
    width: 60px;
    height: 3px;
    margin: 5px auto;
  }
  .achievement-section .achievement-card h4 {
    font-size: 15px !important;
  }
  .achievement-section .achievement-card h3 {
    font-size: 30px !important;
    line-height: 1 !important;
  }
  .achievement-section .achievement-card {
    margin-bottom: 0px !important;
    border-radius: 0px 0px 50px !important;
    padding: 20px 16px 10px !important;
  }
  .achievement-section .icon-circle::after {
    width: 5px;
    height: 5px;
    top: -1px;
  }
  .achievement-section .icon-circle::before {
    width: 35px;
    height: 35px;
  }
  .achievement-section .icon-circle {
    width: 25px;
    height: 25px;
    font-size: 12px;
    margin-bottom: 14px;
  }
  .acCardsRow .col-lg-3:nth-child(odd) {
    padding-right: 6px;
  }
  .acCardsRow .col-lg-3:nth-child(even) {
    padding-left: 6px;
  }
  .acCardsRow .col-lg-3 {
    width: 50%;
    margin-top: 16px;
  }
  .achievement-section .section-subtitle {
    font-size: 14px !important;
    margin-bottom: 20px !important;
    line-height: 1.5 !important;
    /* color: #fff !important; */
  }
  .achievement-section .section-title {
    font-size: 30px !important;
  }
  .achievement-section .section-tag span {
    width: 35px;
    height: 1px;
  }
  .achievement-section .section-tag {
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .achievement-section {
    padding: 25px 0 12px;
    background-position: right;
    background-image: url("../images/img/achBgm.jpg");
  }
  .cta-box-btn {
    text-align: center !important;
    margin-top: 1px !important;
  }
  .cta-box-item {
    margin-bottom: 16px !important;
  }
  .cta-box-content p {
    font-size: 14px;
    line-height: 1.6;
    color: unset !important;
  }
  .cta-box-content h3 {
    font-size: 17px !important;
    font-weight: 500 !important;
    margin-bottom: 3px !important;
  }
  .cta-box-item .icon-box img {
    width: 33px !important;
    padding: 7px !important;
  }

  .cta-box-item .icon-box {
    margin-right: 12px !important;
  }

  .export-dantist-box .icon-box img {
    max-width: 45px !important;
    border-radius: 7px !important;
  }
  .export-dantist-box {
    padding: 6px !important;
    border-radius: 10px !important;
    animation-duration: 10s !important;
    width: 50%;
  }
  .hero-icon-list .hero-icon-box-3 {
    width: 55px !important;
    height: 55px !important;
  }

  .hero-icon-list .hero-icon-box-1 {
    right: -10px !important;
    width: 55px !important;
    height: 55px !important;
  }
  .hero-icon-list .hero-icon-box-2 {
    left: -7px !important;
    width: 55px !important;
    height: 55px !important;
  }
  .hero-content {
    margin-bottom: 12px !important;
  }

  .hero-content-body {
    padding-bottom: 12px !important;
    margin-bottom: 12px !important;
  }
  .btn-default::before {
    width: 24px !important;
    height: 24px !important;
    background-size: 9px auto !important;
  }
  .btn-default {
    padding: 10px 50px 10px 16px !important;
  }
  .section-title p {
    margin-top: 9px !important;
    line-height: 1.5 !important;
    font-size: 14px !important;
  }
  .hero-content .bannerSubTitle p {
    line-height: 1.3 !important;
    margin-top: 4px !important;
    color: #49efd8 !important;
  }
  .bannerSubTitle h6 {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    font-style: italic;
  }
  .bannerSubTitle p {
  }
  .hero-content .bannerSubTitle {
    margin-top: 12px;
    padding: 0px;
    background: no-repeat;
    box-shadow: none;
    border-radius: unset;
  }
  .hero-content .bannerSubTitle .dentIcon {
    display: none;
  }
  .section-title h3.hfrId span {
    font-size: 20px;
  }
  .section-title h3.hfrId {
    font-size: 16px;
    padding-left: 7px;
    margin-bottom: 4px;
  }

  .hero {
    background-image: url("../images/img/herobgm2.jpg") !important;
    padding: 25px 0 0 !important;
    background-position: top !important;
    background-size: cover !important;
  }
  .hero::before {
    background-color: #00000085 !important;
  }
  .footer-contact-links li .icon-box {
    height: 22px;
    width: 22px;
    padding: 4px;
  }
  .footer-contact-links li {
    gap: 9px;
  }

  .footer-copyright-text p {
    line-height: 1.5;
  }
  .footer-copyright {
    margin-top: 13px !important;
  }
  .main-footer p,
  .main-footer li,
  .main-footer a {
    font-size: 14px !important;
  }
  .footer-links ul li {
    margin-bottom: 6px !important;
    line-height: 1.5;
  }
  .footer-links h3 {
    margin-bottom: 8px !important;
  }
  .footer-quick-links,
  .footer-social-links {
    margin-bottom: 20px !important;
  }
  .about-footer {
    margin-bottom: 18px !important;
  }
  .about-footer-content p {
    line-height: 1.5;
  }
  .footer-logo {
    margin-bottom: 10px !important;
  }
  .footer-logo img {
    width: 260px !important;
    padding: 2px 10px !important;
    border-radius: 8px !important;
  }
  .whatsappIcon img {
    width: 45px;
  }
  .whatsappIcon {
    left: 20px;
    padding: 1px;
  }
  footer.main-footer {
    padding: 30px 0 0 !important;
  }
  .loader {
    width: 100px;
    height: 100px;
  }
  .mainOuter .nabhLogo img {
    width: 70px;
  }
  .mainOuter .nabhLogo {
    right: 12px;
    top: 80px;
  }

  .mainOuter {
    margin-top: 67px;
  }
  .main-menu ul li ul li:last-child a.nav-link {
    border-bottom: none;
  }
  .main-menu ul li ul li a.nav-link {
    font-size: 14px;
    padding: 2px 12px !important;
    border-bottom: 1px solid #484848;
  }
  .main-menu .submenu.submenu-open > ul {
    border-radius: 10px;
  }
  .navbar-brand img {
    width: auto;
    height: 50px;
  }
  .navbar {
    padding: 8px 0px !important;
  }
  .overlay {
    top: 67px;
  }
  .main-menu.mobile-menu-open {
    top: 59px;
    width: 250px;
  }
  .main-menu ul li a.nav-link {
    padding: 5px 0px !important;
    font-size: 15px;
    border-bottom: 1px solid #deefec;
  }
  .main-menu .nav-item:last-child a.nav-link {
    border-bottom: none;
  }
  .header-btn .btn-default {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 46px 5px 10px;
    border-radius: 7px;
  }
  .header-btn .btn-default::before {
    width: 20px;
    height: 20px;
    background-size: 7px auto;
  }
}
