
.contact-section{
  background: url(about5.jpg) no-repeat center;
  background-size: cover;
  padding: 200px 0;
}
.contact-section h1{
  text-align: center;
  color: white;

}
.border{
  width: 350px;
  height: 5px;
  background: white;
  margin: 60px auto;
}

.contact-form{
  max-width: 600px;
  margin: auto;
  padding: 0px 10px;
  overflow: hidden;
}

.contact-form-text{
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 16px 0;
  border: 0;
  background: white;
  padding: 20px 40px;
  outline: none;
      
  color: black;
  transition: 0.5s;
}
.contact-form-text:focus{
  box-shadow: 0 0 10px 4px #ffffff;
}
textarea.contact-form-text{
  resize: none;
  height: 120px;
}
.contact-form-btn{
  float: right;
  border: 0;
  background: #34495e;
  color: white;
  padding: 12px 50px;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.5s;
}
.contact-form-btn:hover{
  background: #2980b9;
}

/* Media Queries */

/*IPhone 5/SE*/

@media (max-device-width:320px) and (max-device-height:569px)   {
.border{
  width: 200px;
  height: 5px;
  background: white;
  margin: 60px auto;
}
}

/*galaxy S5*/

@media screen and (min-width:350px) and (max-width:370px) and (max-height:640px)  {
 .border{
  width: 200px;
  height: 5px;
  background: white;
  margin: 60px auto;
}
}


/*IPhone 6/7/8*/

@media only screen and (min-width:375px) and (max-height:667px) {
.border{
  width: 200px;
  height: 5px;
  background: white;
  margin: 60px auto;
}
}

/*Pixel2*/

@media only screen and (min-width:411px)  and (max-height:731px) {

.border{
  width: 200px;
  height: 5px;
  background: white;
  margin: 60px auto;
}
}

/*Pixel2 XL*/

@media only screen and (max-width:411px) and (min-height:823px)  {
.border{
  width: 200px;
  height: 5px;
  background: white;
  margin: 60px auto;
}
}

/*IPhone 6/7/8 Plus*/

@media only screen and (min-width:414px) and (max-width:667px) {
.border{
  width: 200px;
  height: 5px;
  background: white;
  margin: 60px auto;
}
    
}

/*IPhone X*/
@media only screen and (min-width:375px) and (max-width:812px) {
.border{
  width: 200px;
  height: 5px;
  background: white;
  margin: 60px auto;
}
}

/*Ipad*/

 @media only screen and (min-width:768px) and (max-width:950px){

}


/*Ipad pro*/

@media only screen and (min-width:1000px) and (max-width:1200px){
    
}
