.ap__container {
    max-width: 1040px;
    margin: 0px auto;
}
#sp__regForm {
  background-color: #ffffff;
  margin: 10px auto;
	font-family: 'Titillium Web', sans-serif;
  padding: 20px;
}

#sp__regForm div._h1heading {
	text-align: center;
    color: #223064;
    font-family: "Roboto", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px; 
}

.sp__tab input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #e1e1e1;
  outline:none;
  background: #fff;
  font-weight: 900;
}

.sp__tab input.invalid, .sp__tab select.invalid {
  background-color: #ffdddd;
}

.sp__tab {
  display: none;
  width:100%;
}

.sp__left {
    display: flex;
	width: 100%;
}
.sp__right{
	display: flex;
	width: 100%;
}
.sp__lname-box, .sp__fname-box, .sp__email-box, .sp__select-box {
    width: 50%;
	margin: 10px;
}
.sp__btn {
    display: flex;
}
select#cars {
    width: 100%;
    padding: 10px;
	font-size: 17px;
    font-family: Raleway;
    border: 1px solid #e1e1e1;
	outline:none;
	background: #fff;
	font-weight: 900;
}
button#prevBtn {
    padding: 15px 20px 15px 20px;
    color: #ffffff;
    background-color:#223064;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
	width: 50%;
	-webkit-box-shadow: 0 5px 5px 0 rgb(66 133 244 / 30%);
    box-shadow: 0 5px 5px 0rgba(66,133,244,.3);
	font-weight:600;
	cursor:pointer;
	margin-right: 10px;
}

button#nextBtn {
    padding: 15px 20px 15px 20px;
    color: #ffffff;
    background-color:#223064;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
	width: 50%;
	-webkit-box-shadow: 0 5px 5px 0 rgb(66 133 244 / 30%);
    box-shadow: 0 5px 5px 0rgba(66,133,244,.3);
	font-weight:600;
	cursor:pointer;
}

button:hover {
  background-color:#223064;
}

#prevBtn {
  background-color: #bbbbbb;
}
option.sp__option{
    color: #000;
    font-weight: 900;
    border-bottom: 1px solid gray;
}
#submitBtn {width:100%; padding:8px 16px;}
/* .step { */
  /* height: 15px; */
  /* width: 15px; */
  /* margin: 0 2px; */
  /* background-color: #bbbbbb; */
  /* border: none;   */
  /* border-radius: 50%; */
  /* display: inline-block; */
  /* opacity: 0.5; */
/* } */

.step.active {
  opacity: 1;
}
.step.finish {
  background-color: #04AA6D;
}


::placeholder {
  color: #e1e1e1;
  opacity: 1; /* Firefox */
  font-weight:500;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #e1e1e1;
 font-weight:500;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #e1e1e1;
 font-weight:500;
}

@media screen and (max-width: 768px){
	.sp__left {
    display: block;
    width: 100%;
}
.sp__right {
    display: block;
    width: 100%;
}
.sp__lname-box, .sp__fname-box, .sp__email-box, .sp__select-box {
    width: 100%;
    margin: 10px;
}

}

.ps_overlay {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 999;
		background-color:rgba(255,255,255,0.8);
		background-image: url(https://bestlongdistancemover.org/wp-content/plugins/smart-leads-grabber/assets/loading-the-truck.gif);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 300px 300px;
	}


    /* Turn off scrollbar when body element has the loading class */
    body.ps_loading{overflow: hidden;    }
    /* Make spinner image visible when body element has the loading class */
    body.ps_loading .ps_overlay{ display: block;}


.zip-help-popup {
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #e8f6fc;
    display: none;
    margin-top: -10px;
    text-align: left;
}
.zip-help-popup ul{
    margin: 0;
    list-style-type: none;
    padding: 0;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 9999;
    border: 1px solid #dcdcdc;
}
.zip-help-popup ul li {
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    border-bottom: 1px solid #dcdcdc;
}
span.findAddress {
    text-align: left;
    display: block;
    font-weight: 700;
    color: #fff;
}

/* form */

.sp__wrap h1 {
    font-size: 32px!important;
    font-weight: 600!important;
    margin-bottom: 25px!important;
    color: #fff!important;
}
.sp__wrap .sp__left {
    display: flex!important;
    width: 100%!important;
}
.sp__wrap .sp__right {
    display: flex!important;
    width: 100%!important;
}
.sp__wrap .sp__left label {
    margin-left: 10px;
	color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.sp__wrap .sp__right label {
    margin-left: 10px;
	color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.sp__wrap .sp__btn input.sp__sub {
    margin-top: 20px;
    margin-left: 12px;
}
@media screen and (max-width:768px){
	.sp__wrap .sp__left {
    display: block!important;
    width: 100%!important;
}
	.sp__wrap .sp__right {
    display: block!important;
    width: 100%!important;
}
}



/***************zipformcss**********/


input.sp__btn:hover{
	background-color:#223064;
	-webkit-box-shadow: 0 5px 5px 0 rgb(66 133 244 / 30%);
    box-shadow: 0 5px 5px 0rgba(66,133,244,.3);
	font-weight:600;
}




#sp__regForm div._h1heading{
font-size: 37px;
    line-height: 50px;
    font-family: 'Titillium Web', sans-serif;
    color: #0b0b0b;
    margin-top: 22px;
    margin-bottom: 10px;
    text-align: center;
}
#sp__regForm div._headcdetails{
	font-size: 20px;
    font-weight: 700;
    line-height: 30px;
	    font-family: 'Titillium Web', sans-serif;
}
#sp__regForm div.__headphone{
	font-size: 20px;
    font-weight: 700;
    line-height: 30px;
	    font-family: 'Titillium Web', sans-serif;
}
#sp__regForm span._headzipfromsubtitle {
  font-size: 18px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
   margin-bottom: 10px;
    margin-top: 25px;
	    font-family: 'Titillium Web', sans-serif;
}



select#move_type {
    width: 100%;
}

