* {
  font-family: popins;
}
.header-contact {
  background-image: url(http://tutorlypk.com/wp-content/themes/hello-elementor-child/assets/images/banner.png);
  height: 60vh;
  background-size: cover;
  background-position: top;
  border-bottom: 8px solid #004aad;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 40%;
  box-shadow: 3px 3px 3px #40424567;
}
.contact {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-shadow: 3px 0px 10px #a5811e;
  color: #004aad;
  font-weight: bold;
  height: 40px;
}
.main-contact {
  height: 100vh;
  background-image: url(http://tutorlypk.com/wp-content/themes/hello-elementor-child/assets/images/bg-contact.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
}
.icon {
  border-radius: 50%;
  background-color: #004aad;
  height: 60px;
  width: 60px;
  margin: 20px;
  padding: 17px;
}
.ic {
  font-size: 30px;
  color: white;
}
.text-boxes {
  padding: 5px;
  border-radius: 20px;
  background-color: #ede6e6;
}
.para-contact {
  line-height: 1;
}
.text {
  padding: 10px;
}

.card {
  background-image: url(http://tutorlypk.com/wp-content/themes/hello-elementor-child/assets/images/bg.png);
  background-color: #ede6e6a0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50px;
  border: none;
}

.form-control {
  background-color: #ede6e6;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
}

.form-control:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
}

.btn-pink {
  background-color: #f0bb2b !important;
  color: #fff !important;
  border: none !important;
}

.btn-pink:hover {
  background-color: #2600ff !important;
  color: #fff !important;
}

textarea {
  resize: none;
}
