/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap'); */

/* font-family: "Inter", sans-serif; */

body,
html {
    overflow-x: hidden;
}

:root {
    --theme-black: #000;
    --theme-white: #fff;
    --theme-bg1: #26A1D6;
    --theme-bg2: #182230;
    --theme-bg3: #17B26A;
    --body-text-color: #344054;
    /* --body-font: "Inter", sans-serif; */
}

.title_h1,
.title_h2,
.title_h3,
.title_h4,
.title_h5,
.title_h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: var(--theme-bg2);
    font-weight: 600;
}

.title_h1:last-child,
.title_h2:last-child,
.title_h3:last-child,
.title_h4:last-child,
.title_h5:last-child,
.title_h6:last-child {
    margin-bottom: 0;
}



.title_h1 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
}

.title_h2 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}

.title_h3 {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
}

.title_h4 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;

}

.title_h5 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;

}

.theme_link_text {
    color: var(--theme-bg1);
}

.theme_link_text:hover {
    color: var(--theme-black);
}

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


/* navbar*/

.main-head-new .navbar-brand {
    width: 124px;
}

.main-head-new .navbar-nav li {
    position: relative;
    list-style: none;
}

.main-head-new .navbar-nav>li {
    margin: 0 12px;
    padding: 20px 0;
    position: relative;
}

.main-head-new .navbar-nav>li>a {
    color: var(--theme-bg2);
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
    text-transform: capitalize;
}

.main-head-new .navbar-nav>li.current-menu-item>a,
.main-head-new .navbar-nav>li>a:hover,
.main-head-new .navbar-nav>li.menu-item-has-children:hover>a {
    color: var(--theme-bg1);
}


.cmn_gap {
    padding: 80px 0px;
}


button,
input[type="submit"] {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a img,
button img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.cmn_theme_btn {
    min-width: 160px;
    padding: 14px 25px;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    background-color: var(--theme-bg1);
    color: var(--theme-white);
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 0px;
}

.cmn_theme_btn:hover {
    background-color: var(--theme-bg2);
    color: var(--theme-white);
}

.cmn_theme_btn.btn2 {
    background-color: var(--theme-bg3);
    color: var(--theme-white);
}

.cmn_theme_btn.btn2:hover {
    background-color: var(--theme-bg2);
    color: var(--theme-white);
}

.cmn_theme_btn.bordered {
    border: 1px solid #EAECF0;
    padding: 13px 25px;
    background-color: transparent;
    color: var(--theme-bg1);
}

.cmn_theme_btn.bordered:hover {
    background-color: var(--theme-bg2);
    color: var(--theme-white);
    border-color: var(--theme-bg2);
}

.cmn_theme_btn.close {
    border: 1px solid #EAECF0;
    background-color: transparent;
    color: #EB3D4D;
    padding: 13px 25px;
}

.cmn_theme_btn.close:hover {
    background-color: #EB3D4D;
    color: #fff;
}

.cmn_theme_btn.ylw {
    background-color: #F9C80E;
    color: #fff;
}

.cmn_theme_btn.ylw:hover {
    background-color: var(--theme-bg2);
    color: #fff;
}

.nov_text {
    color: var(--theme-bg2);
}

.cus_cnt_body.tp_adj_to_eq {
    padding-top: 30px;
}

.succ_msg_wrapper {
    max-width: 485px;
    margin: 0 auto;
}

.success_msg_pic {
    margin-bottom: 24px;
}

.success_msg_pic img {
    max-width: 220px;
}

.succ_msg_wrapper h1 {
    color: var(--theme-bg3);
}

.succ_msg_wrapper h2 {
    margin-bottom: 15px;
}









/* ========= main style ========= */

.main-head-new .navbar-nav>li>a:after {
    display: none;
}

.main-head-new {
    padding: 0px;
}

.nav_bar_top {
    background: var(--theme-bg1);
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    padding: 9px 0px;
}

.nav_bar_btm {
    padding: 12px 0px;
    border-bottom: 1px solid #EAECF0;
}

.srch_bar {
    margin-left: 24px;
    position: relative;
}

.srch_bar input[type="text"] {
    padding: 0px 16px 0px 50px;
    width: 266px;
    height: 48px;
    background: #F2F4F7;
    border: 1px solid #EAECF0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-bg2);
}

.cmn_form_elem .srch_bar~select {
    border-color: #EAECF0;
}

.srch_bar input[type="submit"],
.acc_hd .srch_bar input[type="submit"] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 24px;
    font-size: 0;
    background-image: url(../images/search-bar-icon-d.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    padding: 0;
    min-width: 24px;
}

.srch_bar input::-webkit-input-placeholder {
    color: #98A2B3;
}

.srch_bar input::-moz-placeholder {
    color: #98A2B3;
}

.srch_bar input:-ms-input-placeholder {
    color: #98A2B3;
}

.srch_bar input::-ms-input-placeholder {
    color: #98A2B3;
}

.srch_bar input::placeholder {
    color: #98A2B3;
}

.nav_rgt_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 32px;
}

.nav_rgt_items>ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav_rgt_link {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 1px solid #EAECF0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav_rgt_link:hover {
    background: var(--theme-bg3);
    border-color: var(--theme-white);
}

.nav_rgt_link:hover img {
    filter: brightness(0) invert(1);
}

.nav_rgt_items li:not(:last-child) {
    margin-right: 16px;
}

.nav_rgt_items li .dropdown {
    height: 50px;
}

.nav_rgt_items .dropdown-toggle {
    background: #F2F4F7;
    border: 0px;
    border-radius: 100px;
    padding: 5px 10px 5px 5px;
    min-width: 84px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.nav_rgt_items .dropdown-toggle:hover {
    background: #F2F4F7;
}

.nav_rgt_items .dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0;
}

.nav_rgt_items .dropdown-menu li {
    margin: 0px;
}

.nav_rgt_items .dropdown-toggle::after {
    content: '';
    background-image: url(../images/caret-down-d.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 0px;
    width: 18px;
    height: 10px;
    background-size: 18px;
}

.nav_rgt_items .dropdown-toggle.show:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav_rgt_items .dropdown-item[tabindex]:active {
    color: red;

}

.nav_rgt_items .dropdown-item[tabindex]:focus {
    color: red;
}

/* drop down nav css start */

.nav_rgt_items .dropdown-menu {
    margin-top: 22px;
    padding: 16px;
    border-radius: 16px;
    border: 0px;
    width: 300px;
    box-shadow: 0px 0px 20px 0px rgb(16 24 37 / 8%);
}

.nav_rgt_items .dropdown-item {
    padding: 6px 12px;
    background: #F2F4F7;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.nav_rgt_items .dropdown-menu li+li {
    margin-top: 16px;
}

.nav_rgt_items .dropdown-item i {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EAECF0;
    margin-right: 16px;
}

.nav_rgt_items .dropdown-item i img {
    width: 24px;
}

.nav_rgt_items .dropdown-item:focus,
.dropdown-item:hover {
    color: #26A1D6;
    background-color: #F2F4F7;
}

.nav_rgt_items .dropdown-item:hover i {
    border-color: #26A1D6;
    background: #26A1D6;
}

.nav_rgt_items .dropdown-item:hover i img {
    filter: brightness(0) invert(1);
}

.nav_rgt_items .dropdown-item>* {
    transition: all .3s ease-in-out;
}

/* drop down nav css end */

.navbar-collapse {
    flex: 0 0 auto;
}



.top_mod_bar {
    background-color: var(--theme-bg1);
    padding: 20px 0px;
}

.top_mod_bar .title_h3 {
    color: var(--theme-white);
    margin-bottom: 15px;
    font-size: 24px;
}

.top_mod_bar .plan_area span {
    margin-right: 24px;
    color: var(--theme-white);
    font-weight: 500;
}

.top_mod_bar .plan_area {
    font-size: 18px;
}

.top_mod_bar a {
    font-weight: 400;
    color: var(--theme-white);
    border-bottom: 1px solid var(--theme-white);
}

.top_mod_bar a:hover {
    color: var(--theme-black);
    border-bottom: 1px solid var(--theme-black);
}

.lot_item_list label input {
    display: none;
}

.lot_item_list label input+img {
    border-radius: 16px;
}

.lot_item_list label input:checked+img {
    border: 1px solid var(--theme-bg1);
    padding: 5px;
}

.cus_page_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.cus_sidebar_col {
    width: 35%;
}

.cus_cont_bar_col {
    width: 65%;
    padding-left: 80px;
}

.cus_sidebar {
    padding: 40px 25px;
    border-radius: 20px;
    background: var(--theme-bg2);
}

.cus_sidebar ul {
    margin: -24px 0px;
}

.cus_sidebar li {
    padding: 24px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.cus_sidebar li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    width: 3px;
    height: 100%;
    background: #98A2B3;
}

.cus_sidebar li.completed:not(:last-child):after {
    background: var(--theme-bg3);
}

.cus_sidebar li .icon_wrap {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
    z-index: 1;
    padding: 40px 0px;
    background: var(--theme-bg2);
}

.cus_sidebar li .icon_wrap img {
    max-width: 20px;
    max-height: 20px;
    opacity: .7;
}

.cus_sidebar li .icon_wrap:after {
    content: '';
    width: 48px;
    height: 48px;
    border: 1px solid #98A2B3;
    border-radius: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.cus_sidebar li .icon_wrap:before {
    content: '';
    width: 100%;
    height: 64px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: -5;
    border: 1px solid transparent;
    border-radius: 100%;
}

.cus_sidebar li .content_wrap span {
    font-size: 18px;
    font-weight: 600;
    color: #98A2B3;
    margin-bottom: 5px;
    display: block;
}

.cus_sidebar li .content_wrap p {
    font-size: 16px;
    color: #98A2B3;
}

.cus_sidebar li.completed .icon_wrap:after {
    border-color: var(--theme-bg3);
    background: var(--theme-bg3);
}

.cus_sidebar li.completed .icon_wrap img {
    max-width: 24px;
    max-height: 24px;
    opacity: 1;
}

.cus_sidebar li.active .icon_wrap:before {
    border-color: var(--theme-white);
}

.cus_sidebar li.active .icon_wrap:after {
    border-color: var(--theme-bg1);
    background: var(--theme-bg1);
}

.cus_sidebar li.active .icon_wrap img {
    max-width: 24px;
    max-height: 24px;
    opacity: 1;
}





.cus_sidebar li.completed .content_wrap span,
.cus_sidebar li.completed .content_wrap p,
.cus_sidebar li.active .content_wrap span,
.cus_sidebar li.active .content_wrap p {
    color: #fff;
}


.cus_sidebar .btn_wrap {
    margin-top: 48px;
}

.cus_sidebar .btn_wrap a {
    width: 100%;
    background: #BCE2F2;
}

.cus_sidebar .btn_wrap a:hover {
    background: var(--theme-bg1);
}

.cus_sidebar .prof_stats {
    margin-top: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cus_sidebar .prof_stats span {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 16px;
}


/* circle progress bar css start */
.circle_progress {
    position: relative;
    display: inline-block;
    line-height: 0;
    color: var(--theme-bg3);
    font-size: 40px;
    width: 72px;
    height: 72px;
}

.circle_progress .pr_cls1 {
    opacity: 0;
}

.circle_progress svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
}

.circle_progress .pr_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--theme-bg3) !important;
}

/* circle progress bar css end */

.cus_cont_bar {
    background: #FFFFFF;
    border: 2px solid #EAECF0;
    -webkit-box-shadow: 1px -1px 20px rgba(16, 24, 40, 0.03), -1px 1px 20px rgba(16, 24, 40, 0.03);
    box-shadow: 1px -1px 20px rgba(16, 24, 40, 0.03), -1px 1px 20px rgba(16, 24, 40, 0.03);
    border-radius: 20px;
}

.cus_cont_bar .cus_cnt_hd {
    padding: 30px;
    border-bottom: 2px solid #EAECF0;
    width: 100%;
    text-align: center;
}

.cus_cnt_body {
    padding: 60px 30px;
}

/* Css Added 25-04-2024 */
.cus_cnt_body .title_h2 {
    font-size: 20px;
}

/* Css Added 25-04-2024 */
.cus_cnt_ft {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 30px 30px;
}

.cus_cnt_ft_lt .cmn_theme_btn+.cmn_theme_btn {
    margin-left: 20px;
}

.cus_cnt_ft_lt {
    padding-right: 15px;
}

.cus_link_btn_cont a {
    border-bottom: 1px solid;
    font-size: 16px;
    font-weight: 500;
}

.lot_items {
    margin-bottom: 30px;
}

.lot_items .lot_item_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -12px;
}

.lot_items .lot_item_list label {
    width: 40%;
    padding: 12px;
}

.lot_items .lot_item_list label span {
    padding-top: 5px;
    display: block;
}

.file_up_input {
    display: none;
}

.file_up_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 41px 24px;
    background: #FFFFFF;
    border: 2px solid #EAECF0;
    border-radius: 12px;
    margin-bottom: 32px;
}

.file_up_icon {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 12px;
}

.file_up_text1 {
    font-size: 14px;
    color: #475467;
}

.file_up_text1 span {
    font-weight: 600;
    color: var(--theme-bg1);
}

.file_up_text2 {
    display: inline-block;
    margin-top: 3px;
    font-size: 12px;
    color: #475467;
}

.ast {
    color: #EB3D4D !important;
}

.cus_cnt_body .fld_blk .address-label {
    margin-bottom: 25px;
}

.cus_cnt_body input {
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    /* height: 56px; */
    padding: 0px 16px;
}

.date_filed_range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.date_filed_range>* {
    width: 100%;
}

.date_filed_range>span {
    width: 20px;
    margin: 0px 20px;
}

.cus_cnt_body label {
    margin-bottom: 5px;
    color: var(--theme-bg2);
}

.cus_cnt_body small {
    color: var(--body-text-color);
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 20px;
}

.date_filed_range input {
    background-image: url('images/calendar-icon-d.svg');
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 16px;
    padding-right: 35px;
}

.date_filed_range input[type="date"]::-moz-inner-spin-button,
.date_filed_range input[type="date"]::-moz-calendar-picker-indicator {
    opacity: 0;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}






footer {
    background-color: var(--theme-bg2);
}

.footer_top {
    padding: 80px 0px;
    text-align: center;
}

.ft_logo a img {
    max-width: 244px;
}

.ft_nav {
    margin-top: 20px;
}

.ft_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ft_nav li {
    margin: 12px;
}

.ft_nav li a {
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-white);
    text-transform: capitalize;
}

.ft_nav li a:hover {
    color: var(--theme-bg1);
}

.ft_info {
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-white);
    margin-top: 20px;
}

.ft_social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -12px;
}

.ft_social li {
    margin: 12px;
}

.ft_social {
    margin-top: 20px;
}

.ft_social a img {
    width: 26px;
}

.ft_social li a:hover {
    opacity: .7;
}

.footer_btm {
    padding: 46px 0px 24px;
    border-top: 2px solid var(--body-text-color);
}

.ft_btm_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ft_btm_row p {
    color: var(--theme-white);
    margin: 0px;
    font-size: 16px;
}

.ft_btm_row ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ft_btm_row li {
    padding: 0px 12px;
    line-height: 1;
}

.ft_btm_row li:not(:last-child) {
    border-right: 1px solid var(--theme-white);
}

.ft_btm_row a {
    font-size: 16px;
    color: var(--theme-white);
    font-weight: 400;
    line-height: 1;
}

.ft_btm_row a:hover {
    color: var(--theme-bg1);
}

.fld_blk:not(:last-of-type) {
    margin-bottom: 30px;
}

.rad_grp input {
    display: none;
}

.rad_grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px -12px;
}

.rad_grp label {
    padding-left: 35px;
    margin: 0px 12px;
    position: relative;
}

.rad_grp label span {
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid #D0D5DD;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: -2px;
}

.rad_grp label span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 16px;
    height: 16px;
    background: var(--theme-bg1);
    border-radius: 100%;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.rad_grp label input:checked+span:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cmn_modal .modal-dialog {
    max-width: 1056px;
    border-radius: 24px;
    overflow: hidden;
}

.cmn_modal .modal-header {
    padding: 30px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cmn_modal .modal-body {
    padding: 60px 30px;
}

.cmn_modal .modal-footer {
    padding: 0px 30px 30px;
    border: 0px;
    margin: 0px -12px;
}

.cmn_modal .modal-footer button {
    margin: 0px 12px;
}

.modal-footer.left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.modal-footer.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cmn_form_elem label {
    font-size: 14px;
    font-weight: 500;
    color: var(--body-text-color);
    margin-bottom: 4px;
    display: block;
}

.cmn_form_elem ::-webkit-input-placeholder {
    color: #667085;
    opacity: 1;
}

.cmn_form_elem ::-moz-placeholder {
    color: #667085;
    opacity: 1;
}

.cmn_form_elem :-ms-input-placeholder {
    color: #667085;
    opacity: 1;
}

.cmn_form_elem ::-ms-input-placeholder {
    color: #667085;
    opacity: 1;
}

.cmn_form_elem ::placeholder {
    color: #667085;
    opacity: 1;
}



.cmn_form_elem input,
.cmn_form_elem select,
.cmn_form_elem textarea {
    border-color: #D0D5DD;
    height: 56px;
    font-size: 16px;
    font-weight: 400 !important;
    /* color:#667085; */
}

.cmn_form_elem textarea {
    height: 100px;
    display: block;
}

.cmn_form_elem .fld_blk:not(:last-of-type) {
    margin-bottom: 30px;
}

.cmn_form_elem select {
    background-image: url(images/caret-down-d.svg);
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 13px;
    padding-right: 35px;
}

.fld_blk_chk label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0px;
}

.fld_blk_chk input {
    display: none;
}

.fld_blk_chk label span {
    width: 20px;
    height: 20px;
    border: 1px solid #D0D5DD;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    margin-right: 12px;
}

.fld_blk_chk label input:checked+span {
    background-color: var(--theme-bg1);
    border-color: var(--theme-bg1);
    background-image: url('../images/checkbox-icon-d-w.svg');
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
}

.lg_popup_para {
    max-width: 800px;
    margin: 0 auto;
}

.fld_table th {
    padding: 16px 24px;
    background: #F9FAFB;
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-bg1);
    border-bottom: 1px solid #EAECF0;
}

.fld_table td {
    padding: 24px;
    font-size: 16px;
    color: #101828;
}

.fld_table .table {
    margin-bottom: 0px;
    table-layout: fixed;
}

.fld_table table th:last-child {
    width: 30%;
}

.fld_table .table-responsive {
    border-collapse: collapse;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.table_text_link {
    color: #101828;
    border-bottom: 1px solid;
}

.table_text_link:hover {
    color: var(--theme-bg1);
}

.re_add_loc_wrap {
    border: 1px solid #EAECF0;
    padding: 30px;
    text-align: center;
    border-radius: 8px;
}

.re_add_loc_wrap p {
    font-size: 16px;
    max-width: 450px;
    margin: 0 auto 30px;
    color: #101828;
}

.fld_help_text {
    font-size: 14px;
    font-weight: 400;
    color: #475467;
}

.fld_blk_rd_grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fld_blk_rd_grp>label {
    margin-right: 20px;
}

.points_rdb_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 430px;
}

.points_icon_wrap {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #E9F6FB;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.points_icon_wrap img {
    width: 45px;
}

.cus_cont_bar {
    font-size: 14px;
    font-weight: 400;
    color: var(--body-text-color);
}

.points_cont_wrap .title_h3 {
    margin-bottom: 5px;
}

.fld_blk_txt_shwcase .title_h4 {
    margin-bottom: 10px;
}

.fld_textarea {
    font-size: 18px;
    color: #475467;
    font-weight: 400;
    color: var(--theme-bg2);
    padding: 16px;
    border: 1px solid #EAECF0;
    border-radius: 8px;
    height: 137px;
    overflow: auto;
}

.voucherModal .modal-body {
    padding: 0px;
}

.voucherModal .modal-content {
    border-radius: 16px;
    position: relative;
}

.voucherModal .btn-close {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    position: absolute;
    right: -40px;
    top: -40px;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.voucherModal .btn-close:hover {
    opacity: 0.9 !important;
}

.voucherModal .modal-dialog {
    position: relative;
}

.voucherModal .modal-dialog {
    margin-top: 25px;
    margin-bottom: 25px;
}

.voucher_card_top>img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

.voucher_card_top {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.voucher_list {
    position: absolute;
    right: 16px;
    top: 16px;
}

.voucher_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.voucher_list li {
    margin-left: 15px;
}

.voucher_card_btm {
    padding: 24px;
}

.voucher_card_btm .title_h2 {
    margin-bottom: 10px;
}

.voucher_card_btm p {
    font-size: 16px;
    color: #667085;
}

.vou_succ_text {
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-bg3);
}

.voucher_card_btn_cont {
    margin-top: 30px;
}

.voucher_card_btn_cont .cmn_theme_btn {
    width: 100%;
}

.lot_items .lot_item_list .lot_half {
    width: 50%;
}

.lot_items .lot_item_list .lot_half span {
    padding-top: 15px;
    font-size: 14px;
    font-weight: 400;
}

.lot_items .title_h3 {
    font-weight: 400;
    margin-bottom: 10px;
}

.cmn_multi_fld_grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cmn_multi_fld_grp label {
    white-space: nowrap;
    padding-right: 10px;
}

.cmn_multi_fld_grp span {
    padding: 0px 10px;
}

.cmn_multi_fld_grp .badge_stat_tag {
    padding-right: 0px;
}

.fld_blk_gap_lw .fld_blk:not(:last-child) {
    margin-bottom: 15px;
}

.emailSentModal .modal-dialog {
    max-width: 780px;
}

.emailSentModal .modal-content {
    border-radius: 24px;
    padding: 80px;
    text-align: center;
}

.emailSentModal .modal-footer {
    border: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-top: 60px;
}

.emailSentModal .modal-body {
    padding: 0px;
    text-align: center;
}

.emailSentModal .icon_back_cov {
    width: 220px;
    height: 220px;
    background: #ECFDF3;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 45px;
}

.emailSentModal p {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

.ems_last_para {
    margin-top: 50px;
}

.emailSentModal .ems_last_para {
    max-width: 365px;
    margin: 50px auto 0px;
}

.edt_card {
    padding: 24px;
    max-width: 595px;
    border: 1.5px solid #EAECF0;
    border-radius: 12px;
}

.edt_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px;
}

.edit_item_33 {
    width: 33.333%;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-bg2);
}

.edt_card .icon {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.edt_card .icon img {
    max-width: 20px;
    max-height: 20px;
}

.edit_item_full {
    width: 100%;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.edit_item_33 a {
    color: var(--theme-bg2);
}

.edit_item_full.end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.edit_item_full.end a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 5px;
}

.edit_item_full.end .edt_card .icon {
    margin-right: 0px;
}

.edit_item_full.end a .icon {
    margin-left: 10px;
}

.edit_item_full.end a span {
    color: var(--theme-bg1);
    border-bottom: 1px solid var(--theme-bg1);
}

.edit_item_full.end a:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.edit_item_full .edt_txt_link {
    border-bottom: 1px solid var(--theme-bg2);
    margin-left: 5px;
    font-weight: 600;
    color: var(--body-text-color);
}

.edit_item_33 a {
    color: var(--theme-color2);
}

.edt_row a:hover {
    color: var(--theme-bg1) !important;
}

.edit_item_full.end {
    margin-top: 30px;
}

.cus_cont_bar_col.split_9 {
    width: 40%;
}

.cus_cont_bar_col.split_3 {
    width: 25%;
    padding-left: 24px;
}

.pay_card_part:not(:last-of-type) {
    margin-bottom: 30px;
}

.pay_hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pay_hd h2 {
    margin-bottom: 0px;
}

.pay_hd {
    margin-bottom: 20px;
}

.link_rd {
    font-size: 16px;
    color: #EB3D4D;
    border-bottom: 1px solid;
    line-height: 1;
}

.link_rd:hover {
    color: var(--theme-bg2);
}

.cus_cnt_hd hr {
    background: #EAECF0;
    height: 2px;
    margin: 0px;
}

.cus_cont_bar_col.split_3 .cus_cnt_hd {
    border: 0px;
    padding-bottom: 0px;
}

.cus_cont_bar_col.split_3 .cus_cnt_hd .title_h3 {
    color: var(--theme-bg3);
}

.cus_cnt_body table tr td {
    padding-bottom: 30px;
}

.cus_cnt_body table tr:last-child td {
    padding-bottom: 0px;
}

.cmn_theme_btn.full {
    width: 100%;
}

.cus_cnt_ft {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dclm_text {
    margin-top: 60px;
    font-size: 16px;
    color: #667085;
    line-height: 1.6;
}

.dclm_text a {
    border-bottom: 1px solid;
    color: #667085;
    font-weight: 800;
}

.dclm_text a:hover {
    color: var(--theme-bg1);
}

.planModal .modal-dialog {
    max-width: 100%;
    padding: 0px 30px;
}

.planModal .modal-body {
    padding: 30px;
}

.plan_cat_area {
    margin-bottom: 50px;
    text-align: center;
}

.plan_cat_labels {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.plan_cat_labels span {
    font-size: 20px;
    font-weight: 600;
    color: #667085;
}

.plan_cat_labels .form-check {
    margin: 0px 15px;
}

.plan_cat_labels .form-switch .form-check-input {
    height: 45px;
    min-width: 75px;
    background-color: rgba(120, 120, 128, .16);
    border: 0px;
}

.plan_cat_labels span.active {
    color: var(--theme-bg1);
}

.pack_plan_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px;
}

.pack_plan_col {
    width: 20%;
    padding: 8px;
}

.pack_plan_box {
    background: #FFFFFF;
    border: 1px solid #EAECF0;
    -webkit-box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 16px;
    padding: 45px 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.pack_plan_ft {
    margin: auto -15px 0px;
    padding-top: 25px;
    border-top: 1px solid #EAECF0;
    background: #F9FAFB;
    padding: 20px 15px;
    text-align: center;
    border-radius: 0px 0px 16px 16px;
}

.pack_plan_box .icon {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #E9F6FB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.pack_plan_name {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-bg1);
    margin-bottom: 10px;
}

.pack_type {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #101828;
}

.pack_plan_box ul {
    margin-top: 30px;
}

.pack_plan_box ul li {
    margin-bottom: 16px;
    padding-left: 35px;
    background-image: url('images/list-icon-success.svg');
    background-repeat: no-repeat;
    background-position: left top 2px;
    background-size: 20px;
}

.pack_plan_ft .cmn_theme_btn {
    width: 100%;
    max-width: 220px;
    padding: 11px 25px;
}

.pack_clp {
    margin-top: 24px;
    margin-bottom: 10px;
    text-align: left;
}

.pack_clp a {
    font-size: 16px;
    color: var(--theme-bg2);
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.pack_clp a img {
    margin-left: 10px;
}

.limited_off_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 12px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: -webkit-gradient(linear, left top, right top, from(#25A5DD), to(#94C63F));
    background: -o-linear-gradient(left, #25A5DD 0%, #94C63F 100%);
    background: linear-gradient(90deg, #25A5DD 0%, #94C63F 100%);
    border-radius: 16px 0px;
    color: #fff;
}

.bst_val {
    position: absolute;
    top: -30px;
    right: -20px;
    padding-left: 65px;
}

.bst_val span {
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-bg3);
}

.bst_val img {
    position: absolute;
    top: 11px;
    left: 0px;
}

.pack_type_txt {
    text-align: center;
}

.breadcrumb_hd {
    padding: 20px 0px;
    border-top: 1px solid #EAECF0;
    border-bottom: 1px solid #EAECF0;
}

.brdcm_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb_hd .cmn_theme_btn {
    padding: 12px 20px;
}

.breadcrumb_hd .cmn_theme_btn img {
    margin-right: 5px;
}

.brdcm_row ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -14px;
}

.brdcm_row li {
    padding: 14px;
    position: relative;
    color: #667085;
}

.brdcm_row li:not(:last-child):after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9px;
    height: 16px;
    background-image: url('images/brdcm-arrow-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
}

.brdcm_row li a {
    color: var(--theme-bg1);
}

.brdcm_row li a:hover {
    color: var(--theme-bg2);
}

.bcm_resident_sec {
    padding: 48px 0px;
    text-align: center;
    background: #F9FAFB;
}

.bcm_resident_sec p {
    color: #667085;
    font-size: 16px;
}

.bcm_resident_sec .container {
    max-width: 1205px;
}

.com_apt_filter .srch_bar {
    margin-left: 0px;
}

.com_apt_filter .cmn_form_elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.com_apt_filter .srch_bar input {
    height: 48px;
    background-color: transparent;
    font-size: 16px;
}

.com_apt_filter .srch_bar input::-webkit-input-placeholder {
    color: #D0D5DD;
}

.com_apt_filter .srch_bar input::-moz-placeholder {
    color: #D0D5DD;
}

.com_apt_filter .srch_bar input:-ms-input-placeholder {
    color: #D0D5DD;
}

.com_apt_filter .srch_bar input::-ms-input-placeholder {
    color: #D0D5DD;
}

.com_apt_filter .srch_bar input::placeholder {
    color: #D0D5DD;
}

.com_apt_filter select {
    width: auto;
    height: 48px;
    color: var(--theme-bg2);
}

.com_apt_filter .cmn_form_elem>* {
    margin-right: 16px;
}

.com_list_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}

.com_list_wrap {
    width: 65%;
    padding-right: 22px;
}

.com_map_wrap {
    width: 35%;
    min-height: 500px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 15px;
}

.com_map_wrap iframe {
    width: 100%;
    height: 100%;
}

.com_list_box {
    padding: 0px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
    border-radius: 16px;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.com_list_box_top {
    position: relative;
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
}

.com_list_box_top_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.com_list_box:hover .com_list_box_top_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.com_list_box_btm {
    padding: 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.com_list_box_btm h3 {
    font-size: 16px;
    font-weight: 400;
    color: #667085;
    margin-bottom: 16px;
}

.com_list_box_btm .title_h3 {
    margin-bottom: 15px;
}

.com_list_box_btm p {
    font-size: 14px;
    color: #98A2B3;
    margin-bottom: 15px;
}

.com_list_reward {
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-bg2);
    margin-bottom: 15px;
}

.com_list_reward span {
    font-size: 16px;
    color: var(--theme-bg3);
}

.com_key_tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -6px;
}

.com_key_tags li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    background: #F2F4F7;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    margin: 6px;
}

.com_key_tags li a {
    color: var(--theme-bg2);
}

.com_key_tags li:first-child:hover {
    background: var(--theme-bg3);
    color: var(--theme-white);
}

.tour_trav_filter_sidebar+.tour_trav_list_wrap .com_key_tags li:first-child:hover {
    background: #F2F4F7;
    color: currentColor;
}

.tour_trav_filter_sidebar+.tour_trav_list_wrap .com_key_tags li:first-child:hover img {
    filter: none;
}

.com_key_tags li:first-child:hover img {
    filter: brightness(0) invert(1);
}

.com_key_tags li:first-child:hover a {
    color: var(--theme-white);
}

.com_key_tags li img {
    margin-right: 7px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.com_list_box_btm .title_h3 a {
    color: var(--theme-bg2);
}

.com_list_box_btm .title_h3 a:hover {
    color: var(--theme-bg3);
}

.com_list_box_slider .item {
    height: 280px;
    border-radius: 0px;
}

.com_list_box_slider .item img {
    height: 100%;
    width: 100%;
}

.com_list_box_slider .slick-arrow {
    width: 32px;
    height: 32px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    z-index: 2;
}

.com_list_box_slider .slick-prev {
    left: 15px;
    background-image: url('images/slider-arw-prev-b.svg');
}

.com_list_box_slider .slick-next {
    right: 15px;
    background-image: url('images/slider-arw-next-b.svg');
}

.com_list_box_slider .slick-arrow:before {
    display: none;
}

.com_list_box_slider .slick-dots {
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.com_list_box_slider .slick-dots li button {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: rgba(152, 162, 179, .7);
    padding: 0px;
}

.com_list_box_slider .slick-dots li button:before {
    display: none;
}

.com_list_box_slider .slick-dots li.slick-active button {
    background: #fff;
    width: 10px;
    height: 10px;
}

.com_list_box_slider .slick-dots li {
    width: auto;
    height: auto;
}

.com_list_row {
    --bs-gutter-y: 24px;
}

.com_sec_scrl {
    overflow-y: auto;
    scrollbar-color: #98A2B3 #F2F4F7;
    padding-bottom: 15px;
    max-height: 1141px;
}


.com_sec_scrl::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
    height: 6px;
}

.com_sec_scrl::-webkit-scrollbar-track {
    background: #F2F4F7;
    border-radius: 10px;
}

.com_sec_scrl::-webkit-scrollbar-thumb {
    background: #98A2B3;
}

.com_list_tag {
    position: absolute;
    left: -10px;
    top: 8px;
    z-index: 2;
}

.com_list_tag span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 16px;
    background: #F9C80E;
    border-radius: 8px 8px 8px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.com_list_tag:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 20px;
    background: #BB960B;
    top: 29px;
    left: 0px;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.com_list_box_slider_wrap {
    position: relative;
}

.com_list_box_slider_nav {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0;
    width: auto;
    height: auto;
    max-width: 90px;
    margin: 0 auto;
}

.com_list_box_slider_nav .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px !important;
}

.com_list_box_slider_nav .slick-list {
    padding: 0px !important;
}

.com_list_box_slider_nav .slick-slide {
    width: 6px !important;
    height: 6px !important;
    border-radius: 100%;
    background: #ccc;
    margin: 5px;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.com_list_box_slider_nav .slick-slide.slick-current {
    width: 10px !important;
    height: 10px !important;
    background: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.com_list_box_slider_nav .slick-slide.sl_prev {
    width: 8px !important;
    height: 8px !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.com_list_box_slider_nav .slick-slide.sl_next {
    width: 8px !important;
    height: 8px !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}



.shareModal .modal-dialog {
    max-width: 970px;
    margin: 10px auto;
}

.modal-dialog {
    padding: 0px 10px;
}

.shareModal .haw_logo {
    margin-bottom: -60px;
}

.shareModal .modal-content {
    border-radius: 24px;
}

.shareModal .modal-body {
    position: relative;
    padding: 48px;
}

.shareModal .btn-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    right: 16px;
    top: 16px;
    background: #F2F4F7 !important;
    border-radius: 70px;
    z-index: 1;
}

.share_top_int {
    padding-bottom: 30px;
    border-bottom: 1px solid #EAECF0;
    text-align: center;
}

.share_btm_int {
    margin-top: 40px;
    text-align: center;
}

.share_top_int .title_h1 {
    margin-bottom: 10px;
}

.share_top_int span {
    width: 100%;
    display: block;
    color: var(--body-text-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.share_btm_int span {
    color: var(--body-text-color);
    font-size: 16px;
    font-weight: 400;
}

.share_btm_int .title_h1 {
    margin-bottom: 10px;
}

.share_btm_row {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.share_btm_lt {
    padding: 0px 40px;
    width: 45%;
}

.share_btm_rt {
    width: 55%;
}

.share_btm_lt img {
    border-radius: 16px;
}

.share_btm_rt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    margin-bottom: -50px;
}

.share_btm_rt ul li {
    width: 50%;
    text-align: left;
    margin-bottom: 50px;
}

.share_btm_rt li a img {
    max-width: 40px;
    max-height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
}

.share_btm_rt li a {
    font-size: 20px;
    color: var(--theme-bg2);
    font-weight: 600;
}

.share_btm_rt li a:hover {
    opacity: 0.6;
}

.share_btm_end {
    margin-top: 48px;
    padding: 16px 24px;
    background: #F2F4F7;
    border-radius: 8px;
    text-align: center;
}

.edit_img_wrapper_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    margin: 20px -10px 0px;
}

.edit_img_wrapper_row .edit_img_wrapper {
    width: 33.3333%;
    margin: 10px 0px;
}

.edit_img_wrapper_row .edit_img_wrapper img {
    padding-bottom: 0px !important;
}

.community_apt_dtls.cmn_gap {
    padding-top: 30px;
}

.com_apt_dtls_hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.com_apt_dtls_hd h1 {
    margin-bottom: 0px;
}

.com_apt_dtls_hd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
}

.com_apt_dtls_hd li:not(:last-child) {
    margin-right: 35px;
}

.com_apt_dtls_hd li img {
    margin-right: 10px;
}

.com_apt_dtls_hd li a {
    color: var(--theme-bg2);
    font-size: 16px;
    font-weight: 500;
}

.com_apt_dtls_hd li a span {
    border-bottom: 1px solid;
}

.com_apt_dtls_hd li a:hover {
    opacity: 0.6;
}

.com_dtls_gal_area {
    margin-top: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.com_dtls_gal_lt a {
    display: block;
    width: 100%;
    height: 100%;
}

.com_dtls_gal_lt a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.com_dtls_gal_inner_row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}

.com_dtls_gal_inner_col a {
    position: relative;
    display: block;
}

.gal_ctas {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 24px;
}

.gal_ctas ul {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
}

.gal_ctas li {
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-bg1);
    padding: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.gal_ctas li:not(:last-child) {
    border-right: 1px solid #EAECF0;
}

.com_dtls_gal_row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}

.fancy_list_items ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fancy_list_items li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 8px;
    font-size: 20px;
    font-weight: 400;
    color: var(--theme-bg2);
}

.fancy_list_items li img {
    margin-right: 6px;
}



.com_dtls_gal_lt>a,
.com_dtls_gal_inner_col>a {
    position: relative;
    cursor: pointer;
}

.com_dtls_gal_lt>a:after,
.com_dtls_gal_inner_col>a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url('images/add-icon-w.svg');
    background-position: center;
    background-size: 40px;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

.com_dtls_gal_lt>a:hover:after,
.com_dtls_gal_inner_col>a:hover:after {
    opacity: 1;
    visibility: visible;
}


.cprop_info_wrapper {
    margin-top: 40px;
}

.cprop_hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cprop_hd_lt .title_h2 {
    font-weight: 400;
    margin-bottom: 5px;
}

.view_prop_web {
    font-weight: 500;
    font-size: 16px;
    -webkit-text-decoration-line: underline !important;
    text-decoration-line: underline !important;
    color: #182230;
}

.view_prop_web:hover {
    color: var(--theme-bg2);
    font-weight: 500;
}

.cprop_hd_rt img {
    max-width: 145px;
}

.cprop_rwd {
    margin-top: 60px;
    border: 1px solid #EAECF0;
    padding: 20px;
    border-radius: 16px;
}

.cprop_rwd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px -24px;
}

.cprop_rwd li {
    padding: 0px 24px;
    border-right: 1px solid #F2F4F7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cprop_rwd_title {
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.cprop_rwd li:first-child {
    width: 34%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cprop_rwd li:last-child {
    border-right: 0px;
}

.cprop_rwd_sub_title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-bg3);
}

.cprop_rwd_icon {
    padding: 12px;
    width: 45px;
    height: 45px;
    background: #F2F4F7;
    border-radius: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.cprop_rwd_item_name {
    display: block;
    font-size: 14px;
    color: #98A2B3;
}

.cprop_rwd_item_qty {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-bg2);
}

.cprop_keys {
    margin-top: 60px;
}

.cprop_keys_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cprop_keys_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    width: 72px;
    height: 72px;
    border: 1.5px solid #EAECF0;
    border-radius: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
}

.cprop_keys_icon img {
    max-width: 42px;
    max-height: 42px;
}

.cprop_keys_cont p {
    font-size: 14px;
    line-height: 1.4;
    color: #98A2B3;
}

.cprop_keys_cont .title_h3 {
    margin-bottom: 5px;
    display: block;
}

.cprop_offers {
    margin-top: 60px;
}

.cprop_offers .title_h2 {
    font-weight: 500;
}

.cprop_offers ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cprop_offers li {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 30px;
    width: 50%;
}

.cprop_offers li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cprop_offers li img {
    max-width: 40px;
    max-height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 12px;
}

.cprop_info {
    margin-top: 60px;
}

.cprop_info .title_h1 {
    margin-bottom: 10px;
}

.cprop_info p {
    color: #667085;
}

.cprop_info .read_more_link {
    font-size: 16px;
    color: var(--theme-bg2);
}

.cprop_info .read_more_link span {
    text-decoration: underline;
}

.cprop_info .read_more_link img {
    width: 14px;
    margin-left: 5px;
}

.cprop_info .read_more_link span {
    text-decoration: underline;
}

.cprop_info .read_more_link:hover {
    color: var(--theme-bg1);
}

.cprop_right_bar {
    padding: 30px;
    background: #FFFFFF;
    border: 1.5px solid #EAECF0;
    -webkit-box-shadow: 4px 12px 16px -4px rgba(16, 24, 40, 0.08), -4px 4px 6px -2px rgba(16, 24, 40, 0.03);
    box-shadow: 4px 12px 16px -4px rgba(16, 24, 40, 0.08), -4px 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 16px;
    text-align: center;
}

.cprop_rt_btn_grp a {
    width: 100%;
}

.cprop_rt_btn_grp a:not(:last-child) {
    margin-bottom: 16px;
}

.cprop_cnt_card {
    margin-top: 30px;
    border: 1px solid #EAECF0;
    border-radius: 8px;
}

.cprop_cnt_card ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cprop_cnt_card ul li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 14px;
    color: var(--theme-bg2);
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    border-right: 1px solid #EAECF0;
}

.cprop_cnt_card ul li a {
    font-size: 14px;
    color: var(--theme-bg2);
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cprop_cnt_card ul>li a:hover {
    color: var(--theme-bg1);
}

.view_cprop_all {
    padding: 12px;
    border-top: 1px solid #EAECF0;
}

.view_cprop_all a {
    color: var(--theme-bg1);
    font-size: 16px;
}

.cprop_cnt_card ul li img {
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.view_cprop_all a:hover {
    color: var(--theme-bg2);
}

.cprop_info_col_lt {
    padding-right: 25px;
}

.cmn_close_popup_btn {
    position: absolute;
    top: 16px;
    right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    right: 16px;
    top: 16px;
    background: #F2F4F7 !important;
    border-radius: 70px;
    border: 0px;
    z-index: 1;
}

.share_btm_int form {
    text-align: left;
}

.shareListModal .modal-body {
    border-radius: 16px;
    padding: 48px;
}

.shareListModal .modal-content {
    border-radius: 24px;
}

.shareListModal .modal-dialog {
    max-width: 760px;
}

.error_msg {
    font-size: 14px;
    font-weight: 400;
    color: #EB3D4D;
    margin-top: 4px;
}

.share_btm_int p {
    color: #667085;
}

.fld_err {
    border-color: #EB3D4D !important;
}

.fld_add_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fld_add_item input {
    margin-right: 16px;
}

.fld_add_item .cmn_theme_btn {
    min-width: 56px;
    background-image: url('images/add-icon-w.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

.add_items {
    margin-top: 24px;
}

.add_items ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

.add_items li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    background: #ECFDF3;
    border: 1px solid #A9EFC5;
    border-radius: 8px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #067647;
    line-height: 1.2;
    margin: 5px;
}

.add_items li a {
    margin-left: 15px;
}

.add_items a img {
    margin-top: -2px;
}

.spc {
    height: 100px;
}

.edit_item_50 {
    width: 50%;
    padding: 12px;
}

.cmn_form_elem .edt_card input,
.cmn_form_elem .edt_card select,
.cmn_form_elem .edt_card textarea {
    height: 42px;
}

.tour_trav_filter_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tour_trav_filter_lt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tour_trav_filter_lt .count_res {
    margin-right: 30px;
}

.tour_trav_filter_lt .reset_filter_link {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #EB3D4D;
    border: 0px;
    background: transparent;
    border-bottom: 1px solid;
}

.tour_trav_filter_lt .reset_filter_link:hover {
    color: #000;
}

.tour_trav_filter_rt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tour_trav_filter_rt select {
    width: auto;
    margin-right: 24px;
    font-size: 16px;
    font-weight: 500 !important;
    color: var(--theme-bg2);
}

.tour_trav_filter_rt .map_view_btn {
    border: 1px solid #D0D5DD;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-bg2);
    height: 56px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tour_trav_filter_rt .map_view_btn:hover {
    background: #E9F6FB;
    border-color: #26A1D6;
    color: #26A1D6;
}

.tour_trav_filter_rt .map_view_btn img {
    margin-left: 8px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tour_trav_filter_rt .map_view_btn:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(45%) sepia(100%) saturate(365%) hue-rotate(152deg) brightness(100%) contrast(95%);
    filter: brightness(0) saturate(100%) invert(45%) sepia(100%) saturate(365%) hue-rotate(152deg) brightness(100%) contrast(95%);
}

.tour_trav_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

.tour_trav_filter_sidebar {
    width: 310px;
    padding-right: 35px;
}

.tour_trav_list_wrap {
    width: calc(100% - 310px);
}

.tour_trav_filter_box {
    padding: 20px;
    background: #F9FAFB;
    border: 1px solid #EAECF0;
    border-radius: 16px;
}

.tour_trav_filter_box label {
    font-size: 18px;
    color: var(--theme-bg2);
    font-weight: 600;
    margin-bottom: 15px;
}

.tour_trav_filter_box .cmn_form_elem input,
.tour_trav_filter_box .cmn_form_elem select {
    height: 48px;
}

.fld_chk_grp label {
    font-weight: 400;
    font-size: 16px;
}

.tt_btns_grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px -8px 0px;
    padding-top: 25px;
    margin-top: auto;
}

.tt_btns_grp a {
    min-width: 148px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    margin: 0px 8px;
    padding: 14px 16px;
    line-height: 1.2;
}

.tour_trav_list_wrap .com_list_reward {
    font-size: 12px;
}

.tour_trav_list_wrap .com_list_reward span {
    font-size: 14px;
}

.tt_map_wrap {
    margin-bottom: 14px;
}

.tt_map_wrap iframe {
    border-radius: 16px;
    width: 100%;
    height: 500px;
}

.more_list_hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.more_list_lt {
    width: 50%;
    padding-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.more_list_hd_rt {
    width: 50%;
    padding-left: 25px;
}

.more_list_prof_img {
    width: 90px;
    height: 90px;
    border-radius: 16px;
    overflow: hidden;
    margin-right: 15px;
}

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

.more_prof_cont .title_h1 {
    margin-bottom: 10px;
}

.more_cnt_dtls ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
}

.more_cnt_dtls li {
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.more_cnt_dtls li img {
    margin-right: 5px;
}

.more_cnt_dtls li {
    margin: 10px;
    color: #667085;
    font-size: 16px;
    font-weight: 400;
}

.more_cnt_dtls li a {
    color: #667085;
    font-size: 16px;
    font-weight: 400;
}

.more_cnt_dtls li a:hover {
    color: #000;
}

.more_ern_pt {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-bg2);
    line-height: 1.3;
}

.more_ern_pt span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-bg3);
}

.more_prof_cont .com_apt_dtls_hd ul {
    padding-left: 0px;
}

.more_prof_cont .com_apt_dtls_hd {
    margin-top: 25px;
}

.cmn_text_blk {
    padding: 20px 16px;
    border: 1.5px solid #D0D5DD;
    border-radius: 16px;
}

.cmn_text_blk:not(:last-child) {
    margin-bottom: 25px;
}

.cmn_text_blk .title_h3 {
    margin-bottom: 10px;
}

.cmn_text_blk p {
    font-size: 14px;
    color: #667085;
}

.fld_select_fltr_grp select+select {
    margin-top: 15px;
}

.shareModal .more_list_lt {
    width: 100%;
    padding: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shareModal .more_ern_pt span {
    display: initial;
}

.cmn_btn_link {
    width: 171px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: var(--theme-bg2);
    border-bottom: 1px solid;
}

.cmn_btn_link:hover {
    color: var(--theme-bg1);
}

.tr_hd_lt h1 {
    margin-bottom: 5px;
}

.tr_hd_lt+ul {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.gal_ctas.sngl {
    width: auto;
    right: 0;
    left: auto;
}

.tt_hd_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tt_hd_profile_img {
    padding: 12px;
    width: 104px;
    height: 104px;
    border: 1.5px solid #EAECF0;
    border-radius: 100px;
    margin-right: 24px;
    overflow: hidden;
}

.tt_hd_profile_img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.tt_hd_profile_cont .title_h2 {
    margin-bottom: 10px;
    font-weight: 500;
}

.tt_hd_profile_cont .view_prop_web {
    color: var(--theme-bg1);
}

.tt_hd_profile_cont .view_prop_web:hover {
    color: var(--theme-bg2);
}

.cprop_rwd.nrm li:first-child {
    width: auto;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
}

.cprop_rwd.nrm li {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cprop_offers.trv {
    border-top: 1px solid #EAECF0;
    padding-top: 60px;
}

.fld_blk_date input {
    background-image: url('images/calendar-icon-d.svg');
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 16px;
    padding-right: 35px;
}

.cprop_right_bar .cprop_h1 {
    font-size: 28px;
}

.cprop_right_bar .cprop_h1 span {
    display: block;
    color: var(--theme-bg3);
}

.cprop_right_blk_grp {
    margin-top: 30px;
}

.rq_info_list {
    border-top: 1px solid #EAECF0;
    padding-top: 60px;
    margin-top: 60px;
}

.rq_info_list h2 {
    font-weight: 500;
    margin-bottom: 10px;
}

.rq_info_list p {
    color: #667085;
}

.rq_info_list .form_wrap {
    padding: 32px;
    background: #F9FAFB;
    border: 1.5px solid #EAECF0;
    border-radius: 16px;
}

.rq_info_list .cmn_form_elem input,
.rq_info_list .cmn_form_elem select {
    height: 48px;
}

.rq_info_list .fld_blk_chk {
    margin-top: 10px;
}

.rq_info_list .cmn_theme_btn {
    padding: 12px 20px;
}

.loc_wrap_sec {
    margin-top: 60px;
}

.loc_wrap_sec_map iframe {
    width: 100%;
    height: 500px;
}

.cprop_info_col_lt.ttd {
    padding-right: 100px;
}

.mud_hd_lt ul {
    padding-left: 0px;
}

.mud_hd_lt li {
    font-size: 16px;
    color: #667085;
}

.mud_hd_lt h1 {
    margin-bottom: 5px;
}

.mud_hd_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    background: #F2F4F7;
    border-radius: 8px;
}

.mud_hd_btn span {
    border: 0px !important;
    text-decoration: none;
    padding: 0px !important;
}

.mud_hd_rt ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mud_top_scrn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
}

.mud_top_scrn_slider_wrapper {
    width: 65%;
    padding-right: 50px;
}

.mud_top_right {
    width: 35%;
}

.mud_top_thumb_slider .item {
    width: 100%;
    height: 528px;
    border-radius: 16px;
    overflow: hidden;
}

.mud_top_thumb_slider .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mud_top_nav_slider {
    margin-top: 24px;
}

.mud_top_nav_slider .item {
    padding: 2px 24px 2px 0;
    height: auto;
}

.mud_top_nav_slider .slick-list {
    margin: -3px 0 -3px 0;
}

.mud_top_nav_slider .item img {
    padding: 8px;
    width: 100%;
    height: 144px;
    border: 2px solid #D0D5DD;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
}

.mud_top_nav_slider .item.slick-current img {
    border-color: var(--theme-bg1);
}

.mud_enroll_bar {
    padding: 32px;
    background: #FFFFFF;
    border: 1.5px solid #EAECF0;
    -webkit-box-shadow: 4px 12px 16px -4px rgba(16, 24, 40, 0.08), -4px 4px 6px -2px rgba(16, 24, 40, 0.03);
    box-shadow: 4px 12px 16px -4px rgba(16, 24, 40, 0.08), -4px 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 16px;
}

.enroll_bar_radio_grp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0px;
}

.enroll_bar_radio_grp label {
    width: 100%;
    padding: 16px;
    background: #FFFFFF;
    border: 1.5px solid #EAECF0;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}

.enroll_bar_radio_grp .enr_rd_text {
    width: 100%;
    display: inline-block;
    border: 0px;
    position: static !important;
    padding-left: 35px;
}

.enroll_bar_radio_grp .info {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0px;
    left: auto;
    top: 0px;
    border-radius: 0px 8px;
    z-index: 1;
    border: 0px;
    background-color: var(--theme-bg1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.enroll_bar_radio_grp.rad_grp input+span {
    top: 16px;
    left: 14px;
}

.enr_rd_text {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
}

.enr_rd_title {
    display: block;
    font-size: 15px;
    position: static !important;
}

.enr_rd_sub_text {
    position: static !important;
    color: var(--theme-bg1);
    font-size: 14px;
    display: inline-block;
}

.enroll_bar_radio_grp label:not(:last-child) {
    margin-bottom: 16px;
}

.enroll_btns {
    margin-top: 24px;
}

.enroll_btns a:not(:last-child) {
    margin-bottom: 16px;
}

.enroll_assign {
    margin-top: 40px;
    border: 1.5px solid #EAECF0;
    border-radius: 8px;
}

.enroll_assign_item {
    padding: 16px;
    border-bottom: 1px solid #EAECF0;
}

.enroll_assign_item:last-child {
    border-bottom: 0px;
}

.en_asgn_title {
    font-size: 15px;
    font-weight: 500;
    color: var(--theme-bg3);
    display: block;
    margin-bottom: 5px;
}

.enroll_assign_item p {
    font-size: 13px;
    color: #98A2B3;
}

.mud_specs {
    margin-top: 80px;
    padding: 32px;
    border: 1.5px solid #EAECF0;
    border-radius: 16px;
}

.mud_specs .nav-tabs {
    border-bottom: 1px solid #EAECF0;
    margin-bottom: 40px;
}

.mud_specs .nav-tabs .nav-link {
    font-size: 20px;
    font-weight: 500;
    color: #D0D5DD;
    border: 0px;
    padding: 12px;
    margin-right: 15px;
    border-bottom: 3px solid transparent !important;
}

.mud_specs .nav-tabs .nav-item.show .nav-link,
.mud_specs .nav-tabs .nav-link.active {
    border-bottom: 3px solid var(--theme-bg1) !important;
    color: var(--theme-bg1);
}

.mud_specs .tab-pane .title_h3 {
    margin-top: 35px;
    margin-bottom: 15px;
}

.cmn_blt_list li {
    position: relative;
    padding-left: 22px;
    margin: 10px 0px;
    font-size: 16px;
    color: #475467;
}

.cmn_blt_list li:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #344054;
    border-radius: 12px;
    position: absolute;
    left: 0;
    top: 5px;
}

.see_more_link {
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-bg1);
    display: block;
    margin-top: 30px;
}

.see_more_link span {
    border-bottom: 1px solid var(--theme-bg1);
}

.see_more_link:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.story_card_info>img {
    margin-bottom: 16px;
}

.hlf_link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.hlf_link img {
    margin-right: 10px;
}

.hlf_link {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-bg2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hlf_link span {
    border-bottom: 1px solid;
}

.hlf_link:hover {
    opacity: 0.5;
    color: currentColor;
}

.media_share {
    margin-bottom: 30px;
}

.story_card_info p {
    color: #667085;
}

.mud_specs .cprop_info {
    margin-top: 0px;
}

.mud_locs_sec {
    margin-top: 80px;
}

.mud_locs_hd {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cus_locs_arrows {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mud_locs_wrap .item {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #EAECF0;
    height: auto;
    margin: 12px;
    display: block;
}

.mud_locs_wrap .item h3 {
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.mud_locs_wrap .item:hover .mud-locs-img img {
    transform: scale(1.1);
}

.mud-locs-img {
    overflow: hidden;
    width: 100%;
    height: 260px;
}

.mud_locs_wrap .item .mud-locs-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.locs_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.locs_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    width: 40px;
    height: 40px;
    background: #F2F4F7;
    border-radius: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
}

.locs_text h3 {
    font-size: 16px;
    font-weight: 500;
}

.mud_locs_sec .slick-list {
    margin: -12px;
}

.mud_locs_sec .slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    width: 40px;
    height: 40px;
    border: 1px solid #26A1D6;
    border-radius: 8px;
    cursor: pointer;
}

.mud_locs_sec .locs_nav_lt.slick-arrow {
    margin-right: 30px;
}

.mud_locs_sec .slick-arrow:hover {
    background: var(--theme-bg1);
}

.mud_locs_sec .slick-arrow:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.mud_locs_hd .title_h1 {
    margin-bottom: 0px;
}

.loyaltyProgram .modal-body {
    padding: 30px;
}

.loyaltyProgram .modal-dialog {
    max-width: 790px;
}

.loyaltyProgram .share_top_int {
    text-align: left;
    border-bottom: 0px;
}

.loyaltyProgram .fld_blk_txt_shwcase .col-md-12:not(:last-child) {
    margin-bottom: 30px;
}

.loyaltyProgram .fld_blk_txt_shwcase .title_h4 {
    font-size: 20px;
}

.loyaltyProgram .fld_textarea {
    height: 90px;
}

.loyaltyProgram .modal-content {
    border-radius: 16px;
}

.loyaltyProgram .share_top_int span {
    color: #98A2B3;
}

.myFabModal .modal-content {
    border-radius: 12px;
}

.myFabModal .modal-body {
    padding: 50px 24px;
    background: #FFFFFF;
    border: 1px solid #EAECF0;
    border-radius: 12px;
    text-align: center;
}

.myFabModal .modal-dialog {
    max-width: 633px;
}

.myFabModal .select_y_n .cmn_theme_btn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 10px;
}

.myFabModal .select_y_n {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.acc_hd {
    padding: 15px 0;
    background: var(--theme-bg1);
}

.acc_hd_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.acc_hd .cat_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    background: #FFFFFF;
    border: 1px solid #EAECF0;
    border-radius: 8px;
    color: var(--theme-bg2);
}

.acc_hd .cat_btn img {
    margin-right: 12px;
}

.acc_hd .cat_btn:hover {
    background: var(--theme-bg2);
    border-color: var(--theme-bg2);
    color: #fff;
}

.acc_hd .cat_btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.acc_hd .srch_bar input {
    min-width: 450px;
    background-color: #fff;
}

.acc_main_tab>nav {
    background: var(--theme-bg1);
}

.acc_main_tab .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #D0D5DD;
    padding: 15px;
    margin: 0px 10px;
    border: 0px;
    border-bottom: 5px solid transparent !important;
}

.acc_main_tab .nav-tabs .nav-item.show .nav-link,
.acc_main_tab .nav-tabs .nav-link.active {
    background: transparent;
    border-color: #fff !important;
    color: #fff;
}

.acc_main_tab .tab-content {
    margin-top: 60px;
}

.key_scores {
    padding: 24px 36px;
    background: #FFFFFF;
    border: 1.5px solid #EAECF0;
    -webkit-box-shadow: 1px -1px 20px rgba(16, 24, 40, 0.03), -1px 1px 20px rgba(16, 24, 40, 0.03);
    box-shadow: 1px -1px 20px rgba(16, 24, 40, 0.03), -1px 1px 20px rgba(16, 24, 40, 0.03);
    border-radius: 16px;
}

.ks_col {
    border-bottom: 1px solid #EAECF0;
    padding: 20px 0px;
}

.key_scores .row:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-top: -1px;
}

.ks_box {
    display: block;
}

.ks_col:not(:nth-child(4n)) .ks_box {
    border-right: 1px solid #EAECF0;
}

.ks_box span {
    display: block;
    font-size: 20px;
    color: #667085;
}

.ks_box span.score_pnt {
    font-size: 24px;
    color: var(--theme-bg2);
    font-weight: 600;
}

.ks_col:not(:nth-child(8n+1), :nth-child(8n+5)) {
    padding-left: 20px;
}

.key_rwd_text.title_h3 {
    color: #667085;
    margin-top: 15px;
    font-weight: 400;
}

.acc_filter_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.acc_filter_row ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -8px;
}

.acc_filter_row li {
    margin: 8px;
}

.acc_filter_row li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    background: #F2F4F7;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-bg2);
}

.acc_filter_row li a.active,
.acc_filter_row li a:hover {
    background: #DBFAE6;
    border-color: #75E0A7;
    color: #085D3A;
}

.acc_filter_row .rgt_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 300px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.acc_filter_row .rgt_bar label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    font-size: 18px;
    color: #667085;
    font-weight: 400;
}

.acc_filter_bar {
    margin-top: 30px;
}

.my_fab_cont {
    margin-top: 60px;
}

.my_fab_col .tt_btns_grp a {
    width: 100%;
}

.hgt_txt {
    font-weight: 600;
    font-size: 16px;
    color: #17B26A;
}

.cmn_list_type li {
    margin-bottom: 16px;
    padding-left: 35px;
    background-image: url('../images/list-icon-success.svg');
    background-repeat: no-repeat;
    background-position: left top 2px;
    background-size: 20px;
}

.ff_info_list {
    padding-top: 60px;
}

.ff_info_list .title_h3 {
    margin-bottom: 15px;
}

.ff_info_list p {
    font-size: 16px;
    color: #667085;
}

.ff_info_lt {
    padding-right: 30px;
}

.ff_info_rt {
    padding-left: 30px;
}

.badge_info_listing {
    margin-top: 45px;
}

.badge_info_listing .title_h3 {
    border-bottom: 3px solid #51B4DE;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.ff_info_box {
    padding: 24px;
    border: 1.5px solid #D0D5DD;
    border-radius: 16px;
}

.copylinkf form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.copylinkf {
    padding-right: 80px;
}

.ff_info_scl ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -12px;
}

.ff_info_scl li {
    margin: 12px;
}

.ff_info_scl li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    width: 56px;
    height: 56px;
    border: 1.5px solid #D0D5DD;
    border-radius: 8px;
}

.ff_info_scl li a:hover {
    border-color: var(--theme-bg3);
}

.ff_info_scl {
    margin-top: 20px;
    padding-bottom: 25px;
}

.ff_info_btm {
    margin: 0 -24px;
    padding: 24px 24px 0px;
    border-top: 1px solid #D0D5DD;
}

.ff_info_sm_card {
    padding: 24px;
    max-width: 250px;
    background: var(--theme-bg2);
    border-radius: 12px;
}

.ff_info_sm_card .title_h1 {
    color: #fff;
    margin-bottom: 15px;
}

.ff_info_sm_txt {
    font-size: 16px;
    font-weight: 400;
    color: #F2F4F7;
}

.ff_info_btm_txt {
    margin-top: 15px;
}

.copylinkf form input {
    margin-right: 16px;
}

.copylinkf form .cmn_theme_btn {
    min-width: auto;
}

.copylinkf form .cmn_theme_btn img {
    margin-right: 10px;
}

.badge_table_sec {
    margin-top: 60px;
}

.badge_table_sec .nav-tabs .nav-link {
    padding: 12px 24px;
    background: #EAECF0;
    margin: 0px;
    border: 0px !important;
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-bg2);
    border-radius: 0px;
}

.badge_table_sec .nav-tabs .nav-item.show .nav-link,
.badge_table_sec .nav-tabs .nav-link.active {
    background: var(--theme-bg1);
    color: #fff;
}

.badge_table_sec .nav-tabs {
    border: 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 8px;
    overflow: hidden;
}

.badge_table_sec .tab-content {
    margin-top: 24px;
}

.badge_gfts_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.table_rt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
}

.table_lt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 25px;
}

.table-fluid {
    width: 100%;
    height: 100%;
    border: 1px solid #EAECF0;
    border-radius: 8px;
    overflow: auto;
    background: #F9FAFB;
}

.table_lt table {
    width: 100%;
}

.cmn_table_elem tr:nth-child(odd) {
    background: #F9FAFB;
}

.cmn_table_elem tr:nth-child(even) {
    background: #fff;
}

.table_rt tr {
    background: #F9FAFB;
}

.cmn_table_elem th {
    padding: 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-bg1);
    border-bottom: 1px solid #EAECF0;
}

.cmn_table_elem th img {
    margin-left: 6px;
}

.cmn_table_elem td {
    padding: 16px;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #EAECF0;
}

.cmn_table_elem tr:last-child td {
    border-bottom: 0px;
}

.table_rt td {
    border-bottom: 0px;
}

.acn_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    min-width: 128px;
    background: #BCE2F2;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.table_rt td {
    padding: 11.25px 16px;
}

.badge_nm {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 8px;
    width: auto;
    background: #EFF8FF;
    border: 1px solid #B2DDFF;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
    color: #175CD3;
}

.badge_nm.success {
    color: #067647;
    background: #ECFDF3;
    border-color: #ABEFC6;
}

.badge_nm.warning {
    color: #B54708;
    background: #FFFAEB;
    border-color: #FEDF89;
}

.badge_nm.vio {
    color: #5925DC;
    background: #F4F3FF;
    border-color: #D9D6FE;
}

.badge_nm.danger {
    color: #B42318;
    background: #FEF3F2;
    border-color: #FECDCA;
}

.my_acc_prsn_info {
    margin-top: 45px;
    padding: 24px;
    background: #FFFFFF;
    -webkit-box-shadow: 1px -1px 20px rgba(16, 24, 40, 0.03), -1px 1px 20px rgba(16, 24, 40, 0.03);
    box-shadow: 1px -1px 20px rgba(16, 24, 40, 0.03), -1px 1px 20px rgba(16, 24, 40, 0.03);
    border-radius: 16px;
}

.my_acc_prsn_hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.edit_link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1.5px solid #D0D5DD;
    border-radius: 8px;
}

.my_acc_prsn_hd .title_h2 {
    margin-bottom: 0px;
}

.fld_blk_prfl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fld_prft_lt input {
    display: none;
}

.fld_prft_lt label {
    width: 126px;
    height: 126px;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.fld_prft_lt label>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cam_part {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--theme-bg2);
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fld_prft_rt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cmn_form_elem .fld_prft_label2 {
    font-size: 16px;
    font-weight: 400;
    color: #667085;
}

.cmn_form_elem .fld_prft_label1 {
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-bg1);
    margin-bottom: 5px;
}

.my_acc_prsn_info_lt {
    padding-right: 30px;
    border-right: 1px solid #EAECF0;
}

.my_acc_prsn_info_rt {
    padding-left: 30px;
}

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

.link_pin {
    margin-top: 5px;
}

.link_pin a {
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-bg1);
}

.link_pin a:hover {
    color: var(--theme-bg2);
}

.hint_text {
    margin-top: 5px;
    font-size: 14px;
    color: #475467;
}

.my_acc_prsn_btn_col {
    text-align: right;
    margin-top: 50px;
}

.my_acc_prsn_info_rt .fld_blk>label {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.my_acc_prsn_info_rt .hnt_text {
    font-size: 16px;
    color: #667085;
}

.my_acc_prsn_info_rt .fld_blk_chk {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px -12px -12px;
}

.my_acc_prsn_info_rt .fld_blk_chk>* {
    padding: 12px;
}

.my_acc_prsn_info_rt label {
    font-size: 16px;
}

.fld_blk_password input {
    /* background-image: url(images/eye-slash.svg); */
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 15px;
    padding-right: 40px;
}

.pass-icon-set {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 18px;
    right: 16px;
}

.pasrwd-field {
    position: relative;
}

.pass-icon-set img {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.pass-icon-eye-off {
    display: none;
}

.ref_prg_sec {
    margin-top: 60px;
}

.ref_prg_title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    margin-bottom: 10px;
}

.ref_prg_title .title_h1 {
    padding-bottom: 10px;
}

.ref_prg_title img {
    margin-right: 10px;
}

.ref_prg_lt p {
    color: #667085;
}

.ref_prg_sec .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ref_prg_rt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ref_prg_rt .ff_info_sm_card {
    max-width: 330px;
}

.ref_code_sec {
    margin-top: 60px;
}

.ref_code_sec .title_h1 span {
    color: var(--theme-bg1);
}

.ref_code_box {
    padding: 24px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
    border-radius: 12px;
    height: 100%;
}

.ref_code_box li:not(:last-child) {
    margin-bottom: 10px;
}

.ref_code_box .title_h3 {
    margin-bottom: 20px;
}

.ref_payout_sec {
    margin-top: 60px;
}

.ref_payout {
    padding: 24px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
    border-radius: 12px;
    height: 100%;
}

.ref_payout_sec .row {
    --bs-gutter-y: 24px;
}

.ref_code_box li {
    color: #667085;
}

.ref_code_box li strong {
    color: var(--theme-bg2);
}

.ref_payout li {
    font-size: 16px;
    color: #667085;
}

.ref_payout li:not(:last-child) {
    margin-bottom: 10px;
}

.ref_pay_btn {
    margin-top: 30px;
}

.ref_pay_btn a {
    color: var(--theme-bg1);
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 1.3;
}

.ref_pay_btn a:hover {
    color: var(--theme-bg2);
}

.my_badges_wrapper {
    margin-top: 60px;
}

.my_badges_wrapper .title_h1 {
    margin-bottom: 40px;
}

.badge_sec_top_slider .item {
    height: 300px;
    background: #F2F4F7;
    position: relative;
    border-radius: 0px;
}

.badge_top_logo {
    width: 70px;
    position: absolute;
    top: 15px;
    left: 15px;
}

.badge_main_pic {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.badge_main_pic img {
    max-width: 150px;
    max-height: 150px;
}

.badge_indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 0px 15px 15px;
}

.ind_lt_txt {
    font-size: 12px;
    color: var(--theme-bg2);
}

.ind_rt {
    text-align: right;
}

.ind_lt_txt span {
    display: block;
}

.ind_txt {
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-bg3);
}

.badge_sec_top {
    position: relative;
    background: #F2F4F7;
    overflow: hidden;
}

.ind_lt span {
    margin-top: 5px;
}

.badge_sec_btm {
    padding: 20px;
    border-radius: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.badge_sec_btm p {
    color: #667085;
}

.badge_sec_btm .title_h2 {
    margin-bottom: 15px;
}

.badge_sec_btm .btn_cont {
    margin-top: auto;
    padding-top: 30px;
}

.badge_box {
    padding: 0px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
    border-radius: 16px;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.badge_box .slick-prev {
    left: 15px;
    background-image: url('../images/arw-nm-lt.svg');
}

.badge_box .slick-next {
    right: 15px;
    background-image: url('../images/arw-nm-rt.svg');
}

.badge_box .slick-arrow {
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    width: 20px;
    height: 32px;
}

.badge_box .slick-arrow:before {
    display: none;
}

.badge_row {
    --bs-gutter-y: 24px;
}

.badge_sec_top.disabled {
    position: relative;
    pointer-events: none;
    cursor: not-allowed;
}

.badge_sec_top.disabled:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.badge_sec_top.disabled .badge_nm {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 7px 20px;
    font-size: 24px;
    font-weight: 600;
}


/* select2 for single select elements starrt */
.sngl_select .select2-container .select2-selection--single {
    height: 56px;
}

.sngl_select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px;
}

.sngl_select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 56px;
    color: #000;
}

.select2-container--default .select2-selection--single {
    border-color: #D0D5DD !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #D0D5DD !important;
}

.select2-dropdown {
    border-color: #D0D5DD !important;
}

/* select2 for single select elements end */


.search_hd_link {
    display: none;
}

/* / start by kaushik on 10-05-2024 / */
.voucher_tag_sale {
    position: absolute;
    top: 24px;
    left: 0;
    background: #17b26a;
    color: #ffffff;
    padding: 7px 14px;
    line-height: 1.2em;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.voucher_tag_offer {
    position: absolute;
    top: 62px;
    left: 0;
    background: #F9C80E;
    color: #000000;
    padding: 10px 14px;
    line-height: 1.2em;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

/* / end by kaushik on 10-05-2024 /     */

/* / KM 14-11-2024 start / */


.default-modal .modal-body {
    background: #ffffff;
    border-radius: 16px;
}

.default-modal .modal-content {
    background: transparent;
}

.def-modal-upload {
    padding: 0 120px;
}

.def-modal-upload .file_up_label {
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 22px 14px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

/* / KM 14-11-2024 start / */







/* SS Css Beign 25-04-2024 */

.cmn_modal .fld_blk_chk label {
    align-items: center;
}

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

.cus_page_cont .cmn_form_elem .mb .fld_blk:first-child {
    margin-bottom: 20px;
}

.fld_blk_chk label {
    font-weight: 400;
}

.editcard-30 {
    width: 30%;
}

.editcard-36 {
    width: 36.666%;
}

/* End Of SS Css 25-04-2024 */

/* SS Css Begin 26-04-2024 */

.form-switch .form-check-input {
    position: relative;
    background-image: none !important;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    cursor: pointer;
}

.form-switch .form-check-input::after {
    position: absolute;
    content: "";
    width: 39px;
    height: 39px;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--theme-white);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15), 0 3px 1px rgba(0, 0, 0, .06);
    border-radius: 50%;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.form-switch .form-check-input:checked::after {
    left: calc(100% - 41px);
}

.form-switch .form-check-input:checked {
    background: #26A1D6;
}

.form-switch .form-check-input:checked+span {
    color: #26A1D6;
}

/* .form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e);
} */
.pack_plan_ft .card-body {
    text-align: left;
}

/* End Of SS Css 26-04-2024 */


/* new pages css start from here */

.container2 {
    max-width: 1320px;
}

.cmn_theme_btn.rounded {
    border-radius: 100px !important;
    height: 50px;
}

.cmn_theme_btn.bordered_v2 {
    border: 1px solid #98A2B3;
    background-color: transparent;
    color: #344054;
}

.cmn_theme_btn img {
    margin-left: 10px;
    width: 12px;
}

.cmn_theme_btn .icon_wh {
    filter: brightness(0) invert(1);
}

.cmn_theme_btn.bordered_v2:hover {
    background: #000;
    color: #fff;
}

.cmn_theme_btn.bordered_v2:hover img {
    filter: brightness(0) invert(1);
}



.banner_cmn_title {
    font-size: 32px;
    color: var(--theme-bg1);
    margin-bottom: 5px;
    display: block;
}

.exp_banner_txt_cont h1 {
    font-weight: 400;
    font-size: 60px;
    color: #344054;
}

.exp_banner_txt_cont {
    color: #667085;
}

.exp_ban_video {
    display: block;
    position: relative;
}

.exp_ban_video>img {
    width: 100%;
    border-radius: 10px;
}

.exp_ban_video .exp-play-btn {
    width: 76px;
    height: 76px;
    background: rgba(6, 6, 6, 0.12);
    border: 0.817204px solid rgba(255, 255, 255, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.exp_ban_video .exp-play-btn img {
    width: 20px;
    margin-left: 5px;
}

.exp_banner_txt_cont .btns_grp {
    margin-top: 35px;
}

.exp_banner_txt_cont .btns_grp a:not(:last-child) {
    margin-right: 12px;
}

.find_loc_sec {
    background: #EEF8FC;
    padding: 35px 0px;
}

.find_loc_row {
    display: flex;
    justify-content: space-between;
    margin: -9px;
}

.find_loc_item {
    padding: 9px;
}

.find_loc_item_cont {
    text-align: center;
}

.find_loc_item_cont a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.find_loc_item_cont a>* {
    transition: all .1s ease-in-out;
}

.find_loc_item_cont img {
    max-height: 44px;
    margin-bottom: 12px;
}

.find_loc_item_cont span {
    font-size: 14px;
    color: #475467;
}

.find_loc_item_cont a:hover span {
    color: #26a1d6;
}

.find_loc_item_cont a:hover img {
    filter: invert(53%) sepia(99%) saturate(711%) hue-rotate(163deg) brightness(89%) contrast(86%);
}

.find_service_col_lt {
    width: 50%;
    padding: 12px;
}

.cmn-new-sec-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
    color: #344054;
}

.find_service_col_lt p {
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    color: #475467;
    line-height: 1.3;
}

.find_service_row {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.find_service_col_rt {
    width: 50%;
    padding: 12px;
}

.comp_partner_expls span {
    color: #475467;
    display: block;
    margin-bottom: 12px;
}

.comp_partner_expls ul {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
}

.comp_partner_expls li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    background: #EAECF0;
    border-radius: 50px;
    margin: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #667085;
}

.find_service_col_lt .btn_wrap {
    margin-top: 30px;
}

.find_service_slider .slick-slide {
    height: auto;
    overflow: visible;
    border-radius: 0px;
    padding: 10px 0px;
}

.find_service_slider .slick-dots li.slick-active button:before {
    display: none;
}

.find_service_slider .slick-dots li {
    margin: 4.5px;
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100%;
    position: relative;
}

.find_service_slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #D0D5DD;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px;
}

.find_service_slider .slick-dots li button:before {
    display: none;
}

.find_service_slider .slick-dots li.slick-active {
    border-color: #9AD4ED;
}

.find_service_slider .slick-dots li.slick-active button {
    background: #26A1D6;
}

.list-style-blk li {
    padding-left: 31px;
    position: relative;
    margin: 8px 0px;
    color: #667085;
}

.list-style-blk li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    background: #D0D5DD;
    border-radius: 4px;
}

.find_service_item:nth-child(odd) .find_service_row {
    flex-direction: row-reverse;
}

.earning_redeem_wrapper {
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    font-size: 40px;
    font-weight: 400;
}

.earning_redeem_wrapper {
    font-style: italic;
    color: var(--theme-bg1);
}

.earning_wrp {
    color: #8AC552;
}

.acc_hd.mod {
    background: #1D2939;
    padding: 44px 0px;
}

.acc_hd.mod .cat_btn {
    padding: 10px 26px;
    font-size: 20px;
    font-weight: 500;
    color: #344054;
    justify-content: space-between;
}

.acc_hd.mod .cat_btn:hover {
    color: var(--theme-white);
}

.acc_hd.mod .cat_btn:hover {
    background: var(--theme-bg1);
}

.acc_hd.mod .srch_bar input {
    min-width: 580px;
    padding: 0px 50px 0px 16px;
}

.acc_hd.mod .srch_bar input[type="submit"] {
    min-width: auto;
    right: 16px;
    left: auto;
    padding: 0px;
}

.new_store_card {
    padding: 16px;
    background: #FCFCFD;
    border: 1px solid #EAECF0;
    border-radius: 20px;
}

.store_img_wrap {
    position: relative;
    width: 40%;
}

.store_img_wrap>img {
    width: 100%;
    border-radius: 8px;
}

.new_store_dtls {
    width: 60%;
    padding-left: 20px;
}

.new_store_card_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.store_img_wrap .ctas {
    position: absolute;
    top: 0;
    right: 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 8px;
    justify-content: space-between;
}

.store_img_wrap .ctas a i {
    width: 32px;
    height: 32px;
    background: var(--theme-white);
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.store_img_wrap .ctas a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.store_img_wrap .ctas a>* {
    transition: all 0s ease-in-out;
}

.store_img_wrap .ctas a.save_cta:hover i {
    background: #F04438;
    transition: all 0s ease-in-out;
}

.store_img_wrap .ctas a.share_cta:hover i {
    background: var(--theme-bg1);
    transition: all 0s ease-in-out;
}

.store_img_wrap .ctas a:hover i img {
    filter: brightness(0) invert(1);
    transition: all 0s ease-in-out;
}

.store_img_wrap .ctas a span {
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-white);
}

.new_store_name {
    font-size: 24px;
    color: var(--theme-black);
    font-style: italic;
    margin-bottom: 4px;
}

.new_store_name a {
    color: var(--theme-black);
}

.new_store_name a:hover {
    color: var(--theme-bg1);
}

.new_store_location {
    font-size: 16px;
    color: #98A2B3;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
}

.new_store_location img {
    width: 17px;
    margin-top: 2px;
    margin-right: 8px;
}

.new_store_dtls .btns_grp {
    display: flex;
}

.new_store_dtls .btns_grp .badge {
    background: #26A1D6;
    height: 38px;
    padding: 6px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
}

.new_store_dtls .btns_grp .badge+.badge {
    margin-left: 12px;
}

.new_store_dtls .btns_grp .badge.badge-color2 {
    background: #8AC552;
}

.new_store_cat_sec .row {
    --bs-gutter-y: 1.5rem;
}

.tt_card_btm_bar {
    background: #F2F4F7;
    padding: 10px;
    border-radius: 0px 0px 16px 16px;
    font-size: 14px;
    text-align: center;
}

.com_list_box_btm {
    position: relative;
}

.tt_info_btn {
    position: absolute;
    right: 16px;
    top: 15px;
    width: 45px;
    height: 45px;
    background: #F2F4F7;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tt_info_btn img {
    width: 25px;
}

.tt_info_btn:hover {
    opacity: 0.8;
}

.com_list_box {
    position: relative;
}

.com_list_box .badge {
    position: absolute;
    top: 0;
    left: 0;
    background: #17B26A;
    border-radius: 0px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 500;
    z-index: 1;
}

.com_list_box .badge.lg {
    font-size: 20px;
}

.redeemModal .modal-dialog {
    max-width: 1080px;
    border-radius: 16px !important;
}

.redeemModal .modal-content {
    border-radius: 16px;
}

.redeemModal .modal-body {
    padding: 36px;
    text-align: center;
}

.redeemModal .logo img {
    width: 160px;
    margin-bottom: 15px;
}

.redeemModal .title_h2 {
    font-size: 30px;
    color: #101828;
    margin-bottom: 10px;
}

.cmn_sub_title {
    font-size: 20px;
    font-weight: 500;
    color: #26A1D6;
    margin-bottom: 25px;
}

.popup_nrml_list {
    max-width: fit-content;
    margin: 0 auto 25px;
    text-align: left;
}

.popup_nrml_list li {
    padding-left: 20px;
    font-size: 16px;
    color: #475467;
    margin: 8px 0px;
    position: relative;
}

.popup_nrml_list li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #475467;
    position: absolute;
    top: 9px;
    left: 0;
}

.select_loc_bar select {
    max-width: 580px;
    margin: 0 auto 20px;
    border-color: #26A1D6;
    padding-right: 50px;
    font-size: 18px;
    color: #344054;
    background-image: url(images/caret-down-d.svg);
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 18px;
    border-radius: 4px;
}

.loc_select_fileds {
    max-width: fit-content;
    margin: 0 auto 25px;
    display: flex;
}

.loc_select_fileds input {
    width: 46.5px;
    height: 46.5px;
    border-radius: 4px;
    border: 1.5px solid #EAECF0;
    background: #EAECF0;
    padding: 5px;
    text-align: center;
    margin: 5px;
}

.loc_select_fileds input:focus {
    border-color: #26A1D6;
    background: #fff;
}

.popup_form_submit input[type="submit"] {
    height: 48px;
    background-color: var(--theme-bg1);
    padding: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    border-radius: 8px;
    min-width: 255px;
}

.popup_form_submit input[type="submit"]:hover {
    background-color: #000;
}

.gift_card_choose_wrap {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 0px 20px 0px rgb(16 24 40 / 5%);
    margin-bottom: 25px;
}

.gift_card_choose_wrap>span {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

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

.gift_card_choose_items label {
    margin-right: 16px;
}

.gift_card_choose_items button {
    background: #26A1D6;
    border: 0px;
    border-radius: 4px;
    height: 44px;
    padding: 5px 28px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-left: 20px;
}

.gift_card_choose_items button img {
    width: 18px;
    margin-right: 6px;
}

.gift_card_choose_items button:hover {
    background: #000;
}

.gift_card_choose_items label input {
    display: none;
}

.gift_card_wrap_sm {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    border: 1px solid #EAECF0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.gift_card_wrap_sm>span {
    width: 28px;
    height: 28px;
    background-image: url('images/gift-wrap-gr.svg');
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    position: relative;
}

.gift_card_wrap_sm>span::after {
    content: "";
    position: absolute;
    top: -2px;
    right: -7px;
    width: 14px;
    height: 14px;
    background-image: url(images/checked-circle-gr.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    opacity: 0;
}

.gift_card_choose_items label input:checked+.gift_card_wrap_sm {
    background-color: rgba(38, 161, 214, .06);
    border-color: #BCE2F2;
}

.gift_card_choose_items label input:checked+.gift_card_wrap_sm>span {
    background-image: url('images/gift-wrap-clr.svg');
}

.gift_card_choose_items label input:checked+.gift_card_wrap_sm>span:after {
    opacity: 1;
}


.popup_range_wrap .range-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 70px;
    margin-bottom: 30px;
}

.popup_range_wrap #range {
    -webkit-appearance: none;
    width: 100%;
}

.popup_range_wrap #range:focus {
    outline: none;
}

.popup_range_wrap #range::before,
.popup_range_wrap #range::after {
    position: absolute;
    top: 2.5rem;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

/* .popup_range_wrap #range::before {
    left: 0;
    content: attr(data-min);
  }
  .popup_range_wrap #range::after {
    right: 0;
    content: attr(data-max);
  } */
.popup_range_wrap #range::-webkit-slider-runnable-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    /* animate: 0.2s; */
    background: linear-gradient(90deg, #47B2FF var(--range-progress), #C7D3EB var(--range-progress));
    ;
    border-radius: 1rem;
}

.popup_range_wrap #range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 6px solid #47B2FF;
    border-radius: 50%;
    background: #C7D3EB;
    cursor: pointer;
    height: 32px;
    width: 32px;
    transform: translateY(calc(-50% + 5px));
}

.popup_range_wrap #tooltip {
    position: absolute;
    top: -2.25rem;
}

.popup_range_wrap #tooltip span {
    position: absolute;
    text-align: center;
    display: block;
    line-height: 1;
    padding: 8px;
    color: #fff;
    border-radius: 4px;
    background: #3174A5;
    font-size: 1.25rem;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 16px;
    font-weight: 500;
    top: -8px;
    white-space: nowrap;
}

.popup_range_wrap #tooltip span:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #3174A5;
}

.range_dtls {
    max-width: 240px;
    margin: 0 auto 30px;
}

.range_dtls .cmn_theme_btn {
    text-transform: none;
}

.range_dtls .title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
}

.range_dtls .input_grp {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px;
}

.range_dtls .input_grp input {
    padding: 10px 20px;
    height: 48px;
    background: #F5F5F5;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    width: auto;
    min-width: 108px;
    max-width: none;
    flex-grow: 1;
}

.range_dtls .input_grp input {
    margin: 0px 10px;
}

.range_dtls .input_grp span {
    width: 5px;
    height: 5px;
    background: #667085;
    border-radius: 1px;
    display: block;
    flex-shrink: 0;
}

.loyaltyProgram .cmn_close_popup_btn {
    width: 44px;
    height: 44px;
    background: #F2F4F7 !important;
    border-radius: 100%;
    position: absolute;
    right: 30px;
    top: 30px;
}

.loyaltyProgram .cmn_close_popup_btn img {
    width: 25px;
}

.loyaltyProgram.lg .modal-dialog {
    max-width: 1080px;
}

.inbox_table {
    margin-top: 30px;
}

.cmn_table_elem.table_single .table_lt {
    margin: 0px;
}

.ext_link {
    color: #182230;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-left: auto;
    flex-grow: 1;
    padding-left: 12px;
}

.ext_link a {
    font-weight: 500;
    color: #182230;
}

.play_pause_toggle.cmn_theme_btn {
    height: 50px;
    border-radius: 50px;
}

.sld_stng_btn_wrap {
    text-align: center;
}


/* pricing page css */
.pricing_page_main_sec {
    padding-top: 0px;
}

.pring_select_plan_bar {
    padding-top: 0px;
    padding: 16px 0px;
    background-color: var(--theme-bg1);
}

.pring_select_plan_bar_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
}

.pring_select_plan_bar_inner select {
    width: auto;
    margin-left: 10px;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #fff;
    color: #fff;
    background-image: url(images/icon-arrow-down-w.svg);
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 24px;
    padding-right: 50px;
}

.pricing_tab_menu_bar {
    padding: 16px 0px;
    background-color: var(--theme-bg1);
    text-align: center;
    margin-bottom: 80px;
}

.pricing_tab_menu_bar ul {
    display: inline-flex;
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 8px;
    margin-bottom: 0px !important;
}

.pricing_tab_menu_bar .nav-link {
    font-size: 18px;
    color: #fff !important;
    border-radius: 8px !important;
}

.pricing_tab_menu_bar .nav-pills .nav-link.active,
.pricing_tab_menu_bar .nav-pills .show>.nav-link {
    background: #fff !important;
    color: #182230 !important;
}

.pack_plan_header {
    margin-bottom: 20px;
    text-align: center;
}

.pack_plan_header h1,
.pack_plan_header .title_h1 {
    font-size: 32px;
    color: #182230;
    margin-bottom: 10px;
}

.pack_plan_header p {
    font-size: 18px;
    font-weight: 500;
    color: #101828;
}

.pack_plan_header p>* {
    color: #101828;
}

.pack_plan_header p a {
    font-weight: 700;
}

.pack_plan_header p a:hover {
    color: var(--theme-bg1);
}

.pack_plan_wrap.vac_hmn .pack_plan_col {
    width: 25%;
}

.pack_plan_wrap.vac_hmn .pack_plan_box ul li {
    color: #182230;
}

.pack_plan_wrap.vac_hmn .pack_plan_box ul li span {
    display: block;
}

.pack_plan_wrap.vac_hmn .pack_plan_box ul li .desc {
    font-size: 14px;
    color: #667085;
    margin-top: 4px;
}

.cust_select_dropmenu {
    position: relative;
    margin-left: 15px;
}

.cust_select_dropmenu_bar {
    position: absolute;
    background: #fff;
    width: 100%;
    border-radius: 8px;
    color: #000;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    display: none;
    top: 110%;
    left: 0;
    padding: 15px 5px;
}

.cust_select_dropmenu_bar li {
    padding: 6px 16px;
    font-size: 20px;
    cursor: pointer;
}

.cust_selected_text {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    width: 286px;
    display: inline-block;
}

.cust_select_btn {
    cursor: pointer;
}

.play_pause_toggle {
    background: transparent;
    padding: 0px;
    border: 0px;
    color: #D0D5DD;
    font-size: 25px;
}

.list_head {
    position: relative;
    cursor: pointer;
}

.list_head:after {
    content: '';
    background-image: url(images/caret-down-d.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 0px;
    width: 18px;
    height: 10px;
    background-size: 14px;
    position: absolute;
    right: 0px;
    top: 8px;
}

.list_head.open:after {
    transform: rotate(180deg);
}

.userLoginPopup .modal-dialog {
    max-width: 636px;
}

.userLoginPopup .modal-head {
    background: #182230;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.userLoginPopup .cmn_close_popup_btn {
    position: static;
    background: #fdfdfd !important;
    position: static;
    background: #fdfdfd !important;
    font-size: 25px;
}

.userLoginPopup .modal_main_logo {
    max-width: 250px;
}

.login_popup_body {
    font-size: 24px;
    font-weight: 500;
}

.login_popup_body .title_h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
}

.login_popup_body .form_grp label {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.login_popup_body .form_grp .form_input {
    height: 80px;
    border-radius: 8px;
    border-color: #D0D5DD;
    padding: 0px 20px;
}

.login_popup_body .form_grp_submit button {
    width: 100%;
    height: 80px;
    font-size: 36px;
    font-weight: 500;
}

.login_popup_body .form_grp:not(:last-child) {
    margin-bottom: 30px;
}

.form_grp_dcl_text {
    color: #182230;
}

.form_grp_dcl_text a {
    color: #007CC2;
}

.form_grp_dcl_text a:hover {
    color: #000;
}

.userLoginPopup .modal-body {
    padding-bottom: 40px;
}

.userLoginPopup .modal-content {
    border-radius: 0px;
}

.login_popup_body .back_btn {
    color: #707781;
    display: inline-block;
    margin-bottom: 20px;
}

.login_popup_body .back_btn i {
    margin-right: 15px;
    position: relative;
    top: -2px;
}

.login_popup_body .back_btn:hover {
    color: #007CC2;
}

.login_popup_body .pass-icon-set {
    position: static;
    margin-left: auto;
    margin-right: 0px;
    display: inline-block;
    position: relative;
    top: -15px;
    left: 0;
}

.login_popup_body .pasrwd-field {
    display: flex;
    flex-wrap: wrap;
    margin-top: -24px;
}

.form_frgt_pass_link a {
    font-size: 22px;
    border-bottom: 2px solid;
}

.login_popup_body .pass-icon-set img {
    width: 36px;
    height: 26px;
}

.form_pass_restrictions>span {
    display: block;
    margin-bottom: 20px;
}

.form_pass_restrictions li {
    position: relative;
    padding-left: 18px;
    color: #707781;
    display: flex;
    justify-content: space-between;
}

.form_pass_restrictions li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    background: #707781;
    border-radius: 100%;
}

.form_pass_restrictions li:not(:last-child) {
    margin-bottom: 12px;
}

.imp_text {
    font-weight: 700;
    color: #707781;
    margin-bottom: 30px;
}

.form_grp_submit input[type="submit"] {
    width: 100%;
    width: 100%;
    height: 80px;
    font-size: 36px;
    font-weight: 500;
    background-color: var(--theme-bg1);
    color: var(--theme-white);
    border-radius: 8px;
}

.form_grp_submit input[type="submit"]:hover {
    background-color: var(--theme-bg2);
}

.login_popup_body .step {
    display: none;
}

.login_popup_body .step.step1 {
    display: block;
}

.reqrd {
    color: red;
}





.travel_main_header .nav_bar_top {
    background: var(--theme-bg2);
}

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

.travel_main_header .navbar-brand {
    width: 200px;
}

.travel_main_header .nav_rgt_cont a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.travel_main_header .nav_rgt_cont a>img {
    width: 40px;
    margin-bottom: 4px;
}

.travel_main_header .nav_rgt_cont a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.travel_main_header .nav_rgt_cont a:hover {
    color: var(--theme-bg1);
}

.travel_auth_popup .modal-head {
    background: transparent;
    align-items: flex-start;
}

.travel_auth_popup .modal_main_logo {
    margin: 0 auto;
}

.travel_auth_popup .cmn_close_popup_btn {
    background-color: #182230 !important;
    color: #fff;
}

.travel_auth_popup .cmn_close_popup_btn:hover {
    opacity: 0.7;
}

.travel_auth_popup .step_msg {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.head_strip {
    height: 50px;
    background: var(--theme-bg1);
}

.marchant-body-cont h2 span {
    display: block;
    font-size: 20px;
}

.location-image-icon {
    padding-left: 0px;
}

.alen-park-text1 {
    padding-left: 0px;
}

.mail-image-icon {
    display: none;
}

.alen-park-text1>* {
    margin: 10px;
}

.alen-park-text1 {
    margin: 5px -10px;
}

.alen-park-text1.alen-park-text1.star-image-icon label {
    margin: 0px 10px 5px 0px;
}

.alen-park-text1.alen-park-text1.star-image-icon {
    margin: 10px 0px 0px;
}

.pricing_page_main_sec.cmn_gap {
    padding-top: 0px;
}

.marchant-body-cont.mod {
    padding: 60px 0px;
}

.content-area.mod_card {
    padding: 30px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #EAECF0;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.cnt_area_header {
    border-bottom: 1px solid #EAECF0;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-align: center;
}

.cnt_area_header h2 {
    font-weight: 700;
    margin-bottom: 16px;
}

.cnt_area_header p {
    font-size: 16px;
    line-height: 1.3;
    color: #667085;
    margin-bottom: 0px;
}

.content-area.mod_card .cus_cnt_body {
    padding: 0px;
}

.content-area.mod_card .cus_cnt_ft {
    padding: 30px 0px 0px;
}

.content-area.mod_card .cus_cnt_ft_lt input[type="submit"] {
    min-width: 160px;
    padding: 14px 25px;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    background-color: var(--theme-bg1);
    color: var(--theme-white);
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 0px;
}

.content-area.mod_card .cus_cnt_ft_lt input[type="submit"]:hover {
    background-color: var(--theme-bg2);
    color: var(--theme-white);
}

.marchant-body-cont.mod .cmn_theme_btn {
    min-width: 160px;
    padding: 14px 25px;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    background-color: var(--theme-bg1);
    color: var(--theme-white);
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 0px;
}

.marchant-body-cont.mod .cmn_theme_btn:hover {
    background-color: var(--theme-bg2);
    color: var(--theme-white);
}

.marchant-body-cont.mod a {
    background: inherit;
    color: inherit;
    padding: inherit;
    border-radius: inherit;
}

.content_rgd_travel p {
    font-size: 16px;
    color: #182230;
}

.content_rgd_travel p a:hover {
    color: var(--theme-bg1);
}

.content_rgd_travel p a {
    font-weight: 600;
}

.content_rgd_travel .btn_cont {
    text-align: right;
}

.content_rgd_travel {
    text-align: center;
}

.marchant-body-cont.mod .cmn_theme_btn.bordered {
    background: transparent;
    border: 1px solid #EAECF0;
    color: var(--theme-bg1);
}

.marchant-body-cont.mod .cmn_theme_btn.bordered:hover {
    background: var(--theme-bg1);
    color: #fff;
}

.content-sec h2 {
    font-size: 1.88vw;
    line-height: 1.2;
}

.content-sec h3 {
    font-size: 1.82vw;
    line-height: 1.3;
}

.content-sec {
    top: 16vw;
    left: 11vw;
}

.marchant-body-cont p {
    line-height: 1.3;
}

.hgt_txt {
    margin-top: auto;
}

.hgt_txt+.tt_btns_grp {
    margin-top: 0px;
}

/* 17/10/24 work start */
.catListPopup .modal-dialog {
    max-width: 95%;
}

.catListPopup .modal-header {
    border: 0px;
    padding: 25px 25px;
}

.catListPopup .modal-header h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.catListPopup .modal-header a {
    color: var(--theme-bg1);
}

.catListPopup .modal-header a:hover {
    color: var(--theme-bg);
}

.catListPopup .modal-body {
    padding: 25px;
    border: 0px;
}

.catlistpop-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.catlst-item {
    width: 25%;
    padding: 10px;
}

.catlst-item-box {
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #EAECF0;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    min-height: 142px;
    color: var(--theme-bg2);
}

.catlst-item-box i {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #F2F4F7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.catlst-item-box i img {
    width: 24px;
}

.catlst-item-box span {
    font-size: 14px;
}

.catlst-item-box:hover {
    background: var(--theme-bg2);
    color: #fff;
}

.catlst-item-box:hover i img {
    filter: invert(49%) sepia(22%) saturate(1936%) hue-rotate(155deg) brightness(106%) contrast(78%);
}

.badge_table_sec_label {
    margin-bottom: 20px;
}

.ref_payout_head {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.ref_payout_head h2 {
    margin-bottom: 0px;
}

.ref_payout_head .ref_pay_btn {
    margin-top: 0px;
    margin-left: 20px;
}

/* 17/10/24 work end */

/* 15/11/24 start */
.new-corporate-lead-setting-1-header-main {
    justify-content: flex-start;
}

.navbar-collapse {
    margin-left: auto;
}

/* 15/11/24 end */

/* support starts 20.11.2024  */
.close-btn-img {
    width: 17px;
    filter: brightness(0) invert(1);
    line-height: 0;

}

.userLoginPopup .modal-dialog {
    max-width: 515px;
}

.login_popup_body .title_h1 {
    font-size: 44px;
    margin-bottom: 20px;
}

.login_popup_body .form_grp label {
    font-size: 22px;
}

.login_popup_body .form_grp .form_input {
    height: 60px;
    font-size: 20px;
}

.login_popup_body .form_grp_submit button {
    height: 60px;
    font-size: 32px;
}

.form_grp_dcl_text {
    font-size: 22px;
}

.merchent-input input[type="password"] {
    border: 1px solid var(--theme-bg1);
}

.login_popup_body .form_grp:not(:last-child) {
    margin-bottom: 20px;
}

.merchent-input {
    padding-top: 0;
}

.pw-submit-btn button {
    margin-top: 20px;
}

/* support ends 20.11.2024  */
/* support KM 13-12-2024 start */
.for-wrap-items {
    flex-wrap: wrap;
    margin: -8px;
}

.for-wrap-items label {
    margin: 0;
    padding: 8px;
}

.range-slider-new {
    width: 100%;
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    /* background: #d7dcdf; */
    outline: none;
    padding: 0;
    margin: 0;
}

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    background: #3174A5;
    padding: 5px 10px;
    margin-left: 8px;
}

.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #3174A5;
    border-bottom: 7px solid transparent;
    content: "";
}

.range-slider-new .range-slider__range::-webkit-slider-runnable-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    /* background: linear-gradient(90deg, #47B2FF var(--range-progress), #C7D3EB var(--range-progress)); */
    background: linear-gradient(to right, #47B2FF 0%, #47B2FF 40%, #C7D3EB 40%, #C7D3EB 100%);
    border-radius: 1rem;
}

.range-slider-new .range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 6px solid #47B2FF;
    border-radius: 50%;
    background: #C7D3EB;
    cursor: pointer;
    height: 32px;
    width: 32px;
    transform: translateY(calc(-50% + 5px));
}

.range-slider-new input::-moz-focus-inner,
.range-slider-new input::-moz-focus-outer {
    border: 0;
}

.styled-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #3d961a;
    /* Bootstrap primary blue */
    text-decoration: none;
    border-radius: 5px;
    /* Rounded corners */
    border: 1px solid #3d961a;
    /* Border color */
    transition: background-color 0.3s, box-shadow 0.3s;
    /* Smooth transitions */
}

.styled-button:hover {
    color: #fff;
    background-color: #3d961a;
    /* Darker blue on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Slight shadow on hover */
}

.styled-button:active {
    background-color: #3d961a;
    /* Even darker blue when active */
    box-shadow: none;
    /* Remove shadow on active */
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
    /* Vertically align items */
}

.justify-content-between {
    justify-content: space-between;
    /* Space between heading and link */
}

.cancel-link-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    background-color: #d9534f;
    /* Red color for the button */
    text-decoration: none;
    border-radius: 5px;
    /* Rounded corners */
    border: 1px solid #d9534f;
    /* Border color matching the background */
    transition: background-color 0.3s, box-shadow 0.3s;
    /* Smooth transitions */
    cursor: pointer;
    /* Make it look clickable */
}

.cancel-link-button:hover {
    color: rgb(255, 255, 255);
    background-color: #c9302c;
    /* Darker red on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Slight shadow on hover */
}

.cancel-link-button:active {
    background-color: #ac2925;
    /* Even darker red when active */
    box-shadow: none;
    /* Remove shadow on active */
}


/* pro 28/2/25 start */
.item-serv-dtl {
    max-width: 486px;
    padding: 30px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}

.item-serv-dtl .btn {
    width: 100%;
    height: 48px;
}

.item-serv-dtl .modal-title {
    text-align: center;
    margin-bottom: 20px;
}


.item-serv-dtl p {
    color: #797575;
    margin-bottom: 10px;
}

.item-serv-dtl-row.row {
    --bs-gutter-y: 20px;
    align-items: center;
}
/* pro 28/2/25 end */

/* support starts 19.05.2025  */
.loader-container{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
}
.loader-container .spinner-border{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    color: var(--theme-bg3);
}
/* support ends 19.05.2025  */



/* ========== responsive css =========== */

@media(min-width:1680px) {}


@media(min-width:1600px) {
    .container.container2 {
        max-width: 1320px;
    }

    .container {
        max-width: 1600px;
    }
}

@media(min-width:992px) {
    .srch_bar {
        display: block !important;
    }
}

@media(min-width:1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media(max-width:1680px) {}

@media(max-width:1599px) {
    .container {
        max-width: 1398px;
    }


    .tt_btns_grp {
        margin: 0px -4px;
        margin-top: auto;
    }

    .tt_btns_grp a {
        font-size: 14px;
        margin: 0px 4px;
    }
}

@media(max-width:1400px) {
    .container {
        max-width: 100%;
    }

    .cus_cnt_body {
        padding: 60px 20px;
    }

    #planModal .modal-footer {
        display: none;
    }

    .srch_bar input[type="text"] {
        width: 200px;
    }

    .ext_link {
        font-size: 14px;
    }

    .main-head-new .navbar-nav>li>a {
        font-size: 14px;
    }

    .main-head-new .navbar-nav>li {
        margin: 0px 9px;
    }

}

@media(max-width:1200px) {
    .container {
        max-width: 100%;
    }

    /* Sk Css Begin 16-07-2024 */

    .exp_banner_txt_cont h1 {
        font-size: 48px;
    }

    .earning_redeem_wrapper {
        font-size: 32px;
    }

    .new_store_dtls .btns_grp .badge {
        font-size: 12px;
        padding: 5px 12px;
        height: 35px;
    }

    .new_store_name {
        font-size: 20px;
    }

    .store_img_wrap {
        width: 36%;
    }

    .store_img_wrap .ctas a i {
        width: 24px;
        height: 24px;
    }

    .store_img_wrap .ctas a span {
        font-size: 12px;
    }

    .new_store_dtls {
        width: 64%;
    }

    .cmn-new-sec-title {
        font-size: 36px;
    }

    .find_service_sec .slick-dots {
        bottom: -35px;
    }

    .srch_bar input[type="text"] {
        width: 100%;
    }

    /* End Of Sk Css 16-07-2024 */

}

@media(max-width:1199px) {

    .srch_bar input {
        min-width: 100%;
        font-size: 14px;
        background-size: 20px;
        padding-left: 45px;
        height: 40px;
    }

    .main-head-new .navbar-nav>li {
        margin: 0 8px;
        padding: 10px 0px;
    }

    .main-head-new .navbar-nav>li>a {
        font-size: 13px;
    }

    .nav_rgt_items li:not(:last-child) {
        margin-right: 10px;
    }

    .nav_rgt_link img {
        width: 16px;
    }

    .nav_rgt_link {
        width: 35px;
        height: 35px;
    }

    .nav_rgt_items .dropdown-toggle>img {
        width: 30px;
        height: 30px;
    }

    .nav_rgt_items .dropdown-toggle::after {
        background-size: 14px;
    }

    .nav_rgt_items .dropdown-toggle {
        padding: 5px 5px;
        min-width: 69px;
        border-radius: 50px;
        height: auto;
    }

    .nav_rgt_items>ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nav_rgt_items .dropdown {
        height: 40px;
    }

    .nav_rgt_items {
        margin-left: 10px;
    }

    .srch_bar {
        margin-left: 15px;
        width: 170px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .srch_bar form {
        width: 100%;
    }

    .nav_bar_top {
        font-size: 14px;
        padding: 6px 0px;
    }

    .top_mod_bar .title_h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .top_mod_bar .plan_area span {
        margin-right: 15px;
    }

    .top_mod_bar .plan_area {
        font-size: 14px;
    }

    .top_mod_bar {
        padding: 15px 0px;
    }

    .dropdown-item {
        font-size: 13px;
    }

    .cus_cont_bar_col {
        padding-left: 40px;
    }

    .cmn_gap {
        padding: 60px 0px;
    }

    .footer_top {
        padding: 60px 0px;
    }

    .footer_btm {
        padding: 24px 0px;
    }

    .ft_logo a img {
        max-width: 200px;
    }

    .ft_nav li a {
        font-size: 16px;
    }

    .ft_nav {
        margin-top: 10px;
    }

    .ft_info {
        margin-top: 10px;
    }

    .ft_social {
        margin-top: 10px;
    }

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

    .ft_btm_row a {
        font-size: 14px;
    }

    .cmn_theme_btn {
        min-width: 135px;
        padding: 14px 25px;
        font-size: 14px;
        line-height: 1.2;
    }

    .marchant-body-cont.mod .cmn_theme_btn {
        min-width: 135px;
        padding: 14px 25px;
        font-size: 14px;
        line-height: 1.2;
    }

    .content-area.mod_card .cus_cnt_ft_lt input[type="submit"] {
        min-width: 135px;
        padding: 14px 25px;
        font-size: 14px;
        line-height: 1.2;
        height: auto;
    }

    .title_h1 {
        font-size: 26px;
    }

    .title_h2 {
        font-size: 22px;
    }

    .title_h3 {
        font-size: 18px;
    }

    .title_h4 {
        font-size: 16px;
    }

    .cus_sidebar li .content_wrap span {
        font-size: 16px;
    }

    .cus_sidebar li .content_wrap p {
        font-size: 14px;
    }

    .cus_sidebar {
        padding: 30px 15px;
    }

    .col-md-2.fld_blk_chk {
        width: 100%;
        margin-top: 10px;
    }

    form.cmn_form_elem .col-md-10 {
        width: 100%;
    }

    .edit_item_33 {
        width: 100%;
    }

    .breadcrumb_hd {
        padding: 10px 0px;
    }

    .brdcm_row li {
        font-size: 14px;
    }

    .brdcm_row li:not(:last-child):after {
        background-size: 6px;
    }

    .com_apt_filter form>* {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .gal_ctas li {
        font-size: 12px;
        line-height: 1.2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .com_dtls_gal_area {
        margin-top: 25px;
    }

    .cprop_rwd li:first-child {
        width: auto;
    }

    .cprop_rwd li {
        width: 50% !important;
        border: 0px;
        padding: 12px;
    }

    .cprop_rwd ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -12px;
    }

    .cprop_keys_icon {
        width: 55px;
        height: 55px;
    }

    .cprop_keys_icon img {
        max-width: 30px;
        max-height: 30px;
    }

    .cprop_right_bar {
        padding: 25px 15px;
    }

    .cprop_cnt_card ul li {
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cprop_cnt_card ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cprop_cnt_card ul li:not(:first-child) {
        border-top: 1px solid #EAECF0;
    }

    .cprop_offers li img {
        max-width: 30px;
        max-height: 30px;
    }

    .cprop_offers li {
        font-size: 16px;
    }

    .tt_map_wrap iframe {
        height: 350px;
    }

    .com_list_col {
        width: 50%;
    }

    .com_key_tags li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .com_key_tags ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tt_btns_grp a {
        min-width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .com_apt_dtls_hd li:not(:last-child) {
        margin-right: 10px;
    }

    .com_apt_dtls_hd li a {
        font-size: 14px;
    }

    .more_list_lt {
        padding-right: 25px;
    }

    .more_list_hd_rt {
        padding-left: 0px;
    }

    .more_cnt_dtls ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .more_cnt_dtls li {
        margin-bottom: 0px;
    }

    .more_list_prof_img {
        width: 60px;
        height: 60px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .more_prof_cont .com_apt_dtls_hd ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .more_prof_cont .com_apt_dtls_hd ul {
        margin: -5px -10px !important;
    }

    .more_prof_cont .com_apt_dtls_hd ul li {
        margin: 5px 10px !important;
    }

    .cmn_text_blk {
        padding: 16px;
    }

    .mud_top_scrn_slider_wrapper {
        padding-right: 25px;
    }

    .acc_hd .srch_bar input {
        min-width: 250px;
    }

    .acc_hd_row .srch_bar {
        width: auto;
    }

    .acc_main_tab .nav-tabs .nav-link {
        font-size: 16px;
        padding: 10px;
    }

    .acc_filter_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .acc_filter_row>* {
        margin: 10px;
    }

    .acc_filter_row .rgt_bar {
        margin-left: 0;
        margin-right: 0px;
    }

    .ks_box span {
        font-size: 15px;
    }

    .ks_box span.score_pnt {
        font-size: 20px;
    }

    .acc_filter_row li a {
        padding: 12px;
    }

    .ind_txt {
        font-size: 15px;
    }

    .badge_main_pic img {
        max-width: 100px;
        max-height: 100px;
    }

    .badge_top_logo {
        width: 50px;
    }

    .badge_sec_top_slider .item {
        height: 280px;
    }

    .badge_sec_top.disabled .badge_nm {
        font-size: 12px;
        line-height: 1.2;
        text-align: center;
    }

    .pack_plan_wrap {
        overflow: auto;
    }

    .pack_plan_row {
        width: 1200px;
        margin: 0px -8px;
    }

    .nav_rgt_items li .dropdown {
        height: 40px;
    }

    .srch_bar input[type="text"] {
        width: 180px;
    }

    .srch_bar input[type="text"] {
        width: 100%;
    }

    /* SS CSS Begin 16-07-2024 */

    .gift_card_choose_items {
        flex-wrap: wrap;
    }

    .gift_card_choose_items button {
        margin-left: 15px;
    }

    /* End Of SS CSS 16-07-2024 */

    .gift_card_choose_items label {
        margin: 8px;
    }

    .gift_card_choose_items button {
        margin: 8px;
    }

    .srch_bar input[type="text"] {
        font-size: 14px;
    }

}



@media(max-width:1024px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }

    /* navbar end*/


}


@media (max-width: 991px) {

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: 16px;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
        top: auto;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        -webkit-transform: rotate(45deg) translate(42px, -28px);
        -ms-transform: rotate(45deg) translate(42px, -28px);
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        -webkit-transform: rotate(-45deg) translate(42px, 28px);
        -ms-transform: rotate(-45deg) translate(42px, 28px);
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px !important;
        -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }

    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px !important;
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }

    .sub-menu>li>a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
        display: none;
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: #fff;
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        -webkit-transition: inherit !important;
        -o-transition: inherit !important;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 60px 0 0 !important;
        padding: 0 0 40px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {

        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden !important;
    }

    /* push nav end */

    .edit_img_wrapper_row .edit_img_wrapper {
        width: 50%;
    }

    .nav_rgt_items {
        margin-left: 0;
    }

    .nav_bar_top {
        font-size: 12px;
    }

    .main-head-new .navbar-brand {
        width: 110px;
    }

    .searchbar_mobile {
        display: block;
        margin-right: 10px;
    }

    .nav_rgt_items li .dropdown {
        height: 35px;
    }

    .nav_rgt_items .dropdown-toggle>img {
        width: 25px;
        height: 25px;
    }

    .main-head-new .navbar-nav>li {
        margin: 0;
        padding: 2px 0px;
    }

    .main-head-new .navbar-nav>li>a {
        font-size: 14px;
        padding: 8px 15px;
    }

    .cus_sidebar li .icon_wrap:before {
        height: 54px;
    }

    .cus_sidebar li .icon_wrap {
        width: 54px;
        height: 54px;
        margin-right: 16px;
    }

    .cus_sidebar li .icon_wrap:after {
        width: 40px;
        height: 40px;
    }

    .cus_sidebar li.active .icon_wrap img {
        max-width: 18px;
        max-height: 18px;
    }

    .cus_sidebar li .content_wrap span {
        font-size: 14px;
    }

    .cus_sidebar li .content_wrap p {
        font-size: 12px;
    }

    .cus_sidebar li.completed .icon_wrap img {
        max-width: 18px;
        max-height: 18px;
    }

    .cus_sidebar li:not(:last-child):after {
        left: 26px;
    }

    .cus_sidebar .prof_stats span {
        font-size: 15px;
    }

    .circle_progress {
        width: 60px;
        height: 60px;
    }

    .cus_sidebar .prof_stats {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .lot_items .lot_item_list label {
        width: 50%;
    }

    .cus_cont_bar_col {
        padding-left: 30px;
    }

    .cus_cont_bar .cus_cnt_hd {
        padding: 20px 15px;
    }

    .cus_cnt_body {
        padding: 40px 15px;
    }

    .cus_cnt_ft {
        padding: 0px 15px 20px;
    }

    .cmn_theme_btn {
        min-width: 120px;
    }

    .cus_cnt_ft_lt .cmn_theme_btn+.cmn_theme_btn {
        margin-left: 10px;
    }

    .ft_logo a img {
        max-width: 160px;
    }

    .ft_nav li a {
        font-size: 14px;
    }

    .searchbar_mobile {
        position: relative;
        width: auto;
        margin-right: 10px;
        margin-left: auto;
    }

    .searchbar_mobile .srch_bar {
        margin: 0px;
        padding: 8px;
        background: #fff;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        position: absolute;
        top: calc(100% + 22px);
        left: 0;
        min-width: 190px;
        display: none;
        z-index: 9;
    }

    .searchbar_mobile .srch_bar input {
        min-width: auto;
        height: 35px;
        font-size: 13px;
        background-size: 16px;
        background-position: center left 7px;
        padding-left: 32px;
    }

    .search_hd_link {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .field_col_d {
        width: 100%;
    }

    .field_col_d:not(:last-child) {
        margin-bottom: 30px;
    }

    .fld_blk.fld_blk_rd_grp label {
        width: 100%;
    }

    .fld_blk.fld_blk_rd_grp {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .success_msg_pic img {
        max-width: 160px;
    }

    .cmn_form_elem .col-md-9 {
        width: 100%;
    }

    .cmn_form_elem .col-md-3 {
        width: 100%;
    }

    .cmn_multi_fld_grp {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cmn_multi_fld_grp>* {
        width: 100%;
    }

    .cmn_multi_fld_grp span {
        padding: 0;
        text-align: center;
    }

    .cmn_multi_fld_grp>*:not(:last-child) {
        margin-bottom: 10px;
    }

    .cmn_multi_fld_grp .badge_stat_tag {
        text-align: left;
    }

    .fld_blk_gap_lw .fld_blk {
        width: 100%;
    }

    .edit_item_full>* {
        width: 100%;
    }

    .edit_item_full {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .edit_item_full .edt_txt_link {
        width: auto;
    }

    .edit_item_full.end a {
        margin-top: 5px;
        margin-right: 0px;
    }

    .edit_item_full.end .icon {
        margin-right: 0px;
    }

    .cus_cont_bar_col.split_9 {
        width: 65%;
    }

    .cus_cont_bar_col.split_3 {
        padding-left: 0px;
        width: 100%;
        margin-top: 30px;
    }

    .cus_cnt_body table {
        width: 100%;
    }

    .dclm_text {
        margin-top: 30px;
    }

    .cus_cnt_body table tr td {
        padding-bottom: 15px;
    }

    .com_list_box_top {
        height: 200px;
    }

    .com_list_box_slider .item {
        height: 200px;
    }

    .com_key_tags li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .com_key_tags ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .voucher_list li a img {
        max-height: 20px;
    }

    .voucher_list li {
        margin-left: 10px;
    }

    .com_list_tag span {
        font-size: 12px;
    }

    .com_list_tag:before {
        top: 27px;
    }

    .com_dtls_gal_lt a img {
        border-radius: 16px;
    }

    .com_dtls_gal_inner_col {
        width: 50%;
    }

    .com_dtls_gal_inner_col img {
        border-radius: 16px;
    }

    .fancy_list_items li {
        font-size: 12px;
    }

    .fancy_list_items li img {
        max-height: 15px;
    }

    .cprop_rwd_title {
        font-size: 14px;
    }

    .cprop_rwd_sub_title {
        font-size: 14px;
    }

    .cprop_rwd_item_name {
        font-size: 12px;
    }

    .cprop_rwd_item_qty {
        font-size: 14px;
    }

    .cprop_rwd li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cprop_rwd li:first-child {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .cprop_rwd {
        margin-top: 30px;
    }

    .cprop_info_col_lt {
        padding-right: 12px;
    }

    .cprop_keys {
        margin-top: 30px;
    }

    .cprop_keys_col:not(:last-child) {
        margin-bottom: 20px;
    }

    .cprop_keys_cont .title_h3 {
        font-size: 16px;
    }

    .cprop_offers li {
        margin-bottom: 15px;
    }

    .cprop_info_col_rt {
        margin-top: 40px;
    }

    .tour_trav_filter_lt {
        font-size: 14px;
    }

    .tour_trav_filter_lt .reset_filter_link {
        font-size: 14px;
    }

    .tour_trav_filter_rt select {
        height: 40px;
        font-size: 14px;
        margin-right: 15px;
    }

    .tour_trav_filter_rt .map_view_btn {
        height: 40px;
        font-size: 14px;
    }

    .tour_trav_filter_box {
        padding: 20px 15px;
    }

    .tour_trav_filter_sidebar {
        padding-right: 25px;
    }

    .tt_map_wrap iframe {
        height: 250px;
    }

    .tt_btns_grp {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -4px;
        margin-top: auto !important;
    }

    .tt_btns_grp a {
        margin: 4px;
    }

    .more_ern_pt {
        font-size: 16px;
    }

    .more_ern_pt span {
        font-size: 14px;
    }

    .com_list_box_btm p {
        margin-bottom: 5px;
    }

    .com_list_box_btm .title_h3 {
        margin-bottom: 5px;
    }

    .cprop_rwd.nrm li {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .cprop_info {
        margin-top: 30px;
    }

    .cprop_offers.trv {
        padding-top: 30px;
    }

    .cprop_offers {
        margin-top: 30px;
    }

    .rq_info_list {
        margin-top: 30px;
        padding-top: 30px;
    }

    .cprop_offers ul {
        margin-bottom: -15px;
    }

    .cprop_info_col_lt.ttd {
        padding-right: 12px;
    }

    .loc_wrap_sec_map iframe {
        height: 300px;
    }

    .com_apt_dtls_hd {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mud_hd_lt {
        width: 100%;
    }

    .com_apt_dtls_hd ul {
        padding: 0px;
    }

    .mud_hd_rt {
        margin-top: 15px;
    }

    .mud_enroll_bar {
        padding: 30px 15px;
    }

    .enroll_assign {
        margin-top: 24px;
    }

    .mud_top_thumb_slider .item {
        height: 300px;
    }

    .mud_top_nav_slider .item img {
        height: 70px;
        padding: 4px;
    }

    .mud_top_nav_slider .item {
        padding-right: 15px;
    }

    .mud_specs {
        margin-top: 60px;
        padding: 30px 15px;
    }

    .mud_locs_sec .locs_nav_lt.slick-arrow {
        margin-right: 15px;
    }

    .mud_locs_hd {
        margin-bottom: 24px;
    }

    .rad_grp.enroll_bar_radio_grp label {
        margin: 0px 0px 10px;
    }

    .acc_main_tab .nav-tabs .nav-link {
        margin: 10px;
        font-size: 14px;
        padding: 8px;
    }

    .acc_main_tab .nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .ks_col {
        width: 50%;
        padding: 15px !important;
    }

    .ks_box {
        border: 0px !important;
    }

    .acc_hd .cat_btn {
        padding: 6px;
    }

    .table_lt {
        width: 70%;
        margin-right: 0;
        padding-right: 25px;
    }

    .cmn_table_elem td {
        white-space: nowrap;
    }

    .cmn_table_elem th {
        white-space: nowrap;
    }

    .ff_info_rt {
        padding-left: 12px;
        margin-top: 20px;
    }

    .ff_info_scl ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ff_info_list {
        padding-top: 30px;
    }

    .ff_info_scl ul {
        margin: -8px;
    }

    .ff_info_scl li {
        margin: 8px;
    }

    .ff_info_scl li a {
        width: 40px;
        height: 40px;
        padding: 7px;
    }

    .badge_table_sec .nav {
        margin: 0px -10px;
    }

    .my_acc_prsn_info_lt {
        padding-right: 12px;
        border: 0px;
    }

    .my_acc_prsn_info {
        padding: 24px 15px;
    }

    .my_acc_prsn_info_rt {
        padding-left: 12px;
        margin-top: 30px;
    }

    .ref_prg_rt {
        width: 100%;
        margin-top: 30px;
    }

    .ref_prg_rt .ff_info_sm_card {
        max-width: 100%;
        width: 100%;
    }

    .ref_code_sec .col-lg-4 {
        width: 50%;
    }

    .ref_code_sec .row {
        --bs-gutter-y: 24px;
    }

    .ref_code_box li {
        font-size: 14px;
    }

    .ref_payout_col {
        width: 50%;
    }

    .ref_payout li {
        font-size: 14px;
    }

    .cmn_modal .modal-dialog {
        margin: 10px;
    }

    .modal-content {
        margin: 10px auto;
    }

    /* SS Css Begin 16-07-2024 */

    .acc_hd.mod .cat_btn {
        width: auto;
    }

    .acc_hd_row .srch_bar {
        width: 70%;
    }

    .acc_hd.mod .srch_bar input {
        min-width: 100%;
    }

    .exp_lft_col,
    .exp_rgt_col {
        width: 50%;
    }

    .banner_cmn_title {
        font-size: 26px;
    }

    .exp_banner_txt_cont h1 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .exp_banner_txt_cont .btns_grp {
        margin-top: 25px;
    }

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

    .find_loc_item {
        width: 20%;
    }

    .earning_redeem_wrapper {
        font-size: 24px;
    }

    .gift_card_choose_items label {
        margin-top: 10px;
    }

    .top-droup-down-menu h1 {
        font-size: 24px;
    }

    /* End Of SS Css 16-07-2024 */

    .modal-body {
        padding: 20px;
    }



    .ext_link {
        display: none;
    }

    .searchbar_mobile .srch_bar {
        left: auto;
        right: 0;
    }

    .marchant-body-cont a {
        font-size: inherit;
    }

}


@media (max-width: 767px) {

    .edit_img_wrapper_row .edit_img_wrapper {
        width: 100%;
    }

    .cus_sidebar_col {
        width: 100%;
    }

    .cus_cont_bar_col {
        padding: 0px;
        margin-top: 40px;
        width: 100%;
    }

    .cmn_theme_btn {
        font-size: 13px;
        padding: 12px 25px;
        min-width: 100px;
    }

    .marchant-body-cont.mod .cmn_theme_btn {
        font-size: 13px;
        padding: 12px 25px;
        min-width: 100px;
    }

    .content-area.mod_card .cus_cnt_ft_lt input[type="submit"] {
        font-size: 13px;
        padding: 12px 25px;
        min-width: 100px;
    }

    .modal-btn-sec .cmn_theme_btn {
        min-width: 208px;
    }

    .modal-btn-sec .cmn_theme_btn:not(:last-child) {
        margin-bottom: 5px;
    }

    .cmn_theme_btn.bordered {
        padding: 11px 25px;
    }

    .cus_sidebar li {
        padding: 14px 0px;
    }

    .cmn_gap {
        padding: 50px 0px;
    }

    .lot_items .lot_item_list label {
        text-align: center;
    }

    .cus_cnt_body input {
        height: 40px;
    }

    .fld_blk_txt_shwcase .row {
        --bs-gutter-y: 20px;
    }

    .field_col_d:not(:last-child) {
        margin-bottom: 20px;
    }

    .cmn_form_elem .fld_blk:not(:last-of-type) {
        margin-bottom: 20px;
    }


    .cmn_form_elem input,
    .cmn_form_elem select,
    .cmn_form_elem textarea {
        height: 40px;
        font-size: 16px;
    }

    .fld_blk_txt_shwcase .title_h4 {
        margin-bottom: 5px;
    }

    .fld_textarea {
        height: 100px;
    }

    .title_h1 {
        font-size: 24px;
    }

    .success_msg_pic img {
        max-width: 120px;
    }

    .success_msg_pic {
        margin-bottom: 15px;
    }

    .succ_msg_wrapper h1 {
        margin-bottom: 15px;
    }

    .fld_blk_chk {
        margin-top: 10px;
    }

    .edt_card {
        padding: 20px 15px;
    }

    .edit_item_full .edt_txt_link {
        font-size: 12px;
    }

    .edit_item_33 {
        font-size: 14px;
    }

    .edit_item_full {
        font-size: 14px;
    }

    .cus_cont_bar_col.split_9 {
        width: 100%;
    }

    .link_rd {
        font-size: 14px;
    }

    .pay_hd h2 {
        font-size: 16px;
    }

    .dclm_text {
        font-size: 12px;
    }

    .com_apt_filter .cmn_form_elem {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .com_apt_filter .srch_bar input {
        height: 40px;
    }

    .com_apt_filter .cmn_form_elem {
        margin: -5px;
    }

    .com_apt_filter .cmn_form_elem>* {
        margin: 5px;
    }

    .com_list_wrap {
        width: 100%;
        padding-right: 0px;
    }

    .com_map_wrap {
        margin-top: 20px;
        width: 100%;
        min-height: 300px;
    }

    .brdcm_row li {
        font-size: 12px;
    }

    .breadcrumb_hd .cmn_theme_btn {
        padding: 8px 15px;
        font-size: 12px;
    }

    .breadcrumb_hd .cmn_theme_btn img {
        width: 15px;
    }

    .brdcm_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .brdcm_row li {
        padding: 5px 10px;
    }

    .brdcm_btn_bar {
        margin: 0px;
    }

    .brdcm_row ul {
        margin: 0px -8px;
    }

    .com_list_tag:before {
        top: 24px;
        z-index: -1;
    }

    .com_apt_dtls_hd li:not(:last-child) {
        margin-right: 15px;
    }

    .com_apt_dtls_hd li a {
        font-size: 14px;
    }

    .com_apt_dtls_hd li img {
        margin-right: 7px;
        height: 20px;
    }

    .fld_add_item .cmn_theme_btn {
        min-width: 40px;
        height: 40px;
    }

    .add_items li {
        font-size: 12px;
        padding: 10px;
    }

    .spc {
        height: 50px;
    }

    .tour_trav_filter_sidebar {
        width: 100%;
        padding: 0px;
    }

    .tour_trav_filter_box label {
        font-size: 16px;
    }

    .tour_trav_list_wrap {
        margin-top: 30px;
        width: 100%;
    }

    .tour_trav_filter_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -5px;
    }

    .tour_trav_filter_lt {
        margin: 5px;
    }

    .tour_trav_filter_rt {
        margin: 5px;
    }

    .tour_trav_filter_box .cmn_form_elem input,
    .tour_trav_filter_box .cmn_form_elem select {
        height: 40px;
    }

    .tour_trav_filter_box label {
        font-size: 14px;
    }

    .more_list_lt {
        width: 100%;
        padding: 0px;
    }

    .more_list_hd_rt {
        width: 100%;
        margin-top: 30px;
    }

    .rq_info_list .form_wrap {
        padding: 30px 15px;
    }

    .loc_wrap_sec {
        margin-top: 30px;
    }

    .tt_hd_profile_img {
        width: 60px;
        height: 60px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 15px;
    }

    .mud_top_scrn_slider_wrapper {
        padding: 0;
        width: 100%;
    }

    .mud_top_thumb_slider .item {
        width: 100%;
    }

    .mud_top_right {
        width: 100%;
        margin-top: 30px;
    }

    .mud_specs .nav-tabs .nav-link {
        font-size: 14px;
    }

    .mud_specs .nav-tabs {
        margin-bottom: 25px;
    }

    .mud_locs_sec {
        margin-top: 60px;
    }

    .community_apt_dtls {
        overflow-x: hidden;
    }

    .mud_top_nav_slider .item img {
        height: 80px;
    }

    .brdcm_row li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1.2;
        max-width: none;
        width: auto;
    }

    .key_scores {
        padding: 20px 36px;
    }

    .ks_box span.score_pnt {
        font-size: 18px;
        margin-top: 5px;
    }

    .key_rwd_text.title_h3 {
        font-size: 12px;
    }

    .acc_filter_row li {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .acc_filter_row ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .acc_filter_row li a {
        width: 100%;
        text-align: center;
    }

    .hgt_txt {
        font-size: 11px;
    }

    .com_list_box_btm p {
        font-size: 12px;
    }

    .acc_main_tab .nav-tabs .nav-link {
        padding: 5px;
        margin: 4px 7px;
    }

    .table_lt {
        width: 60%;
        padding-right: 15px;
    }

    .table_rt {
        width: 40%;
    }

    .table_rt .acn_btn {
        padding: 8px;
        min-width: auto;
        max-width: 90px;
        font-size: 10px;
        width: 100%;
    }

    .table_rt td {
        padding-left: 13px;
        padding-right: 13px;
    }

    .myFabModal .modal-body {
        padding: 25px 15px;
    }

    .cmn_modal .modal-header {
        padding: 20px 15px;
    }

    .modal-title.title_h1 {
        font-size: 18px;
    }

    .cmn_modal .modal-body {
        padding: 25px 15px;
    }

    .cmn_modal .modal-footer {
        padding: 0px 15px 15px;
    }

    .fld_table td {
        padding: 12px;
        font-size: 12px;
    }

    .fld_table th {
        padding: 12px;
        font-size: 12px;
    }

    .fld_blk.fld_table {
        margin-top: 25px;
    }

    .fld_table .table {
        table-layout: auto;
    }

    .fld_table th,
    .fld_table td {
        white-space: nowrap;
    }

    .emailSentModal .modal-content {
        padding: 25px;
    }

    .emailSentModal .icon_back_cov {
        width: 150px;
        height: 150px;
        margin-bottom: 25px;
    }

    .emailSentModal .icon_back_cov img {
        width: 80px;
    }

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

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

    .emailSentModal p.title_h1 {
        font-size: 20px;
    }

    .emailSentModal .ems_last_para {
        margin-top: 20px;
    }

    .emailSentModal .modal-footer {
        margin-top: 25px;
    }

    .loyaltyProgram .fld_blk_txt_shwcase .col-md-12:not(:last-child) {
        margin-bottom: 10px;
    }

    .shareModal .modal-content {
        max-width: 100%;
        width: 100%;
    }

    .shareModal .haw_logo {
        width: 110px;
        margin: 0px 0px 15px;
    }

    .share_btm_lt {
        padding: 0px;
        width: 100%;
    }

    .shareModal .modal-body {
        padding: 20px 15px;
    }

    .share_btm_lt img {
        width: 100%;
    }

    .share_btm_rt {
        width: 100%;
        margin-top: 30px;
    }

    .share_btm_rt li a {
        font-size: 16px;
    }

    .share_btm_rt li a img {
        max-width: 25px;
        max-height: 25px;
    }

    .share_btm_rt ul li {
        margin-bottom: 30px;
    }

    .share_btm_int {
        margin-top: 30px;
    }

    .shareModal .btn-close {
        width: 35px;
        height: 35px;
    }

    .share_top_int span {
        font-size: 12px;
    }

    .modal-content {
        width: 100%;
    }

    .shareListModal .modal-body {
        padding: 70px 15px 30px;
    }

    .cmn_close_popup_btn {
        width: 45px;
        height: 45px;
    }

    .planModal .modal-body {
        padding: 30px 15px;
    }

    .planModal .modal-dialog {
        padding: 0px;
    }

    .pack_plan_box ul li {
        padding-left: 28px;
        background-size: 16px;
    }

    .srch_bar input[type="submit"] {
        background-size: 20px;
        left: 10px;
    }

    .srch_bar input[type="text"] {
        padding-left: 40px;
    }

    .marchant-body-cont p {
        margin-bottom: 20px;
    }

    .marchant-body-cont p:last-child {
        margin-bottom: 0px;
    }

    .form_grp_dcl_text {
        line-height: 1.2;
    }

    .login_popup_body .form_grp .form_input {
        height: 54px;
    }

    .login_popup_body .form_grp_submit button {
        height: 54px;
        font-size: 20px;
    }

    .login_popup_body {
        font-size: 16px;
    }

    .login_popup_body .form_grp label {
        font-size: 16px;
    }

    .login_popup_body .title_h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .userLoginPopup .modal_main_logo {
        max-width: 140px;
        margin-left: 0;
    }

    .login_popup_body .back_btn {
        font-size: 14px;
    }

    .form_frgt_pass_link a {
        font-size: 16px;
    }

    .form_grp_submit input[type="submit"] {
        height: 54px;
        font-size: 20px;
    }

    .travel_auth_popup .step_msg {
        line-height: 1.2;
    }

    .form_pass_restrictions li:after {
        top: 6px;
    }

    .head_strip {
        height: 25px;
    }

    .merchent-back-top {
        margin-top: 30px;
        padding-bottom: 0px;
    }

    /* KM 14-11-2024 START */
    .def-modal-upload {
        padding: 0 32px;
    }

    .voucherModal .btn-close {
        right: -20px;
        top: -18px;
        width: 30px;
        height: 30px;
    }

    /* KM 14-11-2024 END */

    /* support starts 20.11.2024  */
    .form_grp_dcl_text {
        font-size: 16px;
    }

    /* support ends 20.11.2024  */
}

@media (max-width: 640px) {
    .navbar-toggler {
        top: 0px;
    }

    .gal_ctas {
        padding: 10px;
    }

    .cprop_right_bar .cprop_h1 {
        font-size: 20px;
    }

    .voucherModal .btn-close {
        width: 38px;
        height: 38px;
        right: -15px;
        top: -35px;
    }

    .voucherModal .modal-dialog {
        margin-top: 35px;
    }

    /* SS CSS Begin 16-07-2024 */
    .banner_cmn_title {
        font-size: 24px;
        line-height: 1.2;
    }

    .exp_banner_txt_cont h1 {
        font-size: 28px;
    }

    .exp_banner_txt_cont h1 br {
        display: none;
    }

    .exp_lft_col,
    .exp_rgt_col {
        width: 100%;
    }

    .exp_lft_col {
        margin-bottom: 20px;
    }

    .earning_redeem_wrapper {
        font-size: 21px;
    }

    .acc_hd.mod .srch_bar input {
        height: 40px;
    }

    .acc_hd.mod .cat_btn {
        width: auto;
    }

    .acc_hd_row .srch_bar {
        width: 65%;
    }

    .acc_hd.mod {
        padding: 30px 0px;
    }

    .find_loc_item {
        width: 25%;
    }

    .find_loc_item_cont img {
        margin-bottom: 8px;
    }

    .new_store_dtls .btns_grp .badge {
        height: 32px;
    }

    .new_store_name {
        margin-bottom: 8px;
    }

    .new_store_location {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .new_store_location img {
        width: 14px;
        margin-right: 6px;
    }

    .find_service_col_lt,
    .find_service_col_rt {
        width: 100%;
    }

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

    .cmn-new-sec-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .find_service_col_lt p {
        font-size: 21px;
    }

    .pack_plan_header h1,
    .pack_plan_header .title_h1 {
        font-size: 26px;
    }

    .pricing_tab_menu_bar {
        margin-bottom: 60px;
    }

    .travel_main_header .nav_rgt_cont a>img {
        width: 25px;
    }

    .travel_main_header .nav_rgt_cont a {
        font-size: 15px;
    }

    /* ENd Of SS CSS 16-07-2024 */

    .find_service_item:nth-child(odd) .find_service_row {
        flex-direction: column-reverse;
    }

    .content-area.mod_card {
        padding: 20px;
    }

    /* 17/10/24 work start */
    .catlst-item {
        width: 50%;
    }

    /* 17/10/24 work end */

}

@media (max-width: 575px) {

    .fancy_list_items li img {
        max-height: 14px;
        margin-right: 3px;
    }

    .fancy_list_items li {
        margin: 4px;
        font-size: 11px;
    }

    .top_mod_bar {
        padding: 10px 0px;
    }

    .top_mod_bar .title_h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .top_mod_bar .plan_area {
        font-size: 12px;
    }

    .ft_nav ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ft_nav li {
        margin: 5px 8px;
    }

    .ft_nav {
        margin-top: 15px;
    }

    .ft_info {
        margin-top: 15px;
        font-size: 12px;
    }

    .ft_btm_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .ft_btm_row p {
        width: 100%;
        font-size: 12px;
        margin-top: 10px;
    }

    .ft_btm_row ul {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer_btm {
        padding: 15px 0px;
        text-align: center;
    }

    .ft_btm_row a {
        font-size: 12px;
    }

    .footer_top {
        padding: 40px 0px;
    }

    .rad_grp {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .rad_grp label {
        margin: 6px 12px;
    }

    .fld_help_text {
        font-size: 12px;
    }

    .fld_blk_rd_grp>label {
        margin-right: 0;
    }

    .lot_items .lot_item_list .lot_half span {
        font-size: 12px;
        line-height: 1.3;
    }

    .com_apt_dtls_hd {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .com_apt_dtls_hd h1 {
        width: 100%;
    }

    .com_apt_dtls_hd ul {
        padding-left: 0px;
        margin-top: 8px;
    }

    .gal_ctas li {
        font-size: 8px;
        padding: 4px;
    }

    .cprop_hd_lt {
        width: 100%;
    }

    .cprop_hd {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cprop_hd_rt {
        margin-top: 10px;
    }

    .cprop_rwd li {
        width: 100% !important;
    }

    .cprop_offers li {
        font-size: 12px;
        padding: 5px;
        margin-bottom: 8px;
    }

    .cprop_offers li img {
        max-width: 25px;
        max-height: 25px;
    }

    .cprop_offers ul {
        margin: 0px -5px -10px;
    }

    .view_cprop_all a {
        font-size: 14px;
    }

    .cprop_cnt_card ul li {
        font-size: 12px;
    }

    .cprop_cnt_card ul li a {
        font-size: 12px;
    }

    .com_apt_dtls_hd ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .com_apt_dtls_hd li {
        width: calc(50% - 20px);
        margin: 5px;
    }

    .com_apt_dtls_hd li a {
        font-size: 12px;
        display: flex;
    }

    .mud_hd_lt li {
        width: 100%;
        font-size: 14px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .enroll_btns {
        margin-top: 6px;
    }

    .enroll_assign {
        margin-top: 16px;
    }

    .mud_specs .nav-tabs .nav-link {
        margin-right: 6px;
    }

    .mud_specs .tab-pane .title_h3 {
        font-size: 16px;
    }

    .cmn_blt_list li {
        font-size: 14px;
    }

    .ref_code_box {
        padding: 15px;
    }

    .ref_payout {
        padding: 15px;
    }

    .table-fluid table {
        width: 100%;
    }

    .srch_bar input[type="submit"],
    .acc_hd .srch_bar input[type="submit"] {
        background-size: 16px;
        left: 4px;
    }

    .srch_bar input[type="text"] {
        padding-left: 30px;
        width: auto;
    }

    .table_rt tr {
        width: 100%;
    }

    /* SS CSS Begin 16-07-2024 */

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

    .banner_cmn_title {
        font-size: 20px;
    }

    .srch_bar input[type="text"] {
        width: 100%;
    }

    .searchbar_mobile .srch_bar {
        left: auto;
        right: -75px;
    }

    .earning_redeem_wrapper {
        font-size: 18px;
    }

    .acc_hd_row .srch_bar {
        width: 60%;
    }

    .acc_hd.mod .cat_btn {
        width: auto;
    }

    .find_service_col_rt figure {
        margin-bottom: 0;
    }

    .cmn-new-sec-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

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

    .list-style-blk li:after {
        width: 14px;
        height: 14px;
    }

    .list-style-blk li {
        padding-left: 25px;
    }

    .cmn_theme_btn.rounded {
        height: 45px;
    }

    .comp_partner_expls li {
        padding: 8px 10px;
        font-size: 13px;
    }

    .cmn_gap .container button.cmn_theme_btn:last-child {
        margin-top: 5px;
    }

    .com_list_box .badge {
        font-size: 16px;
    }

    .tt_info_btn {
        width: 35px;
        height: 35px;
    }

    .tt_info_btn img {
        width: 20px;
    }

    .com_list_box_btm {
        padding: 10px;
    }

    .loyaltyProgram .cmn_close_popup_btn {
        width: 35px;
        height: 35px;
        right: 20px;
        top: 20px;
    }

    .share_top_int {
        padding-bottom: 20px;
    }

    .fld_textarea {
        font-size: 16px;
    }

    .loyaltyProgram .cmn_close_popup_btn img {
        width: 20px;
    }

    .share_top_int .title_h1 {
        font-size: 18px;
    }

    .loyaltyProgram .modal-body {
        padding: 15px;
    }

    .loyaltyProgram .fld_blk_txt_shwcase .title_h4 {
        font-size: 18px;
    }

    .my_acc_prsn_hd .title_h2 {
        font-size: 18px;
    }

    .pring_select_plan_bar_inner {
        flex-wrap: wrap;
        font-size: 20px;
    }

    .cust_select_dropmenu {
        margin-top: 10px;
    }

    .pricing_tab_menu_bar {
        margin-bottom: 40px;
    }

    .pack_plan_header h1,
    .pack_plan_header .title_h1 {
        font-size: 24px;
    }

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

    /* End Of SS CSS 16-07-2024 */

    .copylinkf form input {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }

    .copylinkf form {
        flex-wrap: wrap;
    }

    .copylinkf {
        padding-right: 0px;
    }

    .ff_info_scl ul {
        margin: -5px;
    }

    .ff_info_scl li {
        margin: 5px;
    }
/* pro 28/2/25 start */
    .item-serv-dtl {
        padding: 18px;
    }
/* pro 28/2/25 end */

}

@media screen and (max-width: 567px) {
    .merchent-home {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 479px) {
    /* 
    .srch_bar input[type="text"]{
        background-size: 16px;
    } */

    .navbar-toggler {
        width: 28px;
        height: 28px;
        margin-left: 8px;
    }

    .searchbar_mobile {
        margin-right: 4px;
    }

    .nav_rgt_items li:not(:last-child) {
        margin-right: 4px;
    }

    .nav_rgt_items .dropdown-toggle {
        min-width: auto;
    }

    .main-head-new .navbar-brand {
        width: 90px;
    }

    .nav_rgt_link {
        width: 30px;
        height: 30px;
    }

    .nav_rgt_items .dropdown-toggle>img {
        width: 20px;
        height: 20px;
    }

    .nav_rgt_items li .dropdown {
        height: 30px;
    }

    .cus_cnt_ft_lt {
        padding-right: 0px;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cus_cnt_ft_rt {
        margin-top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .cus_cnt_ft_rt .cmn_theme_btn {
        width: 100%;
    }

    .cus_cnt_ft_lt .cmn_theme_btn {
        width: 100%;
    }

    .ft_social li {
        margin: 7px;
    }

    .ft_social ul {
        margin-bottom: -7px;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 26px;
    }

    .stick:before {
        top: -8px;
    }

    .stick:after {
        top: 8px;
    }

    .stick.open:before {
        -webkit-transform: rotate(45deg) translate(39px, -28px);
        -ms-transform: rotate(45deg) translate(39px, -28px);
        transform: rotate(45deg) translate(39px, -28px);
    }

    .stick.open:after {
        -webkit-transform: rotate(-45deg) translate(39px, 28px);
        -ms-transform: rotate(-45deg) translate(39px, 28px);
        transform: rotate(-45deg) translate(39px, 28px);
    }

    .nav_bar_btm {
        padding: 10px 0px;
    }

    .date_filed_range {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .date_filed_range>* {
        width: 100%;
    }

    .date_filed_range>span {
        margin: 10px;
    }

    .edit_item_50 {
        width: 100%;
    }

    .com_list_col {
        width: 100%;
    }

    .brdcm_row ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .enr_rd_title {
        font-size: 12px;
    }

    .enr_rd_sub_text {
        font-size: 10px;
    }

    .acc_hd .cat_btn img {
        margin-right: 5px;
    }

    .acc_hd .cat_btn {
        font-size: 12px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .acc_hd_row .srch_bar {
        -ms-flex-negative: inherit;
        flex-shrink: inherit;
    }

    .key_scores {
        padding: 20px 24px;
    }

    .ks_box span {
        font-size: 12px;
    }

    .acc_filter_row li a {
        padding: 8px 16px;
    }

    .ref_code_sec .col-lg-4,
    .ref_payout_col {
        width: 100%;
    }

    /* SS CSS Begin 16-07-2024 */

    .explore_page_banner .cmn_theme_btn {
        height: 40px;
        padding: 10px 15px;
    }

    .exp_banner_txt_cont p {
        margin-bottom: 10px;
    }

    .explore_page_banner .btns_grp {
        margin-top: 20px;
    }

    .find_loc_item {
        width: 50%;
    }

    .earning_redeem_wrapper {
        flex-wrap: wrap;
    }

    .earning_redeem_wrapper>* {
        width: 100%;
    }

    .earning_wrp {
        margin-bottom: 10px;
    }

    .acc_hd_row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .acc_hd.mod .cat_btn {
        width: auto;
    }

    .acc_hd_row .srch_bar {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .store_img_wrap,
    .new_store_dtls {
        width: 100%;
    }

    .new_store_dtls {
        padding-left: 0;
        padding-top: 10px;
    }

    .nav_rgt_items .dropdown-menu[data-bs-popper] {
        left: auto;
        right: -40px;
        padding: 8px;
    }

    .nav_rgt_items .dropdown-item i {
        width: 35px;
        height: 35px;
    }

    .nav_rgt_items .dropdown-item i img {
        width: 15px;
    }

    .nav_rgt_items .dropdown-menu li+li {
        margin-top: 8px;
    }

    .nav_rgt_items .dropdown-menu {
        border-radius: 8px;
    }

    .srch_bar input[type="text"] {
        border-radius: 5px;
    }

    .my_badges_wrapper .title_h1 {
        margin-bottom: 25px;
    }

    .redeemModal .modal-body {
        padding: 20px;
    }

    .loc_select_fileds input {
        width: 35px;
        height: 35px;
        margin: 3px;
    }

    .popup_form_submit input[type="submit"] {
        min-width: 100%;
    }

    .redeemModal .title_h2 {
        font-size: 20px;
    }

    .cmn_sub_title {
        font-size: 16px;
    }

    .pring_select_plan_bar_inner {
        font-size: 16px;
    }

    .cust_select_dropmenu {
        margin-left: 0;
    }

    .cust_selected_text {
        width: 250px;
    }

    .pricing_tab_menu_bar ul {
        padding: 6px;
    }

    .pricing_tab_menu_bar .nav-link {
        font-size: 15px;
        padding: 5px 8px;
    }

    .pack_plan_header h1,
    .pack_plan_header .title_h1 {
        font-size: 20px;
    }

    .travel_main_header .nav_rgt_cont a>img {
        width: 20px;
    }

    .travel_main_header .nav_rgt_cont a {
        font-size: 14px;
    }

    /* End Of SS CSS 16-07-2024 */
    .travel_main_header .cus_nav {
        align-items: center;
    }

    .travel_main_header .nav_rgt_items .dropdown {
        height: 30px;
    }

    .nav_rgt_items .dropdown-menu {
        width: 250px;
    }

    .travel_main_header .nav_rgt_cont a {
        font-size: 12px;
    }

    .smart-rental-button ul li a {
        font-size: 16px;
    }

    /* 17/10/24 work start */
    .ref_payout_head {
        flex-wrap: wrap;
    }

    .ref_payout_head .ref_pay_btn {
        width: 100%;
        margin: 10px 0px 0px;
    }

    /* 17/10/24 work end */

    /* support starts 20.11.2024  */
    .pw-submit-btn button {
        margin-top: 10px;
    }

    .login_popup_body .form_grp .form_input {
        font-size: 18px;
    }

    /* support ends 20.11.2024  */
}