@media screen and (max-width: 1400px) {
  .myslidernw .item {
    font-size: 14px;
    text-align: center;
  }

  .registered-content-sec {
    gap: 20px;
  }

  .registered-content-box {
    width: calc(50% - 11px);
    padding: 25px;
  }

  .registered-content-box h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .registered-content-box ul li {
    gap: 10px;
    margin-bottom: 10px;
  }

  .contact-page-form .form-group {
    gap: 20px;
    margin-bottom: 20px;
  }

  .contact-page-form .form-group-l {
    width: calc(50% - 12px);
  }

  .contact-page-form .form-group-r {
    width: calc(50% - 12px);
  }

  .contact-tab-wrap {
    padding: 30px;
  }

  .contact-tab-wrap .nav-link {
    font-size: 18px;
  }

  .contact-page-form .form-group input,
  .contact-page-form .form-group select,
  .contact-page-form .form-group textarea,
  .contact-page-form .form-group input[type="submit"] {
    font-size: 16px;
  }

  .int-cpb-builder .inner-banner-content h2 {
    font-size: 56px;
    line-height: 58px;
  }
}

@media screen and (max-width: 1365px) {

  h2,
  .common-content-sec h2,
  .int-cpb-builder h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .media-tab-main .tab-r-content {
    padding-left: 20px;
  }

  .media-tab-main h4 {
    font-size: 18px;
  }

  .nav-pills .nav-link {
    padding: 10px;
    font-size: 14px;
  }

  .investor-pdf-box {
    padding: 20px;
  }

  .investor-pdf-box h3 a {
    font-size: 16px;
    margin: 0 0 6px 0;
  }

  .investor-pdf-box h3 span {
    font-size: 13px;
  }

  .media-filter-sec select,
  .media-filter-sec label {
    font-size: 16px;
  }

  .media-csr-txt {
    padding: 20px 20px 30px 20px;
  }

  .media-csr-noborder .media-csr-txt {
    padding: 20px 0 0 0;
  }

  .media-csr-txt h3 a {
    font-size: 18px;
  }

  /* .btn.btn-primary {
    font-size: 16px;
  } */

  .media-tab-main {
    padding-top: 30px;
  }

  .counter-container {
    padding: 20px;
  }

  .counter,
  .counter-top span {
    font-size: 30px;
  }

  .counter-container p {
    font-size: 17px;
  }

  .service-sector-sec h3 a {
    font-size: 17px;
    line-height: 22px;
  }

  .service-sector-sec h3 {
    margin: 10px 0;
    line-height: 14px;
  }

  .service-sector-box {
    margin: 0;
  }

  .global-box-wrap {
    gap: 20px;
    row-gap: 20px;
  }

  .global-box h3 a {
    font-size: 16px;
    line-height: 20px;
  }

  .global-box h3 {
    line-height: 16px;
    padding-top: 10px;
  }

  .global-box span {
    font-size: 13px;
  }

  .global-box {
    width: calc(33.3% - 15px);
  }

  .global-box a .btn_animation_text {
    font-size: 16px;
  }

  .int-cpb-builder .inner-banner-content h2 {
    font-size: 50px;
    line-height: 52px;
  }

  .int-cpb-builder .inner-banner-content p {
    font-size: 18px;
    line-height: 28px;
  }

  .common-content-sec {
    padding: 50px 0;
  }

  .image-carousel .image-align-center h3 {
    font-size: 18px;
    padding: 15px 10px !important;
  }

  .int-cpb-builder .single-banner {
    height: 400px;
  }

  .int-cpb-builder .inner-banner-content h2 {
    font-size: 46px;
    line-height: 48px;
  }

  .main_header .site_nav .nav_list li a {
    font-size: 15px;
  }

  .intcpb-accordion-section .card .card-header .btn-header-link {
    font-size: 16px;
  }

}

@media screen and (max-width: 1280px) {
  .container {
    max-width: 100% !important;
  }

  .image-carousel .item {
    padding: 0;
  }

  .main_header .site_nav .nav_list {
    gap: 1.25rem;
  }
}

@media screen and (max-width: 1240px) {
  /* .main_header .hstack {
    flex-wrap: wrap;
  } */

  /* .main_header .header_logo {
    width: 100%;
  }

  .main_header .header_logo img {
    margin: 0 auto;
    height: 60px;
  }

  .main_header .btn {
    padding: 10px 13px;
    font-size: 13px;
  } */

  .site_footer .footer_social a {
    height: 16px;
  }
}

@media screen and (max-width: 1200px) {
  #mobile_menu_toggle {
    display: block;
  }

  .site_nav {
    position: fixed;
    width: 320px;
    max-width: calc(100% - 2rem);
    background-color: var(--aps-tertiary);
    height: 100vh;
    overflow-y: auto;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.25s ease-in-out;
    box-shadow: 5px 5px 10px -5px rgba(var(--aps-black-rgb), 0.25);
  }

  .site_nav.active {
    transform: translateX(0);
  }

  .main_header .site_nav .nav_list {
    flex-direction: column;
    gap: 1px;
  }

  .main_header .site_nav .nav_list li.menu-item {
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
  }

  .main_header .site_nav .nav_list li.menu-item a {
    padding: 10px 12px;
    font-size: 16px;
    line-height: 24px;
    width: calc(100% - 40px);
    color: var(--aps-white);
    text-align: left;
    display: block;
  }

  .main_header .site_nav .nav_list li.menu-item button.sub_menu_toggler {
    width: 40px;
    height: 40px;
    padding: 14px;
    color: var(--aps-white);
  }

  .main_header .site_nav .nav_list li.menu-item-has-children .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    background-color: rgba(var(--aps-white-rgb), 0.1);
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: all;
    z-index: 1;
    width: 100%;
    transition: none;
    display: none;
  }

  .main_header .site_nav .nav_list li.menu-item-has-children .sub-menu li a {
    color: var(--aps-white);
  }

  .btn {
    padding: 0.75rem 1.25rem;
  }
}

@media screen and (max-width: 1024px) {
  .main_header {
    position: sticky !important;
  }

  .global-box {
    width: calc(50% - 15px);
  }

  .global-news-pagination {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .indian-news {
    padding-top: 20px;
  }

  .int-cpb-builder .inner-banner-content h2 {
    font-size: 40px;
    line-height: 42px;
  }

  .int-cpb-builder .inner-banner-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .csr-project-tab-wrap .nav-link {
    font-size: 16px;
    padding: 10px 20px;
  }

  .csr-project-carousel h3 a {
    font-size: 16px;
  }

  .csr-project-carousel h3 {
    line-height: 18px;
  }

  .int-cpb-builder .common-two-img {
    gap: 20px;
  }

  .int-cpb-builder .common-two-img img {
    width: calc(50% - 11px);
  }

  .int-cpb-builder .single-banner {
    height: 300px;
  }

  .service-facilities-sec .image-carousel .image-align-center {
    min-height: 160px;
  }

  .int-cpb-builder .inner-banner-content h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .latest-update-main-wrap .swiper_pagination {
    margin-top: 20px !important;
  }

  .csr-leagacy-sec {
    margin-top: 40px;
  }

  .home_banner .home_banner_slide .banner_caption h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  .home_banner .home_banner_slide .banner_caption p {
    font-size: 16px !important;
  }

  .btn {
    padding: 0.5rem 1rem;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {

  h2,
  .common-content-sec h2,
  .int-cpb-builder h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .registered-content-box {
    width: 100%;
  }

  .myslidernw .owl-nav .owl-next,
  .myslidernw .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
  }

  .registered-content-box span {
    font-size: 16px;
    padding: 0 0 10px 0;
  }

  .contact-address-sec,
  .contact-tab-sec {
    padding: 40px 0;
  }

  .contact-page-form .form-group-l,
  .contact-page-form .form-group-r {
    width: 100%;
  }

  .contact-tab-wrap .accordion {
    background: none;
  }

  .contact-tab-wrap .accordion-item .accordion-header button {
    border: none;
    padding-top: 0;
  }

  .contact-tab-wrap .accordion-body {
    border-bottom: none;
  }

  .media-csr-carousel .owl-stage-outer {
    width: 100%;
  }

  .tab-r-content .tab-pane {
    display: none;
  }

  .investor-mob-accordion {
    background: none;
  }

  .investor-mob-accordion .accordion-button {
    color: #76B043;
  }

  .investor-mob-accordion .accordion-button.collapsed {
    color: #6a7e8d;
  }

  .investor-mob-accordion .accordion-body ul li:before {
    display: none;
  }

  .investor-mob-accordion .accordion-body ul li {
    padding: 0;
  }

  .media-filter-sec {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .media-filter-sec select {
    min-width: 160px;
  }

  .media-tab-main h4 {
    font-size: 16px;
  }

  .media-csr-txt h3 a {
    font-size: 16px;
  }

  .service-sector-sec p {
    font-size: 14px;
    line-height: 22px;
  }

  .counter,
  .counter-top span {
    font-size: 20px;
  }

  .counter-container p {
    font-size: 15px;
  }

  .media-tab-content .accordion {
    background: none;
  }

  .media-tab-content .accordion-body ul li {
    padding: 0;
  }

  .media-tab-content .accordion-body ul li:before {
    display: none;
  }

  .int-cpb-builder .single-banner img {
    height: 300px;
    object-fit: cover;
  }

  .int-cpb-builder .inner-banner-content h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .int-cpb-builder .inner-banner-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .common-content-sec,
  .csr-projects-sec {
    padding: 40px 0;
  }

  .csr-project-tab-wrap .accordion {
    background: none;
  }

  .csr-project-carousel .owl-dots,
  .owl-dots {
    margin-top: 20px !important;
  }

  .col-md-9 .column-content {
    padding: 0 !important;
  }

  .image-carousel .image-align-center h3 {
    font-size: 15px;
  }

  .service-facilities-sec .image-carousel .image-align-center {
    min-height: auto;
    padding: 20px;
  }

  .service-facilities-sec,
  .latest-update-main-wrap {
    padding: 60px 0 !important;
  }

  .service-faq-sec {
    padding: 0 0 60px 0 !important;
  }

  .int-cpb-builder .inner-banner-content h2 {
    font-size: 22px;
    line-height: 26px;
  }

  /* .main_header .header_logo img {
    height: auto;
  } */

  .overview-main-sec img,
  .csr-leagacy-sec img {
    padding-top: 25px;
  }

  .counter-container p {
    margin: 0 !important;
  }

  .service-counter-sec {
    padding: 60px 0 !important;
  }

  .overview-main-sec {
    padding: 60px 0 0 0 !important;
  }

  .service-sector-sec {
    padding: 0 0 60px 0 !important;
  }

  .main-track-order-sec .rounded-4 {
    display: block;
    overflow: hidden;
  }

  .main-track-order-sec .rounded-4 h3 {
    padding-bottom: 15px;
  }

  .focus-area-sec {
    padding: 50px 0;
  }

  .service-faq-sec h2 {
    padding: 20px 0;
  }

  .home_banner .great_place_to_work_logo {
    right: 0.75rem;
    width: 50px;
  }

  .home_banner .home_banner_slide .banner_caption h1 {
    font-size: 30px;
  }

  .home_banner .home_banner_slide .banner_caption p {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  .btn {
    padding: 0.425rem 0.75rem;
    font-size: 12px;
    border-radius: var(--aps-border-radius-sm);
  }
}

@media screen and (max-width: 600px) {
  .myslidernw .item {
    text-align: center;
  }

  .service-sector-box {
    padding: 10px;
  }

  .service-sector-sec h3 a {
    font-size: 14px;
  }

  .service-counter-wrap {
    flex-wrap: wrap;
  }

  .counter-container {
    width: 100%;
  }

  .counter-container {
    padding: 10px;
  }

  .service-counter-wrap {
    padding: 10px 0;
  }


}

@media screen and (max-width: 575px) {
  .myslidernw .item {
    font-size: 12px;
    padding-bottom: 10px;
  }

  .investor-pdf-txt {
    display: block;
  }

  .investor-pdf-box h3 {
    line-height: 18px;
    padding-top: 10px;
  }

  .investor-pdf-box h3 a {
    font-size: 14px;
  }

  .global-box {
    width: 100%;
  }

  .home_banner .home_banner_slide .banner_caption h1 {
    font-size: 24px;
  }

  .home_banner .home_banner_slide .banner_caption p {
    font-size: 12px !important;
  }

  .header_enquiry_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    z-index: 8;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(var(--aps-black-rgb), 0.25);
  }

  body {
    padding-bottom: 32px;
    font-size: 14px;
    line-height: 1.5;
  }

  .map_pin_btn img {
    width: 16px;
    height: 18px;
  }
}



































/**/