/*============================================================*/
/*                    MEDICAL BILLING                         */
/*============================================================*/
.do-page-title h2{
    font-size: 15px;
    color: #c0c0c0;
    letter-spacing: 6px;
    margin-bottom: 0;
    font-family:sans-serif;
    font-weight:400;
}
.do-about-us-details h3{
    font-size: 15px;
    line-height:17px;
    color: #000;
    font-family:sans-serif;
    font-weight:700;
}
.ov{
    margin-top:50px;
}
h2.do-section-subheading{
    text-transform: capitalize !important;
}


/******************************* New Design Style *****************************/
.banner-text h1{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 50px;
}
.banner-text h3{
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner-text p{
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
.banner-text{
    margin-bottom:80px;
}
.text-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-img h1{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.text-img p{
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
.text-img img{
    width: 45%;
    padding:20px;
}

.services-with-img {
    padding: 50px 30px;
}

/*.container-swi{
    width:100% !important;
    background-color:#373737;
    align-items:center;
    justify-content:space-between;
}*/
.services-with-img h1{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 50px;
}
.SWI{
    width: 100%;
    display: flex;
    gap: 50px;
}
.roww{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 2px;
    max-width: 500px;
}
.roww img{
    width: 80px;
}
.roww .dataa h3{
    font-size: 15px;
    font-weight: 700;
}
.roww .dataa p{
    font-size: 14px;
    font-weight: 400;
}

.container-desktop{
    background-color: #fff;
    padding-top: 50px;
}

.SWI-2{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.row-2{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
    margin: 15px;
    max-width: 150px;
}
.row-2 img{
    width: 50px;
}
.row-2 .data-2 h3{
    font-size: 15px;
    font-weight: 700;
}

.contact-section{
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding: 50px;
    background-color: #343434;
    color:#fff;
    align-items: center;
}
.contact-section h2{
    font-size: 18px;
    font-weight: 700;
    width: 700px;
}
.right button{
    width: 200px;
    padding: 20px;
    font-size: 13px;
    font-weight: 500;
    background-color: #373737;
    color: #fff;
    border: none;
    outline: none;
    box-shadow: 2px 2px 4px #222222;
}

    .right button a{
    color: #fff;
}

.bgrt{
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bgrt h1{
    text-align: center;
    font-size: 38px;
    line-height: 49px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}
.bgrt p{
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}

section.do-parallax-page-internet-marketing-service {
    display:none;
}

/*============================================================*/
/*                    MEDICAL BILLING                         */
/*============================================================*/
/*============================================================*/
/*                INDUSTERIES PAGE DESIGN                     */
/*============================================================*/
.solution-cont h2{
    text-align: center;
    font-size:30px;
    line-height:33px;
}
.solutions h2 {
    color: red;
    font-size: 30px;
    line-height:33px
        font-weight:700;
    margin-bottom: 15px;
    text-align: center;
}
.solution-content p {
    font-size: 13px;
    line-height:22px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 25px;
}

.solution-content ul {
    list-style: none;
    padding: 0;
}
.solution-content li {
    font-size: 16px;
    background: #005A8B;
    color: #fff;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    transition: 0.3s;
    text-align:center;
}
.solution-content li:hover {
    background: #005A8B;
    transform: scale(1.05);
}

/*============================================================*/
/*                INDUSTERIES PAGE DESIGN                     */
/*============================================================*/
/*============================================================*/
/*                  SERVICES PAGE DESIGN                      */
/*============================================================*/

.services-section {
    text-align: center;
    background: #fff;
}
.services-content h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.services-content p {
    font-size: 14px;
    color: #666;
    max-width: 700px;
    margin: 0 auto 30px auto;
    padding-bottom:20px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: auto;
}

.service-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: 0.3s;
}

.service-card i {
    font-size: 30px;
    color: #005a8b;
    margin-bottom: 10px;
}

.service-card h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.service-card p {
    font-size: 14px;
    color: #666;
}

.service-card:hover {
    background: #005a8b;
    color: white;
    transform: scale(1.05);
}

.service-card:hover i,
.service-card:hover h3,
.service-card:hover p {
    color: white;
}

/*============================================================*/
/*                  SERVICES PAGE DESIGN                      */
/*============================================================*/
/*============================================================*/
/*                   CAREER PAGE DESIGN                       */
/*============================================================*/

.career-section {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.career-content h2{
	font-size:30px;
}
.career-content {
	text-align: center;
	max-width: 80vw;
	padding: 50px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
			
.highlight {
	font-weight: bold;
	color: #005a8b;
}

.apply-btn {
				display: inline-block;
				margin-top: 20px;
				padding: 12px 20px;
				background: #005a8b;
				color: white;
				text-decoration: none;
				font-size: 16px;
				border-radius: 5px;
				transition: 0.3s;
			}
		
			.apply-btn i {
				margin-right: 8px;
			}
			
			.apply-btn:hover {
				background: #fff;
				transform: scale(1.05);
				color:#005a8b !important;
				border: 1px solid #005a8b;
			}

/*============================================================*/
/*                   CAREER PAGE DESIGN                       */
/*============================================================*/
/*============================================================*/
/*               PRIVACY POLICY PAGE DESIGN                   */
/*============================================================*/
.cont {
            background: white;
            padding: 2vw;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .accordion {
            border-bottom: 1px solid #ddd;
        }
        .accordion-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px;
            cursor: pointer;
            font-weight: bold;
            background: #fff;
            transition: background-color 0.3s ease, color 0.3s ease;
        }
		
		.accordion-header span{
			color:#000;
		}
		
		.accordion-header i{
			margin-right:10px !important;
			color: #005a8b;
		}
		
        .accordion-header:hover {
            background: #f1f1f1;
        }
        .accordion-content {
            display: none;
            padding: 15px;
            font-size: 14px;
            color: #000;
            background: #fafafa;
        }
        .icon {
            transition: transform 0.3s ease;
        }
        .rotate {
            transform: rotate(180deg);
        }
/*============================================================*/
/*               PRIVACY POLICY PAGE DESIGN                   */
/*============================================================*/
/*============================================================*/
/*              TERMS OF SERVICE PAGE DESIGN                  */
/*============================================================*/
.cont {
    background: white;
    padding: 2vw;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.accordion {
    border-bottom: 1px solid #ddd;
}
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    background: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.accordion-header span{
    color:#000;
}

.accordion-header i{
    margin-right:10px !important;
    color: #005a8b;
}

.accordion-header:hover {
    background: #f1f1f1;
}
.accordion-content {
    display: none;
    padding: 15px;
    font-size: 14px;
    color: #000;
    background: #fafafa;
}
.icon {
    transition: transform 0.3s ease;
}
.rotate {
    transform: rotate(180deg);
}

/*============================================================*/
/*              TERMS OF SERVICE PAGE DESIGN                  */
/*============================================================*/
/*============================================================*/
/*                OUR MISSION PAGE DESIGN                     */
/*============================================================*/

.features-section {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px;
    flex-wrap: wrap;
}

.feature-box {
    background: white;
    padding: 20px;
    text-align: center;
    width: 27vw;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/*
.icon {
    font-size: 40px;
    color: #005a8b;
    margin-bottom: 10px;
}
*/
h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

p {
    font-size: 14px;
    color: #555;
}
/*============================================================*/
/*                OUR MISSION PAGE DESIGN                     */
/*============================================================*/
/*============================================================*/
/*               MEDICAL BILLING RESPONSIVE                   */
/*============================================================*/
@media only screen and (max-width: 768px){
.banner-text h1{
font-size: 20px;
line-height: 29px;
}

.banner-text h3{
font-size: 16px;
line-height: 19px;
}
.text-img{
display: block;
align-items: center;
justify-content: center;
}
.text-img h1{
font-size: 20px;
line-height: 29px;
align-items: center;
}
.text-img p{
text-align: center;
}
.text-img img{
width: 100%;
padding:20px;
}
.services-with-img{
padding: 1px;
}
.services-with-img h1{
font-size: 20px;
line-height: 29px;
}
.roww{
display: block;
}
.roww img{
width: 50px;
}
.roww .dataa h3{
font-size: 16px;
line-height: 19px;
}
.roww .dataa p{
font-size: 14px;
line-height: 26px;
}
.container-desktop{
display: none;
}
.container-mobile{
background-color: #fff;
padding: 20px;
}
.row-2 .data-2 h3{
font-size: 16px;
line-height: 19px;
}
.contact-section{
display: block;
}
.contact-section h2{
font-size: 20px;
line-height: 29px;
width: 280px;
margin-bottom: 20px;
}
.left button{
align-items: center;
font-size: 16px;
padding: 20px 300px !important;
}
.bgrt{
background-size: cover;

}
}
@media only screen and (min-width: 768px){
.container-mobile{
display: none;
}
}

/*============================================================*/
/*               MEDICAL BILLING RESPONSIVE                   */
/*============================================================*/
/*============================================================*/
/*                 OUR MISSION RESPONSIVE                     */
/*============================================================*/
@media screen and (max-width: 768px){
    .features-section {
        display: block;
        gap:20px;
    }
    .feature-box {
        width: 90vw;
        margin-bottom:30px;
    }
    }
/*============================================================*/
/*                 OUR MISSION RESPONSIVE                     */
/*============================================================*/
@media screen and (max-width: 768px){
.solution-content p {
	padding-left:20px;
	padding-right:20px;
}
}
/*============================================================*/
/*                 OUR MISSION RESPONSIVE                     */
/*============================================================*/

@media screen and (max-width: 768px){
.services-content p {
    padding-left:20px;
    padding-right:20px;
}
}
/*============================================================*/
/*                 INDUSTERIES RESPONSIVE                     */
/*============================================================*/

@media screen and (max-width: 768px){
.do-about-us-details.solution-cont {
    padding:10px;
}
}




