#getquote_form .one-second.column {
width: 48%;
}
.column, .columns {
float: left;
margin: 0 1% 40px;
}
#getquote_form .form-control {
margin-bottom: 1px !important;
}
#getquote_form input[type="text"], #getquote_form input[type="search"], #getquote_form input[type="tel"], #getquote_form input[type="url"], #getquote_form input[type="email"], #getquote_form input[type="number"], #getquote_form input[type="date"], #getquote_form input[type="range"], #getquote_form input[type="password"], #getquote_form select, #getquote_form textarea, #getquote_form .wpcf7-number {
width: 574px !important;
}
#getquote_form .submit_class {
padding: 8px 25px !important;
border-radius: 5px !important;
background-color: #0088cc;
color: #fff;
}
#getquote_form .error {
color: red !important;
}
#getquote_form label {
font-weight: 500;
color: black;
}
.sub_class {
width: 100% !important;
}	
.submit_class {
border-style: none;
}
.proofreading_class {
display: none;
}
.transcription_class
{
display:none;
}
@media only screen and (max-width: 768px) {
#getquote_form .one-second.column {
width: 100%;
}
#getquote_form input[type="text"], #getquote_form input[type="search"], #getquote_form input[type="tel"], #getquote_form input[type="url"], #getquote_form input[type="email"], #getquote_form input[type="number"], #getquote_form input[type="date"], #getquote_form input[type="range"], #getquote_form input[type="password"], #getquote_form select, #getquote_form textarea, #getquote_form .wpcf7-number {
width: 100% !important;
}
}
@media only screen and (max-width: 1024px) {
#getquote_form  .column, .columns {
float: initial;
margin: 20px 0px;
}
}