@media (min-width: 2560px) {
    .directors-section {
        grid-template-columns: repeat(8, 1fr);
        gap: 32px;
    }

    .card-wrapper {
        perspective: 2000px;
    }

    .director-card.back .card-body {
        padding: 36px;
    }

    .about-directors .director-card h4 {
        font-size: 30px;
    }

    .about-directors .director-card h5 {
        font-size: 26px;
    }

    .about-directors .director-card h6 {
        font-size: 20px;
    }

    .about-directors .director-card p {
        font-size: 18px;
    }

    #directorsSlider .card-wrapper {
        flex: 0 0 calc(12.5% - 28px);
        min-width: calc(12.5% - 28px);
    }
}

@media (max-width: 1368.98px) {

    h1,
    .h2-alt,
    .counter h3.counter-value {
        font-size: 70px;
    }
}

@media (max-width: 1119.98px) {
    .custom_container172px {
        padding-left: 32px;
        padding-right: 32px;
    }

    .directors-section {
        grid-template-columns: repeat(4, 1fr);
    }

    #directorsSlider .card-wrapper {
        flex: 0 0 calc(25% - 15px);
        min-width: calc(25% - 15px);
    }
}

@media (max-width: 991.98px) {

    .custom_container32px,
    .custom_container64px,
    .custom_container172px {
        padding-left: 0;
        padding-right: 0;
    }

    h1,
    .h1-white,
    .h1-alt,
    .h2-alt,
    .counter h3.counter-value {
        font-size: 50px;
    }

    h2 {
        font-size: 28px;
        line-height: 40px;
    }

    h3 {
        font-size: 24px;
        line-height: 1.2;
    }

    h5 {
        font-size: 18px;
        line-height: 1.2;
    }

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

    .mob-padding {
        padding: 0 20px;
    }

    .pt-117 {
        padding-top: 58px;
    }

    footer .main-logo-img img {
        width: 12%;
    }

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

    .g_2 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .g_3 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .hero-img {
        min-height: 70vh;
    }

    .hero-content {
        padding-top: 20%;
    }

    .counter-sec {
        grid-template-columns: repeat(1, 1fr);
    }

    footer .col-lg-3 {
        padding-top: 20px;
    }

    .mission-sec .video-wrap {
        padding-top: 120%;
    }

    .mission-sec .mission-box {
        padding-top: 90%;
    }

    .contact-section .border-right-blue {
        border-right: 0;
        border-bottom: 1px solid var(--color-1);
        padding-bottom: 30px;
    }

    .contact-section .contact-col {
        padding: 30px 0 0 0;
    }

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

    #directorsSlider .card-wrapper {
        flex: 0 0 calc(33.333% - 14px);
        min-width: calc(33.333% - 14px);
    }

    .card-wrapper {
        height: 360px;
    }

    .category-grid {
        margin-bottom: 40px;
    }

    .card-column {
        padding-top: 150%;
    }

    .press-desc {
        padding: 30px 0;
    }

    .pb-80 {
        padding-bottom: 40px;
    }

    .membership-logo-row {
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
    }

    .sponsor-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }

    .sponsor-item {
        justify-content: space-between;
    }

    .featured-section .img-wrap {
        padding-top: 105%;
    }

    .mission-sec .img-wrap {
        padding-top: 100%;
    }

    .past_events_wrapper p {
        font-size: 12px;
    }

    /* .past_events_wrapper .light-border-white a {
        font-size: 14px;
    } */

    .report-column .card-item {
        padding: 1rem;
    }

    .secretariat2_slider .slick-slide,
    .press-desc-left {
        padding-left: 0;
    }

    .reports-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .border_bot_tab {
        border-bottom: none;
    }

    .border_l_tab {
        border-left: none;
    }
}

@media (max-width: 767.98px) {

    .grid_item {
        width: 50%;
    }

    .grid_item img {
        padding: 5px;
    }

    .custom_container32px,
    .custom_container64px,
    .custom_container172px {
        padding-left: 0;
        padding-right: 0;
    }

    h1,
    .h1-white,
    .h1-alt,
    .h2-alt,
    .counter h3.counter-value {
        font-size: 50px;
    }

    h2,
    .h2-64 {
        font-size: 24px;
        line-height: 30px;
    }

    h5,
    .counter p {
        font-size: 20px;
        line-height: 30px;
    }

    .h5-blue {
        font-size: 19px;
    }

    .main {
        padding-top: 120px;
    }

    .main_blue {
        padding-top: 90px;
    }

    .pt-117,
    .pt-80 {
        padding-top: 50px;
    }

    .pb-117 {
        /*padding-bottom: 50px;*/
        padding-bottom: 80px;
    }

    .pb-150,
    .pb-80 {
        padding-bottom: 30px;
    }

    .common_btn span {
        line-height: 1.2;
        padding-right: 100px;
    }

    .mob-padding {
        padding: 0 20px;
    }

    .main-logo-img {
        width: 70px;
        height: auto;
    }

    .hero .row {
        flex-direction: column;
    }

    .col-54,
    .col-46 {
        width: 100%;
    }

    .hero-img {
        min-height: 550px;
    }

    .hero-content {
        padding: 50px 20px 40px 20px;
    }

    .counter-sec {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }

    .press-desc,
    .press-desc-sm {
        padding: 0;
        padding: 20px 0;
    }

    .press-desc-left {
        padding-left: 0;
    }

    footer {
        padding: 40px 20px;
    }

    footer .main-logo-img img {
        width: 20%;
    }

    .g_2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .g_3 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

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

    footer .light-blue-link {
        font-size: 18px;
    }

    .focus-section,
    .directors-section,
    .events-wrapper,
    .newsletter-grid,
    .reports-grid,
    .category-grid,
    .video_grid,
    .leadership-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .area-card p {
        margin-top: 50px;
    }

    .area-card:nth-child(4),
    .area-card:nth-child(5) {
        border-bottom: 1px solid var(--color-1);
    }

    .event-details,
    .committee-page-sec .page-img-col {
        transform: none;
    }

    .events .featured_image_wrapper {
        margin-bottom: 0;
    }

    .testimonial-wrap {
        display: block;
    }

    .testimonial-left {
        width: 100%;
        overflow: hidden;
    }

    .testi-thumb {
        width: 100% !important;
        height: 120px;
        margin-bottom: 0;
    }

    .testimonial-divider {
        width: 100%;
        height: 1px;
        margin: 20px 0;
    }

    .testimonial-content {
        height: auto;
        min-height: 300px;
        padding-left: 0;
    }

    .testimonial-content::before {
        display: none;
    }

    .testi-text-col {
        padding-right: 0;
        margin-bottom: 0;
    }

    .testi-slide {
        padding-right: 0;
        gap: 50px;
    }

    .testi-text {
        margin: 20px 0;
    }

    .slider-nav .slick-track {
        display: flex !important;
        flex-direction: row !important;
    }

    .slider-for .slick-track {
        border-bottom: none;
    }

    .border_none {
        border: none;
    }

    .border_sm_bottom {
        border-bottom: 1px solid var(--color-1);
    }

    .membership-logo-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .sponsor-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .btn-mob {
        display: block;
    }

    .btn-desk {
        display: none;
    }

    .newsletter-grid {
        gap: 20px;
    }

    .directors-section {
        grid-template-columns: repeat(2, 1fr);
    }

    #directorsSlider .card-wrapper {
        flex: 0 0 calc(50% - 10px);
        min-width: calc(50% - 10px);
    }

    .card-wrapper {
        height: 320px;
    }

    .about-directors .director-card h4 {
        font-size: 18px;
    }

    .about-directors .director-card h5 {
        font-size: 16px;
    }

    .about-directors .director-card h6 {
        font-size: 14px;
    }

    .about-directors .director-card p {
        font-size: 12px;
    }

    .video_thumb_a:after {
        width: 40px;
        height: 40px;
        right: 40px;
        bottom: 40px;
    }

    .video-bottom .membership-arrow {
        width: 40px !important;
    }

    .area-card {
        padding: 20px 20px 20px 0;
    }

    .services_sec .border-right-blue {
        border-right: 0;
        border-bottom: 1px solid var(--color-1);
    }

    .featured-section .img-wrap,
    .mission-sec .img-wrap {
        padding-top: 60%;
    }

    .committee-page-sec .page-img-col {
        padding-top: 0;
        order: 1;
    }

    .committee-page-sec .message-desc {
        order: 2;
    }

    .accordion-item {
        align-items: center;
    }

    .accordion-item a img {
        width: 30px;
    }

    .paper_section .paper_col:nth-child(odd) {
        padding-right: 0;
    }
}

@media (max-width: 480px) {
    .directors-section {
        grid-template-columns: 1fr;
    }

    #directorsSlider .card-wrapper {
        flex: 0 0 calc(66.666% - 10px);
        min-width: calc(66.666% - 10px);
    }
}