/* typogrophy-start */
:root {
  --primary: #5262af;
  --secondary: #f98560;
  --bgcolor: #ffffff;
  --primaryLighter: #e5e8fc;
  --primaryLighterTwo: #f7f7fe;
  --primaryLighterThree: #fff5f2;
  --navTextColor: #505fab;
  --navBtnLinerColor: #6374cb;
  --navBtnBoxShadow: rgba(80, 95, 171, 0.24);
  --textColor: var(--bgcolor);
  --titleColor: #2e2e30;
  --titleColorTwo: rgba(46, 46, 48, 0.5);
  --productCardBorder: rgba(80, 95, 171, 0.6);
  --FontHeadingLg: "Poppins Bold";
  --FontHeadingXl: "Poppins Black";
  --FontHeadingMd: "Poppins Semibold";
  --fontFamily: "Poppins";
  --chHeadingLg: 48px;
  --chHeading: 32px;
  --chHeadingSm: 20px;
}



@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins Semibold";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins Black";
  src: url("../fonts/Poppins-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: var(--fontFamily);
}

.xl-max-width{
  max-width: 1536px;
  margin: auto;
}


.bg {
  background-color: var(--bgcolor);
}
.bg__light {
  background-color: var(--primaryLighter);
}

.engaging__bg {
  background-color: #FFF5F2;
}

.cta_two_bg {
  background-color: #F1F3FD;
}

.trusted__bg {
  background-color: var(--primaryLighterTwo);
}

.footer__bg {
  background-color: var(--primary);
}

.footer-store-logo{
  max-width: 80% !important;
}

/* typogrophy-end */

/* navbar-css-start */

.header__navbar__wrapper {
  border-bottom: 1px solid var(--primaryLighter);
}

.navbar__brand--img {
  width: 194px;
  height: 88px;
}
.navbar-brand img {
  width:134px;
  height:62px;
}

.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
  color: var(--secondary) !important;
}

.navbar__bb {
  margin-left:43px;
  margin-right:43px;
}
.navbar__link--modify {
  font-family: var(--FontHeadingMd);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin: 0px 20px;
  color: var(--navTextColor);
}

.navbar__dropdown--modify {
  font-family: var(--FontHeadingMd);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin: 0px 20px;
  color: var(--navTextColor);
}

.navbar__dropdown--modify:hover {
  color: var(--navTextColor) !important;
}

.navbar__dropdown--modify.active-menu::after {
  width:100%;
  color: var(--navTextColor) !important;
  background-color: var(--navTextColor); 
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove the gap so it doesn't close */
}

.dropdown-item{
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 0px;
}

.dropdown-menu{
  box-shadow: 10px 10px 20px rgba(80, 95, 171, 0.24);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: var(--navTextColor);
  --bs-dropdown-link-active-bg: #FAFAFE;
  --bs-dropdown-padding-y: 0px;
  --bs-dropdown-border-radius: 12px;
  border: none;

  & h5{
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    color: var(--navTextColor);
    text-wrap: wrap;
  }

  & p{
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    text-wrap: wrap;
    margin-bottom: 8px;
  }

  & h3{
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
    color: var(--navTextColor);
    text-wrap: wrap;
    margin-bottom: 0px;
  }
       
}


.mega-menu{
  position: fixed !important;
  left: 50% !important;
  top: auto !important;
  transform: translate(-50%, 0%);
  width: 1120px;
}

.mega-menu-divider{
  margin: 14px 28px 0px 28px;
  border-bottom: 1px solid #CED6FF;
}

.small-menu{
  background-color: #FAFAFE;
  width: 296px;

  & .dropdown-item{
    border-radius: 16px;
  }

  & .dropdown-item:hover{
    background-color: #CED6FF;
  }
}


.navbar__dropdown--modify:hover {
  color: var(--secondary) !important;
  border-bottom: 3px solid;
}

.dropdown-col-left{
  border-top-left-radius: 12px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;

  & .cta-container{
    border-radius: 16px;
    /* margin-left: 12px; */
  }

  & .dropdown-item:hover{
    background-color: #ffffff00 !important;
  }

  & .cta-container:hover{
    background-color: #FFF5F2;
  }

  & span{
    font-weight: 500;
    color: #2e2e30;
    opacity: 0.5;
    font-size: 16px;
    line-height: 25.6px;
  }
}

.additional-cta{
  font-weight: 600;
  color: #F98560;
  font-size: 16px;
  line-height: 25.6px;
}

.dropdown-col-right{
  background-color: #ffffff;
  border-top-right-radius: 12px;

  & .dropdown-item{
    border-radius: 16px;
  }

  & .dropdown-item:hover{
    background-color: #FFF5F2;
  }
}

.dropdown-col-right::before {
  content: "";
  position: absolute;
  left: 654px;
  top: 20px; /* Gap from the top */
  bottom: 20px; /* Gap from the bottom */
  width: 1px; /* Border width */
  background-color: #CED6FF;
}

.feature-dropdown-col-left{

  display: flex;
  flex-direction: column;

  & .cta-container{
    border-radius: 16px;
  }

  & .dropdown-item:hover{
    background-color: #ffffff00 !important;
  }

  & .cta-container:hover{
    background-color: #FFF5F2;
  }

  & span{
    font-weight: 500;
    color: #2e2e30;
    opacity: 0.5;
    font-size: 16px;
    line-height: 25.6px;
  }
}

.feature-dropdown-col-right{
  background-color: #FAFAFE;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;

  & .dropdown-item{
    border-radius: 16px;
  }

  & .dropdown-item:hover{
    background-color: #CED6FF;
  }
}

.feature-dropdown-col-right::before {
  content: "";
  position: absolute;
  left: 654px;
  top: 20px; /* Gap from the top */
  bottom: 20px; /* Gap from the bottom */
  width: 1px; /* Border width */
  background-color: #CED6FF;
}

.dropdown-col-bottom-right{
  background-color: #FAFAFE;
  border-bottom-right-radius: 12px;

  & .cta-container{
    border-radius: 16px;
  }

  & .dropdown-item:hover{
    background-color: #ffffff00 !important;
  }

  & .cta-container:hover{
    background-color: #CED6FF;
  }

  & span{
    font-weight: 500;
    color: #2e2e30;
    opacity: 0.5;
    font-size: 16px;
    line-height: 25.6px;
  }
}

.dropdown-col-bottom-left{
  background-color: #FAFAFE;
  border-bottom-left-radius: 12px;
  display: flex;
  flex-direction: column;

  & .cta-container{
    border-radius: 16px;
    /* margin-left: 12px; */
  }

  & .dropdown-item:hover{
    background-color: #ffffff00 !important;
  }

  & .cta-container:hover{
    background-color: #CED6FF;
  }

  & span{
    font-weight: 500;
    color: #2e2e30;
    opacity: 0.5;
    font-size: 16px;
    line-height: 25.6px;
  }
}


.navbar__link--modify::after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  top: 5px;
  background: transparent;
  transition: all 0.3s;
  color: var(--navTextColor);
}


.navbar__link--modify:hover::after {
  width:100%;
  background-color: var(--secondary) !important;
}

.navbar__link--modify:hover {
  color: var(--navTextColor);
}

.navbar__link--modify.active-menu::after {
  width:100%;
  color: var(--navTextColor);
  background-color: var(--navTextColor); 
}

.navbar__btn--modify {
  width: 250px;
  height: 70px;
  background: linear-gradient(
    94.63deg,
    #ff8f69 7.12%,
    var(--secondary) 95.93%
  );
  /* box-shadow: 4px 4px 24px var(--navBtnBoxShadow); */
  border-radius: 100px;
  font-family: var(--FontHeadingMd);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--textColor);
}
.navbar__btn--modify:hover {
  color: var(--textColor);
}

.navbar__btn--modify:active {
  color: var(--textColor) !important;
}

.navbar-small{
  display: none;

  & .navlink--modify{
    font-family: var(--FontHeadingMd);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin: 0px 20px;
    color: var(--navTextColor);
  }

  & .nav-sublink--modify{
    font-family: var(--FontHeadingMd);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    margin: 0px 43px;
    color: var(--navTextColor);
  }
}

/* navbar-css-end */

/* common text and section element style start */

.general__page__wrapper {
  padding: 0% 2%;
  max-width: 50rem;
}

.blog__details__content > h1 {
  font-family: var(--FontHeadingMd);
  color: var(--navTextColor);
  font-size: 40px;
  line-height: 56px;
}

.blog__details__content > h2 {
  font-family: var(--FontHeadingMd);
  color: var(--titleColor);
  font-size: 32px;
  line-height: 48px;
}

.blog__details__content > h3 {
  font-family: var(--FontHeadingMd);
  color: var(--titleColor);
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
}

.blog__details__content > h4 {
  font-family: var(--FontHeadingMd);
  color: var(--titleColor);
  font-size: 22px;
  line-height: 32px;
}

.blog__details__content > li {
  font-size: 18px;
  line-height: 32px;
}

.blog__details__content > p {
  font-family: var(--fontFamily);
  color: var(--titleColor);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.blog__details__content > b,.blog__details__content > strong {
  font-family: var(--FontHeadingMd);
  color: var(--navTextColor);
  line-height: 32px;
}



.blog__details__content > img {
  border-radius: 24px;
  width: 94%;
  height: 80%;
  padding-top: 3%;
  padding-bottom: 3%;

}

/* .general__page__wrapper,.blog__details__wrapper  
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,b 
    {
      font-family: var(--FontHeadingMd);
      color: var(--titleColor);
      line-height: 130%;
    }

.general__page__wrapper p {
  font-size: 20px;
  padding-top: 10px;
} */

.blog__details__wrapper {
  font-family: var(--fontFamily);
}
.product__video__player {
  position: relative;
  padding-bottom: 40.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 70%;
  height: 70%;
  margin:auto;
  
}
.product__video__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.margin-wrapper-custom {
  margin-right: 132px;
  margin-left: 132px;
}

.section-title-primary  h3 {
  font-family: var(--FontHeadingMd);
  font-style: normal;
  font-weight: 600;
  font-size: var(--chHeading);
  line-height: 120%;  
  color: var(--navTextColor);
}

.resources__body {
  width: 80%;
  margin: auto;
}

.resources__item {
  margin-left: 10px;
  margin-right: 10px;
  height: 100%;
  border: 1px solid rgba(80, 95, 171, 0.6);
  transition: 0.2s ease-in-out;
  border-radius: 22px;
  position: relative;
}


.resources_badge {
  font-family: var(--FontHeadingMd);
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  color: var(--titleColor);
  background-color: var(--primaryLighterThree);
  border-radius: 8px;
  padding: 12px;
  position: absolute;
  top:10px;
  right:10px;
}

.resources__item_image img {
  border-radius: 22px;
}

.resources__item__category {
  font-family: var(--FontHeadingMd);
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: var( --navTextColor);

}

.resources__item__date {
  font-family: var(--FontHeadingMd);
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  color: rgba(46, 46, 48, 0.5);
}

.resources__item__title {
  font-family: var(--FontHeadingMd);
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: var( --titleColor);
}

.resources__tab__menu .nav-link {
  font-family: var(--FontHeadingMd);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: var(--navTextColor);
  opacity: 0.5;
  border-top:none;
  border-left: none;
  border-right: none ;
}

.resources-link {
  text-decoration: none;
  color: var( --titleColor);
}

.resources__tab__menu .active {
  opacity: 1;
  color: var(--navTextColor);
  border-bottom: 4px solid var(--navTextColor);
}
.partner-trusted-logo [class*='col-'] {
  padding-bottom: 3rem;
}
.partner-button-wrapper .header__btn:nth-child(2){
  background: transparent;
  color: var(--navTextColor);
  width: 185px;
  border: 2px solid var(--navTextColor);
  box-shadow: none;
}

.partner-button-wrapper .header__btn:nth-child(2):hover {
  color: var(--navTextColor) !important;
}

/* common text and section element style ends */

/* header-css-start */
.header__title {
  font-family: var(--FontHeadingLg);
  font-weight: 700;
  font-size: 60px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: var(--titleColor);

  > h1{
    font-family: var(--FontHeadingLg);
    font-weight: 700;
    font-size: 52px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: var(--titleColor);
  }
}

.header__text {
  font-family: var(--fontFamily);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: var(--titleColor);
  margin-bottom: 40px;
}
.header__text__span {
  color: var(--secondary);
}


/* .header__img {
  width: 600px;
} */

.twin-button-wrapper .header__btn:nth-child(2) {
  background: transparent;
  color: var(--secondary);
  border: 2px solid var(--secondary);
  box-shadow: none;
}

.twin-button-wrapper .header__btn:nth-child(2):hover {
  color: var(--secondary) !important;
  border: 2px solid var(--secondary);
}

.card__company__quote__mark {
  display: none;
}
.header__btn {
  /* width: 250px;
  height: 70px; */
  padding: 20px 36px;;
  font-family: var(--fontFamily);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: var(--textColor);
  background: linear-gradient(
    94.63deg,
    #ff8f69 7.12%,
    var(--secondary) 95.93%
  );
  box-shadow: 4px 4px 24px var(--navBtnBoxShadow);
  border-radius: 100px;
}

.navbar__btn__main {
  padding: 12px 24px;;
  font-family: var(--fontFamily);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: var(--textColor);
  background: linear-gradient(
    94.63deg,
    #ff8f69 7.12%,
    var(--secondary) 95.93%
  );
  box-shadow: 4px 4px 24px var(--navBtnBoxShadow);
  border-radius: 100px;
}
.header__btn:hover {
  color: var(--textColor);
}
.header__btn:hover {
  color: var(--textColor) !important;
}

.navbar__btn__main:hover {
  color: var(--textColor) !important;
}
.header__btn--modify {
  background: transparent;
  color: var(--secondary);
  border: 2px solid var(--secondary);
}
.header__btn--modify:hover {
  color: var(--secondary);
  border: 1px solid var(--secondary);
}
/* header-css-end */

/* trusted-css-start */

.trusted {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 90px;
}

.trusted__parnter__slider  {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}
.trusted__parnter__slider  .slider {
  text-align: center;
}
.trusted__parnter__slider .slider .logos {
  display: inline-block;
}

.trusted__parnter__slider  .slider .logos .logos__img {
  display: inline-block;
  width: 70%;
}

.association_logos{
  display: flex;
}



@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.trusted__title {
  margin-bottom: 50px;
}
.trusted__title > h3 {
  font-family: var(--FontHeadingMd);
  font-style: normal;
  font-weight: 600;
    font-size: var(--chHeading);
  line-height: 120%;
  color: var(--navTextColor);
}
/* trusted-css-start */

/* engagement-css-start */
.engagement__main {
  margin-top: -70px;
}
.engagement {
  background-color: var(--primaryLighterThree);
  border-radius: 36px;
  width: 90%;
  margin: auto;
  padding-bottom: 80px;
  margin-left: 5%;
}
.engagement__card {
  margin-top: 81px;
  margin-left: 50px;
  margin-right: 50px;
}
.engagement__card__title {
  font-family: var(--FontHeadingMd);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: var(--titleColor);
}
.engagement__card__subtitle {
  font-family: var(--FontHeadingMd);
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: var(--titleColor);
}
.engagement__card__text {
  font-family: var(--fontFamily);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: var(--titleColor);
}
/* engagement-css-end */

/*our-product-css-start  */
.our__product__title {
  margin-bottom: 70px;
}
.our__product__title > h3 {
  font-family: var(--FontHeadingMd);
  font-style: normal;
  font-weight: 600;
    font-size: var(--chHeading);
  line-height: 120%;
  text-align: center;
  
  color: var(--navTextColor);
}
.our__product__title > p {
  font-family: var(--fontFamily);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: var(--titleColor);
}

.our__product__card {
  height: 100%;
  border-radius: 20px;
  border: 1px solid var(--productCardBorder);
  transition: 0.2s ease-in-out;
  background: var(--bgcolor);
  padding: 56px 20px 30px 20px;
}


.our__product__card__img {
  width: 91px;
  height: 91px;
  margin-bottom: 45px;
}

.our__product__card__body > h5 {
  color: var(--navTextColor);
  text-align: center;
  font-size: 20px;
  font-family: var(--fontFamily);
  font-weight: 600;
  line-height: 137.307%;
  margin-bottom: 12px;
}
.our__product__card__body > p {
  color: var(--titleColor);
  text-align: center;
  font-size: 16px;
  font-family: var(--fontFamily);
  line-height: 160%;
}
.our__product__card__footer {
  margin-top: 52px;
}
.our__product__card__footer > a {
  color: var(--navTextColor);
  font-size: 16px;
  font-family: var(--FontHeadingMd);
  font-weight: 600;
  line-height: 120%;
  text-decoration-color: var(--navTextColor);
}
/*our-product-css-start  */

/* our-engaging-css-start */
.cta_two_container {
  padding-top: 64px;
  padding-bottom: 43px;
}
.our__engaging__img {
  text-align: center;
}
.our__engaging__title > h3 {
  color: var(--navTextColor);
  font-size: var(--chHeading);
  font-family: var(--FontHeadingMd);
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 16px;
}
.our__engaging__title > p {
  color: var(--titleColor);
  font-size: 20px;
  font-family: var(--fontFamily);
  line-height: 160%;
  margin-bottom: 28px;
}

.our__engaging__title > p a {
  color:#5868B9;
  text-decoration: none;
  font-weight: 400;
}
/* our-engaging-css-end */

/* benefits-css-start */
.benefits {
  margin-top: 147px;
}
.benefits__title {
  margin-bottom: 100px;
}
.benefits__title > h3 {
  color: var(--navTextColor);
  text-align: center;
  font-size: 40px;
  font-family: var(--FontHeadingMd);
  font-weight: 600;
  line-height: 120%;
  
}

.benefits__section__card__img {
  width: 477.003px;
  height: 602.802px;
}

.benefits__section__card__img__last {
  margin-left: -30%;
  width: 872.22px;
  height: 600px;
}
.benefits__section__card__icon {
  width: 181.633px;
  height: 250px;
  flex-shrink: 0;
  position: absolute;
  bottom: -22px;
  left: 90px;
}

.benefits__section__card__icon_second {
  width: 181.633px;
  height: 250px;
  flex-shrink: 0;
  position: absolute;
  bottom: -90px;
}

.benefits__section__card__icon__two {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  position: absolute;
  bottom: -50px;
  left: 20px;
}
.benefits__section__card__title > h3 {
  color: var(--navTextColor);
    font-size: var(--chHeading);
  font-family: var(--FontHeadingMd);
  font-weight: 600;
  line-height: 120%;
}
.benefits__section__card__title > p {
  color: var(--titleColor);
  font-size: 20px;
  font-family: var(--fontFamily);
  line-height: 160%;
}
.benefits__section__card__title > a {
  color: var(--navTextColor);
  text-align: center;
  font-size: 20px;
  font-family: var(--FontHeadingMd);
  font-weight: 600;
  line-height: 120%;
}
.benefits__section__card--modify {
  margin-top: 139px;
  margin-bottom: 94px;
}
/* benefits-css-start */

/* product-video-css-start */
.product__video {
  margin-top: 4px;
}
.video__tag {
  width: 1000px;
}
.product__video__title {
  margin-bottom: 48px;
}
.product__video__title > h3 {
  color: var(--navTextColor);
  text-align: center;
  font-size: 40px;
  font-family: var(--FontHeadingMd);
  font-weight: 600;
  line-height: 120%;
  
}
/* .product__video__player {
  height: 100%;
  width:100%;
  flex-shrink: 0;
} */
/* product-video-css-end */

/* works-css-start */
.works {
  padding-top: 112px;
  padding-bottom: 112px;
}
.works__title {
  margin-bottom: 104px;
}
.works__title > h3 {
  color: var(--navTextColor);
    font-size: var(--chHeading);
  font-family: var(--FontHeadingMd);
  font-weight: 600;
  line-height: 140%;
}


.works__card {
  height: 197px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: var(--bgcolor);
  box-shadow: 4px 4px 24px 0px var(--navBtnBoxShadow);
  position: relative;
  padding: 40px 80px 40px 80px;
  margin-bottom: 120px;
}

.steps-four-image  {
  position: absolute;
  top: -70px;
  right: -70px;
  z-index: 100;
}

.works__card__number {
  width: 75px;
  height: 75px;
  flex-shrink: 0;
  border-radius: 75px;
  background: var(--bgcolor);
  box-shadow: 3px 6px 12px 0px var(--navBtnBoxShadow);
  position: absolute;
  top: -20px;
  left: -20px;
}
.works__card__number > h3 {
  color: var(--titleColor);
  font-size: 20px;
  font-family: var(--FontHeadingMd);
  font-weight: 600;
  line-height: 140%;
}
.works__card__title {
  color: var(--navTextColor);
  text-align: center;
  font-size: 20px;
  font-family: var(--FontHeadingMd);
  font-weight: 600;
  line-height: 137.307%;
  text-transform: uppercase;
}
.works__card__text {
  color: var(--titleColor);
  text-align: center;
  font-size: 16px;
  font-family: var(--fontFamily);
  line-height: 160%;
}

.works__card__line {
  position: relative;
}
.works__card__line__one__img {
  width: 172px;
  height: 85.261px;

  position: absolute;
  top: 60px;
  left: 0;
}
.works__card__line__one__two__img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 80px;
  left: 50px;
}

.works__card__line__two__img  {
  display:flex;
  justify-content: end;
}

.works__card__line__three__img {
  width: 174px;
  height: 44.266px;
  flex-shrink: 0;
}

.works__card__line__four__img {
  width: 329.984px;
  height: 73.795px;
  flex-shrink: 0;
}
/* works-css-start */

/* already-have-css-start */

/* already-have-css-end */

/* hear-from-css-start */
.hear__from {
  padding-top: 112px;
  padding-bottom: 192px;
}
.hear__from__title {
  margin-bottom: 69px;
}
.hear__from__title > h3 {
  color: var(--navTextColor);
  font-size: var(--chHeading);
  font-family: var(--FontHeadingMd);
  font-weight: 600;
  line-height: 140%;
  
}

.hear__from__section {
  padding-left: 10%;
  padding-right: 10%;
}


.hear__from__card {
  padding: 32px 28px;
  border-radius: 24px;
  background: var(--bgcolor);
  box-shadow: 4px 4px 48px 0px var(--navBtnBoxShadow);
  position: relative;
  z-index: 20;
}

.hear__from__card__text {
  color: var(--titleColor);
  font-size: 16px;
  font-family: var(--fontFamily);
  line-height: 160%;
}

.card__company__quote__mark {
  width: 76px;
  height: 64px;
  position: absolute;
  top: -48px;
  left: -50px;
}


.card__company__img {
  width: 56px;
  height: 56px;
}

.card__company__title > h6 {
  color: var(--titleColor);
  font-size: 20px;
  font-family: var(--FontHeadingMd);
  font-weight: 600;
  line-height: 137.307%;
}
.card__company__title > p {
  color: var(--titleColorTwo);
  font-size: 12px;
  font-family: var(--FontHeadingMd);
  font-weight: 600;
  line-height: 120%;
}
/* hear-from-css-end */

/* subscribe-css-start */
.subscribe {
  margin-top: 86px;
}
.subscribe__title {
  margin-bottom: 32px;
}
.subscribe__title > h3 {
  color: var(--navTextColor);
  font-size: var(--chHeading);
  font-family: var(--FontHeadingMd);
  font-weight: 600;
  line-height: 140%;
  
  margin-bottom: 12px;
}
.subscribe__title > p {
  color: var(--titleColor);
  font-size: 20px;
  font-family: var(--fontFamily);
  line-height: 160%;
}

.submission-modal-content {
  font-size: 16px;
  font-family: var(--fontFamily);
  text-align: center;
  color: var(--titleColor);
}


.subscribe__form--modify {
  background: transparent;
  padding: 24px;
  border-radius: 50px;
  border: 2px solid var(--navTextColor);
  margin-bottom: 24px;
}

.subscribe__form--modify::placeholder {
  font-family: var(--fontFamily);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(46, 46, 48, 0.5);
}


.subscribe__form__btn {
  font-family: var(--FontHeadingLg);
  font-size: 20px;
  color: var(--textColor);
  padding: 20px 36px;
  border-radius: 100px;
  background: linear-gradient(
    136deg,
    var(--navBtnLinerColor) 0%,
    var(--navTextColor) 100%
  );
  box-shadow: 4px 4px 24px 0px var(--navBtnBoxShadow);
}
.subscribe__form__btn:hover {
  color: var(--textColor);
}
/* subscribe-css-end */

/* frequently-css-start */
.frequently {
  margin-top: 96px;
  margin-bottom: 56px;
}
.frequently__title {
  margin-bottom: 40px;
}
.frequently__title > h3 {
  color: var(--navTextColor);
    font-size: var(--chHeading);
  font-family: var(--FontHeadingMd);
  font-weight: 600;
  line-height: 140%;
  
}

.frequently__a__item {
  margin-bottom: 32px;
}

.frequently__a__btn {
  border-radius: 32px;
  background-color: var(--primaryLighterTwo);
  color: var(--titleColor);
  font-size: 20px;
  font-family: var(--fontFamily);
  line-height: 160%;
}
.frequently__a__btn:focus {
  color: var(--titleColor);
  box-shadow: none;
  border-color: transparent;
}
.frequently__a__btn:not(.collapsed) {
  background-color: var(--primaryLighterTwo);
  box-shadow: none;
  border-color: transparent;
}
.frequently__a__body {
  font-size: 20px;
  font-family: var(--fontFamily);
  line-height: 160%;
}

.frequently__a__seemore {
  margin-top: 40px;
}
.frequently__a__seemore__btn {
  font-family: var(--FontHeadingMd);
  padding: 20px 36px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  border: 2px solid var(--navTextColor);
  color: var(--navTextColor);
}
.frequently__a__seemore__btn:hover {
  border: 2px solid var(--navTextColor);
  color: var(--navTextColor);
}

.frequently__a__seemore__btn:active {
  border: 2px solid var(--navTextColor);
  color: var(--navTextColor) !important;
}

.frequently-inactive {
  display: none;
}
/* frequently-css-end */

/* footer-css-start */
.footer__fluid {
  padding-bottom: 48px;
}
.footer {
  border-radius: 50px;
  padding: 36px 86px 98px 86px;
}
.footer__logo {
  width: 194px;
  height: 88px;
}
.footer__middle {
  margin-top: 42px;
}
.footer__bottom {
  margin-top: 67px;
}


.footer__item__title {
  margin-bottom: 12px;
}
.footer__item__title > h6 {
  color: var(--textColor);
  font-size: 20px;
  font-family: var(--FontHeadingMd);
  font-weight: 600;
  line-height: 26px;
}

.footer__item__nav__link {
  color: var(--textColor);
  font-size: 16px;
  font-family: var(--fontFamily);
  line-height: 140%;
  text-decoration: none;
}
.footer__bottom__text {
  color: var(--textColor);
  font-size: 16px;
  font-family: var(--fontFamily);
  line-height: 150%;
}

.footer__bottom__icon > a {
  width: 42px;
  height: 42px;
  margin-right: 10px;
}
/* footer-css-end */



/* additinal css for extra page or components added later */
.radio-input-wrapper ul {
  padding: 0px;
}

/* 

  Reponsive style starts here 

*/


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 1384px) {
  .header__title {
    font-size: 42px;
    > h1 {
      font-size: 42px;
    }
  }

  .header__text {
    font-size: 18px;
  }

  .header__btn{
    font-size: 18px;
  }

}

@media only screen and (max-width: 1180px) {

  .margin-wrapper-custom {
    margin-left: 92px;
    margin-right: 92px;
  }

  .header__title {
    font-size: 36px;
    > h1 {
      font-size: 36px;
    }
  }

  .header__text {
    font-size: 16px;
  }

  .header__btn {
    font-size: 12px;
  }
}

@media only screen and (max-width: 784px) {

  .header__btn {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  /* navbar-css-start */
  /* .container__responsive {
    width: 100%;
  } */

  .d-xs-block {
    display: block;
  }
  .navbar__brand--img {
    width: 80px;
    height: 20px;
  }
  .navbar__link--modify {
    font-size: 15px;
    line-height: 30px;
    margin-left: 0px;
  }
  .navbar__dropdown--modify {
    font-size: 15px;
    line-height: 30px;
    margin-left: 0px;
  }

  .dropdown-menu{
    margin-left: 0rem;
    min-width: 10rem;
  }

  .dropdown-item{
    font-size: 14px;
  }

  .navbar__btn--modify {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 20px;
  }

  .width-xs-full {
    width: 100%;
  }

  /* navbar-css-start */

  /* header-css-start */
  .header {
    margin-top: 5%;
  }
  .header__title {
    font-size: 32px;
    > h1 {
      font-size: 32px;
    }
  }

  .header__text {
    margin-bottom: 10%;
  }
  .header__img {
    width: 100%;
    height: 400px;
  }
  .header__btn {
    width: 100%;
  }
  .navbar__btn__main {
    width: 100%;
  }

  /* header-css-end */

/* trusted slide start */


.trusted__parnter__slider .slider .logos:nth-child(2) {
  display: none;
}


.trusted__parnter__slider .slider .logos {
  width: 60%;
}
.trusted__parnter__slider .slider .logos .logos__img {
  display: inline-block;
  width: 100%;
  margin: 1rem 0rem !important;
  position: relative;
}





/* trusted slide end */
  /* engagement-css-start */
  .engagement {
    border-radius: 36px;
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
  .engagement__card {
    margin-top: 5%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .engagement__card__title {
    font-size: 24px;
  }

  .engagement__card__subtitle {
    font-size: 16px;
  }


  .engagement__card__text {
  font-size: 12px;
  }


  /* engagement-css-end */

  /*our-product-css-start  */
  .our__product__title {
    margin-bottom: 10%;
  }
  .our__product__title > p {
    font-size: 16px;
  }

  .our__product__card {
    width: 100%;
    height: auto;
    padding: 10px 0px 10px 0px;
  }

  /*our-product-css-start  */

  /* our-engaging-css-start */
  .our__engaging {
    margin-top: 15%;
  }

  .cta_two_container {
    margin-top: 15%;
  }
  .our__engaging__img {
    margin: 0 auto;
    max-width: 274px;
    height: auto;
  }
  .our__engaging__title > h3 {
    font-size: 24px;
  }
  .our__engaging__title > p {
    font-size: 12px;
  }
  /* our-engaging-css-start */

  /* benefits-css-start */
  .benefits {
    margin-top: 15%;
  }
  .benefits__title {
    margin-bottom: 15%;
  }
  .benefits__title > h3 {
    font-size: 24px;
  }

  .benefits__section__card__img {
    width: 100%;
    height: auto;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .benefits__section__card__title > h3 {
    font-size: 24px;
  }
  .benefits__section__card__title > p {
    font-size: 16px;
  }
  .benefits__section__card--modify {
    margin-top: 20%;
    margin-bottom: 94px;
  }

  .partner-button-wrapper .header__btn:nth-child(2){
    background: transparent;
    color: var(--navTextColor);
    width: 100% !important;
    border: 2px solid var(--navTextColor);
    box-shadow: none;
  }


  /* benefits-css-start */

  /* product-video-css-start */
  .video__tag {
    width: 100%;
  }
  .product__video__title {
    margin-top: 15%;
    margin-bottom: 15%;
  }
  .product__video__title > h3 {
    font-size: 24px;
  }
  .product__video__player {
    height: auto;
  }
  /* product-video-css-end */

  /* works-css-start */

  .works__title {
    margin-top: 15%;
    margin-bottom: 15%;
  }
  .works__title > h3 {
    font-size: 24px;
  }

  .works__card {
    width: 90%;
    height: auto;
    margin-left: 23px;
    padding: 0px 0px 0px 0px;
  }

  .works__card__number {
    width: 50px;
    height: 50px;
  }

  /* works-css-start */

  /* hear-from-css-start */
  .hear__from {
    padding-top: 15%;
    padding-bottom: 20%;
  }
  .hear__from__title {
    margin-bottom: 25%;
  }
  .hear__from__title > h3 {
    font-size: 24px;
  }

  .hear__from__section {
    padding-left: 9%;
    padding-right: 0px;
  }

  .hear__from__card {
    width: 100%;
    height: auto;
  }
  /* hear-from-css-end */

  /* subscribe-css-start */
  .subscribe {
    margin-top: 15%;
  }

  .subscribe__form__btn {
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .subscribe__title {
    margin-bottom: 15%;
  }
  .subscribe__img {
    width: 100%;
    height: auto;
  }
  .subscribe__title > h3 {
    font-size: 24px;
  }
  .subscribe__title > p {
    font-size: 16px;
  }
  /* subscribe-css-end */

  /* frequently-css-start */
  .frequently {
    margin-left: 0px;
    margin-right: 0px;
  }
  .frequently__title > h3 {
    font-size: 20px;
  }

  .frequently__a__btn {
    font-size: 16px;
  }

  .frequently__a__body {
    font-size: 16px;
  }

  .frequently__a__seemore {
    margin-top: 40px;
  }
  .frequently__a__seemore__btn {
    width: 100%;
  }
  /* frequently-css-end */

  /* footer-css-start */
  .footer {
    width: 90%;
    margin: auto;
   }
  .footer__res-bg {
    background-color: var(--primary);
    border-radius: 30px;
  }
  .footer__logo {
    width: 100%;
  }

  .footer__middle {
    margin-top: 10px;
  }

  .footer__bottom__text {
    color: var(--textColor);
    font-size: 12px;
    font-family: var(--fontFamily);
    line-height: 150%;
  }

  .footer__bottom__icon > a {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .footer__logo img {
    width:130px;
    height: auto;
  }
  .subscribe__form--modify::placeholder {
    font-size: 16px;
  }

  /* footer-css-end */


:root {
  --chHeadingLg: 24px;
  --chHeading: 18px;
  --chHeadingSm: 18px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}


.navbar__bb {
  margin-left: 5px;
  margin-right: 5px;
}

.hero-reverse {
  flex-direction: column-reverse;
}

.xs-col-size-6 {
  width: 50%;
}

.xs-hero-image {
  display: block;
}

.xs-display-none {
  display: none;
}

.flex-xs-reverse {
  flex-direction: column-reverse;
}

.engagement {
  padding: 40px 30px 30px 40px;

}

.hear__from__title {
  margin-bottom: 0px;
}

.our__engaging {
  padding: 30px 20px 30px 20px;
}

.cta_two_container {
  padding: 30px 20px 30px 20px;
}

.works {
  padding-top: 30px;
  padding-bottom: 20px;
}

.works__card__title {
  line-height: 16.8px;
}

.works__card__text {
  line-height: 12.8px;
}

.work-card-body {
  min-height: 93px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.benefits__section__card--modify {
  margin-bottom: 50px;
}

/* .our__engaging__title p {
  padding-right: 30px;
  padding-left: 30px;
} */

.our__product__card {
  height:auto;
  display: block;
}

.our__product__card__body {
  width: 190px;
  margin: auto;
  padding: 0px;
}



.our__product__card__img {
  height: 64px;
  width: 64px;
  margin-right: auto;
  margin-left:auto;
  margin-bottom: 20px;
  margin-top: 37px;
}

.our__product__card__body > h5 {
  margin-bottom: 10px;
}

.our__product__card__body > p {
  line-height: 19.2px;
}
.our__product__card__footer {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 50px;
}

.our__product__card__footer a {
  font-size: 12px;
}

.hear__from__section {
  padding-left: 0px;
  margin-top: 30px;
}


.footer {
  padding: 20px 10px 20px 10px;
}

.footer__res-bg {
  border-radius: 24px;
}

footer.margin-wrapper-custom {
  margin: 10px;
}

.footer__fluid {
  margin-bottom: 0px !important;
}

.product__video__player {
  width: 100%;
}

.margin-wrapper-custom {
  margin-left: 20px;
  margin-right: 20px;
}

.hear__from__card__text {
  font-size: 8px;
}

/* .header__btn {
  height:58px;
} */


.header__text,.benefits__section__card__title > a,
.benefits__section__card__title > p,
.our__product__title > p,
.our__product__card__body > h5,
.our__product__card__body > p,.header__btn,.navbar__btn__main,.header__btn--modify,
.card__company__title > h6,.subscribe__form__btn,.footer__item__title > h6 {
  font-size: 16px;
}
.footer-item-box {
  padding-top: 7px;
  padding-bottom: 7px;
}
.footer__item__nav__link {
  font-size: 12px;
  line-height: 19.5px;
}

.footer__item__title,.footer__item__title > h6 {
  line-height: 26px;
  margin: 0px;
  
}

.footer__item__nav p {
  margin: 0px;
}

.our__engaging__title > h3,.benefits__title > h3,
.benefits__section__card__title > h3,.hear__from__title > h3,
.works__title > h3,.subscribe__title > h3, .trusted__title > h3, .our__product__title > h3   {
  font-size: 22px;
}

.header__title {
  font-size: 32px;
  > h1 {
    font-size: 32px;
  }
}

.header__img {
  height:auto;
}



.works__card__number {
  height: 40px;
  width: 40px;
  position: absolute;
  top: -12px;
  left: -15px;
  border-radius: 60px;
}

.works__card__number h3 {
  margin-top: 7px;
  font-size: 12px;
}

.benefits__section__card__icon_second {
  max-height: 95px;
  max-width: 95px;
  position: absolute;
  bottom: -4px;
}

.card__company__quote__mark {
  top: -15px;
  left: -10px;
}

.card__company__quote__mark img {
  max-width: 34px;
  height:30px;
}


.card__company__wrapper {
  height:38px;
  width: auto;
}
.card__company__img {
  height: 56px;
  width: 56px;
}
.card__company__title > h6 {
  line-height: 16.5px;
  margin-bottom: 5px;
}
.card__company__title > p {
  font-size: 8px;
  line-height: 6.9px;
  margin-bottom: 0px;
}


.subscribe__title {
  margin-bottom: 10px;
  text-align: center;
}

.subscribe__form--modify {
  height:51px;
}
.subscribe__form--modify::placeholder {
  font-size: 12px;
}

.frequently{
  display: none;
}
.works__card__text {
  text-align: center;
  font-size: 8px;
  padding-left: 50px;
  padding-right: 50px;
  line-height: 12.8px;
}

.works__card__title {
  font-size: 12px;
  line-height: 16.5px;
}


.our__engaging__title {
  text-align: center;
}

.our__engaging__title > p {
  text-align: center !important;
}

.benefits__section__card {
  padding-left: 20px;
  padding-right: 10px;
}

.benefits__section__card__title {
  padding-top: 40px;
  padding-bottom: 10px;
}

.benefits__title {
  margin-bottom: 10px;
}

.benefits__section__card__img__last {
  width: 360px;
  height: 200px;
  margin-left: auto;
}


.benefits__section__card__icon {
  width: 96px;
  height: 131px;
}

.benefits__section__card__img {
  max-width: 250px;
  max-height: 303px;
  margin-right: auto;
  margin-left:auto;
}

/* .header__btn {
  height: 51px;
} */

.resources__tab__menu .nav-link {
  font-size: 18px;

}

.resources__item__title {
  font-size: 18px;
  line-height: 26.2px;
}

.subscribe__title > p,.general__page__wrapper > p {
  font-size: 12px;
}

.blog__details__content > p {
  font-size: 16px;
}

.blog__details__title > h1 {
  font-size: 28px;
  line-height: 40px;
}

.blog__details__content > h2 {
  font-size: 24px;
  line-height: 36px;
}

.blog__details__content > h3 {
  font-size: 20px;
  line-height: 32px;
}

.blog__details__content > li {
  font-size: 16px;
}

.association_logos{
  display: flex;
  flex-direction: column;
}

}

@media only screen and (max-width: 1024px) and (min-width: 992px) {
  .navbar__btn__main {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1139px) {
  .our__product__card {
    padding: 35px 30px 40px 30px;
  }

  .our__product__card__footer {
    margin-top: 20px;
  }
  .works__card {
    max-width: 80%;
    margin: 0 auto;
  }
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .our__product__card:hover {
    transform: translateY(-2ch);
    box-shadow: 12px 12px 48px 0px rgba(0,0,0,0.15);
    border:0px;
  }
  .resources__item:hover {
    transform: translateY(-2ch);
    box-shadow: 12px 12px 48px 0px rgba(0,0,0,0.15);
    border: 0px;
  }
}


@media only screen and (max-width: 1300px) {
  .navbar__link--modify {
    margin-left:auto;
    margin-right: auto;
    font-size: 16px;
  }

  .navbar__dropdown--modify {
    margin-left:auto;
    margin-right: auto;
    font-size: 16px;
  }

  .navbar__btn--modify {
    width: 180px;
    height:60px;
    font-size: 16px;
  }

  .dropdown-menu{
  
    & h5{
      font-size: 16px;
    }
  
    & p{
      font-size: 12px;
    }
  
    & h3{
      font-size: 24px;
    }
         
  }
  
  .mega-menu{
    width: 920px !important;
  }

  .dropdown-col-left{
    & span{
      font-size: 14px;
      line-height: 160%;
    }
  }
  
  .additional-cta{
    font-size: 14px;
    line-height: 160%;
  }
  
  
  .dropdown-col-right::before {
    left: 536px;
  }
  
  .feature-dropdown-col-left{
    & span{
      font-size: 14px;
      line-height: 160%;
    }
  }
  
  .feature-dropdown-col-right::before {
    left: 536px;
  }
  
  .dropdown-col-bottom-right{
    & span{
      font-size: 14px;
      line-height: 160%;
    }
  }
  
  .dropdown-col-bottom-left{
    & span{
      font-size: 14px;
      line-height: 160%;
    }
  }

  .navbar__btn__main {
    font-size: 16px;
  }

}

@media only screen and (max-width: 992px) {
  .navbar-main{
    display: none !important;
  }

  .navbar-small{
    display: flex !important;
    flex-direction: column;
    align-items: end;
  }
}
