.dorve_fixed_buttons{
    position: fixed;
    z-index: 99;
}
.dorve_btn{
    padding: 10px;
    border-radius: 5px;
    margin-left: 0px;
    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: -20rem;
    position: fixed;
    transform: translateY(0px) !important;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .35);
    min-height: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
	z-index: 10000000;
}
.dorve_head .row{
	display: flex;
    flex-wrap: wrap;	
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;    
}
.dorve_head .col {
	flex: 1 0 0%;
}
.dorve_head .col-8 {
    flex: 0 0 auto;
    width: 66.66666667% !important;
}
.dorve_head .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.dorve
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.dorve_fixed_buttons_head{
    float: right;
}
.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 {
    max-width: 200px !important;
    height: 50px;
    margin-top: 0;
    position: absolute;
    width: auto;
}
.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;
}*/
.form_quotes .row {
    margin-bottom: 0px !important;
    gap: 0px!important;
}
.getquote_txt{
    background-color: #e3ab3e;
}
.callus_txt{
    background-color: #034c6b;
}

.modal-header{
    background: #034c6b;
    color: #fff;
}

a.elementor-button.elementor-button-link.elementor-size-sm.getquote_txt.dorve_btn {
  padding: 17px 10px 17px 10px;
  border-radius: 5px;
  margin-left: 0px;
  background: green;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 3rem rgba(0,0,0,0.15);
  display: inline-block;
  line-height: .7;
}
a.elementor-button.elementor-button-link.elementor-size-sm.getquote_txt.dorve_btn:hover {
  background: orange;	
  color: #000;
  box-shadow: none;
  
}
.modal-header h1 {
    color: #fff;
}

.dorve_fixed_buttons_head a.callus_txt {
	color: #0000FF;
    display: inline-block;
    background-color: white;
    text-decoration: underline;
    margin-left: 20px;
}
.dorve_fixed_buttons_head a.callus_txt:hover {
	color:#800080;
}
@media (max-width: 615px) {
	.dorve_head .row>* {
       padding-right: 0 !important;
       padding-left: 0 !important;
	}
	.dorve_fixed_buttons_head {
		float:none;
	}
	.dorve_logo_img {
		width: auto;
		height: 50px;
		margin-top: 5px;
		position: relative;
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	.dorve_head {
		transform: translateY(0);
		transition: all .5s ease-out;
		top: -20rem;
		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;
		text-align: center;
	}
	.col-8.align-self-end {
		width: 100% !important;
		margin: 1rem auto 0;
    }	
}


