

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: 16px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
}
.wrapper.pa-0 {
    position: relative;
    z-index: 0;
}

.login-section .loginBg {
    background: #fff;
    border: 5px solid #fff;
    box-shadow: 0 47px 94px #00000012;
    height: auto;
    margin: auto;
    max-width: 980px;
    padding: 3px;
    width: 100%;
    border-radius: 7px;
    mix-blend-mode: normal;
}
.welcomeImgSec {
    /*background-image: url(../images/loginuser.jpg);
    padding: 31px 15px;
    height: 100%;
    width: 100%;
    content: "";
    position: relative;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.5;*/ /* Adjust the opacity as needed */
    /*z-index: 1;*/
    background: #b1bded;
    height: 100%;
}
.welcomHeadSec {
    margin-left: 22px;
    text-align: center;
    margin-top: 30px;


}
    .welcomHeadSec p, .welcomHeadSec h2 {
        color: #161f4b;
        font-size: 21px;
        margin: 6px 0;
    }
    .welcomeImg {
        text-align: center;
    }
    .welcomeImg img {
        margin-top: 35px;
        width: 220px;
    }
.new_haveSlot {
    margin: 6px 0px 0px;
    display: flex;
    justify-content: space-evenly;
    font-size: 14px;
}

.backtohome {
    background: #161f4b;
    color: #fff;
    border-radius: 5px;
    margin: 0px 0px 0px 20px;
    padding: 7px 18px;
    font-size: 17px;
    border: none;
}
    .backtohome a {
        color:#fff;
        font-weight:500;
    }
    .backtohome a:hover {
        text-decoration:none;
    }


    .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;
    border-right: none;
    border-radius: 20px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -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: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    box-shadow: 1px 3px 6px #f5f5f5;
}
.back-home a {
    font-size: 16px;
    color: #000;
    padding: 0px 20px 0px;
}
.imageSectionForm {
    width: 76%;
    margin: auto;
    height: 230px;
    background-image: url(/content/images/images_irfan_1/joining_form_image.jpg);
    background-position:center;
    background-size:cover;
    background-repeat: no-repeat;
    border-radius: 3px;
}
.register-header h3 {
    font-size: 17px;
    line-height: 16px;
    margin: 0;
    font-weight: 500;
    /* text-transform: uppercase; */
    color: #040000;
    padding: 12px 20px;
}
main.user-signup {
    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;
    padding: 150px 0px;
}
.login-box {
    /* border: 1px solid #ccc; */
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 10px;
}
.login_bx_2 {
    width: 430px !important;
    background: #fff !important;
    border-radius: 5px;
    margin: auto !important;
    padding: 30px;
}
.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: #e8f0fe;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: #464444;
    border: 1px solid #cccccc;
    border-radius: 0px 20px 20px 0px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
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: 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;
}
.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: 50px 0px 50px -35px;
    }
.login-left-wrapper {
   
    height:400px;
}
    .login-left-wrapper img {
        width: 100%;
        height:100%;
    }

.footer-bottom-section {
    text-align: center;
    background: #041f47;
    padding: 10px 0px;
}
p.copyrights {
    color: #fff;
}
    p.copyrights a {
        color: #ffffff;
    }

button.mad-back-to-top.animated.zoomOut {
    display: none;
}

.haveSlot {
    margin: 13px 0px 0px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .haveSlot a {
        color: #f80100;
        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: #11ab1163;*/
    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: #d55c27;
    --blue-bg-color: #174791;
}

    .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: #161f4b;
    text-align: center;
    line-height: 40px;
    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;
        }

        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;
        padding: 20px 0px 0px 0px;
    }
    .admin-loginSlot {
        background: #ffffff;
    }
    .row.no-gutters.ad {
        margin: 0px;
    }
    section.admin-login-section {
        width: 100% !important;border:0px;
    }
    .login-box {
        width: 100%;
        margin: 0px 0px 0px;
        padding: 0px;
    }
    .lastStepChange {
        margin: 0px 0px 20px;
    }
    .mobile-menu.d-md-none.d-block.mobile-cart {
        display: none !important;
    }
    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%;
        }
    .welcomeImgSec {
        display: none;
    }
    .form-group {
        margin-bottom: 0px;
    }
}

@media screen and (max-width:425px) {
    .login_bx_2 {
        width: 350px !important;
    }
}