#homesearch.fivebox .col-lg-3
{      width: 20%;
}
#homesearch label{font-weight: bold;}
#homesearch h1{text-align: center; margin: 20px 0;} 
#homesearch select{font-size: 14px;}

#homesearch {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    color: #fff;
    padding: 60px 0 30px;
    overflow: hidden;
    position: relative;
    background-size: auto 100%;
    float: left;
        max-width: 1560px;
    margin: 20px auto 20px;

}
#homesearch h2 {
    
    font-size: 48px;
    margin: 0 0 14px;
    line-height: 1.3;
    text-align: center;
        z-index: 9;
}
#homesearch h2 span {
    color: #FEE939;
}
#homesearch h3 {
    font-size: 24px;
    letter-spacing: .5px;
    padding: 0 65px 0 98px;
    text-align: center;
    font-weight: 400;
        z-index: 9;
}
#homesearch .blfrm {
    margin: 60px 0 0 110px;
    max-width: 547px;
    width: 100%;
}
#homesearch ul {
    display: grid;
    grid-row-gap: 13px;
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr;
}
#homesearch ul li {
       position: relative;
    list-style: none;
    counter-increment: number;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    background-color: #FFFEFE47;
    padding: 5px 0 10px 52px;
    border: 1px solid #F9F6F6;
    border-radius: 10px;

}
#homesearch ul li:before {
    font-size: 20px;
    content: counter(number) " ";
    width: 35px;
    text-align: center;
    margin-right: 23px;
    margin-top: 0;
    background: #FDD525;
    color: #193A77;
    border-radius: 50px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 10px;
    padding: 3px;
    font-weight: bold;
}
#homesearch ul li>.form-group {
    width: 100%;
}
#homesearch select {
       background-color: #fff;
    width: 100%;
    padding: 10px;
    border: 0px solid #fff;
    color: #000;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
    cursor: pointer;
    height: 40px;
    max-width: 343px;
    border-radius: 10px;
}
#homesearch select option {
    color: #000;
}
#homesearch li:after {
    content: "\f107";
    border-left: 0px solid #fff;
    position: absolute;
    top: 33px;
    right: 140px;
    bottom: 0;
    width: 70px;
    z-index: 1;
    font-family: 'FontAwesome';
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    text-align: center;
    font-size: 23px;
    color: #555;
    pointer-events: none;
}

#homesearch .btn-primary {
   width: 100%;
    font-size: 28px;
    border: none;
    border-radius: 26px;
    padding: 10px 0 10px;
    cursor: pointer;
    max-width: 525px;
    background: #FDD525;
    margin-top: 80px;
    font-weight: bold;
    color: #193A77;
}

@media only screen and (min-width: 763px) {
#homesearch:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        margin-left: 0;
        background-image: url(../img/reparacion-movil-bg-desktop.png);
        background-size: 100% 100%;
        left: 0;
        z-index: -1;
        background-repeat: no-repeat;
    }
}
@media only screen and (max-width: 768px) {
    #homesearch {
        padding: 225px 0 40px;
        background-image: url(../img/reparacion-movil-bg-mobile.jpg);
        background-position: top center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-color: #14C9FF;
        display: block;
    }
      #homesearch h2{font-size: 38px;}
  #homesearch h3{padding: 0}
  #homesearch .blfrm {
    margin: 0 auto;
    max-width: 430px;
    width: 100%;
    float: none;
    display: inline-block;
    text-align: left;
}
#homesearch li:after{top: 27px; right: 0;}
#homesearch .btn-primary{margin-top: 10px;}
}

@media(max-width: 767px)
{
	#homesearch select{font-size: 100%;}

div#homesearch.fivebox .col-lg-3
{      width: 100%;
}
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"], 
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}