@media screen and (min-width:992px) {
  .materials-content {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  #navbarNavDropdown .nav-link {
    margin: 0 0.4rem;
  }
  .nav-call .nav-contact svg {
    margin-right: 3px;
  }
}

@media screen and (max-width:1199px) and (min-width:992px) {
  #navbarNavDropdown {
    justify-content: center;
    display: flex !important;
  }
  #navbarNavDropdown ul.navbar-nav {
    flex-direction: row;
  }
  header .navbar-logo{
    max-width:150px
  }
  header .navbar-brand {
    display: inline-block;
    width: 150px;
  }
  header .nav-call {
    display: inline-block;
    width: 110px;
    text-align: right;
  }
  .nav-call .nav-contact{
    font-size:1.4rem;
  }
  #navbarNavDropdown .nav-link{
    font-size: 1.2rem;
  }
}

@media screen and (max-width:1199px) {
  .our_impact_outer .stats-grid .stats-box,
  .materials-stats .stats-box {
    padding: 3rem 1.6rem;
  }
  .hero_content .text-content-inner h1 {
    font-size: 4.2rem;
    margin-bottom: 1.8rem;
  }
  .hero_content .text-content-inner p {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 1.8rem;
  }
}

@media screen and (max-width: 1024px) {
  .keyimpact-desc h2 {
    font-size: 3rem;
  }
  .keyimpact-desc p {
    font-size: 1.6rem;
  }
  .key-banefits-section .content-wrapper{
    gap: 2.4rem;
  }
  .service-category-sticky h2 {
    font-size: 2.4rem;
    line-height: normal;
  }
}

@media screen and (max-width: 991px) {
  .mt-80 {
    margin-top: 5rem;
  }
  .mb-98 {
    margin-bottom: 5rem;
  }
  .comman_bg,
  .comman_bg_light{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .our_solution_outer,
  .footer-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .navbar-toggler {
    border: none;
  }
  #navbarNavDropdown .nav-call {
    margin-top: 1rem;
  }
  .hamburger .line {
    width: 24px;
    height: 2px;
    background-image: none;
    background-color: var(--black);
    display: block;
    margin: 4px auto;
    border: 0px none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #hamburger-line.is-active .line:nth-child(2) {
    opacity: 0;
  }
  #hamburger-line.is-active .line:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    -o-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
  #hamburger-line.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  .talentchess-navigation {
    padding-top: 1.2rem;
    padding-bottom:1.2rem;
    padding-left:0;
    padding-right:0;
  }
  .talentchess-navigation .nav-brand{
    padding-left:1.2rem;
  }
  .talentchess-navigation .navbar-toggler{
    margin-right:1.2rem;
  }
  .hero_content .text-content-inner h1 {
    font-size: 3rem;
  }
  .hero_content .text-content-inner p {
    font-size: 1.6rem;
  }
  .hero-section .text-content .cta-button{
    padding: 10px 16px;
    font-size: 16px;    
    max-width: max-content;
  }
  .hero-section .text-content {
    max-width: 400px;
  }
  #navbarNavDropdown {
    padding: 1.4rem 2.4rem 2.4rem;
    background: linear-gradient(209deg, #FFF 54.24%, #228466 200.64%);
    position: absolute;
    width: 60%;
    height:100vh;
    top: 67px;
    border-top: 2px solid rgb(34 132 102 / 40%);
    transition:transform 0.2s linear;
    transform: translateX(100%);
  }
  #navbarNavDropdown.collapsing {
    transition: none
  }
  #navbarNavDropdown.collapse.show{    
    transform: translateX(70%);
  }
  .key-impact-wrapper{
    grid-template-columns: repeat(2, 1fr);
  }
  .about_us_outer .content-wrapper{
    grid-template-columns: repeat(1, 1fr);
  }
  .offer_desc_inner h1 {
    font-size: 1.8rem;
  }
  .workshop_offer_content .offer_desc_inner p {
    font-size: 1.6rem;
  }
  .workshop_offer_content{
    height: 200px;
  }
  .footer-top-inner{
    gap: 3rem;
  }
  .key-banefits-section .content-wrapper{
    grid-template-columns: repeat(1, 1fr);
  }
  .applications-section .content-desc{
    grid-template-columns: repeat(1, 1fr);
  }
  .solution-box{
    display: block;
  }
  .solution-content,
  .solution-icon{
    max-width: max-content;
  }
  .solution-img {
    max-width: 270px;
    margin: 2rem 0;
  }
  .solution-img img{
    width: 100% !important;
    position: unset;
  }
  .solution-img::before{
    display: none;
  }
  .materials-stats{
    grid-template-columns: repeat(3, 1fr);
    border: 2px solid rgb(34 132 102 / 40%);
  }
  .materials-stats .stats-box:nth-child(1) {
    display: none;
  }
  .materials-stats .stats-box {
    border-top: 2px solid rgb(34 132 102 / 40%);
  }
  .materials-content {
    margin-top: 5rem;
  }
  .materials-stats .stats-box + .stats-box {
    border-top: 0;
    border-left: 0;
  }
  .materials-stats .stats-box:nth-child(n+1) {
    border-right: 2px solid rgb(34 132 102 / 40%);
  }
  .materials-stats .stats-box:nth-child(2), .materials-stats .stats-box:nth-child(3), .materials-stats .stats-box:nth-child(4) {
    border-bottom: 2px solid rgb(34 132 102 / 40%);
  }
  .materials-stats .stats-box:nth-child(4){
    border-right: 0;
  }
  .our_impact_outer .stats-grid p {
    font-size: 1.6rem;
  }
  .materials-content h2 {
    font-size: 4rem;
  }
  .materials-stats .stats-box h2 {
    margin-bottom: 8px;
    font-size: 2.4rem;
  }
  .our_impact_grid {
    display: block;
  }
  .our_impact_grid .content {
    max-width: unset;
  }
  .our_process_grid{
    grid-template-columns: repeat(1, 1fr);
  }
  .our_process_grid .title-section h3 {
    margin-bottom: 5rem;
  }
  .our_process_outer{
    padding: 5rem 0;
  }
  .process_img img {
    max-width: 500px;
  }  
  /* .process_img {
    text-align: center !important;
    max-width: 500px;
    height: 500px;
  } */
  .solution-box {
    width:100%;
  } 
  .solution-box .solution-img,.solution-box.active .solution-img{
    display:none;
    opacity:1
  }
}

@media screen and (max-width:767px) {
  body {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .fs-52 {
    font-size: 4.2rem;
  }
  .fs-48 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
  .fs-42 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .fs-40 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
  .fs-24 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .fs-22 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .fs-18 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .footer-top-inner{
    display: block;
  }
  .footer-right, .footer-left{
    max-width: 100%;
  }
  .footer-top-inner > div + div {
    margin-top: 3rem;
  }
  .footer-top-inner h2 {
    margin-bottom: 10px;
  }
  .services-grid {
    display: grid;
    padding-top: 5rem;
    margin-top: 5rem;
  }
  .services-grid .service-category {
    max-width: unset;
  }
  .service-category-sticky{
    display: flex;
    gap: 2rem;
    background:#fff;
  }
  .service-category-inner + .service-category-inner::before{
    display: none;
  }
  .service-category-sticky svg {
    transform: rotate(90deg);
  }
  .service-category-inner + .service-category-inner {
    border-left: 1px solid #D9D9D9;
    padding-left: 2rem;
  }
  .hero_content::before{
    display: none;
  }  
  .hero-section .text-content {
    max-width: unset;
    position: unset;
    padding: 5rem 0;
  }
  .hero-section {
    background: linear-gradient(151deg, #228466 35.91%, #FCF5AF 134.23%);
  }
  .hero_content {
    display: flex;
    flex-direction: column-reverse;
  }   
  .solution-box{
    padding:1.2rem;
  }
  .solution-content{
    margin-top:1.6rem;
  }
  .service-category-sticky .tab-button.active svg{
    display:none;
  }
  .home-sec-4.block-padding{
    padding-left:0;
    padding-right:0
  }
  .home-sec-4 .service-category,.home-sec-4 .service-box-outer,#ourimpact-section,.home-sec-4 .our_customer_outer,
  #esg-ehs-service-section .title-section{
    padding-left:2.4rem;
    padding-right:2.4rem
  } 
  .home-sec-4 .services-grid .service-category{
    background:#fff;
  }
  .service-category-sticky h2{
    font-size:1.8rem;
    line-height:2.6rem;
  }
  .service-category-inner p.fs-18{
    font-size:1.4rem;
    line-height:1.8rem;
  }
  .service-category-sticky{
    padding-top:1.6rem;
    padding-bottom:1.6rem;
  }
  .tab-content.mt-80{
    margin-top:8rem;
  }
  .our_process_grid{
    gap:0;
  }
  .process_content_inner .title-section{
    margin-bottom:0;
  }
  .our_process_grid .title-section h3{
    margin-bottom:2.4rem;
  }
}

@media screen and (max-width: 680px) {
  .workshop_offer_outer{
    grid-template-columns: repeat(2, 1fr);
  }  
}

@media screen and (max-width: 575px) {
  .process_img .process_icons {
    border: 6rem solid #fff;
    max-width: 400px;
  }
  .process_img .process_icons span svg {
    width: 30px;
  }
  .process_img .process_icons span {
    width: 40px;
    height: 40px;
    padding: 0;
  }
  .process_icons .icon1 {
    /* top: -5rem; */
    top: -50px;
  }
  .process_icons .icon2 {
    /* right: -4.5rem;
    top: 6rem; */
    right: -40px;
    top: 65px;
  }  
  .process_icons .icon3 {
    /* bottom: -1.5rem;
    right: 1rem; */
    bottom: -10px;
    right: 10px;
  }
  .process_icons .icon4 {
    /* bottom: -1.5rem;
    left: 1rem; */
    bottom: -10px;
    left: 10px;
  }
  .process_icons .icon5 {
    /* left: -4.5rem;
    top: 6rem; */
    left: -40px;
    top: 65px;
  }
}

@media screen and (max-width: 480px) {
  .key-impact-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .workshop_offer_outer {
    grid-template-columns: repeat(1, 1fr);
  }
  .applications-section .applications-list{
    grid-template-columns: repeat(1, 1fr);
  }
  .materials-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .materials-stats .stats-box:nth-child(4) {
    border-right: 2px solid rgb(34 132 102 / 40%);
  }
  .materials-stats .stats-box:nth-child(5) {
    border-bottom: 2px solid rgb(34 132 102 / 40%);
    border-right: 0;
  }
  .materials-stats .stats-box:nth-child(3){
    border-right: 0;
  }
  .service-box {
    display: grid;
    gap: 1.4rem;
  }
  .talentchess-nav-spacer {
    height: 80px !important;
  }
  /* .process_img{
    max-width: 300px;
    height: 300px;
  }
  #right-image {
    max-width: 150px;
    max-height: 150px;
  } */
  #right-image {
    max-width: 150px;
    max-height: 150px;
  }
}
@media screen and (max-width: 425px) {
  /* .process_icons .icon4, .process_icons .icon3 {
    bottom: -1rem;
} */
}
@media screen and (max-width: 375px) {
  .process_img .process_icons {
    border: 5rem solid #fff;
  }
  .process_img .process_icons span svg {
    width: 25px;
  }
  .process_img .process_icons span {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .process_icons .icon1{
    top: -4rem;
  }
  .process_icons .icon2{
    top: 5rem;
    right: -3.5rem;
  }
  .process_icons .icon3{
    bottom: -0.5rem;
    right: 0;
  }
  .process_icons .icon4 {
    bottom: -0.5rem;
    left: 0;
  }
  .process_icons .icon5 {
    top: 5rem;
    left: -3.5rem;
  }
}


