@import url('/uicons-regular-straight.css');
@import url('/uicons-solid-rounded.css');
@import url('/uicons-bold-straight.css');
@import url('/uicons-bold-rounded.css');
@import url('/uicons-regular-rounded.css');
@import url('/uicons-thin-straight.css');
@import url('/uicons-thin-rounded.css');


.green-text {
    color: #347b43;
    font-size: inherit;
}

.bold-text {
    font-weight: bold;
    font-size: inherit;
}

html {
    overflow: scroll;
}

.bin-rental-h2 {
    text-transform: uppercase;
}

body,
.body-wrap,
.page-wrap {
    width: 100%;
    margin: 0px;
    font-family: 'Archivo', sans-serif;

}

.transparent-text {
    color: transparent;
}

#back-to-top {
    position: fixed;
    right: 30px;
    bottom: 20px;
    /* visibility: hidden; */
    opacity: 0;
    transition: opacity 0.5s;
    transition: visibility 2s;
    width: 4rem;
    height: 3rem;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
    z-index: 1000;
    transition: 1s all;
}

.fi-rs-arrow-alt-up {
    height: 0px;
}

.two-ups::before {
    content: "\2191";
    font-weight: bold;
    font-size: 2.3rem;
    color: white;
    position: relative;
    bottom: 4px;
}

.side-grower {
    min-width: 50px;
}

.topsite {
    background-image: url('/moving-service-title-image.webp');
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: 1s all;
}

.overlay {
    background: linear-gradient(115deg, rgb(52, 123, 67), rgba(53, 126, 68, .9) 18%, rgba(46, 46, 46, 0.4) 18.1%, rgba(34, 34, 34, 0.4) 82.0%, rgba(55, 119, 76, 0.5) 82.1%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}


html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.tabs-nav {
    margin-right: 15vw;
    height: 133px;
    margin-left: 8vw;
    width: calc(487px + 2vw);
    transition: 1s all;
}

.tab-container {
    padding: 10px 0px;
    margin: 0px;
    transition: 1s all;
}

.logo-margin,
.logo-wrapper,
.logo-padding,
.logo-wrap {
    display: inline-block;
}

.logo-flex {
    display: inline-flex;
}

.logo-img {
    height: 130px;
    transition: all 1s;
}

.top-panel-flex {
    justify-content: space-between;
    align-items: center;
    margin: 6px 0px;
    z-index: 2000;

}

.top-panel {
    background: linear-gradient(115deg, rgb(70, 168, 92), rgba(53, 126, 68, 1) calc(35vw), rgba(46, 46, 46, 0.6) 25.1%, rgba(34, 34, 34, 0.6) 82.0%, rgb(61, 145, 78) 82.1%);
    background-color: transparent;
    position: fixed;
    width: 100vw;
    max-height: 145px;
    z-index: 999;
    display: flex;
    justify-content: space-around;
    backdrop-filter: blur(8px);
    /* -webkit-filter: blur(8px); */
    /* transition: 1s all; */
}

.flex {
    display: flex;
}

ul,
li {
    list-style: none;
    margin: 0px;
}

#top-tabs {
    display: flex;
    justify-content: right;
    flex-wrap: nowrap;
}

.opener {
    position: absolute;
    /* display: none; */
    overflow: hidden;
    transition: .5s all;
    box-shadow: rgb(0, 0, 0) 0px 1px 3px;
    border-radius: 0px 0px 5px 5px;
    max-height: 0px;
}

.columns-container {
    display: flex;
    flex-direction: row;
    background-color: rgb(53, 126, 68);
    padding: 10px;
}

.opener-positioner {
    position: relative;
    /* top: 5px; */
    right: 160px;
}

#tabs .top-column-header.top-column-header {

    margin: 10px 0px;
}

#tabs .top-column-header.top-column-header a {
    color: #FFC000;
    font-weight: normal;

}

.column-element {
    margin: 7px 0px;
    font-size: 15px;

}

.column-element:hover {}

.column-lister {
    padding: 0px;
}

.left-column {
    margin-right: 25px;
    padding-left: 25px;
}

.right-column {
    padding-right: 25px;
}

.left-column,
.right-column {
    width: 140px;
}

.phone-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.icon-phone {
    height: 16px;
    width: 16px;
    color: #008800;

}

.mi-phone {
    background-color: white;
    padding: 0px 3px;
    transition: .4s all;
    color: #008800;
    ;
}

.mi-phone:hover {
    background-color: #FFC000;
    color: white;
    transition: .4s all;
}

.phone-number {
    font-size: 1.1em;
    color: #008800;
}

.menu-item-topspread {
    margin: 0px 15px;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.mi-quote {
    font-size: 18px;
    background-color: #008800;
    display: inline-flex;
    align-items: center;
    margin-right: 3em;
}

.quote-margin a {
    color: white;
}

.quote-margin {
    padding: .3em .3em;
    transition: .4s all;
}

.quote-margin:hover {
    background-color: #FFC000;
    transition: .4s all;
}

#tabs {
    font-size: 18px;
    width: max-content;
}

#tabs .menu-item-topspread {
    margin: 0px 3px;

}

#tabs .menu-item-topspread a {
    color: rgb(255, 255, 255);
    padding: 7px 4px;
}

.fi-rr-caret-down {
    position: relative;
    top: 2px;
}

.top-spread-header {
    background-color: transparent;
    transition: .4s all;
}

.top-spread-header:hover {
    transition: .4s all;

    border-radius: 5px 5px 0px 0px;
}

.container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    z-index: 30;
    position: relative;

}

h1 {
    font-size: calc(40px + 1vw);
    font-weight: 600;
    padding: 3.5vw 0 0;
    color: rgb(255, 255, 255);
    margin: 0px;
    width: 70%;
}

.h1-wrap {
    margin-right: 8vw;
}

.top-h2 {
    width: 50%;
    font-size: 25px;
    color: white;
}

.h2-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    margin: 0px;
}

.midsized {
    padding: 0px;
}


.h2-wrap h2 {
    margin: 0px;
    font-size: 35px;
    padding: 0px;
    margin-bottom: 15px;


}

.h3-wrap h3 {
    font-size: 20px;
    margin: 0px;
    font-weight: 400;
    text-align: center;
}

div .learn-more-link {

    padding: 13px;
    margin-left: 15px;
    font-size: 1.3rem;
    border: 1px solid rgb(0, 0, 0);
    margin-bottom: 5px;

}

.introduction-learn-more {
    display: inline-block;
}

.introduction-header-flex {
    width: 30vw;
}

.introduction-header-text h2 {
    font-size: 27px;
}

.introduction-header-text {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-width: 280px;
    max-height: 206px;
}

.introduction-header-padding {
    padding: 0px 20px;
    display: flex;
}

.introduction-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.introduction-text {
    font-size: 18px;
    margin: 0px;
    font-weight: 400;
    /* width: 60%; */
}

.introduction-text-padding {
    display: inline-block;
    width: fit-content;
    width: calc(200px + 40%);
    max-width: 750px;
    padding: 20px;
}

.introduction-text p {
    font-size: 20px;
}

.introduction-container {
    padding: 45px 0px 0px 0px;
}

h2 span {
    font-size: 40px;
}

.color-green {
    color: rgb(52, 123, 67);
}

.learn-more-link:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    color: #FFF;
    transition: .6s all;
}

.hiring-text {
    margin: 0px;
    background-color: rgb(53, 126, 68);
}

.hiring-text a {
    display: block;
    padding: 5px 0px;
    width: 100vw;
    color: #FFF;
    text-align: center;

}

.fa-external-link {
    font-size: 12px;
}

.breaker-bar {
    height: 30px;

    background-color: #363636;

}

.right-choice-wrap {
    /* background-color: rgb(53, 126, 68); */

}

.owl-two {
    display: flex;
    justify-content: center;
}

.right-choice-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0px 20px 0px;
}

.review-stage {
    display: block;
}

.right-choice {
    min-width: 300px;
}

.review-stage .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.quick-quote-header,
.reviews-header {
    margin: 0px;
    font-size: 40px;
    /* color: #ffc729; */
    color: rgb(52, 123, 67);
    display: inline-block;
}

.quick-quote-header-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.quick-quote-header-flex p {
    font-size: 20px;
    max-width: 400px;
    text-align: center;
    color: black;
}

.open-form-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.form-opener {
    margin: 0px 5px;
    width: 60px;
}

.form-container-opener {
    overflow: hidden;
    transition: 1s all;
    margin-top: 40px;
    padding: 0px 20px;
}

#tabs .menu-item-topspread .column-element a:hover {
    color: #FFC000;
}

.column-element a {
    transition: .4s all;
}

.mi-contact-us,
.mi-blog {
    transition: .4s all;
    border-radius: 5px;
}

.mi-contact-us:hover,
.mi-blog:hover {
    background-color: #FFC000;
    transition: .4s all;
}

.reviews-wrap {
    display: fl;
}

.our-process-header-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 40px 0px 0px 0px;
}

.header-flex h2 {
    text-transform: uppercase;
}

.our-process-header {
    color: rgb(52, 123, 67);
}

/* our process */
.our-process-flex {
    display: flex;
    flex-direction: row;
    padding: 0px;
    justify-content: space-evenly;
}

.our-process-process {
    width: 22.99vw;
    background-color: rgba(229, 229, 229, .3);
}

.our-process-subheader {
    background-color: #e5e5e5;
    color: #111111;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    padding: 10px 6px;

    min-height: 54.5px;
}

.our-process-subheader h3 {
    font-size: 25px;
    /* text-align: left; */
}

.our-process-text {
    padding: 0px 15px;
    font-size: 18px;
}

.our-process-subheaders-wrap .our-process-subheader {
    width: 22.99vw;
    box-sizing: border-box;
    border: 1px solid #111111;
    /* background-color: rgba(20, 20, 20, .2); */
    background-color: rgba(255, 255, 255, 0.7);
    color: #111111;
    transition: .3s all;
}

.our-process-subheaders-wrap .our-process-subheader:hover {
    background-color: rgba(255, 255, 255, .9);

}

.our-process-subheaders-wrap {
    display: flex;
    background-image: url('moving-services-background-image.webp');
    background-position: center;
    width: 91.96vw;
}

.our-process-flex-hidden {
    display: flex;
    flex-direction: column;

}


.our-process-image-container {
    display: inline-block;
}

.our-process-image img {
    max-width: 600px;
    width: calc(500px + 2vw);
    aspect-ratio: auto 900/600;
    padding-top: 20px;
    border-radius: 5%;
}

.our-process-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    max-width: 1300px;
    margin: 0px auto;
    padding: 0px 20px;
}

.our-process#our-process {
    padding: 20px;
    border-radius: 0px;
    background-color: transparent;
    text-align: center;
}

.why-choose-us-text#why-choose-us-text {
    margin-top: 0px;
    max-width: 600px;
}

.choose-us .header-flex {
    /* background-color: rgb(53, 126, 68); */
    background-image: url(moving-service-title-image-estimate.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0px;
}

.service-header-darker {
    padding: 30px 0px 60px 0px;
    background-color: rgba(20, 20, 20, .2);
    width: 100vw;
}

.choose-us .header-flex .services-header h2 {
    color: white;
    margin-bottom: 0px;
    width: 90vw;
}

p.services-header-text {
    font-size: 20px;
    color: white;
    width: 80vw;
    min-width: 500px;
    max-width: 930px;
    text-align: center;
    margin: 25px auto;
    line-height: 1.6rem;
}

.yellow-text {
    color: #FFC000;
    font-weight: bold;
}

.our-process-background:nth-of-type(odd) {

    background-color: #ffffff;
    padding: 20px 0px;
}

.our-process-background:nth-of-type(even) {
    background-color: #ececec;
    padding: 20px 0px;
}

.h2-wrap .our-process-h2 {
    max-width: 600px;
}

.h2-wrap strong {
    font-size: calc(19px + 0.1vw);
}

.our-process h3 {
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    margin: 0px;
}

strong {
    max-width: 600px;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    font-family: 'Archivo', sans-serif;
}

.why-choose-us-link {
    font-size: calc(15px + 0.3vw);
    color: #ffffff;
    margin-top: 10px;
    text-align: center;
}

.our-process-container .h2-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0px;
    margin: 0px;
}

.our-process-container h2 {

    text-align: center;
    font-size: calc(27px + 0.5vw) !important;
    margin-bottom: 1.5vw;
    font-weight: bold;

}

.break-line {
    width: 50px;
    height: 5px;
    border-bottom: 1px solid #165f08;
    margin: 0.8vw 0 1.6vw 0;
}

.why-choose-us-text#why-choose-us-text {
    margin-top: 0px;
    max-width: 600px;
}

p.strong {
    font-size: 20px;
    margin: 0px 10px;
}

.black-ripple.service-link .h3-wrap h3,
.white-ripple.service-link .h3-wrap h3 {

    font-size: 20px;
}

.black-ripple.service-link,
.white-ripple.service-link {
    padding: 10px;
    margin-top: 10px;
    /* font-size: 1rem; */
}

.our-process .service-link {
    min-width: 320px;
    max-width: 550px;
    width: 40vw;
    background-color: white;
}

.introduction-flex-specs {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.introduction-flex-specs .fi {
    font-size: 40px;
    color: #008800;
}

.introduction-spec {
    padding: 0px 20px;
    min-width: 157px;
}

.introduction-spec h2 {
    margin-top: 0px;
}

a.h3-wrap {
    color: #008800;
    transition: .4s all;
}

a.h3-wrap:hover {
    color: white;
    transition: .4s all;
}

a {
    color: inherit;
}

.h3-wrap.black-ripple.service-link.right-side-in-animator-effect a h3 {
    font-size: 21px;
}

.services-header-button .service-link .h3-wrap {
    font-weight: bold;
}

.services-header-button .service-link {
    max-width: 350px;
    border: 1px solid white;
    color: #165f08 !important;
    border-radius: 15px;
    background-color: #FFC000;
    margin: 40px auto 0px auto;
    width: max-content;
    padding: 10px 10px;
}

.reviews-header-top {
    width: 90vw;
    text-align: center;
}

.reviews-header-top h4 {
    font-weight: normal;
    font-size: 18px;
    width: 80vw;
    /* min-width: 900px; */
    margin: 24px auto 0px auto;
}

.question-menu-open {
    width: 40vw;
    font-weight: 500;
    font-size: 20px;
    background-color: transparent;
    color: #008800;
    padding: 5px;
    /* border: rgb(190, 190, 190) 1px solid; */
    font-weight: bold;
    min-width: 350px;
}

.question-menu-sub {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    width: 40vw;
    font-weight: 400;
    font-size: 18px;
    margin: 0px !important;
    padding: 0 5px;
    min-width: 350px;
}

.question-menu-sub p {
    margin: 5px;
}

.question-container ul {
    display: inline-block;
    width: max-content;
}

.question-container {
    display: block;
    width: max-content;
    height: max-content;
}

.smaller {
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: normal;
}

.questions-container h2,
.contact-us-contacts h2 {
    font-size: 40px;
    display: flex;
    flex-direction: column;
    padding-left: 80px;
}

.contact-us-contacts h2 {
    padding-left: 160px;
    padding-top: 0px;
    margin-top: 30px;
}

.questions-container {
    padding-top: 20px;
    width: 90vw;
}

.questions-openable-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 600px;
}

.questions-wrap {
    background-color: #f1f1f1;
}

.questions-image-container img {
    width: 50vw;
    min-width: 400px;
    max-width: 600px;
}

.questions-image-container {
    max-height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.questions-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.contact-us-container {
    /* height: 400px; */
    background-color: #005014;

    margin: 0px auto;
}

.contact-us-wrap {
    color: white;
}

.contact-us-contacts .smaller {
    font-size: 25px;
}

.smaller a {
    position: relative;
    color: #FFC000;
    font-weight: bold;
    font-size: 25px;
    top: 0px;
    transition: .2s all linear;
}

.smaller a:hover {
    color: #ffffff;
    top: -4px;
    transition: .2s all linear;

}

h2 div {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0px;
    transition: .4s all;
}

h2 div:hover {
    top: -4px;
    transition: .2s all linear;
}

.smaller.smallest {
    font-size: 20px;
}

.contact-us-contacts h2 {
    font-size: 45px;
}

.contact-us-buttons .service-link .h3-wrap:hover {
    top: 0px;
}

.contact-us-buttons {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.contact-us-buttons span {
    font-size: 20px;
    height: min-content;
    margin: 0px 10px;
}

.contact-us-buttons .service-link {
    width: max-content;
    border-radius: 10px;
    display: inline-block;
    top: 0px;
    background-color: #FFC000;
    transition: .3s all;
}

.contact-us-buttons .service-link:hover {
    background-color: rgb(64, 66, 0);
    transition: .3s all;
}

.contact-us-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.contact-us-q-a {
    padding-left: 160px;
    margin-right: 10vw;
    width: max-content;
    margin-left: 10px;
    /* width: 150px; */
}

.order-later {
    padding-bottom: 5px;
}

.contact-us-questions ul {
    padding: 0px;

}

.contact-us-questions .question-menu-primary {
    margin-top: 20px;
}

.contact-us-questions .question-menu-sub {
    background-color: transparent;
    color: white;
    width: 44vw;
}

.contact-us-questions .question-menu-open {
    color: white;
    width: 44vw;
}

.contact-us-q-a h2 {
    margin: 0px;
    display: flex;
    flex-direction: column;
    padding-left: 0px;

}



.service-areas-wrap h2 {
    margin: 0px 0px 10px 0px;
}

.service-column span {
    font-size: 18px;
    margin: 10px 0px;

}

.service-column span a {
    color: #008800;
    position: relative;
    top: 0px;
    transition: .3s all;
}

.service-column span a:hover {
    top: -3px;
    transition: .3s all;
    color: #FFC000;
}

.service-areas-flex {
    display: flex;
    flex-direction: row;
}

.service-column {
    display: flex;
    flex-direction: column;
    margin: 0px 15px 0px 0px;
}

.service-areas-wrap h2 {
    font-size: 30px;
}

.service-blog-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-left: 90px;
    padding-top: 20px;

}

.map-wrap img {
    width: 50vw;
    max-width: 500px;
}

.map-wrap {
    max-height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}

.estimate-wrap {
    display: flex;
    flex-direction: row;
}

.mys-advantage {
    background-color: #efefef;
}

.mys-advantage h2 {
    width: 50vw;
    margin-left: 20px;
    margin-top: 10px;
    color: #008800;
    margin-right: 20px;
}

.mys-advantage .h2-wrap {
    padding-bottom: 0px;
}

.moving-process {
    margin-right: 20px;
    padding-left: 60px;
}

.moving-process .moving-process-section {
    list-style: '►  ';
}

.moving-process .moving-process-section:first-of-type {
    list-style: none;
    position: relative;
    left: -15px;
}

.moving-process-text {
    font-size: 20px;
    color: black;
}

.mi-open-menu {
    display: none;
}

.fi-br-menu-burger {
    font-size: 25px;
}

.top-menu-absolute {
    /* position: relative; */
}

.mi-top-menu {
    position: absolute;
    top: 0;
    right: -101vw;
    height: 100vh;
    max-width: 500px;
    width: 100vw;
    background-color: #111111fb;
    justify-content: flex-start;
    overflow: scroll;
    overflow-x: hidden;
    transition: .5s all;

}


.sidebar-top-links {
    padding: 0px;
    font-size: 23px;
}

.sidebar-top,
.sidebar-middle,
.sidebar-bottom {
    width: 100vw;
    max-width: 500px;
}

.sidebar-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px;
}

.sidebar-top-links {
    margin: 0px 20px;
}

.fi-br-cross {
    transition: .4s all;
    font-size: 20px;
    position: relative;
    top: 5px;
    right: 2px;
}

.sidebar-top .fi,
.sidebar-top .fa {
    transition: .4s all;
}

.sidebar-top .fi:hover,
.sidebar-top .fa:hover,
.sidebar-top-links .icon-phone:hover {
    color: #00b100;
    transition: .4s all;
}

.fi-br-cross:hover {}



.sidebar-top-links .icon-phone {
    color: rgb(255, 255, 255);
    /* padding: 7px 2px; */
    height: 23px;
    width: 23px;
    position: relative;
    top: 2px;
    transition: .4s all;
}

.sidebar-middle {
    margin-top: 60px;
}

.sidebar-middle .question-container {
    width: 100vw;
    max-width: 500px;
    border-top: 1px solid #6f6f6f2a;
    border-bottom: 1px solid #6f6f6f2a;
    text-transform: uppercase;

}

.sidebar-middle .fi-rs-angle-small-down {
    font-size: 25px;
    display: flex;
    align-items: center;
    position: relative;
    top: 2px;
    padding: 3px 12px;
    background-color: #005014;
}

.sidebar-middle .question-menu-open {
    width: 85vw;
    max-width: 430px;
    color: white;
    font-weight: normal;
    font-size: 18px;
    margin-left: 10px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-middle .question-menu-primary {
    padding: 0px;
}

.sidebar-middle .question-menu-sub {
    width: 100vw;
    max-width: 430px;
    background-color: rgb(53, 126, 68);
    color: white;
    position: relative;
    left: 30px;
    /* box-sizing: border-box; */
    box-shadow: inset rgb(0, 0, 0) 3px 3px 7px;
}

.sidebar-middle .question-menu-sub {
    /* max-height: none; */
}

#sidebar-section-container {
    padding-left: 40px;
}

.question-menu-sub .column-lister,
.question-menu-sub .column {
    margin: 0px;
    padding: 3px;
    width: 70vw;
    max-width: 430px;
}

.question-menu-sub .column-element {
    font-size: 16px;

}

#tabs .menu-item-topspread a.no-padding {
    padding: 0px;
    width: 600px;
}

#tabs .menu-item-topspread a.sidebar-text {
    color: black;
    transition: .2s all;
}

#tabs .menu-item-topspread a.sidebar-text:hover {
    color: white;
    transition: .2s all;
}

.sidebar-bottom .white-ripple.service-link {
    width: 45%;
    background-color: #FFC000;
}

.sidebar-bottom {
    display: flex;
    justify-content: space-around;
    margin-top: 100px;
}

.bin-rental-content,
.bin-rental-checks {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.bin-rental-checks {
    margin-bottom: 20px;
}

.bin-rental-ad {
    padding-bottom: 20px;
    padding-top: 20px;
    background-image: url("/bin-rental-on-site-image-two-blurred.webp");
    background-position: center;
    background-size: cover;
    color: white;

}

.bin-rental-ad-padding {
    filter: brightness(1.1)
}

.bin-rental-text-flex {
    display: flex;
    justify-content: flex-start;
    height: 50px;
}

.bin-rental-text-flex p {
    margin: 0px;
    position: relative;
    top: -10px;
    font-size: 18px;
    margin-left: 5px;
}

.bin-rental-check {
    list-style: url("/blueMarkInv.webp");
    list-style-position: outside;
    margin-bottom: 5px;
}

.bin-rental-h2 h2 {
    max-width: 400px;
    /* width: 30vw; */
    min-width: 200px;
    font-size: 45px;
    margin-right: 5vw;
    margin-left: 25px;
}

.bin-rental-ad .white-ripple.service-link {
    width: 200px;
    margin: auto;
    background-color: white;
    padding: 15px;
    color: #3298e6;
}

.bin-rental-ad .white-ripple.service-link h3 a {
    font-size: 25px;
}

.bin-rental-ad .white-ripple.service-link:hover {
    color: black;
}

.office-moving-services .numbered-list .fi-bs-check {
    color: #008800;
    font-size: 25px;
    margin-right: 4px;
    position: relative;
    top: -4px;
}

.moving-process-text .numbered-list {
    font-size: 25px;

}

.office-moving-services .numbered-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.office-moving-services-notes .numbered-list li {
    margin: 15px 0px;
}

@media (max-width: 1200px) {
    .our-process-image img {
        width: 40vw;
        min-width: 300px;
    }
}

@media (max-width: 1100px) {
    .contact-us-questions {
        display: none;
    }

    .contact-us-contacts {
        padding-bottom: 20px;
    }
}

@media(max-width: 1000px) {
    .tabs-nav {
        margin: 0px 6vw 0px 2vw;
    }

    .top-panel {
        background: linear-gradient(115deg, rgb(70, 168, 92), rgba(53, 126, 68, 1) calc(35vw), rgba(46, 46, 46, 0.6) 25.1%, rgba(34, 34, 34, 0.6) 96.1%, rgb(61, 145, 78) 96.1%);
    }

    #logo-link {
        display: block;
        width: 230px;
    }
}

@media(max-width:950px) {
    .our-process-container {
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }

    .our-process-image img {
        width: 90vw;
        min-width: 300px;
        height: calc(250px + 10vw);
        object-fit: cover;
    }

    .our-process-image {
        height: 70%;
    }

    .our-process .service-link {
        min-width: 280px;
        max-width: 550px;
        width: 70vw;
    }


    .our-process-image,
    .our-process-image-container {
        display: inline-flex;
        justify-content: center;
    }

    .our-process#our-process {
        padding: 20px 0px;
    }

    .reverse-process-container {
        flex-direction: column-reverse;
    }

    .black-ripple.service-link .h3-wrap h3,
    .white-ripple.service-link .h3-wrap h3 {

        font-size: 25px;
    }

    .black-ripple.service-link,
    .white-ripple.service-link {
        padding: 10px;
        margin-top: 15px;
        /* font-size: 1rem; */
    }

    .h1-wrap {
        margin-top: 100px;
    }
}

@media(max-width:900px) {
    .map-wrap {
        display: none;
    }
}

@media(max-width:830px) {
    .bin-rental-content {
        flex-direction: column;
    }

    .bin-rental-h2 {
        max-width: 1000px;
        width: 80vw;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .bin-rental-h2 h2 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        max-width: none;
    }

    .bin-rental-text-flex {
        width: 40vw;

    }

    .junk-removal-checks .bin-rental-text-flex {
        width: max-content;

    }

    .junk-removal-checks .bin-rental-check {
        height: max-content;
    }


    .bin-rental-check {
        height: 70px;
    }
}

@media(max-width:750px) {

    h1 {
        width: 100%;
    }



    .top-h2 {
        width: 80%;
        font-size: 24px;
    }


    .top-panel-flex {
        display: flex;
        width: 100vw;
        justify-content: space-evenly;
    }

    .tab-container {
        display: flex;
        justify-content: flex-start;
    }

    #tabs {}

    .mi-open-menu {
        display: inline-block;

    }

    .fi-br-menu-burger {
        display: flex;
        justify-content: center;
        align-items: center;
        height: min-content;
    }

    .mi-open-menu .top-spread-header {
        display: block;
        height: min-content;
    }

    .moving-process {
        padding-left: 30px;
    }

    .booking-div {
        width: 30vw;
    }

    .checkbox-container {
        padding-left: 20px;
    }

    .mi-blog,
    .mi-contact-us,
    .mi-about-us {
        display: none;
    }

    .mi-quote {
        margin: 0px;
    }

    .mi-phone {
        margin: 0px;
    }

    .side-grower {
        display: none;
    }

    .tab-container,
    .tabs-nav {
        width: max-content;
    }

    .h1-wrap {
        margin-left: 20px;
    }
}

@media(max-width: 700px) {
    .estimate-wrap {
        display: flex;
        flex-direction: column;
    }

    .mys-advantage h2 {
        width: 100vw;
    }

    .booking-div {
        width: auto;
    }

    .introduction-flex {
        flex-direction: column;
    }

    .introduction-header-flex,
    .introduction-text {
        width: 90vw;
    }

    div .learn-more-link.white-ripple.service-link {
        margin-top: 0px;
    }

    .introduction-text-padding,
    .introduction-header-text {
        padding: 5px 20px;
    }

    .introduction-text p {
        margin-top: 0px;
    }

    .introduction-header-padding {
        padding-left: 0px;
    }
}

@media(max-width: 600px) {


    .introduction-spec:last-of-type {
        display: none;

    }

    .introduction-spec:first-of-type {
        padding-left: 8vw;
    }

    .introduction-spec {
        padding: 0px;
        width: 45vw;
    }
}

@media(min-width: 600px) {

    .question-menu-open,
    .question-menu-sub {
        min-width: 400px
    }

}

@media(max-width:540px) {
    .service-blog-flex {
        padding-left: 10px;
    }

    .hideable {
        display: none;
    }

    .service-column {
        margin: 2px;
    }

    #logo-link {
        width: 30vw;
        height: auto;
    }

    #logo-link img {
        width: 40vw;
        height: auto;
    }

    p.services-header-text {
        min-width: 300px;
        width: 90vw;
    }

    .questions-image-container {
        display: none;
    }

    .question-menu-open,
    .question-menu-sub {
        min-width: 260px;
        width: 80vw;
    }

    .question-container ul {
        padding: 0px;
    }

    .contact-us-contacts h2,
    .contact-us-q-a {
        padding-left: 5vw;
    }

    .contact-us-contacts h2 .smaller a,
    .contact-us-q-a .smaller a {
        font-size: calc(12px + 3vw);
    }

    h2 span {
        padding: 0px 10px;
    }
}

@media(max-width:420px) {
    .service-blog-container {
        display: none;
    }

    .bin-rental-check {
        height: 90px;
    }
}

@media(max-width:400px) {
    .call-now-button {
        display: none;
    }

    .mi-services,
    .mi-resources {
        display: none;
    }

    .tabs-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .tab-container {
        flex-direction: column;
    }

    .mi-open-menu .top-spread-header {
        top: -22px;
        position: relative;
    }


    .top-panel,
    .tabs-nav {
        max-height: 95px;
    }
}

@media(max-width:360px) {

    .contact-us-buttons .bottom-up-animator-effect,
    .call-now {
        display: none;
    }

    .contact-us-q-a,
    .contact-us-q-a h2 {
        padding: 6px;
    }

    .contact-us-contacts h2 {
        margin-bottom: 0px;
    }

    .junk-removal-checks .bin-rental-check {
        list-style: none
    }

    .junk-removal-checks .bin-rental-checks-ul {
        padding-left: 5px;
    }
}

.no-height {
    height: auto;
    margin-right: 10px;
}