.imageSection {
  background-image: url(../images/hiredeveloper/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0;
  position: relative;
}
.imageSection div {
  position: relative;
  padding: 0px 5vw;
  color: white;
  width: 50%;
  gap: 20px;
}
.imageSection section {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  background: #00132cab;
  position: absolute;
}
.imageSection h3 {
  font-family: impact, Sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  flex: 1;
}
.imageSection p {
  width: 10%;
  margin-bottom: 0px;
}
.imageSection img {
  width: 100%;
  margin-top: 12px;
}
h1 {
  color: black;
  font-family: impact, Sans-serif;
  font-size: 44px;
  font-weight: 400;
  text-align: center;
}
.section {
  padding: 0px 5vw;
}
.priceSection {
  border-radius: 10px;
  border: 1px solid #0000002d;
  text-align: center;
  overflow: hidden;
  padding-bottom: 15px;
}
.priceSection img {
  width: 100%;
}
.priceSection div {
  position: relative;
}
.priceSection h2 {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #198754;
  font-family: impact, Sans-serif;
  font-size: 30px;
  top: 0px;
}
.priceSection p {
  height: 8rem;
  padding: 15px;
  font-size: 14px;
}
.priceSection h3 {
  font-size: 3rem;
  font-family: Sans-serif;
}
.priceSection span {
  font-size: 14px;
}
.priceSection label {
  font-size: 15px;
  color: gray;
}
.titleSection img {
  width: 100%;
}
.titleSection {
  border-radius: 10px;
  border: 1px solid #0000002d;
  text-align: center;
  overflow: hidden;
  padding-bottom: 15px;
}
.titleSection p {
  padding: 0px 15px;
  font-size: 14px;
  text-align: justify;
}
.titleSection h4 {
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
}
.titleSection button {
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  background-image: linear-gradient(90deg, #048def 0%, #0449a9 100%);
  border-radius: 7px 7px 7px 7px;
  padding: 7px 38px 7px 38px;
  color: white;
  border: none;
  outline: none;
  margin-top: 15px;
}
.titleSection button:hover {
  background-image: linear-gradient(90deg, #0449a9 0%, #048def 100%);
}
.techDiv img {
  height: 50px;
}
.techDiv p {
  font-family: myriad pro, Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #545454;
  margin-bottom: 0px;
  padding-left: 20px;
}
.techonologyMain {
  padding-left: 5vw;
  padding-right: 5vw;
}
.form-control:active,
.form-control:focus {
  box-shadow: none;
  border: 1px solid #0449a9;
  outline: none;
}
.form-select:active,
.form-select:focus {
  box-shadow: none;
  border: 1px solid #0449a9;
  outline: none;
}
.submitButton {
  outline: none;
  border: 1px solid #0449a9;
  color: white;
  background: #0449a9;
  padding: 7px 20px;
  font-weight: 600;
  border-radius: 8px;
  font-size: 18px;
}
.submitButton:hover {
  background: #048def;
  border: 1px solid #048def;
  box-shadow: 0px 0px 1px 3px #a5cffc;
}
@media (max-width: 767px) {
  .priceSection p {
    height: auto;
  }
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 25px;
  }
}
