/* imac 21 4k inch Styles here */
@media (min-width: 1920px) and (max-width: 2560px) {}

@media (min-width: 1920px) and (max-width: 2560px) {}

@media (min-width: 1600px) and (max-width: 1919px) {}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .purpose-values-section .value-card .value-content h4 {
        font-size: 18px;
    }

    .purpose-values-section .value-card .value-content p {
        font-size: 13px;
    }

    p {
        font-size: 16px;
    }

    .strategy-framework .strategy-box h4 {
        font-size: 14px;
    }

    .operate-section .map {
        transform: translate(-30%, 0px);
    }

    .common_sub_desc {
        font-size: 22px;
    }

    .operate-section .capacity-section {
        right: 0px;
    }

    .operate-section .office-list {
        left: 420px;
    }

    .springCards .springCardsImg .leadership-content {
        font-size: 24px;
    }

    .springCards .springCardsImg .bg-letter {
        top: 25px;
        left: 48px;
        font-size: 200px;
    }

    .esg-performance .performance-card .performance-item h2 {
        font-size: 34px;
    }

    .esg-performance .performance-card .performance-item h2 span {
        font-size: 22px;
    }

    .seg-stat__cap {
        font-size: 12px;
    }

}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */

/* Medium */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    .committee-section .row::before {
        top: 250px;
    }

}

/* Small */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    .committee-section .row::before {
        height: 20px;
        top: 250px;
    }

    .committee-section .member-content {
        padding-top: 60px;
    }

    .committee-section .member-content h3 {
        font-size: 19px;
    }

}


@media (max-width: 1024px) {
    .esg-performance .performance-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }


}


/* Extra small */
@media (min-width: 320px) and (max-width: 767px) {

    .report-tag-head {
        display: none;
    }

    .pdtb {
        padding: 40px 0px;
    }

    .common_ttle {
        color: #EF4129;
        font-size: 30px;
        line-height: 36px;
    }

    .common_sub_desc {
        font-size: 20px;
        line-height: 24px;
    }


    footer {
        font-size: 13px;
    }

    .breadcrumb_wrp .container-1300-wrp ul li a {
        font-size: 11px;
    }

    .breadcrumb_wrp .container-1300-wrp ul li {
        font-size: 11px;
    }


    .itap_bx.horizon_bx {
        margin-top: 0px;
    }

    .pdtb {
        padding: 30px 0px;
    }

    .purpose-values-section {
        padding-top: 0px;
    }

    .strategy-framework {
        overflow: hidden;
        margin-top: 0px;
    }

    .strategy-framework .strategy-grid,
    .strategy-framework .stakeholder-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .strategy-framework .strategy-box h4,
    .strategy-framework .stakeholder-box span {
        font-size: 14px;
    }

    .strategy-framework .strategy-box .circle {
        width: 26px;
        height: 26px;
    }

    .strategy-framework .capital-line {
        gap: 14px;
    }

    .strategy-framework .capital-item {
        width: 45%;
    }

    .SDG img {
        margin-bottom: 10px;
        display: inline-block;
    }

    .network-info {
        position: relative;
        width: 100%;
    }

    .chairman-message .chairman-content {
        padding-top: 10px;
    }

    .chairman-message .chairman-image {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .chairman-message .chairman-card.jaisinghani .bottom-strip {
        margin-top: -40px;
    }

    .chairman-message .mds {
        background-color: #e4e4e4;
        padding-top: 20px !important;
    }

    .interview-question .question-head h2 {
        font-size: 20px;
    }

    .operate-section {
        height: auto;
    }

    .operate-section .map {
        height: auto;
        position: relative;
        transform: translate(0px, 0px);
        top: 0px;
    }

    .operate-section .map img {
        width: 100%;
    }

    .operate-section .international-revenue,
    .operate-section .capacity-section,
    .operate-section .office-list {
        position: relative;
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        width: 100%;
    }

    .operate-section .international-revenue .main-title,
    .operate-section .capacity-section .capacity-title {
        font-size: 18px;
    }

    .operate-section .international-revenue .revenue-item {
        padding: 5px 10px;
    }

    .operate-section .capacity-section .capacity-list li span {
        min-width: 70%;
    }

    .operate-section .notscale {
        top: 0px;
    }

    .operate-section .capacity-section .location-title h3 {
        font-size: 16px;
    }


    .springCards .springCardsImg .leadership-box {
        transform-origin: right top;
        transform: scale(0.5);
    }

    .springCards .springCardsImg {
        margin-bottom: 20px;
    }

    .committee-section .row::before {
        display: none;
    }

    .committee-section .member-line {
        display: block;
        height: 20px;
        margin-top: 18px;
    }

    .committee-section .member-img .nos {
        position: absolute;
        left: 1px;
        bottom: -20px;
        width: 20px;
        height: 20px;
        font-size: 11px;

    }

    .BoardSkills {
        padding: 7px;
    }

    .hc-search-icon {
        top: 32%;
    }

}