@media (min-width:1295) {
  /* h1 {
    font-size: 28px !important;
  }

  p {
    font-size: 20px !important;
  } */
}

@media (min-width:1700px) {
  /* h1 {
    font-size: 32px;
  }

  p {
    font-size: 24px !important;
  } */
}


@media (max-width:995px) {
  p {
    font-size: 14px !important;
  }

  .content-box {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }

  .content_segment {
    padding-left: 4% !important;
    padding-right: 4% !important;
    padding-top: 2%;
    padding-bottom: 3%
  }

  /* .display{
    display: none;
  } */
  /* h1 {
    font-size: 22px;
  }

  h5 {
    font-size: 12px;
  }

  .secondary-white-btn {
    padding: 0.125rem 1.375rem;
    line-height: 1.2625rem;
    background-color: transparent;
    color: var(--primary-text);
    border: 0.1675rem solid var(--bg-white);
    font-size: 0.7375rem;
    font-weight: 400;

  }

  /* .header-wrapper .navbar-wrapper {
        border-radius: 0px;
        width: 100%;
    }

    .navbar .navbar-nav {
        padding-left: 12px;
        padding-right: auto;
    } */

  /* a.white-btn {
    margin-top: 15px;
  }

  #top-bar {
    display: none;
  } */


}

@media (max-width:980px) {
  .icon-text {
    display: none;
  }
  .explore-all-s{
 
   
    padding: 10px 13px;
    border: 1px solid white;
  }
  .submit-button {
    padding: 10px 13px;
    
  }
  h2{
    
  }
}

@media (max-width:820px) {
  

  /*h1 {
    font-size: 1.64rem !important;
  }

  h2 {
    font-size: 0.89rem;
    line-height: 20px;
  }

  .project-bg {
    min-height: 300px;
  } */
}

@media (max-width:767px) {



  /* h1 {
    font-size: 2.0rem;
  }

  h2 {
    font-size: 0.9rem;
    line-height: 22px;
  }

  label,
  form span,
  .form-control {
    font-size: 0.9rem !important;
    line-height: 22px !important;
    font-weight: 500 !important;
  }

  p {
    font-size: 0.656rem;
  }

  h5 {
    font-size: 0.725rem !important;
  }

  lable {
    font-size: 0.656rem;
  }

  .secondary-white-btn {
    padding: 0.125rem 1.275rem;
    line-height: 1.5625rem;
    background-color: transparent;
    color: var(--primary-text);
    border: 0.1675rem solid var(--bg-white);
    font-size: 0.8375rem;
    font-weight: 400;
  } */


}



@media only screen and (min-width: 600px) {

  .explore-all-s{
 
   
    padding: 8px 10px;
    border: 1px solid white;
  }
  .submit-button {
    padding: 8px 10px;
    
  }
  
}

@media (max-width: 480px) {
  /* h1 {
    font-size: 25px;
  }
  */
  .explore-all-s{
    font-size: 13px;
    padding: 8px 10px;
  }
  .explore-all{
    padding: 8px;
    font-size: 13px;
  }
  .submit-button {
    padding: 8px 10px;
    font-size: 13px;
  }
  footer ul li a {
    font-size: 14px;
  }


  .fixed-height {
    height: 330px;
  }
}