.main_blog_heading>h2 {
    color: #000;
    font-family: "Noto Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 63px */
    text-transform: capitalize;
    margin-bottom: 24px;
}

.main_blog_heading>p {
    color: #000;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
}

.payroll_main>img {
    width: 100%;
}

.paroll_bg {
    margin-bottom: 26px;
}

.payroll_content>p {
    color: #000;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
    margin-bottom: 0;
}

.payroll_main>img {
    width: 100%;
}

.payroll_main {
    border-radius: 15px;
    overflow: hidden;
}

.objective_heading>h2 {
    color: #000;
    font-family: "Noto Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 56px */
    margin-bottom: 26px;
}

.Objective {
    margin-top: 60px;
}

.objective-img>img {
    width: 100%;
    border-radius: 16px;
}

.objective_content>p {
    color: #000;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%;
    /* 38.4px */
    margin-bottom: 0;
}

.objective_content {
    height: 100%;
    display: flex;
    align-items: center;
}

.inner_sub_conrtents>h2 {
    color: #000;
    font-family: "Noto Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    /* 56px */
}

.inner_sub_conrtents>p {
    color: #000;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
}

.object_content_main_contents {
    /* margin-top: 50px; */
}

.object_content_main_contents {
    margin-bottom: 50px;
}

.feature_heading>h2 {
    color: #000;
    font-family: "Noto Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 56px */
}

.feature_heading>p {
    color: #000;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
}

.feature_content>ul>li {
    color: #000;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    margin-bottom: 26px;
}

.feature_content.brad_cramb {
    border-left: 5px solid #1351D8;
    background: #F1F6FF;
    padding: 20px 40px;
}

.feature_content>p {
    color: #000;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 32px */
}

.feature_content>h4 {
    color: #000;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 0px;
}

.feature_heading>h2 {
    margin-bottom: 20px;
}

.illus_img>img {
    width: 100%;
}

.feature_content>ul>li {
    list-style: none;
    position: relative;
}

.feature_content>ul>li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -32px;
    width: 26px;
    height: 26px;
    background-image: url(../assets/imgs/tick.png);
    background-size: contain;
    background-position: center;
}

/*iot page*/
.objective_content.iot_page.flex-column.align-baseline {
    align-items: baseline !important;

}

.objective_content.iot_page.flex-column.align-baseline>h4 {
    color: #000;
    font-family: "Noto Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 35px */
}

.objective_content.iot_page.flex-column.align-baseline>p {
    color: #000;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
}

.carousel_topP_3.eachTopCarousel {
    background-image: url(../assets/imgs/iot_bg.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel_topP_4.eachTopCarousel {
    background-image: url(../assets/imgs/iot_bg.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.carousel_topP_5.eachTopCarousel {
    background-image: url(../assets/imgs/cxtop.svg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.objective_heading.mt-3.txt_opcity_texts>h2 {
    color: #3636366e;
    margin-bottom: 0 !important;
    font-size: 18px;
}



.feature_content.bullet_list>ul>li::before {
    background-image: unset;
}

.feature_content.bullet_list>ul>li {
    list-style: unset;
}
.feature_content.bullet_list.cx_intelligence_agent>ul>li {
    font-size: 16px;
}

.feature_content.bullet_list.cx_intelligence_agent>ul {
    padding-left: 10px;
}

.objective_content.iot_page.flex-column.align-baseline p {
    text-align: justify;
}

.feature_content.bullet_list.cx_intelligence_agent>ul>li {
    text-align: justify;
}
.radius_image {
    border-radius: 15px;
}
.feature_content.bullet_list.cx_intelligence_agent.on_bulleet{
    list-style: none !important;
}
.feature_content.bullet_list.cx_intelligence_agent.on_bulleet>ul {
    list-style: none !important;
}


/*faq section*/
.faq-container {
    width: 100%;
}
.faq-container {
  border-top: 1px solid #e0e0e0;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
}

.faq-question {
  cursor: pointer;
  padding: 16px;
  font-weight: bold;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 18px;
  transition: transform 0.2s;
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  padding: 0 16px 16px;
  display: none;
  color: #555;
  font-size: 14px;
}

.faq-item.active .faq-answer {
  display: block;
}



.Objective.v4_shadow {
    padding: 30px;
    box-shadow: 0px 1px 13px 2px #00199b4f;
    border-radius: 15px;
}