@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');

.center-div .needaride-form ::-webkit-input-placeholder {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  opacity: 1;
}
.center-div .needaride-form ::-moz-placeholder {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  opacity: 1;
}
.center-div .needaride-form :-ms-input-placeholder {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  opacity: 1;
}
.center-div .needaride-form :-moz-placeholder { 
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  opacity: 1;
}
.center-div {
    width: 1010px;
    max-width: 100%;
    margin: 0 auto;
}
.needaride-form-script {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    border: none;
    background-color: #A39770;
    border-radius: 2px;
}
.needaride-form {
    width: 100%;
    max-width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
}
.needaride-form .needaride-destination-from,
.needaride-form .needaride-destination-to {
    float: left;
    width: 38%;
}
.needaride-form .needaride-destination-from input, .needaride-form .needaride-destination-to input {
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border: none;
    color: #fff;
    border-radius: 2px;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    background-color: hsla(0,0%,100%,.2);
}
.needaride-form .needaride-destination-from input:focus,
.needaride-form .needaride-destination-to input:focus {
    border-color: transparent;
    outline: none;
}
.needaride-destination-search {
    width: 23%;
    float: left;
    margin-left: 1%;
}
.needaride-destination-search button {
    width: 100%;
    text-align: center;
    max-width: 100%;
    border-radius: 2px;
    border: none;
    background: #fff;
    display: block;
    padding: 15px 10px;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #A39770;
    height: auto;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    cursor: pointer;
}
.needaride-destination-search button:hover {
    color: #474747;
}
.needaride-form .needaride-form-error {
    margin-top: 5px;
    font-size: 12px;
    color: white;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    display: none;
    background-color: red;
    width: max-content;
    padding: 2px 5px;
    border-radius: 2px;
}
/*this is for pricing section start*/

.ride-info-box {
        border: 2px solid #ccc;
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
        float: left;
        margin-bottom: 20px;
        background-color: #eee;
    }
    .ride-info-box ul {
        text-align: right;
    } 
    .ride-info-box ul li {
        font-size: 18px;
        color: #000;
        font-family: 'Open Sans';
        font-weight: normal;
        list-style: none;
        display: block;
        padding-bottom: 10px;
    }
    .ride-info-box ul li b {
        font-weight: bold;
        font-size: 20px;
    }
    .ride-info-box ul li:last-child {
        padding-bottom: 0;
    }

    .choose-btn {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .choose-btn button {
        width: 200px;
        background-color: #a19573;
        border: 3px solid #cec6b1;
        padding: 0;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: block;
        font-family: 'Open Sans';
        font-weight: bold;
        outline: none;
        cursor: pointer;
        color: #fff;
        font-size: 20px;
    }
    /*this is for pricing section ends*/

@media (max-width: 900px) {
    .needaride-destination-search button {
        letter-spacing: normal;
    }

}
@media (max-width: 800px) {
    .needaride-form .needaride-destination-from, .needaride-form .needaride-destination-to {
        width: 100%;
        margin-bottom: 10px;
    }
    .needaride-destination-search {
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
    }
    .needaride-destination-search button {
        width: 250px;
        max-width: 100%;
        letter-spacing: 1px;
    }
    .needaride-form .needaride-destination-from input,
    .needaride-form .needaride-destination-to input {
        width: 100%;
    }
}


.trchoosebutton {
    background-color: #fff;
    padding: 3px 10px;
    color: #000;
    border: 1px solid #A39770;
    border-radius: 2px;
    font-size: 15px;
    width: max-content;
    box-sizing: border-box;
    position: relative;
    top: 5px;
    font-weight: 600;
    letter-spacing: .5px;
}
.trchoosebutton a {
    background-color: #A39770;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    width: max-content;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    border: 2px solid;
}
.needaride-ride-info-box {
    clear: both;
    padding-top: 0;
}
.needaride-form-script input::-webkit-input-placeholder {
  color: #FFF;
}
.needaride-form-script input::-moz-placeholder { 
  color: #FFF;
}
.needaride-form-script input:-ms-input-placeholder {
  color: #FFF;
}
.needaride-form-script input:-moz-placeholder { 
  color: #FFF;
}

@media (max-width: 800px) {
    .trchoosebutton {
        top: 8px;
        margin: 5px auto;
    }
}

@media (max-width: 414px) {
    .trchoosebutton {
        width: 100%;
        text-align: center;
    }
    .trchoosebutton a {
        display: block;
        margin: 0 auto;
    }
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVc.ttf) format('truetype');
}

