body {
    font-family: "PT Sans";
    font-weight: 400;
    letter-spacing: 0px;
}

#footer {
    font-size: 12px;
    padding: 40px 10px 25px;
    
}


/* input:required {
    border: 1px solid red;
} */



 input {
    margin: 0 .25rem;
    min-width: 125px;
    border: 1px solid #eee;
    border-left: 3px solid;
    border-radius: 5px;
    transition: border-color .5s ease-out;
  }

 .checkbox input[type='checkbox'] {
    min-width: 1px;
  }

   input:optional {
    border-left-color: #999;
  }
   input:required {
    border-left-color: palegreen;
  }
   input:invalid {
    border-left-color: salmon;
  }

  /* select {
    margin: 0 .25rem;
    min-width: 125px;
    border: 1px solid #eee;
    border-left: 3px solid;
    border-radius: 5px;
    transition: border-color .5s ease-out;
  } */
  select:required {
    border-left-color: palegreen;
  }
  select:invalid {
    border-left-color: salmon;
  }

label.required:after
{
    color: red;
    content: " *";
}

#content {
    width: 100%;
    float: left;
    min-height: none;
    /* border:1px solid yellow; */
    margin-top: -52px;
}

#main {
    background-image: url(//www.elenderfinder.com/Images/hero-1-2.jpg);
    /*background-image: url("http://localhost/hero-1-2.jpg");*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 40px;
    -webkit-background-size: cover;
    padding-left: 10%;
    padding-right: 10%;
    min-height: 1150px;
}

.left-info {
    margin-top: 153px;
    padding-left: 9%;
}

.left-logo {
    margin-top: 153px;
}

.rigth-form {
    /* border:1px solid white; */
    min-height: 75px;
    margin-left: 0%;
    background: rgba(104,183,0, 1);
    width: 100%;
    
}

.header-form {
    padding: 0%;
}

.body-form {
    background-color: lightgray;
    padding: 3%;
    min-height: 125px;
}


hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

.h1-header {
    font-size: 46px;
    font-family: "Antic Slab";
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.6px;
    color:white;
}

.h1-header-form {
    font-size: 48px;
    font-family: "Antic Slab";
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0px;
    text-align: center;
    color:white;
}

.h3-header-form{
    font-size: 23px;
    font-family: "Antic Slab";
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0px;
    text-align: center;
    color:white;

}

.h2-detail {
    font-family: "Antic Slab";
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    font-size: 18px;
    color: white;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.imgLogo {
    width:441px;
    height:104px;
    text-align: left;
}

.div-logo{
    text-align: left;

}

.size-hurry
{
    width:233px; height:300px;
}

/* @media screen and (max-width: 992px) {
    
    #main {
        background-image: url("../Images/hero-1-2.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
        padding-top: 0px;
        padding-bottom: 40px;
        -webkit-background-size: cover;
        padding-left: 0.5%;
        padding-right: 10%;
        min-height: 1500px;
    }
  } */

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #main {
       
        background-image: url("../Images/hero-1-2.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
        padding-top: 0px;
        padding-bottom: 40px;
        -webkit-background-size: cover;
        padding-left: 0.02%;
        padding-right: 0.02%;
        min-height: 1080px;
    }

    .left-info {
        margin-top: 55px;
        padding-left: 0.5%;
    }
    
    .left-logo{
        margin-top: 58px;
        margin-left: -35px;
    }

    .h1-header {
        font-size: 30px;
        font-family: "Antic Slab";
        font-weight: 400;
        line-height: 1.1;
        letter-spacing: 1.0px;
        color: white;
    }
    .size-hurry
    {
        width:137px; height:170px;
    }

    .rigth-form {
        /* border: 1px solid white; */
        min-height: 75px;
        margin-left: 0%;
        background: rgba(104,183,0, 1);
        width: 100%;
    }

    .imgLogo {
        width: 360px;
        height: 86px;
        text-align: left;
    }

    .header-form {
        padding: 2%;
    }

    .h1-header-form {
        font-size: 30px;
        font-family: "Antic Slab";
        font-weight: 600;
        line-height: 0.3;
        letter-spacing: 0px;
        text-align: center;
        color: white;
    }

    .h3-header-form {
        font-size: 17px;
        font-family: "Antic Slab";
        font-weight: 600;
        line-height: 0.4;
        letter-spacing: 0px;
        text-align: center;
        color: white;
    }
  }


   /* 600 */
   @media screen and (max-width: 767px) {
    #main {
       
        background-image: url("../Images/hero-1-2.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
        padding-top: 0px;
        padding-bottom: 40px;
        -webkit-background-size: cover;
        padding-left: 0.5%;
        padding-right: 0.5%;
        min-height: 1280px;
    }
    .left-logo {
        display: none;
    }

    .left-info {
        margin-top: 44px;
        padding-left: 0.5%;
    }

    .h1-header {
        text-align: center;
        font-size: 26px;
        font-family: "Antic Slab";
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0.6px;
    }
    .h2-detail {
        font-family: "Antic Slab";
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0px;
        font-size: 15px;
        color: white;
    }

    .rigth-form {
        /* border:1px solid white; */
        min-height: 75px;
        margin-left: 0;
        background: rgba(104,183,0, 1);
        width: 100%;
        
    }

    .header-form {
        padding: 1%;
        margin-top: 50px;
    }

    .h1-header-form {
        font-size: 25px;
        font-family: "Antic Slab";
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 0px;
        text-align: center;
        color:white;
    }

    .h3-header-form{
        font-size: 17px;
        font-family: "Antic Slab";
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 0px;
        text-align: center;
        color:white;
    
    }

    .imgLogo {
        width:319px;
        height:85px;
        text-align: center;
    }

    .div-logo{
        text-align: center;
    
    }

    

  } 


​
