@font-face {
    font-family: 'Segoe UI Semilight';
    src: url('fonts/SegoeUI-Semilight.eot');
    src: url('fonts/SegoeUI-Semilight.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI-Semilight.woff2') format('woff2'),
        url('fonts/SegoeUI-Semilight.woff') format('woff'),
        url('fonts/SegoeUI-Semilight.ttf') format('truetype'),
        url('SegoeUI-Semilight.svg#SegoeUI-Semilight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-SemiBold.eot');
    src: url('fonts/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI-SemiBold.woff2') format('woff2'),
        url('fonts/SegoeUI-SemiBold.woff') format('woff'),
        url('fonts/SegoeUI-SemiBold.ttf') format('truetype'),
        url('fonts/SegoeUI-SemiBold.svg#SegoeUI-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Regular.eot');
    src: url('fonts/SegoeUI-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI-Regular.woff2') format('woff2'),
        url('fonts/SegoeUI-Regular.woff') format('woff'),
        url('fonts/SegoeUI-Regular.ttf') format('truetype'),
        url('fonts/SegoeUI-Regular.svg#SegoeUI-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body{ font-family:'Segoe UI', Arial, Helvetica, sans-serif; height: 100vh; background:#F7F7F7;}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
.otp-logo{ text-align: center; width:100%; margin:auto; padding:30px 0px;}
.otp-logo img{ max-height:32px;}
.otp-sign{ text-align:center; margin:auto; width:100%; padding:50px 0px 30px 0px;}
.otp-sign h1{ color:#381653; font-weight:600; font-size:25px; line-height:30px;}
.otp-sign span, .resend-otp-a{ font-weight:300; color:#381653; line-height:21px; font-size:14px;}
.otp-frm{ text-align: center; margin:auto; width:90%; padding:0px;}
.otp-frm label{ display:block; text-align:left; color:#381653; font-weight:600; font-size:14px; line-height:21px; width: 100%;}
.otp-fld{ background: transparent; border:1px solid rgba(167, 167, 167, 0.4); width:100%; border-radius: 3px;
 padding:12px 12px; height:auto; border-left:none;}
.otp-frm span img{ width:25px; width: 40px; padding: 4px 10px 4px 0px; border-right: 1px solid rgba(167, 167, 167, 0.4);}
.otp-frm span.input-group-text { background: transparent; border-top:1px solid rgba(167, 167, 167, 0.4);
 border-left:1px solid rgba(167, 167, 167, 0.4); border-bottom:1px solid rgba(167, 167, 167, 0.4); border-right:none;
 border-top-left-radius: 3px !important; border-bottom-left-radius: 3px !important;}
.otp-frm .form-control:focus { color: #381653; background-color: transparent; border-color: transparent; outline: 0;
 box-shadow: none; border:1px solid rgba(167, 167, 167, 0.4); border-left:none;}
.otp-btn{ background: transparent linear-gradient(91deg, #6008A7 0%, #381653 100%); box-shadow: 0px 13px 36px #F90F0F4D;
 border-radius: 4px; color:#FFF; font-size:14px; font-weight:600; border:0; padding:12px 21px; margin:30px 0px;}
.how{ margin:auto; text-align:center; padding:21px 0px 30px 0px; line-height:25px; color:#381653;}
.how a{ display:inline-block; font-weight:600; color:#381653;}
.how a img{ width: 25px; margin-bottom: 3px;}
#modalCenter .modal-content{ background:transparent; border:none; border-radius:0;}
.modal-video{ margin:auto; width:100%; text-align:center; border: none; border-radius:0;}
.modal-video a{ text-align: right; position: absolute; top: -10%; right: 12px; color: #FFF;
 font-size: 12px; font-weight: 300;}
.modal-video h3{ font-size:16px; font-weight:600; line-height:30px; color:#FFF;}
.otp-txt{ margin:auto; width:100%; font-weight:300; font-size:12px; line-height:25px; text-align:left; color:#FFF; 
 padding:30px; text-align:center; background:#381653;}
.otp-txt h1{ font-weight: normal; line-height:30px; font-size:18px; color:#FFF; text-align:center;}
.sign-bx{ width: 100%; text-align:left;}
.sign-bx div{ padding: 0px; display:inline-block; max-width: 15%;}
.sign-fld{ background: transparent; border:1px solid rgba(167, 167, 167, 0.4); width:100%; border-radius: 3px;
 padding:12px 12px; height:auto; text-align:center;}
.otp-resend{ text-align:left;}
.otp-resend a{ color:#381653; font-size:12px; line-height:30px; text-decoration:none;}
.otp-sec{ text-align:right; font-size:12px; line-height:30px;}
.clr{ clear:both;}



/* All Pages */
#hm{ margin:auto; width:100%; max-width:768px; display:block;}
header{ margin:auto; width:100%; background:#F59E1D;}
.header-lft{ float:left; width:36%; background:#FFF; padding:23px 0px 23px 18px;}
.header-lft img{ height:16px;}
.header-rgt{ float:right; width:64%; padding:14px 18px 14px 0px; text-align:right;}
.header-rgt i.fa.fa-power-off{ color:#FFF; font-size: 21px; line-height: 21px;}
.header-rgt span{ display:block; color:#FFF; line-height:18px; font-size:9px; font-weight: normal;}

.pg-cntr{ background:#FFF; margin:20px auto 20px auto; box-shadow: 0px 3px 16px #00000016; padding:30px 20px;}
.pg-txt{color: #381653; font-weight:normal; font-size:14px; line-height:25px;}
.pg-txt h3{ color:#060606; font-size:16px; font-weight:600; line-height:30px; text-transform:uppercase;}
.pg-acpt{ margin:auto; width:100%; color:#381653; font-style:italic; font-size:14px; padding-top:30px;}
.pg-acpt-btn{  background: transparent linear-gradient(91deg, #6008A7 0%, #381653 100%); box-shadow: 0px 13px 36px #F90F0F4D;
 border-radius: 4px; color:#FFF; font-size:14px; font-weight:600; border:0; padding:12px 30px; margin:30px auto; display:block;
 text-transform:uppercase;}
.pg-frm{ margin:auto; width:100%; padding-bottom:25px;}
.pg-frm h3{ font-size:14px; text-transform:uppercase; color:#381653; line-height:30px; font-weight:normal; padding-top:21px;
 margin-bottom:0;}
.pg-frm label{ color:#060606; font-size:13px; font-weight:300; line-height:18px; display:block; padding-top:21px;}
.pg-frm label span{ color:#A2A0A0;}
.fld{ border:1px solid rgba(60, 10, 100, 0.4); width:100%; padding:12px; font-size:12px; color:#060606; border-radius:3px;
 margin-bottom:7px;}
.pg-cntr select {
    background: url(../images/down.png) no-repeat;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background-position: right 10px center;
  background-size:12px;
}
.pg-frm-lft{ float:left; width:30%;}
.pg-frm-rgt{ float:right; width:65%;}
.pg-frm-lft2{ float:left; width:45%;}
.pg-frm-rgt2{ float:right; width:50%;}

#fls{}
#fls span{ font-size:10px; font-weight:300; line-height:21px; color:#381653; padding-top:7px;}
#fls .form-group{ margin-bottom:7px;}
#fls .files label {
    border: 1px solid rgba(112, 112, 112, 0.4);
    padding: 25px 0 25px 0;
    text-align: left !important;
    margin: 0;
    width: 100% !important;
  border-radius:3px;
  /*url(../images/upload.png) no-repeat*/
  background:  #EEEEEE;
  background-position:left 15px top 15px;
  background-size:60px;
}
#fls .files label:focus{ border: 1px solid rgba(112, 112, 112, 0.4); border-radius:3px;}
#fls .files{ position:relative}

/*margin-left: 90px;*/
#fls .fl-btn{ background: url(../images/camera.png) no-repeat; border-radius: 3px; color:#381653; font-size:14px; 
 padding:7px 7px 7px 30px; background-position: left 0px center;}
#fls .files label img{ width:50px; height: 50px; margin:0px 12px; border-radius: 50%;}

.pg-success{ margin:auto; width:90%; padding:10px;}
.success{ text-align:center;}
.success h3{ color:#28B505; font-size:18px; font-weight:600; line-height:30px; text-transform:capitalize; margin-bottom:30px;}
.rating{ margin:auto; width:100%; padding:12px 0px 30px 0px;}
.rating h3{ color:#F59E1D; font-size:14px; line-height:21px; text-transform:capitalize; margin-bottom:30px;}
.rating span {
    font-size: 30px;
    margin-right: 16px;
    color: #d2d270;
}
.rating .checked { color: orange;}
.feedb{ margin:auto; text-align:center;}
.fld2{ border: none; width:100%; padding:12px; font-size:12px; color:#858286; border-radius:3px;
 margin-bottom:7px; background:#F2F2F2; height:120px;}
.fld2-btn{ background: #F59E1D; border-radius: 3px; color:#FFF; font-size:16px; font-weight:normal; border:0; 
 padding:12px 30px; margin:30px 0px; width:100%; text-transform:uppercase;}


@media screen and (min-width: 769px) {
#hm{ display:none;}
}

/*::-webkit-input-placeholder { color:#003A5F;}
:-ms-input-placeholder { color:#003A5F;}
::placeholder { color:#003A5F;}*/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

/**
 * Extracted from: SweetAlert
 * Modified by: Istiak Tridip
 */
.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #381653;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #ffffff;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #381653;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid #F59E1D;
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #ffffff;
}

.resend-otp-a {
  margin-top: 10px;
  text-decoration: none !important;
}

.btn-modal-yes, .btn-modal-yes:hover, .btn-modal-yes:focus {
  background-color: #381653;
  color: #FFFFFF;
}

.otp-modal-body h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@media only screen and (min-width: 210px) and (max-width: 359px) {
  /*display:block;margin-left: 70px;*/
#fls .fl-btn{ display:unset;margin-left: 0px; padding: 3px 21px 3px 30px; font-size: 13px;}
#fls .files label{ padding:30px 0; background-size: 50px;}
#fls .files label img{ width:50px; height: 50px; margin:0px 7px;}
}

#overlay {
  background: #ffffff;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: .80;
}

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid firebrick;
    border-right-color: transparent;
    border-radius: 50%;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}