/***************************
Add your custom styles below
****************************/

.valigntop > div[class*='col-'] {
    vertical-align: top!important;
}

.bg--red {
  background-color:#ed1d24;
  color: #f5f5f5;
}

.bg--red h4{
  color: #f5f5f5;
}

.bg--red i{
  color: #f5f5f5!important;
}

.feature__right h5 {
  text-transform: uppercase;
}

.icon-Global-Position {
  padding-left:0;
}

select {
  background: #f8f8f8;
padding: 0.8125em;
border-radius: 50px;
border: none;
}

.input-with-icon select {
    padding-left: 4.0625em;
    width: 100%;
}

.input-with-icon label + i + select {
    margin-top: 0.8125em;
}
