

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;
}



.mad-body--scheme-brown {
    /* background: url(../images/login_bg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 100vh;
    width: 100%;*/
    background-position: center;
    background: #edf1f5;
    height: 100vh;
}

.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;
}

.sponsore-checkmark {
    position: relative;
}

.leftrightSlot {
    display: flex;
    justify-content: space-between;
    width: 30%;
}

#icon_id {
    position: absolute;
    right: 12px;
    top: 13px;
}

.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: var(--btn-bg-color);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 12px;
}

.back-home a {
    font-size: 16px;
    color: #fff;
    padding: 7px 7px 7px 7px;
    background: var(--blue-bg-color);
    display: block;
}

.register-header h3 {
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

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;
}

.backt-to-home {
    margin-left: 5%;
}

    .backt-to-home a {
        background: var(--orange-bg-color);
        display: inline-block;
        padding: 3px 22px;
        color: white !important;
        text-decoration: none;
    }

section.login-section {
    background: #ffffff;
    max-width: 870px;
    margin: 0px auto;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
}

.loginform .col-lg-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.login-box {
    background: #fff;
    /*    width: 400px;
*/ /*    margin: 60px auto;
*/ /* border: 1px solid #ccc; */
    padding: 20px;
    /*    box-shadow: 0px 0px 10px #ccc;
*/
}

.login-images {
    height: 100%;
}

    .login-images img {
        height: 100%;
        border: 1px solid #dfdfdf;
    }

.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: var(--btn-bg-color);
    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;
    margin-top: 10px;
    font-weight: 500;
}

.login_logo img {
    width: 100px;
}

.login_logo {
    text-align: center;
}

.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;
}

.flex-item {
    display: flex;
    align-items: center;
}

.form-groupss {
    width: 100%;
}

.admin-loginSlot {
    /*    background: #f2f2f2;
*/ background-image: url(../../content/images/r.gif);
}

section.admin-login-section {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 800px;
    border: 4px solid #ccc;
    border-radius: 7px;
}
/*section.admin-login-section .login-box {
        margin: 50px 0px 50px -35px;
    }*/
.login-left-wrapper {
    height: 100%;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.login-left-wrapper img {
    width: 100%;
    height: 100%;
    border: 1px solid #cdcdcd;
}

.footer-bottom-section {
    text-align: center;
    background: var(--btn-bg-color);
    padding: 10px 0px;
}

p.copyrights {
    color: #000;
}

    p.copyrights a {
        color: #000;
    }

button.mad-back-to-top.animated.zoomOut {
    display: none;
}

.haveSlot {
    margin: 6px 0px 0px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .haveSlot a {
        color: #001ff8;
        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: var(--btn-bg-hover-color);
    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: -23px;
    left: 39px;
    width: 90%;
    height: 4px;
    background: #3fa53b;
    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;
}

:root {
    --orange-bg-color: #036958;
    --blue-bg-color: #174791;
    --btn-bg-color: #036958;
    --btn-bg-hover-color: #036958;
}

.thankyou h3 {
    font-size: 22px;
    margin: 15px 0px 0px;
}

.welcome-jiyo-txt table tbody tr td {
    font-size: 13px;
    padding: 7.5px 15px;
    border-top: 1px solid #ccc;
}

.submit_btn {
    width: 120px;
    height: 40px;
    display: inline-block;
    background: var(--btn-bg-color);
    text-align: center;
    line-height: 40px;
    color: #fff !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:480px) {
    .register-header {
        flex-direction: column;
        padding: 6px 0;
        height: auto;
        gap: 6px;
    }
}


@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;
    }

    header.header-section {
        padding: 0px;
    }

    .header-menu.header-same {
        display: none;
    }

    .mini-header {
        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;
    }

    .flex-item {
        margin-bottom: 10px;
    }

    .admin-loginSlot {
        background: #ffffff;
    }

    .row.no-gutters.ad {
        margin: 0px;
    }

    section.admin-login-section {
        width: 100% !important;
        border: 0px;
    }

    .login-box {
        width: 100%;
        margin: 10px auto 15px;
    }

    .haveSlot {
        flex-direction: column;
    }

        .haveSlot span {
            margin-bottom: 5px;
        }

    .back-home a {
        font-size: 15px;
    }

    .leftrightSlot {
        width: 80%;
    }

    .register-header h3 {
        font-size: 15px;
        line-height: 16px;
        margin: 0;
        font-weight: 400;
        text-transform: uppercase;
        color: #000;
        padding: 0px 0px 0 8px;
    }

    select.form-select {
        width: 100%;
    }

    /*.cancel_btn {
        margin: 15px 0px 0px;
    }*/

    .mad-content {
        margin: 25px 0px;
    }

    .news_info {
        display: none;
    }

    .footer-section {
        display: none;
    }

    .footer_bottom {
        display: none;
    }

    .login-left-wrapper {
        display: none !important;
    }

    .mobile-hidden {
        display: none;
    }

    .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%;
        }
}
