@use 'sass:string';
@use 'sass:list';
.priamry-link {
  font-size: 1.125rem;
  color: #231f20;
  line-height: 22px;
  font-weight: bold;
  border-bottom: 2px solid #d82128;
  padding-bottom: 0.25rem;
  position: relative; }
  .priamry-link::after {
    content: '';
    position: absolute;
    background: url("../../../../images/right-arrow-red.svg");
    width: 1.5rem;
    top: 0.375rem;
    right: -2.5rem;
    height: 0.9375rem;
    background-size: 100%; }
  .priamry-link:hover {
    color: #231f20;
    text-decoration: none; }
  .priamry-link.disabled, .priamry-link:disabled {
    color: #626366;
    pointer-events: none; }
    .priamry-link.disabled::after, .priamry-link:disabled::after {
      background: url("../../../../images/right-arrow-gray.svg"); }
    .priamry-link.disabled:hover, .priamry-link:disabled:hover {
      text-decoration: none; }

.seconday-link {
  font-size: 1.125rem;
  color: #231f20;
  line-height: 22px;
  font-weight: bold;
  border-bottom: 2px solid #231f20;
  padding-bottom: 0.25rem; }
  .seconday-link:hover {
    color: #d82128;
    text-decoration: none;
    border-bottom: 2px solid #d82128; }
  .seconday-link.disabled, .seconday-link:disabled {
    color: #626366;
    pointer-events: none;
    border-bottom: 2px solid #626366; }
    .seconday-link.disabled:hover, .seconday-link:disabled:hover {
      text-decoration: none; }

.tertiary-link {
  font-size: 0.75rem;
  color: #d82128;
  line-height: 14px;
  font-weight: bold;
  text-decoration: underline; }
  .tertiary-link:hover {
    color: #d82128;
    text-decoration: underline; }
  .tertiary-link.disabled, .tertiary-link:disabled {
    color: #626366;
    pointer-events: none; }
    .tertiary-link.disabled:hover, .tertiary-link:disabled:hover {
      text-decoration: none; }

.btn {
  text-transform: capitalize;
  height: 3.375rem;
  border-radius: 2rem;
  min-width: 8.125rem;
  padding: 1rem 2.375rem;
  max-width: 21.875rem;
  margin: auto;
  font-family: "Myriad Pro Bold Cond"; }

button {
  -webkit-appearance: none;
  border: none;
  font-weight: 700; }

button:focus,
button:active,
button:hover,
button:visited,
button:focus-within {
  outline: none !important; }

.btn-primary {
  background: #d82128;
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none; }
  .btn-primary.disabled {
    pointer-events: none; }
    .btn-primary.disabled:hover {
      text-decoration: none; }
  .btn-primary:hover {
    color: #fff;
    background: #971b1e; }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #626366;
    background: #c7c8ca; }

.btn-secondary {
  background: #231f20;
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none; }
  .btn-secondary.disabled {
    pointer-events: none; }
    .btn-secondary.disabled:hover {
      text-decoration: none; }
  .btn-secondary:hover {
    color: #fff;
    background: #971b1e; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #c7c8ca;
    background: #626366; }

.btn-tertiary {
  background: #fff;
  font-weight: 700;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none; }
  .btn-tertiary.disabled {
    pointer-events: none; }
    .btn-tertiary.disabled:hover {
      text-decoration: none; }
  .btn-tertiary:hover {
    color: #fff;
    background: #971b1e; }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #626366;
    background: #f3f3f3; }

.btn-with-border {
  background: #fff;
  font-weight: 700;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none;
  border: 1px solid #d82128; }
  .btn-with-border.disabled {
    pointer-events: none; }
    .btn-with-border.disabled:hover {
      text-decoration: none; }
  .btn-with-border:hover {
    color: #fff;
    background: #971b1e; }
  .btn-with-border.disabled, .btn-with-border:disabled {
    color: #626366;
    background: #f3f3f3; }

.Book-In-Three-Easy-Steps {
  overflow: hidden;
  padding: 60px 0;
  background: #f3f3f3; }
  @media (max-width: 1023.98px) {
    .Book-In-Three-Easy-Steps {
      padding: 3rem 0rem; } }
  .Book-In-Three-Easy-Steps .container {
    position: relative; }
    .Book-In-Three-Easy-Steps .container .heading {
      font-size: 3rem;
      color: #000;
      line-height: 58px;
      font-family: "Myriad Pro Bold Cond";
      text-transform: capitalize; }
      @media (max-width: 1023.98px) {
        .Book-In-Three-Easy-Steps .container .heading {
          font-size: 2.25rem;
          color: #000;
          line-height: 43px; } }
    .Book-In-Three-Easy-Steps .container .LearnMoreLink {
      text-align: center;
      margin-top: 1.5rem; }
      @media (min-width: 1024px) {
        .Book-In-Three-Easy-Steps .container .LearnMoreLink {
          text-align: unset;
          position: absolute;
          right: 4.6875rem;
          top: 3.5rem;
          margin-top: unset; } }
      .Book-In-Three-Easy-Steps .container .LearnMoreLink.btn-more .btn {
        min-width: 100%; }
        @media (min-width: 768px) {
          .Book-In-Three-Easy-Steps .container .LearnMoreLink.btn-more .btn {
            min-width: unset; } }
      @media (min-width: 1024px) {
        .Book-In-Three-Easy-Steps .container .LearnMoreLink.btn-more {
          right: 38px;
          top: 45px; } }
      .Book-In-Three-Easy-Steps .container .LearnMoreLink .priamry-link {
        font-family: "Myriad Pro Bold Cond"; }
  .Book-In-Three-Easy-Steps .book-easystep-tile-block {
    margin: 0 -15px;
    padding-top: 40px; }
    @media (max-width: 1023.98px) {
      .Book-In-Three-Easy-Steps .book-easystep-tile-block {
        margin: 0;
        display: block; } }
    .Book-In-Three-Easy-Steps .book-easystep-tile-block .book-easystep-tile {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
      @media (max-width: 1023.98px) {
        .Book-In-Three-Easy-Steps .book-easystep-tile-block .book-easystep-tile {
          -ms-flex: 100%;
              flex: 100%;
          max-width: 100%; } }
      .Book-In-Three-Easy-Steps .book-easystep-tile-block .book-easystep-tile .book-easystep-tiles {
        padding: 2.5rem;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        margin: 0 15px; }
        @media (max-width: 1023.98px) {
          .Book-In-Three-Easy-Steps .book-easystep-tile-block .book-easystep-tile .book-easystep-tiles {
            background: none;
            padding: 10px 0;
            margin: 0px; } }
        .Book-In-Three-Easy-Steps .book-easystep-tile-block .book-easystep-tile .book-easystep-tiles .book-easystep-tiles-left {
          width: 66px;
          float: left;
          padding-right: 20px;
          margin-top: 10px; }
          @media (max-width: 1023.98px) {
            .Book-In-Three-Easy-Steps .book-easystep-tile-block .book-easystep-tile .book-easystep-tiles .book-easystep-tiles-left {
              width: 50px;
              margin-top: 5px; }
              .Book-In-Three-Easy-Steps .book-easystep-tile-block .book-easystep-tile .book-easystep-tiles .book-easystep-tiles-left img {
                width: 30px; } }
        .Book-In-Three-Easy-Steps .book-easystep-tile-block .book-easystep-tile .book-easystep-tiles .book-easystep-tiles-right {
          width: calc(100% - 66px);
          float: left; }
          @media (max-width: 1023.98px) {
            .Book-In-Three-Easy-Steps .book-easystep-tile-block .book-easystep-tile .book-easystep-tiles .book-easystep-tiles-right {
              width: calc(100% - 50px); } }
          .Book-In-Three-Easy-Steps .book-easystep-tile-block .book-easystep-tile .book-easystep-tiles .book-easystep-tiles-right .book-easystep-tiles-title {
            font-size: 1.875rem;
            color: #d82128;
            line-height: 36px;
            font-family: "Myriad Pro Bold Cond"; }
            @media (max-width: 1023.98px) {
              .Book-In-Three-Easy-Steps .book-easystep-tile-block .book-easystep-tile .book-easystep-tiles .book-easystep-tiles-right .book-easystep-tiles-title {
                font-size: 1.5rem;
                color: #d82128;
                line-height: 29px; } }
            @media (min-width: 768px) {
              .Book-In-Three-Easy-Steps .book-easystep-tile-block .book-easystep-tile .book-easystep-tiles .book-easystep-tiles-right .book-easystep-tiles-title {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; } }
          .Book-In-Three-Easy-Steps .book-easystep-tile-block .book-easystep-tile .book-easystep-tiles .book-easystep-tiles-right .book-easystep-tiles-description {
            font-size: 1rem;
            color: #000;
            line-height: 19px;
            font-family: "Myriad Pro Regular";
            margin-top: 8px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -moz-box-orient: vertical;
            /* Mozilla */
            -webkit-box-orient: vertical;
            /* WebKit */
            /* autoprefixer: off */
            box-orient: vertical;
            /* As specified */
            text-overflow: ellipsis;
            height: 57px; }
          .Book-In-Three-Easy-Steps .book-easystep-tile-block .book-easystep-tile .book-easystep-tiles .book-easystep-tiles-right .black-link {
            font-family: "Myriad Pro Bold Cond";
            font-size: 1.125rem;
            color: #000;
            line-height: 22px;
            text-decoration: underline;
            text-underline-position: under; }
