* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

body {
  color: #062a78;
  background: #fcfcff;
}

main.container-fluid {
  padding-bottom: 10rem;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.dir-row {
  display: flex;
  flex-direction: row;
}

.dir-col {
  display: flex;
  flex-direction: column;
}

.h-centred-col {
  align-items: center;
}

.v-centred-col {
  justify-content: center;
}

.bold {
  font-family: Montserrat-Bold;
}

.semi-bold {
  font-family: Montserrat-Semibold;
}

.medium {
  font-family: Montserrat-Medium;
}

.regular {
  font-family: Montserrat-regular;
}

.black-color-text {
  color: #212427 !important;
}

.back-color{
  background-color:#ff4747 !important;
}

.section-header {
  font-size: 2.1875rem;
  max-width: 900px;
}

.thanks-header {
  font-size: 2rem;

}

.section-subheader {
  max-width: 900px;
  margin-top: 1.3125rem;
  font-size: 15px;
}
.section-subheader * {
  font-size: 15px;
}

.article-text,
.article-text * {
  font-size: 16px;
}

.main-width-fixer {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 5.3rem;
}

.centred-txt {
  text-align: center;
  max-width: 700px;
}

@media screen and (max-width: 2000px) {
  main.container-fluid {
    background: url(../img/west-disposal.png) no-repeat 50% 1%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}

@media screen and (min-width: 2000px) {
  main.container-fluid {
    background: url(../img/west-disposal.png) no-repeat 50% 1%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: 1900px;
  }
}

@media screen and (max-width: 1607px) {
  main.container-fluid {
    background-position: 50% 3%;
  }
}

/* header-form-section */

.submitted-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-form-section {
  /*justify-content: center;*/
}

.form-wrapper {
  background: #ffffff;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  padding: 1.3rem 2.5rem 2.5rem 2.5rem;
  margin-left: 0px;
  margin-right: 0px;
}

.form-wrapper .row {
  flex-wrap: nowrap;
}

.left-col {
  padding-left: 0px;
}

.right-col {
  padding-right: 0px;
}

.address-group-outer,
.input-inner-wrapper,
.items-area {
  transition: border 0.1s ease-in;
  border: 1px solid rgb(195, 201, 213);
  width: 100%;
}

input {
  font-size: 1.0625rem;
}

.input-inner-wrapper {
  position: relative;
}

.address-group-outer:focus-within,
.input-inner-wrapper:focus-within,
.items-area:focus {
  border: 1px solid #212427 ;
}

div.pickup-outer,
.input-inner-wrapper {
  height: 54px;
  padding: 18px 0px;
}

.pickup-title,
.input-title {
  position: absolute;
  top: -12px;
  left: 5px;
  background: #ffff;
  padding: 0px 5px;
  color: #062a78;
  font-size: 1rem;
  font-family: Montserrat-medium;
}
.pickup-location {
  position: relative;
}

.error-address,
.error-wrapper {
  padding: 12px 13px;
  background: #ffe9e9;
  border-radius: 2px;
  border: 1px solid #ffe9e9;
  width: 100%;
  align-items: center;
  display: none;
  height: 51px;
}

.input-outer-wrapper {
  margin-top: 25px;
  justify-content: center;
  align-items: center;
}

.error-address-icon {
  max-width: 20px;
}

.error-address-text {
  color: #d71313;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9rem;
  font-family: Montserrat-regular;
  padding-left: 10px;
  white-space: nowrap;
  margin-top: 4px;
}
.pickup-location.pickup-from::before {
  content: url(../img/icons/places.svg);
  position: absolute;
  left: 11px;
  top: -2px;
}

input.hidden {
  display: none;
}

input::placeholder,
textarea::placeholder {
  color: #697e9a;
  font-size: 1.0625rem;
}

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

input.input-locations,
input.basic-input,
select.basic-input {
  font-family: Montserrat-regular;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0625rem;
  line-height: 21px;
  color: #062a78;
  border: 0px;
  width: 100%;
  padding-left: 42px;
  padding-right: 11px;
}

select.basic-input {
  width: 100%;
}

input.basic-input,
select.basic-input {
  padding-left: 11px;
  padding-right: 11px;
}

select.basic-input {
  padding-right: 20px;
}

#date {
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  color: #212427 !important;
}


.date-input-wrapper::before {
  content: url("../img/icons/calendar-blue.svg");

  position: absolute;

  z-index: 10;
  cursor: pointer;
  top: 16px;
  left: 10px;
}

.time-input-wrapper {
  position: relative;
  cursor: pointer;
}

#time {
  cursor: pointer;
}

.time-input-wrapper::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #212427;
  border-bottom: 1px solid #212427;
  position: absolute;
  transform: rotate(45deg);
  top: 23px;
  right: 25px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.phone-number{
  color:#007FFF !important;
}

.time-dropdown {
  display: none;
  position: absolute;
  max-height: 154px;
  overflow: auto;
  background: #ffff;
  z-index: 10;
  top: 49px;
  left: 0px;
  box-shadow: 0px 0px 22px rgb(0 0 0 / 5%);
  padding: 8px 7px 8px 7px;
  max-width: 120%;
}

.time-dropdown::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.time-dropdown::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 10px;
}
.time-dropdown::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 10px;
}

.time-slot {
  padding: 11px 11px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.1s ease-in;
  border: 1px solid white;
}

.time-slot:hover,
.selected-slot {
  background: #f3f4f7;
}

.items-outer-wrapper {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 15px;
  transition: all 0.3s ease-in;
  position: relative;
}
.items-area {
  width: 100%;
  height: 80px;
  padding: 20px;
  color: #062a78;
}

.submit-wrapper {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 15px;
  justify-content: flex-end;
}

.thanks-img {
  max-height: 92px;
  max-width: 92px;
}

.submitted-row {
  display: none;
}

.thank-you-message-wrapper {
  align-items: flex-start;
}

.thanks-txt-wrapper {
  margin-left: 25px;
}

.visit-home {
  margin-top: 20px;
  max-width: 360px;
  white-space: nowrap;
  padding: 13px 20px;
  text-decoration: none !important;
}

.thanks-subheader {
  max-width: 500px;
}

/* //icon points section */

.point-wrapper {
  max-width: 350px;
  padding-top: 2.5rem;
}

.point-header {
  margin-top: 1.25rem;
  font-size: 1.125rem;
}

.point-subheader {
  margin-top: 13px;
  margin-bottom: 8px;
  font-size: 1rem;
}

.point-img {
  width: fit-content;
}

.payment-options-img {
  max-width: 204px;
}


.second-img-point {
  margin-left: -4px;
}

/* why-choose-section */

.reason-wrapper {
  margin-top: 3.75rem;
}

.reason-header {
  font-size: 1.125rem;
}

.reason-txt {
  margin-top: 19px;
  font-size: 1.05rem;
  max-width: 310px;
}

.why-choose-img {
  margin-top: 2.5625rem;
}

/* article-contents-section */
.article-wrapper {
  margin-top: 4.6875rem;
}
.article-header {
  font-size: 1.5625rem;
}

.article-txt,
.article-txt * {
  margin-top: 20px;

  font-size: 1.05rem;
}

.ul-article {
  padding: 1.875rem;
}

.li-txt {
  margin-top: 10px;
}

.table-of-contents-wrapper {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 200px;
  z-index: 100;
  display: flex;
  flex-direction: column;
}

.content-img {
  margin-top: 2.5625rem;
}

.filler {
  height: 200px !important;
}

.filler2 {
  height: 100px !important;
}

.table-of-contents-header {
  font-size: 1.25rem;
  font-family: Montserrat-Bold;
  color: #062a78;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 20px;
}

.article-contents {
  max-height: 248px;
  overflow-y: auto;
  /* margin-top: 40px; */
}

.article-contents::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.article-contents::-webkit-scrollbar-track {
  background: #e7e9ef;
}

/* Handle */
.article-contents::-webkit-scrollbar-thumb {
  background: #c3c9d5;
}

/* Handle on hover */
.article-contents::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.content-link {
  font-family: Montserrat-Regular;
  font-size: 0.9375rem;
  color: #0014cc;
  max-width: 266px;
  padding: 9px 21px;
  cursor: pointer;
}

.visited-content {
  color: #6516a4;
}

.active-content {
  background: #f3f3fc;
  border-radius: 5px;
}

.content-link:hover {
  text-decoration: underline;
}

/* service specification section */
.service-specification-txt {
  max-width: 875px;
}

.ul-title {
  margin-top: 20px;
  font-size: 1.2rem;
}

.ul-subtitle {
  font-size: 1.1rem;
}

.ul-art-2 {
  padding-left: 20px;
}

.ul-container {
  flex-wrap: nowrap;
}

/*
benefits section */

.ticks-wrapper {
  margin-top: 4.4375rem;
  padding-left: 32px;
}

.benefits-img {
  margin-top: 6.25rem;
}

.tick-header {
  font-size: 1.25rem;
  position: relative;
}

.tick-header::before {
  content: "";
  width: 18px;
  height: 9px;
  border-left: 2px solid tomato;
  border-bottom: 2px solid tomato;
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: -30px;
}

.tick-paragraph {
  font-size: 1.0625rem;
}

.benefits-img-1 {
  max-height: 460px;
}

.benefits-img-wrapper {
  margin-top: 4.4375rem;
}

.benefits-img-wrapper {
  display: none;
}

.tick-wrapper {
  margin-bottom: 1.9375rem;
}

.side-img-wrapper {
  display: flex;
  align-items: flex-end;
}

/* blue-bg-col-section */

.blue-text-wrapper {
  background-color: #062a78;
  border-radius: 15px 0px 0px 15px;
  padding: 3.575rem 3.375rem;
}

.blue-img-wrapper {
  background: url("../img/blue-hire-waste.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 15px 15px 0px;
}

.blue-header {
  font-size: 2rem;
  color: white;
}

.blue-paragraph,
.blue-paragraph * {
  font-size: 1.05rem;
  color: white;
}

.blue-paragraph,
.scroll-to-top {
  margin-top: 20px;
}

.scroll-to-top {
  white-space: nowrap;
}

/* faq-section */

.faq-header {
  font-size: 2.188rem;
  color: #062a78;
  font-family: Montserrat-Semibold;
  margin-bottom: 7.813rem;
}

.collapse-accordion-img {
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-bottom: 6px;
  margin-left: 20px;
}

.faq-sector {
  font-family: Montserrat-Bold;
  font-size: 1.125rem;
  color: #062a78;
  text-align: left;
}

.collapsible-text {
  font-family: Montserrat-Regular;
  font-size: 1rem;
  color: #062a78;
  text-align: left;
  line-height: 27px;
  margin-top: 34px;
}

.question-part {
  max-width: 648px;
}

.faq-sector-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.accordion {
  border-bottom: 1px solid #c3c9d5;
  padding-bottom: 34px;
  margin-top: 33px;
}

.collapsible-text-wrapper {
  position: relative;
  padding-left: 26px;
  max-width: 95%;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.collapse,
.show,
.collapsing {
  transition: all ease-in-out 0.5s !important;
  -webkit-transition: all ease-in-out 0.5s !important;
}

.decorative-border {
  position: absolute;
  border: 2px solid #ff6347;
  background-color: #ff6347;
  height: 20%;
  left: 0px;
  top: 40px;
}

.support-image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.info-wrapper {
  position: relative;
}

.support-number-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 0px 17.1401px rgba(0, 0, 0, 0.1);
  border-radius: 39.0649px;
  width: 327.38px;
  height: 195.42px;
  max-width: 327.38px;
  max-height: 195.42px;
  padding: 40px 34px;
  position: absolute;
  bottom: -100px;
  left: -100px;
}

.number-question {
  font-family: Montserrat-Regular;
  font-size: 0.938rem;
  color: #062a78;
  text-align: left;
  margin-bottom: 24px;
}

.number-header {
  font-family: Montserrat-Semibold;
  font-size: 1.313rem;
  color: #062a78;
  text-align: left;
}

.number-text {
  font-family: Montserrat-Regular;
  font-size: 2.188rem;
  color: #ff6347;
}

.support-girl-img {
  width: unset;
}

@media screen and (max-width: 1162px) {
  .date-col {
    flex: 0 0 31.333333%;
    max-width: 31.333333%;
  }
  .time-col {
    flex: 0 0 18.666667%;
    max-width: 18.666667%;
  }
}

@media screen and (max-width: 1108px) {
  main.container-fluid {
    padding-bottom: 5rem;
  }
  .questions-part {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .support-image-wrapper {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .support-girl-img {
    width: 80%;
  }
  .info-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .support-number-wrapper {
    width: 80%;
    height: fit-content;
    max-width: 327.38px;
    max-height: 195.42px;

    left: 15px;
    padding: 25px 14px;
  }

  .number-question {
    margin-bottom: 14px;
  }

  .number-text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1067px) {
  .benefits-header {
    white-space: nowrap;
  }
}

@media screen and (max-width: 1060px) {
  .date-col {
    flex: 0 0 29.333333%;
    max-width: 29.333333%;
  }
  .time-col {
    flex: 0 0 20.666667%;
    max-width: 20.666667%;
  }
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 15px;
  }

  .basic-input,
  input::placeholder,
  textarea::placeholder,
  .items-area,
  .input-title,
  .error-address-text {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 982px) {
  .support-number-wrapper {
    width: 75%;
    left: 50px;
  }

  .support-girl-img {
    width: 75%;
  }

  .number-question {
    margin-bottom: 12px;
    font-size: 0.908rem;
  }

  .number-header {
    font-size: 1.113rem;
  }

  .number-text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 960px) {
  .form-outer-wrapper,
  .header-wrapper {
    flex: 0 0 75.666667%;
    max-width: 75.666667%;
  }
}

@media screen and (max-width: 946px) {
  .questions-part {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .support-image-wrapper {
    display: none;
  }
}

@media screen and (max-width: 912px) {
  .side-img-wrapper {
    align-items: center;
    justify-content: center;
  }

  .benefits-img-1 {
    margin-top: 80px;
    max-height: 300px;
    max-width: 300px;
  }
}

@media screen and (max-width: 873px) {
  .scroll-to-top {
    padding: 1rem 2rem;
  }
}

@media screen and (max-width: 860px) {
  .form-outer-wrapper,
  .header-wrapper {
    flex: 0 0 80.666667%;
    max-width: 80.666667%;
  }
}

@media screen and (max-width: 810px) {
  .form-outer-wrapper,
  .header-wrapper {
    flex: 0 0 85.666667%;
    max-width: 85.666667%;
  }
}

@media screen and (max-width: 767px) {
  .form-outer-wrapper,
  .header-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .button-i--primary {
    padding: 1rem 2.125rem !important;
  }

  .blue-bg-col-section {
    flex-wrap: wrap-reverse;
  }

  .blue-img-wrapper {
    height: 300px;
    border-radius: 15px 15px 0px 0px;
  }
  .blue-text-wrapper {
    border-radius: 0px 0px 15px 15px;
  }

  .benefits-header {
    white-space: normal;
  }

  .benefits-img-wrapper {
    display: block;
    height: 500px;
    width: 100%;
    background-image: url("../img/group-activists-friends-throw-lot-garbage-bag.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 767px 767px;
  }

  .benefits-img-1 {
    display: none;
  }

  html {
    font-size: 14px;
  }

  .button-i--primary {
    padding: 1rem 2rem !important;
    font-size: 15px !important;
  }

  /* .basic-input,
  input::placeholder,
  textarea::placeholder,
  .items-area,
  .input-title,
  .error-address-text {
    font-size: 14px !important;
  } */

  .points-section-inner-wrapper {
    justify-content: flex-start;
  }

  .service-specification-section .centred-txt {
    text-align: left;
  }

  .service-specification-section .h-centred-col {
    align-items: flex-start;
  }

  .point-wrapper {
    max-width: 300px;
  }

  .table-of-contents-wrapper {
    display: none;
  }
}

@media screen and (max-width: 717px) {
  .questions-part {
    flex: 0 0 90%;
    max-width: 90%;
  }
}

@media screen and (max-width: 673px) {
  .accordion {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 655px) {
  .left-col {
    padding-right: 5px;
  }
  .right-col {
    padding-left: 5px;
  }

  .form-wrapper {
    padding: 1rem 2rem 1rem 2rem;
  }
}

@media screen and (max-width: 641px) {
  .questions-part {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 629px) {
  .point-wrapper {
    max-width: 250px;
  }
}

@media screen and (max-width: 602px) {
  .time-col {
    flex: 0 0 18.666667%;
    max-width: 18.666667%;
  }

  .date-col {
    flex: 0 0 31.333333%;
    max-width: 31.333333%;
  }

  .time-input-wrapper::before {
    right: 12px;
  }

  .error-address-icon {
    max-width: 17px;
  }
}

@media screen and (max-width: 584px) {
  .thanks-img {
    margin-right: 0px;
    margin-bottom: 20px;
    max-width: 82px;
    max-height: 82px;
  }

  .form-wrapper {
    padding: 15px 0px 22px 28px;
  }

  .thanks-txt-wrapper {
    margin-left: 0px;
  }

  .visit-home {
    max-width: 280px;
  }

  .thank-you-message-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .items-outer-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
  }

  .time-col {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .date-col {
    flex: 0 0 65%;
    max-width: 65%;
    margin-right: 5%;
  }

  .form-wrapper .row {
    flex-wrap: wrap;
    width: 100%;
  }

  .left-col {
    padding-right: 0px;
  }

  .right-col {
    padding-left: 0px;
  }
  .submit-wrapper {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 529px) {
  html {
    font-size: 13px;
  }

  .tick-header::before {
    content: "";
    width: 16px;
    height: 7px;
    transform: rotate(-45deg);
    position: absolute;
    top: 4px;
    left: -30px;
  }

  .second-img-point {
    margin-top: -2px;
  }

  .third-img-point {
    margin-top: 3px;
    margin-right: 4px;
  }

  .points-section-inner-wrapper {
    justify-content: flex-start;
  }

  .point-wrapper {
    flex-direction: row;
    max-width: unset;
    align-items: flex-start;
  }

  .first-point {
    flex-direction: column;
  }

  .point-header {
    margin-left: 8px;
    margin-top: 8px;
  }

  .point-inner-wrapper {
    flex-direction: row;
  }
}

@media screen and (max-width: 500px) {
  .form-wrapper .row {
    width: 95%;
  }

  .time-input-wrapper::before {
    top: 23px;
    right: 30px;
  }
}

@media screen and (max-width: 458px) {
  .date-col {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .time-col {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .time-input-wrapper::before {
    top: 24px;
    right: 32px;
  }

  .time-input-wrapper::before {
    width: 7px;
    height: 7px;
  }
}

@media screen and (max-width: 448px) {
  .benefits-img-wrapper {
    height: 300px;
    background-size: 400px 400px;
  }
}

@media screen and (max-width: 425px) {
  .form-wrapper .row {
    width: 100%;
  }

  .basic-input,
  input::placeholder,
  textarea::placeholder,
  .items-area,
  .input-title,
  .error-address-text {
    font-size: 14px !important;
  }

  .form-wrapper {
    padding: 15px 0px 22px 28px;
  }
  #submit,
  .visit-home {
    width: 100%;
    max-width: 100%;
    padding: 15px !important;
  }

  html {
    font-size: 12px;
  }

  .ul-container {
    flex-wrap: wrap;
  }

  .third-img-point {
    max-height: 25px;
    margin-top: 5px;
    margin-right: 4px;
  }

  .second-img-point {
    max-width: 32px;
  }

  .first-img-point {
    max-width: 30px;
  }
}

@media screen and (max-width: 360px) {
  .time-input-wrapper::before {
    right: 26px;
  }
}
