body {
  /* font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; */
  background: linear-gradient(100deg, rgb(219, 255, 247), #fff9f9);
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding: 0;
  overflow-x: hidden;
}
.real-header img {
  width: 180px;
  height: 80px;
  margin-top: -25px;
}
.main-img {
  margin-top: 25px;
}
.btn-longa {
  top: 84%;
  left: 10%;
  position: absolute;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 10px;
  color: #ffffff;
}
.btn-longa:hover {
  /* opacity: 1; */
  animation: comas 1s;
  background: #020f57;
}
.btn-longa a:hover {
  background: #020f57;
}

.btn-longa i {
  background: #020f57;
  margin-left: 9px;
  padding: 16px;
  border-radius: 50px;
}
.btn-longa a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-left: 12px;
}
.all {
  display: none;
  opacity: 0;
  width: 100%;
  transition: opacity 2s ease-in;
}
@media (max-width: 900px) {
  .headofoffice {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.headtxt {
  margin-left: 140px;
  line-height: 5px;
  margin-top: 7%;
}
.headtxt h1 {
  font-size: 25px;
}
.owners {
  padding: 10px;
  background: #ffffff;
}
.owners img {
  width: 100px;
  height: 100px;
}

.headtxt p {
  font-size: 14px;
}

.headtxt h3 {
  font-size: 12px;
}
.headofoffice {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 50px;
}
.headofoffice img {
  /* display: none; */
  width: 260px;
  margin-left: 30px;
  border-radius: 5px;
  height: 240px;
}

.getaloaneverpag {
  position: absolute;
  margin-top: 6%;
  text-align: center;
  left: 73%;
}
.getaloaneverpag h1 {
  font-size: 30px;
}

.getaloaneverpag ol {
  text-align: start;
}
.getaloaneverpag ol li {
  margin-top: 5px;
  padding: 11px;
  list-style: none;
  background: rgb(131, 131, 218);
  overflow: hidden;
}
.getaloaneverpag ol li a:hover {
  animation: comas 1s;
  background: rgb(131, 131, 218);
}
.getaloaneverpag ol li a {
  font-size: 15.5px;
  background: navy;
  /* width: 100%; */
  padding: 30px;
  text-align: start;
  margin-left: -30px;
  color: #fff9f9;
  text-decoration: none;
  font-weight: 400;
}
.sub-two {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40%;
  flex-direction: row;
}
header .one {
  width: 100%;
  background: #00051a;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
}
.sub-two div {
  margin-left: 6px;
  font-size: 66px;
}
header .one .sub-two i {
  margin-left: 20px;
}

header .one .sub-two p {
  margin-left: 10px;
}
.real-header {
  align-items: center;
  margin-top: 30px;
  justify-content: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
}
.real-header img {
  margin-right: 50%;
}
.real-header ul {
  display: flex;
}
.real-header ul li {
  margin-left: 14px;
  cursor: pointer;
  list-style: none;
}
.real-header ul li a {
  text-decoration: none;
  color: #686363;
  font-size: 14px;
}

@keyframes comas {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.btnloanterms {
  margin-left: 50px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1095px) {
  .btnloanterms a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 33px 13px 33px;
    width: 40%;
    border-radius: 10px;
    background: rgb(40, 40, 216);
  }
  .real-header ul li {
    margin-left: 10px;
    list-style: none;
  }

  .sub-two {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
    flex-direction: row;
  }
}
@media (max-width: 1095px) {
  .real-header ul {
    display: none;
  }

  .real-header .btnloanterms {
    display: none;
  }
  .real-header img {
    margin-left: -99%;
  }
}
@media (max-width: 768px) {
  .sub-two {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    flex-direction: row;
  }
}
@media (max-width: 663px) {
  .one .sub-one {
    display: grid;
    grid-template-columns: 1fr;
    /* margin-left: 20px; */
  }

  .sub-two {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    flex-direction: row;
  }
}

@media (max-width: 517px) {
  header .one {
    display: block;
    display: grid;
    height: 112px;
    grid-template-columns: 1fr;
    text-align: center;
  }
  header .one div p {
    text-align: center;
    margin-left: 160px;
    display: flex;
  }
  .real-header img {
    margin-left: -66%;
  }
}
@media (max-width: 417px) {
  header .one {
    display: grid;
    height: 182px;
    display: block;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .real-header img {
    margin-left: -44%;
  }
  header .one .sub-one p {
    margin-left: 22%;
  }
  header.one .sub-two {
    line-height: 2px;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 340px) {
  header.sub-two p,
  i {
    display: none;
  }
}
.overall {
  position: relative;
}
.overall div {
  position: absolute;
}
.overall ul li {
  list-style: none;
}
.overall ul li a {
  font-size: 17px;
  text-decoration: none;
  color: #686363;
}
.overall ul li a:hover {
  color: blue;
  border-radius: 10px;
  animation: 2s;
}
.overone {
  background: #fff9f9;
  display: none;
  text-align: start;
  padding: 10px;
  animation: overs 1s;
  left: 30%;
  box-shadow: 30px 0px 40px rgba(226, 222, 222, 0.4),
    -30px 0px 40px rgba(217, 212, 212, 0.4);
}
.overone li {
  margin-top: 13px;
  margin-left: -20%;
}

@keyframes overs {
  from {
    left: 23%;
    opacity: 0;
  }

  to {
    left: 30%;
    opacity: 1;
  }
}
@keyframes overstwo {
  from {
    left: 25%;
    opacity: 0;
  }
  to {
    left: 38%;
    opacity: 1;
  }
}
@keyframes oversthree {
  from {
    left: 38%;
    opacity: 0;
  }

  to {
    left: 45.8%;
    opacity: 1;
  }
}
.overtwo li {
  margin-left: -11%;
  margin-top: 13px;
}
.overthree li {
  margin-left: -20%;
  margin-top: 13px;
}
.overtwo {
  padding: 10px;
  display: none;
  text-align: start;
  animation: overstwo 1s;
  left: 38%;
  z-index: 3;
  background: #fff9f9;
  box-shadow: 30px 0px 40px rgba(226, 222, 222, 0.4),
    -30px 0px 40px rgba(217, 212, 212, 0.4);
}
.overthree {
  z-index: 3;
  background: #fff9f9;
  padding: 10px;
  animation: oversthree 1s;
  display: none;
  text-align: start;
  left: 45.7%;
  box-shadow: 30px 0px 40px rgba(226, 222, 222, 0.4),
    -30px 0px 40px rgba(217, 212, 212, 0.4);
}
.triangl {
  width: 0px;
  margin-top: 102px;
  border-top: 17px solid transparent;
  border-left: 33px solid #fff9f9;
  border-bottom: 17px solid transparent;
  height: 0px;
  position: absolute;
  bottom: 84%;
  left: 33%;
}
.triangl-two {
  width: 0px;
  margin-top: 102px;
  border-top: 17px solid transparent;
  border-left: 33px solid #fff9f9;
  border-bottom: 17px solid transparent;
  height: 0px;
  position: absolute;
  bottom: 85.76%;
  left: 38%;
}
.triangl-three {
  width: 0px;
  margin-top: 102px;
  border-top: 17px solid transparent;
  border-left: 33px solid #fff9f9;
  border-bottom: 17px solid transparent;
  height: 0px;
  position: absolute;
  bottom: 89%;
  left: 49%;
}
.count-heading {
  display: flex;
  flex-direction: row;
}
.count {
  font-size: 60px;
  font-weight: 900;
  margin-top: 70px;
}
.count-heading h6 {
  margin-top: 89px;
}
footer {
  margin-top: 5%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #fff9f9;
  padding: 70px;
  background: #00051a;
}
footer .four p {
  margin-top: 10px;
}
footer .four {
  font-size: 18px;
  margin-left: 40px;
  color: #686363;
}
.fourlines {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin-top: 60px;
}
.fourlines ul li {
  list-style: none;
  margin-top: 20px;
}
.fourlines ul li:hover {
  text-decoration: underline;
}
footer h3 {
  font-size: 20px;
  color: #fff;
}
.fourlines ul li a {
  color: #686363;
  font-size: 14px;
  text-decoration: none;
}
.count-heading h1 {
  font-size: 56px;
  font-weight: 900;
}
.last-thing i {
  margin-left: 30px;
  font-size: 35px;
}
.last-thing {
  display: grid;
  width: 100%;
  margin-left: 80px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 980px) {
  .fourlines {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 140px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .last-thing {
    display: grid;
    margin-left: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 660px) {
  .fourlines {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 140px;
    margin-left: 10%;
    margin-right: 5%;
  }

  .last-thing {
    display: grid;
    /* margin-left: 10px; */
    margin-left: 10%;
    grid-template-columns: 1fr;
  }
}
/* BUTTONS */
.container-eg-btn-2 {
  font-family: sans-serif;
}
.container-eg-btn-2 .button {
  color: #ffffff;
  background: #00a637;
  padding: 12px 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  overflow: hidden;
  transition: 0.9s;
}
.container-eg-btn-2 .button:hover {
  cursor: pointer;
  border: 2px solid #00051a;
  color: #000;
}
.container-eg-btn-2 .button-1:hover {
  box-shadow: inset 0 0 0 2em #151816;
}
.container-eg-btn-2 .button-2:hover {
  box-shadow: inset 0 3.5em 0 0 #ffffff;
}
.container-eg-btn-2 .button-3:hover {
  box-shadow: inset 8.5em 0 0 0 #1ea664;
}
.container-eg-btn-2 .button-4:hover {
  box-shadow: inset -5em 0 0 0 #1ea664, inset 5em 0 0 0 #1ea664;
}
.container-eg-btn-2 .button-5:before {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  bottom: 0;
  background: #1ea664;
  height: 120%;
  left: -10%;
  transform: skewX(20deg);
  z-index: -1;
}
.container-eg-btn-2 .button-5:hover:before {
  width: 120%;
}
.container-eg-btn-2 .button-6:before {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  bottom: 0;
  background: #1ea664;
  height: 120%;
  left: -10%;
  transform: skewX(20deg);
  z-index: -1;
}
.container-eg-btn-2 .button-6:hover:before {
  width: 62%;
}
.container-eg-btn-2 .button-6:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  right: 50%;
  bottom: 0;
  height: 4px;
  background: #1ea664;
}
.container-eg-btn-2 .button-6:after {
  height: 120%;
  right: -10%;
  transform: skewX(20deg);
  z-index: -1;
}
.container-eg-btn-2 .button-6:hover:after {
  width: 62%;
}
.container-eg-btn-2 .button-7:before {
  position: absolute;
  transition: 0.3s;
  content: "";
  top: 50%;
  background: #1ea664;
  border-radius: 50%;
  width: 0;
  height: 0;
  left: 50%;
  z-index: -1;
  transform-origin: center;
  transform: translate(-50%, -50%);
}
.container-eg-btn-2 .button-7:hover:before {
  width: 11em;
  height: 11em;
}

.container-eg-btn-2 .button-8:before,
.container-eg-btn-2 .button-8:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #1ea664;
  border-radius: 50%;
  z-index: -1;
}
.container-eg-btn-2 .button-8:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.container-eg-btn-2 .button-8:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.container-eg-btn-2 .button-8:hover:before {
  -webkit-animation: circle-left 0.7s both;
  animation: circle-left 0.7s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@keyframes circle-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
.container-eg-btn-2 .button-8:hover:after {
  -webkit-animation: circle-right 0.7s both;
  animation: circle-right 0.7s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@media (max-width: 716px) {
  .real-header ul {
    display: none;
  }

  .real-header .btnloanterms {
    display: none;
  }
  .real-header img {
    margin-left: -90%;
  }
  .fa-navicon {
    position: absolute;
    font-size: 40px;
    /* top: 26.54%; */
    display: block;
    /* left: 84%; */
  }
}
@media (max-width: 476px) {
  .real-header ul {
    display: none;
  }

  .real-header .btnloanterms {
    display: none;
  }
  .real-header img {
    margin-left: -40%;
  }
  .fa-navicon {
    position: absolute;
    font-size: 40px;
    top: 23.54%;
    display: block;
  }
}
@media (max-width: 517px) {
  .real-header ul {
    display: none;
  }

  .real-header .btnloanterms {
    display: none;
  }
  .real-header img {
    margin-left: -40%;
  }
  .fa-navicon {
    position: absolute;
    font-size: 40px;
    top: 19.54%;
    display: block;
    /* left: 84%; */
  }
}

@media (max-width: 300px) {
  .real-header ul {
    display: none;
  }

  .real-header .btnloanterms {
    display: none;
  }
  .real-header img {
    margin-left: -30%;
  }
  .fa-navicon {
    position: absolute;
    font-size: 40px;
    display: block;
  }
  .orange-back {
    width: 88px;
    position: absolute;
    left: 54%;
    height: 88px;
    top: 30%;
    display: none;
    z-index: 0;
    margin: 5px;
    border-radius: 50px;
    background: rgb(255, 230, 87);
  }
}
.response {
  position: absolute;
  top: 15%;
  display: none;
  flex-direction: column;
  background: #fff;
  z-index: 1;
  width: 80%;
  animation: comas 1s;
  padding: 20px;
}
.btn-apply-now {
  z-index: 0;
}
.response ol {
  display: flex;
  flex-direction: column;
  padding: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  white-space: nowrap; /* Prevent text from wrapping */
  margin-top: 14px;
}
.response .fa-angle-down {
  margin-left: 70%;
  cursor: pointer;
}
.small-about {
  display: none;
  margin-left: 50px;
  background: #ffffff;
  border: 2px solid #000;
  width: 67%;
  border-radius: 9px;
  margin-top: 7px;
  margin-bottom: 3px;
  animation: comas 3s;
}
.response ol li {
  margin-top: 8px;
  display: flex;
  list-style: none;
  white-space: nowrap; /* Prevent text from wrapping */
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #c7c4c4;
  padding: 2px;
}
.response ol li a {
  color: #333232;
  text-decoration: none;
}
.navbaricon {
  /* margin-top: 3%; */
  float: right;
  cursor: pointer;
  display: none;
}
.navbaricon img {
  width: 50px;
  height: 50px;
}

#resipi-icon {
  position: absolute;
  left: 70px;
}
#resipi-icon2 {
  position: absolute;
  left: 50px;
}
#resipi-icon3 {
  position: absolute;
  left: 104px;
}
@media (max-width: 1099px) {
  .response {
    position: absolute;
    top: 24%;
    display: none;
    flex-direction: column;
    background: #fff;
    z-index: 1;
    width: 70%;
    word-wrap: nowrap;
  }
}
@media (max-width: 1095px) {
  .navbaricon {
    left: 80%;
    top: 13.664%;
    cursor: pointer;
    position: absolute;
    display: block;
  }
}
@media (max-width: 519px) {
  .navbaricon {
    left: 80%;
    top: 19.664%;
    cursor: pointer;
    position: absolute;
    display: block;
  }
}
@media (max-width: 418px) {
  .navbaricon {
    /* font-size: 40px; */
    left: 80%;
    top: 28.664%;
    cursor: pointer;
    position: absolute;
    display: block;
  }
}
.small-about ul li a {
  font-size: 60px;
  position: absolute;
}
#resipi-icon2 {
  margin-left: 75%;
}
#resipi-icon3 {
  margin-left: 62%;
}

@media (max-width: 418px) {
  .response {
    /* overflow-x: scroll; */
    position: absolute;
    top: 65%;
    /* display: none; */
    flex-direction: column;
    background: #fff;
    z-index: 1;
    width: 80%;
    padding: 10px;
  }
  .btn-apply-now {
    z-index: 0;
  }
  .response ol {
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 7px;
  }
  .response .fa-angle-down {
    margin-left: 70%;
    cursor: pointer;
  }
  .small-about {
    display: none;
    margin-left: 50px;
    background: #ffffff;
    border: 2px solid #000;
    width: 67%;
    border-radius: 9px;
    margin-top: 3px;
    margin-bottom: 1px;
    animation: comas 3s;
  }
  .response ol li {
    margin-top: 6px;
    display: flex;
    list-style: none;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #c7c4c4;
    padding: 2px;
  }
  .first-landing-with-imge img {
    width: 429px;
    top: 66%;
    height: 498px;
    position: absolute;
    left: 58%;
  }
}
@media (max-width: 900px) {
  .headofoffice {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .headofoffice img {
    width: 420px;
    margin-left: 30px;
    margin-top: 170px;
    border-radius: 5px;
    height: 470px;
  }
}
@media (max-width: 517px) {
  .headtxt {
    margin-left: 30px;
    line-height: 29px;
    margin-top: 7%;
  }
}
.fourlines .four {
  font-size: 15px;
}
.fourlines {
  color: #cfc4c4;
}

.fourlines .last-thing .iconse a i {
  color: #c7c4c4;
  text-decoration: none;
}
.copyriGH {
  font-size: 12px;
}
.iconse a {
  text-decoration: none;
}
.all-header-fixed {
  position: relative;
}
.underline-button {
  position: relative;
  font-size: 16px;
  color: #333;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
}

.underline-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vh;
  height: 2px;
  background-color: #007bff;
  transform: translateX(-100%);
  transition: transform 2s ease;
}

.underline-button:hover::after {
  transform: translateX(0);
}

.underline-button:focus {
  outline: none;
}

/* Custom pointer style */
#custom-pointer {
  width: 13px;
  height: 13px;
  background-color: #020f57;
  border: 2px solid white;
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}

/* Active click effect */
#custom-pointer.clicked {
  transform: translate(-50%, -50%) scale(2);
  opacity: 0.7;
}
@media (max-width: 413px) {
  header .one {
    display: none;

    grid-template-columns: 1fr;
    width: 100%;
    background: #00051a;
    height: 90px;
    font-size: 11px;
  }
  .response {
    position: absolute;
    top: 2%;
    display: none;
    flex-direction: column;
    background: #fff;
    z-index: 1;
    width: 80%;
    animation: comas 1s;
    padding: 20px;
  }
  .navbaricon {
    left: 80%;
    top: 3.664%;
    cursor: pointer;
    position: absolute;
    display: block;
  }

  .weaer {
    font-size: 12px;
  }

  .have-qs {
    display: grid;
    grid-template-columns: 1fr;
    text-align: start;
    background: #0023b1;
    width: 78%;
    padding: 45px;
    color: #fff9f9;
    border-radius: 20px;
  }
  .have-qs h1 {
    font-size: 12px;
  }
}

.weaer {
  font-size: 18px;
}
.container-eg-btn-2 {
  color: #c7c4c4;
}
.response-nav {
  background: #c7c4c4;
  padding: 8px;
  z-index: 666;
  position: absolute;
  width: 444px;
  top: 23%;
  right: 0px;
  border-radius: 3px;
  display: none;
}

.response-nav ol li {
  margin-top: 1px;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  list-style: none;
}

.response-nav ol li a {
  color: #000;
  text-decoration: none;
}
#resipi-about a {
  font-weight: 500;
  font-size: 12px;
}
.fa-x {
  font-size: 20px;
  margin-left: 90%;
  cursor: pointer;
}
.resipi-about {
  font-size: 8px;
}
@media (max-width: 516px) {
  .response-nav {
    background: #c7c4c4;
    padding: 12px;
    z-index: 666;
    top: 32.2%;
    position: absolute;
    width: 334px;
    margin-left: 20px;
  }
  .navbaricon {
    margin-top: 25px;
  }
}
@media (max-height: 516px) {
  .navbaricon {
    margin-top: 56px;
  }
}
@media (max-width: 413px) {
  .response-nav {
    background: #c7c4c4;
    padding: 12px;
    z-index: 666;
    top: 15%;
    position: absolute;
    width: 334px;
    margin-left: 20px;

    body {
      overflow-x: hidden;
    }
  }
}
@media (max-width: 325px) {
  .response-nav ol li {
    margin-left: 20px;
    text-align: center;
  }
  .responsebtn {
    margin-left: 40px;
  }
}
@media (max-width: 1095px) {
  .response-nav {
    display: none;
  }
}
.why-chodse-us p {
  text-align: center;
}
.responsebtn {
  background: darkgreen;
}
.btnloanterms a {
  text-align: center;
  color: #000;
  text-decoration: none;
  font-size: 19px;
  padding: 10px 33px 13px 33px;
  width: 90%;
  border-radius: 5px;
  background: rgb(225, 231, 225);
}
