section.navigation.nav-section {
  border-bottom: 1px solid #c3c9d5;
}

.badges-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.badges-wrapper .row {
  margin-right: 10px;
}


.row.row-fields {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.col-md-6.col-padding-right {
  padding-right: 7.5px;
}
.col-md-6.col-padding-left {
  padding-left: 7.5px;
}
#map {
  width: 100%;
  height: 300px;
}

.row-removal {
  max-width: 1180px;
  margin: auto;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.complete-list-inner {
  background: #f3f4f7;
}
.col-complete-list {
  background: #f3f4f7;
  padding: 10px 10px;
  font-size: 18px;
  color: #212427;
  width: 100%;
  border-radius: 18px;
  max-width: 520px;
}
.complete-list-inner {
  display: inline-block;
  vertical-align: middle;
}
.complete-switch-outer {
  display: inline-block;
  vertical-align: middle;
}
label.switch.prefer-switch {
  margin-bottom: 0px;
}

.prefer-switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 5px;
  bottom: 6px;
  background-color: white;
  -webkit-transition: 0.4s;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  transition: 0.4s;
}

.prefer-switch input:checked + .slider {
  background: #ff6347;
}
.prefer-switch input.checked-switch + .slider {
  background: #ff6347;
}

.prefer-switch input.checked-switch + .slider:before {
  left: 36px;
}

h2.list-title {
  color: #212427;
  font-family: "Montserrat-SemiBold";
  font-size: 28px;
}

.row.row-list-title {
  margin-bottom: 20px;
}

.row.row-inventory-list {
  margin-bottom: 30px;
}

.col-3.col-tabs {
  padding-left: 0px;
  padding-right: 0px;
}
.col-9.col-tabs-content {
  padding-left: 0px;
}

.col-3.col-tabs .nav-pills .nav-link.active,
.col-3.col-tabs .nav-pills .show > .nav-link {
  color: #ff6347;
  background-color: #fff;
  border-radius: 0px;
  border-right: 4px solid #ff6347;
  box-shadow: 0px 2px 7px 0px #e4e4e4;
}
.col-3.col-tabs .nav-pills .nav-link {
  border-radius: 0.25rem;
  font-size: 16px;
  font-family: "Montserrat-semibold";
  color: #212427;
  text-align: right;
  padding: 30px 15px 24px 0px;
  border-right: 3px solid #fff;
}
.tab-list-outer {
  min-height: 474px;
  box-shadow: 0px 2px 7px 0px #e4e4e4;
  background: #fff;
}
div#v-pills-tabContent {
  padding: 15px 20px;
}
.tabs-search-inner {
  position: relative;
}
span.item-name,
span.item-details-outer,
span.item-demensions {
  display: table-cell;
  vertical-align: middle;
}
span.item-details-outer {
  float: right;
}

span.plus-minus-outer.plus-minus-2 {
  display: table-cell;
}
span.sub,
span.add {
  display: inline-block;
  cursor: pointer;
}
span.item-demensions {
  cursor: pointer;
}
input.trans-sub-add {
  display: inline-block;
  max-width: 40px;
  padding: 0px;
  text-align: center;
  background-color: #fff !important;
  border: 0px;
  color: #212427;
}
.col-item-outer {
  display: table;
  width: 100%;
}
span.plus-minus-outer.plus-minus-2 {
  padding-right: 15px;
}
.col-item-outer {
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #212427;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.col-item-outer:hover {
  border-top: 1px solid #f3f4f7;
  border-bottom: 1px solid #f3f4f7;
}
img.img-back {
  max-width: 27px;
  vertical-align: middle;
}
span.back-txt {
  color: #212427;
  padding-left: 8px;
  vertical-align: middle;
  font-family: Montserrat-SemiBold;
}
.back-btn {
  max-width: 84px;
  margin-left: auto;
  padding-top: 12px;
  cursor: pointer;
}

.load-move {
  top: 1px;
}

div#v-pills-tabContent {
  max-height: 542px;
  min-height: 542px;
  overflow-y: auto;
  border-bottom: 1px solid #e7e9ef;
}
div.search-icon {
  background: transparent;
  border: 0px;
}
input.form-control.input-search {
  border: 0px;
}
input.form-control.input-search {
  background: transparent;
}
.search-group-outer {
  max-width: 400px;
  border: 1px solid #ff6347;
  border-radius: 30px;
}
.col-search-outer {
  padding: 15px 20px;
}
input.form-control.input-search::-webkit-input-placeholder {
  /* Edge */
  color: #ff6347;
  font-size: 14px;
}
.main {
  background: #fcfcff;
}
input.form-control.input-search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ff6347;
  font-size: 14px;
}
input.form-control.input-search::placeholder {
  color: #ff6347;
  font-size: 14px;
}
span.sub {
  display: none;
}
.div-item-demensions {
  min-width: 24px;
}
.div-item-demensions img {
  display: none;
}

.address-group-outer,
.row.row-property-floor-outer {
  background: #ffffff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

/*START CHECKBOX STYLE*/

@-moz-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 50px;
  }
}
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 50px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 50px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 120px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 120px;
  }
}
@-moz-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 120px;
  }
}

input[type="checkbox"].input-orange-check-box {
  display: none;
}

.check-box.orange-checkbox {
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 2px solid #ff6347;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer;
}

.check-box.orange-checkbox::before,
.check-box.orange-checkbox::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 2px;
  background-color: #ff6347;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 0px;
  content: " ";
  -webkit-transition: opacity ease 0.5;
  -moz-transition: opacity ease 0.5;
  transition: opacity ease 0.5;
}

.check-box.orange-checkbox::before {
  top: 8px;
  left: 6px;
  box-shadow: 0 0 0 2px #fff;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.check-box.orange-checkbox::after {
  top: 5px;
  left: 2px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type="checkbox"].orange-checkbox:checked + .check-box.orange-checkbox,
.check-box.orange-checkbox.checked {
  border-color: #ff6347;
}

input[type="checkbox"]:checked + .check-box.orange-checkbox::after,
.check-box.orange-checkbox.checked::after {
  height: 5px !important;
  -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
  -o-animation: dothabottomcheck 0.2s ease 0s forwards;
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  animation: dothabottomcheck 0.2s ease 0s forwards;
}

input[type="checkbox"]:checked + .check-box.orange-checkbox::before,
.check-box.orange-checkbox.checked::before {
  height: 13px !important;
  -moz-animation: dothatopcheck 0.4s ease 0s forwards;
  -o-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  animation: dothatopcheck 0.4s ease 0s forwards;
}
.check-box.orange-checkbox {
  margin-bottom: 0px;
  vertical-align: middle;
}

/*END CHECKBOX STYLE*/

.pickup-outer,
.dist-outer,
.lift-type-outer {
  padding: 10px 26px;
}
.parking-outer {
  padding: 10px 0px;
}

.diastance-title,
.pickup-title,
.parking-title {
  font-family: "Montserrat-SemiBold";
  font-size: 14px;
  line-height: 15px;
  color: #ff6347;
  padding-bottom: 8px;
}

.distance-outer {
  border-top: 1px solid #e7e9ef;
}

.col-sm-9.col9-dist {
  padding-right: 10px;
}

.dist-outer {
  border-right: 1px solid #e7e9ef;
}

.dist-outer {
  padding-right: 15px;
}

input.input-locations {
  font-family: Montserrat-regular;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  color: #212427;
  border: 0px;
  width: 100%;
}

.col-sm-8.col8-dist {
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
  max-width: 68%;
  padding-right: 0px;
}
.col-sm-4.col4-parking {
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn):not(.keepItDef) {
  width: 100%;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: unset !important;
  outline-offset: unset !important;
  outline: 0px !important;
  outline-offset: 0px !important;
}

select.select-removal {
  font-family: Montserrat-regular;
  font-size: 17px;
  line-height: 21px;
  color: #697e9a;
}
.select-removal button.btn.dropdown-toggle.btn-light {
  color: #212427;
  background-color: #fff;
  border: 0px;
  padding: 0px;
  font-family: "Montserrat-Regular";
}
.select-removal .filter-option-inner-inner {
  font-family: "Montserrat-Regular";
}

.select-removal .dropdown-item.active,
.select-removal .dropdown-item:active {
  background: #e6e6fa;
  color: #212427;
}

.select-removal .dropdown-menu.show {
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
}

.select-removal li a span.text {
  font-family: Montserrat-regular;
  font-size: 16px;
  line-height: 22px;
  color: #212427;
}
.select-removal li a {
  padding: 10px 15px;
}

span.yes-checkbox {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  padding-left: 5px;
  color: #212427;
  font-family: "Montserrat-Regular";
}
.col-sm-3.col3-parking {
  padding-left: 0px;
  padding-right: 5px;
}
.col-sm-8.col8-floor {
  padding-right: 0px;
  padding-left: 0px;
}
.col-sm-3.col3-floor {
  border-right: 1px solid #e7e9ef;
}
.col-sm-1.col1-plus-sub {
  padding: 0px;
}
.add-floor,
.sub-floor {
  padding: 5px 9px;
  cursor: pointer;
  max-width: 30px;
}

.add-floor {
  border-bottom: 1px solid #e7e9ef;
}
.col-sm-3.col3-floor {
  padding-top: 10px;
  padding-bottom: 10px;
}

.row.row-lift {
  /*border-top: 1px solid #e7e9ef;*/
}
.col12-lift {
  padding: 0px;
}

#removalsHome {
  color: #212427;
}

.row-home-intro {
  max-width: 1400px;
  margin: auto;
}
h1 {
  font-size: 39px;
  font-weight: 800;
  color: #212427;
}
h3 {
  font-family: "Montserrat-Regular";
  font-weight: 600;
  font-size: 38px;
  color: #212427;
}
h5 {
  font-size: 25px;
  font-weight: 400;
  color: #212427;
  font-family: "Montserrat-Regular";
}
h6 {
  color: #212427;
  font-size: 18px;
  font-weight: 600;
}
.row-home-intro h1 {
  max-width: 610px;
}
.row-home-intro h5 {
  padding-top: 30px;
  font-family: "Montserrat-Regular";
}
.row-home-intro h5 span {
  font-weight: 800;
  font-family: "Montserrat-SemiBold";
}

.row-home {
  max-width: 1040px;
  margin: auto;
  margin-top: 30px;
}
.row.row-home.why-love {
  padding: 70px 0px;
}
.why-love svg {
  margin-right: 15px;
  float: left;
}
.why-love .col-md-4 > .row {
  margin-top: 30px;
  margin-bottom: 30px;
}
.why-love .col-md-8 {
  padding: 0px;
  margin-top: -30px;
}
.container-fluid.customer-feel {
  padding: 40px;
  background: white;
}
.text-center span {
  font-size: 100px;
  color: #e6e6fa;
  line-height: 5px;
  position: relative;
  top: 17px;
}
.how-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.how-text {
  font-size: 16px;
  font-family: "Montserrat-Regular";
}
.row.row-home.hero-background {
  background: #212427;
  color: white;
  border-radius: 40px;
  margin: 60px auto;
}
.hero-background h3 {
  color: white;
  font-size: 30px;
}
a.learn-more {
  color: #ff6347;
  border: 2px solid #ff6347;
  margin-top: 20px;
  display: inline-flex;
}
.customer-feel .row-home > .col-md-6 {
  margin-bottom: 20px;
  margin-top: 30px;
}
.hero-background .text {
  padding: 54px 0px 54px 45px;
}
.hero-background h6 {
  color: white;
  text-transform: none;
  margin-top: 20px;
  font-family: "Montserrat-Regular";
  font-weight: normal;
}
.hero-background p {
  margin-top: 20px;
  font-family: "Montserrat-Regular";
  font-size: 13px;
}
.hero-background a.learn-more {
  color: white;
  background: #ff6347;
  padding: 8px 30px;
}

input.search-items {
  color: #ff6347;
  font-size: 12px;
  font-family: Montserrat-medium;
  line-height: 15px;
  min-height: 45px;
  border: 0px;
  width: 250px;
}
input.search-items::placeholder {
  color: #ff6347;
}
.search-results {
  padding: 10px 20px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  max-height: 170px;
  display: none;
  overflow-y: auto;
  border-top: 1px solid #e7e9ef;
}
.search-results.search-results-mob {
  bottom: 84px;
}

.search-item-icon img {
  max-width: 24px;
}
.search-group-outer .input-group {
  width: 300px;
}

.search-item-text {
  color: #212427;
  font-size: 15px;
  line-height: 18px;
  font-family: Montserrat-regular;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  cursor: pointer;
}
.search-item-icon {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.search-item-outer {
  width: 100%;
}
.search-item-outer {
  padding-top: 10px;
  padding-bottom: 0px;
  min-height: 56px;
}
.tomato {
  color: #ff6347;
}
.col-close-dimensions.close-addresses {
  max-width: 111px;
  margin-bottom: 0px;
}
.addresses-overlay-title {
  border-bottom: 1px solid #e7e9ef;
}
.my-tab-title.mytab-addresses {
  border-bottom: 3px solid #ff6347;
  max-width: 210px;
}

div#addresses-overlay .col-md-6.col6-address {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

div#addresses-overlay .row.row-property-floor-outer {
  margin-left: 0px;
  margin-right: 0px;
}

div#addresses-overlay .address-group-outer,
div#addresses-overlay .row.row-property-floor-outer {
  max-width: 348px;
  margin-bottom: 20px;
}

.col-md-12.col12-overlay-addresses {
  overflow-x: hidden;
  padding: 40px 0px;
}

.row-cols-addresses-outer {
  margin-left: 0px;
  margin-right: 0px;
}

.col-img-home-outer {
  padding-right: 0px;
}
.col-img-home {
  max-width: 51px;
  margin: auto;
  padding-top: 10px;
}

.add-stopover-text {
  font-size: 15px;
  line-height: 18px;
  color: #ff6347;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.add-stopover-icon {
  max-width: 26px;
  display: inline-block;
  vertical-align: middle;
}
.add-stopover {
  margin-top: 15px;
  margin-bottom: 20px;
  cursor: pointer;
  max-width: 150px;
}

.row-btns-addresses {
  margin-top: 20px;
}
.row-stopover-loc {
  display: none;
}
.hide-icon {
  max-width: 27px;
  display: inline-block;
  vertical-align: middle;
}
.hide-text {
  font-size: 15px;
  line-height: 18px;
  text-align: right;
  color: #212427;
  display: inline-block;
  vertical-align: middle;
}
.hide-stopover-outer {
  max-width: 348px;
}
div#addresses-overlay .col-md-12.col12-overlay-addresses {
  margin-bottom: 100px;
}
div#addresses-overlay .row.row-btns-addresses {
  margin-top: 0px;
}
.hide-stopover-inner {
  margin-left: auto;
  max-width: 110px;
  cursor: pointer;
  margin-bottom: 20px;
}
.col-img-home.stop-over-icon {
  max-width: 60px;
}
.col-md-12.col-header-titles {
  padding-left: 111px;
  padding-bottom: 50px;
}
.pac-container.pac-logo {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05) !important;
}

.pac-item {
  border-top: 0px;
  padding: 10px;
  cursor: pointer;
}

.btn-get-started {
  font-family: Montserrat-semibold;
  font-size: 19px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  display: block;
  width: 100%;
  background: #ff6347;
  border-radius: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 214px;
  margin-left: auto;
  margin-top: 20px;
  border-radius: 2px;
  border: 0px;
  margin-top: 40px;
}
.btn-get-started:hover {
  background: #ea5a40;
}

.modal-content {
  border: 0px;
}
.here-why-love,
.how-it-works,
.feel-about,
.make-move-easier,
.moving-only {
  font-family: Montserrat-semibold;
}

.distance-outer,
.row-lift {
  display: none;
}

.error-address-icon {
  max-width: 21px;
  display: inline-block;
  vertical-align: middle;
}
.error-address-text {
  color: #d71313;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: Montserrat-regular;
  padding-left: 5px;
}

.error-address {
  padding: 14px 17px;
  background: #ffe9e9;
  border-radius: 2px;
  display: none;
}

.col-take-leave {
  background: #ffe4e1;
  border-radius: 15px;
  max-width: 317px;
  height: 46px;
  padding: 4px;
}

.nav-pills .pills-leave-take {
  font-family: Montserrat-semibold;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #ff6347;
  border-radius: 15px;

  height: 38px;
}
.nav-pills .pills-leave-take.nav-link.active {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(234, 149, 139, 0.5);
  color: #ff6347;
}

#pills-leave-take {
  width: 100%;
  margin-bottom: 0px !important;
}
#pills-leave-take li {
  width: 50%;
}

span.item-leave-outer {
  display: flex;
}
.input-leave {
  display: inline-block;
  max-width: 40px;
  padding: 0px;
  text-align: center;
  border: 0px;
  color: #212427;
  height: 100%;
  background-color: unset !important;
}
.leave-arrow.leave-arrow-left {
  margin-bottom: 5px;
}
.leave-arrow {
  cursor: pointer;
}

.col-item-outer.col-leave-removal-item-outer {
  padding-top: 8px;
  padding-bottom: 8px;
}
.leave-items-outer {
  background: #ffffff;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
  overflow-x: hidden;
  height: 606px;
}

.col-item-outer {
  padding-left: 30px;
  padding-right: 30px;
}

.address-text-span {
  font-family: Montserrat-SemiBold;
}
.address-items-text {
  padding-top: 25px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 2px solid #ff6347;
  background: #fff1f0;
}
.row.row-inventory-list.row-leave-take {
  margin-left: 0px;
}

textarea:focus,
input:focus {
  outline: none;
}

.form-control:focus {
  color: unset;
  background-color: unset;
  border-color: unset;
  outline: unset;
  box-shadow: unset;
}

.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #fff;
  border: 1px solid #212427;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #ff6347;
  border: 0px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.loader-outer {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 10000;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #212427;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}
.row.row-cols-addresses-outer.row-stop-over-3.row-stopover-loc {
  margin-bottom: 50px;
}

.input-group-prepend.search-icon-list .input-group-text {
  background-color: transparent;
  border: 0px;
}

.search-group-outer-mobile {
  border-top: 1px solid #e7e9ef;
  padding: 15px 21px 0px 21px;
}
.take-items-tabs-outer .tab-pane {
  position: relative;
}
input.search-items {
  color: #ff6347;
  font-size: 12px;
  font-family: "Montserrat-Medium";
}

.continue-beds {
  font-size: 18px;
  line-height: 21px;
  color: #212427;
  font-family: Montserrat-semibold;
}
.continue-address {
  font-size: 15px;
  line-height: 21px;
  color: #212427;
  font-family: Montserrat-regular;
}
.row.row-continue {
  max-width: 1080px;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.continue-mobile-btns {
  display: none;
}
a.continue-btn {
  /* font-weight: 600; */
  font-size: 17px;
  line-height: 21px;
  color: #212427;
  font-family: "Montserrat-SemiBold";
  padding: 13px 36px;
  border: 1px solid #212427;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  border-radius: 2px;
}
.continue-close {
  max-width: 27px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.continue-desktop-btns {
  max-width: 272px;
  margin-left: auto;
}
.continue-inner {
  background: #e6e6fa;
  border-bottom: 1px solid #fff;
}

.col-sm-6.col-continue-address {
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
  padding-right: 0px;
}
.col-sm-6.col-continue-btns {
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}
.estimate-volume {
  font-family: "Montserrat-SemiBold";
  font-size: 15px;
  line-height: 18px;
  color: #212427;
  margin-bottom: 20px;
}
span.cubic-overlay {
  font-family: "Montserrat-regular";
}

div#row-overlay-inventory.row-map-overlay {
  max-width: 100%;
}
.map-overlay {
  margin-top: 30px;
  margin-bottom: 30px;
}
.trustpilot-on-top {
  padding-left: 30px;
  padding-top: 10px;
  max-width: 200px;
}

input.hidden {
  display: none;
}
span.item-name {
  cursor: pointer;
}
input.search-items-mobile {
  color: #ff6347;
  font-size: 15px;
  font-family: Montserrat-medium;
  line-height: 15px;
  min-height: 45px;
  border: 0px;
  width: 250px;
}
input.search-items-mobile::placeholder {
  color: #ff6347;
  font-family: Montserrat-semibold;
}
.row.row-list-title-stopover {
  margin-top: 30px;
}
.tab-list-items-mobile.open {
  display: block;
}
.tab-list-items-mobile.closed {
  display: none;
}

.tab-list-items-mobile.closed .mobile-room-arrow.show-hide-mobile-list {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
h3.h3-waste {
  text-align: center;
  font-size: 30px;
}
button.btn.waste-disposal-quote {
  max-width: 300px;
  margin: auto;
  display: block;
  margin-top: 25px;
  background: #fff;
  color: #fff;
  padding: 10px 20px;
  font-family: "Montserrat-SemiBold";
  margin-bottom: 30px;
  color: tomato;
  border: 1px solid tomato;
}
.row.row-home.row-waste a {
  text-decoration: none;
}

.drawer-title-outer-wrapper {
  border-bottom: 1px solid #e7e9ef;
  margin-bottom: 40px;
}

.drawer-title-inner-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px 10px 50px;
}

.drawer-title {
  font-size: 18px;
  font-style: "Montserrat-Bold";
  color: #212427;
}

.close-drawer-img {
  max-height: 27px;
  max-width: 27px;
  margin-bottom: 10px;
}

@media screen and (max-width: 666px) {
  .drawer-title-inner-wrapper {
    padding: 0px 25px 10px 15px;
  }

  input.input-locations {
    font-size: 14px;
  }
  .row.row-dimensions-outer {
    width: 360px;
  }
  .outer-table-title.th-title {
    padding-right: 5px;
    padding-right: 5px;
  }
  span.select-all-txt,
  span.wrapping-table-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  a.continue-btn {
    padding: 13px 30px;
  }
}

@media screen and (max-width: 599px) {
  .row.row-continue {
    background: #fff1f0;
  }
  .continue-beds,
  .continue-address {
    color: #ff6347;
  }
  .continue-desktop-btns {
    display: none;
  }
  .continue-mobile-btns {
    display: block;
  }
  .continue-mobile-btns {
    display: block;
    max-width: 27px;
    margin-left: auto;
    margin-top: 5px;
  }
  .col-sm-6.col-continue-address {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-sm-6.col-continue-btns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .continue-beds {
    font-size: 15px;
  }
  .continue-address {
    font-size: 12px;
  }
}
