@media (min-width : 1921px) {
    .container {
        max-width: 1430px;
        margin: 0 auto;

    }

}

@media (max-width : 1600px) {

    h1,
    .h1 {
        font-size: 78px;
    }

    h2,
    .h2 {
        font-size: 56px;
    }

    h3,
    .h3 {
        font-size: 45px;
    }

    h4,
    .h4 {
        font-size: 36px;
    }

    h5,
    .h5 {
        font-size: 26px;
    }

    h6,
    .h6 {
        font-size: 18px;
    }

    /* header */

    .header .fixed-top {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .header .navbar-brand img {
        height: 60px;
        width: 240px;
    }


    .pricing-section {
        margin-top: 114px;
        margin-bottom: 20px;
    }

    .pricing-section .pricing-wrap {
        padding: 12px 0px;
        font-size: 26px;
        margin-left: -100px;
        margin-right: -100px;
    }

    .pricing-header img {
        margin-right: 8px;
        width: 14px;

    }



    /* banner */

    .banner-content-wrap .banner-text {
        font-size: 32px;
    }

    .banner-section .scrolldown-indicator {
        bottom: 85px;

    }

    /* overview */

    .overview-section .overview-content {
        padding-right: 125px;
        margin-bottom: 90px;
    }

    .overview-section .overview-title,
    .simple-content-section .section-title,
    .search-results .item-title {
        margin-bottom: 28px;
    }


    .content-text {
        font-size: 26px;

    }

    /* accordion */
    .accordion-section .accordion-item .accordion-header .accordion-button {
        font-size: 26px;
        padding: 22px 0px;

    }

    .accordion-section .accordion-body .accordion-list a,
    .accordion-body .accordion-body-text {
        font-size: 20px;
    }

    .accordion-section .accordion-button::after {
        width: 26px;
        height: 26px;
    }

    .accordion-section .accordion-body .accordion-list,
    .accordion-body .accordion-body-text {
        margin-bottom: 25px;
    }


    .accordion-section .accordion-body .accordion-list-item {
        margin-bottom: 10px;
    }


    .accordion-btn {
        margin-top: 25px;

    }


    .accordion-body .accordion-body-text,
    .accordion-body .accordion-body-text p {
        font-size: 20px;
    }


    /* bond issue section */
    .bond-issue-section {
        padding-top: 140px;
    }


    .bond-issue-section .bond-details {
        margin-top: 60px;
        padding-bottom: 140px;
    }

    .bond-issue-section .bond-details .bond-item {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .bond-issue-section .bond-info span:first-child {
        font-size: 26px;
    }


    .bond-issue-section .bond-info span:last-child {
        font-size: 40px;
        font-weight: 700;

    }

    .bond-issue-section .bond-item img {
        width: 70px;
        height: 70px;
    }

    .bond-issue-section .bond-info {
        padding-left: 40px;
        gap: 25px;

    }

    .bond-details .col-md-6:nth-child(odd) .bond-item {
        margin-right: 20px;
    }

    .bond-details .col-md-6:nth-child(even) .bond-item {
        margin-left: 20px;
    }

    .bond-issue-section .slider-text {
        font-size: 36px;
    }

    .bond-issue-section .slider-nav {
        margin-bottom: 60px;
    }

    .bond-issue-section .slick-next {
        transform: translateX(260px);
    }

    .bond-issue-section .slick-prev {
        transform: translateX(-260px);
    }

    /* latest update */

    .latest-update-section .table-wrapper {
        margin-top: 60px;
    }

    .latest-update-section .updates-table td {
        padding: 25px 15px;
    }


    .latest-update-section .updates-table {
        font-size: 26px;
    }

    .back-to-top {
        margin-bottom: 100px;
        font-size: 26px;
        cursor: pointer;

    }

    .back-to-top span i {
        font-size: 36px;
    }

    /* simple content section */



    .financial-reports-section,
    .announcement-reports-section {
        padding-bottom: 90px;
    }


    .financial-reports-section .nav-tabs,
    .announcement-reports-section .nav-tabs {
        margin-bottom: 70px;
    }


    .financial-reports-section .nav-tabs .nav-link,
    .announcement-reports-section .nav-tabs .nav-link {
        font-size: 56px;
    }


    .financial-reports-section td,
    .announcement-reports-section td {
        padding: 25px 20px;
        font-size: 24px;
    }

    .financial-reports-section th,
    .announcement-reports-section th {
        padding: 25px 20px;
        font-size: 24px;
        padding-bottom: 40px;
    }


    .search-results_title {
        margin-bottom: 90px;
    }

    .search-results .search-item {
        padding: 25px 0px;
    }


    .search-results .content-text {
        margin-bottom: 25px;
    }

    /* modal */

    .modal-dialog {
        padding-top: 94px;
    }


    .modal-header {
        margin-top: 40px;
        padding: 0 30px;
    }


    .modal-header .btn-close {
        width: 30px;
        height: 30px;
    }


    .modal-body {
        padding-top: 60px;
    }

    .modal-body .modal-content-wrapper .search-container {
        margin-bottom: 80px;
    }

    .modal-body .search-container i {
        right: 28px;
        font-size: 30px;

    }

    .modal-body .search-container>input {
        padding: 15px 70px 15px 0px;
        font-size: 30px;
    }


    .modal-body .search-container>input::placeholder {
        font-size: 30px;
    }

    .filter-container>span {
        font-size: 30px;
    }

    .modal-footer {
        margin: 100px 0px;
    }

    .modal-body .category-heading,
    .modal-body .year-heading {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .form-check {
        margin-bottom: 10px;
    }

    .filter-btn {
        font-size: 22px;

    }


    .sticky-btn {
        padding: 15px;
        font-size: 18px;

    }

    .modal-body .search-keyword-wrapper>input,
    .modal-body .search-keyword-wrapper>input::placeholder {
        font-size: 24px;
    }


    .financial-reports-section td.no-report,
    .annoucement-reports-section td.no-report {
        font-size: 38px;
    }


    .bond-issue-section .bond-issue-slider .slick-prev:after,
    .bond-issue-section .bond-issue-slider .slick-next:after {
        width: 22px;
    }

    .bond-issue-section .slick-prev {
        bottom: 62px;
    }

    .mini-banner-section {
        margin-top: 94px;
    }

    .single-member-card .member-description {
        line-height: 1.5;
    }
}


@media (max-width : 1400px) {

    body {
        font-size: 18px;
    }

    h1,
    .h1 {
        font-size: 65px;
    }

    h2,
    .h2 {
        font-size: 48px;
    }

    h3,
    .h3 {
        font-size: 40px;
    }

    h4,
    .h4 {
        font-size: 30px;
    }

    h5,
    .h5 {
        font-size: 22px;
    }

    .footer .footer-logo img {
        height: 90%;
        width: 90%;
    }

    .header .fixed-top {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .header .navbar-brand img {
        height: 50px;
        width: 220px;
    }

    .header .navbar-nav .nav-item .nav-link {
        margin-right: 24px;
    }

    .pricing-section {
        margin-top: 94px;
        margin-bottom: 18px;
    }

    .pricing-section .pricing-wrap {
        padding: 10px 0px;
        font-size: 24px;
        margin-left: -80px;
        margin-right: -80px;
    }

    .pricing-header img {
        margin-right: 6px;
        width: 13px;

    }

    /* banner */
    .banner-content-wrap .banner-text {
        font-size: 30px;
    }


    .banner-section .scrolldown-indicator {
        bottom: 70px;

    }

    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    /* overview */

    .overview-section .overview-title,
    .simple-content-section .section-title,
    .search-results .item-title {
        margin-bottom: 24px;

    }


    .content-text {
        font-size: 22px;

    }

    .overview-section .overview-content {
        padding-right: 120px;
    }

    /* accordion */

    .accordion-section .accordion-item .accordion-header .accordion-button {
        font-size: 22px;
        padding: 20px 0px;
    }

    .accordion-section .accordion-body .accordion-list {
        margin-bottom: 22px;
    }

    .accordion-section .accordion-body .accordion-list a {
        font-size: 18px;
    }

    .accordion-body .accordion-body-text {
        margin-bottom: 18px;
    }

    .accordion-section .accordion-body .accordion-list span i {
        font-size: 25px;
    }

    .accordion-section .accordion-button::after {
        width: 22px;
        height: 22px;
    }


    .accordion-section .accordion-body .accordion-list-item {
        margin-bottom: 6px;
    }


    .accordion-btn {
        margin-top: 20px;

    }

    .accordion-body .accordion-body-text,
    .accordion-body .accordion-body-text p {
        font-size: 18px;
    }

    .bond-issue-section {
        padding-top: 80px;
    }


    .bond-issue-section .bond-details {
        margin-top: 30px;
        padding-bottom: 80px;
    }

    .bond-issue-section .bond-details .bond-item {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .bond-issue-section .bond-info span:first-child {
        font-size: 22px;
    }

    .bond-issue-section .bond-info span:last-child {
        font-size: 38px;
    }

    .bond-issue-section .bond-item img {
        width: 65px;
        height: 65px;
    }

    .bond-issue-section .bond-info {
        padding-left: 40px;
        gap: 20px;
    }

    .bond-issue-section .bond-info {
        padding-left: 40px;
        gap: 20px;
    }


    .bond-details .col-md-6:nth-child(even) .bond-item {
        margin-left: 0px;
    }

    .bond-issue-section .slider-text {
        font-size: 30px;
    }

    .bond-issue-section .slider-nav {
        margin-bottom: 65px;
    }

    .bond-issue-section .slick-next {
        transform: translateX(235px);
    }

    .bond-issue-section .slick-prev {
        transform: translateX(-235px);
    }


    .latest-update-section .updates-table td {
        padding: 22px 15px;
    }

    .latest-update-section .updates-table .update-action {
        padding-left: 20px;
        padding-right: 20px;
    }


    .latest-update-section .updates-table {
        font-size: 22px;
    }


    .latest-update-section .updates-table .download-icon {
        width: 32px;
        height: 28px;
    }


    .latest-update-section .updates-table .view-icon {
        width: 24px;
        height: 34px;
    }


    .back-to-top {
        font-size: 24px;
    }

    .back-to-top span i {
        font-size: 32px;
    }

    /* simple content */


    .financial-reports-section,
    .announcement-reports-section {
        padding-bottom: 80px;
    }

    .financial-reports-section .nav-tabs .nav-link,
    .announcement-reports-section .nav-tabs .nav-link {
        font-size: 48px;
    }


    .financial-reports-section td,
    .announcement-reports-section td {
        padding: 22px 15px;
        font-size: 22px;
    }

    .financial-reports-section th,
    .announcement-reports-section th {
        font-size: 22px;
        padding-bottom: 34px;
        padding: 22px 15px;

    }

    .announcement-reports-section td .svg-wrapper svg,
    .financial-reports-section td .svg-wrapper svg {
        width: 32px;
        height: 28px;
    }


    .search-results_title {
        margin-bottom: 80px;
    }


    .search-results .search-item {
        padding: 22px 0px;
    }

    .error-content .content-text {
        padding: 10px 80px;
    }

    /* modal */

    .modal-dialog {
        padding-top: 76px;
    }


    .modal-header {
        margin-top: 30px;
    }


    .modal-header .btn-close {
        width: 25px;
        height: 25px;
    }


    .modal-body {
        padding-top: 50px;
    }

    .modal-body .modal-content-wrapper .search-container {
        margin-bottom: 70px;
    }



    .modal-body .search-container i {
        font-size: 25px;

    }

    .modal-body .search-container>input {
        font-size: 24px;
    }


    .modal-body .search-container>input::placeholder {
        font-size: 24px;
    }


    .filter-container>span {
        font-size: 28px;
    }


    .modal-footer {
        margin: 80px 0px;
    }

    .modal-body .category-heading,
    .modal-body .year-heading {
        font-size: 22px;
        margin-bottom: 30px;
    }



    .modal-body .search-keyword-wrapper>input,
    .modal-body .search-keyword-wrapper>input::placeholder {
        font-size: 22px;
    }

    .modal-body .search-container>input {
        padding: 15px 60px 15px 0px;

    }

    .financial-reports-section td.no-report,
    .annoucement-reports-section td.no-report {
        font-size: 34px;
    }

    .mini-banner-section {
        margin-top: 76px;
    }

    .audit-Committee-wrapper {
        margin: 60px 20px;
    }

    .single-member-card .member-img {
        flex-basis: 260px;
    }



}




@media (max-width : 1199px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .header .navbar-brand img {
        height: 50px;
        width: 200px;
    }


    .pricing-section .pricing-wrap {
        margin-left: 0px;
        margin-right: 0px;
    }

    .pricing-section .pricing-wrap {
        padding: 8px 0px;
        font-size: 20px;

    }

    .pricing-header img {
        margin-right: 6px;
        width: 13px;

    }

    .tab-section .tab-heading {
        font-size: 42px;
    }

    .accordion-section .accordion-item .accordion-header .accordion-button {
        font-size: 20px;
        padding: 20px 0px;
    }

    .accordion-section .accordion-body .accordion-list a .accordion-body .accordion-body-text,
    .accordion-section .accordion-body .accordion-list a {
        font-size: 18px;
    }

    .accordion-section .accordion-button::after {
        width: 20px;
        height: 20px;
    }


    .accordion-section .accordion-body .accordion-list-item {
        margin-bottom: 8px;
    }

    .accordion-body .accordion-body-text {
        margin-bottom: 18px;
    }


    .accordion-btn {
        margin-top: 18px;

    }

    .accordion-body .accordion-body-text,
    .accordion-body .accordion-body-text p {
        font-size: 18px;
    }

    .bond-issue-section .bond-details {
        margin-top: 30px;
    }


    .bond-issue-section .bond-info span:last-child {
        font-size: 20px;
    }

    .bond-issue-section .bond-info span:last-child {
        font-size: 34px;
    }


    .bond-issue-section .bond-item img {
        width: 60px;
        height: 60px;
    }

    .bond-issue-section .bond-info {
        padding-left: 35px;

    }

    /* latest update */


    .latest-update-section .updates-table {
        font-size: 20px;
    }

    .latest-update-section .updates-table td {
        padding: 16px 15px;
    }


    .financial-reports-section .nav-tabs .nav-link,
    .announcement-reports-section .nav-tabs .nav-link {
        font-size: 44px;
    }



    .financial-reports-section td,
    .announcement-reports-section td {
        font-size: 20px;
    }

    .financial-reports-section th,
    .announcement-reports-section th {
        font-size: 20px;
        padding-bottom: 25px;
    }

    .error-content .content-text {
        padding: 10px 40px;
    }



}

@media (max-width : 1024px) {

    h1,
    .h1 {
        font-size: 58px;
    }

    .bond-issue-section .slider-text {
        font-size: 26px;
    }

    .bond-issue-section .slider-nav {
        margin-bottom: 66px;
    }

    .bond-issue-section .slick-next {
        transform: translateX(205px);
    }

    .bond-issue-section .slick-prev {
        transform: translateX(-205px);

    }



    .bond-issue-section .bond-issue-slider .slick-next:after {
        margin-bottom: 3px;
    }

    .banner-content-wrap .banner-text {
        font-size: 26px;
    }


    .banner-section .scrolldown-indicator {
        bottom: 90px;

    }


    .modal-header {
        margin-top: 35px;
    }

    .bond-issue-section .slick-prev,
    .bond-issue-section .slick-next {
        bottom: 58px;

    }

}


@media (max-width : 991px) {

    h1,
    .h1 {
        font-size: 48px;
    }

    h2,
    .h2 {
        font-size: 45px;
    }

    h3,
    .h3 {
        font-size: 36px;
    }

    h4,
    .h4 {
        font-size: 26px;
    }

    h5,
    .h5 {
        font-size: 20px;
    }


    .navbar-collapse.show .close-sidebar-btn {
        display: block;
    }

    .header .navbar-collapse {
        position: fixed;
        top: -100vh;
        bottom: 0;
        right: 0;
        height: 100vh;
        width: 100%;
        background-color: var(--colorWhite);
        transition: all 0.4s ease-in-out;
        z-index: 999;
        display: block;
    }


    .header .navbar-collapse.show {
        transform: translateX(0);
        top: 0vh;
    }


    .header .navbar-nav .nav-item .nav-link {
        font-size: 20px;


    }




    body.sidebar-open {
        overflow: hidden;
    }


    .header .navbar-brand img {
        height: 40px;
        width: 180px;
    }

    .header .navbar-nav {
        padding-top: 140px;
        height: 100vh;
        display: none;
    }

    .header .navbar-collapse.show .navbar-nav {
        display: flex;
    }


    .header .navbar-nav .nav-item .nav-link {
        margin-right: 0px;
        margin-bottom: 6px;

    }

    .header .navbar-nav .nav-item .primary-btn {
        margin-top: 8px;
        display: inline-block;
        font-size: 20px;
    }

    .header  .nav-item .nav-link.dropdown-toggle{
    
    padding-left : 18px;
    }
    .footer .footer-logo {
        height: 80px;
        width: 80px;
    }

    .footer {
        padding-top: 80px;
        padding-bottom: 80px;
        font-size: 18px;

    }

    .footer .footer-email {
        text-align: end;
    }

    .footer .footer-header {
        display: unset;
        width: 100%;
    }


    .footer .footer-bottom {
        justify-content: space-between;
        padding-left: 12px;
    }

    .footer .footer-designed-by {
        align-items: flex-start;
        margin-top: 60px;

    }


    .pricing-section {
        margin-top: 80px;
        margin-bottom: 14px;
    }

    .pricing-section .pricing-wrap {
        font-size: 18px;
    }

    .pricing-header img {
        margin-right: 6px;
        width: 10px;

    }


    /* banner */

    .banner-section {
        height: calc(100vh - 150px);
        min-height: 500px;
    }

    .banner-content-wrap .banner-text {
        font-size: 24px;
    }

    .banner-section .scrolldown-indicator img {
        width: 50px;
        height: 50px;
    }


    .section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    /* overview section */
    .overview-section .overview-content {
        padding-right: 20px;
        font-size: 22px;
    }

    .overview-section .overview-title,
    .simple-content-section .section-title,
    .search-results .item-title {
        margin-bottom: 20px;
    }

    .content-text {
        font-size: 20px;
    }

    .accordion-body .accordion-body-text {
        font-size: 18px;
        margin-bottom: 20px;
    }


    .tab-section .tab-heading {
        font-size: 26px;
    }

    /* bond issue */
    .bond-issue-section {
        padding-top: 70px;
    }


    .bond-issue-section .bond-details {
        margin-top: 40px;
    }

    .bond-issue-section .bond-details .bond-item {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .bond-issue-section .bond-item img {
        width: 55px;
        height: 55px;
    }

    .bond-issue-section .bond-info span:last-child {
        font-size: 30px;
    }

    .bond-issue-section .slider-text {
        font-size: 20px;
    }


    .bond-issue-section .slider-nav {
        margin-bottom: 66px;
    }


    .bond-issue-section .bond-issue-slider .slick-prev:after,
    .bond-issue-section .bond-issue-slider .slick-next:after {
        width: 14px;
        height: 26px;

    }

    .bond-issue-section .slick-next {
        transform: translateX(155px);
        bottom: 57px;
    }

    .bond-issue-section .slick-prev {
        bottom: 60px;
        transform: translateX(-155px);
    }

    .latest-update-section .updates-table td {
        padding: 14px 15px;
    }

    .latest-update-section .updates-table .download-icon {
        max-width: 40px;
        height: 28px;
    }

    .latest-update-section .updates-table .view-icon {
        max-width: 42px;
        height: 30px;

    }

    .latest-update-section .table-wrapper,
    .table-container {
        max-height: 500px;
    }

    .latest-update-section .updates-table .update-action {
        padding-left: 15px;
        padding-right: 15px;
    }

    .back-to-top {
        margin-bottom: 60px;
        font-size: 24px;
    }


    .breadcrumb-section .breadcrumb-item+.breadcrumb-item::before {
        padding-left: 12px;
        padding-right: 12px;
    }

    .financial-reports-section,
    .announcement-reports-section {
        padding-bottom: 70px;
    }


    .financial-reports-section .nav-tabs .nav-link,
    .announcement-reports-section .nav-tabs .nav-link {
        font-size: 38px;
    }

    .financial-reports-section td,
    .financial-reports-section th,
    .announcement-reports-section td,
    .announcement-reports-section th {
        padding: 16px 10px;
    }


    .financial-reports-section .years-slider .slick-prev:after,
    .financial-reports-section .years-slider .slick-next:after,
    .announcement-reports-section .years-slider .slick-prev:after,
    .announcement-reports-section .years-slider .slick-next:after {
        width: 35px;
        height: 35px;
    }


    .search-results_title {
        margin-bottom: 70px;
    }


    .search-results .search-item {
        padding: 20px 0px;
    }

    .error-logo img {
        width: 100%;
    }

    /* modal */


    .modal-dialog {
        padding-top: 66px;
    }


    .modal-header {
        margin-top: 24px;
        padding: 0 18px;
    }


    .modal-header .btn-close {
        width: 20px;
        height: 20px;
    }


    .modal-body .search-container i {
        font-size: 25px;
        right: 20px;

    }


    .modal-body .search-container>input {

        font-size: 22px;
    }


    .modal-body .search-container>input {
        padding: 15px 55px 15px 0px;

    }



    .modal-body .search-container>input::placeholder,
    .modal-body .search-keyword-wrapper>input::placeholder {
        font-size: 22px;
    }


    .modal-footer {
        margin: 60px 0px;
    }

    .modal-body .category-heading,
    .modal-body .year-heading {
        font-size: 22px;
        margin-bottom: 30px;
    }


    .filter-btn {
        font-size: 20px;

    }

    .sticky-btn {
        padding: 12px;
        font-size: 15px;
    }


    .modal-body .modal-content-wrapper .search-container {
        margin-bottom: 60px;
    }

    .banner-section .scrolldown-indicator {
        bottom: 90px;
    }

    .bond-issue-section .bond-issue-slider .slick-prev:after,
    .bond-issue-section .bond-issue-slider .slick-next:after {
        width: 14px;
        height: 22px;
    }


    .bond-issue-section .slick-next {
        transform: translateX(155px);
        bottom: 54px;
    }

    .bond-issue-section .slick-prev {
        bottom: 58px;
        transform: translateX(-155px);
    }

    .default-post-wrapper {
        margin-top: 70px;
    }

    .default-post-wrapper h2 {
        font-size: 28px;
    }

    .default-post-wrapper h1 {
        font-size: 42px;
    }

    .mini-banner-section {
        margin-top: 66px;
    }

    .single-member-card {
        gap: 30px;
    }

    .single-member-card .member-name {
        margin-bottom: 22px;
        font-size: 24px;
    }

    .section-heading h2 {
        white-space: normal;
    }


    .audit-member img {
        width: 200px;
        height: 200px;
    }

    /* Navbar Dropdown CSS - Aamir. Start */
    .nav-link.dropdown-toggle {
        justify-content: center;
    }


    .nav-item .dropdown-arrow {
        font-size: 18px;
        margin-left: 6px;
        transition: transform 0.3s ease-in-out;
    }

    .nav-item.dropdown:hover .dropdown-arrow {
        transform: unset;
    }

    .nav-item .dropdown-toggle.show .dropdown-arrow {
        transform: rotate(180deg);
    }

    .nav-item .dropdown-menu {
        background-color: #fff;
        border-radius: 0;
        box-shadow: none;
        border: none;
        min-width: 100%;
        padding: 0;
        opacity: unset;
        transition: all 0.3s ease-in-out;
        margin-bottom: 10px;

    }

    .nav-item.dropdown:hover .dropdown-menu {
        opacity: unset;
        display: none;
    }

    .nav-item.dropdown .dropdown-menu.show {
        display: block;
    }



    .nav-item .dropdown-menu .dropdown-item {
        padding: 12px 16px;
        padding-top: 4px;
        font-size: 16px;
        color: #333;
        transition: all 0.3s ease-in-out;
        text-align: center;
        font-weight: 600;
    }


    .nav-item .dropdown-menu .dropdown-item:hover {
        background-color: unset;
        color: #862418
    }

    .navbar-nav .nav-item .nav-link.dropdown-toggle:hover::before {
        transform-origin: left center;
        transform: scaleX(1);
        height: 0px;
    }

    .footer-header .footer-contact {
        text-align: end;
    }
/* Navbar Dropdown CSS - Aamir. End */

}

@media (max-width : 767px) {

    body {
        font-size: 16px;
    }

    h1,
    .h1 {
        font-size: 38px;
    }

    h2,
    .h2 {
        font-size: 34px;
    }

    h3,
    .h3 {
        font-size: 30px;
    }

    h4,
    .h4 {
        font-size: 24px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    h5,
    .h5 {
        font-size: 16px;
    }


    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .btn {

        font-size: 16px;
        padding: 7px 26px;
    }

    .header .navbar-brand img {
        height: 32px;
        width: 140px;
    }

    .header .navbar-brand .brand-text {
        font-size: var(--h6FontSize);
    }


    .navbar-toggler-icon {
        font-size: 22px;
    }


    .footer .footer-bottom {
        flex-direction: column;
        gap: 12px;

    }



    .pricing-section {
        margin-top: 72px;
        margin-bottom: 14px;
    }

    .pricing-section .pricing-wrap {
        font-size: 16px;
    }


    /* banner */

    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .banner-content-wrap .banner-text {
        font-size: 20px;
    }

    .banner-section .scrolldown-indicator img {
        width: 40px;
        height: 40px;
    }

    /*overview */
    .overview-section .overview-content {
        padding-right: 0px;
        margin-bottom: 60px;
    }


    .content-text {
        font-size: 18px;
    }

    .overview-section .tab-pane {
        margin-bottom: 60px;
    }

    /* accordion */


    .accordion-section .accordion-button::after {
        height: 20px;
        width: 20px;

    }

    .accordion-section .accordion-item {
        padding-right: 25px;
    }

    .accordion-section .accordion-body .accordion-list {
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .accordion-section .accordion-body .accordion-body-text,
    .accordion-section .accordion-item .accordion-header .accordion-button,
    .accordion-section .accordion-body .accordion-list a {
        font-size: 18px;

    }

    /* bond issue  */

    .bond-issue-section {
        padding-top: 60px;
    }


    .bond-issue-section .bond-details {
        margin-top: 20px;
    }

    .bond-issue-section .bond-details .bond-item {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .bond-details .col-md-6:nth-child(odd) .bond-item {
        margin-right: 0px;
    }

    .bond-details .col-md-6:nth-child(even) .bond-item {
        margin-left: 0px;
    }

    .bond-issue-section .bond-item img {
        width: 45px;
        height: 45px;
    }


    .bond-issue-section .bond-info span:first-child {
        font-size: 20px;
    }

    .bond-issue-section .bond-info span:last-child {
        font-size: 26px;
    }

    .bond-issue-section .bond-info {
        padding-left: 25px;
        gap: 15px;
    }


    .bond-issue-section .slider-text {
        font-size: 18px;
    }


    .bond-issue-section .slider-nav {
        margin-bottom: 66px;
    }


    .bond-issue-section .bond-issue-slider .slick-prev:after,
    .bond-issue-section .bond-issue-slider .slick-next:after {
        width: 11px;
        height: 26px;

    }

    .bond-issue-section .slick-next {
        transform: translateX(135px);
        bottom: 58px;
    }

    .bond-issue-section .slick-prev {
        bottom: 57px;
        transform: translateX(-135px);
    }

    /* latest update */

    .latest-update-section .updates-table td {
        padding: 12px;
    }

    .latest-update-section .table-wrapper,
    .table-container {
        max-height: 450px;
    }


    .latest-update-section .updates-table {
        font-size: 18px;
    }

    .latest-update-section .updates-table .download-icon {
        width: 45px;
        height: 28px;
    }

    .latest-update-section .updates-table .view-icon {
        width: 45px;
        height: 30px;

    }

    .latest-update-section .table-wrapper,
    .table-container {
        overflow-x: auto;
    }

    .latest-update-section .updates-table,
    .table-container .report-table {
        min-width: 950px;
    }


    .back-to-top {
        font-size: var(--h6FontSize);
    }

    .back-to-top span i {
        font-size: 25px;
    }

    .breadcrumb-section .breadcrumb-item {
        font-size: 16px;
    }

    .breadcrumb-section .breadcrumb-item+.breadcrumb-item::before {
        padding-left: 8px;
        padding-right: 8px;
    }

    .financial-reports-section,
    .announcement-reports-section {
        padding-bottom: 60px;
    }


    .financial-reports-section .nav-tabs,
    .announcement-reports-section .nav-tabs {
        margin-bottom: 50px;
    }


    .financial-reports-section .nav-tabs .nav-link,
    .announcement-reports-section .nav-tabs .nav-link {
        font-size: 32px;
    }


    .financial-reports-section td,
    .financial-reports-section th,
    .announcement-reports-section td,
    .announcement-reports-section th {
        font-size: 18px;
    }

    .financial-reports-section .years-slider .slick-prev:after,
    .announcement-reports-section .years-slider .slick-prev:after {
        width: 30px;
        height: 36px;
    }

    .financial-reports-section .years-slider .slick-next:after,
    .announcement-reports-section .years-slider .slick-next:after {
        width: 30px;
        height: 30px;
    }


    .financial-reports-section td .svg-wrapper svg,
    .announcement-reports-section td .svg-wrapper svg {
        width: 24px;
        height: 22px;
    }


    .search-results_title {
        margin-bottom: 60px;
    }

    .error-logo {
        display: none;
    }


    .error-content .content-text {
        padding: 10px 0px;
    }

    /* modal */

    .modal-dialog {
        padding-top: 58px;
    }


    .modal-header .btn-close {
        width: 20px;
        height: 20px;
    }


    .modal-body .search-container i {
        font-size: 22px;
    }

    .modal-body .search-container>input {
        font-size: 20px;
    }


    .modal-body .search-container>input::placeholder {
        font-size: 20px;
    }


    .modal-footer {
        margin: 50px 0px;
    }

    .modal-body .category-heading,
    .modal-body .year-heading {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .modal-body .year-heading {
        margin-top: 20px;
    }


    .filter-btn {
        font-size: 18px;
    }

    .modal-body .search-keyword-wrapper {
        margin-bottom: 40px;
        /* width: 65%; */
    }

    .modal-body .search-keyword-wrapper>input,
    .modal-body .search-keyword-wrapper>input::placeholder {
        font-size: 20px;
    }


    .modal-body .search-keyword-wrapper {
        width: 100%;
        margin-bottom: 50px;
    }

    .filter-btn.btn {
        padding: 6px 18px;
        font-size: 16px;
    }

    .footer .footer-bottom {
        padding-top: 40px;
    }

    .financial-reports-section td.no-report,
    .annoucement-reports-section td.no-report {
        font-size: 28px;
    }



    .bond-issue-section .slick-prev {
        bottom: 56px;
        transform: translateX(-135px);
    }

    .bond-issue-section .bond-issue-slider .slick-prev:after,
    .bond-issue-section .bond-issue-slider .slick-next:after {
        width: 11px;
        height: 22px;
    }

    .bond-issue-section .bond-issue-slider .slick-next,
    .bond-issue-section .bond-issue-slider .slick-prev {
        width: 12px;
        height: 12px;
        z-index: 2;
    }

    .bond-issue-section .slider-nav {
        margin-bottom: 63px;
    }

    .bond-issue-section .slider-text {
        font-size: 18px;
        position: absolute;
        bottom: 48px;
    }


    .default-post-wrapper h1 {
        font-size: 36px;
    }


    .mini-banner-section {
        margin-top: 58px;
        min-height: 280px;
    }

    .single-member-card {
        flex-direction: column;
        gap: 10px;
        padding: 40px 0px;
    }

    .single-member-card .member-img {
        flex-basis: 160px;
    }

    .single-member-card img {
        width: 160px;
        height: 160px;
    }

    .single-member-card .member-description {
        font-size: 16px;
        text-align: center;
    }

    .single-member-card .member-img {
        align-self: center;
    }

    .single-member-card .member-name {
        text-align: center;
        font-size: 22px;
        margin-bottom: 6px;
    }


    .audit-Committee-wrapper {
        flex-direction: column;
    }

    .audit-member {
        flex-basis: 280px;
    }

    .auditor-section .auditor-wrap {
        flex-direction: column;
    }

    .auditor-section .auditor-wrap .auditor:nth-child(1) {
        border: none;
    }

    .auditor-section .auditor-wrap .auditor,
    .auditor-section .auditor-wrap .auditor .auditor-content {
        width: 100%;
    }

    .auditor-section .auditor-wrap .auditor:nth-child(2) {
        display: block;
        text-align: start;
        margin-top: 40px;
    }

    .single-member-card .member-info .member-header-info {
        margin-bottom: 16px;
    }


    .single-member-card .member-designation {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

    .single-member-card ul.member-description {
        text-align: start;
    }

}

@media (max-width: 575px) {
    .footer .footer-email {
        padding-left: calc(33.33% + 8px);
        margin-top: -14px;

    }

    .pricing-scroll .price-item {
        padding: 0px 15px;
    }

    .price-item::before {
        content: '--';
        position: absolute;
        left: -8px;
    }

    .breadcrumb-section .breadcrumb-item {
        font-size: 14px;
    }

    .banner-section .scrolldown-indicator {
        bottom: 95px;
    }

    .footer .contact-item.contact-phone {
        margin-top: 30px;
    }

    .footer .footer-email {
        text-align: unset;
    }

    .accordion-body-text p {
        clear: both;
    }

    .accordion-body .accordion-body-text p,
    .accordion-body .accordion-body-text {
        font-size: 16px;
    }

    .accordian-img-wrapper {
        height: 150px;
        width: 150px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 24px;
    }

    .accordion-section .accordion-body .accordion-body-text,
    .accordion-section .accordion-item .accordion-header .accordion-button,
    .accordion-section .accordion-body .accordion-list a {
        font-size: 16px;
    }

    .accordion-section .accordion-item {
        padding-right: 6px;
    }
}