/* Uni Web Tec Custom CSS */
.box ul{
  list-style-position: inside;
  margin-left: 50px;
}
.box ul li {
  position: relative;
  margin-bottom: 10px;
}
.box ul li:before {
  position: absolute;
  top: 0;
  left: -25px;
  font-family: "FontAwesome";
  font-size: 12px;
  content: "\f006";
  color: #18ba60;
}
.number-box ul{
  margin-left: unset !important;
}
.number-box ul li::before{
  content: "";
}

.title{
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.pricing-table>thead>tr>th {
  text-align:center;
}

.pricing-table td:nth-child(1) {
  text-align: right;
  vertical-align: middle;
}

.success-btn {
  background: #28a745;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  line-height: 42px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
button.success-btn{
  font-size: unset !important;
  padding: inherit !important;
}

.uni-subhead{
    font-size:22px;
    color:#3a526a;
    font-weight:600;
    padding: 10px 0px;
}

.uni-unorder-disk{
    list-style: disc;
    padding:0 0 1% 3%;
}
p{
    padding-bottom:1.5% !important;
}

.contact-content .uni-address{
    padding: 20px 10px;
    position: relative;
}

.hr-banner{
  width: 10%;
  border-top: 4px solid rgb(247, 99, 27);
  border-radius: 4px;
}