@import url("https://fonts.googleapis.com/css2?family=Anton&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Epilogue:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Signika:wght@300..700&display=swap");
.mar-30 {
  margin-right: 30px; }

.pt-90 {
  padding-top: 90px !important; }

.pt-130 {
  padding-top: 130px !important; }

@media screen and (max-width: 991px) {
  .pt-sm-30 {
    padding-top: 40px !important; } }
@media screen and (max-width: 767px) {
  .pt-sm-30 {
    padding-top: 30px !important; } }
@media screen and (min-width: 1200px) and (max-width: 1799px) {
  .container {
    max-width: 1140px !important; } }
@media (max-width: 768px) {
  .container {
    max-width: 700px; } }

@media screen and (min-width: 1200px) {
  .hero-banner .container {
    max-width: 1040px !important; } }
@keyframes bounce {
  0% {
    transform: translateX(0px); }
  100% {
    transform: translateX(-20px); } }
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(5deg); }
  50% {
    transform: rotate(0eg); }
  75% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes pulse {
  from {
    transform: scale(0.8); }
  to {
    transform: scale(1.05); } }
@keyframes flash {
  from {
    opacity: 1; }
  to {
    opacity: 0.4; } }
@keyframes gelatine {
  from, to {
    transform: scale(1, 1); }
  25% {
    transform: scale(0.9, 1.1); }
  50% {
    transform: scale(1.1, 0.9); }
  75% {
    transform: scale(0.95, 1.05); } }
@keyframes moveIcon1 {
  0% {
    transform: translateY(20px); }
  100% {
    transform: translateZ(-20px); } }
@keyframes moveIcon2 {
  0% {
    transform: translateX(20px); }
  100% {
    transform: translateX(-20px); } }
@keyframes moveIcon3 {
  0% {
    transform: translateX(20px); }
  100% {
    transform: translateY(-20px); } }
@keyframes moveIcon4 {
  0% {
    transform: translateZ(-20px); }
  100% {
    transform: translateY(20px); } }
body {
  background-color: #ffffff; }

.bg-white {
  background-color: #ffffff; }

.bg-black {
  background-color: #000000; }

section {
  position: relative; }

.text-white {
  color: #ffffff; }

.text-black {
  color: #000000; }

figure,
p {
  margin-bottom: 0px; }

.step-1-bg,
.step-2-bg,
.step-3-bg {
  position: relative; }
  .step-1-bg::before,
  .step-2-bg::before,
  .step-3-bg::before {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    content: "";
    width: 100%;
    height: 64px;
    position: absolute;
    bottom: 100%; }
    @media screen and (max-width: 991px) {
      .step-1-bg::before,
      .step-2-bg::before,
      .step-3-bg::before {
        height: 32px; } }
    @media screen and (max-width: 767px) {
      .step-1-bg::before,
      .step-2-bg::before,
      .step-3-bg::before {
        height: 14px; } }

.step-1-bg, .step-2-bg {
  position: sticky;
  top: 170px; }
  @media screen and (max-width: 991px) {
    .step-1-bg, .step-2-bg {
      top: 60px; } }

.step-1-bg {
  background-color: #FFE8C3;
  z-index: 1; }
  .step-1-bg::before {
    background: url("../../assets/images/step-1-top-curve.svg"); }

.step-2-bg {
  background: #FAC8C9;
  z-index: 2; }
  .step-2-bg::before {
    background: url("../../assets/images/step-2-top-curve.svg"); }

.step-3-bg {
  background: #CDEFF1;
  z-index: 3; }
  .step-3-bg::before {
    background: url("../../assets/images/step-3-top-curve.svg"); }
  .step-3-bg::after {
    background: url("../../assets/images/step-3-bottom-curve.svg");
    bottom: 0px;
    content: "";
    width: 100%;
    height: 64px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #201F56; }
    @media screen and (max-width: 991px) {
      .step-3-bg::after {
        height: 24px; } }
    @media screen and (max-width: 767px) {
      .step-3-bg::after {
        height: 14px; } }

@media screen and (min-width: 1400px) {
  .hero-banner .container {
    max-width: 90% !important; }

  header {
    padding: 0px 100px !important; } }
body.page-template-index .app-actions .app-icon-s {
  display: done; }
@media screen and (min-width: 767px) {
  body.page-template-index header.header-fixed .app-actions {
    display: block; }
    body.page-template-index header.header-fixed .app-actions .app-icon-s {
      display: none; } }
@media screen and (max-width: 991px) {
  body.page-template-index .news-letter.home-news-letter {
    padding: 50px 0px 50px; } }

header {
  position: fixed;
  width: 100%;
  padding: 40px 20px;
  z-index: 999;
  height: 150px;
  transition: .5s all ease-in-out;
  top: 0px;
  display: flex;
  align-items: center; }
  header .logo img {
    width: 220px;
    transition: .5s all ease-in-out; }
  header .header-right .menu-icon img {
    width: 80px;
    transition: .5s all ease-in-out; }
  header .header-right .app-actions {
    margin-right: 30px;
    transition: 0.3s all ease-in-out; }
    header .header-right .app-actions a {
      text-decoration: none; }
    header .header-right .app-actions .app-icon {
      max-width: 160px;
      transition: 0.3s all ease-in-out; }
      header .header-right .app-actions .app-icon:hover {
        transform: scale(1.1); }
    header .header-right .app-actions label {
      color: #000000;
      font-size: 18px;
      font-family: "DM Sans", sans-serif;
      margin-right: 20px; }
    @media screen and (max-width: 1199px) {
      header .header-right .app-actions .app-icon {
        max-width: 120px; } }
    @media screen and (min-width: 767px) {
      header .header-right .app-actions {
        margin-right: 15px; }
        header .header-right .app-actions .app-icon-s {
          display: none; } }
    @media screen and (max-width: 767px) {
      header .header-right .app-actions label {
        display: none; }
      header .header-right .app-actions .app-icon {
        display: none; } }
  header.header-fixed {
    width: 100%;
    position: fixed;
    top: 0px;
    height: 100px;
    background-color: #FFD855;
    transition: .5s all ease-in-out; }
    header.header-fixed .logo img {
      width: 100px; }
    header.header-fixed .header-right .menu-icon img {
      width: 50px !important; }
      @media screen and (max-width: 991px) {
        header.header-fixed .header-right .menu-icon img {
          width: 40px !important; } }
    header.header-fixed .header-right .app-actions {
      display: block; }
      @media screen and (max-width: 767px) {
        header.header-fixed .header-right .app-actions {
          display: block; } }
  @media screen and (min-width: 1400px) {
    header .container {
      max-width: 100% !important; } }
  @media screen and (min-width: 992px) and (max-width: 1399px) {
    header {
      height: 100px !important;
      padding: 10px 20px; }
      header .logo img {
        width: 160px; }
      header .menu-icon img {
        width: 60px !important; } }
  @media screen and (max-width: 992px) {
    header {
      height: 65px;
      padding: 5px 0px; }
      header .logo img {
        width: 100px; }
      header .menu-icon img {
        width: 40px !important; }
      header.header-fixed {
        height: 60px !important; } }

img.light-version {
  display: none; }

body.about-us header .logo img {
  display: none; }
  body.about-us header .logo img.light-version {
    display: block; }

.modal {
  padding-right: 0px !important; }

.main-menu {
  max-width: 100%;
  margin: 0px; }
  .main-menu .modal-content {
    border-radius: 0px;
    background-color: #FFD855;
    height: 100vh; }
    .main-menu .modal-content .modal-header {
      border-bottom: 0px;
      padding: 0px; }
      .main-menu .modal-content .modal-header .btn-close {
        width: 80px;
        height: 80px;
        background-color: #ffffff;
        opacity: 1;
        border-radius: 100%;
        margin-top: 40px;
        margin-right: 100px;
        padding: 0px;
        transition: 0.2s all ease-in-out; }
        .main-menu .modal-content .modal-header .btn-close:hover {
          background-size: 1.3rem; }
    .main-menu .modal-content ul {
      margin: 0px;
      padding: 0px; }
      .main-menu .modal-content ul li {
        list-style-type: none;
        line-height: 150px; }
        .main-menu .modal-content ul li a {
          font-size: 60px;
          font-family: p22-mackinac-pro, serif;
          color: #000000;
          font-weight: 400;
          text-decoration: none;
          position: relative; }
          .main-menu .modal-content ul li a::before, .main-menu .modal-content ul li a::after {
            content: '';
            display: block;
            height: 2px;
            background-color: #ec2227;
            position: absolute;
            width: 0%;
            transition: all 0.3s ease-in-out; }
          .main-menu .modal-content ul li a::before {
            top: 0; }
          .main-menu .modal-content ul li a::after {
            content: '';
            bottom: -2px;
            right: 0; }
          .main-menu .modal-content ul li a:hover {
            color: #EC2227; }
            .main-menu .modal-content ul li a:hover::before, .main-menu .modal-content ul li a:hover::after {
              width: 100%; }
    .main-menu .modal-content .app-store h3 {
      font-size: 20px;
      color: #000000;
      font-family: "DM Sans", sans-serif;
      margin-bottom: 50px; }
    .main-menu .modal-content .app-store .appstore-widget {
      justify-content: center;
      gap: 30px; }
      .main-menu .modal-content .app-store .appstore-widget a {
        background-color: transparent;
        border: none;
        margin-top: 30px;
        transition: 0.3s all ease-in-out; }
        .main-menu .modal-content .app-store .appstore-widget a:hover {
          transform: scale(1.2); }
      .main-menu .modal-content .app-store .appstore-widget .or-lbl {
        color: #000000;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 20px;
        font-family: "DM Sans", sans-serif;
        margin-top: -80px; }
    @media screen and (max-width: 1400px) {
      .main-menu .modal-content .btn-close {
        width: 60px !important;
        height: 60px !important; } }
  @media screen and (min-width: 992px) and (max-width: 1799px) {
    .main-menu .modal-content ul li {
      line-height: 100px; }
      .main-menu .modal-content ul li a {
        font-size: 40px; } }
  @media screen and (max-width: 991px) {
    .main-menu .app-store h3 {
      margin-bottom: 20px !important; }
    .main-menu .modal-content ul li {
      line-height: 85px; }
      .main-menu .modal-content ul li a {
        font-size: 26px; }
    .main-menu .modal-content .modal-header .btn-close {
      width: 40px !important;
      height: 40px !important;
      margin-top: 25px;
      margin-right: 30px; } }
  @media screen and (max-width: 767px) {
    .main-menu .modal-content {
      height: 100vh; }
      .main-menu .modal-content ul li {
        line-height: 50px; }
    .main-menu .app-store {
      margin-top: 50px; }
      .main-menu .app-store .appstore-widget img {
        width: 100px; } }

.hero-banner {
  background: #FFD855 url("../../assets/images/banner-bottom.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding-top: 160px;
  margin-bottom: 130px;
  height: 100vh;
  min-height: 720px;
  max-height: 720px;
  position: relative;
  z-index: 1; }
  .hero-banner::after {
    content: "";
    display: block;
    background-image: url("../../assets/images/bg-pattern-bottom.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    height: 255px;
    width: 100%;
    position: absolute;
    bottom: -45px;
    z-index: -1; }
  .hero-banner .hero-widget .hero-left-cnt {
    max-width: 818px; }
    .hero-banner .hero-widget .hero-left-cnt h1 {
      font-size: 50px;
      font-family: p22-mackinac-pro, serif;
      font-weight: 400;
      line-height: 60px;
      color: #000000;
      margin-bottom: 34px;
      margin-top: 80px; }
    .hero-banner .hero-widget .hero-left-cnt p {
      font-size: 30px;
      font-family: "DM Sans", sans-serif;
      font-weight: 400;
      line-height: 40px;
      font-style: italic;
      color: #000000;
      margin-bottom: 50px; }
    .hero-banner .hero-widget .hero-left-cnt .scan-label {
      margin-bottom: 15px;
      display: block;
      font-size: 20px;
      font-weight: 500;
      font-family: "DM Sans", sans-serif;
      color: #000000; }
    .hero-banner .hero-widget .hero-left-cnt .qr-codes {
      gap: 20px; }
      .hero-banner .hero-widget .hero-left-cnt .qr-codes a {
        background-color: transparent;
        border: none;
        margin-top: 20px; }
        .hero-banner .hero-widget .hero-left-cnt .qr-codes a .appstore-icon {
          transition: .3s all ease-in-out; }
        .hero-banner .hero-widget .hero-left-cnt .qr-codes a:hover .appstore-icon {
          transform: scale(1.1); }
  .hero-banner .hero-widget .hero-right-cnt {
    position: relative;
    z-index: -2; }
    .hero-banner .hero-widget .hero-right-cnt figure {
      margin: 0px; }
      .hero-banner .hero-widget .hero-right-cnt figure img {
        width: 578px; }
        @media screen and (min-width: 1400px) and (max-width: 1799px) {
          .hero-banner .hero-widget .hero-right-cnt figure img {
            width: 450px; } }
    .hero-banner .hero-widget .hero-right-cnt .milk-bottle {
      position: absolute;
      top: -85px;
      left: -105px; }
    .hero-banner .hero-widget .hero-right-cnt .star-icon {
      position: absolute;
      bottom: 150px;
      left: -134px; }
    .hero-banner .hero-widget .hero-right-cnt .daiper-icon {
      position: absolute;
      top: -20px;
      right: 60px; }
    .hero-banner .hero-widget .hero-right-cnt .mother-baby {
      position: absolute;
      bottom: 75px;
      right: -80px; }
  @media screen and (min-width: 1800px) {
    .hero-banner {
      min-height: 900px;
      max-height: 900px; }
      .hero-banner .hero-widget .hero-right-cnt figure {
        margin: 23px 80px 0px 0px !important; } }
  @media screen and (min-width: 1400px) {
    .hero-banner .hero-widget .hero-right-cnt figure {
      margin: 15px 80px 0px 0px; } }
  @media screen and (min-width: 992px) and (max-width: 1799px) {
    .hero-banner .hero-left-cnt a img {
      width: 100px; } }
  @media screen and (min-width: 1400px) and (max-width: 1799px) {
    .hero-banner .hero-widget .hero-left-cnt {
      max-width: 50%; }
      .hero-banner .hero-widget .hero-left-cnt h1 {
        font-size: 40px;
        margin-top: 20px;
        line-height: 50px;
        margin-bottom: 20px; }
      .hero-banner .hero-widget .hero-left-cnt p {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 30px; }
      .hero-banner .hero-widget .hero-left-cnt .qr-codes .qr-img {
        max-width: 100px; }
      .hero-banner .hero-widget .hero-left-cnt .qr-codes .appstore-icon {
        max-width: 150px; } }
  @media screen and (max-width: 1399px) {
    .hero-banner {
      padding-top: 100px;
      margin-bottom: 80px;
      height: 80vh;
      min-height: 633px;
      max-height: 650px; }
      .hero-banner::after {
        bottom: -27px; }
      .hero-banner .hero-widget .hero-left-cnt {
        max-width: 50%; }
        .hero-banner .hero-widget .hero-left-cnt h1 {
          font-size: 32px;
          line-height: 42px;
          margin-bottom: 16px;
          margin-top: 50px; }
        .hero-banner .hero-widget .hero-left-cnt p {
          font-size: 18px;
          margin-bottom: 26px;
          line-height: 26px; }
      .hero-banner .hero-widget .hero-right-cnt .milk-bottle {
        top: -47px;
        left: -55px; }
      .hero-banner .hero-widget .hero-right-cnt .mother-baby {
        bottom: 45px;
        right: -162px; }
      .hero-banner .hero-widget figure {
        margin-top: 54px !important; }
        .hero-banner .hero-widget figure img {
          width: 385px !important; } }
  @media screen and (max-width: 1399px) {
    .hero-banner .qr-codes .qr-img {
      max-width: 100px; }
    .hero-banner .qr-codes .appstore-icon {
      max-width: 150px; }
    .hero-banner .daiper-icon {
      top: 45px !important;
      right: -15px !important; } }
  @media screen and (max-width: 991px) {
    .hero-banner {
      padding-top: 80px;
      min-height: 720px;
      max-height: inherit;
      height: auto;
      margin-bottom: 50px; }
      .hero-banner::after {
        bottom: -22px;
        background-size: auto 94px;
        background-position: right bottom; }
      .hero-banner .hero-widget {
        flex-direction: column; }
        .hero-banner .hero-widget .hero-left-cnt {
          text-align: center;
          max-width: 100%; }
          .hero-banner .hero-widget .hero-left-cnt .qr-codes {
            justify-content: center;
            gap: 30px; }
          .hero-banner .hero-widget .hero-left-cnt h1 {
            font-size: 20px;
            line-height: 30px;
            margin-bottom: 10px;
            margin-top: 10px; }
          .hero-banner .hero-widget .hero-left-cnt p {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 16px; }
          .hero-banner .hero-widget .hero-left-cnt .scan-label {
            font-size: 16px; }
          .hero-banner .hero-widget .hero-left-cnt a img {
            width: 80px; }
        .hero-banner .hero-widget .hero-right-cnt {
          width: 100%;
          text-align: center;
          z-index: -1; }
          .hero-banner .hero-widget .hero-right-cnt figure img {
            width: 233px !important; } }

.key-featured {
  margin-bottom: 100px; }
  .key-featured .how-heading {
    padding-bottom: 20px; }
    .key-featured .how-heading p {
      margin-bottom: 0px;
      max-width: 830px;
      margin: 0 auto; }
  .key-featured .swiper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    overflow: visible; }
  .key-featured .swiper-wrapper .swiper-slide {
    justify-content: center;
    flex-direction: column;
    display: flex; }
    .key-featured .swiper-wrapper .swiper-slide .slide-cnt {
      background: url("../../assets/images/key-bg.svg");
      background-repeat: no-repeat !important;
      background-position: center !important;
      background-size: contain !important;
      height: 600px;
      max-width: 1230px;
      width: 1230px;
      margin: 0px auto;
      padding: 150px 0px;
      position: relative;
      display: flex;
      align-items: center; }
      .key-featured .swiper-wrapper .swiper-slide .slide-cnt::before, .key-featured .swiper-wrapper .swiper-slide .slide-cnt::after {
        content: "";
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;
        position: absolute; }
      .key-featured .swiper-wrapper .swiper-slide .slide-cnt::before {
        background: url("../../assets/images/butterfly-path.svg");
        width: 463px;
        height: 210px;
        top: -82px;
        left: -168px;
        animation: flash 0.9s ease infinite alternate; }
      .key-featured .swiper-wrapper .swiper-slide .slide-cnt.slide-cnt-1 {
        background: url("../../assets/images/key-bg-1.svg"); }
        .key-featured .swiper-wrapper .swiper-slide .slide-cnt.slide-cnt-1::after {
          background: url("../../assets/images/Home-Banner-1.png");
          width: 50% !important;
          height: 400px !important;
          right: 9px !important;
          top: 50% !important;
			transform:translatey(-50%);
          z-index: 0 !important; }
      .key-featured .swiper-wrapper .swiper-slide .slide-cnt.slide-cnt-2 {
        background: url("../../assets/images/key-bg-2.svg"); }
        .key-featured .swiper-wrapper .swiper-slide .slide-cnt.slide-cnt-2::after {
          background: url("../../assets/images/Home-Banner-2.png");
          width: 50% !important;
          height: 400px !important;
          right: 9px !important;
          top: 50% !important;
			transform:translatey(-50%);
          z-index: 0 !important; }
      .key-featured .swiper-wrapper .swiper-slide .slide-cnt.slide-cnt_3 {
        background: url("../../assets/images/key-bg-3.svg"); }
        .key-featured .swiper-wrapper .swiper-slide .slide-cnt.slide-cnt_3::after {
          background: url("https://coddle.ai/wp-content/uploads/2025/05/3_slide.png") no-repeat center !important;
          width: 50% !important;
          height: 400px !important;
          right: 9px !important;
          top: 50% !important;
			background-size:auto 100% !important;
			transform:translatey(-50%);
          z-index: 0 !important; }
      .key-featured .swiper-wrapper .swiper-slide .slide-cnt.slide-cnt_4 {
        background: url("../../assets/images/key-bg-4.svg"); }
        .key-featured .swiper-wrapper .swiper-slide .slide-cnt.slide-cnt_4::after {
          background: url("https://coddle.ai/wp-content/uploads/2025/05/4_slide.png") no-repeat center !important;
          width: 50% !important;
          height: 400px !important;
          right: 9px !important;
          top: 50% !important;
			background-size:auto 100% !important;
			transform:translatey(-50%);
          z-index: 0 !important; }
      .key-featured .swiper-wrapper .swiper-slide .slide-cnt .left-content {
        max-width: 686px;
        padding-left: 100px; }
        .key-featured .swiper-wrapper .swiper-slide .slide-cnt .left-content h3 {
          font-size: 48px;
          font-weight: 700;
          font-family: "DM Sans", sans-serif;
          color: #ffffff; }
        .key-featured .swiper-wrapper .swiper-slide .slide-cnt .left-content p {
          font-size: 20px;
          font-weight: 400;
          font-family: "DM Sans", sans-serif;
          line-height: 30px;
          color: #ffffff;
          padding-right: 25px; }
  .key-featured .swiper-pagination {
    left: calc(100% - 108%) !important;
    right: inherit;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: inherit !important;
    width: 50px !important;
    gap: 10px; }
    .key-featured .swiper-pagination .swiper-pagination-bullet {
      background: transparent;
      border: #06B0B9 solid 1px;
      width: 20px;
      height: 20px;
      opacity: 1; }
      .key-featured .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: transparent;
        border: #06B0B9 solid 6px;
        width: 28px;
        height: 28px; }
  @media screen and (max-width: 1799px) {
    .key-featured .swiper-slide .slide-cnt {
      max-width: 1040px !important;
      height: 480px !important;
      padding: 80px 0px !important; }
      .key-featured .swiper-slide .slide-cnt::after {
        width: 280px !important;
        height: 372px !important;
        right: 125px !important;
        top: 18px !important; }
      .key-featured .swiper-slide .slide-cnt::before {
        width: 370px !important;
        height: 175px !important;
        top: -81px !important;
        left: -135px !important; }
      .key-featured .swiper-slide .slide-cnt .left-content {
        max-width: 500px !important; }
        .key-featured .swiper-slide .slide-cnt .left-content h3 {
          font-size: 32px !important; } }
  @media screen and (max-width: 1199px) {
    .key-featured .swiper-slide .slide-cnt {
      max-width: 720px !important;
      height: 380px !important; }
      .key-featured .swiper-slide .slide-cnt::after {
        width: 182px !important;
        height: 270px !important;
        right: 100px !important;
        top: 25px !important; }
      .key-featured .swiper-slide .slide-cnt .left-content {
        max-width: 400px !important;
        padding-left: 70px !important; }
        .key-featured .swiper-slide .slide-cnt .left-content h3 {
          font-size: 26px !important; }
        .key-featured .swiper-slide .slide-cnt .left-content p {
          font-size: 18px !important;
          line-height: 22px !important;
          padding-right: 0px !important; } }
  @media screen and (max-width: 991px) {
    .key-featured {
      margin-bottom: 70px !important; }
      .key-featured .swiper-slide {
        margin-top: 0px !important; }
        .key-featured .swiper-slide .slide-cnt::before {
          background: url("../../assets/images/butterfly-icon.svg") !important;
          width: 90px !important;
          height: 81px !important;
          top: 4px !important;
          left: 27px !important;
          animation: none !important; }
        .key-featured .swiper-slide .slide-cnt .swiper-pagination {
          flex-direction: row;
          width: 154px !important;
          margin-bottom: -352px;
          margin-left: 345px; } }
  @media screen and (max-width: 767px) {
    .key-featured .swiper {
      padding: 15px 15px 0px !important; }
    .key-featured .swiper-slide .slide-cnt {
      width: 100% !important;
      background-color: #06B0B9 !important;
      border-radius: 15px;
      padding: 30px 10px 20px !important;
      max-width: 400px !important;
      margin: 0px auto !important;
      background-image: none !important; }
      .key-featured .swiper-slide .slide-cnt::before {
        top: -35px !important;
        right: 30px !important;
        left: inherit !important; }
      .key-featured .swiper-slide .slide-cnt.slide-cnt-1 {
        background: url("../../assets/images/key-fea-mob-bg-1.svg") no-repeat center !important; }
      .key-featured .swiper-slide .slide-cnt.slide-cnt-2 {
        background: url("../../assets/images/key-fea-mob-bg-2.svg") no-repeat center !important; }
      .key-featured .swiper-slide .slide-cnt.slide-cnt_3 {
        background: url("../../assets/images/key-fea-mob-bg-3.svg") no-repeat center !important; }
      .key-featured .swiper-slide .slide-cnt.slide-cnt_4 {
        background: url("../../assets/images/key-fea-mob-bg-4.svg") no-repeat center !important; }
      .key-featured .swiper-slide .slide-cnt::after {
        display: none; }
      .key-featured .swiper-slide .slide-cnt .left-content {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-bottom: 10px; }
      .key-featured .swiper-slide .slide-cnt .swiper-pagination {
        position: absolute; margin: 20px 0 0 0 !important;
    left: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    top: 100% !important;
    width: 100% !important; }
      .key-featured .swiper-slide .slide-cnt .slide-right-img {
        display: none; }
    .key-featured .swiper-pagination {
      left: calc(100% - 70%) !important;
      flex-direction: row;
      width: 150px !important;
      bottom: inherit !important;
      top: inherit !important;
      margin: 0px auto;
      bottom: -44px !important; } }
  .key-featured .how-heading {
    max-width: 981px; }

.badge {
  min-width: 132px;
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 3px;
  padding: 15px 32px;
  border-radius: 100px;
  margin-bottom: 40px;
  position: relative; }
  .badge.badge-1 {
    color: #000000;
    background-color: #FAA41C; }
    .badge.badge-1::before {
      background-image: url("../../assets/images/line-1.svg");
      background-repeat: no-repeat;
      background-position: center left;
      content: "";
      position: absolute;
      top: -78px;
      display: block;
      width: 452px;
      height: 496px;
      left: -350px;
      transform: rotate(5deg); }
      @media screen and (min-width: 1700px) {
        .badge.badge-1::before {
          top: -80px;
          width: 465px;
          height: 500px;
          left: -380px; } }
  .badge.badge-2 {
    color: #ffffff;
    background-color: #EC2227; }
    .badge.badge-2::before {
      background-image: url("../../assets/images/line-2.svg");
      background-repeat: no-repeat;
      background-position: center left;
      background-size: contain;
      content: "";
      position: absolute;
      top: -45px;
      display: block;
      width: 684px;
      height: 168px;
      left: 130px; }
      @media screen and (min-width: 1200px) and (max-width: 1699px) {
        .badge.badge-2::before {
          top: -30px;
          width: 680px;
          height: 168px; } }
  .badge.badge-3 {
    color: #ffffff;
    background-color: #06B0B9; }
    .badge.badge-3::before {
      background-image: url("../../assets/images/line-3.svg");
      background-repeat: no-repeat;
      background-position: center left;
      content: "";
      position: absolute;
      top: 14px;
      display: block;
      width: 524px;
      height: 443px;
      left: -287px;
      transform: rotate(8deg); }
    @media screen and (min-width: 1700px) {
      .badge.badge-3::before {
        top: 0px;
        width: 593px;
        height: 495px;
        left: -387px; } }
  @media screen and (max-width: 1199px) {
    .badge::before {
      display: none !important; } }

.how-heading {
  text-align: center;
  margin: 0px auto;
  padding-bottom: 55px; }
  .how-heading h2 {
    font-size: 64px;
    font-weight: 400;
    color: #000000;
    line-height: 74px;
    font-family: p22-mackinac-pro, serif;
    margin-bottom: 40px; }
    .how-heading h2 span {
      display: block;
      font-size: 48px;
      font-weight: 500;
      line-height: 80px;
      color: #8E8EAD; }
      .how-heading h2 span label.one {
        color: #EC2227; }
      .how-heading h2 span label.two {
        color: #FAA41C; }
      .how-heading h2 span label.three {
        color: #06B0B9; }
  .how-heading p {
    font-size: 32px;
    color: #000000;
    font-weight: 400;
    color: #8E8EAD;
    line-height: 40px;
    font-family: "DM Sans", sans-serif;
    margin: 0px auto 55px;
    max-width: 760px; }
  .how-heading .container {
    max-width: 1111px; }
  @media screen and (max-width: 1600px) {
    .how-heading h2 {
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 10px; }
      .how-heading h2 span {
        font-size: 36px;
        line-height: 60px; }
    .how-heading p {
      font-size: 22px;
      margin-bottom: 30px; } }
  @media screen and (min-width: 992px) and (max-width: 1399px) {
    .how-heading h2 {
      font-size: 40px;
      line-height: 34px;
      margin-bottom: 10px; }
      .how-heading h2 span {
        font-size: 32px; }
    .how-heading p {
      font-size: 18px;
      max-width: 606px;
      line-height: 26px;
      margin: 0px auto; } }
  @media screen and (max-width: 991px) {
    .how-heading {
      padding-bottom: 0px;
      margin-bottom: 20px !important; }
      .how-heading h2 {
        font-size: 30px !important;
        margin-bottom: 20px !important;
        line-height: 40px; }
        .how-heading h2 span {
          font-size: 20px;
          line-height: 30px; }
      .how-heading p {
        font-size: 18px;
        margin-bottom: 35px;
        line-height: 26px; } }

.how-it-list {
  margin: 0px;
  padding: 0px 0px 0px 20px; }
  .how-it-list li {
    list-style-type: none;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    align-items: center;
    padding-left: 40px;
    font-size: 24px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    color: #000000; }
    .how-it-list li strong {
      font-weight: 600; }
    .how-it-list li::before {
      background-image: url("../../assets/images/stars-icon.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      width: 20px;
      height: 22px;
      content: "";
      position: absolute;
      left: 0px;
      top: 25px; }
    .how-it-list li p {
      margin-bottom: 0px;
      font-size: 24px;
      font-weight: 400;
      color: #000000;
      line-height: 100%;
      font-family: "DM Sans", sans-serif; }
  @media screen and (max-width: 1399px) {
    .how-it-list li {
      font-size: 20px !important;
      margin-bottom: 18px !important; } }
  @media screen and (max-width: 991px) {
    .how-it-list {
      margin: 0px;
      padding: 0px; }
      .how-it-list li {
        margin-bottom: 5px;
        font-size: 16px;
        padding-left: 30px; } }

.how-it-works {
  padding: 40px 0px 100px; }
  .how-it-works > .container {
    position: relative;
    z-index: 9; }
  .how-it-works h3 {
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 500;
    color: #000000;
    line-height: 58px;
    font-family: p22-mackinac-pro, serif; }
  .how-it-works .how-max {
    max-width: 686px; }
  .how-it-works .right-block figure {
    position: relative; }
    .how-it-works .right-block figure .step-2icon {
      position: absolute;
      top: 53%;
      left: calc(100% - 66px);
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 1300px) {
        .how-it-works .right-block figure .step-2icon {
          width: 200px; } }
      @media screen and (max-width: 767px) {
        .how-it-works .right-block figure .step-2icon {
          width: 150px !important;
          left: calc(100% - 175px); } }
      @media screen and (max-width: 500px) {
        .how-it-works .right-block figure .step-2icon {
          left: calc(100% - 95px); } }
  @media screen and (max-width: 1799px) {
    .how-it-works .right-block figure img {
      width: 215px; }
    .how-it-works .right-block figure .step-2icon {
      left: calc(100% - 100px) !important; } }
  @media screen and (max-width: 1600px) {
    .how-it-works {
      padding: 10px 0px 140px; }
      .how-it-works .how-it-list li {
        margin-bottom: 30px;
        font-size: 20px; }
      .how-it-works h3 {
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 44px; } }
  @media screen and (max-width: 1399px) {
    .how-it-works .step-2-bg, .how-it-works .step-3-bg {
      padding-top: 30px !important; }
    .how-it-works h3 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 18px; }
    .how-it-works .right-block figure img {
      width: 200px !important; } }
  @media screen and (max-width: 991px) {
    .how-it-works {
      padding: 40px 0px; }
      .how-it-works h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px; }
      .how-it-works .right-block figure img {
        width: 120px !important; } }
  @media screen and (max-width: 767px) {
    .how-it-works {
      padding-top: 0px; }
      .how-it-works figure {
        text-align: center; }
        .how-it-works figure img {
          width: 50% !important; } }

.testimonials {
  padding-top: 100px;
  z-index: 4;
  position: relative; }
  .testimonials .testim-widget {
    background-color: #ffffff;
    box-shadow: 0px 0px 60px #28256133;
    border-radius: 20px;
    margin-bottom: 50px;
    min-height: 475px;
    position: relative; }
    .testimonials .testim-widget .swiper-arrows {
      position: absolute;
      width: 100px;
      left: -255px;
      bottom: inherit; }
      .testimonials .testim-widget .swiper-arrows .swiper-button-next,
      .testimonials .testim-widget .swiper-arrows .swiper-button-prev {
        background: url("../../assets/images/right-arrow.svg");
        background-repeat: no-repeat;
        background-size: contain;
        width: 24px;
        height: 24px; }
        .testimonials .testim-widget .swiper-arrows .swiper-button-next::after,
        .testimonials .testim-widget .swiper-arrows .swiper-button-prev::after {
          display: none; }
      .testimonials .testim-widget .swiper-arrows .swiper-button-prev {
        background: url("../../assets/images/right-arrow.svg");
        transform: rotate(180deg); }
  .testimonials .testim-left {
    position: relative; }
    .testimonials .testim-left .group-stars {
      position: absolute;
      z-index: 2;
      left: 20px;
      top: 20px;
      width: 80%;
      animation: flash 0.9s ease infinite alternate; }
  .testimonials .content-widget {
    padding: 70px; }
    .testimonials .content-widget .quote-icon {
      display: block;
      margin-bottom: 30px; }
    .testimonials .content-widget h5 {
      font-family: "DM Sans", sans-serif;
      font-weight: 600;
      font-size: 45px;
      margin-bottom: 15px;
      color: #121418; }
    .testimonials .content-widget p {
      color: #35326A;
      font-size: 30px;
      font-weight: 300;
      font-family: "DM Sans", sans-serif;
      line-height: 48px; }
  @media screen and (min-width: 1400px) and (max-width: 1799px) {
    .testimonials .swiper-arrows {
      top: 470px; }
    .testimonials .content-widget {
      padding: 60px; }
      .testimonials .content-widget .quote-icon {
        display: block;
        margin-bottom: 15px; }
        .testimonials .content-widget .quote-icon img {
          width: 40px; }
      .testimonials .content-widget h5 {
        font-size: 34px; }
      .testimonials .content-widget p {
        font-size: 24px;
        line-height: 40px; } }
  @media screen and (min-width: 1200px) and (max-width: 1399px) {
    .testimonials .testim-widget {
      min-height: 450px; }
      .testimonials .testim-widget .swiper-arrows {
        left: -220px;
        top: 460px; }
    .testimonials .content-widget {
      padding: 50px; }
      .testimonials .content-widget h5 {
        font-size: 32px; }
      .testimonials .content-widget p {
        font-size: 22px;
        line-height: 38px; }
      .testimonials .content-widget .quote-icon {
        margin-bottom: 20px; }
        .testimonials .content-widget .quote-icon img {
          width: 35px; } }
  @media screen and (max-width: 1199px) {
    .testimonials .content-widget {
      padding: 40px 40px 70px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonials .testim-widget .content-widget h5 {
      font-size: 30px; }
    .testimonials .testim-widget .content-widget p {
      font-size: 24px;
      line-height: 34px; }
    .testimonials .testim-widget .content-widget .quote-icon img {
      width: 35px; }
    .testimonials .testim-widget .swiper-arrows {
      left: -220px;
      top: 404px;
      bottom: inherit; } }
  @media screen and (max-width: 991px) {
    .testimonials {
      padding-top: 40px;
      padding-bottom: 85px;
      margin-bottom: 0px; }
      .testimonials .how-heading {
        padding-bottom: 15px; }
      .testimonials .testim-widget {
        margin-bottom: 0px;
        min-height: 410px; }
      .testimonials .content-widget p {
        font-size: 18px;
        line-height: 26px; }
      .testimonials .content-widget h5 {
        font-size: 22px;
        margin-bottom: 10px; }
      .testimonials .content-widget .quote-icon {
        margin-bottom: 20px; }
        .testimonials .content-widget .quote-icon img {
          width: 40px; }
      .testimonials .testim-left figure img {
        width: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .testimonials .testim-widget {
      min-height: 325px;
      height: auto; }
      .testimonials .testim-widget .swiper-arrows {
        left: -180px;
        top: 365px; } }
  @media screen and (max-width: 767px) {
    .testimonials .testim-left {
      border-radius: 20px 20px 0px 0px;
      background: #282561; }
      .testimonials .testim-left figure img {
        border-radius: 20px 20px 0px 0px; }
    .testimonials .testim-widget {
      border-radius: 0px 0px 20px 20px;
      max-width: 412px;
      margin: 0px auto; }
      .testimonials .testim-widget .content-widget {
        padding: 25px; }
      .testimonials .testim-widget .swiper-arrows {
        left: 25%;
        bottom: -40px;
        transform: translate(50%, 10px); }
    .testimonials .testim-left figure img {
      border-radius: 20px;
      margin-bottom: 10px; } }

.featured-articles,
.testimonials {
  background: url("../../assets/images/testim-bg-pattern.png");
  background-repeat: repeat; }

.featured-articles {
  padding-top: 100px;
  padding-bottom: 80px;
  z-index: 5; }
  .featured-articles h2 {
    margin-bottom: 56px; }
  .featured-articles .widget-card {
    background: #ffffff;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    height: 100%; }
    .featured-articles .widget-card .feed-lbl {
      margin: 30px 10px;
      line-height: 32px; }
    .featured-articles .widget-card .author-widget {
      margin-right: 30px; }
      .featured-articles .widget-card .author-widget .author-details .author-description {
        margin-left: 15px; }
        .featured-articles .widget-card .author-widget .author-details .author-description .author-name {
          font-size: 20px;
          font-weight: 500;
          font-family: p22-mackinac-pro, serif;
          line-height: 20px;
          color: #000000; }
          .featured-articles .widget-card .author-widget .author-details .author-description .author-name a {
            color: #000000; }
          .featured-articles .widget-card .author-widget .author-details .author-description .author-name label {
            font-size: 12px;
            font-weight: 400;
            font-family: "DM Sans", sans-serif;
            display: block;
            color: #000000; }
      .featured-articles .widget-card .author-widget .author-details figure {
        border-radius: 100%;
        overflow: hidden; }
      .featured-articles .widget-card .author-widget .blog-date {
        height: 60px;
        margin-left: 40px;
        padding-left: 40px;
        border-left: rgba(0, 0, 0, 0.1) solid 1px; }
        .featured-articles .widget-card .author-widget .blog-date span {
          font-size: 16px;
          font-family: "DM Sans", sans-serif;
          font-weight: 500;
          color: #000000; }
        @media screen and (max-width: 767px) {
          .featured-articles .widget-card .author-widget .blog-date {
            margin-left: 15px;
            padding-left: 15px; } }
    .featured-articles .widget-card .card-image {
      overflow: hidden; }
      .featured-articles .widget-card .card-image figure {
        transition: 0.3s all ease-in-out;
        height: 200px; }
    .featured-articles .widget-card figcaption {
      padding: 30px 30px 30px;
      font-size: 24px;
      font-family: "DM Sans", sans-serif;
      color: #000000;
      font-weight: 400;
      line-height: 34px; }
    .featured-articles .widget-card p {
      padding: 0px 30px 50px; }
      .featured-articles .widget-card p span {
        font-size: 16px;
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        line-height: 26px;
        color: #35326A;
        display: block; }
      .featured-articles .widget-card p em {
        background-color: #35326A;
        margin-left: 15px;
        margin-right: 15px;
        width: 5px;
        height: 5px;
        display: inline-block;
        border-radius: 20px; }
    .featured-articles .widget-card .card-arrow {
      position: absolute;
      bottom: 0px;
      right: 0px;
      transform: rotate(40deg) translate(-60px, 0px);
      transition: 0.3s all ease-in-out;
      opacity: 0; }
    .featured-articles .widget-card a {
      text-decoration: none; }
      .featured-articles .widget-card a:hover {
        transition: 0.3s all ease-in-out; }
        .featured-articles .widget-card a:hover .card-image figure {
          transform: scale(1.1); }
        .featured-articles .widget-card a:hover .card-arrow {
          display: block;
          transform: rotate(40deg) translate(-30px, 0px);
          opacity: 1; }
        .featured-articles .widget-card a:hover figcaption {
          color: #35326A; }
    @media screen and (min-width: 1400px) and (max-width: 1799px) {
      .featured-articles .widget-card figcaption {
        font-size: 22px; } }
    @media screen and (max-width: 1400px) {
      .featured-articles .widget-card p {
        padding: 0px 20px 30px; }
      .featured-articles .widget-card figcaption {
        padding: 20px 20px 0px 20px;
        font-size: 18px;
        line-height: 28px; }
        .featured-articles .widget-card figcaption span {
          font-size: 14px;
          line-height: 26px;
          margin-top: 15px; } }
    @media screen and (max-width: 767px) {
      .featured-articles .widget-card {
        max-width: 410px;
        margin: 0px auto 20px; }
        .featured-articles .widget-card p {
          padding: 0px 20px 20px; }
        .featured-articles .widget-card figcaption {
          padding: 20px; } }
  .featured-articles .view-all-blog {
    background: #ffffff;
    border: rgba(53, 50, 106, 0.2) solid 1px;
    border-radius: 100px;
    margin-top: 40px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    color: #35326A;
    transition: 0.3s all ease-in-out; }
    .featured-articles .view-all-blog .arrow-white {
      transform: translate(0px, 0px);
      transition: 0.3s all ease-in-out; }
      .featured-articles .view-all-blog .arrow-white img {
        width: 30px; }
    .featured-articles .view-all-blog:hover {
      background-color: #35326A;
      color: #ffffff; }
      .featured-articles .view-all-blog:hover .arrow-white {
        transform: translate(20px, 0px); }
    @media screen and (max-width: 1200px) {
      .featured-articles .view-all-blog {
        height: 60px;
        font-size: 22px;
        margin: 40px auto 0px; } }
    @media screen and (max-width: 767px) {
      .featured-articles .view-all-blog {
        height: 50px;
        font-size: 18px; } }
  @media screen and (max-width: 991px) {
    .featured-articles {
      padding-bottom: 50px;
      padding-top: 0px; } }
  @media screen and (max-width: 767px) {
    .featured-articles .view-all-blog span {
      display: none; }
    .featured-articles .view-all-blog:hover span {
      display: block; }
    .featured-articles h2 {
      margin-bottom: 20px; } }

.kids-sec {
  background: url("../../assets/images/bg-4-top-curve.png") no-repeat bottom center, url("../../assets/images/testim-bg-pattern.png") repeat;
  background-position: bottom center;
  background-size: contain;
  z-index: 8; }
  .kids-sec .kids-img img {
    margin-bottom: -40px;
    z-index: 1;
    position: relative; }
    @media screen and (max-width: 991px) {
      .kids-sec .kids-img img {
        margin-bottom: -30px; } }

.kids-sec-nobg {
  background: url("../../assets/images/bg-4-top-curve.png") no-repeat bottom center;
  background-size: contain; }

.js-cont {
  position: relative;
  width: 100%;
  height: 100%; }

#babyStages {
  display: flex;
  align-items: center;
  justify-content: center; }

#babyStages img {
  width: 15% !important; }
  #babyStages img:nth-child(1) {
    width: 88px;
    width: 6% !important; }
  #babyStages img:nth-child(2) {
    width: 185px; }
  #babyStages img:nth-child(3) {
    width: 175px; }
  #babyStages img:nth-child(4) {
    width: 175px; }
  #babyStages img:nth-child(5) {
    width: 170px;
    width: 12% !important; }
  #babyStages img:nth-child(6) {
    width: 223px; }
  #babyStages img:nth-child(7) {
    width: 141px;
    width: 9% !important; }
  #babyStages img:nth-child(8) {
    width: 154px;
    width: 9% !important; }

.restate-sec {
  background-color: #d51f23;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 100px;
  position: relative;
  z-index: 7; }
  .restate-sec::after {
    content: "";
    background: url("../../assets/images/restate-pattern.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 436px;
    height: 309px;
    position: absolute;
    right: 0px;
    bottom: 0px; }
  .restate-sec .widget-cnt {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
    .restate-sec .widget-cnt h3 {
      font-size: 32px;
      font-family: p22-mackinac-pro, serif;
      color: #ffffff;
      font-weight: 400;
      text-align: center;
      margin-bottom: 30px; }
    .restate-sec .widget-cnt h4 {
      font-size: 34px;
      font-family: p22-mackinac-pro, serif;
      color: #ffffff;
      font-weight: 500;
      text-align: center;
      margin-bottom: 15px; }
    .restate-sec .widget-cnt p {
      font-size: 20px;
      font-family: "DM Sans", sans-serif;
      color: #ffffff;
      font-weight: 200;
      text-align: center;
      margin-bottom: 30px; }
    .restate-sec .widget-cnt .appstore-widget {
      max-width: 656px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0px; }
      .restate-sec .widget-cnt .appstore-widget .or-lbl {
        font-family: "DM Sans", sans-serif;
        color: #ffffff;
        font-size: 20px;
        text-transform: uppercase;
        margin: -65px 20px 0px 20px !important;
        font-weight: 500; }
      .restate-sec .widget-cnt .appstore-widget .qr-image {
        max-width: 150px; }
      .restate-sec .widget-cnt .appstore-widget a img {
        max-width: 250px; }
    .restate-sec .widget-cnt a {
      background: transparent;
      border: none;
      margin-top: 30px;
      transition: 0.3s all ease-in-out; }
      .restate-sec .widget-cnt a:hover {
        transform: scale(1.2); }
  @media screen and (min-width: 992px) and (max-width: 1399px) {
    .restate-sec {
      background-size: contain;
      background-color: #d51f23;
      padding-top: 50px; }
      .restate-sec::after {
        width: 250px;
        height: 177px; }
      .restate-sec .widget-cnt h3 {
        font-size: 26px; }
      .restate-sec .widget-cnt h34 {
        font-size: 28px; }
      .restate-sec .widget-cnt p {
        font-size: 18px; }
      .restate-sec .widget-cnt .appstore-widget .qr-image {
        max-width: 120px; }
      .restate-sec .widget-cnt .appstore-widget a img {
        max-width: 180px; }
      .restate-sec .widget-cnt .appstore-widget .or-lbl {
        margin: -65px 20px 0px 20px !important; } }
  @media screen and (max-width: 991px) {
    .restate-sec {
      background-color: #d51f23;
      background-image: none;
      margin-top: 0px;
      padding-top: 60px; }
      .restate-sec::after {
        width: 140px;
        height: 100px; }
      .restate-sec .widget-cnt h3 {
        font-size: 18px;
        margin-bottom: 30px; }
      .restate-sec .widget-cnt h4 {
        font-size: 20px;
        margin-bottom: 10px; }
      .restate-sec .widget-cnt p {
        font-size: 16px;
        margin-bottom: 15px; }
      .restate-sec .widget-cnt .appstore-widget .qr-image {
        max-width: 120px; }
      .restate-sec .widget-cnt .appstore-widget a img {
        max-width: 180px; }
      .restate-sec .widget-cnt .appstore-widget .or-lbl {
        margin: -65px 20px 0px 20px !important; } }
  @media screen and (max-width: 767px) {
    .restate-sec .appstore-widget .or-lbl {
      margin: -65px 20px 0px 20px !important; } }
  @media screen and (max-width: 425px) {
    .restate-sec .appstore-widget .qr-image {
      max-width: 110px !important; }
    .restate-sec .appstore-widget a img {
      max-width: 100px !important; } }

.social-links ul {
  margin: 0px;
  padding: 0px;
  display: flex; }
  .social-links ul li {
    list-style-type: none;
    margin-right: 20px;
    transition: 0.3s all ease-in-out; }
    .social-links ul li:last-child {
      margin-right: 0px; }
    .social-links ul li:hover {
      transform: scale(1.2); }

footer {
  background-color: #ffffff;
  padding: 100px 0px;
  z-index: 10;
  position: relative; }
  footer .footer-links {
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
    padding-bottom: 50px;
    margin-bottom: 60px; }
    footer .footer-links ul {
      margin: 0px;
      padding: 0px;
      text-align: center; }
      footer .footer-links ul li {
        list-style-type: none;
        display: inline-block;
        margin: 0px 35px; }
        footer .footer-links ul li a {
          text-decoration: none;
          font-size: 32px;
          font-family: p22-mackinac-pro, serif;
          font-weight: 400;
          color: #000000;
          position: relative; }
          footer .footer-links ul li a::before, footer .footer-links ul li a::after {
            content: '';
            display: block;
            height: 2px;
            background-color: #282561;
            position: absolute;
            width: 0%;
            transition: all 0.3s ease-in-out; }
          footer .footer-links ul li a::before {
            top: 0; }
          footer .footer-links ul li a::after {
            content: '';
            bottom: -2px;
            right: 0; }
          footer .footer-links ul li a:hover {
            color: #282561; }
            footer .footer-links ul li a:hover::before, footer .footer-links ul li a:hover::after {
              width: 100%; }
  footer .footer-bottom {
    justify-content: space-between;
    align-items: center; }
    footer .footer-bottom .copy-section {
      display: flex;
      flex-direction: column; }
      footer .footer-bottom .copy-section .ftr-logo {
        width: 180px; }
      footer .footer-bottom .copy-section .copy-right {
        font-family: "DM Sans", sans-serif;
        font-size: 18px;
        color: #000000;
        font-weight: 300;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px; }
        footer .footer-bottom .copy-section .copy-right em {
          width: 5px;
          height: 5px;
          display: inline-block;
          background: #000000;
          border-radius: 10px;
          margin: 0px 10px; }
        footer .footer-bottom .copy-section .copy-right a {
          text-decoration: none;
          color: #000000;
          position: relative; }
          footer .footer-bottom .copy-section .copy-right a:hover {
            color: #EC2227; }
  @media screen and (min-width: 768px) and (max-width: 1399px) {
    footer {
      padding: 30px 0px; }
      footer .footer-links {
        padding-bottom: 30px;
        margin-bottom: 30px; }
        footer .footer-links ul li a {
          font-size: 24px; }
      footer .copy-section {
        align-items: flex-start; }
        footer .copy-section .ftr-logo img {
          width: 155px; } }
  @media screen and (max-width: 767px) {
    footer {
      padding: 30px 0px; }
      footer .footer-links {
        padding-bottom: 30px;
        margin-bottom: 30px; }
        footer .footer-links ul li {
          margin: 0px 8px; }
          footer .footer-links ul li a {
            font-size: 18px; }
      footer .footer-bottom {
        flex-direction: column; }
      footer .copy-section {
        align-items: center;
        text-align: center; }
        footer .copy-section .ftr-logo img {
          width: 125px; }
        footer .copy-section .copy-right {
          margin-top: 25px !important;
          font-size: 14px !important; }
      footer .social-links {
        margin-top: 25px; } }

@media screen and (max-width: 1400px) {
  .milk-bottle img, .daiper-icon img, .star-icon img, .mother-baby img {
    width: 70%; } }
@media screen and (max-width: 1199px) {
  .mother-baby {
    display: none; } }
@media screen and (max-width: 991px) {
  .milk-bottle, .daiper-icon, .star-icon, .mother-baby {
    display: none; } }
.watch-video {
  background: url("../../assets/images/watch-video-bg.png") no-repeat center;
  background-size: contain;
  width: 251px;
  height: 80px;
  font-size: 20px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 20px auto 70px;
	cursor:pointer;
  transition: .3s all ease-in-out; }
  .watch-video:hover span img {
    transform: scale(1.1); }
  .watch-video span {
    margin-right: 15px; }
    .watch-video span img {
      transition: .3s all ease-in-out; }
  .watch-video:hover {
    color: #FAA41C; }
  @media screen and (max-width: 767px) {
    .watch-video {
      margin: 20px auto 0px; } }

html {
  overflow-x: hidden;
  overflow-y: scroll; }

body.about-us {
  background: linear-gradient(180deg, #ffffff, #e7e6ff); }
  body.about-us .about-banner {
    background: url("../../assets/images/about-banner-bg.svg") no-repeat center;
    background-size: cover;
    min-height: 750px;
    max-height: 750px;
    height: 100vh;
    position: relative; }
    body.about-us .about-banner::before {
      content: "";
      position: absolute;
      width: 845px;
      height: 845px;
      left: -25px;
      bottom: -186px;
      background: url("../../assets/images/about-cricle-pattern.svg") no-repeat center;
      display: block;
      opacity: 0.42;
      transform: rotate(-6deg);
      background-size: cover; }
    body.about-us .about-banner::after {
      content: "";
      background: url("../../assets/images/abt-banner-bottom-bg.svg") no-repeat bottom left;
      background-size: contain;
      display: block;
      width: 683px;
      height: 215px;
      position: absolute;
      bottom: 5px;
      left: 0px; }
    body.about-us .about-banner .about-widget {
      position: relative;
      justify-content: center; }
      body.about-us .about-banner .about-widget:before {
        content: '';
        width: 150px;
        height: 90px;
        position: absolute;
        left: 0;
        top: 65%;
        transform: translate(-100%, -50%);
        background: url("../../assets/images/butterfly.svg") no-repeat 0 0; }
        @media screen and (max-width: 1400px) {
          body.about-us .about-banner .about-widget:before {
            left: 0;
            top: 60%;
            transform: translate(-20%, -50%); } }
        @media screen and (max-width: 991px) {
          body.about-us .about-banner .about-widget:before {
            left: 40px;
            top: -25px;
            background-size: 50px;
            transform: translate(-25%, -28%); } }
      body.about-us .about-banner .about-widget .ban-left-cnt {
        max-width: 325px;
        margin-right: 150px;
        position: relative; }
        body.about-us .about-banner .about-widget .ban-left-cnt .butterfly-img {
          position: absolute;
          left: -120px;
          top: -100px; }
        body.about-us .about-banner .about-widget .ban-left-cnt h2 {
          font-size: 80px;
          font-weight: 500;
          font-family: p22-mackinac-pro, serif;
          color: #ffffff;
          line-height: 110px; }
      body.about-us .about-banner .about-widget .ban-right-cnt {
        max-width: 750px;
        position: relative; }
        body.about-us .about-banner .about-widget .ban-right-cnt .duck {
          position: absolute;
          top: -120px;
          left: 4px; }
        body.about-us .about-banner .about-widget .ban-right-cnt .star-white {
          position: absolute;
          bottom: -135px;
          left: 30px; }
        body.about-us .about-banner .about-widget .ban-right-cnt .cloud-icon {
          position: absolute;
          top: -75px;
          right: 115px; }
        body.about-us .about-banner .about-widget .ban-right-cnt p {
          font-size: 20px;
          font-weight: 200;
          font-family: "DM Sans", sans-serif;
          color: #ffffff;
          line-height: 30px; }
    @media screen and (min-width: 1700px) {
      body.about-us .about-banner {
        min-height: 850px;
        max-height: 850px; }
        body.about-us .about-banner::before {
          bottom: -135px; }
        body.about-us .about-banner::after {
          bottom: 58px; } }
    @media screen and (max-width: 1799px) {
      body.about-us .about-banner {
        height: 650px; }
        body.about-us .about-banner::after {
          bottom: 50px; }
        body.about-us .about-banner::before {
          width: 640px;
          height: 640px;
          bottom: -80px;
          background-size: 100%; }
        body.about-us .about-banner .about-widget .ban-left-cnt {
          max-width: 325px; }
          body.about-us .about-banner .about-widget .ban-left-cnt h2 {
            font-size: 56px;
            line-height: 66px; }
        body.about-us .about-banner .about-widget .ban-right-cnt {
          max-width: 630px; } }
    @media screen and (max-width: 1399px) {
      body.about-us .about-banner::after {
        bottom: 69px; }
      body.about-us .about-banner::before {
        width: 600px;
        height: 600px;
        left: 0px;
        bottom: -40px; }
      body.about-us .about-banner .about-widget .ban-left-cnt {
        max-width: 325px;
        margin-left: 80px; }
        body.about-us .about-banner .about-widget .ban-left-cnt .butterfly-img img {
          width: 60%; }
        body.about-us .about-banner .about-widget .ban-left-cnt h2 {
          font-size: 60px;
          line-height: 70px; }
      body.about-us .about-banner .about-widget .ban-right-cnt {
        max-width: 515px; }
        body.about-us .about-banner .about-widget .ban-right-cnt .duck img, body.about-us .about-banner .about-widget .ban-right-cnt .star-white img, body.about-us .about-banner .about-widget .ban-right-cnt .cloud-icon img {
          width: 60%; } }
    @media screen and (max-width: 1199px) {
      body.about-us .about-banner::after {
        width: 100%;
        max-width: 100%;
        bottom: 55px; }
      body.about-us .about-banner::before {
        width: 515px;
        height: 580px;
        left: 0px;
        bottom: -48px; }
      body.about-us .about-banner .about-widget .ban-left-cnt {
        max-width: 200px;
        margin-right: 150px;
        margin-left: 130px; }
        body.about-us .about-banner .about-widget .ban-left-cnt h2 {
          font-size: 40px;
          line-height: 50px; } }
    @media screen and (max-width: 991px) {
      body.about-us .about-banner {
        min-height: 600px; }
        body.about-us .about-banner::after {
          width: 100%;
          max-width: 100%;
          bottom: 68px;
          height: 100px; }
        body.about-us .about-banner::before {
          display: none; }
        body.about-us .about-banner .about-widget {
          flex-direction: column; }
          body.about-us .about-banner .about-widget .ban-left-cnt {
            margin-left: 0px;
            max-width: 100%;
            text-align: center;
            margin-right: 0px; }
            body.about-us .about-banner .about-widget .ban-left-cnt h2 {
              font-size: 32px;
              line-height: 42px;
              text-align: center; }
            body.about-us .about-banner .about-widget .ban-left-cnt .butterfly-img img {
              width: 40%; }
          body.about-us .about-banner .about-widget .ban-right-cnt {
            padding-right: 0px;
            text-align: center; }
            body.about-us .about-banner .about-widget .ban-right-cnt .duck img, body.about-us .about-banner .about-widget .ban-right-cnt .star-white img, body.about-us .about-banner .about-widget .ban-right-cnt .cloud-icon img {
              width: 40%; }
            body.about-us .about-banner .about-widget .ban-right-cnt .duck {
              top: -130px;
              left: 4px; }
            body.about-us .about-banner .about-widget .ban-right-cnt .star-white {
              bottom: -35px;
              left: 30px; }
            body.about-us .about-banner .about-widget .ban-right-cnt .cloud-icon {
              top: -88px;
              right: 16px; }
            body.about-us .about-banner .about-widget .ban-right-cnt p {
              font-size: 18px;
              line-height: 24px; } }
    @media screen and (max-width: 767px) {
      body.about-us .about-banner {
        min-height: 600px;
        max-height: 690px; }
        body.about-us .about-banner::after {
          width: 100%;
          max-width: 100%;
          bottom: 46px;
          height: 100px; } }
  body.about-us .the-problem {
    padding: 90px 0 90px; }
    body.about-us .the-problem .how-heading {
      margin-bottom: 50px;
      padding-bottom: 0px; }
      body.about-us .the-problem .how-heading h2 {
        margin-bottom: 0px; }
    body.about-us .the-problem .about-card {
      background: url("../../assets/images/abt-solution-bg1.svg") no-repeat center;
      background-size: contain;
      max-width: 640px;
      height: 538px;
      position: relative; }
      body.about-us .the-problem .about-card.card-2 {
        background: url("../../assets/images/abt-solution-bg2.svg") no-repeat center;
        background-size: contain; }
      body.about-us .the-problem .about-card .abt-card-cnt {
        margin: 0px auto;
        padding: 0px 70px; }
        body.about-us .the-problem .about-card .abt-card-cnt h4 {
          display: flex;
          align-items: center;
          justify-content: space-between;
          font-size: 20px;
          font-weight: 600;
          text-transform: uppercase;
          color: #ffffff;
          position: relative;
          margin-bottom: 22px; }
          body.about-us .the-problem .about-card .abt-card-cnt h4 span img {
            width: 64px; }
        body.about-us .the-problem .about-card .abt-card-cnt p {
          font-size: 32px;
          font-weight: 400;
          line-height: 45px;
          color: #ffffff;
          font-family: "DM Sans", sans-serif;
          max-width: 421px; }
        body.about-us .the-problem .about-card .abt-card-cnt .challeng-lbl {
          color: #ffffff;
          font-size: 20px;
          line-height: 24px;
          font-weight: 500;
          margin-bottom: 10px;
          font-family: "DM Sans", sans-serif; }
        body.about-us .the-problem .about-card .abt-card-cnt .challenge-list {
          margin: 0px;
          padding: 0px; }
          body.about-us .the-problem .about-card .abt-card-cnt .challenge-list li {
            list-style-type: none;
            color: #ffffff;
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 10px;
            font-family: "DM Sans", sans-serif;
            background: url("../../assets/images/close-x-red.svg") no-repeat center;
            background-size: 26px;
            background-position: -3px -2px;
            padding-left: 25px; }
          body.about-us .the-problem .about-card .abt-card-cnt .challenge-list.help-list li {
            background: url("../../assets/images/box-tick-green.svg") no-repeat center;
            background-size: 20px;
            background-position: 0px 2px;
            padding-left: 30px; }
    @media screen and (max-width: 1799px) {
      body.about-us .the-problem {
        padding: 60px 0 20px; }
        body.about-us .the-problem .about-card {
          height: 455px; } }
    @media screen and (max-width: 1199px) {
      body.about-us .the-problem .about-card {
        height: 390px; }
        body.about-us .the-problem .about-card .abt-card-cnt h4 {
          font-size: 20px;
          margin-bottom: 22px; }
          body.about-us .the-problem .about-card .abt-card-cnt h4 span {
            right: -20px;
            top: -40px; }
            body.about-us .the-problem .about-card .abt-card-cnt h4 span img {
              max-width: 70%; }
        body.about-us .the-problem .about-card .abt-card-cnt .challenge-list li {
          color: #ffffff;
          font-size: 16px;
          line-height: 20px; } }
    @media screen and (max-width: 991px) {
      body.about-us .the-problem {
        padding-top: 0px; }
        body.about-us .the-problem .about-card {
          background: #FAA41C;
          border-radius: 30px;
          height: auto;
          max-width: 400px;
          margin: 0px auto 20px; }
          body.about-us .the-problem .about-card.card-2 {
            background: #06B0B9;
            border-radius: 30px;
            height: auto;
            max-width: 400px;
            margin: 0px auto; }
          body.about-us .the-problem .about-card .abt-card-cnt {
            padding: 30px 30px 30px; }
            body.about-us .the-problem .about-card .abt-card-cnt h4 {
              font-size: 16px;
              margin-bottom: 22px; }
              body.about-us .the-problem .about-card .abt-card-cnt h4 span {
                right: -44px;
                top: -55px; }
                body.about-us .the-problem .about-card .abt-card-cnt h4 span img {
                  max-width: 100%; }
            body.about-us .the-problem .about-card .abt-card-cnt p {
              font-size: 16px;
              line-height: 22px;
              max-width: 225px; }
            body.about-us .the-problem .about-card .abt-card-cnt .challenge-list {
              margin: 0px;
              padding: 0px; }
              body.about-us .the-problem .about-card .abt-card-cnt .challenge-list li {
                color: #ffffff;
                font-size: 18px;
                line-height: 24px;
                margin-bottom: 10px;
                font-family: "DM Sans", sans-serif; } }
  body.about-us .team-profile {
    padding: 90px 0px 0px; }
    body.about-us .team-profile .heading {
      max-width: 1040px;
      text-align: center;
      margin: 0px auto;
      padding-bottom: 60px; }
      body.about-us .team-profile .heading .title {
        color: #000000;
        font-size: 64px;
        font-weight: 400;
        font-family: p22-mackinac-pro, serif;
        line-height: 80px;
        margin-bottom: 40px; }
      body.about-us .team-profile .heading p {
        color: #000000;
        font-size: 24px;
        line-height: 36px;
        font-weight: 400; }
      @media screen and (max-width: 1400px) {
        body.about-us .team-profile .heading {
          padding-bottom: 10px; }
          body.about-us .team-profile .heading .title {
            font-size: 48px;
            line-height: 58px;
            margin-bottom: 20px; }
          body.about-us .team-profile .heading p {
            font-size: 22px;
            line-height: 32px; } }
      @media screen and (max-width: 992px) {
        body.about-us .team-profile .heading {
          max-width: 100%;
          padding: 0px 0px 0px; }
          body.about-us .team-profile .heading .title {
            font-size: 38px;
            line-height: 50px;
            margin-bottom: 15px; }
          body.about-us .team-profile .heading p {
            font-size: 18px;
            line-height: 26px; } }
      @media screen and (max-width: 767px) {
        body.about-us .team-profile .heading {
          padding: 30px 0px 0px; }
          body.about-us .team-profile .heading .title {
            font-size: 28px;
            line-height: 40px;
            margin-bottom: 15px; }
          body.about-us .team-profile .heading p {
            font-size: 16px;
            line-height: 26px; } }
    body.about-us .team-profile .team-card {
      background: #ffffff;
      background-size: auto 100%;
      max-width: 1140px;
      height: auto;
      padding: 0px 95px;
      position: relative;
      margin: 160px 0; }
      body.about-us .team-profile .team-card:first-child {
        margin-top: 110px; }
      body.about-us .team-profile .team-card:last-child {
        margin-bottom: 110px; }
      body.about-us .team-profile .team-card::before, body.about-us .team-profile .team-card::after {
        content: "";
        width: 1140px;
        height: 95px;
        background: url("../../assets/images/about-sec-top-curve.png") no-repeat center top;
        position: absolute;
        background-size: contain; }
      body.about-us .team-profile .team-card::before {
        bottom: 100%; }
      body.about-us .team-profile .team-card::after {
        top: 100%;
        transform: rotate(180deg); }
      body.about-us .team-profile .team-card .team-content .team-cnt-left {
        max-width: 580px;
        margin-right: 100px; }
        body.about-us .team-profile .team-card .team-content .team-cnt-left h3 {
          font-size: 40px;
          font-family: p22-mackinac-pro, serif;
          font-weight: 500;
          line-height: 50px; }
        body.about-us .team-profile .team-card .team-content .team-cnt-left p {
          font-size: 26px;
          font-family: "DM Sans", sans-serif;
          font-weight: 400;
          line-height: 36px; }
      @media screen and (min-width: 1800px) {
        body.about-us .team-profile .team-card {
          max-width: 1320px;
          margin: 190px 0px; }
          body.about-us .team-profile .team-card .team-content .team-cnt-left {
            max-width: 686px !important;
            margin-right: 65px; }
            body.about-us .team-profile .team-card .team-content .team-cnt-left h3 {
              font-size: 48px;
              line-height: 60px; }
            body.about-us .team-profile .team-card .team-content .team-cnt-left p {
              font-size: 32px;
              line-height: 50px; }
          body.about-us .team-profile .team-card::before, body.about-us .team-profile .team-card::after {
            width: 1320px;
            height: 110px; } }
      @media screen and (max-width: 1199px) {
        body.about-us .team-profile .team-card {
          margin: 140px 0;
          max-width: 100%;
          padding: 0px 40px; }
          body.about-us .team-profile .team-card .team-content .team-cnt-left {
            max-width: 475px !important;
            margin-right: 100px; }
            body.about-us .team-profile .team-card .team-content .team-cnt-left h3 {
              font-size: 32px;
              line-height: 44px; }
            body.about-us .team-profile .team-card .team-content .team-cnt-left p {
              font-size: 20px;
              line-height: 30px; }
          body.about-us .team-profile .team-card .team-content figure img {
            max-width: 80%; }
          body.about-us .team-profile .team-card::before, body.about-us .team-profile .team-card::after {
            height: 79px;
            width: 100%; } }
      @media screen and (max-width: 991px) {
        body.about-us .team-profile .team-card {
          margin: 100px 0;
          padding: 0px 60px; }
          body.about-us .team-profile .team-card .team-content .team-cnt-left {
            max-width: 350px !important;
            margin-right: 50px; }
            body.about-us .team-profile .team-card .team-content .team-cnt-left h3 {
              font-size: 24px;
              line-height: 34px; }
            body.about-us .team-profile .team-card .team-content .team-cnt-left p {
              font-size: 18px;
              line-height: 28px; }
          body.about-us .team-profile .team-card::before, body.about-us .team-profile .team-card::after {
            height: 59px; } }
      @media screen and (max-width: 767px) {
        body.about-us .team-profile .team-card {
          margin: 60px auto;
          padding: 0px 20px;
          max-width: 400px;
          width: 100%; }
          body.about-us .team-profile .team-card .team-content {
            flex-direction: column-reverse;
            padding: 20px 0px; }
            body.about-us .team-profile .team-card .team-content .team-cnt-left {
              text-align: center;
              margin-right: 0px; }
              body.about-us .team-profile .team-card .team-content .team-cnt-left h3 {
                font-size: 21px;
                line-height: 31px; }
              body.about-us .team-profile .team-card .team-content .team-cnt-left p {
                font-size: 18px;
                line-height: 28px; }
            body.about-us .team-profile .team-card .team-content figure {
              text-align: center;
              margin-bottom: 20px; }
              body.about-us .team-profile .team-card .team-content figure img {
                max-width: 55%; }
          body.about-us .team-profile .team-card::before, body.about-us .team-profile .team-card::after {
            height: 34px;
            background-size: cover; } }
      @media screen and (max-width: 420px) {
        body.about-us .team-profile .team-card {
          width: 92%; }
          body.about-us .team-profile .team-card::before, body.about-us .team-profile .team-card::after {
            height: 30px; } }
    @media screen and (max-width: 1199px) {
      body.about-us .team-profile {
        padding: 30px 0px; } }
    @media screen and (max-width: 767px) {
      body.about-us .team-profile {
        padding: 0px; } }

.read-more {
  width: 139px;
  height: 55px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  background: url("../../assets/images/readmore-bg.svg") no-repeat center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none; }
  .read-more:hover {
    color: #FAA41C; }

body.blog-page .blog-banner {
  position: relative;
  padding-top: 200px; }
  body.blog-page .blog-banner .how-heading {
    max-width: 1036px;
    text-align: center;
    border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
    padding-bottom: 0px; }
    body.blog-page .blog-banner .how-heading h2, body.blog-page .blog-banner .how-heading p {
      color: #ffffff; }
    body.blog-page .blog-banner .how-heading p {
      max-width: 814px;
      margin: 0px auto 80px; }
body.blog-page .featured-post .how-heading {
  padding-bottom: 0px; }
  body.blog-page .featured-post .how-heading h2 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0px; }
body.blog-page .featured-post .featured-sec {
  background: url("../../assets/images/featured-blogpost-bg.svg") no-repeat center;
  background-size: cover;
  max-width: 1309px;
  width: 1309px;
  height: 610px;
  transition: .3s all ease-in-out; }
  body.blog-page .featured-post .featured-sec .blog-left {
    max-width: 546px; }
    body.blog-page .featured-post .featured-sec .blog-left span {
      height: 32px;
      color: #000000;
      border-radius: 100px;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 5px;
      background-color: #FFF0D9;
      align-items: center;
      text-transform: uppercase;
      min-width: 104px;
      display: inline-flex;
      justify-content: center;
      font-family: "DM Sans", sans-serif;
      padding: 0 15px; }
    body.blog-page .featured-post .featured-sec .blog-left h3 {
      font-size: 40px;
      font-family: p22-mackinac-pro, serif;
      line-height: 54px;
      font-weight: 400;
      color: #000000;
      margin: 25px 0px; }
    body.blog-page .featured-post .featured-sec .blog-left p {
      font-size: 22px;
      font-family: "DM Sans", sans-serif;
      line-height: 30px;
      font-weight: 300;
      color: #000000; }
    body.blog-page .featured-post .featured-sec .blog-left .read-more {
      margin-top: 20px; }
@media screen and (max-width: 1799px) {
  body.blog-page .blog-banner {
    padding-top: 150px; }
    body.blog-page .blog-banner .how-heading p {
      max-width: 700px;
      margin: 0px auto 30px; }
  body.blog-page .featured-post .featured-sec {
    background-size: contain;
    max-width: 100%;
    height: 550px; }
    body.blog-page .featured-post .featured-sec .blog-left {
      max-width: 450px;
      margin-right: 25px; }
      body.blog-page .featured-post .featured-sec .blog-left h3 {
        font-size: 30px;
        line-height: 38px;
        margin: 20px 0px; }
	body.blog-page .featured-post .featured-sec .blog-left p {
		font-size: 18px;
		line-height: 26px;
	}
      body.blog-page .featured-post .featured-sec .blog-left .read-more {
        margin-top: 20px; }
    body.blog-page .featured-post .featured-sec .blog-right {
      max-width: 400px; } }
@media screen and (max-width: 1399px) {
  body.blog-page .blog-banner .how-heading p {
    max-width: 700px;
    margin: 0px auto 30px; }
  body.blog-page .featured-post .featured-sec {
    background-size: contain;
    max-width: 100%;
    height: 550px; }
    body.blog-page .featured-post .featured-sec .blog-left {
      max-width: 450px; }
      body.blog-page .featured-post .featured-sec .blog-left h3 {
        font-size: 30px;
        line-height: 40px;
        margin: 20px 0px; }
      body.blog-page .featured-post .featured-sec .blog-left p {
        font-size: 18px;
        line-height: 26px; }
      body.blog-page .featured-post .featured-sec .blog-left .read-more {
        margin-top: 20px; }
    body.blog-page .featured-post .featured-sec .blog-right {
      max-width: 400px; } }
@media screen and (max-width: 1199px) {
  body.blog-page .blog-banner .how-heading p {
    max-width: 700px;
    margin: 0px auto 44px; }
  body.blog-page .featured-post .featured-sec {
    height: 455px; }
    body.blog-page .featured-post .featured-sec .blog-left {
      max-width: 400px; }
      body.blog-page .featured-post .featured-sec .blog-left h3 {
        font-size: 24px;
        line-height: 34px;
        margin: 20px 0px; }
      body.blog-page .featured-post .featured-sec .blog-left p {
        font-size: 20px;
        line-height: 30px; }
      body.blog-page .featured-post .featured-sec .blog-left .read-more {
        margin-top: 20px; }
    body.blog-page .featured-post .featured-sec .blog-right {
      max-width: 300px; } }
@media screen and (max-width: 991px) {
  body.blog-page .blog-banner {
    padding-top: 60px; }
    body.blog-page .blog-banner .how-heading h2 {
      font-size: 22px !important;
      line-height: 30px; }
    body.blog-page .blog-banner .how-heading p {
      max-width: 700px;
      margin: 0px auto 30px; }
  body.blog-page .featured-post .how-heading h3 {
    font-size: 36px; }
  body.blog-page .featured-post .featured-sec {
    height: 340px; }
    body.blog-page .featured-post .featured-sec .blog-left {
      max-width: 330px; }
      body.blog-page .featured-post .featured-sec .blog-left span {
        padding: 8px 20px;
        font-size: 14px; }
      body.blog-page .featured-post .featured-sec .blog-left h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 16px 0px; }
      body.blog-page .featured-post .featured-sec .blog-left p {
        font-size: 16px;
        line-height: 20px; }
      body.blog-page .featured-post .featured-sec .blog-left .read-more {
        margin-top: 15px; }
    body.blog-page .featured-post .featured-sec .blog-right {
      max-width: 230px; } }
@media screen and (max-width: 767px) {
  body.blog-page.blog-details .blog-banner-sec::before {
    height: calc(100% - 100px); }
  body.blog-page.blog-details .blog-banner-sec .blog-banner .how-heading {
    margin-bottom: 0px;
    padding-bottom: 0px; }
  body.blog-page .blog-banner .how-heading {
    max-width: 500px; }
  body.blog-page .featured-post .featured-sec {
    flex-direction: column-reverse;
    background-color: #ffffff;
    background-image: none;
    border-radius: 20px;
    height: auto;
    padding: 20px; }
    body.blog-page .featured-post .featured-sec .blog-right {
      margin-bottom: 30px; } }

.feed-lbl {
  min-width: 95px;
  height: 32px;
  background-color: #FFF0D9;
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #000000;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: max-content;
  border-radius: 100px;
  padding: 0px 20px;
  margin: 30px 0px; }

.blog-list .filters {
  position: sticky;
  top: 100px;
  padding: 10px 0px;
  background-color: #ffffff;
  z-index: 5;
  margin-bottom: 20px; }
  .blog-list .filters ul {
    display: flex;
    justify-content: center;
    margin: 15px 0px; }
    .blog-list .filters ul li {
      display: inline-block;
      list-style-type: none; }
      .blog-list .filters ul li a {
        text-align: center;
        margin-right: 12px;
        padding: 10px 40px;
        font-weight: 400;
        font-family: "DM Sans", sans-serif;
        cursor: pointer;
        position: relative;
        color: #282561;
        transition: 0.3s;
        border: #282561 solid 1px;
        border-radius: 100px;
        font-size: 20px; 
		white-space: nowrap;}
      .blog-list .filters ul li a {
        font-size: 20px;
        color: #282561;
        font-weight: 400;
        font-family: "DM Sans", sans-serif;
        text-decoration: none; }
      .blog-list .filters ul li:hover a, .blog-list .filters ul li.is-checked a {
        background-color: #282561;
        color: #ffffff; }
.blog-list .grid {
  margin-bottom: 20px; }
.blog-list .grid-item {
  background-color: #ffffff;
  height: 100%; }
  .blog-list .grid-item .grid-image {
    height: 200px;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; }
    .blog-list .grid-item .grid-image figure img {
      transition: .3s all ease-in-out; }
  .blog-list .grid-item .description figcaption {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    font-family: p22-mackinac-pro, serif;
    margin: 25px 0px;
    transition: .3s all ease-in-out; }
  .blog-list .grid-item .description p {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    color: rgba(32, 31, 86, 0.8); }
  .blog-list .grid-item:hover figcaption {
    color: #FAA41C; }
  .blog-list .grid-item:hover figure img {
    transform: scale(1.1); }
@media screen and (max-width: 1400px) {
  .blog-list .filters {
    top: 80px; }
    .blog-list .filters ul li a {
      font-size: 16px;
      padding: 6px 30px; }
  .blog-list .grid-item .description .feed-lbl {
    margin: 10px 0px; }
  .blog-list .grid-item .description figcaption {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0px; } }
@media screen and (max-width: 991px) {
  .blog-list .filters ul li a {
    padding: 6px 30px;
    font-size: 16px; } }
@media screen and (max-width: 767px) {
  .blog-list .filters {
    overflow: auto;
    top: 60px; }
    .blog-list .filters ul {
      margin: 0px auto 10px;
      justify-content: flex-start;
      padding-left: 0px; }
      .blog-list .filters ul li a {
        padding: 5px 20px;
        font-size: 14px; }
  .blog-list .grid-item {
    max-width: 400px;
    margin: 20px auto 0px; }
  .blog-list .grid {
    margin-bottom: 20px; } }
@media screen and (max-width: 490px) {
  .blog-list .grid-item .description figcaption {
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0px; } }

.news-letter {
  background-color: #201F56;
  padding: 100px 0px 300px;
  margin-bottom: -175px;
  border-radius: 100px 100px 0px 0px;
  margin-top: 160px; }
  .news-letter.home-news-letter {
    padding: 100px 0px 100px;
    border-radius: 0px;
    z-index: 6;
    margin-top: 0px;
    margin-bottom: 0px; }
  .news-letter h4 {
    font-size: 48px;
    font-weight: 400;
    font-family: p22-mackinac-pro, serif;
    color: #ffffff;
    text-align: center; }
  .news-letter p {
    font-size: 32px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    line-height: 40px;
    color: #8E8EAD;
    margin: 30px 0px 60px;
    text-align: center; }
  .news-letter .news-letter-block .email-info {
    display: flex;
    align-items: center; }
    .news-letter .news-letter-block .email-info input {
      border-radius: 100px;
      background-color: #ffffff;
      width: 420px;
      height: 60px;
      border: none;
      background: #ffffff url("../../assets/images/email-newsletter.svg") no-repeat left center;
      padding-left: 55px;
      background-position: 25px 24px; }
      .news-letter .news-letter-block .email-info input::placeholder {
        font-size: 18px;
        color: rgba(0, 0, 0, 0.5); }
      .news-letter .news-letter-block .email-info input:focus-visible {
        outline: none; }
    .news-letter .news-letter-block .email-info .signup-btn {
      background-color: #000000;
      width: 150px;
      height: 60px;
      border-radius: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      font-family: "DM Sans", sans-serif;
      font-size: 20px;
      font-weight: 500;
      margin-left: 10px;
      border: none;
      transition: 0.3s all ease-in-out; }
      .news-letter .news-letter-block .email-info .signup-btn:hover {
        background-color: #FAA41C; }
  @media screen and (max-width: 1400px) {
    .news-letter {
      margin-top: 80px;
      padding: 60px 0px 250px;
      margin-bottom: -185px;
      border-radius: 60px 60px 0px 0px; }
      .news-letter h4 {
        font-size: 32px; }
      .news-letter p {
        font-size: 22px;
        line-height: 32px;
        margin: 10px 0px 30px;
        text-align: center; } }
  @media screen and (max-width: 767px) {
    .news-letter {
      padding: 20px 0px 230px;
      margin-top: 40px;
      border-radius: 20px 20px 0px 0px; }
      .news-letter h4 {
        font-size: 20px; }
      .news-letter p {
        font-size: 18px;
        line-height: 28px;
        text-align: center; }
      .news-letter .news-letter-block .email-info {
        width: 100%; }
        .news-letter .news-letter-block .email-info input {
          width: 100%;
          height: 45px;
          background-position: 25px 18px;
          border-radius: 100px 0px 0px 100px; }
        .news-letter .news-letter-block .email-info .signup-btn {
          height: 45px;
          border-radius: 0px 100px 100px 0px;
          background: #ffffff url("../../assets/images/right-arrow.svg") no-repeat center right;
          background-size: 20px;
          background-position: 60px 12px;
          margin: 0px;
          font-size: 0px; } }

.normal-text {
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
  font-family: "DM Sans", sans-serif;
  color: #000000;
  text-align: center; }
  @media screen and (max-width: 1199px) {
    .normal-text {
      font-size: 24px;
      line-height: 34px; } }
  @media screen and (max-width: 767px) {
    .normal-text {
      font-size: 18px;
      line-height: 30px; } }

html {
  scroll-behavior: smooth;
  /* Enables smooth scrolling */ }

@media screen and (max-width: 1600px) {
  .step-2-bg, .step-3-bg {
    padding-top: 30px !important; }

  .step-3-bg {
    padding-bottom: 60px; }

  .step-1-bg .pt-90 {
    padding-top: 30px !important; } }
@media screen and (max-width: 1400px) {
  .pt-sm-30 {
    padding-top: 30px !important; }

  .step-1-bg, .step-2-bg, .step-3-bg {
    padding-top: 15px !important;
    padding-bottom: 140px; }

  .how-it-works .right-block figure .step-2icon {
    left: calc(100% - 132px); }

  .how-it-works .container {
    max-width: 1040px !important;
    padding-left: 16px; }

  .badge {
    margin-bottom: 30px; } }
@media screen and (max-width: 767px) {
  .step-2-bg, .step-3-bg {
    padding-top: 30px !important;
    padding-bottom: 30px; }

  .how-it-works h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px; }

  .how-it-list li {
    font-size: 16px !important; }

  .badge {
    margin-bottom: 20px; } }
.list-loading {
  max-width: 436px;
  height: 60px;
  border-radius: 100px;
  font-size: 24px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border: rgba(53, 50, 106, 0.2) solid 1px;
  width: 100%;
  background-color: transparent;
  color: #35326A;
  margin-top: 0px;
  transition: .3s all ease-in-out; }
  .list-loading:hover {
    background-color: #282561;
    color: #ffffff; }
  @media screen and (max-width: 767px) {
    .list-loading {
      font-size: 18px;
      height: 40px; } }

body.blog-details .blog-list {
  margin-top: 100px; }
body.blog-details .blog-details-banner .about-widget .how-heading {
  border-bottom: none !important;
  display: flex;
  flex-direction: column;
  align-items: center; }
  body.blog-details .blog-details-banner .about-widget .how-heading h2 {
    margin-bottom: 0px; }
body.blog-details h2 {
  font-size: 32px;
  color: #000000;
  line-height: 42px;
  font-family: p22-mackinac-pro, serif;
  font-weight: 500; }
body.blog-details h3, body.blog-details h4 {
  font-size: 26px;
  color: #000000;
  line-height: 36px;
  font-family: p22-mackinac-pro, serif;
  font-weight: 500; }
body.blog-details p {
  font-size: 18px;
  color: #000000;
  line-height: 32px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400; }
body.blog-details .details-list-items {
  margin: 40px 0px 0px 0px;
  padding-left: 40px; }
  body.blog-details .details-list-items li {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 20px;
    padding-left: 15px; }
    body.blog-details .details-list-items li::marker {
      color: #CED4DA; }
    body.blog-details .details-list-items li:last-child {
      margin-bottom: 0px; }
body.blog-details .blog-quote {
  border-left: #FAA41C solid 4px;
  background-color: rgba(255, 240, 217, 0.8);
  padding: 50px;
  border-radius: 12px;
  margin-top: 40px; }
  body.blog-details .blog-quote p {
    font-size: 24px;
    font-weight: 400;
    font-family: p22-mackinac-pro, serif;
    line-height: 36px;
    color: #000000;
    font-style: italic; }
body.blog-details .read-books {
  margin-top: 50px; }
body.blog-details .blog-cnt-img {
  margin: 40px 0px; }
body.blog-details .points-list {
  margin: 40px 0px; }
body.blog-details .related-title {
  font-family: p22-mackinac-pro, serif;
  font-size: 48px;
  color: #000000;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 70px; }
body.blog-details .feed-lbl {
  margin: 25px 0px 0px;
  line-height: 34px; }
body.blog-details .blog-content {
  margin-top: 50px;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px; }
  @media screen and (min-width: 1400px) {
    body.blog-details .blog-content .container {
      max-width: 1152px; } }
  body.blog-details .blog-content .share-widget {
    max-width: 102px;
    height: 275px;
    margin: 0px auto;
    position: sticky;
    top: 120px; }
    body.blog-details .blog-content .share-widget label {
      font-size: 16px;
      font-weight: 500;
      font-family: "DM Sans", sans-serif;
      color: #000000;
      line-height: 20px;
      text-align: center;
      margin-bottom: 24px; }
    body.blog-details .blog-content .share-widget .social-links {
      text-align: center; }
      body.blog-details .blog-content .share-widget .social-links ul {
        flex-direction: column; }
        body.blog-details .blog-content .share-widget .social-links ul li {
          list-style-type: none;
          margin-bottom: 20px;
          margin-right: 0px; }
  body.blog-details .blog-content .blog-content-widget {
    max-width: 1000px; }
    body.blog-details .blog-content .blog-content-widget .author-widget {
      border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
      padding-bottom: 40px;
      margin-bottom: 40px; }
      body.blog-details .blog-content .blog-content-widget .author-widget .author-details .author-description {
        margin-left: 15px; }
        body.blog-details .blog-content .blog-content-widget .author-widget .author-details .author-description .author-name {
          font-size: 20px;
          font-weight: 500;
          font-family: p22-mackinac-pro, serif;
          line-height: 30px; }
          body.blog-details .blog-content .blog-content-widget .author-widget .author-details .author-description .author-name label {
            font-size: 12px;
            font-weight: 400;
            font-family: "DM Sans", sans-serif;
            line-height: 30px;
            display: block; }
      body.blog-details .blog-content .blog-content-widget .author-widget .author-details figure {
        border-radius: 100%;
        overflow: hidden; }
      body.blog-details .blog-content .blog-content-widget .author-widget .blog-date {
        height: 60px;
        margin-left: 40px;
        padding-left: 40px;
        border-left: rgba(0, 0, 0, 0.1) solid 1px; }
        body.blog-details .blog-content .blog-content-widget .author-widget .blog-date span {
          font-size: 16px;
          font-family: "DM Sans", sans-serif;
          font-weight: 500;
          color: #000000; }
        @media screen and (max-width: 767px) {
          body.blog-details .blog-content .blog-content-widget .author-widget .blog-date {
            margin-left: 15px;
            padding-left: 15px; } }
@media screen and (max-width: 1600px) {
  body.blog-details .how-heading {
    max-width: 750px !important; } }
@media screen and (max-width: 1399px) {
  body.blog-details .how-heading {
    max-width: 615px !important; }
    body.blog-details .how-heading h2 {
      line-height: 44px; }
  body.blog-details .related-title {
    font-size: 30px;
    margin-bottom: 30px; } }
@media screen and (max-width: 991px) {
  body.blog-details .how-heading {
    max-width: 430px !important; } }
@media screen and (max-width: 991px) {
  body.blog-details .related-title {
    margin-bottom: 0px; }
  body.blog-details .blog-content {
    margin-top: 25px; }
  body.blog-details .blog-list {
    margin-top: 30px; }
  body.blog-details h2 {
    font-size: 26px;
    line-height: 36px; }
  body.blog-details .blog-details-banner {
    padding-top: 85px; }
  body.blog-details .feed-lbl {
    margin: 15px 0px; }
  body.blog-details .blog-content-widget {
    max-width: 575px !important; }
  body.blog-details p {
    font-size: 16px;
    line-height: 26px; } }
@media screen and (max-width: 767px) {
  body.blog-details .read-more {
    width: 110px;
    height: 45px; }
  body.blog-details .blog-list .grid-item .grid-image {
    height: auto; }
  body.blog-details header .header-right .app-actions {
    margin-right: 17px; }
  body.blog-details .blog-details-banner {
    padding-top: 40px !important; }
  body.blog-details .feed-lbl {
    margin: 15px 0px; }
  body.blog-details .author-name {
    font-size: 16px !important; }
  body.blog-details h2 {
    font-size: 20px; }
  body.blog-details .blog-quote {
    padding: 20px; }
    body.blog-details .blog-quote p {
      font-size: 18px;
      line-height: 28px; }
  body.blog-details .details-list-items {
    padding-left: 30px; }
    body.blog-details .details-list-items li {
      padding-left: 0px;
      font-size: 16px;
      margin-bottom: 10px; }
  body.blog-details .share-widget label {
    display: none; }
  body.blog-details .share-widget .social-links ul {
    gap: 8px; }
    body.blog-details .share-widget .social-links ul li {
      margin-bottom: 10px !important; }
      body.blog-details .share-widget .social-links ul li a img {
        width: 20px; }
  body.blog-details .read-books {
    margin-top: 20px; }
  body.blog-details .author-widget {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important; }
  body.blog-details .author-widget .author-details figure img {
    width: 40px;
    height: 40px; }
  body.blog-details .author-widget .author-details .author-description .author-name {
    line-height: 24px; }
    body.blog-details .author-widget .author-details .author-description .author-name label {
      font-size: 12px;
      line-height: 14px; }
  body.blog-details .points-list {
    margin: 20px 0px; } }

@media screen and (max-width: 1399px) and (min-width: 990px) {
  .key-featured .swiper-slide .slide-cnt .left-content h3 {
    font-size: 26px !important; }

  .key-featured .swiper-wrapper .swiper-slide .slide-cnt .left-content p {
    font-size: 16px;
    line-height: 22px; }

  .key-featured .swiper-wrapper .swiper-slide .slide-cnt {
    width: 920px !important;
    height: 380px !important; }

  .key-featured .swiper-slide .slide-cnt::after {
    width: 214px !important;
    height: 267px !important;
    right: 103px !important;
    top: 11px !important; }

  .key-featured .swiper-slide .slide-cnt::before {
    width: 320px !important;
    height: 130px !important;
    top: -60px !important;
    left: -82px !important; } }
.nav-bread .breadcrumb {
  justify-content: center; }
  .nav-bread .breadcrumb li {
    font-size: 20px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    padding: 0px 15px; }
    .nav-bread .breadcrumb li a {
      text-decoration: none;
      color: rgba(255, 255, 255, 0.7); }
    .nav-bread .breadcrumb li.active a {
      color: #ffffff; }
    .nav-bread .breadcrumb li::before {
      font-size: 0px;
      background: url("../../assets/images/bread-right-arrow.svg") no-repeat center;
      width: 24px;
      height: 28px;
      background-size: contain;
      background-position: -8px 4px;
      margin-right: 15px; }
  @media screen and (max-width: 767px) {
    .nav-bread .breadcrumb li {
      font-size: 14px;
      padding: 0px 8px; }
      .nav-bread .breadcrumb li::before {
        width: 18px;
        height: 18px;
        background-position: -7px 1px;
        margin-right: 10px; } }

@media screen and (max-width: 1400px) {
  body header {
    height: 80px !important; } }
body .how-it-works {
  padding: 0 0 100px; }
  body .how-it-works .step-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto; }
    body .how-it-works .step-item .step-cnt {
      width: 60%;
      display: block; }
      body .how-it-works .step-item .step-cnt .how-it-list li:nth-last-child(1) {
        margin-bottom: 0px; }
      body .how-it-works .step-item .step-cnt .how-it-list li:before {
        top: 50%;
        transform: translateY(-50%); }
    body .how-it-works .step-item .step-image {
      width: 31%;
      z-index: 9; }
      body .how-it-works .step-item .step-image figure {
        width: 100%;
        position: relative; }
        body .how-it-works .step-item .step-image figure .step-2icon {
          position: absolute;
          left: 60%;
          top: 50%;
          transform: translateY(-50%); }
    @media screen and (max-width: 1600px) {
      body .how-it-works .step-item {
        max-width: 990px; }
        body .how-it-works .step-item .step-cnt {
          width: 70%; }
        body .how-it-works .step-item .step-image {
          width: 25%; }
          body .how-it-works .step-item .step-image figure img {
            max-width: 200px; }
          body .how-it-works .step-item .step-image figure .step-2icon {
            max-width: 140px;
            left: 52%; } }
    @media screen and (max-width: 991px) {
      body .how-it-works .step-item {
        padding: 0px 90px 0px 50px; } }
  body .how-it-works.step-1-bg, body .how-it-works.step-2-bg {
    top: 170px; }
    @media screen and (max-width: 1400px) {
      body .how-it-works.step-1-bg, body .how-it-works.step-2-bg {
        top: 150px; } }
    @media screen and (max-width: 767px) {
      body .how-it-works.step-1-bg, body .how-it-works.step-2-bg {
        top: 50px;
        position: relative; } }
  @media screen and (min-width: 1400px) {
    body .how-it-works.step-2-bg .step-item, body .how-it-works.step-3-bg .step-item {
      align-items: center; } }
  body .how-it-works.step-3-bg .step-item {
    align-items: center; }
  @media screen and (max-width: 767px) {
    body .how-it-works.step-3-bg {
      padding-bottom: 30px; } }
  body .how-it-works.step-1-bg .step-item .step-cnt {
    padding-top: 90px; }
    @media screen and (max-width: 1400px) {
      body .how-it-works.step-1-bg .step-item .step-cnt {
        padding-top: 50px; } }
  @media screen and (max-width: 1400px) {
    body .how-it-works {
      padding-top: 0px !important; } }
  @media screen and (max-width: 767px) {
    body .how-it-works.step-1-bg {
      padding-bottom: 30px; }
    body .how-it-works .step-item {
      flex-direction: column;
      padding: 30px 20px; }
      body .how-it-works .step-item .step-cnt {
        width: 100%;
        padding-top: 0 !important; }
      body .how-it-works .step-item .step-image {
        width: 100%; } }

body.about-us header.header-fixed {
  background-color: #282561; }
body.about-us .app-actions label {
  color: #ffffff; }

body.blog-page header.header-fixed {
  background-color: #06b0b9; }

@media screen and (max-width: 767px) {
  body header {
    height: 60px !important;
    transition: inherit !important; }
    body header.header-fixed {
      height: 60px !important;
      transition: inherit !important; } }
body.blog-page .blog-banner-sec {
  padding-top: 30px;
  position: relative; }
  body.blog-page .blog-banner-sec::before {
    content: '';
    width: 100%;
    height: calc(100% - 200px);
    background: url("../../assets/images/blog-bg.svg") no-repeat center bottom;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1; }
  body.blog-page .blog-banner-sec::after {
    content: '';
    width: 100%;
    height: 50%;
    background: #06b0b9;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: -1; }
  body.blog-page .blog-banner-sec .blog-banner .how-heading {
    margin-bottom: 30px;
    padding-bottom: 30px; }
    body.blog-page .blog-banner-sec .blog-banner .how-heading p {
      margin-bottom: 0px; }
  body.blog-page .blog-banner-sec .featured-post .how-heading h2 {
    margin-bottom: -30px; }
    @media screen and (max-width: 1400px) {
      body.blog-page .blog-banner-sec .featured-post .how-heading h2 {
        font-size: 36px;
        margin-bottom: -50px; } }
  body.blog-page .blog-banner-sec .details-image .blog-sec img {
    border-radius: 40px; }

@media screen and (max-width: 1400px) {
  .blog-list .grid-item .grid-image {
    height: 170px; } }
.page-template-terms_conditions .terms-conditions, .page-template-privacy_policy .terms-conditions , .page-id-314 .terms-conditions{
  margin-top: 150px !important; }
  @media screen and (max-width: 1400px) {
    .page-template-terms_conditions .terms-conditions, .page-template-privacy_policy .terms-conditions, .page-id-314 .terms-conditions{
      margin-top: 80px !important; } }
  @media screen and (max-width: 991px) {
    .page-template-terms_conditions .terms-conditions, .page-template-privacy_policy .terms-conditions, .page-id-314 .terms-conditions{
      margin-top: 40px !important; } }
.page-template-terms_conditions header, .page-template-privacy_policy header, .page-id-314 header {
  background-color: #06b0b9; }
.page-template-terms_conditions .wp-block-group, .page-template-privacy_policy .wp-block-group {
  padding-bottom: 0px !important; }
  .page-template-terms_conditions .wp-block-group p, .page-template-privacy_policy .wp-block-group p {
    margin-bottom: 15px; }
.page-id-314 header {
	 background-color: #06b0b9;
}
.block-type {
	padding:0 20px;
}
.block-type .feed-lbl {
	margin:0 0 20px 0 !important;
  line-height: 32px;
  display: flex;
  align-content: center;
}

.modal-auto {
	max-width: max-content !important;
}
.modal-auto .btn-close {
	    position: absolute;
    top: -20px;
    right: -20px;
    width: 30px;
    height: 30px;
    background-color: #f7ebeb;
    opacity: 1;
    border-radius: 50%;
}

@media screen and (max-width:767px) {
	#yt-player {
		padding: 5px;
		iframe {
			width: 100%;
    		height: auto;
		}
	}
}
 
/*# sourceMappingURL=style.css.map */
