/* FONTS CSS */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.eot');
    src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.ttf') format('truetype'), url('../fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}


/* /FONTS CSS */

* {
    margin: 0;
    padding: 0;
    /*border: 1px solid red;*/
}

html {
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: 'Roboto';
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

img {
    max-width: 100%;
    vertical-align: top;
}

.m-0 {
    margin: 0 !important;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

header.gstHeader {
    width: 100%;
    background: #FFF;
}

.btn-primary {
    background: #0ebaef;
    border-color: #0ebaef;
    outline: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #35aad4;
    border-color: #35aad4;
}

.btn-outline-success {
    font-family: 'roboto';
    font-weight: 500;
    border-color: #2192e8;
    color: #2192e8;
    outline: none;
    font-size: 0.875rem;
    min-width: 119px;
}

.btn-outline-success:hover,
.btn-outline-success:focus {
    color: #fff;
    background-color: #2192e8;
    border-color: #2192e8;
    outline: none;
}

.btn-outline-primary {
    font-family: 'roboto';
    font-weight: 500;
    color: #2192e8;
    background-image: none;
    background-color: transparent;
    border-color: #2192e8;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #2192e8!important;
    border-color: #2192e8!important;
    outline: none;
}

.btn-outline-primary2 {
    font-family: 'roboto';
    font-weight: 500;
    color: #2192e8;
    background-image: none;
    background-color: transparent;
    border-color: #2192e8;
}

.btn-outline-primary2:hover {
    color: #2192e8;
}

.btn-success {
    font-family: 'roboto';
    font-weight: 500;
    background: #2192e8;
    border-color: #2192e8;
    outline: none;
    color: #FFF;
    outline: none;
    font-size: 14px;
    min-width: 119px;
    padding: 8px 12px;
}

.btn-success:hover,
.btn-success:focus {
    color: #fff;
    background-color: #387fb5;
    border-color: #387fb5;
    outline: none;
}

.btn-success a {
    color: #fff;
    border-color: #387fb5;
    outline: none;
}

.btn-success a:hover,
.btn-success a:focus {
    color: #fff;
    border-color: #387fb5;
    outline: none;
    text-decoration: none;
    ;
}

.navbar {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    top: 0;
    z-index: 1000;
    background: none;
    font-weight: 500;
    padding: .5rem 0;
}

.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}

.navbar-toggler-right {
    position: absolute;
    right: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: transparent;
}

.navbar-default {
    background-color: #ffffff;
    border: none;
}

.navbar-default .navbar-nav>li>a {
    color: #333333;
}

#home-main .tab-content>.tab-pane {
    padding-bottom: 60px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #464a4c;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #2192e8;
    color: #2192e8;
    padding-top: 10px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
    color: #333333;
    font-size: 0.875rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #333333;
}

.navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    font-size: 0.875rem;
    font-family: 'roboto';
    font-weight: normal;
}

.nav-tabs .nav-link {
    background: #FFF;
}

.nav-tabs>li>a {
    border: none;
}

#home .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9f7fa;
    border-bottom: 2px solid #2192e8;
}

.nav-justified .nav-item {
    text-align: left;
    padding-left: 6px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:hover {
    border-bottom: 2px solid #2192e8;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs a {
    line-height: 18px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs a p {
    margin: 0 0 0 56px;
    color: #777777;
    line-height: 23px;
    text-align: left;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: none;
}

.nav-justified .nav-item:nth-child(1) {
    padding-left: 0;
}

/*ul.nav-tabs > li.nav-item:nth-child(1) > a {
    background: url(/images/GST-web-on.png) left no-repeat;
    background-position-x: 25px;
}*/
ul.nav-tabs > li:nth-child(1).nav-item > a {
    background: url(/images/excel-off.png) left no-repeat, #fff;
    background-position-x: 25px;
}

ul.nav-tabs > li.active:nth-child(1).nav-item.active > a {  
    background: url(/images/excel-on.png) left no-repeat #2192e8;
    background-position-x: 25px;
}
ul.nav-tabs > li:nth-child(2).nav-item > a {
    background: url(/images/GST-web-off.png) left no-repeat, #fff;
    background-position-x: 25px;
}

ul.nav-tabs > li:nth-child(2).nav-item.active > a {
    background: url(/images/GST-web-on.png) left no-repeat #2192e8;
    background-position-x: 25px;
}

/*ul.nav-tabs > li:nth-child(2).nav-item > a {
    background: url(/images/bill-book-off.png) left no-repeat, #fff;
    background-position-x: 25px;
}

ul.nav-tabs > li:nth-child(2).nav-item.active > a {
    background: url(/images/bill-book-on.png) left no-repeat #2192e8;
    background-position-x: 25px;
}*/

ul.nav-tabs > li:nth-child(3).nav-item > a {
    background: url(/images/excel-off.png) left no-repeat, #fff;
    background-position-x: 25px;
}

ul.nav-tabs > li.active:nth-child(3).nav-item.active > a {
    background: url(/images/excel-on.png) left no-repeat #2192e8;
    background-position-x: 25px;
}

ul.nav-tabs > li:nth-child(4).nav-item > a {
    background: url(/images/GST-app-off.png) left no-repeat, #fff;
    background-position-x: 25px;
}

ul.nav-tabs > li.active:nth-child(4).nav-item.active > a {
    background: url(/images/GST-app-on.png) left no-repeat #2192e8;
    background-position-x: 25px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs a.nav-link.active p {
    color: #c7ebff;
}

.dib {
    display: inline-block !important;
}

.mb-25 {
    margin-bottom: 25px;
}

#home-main {
    z-index: 11;
    background-color: #e9f7fa;
    overflow: hidden;
    padding: 80px 0 0;
}

#home-main h4 {
    line-height: 40px;
    margin-bottom: 30px;
    font-size: 32px;
}

.video {
    background: url(/images/play.png) left center no-repeat;
    padding-left: 45px;
    vertical-align: middle;
    color: #2192e8;
    font-family: 'roboto';
    font-weight: 300;
    font-size: 17px;
}

ul.nav-tabs > li.nav-item > a > p > strong {
    font-family: 'roboto';
    font-weight: 500;
    font-weight: normal !important;
    color: #333333;
    font-size: 20px;
}

ul.nav-tabs > li.nav-item > a.active > p > strong {
    font-family: 'roboto';
    font-weight: 500;
    font-weight: normal !important;
    color: #FFF;
}

ul.nav-tabs > li.nav-item > a > p > small {
    font-family: 'roboto';
    font-weight: 300;
    color: #333333;
    font-size: 14px;
}

ul.nav-tabs > li.nav-item.active > a {
    background-color: #2192e8;
    color: #FFF;
}

ul.nav-tabs > li.nav-item.active > a > p > strong,
ul.nav-tabs > li.nav-item.active > a > p > small {
    color: #FFF;
}

ul.nav-tabs > li.nav-item > a.active > p > small {
    font-family: 'roboto';
    font-weight: 300;
    color: #c7ebff;
}

.section-common-space {
    padding: 65px 0 58px;
}

.section-common-space img {
    margin-bottom: 15px;
}

#outsource {
    background: #f5f5f5;
}

.text-grey {
    color: #858585;
}

.small-text {
    font-weight: normal;
    font-size: 16px;
    color: #717880;
}

.section-heading {
    font-family: 'roboto';
    font-weight: 300;
    color: #333333;
    font-size: 33px;
    margin-bottom: 15px;
}

.section-common-space h6 {
    font-size: 18px;
    margin-bottom: 22px;
}

.section-common-space p {
    font-size: 17px;
    font-family: 'roboto';
    font-weight: 300;
    color: #777777;
    margin-bottom: 35px;
    line-height: 32px;
}

.btn-outline-primary2:hover,
.btn-outline-primary2:focus {
    color: #fff;
    background-color: #2192e8!important;
    border-color: #2192e8!important;
    outline: none;
}

#gstBb,
#gstEx {
    background: #e9f7fa;
}

#footer-top {
    border-top: 1px solid #ededed;
    padding: 42px 0 54px;
}

#footer-top p {
    color: #858585;
    margin: 15px 0 0;
}

#footer-top h4 {
    font-family: 'roboto';
    font-weight: 500;
    color: #333333;
    margin: 45px 0 15px;
}

#footer-top button.btn-success {
    display: inline-block;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

#footer-top input {
    display: inline-block;
    width: 64%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: url(/images/email-icon.png) center left no-repeat;
    padding-left: 30px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: none;
    box-shadow: none;
}

#footer-top ul a li {
    color: #888888;
    text-decoration: none;
    line-height: 26px;
}

#footer-top ul a:hover,
#footer-top ul a:focus {
    text-decoration: none;
}

#footer-top ul li {
    list-style: none;
}

.contact-info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.contact-info ul li {
    font-size: 15px;
    font-family: 'roboto';
    font-weight: 300;
    color: #777777;
    line-height: 26px;
}

.contact-info ul li a {
    color: #888888;
}

.contact-info ul li a:hover {
    color: #745cab;
}

#footer-top ul.contact li:nth-child(1) {
    background: url("/images/foot-1.png") left top no-repeat;
    padding: 0px 0 12px 35px;
}

#footer-top h5 {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
}

.footer {
    background: #dcdcdc;
    padding: 28px 0;
}

.footer p {
    font-weight: normal;
    font-size: 13px;
    margin: 0;
    color: #646363;
}


/************************************
******* News CSS *******************/

.page-heading {
    width: 100%;
    height: 100px;
    background: #e9f7fa;
}

.border {
    border: 1px #e1e1e1 solid;
}

.press-release {
    padding: 45px 0;
}

.press-release .border {
    margin-bottom: 20px;
}

.press-release .release-img {
    width: 100%;
}

.press-release .border .col-md-3 {
    display: table;
    height: 100%;
    margin: 0;
}

.press-release .release-txt {
    padding: 25px;
    position: relative;
}

.press-release .release-date {
    background: #f5f5f5;
    padding: 4px 25px;
    top: 0;
    left: 0;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    font-family: 'roboto';
    font-weight: normal;
}

.page-heading h4 {
    padding-top: 20px;
}

.press-release h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    padding: 0;
    margin: 25px 0 10px 0;
    font-family: 'roboto';
    font-weight: 500;
}

.press-release a {
    color: #3c4044;
    outline: none;
    text-decoration: none;
    font-size: 17px;
}

.press-release .release-txt p {
    padding-bottom: 10px;
}

.press-release .release-txt p:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.press-release .release-txt p {
    padding-bottom: 10px;
    font-size: 13px;
}

.bold {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 20px 0;
    font-family: font-family: 'roboto';
    font-weight: bold;
    color: #3c4044;
}

a.read-more {
    color: #2192e8 !important;
    font-family: 'roboto';
    font-weight: 300;
    font-size: 14px;
}

.liststyle {
    width: 40px;
    height: 40px;
    color: #26a0f5 !important;
    position: absolute;
    left: -11px;
    text-align: center;
    font-size: 16px;
}

.liststyle:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    color: #26a0f5;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(229, 229, 229, 0.86);
    -moz-box-shadow: 0px 1px 10px 0px rgba(229, 229, 229, 0.86);
    box-shadow: 0px 1px 10px 0px rgba(229, 229, 229, 0.86);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 100%;
    position: absolute;
    top: -6px;
}


/************************************
******* About CSS *******************/

.about {
    padding: 45px 15px;
}

ul.circle {
    list-style-type: disc;
    padding: 0;
    margin: 0 0 24px 17px;
}

ul.circle li {
    padding: 0 0 5px 0;
    margin: 0;
    position: relative;
    font-size: 18px;
    font-family: 'roboto';
    font-weight: 300;
    color: #333333;
    margin-bottom: 20px;
    /* line-height: 30px; */
}

.indented {
    list-style-type: none;
    margin: 15px 30px 15px 25px;
    font-size: 1.0625rem;
    font-family: 'roboto';
    font-weight: 300;
}

ul.indented li {
    color: #777777;
    line-height: 26px;
    font-size: 17px;
    margin-bottom: 10px;
    padding: 0 0 5px 15px;
}

ul.indented li:after {
    content: '';
    display: block;
    width: 8px;
    height: 15px;
    background: url(/images/bullet.png) no-repeat left center;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: 7px;
    left: 0;
}


/************************************
******* Downloads CSS *******************/

.downloads {
    padding: 45px 0;
}

.box {
    padding: 30px 0 0px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(229, 229, 229, 0.86);
    -moz-box-shadow: 0px 1px 10px 0px rgba(229, 229, 229, 0.86);
    box-shadow: 0px 1px 10px 0px rgba(229, 229, 229, 0.86);
}

.downloads .section-heading {
    font-family: 'roboto';
    font-weight: 300;
    color: #333333;
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
}

.downloads img {
    margin: 0px auto 20px;
    text-align: center;
    display: block;
}

.whats-new ul {
    list-style-type: none;
    margin: 15px 30px 15px 25px;
    font-size: 1.0625rem;
    font-family: 'roboto';
    font-weight: 300;
}

.whats-new ul li:after {
    content: '';
    display: block;
    width: 8px;
    height: 15px;
    background: url(/images/bullet.png) no-repeat left center;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: 7px;
    left: 10px;
}

.whats-new {
    background: #f8fff7;
    border: 1px solid #d5f3d1;
    padding-bottom: 30px;
}

.whats-new ul li {
    padding: 4px 0 0px 20px;
    margin: 0;
    position: relative;
    font-size: 14px;
    font-family: 'roboto';
    font-weight: 300;
    color: #333333;
    margin-bottom: 7px;
    line-height: 22px;
}

.whats-new .btn-success {
    margin: 0 auto;
    display: block;
}

.whats-new h6 {
    color: #26a0f5;
    font-family: 'roboto';
    font-weight: 300;
    font-size: 18px;
    margin-top: 18px;
}


/* Pricing Css */

.pricing {
    padding: 45px 0;
}

.pricing-wrap .section-heading {
    margin-bottom: 2px;
}

.price-heading {
    font-family: 'roboto';
    font-weight: normal;
    color: #297fca;
    font-size: 35px;
    margin-bottom: 40px;
    width: 30%;
    padding: 15px;
}

.pricing h4.heading-secondary {
    font-size: 17px;
    margin-bottom: 15px;
    font-family: 'roboto';
    font-weight: normal;
}

.quantity {
    /*padding: 15px 18px;
    background: #e4f1fd;*/
    border-radius: 4px;
}

.quantity p {
    color: #297fca !important;
    font-size: 22px !important;
    font-family: 'roboto';
    font-weight: normal;
}

.subscription {
    margin-top: 32px;
}

.subscription label {
    font-size: 15px;
    margin-bottom: 15px;
    display: block;
    font-family: 'roboto';
    font-weight: 300;
}

.subscription label:nth-child(2) {
    margin-bottom: 32px;
}

.subscription p {
    padding-left: 25px;
}

.subscription input[type=checkbox] {
    margin: 0 10px 0 0;
}

.text-blue {
    color: #297fca;
}

.pricing-wrap p {
    font-size: 15px;
    color: #939393;
}

.price {
    padding: 0px 18px;
    /*border-top: 1px solid #333;*/
    /*border-bottom: 1px solid #333;*/
    /*margin-bottom: 33px;*/
}

.price h3 {
    display: inline-block;
    font-size: 26px;
    font-family: 'roboto';
    font-weight: 300;
    color: #939393;
    margin: 10px 0;
}

.price .pull-right {
    display: inline-block;
    font-size: 26px;
    font-family: 'roboto';
    font-weight: 300;
    color: #333333;
    margin: 10px 0;
    line-height: 1.1;
}

ul.pricing-list {
    border: 2px solid #e4f1fd;
    padding: 25px 19px;
    list-style-type: none;
    border-radius: 6px;
}

ul.pricing-list li {
    border-bottom: 2px solid #e4f1fd;
    padding: 20px 0;
}

ul.pricing-list li:nth-child(1) {
    padding-top: 0;
}

ul.pricing-list li:nth-child(4) {
    border: none;
    padding-bottom: 0;
}

.pricing-list li p {
    margin-bottom: 0;
    font-size: 14px;
}

.pricing-list li p span {
    font-family: 'roboto';
    font-weight: 300;
    color: #297fca;
    font-size: 18px;
}

.pricing-list li p a {
    text-decoration: none;
}

.pricing ul.right {
    margin: 40px 0;
    padding: 0 15px;
}

.pricing ul.right li {
    margin: 0;
    position: relative;
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
    line-height: 19px;
}

.buyBtn-xs {
    display: none;
    margin-bottom: 30px;
}


/* Excel Css */

.excel {
    padding: 65px 0 45px;
}

.excel h4.heading-secondary {
    font-size: 28px;
    margin-bottom: 15px;
    font-family: 'roboto';
    font-weight: 300;
}

.text-blue {
    color: #297fca;
}

.excel-steps {
    padding: 60px 0 35px;
    border-bottom: 1px solid #eee;
}

ul.excel-list {
    list-style-type: none;
}

ul.excel-list li {
    padding: 20px 0;
}

ul.excel-list li:nth-child(1) {
    padding-top: 0;
}

ul.excel-list li:nth-child(4) {
    border: none;
    padding-bottom: 0;
}

.excel-list li p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 23px;
}

.excel-list li p span {
    font-family: 'roboto';
    font-weight: 300;
    color: #297fca;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    line-height: 25px;
}

.excel-list li p a {
    text-decoration: none;
}

.excel ul.right {
    margin: 40px 0;
    padding: 0;
}

.excel ul.right li {
    margin: 0;
    position: relative;
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
    line-height: 19px;
}

.ext-links {
    margin: 10px 0;
}

.excel ul > li > p:nth-child(7) {
    margin: 25px 0 0;
}

.excel ul > li:nth-child(2) {
    border: none;
}

.note {
    font-style: italic;
    display: block;
    font-family: 'roboto';
    font-weight: 300;
}

.app-features img {
    margin-bottom: 0;
}

.card-desc span {
    font-family: 'roboto';
    font-weight: 300;
}


/* Mobile App */

.app {
    z-index: 11;
    background-color: #e9f7fa;
    overflow: hidden;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.app button {
    margin-right: 15px;
}


/* Privacy CSS */

ul.privacy {
    list-style-type: none;
}

.privacyBody p {
    font-size: 17px;
    font-family: 'roboto';
    font-weight: 300;
    color: #777777;
    margin-bottom: 22px;
    line-height: 25px;
    padding: 0 0 0 20px;
}

p.privacy-info {
    font-family: 'roboto';
    font-weight: 300;
    color: #333333;
    margin-bottom: 20px;
    padding-left: 0;
    line-height: 29px;
}

.privacyBody h4 {
    font-size: 19px;
    padding: 10px;
    background: #f9f9f9
}

.privacyBody p a {
    text-decoration: none;
    color: #297fca;
}

.privacyBody p a:focus {
    text-decoration: none;
    color: #297fca;
}

. @media screen and (min-width:1000px) {
    #homeCarousel .carousel-caption {
        position: relative;
        bottom: 0;
        left: 0;
        z-index: 10;
        padding-top: 70px;
        color: #fff;
        text-align: left;
        text-shadow: none;
    }
}

@media screen and (min-width:780px) {
    .pr-lg-0 {
        padding-right: 0;
    }
    .pl-lg-0 {
        padding-left: 0;
    }
}

@media screen and (min-width:768px) {
    .pl-lg55 {
        padding-left: 55px;
    }
}

@media screen and (min-width:601px) {
    #home-main-xs {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs a p {
        margin: 0 0 0 40px;
    }
    ul.nav-tabs > li:nth-child(1).nav-item.active > a {
        background-position-x: 15px;
    }
    ul.nav-tabs > li:nth-child(2).nav-item > a {
        background-position-x: 15px;
    }
    ul.nav-tabs > li:nth-child(2).nav-item.active > a {
        background-position-x: 15px;
    }
    ul.nav-tabs > li:nth-child(3).nav-item > a {
        background-position-x: 15px;
    }
    ul.nav-tabs > li.active:nth-child(3).nav-item.active > a {
        background-position-x: 15px;
    }
    ul.nav-tabs > li:nth-child(4).nav-item > a {
        background-position-x: 15px;
    }
    ul.nav-tabs > li.active:nth-child(4).nav-item.active > a {
        background-position-x: 15px;
    }
    ul.nav-tabs > li.nav-item > a > p > small {
        font-size: 12px;
    }
    ul.nav-tabs > li.nav-item > a > p > strong {
        font-size: 16px;
    }
}

@media screen and (max-width:780px) {
    .navbar-brand {
        /*        border-bottom: 1px solid #333333;*/
        padding-bottom: 10px;
    }
    .navbar-collapse ul {
        display: block;
        text-align: center;
    }
    #navbarCollapse form {
        display: block;
        text-align: center;
    }
    .navbar {
        padding: 10px 0 0;
    }
    #footer-top ul a li {
        color: #888888;
        text-decoration: none;
        line-height: 32px;
        font-size: 15px;
    }
    #footer-top input {
        font-size: 12px;
    }
    #footer-top button.btn-success {
        min-width: 19px;
    }
    #footer-top h5 {
        font-size: 17px;
    }
    #footer-top p {
        font-size: 0.8125rem;
    }
    .contact-info ul li {
        font-size: 15px;
    }
    header.gstHeader {
        -webkit-box-shadow: 0 5px 3px 0 rgba(200, 200, 202, .2);
        -moz-box-shadow: 0 5px 3px 0 rgba(200, 200, 202, .2);
        box-shadow: 0 5px 3px 0 rgba(200, 200, 202, .2);
    }
    ul.nav-tabs li.nav-item a > p {
        font-size: .8rem;
    }
    ul.nav-tabs li.nav-item a > p > small {
        display: none !important;
    }
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs a.nav-link.active p {
        color: #333;
    }
    ul.nav-tabs > li.nav-item:nth-child(1) > a {
        background: url(/images/GST-web-on.png) left no-repeat;
        background-position-x: 15px;
    }
    ul.nav-tabs > li.nav-item:nth-child(1) > a {
        background: url(/images/GST-web-off.png) left no-repeat, #fff;
        background-position-x: 15px;
    }
    ul.nav-tabs > li:nth-child(1).nav-item > a.active {
        background: url(/images/GST-web-on.png) left no-repeat #2192e8;
        background-position-x: 15px;
    }
    ul.nav-tabs > li:nth-child(2).nav-item > a {
        background: url(/images/bill-book-off.png) left no-repeat, #fff;
        background-position-x: 15px;
    }
    ul.nav-tabs > li:nth-child(2).nav-item > a.active {
        background: url(/images/bill-book-on.png) left no-repeat #2192e8;
        background-position-x: 15px;
    }
    ul.nav-tabs > li:nth-child(3).nav-item > a {
        background: url(/images/excel-off.png) left no-repeat, #fff;
        background-position-x: 15px;
    }
    ul.nav-tabs > li:nth-child(3).nav-item > a.active {
        background: url(/images/excel-on.png) left no-repeat #2192e8;
        background-position-x: 15px;
    }
    ul.nav-tabs > li:nth-child(4).nav-item > a {
        background: url(/images/GST-app-off.png) left no-repeat, #fff;
        background-position-x: 15px;
    }
    ul.nav-tabs > li:nth-child(4).nav-item > a.active {
        background: url(/images/GST-app-on.png) left no-repeat #2192e8;
        background-position-x: 15px;
    }
    ul.nav-tabs > li:nth-child(1).nav-item > a.active {
        background: url(/images/GST-web-on.png) left no-repeat #2192e8;
        background-position-x: 15px;
    }
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs a p {
        margin: 0 0 0 56px;
        color: #777777;
        line-height: 23px;
    }
    ul.nav-tabs > li.nav-item > a > p > strong {
        font-size: 12px;
    }
    .press-release .release-img img {
        width: 100%;
    }
    .box {
        margin-bottom: 20px;
    }
    .downloads div.col-lg-4:nth-child(3) > div.box {
        margin-bottom: 0;
    }
    .price-heading {
        width: 50%;
    }
    .nav>li>a {
        padding: 10px 8px;
    }
    .navbar-form {
        margin: 5px 0px 8px 0px;
    }
    .excel h4.heading-secondary {
        font-size: 24px;
        margin: 25px 0 15px;
    }
    .excel-list li p span {
        font-size: 16px;
    }
    .excel ul.right {
        margin: 25px 0;
    }
    .app-features h3 {
        font-size: 18px;
    }
    .app-features span {
        font-family: 'roboto';
        font-weight: 300;
    }
}

@media screen and (max-width:600px) {
    #footer-top h5 {
        margin-top: 1em;
    }
    .nav-tabs .nav-link {
        margin: 0 2px;
        font-size: 10px;
        padding: .5em;
    }
    #home > div > div.col-sm-4.text-right img {
        margin: 0 auto;
        display: block;
    }
    #home-main {
        display: none;
    }
    #home-main-xs .video {
        background: url(/images/play.png) left center no-repeat;
        padding-left: 45px;
        vertical-align: middle;
    }
    #home-main-xs button {
        margin: 0 20px 10px 0;
    }
    .section-heading {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .section-common-space h6 {
        font-size: 15px;
    }
    #gstWeb div.text-center img {
        max-width: 40%;
        margin: 0 auto 15px;
        display: block;
    }
    #gstWeb div.text-center h5 {
        margin-bottom: 20px;
        text-align: center;
        font-size: 1.8rem;
    }
    #gstBb div.text-center img {
        max-width: 40%;
        margin: 0 auto 15px;
        display: block;
    }
    #gstBb div.text-center h5 {
        margin-bottom: 20px;
        text-align: center;
        font-size: 1.8rem;
    }
    #gstEx div.text-center img {
        max-width: 40%;
        margin: 0 auto 15px;
        display: block;
    }
    #gstEx div.text-center h5 {
        margin-bottom: 20px;
        text-align: center;
        font-size: 1.8rem;
    }
    #gstApp div.text-center img {
        max-width: 40%;
        margin: 0 auto 15px;
        display: block;
    }
    #gstApp div.text-center h5 {
        margin-bottom: 20px;
        text-align: center;
        font-size: 1.8rem; 
    }
    ul.circle li {
        margin-bottom: 15px; 
    } 
    .price-heading {
        width: 100%;
        font-size: 32px;  
        margin: 0 auto 30px;
    }  
    .buyBtn-xs {
        display: block;
    }
    .buyBtn {
        display: none;
    }
    ul.circle li {
        font-size: 14px;
    }
    ul.indented li {
        font-size: 13px;
    }
    .section-heading {
        font-size: 20px;
    }
    .excel-steps {
        padding: 35px 0 35px;
    }
    .section-common-space {
        padding: 40px 15px;
    }
}

.pricing-form {
    display: block;
    width: 100%;
    height: 60px;
    padding: 12px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #e9f7fa;
    background-image: none;
    border: 0px solid;
    /* border-radius: 4px; */
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.payment-options {padding: 45px 0;font-family: 'robotolight';}
.payment-options .row{border-bottom: 1px #ededed solid; padding: 20px 0;}
.payment-options  p{margin-bottom: 0; line-height: 25px; font-size: 16px; }
p.lead{color: #3c4044;}p.small{font-size: 95% !important; color: #777777; margin-bottom: 15px !important;}
.payment-options .row .btn-outline-primary{min-width: 200px; float: right;}
.payment-options .row:last-child{border-bottom: 0;}
p.muted{color: #777777;}
.mb-0{margin-bottom: 0!important;}
.mb-20{margin-bottom: 20px!important;}
@media (max-width:600px) {
    .payment-options .row .btn-outline-primary {
        float: none !important;
    }
}