

html {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif !important;
    color: #212121;
    /*  padding-top: 83px*/
}

ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
}

h6 {
    margin: 0;
}

p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    color: #000;
}
.wrapper.pa-0 {
    position: relative;
    z-index: 0;
}


.wrapper-bg {
    /* background: url(../images/login_bg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-position: center;
    background: #edf1f5;
}
    .wrapper-bg section.login-section {
        background: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
        .wrapper-bg section.login-section .login-box {
            box-shadow: none;
            margin: 0px auto;
        }
.mad-content.no-pd .container {
    max-width: 1140px;
}
.form-group {
    display: inherit;
    flex-wrap: wrap;
    row-gap: inherit;
    column-gap: 2rem;
}
input.form-control {
    width: 100%;
    background: white;
    border-radius: 0px;
    border: 1px solid #ccc;
    height: 42px;
    color: #212121;
    font-size: 15px;
    padding: 0px 10px;
}
select.form-select {
    background: white;
    border-radius: 0px;
    border: 1px solid #ccc;
    height: 42px;
    color: #212121;
    font-size: 15px;
    width: 100px;
    padding: 0px 0px 0px 10px;
}
.form-select:focus {
    border-color: #219dd0;
    outline: 0;
    box-shadow: none;
}
.leftrightSlot {
    display: flex;
    justify-content: space-between;
    width: 50%;
}
.form-control .mad-selected-option {
    width: 100%;
    background: white;
    border-radius: 0px;
    border: 1px solid #ccc;
    height: 42px;
    color: #000;
}
.register-header {
    height: 42px;
    background: #fb844c;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.back-home a {
    font-size: 16px;
    color: #fff;
    padding: 0px 20px 0px;
}
    .register-header h3 {
        font-size: 16px;
        line-height: 16px;
        margin: 0;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff;
        padding: 12px 20px;
    }
main.Joining-form {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 20px 20px 20px 20px;
}
.mad-content {
    margin: 60px 0px;
}
section.login-section {
    background: #f2f2f2;
}
.login-box {
    background:#fff;
    width: 400px;
    margin: 60px auto;
    /* border: 1px solid #ccc; */
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #ccc;
}
.input-group {
    display: flex;
}
.form-col.check-boxSlot {
    margin-bottom: 25px;
}
.mad-toggled-fields:not(:last-child) {
    margin-bottom: 0px;
}
.form-group {
    margin-bottom: 20px;
}
.input-group-addon i {
    width: 50px;
    height: 42px;
    background: #fb844c;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
}
label {
    margin-bottom: 5px;
}
h3.login_header {
    margin: 0px;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
}
.login_logo img {
    width: 260px;
}
.login_logo {
    text-align: center;
    margin: 0px 0px 15px;
}
.check-boxSlot input[type="checkbox"] + label[for]::before {
    content: "";
    border: 2px solid #dce3e6;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    position: absolute;
    left: 0;
    top: 9px;
}
.check-boxSlot input[type="checkbox"] + label[for] {
    display: block;
    position: relative;
    font-size: 1rem;
    line-height: 0;
    padding-left: 38px;
    padding-top: 20px;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}
form:not(.one-line):not(.mad-searchform) input:not(:last-child), form:not(.one-line):not(.mad-searchform) textarea:not(:last-child) {
    margin-bottom: 0px;
}
.checkbox.checkbox-success.check-boxSlot {
    margin-bottom: 30px;
}
.text-danger {
    color: #dc3545 !important;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}
.admin-loginSlot {
    background: #f2f2f2;
}
section.admin-login-section {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;border:1px solid #ccc;border-radius:7px;
}
    section.admin-login-section .login-box {
        margin: 40px 0px;
        box-shadow: none;
        position: absolute;
        top: 40%;
        left: 75%;
        transform: translate(-50%, -50%);
    }
.login-left-wrapper {
    margin: 0px;
}
    .login-left-wrapper img {
        width: 100%;
    }

.footer-bottom-section {
    text-align: center;
    background: #000000;
    padding: 10px 0px;
}
p.copyrights {
    color: #fff;
}
    p.copyrights a {
        color: #ffffff;
    }

button.mad-back-to-top.animated.zoomOut {
    display: none;
}

.haveSlot {
    margin: 6px 0px 0px;
    font-size: 14px;
}

    .haveSlot a {
        color: #2baab5;
        text-decoration: underline;
    }

.Welcome-letter {
    background: #fff;
    padding: 20px;
    width: 65%;
    margin: 0px auto;
    box-shadow: 0px 0px 8px #ccc;
    border-radius: 10px;
}
h5.moreinfo {
    font-size: 25px;
    margin: 15px 0px;
    color: #29b7e9;
    transition: all 0.5s ease 0s;
    animation: moreinfo 1300ms infinite;
}


@keyframes moreinfo {
    0% {
        color: #3fa53b;
    }

    50% {
        color: red;
    }

    100% {
        color: #219dd0;
    }
}


/**********Star Welcome-letter cssss By Nadeem*************************/

.Welcome-letter-title {
    text-align: center;
}

    .Welcome-letter-title img {
        width: 100%;
    }

.Welcome-letter-user img {
    width: 55%;
    height: 100%;
    border-radius: 10px;
}

.Welcomeletter {
    background: #efefef;
    padding: 20px 0px;
}

.welcom-letter-header-logo {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.welcom2letter {
    width: 33.33%;
}

.Welcome-letter-user {
    text-align: center;
}

ul.logindetails {
    padding: 0px;
    margin: 0px;
}

.Login3Details {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
}

.Login3Details-sec {
    width: 50%;
}
.Login3Details-txt {
    width: 50%;
    margin-left: 20px;
}
.welcom-letter-maindiv {
    background: #0c2e03;
    padding: 30px;
    position: relative;
    overflow: hidden;
    width: 65%;
    margin: 0px auto;
}

    .welcom-letter-maindiv:after {
        content: '';
        position: absolute;
        top: 72px;
        left: -38px;
        width: 33%;
        height: 100%;
        background: url(../images/Left-top-leaf.png);
        background-repeat: no-repeat;
        background-size: 50%;
    }

    .welcom-letter-maindiv:before {
        content: '';
        position: absolute;
        top: 70px;
        right: -78px;
        width: 20%;
        height: 100%;
        background: url(../images/Right-top-leaf.png);
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: 99;
    }

.welcom-letter-maindiv2 {
    background: white;
    padding: 30px;
    position: relative;
}

    .welcom-letter-maindiv2:after {
        content: '';
        position: absolute;
        top: 77%;
        left: -98px;
        width: 35%;
        height: 100%;
        background: url(../images/Left-bottom-leaf.png);
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: 999;
    }

    .welcom-letter-maindiv2:before {
        content: '';
        position: absolute;
        top: 48%;
        right: -107px;
        width: 28%;
        height: 100%;
        background: url(../images/right-bottom-leaf.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }

ul.welcome-letter-header {
    display: flex;
    justify-content: space-between;
}

    ul.welcome-letter-header li {
        color: #fff;
        font-size: 20px;
        width: 33.33%;
    }

img.welcome-letter-logo {
    width: 100%;
    max-width: 50%;
    margin: 0px auto;
    display: flex;
}

.countentSlot {
    text-align: center;
}

    .countentSlot h5 {
        color: #44d5f4;
        font-size: 50px;
        font-family: Consolas;
        text-transform: uppercase;
        font-weight: 600;
    }

    .countentSlot h3 {
        color: #fff;
        font-size: 30px;
        margin: 0px 0px 20px;
    }

.welcome-jiyo-txt {
    margin: 40px 0px 0px;
    position: relative;z-index:999;
}
.watermarks {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.1;
    transform: translate(-50%, -50%);
    width: 39%;
}

    .watermarks img {
        width: 100%;
    }
.welcome-jiyo-txt:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 39px;
    width: 90%;
    height: 4px;
    background: #fb844c;
    border-radius: 30px;
}

.welcomeSlot h2 {
    font-size: 26px;
    color: #124072;
}

.welcomeSlot p {
    font-size: 15px;
    margin: 0px 0px 10px;
    padding: 0px;
    text-align: justify;
    line-height: 25px;
}

.welcomeSlot h6 {
    font-size: 26px;
    color: #44d5f4;
    margin: 20px 0px 0px;
    font-family: Constantia;
    font-weight: 600;
    letter-spacing: 3px;
}

img.congratulation-img {
    width: 100%;
}

img.congratulation-img3 {
    width: 390px;
    margin: 0px auto;
    display: flex;
}

ul.logindetails li {
    margin-bottom: 5px;
}

    ul.logindetails li label {
        font-size: 18px;
        font-weight: 500;
        margin-right: 10px;
    }

    ul.logindetails li span {
        font-size: 16px;
    }

.thankyou {
    text-align: right;
}

    .thankyou h3 {
        font-size: 22px;
        margin: 15px 0px 0px;
    }
#btnsubmit{
    padding:14px;
}
.welcome-jiyo-txt table tbody tr td {
    font-size: 13px;
    padding: 7.5px 15px;
    border-top: 1px solid #ccc;
}
.submit_btn {
    width: 120px;
    height: auto!important;
    display: inline-block;
    background: #2a2c53;
    text-align: center;
    line-height: 13px;
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    transition-duration: 0.6s;
    border-style: none;
    text-decoration: none;
}
/*.welcom-letter-header.fixed {
    position: fixed;
    background: white;
    top: 0px;
    left: 17%;
    width: 65%;
    /*z-index: 9;
}*/

/**********End Welcome-letter cssss By Nadeem*************************/



@media(max-width:1024px) {
    section .admin-login-section {
        width: 100%;
    }
        section.admin-login-section .login-box {
            margin: 0px;
        }
    .Welcome-letter {
        padding: 10px;
        width: 100% !important;
        box-shadow: none !important;
    }
}



    @media(max-width:991px){
        header.header-sec-menu {
            display: none;
        }
        .wrapper-bg {
            background: none;
        }
            .wrapper-bg section.login-section {
                background: none;
                position: inherit;
                transform: inherit;
            }
        .welcom-letter-maindiv {
            padding: 10px;
            width: 100%;
        }
        .welcomeSlot h2 {
            font-size: 18px;
            margin-top: 20px;
        }
        .welcom-letter-maindiv2 {
            padding: 10px;
        }
       
    }

@media(max-width:767px) {
    section.login-section {
        background: #ffffff;
    }
    .admin-loginSlot {
        background: #ffffff;
    }
    .welcome-jiyo-txt:after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 4px;
        background: #fb844c;
        border-radius: 30px;
    }
    .row.no-gutters.ad {
        margin: 0px;
    }
    section.admin-login-section {
        width: 100% !important;border:0px;
    }
    .login-box {
        width: 100%;
    margin: 17px 0 17px 0;
    }

    select.form-select {
        width: 100%;
    }

    .cancel_btn {
        margin: 15px 0px 0px;
    }

    .mad-content {
        margin: 25px 0px;
    }

    .login-left-wrapper {
        display: none !important;
    }
    .submit_btn{
        width:100%;
    }
    ul.logindetails li a.submit_btn {
        margin: 10px 0px 5px !important;
    }
    .Welcome-letter-user img {
        width: auto;
    }
    .Welcome-letter {
        padding: 0px !important;
    }
    .Welcome-letter-user img {
        width: 80px !important;
        height: 80px !important;
    }
    h5.moreinfo {
        font-size: 14px;margin:0px;
    }
    .Welcome-letter-title img {
        width: 85%;
    }
    img.Welcome-letterlogo {
        width: auto;
        height: auto !important;
    }
    .Login3Details-sec {
        display: none;
    }
    .Login3Details-txt {
        width: 100%;margin:0px;
    }
    .welcom-letter-maindiv:after{
        display:none;
    }
    .welcom-letter-maindiv:before {
        display: none;
    }
    .welcom-letter-maindiv2:after {
        display: none;
    }
    .welcom-letter-maindiv2:before {
        display: none;
    }
    li#idd .d-flex {
        display: flex;
        flex-wrap: wrap;
    }
        li#idd .d-flex form {
            width: 100%;
        }
}