@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* MODAL CSS FOR FORMAT PAGES MODAL START : 21AUG2024 */
.custom-popup-wrapper {
    text-align: center;
}

.checkbox-wrapper {
    text-align: left;
}

/* The Modal (background) */
.custom-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 99999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow-x: hidden;
    /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black background with opacity */
}

/* Modal Content */
.custom-modal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    /* Could be more or less, depending on screen size */
}

/* The Close Button */

.custom-modal span#btn-close {
    /* text-align: right; */
    float: right;
    background: #302A7F;
    padding: 2px 14px;
    border-radius: 22px;
    color: #fff;
    font-size: 22px;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.custom-modal .modal-body .uacf7-next {
    display: none;
}

.custom-modal .steps-form .steps-row {
    display: none !important;
}

.custom-modal .hero-form.part2 .hero-form-top-back-arrow {
    display: none !important;
}

.custom-modal .step-end p {
    display: none !important;
}

.custom-modal .checkbox-wrapper .wpcf7-list-item input[type=checkbox] {
    max-width: 16px !important;
    border-radius: 4px !important;
}

.billing-popup-form .modal-content .modal-body form .hero-form-top-steps {
    background: #5AA754;
    border-radius: 5px;
    color: #fff;
    padding: 6px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Poppins;
}

.billing-popup-form .modal-content .modal-body form .form-heading {
    text-align: left;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    font-family: 'Ubuntu', Sans-serif;
}

.billing-popup-form .modal-content .modal-body form .otp-message p {
    text-align: left;
    color: #838383;
    margin: 0 !important;
    font-size: 14px;
}

.billing-popup-form .modal-content .modal-body form .form-btn a.get-in-touch-btn,
.billing-popup-form .modal-content .modal-body form .form-btn a.gst-calculator-touch-btn,.billing-popup-form .modal-content .modal-body form .form-btn .get-submit-detail {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 18px;
    padding: 0;
    line-height: 60px;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: none;
}

.billing-popup-form .modal-content .modal-body form .form-btn .get-submit-detail {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 500;
    text-transform: uppercase;    
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    background: #302a7f;  
}
.billing-popup-form .modal-content .modal-body form .form-btn .get-submit-detail:hover {
    background: #e5e5e5 !important;
    color: #000 !important;
}

.gst-calculator-touch-btn {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 500;
    text-transform: uppercase;
    padding: 11px 29px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    background: #302a7f;
    box-shadow: 1px 2px 0 0#000000;
}

.gst-calculator-touch-btn:hover {
    color: #fff;
}

.billing-popup-form .modal-content .modal-body .name-error-message {
    text-align: center;
    font-size: 13px;
    color: #d72828;
    font-weight: 500;
}

.billing-popup-form .modal-content .modal-body form .form-btn {
    margin: 0px;
}

.billing-popup-form .modal-content .modal-body form .hero-number-field {
    border-radius: 5px !important;
    background: #fff !important;
    border: solid 1px #DFDFDF !important;
    height: 50px;
}

.billing-popup-form .modal-content .modal-body form .hero-form-name-wrapper .form-name {
    border-radius: 5px !important;
    background: #fff !important;
    border: solid 1px #DFDFDF !important;
    height: 50px;
    margin-bottom: 10px;
}

.billing-popup-form .modal-content .modal-body form .hero-number-field::placeholder {
    color: #0000007d !important;
}

.billing-popup-form .modal-content span#btn-close {
    cursor: pointer;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    transition: all 0.5s ease;
}

.billing-popup-form .modal-content span#btn-close:hover {
    background: #e5e5e5;
    color: #000;
}

.billing-popup-form .modal-content {
    position: relative;
    width: 600px;
}

@media screen and (max-width:767px) {
    .billing-popup-form .modal-content {
        width: 90%;
    }
}

@media screen and (max-width:481px) {
    .billing-popup-form .modal-content .modal-body form .hero-form.part1 {
        margin-right: 0px;
        margin-left: 0px;
        max-width: 100%;
    }

    .billing-popup-form .modal-content .modal-body form .form-heading {
        font-size: 20px;
        line-height: 30px;
    }
}

.billing-popup-form .modal-content .modal-body form .form-heading span {
    color: #5AA754;
}

.billing-popup-form .modal-content .modal-body form .contact-wrapper .name-wrapper span.wpcf7-form-control-wrap {
    width: 100%;
    margin-top: 20px;
}

.billing-popup-form .modal-content .modal-body form .contact-wrapper .checkbox-wrapper span.wpcf7-form-control-wrap {
    width: 100%;
    /*display: block;
    text-align: left;*/
}

.billing-popup-form .modal-content .modal-body form .contact-wrapper .checkbox-wrapper span.wpcf7-form-control-wrap span.wpcf7-list-item.first.last {
    margin-left: 0px;
}

.billing-popup-form .modal-content .modal-body form .contact-wrapper .name-wrapper span.wpcf7-form-control-wrap input {
    border-radius: 5px !important;
    background: #fff !important;
    border: solid 1px #DFDFDF !important;
    height: 50px;
}

.billing-popup-form .modal-content .modal-body form .contact-wrapper .email-wrapper input {
    border-radius: 5px !important;
    background: #fff !important;
    border: solid 1px #DFDFDF !important;
    height: 50px;
}

.billing-popup-form .modal-content .modal-body form .contact-wrapper .email-wrapper input {
    border-radius: 5px !important;
    background: #fff !important;
    border: solid 1px #DFDFDF !important;
    height: 50px;
}

.billing-popup-form .modal-content .modal-body form .contact-wrapper .email-wrapper input {
    border-radius: 5px !important;
    background: #fff !important;
    border: solid 1px #DFDFDF !important;
    height: 50px;
}

.billing-popup-form .modal-content .modal-body form input.submit-document {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 18px;
    padding: 0;
    line-height: 60px;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: none;
    border-radius: 5px;
}

.billing-popup-form .modal-content .modal-body form input.submit-document:hover {
    background: #e5e5e5 !important;
    color: #000 !important;
}

.billing-popup-form .modal-content .modal-body form .otp-wrapper input[type=text] {
    color: #000000 !important;
    background: #fff !important;
}

.billing-popup-form form .hero-form.part2 {
    max-width: 85%;
}

.custom-modal.billing-popup-form .uacf7-step .wpcf7-spinner {
    display: none;
}

.custom-modal.billing-popup-form .invoice-format-form .contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: 30px;
}

.custom-modal.billing-popup-form .invoice-format-form .checkbox-wrapper {
    margin-top: 20px;
}

.invoice-download-format-wrapper {
    display: flex;
    justify-content: space-around;
}

.invoice-download-format-wrapper a.download-format-document {
    background: #302A7F;
    padding: 8px 22px;
    border-radius: 26px;
    font-weight: 500;
    color: #fff;
}

/* MODAL CSS FOR FORMAT PAGES MODAL END */


/* Clevertap Notification Button Start : 28thAug2024 */
#wzrk-cancel,
#wzrk-confirm {
    min-width: 116px;
}

#wzrk_wrapper .wzrk-alert-heading {
    width: 100% !important;
    display: flex;
    font-size: 18px;
    justify-content: space-around;
}

#wzrk_wrapper .wzrk-alert {
    right: 0;
    left: 20px !important;
}

/* Clevertap Notification Button End */

/* GST PORTAL DETAIL CSS START : 29thAug2024 */
#gst-portal-detail table#gst-grid-detail {
    background: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold !important;
    width: 100%;
    border-collapse: collapse;
    box-shadow: 2px 4px 14px rgba(0, 67, 115, 0.2);
}

#gst-portal-detail table#gst-grid-detail thead {
    text-transform: uppercase;
    background: #e4e1e133;
    font-size: 14px;
    line-height: normal;
}


#gst-portal-detail table#gst-grid-detail td {
    padding: 1rem 1.5rem;
    color: #2c2c2cb0;
    font-weight: 500;
}

#gst-portal-detail table#gst-grid-detail thead {
    background: #e4e1e133;
    font-size: 14px;
    line-height: normal;

}

#gst-portal-detail table#gst-grid-detail tr th {
    padding: 12px 16px !important;
    color: #2b2672;
    font-weight: bold;
}

/* GST PORTAL DETAIL CSS END */

/* LANDING PAGE THANK YOU SECTION CSS START : 10SEP2024 */
div#form-success-message {
    padding: 28px 8px;
    text-align: center;
    color: #302a7f;
    font-weight: 700;
    background: #f8f8f8;
    margin-top: 20px;
}

div#form-success-message p {
    display: block !important;
}

.uacf7-step {
    padding: 0px 16px;
    padding-bottom: 20px;
}

/* LANDING PAGE THANK YOU SECTION END */


/* Format Page Part 4 Form css Start : 24sep2024 */
.hero-form.part4.iconcss {
    min-height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    max-width: 85%;
    margin: auto;
}

/* Format Page Part 4 Form css End : 24sep2024 */
.faq-header {
    padding: 20px !important;
    background: #f1f1f6;
    display: flex;
    justify-content: space-between;
}

.faq-select {
    display: flex;
    align-items: center;
}

.faq-select h4 {
    color: #202c45;
    flex: 0 0 auto;
    margin-right: 20px;
}

.faq-search-box {
    display: flex;
    align-items: center;
}

.faq-search-box input.faq-searchbox {
    margin-right: 20px;
    border: 1px solid #302a7f;
    background: #fff;
}

.faq-search-box .actions button {
    background: #302a7f !important;
    color: #fff;
    height: auto;
    padding: 5px 20px;
    border: none;
    font-weight: 500;
    font-size: 15px;
}

.faq-header>div {
    flex: 0 0 auto;
    width: 50%;
}

.faq-header .faq-select {
    padding-right: 30px;
}

.faq-select select.faq-options option {
    color: #000 !important;
    border: none !important;
}

select.faq-options {
    color: #000 !important;
    padding: 10px;
    border: 1px solid #302a7f;
    background: #fff !important;
}

.bpa-front-tabs .bpa-front-module-heading.faq-heading {
    font-size: 34px !important;
    margin-bottom: 30px !important;
    margin-top: 20px !important;
    color: #33373d !important;
    line-height: 32px !important;
}

.faq-main-section .faq-main-header {
    padding: 11px 0;
    font-size: 25px;
    font-weight: 600;
    background: #302a7f;
    color: #fff;
    padding-left: 20px;
    margin-top: 30px;
}

.faq-main-section div#map-faq-results-main .list-main-header {
    padding: 9px 10px;
    background: #f1f1f6;
    padding-left: 19px;
    margin-bottom: 8px;
}

.faq-main-section div#map-faq-results-main .list-main-header h2 {
    color: #202c45;
    font-weight: 500;
}

.faq-main-section .list-content label {
    font-size: 16px !important;
    font-weight: 500;
    margin: 4px;
}

.faq-main-section .faq-list {
    margin-bottom: 14px;
}

.faq-list .list-content {
    margin-bottom: 4px;
}


.faq-list .list-content {
    margin-bottom: 4px;
    border-bottom: 1px solid #7b7979;
    padding-bottom: 8px;
}

.faq-list .list-content:last-child {
    border: none;
}

@media(max-width:576px) {

    .faq-header {
        display: block;
    }

    .faq-header .faq-select {
        padding-right: 0px;
        display: block;
    }

    .faq-select h4 {
        margin-right: 0px;
        margin-bottom: 12px;
    }

    .faq-header>div {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 10px;
    }

    .faq-main-section .faq-main-header {
        font-size: 18px;
        font-weight: 500;
        background: #302a7f;
        color: #fff;
        padding: 6px 20px;
        margin-top: 20px;
    }

    .faq-main-section div#map-faq-results-main .list-main-header h2 {
        font-size: 16px;
    }

    .faq-main-section .list-content label {
        font-size: 15px;
        font-weight: 500;
        margin: 4px;
    }

    .bpa-front-tabs .bpa-front-module-heading.faq-heading {
        font-size: 28px !important;
        margin-bottom: 20px !important;
        margin-top: 10px !important;
        color: #33373d !important;
        line-height: 32px !important;
    }

    .bpa-front-module--staff .bpa-front-sm--col .bpa-front-sm-card {
        border: 1px solid #cfd6e5 !important;
        margin-bottom: 15px !important;
        border-radius: 6px !important;
    }

    .bpa-front-module--staff .bpa-front-sm--col.__bpa-is-selected .bpa-front-sm-card {
        border-color: #302A7F !important;
    }


    .bpa-front-module--service-item .bpa-front-si-card {
        border: 1px solid #cfd6e5 !important;
        border-radius: 6px !important;
    }

    .bpa-front-module--service-item.__bpa-is-selected .bpa-front-si-card {
        border-color: #302A7F !important;
    }

    .bpa-front-si-card__row .bpa-front-si__card-body p.--bpa-is-desc {
        padding: 0px !important;
    }

    .bpa-front-module--service {
        padding: 0 10px !important;
    }

    .bpa-front-module--staff-item-row {
        padding: 0 10px !important;
    }
}


button.el-button.bpa-front-btn.bpa-front-btn__medium.bpa-front-btn--primary.faq-next-click.faq-disable.el-button--default {
    cursor: not-allowed;
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

/* disabled anchor tag start */
.disabled-link {
    pointer-events: none;
    cursor: not-allowed;
    background: gray;
    text-decoration: none;
}

/* disbaled anchor tag end */



/* ----14-10-2024-start---- */
.gst-calculator-custom-page .gst-grand-result-box.right .background-green {
    padding-bottom: 20px;
    background: #00800026;
    border-radius: 8px;
    padding-top: 42px;
    position: relative;
}

.gst-calculator-custom-page .gst-grand-result-box.right {
    max-width: 466px;
    width: 100%;
    margin: 0 auto;
}

.gst-calculator-custom-page .gst-grand-result-box.right .background-green .total-amount {
    background: #fff;
    border-radius: 6px;
    max-width: 448px;
    height: 163px;
    width: 100%;
    padding-top: 22px;
    text-align: center;
    box-shadow: 0px 1px 8px 0px #00000040;
    position: relative;
    left: -52px;
    margin-bottom: 32px;
}

.gst-calculator-custom-page .gst-grand-result-box.right .background-green .total-amount p#gst-calculation-type {
    font-size: 22px;
    line-height: 26px;
    color: #302A7F;
    font-weight: 400;
    margin-bottom: 26px;
    font-family: 'Rubik';
}

.gst-calculator-custom-page .gst-grand-result-box.right .background-green .total-amount p#gst_amt {
    font-size: 44px;
    color: #302A7F;
    line-height: 52px;
    margin: 0px;
    font-weight: 500;
    font-family: 'Rubik';
}

.gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper {
    display: flex;
    gap: 36px;
    left: -52px;
    position: relative;
    margin-bottom: 42px;
}

.gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term .intra-state-term {
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 86px;
    align-items: center;
    border-radius: 6px;
    height: 109px;
    box-shadow: 0px 0px 8px 0px #00000040;
    margin-bottom: 12px;
}

.gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term .intra-state-term span {
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    font-family: 'Rubik';
    padding: 15.25px 9.5px;
}

.gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term .intra-state-term span:first-child {
    border-bottom: 1px solid #C4C6C9;
}

.gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term span#igst-amount-row {
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 86px;
    align-items: center;
    border-radius: 6px;
    padding: 10px 13.5px;
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    font-family: 'Rubik';
    box-shadow: 0px 0px 8px 0px #00000040;
}

.gst-calculator-custom-page .gst-grand-result-box.right .background-green p.gst-note {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    font-weight: 400;
    font-family: 'Rubik';
    font-style: italic;
    color: #484F59;
}

.gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term-amount {
    background: #fff;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0px 1px 8px 0px #00000040;
    max-width: 438px;
    position: absolute;
    right: -94px;
    height: 167px;
}

.gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term-amount p {
    font-size: 22px;
    line-height: 26px;
    color: #70767E;
    margin-bottom: 26px;
    text-align: center;
    padding-top: 22px;
    font-family: 'Rubik';
    font-weight: 400;
}

.gst-calculator-custom-page .gst-grand-result-box.right::before {
    content: '';
    background: url(https://www.captainbiz.com/wp-content/uploads/2024/10/percentage.png);
    position: absolute;
    width: 250px;
    height: 218px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -40px;
    right: -60px;
}

.gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term-amount span#cgst_amt,
.gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term-amount span#sgst_amt {
    font-size: 44px;
    line-height: 52px;
    color: rgba(47, 55, 62, 1);
    font-family: 'Rubik';
    font-weight: 400;
    width: 100%;
    max-width: 209px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term-amount span#igst_amt {
    font-size: 44px;
    line-height: 52px;
    color: rgba(47, 55, 62, 1);
    font-family: 'Rubik';
    font-weight: 400;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term-amount span#igst_amt span.gst-term-name {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
}

.gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term-amount span#cgst_amt span.gst-term-name,
.gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term-amount span#sgst_amt span.gst-term-name {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
}

.gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term-amount span#cgst_amt {
    border-right: 1px solid rgba(112, 118, 126, 1);
}

.gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term-amount .gst-intrastate-amt {
    display: flex;
    justify-content: center;
}

.gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term .intra-state-term.active {
    border: 1px solid rgba(48, 42, 127, 1);
}

.gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term .intra-state-term~span.active {
    border: 1px solid rgba(48, 42, 127, 1);
    color: rgba(48, 42, 127, 1);
}

.gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term .intra-state-term.active span {
    color: rgba(48, 42, 127, 1);
}

.gst-calculator-custom-page .elementor-15502 .elementor-element.elementor-element-2d35bb8 section.elementor-section.elementor-inner-section {
    background: radial-gradient(56.87% 109.01% at 50% 41.98%, #F8F8F8 17%, #F1F6F8 51%, #DAF2EA 100%) !important;
    padding-bottom: 235px;
    padding-top: 100px;
}

.gst-calculator-custom-page .elementor-16538 .elementor-element.elementor-element-ba9d786 .elementor-nav-menu--main .elementor-item {
    white-space: break-spaces;
}

.gst-calculator-custom-page section.elementor-section.elementor-inner-section:first-child .elementor-container.elementor-column-gap-default {
    max-width: 1151px;
}

.gst-calculator-custom-page .child-gst-calculator-container>form.grandchild-gst-calculator {
    max-width: 520px;
    font-family: 'Rubik' !important;
}

.gst-calculator-custom-page .elementor-15502 .elementor-element.elementor-element-99cb46b .elementor-heading-title {
    color: rgba(47, 55, 62, 1) !important;
    font-family: 'Rubik';
}

.gst-calculator-custom-page .elementor-15502 .elementor-element.elementor-element-99cb46b .elementor-heading-title img {
    display: none;
}

.gst-calculator-custom-page .child-gst-calculator-container form h5 {
    color: rgba(47, 55, 62, 1) !important;
    font-weight: 400;
    font-family: 'Rubik';
}

.gst-calculator-custom-page span.elementor-heading-title.elementor-size-default {
    color: rgba(112, 118, 126, 1);
}

.gst-calculator-custom-page input[type=radio].gst-calculator-radio-input:checked {
    accent-color: rgba(48, 42, 127, 1) !important;
}

.gst-calculator-custom-page .child-gst-calculator-container>form.grandchild-gst-calculator input.gst-calculator-amount-input:focus {
    border-color: rgba(48, 42, 127, 1) !important;
}

.gst-calculator-custom-page .child-gst-calculator-container>form>div.gst-calculator-gst-radio-button-group {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.gst-calculator-custom-page .gst-calculator-gst-radio-button {
    background: #fff;
    height: 56px;
    margin: 0px;
    width: 82px;
    justify-content: center;
    border: 1px solid rgba(224, 225, 227, 1) !important;
}

.gst-calculator-custom-page .gst-calculator-gst-radio-button.selected {
    background-color: #fff;
    border-color: rgba(48, 42, 127, 1) !important;
    color: rgba(48, 42, 127, 1) !important;
    font-weight: 500;
}

.gst-calculator-custom-page .child-gst-calculator-container>form.grandchild-gst-calculator input.gst-calculator-amount-input {
    border: 1px solid rgba(224, 225, 227, 1) !important;
    height: 56px;
}

.gst-calculator-custom-page .child-gst-calculator-container>form.grandchild-gst-calculator .gst-rate-input {
    width: 150px;
    height: 56px;
}

.gst-calculator-custom-page .child-gst-calculator-container>form.grandchild-gst-calculator .gst-rate-input input.gst-calculator-amount-input {
    height: 100%;
}


/* 27-11-24 */
main.book-consultation-container #bpa-front-tabs .main-booking-tabs .bpa-front-tabs--panel-body {
    width: 32% !important;
    flex: 0 0 32% !important;
}

main.book-consultation-container #bpa-front-tabs .main-booking-tabs .bpa-front-tabs--panel-body:nth-child(2) {
    flex: 0 0 65% !important;
    width: 66% !important;
    padding-right: 33%;
    position: relative;
}

.confirm-booking-action {
    flex: 0 0 100%;
}

.bpa-bd-fields-row.el-row>div:last-child {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 46%;
}

main.book-consultation-container #bpa-front-tabs .main-booking-tabs .bpa-front-tabs--panel-body:nth-child(2) .el-row {
    position: static;
}

.bpa-bd-fields-row.el-row>div:last-child label.el-form-item__label span.bpa-front-form-label.here8 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #202c45 !important;
    display: inline-block !important;
    margin-bottom: 25px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
}

main.book-consultation-container #bpa-front-tabs .main-booking-tabs .bpa-front-tabs--panel-body.summary-panel-body.__bpa-is-active {
    width: 100% !important;
    flex: 0 0 100% !important;
}

.bpa-front-tabs.--bpa-top .bpa-front-toast-notification {
    left: 0px !important;
    top: 0px !important;
    width: calc(100% - 34px);
    background-color: transparent !important;
}

.bpa-front-toast-notification.--bpa-error {
    background: transparent !important;
    background-color: transparent !important;
    border-left: 0px !important;
    position: relative !important;
}

.bpa-front-tabs.--bpa-top .bpa-front-toast-notification.--bpa-error:before {
    content: '';
    position: absolute;
    background-color: var(--bpa-sc-danger);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 7c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1zm-.01-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm1-3h-2v-2h2v2z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 7c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1zm-.01-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm1-3h-2v-2h2v2z'/%3E%3C/svg%3E");
    left: 0;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
}

.bpa-front-tabs.--bpa-top .bpa-front-toast-notification {
    padding-left: 20px !important;
}

form#basic-details-form {
    padding-bottom: 10px !important;
}

.bpa-bd-fields-row.el-row>div:last-child label.el-form-item__label {
    display: flex;
}

.bpa-bd-fields-row.el-row>div:last-child label.el-form-item__label span.booking-title-number.booking-write-title-number {
    border: 2px solid #302a7f;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    font-size: 18px !important;
    font-weight: 600;
    color: #202c45 !important;
    font-size: 16px !important;
}

.vc-day-content.is-focusable:hover {
    background-color: #302A7F !important;
}


.bpa-bd-fields-row.el-row>div:last-child textarea {
    min-height: 260px !important;
    margin-bottom: 10px !important;
}

.bpa-front-tabs--panel-body .bpa-front--dt__ts-body--item.__bpa-is-selected {
    border: 2px solid #302a7f !important;
    background-color: transparent !important;
}

.bpa-front-tabs--panel-body .bpa-front--dt__ts-body--item.__bpa-is-selected span {
    color: #302a7f !important;
}

/* 29-11-24 */

main.book-consultation-container .bpa-front--dt__calendar {
    height: 260px !important;
    margin-bottom: 10px !important;
}

main.book-consultation-container .vc-day.in-month,
.vc-day.is-not-in-month {
    height: 28px !important;
    min-height: 28px !important;
}

main.book-consultation-container .bpa-front-module--date-and-time .bpa-front--dt-ts__sub-heading {
    font-weight: 700;
    margin-top: 10px;
}

main.book-consultation-container .bpa-front-module--date-and-time .bpa-front--dt-ts__sub-heading:before {
    content: "Time Slot: " !important;
}

main.book-consultation-container .bpa-front-module--date-and-time .bpa-front--dt__wrapper .bpa-front--dt__col .bpa-front--dt__time-slots .bpa-front--dt__ts-heading {
    display: none !important;
}

.vc-highlights.vc-day-layer+div span {
    color: #fff !important;
}

.bpa-front-tabs--panel-body.details-panel-body.__bpa-is-active .bpa-front-module-heading,
.bpa-front-tabs--panel-body.datetime-panel-body.__bpa-is-active .bpa-front-module-heading {
    font-size: 16px !important;
}

main.book-consultation-container .main-booking-tabs .bpa-front-default-card .bpa-front-dc--body .bpa-front-module-heading span.booking-title-number {
    width: 30px !important;
    height: 30px !important;
    font-size: 16px !important;
}

.book-consultation-container .bpa-front-tabs .bpa-front-module-heading,
.book-consultation-container .bpa-front-tabs .bpa-front--dt__calendar .vc-weeks .vc-weekday,
.book-consultation-container .bpa-front-tabs .bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item span,
.book-consultation-container .bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item .bpa-front-bs-sm__item-val,
.book-consultation-container .bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-head p,
.book-consultation-container .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item p,
.book-consultation-container .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .--bpa-is-desc,
.book-consultation-container .bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item p,
.book-consultation-container .bpa-front-tabs .bpa-front-tab-menu .bpa-front-tab-menu--item,
.book-consultation-container .el-form-item__error,
.book-consultation-container .bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag,
.book-consultation-container .bpa-front-tabs .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item p strong,
.book-consultation-container .bpa-front-tabs .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si__card-body--heading,
.book-consultation-container .bpa-front-tabs .bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt-ts__sub-heading,
.book-consultation-container .bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item span,
.book-consultation-container .bpa-front-module--bs-amount-details .bpa-fm--bs-amount-item .bpa-front-total-payment-amount-label,
.book-consultation-container .bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-amount-details .bpa-front-module--bs-ad--price,
.book-consultation-container .bpa-front-tabs .bpa-front--dt__calendar .vc-title,
.book-consultation-container .bpa-front-tabs--foot .bpa-front-btn,
.book-consultation-container .bpa-front-form-control.--bpa-country-dropdown.vue-tel-input strong,
.book-consultation-container .bpa-front-tmc__booking-id .bpa-front-bi__label,
.book-consultation-container .bpa-front-tmc__booking-id .bpa-front-bi__val,
.book-consultation-container .bpa-front-tmc__head .bpa-front-tmc__title,
.book-consultation-container .bpa-front-tmc__summary-content .bpa-front-tmc__sc-item .bpa-front-sc-item__label,
.book-consultation-container .bpa-front-tmc__summary-content .bpa-front-tmc__sc-item .bpa-front-sc-item__val,
.book-consultation-container .bpa-front-module--add-to-calendar .bpa-fm--atc__heading,
.book-consultation-container .bpa-front-tmc__head p,
.book-consultation-container .bpa-front-data-empty-view .bpa-front-dev__title,
.book-consultation-container .bpa-front-form-control input::placeholder,
.book-consultation-container .bpa-front-form-control .el-textarea__inner::placeholder,
.book-consultation-container .bpa-front-form-control--file-upload .bpa-fu__placeholder,
.book-consultation-container .bpa-custom-datepicker .el-year-table td .cell,
.book-consultation-container .bpa-custom-datepicker .el-month-table td .cell,
.book-consultation-container .bpa-front--dt__calendar .vc-nav-title,
.book-consultation-container .bpa-front--dt__calendar .vc-nav-items .vc-nav-item,
.book-consultation-container .bpa-front-thankyou-module-container .bpa-front-cc__error-toast-notification,
.book-consultation-container .bpa-front__no-timeslots-body .bpa-front-ntb__val,
.book-consultation-container .bpa-front-module--note-desc,
.book-consultation-container .bpa-front-refund-confirmation-content .bpa-front-rcc__body .bpa-front-rcc__empty-msg,
.book-consultation-container .bpa-front--dt__calendar .vc-day .vc-day-content,
.book-consultation-container .bpa-front-form-control--checkbox .el-checkbox__label,main.book-consultation-container #bpa-front-tabs .booking-main-title,.booking-main-title h2,.book-consultation-container .bpa-frontend-main-container button.el-button:not(:hover):not(:active):not(.has-text-color) {
    font-family: "Inter", serif !important;
}

.book-consultation-container .bpa-front-tabs .el-form-item__label .bpa-front-form-label,.book-consultation-container .bpa-front-tabs .bpa-front-form-control input,.book-consultation-container .bpa-front-tabs .bpa-front-form-control .el-textarea__inner{
    font-family: "Open Sans", sans-serif !important;
}


main.el-main.bpa-frontend-main-container.book-consultation-container {
    min-height: 580px !important;
}
main.book-consultation-container #bpa-front-tabs .main-booking-tabs {
    row-gap: 0px !important;
}
main.book-consultation-container .main-booking-tabs .bpa-front-default-card {
    overflow: visible !important;
}
.confirm-booking-action .bpa-front-tabs--foot.\31 0 {
    border: none !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
}

.book-consultation-container .bpa-front--dt__calendar .vc-container {
    border-radius: 4px;
}
.book-consultation-container .el-form-item__error {
    top: 96%;
    left: 0px !important;
}
.bpa-bd-fields-row.el-row>div:last-child label.el-form-item__label::before {
    content: none;
}
.bpa-bd-fields-row.el-row>div:last-child .book-consultation-container .el-form-item__error{
    top: 100% !important;
}
.book-consultation-container .confirm-booking-action {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

@media(max-width:1080px) {
    main.book-consultation-container #bpa-front-tabs .main-booking-tabs .bpa-front-tabs--panel-body {
        width: 48% !important;
        flex: 0 0 48% !important;
    }

    main.book-consultation-container #bpa-front-tabs .main-booking-tabs .bpa-front-tabs--panel-body:nth-child(2) {
        flex: 0 0 48% !important;
        width: 48% !important;
        padding-right: 0%;
        position: relative;
    }

    .bpa-bd-fields-row.el-row>div:last-child {
        position: static;
        width: 100%;
        margin-top: 20px;
    }

    .bpa-bd-fields-row.el-row>div:last-child label.el-form-item__label span.booking-title-number.booking-write-title-number {
        font-size: 16px !important;
    }

    .book-consultation-container .confirm-booking-action {
        position: static;
    }
}


@media(max-width:832px) {
    main.book-consultation-container #bpa-front-tabs .main-booking-tabs .bpa-front-tabs--panel-body {
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    main.book-consultation-container #bpa-front-tabs .main-booking-tabs .bpa-front-tabs--panel-body:nth-child(2) {
        flex: 0 0 100% !important;
        width: 100% !important;
    }

    main.book-consultation-container #bpa-front-tabs .main-booking-tabs .bpa-front-tabs--panel-body.summary-panel-body.__bpa-is-active .bpa-front-tabs--foot {
        justify-content: center;
    }
}

/* 27-11-24 end*/


@media screen and (max-width:1300px) {
    .gst-calculator-custom-page .gst-grand-result-box.right::before {
        width: 150px;
        height: 150px;
        right: -20px;
    }

    .gst-calculator-custom-page .elementor-15502 .elementor-element.elementor-element-2d35bb8 section.elementor-section.elementor-inner-section {
        padding-bottom: 100px;
    }
}



@media screen and (max-width:1200px) {
    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .total-amount {
        height: 130px;
        padding-top: 20px;
        padding-bottom: 20px;
        left: -30px;
    }

    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .total-amount p#gst_amt,
    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term-amount span#cgst_amt,
    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term-amount span#sgst_amt,
    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term-amount span#igst_amt {
        font-size: 30px;
        line-height: 40px;
    }

    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term-amount {
        position: absolute;
        right: -80px;
    }

    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper {
        left: -30px;
    }

    .gst-calculator-custom-page .child-gst-calculator-container>form.grandchild-gst-calculator {
        max-width: 490px;
    }
}



@media screen and (max-width:1100px) {
    .gst-calculator-custom-page section.elementor-section.elementor-inner-section:first-child .elementor-container.elementor-column-gap-default {
        width: 100%;
        flex-direction: column;
    }

    .gst-calculator-custom-page .elementor-column.elementor-col-50,
    .gst-calculator-custom-page .elementor-column[data-col="50"] {
        width: 100%;
    }

    .gst-calculator-custom-page .child-gst-calculator-container>form.grandchild-gst-calculator {
        max-width: 100%;
    }

    .gst-calculator-custom-page .gst-grand-result-box.right {
        max-width: 100%;
    }

    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .total-amount {
        position: unset;
        max-width: 100%;
    }

    .gst-calculator-custom-page .gst-grand-result-box.right .background-green {
        padding: 20px;
    }

    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper {
        position: unset;
    }

    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term-amount {
        position: unset;
        max-width: 90%;
    }

    .gst-calculator-custom-page .mobile-hide-spacing {
        height: 30px;
    }

    .gst-calculator-custom-page .gst-grand-result-box.right::before {
        width: 250px;
        height: 250px;
    }

    .mobile-hide-spacing {
        display: block !important;
    }
}




@media screen and (max-width:767px) {
    .gst-calculator-custom-page .elementor-15502 .elementor-element.elementor-element-99cb46b .elementor-heading-title {
        font-size: 30px;
        line-height: 40px;
    }

    .gst-calculator-custom-page .child-gst-calculator-container>form>div.gst-calculator-gst-radio-button-group {
        gap: 15px;
    }

    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .total-amount p#gst-calculation-type,
    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term-amount p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term-amount span#cgst_amt,
    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term-amount span#sgst_amt,
    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term-amount span#igst_amt {
        font-size: 25px;
        line-height: 35px;
    }

    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper {
        gap: 20px;
    }

    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term .intra-state-term span,
    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term span#igst-amount-row {
        font-size: 18px;
        line-height: 22px;
        height: auto;
    }

    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term-amount {
        height: 130px;
        max-width: 100%;
    }

    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .total-amount {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term {
        display: none;
    }

    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .gst-amt-wrapper .gst-term-amount p {
        padding-top: 20px;
    }

    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .total-amount {
        margin-bottom: 20px;
    }

    .gst-calculator-custom-page .gst-grand-result-box.right .background-green .total-amount p#gst_amt {
        font-size: 25px;
        line-height: 35px;
    }

    .gst-calculator-custom-page .elementor-15502 .elementor-element.elementor-element-2d35bb8 section.elementor-section.elementor-inner-section {
        padding-bottom: 50px;
    }
}

/* ----14-10-2024-end---- */


/* 16-oct-2024 start */
.gst-calculator-custom-page .child-gst-calculator-container form h5 {
    color: rgba(47, 55, 62, 1) !important;
    font-weight: 400;
    font-family: 'Rubik';
    font-size: 22px;
    font-size: 22px;
    line-height: 26.07px;
    text-align: left;
}

.gst-calculator-custom-page .child-gst-calculator-container form .supply-radio-options label {
    font-size: 18px;
}

.gst-calculator-custom-page .child-gst-calculator-container>form>div.gst-calculator-gst-radio-button-group label {
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.44px;
    text-align: left;

}

.child-gst-calculator-container>form.grandchild-gst-calculator a#calculate-gst-btn {
    padding: 10px;
    margin-top: 30px;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #302a7f;
    background: #302a7f;
    text-align: center;
    font-family: Open Sans;
    font-size: 22px;
    font-weight: 600;
    line-height: 29.96px;
    text-align: center;
}

.elementor-column.elementor-element-2327ff9 section.elementor-section.elementor-inner-section:first-child {
    background: unset !important;
    padding: 0px;
}

input.gst-calculator-amount-input.gst-amount-field {
    font-size: 32px;
}

/* 16-oct-2024 end */

/* 13-dec-2024 4th Step Form css  */
.hero-form.part4.iconcss .contact-wrapper .radio-wrapper {
    text-align: left;
}
.hero-form.part4.iconcss .contact-wrapper .radio-wrapper .radio-content {
    display: flex;
}
.hero-form.part4.iconcss .contact-wrapper .radio-wrapper .radio-content .radio-inner-btn {
    display: flex;
    align-items: center;
        gap: 5px;
}
.hero-form.part4.iconcss .contact-wrapper .radio-wrapper .radio-content .radio-inner-btn:not(:last-child) {
    margin-right: 15px;
}
.billing-popup-form .modal-content .modal-body form .contact-wrapper #gst_number_div span.wpcf7-form-control-wrap {
    margin: 0px;
}
/* 13-dec-2024 4th Step Form css End*/