        .hero-slider-caption h1 {
            font-size: 50px;
            margin-bottom: 20px;
            line-height: 65px;
            padding-top:20px;
        }
        .content-box-wid1 {
        font-weight: 400;
        color: #3b475d;
        font-size: 42px;
        margin: 0;
        line-height: 40px;
        }
        .head-color{
            font-weight:500;
            color:#3B475D;
        }
        .head1-color{
            font-weight:500;
            color:#fff;
        }
        .head-colorp{
            color:#3B475D;
        }
        .custom-section {
        position: relative;
        text-align: center;
      }

      .desktop-cards {
        position: relative;
        height: 400px; 
        background-color: #0f75a8;
         border-radius: 40px;
        background-size: 50px 50px;
        background-image: linear-gradient(to right, #ffffff14  1px, transparent 1px), linear-gradient(to bottom, #ffffff14  1px, transparent 1px);
      }

      .desktop-cards .card {
        position: absolute;
        width: 200px;
        transition: transform 0.2s ease;
      }

      .desktop-cards .top-card-1 {
        top: -16%;
        left: 10%;
        border-radius: 25px;
      }

      .desktop-cards .top-card-2 {
        top: -16%;
        left: 40%;
        border-radius: 25px;
      }

      .desktop-cards .top-card-3 {
        top: -16%;
        left: 70%;
        border-radius: 25px;
      }

      .desktop-cards .bottom-card-1 {
        bottom: -16%;
        left: 25%;
        border-radius: 25px;
      }

      .desktop-cards .bottom-card-2 {
        bottom: -16%;
        left: 55%;
        border-radius: 25px;
      }

      /* Center the heading within the cards on desktop */
      .custom-section h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10; /* Ensure the heading is above the cards */
      }

      @media (max-width: 768px) {
        .desktop-cards {
          display: block;
        }
        
        #main-parent{
          display: none;  
        }
        #unique-main-parent{
            display: block;
        }

        .mobile-carousel {
          display: block;
        }
        .custom-section h2 {
          position: relative;
          top: 0;
          z-index: 10; 
          text-align: center; 
        }
        
        .net-growth {
            top: 36%;
            right: 10%;
            font-size: 0.8rem;
        }
        
        .happy-customers {
            bottom: -3%;
            left: 6%;
        }
      }

      @media (min-width: 769px) {
        .mobile-carousel {
          display: none;
        }
        /*#unique-main-parent {*/
        /*  display: none;*/
        /*}*/
      }

      /* Adjust indicators below the cards */
      .carousel-indicators {
        position: relative;
        margin-top: 20px;
        visibility: visible;
        z-index: 0;
      }

      .carousel-indicators button {
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px;
    margin: 0 5px;
      }
      .carousel-indicators .active {
    background-color: #0f75a8;
    border: 1px solid white;
    }

     .card-body {
    position: relative;
    padding: 20px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 25px;
    box-shadow: 0 4px 12px 13px #0f75a80a;
    }

      .card-body .top-icon {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        color: white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
      }

      /* Text at the bottom-left */
      .card-body .bottom-text {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        text-align:left;
      }
        /* Sticky tabs style */
      .scrollbars {
        overflow: hidden;
      }

      .sticky-tabs {
        background: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
        position: sticky;
        top: 130px;
        z-index: 10;
      }

      .sticky-tabs .nav {
        display: flex;
        gap: 20px;
        justify-content: space-between;
      }

      .sticky-tabs .nav-link {
        font-size: 1rem;
        font-weight: bold;
        cursor: pointer;
        color: #555;
        border: none;
        background: none;
        transition: color 0.3s;
      }

      .sticky-tabs .nav-link.active {
        color: #007bff;
        text-decoration: underline;
      }

      .scroll-container {
        display: flex;
        transition: transform 0.6s ease-in-out;
        /*height: calc(*/
        /*  100vh - 50px*/
        /*);*/
      }

      .tab-content {
        min-width: 100vw;
        height: 90vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f9f9f9;
        padding: 20px;
      }

      .tab-column {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: flex-start;
      }

      .text-content {
        max-width: 600px;
        margin-right: 20px;
      }

      .image-content {
        max-width: 600px;
        text-align: center;
      }

      .tab-content h3 {
        color: #333;
      }

      .tab-content p {
        color: #555;
      }

      /* Mobile responsiveness */
      @media (max-width: 768px) {
        .tab-column {
          flex-direction: column;
          text-align: center;
        }

        .text-content,
        .image-content {
          margin-right: 0;
          margin-bottom: 20px;
        }
      }
      .about-text {
    font-size: 32px;
    color: white;
    line-height: normal;
    font-weight: normal;
    }
     
       #section2 {
        font-size: 3rem;
        text-align: center;
        justify-content: start;
        padding: 50px;
        transition: transform 0.1s ease-out;
        transform: perspective(1200px) scale(0) translateY(50vh);
        align-items: self-start;
      }
      
      
      /*iconbix*/
      .flex-colin {
        display: flex;
        flex-direction: column;
        gap: 20px;
      }

      .flex-row {
        display: flex;
        align-items: center;
      }

      .start1 {
        justify-content: flex-start;
      }

      .end1 {
        justify-content: flex-end;
      }
      .icon-text-background {
        display: inline-flex;
        align-items: center;

        padding: 5px 10px;
        border-radius: 5px;
      }
      .bgoficons {
        background-color: white;
        padding: 5px;
        border-radius: 10px;
        box-shadow: 0px 4px 8px 0px #655c804d;
      }
  #unique-stickyTabs {
    /* background: white; */
    /* background: #ffffff; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 3px;
    border-bottom: 1px solid #ddd;
    box-shadow: 1px 1px 8px 0px #cbcbcb4d;
}

      .icon-text-background span {
        color: #333333; 
        margin-right: 5px; 
      }
      .icon-text-background1 span {
        color: #333333; 
        margin-right: 5px;
      }

      .icon-text-background img {
        background: #2dce76;
          border-radius: 10px;
          color: white;
          padding: 5px;
          min-width: 40px;
          width: 40px;
      }
      
      .icon-text-background1 img {
        background: #0F75A8;
          border-radius: 10px;
          color: white;
          padding: 5px;
          min-width: 40px;
          width: 40px;
      }

      
      /*Review*/
       .testimonial-box {
        padding: 20px;
      border: 1px solid #ddd;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      background: #fff;
      width: 100%;
      max-width: 350px;
      margin-top: 20px;
      }
      .testimonial-header {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
      }
      .avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #e0e0e0;
        margin-right: 10px;
      }
      .checkmark {
        width: 20px;
        height: 20px;
        background: #2dce76;
        border-radius: 50%;
        position: relative;
        margin-left: auto;
      }
      .checkmark::after {
        content: "";
        position: absolute;
        top: 4px;
        left: 6px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
      }
      .client-info {
      font-size: 14px;
      padding: 0px 5px;
    }
      .client-name {
        font-weight: bold;
        color: #000;
      }
      .star-rating {
        color: #ffc107;
        font-size: 18px;
      }
      .testimonial-content {
        margin-bottom: 15px;
        font-size: 15px;
        color:#3b475d;
      }
      .testimonial-date {
        font-size: 13px;
        color: #999;
      }
      /*blog section=====*/
      .blog-section {
        padding: 40px 20px;
      }
      .blog-header {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
      }
      .blog-item {
        border-bottom: 1px solid #ddd;
        padding: 20px 0;
      }
      .blog-item h3 {
        font-size: 18px;
      font-weight: 600;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #647589;
      }
      .blog-item h3 i {
        font-size: 16px;
        color: #647589;
      }
      .blog-meta {
        font-size: 14px;
        color: #6c757d;
        display: flex;
        justify-content: flex-start;
        gap: 10px;
      }
      .right-section {
        display: block;
      }

      .right-card {
        position: relative;
        height: 200px; 
        width: 100%; 
        margin-bottom: 20px; 
        overflow: hidden;
        transition: all 0.3s ease-in-out;
        display: flex;
        justify-content: center; 
        align-items: center; 
        border-radius: 8px;
        text-align: center;
        padding: 15px;
        box-sizing: border-box;
      }

      .right-card img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.3s ease;
      }

      .right-card .name {
        position: absolute;
        z-index: 1;
        font-size: 20px;
        color: white;
        font-weight: bold;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .right-card:hover {
       opacity: 1;
          box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.87);
          border: 1px solid #0f75a8;
      }

      .right-card:hover img {
        opacity: 0; /* Hide image on hover */
      }

      .right-card:hover .name {
        opacity: 1;
        color: #0f75a8;
      }

      .learn-more {
        position: absolute;
        bottom: 20px;
        border: 1px solid #0f75a8;
        padding: 10px 15px;
        border-radius: 4px;
        font-weight: bold;
        text-decoration: none;
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 30px;
        color: #0f75a8;
      }

      .right-card:hover .learn-more {
        opacity: 1; 
        text-decoration: none;
        color: #0f75a8 !important;
      }

      .bgCard1 {
      background-color: #0f75a8;
      background: url("../img/slider/billing-and-coding-6787afe3908ea.webp");
      background-size: auto;
      background-position: center;
      background-size: cover;
      }

      .bgCard2 {
        background-color: #0f75a8;
      background: url("../img/slider/medical-billing-faq-6787afe76bb59.webp");
      background-size: auto;
      background-position: center;
      background-size: cover;
      }

      .bgCard3 {
        background-color: #0f75a8;
      background: url("../img/slider/cpt-codes-6787afe39badf.webp");
      background-size: auto;
      background-position: center;
      background-size: cover;
      }

      .bgCard4 {
        background-color: #0f75a8;
      background: url("../img/slider/denial-code-6787afe6801bf.webp");
      background-size: auto;
      background-position: center;
      background-size: cover;
      }

      .spann-btn {
        border: 1px solid #0f75a8;
        border-radius: 18px;
        padding: 6px 18px;
        font-size: 16px;
        color: #0f75a8;
      }
      .date-span{
          color: white;
          background: #0F75A8;
          border-radius: 30px;
          padding: 0px 10px;
      }
      .cat-span{
          color: white;
          background: #2DCE76;
          border-radius: 30px;
          padding: 0px 10px;
      }
      .custom-section1 {
        background: linear-gradient(to right, #18a2b8, #32c3a1);
      border-radius: 20px;
      color: white;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 30px;
      }
      .image-container {
        position: relative;
      height: 100%;
      display: flex;
      align-items: center;
      margin-top: -140px;
      }
      .image-container img {
        object-fit: cover;
        max-height: 100%;
        width: auto;
        border-radius: 15px;
      }
      #main-parent {
        position: relative;
        background-color: #f9f9f9;
    }
      #about-mediBill.reveal {
        opacity: 1; 
      }

      .container-revel {
        background-color: #0f75a8;
        border-radius: 40px;
        background-size: 50px 50px;
            background-image: linear-gradient(to right, #ffffff14 1px, transparent 1px), linear-gradient(to bottom, #ffffff14 1px, transparent 1px);
        padding: 25px;
      }

     
    
      /* Pop-up element style */
    .pop-up-element {
     opacity: 0; 
      transform: scale(0); 
      transition: transform 1s ease, opacity 1s ease; 
      transition-delay: 0s; 
    }
    
    
    .pop-up-element.visible {
      opacity: 1;
      transform: scale(1); 
      transition-delay: 0.5s; 
    }
    
    .pop-up-element.visible:nth-child(1) {
      transition-delay: 0.1s;
    }
    
    .pop-up-element.visible:nth-child(2) {
      transition-delay: 0.2s;
    }
    
    .pop-up-element.visible:nth-child(3) {
      transition-delay: 0.3s;
    }
    
    .pop-up-element.visible:nth-child(4) {
      transition-delay: 0.4s;
    }

  .container-logo {
    overflow: hidden;
    width: 100%;
    }
    
    .slider-logo.track {
        display: flex;
        width: max-content;
        animation: scroll 20s linear infinite;
    }
    
    .Fab1 {
        width: 150px; /* adjust size */
        margin-right: 50px; /* spacing */
        flex-shrink: 0;
    }
    
    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }



    /*Logo SLider*/
    /*.container-logo {*/
    /*  overflow: hidden;*/
    /*  .slider-logo {*/
    /*    animation: slidein 30s linear infinite;*/
    /*    white-space: nowrap;*/
    /*     width: 100%;*/
    /*    .customer-logos {*/
    /*      width: 100%;*/
    /*      display: inline-block;*/
    /*      margin: 0px 0;*/
    /*      .Fab1 {*/
    /*        width: calc(100% / 5);*/
    /*        animation: fade-in 0.5s */
    /*          cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;*/
    /*      }*/
    /*    }*/
    /*  }*/
    /*}*/
    
    /*@keyframes slidein {*/
    /*  from {*/
    /*    transform: translate3d(0, 0, 0);*/
    /*  }*/
    /*  to {*/
    /*    transform: translate3d(-100%, 0, 0);*/
    /*  }*/
    /*}*/
    
    /*@keyframes fade-in {*/
    /*  0% {*/
    /*    opacity: 0;*/
    /*  }*/
    /*  100% {*/
    /*    opacity: 1;*/
    /*  }*/
    /*}*/
    
    @keyframes MoveUpDown {
      0%, 100% {
        bottom: 0;
      }
      50% {
        bottom: 100px;
      }
    }
    
    .rounded-circle {
      border-radius: 50% !important;
      width: 45px !important;
      height: 45px;
      border-radius: 50%;
      object-fit: cover;
      box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    }
    
    .service-box-ixob{
        background: #2fcf77;
      padding: 10px;
      border-radius: 10px;
    }
    
    .text-content h2{
        font-size: 46px;
    }


    @media (max-width: 768px) {
        .hero-slider-caption h1 {
            font-size: 65px;
            margin-bottom: 20px;
            line-height: 50.86px;
        }
       .container-revel h2 {
          font-size: 1.5rem;
        }
        .custom-section{
            background-color: #0f75a8;
         border-radius: 40px;
        background-size: 50px 50px;
        background-image: linear-gradient(to right, #ffffff14  1px, transparent 1px), linear-gradient(to bottom, #ffffff14  1px, transparent 1px);
        }
      }
      
      
      
      /* Media queries for smaller devices */
    @media (max-width: 768px) {
      .sticky-tabs .nav-link {
        font-size: 12px;
        padding: 8px 5px;
      }
    
      .tab-column .text-content h2 {
        font-size: 16px;
      }
    
      .tab-column .text-content p {
        font-size: 12px;
      }
    
    }

    @media (max-width: 480px) {
      .sticky-tabs .nav {
        flex-direction: column;
      }
    
      .sticky-tabs .nav-item {
        margin-bottom: 5px;
      }
    
      .tab-column .text-content h2 {
        font-size: 14px;
      }
    
      .tab-column .text-content p {
        font-size: 11px;
      }
      .sticky-tabs {
        background: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
        top: 130px;
        z-index: 10;
        position: unset;
    }
    .tab-content {
        min-width: 97vw;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f9f9f9;
        padding: 12px 34px;
    }
    #about-mediBill {
        opacity: 1;
        
    }

    }

/* Sticky tabs navigation */
    .unique-sticky-tabs .nav {
          display: flex;
        justify-content: space-around;
        gap: 10px;
    }
    
  /*.unique-sticky-tabs .nav-link:hover {*/
  /*  font-size: 16px;*/
  /*  text-align: center;*/
  /*  background: #0f75a8;*/
  /*  border: 1px solid #0f75a8;*/
  /*  border-radius: 10px;*/
  /*  color: white;*/
  /*  }*/
  
  .unique-sticky-tabs .nav-link {
  position: relative;
  padding: 10px 20px;
  text-decoration: none;
  color: #3b475d;
  font-size: 16px;
  border:none;
  background:white;
  font-weight: bold
}

.unique-sticky-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px; 
  background-color: #0F75A8; 
  transition: width 0.3s ease;
}

.unique-sticky-tabs .nav-link:hover::after {
  width: 100%;
}

.unique-sticky-tabs .nav-link.active::after {
  width: 100%;
  bottom: -5px;
}

/*.unique-sticky-tabs .nav-link {*/
/*    font-size: 16px;*/
/*    text-align: center;*/
/*    background: white;*/
/*    border: none;*/
/*    background: none;*/
/*      font-size: 16px;*/
/*      cursor: pointer;*/
/*      position: relative;*/
/*      padding: 5px 10px;*/
/*}*/

/*.unique-sticky-tabs .nav-link::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 2px; */
/*  background-color: #000;*/
/*  transform: scaleX(0);*/
/*  transform-origin: bottom right;*/
/*  transition: transform 0.3s ease;*/
/*}*/

/*.unique-sticky-tabs .nav-link:hover::after {*/
/*  transform: scaleX(1);*/
/*  transform-origin: bottom left;*/
/*  bottom: -5px; */
/*}*/


/*.unique-sticky-tabs .nav-link.active {*/
/*    background-color: #0f75a8;*/
/*    color: white;*/
/*}*/

/* Image content */
.unique-service-box-img {
  max-width: 100%;
  height: auto;
}

/* Tab content */
.unique-tab-content {
  display: flex;
  flex-direction: column;
}

.unique-tab-pane {
  display: none;
}

.unique-tab-pane.unique-tab-active {
    display: block;
    padding: 30px;
}



@media (max-width: 767px) {
  .unique-sticky-tabs .nav {
    flex-direction: column;
  }
  .unique-tab-pane .row {
    flex-direction: column;
  }
  .col-md-6 {
    margin-bottom: 20px;
  }
}

.blog-item h3 a i:hover {
    color: #2dce76;
}


/*Hero Section*/
.image-section {
        position: relative;
        text-align: center;
      }

      .doctor-image {
        width: 100%;
        border-radius: 10px;
      }

      .box {
        position: absolute;
        background: #ffffffdb;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 5px 5px;
        display: flex;
        align-items: center;
        gap: 10px;
        animation: jiggle 2s infinite;
      }

      .box-icon {
        width: 50px;
        height: 50px;
      }

      .box-text {
        font-size: 14px;
        color: #333;
        font-weight: bold;
      }
      .jiggle{
          animation: jiggle 2s infinite;
      }

      /* Animation for jiggle effect */
      @keyframes jiggle {
        0%,
        100% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(-5px);
        }
      }

      /* Box positions */
      .box-1 {
        top: 10%;
        left: 5%;
      }
      .box-2 {
        top: 50%;
        right: 2%;
      }
      .box-3 {
        bottom: 16%;
        left: 5%;
      }

     .box-text {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    max-width: 118px;
    word-wrap: break-word;
    text-align: left;
    white-space: normal;
}

      @media (max-width: 768px) {
            .box {
            padding: 3px 5px;
            gap: 5px;
            font-size: 12px;
            box-shadow: 0px 0px 0px 0px;
            }
        /*.box-1 {*/
        /*  top: 5%;*/
        /*  left: 10%;*/
        /*}*/
        /*.box-2 {*/
        /*  top: 25%;*/
        /*  right: 10%;*/
        /*}*/
        /*.box-3 {*/
        /*  bottom: 0%;*/
        /*  left: 5%;*/
        /*}*/
        .box-1 {
          top: 0%;
          left: 5%;
        }
        .box-2 {
          top: 50%;
          right: 5%;
        }
        .box-3 {
          bottom: 5%;
          left: 4%;
        }
        .img-tabs {
            padding-top: 46px;
        }
        .icon-text-background.flex-row.start1.pop-up-element.visible {
         padding: 10px 0px 10px 30px;
        }
        .end1 {
            justify-content: flex-end;
            padding: 0px 40px;
        }
        
        .desktop-cards {
          height: auto; /* Adjust height for mobile */
          background-size: 30px 30px; /* Adjust background grid for mobile */
        }

        .desktop-cards .card {
          position: relative;
          width: 90%; /* Adjust card width */
          margin: 10px auto; /* Center the cards and create spacing between them */
          top: 0;
          left: 0;
          border-radius: 15px; /* Reduce border-radius for mobile */
        }

        /* Stack the cards vertically on mobile */
        .desktop-cards .top-card-1,
        .desktop-cards .top-card-2,
        .desktop-cards .top-card-3,
        .desktop-cards .bottom-card-1,
        .desktop-cards .bottom-card-2 {
          top: 0;
          left: 0;
          margin-bottom: 20px; /* Add space between cards */
        }

        /* Adjust heading position for mobile */
        .custom-section h2 {
          position: relative;
          top: auto;
          left: auto;
          transform: translate(0, 0);
          margin-bottom: 20px; /* Add space below heading */
        }
            .card-body {
        position: relative;
        padding: 20px;
        height: 100px;
        display: flex;
        flex-direction: column;
        border-radius: 25px;
        box-shadow: 0 4px 12px 13px #0f75a80a;
        justify-content: flex-start;
        text-align: left;
    }
        
      }
      
      .bg-gren-box {
    background: #2fcf77;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 12px;
}
