.main-container {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

section.container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

button {
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.125), 0 1px 4px rgba(0, 0, 0, 0.2); */
  padding: 10px;
  border: none;
  border-radius: 6px;
  margin: 4px;
}

.btn-outline {
  background: transparent;
  border: 1px solid #107e7f;
  font-size: 12px;
  box-shadow: none;
  padding: 6px;
  min-width: 140px;
  color: #107e7f;
}

.btn-outline:hover {
  border: 1px solid #167e7f;
  background: #127e7f;
  color: #feff00;
}

button.yellow {
  color: #107e7f;
  background-color: #f5dc4b;
  padding: 8px;
  border: none;
  border-radius: 6px;
  min-width: 110px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

button.yellow:hover {
  background-color: #ffcc07;
}

button:focus {
  outline: none;
}

.form-control:focus {
  color: #495057;
  border-color: #f5dc4b;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #f5dc4b36;
}

section.moving_details p {
  text-align: left;
  color: white;
}

section.moving_details .form-check {
  float: left;
  margin-top: 10px;
  color: white;
}

section.moving_details h5 {
  color: #f5dc4b;
}

section.search-block {
  padding: 3rem;
}

section.search-block .row h2 {
  color: #f5dc4b;
}
section.search-block .row h3 {
  text-align: left;
}

section.search-block .row #postcode_lookup {
  display: flex;
  width: 100%;
}

section.search-block img {
  width: 100%;
  height: 100%;
  margin: 20px;
}

section.search-block .row #postcode_lookup {
}

#getaddress_dropdown,
#getaddress_error_message,
#getaddress_dropdown {
  display: none;
}

label {
  font-size: 10px !important;
  letter-spacing: 2px;
  font-weight: bolder;
  margin-top: 4px !important;
  color: gray;
  font-weight: 100;
  text-transform: uppercase;
  display: block;
}

section.search-block .container img {
  display: none;
}

section.search-block input {
  margin: 6px;
  width: 56%;
}

section.search-block #postcode_lookup button {
  width: 44%;
}

input:focus,
input:hover {
  border-color: #f5dc4b !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem rgb(245 220 75 / 12%) !important;
}

section.pickup_location {
  text-align: left;
  background-color: #faf9f9;
  padding: 3rem;
}

section.pickup_location .form-group {
  width: 100%;
}

section.pickup_location #postcode_pickup {
  display: flex;
  width: 100%;
}

section.pickup_location #postcode_pickup input {
  margin: 6px;
  width: 56%;
}

section.pickup_location #postcode_pickup button {
  width: 44%;
  font-weight: bold;
}

p {
  text-align: left;
}

h2 {
  color: #000;
  text-align: left;
}

h3 {
  color: #107e7f !important;
  /* text-align:center; */
}

section h5 {
  text-align: left;
  color: #212529;
  font-weight: bold;
  text-shadow: 1px 2px 14px #343a401a;
}

.dropoff_manual_link {
  text-align: left;
  color: #107e7f;
}
.pickup_manual_link {
  text-align: left;
  color: #107e7f;
}
.property_type {
  padding: 70px;
  text-align: center;
}
.property_type img {
  width: 100%;
}

.property-type {
  max-width: 76px;
  margin: 1rem;
  display: flex;
  align-items: center;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

section.property_type .property_options .property-type p {
  font-size: 14px;
  text-align: center;
  margin: 0.4rem;
}
section.extra_services .extra_services_icons {
  width: 88px;
  margin: 1rem;
  display: flex;
  align-items: center;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

section.floorlevel {
  /* background: url(https://whatstorage-staging.co.uk/assets/images/trucks.png); */
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #faf9f9;
}

section.floorlevel p {
  text-align: left;
}

section.unit_size select {
  max-width: 260px;
}

section.drop-off {
  background-color: #faf9f9;
  padding: 3rem;
}

section.drop-off #postcode_dropoff {
  display: flex;
  width: 100%;
}

section.drop-off #postcode_dropoff input {
  margin: 6px;
  width: 56%;
}

section.drop-off #postcode_dropoff button {
  width: 44%;
  font-weight: bold;
}

section.drop-off_location p {
  text-align: left;
}

section.floorlevel {
  padding: 3rem;
}

section.bedrooms {
  padding: 3rem;
}

section.unit_size {
  padding: 3rem;
}

section.details {
  padding: 3rem;
  text-align: left;
  background-color: #faf9f9;
}
section .circle i {
  color: #107e7f;

  /*Solves a problem in which the content is being cut when the div is smaller than its' wrapper:*/
}

section .circle:hover {
  background-color: #f5dc4b;
  cursor: pointer;
}
section .circle:hover {
  cursor: pointer;
}

section .circle:focus {
  outline: none;
}
section .circle {
  border-radius: 50%;
  margin: 0.5rem;
  text-align: center;
  border: 3px solid #107e7f;
  /* padding: 10px; */
  font-size: 30px;
  color: #107e7f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  background-color: white;
}

.circle-selected {
  border: 4px solid #28a744 !important;
  background: yellow !important;
}

section.property-type .row p {
  text-align: center;
}

section.issues {
  padding: 3rem;
  background-color: #faf9f9;
}

section.issues textarea {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

section.issues label,
section.details label {
  text-transform: inherit;
  font-size: 16px !important;
}

section.issues button {
  min-width: 200px;
  font-weight: bold;
}

section.contact_details p {
  /* color:white; */
}

section.contact_details h5 {
  /* text-align:center; */
}
section.contact_details button {
  min-width: 200px;
}
section.contact_details {
  text-align: left !important;
  background: url(https://whatstorage-staging.co.uk/assets/images/movingcouple.jpg);
  background-size: cover;
  background-position-y: 25%;
  padding: 0;
  color: white;
}
section.contact_details .container-fluid {
  background-color: #f8f9fade;
  padding: 30px;
  text-align: -webkit-center;
}

section.contact_details .form-control {
  width: 90%;
}

section.contact_details label {
  margin-left: 30px;
}
section.extra_services {
  padding: 3rem;
  /* text-align: center; */
}

section.extra_services h2 {
  text-align: center;
}

section.extra_services {
  background-color: white;
}

section.extra_services .row p {
  text-align: center;
}
section.moving_details {
  text-align: center;
  padding: 3rem;
  /* padding-top: 3rem; */
  /* padding-bottom: 3rem; */
  /* padding-left: 0; */
  /* padding-right: 0; */
  background-color: #107e7f;
}
section.moving_details .container {
  /* background: url(https://whatstorage-staging.co.uk/assets/images/boxes-open.png); */
  background-position: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
section.moving_details .check {
  text-align: initial;
  margin: 10px;
  margin-left: 20px;
  color: #f5dc4b;
}

section.moving_details .form-check-label p {
  font-size: 15px;
}
section.moving_details h2 {
  color: #f5dc4b;
  margin-bottom: 30px;
}

section.moving_details span.input-group-append {
  display: none;
}

section.contact_details .form-control {
  margin: 20px;
  margin-top: 0;
}

.form label {
  font-size: 15px;
  font-weight: bolder;
  margin-top: 5px;
  text-align: left;
}

.contact_details button {
  width: 15%;
}

.contact_details .form label {
  /* color:white; */
}
.contact_details .btn-back {
  background-color: #107e7f;
  color: #f5dc4b;
}

.contact_details .btn-results {
  background-color: #f5dc4b;
  color: #107e7f;
  font-weight: bold;
}

.contact_details .btn-results:hover {
  background-color: #ffcc07;
  border-color: #ffe007;
}

.contact_details .terms {
  font-size: 14px;
  margin-top: 4%;
  color: gray;
}

.local_removals {
  padding: 70px;
}
.local_removals .removals i {
  margin-left: 50px;
  color: #107e7f;
  font-size: 50px;
}

.local_removals .removals .label {
  margin-top: 20px;
}

section.address_manual {
  color: white;
  border: 1px solid #8080801f;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

section.address_manual label,
section.address_manual .form-control {
  display: block;
}

section.address_manual .container-fluid {
  background-color: #ffffffde;
  padding: 70px;
}

section.address_manual .form-control {
  width: 100%;
  margin-bottom: 10px;
}

section.address_manual .form label {
  font-size: 15px;
  font-weight: bolder;
  margin-top: 5px;
  text-align: left !important;
  margin-left: 22px;
}
section.dropoff_address_manual {
  color: white;
  border: 1px solid #8080801f;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

section.dropoff_address_manual form {
  padding: 1rem;
}

section.dropoff_address_manual .container-fluid {
  background-color: #ffffffde;
  padding: 70px;
}

section.dropoff_address_manual .form-control {
  width: 100%;
  margin-bottom: 10px;
}

section.drop-off .row {
  margin-bottom: 1rem;
}
.dropoff_manual_link small:hover {
  cursor: pointer;
}

section.drop-off h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.drop-off_location {
  padding: 50px;
}
.pickup_manual_link small:hover {
  cursor: pointer;
}

.btn-confirm:hover {
  cursor: pointer;
}

.search-block,
.address_manual,
.drop-off,
.property_type,
.pickup_location,
.floorlevel,
.bedrooms,
.unit_size,
.details,
.moving_details,
.issues,
.contact_details,
.extra_services,
.dropoff_address_manual,
.btn-back,
.details .btn-confirm {
  display: none;
}

.details .form-control {
  width: 60%;
}
.check label {
  color: black;
}

.pac-container:after {
  display: none !important;
}

@media only screen and (max-width: 350px) {
  section.search-block .row #postcode_lookup {
    display: block !important;
  }

  section.address_manual button {
    width: 50% !important;
    margin-left: 26% !important;
  }
  section.property_type {
    padding: 20px;
  }
  section.property-type {
    width: 35% !important;
  }

  section.contact_details button {
    width: 46% !important;
    margin: 4px !important;
    padding: 8px;
  }
  section.issues button {
    width: 50% !important;
  }
}

@media only screen and (max-width: 576px) {
  section.search-block .row #postcode_lookup {
    /* display: block !important; */
  }

  section.search-block #postcode_lookup button {
    /* display: block; */
    font-size: 12px;
  }

  section.search-block {
    height: 86vh;
  }

  section.search-block input {
    max-width: 100%;
  }

  section.search-block h2 {
    font-size: 34px !important;
  }
  section.search-block h3 {
    font-size: 22px !important;
  }

  section.pickup_location {
    padding: 1rem;
  }

  section.pickup_location #postcode_dropoff button {
    font-size: 12px;
  }

  section.pickup_location h2 {
    font-size: 24px;
  }

  section.pickup_location h3 {
    font-size: 22px;
  }

  section.pickup_location h5 {
    margin-top: 20px;
  }

  h2 {
    font-size: 30px;
    text-align: left;
  }

  .drop-off_location #nearest_town {
    width: 100%;
  }

  section.address_manual .container-fluid {
    padding: 20px !important;
  }

  section.address_manual .form-control {
    width: 84% !important;
  }

  section.drop-off #postcode_dropoff button {
    /* display: block; */
    font-size: 12px;
  }

  section.dropo-ff input {
    max-width: 100%;
  }

  section.dropoff_address_manual .container-fluid {
    padding: 20px !important;
  }
  section.property_type .boxing img {
    display: none;
  }
  section.property-type {
    width: 60px;
  }

  section .circle {
    width: 60px !important;
    height: 60px !important;
  }

  section .circle i {
    font-size: 20px;
  }

  section.property-type p {
    font-size: 12px !important;
    text-align: center !important;
  }
  section.property_type {
    padding: 30px;
    text-align: center;
  }
  section .circle {
    width: 88px;
    height: 88px;
  }
  section.floorlevel {
    padding: 20px;
    background-color: #faf9f9;
    background: none;
  }
  section.bedrooms {
    padding: 20px;
  }
  section.details {
    padding: 20px;
  }

  section.unit_size {
    padding: 20px;
  }

  section.drop-off {
    padding: 20px;
  }

  section.issues {
    padding: 2rem;
  }
  section.issues button {
    width: 50% !important;
  }

  section.moving_details {
    padding: 20px;
    min-height: 300px;
  }
  section.extra_services {
    padding: 20px;
  }
  section.extra_services p {
    font-size: 16px;
  }
  section.contact_details {
  }
  section.contact_details p {
    font-size: 14px;
  }
  section.contact_details p {
    font-size: 14px;
  }
  section.contact_details button {
    width: 40% !important;
    margin: 4px;
  }
  section.details .form-control {
    width: 100%;
  }

  section.extra_services_icons {
    width: 100px;
    margin: 0;
  }

  section.extra_services .extra_services_icons {
    width: 64px;
    margin: 1.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .main-container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3rem;
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  section.search-block .container img {
    height: 40%;
    width: 80%;
    display: flex;
    margin-left: 50px;
  }
  section.search-block .textbox-search {
    width: 80% !important;
    margin: 20px;
    margin-left: 10% !important;
  }
  section.search-block {
    /* padding: 20px; */
  }
  section.search-block h2 {
    font-size: 36px;
  }
  section.search-block h3 {
    font-size: 28px;
  }
  .pickup_manual_link span {
    font-size: 14px;
  }

  .drop-off_location {
    padding: 20px;
  }

  .drop-off_location h5 {
    margin-top: 20px;
  }

  section.property_type .boxing img {
    width: 100%;
    height: 100%;
  }

  section.moving_details .container {
    background: none;
  }
  section.unit_size select {
    width: 90%;
  }
  section.floorlevel {
  }
  section.bedrooms {
  }
}
