.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.packages-hero-v2 {
  width: 100%;
  position: relative;
  padding: 0 0.5em;
}
.packages-hero-v2 .text-wrap {
  text-align: center;
}
.packages-hero-v2 .steps-outer-wrap {
  max-width: 48em;
  margin: 0 auto;
  position: relative;
}
.packages-hero-v2 .steps-outer-wrap .steps-line {
  height: 2px;
  width: 70%;
  position: absolute;
  top: 3em;
  left: 15%;
  background-color: #897089;
}
.packages-hero-v2 .steps-wrap {
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.packages-hero-v2 .steps-wrap .step {
  flex: 1 1 0;
  text-align: center;
}
.packages-hero-v2 .steps-wrap .step .step-inner {
  position: relative;
}
.packages-hero-v2 .steps-wrap .step .step-inner .icon-circle {
  position: relative;
  margin: 0 auto;
  color: #fff;
  background-color: #897089;
  width: 6em;
  height: 6em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.packages-hero-v2 .steps-wrap .step .step-inner svg.mr-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.packages-hero-v2 .steps-wrap .step p.side-padding {
  padding: 0 20%;
}
.packages-hero-v2 .cta button {
  width: 18em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .packages-hero-v2 {
    padding: 0 1em;
  }
  .packages-hero-v2 .text-wrap {
    text-align: left;
  }
  .packages-hero-v2 .steps-outer-wrap .steps-line {
    height: 70%;
    width: 3px;
    position: absolute;
    top: 15%;
    left: 1.9em;
  }
  .packages-hero-v2 .steps-wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5em;
  }
  .packages-hero-v2 .steps-wrap .step .step-inner {
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    gap: 1.5em;
  }
  .packages-hero-v2 .steps-wrap .step .step-inner .icon-circle {
    flex: 0 0 4em;
    margin: unset;
    width: 4em;
    height: 4em;
  }
  .packages-hero-v2 .steps-wrap .step .step-inner svg.mr-icon {
    font-size: 2em;
  }
  .packages-hero-v2 .steps-wrap .step p {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    text-align: left;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .packages-hero-v2 .steps-wrap .step p.side-padding {
    padding: unset;
  }
}
.packages-location-search {
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 4em 1em;
}
.packages-location-search .title {
  text-align: center;
  text-transform: initial;
}
.packages-location-search .location-module {
  width: 100%;
  max-width: 800px;
  background-color: #f7f7f8;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  -o-box-shadow: unset;
  box-shadow: unset;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.packages-location-search .location-module .hcb-location-show.container {
  background-color: unset;
}
.packages-location-search .location-module .hcb-location-show.container .fixed-width-tweak-upper {
  width: 100%;
  max-width: 800px;
}
.packages-location-search .location-module .hcb-location-show.container .fixed-width-tweak-upper .location {
  background-color: #f7f7f8;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  -o-box-shadow: unset;
  box-shadow: unset;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 0;
}
.packages-location-search .location-module .hcb-location-show.container .fixed-width-tweak-upper .location .title {
  text-align: left;
  font-size: 1.2em;
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .packages-location-search .location-module .hcb-location-show.container .fixed-width-tweak-upper .location .title {
    text-align: center;
  }
}
.packages-location-search .location-module .hcb-location-show.container .fixed-width-tweak-upper .location .address {
  text-align: left;
  font-size: 1.2em;
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .packages-location-search .location-module .hcb-location-show.container .fixed-width-tweak-upper .location .address {
    text-align: center;
  }
}
.packages-location-search .location-module .hcb-location-show.container .fixed-width-tweak-upper .location .may-vary {
  display: none;
}
.packages-location-search .location-module .hcb-location-show.container .fixed-width-tweak-upper .location button.mr-btn {
  background-color: #911885;
  color: #fff;
}
.packages-location-search .location-module .hcb-location-show.container .fixed-width-tweak-upper .location button.mr-btn:hover {
  background-color: #831678;
}
@media only screen and (max-width: 759px) {
  .packages-location-search .location-module .hcb-location-show.container .fixed-width-tweak-upper .location button.mr-btn {
    margin-top: 1em;
  }
}
.packages-location-search .location-module .hcb-location-search .search-wrap {
  background-color: #f7f7f8;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  -o-box-shadow: unset;
  box-shadow: unset;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding-top: 1em;
  padding-bottom: 1em;
}
.packages-location-search .location-module .hcb-location-search .search-wrap p:first-child {
  display: none;
}
.packages-location-search .location-module .hcb-location-search .search-wrap .sub-text:not(.error) {
  display: none;
}
.packages-location-search .location-module .hcb-location-search .search-wrap button.mr-btn {
  background-color: #911885;
  color: #fff;
}
.packages-location-search .location-module .hcb-location-search .search-wrap button.mr-btn:hover {
  background-color: #831678;
}
.packages {
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.packages .title {
  text-align: center;
  text-transform: initial;
  padding: 0 1em;
}
.packages .subtitle {
  display: flex;
  gap: 1em;
}
.packages .options {
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1em;
  width: 100%;
  max-width: 800px;
}
.packages .options .package {
  max-width: 250px;
}
.packages .options .package .wrap {
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.12);
  -o-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.12);
}
.packages .options .package .wrap .card {
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 2em 1em 0;
  width: 100%;
}
.packages .options .package .wrap .card .package-image {
  max-width: 100%;
}
.packages .options .package .wrap .card .package-image img {
  width: 100%;
  max-width: 150px;
  display: block;
}
.packages .options .package .wrap .blur {
  padding: 2em;
}
.packages .options .package .wrap .blur .cta {
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.packages .options .package .wrap .blur .cta button.mr-btn {
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.5em 2em;
}
.packages .options .package .wrap .blur .cta button.mr-btn strike.strike-price {
  filter: 'alpha(opacity=70)';
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .packages .options {
    padding: 0 2em;
  }
  .packages .options .package {
    max-width: unset;
  }
}
.packages-faqs {
  z-index: 1;
}
.packages-faqs .video-chat-faqs h3:first-child {
  margin-bottom: 1em;
  color: #3a2d4a;
}
@media only screen and (max-width: 759px) {
  .packages-faqs .video-chat-faqs h3:first-child {
    font-size: 34px;
  }
}
