#nat-roaming h2 {
  font-family: "TruenoSBd";
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 24px;
}

#nat-roaming .box {
  width: 288px;
  min-height: 159px;
  padding: 20px 20px 0px 20px;
  border: solid 1px #d9d9d9;
  background-color: #fff;
}

#nat-roaming .col-md-6 {
  padding: 12px;
}

.mx-w-600 {
  max-width: 600px;
  margin: 0 auto;
}

#nat-roaming p {
  font-family: "TruenoLt";
  font-size: 20px;
  line-height: 30px;
  color: #262626;
  margin-bottom: 20px;
}

#nat-roaming p>a {
  font-family: "TruenoSBd";
  font-size: 14px;
  color: #ff1659;
  text-decoration: none;
  letter-spacing: 0.37px;
}

#nat-roaming label {
  color: #7b7b7b;
  font-size: 16px;
  font-family: 'TruenoRg';
  line-height: 24px;
  margin-bottom: 40px;
}

#nat-roaming select {
  color: #9d9d9d;
  border: 1px solid #e9e9e9;
  font-family: 'TruenoLt';
  font-size: 16px;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
}

#nat-roaming .form-control:focus {
  box-shadow: 0 0 0 0.2rem #e9e9e9;
}

#nat-roaming select option {
  line-height: 48px;
}

#nat-roaming select option:checked {
  background: #e9e9e9;
  color: #ff1659;

}

#nat-roaming select option:hover {
  background: red;
  color: #fff;
}

#nat-roaming input[type="submit"] {
  font-size: 18px;
  background: #ff1659;
  color: white;
  border-radius: 0px;
  text-align: center;
  font-family: 'TruenoSBd';
}

.search-btn-nat-roaming {
  width: 100% !important;
  margin-top: 10px;
  display: block;
}