/*@import url('content/dam/te-com/custom/fonts/antennas/Gotham-Bold.otf);*/
/*@import url(content/dam/te-com/custom/fonts/antennas/Gotham-Book.otf);*/
/*@import url(content/dam/te-com/custom/fonts/antennas/Gotham-Medium.otf);*/
@font-face {
  font-family: 'Avenir';
  src: 	url('../../fonts/antennas/AvenirLTStd-Roman.otf');
  font-weight: bold;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
  font-family: 'Avenir', sans-serif;
}

#regForm {
  background-color: #EDEDEE;
  /*margin: 100px auto;*/
  font-family: 'Avenir', sans-serif;
  padding: 40px;
  width: 100%;
  min-width: 300px;
}
.radio-div {
  display: inline-flex;
}
.radio-div > p {
  width: 70%;
}
h1{
  /*text-align: center; */
  color:#E98300;
  font-size: 1.1rem;
}
h2{
  color:#E98300;
}

input {
  padding: 10px;
  /*width: 100%;*/
  font-size: 17px;
  font-family: 'Avenir', sans-serif;
  border: 1px solid #747678;
}

select {
  margin-top: 10px;
  /*margin-left:52px;*/
  padding: 5px 25px;
  font-size: 16px;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #E98300;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: 'Avenir', sans-serif;
  cursor: pointer;
  width: 150px;
  height: 50px;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #747678;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #747678;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #E98300;
}
/*step 1 image*/
.mainimage{
  /*width: 100%;*/
  /*float: right;*/
}
.mainimage > img {
  width: 100%;
  margin-top: 63px !important;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}
h1.pagecontent-heading {
  font-weight: 900;
  /* font: 900 28px Avenir,Avenir W02,Arial,Helvetica,sans-serif; */
  font-size: 1.5rem;
  line-height: 1.04347826;
}
.search-pagecontent {
   margin: 60px;
   line-height: 1.5rem;
  text-align: justify;
 }
@media screen and (min-width: 600px) {
  #step2{
    padding-left: 30%; padding-top: 20px;
  }
  #step3{
    padding-left: 30%; padding-top: 20px;
  }
  
}
input[type="checkbox"],input[type="radio"] {
  padding: 10px !important;
  /* width: 100%; */
  font-size: 30px;
  font-family: 'Avenir', sans-serif;
  border: 1px solid #747678;
  background-color: initial;
  cursor: default;
  appearance: checkbox;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
    width: 20px;
    height: 20px;
    vertical-align: sub;
}
p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.row.trademarks-text {
    /*background-color: #4a4f55;*/
    /*color: #fff;*/
    padding: 27px;
}
img.checkbo-icon {
    width: 30%;
    height: 30%;
}
img.mounting-icon {
  width: 20%;
  height: 20%;
  padding-top: 10px;
}
img.mounting-icon.external-mount{
  width: 110px;
  float: right;
  margin-left: 100px;
}
img.mounting-icon.terminal-mount {
  height: 50px;
  width: 100px;
  float: right;
}
div#retrieving-result {
  height: 70px;
  background: #e9842d;
  /* opacity: .7; */
  text-align: center;
  padding: 5px;
  margin: 18px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bolder;
  position: fixed;
  width: 97%;
}
