
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}


*{
    margin: 0;
    padding: 0;
}

div, ul, li, p, form, h5, h6, h4, h3, h2, h1, p {  margin: 0; padding: 0;}

a{
    text-decoration: none;
    transition: .4s all;
}

body{
    font-family: 'Mukta', sans-serif;
    overflow-x: hidden;
}

html{
    overflow-x: hidden;
}


li{
    list-style: none;
}

figure{
    margin: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

.contnr-new, .applicatn-container {
    width: 100%;
    max-width: 1570px;
}

/* =========== */

.header{
    position: fixed;
    width: 100%;
    padding: 6px 100px;
    background: #2C2562;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
}

.header-info ul{
    display: flex;
    align-items: center;
}

.dashboard-sec{
    padding: 160px 0 70px;
    background: #f0f0f3;
    margin-left: 280px;
    min-height: 670px;
    /* z-index: 9; */
    position: relative;
}

.header-info ul li a{
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
}

.header-info ul li a:hover{
    opacity: 0.7;  
}

.lst-child{
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
}

.sign-ot{
    font-size: 20px;
}

.lst-child::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
    width: 1px;
    background: #FFFFFF;
}

.leftside-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    background: #2C2562;
    height: 100%;
    padding-top: 120px;
    z-index: 9;
}

.leftside-navigation ul li a{
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 22px 6px 22px 45px;
    font-family: 'Inter', sans-serif;
    /* margin-left: 25px */
}

.leftside-navigation ul li{
    border-bottom: 1px solid #4C4778;
}

.leftside-navigation ul li a:hover{
    background: rgba(66, 57, 135, 1);
    color: #fff;
}

.new-size{
    /* font-size: 20px;
    position: relative;
    top: 3px;
    left: -3px; */

    font-size: 20px;
    position: absolute;
    top: 22px;
    bottom: 0;
    margin: auto;
    left: 14px;
}

.new-right{
    position: relative;
    top: 1px;
    right: -3px;
}

.dashboard-card{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 11px 36px #E0E1E8;
    border-radius: 12px;
    padding: 25px;
    min-height: 172px;
    margin-bottom: 90px;
}

.dashboard-card h5{
    font-size: 48px;
    line-height: 35px;
    font-weight: 700;
    color: #000000;
    text-align: right;
}

.dashboard-card h6{
    font-size: 14px;
    color: #aea8a8;
    margin-bottom: 13px;
    text-align: right;
    margin-right: 8px;
}

.lst-para{
    margin-top: 35px;
}

.header figure{
    width: 330px;
}

.header figure img{
    width: 100%;
}

.dashboard-card p{
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
    text-align: right;
}

.dashboard-card figure{
    background: #FD980F;
    border-radius: 8px;
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
}

.grn.grn{
    background: #54AC58;
}

.red.red{
    background: #EA4441;
}

.blue.blue{
    background: #0DB4C9;
}

.service-info{
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 11px 36px #E0E1E8;
    border-radius: 12px;
     /* position: relative;  */
    z-index: 9;
}

.service-info-header{
    font-size: 30px;
    color: #FFFFFF;
    height: 80px;
    width: 100%;
    background: #9229AC;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding-left: 32px;
    margin-bottom: 20px;
    margin-top: -60px;
}

.service-about{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DADADA;
}

.service-about:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.service-about p{
    font-weight: 400;
    font-size: 18px;
    margin: 0 auto 0 16px;
}

.service-about-icon ul{
    display: flex;
    align-items: center;
    gap: 16px;
}

.icon-eye{
    color: #6F6B8F;
}

.icn-grnn{
    color: #54AC58;
}

.icon-red{
    color: #EA4441;
}

.service-yllo{
    background: #FD980F;
}

.figur-img{
    background: #f0f0f3;
    width: 100%;
    height: 120px;
    margin-left: 80px;
    margin-top: -35px;
    position: relative;
}

.figur-img img{
    width: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    pointer-events: none;
}


.footer{
    background: #403F46;
    padding: 20px 0;
    position: relative;
    z-index: 10;
}

.footer p{
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: center;
}

.contact-form input, .contact-form select, .contact-form textarea {
    height: 60px;
    border: 1px solid #2C2562;
    border-radius: 12px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    /* background: #f0f0f3; */
    width: 100%;
}

.contact-form select{
    appearance: none;
}

.contact-form select:focus-visible{
    outline: none;
}

.login-page figure{
    width: 612px;
    margin: 0 auto 20px;
}

.login-page figure img{
    width: 100%;
    max-width: 450px;
}

.login-page h4{
    font-size: 40px;
    font-weight: 600;
    color: #2C2562;
    text-align: center;
    margin-bottom: 26px;
    text-transform: capitalize;
}

.contact-form ::placeholder{
    color: #000;
}

.contact-form {
    margin-bottom: 20px;
    position: relative;
}

.contact-wrapper{
    width: 100%;
    max-width: 630px;
    margin: auto;
}

.contact-form p a{
    font-size: 16px;
    display: block;
    font-weight: 400;
    color: #7E848B;
    font-family: 'Inter', sans-serif;
    text-align: center;
    transition: 0.3s all;
}

.contact-form p a:hover{
    color: #7e848ba8;
}

.contact-form h6 a{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2C2562;
    text-align: center;
}

.contact-form h6 a:hover{
    color: #2c2562db;
}

.contact-form:last-child{
    margin-bottom: 0;
}

.login-sec{
    min-height: 100vh;
    background: #f0f0f3;
    padding-top: 40px;
    position: relative;
}

.login-sec::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 270px;
    width: 100%;
    background: url(../images/image-5.png) no-repeat center / cover ;
    pointer-events: none;
    opacity: .6;
}
.no_overflow{
    overflow: hidden;
}

.contact-form input[type="submit"]{
    background: #3099f3ad;
    box-shadow: 0px 4px 47px -4px #e3e4ed;
    border: none;
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
    color: #FFFFFF;
    border-bottom: 6px solid #3099f3ad;
    transition: 0.3s all;
}

.contact-form input[type="submit"]:hover{
    background: #3099f3ad;
    border-bottom: 6px solid #3099f3ad;
}

.form-control:focus{
    box-shadow: none;
    border: 1px solid #2C2562;
}

.new-img-figure{
    margin-left: auto;
}

.cntck-frm-spn{
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 20px;
}

.cntck-frm-spn img{
    width: 100%;
}

.pswrd-img{
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    height: 20px;
    width: 20px;
    margin: auto;
}

.fa-eye-slash:before {
    content: "\f070" !important;
}

.clr{
    color: #2C2562;
}

.sub-nav.sub-nav li a{
    font-size: 13px;
    margin: 0 20px;
    display: flex;
    align-items: center;
    padding: 10px 6px 10px 45px;
    position: relative;
    /* background: #4737D2; */
    border-radius: 6px;
    margin-bottom: 5px;
}

.sub-nav.sub-nav li{
    border-bottom: none;
}

.sub-nav li a:after{
    content: "";
    position: absolute;
    top: 16px;
    left: 28px;
    height: 6px;
    width: 6px;
    background: white;
    border-radius: 50%;
}

.sub-nav li a:hover{
    background: #4737D2 !important;
}

.sub-nav .actv{
    background: #4737D2 !important;
}

.district-wrapper{
    background: #FFFFFF;
    box-shadow: 0px 11px 36px #e0e1e8;
    border-radius: 12px;
    padding: 45px 50px;
    margin-bottom: 75px;
}

.district-wrapper h4{
    font-weight: 600;
    font-size: 26px;
    color: #202020;
    margin-bottom: 20px;
    position: relative;
}

.district-wrapper input[type="text"]{
    height: 60px;
    border: 1px solid #2C2562;
    border-radius: 12px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    color: #848484;
    margin-bottom: 25px;
}

.district-links a, .district-links button {
    display: inline-block;
    height: 58px;
    line-height: 58px;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 4px 47px -4px #e3e4ed;
    width: 220px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #2C2562;
    border-bottom: 6px solid #C2BFD9;
    transition: 0.3s all;
}

.district-links button:focus-visible{
    outline: none;
}

.district-links a:hover{
    color: white;
    background: #F33033;
    border-bottom: 6px solid #DA171A;
    box-shadow: 0px 4px 47px -4px #e3e4ed;
}

.add-cls.add-cls{
    color: white;
    background: #3099f3ad;
    border-bottom: 6px solid #3099f3ad;
    box-shadow: 0px 4px 47px -4px #E3E4ED;
    margin-left: 30px;
    border-top: none;
    border-left: none;
    border-right: none;
}

.add-cls.add-cls:hover{
    background: #FFFFFF;
    border-bottom: 6px solid #C2BFD9;
    box-shadow: 0px 4px 47px -4px #e3e4ed;
    color: #2C2562;
}


.plus-nw{
    font-size: 16px;
}

.district-links{
    text-align: right;
}

input[type="checkbox"]{
    cursor: pointer;
}

input[type="text"]:focus-visible{
    outline: none;
}

.service-about-icon ul li a i:hover{
    color: #2C2562;
}

.leftside-navigation{
    overflow-y: scroll;
}

.leftside-navigation::-webkit-scrollbar{
    width: 5px;
}

.leftside-navigation::-webkit-scrollbar-track {
    box-shadow: #2C2562; 
    border-radius: 5px;
}

.leftside-navigation::-webkit-scrollbar-thumb {
    background: #4737D2 ; 
    border-radius: 10px;
}

.contact-radio input[type="radio"]{
    width: 100%;
    height: 100%;
}

.new-contck-radio{
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-rdio{
    position: relative;
    margin-right: 40px;
    padding-right: 40px;
}

.line-rdio::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 16px;
    width: 1px;
    background: #2C2562;
    pointer-events: none;
}

.contact-radio label{
    font-size: 18px;
    font-weight: 600;
    color: #2C2562;
}

/* radio button */

    .new-contnr {
        display: block;
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
  
  /* Hide the browser's default radio button */
  .new-contnr input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background: #FFFFFF;
    border: 1px solid #C6C4DC;
    box-shadow: 0px 5px 8px #D8D6E7;
    border-radius: 50%;
    pointer-events: none;
  }
  
  /* On mouse-over, add a grey background color */
  .new-contnr:hover input ~ .checkmark {
    background: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .new-contnr input:checked ~ .checkmark {
    background: white !important;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .new-contnr input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .new-contnr .checkmark:after {
    top: 6px;
    left: 6px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    /* background: #F33033 !important; */
    background: #3099f3ad !important;
  }

  /* radio end  */

.contact-wrapr-new .contact-radio{
    height: 60px;
    line-height: 60px;
    background: #F0F0F3;
    border: 1px solid #2C2562;
    border-radius: 16px;
    padding: 0 25px;
    box-shadow: 0px 4px 47px -4px #e3e4ed;
    border-bottom: 6px solid #2C2562;
}

.contact-wrapr-new .contact-radio .new-contnr .checkmark{
    bottom: 0;
    margin: auto;
}

.contact-wrapr-new .contact-radio{
    margin-bottom: 30px;
}

.contact-wrapr-new .new-contnr{
    text-align: center;
}

.lcc-file{
    visibility: hidden;
    width: 100%;
}

.lcc-file::before {
    content: "";
    visibility: initial;
    display: block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 400;
    width: 100%;
    height: 100px;
    border-radius: 16px;
    border: 1px solid #2C2562;
    position: absolute;
}

.lcc-file:hover::before {
    border-color: black;
}

.lcc-file:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.signature-wrapper{
    position: relative;
}

.signature-wrapper span{
    font-size: 17px;
    color: #848484;
    position: absolute;
    display: block;
    top: 16px;
    left: 20px;
    pointer-events: none;
}

.new-papr-clip{
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 20px;
    color: #504B7D;
    pointer-events: none;
}

.lcc-certificate{
    position: relative;
}

.only-edit{
    margin-right: 20px;
}

.service-deep-grn{
    background: #0DB4C9;
}

.digitl-signtr:before{
    content: "";
}

.digitl-signtr-red{
    background: #EA4441;
}

.form-header{
    position: relative;
    margin-bottom: 40px;
}

.form-header h3{
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2C2562;
    position: relative;
    display: inline-block;
    background: #f0f0f3;
    padding-right: 30px;
    z-index: 2;
}

.form-header:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #000000;
    margin: auto;
}

.appliction-frm .contact-form{
    margin-bottom: 30px;
}

.appliction-frm .contact-form input{
    width: 100%;
}


.new-papr-clip-applictn{
    position: absolute;
    top: 20px;
    right: 21px;
    font-size: 18px;
    pointer-events: none;
}

.aplcatn-section {
    padding: 45px 0 140px;
}

.new-applicatin .lcc-file{
    padding: 0;
}

.new-applicatin .lcc-file::before{
    height: 100%;
    background: #f0f0f3;
    color: black;
}

.service-about-icon ul li button{
    border: none;
    background: transparent;
}

.add-form h5 a{
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #4838D2;
    box-shadow: 6px 10px 19px #b4afda;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-left: auto;
}

.add-form h5 a:hover{
    background: #4838d2d1;
}

.declaration h6{
    font-size: 20px;
    font-weight: 700;
    color: #2C2562;
    margin-bottom: 17px;
}

.about-paragraph p{
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000000;
    font-family: 'Inter', sans-serif;
    margin-bottom: 20px;
}

.about-paragraph p:last-child{
    margin-bottom: 0;
}

.declaration-wrapper{
    position: relative;
    z-index: 6;
    margin-bottom: 30px;
}

.declaration-about{
    /* display: flex; */
    /* align-items: baseline; */
    gap: 20px;
}

.declaration-about .about-paragraph{
    padding-left: 46px;
}

.about-paragraph a{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Inter', sans-serif;
    color: #FB1519;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
}

.about-paragraph a:hover{
    color: #fb1519ab;
}
.contck-frm-paragph{
    width: 300px;
    margin: auto;
}

.new-applicatin span{
    color: #000;
}

/* .equal-mb.equal-mb{
    margin-bottom: 18px !important;
} */

.cart-dwn{
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    height: 20px;
    width: 20px;
    margin: auto;
    pointer-events: none;
}

.receipt-radio{
    justify-content: start;
}

.radio-labl label{
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000000;
    margin-right: 50px;
}

.receipt-radio .line-rdio::after{
    display: none;
}

.recit-frm{
    width: 70%;
    margin: auto;
    margin-top: 70px;
}

.recit-frm .contact-form{
    margin-bottom: 40px;
}

.receipt-btn.receipt-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 0;
}

.receipt-btn a{
    display: inline-block;
    height: 60px;
    line-height: 60px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 4px 47px -4px #e3e4ed;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    color: #2C2562;
    border-bottom: 6px solid #C2BFD9;
    transition: 0.3s all;
}

.receipt-btn a:hover {
    color: white;
    background: #F33033;
    border-bottom: 6px solid #DA171A;
    box-shadow: 0px 4px 47px -4px #e3e4ed;
}

.new-receipt-btn button, .new-receipt-btn a{
    width: 220px;
}

.new-receipt-btn{
    position: relative;
    text-align: center;
    z-index: 9;
    margin-top: 25px;
}

.contractor-page .contact-form input{
    color: black;
     background: white;
}

.contrtr-submit.contrtr-submit {
    width: 220px !important;
    display: table;
    margin: auto;
    text-transform: uppercase !important;
}

.contractor-tabl{
    position: relative;
    z-index: 9;
}

.new-table thead tr th{
    font-size: 17px;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    color: #6E6D78;
}

.new-table tbody tr td{
    padding: 8px 10px;
    background: white;
    box-shadow: 0px 8px 39px #e5e6ee;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #504B7D;
    position: relative;
    
}

/* .new-table tbody tr td:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 25px;
    background: white;
} */

.new-table tbody tr td:last-child:after{
    content: none;
}

.new-table tbody tr td:first-child{
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.new-table tbody tr td:last-child{
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.serial-number{
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #5B49F9;
    box-shadow: 0px 4px 4px #3729ae;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 16px;
}

.green-pending{
    background: #23B98C;
    border-radius: 8px;
    padding: 2px 17px;
    color: white;
    width: 100%;    
    max-width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.option-cls a{
    border: 1px solid #5B49F9;
    border-radius: 8px;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-right: 12px;
}

.option-cls a:last-child{
    margin-right: 0;
}

.option-cls a:hover{
    border: 1px solid #5b49f98c;
}

.option-cls a i{
    font-size: 16px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #5B49F9;
    transition: 0.3s all;
}

.option-cls a i:hover{
    color: #5b49f98c;
}

.dlt-icn.dlt-icn{
    border: 1px solid #F33033;
}

.dlt-icn.dlt-icn:hover{
    border: 1px solid #f33033a3;
}

.dlt-icn.dlt-icn i{
    color: #F33033;
}

.dlt-icn.dlt-icn i:hover{
    color: #f33033a3;
}

.gap.gap td{
    background: transparent;
    height: 20px;
}

.yellow-approved{
    background: #EDC215;
}
.red-reject{
    background: #f33033a3;
}

.padding-botm{
    padding-top: 110px;
}

.thankyou-card{
    position: relative;
    width: 900px;
    margin: auto;
    text-align: center;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 50px 80px;
    margin-top: 70px;
}

.thankyou-card h4, .modal-card h3{
    font-size: 40px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    color: #2C2562;
    margin-bottom: 20px;
}

.thankyou-card p{
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 500;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
}

.thankyou-card p span{
    color: #4D3CDF;
}

.tnkyu-btn{
    height: 58px;
    background: #3099f3ad;
    box-shadow: 0px 4px 47px -4px #e3e4ed;
    border: none;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #FFFFFF;
    border-bottom: 6px solid #3099f3ad;
    transition: 0.3s all;
    width: 200px;
    display: inline-block;
    line-height: 56px;
    border-radius: 12px;
    font-family: 'Inter';
    z-index: 9;
    position: relative;
}

.tnkyu-btn:hover{
    background: #3099f3ad;;
    border-bottom: 6px solid #3099f3ad;;
    color: white;
}

.tnkq-spn{
    height: 60px;
    width: 60px;
    display: inline-block;
    background: #F3F3F3;
    border-radius: 50%;
    margin-bottom: 15px;
    position: relative;
}

.tnkq-spn:after{
    content: "";
    position: absolute;
    top: -7px;
    right: -16px;
    height: 60px;
    width: 60px;
    background: url(../images/red-tick.png) no-repeat center / contain ;
}

.new-frm .tnkyu-btn{
    width: 100%;
}

.modal-card h3{
    font-size: 30px;
    color: #4D3CDF;
    margin-bottom: 6px;
}

.modal-card p{
    font-size: 16px;
    margin-bottom: 13px;
}

.modal-card p:last-child{
    margin-bottom: 0;
}

.modal-card p span{
    color: #4D3CDF;
}

.sign-up-modal .modal-dialog{
    width: 100%;
    max-width: 580px;
}

.new-modal.new-modal .modal-dialog{
    margin: 0 auto;
}

.sign-up-modal .modal-body{
    padding: 25px 40px;
    text-align: center;
}

.sign-up-modal .modal-content{
    border-radius: 30px;
}

.sign-up-modal .modal-footer,.sign-up-modal .modal-header{
    border-top: none;
    border-bottom: none;
}

.sign-up-modal{
    background: #100A45;
    height: 100vh;
}

.modal-card h5{
    position: relative;
    height: 100px;
    width: 100px;
    background: #EFEFF3;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.modal-card h5::before{
    content: "";
    position: absolute;
    top: 5px;
    left: -15px;
    height: 100px;
    width: 100px;
    background: url(../images/thnkyu-img.png) no-repeat center / contain ;
}

body{
    padding-right: 0 !important;
}

.new-content .modal-card h3{
    color: #372E81;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.new-content .tnkyu-btn{
    line-height: 43px;
    height: 48px;
    width: 150px;
    font-size: 18px;
}

.new-content .line-rdio::after{
    content: none;
}

.new-content .contact-form {
    margin-bottom: 30px;
}

.modal-history h3{
    color: #372E81;
    margin-bottom: 25px;
}

.histry-dtls h6, .histry-dtls p{
    font-weight: 600;
    font-size: 16px;
    color: #504B7D;
}

.histry-dtls h4{
    height: 32px;
    width: 32px;
    background: #5B49F9;
    box-shadow: 0px 4px 4px #3729ae;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    font-family: 'Inter';
    font-weight: 600;
}

.histry-dtls{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px #d9d8e2;
    border-radius: 12px;
    padding: 9px 30px;
    margin-bottom: 15px;
}

.histry-dtls:last-child{
    margin-bottom: 0;
}

/* custom checkmark  */

.declartin-check{
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}


.declartin-check input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.form-chkmark{
    position: absolute;
    top: 9px;
    left: 0;
    height: 22px;
    width: 22px;
    background: white;
    border: 1px solid #231F3D;
    box-shadow: 0px 5px 8px #D8D6E7;
    border-radius: 5px;
}

/* .declartin-check:hover input ~ .form-chkmark{
    background: green;
} */

.declartin-check input:checked ~ .form-chkmark {
    border: 1px solid #231F3D;
    border-radius: 5px;
}

.form-chkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.declartin-check input:checked ~ .form-chkmark:after {
    display: block;
}

.declartin-check .form-chkmark:after {
    /* left: 11px;
    top: -10px;
    width: 12px;
    height: 24px; */
    /* border: solid #FB1519;
    border-width: 0 3px 3px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); */

    content: "";
    left: 3px;
    top: -7px;
    width: 24px;
    height: 24px;
    background: url(../images/vector-tick.png) no-repeat center / contain ;
}


.colr-green .form-chkmark{
    top: -11px;
}

.colr-green .form-chkmark:after{
    background: url(../images/vector-green.png) no-repeat center / contain ;
}

.tbl-left-align thead tr th:nth-child(2), .tbl-left-align tbody tr td:nth-child(2) {
    text-align: left;
}

.registratin-card{
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 22px;
    background: white;
    box-shadow: 0px 11px 36px #e0e1e8;
    border-radius: 12px;
    margin-bottom: 60px;
}

.registratin-card figure{
    width: 110px;
    height: 110px;
    background: #FD980F;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.registratin-card figure img{
    width: 100%;
}

.registratin-card .green{
    background: #54AC58;
}

.new-department{
    padding-top: 160px;
}

.registratn-info h5{
    font-size: 21px;
    font-family: 'Mukta';
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
}

.registratn-info h4{
    font-size: 26px;
    font-family: 'Mukta';
    font-weight: 700;
    color: #000000;
}

.real-actv{
    background: #4737D2;
}

.registration-act h3{
    font-size: 32px;
    line-height: 45px;
    font-family: 'Inter';
    font-weight: 700;
    text-transform: uppercase;
    color: #2C2562;
    width: 540px;
}

.applicatn-bttn{
    position: relative;
    background: #5B49F9;
    box-shadow: 0px 11px 36px #e0e1e8;
    border-radius: 12px;
    color: white;
    height: 55px;
    display: inline-block;
    line-height: 55px;
    padding: 0 25px 0 55px;
    font-weight: 600;
    font-size: 18px;
}

.applicatn-bttn:hover{
    color: white;
    opacity: 0.8;
}

.applicatn-bttn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    height: 30px;
    width: 30px;
    background: url(../images/circle-plus.png) no-repeat center / contain;
    bottom: 0;
    margin: auto;
}

.registration-act{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #969698;
}

.pay-bttn{
    border: 3px solid #2C2562;
    padding: 4px 20px;
    display: inline-block;
    border-radius: 50px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #EA4441;
    position: relative;
    margin-bottom: 4px;
}

.pay-bttn:last-child{
    margin-bottom: 0;
}

.pay-bttn:hover{
    background: #5B49F9;
    color: white;
}

.pay-bttn:after{
    /* content: ""; */
    position: absolute;
    bottom: -12px;
    right: 0px;
    height: 18px;
    width: 18px;
    background: url(../images/vectr-arrow.png) no-repeat center / contain ;
}

.establishmnt-act h3{
    width: initial;
}

.establishment-form{
    width: 100%;
    max-width: 760px;
    margin: 40px auto 0;
}

.establishmnt-info .new-receipt-btn{
    margin-top: 70px;
}

.estblismnt-sec{
    padding-top: 120px;
}

.renew-applicatn .contact-form select{
    background: white;
    color: #848484;
}

.renew-applicatn .contact-form .new-renew input, .new-renew ::placeholder{
    color: #848484;
}

.red-rejct{
    background: #F33033;
}

.print-icn{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #2C2562;
    display: inline-block;
}

.print-icn:hover{
    opacity: 0.8;
}

.print-icn i{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 18px;
    color: #2C2562;
}

.new-renw{
    margin-bottom: 42px;
}

.new-signtr .lcc-file::before{
    content: "";
    position: relative;
}

.service-table table{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 16px 18px 2px #e5f2ff;
    border-radius: 12px;
    overflow: hidden;
}

.tabl-abt thead tr th {
    font-size: 16px;
    background: #1889f159;
    color: black;
    font-weight: 500;
}

.tabl-abt tbody tr td {
    font-size: 16px;
    font-weight: 400;
    color: #635A5A;
}

.tabl-abt tr th, .tabl-abt tr td {
    padding: 15px 30px;
}

.tabl-abt tbody tr:nth-child(even) {
    background: #F2F7FF;
}

.service-table{
    padding: 20px 0 30px;
}

.new-view-btn{
    position: absolute;
    right: 30px;
    /* bottom: -16px; */
    font-size: 19px;
}

.new-district-wrapper{
    /* border: 1px solid #DBDDE1; */
    box-shadow: 0px 8px 11px #f0f0f0;
    /* border-radius: 16px */
}

.district-table{
    width: 100%;
}

.district-table thead tr th, .district-table tbody tr td{
    padding: 8px 13px;
    font-size: 13px;
    border: 1px solid #0000001c;
}

.district-table tr:nth-child(even) {
    background: #F5F5F8;
}

.district-table thead tr th{

    background: #4737D2;
    color: #fff;
}

.custom-pagination .flex{
    position: relative;
    z-index: 9;
}

.custom-pagination .flex-1{
    display: none;
}

.custom-pagination .hidden{
    display: initial;
    align-items: center;
    justify-content: space-between;

}

.custom-pagination svg{
    width: 20px;
}

.custom-pagination{
    margin-top: 22px;
}

p.leading-5{
    display: none;
}

.custom-pagination .py-2 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.custom-pagination .px-4 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.new-group{
    margin-bottom: 16px;
}

.grp-input input{
    margin: -1px 3px 0 20px;
}

.new-selct{
    height: 50px;
    border: 1px solid #2C2562;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    padding: 0 20px;
    color: #848484;
}

.no-brdr{
    border: none;
}

.new-back{
    position: absolute;
    bottom: -50px;
    right: 0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 8px;
    width: 100px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #2C2562;
    border-bottom: 4px solid #C2BFD9;
    transition: 0.3s all;
    margin-left: 0 !important;

}

.clr-whte select{
    background: white;
}

.new-frm .bene-label{
    width: 270px;
}

.new-frm .contact-form{
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.text-danger.text-end {
    position: absolute;
    right: 0;
    bottom: -19px;
    font-size: 14px;
}
.new-frm{
    max-width: 900px;
}

.new-wid{
    width: 100%;
}

.tnqu-new.tnqu-new{
    width: 220px;
    margin-left: 200px;
}

.anothr-btnn.anothr-btnn{
    width: 40% ;
    display: block ;
    margin: 0 auto 25px;
}

.estblishmnt-new.estblishmnt-new .new-frm{
    max-width: 80%;
}

input:read-only {
    /* background-color: #e1e1de; */
    background-color: transparent;
}

.date.date, .dob.dob{
    background: #f0f0f3;
}

.pending-pay-bttn{
    background: #ffe2e2;
    color: black;
}

.fixed-wid{
    width: 33%;
    margin-bottom: 10px;
}

.links-new{
    margin-top: 15px;
}

.ui-datepicker{
    z-index: 10 !important;
}
.inspector_heading{
    font-weight: 600 !important; 
}

.new-dngr{
    max-width: 630px;
    margin: 0 auto 25px;
}

.alert-success{
    max-width: 90%;
    margin: 0 auto 45px;
}

.scroller-row{
    height: 400px;
    overflow-x: scroll;
    z-index: 9;
    position: relative;
}
.scroller-row-column
{
    overflow-y: scroll;
    margin-bottom: 25px;  
}

.scroller-row-column:last-child
{
    margin-bottom: 0;  
}

.new-card-dsbrd{
    margin-bottom: 15px;
    min-height: initial;
    position: relative;
    z-index: 1;
}

.new-card-dsbrd h5{
    text-align: center;
}

.flx-wrpr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.new-card-dsbrd h4{
    text-align: center;
}

.new_new_back{
    position: initial !important;
}

.new-info-servc{
    position: relative;
    z-index: 9;
}

.leftside-navigation ul{
    margin-bottom: 70px;
}

.leftside-navigation ul .sub-nav, .leftside-navigation ul .sub-nav ul{
    margin-bottom: 0px;
}

.leftside-navigation li ul{
    display: none;
}

.gap-tabl tbody tr td + td, .gap-tabl tbody tr th + th{
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}

.gap-tabl tbody tr td input{
    /* display: inline-table; */
    margin-bottom: 10px;
}

.inline_radio_button{
    margin-top: 5px;
}

.new-contck-radio.inline_radio_button{
    justify-content: start;
}

.new-contck-radio.inline_radio_button .new-contnr{
    font-size: 16px;
}


.new-contck-radio.inline_radio_button .contact-radio + .contact-radio{
    margin-left: 20px;
}

.sign_up_heading + .invalid-feedback{
    display: block;
        width: 100%;
    max-width: 630px;
    margin: auto;
}



@media only screen and (max-width: 1500px) {

    .contnr-new{
        max-width: initial;
        padding: 0 35px;
    }

    .applicatn-container{
        max-width: initial;
        padding: 0 70px;
    }

    .header figure {
        width: 300px;
    }

    .header-info ul li a{
        font-size: 14px;
    }

    .header{
        padding: 5px 30px;
    }

    .sign-ot {
        font-size: 16px;
    }

    .leftside-navigation ul li a{
        font-size: 12px;
        padding: 15px 6px 20px 38px;
    }

    .new-size{
        top: 15px;
        font-size: 18px;
        left: 13px;
    }

    .dashboard-card h5{
        font-size: 40px;
    }

    .dashboard-card h6 {
        font-size: 13px;
        margin-bottom: 10px;
        margin-right: 5px;
    }

    .dashboard-card p {
        font-size: 16px;
        line-height: 23px;
    }

    .lst-para {
        margin-top: 29px;
    }

    .dashboard-card {
        padding: 23px;
        min-height: 158px;
        margin-bottom: 80px;
    }

    .dashboard-card figure {
        height: 70px;
        width: 70px;
        top: -30px;
    }

    .dashboard-card figure img{
        width: 35px;
    }

    .dashboard-sec {
        padding: 112px 0 60px;
        margin-left:220px;
    }

    .service-info-header{
        height: 50px;
        padding-left: 30px;
        margin-bottom: 18px;
        margin-top: -56px;
    }

    .service-info-header h4{
        font-size: 19px;
    }

    .service-about p {
        font-size: 13px;
        margin: 0 auto 0 12px;
    }

    /* .figur-img{
        height: 230px;
    } */

    .footer{
        padding: 14px 0;
    }

    .footer p{
        font-size: 14px;
    }

    .leftside-navigation{
        padding-top: 100px;
        width:220px;
    }

    .login-page figure {
        width: 100%;
        margin: 0 auto 10px;
        text-align: center;
    }

    .contact-form {
        margin-bottom: 12px;
        margin-top: 12px;
    }
    .checkmark {
        top: 3px;
        height: 20px;
        width: 20px;
    }
    .new-contnr {
        padding-left: 28px;
    }
    .line-rdio {
        margin-right: 35px;
        padding-right: 35px;
    }
    .new-contnr .checkmark:after {
        top: 5px;
        left: 5px;
        width: 9px;
        height: 9px;
    }
    
    

    .login-sec{
        padding-top: 15px;
    }

    .login-page h4 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .contact-form input, .contact-form select {
        height: 45px;
        line-height: 44px;
        font-size: 14px;
    }
    .contact-form input, .contact-form select, .contact-form textarea {
        border-radius: 8px;
        padding: 0 15px;
    }

    .contact-form p a{
        font-size: 15px;
    }

    .contact-form input[type="submit"]{
        font-size: 15px;
    }

    .contact-form h6 a {
        font-size: 18px;
    }

    .contact-wrapper,
    .sign_up_heading + .invalid-feedback {
        max-width: 485px;
    }

    .login-sec::before{
        height: 170px;
    }

    .sub-nav.sub-nav li a{
        font-size: 12px;
    }

    .new-dshbrd-sec{
        padding: 118px 0 0;
    }

    .district-wrapper h4 {
        font-size: 21px;
        margin-bottom: 9px;
    }

    .district-wrapper input[type="text"], .beneficiay-margin-bottom .contact-form  select {
        height: 45px;
        margin-bottom: 22px;
    }

    .district-wrapper {
        padding: 25px;
        margin-bottom: 66px;
    }

    .district-links a, .district-links button {
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        width: 130px;
        border-radius: 10px;
        border-bottom: 5px solid #C2BFD9;
    }

    .add-cls.add-cls{
        border-bottom: 5px solid #3099f3ad;
    }

    .contact-wrapr-new .contact-radio{
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
    }

    .contact-wrapr-new .contact-radio label{
        font-size: 16px;
    }

    .contact-wrapr-new .contact-radio {
        margin-bottom: 20px;
    }

    .contact-wrapr-new .contact-radio{
        border-bottom: 5px solid #2C2562;
    }

    .new-papr-clip {
        font-size: 18px;
    }

    .aplcatn-section{
        padding-top: 40px;
    }

    .new-applicatin .lcc-file::before {
        font-size: 14px;
        padding: 10px 15px;
        border-radius: 12px;
    }

    .new-papr-clip-applictn {
        top: 14px;
        right: 21px;
        font-size: 16px;
    }

    .appliction-frm .contact-form {
        margin-bottom: 25px;
    }

    .form-header h3 {
        font-size: 26px;
        padding-right: 25px;
    }

    .form-header {
        margin-bottom: 28px;
    }

    .add-form h5 a {
        height: 48px;
        width: 48px;
    }

    .declaration h6 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .about-paragraph p {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 18px;
    }

    .about-paragraph a {
        font-size: 15px;
        padding-bottom: 5px;
    }

    .contck-frm-paragph {
        width: 205px;
        margin: auto;
        margin-bottom: 0 !important;
    }

    .signature-wrapper span {
        font-size: 15px;
        top: 13px;
    }

    .new-receipt-btn button, .new-receipt-btn a{
        width: 165px;
    }

    .district-wrapper input[type="text"]{
        font-size: 14px;
    }

    .contrtr-submit.contrtr-submit {
        width: 165px !important;
    }

    .new-table tbody tr td, .new-table thead tr th{
        font-size: 14px;
    }

    .serial-number{
        height: 30px;
        width: 30px;
        font-size: 12px;
    }

    .option-cls a {
        height: 32px;
        width: 32px;
        margin-right: 10px;
    }

    .option-cls a i{
        font-size: 12px;
    }

    .contractr-form .district-wrapper{
        margin-bottom: 30px;
    }

    .green-pending {
        padding: 2px 10px;
        max-width: 92px;
    }
    
    .contractr-form .contact-form{
        margin-bottom: 0;
    }

    .gap.gap td {
        height: initial;
    }

    .new-table tbody tr td{
        padding: 8px 10px;
    }

    .gap.gap td {
        padding: 6px 0;
    }

    .recit-frm {
        margin-top: 40px;
    }

    .padding-botm {
        padding-top: 100px;
    }

    .thankyou-card{
        margin-top: 40px;
    }

    .thankyou-card h4 {
        font-size: 27px;
        margin-bottom: 15px;
    }

    .thankyou-card p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .tnkyu-btn{
        height: 48px;
        line-height: 45px;
        font-size: 16px;
        width: 125px;
    }

    .thankyou-card{
        padding: 30px 40px;
    }

    .tnkq-spn:after{
        height: 50px;
        width: 50px;
    }

    .tnkq-spn{
        height: 50px;
        width: 50px;
    }

    .modal-card h3{
        font-size: 22px;
    }

    .declartin-check .form-chkmark:after {
        left: 3px;
        top: -5px;
        width: 21px;
        height: 21px;
    }

    .colr-green .form-chkmark{
        height: 19px;
        width: 19px;
        border-radius: 3px;
    }

    .colr-green input:checked ~ .form-chkmark{
        border-radius: 3px;
    }

    .new-department{
        padding-top: 120px;
    }

    .registratn-info h4{
        font-size: 22px;
    }

    .registratn-info h5{
        font-size: 17px;
    }

    .registratin-card figure {
        width: 84px;
        height: 84px;
        border-radius: 14px;
        padding: 18px;
    }

    .registratin-card{
        gap: 40px;
    }

    .registration-act h3 {
        font-size: 22px;
        line-height: 34px;
        width: 340px;
    }

    .applicatn-bttn{
        height: 45px;
        line-height: 45px;
        padding: 0 20px 0 46px;
        font-size: 14px;
    }

    .applicatn-bttn:before{
        height: 25px;
        width: 25px;
    }

    .pay-bttn {
        border: 2px solid #2C2562;
        padding: 3px 15px;
        font-size: 12px;
    }

    .pay-bttn:after{
        height: 15px;
        width: 15px;
    }

    .establishmnt-act h3 {
        width: initial;
    }

    .establishmnt-info .new-receipt-btn {
        margin-top: 55px;
    }

    .estblismnt-sec{
        padding-top: 100px;
    }

    .establishment-form {
        max-width: 650px;
        margin: 20px auto 0;
    }

    .print-icn{
        height: 32px;
        width: 32px;
    }

    .print-icn i{
        font-size: 14px;
    }

    .tabl-abt tr th, .tabl-abt tr td {
        padding: 13px 30px;
    }

    .tabl-abt thead tr th, .tabl-abt tbody tr td {
        font-size: 14px;
    }

    .new-selct{
        height: 45px;
        font-size: 14px;
    }

    .new-frm .bene-label {
        width: 270px;
        font-size: 15px;
    }

    .tnqu-new.tnqu-new{
        width: 165px;
    }

    .fixed-wid{
        font-size: 15px;
    }

    .new-dngr{
        max-width: 500px;
    }

    .new-card-dsbrd {
        margin-bottom: 15px;
        min-height: initial;
    }

    
    .gap-tabl tbody tr td + td, .gap-tabl tbody tr th + th {
        margin-left: 2px;
        width: 200px;
    }

    .gap-tabl tbody tr th:first-child{
        vertical-align: baseline;
    }

    .gap-tabl tbody tr td:last-child, .gap-tabl tbody tr th:last-child {
        width: 50px;
    }

    .gap-tabl tbody tr th:nth-child(3){
        margin-left: 15px;

    }

    .gap-tabl tbody tr th {
        font-size: 14px;
    }

    .green-meadow{ margin: 7px 0 0 7px;}


}

@media only screen and (max-width: 1200px) {
    
    .dashboard-card p {
        font-size: 20px;
        line-height: 23px;
    }

    
}




.sign-up-modal {
    background: #e5e5e5;
}
.modal-content.thank_modal {
border-radius: 10px;
border: none;
box-shadow: 0px 6px 20px -6px #8f9190;
}
.modal-content.thank_modal .modal-header {
padding: 0;
position: absolute;
top: 15px;
right: 15px;
cursor: pointer;
z-index: 9;
}
.modal-content.thank_modal h3, 
.modal-content.thank_modal h4 {
color: #3a4046;
font-family: 'Inter';
}
.modal-content.thank_modal h3 {
font-weight: 400;
margin: 0;
}
.modal-content.thank_modal h4 {
font-weight: 100;
font-size: 16px;
margin-top: 7px;
}
.modal-content.thank_modal figure img {
width: 75px;
margin-bottom: 25px;
}
.modal-content.thank_modal .modal-body {
padding: 30px;
}
.modal-content.thank_modal .modal-body button {
border: 2px solid #3a4046;
color: #3a4046;
font-size: 18px;
padding: 8px 20px;
border-radius: 8px;
margin-top: 25px;
}
.modal-content.thank_modal .modal-body button:hover{
background: #3a4046;
color: #fff;
}

.labour-certificate.labour-certificate{
    border: 1px solid black !important;
    display: block !important;
    padding: 15px 10px;
    border-radius: 5px;
}

.labour-certificate .bene-label{
    font-size: 18px !important;
    font-weight: 600;
    width: 100% !important; 
    text-align: center !important;
    margin-bottom: 10px;
}

.labour-certificate p{
    font-size: 15px !important;
}
input[type="radio"].running_bill{
    height:16px !important;
    width: 16px;
    margin-right: 5px; float: left; margin-top: 2px;
}


input[type="checkbox"]#declaration {
    height: 20px;
}

.br-config-tabl tr th{ padding: 5px; text-align: center; line-height: 15px;
    vertical-align: top;}
    .br-config-tabl tr td{ padding: 5px; }

.contnu_btn{ margin-left:0px !important;}


.rdo-bill{ margin: 0px; padding: 0px; vertical-align: top;} 
.rdo-bill li{ display: inline-block; margin: 2px; padding: 0px; list-style: none; vertical-align:middle}








section.login-sec.no_overflow .container {
    max-width: 100%;
}
.new_login li img.avtr {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-top: 9em;
}
.new_login ul {
    display: flex;
    justify-content: space-between;
}
.new_login li {
    width: 32%;
    text-align: center;
}
.new_form {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 25px;
}
.contact-form.form_btm a {
    color: #2C2562;
    text-decoration: underline;
    font-size: 15px;
}
.contact-form.form_btm a:hover{
    text-decoration: none;
}
.contact-form.form_btm {
    display: flex;
    justify-content: space-between;
}
.avtr_dtls {
    margin-top: 12px;
}
.avtr_dtls h3 {
    font-size: 25px;
    font-weight: 700;
}
.new_login .avtr_dtls h4, .new_login .avtr_dtls h6 {
    margin: 0;
    font-size: 20px !important;
}
.new_login .avtr_dtls h4 {
    margin: 5px 0;
}

.dis-color.dis-color{
    color: #999999;
}


@media only screen and (max-width: 1199px){
    .new_login li img.avtr {
        width: 180px;
        height: 180px;
        margin-top: 7em;
    }
    .avtr_dtls h3 {
        font-size: 22px;
    }
    .new_login li {
        width: 33%;
    }
    .new_login .avtr_dtls h4, 
    .new_login .avtr_dtls h6 {
        font-size: 18px !important;
    }
    .new_form {
        padding: 15px;
    }
    .contact-form.form_btm a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 991px){
    .avtr_dtls h3 {
        font-size: 17px;
    }
    .new_login .avtr_dtls h4, 
    .new_login .avtr_dtls h6 {
        font-size: 16px !important;
    }
    .new_login li img.avtr {
        width: 150px;
        height: 150px;
        margin-top: 6em;
    }
    .new_form {
        padding: 15px 10px;
    }
    .contact-form.form_btm {
        display: block;
    }
    .contact-form.form_btm a {
        display: block;
    }

    
}
@media only screen and (max-width: 767px){
    /* .login-sec {
        min-height: auto;
    } */
    .new_login ul {
        justify-content: space-around;
        flex-flow: wrap;
    }
    .new_login li:nth-child(1) {
        order: 2;
    }
    .new_login li:nth-child(3) {
        order: 3;
    }
    .new_login li:nth-child(2) {
        width: 75%;
    }
    .new_login li {
        width: 48%;
    }
    .new_login li img.avtr {
        width: 120px;
        height: 120px;
        margin-top: 20px;
    }
    .avtr_dtls h3 {
        font-size: 20px;
    }

    .new_login {
        margin-bottom: 20px;
    }

    .district-links{
        float: right;
    }

    .new-back{
        margin-right: 6px;
    }
}
@media only screen and (max-width: 575px){
    .new_login li:nth-child(2),
    .new_login li {
        width: 98% !important;
    }
    .new_login li {
        width: 49%;
    }
    .new_login li img.avtr {
        width: 100px;
        height: 100px;
    }
    .avtr_dtls {
        margin-top: 6px;
    }
    .contact-form p a {
        font-size: 13px;
    }
    .contact-form h6 a {
        font-size: 16px;
    }
    .login-page h4 {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .contact-form input, 
    .contact-form select {
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        border-radius: 8px;
    }
}



/*====================================================================================*/

.is-invalid.is-invalid{
    background-image: none !important;
}

.is-invalid.is-invalid + .cntck-frm-spn,
.is-invalid.is-invalid + .toggle-confirm-password .pswrd-img,
.toggle-password .pswrd-img{
    top: 24px;
    bottom: auto;
}

.back_button.back_button{
    margin-right: 30px;
}


table.district-table.district-table.district-table.district-table thead tr th{
  position: sticky;
  top: 0;
  z-index: 99;
}





@media only screen and (max-width: 1500px) {

        .is-invalid.is-invalid + .cntck-frm-spn,
        .is-invalid.is-invalid + .toggle-confirm-password .pswrd-img,
        .toggle-password .pswrd-img{
            top: 16px;
        }

        .rdo-form.rdo-form input{ width: 18px;
            height: 18px;}


        .exp_reprt.exp_reprt{ 
            right:35px; }
}






.ui-widget.ui-widget-content {
    z-index: 99 !important;
}
.create_new .contact-form {
    display: block;
}
.create_new .gap-tabl tbody tr td + td, 
.create_new .gap-tabl tbody tr th + th {
    margin-left: 5px;
}
.create_new .gap-tabl tbody tr th:nth-child(3) {
    margin-left: 20px;
}
table.renew_table{
    border-collapse: inherit;
}
table.renew_table tr td:nth-child(2) {
    width: 120px;
}
.contact-wrapper .invalid-feedback {
    font-size: 13px;
}
.contact-form.new-contck-radio {
    position: relative;
    margin-bottom: 15px;
}
.contact-form.new-contck-radio .invalid-feedback {
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    text-align: center;
}



.rdo-form input{ width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 6px;
    margin-left: 4px;}

.rdo-form label{ 
    font-weight: 600;;
}   

.contnr-new .pay-bttn-new{
    color: white;
    background: #3099f3ad;
    border-bottom: 6px solid #3099f3ad;
    box-shadow: 0px 4px 47px -4px #E3E4ED;
    margin-left: 30px;
    border-top: none;
    border-left: none;
    border-right: none;

    height: 45px;
    line-height: 35px;
    font-size: 15px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    padding: 3px 10px;
}

.contnr-new .pay-bttn-new:hover{
    background: #FFFFFF;
    border-bottom: 6px solid #C2BFD9;
    box-shadow: 0px 4px 47px -4px #e3e4ed;
    color: #2C2562;
}

.exp_reprt{ 
    float: right !important;
    color: white;
    background: #3099f3ad;
    border-bottom: 6px solid #3099f3ad;
    box-shadow: 0px 4px 47px -4px #E3E4ED;
    margin-left: 30px;
    border-top: none;
    border-left: none;
    border-right: none;

    height: 45px;
    line-height: 45px;
    font-size: 15px;
    width: 130px;
    border-radius: 10px;
    
    text-align: center;
    position: absolute;
    top: -48px;
    right:15px;

}

.exp_reprt:hover{
    background: #FFFFFF;
    border-bottom: 6px solid #C2BFD9;
    box-shadow: 0px 4px 47px -4px #e3e4ed;
    color: #2C2562;
}

.contnr-new{
    position: relative;
}



.exp_reprt-btnnw{ 
   position: initial;
   margin-bottom: 10px;
   margin-right: 25px;
}

.tbl-new-distckt.tbl-new-distckt tfoot tr td{
    padding: 8px 13px;
    font-size: 13px;
    border: 1px solid #0000001c;
    background: #23B98C;
    color: white;
    font-weight: 700;
}

.tbl-new-distckt.tbl-new-distckt tbody tr td:first-child {
    border-radius: 0 !important;
}

.tbl-new-distckt.tbl-new-distckt tbody tr td:last-child {
    border-radius: 0 !important;
}





                    /* ============ 14-11-23 ============ */




@media only screen and (max-width: 991px) { 
    
    .applicatn-bttn {
        font-size: 13px;
    }

}




@media only screen and (max-width: 768px) {

    .tabl_scrol,.contractor-tabl,.service-table,.new-district-wrapper{ 
        overflow-x: scroll;
        overflow: auto;
    }

   


    .tabl_scrol table thead tr th,.contractor-tabl table thead tr th,.service-table table thead tr th {
        position: sticky;
        top: 0;
        z-index: 1;
    }
    

    .applicatn-bttn:before {
        height: 20px;
        width: 20px;
    }

    .applicatn-bttn {
        font-size: 12px;
    }

    .applicatn-bttn:before{left:8px;}
    .applicatn-bttn {
        padding: 0 4px 0 25px;
        font-size: 13px;
    }

    .registration-act h3 {
        font-size: 16px;
        width: 310px;
    }

    .contact-form.contact-form{
        margin-bottom: 10px;
    }


}

@media only screen and (max-width: 767px) {

    .sign-ot {
        font-size: 13px;
    }
    .contractor-page .new-renew select{
        background-color: transparent;
        height: 38px !important;
    }

    .registration-act{ display: block;}
    .registration-act h3{ 
        line-height: 24px;
        margin-bottom: 10px;
    }

    .login-sec.new-department {
        min-height: 100vh;
    }

    .dashboard-sec.dashboard-sec {
        padding: 85px 0 60px;
        margin-left: 0px;
    }

    .registratin-card {
        margin-bottom: 15px;
    }

    .establishmnt-act{
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .establishmnt-info .new-receipt-btn {
        margin-top: 25px;
    }

    .contact-form{ margin-bottom: 10px !important;}

    .contractor-tabl .new-table{ 
        line-height: 14px;
    }


    .gap-tabl-covr{
        overflow-x: scroll;
        overflow: auto;   
    }

    .gap-tabl-covr .gap-tabl tr{
        vertical-align: top;
    }

    .gap-tabl-covr .gap-tabl tr td input, .gap-tabl-covr .gap-tabl tr td select{ 
        height: 38px;
        line-height: 38px;
    }

    .gap-tabl tbody tr td + td, .gap-tabl tbody tr th + th {
        width: 150px;
    }

    .gap-tabl tbody tr:after{ 
        display: block;
        clear: both;
        content: "";
    }

    .gap-tabl tbody tr th:nth-child(3) {
         margin-left: 2px; 
    }

    .green-meadow{ 
        margin-top: 3px;
        margin-left: 13px;}

}


@media only screen and (max-width: 640px) {

    .tnkyu-btn.tnkyu-btn{ 
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        width:130px;}

    .registratin-card {
        padding: 10px;
        gap: 15px;}

    .registratin-card figure {
        border-radius: 8px;
        padding: 10px;  }

    .registratn-info h5 {
        font-size: 14px;
        line-height: 14px; }

    .district-wrapper h4 {
        font-size: 16px;
        line-height: 20px;}

    .contnr-new {
        padding: 0 15px; }

    .applicatn-bttn {
        height: 42px;
        line-height: 45px;
        padding: 0 10px 0 30px;
        font-size: 11px; }

    .applicatn-bttn:before {
        height: 20px;
        width: 20px;
        left: 8px;}

    .registration-act h3{
        width: 90%;
        font-size: 14px;
        line-height: 18px; }

    .pay-bttn {
        font-size: 10px;
        line-height: 9px; }

    .add-cls.add-cls{ 
        margin-left: 0px;
        margin-top: 6px; }


    .district-wrapper input[type="text"], .beneficiay-margin-bottom .contact-form select {
        height: 45px;
        margin-bottom: 6px; }

    .footer p {
        font-size: 11px; }

    .new-department {
        padding-top: 80px;}

    .header figure {
        padding-right: 10px; }

    .appliction-frm .contact-form {
        margin-bottom: 10px; }



    .dashboard-sec {
        margin-left: 154px; } 
            
    .leftside-navigation {
        width: 155px;  } 
        
    .leftside-navigation ul li a {
            font-size: 10px;}    

    .header {
        padding: 5px 6px;}     
        
    .registratn-info h4{
        font-size: 15px; line-height: 16px; }

    .registratin-card{ 
        margin-bottom: 10px;}   
        
    .header-info ul { padding-left: 15px;}   

    .header figure {
        padding-right: 15px;
    }

    .header-info ul li a {
        font-size: 11px;
        line-height: 15px;
    }

    .dashboard-sec.dashboard-sec {
        padding: 75px 0 60px;
        margin-left: 0px;
    }

    .district-links a, .district-links button,.new-selct,.contact-form select {
        height: 38px;
        line-height: 38px;
        font-size: 14px;}

    .service-table  { 
        height:250px;
    } 
    
    .service-info-header.service-info-header {
        height: auto;
        border-radius: 8px;
        padding: 10px 12px;
    }

    .registratin-card .registratn-info.registratn-info-cntr .lft-txt{
        width: 100%;
    }

    .registratin-card .registratn-info.registratn-info-cntr .rght-txt{
        float: left;
        text-align: left;
        width: 100%;
    }

    .contractor-page .contact-form .cart-dwn{ 
        line-height: 36px; }

    /* .gap-tabl tr td,.gap-tabl tr th {
            border: 1px solid #0e0d0d !important;
            padding: 8px !important;
          }      */


    .alert-success {
       margin: 0 auto 15px; } 
        
    .service-table {
       padding: 20px 0 10px; }   
       
    .flx-wrpr h6{ font-size: 14px;}

}


html {
    height: 100%;
  }

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }


  @media only screen and (max-width: 520px) {

       .contact-form.gap-tabl-covr table.gap-tabl{
        width: 650px;
       }

       .gap-tabl .btn-danger.btn-danger {
        margin-top: 2px;} 

       .district-wrapper input[type="text"] {
        margin-left: 0px; } 

  }


  @media only screen and (max-width: 420px) {

    .sidebar{
        width: 46%;
        left:-235px; }

    .new-back {
        margin-right: 12px;}

    .contact-form {
            margin-bottom: 20px !important;
        }


  }


 

/* .new-department,.contnr-new {
    flex: 1;
    padding-top: 92px;
  } */


@media only screen and (max-width: 767px) {

      .toggle.lft_mnu span {
        width:100%;
        height:3px;
        background:#889fec;
        display:block;
        position:relative;
        cursor:pointer;
      }
      
      .toggle.lft_mnu span:before,
      .toggle.lft_mnu span:after {
        content:'';
        position:absolute;
        left:0;
        width:100%;
        height:100%;
        background:#889fec;
        transition: all 0.3s ease-out;
      }
      
      .toggle.lft_mnu span:before {
        top:-8px;
      }
      
      .toggle.lft_mnu span:after {
        top:8px;
      }
      
      .toggle.lft_mnu span.toggle {
        background:transparent;
      }


      .lft_mnu {
        background: transparent;
        border: none;
        width: 25px;
        height: 30px;
        cursor: pointer;
        outline: 0;
        margin-left: -30px;
    }
      
      .toggle.lft_mnu span.toggle:before {
        top:0;
        transform:rotate(-45deg);
        background:#889fec;
        
      }
      
      .toggle.lft_mnu span.toggle:after {
        top:0;
        transform:rotate(45deg);
        background:#889fec;
      }
      
      .sidebar {
        background: #2C2562;
        position:fixed;
        top:0;
        /* width: 34%; */
        left:-235px;
        height:100%;
        box-shadow:0 2px 8px rgba(0,0,0,0.2);
        padding-top:90px;
        transition:all 0.3s ease-out;
        z-index: 99;
      }

      .sidebarshow {
        left:0; }

      .header {
        z-index: 999;
      }  



      .new-card-dsbrd.new-card-dsbrd h5 {
        font-size: 26px; }

      .new-card-dsbrd .flx-wrpr{ 
        margin-bottom: 5px;}

      table.district-table.district-table.district-table.district-table thead tr th {
            position: sticky;
            top: 0;
            z-index: 9; 
            line-height: 14px;}

    .service-info-header{
        height: 35px; 
        border-radius: 8px;
     }   
        
    .sub-nav li a:after {
        left: 10px; }

    .sub-nav.sub-nav li a {
        padding-left: 20px;}

    .district-wrapper input[type="text"]{
        height:38px;
        margin-bottom: 6px;
        border-radius: 8px;  }

    .alert {
        padding: 0.4rem 1rem;  } 

    .dashboard-sec.dashboard-sec {
        padding-top: 85px;}


    .new-selct{ 
        height: 38px;
        border-radius: 9px;}

    .web-logo{ display: none;}
    .mbl-logo.mbl-logo{ 
        display: block;
        width: 62px;
        height: auto;
    }

    .lst-child {
        padding-left: 10px;
        margin-left: 10px; }    

    .add-cls .plus-nw{
        font-size: 12px;}  
        
     .contnr-new .contact-wrapper{ 
        margin-top: 10px;}   

    .figur-img{ margin-left: 0px;}   

    .new-card-dsbrd{ padding:15px;}

    /* .contact-form.new-renew .fa-caret-down{
        height:0px;} */


    .beneficiay-margin-bottom .contact-form select{
        height: 38px;
        background-color: transparent;
    }  
    
    /* .contractor-page .contact-form .cart-dwn{ 
        line-height: 38px;
     } */

     .contractor-page .contact-form .cart-dwn{ 
        line-height: -6px; }

    
      
  }



  .new-card-dsbrd h5{ 
    font-size: 30px; 
    line-height: 25px;}

  .district-table .service-about-icon{ display: inline-flex;}  
  .district-table .service-about-icon li{ margin-right: 5px;}

  .district-links{ margin-top: 15px;}
  .signature-wrapper{   margin-bottom: 6px; }

  .mbl-logo{ display: none;}


  .contractr-form .district-wrapper:after,
  .contnr-new .district-wrapper:after{
    display: block;
    content: "";
    clear: both;}

    .new-back .fa-arrow-left{
        padding-right: 5px;
    }

    .gap-tabl tr{ 
        vertical-align: top;
    }

    .gap-tabl .green-meadow { margin-left: 14px;}
    .gap-tabl .btn-danger { margin-top: 6px;}





    /* .new-contck-radio .contact-radio .new-contnr .checkmark{
        display: block !important;
    } */


    /* .new-contck-radio.inline_radio_button .new-contnr::after {
        content: "";
        clear: both;
        display: table;
      } */

      .clear{ clear:both !important;}

      .regst-form tbody tr td:first-child,
      .regst-form tbody tr th:first-child{
         width:160px;
      }

      .regst-form tbody tr td + td,
      .regst-form tbody tr th + th{
         width:140px;
      }

      .regst-form tbody tr th:last-child{
        display: none;
     }

     .contact-form.checkbx-contnr{
        display: inline-flex;
     }

     .contact-form.checkbx-contnr input{
        float: left;
        width: 19px !important;
        margin-right: 6px;
     }
     .remarks_benificiary{
        cursor: pointer;
     }