
@media (max-width: 1199px) {

  .card {
    padding: 2.25rem 1.875rem;
  }
  /*header*/
  .header_wrapper.navbar-nav .nav-link {
    font-size:.025rem;
  }
 
  /*top banner*/
  .about_wrapper .card{
     width:100%;
  }
 
}

@media (max-width: 991px) { 

  /*custom css*/
  /* .card {
    padding: .585rem 1rem;
  } */
  .contact_wrapper {           /*final */
      padding-bottom:2px;
      margin-top: 10px;
  }
  .wrapper {
    padding: 0;
  }

  .banner_wrapper p {
    max-width: 100%;
    color: var(--text-white);
  }

  .banner_wrapper h1 {
    color: var(--text-white);
    font-size:45px;

  }

  .main-btn {
    font-size: .875rem;
  }

  h1 {
    font-size: 2.8125rem;
    margin-bottom: .625;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.5625rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  p {
    font-size: .875rem;
    line-height: 1.35rem;
  }

  .card {
    padding: 1.875rem 1rem;
  }

  /* 2 navbar */
  .header-scrolled {
    height:50px;
  }

  .header_wrapper .menu-navbar-nav {
    text-align: center;
  }

  .header_wrapper.nav-item .nav-link {
    margin-top: .9375rem;
  }
  /* final 2navbar */
  .header_wrapper p{
    max-width: 100%;
  }
  .career_wrapper {
    background-color: #b1d9da; /* Background color for the section */
    padding: 20px;
    text-align: center;
  }
  div.carrer-heading {
    font-size: 30px;
  }
  .career-heading h5 {
    font-size:25px;
    margin:20px;
}

  .career-heading h3 {
    color: #f6f5f6;
    font-family: 'Lato', sans serif;
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    padding: 3px 3px;
    margin-bottom: .5rem;
    margin:10%;
  
  
  }
}



/* banner */


@media only screen and (min-width: 575px) and (max-width:775.98px) {
  .contact_wrapper {
    /*final */
    padding-bottom: 0px;
  }
  /*custom css*/
  .main-btn {
    font-size: .875rem;
  }
  h1 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  .career_wrapper {
    background-color: #3a56735e;
    padding: 30px;
    text-align: center;
}
  .carrer-heading h3 {
    font-size: 30px;
  }
 
  .career-heading h5 {
    font-size: 18px;
    margin-bottom: 20px;
}
}

@media only screen and (min-width: 425px) and (max-width:574.98px)
{
  .banner_wrapper h1 {
    font-size: 75px;
  }
  .career_wrapper{
    margin:2px;
    }
    .carrer-heading.text-black {
    font-size:40px;
    margin: 10px;
  }
  .career-heading h5 {
    font-size:15px;
    font-weight: 300;
    line-height: 1.75;
    margin-bottom: 20px;
  }
 }

 @media only screen and (min-width: 300px) and (max-width:424.98px){
  
  .banner_wrapper h1 {
    font-size: 41px;
    margin-top: 0px;
  }
  .banner_wrapper h2 {
    font-size: 13px;
    margin-top: 5px;
  }
  .banner_wrapper h5 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
    padding: 3px;
  }
   .top-right-sec {
    margin:5%;
    max-width: 300px ;
  }

 .d-flex {
    margin-bottom: 1px;
    margin-left: 10px;
  }
  
  .about.heading {
    font-size: 80px;
  }

  .gallery-heading {
    font-size: 80px;
  }
  .career_wrapper {
    padding: 17px;
 }

  .career-heading h5 {
    font-size:8px;
    font-weight: 200;
    line-height: 1.75;
    margin-bottom: 20px;
  }

  .contact_wrapper h5 {
    margin-left:-2px;
  }
  .contact-info li {
    font-size: 12px;
  }
  .link-widget li {
    font-size: 12px;
  }
  .contact-heading h3 {
    font-size: 30px;
  }
 .container-fluid.copyright-section p {
    padding: 5px;
    font-size: 12px;

}
}




