.required {
color: red;
font-weight: 700;
}
textarea {
width: 100%;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
display: block;
font-size: 14px;
line-height: 1.42857;
padding: 6px 12px;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
dt {
font-weight: 700;
}
dt, dd {
line-height: 1.42857;
}
dd {
margin: 0;
}
.gl-summary-info dd {
margin-bottom: 10px;
padding-left: 15px;
}
h3 {
margin: 0;
padding: 0;
}
.pull-right {
float: right !important;
}
.radio {
display: block;
margin-bottom: 10px;
margin-top: 10px;
min-height: 20px;
padding-left: 20px; }
.radio label {
cursor: pointer;
display: inline;
font-weight: 400;
margin-bottom: 0;
}
.radio input[type="radio"] {
float: left;
margin-left: -20px;
}
.form-group {
margin-bottom: 15px !important;
}
.round {
background: #d1ebf9 none repeat scroll 0 0;
}
.custom-h4-fare {
font-size: 18px;
color: #003a5d;
margin: 10px 0 15px;
}
.custom-h5-fare {
font-size:14px;
}
.payment-options{
padding: 10px;
margin: 10px 0;
background-color: #e9e6ff;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.checkbox.payment-options label {
margin: 10px;
} .submit-formm{
display: flex;
padding: 10px 0px;
}
.submit-left {
width: 70%;
padding: 0px;
}
.submit-right {
width: 30%;
padding: 0px;
background: #fafafa;
}
.submit-filed {
width: 100%;
height: 40px;
}
.alert.alert-info {
padding: 10px;
background-color: #265da7;
color: white;
}
.book-ridee {
width: 100%;
}
.submit-login {
width: 30%;
}
@media only screen and (max-width: 768px) {
.submit-formm {
display: inline;
}
.submit-left {
width: 100%;
padding: 0px;
}
.submit-right {
width: 100%;
padding: 0px;
}
.submit-field-section {
padding: 0px 15px;
}
.submit-login {
width: 100%;
}
}