:root {
    --main-color: #2a336f;
    --secondary-color: #ed0616;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none;
}

.sf-calculate-wrapper fieldset {
    border: none;
}

.sf-calculate-wrapper {
    background: rgba(255, 255, 255, 0.9) !important;
    -webkit-box-shadow: 4px 8px 14px 0px rgba(47,57,112,0.15);
    -moz-box-shadow: 4px 8px 14px 0px rgba(47,57,112,0.15);
    box-shadow: 4px 8px 14px 0px rgba(47,57,112,0.15);
    text-align: left;
}
.search-zip-modal input#getZipCode {
    color: #fff;
}
#request-form .ng-enter,
#request-form .ng-leave {
    left: 50px !important;
    right: 50px !important;
}

.sf-calculate-wrapper h1,
.sf-calculate-wrapper .form-slogan font,
.sf-calculate-wrapper .form-slogan font a {
    color: inherit !important;
}

.sf-calculate-wrapper .form-group {
    width: 100% !important;
    margin-bottom: 20px !important;
    text-align: center !important;
	display: inline-block;
}
.sf-calculate-wrapper #step3 .form-group {
    margin-bottom: 15px !important;
}
.ultrasmall-primary-phone {
    margin-top: 0;
}

.sf-calculate-wrapper input,
.sf-calculate-wrapper select {
    height: 40px !important;
    padding: 0;
    padding-left: 5px;
    border: none;
    border-bottom: solid 1px #b4b4b4 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.sf-calculate-wrapper input:focus,
.sf-calculate-wrapper select:focus {
    background: #f6f6f6;
    padding-left: 10px;
}

.sf-calculate-wrapper input.success {
    padding-left: 10px;
    border: solid 1px #9ad5a3 !important;
}

.sf-calculate-wrapper .submit_btn,
.sf-calculate-wrapper .bottom-done-button {
    box-shadow: none !important;
    border-radius: 40px !important;
    color: #fff;
    width: auto !important;
    letter-spacing: normal;
    text-transform: capitalize;
    background: var(--main-color) !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 40px !important;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.sf-calculate-wrapper #step1 .form-group:last-of-type,
.sf-calculate-wrapper #step2 .form-group:last-of-type,
.sf-calculate-wrapper #step3 .form-group:last-of-type {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.sf-calculate-wrapper .submit_btn:before,
.sf-calculate-wrapper .bottom-done-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    visibility: visible;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    transform: skewX(-25deg);
}

.sf-calculate-wrapper .submit_btn:hover:before,
.sf-calculate-wrapper .bottom-done-button:hover:before {
    animation: fx_shine 0.7s;
    animation-fill-mode: forwards;
}

.sf-calculate-wrapper .submit_btn:hover,
.sf-calculate-wrapper .bottom-done-button:hover {
    -webkit-box-shadow: 0px 5px 35px 0px rgba(3, 3, 3, 0.25) !important;
    -moz-box-shadow: 0px 5px 35px 0px rgba(3, 3, 3, 0.25) !important;
    box-shadow: 0px 5px 35px 0px rgba(3, 3, 3, 0.25) !important;
}

.sf-calculate-wrapper .submit_btn:active,
.sf-calculate-wrapper .bottom-done-button:active {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95);
}

.sf-calculate-wrapper .form-slogan {
    margin-top: 0 !important;
}

.sf-calculate-wrapper label.option {
    color: #2d2e30 !important;
}

#edit-date-storage input {
    background: #ffffff url(https://themoveboard.com/elromco/calendaricon.png) no-repeat 98% 10px !important;
}

.sf-calculate-wrapper search-zip.search-zip-icon {
    margin-top: -25px !important;
}

.sf-calculate-wrapper search-zip.search-zip-icon i {
    color: #7f7f7f !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sf-calculate-wrapper search-zip.search-zip-icon:hover i {
    color: var(--main-color) !important;
}

.sf-calculate-wrapper search-zip.search-zip-icon:active {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95);
}

.sf-calculate-wrapper #step1 input.picker__input {
    background-image: url(https://themoveboard.com/elromco/nickysmovingandstorage/calendar.png);
    background-position: 98% 10px;
    background-repeat: no-repeat;
}

.sf-calculate-wrapper #step1 input.picker__input {
    cursor: pointer;
}

.sf-calculate-wrapper .icheckbox_square-green {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sf-calculate-wrapper .icheckbox_square-green {
    background: url('https://themoveboard.com/elromco/nickysmovingandstorage/green.png') no-repeat !important;
}

.sf-calculate-wrapper .icheckbox_square-green:hover {
    background-position: -24px 0 !important;
}

.sf-calculate-wrapper .icheckbox_square-green.checked {
    background-position: -48px 0 !important;
}

.sf-calculate-wrapper #sf-move-size {
    background: var(--secondary-color) !important;
    color: #fff !important;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.sf-calculate-wrapper #sf-move-size i {
    display: none !important;
}

.sf-calculate-wrapper #sf-move-size:hover {
    opacity: 0.8;
}

.sf-calculate-wrapper #sf-move-size:active,
.sf-calculate-wrapper .toolbar button:active {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95);
}

.sf-calculate-wrapper .toolbar {
    background: #fff !important;
}

.sf-calculate-wrapper .toolbar button.pull-right {
    float: right;
}

.sf-calculate-wrapper .toolbar button {
    background: var(--secondary-color) !important;
    border-radius: 30px;
    font-weight: normal !important;
    padding: 0 20px !important;
    height: 30px !important;
    line-height: 26px !important;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    color: #fff !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: solid 2px var(--secondary-color);
}

.sf-calculate-wrapper .toolbar button:hover {
    background: #fff !important;
    color: var(--secondary-color) !important;
}

.sf-calculate-wrapper #calc-info-steps {
    padding: 15px;
    border-radius: 7px;
    border: solid 1px #ccc;
}

.sf-calculate-wrapper #calc-info-steps .MoveSizeBtn {
    background: #fff !important;
    margin: 0 !important;
    padding: 8px 0 8px 15px !important;
    border: none !important;
    border-bottom: solid 1px #ccc !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0 !important;
    position: relative;
}

.sf-calculate-wrapper #calc-info-steps .MoveSizeBtn:last-of-type {
    border: none !important;
}

.sf-calculate-wrapper #calc-info-steps .MoveSizeBtn:hover {
    border-bottom: solid 1px var(--secondary-color) !important;
    padding-left: 25px !important;
    color: var(--secondary-color) !important;
}

.sf-calculate-wrapper #calc-info-steps .MoveSizeBtn:before {
    content: '';
    width: 8px;
    height: 8px;
    opacity: 0;
    border-radius: 50%;
    background: var(--secondary-color);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    top: 90%;
}

.sf-calculate-wrapper #calc-info-steps .MoveSizeBtn:hover:before {
    opacity: 1;
    top: 50%;
    margin-top: -4px;
}

.sf-calculate-wrapper #sf-move-size .desktopzip span {
    background: #fff;
    padding: 5px !important;
    margin-top: 10px;
    border-radius: 5px;
    color: #000 !important;
    line-height: 20px !important;
    font-size: 11px !important;
}

.sf-calculate-wrapper .circleHandler {
    display: none;
}

.sf-calculate-wrapper .back-link {
    color: #b1b1b1 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sf-calculate-wrapper .back-link:hover {
    color: var(--secondary-color) !important;
}

#congrats_menu.spmenu .mobileform.submit_btn p {
    padding: 0 !important;
    margin: 0 !important;
}

#block-movecalc-moving-form #calculate_btn:hover,
#block-movecalc-moving-form #calculate_btn:active,
#block-movecalc-moving-form #edit-go-to-summery:hover,
#block-movecalc-moving-form #edit-go-to-summery:active,
#block-movecalc-moving-form #calculate_btn:focus {
    color: #fff !important;
    opacity: 0.8;
}
#edit-move-date-datepicker-short,
input#edit-move-date-datepicker-popup-0,
input#edit-move-date-datepicker-popup-1,
#edit-date-storage input {
    background-position-y: 10px;
}
#calc-results2 h4 {
    text-align: center !important;
}
.sf-calculate-wrapper #step4 .submit_btn {
    margin-top: 20px;
}
.ultrasmall-hear-about-us {
    z-index: 10;
    margin-top: 0;
}

.form-item.form-type-checkbox.form-item-Extra-Furnished-Rooms-8 {
    width: 80px;
}
.er-request-form input[type='text'],
.er-request-form input[type='password'],
.er-request-form select {
    font-family: inherit;
    font-size: 15px;
}
.ultra-form-wrapper {
    display: none;
}
.to-small-form{
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 10px 20px;
	color: #fff;
	background-color: var(--secondary-color);
	font-weight: 700;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.to-small-form:hover,
.to-small-form:focus{
	opacity: .8;
	color: #fff;
}
.move-calc-wrapper{
	margin-top: 80px;
}
@media (max-width: 1199px) {
    .move-calc-wrapper {
        display: none;
    }
    .ultra-form-wrapper {
        display: block;
    }
}
@media (max-width: 610px) {
    .calendarType {
        font-size: 12px;
    }
}
@media (max-width: 470px) {
    #request-form .ng-enter,
    #request-form .ng-leave {
        left: 10px !important;
        right: 10px !important;
    }
}
@media (max-width: 400px) {
    .calendarType {
        padding: 5px 2px;
        font-size: 10px;
    }
    .sf-calculate-wrapper .size-info-block {
        zoom: 0.7;
    }
    .spmenu a,
    .spmenu label {
        font-size: 0.9em;
    }
}
@media (max-width: 380px) {
    #request-form .submit_btn {
        font-size: 14px !important;
        padding: 10px 15px !important;
    }
}

#zip_code_search h2 {
    text-align: center;
}

.sf-calculate-wrapper input.success,
.sf-calculate-wrapper select.success,
.move-calc-wrapper input.success,
.move-calc-wrapper select.success {
    border: solid 1px #9fdd97 !important;
    background-image: url(https://themoveboard.com/elromco/mymovepagecheck.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}
div#sf-move-size.error {
    color: #222 !important;
}
.form-group-left.zip {
    z-index: 10;
}
input.error {
    background-color: #ffebe8 !important;
}
#zip_code_search {
    padding-top: 20px;
}
.spmenu label:active {
    background: none;
}
.spmenu label:hover {
    background: transparent;
}
#edit-calculator-results .left-block .company-color.calc_left_info {
    margin-bottom: 10px !important;
}
.btn.btn-primary:focus {
    color: #fff;
}
.sf-calculate-wrapper #step1 .form-group.form-group-right.zip {
    margin-bottom: 0 !important;
}

@media (max-width: 1599px) and (min-width: 1025px) {
    .elromco-padding {
        .jet-tabs__content-wrapper .elementor-section {
            padding-left: 60px;
            padding-right: 0;
        }
        .jet-tabs__control-wrapper {
            margin-right: 0px !important;
            max-width: 110px;
        }
    }
}

@media (min-width: 1200px) {
    .el-top-form {
        position: absolute;
        top: -608px;
        width: 420px;
		right: 80px;
    }
}
@media (min-width: 1260px) {
    .el-top-form {
        width: 460px;
    }
}
@media (min-width: 1599px) {
    .el-top-form {
        right: 25vw;
    }
}
@media (max-width: 1199px) {
    .el-top-form {
        margin-top: 40px;
        margin-bottom: 60px;
    }
}

.er-powered-by-elromco__logo{
	max-width: 20px !important;
}