.hero-section{
    display: flex;
      justify-content: center;
      height: 500px;
      width: 100%;
  }
  #hero-section-img{
      height: 450px;
      width: 100%;
      background-image: url("../images/ju.jpg");
      background-size: cover;
      background-position: 0cqb;
      display: flex;
      z-index: -56;
  }
  #hero-section-img-2{
    height: 200px;
    width: 700px;
    color: #ffffff;
   z-index: 1;
   box-sizing: border-box;
   padding: 25px;
    background-color: rgb(12, 43, 136);
    background-size: cover;
    background-position: 0cqb;
    border-radius: 10px;
   margin: -110px 0px 0px 50px;
}
#hero-section-img-2 h2{
    font-size: 3.5rem;
    font-weight: 600;
}
/* gghjhjhj */
form p{
    color: #b4b0b0;
}
.content-inner{
    width: 60%;
    margin-left: 40px;
    margin-right: 40px;
}
.wpforms-required-label{
    color: red;
}
.er{
    margin-bottom: 20px;
}
.page-title{
    font-size: 2.5rem;
    color: #0077b6;
}
.wpforms-field-label{
    color: #0077b6;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}
.l1{
    color: #0077b6;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}
input{
    padding: 10px;
}
.wpforms-submit {
    position: absolute;
    box-sizing:content-box;
    border-radius: 4px;
    height: 40px;
    width: 150px;
    background: #4682B4;
    display: block;
    color: #fff;
    border-bottom:5px solid purple;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    transition: 1s;
}
.wpforms-submit:hover{
    border-bottom: none;
    position: absolute;
    transition: 1.5s;
    transition: 1s;
}
@media  screen and (min-width: 666px) {
    input{
        width: 300px;
    }
}