/*******For home footer*******/
.product-img {
    background-image: url(https://zoho.com/in/books/gst/images/sprite-home-2x.png);
    background-repeat: no-repeat;
    min-width: 15%;
    margin: 10px auto !important;
    min-height: 60px;
    background-size: 740px;
}
.vat-compliant-grp .product-img.books {
  background-position: -496px -110px;
  width: 71px;
  height: 60px;
}
.vat-compliant-banner {
  background-color: #27273c;
  padding: 60px;
  color: #fff;
}
.font-thin {
    font-weight: 400;
}
.vat-compliant-grp p {
  color: #fff !important;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  line-height: 26px !important;
}
.vat-compliant-banner h4 {
  font-size: 24px !important;
  line-height: 32px !important;
  color: #fff !important;
  font-weight: 700 !important;
  text-shadow: none !important;
  margin-top: 5px !important;
  margin-bottom: 10px !important;
  letter-spacing: normal !important;
}

.signupnow-button.btn-block
{
  opacity: 1;
  width: auto !important;
}

.btn-block a {
    text-transform: uppercase;
    border: 1px solid #00aeef;
    background-color: #00aeef;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 40px;
}
.vat-compliant-banner .btn {
    position: relative;
    display: inline-block;
    /*padding: 5px 15px;*/
    /*font-size: 15px;*/
    /*font-weight: 600;*/
    border-radius: 2px;
    letter-spacing: .5px;
    line-height: 1.44;
    /*cursor: pointer;*/
    /*color: #333;*/
    /*border: 1px solid #333;*/
}
.vat-compliant-banner .btn:hover
{
  background-color: #428bca;
  color: #fff !important;
}

.get-in-touch-group, .vat-compliant-grp {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}


.gst-media-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}


@media only screen and (max-width: 1080px) {
  .get-in-touch-group, .vat-compliant-grp {
    flex-direction: column;
    text-align: center;
  }
  .gst-media-group {
    flex-direction: column;
  }
  .icon-xs {
    margin: 0 25px!important;
  }
}

@media only screen and (max-width: 1108px) and (min-width: 1081px) {
  .vat-compliant-banner .btn-block a {
    padding: 10px 20px;
  }
}


@media only screen and (max-width: 1080px) {
  .get-in-touch-group, .vat-compliant-grp {
    flex-direction: column;
    text-align: center;
  }
  .gst-media-group {
    flex-direction: column;
  }
  .icon-xs {
    margin: 0 25px!important;
  }
}

@media only screen and (max-width:341px){
  .vat-compliant-banner .btn-block a {
    padding: 10px 28px;
  }
}

/*******For post footer*******/

.main-product-section {
  background-color: #222;
  background-image: url(https://zoho.com/books/guides/images/main-prd-bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto auto;
  overflow: hidden;
  padding: 80px 5%;
  position: relative;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}
.zb-logo {
    width: 150px;
    display: inline-block;
}
.zb-logo img{
    vertical-align: unset !important;
}
.main-product-section h2 {
  font-size: 30px;
  font-weight: inherit;
  letter-spacing: -1px;
  line-height: 1.3;
  padding: 15px 0 10px;
  color: #fff;
  margin-bottom: 30px;
  text-shadow: none;
  margin-top: 5px;
}
.main-product-section .btn{
    color: #fff;
    border-color: #3896ff;
    background-color: #3896ff;
    letter-spacing: -.03em;
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 2px;
    line-height: 1.44;
    cursor: pointer;
    border: 1px solid #3896ff;
    text-transform: none;
}
.main-product-section .btn:hover {
  color: #3896ff !important;
  background-color: transparent;
  border: 1px solid #3896ff;
}
.main-product-section.gst {
  display: none;
}
.zoho-logo {
  background-image: url("https://zoho.com/images/product-common-sprite.png");
  background-position: -1px -392px;
  background-repeat: no-repeat;
  width: 65px;
	height: 22px;
  display: inline-block;
}
.gst-footer {
  background-color: #f3f3f3;
}

/*****faq*****/

.source a {
	color: #428bca;
        text-decoration: none;
        font-size: 14px;
}