
.nav-title-item {
    color:white;
}
.imgone {
    max-width: 100%;
    height: auto;
    width: auto; /* ie8 */
}

.imgtwo {
    height:auto;
    width:auto;
    max-width: 100%;
}
.size_adjust {
    max-width:calc(6vw + 6vh);
    height: auto;
    width: auto;
}
.text_col_standard{
    color:rgb(27,128,178);
    font-size: calc(0.9vw + 1.3vh);
    text-align:center;
}
.bottom_icon{
    text-align:center;
}


.next_text{
    font-size: calc(0.5vw + 1.3vh);
    text-align:center;
}
.form_text{
    font-size: calc(0.5vw + 1.3vh);
}
.footer_info{
    font-size: calc(0.5vw + 1.3vh);
    color:white;
    
}

.Header_Style{
    color:rgb(27,128,178);
    font-size: calc(0.9vw + 1.7vh);
    text-align:center;
}

.id_class_drop{
    padding-top: 70px;
}
.hideme
{
    opacity:0;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(256,256,256,0.1);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}

.popup {
  margin: 100px auto;
  padding: 40px;
  background: #fff;
  border: 1px solid #666;
  max-width: 80%;
  width: auto;
  box-shadow: 0 0 50px rgba(256,256,256,0.5);
  position: relative;
}
.Err{
    color:rgb(27,128,178);
    padding-top: calc(1vw + 7vh);
    font-size: calc(6vw + 3vh);
    text-align:center;

}
.ErrMain{
    color:rgb(27,128,178);
    padding-top: calc(1vw + 2vh);
    font-size: calc(1vw + 2vh);
    text-align:center;

}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
