.row {
    margin-right: 0px;
    margin-left: 0px;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

h6 {
    font-size: 10px;
    margin-top: 3px;
    margin-bottom: 7px;
}

.top-mobile {
    color: white;
    line-height: 40px;
    font-weight: 600;
}

.nav-link a {
    color: black;
    font-weight: 600;
}

.title {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 32px;
    color: #2e363a;
    font-weight: 600;
    position: relative;
    width: 100%;
    float: left;
}

.title-content {
    margin-top: 13px;
    text-align: center;
    font-size: 15px;
    line-height: 27px;
}

.logo-img-class {
    height: 50px;
    width: 280px;
}

b {
    color: #f06906;
}

/*here is the form css coding*/

@import url(../css-2);


#contact input[type='text'],
#contact input[type='email'],
#contact input[type='tel'],
#contact input[type='url'],
#contact textarea,
#contact button[type='submit'] {
    font: 400 12px/16px 'Roboto', Helvetica, Arial, sans-serif;
}

#contact {
    background: #f9f9f9;
    padding: 25px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type='text'],
#contact input[type='email'],
#contact input[type='tel'],
#contact input[type='url'],
#contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 0 5px;
    padding: 10px;
}

#contact input[type='text']:hover,
#contact input[type='email']:hover,
#contact input[type='tel']:hover,
#contact input[type='url']:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact select {
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 0 5px;
    padding: 10px;
}

/*
#contact button[name='submit'] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #082f54;
    color: #fff;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}
*/

/*
#contact button[name='submit']:hover {
    background: #43a047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[name='submit']:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
*/

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}


::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}


/*here is the form css coding*/


/*here is the coding css of the benifits of udyog aadhar*/

.background_image {
    background-image: url('../services/udyog-aadhaar/image/bg.JPEG 2000');
    left: -74.5px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

.benifts-heading {
    color: white;
    margin-top: 30px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.benifts-heading1 {
    color: white;
    margin-top: 30px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.benifts-heading1 p {
    color: #000 !important;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    margin-top: 35px;
}

.benifts-heading1 p b {
    color: #000 !important;
}

.benifts-heading1 h1::after {
    width: 50px;
    height: 5px;
    position: absolute;
    content: '';
    bottom: -9px;
    left: 0;
    background-color: #337ab7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
}

.benifts-heading1::after {
    display: none;
}

.benifts-heading::after {
    width: 50px;
    height: 5px;
    position: absolute;
    content: '';
    /*bottom: -20px;
    left: 18px;*/
    background-color: #337ab7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 10px auto;
    left: 50%;
    transform: translateX(-50%);
    top:35px !important;
}

.desk_view{display: none;}
.mob_view{display: block;}

.fsttl {
    margin-bottom: 3%;
}


/*
.benifits-small-div {
    width: 50%;
    margin-top: 45px;
}
*/

.benifits-ul {
    margin: 30px 0px 0px 0px;
    padding: 0;
    list-style: none;
}

/*
.benifits-li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #337ab7;
    font-size: 12px;
    position: absolute;
    left: 38px;
    display: block;
    padding-top: 20px;
    line-height: normal;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    margin-left: -18px;
}

.benifits-li {
    color: #888;
    font-weight: 600;
    margin-left: 35px;
    font-size: 12px;
    padding: 10px 0px 10px 0px;
}

.benifits-text {
    color: #d5d5d5;
    font-size: 13px;
    margin-left: 15px;
}
*/

#contact input[name='submit'],
#contact input[type='submit'],
#contact input[type='button'],
button[type='submit'],
#contact button[type='button'],
input[name='next'] {
    cursor: pointer !important;
    width: 100% !important;
    border: none !important;
    background: #082f54 !important;
    color: #fff !important;
    margin: 20px 0 5px !important;
    padding: 12px 10px !important;
    font-size: 23px !important;
    border-radius: 6px !important;
    line-height: inherit !important;
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
}

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

.gst_rdiobtn label {
    padding: 10px;
    margin-bottom: 0;
}


input[type='checkbox'],
input[type='radio'] {
    margin: 4px 0 0;
    line-height: normal;
}

.gst_rdiobtn p {
    font-size: 20px;
}

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

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


/*here is the coding css of the benifits of udyog aadhar*/


/*---------------here is the style of packeges ------------------*/


.book-button {
    height: 50px;
    width: 120px;
    text-align: center;
    border: 1px solid #0083ff;
    border-radius: 5px;
    line-height: 46px;
    margin-left: 33%;
    margin-top: 10px;
    color: #0083ff;
    font-weight: bold;
    cursor: pointer;
}

.price-class {
    padding-top: 20px;
}


/*---------------here is the style of packeges ------------------*/

.card {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    background-color: #fff;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 1px;
    border: none;
}


.register-benifits-text {
    color: #666;
    margin-left: 25px;
    margin-bottom: 15px;
}

/*here is the style of requirements of documents*/


/*here is the style of requirements of documents*/

.founder_img h6 {
    margin-top: 10px;
}


/*here is the footer sytle css*/

.our-associates {
    width: 20%;
    float: left;
}

.legal_list,
.legal_list_imp {
    list-style: none;
}

.legal_list li {
    background: url(../images/svg/bullet-arrow.svg) no-repeat left 3px !important;
    margin-bottom: 10px;
    background-size: 16px;
    padding-left: 26px;
}

/*Package Start*/

#fees {
    margin: 0;
}

#fees .benifits-ul,
#trademark .benifits-ul {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0px 0px;
    padding: 0px;
}

#fees .register-benifits-text,
#trademark .register-benifits-text {
    margin-left: 25px;
    margin-bottom: 15px;
    float: left;
    width: 31%;
    text-align: center;
    min-height: 248px;
    position: relative;
    /* box-shadow: rgb(15, 33, 18) 0px 5px 12px; */
    list-style: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    padding: 15px;
    border-radius: 15px;
    /* background: rgb(253, 250, 246); */
    background: #ffffff;
    border: 1px solid #dbecf6;
}

#fees .copy_box {
    height: 324px !important;
}

.register-benifits-text {
    color: rgb(102, 102, 102);
    margin-left: 25px;
    margin-bottom: 15px;
}

.copyright_fees .copy_box h4 {
    font-weight: bold;
    line-height: 17px;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 42px !important;
    color: rgb(21, 158, 80) !important;
}

.copyright_fees .copy_box h4 span:nth-child(1) {
    color: rgb(41, 41, 41);
    font-weight: normal;
    display: inline-block;
    width: 100%;
    line-height: 32px;
    font-size: 22px !important;
    margin-bottom: 13px !important;
}

.copyright_fees .copy_box h4 span:nth-child(2) {
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: rgb(99, 99, 99) !important;
    margin-bottom: 28px !important;
}

.copy_lists {
    margin-top: 20px;
    transform: translate(23%, 11%);
    width: 79%;
    list-style: square;
}

.copy_lists li {
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
}

#fees .register-benifits-text a,
#trademark .register-benifits-text a {
    font-size: 20px;
    color: rgb(240, 255, 245);
    position: absolute;
    bottom: 0px;
    font-weight: bold;
    transform: translate(-50%, 0px);
    left: 50%;
    width: 100%;
    border-radius: 0px 0px 15px 15px;
    background: linear-gradient(27deg, rgb(10, 177, 82) 0%, rgb(43, 236, 66) 87%);
    padding: 14px 0px;
    border-top: 1px solid rgb(23, 204, 95);
}

/*Package End*/

.eligiblity_headings {
    background: #d7ffdc;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
}

.eligiblity_headings img {
    width: 20px;
    margin-right: 5px;
}

.advantge_box {
    width: 100%;
    float: left;
    margin-bottom: 36px;
    text-align: center;
    padding: 0 5px;
}

.advantge_box i {
    width: 60px;
    height: 60px;
    margin-right: 0px;
    background: #f3f3f3;
    border-radius: 150px;
    box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: inline-table;
}

.advantge_box h4 {
    color: #485d51;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 26px;
    float: left;
    width: 100%;
    text-align: center;
}

.advantge_box p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    width: calc(100% - 87px);
    color: #67756d;
    font-weight: normal;
    width: 100%;
    float: left;
    text-align: center;
}

.faq_box {
    text-align: center;
}

.nav-item-inner {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
}

.nav-wrapper {
    width: 100%;
    margin: auto;
    display: inline-table;
}


/* jQuery Accordion Navigation Menu */

.nav-item {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.nav-item:first-child {
    border-top: none;
}

.nav-item-inner>a {
    display: block;
    cursor: pointer;
    display: block;
    overflow: hidden;
    font-weight: 500;
    color: #1a1b1e;
    padding: 13px 10px 13px 25px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    text-align: left;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
}

.nav-item-inner>a:hover {
    color: #5cb85c;
}

.nav-item-inner-heading {
    position: relative;
    padding: 0.75rem;
    padding-right: 2.5rem;
    font-weight: 700;
}

.nav-item-inner-heading:focus {
    opacity: 1;
}

.nav-item-inner-heading.minus:after,
.nav-item-inner-heading.plus:after {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    text-align: center;
    font-family: FontAwesome;
    font-style: normal;
    color: #fff;
    background: #5cb85c;
    height: 30px;
    border-radius: 20px;
    line-height: 29px;
    font-size: 24px;
}

.nav-item-inner-heading.minus {
    color: #5cb85c;
}

.nav-item-inner-heading.minus:after {
    content: url(../images/minus.svg);
}

.nav-item-inner-heading.plus:after {
    content: url(../images/plus.svg);
}

.nav-sub-list {
    color: #606060;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    display: none;
}

.nav-sub-list-inner {
    padding: 0 0.75rem 2.75rem;
}

.nav-sub-item {
    padding: 0 25px 0 18px;
    text-align: left;
    line-height: 27px;
}

.nav-sub-item:first-child {
    margin-top: 0;
}



@media screen and (max-width: 768px) {
 .top-mobile {
        font-size: 10px;
        font-weight: 500;
    }
    .custom-pull-left {
        float: left !important;
        width: 100%;
        background-color: #385067;
    }

    .desk_view{display: block;}
   .mob_vieww{display: none;}
   .block_padding{padding:0;}
   .legal_list {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 15px;
}
    .nav-link a {
        color: white !important;
        font-weight: 600;
    }
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: -15px;
        margin-left: 0px;
    }

    .background_image {
        height: auto;
    }
    
/*
    .accordaion-main-div {
        height: auto;
    }
*/
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: #4d4343;
    }
    .nav>li>a:focus,
    .nav>li>a:hover {
        background-color: #4d4343;
    }
    .logo-img-class {
        height: 50px;
        width: 270px;
    }
    .our-associates {
        width: 50%;
    }
    .benifts-heading1 {
        color: white;
        margin-top: 30px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
    }
    .benifts-heading1::after {
        width: 50px;
        height: 5px;
        position: absolute;
        content: '';
        bottom: 3px;
        left: 44%;
        background-color: #337ab7;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .benifts-heading1 p {
    color: #000 !important;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    margin-top: 135px;
}
    h6 {
        font-size: 9px;
        margin-top: -19px;
        margin-bottom: 10px;
    }
    b {
        color: #f06906;
    }
   
    .title-content {
        margin-top: 25px;
        text-align: center;
        font-size: 17px;
        line-height: 27px;
    }
    
    #fees .benifits-ul,
    #trademark .benifits-ul {
        display: block;
    }
    #fees .copy_box {
        margin: 20px 0;
        height: 319px !important;
        width: 100%;
        min-height: 228px;
    }
    .benifts-heading1 h1::after {
        bottom: -17px;
    }
    #doc_req {
        margin-top: 10px;
    }
    .process_section {
        height: 113px;
        min-height: auto;
    }
    .title {
        font-size: 22px;
    }
}
