
.gap-banner {
    margin-top: 15px;
}

.gap-form {
    margin-top: 30px;
}

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

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


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

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

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: #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);
}

#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*/

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

.heading-margin {
    margin-top: 30px;
}

.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: 13px;
    left: 47%;
    background-color: #18ba60;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.benifts-heading::after {
    width: 50px;
    height: 5px;
    position: absolute;
    content: '';
    bottom: -20px;
    left: 18px;
    background-color: #18ba60;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.fsttl {
    margin-bottom: 3%;
}

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

/*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 {
    width: 97%;
    float: left;
    color: #565656;
    text-decoration: none;
}

.card-header h3 {
    margin: 0 0 0px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
}

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

/*here is the syle of why us*/

.why-us-img-div {
    margin-top: 50px;
}
/*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;
}

/*here is the footer sytle css*/

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

.table-content {
    color: black;
    text-align: left;
    border: 1px solid;
}

.table-content1 {
    background-color: #202050;
    color: white;
    text-align: center;
    margin-inline-start: 0px;
}


@media screen and (max-width: 600px) {
    .top-mobile {
        font-size: 10px;
        font-weight: 500;
    }
    .heading-margin {
        margin-top: 30px;
    }
    .table-content {
        color: black;
        text-align: justify;
    }
    .table-content1 {
        background-color: #202050;
        color: white;
        text-align: center;
        margin-inline-start: 0px;
    }
    .custom-pull-left {
        float: left !important;
        width: 100%;
        background-color: #385067;
    }
    .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;
    }
*/
    .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;
    }
    .logo-img-class {
        height: 50px;
        width: 237px;
    }
    .our-associates {
        width: 50%;
    }
    .benifts-heading1 {
        color: white;
        margin-top: 0px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
    }
    .benifts-heading1::after {
        width: 50px;
        height: 5px;
        position: absolute;
        content: '';
        bottom: 3px;
        left: 44%;
        background-color: #18ba60;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    h6 {
        font-size: 9px;
        margin-top: -19px;
        margin-bottom: 10px;
    }
    b {
        color: #f06906;
    }
    .title-content {
        margin-top: 50px;
        text-align: center;
        font-size: 13px;
        line-height: 27px;
    }
    .fsttl {
        margin-bottom: 7%;
    }
    .title {
        font-size: 22px;
    }
    .founder_img h6 {
        margin-top: 10px;
    }
}
/* memorandum-of-understanding start */
@media screen and (max-width: 600px) {
    .process_section {
        min-height: 130px !important;
    }
}
/* memorandum-of-understanding end */

/* new-design-18-10-2021-start */
.annuities_right p{
    font-size: 12px;
}
.common_design_modification_new{
    margin-top:15px;
    float: left;
    width: 100%;
    margin-bottom:30px;
}
.cdmnh_text_block{
    text-align: center;
}
.cdmnh_text_block p{
    margin-top:20px;
}
.cdmnh_text_block h1{
    height: 65px;
    width: 65px;
    border:2px solid #db7a7a;
    border-radius: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 31px;
    color:#db7a7a;
}
.two_block_holder h1{
    border:2px solid #eb9f07;
    color:#eb9f07;
}
.three_block_holder h1{
    border:2px solid #1e6fcc;
    color:#1e6fcc;
}
.four_block_holder h1{
    border:2px solid #1eb5cc;
    color:#1eb5cc;
}
.five_block_holder h1{
    border:2px solid #a76ce1;
    color:#a76ce1;
}
.cdmnh_one{
    position:relative;
}
.cdmnh_text_block h1::before{
    content: '';
    display: block;
    border: 2px solid #dcdcdc;
    margin-bottom: 20px;
    border-style: dashed;
    position: absolute;
    left: 74%;
    width: 70%;
    top: 22%;
}
.common::after{
    content: '\f105';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    position: absolute;
    top: 12px;
    right: -21px;
    z-index: 1;
}
.five_block_holder::after{
    content: '\f105';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    position: absolute;
    left: -15px;
    transform: rotate(
90deg);
    z-index: 1;
    top: 140px;
}
.five_block_holder h1::before{
    content: '';
    display: block;
    border: 2px solid #dcdcdc;
    margin-bottom: 0px;
    border-style: dashed;
    position: absolute;
    left: 50%;
    width: unset;
    top: 57%;
    height: 125px !important;
    z-index:-1;
}
.five_block_holder p{
    background-color: #fff;
    z-index: 9;
    padding: 3px 0;
}
.common_design_modification_new_holder_two{
    margin-top:70px;
}
.arrow_or{
    display: block;
    border: 2px solid #dcdcdc;
    margin-bottom: 0px;
    border-style: dashed; 
    position:relative;
}
.arrow_or::after{
    content: '\f105';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    position: absolute;
    top: -18px;
    left: 50%;;
    z-index: 1;
    transform: rotate( 
        180deg);
}
.p_m{
    padding:0;
}
.grant_hearing_or span{
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-top: -17px;
    padding: 5px 13px;
    background-color: #ffff;
    display:block;
}

.grant_hearing_or span::before{
    content: '';
    display: block;
    border: 2px solid #dcdcdc;
    margin-bottom: 0px;
    border-style: dashed;
    position: absolute;
    left: 50%;
    width: unset;
    top: -48px;
    height: 60px !important;
    z-index: -1;
}
.common_design_modification_new_holder_three{
    margin-top:60px;
}
 .grant_hearing_or_block{
    display: block;
    border: 2px solid #dcdcdc;
    margin-bottom: 0px;
    border-style: dashed; 
    position:relative;
}
.end{
    display: block;
    border: 2px solid #dcdcdc;
    margin-bottom: 0px;
    border-style: dashed; 
    position:relative;
    left: -86px;
}
.end::before{
    content: '';
    display: block;
    border: 2px solid #dcdcdc;
    margin-bottom: 0px;
    border-style: dashed;
    position: absolute;
    left: 44%;
    width: unset;
    top: -46px;
    height: 37px !important;
    z-index: -1;
}
.grant_hearing_or{
    display: flex;
    align-items: center;
    justify-content: center;
}
.gnbh_one{
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #74ae3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}
.gnbh_one1{
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #e86464;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}
.grant_new_block_holder{
    display: flex;
    align-items: flex-end;
    margin-top: 30px;
    background: #fff;
    position: relative;
    top: -48px;
    padding: 0 10px;
}
.gnbh_two p{
    margin-right: 10px;
    font-size: 15px;
    font-weight: 600;
}
.gnbh_two1 p{
    margin-left: 10px;
    font-size: 15px;
    font-weight: 600;
}
.grant_new_block_holder_new, .end_block_left{
    display:flex;
    justify-content: flex-end;
}
.annuities_paid{
    display:flex;
    align-items: center;
    position: relative;
}
.annuities_paid::before{
    content: '';
    display: block;
    border: 2px solid #dcdcdc;
    margin-bottom: 0px;
    border-style: dashed;
    position: absolute;
    left: 73%;
    width: unset;
    top: -40px;
    height: 34px !important;
    z-index: -1;
}
.annuities_left{
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #e1bf1a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}
.annuities_left1{
    height: 30px;
    width: 30px;
    border-radius: 100%;
    border:2px solid #e1bf1a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #e1bf1a;
}
.annuities_right3 p{
    font-size: 12px;
    margin-right: 8px;
}
.hearing_new_block_holder{
    display:flex;
    justify-content: flex-start;
}
.end_block{
    display:flex;
    justify-content: space-between;
    position: relative;
    left: -87px;
    width: calc(100% + 84px);
}
.gnbh_one2 {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #f53535;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}
.annuities_paid1{
    padding-left: 10px;
    display: flex;
    align-items: center;
    position: relative;
}
.annuities_left1{
    height: 30px;
    width: 30px;
    border-radius: 100%;
    border:2px solid #e1bf1a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #e1bf1a;
}
.annuities_paid1::before {
    content: '';
    display: block;
    border: 2px solid #dcdcdc;
    margin-bottom: 0px;
    border-style: dashed;
    position: absolute;
    left: 22px;
    width: unset;
    top: -40px;
    height: 34px !important;
    z-index: -1;
}
.annuities_right1 p{
    font-size: 12px;
    margin-left: 8px;
}
.annuities_right1_responsive, .gnbh_two_responsive, .annuities_right_responsive, .annuities_right3_responsive{
    display:none;
}
@media screen and (max-width: 991px) {
    .cdmnh_text_block h1::before {
        content: '';
        display: block;
        border: 2px solid #dcdcdc;
        margin-bottom: 20px;
        border-style: dashed;
        position: absolute;
        left: 62%;
        width: 85%;
        top: 22%;
    }
    .new_cdmnh_one{
        margin-top:50px;
    }
  .three_block{
      float:right;
  }
  .two_block_holder h1::before{
    content: '';
    display: block;
    border: 2px solid #dcdcdc;
    margin-bottom: 0px;
    border-style: dashed;
    position: absolute;
    left: 50%;
    width: unset;
    top: 57%;
    height: 101px !important;
    z-index: -1;
  }
  .four_block_holder h1::after{
    content: '';
    display: block;
    border: 2px solid #dcdcdc;
    margin-bottom: 0px;
    border-style: dashed;
    position: absolute;
    left: 50%;
    width: unset;
    top: 57%;
    height: 136px !important;
    z-index: -1;
  }
  .three_block_holder h1::before{
      display:none;
  }
  .five_block_holder h1::after{
    content: '';
    display: block;
    border: 2px solid #dcdcdc;
    margin-bottom: 0px;
    border-style: dashed;
    position: absolute;
    left: -13px;
    width: 38%;
    top: 22%;

    z-index: -1;
  }
  .three_block_holder::after{
      display:none;
  }
  .four_block_holder::after{
    transform: rotate( 
        180deg);
  }
  .two_block_holder p{
    background-color: #fff;
    z-index: 9;
    padding: 3px 0;
  }
  .four_block_holder p {
    background-color: #fff;
    z-index: 9;
    padding: 3px 0;
}
  .two_block_holder::after {
    content: '\f105';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    position: absolute;
    left: -13px;
    transform: rotate( 
90deg);
    z-index: 1;
    top: 140px;
}
.four_block_holder::before {
    transform: rotate( 
90deg);
    content: '\f105';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    position: absolute;
    top: 112%;
    left: 49%;
    z-index: 1;
}
.five_block_holder h1::before{
    content: '';
    display: block;
    border: 2px solid #dcdcdc;
    margin-bottom: 0px;
    border-style: dashed;
    position: absolute;
    left: 50%;
    width: unset;
    top: 57%;
    height: 107px !important;
    z-index: -1;
}
.five_block_holder::after{
    left: -16px;
}
.common_design_modification_new_holder_two, .grant_hearing_or {
    display:none;
}

.grant_hearing_or_block {
    width: 37%;
    left: 33%;
    top: -5px;
}
.grant_new_block_holder_new, .end_block_left, .hearing_new_block_holder{
    justify-content: center;
}
.hearing_new_block_holder9{
    justify-content: unset;
}
.hearing_new_block_holder3::before{
    content: '';
    display: block;
    border: 2px solid #dcdcdc;
    margin-bottom: 20px;
    border-style: dashed;
    position: absolute;
    left: 53px;
    width: 22%;
    top: 9%;
}
.end::after{
    content: '\f105';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    position: absolute;
    right: 53%;
    transform: rotate( 
90deg);
    z-index: 1;
    top: -43px;
}
}
@media screen and (max-width: 537px) {
.new_end_block_holder{
    margin-top:100px;
}
.end_block {
    display: flex;
    justify-content: space-between;
    position: relative;
    left: -172px;
    width: calc(100% + 121px);
}
.end::after {
    content: '\f105';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    position: absolute;
    right: 78%;
    transform: rotate( 
90deg);
    z-index: 1;
    top: -94px;
}
.end::before {
 
    left: 19%;
    width: unset;
    top: -136px;
    height: 136px !important;

}
.hearing_new_block_holder3::before {

    left: -31px;
    width: 47%;

}
.gnbh_two p, .gnbh_two1 p{
    margin-bottom: 7px;
}
.hearing_new_block_holder9_inner{
    padding: 0 55px 0 10px;
}
}
@media screen and (max-width: 500px) {
    .annuities_paid{
        flex-direction: column;
    }
    .annuities_right_responsive p{
        font-size:12px;
    }
    .end{
        left: -100px;
    }
    .annuities_paid_responsive{
        flex-direction: column;
    }
    .annuities_paid::before{
        left: 49%;
        top: -47px;
        height: 40px !important;
    }
    .grant_new_block_holder{
        flex-direction: column;
        align-items: center;
    }
    .annuities_paid1::before{
        top: -46px;
    height: 40px !important;
    left: 98px;
    }
    .annuities_right3_responsive p{
        font-size:12px;
    }
    .annuities_right1_responsive, .gnbh_two_responsive, .annuities_right_responsive, .annuities_right3_responsive{
        display:block;
    }
    .gnbh_two_responsive p{
        margin-left: 10px;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 7px;
    }
    .annuities_right1_responsive p{
        font-size:12px;
    }
    .annuities_paid1{
        flex-direction: column;
    align-items: center;
    margin-left: -50px;
    }
    .annuities_right1, .gnbh_two, .annuities_right, .annuities_right3{
        display:none;
    }
   .one_block_holder h1::before {
    left: 68%;
    width: 78%;
   }
   .four_block_holder  h1::before{
    left: 68%;
    width: 78%; 
   }
   .end::before{
    top: -156px;
    height: 154px !important;
    left: 30%;
   }
   .end::after{
    right: 66%;
   }
   .hearing_new_block_holder3::before{
    left: -27px;
    width: 53%;
   }
   .grant_hearing_or_block{
    left: 34%;
   }
   .hearing_new_block_holder9_inner{
    flex-direction: column;
    align-items: center;
   }
}
@media screen and (max-width: 480px) {
    .end_block{
        left: -145px;
    }
    .annuities_right1 p{
        font-size: 10px;
    }
    .hearing_new_block_holder3{
        margin-left: -15px;
    }
}
@media screen and (max-width: 420px) {
    .hearing_new_block_holder3::before{
        display:none;
    }
    .end_block {
        left: -129px;
    }
    .end::before{
        left: 100%;
    }
    .end::after {
        right: -8px;
    }
}
@media screen and (max-width: 385px) {
    .four_block_holder::after{
        top: 13px;
    }
    .one_block_holder h1::before {
        left: 78%;
        width: 70%;
    }
    .four_block_holder h1::before {
        left: 79%;
        width: 67%;
    }
    .two_block_holder::after{
        left: -16px;
    }
    .four_block_holder::before{
        left: 47%;
    }
}
@media screen and (max-width: 370px) {
    .end_block {
        left: -116px;
    }
    .end::after {
        right: -20px;
    }
    .end::before {
        left: 108%;
    }
}
@media screen and (max-width: 360px) {
    .end_block{
        left: -114px;
    }
}
@media screen and (max-width: 350px) {
    .end_block {
        left: -108px;
    }
    .end::after {
        right: -26px;
    }
    .end::before {
        left: 113%;
    }
}
/* new-design-18-10-2021-end */