/* google foet */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: "Gilroy";
  src: url(../font/gilroy-bold-cufonfonts/Gilroy-Bold.ttf),
    url(../font/gilroy-bold-cufonfonts/Gilroy-Heavy.ttf),
    url(../font/gilroy-bold-cufonfonts/Gilroy-Light.ttf),
    url(../font/gilroy-bold-cufonfonts/Gilroy-Medium.ttf),
    url(../font/gilroy-bold-cufonfonts/Gilroy-Regular.ttf);
}
:root {
  --Navy-Blue: #014cff;
  --Solitude: #edf0f5;
  --color-1: #adadad;
  --color-2: #162958;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
}
a,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
}
body {
  font-family: "Roboto", sans-serif;
  color: var(--color-2);
  max-width: 1920px;
  margin: auto;
}
.bg-Solitude {
  background: var(--Solitude);
}
.Navy-Blue {
  color: var(--Navy-Blue);
}
.Dark-Grey {
  color: var(--color-2);
}
.Grey {
  color: #adadad;
}
.title {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 0em;
}
@media (min-width: 1500px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xll {
    max-width: 1442px;
  }
  .hero-bar {
    width: 609px;
    margin-left: auto;
  }
  .blpt .col-lg-6 {
    padding: 0 44.5px;
  }
  .blpt .row.p-lg-5 {
    padding: 3rem 4.5px !important;
  }
  .simple-info {
    max-width: 471px;
  }
  .go-all-Blogs {
    padding-top: 20px;
    display: block;
  }
}
@media (min-width: 1700px) {
  .cp-section .container {
    max-width: 1600;
  }
}
@media (max-width: 1400px) {
  .title {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (max-width: 1200px) {
  .title {
    font-size: 50px;
  }
}
@media (max-width: 767.99px) {
  .title {
    font-size: 38px;
    line-height: 45px;
    text-align: center;
  }
}
/* header */
header {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
}
header a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--color-2) !important;
}
header button {
  height: 60px;
  width: 153px;
  border-radius: 0px;
  margin: 12px auto;
  display: block !important;
}
@media (min-width: 1200px) {
  header ul {
    width: 75%;
    justify-content: space-evenly;
  }
  header button {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  header .navbar .navbar-brand,
  header .navbar .navbar-toggler {
    z-index: 5;
  }
  header .navbar-collapse {
    width: 100%;
    height: 100vh;
    left: 0;
    top: 93px;
    position: sticky;
    background-color: #fff;
    padding: 12px;
    z-index: 3;
    overflow-y: auto;
  }
  header .navbar-collapse.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0s ease !important;
  }
}
@media (min-width: 768px) {
  .w-md-max-content {
    width: max-content;
  }
}
.header-white {
  background-color: #fff;
}

.btn {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  border-color: inherit;
}

.btn-18 {
  font-size: 16px;
  line-height: 19px;
}
.btn-v2 {
  color: #7540ee;
  background-color: rgba(117, 64, 238, 5%);
  border: none;
}
.btn-v3 {
  color: #014cff;
  background-color: rgba(1, 76, 255, 5%);
  border: none;
}
.text-Navy-Blue {
  color: var(--Navy-Blue);
}
.bg-Navy-Blue {
  background-color: var(--Navy-Blue);
}
@media (max-width: 567px) {
  .logo {
    width: 200px;
  }
}
/* end header */

/* footer */

.Loan-for-me {
  height: 632px;
  width: 100%;
  border-radius: 0px;
  background: url(../images/bg-logo/Logo-white.png),
    linear-gradient(90deg, #014cff 0%, #7540ee 90.62%);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  padding: 12px;
  text-align: center;
}
.Loan-for-me-btn {
  margin-top: 20px;
}
.Loan-for-me-btn button {
  height: 65px;
  width: 152px;
  border-radius: 4px;
  padding: 22px, 33px, 22px, 33px;
  margin: 5px;
}
.fot-bg-title {
  position: relative;
  z-index: 0;
}
.fot-bg-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-logo/Vector.png);
  z-index: -1;
  transform: scale(1.45) translate(-5%, -8%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767.99px) {
  .Loan-for-me {
    height: 400px;
  }
}
.fot-menu {
  padding: 40px 0;
}
.fot-menu-title-2 {
  margin-bottom: 47px;
}
.fot-menu li {
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0em;
  text-align: left;
}
.fot-menu li a {
  font-weight: 400;
  line-height: 40px;
  color: #adadad;
}
.fot-menu li b {
  font-weight: 500;
  line-height: 19px;
  display: inline-block;
  margin-bottom: 16px;
}
.fot-menu .fot-menu-title b {
  font-weight: 500;
  line-height: 19px;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 12px;
}
.fot-bot {
  border-top: 1px solid #d4dae8;
}
.f-menu {
  font-size: 14px;
  font-style: normal;
  margin: auto;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--color-1);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.f-menu li {
  padding: 0 10px;
}
.f-menu-copyright li {
  position: relative;
  padding: 0 20px;
}
.f-menu-copyright li::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.f-menu-copyright li:last-child::after {
  display: none;
}
/* end footer */

/* hero */
.h-hero {
  padding: 80px 0 220px;
  position: relative;
}
.hero {
  padding-top: 80px;
}
.hero-img {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 55%;
  text-align: center;
  background-image: url(../images/bg-logo/bg-1.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 655px;
}
.hero-img img {
  height: 1103px;
  width: 532px;
  border-radius: 0px;
}
.hero-img .img {
  position: relative;
}
.hero-img .img::after,
.hero-img .img::before {
  content: "";
  left: 5%;
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 115px;
  background-size: contain;
  z-index: 1;
}
.hero-img .img::after {
  background-image: url(../images/bennar/1.gif);
  top: 10%;
}
.hero-img .img::before {
  background-image: url(../images/bennar/2.gif);
  bottom: 25%;
}
.hero-foot {
  position: relative;
  z-index: -1;
}
.hero-foot-img {
  position: absolute;
  bottom: 0;
}
.hero-foot-img::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 115px;
  background-size: contain;
}
.hero-foot-img-1::before {
  background-image: url(../images/bennar/1.gif);
  top: 5%;
}
.hero-foot-img-2::before {
  background-image: url(../images/bennar/2.gif);
  top: 30%;
}
.hero-foot-img img {
  height: 512px;
  width: 408px;
  object-fit: contain;
  object-position: bottom center;
}
.hero-title {
  font-size: 69px;
  font-weight: 700;
  line-height: 81px;
  letter-spacing: 0em;

  text-align: left;
}
.hero-title span {
  color: var(--Navy-Blue);
}
.h-hero .hero-title span {
  text-align: center;
  display: block;
}
.hero-pera {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;

  margin-top: 70px;
}
.hero-pera2 {
  margin-top: 51px;
}
.hero-pera-3 {
  margin-top: 51px;
}
.hero-pera-blog {
  margin-top: 116px;
}
.hero-pera-cUs,
.hero-pera-blog {
  margin-top: 112px;
  color: #b7b7b7 !important;
}
.hero-pera-cUs b,
.hero-pera-blog b {
  margin-top: 112px;
  color: var(--color-2) !important;
}
.hero-pera-cUs a,
.hero-pera-blog a {
  color: #014cff !important;
}
.hero-pera b {
  display: block;
  font-weight: 400;
}

.hero-pera strong {
  font-weight: 400;
}
.hero .hero-pera {
  line-height: 40px;
}
.hero .hero-pera a {
  color: var(--Navy-Blue);
  text-decoration: underline;
}
.hero .hero-pera-2 a {
  color: var(--color-2);
  text-decoration: none;
}
.h-hero .hero-pera {
  text-align: right;
  margin: 0;
}
.p-es-re {
  margin-top: 25px;
}
.hero-ul {
  margin-top: 52px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--color-2);
}
.hero-ul small,
.adv-amount small,
.graphic-ul small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 37.65306091308594px;
  width: 41px;
  border-radius: 0px;
  background-image: url(../images/faq/bg-h.png);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  margin: 4px 21px 4px 0;
  flex: 0 0 auto;
}
.loan-amount p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
.loan-amount-2 {
  margin: 20px 0;
}
.loan-amount-2 p {
  margin-bottom: 5px;
}
.loan-amount h1 {
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0em;
  text-align: left;
}
.loan-amount h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
.m-amount {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  display: flex;
  padding: 12px 0;
  align-items: center;
  color: var(--color-1);
  justify-content: space-between;
}
.m-range {
  width: 100%;
}
.e-Repayments h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
}
.e-Repayments span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  color: var(--color-1);
  text-align: left;
}
.estimatedRepayments {
  display: flex;
  width: 100%;
  padding: 12px 0;
}
.e-Repayments {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.e-Repayments.weekly {
  align-items: flex-start;
  border-right: 1px solid #e5e5e5;
}

.e-Repayments.monthly {
  border-left: 1px solid #e5e5e5;
}
.bar-pera p {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--color-1);
  margin-bottom: 12px;
}
.Apply-Now {
  height: 66px;
  width: 311px;
  max-width: 100%;
  font-weight: 500;
  border-radius: 4px;
  background-color: var(--Navy-Blue);
  color: #fff;
}
.by-apply {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.by-apply p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--color-1);
  margin: 0;
}
.by-apply img {
  width: 80px;
  height: 18px;
  object-position: left center;
  object-fit: contain;
}
.hero-pa {
  padding: 50px 44px;
  padding-top: 0;
}
@media screen and (max-width: 1199px) {
  .hero-pa {
    padding: 40px 34px;
    padding-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .hero-pa {
    padding: 35px 28px;
  }
}
/* end hero */
/* cp-section */

.cp-section {
  background-color: var(--Navy-Blue);
  background-image: url(../images/bg-logo/Logo-white.png);
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: left center;
}
.cp-pera {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin-top: 12px;
}
.cp-card-img img {
  width: 100%;
}
.cp-card-info h2 {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.cp-card-info {
  padding: 40px 0 20px;
}
.cp-card-info p {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  padding-top: 5px;
  color: #fff;
}
/* end cp-section */

/* simple */

.simple {
  min-height: 1080px;
  padding: 50px 0;
  display: grid;
  place-items: center;
  background-image: url(../images/womanonphone_graphic.gif);
  background-repeat: no-repeat;
  background-color: var(--Solitude);
  background-position: center right;
  position: relative;
}
.Chart {
  box-shadow: 30px 25px 30px 0px #0000000d;
  background-color: #fff;
  height: max-content;
  min-height: 461px;
  width: 315px;
  position: absolute;
  top: -1%;
  bottom: 0;
  left: 4%;
  right: 0;
  border-radius: 8px;
  margin: auto;
  padding: 30px;
}
.Chart-h {
  margin-top: 25px;
}
.Chart h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  margin: 0;
  text-align: center;
}
.Chart span {
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: center;
  color: #adadad;
}
.Chart ul {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  margin: 22px 0;
}
.Chart ul img {
  margin-right: 15px;
}
.Chart ul li {
  padding: 7.5px;
}
@media screen and (max-width: 1199px) {
  .Chart {
    left: 35%;
  }
}
@media screen and (max-width: 992px) {
  .Chart {
    position: unset;
    margin: 12px auto;
  }
}
.pera2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
}
.pera3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
}
.pera3-b {
  font-weight: 500;
}
.pera-m p {
  margin-bottom: 30px;
}
.btn-a,
.btn-btn {
  height: 60px;
  width: 153px;
  border-radius: 4px;
  padding: 22px, 33px, 22px, 33px;
  margin: 5px;
  display: inline-grid;
  place-items: center;
}
.btn-a {
  color: var(--Navy-Blue);
}
.btn-btn {
  color: #fff;
  border-color: var(--Navy-Blue);
  background-color: var(--Navy-Blue);
}
/* end simple */
/* faq */
.faq {
  background-color: var(--Navy-Blue);
  min-height: 1080px;
  padding: 50px 0;
  display: grid;
  place-items: center;
}
.faq-info {
  padding: 42px 0 51px 51px;
  background-color: #fff;
  background-image: url(../images/SmallBanner.png);
  background-repeat: no-repeat;
  background-position: center right;
  min-height: 377px;
  background-size: auto 100%;
  border-radius: 8px;
}
.faq-info p {
  margin: 20px 0;
}
.pera {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0em;
}
.faq-item {
  background-color: transparent;
  border: none;
  margin-top: 20px;
}
.faq-item .accordion-button,
.faq-item .accordion-body {
  background-color: #1d60ff;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.faq-item .accordion-button {
  height: 82px;
}
.faq-item .accordion-button::after {
  background-image: url(../images/ar.png);
  background-position: center;
}
.faq-item .accordion-button b,
.faq-item .accordion-body b {
  font-weight: 500;
  padding: 0 5px;
  display: inline;
}
.faq-item .accordion-button span {
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* end faq */
/* Phone_Graphic */
.Phone_Graphic {
  padding-top: 90px;
  background-color: #fbfbfc;
}
.pg-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pg-cart {
  height: 162px;
  width: 359px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 30px 25px 30px 0px #0000000d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
.pg-cart-2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.pg-info {
  width: 205px;
  margin-left: 10px;
}
.pg-no {
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  height: 45px;
  width: 49px;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-position: center;
  display: grid;
  place-items: center;
  background-size: contain;
  color: #fff;
}
.pg-no-b {
  background-image: url(../images/pg/pg-b.png);
}
.pg-no-p {
  background-image: url(../images/pg/pg-p.png);
}
.pg-cart:hover {
  background: linear-gradient(101.36deg, #014cff 0.72%, #7540ee 97.45%);
}
.pg-cart:hover .pg-no {
  color: var(--Navy-Blue);
  background-image: url(../images/pg/pg-w.png);
}
.pg-info h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}
.pg-info p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #adadad;
}
.pg-cart:hover h5,
.pg-cart:hover p {
  color: #fff;
}

/* end Phone_Graphic */
@media screen and (max-width: 1499px) and (min-width: 1199px) {
  .pg-cart {
    width: 295px;
  }
}
@media screen and (max-width: 1199px) {
  .pg-cart {
    width: 245px;
  }
  .pg-info h5 {
    font-size: 20px;
  }
  .pg-no {
    height: 35px;
    width: 39px;
    font-size: 18px;
    font-weight: normal;
  }
  .pg-info {
    width: 165px;
  }
  .hero-img img {
    height: 803px;
    width: 332px;
    border-radius: 0px;
  }
  .hero-img {
    width: 45%;
    height: 475px;
  }
  .h-hero {
    padding: 60px 0;
  }
  .hero {
    padding-top: 60px;
  }
  .hero-title {
    font-size: 50px;
    line-height: 61px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .pg-cart {
    width: 275px;
  }
}
@media screen and (max-width: 1599px) {
  .simple {
    background-size: 50%;
    min-height: 800px;
  }
}
@media screen and (max-width: 1199px) {
  .by-apply {
    justify-content: space-evenly;
  }
  .by-apply div {
    margin: 12px auto;
  }
  .pera-m p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .faq-info {
    background-image: none !important;
  }
}
@media screen and (max-width: 992px) {
  .pg-row {
    justify-content: center;
    padding: 20px 0;
  }
  .simple {
    background-image: none !important;
    min-height: auto;
  }
  .pera2 {
    text-align: center;
  }
  .hero-img {
    position: unset;
    margin: auto;
    width: 100%;
    display: none;
  }
  .Loan-for-me {
    height: auto;
    min-height: 400px;
  }
  .faq-item .accordion-button,
  .faq-item .accordion-body {
    font-size: 15px;
  }
  .faq-item .accordion-button {
    height: auto;
  }
  .faq {
    min-height: auto;
    height: auto;
  }

  .cp-pera {
    text-align: center;
  }
  .w-md-max-content {
    width: auto;
  }
  .hero-title {
    font-size: 40px;
    line-height: 51px;
  }
  .f-menu {
    font-size: 10px;
  }
  .hero-pera {
    font-size: 18px;
    margin-top: 30px;
  }
  .loan-amount h1 {
    font-size: 35px;
    line-height: 44px;
  }
  .Apply-Now {
    width: 200px;
  }
}
.fot-menu-ul {
  display: block;
}
@media screen and (max-width: 767.99px) {
  .faq {
    min-height: auto;
    height: auto;
    padding: 50px 0;
  }
  .fot-menu-title {
    border-bottom: 1px solid var(--color-1);
    padding: 20px;
    align-items: center;
    justify-content: space-between;
  }
  .fot-menu-title img {
    width: 25px;
    height: 20px;
    object-fit: contain;
    object-position: center left;
  }
  .fot-menu-ul {
    display: none;
    margin-top: 12px;
    padding-left: 60px;
  }
  .fot-menu-ul.show {
    display: block;
  }
  .faq-info {
    text-align: center;
    padding: 20px;
    min-height: auto;
  }
  .pera {
    text-align: center;
  }
  .pera3 {
    text-align: center;
  }
  .f-menu-copyright li::after {
    display: none;
  }
  .f-menu {
    font-size: 14px;
    display: block;
  }
  .f-menu li {
    padding: 12px;
  }
  .f-menu-s {
    display: flex;
    width: max-content;
  }
  .cp-section {
    padding: 40px 0;
  }
  .cp-pera {
    margin: 0;
  }
  .fot-bot {
    border: none;
  }
  .pera2,
  .pera3 {
    font-size: 18px;
    line-height: 25px;
  }
  .faq-info p {
    margin: 25px 0;
  }
}
@media screen and (max-width: 568px) {
  .pg-cart {
    width: 100%;
  }
  .title {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
  }
  .Loan-for-me {
    height: auto;
    min-height: auto;
    padding: 50px 12px;
  }
  .cp-card-info h2 {
    font-size: 27px;
  }
  .cp-card-info {
    padding: 20px 0 0;
  }
  .h-hero {
    padding: 30px 0;
  }
  .hero {
    padding-top: 30px;
  }
  .by-apply,
  .by-apply p {
    display: block;
    text-align: center;
  }
  .Apply-Now {
    width: 100%;
  }
  .btn-a,
  .btn-btn,
  .Loan-for-me-btn button,
  .Loan-for-me-btn {
    width: 100%;
    margin: 5px 0;
  }
}
.hero-foot {
  height: 362px;
  background: url(../images/bg-logo/Logo-white.png),
    linear-gradient(90deg, #014cff 0%, #7540ee 90.62%);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  margin-top: -250px;
}
/* con-link  */
.con-link {
  padding: 50px 0;
}
.con-link-card {
  background-image: url(../images/bg-logo/White_Transparent1.png);
  background-color: var(--Solitude);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  transition: all 0.3s;
  cursor: pointer;
}
.con-link-card-blue {
  background: url(../images/bg-logo/White_Transparent.png),
    linear-gradient(180deg, #014cff 0%, #7540ee 90.62%);
  background-repeat: no-repeat;
  background-position: -5% 101%;
  color: #fff;
}
.con-link-card:hover,
.con-link-card-blue:hover {
  background-repeat: no-repeat;
  background-position: 0% 100%;
  box-shadow: 0px 25px 4px -6px #1212120d;
  transform: translateY(-20px);
}
.con-link-card {
  text-align: center;
}
.con-link-card img {
  height: 402px;
  width: 287px;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 0px;
}
.con-link-card-info {
  padding: 3% 5%;
  min-height: 196px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.con-link-card-info h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: center;
}
.con-link-card-info p {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
}
.contactUs-form {
  background-color: var(--Solitude);
  padding: 70px 0;
}
.con-form {
  background-color: #fff;
  padding: 83px 40px 101px;
  text-align: center;
}
.con-form h1 {
  margin-bottom: 30px;
}
.con-form h1 span {
  color: var(--Navy-Blue);
}
.con-form form {
  margin-top: 60px;
}
.con-form input {
  height: 80px;
  border-radius: 2px;
}
.con-form textarea {
  resize: none;
  border-radius: 2px;
  height: 299px;
}
.con-form .form-control,
.con-form .provided {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 81px;
  margin-bottom: 30px;
  border-radius: 2px;
}
.con-form .provided {
  padding: 0;
}
.con-form button {
  height: 80px;
  width: 197px;
  background-color: var(--Navy-Blue);
  border-radius: 4px;
  color: #fff;
}
.con-form .con-aft {
  position: relative;
}
.con-form .con-aft::after {
  content: "";
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 20px;
}
.con-form .con-email::after {
  background-image: url(../images/con-form/1.png);
}
.con-form .con-name::after {
  background-image: url(../images/con-form/2.png);
}
.con-form .con-phona::after {
  background-image: url(../images/con-form/3.png);
}
.con-form .con-sub::after {
  background-image: url(../images/con-form/4.png);
}
.con-form .con-mas::after {
  background-image: url(../images/con-form/5.png);
  margin: 20px 20px auto;
}
@media screen and (max-width: 1400px) {
  .hero-foot {
    height: 300px;
    margin-top: -240px;
  }
  .con-link-card-info {
    padding: 12px;
  }
  .con-link-card-info h3 {
    font-size: 30px;
  }
  .con-form {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 992px) {
  .con-form .form-control,
  .con-form .provided {
    font-size: 17px;
    line-height: 30px;
    padding-left: 50px;
    margin-bottom: 20px;
  }
  .con-form {
    padding: 40px 20px;
  }
  .con-form input {
    height: 50px;
  }
  .con-form textarea {
    height: 249px;
  }
  .con-form .con-aft::after {
    content: "";
    width: 20px;
    height: 20px;
  }
  .con-form .provided {
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 0;
  }
  .con-link-card:hover,
  .con-link-card-blue:hover {
    background-repeat: no-repeat;
    background-position: unset;
    box-shadow: unset;
    transform: unset;
  }
}
.loan-amount .important-read,
.loan-amount .worked-example {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: right;
  color: var(--color-1);
}
.loan-amount .important-read a {
  color: #dd4242;
  text-decoration: underline;
}
.loan-amount .worked-example a {
  color: var(--Navy-Blue);
  text-decoration: underline;
}
@media screen and (max-width: 1400px) {
  .loan-amount .important-read,
  .loan-amount .worked-example {
    font-size: 14px;
    line-height: normal;
  }
}
@media screen and (max-width: 1200px) {
  .loan-amount .important-read,
  .loan-amount .worked-example {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .loan-amount .important-read,
  .loan-amount .worked-example {
    text-align: left;
  }
}
.faq-all-type {
  padding: 50px 0;
}
.faq-itams {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.faq-itam {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
  margin: 12px 0;
  margin-right: 5%;
}
.faq-itam .img {
  height: 51px;
  width: 56px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/faq/bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 15px;
}
.faq-itam .img img {
  height: 20px;
  width: 20px;
  object-fit: contain;
  object-position: center;
}
.faq-itam:hover .img {
  background-image: url(../images/faq/bg-h.png);
}
.faq-itam:hover .img img {
  filter: brightness(0) invert(1);
}
.faq-itam {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
}
.q-title {
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;

  margin-left: 15px;
}
.qna-header {
  height: 120px;
  border-radius: 2px;
  border: 1px solid #d4dae8;
}
.qna-header .accordion-button {
  height: 100%;
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #fff;
}
.a-pera {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;

  border-left: 1px solid #d4dae8;
  padding: 20px 30px;
  margin: 10px 0;
}
.a-pera b {
  font-weight: 500;
  line-height: 20px;
}
.a-pera p {
  margin: 0;
  margin-top: 30px;
}
.qna-header .accordion-button:not(.collapsed) .q-title {
  color: var(--Navy-Blue);
}
.qna-header img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 992px) {
  .faq-itams {
    flex-direction: column;
    align-items: flex-start;
  }
  .faq-itam {
    font-size: 18px;
    line-height: 30px;
    margin: 12px 0;
  }
  .qna-header {
    height: 100px;
  }
}
@media screen and (max-width: 769px) {
  .qna-header {
    height: 60px;
  }
  .a-pera {
    font-size: 18px;
    padding: 15px 20px;
    line-height: 27px;
  }
  .a-pera b {
    line-height: 20px;
  }
  .q-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.ViewAllArticles {
  color: var(--Navy-Blue) !important;
  padding: 18px 26px;
}
.meBlog-all {
  background-color: #f1f6fd;
  padding: 100px 0 50px;
}
.meBlog {
  display: none;
}
.meBlog-doc {
  background-color: #fff;
  height: 100%;
}
.meBlog-img img {
  width: 100%;
}
.meBlog-info {
  padding: 35px 31px;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  min-width: 132px;
}
.meBlog-doc {
  transition: all 0.3s;
}
.meBlog-info b {
  font-weight: 500;
}
.meBlog-info p {
  margin: 0;
}
.meBlog-doc:hover {
  filter: drop-shadow(20px 20px 40px rgba(18, 18, 18, 0.15));
  box-shadow: 20px 20px 40px 0px #12121226;
  transform: translateY(-20px);
}
@media screen and (max-width: 992px) {
  .meBlog-all {
    padding: 70px 0 40px;
  }
  .meBlog-info {
    padding: 20px;
    min-height: auto;
  }
}
@media screen and (max-width: 568px) {
  .ViewAllArticles {
    width: 100%;
  }
  .btn {
    width: 100%;
    margin: 12px 0;
  }
}
.graphic span {
  color: var(--Navy-Blue);
  display: inline-flex;
}
.graphic img {
  max-width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 25px;
}
.graphic-itam {
  background-repeat: no-repeat;
  min-height: 1080px;
  padding: 50px 0;
  display: grid;
  place-items: center;
  background-position: center left;
}
.graphic-itam:nth-child(odd) {
  background-position: center right;
  background-color: #edf0f4;
}
.graphic-itam:nth-child(odd) .row {
  flex-direction: row-reverse;
}
.graphic-itam strong {
  display: inline-grid;
  height: 36px;
  width: 40px;
  background-image: url(../images/graphic/bg-s.png);
  color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 21px;
  letter-spacing: 0em;
  place-items: center;
  margin: auto;
  margin-right: 15px;
}
.graphic p {
  margin-bottom: 36px;
}
@media screen and (max-width: 1599px) {
  .graphic-itam {
    background-size: 55%;
    min-height: 880px;
  }
  .graphic p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .graphic-itam {
    background-image: none !important;
    min-height: auto;
  }
  .graphic p {
    margin-bottom: 23px;
  }
}
.apply-heading {
  padding: 130px 0;
}
.apply-heading-info h1,
.title-2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 63px;
}
.graphic-itam .title-2 {
  text-align: left;
}
.title-2 {
  margin-bottom: 20px;
}
.apply-heading-info h1 span,
.title-2 span {
  color: var(--Navy-Blue);
}
.apply-heading-info p {
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
}
.Steps {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
  margin-top: 63px;
}
.Step {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  max-width: 100%;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  margin: 12px auto;
}
.Step b {
  font-weight: 500;
}
.Step-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  height: 51px;
  width: 56px;
  border-radius: 0px;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.Step-img img {
  object-fit: contain;
  object-position: center;
  max-height: 20px;
  max-width: 26px;
}
@media screen and (max-width: 1199px) {
  .apply-heading {
    padding: 100px 0;
  }
}
@media screen and (max-width: 992px) {
  .Steps {
    width: 100%;
  }
  .apply-heading-info h1,
  .title-2 {
    font-size: 38px;
    line-height: normal;
  }
  .apply-heading-info p,
  .Step {
    font-size: 20px;
    line-height: 30px;
  }
  .Steps {
    flex-direction: column;
    align-items: flex-start;
  }
  .Step {
    margin: 12px 0;
  }
  .apply-heading {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767.99px) {
  .Steps {
    margin-top: 25px;
  }
  .apply-heading-info h1 {
    margin-bottom: 25px;
  }
  .Step-img {
    height: 41px;
    width: 46px;
  }
  .Step-img img {
    max-height: 14px;
    max-width: 20px;
  }
  .apply-heading-info h1,
  .title-2 {
    font-size: 30px;
  }
  .apply-heading-info p,
  .Step {
    font-size: 18px;
    line-height: 25px;
  }
}
.costs-list {
  padding: 50px 0;
}
.costs-list-heading {
  box-shadow: 30px 25px 30px 0px #0000000d;
  margin: 40px 0;
}
.costs-list-heading h1,
.Loan-Example h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}

.costs-list-heading p {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin: 30px 0 40px;
}
.costs-list-heading a {
  height: 60px;
  width: 153px;
  border-radius: 4px;
  padding: 22px, 33px, 22px, 33px;
  outline: none;
  box-shadow: none;
  display: inline-grid;
  place-items: center;
}
@media screen and (max-width: 992px) {
  .costs-list-heading h1,
  .Loan-Example h1 {
    font-size: 38px;
    line-height: 38px;
  }
  .costs-list-heading p {
    margin: 20px 0;
  }
}
@media screen and (max-width: 992px) {
  .costs-list-heading h1,
  .Loan-Example h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
.btn-bg {
  border: 1px solid var(--Navy-Blue);
  background-color: var(--Navy-Blue);
  color: #fff;
  height: 60px;
  width: 153px;
  border-radius: 4px;
  padding: 22px, 33px, 22px, 33px;
  display: inline-grid;
  place-items: center;
}
.btn-bor {
  border: 1px solid var(--Navy-Blue);
  color: var(--Navy-Blue);
  height: 60px;
  width: 153px;
  border-radius: 4px;
  padding: 22px, 33px, 22px, 33px;
  display: inline-grid;
  place-items: center;
}
.costs-table {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: thin;
}
.costs-table table {
  min-width: max-content;
  width: 100%;
}

.costs-table table td img {
  display: block;
  margin-left: 50px;
}
.costs-table table td b {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
}
.costs-table table td strong {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
}
.costs-table table td span {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
}
.costs-table table tr {
  height: 150px;
}
.costs-table table td {
  padding: 12px;
}
.costs-table table tr:nth-child(odd) {
  background-color: #f1f6fd;
}
.costs-table table td:nth-child(1) {
  width: 200px;
}
.costs-table table td:nth-child(2) {
  width: 400px;
}
.costs-table table td:nth-child(3) {
  width: 300px;
}
.costs-table table td:nth-child(4) {
  width: 200px;
}
.costs-td {
  width: 250px;
}
.costs-table table .costs-tr td strong {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.costs-table table .costs-tr td span {
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #9ba3b7;
}
@media screen and (max-width: 1200px) {
  .costs-table table td:nth-child(1) {
    width: 200px;
  }
  .costs-table table td:nth-child(2) {
    width: 300px;
  }
  .costs-table table td:nth-child(3) {
    width: 250px;
  }
  .costs-table table td:nth-child(4) {
    width: 200px;
  }
  .costs-td {
    width: 200px;
  }
}
@media screen and (max-width: 992px) {
  .costs-table table tr {
    height: auto;
    min-height: 130px;
  }
  .costs-table table .costs-tr td strong {
    font-size: 15px;
  }
  .costs-table table .costs-tr td span {
    font-size: 12px;
  }
  .costs-table table td strong {
    font-size: 20px;
    line-height: normal;
  }
  .costs-table table td b {
    font-size: 20px;
    line-height: normal;
  }
  .costs-table table td span {
    line-height: normal;
  }
  .costs-table table td:nth-child(1) {
    width: 150px;
  }
  .costs-table table td:nth-child(2) {
    width: 200px;
  }
  .costs-table table td:nth-child(3) {
    width: 220px;
  }
  .costs-table table td:nth-child(4) {
    width: 200px;
  }
  .costs-td {
    width: 180px;
  }
}
.Loan-Example {
  padding: 40px 0;
  background: linear-gradient(101.36deg, #014cff 0.72%, #7540ee 97.45%);
  color: #fff;
}
.lo-ex {
  height: 189px;
  border-radius: 4px;
  padding: 26px;
  background-color: rgba(255, 255, 255, 10%);
}
.lo-ex-w {
  background-color: rgba(255, 255, 255, 100%);
}

.lo-ex h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}
.lo-ex p {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.lo-ex-w h5 {
  color: #7540ee;
}
.lo-ex-w p {
  color: #000;
}
.lo-ex-fot strong {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}
.lo-ex-fot p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  margin: 10px 0;
}
.h-btn-Works {
  height: 60px;
  width: 173px;
  border-radius: 4px;
  padding: 22px, 33px, 22px, 33px;
  background-color: var(--Navy-Blue);
  color: #fff;
}
/* blpt */
.blpt-w {
  background-color: #fff;
}
.blpt-g {
  background-color: #f1f6fd;
}
.blpt-b {
  background-color: var(--Navy-Blue);
  color: #fff;
}
.blpt-img {
  background-position: center right;
  background-image: url(../images/bg-logo/Logo-white-f.png);
  background-repeat: no-repeat;
}
.blpt {
  padding: 80px 0;
}
.blpt-title {
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0em;
}
.blpt-title span {
  color: var(--Navy-Blue);
}
.blpt b {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 34px;
  display: block;
}
.blpt ul {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  background-color: rgba(255, 255, 255, 10%);
  padding: 35px;
}
.blpt ul li {
  margin-bottom: 22px;
  position: relative;
  padding-left: 43px;
}
.blpt ul li::before {
  content: url(../images/blogInnerPageTemplate/Vector.png);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .blpt-title {
    font-size: 45px;
    line-height: 45px;
  }
  .blpt b,
  .blpt ul {
    font-size: 18px;
    line-height: normal;
  }
  .blpt ul li {
    margin-bottom: 18px;
    padding-left: 38px;
  }
  .blpt ul {
    padding: 25px;
  }
}
@media screen and (max-width: 767.99px) {
  .blpt-title {
    font-size: 35px;
    line-height: 35px;
  }
  .blpt-img {
    background-image: none !important;
  }
  .blpt b,
  .blpt ul {
    font-size: 14px;
    line-height: normal;
  }
}
.adv-pan {
  padding: 90px 0;
}
.adv-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0em;
  text-align: left;
}
.adv-title span {
  color: var(--Navy-Blue);
}
.adv-pan p {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
  margin-bottom: 10px;
  text-align: left;
}
.adv-pan-amount {
  min-height: 110px;
  border-radius: 0px;
  background-color: rgba(241, 246, 253, 1);
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  padding: 23px 25px;
  color: var(--Navy-Blue);
}
@media (min-width: 1550px) {
  .adv-col-6 .col-lg-6 {
    margin-top: 80px;
    padding: 0 31px;
  }
  .adv-col-6 .row {
    margin: 0 -31px;
  }
  .adv-col-6 .container {
    padding: 0;
  }
  .adv-pan {
    padding: 115px 0;
  }
}
@media (max-width: 1199px) {
  .adv-title {
    font-size: 42px;
    line-height: normal;
  }
}
@media (max-width: 992px) {
  .adv-title {
    font-size: 38px;
    line-height: normal;
  }
  .adv-pan {
    padding: 65px 0;
  }
  .adv-pan p,
  .adv-pan-amount,
  .hero-ul,
  .adv-amount p,
  .adv-amount b {
    font-size: 20px;
    line-height: normal;
  }
  .adv-pan-amount {
    padding: 18px;
    min-height: auto;
  }
  .hero-ul small,
  .adv-amount small,
  .graphic-ul small {
    height: 30px;
    width: 35px;
    margin: 4px 14px 4px 0;
    font-size: 16px;
  }
}
@media (max-width: 767.99px) {
  .adv-title {
    font-size: 30px;
  }
  .adv-pan p,
  .adv-pan-amount,
  .hero-ul,
  .adv-amount p,
  .adv-amount b {
    font-size: 16px;
  }

  .adv-pan-amount {
    padding: 12px;
  }
  .hero-ul small,
  .adv-amount small,
  .graphic-ul small {
    font-size: 14px;
    height: 25px;
    width: 30px;
    margin: 2px 12px 2px 0;
  }
  .adv-pan {
    padding: 40px 0;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .Chart {
    padding: 10px;
    width: 230px;
    height: 370px;
    min-height: auto;
    top: 25px;
  }
  .Chart ul {
    margin: 10px 0;
  }
  .Chart-h {
    margin-top: 20px;
  }
}
.adv-amount {
  padding: 113px 0;
  background: linear-gradient(101.36deg, #014cff 0.72%, #7540ee 97.45%);
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
}
.adv-amount b {
  font-weight: 500;
  margin-bottom: 39px;
  display: block;
}
.adv-amount p,
.adv-pan p {
  margin-bottom: 0;
  margin-top: 45px;
}
@media (max-width: 767.99px) {
  .adv-amount p,
  .adv-pan p,
  .adv-amount b {
    margin-bottom: 0;
    margin-top: 25px;
  }
}
.adv-amount li {
  height: 93px;
  width: 100%;
  border-radius: 8px;
  background: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--color-2);
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 27px;
}
.adv-pan a {
  color: var(--Navy-Blue);
  text-decoration: underline;
  font-weight: 400;
}
.adv-pan b {
  font-weight: 400;
}
.graphic-ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 48px;
}
.graphic-ul li span {
  color: var(--color-2);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 992px) {
  .graphic-ul li span,
  .adv-amount li {
    font-size: 20px;
    line-height: normal;
  }
  .adv-amount li {
    height: auto;
  }
  .graphic-ul li {
    margin-bottom: 38px;
  }
  .adv-amount {
    padding: 83px 0;
  }
}
@media (max-width: 767.99px) {
  .graphic-ul li span,
  .adv-amount li {
    font-size: 16px;
  }
  .adv-amount li {
    padding: 12px;
  }
  .graphic-ul li {
    margin-bottom: 23px;
  }
  .adv-amount {
    padding: 43px 0;
  }
}
.fot-disclaimer {
  padding: 37px 0;
  border-top: 1px solid #d4dae8;
}
.fot-disclaimer h4 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
}
.fot-disclaimer h4 i {
  color: #014cff;
  margin-right: 7px;
}
.fot-disclaimer p {
  margin: 0;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
  color: #9ba3b7;
}
@media (max-width: 767.99px) {
  .fot-disclaimer {
    border: none;
    padding: 20px 0;
  }
}
@media (max-width: 1399px) {
  .costs-table table td:nth-child(1) {
    width: 175px;
  }
  .costs-table table td:nth-child(2) {
    width: 300px;
  }
  .costs-table table td:nth-child(3),
  .costs-table table td:nth-child(4) {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .costs-table table td:nth-child(1) {
    width: 150px;
  }
  .costs-table table td:nth-child(2),
  .costs-table table td:nth-child(3),
  .costs-table table td:nth-child(4) {
    width: 250px;
  }
}
@media (max-width: 992px) {
  .costs-table table tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px;
  }
  .costs-table table td {
    width: 100% !important;
    padding: 8px;
  }
  .costs-table table td img {
    margin: auto;
  }
  .costs-table table {
    min-width: auto;
    width: 100%;
  }
  .costs-td {
    width: 100% !important;
  }
}
/* sam */

.about_us_page .wallet_row .col-xl-6 {
  min-height: 700px;
}

.hover_wallet {
  position: relative;
  height: 655.93px;
}

.hover_wallet img {
  width: 100%;
  position: absolute;
  max-height: 100%;
  object-fit: contain;
  object-position: bottom center;
  bottom: 0;
  left: 0;
  transition: all linear 0.9s;
}

.hover_wallet .wallet_close {
  opacity: 1;
}

.hover_wallet .wallet_open {
  opacity: 0;
}
.hover_wallet:hover .wallet_close {
  opacity: 0;
}

.hover_wallet:hover .wallet_open {
  opacity: 1;
}

.hover_envelope {
  position: relative;
  height: 628px;
  max-width: 611.03px;
}

.hover_envelope .Envelope_close,
.hover_envelope .Envelope_open {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  transition: all linear 0.5s;
}
.hover_envelope .Envelope_open {
  width: 100%;
}
.Envelope_open-2 {
  position: relative;
  width: 100%;
  height: 100%;
}
.Envelope_open-2 img {
  position: absolute;
  margin: auto;
  transition: all linear 0.5s;
}

.Envelope {
  bottom: 0;
}
.Paper1 {
  transform: translateY(25%);
  top: 14.5%;
  left: 0;
  right: 0;
}
.hover_envelope:hover .Paper1 {
  transform: translateY(0);
}
.EnvelopeFlap {
  top: 0;
  transform: translateY(100%);
}
.hover_envelope:hover .EnvelopeFlap {
  transform: translateY(0);
}
.EnvelopeBack {
  top: -0.3%;
  bottom: 0;
}
.hover_envelope .Envelope_close {
  transition: all linear 0.5s;
  object-fit: contain;
  object-position: bottom center;
  margin: 0;
  opacity: 1;
}
.hover_envelope .Envelope_open {
  opacity: 0;
}
.hover_envelope:hover .Envelope_close {
  opacity: 0;
}
.hover_envelope:hover .Envelope_open {
  opacity: 1;
}
.about_us_page .hero-foot img {
  width: 100% !important;

  height: auto !important;
}
.phone_graphics-oh {
  overflow: hidden;
}
.Phone_Graphic-Finger {
  position: relative;
}
.Phone_Graphic-Finger img {
  margin: auto;
  margin-right: 10%;
}
.Phone-Graphic {
  transform: translateY(10px);
}
.Phone_Graphic-Finger .Finger {
  position: absolute;
  bottom: -16.4%;
  padding: 0;
  left: 55%;
  margin: auto;
  transition: all linear 0.5s;
  transform: translateY(74%) translateX(100%);
}
.Phone_Graphic-Finger:hover .Finger {
  transform: translateY(0) translateX(0);
}

@media (max-width: 1499px) {
  .Phone_Graphic-Finger .Finger {
    bottom: -14%;
    left: 50%;
  }
  .Envelope_open-2 {
    position: relative;
    width: 100%;
    height: 89%;
    margin-top: 12%;
  }
  .EnvelopeFlap {
    top: -12%;
  }
  .Paper1 {
    top: 4.5%;
  }
  .EnvelopeBack {
    top: -12.3%;
    bottom: 0;
  }
}
@media (max-width: 1399px) {
  .Phone_Graphic-Finger .Finger {
    bottom: -14%;
    left: 50%;
  }
  .Envelope_open-2 {
    position: relative;
    width: 100%;
    height: 89%;
    margin-top: 12%;
  }
  .EnvelopeFlap {
    top: 0%;
  }
  .Paper1 {
    top: 12.5%;
    width: 90%;
  }
  .EnvelopeBack {
    top: -0.3%;
  }
}
@media (max-width: 1299px) {
  .Envelope_open-2 {
    position: relative;
    width: 100%;
    height: 89%;
    margin-top: 12%;
  }
  .EnvelopeFlap {
    top: 16%;
  }
  .Paper1 {
    top: 27.5%;
    width: 90%;
  }
  .EnvelopeBack {
    top: 15.7%;
  }
}
@media (max-width: 1199px) {
  .Phone_Graphic-Finger .Finger {
    bottom: -8%;
    left: 45%;
  }
}
@media (max-width: 992px) {
  .Phone_Graphic-Finger .Finger,
  .hover_envelope .Envelope_open,
  .hover_wallet .wallet_open {
    display: none;
  }
  .hover_envelope:hover .Envelope_close,
  .hover_wallet:hover .wallet_close {
    opacity: 1;
  }
}

.wallet h1 {
  font-size: 64px !important;

  font-weight: 700;

  line-height: 75px;
}

.envelope h1 {
  font-size: 64px !important;

  font-weight: 700;

  line-height: 75px;
}

.phone_graphics .phone_graphics_content {
  margin: auto !important;
}

.phone_graphics h1 {
  font-size: 64px !important;

  font-weight: 700;

  line-height: 75px;
}

/* .about_us_page .detail .col-lg-6 {
  margin: auto !important;
} */

/* SERVICE PAGE */

/* .service_page .detail .col-lg-6 {
  margin: auto !important;
} */

.service_page .hero .hero-pera {
  line-height: 24px;

  font-weight: 400;
}

.service_page .service_blk_1 h1 {
  font-size: 48px !important;

  font-weight: 700;

  line-height: 55px;
}

.service_page .service_blk_1 .graphic-itam {
  background-color: white !important;
}

.service_page .service_blk_1 p {
  font-size: 24px !important;

  font-weight: 300;

  line-height: 36px;

  width: 95% !important;
}

.service_blk_1 .graphic-itam {
  min-height: 792px !important;
}

.service_page .service_blk_2 .graphic-itam {
  background-color: #f1f6fd !important;
}

/* .service_page .service_blk_2 .service_blk_inner {
  width: 48% !important;
} */

.service_page .service_blk_2 .service_blk_inner {
  background-color: white !important;

  border-radius: 4px;

  height: 100%;
  /* box-shadow:0px 4px rgba(0, 0, 0, 0.25); */

  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.service_page .service_blk_2 .service_blk_inner img {
  width: 100% !important;
}

.service_blk_2_content {
  padding: 35px !important;

  min-height: 385px;
}

.service_blk_2_content h2 {
  font-size: 36px !important;

  font-weight: 700;

  line-height: 36px;

  margin-bottom: 35px;
}
.h-btn-Works-2 {
  height: 60px;
  width: 297px;
  left: 0px;
  top: 0px;
  border-radius: 4px;
  padding: 22px, 33px, 22px, 33px;
}
.service_blk_2_content p {
  font-size: 24px !important;

  font-weight: 300;

  line-height: 36px;
}
@media (max-width: 1450px) {
  .service_page .service_blk_3 .graphic-itam {
    padding: 150px 0 !important;
  }
}
.service_page .service_blk_3 .graphic-itam {
  background: rgba(1, 76, 255, 1);
}

/* 
.service_blk_inner_question {
} */

.service_blk_inner_answer .pg-cart:hover {
  background: white !important;
}

.service_blk_inner_answer .pg-cart:hover .pg-no {
  color: white !important;

  background-image: url(../images/pg/pg-b.png) !important;
}

.service_blk_inner_answer .pg-cart:hover h5 {
  color: black !important;
}

.service_blk_inner_answer .pg-cart:hover p {
  color: #adadad !important;
}

.service_blk_inner_answer .pg-info {
  width: 85% !important;

  padding-left: 20px !important;
}

.service_blk_inner_answer .pg-info h5 {
  font-weight: 400;

  color: rgba(22, 41, 88, 1);
}

.service_blk_inner_answer .pg-info p {
  font-size: 16px;
}

.service_blk_inner_answer .pg-cart {
  width: 100%;

  /* min-height:220px !important; */

  justify-content: left !important;

  padding: 20px !important;

  height: auto;
}

.service_blk_3 .container {
  box-shadow: 0px 25px 20px 0px rgba(0, 0, 0, 0.05);

  background-size: 100% 100%;

  background-repeat: no-repeat;
}

.col-lg-6.col-xl-6.service_blk_inner_question {
  margin: unset !important;

  padding: 40px;
}

.col-lg-6.col-xl-6.service_blk_inner_question h2 {
  font-size: 48px !important;

  font-weight: 700;

  line-height: 55px;

  color: white;

  margin-bottom: 35px;
}

.col-lg-6.col-xl-6.service_blk_inner_question p {
  font-size: 24px !important;

  font-weight: 300 !important;

  line-height: 36px !important;

  color: white;

  margin-bottom: 45px;

  width: 95% !important;
}

.col-lg-6.col-xl-6.service_blk_inner_question p strong {
  width: 100% !important;

  font-size: 24px !important;

  line-height: 36px !important;

  color: white;

  margin-bottom: 25px;
}

.service_page .service_blk_4 h1 {
  font-size: 48px !important;

  font-weight: 700;

  line-height: 55px;

  padding-left: 25px;
}

.service_page .service_blk_4 .graphic-itam {
  background-color: white !important;
}

.service_page .service_blk_4 p {
  font-size: 24px !important;

  font-weight: 300;

  line-height: 36px;

  width: 100% !important;

  padding-left: 25px;
}

.service_blk_4 .graphic-itam {
  min-height: 792px !important;
}

.service_blk_5 .graphic-itam {
  min-height: 1095px;
}
@media (max-width: 1768px) {
  .service_blk_5 .graphic-itam {
    background-size: 40%;
    background-position: bottom right;
    min-height: 880px;
  }
}

.service_blk_5 h1 {
  font-size: 48px !important;

  font-weight: 700;

  line-height: 57px;
}

.service_blk_5 p {
  font-size: 24px !important;

  font-weight: 300;

  line-height: 36px;
}

.service_page .service_blk_6 .graphic-itam {
  background-color: white !important;
}

.service_blk_6 .graphic-itam {
  min-height: 715px !important;
}

.service_blk_6 .inner_blk {
  background: rgba(1, 76, 255, 1);

  position: relative;

  margin-top: -200px;

  padding: 50px;
}
@media (max-width: 1768px) {
  .service_blk_6 .inner_blk {
    margin-top: -100px;

    padding: 50px;
  }
}
.service_blk_6 .inner_blk .pg-cart:hover {
  background: white !important;
}

.service_blk_6 .inner_blk .pg-cart:hover .pg-no {
  color: white !important;

  background-image: url(../images/pg/pg-b.png) !important;
}

.service_blk_6 .inner_blk .pg-cart:hover h5 {
  color: black !important;
}

.service_blk_6 .inner_blk .pg-cart:hover p {
  color: #adadad !important;
}

.service_blk_6 .inner_blk .pg-info {
  width: 85% !important;

  padding-left: 20px !important;
}

.service_blk_6 .inner_blk .pg-info h5 {
  font-weight: 400;

  color: rgba(22, 41, 88, 1);
}

.service_blk_6 .inner_blk .pg-info p {
  font-size: 16px;
}

.service_blk_6 .inner_blk .pg-cart {
  width: 100%;

  /* min-height:220px !important; */

  justify-content: left !important;

  padding: 20px !important;

  height: auto;
}

.service_blk_6 .inner_blk h2 {
  color: white;

  text-align: center;

  padding: 20px;

  font-size: 36px;

  font-weight: 500;

  line-height: 36px;

  font-style: normal;

  margin-top: 25px;

  margin-bottom: 20px;
}

@media (max-width: 1378px) {
  .about_us_page .hero-foot img {
    width: 75% !important;
  }
}
@media (max-width: 1199px) {
  .service_page .service_blk_1 p,
  .service_blk_2_content p,
  .col-lg-6.col-xl-6.service_blk_inner_question p,
  .col-lg-6.col-xl-6.service_blk_inner_question p strong,
  .service_page .service_blk_4 p,
  .service_blk_5 p {
    font-size: 20px !important;
    line-height: normal !important;
  }
  .wallet h1,
  .envelope h1,
  .phone_graphics h1 {
    font-size: 44px !important;
    line-height: normal !important;
  }
  .service_page .service_blk_1 h1,
  .col-lg-6.col-xl-6.service_blk_inner_question h2,
  .service_page .service_blk_4 h1,
  .service_blk_5 h1 {
    font-size: 34px !important;
    line-height: normal !important;
  }
  .service_blk_2_content h2,
  .service_blk_6 .inner_blk h2 {
    font-size: 30px !important;
    line-height: normal !important;
  }
}
@media (max-width: 992px) {
  .service_page .service_blk_1 p,
  .service_blk_2_content p,
  .col-lg-6.col-xl-6.service_blk_inner_question p,
  .col-lg-6.col-xl-6.service_blk_inner_question p strong,
  .service_page .service_blk_4 p,
  .service_blk_5 p {
    font-size: 18px !important;
  }
  .service_blk_3 .container {
    background-image: none !important;
  }
  .wallet h1,
  .envelope h1,
  .phone_graphics h1 {
    font-size: 40px !important;
    text-align: center;
  }
  .service_page .service_blk_1 h1,
  .col-lg-6.col-xl-6.service_blk_inner_question h2,
  .service_page .service_blk_4 h1,
  .service_blk_5 h1 {
    font-size: 30px !important;
  }
  .service_blk_2_content h2,
  .service_blk_6 .inner_blk h2 {
    font-size: 25px !important;
  }
  .service_blk_2_content,
  .service_blk_1 .graphic-itam,
  .service_blk_4 .graphic-ita,
  .service_blk_5 .graphic-itam,
  .about_us_page .wallet_row .col-xl-6,
  .service_blk_6 .graphic-itam {
    min-height: auto !important;
  }
  .hover_envelope,
  .hover_wallet {
    height: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .hover_envelope .Envelope_close,
  .hover_envelope .Envelope_open,
  .hover_wallet img {
    position: unset;
  }
  .col-lg-6.col-xl-6.service_blk_inner_question h2,
  .col-lg-6.col-xl-6.service_blk_inner_question p,
  .service_blk_2_content h2 {
    margin-bottom: 20px;
  }
  .service_blk_inner_answer .pg-cart,
  .service_blk_2_content {
    padding: 12px !important;
  }
  .service_blk_6 .inner_blk {
    padding: 20px !important;
  }
  .service_blk_inner_answer .pg-info,
  .service_blk_6 .inner_blk .pg-info {
    padding-left: 12px !important;
  }
  .br-md-none br {
    display: none;
  }
  .service_page .service_blk_4 p,
  .service_page .service_blk_4 h1 {
    padding: 0 !important;
    text-align: center;
  }
}
@media (max-width: 767.99px) {
  .service_page .service_blk_1 p,
  .service_blk_2_content p,
  .col-lg-6.col-xl-6.service_blk_inner_question p,
  .col-lg-6.col-xl-6.service_blk_inner_question p strong,
  .service_page .service_blk_4 p,
  .service_blk_5 p {
    font-size: 16px !important;
  }
  .wallet h1,
  .envelope h1,
  .phone_graphics h1 {
    font-size: 30px !important;
  }
  .service_page .service_blk_1 h1,
  .col-lg-6.col-xl-6.service_blk_inner_question h2,
  .service_page .service_blk_4 h1,
  .service_blk_5 h1 {
    font-size: 24px !important;
  }
  .service_blk_2_content h2,
  .service_blk_6 .inner_blk h2 {
    font-size: 20px !important;
  }
  .service_blk_6 .inner_blk .pg-info p,
  .service_blk_inner_answer .pg-info p {
    font-size: 14px;
    line-height: normal !important;
  }
  .col-lg-6.col-xl-6.service_blk_inner_question {
    padding: 20px;
  }
  .hero-pera-cUs b,
  .hero-pera-blog b {
    margin-top: 35px !important;
  }
}
