@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;600;800;&display=swap");

body {
  background-color: #fff5e5;
  font-family: "Roboto", sans-serif;
  color: #252f3e;
  font-size: 18px;
  line-height: 1.6;
}

h4 {
  color: #704652;
  margin-bottom: 25px;
  font-weight: 800;
  font-size: 36px;
}

section {
  margin: 35px 0;
  padding: 55px 0;
}

.darkbg {
  background-color: #f2dbbb;
}

.form-control {
  margin-bottom: 15px;
}

.btn-register {
  width: 100% !important;
  background: #262f3e !important;
  background-color: #262f3e !important;
  font-weight: 500;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 0 !important;
  border: none !important;
  font-size: 16px !important;
  text-transform: uppercase;
}

.team_wrapper {
  border-radius: 5px;
  padding: 20px;
  background: #704652;
  color: #fff5e5;
  margin-top: 15px;
  margin-bottom: 20px;
  min-height: 120px;
}

@media (min-width: 768px) {
  .team_wrapper {
    min-height: 90px;
  }
}

.team_wrapper .Name {
  font-size: 18px;
  font-weight: 600;
}

.team_wrapper .Designation {
  font-size: 13px;
  font-weight: 400;
}

.askbuttonwrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.askbuttonwrapper .askbtn {
  border-radius: 50px;

  background: #704652;
  color: #fff5e5;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.askbuttonwrapper .askbtn:hover {
  background: #552c37;
}

.askbtn_b {
  border-radius: 50px;
  background: #704652;
  color: #fff5e5;
  padding: 15px 30px;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
}

.askbtn_b:hover {
  background: #552c37;
  color: #fff5e5;
}
