.col-md-10.pd-remove {
  padding-left: 0 !important;
}

.col-md-2.pd-remove {
  padding-right: 0 !important;
}

input #phone {
  height: 35px !important;
  /* width: 100% !important; */
}

/* country code */

.iti__country-list {
  z-index: 3 !important;
}

* {
  box-sizing: border-box;
  margin: 0;
}
.tracking-section {
  background: url("https://images.pexels.com/photos/1103970/pexels-photo-1103970.jpeg");
  background-size: cover;
  /* background-position: center left 200px; */
  height: 100vh;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.container {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  width: 100%;
  padding: 20px;
}
.container h1 {
  padding: 20px 0px;
  font-size: 40px;
}
.container .input-layout {
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.container .input-layout input {
  border-radius: 10px;
  border: none;
  width: 100%;
  max-width: 500px;
  margin: auto;
  height: 50px;
  padding: 0px 20px;
  font-size: 15px;
}
.container .input-layout .button {
  margin: 20px 0px;
  background-color: #3cba8b;
  color: #fff;
  padding: 10px;
  width: 100%;
  max-width: 100px;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  padding: 16px 12px;
}
.container .input-layout .button:hover {
  color: #fff;
  background-color: #333;
  transition: ease-in-out 0.5s;
}

.hidden {
  display: none;
}
/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  background-color: #fff;
  margin: 5rem auto;
  padding: 50px;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.searchpara {
  list-style-type: none;
  text-align: left;
}

.searchpara li {
  margin: 1rem;
  font-size: 18px;
}
/*homepage php*/
input[type="radio"] {
  height: auto !important;
  width: 100% !important;
}
.radio-options-search {
  /* width: 100%; */
  /* max-width: 0px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.radio-options-search label {
  display: flex;
  margin: 20px;
}
.radio-options-search input {
  margin-right: 5px !important;
}
/*TABLE in MODAL*/
.modal {
  overflow: auto;
}
table.modal-table {
  border: 1px solid #3cba8b;
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0px;
}
ul.searchpara {
  padding: 0;
}
table.modal-table th {
  background: #3cba8b;
  color: #fff;
  width: 35%;
}
table.modal-table th,
table.modal-table td {
  border: 1px solid #000;
  padding: 5px;
  font-size: 18px;
}

@media screen and (max-width: 450px) {
  .modal-content {
    width: 100%;
    padding: 20px;
    margin: 0;
  }
}
