body {
  font-family: "Helvetica";
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 800;
  src: url(<?php echo get_template_directory_uri(); ?>/fonts/HelveticaNeueHeavy.otf) format("OpenType");
  font-display: swap;
  /* or fallback or optional */
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  src: url(<?php echo get_template_directory_uri(); ?>/fonts/HelveticaNeueBold.otf) format("OpenType");
  font-display: swap;
  /* or fallback or optional */
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 600;
  src: url(<?php echo get_template_directory_uri(); ?>/fonts/HelveticaNeueBlack.otf) format("OpenType");
  font-display: swap;
  /* or fallback or optional */
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 500;
  src: url(<?php echo get_template_directory_uri(); ?>/fonts/HelveticaNeueMedium.otf) format("OpenType");
  font-display: swap;
  /* or fallback or optional */
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  src: url(<?php echo get_template_directory_uri(); ?>/fonts/HelveticaNeueLight.otf) format("OpenType");
  font-display: swap;
  /* or fallback or optional */
}

@media (min-width: 2000px) {
  .container {
    max-width: 75%;
  }
}

#header-account-opening {
  position: relative;
  padding: 1em;
}

#header-account-opening .logo {
  position: relative;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  overflow: hidden;
}

#account-mockup-banner {
  position: relative;
  padding: 2em 0;
}

@media (min-width: 2000px) {
  #account-mockup-banner {
    padding: 7em 0;
  }
}

@media (max-width: 991px) {
  #account-mockup-banner .bg-img img {
    height: 1100px;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}

@media (max-width: 767px) {
  #account-mockup-banner .bg-img img {
    height: 800px;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

#account-mockup-banner .row {
  position: absolute;
}

@media (min-width: 991px) {
  #account-mockup-banner .row {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 5em;
    right: 4em;
    z-index: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 991px) {
  #account-mockup-banner .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    top: 2em;
    left: 1em;
    right: 1em;
  }
  #account-mockup-banner .row .content {
    margin-bottom: 2em;
  }
}

@media (max-width: 991px) {
  #account-mockup-banner .row .content {
    margin-bottom: 1em;
  }
}

#account-mockup-banner .row .content .sub-head {
  color: #003F7B;
  font-weight: 400;
  font-size: clamp(1.4em, 1.94vw, 3.5em);
}

#account-mockup-banner .row .content h1 {
  color: #EF4246;
  font-weight: 700;
  font-size: clamp(2.25em, 2.7vw, 5em);
}

#account-mockup-banner .row .content .des {
  font-size: clamp(1.25em, 1.805vw, 3.25em);
  font-weight: 400;
  color: #013F7B;
}

#account-mockup-banner .row .content .des span {
  color: #EF4145;
  font-weight: 700;
}

#account-mockup-banner .row .btn-primary {
  background-color: #EF4246 !important;
  border-color: #EF4145;
  margin: 0 auto;
  border-radius: 25px;
  padding: 5px 30px;
}

@media (max-width: 991px) {
  #account-mockup-banner .row .btn-primary {
    margin-bottom: 2em;
  }
}

#account-mockup-banner .row .right-block {
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 18.5px 0px #0000001F;
          box-shadow: 0px 0px 18.5px 0px #0000001F;
  padding: 3em;
}

#account-mockup-banner .row .right-block #name {
  position: relative;
}

#account-mockup-banner .row .right-block .form-group {
  position: relative;
  margin-bottom: 2em;
}

#account-mockup-banner .row .right-block .form-group img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1em;
  width: 15px;
  z-index: 1;
}

#account-mockup-banner .row .right-block .form-control {
  position: relative;
  padding: .75rem .75rem .75rem 2.75rem;
}

#account-mockup-banner .row .right-block ::-webkit-input-placeholder {
  color: #6C757D;
  font-weight: 300;
}

#account-mockup-banner .row .right-block :-ms-input-placeholder {
  color: #6C757D;
  font-weight: 300;
}

#account-mockup-banner .row .right-block ::-ms-input-placeholder {
  color: #6C757D;
  font-weight: 300;
}

#account-mockup-banner .row .right-block ::placeholder {
  color: #6C757D;
  font-weight: 300;
}

#account-mockup-banner .row .right-block label {
  color: #6C757D;
  font-weight: 300;
}

#account-mockup-banner .row .right-block .btn-primary {
  margin-top: 10px;
  background-color: #EF4145;
  border-color: #EF4145;
  width: 100%;
  padding: .5rem .75rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1em;
}

#india-intro {
  padding: 5em 0;
}

@media (max-width: 991px) {
  #india-intro {
    padding: 3em 0;
  }
}

#india-intro .row:nth-child(2) {
  margin-top: 4em;
}

#india-intro .des {
  color: #41414E;
  position: relative;
  font-size: clamp(1.25em, 1.626vw, 3em);
  font-weight: 400;
}

#india-intro .des::after {
  content: "";
  position: absolute;
  top: -40px;
  left: -45px;
  z-index: 1;
  width: 57px;
  height: 95px;
}

#india-intro .each-block {
  background: linear-gradient(297.19deg, rgba(255, 251, 251, 0.4) 2.2%, rgba(255, 207, 208, 0.4) 98.16%);
  border: 2px solid #EF41451A;
  -webkit-box-shadow: 0px 12px 40px 0px #0000001A;
          box-shadow: 0px 12px 40px 0px #0000001A;
  border-radius: 15px;
  padding: 2em;
  text-align: center;
}

@media (max-width: 991px) {
  #india-intro .each-block {
    margin-bottom: 2em;
    width: 80%;
    margin: 0 auto 2em;
  }
}

#india-intro .each-block.second-block {
  background: linear-gradient(297.19deg, rgba(249, 252, 255, 0.4) 2.2%, rgba(173, 215, 255, 0.4) 98.16%);
  border: 2px solid #1670C61A;
  -webkit-box-shadow: 0px 12px 40px 0px #0000001A;
          box-shadow: 0px 12px 40px 0px #0000001A;
}

#india-intro .each-block h1 {
  color: #003F7B;
  font-size: clamp(3em, 4.729vw, 8em);
  font-weight: 700;
  margin-bottom: 0;
}

#india-intro .each-block p {
  font-size: clamp(1.1em, 1.486vw, 2.75em);
  color: #272727;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#our-research-expertise {
  position: relative;
  padding: 0 0 2em;
}

#our-research-expertise h1 {
  font-weight: 400;
  color: #324150;
  font-size: clamp(2.5em, 3.194vw, 5.5em);
}

#our-research-expertise p {
  font-weight: 400;
}

#our-research-expertise p b {
  font-weight: 700;
}

#our-research-expertise .blocks {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#our-research-expertise .blocks .each-block {
  width: 30%;
  float: left;
  padding: 3em 0;
  text-align: center;
  border-radius: 25px;
  background: linear-gradient(105.32deg, rgba(233, 245, 255, 0.73) 6.17%, rgba(182, 224, 255, 0.6) 76.96%);
  border: 2px solid;
  border-image-source: linear-gradient(103.72deg, rgba(107, 182, 255, 0.7) 0%, rgba(107, 182, 255, 0) 97.54%);
}

#our-research-expertise .blocks .each-block h4 {
  color: #023E7A;
  font-weight: 700;
  font-size: clamp(1.15em, 1.944vw, 3.5em);
}

@media (max-width: 991px) {
  #our-research-expertise .blocks {
    gap: 1em;
  }
  #our-research-expertise .blocks .each-block {
    width: 46%;
  }
}

#our-research-expertise .content p {
  font-weight: 400;
  color: #000000;
  font-size: clamp(1em, 1.38vw, 2.5em);
}

#our-research-expertise .content span {
  color: #EABF13;
  font-weight: 700;
  font-size: clamp(1.1em, 1.66vw, 3em);
}

#our-research-expertise .content .italic {
  font-style: italic;
}

#why-choose-us {
  padding: 3em 0 230px;
  position: relative;
  background: #F3F9FF;
}

#why-choose-us h1 {
  color: #324150;
  text-align: center;
  margin-bottom: 1em;
  font-size: clamp(2.5em, 3.194vw, 5.5em);
}

#why-choose-us .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25em;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 991px) {
  #why-choose-us .blocks {
    margin: 1em 0;
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

#why-choose-us .blocks .each-block {
  width: 20%;
  float: left;
  padding: 2.5em 1em;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  #why-choose-us .blocks .each-block {
    min-width: 220px;
  }
}

#why-choose-us .blocks .each-block .icon {
  border: 1px dashed #00508C;
  background: #F3F9FF;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}

#why-choose-us .blocks .each-block .icon img {
  height: 50px;
}

#why-choose-us .blocks .each-block::after {
  content: "";
  position: absolute;
  top: 80px;
  left: 100px;
  z-index: 1;
  background-image: url(/wp-content/uploads/2024/08/Vector.svg);
  background-position: 100%;
  width: 100%;
  height: 15px;
}

#why-choose-us .blocks .each-block:last-child::after {
  content: none;
}

#why-choose-us .blocks .each-block:nth-child(3) .icon {
  border: 1px dashed #EF4145;
}

#why-choose-us .blocks .each-block p {
  margin-top: 15px;
  color: #000;
  font-size: clamp(1em, 1vw, 2em);
  font-weight: 400;
}

#why-choose-us .blocks .des {
  color: #324150;
  font-size: clamp(1.1em, 1.666vw, 3em);
  font-weight: 400;
}

#our-client {
  position: relative;
  overflow: hidden;
  padding: 3em 0;
}

#our-client h1 {
  font-size: clamp(2.5em, 3.194vw, 5.5em);
  color: #324150;
  margin-bottom: 1em;
}

#our-client .each-block {
  border: 2px solid #6BB6FF;
  background: #EFF7FF;
  padding: 1.25em;
  border-radius: 12px;
  position: relative;
  height: 100%;
}

@media (min-width: 992px) and (max-width: 1200px) {
  #our-client .each-block {
    min-height: 250px;
  }
}

@media (min-width: 1200px) {
  #our-client .each-block {
    min-height: 210px;
  }
}

#our-client .each-block::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 1.5em;
  background-image: url(/wp-content/uploads/2024/08/quote.svg);
  z-index: 1;
  width: 43px;
  height: 39px;
}

#our-client .each-block.second-block {
  background: #FFF5EB;
  border: 2px solid #FF914D;
}

#our-client .slick-track {
  margin: 2em 0;
}

@media (min-width: 992px) {
  #our-client .slick-slider {
    margin: 0 -10px;
  }
  #our-client .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
  }
}

#our-client .slick-dots li button:before {
  font-size: 12px !important;
  color: #666674 !important;
  opacity: 1;
}

#our-client .slick-dots li.slick-active button:before {
  color: #003F7B !important;
  opacity: 1;
  border: 1px solid #003F7B;
  border-radius: 50px;
}

#our-client .name {
  color: #003F7B;
  margin-bottom: 0;
}

#our-client .min-head {
  color: #41414E;
}

#our-client .des {
  font-weight: 300;
}

#our-pricing {
  position: relative;
  padding: 3em 0;
}

#our-pricing h1 {
  color: #324150;
  text-align: center;
  font-size: clamp(2.5em, 3.194vw, 5.5em);
}

#our-pricing p b {
  font-size: clamp(1em, 1.621vw, 3em);
}

#our-pricing .one {
  color: #003F7B;
}

#our-pricing .two {
  color: #b4282c;
}

#our-pricing .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  margin-top: 2em;
}

@media (max-width: 767px) {
  #our-pricing .blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #our-pricing .blocks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#our-pricing .blocks .each-block {
  text-align: center;
  width: 33.33%;
  float: left;
}

@media (min-width: 767px) and (max-width: 991px) {
  #our-pricing .blocks .each-block {
    width: 45%;
    margin-bottom: 1.5em;
  }
}

@media (max-width: 991px) {
  #our-pricing .blocks .each-block {
    padding-bottom: 2em;
  }
}

#our-pricing .blocks .each-block:not(:last-child) {
  border-right: 2px solid #A5B8CB;
}

@media (max-width: 991px) {
  #our-pricing .blocks .each-block:not(:last-child) {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  #our-pricing .blocks .each-block {
    width: 100%;
  }
}

#our-pricing .blocks .each-block p {
  font-size: clamp(1.45em, 1.756vw, 3.15em);
  font-weight: 500;
  margin-bottom: 0;
  color: #3B3B3B;
}

#our-pricing .blocks .each-block h1 {
  font-size: clamp(4em, 4.459vw, 8.5em);
  color: #003F7B;
  font-weight: 400;
}

#our-pricing .blocks .each-block .lot {
  font-size: clamp(3em, 4vw, 6.5em);
  color: #003F7B;
  vertical-align: bottom;
  line-height: 1.65;
}

#our-pricing .button {
  margin-top: 1em;
}

#our-pricing .button .btn {
  background-color: #EF4145;
  padding: 6px 30px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  font-size: clamp(0.85em, 0.972vw, 1.75em);
}

#footer-landing {
  position: relative;
  padding: 2em 0 0;
  background-color: #013f7c;
  color: #fff;
}

#footer-landing a {
  text-decoration: none;
}

@media (max-width: 767px) {
  #footer-landing .social-icons {
    padding: 1em 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer-landing .h-line {
  margin: 5px 0 10px;
  width: 40px;
  height: 2px;
  background-color: #ef4246;
}

#footer-landing .line {
  margin: 15px 0;
  width: 100%;
  height: 1px;
  background-color: #5badf9;
}

#footer-landing ul {
  margin: 10px 0 2em;
}

#footer-landing ul li {
  margin-bottom: 5px;
}

#footer-landing ul li img {
  margin-bottom: 5px;
}

#footer-landing ul li a {
  color: #5badf9;
}

#footer-landing p {
  font-weight: 500;
}

#footer-landing p span {
  color: #5badf9;
  font-weight: 400;
}

#footer-landing .copy-right {
  background-color: #003775;
  padding: 1em 0;
}
/*# sourceMappingURL=account-opening-mockup.css.map */