* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
}

@font-face {
    font-family: 'Zoho Puvi';
    src: url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_regular.woff2") format('woff2'), url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_regular.woff") format('woff'), url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_regular.ttf") format('trutype'), url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_regular.svg") format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zoho Puvi';
    src: url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_semibold.woff2") format('woff2'), url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_semibold.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zoho Puvi';
    src: url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_semibold.woff2") format('woff2'), url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_semibold.woff") format('woff');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Zoho Puvi';
    src: url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_bold.woff2") format('woff2'), url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_bold.woff") format('woff'), url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_bold.ttf") format('trutype'), url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_bold.svg") format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body,
ul,
li {
    font-size: 16px;
    font-family: 'Zoho Puvi' !important;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.d-none {
    display: none;
}

.books-logo {
    padding: 15px 0 50px 50px;
    max-width: 1280px;
    margin: auto;
}

.books-logo a {
    display: inline-block;
    vertical-align: middle;
    /* background: url(https://zdblogs.zohocorp.com/sites/books/sales-tax/files/white.png) no-repeat; */
    /*width: 45px; */
    height: 45px;
    font-size: 22px;
    color: #fff;
    /* padding: 14px 50px 0; */
    text-decoration: none;
    font-weight: 500;
    background-size: 100% 100%;
}

.books-logo a img,
.product-header .product-logo img {
    width: 130px;
}

.header-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.header-content h1 {
    font-weight: 700;
    font-size: 40px;
}

.header-content p {
    padding: 20px 0;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 28px;
}

.guides-nav-section {
    padding: 15px 0 0 0;
    text-align: center;
    border-bottom: 1px solid #00000029;
    height: 47px;
}

.guides-nav-section .nav-container {
    display: inline-block;
    margin-right: 50px;
    color: black;
    text-decoration: none;
    padding-bottom: 10px;
}

.nav-container img {
    vertical-align: sub;
    margin-right: 10px;
}

.nav-container.active,
.nav-container:hover {
    border-bottom: 2px solid black;
}

.all-states,
#primary {
    padding-top: 70px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.all-states ul,
#primary ul.state-tiles {
    width: 90%;
    margin: auto;
    /* justify-content: space-between; */
    margin: 40px 0 80px;
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 70px 3%;
}

.tax-type:nth-child(2) {
    grid-column-start: 1;
}

.state-name {
    width: 100%;
    margin: 30px 0;
}

.state-name-with-dropdown {
    margin: 0 0 50px 50px;
}

.state-name img {
    margin-right: 15px;
    vertical-align: middle;
    border-radius: 10px;
    border: 0.1px solid #00000029;
    padding: 5px 5px 0 5px;
}

.state-name span {
    font-size: 24px;
    font-weight: 600;
    vertical-align: middle;
}

.tax-type {
    /* width: 330px; */
    margin: 30px 0 30px;
    padding: 10px;
    border: 1px solid #00000029;
    border-radius: 10px;
}

.tax-type h3 {
    font-size: 20px;
    margin: 20px 0 15px 0;
    font-weight: 500;
}

.tax-type p {
    letter-spacing: 0.2px;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tax-type a {
    display: inline-block;
    margin: 15px 0 20px 0;
    text-decoration: none;
    color: #176DD0;
}

.footer-banner {
    background: #405AC9;
    margin-top: 100px;
}

.banner-inner-container {
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    color: white;
    padding-top: 20px;
    width: 90%;
}

.footer-books-content {
    width: 50%;
}

.footer-books-content h5 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-books-content p {
    font-size: 17px;
    line-height: 22px;
    width: 80%;
}

.try-zoho-books-cta a {
    color: white;
    text-decoration: none;
    padding: 18px 30px;
    background: #F55A5A;
    border-radius: 5px;
    display: inline-block;
}


/* Glossary Page  */

form.nosubmit {
    margin-top: 75px;
}

input.nosubmit {
    width: 28%;
    margin: 0 auto;
    border: 1px solid #00000029;
    display: block;
    padding: 12px 4px 12px 55px;
    border-radius: 20px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 25px center;
}

.glossary-alphabets {
    max-width: 1000px;
    margin: 50px auto;
    padding: 0 25px;
}

.all-alphabets {
    justify-content: space-around;
    margin-bottom: 50px;
}

.all-alphabets span {
    text-decoration: none;
    color: black;
    padding: 7px 10px;
    border-radius: 5px;
}

.all-alphabets a:hover {
    background: #176DD0;
    color: white;
}

.all-alphabets span:hover,
.all-alphabets span.active {
    background: #176DD0;
    color: white;
}

.sep-glossary-content {
    margin-bottom: 30px;
}

.sep-glossary-content h3,
.sep-glossary-content p {
    display: inline;
    line-height: 22px;
    letter-spacing: 0.3px;
}

.sep-glossary-content h3 {
    font-weight: 600;
}

.all-glossary-contents {
    max-height: 600px;
    overflow: scroll;
}

.all-glossary-contents::-webkit-scrollbar {
    display: none;
}

.sales-tax-guides-header {
    color: white;
    background-color: #4664E4;
    padding-bottom: 60px;
    /* background-image: url("https://zdblogs.zohocorp.com/sites/books/sales-tax/files/header_assets.svg"); */
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}


/* basics of sales tax */

.select-container {
    position: absolute;
    right: 65px;
}

.select-container::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('https://zdblogs.zohocorp.com/sites/books/sales-tax/files/filtericon.svg') no-repeat;
    background-size: cover;
    top: 11px;
    left: 17px;
}

.select {
    width: 120px;
    padding: 10px;
    border-radius: 6px;
    text-align: right;
    appearance: none;
    background: none;
}

.state-and-its-headings span {
    display: block;
    margin-bottom: 15px;
    color: grey;
}

.brief-content {
    width: 60%;
    margin-top: 75px;
    padding: 0 20px;
}

.brief-content h4 {
    font-size: 38px;
}

.content-ul {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.content-ul li:first-child {
    margin-left: 0;
}

.content-ul li {
    font-size: 12px;
    margin-left: 12px;
}

.category-see-more-sec {
    text-align: right;
    width: 90%;
    margin: auto;
}

a.category-see-more-btn {
    border: 1px solid #007bff;
    padding: 10px;
}

span.show-all-categ {
    padding: 10px;
    border: 1px solid #4664e4;
    color: #4464e4;
    cursor: pointer;
}

.see-all-category-sec {
    text-align: left;
    width: 90%;
    margin: auto;
}

.state-list-sec {
    position: relative;
    width: 120px;
    border: 1px solid #000;
    border-radius: 6px;
    cursor: pointer;
}

ul#state-list {
    width: 100%;
    position: absolute;
    padding: 0;
    cursor: pointer;
    display: none;
    border: 1px solid;
    border-radius: 0;
}

span.select-list-value {
    width: 100%;
    display: block;
    padding: 10px;
    text-align: right;
    line-height: 18.4px;
}

#state-list li {
    width: 100%;
}

#state-list li:hover {
    color: #fff;
    background-color: #4664e4;
}

@media screen and (max-width: 1024px) {
    .all-states ul {
        justify-content: space-evenly;
    }
    .footer-books-content {
        width: 60%;
    }
    .banner-inner-container {
        width: 100%
    }
}

@media screen and (max-width: 780px) {
    .banner,
    .next-guides {
        display: none;
    }
    .header-content h1 {
        font-size: 30px;
    }
    .header-content p {
        font-size: 16px;
    }
    .state-name span,
    .tax-type h3 {
        font-size: 20px;
    }
    .state-name {
        margin: 0 35px 0;
    }
    .footer-books-content {
        width: 85%;
        margin: auto;
    }
    .banner-inner-container {
        display: block;
        text-align: center;
    }
    .footer-books-content,
    .try-zoho-books-cta {
        margin-top: 20px;
    }
    input.nosubmit {
        width: 55%;
    }
    .all-alphabets {
        justify-content: flex-start;
    }
    .brief-content {
        width: 80%;
    }
    .state-and-its-headings {
        width: max-content;
    }
    .all-states ul {
        width: 90%;
        margin: auto;
        box-sizing: border-box;
    }
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
}

@font-face {
    font-family: 'Zoho Puvi';
    src: url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_regular.woff2") format('woff2'), url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_regular.woff") format('woff'), url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_regular.ttf") format('trutype'), url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_regular.svg") format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zoho Puvi';
    src: url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_semibold.woff2") format('woff2'), url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_semibold.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zoho Puvi';
    src: url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_semibold.woff2") format('woff2'), url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_semibold.woff") format('woff');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Zoho Puvi';
    src: url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_bold.woff2") format('woff2'), url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_bold.woff") format('woff'), url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_bold.ttf") format('trutype'), url("https://fonts.zohostatic.com/zohopuvi/3.0/zoho_puvi_bold.svg") format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body,
ul,
li {
    font-size: 16px;
    font-family: 'Zoho Puvi' !important;
}

a {
    border: 0;
    text-decoration: none;
    color: #000;
}

a:focus {
    outline: 0;
    text-decoration: none
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.d-none {
    display: none;
}

.product-logo li a {
    line-height: 22px;
}

.in-more-actions-menu li a:hover,
.resources-menu li a:hover,
.features-menu li a:hover {
    color: #03a9f5;
}

.drop-down-svg {
    width: 17px;
    height: 10px;
    vertical-align: middle;
    fill: currentColor;
}

.product-header .product-logo {
    /*     background: url("https://www.zoho.com/books/blue-logo.svg") no-repeat 7px top; */
    margin-top: 15px;
    background-size: 41px 39px;
    line-height: 38px;
    float: left;
    display: block;
    height: 50px;
    padding-left: 60px;
    font-size: 21px;
    font-weight: 600;
    color: #000;
}

.in-more-actions-menu li a,
.resources-menu li a {
    padding: 10px 0 15px 25px !important;
    width: 90%;
    color: #333;
    line-height: 16px;
    font-size: 14px;
}

.in-more-actions,
.resources,
.tour {
    position: relative;
}

.in-more-actions-menu,
.resources-menu {
    position: fixed !important;
    border-top: 2px solid #111;
    z-index: 1000;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 5px 0;
}

.resources-menu,
.in-more-actions-menu>li:last-child {
    width: 215px;
}

.features-dropdown-icon {
    background: url('icon-dropdown.svg') no-repeat;
    width: 28px;
    height: 7px;
    display: inline-block;
    background-position: 5px;
}

.features-menu {
    position: fixed !important;
    width: 410px;
    border-top: 2px solid #111;
    z-index: 1000;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 10px 0 0;
}

.features-menu li {
    width: 48%;
    display: inline-block;
    text-align: center;
}

.features-menu li a {
    padding: 15px 0 !important;
    margin: 0 !important;
}

.features-menu .view-all-features {
    width: 100%;
    height: 36px;
    text-align: center;
    background: #fafafa;
    margin: 10px 0;
}

.product-header .in-more-actions-menu {
    right: 12%;
}

.header {
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
    width: 100%;
    min-height: 35px;
    border-bottom: 1px solid #e8e8e8
}

.product-header-inner {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.product-menu {
    float: right
}

.product-menu .menu-list {
    float: left;
    margin-left: 40px
}

.product-menu .menu-list a {
    color: #000;
    display: inline-block;
    padding: 25px 0;
    cursor: pointer;
}

.product-menu .selected {
    color: #03a9f5
}

.back-to-taxpage {
    padding: 10px 10px 10px 38px;
    border-radius: 10px 8px;
    background-color: #E0EEFF;
    background-image: url('https://zdblogs.zohocorp.com/sites/books/sales-tax/files/back-arrow.svg');
    background-repeat: no-repeat;
    background-position: 15px 12px;
    display: inline-block;
    color: #0077DE;
}

.product-header .product-header-inner {
    padding: 0 !important;
    border-bottom: none;
}

.in-more-actions-menu li a:hover,
.resources-menu li a:hover,
.features-menu li a:hover {
    color: #03a9f5;
}

.new-icon {
    width: 25px;
    height: 18px;
    vertical-align: middle;
}

.drop-down-svg {
    width: 17px;
    height: 10px;
    vertical-align: middle;
    fill: currentColor;
}

.product-header {
    max-width: 100%;
    position: relative;
    transition: .25s ease 0;
    margin: 0 auto;
    overflow: hidden
}

.product-logo {
    float: left;
    display: block;
    height: 50px;
    line-height: 44px;
    padding: 0 0 0 60px;
    font-size: 21px;
    font-weight: 600;
    margin-top: 15px;
    background-position: left top;
    background-repeat: no-repeat;
}

.nav-item {
    float: left;
}

.product-menu li a {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 25px 0;
    line-height: 22px;
    margin-right: 30px;
}

.artical {
    margin: 40px 0;
}

.artical h5,
.artical h2,
.artical h3,
.artical h4 {
    font-size: 23px;
    margin-bottom: 50px;
    color: #000;
}

.artical p,
.artical li {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.2px;
    margin-bottom: 25px;
}

.artical img {
    max-width: 100%;
    height: auto;
}

.artical li {
    margin-bottom: 10px;
}

.blue-box {
    padding: 30px;
    background: #E3F2FF;
}

.page-aside {
    margin-top: 40px;
}

.next-guides {
    width: 23%;
    margin-top: 150px;
}

.next-guides h6 {
    font-size: 14px;
    margin-bottom: 30px;
}

.next-guide {
    margin-bottom: 20px;
    align-items: center;
}

.next-guide img {
    margin-right: 20px;
    border-radius: 10px;
}

.next-guide span {
    display: inline-block;
    font-weight: 500;
}

.banner {
    padding: 50px 30px;
    background: #E3F2FF;
}

.banner a {
    font-size: 13px;
    background: #3767C2;
    color: white;
    border: none;
    padding: 10px;
    width: 140px;
    margin: 0 auto 20px;
    display: inline-block;
}

.banner h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.in-more-actions-menu li a:hover,
.resources-menu li a:hover,
.features-menu li a:hover {
    color: #03a9f5;
}

.drop-down-svg {
    width: 17px;
    height: 10px;
    vertical-align: middle;
    fill: currentColor;
}

.in-more-actions-menu li a,
.resources-menu li a {
    padding: 10px 0 15px 25px;
    width: 90%;
    color: #333;
    line-height: 16px;
    font-size: 14px;
}

.in-more-actions,
.resources,
.tour {
    position: relative;
}

.features-menu .view-all-features {
    width: 100%;
    height: 36px;
    text-align: center;
    background: #fafafa;
    margin: 10px 0;
}

.in-more-actions-menu li,
.resources-menu li {
    width: 100%;
    margin-left: 0;
}

.header {
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
    width: 100%;
    min-height: 35px;
    border-bottom: 1px solid #e8e8e8
}

.state-and-its-headings span {
    font-size: 15px;
    color: grey;
}


/* basics of sales tax */

.select-container {
    /* position: relative; */
}

.select-container::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('https://zdblogs.zohocorp.com/sites/books/sales-tax/files/filtericon.svg') no-repeat no-repeat;
    background-size: cover;
    top: 7px;
    left: 17px;
}

.select {
    width: 125px;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 4px;
    text-align: right;
    background: none;
    appearance: none;
}

.brief-content {
    width: 60%;
    margin-top: 75px;
    padding: 0 20px;
}

.brief-content h4 {
    font-size: 38px;
}

.hoster-info {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.hoster-info li:first-child {
    margin-left: 0;
}

.hoster-info li {
    font-size: 12px;
    margin-left: 12px;
}

.guides-container {
    max-width: 1280px;
    margin: auto;
    justify-content: space-between;
    padding: 0 20px;
}

.state-and-its-headings {
    margin-top: 200px;
    max-width: 200px;
}

.state-and-its-headings h2 {
    font-size: 22px;
    margin: 35px 0 15px;
}

.page-aside .active {
    color: #158AFF;
}

.page-aside li {
    margin: 20px 0;
}

@media screen and (max-width: 780px) {
    .banner,
    .next-guides {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .state-and-its-headings,
    .product-menu {
        display: none;
    }
    .brief-content {
        width: auto;
    }
    .hoster-info li {
        line-height: 20px;
    }
}


/*newly added*/

* {
    scroll-behavior: smooth;
}

.state-name img {
    border-radius: 8px;
}

.sales-tax-guides-header {
    background-color: #07239d;
}

.header-content {
    padding: 50px 0 25px;
}

.header-content p {
    font-size: 20px !important;
    line-height: 32px !important;
    padding-bottom: 55px;
}

.header-content h1 {
    font-size: 44px;
}

.guides-nav-section {
    font-size: 20px;
    font-weight: 500;
}

span.select-list-value {
    width: 100%;
    display: block;
    text-align: right;
    line-height: 18.4px;
    padding: 10px 17px 10px 10px;
    font-weight: 500;
    font-size: 15px;
}

.select-container {
    margin-top: 33px;
}

.select-container::before {
    top: 11px !important;
}

.state-name span {
    font-size: 29px;
    line-height: 35px;
}

#state-list {
    top: 50px !important;
    width: 128% !important;
    right: 0 !important;
    border-radius: 5px !important;
    background-color: white;
    box-shadow: -5px 13px 9px #C8DCFC29;
    border: 1px solid #E8E8E8 !important;
    font-size: 16px !important;
}

#state-list li {
    text-align: left !important;
    /* padding: 14px 11px; */
}

#state-list li a {
    padding: 14px 11px;
    display: block;
}

#state-list li:hover {
    background-color: #F8F8F8 !important;
    color: #000 !important;
    font-weight: 500;
}

.guides-nav-section {
    padding: 15px 0 50px 0;
}

.guides-nav-section .nav-container {
    padding-bottom: 19px;
    padding-top: 9px;
}

.guides-nav-section .nav-container svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -2px;
}

.guides-nav-section .nav-container svg path {
    stroke: #555;
}

.guides-nav-section .nav-container.active svg path {
    stroke: #000;
}

.hoster-info li:not(:first-child)::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #004580;
    margin-bottom: 2px;
    margin-right: 12px;
}

.tax-type p,
.tax-type h3 {
    width: 300px;
}

.tax-type h3 {
    font-size: 23px;
    margin: 25px 0 9px;
}

.tax-type p {
    font-size: 14px;
    line-height: 25px;
}

.tax-type a {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.footer-books-content p {
    line-height: 28px;
}

@media screen and (max-width: 780px) {
    .footer-books-content p {
        margin: auto;
    }
}

.try-zoho-books-cta a {
    font-size: 23px;
}

.guides-nav-section .nav-container.active {
    filter: opacity(1);
    font-weight: 500;
}

.guides-nav-section .nav-container {
    filter: opacity(0.8);
    font-weight: 400;
}

.guides-nav-section .nav-container:nth-child(2) {
    margin-right: 0px;
}

.tax-type {
    /* width: 330px; */
    margin: 0;
    border: none;
    padding: 0px;
}

.tax-type img {
    border-radius: 8px;
    height: 220px;
}

.state-name {
    margin-bottom: 40px;
    margin-top: 70px;
}

.state-list-sec {
    border-color: #00000029;
    border-radius: 8px;
    width: 158px !important;
    margin-right: -3px;
}

.all-alphabets span:hover,
.all-alphabets span.active {
    background: #176DD0 !important;
    color: white !important;
}

.state-tiles:not(:first-of-type) {
    border-top: 1px solid #dddddd;
}

.state-tiles:first-of-type .state-name {
    margin-top: 3px;
    grid-column-start: 1;
}

.state-tiles.d-flex {
    margin-bottom: 20px;
    margin-top: 25px;
}

.all-states div.category-see-more-sec,
.show-all-categ {
    /* margin-bottom: -16px; */
    display: none;
}


/* Grossary page */

input.nosubmit {
    padding: 16px 4px 16px 55px;
    border-radius: 28px;
    font-family: Zoho Puvi;
}

.all-alphabets {
    margin-bottom: 80px;
    position: sticky;
    top: 0px;
    background-color: #fff;
}

.all-alphabets li {
    text-align: center;
}

input.nosubmit {
    font-size: 20px;
}

.glossary-alphabets {
    margin: 35px auto 0 auto;
    max-width: 1050px;
}

.all-alphabets span {
    font-size: 19px;
    padding: 8px 11px;
    border-radius: 8px;
    cursor: pointer !important;
    display: inline-block;
}

.all-glossary-contents {
    margin: 0 26px;
    width: 100%;
}

.sep-glossary-content {
    margin-bottom: 55px;
}

.sep-glossary-content h3 {
    font-size: 20px;
    display: block;
    margin-bottom: 16px;
}

.sep-glossary-content p {
    font-size: 18px;
    line-height: 30px;
}

.all-states,
#primary {
    max-width: 1230px;
}

.footer-banner {
    margin-bottom: 50px;
}

span.keyhiglight {
    background-color: #176DD0;
    color: #fff;
    padding: 5px 0px;
    display: inline-block;
}

span.keyhiglight::first-letter {
    text-transform: uppercase;
}

.sep-glossary-content h3::first-letter {
    text-transform: uppercase;
}

@media screen and (max-width: 780px) {
    .sales-tax-guides-header {
        background-size: 119px;
    }
    input.nosubmit {
        width: 80%;
    }
    .all-states,
    #primary {
        padding-top: 22px;
    }
    .state-name {
        margin-top: 56px;
    }
    .state-tiles.d-flex {
        margin-bottom: -21px;
    }
    .banner-inner-container {
        padding: 58px 0;
    }
    .try-zoho-books-cta a {
        font-weight: 500;
    }
}

@media screen and (max-width: 425px) {
    .state-name {
        margin: 40px 15px 30px;
    }
    .select-container {
        right: 20px;
    }
    .sales-tax-guides-header {
        background-position-x: 26px;
        background-size: 320%;
    }
    .state-name span {
        font-size: 22px;
    }
    .state-tiles:first-of-type .state-name {
        margin-top: 33px;
    }
    .select-container {
        top: -12px;
    }
    .footer-books-content h5 {
        line-height: 38px;
    }
    .all-alphabets.d-flex {
        width: 94px;
        top: 40px;
    }
    .all-glossary-contents {
        width: calc(100% - 115px);
        margin-left: 115px;
        margin-top: -554px;
    }
    .all-alphabets span:hover {
        background-color: #fff !important;
        color: #000 !important;
    }
    .all-alphabets li {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 9px 0px;
        border: 1px solid #bbb;
        padding: 10px 0;
        border-left: none;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .glossary-alphabets {
        padding: 0 25px 0 0px;
    }
    form.nosubmit {
        margin-bottom: 49px;
    }
}


/* Footer */

.zoho-apps {
    margin: 60px auto;
    padding: 35px 0 0;
    border-top: 1px solid #ccc;
    overflow: visible;
    position: relative;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.zoho-apps>li:first-child,
.zoho-privacy>li:first-child {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 30px;
}

.zoho-apps>li:not(:first-child) {
    padding: 20px 10px;
    min-width: 240px;
}

.zoho-apps>li:not(:first-child) a {
    justify-content: center;
}

.zoho-apps li:first-child {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    background: #fff;
}

.zoho-apps li a {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #000;
    align-items: center;
    display: flex;
}

.subscriptions-logo,
.billings-logo,
.expense-logo,
.inventory-logo,
.checkout-logo,
.payroll-logo,
.invoice-logo {
    background-image: url('https://zdblogs.zohocorp.com/sites/books/sales-tax/files/foot-sprite.png');
    background-size: 162px;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.billings-logo {
    background-image: url(https://zdblogs.zohocorp.com/sites/books/vat-test/files/billing_logo-icon.png);
    background-size: 100%;
}

.payroll-supported [class*="-logo"] {
    margin-right: 5px;
}

.subscriptions-logo {
    background-position: -14px -58px;
    background-size: 150px;
}

.expense-logo {
    background-position: -21px -496px;
    background-size: 183px;
}

.inventory-logo {
    background-position: -17px 48px;
    background-size: 165px;
}

.checkout-logo {
    background-position: -116px -475px;
    background-size: 175px;
}

.payroll-logo {
    background-position: -291px 161px;
    background-size: 175px;
}

.invoice-logo {
    background-position: 57px 49px;
    background-size: 160px;
}

.other-app-title {
    font-weight: 600
}

.other-app-desc {
    font-size: 12px;
    white-space: nowrap;
    margin-top: 2px;
}

.common-zohofooter {
    background: #f1f1f1;
    color: #919293;
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #e2e2e2;
}

.common-footer {
    color: #919293;
    text-align: center;
    padding-bottom: 40px;
    margin: 0 auto;
    padding: 40px 0 45px;
}

.common-footer ul {
    margin: 0 auto 15px;
    max-width: 790px;
    overflow: hidden;
    padding: 0 3%;
}

.common-footer li {
    border-left: 1px solid #ccc;
    display: inline-block;
    line-height: 0;
    overflow: hidden;
    padding: 0 12px;
}

.common-footer li:first-child {
    border-left: medium none;
}

.common-footer li a {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.common-footer p {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 5px auto;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1130px) {
    .zoho-apps>li:not(:first-child) a {
        justify-content: start;
    }
}

@media screen and (max-width: 750px) {
    .zoho-privacy ul li {
        margin-right: 4%;
    }
    .zoho-apps li a {
        flex-direction: column;
    }
    .other-app-desc {
        display: none;
    }
    .zoho-apps [class*="-logo"] {
        margin: 0 0 5px;
    }
    .zoho-apps>li:not(:first-child) {
        width: 50%;
        min-width: auto;
        padding: 20px 0;
    }
    .zoho-apps.payroll-supported>li:not(:first-child) {
        width: 33.33%;
    }
}


/*Sales tax page*/

.product-header-inner {
    max-width: 91%;
}

.guides-container {
    max-width: 92%;
}

.state-and-its-headings h2 {
    margin: 35px 0 30px;
}

.state-and-its-headings {
    margin-top: 66px;
    max-width: 220px;
    padding-right: 30px;
    border-right: 1px solid rgba(112, 112, 112, 0.2);
}

.state-and-its-headings span {
    font-weight: 500;
    margin-bottom: 0px;
}

.back-to-taxpage {
    border-radius: 13px;
    background-position: 13px 11px;
    font-size: 15px;
    padding: 8px 10px 8px 32px;
}

.next-guides {
    width: 16%;
    margin-top: 75px;
}

.next-guide {
    flex-wrap: nowrap;
    width: 189px;
}

.next-guide span {
    font-size: 15px;
    line-height: 20px;
}

.brief-content {
    margin-left: -50px;
    width: 51%;
}

.brief-content h4,
.artical h5,
.artical p,
.artical li {
    color: #000;
}

.next-guides h6 {
    font-size: 18px;
}

.hoster-info li {
    line-height: 30px;
    font-size: 14px;
    margin-left: 16px;
    ;
}

.artical h5 {
    margin-bottom: 25px;
    margin-top: 44px;
}

.artical {
    margin: 27px 0;
}

.artical p,
.artical li {
    font-size: 18px;
    line-height: 34px;
}

.banner {
    padding: 0px;
    padding-top: 35px;
    border-radius: 5px;
    max-width: 240px;
    margin-top: 50px;
}

.banner h3 {
    text-align: center;
    width: 70%;
    margin: auto;
    margin-bottom: 15px;
    line-height: 26px;
}

.banner a {
    margin: auto;
    display: block;
    border-radius: 5px;
    font-family: 'Zoho Puvi' !important;
    text-align: center;
    cursor: pointer;
}

.banner img {
    width: 112px;
}

.state-and-its-headings {
    align-self: flex-start;
    height: 60vh;
    position: sticky;
    top: 30px;
    padding-right: 60px;
    margin-top: 75px;
}

.page-aside {
    margin-left: 3px;
    margin-top: 25px;
}

.page-aside li {
    margin: 21px 0;
}

.page-aside li a {
    color: #000 !important;
}

.page-aside li a.active {
    color: #158AFF !important;
}

.artical ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #293541;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 12px;
}

.blue-box ul li::before {
    background-color: #0077DE !important;
}

.artical ul p,
.artical ul p {
    margin-bottom: 10px;
    display: inline;
}

#comments {
    margin-top: 100px;
}

#reply-title {
    margin-bottom: 20px;
}

.comment-notes {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 34px;
}

#edit-langcode-0-value--description {
    margin-bottom: 15px;
}

#edit-langcode-0-value {
    display: none;
}

#edit-field-author-wrapper,
.field--type-string.field--name-field-author,
.field--type-email.field--name-field-email,
.field--type-string.field--name-field-url {
    max-width: 700px !important;
}

.comment-comment-form input,
.field--type-email .js-form-item-field-email-0-value.form-item--field-email-0-value>input,
.form-textarea-wrapper .form-element--type-textarea,
.comment-comment-form .js-form-item-field-url-0-value.form-item--field-url-0-value>input,
.comment-comment-form .js-form-item-field-author-0-value.form-item--field-author-0-value>input {
    padding: 5px 20px !important;
    font-size: 16px;
    font-family: 'Zoho Puvi';
    border: 1px solid #ced4da;
    width: 100%;
    border-radius: 5px;
}

.form-textarea-wrapper .form-element--type-textarea {
    padding-top: 10px !important;
}

.comment-comment-form,
.comment-comment-form .js-form-item-field-url-0-value.form-item--field-url-0-value>input {
    max-width: 700px !important;
    width: 100%;
}

.comment-comment-form label,
.comment-comment-form span,
#edit-langcode-0-value--description {
    display: none;
}

.field--type-string.field--name-field-url {
    display: none !important;
}

.form-actions #edit-submit {
    background-color: #0077DE !important;
    font-size: 16px !important;
    font-family: 'Zoho Puvi';
    margin-bottom: 50px;
    cursor: pointer;
    border-radius: 5px !important;
}

.hoster-info {
    margin: 14px 0;
}

.blue-box {
    border-radius: 10px;
    padding-top: 27px;
    padding-bottom: 36px;
    padding-left: 52px;
    margin-top: 45px;
}

.blue-box ul {
    width: 89%;
    margin-left: 29px;
}

.blue-box h5 {
    margin-bottom: 24px;
    margin-top: 20px;
}

.guides-container {
    flex-wrap: nowrap;
}

@media screen and (max-width: 1024px) {
    .brief-content {
        margin-left: 0px;
        width: 68%;
    }
    .next-guides {
        display: none;
    }
    .state-and-its-headings {
        padding-right: 34px;
    }
    .hoster-info li {
        margin-left: 0px;
        margin-right: 16px;
    }
}

@media screen and (max-width: 425px) {
    .brief-content {
        margin-left: 0px;
        width: 100%;
        margin-right: -14px;
    }
    .guides-container {
        max-width: 100%;
    }
    .hoster-info li:first-child::before {
        content: "";
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #004580;
        margin-bottom: 2px;
        margin-right: 12px;
    }
    .hoster-info li {
        margin-left: 0px;
        margin-right: 10px;
    }
    .blue-box {
        padding-left: 30px;
    }
}


/*Sales tax page*/

.zb-post-img img {
    max-width: 100%;
    height: auto;
}

#state-list li.active {
    background-color: #F8F8F8 !important;
    color: #000 !important;
    font-weight: 500;
}

.tax-type h3 {
    line-height: 28px !important;
}

.page-aside li a {
    line-height: 24px !important;
}

.sep-glossary-content li {
    font-size: 18px;
    line-height: 30px;
}

.sep-glossary-content li::before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background-color: #176DD0;
    margin-right: 10px;
    margin-bottom: 1px;
}

.all-alphabets {
    margin-bottom: 0px;
    position: static;
}

.all-glossary-contents {
    margin-top: 80px;
}

@media screen and (max-width: 425px) {
    .all-alphabets {
        position: sticky;
    }
    .all-glossary-contents {
        max-height: 700px;
        margin-top: -475px;
    }
}

@media screen and (max-width: 450) {
    .state-tiles:first-of-type .state-name {
        margin-top: 33px !important;
    }
}

.newglossary-head-container .newall-alphabets li .disable {
    color: #ccc !important;
    pointer-events: none !important;
}

@media screen and (max-width:480px) {
    .newall-alphabets li.d-flex {
        justify-content: center;
    }
    newall-glossary-contents {
        padding: 0 20px;
    }
}

.artical a img {
    width: 100% !important;
}


/* comments section */

.zb-form-wrapper>h4 {
    margin-bottom: 16px;
    font-size: 1.5em;
}

.zb-form-wrapper>p {
    padding-left: unset !important;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 34px;
}

.js-form-item-field-author-0-value.form-item--field-author-0-value>input,
.js-form-item-field-email-0-value.form-item--field-email-0-value>input,
.js-form-item-field-url-0-value.form-item--field-url-0-value>input {
    max-width: 100% !important;
    max-height: 39px !important;
    height: 39px !important;
    border: 1px solid #ced4da;
    border-color: #EEEEEE;
}

.comment-comment-form input,
.field--type-email .js-form-item-field-email-0-value.form-item--field-email-0-value>input,
.form-textarea-wrapper .form-element--type-textarea,
.comment-comment-form .js-form-item-field-url-0-value.form-item--field-url-0-value>input,
.comment-comment-form .js-form-item-field-author-0-value.form-item--field-author-0-value>input {
    padding: 5px 20px !important;
    font-size: 16px;
    font-family: 'Zoho Puvi';
    border: 1px solid #ced4da;
    width: 100% !important;
    border-radius: 5px;
    /* margin-bottom: 16px; */
}

#edit-field-author-wrapper,
.field--type-string.field--name-field-author,
.field--type-email.field--name-field-email,
.field--type-string.field--name-field-url {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    position: relative;
    width: 100%;
    max-width: 33.3333333333%;
    min-height: 1px;
    padding-right: 20px;
    /* padding-left: 20px; */
    margin-bottom: 16px !important;
}

#edit-field-author-wrapper,
.field--type-string.field--name-field-author,
.field--type-email.field--name-field-email,
.field--type-string.field--name-field-url {
    max-width: 700px !important;
}

.form-textarea-wrapper .form-element--type-textarea {
    padding-top: 10px !important;
    /* max-width:700px; */
    /* box-sizing: border-box; */
}

div#edit-field-comment-body-wrapper {
    max-width: 700px;
    padding-right: 20px;
}

#edit-actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 1px;
    padding-right: 20px;
    /* padding-left: 20px; */
    margin-top: 16px !important;
}

#edit-submit {
    border-radius: 0px !important;
    background: #f0483e !important;
    color: #fff !important;
    letter-spacing: 1px !important;
    padding: 9px 15px 8px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border: 1px solid transparent;
    line-height: 1.5 !important;
    width: auto !important;
    margin-top: 0px !important;
}

#block-zoho-custom-theme1-comments {
    background: #FCFCFC;
    border: 1px solid #E6E6E6;
    padding: 50px;
    position: relative;
    margin-bottom: 70px;
}

.zb-pcomment-section h4 {
    font-size: 1.5em;
    margin-bottom: 16px;
}

.zb-pcomment-section {
    /* padding: 0 50px; */
}

.zb-comment-wrap>ul li {
    padding-left: 25px;
    padding: 20px 0px 20px 25px;
    /* border-bottom: 1px solid #f4f4f4; */
}

.zb-comment {
    display: flex;
    /* align-items: center; */
}

.zb-usr-details {
    padding-left: 15px;
}

.zb-usr-info {
    margin-bottom: 15px;
}

strong.zb-usr-name {
    padding-right: 20px;
}

a.zb-reply-btn {
    /* margin: 10px; */
    padding: 20px 0px;
    /* padding-top: 30px; */
    display: inline-block;
    color: #7a7a78;
    padding-bottom: 7px;
    margin-bottom: 20px;
    border-bottom: 1px solid #7a7a78;
}

small {}

a#cancel-comment-reply-link {
    position: absolute;
    right: 20px;
    font-size: 0;
    padding: 12px;
    background-color: #000;
    border-radius: 20px;
}

a#cancel-comment-reply-link:after,
a#cancel-comment-reply-link:before {
    content: "";
    width: 15px;
    height: 2px;
    display: inline-block;
    position: absolute;
    background-color: #fff;
    left: 5px;
    transform: rotate(45deg);
}

a#cancel-comment-reply-link:after {
    transform: rotate(-45deg);
}

span.zb-usr-ctime {
    padding-left: 20px;
    border-left: 1px solid #cbc6c6;
    color: #979292;
}

.zb-usr-details p {
    margin-top: 20px;
}

.zb-comment-wrap>ul li li {
    padding-bottom: 0px;
}

div#respond {
    margin-top: 30px;
}

@media screen and (max-width:1440px) {
    .zb-comment-wrap>ul li {
        padding: 10px 0px 10px 15px;
    }
    .footer-books-content h5 {
        font-size: 26px;
    }
}

@media screen and (max-width:768px) {
    span.zb-usr-ctime {
        font-size: 14px;
    }
    strong.zb-usr-name {
        padding-right: 10px;
        font-size: 14px;
    }
    .zb-usr-details p {
        margin-top: 10px;
        font-size: 14px;
    }
    .zb-form-wrapper>p {
        font-size: 14px;
    }
    a.zb-reply-btn {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width:480px) {
    .zb-pcomment-section h4 {
        font-size: 17px;
    }
    .zb-form-wrapper>p {
        font-size: 14px;
    }
    .zb-comment-wrap>ul li {
        padding: 0px 0px 0px 8px;
    }
    #block-zoho-custom-theme1-comments {
        padding: 20px;
    }
}


/* comments section */


/* pagination */

.zb-pagination {
    margin: 0 0 30px;
    display: table;
    width: 100%;
    border-top: 1px solid #f0f0f0;
    padding: 50px 0 0;
    text-align: center;
}

.zb-pagination span,
.zb-pagination a {
    margin: 0px 5px 10px;
    padding: 7px 14px;
    border: 1px solid #405AC8;
    color: #405AC9;
    display: inline-block;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    min-width: 40px;
    min-height: 36px;
}

.zb-pagination span.zb-total-pages,
.zb-pagination .zb-current {
    color: #000;
    border: 1px solid #000;
}

.alft-icon:before,
.alft-icon:after,
.arht-icon:before,
.arht-icon:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 0px 0px 1px 1px;
    transform: rotate(-135deg);
}

.alft-icon:before,
.alft-icon:after {
    transform: rotate(45deg);
    left: auto;
    right: 2px;
}

.alft-icon,
.arht-icon {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.arht-icon:after {
    left: 8px;
}

.alft-icon:after {
    right: 8px;
}

a.zb-next-page,
a.zb-prev-page {
    position: relative;
    top: -3px;
}


/* pagination */


/* New glossary revamp */

form.nosubmit {
    margin-top: 35px;
    padding-top: 35px;
}

.newglossary-head-container {
    position: sticky;
    top: 0;
    background-color: #fff;
}

.newall-alphabets {
    max-width: 1000px;
    margin: auto;
    justify-content: space-around;
    padding-top: 40px;
    padding-bottom: 40px;
}

.newall-alphabets span {
    font-size: 19px;
    padding: 8px 11px;
    border-radius: 8px;
    cursor: pointer !important;
    display: inline-block;
}

.newall-alphabets span:hover,
.newall-alphabets span.active {
    background: #176DD0 !important;
    color: white !important;
}

.newall-glossary-contents {
    margin: 40px auto 0 auto;
    max-width: 1000px;
}

.newsep-glossary-content {
    margin-bottom: 55px;
}

.newsep-glossary-content h3 {
    line-height: 22px;
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.newsep-glossary-content p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.3px;
}

.newsep-glossary-content li {
    font-size: 18px;
    line-height: 30px;
}

.newsep-glossary-content li::before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background-color: #176DD0;
    margin-right: 10px;
    margin-bottom: 1px;
}


/* New glossary revamp */

.zpost-tags>a {
    background: #f5f5f5;
    color: #444;
    border-radius: 4px;
    font-size: 12px;
    padding: 6px 10px;
    margin: 0 5px 5px 0;
    display: inline-block;
    font-family: var(--zf-secondary-medium)
}

.zpost-tags>a:hover {
    background: #e6e6e6;
    color: var(--body-font-clr)
}

.zp-post-related-tags {
    padding: 60px 0
}

.zp-post-related-tags h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

@media only screen and (min-width :992px) and (max-width:1199px) {
    .zpost-tags>a {
        font-size: 10px
    }
}

@media only screen and (min-width :768px) and (max-width:991px) {
    .zpost-tags>a {
        font-size: 10px
    }
    .zp-post-related-tags {
        padding: 40px 0
    }
    .all-states ul,
    #primary ul.state-tiles {
        grid-template-columns: 49% 49%;
        gap: 40px 2%;
    }
}

@media only screen and (max-width :767px) {
    .zpost-tags>a {
        font-size: 10px
    }
    .zp-post-related-tags {
        padding: 40px 0
    }
    .zp-post-related-tags {
        padding: 30px 0
    }
    .zp-post-related-tags h4 {
        font-size: 18px;
    }
    .all-states ul,
    #primary ul.state-tiles {
        grid-template-columns: 100%;
        gap: 60px 0%;
    }
}