html {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #646464;
}

p {
  margin: 0 0 20px 0;
  color: #646464;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin: 0 0 20px 0;
  color: #111;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

h1 {
  font-size: 36px;
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 28px;
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 22px;
}

@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 20px;
}

@media only screen and (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  h5 {
    font-size: 16px;
  }
}

/*=======================================================================
2. Template Default Style
=========================================================================*/
a {
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  outline: 0 none;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.header {
  width: 100%;
  position: fixed;
  padding: 0.8rem 0;
  top: 0;
  left: 0;
  align-items: center;
  background-color: #01783f;
  z-index: 100;
  transition: 0.5s;
  box-shadow: 0 6px 1px rgb(0 0 0 / 80%);
}
.wrap {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 14rem;
  padding-top: 0.6rem;
}
.navbar-light .navbar-nav .nav-link {
  text-align: right;
  color: #fff;
}
.wrap li {
  border-right: 1px solid #fff;
  line-height: 19px;
  padding: 0 9px 0 11px;
}
.navbar-toggler {
  padding: 0.2rem 0.2rem;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid white;
  border-radius: 0.25rem;
  position: absolute;
  top: -31px;
  right: 0;
}
.navbar-light .navbar-toggler {
  border-color: #fff;
}
.header_img {
  width: 29px;
  position: relative;
}
.wrap span {
  position: absolute;
  background: #ffe400;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  padding: 2px 2px;
  font-size: 9px;
  font-weight: bold;
  top: -1px;
  right: 0px;
}
.fa.fa-bell {
  color: #fff;
  font-size: 1.2rem;
  padding: 6px 0 0;
}
.fa.fa-user {
  color: #fff;
  font-size: 1.2rem;
}
.fxt-content-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*-------------------------- photo upload --------------------------*/
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 13px auto 17px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
}
.avatar-upload .avatar-edit input {
  width: 10px;
  height:1px;
  opacity:0;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
#otp-form .avatar-upload .avatar-edit label {
  text-align: center;
  line-height: 33px;
  margin: 0;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*----------------------------------- crop area -------------------------*/
.nounderline,
.violet {
  color: #7c4dff !important;
}

.btn-dark {
  background: linear-gradient(45deg, #01783f, #03cc6c);
  border-color: transparent;
  font-size: 13px;
}

.btn-dark .file-upload {
  width: 100%;
  padding: 10px 0px;
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.profile-img img {
  width: 500px;
  height: auto;
  border: none;
}

@media only screen and (max-width: 767px) {
  .fxt-none-767 {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .fxt-none-991 {
    display: none !important;
  }
}

/*Preloader Styles Start*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 999999;
}

.preloader .inner {
  width: 99px;
  height: 99px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.preloader .inner > div {
  border-radius: 50%;
  position: absolute;
  -webkit-animation-name: circle_rotate;
  animation-name: circle_rotate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-timing-function: linear cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.preloader .inner .line1 {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 6px solid #740eaf;
  border-left: 6px solid rgba(116, 14, 175, 0);
  border-right: 6px solid rgba(116, 14, 175, 0);
  border-bottom: 6px solid rgba(116, 14, 175, 0);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.preloader .inner .line2 {
  width: 70%;
  height: 70%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 6px solid #9726d8;
  border-left: 6px solid rgba(151, 38, 216, 0);
  border-right: 6px solid rgba(151, 38, 216, 0);
  border-bottom: 6px solid rgba(151, 38, 216, 0);
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.preloader .inner .line3 {
  width: 40%;
  height: 40%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 6px solid #be70eb;
  border-left: 6px solid rgba(190, 112, 235, 0);
  border-right: 6px solid rgba(190, 112, 235, 0);
  border-bottom: 6px solid rgba(190, 112, 235, 0);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes circle_rotate {
  50%,
  100% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
}

@keyframes circle_rotate {
  50%,
  100% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
}
.form-select option {
  color: #000;
}

/*Preloader Styles End*/
/*========================================================================
3. Template Animation
=========================================================================*/
.fxt-template-animation {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fxt-template-animation .fxt-opacity {
  opacity: 0;
}

.fxt-template-animation .fxt-transformY-50 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.fxt-template-animation .fxt-transformX-L-50 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.fxt-template-animation .fxt-transformX-R-50 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

.loaded.fxt-template-animation {
  opacity: 1;
}

.loaded.fxt-template-animation .fxt-opacity {
  opacity: 1;
  -webkit-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.loaded.fxt-template-animation .fxt-transformY-50 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.loaded.fxt-template-animation .fxt-transformX-L-50 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.loaded.fxt-template-animation .fxt-transformX-R-50 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.loaded.fxt-template-animation .fxt-transition-delay-1 {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.loaded.fxt-template-animation .fxt-transition-delay-2 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.loaded.fxt-template-animation .fxt-transition-delay-3 {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.loaded.fxt-template-animation .fxt-transition-delay-4 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.loaded.fxt-template-animation .fxt-transition-delay-5 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.loaded.fxt-template-animation .fxt-transition-delay-6 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.loaded.fxt-template-animation .fxt-transition-delay-7 {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.loaded.fxt-template-animation .fxt-transition-delay-8 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.loaded.fxt-template-animation .fxt-transition-delay-9 {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.loaded.fxt-template-animation .fxt-transition-delay-10 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.loaded.fxt-template-animation .fxt-transition-delay-11 {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.loaded.fxt-template-animation .fxt-transition-delay-12 {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.loaded.fxt-template-animation .fxt-transition-delay-13 {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.loaded.fxt-template-animation .fxt-transition-delay-14 {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.loaded.fxt-template-animation .fxt-transition-delay-15 {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.loaded.fxt-template-animation .fxt-transition-delay-16 {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.loaded.fxt-template-animation .fxt-transition-delay-17 {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.loaded.fxt-template-animation .fxt-transition-delay-18 {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.loaded.fxt-template-animation .fxt-transition-delay-19 {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.loaded.fxt-template-animation .fxt-transition-delay-20 {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
.top-image {
  position: relative;
}
.dashboard h5 {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.563);
  padding: 15px;
  font-size: 25px;
  font-weight: bold;
}
.fxt-content {
  padding: 20px 40px 0;
  margin: 0;
  background: #ffffff;
  border-radius: 7px;
}
.dashboard .fxt-content .text-white {
  color: #fff !important;
  font-size: 18px;
  line-height: 36px;
  margin: -39px 0 0;
  background: #14009b;
  padding: 12px;
  border-radius: 5px;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .fxt-content {
    padding-left: 0;
    margin-left: 0;
    margin-top: 40px;
    border-left: 0;
    padding-bottom: 0;
  }
}

.fxt-content h2 {
  font-size: 20px;
  color: #fff;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.fxt-btn-fill.verifybtn {
  padding: 11px 0 10px;
  margin: -6px 0 10px;
  background: #5c5c5c;
  border-radius: 5px;
}
#otpverify .modal-body p {
  line-height: 20px;
  margin: 0 0 8px;
  text-align: center;
  font-size: 0.8rem;
}
.otp-input-fields {
  margin: auto;
  max-width: 400px;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 23px;
}
.otp-input-fields input {
  height: 40px;
  width: 50px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #132d8e;
  text-align: center;
  outline: none;
  font-size: 17px;
  color: #000;
}
.btn-close {
  position: absolute;
  right: -7px;
  top: -11px;
  background-color: #b7a0ff;
  color: #fff;
  opacity: 1;
  padding: 7px;
}
#otpverify .modal-body {
  background: #fff1f1;
  border-radius: 39px;
  padding: 1rem 0;
  overflow: hidden;
}
#otpverify .modal-body h1 {
  background: #006735;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem 0;
}
#otpverify .modal-body .form-group {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .fxt-content h2 {
    text-align: center;
  }
}

.fxt-header {
  text-align: center;
}

.fxt-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}

.fxt-form .fxt-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .fxt-form .fxt-title {
    font-size: 24px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .fxt-form .fxt-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 575px) {
  .fxt-form .fxt-title {
    font-size: 20px;
  }
}

.fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}

@media only screen and (max-width: 991px) {
  .fxt-form .fxt-otp-logo {
    text-align: center;
  }
}

.fxt-form .fxt-otp-label {
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .fxt-form .fxt-otp-label {
    text-align: center;
  }
}

.fxt-form .fxt-sending-to {
  font-size: 20px;
  margin-bottom: 20px;
  color: #000000;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .fxt-form .fxt-sending-to {
    text-align: center;
  }
}

.fxt-form .fxt-sending-to span {
  display: block;
}

.fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #bebebe;
}

.fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}

.fxt-form .form-control {
  min-height: 50px;
  border: 1px solid #898888;
  padding: 10px 15px;
  background-color: white;
  color: #000;
  box-shadow: 0px 2px 5px rgb(48 48 48 / 23%);
}

.fxt-form input::-webkit-input-placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
}

.fxt-form input::-moz-placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
}

.fxt-form input:-moz-placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
}

.fxt-form input:-ms-input-placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
}
.fxt-form select::placeholder {
  color: #000;
}

.fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
}

.fxt-form .fxt-form-row .fxt-form-col {
  padding: 10px 5px;
  text-align: center;
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}

.fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}

.fxt-form .fxt-form-btn {
  width: 140px;
  margin: 0 auto;
}

.fxt-btn-fill {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 3px;
  background: linear-gradient(45deg, #01783f, #03cc6c);
  padding: 10px 36px;
  margin: 10px 0 10px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: auto;
}

.fxt-btn-fill:hover {
  background-color: #242424;
  border: 1px solid #1c04fc;
}

.fxt-btn-fill:focus {
  outline: none;
}

.switcher-text {
  color: #d4d4d4;
  text-decoration: underline;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.switcher-text:hover {
  color: #ffffff;
}

.switcher-text2 {
  color: #d4d4d4;
  text-decoration: underline;
  font-size: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.switcher-text2.inline-text {
  margin-left: 3px;
}

.switcher-text2:hover {
  color: #ffffff;
}

.checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.checkbox label {
  padding-left: 20px;
  color: #b9b9b9;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox input[type="checkbox"]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.checkbox input[type="checkbox"]:checked + label::before {
  background-color: #ffbd3f;
  border-color: #ffbd3f;
}

.fxt-footer {
  text-align: center;
}

.fxt-footer p {
  color: #b6b6b6;
}

.fxt-footer .fxt-resend-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
}

.fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #d3d3d3;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.fxt-footer .fxt-btn-resend:focus {
  outline: none;
}

.fxt-footer .fxt-btn-resend:hover {
  color: #ffffff;
}

.fxt-footer .text-or {
  margin-left: 3px;
}

.video-paralax {
  width: 100%;
  position: relative;
  opacity: 0.3;
  background: #ff4a1a;
  display: none;
}

.fxt-form a {
  text-align: center;
  margin: 0 0 15px;
}

.fxt-form a img {
  width: 250px;
}

.note {
  padding: 10px;
  margin: 23px 0 17px;
}

.note p {
  color: #000000;
  margin: 0;
  font-size: 15px;
  line-height: 20px;
}

.note p:first-child {
  margin: 0 0 15px;
}

#otp-form label {
  display: block;
  margin: 0 0 5px;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

#flexCheckDefault {
  float: left;
}

.screen1 img {
  width: auto;
}

#otp-form .form-control::-webkit-input-placeholder {
  font-size: 15px;
}

#otp-form .form-control::placeholder {
  font-size: 15px;
}

#fileimg {
  border: 2px solid #fff;
  padding: 3px;
  margin: 11px 0 0;
  border-radius: 6px;
  background: #fff;
}

#otp-form .label-frm {
  display: inline-block;
  width: 100%;
  margin: 0 0 13px;
  background: #dd8900;
  padding: 6px 15px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fxt-form-row ul {
  margin: 41px 0 0;
  padding: 0;
}

.fxt-form-row ul li {
  list-style: none;
  text-align: center;
  background: #01783f;
  margin: 0 0 20px;
  display: inline-block;
  width: 100%;
  padding: 8px;
  color: #fff;
  border-radius: 6px;
}

.fxt-form h1 {
  font-size: 21px;
  font-weight: bold;
}

.fxt-form-row p {
  color: #000;
  font-size: 14px;
  text-align: left;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.fxt-content h2 {
  animation: move 5s ease-in;
  font-size: 34px;
  font-weight: bold;
  position: relative;
  top: 50%;
}
.fxt-form video {
  width: 100%;
  height: 274px;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  position: absolute;
  right: 6px;
  top: 0;
  background: #000;
}
button.close {
  padding: 8px;
  background-color: #0057b4;
  border: 0;
  border-radius: 0 0 10px 10px;
  right: 26px;
}

@keyframes move {
  0% {
    top: 50%;
    left: 0;
  }
  50% {
    top: 200px;
  }
  100% {
    top: 0px;
  }
}
.spinner-border {
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 40%;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

dashboard .fxt-content ul li {
  float: left;
}

.dashboard .fxt-content .text-white {
  color: #fff !important;
  font-size: 18px;
  line-height: 36px;
  margin: -39px 0 0;
  background: #14009b;
  padding: 12px;
  border-radius: 5px;
}

.dashboard .fxt-content ul li {
  float: left;
}
.dashboard .fxt-content ul li {
  float: left;
  width: 33%;
  text-align: center;
  margin: 31px 0 0;
}
.dashboard .fxt-content ul li a img {
  width: 50px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 1px 11px rgb(0 0 0 / 50%);
  margin: 0px 0 5px;
}
.dashboard .fxt-content ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
input#file-input {
  padding: 12px 20px 0;
}
.box-2 {
  padding: 10px;
  width: calc(100% / 2 - 1em);
}
.hide {
  display: none;
}
.img-result img {
  max-width: 100%;
}
.options {
  display: none;
}

a.btn.download {
  display: none;
}

.modal-header .close {
  margin: 0rem -1rem -1rem auto;
}

/*----------------------------------------*/
/*  Feature Calculator CSS
/*----------------------------------------*/
.feature-calculator .calculator {
  border: 1px solid #dcdee0;
  box-shadow: var(--theme-dropshadow);
  border-radius: 10px;
}
.feature-calculator .calculator .border-end {
  border-color: #dcdee0;
}
.feature-calculator .calculator .border-bottom {
  border-color: #dcdee0;
}
.feature-calculator .calculator .steps {
  background-color: #f5f7fa;
  border-radius: 5px;
  padding: 9px 20px;
}
.feature-calculator .calculator .steps .single-step {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #6a737c;
  font-size: 14px;
}
.feature-calculator .calculator .steps .single-step span {
  border-radius: 50%;
  border: 1px solid #dcdee0;
  height: 18px;
  width: 18px;
  font-size: 12px;
  margin-right: 7.5px;
  display: inline-block;
  line-height: 17px;
  text-align: center;
}
#otp-form .feature-calculator .calculator .calculator-slider label {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
  color: #3c4146;
  line-height: 60px;
}
.feature-calculator .calculator .calculator-slider label.label-2 {
  font-size: 18px;
  color: var(--theme-title-color);
  line-height: 29.52px;
}
.feature-calculator .calculator .calculator-slider .range {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
  font-weight: bold;
}
.feature-calculator .calculator .calculator-slider .range-slider {
  width: 100%;
}
.feature-calculator
  .calculator
  .calculator-slider
  .range-slider.noUi-horizontal {
  height: 5px;
  background-color: rgba(0, 80, 178, 0.15);
  border-radius: 2.5px;
}
.feature-calculator
  .calculator
  .calculator-slider
  .range-slider.noUi-horizontal
  .noUi-handle {
  height: 29px;
  width: 29px;
  top: -14px;
  left: 92px;
}
.feature-calculator .calculator .calculator-slider .range-input {
  border-radius: 17.5px;
  line-height: 32px;
  text-align: center;
  color: #6a737c;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  border: 1px solid #7b7b7b;
  width: 100%;
  margin: 30px 0 0 0;
}
.feature-calculator .calculator .calculator-slider .range-input:focus {
  border-color: var(--primary-color);
  color: #171d24;
  box-shadow: none;
}
.feature-calculator .calculator .calculator-slider .range-input:focus-visible {
  outline: none;
}
.feature-calculator .expected-payment .sec-head {
  padding: 24px 22px;
  border-radius: 7px;
}
.feature-calculator .expected-payment h5 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #3c4146;
}
.feature-calculator .expected-payment p {
  font-size: 14px;
  color: #6a737c;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.feature-calculator .expected-payment h4 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #3c4146;
}
.fxt-form .logo {
  width: 68%;
}
.navbar-collapse {
  justify-content: end;
}
.otp-login .logo {
  width: 175px;
}
.navbar {
  padding: 0;
}
.fxt-form .logo2 {
  margin: 6rem 0 !important;
}
.fxt-form-row .mobile {
  display: none;
}
.navbar-toggler {
  padding: 0.5rem 1rem;
}
i.fa.fa-bars {
  color: #fff;
}
.number {
  width: 100%;
  padding: 1rem 0;
  align-items: center;
  display: flex;
}
.number .col-md-3 {
  width: 25%;
  float: left;
  border: 1px solid #898888;
  border-radius: 0.25rem;
  padding: 13px 0;
  margin: -16px 0 0;
  box-shadow: 0px 2px 5px rgb(48 48 48 / 23%);
  border-right: none;
}
#otp-form .number .col-md-3 label {
  text-align: center;
  margin: 0;
}
.number .col-md-9 {
  width: 75%;
  float: right;
  padding: 0;
}
.fxt-form .topimg {
  width: 300px;
}
#otpverify .modal-content {
  background: transparent;
  border: none;
}
.bg {
  background: linear-gradient(45deg, #00ff3a, #01783f);
  padding: 4rem 0;
  position: relative;
}
.bg:after {
  background: url(../img/dashboard_back_bg.jpg);
  content: "";
  position: absolute;
  top: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.profile {
  background: url(../img/dashboard_profile_bg.jpg);
  background-size: cover;
  border-radius: 18px;
  margin: -100px 0 0;
  position: relative;
  padding: 10px;
}
.profile img {
  width: 113px;
}
.profilepart .text-center img {
  width: 200px;
  margin: -6.1rem 0 0;
  border: 8px solid #e6e6e6;
  border-radius: 50%;
  box-shadow: 0px 1px 6px rgb(0 0 0 / 39%);
  position: relative;
}
.fxt-content.profile_btm {
  margin: 0;
  border-radius: 18px;
}
.proleftbox {
  float: left;
  width: 60%;
  padding-right: 10px;
}
.box:first-child {
  margin: 0 11px 0 0;
}
.prorghtbox {
  float: right;
  width: 40%;
  position: relative;
}
.proleftbox .box {
  float: left;
  width: 49%;
  margin: 0 6px 0 0;
}
.fxt-form-row .prorghtbox .box {
  background: #ebfeff;
  border-radius: 10px;
  padding: 8px 0 8px;
  margin: 0;
}
.prorghtbox small {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -19px;
  background: #01783f;
  color: #fff;
  font-size: 10px;
  border-radius: 0 0 9px 9px;
  width: 86%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 3px;
}
.prorghtbox .box img {
  width: 60px;
}
.cr-slider {
  -webkit-appearance: auto;
}
.contntprt {
  margin: 76px 0 0;
}
.fxt-form-row .giftbox {
  width: 32%;
  float: left;
  background: transparent;
  border: 2px solid #ddd;
  margin-right: 20px;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.fxt-form-row .giftbox a {
  display: block;
  padding: 9px 0 0;
}
.fxt-form-row .giftbox.active {
  background: #b7d9ff;
  border: 3px solid #9bcaff;
}
.fxt-content .fxt-form-row h2 {
  color: #000;
  font-size: 14px;
  margin: 0 0 9px;
  animation: none;
}
.fxt-form .giftbox img {
  width: 50px;
}
.fxt-content .fxt-form-row span {
  color: #fff;
  font-size: 16px;
  background: #4b9fff;
  width: 100%;
  display: block;
}
.fxt-form-row .giftbox:last-child {
  margin: 0;
}
.squarebox {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #ececec;
  padding: 6px 0;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 9px;
}
.fxt-form-row .approve {
  border: 2px solid #ccc;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
}
.fxt-form-row .box {
  border: 2px solid #ccc;
  text-align: center;
  padding: 10px 0;
  border-radius: 8px;
  display: block;
  position: relative;
}
.fxt-form-row .box p {
  margin: 0;
  text-align: center;
  font-weight: bold;
}
.repaybox {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2rem 0 2rem;
}
.repaybox b {
  display: block;
  width: 100%;
}
.repaybox img {
  width: 200px !important;
  height: 200px;
  border-radius: 50%;
  border: 3px solid #b4ffa2;
  padding: 0rem;
  margin: 0 0 17px;
}

.loan h6 {
  text-align: center;
  font-size: 25px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin: 0 0 30px;
}
.loan img {
  width: 57px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  margin: 26px 0 13px;
  box-shadow: 1px 2px 5px rgb(0 0 0 / 50%);
}
.loan h3 {
  color: #cb5a06;
  font-size: 22px;
  font-weight: bold;
}
.loan p {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
}
.proleftbox .box small {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  background: #01783f;
  color: #fff;
  font-size: 12px;
  border-radius: 0 0 9px 9px;
  width: 86%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 3px;
}
.area {
  border-radius: 8px;
  margin: 67px 0 0;
  padding: 0 0 0;
  border-bottom: none;
  height: 160px;
  width: 100%;
}
.area ul {
  margin: 0;
  padding-bottom: 1px;
}
.area ul li {
  float: left;
  width: 25%;
  background: transparent;
  text-align: center;
  margin: 0;
}
.area ul li img {
  width: 57px;
}
.area ul li p {
  text-align: center;
  font-size: 16px;
  margin: 0;
}
.fxt-form-row .horizontal-list li {
  background: transparent;
  display: block;
  margin: 0;
  padding: 0;
}
.fxt-form-row .horizontal-list li a {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  background: #ffecec;
  margin: 0 0 10px;
  padding: 10px 8px;
  border-radius: 6px;
}
.fxt-form-row .horizontal-list li a img {
  width: 30px;
}
.fxt-form-row .horizontal-list li:nth-child(2) a {
  background: #d3f8ff;
}
.fxt-form-row .horizontal-list {
  margin: 30px 0 0;
  padding: 0;
  width: 100%;
}
.fxt-form-row .horizontal-list li .list_txt h1 {
  text-align: left;
  margin: 0;
  font-size: 16px;
}
.fxt-form-row .horizontal-list li .list_txt p {
  margin: 0;
  line-height: 20px;
}
.fxt-form-row .horizontal-list li .list_txt {
  padding: 0 0 0 15px;
}
.imgazadi {
  float: right;
  width: 67px !important;
}
#header .fa-home {
  color: #fff;
}
.fxt-content marquee {
  color: #fff100;
}
div#banktransfer .modal-body {
  text-align: center;
  padding: 31px 0;
}
div#banktransfer .modal-body ul {
  border: 1px solid #ccc;
  width: 85%;
  margin: 0 auto;
  padding: 13px 0;
}
div#banktransfer .modal-body ul li {
  border-bottom: 1px solid #ddd;
  padding: 9px 0 10px;
}
div#banktransfer .modal-body ul li b {
  color: #006735;
}
#loader {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #444444;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
  margin: 10rem auto 10rem;
}
.table-responsive thead tr th {
  font-size: 12px;
}
.table-responsive tr td {
  font-size: 12px;
}
.table-responsive tfoot tr td {
  font-size: 14px;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
#loanstatus h2 {
  margin: 55px 0 38px;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  padding: 0 16px;
}
#loanstatus h2 span {
  color: #01783f;
  font-size: 25px;
  display: block;
  margin: 0 0 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
#creditcard {
  text-align: center;
}
#creditcard img {
  margin: 0 0 20px;
}
#creditcard small {
  color: #000000;
  font-size: 20px;
}
.header .logo{
    width: 175px;
}
.otpdigitverify{
    background: #efefef;
    /*height: 100%;*/
}

@media screen and (max-width: 768px) {
  .otp-login {
    overflow-y: scroll;
    background: #efefef;
    height: 100%;
  }

  .fxt-content {
    padding: 21px 19px;
    margin-bottom: 26px;
    margin-top: 18px;
  }

  .video-paralax {
    display: none;
  }

  .contntprt .w-50 {
    width: 100% !important;
  }

  .fxt-logo {
    max-width: 100%;
  }

  .contntprt {
    top: 22px;
    position: relative;
    margin: 0 0 0;
    background: transparent;
  }

  #otp-form {
    text-align: center;
  }
  .fxt-form-row input::-webkit-input-placeholder {
    color: #070707;
    font-size: 18px;
    font-weight: 400;
  }
  .frm-option {
    color: #000;
  }
  .fxt-form .fxt-form-row .fxt-form-col {
    border-radius: 41px;
  }
  .fxt-btn-fill {
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #ffffff;
    border-radius: 6px;
    background-color: #ffdf00;
    padding: 4px 36px;
    margin: 10px 0 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: auto;
  }
  .top-image {
    position: relative;
  }
  .dashboard h5 {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.563);
    padding: 15px;
    font-size: 25px;
    font-weight: bold;
  }
  body {
    background: transparent;
  }
  .singleImageCanvasContainer {
    height: auto;
    width: 100%;
  }
  .croppie-container .cr-boundary {
    width: 100% !important;
    height: 210px !important;
  }
  /* .profile-img img {
    width: 100%;
    height: auto;
    border: none;
  } */
  .navbar {
    padding: 1rem 0 0;
  }
  .header {
    padding: 0.8rem 0 0;
  }
  .wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-right: 45px;
    padding: 0;
  }
  .fxt-form .logo2 {
    margin: 3rem 0 !important;
  }
  .fxt-form-row .desktop {
    display: none;
  }
  .fxt-form-row .mobile {
    display: block;
  }
  .header {
    box-shadow: none;
  }
  .fxt-form .topimg {
    width: 287px;
  }
  .contntprt {
    margin: 0 0 0;
  }
  .feature-calculator
    .calculator
    .calculator-slider
    .range-slider.noUi-horizontal
    .noUi-handle {
    left: 20px;
  }
  .fxt-form-row .giftbox {
    width: 31%;
    float: left;
    background: #ebfeff;
    border: 2px solid #ddd;
    margin-right: 10px;
    padding: 13px 0 7px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
  }
  .loan h6 {
    text-align: center;
    font-size: 18px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin: 0 0 30px;
  }
  .loan .col-md-4 {
    border: none !important;
    background: #f6f6f6;
    margin: 0 0 25px;
  }
  .proleftbox .box {
    float: left;
    width: 47%;
    margin: 0 0 0 4px;
    position: relative;
  }
  .proleftbox .box small {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
    background: #01783f;
    color: #fff;
    font-size: 10px;
    border-radius: 0 0 9px 9px;
    width: 86%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 3px;
  }
  .fxt-form-row .giftbox {
    width: 32%;
    float: left;
    background: #fff;
    border: 2px solid #ddd;
    margin-right: 6px;
    padding: 13px 0 7px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
  }
  .area {
    border-radius: 8px;
    margin: 43px 0 0;
    padding: 0;
    border-bottom: none;
    height: auto;
  }
  .area ul li img {
    width: 37px;
  }
  .area ul li p {
    text-align: center;
    font-size: 10px;
    margin: 0;
  }
  .fxt-form-row .horizontal-list li a {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    background: #ffecec;
    margin: 0 0 10px;
    padding: 10px 8px;
    border-radius: 6px;
  }
  .fxt-form-row .giftbox a {
    padding: 0;
    margin: 0 0 4px;
  }
  #header .fa-home {
    position: absolute;
    top: -21px;
    right: 78px;
    color: #fff;
  }
  .fxt-form-row .horizontal-list li:first-child .list_txt {
    margin: 0 33px 0 0;
  }
  .squarebox {
    width: 98%;
  }
  .fxt-content .fxt-form-row label span {
    background: transparent;
  }
  #otp-form .avatar-upload .avatar-edit label {
    line-height: 46px;
    margin: 0;
  }
  #otp-form label {
    font-size: 17px;
  }
  .avatar-upload .avatar-edit input + label {
    width: 45px;
    height: 45px;
  }
  .fancybox{
    display: flex;
    justify-content: center;    
  }
  .loansecurity_wrap .fancybox {
    display: block;
}
}