@import url("./reset.css");
@import url("./vendor/bootstrap-grid.css");
@import url("./vendor/jquery.steps.css");
@import url("./vendor/animate.css");


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200,300;400;500;600;700;800;900&display=swap');


body {
  /* font-family: "Overpass", sans-serif; */
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

/* globals  */

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.w-100 {
  width: 100% !important;
}

.fw-500 {
  font-weight: 500 !important;
}
.fw-700 {
  font-weight: 700 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.w-64 {
  width: 64px;
}

.text-center {
  text-align: center !important;
}

/* styles  */

.main-container{
  width: 100%;
  margin: 0 ;
  padding:0;
}

.header-container {
  width: 100%;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(157, 157, 157, 0.1);
}

.footer-container {
  position: absolute;
  padding: 8px;
  background: #fff;
  box-shadow: 0px 0px 10px 4px rgba(157, 157, 157, 0.1);
}

.banner-body {
  height: 800px;
}
.tax-boy {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.form-box {
  border-radius: 20px;
  border: 1px solid #06867b;
  background: #ffffff;
  padding: 20px;
  position: relative;

}

/* steps  */

.form-pre-title {
  color: #06867b;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.form-title {
  color: #232a30;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.form-subtitle {
  color: #767676;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  margin-top: 30px;
}

.section-title {
  color: #06867b;
  font-size: 60px;
  font-weight: 700;
}

.section-subtitle {
  color: #06867b;
  font-size: 36px;
  font-weight: 400;
  margin-top: 18px;
}

.section-quote {
  color: #232a30;
  font-size: 36px;
  font-weight: 600;
  margin-top: 24px;
}

.body-text {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 32px;
}

.tax-fix {
  padding: 60px 0;
}

.explore-products {
  background: #06867b;
  padding: 120px 0;
}

.explore-products .section-title {
  color: #f8f8f9;
  font-size: 36px;
  font-weight: 600;
}

.explore-card {
  border-radius: 10px;
  border: 1px solid rgba(6, 134, 123, 0.15);
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(157, 157, 157, 0.1);
  padding: 24px;
}

.explore-card-title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 700;
  margin: 24px 0;
}

.explore-card-text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
}

.explore-block {
  margin-top: 24px;
}

.mutual-funds {
  padding: 30px 0 0 0;
}

.mutual-funds .section-title {
  color: #232a30;
  font-size: 36px;
  font-weight: 600;
}

.list-items {
  margin-top: 32px;
  padding-left: 38px;
}

.list-items li {
  position: relative;
  margin-bottom: 32px;
  font-size: 20px;
}

.list-items li:last-child {
  margin-bottom: 0;
}

.list-items li::before {
  content: url(../images/list.svg);
  display: block;
  position: absolute;
  left: -40px;
}

.health-section {
  background: #f4faf9;
}

.health-section .section-title {
  color: #232a30;
  font-size: 36px;
  font-weight: 600;
}

.health-section-content {
  padding: 50px 0;
}

.life-section {
  padding: 5px 0;
}

.life-section .section-title {
  color: #232a30;
  font-size: 36px;
  font-weight: 600;
}

.mf-content {
  padding: 60px 0;
}

.footer {
  background: rgba(6, 134, 123, 0.1);
  padding: 120px 0;
}

.footer-info-block {
  margin-top: 48px;
}

.footer-title {
  color: #232a30;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}

.footer-body-text {
  color: #232a30;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.copright-text {
  color: rgba(118, 118, 118, 0.5);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 80px;
}

.form {
  margin-top: 30px;
}

.form-group {
  margin-bottom: 20px;
}

.custom-input {
  border-radius: 4px;
  border: 1px solid #b6b6b4;
  background: #fff;
  padding: 10px 12px;
  width: 100%;
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 300;
}

.form-label {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

/* checkbox  */

.checkbox.style-c {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox.style-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox.style-c input:checked ~ .checkbox__checkmark {
  background-color: #06867b;
  border: 1px solid #06867b;

}

.checkbox.style-c input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}

.checkbox.style-c:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}

.checkbox.style-c:hover input:checked ~ .checkbox__checkmark {
  background-color: #06867b;
}

.checkbox.style-c .checkbox__checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #b6b6b4;
  background-color: #fff;
  transition: background-color 0.25s ease;
  border-radius: 4px;
}

.checkbox.style-c .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.checkbox.style-c .checkbox__body {
  color: #fff;
  line-height: 1.4;
  font-size: 16px;
}

.checkbox-main-label {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.checkbox-sub-label {
  color: #767676;
  font-size: 16px;
  font-weight: 300;
  margin-top: 8px;
}

/* steps  */

.wizard .actions > ul > li:first-child {
  display: none;
}

.wizard > .actions {
  justify-content: center;
  margin-bottom: 20px;
}

.steps {
  margin-bottom: 20px;
  position: absolute !important;
  top: 108px;
  left: 0;
}

.title-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-flex img {
  /* margin-left: -40px; */
  cursor: pointer;
}

.form-header {
  color: #1e1e1e;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}

.hidden {
  visibility: hidden;
}

.form-content {
  max-height: 450px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 20px;
}

.form-content::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.form-content::-webkit-scrollbar-track {
  background: #d0d0d0;
}

/* Handle */
.form-content::-webkit-scrollbar-thumb {
  background: #06867b;
  border-radius: 8px;
}

/* Handle on hover */
.form-content::-webkit-scrollbar-thumb:hover {
  background: #06867b;
}

.form-content::-webkit-scrollbar:horizontal {
  height: 8px;
}

.form-content::-webkit-scrollbar-thumb:horizontal {
  height: 8px;
}




#done-block {
  display: none;
  text-align: center;
  min-height: 550px;
}

.done-title {
  color: #232a30;
  font-size: 36px;
  font-weight: 600;
  margin-top: 20px;
}

.done-subtext {
  color: #767676;
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
}

.done-subtext.bottom {
  width: 300px;
  margin: auto;
}

.success-icon {
  margin: 60px 0;
}

#saving-block {
  display: none;
  text-align: center;
  min-height: 600px;
}

.saving-title {
  color: #232a30;
  font-size: 36px;
  font-weight: 600;
  margin-top: 20px;
}

.saving-subtext {
  color: #767676;
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
}

#save-amount {
  color: #ff8f07;
  font-size: 36px;
  font-weight: 600;
  margin-top: 20px;
}

.amountsave-range {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 10px 0;
}

.amountsave-range div {
  padding: 0 40px;
}

.amountsave-range div:first-child {
  border-right: 1px solid #ddd;
}

#total-saved-amount,
#save-more-amount {
  color: #232a30;
  font-size: 20px;
  font-weight: 600;
  margin-top: 6px;
}

.tooltip {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 14px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;

  bottom: 115%;
  left: 50%;
  margin-left: -120px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  animation: fadein 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#contact .wizard > .content {
  min-height: 35em !important;
}

#form-block .actions a {
  border-radius: 6px !important;
}

/* rounded button with a hover effect */

.info-button {
  background-color: #A0BFBC;
  border: none;
  cursor: initial;
  color: #fff;
  font-size: 14px;
  font-weight: 600;

  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  width: 22px;
  height: 22px;
  margin-left: 8px;
  transition: all 0.5s ease;
}

.info-button:hover {
  background-color: #06867b;
  color: #fff;
  transition: all 0.5s ease;
}



.blurred-img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}

.blurred-img-container {
  position: relative;
}

.blurred-img-content {
  position: absolute;

  width: 100%;
}

.blurred-img-content {
  text-align: center;
}



.wizard > .content > .body input.error {
  background: rgb(255, 255, 255);
  border: 1px solid #fbc2c4;
  color: #E62828;
}

.wizard > .content > .body label.error {
  color: #E62828;
  display: inline-block;
  margin-left: 0px;
  font-size: 14px;
  margin-top: 4px;
  ;
}



.currencyinput {
  border: 1px inset #ccc;
}

.currencyinput input {
  border: 0;
}

.hide-text,
.hide {
  display: none;
}


.visibility-hidden {
  visibility: hidden;
}

.form-group input {
  display: inline-block;
}

.form-group label {
  display: inline-block;
  padding-right: 5px;
}

.currency-wrap {
  align-items: left;
  display: flex;
  flex-direction: column;
  width: 100% !important;
}

.inr-wrap {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 60%;
}

.currency-code {
  margin-top: 10px;
  /* position: absolute;
  right: 32%;
  top: 10px; */
}

.text-currency {
  padding: 10px 10px 10px 10px;
  border: solid 1px #ccc;
  border-radius: 5px;
}

#calculator {
  width: 100%;
}

svg * {
  transform-origin: 50%;
}

.gradient-border {

  border-radius: 20px;
  background-color: #DEFEFB;
}


.gradient-banner {
  /* background-image: url(../images/circles.png); 
  background-repeat: no-repeat;*/
  background-position: 0 0;
  background: linear-gradient(0deg, #DCFFFB 0%, #E4F7F5 20%, #E4F7F5 100%);
}

.circles {
  background-image: url(../images/circles.png);
  background-repeat: no-repeat;
  background-size: 677px;
  background-position: 1056px -330px;
}

.over-lap {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.wizard > .actions a {
  padding: 10px 48px !important;
  font-size: 20px !important;
}

#stickyDiv {
  position: sticky;
  bottom: 0;
  text-align: center;
}

.section-area {
  height: 800px;
  padding: 20px;
  border: 1px solid #ccc;
}

.calculate-button {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  display: inline;
  padding: 10px 24px;
  margin: 0px ;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  background: #06867b;
}

.other-buttons {
  font-family: "Montserrat", sans-serif;
  display: inline;
  padding: 10px 24px;
  margin: 0px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  background: #fff;
}

.banner-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-item-left {
  flex-basis: 50%;
  width: 50%;
  height: auto;
  
}
.banner-item-right {
  flex-basis: 50%;
  margin: 0 60px 0 0px;
}

.banner-item-image {
  text-align: right;
}

.form-container {
  width: 540px;
  margin-top: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.252), 0 3px 3px 0 rgba(0, 0, 0, 0.224);
}

.blurred-img-container {
  opacity: 0;
  animation: appear 1s 1s forwards;
  /* animation: appear 1s 1s forwards, moveUp 1s 2s forwards; */
}

[href="#finish"] {
  visibility: hidden;
  animation: buttonFadeIn 3s forwards;
  animation-delay: 3s;
}

.form-fade-in {
  opacity: 0;
  visibility: hidden;
  animation: formFadeIn 1s forwards;
  animation-delay: 2s;
}

.img-container{
   display: flex;
}

.center {
  margin: auto;
  width: 100%;
  text-align: center;
}


select {
  appearance: none; /* Safari */
  -webkit-appearance: none; /* Other styles for aesthetics */
  width: 100%;
  font-size: 1.15rem;
  padding: 0.675em 6em 0.675em 1em;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
}



/* ---------------------------------------------------------------------  */
/* ============================= Responsive ============================  */
/* ---------------------------------------------------------------------  */

/* Mobile View */
@media only screen and (max-width: 430px) {
  .form-box {
    padding: 6px;
  }

  .form-subtitle {
    margin-top: 50px;
  }

  .checkbox-main-label {
    font-size: 14px;
  }

  .checkbox-sub-label {
    font-size: 14px;
  }

  .form-group {
    margin-bottom: 10px;
  }

  .form-label {
    font-size: 14px;
  }

  .tooltip .tooltiptext {
    max-width: 120px;
    height: auto;
    padding: 6px;
  }

  #contact .wizard > .content {
    min-height: 35em !important;
  }

  .form-fade-in {
    opacity: 0;
    visibility: hidden;
    
    animation: formFadeInMobile 1s forwards;
    animation-delay: 2s;
  }
}

@media only screen and (max-width: 520px) {
  .form-container {
    width: auto;
    margin: 20px;
  }

  .banner-flex {
    display: inline;
  }

  .banner-body {
    padding: 0;
  }

  .banner-item {
    flex-basis: 100%;
  }

  .tax-boy {
    display: none;
  }

  .form-header {
    font-size: 16px;
  }

  .form-fade-in {
    opacity: 0;
    visibility: hidden;
    animation: formFadeInMobile 1s forwards;
    animation-delay: 2s;
  }

  .blurred-img-container {
    animation: appearMobile 1s 1s forwards, !important;
    /* animation: appearMobile 1s 1s forwards, moveUpMobile 1s 2s forwards !important; */
  }

}

/* Ipad View */
@media only screen and (max-width: 768px) {
  .other-buttons {
    display: none;
  }

  .section-img {
    width: 100%;
  }

  .mob-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .explore-card {
    margin-bottom: 20px;
  }

  .section-title {
    font-size: 36px;
  }

  .section-subtitle {
    font-size: 20px;
  }

  .section-quote {
    font-size: 20px;
  }

  .body-text {
    font-size: 20px;
    line-height: 21px;
  }

  .banner-body {
    padding: 15px 0;
  }

  .tax-fix {
    padding: 15px 0;
  }

  .explore-products {
    padding: 30px 0;
  }

  .explore-products .section-title {
    font-size: 20px;
  }

  .life-section .section-title {
    font-size: 20px;
  }

  .mutual-funds .section-title {
    font-size: 20px;
  }

  .health-section .section-title {
    font-size: 20px;
  }

  .health-section {
    padding: 30px 0 0 0;
  }

  .mutual-funds {
    padding: 30px 0 0 0;
  }

  .mf-content {
    padding: 15px 0;
  }

  .health-section-content {
    padding: 15px 0;
  }

  .life-section {
    padding: 5px 0;
  }

  .footer {
    padding: 30px 0;
  }

  .footer-title {
    font-size: 16px;
  }

  .footer-body-text {
    font-size: 14px;
  }

  .copright-text {
    font-size: 14px;
    margin-top: 30px;
  }

  .explore-card-title {
    font-size: 16px;
  }

  .explore-card-text {
    font-size: 16px;
  }

  .form-pre-title {
    font-size: 16px;
  }

  .form-title {
    font-size: 20px;
  }

  .steps {
    top: 89px;
  }

  .form {
    margin-top: 15px;
  }

  .col-md-6 {
    flex: 0 0 100%!important;
  }

}

@media only screen and (max-width: 1200px) {
  .w-60 {
    width: 80% !important;
  }

  currency-code {
    right: 10% !important
  }

  .col-md-6 {
    flex: 0 0 100%;
  }
  .banner-item-right {
    margin:0px;
  }
  .other-buttons {
    padding: 10px 12px;
    font-size: 16px;
  }
  .calculate-button {
    padding: 10px 12px;    
    font-size: 16px;
  }
}



/* Animations */

@keyframes formFadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-180px);
  }

  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(-320px);
  }
}


@keyframes formFadeInMobile {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-180px);
  }

  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(-210px);
  }
}

@keyframes appearMobile {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes moveUpMobile {
  0% {
    transform: translateY(0);
  }

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

@keyframes buttonClick {

  0%,
  20%,
  100% {
    stroke: transparent;
  }

  10% {
    stroke: grey;
    stroke-opacity: 1;
    stroke-width: 0.8%;
  }
}

@keyframes typeDigit {
  0% {
    opacity: 0;
  }

  10%,
  100% {
    opacity: 1;
  }
}

@keyframes typeText {
  0% {
    opacity: 0;
  }

  10%,
  100% {
    opacity: 1;
  }
}





/*  Fade Out */
@keyframes FadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.fade-out {
  animation: FadeOut 1s forwards;
  animation-delay: 2s;
}



@keyframes appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}




@keyframes buttonFadeIn {
  from {
    visibility: hidden;
  }

  to {
    visibility: visible;
  }
}

