@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
.icon {
  background-image: url("../images/sprite.svg");
  background-repeat: no-repeat;
}
.icon.ico-1 {
  background-position: -247px -1970px;
}
.icon.ico-2 {
  background-position: -100px -1967px;
}
.icon.ico-3 {
  background-position: -177px -1970px;
}
.icon.banks {
  background-position: -100px -1821px;
}
.icon.mutual {
  background-position: -415px -1821px;
}
.icon.insurance {
  background-position: -469px -1821px;
}
.icon.invoice {
  background-position: -363px -1821px;
}
.icon.cash {
  background-position: -155px -1812px;
}
.icon.pfm {
  background-position: -204px -1815px;
}
.icon.wm {
  background-position: -255px -1819px;
}
.icon.ra {
  background-position: -309px -1819px;
}
.icon.arrow {
  background-position: -163px -1902px;
}
.icon.vd {
  background-position: -111px -1898px;
}
.icon.axis {
  background-position: -46px -479px;
}
.icon.icici {
  background-position: -46px -539px;
}
.icon.indus {
  background-position: -46px -605px;
}
.icon.agon {
  background-position: -46px -675px;
}
.icon.union {
  background-position: -48px -695px;
  background-size: 130% !important;
}
.icon.kotak {
  background-position: -51px -815px;
}
.icon.policybazaar {
  background-position: -44px -1px;
}
.icon.paisabazaar {
  background-position: -44px -60px;
}
.icon.pbpartner {
  background-position: -44px -150px;
}
.icon.visit {
  background-position: -44px -290px;
}
.icon.uae {
  background-position: -44px -103px;
}
.icon.pbfintech {
  background-position: 16px -213px;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, p, ul {
  padding: 0px;
  margin: 0;
  list-style: none;
}

h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 57px;
  color: #253858;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #CE8C72;
}

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #5E6C84;
}

header {
  position: relative;
  background: #fff;
}
header .main-nav {
  min-height: 80px;
  background: 0 0;
  width: 100%;
  max-width: 1170px;
  margin: 0px auto;
  transition: all 0.3s ease-in;
}
header .main-nav .logo {
  float: left;
  transition: all 0.3s ease 0s;
  width: 120px;
  margin-top: 20px;
}
header .main-nav .logo img {
  width: 100%;
}
header .main-nav .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  float: right;
  margin-top: 20px;
  margin-right: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}
header .main-nav .nav li {
  padding-left: 14px;
  padding-right: 14px;
}
header .main-nav .nav li.mobile {
  display: none;
}
header .main-nav .nav li a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 0.016em;
  text-decoration: none;
}
header .main-nav .nav li a.active, header .main-nav .nav li a:hover {
  color: #4b8ef1;
}
header .main-nav .nav li .gradient-button {
  position: relative;
}
@media (max-width: 1024px) {
  header .main-nav .logo {
    padding-left: 20px;
  }
  header .main-nav .nav li .gradient-button {
    width: 130px;
    margin-top: 20px;
  }
}
header .main-nav .nav li .gradient-button a {
  background: #0164ff;
  color: #fff;
  border-radius: 5px;
  padding: 0px 20px;
}
header .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

@media (max-width: 1024px) {
  header .main-nav {
    width: 100%;
    min-height: 70px;
  }
  header .main-nav .nav {
    display: none;
    left: -290px;
    top: 0px;
  }
  header .main-nav .nav li.mobile {
    display: none;
  }
  header .main-nav.open .nav {
    position: fixed;
    width: 70%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    margin: 0;
    left: 0px;
    top: 0px;
    display: block;
  }
  header .main-nav.open .nav li.mnfirst {
    margin-top: 80px;
  }
  header .main-nav.open .nav li.mobile {
    display: block;
  }
  header .main-nav.open .nav li.close {
    top: 18px;
    position: absolute;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  header .main-nav.open .nav li.close .closeBtn {
    position: absolute;
    right: 17px;
    top: 4px;
    width: 32px;
    height: 32px;
    opacity: 1;
  }
  header .main-nav.open .nav li.close .closeBtn:before, header .main-nav.open .nav li.close .closeBtn:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 33px;
    width: 2px;
    background-color: #333;
  }
  header .main-nav.open .nav li.close .closeBtn:before {
    transform: rotate(45deg);
  }
  header .main-nav.open .nav li.close .closeBtn:after {
    transform: rotate(-45deg);
  }
  header .main-nav.open:before {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0px;
    right: 0px;
  }
}
.landing-screen {
  background: #FFF5F1;
  padding: 8% 0 5%;
}
.landing-screen.about {
  background: #fff;
}
.landing-screen.hw {
  background: #fff;
}
.landing-screen .grid-section {
  width: 1170px;
  margin: 0px auto;
}
@media (max-width: 1024px) {
  .landing-screen .grid-section {
    width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
  }
}
.landing-screen .intro-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.landing-screen .intro-text aside:nth-child(1) {
      width: 40%;
    font-size: 46px;
    line-height: 70px;
    color: #253858;
}
.landing-screen .intro-text aside:nth-child(1) .highlighter {
  font-weight: 900;
  position: relative;
}
.landing-screen .intro-text aside:nth-child(1) .highlighter b {
  position: relative;
  z-index: 1;
}
.landing-screen .intro-text aside:nth-child(1) .highlighter:after {
  content: "";
  background: #e2d5cf;
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0px;
}
.landing-screen .intro-text aside:nth-child(1) .highlighter.about:after {
  display: none;
}
.landing-screen .intro-text aside:nth-child(1) .highlighter.about.pink {
  color: #D39075;
}
.landing-screen .intro-text aside:nth-child(1) a {
  color: #fff;
  background-color: #0065ff;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  padding: 16px 20px;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
  width: 120px;
  line-height: 50px;
  text-align: center;
  line-height: 30px;
}
.landing-screen .intro-text aside:nth-child(1) a:hover {
  background: #0051cc;
}
.landing-screen .intro-text aside:nth-child(2) {
  width: 58%;
  /*background: url(../images/landing-banner.png) no-repeat 0 0;*/
  background-size: 100%;
  height: 400px;
  position: relative;
  top: -60px;
}
.landing-screen .intro-text aside.about:nth-child(2) {
  width: 40%;
  background: url(../images/about-bg.svg) no-repeat 0 0;
  background-size: contain;
  height: 400px;
}
@media (max-width: 1024px) {
  .landing-screen .intro-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
  }
  .landing-screen .intro-text aside:nth-child(1), .landing-screen .intro-text aside:nth-child(2) {
    width: 100%;
  }
  .landing-screen .intro-text aside:nth-child(1) {
    font-size: 32px;
    line-height: 44px;
    color: #253858;
    margin-bottom: 0px;
  }
  .landing-screen .intro-text aside:nth-child(1) .h1-txt {
    margin-bottom: 20px;
  }
  .landing-screen .intro-text aside:nth-child(2) {
    background-position: bottom center;
  }
}
.landing-screen .intro-description {
  background: #fff;
  padding: 32px;
  border-radius: 32px;
}
.landing-screen .intro-description.about {
  padding: 0px;
  margin-top: 30px;
  background: none;
}
.landing-screen .intro-description p {
  margin-bottom: 10px;
}
.landing-screen .intro-description p:last-child {
  margin-bottom: 0;
}
.landing-screen.hw {
  background: #fff;
}
.landing-screen.hw .intro-text aside {
  width: 100%;
}
.landing-screen.contact {
  padding: 3% 0 3%;
}
.landing-screen.contact .feedback {
  display: flex;
  flex-direction: row;
}
.landing-screen.contact .feedback aside:nth-child(1) .contact-info {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.landing-screen.contact .feedback aside:nth-child(1) .contact-info .linkBtn {
  display: block;
  padding: 10px 0px 10px 40px;
  color: #253858;
  text-decoration: none;
  position: relative;
}
.landing-screen.contact .feedback aside:nth-child(1) .contact-info .linkBtn .icon-img {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
}
.landing-screen.contact .feedback aside:nth-child(1) .contact-info .linkBtn .icon-img img {
  width: 100%;
}
.landing-screen.contact .feedback aside:nth-child(2) {
  width: 65%;
  padding: 0px 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.landing-screen.contact .feedback aside:nth-child(2) .feedback-form {
  background: #fff;
  border-radius: 24px;
  padding: 26px 32px 16px;
  box-shadow: 0px 6px 16px #b5a6a0;
  display: flex;
  flex-direction: column;
}
.landing-screen.contact .feedback aside:nth-child(2) .feedback-form h4 {
  font-size: 24px;
  line-height: 26px;
  color: #253858;
  margin-bottom: 26px;
}
.landing-screen.contact .feedback aside:nth-child(2) .feedback-form .form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.landing-screen.contact .feedback aside:nth-child(2) .feedback-form .form li {
  width: 48%;
  margin-bottom: 20px;
}
.landing-screen.contact .feedback aside:nth-child(2) .feedback-form .form .inputwrapper {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  height: 48px;
  position: relative;
  padding: 0px 5px;
  box-sizing: border-box;
}
.landing-screen.contact .feedback aside:nth-child(2) .feedback-form .form .inputwrapper input, .landing-screen.contact .feedback aside:nth-child(2) .feedback-form .form .inputwrapper textarea {
  width: 100%;
  box-sizing: border-box;
  resize: none;
  padding: 0px 10px;
  border: none;
  border-radius: 20px;
  height: 46px;
}
.landing-screen.contact .feedback aside:nth-child(2) .feedback-form .form .inputwrapper label {
  display: block;
  position: absolute;
  top: 0px;
  font-size: 14px;
  top: 50%;
  transform: translate(10px, -50%);
}
.landing-screen.contact .feedback aside:nth-child(2) .feedback-form .form .inputwrapper.textarea {
  height: 100px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.landing-screen.contact .feedback aside:nth-child(2) .feedback-form .form .inputwrapper.textarea textarea {
  height: 98px;
}
.landing-screen.contact .feedback aside:nth-child(2) .feedback-form .form button {
  color: #fff;
  background-color: #0065ff;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  padding: 16px 20px;
  text-decoration: none;
  border-radius: 8px;
  width: 100%;
  border: none;
}
.landing-screen.contact .feedback aside:nth-child(2) .feedback-form .form button:hover {
  background: #0051cc;
}

.advantages {
  background: #fff;
  padding: 3% 0;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center content horizontally */
  text-align: center; /* Center align text */
}

.advantages .grid-section {
  width: 90%; /* Use relative width */
  max-width: 1200px; /* Restrict to a maximum width */
  margin: 0 auto;
  box-sizing: border-box;
}

.advantages .advantages-text h3 {
  margin-bottom: 4rem; /* Use scalable units */
  font-size: 1.8rem;
  line-height: 1.5;
}

.advantages .advantages-text ul {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping for responsiveness */
  gap: 2rem; /* Add spacing between items */
  justify-content: center; /* Center all list items */
  padding: 0;
  margin: 0;
  list-style: none; /* Remove default list styling */
}

.advantages .advantages-text ul li {
  flex: 1 1 calc(33.33% - 2rem); /* Flex items with relative width and gap */
  max-width: 100%; /* Allow full width for flexibility */
  display: flex;
  flex-direction: column;
  align-items: center; /* Center align individual items */
  text-align: center;
}

.advantages .advantages-text ul li .icons {
  width: 6rem;
  height: 6rem;
  padding: 1rem;
  border-radius: 50%; /* Make it circular */
  background: #FFF5F1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.advantages .advantages-text ul li h3 {
  font-size: 1.6rem; /* Scalable font size */
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.advantages .advantages-text ul li p {
  font-size: 1rem; /* Scalable font size */
  line-height: 1.6;
  color: #555;
  max-width: 80%; /* Restrict width for readability */
  margin: 0;
}

.advantages .advantages-text ul li .ad {
  width: 3rem;
  height: 3rem;
}

@media (max-width: 1024px) {
  .advantages {
    padding: 10% 0;
  }
  .advantages .advantages-text ul {
    flex-direction: column; /* Stack list items vertically */
  }
  .advantages .advantages-text ul li {
    flex: 1 1 100%; /* Full width on smaller screens */
  }
  .advantages .advantages-text ul li .icons {
    width: 4rem;
    height: 4rem;
  }
  .advantages .advantages-text ul li h3 {
    font-size: 1.4rem; /* Smaller font size for headings */
  }
}

.vision {
  background: #fff;
  padding: 3% 0 3%;
}
@media (max-width: 1024px) {
  .vision {
    padding: 10% 0;
  }
}
.vision .grid-section {
  width: 1170px;
  margin: 0px auto;
}
@media (max-width: 1024px) {
  .vision .grid-section {
    width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
  }
}
.vision .vision-text {
  text-align: center;
}


.mission {
  background: #fff;
  padding: 3% 0 3%;
}
@media (max-width: 1024px) {
  .mission {
    padding: 10% 0;
  }
}
.mission .grid-section {
  width: 1170px;
  margin: 0px auto;
}
@media (max-width: 1024px) {
  .mission .grid-section {
    width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
  }
}
.mission .mission-text {
  text-align: center;
}
.mission .mission-text  h3{
  font-weight: 700;
  font-size: 40px;
  /* line-height: 57px; */
  color: #253858;
  margin-bottom:10px;
}
.mission .mission-text p{
  margin-bottom:40px
}
.mission .mission-text ul{
  /* max-width: 900px; */
  margin: auto;
}
.mission .mission-text ul li{
  flex: 1 1 calc(50% - 2rem);
  flex-direction: row;
}
.mission .mission-text ul li .icons{
  flex-shrink: 0;
  margin-right: 20px;
}
.mission .mission-text ul li .icons img{
  width: 50%;
  object-fit: contain;
 
}
.mission .mission-text ul li  p{
  text-align: left;
}
.location {
  position: relative;
  padding: 3% 0;
}
.location .grid-section {
  width: 1170px;
  margin: 0px auto;
}
@media (max-width: 1024px) {
  .location .grid-section {
    width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
  }
}
.location .grid-section .heading {
  width: 100%;
  display: flex;
  align-items: left;
  flex-direction: column;
  position: relative;
}
.location .grid-section .heading h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #253858;
  text-align: left;
}
.location .grid-section .heading p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #253858;
  text-align: left;
}
.location .grid-section .heading .sendlink {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
  color: #0164ff;
  font-size: 14px;
  text-decoration: none;
}
.location .grid-section .mapview {
  height: 500px;
  width: 100%;
  margin-top: 30px;
}

.partners {
  background: #fff;
  padding: 3% 0 3%;
}
.partners.about {
  padding: 3% 0 0;
  height: 518px;
}
@media (max-width: 1024px) {
  .partners {
    height: 640px;
    padding: 10% 0;
  }
}
.partners .grid-section {
  width: 1170px;
  margin: 0px auto;
}
@media (max-width: 1024px) {
  .partners .grid-section {
    width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
  }
}
.partners .clippath {
  background: url("../images/bg.png") no-repeat 0 0;
  position: absolute;
  width: 88%;
  right: 0;
  margin-top: 20px;
  background-size: 100%;
  padding-left: 35%;
  padding-bottom: 40px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .partners .clippath {
    width: 100%;
    background: url(../images/bg-1.svg) no-repeat 1px 0px;
    height: 600px;
    padding: 20px;
    background-size: 100%;
  }
}
.partners .clippath .getintouch {
  width: 550px;
  position: relative;
  padding: 40px 0 0 0;
}
.partners .clippath .getintouch h3.mt30 {
  margin-top: 30px;
}
.partners .clippath .getintouch p {
  font-size: 18px;
  color: #5E6C84;
  line-height: 28px;
  margin: 10px 0;
  font-weight: 400;
}
.partners .clippath .getintouch strong {
  color: #253858 !important;
}
@media (max-width: 1024px) {
  .partners .clippath .getintouch {
    width: 100%;
    position: relative;
    padding: 230px 0 0 0;
  }
}
.partners .clippath.vision {
  height: 500px;
  width: 100%;
  padding-left: 45%;
  background-position: 0px -60px;
}
.partners .clippath.vision .getintouch {
  width: 550px;
  position: relative;
  padding: 80px 0 0 0;
}
.partners .contact-info {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.partners .contact-info .linkBtn {
  display: block;
  padding: 10px 0px 10px 40px;
  color: #253858;
  text-decoration: none;
  position: relative;
}
.partners .contact-info .linkBtn .icon-img {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
}
.partners .contact-info .linkBtn .icon-img img {
  width: 100%;
}
.partners .contact-info .signup-demo {
  color: #fff;
  background-color: #0065ff;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  padding: 16px 20px;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
  width: 160px;
  margin: 30px 0 0;
}
.partners .contact-info .signup-demo:hover {
  background: #0051cc;
}
.partners .img-partner {
  width: 300px;
  height: auto;
  position: relative;
  top: 50px;
}
@media (max-width: 1024px) {
  .partners .img-partner {
    width: 100%;
    height: auto;
    position: relative;
    top: -20px;
    max-width: 400px;
    margin: 0px auto;
  }
  .partners .img-partner img {
    width: 100%;
  }
}
.partners h4 {
  text-transform: uppercase;
}
.partners .partner-logo {
  margin-top: 40px;
}
.partners .partner-logo ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}
.partners .partner-logo ul li.upfontImg {
  width: 180px;
  height: 50px;
  font-size: 0px;
}
.partners .partner-logo ul li.upfontImg img {
  width: 80%;
  height: auto;
}
@media (max-width: 1024px) {
  .partners .partner-logo ul {
    flex-wrap: wrap;
  }
  .partners .partner-logo ul li.upfontImg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    margin-bottom: 20px;
    border: 1px solid #F4F5F7;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .partners .partner-logo ul li.upfontImg[title=indusbank] img {
    width: 50%;
  }
  .partners .partner-logo ul li.upfontImg[title=agon] img {
    width: 50%;
  }
}

.group-brand {
  background: #fff;
  padding: 9% 0 6%;
}
.group-brand.about {
  background: #FFF5F1;
}
.group-brand.about .register {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0px 6px 16px #b5a6a0;
  display: flex;
}
.group-brand.about .register .left h4 {
  font-size: 40px;
  line-height: 57px;
  font-weight: 700;
  color: #253858;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.group-brand.about .register .left .pink {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #D39075;
  margin-bottom: 20px;
}
.group-brand.about .register .left .txt {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #5E6C84;
  margin-bottom: 20px;
}
.group-brand.about .register .left a {
  color: #fff;
  background-color: #0065ff;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  padding: 16px 20px;
  text-decoration: none;
  border-radius: 8px;
  margin-top: 20px;
  display: inline-block;
}
.group-brand.about .register .left a:hover {
  background: #0051cc;
}
.group-brand .grid-section {
  width: 1170px;
  margin: 0px auto;
}
.group-brand h4 {
  text-transform: uppercase;
  text-align: center;
  font-size: 2rem;
}
.group-brand .brand-logo-wrapper {
  margin-top: 40px;
}
.group-brand .brand-logo-wrapper ul {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.group-brand .brand-logo-wrapper ul li.upfront {
  width: 180px;
  height: 50px;
  font-size: 0px;
  margin-bottom: 10px;
  background-size: 100%;
  margin: 0px 20px 20px;
}
.group-brand .brand-logo-wrapper ul li.upfront img {
  width: 100%;
}
@media (max-width: 640px) {
  .group-brand {
    padding: 0%;
  }
  .group-brand .grid-section {
    width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
  }
  .group-brand .brand-logo-wrapper ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .group-brand .brand-logo-wrapper ul li.upfront {
    width: 48%;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F4F5F7;
    border-radius: 8px;
  }
  .group-brand .brand-logo-wrapper ul li.upfront img {
    width: 80%;
  }
}

.card-container {
  display: block;
  width: 100%;
  min-height: 150px;
  padding: 20px;
}

.card {
  width: 300px;
  height: 130px;
  box-shadow: 0px 0px 16px #ccc;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  display: none;
  transition: all 0.3s ease-in;
}
.card.hidden {
  display: block;
  visibility: hidden;
  opacity: 0;
  margin: 40px 0 10px;
}
.card.hidden.show {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.simple-example {
  padding: 5% 0 5%;
  position: relative;
}
.simple-example .grid-section {
  width: 1170px;
  margin: 0px auto;
}
@media (max-width: 1024px) {
  .simple-example .grid-section {
    width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
  }
}
.simple-example .grid-section.drakpink {
  background-color: #F8F7F7;
  padding: 5% 60px 120px;
  border-radius: 24px;
  box-sizing: border-box;
  margin-bottom: 200px;
}
.simple-example .grid-section.drakpink .heading {
  text-align: center;
}
.simple-example .grid-section.drakpink .heading h3 {
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
  background: #fff;
  padding: 10px 30px;
  border-radius: 40px;
  color: #253858;
}
.simple-example .grid-section.drakpink .simple-example-col-2 {
  position: relative;
}
.simple-example .grid-section.drakpink .simple-example-col-2 li {
  margin-bottom: 40px;
}
.simple-example .grid-section.drakpink .simple-example-col-2 li .step {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 280px;
}
.simple-example .grid-section.drakpink .simple-example-col-2 li .step.reverse {
  flex-direction: row-reverse;
}
.simple-example .grid-section.drakpink .simple-example-col-2 li .step .illstration {
  width: 35%;
}
.simple-example .grid-section.drakpink .simple-example-col-2 li .step .illstration img {
  width: 100%;
}
.simple-example .grid-section.drakpink .simple-example-col-2 li .step .txt {
  width: 65%;
  position: relative;
  padding: 20px 50px;
  box-sizing: border-box;
}
.simple-example .grid-section.drakpink .simple-example-col-2 li .step .txt .count {
  background: #fff;
  border-radius: 8px;
  padding: 5px;
  box-shadow: 0px 6px 16px #b5a6a0;
  display: flex;
  width: 40px;
  height: 40px;
  color: #D39075;
  bottom: 100px;
  margin-bottom: 20px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.simple-example .grid-section.drakpink .fd-control {
  background: #F5D0BC;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0px 6px 16px #b5a6a0;
  display: flex;
  position: absolute;
  border: 4px solid #fff;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 70%;
  box-sizing: border-box;
  bottom: 80px;
  justify-content: center;
  text-align: center;
}
.simple-example .grid-section.drakpink .fd-control .left h4 {
  font-size: 40px;
  line-height: 57px;
  font-weight: 700;
  color: #4A3131;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.simple-example .grid-section.drakpink .fd-control .left .center {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #253858;
  width: 600px;
  margin: 0px auto;
  margin-bottom: 20px;
}
.simple-example .grid-section.drakpink .fd-control .left a {
  color: #fff;
  background-color: #0065ff;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  padding: 16px 20px;
  text-decoration: none;
  border-radius: 8px;
  margin-top: 20px;
  display: inline-block;
}
.simple-example .grid-section.drakpink .fd-control .left a:hover {
  background: #0051cc;
}

footer {
  background: #172B4D;
  padding: 2% 0 1%;
}
footer .grid-section {
  width: 1170px;
  margin: 0px auto;
}
@media (max-width: 1024px) {
  footer .grid-section {
    width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
  }
}
footer .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-right: 0;
  background-color: transparent;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  justify-content: center;
  margin-bottom: 20px;
}
footer .nav li {
  padding-left: 14px;
  padding-right: 14px;
}
footer .nav li a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 0.016em;
  text-decoration: none;
}
@media (max-width: 1024px) {
  footer .nav li a {
    font-size: 12px;
  }
}
footer .nav li a.active, footer .nav li a:hover {
  text-decoration: underline;
}
footer .nav li .gradient-button a {
  background: #0164ff;
  color: #fff;
  border-radius: 5px;
  padding: 0px 20px;
}
footer .cptext {
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 10px 0 0 0;
  font-size: 12px;
  color: #fff;
}
footer .cptext .cp {
  font-size: 12px;
  color: #fff;
}

@media (max-width: 1024px) {
  .hambg {
    display: flex;
    flex-direction: column;
    width: 35px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .hambg span {
    background: #253858;
    border-radius: 10px;
    height: 4px;
    margin: 2px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .hambg span:nth-of-type(1) {
    width: 50%;
  }
  .hambg span:nth-of-type(2) {
    width: 100%;
  }
  .hambg span:nth-of-type(3) {
    width: 75%;
  }
  .hambg.active {
    display: none;
  }
  .hambg.active span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(3px, -1px);
  }
  .hambg.active span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
  }
  .hambg.active span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(14px, -3px) rotatez(45deg);
  }
}
.location .grid-section .heading.tnc h3 {
  font-size: 20px;
  letter-spacing: 0.016em;
}

.location .grid-section .heading.tnc p {
  font-size: 14px;
  letter-spacing: 0.016em;
}
.location .grid-section .heading.tnc p .inner {
  display: block;
  padding-left: 30px;
}

.location .grid-section .heading.tnc .pointer-list {
  display: flex;
  flex-direction: column;
  list-style: decimal;
  color: #253858;
  letter-spacing: 0.016em;
  padding-left: 30px;
}
.location .grid-section .heading.tnc .pointer-list li {
  font-size: 14px;
  line-height: 24px;
}

.location .grid-section .heading.tnc .bankdetials {
  display: flex;
  margin: 20px 0 0;
  justify-content: space-between;
  background: #f4f8ff;
  padding: 10px;
  font-weight: 600;
}

.linkContainer {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 568px) {
  .linkContainer {
    flex-direction: column;
  }
  .linkContainer .social-icons-btn .heading {
    display: none;
  }
}

.social-icons-btn {
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
.social-icons-btn .heading {
  position: absolute;
  width: 90px;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
  left: -90px;
}

.social-icons-btn li {
  list-style: none;
  margin: 0 5px;
  height: 30px;
  width: 30px;
  color: #627dac;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 50%;
  transition: all ease 0.3s;
}
.social-icons-btn li a {
    color: #fff;
    text-decoration: none;
}

.social-icons-btn li:hover {
  color: #fff;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */
