.banner-images.image {
    opacity: 1;
    animation-name: image_fade_in;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-image: url(${data.data_table[num_banner].image}); */
    background-position: center;
    background-size: cover;
}

h1,
h3 {
    font-family: 'Poppins';
}


@keyframes image_fade_in {
    0% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    95% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes image2 {
    0% {
        opacity: 0;
    }

    45% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
.banner-images.image-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(http://pruebas-foralista.com/public/assets/images/slider/slider-1.jpg);
    background-position: center;
    background-size: cover;
}

.banner-images.image-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(https://bilbocasa.com/media/bilbocasa/myweb/inmobiliaria-bilbao-pisos.jpeg);
    background-position: center;
    background-size: cover;
}

.banner-images.image-1 {
    opacity: 1;
    animation-name: image1;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.banner-images.image-2 {
    opacity: 0;
    animation-name: image2;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
*/

.province-title {
    font-family: 'Poppins-Light';
    font-size: 1.05rem;
}

.text_box_locations .locations-province {
    font-size: .9em;
    font-family: 'Poppins-Light';
}

.location-count {
    color: #778899;
    font-size: .9em;
    margin-right: 0.313rem;
}

.break-inside-avoid {
    break-inside: avoid;
}

.service-title {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    color: #212529;
    font-size: 2.813rem;
    line-height: 1.13333em;
    margin: 1.563rem 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

@media screen and (max-width: 40em) {
    .service-title {
        font-size: 1.875rem;
    }
}

.alt-bgcolor {
    background-color: #F6F1E9;
}

.alt-bgcolor-blue {
    background-color: #F5F5F9;
    background-image: url('/public/assets/images/icon.png');
    background-size: 10em;
    background-position: right top;
}

.alt-bgcolor-coral {
    background-color: #FECAD3;
    background-image: url('/public/assets/images/icon.png');
    background-size: 10em;
    background-position: right top;
}

.home-search {
    min-height: 6.25rem;
    background: rgba(255, 255, 255, 1);
}

/* AUTOCOMPLETE JS */
.aa-Panel {
    z-index: 1 !important;
}

.aa-Form,
.aa-DetachedSearchButton {
    border: 0;
    border-radius: 0.375rem;
    background: #f6f6f6;
}

.aa-Form:focus-within {
    border: 0;
    box-shadow: rgba(211, 52, 74, 0.2) 0 0 0 0.125rem, inset rgba(211, 52, 156, 0.2) 0 0 0 0.125rem !important;
}

.aa-Label svg,
.aa-DetachedSearchButtonIcon {
    color: #5E5E5E;
}

#message-error-autocomplete-no-entry {
    font-family: 'Poppins';
}

#recommendation_locations_modal_label {
    font-size: 1.6em !important;
    font-family: 'Poppins-Light';
}

.modal-body .search-no-results h6 {
    font-family: 'Poppins-Light';
    font-size: .85em;
}

#tree_locations_content {
    background: #fff;
    border-radius: 0 0 0.5rem 0.5rem;
    border: 0.063rem solid #dee2e6;
    border-top: 0;
}

#tree_locations .nav-link {
    color: #222;
    font-family: 'Poppins';
}

#tree_locations .nav-link.active {
    color: var(--foralista-color-1) !important;
}

#tree_locations_content .nav-pills {
    padding-left: 0;

}

#tree_locations_content .nav-pills .nav-link {
    font-family: 'Poppins';
    min-width: 5em;
}

#tree_locations_content .nav-pills .nav-link:not(.active) {
    color: #222;
}

#tree_locations_content .nav-pills .nav-link.active {
    background: var(--foralista-color-1) !important;
    color: white !important;
}

#tree_locations_content hr {
    border: none;
    border-top: 0.063rem solid #b0b2b3;
}

#pills_sale_tree_locations li.nav-item,
#pills_rent_tree_locations li.nav-item {
    margin-right: 1.25rem;
}

.service-title {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    color: #212529;
    font-size: 2.813rem;
    line-height: 1.13333em;
    margin: 1.563rem 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.article-card {
    font-family: Poppins, sans-serif;
    color: #212529;
    transition: all .2s ease-in;
}

.article-title h4 {
    font-size: 1.2rem;
}

.article-card:hover,
.article-card:focus {
    transform: scale(1.01);
}

a.article-link {
    text-decoration: none;
}

.article-card .article-header {
    position: relative;
}

.article-card .article-header .article-operation {
    position: absolute;
    margin-left: 0rem;
    margin-top: 1.25rem;
    border-radius: 0 0.5rem 0.5rem 0;
    background: rgba(255, 255, 255, 0.65);
}

.article-card .article-header .article-favorite {
    position: absolute;
    right: 0.75rem;
    border-radius: 0.5rem 0 0 0.5rem;
    top: 1.25rem;
    background: rgba(255, 255, 255, 0.65);
    padding-top: 0.2em;
    line-height: 1em;
}

.article-card .article-header .article-image img {
    border-radius: 0.5rem;
    width: 100%;
    height: 11em;
    object-fit: cover;
}

.article-card .article-body .article-address p {
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.9em;
    text-transform: uppercase;

}

.article-card .article-body .article-address p i {
    font-size: 1.8em;
    margin-right: 0.375rem;
}

.article-card .article-body .article-description {
    color: #7A7A7A;
}


.article-card .article-body .article-details {
    border-top: 0.063rem solid #e8e8e8;
}

.article-card .article-body .article-details .article-features {
    display: flex;
    align-content: space-between;
    align-items: stretch;
    justify-content: flex-end;
}

.article-card .article-body .article-details .article-features p {
    display: flex;
    align-content: space-between;
    align-items: stretch;
    justify-content: flex-start;
}

.article-card .article-body .article-details .article-features p i {
    color: #7A7A7A;
}

.article-card .article-body .article-details .article-price p {
    font-weight: 500;
    font-size: 1.438rem;
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: flex-start;
}

.more-news {
    display: flex;
    align-items: center;
    justify-content: center;
}

.more-news-btn a {
    text-decoration: none;
}

.more-news-btn span {
    font-size: 4em;
    color: #212529;
    transition: all .3s ease-in;
}

.more-news-btn:hover span,
.more-news-btn:focus span {
    margin-left: .25em;
}

.more-news-btn h5 {
    font-size: 1.4em;
    font-family: 'Poppins';
    color: #212529;
}

.more-news-btn:hover span,
.more-news-btn:hover h5 {
    color: #5E5E5E;
}

/* Search component */
#btn-search {
    cursor: pointer;
}

a.no-link-style {
    text-decoration: none !important;
}

.advanced-filters {
    display: flex;
    align-content: space-between;
    align-items: stretch;
    justify-content: center;
}

.search-type {
    border: 0.063rem solid #dee2e6 !important;
    height: 2.875rem !important;
    color: #5e5e5e;
    font-size: 1em;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    text-align: justify;
    padding: 0 0.3em;
    background: #f6f6f6;
}

.search-input {
    border: 0rem;
    height: 2.875rem !important;
    border: 0rem;
    color: #222;
    padding: 0rem 0rem 0rem 1.25rem;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    text-overflow: ellipsis;
    border-radius: 0.375rem !important;
    border: 0rem !important;
    padding: 0;
}

@media screen and (min-width: 40em) {
    .search-input {
        font-size: 1.2em;
    }
}

.search-input::placeholder {
    color: #b3afaf;
    padding: 0;

    font-weight: 400;
}

.btn-secondary {
    background-color: #2F4858;
    padding: 0.563rem 1.063rem;
    border-radius: 0.313rem;
    color: #fff;
    border: 0.125rem solid #2F4858;
    font-family: Poppins, sans-serif;
}

.btn-primary {
    background-color: var(--foralista-color-1);
    padding: 0.563rem 1.063rem;
    border-radius: 0.313rem;
    color: #fff;
    border: 0.125rem solid var(--foralista-color-1);
    font-family: Poppins, sans-serif;
}

@media screen and (min-width: 40em) {
    .search-slider-content {
        margin-top: 20em !important;
    }
}

.search-title {
    font-size: 2.75rem;
    line-height: 1.186em;
    text-shadow: 0 0 2.188rem rgb(0 0 0 / 60%);
    font-family: Poppins, sans-serif;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 40em) {
    .search-title {
        font-size: 4.063rem;
    }
}

.search-title span {
    color: #FB516C;
}

.slider-images {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2.5rem 0.938rem;
    border-radius: 0.75rem;
}

@media screen and (min-width: 40em) {
    .slider-images {
        min-height: 50em;
    }
}

.text-shadow {
    text-shadow: 0.188rem 0.125rem 0.25rem #000;
}

.nav-item button {
    background: rgba(255, 255, 255, 0.7) !important;
    font-weight: 500;
    font-size: 1em;
    font-family: 'Poppins';
    color: #5E5E5E !important;
    margin-right: .4em;
    border: 0rem !important;
    padding: 0.6em 1em;

    display: flex;
    align-content: space-between;
    align-items: stretch;
    justify-content: center;
}

.nav-item button.active,
.nav-item button:hover {
    background: #fff !important;
    color: #5E5E5E !important;

}

/* END - Search component */


/* Luxury properties component */
.service-title {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    color: #212529;
    font-size: 2.813rem;
    line-height: 1.13333em;
    margin: 1.563rem 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.property-card {
    font-family: Poppins, sans-serif;
    color: #212529;
    transition: all .2s ease-in;
}

.property-card:hover,
.property-card:focus {
    transform: scale(1.01);
}


.property-card {
    font-family: Poppins, sans-serif;
    color: #212529;
    transition: all .2s ease-in;
}

/*.property-card:hover,
.property-card:focus {
    transform: scale(1.01);
}*/

a.property-link {
    text-decoration: none;
    color: initial;
}

.property-card .property-header {
    position: relative;
}

.property-card .property-header .property-featured {
    position: absolute;
    margin-left: 0rem;
    margin-top: 1.25rem;
    border-radius: 0 0.5rem 0.5rem 0;
    background: rgba(255, 243, 223, 0.8);
    font-size: 0.8em;
}

.property-card .property-header .property-entity {
    position: absolute;
    border-radius: 0.5rem 0 0 0.5rem;
    padding: 0;
    line-height: 1em;
    bottom: 0.938rem;
    width: 6em;
    height: 3em;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    /*right: -100% !important;*/
    right: 0.75rem !important;
    top: 75%;
    transition: right 0.2s ease;
    background: #fff;
    overflow: hidden;
}

.property-card .property-header .property-entity img {
    object-fit: scale-down;
    padding: 0;
    object-position: center;
    width: 6em;
    height: 3em;
}


.property-card .property-body .property-description,
.property-card .property-body .property-description p {
    font-family: 'Poppins-Light';
}

.property-card .property-header .property-image {
    position: relative;
    width: 100%;
    min-height: 16em;
    background: #F5F5F9;
    background-size: cover !important;
    border-radius: 0.5rem !important;
    background-position: center center !important;
    overflow: hidden;
}

.property-card .property-header .property-image img.no-photo {
    width: 100%;
    object-fit: cover;
    height: 17em;
}

.property-card .property-body .property-address {
    height: 2.8125rem;
}

.property-card .property-body .property-address p {
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.9em;

}

.property-card .property-body {
    background: white;
    padding: 0em;
    border-radius: 0.5rem;
}

.property-card .property-body .property-address p i {
    font-size: 1.8em;
    margin-right: 0.375rem;
}

.property-card .property-body .property-description {
    color: #7A7A7A;
    display: -webkit-box;
    overflow: hidden;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4.5rem;
}


.property-card .property-body .property-details {
    border-top: 0.063rem solid #e8e8e8;
    margin-top: 1em;
}

.property-card .property-body .property-details .property-features {
    display: flex;
    align-content: space-between;
    align-items: stretch;
    justify-content: flex-end;
}

.property-card .property-body .property-details .property-features p {
    display: flex;
    align-content: space-between;
    align-items: stretch;
    justify-content: flex-start;
}

.property-card .property-body .property-details .property-features p i {
    color: #7A7A7A;
}

.property-card .property-body .property-details .property-price p {
    font-weight: 500;
    font-size: 1.438rem;
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: flex-start;
}

/* END - Luxury properties component */

/* Suggested properties component */
.service-title {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    color: #212529;
    font-size: 2.813rem;
    line-height: 1.13333em;
    margin: 1.563rem 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.property-card {
    font-family: Poppins, sans-serif;
    color: #212529;
    transition: all .2s ease-in;
}

.property-card:hover,
.property-card:focus {
    transform: scale(1.01);
}


.property-card {
    font-family: Poppins, sans-serif;
    color: #212529;
    transition: all .2s ease-in;
}

/*.property-card:hover,
.property-card:focus {
    transform: scale(1.01);
}*/

a.property-link {
    text-decoration: none;
}

.property-card .property-header {
    position: relative;
}

.property-card .property-header .property-featured {
    position: absolute;
    margin-left: 0rem;
    margin-top: 1.25rem;
    border-radius: 0 0.5rem 0.5rem 0;
    background: rgba(255, 243, 223, 0.8);
    font-size: 0.8em;
}

.property-card .property-header .property-entity {
    position: absolute;
    border-radius: 0.5rem 0 0 0.5rem;
    padding: 0;
    line-height: 1em;
    bottom: 0.938rem;
    width: 6em;
    height: 3em;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    /*right: -100% !important;*/
    right: 0.75rem !important;
    top: 75%;
    transition: right 0.2s ease;
    background: #fff;
    overflow: hidden;
}

.property-card .property-header .property-entity img {
    object-fit: scale-down;
    padding: 0;
    object-position: center;
    width: 6em;
    height: 3em;
}


.property-card .property-body .property-description,
.property-card .property-body .property-description p {
    font-family: 'Poppins-Light';
}

.property-card .property-header .property-image {
    position: relative;
    width: 100%;
    min-height: 16em;
    background-size: cover !important;
    border-radius: 0.5rem !important;
    background-position: center center !important;
    overflow: hidden;
}

.property-card .property-body .property-address p {
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.9em;

}

.property-card .property-body {
    background: white;
    padding: 0em;
    border-radius: 0.5rem;
}

.property-card .property-body .property-address p i {
    font-size: 1.8em;
    margin-right: 0.375rem;
}

.property-card .property-body .property-details {
    border-top: 0.063rem solid #e8e8e8;
    margin-top: 1em;
}

.property-card .property-body .property-details .property-features {
    display: flex;
    align-content: space-between;
    align-items: stretch;
    justify-content: flex-end;
}

.property-card .property-body .property-details .property-features p {
    display: flex;
    align-content: space-between;
    align-items: stretch;
    justify-content: flex-start;
}

.property-card .property-body .property-details .property-features p i {
    color: #7A7A7A;
}

.property-card .property-body .property-details .property-price p {
    font-weight: 500;
    font-size: 1.438rem;
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: flex-start;
}

/* END - Suggested properties component */


/* Services banner */
.service-title {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    color: #212529;
    font-size: 2.813rem;
    line-height: 1.13333em;
    margin: 1.563rem 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.service-item i {
    font-size: 4em;
    color: #2F4858;
}

.service-item h3,
.service-item p {
    font-family: Poppins, sans-serif;
}

.service-item p {
    color: #5E5E5E !important;
}

.service-image img {
    border-radius: 0.5rem;
    max-width: 100%;
}

/* END - Services banner */

/* Newsletter component */
.__newsletter_error_message {
    font-size: 1rem;
    color: #fff;
    background-color: #ff6262;
    padding: 0.5rem 1.3rem;
    border-radius: 0.375rem;
}

.__newsletter_success_message {
    font-size: 1rem;
    color: #fff;
    background-color: #198754;
    padding: 0.5rem 1.3rem;
    border-radius: 0.375rem;
}

.btn-primary {
    background-color: var(--foralista-color-1);
    padding: 0.563rem 1.063rem;
    border-radius: 0.313rem;
    color: #fff;
    border: 0.125rem solid var(--foralista-color-1);
    font-family: Poppins, sans-serif;
}

.newsletter {
    background: url('/public/assets/images/newsletter-2-bg.webp');
    min-height: 24em;
    background-size: cover;
    background-position: center -36em;
}

@media screen and (max-width: 48rem) {
    .newsletter {
        background-position: center bottom !important;
    }
}

.newsletter-input {
    border: 0rem;
    height: 2.875rem !important;
    border: 0rem;
    color: #222;
    padding: 0rem 1.25rem;
    font-size: 1em;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}

@media screen and (min-width: 40em) {
    .newsletter-slider-content {
        padding: 6em 0;
    }
}

.newsletter-slider-content h4 {
    font-family: Poppins, sans-serif;
}

.newsletter-slider-content h6 {
    font-family: Poppins, sans-serif;
    color: #5E5E5E !important;
}

.newsletter-title {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 3em;
    line-height: 1.13333em;
    margin: 1.563rem 0;
    text-shadow: 0 0 2.188rem rgb(0 0 0 / 60%);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.newsletter-title strong {
    color: #FB516C;
}

.partner-card {
    font-family: Poppins, sans-serif;
}

.partner-card .partner-header .partner-image img {
    border-radius: 0.5rem;
    max-width: 9.375rem;
    filter: brightness(0) contrast(0.8);
}

.partner-card .partner-header .partner-icon a {
    color: #212529;
}

.partner-card .partner-header .partner-icon span {
    font-size: 4em;
}

.vertical-align-items-center {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* END - Newsletter component */

/* Tree locations */
.text_box_locations {    
    background: url(/assets/images/f-bg.png) repeat,linear-gradient(0deg,#f5f5f9 100%,#fff 100%);
    background-size: 60%;
    background-position: center center;
    background-attachment: fixed;
    animation: slide-background 25s linear infinite;
}

@media screen and (min-width: 40em) {
    .text_box_locations .locations_columns {
        column-count: 4;
    }
}

.text_box_locations ul {
    list-style: none;
    padding-left: 0.625rem;
}

.text_box_locations ul li a {
    cursor: pointer;
    user-select: none;
}

.text_box_locations .locations-province {
    margin-top: 0.5em;
}

.text_box_locations .locations-province>a {
    cursor: pointer;
    user-select: none;
}

.text_box_locations ul li>h5>a {
    font-weight: bold;
    color: #212529;
    text-decoration: none;
}

.text_box_locations h4.province-title {
    font-weight: bold;
    color: #212529;
    text-decoration: none;
}

.text_box_locations ul li>a {
    color: #575757 !important;
    text-decoration: none;
}

.text_box_locations {
    sup {
        font-size: .85rem;
        color: #595959;
    }
}
/* END - Tree locations */

/* Saved searches */
.search-banner {
    background: #fff0;
    position: relative;
    width: 100%;
    min-height: 18em;
    background-size: cover!important;
    border-radius: 1.2rem!important;
    background-position: center center!important;
    border: 0.0625rem solid #ececec;
    overflow: hidden;
    box-shadow: 0 0.3125rem 2.1875rem 0 rgb(0 0 0 / 6%);
    transition: all .2s ease-in;
    text-decoration: none;
    color: #222;
    z-index: 1;
}

@media screen and (max-width: 40em) {
    .search-banner {
        min-height: 12em;
    }
}

.search-banner .search-item .search-count {
    color: #8c8c8c;
    transition: all .2s ease-in;
}

.search-banner:hover {
    background: var(--foralista-color-1)!important;
    color: white;
}

.search-banner:hover .search-item .search-count {
    color: white;
}

.search-banner::before {
    content: "";
    position: absolute;
    top: -100%; /* Empieza fuera de la parte superior */
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--foralista-color-1);
    transition: transform 0.4s ease;
    z-index: 0;
}

.search-banner:hover::before,
.search-banner:focus::before {
    transform: translateY(100%); /* Desplaza el fondo hacia abajo */
}

.search-banner>* {
    position: relative;
    z-index: 1;
}

.search-banner:hover,
.search-banner:focus {
    color: #fff !important;
}

.search-banner .search-item {
    min-height: inherit;
}
/* END - Saved searches */

/* Download APP banner */
.app-col-one {
    background: #FB516C;
    padding: 1em 3em;
    color: white;
    border-radius: 1.25rem 1.25rem 0 0 !important;
}

.modal-content .app-col-one {
    padding: 1em 2em;
}

.modal-content .app-col-one .service-title {
    margin: 1rem 0 1rem !important;
}

.modal-content .app-col-one .lead {
    font-size: 1.1em !important;
}

.modal-content .app-col-one .mt-2 {
    margin-top: 0rem !important;
}

.app-col-one .service-title {
    font-family: Poppins,sans-serif;
    font-weight: 500;
    color: #212529;
    font-size: 2.4rem;
    line-height: 1.13333em;
    margin: 1.563rem 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.app-col-two .app-image {
    overflow: hidden;
    height: 22em;
    width: 20em;
    margin-top: -4em;
    margin-left: -2em;
}

.app-image img {
    transition: margin-top 0.3s ease-in-out;
}

.app-col-two {
    border-radius: 1.25rem 1.25rem 0 0 !important;
    background: #F5F5F9 url(/assets/images/lines-gb.webp);
    background-position: left;
}

.modal-content .app-col-two {
    border-radius: 0 0 1.25rem 1.25rem !important;
}

@media screen and (max-width: 40em) {
    .app-col-two {
        border-radius: 0 !important;
    }
    
    .app-col-one {
        padding: 1em 2em;
    }

    .app-col-one .service-title {
        margin: 1rem 0 1rem !important;
    }

    .app-col-one .lead {
        font-size: 1.1em !important;
    }

    .app-col-one .mt-2 {
        margin-top: 0rem !important;
    }
}

.app-col-two .app-image img {
    width: 100%;
    margin-top: 2em;
}

.app-col-one:hover ~ .app-col-two .app-image img,
.app-col-two:hover .app-image img {
    margin-top: 0;
}

.app-col-two .dw-button {
    border: 0.063rem solid #dee2e6;
    border-radius: 0.313rem;
    text-align: center;
    font-weight: 600;
    width: 14em;
    height: 5em;
    background: white;
}

.app-col-two img {
    width: 90%;
}
/* END - Download APP banner */

/* Professional banner */
.professional-banner .service-title {
    font-size: 2.4rem;
}
    
.professional-image {
    background: #2F4858;
    border-radius: 1.25rem;
    width: 26rem;
    box-shadow: inset 1.875rem -1.25rem 2.4375rem 0 #293841, 1.0625rem -0.625rem 1.125rem 0 #e0e0e0; 
}


.professional-image img {
    border-radius: 0.5rem;
    max-width: 100%;
    margin-top: -9em;
    margin-left: 10em;
}

.professional-banner .display-6 {
    width: 14em;
    font-size: 1.85em;
}
/* END - Professional banner */