.contactcontainertop{
    width:1160px;
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
}
.hrcontact{
    width:55px;
    top:0px;
    position: relative;
    color: #333; 
    background-color: #333; 
    height: 4px;
    border: none;
    text-align: left;
    margin-left:0
}
.contactcontainer{
    max-width:980px;
    max-height:220px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.contactcontainer1{
    max-width:980px;
    max-height:220px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.contactcontainer3{
    width:980px;
    max-height:220px;
}
.input-container{
    align-items: center;
    vertical-align: middle;
    margin: 10px;
    width:450px;
}
.input-containertext{
    align-items: center;
    vertical-align: middle;
    margin: 10px;
    width: 92%;
}
.input-field{
    width: 95%;
    max-height:210px;
    padding:10px;
    outline:0;
    border:3px solid #125404;
}
.input-field:focus{
    border:2px solid gray
}
.input-fieldtext{
    width:100%;
    height:150px;
    padding:10px;
    outline:0;
    border:3px solid#125604e1;
    resize:none;
}
.box3{
    margin-top:-2px;
    margin-left:auto;
    margin-right:auto;
    max-width:980px;
    min-height:100px;
    font-style:Arial;
    font-weight:bold;
    font-size:26px;
}
.contactcontainer4{
    max-width:165px;
    max-height:220px;
    margin-left:auto;
    margin-right:auto;
    border-radius:10px;
    margin-bottom:10px;
}

.btn1{
    
    background-image:linear-gradient(to bottom right, #1fa304, rgb(0, 0, 0));
    color:white;
    padding:15px 20px;
    border:0;
    cursor:pointer;
    width:150px;
    opacity:.9;
    border-radius:10px
}
.btn1:hover{
    opacity:1
}