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

.one {
    background-image: url("https://www.onlinelegalindia.com/images/cfo/cfo-hero-section-bg.webp");
    padding: 45px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.two,
.five,
.documents_new,
.three {
    padding: 45px 0;
}

.three {
    background-color: #CCFDC8;
}

.common_button_blockk {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 28px;
    border-radius: 0px;
    border: none;
    color: #ffffff;
    background: linear-gradient(90deg, #0c2d6387 0%, #001e68eb 50%, #0c2d63b0 100%);
    transition: all 0.3s ease;
    display: inline-block;
}

/* Hover Effect */
.common_button_blockk:hover {
    background: linear-gradient(90deg, #163d8f 0%, #0c2d63 50%, #163d8f 100%);
    color: #ffffff;
}

/* Remove Bootstrap default focus shadow */
.common_button_blockk:focus {
    box-shadow: none;
    color: #ffffff !important;
}

.cfo-heading {
    font-size: 36px;
    font-weight: 600;
    color: #452724;
    line-height: 48px;
    margin-bottom: 24px;
}

/* Sub Text */
.cfo-subtext {
    font-size: 16px;
    color: #333333;
    margin-bottom: 40px;
    line-height: 26px;
    font-weight: 500;
}

/* List Styling */
.cfo-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.cfo-list li {
    margin-bottom: 14px;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    display: flex;
    align-items: center;
}

.cfo-list img {
    margin-right: 12px;
}



/* Bottom Blue Text */
.cfo-note {
    color: #002A61;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    font-weight: 600;
}

/* Right Image */
.cfo-image img {
    max-width: 100%;
    height: auto;
}

.cfo-image {
    text-align: center;
}



/* Section Background */
.vcfo-services-section {
    background: #F4F4F4;
}

/* Section Title */
.vcfo-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #3b2b2b;
    margin-bottom: 40px;
}

/* Outer Card */
.vcfo-card-wrapper {
    background: #f4f4f4;
    border: 2px solid #c9b8b8;
    border-radius: 14px;
    padding: 25px;
}

/* Left Yellow Box */
.vcfo-left-box {
    background: #FFF3B1;
    border-radius: 10px;
    padding: 30px;
}

.vcfo-left-box p {
    font-size: 18px;
    color: #333333;
    margin-bottom: 32px;
    line-height: 26px;
    font-weight: 600;
}

.vcfo-left-box h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Custom List */
.vcfo-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vcfo-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}

.cfo-btn {
    pointer-events: none;
    cursor: default;
}

.cfo-btn:hover {
    background: inherit !important;
    color: inherit !important;
    box-shadow: none !important;
}

/* Green Bullet */
.vcfo-list li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #2f8f2f;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

/* Right Image */
.vcfo-right-img {
    text-align: center;
}

.vcfo-right-img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.cstm_ch {
    text-align: center;
    padding: 0 254px;
}



/* Title */
.compare-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #4a2d2d;
    margin-bottom: 12px;
}

.compare-subtitle {
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-bottom: 44px;
    line-height: 24px;
    padding: 0 330px;
}

/* Equal Height Row */
.compare-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 120px;
}

/* Cards */
.compare-box {
    padding: 35px 30px;
    border-radius: 16px;
    min-height: 240px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

/* Left Card */
.hiring-box {
    background: #FFEDEB;
}

/* Right Card */
.virtual-box {
    background: #ECFFE8;
}

/* Headings */
.compare-box h4 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    line-height: 28px;
    color: #2F2F2F;
}

.hiring-box h4 {
    background: #FFCFCF;
}

.virtual-box h4 {
    background: #C3FFB7;
}

/* List */
.compare-box ul {
    padding-left: 18px;
    margin: 0;
}

.compare-box ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #2F2F2F;
    line-height: 24px;
    font-weight: 500;
}

/* Middle Column */
.middle-icons {
    text-align: center;
}

.middle-icons img {
    max-width: 100%;
    width: 100%;
}


/* Section Title */
.vcfo-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #4a2d2d;
    margin-bottom: 50px;
}

/* Service Item */
.service-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 22px;
    border-bottom: 1px solid #67172C;
    font-weight: 500;
    padding-right: 150px;
}

/* Icon Circle FIXED */
.service-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
}



/* Text */
.service-text {
    font-size: 18px;
    color: #67172C;
    line-height: 26px;
}


/* Bottom Note */
.vcfo-note {
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}

.vcfo-services {
    background: #FEE9D4;
    /* beige tone */
}

.cstm_cfovsi {
    margin-bottom: 44px;
}












.four,
.seven,
.eight,
.new_block9,
.six,
.two_block_new,
.three,
.new_block_holder,
.new_black_white,
.five_inner {
    margin-top: 40px;
}

.one_left h1 {
    color: #452724;
    font-size: 52px;
    line-height: 66px;
    padding-right: 60px;
}

.one_left h1 .span_color,
.new_common_heading h2 span {
    color: #A3251A;
}

.one_left_inner h3 {
    font-size: 22px;
    line-height: 36px;
    color: #4B2925;
}

.span_block {
    display: block;
}

.one_left_inner {
    margin: 24px 0 0 0;
}

.one_left_inner p {
    color: #272727;
    font-size: 19px;
    line-height: 27px;
    margin-top: 16px;
}

.new_ul_li li {
    font-size: 16px;
    color: #000;
    position: relative;
    margin-bottom: 17px;
    padding-left: 29px;
    list-style: none;
    text-align: left;
}

.new_ul_li {
    column-count: 2;

    padding-top: 25px;
}

.two_block_holder {
    width: 77%;
    margin: 0 auto;
}

.two_p_block_holder {
    text-align: left;
}

.new_ul_li li::after {
    position: absolute;
    top: 0;
    left: 0;
    content: url(https://www.onlinelegalindia.com/images/trademark-registration/trademark/tick.png);
    overflow: auto;
}

.form_block_left_inner_holder {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.form_block_left_inner_left_holder {
    display: grid;
    grid-template-columns: 130px 1fr;
    align-items: center;
    grid-gap: 15px;
}

.form_block_left_inner_left_holder_border {
    border-right: 2px solid #000;
}

.fblil_right p {
    color: #000;
    font-size: 15px;
    margin-top: 0;
    font-weight: 600;
}

.fblil_right p span {
    display: block;
}

.one_right {
    box-shadow: 2px 1px 17px 0px rgba(0, 0, 0, 0.2);
    padding: 25px 15px;
    border-radius: 12px;
    background-color: #fff;
}

.one_right h5 {
    text-align: center;
    color: #323232;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}

.form_one_right {
    margin-top: 25px;
}

.form-group {
    margin-bottom: 15px;
}

.new_control {
    height: 40px !important;
    font-size: 14px;
    width: 100%;
    border: 1px solid #ccc;
    color: #919191;
}

.new_control_select {
    border-radius: 4px !important;
    padding-left: 10px;
}

.tsfb_started {
    background-color: #452724;
    height: 40px;
    border-radius: 24px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    margin-top: 20px
}

.common_heading h2 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    text-align: center;
}

.common_heading h2 span {
    color: #F06906;
}

.ul_li_block {
    margin-top: 15px;
}

.ul_li_block .common_button_block {
    width: 150px;
}

.common_heading h2:after {
    height: 3px;
    position: absolute;
    content: "";
    bottom: -6px;
    background-color: #18ba60;
    border-radius: 2px;
    left: 50% !important;
    transform: translate(-50%, 10%) !important;
    width: 200px;
}

.new_common_heading h2 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    text-align: center;
}

.new_common_heading h2:after {
    height: 3px;
    position: absolute;
    content: "";
    bottom: -6px;
    background-color: #F06906;
    border-radius: 2px;
    left: 50% !important;
    transform: translate(-50%, 10%) !important;
    width: 200px;
}

.two_text_block {
    text-align: center;
}

.two_p {
    margin-top: 25px;
}

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

.common_subheading h4 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.span_one {
    color: #129805;
    font-size: 22px;
    font-weight: bold;
}

.padding_left {
    padding-left: 0;
}

.three_inner {
    margin-top: 10px;
}

.three_inner_right_p {
    font-size: 16px;
    color: #000;
}

.three_inner_right_text {
    margin-top: 15px;
}

.three_inner_right_text h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.three_inner_right_text p,
.common_subheading p {
    font-size: 16px;
    color: #000;
    margin-top: 5px;
}

.five_inner_block {
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    box-shadow: 2px 1px 17px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 85px;
}

.five_inner_header {
    background-color: #129805;
    padding: 20px 0;
    text-align: center;
}

.five_inner_header p {
    color: #fff;
    font-size: 18px;
}

.five_inner_header h4 i {
    font-size: 25px;
    margin-right: 4px;
}

.five_inner_header h4 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

.five_inner_header h4 span {
    font-size: 16px;
    margin-left: 5px;
    font-weight: 200;
}

.five_inner_body {
    background-color: #fff;
    padding: 20px 15px;
}

.five_inner_body ul li {
    font-size: 16px;
    color: #000;
    position: relative;
    padding-left: 35px;
    list-style: none;
    margin-bottom: 10px;
}

.five_inner_body ul li::after {
    position: absolute;
    top: 0;
    left: 0;
    content: url(https://www.onlinelegalindia.com/images/trademark-registration/trademark/tick.png);
}

.common_button_block {
    background-color: #129805;
    border: none;
    height: 40px;
    border-radius: 30px;
    width: 100%;
    color: #fff !important;
    font-size: 16px;
}

.five_inner_body ul {}

.heading_p {
    margin-top: 20px;
    text-align: center;
    color: #000;
    font-size: 16px;
}

.six_inner_block {
    border: 1px solid #000;
    border-radius: 9px;
    background-color: #FAF9F6;
    padding: 25px 15px;
}

.six_number h4 {
    font-size: 60px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.six_text {
    height: 60px;
}

.six_text p {
    color: #000;
    text-align: center;
    font-size: 16px;
}

.six_inner {
    width: 80%;
    margin: 0 auto;
}

.six_inner_block {
    margin-top: 25px;
}

.seven_a p {
    text-align: center;
    font-size: 16px;
    color: #000;
}

.seven_a {
    margin-top: 25px;
    display: block;
}

.seven_a:hover {
    text-decoration: none;
}

.eight_block {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-gap: 10px;
    height: 53px;
}

.eight_block_right {
    display: flex;
    align-items: center;
}

.eight_block_right p {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.eight_block {
    margin-top: 25px;
}

.faq {
    margin-top: 30px;
}

.trade_mark_facebook_nine,
.trade_mark_facebook_ten {
    display: none;
}

.cons_sec1_itemBox {
    height: 100%;
    margin-bottom: 80px;
    transition: all .5s;
}

.infographic-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    height: 200px;
}

.cons_sec1_clipWrapper {
    width: 100%;
    height: 95px;
    position: relative;
}

.cons_sec1_clipWrapper .clip-1,
.cons_sec1_clipWrapper .clip-2,
.cons_sec1_clipWrapper .content {
    position: absolute;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cons_sec1_clipWrapper .clip-1 {
    height: 130px;
    width: 130px;
    aspect-ratio: 1;
    z-index: 1;
}

.cons_sec1_clipWrapper .clip-2 {
    border: 30px;
    aspect-ratio: 1;
    background: #129805;
    z-index: 2;
    width: 100px;
    height: 100px;
}

.cons_sec1_clipWrapper .content {
    /* width: 110px; */
    height: 110px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.infographic-items h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding-top: 0;
    color: #000000;
    padding: 0 10px;
}

.cons_sec1_p {
    height: 100%;
}

.infographic-items p {
    display: block;
    font-size: 20px;
    padding: 30px 28px;
    color: #000000;
    text-align: center;
}

.we_p {
    margin-top: -50px;
    float: left;
    width: 100%;
}

.ul_li_block_button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    float: left;
    width: 100%;
}

.cons_sec1_itemBox {
    border: 1px solid #000;
    border-radius: 9px;
    background-color: #FAF9F6;
    margin-top: 90px;
}

.merging {
    height: 30px;
}

.content h3 {
    font-size: 35px;
}

.new_cube_block9 {
    margin-top: 30px;
}

.documents_new_inner_p {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-top: 35px;
}

.documents_new_inner_block h5 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.documents_new_inner_block {
    margin-top: 25px;
}

.documents_new_last_p p {
    color: #000;
    font-size: 16px;
}

.new_ul_li99 {
    column-count: 2;
}

.new_ul_li99 li::after {
    content: url(https://www.onlinelegalindia.com/images/nidhi-company-registration/tick-icon.png);
}

.new_ul_li99 li {
    padding-left: 44px;
}

.gst_rdiobtn {
    margin-bottom: 15px;
    background: #eaeaea;
    border-radius: 9px;
    position: relative;
    border: 3px solid #d6d6d6;
}

.price_active {
    background: #e4ffe4 !important;
    border: 2px solid #78e478 !important;
}

.gst_rdiobtn label {
    width: 100%;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 0;
}

.gst_rdiobtn p {
    position: absolute;
    top: 11px;
    right: 13px;
    font-size: 16px;
    font-weight: 600;
    color: #205622;
}

.gst_rdiobtn ul {
    list-style: none;
    display: inline-grid;
    margin-left: 10px;
    width: calc(100% - 104px);
    margin: 0 0 0 10px;
}

.gst_rdiobtn ul li {
    position: relative;
    color: #000;
}

.gst_rdiobtn ul li:nth-child(1) {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    color: green;
}

.gst_rdiobtn:nth-child(3) {
    margin-bottom: 15px;
    background: #eaeaea;
    border-radius: 9px;
    position: relative;
    border: 3px solid #d6d6d6;
}

.gst_rdiobtn ul li::before {
    content: '';
    position: absolute;
}

.gst_rdiobtn ul li:nth-child(2) {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
}

.three_block_inner_holder {
    width: 77%;
    margin: 0 auto;
}

.new_ul_li_block99 {
    column-count: 1;
}

.new_ul_li_block99 li::after {
    display: none;
}

.new_ul_li_block99 li {
    padding-left: 0;
}

.documents_new_inner_p99 {
    text-align: left;
}

.span_block {
    display: block;
}

.two_p_block {
    margin-top: 0;
}

.documents_new_last_p {
    margin-top: -34px;
}

.new_ul_li_block99_holder {
    column-count: 2;
}

.cons_sec1_itemBox:hover {
    background-color: #CCFDC8;
    border: none;
}

.cons_sec1_itemBox:hover .cons_sec1_clipWrapper .clip-1 {
    background: #fff;
}

.documents_new_inner_block99 {
    margin-top: 0;
}

.new_section_common_gap {
    padding: 50px 0;
    width: 100%;
    float: left;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.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;
}

.section-title {
    color: #22263d;
    font-size: 36px;
    font-weight: bold;
}

.cstm_si {
    border: none;
}

.cstm_sii {
    border: none;
}

.client-list {
    list-style: none;
    padding-left: 0;
}

.client-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    font-size: 18px;
    color: #67172C;
    text-align: left;
    font-weight: 600;
}

.virtual-cfo-section {
    background-color: #FFEDEB;
}

.compare-subtitlee {
    font-size: 23px;
    line-height: 31px;
    text-align: center;
    margin-bottom: 52px;
}

.client-list li img {
    width: 18px;
    margin-right: 10px;
    margin-top: 3px;
}

/* Bottom Text */
.bottom-text {
    margin-top: 35px;
    font-size: 14px;
    color: #5e4b47;
}

.section-wrapper {
    background-color: #FEE9D4;
    padding: 45px 30px 30px;
    text-align: center;
}



/* ── Number + dot ── */
.step-number-block {
    position: relative;
    margin-right: 20px;
    flex-shrink: 0;
    display: inline-block;
}

.step-num {
    font-size: 56px;
    font-weight: 600;
    color: #67172C;
    line-height: 1;
}

.step-dot {
    width: 5px;
    height: 5px;
    background-color: #67172C;
    border-radius: 50%;
    position: absolute;
    bottom: 9px;
    right: -7px;
}

.step-text {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}

.steps-container {
    display: inline-flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    max-width: 100%;
}

.step-box {
    background-color: #FEE9D4;
    border-top: 1.5px solid #424242;
    border-bottom: 1.5px solid #424242;
    border-left: 1.5px solid #424242;
    border-right: none;
    display: flex;
    align-items: center;
    padding: 16px 26px;
    width: 100%;
    text-align: left;
}

.step-box:last-child {
    border-right: 1.5px solid #424242;
    border-radius: 0 6px 6px 0;
}

.step-box:first-child {
    border-radius: 6px 0 0 6px;
}





.choose-us-section {
    background-color: #FFD0D0;
}

/* Cards */
.choose-card {
    background: #f3f3f3;
    padding: 18px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 25px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
    min-height: 80px;
}

/* Icon Box */
.card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.card-icon img {
    max-width: 100%;
}

/* Card Text */
.choose-card p {
    font-size: 18px;
    color: #67172C;
    line-height: 26px;
}

.how-it-works {
    background: #CFEDC1;
}



.subtitle {
    margin-bottom: 40px;
}

.step-boxx {
    background: #ffffff;
    border-radius: 10px;
    padding: 16px 28px 16px 16px;
    text-align: left;
    border: 1px solid #ffffff;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: baseline;
}

.step-number {
    font-weight: 700;
    color: #2f7d32;
    margin-right: 6px;
}

.step-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('https://www.onlinelegalindia.com/images/cfo/how-it-work-arrow.webp') no-repeat center;
    background-size: contain;
}

.byvcc {
    background-color: #452724;
    height: 40px;
    border-radius: 24px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    width: 320px;
    margin-top: 20px;
}


#allpacakage .register-benifits-text {
    min-height: 898px;
}

#allpacakage .register-benifits-text span:nth-child(2) {
    font-size: 12px;
    margin-bottom: 0 !important;
    margin-top: -14px;
    font-weight: 600;
}

#allpacakage .register-benifits-text {
    margin-right: 0;
}

#allpacakage .register-benifits-text {
    min-height: 1004px;
}

#allpacakage .col-md-3 {
    padding-right: 0;
}

#contact h4 {
    font-size: 16px;
}

/*re-captcha start*/
#captcha_code {
    border: 1px solid #a7a7a7;
    background: #FFF;
    color: #2b2b2b;
    font-size: 14px;
    height: 46px;
    padding-left: 10px;
}

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














@media screen and (max-width: 767px) {
    .three_block_inner_holder {
        width: 100%;
    }

    #captcha_holder {
        width: 164px;
    }

    #allpacakage .register-benifits-text {
        min-height: auto;
    }

    .gift_voucher_main {
        position: relative;
        display: inline-block;
        bottom: 68px;
    }

    .block_padding {
        padding: 40px 15px;
    }

    #captcha_code {
        width: 50%;
        height: 35px;
    }

    .one {
        background-image: url(https://www.onlinelegalindia.com/images/cfo/cfo-mobile-section-hero-bg.webp);
    }

    .new_section_common_gap {
        padding: 30px 0;
    }

    .fst_si {
        margin-top: 30px;
    }

    .cstm_si {
        border-bottom: 1px solid #67172C;
    }

    .step-boxx {
        margin-bottom: 28px;
    }

    .cstm_sii {
        border-bottom: none;
        margin-bottom: 0;
    }

    .step-item:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 64px;
        transform: translateX(-50%) rotate(90deg);
        width: 20px;
        height: 20px;
        background: url('https://www.onlinelegalindia.com/images/cfo/how-it-work-arrow.webp') no-repeat center;
        background-size: contain;
    }

    .cfo-btn {
        pointer-events: auto;
        cursor: pointer;
    }

    .mb_frm_grp_btn {
        text-align: center;
        margin-bottom: 32px;
    }

    .mb_mrgn {
        margin-top: 30px;
    }

    .cfo-heading {
        font-size: 21px;
        font-weight: 600;
        color: #452724;
        line-height: 29px;
        margin-bottom: 16px;
        text-align: center;
    }
    .common_button_blockk:hover {
        background: linear-gradient(90deg, #163d8f 0%, #0c2d63 50%, #163d8f 100%) !important;
        color: #ffffff !important;
    }

    .steps-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0 15px;
    }

    .step-box {
        width: 100%;
        border-right: none;
        border-bottom: 1.5px solid #424242;
        padding: 18px 20px;
        border-right: 1.5px solid #424242;
    }

    .choose-card p {
        font-size: 16px;
        line-height: 24px;
    }

    .choose-card {
        padding: 16px;
    }

    .step-box:first-child {
        border-radius: 0;
    }

    .step-text {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;

    }

    .cfo-subtext {
        font-size: 16px;
        color: #333333;
        margin-bottom: 0px;
        line-height: 26px;
        font-weight: 500;
        text-align: center;
    }

    .cfo-note {
        text-align: center;
    }

    .cfo-image {
        margin-top: 30px;
    }

    .cstm_ch {
        padding: 0 15px;

    }

    .compare-row {
        display: block;
        padding: 0;
    }

    .middle-icons {
        display: none;
    }

    .hiring-box {
        margin-bottom: 16px;
    }

    .new_cfsubtxt {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .vcfo-card-wrapper {
        background: #f4f4f4;
        border: 2px solid #c9b8b8;
        border-radius: 14px;
        padding: 20px 0px;
        margin-right: 15px;
        margin-left: 15px;
    }

    .vcfo-left-box {
        padding: 20px;
    }

    .compare-subtitle {
        padding: 0 15px;
    }

    .vcfo-note {
        padding: 0 15px;
    }

    .compare-subtitlee {
        font-size: 19px;
        line-height: 27px;
        text-align: center;
        margin-bottom: 32px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .one_right h5 {
        font-size: 21px;
        line-height: 29px;
    }

    .new_media_block_grid {
        grid-template-columns: 1fr;
        grid-gap: 15px;
        padding: 0 15px;
    }

    .nmbg_block_text {
        margin-top: 0;
    }

    .nmbg_block_text p {
        font-size: 16px;
        margin-top: 8px;
    }

    .section-title {
        font-size: 28px;
    }

    .one_left h1 {
        font-size: 25px;
        text-align: center;
        padding-right: 0;
        line-height: 33px;
    }

    .one_left_inner {
        margin: 16px 0 0 0;
    }

    .one_left_inner h3 {
        font-size: 18px;
        line-height: 26px;
        color: #4B2925;
        text-align: center;
    }

    .service-item {
        padding-right: 0;
    }

    .one,
    .two,
    .five {
        padding: 25px 0;
    }

    .four,
    .seven,
    .eight {
        margin-top: 25px;
    }

    .one_left_inner p {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }

    .new_ul_li {
        column-count: 1;
    }

    .form_block_left_inner_holder {
        grid-template-columns: 1fr;
        display: flex;
        margin-top: 22px;
        justify-content: center;
        text-align: center;
    }

    .form_block_left_inner_left_holder_border {
        border-right: none;
    }

    .fblil_right p {
        font-size: 14px;
    }

    .common_heading h2 {
        font-size: 22px;
        text-align: left;
    }

    .common_heading h2:after {
        left: 102px !important;
    }

    .new_custom_container {
        padding: 0 12px;
    }

    .new_common_heading h2 {
        text-align: left;
        font-size: 22px;
    }

    .documents_new_inner_p {
        text-align: left;
    }

    .new_common_heading h2:after {
        left: 102px !important;
    }

    .documents_new_inner_block h5 span {
        display: block;
        margin-top: -15px;
    }

    .advantages_new h2::after {
        left: 112px !important;
    }

    .common_subheading_responsive,
    .heading_p {
        text-align: left;
    }

    .two_text_block p {
        text-align: left;
    }

    .advantages {
        padding-left: 12px;
    }

    .custom_container {
        padding: 0 12px;
    }

    .new_ul_li {
        margin-bottom: 0;
    }

    .padding_left {
        padding-left: 15px;
    }

    .common_subheading_responsive,
    .heading_p {
        padding: 0 15px;
    }

    .six_text {
        height: 100px;
    }

    .seven_a p {
        margin-top: 5px;
        font-size: 14px;
    }

    .md_section {
        margin-top: 35px;
    }

    .trade_mark_facebook_nine,
    .trade_mark_facebook_ten {
        display: block;
    }

    .trade_mark_facebook_nine_inner h5 {
        color: #000;
        text-align: center;
        font-size: 24px;
        position: relative;
    }

    .trade_mark_facebook_nine_inner h5::after {
        height: 3px;
        position: absolute;
        content: "";
        bottom: -4px;
        background-color: #18ba60;
        width: 135px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .custom_nav_tab {
        display: flex;
        overflow-y: scroll;
        border-bottom: none;
        margin-top: 10px;
    }

    .custom_nav_tab>li>a {
        color: #000;
        font-size: 14px;
        white-space: nowrap;
    }

    .custom_nav_tab>li.active>a,
    .nav-tabs>li.active>a:focus,
    .custom_nav_tab>li.active>a:hover {
        background-color: #129805;
        color: #fff;
    }

    .common_tab_body_holder {
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid #EBEBEB;
        box-shadow: 2px 1px 17px 0px rgba(0, 0, 0, 0.1);
    }

    .common_tab_body {
        padding: 20px 8px;
    }

    .common_tab_body ul li {
        font-size: 14px;
        color: #000;
        margin-bottom: 10px;
        padding-left: 30px;
        position: relative;
        list-style: none;
    }

    .common_tab_body ul li::after {
        position: absolute;
        top: 0;
        left: 0;
        color: #F06906;
        content: url(https://www.onlinelegalindia.com/images/trademark-registration/trademark/tick.png);
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: 900;
        font-size: 14px;
    }

    .common_tab_body ul li i {
        font-style: normal;
        border: 2px solid #292929;
        border-radius: 30px;
        padding: 6px 4px;
        color: #292929;
        font-weight: 900;
        font-size: 11px;
    }

    .trade_mark_facebook_nine {
        background-color: #FAF9F6;
        padding: 25px 0 0 0;
        margin-bottom: 35px;
    }

    .custom_container99 {
        padding: 0 15px;
    }

    .common_tab_body_heading {
        text-align: center;
        background-color: #129805;
        padding: 15px 0;
    }

    .common_tab_body_heading h5 {
        color: #fff;
        font-size: 18px;
    }

    .common_tab_body_heading h6 {
        color: #fff;
        font-size: 25px;
    }

    .common_tab_body_heading h6 i {
        margin-right: 4px;
        font-size: 23px;
    }

    .common_tab_body_heading h6 span {
        font-size: 18px;
        font-weight: 200;
        color: #fff;
    }

    .six {
        margin-top: 35px;
    }

    .common_tab_body ul {
        height: 175px;
    }

    .custom_row {
        display: grid;
    }

    .col_one {
        order: 2;
    }

    .col_two {
        order: 1;
    }

    .one_left {
        margin-top: 20px;
    }

    .six_inner {
        width: 100%;
    }

    .six_inner_block {
        padding: 15px 9px;
    }

    .six_number h4 {
        font-size: 40px;
    }

    .six_text p {
        font-size: 14px;
    }

    .new_block_heading_block h2::after {
        height: 3px;
        position: absolute;
        content: "";
        bottom: -6px;
        background-color: #18ba60;
        border-radius: 2px;
        left: 50% !important;
        transform: translate(-50%, 10%) !important;
        width: 200px;
    }

    .new_block_heading_block h2 {
        text-align: center;
    }

    .two_block_holder {
        width: 100%;
    }

    .we_p p {
        padding: 0 15px;
        ;
    }

    .ul_li_block_button {
        margin-top: 15px;
    }

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

    .five_inner_block {
        margin-top: 15px;
    }

    .custom_responsive_padding {
        padding: 0;
    }
}

@media screen and (max-width: 351px) {
    .seven_a p {
        font-size: 13px;
    }
}
@media screen and (max-width: 337px) {
    #captcha_code {
        width: 47%;
    }
}
@media screen and (max-width: 330px) {
    .seven_a p {
        font-size: 12px;
    }
}
@media screen and (max-width: 322px) {
    #captcha_code {
        width: 45%;
    }
}