@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-family: "Nunito Sans", serif;
}

:root {
    --color-white: white;
    --color-black: #1e1e1e;
    --color-light-white: #f5f5f5;
    --color-yellow: #FCB316;
    --color-purple: #775AA7;
    --color-blue: #285376;
    --color-pink: #EE2A6A;
    --font-pt: 'PT Serif',
        serif;
}

a{
    color: #000;
}
.color-grey {
    color: grey;
}

.row {
    margin: 0px;
    padding: 0px;
}

.container-fluid,
.container {
    padding: 0px;
}

.row {
    margin: 0px;
    padding: 0px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

ul,
p {
    padding: 0px;
    margin: 0px;
}

.white {
    color: var(--color-white);
}

.flex_prop {
    display: flex;
    align-items: center;
}

img {
    width: 100%;
}

.font_14 {
    font-size: 14px !important;
}

.font_15 {
    font-size: 15px;
}

.font_12 {
    font-size: 12px;
}

li,
a {
    list-style: none;
    text-decoration: none;
}

.margin_top {
    margin-top: 26px;
}

.relative {
    position: relative;
}

.bg_common {
    background-color: var(--color-light-white);
}

.bg_prop {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.white {
    color: var(--color-white);
}

.bg-martblue {
    background-color: var(--color-martblue);
}

.b-r-3 {
    border-radius: 3px;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.font_13 {
    font-size: 12px;
}

.b-r-50 {
    border-radius: 50%;
}

.bg_light {
    background-color: var(--color-light-white);
}

main {
    overflow: hidden;
}

/*Header*/
.logo_header img {
    height: 60px;
    width: auto;
}

.logo_header {
    background-color: transparent;
}

.sub_nav {
    background-color: #f8f8f8;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.sub_ul ul {
    display: flex;
    gap: 20px;
}

.sub_ul ul li {
    display: flex;
    align-items: center;
    gap: 3px;
}

.sub_ul ul li img {
    height: 24px;
    width: auto;
}

.social_links ul {
    display: flex;
    gap: 10px;
}

.social_links ul li a {
    width: 26px;
    height: 26px;
    background-color: var(--color-blue);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.social_links ul li a i {
    font-size: 13px;
}

.nav_links ul {
    display: flex;
    gap: 40px;
}

.nav_links ul li a {
    color: var(--color-black);
}

.nav_links li a {
    font-weight: 600;
}

.nav_call a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--color-black);
}

.call_title {
    font-weight: 700;
    font-size: 18px;
}

.nav_call img {
    height: 45px;
    width: auto;
}

.book_btn {
    background-color: var(--color-blue);
    color: var(--color-white) !important;
    padding: 9px 20px;
    border-radius: 5px;
}

.banner_hero {
    background-image: url("../imgs/bg-3.jpg");
    height: 450px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.banner_title {
    font-family: var(--font-pt);
    font-weight: 600;
}

.buttons_cont a {
    display: inline-flex;
    align-items: center;
    background-color: var(--color-blue);
    color: var(--color-white);
    padding: 0px;
    border-radius: 3px;
    padding-left: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.buttons_cont a span {
    height: 43px;
    background-color: var(--color-white);
    padding: 0px 15px;
    margin-left: 15px;
    color: var(--color-black);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 3px 3px 0px;
}

.semi_title {
    background-color: rgba(19, 74, 153, 0.1);
    padding: 4px 15px;
    border-radius: 5px;
}

.common_title {
    font-weight: 600;
    font-size:30px;
    font-family: var(--font-pt);
    line-height: 29px;
}

.hero_banner {
    display: flex;
    justify-content: center;
}

.hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hero_semi_content {
    width: 60%;
}

.hero-banner .swiper-slide img {
    height: 500px;
    object-fit: cover;
}

.hero-banner .swiper-wrapper {
    padding-bottom: 0px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    position: relative;
    background-color: transparent;
    border: 2px solid var(--color-blue);
}

.swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: var(--color-blue);
}

/*Footer*/
footer {
    background-color: rgba(19, 74, 153, 0.1);
}

.footer_logo img {
    height: 80px;
    width: auto;
}

.footer_title {
    font-family: var(--font-pt);
    font-weight: 600;
    font-size: 24px;
}

.footer_links {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.footer_links li a {
    color: var(--color-black);
    font-weight: 600;
}

.social_footer li a {
    background-color: var(--color-blue);
    color: var(--color-white);
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 7px 16px;
    border-radius: 3px;
    font-weight: 600;
}

.twitte_bg {
    background-color: #22A1EE !important;
}

.you_bg {
    background-color: #FF131B !important;
}

.footer_hr {
    margin: 10px 0px;
}

.logo_nav {
    display: none;
}

.button_menu {
    display: none;
}

.sub_ul ul li p {
    margin-top: 3px;
}

.nav_head {
    display: none;
}

.product_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    gap: 10px;
    text-transform: uppercase;
    font-weight: 800;
}

.product_btn img {
    width: auto;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 50%;
}

.policy ul li {
    margin-bottom: 10px;
    font-size: 17px;
}

.policy-point {
    margin-left: 45px !important;
}

.p_tag p {
    line-height: 30px;
    font-size: 17px;
}


.common_title_home {
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 5px;
    padding-top: 5px;
}
.common_title_h3 {
    font-size: 28px;
    font-weight: 700;
    padding: 15px 0;
}
.price {
    list-style-type: none;
    margin: 0;
    padding: 0;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
/*    border-right: 5px solid #285376;
    border-left: 5px solid #285376;*/
}

.price li {
    border-bottom: 1px solid #dbdfef;
    padding:15px;
    text-align: center;
}

.tallyprime-logo {
    height:47px;
    width: auto;
}


ul.price h3 {
    font-size: 30px;
    font-weight: 800;
}

.price li {
    border-bottom: 1px solid #dbdfef;
    padding: 20px;
    text-align: center;
}

.price .grey {
    /*    background-color: #fff;*/
    font-size: 17px;
}

.price li {
    border-bottom: 1px solid #dbdfef;
    padding: 20px;
    text-align: center;
}

.button_book {
    background-color: var(--color-blue);
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.card-price-text {
    color: #191919;
    font-size:30px;
    font-weight: 700;
    margin: 0;
}

.grid_temapl_Product {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    grid-gap: 25px;
}

.box_product {
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
/*    border-right: 5px solid #285376;
    border-left: 5px solid #285376;*/
}

.box_product_cnt h3 {
    font-size: 18px;
    line-height: 2rem;
    padding: 5px 0;
    font-weight: bolder;
}

.box_product_cnt {
    padding: 10px;
}


.common_banner1 {
    height: 450px;
    background-image: linear-gradient(#28537670, #212529d4), url(../../file/img/banner/tally.jpg);
    background-blend-mode: multiply;
}

.banner_title1 {
    font-family: var(--font-pt);
    font-weight: 600;
    font-size: 73px;
    color: #fff;
}

.quick_bill_product_grid {
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    gap: 8px;
}
.pro_pos {
    width: auto;
    height: 108px;
}
li.title_pro_list {
    background-color: var(--color-blue);
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}
.bar_code img {
    width: auto;
    height: 274px;
}
.banKaccount {
    background-color: #fef9f9;
    padding: 20px;
}
.banKaccount h3 {
    font-size: 23px;
    font-weight: 800;
    padding-bottom: 10px;
}
.details_Bank h4 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 7px;
}
.details_Bank p {
    font-size: 17px;
    line-height: 1;
    padding: 6px 5px;
    border: 1px solid #575454;
}

.google_logo img {
    width: auto;
    height: 73px;
}

.logo_google img {
    width: auto;
    height: 23px;
}
.sub_menu {
    display: none;
}

.sub_menu {
    position: absolute;
    top:53px;
    background-color: var(--color-blue);
    padding: 10px 15px;
    border-radius: 3px;
    z-index: 5  ;
}
.sub_menu ul {
    display: flex;
    flex-direction: column;
    gap: 0px !important;
    width: 150px;
}
.nav_links ul {
    display: flex;
    gap: 40px;
}
.sub_menu ul li:nth-child(1) {
    border: none !important;
}
.sub_links:hover .sub_menu {
    display: flex;
}

.sub_menu ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--color-white);
}
.sub_menu ul li a {
    color: var(--color-white) !important;
    padding: 5px 0px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}
.sub_menu ul li a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 14px;
}
.payBoxGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    margin-bottom: 46px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-color: aliceblue;
}

.google_logo {
    margin: 29px 0;
}
.google_logo img {
    width: auto;
    height: 58px;
    margin-bottom: 20px;
}
.google_logo h3 {
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
}

.cnt_cmn h3 ,.cnt_cmn h5 {
    padding: 10px 0;
}

.cnt_cmn ul li{
list-style: block;
}
.icon_sub {
    background-color: #285376;
    font-size: 15px;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.iicons_hdr {
    width: 35px;
    height: 35px;
    background-color: #285376;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}

.floating_btn {
    position: fixed;
    bottom: 30px;
    left: 0;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 0px;
  color: #FFF;
  font-size: 13px;
}

.fa-whatsapp:before {
  content: "\f232";
}

.foot_demo3:after {
  content: "" !important;
  background: url(#) no-repeat 50% 50%;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -70%;
  top: 0;
  z-index: -1;
  background-size: 80%;
}
img.my-float {
    filter: brightness(346);
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.text_icon {
    margin-top: 0px;
    color: #FFF;
    font-size: 13px;
}




/*=============card animation css */


.color_main {
/*  max-height: 230px;*/
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}
.main_inside_section .color_main::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: #ffffff45;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.main_inside_section:hover .color_main::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
 
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
.color_main img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.2s linear;
}
.main_inside_section:hover .color_main img {
  transform: scale(1.1);
}

.box_inn img{
    width: auto;
    height: 50px;
}
.quck_bill_grid_view {
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    grid-gap: 19px;
    text-align: center;
}

.box_inn p {
    font-weight: 600;
}
.buttons_cont a:hover {
    background-color: #e67e22;
}
.know_btn:hover {
     background-color: #e67e22;
}
/*========================*/

.m_wrap{
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding:5px;
}

.m_wrap h5{
  background-color:#285376;
  color:#fff;
  margin-bottom:0;
  padding: 10px;
  
}
.m_wrap p{
  background-color:#fff;
  padding: 10px;
}