.rupee {
  font-family: 'Rupee' !important;
  width: initial !important;
  margin: 0 1px 0 0 !important;
  font-style: normal;
}

[type='reset'],
[type='submit'],
button,
html [type='button'],
[type='text'],
[type='passeword'] {
  outline: none;
}

.page-container {
  height: 100%;
  color: #000000;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding-top: 25px;
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .page-container {
    font-size: 16px;
  }

  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding-top: 45px;
    padding-bottom: 40px;
  }

  #dvMainBanner .container {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  #dvMainBanner .container {
    padding-top: 30px;
    padding-bottom: 75px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1170px;
  }
}

.head-2 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #3d387e;
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: capitalize;
  text-align: center;
}

@media (min-width: 768px) {
  .head-2 {
    font-size: 2.2rem;
  }
}

.subhead-2 {
  font-size: 1.1rem;
  font-weight: 200;
  color: #000;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #3d387e;
  font-size: 1.1rem;
}

.h6,
h6 {
  font-weight: 600;
  font-size: 1.2rem;
}

.font-weight-light {
  font-weight: 200 !important;
}

/*------MainBanner--------*/
#dvMainBanner {
  background: #242056;
  background-size: cover;
  border-bottom: 11px solid #242056;
}
.logo img {
  height: 65px;
}
.dvZeroText {
  gap: 20px;
  flex-wrap: wrap;
}
.dvZeroText div span {
  font-size: 1.125rem;
  white-space: nowrap;
}
@media (min-width: 460px) {
  #header > div.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 567px) {
  .logo img {
    height: 65px;
  }
}

@media (max-width: 359px) {
  .logo img {
    height: 50px;
  }
}

html {
  margin: 0;
  padding: 0;
}

.dvContent {
  color: #fff;
  line-height: 1.2;
  position: relative;
}

.dvContent h1 {
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 2rem;
  text-transform: uppercase;
}

.dvContent h1 b {
  font-size: 1.5rem;
}

.dvContent h1 span {
  font-weight: 200;
}

.dvContent h3 {
  font-weight: 300;
  margin: 0;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.5;
}

.dvContent h4 {
  font-weight: 700;
  margin: 0;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.dvContent h6 a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.dvbox {
  width: 295px;
  background: #fff;
  box-sizing: border-box;
  padding: 1.75rem 1.35rem;
  margin: 1.2rem auto;
  border-radius: 5px 50px 5px 50px;
  z-index: 2;
}

.dvbox h3 {
  text-align: center;
  font-weight: 800;
  font-size: 1.15rem;
  color: #3d387e;
  margin: 0 0 15px;
}

.dvbox h6 {
  font-size: 0.85rem;
  font-weight: 400;
  color: #656565;
}

.dvbox h6 a {
  color: #633ee3;
  font-weight: 800;
}

#dvBannerText {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

/* .dvZeroText label {
    margin-left: -30px;
} */

/* .dvZeroText label span:last-child {
    margin-bottom: 0.5rem;
}

.dvZeroText label span {
    margin-bottom: .7rem;
} */

@media (max-width: 459px) {
  /* .dvZeroText img {
        margin-top: -18px;
        align-self: flex-start;
    } */
}

@media (min-width: 992px) {
  .dvContent h1 {
    font-size: 2.55rem;
    padding: 2.2rem 0 0.75rem;
  }

  .dvContent h1 b {
    font-size: 2rem;
  }

  .dvContent h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .dvContent h4 {
    font-size: 1.125rem;
    white-space: nowrap;
  }

  /* .dvZeroText label span:last-child {
        margin-bottom: 0.5rem;
    }

    .dvZeroText label span {
        margin-bottom: .825rem;
    } */

  .imgBanner {
    /* margin: -35px 0 0 -50px; */
    position: absolute;
    left: 100%;
    bottom: 5%;
    width: 90%;
  }
}

@media (min-width: 800px) {
  #dvBannerContent {
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .dvbox {
    width: 320px;
    margin: 0;
    padding: 2.5rem 2rem 2.5rem;
  }

  .dvbox > div.col-11 {
    width: 220px;
  }
}

/* form starting stylings ------------------------------- */
.form__group {
  position: relative;
  padding: 0.9375rem 0 0;
  margin: 0 auto 0;
  max-width: 340px;
  text-align: left;
}

.form__field {
  width: 100%;
  border: 0.0625rem solid #7a7a7a;
  outline: 0;
  font-size: 0.875rem;
  color: #000;
  padding: 0.375rem 0.5rem;
  background: transparent;
  transition: border-color 0.2s;
  font-weight: 300;
  border-radius: 20px;
  height: 40px;
}

.form__field::placeholder {
  color: transparent;
}

.form__group .form__label,
.form__field:focus ~ .form__label {
  position: absolute;
  top: 0.4125rem;
  display: block;
  transition: 0.2s;
  font-size: 0.725rem;
  padding: 0px 0.25rem;
  font-weight: 300;
  left: 0.625rem;
  background: #fff;
  text-transform: uppercase;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 0.8rem;
  cursor: text;
  top: 1.5rem;
  left: 0.625rem;
  color: #656565;
}

.form-check-text {
  font-size: 0.75rem;
  color: #7e7e7e;
}

.form-check-label {
  font-size: 0.8rem;
  line-height: 1.4;
  color: #373737;
}

.form__field:focus ~ .form__label {
  position: absolute;
  top: 0.4125rem;
  display: block;
  transition: 0.2s;
  font-size: 0.78rem;
  padding: 0px 0.25rem;
  left: 0.625rem;
  background: #fff;
}

.form__field:focus ~ .form__label {
  color: #656565;
  background: #fff;
  position: absolute;
  left: 0.625rem;
}

.form__field:focus {
  padding-bottom: 0.375rem;
  border: 0.125rem solid #f37021;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5500s ease-in-out 0s;
}

.form__field.valid {
  border: 0.125rem solid #f37021;
}

.error:focus ~ .form__label {
  color: red;
}

label.error {
  color: red;
  font-size: 0.775rem;
  font-weight: 300;
}

.btn-orange {
  background-color: #f37021;
  border-color: #f37021;
  /* font: normal normal 400 16px/22px Roboto; */
  height: 40px;
  border-radius: 20px;
}

.error:focus,
.error:valid {
  border: 0.125rem solid red !important;
}

input.inputToogle {
  display: none;
}

.dvtoogle {
  white-space: nowrap;
}

/* toggle */
.toggleText {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 300;
  color: #646464;
}

.toggle {
  /* 	display: block; */
  position: relative;
  cursor: pointer;
  margin: 0 8px 0 -6px;
  vertical-align: middle;
}

.toggle:before {
  content: '';
  display: block;
  width: 35px;
  height: 12px;
  border-radius: 6px;
  background-color: #b8b8b8;
}

.toggle span {
  position: absolute;
  top: -4px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ef4040;
  transition: all 0.3s ease;
}

.toggle span .fas {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: white;
  background: url(../img/Cross.svg) no-repeat center;
  background-size: 13px;
}

.toggle span .fa-check {
  display: none;
}

#checkbox:checked + .toggle span .fa-power-off {
  display: none;
}

#checkbox:checked + .toggle span .fa-check {
  display: flex;
  background: url(../img/Check-Mark.svg) no-repeat center;
  background-size: 13px;
}

#checkbox:checked + .toggle span {
  transform: translateX(20px);
  background-color: #2bb314;
}

/* -------- */
.listStock {
  padding: 0;
  list-style: none;
}

.listStock li {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.font-13 {
  font-size: 12px;
}

#dvWhyDigital div[class^='col-'] h6 {
  color: #000;
}

#dvWhyDigital div[class^='col-'] P {
  color: #373737;
  font-size: 1.1rem;
}

#dvHowitWork h5 {
  font-size: 1.5rem;
  color: #282828;
  font-weight: 700;
  position: relative;
}

#dvHowitWork h5::before,
#dvHowitWork h5::after {
  content: '';
  display: block;
  position: absolute;
  height: 5px;
  border-top: 1px solid #f37021;
  top: 50%;
  width: 32%;
}

@media (min-width: 576px) {
  #dvHowitWork h5::before,
  #dvHowitWork h5::after {
    width: 38%;
  }
}

@media (min-width: 992px) {
  #dvHowitWork h5::before,
  #dvHowitWork h5::after {
    width: 43%;
  }
}

#dvHowitWork h5::before {
  left: 0%;
  margin-right: 5%;
}

#dvHowitWork h5::after {
  right: 0;
  margin-left: 5%;
}

.dvstock li {
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 1.2rem 0;
}

.accordionFaQ .card .card-header h5 {
  padding-right: 20px;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.35;
  color: #000;
}

.accordionFaQ .card .card-header h5.collapsed::after {
  transform: rotate(180deg);
}

.accordionFaQ .card .card-header h5::after {
  position: absolute;
  right: 0;
  top: 5px;
  content: '';
  display: inline-block;
  width: 18px;
  height: 11px;
  background: url(arrow.svg) no-repeat right top;
  transform: rotate(0deg);
}

.accordionFaQ .card,
.accordionFaQ .card .card-header {
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 1.1rem;
}

.accordionFaQ .card:first-child {
  border-top: 2px dashed #bcbec0;
}

.accordionFaQ .card {
  border-bottom: 2px dashed #bcbec0;
}

.accordionFaQ .card .card-header {
  color: #000;
}

.accordionFaQ .card .card-body {
  padding-top: 0;
  padding-right: 2.5rem;
  font-weight: 200;
  color: #000;
}

#dvInvestingAccount .container {
  background-color: #f37021;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1rem;
}

#dvInvestingAccount .container div[class^='col-'] span.number::before,
#dvInvestingAccount .container div[class^='col-'] span.number::after {
  content: '';
  display: block;
  position: absolute;
  height: 5px;
  border-top: 3px solid #fff;
  top: 17px;
  width: 42%;
}

#dvInvestingAccount .container div[class^='col-'] span.number::before {
  left: 0;
  margin-left: 5%;
}

#dvInvestingAccount .container div[class^='col-'] span.number::after {
  right: 0;
  margin-right: 5%;
}

@media (min-width: 768px) {
  #dvInvestingAccount .container div[class^='col-'] span.number::before {
    margin-left: 0%;
  }

  #dvInvestingAccount .container div[class^='col-'] span.number::after {
    margin-right: 0%;
  }

  #dvInvestingAccount .container div[class^='col-'] span.number::before,
  #dvInvestingAccount .container div[class^='col-'] span.number::after {
    width: 44%;
  }

  #dvInvestingAccount
    .container
    div[class^='col-']:first-child
    span.number::before {
    display: none;
  }

  #dvInvestingAccount
    .container
    div[class^='col-']:last-child
    span.number::after {
    display: none;
  }
}

#dvInvestingAccount .container div[class^='col-'] span.number {
  display: block;
  height: 35px;
  width: 35px;
  margin: 0 auto 20px;
  background: #fff;
  font-weight: 800;
  color: #f37021;
  font-size: 1.3rem;
  text-align: center;
  border-radius: 100%;
  line-height: 35px;
}

#dvInvestingAccount .container div[class^='col-'] {
  font-size: 1.1rem;
  font-weight: 200;
  text-align: center;
}

.dvPowered {
  font-size: 1rem;
  color: #373737;
  font-weight: 300;
}

.dvPowered b {
  font-size: 1.35rem;
  font-weight: 700;
}

.dvDisclaimers {
  color: #373737;
}

.dvDisclaimers b {
  font-weight: 700 !important;
}

@media (max-width: 991px) {
  .dvStacks .border-right {
    border-right: none !important;
  }
}

@media (max-width: 575px) {
  .dvStacks .border-right {
    border-right: none !important;
    border-left: none !important;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
  }
}

.back-to-top {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.back-to-top.show {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.back-to-top a {
  width: 35px;
  height: 35px;
  background: #000;
  box-shadow: 1px 5px 19px rgb(0 0 0 / 15%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 16px;
  color: rgb(219, 219, 219);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  bottom: 20%;
  right: 2.5%;
  position: fixed;
  z-index: 999;
}

.back-to-top a:hover {
  background: rgb(219, 219, 219);
  color: #000;
}

.back-to-top a span {
  -webkit-animation: bounce2 3s linear infinite;
  animation: bounce2 3s linear infinite;
  display: block;
}

.back-to-top a:hover i::before {
  border-color: #000;
}

.back-to-top a i::before {
  content: '';
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

@-webkit-keyframes bounce2 {
  0% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  100% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}

@keyframes bounce2 {
  0% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  100% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}

.footerSection1 {
  background-color: #f0f0f0;
  color: #282828;
  border-radius: 6px;
}

.popupbox {
  max-width: 500px;
  left: 50%;
  width: 90%;
  top: 50%;
  position: absolute;
  z-index: 8;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 15px;
}

.proceedbutwrap {
  text-align: center;
}

.proceedbutwrap a {
  color: #fff;
  background-color: #ff7518;
  border-color: #ff7518;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 18px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

.popuptext p {
  text-align: justify;
  padding: 5px 0;
  color: #373737;
  font-size: 16px;
  font-weight: 300;
}

.popoverlay {
  background: #000;
  height: 100%;
  z-index: 7;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
}

a.closebut {
  position: absolute;
  right: -9px;
  background: #ff7518;
  color: #fff;
  top: -9px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding-left: 7px;
}

button.proceedbtn {
  background: #ff7518;
  color: #fff;
  border: 0;
  outline: none;
  font-size: 15px;
  margin: 10px 0;
  padding: 5px 10px;
  cursor: pointer;
}

.popupbox_sec {
  max-width: 500px;
  left: 50%;
  width: 90%;
  top: 50%;
  position: absolute;
  z-index: 8;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 15px;
}

.proceedbutwrap_sec {
  text-align: center;
}

.proceedbutwrap_sec a {
  color: #fff;
  background-color: #ff7518;
  border-color: #ff7518;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 18px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

.popuptext_sec p {
  text-align: justify;
  padding: 5px 0;
  color: #373737;
  font-size: 16px;
  font-weight: 300;
}

.popoverlay_sec {
  background: #000;
  height: 100%;
  z-index: 7;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
}

a.closebut_sec {
  position: absolute;
  right: -9px;
  background: #ff7518;
  color: #fff;
  top: -9px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding-left: 7px;
}

button.proceedbtn_sec {
  background: #ff7518;
  color: #fff;
  border: 0;
  outline: none;
  font-size: 15px;
  margin: 10px 0;
  padding: 5px 10px;
  cursor: pointer;
}

.gif-wrapper h5 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}

.gif-wrapper a {
  color: inherit !important;
  text-decoration: inherit !important;
}

.gif-wrapper a:hover,
.gif-wrapper a:focus,
.gif-wrapper a:active {
  color: inherit !important;
  text-decoration: inherit !important;
  outline: none !important;
}

@media (max-width: 799px) {
  .gif-wrapper {
    display: flex;
    justify-content: center;
  }
}
