/*
 body {
  font-family: "helvetica neue", helvetica, sans-serif;
  background-color: #ffffff !important;
  overflow-y:hidden;
}
*/

.faq_section{
    margin:40px auto;
}
.FaQ_Each{
    padding-bottom: 10px;
}
.box  {
  /*background: rgba(246, 246, 246, 1);*/
  color: #666666;
  padding-top: 15px;
  padding-bottom:15px;
  padding-left: 20px;
  font-size: 16px;
  text-transform: none;
  cursor:pointer;
  border: 1px solid #d9d9d9;
  font-weight: bold;
}
.draw {
  display: none;
  background: #ffffff;
  padding: 20px;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  color: #000000;
  padding-left:30px;
}
#other{
    display: none;
}
.fa-plus, .fa-minus{
    color: #bf1e2d;
}

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
body {
/*  background-color: #efefef;*/
  font-family: 'Open Sans', sans-serif;
/*  text-align: center;*/
/*  margin: 0;*/
/*
  display: flex;
  justify-content: center;
  align-items: center;
*/
/*  min-height: 100vh;*/
}

.planContainer {
  display: flex;
  flex-wrap: wrap;
  margin: 1em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

.plan {
  background: #efefef;
  width: 27%;
  box-sizing: border-box;
  text-align: center;
  margin: 1em;
  margin-bottom: 1em;
}
.plan .titleContainer {
  background-color: #bf1e2d;
  padding: 1.4em;
}
.plan .titleContainer .title {
/*  font-size: 1.7em;*/
  text-transform: uppercase;
  color: white;
  font-weight: 700;
}
.plan .titleContainer .price {
  font-size: 1.45em;
  padding-top: 1em;
  padding-bottom: 0.25em;
  color: white;
  font-weight: 500;
  margin-top: 0;
  display: inline-block;
  width: 80%;
}
.plan .titleContainer .price p {
  font-size: 1.45em;
  display: inline-block;
  margin: 0;
  color: #fff;
}
.plan .titleContainer .price span {
  font-size: 1.0875em;
  display: inline-block;
}
.plan .infoContainer {
  padding: 1em;
  color: #2d3b48;
  box-sizing: border-box;
}
.plan .infoContainer .desc {
  padding: 1em 0;
  border-bottom: 2px solid #e1e0e0;
  margin: 0 auto;
  width: 90%;
}
.plan .infoContainer .desc em {
  font-size: 1em;
  font-weight: 500;
}
.plan .infoContainer .features {
  font-size: 1em;
  list-style: none;
  padding-left: 0;
}
.plan .infoContainer .features li {
  padding: 0.5em;
}
.plan .infoContainer .selectPlan {
  border: 2px solid #bf1e2d;
  padding: 0.75em 1em;
  border-radius: 2.5em;
  cursor: pointer;
  transition: all 0.25s;
  margin: 1em auto;
  box-sizing: border-box;
  max-width: 70%;
  display: block;
  font-weight: 700;
}
.plan .infoContainer .selectPlan:hover {
  background-color: #bf1e2d;
  color: white;
}

@media screen and (max-width: 25em) {
  .planContainer {
    margin: 0;
  }
  .planContainer .plan {
    width: 100%;
    margin: 1em 0;
  }
}
/*Custom Css*/


h1, h2, h3, h4, h5, h6 {
  color: #1b1b1b;
  font-family: "Montserrat",sans-serif;
}
body {
  color: #898989;
  font-family: "Lato",sans-serif;
}
        /*---contact form---*/  

        .contactus-one .contact-form .form-control {
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: 1px solid #fff;
            border-radius: 0px;
            background-color: transparent;
            color: #a9a9a9;
            height: 50px;
        }
        .contactus-one .contact-form .form-control {
            border-bottom: 1px solid #ccc;
            box-shadow: none;
        }
        .contact-info > div > p {
            margin-bottom: 10px;
        }
        .contactus-one .contact-info p i {
            margin-right: 15px;
            color: #bf1e2d;
        }
        .map iframe {
            pointer-events: none;
            width: 100%;
            border: none;
        }
        .map {
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
        }
        .map iframe{
            pointer-events: none;
            width:100%;
            border:none;
        }
        .contactus-one .dart-headingstyle-one .dart-heading:after{
            left:15px;
        }

        .normal-btn {
  background: #bf1e2d none repeat scroll 0 0;
  border-radius: 5px;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}
.normal-btn:hover{
    color:white;
}


@charset "UTF-8";

@font-face {
  font-family: "rednote-font";
  src:url("fonts/rednote-font.eot");
  src:url("fonts/rednote-font.eot?#iefix") format("embedded-opentype"),
    url("fonts/rednote-font.woff") format("woff"),
    url("fonts/rednote-font.ttf") format("truetype"),
    url("fonts/rednote-font.svg#rednote-font") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "rednote-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "rednote-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-expense-tracking:before {
  content: "\61";
}
.icon-clients:before {
  content: "\62";
}
.icon-credit-debit-note:before {
  content: "\63";
}
.icon-delivery-challan:before {
  content: "\64";
}
.icon-gst-returns-filing:before {
  content: "\65";
}
.icon-inventory-system:before {
  content: "\66";
}
.icon-invoice:before {
  content: "\67";
}
.icon-proforma-invoice:before {
  content: "\68";
}
.icon-purchase-bills:before {
  content: "\69";
}
.icon-quotation:before {
  content: "\6b";
}
.icon-recurring-invoices:before {
  content: "\6c";
}
.icon-reports:before {
  content: "\6d";
}
.icon-search-hsn-codes:before {
  content: "\6e";
}
.icon-track-payments:before {
  content: "\6f";
}
.icon-unlimited-users:before {
  content: "\70";
}
.icon-purchase-order:before {
  content: "\71";
}

.addre i, .phone-call i, .mail-id i{
    font-size: 1.5rem!important;
    line-height: 1.5rem!important;
}
.price i{
    font-size: 2rem;
    line-height: 3rem;
    padding-right: 5px;
}
.bg-red-color{
    background-color: #bf1e2d!important;
}
.bg-red-color .cta-block h2{
    text-align: center;
}
#l-s-n li {
    list-style: none!important;
}
.erp-1 .about-image, .erp-2 .about-image {
    position: relative;
    max-width: 28.5rem;
    margin: 0 auto;
    text-align: center;
}
.erp-1 .about-image img, .erp-2 .about-image img {
    max-height: 19.5rem;
    margin-bottom: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/*Payroll Software Page CSS*/
.payroll-box {
    background-color: #fff;
    padding: 20px 40px 40px 40px !important;
    border-radius: 10px;
    box-shadow: 0 10px 10px -5px;
}
.payroll-box h2 {
    font-size: 22px;
    color: #bf1e2d;
    text-align: center;
    margin: 10px;
    line-height: 32px;
}
.payroll-box .payroll-btn {
    padding: 15px;
    font-weight: bold;
}
.pay-hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(191, 30, 45, 0), rgba(191, 30, 45, 0.75), rgba(191, 30, 45, 0));
}
.payroll-left p {
   margin-top: 40px;
    font-size: 27px;
    color: black;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    font-family: 'poppins';
    margin-bottom: 40px;
}
.payroll-left img {
    height: auto;
}
.payroll-inner .payroll-inner-text {
    text-align: center;
    font-size: 35px;
    margin-bottom: 40px;
}
.payroll-i-box {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0.5px;
    padding: 30px 10px 20px 10px;
}
.payroll-inner .pay-ico {
    height: 75px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
.payroll-inner p {
    text-align: center;
    color: darkslategray;
    font-weight: bold;
    font-size: 17px;
    line-height: 32px;
}
.payroll-inner p span {
    font-size: 35px;
    color: #bf1e2d;
    font-weight: bold;
}
.pay-banner {
    margin-top: 50px;
    margin-bottom: 50px;
}
.pay-01-ico {
    height: 85px;
    margin: 0 auto;
    display: block;
}
.payroll-in-box h2 {
    text-align: center;
    font-size: 18px;
    color: #bf1e2d;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}
.payroll-in-box p {
    text-align: center;
    font-size: 16px;
    color: #565656;
    line-height: 25px;
    margin-bottom: 40px;
}
.ml-0 {
    margin-left: 0px;
    padding-left: 0px;
}
.pay-001 {
    float: left;
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 300px;
}
.pay-002 {
    float: left;
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 500px;
}
.hrms-002 {
    float: left;
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 200px;
}
.pay-003 {
    float: left;
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 250px;
}
.pay-004 {
    float: left;
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 350px;
}
.foot-pay-form .payroll-box {
    background-color: #fff;
    padding: 20px 40px 40px 40px;
    box-shadow: -2px 2px 10px 0px;
}
.foot-pay-form #land-btn-top {
    background-color: #bf1e2d!important;
    color: #fff!important;
    width: 100%!important;
    border: 1px solid #fff!important;
    margin-top: 20px;
    padding: 10px;
}
.clearfix {
    clear: both;
}
.red-color {
    color: #bf1e2d;
    font-size: 32px;
}
.steps-to-access-rednote img {
    
}
.cta-content-001 {
    background-color: #f1f1f1;
}
.our-products, .our-products h3, .our-products p {
  text-align: center;
}
.partner-banner h4 {
  font-size: 21px;
  text-align: left;
}
span.badge-image {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url('../images/icons/badge.png');
  margin-right: 0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.partner-banner {
  text-align: left!important;
}
.our-products {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  visibility: visible;
  animation-name: fadeIn;
}
.our-products-inner {
  background-color: white;
  border-radius: 5px;
  padding: 4rem;
}
.bg-light-blue {
  background-color: #f7f8fc;
}
@-webkit-keyframes fadeIn {
  0% {
      opacity: 0
  }

  100% {
      opacity: 1
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0
  }

  100% {
      opacity: 1
  }
}
.box-shadow-extra-large-hover:hover {
  -moz-transform: translate3d(0,-3px,0);
  -o-transform: translate3d(0,-3px,0);
  -ms-transform: translate3d(0,-3px,0);
  -webkit-transform: translate3d(0,-3px,0);
  transform: translate3d(0,-3px,0);
}
.box-shadow-extra-large, .box-shadow-extra-large-hover:hover {
  box-shadow: 0 0 25px rgb(0 0 0 / 8%);
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.box-shadow-small, .box-shadow-small-hover:hover {
  box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.bg-light-blue h2 {
  margin-bottom: 50px;
}
.foot-text a {
  display: block;
}
.why-partner {
  /* background-color: #bf1e2d!important; */
  background-image: url('../images/foot-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.why-partner h2, .why-partner a, .why-partner p {
  color: #fff;
}
.why-partner .integration-block p {
  color: #1b1b1b;
}
.mb-30 {
  margin-bottom: 30px!important;
}
.mockup {
  /* transform: perspective(600px) rotateX(20deg); */
  border-radius: 6px;
}
.hero-mock {
  box-shadow: 10px 10px 5px #ccc;
  -moz-box-shadow: 10px 10px 5px #ccc;
  -webkit-box-shadow: 10px 10px 5px #ccc;
  -khtml-box-shadow: 10px 10px 5px #ccc;
  border: 12px solid #fff;
}