/* Small Devices, Tablets */

.callbackform .form-control{
    height: 60px!important;
}

.field{
    margin-bottom: 10px;
}

input, textarea{
    border-radius: 0!important;
}

@media (max-width: 991.98px) {
    #Form_CallBackForm_Name_Holder,
    #Form_CallBackForm_Phone_Holder,
    #Form_CallBackForm_Subject_Holder {
        width: 100%;
    }
    .middleColumn {
        width: 100%;
    }
}

@media (min-width: 991.99px) {
    #Form_CallBackForm_Name_Holder,
    #Form_CallBackForm_Phone_Holder,
    #Form_CallBackForm_Subject_Holder {
        width: 30%;
        display: inline-block;
    }
    .middleColumn {
        width: 100%;
    }
    .recall .btn-toolbar {
        width: 20%;
        display: inline-block;
        margin-top: 8px;
    }
    .callbackform *:not(:last-child){
        margin-right: 7px;
        margin-left: 7px;
    }
}

.right-title {
    display: block !important;
    clear: both;
    width: 100%;
    font-size: 12px;
    line-height: 1.5 !important;
    color: #999;
    padding: 9px 0;
}

.checkbox .middleColumn:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}