html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #f5f5f5;
  width: auto;
  height: auto;
}

.slider-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 25px 20px 20px;
  white-space: wrap;
}

.prev {
  color: black;
  position: absolute;
  top: 45%;
  left: -10px;
  font-size: 1.5em;
}

.prev:hover {
  cursor: pointer;
  color: black;
}

.next {
  color: black;
  position: absolute;
  top: 45%;
  right: 10px;
  font-size: 1.5em;
}

.next :hover {
  cursor: pointer;
  color: black;
}

.each-service {
  vertical-align: top;
  display: inline-block;
  height: auto;
  width: auto;
  background-color: white;
  margin: 0px 25px 0px 5px;
  box-shadow: 0 1.6px 3.6px rgba(0, 0, 0, 0.01),
    0 4.5px 10px rgba(0, 0, 0, 0.015), 0 10.9px 24.1px rgba(0, 0, 0, 0.02),
    0 36px 80px rgba(0, 0, 0, 0.03);
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.each-service-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  display: flex;
  align-items: center;

  color: #000000;
}

.each-service-description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;

  color: #000000;
}

.each-service-img {
  display: block;
  width: 100%;
  padding-bottom: 10px;
}

.wrap {
  padding: 0px 10px 10px 10px;
}
#why-choose-shoeboxx,
#services {
  margin-top: 60px;
}

.banner-col {
  padding: 0;
}

#why-choose-shoeboxx > .row > .col > .title,
#services > .container > .row > .col > .title,
#contact-us > .container > .row > .col > .title,
#experiences > .row > .col > .title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  color: #f68d1f;
}

#why-choose-shoeboxx > .row > .col > .description,
#experiences > .row > .col > .description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}

.each-choose-us {
  margin-top: 15px;
}

.each-choose-us > .top {
  display: flex;
  align-items: center;
}

.each-choose-us > .top > h3 {
  margin-left: 15px;
  margin-bottom: 0px;
  color: #000000;

  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}

.each-choose-us > .bottom {
  margin-top: 10px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
}

.each-service-title {
  color: #000000;

  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
}

.each-service-description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}

#services,
#contact-us {
  background-color: rgba(255, 130, 0, 0.05);
  width: 100%;
}

#services > .container,
#contact-us > .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

#services > .container > #services-title-row,
#contact-us > .container > #contact-us-title-row {
  margin-bottom: 30px;
}

.card-services,
.card-experiences {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.card-services-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;

  color: #000000;
}

.card-services-description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;

  color: #000000;
}

#experiences {
  margin-top: 60px;
  margin-bottom: 60px;
}

.card-amount-experiences {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;

  color: #f68d1f;
}

.card-amount-description {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height */

  color: #000000;
}

.branch-title {
  margin-bottom: 20px;
}

.branch-title > img {
  width: 39px;
  height: 39px;
}

.branch-name {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;

  color: #000000;

  margin: 0px 0px 0px 12px;
}

.branch-contact-detail {
  padding-left: 40px;
}

.each-contact {
  margin-bottom: 10px;
}

.contact-title > img {
  width: 36px;
  height: 36px;
}

.contact-title > p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  align-items: center;

  color: #000000;

  margin: 0px 0px 0px 10px;
}

.contact-information {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

  color: #808080;

  margin-top: 7px;
}

.contact-information-icon {
  margin-top: 7px;
}

.contact-information-icon > a > img {
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .experiences-card {
    margin-bottom: 10px;
  }

  .each-branch-col {
    margin-bottom: 10px;
  }

  .card-services-col {
    margin-bottom: 20px;
  }

  .side-img {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 500px) {
  #why-choose-shoeboxx > .row > .col > .title,
  #services > .container > .row > .col > .title,
  #contact-us > .container > .row > .col > .title,
  #experiences > .row > .col > .title {
    font-size: 34px;
  }
}

.col-banner {
  padding: 0;
}
