html,
body {
  min-height: 100%;
}


* {
  padding: 0;
  margin: 0;
  font-family: "Ubuntu", Arial, sans-serif;
}

.request-a-callback .img {
  background: url("../img/request-a-callback.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 70vh;
}

.request-a-callback .header-content {
  color: #ffffff;
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-40%, -50%);
}

.request-a-callback .header-content h1 {
  font-size: 67.5px;
  font-weight: 700;
  margin-bottom: 25px;
}

.request-a-callback .header-content p {
  font-size: 25px;
  margin-bottom: 30px;
}

.refer-friend .img {
  background-image: url("../img/refer-a-friend.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 70vh;
}

.refer-friend {
  padding-top: 100px;
}

.refer-friend .header-content {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
}

.refer-friend .header-content h1 {
  font-size: 67.5px;
  font-weight: 700;
  margin-bottom: 25px;
}

.refer-friend .header-content p {
  font-size: 25px;
  margin-bottom: 30px;
}

.refer-friend .header-content button {
  width: 200px;
  padding: 20px;
  border-radius: 30px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  background: #8906b7;
}

.refer-friend .header-content button:hover {
  background: #000000;
  border: 1px solid #000000;
}

.submit-vacancy .img {
  background: url("../img/submit-a-vacancy.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 70vh;
}

.submit-vacancy .header-content {
  color: #ffffff;
  position: absolute;
  top: 40%;
  left: 34%;
  transform: translate(-50%, -50%);
}

.submit-vacancy .header-content h1 {
  font-size: 67.5px;
  font-weight: 700;
  margin-bottom: 25px;
}

.submit-vacancy .header-content p {
  font-size: 25px;
  margin-bottom: 30px;
}

.submit-vacancy .header-content button {
  width: 200px;
  padding: 20px;
  border-radius: 30px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  background: #8906b7;
}

.submit-vacancy .header-content button:hover {
  background: #000000;
  border: 1px solid #000000;
}






.contact-with-us .img {
  background: url("../img/contact-us.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 70vh;
}

.contact-with-us .header-content {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 27%;
  transform: translate(-50%, -50%);
}

.contact-with-us .header-content h1 {
  font-size: 67.5px;
  font-weight: 700;
  margin-bottom: 25px;
}

.contact-with-us .header-content p {
  font-size: 25px;
  margin-bottom: 30px;
}

.contact-with-us .header-content button {
  width: 200px;
  padding: 20px;
  border-radius: 30px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  background: #8906b7;
}

.contact-with-us .header-content button:hover {
  background: #000000;
  border: 1px solid #000000;
}



.refer-a-friend {
  
  text-align:center;
  height: inherit;
  padding-top: 30px;
  WIDTH: 70%;
  MARGIN: 0 auto;
}

.refer-a-friend .contant {
  width: 70%;
  margin:0 auto;
}

.refer-a-friend .contant h1 {
  font-size: 50px;
  margin-bottom: 20px;
}

.refer-a-friend .contant h5 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
}

.refer-a-friend .content ul {
  margin-left: 25px;
  margin-bottom: 30px;
}

.refer-a-friend .content li {
  margin-top: 20px;
  font-size: 25px;
  color: gray;
}

.refer-a-friend .content p {
  font-size: 20px;
  color: grey;
}

.refer-a-friend .content a {
  color: #8906b7;
}

.date-show {
  display: flex;
  justify-content: space-between;
}

.date-show .date {
  width: 50%;
}


.submit-a-vacancy {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  padding-top: 30px;
}

.submit-a-vacancy .content {
  width: 70%;
}

.submit-a-vacancy .content h1 {
  font-size: 35px;
  margin-bottom: 30px;
  color: #8906b7;
  text-align: center;
}

.submit-a-vacancy .content p {
  font-size: 20px;
  color: grey;
  margin-bottom: 30px;
}

.submit-a-vacancy .content a {
  color: #8906b7;
}

.submit-a-vacancy .content h3 {
  font-size: 25px;
  text-align: center;

}


.contact-us {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  padding-top: 100px;
}

.contact-details {
  width: 70%;
  display: flex;
  margin:0 auto;
}

.contact-us .contact-details .address {
  flex: 60%;
  margin-right: 50px;
}

.contact-us .contact-details .address iframe {
  width: 100%;
  height: 500px;
}

.contact-us .contact-details .contact {
  flex: 40%;
}

.contact-us .contact-details .contact i {
  margin-right: 30px;
  color: #8906b7;
  margin-top: 40px;
  font-size: 22px;
}

.contact-us .contact-details .contact a {
  color: grey;
  margin-top: 40px;
  font-size: 22px;
  text-decoration: none;

}


/* ============ Responsive====== */






@media (max-width: 991px) {
  .submit-vacancy .header-content {
    color: #ffffff;
    position: absolute;
    top: 45%;
    left: 35%;
    transform: translate(-50%, -50%);
  }
  .testbox form {
    width: 40% !important;
    padding: 20px;
}

  .submit-vacancy .header-content h1 {
    font-size: 47px;
    font-weight: 600;

  }

  .submit-vacancy .header-content p {
    font-size: 20px;

  }

  .submit-vacancy .header-content button {
    padding: 20px 20px;

  }

  .contact-details {
    flex-wrap: wrap;
  }

  .contact-us .contact-details .address {
    flex: 100%;
  }

  .contact-us .contact-details .contact {
    flex: 100%;
  }

  .refer-friend .header-content h1 {
    font-size: 57.5px;
    font-weight: 700;
    margin-bottom: 25px;
  }

  .refer-friend .header-content p {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .refer-friend .header-content button {
    width: 200px;
    padding: 20px;
    border-radius: 30px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    background: #8906b7;
  }
}

@media (max-width: 1158px) {
  .submit-vacancy .header-content {
    color: #ffffff;
    position: absolute;
    top: 45%;
    left: 38%;
    transform: translate(-50%, -50%);
  }
  .testbox form {
    width: 70% !important;
    padding: 20px;
}

  .submit-vacancy .header-content h1 {
    font-size: 50px;
    font-weight: 600;

  }

  .submit-vacancy .header-content p {
    font-size: 20px;

  }

  .submit-vacancy .header-content button {
    padding: 20px 20px;

  }

  .submit-a-vacancy .content h1 {
    font-size: 40px;
    margin-bottom: 20px;

  }

  .submit-a-vacancy .content p {
    font-size: 18px;

    margin-bottom: 15px;
  }

  .contact-with-us .header-content {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 28%;
    transform: translate(-50%, -50%);
  }

  .contact-with-us .header-content h1 {
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .contact-with-us .header-content p {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .contact-with-us .header-content button {
    width: 200px;
    padding: 15px;

  }

  .request-a-callback .header-content h1 {
    font-size: 47.5px;
    font-weight: 700;
    margin-bottom: 25px;
  }

  .request-a-callback .header-content p {
    font-size: 20px;
    margin-bottom: 30px;
  }


}

@media (max-width: 768px) {
  .submit-vacancy .header-content {
    color: #ffffff;
    position: absolute;
    top: 45%;
    left: 38%;
    transform: translate(-50%, -50%);
  }
  .testbox form {
    width: 70% !important;
    padding: 20px;
}
  .refer-friend .header-content h1 {
    font-size: 57px !important;
    font-weight: 700;
    margin-bottom: 25px;
}

  .submit-vacancy .header-content h1 {
    font-size: 40px;
    font-weight: 600;

  }

  .submit-vacancy .header-content p {
    font-size: 18px;

  }

  .submit-vacancy .header-content button {
    padding: 20px 20px;

  }

  .submit-a-vacancy .content h1 {
    font-size: 40px;
    margin-bottom: 20px;

  }

  .submit-a-vacancy .content p {
    font-size: 18px;

    margin-bottom: 15px;
  }


  .contact-with-us .header-content {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translate(-50%, -50%);
  }

  .contact-with-us .header-content h1 {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .contact-with-us .header-content p {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .contact-with-us .header-content button {
    width: 200px;
    padding: 10px;
    margin-bottom: 10px;
  }

  .request-a-callback .header-content h1 {
    font-size: 37.5px;
    font-weight: 700;
    margin-bottom: 25px;
  }

  .request-a-callback .header-content p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .refer-friend .header-content h1 {
    font-size: 47.5px;
    font-weight: 700;
    margin-bottom: 25px;
  }

  .refer-friend .header-content p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .refer-friend .header-content button {
    width: 150px;
    padding: 10px;
    border-radius: 30px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    background: #8906b7;
  }

}
@media (max-width: 375px){
     .testbox form {
    width: 100% !important;
    padding: 20px;
}
    
}
.refer-a-friend {
    text-align: center;
    height: inherit;
    padding-top: 30px;
    /* WIDTH: 70%; */
    MARGIN: 0 auto;
}

@media (max-width: 575px) {
    .submit-a-vacancy .content h3 {
  font-size: 18px;
  text-align: center;

}
    
    .refer-a-friend {
    text-align: center;
    height: inherit;
    padding-top: 30px;
     WIDTH: 100%;
    MARGIN: 0 auto;
}
    .refer-a-friend .contant h1 {
    font-size: 20px;
    margin-bottom: 20px;
}
.refer-a-friend .contant h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.refer-a-friend .contant li {
    margin-top: 20px;
    font-size: 18px;
    color: gray;
}
.testbox form {
    width: 100% !important;
    padding: 20px;
}
.refer-a-friend .contant p {
    font-size: 16px;
    color: grey;
}
    
    .request-a-callback .header-content {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.testbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  padding: 30px 0px;
}
  .submit-vacancy .header-content {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(-50%, -50%);
  }

  .submit-vacancy .header-content h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;

  }

  .submit-vacancy .header-content p {
    font-size: 16px;

  }
  .submit-a-vacancy {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  padding-top: 30px;
}

  .submit-vacancy .header-content button {
    padding: 15px 15px;
    font-size: 16px;

  }
  .submit-a-vacancy .content h1 {
    font-size: 20px;
    margin-bottom: 20px;
}

  

  .submit-a-vacancy .content p {
    font-size: 16px;
    margin-bottom: 10px;
  }


  .request-a-callback .header-content h1 {
    font-size: 27.5px;
    font-weight: 700;
    margin-bottom: 25px;
  }

  .request-a-callback .header-content p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .refer-friend .header-content h1 {
    font-size: 37.5px;
    font-weight: 700;
    margin-bottom: 25px;
  }

  .refer-friend .header-content p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .refer-friend .header-content button {
    width: 150px;
    padding: 10px;
    border-radius: 30px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    background: #8906b7;
  }

}


.testbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  padding: 30px 0px;
}

.testbox form {
  width: 30%;
  padding: 20px;



}

.testbox form .form-headings p {
  font-size: 20px;
  color: #8906b7;
}

.item p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.item p span {
  color: red;
}

input,
select {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input {
    width: calc(100% - 10px);
    padding: 15px 0px;

    box-shadow: 0px 3px 10px 1px rgb(0 0 0 / 8%);
    border: none;
    outline: none;
    padding-left: 10px !important;
}



.item .message {
  padding: 50px 0px;
}

select {
  width: 98%;
  padding: 15px 0;
  background: transparent;
  outline:none;
  box-shadow:0px 3px 10px 1px rgb(0 0 0 / 8%);
  padding-left:10px !important;
  border: none;
}
input::placeholder{
        padding-left:0px;
        font-weight: bold;
        color: rgb(211, 208, 208);    
    }

selec::placeholder{
        padding-left:0px;
        font-weight: bold;
        color: rgb(211, 208, 208);    
    }

.item:hover p,
.item:hover i,
.question:hover p,
.question label:hover,
input:hover::placeholder,
a {
  /*    color: #095484;*/
}

/*.item input:hover,*/
/*.item select:hover {*/
/*  border: solid 1px #8906b7;*/
/*}*/

.item {
  position: relative;
  margin: 10px 0;
}

input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

.item i,
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  font-size: 20px;
  color: #a9a9a9;
}

.item i {
  right: 2%;
  top: 30px;
  z-index: 1;
}

[type="date"]::-webkit-calendar-picker-indicator {
  right: 1%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

input[type=checkbox] {
  display: none;
}

label.check {
  position: relative;
  display: inline-block;
  margin: 5px 20px 10px 0;
  cursor: pointer;
}

.question span {
  margin-left: 30px;
}

span.required {
  margin-left: 0;
  color: red;
}

label.check:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #095484;
}

input[type=checkbox]:checked+.check:before {
  background: #095484;
}

label.check:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 8px;
  height: 4px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  opacity: 0;
}

input[type=checkbox]:checked+label:after {
  opacity: 1;
}

.btn-block {
  margin-top: 10px;
  text-align: left;
}

button {
  font-weight: 600;
  width: 100px;
  padding: 10px;
  border: 2px solid #8906b7;
  border-radius: 30px;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  background: transparent;
}

button:hover {
  transition: 0.6s;
  background: #8906b7;
  color: #ffffff;
}

@media (min-width: 568px) {

  .name-item,
  .city-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .name-item input,
  .city-item input {
    width: calc(50% - 20px);
  }

  .city-item select {
    width: calc(50% - 8px);
  }
}