body {
    --lenpick-light-green: #75DBB8;
    --lenpick-green: #58A799;
    --lenpick-dark-green: #009281;
    --lenpick-very-dark-green: #011D1D;
    --lenpick-yellow: #ECB543;
    --lenpick-other-yellow: #F99924;
    --lenpick-black: #333433;
    --lenpick-light-grey: #E6EFF5;
    --lenpick-greenish: #5AAA9D1A;
    --lenpick-blue: #004852;
    --lenpick-blue-grey: #EFF7F5;
    --bs-gutter-x: 0px;

    --size-huge: 120px;
    --size-large: 80px;
    --size-medium: 40px;
    --size-middle-medium: 35px;
    --size-small: 30px;
    --size-smaller: 20px;
    --size-smallsmaller: 15px;
    --size-tiny: 8px;

    --number-of-reviews: 4;
    --number-of-quotes: 7;
    --number-of-franchise-types: 11;
    overflow-x: hidden;

    --menu-height: 97px;
    /*padding-top: 70px;*/
}

h1, h2, h3, h4, h5, p, button, table, td, th {
    font-family: 'Poppins';
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 42px;
    font-weight: 600;
}

h3 {
    font-size: 27px;
    font-weight: 500;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

p {
    font-size: 18px;
}

.thin_green_text {
    font-family: 'Poppins';
    font-size: 36px;
    font-weight: 400;
    line-height: 55px;
    color: var(--lenpick-dark-green);
}

/* Colors */
.lenpick_green { color: var(--lenpick-green); }
.lenpick_dark_green { color: var(--lenpick-dark-green); }
.lenpick_black { color: var(--lenpick-black) !important; }
.lenpick_yellow { color: var(--lenpick-yellow); }
.lenpick_other_yellow { color: var(--lenpick-other-yellow) !important; }
.bg_dark_green { background: var(--lenpick-very-dark-green); }
.bg_lenpick_other_yellow { background: var(--lenpick-other-yellow) !important; }
.bg_linear_gradient_yellow { background: linear-gradient(106.6deg, rgba(249, 153, 36, 0.75) 14.64%, rgba(147, 90, 21, 0.75) 98.71%); }
.bg_linear_gradient_green { background: linear-gradient(249.85deg, rgba(0, 146, 129, 0.7) -10.25%, rgba(0, 44, 39, 0.7) 95.79%); }
.bg_linear_gradient_greyish { background: linear-gradient(251.63deg, rgba(101, 170, 156, 0.46) 2.61%, rgba(40, 68, 62, 0.46) 100%); }
.bg_linear_gradient_purple { background: linear-gradient(291.84deg, rgba(90, 49, 104, 0.7) 8.64%, rgba(178, 96, 206, 0.68) 107.33%); }
.bg_linear_gradient_gray_white { background: linear-gradient(90deg, rgba(0, 146, 129, 0.07) 0%, rgba(240, 215, 95, 0.07) 100%); }
.bg_linear_gradient_dark_green { background: linear-gradient(0deg, #009281, #009281), linear-gradient(249.85deg, rgba(0, 146, 129, 0.7) -10.25%, rgba(0, 44, 39, 0.686) 95.79%); }
.bg_lenpick_greenish { background: var(--lenpick-greenish); }
.bg_lenpick_blue_grey { background: var(--lenpick-blue-grey); }
.bg_lenpick_blue { background: var(--lenpick-blue); }
.bg_lenpick_light_gray { background: #D9D9D92A; }
.bg_green_to_yellow_gradient { background: linear-gradient(90deg, rgba(0, 146, 129, 0.2) 0%, rgba(240, 215, 95, 0.2) 100%); }
.bg_green_grey_vertical_gradient { background: linear-gradient(180deg, #009281 5.52%, rgba(0, 44, 39, 0.7) 100%); }
.bg_white_to_grey_gradient { background: linear-gradient(95.44deg, rgba(246, 246, 246, 0.1) 27.21%, rgba(144, 144, 144, 0.46) 98.38%); }
.bg_radial_green { background: radial-gradient(113.35% 113.35% at -13.35% 106.82%, rgba(240, 215, 95, 0.1) 0%, #00201D 76%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    radial-gradient(92.31% 96% at 13.21% 4%, rgba(0, 32, 29, 0) 53%, rgba(240, 215, 95, 0.22) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.white { color: #ffffff; }
.linear_gradient_green { 
    background: linear-gradient(90deg, #009281 0%, #F0D75F 100%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.max_width_50 { max-width: 50px; }
.max_width_90 { max-width: 90px; }
.max_width_120 { max-width: 120px; }
.max_width_160 { max-width: 160px; }
.max_width_200 { max-width: 200px; }
.max_width_225 { max-width: 225px; }
.max_width_260 { max-width: 260px; }
.max_width_300 { max-width: 300px; }
.max_width_315 { max-width: 315px; }
.max_width_335 { max-width: 335px; }
.max_width_355 { max-width: 355px; }
.max_width_360 { max-width: 360px; }
.max_width_420 { max-width: 420px; }
.max_width_470 { max-width: 470px; }
.max_width_485 { max-width: 485px; }
.max_width_500 { max-width: 500px; }
.max_width_510 { max-width: 510px; }
.max_width_520 { max-width: 520px; }
.max_width_570 { max-width: 570px; }
.max_width_600 { max-width: 600px; }
.max_width_620 { max-width: 620px; }
.max_width_650 { max-width: 650px; }
.max_width_670 { max-width: 670px; }
.max_width_700 { max-width: 700px; }
.max_width_725 { max-width: 725px; }
.max_width_740 { max-width: 740px; }
.max_width_760 { max-width: 760px; }
.max_width_800 { max-width: 800px; }
.max_width_820 { max-width: 820px; }
.max_width_850 { max-width: 850px; }
.max_width_870 { max-width: 870px; }
.max_width_900 { max-width: 900px; }
.max_width_920 { max-width: 920px; }
.max_width_945 { max-width: 945px; }
.max_width_1000 { max-width: 1000px; }
.max_width_1050 { max-width: 1050px; }

.margin_top_large { margin-top: var(--size-large) !important; }
.margin_top_middle_medium { margin-top: var(--size-middle-medium) !important; }
.margin_top_medium { margin-top: var(--size-medium) !important; }
.margin_top_small { margin-top: var(--size-small) !important; }
.margin_top_smaller { margin-top: var(--size-smaller) !important; }
.margin_top_smallsmaller { margin-top: var(--size-smallsmaller) !important; }
.margin_top_tiny { margin-top: var(--size-tiny) !important; }
.margin_top_0 { margin-top: 0 !important; }
.margin_top_20 { margin-top: 20px !important; }

.margin_bottom_huge { margin-bottom: var(--size-huge) !important; }
.margin_bottom_large { margin-bottom: var(--size-large) !important; }
.margin_bottom_middle_medium { margin-bottom: var(--size-middle-medium) !important; }
.margin_bottom_medium { margin-bottom: var(--size-medium) !important; }
.margin_bottom_small { margin-bottom: var(--size-small) !important; }
.margin_bottom_smaller { margin-bottom: var(--size-smaller) !important; }
.margin_bottom_5px { margin-bottom: 5px !important; }
.margin_bottom_tiny { margin-bottom: var(--size-tiny) !important; }
.margin_bottom_0 { margin-bottom: 0px !important; }

.margin_vertical_large { margin-top: var(--size-large) !important; margin-bottom: var(--size-large) !important; }
.margin_vertical_medium { margin-top: var(--size-medium) !important; margin-bottom: var(--size-medium) !important; }
.margin_vertical_small { margin-top: var(--size-small) !important; margin-bottom: var(--size-small) !important; }

.margin_right_tiny { margin-right: var(--size-tiny) !important; }
.margin_left_smaller { margin-left: var(--size-smaller) !important; }
.margin_left_tiny { margin-left: var(--size-tiny) !important; }

.padding_top_large { padding-top: var(--size-large); }
.padding_top_huge { padding-top: var(--size-huge) !important; }
.padding_bottom_huge { padding-bottom: var(--size-huge) !important; }
.padding_vertical_small { padding-top: var(--size-small) !important; padding-bottom: var(--size-small) !important; } 
.padding_vertical_large { padding-top: var(--size-large) !important; padding-bottom: var(--size-large) !important; } 
.padding_vertical_huge { padding-top: var(--size-huge) !important; padding-bottom: var(--size-huge) !important; }

.padding_15 { padding: 15px !important; }

.padding_bottom_0 { padding-bottom: 0px !important; }

.no_horizontal_padding { padding-left: 0px; padding-right: 0px; }
.padding_horizontal_smallsmaller { padding-left: var(--size-smallsmaller); padding-right: var(--size-smallsmaller); }
.padding_horizontal_small { padding-left: var(--size-small) !important; padding-right: var(--size-small) !important; }
.padding_horizontal_medium { padding-left: var(--size-medium) !important; padding-right: var(--size-medium) !important; }
.padding_horizontal_middle_medium { padding-left: var(--size-middle-medium) !important; padding-right: var(--size-middle-medium) !important; }
.padding_horizontal_large { padding-left: var(--size-large) !important; padding-right: var(--size-large) !important; }

.padding_left_small { padding-left: var(--size-small); }
.padding_left_large { padding-left: var(--size-large) !important; }
.padding_right_small { padding-right: var(--size-small); }
.padding_right_large { padding-right: var(--size-large) !important; }

.padding_right_tiny { padding-right: var(--size-tiny); }
.letter_spacing_m_005em { letter-spacing: -0.05em; }

.overflow_hidden { overflow: hidden !important; }

/* Texts & Alignments */
.font_700 { font-weight: 700 !important; }
.font_600 { font-weight: 600 !important; }
.font_500 { font-weight: 500 !important; }
.font_400 { font-weight: 400 !important; }
.font_bold { font-weight: bold !important; }

.font_size_11 { font-size: 11px !important; }
.font_size_13 { font-size: 13px !important; }
.font_size_15 { font-size: 15px !important; }
.font_size_16 { font-size: 16px !important; }
.font_size_22 { font-size: 22px !important; }
.font_size_34 { font-size: 34px !important; }
.small_text { font-size: 17px !important; }
.tiny_text { font-size: 14px !important; }

.line_height_1_5 { line-height: 1.5 !important; }
.line_height_1_6 { line-height: 1.6 !important; }
.line_height_1_8 { line-height: 1.8 !important; }

.text_uppercase { text-transform: uppercase !important; }

.marker_b > li::marker { 
    font-weight: bold;    
 }

.float_right { float: right; }
.border_radius_15 { border-radius: 15px; }
.border_radius_25 { border-radius: 25px; }
.text_decoration_underline { text-decoration: underline; }

.border_1_px_black { border: 1px solid var(--lenpick-black) !important; }

.a_bit_smaller_h2 {
    font-size: 40px !important;
}

.a_bit_smaller_h5 {
    font-size: 19px !important;
}

.regular_section {
    max-width: 1200px;
    padding: 60px 0px 60px 0px;
    display: block;
    margin: auto;
}

.low_padding_regular_section {
    max-width: 1200px;
    padding: 20px 0px 20px 0px;
    display: block;
    margin: auto;
}

.position_relative {
    position: relative;
}

button {
    border: none;
    outline: none;
}

.yellow_button {
    background-color: var(--lenpick-yellow);
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    padding: 20px 40px;
    display: block;
    border: 3px solid var(--lenpick-yellow);
    transition: all 0.5s ease;
}
.yellow_button:hover {
    background: white;
    color: var(--lenpick-yellow);
}
.other_yellow_button {
    background-color: var(--lenpick-other-yellow);
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    padding: 20px 40px;
    display: block;
    border: 3px solid var(--lenpick-other-yellow);
    transition: all 0.5s ease;
}
.other_yellow_button:hover {
    background: white;
    color: var(--lenpick-other-yellow);
}

.scroll_margin_menu {
    scroll-margin-top: var(--menu-height);
}

.scroll_margin_menu_bigger {
    scroll-margin-top: calc(var(--menu-height) + 50px);
}

.light_green_button {
    background-color: var(--lenpick-light-green);
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    padding: 20px 40px;
    border: 3px solid var(--lenpick-light-green);
    display: block;
    transition: all 0.5s ease;
}
.light_green_button:hover {
    background: white;
}
.green_button {
    background-color: var(--lenpick-green);
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    padding: 20px 40px;
    display: block;
    border: 3px solid var(--lenpick-green);
    transition: all 0.5s ease;
}
.green_button:hover {
    color: var(--lenpick-green);
    background: white;
}
.small_green_button {
    background-color: var(--lenpick-light-green);
    color: black;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 25px 10px 25px;
    display: block;
}
.square_green_button {
    background-color: var(--lenpick-light-green);
    font-size: 18px;
    border-radius: 8px;
    width: 100%;
    padding: 20px 0px;
    cursor: default !important;
    user-select: text !important;
}
.black_button {
    padding: 15px 50px;
    border-radius: 25px;
    color: white;
    background: var(--lenpick-black);
    border: 3px solid var(--lenpick-black);
    transition: all 0.5s ease;
}
.black_button:hover {
    background: white;
    color: var(--lenpick-black);
}

/* Individual Elements */

/* Menu */
#lenpick_logo, #lenpick_logo_footer {
    max-width: 155px;
}

#desktop_menu {
    position: fixed;
    top: 0px;
    z-index: 9999999;
}

#work_with_us_overlay {
    position: absolute;
    background: white;
    border-radius: 15px;
    top: 0px;
    right: 0px;
    padding: 25px 35px 25px 25px;
    display: none;
}

#work_with_us_overlay h5 {
    font-weight: bold;
}

#work_with_us_overlay_close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#work_with_us_overlay_close i {
    color: red;
    font-size: 20px;
}

#mobile_menu {
    position: fixed;
    top: 0px;
    z-index: 9999999;
}

#desktop_menu_top {
    padding: 25px;
}

#desktop_menu_top a {
    margin-left: 70px;
    text-decoration: none;
    color: var(--lenpick-green);
}

.homepage_banner_quote {
    background-color: #1F2123;
    border-radius: 50px;
    padding: 8px;
}

.homepage_banner_img {
    background-size: cover;
    background-position: top;
    border-radius: 1000px;
    width: 94px;
    height: 94px;
    display: inline-block;
}

.homepage_banner_text {
    display: inline-block;
    max-width: 65%;
    padding-left: 2%;
    line-height: 1.2;
    font-size: 19px;
}

.homepage_banner_text h5 {
    font-size: 19px;
}

.blurred_yellow_circle {
    width: 100px;
    height: 100px;
    background-color: #ECB83F;
    border-radius: 50%;
    filter: blur(100px);
    position: absolute;
    pointer-events: none;
}

#personal_loan_img {
    background-image: url('https://d36r2civdq5hri.cloudfront.net/assets/img/franchise_sba_loans.webp?Ver=9.4');
    background-size: cover;
    background-position: center;
    max-width: 400px;
    aspect-ratio: 390 / 505;
}

#personal_loan_green_circle {
    width: 150px;
    height: 150px;
    background-color: var(--lenpick-dark-green);
    border-radius: 1000px;
    position: absolute;
    bottom: -80px;
    z-index: -10;
}

#personal_loan_pie_circle {
    background-image: url('https://d36r2civdq5hri.cloudfront.net/assets/img/quarter_of_circle.webp?Ver=9.4');
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: -90px;
    left: 80px;
    z-index: -9;
}

.white_table {
    width: 100%;
    max-width: 1000px;
}

.white_table th {
    font-size: 18px;
    color: var(--lenpick-yellow);
    font-weight: 500;
}

.white_table th, .white_table td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.white_table td {
    font-size: 16px;
    font-weight: 400;
}

.white_table_wrapper {
    box-shadow: 0px 2px 4px 0px #0000000A;
    box-shadow: 0px 24px 48px -8px #0000001F;
    border-radius: 25px;
    padding: 15px;
    width: 100%;
    max-width: 1000px;
}

.white_table tr {
    border-bottom: 1px solid var(--lenpick-light-grey);
}

.white_table tr:last-child {
    border: none !important;
}

.spiral_background {
    background-image: url('https://d36r2civdq5hri.cloudfront.net/assets/img/spiral.webp?Ver=9.4');
    background-size: 70%;
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
}

.floating_tile {
    border-radius: 15px;
    padding: 15px;
    max-width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    aspect-ratio: 3 / 2;
}

.floating_tile img {
    max-width: 40px;
}

.tile_1 {
    position: absolute;
    right: 3%;
    top: 44%;
}

.tile_2 {
    position: absolute;
    top: 8%;
    left: 5%;
}

.tile_3 {
    position: absolute;
    right: 8%;
}

.tile_4 {
    position: absolute;
    left: 10%;
    top: 52%;
}

.quote_tile_white {
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0px 2px 4px 0px #00000029;
    border: 1px solid #F2F2F2
}

.quote_tile_green {
    border-radius: 15px;
    padding: 35px;
    background: #5AAA9D;
    box-shadow: 0px 2px 4px 0px #00000029;
    border: 1px solid #5AAA9D
}

.steps_tile {
    box-shadow: 0px 16px 40px -4px #0000001E;
    padding: 50px 15px 12px 15px;
    border-radius: 15px;
    position: relative;
    min-height: 222px;
}

.steps_tile h4 {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    font-size: 34px;
    color: var(--lenpick-other-yellow);
    padding: 15px;
    border-radius: 100px;
    box-shadow: 0px 4px 13.3px 0px #0000001E;
    width: 70px;
    margin: auto;
}

.business_plan_steps_tile h4 {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    font-size: 34px;
    color: var(--lenpick-dark-green);
    padding: 15px;
    border-radius: 100px;
    box-shadow: 0px 4px 13.3px 0px #0000001E;
    width: 70px;
    margin: auto;
    text-align: center;
}

.business_plan_steps_tile {
    background: var(--lenpick-blue-grey);
    border-radius: 15px;
    padding: 50px 8px 8px 8px;
    position: relative;
}

#spotted_line_one {
    position: absolute;
    top: 88px;
    right: -70px;
    width: 69px;
}

#spotted_line_two {
    position: absolute;
    top: 88px;
    left: -70px;
    width: 69px;
    transform: rotate(180deg);
}

.faq_text_wrapper {
    overflow: hidden;
    transition: all 0.5s ease;
}

.faq_text {
    padding: 10px 0px 10px 30px;
    font-family: 'Poppins';
    font-size: 15px;
}

.faq_text ul, .faq_text ol {
    margin-top: 15px;
    margin-bottom: 15px;
}

.faq_text li {
    margin-top: 8px;
}

.faq_hidden {
    max-height: 0px;
}

.faq_questions_holder {
    padding-left: 15px;
    cursor: pointer;
}

.expandable_holder {
    overflow: hidden;
    transition: all 0.5s ease;
    max-height: 0px;
}

#footer {
    padding: 25px;
}

#footer p {
    font-size: 20px;
}

.footer_social_icons {
    margin-top: 15px;
}

.footer_social_icons i {
    color: var(--lenpick-other-yellow);
    margin-right: 12px;
}

.footer_urls i {
    color: var(--lenpick-other-yellow);
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.get_in_touch i {
    color: var(--lenpick-other-yellow);
    margin-right: 8px;
}

.form_input, .form_textarea {
    width: 100%;
    padding: 15px;
    border: none;
    outline: none;
    background: white;
    border-radius: 5px;
    margin-bottom: 20px;
}

.form_input::placeholder, .form_textarea::placeholder {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
}

.low_opacity_placeholder::placeholder {
    opacity: 0.5;
}

.form_textarea {
    resize: none;
    height: 150px;
}

.floating_green_bar {
    position: absolute;
    bottom: 79px;
    left: 0px;
    width: 306px;
    height: 9px;
    background: #029282;
}

.floating_yellow_bar {
    position: absolute;
    bottom: 56px;
    left: 0px;
    width: 227px;
    height: 9px;
    background: var(--lenpick-other-yellow);
}

.floating_circle {
    max-width: 95%;
    width: 428px;
    aspect-ratio: 1/1;
    background: radial-gradient(101.29% 101.29% at 23.83% 8.88%, #F0D75F 0%, #009281 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    position: absolute; 
    bottom: -150px;
    left: 50%;
    border-radius: 500px;
    z-index: 1;
    transform: translateX(-50%);
}

#porsha_img {
    position: relative;
    z-index: 10;
    max-width: 490px;
    position: absolute; 
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.about_us_img_holder {
    position: relative;
    aspect-ratio: 397 / 423;
    background-size: 100% 100%;
    border-radius: 15px;
}

#about_us_banner {
    padding-bottom: 0px !important;
}

.about_us_banner_1 {
    min-height: 350px;
}

.about_us_name {
    font-family: 'Poppins';
    font-size: 33px;
    font-weight: 500;
    text-align: center;
}

.about_us_role {
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.13em;
    text-align: center;
    color: var(--lenpick-other-yellow);
}

.about_us_text_holder {
    border-radius: 8px;
    background-color: white;
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    padding: 12px;
}

.green_tile {
    background: rgb(0,88,78);
    background: linear-gradient(95deg, rgba(0,88,78,1) 16%, rgba(0,131,116,1) 82%);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 25px;
}

.green_tile img {
    margin-top: -57px;
    margin-bottom: 15px;
}

.green_tile p {
    opacity: 0.9;
    font-size: 16px;
}

.cities_we_serve {
    background-image: url('https://d36r2civdq5hri.cloudfront.net/assets/img/usa_background.webp?Ver=9.4');
    background-repeat: no-repeat;
    background-size:  min(80%, 900px);
    background-position: center;
}

.cities_we_serve i {
    color: var(--lenpick-other-yellow);
    margin-right: 15px;
}

.cities_we_serve h4 {
    font-weight: 400;
    margin-bottom: 25px;
}

#testimonials_section .fa-angle-left {
    position: absolute;
    left: -20px;
    top: 200px;
    font-size: 25px;
    cursor: pointer;
}

#testimonials_section .fa-angle-right {
    position: absolute;
    right: -20px;
    top: 200px;
    font-size: 25px;
    cursor: pointer;
}

.review_box_box {
    position: relative;
    min-height: 265px;
    overflow: hidden;
}

.review_box_wrapper {
    position: absolute;
    width: 2800px;
    transition: all 0.5s ease;
}

.review_box {
    vertical-align: text-top;
    padding: 15px;
    width: 400px;
    display: inline-block;
}

.review_box_inner {
    background-color: white;
    padding: 15px;
    position: relative;
    min-height: 235px;
}

.review_box_inner img {
    max-width: 40px;
}

.reviews_person_name {
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    font-weight: bold;
    padding-left: 10px;
}

.reviews_date {
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    opacity: 0.5;
}

.review_stars {
    color: var(--lenpick-other-yellow);
    margin-top: 10px;
    margin-bottom: 10px;
}

.review_text {
    line-height: 22px;
    max-height: 88px;
    overflow: hidden;
    transition: all 0.5s ease;
    margin-bottom: 10px;
    min-height: 88px;
    font-size: 13px;
}

.read_more_text {
    color: black;
    opacity: 0.5;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 13.5px;
    cursor: pointer;
}

.reviews_google_icon {
    max-width: 25px !important;
    position: absolute;
    top: 15px;
    right: 15px;
}

.partner_with_us_terms_box {
    border-radius: 15px;
    background: linear-gradient(98.24deg, rgba(109, 220, 255, 0.1) 0%, rgba(127, 96, 249, 0.1) 100%);
}

.partner_with_us_terms_box h1, .partner_with_us_terms_box p {
    color: white;
    font-weight: 400;
}

.partner_with_us_terms_box p {
    color: #A1A1AA;
    margin: 0px;
}

.partner_with_us_terms_box .inner_box {
    padding: 50px;    
}

.border_box {
    background: linear-gradient(98.24deg, #6DDCFF 0%, #7F60F9 100%);
    height: 1px;
    width: 100%;
}

.four_benefits_heading {
    background: linear-gradient(89.95deg, rgba(249, 153, 36, 0.75) -24.32%, rgba(255, 225, 0, 0.75) 99.95%);
    border: 10px solid #fbf5d7;
    color: #009281;
    padding: 20px 50px 20px 60px;
    border-radius: 100px;
    max-width: 920px;
    margin: auto;
}

.four_benefits_heading img {
    vertical-align: text-top;
    max-width: 178px;
    margin-left: 10px;
}

.we_qualify_franchises_section {
    background: linear-gradient(90deg, rgba(0, 146, 129, 0.07) 0%, rgba(240, 215, 95, 0.07) 100%);
    margin-left: -10%;
    z-index: -1;
    width: 68.32222%;
    border-radius: 15px;
    padding-left: 15%;
    padding-top: 250px;
}

#step_01_img {
    width: 80px;
    position: absolute;
    top: 50px;
    right: 50px;
}

#step_2_img {
    width: 150px;
    position: absolute;
    right: 25px;
    bottom: 25px;
}

#step_3_img {
    width: 150px;
    position: absolute;
    left: 25px;
    bottom: 25px;
}

#step_4_img {
    width: 150px;
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.lending_consult_term_box {
    background: linear-gradient(98.24deg, rgba(109, 220, 255, 0.1) 0%, rgba(127, 96, 249, 0.1) 100%);
    border-radius: 5px;
}

.lending_consult_term_inner_box {
    padding: 15px 40px 15px 15px;
    position: relative;
}

.lending_consult_term_inner_box h2 {
    color: white;
    font-size: 38px;
    font-weight: 400 !important;
}

.lending_consult_term_box p {
    color: #A1A1AA !important;
    margin: 0px;
}

.lending_consult_term_inner_box_holder {
    padding: 40px 0px 40px 40px;
}

.lending_consult_term_inner_box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(98.24deg, #6DDCFF 0%, #7F60F9 100%);
}

.no_after::after {
    background: none;
    width: 0px;
    height: 0px;
}  

.floating_lenpick_coin {
    position: absolute;
    width: 200px;
    top: -95px;
    right: 0px;
}

#faq_page_menu p {
    display: inline-block;
    padding: 15px 25px;
    margin-right: 6px;
    border-bottom: 1px solid black;
    cursor: pointer;
}

.faq_group_selected {
    border-bottom: 2px solid black !important;
    font-weight: bold;
}

#lenpick_coins_img {
    max-width: 170px;
    margin: auto;
    display: block;
}

.services_header {
    font-size: 48px;
    line-height: 80px;
    max-width: 1040px;
}

.services_subheader {
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 3px;
    text-align: center;
}

.services_steps_holder {
    margin: auto;
    display: block;
    max-width: 950px;
    border-radius: 15px;
    padding: 45px;
    background: #FFFFFF26;
}

.services_item_holder {
    padding: 0px 25px 0px 25px;
}

.services_step_floating_number {
    color: white;
    box-shadow: -4px 7px 6px 0px #FFFFFF40 inset;
    background: radial-gradient(210.39% 101.91% at 77.5% 21.5%, #F0D75F 0%, #009281 100%);
    font-size: 28px;
    padding: 12px;
    width: 59px;
    border-radius: 100px;
    position: absolute;
    top: -20px;
    left: -20px;
    text-align: center;
}

.services_floating_text {
    background: #F0D75F;
    border: 21px solid rgba(255, 255, 255, 0.1);
    border-radius: 500px;
    width: 205px;
    height: 205px;
    position: absolute;
    top: -116px;
    right: -123px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-clip: padding-box;
}

.services_floating_text h5 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 10px 0px 10px;
    margin: 0px;
}

.services_step_item {
    cursor: pointer;
}

#three_dots_holder {
    display: none;
}

.services_background_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -999;
    background-image: url('https://d36r2civdq5hri.cloudfront.net/assets/img/services_background_image.webp?Ver=9.4');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    opacity: 0.3;
}

.services_floating_step_number {
    font-size: 48px;
    color: white;
    background: radial-gradient(210.39% 101.91% at 77.5% 21.5%, #F0D75F 0%, #009281 100%);
    box-shadow: -4px 7px 6px 0px #FFFFFF40 inset;    
    border-radius: 500px;
    position: absolute;
    top: -30px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    max-width: 118px;
}

.services_absolute_right {
    right: -30px;
}

.services_absolute_left {
    left: -30px;
}

.services_number_small { 
    padding: 30px;
}

.services_number_higher {
    padding: 28px 24px 28px 24px;
}

.services_number_with_letter {
    padding: 28px 8px 28px 8px;
}

.services_box {
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0px 4px 15px 0px #00000014;
    border-radius: 20px;
    padding: 30px !important;
}

.packages_tile {
    border: 3px solid #EBEBEBFC;
    box-shadow: 0px 0px 34px 0px #0000000D;
    border-radius: 25px;
}

.packages_tile .packages_img {
    width: 91px;
    height: 91px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: -46px;
    background: white;
    background-image: url('https://d36r2civdq5hri.cloudfront.net/assets/img/do_it_yourself.webp?Ver=9.4');
    background-size: 58%;
    border-radius: 200px;
    border: 2px solid #EBEBEB;
    background-repeat: no-repeat;
    background-position: center;
}

.package_title_box {
    position: relative;
    border-radius: 25px 25px 0px 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.package_box_one {
    background: linear-gradient(89.95deg, rgb(249, 153, 36, 0.2) -24.32%, rgb(147,90, 21, 0.2) 99.95%);}

.package_box_two {
    background: linear-gradient(90deg, rgba(0, 146, 129, 0.2) 0%, rgba(240, 215, 95, 0.2) 100%);
}

.package_box_three {
    background: linear-gradient(291.84deg, rgba(90, 49, 104, 0.2) 8.64%, rgba(178, 96, 206, 0.2) 107.33%);
}

.package_title_box h5 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin: 0px;
    color: #4B4B4B;
}

.package_contents_box {
    padding: 25px;
}

.package_contents_box p {
    text-align: center;
}

.package_contents_box i {
    color: var(--lenpick-other-yellow);
    font-size: 13px;
    vertical-align: middle;
    margin-right: 10px;
}

.package_contents_box hr {
    opacity: 0.15;
}

.package_contents_box h3 {
    text-align: center;
    margin-top: 40px;
    font-weight: 600;
    font-size: 30px;
}

.lender_qualifications_tile {
    padding: 50px 25px 25px 25px;
    border-radius: 15px;
    position: relative;
}

.lender_qualifications_tile img {
    width: 95px;
    height: 95px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -44px;
}

.results_tile {
    padding: 5px 5px 0px 5px;
    border-radius: 15px;
    padding-bottom: var(--size-smaller);
    background: linear-gradient(137.55deg, rgba(239, 247, 245, 0.5) 2.51%, #EFF7F5 96.98%), radial-gradient(91.21% 89.67% at 3.23% 3.57%, rgba(236, 181, 67, 0.2) 0%, rgba(236, 181, 67, 0.06) 100%);
}

.button_holder {
    text-align: center;
}

.button_holder a {
    display: inline-flex;
}

.have_a_question_form_subtext {
    font-size: 22px;
}

.we_qualify_franchises_section_img {
    width: 100%;
}

#based_on_box {
    padding: 50px !important;
}

#step_5_box {
    padding: 50px !important;
}

.expandable_holder a {
    color: var(--lenpick-dark-green);
}

.trustpilot_stars {
    max-width: 200px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}

.trustpilot_logo {
    max-width: 150px;
    display: block;
    margin: auto;
}

.trustpilot_reviews_container {
    overflow-x: hidden;
    min-height: 195px;
}

.trustpilot_review_inner_box {
    width: 100%;
    position: relative
}

.trustpilot_review_box img {
    max-width: 125px;
}

.trustpilot_review_box {
    padding-left: 15px;
    padding-right: 15px;
}

.trustpilot_review_time {
    float: right;
    text-align: right;
    color: grey;
    font-size: 13px;
    margin: 0px;
    position: absolute;
    top: 6px;
    right: 6px;
}

.trustpilot_review_title {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

.trustpilot_review_text {
    font-size: 13px;
    line-height: 1.5;
}

.trustpilot_review_text a {
    color: var(--lenpick-dark-green);
}

.truestpilot_review_signature {
    font-size: 13px;
    color: grey;
    margin-bottom: 0px;
}

#trustpilot_arrow_left, #trustpilot_arrow_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    border: 3px solid grey;
    color: grey;
    padding: 5px 8px;
    border-radius: 100px;
    cursor: pointer;
}

#trustpilot_arrow_left { left: -35px; display: none; }
#trustpilot_arrow_right { right: -35px; }

.homepage_youtube_video {
    width: 100%;
    aspect-ratio: 4 / 2.5;
}

/* Homepage Slider */

.homepage_banner_slider {
    position: relative;
    height: 120px;
    overflow-x: hidden;
}

.homepage_banner_slider_inner {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    width: calc(400px*var(--number-of-quotes));
}

.franchise_consultation_page_slider_inner {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    width: calc(400px*var(--number-of-franchise-types));
}

.homepage_banner_slider_group {
    display: flex;
    align-items: center;
}

.homepage_banner_quote_box {
    max-width: 400px;
    width: 400px;
    display: inline-block;
    padding: 0px 15px 0px 15px;
}

.validation_message {
    font-size: 14px;
    text-align: right;
    font-weight: 700;
    color: red;
    margin-top: 5px;
    margin-bottom: 0px;
}

.padding_to_fit_menu {
    padding-top: var(--menu-height) !important;
}

/* This applies only to bigger screens */
@media only screen and (min-width: 768px)
{
    .text_left_non_mobile {
        text-align: left;
    }

    .partner_with_us_buttons_row {
        padding-right: 5px;
    }

    .show_only_on_mobile {
        display: none;
    }

    #desktop_menu {
        display: block;
    }

    #mobile_menu, #mobile_menu_expander { 
        display: none;
    }
}

@media only screen and (min-width: 1200px)
{
    .trustpilot_review_box {
        padding: 0px 25px 0px 25px !important;
        width: calc(100%/var(--number-of-reviews));
        display: inline-block;
    }

    #trustpilot_reviews_holder {
        position: absolute;
        width: calc(33.3333333%*var(--number-of-reviews));
        displaY: flex;
        transition: all 0.5s ease;
    }

    .trustpilot_overview {
        padding-right: 100px;
    }
}

/* This is for all from tablets to mobiles */
@media only screen and (max-width: 1200px)
{
    .regular_section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .margin_bottom_large_less_than_1200 {
        margin-bottom: var(--size-large);
    }

    #trustpilot_arrow_left, #trustpilot_arrow_right {
        display: none !important;
    }
}

/* Ultra Small */
@media only screen and (max-width: 380px)
{
    .spiral_background {
        min-height: 590px;
    }
}

/* Mobile Website */
@media only screen and (max-width: 767px)
{
    body {
        --size-huge: 40px;
        --size-large: 30px;
        --size-medium: 25px;
        --size-middle-medium: 20px;
        --size-small: 15px;
        --size-smaller: 12px;
        --size-smallsmaller: 8px;
        --size-tiny: 4px;
        --bs-gutter-x: 0px;
        --bs-gutter-y: 0px;

        overflow-x: hidden;

        --menu-height: 67px;
    }

    #desktop_menu {
        display: none;
    }

    #mobile_menu { 
        display: block;
    }

    .show_only_on_mobile {
        display: block;
    }

    .display_block_on_mobile {
        display: block !important;
    }

    .font_30_mobile {
        font-size: 30px !important;
    }

    .font_12_mobile {
        font-size: 12px !important;
    }

    .text_center_mobile {
        text-align: center !important;
    }

    .a_bit_smaller_h2 {
        font-size: 25px !important;
    }

    h1, h2 { 
        font-size: 29px; 
    }

    h4 {
        font-size: 16px;
    }

    h3 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }

    .light_green_button, .yellow_button, .square_green_button {
        font-size: 13px;
    }

    .g_0_mobile_only {
        --bs-gutter-x: 0px !important;
    }

    .regular_section {
        padding: 30px 10px 30px 10px !important;
    }

    .a_bit_smaller_h5 {
        font-size: 18px;
    }

    .validation_message {
        font-size: 9px;
    }

    .margin_top_double_huge_mobile {
        margin-top: calc(var(--size-huge)*2.5) !important;
    }

    .no_horizontal_padding_mobile {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .tiny_horizontal_padding_mobile {
        padding-left: var(--size-tiny) !important;
        padding-right: var(--size-tiny) !important;
    }

    .small_horizontal_padding_mobile {
        padding-left: var(--size-small) !important;
        padding-right: var(--size-small) !important;
    }

    .small_horizontal_padding_left_mobile {
        padding-left: var(--size-small) !important;
    }

    .small_horizontal_padding_right_mobile {
        padding-right: var(--size-small) !important;
    }

    .margin_top_medium_mobile_only {
        margin-top: var(--size-medium) !important;
    }

    .margin_top_small_mobile_only {
        margin-top: var(--size-small) !important;
    }

    .margin_top_large_mobile_only {
        margin-top: var(--size-large) !important;
    }

    .margin_top_huge_mobile_only {
        margin-top: var(--size-large) !important;
    }

    .margin_top_bigger_huge_mobile_only { 
        margin-top: var(--size-huge) !important;
    }

    .margin_top_0_mobile_only {
        margin-top: 0px !important;
    }

    .margin_bottom_huge_mobile_only { 
        margin-bottom: var(--size-huge) !important;
    }

    .padding_bottom_huge_mobile_only {
        padding-bottom: var(--size-huge) !important;
    }

    .padding_bottom_bigger_huge_mobile_only {
        padding-bottom: calc(var(--size-huge)*1.5) !important;
    }

    .margin_top_bigger_huge_mobile_only { margin-top: calc(var(--size-huge)*1.5) !important; }

    .margin_bottom_medium_mobile_only {
        margin-bottom: var(--size-medium) !important;
    }
    
    .white_table th {
        font-size: 14px !important;
    }
    
    .white_table th, .white_table td {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    
    .white_table td {
        font-size: 12px !important;
    }

    .tile_4 {
        top: 46%;
    }

    .tile_1 {
        top: 45%;
    }

    .homepage_banner_slider_group {
        /*max-width: 400px;*/
        max-width: calc(100vw - 20px);
        display: block;
    }

    .homepage_banner_slider {
        height: 400px !important;
    }

    .homepage_banner_quote_box {
        margin-top: 15px;
        max-width: calc(100vw - 20px);
        padding-left: 0px;
        padding-right: 0px;
    }

    .position_absolute_bottom_mobile {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 350px;
    }

    .two_preapprovals_mobile_special {
        max-width: 250px;
        display: block;
        margin: auto;
    }

    .expandable_header {
        font-size: 12px;
    }

    .faq_text {
        font-size: 12px;
        padding-left: 12px;
    }

    .faq_questions_holder {
        padding: 0px;
    }

    #lenpick_logo_footer {
        display: block;
        margin: auto;
    }

    .max_width_280_mobile {
        max-width: 300px;
        display: block;
        margin: auto;
    }

    .max_width_310_mobile {
        max-width: 310px;
        display: block;
        margin: auto;
    }

    .max_width_300_mobile {
        max-width: 300px;
    }

    .max_width_320_mobile {
        max-width: 320px;
    }

    .max_width_330_mobile {
        max-width: 330px;
        margin: auto;
        display: block;
    }

    .max_width_345_mobile {
        max-width: 345px;
        margin: auto;
        display: block;
    }

    .footer_social_icons {
        text-align: center;
    }

    #footer p {
        text-align: center;
        margin-bottom: var(--size-tiny);
    }

    .have_a_question_form_subtext {
        font-size: 14px;
        margin-top: var(--size-medium);
        margin-bottom: var(--size-large);
    }

    .form_input {
        font-size: 12px;
        padding: 10px 15px 10px 15px;
    }

    .form_input::placeholder {
        font-size: 12px;
        content: "Please Insert...";
    }

    .have_a_question_form_holder  {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-bottom: 110px !important;
    }

    .have_a_question_form_button {
        display: block;
        margin: auto;
    }

    .floating_green_bar {
        bottom: 59px !important;
    }

    .floating_yellow_bar {
        bottom: 35px !important;
    }

    .lending_consult_term_inner_box h2 {
        font-size: 23px !important;
    }

    .lending_consult_term_inner_box_holder {
        padding: 15px;
    }

    .lending_consult_term_inner_box {
        padding: 15px 0px 15px 0px;
    }

    .lending_consult_term_inner_box_left {
        padding: 15px 0px 15px 15px !important;
    }

    .lending_consult_term_inner_box_right {
        padding: 15px 0px 15px 30px !important;
    }

    .lending_consult_term_inner_box_right .lending_consult_term_inner_box::after {
        background: none;
    }

    .floating_lenpick_coin {
        max-width: 60px !important;
    }

    .steps_tile {
        aspect-ratio: initial;
        padding-bottom: 15px;
    }

    .smallsmaller_horizontal_padding_mobile {
        padding-left: var(--size-smallsmaller) !important;
        padding-right: var(--size-smallsmaller) !important;
    }

    .green_button  {
        padding: 15px 30px;
    }

    .partner_with_us_terms_box .inner_box {
        text-align: center;
        padding: 50px;
    }

    .four_benefits_heading {
        font-size: 25px !important;
        padding: 15px 20px 15px 20px !important;
        text-align: center;
    }

    .four_benefits_heading img {
        max-width: 106px !important;
        margin-left: 5px;
    }

    .we_qualify_franchises_section {
        max-width: 100% !important;
        width: 100%;
        margin-left: 0px;
        margin-top: -149px;
        padding-top: 200px;
        padding-left: var(--size-smallsmaller);
        padding-right: var(--size-smallsmaller);
    }

    .we_qualify_franchises_section_img {
        width: 65%;
    }

    #step_01_img {
        right: 15px;
        width: 30%;
    }

    .partner_with_us_buttons_row {
        --bs-gutter-x: 0.5rem;
    }

    #step_2_img {
        width: 100px;
        top: 15px;
        right: 15px;
    }

    .margin_auto_mobile {
        margin: auto;
    }

    .d_block_mobile {
        display: block;
    }

    .max_width_355_mobile {
        max-width: 355px;
    }

    #step_3_img {
        width: 100px;
        right: 15px;
        left: initial;
        bottom: 15px;
    }

    #lenpick_coins_img {
        max-width: 100px;
    }
    
    .services_header {
        font-size: 30px;
        line-height: normal;
    }

    .services_subheader {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .services_steps_holder {
        padding: 100px 15px 15px 15px;
    }

    .services_step_item h5 {
        font-size: 15px !important;
    }

    .services_step_floating_number {
        padding: 5px;
        width: 28px;
        top: -10px;
        left: -10px;
    }

    .services_floating_text h5 {
        font-size: 12px;
        padding: 5px;
    }

    .services_floating_text {
        border: 10px solid rgba(255, 255, 255, 0.1);
        width: 110px;
        height: 110px;
        top: -25px;
        right: 0px;
    }

    .services_number_small {
        padding: 15px;
    }

    .services_floating_step_number   {
        font-size: 24px;
        top: -40px;
    }

    .services_number_higher {
        padding: 14px 12px 14px 12px;
        top: -40px;
    }

    .services_number_with_letter {
        padding: 14px 4px 14px 4px;
        top: -40px;
    }

    .services_absolute_left  {
        left: 0px;
    }

    .services_absolute_right {
        right: 0px;
    }

    #based_on_box {
        padding: 25px 10px 25px 10px !important;
    }

    #step_5_box {
        padding: 25px 10px 25px 10px !important;
    }

    #faq_page_menu p {
        display: block;
        width: fit-content;
    }

    .mobile_menu_hamburger {
        color: var(--lenpick-green); 
        font-size: 25px;
        margin: 0px;
        cursor: pointer;
    }

    #mobile_menu .regular_section {
        padding: 15px 30px 15px 30px !important;   
    }

    #lenpick_logo_mobile {
        max-width: 100px;
    }

    #mobile_menu_expander_items_wrapper a {
        text-decoration: none !important;
    }

    #mobile_menu_expander {
        position: fixed;
        top: 0px;
        height: 0px;
        overflow: hidden;
        transition: all 1s ease;
        width: 100vw;
        z-index: 99999999999999;
        background-color: #1e1d22;
        overflow-y: scroll;
        max-height: 100vh;
    }

    #mobile_menu_expander_inner {
        padding: 10px;
        position: relative;
    }

    #mobile_menu_expander_inner p {
        color: white;
        margin-bottom: 25px;
        font-family: 'Montserrat';
        text-transform: uppercase;
        font-size: 20px;
    }

    #mobile_menu_expander_items_wrapper {
        padding: 50px 25px;
    }

    #close_mobile_menu { 
        position: absolute;
        top: 25px;
        right: 25px;
        color: var(--lenpick-green);
        font-size: 24px;
        cursor: pointer;
    }

    #mobile_menu_expander_items_wrapper p {
        color: var(--lenpick-green);
    }

    #porsha_img {
        max-width: 350px;
    }

    .about_us_name {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .about_us_role {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .about_us_text_holder {
        padding: 5px;
    }

    .thin_green_text {
        font-size: 16px;
        line-height: normal;
    }

    .major_cities i {
        font-size: 16px;
        margin-right: 5px;
    }

    .major_cities h4 {
        font-size: 14px;
    }

    #about_us_last_buttons {
        display: block !important;
    }

    .width_90_mobile {
        width: 90% !important;
    }

    #three_dots_holder {
        background: #000000BB;
        border-radius: 15px;
        margin: auto;
        display: block;
        padding: 5px 10px 5px 10px;
        max-width: 160px;
        text-align: center;
    }

    #three_dots_holder i {
        margin-right: 15px;
        font-size: 15px;
        color: #ffffff55;
    }

    .three_dots_active_dot {
        background: linear-gradient(90deg, #009281 0%, #F0D75F 100%); 
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 20px;
    }

    #three_dots_holder i:last-child {
        margin-right: 0px;
    }

    #spotted_line_one { display: none !important; }
    #spotted_line_two { display: none !important; }
    #desktop_menu_top { display: none !important; }
}