@font-face {
  font-family: "Eras Light ITC";
  src: url("../fonts/ErasITC-Light.woff2") format("woff2"),
    url("../fonts/ErasITC-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eras Medium ITC";
  src: url("../fonts/ErasITC-Medium.woff2") format("woff2"),
    url("../fonts/ErasITC-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "ErasITC-Medium";
  src: url("../fonts/ErasITC-Medium.woff");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf");
}


@font-face {
  font-family: "Inter_18pt-Regular";
  src: url(../fonts/Inter/static/Inter_18pt-Regular.ttf);
}

@font-face {
  font-family: "PublicSans-Regular";
  src: url(../fonts/Public_Sans/static/PublicSans-Regular.ttf);
}

@font-face {
  font-family: "PublicSans-Bold";
  src: url(../fonts/Public_Sans/static/PublicSans-Bold.ttf);
}


@font-face {
  font-family: "ErasDemiITC";
  src: url(../fonts/ErasDemiITC.ttf);
}



html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,

caption,

tfoot,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {text-decoration: none;
  margin: 0px;
  padding: 0px;
  /* font-family: "Poppins-Regular"; */
  font-family: "Inter_18pt-Regular";
  font-size: 14px;
  color: #444444;
  text-align: left;
  font-weight: normal;
  /* letter-spacing: 0.5px; */
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}


*,
*:after,
*:before {text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}


.reshdr {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 13;
    display: none;
}

.reshdr ul {
    /* padding: 10px 0px; */
    background: #014274;
}


.reshdr ul li {
    float: left;
    width: 20%;
    margin: 0px;
    padding: 10px;
    border-right: 1px solid #f4f4f4;
}

.reshdr ul li a {
    display: flex; text-decoration: none;
    flex-direction: column;
    text-align: center;
    text-align: center;
    align-items: center;
    color: #fff;
}


.reshdr ul li i {
    color: #fff;
    margin-bottom: 5px;
}

.tpHdr {
    background: #002d77;
    padding: 8px 0px;
    position: relative;
    z-index: 1;
}

.wrap {
    max-width: 1170px;
    min-width: 320px;
    /* padding: 0px 2%; */
    margin: 0 auto;
    /* min-width: 290px; */
    width: 96%;
}

.tp-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tpHdr .lftpnl {
    float: left;
}

ul {
    margin-left: 0px;
}


.tpHdr .lftpnl li {
    float: left;
    margin-right: 25px;
}

.tpHdr .lftpnl li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    font-family: "Inter_18pt-Regular";
    font-size: 14px;
    text-decoration: none;
}

ul li {
    list-style: none;
    /* margin-bottom: 38px; */
    /* float: left; */
}

ul:after {
    content: "";
    display: block;
    clear: both;
}

.tpHdr .marquee-container {
    margin: 0px auto;
    width: 35%;
    text-align: center;
    line-height: 2.5rem;
    background: transparent;
}

marquee {
    font-size: 16px;
    color: #ffffff;
}

.tpHdr .mil {
    float: right;
    /* font-weight: 600; */
    color: #fff;
   font-family: "Inter_18pt-Regular";
    font-size: 14px;
    text-decoration: none;
    margin: 0;
}

.error-msg, .success-msg{color: #fff;}
img, svg {
    vertical-align: middle;
}

.clear {
    clear: both;
}




.header-container{
	width: 100%;
	background: rgba(49,56,62,255);
	min-height: 75px;
	scroll-behavior: smooth;
}

nav {
left:0;
width: 100%;
display:grid;
grid-template-columns:1fr 2fr;
grid-gap: 0px;
box-sizing: border-box;
z-index: 9;
align-items: center;
padding: 13px 0;
}

 .logo-section {
    display: grid;
    grid-template-columns: 3fr 1fr;
    padding-top: 5px;
}


.menu-icon {
  display:none;
  padding: 15px 15px;
  float: right;
  margin-right:10px;
  cursor: pointer;
}


.navigation-menu {
  display: flex;
	clear: both;
    max-height:0px;
	transition: max-height .2s ease-out;
  align-items: center;
}

.navigation-menu ul {
	display:flex;
	flex-direction: row;
	list-style:none;
	justify-content:right;
	flex-grow: 1;
}
.navigation-menu ul li {
  padding: 0 5px;
  margin-right: 5px;
}
.navigation-menu ul li a {text-decoration:none;
  line-height: 25px;
	color: #444;
	font-weight: 500;
  font-size: 17px;
}


.navigation-menu ul li.active a {
	color:#0b1cd5;
}


.navigation-menu ul li a:hover{
	transition:0.1s;
}

.nav-link {
	line-height:3rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
	font-family: "Inter_18pt-Regular";
	font-size: calc(0.5rem + 0.5vw);
	font-weight:500;
	/* letter-spacing: 1.2px; */
}
header nav ul li{
  position: relative;
}

header nav ul.nv li a:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 2px;
    background: #0065fd;
    bottom: -4px;
    width: 0;
    transition: 0.3s ease;
}

header nav ul.nv li:hover a:after {
    width: 87%
}


.header-nav{
position: fixed;
top:0;
left:0;
width: 100%;
grid-gap: 0px;
box-sizing: border-box;
background-color: rgb(255, 255, 255);
z-index: 11;
align-items: center;
box-shadow: 0 0 1px 0 #0c1a4b;
padding: 0;
}

ul.subNv li {
    margin-right: 6px;
    position: relative;
    padding: 0px;
}


    .btns-head {
    background: #fff;
    color: #002d77;
    padding: 8px 19px;
    font-family: "Inter_18pt-Regular";
    border: 1px solid #002d77;
    border-radius: 5px;
    font-size: 1.125rem;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.3);
}

.btns-head-second {
    background: #0d9f16;
    color: #fff !important;
    font-family: "Inter_18pt-Regular";
    padding: 8px 19px;
    border: 1px solid #0d9f16;
    border-radius: 5px;
    font-size: 1.125rem;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.3);
}

.btns-head:hover,
.btns-head-second:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgb(59 130 246 / .4)
}

/* menue active */

.page-features a[href="accounting-software-features.html"] span {
    color: #2563eb !important;
}
.page-features a[href="accounting-software-features.html"]::after {
    content: "";
}

.page-pricing a[href="accounting-software-pricing.php"] span {
    color: #2563eb !important;
}
.page-pricing a[href="accounting-software-pricing.php"]::after {
    content: "";
}

.page-partner a[href="accounting-software-partnership.html"] span {
    color: #2563eb !important;
}
.page-partner a[href="accounting-software-partnership.html"]::after {
    content: "";
}

.page-support a[href="businessbookplus-support.html"] span {
    color: #2563eb !important;
}
.page-support a[href="businessbookplus-support.html"]::after {
    content: "";
}




.hamburger {
  background: #0b86e6;
  display: block;
  height: 2px;
  width: 18px;
  position: relative;
  transition: .2s ease-out;
}
.hamburger::before{
background:#0b86e6;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: all .2s ease-out;
  top: 5px;
}

.hamburger::after{
 
	background: #0b86e6;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: all .2s ease-out;
  top: -5px;
}


 .toggle-btn:checked ~ .navigation-menu {
	max-height: 360px;
}


.toggle-btn:checked ~ .logo-section .hamburger-menu .menu-icon .hamburger {
  background:transparent;

}
 .toggle-btn:checked ~ .logo-section .hamburger-menu .menu-icon .hamburger::before{
  transform: rotate(-45deg);
  top: 0;
}
 .toggle-btn:checked ~ .logo-section .hamburger-menu .menu-icon .hamburger::after{
  transform: rotate(45deg);
  top: 0;
}





/* footer */

.trial .wrap {
  position: relative;
  z-index: 1;
}

.trial {
  background: #f1f4f6;
  padding: 60px 0px;
  border-top: 1px solid #dbd8d8;
  position: relative;
}

.trial h2 {    font-size: 3rem;
    
    color: #021440;
  text-align: center;
 
  letter-spacing: normal;

  /* font-family: "ErasITC-Medium"; */
   /* font-family:"PublicSans-Italic"; */
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.trial h2 span {
  color: #0047bb;
  font-size: 44px;
  font-family: "ErasITC-Medium";
  font-weight: 700;
}

.trial p {
  font-size: 20px;
  line-height: 1.4;
  color: #434e5c;
  margin-bottom: 40px;
  text-align: center;
}

.trial .btngrp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.trial .btngrp .btn:hover {
  background: #0065f2;
  opacity: 1;
  color: #fff;
}

.trial .btngrp .btn { text-decoration: none;  font-family: "Inter_18pt-Regular";
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  margin: 0px;
  margin-right: 20px;
  border-radius:5px;
 background: #0d9f16; 
 /* background: #ffa500; */
  /* font-family: "Poppins-Regular", sans-serif; */
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.5;
  padding: 11px 19px;
}

.trial .btn img {
  margin-right: 7px;
  width: 21px;
}

.trial .btngrp .btn:hover {
  box-shadow: none;
}

.trial .btngrp .btn:last-child:hover {
  background: #0d9f16;
  /* color: rgb(255, 255, 255); */
}

.trial .btngrp .btn:last-child {
  margin-right: 0px;
  background: #0047bb;
  color: #fff; text-align:center;
}


.strp-hide .btngrp {
  display: flex;
  justify-content: center;

  margin-top: 30px;
  gap: 10px;
}

.strp-hide .btngrp .btn1 {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3) !important;
 
  
  margin: 0px;
  border: none !important;
  /* margin-right: 20px; */
  /* border-radius: 5px; */
  background: #0065f2 !important;
  font-family: "Poppins-Regular", sans-serif;
  color: rgb(255, 255, 255) !important;
  /* font-weight: bold; */
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.5;
  padding: 9px 20px !important;
}

.strp-hide .btngrp .btn1:hover {
  box-shadow: none !important;
}

.strp-hide .btngrp .btn2:hover {
  box-shadow: none;
}

.strp-hide .btngrp .btn2 {
  background: #ffa500;
  color: black;
  /* border: 2px solid #6A1B9A; */
  font-family: "Poppins-Regular", sans-serif;
  padding: 9px 20px !important;
  margin: 0;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.5;
  /* font-weight: 600; */
  /* border-radius: 5px; */
  font-size: 14px;
  padding: -100px 0px;
  /* width: 12%; */
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  text-align: center
}


.strp-hide .btngrp footer .btnGrp .btn {
  margin-right: 0px;
  margin-left: 3px;
  border-radius: 3px;
  background: transparent;
  color: #ffffff;
  font-size: 12px;
  border: 1px solid #fff;
}



.wrapper {
  position: relative;
}

.playpause {
  background-image: url(http://png-4.findicons.com/files/icons/2315/default_icon/256/media_play_pause_resume.png);
  background-repeat: no-repeat;
  width: 50%;
  height: 50%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

.wrapper {
  display: inline-flex;
  list-style: none;
  width: 100%;
  justify-content: center;
  padding-left: 0rem;
}

.wrapper .icon {
  position: relative;
  background: #fff;
  border-radius: 50%;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper span i{font-size: 20px;}
.wrapper .tooltip {
  position: absolute;
  top: 0;
  left: -15px;
  font-size: 14px;
  background: #fff;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #fff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover i {
  color: #e1d1d1;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #3b5998;
  color: #fff;
}


.wrapper .whatsapp:hover,
.wrapper .whatsapp:hover .tooltip,
.wrapper .whatsapp:hover .tooltip::before {
  background: #0d9f16;
  color: #fff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: rgb(33, 59, 85)000;
  color: #fff;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background: #ff0000;
  /* background: linear-gradient(to bottom right, rgba(193, 53, 132), rgba(225, 48, 108), rgba(253, 29, 29),rgba(245, 96, 64),rgba(247, 119, 55) ); */
  color: #fff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  /* background: #ff0000; */
  background: linear-gradient(to bottom right, rgba(193, 53, 132), rgba(225, 48, 108), rgb(247, 66, 66), rgba(245, 96, 64), rgba(247, 119, 55));
  color: #fff;
}

.wrapper .linkedin:hover,
.wrapper .linkedin:hover .tooltip,
.wrapper .linkedin:hover .tooltip::before {
  background: #0a66c2;
  color: #fff;
}



.whtsapp:hover {
  background: #4caf50;
}

.whtsapp {
  background: #0d9f16;
  padding: 7px 20px;
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  position: fixed;
  right: 70px;
  bottom: 69px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  z-index: 2;
}

.whtsapp i {
  color: #fff;
  font-size: 25px;
  margin-right: 10px;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 69px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    /* text-indent: 100%; */
    white-space: nowrap;
    /* background: url(../images/cd-top-arrow.png) no-repeat center 50%; */
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    background-color: #0a66c2;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.cd-top i {
    color: #fff;
}
  .inner-page-hero-section {
    background: linear-gradient(135deg, #002d77, #002d77);
    /* background: linear-gradient(135deg, #2757a0, #1e3c72); */
    padding: 10% 2% 6%;
    position: relative;
    height:auto;
}

.inner-page-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
     background: url(../images/grid-bg.svg);
    /* background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>'); */
    opacity: 0.4;
}

.inner-page-hero-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.inner-page-hero-content {
    text-align: center;
    color: white;
    /* margin-bottom: 60px; */
}

.inner-page-hero-badge {
    display: inline-flex;font-family: "Inter_18pt-Regular";
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 8px 24px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}

.inner-page-hero-content span {
    font-size: 3rem;
    /* color: #87b2f9; */
    color: #f2b500;
    font-weight: bolder;
}

.inner-page-hero-title {
    text-shadow: 3px 3px 3px #201f1f;
    font-size: 3rem;
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
    background-clip: text;
    line-height: 1.1;
}

.inner-page-hero-subtitle {
    padding-bottom: 2%;
    font-size: 1.3rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
    color: #fff;
}
@media screen and (max-width:1070px) {
    
    .inner-page-hero-section { padding:15% 0 9%; height: auto;}}

    @media screen and (max-width: 960px) {
    .info-section span, .info-section h1, .inner-page-hero-title, .inner-page-hero-content span {
        font-size: 2.3rem;
    }    .info-section p, .inner-page-hero-subtitle {
        font-size: 16px;
    }

}
 @media screen and (max-width: 460px) {.inner-page-hero-badge{    margin-bottom: 19px;
    font-size: 0.8rem;}
        .inner-page-hero-section { padding:20% 0 9%; height: auto;}
  }

.Services-path-link, .inner-page-hero-content .Services-path-link  span {
 font-style: italic;
    font-size: 16px;
    font-weight: 500;
    color: #f2b500;
    text-align: center;
    padding-bottom: 2%
}

.tic {
    font-size:18px;
    font-weight: 900
}

.Services-path-link a {
    text-decoration: none;
  font-style: italic;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}



/* pricing */

.pricing-section {
    padding: 64px 20px;
    background-color: #f1f4f6;
    color: rgb(33, 59, 85);
}
.pricing-section-sec{
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    font-weight: 500;
    font-family: "PublicSans-Bold", sans-serif;
}

.section-badge {
    display: inline-block;
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1e40af;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.pricing-section-sec h2 {    width: 89%;
    font-family: "PublicSans-Bold", sans-serif;
        font-size:3rem;
        letter-spacing: -0.0233333rem;
        line-height: 3.2rem;
        margin-bottom: 0px;
        text-align: left;
        color: #021440;
}
.busi{
    color: #0047bb;
}
.pricing-section p.subtitle {
  font-family: "Inter_18pt-Regular";
    color: #434e5c;
    margin-bottom: 40px;
    font-size: 1.3rem;
}

.section-subtitle a, .industry-header-description a, .pricing-section-sec .subtitle a {
    text-align: left;
    color: #0065f2;
    text-decoration: underline;
}

.pricing-section-sec p{
    line-height: 30px;
    font-size: 24px;
    padding-top: 10px;
    
    font-family: "Inter_18pt-Regular";
    text-align: left;
}
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 10px;
    margin: 0 auto;
    text-align: center;
}
.card-sec {
        box-sizing: border-box;
    background: #fff;
    padding: 26px 14px;
    border: 1px solid #ddd;
    transition: 0.3s;
    border: none; box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    font-family: "Inter_18pt-Regular";
}
.card-sec:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.card-sec h3 {
    font-size: 1.83rem;
    letter-spacing: -0.0366667rem;
    line-height: 1.15;
    margin-bottom: 15px;
    text-align: center;
    color: rgb(33, 59, 85);
    font-family: "PublicSans-Bold", sans-serif;
}

.card-sec .usd{
      font-family: "PublicSans-Regular";
    font-size: 15px;
    margin-top: 3px;
}

.card-sec p {text-align: center;
    font-family: "Inter_18pt-Regular";
    font-size: 1.2rem;
    margin-top: 20px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 1.7;
    margin-bottom: 0px;
    color: #434e5c;
}

.card-sec a {
    
    display: flex;
    margin-top: 30px;
    color: #0065f2;
    text-decoration: none;
    font-size: 15px;
    justify-content: center;

}

.card-sec a:hover {
    text-decoration: underline;
}
.price-sec {

   font-family: "PublicSans-Bold", sans-serif;
    font-size: 3rem;
    margin-bottom: -8px;
    display: flex;
    justify-content: center;
    color: rgb(33, 59, 85);
}
.price-sec1 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    
}
.rupees{
     font-family: "PublicSans-Bold", sans-serif;
    font-size: 24px;
    padding-top: 15px;
    padding-right: 3px;
    font-weight: bold;
    color: rgb(33, 59, 85);
}
.usd{
    font-size: 13px;
    text-align: center;
}
.price-sec small{
    font-size: 14px;
}
.price small {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}


.btn-try {
    display: inline-block;
    margin-top: 30px;
    padding: 9px 30px;
    background-color: transparent;
    text-decoration: none;
    border: 2px solid gray;
     transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-try:hover{
   transform: translateY(-2px);
}

@media(max-width: 1024px) {
    
    .pricing-section-sec h2 {
      font-size: 2.5rem;
        margin-bottom: 10px;line-height: 2.2rem;
    }
   
}@media(max-width: 480px) {
.pricing-section-sec h2,.section-title h2, H2 span {
        font-size: 2rem;}.pricing-section p.subtitle {  margin-bottom: 21px;}.pricing-section {
    padding: 19px 2px;} .why-pro-text p,.section-title p, .pricing-section p.subtitle{    font-size: 15px;}}
@media(max-width: 786px){
.pricing-section-sec {
      display: flex;
      flex-direction: column;
    }
}.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

 .modal-content {
  position: relative;
  margin: 10% auto;
  padding: 0;
  width: 80%;
  max-width: 700px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.modal-content iframe {
  border-radius: 5px;
  min-width: 100%;
  height: 26em;
}
.close {
  position: absolute;
  top: -16px;
  right: -26px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.modal.slctPup .modal-content {
  position: relative;
  padding-bottom: 40px;
}

.popup.mdgMdl .modal-content .modal-body {
  display: block;
  padding: 20px;
}



    /* final cta */
        .final-cta{
            padding: 55px 0;
            background:linear-gradient(135deg, #e4eeff9e 50%, #cedfffa8 100%);
            text-align: center;
            border-top: 1px solid #c4c4c4;
        }
        

          .final-cta .section-title{
                padding-top: 10px;
                margin-bottom: 1rem;
                padding-bottom: 0;
        }

          .final-cta h2{
            text-align: center;
            font-size: 2.5rem;
            line-height: 1.2;
        }

          .final-cta p {
            
            font-size: 18px;
            /* color: #666; */
            text-align: center;
            max-width: 900px;
            margin:auto;
            margin-bottom: 50px;
        }

          .final-cta span{
            font-weight: 600;
            font-size: 2.5rem;
        }

          .final-cta .compare-bttn{
            display: flex;
            gap: 1%;
            justify-content: center;
        }
        
            .comparison-link {
            display: inline-block;
            color: #fdfeff;
            text-decoration: none;
            font-weight: 500;
            font-size: 1.3rem;
            /* border-bottom: 2px solid #0065f2; */
            background: #0047bb;
            padding-bottom: 3px;
            transition: all 0.3s;
            padding: 11px 15px;
            border-radius: 3px;
             box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
        }
        
        .comparison-link:hover {
            color: #ffffff;
            box-shadow: none;
            /* border-color: #1e3d6f; */
        }

            .signUp{
            /* display: inline-flex; */
            color: #0047bb;
            text-decoration: none;
            font-weight: 500;
            font-size: 1.3rem;
            /* border-bottom: 2px solid #0065f2; */
            background: transparent;
            padding-bottom: 3px;
            /* transition: all 0.3s; */
            padding: 11px 15px;
            border-radius: 3px;
             box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
             border: 2px solid #0047bb;
             transition: all 0.3s ease;
             gap: 8px;
             align-items: center;
        }

         .signUp:hover{
            gap: 13px;
            box-shadow: none;
        }
    

        @media(max-width:480px){
            .final-cta .compare-bttn{
              flex-direction: column;
              gap: 12px;
               }
            .comparison-link{
               text-align: center;
             }
          .signUp{
             text-align: center;
            }
          .final-cta h2{
            text-align: center;
            font-size: 2rem;
        }
        .final-cta span{
            font-size: 2.1rem;
          }
            }



  footer {
            background-color: #002d77;
            color: #fff;
            padding: 60px 0 0;
        }

.footer-top {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 40px;
            align-items: start;
        }

        /* Left Section - Logo */
        .footer-left {
            text-align: left;
        }

         .footer-left ul{
            margin-top: 30px;
         }

        /* Left Section - Logo */
        .footer-left ul li{
            margin-top: 10px;
             
        }

         .footer-left li a{
            color: #fff;
         }
        
        .footer-left img{
            width: 90%;
        }


        .footer-left .lgo img {
            width: 100%;
            height: auto;
        }


        
        /* Center Section - Company Details */
        .footer-center {
            /* text-align: center; */
            /* border-left: 1px solid #ffffff; */
            padding-left: 10px;
            margin: 0 auto;
        }
        .footer-center img {
            width: 80%;
            height: auto;
            margin-left: -2px;
        }

        .footer-center h3 {color: #fff;
            font-size: 18px;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-family: "Inter_18pt-Regular";
            font-weight:500;
        }

        .footer-center ul {
            list-style: none;
        }

        .footer-center ul li {
            margin: 8px 0;
            font-size: 14px;
        }

        .footer-center ul li strong {
            font-weight: 500;
            color: #ffffff;
        }

        .footer-center a {
            color: #fff;
            text-decoration: none;
            transition: color 0.3s;
        }

        .footer-center a:hover {
            color: #ff6b35;
        }

        .number-flx {
            margin-top: 10px;
        }

        /* Right Section - Contact Form */
        .footer-right {
            text-align: left;
        }

        .footer-right h3 {color: #fff;
            font-size: 19px;
            margin-bottom: 15px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-family: "Inter_18pt-Regular";
        }

        .update-botum{
            display: flex;
            gap: 10px;
        }

        .contact-form {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .contact-form input {
            padding: 10px 15px;
            border: 1px solid #444;
            background-color: #ffffff;
            color: #000000;
            font-size: 14px;
            border-radius: 4px;
            transition: all 0.3s;
        }

        .contact-form input:focus {
            outline: none;
            background-color: #fffdfd;
            border-color: #ff6b35;
        }

        .contact-form input::placeholder {
            color: #999;
        }

        .contact-form button {
            padding: 10px 15px;
            background-color:#0d9f16;
            color: #fff;
            border: none;
            border-radius: 4px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .contact-form button:hover {
            background-color: #0c8014;
        }

        /* Social Icons - Bottom */
        .footer-bottom {
            border-top: 1px solid #ffffff;
            padding: 10px 0;
            text-align: center;
        }

        .footer-bottom ul{
            text-align: center;
        }

         .footer-bottom img{
            width: 20%;
         }

        .social-icons {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
            flex-wrap: wrap;
            margin-top: 20px;
        }

        .social-icons i{
            color: #ffffff;
            font-size: 20px;
        }
        .social-icons .icon:hover i {
            /* color: #0e0e0e; */
        }

        .social-icons .icon {
            display: inline-flex;
            align-items: left;
            justify-content: left;      
            border-radius: 50%;
            transition: all 0.3s;
            position: relative;
            cursor: pointer;
            transition: all 0.5s ease;
        }

        .social-icons .icon:hover {
            transform: scale(1.2);
        }

        .social-icons a {
            color: #fff;
            font-size: 18px;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .social-icons .tooltip {
            display: none;
        }

        /* Footer Links */
        .footer-links {
            display: flex;
            justify-content: center;
            gap: 12px;
            flex-wrap: wrap;
            font-size: 13px;
            margin-bottom: 20px;
            text-align: center;
        }

        .footer-links a {
            color: #fff;
            text-decoration: none;
            transition: color 0.3s;
        }

        .footer-links a:hover {
            color: #ff6b35;
        }
          .footer-links span {
            color: #ffffff;

          }

        .footer-credit {
            text-align: center;
            font-size: 13px;
            color: #ffffff;
            padding: 15px 0;
            border-top: 1px solid #ffffff;
        }

        .footer-credit p {
            margin: 0;
            color: #ffffff;
            text-align: center;
        }
        @media (max-width: 1100px) {
         .footer-top {
          gap: 0px}}
        @media (max-width: 1070px) {
         .footer-left .lgo img {
           width: 100%;
           }

        .footer-left img{
            width: 100%;
        }
          }

        /* Responsive */
         @media (max-width: 816px) { .footer-top {
           grid-template-columns: 1fr;
           gap: 5px;
           text-align: center;
            }
           

          .footer-left .lgo img {
           width: 70%;
             }

            .footer-left img{
               width: 45%;
               }

            .footer-left, .footer-right {
                text-align: center;
            }

            .social-icons {
                justify-content: left;
            }

            .footer-links {    font-size: 12px;
               margin-bottom: 26px;
               text-align: left;
               flex-direction: row;
               gap: 10px;
               }
            .footer-center{
    margin: 0;
        }.update-botum {
    width: 100%;}.contact-form input {
    width: 100%;}
    
      }
       @media (max-width: 787px) {.footer-bottom{padding-bottom: 8%;}}
 @media (max-width: 568px) {.footer-bottom{padding-bottom: 8%;}
            .footer-top {
                grid-template-columns: 1fr;
                gap: 5px;
                text-align: center;
            }

            .footer-left .lgo img {
                width: 70%;
             }

            .footer-left img{
               width: 70%;
               }}
      @media (max-width: 360px) {
    .footer-links {
        font-size: 10px;
        margin-bottom: 46px;
        text-align: left;
        flex-direction: row;
        gap: 2px;
    }}
        .clear {
            clear: both;



        }




@media only screen and (max-width:1070px){

 .btns-head{
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.btns-head-second{
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

	nav {display:grid;
		grid-template-columns:1fr;
		grid-gap:0px;
		z-index: 1;
    padding: 15px 0 0;
  }
	/* .navigation-menu {background-color:linear-gradient(57deg, #00c6a7, #1e4d92);} */
	.navigation-menu ul {display:none;}

.nav-link {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 650;
	text-transform: capitalize;
}
.nav-link-contact {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 650;
	text-transform: capitalize;
	background-color: inherit;
	padding: 0;
}

.navigation-menu ul li {
  padding:10px 0
}
.navigation-menu ul li a {font-size: 16px; color: #fff;padding-bottom: 0;}
.menu-icon {  display: flex;}
	#toggle-btn:checked ~ .navigation-menu ul{
		display:flex;
		flex-direction:column;
		justify-content:left;
		background:linear-gradient(135deg, #002d77, #002d77);
		/* height: 360px; */
    margin-left: 0px;
    top: 4%;
 	}

.navigation-menu{
  display: contents;
}

    header .wrap {
        width: 100%;
        padding: 0 0;
    }
ul.subNv li{
  text-align: center;
}

.subNv {
  padding-bottom: 15px;
}

.logo-section{
  padding-bottom: 2%;
}
  .logo img{
    padding-left: 10px;
  }

  .btns-head:hover, .btns-head-second:hover{
    box-shadow: none;
}
 header nav ul.nv li a:after{
        display: none;
    }



.page-features a[href="accounting-software-features.html"] span {
    color: #f2b500 !important;
}
.page-features a[href="accounting-software-features.html"]::after {
    content: "";
}

.page-pricing a[href="accounting-software-pricing.php"] span {
    color: #f2b500 !important;
}
.page-pricing a[href="accounting-software-pricing.php"]::after {
    content: "";
}

.page-partner a[href="accounting-software-partnership.html"] span {
    color: #f2b500 !important;
}
.page-partner a[href="accounting-software-partnership.html"]::after {
    content: "";
}

.page-support a[href="businessbookplus-support.html"] span {
    color: #f2b500 !important;
}
.page-support a[href="businessbookplus-support.html"]::after {
    content: "";
}



}
@media(max-width:400px){
    .logo img{
    width: 85%;
    height: auto;
  }
}

@media only screen and (max-width:360px){
nav {display:grid;
	grid-template-columns:1fr;
	z-index: 1;}
.navigation-menu {	background-color:linear-gradient(57deg, #00c6a7, #1e4d92);}
.navigation-menu ul {	display:none;}
.nav-link {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 650;
	text-transform: capitalize;
	}
.nav-link-contact {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		font-weight: 650;
		text-transform: capitalize;
		background-color: inherit;
		padding: 0;}

.navigation-menu ul li a {
  	font-size: 16px;
    color: #fff;
  }

.menu-icon {display: flex;	}
#toggle-btn:checked ~ .navigation-menu ul{
			display:flex;
			flex-direction:column;
			justify-content:left;
			background-color: #fff;
		}
}
