/* BANNER CTA MODULE */
#banner_cta_module {
    height: 482px;
    background-color: var(--overlay-colour);
}

#banner_cta_module .container.saul-smsf-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 50px;
    max-width: 1440px;
    z-index: 1;

    @media (max-width: 768px) {
        padding-top: 148px !important;
    }
}

#banner_cta_module .sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
    color: #752963;
    position: relative;
    z-index: 1;
}

#banner_cta_module .subtext {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
    color: #752963;
    position: relative;
    z-index: 1;
}

#banner_cta_module .subtext-section {
    position: relative;
    padding-top: 30px;
}

#banner_cta_module .title-section {
    color: #1B214A;
}

#banner_cta_module {
    background-image: var(--bkg-dk);
    background-size: cover;
    background-repeat: no-repeat;
}

#banner_cta_module:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: rgba(25, 34, 77, 0.699999988079071);
    background: var(--overlay-colour);
    opacity: var(--overlay-opacity);
    z-index: 0;
}

#banner_cta_module .container.saul-smsf-container .column-1 {
    padding-right: 20px;
    margin-top: 56px;
    margin-top: 20px;
}

#banner_cta_module .box-button.box-type.box-small {
    background-image: none;
    padding: 106px 15px 20px 30px;
}

#banner_cta_module .box-button.box-type.box-small .icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

#banner_cta_module .box-type.box-button:hover span.icon svg {
    color: #EFB257
}

#banner_cta_module .container.saul-smsf-container .btn-wrapper {
    overflow: hidden;
}

#banner_cta_module .box-button.box-type.box-small:hover {
    padding: 101px 15px 25px 35px;
}

#banner_cta_module .box-button.box-type.box-small::after {
}

#banner_cta_module .container.saul-smsf-container .column-1 h2 p {
    margin: 0;
    /* margin-top: 25px; */
}

#banner_cta_module .container.saul-smsf-container .column-1 h2 {
    margin: 0;
}

.section-banner_cta_module .saul-smsf-container .btn-wrapper {
    margin-top: 56px;
}

@media (min-width: 1600px) {
    #banner_cta_module .container.saul-smsf-container {
        padding: 0 15px;
        max-width: 1470px;
    }

    #banner_cta_module .container.saul-smsf-container .column-1 {
        margin-top: 56px;
    }

    #banner_cta_module .container.saul-smsf-container .column-1 h2 p {
        line-height: 60.5px;
    }

    #banner_cta_module .box-button.box-type.box-small {
        padding: 106px 15px 20px 30px;
        margin-bottom: 0;
    }

    #banner_cta_module .box-button.box-type.box-small:hover {
        padding: 101px 15px 25px 35px;
    }
}

@media (max-width: 1440px) {
    #banner_cta_module .container.saul-smsf-container {
        padding: 0 50px;
        margin: 0;
        width: 100%;
    }

    #banner_cta_module .container.saul-smsf-container .column-1 {
    }

    #banner_cta_module .title-section {
        margin-top: 20px;
        line-height: 61px;
    }

    #banner_cta_module .container.saul-smsf-container a {
    }
}

@media (max-width: 1170px) {
    #banner_cta_module .title-section {
        font-size: 45px;
        line-height: 130%;
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    #banner_cta_module .container.saul-smsf-container {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .section-home-articles .article-item-title h6 {
        margin-top: 40px;
    }

    #banner_cta_module .title-section p {
        margin: 0;
        margin-top: 30px !important;
    }

    #banner_cta_module .title-section p br {
        display: none;
    }

    #banner_cta_module .container.saul-smsf-container .column-1 {
        max-width: 61%;
    }
}

@media (max-width: 767.96px) {
    #banner_cta_module {
        background-image: var(--bkg-mb);
        background-size: cover;
    }

    #banner_cta_module {
        height: auto;
    }

    #banner_cta_module .container.saul-smsf-container {
        display: block;
    }

    #banner_cta_module .container.saul-smsf-container a {
        max-width: 100%;
        width: 100%;
        margin-top: 0;
    }

    #banner_cta_module .container.saul-smsf-container .column-1 {
        margin-bottom: 60px;
        padding-right: 0;
    }

    #banner_cta_module .title-section {
        font-size: 40px;
        line-height: 44px;
    }

    #banner_cta_module .container.saul-smsf-container a .text {
        max-width: 250px;
    }

    #banner_cta_module .container.saul-smsf-container .column-1 {
        max-width: 100%;
    }
}

/* SERVICE LIST MODULE */
.services-list-section .services-container .services-heading .pre-heading {
    font-size: 13px;
    color: #752963;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.services-list-section .services-container .services-heading .heading {
    font-size: 40px;
}

/* IMAGE CTA MODULE */
#images_cta_module {
    height: 482px;
    background-color: var(--overlay-colour);
}

#images_cta_module .container.saul-smsf-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 50px;
    max-width: 1440px;
    z-index: 1;
}

#images_cta_module .sub-title,
#images_cta_module .title-section,
#images_cta_module .subtext-section {
    color: #ffffff;
}

#images_cta_module .sub-title {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

#images_cta_module .title-section {
    color: #ffffff;
}

#images_cta_module .subtext-section {
    position: relative;
    color: #ffffff;
}

#images_cta_module {
    background-image: var(--bkg-dk);
    background-size: cover;
    background-repeat: no-repeat;
}

#images_cta_module:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: rgba(25, 34, 77, 0.699999988079071);
    background: var(--overlay-colour);
    opacity: var(--overlay-opacity);
    z-index: 0;
}

#images_cta_module .container.saul-smsf-container .column-1 {
    padding-right: 20px;
    margin-top: 56px;
    margin-top: 20px;
}

#images_cta_module .box-button.box-type.box-small {
    background-image: none;
    padding: 106px 15px 20px 30px;
}

#images_cta_module .box-button.box-type.box-small .icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

#images_cta_module .box-type.box-button:hover span.icon svg {
    color: #EFB257
}

#images_cta_module .container.saul-smsf-container .btn-wrapper {
    overflow: hidden;
}

#images_cta_module .box-button.box-type.box-small:hover {
    padding: 101px 15px 25px 35px;
}

#images_cta_module .box-button.box-type.box-small::after {
}

#images_cta_module .container.saul-smsf-container .column-1 h2 p {
    margin: 0;
    margin-top: 25px;
}

#images_cta_module .container.saul-smsf-container .column-1 h2 {
    margin: 0;
}

@media (min-width: 1600px) {
    #images_cta_module .container.saul-smsf-container {
        padding: 0 15px;
        max-width: 1470px;
    }

    #images_cta_module .container.saul-smsf-container .column-1 {
        margin-top: 56px;
    }

    #images_cta_module .container.saul-smsf-container .column-1 h2 p {
        line-height: 60.5px;
    }

    #images_cta_module .box-button.box-type.box-small {
        padding: 106px 15px 20px 30px;
        margin-bottom: 0;
    }

    #images_cta_module .box-button.box-type.box-small:hover {
        padding: 101px 15px 25px 35px;
    }
}

@media (max-width: 1440px) {
    #images_cta_module .container.saul-smsf-container {
        padding: 0 50px;
        margin: 0;
        width: 100%;
    }

    #images_cta_module .container.saul-smsf-container .column-1 {
    }

    #images_cta_module .title-section {
        margin-top: 20px;
        line-height: 61px;
    }

    #images_cta_module .container.saul-smsf-container a {
    }
}

@media (max-width: 1170px) {
    #images_cta_module .title-section {
        font-size: 45px;
        line-height: 130%;
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    #images_cta_module .container.saul-smsf-container {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .section-home-articles .article-item-title h6 {
        margin-top: 40px;
    }

    #images_cta_module .title-section p {
        margin: 0;
        margin-top: 30px !important;
    }

    #images_cta_module .title-section p br {
        display: none;
    }

    #images_cta_module .container.saul-smsf-container .column-1 {
        max-width: 61%;
    }
}

@media (max-width: 767.96px) {
    #images_cta_module {
        background-image: var(--bkg-mb);
        background-size: cover;
    }

    #images_cta_module {
        height: 505px;
    }

    #images_cta_module .container.saul-smsf-container {
        display: block;
    }

    #images_cta_module .container.saul-smsf-container a {
        max-width: 100%;
        width: 100%;
        margin-top: 0;
    }

    #images_cta_module .container.saul-smsf-container .column-1 {
        padding-top: 60px;
        margin-bottom: 60px;
        padding-right: 0;
    }

    #images_cta_module .title-section {
        font-size: 40px;
        line-height: 44px;
    }

    #images_cta_module .container.saul-smsf-container a .text {
        max-width: 250px;
    }

    #images_cta_module .container.saul-smsf-container .column-1 {
        max-width: 100%;
    }
}

/* PROCESS LIST SECTION */
.process-list-section {
    overflow: hidden;
    padding-top: 140px;
    padding-bottom: 101px;
}

.process-container {
    position: relative;
}

.process-heading {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: end;
}

.process-heading .pre-heading {
    margin-top: 0;
    font-weight: 400;
    font-size: 13px;
    color: #752963;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.process-heading .heading {
    margin-top: 0;
    line-height: 34px;
    margin-bottom: 28px;
    font-size: 40px;
    color: #1B214A;
}

.process-heading .description {
    max-width: 568px;
}

.process-heading .description p {
    font-size: 16px;
    line-height: 20.8px;
}

.process-left,
.process-right {
    width: calc(50% - 15px);
}

.process-left p:last-child {
    margin-bottom: 0;
}

.process-item {
    height: auto;
    padding-bottom: 5px;
    position: relative;
    margin-left: 30px;
}

.process-item .inner {
    background: #FAFAFA;
    border-radius: 3px;
    padding: 48px 30px 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 53px;
    height: 100%;
    position: relative;
    box-shadow: 1px 1px 3px 0px #7070701A,
        3px 4px 5px 0px #70707017;
}

.process-item .inner .process-item-image {
    width: 13%;
}

.process-item .inner .process-item-content {
    width: calc(87% - 53px);
}

.process-right {
    text-align: right;
}

.process-description p {
    color: #1B214A;
    font-size: 13px;
    line-height: 16.9px;
    font-weight: 300;
}

.process-description p:last-child {
    margin-bottom: 0;
}

.process-pagination {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.process-pagination-dots .slick-dots {
    display: flex;
    gap: 8px;
    align-items: center;
    position: relative;
    bottom: 0;
}

.process-pagination-dots .slick-dots li {
    cursor: pointer;
    padding: 5px 0.45px 2px;
    font-size: 16px;
    line-height: 20.8px;
    color: #752963;
    font-weight: 300;
    background: transparent !important;
    height: auto;
    width: auto;
    border-radius: 0;
    opacity: 1;
    transition: all .5s;
    position: relative;
}

.process-pagination-dots .slick-dots li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(239, 178, 87, .4);
    transition: all .5s;
    border-radius: 100px;
}

.process-pagination-dots .slick-dots li:hover {
    font-size: 20px;
}

.process-pagination-dots .slick-dots li.slick-active {
    font-weight: 400;
    font-size: 20px;
    padding-left: 9px;
    padding-right: 9px;
}

.process-pagination-dots .slick-dots li:hover:after,
.process-pagination-dots .slick-dots li.slick-active:after {
    background: rgba(239, 178, 87, 1);
}

.process-slider {
    margin-top: 30px;
    width: 61.75%;
    max-width: 745px;
    margin-left: -30px;
    margin-right: -30px;
}

.process-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(-100% + 30px);
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
}

.process-slider .slick-list {
    overflow: unset;
}

.process-slider .slick-track {
    display: flex;
}

.process-title {
    margin-top: 0;
    margin-bottom: 25px;
    color: #752963;
    font-size: 45px;
    line-height: 33px;
    font-weight: 275;
    transition: all .5s;
}

.process-title:before {
    content: attr(data-index);
    font-size: 128.52px;
    font-weight: 600;
    color: rgba(239, 178, 87, .5);
    position: absolute;
    right: 27px;
    bottom: -6px;
    line-height: 167px;
}

.process-content .process-description {
    max-width: 363px;
}

.process-pagination-prev,
.process-pagination-next {
    cursor: pointer;
    transition: all .5s;
}

.process-pagination-next:hover {
    transform: translateX(5px);
}

.process-pagination-next:hover svg path {
    fill: #752963;
}

.process-pagination-prev:hover {
    transform: translateX(-5px);
}

.process-pagination-prev:hover svg path {
    fill: #752963;
}

.process-more-button {
    margin-top: 48px;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    line-height: 22.5px;
    padding-right: 24px;
}

.process-more-button svg {
    margin-left: 10px;
}

@media (max-width: 767.98px) {
    .process-list-section {
        padding-bottom: 172px;
    }

    .process-slider {
        margin-top: 44px;
    }

    .process-heading .pre-heading {
        margin-bottom: 19px;
    }

    .process-heading .heading {
        margin-bottom: 18px;
    }

    .process-left,
    .process-right {
        width: 100%;
    }

    .process-item .inner .process-item-image {
        width: 100%;
    }

    .process-item .inner .process-item-content {
        width: 100%;
    }

    .process-heading .description p {
        font-size: 14px;
        line-height: 18.2px;
    }

    .process-item .inner {
        padding: 42px 16px 32px;
        gap: 20px;
    }

    .process-item {
        margin-left: 15px;
    }

    .process-title {
        font-size: 35px;
        margin-bottom: 16px;
        display: flex;
    }

    .process-title:before {
        position: relative;
        font-size: 37.28px;
        font-weight: 600;
        line-height: 48.46px;
        left: 0;
        right: auto;
        bottom: 6px;
        margin-right: 15px;
    }

    .process-right {
        position: absolute;
        bottom: -74px;
        text-align: center;
    }

    .process-more-button {
        margin-top: 30px;
    }

    .process-pagination-prev,
    .process-pagination-next {
        width: 48.55px;
        height: 48.55px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 48.55px;
        border-radius: 50%;
        border: solid 1px;
    }

    .process-pagination-dots .slick-dots {
        position: relative;
        bottom: 4px !important;
    }

    .process-pagination {
        gap: 14px;
    }

    .process-slider:before {
        left: calc(-100% + 15px);
    }

    .process-slider {
        width: 100%;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.progress {
    padding: 0 0 40px;
    margin-top: 32px;
}

.progress .container {
    display: flex;
    flex-wrap: wrap;
    gap: 53px;
    align-items: end;
}

.progress .progress-left {
    width: calc(53.31% - 26.5px);
}

.progress .progress-right {
    width: calc(46.4% - 26.5px);
}

.progress .progress-left img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow:
        3px 4px 5px 0px #70707017,
        6px 9px 6px 0px #7070700D,
        11px 15px 8px 0px #70707003,
        18px 24px 8px 0px #70707000;
    border-radius: 3px;
}

.progress-content p:last-child {
    margin-bottom: 0;
}

.progress-right .pre-heading {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 16.9px;
    font-weight: 400;
    margin-top: 0;
    color: #752963;
}

.progress-right .heading {
    color: #1B214A;
    font-size: 40px;
    line-height: 52px;
    margin-top: 0;
    margin-bottom: 96px;
    text-transform: capitalize;
}

.progress-right .heading span {
    color: #752963;
}

.progress-content p {
    font-size: 16px;
    line-height: 20.8px;
}

.progress-content p strong {
    font-weight: 500;
    color: #752963;
}

.progress-content {
    max-width: 512px;
}

.section-subscription_module {
    padding-top: 90.5px;
    padding-bottom: 90px !important;
}

.section-subscription_module .subscription-container {
    display: flex;
    flex-direction: column;
}

.section-subscription_module .subscription-container h3 {
    transform: none !important;
    position: relative !important;
}

@media (max-width: 767.98px) {
    .progress {
        padding: 0 0 31px;
        margin-top: 100px;
    }

    .progress .container {
        gap: 36px;
    }

    .progress .progress-left,
    .progress .progress-right {
        width: 100%;
    }

    .progress-right .heading {
        font-size: 35px;
        line-height: 36.4px;
        margin-bottom: 17px;
    }

    .progress-content p {
        font-size: 14px;
        line-height: 18.2px;
    }
}

/* Book a free section */
.services-list-section {
    background-color: #ffffff;
    padding-top: 90px;
    padding-bottom: 100px;

    @media (max-width: 430px) {
        
    }
  }
  
  .services-list-section.book-a-free-section {
    background-color: #fff;
    padding-top: 110px;
    padding-bottom: 90.5px;
  }
  
  .services-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 53px;
    justify-content: space-between;
  }
  
  .services-heading {
    width: 100%;
  }
  
  .services-heading .pre-heading {
    margin-top: 0;
    font-weight: 400;
  }
  
  .services-heading .heading {
    margin-top: 0;
    line-height: 34px;
    margin-bottom: 28px;
    display: inline-block;
  }
  
  .service-item {
    display: flex;
    position: relative;
    padding: 0;
    width: calc(50% - 26.5px);
    position: relative;
    gap: 18px;
    flex-direction: column;

    @media (max-width: 768px) {
        max-width: unset;
    }
  }
/* 
  #smsf-essentials .services-content {
    max-width: 1255px;
  } */

  #smsf-essentials .service-item {
    max-width: 496px;

    @media (max-width: 768px) {
        max-width: unset;
    }
  }
  
  .services-content .service-item:nth-child(2),
  .services-content .service-item:nth-child(5),
  .services-content .service-item:nth-child(8) {
    justify-content: flex-start;
  }
  
  .services-content .service-item:nth-child(3n) {
    width: 100%;
  }
  
  .service-item-image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.7s ease;
    overflow: hidden;
    padding-top: 53.3%;
    border-radius: 3px;
  }
  
  .service-item-image img {
    height: 269px;
    object-fit: cover;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .service-link:hover .service-item-image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  
  .service-link:hover .btn-button.secondary-button {
    background-position: 5px 3px;
    background-size: 12px;
    text-underline-offset: 4px;
    text-decoration: none;
    color: #752963;
  }
  
  .service-link:hover .btn-button.secondary-button span[data-label] span {
    opacity: 0;
    transform: translateY(-100%);
  }
  
  .service-link:hover .btn-button.secondary-button span[data-label]:after {
    opacity: 1;
    transform: translateY(0);
  }
  
  .service-item .container {
    position: relative;
    display: flex;
    z-index: 1;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
  }
  
  .service-title {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0;
    color: #752963;
    font-size: 37px;
    font-weight: 400;
    line-height: 33px;
    white-space: nowrap;

    @media (max-width: 768px) {
        gap: 10px;
    }
  }
  
  .service-title::before {
    content: "";
    background-color: #1b214a;
    width: 36px;
    height: 2px;
    display: inline-block;
    flex-shrink: 0;
  }
  
  .service-outer {
    padding: 22px 27px 21px;
  }
  
  .service-link {
    box-shadow: 1px 1px 3px 0px #7070701a, 3px 4px 5px 0px #70707017,
      6px 9px 6px 0px #7070700d, 11px 15px 8px 0px #70707003,
      18px 24px 8px 0px #70707000;
    display: inline-block;
    border-radius: 3px;
    overflow: hidden;
    vertical-align: middle;
    background: #fff;
  }
  
  .service-description p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    margin-bottom: 0;
    color: #1b214a;
  }
  
  .service-points {
    list-style: none;
    padding: 0;
    margin-top: 11px;
  }
  
  .service-points li {
    margin-bottom: 11px;
    font-size: 13px;
    line-height: 16.9px;
    font-weight: 300;
    display: flex;
  }
  
  .service-points li span.icon {
    margin-right: 4px;
  }
  
  .service-points li span.content b {
    font-weight: 500;
  }
  
  .service-bnt {
    display: block;
    text-align: right;
    margin-top: 37px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    @media (max-width: 1024px) {
        flex-direction: column;
        align-items: flex-end;
    }
  }

  .service-bnt .price-details {
    font-size: 22px;
    line-height: 39px;
    font-weight: 500;
  }
  
  .service-outer .btn-button {
    margin-left: auto;
    padding-right: 0;
    padding-left: 21px;
    font-size: 13px;
  }
  
  .book-a-free-section .services-content .service-item {
    width: 100%;
  }
  
  .book-a-free-section .services-content .service-item .services-content-inner {
    width: 100%;
  }
  
  .book-a-free-section .services-content .service-item .service-link {
    align-items: center;
    background-color: #f3f8ff;
    box-shadow: 3px 4px 5px 0px #70707017, 6px 9px 6px 0px #7070700d,
      11px 15px 8px 0px #70707003, 18px 24px 8px 0px #70707000;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    padding: 50px;
    gap: 50px;
    flex-wrap: nowrap;
    color: #1B214A;
    background-size: unset;
  }
  
  .book-a-free-section
    .services-content
    .service-item
    .service-link
    .service-outer {
    order: 1;
    width: 50%;
    padding: 0;
    max-width: 462px;
  }
  
  .book-a-free-section
    .services-content
    .service-item
    .service-link
    .service-item-image {
    order: 2;
    width: 53%;
    text-align: right;
    box-shadow: 1px 1px 3px 0px #7070701a, 3px 4px 5px 0px #70707017,
      6px 9px 6px 0px #7070700d, 11px 15px 8px 0px #70707003,
      18px 24px 8px 0px #70707000;
    padding-top: 30.3%;
  }
  
  .book-a-free-section
    .services-content
    .service-item
    .service-link
    .service-outer
    .pre-heading {
    margin-top: 21px;
    line-height: 35px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #752963;
    text-transform: uppercase;
  }
  
  .book-a-free-section
    .services-content
    .service-item
    .service-link
    .service-outer
    .heading {
    text-transform: capitalize;
    margin-top: 0;
    line-height: 50px;
    margin-bottom: 14px;
  }
  
  .book-a-free-section .services-content .service-item .service-points {
    display: none;
  }
  
  .book-a-free-section .services-content .service-item .service-bnt {
    text-align: left;
    margin-top: 25px;
    position: relative;
    display: inline-block;
  }
  
  .book-a-free-section .services-content .service-item .service-bnt:before {
    content: "";
    background-color: #91467f;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .book-a-free-section .services-content .service-item .service-bnt:after {
    content: "";
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1);
    background-color: #752963;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .book-a-free-section
    .services-content
    .service-item
    .service-link:hover
    .service-bnt:after {
    transform: scaleY(1);
    transform-origin: bottom center;
  }
  
  .book-a-free-section .services-content .service-item .service-bnt .btn-button {
    color: #fff;
    background-color: transparent;
    padding: 14px;
    font-size: 16px;
    background-image: url('data:image/svg+xml,<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.1123L25.8585 1.1123M25.8585 1.1123V25.9708M25.8585 1.1123L1 25.9708" stroke="white" stroke-width="0.977132"/></svg>');
    background-size: 30px;
    background-position: center right 11px;
    padding-right: 80.86px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
  }
  
  .services-bottom {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }

  .services-bottom .bottom-left .get-in-touch-header {
    font-size: 22px;
    margin: 0;
    color: #752963;
  }

  .services-bottom .bottom-left .cta-text-link {
    position: relative;
    display: inline-block;
  }

  .services-bottom .bottom-left .cta-text-link a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    padding: 13px 128px 14px 15px;
    background-image: url('data:image/svg+xml,<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 0.911133L25.8585 0.911133M25.8585 0.911133V25.7696M25.8585 0.911133L1 25.7696" stroke="white" stroke-width="0.977132"/> </svg> ');
    background-size: 24px;
    background-position: right 12px top 12px;
    display: inline-block;
    position: relative;
    z-index: 2;
  }
  
  .services-bottom .bottom-left .cta-text-link {
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    background-color: #91467F;
  }
  
  .services-bottom .bottom-left .cta-text-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background-color: #752963;
    z-index: -1;
    transition: bottom 0.4s ease;
  }
  
  .services-bottom .bottom-left .cta-text-link:hover::after {
    bottom: 0;
  }
    

  .services-bottom .bottom-right {
    text-align: right;
  }
  
  .services-bottom .our-survey {
    font-size: 22px;
    margin: 0;
    color: #752963;
  }
  
  .services-bottom .btn-button {
    margin: 0;
    font-size: 22px;
    background-size: 20px;
    background-position: right 7px top 7px;
    padding-right: 40px;
    padding-top: 7px;
    transition: all 0.5s;
  }
  
  .services-bottom .btn-button:hover {
    background-position: right top 0px;
  }
  
  @media (max-width: 767.98px) {
    .services-list-section {
      padding-top: 98px;
    }
  
    .services-heading .pre-heading {
      margin-bottom: 19px;
    }
  
    .service-item {
      width: 100%;
      flex-direction: column;
      gap: 13px;
    }
  
    .service-title {
      writing-mode: unset;
      transform: rotate(0);
      align-items: center;
      display: flex;
      font-size: 28px;
      font-weight: 300;
    }
  
    .service-title:before {
      width: 31.3px;
      height: 1.1px;
      margin-bottom: 0;
      margin-right: 8.61px;
    }
  
    .services-content {
      margin-top: 18px;
    }
  
    .service-outer {
      padding: 26px 15px 21px;
    }
  
    .service-description p {
      font-size: 14px;
      line-height: 18.2px;
    }
  
    .service-points {
      margin-top: 16px;
    }
  
    .service-points li {
      font-size: 12px;
      line-height: 15.6px;
    }
  
    .service-points li span.icon {
      margin-right: 6px;
    }
  
    .services-bottom {
      margin-top: 40px;
      flex-direction: column;
    }

    .services-bottom .bottom-left {
        text-align: right;
        margin-bottom: 20px;
    }
  
    .services-bottom .our-survey {
      max-width: 319px;
      margin-left: auto;
    }
  
    .services-bottom .btn-button {
      margin: 17px 0 0;
      padding-right: 29px;
    }
  
    .services-list-section.book-a-free-section {
      padding-top: 77px;
      padding-bottom: 100px;
    }
  
    .services-list-section.book-a-free-section .service-title {
      font-size: 31px;
    }
  
    .services-list-section.book-a-free-section .service-title:before {
      width: 41.3px;
    }
  
    .book-a-free-section .services-content .service-item .service-link {
      flex-direction: column;
      padding: 32px 15px 60px;
      gap: 40px;
    }
  
    .book-a-free-section
      .services-content
      .service-item
      .service-link
      .service-item-image {
      order: 3;
      width: 100%;
      padding-top: 53.85%;
    }
  
    .book-a-free-section
      .services-content
      .service-item
      .service-link
      .service-outer {
      width: 100%;
    }
  
    .book-a-free-section
      .services-content
      .service-item
      .service-link
      .service-outer
      .pre-heading {
      margin-bottom: 9px;
    }
  
    .book-a-free-section
      .services-content
      .service-item
      .service-link
      .service-outer
      .heading {
      line-height: 36.4px;
      max-width: 300px;
      margin-bottom: 16px;
    }
  
    .book-a-free-section .services-content .service-item .service-bnt {
      margin-top: 27px;
      padding: 0;
      background-position: center right 15px;
      width: auto;
    }
  }
  