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