@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica-bold.ttf');
  font-weight: 700;
  font-style: normal;
}

a, a:hover{
  text-decoration: none;
  color: inherit;
}

body{
  font-family: Helvetica, sans-serif;
}


.centredmain{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.inputlabel {
  font-size: 24px;
  margin-left: 28px;
}

.input1 {
  width:100%;
  border: 1px solid #000;
  border-radius: 30px;
  height: 60px;
  margin-top: 10px;
  font-size: 14px;
  padding: 0 27px;
  text-align: center;
  letter-spacing: 4px;
}

.input2 {
  width:100%;
  border: 1px solid #000;
  border-radius: 30px;
  height: 54px;
  font-size: 22px;
  text-align: center;
}

.btn1, .btn1:hover {
  color: #fff;
  font-size: 18px;
  background: #34303d url("../img/arrow-right2.png") no-repeat 95%;
  background-size: 15px;
  border: 1px solid #34303d;
  padding: 0px 40px 0px 20px;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 45px;
}

.btn1-noarrow, .btn1-noarrow:hover {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  background: #34303d;
  background-size: 30px;
  border: 1px solid #34303d;
  padding: 5px 20px;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
}

.btnleft1, .btnleft1:hover {
  color: #fff;
  font-size: 22px;
  background: #34303d url("../img/arrow-left2.png") no-repeat left;
  background-size: 15px;
  border: 1px solid #34303d;
  padding: 5px 20px 5px 40px;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
}

.btn2 {
  color: #fff;
  font-size: 16px;
  background: #34303d url("../img/arrow-right2.png") no-repeat 90%;
  background-size: 12px;
  border: 1px solid #34303d;
  padding: 2px 40px 2px 15px;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
}

.btn3 {
	color: #fff;
	background: #34303d url("../img/arrow-right2.png") no-repeat 63%;
	background-size: 12px;
	border: 1px solid #34303d;
	padding: 20px;
	font-weight: bold;
	border-radius: 50px;
	cursor: pointer;
  vertical-align: middle;
}

.text1 {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
}

.userinfo {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}

.title1 {
  color: #34303d;
  text-align: center;
  font-weight: bold;
  letter-spacing: 4px;
  font-size: 40px;
  margin-bottom: 50px;
}

.fullcenter {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.packimage{
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.51); 
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.51);
}

#privacy{
  margin: 25px 0;
  text-align: center;
}

.row.font-weight-bold.mt-5.py-3 {
    font-size: 14px;
}

.row.font-weight-bold.mt-5.py-3  div{
    padding-left:0!important;
}