/* @font-face {
	font-family: Asap;
	src: url('../fonts/asap/Asap-Bold.ttf');
}

@font-face {
	font-family: Asap Normal;
	src: url('../fonts/asap/Asap-Regular.ttf');
	font-weight: normal;
}

@font-face {
	font-family: Asap Medium;
	src: url('../fonts/asap/Asap-Medium.ttf');
	font-weight: normal;
} */

.formSubmitBtn:hover {
    background: #FFC107 !important;
    transform: translateY(-2px);
    color: black !important;
}

.form1SubmitBtn:hover {
    background: #FFC107 !important;
    transform: translateY(-2px);
    color: black !important;
}

.form3SubmitBtn:hover {
    background: #FFC107 !important;
    transform: translateY(-2px);
    color: black !important;
}

h1,
h2,
/* .asapfontface {
	font-family: Asap;
} */


.object-fit-cover {
    object-fit: cover;
}

textarea.inputField {
    resize: none !important;
}

/* .asapRegular {
	font-family: Asap Normal!important;
}

.asapMedium {
	font-family: Asap Medium;
} */
input[type="text"] {
    /* font-family: Asap Normal!important; */
}

/* .tableHeading.darkBlue{
	background-color: #2A67B1;
} */
.tableHeading.darkBlue.text-white td {
    background-color: #0e6fa4 !important;
    color: white;
}

.darkBlue {
    background-color: #0e6fa4;
}

.border-darkBlue {
    border: 1px solid #4D80BE;
}

.tipsToCreateSubItems h3 {
    font-size: 1rem;
}

#breadcrumbs {
    display: none !important;
}

.tipsToborderRadius {
    border-radius: .4rem;
}

.text-dark-blue {
    color: #2A67B1;
}

.position-absolute {
    position: absolute;
}

.blue-bg {
    background-color: #95C7EC1A;
}

.stepsCard {
    border: 1px solid #C8E1FF;
    box-shadow: 0px 8px 30px 0px #E6EBF0;
    border-radius: .5rem;
}

.text-grey {
    color: #3B3B3B !important;
}

.borderGrey {
    border: 1px solid #3B3B3B !important;
    background: none;
}

.bg-yellow,
.bg-yellow:hover {
    background-color: #FFC632 !important;
}

.form-control:focus {
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25) !important;
    border-color: rgb(206 212 218) !important;
}

.formContainer {
    border-radius: .8rem;
}

.pointer {
    cursor: pointer;
}

.readOurInsights a {
    font-size: 1.1rem !important;
}

.actionBtns {
    font-size: 1.18rem;
}

.actionBtns:hover {
    background: #FFC107 !important;
    transform: translateY(-2px);
    color: black !important;
}

.hyperLink,
.hyperLink:hover {
    text-decoration: none;
    color: #3B3B3B;
    font-weight: 500;
}

.readOurInsights .paragraph {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slick-next,
.slick-next:hover {
    background-image: url('/wp-content/uploads/2024/quotation-generator/prev-icon.svg');
}

.slick-prev,
.slick-prev:hover {
    background-image: url('/wp-content/uploads/2024/quotation-generator/prev-icon.svg');
}

.slick-next,
.slick-next:hover,
.slick-prev,
.slick-prev:hover {
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}

.expOurPopularSlider .slick-next,
.slick-next {
    transform: rotate(180deg);
    top: 43%;
}

.penIcon {
    width: 1.6rem;
}

.signatureBtn,
.tandcBtn,
.tandcBtn:hover {
    border: 1.5px dashed #2A67B1 !important;
}

.expOurPopularSlider .slick-prev,
.expOurPopularSlider .slick-next,
.slick-prev,
.slick-next {
    width: 34px;
    height: 34px;
}

.expOurPopularSlider .slick-next,
.expOurPopularSlider .slick-next:hover {
    background-image: url('/wp-content/uploads/2024/quotation-generator/white-prev-icon.svg');
}

.expOurPopularSlider .slick-prev,
.expOurPopularSlider .slick-prev:hover {
    background-image: url('/wp-content/uploads/2024/quotation-generator/white-prev-icon.svg');
}

.expOurPopularCard {
    background-color: #1C4576;
    border-radius: .6rem;
    margin-left: 15px;
}

.slick-slide img {
    display: inline;
}

.expOurPopularCard img {
    text-align: center !important;
}

.streamLineQuotn ol {
    display: block;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
}

.streamLineQuotn ol li {
    position: relative;
    font-size: 1.18rem;
}

.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;
}

.expOurPopularBtn {
    background-color: #235693;
    border-radius: 3rem;
}

.quotation .form-control {
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 0.5px solid #ced4da !important;
}

.quotation .form-control {
    background-color: inherit !important;
}

.expOurPopularCard:hover,
.expOurPopularCard:focus {
    /*transform: scale(1.1);*/
    /*box-shadow: 0px 0px 35.88px 0px #5F5F5F26;*/
}

.text-light-grey {
    color: #808080;
}

.font-weight-600 {
    font-weight: 600;
}

.quotationFrom,
.quotationFor {
    background: #F4FAFF;
    border: 1px solid #C8E1FF;
    border-radius: .5rem;
    margin: 1rem;
}

.quotationFromTitle,
.quotationForTitle {
    font-size: 1.2rem;
}

.quotationContainer {
    border-radius: .8rem;
    position: relative;
    top: -29rem;
    margin-bottom: -27.75rem;
}

.itemDescBtn,
.itemDescBtn:hover {
    background-color: #F4FAFF !important;
    border: 1px solid #C8E1FF !important;
    border-radius: 3rem !important;
    color: #AAAAAA !important;
}

.itemTableSection .table td,
.itemTableSection .table th {
    border-top: 0px;
    border-bottom: none;
}

.itemTableSection .totalAmount {
    border-top: 1px solid #3B3B3B !important;
    border-bottom: 1px solid #3B3B3B !important;
}

.terms-conditions-input {
    resize: none !important;
}

.gstBreakUpTotal {
    background-color: #F4FAFF;
    border-top: 1.2px solid #2A67B1;
    border-bottom: 1.2px solid #2A67B1;
    font-size: 1.1rem;
}

.gstBreakUpHeadRow {
    border: 1.2px solid #C8E1FF;
}

.tdborderLeft {
    border-left: 1.2px solid #C8E1FF;
}

.tdborderRight {
    border-right: 1.2px solid #C8E1FF;
}

.gstBreakUpTable tr:nth-child(odd),
.igstBreakUpTable tr:nth-child(odd) {
    background-color: #F7F7F7;
}

.popover-body {
    background: #fff !important;
}

.popover-body .row {
    width: 14rem;
}

.popover {
    border: 0px solid rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 35.88px 0px #5F5F5F26;
}

.popover .arrow {
    left: 85px;
}

.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:before {
    border-bottom-color: rgba(0, 0, 0, 0);
}

.v-align-middle {
    vertical-align: middle;
}

.img-area,
.img-area1 {
    position: relative;
    width: 100%;
    height: 240px;
    background: var(--grey);
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.img-area .icon,
.img-area1 .icon {
    font-size: 100px;
}

.img-area h3,
.img-area1 h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}

.img-area p,
.img-area1 p {
    color: #999;
}

.img-area p span,
.img-area1 p span {
    font-weight: 600;
}

.img-area img,
.img-area1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 100;
}

.img-area::before,
.img-area1::before {
    content: attr(data-img);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition: all .3s ease;
    z-index: 200;
}

.img-area.active:hover::before,
.img-area1.active:hover::before {
    opacity: 1;
}

.select-image,
.select-image1 {
    display: block;
    width: 100%;
    padding: 16px 0;
    background: var(--blue);
    font-weight: 500;
    font-size: 16px;
    height: 8rem;
    background: #F7F7F7;
    font-size: 1rem;
    border-radius: .8rem;
    border: 1px dashed #808080;
    transition: all .3s ease;
}

.select-image:hover,
.select-image1:hover {
    background: var(--dark-blue);
}

.uploadImageIcon {
    background-image: url('/wp-content/uploads/2024/quotation-generator/upload-logo-img.svg');
    background-repeat: no-repeat;
    text-align: center;
    height: 2rem;
    width: 2rem;
    /*vertical-align: middle;*/
    margin-left: 10px;
}

.companyLogo {
    width: 10rem;
}

#invoice .table td,
.table th {
    border-top: none;
}

.tdBordertopBottom {
    border-top: 1px solid #808080 !important;
    border-bottom: 1px solid #808080 !important;
}

.bannerRightArrow {
    width: 0.5rem;
}

.borderLeft-0 {
    border-left: 0px !important;
}

#invoice table tr td {
    font-size: .9rem !important;
}

.bannerNumbers {}

#leadGenPopupModal .modal-dialog {
    max-width: 900px;
}

#leadGenPopupModal .modal-header,
#productAdditionModal .modal-header {
    position: absolute;
    top: 0rem;
    right: 0;
}

#leadGenPopupModal .modal-content {
    border-radius: 10px !important;
    border: none !important;
}

#leadGenPopupModal .modal-header {
    border-bottom: 0px;
    z-index: 1;
}

#leadGenPopupModal .modal-body {
    background-color: #F4FAFF;
    border-radius: 10px !important;
}

#leadGenPopupModal .checkCircle {
    background: url('/wp-content/uploads/2024/quotation-generator/blue-check-box.svg') no-repeat left 2px;
    height: auto;
    padding-left: 30px !important;
    background-size: 20px;
    list-style: none;
}

img.readOurInsightsImg {
    margin-right: 10px !important;
}

.tipsHeading {
    font-size: 1rem;
}

.tipsParagraph,
.tipsParagraph ul li {
    color: #0f3857 !important;
}

.tipsIcons {
    width: 2rem;
}

.border-radius-5px {
    border-radius: 5px;
}

.border-1px-lightBlue {
    border: 1px solid #d4e8f7;
}

.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;
}

.programCard {
    border: 1px solid #E3E3E3;
    border-radius: 8px;
}

.chevron-container {
    display: flex;
    justify-content: center;
}

.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:before {
    top: 0;
    left: 0px;
    border-top: 70px solid transparent;
    border-bottom: 70px solid transparent;
    border-left: 60px solid #f4f9fd;
}

.chevron:before,
.chevron:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.chevron p {
    font-size: 1.1rem !important;
}

.chevron:after {
    top: 0;
    right: -60px;
    border-top: 70px solid transparent;
    border-bottom: 70px solid transparent;
    border-left: 60px solid #1d487c;
    z-index: 1;
}

.purchaseOrderTableSection table thead tr {
    background-color: #2A67B1;
}

.purchaseOrderTableSection table thead tr th {
    background-color: #2A67B1;
    border: none;
    font-weight: normal;
}

/*.purchaseOrderTableSection table tbody tr:nth-child(odd) {
    background-color: #F4FAFF !important;
}
.purchaseOrderTableSection table thead tr {
    background-color: #2A67B1;
}
.purchaseOrderTableSection table {
    border-radius: 8px;
    overflow: hidden;
}*/
@media (min-width:280px) {
    .accurateQuotationImg {
        width: 100%;
    }

    .formHeading,
    .exploreOurPopularTitle,
    .streamLineHead,
    .tipsToCreateHead,
    .subHead,
    .breakUpTitle {
        font-size: 1.6rem;
    }

    .bannerHead {
        font-size: 2rem;
        margin-top: 5rem;
    }

    .bannerSubHead {
        font-size: 1.2rem;
    }

    .readOurInsightsImg {
        width: 100%;
        border-radius: .6rem;
    }

    .slick-next {
        right: 2px;
    }

    .slick-prev {
        left: 1px;
        z-index: 1;
    }

    .expPrimeLogo {
        width: 6rem;
    }

    .stepsCard img {
        width: 3.5rem;
    }

    .stepsCard .title {
        font-weight: 600;
        font-size: 1.5rem;
    }

    .stepsCard .desc {
        font-weight: 500;
        font-size: 1.3rem;
    }

    .quotationContainer {
        border: 1px solid #C8E1FF;
        padding-top: 10px;
    }

    .quotation {
        padding-top: 2rem;
    }

    .modal-dialog {
        margin: 0rem !important;
    }

    #leadGenPopupModal .modal-content {
        top: 0rem;
    }

    .streamLineHead {
        font-size: 1.2rem;
    }

    .banner {
        height: 42rem;
    }

    .addNewProductTr {
        visibility: visible !important;
    }

    .itemTableSection .gstBreakUpTableActive,
    .itemTableSection .igstBreakUpTableActive {
        display: flex !important;
    }

    .tableHeading.darkBlue.text-white td {
        background-color: #0e6fa4 !important;
        color: white;
    }
}

@media (min-width:320px) {
    .streamLineQuotn ol {

        text-align: left;
    }

    .expOurPopularCard {
        width: 250px;
        height: 250 px;
    }
}

@media (min-width:375px) {
    .expOurPopularCard {
        width: 280px;
        height: 250 px;
        margin-left: 30px;
    }
}

@media (min-width:412px) {}

@media (min-width:425px) {
    .expOurPopularCard {
        height: 280 px;
        margin-left: 15px;
    }
}

@media (min-width:576px) {
    .modal-dialog {
        margin: 1.75rem auto !important;
    }

    .expOurPopularCard {
        width: 240px;
        height: 225 px;
    }

    .quotGeneratorImg {
        margin-top: -29px;
    }
}

@media (min-width:768px) {
    .banner {
        height: 39rem;
    }

    .transparentSheetRight {
        right: 0;
        margin-top: 5rem !important;
    }

    .totalAmountTd {
        width: 40% !important;
    }

    .totalAmountTd {
        width: 45% !important;
    }

    #leadGenPopupModal .modal-content {
        top: 10rem;
    }

    .streamLineHead {
        font-size: 1.6rem;
    }
}

@media (min-width:992px) {
    .totalAmountRowTD {
        width: 16% !important;
    }

    .addNewProductTr .givediscountOnTotalTd {
        display: none !important;
    }
}

@media (min-width:1024px) {
    .expNextLevel {
        font-size: 2.5rem !important;
    }

    .expPrimeLogo {
        width: 18rem;
    }

    .slick-prev {
        left: -40px;
    }

    .slick-next {
        right: -40px;
    }

    .addNewProductTr {
        visibility: hidden !important;
    }

    .gstBreakUpTable.table-responsive {
        display: inline-table;
    }

    .totalAmountRowTD {
        width: 17.5% !important;
    }

    .totalAmountTd {
        width: 20% !important;
    }

    #leadGenPopupModal .modal-content {
        top: 4rem;
    }

    .quotation {
        padding-top: 0 rem !important;
    }

    .bannerHead {
        margin-top: 4rem !important;
    }

    .quotationContainer {
        padding-top: 0px !important;
    }

    .expOurPopularCard {
        width: 240px;
        height: 225 px;
    }

    .quotGeneratorImg {
        margin-top: -29px;
    }
}

@media (min-width:1200px) {
    .table-responsive {
        display: inline-table;
    }

    .transparentSheetRight {
        right: 2rem;
        top: 7rem;
    }

    .quotGeneratorImg {
        margin-top: 0px;
    }

    /* .banner {
        height: 44rem;
    } */
    .transparentSheetRight img {
        width: 10rem;
    }

    .transparentSheetLeft {
        top: 8rem;
    }

    .bannerHead {
        font-size: 3rem;
        margin-top: 3rem !important;
    }

    .bannerSubHead {
        font-size: 1.2rem;
        font-weight: normal !important;
    }

    .subHead {
        font-size: 2rem;
    }

    /*.stepsCard img{
    	width: 3.5rem;
    }*/
    /*.stepsCard .title{
    	font-weight: 600;
    	font-size: 1.5rem;
    }*/
    .stepsCard .desc {
        font-weight: 500;
        font-size: 1.3rem;
    }

    .formHeading {
        font-size: 1.5rem;
    }

    .formContainer {
        box-shadow: 0px 0px 35.88px 0px #5F5F5F26;
    }

    .expPrimeLogo {
        width: 4rem;
    }

    .readOurInsightsImg {
        width: 18rem;
        height: 11rem;

    }

    .slick-prev {
        left: -58px;
        top: 39%;
    }

    .slick-next {
        top: 30%;
    }

    .slick-next {
        right: -40px;
    }

    .expNextLevel {
        font-size: 1.8rem !important;
    }

    .breakUpTitle {
        font-size: 1.4rem !important;
    }

    .expNextPara {
        font-size: 1rem !important;
    }

    .quotGeneratorImg {
        width: 6rem;
    }

    .invoiceGeneratorImg {
        width: 8.3rem;
    }

    .cashflowGeneratorImg {
        width: 7.3rem;
    }

    .accurateQuotationImg {
        width: 60rem;
    }

    .expOurPopularSlider .slick-prev {
        position: relative;
        top: 22.6rem;
        left: 27rem;
    }

    .expOurPopularSlider .slick-next {
        position: relative;
        top: 1.6rem;
        right: -31rem;
    }

    .streamLineHead {
        font-size: 1.8rem;
    }

    .deleteIcon {
        width: 1.3rem;
    }

    .totalAmountFont {
        font-size: 1.4rem;
    }

    .totalAmountBorder {
        border-top: 1.2px solid #2A67B1 !important;
        border-bottom: 1.2px solid #2A67B1;
    }

    .transparentSheetRight {
        right: 5rem;
    }
}

@media (min-width:1440px) {
    .expOurPopularSlider .slick-next {
        right: -33rem;
    }

    .expOurPopularSlider .slick-prev {
        left: 30rem;
    }
}

@media (min-width:1600px) {
    #leadGenPopupModal .modal-content {
        top: 10rem;
    }
}

@media (min-width:1680px) {}

@media (min-width:1920px) {
    .transparentSheetRight {
        right: 14rem;
        top: 7rem;
    }

    .transparentSheetLeft {
        left: 14rem;
    }
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}