*{
  right: 0px;
}

.header{
  height:65px;
  width: 100%;
  /*background-color: #007bbf;*/
  /*background-color: white;*/
  background-image: linear-gradient(to right, white , cornflowerblue);
  color: #ffffff;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 10;
  top: 0px;
}
.pristinefullfill{
  /*padding-left: 40px;*/
  /*font-size: 25px;*/
  /*font-family: Roboto, Arial;*/
  margin-left: 28px;
}
.background-image{
  position: absolute;
  /* background-image: url("vision-header.jpg"); */
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  opacity:1;
  filter: brightness(50%);
  background-size: cover;
  padding: 0px;
  margin: 0px;
}
.logo{
  /* background-image: url("download.webp"); */
  /*font-family: Montserrat;*/
  display:flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid black; */
  /* height: 1000px;
  width: 1000px; */
  /* max-height:600px;
  max-width:600px */
}
.logo img{
  width:220px ;
  height:220px;
}

.textclass{
  padding: 80px;
  padding-top: 30px;
  padding-bottom: 10px;
  color: #4a4a4a;
  font-family: Roboto, Arial;
  font-size: 12.0pt;
  font-weight: 400;
  vertical-align: baseline;
  text-align: justify;
}
.logoandtextdiv{
  padding-left: 50px;
  padding-right:50px;
  display:flex;
  justify-content: center;
  justify-content: space-around;
  align-items:center;
  position:relative;
  top: 100px;
}
.privacytext{
  color:#ffffff;
  font-size:220%;
  white-space: nowrap;
  /* border: 1px solid black; */
  /*font-family: Montserrat*/
  font-family: Roboto, Arial;
}


@media screen and (max-width: 700px) {
  .logoandtextdiv {
    flex-direction: column;
    justify-content: center;
    align-items:center;
    position:relative;
    top: 50px;
  }
  /*.logo.img{*/
  /*  width:0px*/
  /*}*/
  .privacytext{
    font-size:15px;
    color:#ffffff;
    white-space: nowrap;
  }
  .textclass{
    padding: 20px;
    color: #4a4a4a;
    font-family: Roboto, Arial;
    font-size: 11.0pt;
    font-weight: 400;
    vertical-align: baseline;
    text-align: justify;
  }
  /* .logo{
    display:flex;
    align-items: center;
    justify-content: center;
    max-height:600px;
    max-width:600px
} */
  .logo img{
    padding-top: 10px;
    width:180px ;
    height:180px;
  }
}
