/*..............
utilities
................*/
.newgap_80{
    padding: 80px 0;
}
.newgap_50{
    padding: 50px 0;
}
.newgap_80_pb{
    padding-bottom:80px ;
}
.newgap_80_pt{
    padding-top:80px ;
}
.newgap_50_pb{
    padding-bottom:50px ;
}
.newgap_30_pb{
    padding-bottom:30px ;
}
.newgap_20_pb{
    padding-bottom:20px ;
}
.right_img_height{
    max-height: 470px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.doctor-search-section .section-header-fourteen .text-normal{
    font-weight: 400;
    font-size: 17px;
}
.font_weight{
    font-weight: 300;
}
.doctor-search-section .section-header-fourteen h2{
    font-size: 30px;
}
.text_class_justify{
    text-align: justify;
}
.text_class_lineheight{
    line-height: 28px;
}
.text_class_left
{
    text-align: -webkit-left!important;
}

/*..........back to top..............*/
.progress-wrap.active-progress {
    right: 100px;
}
/*................
home-page
.................*/
#home-feature .feature-box
{
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
}
#home-feature .feature-image{
    margin:0 auto;
}
#home-feature .feature-image img{
    background: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
#home-feature .feature-box .feature-text p
{
    text-align: left;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding: 0;
    margin: 0;
}
.card-background-one {
position: relative;
}

.card-background-one::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
opacity: 0;
transition: opacity 0.3s ease;
z-index: 1;
pointer-events: none;
}

.cards-container.active .card-background-one:not(.hovered)::before {
opacity: 1;
}

.specialties-one {
position: relative !important;
z-index: 999 !important;
}

.single-specialties {
position: relative;
z-index: 2;
transition: all 0.3s;
}







.card-background-one:hover #section-overlay {
opacity: 1;
}
#section-overlay {
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background: rgba(0,0,0,0.4);
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
z-index: 5;
}

.card-background-one {
position: relative;
}

.single-specialties {
position: relative;
z-index: 1;
}

.single-specialties:hover {
z-index: 10;
}

.card-background-one:hover #section-overlay {
opacity: 1;
pointer-events: auto;
}


.grid-section {
    position: relative;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    padding-top: 180px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 0;
}
.grid-container:hover ~ .overlay {
    opacity: 1;
    pointer-events: auto;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 1320px;
    position: relative;
    z-index: 1;
    grid-gap: 40px;
}


.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: auto;
  }

  .grid-item {
    background: #06aea1;
    color: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    transform: scale(1);
  }

  .grid-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
  }

  .grid-item h3 {
    margin: 10px 0 5px;
    font-size: 18px;
  }

  .grid-item p {
    font-size: 14px;
    line-height: 1.4;
  }

  .grid-item.hovered {
    transform: scale(1.1);
    z-index: 2;
  }

  .grid-item.shrink {
    transform: scale(0.85);
    opacity: 0.6;
    z-index: 0;
  }

  @media (max-width: 768px) {
    .grid-container {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 480px) {
    .grid-container {
      grid-template-columns: 1fr;
    }
  }






.grid-container:hover .grid-item{
    filter: blur(2px);
}

.grid-container .grid-item:hover {
    filter: blur(0px);
    transform: scale(1.1);
    transition: all 0.9s ease 0s;
    background: #06aea1;
    z-index: 2;
    padding: 30px 10px;
}



.grid-container .grid-item:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(8%) hue-rotate(242deg) brightness(105%) contrast(103%);
}
.grid-container .grid-item:hover h3{
    color: #fff;
}




/*...........................
    speciality grid-new
...........................*/



    .grid-new {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      max-width: 1320px;
      margin: auto;
      padding-top: 160px!important;

    }
.grid-box.grid-item img {
    height: 90px;
    margin: 0 auto;
    transition: 0.4s ease;
}
    .grid-box {
    height: 300px;
    border-radius: 10px;
    color: #fff;
    display: grid;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    /*transition: 0.2s ease;*/
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-top: 5px solid #06aea1;
    padding: 60px 10px;
 }

.grid-box p {
    display: none;
    transition: all 0.9s ease 0s;
    color: #fff;
    font-size: 14px;;
    font-weight: 300;
    transition: all 0.9s ease 0s;
}
.grid-box h3{
    color: #06aea1;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 20px;
    margin-top: 20px;

}


/* When box is hovered */
    #grid .grid-box:hover {
      transform: scale(1.15);
      z-index: 2;
      background: #06aea1;
        padding: 30px 10px;
    }

    #grid .grid-box:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(8%) hue-rotate(242deg) brightness(105%) contrast(103%);
}
#grid .grid-box:hover h3{
    color: #fff;
}
#grid .grid-box:hover p{
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    color: #fff;
}


    /* All non-hovered boxes shrink */
    #grid .grid-box.shrink {
      transform: scale(0.85);
      z-index: 0;
    }
  

    @media (max-width: 768px) {
      .grid-new {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 480px) {
      .grid-new {
        grid-template-columns: 1fr;
      }
    }



.progress {
    transition: width 1s ease-in-out;

}

.doctor-search-section.doctor-search-eleven {
/* background: linear-gradient(90deg, rgb(164 224 212) 0%, rgb(237 237 237) 15%, rgb(195 228 221) 100%); */
padding: 60px 0 80px 0px;
/* background-position: bottom center; */
}
.doctor-search-section .section-header-fourteen h2{
    font-size: 33px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;

}
.doctor-search-section .section-header-fourteen p{
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: black;
    margin-bottom: 50px;

}

.card-background .container .single-specialties h3{
    font-size: 25px;
}
.card-background .container .single-specialties i{
    font-size: 55px;

}
.count-text{
    margin-bottom: 0px;
}


.form-popup-bg {
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.form-popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    overflow-y: auto;
    z-index: 10000;
}
.form-popup-bg.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
    background-color: #06aea1;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    position: relative;
    color: #fff;
    margin: auto;
    padding: 15px 20px;
}
.form-popup-bg .form-container form .form-group {
    margin-bottom : 8px;
}
.form-popup-bg .form-container form .form-group .form-control {
    border-color: #E2E8F0;
    color: #333333;
    font-size: 15px;
    min-height: 40px !important;
    padding: 0px 10px;
}
.form-popup-bg .form-container form .form-group p i {
    font-size: 12px;
}
.close-button {
    background: none;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.form-popup-bg:before{
    content:'';
    background-color: #fff;
    opacity: .25;
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/*................
about-us
.................*/


#justify-text-copy{
    text-align: justify;
}
.feedback-inner-main{
/* padding-top: 25px; */
}
.feedback-inner-main img {
/* height: 285px; */
height:180px;
}
.btn-black{
    color:#ffffff;
}


/*.........................
refarrel management
...........................*/

.hero-bg-outsource .container .img-hero img {
    height: 422px;
/* width: 100%; */
/*    width: 527px;*/
}

.accrodians .cards {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 30px;
    float: left;
    width: 100%;

}
.accrodians .cards .card-header{
    padding: 0;
    position: relative;
}
.accrodians .cards .card-header h3 {
    cursor: pointer;
    color: #ffffff;
    position: relative;
    margin: 0;
    padding: 15px 25px;
    padding-left: 41px;
    font-size: 20px;
}
.accrodians .cards .card-header h3 span { 
    position: absolute;
    right: 20px;
    top: 12px;
    height: 25px;
    width: 25px;
    color: #06aea1;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 13px;

}
.accrodians .cards .card-body{
    display: none;
}
/* open one card by default  */
.accrodians .cards:nth-child(1) .card-body{
    display: block;
}
.accrodians .cards .card-body{
    padding: 20px;
    background: #ffffff;
}
.accrodians .cards .card-body p {
    color: black;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    padding-left: 22px;
    text-align: justify;
    padding-right: 33px;
}

.card_font p{
    font-weight: 600;
    font-size: 15px;
}
.heading ul li {
    margin-left: 20px;
    list-style-type: initial;
}
.img-style {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0px 7.5px 17.5px 0px rgb(146 169 167);
}



.faq-inner-page {
/*            background: linear-gradient(90deg, rgb(164 224 212) 0%, rgb(237 237 237) 15%, rgb(195 228 221) 100%);*/
background: rgb(247, 250, 250);
}
.faq-inner-page .section-header-fourteen h2 {
    font-size: 36px;
    font-weight: 800;
}
.accrodians .cards {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 0;
    float: left;
    width: 100%;

}
.accrodians .cards .card-header{
    padding: 0;
    position: relative;
    border-bottom: 1px solid #06aea1;
}
.accrodians .cards .card-header h3 {
    cursor: pointer;
    color: #000;
    position: relative;
    margin: 0;
    padding: 25px 15px;
    padding-left: 41px;
    font-weight: 700;
}
.accrodians .cards:nth-child(odd) .card-header h3 {
    background-color: #fff; /* Seagreen for odd cards */
}

.accrodians .cards:nth-child(even) .card-header h3 {
    background-color: #fff; /* Black for even cards */
}
.accrodians .cards:first-child .card-header h3 {
    border-radius: 10px 10px 0 0;
}
.accrodians .cards:first-child {
    border-radius: 10px 10px 0 0;
}
.accrodians .cards:nth-last-child(1) .card-header h3 {
    border-radius:  0 0 10px 10px;
}
.accrodians .cards:nth-last-child(1) {
    border-radius:  0 0 10px 10px;
}
.accrodians .cards:nth-last-child(1) .card-header{
    border-radius:  0 0 10px 10px;
}
.accrodians .cards:first-child .card-header{
    border-top: 5px solid #06aea1;
    border-radius: 10px 10px 0 0;

}
.accrodians .cards .card-header h3 span { 
    position: absolute;
    right: 20px;
    top: 25px;
    height: 25px;
    width: 25px;
    color: #06aea1;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 13px;

}
.accrodians .cards .card-body{
    display: none;
}
/* open one card by default  */
.accrodians .cards:nth-child(1) .card-body{
    display: block;
}
.accrodians .cards .card-body{
    padding: 20px;
    background: #ffffff;
}
.accrodians .cards .card-body p{
    color: black;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
/*            padding-left: 50px;*/
padding-left: 22px;
}
.accrodians .cards .card-body ul{
    padding-left: 44px;
    padding-bottom: 22px;
}
.accrodians .cards .card-body ul li{
    list-style: disc;
    color: #000;
}
@media (max-width: 576px) {
    .accrodians .cards .card-body p {
        text-align: left !important; /* Override inline styles */
        padding-left: 0px;
    }
}

.need-to-know-section.steps-to-follow .box-detail{
    border-top: 5px solid #151517;

}

@media (min-width: 1400px) {
    .comparison .container .row .one-compare .description {
        height: 59.8px;
    }
}

.comparison .container .description {
    padding: 13px 16px;
}



/* last section edit  */
.last-partner-section .container{
/*    background: #06aea1;*/

}
.last-partner-section .container .col-sm-12{
    text-align: center;
}
.last-partner-section .container .content h1{
    font-size: 25px;
    font-weight: 600;
    line-height: 32.5px;
    color: black;
}
.last-partner-section .container .content p{

    margin-bottom: 0px;
    color: black;
    font-size: 18px;
    font-weight: 600;
    line-height: 34.2px;
}



.steps-list-img span {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 10px auto;
    display: inline-block;
    line-height: 100px;
}


.home-revenue-cycle {
    position: relative;
    padding: 80px 0;
}
.home-revenue-cycle .revenue-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}


.home-revenue-cycle .section-bg img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    z-index: -1;
}

.home-revenue-cycle .revenue-wrap .revenue-box {
    border: 1px solid #E5E7EB;
    box-shadow: 0px 7.5px 17.5px 0px rgb(186 205 204);
    border-radius: 10px;
    padding: 15px;
    background: #ffffff;
    transition: 0.2s all;
    display: grid;
    align-items: center;
    grid-template-columns: 30% 70%;
    justify-content: center;
}

.home-revenue-cycle .revenue-wrap .revenue-box .image-box{
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 55px;
    border-radius: 50%;
    border: 1px solid #15aea2;
    margin: 0 auto;
    background: #fff;

}
.home-revenue-cycle .revenue-wrap .revenue-box .image-box img{
    width: 100%;
}

.home-revenue-cycle .revenue-wrap .revenue-box .content-box h4 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 23px;
}
.home-revenue-cycle .revenue-wrap .revenue-box .content-box h4 a{

}
.home-revenue-cycle .revenue-wrap .revenue-box:hover{
    background: #15aea2;
    transform: scale(1.05);
}
.home-revenue-cycle .revenue-wrap .revenue-box.shrink2{
    transform: scale(0.90);
}
.home-revenue-cycle .revenue-wrap .revenue-box:hover .content-box h4{
    color: #fff;
}
#grid.grid-new.revenue-cycle-new{
    padding-top: 0!important;
}

.grid-new.revenue-cycle-new{
    grid-template-columns: repeat(3, 1fr);
}
.grid-new.revenue-cycle-new .grid-box {
    grid-template-columns: 30% 70%;
    height: auto;
    border-top: none;
    padding: 12px 20px;
}
.grid-new.revenue-cycle-new .grid-box:hover {
    transform: scale(1.15);
    z-index: 2;
    background: #06aea1;
    padding: 0!important;
}
#grid.grid-new.revenue-cycle-new .grid-box:hover img {
    filter: unset;
}
#grid.grid-new.revenue-cycle-new .grid-box .image-box
{
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 55px;
    border-radius: 50%;
    border: 1px solid #15aea2;
    margin: 0 auto;
    background: #fff;
}
#grid.grid-new.revenue-cycle-new .grid-box .content-box h4{
    margin: 0;
    transition: 0.3s ease;
    font-size: 22px;
    font-weight: 600;
}
#grid.grid-new.revenue-cycle-new .grid-box:hover .content-box h4{
    color: #fff;
}
/*......................
cred
........................*/
.credential-step .step-box {
    background: #ffffff;
    box-shadow: 0px 7.5px 17.5px 0px rgb(186 205 204);
    border-radius: 10px;
    padding: 0;
    text-align: center;
    border-bottom: 5px solid #06aea1;
    margin: 40px;
    position: relative;
    z-index: 1;
    height: 360px;
}
.credential-step .step-box::before{
    position: absolute;
    clear: both;
    content: "";
    left: 0;
    bottom: 0;
    background: #06aea0;
    height: 20%;
    width: 100%;
    z-index: -1;
    transition: 0.5s;
    border-radius: 0 0 5px 5px
}
.credential-step .step-box .text-cont{

    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 7px;
    transition: all 0.9s ease 0s;
    height: auto;
}
.credential-step .step-box:hover::before {
    height: 43%;
}
.credential-step .step-box:hover .image-cont img{
    transform: scale(0.60);
}
.credential-step .step-box:hover .text-cont
{
    height: 36%;
}
.credential-step .step-box:hover .text-cont p{
    opacity: 1;
    display: block;
}
.credential-step .step-box .image-cont {
    position: relative;
    z-index: -9;
}
.credential-step .step-box .image-cont img
{
    width: 50%;
    margin: 0 auto;
    transition: all 0.9s ease 0s;

}
.credential-step .step-box .text-cont p
{
    opacity: 0;
    display: none;
    transition: all 0.9s ease 0s;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.9s ease 0s;
}
.credential-step .step-box .text-cont h4
{
    font-weight: 800;
    color: #fff;
    text-shadow: 3px 1px 8px #00000047;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.9s ease 0s;
    height: 30px;
}

#step-slider1 .owl-nav{
    display: block;
}
#step-slider1 button.owl-next
{
    position: absolute;
    left:100%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    border: 0;
    color: #fff;
    background: #06aea0;
}
#step-slider1 button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    border: 0;
    color: #fff;
    background: #06aea0;
}



/*......................
denial
.......................*/

.prior-page .denial-step:last-child{
    height: 180px;
}

.denial-wrap {
    position: relative;
    padding: 0;
}

.denial-step {
    position: relative;
    padding-left: 40px;
    height: 70px;
}
.denial-step:hover{
    height: 150px;
}
.denial-step:last-child{
    height: auto;
}
.denial-step h3 {
    text-align: left;
    margin-bottom: 0;
    position: relative;
    font-weight: 800;
    color: #000;
    transition: all 0.2s ease 0s;
    font-size: 18px;
    line-height: 22px;
}

.denial-step:hover h3{
    color: #fff;
    display: inline-block;
    padding: 0px 70px 15px 0px;
}
.denial-step h3::before {
    content: "";
    position: absolute;
    background: #06aea1;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    left: -42px;
    top: -7px;
    z-index: -2;
    transition: all 0.6s ease 0s;
}
.denial-step h3::after {
    content: ">";
    position: absolute;
    border-radius: 50%;
    left: -33px;
    top: -2px;
    z-index: 1;
    transition: all 0.9s ease 0s;
    color: #fff;
    font-size: 32px;
}
/* vertical line */
.denial-wrap::before {
    content: "";
    position: absolute;
    background: #06aea1;
    width: 2px;
    left: 15px;
    top: 0;
    height: 0;
/*transition: height 0.1s ease;*/
}

.denial-step p {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(10px);
    transition: all 0.6s ease;
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 20px;
        font-size: 15px;
    line-height: 19px;

}
.denial-step p i{
    padding-right: 12px;
    font-size: 15px;
}
/* When hovering on the step, expand p smoothly */
.denial-step:hover p {
    max-height: 100px; /* enough to fit the content */
    opacity: 1;
    transform: translateY(0);
    margin: 10px 0;
}
.denial-step:hover p:nth-of-type(1) {
    transition-delay: 0s;
}
.denial-step:hover p:nth-of-type(2) {
    transition-delay: 0.1s;
}
.denial-step:hover h3::before {
    min-width: 100%;
    border-radius: 30px;
    z-index: -2;
    left: -60px;
    height: 40px;
    top: -9px;
}
/* JS class to animate line height as user scrolls */
.denial-wrap.animate-line::before {
    height: 100%;
}




/*........................
financial-impact
........................*/


.counter_wrapper .radial-progress {
    max-width: 240px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 50%;
    margin: 0 auto;
}

.counter_wrapper .radial-progress circle {
    fill: transparent;
    stroke: #fff;
}

.counter_wrapper .radial-progress circle.bar-static {
    stroke: #06aea130 !important;
    stroke-width: 8px;
}
.counter_wrapper svg
{
    box-shadow: 1px -1px 11px 0px #00000030;
}

.counter_wrapper .radial-progress circle.bar--animated {
    stroke-dasharray: 219.91148575129;
    stroke: #06aea1;
    stroke-dashoffset: 219.91148575129;
    stroke-width: 10px;
    stroke-linecap: square;
}
.counter_wrapper .radial-progress text {
    fill: #000;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-anchor: middle;
}

.counter_wrapper {

    height: auto;
    gap: 20px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: center;

}
.counter_wrapper .box-wrap{
    display: grid;
    text-align: center;
    position: relative;
}
.counter_wrapper .box-wrap svg{
    position: relative;
}
.counter_wrapper .box-wrap img {
    position: absolute;
    width: 75%;
    left: 50%;
    top: 32%;
    transform: translate(-50%, -50%);
}
.counter_wrapper .box-wrap .countervalue
{
    font-size: 30px;
    font-weight: 800;
    color: #000;
    padding: 15px 0;
}
.counter_wrapper .box-wrap h3
{
    font-size: 20px;
    font-weight: 800;
    color: #000;
}
.counter_wrapper .box-wrap p{
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}


/*.......................
gain-feature
........................*/

.gain-feature{
    position: relative;
}

.gain-feature .gain-wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    justify-content: center;
    align-items: center;
    grid-gap: 15px;
}
.gain-feature .gain-wrap .gain-box h2{
    font-size: 16px;
    font-weight: 800;
    color: #000;
    margin: 12px auto;
    transition:all 0.6s ease 0s;
}
.gain-feature .gain-wrap .gain-box{
    transition:all 0.6s ease 0s;
    position: relative;
}
.gain-feature .gain-wrap{
    position: relative;
}
.gain-feature .gain-wrap::before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    clear: both;
    content: "";
    width: 35%;
    height: 50%;
    background: transparent;
    border-left: 3px solid #06aea0;
    border-right: 3px solid #06aea0;

}
.gain-feature .gain-wrap .gain-box p
{
    font-size: 14px;
    color: #000;
    width: 60%;
    margin: 0 auto;
}
.gain-feature .gain-wrap .gain-box img{
    width: 115px;
    height: 100%;
}
.gain-feature .gain-wrap .gain-image
{
    height: 100%;
    width: 150px;
    margin: 0 auto;
    border: 3px solid #06aea0;
    border-radius: 50%;
    padding: 30px;
    transition:all 0.6s ease 0s;

}

.gain-feature .gain-wrap .gain-box:hover {
    transform: scale(1.3);

}
/*.gain-feature .gain-wrap .gain-box:hover h2{
margin-top: 30px;
}*/


/*.....................
onemed
......................*/
.values .custom-box.right .custom-cont{
    margin-left: auto;
}
.values .custom-box .custom-cont{
    width: 60%;
}
.values .custom-box.left {
    display: grid;
    grid-template-columns: 30% 70%;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 95%;
    border-radius: 30px;
    box-shadow: rgb(0 0 0 / 17%) 2px 4px 9px 0px;
    margin: 20px;
    position: relative;
}
.values .custom-box.right
{
    display: grid;
    grid-template-columns: 70% 30%;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 95%;
    border-radius: 30px;
    box-shadow: rgb(0 0 0 / 17%) 2px 4px 9px 0px;
    margin: 20px;
    position: relative;
}
.values .custom-box .custom-image{
    height: 100%;
}
.values .custom-box .custom-image img{
    width: 125px;
    transition:all 0.9s ease 0s;
}
.values .custom-box .custom-cont h3{
    font-size: 16px;
    font-weight: 800;
    color: #000;
    margin: 12px auto;

}
.values .custom-box .custom-cont p{
    font-size: 14px;
    color: #000;
    margin: 0;
}
.values .custom-box.left .shape
{
    position: absolute;
    right: 0;
    width: auto;
    height: 100%;
    transition:all 0.6s ease 0s;
}
.values .custom-box.right .shape
{
    position: absolute;
    left: 0;
    width: auto;
    height: 100%;
    transition:all 0.6s ease 0s;
}

/*hover*/
.values .custom-box:hover .custom-image img{
    transform: scale(1.1);
}


/*credentialing-delay*/
.credentialing-delay .delay-box
{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    margin: 60px 0;
}
.credentialing-delay .delay-box .image-box1 {
    height: 100%;
}
.credentialing-delay .delay-box .image-box1 img{
    width: 90px;
}

.credentialing-delay .delay-box  .delay-cont h3{
    font-size: 18px;
    font-weight: 800;
    color: #000;
    margin: 12px auto;
}
.credentialing-delay .delay-box  .delay-cont p{
    font-size: 16px;
    color: #000;
    margin: 0;
    padding-left: 12px;
}


.right-content{
    width: 100%;
    position: relative;
}
.right-content:before {
    position: absolute;
    clear: both;
    content: "";
    background-image: url(../img/step1/5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: -100px;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.right-content img{
    width: 60%;
}
.credentialing-delay .delay-box{
    position: relative;
}


.credentialing-delay .delay-box:nth-child(2)::before {
    position: absolute;
    clear: both;
    content: "";
    background-image: linear-gradient(black 33%, rgba(255, 255, 255, 0) 0%);
    height: 58px;
    width: 3px;
    border-radius: 50%;
    background-repeat: repeat-y;
    background-size: 3px 16px;
    left: 30px;
    top: -57px;
}
.credentialing-delay .delay-box:nth-child(2)::after {
    position: absolute;
    clear: both;
    content: "";
    background-image: linear-gradient(black 33%, rgba(255, 255, 255, 0) 0%);
    height: 58px;
    width: 3px;
    border-radius: 50%;
    background-repeat: repeat-y;
    background-size: 3px 16px;
    left: 30px;
    bottom: -57px;
}




/*...............................
prior authorization
...............................*/



.denial-wrap.prio .denial-step ul li {
    color: #000;
    margin: 25px 0;
    margin-left: 12px;
    position: relative;
    font-size: 18px;
    line-height: 22px;
}
.denial-wrap.prio .denial-step ul li::before {
    position: absolute;
    clear: both;
    content: "";
    background: #06aea1;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    left: -16px;
    top: 7px;
}

/*...................
visual-step
.....................*/

.visual-step .visual-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    justify-content: center;
    align-items: center;
}

.visual-step .visual-wrap .visual-box .image-box{
    width: 250px;
    margin: 0 auto;
}
.visual-step .visual-wrap .visual-box{
    text-align: center;
}
.visual-step .visual-wrap .visual-box h4
{
    font-size: 16px;
    font-weight: 800;
    margin: 12px auto;
    color: #000;
}
.visual-step .visual-wrap .visual-box p{
    color: #000;
    font-size: 16px;
    line-height: 20px;
}
.visual-step .visual-wrap .visual-box .cont-box
{
    width: 60%;
    margin: 0 auto;
}
.crisp-client .cc-1brb6[data-full-view=true] .cc-1yy0g .cc-1m2mf{
    right: 70px !important;

}


.visual-step .visual-wrap {
    position: relative;
    background: #0bafa338;
    border-radius: 25px;
    padding: 40px 0;
    box-shadow: 0px 7.5px 17.5px 0px rgb(147 184 193 / 40%);
}
.visual-step .visual-wrap .middle-box
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.visual-step .visual-wrap .middle-box img
{
    animation: float 2s ease-in-out infinite;
}


/**/
.doctor-search-section{
    padding: 95px 0!important;
}

.credential-step.doctor-search-section {
    background: #F5F7F8;
}
.doctor-search-section.gain-feature {
    background: #fff;
}

.credential-step .step-box .box-header
{
    position: absolute;
    left: 0;
    top: -1px;
    background: #06aea1;
    color: #fff;
    padding: 7px 12px;
    border-radius: 7px 0;
    font-size: 16px;
    font-weight: 800;
}


.prior-page .denial-step {
    position: relative;
    padding-left: 40px;
    height: 210px;
}



.prior-page .prior-page-wrap{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 80px;
}

.prior-page .prior-page-wrap .prior-box{
    position: relative;
}
.prior-page .prior-page-wrap .prior-box .box-cont {
    position: absolute;
    width: 70%;
    text-align: center;
    box-shadow: 0px 7.5px 17.5px 0px rgb(186 205 204);
    border-radius: 10px;
    padding: 30px 10px;
    border-bottom: 5px solid #06aea1;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 60%;
    background: #fff;
    height: 220px;
}
.prior-page .prior-page-wrap .prior-box .box-cont h4{
    height: 50px;
    font-size: 16px;
    font-weight: 800;
    color: #000;
}
.prior-page .prior-page-wrap .prior-box .box-cont p
{
    font-size: 14px;
    color: #000;
}


/*intro*/
.intro-sec h3{
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #000;
}
.intro-sec .section-header-fourteen{
    margin: 0;
}
.intro-sec p{
    color: #000;
}

.intro-sec ul li {
    font-size: 18px;
    color: #000;
    padding: 20px 0;
}
.intro-sec .list_a{
    padding-bottom: 10px;
}
.intro-sec .list_b {
    padding-top: 10px;
}
.intro-sec .list_a li{
    font-weight: 600;
}
.intro-sec .list_b li span{
    font-weight: 800;
}



.intro-sec .list_b li svg{
    color: #09b1bc;
    margin-right: 10px;
}
.intro-sec .list_a li svg
{
    color: #be0403;
    margin-right: 10px;
}


/*eligibilty page*/

.intro-sec.eligibility_page .list_a{
    padding: 20px;
    box-shadow: 0px 7.5px 17.5px 0px rgb(186 205 204);
    width: 70%;
    border-radius: 20px;
    border: 4px solid #be0403;
    margin-bottom: 70px;
}
.intro-sec.eligibility_page .list_b{
    padding: 20px;
    box-shadow: 0px 7.5px 17.5px 0px rgb(186 205 204);
    width: 70%;
    border-radius: 20px;
    border: 4px solid #09b1bc;
    margin-bottom: 30px;
}

.intro-sec.eligibility_page .list_b li {
    font-size: 14px;
    color: #000;
    padding: 10px 0;
    display: grid;
    grid-template-columns: 5% 90%;
    grid-gap: 10px;
    align-items: center;
}
.intro-sec.eligibility_page .list_a li{
    font-size: 14px;
} 
.intro-sec.eligibility_page .list_b{
    margin-top: 30px;
}

.intro-sec.eligibility_page .list_a li{
    padding: 0;
    line-height: 50px;
}

.intro-sec.eligibility_page .list_a, .intro-sec.eligibility_page .list_b{
    position: relative;
}
.intro-sec.eligibility_page .list_a .floating-icon
{
    position: absolute;
    left: -33px;
    top: -35px;
    background: #be0403;
    padding: 17px;
    border-radius: 50%;
    color: #fff;
}
.intro-sec.eligibility_page .list_b .floating-icon
{
    position: absolute;
    left: -33px;
    top: -35px;
    background: #09b1bc;
    padding: 17px;
    border-radius: 50%;
    color: #fff;
}
.doctor-search-section.eligibilitychecks .denial-step p i{
    color:#06aea1;
    font-size: 14px;
}

/*......*/

.prior-page.eligibility .prior-page-wrap .prior-box .box-cont{
    position: relative;
    width: 100%;
    text-align: center;
    box-shadow: 0px -20px 17.5px 0px rgb(186 205 204);
    border-radius: 0px 0px 10px 10px;
    padding: 30px 10px;
    border-bottom: 5px solid #06aea1;
    background: #fff;
    height: 190px;
    top: -20px;
    padding-top: 75px;
}

.prior-page.eligibility .prior-page-wrap .prior-box .box-image{
    position: relative;
    z-index: 9;
    height: 220px;
    border: 3px solid #06aea1;
    border-radius: 25px;
    overflow: hidden;
    border: 3px solid #06aea1;
    border-radius: 25px;
    perspective: 1000px;

}
.prior-page.eligibility .prior-page-wrap .prior-box:hover .box-image img{
    transform: scale(1.2) rotateY(5deg);
}
.prior-page.eligibility .prior-page-wrap .prior-box .box-image img{

    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.4s ease-in-out;
    transform-style: preserve-3d;

}
.prior-page.eligibility .prior-page-wrap .prior-box .box-cont h4 {
    height: 35px;
}
.prior-page.eligibility .prior-page-wrap .prior-box .icon-box
{
    position: absolute;
    left: 20%;
    transform: translate(-50%, -50%);
    top: 50%;
    background: #06aea1;
    z-index: 999;
    padding: 18px;
    height: 100px;
    width: 100px;
    border: 2px solid #fff;
    box-shadow: 0px 7.5px 17.5px 0px rgb(186 205 204);
}


.prior-page.eligibility
{
    background: #F5F7F8;
}
.prior-page.eligibility .prior-page-wrap {
    margin-bottom: 0px;
}






.credential-step.eligibilitychecks .step-box {
    height: 300px;
    display: grid;
    align-items: center;
    text-align: left;
    padding: 20px;
}
.credential-step.eligibilitychecks .step-box .text-cont h4 {
    font-weight: 800;
    color: #000;
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 28px;
    text-shadow: none;
    height: 60px;
}
.credential-step.eligibilitychecks .step-box .text-cont p {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    opacity: 1;
}

.credential-step.eligibilitychecks .step-box:hover .text-cont p{
    color: #fff;
}
.credential-step.eligibilitychecks .step-box:hover .text-cont h4{
    color: #fff;
}
.credential-step.eligibilitychecks .step-box .text-cont {
    position: relative;
    bottom: 0;
}
.credential-step.eligibilitychecks .step-box::before{
    height: 0;
    transition: 0.4s ease;
    border-radius: 10px;
}
.credential-step.eligibilitychecks .step-box:hover::before{
    height: 100%;
}
.credential-step.eligibilitychecks .step-box:hover .text-cont
{
    height:auto;
}


.credential-step.eligibilitychecks .step-box .box-header {
    position: absolute;
    left: 0;
    top: -65px;
    color: #06aea1;
    padding: 7px 12px;
    border-radius: 7px 0;
    font-size: 75px;
    font-weight: 800;
    background: none;
    font-family: cursive;
    transition: 0.6s ease;
}
.credential-step.eligibilitychecks .step-box:hover .box-header{
    transform: scale(1.2);
    color: #fff;
    text-shadow: 3px 1px 8px #00000047;
}
.credential-step.eligibilitychecks .step-box {
    border: 1px solid #06aea1eb;
    border-top: 5px solid #06aea1;
    border-radius: 15px;
}



/*.....................
claim-submission
......................*/

.intro-sec.claim{
    position: relative;

}

.gain-feature.claim .gain-wrap::before{
    display: none;
}
.gain-feature.claim .gain-wrap .gain-box:hover {
    transform: scale(1);

}

.gain-feature .gain-wrap .gain-image {
    height: 100%;
    width: 100%;
    border-radius:0;
    border:none;
    margin: 0 auto;
    padding: 0;
    transition: all 0.6s ease 0s;
}
.intro-sec.claim ul li{
    display: grid;
    grid-template-columns: 5% 85%;
    grid-gap: 10px;
    align-items: center;
}


/*................
claim-box
................*/
.intro-sec.claim .claim-wrap{
    position: relative;
    padding: 16px;
    border-radius: 5px;
    z-index: 9;
}

.intro-sec.claim .claim-wrap .claim-box::before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    clear: both;
    content: "";
    background: #06aea1;
    border-radius: 5px;
    transition: 0.6s ease;
    z-index: -1;
    box-shadow: 0px 7.5px 17.5px 0px rgb(186 205 204);
}
.intro-sec.claim .claim-wrap .claim-box:hover::before
{
    transform: rotateX(180deg);
}
.intro-sec.claim .claim-wrap .claim-box
{       position: relative;
    display: grid;
    grid-template-columns: 10% 85%;
    justify-content: center;
    align-items: center;
    grid-gap: 15px;
    margin: 35px 0;
    padding: 10px 0;

}
.intro-sec.claim .claim-wrap .claim-box .image-box{
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.intro-sec.claim .claim-wrap .claim-box .image-box img{
    transition: 0.4s ease;
}
.intro-sec.claim .claim-wrap .claim-box:hover .image-box img{
    transform: scale(1.1);
}
.intro-sec.claim .claim-wrap .claim-box h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #fff;
    margin: 0;
    display: block;
    transition: 0.4s ease;
}
/*.intro-sec.claim .claim-wrap:hover .claim-box h3{
display: none;
}*/

.intro-sec.claim .claim-wrap .claim-box p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    display: none;
    opacity: none;
    transition: 0.4s ease;
}
.intro-sec.claim .claim-wrap .claim-box:hover p{
    display: block;
    opacity: 1;
}



/*...............
coding
................*/
.prior-page.coding
{
    background: linear-gradient(0deg, #06aea11a, transparent);
}
.prior-page.coding .prior-page-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
}

.prior-page.coding .prior-page-wrap .prior-box .box-cont {
    position: absolute;
    width: 100%;
    text-align: center;
    box-shadow: 0px 7.5px 17.5px 0px rgb(186 205 204);
    border-radius: 20px;
    padding: 30px;
    left: 0;
    top: 0;
    transform: rotate(0);
    background: linear-gradient(360deg, #06aea1, #00000096);
    height: 100%;
    border: none;
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    transition: 0.5s ease;
    opacity: 1;
}
.prior-page.coding .prior-page-wrap .prior-box:hover .box-cont {
    background: #06aea1;
}


.prior-page.coding .prior-page-wrap .prior-box .box-image{
    border-radius: 20px;
}
.prior-page.coding .prior-page-wrap .prior-box .box-image img{
    width: 100%;
    border-radius: 20px;
}

.prior-page.coding .prior-page-wrap .prior-box .box-cont h4 {
    height: auto;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    height: 100px;
}
.prior-page.coding .prior-page-wrap .prior-box .box-cont .icon-box
{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 10px;
}



/*....................*/
.tri-shape .tri-main{
    background: radial-gradient(#38cfc3, #06aea1);
    padding: 0;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.tri-shape .tri-main .tri-white{
    position: absolute;
    left: 50%;
    top: 50%;
    clear: both;
    content: "";
    width: 550px;
    height: 450px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    z-index: 9;
    filter: drop-shadow(1px -2px 22px #858080);
    overflow: hidden;

}
.tri-shape .tri-main .tri-white::before{
   position: absolute;
    left: 50%;
    top: -5%;
    clear: both;
    content: "";
    width: 450px;
    height: 450px;
    border-radius: 50%;
    box-shadow: 0px 1px 7px 0px #00000040;
    transform: translate(-50%, -50%);
    background-color: transparent;
    overflow: auto;
    border: 4px solid #06aea1;;
    z-index: 999;
}
.tri-shape .tri-main::after{
    position: absolute;
    left: 50%;
    top: -5%;
    clear: both;
    content: "";
    width: 450px;
    height: 450px;
    border-radius: 50%;
    box-shadow: 0px 1px 7px 0px #00000040;
    transform: translate(-50%, -50%);
    background-color: transparent;
    z-index: -1;
    overflow: auto;
    border: 4px solid #fff;
}

.tri-shape .tri-main .row{
    width: 90%;
}
.tri-shape .tri-main .content-box{
    position: relative;
    z-index: 99;
}
.tri-shape .tri-main .content-box img
{
    height: 100%;
    width: 70px;
}
.tri-shape .tri-main .content-box h4{
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    margin: 20px 0;
}
.tri-shape .tri-main .content-box.content-middle
{
    margin-top: 150px;
}
.tri-shape .tri-main .content-box.content-middle h4, .tri-shape .tri-main .content-box.content-middle p{
    color: #06aea1;
}

.tri-shape .tri-main .content-box p{
    font-size: 14px;
    color: #fff;
    font-weight: 40px;
}



/*............*/
.arc-container {
    position: absolute;
    width: 200px;
    height: 100px;
    margin: 50px auto;
    z-index: 9;
    transform: translate(-50%, -50%);
    left: 50%;
}

.arc {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  color: #06aea1;
    font-family: cursive;
}

/* Position numbers on a curved arc manually */
.arc-1 {
  top: 60px;
    left: -30px;
    transform: rotate(32deg);
    font-size: 75px;
    color: #fff;
}

.arc-2 {
        top: 100px;
    left: 75px;
    font-size: 75px;
}

.arc-3 {
    top: 60px;
    right: -15px;
    transform: rotate(321deg);
    font-size: 75px;
    color: #fff;
}


.step{
    background: linear-gradient(0deg, #06aea11a, #a19b9b0d);
}
    .step .coding-wrap .content-box {
        display: grid;
    grid-template-columns: 25% 50%;
    justify-content: end;
    align-items: center;
    gap: 50px;
}

.step .coding-wrap .content-box h4
{
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    color: #000;
}
.step .coding-wrap .content-box p
{
    color: #000;
    font-size: 14px;
    line-height: 18px;
}
.step .coding-wrap .content-box .icon-box
{
    background: #1ebeb1;
    width: 130px;
    height: auto;
    padding: 15px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 4px 1px #00000085;
}
.step .coding-wrap .inner-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 100px;
}
.step .coding-wrap .left-content img {
    border-radius: 12px;
    width: 100%;
    box-shadow: 1px 1px 12px 2px #00000033;
}
.medical-coding .hexagon-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
}

.medical-coding .hexagon-wrap .left-cont .cont-box
{
    position: relative;
    padding: 12px 100px 12px 12px;
    border: 3px solid #06aea1;
    border-radius: 10px;
    margin: 60px 0;
    text-align: right;
    width: 100%;
    height: 114px;
}
.medical-coding .hexagon-wrap .right-cont .cont-box
{
    position: relative;
    padding: 12px 12px 12px 100px;
    border: 3px solid #06aea1;
    border-radius: 10px;
    margin: 60px 0;
    text-align: left;
    width:100%;
    height: 114px;

}
.medical-coding .hexagon-wrap .cont-box h4{
    font-size: 18px;
    color: #000;
    line-height: 22px;
    font-weight: 800;
}
.medical-coding .hexagon-wrap .cont-box p{
    font-size: 14px;
    color: #000;
    line-height: 18px;
    font-weight: 600;
}


.medical-coding .hexagon-wrap .right-cont
{
    position: relative;
    top: 80px;
    padding-left: 60px;
}
.medical-coding .hexagon-wrap .left-cont{
    padding-right: 60px;
}
/*..................
    for hexagon
...................*/
.hexagon {
    position: absolute;
    width: 112px;
    height: 132px;
    background: #06aea1;
    top: -12px;
    transform: rotateZ(30deg);
}
.medical-coding .hexagon-wrap .left-cont .cont-box .hexagon{
    right: -53px;
}
.medical-coding .hexagon-wrap .right-cont .cont-box .hexagon{
    left: -53px;
}
.medical-coding .hexagon-wrap .cont-box .hexagon img
{
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(330deg);
    width: 70%;
}



/*charge entry*/
.credential-step.charge_entry{
    background: none;
}

.gain-feature.charge_entry .gain-wrap {
    grid-template-columns: repeat(4, 1fr);
  
}

.gain-feature.charge_entry .gain-wrap::before{

    display: none;
}

.gain-feature.charge_entry .gain-wrap .gain-box img {
    width: 180px;
    height: 100%;
    border: 3px solid #06aea1;
    border-radius:50%;

}
.gain-feature.gain {
    background: #08080808;
}
.gain-feature.gain .wrap-box
{
    display: grid;
    grid-template-columns: 30% 70%;
    border: 2px solid #09afa2;
    border-radius: 5px;
    align-items: center;
    margin-bottom: 20px;
}

.gain-feature.gain .wrap-box .icon-box{
    text-align: left;
}

.gain-feature.gain .wrap-box .icon-box img
{
    background: #06aea1;
    height: 100px;
    width: 100px;
    object-fit: contain;
    padding: 15px;
    border: 2px solid #fff;
    border-radius: 5px;
}

.gain-feature.gain .wrap-box .text-cont p
{
    color: #000;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}
.gain-feature.gain .wrap-box .text-cont h4
{
    font-weight: 800;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    transition: all 0.9s ease 0s;
}

.gain-feature.gain .section-header-fourteen h2 {
    margin-bottom: 0;
}

.prior-page.coding .prior-page-wrap.charge_entry .prior-box .box-cont {
    position: absolute;
    width: 100%;
    text-align: center;
    box-shadow: 0px 7.5px 17.5px 0px rgb(186 205 204);
    border-radius: 20px;
    padding: 30px;
    left: 0;
    top: 0;
    transform: rotate(0);
    transform-style: preserve-3d;
    background: none;
    height: 100%;
    border: none;
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    transition: 0.8s ease;
    opacity: 1;
    border:3px solid #be0403;

}

.prior-page.coding .prior-page-wrap.charge_entry .prior-box .box-image {
    border-radius: 20px;
    height: 350px;
    position: relative;
    display: grid;
    align-content: center;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: 3px solid #06aea1;
    opacity: 0;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}
.prior-page.coding .prior-page-wrap.charge_entry .prior-box:hover .box-image p{
    opacity: 1;
 
}
.prior-page.coding .prior-page-wrap.charge_entry .prior-box:hover .box-image svg{
    opacity: 1;
 
}
.prior-page.coding .prior-page-wrap.charge_entry .prior-box:hover .box-image{
    opacity: 1;
    transform: rotateY(0);
 
}
.prior-page.coding .prior-page-wrap.charge_entry .prior-box:hover .box-cont{
    opacity: 0;
     transform: rotateY(180deg);
}

.prior-page.coding .prior-page-wrap.charge_entry .prior-box .box-image svg
{
    margin: 0 auto;
    color: #06aea1;
    transition: 0.6s ease;
    opacity: 0;
}
.prior-page.coding .prior-page-wrap.charge_entry .prior-box .box-image p{
    font-size: 14px;
    color: #000;
    line-height: 18px;
    transition: 0.9s ease;
    opacity: 0;
}

.prior-page.coding .prior-page-wrap.charge_entry  .prior-box .box-cont .icon-box svg{
    color: #be0403;
}


.prior-page.coding .prior-page-wrap.charge_entry .prior-box .box-cont h4{
    color: #000;
}

.prior-page.coding{
    background: none;
}


/*.....................
    ar followup
......................*/
.ar-followup .section-header-fourteen
{
    width: 90%;
}
.ar-followup .section-header-fourteen h2{
    font-weight: 800;
    margin-bottom: 50px;
}
.seventh-content-section.impact
{
    background: #e6e7e9;
    position: relative;
}

.seventh-content-section.impact .impact-wrap
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
}
.seventh-content-section.impact .impact-wrap .impact-box{
    position: relative;
    z-index: 9;
    
}
.seventh-content-section.impact .impact-wrap .impact-box .upper-box::before {
    position: absolute;
    right: 10px;
    bottom: -45px;
    content: "";
    clear: both;
    width: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 60px solid #fff;
    z-index: -1;
}
.seventh-content-section.impact .impact-wrap .impact-box .upper-box {
    background: #fff;
    border-radius: 10px;
    margin: 30px;
    height: 210px;
    display: grid;
    align-content: space-evenly;
    position: relative;
    filter: drop-shadow(12px 10px 10px #00000030);
}
.seventh-content-section.impact .impact-wrap .impact-box .upper-box h2
{
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    color: #06aea1;
    margin: 0;
}
.seventh-content-section.impact .impact-wrap .impact-box .upper-box h4{
    font-size: 18px;
    font-weight: 22px;
    font-weight: 800;
}
.seventh-content-section.impact .impact-wrap .impact-box .lower-content p {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    width: 70%;
    margin: 0 auto;
    height: 50px;
    display: flex;
    align-items: center;
}
.seventh-content-section.impact .impact-wrap .impact-box .lower-content{
    background: #fff;
    padding: 10px 0;
    border-radius: 10px;
    border: 3px solid #06aea1;
    margin: 60px 30px 0 30px;

 }
 .seventh-content-section.impact .bg_shape_new
 {
    position: absolute;
    right: 0;
    top: 0;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(275deg) brightness(103%) contrast(105%);
    opacity: 0.8;
    height: auto;
}   
 .seventh-content-section.impact .bg_shape_new2{
    position: absolute;
    left: 0;
    bottom: 0;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(275deg) brightness(103%) contrast(105%);
    opacity: 0.8;
    height: auto;
}   


.credential-step.eligibilitychecks.follw_up .step-box:hover::before {
    background: linear-gradient(360deg, #066966c7, #06aea0);
}
.credential-step.eligibilitychecks.follw_up .step-box .box-header {
    position: absolute;
    left: -50px;
    top: -18px;
    padding: 12px 17px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    background: #06aea1;
    transition: 0.6s ease;
    width: 60%;
    font-family: inherit;
    color: #fff;
    height: 120px;
    display: grid;
    align-items: center;
}
.credential-step.eligibilitychecks.follw_up .step-box .box-header span{
    font-weight: 800;
}
.credential-step.eligibilitychecks.follw_up .step-box {
    height: 300px;
    display: grid;
    align-items: center;
    text-align: left;
    padding: 20px;
    margin-left: 100px;
}
.credential-step.eligibilitychecks.follw_up .step-box:hover .box-header{
    background: #fff;
    color: #000;
    transform: scale(0.8);
    box-shadow: 4px 5px 17px 3px #00000014;
}
.credential-step.eligibilitychecks.follw_up .step-box .text-cont p{
    font-size: 16px;
    line-height:20px;
    font-weight: 800;
}
.credential-step.eligibilitychecks.follw_up .step-box:hover .text-cont p{
    transform: scale(1.1);
    font-weight: 800px;
    margin-top: 50px;
}


.analysis-sec .bg-cover{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}




.analysis-slider .analysis-wrap .image-box img
 {
    border: 5px solid #06aea1;
    box-shadow: 0px 7.5px 17.5px 0px rgb(186 205 204);
}




/*swiper*/
    .analysis-sec{
    position: relative;
    overflow: hidden;

    background: #fff;
      color: #fff;
      font-family: sans-serif;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
}



    .analysis-slider {
          display: grid;
    align-items: center;
    grid-template-columns: 35% 50%;
    gap: 60px;
    padding: 20px;
    background: transparent !important;
    justify-content: center;
    position: relative;
    }

    .swiper {
      width: 100%;
      height: auto;
      /*box-shadow: 0 0 60px rgba(0, 0, 0, 0.6);*/
      perspective: 1200px;
      border-radius:10px ;
    }

    .swiper-slide {
      background: linear-gradient(135deg, #06aea1, #034d4a);
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 36px;
      font-weight: bold;
      box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.4);
      border: 2px solid rgba(255, 255, 255, 0.1);
    }

    .swiper-button-next,
    .swiper-button-prev {
      color: #ffffff;
    }

    .analysis-slider .text-content {
      max-width: 500px;
      transition: opacity 0.5s ease;
    }

    .analysis-slider .text-content h2 {
      margin: 0 0 10px;
      font-size: 28px;
      font-size: 28px;
    font-weight: 800;
    color: #000;
    }

    .analysis-slider .text-content p {
      font-size: 16px;
      line-height: 1.5;
      color: #000;
    }

    @media (max-width: 768px) {
      .analysis-slider {
        flex-direction: column;
        text-align: center;
      }

      .text-content {
        max-width: 100%;
      }
    }


.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
    background: #06aea0;
    border: none;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}



.nav-prev {
  left: -20px;

}

.nav-next {
  right: -20px;

}


/*..................
    denial
...................*/
.credential-step.denial{
    background: none;
}
.credential-step.denial .image-box{
    text-align: right;
    border-left: 2px solid #06aea1;
}
.credential-step.denial .image-box img {
    width: 70%;
    border: 3px solid #06aea1;
    border-radius: 8px;
}
.credential-step.denial .denial-sec{
    border-bottom: 2px solid #06aea1;
    padding: 20px 0;
}
.credential-step.denial .text-content h4{
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    color: #000;
    margin-bottom: 25px;
}
.credential-step.denial .text-content ul li
{
    color: #000;
    font-size: 16px;
    line-height: 25px;
}
.credential-step.denial .text-content ul li span{
    font-weight: 600;
}
.denial-page 
{
    background: #f1f1f1;
    position: relative;
}
.denial-page .bg-cover
{
    position: absolute;
    right: 0;
    top: 0;
}
.denial-page .coding-wrap .inner-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    margin-left: 50px;
    
}

.denial-page .coding-wrap .inner-wrap .content-box{
    text-align: left;
    padding: 30px;
}
.denial-page .coding-wrap .inner-wrap .text-content
{
    margin-top: 20px;
}
.denial-page .coding-wrap .inner-wrap .text-content h4
{
    font-size: 18px;
    font-weight: 800;
    color: #000;
}
.denial-page .coding-wrap .inner-wrap .text-content p
{
    font-size: 14px;
    line-height: 18ppx;
    font-weight: 400;
    color: #000;
}

.denial-page .coding-wrap .left-content{
    text-align: right;
    position: relative;
}
.denial-page .coding-wrap .left-content img{
    width: 80%;
    border-radius: 10px;
    border: 3px solid #06aea1;
    box-shadow: 6px 5px 12px 0px #0000006b;
}

.denial-page .denial-font h2{
    font-weight: 800;
    color: #000;
    padding-left: 50px;

}
.denial-page .coding-wrap .left-content .floating-image1 {
    position: absolute;
    left: 42px;
    top: -80px;
}
.denial-page .coding-wrap .left-content .floating-image1 img{
    width: 130px;
    box-shadow: 6px 5px 12px 0px #0000006b;
}
.denial-page .coding-wrap .left-content .floating-image2 {
    position: absolute;
    right: -60px;
    bottom: 40%;
}
.denial-page .coding-wrap .left-content .floating-image2 img{
    width: 130px;
}
.denial-page .coding-wrap .left-content .bg-shape
{
    position: absolute;
    right: -65px;
    bottom: -18px;
}
.denial-page .coding-wrap .left-content .bg-shape img {
    border: none;
    box-shadow: none;
    width: 60%;
}


/*.....................
    registration
......................*/

.schedule-registration .right-content:before{
    display: none;
}
.schedule-registration .right-content img{
    width: 100%;
}

.intro-sec.eligibility_page.schedule-registration .list_a li span{
    font-weight: 800;
}
.prior-page.schedule-registration .prior-page-wrap {

    margin-bottom: 180px;
}

.gain-feature.gain.schedule-registration .wrap-box .icon-box img {
    background: #fff;
    height: 80px;
    width: 80px;
    border: none;
    box-shadow: 1px 1px 6px 1px #00000045;
}

.gain-feature.gain.schedule-registration .wrap-box {

    border-radius: 15px;
    background: #09afa2;
    padding: 12px;
    height: 160px;
}

.gain-feature.gain.gain.schedule-registration .wrap-box .text-cont p
{
    color: #fff;
}
.gain-feature.gain.gain.schedule-registration .wrap-box .text-cont h4
{
    color: #fff;

}



.section-title {
      text-align: center;
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 40px;
    }

    .section-title span {
      color: #06aea1;
    }

    .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0 auto;
}

    .feature-card-wrapper {
         width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    .feature-card {
      background: #fff;
      border: 2px solid #06aea1;
      border-radius: 10px;
      text-align: center;
      padding: 30px 20px;
      box-sizing: border-box;
      cursor: pointer;
      z-index: 2;
      transition: transform 0.3s ease;
      width: 100%;
    }

    .feature-card:hover {
      transform: translateY(-5px);
    }

   .feature-card img {
    width: 200px;
    height: auto;
    margin-bottom: 15px;
}

    .feature-card h4 {
      margin: 10px 0;
      font-size: 16px;
      font-weight: 600;
    }

    .feature-desc {
      margin-top: -10px;
      padding: 15px;
      background: #06aea1;
      color: #fff;
      font-size: 14px;
      line-height: 1.5;
      width: 100%;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.3s ease;
    }

   .feature-card-wrapper:hover .feature-desc {
    max-height: 150px;
    opacity: 1;
    margin-top: -12px;
    }

    @media (max-width: 600px) {
      .section-title {
        font-size: 22px;
      }
    }




.seventh-content-section.schedule-registration .wrap-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
}

.seventh-content-section.schedule-registration .wrap-section .step-box {
    background: #ffffff;
    box-shadow: 0px 7.5px 17.5px 0px rgb(186 205 204);
    border-radius: 10px;
    padding: 0;
    text-align: center;
    border-top: 5px solid #06aea1;
    margin: 40px;
    position: relative;
    z-index: 1;
    height: 250px;
}
.seventh-content-section.schedule-registration .wrap-section .step-box::before{
    position: absolute;
    clear: both;
    content: "";
    left: 0;
    bottom: 0;
    background: #06aea0;
    height: 20%;
    width: 100%;
    z-index: -1;
    transition: 0.5s;
    border-radius: 0 0 5px 5px;
}
.seventh-content-section.schedule-registration .wrap-section .step-box .text-cont{

    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 7px;
    transition: all 0.9s ease 0s;
    height: auto;
}
.seventh-content-section.schedule-registration .wrap-section .step-box:hover::before {
    height: 100%;
    border-radius: 5px;
}
.seventh-content-section.schedule-registration .wrap-section .step-box:hover .image-cont img{
    transform: scale(0.50) translate(-50%, -50%);
    left: 2%;
    top: 0;

}
.seventh-content-section.schedule-registration .wrap-section .step-box:hover .text-cont
{
    height: 60%;
}
.seventh-content-section.schedule-registration .wrap-section .step-box:hover .text-cont p{
    opacity: 1;
    display: block;
    font-size: 14px;
}
.seventh-content-section.schedule-registration .wrap-section .step-box .image-cont {
    position: relative;
}
.seventh-content-section.schedule-registration .wrap-section .step-box .image-cont img
{
    width: 65%;
    margin: 0 auto;
    transition: all 0.9s ease 0s;
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);


}
.seventh-content-section.schedule-registration .wrap-section .step-box .text-cont p
{
    opacity: 0;
    display: none;
    transition: all 0.9s ease 0s;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.9s ease 0s;
}
.seventh-content-section.schedule-registration .wrap-section .step-box .text-cont h4
{
    font-weight: 800;
    color: #fff;
    text-shadow: 3px 1px 8px #00000047;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 22px;
    transition: all 0.9s ease 0s;
    height: 20px;
}

/*...................
    payment-posting
....................*/

.payment-posting .right-content:before{
    display: none;
}
.payment-posting .right-content img{
    width: 100%;
    border-radius: 10px;
    border: 3px solid #06aea1;
}
.payment-posting .left-content h3
{
    font-size: 28px;
    font-weight: 800;
    color: #000;
}
.payment-posting .left-content ul li
{
    font-size: 18px;
    margin: 20px 0;
    color: #000;
    line-height: 22px;
    font-weight: 400;
}
.payment-posting.thin-bg{
    background-attachment: fixed;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
}
.payment-posting.thin-bg .sec-cont{
    position: relative;
    z-index: 9;
}
.payment-posting.thin-bg::before{
    position: absolute;
    left: 0;
    top: 0;
    clear: both;
    content: "";
    background:linear-gradient(176deg, #06aea1, #00000087);;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.payment-posting .left-content ul li span{
    font-weight: 800;
}
.payment-posting.thin-bg img

 {
    width: 50%;
}
.payment-posting.thin-bg h3{
    font-size: 28px;
    font-weight: 800;
    color: #fff;
}
.payment-posting.thin-bg p{
    color: #fff;
    line-height: 22px;
    font-weight: 400;
}
.credential-step.doctor-search-section.eligibilitychecks.payment-posting {
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}

.gain-feature.charge_entry.payment-posting .gain-wrap {
    grid-template-columns: repeat(5, 1fr);
}
.gain-feature.charge_entry.payment-posting .gain-wrap .gain-box img {
    width: 70px;
    height: 100%;
    border-radius: 50%;
    border: none;
}

.gain-feature.payment-posting .gain-wrap .gain-box p {
    width: 100%;
}
.credential-step.eligibilitychecks.payment-posting .step-box img
{
    position: absolute;
    width: 20%;
    top: 0;
}
.credential-step.eligibilitychecks.payment-posting .step-box:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(1781%) hue-rotate(1deg) brightness(109%) contrast(93%);
}
.credential-step.eligibilitychecks.payment-posting .step-box{
    box-shadow: none;
}



/*.......................
    virtual assistance
........................*/
.desp-sec p
{
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    border: 5px dashed #06aea1;
    border-radius: 20px;
}
.desp-sec p span{
    font-weight: 800;
}

.doctor-search-section.virtual {
    background: #fff;
}



.tile
{
  width:80%;
  margin:60px auto;
}
#tile-1 .tab-pane
{
  padding:15px;
  height:80px;
}
#tile-1 .nav-tabs
{
  position:relative;
  border:none!important;
  background-color:#fff;
/*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
  border-radius:6px;
}
#tile-1 .nav-tabs li
{
  margin:0px!important;
}
#tile-1 .nav-tabs li a
{
  position:relative;
  margin-right:0px!important;
  padding: 20px 40px!important;
  font-size:16px;
  border:none!important;
  color:#333;
}
#tile-1 .nav-tabs a:hover
{
  background-color:#fff!important;
  border:none;
}
#tile-1 .slider
{
  display:inline-block;
  width:30px;
  height:4px;
  border-radius:3px;
  background-color:#39bcd3;
  position:absolute;
  z-index:1200;
  bottom:0;
  transition:all .4s linear;
  
}
#tile-1 .nav-tabs .active
{
  background-color:transparent!important;
  border:none!important;
  color:#39bcd3!important;
}

.virtual .nav .nav-link{
    width: 50%;
}
.virtual .nav .nav-link.active {
    background:linear-gradient(247deg, #68e9ff, #06aea1);
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 1px 0px 3px #000;
    border: 3px solid #ffffff;
    box-shadow: 1px 4px 6px #1e1e1e6b;
}
.virtual .nav .nav-link{
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #000;
    border: 3px solid #ffffff;
    border-radius: 0;
    box-shadow: 1px 4px 6px #1e1e1e6b;
    background: #fff;
}
#nav-left{
    border-radius: 25px 0 0 25px; 
}
#nav-right{
    border-radius: 0 25px 25px 0; 
}
#nav-right.active {
    background: linear-gradient(45deg, #ffffff, #000000);
}
.virtual .nav .nav-link svg
{
    margin-right: 5px;
    padding-bottom: 5px;
}
#nav-left svg
{
    color: #40b329;
}

#nav-left.active svg
{
    color: #fff;
}
#nav-right svg
{
    color: #b90606ed;
}
#nav-right.active svg
{
    color: #fff;
}
.virtual .tab-content ul li {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    margin: 40px 0;
    margin-left:20px ;
}
.virtual .tab-content ul li span{
    font-weight:800;
}
.virtual .tab-content ul li svg
{
    margin-right: 20px;
    color: #4eaa2c;
    padding-bottom: 3px;
}

.virtual .tab-content #nav-profile ul li svg {
    color: #b90606ed;
}
.virtual .tab-content
{
    margin-top: -2rem;
    border: none !important;
}
/*........................
        health-care
.........................*/
.payment-posting.healthcare-page .right-content img{
    border: none;
}
.payment-posting.healthcare-page .left-content h3 {
    font-size: 2rem;
        width: 57%;

}
.payment-posting.healthcare-page .left-content p
{
    font-size: 1.2rem;
    margin-top: 50px;
    color: #000;
}

.gain-feature.charge_entry.healthcare-page{
    background: none;
}

.gain-feature.charge_entry.healthcare-page .gain-wrap .gain-box img{
    border: 0;
}
/*.offer-section
{
    background: #f1f1f185;
}*/

.offer-section .right-content::before{
    display: none;
}
.offer-section .offer-wrap2 .image-box img{
    width: 70%;
}

.offer-section .offer-wrap2 .image-box.right-image{
    text-align: end;
}

.content.left-content{
    position: relative;
}
.content.left-content::before {
    position: absolute;
    left: 0;
    top: 0;
    clear: both;
    content: "";
    background: #06ada0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 0 20px 20px 0;
}
.offer-section .content.right-content{
    position: relative;
}
.offer-section .content.right-content::after {
    position: absolute;
    right: 0;
    top: 0;
    clear: both;
    content: "";
    background: #06ada0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 20px 0 0 20px;
}
.offer-section .content.right-content h3, .content.left-content h3{
    color: #fff;
    padding-left: 120px;
    font-size: 30px;
    font-weight: 800;
}
.offer-section .content.right-content h5, .content.left-content h5{
    color: #fff;
    padding-left: 120px;
}
.offer-section .content.right-content p, .content.left-content p{
    color: #fff;
    padding-left: 120px;
}


.offer-section .content .content-button
{
    text-align: left;
    margin-left: 120px;
}

.contact-section.health-care .new-contact-content .image-box{
    text-align: end;
}
.contact-section.health-care .new-contact-content .image-box img{
    width: 70%;
}
.offer-section .content{
    padding-bottom: 35px;
}

.seventh-content-section.impact.rejection-sec .impact-wrap{
    grid-template-columns: repeat(3, 1fr);
}
.seventh-content-section.impact.rejection-sec .impact-wrap img
{
    width: 20%;
    margin: 0 auto;
}

.seventh-content-section.impact.rejection-sec .impact-wrap .impact-box .lower-content {
    padding: 40px 0;
    margin: 60px 30px 0 30px;
}

.gain-feature.charge_entry.rejection-sec .gain-wrap .bg-shapes{
    width: 50%;
    margin: 0 auto;
}


.gain-feature.charge_entry.rejection-sec
.doctor-search-section.gain-feature.charge_entry.rejection-sec{
    background: none;
}
.gain-feature.charge_entry.rejection-sec .gain-wrap{
    grid-template-columns: repeat(5, 1fr);
}

.rejection-sec.gain-feature .gain-wrap .gain-box:hover {
    transform: scale(1);
}
.gain-feature.charge_entry.rejection-sec .gain-wrap .gain-box img{
    border:none;
    border-radius: 0;
}



/*.........................
        blog-page
..........................*/


.content .container .search-widget p{
    text-align: center;
    font-size: 22px;
    color: #06aea1;
    font-weight: 800;
}
   .content .container .search-widget .filter-button{
   
       padding-bottom: 15px;
       justify-content: center;
        gap: 25px;
        display: flex;
    }
    .blog .blog-title a {
  color: #06aea1;
}
.blog .blog-title a:hover {
    color: #000000;
}
#blog_background_page{

    background: rgb(247, 250, 250);
}


@media (max-width: 400px){
 
    .content .container .search-widget .filter-button {
    display: flex;           /* Horizontal alignment */
    gap: 10px;               /* Space between buttons */
    overflow-x: auto;       /* Enable horizontal scroll */
    white-space: nowrap;    /* Prevent line breaks */
    padding: 10px;  
    justify-content:normal;        /* Add padding for visibility */
}
 .filter-button a {
    flex: 0 0 auto;         /* Prevents anchors from shrinking */
}
.filter-button button {
    padding: 10px 20px;
    white-space: nowrap;   /* Prevent text wrapping */
    overflow: hidden; 
           /* Avoid overflow issues */
}
}
@media (min-width: 401px) and (max-width: 576px){
    .content .container .search-widget .filter-button{
    display: flex;           /* Horizontal alignment */
    gap: 10px;               /* Space between buttons */
    overflow-x: auto;       /* Enable horizontal scroll */
    white-space: nowrap;    /* Prevent line breaks */
    padding: 10px;  
    justify-content:normal;        /* Add padding for visibility */
}
 .filter-button a {
    flex: 0 0 auto;         /* Prevents anchors from shrinking */
}
.filter-button button {
    padding: 10px 20px;
    white-space: nowrap;   /* Prevent text wrapping */
    overflow: hidden; 
           /* Avoid overflow issues */
}
}


#blog_background_page .single_blog_wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: left;
    align-items: center;
    margin-right: 20px;
    gap: 20px;
}

#blog_background_page .single_blog_wrap .blog .blog-content p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

#blog_background_page .single_blog_wrap .blog .blog-info .post-left ul li{
    font-size: 11px;
}


.blog_new_design .card {
    border: 1px solid #f0f0f0;
    margin-bottom: 1.875rem;
    background: none;
    border: none;
}

.blog_new_design .card .card-body {
    padding: 20px 0;
}
.blog_new_design .card .card-body .search-form input{
    border: 2px solid #06aea1;
}


.cat-list-wrapper {
      overflow: hidden;
      transition: height 0.4s ease;
    }

    .categories-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .categories-list .cat-item {
      padding: 10px;
      border-bottom: 2px solid #06aea1;
    }
    .categories-list .cat-item.active{
        background: #06aea1;
    }
    .categories-list .cat-item.active
{
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.categories-list .cat-item {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    display: block;
    cursor: pointer;
    padding: 15px 25px;

}


    .toggle-button {
      display: inline-block;
      margin-top: 10px;
      cursor: pointer;
      font-size: 24px;
      user-select: none;
      padding: 5px 25px;
    }
    .toggle-button svg
    {
        color: #06aea1;
    }
.post-widget.top-blog .card-header{
    text-align: center;
    background: transparent;
    border: none;
    border-bottom: 2px solid #06aea1;
}
.post-widget.top-blog .card-header .card-title {
    text-align: center;
    font-size: 22px;
    color: #06aea1;
    font-weight: 800;
}
.post-widget.top-blog
{
    border:1px solid #f0f0f0;
    padding: 20px;
}

.blog.blog-single-post .blog-image{
    position: relative;
}
.blog.blog-single-post .blog-image .special-float{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    background: #06aea1;
    padding: 3px 10px;
}
.blog.blog-single-post .blog-image .special-float i{
    margin-right: 5px;
}


/*...........................
    referral management
............................*/

.medical-coding.referral_management .hexagon-wrap p
{
    display: grid;
    place-items: center;
    height: 80px;
}
.intro-sec .impact-box .lower-content ul li {
    text-align: left;
    font-size: 14px;
    padding: 0px 0px 0 25px;
    line-height: 25px;
    display: flex;
    align-items: center;
    grid-gap: 12px;
}
.intro-sec .impact-box .lower-content ul li svg
{
    color: #06aea1;
}
.intro-sec.impact.rejection-sec.referral_sec .impact-box .lower-content ul li p{
        font-size: 14px;
    line-height: 20px;
    color: #000;
    width: 90%;
    margin: 0 auto;
    height: auto;
    display: block;
    font-weight: 300;
}

.seventh-content-section.impact.rejection-sec.referral_sec .impact-wrap .impact-box .lower-content {
    height: 180px;
}



/*.......................
    charge abstraction
........................*/

.abstraction .denial-font h2 {
    font-weight: 800;
    color: #000;
    padding-left: 0;
}

.abstraction .content p{
    color: #000;
}

.abstraction .coding-wrap .left-content .floating-image1 {
    right: -42px;
    top: -80px;
}

.denial-page.abstraction .coding-wrap .left-content .floating-image2 {
    left: 60px;
    bottom: 40%;
    right: unset;
}
.denial-page.abstraction .coding-wrap .left-content .bg-shape {
    left: -30px;
    bottom: -18px;
    right: unset;
}

.denial-page.abstraction .coding-wrap .left-content .bg-shape img {
    border: none;
    box-shadow: none;
    width: 60%;
}
.denial-page.abstraction .coding-wrap .left-content{
    position: relative;
}



/*......................
        hospital
.......................*/
.hospital_billing .hospital_wrap
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: center;
    max-width: 1320px;
}
.credential-step.eligibilitychecks.hospital_billing .hospital_wrap .step-box {
    display: grid;
    align-items: center;
    height: 280px;
    text-align: center;
    padding: 0 10px;
}
.credential-step.eligibilitychecks.hospital_billing .hospital_wrap .step-box .text-cont h4 {

    height: auto;
}



.tri-shape.hospital_billing .tri-main .content-box.content-middle {
    margin-top: 185px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}


.tri-shape.hospital_billing .tri-main .content-box {
    margin-top: 6rem;
}




.credential-step.eligibilitychecks.hospital_billing.career_new .hospital_wrap .step-box {
    align-items: center;
    height: 300px;
    align-content: center;
}

.credential-step.eligibilitychecks.payment-posting.career_new .step-box img {
    position: relative;
    width: 100%;

}
.credential-step.eligibilitychecks.payment-posting.career_new .step-box .image-box {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 2px solid #06aea1;
    margin: 0 auto;
    padding: 15px;
    transition: 0.3s ease;
}

.credential-step.eligibilitychecks.career_new .step-box:hover .image-box{
   border: 2px solid #fff;
}

.credential-step.eligibilitychecks.payment-posting.career_new .step-box .btn-black {
    font-size: 10px;
}

.credential-step.eligibilitychecks.career_new .hospital_wrap .step-box .text-cont h4 {
    height: 60px;
}

.credential-step.doctor-search-section.eligibilitychecks.payment-posting.career_new::before{
      position: absolute;
    left: 0;
    top: 0;
    clear: both;
    content: "";
    background: linear-gradient(180deg, #000000a3, #0cb0a3b3);
    height: 100%;
    width: 100%;
}


/*........................
            faq
.........................*/

    
    .latest_faq .layout {
           display: flex;
    max-width: 1300px;
    margin: 0 auto;
    background: none;
    border-radius: 8px;
    overflow: hidden;
    gap: 20px;
    padding: 15px;
    }

    /* Sidebar Tabs */
    .latest_faq .tab-nav {
      flex: 0 0 300px;
      background: #fff;
      display: flex;
      flex-direction: column;
    }

    .latest_faq .tab-nav button {
      padding: 15px;
      border: none;
      background: none;
      text-align: left;
      font-size: 16px;
      cursor: pointer;
      border-bottom: 1px solid #ddd;
      transition: background 0.2s;
    }

    .latest_faq .tab-nav button.active {
    background: #06aea1;
    color: white;
    }

    .latest_faq .tab-content {
    flex: 1;
    padding: 20px;
    box-shadow: -1px -3px 10px rgba(0, 0, 0, 0.1);
    }

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

    .latest_faq .tab-pane.active {
      display: block;
    }

    /* Accordion Styles */
    .latest_faq .accordion-item {
      border: 1px solid #ddd;
      border-radius: 5px;
      margin-bottom: 10px;
      overflow: hidden;
    }

    .latest_faq .accordion-header {
      padding: 15px;
      background: #eee;
      cursor: pointer;
      user-select: none;
    }

    .latest_faq .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
      padding: 0 15px;
      background: #fafafa;
    }

    .latest_faq .accordion-item.open .accordion-content {
      padding: 15px;
      max-height: 200px;
    }

    @media (max-width: 768px) {
      .latest_faq .layout {
        flex-direction: column;
      }
      .latest_faq .tab-nav {
        flex-direction: row;
        overflow-x: auto;
      }
      .latest_faq .tab-nav button {
        flex: 1;
        text-align: center;
      }
    }
    .latest_faq .accordion-header {
  position: relative;
  padding-right: 40px;
}

.latest_faq .accordion-header::after {
  content: '▼'; /* Down arrow by default (collapsed) */
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease, content 0.3s ease;
  font-size: 14px;
  color: #555;
}

.latest_faq .accordion-item.open .accordion-header::after {
  content: '▲'; /* Up arrow when open */
}

/*...........................
        physician_page
...........................*/

.physician_page{
    position: relative;
}
.physician_page .bg-cover
{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: 1;
}
.physician_page .right{
    position: relative;
    z-index: 9;
}
.physician_page .container{
    margin-bottom: 0!important;
}













    .billing-page-body {
       display: flex;
  justify-content: center;
    }

    .billing-container {
      display: flex;
      gap: 150px;
      max-width: 1200px;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
    }

    .billing-circle-wrapper {
      width: 300px;
  height: 300px;
  flex-shrink: 0;
  position: relative;
    }

    .billing-circle-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.5;
    z-index: 2;
    color: #000;
    width: 100%;
}

    .billing-circle-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 2px dashed #00b1ae;
      border-radius: 50%;
      animation: billing-rotate-circle 250s linear infinite;
    }

    .billing-circle-wrapper:hover .billing-circle-container {
      animation-play-state: paused;
    }

    .billing-circle-item {
  width: 70px;
  height: 70px;
  background-color: #06aea1;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

    .billing-circle-item i {
      animation: billing-rotate-icon 250s linear infinite;
      display: inline-block;
    }

    .billing-circle-item:nth-child(1) { top: 0%; left: 50%; transform: translate(-50%, -50%); }
    .billing-circle-item:nth-child(2) { top: 20%; left: 90%; transform: translate(-50%, -50%); }
    .billing-circle-item:nth-child(3) { top: 60%; left: 95%; transform: translate(-50%, -50%); }
    .billing-circle-item:nth-child(4) { top: 100%; left: 65%; transform: translate(-50%, -50%); }
    .billing-circle-item:nth-child(5) { top: 100%; left: 35%; transform: translate(-50%, -50%); }
    .billing-circle-item:nth-child(6) { top: 60%; left: 5%; transform: translate(-50%, -50%); }
    .billing-circle-item:nth-child(7) { top: 20%; left: 10%; transform: translate(-50%, -50%); }

    .billing-accordion {
      width: 550px;
      max-width: 100%;
    }

    .billing-accordion-item {
      border: 2px solid #06aea1;
    margin-bottom: 8px;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #000;
    }

    .billing-accordion-header {
      background-color: #f5f5f5;
      padding: 12px 16px;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: default;
    }

    .billing-accordion-item.active .billing-accordion-header {
        background-color: #06aea1;
        color: #fff;
    }

    .billing-accordion-content {
      max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 16px;
  transition: max-height 0.5s ease, padding 0.3s ease;
    }

    .billing-accordion-item.active .billing-accordion-content {
      padding: 12px 16px;
      height: auto;
      max-height: 200px;
    }

    .billing-accordion-header i.fa-chevron-down {
      margin-left: 10px;
      transition: transform 0.3s ease;
    }

    .billing-accordion-item.active .billing-accordion-header i.fa-chevron-down {
      transform: rotate(180deg);
    }

    @keyframes billing-rotate-circle {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(360deg);
      }
    }

    @keyframes billing-rotate-icon {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(-360deg);
      }
    }

    @media (max-width: 768px) {
      .billing-container {
        flex-direction: column;
        align-items: center;
      }
      .billing-circle-wrapper {
        margin-bottom: 30px;
      }
    }


.credential-step.eligibilitychecks.payment-posting.physician_page .step-box img {
    position: relative;
    width: 40%;
}
.credential-step.eligibilitychecks.hospital_billing.physician_page .hospital_wrap .step-box{
        overflow: hidden;
    position: relative;
}

.credential-step.eligibilitychecks.hospital_billing.physician_page .hospital_wrap .step-box .step-back{
    position: absolute;
    height: 280px;
    width: 100%;
    z-index: 1;
}
.credential-step.eligibilitychecks.hospital_billing.physician_page .hospital_wrap .step-box .step-back img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.6s ease;
    opacity: 0;
}
.credential-step.eligibilitychecks.hospital_billing.physician_page .hospital_wrap .step-box:hover .step-back img{
    opacity: 1;
}
.credential-step.eligibilitychecks.hospital_billing.physician_page .hospital_wrap .step-box:hover .step-back img{
    filter: none;
}
.credential-step.physician_page .step-box::before{
    z-index: 2;
}
.credential-step.eligibilitychecks.physician_page  .step-box .text-cont{
    z-index: 9;
}
.credential-step.physician_page .step-box::before {
    background: #06aea0e3;
}