*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* hero section edit  */
.hero-bg-outsource .container .img-hero{
    text-align: center;
}
.hero-bg-outsource .container .img-hero img {
    height: 460px;
    /* width: 100%; */
    width: 606px;
}
.hero-bg-outsource .container .heading-content h1 {
    font-size: 35px;
    text-align: justify;
    font-weight: 700;
    
    line-height: 35px;
}

.hero-bg-outsource .container .heading-info p {
    font-size: 16px;
    font-weight: 600;
    line-height: 25.2px;
    text-align: justify;

}
/* accordions  */
.hero-bg-outsource .container .accordion{
    margin-bottom: 20px;
    cursor: pointer;
}
.container .accordion.active .accordion-heading{
    /* background-color: #47a08e; */
    color: white;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

}
.container .accordion.active .accordion-heading h3{
   
    color: #06aea1;
}
.container .accordion.active .accordion-heading i {
    color: #06aea1;
    transform: rotate(180deg);
    transition: transform 0.2s 0.1s;
}

.container .accordion.active .accordion-content 
{
    display: block;
}
.container .accordion-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 10px;
    border: 2px solid #06aea1;
    padding: 12px 16px;

}
.container .accordion-heading h3{ 
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 25.2px;

}
.container .accordion-content{
   text-align: justify;
    padding: 15px 20px;
  background-color: transparent;
 border-left: 2px solid #06aea1;
 border-right: 2px solid #06aea1;
 border-bottom:2px solid #06aea1;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;

  color: #000000;
    font-size: 12px;
    font-weight: 400;
    display: none;
    animation: animate 0.2s linear backwards;
    line-height: 2;
    transform-origin: top;

}
@keyframes animate {
    0%{
        transform: scaleY(0);
    }
    
}

/* second section edit  */

.info-content .container .img-container{
    /* align-items: center; */
    text-align: center;
}
.info-content .container .img-container img {
    height: 400px;
}
.info-content .container{
    margin-bottom: 100px;
}
.info-content:nth-child(3) .container{
    margin-bottom: 0px;
}
.info-content .container .text-content h1{
    font-size: 28px;
    font-weight: 700;
    line-height: 36.4px;
    margin-bottom: 20px;
    text-align: justify;
}
.info-content .container .text-content p{

      font-size: 14px;
      text-align: justify;
      font-weight: 400;

      line-height: 25.2px;
      margin-bottom: 30px;
}
/* third section edit  */
.optimize-mips .container .col-sm-8 h1{
    font-size: 28px;
    font-weight: 700;
    line-height: 36.4px;
}
.optimize-mips .container .box-contents {
    background-color: #47a08e;
    color: whitesmoke;
    border-radius: 6px;
    padding: 25px 20px;
   
}
.optimize-mips .container .col-sm-8 { 
    z-index: 2;
}

.optimize-mips .container .box-contents:hover {
    transition: all 0.3s ease-in-out 0.1s;
    background-color: black;

}
.optimize-mips .container .col-sm-4 {
    z-index: 1;
    margin-left: -60px;
}
.optimize-mips .container .col-sm-3 .custom-image {
    width: 426px; /* Set the width to 426px */
    height: 670px; /* Set the height to 670px */
    object-fit: cover; /* Ensures the image maintains aspect ratio and covers the entire area */
   
}
.optimize-mips .container .box-contents p{ 
    font-size: 14px;

    font-weight: 400;
    
    line-height: 25.2px;
}
/* fourth section edit  */
.features-section .container .col-sm-12 h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36.4px;
}
.features-section .container .col-sm-12 p {

      font-size: 14px;

      font-weight: 400;

      line-height: 25.2px;
}
.features-section .container .card {
    height: 300px;
    padding: 15px 22px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.features-section .container .card .box-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.features-section .container .card .box-content .img-icon{ 
    height: 60px;
    width: 60px;
    margin-bottom: 20px;
}

.features-section .container .card h1 {
    font-size: 20px;

    font-weight: 700;

    line-height: 22.4px;
    color: whitesmoke;
    margin-bottom: 16px;
}
.features-section .container .card p {

        font-size: 14px;

        font-weight: 500;

        line-height: 23.4px;
}
.features-section .container .col-sm-4:nth-child(1) .card,
.features-section .container .col-sm-4:nth-child(3) .card,
.features-section .container .col-sm-4:nth-child(5) .card {
    background: #47a08e;
    color: white;
}
.features-section .container .col-sm-4:nth-child(1) .card:hover,
.features-section .container .col-sm-4:nth-child(3) .card:hover,
.features-section .container .col-sm-4:nth-child(5) .card:hover {
    transition: all 0.7s ease-in-out 0.1s;
    background: #000;
    color: white;
}
.features-section .container .col-sm-4:nth-child(2) .card,
.features-section .container .col-sm-4:nth-child(4) .card,
.features-section .container .col-sm-4:nth-child(6) .card {
    background: #000;
    color: white;
}
.features-section .container .col-sm-4:nth-child(2) .card:hover,
.features-section .container .col-sm-4:nth-child(4) .card:hover,
.features-section .container .col-sm-4:nth-child(6) .card:hover {
    transition: all 0.7s ease-in-out 0.1s;
    background: #47a08e;
    color: white;
}

/* hospital billing start styling  */
.hero-hospital-bg {
    background: url('/assets/img/new-photocopy/bg-heroimg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.hero-hospital-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 498px;
    background-color: rgba(71, 160, 142, 0.70); /* #47a08e color with 60% opacity */
    z-index: 1; /* Ensure the overlay stays behind the text */
}
.hero-hospital-bg .row {
    justify-content: center;
}
.hero-hospital-bg  .middle .text-content h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
}
.hero-hospital-bg  .middle .text-content p { 
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
}

.hero-hospital-bg  .middle .text-content
{
    text-align: center;
    position: relative;
    z-index: 2; /* Ensure the text stays above the overlay */
    color: white; /* Adjust text color as needed */
}
.hero-hospital-bg  .middle .text-content h1
{
    color: white; /* Adjust text color as needed */

}
/* second section edit start here  */
.hospital-challenges {
    background: #F5F6F6;
}
.hospital-challenges .container .heading-content h1 {
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
}
.hospital-challenges .container .heading-content p {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}
.hospital-challenges .container .heading-content .action-btn button{ 
 
    margin: 80px 0 25px 0;
}

.hospital-challenges .container .heading-content .action-btn {
   margin-top: -50px;
 
    gap: 40px;
  
}
.hospital-challenges .container .heading-content .arrow {
    width: 26%;
    rotate: 10deg; /* Rotate by 45 degrees */
}

.hospital-challenges .container .heading-content .arrow img{
    
    height: auto;
    max-width: 100%;
}
.hospital-challenges .container .right-side .info-list
{
    padding: 10px 20px;
    background: #06aea1;
    border-radius: 8px;
}
.hospital-challenges .container .right-side .list-1:hover ,
.hospital-challenges .container .right-side .list-3:hover {
  
    background-color:black;
    transition: all 0.3s ease-in-out;

   
}
.hospital-challenges .container .right-side .list-2,
.hospital-challenges .container .right-side .list-4
{
    background-color: #000;
   
}
.hospital-challenges .container .right-side .list-2:hover,
.hospital-challenges .container .right-side .list-4:hover
{
    background: #47a08e;
   transition: all 0.3s ease-in-out;
   
}
.hospital-challenges .container .right-side .info-list h1 {
    color: whitesmoke;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}
.hospital-challenges .container .right-side .info-list p {
    color: whitesmoke;

    font-size: 14px;
    font-weight: 400;
    
}

.hospital-challenges .container .left-side {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers content horizontally */
    /* Centers content vertically */
     /* Ensure the parent has a height defined */
}

/* third section edit start  */
.billing-service-card .container .head-content{
    text-align: center;
}
.billing-service-card .container .head-content h1{ 
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
}
.billing-service-card .container .head-content p{ 
    font-size: 14px;
    font-weight: 400;
}
.billing-service-card .container .col-sm-4:nth-child(1) .card-content ,
.billing-service-card .container .col-sm-4:nth-child(3) .card-content 
{
    background-color: #47a08e;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}    
.billing-service-card .container .col-sm-4:nth-child(2) .card-content {
    background-color: #000;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

}

.billing-service-card .container .card-content {
    height: 280px;
    padding: 20px 25px;
    border-radius: 8px;
  
    color: white;
    text-align: center;
}
.billing-service-card .container .card-content h1{

    font-size: 18px;
    font-weight: 600;
    color: white;
     margin-bottom:20px;
}
.billing-service-card .container .card-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
/* fourth-section edit  */
.rcm-partner .container .head-content{
    text-align: center;
}
.rcm-partner .container .head-content h1{ 
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
}
.rcm-partner .container .head-content p{ 
    font-size: 14px;
    font-weight: 600;
    color: black;
}
.rcm-partner .container .col-sm-4:nth-child(1) .card-content ,
.rcm-partner .container .col-sm-4:nth-child(3) .card-content 
{
    background-color: #000;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}    
.rcm-partner .container .col-sm-4:nth-child(2) .card-content {
    background-color: #06aea1;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.rcm-partner .container .card-content {
    height: 258px;
    padding: 27px 24px;
    border-radius: 8px;
    color: white;
    text-align: justify;
}
.rcm-partner .container .card-content h1{

    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-bottom: 22px;
}
.rcm-partner .container .card-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
/* fifth section edit  */
.hospital-benefit .container .title-box h1 {
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
}
.hospital-benefit .container .content-area{
 padding-top: 70px;
}
.hospital-benefit .container .col-sm-6 img {
  
    width: 95%;
    max-width: 100%;
    height: auto;
    margin-top: 59px;
}
.hospital-benefit .container .title-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}
.hospital-benefit .container .title-list ul li{
    font-size: 14px;
    font-weight: 400;
    list-style-type: disc;
   
}
/* sixth section edit here  */
.important-kpi .container .col-sm-12 h1 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
   
}
.important-kpi .container .col-sm-12 h1 span {
    color: #06aea1;
}
.important-kpi .container .one ,
.important-kpi .container .four 
{ 
    background-color: #06aea1;
    box-shadow: rgba(6, 174, 161,0.50) 0px 22px 70px 4px;
}
.important-kpi .container .two ,
.important-kpi .container .three 
{ 
    background-color: #000000;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.important-kpi .container .kpi-item{
    padding: 18px 22px ;
  
    border-radius: 6px;
    margin-bottom: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.important-kpi .container .kpi-item .text h1{ 
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
    color: whitesmoke;
    text-align: center;

}
.important-kpi .container .kpi-item .text p{ 
    font-size: 14px;
    font-weight: 400;
    color: whitesmoke;
    text-align: justify;

}
/* seventh section edit start  */
.find-specialist .form-headline h1{
    margin-bottom: 20px;
    color: whitesmoke;
    font-weight: 600;
}
.find-specialist .form-headline h1 span{
    color: #000;
}
.find-specialist .form-para p{
    margin-bottom: 20px;
}
/* career page edit start here  */
.career-hero_section {
    /* background-color: blue; */
    /* background: url(/assets/img/new-photocopy/mesh-gradient-career.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.career-hero_section .container .info-career h1{
  color: #000000;
  font-size: 35px;
  font-weight: 800;
}
.career-hero_section .container .info-career p{
    color: #06aea1;
    font-weight: 500;
    font-size: 15.5px;
}
.career-hero_section .container .career-opportunity-card {
    background-color: #ffffff;
   padding:40px 50px;
   border-top: 5px solid #06aea1;
   border-radius: 10px;
   height: 300px;
   box-shadow: 0px 7.5px 17.5px 0px rgb(186 205 204);
}
.career-hero_section .container .career-opportunity-card h2{
    color: #06aea1;
    font-size: 26px;
    font-weight: 680;
    margin-bottom: 15px;
}
.career-hero_section .container .career-opportunity-card p{
    color: black;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
}
.career-hero_section .container .career-opportunity-card a{
  padding: 15px 20px;
  background-color: #06aea1;
  color: #000;
  font-weight: 500;
  border-radius: 8px;
}
.career-hero_section .container .career-opportunity-card a:hover{
  
    background-color: black;
    color: #fff;
    transition: all 0.9s ease;

  }
/* career home edit  */
.career-home {
position: relative;
}
.career-home .container .new-card {
    padding-bottom: 25px;
    border-radius: 10px;
}
.career-home .text-center h2{
    color: black;
    font-size: 35px;
    font-weight: 800;
}
.career-home .container .new-card img{ 
    margin-bottom: 8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.career-home .container .new-card  .title-card-content-1 h3{
      font-size: 22px;
      font-weight: 600;
      color: #000000;
}
.career-home .container .new-card  .title-card-content-1 .new-btn {

background-color: #000;
color: whitesmoke;

}
.career-home .container .bg-shapes .shape-1 {
    position: absolute;
    left: 90%;
    top: 84%;
    height: 60px;
    animation: spin 3000ms linear infinite;
}
.career-home .container .bg-shapes .shape-2 {
    position: absolute;
    left: 5%;
    top: 10%;
    height: 60px;
    animation: spin 3000ms linear infinite;
}
.career-home .container .bg-shapes .shape-3 {
    position: absolute;
    left: 5%;
    top: 87%;
    animation: spin 3000ms linear infinite;
}
.career-home .container .bg-shapes .shape-4 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    height: 300px;
    transform: scaleX(-1);
    /* animation: spin 3000ms linear infinite; */
}

.join_team .container .choose-us-image img {
    max-width: 100%;
    height: auto;
    /* border-radius: 68% 32% 58% 42% / 47% 68% 32% 53%; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.join_team .section-header-fourteen h2{
    font-size: 35px;
    font-weight: 800;
}
.faq-blg .section-header-fourteen h2{
    font-size: 37px;
    font-weight: 900;
}
.faq-blg .section-header-fourteen p{
    font-size: 18px;
    font-weight: 560;
}
.faq-blg .section-inner-header h2{
    font-size: 37px;
    font-weight: 900;
}
/* about page edit start here  */
/* .breadcrumb-bar-two{
    background: url(/assets/img/new-imges/modern-bg-about.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */
/* .breadcrumb-bar-two .bg-shapes .about-shapes {
    position: absolute;
    top: 20%;
    right: 0;
    transform: scaleX(-1);
} */
.breadcrumb-bar-two .heading-about {
    /* margin-bottom: 20px; */
    margin-top: 10px;
}

.about-hero {
   
    background: url(/assets/img/new-imges/modern-bg-about.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about-hero .about-inner-header h2 {
    font-size: 35px;
    font-weight: 800;
}
.about-hero .about-content-details p { 
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.why-choose .container .card-body .why-choose-content h4{ 
    font-size: 28px;
    font-weight: 650;
    margin-bottom:22px;
}

.why-choose .container .card-body .why-choose-content p{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
  color: #000;
  /* margin-bottom: 25px; */
}
.why-choose .container .card-body .why-choose-content ul li{ 
    font-weight: 500;
}
   

.why-choose .container .card {

    height: 370px;

    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.why-choose .card .item p{
    margin-bottom : 0px;
    text-align: center;
}
.feedback-section-fifteen {
    position: relative;
}
 /* dual iso styling  */
 .dual_security-iso .security-iso .container {
    background-color: aqua;
    border-radius: 12px;
 }
.dual_security-iso .container .badge-title span.badge.badge-bg-warning {
    /* color: #38534e; */
    background-color: #06aea1;
    color: #fff;
    width: auto;
    border-radius: 0;
     /* padding-right: 52px; */
}
.dual_security-iso .container .intro-head .onemed-logo {
    display: flex;
    align-items: center;
}
.dual_security-iso .container .intro-head .onemed-logo img {
    height: 50px;
}
.dual_security-iso .container .intro-content h1{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
}
.dual_security-iso .container .intro-content .para-list i{
    margin-top: 6px;
    margin-right: 6px;
    color: #06aea1;
}
.dual_security-iso .container .intro-content .para-list p{
    font-size: 18px;
    font-weight: 500;
    color: black;
}
.dual_security-iso .container .intro-content .para-list-two{
    margin-bottom: 18px;
}
.dual_security-iso .container .logo-card-body .img-logo{
    text-align: center;
    margin-bottom: 20px;
}
.dual_security-iso .container .logo-card-body .img-logo img {
    height:80px;
}
.dual_security-iso .container .logo-card-body .logo-context p{
    font-size: 15px;
    color: black;
    font-weight: 500;
}
.feedback-section-fifteen .container .feedback-inner-main .img-fluid-new {
    height: 250px;
}

.feedback-section-fifteen .bg-shapes-two .shape-2{
    position: absolute;
    left: 25%;
    top: 13%;
    animation: spin 3000ms linear infinite;
}    
.feedback-section-fifteen .bg-shapes-two .shape-1{
    position: absolute;
    left: 90%;
    top: 75%;
    height: 60px;
    animation: spin 3000ms linear infinite;
}   
/* end about page edit here  */
.breadcrumb-bar-two .subheading h5 {
    font-size: 16px;
    font-weight: 800;
    color: #06aea1;
}
.breadcrumb-bar-two .container .subheading {
    margin-bottom: 30px;
}
.contact-section .container .contact-details h4{
    color: #06aea1;
    font-size: 22px ;
    font-weight: 650;
    text-align: center;
}
.contact-section .container .contact-details p{
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}
/* start contact page editing  */
/* faqs page edit  */
.hero-section-faqs .container h5{
    font-size: 16px;
    font-weight: 800;
    color: #06aea1;
}
.hero-section-faqs{
    position:relative;
}
/* .hero-section-faqs .bg-shapes img {
    position: absolute;
    top: 25%;
    right: 0;
    /* transform: scaleX(-1); */
    height: 252px;
} */
.hero-section-faqs .container h1{
    font-size: 36px;
    font-weight: 800;
}
/* blog page edit here  */
.blog-banner {
    background: url(/assets/img/new-photocopy/blog-banner-bg-technology.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
}
.blog-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 139, 87, 0.8); /* Seagreen color with transparency */
    z-index: 1;
}
.inner-blog-banner {
    margin: 0;
    padding: 60px 0;
    position: relative;
    z-index: 2; /* Ensures text is above the overlay */
}
.blog-title {
    font-weight: 800;
    font-size: 38px;
    color: white; /* Ensures the text is readable against the overlay */
    margin-bottom: 6px;
}
.blog-banner .container .inner-blog-banner .text-center{
    margin-top: 60px;
}
.blog-banner .container .inner-blog-banner .text-center .blog-sub-title{
    font-weight: 700;
    font-size: 28px;
    color: white; /* Ensures the text is readable against the overlay */
    margin-bottom: 6px;
}    
.content .container .blog.grid-blog .post-author a span {
    color: #06aea1;
    font-weight: 600;
}
#para-new-style{
    font-size:  16px;
    font-weight:  600;
 }
 #new-heading-edit{
    font-size:  32px;
    font-weight:  700;
 }
 #new-btn{
    background-color: #000;
color: whitesmoke;
font-weight: 600;
border-radius: 8px;
 }
 #new-btn:hover{
    transition: all 0.5s ease-in-out;
    background-color: whitesmoke;
color: #000000;
font-weight: 600;
 }



 /* header  */
 #header .container .header-nav .main-header .main-nav li a {
    font-weight: 900;
 }
 .header .dropdown-menu {
     position: absolute;
     /* Make sure the dropdown is positioned relative to the parent */
     top: 100%;
     /* Dropdown should appear directly below the Providers menu */
     left: 0;
     z-index: 10000;
     /* Ensure it is above the header */
 }
/* co-source page edit  */

 @media (min-width: 992px) {
     .header .header-nav .main-nav li:hover>ul {
         opacity: 1;
         visibility: visible;
         transform: translateY(0);
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
     }

     .header .header-nav .main-nav li>ul {
         background-color: #ffffff;
         display: block;
         font-size: 14px;
         min-width: 200px;
         opacity: 0;
         visibility: hidden;
         z-index: 1000;
         -webkit-transition: all 0.2s ease;
         -ms-transition: all 0.2s ease;
         transition: all 0.2s ease;
         transform: translateY(20px);
         -webkit-transform: translateY(20px);
         -ms-transform: translateY(20px);
         position: absolute;
         top: 100%;
         left: 0;
         margin: 0;
         padding: 0;
         border-radius: 5px;
         -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
         -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
         box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
     }
 }

 /* Ensure dropdown-menu has padding and improved appearance */
 .dropdown-menu {
     width: 300px;
     /* Set width to 300px */
     /* Optional padding */
 }


 /* Style the individual menu items */
 .dropdown-menu li {
     /* padding: 5px 0; */
     /* Add padding between each menu item */
 }

 /* Add padding inside each menu item link */
 .header .dropdown-menu  li a {
     padding: 8px 10px;
     /* Add padding inside each link */
     display: block;
     /* Ensure the link takes the full width of the list item */
    
 }
 .header .main-dropmenu  li a {
    font-weight: 700;
 }
 /* Optional: Add a border or change the background color */
 .dropdown-menu li a:hover {
     background-color: #06aea1;
     color: white;
     padding:16px;
     /* Light background color on hover */
     border-radius: 4px;
     /* Rounded corners */
 }


 /* banner section  */
 .hero-section-faqs{
    background: #ffffff;
    height: 530px;
    box-shadow:0px 7.5px 17.5px 0px rgb(193 213 209);
}
.hero-section-faqs .bg-shapes img {
position: absolute;
top: 16%;
right: 0;
/* transform: scaleX(-1); */
height: 446px;
}
.hero-section-faqs .head-new-content .heading {
margin-top: 20px;
} 
.hero-section-faqs .head-new-content .heading h1 {
font-size: 36px;
font-weight: 800;
margin-bottom: 30px;
}
.hero-section-faqs .head-new-content .subtext p{
    font-size: 18px;
    font-weight: 700;
    color: black;
}
.hero-section-faqs .head-new-content a {
margin-top: 25px;
}
.hero-section-faqs .inner-banner{
padding-top:60px;
padding-bottom: 0px;
}
/* new style  */
.new{
    background: #ffffff;
    height: 530px;
}
.new .bg-shapess{
    padding: 0px;
}
.new .bg-shapes img {

}
.new .bg-shapess img {
margin-top: 16px;
    height: 400px;}
.new .head-new-content .heading {
margin-top: 20px;
} 
.new .head-new-content .heading h1 {
font-size: 36px;
font-weight: 800;
margin-bottom: 30px;
}
.new .head-new-content .subtext p{
font-size: 18px;
font-weight: 700;
}
.new .head-new-content a {
margin-top: 25px;
}
.new .inner-banner{
 padding-top:0px; 
padding-bottom: 0px;
}

.tolls_img{
   max-width: 126px;
    min-width: 118px;
    text-align: center;
    padding: 1px;
    margin: 30px;
    max-height: 98px;
    min-height: 53px;

 }
 .unscub_img{
        width: 200px;
    height: 200px;
    margin-left: -16px;

 }
 .emojo_img{
     width: 40px;

 }