html,
body {
    width: 100%;
    display: block;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.data h3 {
    color: white;
    font-size: 21px;
    font-style: normal;
    font-family: Roboto;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
}

.data {
    background: #FF9E9E;
    padding: 20px 0px 10px 0px;
    border-radius: 10px;
}

.data1 h3 {
    color: black;
    font-size: 21px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
}

.data1 {
    background: white;
    border: 1px solid #4b50b4;
    padding: 20px 0px 10px 0px;
    border-radius: 10px;
}

.col-lg-3.col-md-6.col-xs-12 img {
    width: 100%;
}

.col-lg-3.col-md-6.col-xs-12 {
    margin-bottom: 20px;
}

.col-lg-6.col-md-12.col-xs-12 {
    background: #FFF2F2;
}

section.container-fluid.about_us img {
    width: 470px;
    display: block;
    margin: auto;
    padding: 20px;
}

section.container-fluid.about_us {
    margin-top: 30px;
    margin-bottom: 70px;
}

section.container-fluid.about_us p {
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}

section.container-fluid.about_us h5 {
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    color: black;
}

section.container-fluid.about_us h4 {
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #FF0707;
}

section.container-fluid.footer {
    background: #434343;
    padding-top: 45px;
    padding-bottom: 30px;
}

.footer .col-lg-4.col-md-6.col-xs-12 {
    padding-bottom: 50px;
}

ul.foot_link li a {
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #EEEFF4;
}


/*span.select2.select2-container.select2-container--default {
    width: 100% !important;
  }*/

.banner_abcd .col-lg-3 {
    padding: 0;
}

.banner_abcd .col-lg-8 {
    padding: 0;
}

.banner_abcd .col-lg-1 {
    padding: 0;
}

section.container-fluid.import_data .col-lg-3 {
    padding: 0;
}

section.container-fluid.import_data .col-lg-8 {
    padding: 0;
}

section.container-fluid.import_data .col-lg-1 {
    padding: 0;
}


/*.select2-container .select2-selection--multiple {
    min-height: 47px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 9px;
  }
  .select2-container .select2-search--inline .select2-search__field {
    margin-top: 10px;
  }*/

.top-information,
.bottom-information {
    padding: 0 20px;
}

.custom-control {
    padding-left: 0px;
    padding-right: 15px;
    margin-top: 15px;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
}


/*.banner_abcd .col-lg-6.col-md-6.col-xs-12 {
        padding: 0;
    }*/

.container-fluid.banner_abcd {
    padding-bottom: 0px;
}

.container-fluid.banner_abcd {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://moksh.handsintechnology.in/Images/banner.svg);
    margin-bottom: 70px;
    background-position: left;
}

green-contact-form {
    width: 700px;
    margin: 0 auto;
    border-radius: 10px;
}

.title-form {
    max-width: 550px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #4b50b4;
    background-color: #4b50b4;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    background-color: #29cc97;
    top: 14px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 0;
    font-weight: bold;
    box-shadow: none;
}

table {
    text-align: center;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: fec400;
}

.select2-container .select2-selection--multiple {
    min-height: 47px;
    border: none;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffffff;
    outline: 0;
    box-shadow: none;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    background: #4b50b4;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    color: white;
    font-weight: 600;
    background: #4b50b4;
}

.table-bordered td,
.table-bordered th {
    border: 2px solid #dee2e6;
}

.section-title {
    margin: 30px auto 80px !important;
}

@media only screen and (max-width: 700px) {
    .row.data_imports .col-lg-8 {
        width: 48%;
    }

    .row.justify-content-between.bottom-information {
        display: block;
    }

    .section-title {
        margin: 20px auto 60px !important;
    }

    .row.data_imports .col-lg-1 {
        width: 10%;
    }

    .row.data_imports .col-lg-3 {
        width: 40%;
    }

    .row.data_imports {
        margin: auto;
    }

    .custom-control.custom-radio.custom-control-inline {
        margin-right: 0px !important;
    }

    .custom-control.custom-radio.custom-control-inline {
        display: block;
        padding-left: 10px;
    }

    .custom-control {
        padding-right: 0px !important;
    }

    .custom-control.custom-radio.custom-control-inline.slectww {
        padding-left: 0px !important;
    }

    .col-lg-6.col-md-6.col-xs-12.second_tab {
        padding: 35px 20px !important;
    }

    label.blanklabel1 {
        display: none;
    }

    .blanklabel {
        margin-left: 15px;
    }

    .container-fluid.banner_abcd h4 {
        font-size: 21px !important;
    }

    .col-lg-12.sazsa {
        margin-bottom: 10px !important;
    }

    .container-fluid.banner_abcd {
        background-image: none;
    }

    section.container-fluid.about_us img {
        width: 100% !important;
    }

    section.container-fluid.about_us {
        margin-bottom: 20px !important;
    }

    section.container-fluid.about_us .col-lg-6.col-md-12.col-xs-12 {
        padding: 15px !important;
    }

    .footer .col-lg-4.col-md-6.col-xs-12 {
        padding-bottom: 10px;
    }
}

body {
    margin: 0;
    padding: 0;
}

section.container-fluid .col-lg-6.col-md-12.col-xs-12 {
    padding: 0;
}

.foot_header {
    color: #F4F5F7;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

ul.foot_link li {
    list-style: none;
    padding-top: 5px;
}

ul.foot_link {
    padding-left: 0px;
}

.navigation {
    height: 70px;
    background: white;
    padding-top: 5px;
    border: 1px solid #ced4da47;
}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand a,
.brand a:visited {
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.nav-container {
    max-width: 1270px;
    /* max-width: 1000px; */
    margin: 0 auto;
}

nav {
    float: right;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a {
    display: block;
    padding: 0 20px;
    line-height: 55px;
    text-decoration: none;
}

nav ul li a {
    background: transparent;
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.navbar-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.25);
}


/* Mobile navigation */

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 55px;
    width: 70px;
}

@media only screen and (max-width: 800px) {
    .nav-mobile {
        display: block;
        top: 10px;
    }

    nav {
        width: 100%;
        padding: 55px 0 0px;
    }

    nav ul {
        display: none;
    }

    nav ul li {
        float: none;
    }

    nav ul li a {
        padding: 15px;
        line-height: 20px;
        background: #f7f5f5;
    }

    .navigation {
        background: #f7f5f5;
    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .navbar-dropdown {
        position: static;
    }
}

section.import_data_table.container-fluid {
    padding-bottom: 30px;
    padding-top: 30px;
}

@media screen and (min-width:800px) {
    .nav-list {
        display: block !important;
    }
}

#navbar-toggle {
    position: absolute;
    left: 18px;
    top: 15px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

.brand {
    padding-left: 15px;
}

#navbar-toggle span,
#navbar-toggle span:before,
#navbar-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #000000;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#navbar-toggle span:before {
    top: -10px;
}

#navbar-toggle span:after {
    bottom: -10px;
}

#navbar-toggle.active span {
    background-color: transparent;
}

#navbar-toggle.active span:before,
#navbar-toggle.active span:after {
    top: 0;
}

#navbar-toggle.active span:before {
    transform: rotate(45deg);
}

#navbar-toggle.active span:after {
    transform: rotate(-45deg);
}

.profile-dropdown img {
    width: 35px;
    height: 35px;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
    border: 2px solid #f8f8fc;
}

.header .profile-dropdown .nav-link {
    padding: 0;
}

.brround {
    border-radius: 50%;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-menu-user {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 145px;
    /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
    z-index: 1;


}

.profile-dropdown a {
    float: none;
    color: black;
    /* padding: 12px 16px; */
    text-decoration: none;
    display: block;
    text-align: left;
    line-height: 28px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.profile-dropdown a:hover,
.profile-dropdown a:active,
.profile-dropdown a:focus {
    /* background-color: #ddd; */
}

.dropdown-menu-user:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 70px;
    border-bottom: 10px solid #e6ebf1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
    background-color: #9b9fa269 !important;
    color: #00000069 !important;
}

.profile-dropdown:hover .dropdown-menu-user,
.profile-dropdown:active .dropdown-menu-user,
.profile-dropdown:focus .dropdown-menu-user {
    display: block;
}

.fs-13 {
    font-size: 13px;
}

.col-lg-6.login-box {
    box-shadow: 0 0 2px 0 grey;
    padding: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.left-side-block {
    display: inline-flex;
}

.total-rows {
    margin-bottom: 0;
    align-content: center;
    font-weight: 600;
    padding-right: 15px;
}

.dropdown-menu {
    left: -45px;
}


.down-arrow {
    content: '';
    position: absolute;
    top: 15px;
    /* padding-top: 11px; */
    left: 200px;
    border-top: 10px solid #e6ebf1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

button.dropbtn.btn.show-drop {
    padding-right: 30px;
}