/* @font-face {
    font-family: Circular Std;
    src: url(../fonts/CircularStd-Black.woff2);
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: Circular Std;
    src: url(../fonts/CircularStd-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: Circular Std;
    src: url(../fonts/CircularStd-Book.woff2);
    font-weight: 450;
    font-display: swap;
}

@font-face {
    font-family: Circular Std;
    src: url(../fonts/CircularStd-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}

body,
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    font-family: Circular Std;
    text-decoration: none;
} */

html, body{
    scroll-padding-top: 80px;
}

/* .container {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
} */

.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mydesc{
padding-bottom: 28px;
}
.myhead{
margin-bottom: 14px !important;
}
.whiteSec{
    padding: 100px 0;
}
.lbSec{
    padding: 72px 0;
    background: #FBFCFF;
}

.secHead{
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    /* line-height: 142.5%; */
    /* identical to box height, or 60px */
    text-align: center;
    color: #213D56;
    margin-bottom: 59px;
}

.howItWorks .secHead{
margin-bottom: 14px;
}

.howItWorks p.secDesc {
  margin-bottom: 59px;
}

.tickUl{
    list-style: none;
    max-width: 666px;
    margin: 0 auto;
}
.tickUl li{
    position: relative;
    padding-left: 34px;
    font-weight: 450;
font-size: 16px;
line-height: 142.5%;
color: #546B8E;
margin-top: 18px;
}
.tickUl li:first-child{
    margin-top: 0;
}
.tickUl li::before{
    position: absolute;
    content: '';
    background: url('../png/tickul.png');
    background-size: cover;
    width: 20px;
    height: 20px;
    left: 0;
}

/* Templation Ends */

.topBlueSec{
    padding: 99px 0 32px;
    background-color: #fff;
    text-align: center;
}
h1{
    font-weight: 900;
font-size: 36px;
line-height: 43px;
color: #213D56;
}
.lbSec,
.whiteSec,
.referralDescSec,
.faqSec {
  overflow-x: hidden;
}
.referralDescSec{
    padding: 48px 0;
    background: #FBFCFF;
}
.descContent{
    max-width: 784px;
}
.descContent p{
    font-weight: 450;
    font-size: 18px;
    line-height: 23px;
    margin-top: 18px;
    color: #546B8E;
}
.descContent p:first-child{
    margin-top: 0;
}
.howItWorksWrapper{
    justify-content: center;
    padding: 47px 0 48px;
}
.stepOuter{
    padding: 0 16px 16px;
    background: linear-gradient(180deg, #0F3870 3.8%, #326BBC 100%);
    background-size: 253px 118.5px;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 22px;
    transition: all ease .3s;
}
.stepOuter:hover {
    transform: scale(1.1);
}
.stepOuter::before, .stepOuter::after{
    position: absolute;
    content: '';
    border-top: 16px solid #fff;
    border-right: 18px solid transparent;
    top: 118px;
}
.stepOuter::before{
    right: 0;
}
.stepOuter::after{
    left: 0;
    transform: scaleX(-1);
}
.stepOuter.reverse{
    background: linear-gradient(180deg, #0071C2 3.8%, #55ADFF 100%);
    background-size: 253px 118.5px;
    background-position: top;
    background-repeat: no-repeat;
    padding: 16px 16px 0;
}
.stepOuter.reverse::before{
    top: 103px;
    transform: scaleY(-1);
}
.stepOuter.reverse::after{
    top: 103px;
    transform: scale(-1);
}
.stepOuter.last{
    background: linear-gradient(180deg, #7DD0FF 0%, #429ED2 99.97%);
    background-size: 253px 118.5px;
    background-position: bottom;
    background-repeat: no-repeat;
}
.workStep{
    padding: 74px 19px 0;
    background: #FFFFFF;
    border: 1px solid #EBF4FF;
    box-shadow: 6px 7px 5px rgba(0, 0, 0, 0.25);
    height: 221px;
    max-width: 221px;
    width: 100%;
    text-align: center;
    border-radius: 22px;
    position: relative;
}
.stepNum{
    font-weight: 450;
font-size: 14.9999px;
line-height: 164.5%;
text-transform: uppercase;
color: #546B8E;
}
.stepName{
    font-weight: 900;
font-size: 25px;
line-height: 164.5%;
text-transform: uppercase;
color: #213D56;
margin: -7px 0 6px;
}
.stepContent{
    font-weight: 450;
font-size: 13px;
line-height: 126.5%;
text-align: center;
color: #546B8E;
}
.stepIcon{
    padding: 22px;
    background: #FFFFFF;
    box-shadow: 1px 6px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}
.stepIconOuter{
    position: absolute;
    padding: 10px;
    border-radius: 50%;
    background: linear-gradient(270deg, #0F3870 -4.42%, #326BBC 99.88%);
    box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.25);
    left: 50%;
    top: -47px;
    transform: translateX(-50%);
    z-index: 5;
}
.reverse .stepIconOuter{
    top: unset;
    bottom: -48px;
    background: linear-gradient(270deg, #0071C2 -4.52%, #55ADFF 100.3%);
}
.last .stepIconOuter{
  background: linear-gradient(90deg, #7DD0FF -6.53%, #429ED2 112.3%);
}
.reverse .workStep{
    padding-top: 58px;
}
.referralDesc{
    margin-top: 38px;
    max-width: unset;
}
.sayingSwiperWrapper{
    position: relative;
}
.sayingSwiper{
    max-width: 1068px;
    margin: 0 auto;
    padding-bottom: 37px;
}
.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .commentBox{
    padding: 38px 30px 0;
    min-height: 280px;
    background: radial-gradient(50% 50% at 50% 50%, #326BBC 0%, #0F3870 100%);
    border-radius: 16px;
    position: relative;
  }
  .commentBox::before{
    position: absolute;
    content: '';
    background: url('../png/quote.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 38px;
    height: 29px;
    top: 27px;
    left: 23px;
  }
  .commentText{
    font-weight: 450;
font-size: 14px;
line-height: 164.5%;
color: #FFFFFF;
text-align: left;
min-height: 184px;
  }
  .commentBy{
    justify-content: end;
    font-weight: 700;
font-size: 16px;
line-height: 164.5%;
color: #FFFFFF;
margin-top: 18px;
  }
  .swiper-button-next.comment-next:after, .swiper-button-prev.comment-prev:after{
    content: '';
  }
  .swiper-button-next.comment-next, .swiper-button-prev.comment-prev{
    width: 44px;
    border-radius: 50%;
right: 0;

  }
  .swiper-button-prev.comment-prev{
    right: auto;
    left: 0;
  }
  .swiper-button-next.comment-next:hover, .swiper-button-prev.comment-prev:hover{
    border: 2px solid #4CAEFF;
  }
  .swiper-button-prev.comment-prev svg{
    transform: scaleX(-1);
  }
  .sayingSwiper >.swiper-pagination-bullets{
    bottom: 0;
  }
  .sayingSwiper > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
  }
  .comment-pagination .swiper-pagination-bullet{
    width: 9px;
    height: 9px;
  }
  .comment-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #123C76;
  }
  .comment-pagination .swiper-pagination-bullet{
    background: #B8CAE4;
    opacity: 1;
  }
  .joinText{
    max-width: unset;
    text-align: center;
    margin-top: 16px;
  }
  .secHead.withDesc{
    margin-bottom: 14px;
  }
  .secDesc{
    font-weight: 450;
font-size: 18px;
line-height: 164.5%;
text-align: center;
color: #546B8E;
  }
  .referralWrapper{
    margin-top: 59px;
    align-items: start;
  }
  .referralBtns{
    flex-direction: column;
    gap: 18px
  }
  .referralBtns h3{
    font-weight: 450;
font-size: 18px;
line-height: 23px;
color: #213D56;
padding: 18px 16px;
background: #FFFFFF;
border: 1px solid rgba(35, 63, 140, 0.29);
border-radius: 4px;
min-width: 374px;
cursor: pointer;
transition: all ease .3s;
  }
  .referralBtns h3:hover{
    background: #3653A5;
    color: #fff;
    border-color: #3653A5;
  }
  .referralBtns h3.active{
    background: #233F8C;
    border: 1px solid #233F8C;
    color: #fff;
  }
  .referralContent{
    max-width: 764px;
    width: 100%;
    background: #FFFFFF;
border: 0.796635px solid rgba(35, 63, 140, 0.29);
border-radius: 12px;
padding: 28px 22px;
  }
  .referralContentBox{
    padding: 14px 0 0 55px;
    position: relative;
    min-height: 293px;
    display: none;
  }
  .referralContentBox.show{
    display: block;
  }
  .absolSvg{
    position: absolute;
    left: 0;
    top: 0;
  }
  .refStepContent p{
    font-weight: 450;
    font-size: 16px;
    line-height: 128.5%;
    color: #546B8E;
    margin-top: 18px;
  }
  .refStepContent p:first-child{
    margin-top: 0;
  }
  .refStepName{
    font-weight: 700;
font-size: 20px;
line-height: 108.5%;
color: #213D56;
margin-bottom: 16px;
  }
  .signUpBTn{
    padding: 16px 0 15px;
    background: #233F8C;
    border-radius: 10px;
    font-weight: 500;
font-size: 18px;
line-height: 23px;
color: #FFFFFF;
max-width: 295px;
width: 100%;
justify-content: center;
margin: 38px auto 0;
transition: all ease .3s;
  }
  .signUpBTn:hover{
    background: #3653A5;
  }
  .faqWraper{
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 14px;
    width: 100%;
    justify-content: center;
    align-items: self-start;
}
.swiperButtons{
  display: none;
}

.rightCol,
.leftCol{
  max-width: 578px;
  width: 100%;
}
.faqWraper  .faq-card + .faq-card{
  margin-top: 14px;
}
.faq-card {
  background: #FFFFFF;
  border: 1px solid rgba(35, 63, 140, 0.24);
  border-radius: 12.341px;
  max-width: 578px;
  width: 100%;
}


.faq-accord-card-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:17px 20px 18px;
    cursor: pointer;
    transition: all ease .2s;
}
.faq-accord-card-head h3{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 164.5%;
    color: #213D56;
    padding-right: 13px;
    transition: all ease .2s;
}
.faq-card.show .faq-accord-card-head h3,
.faq-card.show .faq-accord-card-head svg path,
.faq-accord-card-head:hover svg path,
.faq-accord-card-head:hover h3{
  color: #4CAEFF;
  fill:#4CAEFF;
}
.faq-icon{
    display: flex;
}
.faq-accord-card-body{
    padding: 0 20px 30px;
}
.faq-accord-card-body p{
    font-style: normal;
    font-weight: 450;
    font-size: 15px;
    line-height: 164.5%;
    color: #213D56;
}
.faq-accord-card-head svg path{
  fill: #233F8C;
}
.whiteSec.lastSec{
    padding-bottom: 41px;
}
.faq-card.show .faq-accord-card-head .faq-icon svg {
  transform: rotate(135deg);
}
.faq-card:hover,
.faq-card.show{
  border: 1px solid rgba(76, 174, 255, 0.24);
}
@media (max-width: 1199px) {
  .descWrapper {
    justify-content: center;
    gap: 60px;
    flex-direction: column-reverse;
  }
  .whiteSec{
    padding: 72px 0;
  }
  .sayingSwiperWrapper {
    padding: 0 45px;
  }
  .referralBtns span{
    min-width: 275px;
  }
  .referralContent{
    max-width: 665px;
  }
  .faq-card{
    max-width: 49%;
  }
  .faqWraper{
    justify-content: space-between;
  }
  .faq-accord-card-head:hover h3{
    color: #213D56;
  }
}
@media(max-width:991px){
  .secHead{
    font-size: 44px;
  }
  .referralWrapper{
    gap: 24px;
  }
  .referralBtns {
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 1;
    gap: 0;
  }
  .referralBtns span{
    min-width: 240px;
  }
  .referralContent {
    max-width: unset;
  }
  .referralBtns span{
    padding: 16px 14px;
    font-size: 16px;
  }
  .faq-accord-card-head h3{
    font-size: 16px;
  }
  .workStep{
    max-width: 214px;
  }
}
@media(max-width:768px){
  .secHead {
    font-size: 42px;
  }
  .howItWorksWrapper{
    flex-direction: column;
    gap: 65px;
  }
  .reverse .stepIconOuter{
    top: -47px;
    bottom: unset;
  }
  .reverse .workStep{
    padding-top: 74px;
  }
  .stepOuter.reverse{
    background-position: bottom;
    padding: 0 16px 16px;
  }
  .stepOuter.reverse::before {
    top: 118px;
    transform: scaleY(1);
  }
  .stepOuter.reverse::after{
    top: 118px;
    transform: scaleY(1) scaleX(-1);
  }
  .referralBtns{
    gap: 18px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 14px;
  }
  .referralWrapper{
    gap: 10px;
  }
  .faq-card {
    max-width: unset;
  }
  .topBlueSec{
    padding: 70px 0 10px;
  }
}
@media(max-width:575px){
  .descContent p{
    font-size: 16px;
    margin-top: 16px;
  }
  .whiteSec {
    padding: 90px 0;
  }
  .lbSec{
    padding: 40px 0;
  }

  h1{
    font-size: 26px;
  }
  .descWrapper{
    gap: 28px;
  }
  .secHead {
    font-size: 24cpx;
    margin-bottom: 28px;
  }
  .secDesc{
    font-size: 16px;
  }
  .faq-accord-card-head{
    padding: 12px 10px 12px;
  }
  .swiper-button-next.comment-next, .swiper-button-prev.comment-prev{
    width: 30px;
    top: 99%;
    height: 30px;
  }
  .sayingSwiper{
    padding-bottom: 0;
  }
  .sayingSwiperWrapper{
    padding: 45px 0;
  }
  .swiper-button-next.comment-next svg, .swiper-button-prev.comment-prev svg{
    width: 14px;
    height: 14px;
  }
  .comment-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .swiper-button-next.comment-next:hover, .swiper-button-prev.comment-prev:hover{
    border-width: 1px;
  }
  .faq-icon svg {
    width: 13px;
    height: 13px;
  }
  .refStepContent p{
    margin-top: 16px;
  }
  .refStepName{
    font-size: 18px;
  }
  .referralContent{
    padding: 21px 15px;
  }
  .signUpBTn{
    margin-top: 32px;
  }
  .referralBtns span{
    padding: 12px 10px;
  }
  .absolSvg svg{
    width: 32px;
    height: 32px;
  }
  .tickUl li{
    margin-top: 16px;
  }
}