

@font-face {
  font-family: Regular-Poppins;
  src: url(../Font/Poppins-Regular.ttf);
}

/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v179/kJF4BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY40KH8nGzv3fzHVJU22ZZLsYEpzC_1sWr5Y0.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  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;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

* {
  font-family: Regular-Poppins;
}

.bg-b {
  background-color: #1c355e;
}

.bg-b2 {
  background-color: #005cb9;
}

.header-tel a {
  background-color: #1c355e;
  text-decoration: none;
  font-weight: 400;
  color: white;
  border-radius: 25px;
  padding: 7px 16px;
}

.header-tel {
  /* display: flex; */
  /* align-items: center; */
  font-size: 20px;
}

.header-tel a span {
  color: #ffffff;
  margin: 5px;
  /* text-align: center; */
}

.m-y {
  margin: auto 0;
}

.coprate {
  width: 18%;
  height: 78px;
}

.text-b {
  color: #1c355e;
}

.text-b1 {
  color: #005cb9;
}
.bg-b1 {
  background-color: #005cb9;
}

.bg-g {
  background-color: #00ad41;
}

.text-g {
  color: #00ad41;

}

.dots {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: auto 0;
  /* padding: 0 50px 0 0 ; */
}

.img-cen img {
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.type {
  color: #0000;
  background: -o-linear-gradient(right, #1c355e 5px, #0000 0) 10px 0,
    -o-linear-gradient(#1c355e 0 0) 0 0;
  background: linear-gradient(-90deg, #1c355e 5px, #0000 0) 10px 0,
    linear-gradient(#1c355e 0 0) 0 0;
  background-size: calc(var(--n) * 1ch) 200%;
  -webkit-background-clip: padding-box, text;
  background-clip: padding-box, text;
  background-repeat: no-repeat;
  -webkit-animation: b 0.7s infinite steps(1),
    typing calc(var(--n) * 0.1s) steps(var(--n)) forwards;
  animation: b 0.7s infinite steps(1),
    typing calc(var(--n) * 0.1s) steps(var(--n)) forwards;
}

@-webkit-keyframes typing {
  from {
    background-size: 0 200%;
  }
}

@keyframes typing {
  from {
    background-size: 0 200%;
  }
}

@-webkit-keyframes b {
  50% {
    background-position: 0 -100%, 0 0;
  }
}

@keyframes b {
  50% {
    background-position: 0 -100%, 0 0;
  }
}

.bg-gr {
  background-color: #ecf5ff;
}

.img-w {
  width: 70%;
}

.otp-input {
  width: 35px;
  /* border-radius: 10px; */
  height: 40px;
  text-align: center;
  margin: 0 5px;
}

.font-4 {
  font-size: 15px;
}

.font-3 {
  font-size: 10px;
}

.fs--1 {
  font-size: 0.83333rem !important;
}
.flex-center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 320px) {
  .header-tel a {
    background-color: #1c355e;
    text-decoration: none;
    font-weight: 200;
    /* font-size: 10px; */
    color: white;
    border-radius: 25px;
    padding: 5px 10px;
    width: 100%;
  }

  .header-tel {
    /* display: flex; */
    /* align-items: center; */
    font-size: 10px;
  }

  .header-tel a span {
    font-size: 10px;
    color: #ffffff;
    margin: 5px;
    /* text-align: center; */
  }

  .coprate {
    width: 14%;
    height: auto;
  }

  .img-cen img {
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 30%;
  }

  .img-cen2 img {
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 20%;
  }

  .w-60 {
    width: 40%;
  }

  br {
    display: inline;
  }

  .fonts-2 {
    font-size: 20px;
  }

  .img-op {
    top: 109px;
    right: 107px;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .coprate {
    width: 15%;
    height: auto;
  }
}

@media screen and (min-width: 992px) {
  .coprate {
    width: 12%;
    height: auto;
  }

  .font-4 {
    font-size: 22px;
  }

  .font-3 {
    font-size: 15px;
  }

  /* .fonts-2{
    font-size: 20px;
  } */
  .img-op {
    top: 62px;
    right: 53px;
  }
}

@media screen and (min-width: 1200px) {
  .coprate {
    width: 15%;
    height: auto;
  }

  br {
    display: block;
  }

  .header-tel {
    /* display: flex; */
    /* align-items: center; */
    font-size: 17px;
  }

  .header-tel a span {
    font-size: 17px;
    color: #ffffff;
    margin: 5px;
    /* text-align: center; */
  }

  .w-60 {
    width: 60%;
  }

  .fonts-2 {
    font-size: 30px;
  }
}

.text-justify {
  /* align-content: justify; */
  text-align: justify;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.input-container {
  margin-right: 20px;
  /* width: 4; */
}

.input-container label {
  display: block;
  margin-bottom: 5px;
}

.chart-container {
  max-width: 300px;
  text-align: center;
}

.chart-info {
  margin-top: 10px;
}

#invest-now {
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
}

#monthly-sip,
#sip-period,
#return-rate {
  background-color: rgb(207, 205, 205);
  border-radius: 8px;
  height: 0.2rem;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
}

#monthly-sip::-webkit-slider-thumb,
#sip-period::-webkit-slider-thumb,
#return-rate::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: var(--thumb-color, rgb(24, 149, 24));
  border-radius: 50%;
  cursor: pointer;
}