/*logo carousel style*/

.logo-carousel{
  padding-top:80px;
}
.slide-option {
	display:flex;
	flex-flow:column;
	align-items:center;
  
	.cont {
		transition:all .3s ease;
		h1 { margin:15px 0 0 0; }
		h3 { margin:0 0 25px 0; }
	}
	@media (max-width:992px) { padding:0 20px 0 20px; }
}
.slide-option {
	margin:50px 0px 50px 0;
	.no-marg { margin:0 0 0 0; }
}

.highway-slider {
	display:flex;
	justify-content:center;
	width:100%;
	height:150px;
	div.highway-barrier {
		overflow:hidden;
		position:relative;
	}
	ul.highway-lane {
		display:flex;
		height:100%;
    /* height:80%; */
		li.highway-car {
			flex:1;
			display:flex;
			justify-content:center;
			align-items:center;
			background:#fff;
			color:#343434;
		}
	}
}

@keyframes translateinfinite {
	100% { transform:translateX(calc(-180px * 15));  }
}
#infinite div.highway-barrier {
	background:#fff;
	/* // box-shadow:0 3px 10px -3px rgba(0,0,0,0.3); */
	&::before,
	&::after {
		content: " ";
		position:absolute;
		z-index:9;
		width:180px;
		height:100%;	
	}
	&::before {
		top:0;left:0;
		/*background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
	}
	&::after {
		top:0;right:0;
	/*	background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
	}
	ul.highway-lane {
		width:calc(180px * 30);
		li.highway-car {
			width:180px;
			animation:translateinfinite 25s linear infinite;
      /* border: 1px solid #EBEBEB; */
      height:84px;
      margin-left: 10px;
            margin-right: 10px;
			span.fab {
				font-size:65px;
			}
		}
	}
}
@media only screen and (max-width: 767px) {

.logo-carousel{
  padding-left:20px;
   padding-right:20px;
}

}

/*logo carousel style ends*/
/*faq*/

.tab {
  position: relative;
  display: flex;
    width: 60%;
    flex-direction: column;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
  text-align:left;
}
.tab input:checked ~ .tab__content {
  max-height: 10rem;
}


.accordion {
  color: #ffffff;
  border: 2px solid;
  border-radius: 0.5rem;
  overflow: hidden;
  padding-bottom:60px;
}
.tab__label,
.tab__close {
  display: flex;
  color: white;
  background: #273272;
  cursor: pointer;
}
.tab__label {
  justify-content: space-between;
  padding: 1.5rem;
}
.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}
.tab__content p {
  margin: 0;
  padding: 1rem;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
.tab{
  width:100%!important;
  
}

}
/* Arrow animation */
/* .tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce .5s infinite;
} */
/* @keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
} */


/*faq ends*/
/*carousel style*/

 .slider-container {
            width: 80%;
            margin: auto;
            overflow: hidden;
            position: relative;
        }
        .slider {
            display: flex;
            transition: transform 0.5s ease-in-out;
            animation:none!important;
                margin-bottom: 20px;
        }
        .slide-card {
            flex: 0 0 25%;
            background: #fff;
            padding: 20px;
            margin: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            text-align: left;
        }
        .icon {
            width: 50px;
            height: 50px;
            background: #1A1C73;
            color: white;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            margin: auto;
        }
        .slide-card h3 {
            margin: 10px 0;
        }
        .slide-card p {
            font-size: 16px;
            color: #666;
            text-align:left;
        }
        .learn-more {
            display: inline-block;
            margin-top: 10px;
            color: #273272!important;
            font-weight: 600;
            text-decoration: none;
            background:none!important;
            float:left;
        }

          .learn-more:hover {
           
            color: #273272!important;
           
        }
        .slider-carnav {
           /* position: relative; */
    /* bottom: 30px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    display: flex;
    /* z-index: 1000;
    margin: auto; */
    align-items: center;
    justify-content: center;
        }
        .carnav-button {
            background: none !important;
    border: none;
        /* display: flex;
    justify-content: center; */
     cursor: pointer;
        }

.carnav-button img{
  width:36px!important;
  height:36px!important;
}

@media only screen and (max-width: 767px) {

.slide-card {
            flex: 0 0 95%;

}
}

/*carousel style ends*/



/*image section*/

.image-section{
  background: #F9F8FB;
  align-items: center;
  padding-bottom:60px!important;
  text-align:center;
  padding-top:60px!important;
}
.image-title{
  color: #273272 !important;
  margin-bottom: 50px;
  margin-top: 30px;
  text-align: center!important;
  font-family: Poppins;
font-size: 36px;
font-weight: 600;
line-height: 40px;
/* padding-right:30px; */
margin-top:0px !important;
margin-left:auto;
margin-right:auto;
width:60%;

}
.image-cont{
  padding-top:80px;
}
.image-section .container-fluid{
  display: flex;
      justify-content: center;
      align-items: center;
      padding-right:120px;
      padding-left:120px;
        flex-direction: column;

}

.image-img{

width:100%;
  height:auto;
  padding-right:30px;
  
}
.image-section h4{
font-size: 18px!important;
  color:#273272;
  line-height: 1.1;
  font-weight:600;
}
.image-section p{
  text-align:left;
  font-size: 16px!important;
  color:#000000;
  line-height: 1.4;
  /* padding-right:30px; */

}
.image-section ul{

padding-left:0px;
/* padding-top:16px; */
}
.image-section li {

  font-size: 20px;
  color:#555;
  font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 1.4;
text-align: left;
list-style: none;
margin-top:20px;
padding-bottom:20px;
border-bottom:1px solid #D6D6D6;

}

.image-section li .ser-icon {
/* content: url('./assets/Frame-3.png'); */
float: left;
font-size: 1.2em;
margin-right: 15px;

}
.image-section iframe{

  width:100%;
  height:400px!important;
}

@media only screen and (max-width: 767px) {
  .image-title{
  
width:100%;
  }
  .image-section li {

    display: flex;
    flex-direction: column;
  }

  .image-section li .ser-icon {

  width:48px;
  }
.image-section .container-fluid{

  padding-right:20px;
  padding-left:20px;
}
.image-cont{
  padding-top:0px;
}
.image-section iframe{
  margin-top:30px;
  width:350px;
  height:300px!important;
}

.image-section p{
/* font-size: 12px!important; */
  width:100%;
  
}
/* .image-section h4{
font-size: 14px!important;

} */
.image-img{

   margin-top:30px;
   margin-bottom:30px;
  /* padding-right:20px;
  padding-left:20px; */
  width:350px;
  height:auto;
}

}
/*image image ends*/





/*meet section*/
.meet-section{
background: #F8F9FB;
padding-top:60px;
padding-bottom:60px;

}
/* .meet-section .container-fluid{

  padding-left:80px;
  padding-right:80px;
} */
.meet-section p{
 font-size: 16px !important;
    color: #555;
    line-height: 1.4;
    text-align: center !important;
    margin-bottom:60px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}
.meet-section a:hover{
  text-decoration:none!important;
  
}
.meet-section a:hover h4{

  color:#fd7d00;
}
.meet-section a:hover .meet-card{

 border:1px solid #273272!important;
}
.meet-card{
  display: flex;
    border-radius: 14px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom:60px;
   height: 136px;
}

.meet-section h4{

 color: #273272;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    text-align: center !important;
       
}

/*meet section ends*/


/*cta2 section*/
.right-border{

  border-right:1px solid #CFCFCF;
}
.cta2-subtitle{
  width:60%;
  margin-left:auto;
  margin-right:auto;
}

.cta3-subtitle{
  width:50%;
  margin-left:auto;
  margin-right:auto;
}
.cta2-row{
  padding-left:10%;
  padding-right:10%;
}
.cta2-title{
 
    color: #273272 !important;
    margin-bottom: 40px;
    /* margin-top: 40px; */
    text-align: center!important;
    font-family: Poppins;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  margin-top:0px!important;
  
  }

.cta2-section{

  background:#ffffff;
  padding-top:80px;
  padding-bottom:80px;

}
.cta2-section h6{

text-align: center!important;
    font-family: Poppins;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  margin-top:0px!important;
  color:#273272;

}
.cta2-section h4{

  color:#273272;
  font-family: "Poppins", sans-serif !important;
  font-size: 17px!important;
  font-weight: 600!important;
    line-height: 1.4!important;
    text-align: center!important;
       
}

.cta2-section p{

  color:#424242;

  font-family: "Poppins", sans-serif !important;
  font-size: 16px!important;
  font-weight: 400!important;
    line-height: 1.4!important;
    text-align: center!important;
       
}
.cta2-section a{

  background:white;
  font-size: 17px!important;
  font-weight: 500!important;
    line-height: 1.8!important;
    text-align: center!important;
    color:#273272;
    margin-top:32px;

}

@media only screen and (max-width: 767px) {
.cta2-subtitle{
  width:100%;
}
.cta3-subtitle{
 width:100%;
}
.cta2-row{
  padding-left:0px;
  padding-right:0px;
}
  .meet-section p{
    padding-right:20px;
    padding-left:20px;
    width:100%;
  }
  
  .meet-section{

    padding-top:30px;
    padding-bottom:30px;
  }

  .meet-card{
 
    margin-bottom:30px;
}


.right-border{

  border-right:none;
}
  .cta2-section h4{

    padding-left:20px;
    padding-right:20px;
  }

  .cta2-section p{

   padding-right:20px;
   padding-left:20px;
  }

  .cta2-section{


  padding-top:60px;
  padding-bottom:60px;

}

}

/*cta2 section ends*/

/*serviceicon section*/


.serviceicon-section{
  background: #ffffff;
}


/* .serviceicon-section .container-fluid{

padding-left:100px;
padding-right:100px;

} */
.serviceicon-section h4{

  color: #273272 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    text-align: left !important;
    margin-top: 30px;
}
.chart-img{

  width:100%!important;
  height:auto!important;
}
.serviceicon-section img{

width:48px;
height:48px;
margin-right:10px;
/* margin-right:10px; */
/* float: left; */
text-align:left;
}

.serviceicon-card{
  border: 1px solid #E6E8EC;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
background:#F8F9FB;
display: flex;
flex-direction:column;
align-items: left;
margin-bottom:60px;
margin-top:30px;
padding:20px;
border-radius: 16px;
}
@media screen and (max-width:767px) {
.serviceicon-section .container-fluid {
padding-left:30px;
padding-right:30px;

}
.serviceicon-section {
  padding-top:60px;
}
.chart-img{

 margin-bottom:30px;
}

}
/*serviceicon section ends*/


/*report section*/
/* -----------REPORT-SECTION */


/* .footer-carousel .container {
     /* display: flex;
     justify-content: space-between; */
     /* max-width: 980px;
     align-items: center; */
     /* margin: 60px auto 0px auto; */
/*} */
.footer-carousel .container-fluid {

padding-left:80px;
padding-right:80px;

}
 .footer-carousel .footer-dynamic-images-active {
     display: block !important;
}
 .footer-carousel .footer-dynamic-images img {
     display: none;
     width:650px;
     height:650px;
     padding:20px;
}
/* .car-chart {
    display: flex;
        gap: 59px;
} */
.footer-carousel  .active-dynamic-card-header .content-slider {
  display: block;
}
.footer-carousel   .content-slider {
  display: none;
}
 .footer-carousel .footer-dynamic-content-wards .footer-dynamic-cards {
    font-family: "Poppins", Sans-serif;
     margin-top: 20px;
     /*border-top: 1px solid  #8E1C1E;*/
     cursor: pointer;
     background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 12px 12px 50px 0px #00000014;
    /* padding: 32px 40px 32px 40px; */
    padding:10px 15px;

}
 .footer-carousel  .footer-dynamic-content-wards .footer-dynamic-cards h5 {
     color: #273272;
     font-size: 17px;
     font-weight: 400;
     line-height: 1.4;
          /* margin: 0; */
   font-weight: 600;
     /* padding-left: 16px; */
  font-family: "Poppins", Sans-serif;
}
.footer-carousel .footer-dynamic-content-wards .footer-dynamic-cards p {
  color: #555;
  font-size: 16px;
  font-family: "Poppins", Sans-serif;
  line-height: 1.4;
  text-align: left!important;
  padding-bottom:0px!important;
  }


 .active-dynamic-card-header {
     border-top: 1px solid #FD7D00 !important;
     padding: 36px 40px 32px 40px;
}

@media screen and (max-width: 767px) {
  /* .car-chart {
    display: block;
        gap: 59px;
} */
.footer-carousel .footer-dynamic-content-wards .footer-dynamic-cards p {
  width:100%;
}

.footer-carousel .footer-dynamic-images img {
  display: none;
  width:380px;
  height:auto;
  padding-top:20px;
}
.footer-carousel .container-fluid {

  padding-left:20px;
  padding-right:20px;
  
  }
}

/* .footer-carousel .footer-dynamic-images-active {
  width: 500px;
} */



.report-section{

  /* padding-top:60px!important; */
  padding-bottom:60px!important;
  background:#F8F9FB;
}

.report-section .container{

  justify-content: center;display: flex;flex-direction: column;
  padding-left: 180px;
  padding-right:180px;

}
.report-section p{

  font-size: 16px!important;
  color:#000000;
  line-height: 1.4;
  /* width:75%; */
  padding-bottom: 60px;
  text-align: center;
}
.service-card {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s ease-in-out;
  text-align: start;
  margin-bottom:60px;
  background: #F8F9FB;
}

.service-card img {
  width: 32px;
  height: 32px;
}
.service-card a {
  color: #007bff;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 22px;
}

.service-title{
  font-size: 16px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  line-height: 1.4;
  color: #273272;
  margin-bottom: 24px ;
}

.service-title-content{
  margin-bottom: 24px !important;
  font-size: 16px!important;
  font-weight: 400 !important;
  color:#555;
  line-height: 22px;
}

.tag-links{
  font-family: "Poppins", sans-serif !important;
font-size: 16px;
font-weight: 600;
line-height: 48px;
text-align: left;
  color: #273272 !important;
}

.report-title{
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {

  .report-section .container{


padding-left:20px;
padding-right:20px;

  }

  .report-section p{

padding-bottom:30px;


  }
}
/*report sections end*/

/*kyar section*/
.kyar-banner-mobile {
  display: none;
}

.kyar-banner {
  width: 100%;
  background-image: url('https://www.billingparadise.com/images/kyar-banner-desktop.webp');
  /* Replace with your image path */
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
  color: white;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  margin-bottom: 50px;
  margin-top: 0px !important;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  text-align: left;
}

.overlay-text h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.overlay-text p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}


.kyar-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff !important;
  font-size: 40px;
  text-align: start;
}

.kyar-content {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff !important;
  font-size: 30px;
}

.kyar-outline-primary {
margin-right: 10px;
border-color: #ff7f00;
color: #fff;
background-color: #ff7f00;
font-family: "Poppins", sans-serif;  
margin: 30px 0;
}

@media (max-width: 767px) {
  .kyar-banner {
      display: none;
  }

.kyar-mobile-content {
     position: relative;
      top: 23%;
      left: 17px;
      text-align: left;
  }
  .kyar-mobile-content .kyar-heading {
      font-size:32px;
      text-align: left!important;
  }
  .kyar-mobile-content .kyar-content {
      font-size:18px;
  }
  .kyar-mobile-content .kyar-outline-primary {
      margin-top:0px !important;
      color:#ffffff !important;
  }
  .kyar-banner-mobile {
      display: block;
      height: 100vh;
      width: 100% ;
      background-image: url('https://www.billingparadise.com/image-01/kyar-banner-mobile.webp');/* Replace with your image path */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
     
  }

.overlay-text-mobile h2 {
  font-size: 30px !important;
margin-top: 0;
margin-bottom: 10px;
text-align: left;
position: relative;
top: 112px;
  }
  .kyar-outline-primary-mobile{
      
      border-color: #ff7f00;
color: #fff;
background-color: #ff7f00;
font-family: "Poppins", sans-serif; 
margin: 135px 170px;
  }

  .kyar-content-mobile{
      font-size: 12px !important;
      color: #fff;
      padding: 38px 0;
  }
}

/*kyar section ends*/


/*process section*/

.process-section{
  background-color: #F8F9FB;
  align-items: center;
  display: grid;
  padding-top:60px!important;
}

.achieve-card {
  border-radius: 16px;
  width: 400px ;
  height:170px;
  margin-bottom:20px;
}

.content{
  background-color: #ffffff;
  padding: 32px 15px 30px 15px;
  border-radius: 16px ;
}

.content h2{
  margin-top: 0px;
  font-size: 24px;
  /* margin-bottom: 20px ; */
  font-family: Poppins;

font-weight: 600;
line-height: 35px;
text-align: center;
color:#273272;

}

/* .first-row{
  margin-bottom: 60px ;
}

.second-row{
  margin-bottom: 60px ;
} */

.achieve-card-inner-content {
  font-family: Poppins !important;

font-weight: 400;
font-size: 16px!important;
font-weight: 400;
line-height: 32px;
text-align: center;
color:#424242;

}
@media screen and (max-width: 767px) {

  .achieve-card {
    margin-bottom:60px;
  width: 250px !important;
 
  }
  .process-section{
    padding-top:0px!important;

  }
}
/*process section ends*/

/*technology section*/

.technology-section{
  padding-top:60px!important;
  padding-bottom:60px!important;
}
.technology-section img{
width:60px;height: 60px;margin-right:16px;

}
.appeal{

  /* background-color: #273272!important; */

  background-image: url('./assets/appeal-back.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px!important;
  padding: 25px;
  margin: 15px;
 
}
.denialheadfour{

  font-family: Poppins;
font-size: 17px!important;
font-weight: 600;
line-height: 48px;
text-align: left!important;
color:white!important;
padding-bottom:20px;


}
/* .denialheadfour:before{

content:url('./images/circle-green.png');
float:left;
margin-right:20px;
display: flex;
align-items: center;
} */
.paraappealaudit{

  font-family: Poppins;
font-size: 16px!important;
font-weight: 400;
line-height: 28px;
text-align: left!important;
color:white!important;
float:left;
padding-bottom:20px;
padding-right:20px;

}

.auditbutton{

  font-family: Poppins;
font-size: 14px;
font-weight: 400;
line-height: 22px;
text-align: left;
color:#273272;
border-radius: 4px;
padding:6px 12px; 
border:none;
background: white;
display: flex;
  align-items: center;
}

/* .auditbutton:after{

  content:url('./images/ArrowRight.png');
  float:right;
  
  
} */

@media screen and (max-width: 767px) {.

  .appeal{
  padding:20px;

  }
  .denialheadfour{

  font-size: 17px!important;
   line-height: 30px!important;
   padding-bottom:10px;
  }
 
  .paraappealaudit{

 
  font-size: 14px!important;
  padding-bottom:10px;
  
  }

  /* .denialheadfour:before{

    width:20px;
    height:20px;

  } */

  .technology-section img{
    width:30px;height: 30px;margin-right:10px;
    
    }
}


/*technology section ends*/

/* padding*/
.pt-30{
  padding-top:30px;
}

.pt-60{
  padding-top:60px;
}
.pb-30{
  padding-bottom:30px;

}
.pb-60{
   padding-bottom:60px;

}
.pb-80{
  padding-bottom:80px;

}
@media screen and (max-width: 767px){

  .pt-30{
    padding-top:20px!important;
  }
  
  .pt-60{
    padding-top:30px!important;
  }
  .pb-30{
    padding-bottom:20px!important;
  
  }
  .pb-60{
     padding-bottom:20px!important;
  
  }
  .pb-80{
    padding-bottom:20px;
 
 }

}
/*padding ends*/
/*cta section*/
.cta-title{
 
    color: #ffffff !important;
    /* margin-bottom: 30px;
    margin-top: 40px; */
    text-align: center!important;
    font-family: Poppins;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  margin-top:0px!important;
  
  }

.cta-section{

  background:#273272;
  padding-top:60px;
  padding-bottom:60px;

}
.cta-section a{

  background:white;
  font-size: 17px!important;
  font-weight: 500!important;
    line-height: 1.8!important;
    text-align: center!important;
    color:#273272;
    margin-top:20px;

}
.cta-section h4{

  color:#ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: 17px!important;
  font-weight: 500!important;
    line-height: 1.8!important;
    text-align: center!important;
    width:80%;
    margin-right:auto;
    margin-left:auto;
    
  padding-top:25px;
    
}

.cta-section p{

  color:#ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: 16px!important;
  font-weight: 400!important;
    line-height: 1.8!important;
    text-align: center!important;
    width:60%;
    margin-right:auto;
    margin-left:auto;
    padding-top:25px;
}
/* .para80{

  padding-left:350px;
  padding-right:350px;
  padding-top:25px;
  color:#ffffff;
  line-height: 1.8!important;

} */

@media only screen and (max-width: 767px) {
.cta-section p{

width:100%;
}
  /* .para80{

    padding-left:20px;
    padding-right:20px;
      
  
  } */
  .cta-section h4{

    padding-left:20px;
    padding-right:20px;
  }

}

/*cta section ends*/
/*reason section*/
.reasons-section .container-fluid{

  justify-items: center;
 
  
}
.reasons-section {

  /* background: #F8F9FB; */
  background:url('./assets/reason-bg.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top:80px;
  padding-bottom:80px!important;

}
.reasons-section p{
   
  font-family: Poppins;
  
  font-weight: 400;

  text-align: center;
   
   /* padding-bottom:10px; */
   font-size: 16px!important;
  color:#ffffff;
  line-height: 1.4;
  /* width:50%; */
  

}
.reason-card {
  /* width:460px;  */
  height:300px;
  text-align: left;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* border: 2px dashed #3b82f6; */
  position: relative;
}

.icon img {
  width: 24px;
  height: 24px;
} */
.reason-card h2{
  /* color:#2F327D; */
  /* font-family: Poppins; */
font-size: 17px!important;
font-weight: 600!important;
line-height: 1.4!important;
text-align: left;
/* padding-top:30px; */
color: #273272;
    margin-top: 30px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;

}

.reason-card p{
  font-family: Poppins!important;
font-size: 16px!important;
font-weight: 400!important;
line-height: 1.4!important;
text-align: left!important;

color:#555!important;
}

@media only screen and (max-width: 767px) {
  .reasons-section{

    padding-bottom:10px!important;
    background-size: cover!important;
     
    
    
  }
  .reason-card {

  height:300px;
  margin-bottom:80px;

  }
  .reason-icon {
    width: 50px!important;
    height: 50px!important;
     display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -25px;
    left: 50%;
    padding-bottom: 25px!important;
    transform: translateX(-50%);
  }
  .reason-card h2{
    font-size: 24px!important;
    line-height: 32px!important;
    text-align: left!important;
  }

  .reason-card p{
    font-size: 18px!important;
    line-height: 24px!important;
    
  }
  .reasons-section p{

    width:100%!important;
  }

}
/*reason section ends*/

/*image section*/
.imag-section{
  background: #ffffff;
  align-items: center;
  padding-bottom:60px!important;
}

.imag-section .container-fluid{

 display: flex;justify-content: center;margin-bottom:30px;
 width:70%;
 /* padding-left:140px;
 padding-right:140px; */
}

.imag-title{
  color: #273272 !important;
  margin-bottom: 30px;
  /* margin-top: 40px; */
 
  font-family: Poppins;
font-size: 36px;
font-weight: 600;
line-height: 40px;
text-align: center!important;

}
.imag-section ul{

padding:40px;


  }
  .imag-section li {
  
    font-size: 20px;
    color:#555;
    font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  list-style: none;
  padding-bottom:16px;
  
  }
.imag-section li:before {
  content: url(https://www.billingparadise.com/ai/denial-management-ai/assets/tick.png);
  float: left;
  font-size: 1.2em;
  margin-left: -40px;
  height:32px;
  width:32px;
}
.imag-section p{

  font-size: 16px!important;
  color:#555;
  line-height: 1.4;
  padding-top:30px;
}
.imag-section img{

  width:100%;
  padding:20px;
  height:350px;
}


@media only screen and (max-width: 767px) {
  .imag-section{
  
    padding-top:60px!important;
    padding-bottom:60px!important;
  }

  .imag-section .container-fluid{
margin-bottom:0px;

width:100%;

   }


   .imag-section p{

    text-align: center!important;
  }
}


/*image section ends*/


/*max section*/
.max-section{
  background: #F8F9FB;
  align-items: center;
  padding-bottom:30px!important;
}

.max-section .container{

 display: flex;justify-content: center;margin-bottom:30px;
}

.max-title{
  color: #273272 !important;
  margin-bottom: 30px;
  /* margin-top: 40px; */
 
  font-family: Poppins;
font-size: 36px;
font-weight: 600;
line-height: 40px;
text-align: center!important;

}
.max-section ul{

padding:40px;


  }
  .max-section li {
  
    font-size: 20px;
    color:#555;
    font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  list-style: none;
  padding-bottom:16px;
  
  }
.max-section li:before {
  content: url(https://www.billingparadise.com/ai/denial-management-ai/assets/tick.png);
  float: left;
  font-size: 1.2em;
  margin-left: -40px;
  height:32px;
  width:32px;
}
.max-section p{

  font-size: 16px!important;
  color:#555;
  line-height: 1.4;
  padding-top:30px;
}
.max-section img{

  width:100%;
  padding:20px;
  height:450px;
}


@media only screen and (max-width: 767px) {
  .max-section{
  
    padding-top:60px!important;
    padding-bottom:60px!important;
  }

  .max-section .container{
margin-bottom:0px;
   }
}


/*max section ends*/
/*video image*/


.video-section{
  background: #FFFFFF;
  align-items: center;
  padding-bottom:60px!important;
  text-align:center;
  padding-top:60px!important;
}
.video-title{
  color: #273272 !important;
  margin-bottom: 50px;
  margin-top: 30px;
  text-align: center!important;
  font-family: Poppins;
font-size: 36px;
font-weight: 600;
line-height: 40px;
/* padding-right:30px; */
margin-top:0px !important;
margin-left:auto;
margin-right:auto;
width:80%;

}

.video-title2{
  color: #273272 !important;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: left!important;
  font-family: Poppins;
font-size: 36px;
font-weight: 600;
line-height: 40px;
margin-top:0px !important;
}
.video-cont{
  padding-top:80px;
}
.video-section .container-fluid{
  display: flex;
      justify-content: center;
      align-items: center;
      padding-right:120px;
      padding-left:120px;
        flex-direction: column;

}


.video-img{

width:100%;
  height:auto;
  padding-right:30px;
  
}

.video-section p{
  text-align:left;
  font-size: 16px!important;
  color:#000000;
  line-height: 1.4;
  padding-right:30px;

}
.video-section ul{

padding-left:0px;
padding-top:16px;
}
.video-section li {

  font-size: 20px;
  color:#555;
  font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 1.4;
text-align: left;
list-style: none;
padding-bottom:16px;

}

.video-section li:before {
content: url(https://www.billingparadise.com/ai/denial-management-ai/assets/tick.png);
float: left;
font-size: 1.2em;
margin-right: 15px;

}

.video-section .icon-list li:before {
content: url('./assests/Frame-(3).png')!important;
float: left;
font-size: 1.2em;
margin-right: 15px;

}

.video-section iframe{

  width:100%;
  height:350px!important;
}


@media only screen and (max-width: 767px) {
.video-section .container-fluid{

  padding-right:20px;
  padding-left:20px;
}
.video-cont{
  padding-top:0px;
}
.video-section iframe{
  margin-top:30px;
  margin-right:20px;
  margin-left:20px;
  width:350px;
  height:275px!important;
}

.video-section p{


  width:100%;
  /* padding-bottom: 20px; */
}


.video-img{

   margin-top:30px;
   margin-bottom:30px;
  /* padding-right:20px;
  padding-left:20px; */
  width:350px;
  /* height:300px; */
  height:auto;
}

}
/*video image ends*/

/*percetage section*/

.discount{

  padding-top:60px!important;
  /* margin-top:60px; */
  padding-bottom:60px!important;
  justify-items: center;
  background: #F8F9FB;
  
}

.discount .container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: minmax(100px, auto);
  grid-gap: 20px;
   margin-left: 60px;  
}
/*media query*/
@media only screen and (max-width: 767px) {

  .discount .container {
    
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(100px, auto);
    grid-gap: 10px;
    justify-items: center !important;
    padding-left:0px !important;
       margin-left: 0px !important;  
  }


 
} 
/*media query*/


.discount .container:before {
  content:none;
}
.discount .container:after{
  content:none;
}
.discount .stat-box {
  width:250px;
  text-align: left !important;
  padding: 20px 40px 20px 10px;
  border-right: 1px solid #BDBDBD;
  /* border-radius: 5px; */
  margin: 10px 0;
}
.discount .stat-title {
  font-size: 16px!important;
  font-family: "Poppins", sans-serif;
  margin-top: 10px;

font-size: 18px;
font-weight: 400;
line-height: 28px;
text-align: left;


}
.discount .stat-percentage {
  font-size: 40px;
  font-weight: bold;
  color: #000000; /* Bootstrap primary color */
  font-family: "Poppins", sans-serif;
font-size: 56px;
font-weight: 600;
line-height: 64px;
text-align: left;


}
.discount .header h2 {
  margin-bottom: 30px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
  color: #273272;
}

@media (max-width: 767px){
  .discount .stat-box {
    border-right: 0px;
    width:280px;
    padding:10px;
    text-align: center !important;
  }
  .discount .stat-title {
      text-align: center !important;
  }
  .discount .stat-percentage{
        text-align: center !important;
  }
}

/*percentage section ends*/

/*process section*/
.processsection {

  /* background: white!important; */
  margin-top:0px!important;
  background: #ffffff;
  
    padding: 60px 0px 60px 0px!important;
}
.processsection table td{
  border:none;
  padding:5px!important;
}
.ar-down {
  -webkit-transform: rotate(180deg)!important;
    transform: rotate(180deg)!important;
}
.ar-down img {
  margin-left: -23px;
}

.left-down {
  transform: rotate(0deg);
    margin-top: -140px !important;
    /* margin-left: 214px !important; */
}
.rcm-ai {
  background: linear-gradient(180deg, #273272 0%, #4A5FD8 100%);
color: #ffffff;
}
.first-arr {
  margin-top: -50px!important;
    /* margin-left: 7px!important; */
}
.denial-arrow {
  /* margin-top: 44px!important; */
  margin-top: -50px !important;
    margin-right: 25px;
 
}
.eob-arrow {
  transform: rotate(180deg)!important;
  margin-top: 44px!important;
}
.eob-arrow img{
  margin-left: -23px!important;
}


.faq-section p {
  color: #ffffff;
  line-height: 1.8;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    
}
.section-heading-h2, h2 a {
  font-family: "Poppins", sans-serif !important;
  font-size: 36px!important;
    font-weight: 600!important;
    line-height: 1.1!important;
    text-align: center!important;
    color: #273272!important;
    /* margin-bottom: 80px!important; */
}

.infocircle img:hover {
  /* opacity: 0.3; */
}
.infocircle-inner h4 {
  color: #273272 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 17px!important;
  font-weight: 600!important;
    line-height: 1.4!important;
    text-align: center!important;
}

@media (max-width: 767px){

  .processsection {

 padding:30px 0px 30px 0px;
  }


}
/*process section ends*/
.teambutton{

  background: linear-gradient(165deg, rgba(61,83,215,1) 0%, rgba(39,50,114,1) 68%, rgba(39,50,114,1) 100%)!important;
}

/*stat card*/
.courses-container{

  font-family: "Poppins", sans-serif;
}
.course {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	display: flex;
	max-width: 100%;
	margin: 20px;
	overflow: hidden;
	width: 400px;
  font-family: "Poppins", sans-serif;
}

.course h6 {
	/* opacity: 0.6; */
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.course p {
	letter-spacing: 1px;
	/* margin: 10px 0; */
  font-size: 28px;
  font-weight: 600;
  color:#273272;
  font-family: "Poppins", sans-serif;
}

.course-preview {
	background-color: #273272;
	color: #fff;
	padding: 30px;
	width: 30%;
}

.course-preview a {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	/* opacity: 0.6; */
	margin-top: 30px;
	text-decoration: none;
  font-family: "Poppins", sans-serif;
}

.course-info {
	padding: 20px 0px 0px 20px;
	position: relative;
	width: 70%;
}

/* .progress-container {
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: right;
	width: 150px;
} */

/* .progress {
	background-color: #ddd;
	border-radius: 3px;
	height: 5px;
	width: 100%;
} */

/* .progress::after {
	border-radius: 3px;
	background-color: #2A265F;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 66%;
} */

/* .progress-text {
	font-size: 10px;
	opacity: 0.6;
	letter-spacing: 1px;
} */

/* .btn {
	background-color: #2A265F;
	border: 0;
	border-radius: 50px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 12px 25px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	letter-spacing: 1px;
} */





/*stat card ends*/
.square {
  height: 200px;
  width: 200px;
  background-color: #273272;


  align-items: center;
  text-align: center;
}

.circle {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  border: 2px solid white;
}
.highlight-round {
  height: 150px;
  width: 150px;
  background-color: #273272;
  border-radius: 50%;
  display: inline-block;
}

.head-title{
  color: #273272 !important;
  margin-bottom: 30px;
  margin-top: 40px;
  text-align: center!important;
  font-family: Poppins;
font-size: 36px;
font-weight: 600;
line-height: 40px;

}

.head-subtitle {

color: #555 !important;
font-family: "Poppins", sans-serif;
font-size: 18px!important;
text-align: center!important;
padding-bottom:30px;
}

.card-wrap{
  /* width: 220px; */
  background: #fff;
  border-radius: 20px;
  border: 5px solid #fff;
  overflow: hidden;
  color: var(--color-text);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
              rgba(0, 0, 0, 0.23) 0px 6px 6px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.card-header{
  height: 150px;
  width: 100%;
  background: red;
  border-radius:100% 0% 100% 0% / 0% 50% 50% 100%;
  display: grid;
  place-items: center;

}

.card-header i{
  color: #fff;
  font-size: 72px;
}
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  /* width: 60%; */
  margin: 0 auto;
  padding:20px;
}
.card-title{
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
  color:#273272!important;
  
}
.card-text{
  text-align: center;
  font-size: 18px!important;
  margin-bottom: 20px;
  line-height: 2ex!important;
  padding:0 30px;
}
.card-btn{
  border: none;
  border-radius: 100px;
  padding: 5px 30px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.card-header.one{
  background: linear-gradient(165deg, rgba(61,83,215,1) 0%, rgba(39,50,114,1) 68%, rgba(61,83,215,1) 100%);
}
/* .card-header.two{
  background: linear-gradient(to bottom left, var(--card2-gradient-color1), var(--card2-gradient-color2));
}
.card-header.three{
  background: linear-gradient(to bottom left, var(--card3-gradient-color1), var(--card3-gradient-color2));
}
.card-header.four{
  background: linear-gradient(to bottom left, var(--card4-gradient-color1), var(--card4-gradient-color2));
} */

.card-btn.one{
  background: linear-gradient(165deg, rgba(61,83,215,1) 0%, rgba(39,50,114,1) 68%, rgba(61,83,215,1) 100%);
}
/* .card-btn.two{
  background: linear-gradient(to left, var(--card2-gradient-color1), var(--card2-gradient-color2));
}
.card-btn.three{
  background: linear-gradient(to left, var(--card3-gradient-color1), var(--card3-gradient-color2));
}
.card-btn.four{
  background: linear-gradient(to left, var(--card4-gradient-color1), var(--card4-gradient-color2));
} */




/*old*/

@media (max-width: 768px){
 
  .head-title{
    font-size: 28px !important;
    width:100%!important;
    margin-top: 0px !important;
  }
  .choose-section .container-fluid {
    padding-bottom:0px !important;
  }
.video-title {
  font-size: 28px;
  line-height: 38px;
  width:100%;
}
.video-title2 {
  font-size: 28px;
  line-height: 38px;
}
  .head-subtitle {

    font-size: 16px!important;
    
  }
 
}


.tab-image{
     margin-top: 30px;
    margin-bottom: 30px; 
    height:450px;
  }
  
  .rcm-specialist-heading a{
    color: #ffffff !important;
  }
  
  @media (max-width:768px){
    h2{
      font-size: 34px ;
      line-height: 1.3 !important;
      font-family: "Poppins", sans-serif !important;
      color: #273272 !important;
    }
    .behavioral-page-banner .banner-image{
      margin-top: 30px;
         width: 100% !important;
      height: 100% !important;
      padding:20px;
      max-width:100%;
    }
  }
  
  .behavioral-page-banner {
     /* margin-top: 150px; */
      background: #E9EAF1;
      padding:60px 0!important;
  
  }
  .logo-sections {
    padding: 60px 0;
    background:#ffffff;
  }
  .banner-image {
    height: 100%;
    max-width: 100%;
    margin-right: 0px;
    padding:30px;
  }

  .banner-content h1 {
    font-size: 46px !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    margin-bottom: 24px;
    /* margin-top: 132px; */
    color: #273272;
    line-height: 1.4;
  
  }
  
  .banner-content h3 {
      color: #000000;
      font-family: "Poppins", sans-serif !important;
      /* margin-bottom: 25px !important; */
      font-size: 18px !important;
      line-height: 1.4;
  }
  
  .banner-content p {
    font-family: "Poppins", sans-serif !important;
    margin-bottom: 32px;
    font-size: 18px !important;
    line-height: 3ex;
    font-weight: 400;
    color: #555;
  }

  .banner-content ul{

    padding-left:0px;
    padding-top:16px;
    }
    .banner-content li {
    
      font-size: 20px;
      color:#555;
      font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    text-align: left;
    list-style: none;
    padding-bottom:16px;
    
    }
    
    .banner-content li:before {
    content: url(https://www.billingparadise.com/ai/denial-management-ai/assets/tick.png);
    float: left;
    font-size: 1.2em;
    margin-right: 15px;
    
    }

  
  h2 {
      font-size: 36px ;
      font-family: "Poppins", sans-serif !important;
      font-weight: 600 ;
      line-height: 64px;
      color: #273272;
      text-align: center;
  } 
  
  .banner-content {
     /*  padding:70px 50px 70px 100px!important;*/
  }
  
  .get-started-btn {
      background: #273272;
      color: #ffffff;
      padding: 8px 12px;
      font-family: "Poppins", sans-serif !important;
      border-radius: 5px;
      font-size: 14px;
      line-height: 22px;
      /* margin-bottom:20px; */
      /* margin-bottom:132px; */
  }
  .get-started-btn a {
    text-decoration: none !important;
  }
  
  
  .learn-more{
   background-color: #273272;
      color: #ffffff;
      border-radius: 0 0 0 0;
      font-family: "Poppins", sans-serif !important;
      margin-bottom: 0px !important;
  }
  
  /* .learn-more:hover{
    color: #ffffff !important;
  } */
  
  .get-started-btn:hover {
      color: #ffffff !important;
  }
  
  @media (max-width: 767px) {

    .banner-content {
      
      padding:20px!important;
  }

  }
  
  /* ------------------------feature-section-css----------- */
  .bridging-section-title{
      color: #273272 !important;
      margin-bottom: 30px;
      margin-top: 40px;
      text-align: center!important;
  }
  
  .feature-list {
      /* margin-top: 30px;
      margin-bottom: 40px; */
      border-bottom: none !important ;
      /* margin-top: 60px; */
  }
  
  ul .feature-list {
      list-style: none;
  }
  ul .feature-list li{
   padding-bottom:16px;
}
  ul.feature-list li h4{

    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif !important;
    color: #273272;
    margin-top: 20px;
    /* margin-bottom: 20px; */
    line-height: 2ex;
  }

  ul.feature-list li p{

   padding-left:38px;
   font-size: 18px;
  }



  
  ul.feature-list li:before {
      content: url(https://www.billingparadise.com/ai/denial-management-ai/assets/tick.png);
      float: left;
      font-size: 1.2em;
      margin-right: 15px;
  }


  @media (max-width:768px){

    ul.feature-list li p{

      padding-left:38px;
      font-size: 16px;
     }

     ul.feature-list li h4{

      font-size: 18px;
     
      margin-top: 20px;
      /* margin-bottom: 20px; */
      line-height: 2ex;
    }
    
  }
  
   .youtube-video {
        margin-top: 30px;
        padding-right:20px;
  } 
  @media (max-width: 768px){
    .youtube-video{
      margin-top:0px !important;
    }
    .youtube-video iframe{
      width: 100% !important;
      height: 230px !important;
    }
    .bridging-section-title{
      font-size: 30px !important;
    }
    .feature-list{
      margin-top: 0px ;
    }
  }
  
  /* ------------------------------automation-section-css */
  .specialist-head{
    margin-top: 50px;
    margin-bottom: 50px !important;
  
    
  }
  .specialist-head p{

    font-size:18px;
    color:#555;

  }
  .specialist-head h2{

  
    color:#273272;

  }

  @media (max-width: 768px){

    .specialist-head p{

      font-size:16px;
      
  
    }
  }
  .ai-left-content{
    text-align: end !important;
  }

  .specialists-section{
   /* margin-top: 50px;*/
    /* background: #273272;  */
    background-size: cover;
    background-image: url(/blue-dots-bg.png);
    padding-bottom:50px;
  }

  .ai-image{
    margin-top: 30px;
    width: 75%;
    text-align: center !important;
    margin-bottom: 60px;
  }

.automation-card{
  /* background: linear-gradient(165deg, rgba(39,50,114,1) 0%, rgba(39,50,114,1) 68%, rgba(39,50,114,0.8968837535014006) 100%);  */
  background: linear-gradient(165deg, rgba(61,83,215,1) 0%, rgba(39,50,114,1) 68%, rgba(61,83,215,1) 100%);
  border-radius:100px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-right:30px!important;
  /* margin-left:30px!important; */
  margin-bottom:50px!important;
  display:flex;
  align-items:center;
   height:165px; 


}

.automation-inner-card{
  background: white; border-radius:100px;margin-bottom:10px;
  /* padding-left:30px!important; */
  height:155px; display:flex; 
  align-items:center; 
}
  
  .specialists-section h2 {
      text-align: left;
      margin-bottom: 40px;
      /* color: #ffffff !important; */
      font-size: 28px;
      font-weight: 700;
  }
  
  .specialists-section h4 {
    /* color: #ffffff; */
    font-size: 18px;
  }
  
  .specialists-section p {
    font-family: "Poppins", sans-serif !important;
      margin-bottom: 30px;
      /* text-align: left; */
      /* color: #ffffff; */
  }
  
  .specialists-section .get-started-btn{
    background-color: #fff;
    color: #273272;
    font-weight: 500;
    margin-bottom: 40px;
  }
  
  .specialists-section .feature-list li{
    color: #ffffff;
  }
  
  .denial-management-ai-screen h2 {
    text-align: center;
      margin-bottom: 40px;
      color: #273272;
      font-size: 28px;
      font-weight: 700;
  }
  .flip-screen h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #273272;
    font-size: 28px;
    font-weight: 700;
  }


  @media (max-width: 768px){
    .specialists-section{
        text-align: center;
    }

    .specialists-section h4 {
            text-align: left;
    }
    .automation-card{
 
        margin-left:5px!important;
        margin-right:5px!important;
        height:190px;
        border-radius:20px;
    }

    .automation-inner-card{

      border-radius:20px;
      height:180px; 
      display:flex; 
      align-items:center; 
      /* padding-left:30px; */
      
    }
    .blank-end:after{

      content: "\00a0";
    }

    .automation-arrow{

     margin-right:10px;
     padding-left:0px!important;

    }

    .automation-col{

      padding-left:0px!important;
     
    }
  }
 
  /*------------------- automation services section */
  .automation-col{

    padding-left:30px;
    padding-right:0px!important;
  }
  .automation-services-title{
       font-family: "Poppins", sans-serif !important;
      font-size: 36px;
      font-weight: 700;
      color: #273272;
  }
  
  .automation-services-title h4{
    font-size: 18px;
    font-weight: 700;
  }
  
  .automation-services-inner{
    margin-top: 50px;
  }
  
  /* automation-services-inner img{
    width: 55% !important;
  } */
  
  
  
  .automation-services-sub-title{
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif !important;
    color: #273272;
    margin-top: 20px;
    /* margin-bottom: 20px; */
  }
  
  .automation-services-arrow-image{
    margin-top: 50px;
    display: block;
  }
  
  @media (max-width: 768px){
    .automation-services-arrow-image{
     display: none;
  }
    .automation-services-arrow-image{
      text-align: center;
      
    }

    .automation-services-title{

           font-size : 30px!important;
    }

    .automation-services-sub-title{

      font-size : 18px!important;
    }

    .automation-col p{

      font-size : 16px!important;
    }
  }
  
  /* h4.automation-services-sub-title p::after {
    content: url("/rcm-analytics-ai/Assets/vector-arrow.png");
    font-size: 1.2em;
    width: 50px;
    height: 50px;
  } */
  
  /* ---------------------------tab-section */
  
  .tabsections {
  /* background: linear-gradient(180deg, #273272 0%, #4A5FD8 100%); */
  padding: 40px 0;
}
  .tabsections{
    margin-top: 20px;
    text-align: start !important;
  }
  @media (max-width:768px){
      .tabsections #specialty {
      padding: 0px !important;
      margin-top: 0px !important;
    }
  }

  #specialty h2{
    text-align: left;
  }
  
  /* -------------------------rcm-specialities */
  .end-to-end-inner-one .end-to-end-inner-two{
    margin-top: 65px;
    margin-bottom: 50px;
  }

  .end-to-end-inner-one{
    text-align: end !important;
  }

  .end-to-end-inner-two{
    margin-bottom: 60px;
  }
  
  .rcm-specialist-heading{
    font-size: 18px;
    line-height: 40px;
    font-family: "Poppins", sans-serif !important;
    
  }
  .rcm-specialist-content{
    font-size: 16px;
    font-weight: 300 !important;
    font-family: "Poppins", sans-serif !important;
  }
  
  @media (max-width: 768px){
    .end-to-end-inner-one{
        margin-bottom: 0px;
        text-align: center !important;
    }
    
  }
  
  /* -------------------- */
  
  #speciality{
      background: linear-gradient(180deg, #273272 0%, #4A5FD8 100%);
  }
  
  #specialty h2 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 64px;
  color: #273272;
  margin-top: 40px;
  }
  #specialty p {
  color: #273272 !important;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 1.8;
  }
  
  body #specialty select {
  width: 100%;
  height: 50px;
  -webkit-border-radius: unset; 
  border-radius:unset;
  font-size: 18px;
  background-color: unset; 
  -webkit-box-shadow: unset; 
  box-shadow: unset;
  line-height: unset; 
  padding: unset;
  border: 1px solid #273272;
  margin-top: 30px;
  color: #273272 !important;
  font-family: "Poppins", sans-serif;
  }
  @media (max-width: 768px) {
    #specialty p {

      font-size: 16px;
    }
    .table-section p{
      font-size: 16px!important;
    }

    .offer-section p {
      font-size: 16px!important;
    }

    .head-subtitle {

      font-size: 16px!important;
      
    }
  }
  
  .head-subtitle {

    color: #555 !important;
    font-family: "Poppins", sans-serif;
    font-size: 18px!important;
    text-align: center!important;
    padding-bottom:30px;
  }
  .table-section p{

    color: #555 !important;
    font-family: "Poppins", sans-serif;
    font-size: 18px!important;
    text-align: center;
    padding-bottom:30px;
  }


  .offer-section p{

    color: #555 !important;
    font-family: "Poppins", sans-serif;
    font-size: 18px!important;
    text-align: center;
    padding-bottom:30px;
  }
  /* ---------------------------kyar-section-css */
  /* .kyar-banner-mobile {
      display: none;
  }
  
  .kyar-banner {
      margin-top: 20px;
      width: 100%;
      background-image: url('https://www.billingparadise.com/images/kyar-banner-desktop.webp');
      /* Replace with your image path */
      /* background-size: cover;
      background-position: center;
      height: 400px;
      position: relative;
      color: white;
      text-align: left;
      display: flex;
      align-items: center;
      justify-content: center;
      display: block;
      margin-bottom: 60px;
  } */
   */
  /* .overlay-text {
      position: absolute;
      top: 50%;
      left: 40%;
      transform: translate(-50%, -50%);
      text-align: left;
  }
  
  .overlay-text h1 {
      font-size: 50px;
      font-weight: bold;
      margin-bottom: 1rem;
  }
  
  .overlay-text p {
      font-size: 1.1rem;
      margin-bottom: 1.5rem;
  }
   */
  
  /* .kyar-heading {
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      color: #fff !important;
      font-size: 40px !important;
      text-align: start;
      line-height: 1.2;
  }
  
  .kyar-content {
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      color: #fff !important;
      font-size: 30px;
  }
  
  .kyar-outline-primary {
      margin-right: 10px;
      border-color: #ff7f00;
      color: #fff;
      background-color: #ff7f00;
      font-family: "Poppins", sans-serif;
      margin: 30px 0;
  } */
  
  /* @media (max-width: 768px) {
  
      .kyar-banner {
          display: none;
      }
  
      .kyar-mobile-content {
          position: relative;
          top: 23%;
          left: 17px;
      }
  
      .kyar-mobile-content .kyar-heading {
          font-size: 30px !important;
          margin-bottom: 50px;
          line-height: 1.3;
          text-align: start !important;
      }
  
      .kyar-mobile-content .kyar-content {
          font-size: 16px;
      }
  
      .kyar-mobile-content .kyar-outline-primary {
          margin-top: 0px !important;
          color: #ffffff !important;
      }
  
      .kyar-banner-mobile {
          display: block !important;
          height: 100vh;
          width: 100%;
          background-image: url('https://www.billingparadise.com/image-01/kyar-banner-mobile.webp');
          /* Replace with your image path */
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
  
      }
  
      .overlay-text-mobile h2 {
          font-size: 30px !important;
          margin-top: 0;
          margin-bottom: 10px;
          text-align: left;
          position: relative;
          top: 112px;
      }
  
      .kyar-outline-primary-mobile {
  
          border-color: #ff7f00;
          color: #fff;
          background-color: #ff7f00;
          font-family: "Poppins", sans-serif;
          margin: 135px 170px;
      }
  
      .kyar-content-mobile {
          font-size: 12px !important;
          color: #fff;
          padding: 38px 0;
      }
  }
  
   */
  
    /* ----------------------solution */
   ul.list-unstyled li:before {
      content: url("https://www.billingparadise.com/community-hospital/Assets/circle-solid.svg");
      float: left;
      font-size: 1.2em;
      margin-right: 15px;
          margin-top: -4px;
  }
  
    .tabs-section {
      padding: 30px;
      border-radius: 8px;
      background-color: #E9EAF1;
      margin-bottom: 50px;
    }
    .tabs-header {
      font-size: 18px;
      font-weight: 700;
      color: #273272;
     text-align: center!important;
     text-align: center;
     
    }
  
    .tabs-header h2 {
      margin-bottom: 30px;
    }
  
    .tabs-header p {
      font-size: 18px;
      font-weight: 400;
      color: #555;
       /* max-width: 900px;  */
       margin-left: 200px;
       margin-right: 200px;
       overflow-wrap: break-word;
     /* margin-left: 130px; */
     margin-top: 20px;
     margin-bottom: 50px;
    }
  
  .nav-tabs {
      margin-bottom: 30px !important;
      display: flex;
      justify-content: center;
      padding: 3px;
      border-radius: 10px;
     /* max-width: 889px;*/
      margin: 0 auto;
      border: 1px solid #E9ECF6;
      
  }
  
  .tab-content{
   /* max-width: 889px;*/
    margin: 0 auto;
    padding-right: 120px;
    padding-left:120px;
   
  }
  
  .vert-center{

    display:flex;
    align-items: center;
  }
  
  .nav-tabs li a{
     background-color: #ffffff !important;
  }

  .nav-tabs li {
    /* width:20%; */
    margin-right:10px;
    
    border-radius : 10px 10px 0px 0px;
 }
  
    .tabs-header .nav-tabs > li{
      padding: 0 auto !important;
     
    }
  
  
    .nav-tabs > li > a {
      font-family: "Poppins", sans-serif !important;
      color: #273272;
      font-weight: 500;
      font-size: 14px;
      text-align: center;
      display: flex;
      justify-content: space-between;
      width:100%;
    }
    .nav-tabs > li.active > a {
   
      background-color: #273272 !important;
      color: white !important;
    }

    .nav-tabs > li.active > a img{
   
      background-color: white !important;
      border-radius:50px;
      padding:2px;
    }
  
    .nav-tabs > li > a:hover {
      background-color: #E3E7FF !important;
      color: #273272 !important;
  
    }
  
    .nav-tabs{
      border:none !important;
    }
    .tab-content {
      margin-top: 20px;
    }
  
  
    .solution-inner-title {
      font-family: "Poppins", sans-serif !important;
      font-size: 36px;
      font-weight: 700;
      color: #273272;
      margin-bottom: 1rem;
      /* margin-top: 75px; */
    }
    .solution-inner-subtitle {

      font-family: "Poppins", sans-serif !important;
      font-size: 24px;
      font-weight: 700;
      color: #273272;
      /* margin-bottom: 0.5rem; */
      margin-top: 25px;

    }
    
    /* .solution-inner-subtitle {
      font-size: 16px;
      font-weight: 400;
      color: #000000;
      margin-bottom: 1.5rem;
      max-width: 620px;
      margin-bottom: 20px;
    } */

  


    .list-item {
      margin-bottom: 1rem;
      align-items: center;
      font-size: 16px;
       font-family: "Poppins", sans-serif !important;
    }
    
    .list-item i {
      color: orange;
      margin-right: 0.5rem;
    }
  
    .list-unstyled{
      font-family: "Poppins", sans-serif !important;
      padding-left: 0;
      list-style: none;
      margin: 40px 0;
    }
    .highlight-box {
     
      min-height: 200px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .solution-content-strong{
      font-weight: bold;
    }
  
    .coding-service-image{
      margin-top: 30px;
    }
  
  
       /* Responsive Design */
       @media (max-width: 768px) {
          .solution-inner-title {
            font-size: 20px;
            margin-top: 0px;
          }

          .solution-inner-subtitle {

          
            font-size: 18px;
            font-weight: 700;
            color: #273272;
           
            margin-top: 25px;
      
          }
  
          .tab-image{
            text-align: center;
          }
          .tabs-header{
            margin-bottom: 35px !important;
          }
          .tabs-header h2 {
            font-size: 30px !important;
            text-align: center;
            padding-top: 0px !important;
            margin-top: 0px !important;
            
          }
          .tabs-header p {
            font-size: 16px !important;
            text-align: center;
            margin: 0 auto;
            max-width: 500px !important;
          }
          .highlight-box {
            margin-top: 20px;
          }
        
          .nav-tabs{  
            display: flex !important;
            flex-direction: column !important;
          }
          .nav-tabs li {
            width:100%;
            margin-right:10px;
            
            border-radius : 10px 10px 0px 0px;
         }
         .nav-tabs li a{
          text-align:left;
       }

       .tab-content{

         padding-right:0px;
         padding-left:0px;
         
       }
       .vert-center{
          display:block;
       }
        }
    
        @media (max-width: 480px) {
          .tabs-header h2 {
            font-size: 1.3rem;
          }
          .tabs-header p {
            font-size: 0.85rem;
          }
          .nav-tabs{
            display: block;
          }
        }
      
  
  
        /* --------------------service-section-css */
  
        .service-section h2{
          color: #273272;
          line-height: 1.3;
          margin-bottom: 40px;
          font-size: 36px !important;
          margin-top: 40px !important;
        }
  
        .first-service-row{
          margin-bottom: 80px !important;
        }
  
        .service-content{
          color: #273272;
          margin-top: 30px;
          font-family: "Poppins", sans-serif !important;
          font-weight: 600;
        }
  
        @media (max-width: 768px){
          .first-service-row{
            margin-bottom: 0px !important;
          }
          /* img .service-content{
            margin-bottom: 100px !important;
          } */
        }
  
  
        /* ----------------------------jim-wood-section */
  
        .lead-section {
          background-image: url('./Assets/jim-woods-background-image.png'); /* Your blue background image */
          background-size: cover;
          background-position: center;
          color: #fff;
          padding: 20px 0;
          margin-top: 80px;
          margin-bottom: 60px;
      }
      
      /* Image Styling */
      .jim-profile-picture {
        width: 180px;
        height: 200px;
        object-fit: cover;
      }
  
      .jim-position{
        margin: 0 !important;
        margin-bottom: 30px !important;
      }
      
      /* Text Styles */
      .lead-section h2 {
          font-weight: bold;
          margin-bottom: 50px;
          color: #ffffff;
          text-align: center;
          font-family: "Poppins", sans-serif !important;
      }
      
      .lead-section p {
          font-size: 16px;
          font-weight: 300;
          line-height: 2;
          color: #ffffff;
          max-width: 730px;
          margin-bottom: 30px;
          margin-top: 25px;
          font-family: "Poppins", sans-serif !important;
      }
      
      @media (max-width: 768px) {
          .lead-section {
              text-align: center;
          }
      
          .lead-section h2, .lead-section p {
              text-align: center;
              color: #ffffff !important;
          }
      
          .img-fluid {
              margin-bottom: 15px;
          }
      }
  
  
      /* ----------------------why-choose-section */
    
      .why-choose-section{
        margin-bottom: 60px;
      }
  
    .why-choose-section h2 {
        font-size: 18px;
        color: #273272 !important;
        margin-bottom: 30px;
    }
    
    .feature-box {
        background-color: #fff;
        border-radius: 8px;
        padding: 20px;
    }
    
    
    .feature-content h5 {
    
        color: #273272 !important;
        font-size: 18px;
        font-weight: 550;
        font-family: "Poppins", sans-serif !important;
    }
    
    .feature-content p {
      margin-top: 20px;
        color: #424242;
        font-size: 16px;
        line-height: 1.5;
        font-family: "Poppins", sans-serif !important;
    }
    
    .feature-box img {
        width: 80px;
        height: 100px;
    }
    
    @media (max-width: 768px) {
        .why-choose-section h2 {
            font-size: 30px !important;
            line-height: 1.3 !important;
        }
        
        .feature-content h5 {
            font-size: 18px;
        }
        .feature-box{
          padding-top: 0px !important;
        }
    }
  
    /* ---------------------operation-section-css */
  
  
   /* Background and section padding */
  
  .facility-operations-section {
    background-color: #E9EAF1; /* Exact light gray-blue background */
    padding-top: 40px;
    padding-bottom: 60px;
  }
  
  .facility-operations-section h2{
    font-size: 36px !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.2;
    color: #273272;
    text-align: center;
  
        max-width: 900px;
      margin: 25px auto;
  }
  
  
  .subheading {
    color: #424242; /* Muted text color */
    font-size: 16px;
    margin-bottom: 40px;
    max-width: 900px;
    margin: 0 auto;
    font-family: "Poppins", sans-serif !important;
  }
  
  /* Boxes */
  .operation-box {
    margin-top: 100px;
    width: 270px;
    height: 400px;
    background-color: #ffffff;  
    border-radius: 30px 0px;
    box-shadow: 8px 80px px 0px #08324F1A;
    font-family: "Poppins", sans-serif !important;
    padding: 20px; /* Increased padding for balance */
    /* transition: transform 0.2s ease; */
    border: 1px solid #e5e5e5; /* Subtle border to highlight boxes */
  }
  
  
  .operation-box-two{
    transform: translateY(-50px) !important;
  }
  
  /* .operation-box:hover {
    transform: translateY(-5px); /* Hover effect for the box */
  /* } */ 
  
  
  .operation-box img {
    width: 55px;
    height: 70px;
  }
  
  .operation-cards{
    display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: space-between;
  }
  
  
  .operation-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #273272; /* Darker blue */
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif !important;
  }
  
  .operation-text {
    font-size: 16px;
    line-height: 1.8;
    color: #424242;
    font-family: "Poppins", sans-serif !important;
  }
  
  /* Custom shadow for precise output */
  .shadow-custom {
    box-shadow: 8px 80px px 0px #08324F1A;
  }
  
  /* Responsive font adjustments */
  @media (max-width: 768px) {
    .facility-operations-section h2 {
        font-size: 33px !important;
    }
    
    .operation-title {
        font-size: 22px;
    }
    
    .operation-text {
        font-size: 14px;
    }
    .operation-box{
      width: 100% !important;
    }
  
    .operation-box-one{
      margin-top: 50px !important;
      width: 100% !important;
    }
    .operation-box-three{
      margin-top: 0px !important;
    }
  }
  
  
  
  /* ------------------------------ehr-section-css */
  
  .orgbg {
    margin: 60px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    /* background-color: #FFF7F4; */
  }
  
  .ehr-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px !important;
    font-weight: 700;
    font-family: "Poppins", sans-serif !important;
    color: #273272;
  }
  
  .services-subheading {
    text-align: center;
    font-weight: 200;
    font-family: "Poppins", sans-serif !important;
    color: #424242 !important;
    font-size: 18px !important;
    margin-top: 0px !important;
  }
  
  .martoprow {
    margin-top: 20px;
  }
  
  .slider-container {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .slider{

    animation: slide 50s linear infinite;
  }
  .logo-slider {
    display: flex;
    animation: slide 20s linear infinite !important;
  }
  
  .logo-slide {
    flex: 0 0 auto;
    margin-right: 20px;
    display: flex;
    align-items: center;
  }
  
  .logo-slide {
    flex: 0 0 auto;
    margin-right: 20px;
    display: flex;
    align-items: center;
    border: 1px solid #999;
    padding: 5px;
  }
  
  .icon-text img {
    margin-bottom: 0px !important;
  }
  
  @media (max-width:768px){
    .ehr-title{
      font-size: 30px !important;
    }
  }
  
  @keyframes slide {
    0% {
        transform: translateX(0);
    }
  
    100% {
        transform: translateX(calc(-100% - 20px));
    }
  }
  
/* ---------------------------------case-study-section-css */
.case-study {
  justify-content: center !important;
  margin-top: 60px;
  margin-bottom: 60px;
  /* background-color: #273272; */
}

.case-study-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.text-orange {
  color:  #273272 !important;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  margin-bottom: 20px;
   font-weight: 600 !important;
 
}

.case-study-title {
  margin-top: 50px !important;
color: #273272 !important;
  margin-bottom: 40px;
       font-weight: 600 !important;
  font-size: 48px !important
}


.card-img-top {
  height: 180px;
  object-fit: cover;
  border-radius: 5px;
}

.card-body {
  line-height: 30px;
  position: relative;
  width: 320px;
  margin-bottom: 50px;
}

.card-body .case-study-card-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  color:  #273272 !important;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 600 !important;
}

.card-text {
  font-size: 13px;
  color: #6c757d;
  font-family: "Poppins", sans-serif;
  line-height: 15px;
  margin-bottom: 30px;
  width: 330px;
}

.case-study .btn-outline-primary {
  margin-right: 10px;
  /* border-color: ; */
  /* color: #ff7f00; */
  font-family: "Poppins", sans-serif;
  border: 1px solid #273272;
  color: #273272 !important;
  padding-left: 12px;
}


@media (max-width: 1920px) {
  .case-study-inner .card {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .banner-title {
    background-color: unset !important;
  }

  .appointment-details {
    padding: 25px 0 25px 0;
  }

  .card .card-body {
    padding: 15px 0px !important;
  }

  .card-body .case-study-card-title {
    font-size: 18px;
  }

  .banner-description {
    background-color: unset !important;
    color: #fff !important;
    background-size: 100% 100%;
    margin-top: 0px !important;
  }

  #homepage-banner {
    display: none;
  }

  .mobile-home {
    background-image: url(https://www.billingparadise.com/image-01/mobileh.webp) !important;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh !important;
  }

  .mobile-home .row {
    padding-bottom: 59%;
  }

  .case-study {
    width: 100%;
    margin-right: 10px;
  }

  .card-body {
    padding: 15px;
  }

  .case-study-card-title {
    font-size: 1rem;
  }

  .card-text {
    font-size: 0.85rem;
  }

  .news-left {
    margin-bottom: 30px;
  }

  .btn-outline-primary {
    margin-right: 5px;
    font-size: 0.9rem;
    padding: 6px 12px;
  }

  .case-study-inner {
    display: block;
  }

  .card-img-top {
    border-radius: 10px !important;
  }
}

  /* -------------------credentail-section */
  
  
  
  
  .aapcimg {
    width: 200px;
    padding-top: 33px;
  }
  
  .namssimg {
    width: 200px;
    padding-top: 50px;
  }
  
  .hipaaimg {
    width: 200px;
    padding-top: 20px;
  }
  
  .hbmaimg {
    width: 200px;
    padding-top: 20px;
  }
  
  .ssaeimg {
    width: 160px;
    margin-left: 237px;
    margin-top: 30px;
  }
  
  .hl7img {
    width: 200px;
    margin-left: 191px;
    margin-top: 27px;
  }
  
  .aicpaimg {
    width: 200px;
    margin-left: 135px;
    margin-top: 10px;
  }
  
  .icon-text {
    padding-bottom: 70px !important;
  }
  
  #content-area {
    margin-top: 30px;
    padding-bottom: 100px !important;
  }
  
  .oldar {
    padding-top: 30px;
  }
  
  .credentialing {
    padding-top: 30px;
  }
  
  .styled-tabs {
    padding-left: 160px !important;
  }
  
  .rcm-automation {
    margin-top: 60px;
  }
  
  .points1 {
    color: #fff !important;
    padding-top: 10px;
    padding-left: 30px;
  }
  
  @media only screen and (max-width: 768px) {
    .centerhead {
        padding-left: 0px;
        padding-right: 0px;
    }
  
    .footerpara {
        padding-left: 0px;
        padding-right: 0px;
    }
  
    .centerbutton {
        margin-left: 90px;
    }
  
    /* .icon-text{
  margin-left: 20px !important  ;
  } */
    .icon-text__item {
        margin-left: 0px;
        height: 385px;
        width: 366px !important;
    }
  
    .formborder {
        margin-left: 20px;
        margin-right: 20px;
        background-attachment: scroll;
    }
  
    .why {
        text-align: center;
        color: #FE7D00;
        margin-top: 50px;
    }
  
    .rcm {
        width: 300px;
    }
  
    .lbe {
        width: 370px !important;
        margin-left: 27px;
        height: 623px;
    }
  
    .james {
        margin-left: 100px;
    }
  
    .jimhead {
        margin-left: 10px;
        font-size: 22px;
    }
  
    .deep {
        color: #d1d1d1;
    }
  
    .wcbf {
        margin-left: 15px;
    }
  
    .aapcimg {
        margin-left: 80px;
        margin-bottom: 40px;
    }
  
    .namssimg {
        margin-left: 80px;
        margin-bottom: 40px;
    }
  
    .hipaaimg {
        margin-left: 80px;
        margin-bottom: 40px;
    }
  
    .hbmaimg {
        margin-left: 80px;
        margin-bottom: 40px;
    }
  
    .ssaeimg {
        margin-left: 110px;
    }
  
    .hl7img {
        margin-left: 90px;
    }
  
    .aicpaimg {
        margin-left: 80px;
        margin-bottom: 40px;
    }
  
    .Veteran {
        margin-bottom: 60px;
    }
  
    .oldar {
        width: 300px;
    }
  
    .rcm-automation {
        width: 330px;
    }
  
    .credentialing {
        width: 310px;
    }
  
    .line1 {
        margin-top: 60px;
    }
  
    .section-heading-h2 {
        font-size: 25px;
    }
  
    .styled-tabs {
        padding-left: 1px !important;
    }
  }
  
  /* ---------------------form-section-css */
/* ---------------------form-section-css */
#form-section {
  padding-top: 50px !important;
}

.speak-title {
  text-align: start;
  font-size: 31px !important;
  color: #273272;
  line-height: 1.3;
  font-weight:600;
  margin-top: 60px;
}

.speak-content {
   /* margin-top: 25px;
  max-width: 485px; 
  font-size: 16px!important;
  color:#000000;
  line-height: 1.4; */
  margin-top: 20px;
    color: #424242;
    max-width: 485px;
    margin-bottom:20px;
    
}

.question {
  color: #273272;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-size: 16px;
}

.phone-number {
  color: #424242;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

h2 .form-submit-title {
  color: #273272;
  font-size: 18px;
  margin-bottom: 25px;
      font-weight: 600 !important;
}



@media (max-width: 768px) {
  h2 {
    font-size: 36px;
    text-align: center !important;
  }

  .phone-number {
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center;
  }

   .speak-title {
        margin-top: 65px !important;
    }

  .speak-content {
    font-size: 18px;
    text-align: center;
  }

  .question {
    margin-top: 15px;
    font-size: 24px;
    text-align: center;
  }
}
  
  /* --------------------------------------comparison-section------------------ */
  .sad-image {
    width: 100%;
    margin-top: 50px;
  }
  
  .the-gap-btn {
    border: 1px solid #676375;
    background-color: #676375;
    border-radius: 5%;
    margin-top: 40px;
    margin-bottom: 10px !important;
    color: #ffffff;
    font-family: 'Poppins';
    text-decoration: none;
  }
  
  .the-gap-btn:hover {
    color: #ffffff !important;
  }
  
  .the-gap-btn-two {
    color: #ffffff;
    background-color: #EB5E2D;
    border: 1px solid #EB5E2D;
    margin-top: 40px;
    margin-bottom: 10px !important;
    font-family: 'Poppins';
  }
  
  .the-gap-btn-two:hover {
   color: #ffffff !important;
  }
  
  
  .comparison-title {
      font-size: 20px;
      color: #221e31;
      line-height: 30px;
      font-family: 'Poppins';
      font-weight: 600;
      margin-bottom: 30px;
  }
  
  
  .comparison-content {
      font-size: 16px;
      color: #333;
      line-height: 24px;
      margin-bottom: 40px;
  }
  
  .comparison {
      margin-bottom: 50px;
      display: flex;
  }
  
  .comparison-subheading {
      font-size: 16px;
      line-height: 24px;
  }
  
  .vs-txt-outer[line] {
      width: 1px;
      background: #d9d5e8;
      position: relative;
      height: 1390px;
      /* text-align: webkit-center; */
      margin: 0 auto;
      margin-top: 40px;
  }
  
  .vs-txt[line] {
      position: absolute;
      top: 11%;
      width: 56px;
      height: 56px;
      border: 1px solid #d9d5e8;
      color: #000;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      left: -27px;
  
  }
  
  .vs-compare-text {
      font-family: "poppins";
      font-style: normal;
      font-weight: 500;
      margin: 0;
      font-size: 20px;
      line-height: 30px;
      color: #221e31;
  }
  
  .vs-comparison-content {
      display: block;
  }
  
  @media (max-width:768px) {
      .vs-comparison-content {
          display: none;
          padding: 0;
          margin: 0;
      }
  
      .comparison-title {
          font-size: 25px;
      }
  
      .comparison-subheading {
          font-size: 20px;
          line-height: 30px;
      }
  
      .comparison-content {
          font-size: 16px;
          color: #333;
          line-height: 30px;
          margin-bottom: 40px;
          font-weight: 400;
      }
  
  }
  
  .video-part-denial {
    background-color: #F8F9FB;
    padding-bottom:50px;
  }

 
  
  .integration-section {
    text-align: center;
    
  }
  
  .integration-section .logo-title {
    color: #1A237E;
    margin-bottom: 50px;
  }
  
  .integration-section .logo-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
  }
  
  .integration-section .logo {
    max-width: 200px;
    height: auto;
    transition: transform 0.3s ease;
  }
  
  .integration-section .logo:hover {
    transform: scale(1.1);
  }
  .denial-management-ai-screen {
    padding: 60px 0;
  }
  .flip-screen {
    padding: 60px 0;
    background: #ffffff;
  }
  .flip-screen .card-container {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  
  .flip-screen .card {
    perspective: 1000px;
    width: 375px;
  }
  .card-front h3 {
    color:  #B71C1C;
    font-weight: 600;
    font-size: 24px;
    font-family: "Poppins", sans-serif !important;
    line-height: 34px;
  }
  
  .flip-screen .card-inner {
    position: relative;
    width: 100%;
    height: 230px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    font-family: "Poppins", sans-serif !important;
  }
  
  .flip-screen .card:hover .card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-screen .card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    padding: 20px;
    border-radius: 8px;
    background-color: #ffe6e6;
    font-family: "Poppins", sans-serif !important;
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.2); */
  }
  
  .flip-screen .card-front {
    background: #F8E8E8;
  font-family: "Poppins", sans-serif !important;
  }
  
  .flip-screen .card-back {
    color: #fff;
    background: #EBF0EB;
    transform: rotateY(180deg);
    font-family: "Poppins", sans-serif !important;
  }
  
  .flip-screen .icon {
    font-size: 24px;
  }
  .visualize {
    background-image: url(https://www.billingparadise.com/ai/denial-management-ai/assets/clearlybg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 60px 0px;
  }
  .under-denial {
    background-image: url(https://www.billingparadise.com/ai/denial-management-ai/assets/underbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px;
    background-position: center;
  }
  .visualize h2 {
    text-align: left;
    margin-top: 60px;
  }
  .under-denial h2 {
    text-align: left;
    margin-top: 60px;
  }
  
  .ground-desk h2 {
    margin-bottom: 50px;
  }
  .ground-desk  .testimonials-container {
    display: flex;
    justify-content: space-around;
    gap: 0px;
    margin-top: 20px;
  }
  
  .ground-desk  .testimonial-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 327px;
  }
  
  .ground-desk .profile-pic {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  
  .ground-desk .testimonial-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    font-family: "Poppins", sans-serif !important;
  }
  
  .ground-desk .position {
    font-size: 0.9em;
    color: #777;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif !important;
  }
  
  .ground-desk .testimonial-text {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.5;
    font-family: "Poppins", sans-serif !important;
  }
  
  .ground-desk .stars {
    color: #ff9800;
    font-size: 1.2em;
  }
      body .container {
        width: 1280px;
    }
    .lap-subtitle {
      text-align:center;
      width:60%;
      margin-right:auto;
      margin-left:auto;
    }
    .banner-content {
      margin-top:30px;
    }
  /* Responsive Styles */
  @media (max-width: 767px) {
      .lap-subtitle {
       width:100%;

      }
    body .container {
        width: 100%;
    }
    .banner-content {
      margin-top:30px;
    }

    .mobile_head .nav-list {
      background-color:transparent!important;

    }
    .behavioral-page-banner{
      height: 100%;
      margin-top:0px !important;
    }
     .mobile_head {
    margin-top: 105px !important;
     }
       
    /* .mobile_head .navigation .nav-container {
      margin-top:-10px !important;
    } */
    /* .mobile_head .navigation .nav-container {
     
        margin-top: -36px;
    } */
    .banner-content h1{
      font-size:28px !important;
      line-height: 38px;
    }
    .integration-section .integration-section h2 {
      font-size: 20px;
    }
    .integration-section .logo-container {
      flex-direction: column;
    }
  
    .integration-section .logo {
      max-width: 130px;
    }
    .flip-screen .card-container {
      flex-direction: column;
      align-items: center;
    }
    .flip-screen .card {
      width: 90%; /* Adjusts card width to fit smaller screens */
    }
    .flip-screen .card {
      width: 100%;
    }
    .ground-desk .testimonial-card {
      max-width: 90%;
      margin-bottom: 20px;
  }
  .ground-desk .testimonials-container{
    display: unset;
  }
  .ground-desk .profile-pic {
      width: 50px;
      height: 50px;
  }
  .nav-tabs>li>a { 
    margin-bottom: 10px;
  }
  }
  
  .under-staffed-image{
    margin-top: 46px;
  }



  /*Service box*/

  .border-box {
    padding: 15px;
      border-radius: 5px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 10px 10px 10px 10px;
  }
  .headfouricon {
   color: #273272;
  }
  .img-margin {
    margin-bottom: 15px;
    margin-top: 15px;
    width: 64px;
    height: 64px;
    
}
  .eae-flip-box-front {
    background-color: #F0F0F0;
     opacity: 1;
   }
   .iconbox {
   /* width: 100%;*/
       height: 200px; 
       transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
       position: relative;
       -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
       -ms-transform-style: preserve-3d;
       transform-style: preserve-3d;
   }
   .eae-flip-box-back {
       opacity: 0;
       
   }
   .iconbox:focus .eae-flip-box-back, .iconbox:hover .eae-flip-box-back {
       z-index: 2;
       background-color: #273272;
       opacity: 1;
      
   }
   .eae-flip-box-back {
     /* width: 100%;
       height: 100%; */
       position: absolute;
       top: 0;
       left: 0;
       text-align: center;
       padding: 30px;
       -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
       -ms-backface-visibility: hidden;
       backface-visibility: hidden;
       -webkit-transition: all .6s ease 0s;
       -moz-transition: all .6s ease 0s;
       -ms-transition: all .6s ease 0s;
       -o-transition: all .6s ease 0s;
       transition: all .6s ease 0s;
       z-index: 2;
       color: #ffffff;

   }
   .eae-flip-box-back .iconboxpara {
      color: #ffffff;
      
      
   }

  /* .serviceBox{
      background: #fff;
      font-family: 'Poppins', sans-serif;
      text-align: center;
      padding: 40px 15px 25px;
      border-radius: 10px;
      position: relative;
  }
  .serviceBox:before,
  .serviceBox:after{
      content: "";
      background: linear-gradient(to bottom, #FD7D00, #f68e1d);
      width: 100%;
      height: 40px;
      border-radius: 10px 10px 0 0;
      position: absolute;
      top: 0;
      left: 0;
  }
  .serviceBox:after{
      background: #FD7D00;
      top: auto;
      bottom: 0;
      height: 10px;
      border-radius: 0 0 10px 10px;
  }
  .serviceBox .title{
      color: #fff;
      background: #FD7D00;
      font-size: 22px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      padding: 10px 12px 9px;
      margin: -10px 0 18px;
      display: inline-block;
      position: relative;
  }
  .serviceBox .title:before,
  .serviceBox .title:after{
      content: "";
      background: linear-gradient(to top left, #c14f1d 49%, transparent 50%);
      width: 10px;
      height: 10px;
      position: absolute;
      top: 0;
      left: -10px;
  }
  .serviceBox .title:after{
      transform: rotateY(180deg);
      left: auto;
      right: -10px;
  }
  .serviceBox .service-icon{
      color: #FD7D00;
      font-size: 50px;
      line-height: 50px;
      margin: auto;
      border-radius: 50px;
      background:#273272;
      max-width:50px;
    
  }
  .serviceBox .service-icon img{
  
    border-radius: 100px;
    width:50px;
    padding:2px;
    
}
  .serviceBox .description{
      /* color: #999; */
    /*  color:#273272;
       font-size: 18px; 
      line-height: 22px;
      margin: 20px 0 0 0;
  }
  .serviceBox.purple:before{ background: linear-gradient(#c64292, #d8569f); }
  .serviceBox.purple:after,
  .serviceBox.purple .title{
      background: #c64292;
  }
  .serviceBox.purple .title:before,
  .serviceBox.purple .title:after{
      background: linear-gradient(to top left, #962185 49%, transparent 50%);
  }
  .serviceBox.purple .service-icon{ color: #c64292; }
  .serviceBox.cgreen:before{ background: linear-gradient(#2da197, #4bb8ad); }
  .serviceBox.cgreen:after,
  .serviceBox.cgreen .title{
      background: #2da197;
  }
  .serviceBox.cgreen .title:before,
  .serviceBox.cgreen .title:after{
      background: linear-gradient(to top left, #1b817b 49%, transparent 50%);
  }
  .serviceBox.cgreen .service-icon{ color: #2da197; }
  .serviceBox.green:before{ background: linear-gradient(#82c145, #b1d23f); }
  .serviceBox.green:after,
  .serviceBox.green .title{
      background: #82c145;
  }
  .serviceBox.green .title:before,
  .serviceBox.green .title:after{
      background: linear-gradient(to top left, #41a133 49%, transparent 50%);
  }
  .serviceBox.green .service-icon{ color: #82c145; }
  @media only screen and (max-width: 990px){
      .serviceBox{ margin: 0 0 30px; }
  }
  */


  /*service box ends*/


table{

  border-collapse : collapse;
  border-spacing: 20px!important;
  padding:10px;
 
  
}

 th, td {
  border: 2px solid white;
  padding:20px!important;
  border-radius: 10px!important;
}
