* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.imageSection {
  background: url("../img/collage-min.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  image-resolution: from-image 300dpi;
}

input[type="tel"] {
  min-width: 35.1vw;
}

/* .pForm2{
    display: none;
} */

@media (max-width: 1195px) {
  input[type="tel"] {
    min-width: 34.5vw;
  }
}

@media (max-width: 1024px) {
  input[type="tel"] {
    min-width: 34vw;
  }
}

@media (max-width: 927px) {
  input[type="tel"] {
    min-width: 45.5vw;
  }
}

@media (max-width: 897px) {
  .imageSection {
    display: none !important;
  }
  input[type="tel"] {
    min-width: 45vw;
  }
}

@media (max-width: 768px) {
  input[type="tel"] {
    min-width: 44.5vw;
  }
}

@media (max-width: 737px) {
  input[type="tel"] {
    min-width: 94.5vw;
  }
}

@media (max-width: 700px) {
  input[type="tel"] {
    min-width: 94vw;
  }
}

@media (max-width: 650px) {
  input[type="tel"] {
    min-width: 93.7vw;
  }
}

@media (max-width: 601px) {
  input[type="tel"] {
    min-width: 93.3vw;
  }
}

@media (max-width: 575px) {
  input[type="tel"] {
    min-width: 89.5vw;
  }
}

#MyCodeInitialHide {
  display: none;
}
