@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
  
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    /* -moz-font-feature-settings: 'liga'; */
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'zainbold';
    src: url('../fonts/zain-bold-webfont.woff2') format('woff2'),
         url('../fonts/zain-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.select2-container .select2-selection--single{
    height: 33px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 33px;
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 31px;
}


.marLR0{
    margin-left: 0;
    margin-right: 0;
}
.paddLR0 {
    padding-left: 0px;
    padding-right: 0px;
}
.paddLR5{
    padding-left: 5px;
    padding-right: 5px;
}
.pageTopDiv{
    margin-top: 25px;
}
.banDiv{
    position: relative;
}
.banImg{
    width: 100%;
}
.regBtn{
    position: absolute;
    left: 60%;
    margin: 0 auto;
    display: block;
    bottom: 50%;
    text-align: center;
    background: #02154b;
    border: 1px solid #02154b;
    color: #fff;
    padding: 10px 35px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: 5px;
}
.regBtn:hover{
    background: transparent;
    border: 1px solid #02154b;
    color: #02154b;
}
.mobVew{
    display: none;
}
.frmDiv {
    padding: 5px 10px;
}
.frmTit {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}
.frmTit small {
    text-transform: none;
}
    .fromDiv {
        margin-bottom: 8px;
    }
.frmLabel {
    width: 100%;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: .5px;
    color: #fff;
}
.sele2{
    width: 100%;
}
.frmInp {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 5px;
    line-height: 35px;
    padding:0;
    padding-left: 10px;
    font-size: 14px;
    letter-spacing: .5px;
    color: #000;
    height: 35px !important;
}

.imgUpDiv {
    position: relative;
}
.imgUp {
    width: 120px;
    height: 120px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.imgUpInp {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.btnDiv {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.saveBtn {
    background: #9e2475;
    border: 2px solid #9e2475;
    color: #fff;
    width: 80%;
    line-height: 40px;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.saveBtn:hover {
    background: transparent;
    border: 2px solid #9e2475;
    color: #fff;
}
.select2-container{
    width: 100% !important;
}
.mdlHead {
    background: #1f71b2;
    padding: 10px;
}
.mdlTit {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;
}
.sucsP {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #000;
    line-height: 25px;
}
.modal-body{
    padding:5px 10px;
}
.sucsUl {
    padding: 0;
    list-style: none;
    margin: 0;
}
.sucsLi {
    position: relative;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 35px;
    padding-left: 10px;
}
.sucsLi span {
    font-weight: 600;
    letter-spacing: 0.5px;
    position: absolute;
    left: 30%;
    color: black;
}
.sucsMdl{
    max-width:40%;
}
.model70per {
    max-width: 75%;
}
.comBtn {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 35px;
    padding: 0 10px;
    border-radius: 5px;
}
.saveMdl {
    background: #9e2475;
    border: 1px solid #9e2475;
    color: #fff;
}
.closMdl {
    background: red;
    border: 1px solid red;
    color: #fff;
}
.regDiv {
    width: 80%;
    margin: 0 auto;
    display: block;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
    padding: 10px 0;
}
.regbgImg {
    width: 65%;
    margin: 0 auto;
    display: block;
}
.regFrmDiv {
    margin-top: 10px;
    position:relative;
}
.regMain {
    width: 95%;
    margin: 0 auto;
    display: block;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.3);
    background:#fff;
}
.regBody {
    background: #9e2475;
}
.noteP {
    font-size: 13px;
    margin-bottom: 2px;
    text-align: center;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 20px;
    color: #fff;
}
/** Loader Start */
.page-loader-wrapper {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    overflow: hidden;
    text-align: center;
}

    .page-loader-wrapper .loader {
        position: relative;
        top: calc(50% - 75px);
    }

    .page-loader-wrapper p {
        font-size: 16px;
        margin-top: 10px;
        font-weight: bold;
        color: #444;
    }

.loadImg {
    width: 145px;
    height: 50%;
    animation: rotate 2s infinite linear;
}

.hmeA {
    background: #9d2374;
    border: 1px solid #fff;
    color: #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
}
    .hmeA:hover {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
    }

.mandatoryStar {
    color: red;
    font-size: 15px;
    margin-left: 5px;
}
.comLab {
    font-size: 17px;
    letter-spacing: .5px;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
.comInp {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}
.comB {
    margin-left: 10px;
    color: #9e2475;
    cursor: pointer;
}

.logH1 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    margin-top: -25px;
}
.tcp {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .5px;
    color: #000;
    margin-bottom: 10px;
}
.tch2 {
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: 600;
    color: #1f71b2;
    display: block;
    width: 100%;
    margin-bottom: 2px;
}
.tcTit {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 30px;
}
.tcUl {
    width: 100%;
    margin-top: -5px;
}
.tcUl li {
    font-size: 14px;
}
.mandtxtclass {
    margin-bottom: 0px;
    color: #9e2475;
    font-weight: 600;
    margin-right: 10px;
    font-size: 17px;
    text-transform: uppercase;
}
    @keyframes rotate {
        0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/** Loader End */
/*** Responsive code **/
@media only screen and (max-width: 991px) {
    .webVew{
        display: none;
    }
    .mobVew{
        display: block;
    }
    .model70per {
        max-width: 100%;
    }
    .regMobBtn{
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
        text-align: center;
        background: #02154b;
        border: 1px solid #02154b;
        color: #fff;
        padding: 10px 0px;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: .5px;
        text-transform: uppercase;
        border-radius: 5px;
        width: 85%;
        margin: 0 auto;
    }
    .pageTopDiv {
        margin-top: 10px;
    }
   
    .sucsMdl {
        max-width: 100%;
    }
    .mobHide{
        display:none;
    }
    .frmTit{
        font-size:17px;
    }
    .sucsP{
        font-size:15px;
        line-height:24px;
        margin-bottom:0;
    }
    .sucsLi {
        position: relative;
        font-size: 13px;
        letter-spacing: .5px;
        line-height: 17px;
        padding-left: 0px;
        margin-bottom: 12px;
    }
    .sucsLi span {
        font-weight: 600;
        letter-spacing: 0.5px;
        position: static;
        left: 30%;
        color: black;
        display: block;
        font-size: 13px;
    }
    .sucsUl{
        margin-top:10px;
    }


}
