* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}



/* banner images */

.banner-section img {

  width: 100%;

}



/* banner images close */

/* logo section */

.logo-section {

  padding: 40px 10px;

}



.windshield-logo {

  text-align: center;

}



.windshield-logo h1 {

  font-weight: 800;

  font-size: 40px;

  font-style: italic;

  color: black;

}

.windshield-logo h3 {

  font-weight: 700;

}



.windshield-logo h1 span {

  color: red;

}



.windshield-logo img {
  width: 30%;
  margin-bottom: 20px;
}



.windshield-logo p {

  font-size: 15px;

  text-align: center;

}



@media(max-width: 998px) {

  .windshield-logo h1 {

    font-size: 30px;

  }

}



@media(max-width:768px) {

  .windshield-logo img {

    width: 60%;

  }

}



@media(max-width:500px) {

  .windshield-logo img {

    width: 80%;

  }



  .windshield-logo h1 {

    font-size: 25px;

  }

  .windshield-logo h3 {

    font-size: 18px;

  }

}







/* close */





.windscreen-section {

  padding: 0px 10px 50px 10px;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;

  background-image: url(../images/safety-regulations/windshield-ppf.jpg);

}



.windscreen-container img {

  width: 100%;

}

.windscreen-container .visible {

  text-align: center;

  margin-top: 25px;

  font-weight: 600;

  font-size: 18px;

}

.windscreen-container h3 {

  font-weight: 700;

}

.windscreen-container h3 span {

  color: red;

}



.windscreen-container p {

  font-size: 15px;

  text-align: justify;

}





.transparency-section {

  padding: 60px 10px;

  background: #ededed;

}

.transparency-heading h2 {

  text-align: center;

  font-weight: 800;

  font-size: 35px;

}

.transparency-row {

  margin: 3rem 0px;

}

.transparency-heading h2 span {

  color: red;

}

.transparency-row .transparency img {

  width: 100%;

}

.transparency-row .transparency h2 {

  text-align: center;
  font-size: 30px;
  margin-top: 2rem;
  font-weight: 800;

}

@media(max-width:768px) {

  .transparency-heading h2 {

    font-size: 30px;

  }

  .windscreen-container .visible {
    text-align: start;
    font-size: 15px;

  }

}


/* VLT & IR Rejection Meter */


.Rejection-section {
  padding: 70px 10px;
}

.Rejection-row .Rejection-colum1 h2 {
  font-weight: 800;
}

.Rejection-row .Rejection-colum1 h2 span {
  color: red;
}

.Rejection-row .Rejection {
  margin: 10px 0px;
}

.Rejection-row .Rejection img {
  width: 100%;
  border-radius: 10px;
}

@media(max-width:768px) {
  .Rejection-row .Rejection-colum1 h2 {
    font-size: 30px;
  }

  .Rejection-section {
    padding: 50px 10px;
  }
}

/* VLT & IR Rejection Meter close */