.slick-prev,
.slick-prev:hover {
    background-image: url('/wp-content/uploads/2024/quotation-generator/prev-icon.svg');
}

.slick-next,
.slick-next:hover {
    background-image: url('/wp-content/uploads/2024/quotation-generator/prev-icon.svg');
}

.expOurPopularSlider .slick-prev,
.expOurPopularSlider .slick-prev:hover {
    background-image: url('/wp-content/uploads/2024/quotation-generator/white-prev-icon.svg');
}

.expOurPopularSlider .slick-next,
.expOurPopularSlider .slick-next:hover {
    background-image: url('/wp-content/uploads/2024/quotation-generator/white-prev-icon.svg');
}

.autocomplete-container {
    position: relative;
}
.tabBtnActive{
    background-color: #006EA6;
    color: #fff;
    border-radius: 5px;
}
.stateList {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.readOurInsightsTitle:hover {
    color: #000 !important;
}

.suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 10;
}

.suggestion-item {
    padding: 10px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #f0f0f0;
}

#selected-id {
    margin-top: 15px;
    font-weight: bold;
}

.darkBlue {
    background-color: #0e6fa4;
}

.streamLineQuotn ol {
    display: block;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
}

.streamLineQuotn ol li {
    position: relative;
    font-size: 1rem;
}

.streamLineQuotn ol li:before {
    counter-increment: numList;
    content: counter(numList);
    position: absolute;
    left: -26px;
    font-size: 1rem;
    text-align: center;
    color: #2b68b2;
    line-height: 28px;
    width: 30px;
    height: 30px;
    background: inherit;
    border-radius: 999px;
    border: 1px solid #bad0eb;
}

.btn-fretrail,
.btn-fretrail:hover {
    width: fit-content;
    background-color: #ffcc00;
    border: none;
    color: #000 !important;
    padding: 10px 29px;
    margin: 5px 0 0 0;
    font-weight: 500;
}

.bg-dark-yellow {
    background-color: #fcaf1b !important;
}

.slick-slide img {
    display: inline;
}

.expOurPopularCard img {
    text-align: center !important;
}

.readOurInsights a {
    font-size: 1.1rem !important;
}

.pointer {
    cursor: pointer;
}

.readOurInsights .paragraph {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hyperLink,
.hyperLink:hover {
    text-decoration: none;
    font-weight: 500;
}

.slick-next,
.slick-next:hover,
.slick-prev,
.slick-prev:hover {
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}

.expOurPopularSlider .slick-prev,
.expOurPopularSlider .slick-next,
.slick-prev,
.slick-next {
    width: 34px;
    height: 34px;
}

.slick-next,
.slick-next:hover,
.slick-prev,
.slick-prev:hover {
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}

.blue-bg {
    background-color: #95C7EC1A;
}

.expOurPopularSlider .slick-next,
.slick-next {
    transform: rotate(180deg);
    top: 43%;
}

.expOurPopularBtn {
    background-color: #235693;
    border-radius: 3rem;
}

.expOurPopularCard {
    background-color: #1C4576;
    border-radius: .6rem;
}

.stateGstCodeTableSection table thead tr {
    background-color: #2A67B1;
}

.stateGstCodeTableSection table thead tr th {
    background-color: #2A67B1;
    border: none;
    font-weight: normal;
}

.stateGstCodeTableSection table {
    border-radius: 8px;
    overflow: hidden;
}

.stateGstCodeTableSection table tbody tr:nth-child(odd) {
    background-color: #F4FAFF !important;
}

.stateGstCodeTableSection table tbody tr td {
    background-color: inherit;
}

.formContainer {
    box-shadow: 0px 0px 35.88px 0px #5F5F5F26;
}

.copyCode,
.copyCode:hover {
    border: 1px solid #3B3B3B;
}

.step-arrow {
    height: 2px;
    background-color: #2a67b1;
    position: relative;
}

.step-arrow::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #2a67b1;
    top: -3.1px;
    right: -5px;
    transform: rotate(45deg);
}

.stateCodeInformationSec {
    border: 1.5px solid #235693;
    border-radius: 10px;
}

.stateId,
.stateId:hover {
    border: 1px solid #2A67B1 !important;
    background-color: #95C7EC1A !important;
}

.stepCircleBlue::before,.stepCircleYellow::before  {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: -4.1px;
    right: -5px;
    transform: rotate(45deg);
    border-radius: 1rem;
}
.stepCircleBlue::before{
    background-color: #2a67b1;
}
.stepCircleYellow::before{
    background-color: #FFB408;
}
.stepCircleBlue {
    height: 2px;
    background-color: #2a67b1;
    position: relative;
    z-index: 1;
}
.stepCircleYellow {
    height: 2px;
    background-color: #FFB408;
    position: relative;
    z-index: 1;
}
.numberCircle{
    background-color: #3069b3;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 1rem;
    height: 2rem;
    width: 2rem;
}
.programCard h3 {
    font-size: 1rem;
}
.programCard {
    border: 1px solid #E3E3E3;
    border-radius: 8px;
}
.accordion-button {
    background-color: transparent;
    border: none;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}

.accordion-button:not(.collapsed) {
    background-color: #fff4d7 !important;
    box-shadow: 0px !important;
    color: #006ea6 !important;
}

.accordion-header,
.accordion-body {
    background-color: #FFF4D6;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button .collapsed {
    background-color: #fffbe6;
}

#accordionExampleFaq .accordion-button .collapsed {
    background-color: #dcf2fb;
}

#accordionExampleFaq .accordion-header,
#accordionExampleFaq .accordion-body {
    background-color: #dcf2fb;
}

#accordionExampleFaq .accordion-button:not(.collapsed) {
    background-color: #FFF4D6;
}

.accordion-item {
    border-top: 0px solid #fffbe6 !important;
    border-left: 0px solid #fffbe6 !important;
    border-right: 0px solid #fffbe6 !important;
}

.accordion-button {
    border-bottom: 0px !important;
    line-height: normal;
}

.accordion-button::after {
    background-image: url('/wp-content/themes/tally/assets/images/icons/icon-plus.svg') !important;
    background-repeat: no-repeat;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/themes/tally/assets/images/icons/icon-minus.svg') !important;
    background-repeat: no-repeat;
}
.accordion-button:not(.collapsed){
    box-shadow:none!important;
}
.light-yellow-bg {
    background-color: #FFF4D6;
}
.tipsHeading {
    font-size: 1rem;
}
.tipsIcons {
    width: 2rem;
}
.border-radius-5px {
    border-radius: 5px;
}
.border-1px-lightBlue {
    border: 1px solid #d4e8f7;
}
.blue-bg {
    background-color: #95C7EC1A;
}
.chevron {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 140px;
    color: white;
    font-size: 16px;
    text-align: center;
    background: #1d487c;
    margin: 0 10px 10px;
    padding: 10px 10px 10px 75px;
}
.chevron-container {
    display: flex;
    justify-content: center;
}
.chevron:before, .chevron:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}
.chevron:before {
    top: 0;
    left: 0px;
    border-top: 70px solid transparent;
    border-bottom: 70px solid transparent;
    border-left: 60px solid #fffbe5;
}
.chevron:after {
    top: 0;
    right: -60px;
    border-top: 70px solid transparent;
    border-bottom: 70px solid transparent;
    border-left: 60px solid #1d487c;
    z-index: 1;
}
.chevron:nth-child(2) {
    background: #2a67b1;
}
.chevron:nth-child(3) {
    background: #3178ce;
}
.chevron:nth-child(3):before {
    border-right-color: #3178ce;
}
.chevron:nth-child(3):after {
    border-left-color: #3178ce;
}
.chevron:nth-child(2):before {
    border-right-color: #2a67b1;
}
.chevron:nth-child(2):after {
    border-left-color: #2a67b1;
}
@media (min-width: 280px) {
    .formHeading {
        font-size: 1.6rem;
    }

    .readOurInsightsImg {
        width: 100%;
        border-radius: .6rem;
    }

    .slick-prev {
        left: 1px;
        z-index: 1;
    }

    .slick-next {
        right: 2px;
    }
    .stateCodeForYouImg{
        width: 18rem;
    }
    .proTipImg{
        width: 8rem;
    }
}
@media (min-width: 375px) {
    .expOurPopularCard {
        width: 280px;
        margin-left: 30px;
    }
    .expOurPopularCard img{width: 7rem;}
}
@media (min-width: 425px) {
    .expOurPopularCard {
        width: 21rem;
    }
    .proTipImg {
        width: 11rem;
    }
}
@media (min-width: 576px) {
    .expOurPopularCard {
        width: 15rem;
        margin-left: 0px;
    }
}
@media (min-width: 768px) {
    .tabSectionImg{
        width: 42rem;
    }
    .expOurPopularCard {
        width: 21rem;
    }
}
@media (min-width: 1024px) {
    .slick-prev {
        left: -40px;
    }
    .streamLineHead {
        font-size: 1.5rem;
    }

    .slick-next {
        right: -40px;
    }
    .expOurPopularCard {
        width: 15rem;
    }

    .stateCodeForYouImg {
        width: 22rem;
    }
    .handleStockTitle{
        font-size: 2.3rem;
    }
    .tabSectionImg {
        width: 60rem;
    }
}

@media (min-width: 1200px) {
    .expOurPopularCard {
        width: 17rem;
    }
    .transparentStateMapLeft {
        top: 11rem;
        left: -24rem;
    }

    .formHeading {
        font-size: 1.5rem;
    }

    .readOurInsightsImg {
        width: 18rem;
        height: 11rem;

    }

    .streamLineHead {
        font-size: 1.8rem;
    }

    .transparentStateMapRight {
        top: 14rem;
        right: 1rem;
    }

    .transparentStateMapRight img {
        right: 7rem;
        position: absolute;
    }

    .slick-next {
        right: -40px;
    }

    .slick-next {
        top: 30%;
    }

    .slick-prev {
        left: -58px;
        top: 39%;
    }

    .expOurPopularSlider .slick-prev {
        position: relative;
        top: 23.8rem;
    }

    .expOurPopularSlider .slick-prev {
        left: 26rem;
    }

    .expOurPopularSlider .slick-next {
        right: -31rem;
    }

    .expOurPopularSlider .slick-next {
        position: relative;
        top: 1.6rem;
    }


    .quotGeneratorImg {
        width: 6rem;
    }
}
@media (min-width: 1440px) {
    .expOurPopularSlider .slick-next {
        right: -36rem;
        top: 1.4rem;
    }
    .expOurPopularSlider .slick-prev {
        left: 31rem;
        top: 23.6rem;
    }
    
    .expOurPopularCard {
        margin-left: 30px;
    }
}
@media (min-width: 1600px) {
    .transparentStateMapLeft {
        top: 11rem;
        left: -30rem;
    }

    .stateCodeForYouImg {
        width: 28rem;
    }

    .expOurPopularCard {
        width: 20rem;
    }

    .expOurPopularSlider .slick-prev {
        left: 31rem;
    }

    .expOurPopularSlider .slick-next {
        right: -36rem;
    }

    .transparentStateMapRight img {
        right: 7rem;
        position: absolute;
    }
}

@media (min-width: 1920px) {
    .transparentStateMapRight img {
        right: 22rem;
    }
   
    .expOurPopularSlider .slick-prev {
        left: 32rem;
    }
    .expOurPopularSlider .slick-next {
        right: -38rem;
    }
    .tabSectionImg {
        width: 64rem;
    }

}