@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    /* font-family: 'Poppins', sans-serif; */
    font-size: 14px;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
}
.wow-outer {
    position: relative;
    overflow: hidden;
}
.title {
    text-align: center;
    margin-bottom: 50px;
}
.title h3 {
    margin: 0px;
    color: #1F1F1F;
    font-weight: 600;
     font-family: 'Poppins', sans-serif;
}
.title h3 span {
    color: #136FD6;
}

.title h3 sup {
    font-size: 12px;
    top: -1.25em;
}
.title p {
    padding-top: 10px;
    color: #000000;
}
.titleSecond {
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}
.titleSecond h5 span {
    border-bottom: 2px solid #261EB6;
}
/*Header Section Starts here*/
/* .sticky-top {
    position: fixed;
    top: 0;
    z-index: 1020;
    left: 0;
    width: 100%;
} */
.header-active {
    background-color: #fff;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 17%);
}
/* .landingHeader .navbar {
   padding: 0px!important;
} */
header {
    background-color: #fff;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 17%);
}
.righcallbtn .header-call-btn a {
    color: #000;
    text-decoration: none;
}
.landingHeader .navbar-brand svg {
    width: 158px;
    height: 40px;
}
.loginBtn {
    background-color: #005BBD;
    color: #fff;
    padding: 6px 18px;
    font-size: 14px;
}
.loginBtn:hover {
    color: #fff;
}
.landingHeader .nav-link a,
.landingHeader .nav-link {
    color: #000 !important;
    text-decoration: none;
}
.landingHeader .nav-item {
    padding: 0px 10px;
}
/*Header Section Starts here*/

/*Banner Section Starts here*/
.banneSection {
    padding: 50px 0;
    background: linear-gradient(98.78deg, #000000 47.62%, #454C51 98.6%);
    position: relative;
    overflow: hidden;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.banneSection .bannerMeta {
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}
.banneSection .bannerMeta h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}
.banneSection .bannerMeta p {
    font-size: 14px;
}

.banneSection .bannerLink {
    margin-top: 30px;
}
.bannerBtn {
    color: #fff;
    padding: 7px 18px;
}
.bannerBtn:hover,
.bannerBtn:active,
.bannerBtn:focus {
    outline: none;
    /* box-shadow: 0px 3px 6px #00000029; */
    opacity: 0.9;
}
.banneSection .bannerLink .bannerBtn:first-child {
    margin-right: 10px;
}
.bannerBtn.colorOrange {
    background: linear-gradient(179.99deg, #FF9B00 -13.19%, #FF9C03 136.77%);
    border-color: #FF9B00;
    outline: #FF9B00;
    color: #fff;
    padding: 6px 25px;
}
.bannerBtn.colorOrange.btnrounded {
    border-radius: 30px;
}
.btnshadow {
    box-shadow: 0px 3.4772px 8.69301px rgba(77, 77, 77, 0.64);
}
.bannerBtn.colorBlue {
    background: #005BBD;
    border-color: #005BBD;
    outline: #005BBD;
    color: #fff;
}
.bannerBtn.colorWhite {
    background: #fff;
    border-color: #fff;
    outline: #fff;
    color: #000;
}
.bannerBtn.colorBlack {
    background: #000;
    border-color: #000;
    outline: #000;
    color: #fff;
}
.banneSection .banner-image {
    padding: 15px;
    position: relative;
    text-align: center;
}
/*Banner Section ends here*/
/*Accounting chalanges starts*/
.accountingChanlanges-section {
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;

}
.metaWrapper ul li {
    font-size: 24px;
    line-height: 42px;

   
}
.metaWrapper ul li span {
    color: #261EB6;
    font-weight: 700;
    padding-left: 5px;
}
/*Accounting chalanges ends*/

/*Accounting ERP starts*/
.accountingErp-section {
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;

}
.metaWrapper .metaWrapper-inner {
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px;
}
.metaWrapper .metaWrapper-inner h6 {
    margin-bottom: 5px;
}
.metaWrapper .metaWrapper-inner p {
    font-size: 14px;
    margin: 0px;
    line-height: 18px;
    font-weight: 300;
}
.metaWrapper .metaWrapper-innerIcon {
    position: absolute;
    left: 0;
    top: 0;
}
/*Accounting ERP ends*/
/*empoweryourFinancial-section starts*/
.empoweryourFinancial-section {
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
}
/*empoweryourFinancial-section ends*/
/*The Solution starts*/
.theSolution-section {
    padding: 50px 0;
    background-color: #F3F8FE;
    font-family: 'Poppins', sans-serif;
}
.theSolution-section .thesolutionWrapper {
    box-shadow: 2px 2px 7px 5px rgba(201, 201, 201, 0.32);
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 18px;
    min-height: 265px;
}
.theSolution-section .thesolutionWrapper:nth-child(1),
.theSolution-section .thesolutionWrapper:nth-child(2) {
    margin-bottom: 30px;
}
.theSolution-section .thesolutionWrapper .thesolutionMeta {}

.theSolution-section .thesolutionWrapper .thesolutionImg {
    margin-bottom: 18px;
}
.theSolution-section .thesolutionWrapper .thesolutionMeta p {
    margin: 5px 0px;
    font-weight: 600;
}
.theSolution-section .thesolutionWrapper .thesolutionMeta ul {
    margin: 0px;
    padding-left: 17px;
}
.theSolution-section .thesolutionWrapper .thesolutionMeta li {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}
/*The Solution ends*/
/*growwithHostbooks-section starts*/
.growwithHostbooks-section {
    background-image: url('../images/grow-with-hb-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.growwithHostbooks-section .title h3 {
    color: #fff;
}
.growwithHostbooks-section .metaWrapper:nth-child(1),
.growwithHostbooks-section .metaWrapper:nth-child(2),
.growwithHostbooks-section .metaWrapper:nth-child(3) {
    margin-bottom: 30px;
}
.growwithHostbooks-section .metaWrapper .metaWrapper-inner p {
    font-size: 11px;
    line-height: 16px;
}
/*growwithHostbooks-section ends*/

/*webringJoy-section start*/
.webringJoy-section {
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
}

.webringJoy-section .webringjoyMeta h3{
    font-size: 44px;
    line-height: 57px;
}

.webringJoy-section .webringjoyMeta h3 span {
    color: #1FB688;
    font-weight: 700;
}
.webringJoy-section .webringjoyMeta {
    padding-left: 20px;
}
/*webringJoy-section ends*/
/* offer section Section starts here*/
.offer-section {
    position: relative;
    padding: 50px 0;
    background-color: #010101;
    font-family: 'Poppins', sans-serif;
}
.offer-section::before {
    content: '';
    position: absolute;
    width: 47%;
    height: 100%;
    right: 0;
    bottom: 0;
    /* background: transparent linear-gradient(133deg, #7DC2FA 0%, #2583D4 100%) 0% 0% no-repeat padding-box; */
    background-image: url('../images/form-side-img.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.offer-section .offer-meta {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-top: 45px;
}
.offer-section .offer-meta h2 {
    line-height: 1.25;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.offer-section .offer-meta p {
    margin: 15px 0;
    font-family: 'Roboto', sans-serif;
}
.offer-section .offer-meta .offer-cta {
    padding-top: 10px;
}
.offer-section .offer-meta .offer-cta a:first-child {
    margin-right: 20px;
}
.offer-section .allinone-form {
    /* box-shadow: 0px 0px 6px #565656; */
    border-radius: 6px;
    border-color: #fff;
    border: 1px solid #00000000;
    font-family: 'Roboto', sans-serif;
    background-color: #fff0;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}
.offer-section .allinone-form .card-body form h4,
.hbpopuphotel .allinone-form .card-body form h4 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
}
.offer-section .allinone-form .card-body form input,
.offer-section .allinone-form .card-body form select,
.hbpopuphotel .allinone-form .card-body form input,
.hbpopuphotel .allinone-form .card-body form select {
    border-color: #CBCBCB !important;
    font-size: 14px;
    border-radius: 2px;
    padding-left: 50px;
}
.offer-section .allinone-form .form-group,
.hbpopuphotel .allinone-form .form-group {
    position: relative;
}
.offer-section .allinone-form .form-group img,
.hbpopuphotel .allinone-form .form-group img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.offer-section .allinone-form .form-group input:focus,
.hbpopuphotel .allinone-form .form-group input,
footer.page-footer .newletterWrapper form input:focus {
    box-shadow: none;
    border-radius: 0px;
}
.bannerBtn.colorOrange.pt-5-60 {
    padding: 6px 60px;
}
.hbpopuphotel .allinone-form {
    border: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.hbpopuphotel .modal-body {
    padding: 0px;
}
.hbpopuphotel .modal-header {
    padding: 0px;
    margin: 0px;
    border: none;
}
.hbpopuphotel .modal-header button {
    position: absolute;
    top: -20px;
    right: -16px;
}
/* .hbpopuphotel .modal-header .close {
    position: absolute;
    top: 0px;
    right: 5px; 
} */
/* offer section Section ends here*/
/*Our Association starts here*/
.approve-wrapper {
    background: #f8f9fd;
    padding: 50px 0;
}
.approve-wrapper .title {
    background: #f8f9fd;
    margin-bottom: 25px;
}
.association-wrapper-list>a,
.association-wrapper-list>a:hover,
.association-wrapper-list>a:active,
.association-wrapper-list>a:focus {
    color: #000;
    text-decoration: none
}
.p-t-60 {
    padding-top: 70px
}
.btn-schedule-demo,
.btn-schedule-demo:focus,
.btn-schedule-demo:hover {
    display: inline-block;
    padding: 10px 35px;
    font-size: 18px;
    border-radius: 4px;
    background: #0095eb;
    text-decoration: none;
    color: #fff
}
.p-t-15 {
    padding-top: 15px !important
}
.p-t-25 {
    padding-top: 25px !important
}
.association-wrapper-list .association-text.nsdl {
    border: 2px solid #8b231d;
    background: #fbf1f1
}
.association-wrapper-list .association-text.icai {
    border: 2px solid #f27500;
    background: #fbebdb
}
.association-wrapper-list .association-text.gsp {
    border: 2px solid #086095;
    background: #f1f8fc
}
.association-wrapper-list .association-text.nasscom {
    border: 2px solid #ab222a;
    background: #feeeef
}
.association-img img {
    width: 85px;
    height: 85px
}
.association-wrapper-list {
    position: relative;
    width: 90%;
    margin: 25px auto
}
.association-wrapper-list .association-img {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    top: -4px;
    left: -35px
}

.association-wrapper-list .association-text {
    width: 100%;
    border-radius: 40px;
    text-align: center;
    height: 80px;
    line-height: 20px;
    padding-top: 8px;
    font-size: 11.6px;
    padding-left: 35px
}
/*Our Association ends here*/
/* footer section Section starts here*/
footer.page-footer {
    background-color: #EFEFEF;
    padding: 40px 0 30px;
}
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 .hb-contact-footer li:not(:last-child) {
    margin-bottom: 10px;
}
footer.page-footer ul {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
footer.page-footer ul li {
    list-style: none;
}
footer.page-footer ul li a {
    color: #4B4B4B;
    font-size: 14px;
    text-decoration: none;
}
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;
    font-size: 14px;
    font-weight: 400;
}
footer.page-footer .hb-contact-footer li a i,
footer.page-footer .hb-contact-footer li span.address i {
    position: absolute;
    left: 0;
    top: 4px;
    height: 16px;
    font-size: 16px;
}
footer.page-footer .social-bar {
    margin-top: 20px;
}
footer.page-footer .social-bar li {
    position: relative;
    float: left;
    list-style: none;
    margin-right: 5px;
}
footer.page-footer .social-bar li a {
    background: #b2b2b2;
    color: #fff;
    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:hover {
    background: #000;
}
footer.page-footer .disclaimer-section {
    margin-top: 20px;
}
footer.page-footer .disclaimer-section p {
    margin-bottom: 0;
    color: #4b4b4b;
    font-size: 13px;
}
footer.page-footer .disclaimer-section .hb-terms-links a {
    color: #4b4b4b;
    font-size: 12px;
    font-weight: 400;
}
ul.hb-footer-menu li:not(:last-child) {
    margin-bottom: 10px;
}
/* .newletterWrapper form{
    background: #000000;
    padding: 16px 16px 2px 16px;
    border-radius: 2px;
} */

/* footer section Section ends here*/
@media (max-width:991.98px) {
    .navbar-collapse {
        background-color: #fff;
    }
    .landingHeader .header-call-btn {
        padding: 10px 0 20px 0;
    }

    .banneSection .bannerMeta h1 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .banneSection .bannerMeta p {
        font-size: 13px;
    }
    .banneSection .bannerLink {
        margin-top: 20px;
    }
    .title p br {
        display: none;
    }
    .metaWrapper ul li {
        font-size: 20px;
        line-height: 40px;
    }
    .webringJoy-section .webringjoyMeta h3 {
        font-size: 38px;
        line-height: 50px;
    }
    .webringJoy-section .webringjoyMeta {
        padding-left: 0px;
    }
    .tabMeta-wrapper {
        padding-left: 0px;
    }
    .offer-section .offer-meta .offer-cta a:first-child {
        margin-right: 0px;
    }
}

@media (max-width:767.98px) {
    .banneSection .bannerMeta {
        padding-top: 30px;
        margin-bottom: 75px;
    }
    .offer-section {
        padding: 20px 0;
    }
    .offer-section::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .offer-section .offer-meta {
        margin: 0 0 50px;
    }

    .superApp-section .superApp-meta h2 {
        font-size: 35px;
    }
    .hbpopuphotel .modal-header button {
        position: relative;
        top: 5px;
        right: 10px;
    }
    .metaWrapper ul li {
        font-size: 18px;
        line-height: 34px;
    }
    .webringJoy-section .webringjoyMeta h3 {
        font-size: 36px;
        line-height: 48px;
    }
}
@media (max-width:575.98px) {
    .banneSection {
        padding: 10px 0;
    }
    .banneSection .bannerMeta {
        margin-bottom: 50px;
    }
    .banneSection .bannerMeta p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .bannerBtn {
        font-size: 13px;
    }
    .banneSection .bannerLink .bannerBtn:first-child {
        margin-right: 3px;
    }
    .explore-section .tabWrapper .nav .nav-link {
        height: auto;
    }
    footer .menu-heading {
        margin-top: 20px;
    }
    .bookademo-card .card-header h1 {
        font-size: 26px;
    }
    .offer-section::before {
        width: 0;
        height: 0;
    }
    .title h3 {
        font-size: 24px;
    }
    .title p {
        font-size: 13px;
    }
    .accountingChanlanges-section,
    .accountingErp-section,
    .empoweryourFinancial-section,
    .theSolution-section {
        padding: 50px 0 0 0 !important;
    }
    .webringJoy-section .webringjoyMeta {
        padding-left: 15px;
        margin-top: 25px;
    }
    .mt-xs-2 {
        margin-top: 16px;
    }
    .mt-xs-5 {
        margin-top: 30px;
    }
    .theSolution-section .thesolutionWrapper {
        padding: 25px;
        min-height: auto;
    }
    .popup img {
        display: none;
    }
}





.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;
    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;
}