body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #e1e4e4;
    color: #595959;
}
body.modal-open {
    padding-right: 0!important;
}
a:hover, button:hover, a:focus, button:focus {
    outline: none!important;
}
a, a:hover, a:visited, a:active {
    text-decoration: none!important;
    outline: none;
    color: #595959;
}
h1, h2, h3, h4 {
    font-weight: 400;
}
.btn-success {
    background-color: #10b17f;
    border-color: #10b17f;
}
.btn-success:hover {
    background-color: #10a06f;
    border-color: #10a06f;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    background-color: #0e865d;
    border-color: #0e865d;
}
.page-without-promo {
    margin-top: 4rem;
}
.pt-10r {
    padding-top: 6rem!important;
}
.mt-10r {
    margin-top: 6rem!important;
}

.input-group.date + input.is-invalid~.invalid-feedback,
.input-group.date + input.is-invalid~.invalid-tooltip {
    display: block;
}

#main-header {
    height: 80px;
    background-color: #fafafa;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 4px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.1);
    transition: all .2s linear;
}
#main-header.minimized {
    height: 50px;
}
#main-header .toogle-icon {
    display: block;
    width: 2rem;
    height: 4px;
    background-color: #000000;
    margin: 0.4rem;
    transition: all .2s linear;
}
#main-header.minimized .toogle-icon {
    height: 3px;
}
#main-header .logo {
    position: absolute;
    background: rgba(250,250,250,1);
    border-radius: 50%;
    z-index: 2;
    width: 140px;
    height: 140px;
    padding: 10px;
    left: 50%;
    margin-left: -70px;
    -webkit-box-shadow: 0 6px 8px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 6px 8px 0 rgba(0,0,0,.25);
    box-shadow: 0 6px 8px 0 rgba(0,0,0,.25);
    transition: all .2s linear;
}
#main-header.minimized .logo {
    width: 70px;
    height: 70px;
    padding: 2px;
    margin-left: -35px;
}
#main-header .logo svg {
    width: 100%;
    height: 100%;
}
#main-header .phone-numbers .phone-number {
    transition: all .2s linear;
}
#main-header .phone-numbers .phone-number svg {
    position: relative;
    top: -2px;
    width: 0.7em;
    height: 0.7em;
}
#main-header.minimized .phone-numbers .phone-number {
    display: inline-block;
}
#main-header .phone-numbers .phone-number:not(:last-child) {
    margin-bottom: 0.5rem;
}
#main-header.minimized .phone-numbers .phone-number:not(:last-child) {
    margin-right: 2rem;
    margin-bottom: 0;
}
#main-header .phone-numbers a {
    font-size: 1.6rem;
    font-weight: 600;
}
#main-header.minimized .phone-numbers a {
    font-size: 1.4rem;
}
#main-header .dropdown-menu {
    left: -15px !important;
    background-color: #fafafa;
    border: none;
    border-radius: 0;
}
#main-header .dropdown-menu .dropdown-item {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
}

#main-content {
    padding-top: 5rem;
}
.mobile-header + #main-content {
    padding-top: 0;
}

#top-quote {
    padding: 7rem 0;
    background: url('../images/top-bg.jpg') no-repeat center;
}
.page-12 #top-quote {
    background: transparent;
}
#top-quote .form-wrapper {
    background: rgba(250,250,250,.95);
    padding: 2em;
}

.form-wrapper .form-control,
.select2-container--krajee-bs4 .select2-selection,
.input-group-text {
    border: none;
    border-bottom: 2px solid;
    border-color: #10B17F;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}
.form-wrapper label {
    font-weight: 600;
}
.form-wrapper .form-group {
    margin-bottom: 2rem;
}
.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
    border-left: none;
}
.select2-container--krajee-bs4 .select2-selection--single .select2-selection__placeholder {
    color: #6c757d;
}
.form-wrapper fieldset h4 {
    margin-bottom: 1rem;
}

#local-moving h2 {
    margin-bottom: 2rem;
}
#local-moving .rate-item .ri-inner {
    background: rgba(253,253,253,1);
    padding: 2rem;
    box-shadow: 0 0 4px 2px rgba(21,21,21,.05);
    border-radius: 4px;
}
#local-moving .rate-item .ri-image {
    max-width: 206px;
    margin: 0 auto 2rem;
}
#local-moving .rate-item .ri-title p {
    font-size: 1.5rem;
    font-weight: 600;
}
#local-moving .rate-item .ri-price p {
    font-size: 2rem;
    font-weight: 600;
}
#local-moving .rate-item .ri-price span {
    position: relative;
    text-decoration: none;
    color: #595959;
}
#local-moving .rate-item .ri-button {
    margin-top: 2rem;
}
#local-moving .rate-item .ri-description {
    font-size: 13px;
    text-align: left;
}

.page-description h1,
.page-description h4,
.page-description h2,
.page-description p {
    margin-bottom: 2rem;
}
.page-description #about img {
    width: 100%;
    max-width: 800px;
    height: auto!important;
    margin: 0 auto;
}

#reviews {
    background: #ffffff;
}
#reviews .review-wrapper .text {
    font-family: 'Merriweather', serif;
    font-size: 1.2rem;
    line-height: 1.4;
}
.slick-dotted.slick-slider,
#reviews .review-wrapper .author {
    margin-bottom: 0;
}
.slick-dots {
    position: relative;
    bottom: 0;
}

#contact h2 {
    margin-bottom: 2rem;
}
#contact .form-wrapper .form-group {
    margin-bottom: 1rem;
}
#contact .form-wrapper textarea {
    height: 38px;
}
#contact .contact-info p {
    margin-bottom: 1.5rem;
}

footer#main-footer {
    background-color: #10b17f;
    color: #ffffff;
}
footer#main-footer a {
    color: #ffffff;
}

.page-3 .form-wrapper {
    background: rgba(250,250,250,.95);
    padding: 2rem;
    margin: 2rem 0;
}

.social-block a {
    display: block;
}
.social-block img {
    height: 40px;
}
.social-block i {
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
}
.social-block i.icon-yelp {
    width: 80px;
    background-image: url('../images/icons/icon-yelp.png');
}
.social-block i.icon-fb {
    background-image: url('../images/icons/icon-fb.png');
}
.social-block i.icon-google {
    background-image: url('../images/icons/icon-google.png');
}
.social-block i.icon-inst {
    background-image: url('../images/icons/icon-inst.png');
}
.social-block i.icon-bbb {
    background-image: url('../images/icons/icon-bbb.png');
}

.table.calc-table th,
.table.calc-table td,
.table.calc-total-table td {
    border-color: #212529;
    padding: 0.25rem;
}
.table.calc-table thead th {
    border-bottom-width: 1px;
}
.table.calc-table .collapsing {
    transition: none;
}
.room-title .btn {
    font-size: 2rem;
    color: #212529;
}
.room-title .btn small {
    display: block;
    font-size: 1rem;
}
.room-title .btn span {
    position: relative;
}
.room-title .btn span:before {
    content: '-';
    position: absolute;
    display: block;
    top: -1rem;
    left: -2.5rem;
    font-size: 3rem;
}
.room-title .btn.collapsed span:before {
    content: '+';
}
.room-td {
    width: 50%;
}
.calc-fieldset .table-hover td {
    vertical-align: middle;
}
.packing-row .select2-container--krajee-bs4 .select2-selection--single {
    height: 30px;
    line-height: 1;
}

.item-pieces .form-group,
.item-title .form-group,
.item-cu-ft .form-group {
    margin-bottom: 0;
}
.item-cu-ft input {
    width: 70px;
    text-align: center;
}
.item-pieces input {
    border: 2px solid #10B17F!important;
    height: 30px;
    text-align: center;
}
.item-pieces .input-group .btn {
    border-width: 2px;
    height: 30px;
    line-height: 0.9;
}
.button-row .btn {
    height: 30px;
    line-height: 1;
}
.item-total-cu-ft {
    position: relative;
}
.packing-row .item-pieces {
    position: relative;
}
.packing-row .btn.btn-danger,
.item-total-cu-ft .btn {
    position: absolute;
    top: 4px;
    right: -40px;
}
.th-item-pieces {
    width: 150px;
}
.th-item-title {
    width: 200px;
}
.th-cu-ft {
    width: 12%;
}
.th-total-cu-ft {
    width: 20%;
}
.calc-total-table td {
    width: 50%;
}
.packing-row th {
    text-align: center;
}
.packing-row td {
    width: 16%;
}
.packing-row td:first-child {
    width: 20%;
}
.form-wrapper .packing-row .form-group {
    margin-bottom: 0;
}
.custom-row .form-control {
    height: 30px;
}

.btn-to-top {
    display: none;
    width: 3rem;
    height: 3rem;
    background: rgba(250,250,250,.25);
    border: 1px solid #fafafa;
    position: fixed;
    right: 10%;
    right: calc(100%/2 - 48%);
    bottom: 8%;
    border-radius: 50%;
    z-index: 500;
    text-decoration: none;
    text-align: center;
    line-height: 4;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
}
.btn-to-top span {
    display: block;
    position: relative;
    top: 1px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .room-td {
        width: 100%;
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .rate-item:not(:last-child) {
        margin-bottom: 2rem;
    }
    #top-quote {
        background-size: cover;
    }
}
@media screen and (max-width: 736px) {
    #main-footer .row > div:not(:last-child) {
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 640px) {
    #main-header .logo {
        width: 100px;
        height: 100px;
        padding: 5px;
        top: 0;
        margin-left: -50px;
    }
    #main-header .order-3 {
        position: absolute!important;
    }
    #main-header .logo {
        top: 86px;
    }
    .th-item-title {
        width: auto;
    }
    .th-item-pieces {
        width: 120px!important;
    }
    .item-pieces input {
        width: 100%;
    }
    .room-title .btn {
        font-size: 1rem;
    }
    .room-title .btn span:before {
        top: -0.75rem;
        font-size: 2rem;
    }
    #top-quote .form-wrapper {
        padding: 2em 1rem;
    }
}