:root {
    --c_primary: #ff6a09;
    --c_primary_light: #ffd6c1;
    --c_secondary: #033b7e;
    --c_secondary_light: #131313;
    --c_heading: #131313;
    --c_subheading: #1f1f1f;
    --c_text: #00000099;
    --c_grey: #abaeb1;
    --c_black: #000000;
    --c_white: #ffffff;
    --c_danger: #ff1d1d;
    --c_border: #cbcad7;
    --f_body: "DM Sans", serif;
    --transition: all 0.3s ease-in-out 0s;
    --c_back_bg: #091f39;
}

/* Reset | Start */
* {
    outline: 0 !important;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--c_grey_light);
}

b,
strong {
    font-weight: 700;
}

a,
a:hover {
    color: var(--c_text);
    transition: var(--transition);
}

a,
a:not(.btn_n):hover {
    text-decoration: none;
}

:is(h1, h2, h3, h4, h5, h6) {
    color: var(--c_heading);
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--f_body);
    margin-bottom: 0;
}

.hd_1 :where(h1, h2, h3, h4, h5, h6),
h1 {
    font-size: 50px;
    font-weight: 900;
}

.hd_2 :where(h1, h2, h3, h4, h5, h6),
h2 {
    font-size: 46px;
}

.hd_3 :where(h1, h2, h3, h4, h5, h6),
h3 {
    font-size: 40px;
    margin-bottom: 10px;
}

.hd_4 :where(h1, h2, h3, h4, h5, h6),
h4 {
    font-size: 34px;
}

.hd_5 :where(h1, h2, h3, h4, h5, h6),
h5 {
    font-size: 30px;
}

.hd_6 :where(h1, h2, h3, h4, h5, h6),
h6 {
    font-size: 26px;
}

.hd_7 :where(h1, h2, h3, h4, h5, h6) {
    font-size: 14px;
    font-weight: 400;
}

.text_center {
    text-align: center;
}

.text_white :where(h1, h2, h3, h4, h5, h6, p) {
    color: var(--c_white);
}

body,
li,
p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--c_text);
    font-family: var(--f_body);
}

li,
p {
    margin: 0;
}

:is(p, ul, ol, li):not(:last-child) {
    margin-bottom: 16px;
}

.iti__country-list li {
    margin-bottom: 0px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
}

.u_spc,
.ut_spc {
    padding-top: 60px;
}

.u_spc,
.ub_spc {
    padding-bottom: 60px;
}

.c_primary {
    color: var(--c_primary);
}

.bg_primary {
    background-color: var(--c_primary);
}

.c_secondary {
    color: var(--c_secondary);
}

.bg_secondary {
    background-color: var(--c_secondary);
}

.sb_hd:not(:last-child) {
    margin-bottom: 45px;
}

.sb_hd h2 {
    margin-bottom: 30px;
}

.s_h p {
    font-size: 24px;
    font-weight: 500;
    color: var(--c_text);
}

.p_h p {
    font-size: 22px;
}

.m_h p {
    font-size: 20px;
}

.k_h p {
    font-size: 18px;
}

.d_h p {
    font-size: 16px;
}

.conta_iner {
    max-width: 1170px;
    width: 90%;
    margin-inline: auto;
}

@media (max-width: 767.98px) {
    .conta_iner {
        width: 100%;
        padding: 0 15px;
    }
}

.bn_main {
    margin: 30px 0;
}

.bn_main .container {
    max-width: 1170px;
    margin: 0 auto;
}

.bn_main .table-responsive table th {
    border: 1px solid #ff6324;
    background: #ff6324;
    color: #fff;
    padding: 10px 12px;
    font-size: 18px;
}

.bn_main .table-responsive table td {
    background: #ff5b3114;
    color: #000;
    padding: 10px 12px;
    font-size: 18px;
    border: 1px solid #ff6324;
}

.bn_main .table-responsive .nstd_tbl {
    padding: 0;
}

.bn_main .table-responsive .nstd_tbl td {
    border: none;

}

figure.img {
    width: 200px;
    height: 350px;
    margin: 0 auto;
}

figure.img img {
    width: 100%;
    height: 100%;
}

/* Reset | End */

/* Button | Start */
.btnn {
    gap: 5px;
    font-size: 24px;
    font-weight: 700;
    min-height: 65px;
    padding: 5px 25px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    box-shadow: none !important;
    transition: var(--transition);
    border: 1px solid transparent;
    letter-spacing: 0;
    position: relative;
    text-indent: 0;
    overflow: hidden;
    cursor: pointer;
    line-height: 1;
    z-index: 1;
}

.btnn span {
    background: var(--c_white);
    height: 30px;
    width: 30px;
    border-radius: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnn span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn_sm {
    font-size: 16px;
    min-height: 50px;
}

.btnn::before {
    content: "";
    background: linear-gradient(90deg,
            #40ebf100 0,
            #fffefd8f 50%,
            #fffefd47 69%,
            #40ebf100);
    top: 0;
    bottom: 0;
    position: absolute;
    transition: var(--transition);
    z-index: -1;
    width: 0;
}

@keyframes slide {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.btnn:hover {
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1) !important;
}

.btnn:hover::before {
    width: 100%;
    animation: slide 2s infinite;
}

.btn_primary {
    color: var(--c_white);
    background-color: var(--c_primary);
    border-color: var(--c_primary);
}

.btn_primary:is(:hover, :focus) {
    color: var(--c_white);
    background-color: var(--c_primary);
    border-color: var(--c_primary);
}

.btn_secondary {
    color: var(--c_secondary_light);
    background-color: var(--c_white);
    border-color: var(--c_secondary);
}

.btn_white {
    border: 1px solid #ff66044d;
    border-radius: 10px;
}

/* Button | End */

/* Form | Start */
.control_group {
    margin-bottom: 15px;
}

label {
    font-size: 15px;
    font-weight: 500;
    color: var(--c_text_dark);
    /* text-transform: capitalize; */
    line-height: 1.2;
    margin: 0 0 8px;
    display: block;
}

.form_prtnr form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.form_prtnr .property_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.form_prtnr .property_form .w_33 {
    width: calc(100% / 3 - 20px * 2 / 3);
}

form input {
    border: 0.94px solid var(--G300, #cbcad7);
}

label.error {
    position: absolute;
    top: 100%;
    left: 0;
    color: red;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.2px;
    margin: 2px 0 0;
}

label.checkbox_label {
    display: inline-flex;
    align-items: center;
    color: var(--c_text);
    transition: var(--transition);
    cursor: pointer;
    margin: 0;
    gap: 8px;
}

label.checkbox_label:hover {
    color: var(--c_black);
}

.bootstrap-select>.btn,
input,
select,
textarea {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    color: var(--c_black);
    background-color: var(--c_white);
    border: 1px solid var(--c_border);
    transition: var(--transition);
    box-shadow: none;
    outline: 0;
}

input {
    height: 50px;
    /* padding: 0 15px; */
    padding: 0px 34px 0px 10px;
}

input:is([type="checkbox"], [type="radio"]) {
    width: 22px;
    height: 22px;
    min-width: 22px;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    padding: 0;
}

input:is([type="checkbox"], [type="radio"]) {
    color: var(--c_white);
    accent-color: var(--c_primary);
    cursor: pointer;
}

input:is([type="checkbox"], [type="radio"]):checked::before {
    font-family: "Font Awesome 5 Free";
    transition: var(--transition);
    font-weight: 900;
    line-height: 1;
}

input[type="checkbox"] {
    border-radius: 4px;
    border: 1px solid var(--c_border);
    background-color: var(--c_white);
}

input[type="checkbox"]:checked {
    background-color: var(--c_primary);
    border-color: var(--c_primary);
}

input[type="checkbox"]:checked::before {
    content: "\f00c";
    color: var(--c_white);
}

input[type="radio"] {
    border-radius: 50%;
    border: 1px solid var(--c_border);
    background-color: var(--c_white);
}

input[type="radio"]:checked {
    border-color: var(--c_primary);
}

input[type="radio"]:checked::before {
    content: "\f111";
    color: var(--c_primary);
}

.form-check.form-switch {
    margin: 0;
    padding: 0;
    min-height: 22px;
    vertical-align: middle;
}

.form-check.form-switch .form-check-input {
    margin: 0;
    width: 2.5rem;
    box-shadow: none;
}

.form-check.form-switch .form-check-input::before {
    display: none;
}

.bootstrap-select>.btn,
select {
    height: 50px;
    padding: 0 40px 0 15px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    appearance: none;
}

textarea {
    height: 120px;
    padding: 8px 15px;
    border-radius: 10px;
    resize: none;
}

:is(input, select, textarea)::placeholder {
    color: #686677;
    font-weight: 500;
    opacity: 1;
}

:is(input, select, textarea):focus {
    border-color: var(--c_primary);
}

:is(input, select, textarea, .control-group).empty_value {
    border-color: red;
}

.form_btn {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    /* Centers the button horizontally */
}

.otp_heading,
.modal-body p {
    text-align: center;
    /* Center text */
    margin: 0 auto;
    /* Center block elements */
    display: block;
    /* Ensure proper centering */
}

.otp_modal_close_btn {
    margin-bottom: 35px;
}

.btn-close {
    position: absolute;
    right: 20px;
    cursor: pointer;
}

.modal-dialog .otp_modal {
    padding: 20px;
}

/* Form | End */

/* Grid | Start */
.gap_m,
.gap_p {
    --gap_x: 30px;
    --gap_y: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--gap_y) * -1);
    margin-left: calc(var(--gap_x) * -1);
}

.gap_m>*,
.gap_p>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-top: var(--gap_y);
}

.gap_p>* {
    padding-left: var(--gap_x);
}

.gap_m>* {
    margin-left: var(--gap_x);
}

/* Grid | End */

/* Landing Page | Start */
.landing_header {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site_logo figure
{
    max-width: 150px;
}
.logo
{
    max-width: 150px;

}
.landing_header .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
}

.landing_header .head figure {
    max-width: 150px;
}

.landing_header .head ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin: 0;
}

.landing_header .head ul li {
    margin: 0;
}

.landing_header .head ul li a {
    font-size: 18px;
    font-weight: 400;
    color: var(--c_black);
}

.banner_flx {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
    max-width: 900px;
    width: 100%;
    margin-inline: auto;
}

.banner_flx .banner_head {
    margin: 0 !important;
    max-width: unset !important;
}

.banner_flx .explore {
    border-radius: 130px;
    border: 2px solid #e3c9b866;
    font-size: 22px;
    font-weight: 600;
    height: 70px;
    background: #fff0e599;
    width: 200px;
    color: var(--c_primary);
}

.banner_sec .banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner_sec .banner .banner_lft,
.banner_sec .banner .banner_rt {
    width: 49%;
}

.banner_sec .banner .banner_lft {
    padding: 20px;
}

.banner_rt figure {
    border-radius: 22px;
}

.banner_lft h1 {
    text-transform: uppercase;
    line-height: 82px;
}

.banner_lft h1 span {
    color: var(--c_primary);
}

.banner_lft .btnn {
    margin: 25px 0 65px 0;
}

.bnr_lst {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
}

.bnr_lst li {
    width: calc(100% / 2 - 20px * 1 / 2);
    border: 1px solid #e8f3ff;
    border-radius: 17px;
    background: linear-gradient(180deg,
            rgba(220, 234, 250, 0.6) 0%,
            rgba(255, 255, 255, 0.6) 100%);
    padding: 14px;
    margin: 0;
    min-height: 185px;
}

.bnr_lst li:last-child {
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #ffffff 0%, #fcf5c5 100%);

    background: linear-gradient(180deg,
            rgba(255, 251, 223, 0.8) 0%,
            rgba(255, 255, 255, 0.8) 100%);
}

.bnr_lst li p {
    font-size: 14px;
    margin-top: 12px;
    color: var(--c_black);
}

.bnr_lst li figure {
    width: 55px;
    height: 55px;
    backdrop-filter: blur(8.51957893371582px);
    box-shadow: 0px 3.79px 10.41px 0px #e1ebfa;
    background-color: #ffffff;
    padding: 14px;
    border-radius: 50px;
}

.explore h2 {
    text-transform: uppercase;
}

.explore p {
    color: var(--c_subheading);
    margin: 13px 0 35px;
}

.explore_lst {
    display: flex;

    justify-content: flex-start;
    gap: 60px;
    margin-top: 46px;
}

.explore_lst li {
    width: calc(100% / 3 - 60px * 2 / 3);
    border-radius: 24px;
    margin: 0;
    border: 1px solid #eedfc5;
    background-color: var(--c_white);
    min-height: 470px;
}

.explore_lst li p {
    padding: 24px 7px 40px 20px;
    font-size: 16px;
    color: var(--c_black);
    text-align: left;
    margin: 0;
}
.explore_lst li span
{
    padding:  0px 7px 10px 20px;
    margin-top: 10px;
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    color: var(--c_black);
    text-align: left;
    font-weight: 700;
}
.partner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 360px;
    background: linear-gradient(90deg, #004291 0%, #08284e 100%);
    overflow: hidden;
}

.partner .conta_iner {
    position: relative;
    z-index: 0;
    padding: 65px 0 52px;
}

.partner .conta_iner::before {
    content: "";
    position: absolute;
    background-image: url(../images/become_partner_bg.png);
    height: 360px;
    width: 100%;
    top: 0;
    left: 0;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.2;
}

.partner h2 {
    color: var(--c_white);
    text-transform: uppercase;
    letter-spacing: 5px;
}

.partner p {
    color: #dde4ec;
    margin: 16px 0 28px;
    line-height: 40px;
}

.steps_lst {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    margin-top: 80px;
}

.steps_lst li {
    padding: 14px 12px;
    height: 405px;
    width: calc(100% / 3 - 50px * 2 / 3);
    border: 1px solid;
    border-image-source: linear-gradient(180deg,
            rgba(255, 102, 4, 0.2) 0%,
            #ffffff 100%);
    background: linear-gradient(180deg,
            rgba(254, 241, 232, 0.6) 0%,
            rgba(255, 223, 202, 0.6) 100%);
    border-radius: 22px;
    margin: 0;
}

.steps_lst li figure {
    width: 96px;
    height: 96px;
    background: #ff6604;
    border: 5px solid #fecaa7;
    padding: 23px;
    border-radius: 50px;
    margin-left: 15px;
}

.steps_lst li div {
    background: var(--c_white);
    padding: 23px 9px 19px 19px;
    border-radius: 16px;
    margin-top: 13px;
    height: 260px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}

.steps_lst li div h3 {
    line-height: 42px;
    margin-bottom: 10px;
}

/* Landing Page | End */

/* Header | Start */

.site_header .conta_iner {
    max-width: 1400px;
    width: 97%;
    margin: 0 auto;
}

.site_header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 12px 10px 10px;
}

.site_header .inner .logo_head figure {
    width: 108px;
    height: 55px;
}

.site_header .inner .hd_links {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0;
}

.site_header .inner .hd_links li {
    margin: 0;
}

.site_header .inner .hd_links li a {
    color: var(--c_black);
    font-size: 14px;
    font-weight: 500;
}

.site_header .inner .hd_links li a:hover {
    color: var(--c_primary);
}

.site_header .inner .whist {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    padding: 0px 20px;
    border-left: 0.83px solid #e7e7e7;
}

.site_header .inner .whist figure {
    width: 42px;
    height: 42px;
    border: 0.83px solid #e3e3e3;
    padding: 11px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
}

.site_header .inner .dropdown .dropdown-toggle {
    background-color: var(--c_white);
    border: none;
}

.site_header .inner .dropdown .dropdown-toggle::after {
    display: none;
}

.site_header .inner .dropdown .dropdown-toggle figure {
    width: 42px;
    height: 42px;
}

.hd_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.hd_left .search_bar {
    width: 300px;

    margin-right: 60px;
}

.site_header1 .search_bar input {
    border: 1px solid #efefef;
    background: #f6f6f6;
    border-radius: 90px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: var(--c_white);
    opacity: 0.4;
    padding: 5px 40px 5px 15px;
    background-image: url(../images/search.png);
    background-position: center right 12px;
    background-repeat: no-repeat;
    background-size: 20px;
    color: var(--c_black);
}

.site_header .location {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    position: relative;
    padding: 14px 11px;
}

.site_header .location::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, 0);
    background-color: #142a45;
    z-index: -1;
}

.site_header .location figure {
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site_header .location p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

/* Header | End */

/* Footer | Start*/

.site_footer {
    height: 400px;
    background-color: var(--c_back_bg);
    overflow: hidden;
}

.site_footer .conta_iner {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
}

.site_footer .conta_iner .inner {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    gap: 20px;
}

.site_footer .inner .single_col {
    max-width: 285px;
}

.site_footer .inner .single_col .site_logo {
    margin-bottom: 20px;
    display: inline-flex;
}

.site_footer .inner .single_col p {
    font-size: 16px;
    color: #d6d6d6;
    line-height: 1.5;
}

.site_footer .inner .single_col h2:not(:first-child) {
    margin-top: 22px;
    margin-bottom: 14px;
}

.social_links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social_links li {
    display: inline-flex;
    margin-bottom: 0 !important;
}

.social_links li a {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c_white);
}

.social_links li a img {
    width: 13px;
    height: 13px;
    object-fit: contain;
}

.site_footer .inner .single_col h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.5;
    color: #ffffff;
}

.site_footer .inner .footer_links li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    color: var(--c_white);
}

.site_footer .inner .footer_links li a {
    color: var(--c_white);
}

.site_footer .inner .footer_links li a:hover {
    color: var(--c_primary);
}

.site_footer .copywrite {
    padding: 18px 0;
    position: relative;
    text-align: center;
    z-index: 1;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site_footer .copywrite p {
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.6980392157);
}

.site_footer .copywrite::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100vw;
    transform: translate(-50%, 0);
    background-color: #142a45;
    z-index: -1;
}

/* Footer | End */

/* Main | Start */

.banner_form .banner_head {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #0000001a;
    border-width: 0px, 0px, 0px, 0px;
    border-style: solid;
    border-color: #0000001a;
    background: var(--c_white);
    border-radius: 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px 16px 40px;
    gap: 20px;
}

.banner_form .banner_forms {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    width: 80%;
}

.banner_form .banner_forms div {
    border-left: 1px solid #0000001a;
    padding-left: 10px;
    width: 50%;
}

.banner_form .banner_forms div:first-child {
    border: none;
}

.banner_form .banner_forms div label {
    margin: 0;
    color: var(--c_black);
    font-size: 16px;
    font-weight: 400;
}

.banner_form .banner_forms div input {
    border: none;
    padding: 0;
    height: 30px;
}

.banner_form .banner_head figure {
    width: 60px;
    height: 60px;
    background-color: var(--c_primary);
    border: 5px solid #fecaa7;
    border-radius: 50px;
    padding: 17px;
    display: inline-flex;
    cursor: pointer;
}

.carousel_sec {
    overflow: hidden;
}

.carousel_sec .carousel-inner .carousel-item h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 46px;
    color: var(--c_white);
}

.carousel_sec .carousel-inner .carousel-item .carousel-caption {
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    left: 50%;
    max-width: 1022px;
    width: 100%;
    height: fit-content;
}

.carousel_sec .carousel-control-next,
.carousel_sec .carousel-control-prev {
    width: unset;
    color: var(--c_white);

    height: 92px;
    width: 92px;
    border-radius: 50%;
    background-color: #1b324c;
    margin: auto;
}

.carousel_sec .carousel-control-prev {
    justify-content: flex-end;
    padding-right: 14px;
    left: -46px;
}

.carousel_sec .carousel-control-next {
    justify-content: flex-start;
    padding-left: 14px;
    right: -46px;
}

.carousel_sec .carousel-dark .carousel-control-next-icon,
.carousel_sec .carousel-dark .carousel-control-prev-icon {
    filter: none;
}

.carousel_sec .carousel-dark .carousel-indicators button {
    height: 12px;
    width: 12px;
    border-radius: 50px;
    border: none;
    background: var(--c_white);
    opacity: 0.3;
}

.carousel_sec .carousel-dark .carousel-indicators button.active {
    opacity: 1;
}

.billboard {
    background: linear-gradient(180deg, #08284e 0%, #153b69 100%);
}

.billboard .conta_iner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.billboard .conta_iner .bill_lt,
.billboard .conta_iner .bill_rt {
    width: 50%;
}

.billboard .conta_iner .bill_lt h2 {
    text-transform: uppercase;
    line-height: 46px;
    margin-bottom: 30px;
    color: var(--c_white);
}

.billboard .conta_iner .bill_lt p {
    color: var(--c_white);
    opacity: 0.7;
    line-height: 32px;
}

.bill_rt .slick-slide {
    position: relative;
}

.bill_rt .slick-slide .bill_rt_abs {
    position: absolute;
    backdrop-filter: blur(74px);
    background: linear-gradient(90deg,
            rgba(8, 40, 78, 0.2) 0%,
            rgba(0, 0, 0, 0.2) 100%);
    border-radius: 12px;
    padding: 15px;
    width: 95%;
    bottom: 14px;
    left: 15px;
    cursor: pointer;
    text-align: left;
}

.bill_rt .slick-slide .bill_rt_abs h2 {
    color: var(--c_white);
    line-height: 48px;
    font-size: 22px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bill_rt .slick-slide .bill_rt_abs h2 img {
    width: 24px;
    height: 22px;
}

.bill_rt .slick-slide .bill_rt_abs p {
    color: var(--c_white);
    line-height: 31px;
    font-size: 28px;
    margin-block: 10px;
}

.bill_rt .slick-slide .bill_rt_abs p span {
    color: var(--c_grey);
}

.bill_rt .slick-slide .bill_rt_abs button {
    border-radius: 50px;
}

.bill_rt .slick-dots {
    bottom: -24px;
}

.img_sec .conta_iner {
    display: flex;

    justify-content: space-between;
    gap: 30px;
}

.img_sec .img_sec_lt {
    width: 55%;
    position: relative;
}

.img_sec .img_sec_lt figure {
    display: inline-flex;
}

.img_sec_lt div {
    position: absolute;
    backdrop-filter: blur(74px);
    background: linear-gradient(90deg,
            rgba(8, 40, 78, 0.2) 0%,
            rgba(0, 0, 0, 0.2) 100%);
    border-radius: 12px;
    padding: 15px;
    width: 95%;
    bottom: 14px;
    left: 15px;
}

.img_sec_lt div h2 {
    color: var(--c_white);
    line-height: 48px;
    margin-bottom: 5px;
}

.img_sec_lt div p {
    color: var(--c_grey);
    line-height: 31px;
}

.img_sec .img_sec_rt {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.img_sec .img_sec_rt li:first-child {
    height: 60%;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.img_sec .img_sec_rt li:last-child {
    height: 40%;
    display: inline-flex;
}

.img_sec .img_sec_rt li figure {
    position: relative;
    display: inline-flex;
}

.img_sec .img_sec_rt li figure img {
    object-fit: cover;
    border-radius: 12px;
}

.img_sec .img_sec_rt li:first-child p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    font-size: 20px;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    /* Semi-transparent black background */
    color: #fff;
    /* White text */
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    /* Hide the paragraph initially */
    visibility: hidden;
    /* Ensure it's hidden when not hovered */
    z-index: 2;
    /* Ensure the paragraph is above other content */
    transition: opacity 0.3s ease, visibility 0.3s ease;
    /* Smooth transition */
}

.img_sec .img_sec_rt li:first-child:hover p {
    opacity: 1;
    /* Make the paragraph fully visible */
    visibility: visible;
    /* Ensure it becomes visible */
}

.registered ul {
    display: flex;
    justify-content: flex-start;
    gap: 100px;
}

.registered ul li {
    width: calc(100% / 3 - 100px * 2 / 3);
    box-shadow: 0px 3.71px 33.39px 0px #00000012;
}

.registered ul li p {
    font-size: 14px;
    color: var(--c_grey);
    margin-top: 15px;
}

.rcmd_hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.rcmd_hd a {
    color: var(--c_primary);
    font-size: 24px;
    font-weight: 500;
}

.properties {
    margin-inline: 10px;
    box-shadow: 0px 3.71px 33.39px 0px #00000012;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.fig_rel {
    position: relative;
    display: inline-flex;
    width: 100%;
    height: 200px;
}

.fig_rel figure,
.fig_rel figure img {
    width: 100%;
    border-radius: 18px;
}

.fig_rel span {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--c_white);
    height: 45px;
    width: 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
}

.fig_rel p {
    position: absolute;
    left: 10px;
    bottom: 10px;
    border-radius: 50px;
    backdrop-filter: blur(124.29950714111328px);
    background: #00000080;
    color: var(--c_white);
    font-size: 14px;
    padding: 5px 10px;
    margin: 0;
    font-weight: 500;
}

.fig_rel h4 {
    position: absolute;

    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 50px;
    backdrop-filter: blur(124.29950714111328px);
    background: #00000080;
    color: var(--c_white);
    font-size: 14px;
    padding: 5px 10px;
    margin: 0;
    right: 10px;
    bottom: 10px;
    font-weight: 500;
}

.fig_rel h4 img {
    width: 16px;
    height: 16px;
}

.prty_dt {
    padding: 12px;
}

.prty_dt h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
}

.prty_dt p {
    color: var(--c_grey);
}

.prty_dt p span {
    color: #08284e;
    font-weight: 500;
}

.prty_dt h5 {
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
}

.prty_dt h5 span {
    color: var(--c_grey);
    font-size: 16px;
    font-weight: 400;
}

.prty_dt h6 {
    border: 1px solid #faece4;
    padding: 5px 8px;
    color: var(--c_primary);
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
}

.w_100 {
    width: 100%;
}

.multiple-items .slick-prev {
    background-image: url(../images/arrow_bk_b.png);
    font-size: 0;
    background-size: contain;
    height: 24px;
    width: 12px;
    background-repeat: no-repeat;
    border: none;
    position: absolute;
    transform: translate(50%, 50%);
    top: 50%;
    left: -50px;
}

.multiple-items .slick-next {
    background-image: url(../images/arrow_nxt_b.png);
    font-size: 0;
    background-size: contain;
    height: 24px;
    width: 12px;
    background-repeat: no-repeat;
    border: none;
    position: absolute;
    transform: translate(50%, 50%);
    top: 50%;
    right: -50px;
}

.routing {
    font-size: 18px;
    font-weight: 400;
    color: var(--c_grey);
    line-height: 30px;
}

.routing b {
    color: var(--c_black);
    font-weight: 400;
}

.recmd_prt h1 {
    margin-top: 24px;
    font-weight: 600;
    line-height: 32px;
}

.static_bill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block: 20px;
}

.static_bill h2 {
    color: #828282;
    font-weight: 500;
    margin: 0;
}

.static_bill p {
    color: var(--c_black);
}

.static_bill p i {
    color: var(--c_grey);
    margin-right: 5px;
    cursor: pointer;
}

.bill_images {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 15px;
}

.bill_images_lt {
    width: 73%;
    height: 450px;
}

.bill_images_lt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bill_images_rt {
    width: 25%;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.bill_images_rt iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bill_images_rt li:last-child {
    position: relative;
    cursor: pointer;
}

.bill_images_rt li:last-child p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: var(--c_black);
    opacity: 0.7;
    border-radius: 14px;
    color: var(--c_white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.rcmd_cont {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.rcmd_cont_lt {
    width: 62%;
}

.rcmd_cont_rt {
    width: 35%;
}


.rcmd_cont_lst li {
    background: #f5f9fd;
    padding: 5px 15px 5px 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border: 1px solid #00000020;
    width: 48%;
    margin: 0;
    border-radius: 5px;
}

.rcmd_cont_lst li:last-child {
    background: #f9e4e4;
    border-color: #fbb6b6;
}

.rcmd_cont_lst li figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rcmd_cont_lst li figure {
    width: 50px;
    height: 35px;
}

.rcmd_cont_lst li h3 {
    font-size: 16px;
    margin: 0;
}

.rcmd_cont_lst {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
    margin: 20px 0;
    border-bottom: 1px solid #00000020;
    padding-bottom: 20px;
}

.rcmd_cont_lt_in {
    /* padding: 15px 25px;
    margin-top: 20px; */
    /* background: #f5f9fd; */
    border-radius: 14px;
}

.rcmd_cont_lt_in h3 {
    font-weight: 600;
}

.rcmd_cont_lt_ot {
    margin-top: 30px;
}

.rcmd_cont_lt_ot ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    margin-top: 20px;
}

.rcmd_cont_lt_ot ul li {
    font-size: 16px;
    border: 0.79px solid #f9e9de;
    padding: 7px 15px;
    color: var(--c_black);
    margin: 0;
    background: #fff7f2;
    border-radius: 90px;
}

.rcmd_cont_rt {
    margin-top: 30px;
    background: #fff9f6;
    padding: 20px;
    /* border: 0.7px solid #f5e1d4; */
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.rcmd_cont_rt h3 {
    font-weight: 600;
    line-height: 40px;
}

.rcmd_cont_rt h3 span {
    color: var(--c_primary);
}

.rcmd_cont_rt div {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}

.rcmd_cont_rt div input {
    border: 1px solid #f2e7e2;
    border-radius: 10px;
    font-size: 16px;
}

.rcmd_cont_rt div span {
    position: absolute;

    font-size: 16px;

    right: 10px;
    top: 13px;
}

.rcmd_cont_rt h4 {
    font-size: 18px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
    color: #000;
}

.rcmd_cont_rt>a {
    width: 100%;
    margin: 20px 0;
}

.rcmd_cont_rt h4 span {
    text-decoration: underline;
}

.rcmd_cont_rt>ul {
    border-bottom: 1px solid #00000030;
    padding-bottom: 15px;
}

.rcmd_cont_rt h5 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
}

.rcmd_cont_rt h4 img {
    height: 30px;
    width: 30px;
    object-fit: cover;
    cursor: pointer;
}

/* Slider Container Styling */
.your-slider-class figure {
    width: 500px;
    height: 500px;
    margin-inline: 20px;
}

.your-slider-class figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Navigation Arrows for Slick */

.slick-prev:hover,
.slick-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

/* Slick Dots */
.slick-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 0;
}

.slick-dots li.slick-active button {
    background: #007bff;
    /* Active dot color */
}

.saved_prt h1 {
    margin-block: 20px;
}

.saved_prt .multiple-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.saved_prt .multiple-items li {
    width: calc(100% / 3 - 30px * 2 / 3);
    display: inline-flex;
    box-shadow: 0px 3.66px 32.96px 0px #00000012;
    background: #ffffff;
    border-radius: 14px;
    padding: 5px;
    margin: 0;
}

.saved_prt .multiple-items li .fig_rel span i {
    color: var(--c_primary);
}

.fig_rel figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.saved_prt .multiple-items li a {
    width: 100%;
    margin: 0;
}

.saved_prt .multiple-items li .fig_rel {
    display: unset;
}

.bkng_lst {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.bkng_lstng {
    width: calc(100% / 2 - 20px * 1 / 2);
    margin: 0 !important;
    padding: 15px 10px;
    box-shadow: 0px 3.66px 32.96px 0px #00000012;
    background: var(--c_white);
    border-radius: 14px;
    cursor: pointer;
}

.bkng_lstng_tp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #00000014;
}

.bkng_lstng_tp h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: var(--c_black);
}

.bkng_lstng_tp p {
    color: var(--c_primary);
    font-weight: 600;
    border: 0.92px solid #fee6c8;
    background: #fff6eb;
    padding: 10px 20px;
    border-radius: 8px;
}

.bkng_lstng_btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.bkng_lstng_btm figure {
    width: 30%;
    height: 260px;
    overflow: hidden;
}

.bkng_lstng_btm figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bkng_lst_inner {
    padding: 10px;
    width: 68%;
}

.bkng_lst_inn_tp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bkng_lst_inn_tp h3 {
    font-size: 18px;
    font-weight: 600;

    margin: 0;
}

.bkng_lst_inn_tp h4 {
    gap: 2px;
    border-radius: 50px;
    backdrop-filter: blur(122.6827621459961px);

    background: var(--c_black);
    color: var(--c_white);
    font-size: 14px;
    padding: 5px 10px;
    margin: 0;
    display: flex;
    align-items: center;

    font-weight: 500;
}

.bkng_lst_inn_tp h4 img {
    height: 11px;
    width: 11px;
}

.bkng_lst_inn_tp2 p {
    margin: 0;
    font-size: 12px;
    color: #a6a8aa;
    display: flex;
}

.bkng_lst_inn_tp2 p span {
    font-size: 14px;
    font-weight: 500;
    color: #08284e;
}

.bkng_lst_inn_tp2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.bkng_lst_inner h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: var(--c_primary);
    padding: 2px 8px;
    border: 0.92px solid #faece4;
    background: #fff8f4;
    margin-top: 12px;
}

.bkng_lst_inner h6 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    color: var(--c_black);
    margin-top: 15px;
}

.bkng_dtl h1 {
    line-height: 42px;
    font-weight: 700;
    font-size: 32px;
    margin-block: 20px;
}

.phases {
    padding: 20px;
    max-width: 800px;
}

.phases .modal-body {
    padding: 40px;
}

.phases h1 {
    font-size: 36px;
    color: var(--c_black);
}

.phases ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
    max-height: 500px;
    overflow: auto;
}

.phases ul li {
    width: calc(100% / 3 - 30px * 2 / 3);
    background: #ffe2d3;
    border: 1px solid #0000000a;
    box-shadow: 0px 3.66px 32.96px 0px #00000012;
    padding: 12px;
    border-radius: 12px;
    cursor: pointer;
}

.phases ul li.selected {
    background: var(--c_primary);
}

.phases ul li.selected h2,
.phases ul li.selected p,
.phases ul li.selected h3,
.phases ul li.selected p span,
.phases ul li.selected h3 span {
    color: var(--c_white) !important;
}

.phases ul li h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.phases ul li p {
    font-size: 16px;
    color: var(--c_black);
    font-weight: 400;
    margin: 0;
}

.phases ul li p span {
    font-size: 16px;
    color: #08284e;
    font-weight: 500;
}

.phases ul li h3 {
    font-size: 20px;
    color: var(--c_black);
    margin-top: 10px;
}

.phases ul li h3 span {
    font-size: 22px;
    color: #08284e;
}

.phases .btn_div {
    margin-top: 20px;
    text-align: right;
}

.phases .btn-close {
    position: absolute;
    right: 20px;
}

.slider {
    width: 80%;
    margin: auto;
}

.slider .item {
    background: #ddd;
    padding: 20px;
    text-align: center;
    border: 1px solid #ccc;
}

.banner_host .banner_hst_inner {
    cursor: pointer;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdfdfd;
    border: 2px solid #ffe4d4;
    border-radius: 14px;

    height: 290px;
}

.banner_host .banner_inner_figure {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdfdfd;
    border-radius: 14px;
    height: 290px;
}

.banner_host figure {
    width: 130px;
    height: 130px;
}

.banner_host figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.become_partner h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    color: var(--c_black);
    margin-block: 20px;
}

.become_partner h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    color: var(--c_black);
    margin-block: 20px;
}

.become_partner p {
    color: var(--c_black);
    opacity: 0.8;
}

.w_47 {
    width: 47%;
}

.form_prtnr {
    margin-top: 30px;
}

.form_prtnr button {
    margin-top: 70px;
    margin-inline: auto;
    display: flex;
    max-width: 300px;
    width: 100%;
    font-weight: 600;
}

.banner_add_prop h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin-block: 20px;
}

.flex_check {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.am_check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.am_check label {
    margin: 0;
}

.am_check input {
    border-radius: 50%;
    border: 1px solid #f4e9e3;
    width: 23px;
    height: 23px;
}

.am_check input.active {
    background-color: var(--c_primary);
}

.banner_host .control_group {
    margin-top: 50px;
}

.width_flx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.width_flx::after {
    content: "";
    position: absolute;
    height: 40px;
    width: 1px;
    background-color: var(--c_border);
    left: 50%;
}

.width_flx input:first-child {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
}

.width_flx input:last-child {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.banner_host .control_group a {
    display: flex;
    margin-top: 30px;
    max-width: 300px;
    margin: 30px auto;
}

.bootstrap-tagsinput {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.bootstrap-tagsinput input {
    order: -1;
}

.bootstrap-tagsinput .tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 25px 7px 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    word-break: break-word;
    color: var(--c_white);
    background-color: var(--c_primary);
    position: relative;
    gap: 6px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    top: 3px;
    right: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]::after {
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.submit_prop .modal-body {
    padding: 40px;
    text-align: center;
}

.submit_prop figure {
    height: 93px;
    width: 93px;
    margin: 0 auto;
}

.submit_prop figure img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.submit_prop h1 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: var(--c_black);
    margin-block: 20px;
}

.submit_prop p {
    font-size: 18px;
    font-weight: 400;
    color: var(--c_grey);
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* Center vertically within the viewport */
    background-color: #fff;
}

.rotating-icon {
    width: 100px;
    /* Adjust size as needed */
    animation: rotate 4s linear infinite;
    /* Animation: 2 seconds, linear motion, infinite loop */
}

.submit_prop button {
    position: absolute;
    right: 10px;
    top: 10px;
}

.rcmd_cont_rt p {
    margin: 0;
    font-size: 19px;
}

.view_images {
    max-width: 1070px;
}

.banner_hst_inner {
    position: relative;
}

.banner_hst_inner input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    top: 0;
}

.tooltip {
    max-width: 210px;
    /* Set your desired width */
    font-size: 14px;
    /* Adjust font size for better readability (optional) */
    word-wrap: break-word;
    /* Ensure text wraps within the tooltip */
    font-size: 18px;
    text-align: left;
}

.prop_bundle_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prop_bundle_top p {
    display: flex;
    align-items: center;
}

.prop_bundle_top b {
    text-decoration: line-through;
    font-size: 18px;
}

.prop_bundle_top p span {
    font-size: 34px;
    text-decoration: none;
    font-weight: 700;
    line-height: 54px;
    color: var(--c_primary);
}

.rcmd_cont_rt .full_wt {
    width: 100%;
}

.location_lstng {
    margin-block: 30px;
}

.location_lstng li {
    margin-inline: 15px;
    border: 1px solid #f6cfb6;
    background: #fff3ebe5;
    padding: 18px 30px;
    border-radius: 8px;
    margin-bottom: 0;
    cursor: pointer;
}

.location_lstng li.selected {
    background: var(--c_primary);
    color: var(--c_white);
}

.location_lstng .slick-prev {
    top: 20%;
    left: -20px;
}

.location_lstng .slick-next {
    top: 10%;
    right: -20px;
}

.about_us h1 {
    color: var(--c_black);
    margin-bottom: 30px;
}

.about_us p {
    color: var(--c_black);
    opacity: 0.6;
    margin-bottom: 20px;
}

/* Rajeena Css | start */
.lgn_pge_flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lgn_pge_lt {
    width: 45%;
    padding: 2em;
}

.lgn_pge_rt {
    width: 55%;
    height: 100vh;
    padding: 20px;
}

.lgn_pge_lt h1 {
    margin-bottom: 30px;
}

video {
    object-fit: cover;
    height: 100%;
    border-radius: 14px;
}

/* .lgn_pge_rt::after{
    content: "";
    background: url('../images/Signup_grid.png') no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

} */
.form label {
    text-align: left;
}

.toggle-click {
    position: absolute;
    right: 15px;
    font-size: 14px;
    top: 44px;
    width: 18px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.control_group {
    margin-bottom: 22px;
    position: relative;
}

.or {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.or::after,
.or:before {
    content: "";
    width: 165px;
    height: 1px;
    background-color: var(--c_border);
    display: inline-block;
}

.lgn_pge_lt>.btnn {
    border: 1px solid var(--c_border);
    background: var(--c_white);
    font-size: 18px;
    color: #19181f;
    font-weight: 500;
    margin: 20px 0 25px;
}

.lgn_lnk {
    margin: 18px 0;
}

.lgn_lnk a {
    color: var(--c_primary);
    text-decoration: underline;
}

.fgt_lnk {
    text-align: right;
    margin-top: 5px;
}

.fgt_lnk a {
    color: var(--c_primary);
    /* text-decoration: underline; */
    font-size: 14px;
}

.lgn_pge_lt .social_links li a img,
.lgn_pge_lt .social_links li a {
    width: 30px;
    height: 30px;
}

.lgn_pge_lt .social_links {
    justify-content: center;
    gap: 20px;
}

.lgn_pge_lt .form_btn {
    margin-top: 50px;
}

.why_wrk_us {
    position: relative;
    height: 904px;
    overflow: hidden;
}

.why_wrk_us .conta_iner {
    height: 100%;
}

.gallery_thumb li p,
.why_wrk_lst.gallery_content p:nth-child(3) {
    color: #ffffffcc;
}

.gallery_thumb li {
    margin: 0 15px;
    position: relative;
    padding-top: 15px;
}

.gallery_thumb li::after {
    position: absolute;
    content: "";
    background: #ffffff33;
    width: 100%;
    height: 6px;
    left: 0;
    right: 0;
    top: 0;
}

.gallery_thumb li.slick-slide.slick-current.slick-active:after {
    background: var(--c_primary);
}

.gallery_thumb li.slick-slide.slick-current.slick-active p {
    color: var(--c_white);
}

.why_wrk_lst.gallery_main {
    position: absolute;
    inset: 0;
    height: 904px;
    z-index: -1;
    width: 100vh;
}

.why_wrk_lst.gallery_main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why_wrk_lst.gallery_main .slick-list {
    height: 904px;
    width: 100vw;
}

.why_wrk_lst li.slick-slide figure {
    width: 100vw;
    left: 50%;
    position: absolute;
    transform: translate(-50vw);
    background: linear-gradient(270deg,
            rgba(0, 0, 0, 0) -1.98%,
            #000000 67.93%);
    height: 904px;
}

.tchnly_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.why_wrk_lst.gallery_content {
    width: 50%;
}

.why_wrk_lst.gallery_content h3 {
    line-height: 46px;
}

.why_wrk_lst li.slick-slide figure::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    inset: 0;
    width: 42%;
    height: 100%;
    filter: blur(30px);
}

.why_wrk_lst.gallery_content {
    max-width: 400px;
}

.register-button {
    padding: 10px 20px;
    background-color: #f57c00;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.register-button:hover {
    background-color: #d36800;
}

.renovation_inner {
    display: flex;

    justify-content: space-between;
}

.renovation_inner h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 58px;
    margin-bottom: 15px;
}

.renovation_inner ul {
    flex-direction: column;
}

.renovation_inner ul li {
    margin-bottom: 50px !important;
}

.renovation_inner ul li button {
    background-color: var(--c_white) !important;
    color: var(--c_grey) !important;
    font-weight: 400 !important;
    font-size: 34px !important;
}

.renovation_inner ul li button span {
    color: var(--c_primary);
    margin-right: 10px;
}

.renovation_inner ul li button.active {
    color: var(--c_black) !important;
    font-weight: 700 !important;
}

.renovation_inner h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 30px;
    color: var(--c_black);
    margin-bottom: 30px;
}

.renovation_inner .tab-pane p {
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
    color: var(--c_grey);
}

.renovation_inner .tab-pane button {
    margin-top: 40px;
}

.renovation_inner .nav {
    width: 50%;
}

.renovation_inner .tab-content {
    width: 50%;
    border-left: 1px solid #0000002e;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.renovation_inner .tab-content .tab-pane {
    width: 60%;
}

.renovation_inner .tab-content .tab-pane figure {
    border: 4px solid #0f498e;

    padding: 30px;
    position: absolute;
    border-radius: 50%;
    left: -14%;
    z-index: 4;
    top: 35%;
    background: var(--c_white);
}

.filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Rajeena css | End */
/* Main | End */

/* Pagination | Start */
.pagination {
    justify-content: center;
    gap: 15px;
}

.pagination li {
    height: 26px;
    width: 36px;
    display: inline-flex;
}

.pagination li a {
    padding: 4px 16px !important;
    font-size: 14px;
    color: #1b1b1b;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1efef;
    border-radius: 2px;
}

.pagination li a i {
    color: #1b1b1b99;
}

.pagination li a.btn_prev {
    border: none;
}

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

.pagination li.active a {
    background-color: var(--c_primary);
    border: 1px solid var(--c_primary);
}

.pagination .page-item:not(:first-child) .page-link {
    margin: 0;
}

/* Pagination | End */

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.button-container {
    position: relative;
    display: inline-block;
    /* Keeps the button and div together */
}

.button-container img {
    position: relative;
}

.hover-content {
    display: none;
    /* Hidden by default */
    position: absolute !important;
    top: 100%;
    /* Position the content below the button */
    left: 0;
    width: 230px;
    /* Set desired width for the content */
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 8px;
    z-index: 1000;
    margin: 0 !important;
}

.button-container:hover .hover-content {
    display: block;
    /* Show the content when hovering over the container */
}

.hover-content p {
    color: var(--c_grey);
    font-size: 16px;
    font-weight: 400;
}

.hover-content span {
    color: var(--c_black);
    position: unset !important;
    font-weight: 600 !important;
}

.ham,
.logo_flex {
    display: none;
}

.head_flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.head_flx figure .profile_icon {
    height: 44px;
    width: 43px;
}

.registered ul li h2 {
    color: var(--c_primary);
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sr_br2 {
    display: none;
}

.bck_buttn {
    text-align: left;
    margin-bottom: 20px;
}

.bck_buttn a {
    color: var(--c_primary);
}

.bck_buttn a:hover {
    color: var(--c_grey);
}

.banner_forms div input::placeholder {
    color: gray;
}

.banner_forms div label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.banner_forms div label img {
    width: 20px;
    height: 20px;
}

input[type="date"],
input[type="time"] {
    position: relative;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    font-size: 10000px;
    -webkit-appearance: none;
    background: none;
    position: absolute;
    inset: 0;
}

.banner_forms div input::placeholder {
    color: gray;
}

.banner_forms div label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.banner_forms div label img {
    width: 20px;
    height: 20px;
}

input[type="date"],
input[type="time"] {
    position: relative;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    font-size: 10000px;
    -webkit-appearance: none;
    background: none;
    position: absolute;
    inset: 0;
}

.btn_srch {
    border-radius: 50px;
    font-weight: 700;
    min-height: 82px;
    font-size: 20px;
    gap: 10px;
    border-top-left-radius: 0px;
    border: 5px solid #fecaa7;
    border-bottom-left-radius: 0;
    width: 160px;
}

.btn_srch img {
    width: 20px;
}

.bnr_hddr {
    padding: 0 !important;
}

.bnr_hddr .banner_forms {
    padding: 16px 24px 16px 40px;
}

.img_show_lst {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.img_show_lst li {
    width: calc(100% / 5 - 20px * 4 / 5);
    display: inline-flex;
    border-radius: 5px;
    overflow: hidden;
}

.img_show_lst li figure {
    width: 100%;
    height: 200px;
}

.img_show_lst li figure img {
    object-fit: cover;
}

.selectit [data-role="remove"] {
    top: 3px;
    right: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.selectit.focus {
    border: solid 0.1em var(--c_primary);
}

/* profile settings page*/
.pfl_stng form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pfl_stng form .form_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prfl_st {
    padding: 40px 20px;
}

.pfl_stng .nav-tabs .nav-link {
    color: var(--c_black);
    height: 40px;
    font-size: 16px;
    font-weight: 500;
}

.pfl_stng .nav-tabs .nav-link.active {
    background-color: var(--c_primary);
    color: var(--c_white);
}

/* notifications */

.notification .modal-content {
    padding: 20px;
}

.notification .modal-content h1 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
}

.notification ul {
    display: flex;
    flex-direction: column;
    max-height: 370px;
    overflow: auto;
    gap: 20px;
}

.notification ul li {
    border: 1px solid var(--c_grey);
    padding-block: 10px;
    background-color: #efe2d980;
    margin: 0;
    border-radius: 15px;
    padding: 12px;
}

.notification ul li h3 {
    font-size: 16px;
    color: var(--c_black);
    font-weight: 600;
    line-height: 1;
}

.notification ul li p {
    color: var(--c_black);
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.3px;
    margin: 0;
}

.notification ul li span {
    font-size: 12px;
    color: var(--c_black);
    font-weight: 700;
}

.notification ul li a {
    cursor: pointer;
}

.notification button {
    position: absolute;
    right: 15px;
    top: 10px;
}

.tstmls {
    background: #fffaf6;
    height: 630px;
}

.tstmls .carousel-item .d-flex {
    align-items: flex-end;
    justify-content: space-between;
}

.tstmls .carousel-item .tstm_lt,
.tstmls .carousel-item .tstm_rt {
    width: 40%;
    position: relative;
}

.tstmls .carousel-item .tstm_lt::after {
    content: "";
    position: absolute;
    background-image: url("../images/testimonial.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100px;
    width: 200px;
    left: 0;
    z-index: 99;
    top: -137px;
}

.tstmls .carousel-item .tstm_rt {
    height: 430px;
    border-radius: 24px;
    margin-bottom: 80px;
    overflow: hidden;
}

.tstmls .carousel-item .tstm_rt img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tstmls .carousel-item .tstm_lt h2 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 20px;
    color: var(--c_black);
}

.tstmls .carousel-item .tstm_lt p {
    font-size: 24px;
    font-weight: 400;
    color: #000000b2;
    line-height: 28px;
}

.tstmls .carousel-item .tstm_lt h4 {
    font-weight: 500;
    color: var(--c_primary);
    font-size: 32px;
    line-height: 56px;
    text-align: right;
    display: inline-flex;
    white-space: nowrap;
    gap: 5px;
    bottom: -80px;
    align-items: center;
    width: 100%;
}

.tstmls .carousel-item .tstm_lt h4::before {
    content: "";
    display: inline-flex;
    height: 1px;
    background-color: var(--c_primary);
    width: 47%;
    left: 0;
    top: 50%;
    flex-grow: 1;
}

.tstmls .carousel-inner {
    padding-bottom: 80px;
}

.tstmls .carousel-control-prev {
    right: 100px;
    left: auto;
    bottom: 60px;
    top: auto;
    background: #08284e;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    opacity: 1;
}

.tstmls .carousel-control-next {
    bottom: 60px;
    top: auto;
    background: #08284e;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    opacity: 1;
}

.tstmls .carousel-control-next span,
.tstmls .carousel-control-prev span {
    color: var(--c_white);
    filter: none;
}

.upload_image {
    position: relative;
    border: 1px solid var(--c_primary);
    display: inline-flex;
    margin-bottom: 10px;
    border-radius: 50%;
    cursor: pointer;
    width: 136px;
    height: 136px;
    padding: 4px;
}

.upload_image figure img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    /* Maintain aspect ratio and fill container */
    display: block;
}

.upload_image figure {
    /* width: 150px; */
    /* height: 150px; */
    border-radius: 50%;
    overflow: hidden;
}

.upload_image .action {
    width: 30px;
    height: 30px;
    font-size: 12px;
    color: var(--c_white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--c_white);
    background-color: var(--c_primary);
    transform: translate(-50%, 50%);
    transition: var(--transition);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 0;
}

.upload_image .action input {
    position: absolute;
    inset: 0;
    padding: 0;
    opacity: 0;
    height: auto;
    text-indent: -1000px;
    cursor: pointer;
}

.pos_abs_back {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.contact_us_modal {
    max-width: 500px !important;
}

.form_flx {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.form_flx div input,
.form_flx div select {
    height: 35px;
}

.form_flx .form-check-input[type="checkbox"] {
    height: 22px;
}

.form_flx div.w_47 {
    width: 47%;
}

@media (max-width:767px) {
    .form_flx div.w_47 {
        width: 100%;
    }
}

.form_flx div.w_100 {
    width: 100%;
}

.form-check {
    width: 100% !important;
    display: flex;
    align-items: center;
    gap: 5px;
}

.form-check label {
    margin: 0 !important;
}

.contact_us_modal .btn-close {
    top: 10px;
    right: 10px;
}

.contact_us_modal .modal-header {
    justify-content: center;
    padding: 0 !important;
}

.contact_us_modal .modal-header h5 {
    font-size: 34px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.loader {
    border: 3px solid #f3f3f3;
    /* Light grey */
    border-top: 3px solid #ff6a09;
    /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loader {
    position: absolute;
    top: 64px;
    left: 64px;
}



/* register cards scss */
.register_sc li.bkng_lstng.bkng_lstng_bx {
    border-radius: 50px;
    padding-left: 30px;
    background-color: #8080800f;
}

.register_sc .bkng_lstng_btm figure {
    width: 140px;
}

.register_sc ul.bkng_lstngs_schdl li {
    flex-direction: column;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 20px;
    padding: 10px;
}

.register_sc .bkng_lstng_btm {
    gap: 10px;
}

/* register cards scss end*/



/* available check css */
.abl_chk_wp {
    margin: 40px 0;
}

.abl_chk_wp h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    color: #000;
}

/*Responsiveness Starts */
@media (max-width: 1400px) {
    .renovation_inner .tab-content .tab-pane figure {
        top: 40%;
    }

    .hd_left .search_bar {
        margin: 0;
    }

    .btn_sm,
    .btnn {
        min-height: 40px;
        font-weight: 600;
    }

    .btn_srch {
        height: 82px;
    }

    .btnn span {
        height: 27px;
        width: 27px;
        padding: 8px;
    }

    .hd_1 :where(h1, h2, h3, h4, h5, h6),
    h1 {
        font-size: 46px;
    }
}

.otp_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-inline: auto;
    max-width: 320px;
}

.otp_input.phone{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-inline: auto;
    max-width: unset;
}

.otp_input input {
    width: 70px;
    height: 70px;
    font-size: 25px;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    padding: 1px 15px 0px 15px;
}

.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide the spinner in Firefox */
.no-spinner[type="number"] {
    -moz-appearance: textfield;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
    width: 550px;
}

@media (max-width: 1200px) {
    .banner_form .banner_head figure {
        width: 60px;
        height: 60px;
        padding: 14px;
    }

    .banner_form .banner_head {
        padding: 15px;
    }

    .hd_1 :where(h1, h2, h3, h4, h5, h6),
    h1 {
        font-size: 42px;
    }

    .banner_sec .banner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .banner_rt figure {
        width: 60%;
        margin: 0 auto;
    }

    .banner_rt figure img {
        width: 100%;
        object-fit: contain;
    }

    .bnr_lst li p {
        text-align: left;
    }

    .banner_sec .banner .banner_lft,
    .banner_sec .banner .banner_rt {
        width: 100%;
        text-align: center;
    }

    .steps_lst {
        flex-wrap: wrap;
        justify-content: center;
    }

    .steps_lst li {
        width: calc(100% / 2 - 50px * 1 / 2);
        height: unset !important;
    }

    .steps_lst li div {
        height: unset;
    }

    .carousel_sec .carousel-inner .carousel-item h2 {
        font-size: 24px;
    }

    .hd_4 :where(h1, h2, h3, h4, h5, h6),
    h4 {
        font-size: 28px;
    }

    .multiple-items .slick-next {
        right: -20px;
    }

    .multiple-items .slick-prev {
        left: -20px;
    }

    .hd_3 :where(h1, h2, h3, h4, h5, h6),
    h3 {
        font-size: 32px;
    }

    .site_menu {
        position: fixed;
        left: 0px;
        top: 0px;
        height: 100vh;
        flex-direction: column;
        z-index: 99;
        align-items: flex-start;
        overflow: auto;
        background: rgb(255, 255, 255);
        transform: translateX(-100%);
        transition: 0.3s;
        width: 300px;
    }

    .site_menu.active {
        transform: translateX(0%);
    }

    .ham {
        height: 50px;
        width: 50px;
        background-color: #ecf2f6;
        border: none;
        border-radius: 50%;
        color: black;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .site_header .head_listing li a {
        width: 100%;
    }

    .site_header .head_listing {
        flex-direction: column;
        align-items: flex-start;
    }

    .site_header .head_listing li {
        border-bottom: 1px solid #dbdeff;
        width: 100%;
    }

    .site_header .head_listing li a::after {
        display: none;
    }

    .site_header .conta_iner {
        justify-content: space-between;
    }

    .site_header .head_listing li a {
        height: 50px;
        line-height: 50px;
    }

    .site_cr {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        height: 30px;
        width: 30px;
        border: 2px solid #99a1aa;
        border-radius: 10px;
        color: #27272e;
        font-size: 14px;
        transition: all 0.3s ease-in-out;
        line-height: 1;
    }

    .logo_flex {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        align-items: center;
        width: 100%;
    }

    .head_flx {
        gap: 10px;
    }

    .sr_br2 {
        display: block;
    }

    .sr_br1 {
        display: none;
    }

    .site_header1 .site_menu {
        justify-content: flex-start;
        gap: 20px;
    }

    .site_header1 .inner .hd_links {
        flex-direction: column;
        padding: 20px;
        width: 100%;
    }

    .site_header1 .inner .hd_links li,
    .site_header1 .inner .hd_links li a {
        width: 100%;
        text-align: left;
        display: flex;
        margin: 0;
    }

    .site_header1 .site_menu a {
        margin-inline: 20px;
    }

    .whist a {
        margin: 0;
    }
}

@media (max-width: 991px) {

    .hd_1 :where(h1, h2, h3, h4, h5, h6),
    h1 {
        font-size: 36px;
    }

    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        line-height: 1.5 !important;
    }

    .s_h p {
        font-size: 20px;
    }

    .renovation_inner h2 {
        line-height: 1.1;
    }

    .renovation_inner h2 br,
    .renovation_inner p br {
        display: none;
    }

    .renovation_inner h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .steps_lst li div h3 {
        font-size: 22px;
        line-height: 1.5;
    }

    .explore_lst {
        flex-wrap: wrap;
        justify-content: center;
    }

    .explore_lst li {
        width: calc(100% / 2 - 60px * 1 / 2);
        min-height: 460px;
    }

    .landing_header .head ul {
        flex-direction: column;
        gap: 0;
        margin-top: 20px;
    }

    .landing_header .head ul li {
        text-align: left;
        width: 100%;
        padding: 20px;
    }

    .landing_header .head ul li a {
        width: 100%;
        display: flex;
    }

    .btnn {
        font-size: 20px;
        padding: 5px 10px;
        font-weight: 500;
    }

    .explore_lst li p {
        padding: 15px;
    }

    .banner_lft .btnn {
        margin: 20px;
    }

    .gallery_thumb .slick-prev {
        position: absolute;
        font-size: 0;
        background-image: url(../images/arrow_bk_b.png);
        font-size: 0px;
        background-color: white;
        padding: 12px;
        left: -20px;
        background-size: 10px;
        height: 24px;
        background-position: center;
        width: 24px;
        background-repeat: no-repeat;
        border: none;
    }

    .gallery_thumb .slick-next {
        position: absolute;
        font-size: 0;
        background-image: url(../images/arrow_nxt_b.png);
        font-size: 0px;
        background-color: white;
        padding: 12px;
        right: -20px;
        top: 0;
        background-size: 10px;
        height: 24px;
        background-position: center;
        width: 24px;
        background-repeat: no-repeat;
        border: none;
    }

    .why_wrk_us {
        height: 750px;
    }

    .gallery_thumb {
        top: -20px;
    }

    .why_wrk_lst.gallery_main {
        height: 100%;
    }

    .partner p br {
        display: none;
    }

    .p_h p {
        font-size: 20px;
    }

    .renovation_inner {
        flex-direction: column;
    }

    .renovation_inner .nav,
    .renovation_inner .tab-content,
    .renovation_inner .tab-content .tab-pane {
        width: 100%;
    }

    .renovation_inner .tab-content .tab-pane figure {
        display: none;
    }

    .renovation_inner .tab-content .tab-pane {
        text-align: center;
    }

    .renovation_inner ul li {
        margin-bottom: 0px !important;
    }

    .renovation_inner ul li:first-child {
        margin-bottom: 20px !important;
    }

    .renovation_inner ul li button {
        font-size: 22px !important;
    }

    .renovation_inner h2 {
        font-size: 28px;
    }

    .billboard .conta_iner {
        flex-wrap: wrap;
    }

    .billboard .conta_iner .bill_lt,
    .billboard .conta_iner .bill_rt {
        width: 100%;
        text-align: center;
    }

    .billboard .conta_iner .bill_lt h2 {
        margin-bottom: 20px;
    }

    .img_sec_lt div h2 {
        font-size: 22px;
    }

    .bkng_lstng {
        width: 100%;
    }

    .bkng_lstng_btm {
        margin: 0;
    }

    .banner_host .banner_hst_inner {
        height: 200px;
    }

    .banner_host figure {
        height: 80px;
        width: 80px;
    }

    .banner_host .control_group {
        margin-top: 30px;
    }

    .img_sec .img_sec_rt li:first-child p {
        font-size: 12px;
    }

    .rcmd_cont {
        flex-wrap: wrap;
    }

    .rcmd_cont_lt,
    .rcmd_cont_rt {
        width: 100%;
        margin: 0;
    }

    .rcmd_cont_rt h4 {
        font-size: 28px;
    }

    .your-slider-class figure {
        width: 300px;
        height: 300px;
    }

    .view_images {
        max-width: unset;
    }

    .prop_bundle_top {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .btnn {
        font-size: 18px;
        min-height: 45px;
    }

    .btnn span {
        height: 20px;
        width: 20px;
        padding: 5px;
    }

    .btn_sm {
        min-height: 40px;
    }

    .u_spc,
    .ut_spc {
        padding-top: 40px;
    }

    .u_spc,
    .ub_spc {
        padding-bottom: 40px;
    }

    .banner_flx {
        flex-direction: column;
    }

    .banner_form .banner_head {
        width: 100%;
    }

    .explore_lst {
        gap: 20px;
    }

    .explore_lst li {
        width: calc(100% / 2 - 20px * 1 / 2);
        min-height: 380px;
    }

    .explore_lst li p,
    .bnr_lst li p {
        font-size: 16px !important;
    }

    .banner_lft h1 {
        line-height: 1.5;
    }

    .hd_1 :where(h1, h2, h3, h4, h5, h6),
    h1 {
        font-size: 32px;
    }

    .gallery_thumb {
        top: 0px;
    }

    .why_wrk_lst.gallery_content {
        max-width: 100%;
        width: 100%;
    }

    .why_wrk_us {
        z-index: 0;
    }

    .why_wrk_us::before {
        content: "";
        background-color: var(--c_black);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.6;
        position: absolute;
    }

    .steps_lst li figure {
        width: 70px;
        height: 70px;
        padding: 15px;
    }

    .steps_lst li div h3 {
        font-size: 20px;
    }

    .steps_lst {
        margin-top: 20px;
        gap: 20px;
    }

    .partner h2 {
        font-size: 22px;
    }

    .p_h p,
    .s_h p {
        font-size: 18px;
    }

    .renovation_inner h2 {
        font-size: 22px;
    }

    .renovation_inner p {
        font-size: 16px;
    }

    .lgn_pge_lt,
    .lgn_pge_rt {
        width: 100%;

        height: unset;
    }

    .lgn_pge_rt {
        padding: 0;
    }

    .lgn_pge_flx {
        flex-direction: column-reverse;
    }

    .carousel_sec .carousel-inner .carousel-item .carousel-caption {
        top: 30%;
        max-width: 450px;
    }

    .carousel_sec .carousel-inner .carousel-item h2,
    .bill_rt .slick-slide .bill_rt_abs h2,
    .bill_rt .slick-slide .bill_rt_abs p {
        font-size: 20px;
    }

    .prty_dt h3,
    .prty_dt p {
        font-size: 16px;
    }

    .hd_4 :where(h1, h2, h3, h4, h5, h6),
    h4 {
        font-size: 24px;
    }

    .rcmd_hd a,
    .img_sec_lt div h2 {
        font-size: 18px;
    }

    .img_sec_lt div p {
        font-size: 14px;
    }

    .img_sec .conta_iner {
        flex-wrap: wrap;
    }

    .img_sec .img_sec_lt,
    .img_sec .img_sec_rt {
        width: 100%;
    }

    .img_sec_rt {
        flex-direction: row !important;
        gap: 20px;
    }

    .img_sec .img_sec_rt li {
        height: 100% !important;
        margin: 0;
    }

    .img_sec .img_sec_rt li img {
        width: 100%;
    }

    .img_sec .img_sec_rt li:first-child p {
        font-size: 12px;
    }

    .multiple-items .slick-next {
        right: -9px;
    }

    .m_h p {
        font-size: 18px;
    }

    .saved_prt .multiple-items {
        gap: 20px;
    }

    .saved_prt .multiple-items li {
        width: calc(100% / 2 - 20px * 1 / 2);
    }

    .become_partner h1 {
        font-size: 24px;
        margin: 0;
    }

    .form_prtnr button {
        margin-top: 20px;
    }

    .form_prtnr form .w_47 {
        width: 100%;
    }

    .registered ul {
        gap: 20px;
        flex-wrap: wrap;
    }

    .registered ul li {
        width: 100%;
    }

    .registered ul li h2 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .recmd_prt h1 {
        font-size: 22px;
    }

    .bill_images_rt li:last-child p {
        font-size: 12px;
    }

    .rcmd_cont_lt_ot ul li {
        font-size: 14px;
        padding: 5px 10px;
    }

    .rcmd_cont_rt div.button-container {
        margin: 0;
    }

    .phases h1 {
        font-size: 26px;
    }

    .your-slider-class figure {
        width: 200px;
        height: 200px;
    }

    .site_footer .conta_iner .inner {
        flex-wrap: wrap;
    }

    .site_footer .inner .single_col {
        max-width: unset;
    }

    .site_footer .inner .single_col:first-child {
        text-align: center;
    }

    .social_links {
        justify-content: center;
    }

    .site_footer {
        height: unset;
    }

    .site_header1 .inner {
        flex-wrap: wrap;
    }

    .site_header1 .inner .search_bar {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .landing_header .head {
        padding: 10px;
    }

    .btnn {
        font-size: 16px;
        gap: 2px;
    }

    .ham {
        height: 30px;
        width: 30px;
        font-size: 14px;
    }

    .landing_header .head figure {
        width: 80px;
        height: 40px;
    }

    .landing_header .head figure img {
        width: 100%;
        height: 100%;
    }

    .site_menu {
        width: 200px;
    }

    .hd_1 :where(h1, h2, h3, h4, h5, h6),
    h1 {
        font-size: 24px;
    }

    p {
        font-size: 16px;
    }

    .banner_form .banner_head,
    .bnr_lst {
        flex-wrap: wrap;
        border-radius: 15px;
    }

    .banner_form .banner_forms {
        gap: 20px;
        flex-wrap: wrap;
        width: 100%;
    }

    .banner_form .banner_forms div {
        width: 80%;
    }

    .banner_form .banner_head figure {
        margin: 0 auto;
    }

    .explore_lst li,
    .bnr_lst li,
    .steps_lst li,
    .explore_lst li figure img,
    .banner_rt figure {
        width: 100%;
    }

    .hd_5 {
        font-size: 20px;
    }

    .steps_lst li div {
        padding: 15px;
    }

    .renovation_inner .tab-content {
        border: none;
    }

    .lgn_pge_lt h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .banner_head a {
        margin: 0 auto;
    }

    .carousel_sec {
        height: 300px;
    }

    .carousel_sec .carousel.pointer-event,
    .carousel,
    .carousel_sec .carousel-inner,
    .carousel_sec .carousel-item.active,
    .carousel_sec .carousel-item.active figure,
    .carousel_sec .carousel-item.active figure img {
        height: 100%;
    }

    .carousel_sec .carousel-inner .carousel-item .carousel-caption {
        top: 45%;
    }

    .carousel_sec .carousel-inner .carousel-item h2 {
        font-size: 16px;
    }

    .hd_4 :where(h1, h2, h3, h4, h5, h6),
    h4 {
        font-size: 20px;
    }

    .m_h p {
        font-size: 16px;
    }

    .bill_rt .slick-slide .bill_rt_abs,
    .img_sec_lt div {
        left: 7px;
    }

    .img_sec .conta_iner {
        gap: 10px;
    }

    .saved_prt .multiple-items li {
        width: 100%;
    }

    .bkng_lst_inn_tp h3,
    .routing {
        font-size: 14px;
    }

    .bkng_lstng_btm {
        flex-direction: column;
    }

    .bkng_lstng_btm figure,
    .bkng_lst_inner {
        width: 100%;
    }

    .bkng_lst_inn_tp2 {
        margin-top: 10px;
    }

    .bkng_lst_inn_tp h4 {
        font-size: 10px;
        border-radius: 10px;
    }

    .bkng_lst_inn_tp2 p span,
    .bkng_lst_inner h5 {
        font-size: 12px;
    }

    .bkng_lst_inner h6 {
        font-size: 18px;
    }

    .bkng_lstng_tp p {
        padding: 5px 10px;
    }

    .bkng_dtl h1,
    .banner_add_prop h1 {
        font-size: 24px;
    }

    .bill_rt .slick-slide .bill_rt_abs h2,
    .bill_rt .slick-slide .bill_rt_abs p {
        font-size: 16px;
    }

    .bill_rt .slick-slide .bill_rt_abs {
        bottom: 4px;
    }

    .form_prtnr .w_47 {
        width: 100%;
    }

    input {
        height: 40px;
    }

    .banner_host .banner_hst_inner {
        height: 150px;
    }

    .flex_check {
        flex-wrap: wrap;
    }

    .bootstrap-tagsinput .tag {
        font-size: 10px;
    }

    .bootstrap-tagsinput .tag [data-role="remove"] {
        top: -1px;
    }

    .submit_prop figure {
        width: 50px;
        height: 50px;
    }

    .submit_prop p {
        font-size: 14px;
    }

    .submit_prop h1 {
        margin-bottom: 0;
    }

    .hd_6 :where(h1, h2, h3, h4, h5, h6),
    h6 {
        font-size: 22px;
    }

    .static_bill h2,
    .rcmd_cont_rt h4,
    .phases h1 {
        font-size: 20px;
    }

    .static_bill {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .bill_images,
    .rcmd_cont_lt_ot ul {
        flex-wrap: wrap;
    }

    .bill_images_lt,
    .bill_images_rt {
        width: 100%;
        gap: 10px;
    }

    .bill_images_rt li {
        width: calc(100% / 4 - 10px * 3 / 4);
    }

    .bill_images_rt li:last-child p {
        border-radius: 5px;
    }

    .rcmd_cont_lt_in {
        padding: 0;
    }

    .rcmd_cont_lt_in h3,
    .rcmd_cont_lt_ot h4,
    .rcmd_cont_rt h3,
    .phases ul li h2 {
        font-size: 18px;
    }

    .rcmd_cont_lt_in p,
    .phases ul li p,
    .phases ul li h3,
    .phases ul li h3 span {
        font-size: 14px;
        margin: 0;
    }

    .rcmd_cont_lt_ot ul li {
        font-size: 10px;
    }

    .rcmd_cont_rt a {
        width: 100%;
    }

    .phases h1 img {
        width: 20px;
        height: 20px;
    }

    .phases ul {
        gap: 10px;
    }

    .phases ul li {
        width: 100%;
    }

    .your-slider-class figure {
        width: 120px;
        height: 150px;
    }

    .recmd_prt {
        padding-top: 0 !important;
    }

    .site_footer .inner .single_col h2 {
        margin-bottom: 20px;
    }

    .site_footer .inner .footer_links li {
        margin-bottom: 10px;
    }

    .site_header1 .site_menu {
        width: 270px;
    }

    .location_lstng li {
        padding: 10px;
    }

    .prop_bundle_top p span {
        font-size: 22px;
    }
}

.qualification-check {
    display: flex;
    flex-direction: column;
    /* Puts each label on a new line */
    gap: 10px;
    /* Adds space between checkboxes */
    padding-bottom: 15px;
}

.qualification-check label {
    display: flex;
    align-items: center;
    gap: 10px;
    /* Space between checkbox and text */
}

.closeModalBtn {
    background-color: #bf0000;
    border-radius: 16px;
    font-size: xx-small;
    color: white;
    font-weight: 800;
}

.static_bill>h1 {
    margin: 0;
}

.bkng_lstngs_schdl figure {
    width: 50px;
    height: 40px;
    margin-bottom: 10px;
}

.bkng_lstngs_schdl {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.bkng_lstngs_schdl>li {
    border: 3px solid #808080f2;
    padding: 20px;
    border-radius: 20px;
    width: 48%;
    margin: 0;
}

.bkng_lstngs_schdl li>p {
    background: unset;
    border: unset;
    padding: 0;
    color: #000;
}

.bkng_lst_inn_tp h3 span.clrd {
    color: #0482cb;
}

.bkng_staus h4 {
    font-size: 18px;
}

.bkng_staus h5 {
    width: 75%;
    background: #ff6524;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px 5px;
    margin: 0;
}

.bkng_staus h4 {
    font-size: 20px;
}

.bkng_staus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
}

.bkng_lstng_bx .bkng_lstng_btm {
    margin: 0;
    width: 100%;
}

.bkng_lstng_bx .bkng_lst_inner {
    padding: 0;
}

.bkng_lstng {
    border: 3px solid #000;
    border-radius: 24px;
}

.bkng_lstng_tp {
    padding-bottom: 0;
    border: 0;
}


/* .gauge-container {
    position: relative;
    width: 200px;
    height: 100px;
    overflow: hidden;
}

.gauge-bg {
    width: 100%;
    height: 100%;
    background: conic-gradient(
        red 0deg 40deg,
        orange 40deg 80deg,
        yellow 80deg 120deg,
        lightgreen 120deg 160deg,
        green 160deg 180deg
    );
    border-radius: 100px 100px 0 0;
}

.needle {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 4px;
    height: 80px;
    background: black;
    transform-origin: bottom;
    transform: rotate(0deg);
    transition: transform 0.5s ease-in-out;
} */

.meter-container {
    width: 57px;
    height: 103px;
    position: relative;
    margin: -32px auto;
}

.meter {
    width: 100%;
}

.needle {
    width: 3px;
    height: 13px;
    background-color: black;
    position: absolute;
    bottom: 43px;
    left: 47%;
    transform-origin: bottom center;
    transition: transform 1s ease-in-out;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-container .tooltip-text {
    visibility: hidden;
    width: 280px;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 100;
    bottom: 120%;
    /* Position above the meter */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
} 

.modal-map {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #66686a;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/*Responsiveness Ends */


.information
{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}
.information_rt
{
    width: 30%;
    padding-top: 60px;
}
.information_lt
{
    width: 70%;
}
.information_rt h3
{
    font-size: 24px;
    font-weight: 500;
}
.information_rt ul li
{
display: flex;
align-items: center;
gap: 5px;
margin-bottom: 0;
}

.information_rt ul li h4
{
font-size: 14px;
font-weight: 400;
color: #000;
display: flex;
align-items: center;
gap: 5px;
}
.information_rt div
{
    margin-top: 40px;

}
.information_rt div h2
{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}


/* checkout page */
.check {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.chekout_lt {
    width: 65%;
    padding: 20px;
}

.chekout_rt {
    width: 35%;
    padding: 20px;
}

.checkout_lt_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.checkout_lt_inner h2 {
    font-size: 20px;
    font-weight: 500;
}

.checkout_lt_inner p a {
    color: blue
}

.checkout_rt_inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.checkout_rt_inner figure {
    width: 120px;
    height: 120px;
    border-radius: 5px;
}

.checkout_rt_inner figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.checkout_rt_inner h3 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
}

.gift_card {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 20px
}

.gift_card .control_group {
    width: 70%;
    margin-bottom: 0
}

.gift_card .control_group input {
    width: 100%;
}

.gift_card button {
    width: calc(100% - (70% + 10px));
    border-radius: 5px
}

.checkout_lst {
    padding: 20px 0;
    border-block: 1px solid grey;
}


.checkout_lst li {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
}

.flex_1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px
}

.flex_1 label {
    margin-bottom: 0
}

.flex_ineer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_ineer h3 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
}

.flex_ineer h3 span {
    font-size: 12px;
    font-weight: 400;
}

.flex_ineer h4 {
    font-size: 22px;
    font-weight: 700;
}

.flex_ineer h4 span {
    font-weight: 400;
    font-size: 12px;
}
.checkout_rt1 .flex_ineer
{
    border-top: 1px solid grey;
    padding-top: 15px;
    margin-top: 15px    ;
}
.radio_check
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 15px;
    border: 1px solid lightgray;
    border-radius: 5px;
    margin-bottom: 15px;
}
.radio_check label
{
    margin-bottom: 0;
}        
.payment_details_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.payment_details_list li {
    margin-bottom: 4px;
    font-size: 14px;
}
.phases1 li
{
    width: 100% !important;
}
.phases1 li p
{
    text-align: left !important;
}
.btnn_flx
{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    justify-content: flex-end;
}
.btnn_flx button
{
    min-height: 30px;
    height: 45px;
}
.phase_in
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.close_btn_md
{
    max-width: 600px !important;
}
.close_btn_md .close_btn
{
    position: absolute;
    top: 20px;
    cursor: pointer;
    right: 20px;
}
.close_btn_md .close_btn i
{
    font-size: 26px;
}
.close_btn_md p
{
    color: black !important;
}
.date-box
{
    position: relative;
    overflow: clip;

    
}
.date-box .date-value
{
    font-size: 26px !important;
    display: flex;
    flex-direction: column;
    
}
.date-box .date-value span
{
    font-size: 20px !important;
}
.date-box input
{
    position: absolute;
    opacity: 0;
    z-index: 9;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.date-box1::before
{
    content: "";
    height: 10px;
    width: 100%;
    position: absolute;
    background-color: var(--c_secondary);
    left: 0;
    top: 0;

}   
.date-box2::before
{
    content: "";
    height: 10px;
    width: 100%;
    position: absolute;
    background-color: var(--c_primary);
    left: 0;
    top: 0;

}  
.carousel_sec .carousel-inner,.carousel_sec .carousel-inner .carousel-item, .carousel_sec .carousel-inner .carousel-item figure,.carousel_sec .carousel-inner .carousel-item figure img
{
    height: 180px;
}
.cookie-banner {
    animation: slideUp 0.5s ease-out;
}

@keyframes slideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}
.cookies
{
    position: fixed;
    bottom: 20px !important;
    border-radius: 20px;
    right: 20px;
    background-color: #fff;
    z-index: 99;
    width: 40%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media(max-width:767px)
{
    .cookies
    {
        width: 80%;
    }
}
@media(max-width:575px)
{
    .cookies
    {
        width: 90%;
    }
}
.iti
{
    width: 100%;
}
.why_wrk_lst h5
{
    font-size: 22px;
}

  .tooltip-container {
            position: relative;
            display: inline-block;
        }

        .tooltip-text {
            visibility: hidden;
            width: 280px;
            background-color: #333;
            color: #fff;
            text-align: left;
            border-radius: 6px;
            padding: 8px;
            position: absolute;
            z-index: 1;
            bottom: 125%;
            /* Position above the input */
            left: 50%;
            margin-left: -140px;
            opacity: 0;
            transition: opacity 0.3s;
        }

        .tooltip-container:hover .tooltip-text {
            visibility: visible;
            opacity: 1;
        }

        .tooltip-text::after {
            content: '';
            position: absolute;
            top: 100%;
            /* Arrow at bottom */
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #333 transparent transparent transparent;
        }

        .verify_btn {
            display: flex;
            justify-content: flex-end;
            text-align: right;
            margin-top: 5px;
            p {
                font-size: 13px;
                color: var(--c_primary);
                font-weight: 600;
                margin: 0;
            }
            button {
                width: auto;
                border: none;
                padding: 0;
                font-size: 13px;
                color: var(--c_primary);
                margin-left: auto;
                margin: 0;
            }
        }

        .dropdown-item.active, .dropdown-item:active{
            background-color: var(--c_primary) !important;
        }




        .control_group .role-options {
            display: flex;
            gap: 10px;
            margin-bottom: 8px;
        }

        .control_group .role-option {
            flex: 1;
            position: relative;
        }

        .control_group .role-radio {
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0;
        }

        .control_group .role-label {
            display: flex;
            flex-direction: column;
            padding: 12px 8px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.2s ease;
            background: #f9f9f9;
            height: 100%;
            text-align: center;
            min-height: 60px;
        }

        .control_group .role-radio:checked+.role-label {
            border-color: var(--c_primary);
            background: var(--c_primary_light);
            box-shadow: 0 0 0 1px var(--c_primary);
        }

        .control_group .role-radio:focus-visible+.role-label {
            outline: 2px solid var(--c_primary);
            outline-offset: 2px;
        }

        .control_group .role-radio:hover+.role-label {
            border-color: var(--c_primary_light);
        }

        .control_group .role-title {
            display: block;
            font-weight: 600;
            color: #333;
            font-size: 14px;
            margin-bottom: 4px;
        }

        .control_group .role-description {
            display: block;
            font-size: 12px;
            color: #666;
            line-height: 1.3;
        }

        /* Error message styling */
        .control_group .invalid-feedback {
            color: #ef4444;
            font-size: 14px;
            margin-top: 6px;
            display: block;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .control_group .role-options {
                flex-direction: column;
                gap: 8px;
            }

            .control_group .role-label {
                padding: 12px;
                text-align: left;
                flex-direction: row;
                align-items: center;
                gap: 10px;
            }

            .control_group .role-title {
                font-size: 14px;
                margin-bottom: 0;
            }

            .control_group .role-description {
                font-size: 12px;
            }
        }

        

        .btnn:disabled {
            opacity: 0.7;
            cursor: not-allowed;
        }
        
        .btn_secondary {
            background-color: #6c757d;
        }