:root {
    --theme-blue: #5775F4;
}
body{
    background-color: #f1f1f1;
    font-family: "Inter", sans-serif;
    color: #0A0A0A;
    font-size: 16px;
    line-height: 1.5;
}
.txt_right {
    text-align: right;
}
.d_none {
    display: none;
}
.login-page ._row > ._col{
    width: 50%;
    padding: 60px;
}
.login-page ._1 {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.login-page ._2 {
    background-color: #e9e9e9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.login-page ._row {
    border-radius: 35px;
    overflow: hidden;
}
.login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-page img.logo_tit_img {
    height: auto;
    width: 200px;
}
.heading2 {
    font-size: 36px;
    color: #000;
}
.large-desc {
    font-size: 20px;
    padding: 15px 0;
    color: #222;
}
.desc {
    color: #919191;
}
.login-page .image{
    margin-bottom: 20px;
}
.login-page img {
    width: auto;
    height: 60px;
}
.login-page .max {
    max-width: 960px;
    margin: auto;
}
.form_group .form_control {
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
}
.login-page .form_control {
    width: 100%;
}
.form_group + .form_group {
    margin-top: 20px;
}
.section_title {
    color: #000;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.login-page .form_wrap {
    margin-top: 15px;
}
.pass_in {
    position: relative;
}
.pass_in a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    font-size: 14px;
}
.submit_btn .full_btn {
    width: 100%;
    display: block;
    background-color: #16f3ad;
    color: #0A0A0A;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin-top: 0;
}
.submit_btn .full_btn:hover {
    background-color: var(--theme-blue);
    color: #FFFFFF;
}
.fg-password a.b_txt._2 {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    text-align: right;
}
.create_account{
    text-align: center;
}
.create_account a {
    color: #4769fa;
    font-weight: 600;
}

/* ------------------------------- Query form box ------------------------------------------  */

.query_form_box{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:24px;
    padding:28px;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
    margin-bottom:25px;
}
.icon_tit{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:25px;
    font-size:22px;
    font-weight:600;
    color:#444;
}
.icon_tit i{
    color:#7d7d7d;
    font-size:20px;
}
.form_row{
    display:flex;
    gap:20px;
    margin-top:20px;
}
.form_group{
    flex:1;
}
.form_group.full{
    width:100%;
}
.form_group label{
    display:block;
    font-size:15px;
    color:#666;
    margin-bottom:8px;
    font-weight:600;
}
.form_group label span{
    display:block;
    font-size:13px;
    margin-top: 5px;
}
.query_form_box .form_group input{
    width:100%;
    height:50px;
    border:1px solid #ddd;
    border-radius:10px;
    padding:0 15px;
    outline:none;
    font-size:16px;
    transition:.3s;
}
.query_form_box .form_group input:focus{
    border-color:#5a7df7;
}
.input_icon{
    position:relative;
}
.input_icon input{
    padding-right:45px;
}
.input_icon i{
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    color:#666;
}
.form_row .form_group + .form_group {
    margin-top: 0px;
}
/* Four Columns */
.form_row.four{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}
.travel_with{
    margin-top:25px;
}
.travel_with label{
    display:block;
    margin-bottom:12px;
    font-weight:600;
    color:#666;
}
.travel_btns{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:15px;
}
.travel_btns input[type="radio"]{
    display:none;
}
.travel_btns label{
    padding:12px 25px;
    border:1px solid #ddd;
    border-radius:12px;
    background:#fff;
    cursor:pointer;
    font-size:16px;
    font-weight:500;
    transition:0.3s;
}
.travel_btns label:hover{
    border-color: var(--theme-blue);
    color:var(--theme-blue);
}
.travel_btns input[type="radio"]:checked + label{
    background:var(--theme-blue);
    color:#fff;
    border-color:var(--theme-blue);
}
/* Budget */
.budget_head{
    display:flex;
    justify-content:space-between;
    margin-bottom:15px;
    font-weight:600;
}
.budget_box input[type=range]{
    width:100%;
}
.budget_box{
    margin-top:20px;
}
.budget_header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
    font-size:16px;
    font-weight:600;
    gap: 20px;
}
.price{
    font-size:22px;
    color:#222;
}
.budget_header span {
    white-space: nowrap;
}
/* Range */
#budgetRange{
    -webkit-appearance:none;
    appearance:none;
    width:100%;
    height:6px;
    background:#E5E5E5;
    border-radius:20px;
    outline:none;
}
/* Chrome, Edge, Safari */
#budgetRange::-webkit-slider-thumb{
    -webkit-appearance:none;
    width:25px;
    height:25px;
    border-radius:50%;
    background:#ffffff;
    border:2px solid #E5E5E5;
    cursor:pointer;
    box-shadow:0 2px 8px rgba(0,0,0,.25);
}
/* Firefox */
#budgetRange::-moz-range-thumb{
    width:25px;
    height:25px;
    border-radius:50%;
    background:#fff;
    border:2px solid #E5E5E5;
    cursor:pointer;
}
/* Firefox Track */
#budgetRange::-moz-range-track{
    background:#E5E5E5;
    height:6px;
    border-radius:20px;
}
.stay_types {
    display: flex;
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
}
.stay_types input[type="radio"]{
    display:none;
}
.stay_types label{
    border:1px solid #ddd;
    border-radius:14px;
    padding:18px 10px;
    cursor:pointer;
    text-align:center;
    background:#fff;
    transition:.3s;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:100px;
    width: 20%;
}
.others_box {
    margin-top: 20px;
}
.stay_types label i{
    font-size:24px;
    color:#444;
}
.stay_types label span{
    font-size:15px;
    font-weight:500;
    color:#333;
}
/* Selected */
.stay_types input[type="checkbox"]:checked + label{
    background:#dfe9ff;
    border-color:var(--theme-blue);
}
.stay_types input[type="checkbox"]:checked + label i,
.stay_types input[type="checkbox"]:checked + label span{
    color:var(--theme-blue);
}
/* Hover */
.stay_types label:hover{
    border-color:var(--theme-blue);
}
.step_btns {
    text-align: right;
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.step_btns button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    background:#16f3ad;
    color:#000;
    padding:15px 35px;
    border:none;
    border-radius:8px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.3s ease;
    text-decoration:none;
}
.step_btns button i{
    font-size:14px;
    transition:.3s ease;
}
.step_btns button:hover{
    background:var(--theme-blue);
    box-shadow:0 10px 25px rgba(87,117,244,.3);
    color: #FFFFFF;
}
.step_btns button:hover i{
    transform:translateX(6px);
}
.topbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap: 10px;
}
.logo_title {
    font-size:22px;
    font-weight:700;
    font-family: 'Poppins', sans-serif;
}
.top_right{
    display:flex;
    align-items:center;
    gap:20px;
}
.top_right a{
    display: inline-block;
}
.query_form_his_box .top_right .profile{
    width:48px;
    height:48px;
    border-radius:50%;
    background-color:#DCEBFF;
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:700;
    color:#3267D6;
}
.hero_card{
    background-color:#fff;
    border:1px solid #E8E8E8;
    border-radius:22px;
    padding:45px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap: 20px;
}
.hero_left .title{
    font-size:32px;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.hero_left .desc{
    font-size:18px;
    line-height:1.5;
    margin-top:10px;
}
.btn_black{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:15px 30px;
    background-color:#16f3ad;
    color:#000;
    border-radius:14px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}
.btn_black:hover{
    background-color:var(--theme-blue);
    color: #FFFFFF;
}
.hero_icon{
    width:100px;
    height:100px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.hero_icon i{
    font-size:55px;
    color:#2E67D1;
}
.hero_left .btn_black{
    margin-top:20px;
}
.bottom_cards{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:25px;
}
.small_card{
    border:1px solid #E8E8E8;
    border-radius:20px;
    padding:28px;
    display:flex;
    align-items:center;
    gap:20px;
    transition:.3s;
    cursor:pointer;
    background-color: #fff;
}
.small_card:hover{
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}
.card_icon{
    font-size:20px;
    line-height: 1;
    color: #0A0A0A;
}
.small_card .title{
    font-size:20px;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #0A0A0A;
}
.small_card .desc{
    font-size:16px;
    margin-top:5px;
}
.location_card {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #E8E8E8;
    border-radius: 20px;
    padding: 28px;
    background-color: #fff;
}
.query_status_card {
    background: #fafafa;
    border-radius: 20px;
    padding: 36px 28px 28px;
    max-width: 600px;
    margin: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.icon_with_tit_desc {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-icon {
    width: 32px;
    height: 32px;
    color: #0052cc;
    display: inline-block;
}
.icon_with_tit_desc .title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 1.4;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.icon_with_tit_desc .subtitle {
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    margin-top: 10px;
}
.steps_container {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px 25px;
    background: #ffffff;
    margin-top: 25px;
}
.step_item {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.step_item:not(:last-child) {
    padding-bottom: 25px;
}
.step_item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 17px;
    top: 36px;
    bottom: 4px;
    width: 2px;
    background-color: #e2e8f0;
}
.step_icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    z-index: 1;
    background-color: #f1f5f9;
    color: #94a3b8;
}
.step_icon.completed {
    background-color: #bbf7d0;
    color: #16a34a;
}
.step_icon.active {
    background-color: #bfdbfe;
    color: #2563eb;
}
.step_icon.pending {
    background-color: #f1f5f9;
    color: #94a3b8;
}
.step_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 5px;
}
.step_title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
}
.step_item.pending .step_title {
    font-weight: 600;
    color: #919191;
}
.step_status {
    font-size: 14px;
    color: #919191;
    margin-top: 5px;
}
.notify_check_box {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    margin-top: 15px;
}
.notify_left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.notify_icon {
    width: 18px;
    height: 18px;
}
.notify_text {
    font-size: 14px;
    font-weight: 600;
}
.notify_check_box .checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    border: 1px solid #a7a8a9;
    border-radius: 3px;
    -webkit-appearance: auto;
}
.btn_details {
    width: 100%;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition:.3s;
    margin-top: 15px;
    display: block;
    text-align: center;
}
.btn_details:hover {
    background-color: #f8fafc;
    border-color: #94a3b8;
}
.notification_wrapper {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 100%;
    max-width: 500px;
    z-index: 999999;
}
.notification_card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 25px;
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    animation: notificationIn .3s ease;
    transition: all .3s ease;
}
.notification_hide {
    opacity: 0;
    transform: translateX(30px);
}
@keyframes notificationIn {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.icon_container {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #dcfce7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.icon_container svg {
    width: 25px;
    height: 25px;
    color: #15803d;
}
.notification_card .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.notification_card .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
}
.notification_card .subtitle {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 10px;
}
.notify_btn {
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 10px;
}
.notify_btn:hover {
    background-color: #f8fafc;
    border-color: #94a3b8;
}
/* .step{
    display:none;
}
.step.active{
    display:block;
} */
.query_form_box .form_group input.required.error {
    border: 1px solid #ff0000;
}
.edit-form-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.info-tooltip {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: #5775F4;
    font-size: 18px;
    margin-left: 5px;
}
.tooltip-text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    background: #333;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.4;
    transition: opacity .2s ease;
    z-index: 999;
}
.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}
.info-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* ------------------------------------------ Header ------------------------------------------ */

.login_page header,
.login_page footer {
    display: none;
}
header {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.header .d_flex {
    padding: 25px 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.logo {
    display: inline-block;
    width: 200px;
}
.btn_book {
    background-color: #16f3ad;
    color: #0A0A0A;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.2s ease;
}
.btn_book:hover {
    background-color: var(--theme-blue);
    color: #FFFFFF;
}
.btn_book.home_page {
    display: none;
}
.header .d_flex.home_page {
    justify-content: center;
}

/* ------------------------------------------ Footer ------------------------------------------ */

.footer {
    background-color: #4869fb;
    padding: 40px 0;
}
.footer .d_flex {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.copyright {
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 30px;
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid #FFFFFF;
}
.social_links {
    margin-top: 30px;
}
.so_link {
    width: 34px;
    height: 34px;
    background-color: rgb(255 255 255);
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.so_link:hover {
    background-color: #16f3ad;
    color: #FFFFFF;
}
.fo_menus a.fo_menu {
    display: inline-block;
    color: rgb(255 255 255);
    font-size: 16px;
    margin-left: 30px;
}
.fo_menus .fo_menu:hover {
    color: #16f3ad;
}

.admin-messenger {
    bottom: 50px;
    position: fixed;
    right: 50px;
    padding: 10px;
    background-color: #16f3ad;
    font-size: 40px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #fffaf0;
    cursor: pointer;
    z-index: 9999;
}
.pop_up_messenger.show_vis {
    visibility: visible;
    opacity: 1;
}
.pop_up_messenger {
    position: fixed;
    bottom: 115px;
    right: 115px;
    width: 572px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}
.pop_up_messenger .venue_cat_section {
    background-color: #f2f2f2;
    border-radius: 25px;
    border: 1px solid var(--line);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    padding: 20px 25px;
}
.d_f_just_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.file_open,
#sendButtonContainer .send_rt_message {
    background-color: #16f3ad !important;
}
.pop_up_messenger .section_title {
    font-size: 18px;
}
.pop_up_messenger .full_btn.review_pop_but,
.pop_up_messenger .full_btn.click_message_but {
    margin-top: 0;
}
.pop_up_messenger .review_post_grid ._col {
    padding-top: 0;
}
.pop_up_messenger .btn.review_pop_but {
    font-size: 14px;
    padding: 12px 25px;
}
.pop_up_messenger .btn.click_message_but {
    display: none;
}


/* ------------------------------------------ Myaccount ------------------------------------------ */

.profile_section .row {
    margin: 0 -30px;
    position: relative;
    font-size: 0;
}
.profile_section ._col {
    padding: 0 30px;
}
.col_30 {
    width: 30%;
}
.col_70 {
    width: 70%;
}
.profile_filter {
    display: none;
}
.common_table_view {
    margin-top: 30px;
}
.table_view {
    padding: 15px 60px;
    background: #f2f2f2;
    text-align: center;
}
.table_view .table_row {
    font-size: 0;
    margin: 0 -15px;
}
.table_view .table_col {
    vertical-align: middle;
    padding: 0 15px;
    display: inline-block;
}
.tb_head .table_view .table_data {
    font-weight: 600;
}
.table_view .table_data {
    font-size: 16px;
}
.odd.table_view {
    background: #fff;
    border-top: 1px solid rgb(195 192 192 / 50%);
    border-bottom: 1px solid rgb(195 192 192 / 50%);
}
.link_red_hover {
    color: var(--theme-blue);
}
.profile_section .table_view .eye_view {
    padding-left: 15px;
}
.eye_view {
    font-size: 20px;
    color: var(--theme-blue);
}
.tb_head .table_view {
    background: #000000;
    color: #ffffff;
}
.profile_menus ul li:first-child {
    margin: 0;
}
.profile_list {
    margin-top: 25px;
    font-size: 18px;
    color: #000;
    position: relative;
    padding-left: 35px;
}
.profile_list a {
    color: #000;
}
.profile_list.active a {
    color: var(--theme-blue);
}
.profile_list.pr_icon:before {
    content: "\f007";
}
.profile_list.event_book:before {
    content: "\f274";
}
.profile_list.log_out:before {
    content: "\f2f5";
}
.profile_list.chat_book:before {
    content: "\f27a";
}
.profile_list:before {
    content: '';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "";
    left: 0;
    top: 0;
    color: #000;
}
.inline_block {
    display: inline-block;
}
.profile_list.active, .profile_list.active:before {
    color: var(--theme-blue);
    background-color: transparent;
}
.active.profile_list:after {
    content: '';
    position: absolute;
    border-right: 3px solid var(--theme-blue);
    top: -5px;
    right: 0;
    bottom: -5px;
}
.profile_section .center_line:first-child:after {
    content: '';
    border-right: 1px solid rgb(0 0 0 / 50%);
    position: absolute;
    top: -40px;
    left: calc(30% - 30px);
    bottom: -40px;
}
.profile_section .row ._col2 {
    vertical-align: middle;
}
.profile_section .section_title {
    vertical-align: middle;
}
.profile_section .profile_btn:first-child {
    padding-left: 0;
}
.profile_btn .full_btn {
    padding: 10px 30px;
    margin: 0;
}
.full_btn {
    background-color: #16f3ad;
    color: #0A0A0A;
    display: block;
    text-align: center;
    margin-top: 15px;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
}
.full_btn:hover {
    background-color: var(--theme-blue);
    color: #ffffff;
}
.black_hover.full_btn:hover {
    background-color: var(--theme-blue);
    color: #ffffff;
}
.view_block {
    padding-top: 50px;
}
.profile_section .user_profile {
    border: 3px solid #000000;
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
}
.user_profile {
    display: inline-block;
    vertical-align: middle;
}
.profile_section .user_profile .image {
    padding-top: 100%;
}
.profile_user_name {
    vertical-align: middle;
    display: inline-block;
    padding-left: 15px;
}
.profile_user_name .section_desc:first-child {
    margin-top: 0;
}
.profile_user_name .section_desc {
    margin-top: 10px;
}
.profile_user_name .section_desc {
    display: block;
}
.section_desc {
    font-size: 18px;
}
.bold {
    font-weight: bold;
}
.profile_btn {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}
.profile_section .col_70 .row ._col:last-child {
    text-align: right;
}
.profile_section .profile_view_det ._col2 {
    vertical-align: middle;
}
.profile_filter i.fas.fa-user {
    font-size: 20px;
    color: var(--theme-blue);
}
.profile_section .profile_edit {
    margin-top: 30px;
}
.profile_section .profile_edit {
    margin-top: 30px;
}
.avatar-upload {
    position: relative;
    display: inline-block;
}
.avatar-edit {
    position: absolute;
    right: 5px;
    z-index: 1;
    top: 0;
}
.avatar-edit input {
    display: none;
}
.avatar-edit input+label {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    position: relative;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
}
.avatar-edit .f_cam {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    color: var(--theme-blue);
}
.fa-camera:before {
    content: "\f030";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.avatar-preview {
    width: 110px;
    height: 110px;
    position: relative;
    border-radius: 100%;
    border: 3px solid #000000;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.profile_section .form_wrap {
    margin: 0 -15px;
}
.form_wrap .form_group:first-child {
    padding-top: 0;
}
.profile_section .form_group {
    width: 33.33%;
    padding: 0 15px;
    margin-top: 40px;
}
.form_group {
    width: 100%;
    display: inline-block;
}
.profile_edit .form_wrap .form_control {
    margin-top: 10px;
}
.profile_section .form_control {
    border: 1px solid var(--theme-blue);
    border-radius: 5px;
    padding: 13px 20px;
    font-size: 16px;
    position: relative;
    width: 100%;
}
.profile_view_det .bottom_wrap {
    margin-top: 40px;
}
.mails {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(87 117 244 / 50%);
    z-index: 9999;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
}
.profile_section .change_pass_form .form_group {
    width: 50%;
}
.change_password .profile_btn {
    margin-top: 40px;
}
.change_pass_form .submit_btn .full_btn {
    background-color: #16f3ad;
}
.change_pass_form .submit_btn .full_btn:hover {
    background-color: var(--theme-blue);
}
.back_btn {
    padding: 8px 20px;
    color: #0A0A0A;
    background-color: #16f3ad;
    border-radius: 5px;
    display: inline-block;
}
.back_btn span._icon {
    padding-left: 5px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.back_btn ._icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.back_btn:hover {
    background-color: var(--theme-blue);
    color: #fff;
}
.rzpay_suc_cont .rz_txt {
    font-size: 16px;
    padding-top: 10px;
}
.profile_section .rzpay_suc_cont ._col {
    padding: 0 20px;
}
.profile_section .rzpay_suc_cont {
    margin: 0 -20px;
    font-size: 0;
}
.profile_section .rzpay_suc_cont .rz_head {
    font-weight: 800;
}
.profile_section .rzpay_suc_cont .rz_txt {
    padding-top: 0;
}
.profile_section .rzpay_suc_cont ._col{
    padding-top: 10px;
}
.profile_section .rzpay_suc_cont ._col:first-child,
.profile_section .rzpay_suc_cont ._col:nth-child(2) {
    padding-top: 0;
}
.profile_section .rzpay_suc_cont ._col2 {
    display: inline-block;
}
.rz_txt span {
    display: inline-block;
    vertical-align: middle;
}
.rz_txt .red_txt {
    color: var(--theme-blue);
}
.profile_section .rzpay_suc_cont .rz_txt .red_txt {
    padding-left: 5px;
}
.profile_section .order_details_block {
    margin-top: 30px;
}
.order_details_block {
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid #e4e7e4;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}
.pagination {
    margin-top: 50px;
    text-align: center;
}
.front_pagination .pagination li {
    padding: 0 3px;
}
.pagination li {
    display: inline-block;
}
.pagination li.active a, .pagination li a:hover {
    background-color: var(--theme-blue);
    color: #FFFFFF;
}
.pagination li a {
    border: 1px solid var(--theme-blue);
    padding: 8px 15px;
    display: inline-block;
    border-radius: 5px;
    background-color: transparent;
    color: var(--theme-blue);
    transition: background-color .5s, color .5s;
    font-size: 14px;
}
.checkout_form_details,
.checkout_form_block {
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid var(--theme-blue);
    border-radius: 5px;
    border-style: dashed;
}
.inner_title {
    font-size: 18px;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.var_title {
    font-size: 20px;
    padding-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.var_sub_title {
    font-weight: 500;
}
.events_check_box {
    padding-top: 30px;
}
.queryfrom_answer .tour_menugrid {
    margin-top: 0;
}
.queryfrom_answer .venue_cat_section {
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
.tour_menugrid, .tourvariation_grid {
    margin-top: 30px;
}
.venue_cat_section {
    border: 1px solid #fffaf0;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px;
    box-shadow: 0 0 5px #ebe6e6;
}
.view_button {
    font-size: 18px;
    text-align: right;
}
.check_box {
    position: relative;
}
.check_box .input_check {
    display: none;
}
.event_var .pag_var_lbl {
    padding: 10px;
}
label {
    font-size: 16px;
    display: block;
}
.col_40 {
    width: 40%;
}
.col_60 {
    width: 60%;
}
.profile_section .col_70 .p_var .row ._col:last-child {
    text-align: left;
}
.check_box {
    position: relative;
}
.swiper-container {
    overflow: hidden;
}
.total_rupee_price {
    vertical-align: middle;
    display: inline-block;
}
.rupee {
    display: inline-block;
    font-family: 'Arial';
    vertical-align: middle;
}
.event_var .event_short_desc {
    font-size: 16px;
    max-height: 200px;
    overflow: auto;
}
.event_short_desc {
    padding-top: 5px;
}
.qf_expiry_date {
    font-size: 14px;
    color: var(--theme-blue);
}
.var_d_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 15px;
}
.events_check_box {
    padding-top: 30px;
}
.package_variations.circle_swipe_arrow .swiper-button-next, .package_variations.circle_swipe_arrow .swiper-button-prev {
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
}
.circle_swipe_arrow .swiper-button-next, .circle_swipe_arrow .swiper-button-prev {
    transform: translateY(50%);
}
.circle_swipe_arrow .swiper-button-next, .circle_swipe_arrow .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #a9a9a9;
    background-color: #fff;
    transition: background-color 0.5s;
}
.package_variations.circle_swipe_arrow .swiper-button-next:after, .package_variations.circle_swipe_arrow .swiper-button-prev:after {
    color: var(--theme-blue);
}
.circle_swipe_arrow .swiper-button-next:after {
    content: '\f061';
}
.circle_swipe_arrow .swiper-button-prev:after {
    content: '\f060';
}
.circle_swipe_arrow .swiper-button-next:after, .circle_swipe_arrow .swiper-button-prev:after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #a9a9a9;
    font-size: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: color .5s;
}
.queryfrom_answer .qav_title {
    padding: 30px 0;
}
.package_variations .image {
    padding-top: 90%;
}
.ans_popup {
    display: none;
}


.desc_ans_popup .geo_popup_overlay {
    opacity: 1;
    visibility: visible;
}
.geo_popup_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(87 117 244 / 50%);
    z-index: 9999;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
}
.popup_wrap {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: relative;
}
.popup_inner {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}
.geo_wrap {
    max-width: 600px;
    margin: auto;
    position: relative;
    background-color: #fff;
    padding: 40px;
    overflow: hidden;
    box-shadow: 0px 20px 40px #00000029;
    border: 1px solid #707070;
    border-radius: 8px;
    text-align: center;
}
.geo_wrap.cancel_ans_button .close_wrap {
    top: 15px;
    right: 15px;
}
.close_wrap {
    position: absolute;
    top: -60px;
    right: -60px;
}
.geo_wrap.cancel_ans_button .popup_close {
    border: 2px solid #1a1515;
}
.close_wrap .popup_close {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
    top: 0;
    right: 0;
    border-radius: 50px;
    border: 2px solid #fff;
}
.popup_line {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
}
.popup_lines {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
}
.geo_wrap.cancel_ans_button .popup_line .popup_lines::before, .geo_wrap.cancel_ans_button .popup_line .popup_lines::after {
    background-color: #201d1d;
}
.popup_lines:before, .popup_lines:after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: background-color 0.4s;
}
.popup_lines:after {
    transform: translateY(-50%) rotate(-45deg);
}
.desc_ans_popup .geo_popup_overlay .ans_popup {
    display: block;
}
header {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.ans_popup .detail {
    text-align: left !important;
}
.s_desc {
    font-size: 16px;
    line-height: 1.6;
}



.title_20 {
    color: #000;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.qa_acc {
    margin-top: 20px;
    border-bottom: 1px solid;
}
.qa_acc+.qa_acc {
    margin-top: 10px;
}
.qa_head {
    font-size: 0;
    margin: 0 -10px;
    padding-bottom: 10px;
    cursor: pointer;
    position: relative;
}
.qa_title {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    padding: 0 10px;
    word-break: break-word;
}
.qa_head:after {
    position: absolute;
    content: '';
    right: 15px;
    top: 40%;
    width: 6px;
    height: 6px;
    border: solid #333;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    transition: all .5s;
}
.qa_desc {
    display: none;
    padding: 10px 0 20px 0;
    font-size: 14px;
    line-height: 1.6;
    word-break: break-word;
}
.venue_loc_block {
    margin: 25px 0;
}
.profile_section .row.error {
    margin: 0;
}
.about_us_image_with_content .about_us_title_head {
    font-size: 14px;
    text-align: center;
    padding: 0 100px;
}
.about_us_image_with_content .desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    color: #000000;
    padding-top: 50px;
}
.checkout_form_block .checkout_logo {
    display: none;
}
.checkout_form_details .logo_title,
.checkout_form_block .logo_title {
    display: block;
    border: 1px solid #000;
    padding: 8px 20px;
    background-color: #f1f1f1;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0;
    letter-spacing: 0.03em;
    text-align: center;
}
.checkout_form_details .thank_info.pt,
.checkout_form_block .Query_success_text {
    font-size: 18px;
    padding: 20px 0;
    margin: 0 20px;
    text-align: center;
}
.checkout_form_block.paid .events_check_box.processing {
    opacity: 0.5;
}
.checkout_form_block.paid .events_check_box.processing .full_btn {
    display: none !important;
}
.checkout_form_block.paid .events_check_box.paid .full_btn {
    pointer-events: none;
}
.checkout_form_block.paid .events_check_box.paid .ansdescriptions_btn {
    pointer-events: auto;
}
.logo_section .checkout_logo {
    display: none;
}
.login_google {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
    gap: 10px;
    background-color: #f1f1f1;
}
.login_google img {
    height: 20px;
}
.or_sep {
    text-align: center;
    margin-top: 15px;
    position: relative;
    margin-bottom: 10px;
}
.or_sep::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #ccc;
}
.or_sep span {
    background-color: #e9e9e9;
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
span.close_lines {
    position: relative;
    width: 15px;
    height: 2px;
    top: 5px;
}
span.close_lines:before {
    transform: rotate(45deg);
}
span.close_lines:after {
    transform: rotate(-45deg);
}
span.close_lines:before, span.close_lines:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    background-color: var(--theme-blue);
}
.profile_menu_popup .profile_btn {
    padding-left: 0;
}
.ansdescriptions_btn  {
    background-color: #16f3ad !important;
}
.ansdescriptions_btn:hover  {
    background-color: var(--theme-blue) !important;
}
.login-page .form_control.property_type {
    -webkit-appearance: auto;
}
/* .form_wrap > .or_sep,
.form_wrap > .or_sep + .full_btn {
    display: none;
} */
.alert {
    margin-top: 10px;
    font-size: 12px;
}
.alert-danger{
    color: red;
}
.blog_banner {
    position: relative;
    padding: 150px 0;
}
.blog_banner .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog_banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-blue);
    opacity: 0.7;
}
.mob_banner {
    display: none;
}
.blog_banner .banner_content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}
.big_title {
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.about_us_image_with_content.right .row {
    direction: rtl;
    background-color: #ffffff;
}
.about_us_image_with_content .row {
    font-size: 0;
}
.about_us_image_with_content ._col {
    vertical-align: middle;
}
.about_us_image_with_content h3.about_us_paragraphtitle {
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    display: block;
    color: #000000;
    text-transform: uppercase;
}
.about_us_image_with_content .about_us_img .image {
    padding-top: 85%;
}
.faq_page .venue_cat_section {
    border: none;
    background-color: #fff;
    padding: 45px;
    border-radius: 22px;
    margin-top: 0;
}
.faq_page .venue_loc_block {
    margin: 0;
    padding-top: 0;
}
.faq_page .active {
    background-color: transparent;
}
.faq_page .section_title {
    padding-bottom: 20px;
}
.faq_page .qa_acc+.qa_acc {
    margin-top: 15px;
}
.faq_page .qa_head {
    padding-bottom: 15px;
}
.privacy_pages .row {
    max-width: 1420px;
    margin: auto;
}
.privacy_pages .about_us_title_head {
    padding: 0 60px;
    text-align: left;
}
.privacy_pages .desc {
    background-color: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 22px;
    padding: 45px;
}
.chatting_section .attach, 
.chatting_section .attachement,
#chat_message_area a {
    color: var(--theme-blue) !important;
}
#chat_message_area #receiver_msg,
#chat_message_area #sender_msg {
    background-color: var(--theme-blue) !important;
}
.date_time_error {
    color: #d00;
    font-size: 13px;
    display: block;
    margin-top: 5px;
}
.faq_page + .faq_page {
    margin-top: 40px;
}
.title_24 {
    color: #000;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.col-b .mark-i svg path {
    stroke: #16F3AD !important;
}
.col-a .mark-i svg path {
    stroke: rgba(255, 255, 255, .5) !important;
}
.section_padding {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section_padding.section_white {
    margin-top: -100px;
}
.has-error input {
    border: 1px solid #D52238;
}
.has-error input::-webkit-input-placeholder,
.has-error input:-moz-placeholder,
.has-error input::-moz-placeholder,
.has-error input:-ms-input-placeholder {
    color: #D52238;
}
.max_510 {
    width: 510px;
    margin-left: auto;
}
.term_privacy_refund_page h1, 
.term_privacy_refund_page h2, 
.term_privacy_refund_page h3, 
.term_privacy_refund_page h4, 
.term_privacy_refund_page h5, 
.term_privacy_refund_page h6, 
.term_privacy_refund_page p {
    margin-bottom: 20px;
}
.faq_page {
    padding: 60px 0 0;
}
.faq_page + .faq_page {
    margin-top: -30px;
}
.faq_page + .faq_page .sec-head,
.faq_page .small {
    display: none;
}
.widgets_content .faq_page:last-child {
    padding-bottom: 60px;
}
.widgets_content .faq_page:last-child .small {
    display: block;
}
.panel .qa_acc {
    margin-top: 0;
}
.panel .qa_acc + .qa_acc{
    margin-top: 20px;
}
.otp-modal.panel {
    margin-top: 30px;
}
.btn-dark path {
    stroke: rgb(255 255 255) !important;
}
.btn-ghost path {
    stroke: rgb(10 10 10) !important;
}



.slider-row {
    display: flex;
    align-items: center;
    gap: 18px;
}
.slider-row input[type="range"] {
    flex: 1;
}
.budget-value-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}
.budget-value-wrap > span:first-child {
    font-weight: 600;
}
#budgetValue {
    width: 100px;
    padding: 8px 6px;
    border: 1px solid var(--line-soft);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}
#budgetValueinput:focus {
    box-shadow: none;
}
.budget-per-night {
    color: var(--slate);
    font-size: 14px;
}
.budget-total {
    margin-top: 5px;
    font-size: 14px;
    color: var(--slate);
    text-align: right;
}
.budget-total strong {
    color: var(--text);
}