.dorve_fixed_buttons{
    position: fixed;
    z-index: 99;
}
.dorve_btn{
    padding: 10px;
    border-radius: 5px;
    margin-left: 10px;
    background: #e4e4e4;
    color: #000;
    text-decoration: none;
}
.dorve_btn:hover{
    text-decoration: none;
}
.dorve_bg_popup .modal-dialog {
    top: 20%;
}
.dorve_bg_popup{display: none;}
.dorve_bg_popup.show{display: block;}
.dorve_bg_popup .form_quotes label{
    color:#333!important;
}
.dorve_head { 
    transform: translateY(0);
    transition: all .5s ease-out;    
    top: -7.2rem;
    position: fixed;
    transform: translateY(0px) !important;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .35);
    min-height: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.dorve_fixed_buttons_head{
    float: none;
    display: block;
    margin: 0 auto;
}
.form_quotes input:checked::before{
    content: " ";
    position: absolute;
    display: inline-block;
    transform: rotate(45deg);
    height: 25px;
    width: 12px;
    margin-top: -5px;
    margin-left: 10%;
    border-bottom: 7px solid #78b13f;
    border-right: 7px solid #78b13f;
}
.dorve_logo_img{
        width: auto;
    height: 50px;
    margin-top: 0px;
    position: absolute;
}
.dorve_close{
    position: absolute;
    right: 16px;
    top: 10px;
    border: 0px!important;
}
.dorve_bg_popup .btn-close,.dorve_bg_popup .btn-close:hover{
    background-color: #fff;
}
.tolm_form{
    display: block;
}
.form_quotes label{
    display: block!important;
}
.form_quotes .show-error{
    display: none;
    color: red;
    font-size: 12px;
    line-height: 15px;
    padding-top: 5px;
}
.form_quotes .form-control{
    padding: 10px!important;
    line-height: 20px!important;
    height: 40px!important;
    font-weight: normal;
    margin: 0px!important;
    border-radius: 2px!important;
    font-family: Roboto,sans-serif!important;
    font-weight: 400!important;
    font-size: 14px!important;
    color: #777!important;
    max-width: 100%!important;
}
.form_quotes input[type=submit],
.form_quotes input[type=date],
.form_quotes input[type=text],
.form_quotes label{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family:Roboto, sans-serif!important;
    font-weight:400!important;
    font-size: 14px!important;
    color:#777!important;
}
.form_quotes label span{
    display: block;
    padding-left: 30px;
}
.form_quotes select{
    font-family:Roboto, sans-serif!important;
    font-weight:400!important;
    font-size: 14px!important;
    color:#777!important;
    outline-offset: -3px!important;
    outline: 2px #fff solid!important;
    border-radius: 2px!important;
}
.form_quotes input[type="submit"]{
    padding: 10px!important;
    line-height: 20px!important;
    height: auto!important;
    font-weight: normal;
    margin: 0 auto!important;
    display: block!important;
    font-weight:700!important;
    font-size:20px!important;
    background-color: #EF8507!important;
    border-radius: 3px!important;
    padding: 20px 40px 20px 40px!important;
    color: #fff!important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.form_quotes .suggestions.error{
    color: red;
    font-size: 12px;
    line-height: 15px;
    padding-top: 5px;
    display: block;
}

.form_quotes .row{
    margin-bottom: 0px!important;
}
.pac-container {
    z-index: 1999999999 !important;
}
.pum{
    z-index: 9999!important;
}
.form_quotes .row > div,.have_car > div{
    margin-bottom: 10px!important;
}
/* Chrome, Safari, Edge, Opera */
.form_quotes input::-webkit-outer-spin-button,
.form_quotes input::-webkit-inner-spin-button {
  -webkit-appearance: none!important;
  margin: 0!important;
}

/* Firefox */
.form_quotes input[type=number] {
  -moz-appearance: textfield!important;
}


/************ popup *****************/


/* Outer */

.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
}
.pac-container {
    z-index: 9999 !important;
}
#footer-menu{
    position: relative;
    top: 0px!important;
}
/* Inner */

.popup-inner {
    max-width: 700px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    border-radius: 3px;
    background: #fff;
}


/* Close Button */

.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: #4c9a2a;
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff !important;
}

.popup-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: rgba(0, 0, 0, 1);
    text-decoration: none;
}

.popupbtn1{
    background-color: #EF8507;
    border-radius: 3px;
    padding: 10px 40px 10px 40px;
    color: #fff;
}
.popupbtn2{
    background-color: #EF8507;
    border-radius: 3px;
    padding: 20px 40px 20px 40px;
    color: #fff;
}


.col-4{
    width: 24%!important;
    float: left;
    margin-right: 1%;
    position: relative;
}
.col-2{
    width: 49%!important;
    float: left;
    margin-right: 1%;
    position: relative;
}
.col-3{
    width: 32%!important;
    float: left;
    margin-right: 1%;
    position: relative;
}
div.error{
    border:0px!important;
    /*padding:5px!important;*/
}
div.error input,div.error select{

}
.error input:invalid,.error input {
  background-color: #ffdddd!important;
  border-color: red!important;
}
.error input:required:invalid {
  border-color: #ff0000;
}
.success_bg{
    background-color: #4c9a2a!important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size:12px;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size:12px;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size:12px;
}
:-moz-placeholder { /* Firefox 18- */
  font-size:12px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

::placeholder {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-size: 14px!important;
    color:#777!important;
}
.has_vehicle{
    width: 20px!important;
    display: block;
    float: left;
    height: 20px!important;
    top: -9px;
    position: relative;
    margin-right: 10px;
    border:1px solid #ccc!important;
}
.date{
    width: 100%!important;

}
input[type='date']:after {
  color: #aaa;
  content: attr(placeholder);
}
.date:before{ content:"Move Date"; width:100%; color:#AAA; } 

input[type='date']:valid:after {
  color: #aaa;
  content: " ";
}
.form_quotes input[type="checkbox"]{
    height: 40px!important;
    width: 40px!important;
    margin-right: 10px !important;
}
.form_quotes label{
    color: #777;
}
.pum-content label{
    color: #fff;
}
#pum_popup_title_120{
    margin-bottom: 15px;
    text-align: center;
}
/*.pum-content input[type="submit"]{
    background-color: #fff!important;
    color:#EF8507!important;
}*/
@media(max-width:480px){
.modal-open #ui-datepicker-div{
        position: fixed !important;
        top: auto !important;
        bottom: 30px;
}
}

@media (max-width: 498px) {
.dorve_fixed_buttons_head .dorve_btn {
  padding: .5rem 1rem!important;
  margin: .25rem .5rem;
  float: right;
}
}