@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600;700;800&display=swap");
@font-face {
  font-family: 'Segoe UI';
  src: url(../fonts/segoeui/segoeui-light.woff2) format("woff2"), url(../fonts/segoeui/segoeui-light.woff) format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url(../fonts/segoeui/segoeui-semilight.woff2) format("woff2"), url(../fonts/segoeui/segoeui-semilight.woff) format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url(../fonts/segoeui/segoeui-regular.woff2) format("woff2"), url(../fonts/segoeui/segoeui-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url(../fonts/segoeui/segoeui-semibold.woff2) format("woff2"), url(../fonts/segoeui/segoeui-semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

body {
  font-size: 14px;
  font-weight: 400;
  font-family: Segoe UI, "Roboto", Arial, sans-serif; }

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0; }

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

.clearfix::after {
  clear: both;
  content: '';
  display: table; }

.btn-clr-primary {
  background-color: #7C5EE2;
  color: #ffffff; }
  .btn-clr-primary:hover {
    background-color: rgba(124, 94, 226, 0.8);
    color: #ffffff; }

.btn-clr-black {
  background-color: #000;
  color: #ffffff; }
  .btn-clr-black:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff; }

    .btn-clr-blue{
      background-color: #0071BC;
      color: #ffffff;
    }
    .btn-clr-blue:hover {
      background-color: rgba(0, 0, 0, 0.8);
      color: #ffffff; }

.btn-clr-white {
  background-color: #ffffff;
  color: #000; }
  .btn-clr-white:hover {
    background-color: #000;
    color: #fff; }

.btn-round {
  border-radius: 120px; }

.btn-full {
  width: 100%; }

.home-slick-carousel {
  padding: 50px 0 25px 0; }
  .home-slick-carousel div h1 {
    margin: 0 0 15px 0; }

.control-1 {
  border: 0px;
  border-bottom: 1px solid #cecece;
  border-radius: 0px;
  padding-left: 0px; }

  .enter-your-email-id{
    /* background-color: #43CEA2; */
  background: transparent !important;
  }
  .enter-your-email-id::placeholder{
    color: #FFFFFF;
  }
  .cust-form-ctrl:hover{
    color: #fff !important;
    background-color: #000 !important;
  }
  .cust-form-ctrl:active{
    border: 1px solid rgba(0,123,255,.25);
    /* box-shadow: 0 0 0 0.9rem rgba(0,123,255,.25); */
  }
  .cust-form-ctrl:focus{
    color: #495057;
    background-color: #fff;
    border-color: #80BE08;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
  }

  .get-started-section .container{
    padding: 35px 0px 45px 0;
  }
  .get-started-section .container .try-hb-wrapper{
    /* display: inline-block; */
    position: relative;
    height: 216px;
  }
  .get-started-section .container .try-hb-wrapper .try-hb-left-wrapper{
    width: 50%;
    position: absolute;
    /* left: 70px; */
    left: -170px;
    top: 7px;
  }
  .get-started-section .container .try-hb-wrapper .try-hb-left-wrapper img{
    /* float: left; */
    width: 310px;
    /* height: auto; */
    overflow: hidden;
  }

  .get-started-section .container .try-hb-wrapper .try-hb-right-wrapper{
    float: right;
    position: absolute;
    left: 40%;
    /* width: 80%; */
  }
  
  /* .get-started-section .container .try-hb-wrapper .try-hb-right-wrapper .inpt-btn-get-started{ */
    /* display: flex; */
  /* } */

footer.page-footer {
  background: #EFEFEF;
  padding: 0px 0 0 0; }

footer.page-footer .footer-logo a {
  background: #ffffff;
  border-radius: 5px;
  display: inline-block;
  padding: 6px; }

footer.page-footer .footer-logo img {
  height: 46px; }

footer.page-footer .hb-contact-footer,
footer.page-footer .menu-heading {
  margin-top: 40px; }

footer.page-footer .menu-heading {
  color: #4B4B4B;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: 'Nunito Sans', sans-serif; }

footer.page-footer .text-uppercase {
  text-transform: uppercase; }

footer.page-footer .hb-contact-footer li:not(:last-child) {
  margin-bottom: 10px; }

footer.page-footer .hb-contact-footer li a,
footer.page-footer .hb-contact-footer li span.address {
  padding-left: 30px;
  position: relative;
  display: inline-block;
  color: #4B4B4B; }

footer.page-footer .hb-contact-footer li a svg,
footer.page-footer .hb-contact-footer li span.address svg {
  position: absolute;
  left: 0;
  top: 4px;
  height: 16px; }

footer.page-footer .hb-footer-menu li {
  margin-bottom: 4px; }

footer.page-footer .hb-footer-menu li a {
  color: #4B4B4B; }

footer.page-footer .social-bar {
  margin-top: 20px; }

footer.page-footer .social-bar li {
  position: relative;
  float: left; }

footer.page-footer .social-bar li:not(:first-child) {
  margin-left: 6px; }

footer.page-footer .social-bar li a {
  background: #B2B2B2;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px; }
  footer.page-footer .social-bar li a svg {
    height: 16px; }
    footer.page-footer .social-bar li a:hover{
      background-color: #000;
    }

footer.page-footer .appdownload-btn a {
  margin-left: 20px;
  display: inline-block; }
  footer.page-footer .appdownload-btn a:first-child {
    margin-left: 0; }
  footer.page-footer .appdownload-btn a img {
    height: 47px; }

footer.page-footer .option-link {
  display: block;
  color: #4B4B4B;
  margin: 12px 0;
  text-align: center; }

footer.page-footer .mobile-app-form {
  width: 94%; }
  footer.page-footer .mobile-app-form form {
    border: 1px solid #000000;
    border-radius: 20px;
    position: relative;
    padding: 5px 10px; }
    footer.page-footer .mobile-app-form form .mobile-btn {
      width: 85px;
      padding: 5px !important;
      position: absolute;
      top: 4px;
      right: 5px;
      border-radius: 20px; 
      /* color: #000000; */
    }
    footer.page-footer .mobile-app-form form .mobile-from {
      background-color: #EFEFEF;
      width: 150px;
      border: none;
      outline: none; }
      footer.page-footer .mobile-app-form form .mobile-from::placeholder {
        color: #000000;
        opacity: 1; }

footer.page-footer .disclaimer-section {
  background: #D9D9D9;
  margin-top: 40px;
  padding: 30px 0; }
  footer.page-footer .disclaimer-section .hb-terms-links {
    margin-bottom: 10px; }
  footer.page-footer .disclaimer-section .choose-contry {
    text-align: right; }
    footer.page-footer .disclaimer-section .choose-contry .select-country {
      display: inline-block;
      position: relative; }
      footer.page-footer .disclaimer-section .choose-contry .select-country:after {
        content: '';
        position: absolute;
        border: 5px solid transparent;
        border-top-color: #4B4B4B;
        right: 10px;
        top: 58%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      footer.page-footer .disclaimer-section .choose-contry .select-country label {
        color: #4B4B4B; }
      footer.page-footer .disclaimer-section .choose-contry .select-country select {
        background: #D9D9D9;
        padding: 8px 30px 8px 15px;
        border-radius: 4px;
        border: 0.5px solid #4B4B4B;
        -webkit-appearance: none;
        color: #4B4B4B;
        margin-left: 5px; }
        footer.page-footer .disclaimer-section .choose-contry .select-country select::focus, footer.page-footer .disclaimer-section .choose-contry .select-country select::active {
          outline: none; }
    footer.page-footer .disclaimer-section .choose-contry .office-address {
      font-weight: 600; }
  footer.page-footer .disclaimer-section p {
    margin-bottom: 0px;
    color: #4B4B4B;
    font-size: 13px; }
    footer.page-footer .disclaimer-section p a {
      color: #4B4B4B; }

.navbar {
  padding: 20px; }

.fixed-top {
  border-bottom: 1px solid #EEEEEE; }

header.page-header {
  background: #ffffff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.17); }
  header.page-header.sticky-top {
    position: fixed;
    width: 100%; }
  header.page-header .navbar {
    padding: 0px 0; }
    header.page-header .navbar a.navbar-brand {
      padding: 0; }
      header.page-header .navbar a.navbar-brand svg {
        width: 158px;
        height: 40px; }
    header.page-header .navbar .navbar-nav {
      position: relative; }
      header.page-header .navbar .navbar-nav .nav-item > a {
        padding: 16px 20px;
        color: #000; }
        header.page-header .navbar .navbar-nav .nav-item > a:hover {
          color: #fff;
          background-color: #0071bc; }
      header.page-header .navbar .navbar-nav .nav-item:hover {
        background-color: #0071bc; }
        header.page-header .navbar .navbar-nav .nav-item:hover > a {
          color: #fff; }
      header.page-header .navbar .navbar-nav .dropdown-menu {
        position: absolute;
        border: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0 0 3px #0071bc40;
        box-shadow: 0 0 3px #0071bc40;
        top: 100%;
        margin: 0px;
        width: 200px; }
        header.page-header .navbar .navbar-nav .dropdown-menu .menu-heading {
          font-size: 1rem;
          margin: 0;
          margin-bottom: 15px;
          font-weight: 600;
          color: #0071bc; }
          header.page-header .navbar .navbar-nav .dropdown-menu .menu-heading span {
            padding-bottom: 10px;
            border-bottom: 1px solid #0071bc;
            display: inline-block; }
      header.page-header .navbar .navbar-nav .drop-menu-list li {
        font-size: 0.9rem;
        margin-bottom: 2px; }
        header.page-header .navbar .navbar-nav .drop-menu-list li a {
          padding: 4px 0;
          border-bottom: 1px solid transparent;
          transition: all 0.2s ease-in;
          position: relative;
          display: inline-block; }
          header.page-header .navbar .navbar-nav .drop-menu-list li a:hover {
            font-weight: 600;
            background-color: transparent;
            border-bottom: 1px solid #0071bc;
            transform: translateY(-2px); }
          header.page-header .navbar .navbar-nav .drop-menu-list li a .cmsn {
            color: red;
            font-size: 0.6em;
            display: none; }
          header.page-header .navbar .navbar-nav .drop-menu-list li a:hover .cmsn {
            display: inline-block; }
      header.page-header .navbar .navbar-nav .large-dropdown {
        position: static; }
    header.page-header .navbar .header-user-btn .btn {
      font-size: 0.9rem; }
    header.page-header .navbar .header-user-btn .dropdown {
      display: inline-block;
      margin-right: 10px; }
      @media (min-width: 992px) {
        header.page-header .navbar .header-user-btn .dropdown .animate {
          animation-duration: 0.3s;
          -webkit-animation-duration: 0.3s;
          animation-fill-mode: both;
          -webkit-animation-fill-mode: both; } }

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0; }
  100% {
    transform: translateY(0rem);
    opacity: 1; }
  0% {
    transform: translateY(1rem);
    opacity: 0; } }

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1; }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0; } }
      header.page-header .navbar .header-user-btn .dropdown .slideIn {
        -webkit-animation-name: slideIn;
        animation-name: slideIn; }
      header.page-header .navbar .header-user-btn .dropdown .dropdown-menu {
        top: 103%; }
        header.page-header .navbar .header-user-btn .dropdown .dropdown-menu:before {
          content: ''; }
      header.page-header .navbar .header-user-btn .dropdown .dropdown-item {
        font-size: 0.83rem; }
        header.page-header .navbar .header-user-btn .dropdown .dropdown-item:focus {
          background-color: #228C94; }
      header.page-header .navbar .header-user-btn .dropdown .btn {
        background-color: #FF9B00; }
        header.page-header .navbar .header-user-btn .dropdown .btn:hover{
          background-color: #df8602;
        }

@media (max-width: 575.98px) {
  body {
    padding-top: 60px; }
  header.page-header .navbar {
    padding: 10px 0; }
    header.page-header .navbar .navbar-nav {
      margin-top: 20px;
      max-height: 80vh;
      overflow-y: scroll;
      overflow-x: hidden; }
      header.page-header .navbar .navbar-nav .nav-item > a {
        padding: 10px 5px; }
      header.page-header .navbar .navbar-nav .dropdown-menu-wrapper {
        padding: 10px; }
      header.page-header .navbar .navbar-nav .dropdown-menu.col-2 {
        padding: 0;
        min-width: 100%;
        position: relative; }
      header.page-header .navbar .navbar-nav .dropdown-menu.col-full {
        width: 100%;
        left: 0;
        min-width: 100%;
        position: relative; }
    header.page-header .navbar .header-user-btn {
      display: none; } }

@media (min-width: 1200px) {
  body {
    padding-top: 52px; }
  header.page-header .navbar {
    position: relative; }
    header.page-header .navbar .navbar-nav {
      padding-left: 140px; }
      header.page-header .navbar .navbar-nav .dropdown-menu-wrapper {
        padding: 20px; }
      header.page-header .navbar .navbar-nav .dropdown-menu.col-2 {
        padding: 0;
        min-width: 340px; }
      header.page-header .navbar .navbar-nav .dropdown-menu.col-full {
        width: 820px;
        left: -100px;
        min-width: 100%; }
      header.page-header .navbar .navbar-nav .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(20px);
         }
        header.page-header .navbar .navbar-nav .dropdown-menu.show {
          display: block;
          visibility: visible;
          opacity: 1;
          transform: translateY(0px);
          transition: .4s ease all; } }


.get-started-section-common {
    background: transparent linear-gradient(121deg, #404040 0%, #0A0A0A 100%) !important;
}
.get-started-section-common .section-heading  {
	margin-top: 40px;
}
.get-started-section-common .super-app-form {
	margin-bottom: 40px;
}
.get-started-section-common .section-heading h3 {
	color: #fff;
	font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: 0.8px;
    font-size: 2.2rem;
}
.get-started-section-common .section-heading p {
	color: #fff;
	letter-spacing: 0.41px;
	font-size: 1.2rem;
	margin-top: 1rem;
}
.get-started-section-common .super-app-form {
  padding-top: 18px; }

.get-started-section-common .super-app-form form {
  position: relative;
 }

.get-started-section-common .super-app-form .enter-your-email-id {
        padding-right: 150px;
    color: #fff;
  }
.get-started-section-common .super-app-form .err{
    position: relative;
    margin-top: 6px;
    display: block;
  }

.get-started-section-common .super-app-form form .btn-white {
	position: absolute;
	right: 0;
	right: 0%;
	top: 0%;
	font-weight: 600;
	-webkit-box-shadow: 0 0 7px #00000040;
	box-shadow: 0 0 7px #00000040;
	padding-left: 30px;
	padding-right: 30px; 
	background-color: #FFFFFF;
}



.get-started-section {
  background-color: #43CEA2;
  background: transparent linear-gradient(-50deg, #F8AA38 0%, #FE7D4D 100%) 0% 0%;
  padding: 0;
  position: relative; }

.get-started-section .container {
  z-index: 2; }

.get-started-section .section-heading h3 {
  font-weight: 600;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 0.8px;
  font-size: 2.2rem; }

.get-started-section .section-heading p {
  letter-spacing: 0.41px;
  font-size: 1.2rem;
  margin-top: 1rem; }

.get-started-section .section-heading h3,
.get-started-section .section-heading p {
  color: #ffffff;
  text-align: left;
 }

.get-started-section .get-started-form, .get-started-form {
  padding-top: 18px; }

.get-started-section .get-started-form form, .get-started-form form {
  text-align: center;
  position: relative;
  width: 60%;
  margin: auto; }

  .get-started-section .get-started-form .enter-your-email-id {
    position: absolute;
    width: 205px;
    right: 48%;
  }
  .get-started-section .get-started-form .err{
    position: absolute;
    top: 40px;
    left: -75px;
  }

.get-started-section .get-started-form form .btn, .get-started-form form .btn {
  position: absolute;
  right: 0;
  left: 50%;
  top: 0%;
  font-weight: 600;
  -webkit-box-shadow: 0 0 7px #00000040;
  box-shadow: 0 0 7px #00000040;
  padding-left: 30px;
  padding-right: 30px; 
background-color: #FFFFFF;
}

.get-started-list-wrapper {
  margin-top: 30px;
  text-align: center; }

.get-started-list-wrapper .get-started-list li {
  color: #fff;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  margin-right: 10px;
  font-size: 12px; }

.get-started-list-wrapper .get-started-list li:before {
  position: absolute;
  content: "\2713";
  top: 0;
  left: 0; }

body {
  overflow-x: hidden; }

.wow-outer {
  position: relative;
  overflow: hidden; }

.wow {
  backface-visibility: hidden; }

.page-section {
  position: relative;
  padding: 60px 0; }

.home-banner-section {
  position: relative;
  padding: 60px 0 60px 0; }
  .home-banner-section h1 {
    color: #000000;
    margin: 0px;
    font-size: 3rem;
    font-weight: 800;
    font-family: 'Nunito Sans', sans-serif; }
    .home-banner-section h1 span {
      display: block; }
  .home-banner-section h2 {
    font-size: 1.6rem;
    color: #ff5252;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    margin-top: 10px; }
    .home-banner-section h2 span {
      display: block; }
  .home-banner-section p {
    color: #000000;
    padding-right: 30px; }
  .home-banner-section .banner-links-call {
    margin-top: 20px;
    margin-bottom: 10px; }
    .home-banner-section .banner-links-call a {
      display: inline-block;
      border: 2px solid #0071BC;
      padding: 0;
      border-radius: 4px;
      text-decoration: none;
      cursor: pointer; }
      .home-banner-section .banner-links-call a label {
        margin: 0;
        padding: 5px 12px;
        background: #0071BC;
        color: #ffffff;
        font-size: 20px;
        font-weight: 500; }
      .home-banner-section .banner-links-call a span {
        margin: 0;
        padding: 4px 18px;
        color: #000;
        font-size: 20px;
        font-weight: 600;
        display: inline-block; }
  .home-banner-section .banner-links-btns {
    margin-top: 12px; }
    .home-banner-section .banner-links-btns .banner-btn {
      background: #FF9B00;
      border-color: #FF9B00;
      color: #fff;
      padding: 6px 18px;
      visibility: hidden; }
      .home-banner-section .banner-links-btns .banner-btn:not(:last-child) {
        margin-right: 6px; }



      /* banner animation starts */

      .home-banner-section .banner-pillar-img{
        position: relative;
      }
      .home-banner-section .fixed-banner-pillar-img {
        width: 110px;
        position: relative;
        z-index: 9;
        top: -39px;
        left: 21px;
      }
      .home-banner-section .fixed-banner-pillar-img-inner-ellipse {
        width: 122px;
        position: absolute;
        top: 33px;
      }
      .home-banner-section .fixed-banner-pillar-img-outer-ellipse {
        width: 150px;
        position: absolute;
        top: 25px;
        left: 0;
      }
/* 
        .home-banner-section .sun{
          width:200px;
          height:200px;
          position:absolute;
          -webkit-animation-iteration-count:infinite;
          -webkit-animation-timing-function:linear;
          -webkit-animation-name:orbit;
          -webkit-animation-duration:15s;
          top:50px;
          left:50px;
        }
        
        @-webkit-keyframes orbit { 
        from { -webkit-transform:rotate(0deg) } 
        to { -webkit-transform:rotate(360deg) } 
        } */
        
        .home-banner-section .movable-banner-imgs-section {
/* https://www.useragentman.com/blog/2013/03/03/animating-circular-paths-using-css3-transitions/ */
        }
        .home-banner-section .movable-banner-imgs-section .movable-banner-imgs {
          width: 90px;
          
          -webkit-animation: orbit2 15s linear infinite; /* Chrome, Safari 5 */
          -moz-animation: orbit2 15s linear infinite; /* Firefox 5-15 */
          -o-animation: orbit2 15s linear infinite; /* Opera 12+ */
          animation: orbit2 15s linear infinite; /* Chrome, Firefox 16+, 
                                                   IE 10+, Safari 5 */
        }

        @-webkit-keyframes orbit2 {
          from { 	-webkit-transform: rotate(0deg) translateX(150px) rotate(0deg); }
          to   {  -webkit-transform: rotate(360deg) translateX(150px) rotate(-360deg); }
        }
        
        @-moz-keyframes orbit2 {
          from { 	-moz-transform: rotate(0deg) translateX(150px) rotate(0deg); }
          to   {  -moz-transform: rotate(360deg) translateX(150px) rotate(-360deg); }
        }
        
        @-o-keyframes orbit2 {
          from { 	-o-transform: rotate(0deg) translateX(150px) rotate(0deg); }
          to   {  -o-transform: rotate(360deg) translateX(150px) rotate(-360deg); }
        }
        
        @keyframes orbit2 {
          from { 	transform: rotate(0deg) translateX(150px) rotate(0deg); }
          to   {  transform: rotate(360deg) translateX(150px) rotate(-360deg); }
        }


        .home-banner-section .movable-banner-imgs-section .dot-1 {
            position:absolute;
            left: 315px;
            top: 143px;
            /* transform: translateX(150px); */
            transform: rotate(45deg) translateX(150px);

            
        }

      .home-banner-section .movable-banner-imgs-section .dot-2 {
            position:absolute;
      }
      .home-banner-section .movable-banner-imgs-section .dot-3 {
            position:absolute;
      }
      .home-banner-section .movable-banner-imgs-section .dot-4 {
            position:absolute;
      }
      .home-banner-section .movable-banner-imgs-section .dot-5 {
            position:absolute;
      }
      .home-banner-section .movable-banner-imgs-section .dot-6 {
            position:absolute;
      }
      .home-banner-section .movable-banner-imgs-section .dot-7 {
            position:absolute;
      }
      .home-banner-section .movable-banner-imgs-section .dot-8 {
            position:absolute;
      }






      /* banner animation ends */

.super-app-btn {
  margin-top: 50px; }
  .super-app-btn h3 {
    color: #000;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 10px; }
  .super-app-btn .btn-download {
    border-color: #0071bc;
    background-color: #0071bc;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 30px; }
  .super-app-btn .super-app-download .caption {
    padding: 0; }
  .super-app-btn .super-app-download a {
    margin-left: 12px;
    display: inline-block; }
    .super-app-btn .super-app-download a:first-child {
      margin-left: 0; }
    .super-app-btn .super-app-download a img {
      height: 30px; }

.hb-solution-accordian .solution-wapper {
  padding: 10px 40px;
  border-radius: 10px;
  margin-bottom: 10px; }
  .hb-solution-accordian .solution-wapper h4 {
    opacity: 0.4;
    font-size: 1rem;
    position: relative;
    margin-bottom: 0;
    cursor: pointer; }
    .hb-solution-accordian .solution-wapper h4::hover {
      opacity: 0.8;
      cursor: pointer; }
    .hb-solution-accordian .solution-wapper h4::before {
      position: absolute;
      content: '';
      background: #228C94;
      width: 8px;
      height: 8px;
      display: block;
      border-radius: 50%;
      left: -15px;
      transform: translate(-50%, -50%);
      top: 50%; }
  .hb-solution-accordian .solution-wapper p {
    margin-bottom: 0;
    margin-top: 10px; }
  .hb-solution-accordian .solution-wapper.active-acc {
    border: 1px solid blue;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 6px #0000001A;
    border: 1px solid #B5FAFF; }
    .hb-solution-accordian .solution-wapper.active-acc h4 {
      opacity: 1;
      font-weight: 600; }

.home-section {
  padding: 30px 0; }
  .home-section .section-heading {
    margin-bottom: 30px; }
    .home-section .section-heading h3 {
      color: #000;
      letter-spacing: 0.54px;
      font-weight: 600;
      font-size: 1.6rem; }
    .home-section .section-heading p {
      color: #9A9A9A;
      font-size: .9rem;
      line-height: 1rem;
      margin-top: 20px; }

.page-section .section-heading {
  margin-bottom: 30px; }
  .page-section .section-heading h3 {
    color: #000;
    letter-spacing: 0.54px;
    font-weight: 600;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif; }
  .page-section .section-heading p {
    color: #9A9A9A;
    font-size: .9rem;
    line-height: 1rem; }

/* BASIC CSS */
.jwg_slider_module {
  min-height: 100px; }

.jwg_slider_module,
.jwg_slider_module .arrow_navigation,
.jwg_slider_module .tabbed_navigation {
  overflow: hidden;
  position: relative;
  width: 100%; }

.jwg_slider_module .arrow_navigation {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: auto; }

.jwg_slider_module .arrow_navigation > div {
  position: relative;
  z-index: 20;
  cursor: pointer;
  top: 38%;
  left: auto;
  float: left;
  box-shadow: 0px 3px 6px #00000029; }

.jwg_slider_module .arrow_navigation > div.right {
  float: right; }

.jwg_slider_module .slides {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  height: 100%; }

.jwg_slider_module .slides > .slide {
  float: left;
  width: 100%;
  height: inherit; }

.jwg_slider_module .tabbed_navigation {
  position: absolute;
  bottom: 0;
  left: 0; }

.jwg_slider_module {
  min-height: 320px; }

.jwg_slider_module,
.jwg_slider_module .arrow_navigation,
.jwg_slider_module .tabbed_navigation {
  overflow: hidden;
  position: relative;
  width: 100%; }

.jwg_slider_module .tabbed_navigation {
  padding: 30px 60px;
  background: #EAFDFD 0% 0% no-repeat padding-box; }

.jwg_slider_module .tabbed_navigation > ul li span {
  margin: 0 20px 0 0;
  line-height: 26px;
  display: inline-block; }

.jwg_slider_module .tabbed_navigation > ul:after {
  content: "";
  clear: both;
  display: block; }

.jwg_slider_module .tabbed_navigation > ul li {
  overflow: hidden;
  position: relative;
  display: inline;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  color: #000000; }

.jwg_slider_module .tabbed_navigation > ul li.current,
.jwg_slider_module .tabbed_navigation > ul li:hover {
  opacity: 1; }

.jwg_slider_module .tabbed_navigation > ul li.current span {
  border-bottom: 2px solid #228c94;
  font-weight: 700; }

.jwg_slider_module .tabbed_navigation > ul.5_col li {
  width: 16%; }

.jwg_slider_module .arrow_navigation {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: auto; }

.jwg_slider_module .arrow_navigation > div {
  position: relative;
  z-index: 20;
  opacity: 0;
  transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  width: auto;
  cursor: pointer;
  top: 38%;
  background: #FFF;
  left: auto;
  background: #C8EFF1 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px; }

.jwg_slider_module .arrow_navigation.on > div {
  opacity: 0.6; }

.jwg_slider_module .arrow_navigation > div:hover {
  opacity: 1; }

.jwg_slider_module .arrow_navigation > div > p {
  font-size: 20px;
  position: relative;
  margin-bottom: 0; }

.touch .jwg_slider_module .arrow_navigation > div {
  padding: 20px;
  width: 30px; }

.touch .jwg_slider_module .arrow_navigation > div > p {
  font-size: 20px;
  margin-bottom: 0; }

.jwg_slider_module .slides {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  height: 100%; }

.jwg_slider_module .slides > .slide {
  float: left;
  width: 100%;
  height: inherit; }

.jwg_slider_module .tabbed_navigation {
  position: relative;
  bottom: 0;
  left: 0; }

.jwg_slider_module .arrow_navigation {
  position: absolute; }

.jwg_slider_module .arrow_navigation > div.left,
.jwg_slider_module .arrow_navigation > div.right {
  position: absolute;
  top: 7%;
  padding: 20px 8px;
  color: #fff; }

.jwg_slider_module .arrow_navigation > div.left {
  left: 0; }

.jwg_slider_module .arrow_navigation > div.right {
  right: 0%; }

.tab-wrapper {
  position: relative;
  padding: 15px; }
  .tab-wrapper:before {
    content: '';
    background: #EAFDFD 0% 0% no-repeat padding-box;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 64%; }
  .tab-wrapper-caption h4 {
    color: #000000;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    margin-bottom: 0; }
  .tab-wrapper-caption p {
    color: #000000;
    margin: 20px 0; }
  .tab-wrapper-caption .btn-more {
    border-color: #228C94;
    background: #228C94 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    color: #fff;
    padding: 8px 30px;
    border-radius: 30px; }
  .tab-wrapper-thumb {
    text-align: center; }

.theme-light-bg {
  background: rgba(94, 217, 226, 0.03); }

.hb-compliance-list {
  margin-top: 30px;
  display: flex;
  background-color: #fff;
  box-shadow: 0px 2px 10px #00000012;
  border-radius: 4px;
  align-items: center; }
  .hb-compliance-list a {
    display: block; }
  .hb-compliance-list .icon {
    padding: 30px 0;
    text-align: center;
    box-shadow: 2px 0px 13px #00000012;
    width: 40%; }
    .hb-compliance-list .icon svg {
      height: 50px; }
  .hb-compliance-list .txt {
    width: 60%;
    padding-left: 20px; }
    .hb-compliance-list .txt span {
      font-size: 0.9rem;
      color: #656565;
      font-weight: 600;
      line-height: 1rem;
      display: block; }
  .hb-compliance-list.clr-1 .icon {
    background-color: #6BE5C6; }
  .hb-compliance-list.clr-2 .icon {
    background-color: #FF6363; }
  .hb-compliance-list.clr-3 .icon {
    background-color: #F78A42; }
  .hb-compliance-list.clr-4 .icon {
    background-color: #6836A1; }
  .hb-compliance-list.clr-5 .icon {
    background-color: #9A59B5; }
  .hb-compliance-list.clr-6 .icon {
    background-color: #4B00FF; }
  .hb-compliance-list.clr-7 .icon {
    background-color: #FF2181; }
  .hb-compliance-list.clr-7 .txt span.soon {
    color: #FF0000;
    font-size: 0.7em; }
  .hb-compliance-list.clr-8 .icon {
    background-color: #119F91; }

.automate-feature .automate-feature-list {
  position: relative;
  padding-left: 90px;
  margin-top: 30px; }
  .automate-feature .automate-feature-list:first-child {
    margin-top: 0; }
  .automate-feature .automate-feature-list .automate-feature-list-icon {
    position: absolute;
    left: 0;
    top: 5px; }
  .automate-feature .automate-feature-list h4 {
    color: #656565;
    font-weight: 600;
    font-size: 1rem; }
  .automate-feature .automate-feature-list p {
    color: #656565; }
    .automate-feature .automate-feature-list p span.soon {
      color: #FF0000;
      font-size: 0.7em;
      display: block; }

.ob-feature-bg-1 {
  background-color: #FFF6EF;
  padding: 20px 0;
  margin-top: 10px; }

.ob-feature-bg-2 {
  background-color: #E7F1FB;
  padding: 20px 0;
  margin-top: 30px; }

.ob-feature-wrapper {
  text-align: center;
  padding: 20px 40px; }
  .ob-feature-wrapper .ob-feature-icon svg {
    height: 70px; }
  .ob-feature-wrapper h4 {
    color: #070707;
    letter-spacing: 0.27px;
    font-size: 1rem;
    font-weight: 600;
    margin: 20px 0; }
  .ob-feature-wrapper p {
    font-size: 0.8rem;
    color: #000000;
    letter-spacing: 0.18px; }
  .ob-feature-wrapper a.btn-more {
    border: 1px solid #707070;
    border-radius: 4px; }
    .ob-feature-wrapper a.btn-more:hover {
      color: #fff;
      background: #0071bc;
      border-color: #0071bc; }


      
.media {
  display: flex;
  align-items: flex-start;
  padding: 8px;
  max-width: 35em;
}
.media-object {
  margin-right: 2em;
}
.media-body {
  flex: 1;
  /* padding-left: 20px; */
  min-height: 105px;
  padding: 10px 0px 10px 0;
  border-left: 1px solid #707070;
  padding: 6px 0 6px 30px;
}
.media-heading {
  margin: 0 0 0.5em;
}
.business-analytics-imgs{
  /* margin-top: 1.25em; */
  padding: 26px 15px 0px 12px;
  /* width: 115px; */
  width: 20%;
}
.ba-feature-wrapper {
  padding: 20px 40px;
  background: #fff 0% 0% no-repeat padding-box;
  /* background: #F9FBFF 0% 0% no-repeat padding-box; */
  box-shadow: 0px 3px 11px #00000014;
  position: relative;
  margin-top: 30px; 
}
  .ba-feature-wrapper h4.media-heading {
    color: #000000;
    font-size: 1rem;
    font-weight: 600;
    padding-top: 10px;
 }
  .ba-feature-wrapper p {
    font-size: 0.8rem;
    color: #A1A1A1;
    margin-bottom: 0; }
  .ba-feature-wrapper:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 100%;
    left: 0;
    top: 0; }
  /* .ba-feature-wrapper.clr-1:before {
    background-color: #1E81CE; } */
  /* .ba-feature-wrapper.clr-2:before {
    background-color: #44C3F1; } */
  /* .ba-feature-wrapper.clr-3:before {
    background-color: #FC7473; } */
  .ba-feature-wrapper.clr-4:before {
    background-color: #EF964B; }
  .ba-feature-wrapper.clr-5:before {
    background-color: #EE3159; }
  .ba-feature-wrapper.clr-6:before {
    background-color: #01CCFA; }
  .ba-feature-wrapper.clr-7:before {
    background-color: #FF2181; }
  .ba-feature-wrapper.clr-8:before {
    background-color: #119F91; }

.home-analytics-feature-section {
  padding: 80px 0 180px 0; }
  .home-analytics-feature-section .business-analytics-feature {
    height: 100%;
    border-radius: 10px;
    padding: 40px 50px 0px 50px;
    margin-top: 60px; }
    .home-analytics-feature-section .business-analytics-feature .analytics-feature-list {
      margin-top: 20px; }
      .home-analytics-feature-section .business-analytics-feature .analytics-feature-list h5,
      .home-analytics-feature-section .business-analytics-feature .analytics-feature-list p {
        margin: 0px; }
      .home-analytics-feature-section .business-analytics-feature .analytics-feature-list h5 {
        margin-bottom: 10px;
        font-size: 16px;
        position: relative; }
        .home-analytics-feature-section .business-analytics-feature .analytics-feature-list h5::before {
          content: '';
          width: 10px;
          height: 10px;
          border-radius: 50%;
          position: absolute;
          left: -25px;
          top: 50%;
          margin-top: -5px; }
    .home-analytics-feature-section .business-analytics-feature.primary-color {
      background: #5ED9E2;
      border: 0.5px solid #AAAAAA; }
      .home-analytics-feature-section .business-analytics-feature.primary-color h5,
      .home-analytics-feature-section .business-analytics-feature.primary-color p {
        color: #fff; }
      .home-analytics-feature-section .business-analytics-feature.primary-color h5::before {
        background: #ffffff; }
    .home-analytics-feature-section .business-analytics-feature.secondry-color {
      background: #F9FBFF;
      border: 0.5px solid #AAAAAA; }
      .home-analytics-feature-section .business-analytics-feature.secondry-color h5 {
        color: #656565; }
        .home-analytics-feature-section .business-analytics-feature.secondry-color h5::before {
          background: #0A93FA; }
      .home-analytics-feature-section .business-analytics-feature.secondry-color p {
        color: #A1A1A1; }

.bank-section {
  padding: 60px 0; }
  .bank-section .bank-slick-wrapper {
    margin-top: 20px; }
    .bank-section .bank-slick-wrapper .slick-arrow {
      background: #43BCC5;
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 4px;
      color: #fff;
      height: 30px;
      width: 30px; }
      .bank-section .bank-slick-wrapper .slick-arrow::before {
        color: #fff; }
    .bank-section .bank-slick-wrapper .bank-wrapper {
      background: #FFFFFF;
      box-shadow: 0px 2px 6px #C4C4C4;
      border-radius: 7px;
      margin: 0 10px;
      text-align: center;
      min-height: 170px;
      position: relative; }
      .bank-section .bank-slick-wrapper .bank-wrapper span {
        display: block;
        position: absolute;
        width: 100%;
        padding: 20px;
        top: 10%; }
        .bank-section .bank-slick-wrapper .bank-wrapper span img {
          display: inline-block;
          margin-bottom: 12px;
          height: 60px; }
        .bank-section .bank-slick-wrapper .bank-wrapper span h5 {
          color: #1D1D1D;
          font-size: 14px; }

.aa-feature-section {
  padding: 60px 0; }
  .aa-feature-section .section-heading {
    margin-bottom: 40px; }
    .aa-feature-section .section-heading h3 {
      color: #228C94;
      letter-spacing: 0.54px; }
    .aa-feature-section .section-heading p {
      color: #9A9A9A; }
  .aa-feature-section .feature_wrapper-1 {
    text-align: center;
    margin-top: 20px;
    padding: 5px 20px; }
    .aa-feature-section .feature_wrapper-1 img {
      height: 80px; }
    .aa-feature-section .feature_wrapper-1 h5 {
      color: #000000;
      font-size: 18px;
      margin: 20px 0;
      line-height: 24px; }
    .aa-feature-section .feature_wrapper-1 p {
      color: #656565; }

.highligter-section-1 {
  background: #8BE2E8; }
  .highligter-section-1 h2 {
    color: #000;
    letter-spacing: 0.69px;
    font-size: 2rem;
    margin-top: 100px; }
  .highligter-section-1 p {
    color: #FFFFFF;
    letter-spacing: 0.41px;
    font-size: 1.1rem; }
  .highligter-section-1 .get-started-form {
    padding: 0px;
    margin-bottom: 60px; }
    .highligter-section-1 .get-started-form form {
      position: relative;
      width: 80%;
      margin: inherit; }
      .highligter-section-1 .get-started-form form .form-control {
        border: 1px solid #FFFFFF;
        border-radius: 6px;
        background-color: transparent; }
        .highligter-section-1 .get-started-form form .form-control::placeholder {
          color: #F6FEFF; }
      .highligter-section-1 .get-started-form form input.form-control {
        width: 75%; }
      .highligter-section-1 .get-started-form form input.btn {
        position: absolute;
        top: 0px;
        right: -10px;
        box-shadow: 0px 0px 11px #00000029;
        border-radius: 6px;
        font-weight: 600;
        padding-right: auto 20px; }
        .btn-lets-get-started{
          background-color: #0071BC;
        }

@media (max-width: 575.98px) {
  .home-banner-section::before {
    display: none; }
  .home-banner-section .banner-image {
    margin-top: 50px; }
  .hb-compliance-list ul li {
    width: 100%; }
  .home-analytics-feature-section .business-analytics-feature {
    height: auto; }
  .get-started-section .get-started-form form,
  .highligter-section-1 .get-started-form form {
    width: 90%; }
  .jwg_slider_module .tabbed_navigation {
    padding: 20px; }
  .jwg_slider_module .tabbed_navigation > ul {
    flex-wrap: nowrap !important; }
    .jwg_slider_module .tabbed_navigation > ul li {
      flex-grow: inherit !important; }
  .tab-wrapper-caption {
    margin-bottom: 30px; } }

@media (min-width: 768px) {
  .jwg_slider_module .tabbed_navigation > ul {
    margin: 0 auto;
    display: flex;
    align-items: center; }
    .jwg_slider_module .tabbed_navigation > ul li {
      flex-grow: 1; } }

@media (min-width: 1200px) {
  .tab-wrapper {
    padding: 30px 60px; }
    .tab-wrapper-caption {
      width: 60%; } }

.error {
  display: block;
  color: red;
  font-weight: normal;
  font-size: 13px; }

.swal2-title {
  font-size: 1.2em !important; }

.swal2-input {
  height: 2em !important;
  padding: 0 .75em; }

#swal2-content {
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 0 1em !important; }

.swal2-styled {
  font-size: 12px !important; }

.swal2-image {
  margin: 10px auto !important; }

.swal2-container {
  z-index: 10001 !important; }

#loading {
  background: #ffffff;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  z-index: 99999;
  display: none; }

.err {
  display: block;
  font-size: 11px;
  color: #f00;
  text-align: left; }

.errborder {
  /*border: 1px solid #f00 !important;*/
  border-bottom: 1px solid #f00 !important; }

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 136px;
  transform: translate(-50%, -50%); }

.red-text {
  color: #f00; }

.request-demo-wrapper {
  text-align: center;
  margin-top: 20px; 
}
.request-demo-wrapper .btn {
    color: #fff;
    padding: 6px 18px; 
    margin:0 10px;
}
.request-demo-wrapper .btn.request-demo-btn {
     background-color: #228C94;
}
.request-demo-wrapper .buy-now-btn {
    background: #ff5252;
    border-color: #ff5252;
  
}

.section-subMenu {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f0f4fb;
  border-bottom: 1px solid white;
  box-shadow: 0 0 5px #5f5f5f70; }
  .section-subMenu ul {
    display: flex;
    align-items: center; }
    .section-subMenu ul li {
      flex-grow: 1;
      cursor: pointer;
      text-align: center;
      padding: 12px 0;
      position: relative; }
      .section-subMenu ul li span {
        display: block; }
        .section-subMenu ul li span.icn {
          margin-bottom: 10px; }
          .section-subMenu ul li span.icn svg {
            height: 36px; }
        .section-subMenu ul li span.txt {
          color: #1a1a1a; }
      .section-subMenu ul li.active {
        color: #228C94;
        font-weight: 600; }
        .section-subMenu ul li.active:before {
          content: '';
          position: absolute;
          left: 0%;
          bottom: -1px;
          height: 2px;
          width: 100%;
          background-color: #228C94; }

.section-crousel {
  background: #F9FBFF 0% 0% no-repeat padding-box; }
  .section-crousel .carousel {
    position: relative; }

.gst-return-section,
.e-invoice-section,
.ewaybill-section,
.income-tax-section,
.tds-section,
.payroll-compliance-section {
  padding: 50px 0; }

.gst-return-section .section-heading h3 {
  color: #6BE5C6; }

.e-invoice-section .section-heading h3 {
  color: #9A59B5; }

.ewaybill-section .section-heading h3 {
  color: #F78A42; }

.income-tax-section .section-heading h3 {
  color: #6836A1; }

.tds-section .section-heading h3 {
  color: #FF6363; }

.payroll-compliance-section .section-heading h3 {
  color: #06CBA9; }

.section-heading {
  margin-bottom: 20px; }
  .section-heading h3 {
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 0; }

.gst-sec-tab .nav-pills .nav-item .nav-link {
  border-bottom: 1px solid transparent;
  color: #575858;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  background-color: transparent;
  border-radius: 0; }
  .gst-sec-tab .nav-pills .nav-item .nav-link.active {
    border-bottom-color: #6BE5C6; }

.gst-content {
  margin-top: 30px; }

.gst-return-wrapper {
  margin: 5px 0;
  padding: 5px; }
  .gst-return-wrapper .gst-return-list-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    float: left;
    padding: 2px 0; }
    .gst-return-wrapper .gst-return-list-img img {
      width: 100%;
      box-shadow: 0px 3px 6px #00000029; }
  .gst-return-wrapper .gst-return-list-text {
    padding: 5px 0 0;
    margin-left: 70px; }
    .gst-return-wrapper .gst-return-list-text p {
      margin-bottom: 5px; }
    .gst-return-wrapper .gst-return-list-text .list-title {
      font-weight: 600; }

.bc-icon-list-wrapper .bc-icon-list {
  padding-left: 70px;
  position: relative; }
  .bc-icon-list-wrapper .bc-icon-list:not(:last-child) {
    margin-bottom: 20px; }
  .bc-icon-list-wrapper .bc-icon-list .bc-icon-list-img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0; }
    .bc-icon-list-wrapper .bc-icon-list .bc-icon-list-img img {
      height: 60px; }
  .bc-icon-list-wrapper .bc-icon-list .bc-icon-list-text h5 {
    font-size: 1rem;
    font-weight: 600; }
  .bc-icon-list-wrapper .bc-icon-list .bc-icon-list-text p {
    margin-bottom: 0px; }

.ul-list li {
  position: relative;
  margin-bottom: 5px; }
  .ul-list li:before {
    position: relative;
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    color: #000;
    left: 6px;
    font-size: 12px;
    top: 4px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: text-top; }

.ul-list.check li:before {
  content: "\f00c"; }

.einvoice-form-text {
  padding-left: 20px;
  position: relative; }

.email-form, .email-form:focus {
  border: 1px solid #ccc;
  outline: none;
  border-radius: 0;
  width: 180px; }

.request-demo {
  font-size: 0.875rem;
  border-radius: 0;
  padding: 4px 15px;
  margin: 0px 0px 4px -5px;
  color: #fff; }

.einvoice-btn {
  background-color: #9A59B5; }

.einvoice-btn:hover {
  background-color: #8c59a1;
  color: #fff; }

.einvoice-form-text {
  padding-left: 20px;
  position: relative;
  margin-top: 20px; }

.email-form, .email-form:focus {
  border: 1px solid #ccc;
  outline: none;
  border-radius: 0;
  width: 180px; }

.request-demo {
  font-size: 0.875rem;
  border-radius: 0;
  padding: 4px 15px;
  margin: 0px 0px 4px -5px;
  color: #fff; }

.einvoice-btn {
  background-color: #9A59B5; }

.einvoice-btn:hover {
  background-color: #8c59a1;
  color: #fff; }

.main-text-heading-ewaybill {
  color: #F78A42; }

.list-gst-ewaybill-list-color li:before {
  color: #F78A42; }

.ewaybill-btn {
  background-color: #F78A42; }

.ewaybill-btn:hover {
  background-color: #f9924e;
  color: #fff; }

.income-tax-section .income-tax-btn {
  background-color: #6836A1;
  color: #fff; }

.tds-section .tds-btn {
  background-color: #FF6363; }

.tds-section .tds-list li {
  font-weight: 600;
  line-height: 35px; }

.tds-section .tds-list li:before {
  content: '\2713';
  padding-right: 10px;
  font-weight: 600;
  color: #FF6363; }

.payroll-compliance-btn {
  background-color: #06CBA9;
  color: #fff; }

.aact-banner-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 86%; }
  .aact-banner-section h1 {
    color: #000;
    margin: 0px;
    font-size: 2.9rem;
    font-weight: 800; }
  .aact-banner-section p {
    color: #000000;
    font-size: 1.3rem;
    margin-top: 1rem; }
  .aact-banner-section .banner-image img {
    width: 100%; }

.secure-anytime-cotnent {
  padding-top: 40px; }
  .secure-anytime-cotnent .bc-icon-list {
    margin-bottom: 40px; }

.aact-section h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px; }

.automated-data-entry {
  padding-bottom: 40px; }
  .automated-data-entry .section-image img {
    width: 100%; }

.secure-anytime {
  margin-bottom: 80px;
  padding-top: 40px;
  background-color: #8BE2E8; }
  .secure-anytime .secure-anytime-image {
    position: absolute; }
    .secure-anytime .secure-anytime-image img {
      width: 100%; }
  .secure-anytime p {
    color: #fff !important; }

.integrate-all-data {
  padding: 60px 0; }
  .integrate-all-data .integrate-all-data-image img {
    width: 100%; }
  .integrate-all-data .bc-icon-list {
    margin-bottom: 40px; }

.digital-workers {
  background: #F9FBFF;
  padding: 60px 0; }
  .digital-workers .digital-workers-image img {
    width: 100%; }
  .digital-workers .bc-icon-list {
    margin-bottom: 30px !important; }

.financial-process-section {
  overflow: hidden;
  padding: 60px 0; }

.financial-process-tabs .fprocess-tabs-list {
  margin-bottom: 3rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.24);
  position: relative; }
  .financial-process-tabs .fprocess-tabs-list::before, .financial-process-tabs .fprocess-tabs-list::after {
    content: '';
    position: absolute;
    left: -100%;
    bottom: -1px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.24);
    width: 100%; }
  .financial-process-tabs .fprocess-tabs-list::after {
    left: 100%; }
  .financial-process-tabs .fprocess-tabs-list .nav-item a {
    text-align: center;
    padding: 1.2rem 1rem;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
    .financial-process-tabs .fprocess-tabs-list .nav-item a img {
      height: 34px; }
    .financial-process-tabs .fprocess-tabs-list .nav-item a span {
      display: block;
      margin-top: 10px; }

.financial-process-tabs .fprocess-tabs-content h4 {
  margin-bottom: 20px; }

.financial-process-tabs .fprocess-tabs-content ul.list-check {
  position: relative; }
  .financial-process-tabs .fprocess-tabs-content ul.list-check li {
    margin-bottom: 10px; }
    .financial-process-tabs .fprocess-tabs-content ul.list-check li svg {
      margin-right: 10px; }
      .financial-process-tabs .fprocess-tabs-content ul.list-check li svg path {
        fill: #148A92; }
    .financial-process-tabs .fprocess-tabs-content ul.list-check li:before {
      font-family: 'Font Awesome 5 Free';
      font-size: 12px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.aact-section .bc-icon-list-img img {
  height: 50px !important; }

.home-section {
  padding: 30px 0; }
  .home-section .section-heading {
    margin-bottom: 30px; }
    .home-section .section-heading h3 {
      color: #228C94;
      letter-spacing: 0.54px;
      font-weight: 600;
      font-size: 1.6rem; }
    .home-section .section-heading p {
      color: #9A9A9A;
      font-size: .9rem;
      line-height: 1rem; }

.theme-light-bg {
  background: rgba(94, 217, 226, 0.03); }

.signup-section {
  padding-top: 75px;
  padding-bottom: 75px;
  min-height: 100vh; }

.modal-bg-1 {
  background: transparent linear-gradient(119deg, #E8ECF5 0%, #5ED9E2 100%) 0% 0% no-repeat padding-box; }

.loginLeft {
  background: #ffffff;
  box-shadow: 0px 3px 24px #6D60A178;
  position: relative;
  z-index: 2; }
  .loginLeft::before, .loginLeft::after {
    content: '';
    height: 30px;
    background: #fff;
    position: absolute;
    left: 0;
    border-radius: 20px;
    width: 100%;
    display: block; }
  .loginLeft::before {
    bottom: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .loginLeft::after {
    top: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }

.loginRight {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #D3F8FB 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 44px #0000005C;
  border-radius: 0px 20px 20px 0px;
  position: relative;
  z-index: 1; }

.hb-feature-login {
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  padding: 0 30px;
  top: 50%;
  transform: translateY(-50%); }
  .hb-feature-login img {
    width: 80%; }
  .hb-feature-login h3 {
    color: #5E5E5E;
    margin-top: 20px; }
  .hb-feature-login h5 {
    color: #000000;
    font-weight: 400;
    margin: 15px 0; }
  .hb-feature-login p {
    color: #575757; }

.get-started-form-1 {
  position: relative;
  z-index: 2;
  padding: 10px 50px; }
  .get-started-form-1 h3 {
    font-size: 24px;
    color: #7B7B7B;
    font-weight: 400;
    margin-bottom: 15px; }
    .get-started-form-1 h3 span {
      color: #43BCC5;
      font-weight: 600; }
  .get-started-form-1 .form-group {
    margin-bottom: 15px; }
    .get-started-form-1 .form-group label {
      color: #5ED9E2;
      font-weight: 600;
      font-size: 13px; }
    .get-started-form-1 .form-group .control-1 {
      border: 0px;
      border-bottom: 1px solid #cecece;
      border-radius: 0px;
      padding-left: 0px;
      padding-top: 4px;
      padding-bottom: 4px;
      font-size: 13px; }
      .get-started-form-1 .form-group .control-1:focus {
        outline: none;
        box-shadow: none; }
      .get-started-form-1 .form-group .control-1::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #D1CECE;
        opacity: 1; }
  .get-started-form-1 .form-submit {
    margin-bottom: 0; }
  .get-started-form-1 .btn {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 90%; }

.banner-section-1 {
  position: relative;
  padding: 80px 0 60px 0;
  overflow: hidden;
  background-image: url(../images/neo-banking/neo-banking-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .banner-section-1::before {
    content: '';
    position: absolute;
    width: 130%;
    height: 130%;
    right: -80%;
    top: -30%; }
  .banner-section-1 h1 {
    color: #000000;
    margin: 0px;
    font-size: 2.7rem;
    font-weight: 800;
    margin-bottom: 1rem;
    font-family: 'Nunito Sans', sans-serif; }
  .banner-section-1 p {
    color: #000000;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem; }
  .banner-section-1 .banner-image img {
    height: 400px; }
  .banner-section-1 .btn-clr-primary {
    background-color: #0071bc; }

    
.banner-section-2 {
  position: relative;
  padding: 80px 0 60px 0;
  overflow: hidden;
  /* background-image: url(../images/neo-banking/neo-banking-banner.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.ob-section-2 {
  padding: 40px 0; }
  .ob-section-2 .section-heading {
    margin-bottom: 30px; }
    .ob-section-2 .section-heading h3 {
      font-weight: 700;
      font-family: 'Nunito Sans', sans-serif;
      color: #000; }

.ob-section-tree {
  padding: 40px 0;
  background: transparent linear-gradient(126deg, #FFFFFF 0%, #F9FBFF 100%) 0% 0% no-repeat padding-box; }
  .ob-section-tree .tree-heading {
    display: inline-block;
    border: 3px solid #ffffff;
    border-radius: 9px;
    text-align: center;
    background-color: #036cac;
    padding: 6px 66px;
    box-shadow: 0 0 4px #0000006b;
    margin-bottom: 60px; }
    .ob-section-tree .tree-heading h3 {
      font-size: 1.6rem;
      letter-spacing: 0.58px;
      font-weight: 600;
      font-family: 'Nunito Sans', sans-serif;
      color: #fff;
      margin-bottom: 0px; }
    .ob-section-tree .tree-heading span {
      display: block;
      font-size: 1rem;
      color: #fff; }
  .ob-section-tree .open-banking-tree {
    position: relative; }
    .ob-section-tree .open-banking-tree .banking-tree-branch {
      width: 300px;
      position: relative; }
      .ob-section-tree .open-banking-tree .banking-tree-branch .branch-icon {
        height: 110px;
        position: absolute; }
        .ob-section-tree .open-banking-tree .banking-tree-branch .branch-icon img {
          height: 110px; }
      .ob-section-tree .open-banking-tree .banking-tree-branch h4 {
        font-weight: 700;
        font-family: 'Nunito Sans', sans-serif;
        font-size: 20px; }
      .ob-section-tree .open-banking-tree .banking-tree-branch p {
        color: #575757;
        font-size: 13px; }
    .ob-section-tree .open-banking-tree .one {
      left: 40px;
      padding-right: 70px;
      padding-top: 30px; }
      .ob-section-tree .open-banking-tree .one .branch-icon {
        right: -22%;
        top: 22%; }
      .ob-section-tree .open-banking-tree .one h4 {
        color: #B63E97; }
    .ob-section-tree .open-banking-tree .two {
      margin-top: 180px;
      padding-right: 70px; }
      .ob-section-tree .open-banking-tree .two .branch-icon {
        right: 50px;
        bottom: 108%; }
      .ob-section-tree .open-banking-tree .two h4 {
        color: #00A4E4; }
    .ob-section-tree .open-banking-tree .three {
      left: 80px;
      margin-top: 110px;
      padding-right: 70px; }
      .ob-section-tree .open-banking-tree .three .branch-icon {
        right: 50px;
        bottom: 110%; }
      .ob-section-tree .open-banking-tree .three h4 {
        color: #F58025; }
    .ob-section-tree .open-banking-tree .four {
      left: 50%;
      margin-top: 280px;
      text-align: center; }
      .ob-section-tree .open-banking-tree .four .branch-icon {
        left: 50%;
        margin-left: -55px;
        bottom: 125%; }
      .ob-section-tree .open-banking-tree .four h4 {
        color: #F58025; }
    .ob-section-tree .open-banking-tree .five {
      right: 0;
      margin-bottom: 160px;
      padding-left: 50px;
      margin-top: -40px; }
      .ob-section-tree .open-banking-tree .five .branch-icon {
        left: 50%;
        margin-left: -55px;
        top: 110%; }
      .ob-section-tree .open-banking-tree .five h4 {
        color: #EC339A; }
    .ob-section-tree .open-banking-tree .six {
      right: -26px;
      margin-bottom: 0;
      padding-left: 78px; }
      .ob-section-tree .open-banking-tree .six .branch-icon {
        right: 80%;
        margin-left: -36%;
        top: 0%; }
      .ob-section-tree .open-banking-tree .six h4 {
        color: #A2B9B9; }
    .ob-section-tree .open-banking-tree .seven {
      right: 0;
      margin-top: 196px; }
      .ob-section-tree .open-banking-tree .seven .branch-icon {
        left: 0;
        bottom: 110%; }
      .ob-section-tree .open-banking-tree .seven h4 {
        color: #72CCD2; }
    .ob-section-tree .open-banking-tree .eight {
      right: 45%;
      margin-top: 200px;
      text-align: center; }
      .ob-section-tree .open-banking-tree .eight .branch-icon {
        left: 50%;
        margin-left: -55px;
        bottom: 100%; }
      .ob-section-tree .open-banking-tree .eight h4 {
        color: #F25C62; }

.neo-tree {
  background-image: url(../images/neo-banking/new-banking-tree.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto; }

.bannking-list-check {
  position: relative; }
  .bannking-list-check li {
    margin-bottom: 10px; }
    .bannking-list-check li svg {
      margin-right: 10px; }
      .bannking-list-check li svg path {
        fill: #148A92; }
    .bannking-list-check li:before {
      font-family: 'Font Awesome 5 Free';
      font-size: 12px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.color-primary {
  color: #228C94; }

.ob-section-3 {
  padding: 40px 0; }
  .ob-section-3 .section-heading {
    margin-bottom: 30px; }

.feature-wrapper-1 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 15px #00000012;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 250px; }
  .feature-wrapper-1 span.icon img {
    height: 70px; }
  .feature-wrapper-1 h4 {
    color: #4A4A4A;
    font-size: 1.1rem;
    margin: 1rem 0;
    font-weight: 600; }
  .feature-wrapper-1 p {
    color: #4B4B4B;
    margin-bottom: 0; }

.highligter-section-2 {
  background: #8BE2E8; }
  .highligter-section-2 h4 {
    color: #FFFFFF;
    letter-spacing: 0.69px;
    font-size: 2rem;
    margin-top: 30px; }
  .highligter-section-2 p {
    color: #FFFFFF;
    letter-spacing: 0.41px;
    font-size: 0.9rem; }
  .highligter-section-2 .banner-image {
    margin-top: 30px; }

.banking_step {
  position: relative;
  display: flex;
  width: 100%; }
  .banking_step:before {
    content: '';
    border: 1px dashed #228C94;
    position: absolute;
    width: 60%;
    height: 1px;
    left: 20%;
    top: 40%;
    transform: translateY(-50%); }
  .banking_step-col {
    width: 33%;
    padding: 20px 60px;
    z-index: 2; }
  .banking_step-wrapper {
    background-color: #fff;
    text-align: center; }
  .banking_step-img {
    margin-bottom: 20px; }
    .banking_step-img img {
      height: 110px; }
  .banking_step-count span {
    color: #fff;
    background: #8BE2E8;
    color: white;
    border-radius: 50%;
    padding: 2px 0;
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 1rem; }
  .banking_step-name {
    margin-top: 0.5rem; }
    .banking_step-name h4 {
      color: #4A4A4A;
      font-size: 1rem;
      font-weight: 600; }

.ob-section-5 {
  padding: 70px 0; }
  .ob-section-5 .question-heading {
    background-image: url(../images/neo-banking/have-questions.png);
    padding: 85px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    overflow: hidden;
    text-indent: 800px; }
    .ob-section-5 .question-heading h5 {
      color: #228C94; }
  .ob-section-5 .question-content {
    margin-top: 20px; }
    .ob-section-5 .question-content p {
      font-weight: 500;
      margin-bottom: 0; }

.collaborattion-img img {
  width: 100%; }

.invoice-processing-automation-img img {
  width: 100%; }

.digital-document-img {
  position: relative; }
  .digital-document-img img {
    width: 100%; }

.pos-img img, .crm-img img {
  width: 100%; }

.backend-process-img img {
  width: 100%; }

.multi-entry-points-section {
  margin-top: 80px; }

.abs-banner {
  padding-bottom: 50px;
  position: relative;
  background-color: #fff;
  background-position: top center;
  background-size: 100% 78%;
  background-repeat: no-repeat; }
  .abs-banner .banner-heading {
    margin-top: 60px; }
    .abs-banner .banner-heading h1 {
      font-weight: 700;
      padding-bottom: 12px;
      font-family: 'Nunito Sans', sans-serif;
      font-size: 36px;
      margin-bottom: 0;
      color: #fff; }
    .abs-banner .banner-heading p {
      color: #fff; }
  .abs-banner .banner-thumb {
    text-align: center;
    position: relative;
    width: 70%;
    margin: auto; }
    .abs-banner .banner-thumb img {
      width: 100%; }

.abs-section {
  padding: 50px 0; }
  .abs-section .section-heading {
    margin-bottom: 50px; }
    .abs-section .section-heading h3 {
      color: #000;
      letter-spacing: 0.54px;
      font-weight: 600;
      font-size: 1.6rem;
      font-weight: 700;
      font-family: 'Nunito Sans', sans-serif; }
    .abs-section .section-heading p {
      color: #9A9A9A;
      font-size: .9rem;
      line-height: 1rem;
      margin-top: 20px; }

.collaborattion-list li {
  position: relative;
  padding-left: 40px; }
  .collaborattion-list li:before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    content: "\f00c";
    color: #228C94;
    left: 6px;
    font-size: 18px;
    top: 4px; }
  .collaborattion-list li h5 {
    color: #575757;
    font-weight: 600;
    font-size: 1rem; }
  .collaborattion-list li p {
    color: #575757; }

.multiEntry-list li {
  position: relative;
  padding-left: 40px; }
  .multiEntry-list li:before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    content: "\f111";
    color: #F1EFFE;
    left: 6px;
    font-size: 18px;
    top: 4px; }
  .multiEntry-list li h5 {
    color: #575757;
    font-weight: 600;
    font-size: 1rem; }
  .multiEntry-list li p {
    color: #575757; }

.multi-entry-img img {
  width: 100%; }

.banner {
  padding: 50px 0 0;
  text-align: center;
  position: relative; }

.abs-banner .banner .banner-text {
  color: #fff;
  text-align: center;
  padding: 0px 165px; }

.account-section, .invoice-processing-automation-section, .backend-process-digitization, .pos-mpos-section, .crm-section, .digital-document-section, .multi-entry-points-section, .ready-for-a-simple-future-section {
  padding: 50px 0; }

.account-text {
  padding: 0px 50px 0 0; }

.account-text-heading {
  color: #228C94;
  font-weight: 600; }

p.account-text-p {
  font-weight: 600; }

ul.account-text-list li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 15px; }
  ul.account-text-list li span.icon {
    position: absolute;
    left: 0;
    top: 2px; }
    ul.account-text-list li span.icon img {
      width: 50px; }

.invoice-processing-automation-section {
  background: #8BE2E8; }
  .invoice-processing-automation-section .section-heading p {
    color: #000;
    margin-top: 10px; }

.invoice-processing-automation-section .heading-white, .digital-document-section .heading-white {
  color: #fff; }

.pos-mpos-section .heading-black {
  color: #000; }

.pos-mpos-section {
  color: #000;
  background-color: #F9FBFF; }

.digital-document-section {
  color: #000;
  background-color: #F9FBFF; }

.ready-for-a-simple-future-section {
  background: transparent linear-gradient(0deg, #43CEA2 0%, #5ED9E2 100%);
  text-align: center;
  color: #fff; }

.get-started-mail {
  margin-left: -7px;
  margin-top: -3px;
  padding: 6px 20px;
  font-weight: 600;
  font-size: 14px; }

.email-form, .email-form:focus {
  border: none;
  outline: none; }

.crm-feature-wrapper .crm-feature-list {
  position: relative;
  padding-left: 65px; }
  .crm-feature-wrapper .crm-feature-list .crm-feature-img {
    position: absolute;
    left: 0;
    top: 0px; }
    .crm-feature-wrapper .crm-feature-list .crm-feature-img img {
      height: 50px; }
  .crm-feature-wrapper .crm-feature-list .crm-feature-content h4 {
    color: #000000;
    font-size: 1.3rem;
    font-weight: 600; }
    .crm-feature-wrapper .crm-feature-list .crm-feature-content h4 span {
      display: inline-block;
      border-bottom: 1px solid #735EF6;
      line-height: 40px; }
  .crm-feature-wrapper .crm-feature-list .crm-feature-content .circle-list {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap; }
    .crm-feature-wrapper .crm-feature-list .crm-feature-content .circle-list li {
      width: 49%;
      display: inline-block;
      position: relative;
      padding-left: 20px;
      margin-bottom: 10px;
      padding-right: 20px; }
      .crm-feature-wrapper .crm-feature-list .crm-feature-content .circle-list li:before {
        content: '';
        background: #29A79B;
        height: 6px;
        width: 6px;
        display: block;
        position: absolute;
        border-radius: 50%;
        left: 0;
        top: 8px; }
    .crm-feature-wrapper .crm-feature-list .crm-feature-content .circle-list:after, .crm-feature-wrapper .crm-feature-list .crm-feature-content .circle-list:before {
      content: '';
      clear: both;
      display: table-cell; }
  .crm-feature-wrapper .crm-feature-list .crm-feature-content ul.ul-list {
    margin-top: 20px;
    margin-bottom: 30px; }

@media (max-width: 575.98px) {
  .abs-banner {
    background-color: #1EABB5;
    border-radius: 0;
    padding-bottom: 50px; }
  .abs-banner .banner .banner-text {
    padding: 0 10px; }
  .padding-bottom {
    padding-bottom: 20px; }
  .padding-top {
    padding-top: 20px; } }

.suparApp-download-modal {
  padding: 60px 0 0 0;
  height: 100vh; }

.download-check-list {
  margin: 30px 0; }
  .download-check-list li {
    position: relative;
    margin-bottom: 5px; }
    .download-check-list li:before {
      position: relative;
      font-family: 'Font Awesome 5 Free';
      font-weight: 800;
      content: "\f00c";
      color: #228C94;
      left: 6px;
      font-size: 12px;
      top: 4px;
      display: inline-block;
      margin-right: 15px;
      vertical-align: text-top; }

.loginRight-app {
  position: relative;
  top: 50%;
  padding: 30px;
  transform: translateY(-50%); }

.hb-feature-login-mobile {
  text-align: center; }

.hb-feature-login-mobile h3 {
  color: #000;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px; }

.hb-feature-login-mobile h5 {
  color: #000;
  font-weight: 600; }

.hb-feature-login-mobile .hb-feature-login-mobile-list li {
  padding: 0 0 0 50px;
  color: #575757;
  position: relative;
  line-height: 28px; }

.hb-feature-login-mobile .hb-feature-login-mobile-list li:before {
  position: absolute;
  content: "\2713";
  top: 0px;
  left: 80px;
  color: #119032;
  font-weight: 600; }

.get-started-form-mobile form {
  text-align: center;
  position: relative;
  width: 100%;
  margin: auto; }
  .get-started-form-mobile form .form-control {
    width: 80%; }
  .get-started-form-mobile form .btn {
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    right: 0; }

.get-started-form-mobile input[type="text"]::placeholder {
  font-size: 12px; }

.gplay-list-wrapper {
  width: 100%;
  text-align: left;
  margin: auto;
  margin-top: 20px; }

.gplay-list-wrapper .gplay-list li {
  display: inline-block; }

.gplay-list-wrapper .gplay-list li img {
  height: 40px; }

.get-started-form-bgmobile {
  position: relative;
  z-index: 8; }
  .get-started-form-bgmobile img {
    height: 570px; }

.get-started-form-bgmobile img {
  margin-right: -54px; }

.title h3 {
  color: #000;
  font-weight: 600; }

.the-right-business-dashboard, .connect-your-data-end-section, .voice-search-search {
  padding: 50px 0; }

/*  banner  */
.bat-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0 50px 0; }

.bat-section .banner-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 25px; }

.bat-section .banner-text h1 {
  color: #000000;
  font-weight: 600;
  margin-top: 0; }

.bat-section .banner-text p {
  font-weight: 500;
  margin-top: 15px; }

.bat-section .banner-img {
  text-align: right; }

.bat-section .banner-img img {
  width: 450px; }

/*  banner end  */
/*  the right business  */
.the-right-business-dashboard .the-right-business-wrapper {
  text-align: center; }

.the-right-business-dashboard .the-right-business-wrapper .title {
  padding: 0 240px;
  margin-bottom: 15px; }

/*  the right business end  */
/*  Connect your Data  */
.connect-your-data-end-section {
  background-color: #F9FBFF; }

.connect-your-data-end-section .connect-your-data-end-text {
  margin-top: 25px;
  /* padding-right: 155px; */ }

.connect-your-data-img {
  margin-top: 30px; }

.connect-your-data-img ul li {
  display: inline;
  margin-right: 20px; }
  .connect-your-data-img ul li:not(:first-child) {
    margin-left: 30px; }
  .connect-your-data-img ul li img {
    height: 100px; }

/*  Connect your Data end  */
/*  voice search */
.voice-search-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.voice-search-text {
  padding-top: 10px; }

.voice-search-form-text {
  position: relative; }

.email-form, .email-form:focus {
  border: 1px solid #ccc;
  outline: none;
  border-radius: 0;
  width: 180px; }

.request-demo {
  font-size: 0.875rem;
  border-radius: 0;
  padding: 4px 15px;
  margin: 0px 0px 4px -5px;
  color: #fff;
  background-color: #228C94; }

.request-demo:hover {
  color: #fff;
  background-color: #219ea8; }

/*  voice search end  */
@media (max-width: 991.98px) {
  .banner-text h1 {
    font-size: 29px;
    padding-right: 0px; }
  .the-right-business-dashboard .the-right-business-wrapper .title {
    padding: 0 65px;
    margin-bottom: 15px; }
  .connect-your-data-img ul li img {
    padding-top: 20px; }
  .voice-search-wrapper, .voice-search-img {
    padding-bottom: 50px; }
  .voice-search-form-text .request-demo {
    position: absolute;
    bottom: -4px; } }

@media (max-width: 767.98px) {
  .banner-section .banner-text {
    padding: 0px;
    text-align: center; }
  .banner-section .banner-text {
    padding: 0px;
    text-align: center; }
  .banner-section .banner-text h1 {
    font-size: 23px; }
  .the-right-business-dashboard .the-right-business-wrapper .title {
    padding: 0 20px;
    margin-bottom: 15px; }
  .connect-your-data-img ul li img {
    padding-top: 20px; }
  .voice-search-form-text .request-demo {
    position: absolute;
    bottom: -4px; } }

@media (max-width: 575.98px) {
  .banner-section .banner-text {
    padding: 0 55px;
    text-align: center; }
  .banner-section .banner-img {
    display: none; }
  .the-right-business-dashboard .the-right-business-wrapper .title {
    padding: 0 50px;
    margin-bottom: 15px; }
  .connect-your-data-img {
    text-align: center; }
  .connect-your-data-img ul li img {
    padding-top: 20px; }
  .voice-search-wrapper {
    padding-bottom: 25px; }
  .voice-search-img img {
    margin-bottom: 25px; } }

.ba-slide-crousel .carousel-control-prev,
.ba-slide-crousel .carousel-control-next {
  background: #43BCC5;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  padding: 10px;
  top: 30%; }

.ba-slide-crousel .carousel-control-prev {
  left: -60px; }

.ba-slide-crousel .carousel-control-next {
  right: -60px; }

.ba-slide-crousel .carousel-indicators {
  position: relative;
  margin: 0;
  margin-top: 30px; }
  .ba-slide-crousel .carousel-indicators li {
    width: 160px;
    height: auto;
    position: relative; }
    .ba-slide-crousel .carousel-indicators li span {
      color: #0071bc;
      text-align: center;
      width: 100%;
      padding-top: 10px; }
      
      
      
      
.mobile-cta {
    position: fixed;
    text-align: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.mobile-cta .btn-primary, .mobile-cta .btn-primary:hover, .mobile-cta .btn-primary:active, .mobile-cta .btn-primary:focus {
    border: 2px solid #fff;
    width: 180px;
}
.mobile-cta .dropdown-menu.dropdown-menu-center {
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 6px rgb(0 0 0 / 25%);
}


.mobile-login-btn {
      padding: 8px 10px;  
}
.mobile-login-btn .dropdown {
    width: 100%;
}
.mobile-login-btn .dropdown .btn{
    width: 100%;
}
.mobile-login-btn .dropdown .dropdown-menu {
    position: relative;
    width: 100%;
    border: 0;
}
.mobile-login-btn .btn-clr-black {
    width: 100%;
    margin-top: 8px;
}

.brightness {
  display: inline-block;

}
.brightness img:hover {
  opacity: .5;
}



.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: #212529;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
	
  }
}
.accordion-button.collapsed {
  border-bottom-width: 0;
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
 
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}

.accordion-body {
  padding: 0.50rem 0.75rem;
}

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}




/* Page 1 ends */

/* New Page GSt starts: */


.banner-section-page-2 {
  position: relative;
  padding: 60px 0 60px 0;
  background: transparent linear-gradient(-50deg, #F8AA38 0%, #FE7D4D 100%) 0% 0%;
 }
 .banner-section-page-2 .cust-banner-caption{
  padding: 0 0 0 50px;
 }
  .banner-section-page-2 h1 {
    color: #fff;
    margin: 0px;
    font-size: 2.5rem;
    /* font-weight: 800; */
    font-family: 'Nunito Sans', sans-serif; }
    .banner-section-page-2 h1 span {
      display: block; }
  .banner-section-page-2 h2 {
    font-size: 1.6rem;
    color: #ff5252;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    margin-top: 10px; }
    .banner-section-page-2 h2 span {
      display: block; }
  .banner-section-page-2 p {
    color: #000000;
    padding-right: 30px; }

.banner-section-page-2 .banner-links-call {
  margin-top: 20px;
  margin-bottom: 10px; }
  .banner-section-page-2 .banner-links-call a {
    display: inline-block;
    padding: 0;
    text-decoration: none;
    cursor: pointer; }
    .banner-section-page-2 .banner-links-call a label {
      margin: 0;
      padding: 6px 33px;
      border: 2px solid #0071BC;
      border-radius: 4px 0 0 4px;
      background: #0071BC;
      color: #ffffff;
      font-size: 24px;
      font-weight: 500; }
    .banner-section-page-2 .banner-links-call a span {
      margin: 0;
      padding: 6px 45px;
      position: absolute;
      border: 2px solid #fff;
      border-left: none;
      border-radius: 0 4px 4px 0;
      color: #fff;
      font-size: 24px;
      font-weight: 600;
      display: inline-block; }
.banner-section-page-2 .banner-links-btns {
  margin-top: 12px; }
  .banner-section-page-2 .banner-links-btns .banner-btn {
    background: #FF9B00;
    border-color: #FF9B00;
    color: #fff;
    padding: 6px 18px;
    visibility: hidden; }
    .banner-section-page-2 .banner-links-btns .banner-btn:not(:last-child) {
      margin-right: 6px; }



      /* Banner-form */

      .banner-section-page-2 .row{
        margin-left: 0px;
      }
      .banner-section-page-2 .get-free-demo{
        background-color: #0071BC;
        color: white;
        padding: 16px 40px;
        font-size: 1.50em;
        border: none;
        width: 400px;
        border-radius: 8px 8px 0 0;
        cursor: pointer;
        text-align: center;
      }
      .banner-section-page-2 .cust-banner-form{
        float: right;
        margin-right: 40px;
      }
      .banner-section-page-2 .cust-banner-form-bg{
        background-color: #fff;
        /* color: white; */
        padding: 30px 10px;
        border: none;
        width: 400px;
        border-radius: 4px;
        cursor: pointer;
      }

     

      .banner-section-page-2 .cust-input-container{
        display: -ms-flexbox; 
        display: flex;
        width: 100%;
        margin-bottom: 15px;
      }

      .cust-btn-submit {
        background-color: #0071BC;
        color: white;
        padding: 10px 40px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        margin: 0 auto;
      }
      
      .cust-btn-submit:hover {
        background-color: #0060a0;
      }
      .center-cust-btn-submit{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        background-color: #FF9B00;
        color: #fff;
        padding: 10px 25px;

      }

      /* Testimonials */
      
.feature-wrapper-1-2 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 15px #00000012;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 250px; }
  .feature-wrapper-1-2 span.icon img {
    height: 23px; }
  .feature-wrapper-1-2 h4 {
    color: #4A4A4A;
    font-size: 1.1rem;
    margin: 1rem 0;
    font-weight: 600; }
  .feature-wrapper-1-2 p {
    color: #4B4B4B;
    margin-bottom: 0; }


    .banner-section-page-2 .cust-banner-image{
      padding-top: 16px;
      margin-top: 16px;

    }
    
    
    footer.page-footer .mobile-app-form form .mobile-from, footer.page-footer .mobile-app-form form .mobile-from:focus {
    	color: #000 !important;
    }