.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;
}

.title-content {
    margin-top: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #f1ecec;
    text-decoration: none;
    background-color: #385067;
}


/*here is the form css coding*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
.container.form {
    width: 100%;
    margin-top: 226px;
    margin-bottom: 70px;
}

#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);
    min-height: 460px;
}

.from_state {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.package {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.avail_consult h3 a {
    text-decoration: none;
    cursor: pointer;
}

.avail_consult h3 a span {
    font-size: 19px !important;
    font-weight: 600 !important;
    margin-top: 13px;
    display: block !important;
    color: #fff;
    background: #f06906;
    padding: 11px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    cursor: default;
    margin-bottom: 16px;
}

#second_div h5 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 13px;
    margin-top: 22px;
}

.gst_rdiobtn {
    padding: 10px;
    margin-bottom: 15px;
    background: #eaeaea;
    border-radius: 9px;
    position: relative;
    cursor: pointer;
}

.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;
}

.gst_rdiobtn ul li b {
    margin-left: 40px;
    display: inline-block;
}

.gst_rdiobtn ul li:nth-child(1) {
    margin-bottom: 0;
}


/*Custom Radio for Form Package start*/

.gst_rdiobtn:nth-child(3) {
    background: #eaeaea;
    border: 1px solid #eaeaea;
}

.gst_rdiobtn input[type=radio]:checked~.check {
    border: 4px solid #81d481;
}

.gst_rdiobtn input {
    visibility: hidden;
}

.gst_rdiobtn {
    display: flex;
    margin-left: 0px;
    border: 3px solid #eaeaea;
}

.gst_rdiobtn ul {
    margin-left: 20px;
}

.gst_rdiobtn .check {
    display: block;
    position: absolute;
    border: 4px solid #AAAAAA;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 12px;
    left: 5px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.gst_rdiobtn input[type=radio]:checked~.check::before {
    background: #049244;
}

.gst_rdiobtn input[type=radio]:checked~.check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 11px;
    width: 11px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.price_active {
    background: #e4ffe4 !important;
    border: 3px solid #78e478 !important;
}

.gst_rdiobtn label {
    width: 100%;
    font-weight: 500;
}


/*Custom Radio for Form Package end*/

.captcha_box {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

#contact input[name="submit"],
input[name="next"],
#contact input[name="submit"],
input[name="next"] {
    cursor: pointer !important;
    width: 100% !important;
    border: none !important;
    background: #4CAF50 !important;
    color: #FFF !important;
    margin: 0 0 5px !important;
    padding: 12px 10px !important;
    font-size: 23px !important;
    border-radius: 6px !important;
}

#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 16px;
    padding: 14px 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: #4CAF50;
    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);
}

.copyright {
    text-align: center;
}

#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 {
    box-sizing: border-box;
    width: 100%;
}

.benifts-heading {
    color: white;
    margin-top: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 35px !important;
}

.benifts-heading::after {
    width: 50px;
    height: 5px;
    position: absolute !important;
    content: "";
    bottom: -20px;
    left: 18px;
    background-color: #18ba60;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 50% !important;
    transform: translate(-50%);
    top: 100% !important;
}

.benifts-heading9 {
    color: white;
    margin: 30px 0;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

.benifts-heading9::after {
    width: 50px;
    height: 5px;
    position: absolute;
    content: "";
    bottom: 0px !important;
    left: 542px !important;
    background-color: #18ba60;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    top: 65px;
}

.benifits-small-div {
    width: 50%;
    margin-top: 45px;
}

.benifits-ul {
    list-style: none;
    margin: 30px 0px 0px 0px;
    padding: 0;
}

.benifits-li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #18ba60;
    font-size: 12px;
    position: absolute;
    left: 0;
    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);
}

.benifits-li {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}

.benifits-text {
    color: #d5d5d5;
    font-size: 13px;
    margin-left: 15px;
}


/*here is the coding css of the benifits of udyog aadhar*/

.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;
}

.card-header:first-child {
    border-radius: 0;
    border-radius: 100px !important;
}

.card-header {
    background-color: #18ba60;
    margin-bottom: 0;
    padding: 13px 1.25rem;
    border: none;
}

.card-header a i {
    float: left;
    font-size: 25px;
    padding: 5px 0;
    margin: 0 25px 0 0px;
    color: #195C9D;
}

.card-header i {
    float: right;
    font-size: 30px;
    width: 1%;
    margin-top: 8px;
    margin-right: 10px;
}

.card-header a {
    width: 97%;
    float: left;
    color: #565656;
    text-decoration: none;
}

.card-header p {
    margin: 0;
}

.card-header h3 {
    margin: 0 0 0px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: #fff;
}

.card-header .collapsed h3:after {
    content: "+";
    float: right;
}

.card-header a h3:after {
    content: "-";
    float: right;
}

.card-block {
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 20px;
    color: #666;
    box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.1);
    border-top: 1px soild #000;
    border-radius: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 501;
}

.register-benifits-text {
    color: #666;
    margin-left: 25px;
    margin-bottom: 15px;
    background: url(../images/svg/bullet-arrow.svg) no-repeat left 1px;
    padding-left: 26px !important;
    margin-bottom: 1px;
    background-size: 17px;
}

.benifits-having-text {
    color: #6d6d6d;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 12px;
}

table {
    width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    border: 1px solid #dbdbdb;
    padding: 7px;
    text-align: center;
}

.td_rsp_cls {
    font-size: 13px;
    font-weight: 400;
}

.our-associates {
    width: 20%;
    float: left;
}


/*here is the style for how to register*/

.how_register {
    width: 30%;
    float: left;
    margin: 13px 8px 13px 8px;
}


/*here is the style for how to register*/


/*here is the style of packages of gst registration*/

.package-main-div {
    height: 700px;
    width: 31%;
    float: left;
    margin: 50px 10px 50px 10px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px #999;
}

.package-price {
    height: 100px;
    background-color: #4481eb;
    color: #fff;
    text-align: center;
}

.package-price_2 {
    height: 100px;
    background-color: #0ba360;
    color: #fff;
    text-align: center;
}

.package-price_3 {
    height: 100px;
    background-color: #e43603;
    color: #fff;
    text-align: center;
}

.price-class {
    font-size: 42px;
    line-height: 65px;
}

.package-offers {
    height: 485px;
    background-color: #e6efff;
}

.package-offers_2 {
    height: 485px;
    background-color: #cfffea;
}

.package-offers_3 {
    height: 485px;
    background-color: #ffddd3;
}

.packege-ul {
    margin: 0;
    font-size: 16px;
    float: left;
    width: 86.5%;
    padding: 20px 15px 20px 35px;
}

.packege-ul li {
    border-bottom: 1px dashed #999;
    padding: 5px 0;
}

.package-order {
    height: 48px;
    background-color: #4481eb;
    text-align: center;
    width: 80%;
    margin: 30px;
    border-radius: 25px;
    color: white;
    line-height: 44px;
    font-size: 22px;
    cursor: pointer;
}

.package-order_2 {
    height: 48px;
    background-color: #0ba360;
    text-align: center;
    width: 80%;
    margin: 30px;
    border-radius: 25px;
    color: white;
    line-height: 44px;
    font-size: 22px;
    cursor: pointer;
}

.package-order_3 {
    height: 48px;
    background-color: #e43603;
    text-align: center;
    width: 80%;
    margin: 30px;
    border-radius: 25px;
    color: white;
    line-height: 44px;
    font-size: 22px;
    cursor: pointer;
}


/*here is the style of packages of gst registration*/


/*here is the style of when gst registration required*/

.when-main-div {
    height: 320px;
    width: 31%;
    background-color: #a7e5c3;
    float: left;
    border-radius: 5px;
    margin: 10px;
    margin-bottom: 35px;
}

.top-margin {
    margin-top: 35px;
}

.when-inner-div {
    text-align: center;
    margin: 22px;
}

.when-img-div {
    height: 60%;
    width: 100%;
    text-align: center;
}

.when-text-div {
    height: 40%;
    width: 100%;
    text-align: center;
}

.when-img {
    height: 93%;
    width: 55%;
}

.when-text {
    color: black;
    text-align: center;
    font-size: 22px;
}

.when-small-text {
    color: black;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}

.when-main-div:hover {
    background-color: white;
    transition: .5s ease;
    border-radius: 5px;
    border: 1px solid #888;
}


/*here is the style of when gst registration required*/


/*here is the style of how we work section*/

.how-we-work-img {
    height: 150px;
    margin-top: 45px;
}


/*here is the style of how we work section*/


/*here is the style of requirements of documents*/

.requirements-of-doc-img {
    background-image: url("https://www.onlinelegalindia.com/services/udyog-aadhaar/image/bg.JPEG 2000");
    left: -74.5px;
    box-sizing: border-box;
    width: 100%;
    /*padding-left: 74.5px;*/
    /*padding-right: 74.5px;*/
    height: 200px;
}


/*here is the style of requirements of documents*/


/*here is the syle of why us*/

.why-us-img-div {
    margin-top: 50px;
}

.why-us-img {
    width: 33%;
}


/*here is the syle of why us*/


/*here is the style of footer accordation*/

.accordaion-main-div {
    height: 50px;
    width: 100%;
    background-color: #3a526a;
    margin: 25px 0px 0px 0px;
    color: white;
    cursor: pointer;
}

.accordion-cus-head {
    font-weight: 600;
    line-height: 47px;
    margin-left: 40px;
}

.child-ans-div-1 {
    width: 100%;
    color: #66667a;
    border: 1px solid #66667a;
}

.child-ans-text {
    margin-left: 37px;
    margin-top: 10px;
}

#fees .register-benifits-text {
    margin-left: 25px;
    margin-bottom: 15px;
    float: left;
    width: 22%;
    list-style: none;
    border: 1px solid #ffffff;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    background: #fdfaf6;
    min-height: 430px;
    position: relative;
    box-shadow: 0 5px 12px rgb(15 33 18 / 40%);
}

#fees .register-benifits-text h4 {
    font-size: 31px;
    color: #4caf50;
    font-weight: bold;
}

#fees .register-benifits-text p {
    font-size: 15px;
    color: #444444;
    margin: 0 0 8px 0;
}

#fees .register-benifits-text p span {
    color: #fff;
}

#fees .register-benifits-text a {
    font-size: 20px;
    color: #f0fff5;
    background: #4caf50;
    border-radius: 15px;
    padding: 14px 0;
    position: absolute;
    bottom: 0px;
    font-weight: bold;
    transform: translate(-50%, 0);
    left: 50%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    border-top: 1px solid #308e34;
}

.benifts-paragraph {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

#fees .benifits-ul {
    margin: 20px 0px 20px 0px;
    padding: 0;
    float: left;
    width: 100%;
}

#fees .register-benifits-text span:nth-child(1) {
    width: 100%;
    display: inline-block;
    font-size: 24px;
    color: #313131;
    margin-top: 8px;
    margin-bottom: 10px;
}

#trademark .register-benifits-text h4 span {
    margin-bottom: 33px;
    font-size: 25px;
    color: #292929;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    line-height: 23px;
}

#fees .register-benifits-text span:nth-child(2) {
    width: 100%;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    #fees .register-benifits-text {
        width: 95%;
        margin-left: 9px;
    }
    .benifts-heading9 {
        color: white;
        margin-top: 30px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        text-align: center;
    }
    .benifts-heading9::after {
        width: 50px;
        height: 5px;
        position: absolute !important;
        content: "";
        bottom: -20px;
        left: 18px;
        background-color: #18ba60;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        left: 50% !important;
        transform: translate(-50%);
        top: 50% !important;
    }
    .benifts-paragraph {
        text-align: center;
        color: #fff;
        font-size: 16px;
        margin-top: 20px;
    }
}

.reviews {
    margin-top: 42px;
}

.trust_reviewstrat {
    padding: 20px;
    box-shadow: 0 2px 3px #a9a9a9;
    margin-top: 30px;
    background: #f1f1f1;
    min-height: 272px;
    position: relative;
}

.review_title {
    text-align: center;
}

#reviews {
    margin-top: 1px;
}

.review_title span {
    color: #00b67a;
    font-size: 36px;
    font-weight: 600;
    margin-left: -98px;
    display: inline-block;
    vertical-align: middle;
}

.review_title img {
    width: 29%;
}

.trust_reviewstrat img {
    width: 26% !important;
}

.trust_reviewstrat i {
    float: right;
}

.trust_reviewstrat h3 {
    font-size: 18px;
    font-weight: 600;
}

.trust_reviewstrat h4 {
    text-transform: capitalize;
    position: absolute;
    bottom: 7px;
}

.trust_reviewstrat h4 span {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    display: block;
}

.trust_reviewstrat h4 span:after {
    content: "\a";
    white-space: pre;
}

@media screen and (max-width: 600px) {
    .title {
        font-size: 22px;
        text-align: left;
    }
    .benifts-heading {
        font-size: 22px;
    }
    .top-mobile {
        font-size: 10px;
    }
    .custom-pull-left {
        float: left !important;
        width: 100%;
        background-color: #385067;
    }
    #contact {
        margin-bottom: 30px;
    }
    .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;
    }
    .benifits-text {
        margin-left: 31px;
    }
    .how-we-work-img {
        width: 70%;
        height: 100%;
        margin-left: 15%;
        margin-top: -13px;
    }
    .background_image {
        height: auto;
    }
    .why-us-img {
        width: 100%;
    }
    .accordaion-main-div {
        height: auto;
    }
    .accordion-cus-head {
        line-height: 24px;
        font-size: 14px;
        margin-left: 16px;
        padding: 10px;
    }
    .child-ans-text {
        margin-left: 17px;
    }
    .child-ans-div-1 {
        margin-top: -11px;
    }
    .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;
    }
    .when-main-div {
        width: 100%;
        margin-bottom: 35px !important;
        margin: 0px;
    }
    .our-associates {
        width: 50%;
    }
    .hide-in-mobile {
        display: none;
    }
    .trust_reviewstrat img {
        width: 50% !important;
    }
    .trust_reviewstrat {
        min-height: 480px;
    }
    .review_title img {
        width: 63%;
    }
    .review_title span {
        font-size: 27px;
        margin-left: -68px;
    }
}