.our_brands {
    padding: 40px 0;
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    margin-bottom: 60px;
}

.sub_text h2 {
    font-size: 30px;
    text-align: center;
    position: relative;
    margin: 0;
}

.flat-imagebox-title a {
    color: #2f3436 !important;
}

.cstm_fitl {
    height: 39px;
    margin-top: 4px;
}

.flat-imagebox-desc {
    height: 80px;
}

.our_brands_inner {
    padding-top: 40px;
    width: 73%;
    margin: 0 auto;
}

.cstm_hght_cls {
    margin-bottom: 20px;
}

.sub_text h2::before {
    content: "";
    display: block;
    width: 75px;
    height: 6px;
    background: #5cb85c;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translate(-50%);
}

.brand_logo_block {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.video_txt {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-top: 16px;
    text-align: center;
}

.only_desi_pic {
    width: 63%;
    margin-top: -8px;
}

.bharat_pic {
    width: 60%;
    margin-top: -5px;
}

.onpic h1 {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    line-height: 57px;
}

.new_media_block_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.nmbg_block_text {
    margin-top: 20px;
}

.nmbg_block_text p {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 767px) {
    .new_media_block_grid {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    .flat-imagebox-desc {
        height: 60px;
    }
    .new_new_block_padding {
        padding-top: 10px !important;
    }
    .new_media_block {
        padding: 0px 15px;
    }
    .nmbg_block_text p {
        font-size: 16px;
        margin-top: 8px;
    }
    .nmbg_block_text {
        margin-top: 0;
    }
    .wpb_column {
        height: unset;
    }
    .our_brands_inner {
        width: 100%;
    }
    .brand_logo_block1 {
        margin-bottom: 30px;
    }
    .sub_text h2 {
        font-size: 25px;
    }
    .onpic h1 {
        color: #fff;
        font-weight: bold;
        line-height: 37px;
        font-size: 32px;
    }
}

/* modal start */

.custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* semi-transparent overlay */
    z-index: 9999999;
    justify-content: center;
    align-items: center;
}

.custom-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: 400px;
    margin: 0 auto;
}

.customModal_inner {
    margin-top: 80px;
}

.modal_cross_button {
    display: flex;
    justify-content: flex-end;
}

#closeModalBtn {
    height: 20px;
    width: 20px;
    background-color: #000;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom_modal_body {
    text-align: center;
}

.custom_modal_body h5 {
    color: #ff5c00;
    font-size: 26px;
    margin: 8px 0;
}

.custom_modal_body p {
    color: #333333;
    font-size: 18px;
}

.custom_modal_body p span {
    color: #ff6b00;
    font-size: 20px;
    font-weight: bold;
}

.code_div h4 {
    color: #000;
    font-size: 25px;
}

.code_div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.code_div img {
    margin-left: 10px;
}

.apply_the_coupon_a_holder {
    height: 43px;
    width: 220px;
    color: #fff !important;
    background-color: #18ba60;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apply_the_coupon_a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_custom_new_home p {
    font-size: 19px;
    text-align: center;
}

.home_about .about h2 {
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .custom-modal-content {
        width: 90%;
    }
    .custom_modal_body p {
        font-size: 14px;
    }
    .home_about .about h2 {
        font-size: 23px;
    }
}

/* modal end */

/* home_section_banner start */

.home_section_saurabh_shukla {
    float: left;
    width: 100%;
    background-image: url(/images/banner/home-banner-saurabh_shukla.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 568px;
}

.hsss_inner {
    margin-top: 25px;
}

.hsss_inner_left h1 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 38px;
}

.hsss_inner_left h1 span {
    color: #ff984d;
}

.span_legal_matters {
    display: block;
    color: #fff !important;
}

.hsss_inner_right {
    display: flex;
    justify-content: flex-end;
}

.index_ul_li_home {
    margin-top: 30px;
}

.index_ul_li_home ul {
    column-count: 2;
}

.index_ul_li_home ul .one,
.index_ul_li_home ul .two,
.index_ul_li_home ul .three,
.index_ul_li_home ul .four,
.index_ul_li_home ul .five,
.index_ul_li_home ul .six,
.index_ul_li_home ul .seven,
.index_ul_li_home ul .eight,
.index_ul_li_home ul .nine,
.index_ul_li_home ul .ten,
.index_ul_li_home ul .eleven {
    list-style: none;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 38px;
}

/* .index_ul_li_home ul .four {
        list-style: none;
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: bold;
        padding-left: 38px;
    } */

#drop1 {
    position: relative;
}

.index_ul_li_home ul .one::after,
.index_ul_li_home ul .two::after,
.index_ul_li_home ul .three::after,
.index_ul_li_home ul .four::after,
.index_ul_li_home ul .five::after,
.index_ul_li_home ul .six::after,
.index_ul_li_home ul .seven::after,
.index_ul_li_home ul .eight::after,
.index_ul_li_home ul .nine::after,
.index_ul_li_home ul .ten::after,
.index_ul_li_home ul .eleven::after {
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
}

#drop1::after {
    position: absolute;
    top: 0;
    left: -37px;
    overflow: auto;
    content: url(/images/banner/licenses-home-icon.webp);
}

.index_ul_li_home ul .one::after {
    content: url(/images/banner/consumer-complaint-home-icon.webp);
}

.index_ul_li_home ul .two::after {
    content: url(/images/banner/trademark-registration-home-icon.webp);
}

.index_ul_li_home ul .three::after {
    content: url(/images/banner/company-registration-home-icon.webp);
}

.index_ul_li_home ul .four::after {
    content: url(/images/banner/licenses-home-icon.webp);
}

.index_ul_li_home ul .five::after {
    content: url(/images/banner/tax-compliance-home-icon.webp);
}

.index_ul_li_home ul .six::after {
    content: url(/images/banner/legal-consultancy-home-icon.webp);
}

.index_ul_li_home ul .seven::after {
    content: url(/images/big-corporate-icon.webp);
}

.index_ul_li_home ul .eight::after {
    content: url(/images/cxo-oli-home.webp);
}

.index_ul_li_home ul .nine::after {
    content: url(/images/virtual-cxo-services.webp);
}

.index_ul_li_home ul .ten::after {
    content: url(/images/hr-and-payroll-icon.webp);
}

.index_ul_li_home ul .eleven::after {
    content: url(/images/other-legal-dispute-icon.webp);
}

.index_ul_li_home ul li a {
    color: #fff !important;
    /* text-decoration: none; */
}

.hsss_inner_google_trustpiolt {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    width: 70%;
}

.hsss_inner_google_trustpiolt .new_grid img {
    border-radius: 5px;
}

.oli_home_marquee_inner p {
    font-size: 16px;
    color: #fff;
}

.oli_home_marquee {
    background: linear-gradient(to right, #e9cf6a, #aa7918, #aa7918, #ebc15c);
    padding: 12px 0 8px 0;
}

.oli_home_marquee_text {
    font-size: 16px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .home_section_saurabh_shukla {
        height: unset;
        background-image: url(/images/banner/home-banner-saurabh_shukla-mobile.webp);
    }
    .index_ul_li_home {
        margin-top: 30px;
    }
    .home_row_block {
        display: grid;
    }
    .home_row_block1 {
        order: 2;
    }
    .home_row_block2 {
        order: 1;
    }
    .index_ul_li_home ul {
        column-count: 1;
    }
    .hsss_inner_left h1 {
        font-size: 22px;
    }
    .span_legal_matters {
        display: block;
        font-size: 20px;
        line-height: 30px;
    }
    .span_legal_matters {
        margin-top: unset;
        margin-left: 0 !important;
    }
    .hsss_inner {
        margin-top: 0;
    }
    .hsss_inner_google_trustpiolt {
        margin-top: 10px;
        width: 100%;
        margin-bottom: 16px;
    }
    .hsss_inner_left {
        margin-top: 10px;
    }
    .index_ul_li_home ul li {
        margin-bottom: 9px;
    }
    .hsss_inner_right {
        justify-content: center;
    }
    .hsss_inner_right img {
        /* width: 220px;
    aspect-ratio: 3 / 4; */
        width: 220px;
        height: auto;
        display: block;
    }
}

/* @media screen and (max-width: 390px) {
  .hsss_inner_left h1 {
    font-size: 28px;
    line-height: 35px;
  }
} */

.dropdown-menu1 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #444;
    min-width: 180px;
}

.dropdown-menu1 li {
    padding: 5px;
    display: block;
}

.dropdown-menu1 li a {
    color: white;
}

.dropdown-menu1 li a {
    font-size: 14px !important;
}

.new_custom_caret {
    border-top: 5px solid white;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.dropdown-toggle.active .new_custom_caret {
    transform: rotate(180deg);
}

.meet_our_founder {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.our_most_in_demand_services {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.video-box2026 {
    margin-bottom: 20px;
}

.video-container2026 {
    position: relative;
    width: 100%;
    height: 290px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    background: #000;
}

.video-thumb2026 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button2026 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 29px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 6px 15px;
    border-radius: 10px;
}

.about_imgg {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.upgrade_with_justice {
    float: left;
    width: 100%;
}

.upgrade_with_justice_heading h2 {
    color: #272727;
    font-size: 28px;
    text-align: center;
}

.uwjh_one {
    display: block;
}

.uwjh_two {
    color: #ff511c;
}

.upgrade_with_justice_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-top: 24px;
}

.uwji_one_text {
    margin-top: 23px;
}

.uwji_one_text h3 {
    color: #000000;
    font-size: 20px;
}

.uwji_one_text p {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}

.uwji_two {
    padding: 29px 15px;
    background: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 2px 1px 17px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.uwji_two p {
    color: #212121;
    font-size: 20px;
    border-bottom: 1px solid #347e1d;
    padding-bottom: 30px;
}

.uwji_two p span {
    display: block;
}

.uwji_two ul {
    padding-top: 30px;
}

.uwji_two ul li {
    list-style: none;
    font-size: 16px;
    color: #3f3f3f;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.uwji_two ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    position: absolute;
    top: 0;
    left: 0;
    color: #ff511c;
    font-size: 20px;
}

.uwji_two ul li:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .upgrade_with_justice_container {
        padding: 0 15px;
    }
    .uwji_two p {
        font-size: 15px;
    }
    .upgrade_with_justice_inner {
        grid-gap: 15px;
    }
    .uwji_one_text p {
        font-size: 18px;
    }
    .upgrade_with_justice_heading h2 {
        font-size: 23px;
        line-height: 33px;
    }
}

@media (max-width: 767px) {
    .upgrade_with_justice_inner {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }
    .upgrade_with_justice_container {
        padding: 0 15px;
    }
    .upgrade_with_justice_heading h2 {
        font-size: 22px;
    }
    .uwjh_one {
        display: unset;
        margin-left: 5px;
    }
    .uwji_one_text h3,
    .uwji_one_text p {
        font-size: 16px;
    }
    .uwji_one_text {
        margin-top: 10px;
        text-align: center;
    }
    .uwji_two p span {
        display: unset;
    }
    .uwji_one_img {
        text-align: center;
    }
}

/* Show dropdown on hover for desktop */

@media (min-width: 768px) {
    .dropdown1:hover .dropdown-menu1 {
        display: block;
        width: 600px;
        top: 202px;
        z-index: 1;
        column-count: 3;
        background-color: #215585;
        border-radius: 5px;
        padding: 0 15px;
    }
    .about_imgg {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .dropdown1:hover .dropdown-menu1 {
        top: 202px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .home_about {
        margin-top: 40px;
    }
    .cstm_rowow {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    /* #myHeader .navbar-collapse {
    display: none !important;
  } */
    .index_ul_li_home ul {
        column-count: 2;
    }
    .flat-imagebox.services-grid .flat-imagebox-header .flat-imagebox-title {
        margin-top: 20px !important;
    }
    .home_row_block2 {
        order: 1;
    }
    .home_row_block1 {
        order: 2;
        margin-top: 20px;
    }
    .home_row_block {
        display: grid;
    }
    .hsss_inner {
        margin-top: 0;
    }
    .hsss_inner_right {
        display: flex;
        justify-content: center;
    }
    .home_section_saurabh_shukla {
        height: 100%;
        padding-bottom: 20px;
    }
    .rk_img {
        width: 100%;
    }
    .new_md_section_left_text {
        padding: 20px 0 30px 0;
    }
    .hexagon_box {
        left: 0px;
    }
    /* .tab_why_us{
  display: grid;
  justify-content: center;
} */
    .tab_why_uss>div {
        width: 40% !important;
        float: left;
        margin-left: 60px;
        margin-bottom: 20px;
    }
    /* Proper line break */
    .tab_why_uss>div:nth-child(2n + 1) {
        clear: both;
    }
    .home_about .about {
        padding: 0px 20px 20px 31px;
    }
    .wpb_column {
        width: 50% !important;
        float: left;
        height: 440px;
    }
    .about_imgg {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .new_md_section_left {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .new_media_block_grid {
        padding: 0 15px;
    }
    .our_most_in_demand_services .video_row {
        display: flex;
        flex-wrap: wrap;
    }
    .our_most_in_demand_services .col-md-4 {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50%;
    }
    .meet_our_founder .cust_md_video {
        display: flex;
        flex-wrap: wrap;
    }
    .meet_our_founder .col-md-5 {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50%;
    }
    /* Remove offset in tablet */
    .meet_our_founder .col-md-offset-1 {
        margin-left: 0 !important;
    }
    .video_thmd_cstm {
        width: 100%;
    }
}

/* Mobile-specific styling */

@media (max-width: 767px) {
    .dropdown-menu1.show {
        display: block;
    }
    .meet_our_founder_block_right,
    .omds_two,
    .omds_three {
        margin-top: 30px;
    }
    .meet_our_founder {
        margin-top: 15px;
    }
    .home_about {
        margin-top: 40px;
    }
}

@media (max-width: 1200px) {
    .video-container2026 {
        height: unset;
    }
    .video-container2026 img {
        width: 100%;
    }
    .video-container2026 {
        background: unset;
    }
    .video-iframe {
        border-radius: 10px;
    }
    .video-iframe_one,
    .video-iframe,
    .video-container2026 img {
        border-radius: 10px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .video-iframe {
        height: 240px !important;
    }
    .video-iframe_one {
        height: 240px !important;
    }
}

@media only screen and (min-width: 966px) and (max-width: 1024px) {
    .video-iframe_one {
        height: 290px !important;
    }
}

@media only screen and (min-width: 854px) and (max-width: 966px) {
    .video-iframe_one {
        height: 300px !important;
    }
}

@media only screen and (min-width: 904px) and (max-width: 1024px) {
    .video-iframe {
        height: 360px !important;
    }
}

@media only screen and (min-width: 956px) and (max-width: 966px) {
    .video-iframe_one {
        height: 290px !important;
    }
}

@media only screen and (min-width: 900px) and (max-width: 956px) {
    .video-iframe_one {
        height: 280px !important;
    }
}

@media only screen and (min-width: 868px) and (max-width: 900px) {
    .video-iframe_one {
        height: 270px !important;
    }
}

@media only screen and (min-width: 820px) and (max-width: 868px) {
    .video-iframe_one {
        height: 250px !important;
    }
}

@media only screen and (min-width: 800px) and (max-width: 820px) {
    .video-iframe_one {
        height: 240px !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 799px) {
    .video-iframe_one {
        height: 230px !important;
    }
}

@media only screen and (min-width: 853px) and (max-width: 904px) {
    .video-iframe {
        height: 340px !important;
    }
}

@media only screen and (min-width: 853px) and (max-width: 898px) {
    .video-iframe {
        height: 330px !important;
    }
}

@media only screen and (min-width: 848px) and (max-width: 852px) {
    .video-iframe {
        height: 320px !important;
    }
}

@media only screen and (min-width: 830px) and (max-width: 848px) {
    .video-iframe {
        height: 320px !important;
    }
}

@media only screen and (min-width: 800px) and (max-width: 830px) {
    .video-iframe {
        height: 310px !important;
    }
}

@media (max-width: 767px) {
    .video-container2026 {
        height: unset;
    }
}

/* home_section_banner end */

.upgrade_with_justice {
    margin-bottom: 30px;
}

.upgrade_with_justice_inner_section_block {
    background-color: #fff1d2;
    padding: 30px;
    border-radius: 16px;
}

.uwji_two {
    border: none;
    box-shadow: none;
    background: unset;
    padding: 10px 4px;
}

.uwji_two p {
    padding-bottom: 0;
    border-bottom: none;
    color: #111d0f;
    font-size: 18px;
    font-weight: 600;
}

.upgrade_with_justice_inner {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-gap: 30px;
}

.uwji_four {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 30px;
}

.upgrade_with_justice_heading h2 {
    text-align: left;
}

.upgrade_with_justice_heading_mobile {
    display: none;
}

.meet_our_founder {
    margin-bottom: 60px;
}

.uwjh_one {
    display: unset;
    margin-left: 5px;
}

.home_bottom_section {
    float: left;
    width: 100%;
}

.home_bottom_section_inner {
    border: 1px solid rgba(102, 102, 102, 0.3);
    border-radius: 20px;
    background-color: #ebfaf5;
    padding: 50px 30px;
    width: 77%;
    margin: 0 auto;
}

.home_bottom_section_inner h2 {
    color: #2f3436;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: unset;
}

.about_seond_p {
    margin-top: 20px;
    color: #666;
    font-size: 15px !important;
    font-weight: unset !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .uwjh_one {
        display: unset;
    }
    .uwji_two p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .uwji_two ul {
        padding-top: 20px;
    }
    .upgrade_with_justice_inner {
        grid-gap: 10px;
        margin-top: 0;
    }
    .uwji_one_text {
        border-bottom: 1px solid #347e1d;
        padding-bottom: 20px;
    }
    .upgrade_with_justice_inner,
    .uwji_four {
        grid-template-columns: 1fr;
    }
    .uwji_four {
        grid-gap: 0;
        margin-top: 0;
    }
    .upgrade_with_justice_inner_section_block {
        padding: 30px 15px;
    }
    .upgrade_with_justice_heading_destop {
        display: none;
    }
    .upgrade_with_justice_heading_mobile {
        display: block;
        margin-bottom: 25px;
    }
    .meet_our_founder {
        margin-bottom: 40px;
    }
    #associated {
        margin-top: 40px;
    }
    .home_bottom_section_inner {
        padding: 20px 10px;
        width: 100%;
    }
    .home_bottom_section_inner h2 {
        font-size: 16px;
        line-height: 26px;
    }
    .home_bottom_section {
        padding: 0 15px;
    }
}

.home_section_saurabh_shukla_new_modification {
    float: left;
    width: 100%;
    background-image: url(/images/home-modification-new/new-oli-banner-homepage-ganguly.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 554px;
}

.hsss_inner_left_modification_block h1 .hssilmb_span {
    color: #000 !important;
}

.hsss_inner_left_modification_block h1 span {
    color: #252a4d !important;
}

.index_ul_li_home_modification ul .one,
.index_ul_li_home_modification ul .two,
.index_ul_li_home_modification ul .three,
.index_ul_li_home_modification ul .four,
.index_ul_li_home_modification ul .five,
.index_ul_li_home_modification ul .six,
.index_ul_li_home_modification ul .seven,
.index_ul_li_home_modification ul .eight,
.index_ul_li_home_modification ul .nine,
.index_ul_li_home_modification ul .ten,
.index_ul_li_home_modification ul .eleven {
    margin-bottom: 25px;
}

.index_ul_li_home_modification ul li a {
    color: #000 !important;
    margin-left: 10px;
    position: relative;
    top: 6px;
    font-weight: 500;
}

.index_ul_li_home_modification ul .three::after {
    content: url(/images/home-modification-new/company-registration-new.webp);
}

.index_ul_li_home_modification ul .two::after {
    content: url(/images/home-modification-new/trademark-new.webp);
}

.index_ul_li_home_modification ul .one::after {
    content: url(/images/home-modification-new/iso-new.webp);
}

.index_ul_li_home_modification ul .seven::after {
    content: url(/images/home-modification-new/gst-registration-new.webp);
}

.index_ul_li_home_modification ul .eight::after {
    content: url(/images/home-modification-new/consumer-dispute-new.webp);
}

.index_ul_li_home_modification ul .six::after {
    content: url(/images/home-modification-new/business-compliance.webp);
}

.index_ul_li_home_modification ul .five::after {
    content: url(/images/home-modification-new/tax.webp);
}

.index_ul_li_home_modification ul .four::after {
    content: url(/images/home-modification-new/licenses.webp);
}

.index_ul_li_home_modification ul .ten::after {
    content: url(/images/home-modification-new/hr-&-payroll.webp);
}

.index_ul_li_home_modification ul .eleven::after {
    content: url(/images/home-modification-new/other-legal-dispute.webp);
}

.hssilmb_span {
    border-left: 6px solid #f1681b;
    font-weight: 500;
    padding-left: 4px;
    margin-bottom: 10px;
    display: block;
    font-size: 24px;
    line-height: 34px;
}

.index_ul_li_home_modification {
    margin-top: 30px;
}

.hssilmb_line_block {
    background-color: #209127;
    height: 5px;
    width: 86px;
    margin-top: 23px;
}

.hsss_inner_left_modification_block h1 {
    font-size: 28px;
    line-height: 38px;
}

.hsss_inner_left_modification_block .span_legal_matters_new_color {
    color: #252a4d !important;
}

.about_section_new_modification_block_new {
    padding-top: 60px;
    background-color: #ffffff;
}

.about_section_new_modification_block_new .about_content {
    flex: 1;
    min-width: 0;
}

.about_section_new_modification_block_new .about_title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
    line-height: 1.3;
    margin-top: 0;
}

.about_section_new_modification_block_new .about_intro {
    font-size: 20px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 16px;
}

.about_section_new_modification_block_new .about_intro .highlight_orange {
    color: #d97e3b;
    font-weight: 600;
}

.about_section_new_modification_block_new .about_description {
    font-size: 20px;
    color: #666;
    line-height: 30px;
    margin-bottom: 24px;
}

.about_section_new_modification_block_new .about_highlight h2 {
    font-size: 20px;
    color: #1e40af;
    line-height: 30px;
    padding: 24px 32px;
    background: linear-gradient(135deg, #eff6ff 0%, #e0f2fe 100%);
    border: 1px solid #bae6fd;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
    letter-spacing: 0.2px;
}

.about_section_new_modification_block_new_inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.flat-imagebox.services-grid .flat-imagebox-header .flat_imagebox_title_modification {
    margin-top: 15px;
}

.our_most_in_demand_services_new_modification {
    padding-top: 20px;
}

.hsss_inner_left_modification_block_mobile h2 {
    display: none;
}

.hsss_inner_left_modification_block h1 {
    margin-top: 30px;
}

/* banner bottom rating box start */

.sourav_ganguly_home_rating {
    border-radius: 10px;
    background-color: #fff;
    padding: 3px 30px;
    border: 1px solid #ebebeb;
    box-shadow: 2px 1px 17px 0px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

.sourav_ganguly_home_rating h3 {
    display: flex;
    align-items: center;
    color: #f1681b;
    font-size: 25px;
    line-height: 35px;
}

.sourav_ganguly_home_rating h3 i {
    font-size: 20px;
    margin-left: 10px;
}

.sourav_ganguly_home_rating p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

.sghrp_span {
    display: block;
}

/* banner bottom rating box end */

@media (max-width: 768px) {
    .sourav_ganguly_home_rating {
        margin-bottom: 30px;
    }
    .about_section_new_modification_block_new {
        padding-top: 60px;
    }
    .about_section_new_modification_block_new_inner {
        width: 100%;
    }
    .about_section_new_modification_block_new .about_title {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .about_section_new_modification_block_new .about_intro {
        font-size: 14px;
    }
    .about_section_new_modification_block_new .about_description {
        font-size: 13px;
    }
    .about_section_new_modification_block_new .about_highlight h2 {
        font-size: 13px;
        padding: 18px 20px;
    }
    .about_section_new_modification_block_new .about_badge {
        bottom: 10px;
        right: -5px;
        padding: 12px 15px;
    }
    .about_section_new_modification_block_new .about_badge_name {
        font-size: 12px;
    }
    .about_section_new .about_badge_title {
        font-size: 10px;
    }
}

@media (max-width: 991px) {
    .hsss_inner_right_new_modification {
        margin-top: 20px;
        margin-left: 150px;
    }
    .home_section_saurabh_shukla_new_modification {
        height: unset;
    }
    .about_image_bg {
        text-align: center;
    }
    .about_section_new_modification_block_new .about_highlight h2 {
        margin: 0 15px;
    }
}

@media (max-width: 767px) {
    .hsss_inner_right_new_modification img {
        width: unset;
    }
    .home_section_saurabh_shukla_new_modification {
        background-image: none;
        background-color: #f4faf8;
    }
    .hsss_inner_left_modification_block h1 {
        font-size: 20px;
        line-height: 25px;
    }
    .span_legal_matters_new_block {
        font-size: 26px;
        line-height: 36px;
    }
    .about_section_new_modification_block_new .about_title {
        margin-top: 30px;
        margin-bottom: 12px;
    }
    .about_section_new_modification_block_new .about_intro,
    .about_section_new_modification_block_new .about_description {
        font-size: 16px;
        line-height: 26px;
    }
    .about_section_new_modification_block_new .about_highlight h2 {
        margin: 0 15px;
        font-size: 16px;
        line-height: 26px;
        padding: 10px;
    }
    .hsss_inner_right_new_modification {
        margin-top: 20px;
    }
    .our_most_in_demand_services_new_modification {
        padding-top: 0px;
    }
    .hsss_inner_left_modification_block_destop h1 {
        display: none;
    }
    .hsss_inner_left_modification_block_mobile h2 {
        display: block;
        margin-top: 20px;
    }
    .hsss_inner_left_modification_block h2 {
        font-size: 20px;
        line-height: 25px;
        color: #000 !important;
        font-weight: bold;
    }
    .hsss_inner_left_modification_block h2 span {
        color: #252a4d !important;
    }
    .hsss_inner_left_modification_block h2 .hssilmb_span {
        color: #000 !important;
    }
    .hssilmb_line_block {
        display: none;
    }
    .hsss_inner_left_modification_block {
        margin-top: 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .hsss_inner_right_new_modification img {
        max-width: 100%;
        height: 460px !important;
        width: 460px !important;
        object-fit: contain !important;
        background-position: center !important;
    }
}