* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
#footer-heading{
  font-size: 2.2rem;
  margin-top: 2rem;
}
.body-1{
  margin: 5rem 1.5rem;
}
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

#webdeveloper {
  margin-top: 0rem;
}
.web-developer-title{
  margin-top: 0px;
}
.django-developer-title{
  margin-top: 5rem;
}

.jobarea {
  min-height: 100vh;
  width: 100%;
}
.Operationjobbox{
  min-height: 70vh !important;
}
.jobbox {
  padding: 3rem;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jobbox h1 {
  color: #010029;
  font-weight: 700;
}

.jobbox p {
  margin: 20px 0;
  font-size: 1.3rem;
}

.jobbox ul li {
  color: #010116;
  font-weight: 400;
  font-size: 1.3rem;

}

.minihead {
  color: #010116;
  font-weight: 600;
  font-size: 1.3rem;
}

.col-12 h1{
  display: inline-block;
}


/* apply btn  */

.applybtn {
  background-color: #010029;
  color: white;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 1rem;
  border: 2px solid transparent;
  font-weight: 600;
  margin-top: 2rem;
}

.applybtn:hover {
  color: #010029;
  background-color: #ffffff;
  border: px solid #010029;
}

.goback{
  background-color: #010029;
  color: white;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 1rem;
  border: 2px solid transparent;
  font-weight: 600;
  list-style: none;
  float: right;
}

.goback li a {
  text-decoration: none;
  color: white;
}

.applybtn{
  margin-top: 10px;
}
@media screen and (min-width:320px) and (max-width:1000px){

  .jobbox {
    padding: 0rem;
    
  }
  .jobbox h1 {
    margin-top: 5rem;
    color: #010029;
    font-weight: 700;
    font-size: 28px;
  }
  .jobbox p{
    font-size: 18px;
  }
  .jobbox ul li {
    font-size: 18px;
}
.goback{
  margin-top: 20px;
}
}