.col-6-tag-dark,.get_now_btn {
    display: flex;
    text-transform: uppercase;
    position: absolute;
    color: #fff;
    opacity: 1
}

.clear_all_text,.investrelation-email a:hover {
    text-decoration: underline
}

.plan_works_sec.what_you_need .inv_card_para {
    font-family: var(--dev_med)
}

.save_taxes_sec .inv_card_inner {
    height: 217px;
    padding: 30px
}

.save_taxes_sec .inv_card_img {
    width: 60px;
    height: 60px;
    background: no-repeat padding-box #f5f5f5;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: .5s
}

.col-6-tag-dark {
    top: 20px;
    right: 20px;
    padding: 0 20px;
    width: fit-content;
    height: 45px;
    background: no-repeat padding-box #414042;
    border: 1px solid #707070;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    font: normal normal 16px/95px var(--dev_med);
    letter-spacing: .48px
}

.get_now_btn {
    width: 128px;
    height: 40px;
    background: no-repeat padding-box #c91429;
    border-radius: 24px;
    align-items: center;
    justify-content: center;
    font: normal normal 14px/20px var(--dev_med);
    letter-spacing: .14px;
    bottom: -50px;
    opacity: 0;
    transition: .5s
}

.save_taxes_sec .inv_card_para {
    height: 45px
}

.get_now_btn:hover {
    color: #fff
}

.save_taxes_sec .inv_card_inner p {
    transition: .5s
}

.save_taxes_sec .inv_card_inner:hover {
    border-color: var(--primary);
    background: #fff6f7
}

.graph_results.taxable_hra,.save_taxes_sec .inv_card_inner:hover .inv_card_img {
    background: #fff
}

.save_taxes_sec .inv_card_inner:hover p.inv_card_para {
    opacity: 0
}

.save_taxes_sec .inv_card_inner:hover .inv_card_title {
    transform: translateY(-8px);
    transition: .5s
}

.save_taxes_sec .inv_card_inner:hover .get_now_btn {
    bottom: 40px;
    opacity: 1;
    transition: .5s
}

.what_you_need .inv_card_inner {
    height: 239px
}

.what_you_need .inv_card_inner p.inv_card_para {
    font-size: 24px;
    font-family: var(--dev_med);
    width: auto;
    overflow: visible;
    -webkit-line-clamp: unset;
    height: 66px
}

.what_you_need .inv_card_img--tag {
    width: 40px
}

.tax_calc_grrid {
    display: grid;
    grid-template-columns: 403px auto;
    gap: 70px
}

.tax_calculators_div {
    position: relative;
    padding: 120px 0
}

.form-step {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.font-normal {
    font-weight: 400
}

ul.tax-calc-form-stepper {
    counter-reset: section;
    margin-bottom: 0;
    height: 120px;
    background: var(--black90-) 0 0 no-repeat padding-box;
    background: no-repeat padding-box #414042;
    border-radius: 20px 20px 0 0;
    opacity: 1;
    align-items: center;
    justify-content: center;
    padding: 0 170px
}

.brand-assets-section,.calc_input_step_wrap,.news-room .investor-card,.other-sub-menu>a,.sub_mod,.view-all,ul.tax-calc-form-stepper .tax-calc-form-stepper-circle {
    position: relative
}

ul.tax-calc-form-stepper .tax-calc-form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.tax-calc-form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

ul.tax-calc-form-stepper>li:not(:last-of-type) {
    margin-bottom: .625rem;
    -webkit-transition: margin-bottom .4s;
    -o-transition: margin-bottom .4s;
    transition: margin-bottom .4s
}

.tax-calc-form-stepper-horizontal>li:not(:last-of-type) {
    margin-bottom: 0!important
}

.tax-calc-form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: .5s;
    transition: .5s
}

.tax-calc-form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    height: 1px;
    content: "";
    top: 21px;
    flex: 1;
    border: 1px dashed #fff
}

.tax-calc-form-stepper-horizontal li:after {
    background-color: transparent
}

.tax-calc-form-stepper-horizontal li.tax-calc-form-stepper-completed:after {
    background-color: #70b865;
    border: 1px solid #70b865
}

.tax-calc-form-stepper-horizontal li:last-child {
    flex: unset
}

ul.tax-calc-form-stepper li a .tax-calc-form-stepper-circle {
    display: inline-block;
    margin-right: 0;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    border: 1px solid #707070;
    opacity: 1;
    font: normal normal 18px/28px var(--dev_bold);
    letter-spacing: 0;
    color: #fff;
    opacity: .7
}

.tax-calc-form-stepper .tax-calc-form-stepper-active .tax-calc-form-stepper-circle {
    background-color: #f7a600;
    color: #fff;
    opacity: 1
}

.tax-calc-form-stepper .tax-calc-form-stepper-active .label {
    color: #f7a600;
    opacity: 1
}

.tax-calc-form-stepper .tax-calc-form-stepper-active .tax-calc-form-stepper-circle:hover {
    background-color: #f7a600!important;
    color: #fff!important
}

.tax-calc-form-stepper .tax-calc-form-stepper-unfinished .tax-calc-form-stepper-circle {
    background-color: #ffffff1a;
    color: #fff;
    opacity: .7
}

.tax-calc-form-stepper .tax-calc-form-stepper-completed .tax-calc-form-stepper-circle {
    background-color: #70b865!important;
    color: #fff;
    opacity: 1
}

.tax-calc-form-stepper .tax-calc-form-stepper-completed .label {
    color: #70b865!important;
    opacity: 1
}

.tax-calc-form-stepper .tax-calc-form-stepper-completed .tax-calc-form-stepper-circle:hover {
    background-color: #70b865!important;
    color: #fff!important
}

.tax-calc-form-stepper .tax-calc-form-stepper-active span,.tax-calc-form-stepper .tax-calc-form-stepper-completed span {
    color: #fff!important
}

.tax-calc-form-stepper .label {
    font: normal normal 16px/1.2em var(--dev_med);
    letter-spacing: 0;
    opacity: 1;
    color: #fff;
    opacity: .6
}

.tax-calc-form-stepper a {
    cursor: default
}

.usser_account_stpper_form {
    background: no-repeat padding-box #fffbf2;
    box-shadow: 19px 23px 70px #00000017;
    border: 1px solid #dcdcdc;
    border-radius: 0 0 20px 20px;
    opacity: 1;
    padding: 40px;
    max-height: 700px
}

.tax_input_form_head {
    font: normal normal 20px/20px var(--dev_semi_bold);
    letter-spacing: 0;
    color: #000;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 20px;
    display: block
}

.clear_all_text,.stpper_form_next_prev_btn {
    font: normal normal 16px/20px var(--dev_bold);
    opacity: 1;
    text-transform: uppercase
}

.stpper_form_next_prev_btn {
    width: fit-content;
    height: 60px;
    padding: 0 70px;
    background: no-repeat padding-box #c91429;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    color: #fff;
    border: none
}

.stpper_btn_wrapper {
    display: flex;
    margin-top: 20px;
    gap: 10px;
    justify-content: flex-end;
    align-items: center
}

.stpper_form_next_prev_btn.next_Prev_outlined {
    background: 0 0;
    border: 1px solid #c91429;
    color: #c91429
}

.clear_all_text {
    letter-spacing: -.32px;
    color: #c91429;
    margin-right: 20px
}

.custom_check_tick_container {
    display: flex;
    position: relative;
    padding: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    overflow: hidden;
    width: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 113px;
    background: no-repeat padding-box #fff;
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    opacity: 1
}

.custom_check_tick_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 24px;
    width: 24px;
    border-radius: 100px;
    border: 1px solid
}

.custom_check_tick_container:hover input~.checkmark {
    background-color: #ccc
}

.custom_check_tick_container input:checked~.checkmark {
    background-color: #c91429
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.custom_check_tick_container input:checked~.checkmark:after,.lodge-section picture {
    display: block
}

.custom_check_tick_container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cuct_chec_grid_wrapper {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px
}

.cuct_chec_3grid_wrapper,.recommendations_grid {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px
}

.custom_check_text img {
    max-width: 30px;
    width: 30px
}

.custom_check_tick_container img {
    max-width: 205px;
    width: auto
}

.cuct_check_col {
    display: flex;
    position: relative;
    overflow: hidden
}

.custom_check_text {
    display: flex;
    align-items: flex-start;
    gap: 15px
}

.cust_chech_content span {
    width: 126px;
    height: 24px;
    background: rgb(247 166 0 / 80%) no-repeat padding-box;
    border-radius: 8px;
    display: flex;
    font: normal normal 14px/0px var(--dev_med);
    letter-spacing: -.28px;
    color: #000;
    text-transform: uppercase;
    opacity: 1;
    align-items: center;
    justify-content: center
}

.cust_chech_content p {
    display: flex;
    align-items: center;
    margin: 0;
    font: normal normal 22px/20px var(--dev_bold);
    letter-spacing: 0;
    color: #0a0b0c;
    opacity: 1;
    gap: 10px
}

.cust_chech_content small {
    font: normal normal 16px/20px var(--dev_med);
    letter-spacing: 0;
    color: #0a0b0c;
    opacity: .8;
    display: block;
    margin-top: 10px
}

.cuct_chec_3grid_wrapper small,.tax_Criteria_grid .form-group:last-child {
    margin: 0
}

.custom_check_tick_container:after {
    position: absolute;
    content: "";
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 103%;
    bottom: 0;
    height: 8px;
    background: #faa61a
}

.check_cust_light_green .custom_check_tick_container:after,.cuct_check_col.check_cust_light_green.custom_check_tick_container:after,.rec_gr_wrap.support_green_l:after {
    background: #bdd753
}

.calc_input_step_wrap input {
    height: 60px;
    background: no-repeat padding-box #fff;
    border: 1px solid #e1e1e1;
    border-radius: 30px;
    opacity: 1;
    padding: 0 25px;
    font: normal normal 18px/20px var(--dev_semi_bold);
    letter-spacing: 0;
    color: #000
}

.stepper_form_input_field_grid_Wrapper {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 15px
}

.input_def_text {
    position: absolute;
    top: 0;
    font: normal normal 20px/20px var(--dev_bold);
    letter-spacing: 0;
    color: #000;
    opacity: 1;
    left: 20px;
    height: 100%;
    display: flex;
    align-items: center
}

.calc_input_step_wrap input:focus,.stepper_form_input_field_Wrappe_rented .calc_input_step_wrap .form-control:focus {
    box-shadow: none;
    border-color: #ca1f34
}

.stepper_form_input_field_Wrapper .tax_input_form_head {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 7px
}

[data-tooltip]::before {
    content: attr(data-tooltip);
    position: absolute;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s;
    text-align: center;
    width: 208px;
    height: auto;
    padding: 15px 0;
    background: no-repeat padding-box #111;
    border-radius: 13px;
    font: normal normal 14px/18px var(--dev_med);
    letter-spacing: -.4px;
    color: #d0d5db;
    display: flex;
    align-items: center;
    justify-content: center
}

[data-tooltip] {
    position: relative;
    display: inline-block
}

[data-tooltip].bottom::before {
    top: 100%;
    left: -80px;
    right: 0;
    margin: 10px -7px 0
}

[data-tooltip]:hover::before {
    visibility: visible;
    opacity: 1
}

[data-tooltip]:hover::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 9px;
    height: 1px;
    background: 0 0;
    transition: 1s;
    bottom: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #111
}

span.tax_input_form_head em {
    width: 18px;
    height: 18px;
    background: rgb(17 17 17 / 21%) no-repeat padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    border-radius: 100px;
    font: normal normal 14px/17px var(--dev_med);
    letter-spacing: .14px;
    color: #fff;
    opacity: 1;
    text-transform: lowercase;
    transition: .5s
}

.policiescode-section .active_compare_a,.quarterlyresult-section .active_compare_a,.quarterlyresult-section .dateparatext,span.tax_input_form_head {
    display: flex;
    align-items: center;
    gap: 10px
}

span.tax_input_form_head em:hover {
    background: #111
}

.stepper_form_table .strong_txt {
    font: normal normal 18px/20px var(--dev_bold);
    letter-spacing: 0;
    color: #000;
    opacity: 1
}

.stepper_form_table tr {
    height: 55px;
    vertical-align: middle
}

.stepper_form_table thead>tr>th {
    background: 0 0;
    font: normal normal 16px/20px var(--dev_bold);
    letter-spacing: 0;
    color: rgb(0 0 0 / 60%);
    text-transform: uppercase
}

.table>:not(caption)>*>* {
    background-color: #f6f6f6
}

.stepper_form_table .table>:not(caption)>*>* {
    border: none
}

.stepper_form_table tbody {
    border-radius: 12px
}

.stepper_form_table td {
    font: normal normal 18px/20px var(--dev_reg);
    letter-spacing: 0;
    color: #000;
    opacity: 1
}

.stepper_form_table .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #fff
}

.our_recommedn {
    display: block;
    font: normal normal 26px/20px var(--dev_med);
    letter-spacing: 0;
    color: #000;
    opacity: 1;
    margin-bottom: 30px
}

.rec_gr_wrap,.tabe_green_col p {
    position: relative;
    display: flex
}

.tabe_green_col p {
    letter-spacing: -.32px;
    color: #000;
    font-family: dev_semi_bold;
    height: 38px;
    background: rgb(112 184 101 / 80%) no-repeat padding-box;
    border-radius: 20px 8px 8px 20px;
    align-items: center;
    padding: 0 45px
}

.tabe_green_col img {
    max-width: 30px;
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 4px
}

.tabe_green_col {
    margin: 30px 0;
    position: relative
}

span.rec_Wr_title img {
    max-width: 15px
}

.rec_gr_wrap {
    height: 120px;
    background: no-repeat padding-box #fff;
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    opacity: 1;
    padding: 20px;
    overflow: hidden;
    flex-direction: column;
    transition: .5s;
    justify-content: space-between
}

span.rec_Wr_title {
    font: normal normal 20px/24px var(--dev_bold);
    letter-spacing: -.2px;
    color: #111;
    opacity: 1;
    margin-bottom: 6px;
    display: block
}

.rec_gr_wrap p {
    font: normal normal 16px/18px var(--dev_reg);
    letter-spacing: -.32px;
    color: #000;
    opacity: .8
}

.rec_gr_wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: red;
    left: 0;
    right: 0;
    margin: 0 auto
}

.rec_gr_wrap.warm_yello_l:after {
    background: #faa61a
}

.rec_gr_wrap.light_yellow_l:after {
    background: #ffd65c
}

.rec_gr_wrap:hover {
    border-color: #c91429
}

.investor-reportdetails>ul>li>a:hover p,.news-room .investrelation-address p,.rec_gr_wrap:hover span.rec_Wr_title,.table-data-header.tabs_finance ul li button.nav-link.active,.view-all:hover {
    color: #ca1f34
}

.product-body-inner p {
    font: normal normal 20px/24px var(--dev_med);
    letter-spacing: 0;
    color: #000;
    opacity: .7;
    margin: 10px 0 0
}

.tax-planning-banner-modal .st--anchor-a {
    justify-content: flex-start;
    gap: 24px;
    height: 150px;
    background: no-repeat padding-box #fff;
    border: 1px solid #d0d0d0;
    border-radius: 20px;
    opacity: 1;
    padding: 30px
}

.tax-planning-banner-modal .sut--option-text {
    font-size: 30px;
    font-family: dev_semi_bold
}

.tax-planning-banner-modal .sut--option-text small {
    display: block;
    font: normal normal 16px/20px var(--dev_med);
    letter-spacing: 0;
    color: #0a0b0c;
    opacity: .8
}

.tax-planning-banner-modal .sut--option-icon img,.tax_planing_form_Wrapper_main .boxWrap .box img {
    max-width: 40px
}

.top_ban_i {
    max-width: 28px;
    position: absolute;
    right: 40px;
    transition: .5s
}

.tax-planning-banner-modal .st--anchor-a:hover {
    border-color: #c91f34;
    color: #c91f34;
    box-shadow: none;
    background: #fff6f7
}

.tax-planning-banner-modal .st--anchor-a:hover img.top_ban_i {
    transform: rotate(30deg)
}

.input_span {
    font: normal normal 14px/20px var(--dev_med);
    letter-spacing: 0;
    color: #000;
    text-transform: uppercase;
    opacity: .8;
    display: block;
    margin-bottom: 10px
}

.tax_planing_form_Wrapper .plan_details {
    height: 55px;
    background: no-repeat padding-box #f9f9f9;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    padding: 0 27px;
    text-align: left
}

.tax_planing_form_Wrapper .plan_details span {
    font: normal normal 20px/20px var(--dev_bold);
    letter-spacing: 0;
    color: #000;
    opacity: 1
}

.tax_planing_form_Wrapper {
    margin-bottom: 44px
}

.sutaible-sol-modal.new_modal_tax.modal.fade .modal-dialog,.tax-planning-banner-modal.modal.fade .modal-dialog {
    max-width: 780px
}

.tax_Criteria_grid .form-group {
    display: block;
    margin-bottom: 15px
}

.tax_Criteria_grid .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.tax_Criteria_grid .form-group label {
    position: relative;
    cursor: pointer;
    font: normal normal 16px/26px var(--dev_semi_bold);
    letter-spacing: -.48px;
    color: #000;
    opacity: 1
}

.tax_Criteria_grid .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    padding: 10px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid;
    border-radius: 4px
}

.tax_Criteria_grid .form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.tax_Criteria_grid .form-group input:checked+label:before {
    background: var(--primary)
}

.tax_Criteria_grid span {
    display: block;
    font: normal normal 20px/20px var(--dev_bold);
    letter-spacing: 0;
    color: #000;
    opacity: 1;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    padding-bottom: 20px
}

.modal_your_Details>span,p.sig_stron {
    padding-bottom: 10px;
    margin-bottom: 10px
}

.tax_Criteria_grid {
    background: no-repeat padding-box #f9f9f9;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    opacity: 1;
    padding: 25px
}

.tax_Criteria_grid_Wrapper {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 20px;
    height: auto
}

.tax_Criteria_grid .form-group label p {
    margin-left: 40px;
    position: relative;
    top: -7px
}

.tax__modal_btn_Wrapper a {
    width: 260px;
    height: 60px;
    border: 1px solid #d91c25;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal 16px/20px var(--dev_bold);
    letter-spacing: 0;
    color: #d91c25;
    text-transform: uppercase;
    opacity: 1
}

.tax__modal_btn_Wrapper {
    display: flex;
    gap: 20px;
    margin-top: 20px
}

.investment-calc .box:hover .btn-red-bordr,a.tax_mod_btn_solid {
    background: var(--primary);
    color: #fff
}

.tax_planing_form_Wrapper_main {
    height: 770px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 90px;
    padding-right: 60px
}

.modal.sutaible-sol-modal.new_modal_tax .modal-body {
    padding: 50px 40px 20px
}

.tax_planing_form_Wrapper_main::-webkit-scrollbar {
    width: 2px
}

.quarterlyresult-section .tabs-ul-pills .nav.nav-pills,.tax_planing_form_Wrapper .check-box-flex.git-check-box-flex {
    gap: 10px
}

.investment-calc .box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    margin-bottom: 20px;
    align-items: flex-start;
    gap: 25px;
    height: 222px;
    display: grid;
    grid-template-columns: auto auto
}

.patch_icon_span {
    width: 90px;
    height: 90px;
    background: no-repeat padding-box #f5f5f5;
    opacity: 1;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.investment-calc .box .title {
    font: normal normal 32px/1em var(--dev_semi_bold);
    letter-spacing: -.96px;
    color: #000;
    padding: 0 0 24px
}

.investment-calc .box p {
    font: normal normal 16px/21px var(--dev_med);
    letter-spacing: -.16px;
    color: rgba(0,0,0,.8);
    padding-bottom: 30px
}

.investment-calc .box .btn-red-bordr {
    align-items: center;
    border: 1px solid #c91429;
    border-radius: 40px;
    display: flex;
    font: normal normal 16px/20px var(--dev_bold);
    color: #c91429;
    height: 44px;
    justify-content: center;
    text-transform: uppercase;
    width: 200px
}

.investment-calc .box:hover {
    border-color: var(--primary)
}

.modal_your_Details {
    background: no-repeat padding-box #f8f8f8;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    opacity: 1;
    padding: 30px
}

.modal_your_Details>span {
    font: normal normal 20px/20px var(--dev_semi_bold);
    letter-spacing: 0;
    color: #000;
    opacity: 1;
    display: block;
    border-bottom: 1px solid
}

.mod_results p,.mod_results span {
    letter-spacing: -.48px;
    color: #000
}

.mod_results p {
    font: normal normal 16px/26px var(--dev_med);
    opacity: .6;
    float: left
}

.mod_results {
    display: grid;
    grid-template-columns: 110px 160px;
    justify-content: space-between
}

.mod_results span {
    display: inline-block;
    font: normal normal 16px/26px var(--dev_semi_bold);
    opacity: 1
}

.receipt_wrapper_top p,.report_signature_btm p {
    font: normal normal 20px/28px var(--dev_med);
    color: #4c4c4c;
    letter-spacing: 0
}

.new_modal_tax .form-step.active {
    height: auto
}

.sub_mod_Wrapper {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0;
    position: relative
}

.sub_mod_Wrapper:after {
    position: absolute;
    content: "";
    left: -50px;
    right: 0;
    top: 0;
    height: 100%;
    background: #000;
    width: 1px;
    margin: 0 auto;
    opacity: .2
}

.basic_details_wrapper .calc_input_step_wrap input,.basic_details_wrapper .calc_input_step_wrap textarea {
    font-size: 18px;
    letter-spacing: 0;
    color: #000;
    padding-left: 20px
}

.basic_details_wrapper .calc_input_step_wrap input::placeholder,.calc_input_step_wrap textarea::placeholder {
    opacity: .5
}

.basic_details_wrapper {
    background: no-repeat padding-box #fffbf2;
    box-shadow: 19px 23px 70px #00000017;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    opacity: 1;
    padding: 50px
}

.stepper_form_input_field_grid_inputs {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px
}

.basic_details_wrapper .calc_input_step_wrap textarea {
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    opacity: 1;
    padding: 20px;
    height: 85%
}

.for_pros_modal_Wrapper .product-body-inner,.stepper_form_input_field_Wrappe_rented .calc_input_step_wrap,.stepper_form_input_field_Wrappe_rented .stepper_form_input_field_Wrapper {
    height: 100%
}

.stepper_form_input_field_grid_Wrapper.text_Area_Field {
    grid-template-columns: 66% 33%
}

.basic_details_wrapper .stpper_btn_wrapper {
    margin-top: 60px
}

.generate_receipt_wrapper {
    background: no-repeat padding-box #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    opacity: 1;
    padding: 55px;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 40px
}

.receipt_wrapper_top p {
    margin-top: 30px
}

.receipt_wrapper_top p span {
    font-family: var(--dev_bold);
    color: #111
}

.receipt_wrapper_bottom {
    display: flex;
    justify-content: space-between
}

.report_signature_btm p {
    opacity: 1
}

p.sig_stron {
    font-family: var(--dev_semi_bold);
    color: #111;
    border-bottom: 1px dashed
}

.revenue_stamp_div {
    display: flex;
    width: 165px;
    height: 100%;
    background: no-repeat padding-box #f3f3f3;
    border: 1px dashed #c7c7c7;
    border-radius: 10px;
    opacity: 1;
    align-items: center;
    justify-content: center
}

.revenue_stamp_div p {
    text-align: center;
    font: normal normal 16px/18px var(--dev_med);
    letter-spacing: 0;
    color: #707070;
    opacity: 1;
    width: 58px
}

.apply_now_tax_filing .check-box-flex.git-check-box-flex {
    display: grid;
    grid-template-columns: auto auto auto;
    text-align: left
}

.apply_now_tax_filing .mail-result-group input.otp-inputs {
    height: 70px
}

.apply_now_tax_filing .country_code_n {
    font-size: 20px;
    top: 20px
}

.apply_now_tax_filing .mail-result-group .label-otp-input {
    font-size: 16px;
    text-align: left
}

.apply_now_tax_filing .input-inner {
    margin-bottom: 40px
}

.apply_now_tax_filing .modal-body {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center
}

.apply_now_tax_filing .metavrese-recco-cards {
    width: 600px
}

.for_pros_modal_Wrapper .sut--option-text {
    width: 380px
}

.for_pros_modal_Wrapper .sutaible-solution-row-wrapper {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.start_journey_head_Wrapper.heading_wrapper_hw {
    text-align: left
}

.receipt_wrapper_top img {
    max-width: 56px
}

.tax_plannin_calc .graph_results {
    margin-top: 30px;
    height: 100px
}

.tax_plannin_calc {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.graph_results.taxable_hra span {
    color: var(--primary);
    font-size: 40px
}

.graph_results.taxable_hra p {
    font: normal normal 30px/52px var(--dev_bold);
    letter-spacing: 0;
    color: #111;
    opacity: 1
}

.tax_plannin_calc:before {
    position: absolute;
    content: "";
    bottom: 0;
    height: 480px;
    background: center/cover #fff6f7;
    left: 0;
    right: 0;
    z-index: -1
}

.tax_plannin_calc .graph_results:first-child {
    background: 0 0;
    margin: 0
}

.investorrelation-titlegroup .yellowbg_head_wrapper h1 {
    font-weight: 700;
    line-height: 88px;
    opacity: 1
}

.investorrelation-titlegroup .sub_cat_head p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #5d6167;
    margin: 0
}

.esgprofile-section .select-menu .options .option:last-child,.investorrelation-titlegroup .yellowbg_head_wrapper {
    margin-bottom: 0
}

.sub-header-wrapper.sticky-subheader {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    z-index: 999
}

.investor-hovermenucontent {
    background: #fff;
    visibility: hidden;
    opacity: 0;
    max-width: 1680px;
    width: 100%;
    padding: 22px 20px;
    position: absolute;
    left: 50%;
    right: 50%;
    display: none;
    z-index: 9999;
    border-radius: 20px;
    box-shadow: 0 4px 34px 0 rgba(0,0,0,.5);
    transition: .5s;
    text-transform: capitalize;
    transform: translate(-50%,0)
}

.hovermenu .investor-hovermenucontent {
    opacity: 1;
    visibility: visible;
    display: block
}

.investor-hovermenucontent>ul>li>a {
    font: normal normal 13px/20px var(--dev_med);
    color: #000;
    text-transform: capitalize
}

.investor-relation-cardgroup {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 49% 49%;
    grid-template-rows: auto;
    gap: 20px;
    padding: 58px 140px 120px
}

.investor-relation-cardgroup .investor-card {
    padding: 40px 30px
}

.investor-card.investor1,.investor-card.investor2,.investor-card.investor3,.investor-card.investor4 {
    background-image: url("../../assets/images/investorrelation/bg1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    border-bottom: 7px solid #ffd65c
}

.investor-card.investor2 {
    max-height: 338px;
    background-image: url("../../assets/images/investorrelation/bg2.png");
    border-bottom: 7px solid #bdd753
}

.investor-card.investor3 {
    background-image: url("../../assets/images/investorrelation/bg3.png");
    border-bottom: 7px solid #70b865
}

.investor-card.investor4 {
    background-image: url("../../assets/images/investorrelation/bg4.png");
    border-bottom: 7px solid #ffd65c;
    margin-top: -90px
}

.investorcard-titlegroup h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    color: #353941;
    margin: 0
}

.investorcard-titlegroup small {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(53,57,65,.8)
}

.investor-reportdetails>ul>li>a {
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.investor-reportdetails>ul>li>a:hover img {
    filter: drop-shadow(0 3px 2px rgba(0, 0, 0, .5))
}

.investorcard-titlegroup {
    margin-bottom: 24px
}

.investor-reportdetails>ul>li>a>span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center
}

.investor-reportdetails>ul>li>a>span>img {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease-in
}

.search-bar,.view-all {
    display: flex;
    align-items: center
}

.investor-reportdetails p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    max-width: 400px;
    transition: .2s ease-in
}

.view-all {
    gap: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 15.4px;
    color: #ca1f34;
    text-transform: uppercase;
    margin-top: 30px;
    transition: .4s linear
}

.investor-relation-contact {
    background-image: url("../../assets/images/investorrelation/ircontact.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 201px;
    display: flex;
    justify-content: space-between
}

.investor-relation-contact .investorrelation-titlegroup h1,.investor-relation-contact .investorrelation-titlegroup span {
    font-size: 60px;
    font-family: var(--dev_bold);
    font-weight: 700;
    line-height: 66px;
    color: #000;
    margin: 0
}

.investor-relation-contact .investorrelation-titlegroup span,.placementdocument-titlegroup span,.quaterly-titlegroup span {
    color: #8b151b
}

.investor-relation-contact .investorrelation-titlegroup small {
    font-size: 20px;
    font-weight: 500;
    line-height: 28.8px;
    color: #353941;
    opacity: .8
}

.investorrelation-contactdetail {
    max-width: 736px;
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.investrelation-address,.investrelation-email {
    gap: 16px
}

.investrelation-address img,.investrelation-email img {
    width: 50px;
    height: 50px
}

.investrelation-address p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.investrelation-email a {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #ca1f34
}

.sticky-subheader-active .filterCardsRow.cardsgroup {
    margin-top: 74px
}

.esgp-titlegroup>img {
    max-width: 189px;
    width: 100%;
    display: block;
    margin: 0 auto
}

.yellow_banner_wrapper .esgp-titlegroup .h1-bannerheading {
    margin: 10px 0 20px
}

.esgp-approve h2,.quarterlyresult-section .filterDropdownWrap .cal_custom_drop {
    margin-bottom: initial
}

.esgp-titlegroup p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    color: #000;
    opacity: .8
}

.esgp-approve h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #353941;
    margin-top: 13px
}

.esgprofile-section {
    height: 100%;
    width: 100%;
    padding: 36px 140px;
    overflow: hidden
}

.esgprofile-section .tabs-ul-pills {
    z-index: 1
}

.esgprofile-section .select-menu .options .option {
    background: initial
}

.table-status-group {
    margin-bottom: 32px
}

.table-date small,.table-date span,.table-view small,.table-view span {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: rgba(0,0,0,.6)
}

.table-date small,.table-view small {
    color: #000
}

.table-data-header .tabs-ul-pills .nav.nav-pills {
    max-width: 411px;
    width: 100%;
    margin: initial;
    justify-content: flex-start;
    border-bottom: 1px solid #11111130
}

.table-data-header.tabs_finance ul li button.nav-link {
    text-transform: capitalize;
    padding: 14px 25px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(0,0,0,.6)
}

.esgprofile-section .compare-table-wrapper .table thead th,.table-data-header .deskTop_dropDown,.table-data-header .quarter-tabs {
    border-bottom: initial
}

.dropdown-group {
    padding-left: 24px;
    border-left: 1px solid #11111130;
    gap: 16px
}

.esgprofile-section .table-data-header.tabs_finance ul {
    margin-right: 24px!important
}

.dropdown-group .cal_custom_drop {
    margin-top: initial;
    width: 170px
}

.dropdown-group .cal_custom_drop:nth-child(3) {
    width: 250px
}

.dropdown-group .select-menu .select-btn {
    background: initial;
    border: 1px solid #dedede;
    height: 50px;
    padding: 16px 20px
}

.dropdown-group .select-menu .options .option::before {
    width: 3px;
    top: 8px;
    height: 20px
}

.dropdown-group .cal_custom_drop .select-menu .options {
    padding: 10px
}

.dropdown-group .select-menu .options .option {
    padding: 5px 20px;
    background: initial;
    margin-bottom: initial
}

.dropdown-group .select-menu .select-btn::before {
    right: 21px
}

.dropdown-group .select-menu .select-btn::after {
    right: 25px
}

.search-bar {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    justify-content: center;
    background-color: #f5f5f5;
    cursor: pointer
}

.search-bar i {
    color: #111
}

.search-export-group .bordered_view_all {
    width: initial;
    height: initial;
    padding: 14px 25px;
    gap: 10px;
    margin-left: 10px
}

.export-files .select-menu .select-btn::after,.export-files .select-menu .select-btn::before {
    content: initial
}

.export-files .select-menu .select-btn {
    height: 50px;
    border: 1px solid #ca1f34;
    background: #fff;
    text-transform: uppercase;
    transition: .3s ease-in
}

.export-files .exportText {
    color: #ca1f34;
    font-family: var(--dev_semi_bold);
    letter-spacing: 0;
    font-size: 18px;
    line-height: 20px
}

.export-files .cal_custom_drop {
    width: 138px;
    margin-left: 10px;
    margin-top: initial
}

.export-files .select-menu .select-btn:hover {
    background: #ca1f34;
    transition: .5s ease-in-out
}

.export-files .select-btn:hover .exportText {
    color: #fff;
    transition: .5s ease-in-out
}

#downloadicon {
    stroke: #ca1f34
}

.export-files:hover #downloadicon {
    stroke: #fff
}

.export-files .options .option-text img {
    width: 24px;
    height: 24px;
    object-fit: cover
}

.esgprofile-section .compare-table-wrapper {
    margin-top: 32px
}

.esgprofile-section .compare-table-wrapper .table td,.esgprofile-section .compare-table-wrapper .table th {
    padding: 16px 12px;
    line-height: 21.6px;
    font-size: 18px;
    font-weight: 400
}

.esgprofile-section .esgtable-title-group {
    padding: 16px 12px;
    background-color: #f7e7c4
}

.esgprofile-section .esgtable-title-group h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    margin: 0
}

.esgprofile-section .compare-table-wrapper table tr td {
    width: fit-content;
    min-width: fit-content;
    max-width: fit-content
}

.esgprofile-section .compare-table-wrapper table tr td:nth-child(4) {
    width: 554px
}

.esgprofile-section .compare-table-wrapper .table-striped tbody tr td:first-child {
    font: normal 400 18px/22px var(--dev_semi_bold)
}

.action-td {
    cursor: pointer
}

.esgprofile-section .compare-table-wrapper .table {
    overflow-x: auto
}

.placementdocument-section,.policiescode-section {
    padding: 56px 140px
}

.placementdocument-titlegroup h1,.placementdocument-titlegroup span {
    font-size: 60px;
    font-family: var(--dev_bold);
    font-weight: 700;
    line-height: 80px;
    color: #000;
    margin: 0
}

.placementdocument-contentgroup h3 {
    margin-top: 48px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28.8px;
    color: rgba(0,0,0,.8);
    text-transform: uppercase;
    text-align: justify
}

.placementdocument-contentgroup p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: rgba(0,0,0,.8);
    margin: 20px auto;
    text-transform: capitalize;
    text-align: justify
}

.placementdocument-btngroup .know_more_about-us {
    color: #ca1f34;
    border: 1px solid #ca1f34;
    text-transform: uppercase;
    padding: 14px 53px
}

.placementdocument-btngroup .confirm {
    background-color: #ca1f34;
    color: #fff;
    text-transform: uppercase
}

.policiescode-section .filterCardsRow {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 35px
}

.policiescode-section .dropFilterCard,.quarterlyresult-section .dropFilterCard {
    max-width: 100%;
    width: 100%;
    height: 186px
}

.policiescode-section .filCardInner,.quarterlyresult-section .filCardInner {
    display: flex;
    gap: 20px;
    height: 100%
}

.policiescode-section .pdfImgBox,.quarterlyresult-section .pdfImgBox {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
    gap: 20px;
    border-radius: 14px
}

.policiescode-section .pdfImgBox img,.quarterlyresult-section .pdfImgBox img {
    width: 40px;
    mix-blend-mode: darken
}

.policiescode-section .boxHeading-bx1,.quarterlyresult-section .boxHeading-bx1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px
}

.policiescode-section .dateparatext,.quarterlyresult-section .dateparatext {
    font-family: var(--dev_reg);
    font-size: 16px;
    line-height: 20px;
    color: rgba(0,0,0,.6)
}

.policiescode-section .filterCardTextBox,.quarterlyresult-section .filterCardTextBox {
    width: 73%;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative
}

.policiescode-section .hoverAnchor,.quarterlyresult-section .hoverAnchor {
    position: absolute;
    left: 0;
    bottom: -30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
    transition: .5s ease-in-out
}

.policiescode-section .dropFilterCard:hover,.quarterlyresult-section .dropFilterCard:hover {
    border-top: 1px solid #ca1f34;
    border-left: 1px solid #ca1f34;
    border-right: 1px solid #ca1f34;
    background-color: rgb(202 31 52 / 10%);
    transition: .5s ease-in-out
}

.policiescode-section .dropFilterCard .droFilterCrad-field::after,.quarterlyresult-section .dropFilterCard::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #faa61a;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.policiescode-section .dropFilterCard:nth-child(4n-2) .droFilterCrad-field::after,.quarterlyresult-section .dropFilterCard:nth-child(4n-2)::after {
    background-color: #bdd753
}

.policiescode-section .dropFilterCard:nth-child(4n-1) .droFilterCrad-field::after,.quarterlyresult-section .dropFilterCard:nth-child(4n-1)::after {
    background-color: #ffd65c
}

.policiescode-section .dropFilterCard:nth-child(4n-0) .droFilterCrad-field::after,.quarterlyresult-section .dropFilterCard:nth-child(4n-0)::after {
    background-color: #70b865
}

.policiescode-section .flyin {
    position: absolute;
    top: 0;
    left: 34px;
    z-index: 1;
    width: 42px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ca1f34;
    border-radius: 4px
}

.policiescode-section .droFilterCrad-field {
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 30px;
    margin-top: 0;
    border-radius: 16px;
    border: 1px solid #d9d9d9;
    background: #fff;
    transition: .5s ease-in-out
}

.policiescode-section .droFilterCrad-field:hover {
    transition: .5s ease-in-out;
    background: #fef2f3;
    border: 1px solid red
}

.policiescode-section .flyin p {
    color: #fff;
    font-size: 12px
}

.policiescode-section .policy-loadmore {
    color: #ca1f34;
    border: 1px solid #ca1f34
}

.all-wrapper .card-detail-group,.all-wrapper-q3 .card-detail-group,.all-wrapper-q4 .card-detail-group,.all-wrapper-q5 .card-detail-group,.policiescode-section .dropFilterCard {
    display: none
}

.lodge-section {
    padding: 119px 140px;
    background-color: #f7f7f7
}

.lodge-section .postProtectWrapperli-inner {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    height: 171px
}

.lodge-section .postProtectWrapper {
    display: grid;
    grid-template-columns: 55% auto;
    align-items: center;
    gap: 100px;
    justify-content: space-between;
    padding: 45px 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px
}

.lodge-section .protect-now-heading {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin: 0
}

.esgp-titlegroup.quaterly-result h1 {
    font: normal normal 80px/80px var(--dev_bold)
}

.quarterlyresult-section {
    padding: 56px 0
}

.quarterlyresult-section .filterDropdownWrap .select-menu .options {
    height: auto;
    padding: 0
}

.quarterlyresult-section .table-data-header .tabs-ul-pills .nav.nav-pills {
    max-width: initial;
    width: 100%
}

.quarterlyresult-section .table-data-header {
    width: 100%
}

.quarterlyresult-section .table-data-header.tabs_finance ul {
    margin-right: initial!important
}

.quarterlyresult-section .dropdown-group {
    padding-left: 40px;
    border-left: initial
}

.quarterlyresult-section .cal_custom_drop,.quarterlyresult-section .dropdown-group .cal_custom_drop {
    width: 155px
}

.quarterlyresult-section .cal_custom_drop:nth-child(2),.quarterlyresult-section .dropdown-group .cal_custom_drop:nth-child(2) {
    width: 121px
}

.quarterlyresult-section .select-menu .options {
    border-radius: 10px;
    padding: 10px 0
}

.quarterlyresult-section .select-menu .options .option {
    padding: 5px 20px
}

.esgprofile-section .dropdown-group .select-menu .options .option::before,.quarterlyresult-section .dropdown-group .select-menu .options .option::before {
    top: 0;
    height: 100%
}

.quarterlyresult-section .tab-content {
    margin-top: 48px
}

.quaterly-titlegroup {
    margin: 40px auto
}

.quaterly-titlegroup h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    color: #000;
    margin: 0
}

.quarterlyresult-section .card-detail-group {
    margin-top: 40px;
    margin-bottom: 30px
}

.quarterlyresult-section .card-title {
    margin-bottom: 30px
}

.quarterlyresult-section .card-title h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    color: #353941;
    margin: 0
}

.quarterlyresult-section .card-content {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px
}

.quarterlyresult-section .filterDropdownWrap .filterCardsRow {
    display: initial
}

.dot {
    height: 3px;
    width: 3px;
    border-radius: 10px;
    background-color: #86888d;
    display: block
}

.know_more_about-us.lm-quarter,.know_more_about-us.lm-quarter3,.know_more_about-us.lm-quarter4,.know_more_about-us.slidein-content {
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 14px 53px;
    margin: 50px auto auto
}

.quarterlyresult-section .table-data-header.tabs_finance {
    position: absolute;
    top: 10px;
    width: calc(100% - 650px)
}

.cal_custom_drop.quarter-drop,.cal_custom_drop.year-drop {
    margin-top: initial
}

.quarterlyresult-section .filterDropdownWrap .cal_custom_drop .select-btn {
    background-color: rgba(231,231,231,.4)
}

.banner-nav {
    height: 495px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.sub-header-wrapper {
    width: 100%;
    background-color: #ca1f34;
    position: relative
}

.sub-header-menu {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 140px;
    height: 64px;
    overflow-x: auto
}

.sub-header-menu::-webkit-scrollbar {
    height: 5px;
    width: 0
}

.sub-header-menu>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 23px 24px;
    white-space: nowrap
}

.other-sub-menu>a::after,.other-sub-menu>a::before {
    background: #fff;
    content: "";
    position: absolute;
    width: 6px;
    height: 2px;
    display: inline-block;
    border-radius: 50px;
    transition: .5s;
    top: 32px;
    transform: rotate(45deg)
}

.other-sub-menu>a::before {
    transform: rotate(-45deg);
    right: 5px
}

.other-sub-menu>a::after {
    right: 9px
}

.sub-header-menu>li>a:hover {
    background-color: rgba(0,0,0,.1)
}

.dropdown-subheader-menu {
    display: none;
    grid-template-columns: auto auto auto auto;
    gap: 16px;
    position: absolute;
    top: 64px;
    min-width: calc(100% - 240px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 4px 34px 0 rgba(0,0,0,.5);
    padding: 30px 50px;
    list-style-type: none;
    z-index: 2
}

.dropdown-subheader-menu>li>a {
    color: rgba(0,0,0,.8);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    transition: .5s ease-in-out
}

.dropdown-subheader-menu>li>a:hover {
    color: #cc1b34;
    transition: .5s ease-in-out
}

.other-submenu-open .dropdown-subheader-menu {
    display: grid
}

.other-submenu-open .sub-header-menu>li:last-child>a {
    background-color: hsla(0,0%,0%,.1)
}

.policiescode-section .dropFilterCard,.policiescode-section .dropFilterCard:hover {
    border: 0;
    padding: 11px 0 0;
    position: relative;
    border-radius: 0;
    background: 0 0
}

.policiescode-section .dropFilterCard:hover .hoverAnchor,.quarterlyresult-section .dropFilterCard:hover .hoverAnchor {
    bottom: -15px;
    opacity: 1;
    visibility: visible;
    transition: .5s ease-in-out
}

.pdficon-img {
    mix-blend-mode: darken
}

.filterDropdownWrap .active_compare_a {
    gap: 5px
}

.usefullinks-section .know_more_about-us {
    height: 50px
}

.usefullinks-section .usefulbox-title {
    line-height: 32px;
    margin-bottom: 4px
}

.view-all::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid #ca1f34;
    border-top: 2px solid #ca1f34;
    transition: .4s;
    left: 65px;
    transform: rotate(45deg)
}

.view-all:hover::before {
    left: 70px
}

.esgprofile-section .select-menu .options .option {
    padding: 0 0 0 15px;
    margin-bottom: 5px
}

.news-room .investor-relation-cardgroup {
    display: flex
}

.investor-card-flex {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 110px
}

.news-room .view-all {
    position: absolute;
    bottom: 30px
}

.news-room .investor-reportdetails p {
    max-width: 100%
}

.news-room .investor-card.investor1 {
    min-height: 670px;
    background-image: url("../../assets/images/newsroom01.png")
}

.news-room .investor-reportdetails ul li {
    margin-bottom: 18px
}

.news-room .h1-bannerheading {
    font-family: var(--dev_extra_light)
}

.brand-asse-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 49%;
    padding: 20px 30px;
    border: 1px solid #d9d9d9;
    border-bottom: 5px solid #faa61a;
    flex-wrap: wrap;
    border-radius: 16px
}

.brand-text {
    color: #111;
    text-overflow: ellipsis;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px
}

.brand-heading {
    color: #111;
    font-size: 60px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 40px
}

.brand-img {
    width: 165px;
    height: 70px
}

.brand-logo {
    width: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-right: 30px;
    color: #ca1f34;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.brand-heading span {
    color: #ca1f34;
    font-size: 60px;
    font-weight: 300
}

.brand-asse-content-area {
    padding: 95px 224px;
    position: absolute;
    top: 0
}

.news-room .investorrelation-contactdetail {
    max-width: 550px;
    background: 0 0
}

.brand-asse-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.info-text {
    padding: 30px
}

.info-text h2 {
    color: #000;
    font-size: 24px;
    font-weight: 600
}

.info-text p {
    color: rgba(17,17,17,.8);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px
}

.news-room .investor-relation-contact {
    padding: 110px 140px
}

@media screen and (max-width: 1800px) {
    .brand-assets-section,.section-bg-img img {
        height:100vh
    }

    .qrcodebox {
        position: absolute;
        top: 94px;
        left: -61px;
        width: 103px
    }
}

@media screen and (max-width: 1600px) {
    .brand-heading {
        font-size:50px
    }

    .policiescode-section .droFilterCrad-field {
        padding: 22px 22px 30px;
        border-radius: 8px
    }

    .policiescode-section .filterCardsRow {
        gap: 28px
    }
}

@media screen and (min-width: 1501px) and (max-width:1600px) {
    .other-submenu-open .dropdown-subheader-menu {
        display:grid;
        grid-template-columns: auto auto auto auto;
        min-width: calc(100% - 280px)
    }

    .export-files .cal_custom_drop .select-menu .options,.table-data-header.tabs_finance ul li button.nav-link {
        padding: 10px
    }

    .export-files .select-menu .options .option {
        padding: 0
    }

    .export-files .option:first-child {
        margin-bottom: 10px!important
    }

    .table-data-header .tabs-ul-pills .nav.nav-pills {
        max-width: 321px
    }

    .top_center_breadcrumbs .breadcrumb-item>a,.view-all {
        font-size: 12px
    }

    .quarterlyresult-section .table-data-header .tabs-ul-pills .nav.nav-pills {
        max-width: calc(100% - 100px)!important
    }

    .esgprofile-section .compare-table-wrapper {
        margin-top: 15px;
        width: 100%!important
    }

    .quarterlyresult-section .cal_custom_drop {
        width: 151px
    }

    .quarterlyresult-section .cal_custom_drop:nth-child(2) {
        width: 121px
    }

    .sub-header-wrapper.sticky-subheader {
        top: 54px
    }
}

@media screen and (max-width: 1500px) {
    .brand-asse-content-area {
        padding:60px 120px
    }

    .brand-img {
        width: 130px;
        height: 45px
    }

    .save_taxes_sec .inv_card_para {
        height: 42px
    }

    .policiescode-section .filterCardsRow {
        gap: 15px
    }

    .esgprofile-section {
        padding: 15px
    }

    .esgprofile-section .table-data-header .tabs-ul-pills .nav.nav-pills {
        max-width: 285px
    }

    .esgprofile-section .compare-table-wrapper {
        margin-top: 15px;
        width: 100%
    }

    .table-data-header.tabs_finance ul {
        margin-right: 10px!important
    }

    .table-data-header .cal_custom_drop .select-menu {
        width: 100%
    }

    .dropdown-group .cal_custom_drop {
        width: 142px
    }

    .dropdown-group,.tabs-ul-pills .nav.nav-pills {
        gap: 10px
    }

    .esgprofile-section .cal_custom_drop .select-menu .options,.table-data-header.tabs_finance ul li button.nav-link {
        padding: 10px
    }

    .dropdown-group {
        padding-left: 12px
    }

    .esgprofile-section .cal_custom_drop .sBtn-text {
        font-size: 13px
    }

    .table-data-header .deskTop_dropDown {
        border-bottom: initial!important
    }

    .search-bar {
        height: 40px;
        width: 40px
    }

    .export-files .cal_custom_drop {
        width: 140px;
        margin-left: 5px
    }

    .export-files .exportText {
        font-size: 15px;
        line-height: 17px
    }

    .search-export-group {
        margin-right: 60px
    }

    .table-date small,.table-date span,.table-view small,.table-view span {
        font-size: 14px
    }

    .esgprofile-section .compare-table-wrapper .table td,.esgprofile-section .compare-table-wrapper .table th {
        font-size: 14px;
        text-align: justify
    }

    .esgprofile-section .compare-table-wrapper .table-striped tbody tr td:first-child {
        font: normal 400 14px/22px var(--dev_semi_bold)
    }

    .esgp-approve h2 {
        font-size: 18px
    }

    .placementdocument-section {
        padding: 25px
    }

    .placementdocument-titlegroup h1,.placementdocument-titlegroup span {
        font-size: 35px;
        font-weight: 500;
        line-height: 40px
    }

    .placementdocument-contentgroup h3 {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px
    }

    .placementdocument-contentgroup p {
        line-height: 22px
    }

    .placementdocument-btngroup .know_more_about-us {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .placementdocument-contentgroup {
        width: calc(100% - 80px)
    }

    .sub-header-menu {
        padding: 0 30px
    }

    .other-submenu-open .dropdown-subheader-menu {
        min-width: calc(100% - 60px)
    }

    .esgp-titlegroup p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0
    }
}

@media screen and (min-width: 1200px) and (max-width:1700px) {
    .esgprofile-section .cal_custom_drop .select-menu .options .option .option-text {
        padding:0
    }

    .esgprofile-section .select-menu .options {
        border-radius: 12px
    }

    .dropdown-subheader-menu>li>a {
        font-size: 14px
    }

    .shareholder-section.sec_padding_cm {
        padding: 90px 0
    }

    .col-6-tag-dark {
        font-size: 12px;
        height: 30px;
        padding: 0 10px;
        line-height: 10px;
        border-radius: 6px
    }

    .investrelation-address img,.investrelation-email img,.otp-vcarification-step .inputs input,.save_taxes_sec .inv_card_img {
        height: 40px;
        width: 40px
    }

    .save_taxes_sec .inv_card_img img {
        max-width: 20px
    }

    .save_taxes_sec .inv_card_inner {
        height: 197px
    }

    .what_you_need .inv_card_inner {
        height: 179px
    }

    .what_you_need .inv_card_inner p.inv_card_para {
        font-size: 18px;
        height: 55px
    }

    .what_you_need .inv_card_img--tag {
        width: 35px
    }

    .sutaible-sol-modal.new_modal_tax.modal.fade .modal-dialog,.tax-planning-banner-modal.modal.fade .modal-dialog {
        max-width: 500px
    }

    .tax-planning-banner-modal .st--anchor-a {
        height: auto;
        padding: 20px;
        border-radius: 12px
    }

    .tax-planning-banner-modal .sut--option-text {
        font-size: 25px
    }

    .tax-planning-banner-modal .sut--option-icon img,.tax_planing_form_Wrapper_main .boxWrap .box img {
        max-width: 25px
    }

    .top_ban_i {
        max-width: 15px;
        right: 20px
    }

    .cust_chech_content small,.dropdown.investor-hovermenucontent>li>a,.investor-reportdetails p,.tax-calc-form-stepper .label,.tax-planning-banner-modal .sut--option-text small,.tax_planing_form_Wrapper .plan_details span {
        font-size: 14px
    }

    .tax_planing_form_Wrapper .plan_details {
        padding: 6px 25px 6px 15px;
        height: auto;
        border-radius: 10px
    }

    .tax_Criteria_grid span {
        font-size: 14px;
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    .tax_Criteria_grid .form-group {
        margin-bottom: 7px
    }

    .tax_Criteria_grid {
        padding: 10px;
        border-radius: 6px
    }

    .tax_Criteria_grid .form-group label p {
        margin-left: 20px;
        font-size: 14px;
        line-height: 14px;
        top: 0
    }

    .tax_Criteria_grid .form-group label:before {
        padding: 6px
    }

    .tax_Criteria_grid .form-group input:checked+label:after {
        top: 2px;
        left: 5px;
        height: 8px;
        width: 5px
    }

    .apply_now_tax_filing .input-inner,.tax_planing_form_Wrapper {
        margin-bottom: 20px
    }

    .tax_planing_form_Wrapper_main {
        max-height: 70vh;
        padding: 0 30px 0 0
    }

    .input_span {
        font-size: 12px;
        line-height: 1.2em
    }

    .tax__modal_btn_Wrapper a {
        width: 160px;
        height: initial;
        padding: 9px 30px;
        font-size: 14px
    }

    .investment-calc .box {
        padding: 15px 10px;
        height: auto;
        gap: 10px;
        border-radius: 10px;
        margin-bottom: 15px
    }

    .patch_icon_span {
        height: 45px;
        width: 45px
    }

    .investment-calc .box .title {
        font-size: 20px;
        margin: 0;
        padding: 0
    }

    .investment-calc .box p {
        font-size: 14px;
        line-height: 1.2em;
        padding: 5px 0 10px
    }

    .investment-calc .box .btn-red-bordr {
        width: fit-content;
        height: auto;
        font-size: 14px;
        padding: 6px 20px
    }

    .modal_your_Details {
        padding: 15px;
        border-radius: 15px
    }

    .modal_your_Details>span {
        font-size: 15px;
        margin-bottom: 5px;
        padding-bottom: 5px
    }

    .quarterlyresult-section .card-title,span.our_recommedn {
        margin-bottom: 10px
    }

    .mod_results {
        grid-template-columns: 90px 115px
    }

    .modal.sutaible-sol-modal.new_modal_tax .modal-body {
        padding-right: 20px
    }

    .mod_results span {
        font-size: 12px;
        line-height: 19px
    }

    .mod_results p {
        font-size: 12px;
        line-height: 18px
    }

    .sub_mod_Wrapper:after {
        left: -25px
    }

    .sub_mod_Wrapper {
        grid-template-columns: 185px auto
    }

    .tax_calc_grrid {
        grid-template-columns: 283px auto;
        gap: 40px
    }

    ul.tax-calc-form-stepper {
        padding: 15px 50px;
        height: auto
    }

    ul.tax-calc-form-stepper li a .tax-calc-form-stepper-circle {
        height: 35px;
        width: 35px;
        font-size: 14px
    }

    .usser_account_stpper_form {
        max-height: 506px;
        padding: 15px 30px 20px
    }

    .tax_input_form_head {
        font-size: 16px;
        margin-bottom: 7px
    }

    .custom_check_text img {
        max-width: 20px;
        width: 20px
    }

    .custom_check_tick_container img {
        max-width: 205px;
        width: auto
    }

    .cust_chech_content p {
        font-size: 20px
    }

    .cust_chech_content span {
        width: fit-content;
        padding: 10px;
        font-size: 12px
    }

    .stepper_form_content_wrapper.mt-5 {
        margin-top: 20px!important
    }

    .checkmark {
        width: 25px;
        height: 25px
    }

    .custom_check_tick_container {
        height: auto;
        padding-bottom: 30px
    }

    .stpper_form_next_prev_btn {
        height: auto;
        padding: 10px 30px;
        font-size: 14px
    }

    .basic_details_wrapper .calc_input_step_wrap input,.calc_input_step_wrap input {
        height: 45px;
        font-size: 15px
    }

    .input_def_text,.report_signature_btm p {
        font-size: 18px
    }

    [data-tooltip]::before {
        font-size: 12px;
        width: 180px
    }

    [data-tooltip].bottom::before {
        left: -70px
    }

    .stepper_form_table thead>tr>th {
        font-size: 14px;
        line-height: 16px
    }

    .stepper_form_table .strong_txt,.stepper_form_table td {
        font-size: 16px;
        line-height: 18px
    }

    .stepper_form_table tr {
        height: 45px
    }

    span.rec_Wr_title {
        font-size: 16px;
        line-height: 1.2em
    }

    .rec_gr_wrap {
        height: auto;
        padding: 15px 20px 20px
    }

    .rec_gr_wrap p {
        font-size: 14px;
        line-height: 1.1em
    }

    span.rec_Wr_title img {
        margin-left: 10px
    }

    span.our_recommedn {
        font-size: 24px
    }

    .basic_details_wrapper .stpper_btn_wrapper {
        margin-top: 40px
    }

    .tabe_green_col {
        margin: 10px 0
    }

    .basic_details_wrapper {
        padding: 20px 30px
    }

    .generate_receipt_wrapper {
        margin-top: 20px;
        padding: 30px;
        height: 380px
    }

    .receipt_wrapper_top p {
        font-size: 17px;
        margin-top: 20px
    }

    .apply_now_tax_filing .check-box-flex.git-check-box-flex {
        gap: 10px;
        text-align: left
    }

    .apply_now_tax_filing .check-box-flex.git-check-box-flex label.plan_details {
        padding: 0 10px
    }

    .apply_now_tax_filing .mail-result-group input.otp-inputs {
        height: 55px
    }

    .apply_now_tax_filing .country_code_n {
        font-size: 15px;
        top: 18px
    }

    .apply_now_tax_filing .metavrese-recco-cards {
        width: 430px
    }

    .tax_plannin_calc {
        padding: 20px
    }

    .tax_plannin_calc .graph_results {
        height: auto;
        margin-top: 20px
    }

    .tax_plannin_calc:before {
        height: 390px
    }

    .tax_calculators_div .calc_range {
        height: auto
    }

    .investor-hovermenucontent {
        max-width: 90%
    }

    .investorrelation-contactdetail {
        max-width: 600px
    }

    .investor-relation-cardgroup {
        padding: 56px 110px
    }

    .investorrelation-titlegroup {
        padding-left: 0
    }

    .investor-relation-cardgroup .investor-card {
        padding: 30px
    }

    .investorcard-titlegroup {
        margin-bottom: 15px
    }

    .investor-card.investor4 {
        margin-top: -60px
    }

    .investor-relation-contact .investorrelation-titlegroup h1,.investor-relation-contact .investorrelation-titlegroup span {
        font-size: 40px;
        line-height: 40px
    }

    .investor-relation-contact {
        padding: 50px 90px
    }

    .investor-relation-contact .investorrelation-titlegroup small {
        font-size: 15px
    }

    .investrelation-address p,.investrelation-email a {
        font-size: 15px;
        line-height: 20px
    }

    .placementdocument-titlegroup h1,.placementdocument-titlegroup span {
        font-size: 40px;
        line-height: 60px
    }

    .lodge-section {
        padding: 25px
    }

    .policiescode-section {
        padding: 25px 80px
    }

    .policiescode-section .policy-loadmore {
        padding: 14px 53px
    }

    .lodge-section .postProtectWrapper {
        padding: 15px 40px
    }

    .lodge-section .protect-now-heading {
        font-size: 24px
    }

    .quarterlyresult-section .table-data-header.tabs_finance {
        width: calc(100% - 550px);
        top: 0
    }

    .esgp-titlegroup.quaterly-result h1 {
        font: normal normal 60px/60px var(--dev_bold)
    }

    .quaterly-titlegroup h1 {
        font-size: 40px;
        line-height: normal
    }

    .quarterlyresult-section .card-title h2 {
        font-size: 20px;
        line-height: normal
    }

    .quarterlyresult-section .cal_custom_drop {
        width: 150px
    }

    .policiescode-section .dropFilterCard:hover .hoverAnchor,.quarterlyresult-section .dropFilterCard:hover .hoverAnchor {
        bottom: -15px;
        opacity: 1;
        visibility: visible;
        transition: .5s ease-in-out
    }

    .esgprofile-section .compare-table-wrapper {
        margin-top: 15px;
        width: 95%
    }

    .sticky-subheader-active .placementdocument-titlegroup {
        margin-top: 74px
    }
}

@media screen and (max-width: 1200px) {
    .policiescode-section .droFilterCrad-field {
        padding:18px
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .sub-header-menu {
        padding:0 30px
    }

    .other-submenu-open .dropdown-subheader-menu {
        display: grid;
        grid-template-columns: 50% 50%;
        min-width: calc(100% - 60px)
    }

    .policiescode-section .policy-loadmore {
        padding: 14px 53px
    }

    .cust_chech_content small,.policiescode-section .active_compare_a,.rec_gr_wrap p,.tax-calc-form-stepper .label,.tax-planning-banner-modal .sut--option-text small,.tax_Criteria_grid span,.tax_planing_form_Wrapper .plan_details span {
        font-size: 14px
    }

    .col-6-tag-dark {
        font-size: 10px;
        height: 20px;
        padding: 0 10px;
        border-radius: 4px;
        top: 10px;
        right: 10px
    }

    .otp-vcarification-step .inputs input,.save_taxes_sec .inv_card_img {
        height: 40px;
        width: 40px
    }

    .save_taxes_sec .inv_card_img img {
        max-width: 20px
    }

    .save_taxes_sec .inv_card_inner {
        height: 197px
    }

    .what_you_need .inv_card_inner {
        height: 179px
    }

    .what_you_need .inv_card_inner p.inv_card_para {
        font-size: 12px;
        height: 60px
    }

    .what_you_need .inv_card_img--tag {
        width: 35px
    }

    .sutaible-sol-modal.new_modal_tax.modal.fade .modal-dialog,.tax-planning-banner-modal.modal.fade .modal-dialog {
        max-width: 500px
    }

    .tax-planning-banner-modal .st--anchor-a {
        height: auto;
        padding: 20px;
        border-radius: 12px
    }

    .tax-planning-banner-modal .sut--option-text {
        font-size: 25px
    }

    .tax-planning-banner-modal .sut--option-icon img {
        max-width: 25px
    }

    .top_ban_i {
        max-width: 15px;
        right: 20px
    }

    .tax_planing_form_Wrapper .plan_details {
        padding: 8px 25px 8px 15px;
        height: auto;
        border-radius: 10px
    }

    .tax_Criteria_grid {
        padding: 10px;
        border-radius: 6px
    }

    .tax_Criteria_grid .form-group label p {
        margin-left: 20px;
        font-size: 14px;
        line-height: 14px;
        top: 0
    }

    .tax_Criteria_grid .form-group label:before {
        padding: 6px
    }

    .tax_Criteria_grid .form-group input:checked+label:after {
        top: 2px;
        left: 5px;
        height: 8px;
        width: 5px
    }

    .apply_now_tax_filing .input-inner,.tax_planing_form_Wrapper {
        margin-bottom: 20px
    }

    .tax_planing_form_Wrapper_main {
        height: 430px;
        padding: 0 50px 30px 0
    }

    .tax__modal_btn_Wrapper a {
        width: 150px;
        height: initial;
        padding: 9px 30px;
        font-size: 14px
    }

    .investor-relation-cardgroup,.tax__modal_btn_Wrapper {
        gap: 10px
    }

    .investment-calc .box {
        padding: 15px 10px;
        height: auto;
        gap: 10px;
        border-radius: 10px
    }

    .tax_planing_form_Wrapper_main .boxWrap .box img {
        max-width: 42px;
        top: 0
    }

    .investment-calc .box .title {
        font-size: 20px;
        margin: 0;
        padding: 0
    }

    .investment-calc .box p {
        font-size: 14px;
        padding: 10px 0
    }

    .investment-calc .box .btn-red-bordr {
        width: fit-content;
        height: auto;
        font-size: 14px;
        padding: 6px 20px
    }

    .modal_your_Details {
        padding: 15px;
        border-radius: 15px
    }

    .modal_your_Details>span {
        font-size: 15px;
        margin-bottom: 5px;
        padding-bottom: 5px
    }

    .mod_results {
        grid-template-columns: 90px 115px
    }

    .modal.sutaible-sol-modal.new_modal_tax .modal-body {
        padding-right: 20px
    }

    .mod_results span {
        font-size: 12px;
        line-height: 19px
    }

    .mod_results p {
        font-size: 12px;
        line-height: 18px
    }

    .sub_mod_Wrapper:after {
        left: -25px
    }

    .sub_mod_Wrapper {
        grid-template-columns: 185px auto
    }

    .tax_calc_grrid {
        grid-template-columns: 283px auto;
        gap: 40px
    }

    ul.tax-calc-form-stepper {
        padding: 20px 50px;
        height: auto
    }

    ul.tax-calc-form-stepper li a .tax-calc-form-stepper-circle {
        height: 35px;
        width: 35px;
        font-size: 14px
    }

    .usser_account_stpper_form {
        height: 550px;
        padding: 20px 30px
    }

    .tax_input_form_head {
        font-size: 16px;
        margin-bottom: 15px
    }

    .custom_check_text img {
        max-width: 20px;
        width: 20px
    }

    .cust_chech_content p {
        font-size: 20px
    }

    .cust_chech_content span {
        width: fit-content;
        padding: 10px;
        font-size: 12px
    }

    .stepper_form_content_wrapper.mt-5 {
        margin-top: 20px!important
    }

    .checkmark {
        width: 25px;
        height: 25px
    }

    .custom_check_tick_container {
        height: auto;
        padding-bottom: 30px
    }

    .stpper_form_next_prev_btn {
        height: auto;
        padding: 10px 30px;
        font-size: 14px
    }

    .calc_input_step_wrap input {
        height: 50px;
        font-size: 18px
    }

    .input_def_text,.report_signature_btm p {
        font-size: 18px
    }

    [data-tooltip]::before {
        font-size: 12px;
        width: 180px
    }

    [data-tooltip].bottom::before {
        left: -70px
    }

    .stepper_form_table thead>tr>th {
        font-size: 14px;
        line-height: 16px
    }

    .stepper_form_table .strong_txt,.stepper_form_table td {
        font-size: 16px;
        line-height: 18px
    }

    .stepper_form_table tr {
        height: 45px
    }

    .quarterlyresult-section .table-data-header.tabs_finance ul li button.nav-link,span.rec_Wr_title {
        font-size: 16px
    }

    .rec_gr_wrap {
        height: auto;
        padding: 20px 20px 30px
    }

    span.rec_Wr_title img {
        margin-left: 10px
    }

    .basic_details_wrapper {
        padding: 20px 30px
    }

    .generate_receipt_wrapper {
        margin-top: 30px;
        padding: 30px;
        height: 380px
    }

    .receipt_wrapper_top p {
        font-size: 17px
    }

    .apply_now_tax_filing .check-box-flex.git-check-box-flex {
        gap: 10px;
        text-align: left
    }

    .apply_now_tax_filing .check-box-flex.git-check-box-flex label.plan_details {
        padding: 0 10px
    }

    .apply_now_tax_filing .mail-result-group input.otp-inputs {
        height: 55px
    }

    .apply_now_tax_filing .country_code_n {
        font-size: 15px;
        top: 18px
    }

    .apply_now_tax_filing .metavrese-recco-cards {
        width: 430px
    }

    .investor-relation-cardgroup,.investor-relation-cardgroup .investor-card,.investor-relation-contact,.tax_plannin_calc {
        padding: 20px
    }

    .tax_plannin_calc .graph_results {
        height: auto;
        margin-top: 20px
    }

    .tax_plannin_calc:before {
        height: 390px
    }

    .investor-card.investor4 {
        margin-top: -50px
    }

    .placementdocument-btngroup .know_more_about-us,.placementdocument-contentgroup h3 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .investor-relation-contact .investorrelation-titlegroup h1,.investor-relation-contact .investorrelation-titlegroup span,.yellowbg_head_wrapper h1 {
        font-size: 50px
    }

    .investor-relation-contact {
        flex-direction: column
    }

    .investorrelation-titlegroup {
        text-align: center
    }

    .investorrelation-contactdetail {
        margin: 15px auto 0
    }

    .investor-hovermenucontent {
        right: 0
    }

    .dropdown-group .cal_custom_drop:nth-child(3) {
        width: 193px
    }

    .esgprofile-section .search-export-group {
        margin-right: initial
    }

    .lodge-section .postProtectWrapper,.placementdocument-section {
        padding: 15px
    }

    .placementdocument-titlegroup h1,.placementdocument-titlegroup span {
        font-size: 35px;
        font-weight: 500;
        line-height: 40px
    }

    .placementdocument-contentgroup h3 {
        font-size: 16px;
        font-weight: 600
    }

    .placementdocument-contentgroup {
        width: calc(100% - 80px)
    }

    .policiescode-section .dropFilterCard:hover .hoverAnchor,.quarterlyresult-section .dropFilterCard:hover .hoverAnchor {
        bottom: -15px;
        opacity: 1;
        visibility: visible;
        transition: .5s ease-in-out
    }

    .lodge-section,.policiescode-section {
        padding: 25px
    }

    .policiescode-section .filterCardsRow {
        grid-template-columns: repeat(3,1fr)
    }

    .lodge-section .postProtectWrapperli-inner {
        height: auto
    }

    .lodge-section .protect-now-heading {
        font-size: 29px
    }

    .policiescode-section .hoverAnchor {
        left: 0
    }

    .policiescode-section .dropFilterCard:hover .hoverAnchor {
        bottom: 10px
    }

    .esgp-titlegroup.quaterly-result h1 {
        font: normal normal 50px/53px var(--dev_bold)
    }

    .quarterlyresult-section .table-data-header.tabs_finance {
        width: calc(100% - 340px);
        top: 0
    }

    .table-data-header .tabs-ul-pills .nav.nav-pills {
        justify-content: flex-start;
        margin: 0
    }

    .quaterly-titlegroup h1 {
        font-size: 50px;
        line-height: normal
    }

    .quarterlyresult-section .card-title h2 {
        font-size: 20px;
        line-height: normal
    }

    .quarterlyresult-section .card-content {
        grid-template-columns: repeat(2,1fr)
    }

    .quarterlyresult-section .cal_custom_drop .select-menu {
        width: 100%
    }

    .quarterlyresult-section .cal_custom_drop {
        width: 150px
    }

    .discoverConLikeWrapper .cus-container {
        padding: 20px 30px 0
    }

    .discoverConLikeWrapper.sec_padding_cm {
        padding: 60px 30px
    }
}

@media screen and (max-width: 1024px) {
    .investor-reportdetails p {
        font-size:14px;
        line-height: 16px
    }
}

@media screen and (max-width: 991px) {
    .save_taxes_sec .inv_card_img img,.top_ban_i {
        max-width:20px
    }

    .usefullinks-section .know_more_about-us {
        height: 40px;
        font-size: 10px;
        letter-spacing: 0
    }

    .discoverConLikeWrapper.sec_padding_cm,.sub-header-menu,.tabs-ul-pills {
        padding: 0
    }

    .other-mobile-menu .dropdown-subheader-menu {
        display: grid;
        grid-template-columns: 50% 50%;
        min-width: calc(100% - 20px)
    }

    .confirm-deni,.confirm-deni:hover::after {
        background-color: transparent;
        color: #ca1f34
    }

    .know_more_about-us.lm-quarter,.know_more_about-us.lm-quarter3,.know_more_about-us.lm-quarter4,.know_more_about-us.slidein-content,.policiescode-section .policy-loadmore {
        background-color: var(--primary);
        color: #fff
    }

    .policiescode-section .filterCardsRow {
        gap: 15px
    }

    .wrapper .btn {
        display: block
    }

    .apply_now_tax_filing .check-box-flex.git-check-box-flex {
        grid-template-columns: auto auto
    }

    .tax_filling_banner_cat .myProduct-btn {
        z-index: 0
    }

    span.tax_input_form_head em {
        width: 12px;
        height: 12px;
        font-size: 10px
    }

    .col-6-tag-dark {
        font-size: 10px;
        height: 30px;
        padding: 0 10px;
        line-height: .5;
        color: #faa61a
    }

    .save_taxes_sec .inv_card_img {
        height: 40px;
        width: 40px
    }

    .save_taxes_sec .inv_card_inner {
        height: 197px
    }

    .save_taxes_sec,.what_you_need {
        padding: 30px
    }

    .what_you_need .inv_card_inner {
        height: 179px
    }

    .what_you_need .inv_card_inner p.inv_card_para {
        font-size: 14px;
        height: auto
    }

    .what_you_need .inv_card_img--tag {
        width: 35px
    }

    .cuct_chec_grid_wrapper,.tax_calc_grrid {
        grid-template-columns: auto;
        gap: 10px
    }

    ul.tax-calc-form-stepper {
        padding: 10px;
        height: auto;
        border-radius: 16px 16px 0 0
    }

    .tax-calc-form-stepper .label {
        font-size: 10px;
        line-height: 12px
    }

    ul.tax-calc-form-stepper li a .tax-calc-form-stepper-circle {
        height: 26px;
        width: 26px;
        font-size: 14px
    }

    .tax-calc-form-stepper-horizontal li:not(:last-child):after {
        top: 14px
    }

    .usser_account_stpper_form {
        padding: 20px;
        height: auto;
        max-height: max-content
    }

    .tax_input_form_head {
        font-size: 16px;
        line-height: 16px;
        margin: 0 0 10px
    }

    .our_recommedn,.tax_planing_form_Wrapper {
        margin-bottom: 10px
    }

    .cust_chech_content p {
        font-size: 15px
    }

    .cust_chech_content span {
        font-size: 10px;
        width: auto;
        padding: 0 10px
    }

    .cust_chech_content small,.investor-reportdetails p,.product-body-inner p,span.rec_Wr_title {
        font-size: 14px
    }

    .stepper_form_content_wrapper.mt-5 {
        margin-top: 20px!important
    }

    .custom_check_tick_container {
        height: auto;
        padding-bottom: 30px
    }

    .checkmark {
        height: 18px;
        width: 18px
    }

    .custom_check_tick_container .checkmark:after {
        left: 5px;
        top: 2px;
        width: 5px;
        height: 10px
    }

    .custom_check_tick_container img {
        max-width: 35px;
        width: 30px
    }

    .custom_check_text {
        gap: 10px
    }

    .stpper_form_next_prev_btn {
        width: fit-content;
        height: 44px;
        font-size: 15px;
        padding: 0 37px
    }

    .stpper_btn_wrapper {
        justify-content: center;
        margin-top: 25px
    }

    .cuct_chec_grid_wrapper.cuct_chec_3grid_wrapper .cuct_check_col:first-child img {
        max-width: 23px
    }

    .recommendations_grid,.stepper_form_input_field_grid_Wrapper,.stepper_form_input_field_grid_Wrapper.text_Area_Field,.stepper_form_input_field_grid_inputs,.sub_mod_Wrapper {
        grid-template-columns: auto
    }

    .stepper_form_input_field_Wrapper .tax_input_form_head,.stepper_form_table thead>tr>th {
        font-size: 10px
    }

    .basic_details_wrapper .calc_input_step_wrap input,.calc_input_step_wrap input {
        height: 44px;
        font-size: 14px
    }

    a.clear_all_text {
        position: absolute;
        top: -10px;
        right: 0;
        font-size: 12px
    }

    #step-2 {
        padding-top: 20px
    }

    .input_def_text {
        font-size: 14px;
        line-height: 14px
    }

    .esgp-titlegroup p,.stepper_form_table .strong_txt,.stepper_form_table td {
        font-size: 12px;
        line-height: 16px
    }

    .tabe_green_col p {
        height: auto;
        padding: 10px 20px 10px 60px;
        font-size: 15px
    }

    .tabe_green_col img {
        max-width: 45px;
        top: 20px
    }

    .our_recommedn {
        font-size: 14px
    }

    .rec_gr_wrap p,.revenue_stamp_div p {
        font-size: 12px;
        line-height: 14px
    }

    .rec_gr_wrap {
        height: 100px;
        padding: 10px 20px 20px
    }

    .tax_filling_banner_cat .banner_infograp_wrapper {
        bottom: 0
    }

    .tax-planning-banner-modal .st--anchor-a {
        height: auto;
        padding: 10px;
        border-radius: 10px;
        gap: 8px
    }

    .tax-planning-banner-modal .sut--option-icon img {
        max-width: 25px
    }

    .tax-planning-banner-modal .sut--option-text {
        font-size: 22px
    }

    .top_ban_i {
        right: 10px
    }

    .tax_planing_form_Wrapper .check-box-flex.git-check-box-flex {
        display: grid;
        grid-template-columns: 100px 100px;
        gap: 5px;
        overflow: hidden
    }

    .tax_planing_form_Wrapper .plan_details {
        height: auto;
        padding: 10px
    }

    .tax_planing_form_Wrapper .plan_details span {
        font-size: 13px
    }

    .input_span,.tax-planning-banner-modal .sut--option-text small {
        font-size: 12px
    }

    .tax_planing_form_Wrapper_main {
        padding: 0 20px 30px 0;
        height: 71vh
    }

    .new_modal_tax .solution-inner-form.financial-sol-inner,.new_modal_tax form .solution-inner-form .solInner-stepForm .form {
        height: auto
    }

    .tax_Criteria_grid span {
        font-size: 15px;
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    .tax_Criteria_grid {
        padding: 10px;
        border-radius: 10px
    }

    .tax_Criteria_grid .form-group label:before {
        padding: 8px
    }

    .tax_Criteria_grid .form-group input:checked+label:after {
        top: 3px;
        left: 6px;
        height: 10px
    }

    .tax_Criteria_grid .form-group label p {
        margin-left: 30px;
        top: -3px;
        line-height: 1.3;
        font-size: 14px
    }

    .tax_Criteria_grid .form-group {
        margin-bottom: 7px
    }

    .tax__modal_btn_Wrapper a {
        width: 150px;
        height: 44px;
        font-size: 15px
    }

    .tax__modal_btn_Wrapper {
        justify-content: center;
        gap: 15px
    }

    div#step-heading {
        margin: 0 0 20px;
        font-size: 22px;
        line-height: 1.3;
        letter-spacing: -.4px
    }

    .investment-calc .box {
        height: auto;
        padding: 10px;
        gap: 10px;
        border-radius: 9px
    }

    .investment-calc .box .title {
        font-size: 18px;
        padding: 0
    }

    .investment-calc .box p {
        font-size: 12px;
        padding: 10px 0
    }

    .tax_planing_form_Wrapper_main .boxWrap .box img {
        max-width: 30px
    }

    .patch_icon_span {
        width: 50px;
        height: 50px
    }

    .investment-calc .box .btn-red-bordr {
        width: fit-content;
        height: auto;
        font-size: 12px;
        padding: 7px 20px
    }

    .basic_details_wrapper,.modal_your_Details {
        padding: 20px;
        border-radius: 16px
    }

    .mod_results {
        grid-template-columns: 120px 110px
    }

    .sub_mod_Wrapper:after {
        display: none
    }

    .mod_results p,.mod_results span {
        font-size: 12px;
        line-height: 24px
    }

    #exampleModal--ss1.sutaible-sol-modal.new_modal_tax .modal-body {
        padding: 30px 30px 20px
    }

    .basic_details_wrapper .calc_input_step_wrap textarea {
        padding: 15px;
        font-size: 14px;
        border-radius: 15px
    }

    .generate_receipt_wrapper {
        padding: 20px;
        margin-top: 20px;
        border-radius: 10px;
        height: 380px
    }

    .receipt_wrapper_top p {
        font-size: 15px;
        line-height: 20px
    }

    .revenue_stamp_div {
        width: 120px
    }

    .report_signature_btm p {
        font-size: 15px;
        line-height: 18px
    }

    .basic_details_wrapper .stpper_btn_wrapper {
        margin-top: 40px
    }

    .basic_details_wrapper .apply_now_tax_filing .check-box-flex.git-check-box-flex {
        gap: 8px;
        overflow: hidden;
        grid-template-columns: auto auto
    }

    .basic_details_wrapper .modal-body {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .basic_details_wrapper p.resend-otp-red {
        text-align: center
    }

    .apply_now_tax_filing .metavrese-recco-cards {
        width: 330px;
        margin: 0 auto
    }

    .apply_now_tax_filing .mail-result-group .label-otp-input {
        text-align: left
    }

    .apply_now_tax_filing .mail-result-group input.otp-inputs {
        height: 43px
    }

    .apply_now_tax_filing .country_code_n {
        font-size: 14px;
        top: 10px
    }

    .apply_now_tax_filing .check-box-flex.git-check-box-flex {
        gap: 10px;
        text-align: left
    }

    .apply_now_tax_filing .check-box-flex.git-check-box-flex label.plan_details {
        padding: 0 10px
    }

    .tax_plannin_calc .graph_results {
        height: auto;
        margin-top: 0
    }

    .tax_plannin_calc:before {
        height: 420px
    }

    .tax_plannin_calc .graph_results:first-child {
        margin: 20px 0
    }

    .graph_results.taxable_hra p {
        font-size: 25px;
        line-height: 40px
    }

    .graph_results.taxable_hra span {
        font-size: 35px
    }

    .sutaible-sol-modal .btn-close {
        font-size: 15px;
        top: 10px;
        right: 10px
    }

    .for_pros_modal_Wrapper .product-body-inner {
        height: 80vh
    }

    .banner-bread-crumbs,.esgprofile-section .compare-table-wrapper,.placementdocument-contentgroup {
        width: 100%
    }

    .investorrelation-titlegroup .yellowbg_head_wrapper h1 {
        line-height: normal;
        font-weight: 500
    }

    .investorrelation-titlegroup .yellowbg_head_wrapper,.table-status-group {
        margin-bottom: initial
    }

    .investor-relation-cardgroup {
        grid-template-columns: 100%;
        padding: 20px
    }

    .investor-card.investor4 {
        margin-top: initial
    }

    .investor-relation-contact {
        padding: 20px;
        flex-direction: column
    }

    .investor-relation-contact .investorrelation-titlegroup h1,.investor-relation-contact .investorrelation-titlegroup span {
        font-size: 40px;
        line-height: 40px;
        font-weight: 500
    }

    .investorrelation-titlegroup {
        text-align: center;
        width: 100%
    }

    .investorrelation-contactdetail {
        margin: 15px auto 0
    }

    .investor-hovermenucontent {
        max-width: 980px;
        right: 6px;
        margin-top: 0
    }

    .investor-hovermenucontent ul li {
        padding: 5px 0
    }

    .esgprofile-section,.lodge-section .postProtectWrapper {
        padding: 15px
    }

    .esgprofile-section .table-data-header .deskTop_dropDown {
        flex-direction: column
    }

    .esgprofile-section .dropdown-group {
        border-left: initial;
        padding-left: initial;
        flex-wrap: wrap
    }

    .table-data-header .tabs-ul-pills .nav.nav-pills {
        position: static;
        background: initial;
        border: unset;
        box-shadow: unset;
        opacity: 1;
        visibility: visible;
        z-index: 1;
        flex-direction: row
    }

    .esgprofile-section .compare-table-wrapper {
        margin-top: 12px
    }

    .esgprofile-section .table-data-header.tabs_finance ul {
        margin-right: initial!important
    }

    .esgprofile-section .tabs-ul-pills {
        padding: 0;
        border-bottom: initial!important
    }

    .esgprofile-section .table-data-header .tabs-ul-pills .nav.nav-pills {
        justify-content: center;
        margin: 15px auto;
        max-width: 100%
    }

    .dropdown-group .cal_custom_drop {
        width: 140px;
        margin: 0;
        flex: auto
    }

    .dropdown-group .cal_custom_drop:nth-child(3) {
        width: 320px
    }

    .search-export-group {
        margin-right: initial;
        margin-top: 15px
    }

    .lodge-section,.policiescode-section {
        padding: 25px
    }

    .policiescode-section .filterCardsRow {
        grid-template-columns: repeat(3,1fr)
    }

    .policiescode-section .pdfImgBox {
        width: 48px;
        height: 48px
    }

    .policiescode-section .pdfImgBox img {
        width: 30px
    }

    .lodge-section .postProtectWrapperli-inner {
        height: auto;
        overflow: visible
    }

    .lodge-section .protect-now-heading {
        font-size: 26px
    }

    .policiescode-section .boxHeading-bx1 {
        width: 150px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .esgp-titlegroup.quaterly-result h1 {
        font: normal normal 30px/30px var(--dev_bold)
    }

    .quarterlyresult-section .table-data-header.tabs_finance {
        width: calc(100% - 340px);
        top: 0
    }

    .quaterly-titlegroup h1 {
        font-size: 50px;
        line-height: normal
    }

    .quarterlyresult-section .card-title h2 {
        font-size: 20px;
        line-height: normal
    }

    .quarterlyresult-section .card-content {
        grid-template-columns: repeat(2,1fr)
    }

    .table-data-header.tabs_finance ul li button.nav-link {
        font-size: 16px
    }

    .policiescode-section .dropFilterCard:hover .hoverAnchor,.policiescode-section .hoverAnchor,.quarterlyresult-section .dropFilterCard:hover .hoverAnchor,.quarterlyresult-section .hoverAnchor {
        opacity: 1;
        visibility: visible;
        bottom: 0
    }

    .quarterlyresult-section .select-menu .select-btn::before {
        right: 20px
    }

    .quarterlyresult-section .select-menu .select-btn::after {
        right: 24px
    }

    .quarterlyresult-section .select-menu .select-btn {
        padding: 0 20px
    }

    .quarterlyresult-section .cal_custom_drop .select-btn {
        border: 1px solid #dedede
    }

    .quarterlyresult-section .cal_custom_drop {
        margin-top: initial;
        width: 150px
    }

    .discoverConLikeWrapper .cus-container {
        padding: 0;
        background-image: url(../../assets/images/disbackgroundMobImg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 0
    }

    .discoverItem:first-child {
        order: 1
    }

    .discoverItem:nth-child(2) {
        order: 3
    }

    .discoverItem:nth-child(3) {
        order: 2
    }

    .qrcodebox {
        top: 155px;
        width: 82px;
        left: 64px
    }
}

@media screen and (min-width: 769px) and (max-width:990px) {
    .other-mobile-menu .dropdown-subheader-menu {
        min-width:calc(100% - 20px)
    }

    .quarterlyresult-section .cal_custom_drop_outer,.quarterlyresult-section .table-data-header .tabs-ul-pills .nav.nav-pills {
        justify-content: center!important
    }

    .quarterlyresult-section .table-data-header.tabs_finance,.table-data-header.tabs_finance {
        width: 100%;
        top: 50px
    }

    .quarterlyresult-section.sec_padding_cm {
        padding: 20px 0
    }

    .tabs-ul-pills {
        padding: 0
    }

    .quarterlyresult-section .filterDropdownWrap .cal_custom_drop {
        width: 50%;
        padding: 0 10px
    }

    #pills-tabContent,.quaterly-titlegroup {
        padding: 0 20px
    }

    .quarterlyresult-section .card-content {
        grid-template-columns: repeat(2,1fr)
    }

    .quaterly-titlegroup h1 {
        font-size: 40px;
        line-height: normal
    }

    .quaterly-titlegroup {
        margin: 70px auto auto
    }

    .quarterlyresult-section .tab-content {
        margin-top: 30px
    }

    .quarterlyresult-section .card-detail-group {
        margin-top: unset
    }

    .quarterlyresult-section .card-title {
        margin-bottom: 10px
    }

    .quarterlyresult-section .card-title h2 {
        font-size: 18px;
        line-height: normal
    }

    .quarterlyresult-section .cus-container {
        width: 100%;
        margin: 0 auto
    }

    .quarterlyresult-section .table-data-header .tabs-ul-pills .nav.nav-pills {
        flex-wrap: nowrap;
        overflow-y: auto;
        padding: 0 20px
    }

    .quarterlyresult-section .pdfImgBox {
        width: 50px;
        height: 50px
    }

    .quarterlyresult-section .pdfImgBox img {
        width: 30px
    }

    .filterDropdownWrap .select-menu .select-btn::before {
        right: 23px
    }

    .quarterlyresult-section .table-data-header.tabs_finance ul li button.nav-link {
        font-size: 16px
    }

    .policiescode-section .dropFilterCard {
        height: 132px
    }
}

@media screen and (max-width: 768px) {
    .other-mobile-menu .dropdown-subheader-menu {
        display:grid;
        grid-template-columns: 100%;
        min-width: calc(100% - 20px)
    }

    .sticky-subheader-active .filterCardsRow.cardsgroup,.sticky-subheader-active .investor-relation-cardgroup {
        margin-top: initial
    }

    .policiescode-section .dropFilterCard:hover .hoverAnchor {
        bottom: 0
    }

    .placementdocument-titlegroup h1,.placementdocument-titlegroup span {
        font-size: 28px
    }

    .placementdocument-contentgroup h3 {
        margin-top: 25px;
        margin-bottom: 20px
    }

    .investor-relation-cardgroup .investor-card {
        padding: 15px
    }

    .investorcard-titlegroup h1 {
        font-size: 18px;
        line-height: 30px
    }

    .investorcard-titlegroup,.quarterlyresult-section .card-title {
        margin-bottom: 10px
    }

    .investor-relation-contact .investorrelation-titlegroup small,.investor-reportdetails p {
        font-size: 14px
    }

    .investorcard-titlegroup small {
        font-size: 13px;
        line-height: 20px
    }

    .investor-relation-contact .investorrelation-titlegroup h1,.investor-relation-contact .investorrelation-titlegroup span {
        font-size: 25px;
        line-height: 25px;
        font-weight: 500
    }

    .investorrelation-contactdetail {
        max-width: 100%;
        padding: 15px;
        margin-top: 15px
    }

    .investrelation-address p,.investrelation-email a {
        font-size: 15px;
        line-height: 20px
    }

    .investrelation-address img,.investrelation-email img {
        height: 40px;
        width: 40px
    }

    .banner-bread-crumbs ol.breadcrumb,.export-files .select-menu .options .option {
        padding: 0
    }

    .investorrelation-titlegroup .sub_cat_head p {
        font-size: 14px;
        line-height: 20px
    }

    .table-data-header.tabs_finance ul li button.nav-link {
        padding: 10px
    }

    .policiescode-section .dropFilterCard {
        height: 140px
    }

    .policiescode-section .boxHeading-bx1 {
        font-size: 15px
    }

    .policiescode-section .filCardInner {
        gap: 10px
    }

    .policiescode-section .filterCardsRow {
        grid-template-columns: repeat(2,1fr);
        gap: 20px
    }

    .lodge-section .protect-now-heading {
        font-size: 20px
    }

    .table-data-header.tabs_finance {
        width: 100%;
        top: 50px
    }

    .quarterlyresult-section.sec_padding_cm {
        padding: 20px 0
    }

    .quarterlyresult-section .filterDropdownWrap .cal_custom_drop {
        width: 50%;
        padding: 0 10px
    }

    .quarterlyresult-section .cal_custom_drop {
        margin-top: initial;
        width: 150px
    }

    #pills-tabContent,.quaterly-titlegroup {
        padding: 0 20px
    }

    .quarterlyresult-section .card-content {
        grid-template-columns: repeat(2,1fr)
    }

    .quaterly-titlegroup h1 {
        font-size: 35px;
        line-height: normal
    }

    .quaterly-titlegroup {
        margin: 70px auto auto
    }

    .quarterlyresult-section .tab-content {
        margin-top: 30px
    }

    .quarterlyresult-section .card-detail-group {
        margin-top: unset
    }

    .quarterlyresult-section .card-title h2 {
        font-size: 18px;
        line-height: normal
    }

    .quarterlyresult-section .cus-container {
        width: 100%;
        margin: 0 auto
    }

    .quarterlyresult-section .table-data-header .tabs-ul-pills .nav.nav-pills {
        flex-wrap: nowrap;
        overflow-y: auto;
        padding: 0 20px
    }

    .quarterlyresult-section .pdfImgBox {
        width: 50px;
        height: 50px
    }

    .quarterlyresult-section .pdfImgBox img {
        width: 30px
    }

    .filterDropdownWrap .select-menu .select-btn::before {
        right: 23px
    }

    .quarterlyresult-section .table-data-header.tabs_finance ul li button.nav-link {
        font-size: 16px
    }

    .quarterlyresult-section .table-data-header.tabs_finance {
        width: 100%;
        top: 50px;
        left: 0;
        padding: 0 25px
    }

    .quarterlyresult-section .table-data-header .tabs-ul-pills .nav.nav-pills::-webkit-scrollbar {
        width: 0;
        height: 5px
    }

    .quarterlyresult-section .cal_custom_drop_outer,.quarterlyresult-section .table-data-header .tabs-ul-pills .nav.nav-pills {
        justify-content: center!important
    }

    .qrcodebox {
        top: 99px;
        width: 86px;
        left: 10px
    }
}

@media screen and (max-width: 576px) {
    .dropdown-subheader-menu {
        padding:25px
    }

    .businnesBoxes .businnesBox,.placementdocument-btngroup a {
        width: 100%
    }

    .placementdocument-btngroup .know_more_about-us {
        margin-top: 5px;
        margin-bottom: initial
    }

    .lodge-section .protect-now-heading {
        font-size: 15px
    }

    .lodge-section .know_more_about-us {
        padding: 10px
    }

    .policiescode-section .filterCardsRow,.quarterlyresult-section .card-content {
        grid-template-columns: repeat(1,1fr)
    }

    .investor-reportdetails p {
        max-width: 130px
    }

    .quaterly-titlegroup h1 {
        font-size: 32px;
        line-height: normal
    }

    #pills-tabContent,.quaterly-titlegroup {
        padding: 0 10px
    }

    .quarterlyresult-section.sec_padding_cm {
        padding: 15px 0
    }

    .quarterlyresult-section .table-data-header .tabs-ul-pills .nav.nav-pills {
        padding: 0;
        justify-content: initial!important
    }

    .lodge-section .postProtectWrapper {
        grid-template-columns: 50% 50%;
        gap: initial
    }

    .lodge-section img.postProtectWrapper-img {
        height: 132px
    }

    .esgp-titlegroup p {
        padding: 0
    }

    .qrcodebox {
        top: 82px;
        width: 86px;
        left: 0
    }
}

@media screen and (max-width: 420px) {
    .qrcodebox {
        top:130px;
        width: 86px;
        left: 40px
    }
}
