@font-face {
    font-family: "SF Pro Display";
    src: url("../font/SFProDisplay-Medium.woff2") format("woff2"), url("../font/SFProDisplay-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../font/SFProDisplay-Semibold.woff2") format("woff2"), url("../font/SFProDisplay-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../font/SFProDisplay-Regular.woff2") format("woff2"), url("../font/SFProDisplay-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../font/SFProDisplay-Medium.woff2") format("woff2"), url("../font/SFProDisplay-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../font/SFProDisplay-Bold.woff2") format("woff2"), url("../font/SFProDisplay-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --bg_white: #fff;
    --bg_black: #000;
    --color_theme: #ed624b;
    --color_theme_l: #e2e2e2;
    --txt_grn: #2bc763;
    --text_white: #fff;
    --text_black: #000;
    --input_bg: #e9e9e9;
    --body_bg: #f2f2f2;
    --border_black: #000;
    --border_l_grey: #e8e8e8;
    --border_input: #ecebeb;
    --black_33: #333333;
    --black_40: #404040;
    --black_99: #999;
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.country_code_signup {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

html,
body {
    scroll-behavior: smooth;
    /* font-family: "SF Pro Display"; */
    font-family: "Roboto";
    background: var(--body_bg);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
ul,
li {
    margin: 0px;
    padding: 0px;
    color: var(--black_40);
}

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

ul li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

button:focus,
.btn.focus,
.btn:focus {
    outline: unset !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

label {
    width: 100%;
    font-size: 16px;
    color: var(--black_40);
    margin: 0px;
}

input {
    width: 100%;
    font-size: 14px;
    border: none;
    border-bottom: solid 1px var(--border_input);
    color: var(--black_40);
}

.contry-select-bx {
    font-size: 18px;
    border: none;
    border-bottom: solid 1px var(--border_input);
    background: transparent;
    height: 29px;
    margin-right: 10px;
}

input::-webkit-input-placeholder {
    color: #cbcbcb;
}

input:-ms-input-placeholder {
    color: #cbcbcb;
}

input::-ms-input-placeholder {
    color: #cbcbcb;
}

input::placeholder {
    color: #cbcbcb;
}

.vrfy_inpt:focus {
    outline: none;
    border: none;
    /* border-bottom: solid 1px var(--border_black); */
    border: 1px solid #b3afaf;
}

.varifi_otp input,
.mail_bg_clor li input {
    border: 1px solid #b3afaf;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.text-green {
    color: var(--txt_grn);
}

.theme_clr {
    color: var(--color_theme) !important;
}

.theme_btn {
    background: var(--color_theme);
    color: var(--text_white);
    border-radius: 50px;
}

.theme_btn:hover {
    color: var(--text_white);
}

.theme_bg {
    background: var(--color_theme);
}

.theme_btn2 {
    background: var(--color_theme_l);
    color: var(--text_black);
    text-align: center;
    border-radius: 8px;
}

.theme_btn2:hover {
    color: var(--color_theme);
}

.theme_outline {
    border: 1px solid var(--color_theme);
    background: var(--bg_white);
    border-radius: 20px;
    color: var(--black_40);
    font-size: 12px;
    padding: 10px 15px;
}

.v_al_otr {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v_al {
    font-size: 20px;
    color: var(--color_theme);
}

.v_al:hover {
    text-decoration: underline;
    color: var(--color_theme);
    cursor: pointer;
}

.pagination {
    justify-content: center;
}

.pagination li span,
.pagination li a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    margin: 0px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text_black);
    background-color: transparent !important;
    border-color: transparent !important;
    cursor: pointer;
}

.pagination .active span {
    border-color: transparent !important;
    background-color: var(--color_theme) !important;
    color: var(--text_white) !important;
}

.pagination li:first-child span,
.pagination li:first-child a {
    font-size: 21px;
    color: var(--text_black);
    background-color: var(--bg_white) !important;
    border-color: transparent !important;
}

.pagination li:last-child span,
.pagination li:last-child a {
    font-size: 21px;
    color: var(--text_black);
    background-color: var(--bg_white) !important;
    border-color: transparent !important;
}

.swal-footer {
    text-align: center;
}

.swal-button--cancel {
    background: var(--color_theme_l);
    color: var(--text_black);
    text-align: center;
    border-radius: 50px;
}

.swal-button--confirm,
.swal-button--confirm:hover {
    background-color: var(--color_theme) !important;
    color: var(--text_white);
    text-align: center;
    border-radius: 50px;
}

.container {
    max-width: 1170px;
    width: 90%;
    padding: 0px;
}

.navbar {
    padding: 13px 0px;
    align-items: flex-start;
}

section {
    padding: 30px 0px;
}

.no_data {
    min-height: 55vh;
}

.no_dt_txt {
    width: 100%;
    text-align: center;
}

.signin {
    height: 100vh;
}

.signin::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000094;
}

.signin .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.signin .inr_bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}

.signin .form-group {
    margin: 0px;
}

.signin .left {
    height: 100%;
}

.signin .left figure .logo {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 200px;
    height: auto;
}

.signin .left figure::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 20%;
    background: -webkit-linear-gradient( rgb(255 255 255 / 48%), rgb(255 255 255 / 0%));
    border-radius: 20px 0 0 20px;
}

.signin .left figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}

.cross_1 {
    font-size: 40px;
    margin-top: -30px;
    position: absolute;
}

.signin .right {
    background: var(--bg_white);
    padding: 15px 15px;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

header .btm_header .srch_btn i {
    display: none;
}

div#Referrals .form-group input {
    background: transparent;
    padding: 0 0 5px 0;
}

.p_cntnt {
    padding-top: 10px;
    padding-bottom: 30px;
}

.inr_rgt {
    width: 100%;
}

.signin .right::-webkit-scrollbar,
.inr_setting .tab-content .cstm_scrl::-webkit-scrollbar,
#chat::-webkit-scrollbar,
.ppl_lst::-webkit-scrollbar {
    width: 5px;
}

.signin .right::-webkit-scrollbar-track,
.inr_setting .tab-content .cstm_scrl::-webkit-scrollbar,
#chat::-webkit-scrollbar-track,
.ppl_lst::-webkit-scrollbar-track {
    background: var(--border_input);
}

.signin .right::-webkit-scrollbar-thumb,
.inr_setting .tab-content .cstm_scrl::-webkit-scrollbar-thumb,
#chat::-webkit-scrollbar-thumb,
.ppl_lst::-webkit-scrollbar-thumb {
    background: var(--color_theme);
}

.signin .right::-webkit-scrollbar-thumb:hover,
.inr_setting .tab-content .cstm_scrl::-webkit-scrollbar-thumb:hover,
#chat::-webkit-scrollbar-thumb:hover,
.ppl_lst::-webkit-scrollbar-thumb:hover {
    background: var(--color_theme);
}

.signin .skip {
    display: block;
    padding-bottom: 50px;
    font-size: 16px;
    text-align: right;
    position: relative;
}

.frgt_crs {
    position: absolute;
    bottom: 46px;
    right: -15px;
}

.forgt_cros {
    position: absolute;
    top: 20px;
    right: 20px;
}

.signin .heading {
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 10px;
}

.signin form {
    width: 100%;
}

.signin form label {
    width: 100%;
    padding-top: 30px;
}

.signin form input {
    padding: 12px 0px;
}

.validation {
    color: red;
    font-size: 12px;
    font-weight: 100;
    padding-left: 15px;
}

.signin form .eye {
    position: absolute;
    bottom: 9px;
    right: 15px;
    cursor: pointer;
    background: #fff;
}

.signin form .rmbr_frgt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
}

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

.signin form .rememberme input,
.signin form .rememberme label {
    width: auto;
    padding: 0px 0px;
}

.signin form .rememberme .cstm_chk {
    position: relative;
    width: 20px;
    margin-right: 5px;
}

.signin form .rememberme input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.signin form .rememberme .checkmark {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid var(--color_theme_l);
    border-radius: 2px;
}

.signin form .rememberme .checkmark:after {
    content: "";
    display: none;
    position: absolute;
    left: 7px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid var(--black_40);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.signin form .rememberme input:checked~.checkmark {
    border-color: var(--border_input);
}

.signin form .rememberme input:checked~.checkmark:after {
    display: block;
}

.signin form .fnt {
    font-size: 14px;
}

.signin form button,
.signin form a.btn {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    margin-top: 30px;
    border-radius: 25px;
}

.signin h4 {
    color: #9f9f9f;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
}

.signin .scl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.signin .scl li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #fafafa;
    border-radius: 50%;
    margin: 40px 10px;
    cursor: pointer;
}

.signin .scl li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.signin .scl li figure img {
    width: 30px;
    padding: 2px 0px;
}

.signin h3 {
    font-size: 18px;
    text-align: center;
}

.signin h3 a,
.signin h3 a:hover {
    color: var(--color_theme);
}

.signup .skip {
    padding-bottom: 10px;
}

.signup form label {
    padding-top: 10px;
}

.signup .scl li {
    margin: 20px 10px;
}

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

.reset_pass .right form {
    width: 100%;
}

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

.otp_pg .otp_lst li {
    width: 15%;
}

.otp_pg .otp_lst li input {
    text-align: center;
}

.otp_pg .btn_rsd {
    display: block;
    text-align: center;
    padding: 30px 0px;
}

.otp_pg .btn_rsd:hover {
    color: var(--color_theme);
    text-decoration: underline;
}

.verify .chs_vrf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.verify .chs_vrf li {
    width: 30%;
    margin: 0px 30px;
    text-align: center;
}

.verify .chs_vrf li svg {
    width: 50px;
}

.verify .chs_vrf li svg path {
    fill: var(--color_theme_l);
}

.verify .chs_vrf li a {
    display: block;
    padding: 10px;
    margin-top: 10px;
}

.verify .chs_vrf li:hover svg path,
.verify .chs_vrf .active svg path {
    fill: var(--color_theme);
}

.verify .chs_vrf li .chs_vrf_btn {
    background: var(--color_theme_l);
    color: var(--text_black);
    text-align: center;
    border-radius: 8px;
}

.verify .chs_vrf .active .chs_vrf_btn {
    background: var(--color_theme);
    color: var(--text_white);
}

.verify .chs_vrf li:hover a {
    background: var(--color_theme);
    color: var(--text_white);
}

.prf_pic {
    position: relative;
    width: 140px;
    height: 140px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto
}

.profile-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.p-image {
    width: 35px;
    position: relative;
    bottom: 20px;
    color: #666666;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.file-upload {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.p-image:hover {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.upload-button {
    font-size: 1.2em;
}

.upload-button:hover {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #999;
}

header {
    box-shadow: 0 3px 6px #0000000d;
}

.header_bg {
    position: relative;
    width: 100%;
    height: 209px;
}

header .tp_header {
    background: var(--body_bg);
    position: fixed;
    width: 100%;
    max-height: 77px;
    z-index: 9;
    transition: 0.1s;
}

header .tp_header nav .navbar-nav .nav-item .nav-link {
    padding: 0px 15px;
}

header .tp_header nav .theme_btn {
    border-radius: 25px;
    padding: 12px 60px;
}

header .btm_header_otr {
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 36rem;
}

header .btm_header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    -webkit-box-pack: justify;
    width: 100%;
    padding: 20px 40px;
    border-radius: 100px;
    background: #ffffffcb;
    margin: 0 auto;
    position: relative;
    transition: 0.05s;
    /* min-height: 141px; */
}

.header2 .btm_header {
    background: none;
}

header .btm_header ul {
    width: 93%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .btm_header ul li {
    width: 31%;
    position: relative;
}

header .btm_header ul li label {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 40px;
}

.btm_header .src_bx input::placeholder {
    font-size: 16px;
}

.clndr_bx .datepicker {
    width: 650px;
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    max-width: 710px;
}

.clndr_bx .datepicker button,
header .tp_header2 nav button.clndr_btn,
header .tp_header2 nav button.clndr_btn2 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 40px;
    border-radius: 5px;
    padding: 0px;
    background: var(--color_theme);
}

.clndr_bx .datepicker button img {
    width: 25px;
}

.clndr_bx .datepicker2 {
    display: block;
}

.clndr_bx .ui-datepicker-row-break {
    display: none;
}

.clndr_bx .ui-datepicker-multi .ui-datepicker-group {
    width: 50%;
    float: left;
    padding: 5px;
}

.clndr_bx .ui-datepicker-multi .ui-datepicker-group .ui-datepicker-calendar {
    width: 100%;
}

.clndr_bx .ui-datepicker-multi .ui-datepicker-group:first-child {
    padding: 5px 30px 5px 5px;
}

.clndr_bx .ll-skin-melon .ui-widget {
    background: var(--bg_white);
    border: none;
    border-radius: 0;
}

.clndr_bx .ll-skin-melon .ui-datepicker .ui-datepicker-title {
    font-size: 16px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    width: 100%;
    color: var(--black_40);
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase;
}

.clndr_bx .ll-skin-melon .ui-datepicker .ui-datepicker-next span,
.clndr_bx .ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
    background: url("../images/left_arrow.svg") no-repeat;
    background-size: 100% 100%;
    font-size: 0px;
    width: 15px;
    height: 15px;
    background-position: 0px;
    display: inline-block;
    margin-top: 0;
    font-weight: normal;
    position: absolute;
    top: 40px;
    left: 10px;
}

.clndr_bx .ll-skin-melon .ui-datepicker .ui-datepicker-next span {
    background: url("../images/right_arrow.svg") no-repeat;
    background-size: 100% 100%;
    background-position: 0px;
    position: absolute;
    top: 40px;
    left: unset;
    right: 10px;
}

.clndr_bx .ll-skin-melon .ui-datepicker th {
    font-weight: normal;
    background: transparent;
    border: none;
    color: #d9d9d9;
    cursor: text;
    height: 25px;
    text-transform: uppercase;
    font-size: 12px;
    width: 36px;
    text-align: center;
    padding: 15px 0px;
}

.clndr_bx .ll-skin-melon td .full_date {
    color: red !important;
    text-decoration: line-through;
}

.clndr_bx .ll-skin-melon td .full_date:hover {
    background: #f2f2f2;
    cursor: default;
}

.clndr_bx .ll-skin-melon td .ui-state-default {
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    text-align: center;
    margin: 0;
    font-weight: normal;
    color: var(--black_40);
    font-size: 14px;
}

.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled {
    text-decoration: unset;
}

td.ui-datepicker-unselectable.ui-state-disabled {
    color: red !important;
    text-decoration: line-through;
}

.clndr_bx .ll-skin-melon td .ui-state-hover {
    background: var(--color_theme);
    border-radius: 50%;
    font-weight: bold;
    color: var(--text_white);
}

.clndr_bx .ll-skin-melon td.dp-highlight {
    background: #ffefed;
    color: var(--text_white);
}

.clndr_bx .ll-skin-melon .ui-datepicker td.dateFrom {
    background: -webkit-gradient( linear, left top, right top, from(transparent), to(#ffefed));
    background: linear-gradient(90deg, transparent, #ffefed);
    color: var(--text_white);
}

.clndr_bx .ll-skin-melon .ui-datepicker td.dateTo {
    background: -webkit-gradient( linear, left top, right top, from(#ffefed), to(transparent));
    background: linear-gradient(90deg, #ffefed, transparent);
    color: var(--text_white);
}

.clndr_bx .ll-skin-melon .ui-datepicker td.dateFrom a,
.clndr_bx .ll-skin-melon .ui-datepicker td.dateTo a {
    background: var(--color_theme);
    border-radius: 50%;
    font-weight: bold;
    color: var(--text_white);
}

.clndr_bx .ui-datepicker.ui-datepicker-multi {
    width: 100%;
    padding: 20px 20px 60px;
    border-radius: 20px;
    display: inline-block !important;
}

.clndr_bx #datepicker {
    height: 300px;
    overflow-x: scroll;
}

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

.gst_bx .dropdown-menu {
    display: none;
}

.gst_bx .dropdown-menu li {
    width: 100%;
    border: none;
    padding: 4px 0px;
}

.gst_bx .dropdown-menu li .qty li {
    padding: 0px;
}

.gst_bx .dropdown-menu li form select {
    width: 70px;
    text-align: left;
    border: none;
    border-bottom: solid 1px #5e5555;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}

.gst_bx .toggle,
.gst_bx .dropdown-menu {
    width: 100%;
}

.gst_bx .is-active .dropdown-menu {
    display: block;
}

.dropdown-menu.show {
    width: 100%;
}

header .btm_header .srch_btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--color_theme) url('../images/serach_iocnwht.svg');
    background-repeat: no-repeat;
    background-position: center center;
    color: transparent;
    background-size: 20px 20px;
    margin-top: 30px;
}

header .btm_header .srch_btn i,
header .btm_header .srch_btn svg {
    width: 20px;
    height: 20px;
    color: var(--text_white);
    fill: var(--text_white);
}

header .tp_header2 {
    background: var(--body_bg);
}

header .tp_header2 nav form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header .tp_header2 nav form .src_bx {
    width: auto;
    height: 50px;
    background: var(--input_bg);
    padding: 0px 14px;
    cursor: pointer;
    z-index: 9;
    transition: 0.1s;
}

header .tp_header2 nav form .hdr_swch {
    width: 250px;
}

header .tp_header2 nav form .src_bx input {
    cursor: pointer;
}

header .tp_header2 nav form button {
    margin: 0px 30px;
}

.cstm_drpdn a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.cstm_drpdn {
    margin-left: 15px;
}

.cstm_drpdn a span {
    font-size: 18px;
    margin: 0px 10px;
}

.cstm_drpdn a::after {
    width: 10px;
    height: 10px;
    border: solid 2px;
    border-top: 0px;
    border-right: 0px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

header .tp_header2 nav .theme_btn {
    border-radius: 25px;
    padding: 12px 57px;
    margin-left: 15px;
}

.header2 {
    background: var(--body_bg);
    position: fixed;
    width: 100%;
    z-index: 9;
    height: 77px;
}

.header2 .tp_header {
    position: relative;
}

.header2 .btm_header_otr {
    position: relative;
    top: 0px;
    padding-bottom: 20px;
}

.src_bx {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 40px;
    background: #F8F8F8;
    padding: 10px 10px 10px 13px;
    height: 54px;
}

.src_bx img {
    width: 17px;
    margin-right: 9px;
}

.src_bx input,
.src_bx p,
.src_bx .dropdown {
    width: 88%;
    background: none;
    border: none;
    position: unset;
}

.src_bx input::-webkit-input-placeholder,
.src_bx p::-webkit-input-placeholder,
.src_bx .dropdown::-webkit-input-placeholder {
    color: var(--black_40);
}

.src_bx input:-ms-input-placeholder,
.src_bx p:-ms-input-placeholder,
.src_bx .dropdown:-ms-input-placeholder {
    color: var(--black_40);
}

.src_bx input::-ms-input-placeholder,
.src_bx p::-ms-input-placeholder,
.src_bx .dropdown::-ms-input-placeholder {
    color: var(--black_40);
}

.src_bx input::placeholder,
.src_bx p::placeholder,
.src_bx .dropdown::placeholder {
    color: var(--black_40);
}

.src_bx input .dropdown-toggle,
.src_bx p .dropdown-toggle,
.src_bx .dropdown .dropdown-toggle {
    width: 100%;
    display: inline-block;
}

.src_bx input .dropdown-toggle::after,
.src_bx p .dropdown-toggle::after,
.src_bx .dropdown .dropdown-toggle::after {
    position: absolute;
    top: 10px;
    right: 0px;
}

.src_bx input .dropdown-menu,
.src_bx p .dropdown-menu {
    padding: 15px;
    width: 400px !important;
    border: none;
    border-radius: 20px;
    position: absolute;
    left: unset;
    top: 100px;
    right: 0px;
}

.src_bx .dropdown .dropdown-menu {
    padding: 20px 50px;
    width: 425px;
    border: none;
    border-radius: 20px;
    position: absolute;
    left: unset;
    top: 50px;
    right: 0px;
}

.tp_outr2 .src_bx .dropdown .dropdown-menu {
    width: 350px !important;
    right: 35px;
}

.tp_outr2 .clndr_bx .datepicker {
    padding: 0px 35px;
}

.tp_outr2 .clndr_bx .ui-datepicker.ui-datepicker-multi {
    position: relative;
}

.tp_outr2 .clndr_bx .datepicker button {
    right: 60px;
    z-index: 1;
}

.src_bx input .dropdown-menu h5,
.src_bx p .dropdown-menu h5,
.src_bx .dropdown .dropdown-menu h5 {
    font-size: 18px;
}

.src_bx input .dropdown-menu .dropdown-item,
.src_bx p .dropdown-menu .dropdown-item,
.src_bx .dropdown .dropdown-menu .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px;
    padding-top: 10px;
}

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

.src_bx input .dropdown-menu .dropdown-item:hover,
.src_bx p .dropdown-menu .dropdown-item:hover,
.src_bx .dropdown .dropdown-menu .dropdown-item:hover {
    background: none;
}

.src_bx input .dropdown-menu .dropdown-item p,
.src_bx p .dropdown-menu .dropdown-item p,
.src_bx .dropdown .dropdown-menu .dropdown-item p {
    font-size: 14px;
    width: auto;
}

.src_bx input .dropdown-menu .dropdown-item .qty,
.src_bx p .dropdown-menu .dropdown-item .qty,
.src_bx .dropdown .dropdown-menu .dropdown-item .qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
    margin-left: 15px;
}

.src_bx input .dropdown-menu .dropdown-item .qty li,
.src_bx p .dropdown-menu .dropdown-item .qty li,
.src_bx .dropdown .dropdown-menu .dropdown-item .qty li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    font-size: 14px;
    border-radius: 50%;
    cursor: pointer;
}

.qty input {
    width: 25px;
    text-align: center
}

.src_bx input .dropdown-menu .dropdown-item .qty .one,
.src_bx p .dropdown-menu .dropdown-item .qty .one,
.src_bx .dropdown .dropdown-menu .dropdown-item .qty .one {
    background: #cbcbcb;
    color: var(--text_white);
}

.src_bx input .dropdown-menu .dropdown-item .qty .three,
.src_bx p .dropdown-menu .dropdown-item .qty .three,
.src_bx .dropdown .dropdown-menu .dropdown-item .qty .three {
    background: var(--color_theme);
    color: var(--text_white);
}

.src_bx .clndr_dt input {
    width: 45%;
    font-size: 16px;
    display: none;
}

.navbar-brand {
    z-index: 9;
}

.navbar-collapse {
    align-items: stretch;
}

.navbar-collapse ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hm_header .tp_header2 {
    display: none;
    position: fixed;
    width: 100%;
}

.header2 .tp_header2 {
    display: block;
    /* overflow: hidden; */
}

.tp_outr {
    position: absolute;
    width: 100%;
    padding-top: 0px;
    transition: 0.2s all;
}

.tp_outr2 {
    position: absolute;
    width: 100%;
    padding-top: 0px;
    transition: 0.2s all;
}

.clps_btm_hdr {
    transform: scale(0);
}

.hdr_swch {
    transform: scale(1);
    opacity: 1;
}

.lnk_lst {
    transform: scale(0);
    opacity: 0;
    transition: 0.1s;
}

.tp_outr2 .tp_header {
    position: unset;
    width: 80%;
    margin-left: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    white-space: nowrap;
}

.tp_outr2 .btm_header_otr {
    position: absolute;
    top: 70px;
}

.header_bg {
    height: 77px;
}

.plst_hdr,
.header_bg2 {
    height: 209px;
}

.home {
    background: var(--body_bg);
    padding: 0px;
}

.home .bnnr {
    position: relative;
    height: 900px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ratg_str {
    flex-direction: unset !important;
}

section.bnnr figure::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(rgb(0 0 0 / 0.6), rgb(84 84 84 / 0));
}

.home .bnnr img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}

.home .bnnr .bnr_cnt {
    width: 100%;
    padding: 0 0;
    position: relative;
    top: -70px;
}

header .btm_header form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .btm_header form ul li label {
    /* position: absolute;
    left: 0;
    top: -42px;
    padding: 10px 0 0 0; */
    line-height: normal;
}

.home .bnnr .bnr_cnt h1 {
    text-align: center;
    color: #fff;
    font-size: 65px;
    font-weight: bold;
    padding-bottom: 20px;
}

.home .bnnr .bnr_cnt p {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    width: 45%;
    margin: 0 auto;
}

.home .Actv .slick-dots {
    display: none !important;
}

.home .Actv .slick-disabled {
    cursor: no-drop;
    filter: grayscale(1) brightness(1.7);
}

.home .Actv .slick-prev {
    border: none;
    background: url("../images/slick_prev.svg") no-repeat;
    background-size: 100% 100%;
    font-size: 0px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -30px;
    right: 28px;
}

.home .Actv .slick-next {
    border: none;
    background: url("../images/slick_next.svg");
    background-size: 100% 100%;
    font-size: 0px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -30px;
    right: 0px;
}

.home .Actv .slick-carousel {
    padding-top: 30px;
}

.home .Actv2 .slick-track {
    display: flex;
    align-items: stretch;
}

.home .Actv2 .slick-track .slick-slide {
    height: auto;
    max-height: 300px;
}

.home .Actv2 .slick-track .slick-slide div {
    height: 100%;
}

.home .Actv .slick-carousel .slide-content {
    position: relative;
    margin-right: 14px;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}


/* .slick-slide:nth-child(4n) div .slide-content {
    margin-right: 0px !important;
} */

.home .Actv .slick-carousel .slide-content .img_bx,
.otr_bx .img_bx {
    height: 300px;
    max-height: 300px;
}

.home .Actv .slick-carousel .slide-content img,
.otr_bx .img_bx img {
    width: 100%;
}

.home .Actv .slick-carousel .slide-content img,
.otr_bx .img_bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .Actv .slick-carousel .slide-content .overlay {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
}

.home .Actv .slick-carousel .slide-content .overlay p {
    padding-bottom: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
}

.home .bnr2 .inr_bnr {
    width: 100%;
    background: url("../images/backgroung11.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    overflow: hidden;
}

.home .bnr2 .inr_bnr .cntnt {
    padding: 50px;
    background: -webkit-linear-gradient( left, rgb(0 0 0 / 0.6), rgb(84 84 84 / 0));
    text-align: justify;
}

.home .bnr2 .inr_bnr .cntnt h2 {
    font-size: 66px;
    color: var(--text_white);
}

.home .bnr2 .inr_bnr .cntnt p {
    font-size: 18px;
    color: var(--text_white);
    width: 35%;
    margin: 40px 0px;
}

.home .bnr2 .inr_bnr .cntnt button {
    background: var(--bg_white);
    border-radius: 25px;
}

.home .bnr2_2 .inr_bnr {
    background: url("../images/bnr2_2.png") no-repeat;
    background-size: cover;
    background-position: center;
}

.home .dnld {
    position: relative;
    background: url("../images/Contour-PDF.png") no-repeat;
    background-size: cover;
    background-color: #36363659
}

.home .dnld::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: #e9e9e9e0;
    width: 100%;
    height: 100%;
}

.home .dnld .inr_cnt h2 {
    font-size: 60px;
    font-weight: bold;
}

.home .dnld .inr_cnt p {
    font-size: 18px;
    color: #969696;
    padding: 20px 0px;
}

.home .dnld .inr_cnt .btn_bx a {
    margin-right: 20px;
}

.home .stndrd {
    padding: 80px 0px;
}

.home .stndrd .inr_bx {
    width: 100%;
    background: var(--bg_white);
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    height: 100%;
}

.home .stndrd .inr_bx h3 {
    font-size: 36px;
}

.home .stndrd .inr_bx p {
    font-size: 17px;
    padding: 20px 0px;
    color: #969696;
}

.home .stndrd .inr_bx button {
    border-radius: 25px;
    padding: 10px 30px;
}

.otr_bx_otr {
    position: relative;
    height: 100%;
}

.otr_bx {
    background: #fff;
    display: block;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
}

.otr_bx_otr .add_land_wishlist,
.otr_bx_otr .add_land_wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 22px;
    color: var(--text_white);
    fill: var(--text_white);
}

.otr_bx .img_bx img {
    width: 100%;
}

.otr_bx .cntnt {
    padding: 15px 10px;
}

.otr_bx .cntnt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.otr_bx .cntnt ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: baseline;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 75%;
}

.otr_bx .cntnt ul li p {
    padding-left: 5px;
    font-size: 13px;
    font-weight: 300;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.otr_bx .cntnt ul li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
}

.otr_bx .cntnt ul li:last-child p {
    width: auto;
}

.otr_bx .cntnt ul li:last-child i,
.otr_bx .cntnt ul li:last-child svg {
    color: gold;
    fill: gold;
}

.otr_bx .cntnt h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.otr_bx .cntnt h5 {
    font-size: 16px;
    font-weight: 500;
}

.otr_bx .cntnt h5 span {
    font-weight: 300;
}

footer .tp_footer {
    background: var(--black_40);
    padding: 50px 0px;
}

footer .tp_footer .ftr_otr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .tp_footer .ftr_otr li {
    width: 14%;
    padding-top: 30px;
}

footer .tp_footer .ftr_otr li:first-child {
    width: 30%;
    padding-top: 0px;
}

footer .tp_footer .ftr_otr li li,
footer .tp_footer .ftr_otr li a {
    font-size: 14px;
    color: var(--text_white);
    padding: 5px 0px;
}

footer .tp_footer .ftr_otr li p {
    font-size: 16px;
    color: var(--text_white);
    padding: 20px 0px;
}

footer .tp_footer .ftr_otr li h5 {
    font-size: 20px;
    color: var(--text_white);
    padding-bottom: 10px;
    font-weight: bold;
}

footer .tp_footer .ftr_otr li ul li {
    width: 100% !important;
}

footer .btm_footer {
    background: var(--color_theme);
    padding: 15px 0px;
}

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

footer .btm_footer .ftr_otr li p {
    color: var(--text_white);
}

footer .btm_footer .ftr_otr li .soc_lnk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .btm_footer .ftr_otr li .soc_lnk li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--bg_white);
    border-radius: 50%;
}

footer .btm_footer .ftr_otr li .soc_lnk li a img {
    width: 25px;
}

footer .btm_footer .ftr_otr li .soc_lnk li a:first-child {
    margin-right: 10px;
}

.congrats {
    text-align: center;
    padding: 50px 0px;
}

.congrats h2 {
    font-size: 50px;
    font-weight: bold;
    padding: 20px 0px;
}

.congrats h5 {
    font-size: 28px;
    color: #909090;
    padding: 10px 0px 30px;
}

.congrats a {
    width: 500px;
    padding: 20px;
    border-radius: 50px;
    font-size: 20px;
}

.plc_lst_page {
    padding: 0px;
}

.plc_lst_page .bnr {
    padding: 0px;
}

.plc_lst_page .bnr img {
    width: 100%;
}

.plc_lst_page .plc_lst {
    padding: 50px 0px;
}

.plc_lst_page .plc_lst h2 {
    padding-bottom: 20px;
}

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

.plc_lst_page .plc_lst .plc_inr .plc_inr_chld {
    position: relative;
    width: 23%;
    margin-bottom: 2%;
    border-radius: 20px;
    overflow: hidden;
}

.orange_text {
    color: var(--color_theme);
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.multi_text {
    display: flex;
    justify-content: space-between;
}

.read_more {
    color: var(--color_theme);
    font-size: 15px;
    cursor: pointer;
    text-decoration: underline;
}

.booking_details h6 {
    font-size: 17px;
    font-weight: bold;
}

.booking_details ul {
    width: 80%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.booking_details ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.booking_details ul li strong {
    color: #404040;
    font-size: 15px;
    font-weight: bold;
}

.booking_details ul li span {
    color: #676767;
    font-size: 14px;
}

.pay_with h6 {
    font-size: 17px;
    font-weight: bold;
}

.pay_with ul {
    display: flex;
}

.pay_with ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92px;
    margin-right: 15px;
    margin-top: 10px;
}

.pay_with ul li .card_pay_with {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #eee;
    width: 100%;
    border-radius: 11px;
    padding: 0 0 20px;
}

.pay_with ul .active .card_pay_with {
    background: var(--bg_white);
}

.pay_with ul .active .card_pay_with::after {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--color_theme) url("../images/tick.png") no-repeat;
    background-size: 50%;
    background-position: center;
}

.pay_with ul li .card_pay_with figure {
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pay_with ul li .card_pay_with figure img {
    -o-object-fit: contain;
    object-fit: contain;
}

.pay_with ul li:last-child {
    margin-right: 0px;
}

.card_detail {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
    position: relative;
}

.card_detail .form_group {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 20px;
}

.card_detail .form_group:nth-child(4n) {
    margin-right: 0;
    margin-left: 1%;
}

.card_detail .form_group label {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.card_detail .form_group input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 40px;
    border: none;
    background: transparent;
}

.card_detail .add_new_card {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    justify-content: center;
    align-items: center;
}

.card_detail .add_new_card figure {
    width: auto;
}

.card_detail .add_new_card h3 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
    margin-left: 10px;
}

.card_detail_button {
    background: var(--color_theme);
    border: none;
    width: 100%;
    border-radius: 50px;
    padding: 20px;
    font-size: 20px;
}

.room_search .multiple_images {
    display: flex;
    justify-content: space-between;
    margin: 0px 0px 30px;
    height: 500px;
}

.room_search .multiple_images .left_image {
    width: 67%;
}

.room_search .multiple_images .left_image figure {
    overflow: hidden;
    border-radius: 25px;
}

.room_search .multiple_images .left_image figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.room_search .multiple_images .left_image .onclick_image_show_div {
    position: relative;
    cursor: pointer;
}

.room_search .multiple_images .left_image .onclick_image_show_div:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0000002e;
}

.room_search .multiple_images .right_image {
    width: 30%;
}

.room_search .multiple_images .right_image ul {
    height: 100%;
}

.room_search .multiple_images .right_image ul li {
    margin-bottom: 5%;
    height: 31%;
    margin-top: 0px;
}

.room_search .multiple_images .right_image ul li:last-child {
    margin-bottom: 0px;
}

.room_search .multiple_images .right_image ul li figure {
    overflow: hidden;
    border-radius: 25px;
}

.room_search .multiple_images .right_image ul li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.room_search .multiple_images .right_image ul li .onclick_image_show_div {
    position: relative;
    cursor: pointer;
}

.room_search .multiple_images .right_image ul li .onclick_image_show_div:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0000002e;
}

.room_search .text_icon {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.room_search .text_icon figure {
    width: auto;
    margin-right: 5px;
}

.room_search .text_icon span {
    color: #404040;
    font-size: 18px;
}

.room_search .content_multiple {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.room_search .content_multiple .left_content {
    width: 50%;
    padding-right: 50px;
}

.room_search .content_multiple .left_content .text_icon {
    display: flex;
    margin-bottom: 10px;
}

.room_search .content_multiple .left_content .text_icon figure {
    width: auto;
    margin-right: 5px;
}

.room_search .content_multiple .left_content .text_icon span {
    color: #404040;
    font-size: 18px;
}

.room_search .content_multiple .left_content h4 {
    font-weight: bold;
}

.room_search .content_multiple .left_content .image_message {
    margin-top: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.bdrm {
    margin-bottom: 15px;
}

.bdrm span {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
}

.room_search .content_multiple .left_content .image_message .image_content {
    display: flex;
    align-items: center;
    width: 40%;
}

.room_search .content_multiple .left_content .image_message .image_content figure {
    width: 61px;
    margin-right: 10px;
    height: 61px;
    border-radius: 100%;
}

.room_search .content_multiple .left_content .image_message .image_content figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.room_search .content_multiple .left_content .image_message .image_content .content h5 {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 300;
}

.room_search .content_multiple .left_content .image_message .image_content .content p {
    margin: 0px;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
}

.room_search .content_multiple .left_content .content_data ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.room_search .content_multiple .left_content .content_data ul li figure {
    width: auto;
    margin-right: 10px;
}

.room_search .content_multiple .left_content .content_data ul li .text p {
    color: #1e2022;
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
}

.room_search .content_multiple .left_content .content_data ul li .text span {
    color: #676767;
    font-size: 13px;
    font-weight: 400;
}

.room_search .content_multiple .left_content .content_data ul li:last-child {
    margin-bottom: 0px;
}

.room_search .content_multiple .left_content .descript p {
    color: #404040;
    font-size: 18px;
    /* word-break: break-all; */
    font-weight: 400;
}

.room_search .content_multiple .left_content .descript p:last-child {
    margin-bottom: 0px;
}

.room_search .content_multiple .left_content .amenties ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.room_search .content_multiple .left_content .amenties ul li {
    width: 22%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 2%;
    background: #f3ebe9;
    border-radius: 20px;
    overflow: hidden;
}

.room_search .content_multiple .left_content .amenties2 ul {
    justify-content: flex-start;
}

.room_search .content_multiple .left_content .amenties2 ul li {
    margin-right: 10px;
}

.room_search .content_multiple .left_content .amenties ul li figure {
    width: auto;
    height: auto;
}

.room_search .content_multiple .left_content .amenties ul li span {
    color: #404040;
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
    line-height: normal;
    font-weight: 400;
    margin-top: 10px;
}

.room_search .content_multiple .left_content .amenties ul li figure {
    width: 35px;
    height: 35px;
}

.room_search .content_multiple .left_content .amenties ul li figure img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.room_search .content_multiple .left_content .amenties.amenties2 ul li figure {
    height: 60px;
    width: 60px;
    overflow: hidden;
}

.room_search .content_multiple .left_content .amenties.amenties2 ul li img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.room_search .content_multiple .left_content .amenties button.btn.btn-outline {
    width: 100%;
    padding: 15px;
    border-radius: 40px;
}

.room_search .content_multiple .left_content h4.orange_text {
    font-size: 21px;
}

.room_search .content_multiple .left_content .vehicle_campaign ul {
    display: flex;
    flex-wrap: wrap;
}

.room_search .content_multiple .left_content .vehicle_campaign ul li {
    margin-bottom: 10px;
    display: flex;
    margin-right: 10px;
    width: 40%;
}

.room_search .content_multiple .left_content .vehicle_campaign ul li:nth-child(3n) {
    margin-right: 0px;
}

.room_search .content_multiple .left_content .vehicle_campaign ul li figure {
    width: auto;
    margin-right: 10px;
}

.room_search .content_multiple .left_content .vehicle_campaign ul li .text p {
    color: #1e2022;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
}

.room_search .content_multiple .left_content .vehicle_campaign ul li .text span {
    color: #676767;
    font-size: 13px;
}

.room_search .content_multiple .right_otr {
    width: 50%;
    position: relative;
    z-index: 0;
}

.room_search .content_multiple .right_otr .sticky-top {
    padding-left: 20%;
    top: 110px;
}

.right_otr .datepicker {
    top: 110px;
}

.room_search .content_multiple .right_content {
    width: 100%;
    border: 1px solid #cbcbcb;
    background: #fff;
    border-radius: 20px;
    padding: 15px 15px 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 0;
}

.room_search .content_multiple .right_content .price_rate {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.room_search .content_multiple .right_content .price_rate p {
    margin: 0px;
    font-size: 22px;
    color: #000;
    font-weight: lighter;
}

.room_search .content_multiple .right_content .price_rate .rating i,
.room_search .content_multiple .right_content .price_rate .rating svg {
    color: #f2c94c;
    fill: #f2c94c;
}

.ratg_str i {
    color: #f2c94c;
    fill: #f2c94c;
}

.detail_booking .src_bx {
    /* background:var(--body_bg); */
    padding: 20px 0px 15px 0px;
}

.detail_booking .gst_bx .dropdown {
    width: 90%;
}

.detail_booking .src_bx img {
    margin-right: 8px;
}

.detail_booking .src_bx .dropdown .dropdown-menu {
    box-shadow: 0 0px 20px #0000001f;
    left: 0px;
    top: 115px;
    right: unset;
}

.detail_booking .datepicker {
    box-shadow: 0 0px 20px #0000001f;
    top: 60px;
}

.detail_booking .datepicker .clndr_bx .ui-datepicker-multi .ui-datepicker-group .ui-datepicker-calendar {
    width: 80%;
}

.room_search .content_multiple .right_content .detail_booking {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    /* background:var(--body_bg); */
    padding: 15px 25px;
    position: relative;
}

.room_search .content_multiple .right_content .detail_booking .clndr_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 0px 15px;
}

.room_search .content_multiple .right_content .detail_booking .imae_with_content {
    width: 55%;
    display: flex;
    margin-bottom: 0px;
    margin-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.room_search .content_multiple .right_content .detail_booking .imae_with_content:nth-child(2n) {
    margin-right: 0px;
    padding: 0px 0px;
}

.room_search .content_multiple .right_content .detail_booking .imae_with_content figure {
    width: auto;
    height: auto;
    margin-right: 9px;
}

.room_search .content_multiple .right_content .detail_booking .imae_with_content .text_multi {
    width: 80%;
}

.room_search .content_multiple .right_content .detail_booking .imae_with_content .text_multi span {
    display: block;
    font-size: 14px;
    font-weight: lighter;
}

.room_search .content_multiple .right_content .detail_booking .imae_with_content .text_multi h4 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.room_search .content_multiple .right_content h5 {
    color: #404040;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.room_search .content_multiple .right_content .detail_box {
    margin-bottom: 20px;
}

.room_search .content_multiple .right_content .detail_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.room_search .content_multiple .right_content .detail_box ul li {
    margin-bottom: 3px;
}

.room_search .content_multiple .right_content .detail_box ul li span {
    color: #676767;
    font-size: 14px;
}

.room_search .content_multiple .right_content .detail_box ul li .enter_coupon {
    color: var(--color_theme);
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.room_search .content_multiple .right_content a.theme_btn {
    width: 100%;
    background: var(--color_theme);
    border: 1px solid var(--color_theme);
    border-radius: 40px;
    padding: 12px;
    font-size: 20px;
}

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

.room_search .address p {
    color: #404040;
    font-size: 16px;
    margin: 0px;
}

.room_search .map figure {
    max-height: 447px;
    overflow: hidden;
}

.room_search .map figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.room_search .reviews .review_section {
    display: flex;
    flex-wrap: wrap;
}

.room_search .reviews .review_section .review_card {
    width: 31%;
    margin-bottom: 20px;
    margin-right: 3%;
}

.room_search .reviews .review_section .review_card .image_with_rating {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.room_search .reviews .review_section .review_card .image_with_rating .image_text {
    display: flex;
    align-items: center;
}

.room_search .reviews .review_section .review_card .image_with_rating .image_text figure {
    width: 44px;
    margin-right: 10px;
    height: 44px;
    overflow: hidden;
    border-radius: 100%;
}

.room_search .reviews .review_section .review_card .image_with_rating .image_text figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.room_search .reviews .review_section .review_card .image_with_rating .image_text .text h5 {
    color: #404040;
    font-size: 15px;
}

.room_search .reviews .review_section .review_card .image_with_rating .image_text .text span {
    color: #2e3a59;
    font-size: 12px;
}

.room_search .reviews .review_section .review_card .image_with_rating .rating i,
.room_search .reviews .review_section .review_card .image_with_rating .rating svg {
    font-size: 20px;
}

.room_search .reviews .review_section .review_card .image_with_rating .rating strong {
    font-size: 12px;
    color: #404040;
}

.room_search .reviews .review_section .review_card:nth-child(3n) {
    margin-right: 0px;
}

.room_search .reviews .review_section .review_card p {
    color: #404040;
    font-size: 12px;
    margin: 0px;
}

.room_search .reviews .rating i,
.room_search .reviews .rating svg {
    color: #f2c94c;
}

.room_search .availability .availability_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.room_search .availability .availability_card .image_with_text {
    display: flex;
}

.room_search .availability .availability_card .image_with_text figure {
    width: auto;
    margin-right: 10px;
}

.room_search .availability .report_this_list {
    color: var(--color_theme);
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
}

article.content-entry.open .arrow_right {
    transform: rotate(90deg);
    transition-duration: 0.5s;
}

article.content-entry .arrow_right {
    transform: rotate(0deg);
    transition-duration: 0.5s;
}

.similar_places_card {
    padding-top: 0px;
}

.similar_places_card .slick-carousel {
    padding: 0px !important;
}

.slick-carousel2 {
    width: 70%;
    margin: 0 auto;
}

.slick-carousel2 .slide-content {
    height: 80vh;
}

.slick-carousel2 .slide-content img {
    width: 100%;
    object-fit: contain;
    height: 100%
}

.slick-carousel2 .slick-prev {
    top: 47%;
    position: absolute;
    background-image: url();
}

.slick-carousel2 .slick-next {
    top: 47%;
    right: 0;
    position: absolute;
    background-image: url();
}

.slick-carousel2 button.slick-next,
button.slick-prev {
    background: none;
    border: none;
    content: none;
    font-size: 0px;
}

.slick-carousel2 button.slick-prev::after {
    content: "\f104";
    color: #b3b1b1;
    font: normal normal normal 45px/1 FontAwesome;
    position: absolute;
    left: -50px;
}

.slick-carousel2 button.slick-next::after {
    content: "\f105";
    color: #b3b1b1;
    font: normal normal normal 45px/1 FontAwesome;
    position: absolute;
    right: -50px;
}

.similar_places_card .slick-carousel button {
    display: none !important;
}

.bottom_to_top_slide {
    visibility: hidden;
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    background: #fff;
    transition-duration: 0.5s;
}

.bach {
    background-color: #000000a6;
    z-index: 111;
}

.bottom_to_top_slide .top_navbar {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}

.cls_plc_sldr {
    border: solid var(--border_l_grey) 1px;
    padding: 5px;
    color: var(--text_white);
    cursor: pointer;
}

.bottom_to_top_slide .top_navbar .left_arrow svg {
    cursor: pointer;
}

.bottom_to_top_slide .top_navbar .right_side {
    display: flex;
    align-items: flex-end;
}

.bottom_to_top_slide .top_navbar .right_side li {
    margin-right: 20px;
    cursor: pointer;
}

.share_modal i.fa.fa-upload {
    font-size: 25px;
}

.wishlist_modal .add_land_wishlist {
    font-size: 25px;
}

.bottom_to_top_slide .top_navbar .right_side li span {
    text-decoration: underline;
}

.bottom_to_top_slide .images_slide {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
    width: 70%;
    margin: 0 auto;
    height: calc(100vh - 64px);
    overflow-y: auto;
}

.bottom_to_top_slide .images_slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
}

.bottom_to_top_slide .images_slide a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 0 2px 16px var(--shadow);
}

.bottom_to_top_slide .images_slide .horizontal {
    grid-column: span 2;
}

.bottom_to_top_slide .images_slide .vertical {
    grid-row: span 2;
}

.bottom_to_top_slide .images_slide .big {
    grid-column: span 2;
    grid-row: span 2;
}

.bottom_to_top_slide.show_slide {
    visibility: visible;
    bottom: 0;
    transition-duration: 0.5s;
}

.label_radio {
    display: block;
    position: relative;
    padding-left: 19px;
    margin-bottom: 17px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.label_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    border: 1px solid #bababa;
    border-radius: 50%;
}

.signin form .rememberme .cstm_chk .rmbr_chk .checkmark {
    border-radius: 4px;
}

.label_radio input:checked~.checkmark {
    border: 1px solid var(--color_theme);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.label_radio input:checked~.checkmark:after {
    display: block;
}

.label_radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: var(--color_theme);
}

.accordion-container .article-title {
    display: flex;
    position: relative;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    color: var(--black_40);
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
}

article.content-entry {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i,
.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open svg {
    color: #fff;
}

.accordion-container .content-entry i,
.accordion-container .content-entry svg {
    position: absolute;
    top: 3px;
    left: 12px;
    font-style: normal;
    font-size: 1.625em;
    color: #0079c1;
}

.accordion-container .content-entry i:before {
    content: "+ ";
}

.accordion-container .content-entry.open i:before {
    content: "- ";
}

.accordion-content {
    display: none;
    padding-left: 2.3125em;
}

.checkbox_label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox_label .checkmark {
    position: absolute;
    top: 0;
    left: auto;
    height: 25px;
    width: 25px;
    background-color: transparent;
    right: 0;
    border: 1px solid #9e9e9e36;
}

.checkbox_label:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox_label input:checked~.checkmark {
    background-color: #ff705a;
    border: 1px solid #ff705a;
}

.checkbox_label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox_label input:checked~.checkmark:after {
    display: block;
}

.checkbox_label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

section.bnnr figure {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.image_content1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 40%;
}

.det_bx ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.pay_details ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.pay_details {
    padding: 10px 0px;
}

.pay_details ul li span {
    font-size: 14px;
    color: hsl(0, 0%, 40%);
}

.pay_details h6 {
    font-size: 17px;
    font-weight: bold;
}

.image_content1 .con-img img {
    height: 100px;
    width: 100px;
    border-radius: 10px;
    margin-right: 10px;
}

.image_content1 .content1 .loc {
    display: flex;
    align-items: center;
}

.image_content1 .content1 .loc svg {
    width: 20px;
    height: 18px;
}

.image_content1 .content1 .loc h5 {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 300;
    margin-left: 5px;
    padding: 10px 0px;
}

.image_content1 .content1 h4 {
    font-size: 26px;
    font-weight: bold;
}

.left_content .orange_text1 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.left_content h5 {
    font-size: 25px;
}

.content_multiple .left_content .image_message {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.content_multiple .left_content .image_message button {
    border-radius: 30px;
    padding: 10px;
}

.left_content .btn_cncl {
    border: 1px solid #909090;
    border-radius: 40px;
    width: 547px;
    height: 72px;
    font-size: 20px;
}

.booking_details ul {
    width: auto;
}

.left_content .two_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.left_content .two_btn .btn_rt {
    border: none;
    border-radius: 40px;
    font-size: 20px;
    background: #ff6148;
    color: #fff;
    width: 260px;
    height: 72px;
}

.left_content .two_btn .btn_rprt {
    border: none;
    border-radius: 40px;
    border: 1px solid #676767;
    font-size: 20px;
    background: transparent;
    width: 260px;
    height: 72px;
}

.right_content h4 {
    font-size: 20px;
    font-weight: bold;
    color: var(--color_theme);
    padding: 10px 0px;
}

h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.prty form .hst_fm {
    border-bottom: 1px solid var(--border_input);
    padding-top: 30px;
    padding-bottom: 15px;
    position: relative;
}

.hst_fm img.eye {
    position: absolute;
    bottom: 24px;
    right: 10px;
}

.prty form .hst_fm select {
    width: 100%;
    border: none;
    background: transparent;
    /* color:#cdcbcb; */
    color: var(--black_40);
    cursor: pointer;
    /* position:absolute;left:0px;top:73px; */
    z-index: 1;
}

.chosen-container-multi .chosen-choices {
    background: none !important;
    border: none;
    cursor: pointer;
}

.buttondiv {
    position: absolute;
    top: 22px;
    width: 100%;
    text-align: right;
}

.slct_dv1 button {
    border: none;
    background: none;
    border-bottom: 2px solid transparent;
    color: var(--color_theme);
    margin-right: 10px;
}

.slct_dv1 button.deselect {
    border-bottom: 2px solid transparent;
    background: none;
    color: var(--black_99);
    margin-right: 10px;
}

.slct_dv1 button:hover {
    border-bottom: 2px solid var(--color_theme);
}

.slct_dv1 button.deselect:hover {
    border-bottom: 2px solid #999;
}

.slct_dv select {
    background-color: transparent;
    display: inline;
    border: none;
    width: 100%;
}

.prty form .hst_fm label {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #404040;
}

.host_nick {
    color: #909090;
}

select:focus-visible {
    outline: 0px;
}

.hst_page select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

.slct_arw {
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 8px;
    right: 10px;
    border: solid black 2px;
    border-top: 0px;
    border-left: 0px;
    transform: rotate(45deg);
    z-index: 0;
}

.hst_fm textarea {
    border: none;
    background: transparent;
    width: 100%;
    resize: none;
}

.hst_fm textarea::placeholder {
    color: #cbcbcb;
    font-size: 16px;
}

.hst_fm input {
    border: none;
    background: transparent;
    width: 100%;
    resize: none;
}

.hst_fm input::placeholder {
    color: #cbcbcb;
    font-size: 16px;
}

.btn_nxt {
    padding: 50px 0px;
    text-align: center;
}

.btn_nxt .btn {
    width: 332px;
    height: 72px;
    border-radius: 40px;
    padding: 20px;
    font-size: 20px;
}

textarea:focus,
input:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: inherit;
}

.cu_frm {
    margin-top: 30px;
}

.cu_frm .hst_fm {
    width: 48%;
}

.cu_frm .frm_btn {
    width: 100%;
}

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

.phn_cntry select {
    width: 10% !important;
    position: relative !important;
}

.phn_cntry input {
    width: 88%;
}

.buy-hidden {
    display: none;
}

.hosting_file h6 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}

.hst_prfl {
    text-align: -webkit-center;
}

.hst_profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.hst_prfl h6 {
    padding-top: 40px;
    padding-bottom: 20px;
}

.invalid-feedback {
    position: absolute;
    bottom: -40px;
    color: red;
    text-align: center;
}

.hst_profile .hst-bx {
    position: relative;
    border: none;
    border-radius: 10px;
    background: #ffc8bf;
    width: 30%;
    height: 180px;
    margin-right: 5%;
    margin-bottom: 5%;
    font-size: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hst_profile .hst-bx figure,
.hst_profile .hst-bx1 figure {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.hst_profile .hst-bx figure img,
.hst_profile .hst-bx1 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hst-bx:nth-child(3n) {
    margin-right: 0%;
}

.hst_check {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.hst_check input {
    width: auto;
    margin-right: 5px;
}

.hosting_pro {
    width: 80%;
    margin: 0 auto;
}

.hosting_pro .hst_profile .hst-bx1 {
    position: relative;
    border: none;
    border-radius: 10px;
    background: #fff;
    width: 40%;
    height: 180px;
    margin: auto;
    font-size: 14px;
    color: #cbcbcb;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.hst-bx1 .invalid-feedback {
    display: unset;
}

.hosting_pro h6 {
    text-align: center;
    padding: 30px 0px;
}

.hst-bx1 .overlay {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.inr_cnt h1 {
    text-align: center;
    padding-bottom: 10px;
    color: #cbcbcb;
    font-size: 60px;
}

.inr_cnt p {
    font-size: 14px;
    color: #cbcbcb;
}

.brdcrm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--black_40);
    padding-bottom: 50px;
}

.brdcrm span {
    line-height: normal;
}

.hdng {
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: var(--text_black);
    padding-bottom: 20px;
}

.hdng button {
    position: absolute;
    right: 0px;
    padding: 10px 40px;
}

.prfl_frm {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 50px;
}

.prfl_frm li {
    width: 33%;
}

.prfl_frm li .profile-box {
    width: 208px;
    height: 208px;
}

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

.prfl_frm li .profile-box .edit {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    overflow: hidden;
    position: absolute;
    bottom: -20px;
    left: 0px;
    right: 0px;
    cursor: pointer;
}

.prfl_frm li .profile-box .edit input {
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    left: 0;
    display: none;
}

.prfl_frm li figure {
    width: 208px;
    height: 208px;
    border-radius: 50%;
    overflow: hidden;
}

.prfl_frm li h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    width: 208px;
    text-align: center;
}

.prfl_frm li label {
    font-size: 16px;
    color: var(--black_99);
}

.prfl_frm li input,
.prfl_frm li textarea {
    font-size: 18px;
    background-color: transparent;
    border: none;
    width: 100%;
    resize: none;
    padding-bottom: 15px;
}

.frm_btn {
    text-align: center;
    padding-bottom: 0px;
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
}

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

.frm_btn .btn {
    font-size: 20px;
    width: 300px;
    height: 50px;
    border-radius: 40px;
}

.frm_cncl {
    text-align: center;
    padding-bottom: 40px;
    margin: 50px 0px;
}

.frm_cncl .btn {
    font-size: 20px;
    width: 494px;
    height: 72px;
    border-radius: 40px;
    border: 1px solid #cbcbcb;
}

.wslt_lst {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 50px 0px;
    justify-content: start;
    gap: 10px;
}

.wslt_lst .lst_crd {
    width: 24%;
    margin-bottom: 1.5%;
    position: relative;
}

.wslt_lst .lst_crd .img_bx i,
.wslt_lst .lst_crd .img_bx svg {
    color: var(--color_theme);
}

.inr_myord,
.inr_notif,
.inr_mylst,
.inr_setting {
    margin-top: 40px;
}

.inr_myord .nav-tabs {
    border: none;
    margin-bottom: 15px;
}

.inr_myord .nav-tabs .nav-item .nav-link {
    background-color: var(--bg_white);
    border: none;
    color: var(--text_black);
    border-radius: 40px 0px 0px 40px;
    width: 150px;
    height: 50px;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.inr_myord .nav-tabs .nav-item:last-child .nav-link {
    border-radius: 0px 40px 40px 0px;
}

.inr_myord .nav-tabs .nav-item .nav-link.active {
    background-color: var(--color_theme);
    color: var(--text_white);
}

.ord_lst li {
    background: var(--bg_white);
    border: 1px solid #d8d8d8;
    border-radius: 15px;
    margin-bottom: 15px;
}

.ord_lst li a,
.plc_crd {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    padding: 5px 10px;
}

.ord_lst li .lft {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.ord_lst li .lft figure {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    overflow: hidden;
}

.ord_lst li .lft figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ord_lst li .lft .cntnt {
    margin-left: 15px;
}

.ord_lst li .lft .cntnt .loc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.ord_lst li .lft .cntnt .loc p {
    padding-left: 5px;
    font-size: 13px;
    font-weight: 300;
    line-height: 28px;
}

.ord_lst li .lft .cntnt h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0px;
}

.ord_lst li .lft .cntnt h5 {
    font-size: 13px;
    color: var(--black_40);
}

.ord_lst li .lft .cntnt h6 {
    font-size: 16px;
    font-weight: bold;
    color: var(--color_theme);
}

.ord_lst li .rgt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ord_lst li .rgt .rtng {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.ord_lst li .rgt .rtng i,
.ord_lst li .rgt .rtng svg {
    color: gold;
}

.ord_lst li .rgt .rtng p {
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
}

.ord_lst li .rgt .time {
    width: 100%;
    text-align: right;
}

.inr_notif .ord_lst li {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    padding: 10px;
}

.inr_notif li .lft .cntnt h4 {
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
}

.inr_notif .lft .cntnt p {
    font-size: 13px;
    color: var(--black_99);
    padding-top: 0px;
}

.inr_notif .lft .cntnt p span {
    display: block;
}

.inr_notif .rgt h5 {
    color: var(--color_theme);
    font-size: 14px;
    font-weight: bold;
}

.inr_notif .old {
    background: var(--border_l_grey);
    border: 1px solid var(--border_l_grey);
}

.inr_notif .old .rgt h5 {
    color: var(--black_99);
}

.inr_mylst .ord_lst li .lft .cntnt h5 {
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
}

.inr_mylst .ord_lst li a {
    align-items: flex-start;
}

.rtng_rnt {
    justify-content: flex-start !important;
}

.inr_setting {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.inr_setting .nav-tabs {
    width: 35%;
    padding-top: 25px;
    padding-bottom: 20px;
    background: var(--border_l_grey);
    border-radius: 30px;
}

.inr_setting .nav-tabs .nav-item {
    width: 100%;
}

.inr_setting .nav-tabs .nav-item .nav-link {
    border: 0px;
    padding: 10px 25px;
}

.inr_setting .nav-tabs .nav-item .nav-link.active,
.inr_setting .nav-tabs .nav-item .nav-link.active P {
    background: var(--color_theme);
    color: var(--text_white);
    font-weight: 500;
}

.inr_setting .nav-tabs .nav-item #pay_pay a {
    display: block;
    padding: 10px 25px;
}

.inr_setting .nav-tabs .nav-item #pay_pay .active {
    background: transparent;
    color: var(--color_theme);
    font-weight: 500;
}

.inr_setting .tab-content {
    width: 60%;
    height: 500px;
    padding: 50px 50px;
    border: 1px solid #bababa;
    border-radius: 30px;
    overflow: hidden;
}

.inr_setting .tab-content .cstm_scrl {
    height: 100%;
    overflow: auto;
    padding-right: 10px;
    padding-left: 10px;
}

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

.stng_lst li {
    width: 100%;
}

#Wallet .blnc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    border-radius: 20px;
    background: var(--color_theme) url("../images/wallet_bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 40px;
}

#Wallet .blnc figure {
    width: 40px;
    margin-right: 15px;
}

#Wallet .blnc figure img {
    width: 100%;
    height: 100%;
}

#Wallet .blnc h6 {
    font-size: 22px;
    font-weight: normal;
    color: var(--text_white);
}

#Wallet .blnc h4 {
    width: 100%;
    font-size: 38px;
    font-weight: bold;
    color: var(--text_white);
    padding-top: 15px;
}

#Wallet .stng_lst h6 {
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0px 5px;
}

#Wallet .stng_lst li {
    border-bottom: 1px solid var(--border_l_grey);
    padding: 15px 0px;
}

#Wallet .stng_lst li:last-child {
    border-bottom: 0px solid var(--border_l_grey);
}

#Wallet .stng_lst li p {
    font-size: 15px;
    color: var(--black_99);
}

#Wallet .stng_lst li h4 {
    font-size: 21px;
    font-weight: bold;
    color: var(--text_black);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#giftcard .gft_crd {
    height: 100%;
}

#giftcard .gft_crd .stng_lst {
    height: 80%;
}

#giftcard .stng_lst li {
    background: var(--border_l_grey);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

#giftcard .stng_lst li .gft_nmbr h4 {
    font-size: 16px;
    font-weight: bold;
}

#giftcard .stng_lst li .gft_nmbr p {
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
}

#giftcard .stng_lst li .sd_icn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

#giftcard .stng_lst li .sd_icn a svg {
    width: 16px;
    margin: 0px 6px;
}

.buy_card .pay_with input {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: transparent;
    color: var(--black_40);
    border: none;
    border-bottom: 1px solid var(--border_input);
}

.buy_card .pay_with input::placeholder {
    color: var(--black_40);
}


/* .buy_card .pay_with h6 {
    margin:10px 0px 15px;
} */

.buy_card .card_detail input {
    font-size: 16px;
    padding: 20px 20px;
}

.buy_card .card_detail {
    justify-content: space-between;
}

.buy_card .card_detail .form_group {
    width: 46%;
}

#Changepassword .signin {
    background-color: transparent !important;
}

#Changepassword .signin input,
#Changepassword .signin form .eye {
    background: transparent;
}

#Changepassword .signin_up .form-group {
    position: relative;
}

#Changepassword .signin_up .form-group .eye {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

#Changepassword .signin_up form .form-group input {
    background: transparent;
    padding: 10px 0px;
}

.loyal_txt svg {
    width: -webkit-fill-available;
    padding-bottom: 30px;
}

.loyal_txt h1 {
    font-size: 70px;
    color: #000;
    padding-top: 25px;
    padding-bottom: 15px;
}

.loyal_txt h6 {
    text-align: center;
    color: #9f9f9f;
    font-size: 18px;
}

.loyal_txt p {
    font-size: 16px;
    color: #cbcbcb;
    text-align: center;
}

.loyal_earn {
    border: 1px solid #ecebeb;
    border-radius: 10px;
    padding: 10px 20px;
}

.loyal_earn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
}

.loyal_earn ul li span {
    color: #999;
    font-size: 14px;
}

.refr_img figure {
    text-align: center;
}

.refr_img p {
    text-align: center;
    padding: 30px 30px;
}

.refr_wrd ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    margin: auto;
}

.refr_wrd ul li p {
    font-size: 14px;
}

.refr_wrd ul li svg {
    font-size: 20px;
    fill: #ff6148;
}

.refr_wrd ul li i .fa {
    font-size: 16px;
    fill: #ff6148;
}

#Paymentmethods .payment_crt {
    border-radius: 20px;
    background: var(--color_theme) url(../images/Payment\ Card.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px;
    width: 80%;
    margin: auto;
    position: relative;
}

.payment_crt svg {
    position: absolute;
    bottom: 40px;
    right: 28px;
}

.payment_crt h6 {
    font-size: 14px;
    color: #fff;
}

.payment_crt h4 {
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 60px;
}

.payment_crt p {
    color: #fff;
    font-size: 14px;
}

.payment_crt h2 {
    color: #fff;
    font-size: 20px;
}

.pay_mstr {
    /* margin-top: 40px; */
}

.pay_mstr ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid #cbcbcb;
    margin: 20px 0px;
    border-radius: 10px;
    width: 90%;
}

.pay_mstr figure {
    font-size: 14px;
}

.pay_mstr img {
    width: 30%;
}

.pay_mstr .dlt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.pay_mstr .dlt svg {
    width: 17px;
    height: 20px;
}

.ppl_lst {
    width: 100%;
    padding: 0px 0px;
    max-height: 425px;
    overflow: auto;
}

.ppl_lst li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.ppl_lst li:hover {
    cursor: pointer;
}

.show_other_data :hover {
    cursor: pointer;
}

.show_other :hover {
    cursor: pointer;
}

.ppl_lst li .lft {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
}

.ppl_lst li .lft figure {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}

.ppl_lst li .lft figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ppl_lst li .lft .cntnt {
    width: 75%;
}

.ppl_lst li .lft .cntnt h4 {
    font-size: 16px;
}

.ppl_lst li .lft .cntnt p {
    font-size: 13px;
    padding-top: 5px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ppl_lst li .rgt h5 {
    font-size: 13px;
    color: var(--black_99);
}

.ppl_lst .active {
    background: var(--color_theme);
}

.ppl_lst .active .lft .cntnt h4,
.ppl_lst .active .lft .cntnt p,
.ppl_lst .active .rgt h5 {
    color: var(--text_white);
}

#chat {
    height: 300px;
    overflow: auto;
    text-align: center;
}

.chat_prsn .active .cht_wllt .chat_cntnt {
    background: var(--color_theme);
    border-radius: 0px 10px 10px;
    width: auto;
    max-width: 80%;
    height: auto;
    padding: 8px;
    margin-left: 20px;
    color: #fff;
    overflow: hidden;
}

.chat_prsn .active .cht_wllt .chat_cntnt p {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.chat_prsn .active .cht_wllt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.chat_prsn .active .cht_wllt figure,
.chat_prsn .active .cht_wallt figure {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.chat_prsn .active .cht_wllt figure img,
.chat_prsn .active .cht_wallt figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chat_prsn .active .cht_wallt {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
}

.chat_prsn .active .cht_wallt .chat_cntnt {
    background: var(--color_theme);
    border-radius: 0px 10px 10px;
    width: auto;
    height: auto;
    padding: 8px;
    margin-left: 16px;
    margin-right: 7px;
    color: #fff;
    overflow: hidden;
    max-width: 64%;
}

.cht_type textarea {
    border: none;
    text-align: left;
    background: transparent;
    margin: 0;
}

.chat_prsn .active .cht_type {
    border: 1px solid #9f9f9f;
    border-radius: 40px;
    background: transparent;
    margin-top: 15px;
}

.cht_type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px 5px 5px 20px;
}

.chat_prsn .active .cht_type textarea {
    width: 90%;
    background: transparent;
    border: none;
}

.chat_prsn .active .cht_type textarea::placeholder {
    font-size: 16px;
}

.chat_prsn .active .cht_type .cht_p {
    color: #fff;
    background: var(--color_theme);
    border-radius: 50%;
    padding: 10px 10px;
    border: none;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav.team-menu {
    background-color: #fff;
    padding: 20px;
}

ul.nav-centered {
    padding: 0;
    text-align: center;
}

ul.nav-centered>li {
    display: inline-block;
    float: none;
    margin-left: 30px;
}

ul.nav-anchors>li:first-child {
    margin-left: 0;
}

ul.nav-anchors>li>a {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.team-section {
    padding: 0 10px 20px;
    text-align: center;
}

.team-section h2 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
    /* margin-bottom: 10px; */
    text-align: center;
}

h2.head_about {
    margin-bottom: 0px !important;
}

span.uderline_heading {
    margin-top: 10px;
    margin-bottom: 2px;
    text-decoration: underline;
    font-size: 20px;
    font-weight: 400;
}

.vision_about {
    /* background-color: #d4d3d1; */
    /* border-radius: 10px; */
    padding: 10px 0px;
    text-align: left;
}

.vision_about h2 {
    padding-bottom: 10px;
}

.team-section p {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}

.prgh_new p {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
}

.img_wrapper figure {
    margin-bottom: 10px;
}

.team-section .label {
    font-size: 1.1em;
    text-transform: uppercase;
    margin-top: 30px;
}

.tall-images {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto 40px;
    max-width: 1000px;
    gap: 25px;
}

.tall-images .img-wrapper {
    flex: 1;
    margin-bottom: 20px;
}

.tall-images img {
    width: 100%;
}

.standards-page {
    padding: 70px 0px;
}

.standards-page__section {
    position: relative;
    padding-top: 15px;
    padding-bottom: 30px;
}

.standards-page__section h1 {
    text-align: left;
}

.standards-page__section:before {
    background-color: #333333;
    content: "";
    height: 4px;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 50px;
}

.hc-jumbotron__heading {
    font-size: 50px;
}

.hc-jumbotron__text {
    width: 70%;
    font-size: 16px;
    margin: 30px 0;
    text-align: justify;
}

.ecxpectation_main {
    background-color: #d7d6d4;
    padding: 20px;
    border-radius: 25px;
    font-size: 16px;
    margin: 30px 0;
    text-align: justify;
}

.ecxpectation_main p {
    color: #1a1a1a;
    font-size: 16px;
}

.ecxpectation_main h1 {
    text-align: left;
    color: var(--text_black);
}

.standards-page__section-title {
    font-size: 30px;
    color: var(--text_black);
}

.standards-page__section-title2 {
    font-size: 22px;
    margin-bottom: 8px;
    color: var(--text_black);
}

.privacy_page .pri_list ul li {
    padding-bottom: 15px;
}

.privacy_page .pri_list ul {
    padding-top: 15px;
    padding-left: 45px;
}

.Cookie h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
    /* margin-bottom: 10px; */
    text-align: left;
}

.privacy_page h4 {
    padding-top: 20px;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 600;
}

.privacy_page h5 {
    font-size: 18px;
    font-weight: 600;
}

.privacy_page h6 {
    font-size: 18px;
    font-weight: 600;
}

.dt_lst {
    padding: 0px 0px 0 45px;
}

.dt_lst li {
    list-style-type: disc;
    font-size: 17px;
}

.link {
    display: block;
    color: #0079c1;
}

.link:hover {
    color: #0079c1;
    text-decoration: underline;
}

.standards-page__section-description {
    padding-bottom: 0px;
    font-size: 20px;
    /* text-decoration: underline; */
    color: var(--text_black);
}

.standards-page__subsection {
    width: 47%;
    /* margin-bottom: 15px; */
    margin: 20px 0px;
    font-size: 16px;
}

.standards-page__subsection h4 {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 20px;
    color: var(--text_black);
}

.standards-page__subsection p {
    font-size: 16px;
    text-align: justify;
    color: var(--black_33);
}

#hostpage .signin {
    background-color: transparent;
}

#landing-layout .intro-block {
    position: relative;
    margin-bottom: 100px;
    z-index: 10;
}

#hosting_steps>h2 {
    text-align: center;
}

#host_features .landing-grid__content-pair {
    margin: 150px 0;
}

.landing-grid__content-pair {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 70px auto;
}

.landing-grid__content-pair--reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#landing-layout .landing-tile--featured-photo {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}

.landing-grid__content-pair>* {
    width: 595px;
    max-width: 50%;
}

.landing-tile--featured-photo {
    position: relative;
}

.landing-tile--featured-photo img {
    width: 100%;
    height: auto;
}

#host_features .landing-grid__content-pair--reverse .landing-tile:last-child {
    padding-left: 0;
    padding-right: 105px;
}

#host_features .landing-grid__content-pair .landing-tile:last-child {
    padding-left: 105px;
}

.landing-grid__content-pair>* {
    width: 595px;
}

.landing-tile__h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.landing-tile__text-block {
    font-size: 18px;
}

#landing-layout .landing-tile__text-block p {
    line-height: 1.562;
}

.slick-track {
    display: flex;
    align-items: stretch;
}

.slick-slide {
    height: unset;
}

.clps_btm_otr {
    display: none;
}

.boxlisting {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.box-content {
    position: relative;
    margin-right: 20px;
    border-radius: 10px;
    width: 24%;
    overflow: hidden;
}

.box-content.otr_bx {
    background: #fff;
    display: block;
    border-radius: 20px;
    cursor: pointer;
}

.box-content img {
    width: 100%;
}

.otr_bx .cntnt1 {
    padding: 15px 10px;
}

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

.otr_bx .cntnt1 h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0px;
}

.otr_bx .cntnt1 h5 {
    font-size: 16px;
    font-weight: 500;
}

.otr_bx .cntnt1 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.otr_bx .cntnt1 ul li p {
    padding-left: 5px;
    font-size: 13px;
    font-weight: 300;
}

.otr_bx .cntnt1 h5 span {
    font-weight: 300;
}

.box-content-flex {
    display: flex;
}

svg.svgcntnt {
    color: #ffd700;
    height: 15px;
    width: 15px;
}

h5.heading-cnt {
    display: block;
}

.fafaicon {
    display: flex;
    align-items: baseline;
}

.fafaicon .fa-trash {
    margin-right: 5px;
    font-size: 25px;
    padding: 10px;
}

.fring {
    display: flex
}

.fafaicon .fa-pencil-square-o {
    margin-left: 5px;
    font-size: 25px;
    padding: 10px;
}

.amenties1 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 10px;
}

.amenties1 li {
    width: 22%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    padding: 15px 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    background: #f3ebe9;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.pop_social {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    padding: 29px 27px 44px 20px;
}

.share_modal {
    -webkit-box-align: center !important;
    display: flex !important;
    align-items: center !important;
}

p.p_fac {
    margin-left: 9px;
}

li.nav-item.chatRelation.unread-msg {
    background: #f3b299;
}

#map {
    height: 400px;
    width: 100%;
}

.pri_list ul li {
    list-style: disc;
    font-weight: 600;
    font-size: 18px;
}

.pri_list1 ul li {
    list-style: disc;
    font-weight: 400;
    font-size: 18px;
}

span.pri_cont {
    font-size: 16px;
    font-weight: 400;
}

a.pri_link {
    color: #0091ab;
    text-decoration: underline;
}

a.pri_maillink {
    color: #1450d5;
    text-decoration: underline;
}

.inr_setting .tab-pane {
    width: 100%;
    height: 100%;
}

a.nav-link.ntfy_out {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header2 .btm_header form {
    justify-content: space-between;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked+.slider {
    background-color: #2196F3;
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked+.slider {
    background-color: #ff6148;
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}


/* Rounded sliders */

.switch .slider.round {
    border-radius: 34px;
}

.invalid-feedback {
    display: block !important;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.switch .slider.round:before {
    border-radius: 50%;
}


/**Nivedita Css**/

.ui-datepicker-title select.ui-datepicker-year {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70px;
    z-index: 0;
}


/**Nivedita Css end**/

@media (max-width:1700px) {
    .home .bnnr .bnr_cnt p {
        width: 50%;
    }
    header .btm_header_otr {
        top: 34rem;
    }
    .home .bnnr {
        height: 800px;
    }
    .home .bnnr .bnr_cnt h1 {
        font-size: 55px;
    }
}

@media (max-width:1500px) {
    .signin {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .signin .container {
        height: 96%;
        overflow: hidden;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .signin .left {
        height: 100%;
        border-radius: 20px 0px 0px 20px;
    }
    .signin .right {
        height: 100%;
        border-radius: 0px 20px 20px 0px;
    }
    .signin .skip {
        padding-bottom: 20px;
    }
    .signin form label {
        padding-top: 10px;
    }
    .signin form input {
        padding: 10px 0px;
    }
    .validation {
        font-size: 14px;
        color: rgb(255 0 0);
    }
    .signin .scl li {
        margin: 10px 10px;
    }
    .home .Actv .slick-carousel .slide-content .overlay p {
        font-size: 18px;
    }
    .room_search .content_multiple .right_content .price_rate {
        margin-bottom: 10px;
    }
    .room_search .content_multiple .right_content .detail_booking {
        padding: 0px 0px;
        margin-bottom: 15px;
    }
    .detail_booking .src_bx .dropdown .dropdown-menu {
        top: 100px;
    }
    .home .Actv .slick-carousel .slide-content .img_bx,
    .otr_bx .img_bx {
        max-height: 250px;
    }
    .home .bnnr {
        height: 750px;
    }
    .home .bnnr .bnr_cnt {
        top: -110px;
    }
    header .btm_header_otr {
        top: 31rem;
    }
}

@media(max-width:1400px) {
    .home .bnnr {
        height: 700px;
    }
    .home .bnnr .bnr_cnt {
        top: -80px;
    }
}

.check_dv {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.frm_chrck {
    width: 45%;
}

.frm_chrck1 {
    width: 45%;
}

.plc_hold input {
    margin-left: 6px;
}

.becm_bxx {
    border: 1px solid #999 !important;
    box-shadow: 0px 9px 12px #bdb2b2;
    border-radius: 10px;
    padding: 10px;
}

.becm_bx {
    position: relative;
}

.becm_bx input,
.becm_bx select,
.becm_bx textarea {
    border: 1px solid #999 !important;
    box-shadow: 0px 9px 12px #bdb2b2;
    border-radius: 10px;
    padding: 10px;
}

.chosen-container.chosen-container-multi {
    border: 1px solid #999 !important;
    box-shadow: 0px 9px 12px #bdb2b2;
    border-radius: 10px;
    padding: 10px;
}

.hst_page {
    padding: 6px 0px;
}

.slct_arws {
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 29%;
    right: 20px;
    border: solid black 2px;
    border-top: 0px;
    border-left: 0px;
    transform: rotate(45deg);
    z-index: 0 !important;
}

.becm_bx .slct_arw {
    bottom: 45% !important;
    right: 20px !important;
}

.becm_bx .chosen-container-active .chosen-choices {
    box-shadow: none;
}

.add_sec {
    padding: 5px 0px;
}


/* .pro_frm{
  padding-bottom: 56px !important;
} */

.amenties1 li span {
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
    color: #000;
    display: block;
    margin-top: 4px;
}

.amenties1 li figure {
    height: 35px;
    width: 35px;
    overflow: hidden;
}

.host_hand {
    background: var(--color_theme);
    color: #fff;
    padding: 40px 0px;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.brd_hst {
    background: var(--color_theme_l);
    width: 98px;
    margin: auto;
    padding: 5px 10px;
}

.tps_gds {
    display: flex;
}

.tps_gds_img img {
    height: 90px;
}

.tps_gds_img {
    width: 20%;
}

.tps_gds_cntn h3 {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.tps_gds_cntn p {
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    color: #6c6c6c;
    margin-bottom: 8px;
}

.tps_gds_cntn p:last-child {
    margin-bottom: 0px;
}


/* burrobuck css */

.buro_buck {
    display: flex;
    justify-content: space-between;
    padding: 40px 0px;
    flex-wrap: wrap;
    align-items: stretch;
}

.buro_img {
    width: 40%;
}

.buro_img figure {
    height: 550px;
    margin: auto;
}

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

.buro_cnt {
    width: 50%;
}

.buro_cnt h1 {
    font-size: 44px;
    text-align: left;
    width: 63%;
}

.buro_cnt h6 {
    line-height: 1.4;
    font-size: 20px;
    padding: 20px 152px 20px 0px;
}

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

.buro_cnt p a {
    font-weight: bold;
    color: var(--color_theme);
}

.buro_cnt .sign_btn {
    padding: 5px 30px;
    margin-top: 10px;
}

.buro_bn {
    font-size: 20px;
    padding: 10px 20px;
    margin: 20px 0px;
}

.home.buro_stdrd .stndrd {
    padding-top: 0px !important;
}

.buro_frm {
    width: 70%;
    position: relative;
}

.buro_gust {
    display: flex;
    justify-content: space-between;
}

.buro_frm input {
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.buro_frm label {
    font-size: 18px;
}

.buro_frm a svg {
    width: 20px;
}

.buro_frm a {
    position: absolute;
    bottom: 33px;
    right: 11px;
}

.buro_mail p a {
    padding-right: 10px;
}

.buro_btn button {
    padding: 10px 20px;
    width: 35%;
    font-size: 16px;
}

.buro_btn {
    text-align: center;
}

.ord_lst li .fafaicon a {
    font-size: 18px;
}

.descript .read_mr {
    color: var(--color_theme);
    padding-left: 5px;
    font-weight: 600;
    font-size: 16px;
}

.clnr_brd_bttm {
    border-right: 1px solid #bababa;
    padding-right: 15px;
}

.varifi_otp {
    margin-top: 25px;
}

.add_gust {
    font-size: 14px;
}

.txt_bg input {
    background: transparent;
    border-bottom: none !important;
    font-size: 15px !important;
}

.infants_add .dropdown {
    display: flex;
}

.infants_add .dropdown a {
    display: unset !important;
    text-align: right;
}

.add_gust i {
    font-size: 20px;
}

.add_gust span {
    padding-left: 2px;
}

.clndr_btn.clndr_hvr {
    border: 1px solid #bababa;
    border-radius: 10px 10px 0px 0px;
}

.clndr_btn.clndr_hvr:hover {
    outline: 1px solid #000;
    border-radius: 10px 10px 0px 0px;
}

.img_cntt {
    border: 1px solid #bababa;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
}

.imae_with_content.w-100.img_cntt:hover {
    outline: 1px solid #000;
    border-radius: 0px 0px 10px 10px;
}

.multiple_images .right_image .multiple_images_right .onclick_img_shw {
    position: relative;
    cursor: pointer;
}

.multiple_images .right_image .multiple_images_right .onclick_img_shw:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0000002e;
}

.hos_icn .cross_1 {
    position: absolute;
    top: 32px;
    right: 2px;
    line-height: 20px;
    background: var(--color_theme);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: #fff;
}

.pymnt_dtl_brd {
    border: 1px solid #bababa;
    border-radius: 10px 10px 0px 0px;
}

.pymt_br_rgt {
    border-right: 1px solid #bababa;
    margin-right: 0% !important;
}

.py_dt_gust {
    border: 1px solid #bababa;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
    padding: 0px 16px;
}

.py_dt_gust .src_bx {
    padding: 0 !important;
    background: none;
}

.py_dt_gust .src_bx img {
    margin: 0 !important;
}

.pymnt_dtl_brd .pymt_br_sd {
    border-right: 1px solid #bababa;
    margin-right: 0px;
}

.pymt_chk_brd {
    margin-left: 15px;
}

.rst_crs_icn .skip .frgt_crs {
    position: absolute;
    bottom: 27px;
    right: -24px;
}

.vrify_crs_icn {
    top: -34px;
    right: -22px;
}

.eml_crs_icn {
    top: -41px;
    right: -22px;
}

.lndng_pr_brd {
    background: var(--color_theme);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

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

.licns_bttn {
    width: 80%;
    margin: auto;
    padding: 20px 0px;
}

#map .gm-style {
    font-weight: bold;
}

.trip_line h4 {
    line-height: 1.9;
}

.rest_crs {
    position: absolute;
    bottom: 38px;
    right: -24px;
}

.ui-state-disabled span {
    color: red !important;
}


/* FAQ CSS */

.faq-title h2 {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}

.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: #ffb0a4;
    padding-left: 10px;
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #3B566E;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: var(--color_theme);
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.faq .card .card-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }
    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
}

.sign_mdl {
    border-radius: 20px;
    overflow: hidden;
}

.sign_mdl_by {
    padding: 0px;
}

.inr_mdl_bdy {
    padding: 0px;
    margin: 0;
}

.sign_mdl_by .signin {
    padding: 0px;
}

.ln_detal_para h4 span {
    font-size: 14px;
    margin-left: 70px;
}

.ln_detal_para h4 {
    display: flex;
    align-items: center;
}

.gift_cr_add {
    width: 100%;
}

.giftft_crd {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
}

.gift_crd_img {
    margin: 20px;
    position: relative;
}

.gift_crd_img label {
    position: absolute;
    top: 21px;
    right: 11px;
    width: 0% !important;
}

.gift_crd_img figure {
    width: 350px;
    height: 200px;
    position: relative;
    margin-bottom: 5px;
}

.gift_crd_img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.gft_bttn {
    width: 67%;
}

.gt_crd_bx input {
    border: 1px solid #999 !important;
    box-shadow: 0px 9px 12px #bdb2b2;
    border-radius: 10px;
    padding: 10px;
}

.gft_lbl {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 5px;
}

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

.cct_us_icon .pop_social {
    padding: 0px;
}

.lft_popup {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.lft_popup figure {
    width: 103px;
    height: 67px;
    margin-right: 15px;
}

.lft_popup figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.pop_up_icn {
    display: flex;
    align-items: center;
    border: 1px dotted #bababa;
    margin: 10px;
    padding: 10px;
}

.pop_up_icn a img {
    width: 35px;
    margin-right: 10px;
}

.share_pop a {
    width: 50%;
}

ul.share_pop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.pop_up_icn img {
    width: 35px;
}

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

.rate_mdl h3 {
    text-align: center;
}

.rate_mdl h5 {
    text-align: center;
}

.rating_img_mdl {
    text-align: center;
    display: flex;
    width: 30%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 10px;
}

.rating_img_mdl figure img {
    width: 30px;
}

.ratng_frm textarea {
    width: 100%;
    height: 150px;
    background: #f6f6f6;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    resize: none;
    padding: 5px 10px;
}

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

.rating_recom .rtng_recmm {
    border: 1px solid #bababa;
    border-radius: 40px;
    padding: 20px 25px;
    margin: 10px;
    font-size: 16px;
    color: #9e9e9e;
    position: relative;
    cursor: pointer;
}

.rating_recom {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rtng_recmm:hover {
    background: #27AE60;
    color: #fff;
}

.rtng_recmm.active {
    background: #27AE60;
    color: #fff;
}

.rtng_nt_recmm.active {
    background: #EB5757;
    color: #fff;
}

.rtng_nt_recmm:hover {
    color: #fff !important;
    background: #EB5757 !important;
}

.rtng_recmm label {
    position: absolute;
    top: 0;
    right: 0;
}

.ratng_bttn button {
    background: var(--color_theme);
    border-radius: 40px;
    width: 200px;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    border: none;
}

.ratng_bttn {
    text-align: center;
}

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

.reprt_frm .slct_dv.becm_bx {
    margin: 20px 0px;
}

.reprt_frm .slct_dv.becm_bx select {
    border: 1px solid #E5E5E5 !important;
    background: #f6f6f6;
    box-shadow: none;
    appearance: none;
}

.rprt_btn button {
    width: 525px !important;
}

.swal2-actions button.swal2-confirm {
    background: var(--color_theme) !important;
}

.swal2-actions button.swal2-cancel {
    background-color: #e8e8e8 !important;
    color: #000;
}

div#getLocation:hover {
    cursor: pointer;
}

.rating>label {
    position: relative;
    width: auto;
    font-size: 45px;
    color: #000;
    cursor: pointer;
}

.rating>input {
    display: none;
}

.rating>input {
    display: none;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: center;
}

.rating>input:checked~label {
    color: #ff6148
}

.rating>input:checked~label:before {
    opacity: 1;
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
}

.book_brd_bttm {
    width: 100% !important;
    border: 1px solid #bababa;
    border-radius: 0px 0px 10px 10px;
    border-top: none;
    padding: 10px !important;
    display: unset !important;
}

.book_brd_bttm .bok_src_bx {
    padding: 0px;
    background: none;
}

.msge_cht textarea {
    width: 90%;
    resize: none;
}

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

.land_view_all img {
    position: absolute;
}

.land_view_all span {
    z-index: 0;
    color: #fff;
    font-size: 29px;
    background: #000;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.6;
}

.thm_cnl_btn {
    width: 200px !important;
    height: 50px !important;
}

.bokng_plc_fnt {
    padding: 0 !important;
}

.bokng_plc_fnt p {
    font-size: 13px;
}

.changeStatus.btn.btn-light.btn-sm {
    background: var(--color_theme);
    color: #fff;
    margin: 5px 0px;
}

.inr_stng_gft {
    display: unset;
}

.hm_gt_lctn {
    position: absolute;
    bottom: 9px;
    right: 7px;
}

.hm_gt_lctn i {
    color: #fff;
    background: #d6d2c5;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.gft_inpt_pd input {
    padding: 5px 20px !important;
}

.rgt_sharetrip {
    text-align: right;
    padding: 10px 5px;
    cursor: pointer;
}

.mdl_cncl_pop {
    width: 80%;
    margin: auto;
    padding: 10px 0px;
}

.src_bx.infants_add {
    background: none;
}

.rprt_bttn_sbmt {
    text-align: center;
}

.rprt_bttn_sbmt button {
    border: none;
    padding: 10px 40px;
}

.shre_spc_dtal ul {
    display: flex;
    align-items: flex-end;
}

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

.shre_spc_dtal .right_side {
    background: #ddd;
    padding: 5px 10px;
    border-radius: 5px;
}

.price_undr {
    text-decoration: underline;
}

.shre_spc_dtal .right_side .share_modal {
    margin-right: 10px;
    cursor: pointer;
}

.shre_spc_dtal .right_side .share_modal i,
.shre_spc_dtal .right_side .wishlist_modal i {
    color: #000;
    font-size: 25px;
    padding-right: 8px;
    cursor: pointer;
}

.shre_spc_dtal .right_side .share_modal span,
.shre_spc_dtal .right_side .wishlist_modal span {
    color: #000;
    text-decoration: underline;
    font-size: 16px;
    cursor: pointer;
}

.gft_bttn a {
    background: #d6d2c5;
}

.price_bx {
    background: #fff;
    padding: 6px 10px;
    width: 120px;
    position: absolute;
    bottom: 5px;
    border-radius: 0px 10px 0 10px;
}

.price_bx p {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.our_msn {
    margin-top: 55px;
}

.Improving {
    margin-top: 80px;
}

.OUR_STORY p {
    padding: 0px;
}

.LEAVE_LEGACY {
    padding-bottom: 30px;
}

.hst_gdln li h4 {
    font-weight: 400;
    font-size: 17px;
}

.hst_gdln li h4 span {
    font-size: 20px;
    font-weight: 500;
}

.emrgcy {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    padding: 25px 0px;
}

.hlt_sfty_wlfr h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.cnt_info {
    margin-bottom: 20px;
}

.cnt_info p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.Explore {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 65px;
}

.neighbor {
    margin-bottom: 20px;
}

.Amenties {
    background: #d5d2c5;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
}

.price_rate span {
    font-size: 22px;
    font-weight: 600;
}

.Terms_Use {
    padding-top: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

.TABLE_CONTENTS {
    padding: 10px 0px 0px;
    font-size: 22px;
    font-weight: 600;
}

.TABLE_ol {
    margin-left: 40px;
    font-size: 17px;
    font-weight: 400;
}

.Basic_Guidelines {
    padding: 0px 45px;
}

.responsive span {
    font-size: 18px;
    font-weight: 600;
}

h2.citizen {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: normal;
    padding: 35px 0px;
}

.citizen_sec:before {
    top: 40px;
}

.seq_no {
    padding-top: 20px;
}

.pynmt_flx {
    display: flex;
    align-items: center;
    justify-content: start;
    grid-gap: 23px;
}

.pynmt_flx a.delete-confirm i {
    font-size: 23px;
}

.trans {
    text-align: center;
    padding: 34px 0px;
}

h2.our_msn {
    margin-bottom: 10px;
}

.gift_crd_img {
    margin: 10px;
    width: 31%;
}

.gift_crd_img figure {
    width: 100%;
}

.giftft_crd {
    justify-content: start;
}

.inpt_cunry .country_code .contry-select-bx {
    height: 42px;
}

.inpt_cunry .inpt_cunry {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inpt_cunry .inpt_cunry label {
    display: block;
}

.inpt_cunry span.country_code {
    width: 20%;
}

.signin form .inpt_cunry input.sgn_nbm {
    width: 80%;
}

.room_search .content_multiple .left_content .content_data ul li {
    align-items: stretch;
}

.mytrp_sec .ord_lst li .lft .cntnt h4 {
    line-height: 1.9;
}

.trp_dlts_sec .image_content1 .content1 .loc h5 {
    padding: 0;
}

.trp_dlts_sec .image_content1 .content1 .loc {
    align-items: stretch;
    padding: 10px 0px;
}

.trp_dlts_sec .left_content .two_btn .btn_rt,
.trp_dlts_sec .left_content .two_btn .btn_rprt {
    width: auto;
    padding: 12px 60px;
    height: auto;
}

.trp_dlts_sec .image_content1 {
    width: 60%;
}

.trp_dlts_sec .content1 {
    width: 80%;
}

.grds_pup .rprt_btn button {
    width: auto !important;
    padding: 10px 60px;
}

.grds_pup .rating_recom .rtng_recmm {
    padding: 15px 25px;
}

.host_mn_sec .brd_hst {
    width: fit-content;
}

.host_mn_sec .prty h2 {
    font-size: 28px;
    padding: 10px 0px;
}

.slt_prpt .chosen-container.chosen-container-multi {
    width: 100% !important;
}

.lnd_extn {
    width: 66%;
}

li.soc_lnk {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.soc_lnk a {
    background: #fff;
    padding: 9px;
    border-radius: 50%;
    margin: 2px;
}

.soc_lnk img {
    width: 25px;
}

ul.stng_lst.cstm_scrl {
    justify-content: center;
}

.pay_mstr.crd_dtl_add ul {
    width: 100%;
}

.vaild_msg .invalid-feedback {
    position: unset;
    text-align: left;
    padding-left: 0;
}

.redme_frm .btn.theme_btn {
    margin-top: 10px;
}

.host_mn_sec .invalid-feedback {
    position: unset;
    text-align: left;
    padding-left: 0;
}

.mylst_sec_mn .ord_lst .my_lst_cls .plc_crd {
    position: relative;
}

.mylst_sec_mn .my_lst_cls .fafaicon {
    position: absolute;
    right: 10px;
}

.mylst_sec_mn .ord_lst li .lft .cntnt {
    margin-left: 10px;
    width: 69%;
}

.mylst_sec_mn .ord_lst li .lft .cntnt .loc svg {
    position: absolute;
    left: 0;
    top: 8px;
}

.mylst_sec_mn .ord_lst li .lft .cntnt .loc {
    align-items: stretch;
    padding-top: 5px;
    position: relative;
    padding-left: 10px;
}

.mylst_sec_mn .ord_lst li .lft .cntnt .loc p {
    line-height: 18px;
}

.mylst_sec_mn .my_lst_cls .plc_crd a {
    padding: 0;
}

.mylst_sec_mn .ord_lst li .fafaicon a {
    font-size: 18px;
    padding: 0px 3px;
    margin: 0;
}

.home .similar_places_card.Actv .slick-next,
.home .similar_places_card.Actv .slick-prev {
    top: -39px;
}

.similar_places_card .slick-slide {
    margin: 10px;
}

div#Wallet.cstm_scrl .trans {
    text-align: center;
    padding: 34px 0px;
    width: 100%;
}

.ord_lst li.my_lst_cls .lft {
    flex-wrap: unset;
}

section.add_sec.host_mn_sec .hst_prfle li {
    flex-wrap: wrap;
}

.host_mn_sec .hst_prfle .invalid-feedback {
    position: unset;
    text-align: center;
    padding-left: 0;
}

.place_pop .amenties1 li {
    width: 24%;
    margin-right: 0;
}

.place_pop .amenties1 ul {
    gap: 5px;
}

.host_mn_sec input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url("../images/calendar.svg") no-repeat;
    content: "\f073";
    width: 20px;
    height: 20px;
    border-width: thin;
    position: relative;
    top: 4px;
}

#ongoing .ord_lst ul.pagination li.page-item a {
    display: block;
    padding: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 35px;
    height: 35px;
}

#ongoing .ord_lst ul.pagination li.page-item {
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
    border: 0;
}

#ongoing .ord_lst ul.pagination li.page-item span {
    /* border-radius: 0 !important; */
}

#ongoing .ord_lst ul.pagination li.page-item a {
    display: block;
    padding: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    width: fit-content;
    height: fit-content;
    border: 0;
}

@media (max-width: 1366px) {
    .home .bnr2 .inr_bnr .cntnt h2 {
        font-size: 52px;
    }
    .home .bnr2 .inr_bnr .cntnt p {
        margin: 20px 0px;
    }
    .ecxpectation_main h1 {
        font-size: 32px;
    }
    .standards-page__section-title {
        font-size: 28px;
    }
    #Wallet .blnc h6 {
        font-size: 18px;
    }
    #Wallet .blnc h4 {
        font-size: 28px;
    }
    #Wallet .stng_lst li h4 {
        font-size: 18px;
    }
    section.add_sec.host_mn_sec form h2 {
        font-size: 28px;
        padding: 10px 0px;
    }
    .land_view_all span {
        font-size: 24px;
    }
    .hdng {
        font-size: 36px;
    }
    .swal2-title {
        font-size: 28px;
    }
    .buro_cnt h1 {
        font-size: 36px;
    }
    .buro_cnt h6 {
        font-size: 18px;
    }
    .home .bnr2 .inr_bnr .cntnt p {
        margin: 20px 0px;
    }
    .home .bnr2 .inr_bnr .cntnt h2 {
        font-size: 46px;
    }
    .home .dnld .inr_cnt h2 {
        font-size: 46px;
    }
}

@media (max-width: 1200px) {
    .lnd_extn {
        width: 100%;
    }
    header .tp_header nav .navbar-nav .nav-item .nav-link {
        padding: 0px 14px;
    }
    header .tp_header nav .theme_btn {
        padding: 12px 30px;
    }
    .wslt_lst {
        gap: 15px;
    }
    .wslt_lst .lst_crd {
        width: 32%;
    }
}

@media (max-width: 1024px) {
    .home .Actv .slick-prev {
        top: -26px;
        right: 28px;
    }
    .home .Actv .slick-next {
        top: -26px;
        right: 0px;
    }
    .host_mn_sec .hosting_file p {
        margin-bottom: 10px;
    }
    .usr_frm_dl .prfl_frm li .profile-box {
        width: 150px;
        height: 150px;
    }
    .usr_frm_dl .prfl_frm li h3 {
        width: 166px;
    }
    .usr_frm_dl .prfl_frm li figure {
        width: 150px;
        height: 150px;
    }
    .lctn_mn_cls .clndr_bx .datepicker {
        left: 130px;
    }
    .lctn_mn_cls li.clndr_bx {
        position: unset;
    }
    ul.lctn_mn_cls {
        position: relative;
    }
    .lnd_extn_mn .cnt_info h4 {
        font-size: 20px;
    }
    .lnd_extn_mn .cnt_info p {
        font-size: 16px;
        line-height: 24px;
    }
    .ecxpectation_main h1 {
        font-size: 28px;
    }
    .standards-page__section-title {
        font-size: 26px;
    }
    .trp_dlts_sec .image_content1 .content1 .loc h5 {
        font-size: 16px;
    }
    .trp_dlts_sec .content1 h4 {
        font-size: 22px;
    }
    .trp_dlts_sec .left_content .two_btn .btn_rt,
    .trp_dlts_sec .left_content .two_btn .btn_rprt {
        padding: 10px 30px;
        font-size: 16px;
    }
    .trp_dlts_sec .right_content h4 {
        font-size: 18px;
    }
    .room_search.trp_dlts_sec .content_multiple .right_content .price_rate p {
        margin: 0px;
        font-size: 18px;
        color: #000;
        font-weight: lighter;
    }
    .room_search.trp_dlts_sec .content_multiple .left_content .image_message {
        flex-wrap: wrap;
    }
    .trp_dlts_sec .image_content1 {
        width: 100%;
    }
    .trp_dlts_sec .content1 {
        width: 66%;
    }
    .trp_dlts_sec .image_content1 .con-img img {
        height: 80px;
        width: 80px;
    }
    .trp_dlts_sec .image_content1 .content1 .loc svg {
        width: 30px;
        height: 18px;
    }
    .mytrp_sec .ord_lst li .lft .cntnt h4 {
        line-height: 20px;
        font-size: 16px;
    }
    .left_content h5 {
        font-size: 24px;
    }
    header .tp_header nav .navbar-nav .nav-item .nav-link {
        padding: 0px 11px;
    }
    .cstm_drpdn a span {
        font-size: 16px;
    }
    header .tp_header nav .theme_btn {
        padding: 12px 30px;
    }
    .frm_btn .btn {
        width: 98%;
        height: auto;
        border-radius: 40px;
        padding: 10px 60px;
        margin-right: 10px;
    }
    .btm_header input.btn.srch_btn {
        display: inline-block;
        position: absolute;
        right: 43%;
        top: 53%;
    }
    header .btm_header ul li label {
        padding-left: 15px;
    }
    .wslt_lst .lst_crd {
        width: 32%;
        margin-bottom: 20px;
    }
    header .tp_header2 nav .theme_btn {
        padding: 12px 30px;
    }
    header .btm_header {
        display: block;
        border-radius: 20px;
    }
    .home .bnnr .bnr_cnt {
        top: -140px;
    }
    .home .bnnr .bnr_cnt h1 {
        font-size: 44px;
    }
    header .btm_header ul li {
        width: 49%;
        position: relative;
    }
    .home .bnnr .bnr_cnt p {
        font-size: 18px;
    }
    header .tp_header nav .theme_btn {
        padding: 12px 30px;
    }
    .Actv h2 {
        font-size: 28px;
    }
    .home .bnr2 .inr_bnr .cntnt h2 {
        font-size: 36px;
    }
    .home .dnld .inr_cnt h2 {
        font-size: 36px;
    }
    .home .stndrd .inr_bx h3 {
        font-size: 30px;
    }
    .home .bnr2 .inr_bnr .cntnt p {
        margin: 20px 0px;
    }
    header .btm_header_otr {
        top: 24rem;
    }
    .home .stndrd .inr_bx p {
        font-size: 18px;
    }
    .v_al_otr {
        width: 100%;
    }
    header .btm_header ul {
        width: 100%;
    }
    .head_about h2 {
        font-size: 28px;
    }
    .vision_about h4 {
        font-size: 20px;
    }
    .vision_about h2 {
        font-size: 28px;
    }
    .Improving {
        margin-top: 30px;
    }
    section.our_vsn {
        padding: 0;
    }
    .hdng {
        font-size: 28px;
    }
    .v_al_otr {
        width: 90%;
    }
    header .tp_header nav .theme_btn {
        padding: 12px 30px;
    }
    .updt_thm_bn .btn.theme_btn {
        width: fit-content;
        padding: 10px 60px;
    }
}

@media (max-width: 991px) {
    .lctn_mn_cls .clndr_bx .datepicker {
        left: 0px;
    }
    .verify .chs_vrf.vr_lst_mail li {
        width: 45%;
        margin: 0px 5px;
    }
    .verify .chs_vrf.vr_lst_mail svg {
        width: 40px;
        height: 60px;
    }
    .dnld .btn_bx img {
        width: 110px;
    }
    section.add_sec.host_mn_sec form h2 {
        font-size: 24px;
        padding: 10px 0px;
    }
    .host_mn_sec .prty h2 {
        font-size: 28px;
        padding: 10px 0px;
    }
    .grds_pup .rating_recom .rtng_recmm {
        padding: 15px;
    }
    .messge_mn_sec .chat_prsn .active .cht_type textarea {
        width: 80%;
    }
    .prfl_frm li input,
    .prfl_frm li textarea {
        font-size: 16px;
    }
    .wslt_lst {
        gap: 10px;
    }
    .room_search .content_multiple .right_otr .sticky-top form {
        margin-bottom: 10px;
    }
    .inpt_cunry span.country_code {
        width: 18%;
    }
    .signin form .inpt_cunry input.sgn_nbm {
        width: 78%;
    }
    .inpt_cunry {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .signin .heading {
        font-size: 30px;
    }
    .frm_btn .btn {
        padding: 10px;
    }
    .gift_crd_img {
        margin: 6px;
    }
    .sign_txt_pop .frgt a,
    .sign_txt_pop .rmbr_frgt label {
        font-size: 14px;
    }
    .home .stndrd .inr_bx p {
        font-size: 16px;
        padding: 15px 0px;
    }
    .home .stndrd .inr_bx h3 {
        font-size: 26px;
    }
    .home .bnr2 .inr_bnr .cntnt p {
        width: 50%;
    }
    .tp_outr2 {
        top: 14px;
    }
    header .tp_header nav .navbar-nav .nav-item .nav-link {
        font-size: 18px;
        font-weight: 500;
    }
    .tp_outr2 .tp_header {
        width: 100%;
    }
    .lnk_lst {
        transform: scale(1) !important;
        opacity: 1 !important;
    }
    .tp_header ul li.nav-item a.nav-link {
        padding: 0 11px;
        font-size: 18px;
        font-weight: 500;
    }
    header .tp_header nav .theme_btn {
        padding: 12px 60px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .cstm_drpdn {
        margin-left: 0px;
        padding-left: 10px;
    }
    .spce_dtl_shre {
        align-items: stretch;
    }
    .left_content h5 {
        font-size: 22px;
    }
    .room_search .content_multiple .right_otr .sticky-top {
        padding-left: 0;
        top: 0;
        position: relative;
    }
    .room_search .content_multiple .left_content {
        width: 100%;
        padding-right: 0;
    }
    .room_search .content_multiple .right_otr {
        width: 100%;
        position: relative;
    }
    .wslt_lst .lst_crd {
        width: 49%;
    }
    .buro_cnt h1 {
        font-size: 28px;
    }
    .buro_cnt h1 {
        width: 100%;
    }
    .buro_cnt h6 {
        padding: 20px 20px 20px 0px;
    }
    header .tp_header2 nav .theme_btn {
        padding: 12px 60px;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .tp_header.bsc_tp_hdr .navbar-collapse {
        background-color: #f2f2f2;
        padding: 10px 0px;
        text-align: left;
    }
    .tp_header2 .tp_outr2 .navbar-collapse {
        background-color: #f2f2f2;
        padding: 30px 0px 10px;
        box-shadow: 0 3px 6px #0000000d;
        text-align: left;
    }
    .tp_header ul li.nav-item {
        padding: 10px 10px;
        text-align: left;
        width: 100%;
    }
    header .tp_header2 nav form {
        justify-content: center;
    }
    .tp_outr2 .tp_header {
        background: unset;
        text-align: right;
    }
    .tp_header2 .tp_outr {
        display: none;
    }
    .OUR_STORY h2 {
        margin-bottom: 15px;
    }
    section.head_about {
        padding: 15px 0px;
    }
    section.our_mssn {
        padding-top: 30px;
    }
    .v_al_otr {
        width: 90%;
    }
    .cstm_drpdn a span {
        font-size: 16px;
    }
    .signin_up input {
        width: 100%;
    }
    #Changepassword .signin_up .form-group .eye {
        right: -15px;
    }
}

@media (max-width: 767px) {
    .featd_mg .invalid-feedback {
        padding-top: 10px;
        text-align: center;
    }
    .hosting_pro .hst_profile .hst-bx1 {
        width: 48%;
    }
    .signin_up input {
        width: 90%;
    }
    #Changepassword .signin_up .form-group .eye {
        right: 5px;
    }
    .messge_mn_sec .inr_setting .tab-content.chat_prsn {
        padding: 20px 10px;
    }
    .similar_places_card .otr_bx .cntnt ul li {
        width: 100%;
    }
    #chat {
        height: 390px;
        overflow: auto;
        text-align: center;
    }
    .cu_frm .btn.theme_btn {
        margin-right: 0;
    }
    .signin_up .btn.theme_btn {
        margin-right: 0;
    }
    .mylst_sec_mn .ord_lst li .lft .cntnt {
        margin-left: 10px;
        width: 69%;
    }
    .mylst_sec_mn .ord_lst li .lft figure {
        width: 70px;
        height: 70px;
    }
    .usr_frm_dl ul.prfl_frm {
        padding-top: 10px;
    }
    .prfl_frm li.prfl_frm_lst {
        width: 50%;
    }
    .prfl_frm .prfl_frm_lst label {
        text-align: left;
    }
    .prfl_frm .prfl_frm_lst input,
    .prfl_frm .prfl_frm_lst textarea {
        text-align: left;
    }
    .bor_main form .col-12 {
        padding: 0;
    }
    .bor_main .col-12.hdng_wdt {
        padding: 0;
    }
    .container.bor_main {
        width: 100%;
    }
    .home .bnnr .bnr_cnt {
        top: -200px;
    }
    header .btm_header_otr {
        top: 21rem;
    }
    .team-section p {
        font-size: 16px;
        text-align: left;
    }
    .Cookie h2 {
        font-size: 24px;
    }
    .pri_list ul li {
        font-size: 16px;
    }
    .clndr_bx .ui-datepicker.ui-datepicker-multi {
        display: flex !important;
        flex-wrap: wrap;
        width: 100%;
    }
    .clndr_bx .datepicker {
        width: 100%;
    }
    .verify .chs_vrf.vr_lst_mail li {
        width: 45%;
        margin: 0px 5px;
    }
    .verify .chs_vrf.vr_lst_mail svg {
        width: 40px;
        height: 60px;
    }
    .verify .chs_vrf.vr_lst_mail a {
        margin-top: 0px;
    }
    .let_vry_sec {
        height: 90vh;
    }
    .contact_sec .cu_frm .hst_fm {
        width: 100%;
    }
    .ord_lst li .lft.lft_txt_dtl .cntnt .loc {
        align-items: stretch;
        padding-top: 5px;
        position: relative;
        padding-left: 10px;
    }
    .ord_lst li .lft.lft_txt_dtl .cntnt .loc svg {
        position: absolute;
        left: 0;
        top: 8px;
    }
    .ord_lst li .lft.lft_txt_dtl .cntnt {
        margin-left: 10px;
        width: 78%;
    }
    .lnd_extn_mn .hlt_sfty_wlfr h4 {
        font-size: 18px;
    }
    .lnd_extn_mn .cnt_info p {
        font-size: 16px;
    }
    .lnd_extn_mn .emrgcy {
        font-size: 20px;
    }
    .lnd_extn_mn h2.citizen {
        font-size: 24px;
    }
    .lnd_extn_mn .cnt_info h4 {
        font-size: 22px;
    }
    .standards-page__section-description {
        font-size: 18px;
    }
    .standards-page__section-title {
        font-size: 22px;
    }
    .lnd_extn .hc-jumbotron__text {
        width: 100%;
    }
    .ecxpectation_main h1 {
        font-size: 24px;
    }
    .congrats a {
        width: 100%;
    }
    .congrats h2 {
        font-size: 30px;
        padding: 10px 0px;
    }
    .congrats h5 {
        font-size: 18px;
        padding: 10px 0px 23px;
    }
    .mytrp_sec .ord_lst li .lft {
        flex-wrap: unset;
    }
    .hdng_wdt {
        width: 92%;
    }
    .sign_txt_pop.profl_stup {
        height: 600px;
    }
    .prfl_frm li input,
    .prfl_frm li textarea {
        text-align: center;
    }
    .prfl_frm li label {
        text-align: center;
    }
    .prfl_frm li .profile-box {
        margin: 0 auto;
    }
    .bokg_sec .ord_lst li.ord_lst_dtl a,
    .bokg_sec .ord_lst_dtl .plc_crd {
        padding: 5px;
    }
    .settg_mn_sec .pay_mstr h4 {
        font-size: 20px;
        padding: 10px 0px;
    }
    .loyal_txt h1 {
        font-size: 50px;
    }
    .settg_mn_sec .inr_setting .nav-tabs {
        width: 100%;
        margin-bottom: 20px;
    }
    .settg_mn_sec .inr_setting .tab-content {
        width: 100%;
        padding: 50px 10px;
    }
    #Wallet .blnc h4 {
        font-size: 24px;
    }
    #Wallet .blnc h6 {
        font-size: 16px;
    }
    .settg_mn_sec .card_detail .add_new_card h3 {
        font-size: 16px;
    }
    .bokg_sec .ord_lst li .lft figure {
        width: 70px;
        height: 70px;
    }
    .notifctn_sec .ord_lst li .lft figure {
        width: 70px;
        height: 70px;
    }
    .notifctn_sec .ord_lst li .lft .cntnt {
        width: 68%;
        margin-left: 10px;
    }
    .ord_lst_dtl p {
        font-size: 13px;
    }
    section.add_sec.host_mn_sec .hosting_pro {
        width: 100%;
        margin: 0 auto;
    }
    section.add_sec.host_mn_sec form h5 {
        font-size: 18px;
    }
    section.add_sec.host_mn_sec .frm_btn .btn {
        font-size: 16px;
    }
    section.add_sec.host_mn_sec h3 {
        font-size: 24px;
        padding: 10px 0px;
    }
    .host_mn_sec .prty h2 {
        font-size: 24px;
        padding: 10px 0px;
    }
    .grds_pup .rating_recom .rtng_recmm {
        padding: 15px 7px;
    }
    .messge_mn_sec .inr_setting .tab-content {
        width: 100%;
        margin-top: 20px;
    }
    .messge_mn_sec .inr_setting .nav-tabs {
        width: 100%;
    }
    .trp_dlts_sec .content1 h4 {
        font-size: 18px;
    }
    .ord_lst li .lft .cntnt .loc p {
        line-height: 18px;
    }
    .mytrp_sec .ord_lst li .lft .cntnt {
        margin-left: 10px;
        width: 70%;
    }
    .mytrp_sec .ord_lst li .lft .cntnt .loc {
        align-items: stretch;
        justify-content: flex-start;
        padding-left: 10px;
        position: relative;
        margin-top: 3px;
    }
    .mytrp_sec .loc svg {
        left: 0;
        position: absolute;
    }
    .inr_myord .nav-tabs .nav-item .nav-link {
        font-size: 18px;
    }
    .hdng_txt_mn .hdng button {
        padding: 10px 30px;
    }
    .prfl_frm li {
        width: 100%;
    }
    .prfl_frm li label {
        font-size: 14px;
    }
    .prfl_frm li h3 {
        font-size: 18px;
        width: 100%;
        text-align: left;
    }
    .prfl_frm li .profile-box {
        width: 138px;
        height: 138px;
    }
    .prfl_frm li figure {
        width: 138px;
        height: 138px;
    }
    .room_search .multiple_images .right_image ul li {
        margin: 10px;
    }
    .shre_spc_dtal .share_modal figure {
        width: 30px;
    }
    .inpt_cunry .country_code .contry-select-bx {
        width: 100%;
    }
    .signin .container {
        margin: auto;
        height: auto;
    }
    .signin .inr_bx {
        margin: 0;
    }
    .sign_txt_pop .frgt_crs {
        bottom: unset;
        right: unset;
    }
    .cross_1 {
        font-size: 40px;
        margin-top: -20px;
        position: absolute;
    }
    .signin .heading {
        font-size: 24px;
    }
    .sign_img_pp {
        display: none;
    }
    .signin .sign_txt_pop {
        border-radius: 20px;
    }
    .buro_cnt h1 {
        font-size: 24px;
    }
    .gft_bttn {
        width: 100%;
    }
    header .btm_header ul li {
        width: 100%;
        margin-bottom: 5px;
    }
    .btm_header input.btn.srch_btn {
        position: unset;
        margin-top: 20px;
    }
    header .btm_header form {
        display: block;
    }
    .room_search .content_multiple .left_content .descript p {
        font-size: 16px;
    }
    .left_content h5 {
        font-size: 20px;
    }
    .room_search .content_multiple .left_content h4 {
        font-size: 20px;
    }
    .ln_detal_para .bdrm span {
        font-size: 18px;
    }
    .room_search .multiple_images {
        display: block;
        height: auto;
    }
    .room_search .multiple_images .left_image {
        width: 100%;
    }
    .room_search .multiple_images .right_image {
        width: 100%;
    }
    .room_search .multiple_images .right_image ul li figure img {
        position: relative;
        width: 100%;
        top: 1px;
        padding: 0px;
    }
    .wslt_lst .lst_crd {
        width: 100%;
    }
    .buro_buck {
        display: block;
    }
    .buro_img {
        width: 100%;
    }
    .buro_cnt {
        width: 100%;
        margin-top: 20px;
    }
    .buro_cnt h6 {
        font-size: 16px;
    }
    .gift_crd_img {
        width: 47%;
    }
    .head_about h2 {
        font-size: 24px;
    }
    .head_about h5 {
        font-size: 18px;
        line-height: 26px;
    }
    .vision_about h2 {
        font-size: 24px;
    }
    .gift_crd_img figure {
        width: 100%;
    }
    .frm .buro_btn {
        text-align: left;
    }
    .our_mssn p.Improving {
        padding-bottom: 15px;
        margin-top: 10px;
    }
    .our_msn {
        margin-top: 30px;
    }
    .home .bnnr .bnr_cnt h1 {
        font-size: 28px;
        padding: 0px 10px 10px;
    }
    .home .bnnr .bnr_cnt p {
        width: 80%;
    }
    header .btm_header {
        padding: 20px 10px;
    }
    .src_bx .dropdown .dropdown-menu {
        padding: 20px 20px;
        top: unset;
        width: 100%;
    }
    .Actv h2 {
        font-size: 24px;
    }
    .home .bnr2 .inr_bnr .cntnt p {
        font-size: 16px;
        width: 100%;
    }
    .home .bnr2 .inr_bnr .cntnt h2 {
        font-size: 24px;
    }
    .home .dnld .inr_cnt h2 {
        font-size: 24px;
    }
    .home .dnld .inr_cnt p {
        font-size: 16px;
        padding: 15px 0px;
    }
    .home .stndrd .inr_bx h3 {
        font-size: 24px;
    }
    .home .stndrd .inr_bx p {
        font-size: 16px;
    }
    .ld_expt {
        margin-bottom: 20px;
    }
    .home .Actv .slick-carousel .slide-content .overlay p {
        text-align: center;
    }
    footer .tp_footer .ftr_otr li:first-child {
        width: 50%;
    }
    footer .tp_footer .ftr_otr li {
        width: 38%;
    }
    .navbar {
        align-items: center;
    }
    .v_al_otr {
        width: 85%;
    }
    .room_search .multiple_images .right_image ul {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
    }
    .land_view_all span {
        position: absolute;
    }
    .room_search .text_icon span {
        font-size: 16px;
    }
    .room_search .content_multiple .left_content .amenties ul li {
        width: 30%;
        margin: 4px;
    }
    .Amenties {
        font-size: 16px;
    }
    .room_search .multiple_images .right_image ul li {
        width: 30.55%;
        margin: 4px;
    }
    .room_search .multiple_images .right_image ul li .onclick_image_show_div {
        width: 100%;
    }
    .prfl_frm li h3 {
        text-align: center;
        margin: 30px 0px 10px;
    }
    .usr_frm_dl .prfl_frm li h3 {
        width: 100%;
    }
    .cntn_ifo h3 {
        font-size: 24px;
    }
    .cntn_ifo {
        margin: 10px 0px;
    }
    .contact_sec .cu_frm .hdng {
        font-size: 24px;
    }
    li.my_trp_lts_cls {
        position: relative;
    }
    .my_trp_lts_cls .rtng,
    .my_trp_lts_cls .rating.ratg_str {
        position: absolute;
        right: 10px;
        top: 3px;
    }
    .my_trp_lts_cls h4 {
        width: 90%;
    }
    .bor_main form .rmbr_frgt {
        padding-top: 8px;
    }
    .stre_bokng .datepicker {
        top: 0;
    }
    .clndr_bx .ui-datepicker-multi .ui-datepicker-group {
        width: 100%;
    }
    .prfl_frm .prfl_frm_lst input[type="date"]::-webkit-calendar-picker-indicator {
        color: rgba(0, 0, 0, 0);
        opacity: 1;
        display: block;
        border-width: thin;
        position: relative;
        right: 20px;
    }
}

@media (max-width: 480px) {
    .v_al_otr {
        width: 80%;
    }
    .hos_icn .cross_1 {
        top: 25px;
        right: 5px;
    }
    .detail_booking .gst_bx .dropdown {
        width: 89%;
    }
    .stre_bokng .datepicker {
        top: -20px;
    }
    .stre_bokng .clndr_bx .ui-datepicker.ui-datepicker-multi {
        padding: 20px 8px 50px;
    }
    .signin .scl li {
        margin: 10px 4px;
    }
    .signin_up input {
        width: 92%;
    }
    .frgt_hdng {
        width: 90%;
    }
    .forgt_cros {
        position: absolute;
        top: 16px;
        right: 15px;
    }
    .signin .heading {
        font-size: 22px;
    }
    .cu_frm .row {
        width: 100%;
        margin: 0 auto;
    }
    .cu_frm .phn_cntry select {
        width: 20% !important;
    }
    .phn_cntry input {
        width: 78%;
    }
    .host_mn_sec .licns_bttn {
        width: 100%;
        gap: 10px;
    }
    .licns_bttn .btn.theme_btn {
        margin: 0;
    }
    .host_mn_sec .frm_btn .btn {
        font-size: 16px;
    }
    .ord_lst .my_trp_lts_cls a {
        padding: 5px;
    }
    .check_dv .frm_chrck {
        width: 100%;
    }
    .check_dv .frm_chrck1 {
        width: 100%;
    }
    .slct_arw2 {
        background: #f2f2f2;
        width: 30px;
        position: absolute;
        right: 2px;
        top: 1px;
        bottom: 2px;
        z-index: 1;
        border-radius: 10px;
    }
    .becm_bx .slct_arw2 .slct_arw {
        right: 10px !important;
    }
    .prfl_frm li.prfl_frm_lst:last-child {
        width: 40%;
    }
    .prfl_frm li.prfl_frm_lst {
        width: 60%;
    }
    .prfl_frm_lst .col-12 {
        padding: 0 6px 0px 0px;
    }
    .prfl_frm .prfl_frm_lst label {
        font-size: 13px;
    }
    .prfl_frm .prfl_frm_lst input,
    .prfl_frm .prfl_frm_lst textarea {
        font-size: 13px;
    }
    .home .similar_places_card.Actv .slick-carousel .slide-content .img_bx,
    .otr_bx .img_bx {
        max-height: 170px;
    }
    .room_search .address.adrs_lcn {
        align-items: stretch;
    }
    .adrs_lcn h5.orange_text {
        margin: 0;
        padding-right: 2px;
    }
    .room_search .content_multiple .left_content .image_message.spce_dtl_sp .image_content figure img {
        object-fit: contain;
    }
    .lnd_extn .hc-jumbotron__text {
        width: 90%;
        margin: 0 auto;
    }
    .lnd_extn_mn .dt_lst {
        padding: 0px 0px 0 30px;
    }
    .home .bnr2 .inr_bnr .cntnt {
        padding: 30px;
        text-align: left;
    }
    li.soc_lnk {
        padding-top: 5px;
    }
    .btm_footer ul.ftr_otr {
        display: block;
        text-align: center;
    }
    .privacy_page .pri_list ul {
        padding-left: 30px;
    }
    .dnld .btn_bx img {
        width: 110px;
    }
    .lnd_extn_mn .Basic_Guidelines {
        padding: 0px 5px 0px 30px;
    }
    .lnd_extn_mn .cnt_info h4 {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .bokg_sec .ord_lst li .lft.lft_txt_dtl .cntnt {
        margin-left: 5px;
        padding-top: 10px;
    }
    .bokg_sec .ord_lst_dtl .plc_crd a {
        width: 100%;
    }
    .profl_stup .prf_pic {
        width: 100px;
        height: 100px;
    }
    .signin form label {
        padding-top: 5px;
    }
    .vr_lst_mail {
        padding: 0;
    }
    #Wallet .stng_lst li h4 {
        font-size: 16px;
    }
    .place_pop .amenties1 li {
        width: 32%;
    }
    .tps_gds_img img {
        height: 90px;
        object-fit: contain;
    }
    section.add_sec.host_mn_sec .hst_profile .hst-bx {
        width: 48%;
        margin-right: 0;
    }
    section.add_sec.host_mn_sec .hst_profile {
        justify-content: space-between;
    }
    .host_mn_sec .prty form .hst_fm label {
        font-size: 16px;
    }
    .host_mn_sec h6.host_nick {
        line-height: 26px;
        font-weight: 300;
    }
    .grds_pup h3 {
        font-size: 20px;
    }
    .grds_pup .rating>label {
        font-size: 32px;
    }
    .grds_pup .ratng_frm {
        width: 100%;
        margin: auto;
    }
    .grds_pup .rating_recom {
        margin-top: 15px;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }
    .grds_pup .rating_recom .rtng_recmm {
        padding: 10px 20px;
    }
    .messge_mn_sec .chat_prsn .active .cht_type textarea {
        width: 80%;
    }
    .messge_mn_sec .inr_setting .tab-content {
        padding: 50px 10px;
    }
    .room_search.trp_dlts_sec .content_multiple .left_content .image_message .image_content {
        width: 100%;
        margin-bottom: 10px;
    }
    .trp_dlts_sec .image_content1 .content1 .loc {
        padding: 5px 0px;
    }
    .mytrp_sec .inr_myord .nav-tabs .nav-item .nav-link {
        font-size: 16px;
        width: 100px;
    }
    .mytrp_sec .ord_lst li .lft .cntnt {
        margin-left: 10px;
        width: 65%;
    }
    .mytrp_sec .ord_lst li .lft figure {
        width: 80px;
        height: 80px;
    }
    .my_lst_cls .fafaicon {
        position: absolute;
        right: 20px;
    }
    .hdng_txt_mn h2.hdng a {
        display: block;
        margin-top: 10px;
    }
    .hdng_txt_mn .hdng button {
        position: relative;
    }
    .bokg_sec .ord_lst li .lft figure {
        width: 100%;
        height: 100%;
    }
    .ord_lst li .lft.lft_txt_dtl {
        display: block;
        width: 100%;
    }
    .bokg_sec .ord_lst li .lft .cntnt {
        margin-left: 10px;
    }
    .bokg_sec .ord_lst li a,
    .bokg_sec .plc_crd {
        padding: 5px 5px;
    }
    .prfl_frm li {
        width: 100%;
    }
    .room_search .multiple_images .right_image ul li figure img {
        width: 100%;
    }
    .cntnt .Explore {
        font-size: 14px;
    }
    .otr_bx .cntnt h5 {
        font-size: 14px;
    }
    .otr_bx .cntnt h4 {
        font-size: 16px;
    }
    .signin h3,
    .signin h4 {
        font-size: 16px;
    }
    .home .stndrd .inr_bx {
        padding: 20px;
    }
    .gft_bttn {
        display: block;
    }
    .gft_bttn .previous.theme_btn {
        margin-bottom: 20px;
    }
    .tp_outr2 {
        top: 25px;
    }
    header .tp_header2 nav .theme_btn {
        padding: 12px 60px;
    }
    footer .tp_footer .ftr_otr li:first-child {
        width: 100%;
    }
    footer .tp_footer .ftr_otr li {
        width: 48%;
    }
    .gift_crd_img {
        width: 100%;
    }
    .land_view_all span {
        font-size: 18px;
    }
    .frm_btn .btn {
        font-size: 18px;
    }
    .profile .frm_btn {
        margin-top: 0px;
    }
    .sign_txt_pop .frgt a,
    .sign_txt_pop .rmbr_frgt label {
        font-size: 12px;
    }
    .messge_mn_sec .inr_setting .tab-content.chat_prsn {
        padding: 20px 10px;
    }
    .settg_mn_sec .inr_setting .tab-content {
        width: 100%;
        padding: 20px 10px;
    }
}

.navbar-brand .logo-img {
    width: 200px;
}

a.btn.btn-landburro {
    color: #fff;
    background: var(--color_theme);
    font-size: larger;
}

.payment-exp {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
}

.payment-exp span {
    font-size: 12px;
    font-weight: 600;
    color: #919191;
}

strong.custext {
    color: #1e2022;
}

.contact_us_form .chosen-container-single {
    width: 67px !important;
}

i.add_land_wishlist {
    cursor: pointer;
}

.gift_card_radio input:checked~.checkmark {
    border: 2px solid var(--text_white) !important;
}

.no_user_chat {
    padding-left: 20px;
}

.man_fields span.red {
    color: red;
    font-size: 15px;
    position: absolute;
}

.land_images_errors span.validation.invalid-feedback {
    text-align: center;
}