.moto-service-lead {
    margin-top: 50px;
    margin-bottom: 80px;
}
.section-padding {
    padding-top: 48px;
    padding-bottom: 56px;
}
.pages-order-to{
    padding: 20px 17px 25px;
    z-index: 1;

    background: #F6F6F6;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
.pages-order-to-title{
    display: block;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    color: rgba(30, 30, 30, 0.85);
    margin-bottom: 12px;
    text-align: center;
}
.pages-order-to-subtitle{
    display: block;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    font-size: 18px;
    color: #616365;
    margin-bottom: 14px;
    text-align: center;
}
.pages-order-to-btn{
    display: block;
    width: 100%;
}
.pages-order-to-hr{
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 20px;
    margin-bottom: 14px;
}
.pages-order-to-bottom-title{
    display: block;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    font-size: 18px;
    margin-bottom: 2px;
    color: #616365;
    text-align: center;

}
.pages-order-to-bottom-tel{
    display: block;
    font-style: normal;
    font-weight: bold;
    line-height: 27px;
    font-size: 18px;
    color: #D52B1E;
    text-align: center;
}
.pages-order-to-bottom-tel:hover{
    text-decoration: none;
    color: #D52B1E;
}

@media (max-width: 991.98px) {
    .pages-order-to {
        margin-top: 20px;
        max-width: 400px;
        margin: 20px auto 0;
    }  
}

.order-to-form .form-group {
    margin: 0;
}
.order-to-form .form-group input::placeholder, 
.order-to-form .form-group select::placeholder, 
.order-to-form .form-group textarea::placeholder{
    color: #616365;
}
.order-to-form .form-group input, 
.order-to-form .form-group select, 
.order-to-form .form-group textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: 300;
    line-height: 21px;
    font-size: 14px;
    color: #1E1E1E;
    padding: 10px 16px 8px;
    margin-bottom: 16px;
    color: #616365;
}
.order-to-form .form-group input:focus, 
.order-to-form .form-group select:focus, 
.order-to-form .form-group textarea:focus{
    border: 1px solid rgba(30, 30, 30, 0.85);
    color: #1E1E1E;
    box-shadow: none;
    outline: none;
}
.order-to-form .form-group textarea {
    height: 160px;
    width: 100%;
}

.order-to-form .order-to-input-title{
    font-style: normal;
    font-weight: bold;
    line-height: 27px;
    font-size: 18px;
    color: rgba(30, 30, 30, 0.85);
    margin-bottom: 16px;
}
.order-to-form .pages-order-to-btn {
    max-width: 270px;
    outline: none;
}
.order-to-form .order-to-input-title span{
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    font-size: 18px;
    color: #616365;
    padding-left: 6px;
}
.order-to-form .form-group input{
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .order-to-form .pages-order-to-btn {
        max-width: none!important;
    }
}
