@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300&family=Roboto:wght@100;300&display=swap');

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

hr {
    margin: 0.5rem 0;
    opacity: 0.1;
    border: none;
    border-bottom: 1px solid #b6cefc;
}

img {
    width: 100%;
    display: block;
}

body {
    background-color: #f3f4f7;
    font-family: 'Poppins', sans-serif;
}

.mt-2 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 15px;
}

.mt-4 {
    margin-top: 20px;
}

.mb-2 {
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 15px;
}

.mb-4 {
    margin-bottom: 20px;
}

.red-bg {
    background: #ef3939;
}

.green-drak-bg {
    background: #349449;
}

.green-bg {
    background: #74ab00;
}


.ps-relative {
    position: relative;
}

/*LOGIN CSS*/
.display-none {
    display: none;
}

#wrapper.fullwidth {
    margin-left: 0;
}

.span {
    color: rgb(58 58 58);
}

/* color*/
.dark-light-gray {
    color: rgba(62, 62, 62, 1);
}

.bg-red {
    background: #EF3939;
}

.bg-green {
    background: #74AB00;
}

.bg-voliet {
    background: #9D388D;
}

.bg-vageen {
    background: #4D57B1;
}
/* Utilites*/
.text-center {
    text-align: center;
}
small {
    color: #e75c3c;
    margin-top: 5px;
    visibility: hidden;
  }
.hidden{
    visibility:hidden;
}

.p-3 {
    padding: 1rem;
}

.mt-3 {
    margin-top: 1rem;
}
.mt-30 {
    margin-top: 30px;
}
.pb-0{padding-bottom:0px !important;}
.rounded-pill {
    border-radius: 100rem;
}

.border-radius-7 {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.border-radius-50 {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.box-shadow-none {
    box-shadow: none;
}

.margin-left-right {
    margin-left: -10px;
    margin-right: -10px;
}


/*w-*/
.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-33 {
    width: 33%;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45%!important;
}

.w-50 {
    width: 50%!important;
}

.w-60 {
    width: 60%!important;
}

.w-70 {
    width: 70%!important;
}

.w-80 {
    width: 80%!important;
}
.w-90 {
    width: 90%!important;
}

.w-100 {
    width: 100%;
}

/*padding*/
.padd-lft-right {
    padding: 0 15px;
}


/* flex css*/
.d-flex {
    display: flex;
}

.d-row,.row {
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

.d-rows, .d-flex-row  {
    flex-direction:row;
}
.d-colume {
    flex-direction: column;
}

.d-j-space-between {
    justify-content: space-between;
}

.d-space-around {
    justify-content: space-around;
}

.d-flex-start {
    justify-content: flex-start;
}

.d-flex-center {
    justify-content: center !important;
}

.d-flex-end {
    justify-content: flex-end!important;
}

.d-flex-wrapp {
    flex-wrap: wrap;
}

.d-align-items {
    align-items: center;
}
.d-align-items-flex-start {
    align-items:flex-start !important;
}

/***** form*****/
.form-control{
    width:100%;
}
.login-box .am-row .login-left.col-100 input ::-webkit-input-placeholder {
    color: rgba(62, 62, 62, 1);
}

.login-box .am-row .login-left.col-100 input  ::-moz-placeholder {
    color: rgba(62, 62, 62, 1);
}

.login-box .am-row .login-left.col-100 input  :-ms-input-placeholder {
    color: rgba(62, 62, 62, 1);
}

.login-box .am-row .login-left.col-100 input  :-moz-placeholder {
    color: rgba(62, 62, 62, 1);
}

.form-control:focus {
    outline: none;
    border: 1px solid #00823f38;
    background-color: rgb(238, 253, 240);
}

.form-control {
    display: block;
    width: 100%;
    padding: 9px 15px 9px 40px;
    font-size: 14px;
    line-height: 21px;
    color: rgb(58 58 58);
    background-color: #fff;
    border: 1px solid #e0e4e56b;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: none;
    box-shadow: 0 1px 1px 0px rgb(0 0 0 / 13%);
}

.form-control:focus {
    padding: 9px 15px 9px 40px;
    font-size: 14px;
    line-height: 21px;
    outline: none;
    border: 1px solid #cfa74426;
    background-color: #fff;
    color: rgb(41, 41, 41);
    /* box-shadow: 0 2px 1px 0px rgba(3, 136, 107, 0.13); */
    outline: 0;
    -webkit-box-shadow: 0 4px 5px 0 rgb(0 0 0 / 15%);
    -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 15%);
}



/******Login Css start here ******/

.login-wrap,.register-wrapp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    width: 100%;
}

.login-box,.register-box {
    width:550px;
    background-color: rgba(254, 254, 254, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 1px 4px 9px 2px rgb(0 0 0 / 9%);
}
.register-box{
     width: 750px;
}
.login-box form {
    width: 100%;
}

.login-box .am-row,
.login-box .amc-row, .register-box .amc-row, .register-box .am-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.login-box .amc-row, .register-box .amc-row{
    justify-content: center;
}

.forgot-left {
    width: 65%;
    padding: 15px 15px 0;
    float: left;
}

.login-box .am-row .login-left,.register-box .am-row .register-left{
    width: 48%;
    padding: 0;
}

.login-box .am-row .login-left.col-100 ,.register-box .am-row .register-left .col-100{
    width: 100%;
}

.login-box .am-row .login-left.col-100 .form-group,.register-box.am-row .register-left.col-100 .form-group {
    padding-bottom:15px;
}

.login,.register {
    width: 140px;
    margin: auto
}

.login img,.register img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.form-group {
    width: 100%;
}

.form-group input {
    width: 100%;
}

.login-name,.register-name {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #3a3a3a;
    font-weight: 700;
}
.login-name span,.register-name span{
    font-size: 20px;
    color: #755235;
    font-weight: 600;
}
.line-height-am {
    line-height: 18px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    padding: 16px 24px;
    color: #212529;
    font-size: 14px;
    width: 89%;
    margin-bottom: 20px;
}

.login-label {
    padding-bottom: 7px;
    color: rgba(62, 62, 62, 1);
    float: left;
    font-size: 14px;
    font-weight: 400;
}

.login-left {
    width: 45%;
    padding: 0 15px;
    float: left;
}

.line-height-am:focus {
    color: #212529;
    background-color: rgb(238, 253, 240);
    border-color: #018440b5;
    outline: 0;
    border: 1px solid #00823f38;
}

.login-btn-am,
.cancel-btn-am, .register-btn-am {
    width: 100%;
    font-size: 18px;
    background-color: #e57322;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    padding: 13px 45px;
    transition: all .3s linear;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.18);
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 14%);
    border-radius: 4px;
}

.cancel-btn-am {
    background-color: #b92804;
    padding: 10px 50px;
}

.login-btn-am i, .register-btn-am i  {
    font-size: 16px;
    font-weight: normal;
    padding-left: 4px;
}

.login-btn-am:hover,.register-btn-am:hover {
    -webkit-transform: translate3d(0,-2px,0);
    -ms-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0); 
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.4);
    color: #fff;
}


.login-button-center {
    justify-content: center;
    display: flex;
    width: 100%;
    flex-direction: row;
    margin-bottom:10px;
}

.login-body,.register-body {
    background: url(../img/login-bg.jpg) no-repeat center;
    height: 100%;
    min-height: 100vh;
    overflow-y: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-footer,.register-footer{
    width: 100%;
    border-top: 2px solid #adacac;
    padding: 20px 15px;
    display: flex;
    flex-direction: row;
    margin-top:10px;
    justify-content: space-between;
}
.forget-password-am {
    border: 2px solid #1c0055;
    padding: 8px 35px;
    color: #1c0055;
}

    .forget-password-am:hover {
        color: #53763c;
        border: 2px solid #e57322;
    }
.register-linke{
    font-size: 20px;
    font-weight: 600;
}
.register-linke:hover{
    color: #53763c;
}
.padd-21-46{
    padding: 21px 46px;
}
.padd-20-40{
    padding: 21px 40px;
}
.padd-20-55 {
    padding: 40px 55px;
}
.position-relative{
    position: relative;
}
.input-group-prepend {
    position: absolute;
    left:15px;
    top: 7px;
    z-index: 5;
}
.input-group-prepend i{color: rgb(62 62 62 / 58%);}
.register-footer a:hover{
    color: #53763c;
    border: 2px solid  transparent;
}
.register-footer a{
    padding: 8px 35px;
    border: 2px solid  transparent;
}
.login-footer a:hover {
    color: #e57322;
}
.icon-edt-m{
    margin-top:5px;
}
/*radio button */
.radio-set {
    position: relative;
    width: 100%;
    padding: 15px 0;
}

.radio-set ul {
    display: flex;
    flex-flow: row wrap;
}

.radio-set ul li {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 30px 0 0;
}

.radio-set ul li + label {
    font-size: 14px !important;
}

.radio-set ul li [type="radio"]:checked,
.radio-set ul li [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

 .radio-set ul li [type="radio"]:checked + label,
.radio-set ul li [type="radio"]:not(:checked) + label {
position: relative;
padding-left: 28px;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #666;
font-size: 15px;
}

.radio-set ul li [type="radio"]:checked + label:before,
.radio-set ul li [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #dab76c;
    border-radius: 100%;
    background: #ffffff36;
}

.radio-set ul li [type="radio"]:checked + label:after,
.radio-set ul li [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background:#dab76c;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radio-set ul li [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-set ul li [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

  /*footer css*/
  .footer-wrapp {
    grid-area: footer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    color: #777;
    background: #fff;
    -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.11);
    /* background-color: #f3f4f7;
    border-top:1px solid #d0a54961; */

}
.footer-wrapp p{
    color: #755232;
    font-size: 14px;
}
 .dlabnav {
    width: 250px;
    /* padding-bottom: 112px; */
    height: 100%;
    position: absolute;
    top: 0;
    padding-top: 0;
    z-index: 2;
    background-color: #fff;
    transition: all .2s ease;
    box-shadow: 0px 0px 40px 0px rgb(82 63 105 / 10%);
    transform: translateX(-250px); 
} 
.box-shadow{
    background: #fff;
    box-shadow:0 0 13px 0 rgb(82 63 105 / 5%);
    border-radius: 30px;
    min-height: 450px;
    overflow: hidden;
}


/************************************* user login start here  *************************************/

.login-img {
    width: 100%;
}
.login-img img{
    width: 100%;
}
.otpsec {
    width: 445px;
    background: white;
    padding: 10px 35px 35px;
    border-radius: 15px;
    box-shadow: 0 0 6px #3e3e3e73;
}

    .otpsec img {
        width: 160px;
        margin: 0 auto 10px;
    }

.mainsec {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.forncontor label {
    background: #3d0972;
    font-size: 17px;
    padding: 10px;
    color: #fff;
    width: 62px;
    display: flex;
    align-items: center;
}

.forncontor input#mob-number {
    padding: 15px;

    width: 83%;
    border-radius: 0px 4px 4px 0px;
}

.sendotpbtn {
    background: #3d0972;
    color: #fff;
    padding: 11px 20px;
    font-weight: bold;
    margin: auto;
    width: 180px;
    display: block;
    border: solid 1px #3d0972;
    border-radius: 7px;
    cursor: pointer;
}

.or {
    text-align: center;
    position: relative;
    margin: 10px 0;
}
    .or span {
        background-color: #fff;
        font-size: 16px;
        color: #000;
        padding: 0 5px;
        z-index: 1;
        position: relative;
    }
    .or::before {
        background-color: #e57322;
        content: '';
        display: inline-block;
        width: 133px;
        height: 2px;
        position: absolute;
        top: 12px;
        z-index: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .forncontor {
        margin-bottom: 20px;
        background: #111181;
        padding: 3px 2px;
        display: flex;
        border-radius: 6px;
    }

p.welcom {
    text-align: center;
    font-size: 29px;
    color: #211a28;
    margin-bottom: 12px;
}

/* p.or:before {
    content: "";
    width: 46%;
    height: 3px;
    background: aqua;
    display: block;
} */

.formcon input {
    width: 100%;
    padding: 15px;
    margin-bottom: 12px;
}
    .formcon input:focus {
        outline: none;
    }
    .eneteotpsec {
        display: none;
    }

.enterpasswordsec {
    display: none;
}

.stylebtn {
    background: #ef8234;
    border: solid 1px #ef8234;
}


.material-half-bg {
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

    .material-half-bg .cover {
        background: url('../user-images/login-bg.jpg') left top no-repeat;
        background-size: 100%;
        height: 50vh;
    }

.create-link {
    font-size: 12px;
    color: #000;
    text-align: center;
    margin-top: 20px;
}
.create-link a{text-decoration:none; display:inline-block; color:#e57322;}

.ent-password{
    border: solid 1px #3d0972;
    border-radius: 7px;
}
.sendotpbtn-psw {
    background: #3d0972;
    color: #fff;
    padding: 11px 20px;
    font-weight: bold;
    margin: 5px auto 0;
    width: 100%;
    display: block;
    border: solid 1px #3d0972;
    border-radius: 7px;
    cursor: pointer;
}


.forgot-psw{
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 15px auto 0;
    color: #214881;
    font-size: 15px;
}

.choose-lg{text-align:center;}
    .choose-lg h4 {
        font-size: 16px;
        color: #2c2525;
        margin: 15px 0 10px;
        text-align: center;
        text-transform: uppercase;
    }
    .choose-lg ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
.choose-lg ul li{line-height:25px;}
        .choose-lg ul li span{
            font-size: 28px;
            color: #979797;
            margin: 0 20px;
        }
    .choose-lg ul li a {
        text-decoration: none;
        display: inline-block;
        font-size: 12px;
        color: #fff;
        background-color: #e57322;
        padding: 5px 31px;
        border-radius: 20px;
    }
    .choose-lg ul li a.tans{
        color: #e57322 !important;
        border: solid 1px #e57322 !important;
        background-color: #fff !important;
    }
.backbtn {
    float: right;
    color: #3d0972;
    margin-top: 25px;
    cursor: pointer;
}
.show-psw{
    position: relative;
}
.show-eye{
    position: absolute;
    right: 10px;
    z-index: 999;
    top: 15px;
    cursor: pointer;
}
/************************************* user login end here  *************************************/
/*--========popupmodal css========--*/
.modal {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    transition: all 0.3s ease;
    opacity: 0;
    height: 100vh;
}

.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    display: block;
}

#modal {
    background-color: #fff;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -15%);
    width: 50%;
    padding: 0;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 14px 28px rgb(0 0 0 / 11%), 0 10px 10px rgb(0 0 0 / 11%);
    font-size: 1.5rem;
    animation-name: animatemodal;
    animation-duration: 0.4s;
}

.form-popup-wrapp {
    width: 100%;
}

    .form-popup-wrapp .col-12 {
        width: 100%;
    }


.container-modal {
    min-height: 365px;
    width: 650px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    transition: all 300ms ease-in-out;
    z-index: 1011;
    border-radius: 4px;
    box-shadow: 1px 1px 12px 5px rgb(0 0 0 / 9%);
}

    .container-modal .header-modal {
        display: flex;
        padding: 10px;
        background-color: #ef8234;
        color: #fff;
        position: relative;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        .container-modal .header-modal .modal-exit {
            position: absolute;
            top: -10px;
            right: -8px;
            background: #fff;
            height: 30px;
            width: 30px;
            border-radius: 100px;
            border: none;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 15px;
            font-weight: 300;
            cursor: pointer;
        }

            .container-modal .header-modal .modal-exit i {
                color: #ef8234;
            }

        .container-modal .header-modal h4 {
            color: #fff;
            font-family: 'Poppins', sans-serif;
            font-size: 20px;
            font-weight: 400;
        }

    .container-modal .modal-body {
        padding: 10px;
        width: 100%;
        display: flex;
        flex-flow: column wrap;
        min-height: 200px;
    }

        .container-modal .modal-body h5 {
            font-size: 15px;
            font-weight: 500;
            color: #468246;
            /* padding-bottom: 4px; */
            text-align: left;
            background: #eee;
            padding: 12px;
            margin: 10px 0;
        }

        .container-modal .modal-body .form-group label {
            color: #000000ab;
        }

        .container-modal .modal-body .form-group input[type="search"], .container-modal .modal-body .form-group input[type="text"], .container-modal .modal-body .form-group input[type="email"], .container-modal .modal-body .form-group input[type="number"], .form-group select, .container-modal .modal-body .form-group input[type="date"], .form-group textarea, .container-modal .modal-body .form-group input[type="datetime-local"], .container-modal .modal-body .form-group input[type="datetime"], .container-modal .modal-body .form-group input[type="time"] {
            width: 100%;
            height: 45px;
            line-height: 25px;
            background: transparent;
            border: 1px solid #d7dbda;
            font-size: 14px;
            color: #a09e9e;
            border-radius: 10px;
            padding: 14px 15px;
        }

.popup-modal.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.popup-modal-close {
    position: absolute;
    font-size: 1.2rem;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

.modal-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* padding: 10px; */
    /* background: #eee; */
    align-items: center;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}




/*--========Modal-wrapp========--*/
.modal-wrapp {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    padding: 0;
}

    .modal-wrapp .header-wrapp {
        width: 100%;
        background-color: #d78000;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding: 12px;
    }

        .modal-wrapp .header-wrapp h2 {
            font-size: 15px;
            line-height: 32px;
            color: #fff;
            font-weight: 500;
            font-family: 'IBM Plex Sans', sans-serif;
        }

        .modal-wrapp .header-wrapp #close-btn, #editclose-btn {
            color: #fff;
            cursor: pointer;
        }

    .modal-wrapp .body-wrapp {
        width: 100%;
        padding: 10px 12px 20px;
        max-height: 450px;
        overflow-y: scroll;
    }

    .modal-wrapp .ft-wrapp {
        width: 100%;
        padding: 10px;
    }

        .modal-wrapp .ft-wrapp .row {
            justify-content: center;
        }

        .modal-wrapp .ft-wrapp .btn-cancel, .modal-wrapp .ft-wrapp .btn-submit {
            width: 120px;
            padding: 10px 20px;
            color: #fff;
            font-size: 14px;
            cursor: pointer;
            border-radius: 86px;
            outline: none;
            border: none;
            margin: 0 5px;
            font-weight: 500;
        }

        .modal-wrapp .ft-wrapp .btn-submit {
            background: #181264;
            color: #fff;
        }

        .modal-wrapp .ft-wrapp .btn-cancel {
            background: #EF3939;
        }

            .modal-wrapp .ft-wrapp .btn-cancel:focus, .modal-wrapp .ft-wrapp .btn-cancel:hover {
                outline: none;
                background: #EF3939;
            }

        .modal-wrapp .ft-wrapp .btn-submit:focus, .modal-wrapp .ft-wrapp .btn-submit:hover {
            background: #181264;
        }

/********************************************  User Portal Css Start Here  *******************************************************/

.portal-box {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .portal-box a {
        display: block;
        text-decoration: none;
        background: rgb(125,232,227);
        background: linear-gradient(121deg, rgba(125,232,227,1) 0%, rgba(21,191,180,1) 100%);
        border-radius: 15px;
        padding: 25px 15px;
    }

        .portal-box a img {
            width: 50px;
            margin: 0 auto 10px;
        }

        .portal-box a h6 {
            font-size: 16px;
            color: #fff;
            margin: 0px;
            font-weight: 400;
            text-transform: capitalize;
        }

.red-gdint {
    background: rgb(236,144,140) !important;
    background: linear-gradient(121deg, rgba(236,144,140,1) 0%, rgba(229,75,75,1) 100%) !important;
}

.bleu-gdint {
    background: rgb(125,192,236) !important;
    background: linear-gradient(121deg, rgba(125,192,236,1) 0%, rgba(67,107,187,1) 100%) !important;
}

.purpal-gdint {
    background: rgb(103,121,225) !important;
    background: linear-gradient(121deg, rgba(103,121,225,1) 0%, rgba(114,87,180,1) 100%) !important;
}

/********************************************  User Portal Css End Here  *******************************************************/


@media (max-width: 1050px) {
    .login, .register {
        width: 90px;
        margin: auto;
    }
    
.register-box {
        width: 650px;
    }
    .login-box{
        width:550px; 
    }
    .login-name, .register-name {
        font-size: 22px;
    }
    .mainsec {
        align-items: flex-start;
        padding-top: 84px;
    }
}
@media (max-width: 850px) {
    .mainsec {
        padding-top: 75px;
    }
}
    @media (max-width: 768px) {

        .register-box {
            width: 500px;
            position: relative;
            left: inherit;
            top: inherit;
            transform: inherit;
            margin: auto;
            margin-bottom: 25px;
        }

        .login-box {
            width: 450px;
        }

        .login-name, .register-name {
            font-size: 22px;
        }

        .login-box .am-row .login-left, .register-box .am-row .register-left {
            width: 95%;
        }

        .login-box .am-row, .login-box .amc-row, .register-box .amc-row, .register-box .am-row {
            justify-content: center;
        }

        .login-btn-am, .cancel-btn-am, .register-btn-am {
            width: 100% !important;
        }
        .otpsec {
            width: 400px;
            padding: 10px 39px 35px;
        }
        .container-modal {
            width: 540px !important;
        }
        .portal-box a h6 {
            font-size: 14px;    
        }
    }
@media (max-width: 640px) {
    .container-modal {
        width: 500px !important;
    }
    .portal-box a{
        min-height:143px;
    }
}

@media (max-width: 576px) {
    .login-box, .register-box {
        width: 400px;
    }

    .login-name, .register-name {
        font-size: 20px;
        line-height: 18px;
        margin-bottom: 14px;
        margin-top: 20px;
    }

    .padd-20-40 {
        padding: 20px 20px;
    }

    .login-box .am-row, .login-box .amc-row, .register-box .amc-row, .register-box .am-row {
        justify-content: center;
    }

    .login-btn-am, .cancel-btn-am, .register-btn-am {
        font-size: 16px;
        padding: 12px 20px;
        width: 100% !important;
    }

    .otpsec {
        width: 360px;
    }

        .otpsec .form-control {
            padding: 9px 15px 9px 17px;
        }

    .mainsec {
        padding-top: 60px;
    }

    .otpsec img {
        width: 120px;
    }
    .container-modal {
        width: 400px !important;
    }

    .portal-box a {
        min-height: 143px;
    }
}
        @media (max-width: 432px) {
            .login-box, .register-box {
                width: 320px;
            }

                .login-box .padd-20-55 {
                    padding: 21px 20px;
                }

            .login-footer, .register-footer {
                flex-direction: column;
            }

            .register-linke {
                margin: 0 0 20px;
                font-size: 16px;
            }

            .mainsec {
                padding-top: 51px;
            }

            .otpsec {
                width: 320px;
                padding: 10px 20px 35px;
            }

            p.welcom {
                font-size: 24px;
            }
            .container-modal {
                width: 90% !important;
            }

            .portal-box a {
                min-height: 143px;
            }
            #createaccount-pop .container-modal .col-50 {
                width: 100% !important;
            }
            #createaccount-pop .container-modal .row {
                flex-wrap:wrap;
            }
            .portal-box a {
                min-height: 95px;
                padding: 19px 15px; 
            }
        }

        @media (max-width:375px) {
            .login-box, .register-box {
                width: 280px;
            }

            .otpsec {
                width: 300px;
                padding: 10px 20px 35px;
            }
        }