body{
    font-family: "Manrope", sans-serif;
}
.common_class{
    float:left;
    width:100%;
}
.one {
    background-color: #CCFDC8;
    padding: 45px 0;
}
.one_left h1 {
    color: #000000;
    font-size: 35px;
}
.one_left h1 span {
    display: block;
}
.one_left_inner {
    margin: 25px 0;
}
.one_left_inner p {
    color: #000000;
    font-size: 16px;
}
.new_ul_li {
    margin: 25px 0;
    column-count: 2;
}
.new_ul_li li {
    font-size: 16px;
    color: #000;
    position: relative;
    margin-bottom: 17px;
    padding-left: 44px;
    list-style: none;
}
.new_ul_li li::after {
    position: absolute;
    top: 0;
    left: 0;
    content: url(https://www.onlinelegalindia.com/images/nidhi-company-registration/tick-icon.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_border {
    border-right: 2px solid #000;
}
.form_block_left_inner_left_holder {
    display: grid;
    grid-template-columns: 130px 1fr;
    align-items: center;
    grid-gap: 15px;
}
.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: #000000;
    font-size: 18px;
    font-weight: 600;
}
.form_one_right {
    margin-top: 25px;
}
.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;
}
.form_check .custom_check {
    position: relative;
    padding-left: 31px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 3px;
    font-weight: 500;
}
.form_check .custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.form_check .custom_check input:checked ~ .form_checkmark {
    background-color: #b6b6b6;
}
.form_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #dcdcdc;
    border-radius: 5px;
    border: 2px solid #505050;
}
.form_check .custom_check input:checked ~ .form_checkmark:after {
    display: block;
}
.form_check .custom_check .form_checkmark:after {
    left: 5px;
    top: 1px;
    width: 7px;
    height: 12px;
    border: solid #121212;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.tsfb_started {
    background-color: #129805;
    height: 40px;
    border-radius: 24px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    margin-top: 20px;
}
.text_button {
    padding-top: 15px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 10px;
}
.text_button p {
    color: #000000;
    font-size: 14px;
    line-height: 30px;
}

.ntmfsl_heading h2 {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.two{
    padding-top: 50px;
}
.ntmfsl_heading h2::after {
    height: 3px;
    position: absolute;
    content: "";
    bottom: 0;
    background-color: #18ba60;
    width: 215px !important;
    left: 447px !important;
    top: 42px !important;
}
.two_p {
    margin-top: 25px;
}
.tmftf_ul_li p{
    font-size: 16px;
    color: #000;
    line-height: 27px;
}
.common_heading h2 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.two_text_block {
    text-align: center;
}
.two_text_block p {
    font-size: 16px;
    color: #000;
    line-height: 27px;
}
.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;
}
.common_heading p {
    margin-top: 20px;
    color: #000;
    font-size: 16px;
}
.new_tmftf_ul_li {
    margin-top: 30px;
}
.tmftf_ul_li9 ul {
    column-count: 2 !important;
}
.new_tmftf_ul_li ul li {
    font-size: 18px;
    color: #000;
    position: relative;
    margin-bottom: 10px;
    padding-left: 35px;
    list-style: none;
}
.new_tmftf_ul_li ul li::after {
    position: absolute;
    top: 0;
    left: 0;
    content: url(https://www.onlinelegalindia.com/images/trademark-registration/trademark/tick.png);
}
.check-mark {
    color: green;
    margin-right: 10px;
  }
.mark-type {
    font-weight: bold;
    margin-right: 15px;
    white-space: nowrap;
}
.margin_top{
    margin-top: 25px;
}
/* .description {
    padding-left: 20px;
} */
.row-align {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.container-custom {
    max-width: 800px;
    margin: auto;
}
.mark-type::before {
    position: relative;
    top: 0;
    left: -4px;
    content: url(https://www.onlinelegalindia.com/images/trademark-registration/trademark/tick.png);
}
hr{
    border: 0;
    border-top: 1.5px solid #129805;
    margin: 20px 0;
    width: 100%;
}
.common_heading h3 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.common_heading h3:after {
    height: 3px;
    position: absolute;
    content: "";
    bottom: -14px;
    background-color: #18ba60;
    border-radius: 2px;
    left: 50% !important;
    transform: translate(-50%, 10%) !important;
    width: 200px;
}
.cls_list p::before{
    position: relative;
    top: 0;
    left: -4px;
    content: url(https://www.onlinelegalindia.com/images/trademark-registration/trademark/tick.png);
}
.common_heading h4 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.common_heading h4:after {
    height: 3px;
    position: absolute;
    content: "";
    bottom: -6px;
    background-color: #18ba60;
    border-radius: 2px;
    left: 50% !important;
    transform: translate(-50%, 10%) !important;
    width: 200px;
}
.mark-type {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.descriptionn, .descriptionn1, .descriptionn2, .descriptionn3, .descriptionn4, .descriptionn5, .descriptionn6, .descriptionn7 {
    font-size: 16px;
    color: #000000;
}
.margin {
    margin-bottom: 1.5rem;
}
hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.common_heading h4 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.common_heading h4:after {
    height: 3px;
    position: absolute;
    content: "";
    bottom: -6px;
    background-color: #18ba60;
    border-radius: 2px;
    left: 50% !important;
    transform: translate(-50%, 10%) !important;
    width: 200px;
}
.cls_list span{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}
/* .table-container {
    margin: 20px;
    width: 50%;
} */
.table-container {
    margin: 20px;
}
ul {
    padding-left: 20px;
}
.two_tbl_sec{
    width: 100%;
    display: flex;
    justify-content: center;
}
td{
    text-align: start !important;
}
.table-dark tr th{
    font-size: 16px;
    font-weight: 700;

}
.ul_list tr td{
    font-size: 14px;
    font-weight: 600;
}
.line_height{
    line-height: 25px;
}
.mark-type {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.description, .description1, .description2, .description3, .description4, .description5, .description6 {
    font-size: 16px;
    color: #000000;
}
.padding_gap {
    padding-bottom: 1.5rem;
}
.cls_list {
    margin-bottom: 1.5rem;
}
.cls_list p {
    font-weight: bold;
}
.cls_list span {
    display: block;
    margin-top: 0.5rem;
}
.margin_topp p{
    margin-top: 20px;
}
.two_tbl_sec{
    padding: 0px 15px;

}
.text_size p{
    margin-top: 30px;
}
.common_headingg h3{
    color: #000;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.common_headingg h3:after {
    height: 3px;
    position: absolute;
    content: "";
    bottom: -6px;
    background-color: #18ba60;
    border-radius: 2px;
    left: 50% !important;
    transform: translate(-50%, 10%) !important;
    width: 200px;
}
.common_headingg p {
    margin-top: 20px;
    color: #000;
    font-size: 16px;
}
.text_sizee h5{
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-top: 20px;
}
.text_sizee p{
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}
.text_siz h3{
    color: #000;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    text-align: center;
    
}
.text_siz h3:after {
    height: 3px;
    position: absolute;
    content: "";
    bottom: -14px;
    background-color: #18ba60;
    border-radius: 2px;
    left: 50% !important;
    transform: translate(-50%, 10%) !important;
    width: 200px;
}
.text_sizee p:nth-child(1){
    margin-top: 20px;

}
.padding_left{
    padding-left: 40px;
}
.text_sizee h2{
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}
.right_tick .text_sizee h5::before {
    position: relative;
    top: 0;
    left: -4px;
    content: url(https://www.onlinelegalindia.com/images/trademark-registration/trademark/tick.png);
}

#showMoreBtn {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #129805;
    color: #fff;
    border: 1px solid #129805;

}
.content {
    display: none;
}
.twwo{
    padding-top: 10px;
}
.background_cls{
    background-color: #F5F5F5;
}
.margin_top{
    margin-top: 30px;
}
.text_align{
    text-align: center;
    margin-top: 25px !important;
    font-size: 18px !important;
    margin-bottom: 20px !important;
}
.how_work_mobile_img{
    display: none;

}
.price_block_holder{
    box-shadow: 2px 1px 17px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 30px;
    padding: 20px 15px;
    border: 1px solid #129805 !important;
}
.price_block_heading {
    padding: 18px 0 !important;
    background-color: #129805 !important;
    text-align: center !important;
    height: 119px !important;
    margin-top: -21px;
    width: 358px;
    margin-left: -15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.price_block_holder .price_block_heading h5 {
    color: #fff !important;
    font-size: 24px !important;
    height: unset !important;
}
.price_block_heading h6 {
    font-size: 22px !important;
    color: #fff !important;
}
.price_block_holder ul {
    margin-top: 30px;
    height: 420px;
}
.price_block_holder ul li {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    padding-left: 37px;
    position: relative;
    list-style: none;
}
.price_button_block {
    margin-top: 30px;
}
.tsfb_started {
    background-color: #129805;
    height: 40px;
    border-radius: 24px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    margin-top: 20px;
}
.tsfb_started i {
    margin-left: 8px;
}
.price_block_holder 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;
}
.trade_mark_facebook_six_inner h3 {
    text-align: center !important;
    font-size: 35px !important;
    font-weight: 700 !important;
    color: #000 !important;
}
.trade_mark_facebook_nine {
    display: none;
}
.trade_mark_facebook_ten {
    display: none;
}
.item1_block_slider {
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    box-shadow: 2px 1px 17px 0px rgba(0, 0, 0, 0.1);
    height: 250px;
}
.item1_block_slider h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.star_block {
    display: flex;
    align-items: start;
    justify-content: start;
    margin-top: 5px;
    margin-bottom: 15px;
}
.star_block i {
    color: #f5c518;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
}
.owl-prev { left: -20px; }
.owl-next { right: -20px; }
.height_top{
    margin-top: 30px;
}
.item1_block_slider p{
    text-align: start;
}
.item1_block_slider h4{
    text-align: start;
}
.step_con {
    padding: 45px 10px 20px;
    background: #efefef;
    border-radius: 10px;
    position: relative;
    min-height: 170px;
    margin-bottom: 40px;
}
.step_con .step_no {
    background: #3C8230;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 10px 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: -20px;
}
.step_con .step_no:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    border-right: solid 15px #2f6a24;
    border-top: solid 20px transparent;
    border-bottom: solid 0 transparent;
}
.step_con .step_no:after {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    border-left: solid 15px #2f6a24;
    border-top: solid 20px transparent;
    border-bottom: solid 0 transparent;
}

.height_topp{
    margin-top: 50px;
}
.step_con1 .step_no {
    background: #fd5506;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 10px 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: -20px;
}
.step_con1 .step_no:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    border-right: solid 15px #fd5506;
    border-top: solid 20px transparent;
    border-bottom: solid 0 transparent;
}
.step_con1 .step_no:after {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    border-left: solid 15px #fd5506;
    border-top: solid 20px transparent;
    border-bottom: solid 0 transparent;
}
.step_con1 {
    padding: 45px 10px 20px;
    background: #efefef;
    border-radius: 10px;
    position: relative;
    min-height: 170px;
    margin-bottom: 40px;
}
.content_center{
    display: flex;
    justify-content: center;
}
.step_con1 h3{
    font-size: 18px;
    font-weight: 600;
}
.step_con h3{
    font-size: 18px;
    font-weight: 600;
}
.font_size p{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;

}
.new_fb {
    background-image: linear-gradient(to left top, #129805, #45E536) !important;
}
#reviews {
    margin-top: 30px;
}
.trade_mark_facebook_five_inner {
    text-align: center;
}
.Successfully_appl p {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.fb_founder_left {
    margin-top: 20px;
}

.fb_founder_left p {
    font-size: 16px;
    color: #000;
    margin-top: 20px;
}
.new_trade_mark_facebook_seven_inner {
    width: 70%;
    margin: 0 auto;
}
.new_trade_mark_facebook_seven_inner_left::before {
    position: absolute;
    top: 0;
    right: -30px;
    content: "";
    background-color: #fff;
    height: 200px;
    width: 2px;
}
.new_trade_mark_facebook_seven_inner_left {
    padding: 40px 0;
    position: relative;
}
.new_trade_mark_facebook_seven_inner_right h4 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.ntmfsir {
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_trade_mark_facebook_seven {
    padding: 20px 0;
    background-image: linear-gradient(to right, #129805, #2BD71A);
}
.top_margin{
    margin-top: 50px;
}
.new_trade_mark_facebook_seven_inner_left h4, .new_trade_mark_facebook_seven_inner_right h4 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.new_trade_mark_facebook_seven_inner_left {
    padding: 40px 0;
    position: relative;
}
.owl-carousel.owl-loaded {
    display: flex !important;
}
.tdex_slider_block {
    width: 70%;
    margin: 0 auto;
    box-shadow: 2px 1px 17px 0px rgba(0, 0, 0, 0.1);
}

.tdex_slider_block_right {
    margin-top: 50px;
}

.tdex_slider_block_left {
    margin-top: 15px;
}

.new_slide_img {
    width: 80% !important;
}

.second_sec {
    display: block;
}
.bottom_margin{
    margin-bottom: 50px;
}
.accordion-cus-head {
    color: #000000;
    background: #CCFDC8;
    padding: 14px;
    margin: 0 0 20px 0;
}
.margin_bot p{
    margin-bottom: 20px;
}
.child-ans-text{
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}
.accordion-cus-head{
    font-size: 17px;
    font-weight: 700;
    color: #000000;
}
.register-benifits-text{
    font-size: 15px;
    color: #000000 !important;
    font-weight: 400;

}
.mar_bot{
    margin-bottom: 20px;
}






@media (max-width: 768px){
.new_ul_li {
    column-count: 1;
}
.form_block_left_inner_holder {
    grid-template-columns: 1fr;
}
.form_block_left_inner_left_holder_border {
    border-right: none;
}
.one_left h1 {
    font-size: 28px;
}
.col_one {
    order: 2;
}
.col_two {
    order: 1;
}
.custom_row {
    display: grid;
}
.one_left {
    margin-top: 20px;
}
.one_right h5 {
    font-size: 24px;
}
b{
    display:none !important;
}
.ntmfsl_heading h2::after {
    left: 50px !important;
}
.tmftf_ul_li9 ul {
    column-count: 1 !important;
}
.ntmfsl_heading h2 {
    font-size: 28px;
}
.two {
    padding-top: 30px;
}
.common_heading h2 {
    font-size: 28px;
}
.tmftf_ul_li p {
    text-align: start;
}
.common_heading p {
    padding: 0px 15px;
}
.new_ul_li{
    padding: 0px;
}
.padding_gap{
    padding: 0px 15px;
    text-align: start;
}
.common_heading h3 {
    font-size: 28px;
}
.common_heading h4 {
    font-size: 28px;
}
.margin{
    padding: 0px 15px;
}
.cls_list span {
    padding: 0px 15px;
}
.common_heading p {
    line-height: 28px;
}
hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1.5px solid #129805;
    width: 100%;
}
.common_heading p {
    margin-top: 20px;
}
.table-container {
    width: 100%;
}
.lin_hght{
    line-height: 30px;
}
.common_headingg p {
    padding: 0px 15px;
}
.text_siz h3{
    font-size: 28px;
    line-height: 34px;
}
.text_sizee{
    padding: 0px 15px;
}
.text_sizee p {
    margin-top: 10px;
}
.padding_left {
    padding-left: 0px;
}
.common_headingg h3 {
    font-size: 28px;
}
.how_work_mobile_img{
    display: block;

}
.how_work_destop_img{
    display: none;

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

.custom_nav_tab {
    display: flex;
    overflow-y: scroll;
    border-bottom: none;
    margin-top: 10px;
}
.custom_nav_tab > li.active > a, .nav-tabs > li.active > a:focus, .custom_nav_tab > li.active > a:hover {
    background-color: #129805;
    color: #fff;
}
.custom_nav_tab > li > a {
    color: #000;
    font-size: 14px;
    white-space: nowrap;
}
.trade_mark_facebook_nine {
    background-color: #FAF9F6;
    padding: 25px 0 0 0;
    margin-bottom: 35px;
}
.trade_mark_facebook_six{
    display: none;

}
.trade_mark_facebook_ten {
    display: block;
}
.custom_container {
    padding: 0 12px;
}
.tab-content > .active {
    display: block;
}
.common_tab_body_holder {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #129805 !important;
    box-shadow: 2px 1px 17px 0px rgba(0, 0, 0, 0.1);
}
.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 {
    padding: 20px 8px;
}
.common_tab_body9099 {
    border: unset !important;
    border-radius: unset !important;
}
.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;
}
.price_button_block {
    padding: 22px;
}
.pricing_tab_body{
    margin-top: 30px;
}
.content_center {
    display: block;
}
.owl-carousel.owl-loaded {
    display: block !important;
}
.new_trade_mark_facebook_seven_inner {
    width: 100%;
}
.tdex_slider_block {
    width: 100%;

}
.tdex_slider_block_right {
    margin-top: 30px;
}
.padding_bottom_mobile {
    margin-bottom: 15px;
}
.fb_founder_right{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.fb_founder_right img{
    width: 70%;
}
.benifts-heading::after {
    width: 50px;
    height: 5px;
    position: absolute !important;
    display: block;
    content: "";
    bottom: 0px !important;
    left: 50% !important;
    background-color: #18ba60;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 30px;
    transform: translate(-50%);
    top: 70%;
}
}

