@charset "UTF-8";


:root,
[data-bs-theme='light'] {
    --bs-border-width: 1px;
    --bs-body-font-family: "Plus Jakarta Sans", sans-serif;
    --bs-sec-font-family: "Outfit", sans-serif;
    --bs-nav-link-font-size: 13px;
    --bs-body-font-primary-color: #313638;
}
:root{
    --brand-green :#009E61;
    --brand-gradient: linear-gradient(135deg, #009E61, #008552);
}

.w-50 {
    width: 50%;
}

.top-10 {
    top: 10px;
}

.mt-n1 {
    margin-top: -3px;
}

section {
    display: block;
}

a {
    color: #313638;
    text-decoration: none;
}

.text-underline {
    text-decoration: underline !important;
}

/***/
.nav-link img {
    max-width: 30px;
    max-height: 30px;
    margin-right: 2px;
}

.nav-link .profile_name {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10ch;
    text-transform: capitalize;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--bs-body-font-primary-color);
    white-space: nowrap;
    transition: 0.3s;
}

.navbar .dropdown-menu li {
    padding: 10px 20px;
}

.navbar .dropdown-menu {
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}


/***/
.nav-item {
    margin: 0 7px;
}

.list-group {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-item {
    text-transform: capitalize;
}

.dropdown-menu-end {
    right: 0 !important;
    left: auto !important;
}

.color-black {
    color: #012559 !important;
}

.color-7d {
    color: #7d7d7d !important;
}

.border-black {
    border: #012559 solid 1px !important;
}

.border-d1 {
    border: #D1D1D1 solid 1px;
}

.border-r4 {
    border-radius: 4px !important;
}

.border-r12 {
    border-radius: 12px;
}

.no-border {
    border: 0 !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.btn-o:focus,
.btn-o {
    outline: none !important;
    border: none !important;
}

.btn-pink {
    background-color: #faebf5;
    color: #004D99;
}

.btn-pink:hover {
    background-color: #faebf5;
    color: #101111;
}

.btn-brand {
    background-color: #009E61;
    color: #fff;
    border-radius: 12px;
}

.btn-brand:hover {
    background-color: #004D99;
    color: #b1afaf;
}


.btn-brand-light {
    background-color: #00C474;
    color: #fff;
    border-radius: 12px;
    border-color: #00A072;
}

.btn-brand-light:hover {
    background-color: #009E61;
    color: #b1afaf;
}

.btn-outline-green{
    border: 1px solid #009E61 !important;
    color: #009E61 !important;
}
.btn-outline-green:hover{
    background-color: #009E61 !important;
    color: #fff !important;
}

.btn-outline-brand {
    border-color: #012559;
    color: #012559;
}

.btn-outline-brand:hover {
    border-color: #000;
    color: #000;
}

.btn-blue {
    background-color: #012559 !important;
    color: #fff !important;
    border-radius: 12px;
}

.btn-blue:hover {
    background-color: #004D99;
    color: #b1afaf;
}


.btn-transparent {
    background-color: rgba(255, 255, 255, 0.25) !important;
    color: #fff !important;
    border-radius: 4px;
}

.btn:disabled {
    background-color: #C0BFBF;
    color: #fff;
}


.btn-d-blue {
    background-color: #475b7f;
    color: #fff;
    border-radius: 12px;
}

.btn-d-blue:hover {
    background-color: #475b7f;
    color: #b1afaf;
}

.btn-white {
    background-color: #fff;
    color: #009E61;
    border-radius: 12px;
}

.btn-white:hover {
    background-color: #ffffff;
    color: #009E61;
}


.btn-white2 {
    background-color: #fff;
    color: #012559;
    border-radius: 12px;
}

.btn-white2:hover {
    background-color: #ffffff;
    color: #009E61;
}

.btn-white2:disabled {
    background-color: #B5B5B5;
}


.btn-alpha {
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.btn-alpha:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: #009E61;
}


.light-bg {
    background-color: #F5F5F5;
}

.border-black-x {
    border-top: #000 solid 1px;
    border-bottom: #000 solid 1px;
}

.border_bottom {
    border-bottom: #D1D1D1 solid 1px;
}

.border_right {
    border-right: #D1D1D1 solid 1px;
}

.drop-shadow {
    /*filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.10));*/
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10);
}


.p-p3 {
    padding: 3px;
}

.end-10 {
    right: 10px;
}

.end-n-3 {
    right: -3px;
}

.outfit-font {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.text-7d {
    color: #7D7D7D;
}

.text-green {
    color: #009E61;
}

.text-h1 {
    font-size: 22px;
    font-weight: 500;
}

.text-brand {
    color: #00A072;
}

.text-dark {
    color: #313638 !important;
}

.text-black {
    color: #012559 !important;
}

.text-blue {
    color: #004D99 !important;
}

.link-dark {
    color: #313638 !important;
}

.text-shadow {
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.font-medium {
    font-weight: 500;
}

.text-underline-offset-1 {
    text-underline-offset: 10px;
}

/**TEXT */
/*Text*/

.text-8 {
    font-size: 8px !important;
}

.text-9 {
    font-size: 9px;
}

.text-10 {
    font-size: 10px;
}

.text-11 {
    font-size: 11px !important;
}

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

.text-13 {
    font-size: 13px;
}

.text-14 {
    font-size: 14px;
}

.text-15 {
    font-size: 15px;
}

.text-16 {
    font-size: 16px;
}

.text-17 {
    font-size: 17px;
}

.text-18 {
    font-size: 18px;
}

.text-19 {
    font-size: 19px;
}

.text-20 {
    font-size: 20px;
}

.text-21 {
    font-size: 21px;
}

.text-22 {
    font-size: 22px;
}

.text-23 {
    font-size: 23px;
}

.text-24 {
    font-size: 24px !important;
}

.text-25 {
    font-size: 25px;
}

.text-26 {
    font-size: 26px;
}

.text-27 {
    font-size: 27px;
}

.text-28 {
    font-size: 28px;
}

.text-29 {
    font-size: 29px;
}

.text-30 {
    font-size: 30px;
}

.text-31 {
    font-size: 31px;
}

.text-32 {
    font-size: 32px;
}

.text-33 {
    font-size: 33px;
}

.text-34 {
    font-size: 34px;
}

.text-35 {
    font-size: 35px;
}

.text-36 {
    font-size: 36px;
}

.text-44 {
    font-size: 44px;
}

.text-48 {
    font-size: 48px;
}

.text-52 {
    font-size: 52px;
}

.text-64 {
    font-size: 64px;

}

.font-weight-100 {
    font-weight: 100 !important;
}

.font-weight-200 {
    font-weight: 200 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.font-weight-bold {
    font-weight: bold;
}

.text-justify {
    text-align: justify;
}

.text-gray-800 {
    color: #5a5c69 !important;
}


.heading-0 {
    font-size: 36px
}

.heading-1 {
    font-size: 32px
}

.heading-2 {
    font-size: 30px
}

.heading-3 {
    font-size: 26px
}

.heading-4 {
    font-size: 22px
}

.heading-5 {
    font-size: 18px
}

.heading-6 {
    font-size: 16px
}

.heading-7 {
    font-size: 12px
}

.heading-8 {
    font-size: 10px
}


.mt-15 {
    margin-top: 15px;
}

.mt-8 {
    margin-top: 8px;
}

.gap-25 {
    gap: 25px;
}

.g-10 {
    gap: 10px;
}

/**TEXT */
/**Header */

#header_wrapper {
    height: 78px !important;
}

.fixed-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #fff;
}

#header.header-scrolled {
    padding: 10px 0;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.search_top_bar {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    overflow: hidden;
    z-index: 99;
}

.search_top_bar.show {
    position: fixed;
    height: auto;
    overflow: visible;
    top: 85px;
}

.dp_name {
    padding: 5px 10px;
    text-transform: capitalize;
    background-color: #009E61;
    color: #fff;
    border-radius: 50%;
}

/**Header */
/**Preloader */
svg {
    max-width:100px;
  }
  #preloader #plug,
  #preloader #socket {
    fill:#009E61;
  }
  
  #preloader #loop-normal {
    fill: none;
    stroke: #009E61;
    stroke-width: 12;
  }
  
  #preloader #loop-offset {
    display: none;
  }
/**Preloader */




section {
    display: block;
}

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

.icon_input i {
    position: absolute;
    top: 50%;
    left: 10px;
    color: #9ca3af;
    transform: translateY(-50%);
    color: #313638;
}

.icon_input input,
.input_primary input {
    padding-left: 30px;
    background-color: #F5F5F5;
    border: #d1d1d1 solid 1px;
    border-radius: 12px;
    color: #7D7D7D;
}

.input_height {
    height: 58px;
}

.iti {
    width: 100%;
}

.iti__selected-dial-code {
    border-right: 1px solid #d1d1d1;
    padding-right: 5px;
}

#progress_on {
    background: rgba(0, 0, 0, 0.50);
    /*opacity: 0.5;
    filter: alpha(opacity=50);*/
    z-index: 9999999;
}

/** Dividers*/
.divider {
    display: block;
    text-align: center;
    margin: 1rem 0;
    overflow: hidden;
    white-space: nowrap
}

.divider .divider-text {
    position: relative;
    display: inline-block;
    font-size: .9375rem;
    color: #384551;
    padding: 0rem .677rem
}

.divider .divider-text i {
    font-size: 1rem
}

.divider .divider-text:before,
.divider .divider-text:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100vw;
    border-top: 1px solid rgba(34, 48, 62, .12)
}

.divider .divider-text:before {
    right: 100%
}

.divider .divider-text:after {
    left: 100%
}

.divider.text-start .divider-text {
    padding-left: 0
}

.divider.text-end .divider-text {
    padding-right: 0
}

.divider.text-start-center .divider-text {
    left: -25%
}

.divider.text-end-center .divider-text {
    right: -25%
}

.divider.divider.divider-yellow .divider-text:before,
.divider.divider.divider-yellow .divider-text:after {
    border-color: #FFEFD2
}

/** Dividers*/

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.input_name_wrap {
    transition: all 0.3s ease-out 0s;
}

.input_name_wrap.hide {
    height: 0;
}

.input_name_wrap.show {
    height: auto;
}

#login_mob {
    color: #313638 !important;
}

.google-button {
    background-color: #4285F4;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 16px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .google-button:hover {
    background-color: #357ae8;
  }

.icon_input span {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 2px;
}

.section-header {
    margin-bottom: 25px;
}

.section-header h3 {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: var(--bs-body-font-primary-color);
    text-transform: capitalize;
}

.popular_categories {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-gap: 20px;
}

.popular_categories li {
    padding: 0px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular_categories li img {
    width: 64px;
    height: 64px;
    margin: auto;
}

.popular_categories li a span {
    font-size: 14px;
    margin-top: 20px;
    display: block;
}

.brand-background {
    background-color: #00A072;
}

.main_counter p {
    color: #FFF;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 32px;
}

.text-count {
    color: #FFEFD2;
    font-family: "Outfit", sans-serif;
    font-weight: bold;
}

.book_now_wrapper {
    max-width: 400px;
    height: 200px;
    position: relative;
    display: block;
    border: solid 1px #D1D1D1;
    border-radius: 12px;
    overflow: hidden;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.border-start-radius {
    border-radius: 6px 0 0 6px;
}

.border-end-radius {
    border-radius: 0 6px 6px 0;
}

.bg-7d {
    background-color: #7d7d7d !important;
    color: #313638;
}


.bg-disabled {
    background-color: #979797 !important;
    color: #ffffff;
}

.bg-grey {
    background-color: #F5F5F5 !important;
    color: #313638;
}

.bg-dark-grey {
    background-color: #313638 !important;
    color: #ffffff;
}

.bg-blue {
    background-color: #004D99 !important;
    color: #fff;
}

.bg-dark-blue {
    background-color: #012559 !important;
}

.bg-light-blue {
    background-color: #E9FFFF;
}

.bg-yellow {
    background-color: #FFDA9F;
    color: #313638;
}

.bg-lime {
    background-color: #E2EDB8;
}


.border-blue {
    border: 1px solid #004D99 !important;
    color: #004D99;
}

.border-green {
    border: 1px solid #009E61;
    color: #009E61;
}

.border-yellow {
    border: 1px solid #FFDA9F;
    color: #FFDA9F;
}

.text-yellow {
    color: #FFDA9F;
}

.bg-green {
    background-color: #009E61;
    color: #ffffff;
}

.bg-purple {
    background-color: #5243C2;
    color: #ffffff;
}

.bg-brand {
    background-color: #00A072;
    color: #FFEFD2;
}

.book_now_wrapper img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 50%;
}

.book_now_wrapper h3 {
    font-family: var(--bs-sec-font-family);
    font-size: 28px;
}

.book_now_wrapper h5 {
    font-family: var(--bs-sec-font-family);
    font-size: 22px;
    font-weight: 100;
    flex-grow: 1;
}

.book_btn .btn {
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.book_now_wrapper.bg-yellow .book_btn .btn {
    color: var(--bs-body-font-primary-color);
}

.swiper-wrapper {
    position: relative;
    margin-bottom: 50px;
}

.swiper-mypage {
    position: absolute;
    bottom: 0;
    text-align: center;
}


.swiper-mypage .swiper-pagination-bullet {
    width: 50px !important;
    height: 3px !important;
    background: #d9d9d9 !important;
    opacity: 1 !important;
    border-radius: 0px !important;
    padding: 0 !important;
}


.swiper-mypage .swiper-pagination-bullet-active {
    background: #7d7d7d !important;
}

.box_slider .swiper-button-prev,
.box_slider .swiper-button-next {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px;
    padding-right: 14px;
    padding-left: 14px;
    background-color: rgba(255, 255, 255, 0);
    border: solid 1px rgb(227, 227, 227);
}

.box_slider .swiper-button-next:after,
.box_slider .swiper-button-prev:after {
    font-size: 20px;
}

.box_slider .swiper-button-next.swiper-button-disabled,
.box_slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

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

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

.pagination_container {
    /*background-color: #E5E5E5;*/
    background-color: transparent;
    border-radius: 50%;
    margin: 5px;
    text-align: center;
}

.pagination_container i {
    padding: 7px 9px;
}

.pagination_container i::before {
    font-size: 14px;
}

.p-carousel {
    height: 260px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    border: solid 1px #fff;
}

.p-carousel .carousel-indicators .active {
    background: #fff !important;
}

.p-carousel .carousel-item {
    padding: 0 7px;
}

.p-carousel .carousel-item img {
    border: #D1D1D1 solid 1px;
    border-radius: 12px;
    aspect-ratio: 1;
}

.p-details .listing_title {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}



.p-details .listing_location {
    font-weight: 100;
    font-size: 16px;
}

.listing_location i::before {
    font-size: 16px;
    font-weight: 100;
    color: #7D7D7D;
}

.listing_detials {
    text-transform: capitalize;
}

.listing_location span,
.listing_detials span,
.listing_rent {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%;
}

.listing_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.carousel-control-prev-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23009E61'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");

} .carousel-control-next-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23009E61'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.p-details .listing_rent {
    font-size: 14px;
}


.meta-tag {
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 11px;
    margin-right: 8px;
}

.section_seperator {
    background-color: #D9D9D9;
    height: 8px;
    width: 100%;
    position: relative;
}

.section_seperator::before {
    content: '';
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    background-color: #7D7D7D;
}

.carousel-indicator {
    position: absolute;
    z-index: 12;
    width: 100%;
    bottom: 0;
}

.social-links {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.social-links i {
    font-size: 30px;
    color: #7D7D7D;
}

.fa-twitter-x {
    height: 40px;
}

.fa-twitter-x:before {
    content: '';
    background-image: url('../img/twitter-x.svg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 32px;
    aspect-ratio: 1 / 1;
    display: block;
}

/**Search Header*/
.search-header-form .form-control {
    border: none !important;
    background: transparent !important;
    color: #313638;
}

.search-header-form .form-control.left_border {
    border-left: #d1d1d1 solid 1px !important;
    border-radius: 0 !important;
}

.search-header-form .form-control::placeholder {
    color: #7D7D7D;
}

.search-header-form .form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #7D7D7D;
}

.search-header-form {
    background: #F5F5F5;
    border: 1px solid #D1D1D1;
    border-radius: 12px;
    padding: 4px 0;

}

.search-header-form .location {
    position: relative;
}

.search-header-form select {
    padding-left: 25px;
}

.search-header-form .location::before {
    content: '\f041';
    position: absolute;
    top: 6px;
    left: 7px;
    font-family: 'FontAwesome';
}

/**Search Header*/

/**Search Page*/
.search_header {
    display: flex;
    justify-content: space-between;
}

.search_header .search_topic {
    font-family: var(--bs-sec-font-family);
    font-weight: 500;
    font-size: 28px;
    line-height: 41px;
}

.search_header .search_filter {
    display: flex;
    text-align: right;
}

.search_filter .dropdown {
    margin-right: 10px;
}

.search_filter .dropdown div.badge-number {
    width: 20px;
    height: 20px;
    display: block;
    font-size: 12px;
    background-color: #004D99;
    margin-left: 20px;
    margin-right: 5px;
    color: #fff;
}

.btn-filter {
    background-color: #F5F5F5;
    color: #fff;
    border-radius: 12px;
    border-color: #D1D1D1;
    color: #313638;
}

.btn-filter:hover,
.btn-filter:focus {
    background-color: #D1F4FF;
    border-color: #004D99;
    color: #313638;
}

#typedrop .dropdown-menu {
    min-width: 7.6rem !important;
    padding: 0;
}

#typedrop .dropdown-menu li {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    border-bottom: #D1D1D1 solid 1px;
}

#typedrop .dropdown-menu li:last-child {
    border-bottom: 0 !important;
}

#typedrop .dropdown-menu li .form-check-input {
    border-radius: 50%;
    margin-left: 5px;
}

.search-tags {
    display: flex;
    justify-content: start;
}

.search-tags .label-default {
    background-color: #F5F5F5;
    border: #D1D1D1 solid 1px;
    border-radius: 8px;
    padding: 10px 10px;
    margin-right: 15px;
    text-transform: capitalize;
}

.search-tags .label-default i {
    margin-left: 7px;
    cursor: pointer;
}

.ad_banner {
    /*background: #A1E2E2;*/
    background-image: linear-gradient(to bottom, #8fcda8, #9dd6b3, #abdfbe, #b8e8ca, #c6f1d5);
     min-height: 160px;
    transition: all 2s;
}
.ad_banner h5{
    color: #fff;
}

.ad_banner.d-hide {
    opacity: 0;
}

.ad_banner .container {
    position: relative;
}

.ad_banner span.close:after {
    content: "\f057";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 5px;
    right: 0;
    top: 10px;
    cursor: pointer;
    color: #7D7D7D;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.my_pagination .pagination {
    display: flex;
    justify-content: center;
}

.my_pagination .page-link {
    color: #012559;
}

/**Search Page*/
/**Search Result*/
.sticky_price {
    margin: 0 5px 0 12px;
    position: sticky;
    top: 80px;
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 12px;
    padding: 20px 20px;
}

.search_result_title {
    font-family: var(--bs-sec-font-family);
    font-size: 22px;
    font-weight: 500;
}

.views_count span {
    line-height: 24px;
    font-size: 20px;
    margin-left: 10px;
    color: #EE0606;
    font-weight: 600;
}

.review_wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 10px 0;
}

.review_wrapper .count {
    background-color: #004D99;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    margin-right: 10px;
}

.review_star i {
    color: #EE0606;
}


.review_star i.fa-star-o {
    color: #7D7D7D !important;
}

.review_wrapper .total_rating {
    margin-left: 10px;
    font-weight: 500;
    color: #7D7D7D;
}

.result_location {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 500;
    margin: 10px 0;
}

.result_map {
    height: 180px;
    overflow: hidden;
    border: #D1D1D1 solid 1px;
    border-radius: 8px;
    position: relative;
}

.view_map_link {
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.50);
    color: #fff;
}

.view_map_link:hover {
    color: #B5B5B5;
}

.map_div img {
    width: 120%;
    height: 120%;
}

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

.open-to ul li {
    background-color: #fff;
    border: solid 1px #D1D1D1;
    border-radius: 12px;
    padding: 10px 20px;
    margin: 12px 0px;
    display: flex;
    justify-content: space-between;
}

.whish_button:hover svg>path {
    fill: rgb(0, 158, 97) !important;
}

.share_button:hover svg>path {
    fill: rgb(0, 158, 97) !important;
}

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

.sumup img {
    width: 42px;
    height: 42px;
}

.sumup .img {
    border: solid 1px #D1D1D1;
    border-radius: 12px;
    padding: 10px;
}

.sumup span {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 500;
}

.rate {
    margin: 5px 0;
    height: 46px;
    padding: 0 10px;
    position: relative;
}

.rate>input {
    visibility: hidden;
    display: none;
}

.rate:not(:checked)>label {
    float: right;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    color: #ccc;
}

.rate>input:checked~label>svg {
    fill: #EE0606;
}

.rate>input:checked~label>svg>path {
    stroke: none;
}


.rate:not(:checked)>label:hover>svg,
.rate:not(:checked)>label:hover~label>svg {
    fill: #EE0606;
}

.rate:not(:checked)>label:hover>svg>path,
.rate:not(:checked)>label:hover~label>svg>path {
    stroke: none;
}


.review_view .nav-tabs {
    background-color: #F5F5F5;
    border: 0 !important;
    padding: 5px;
    border-radius: 12px;
}

.review_view .nav-item {
    color: #313638;
    font-weight: 500;
}

.review_view .nav-item.active {
    border: solid 1px #012559;
    border-radius: 12px;
}

.cust_review .name {
    display: flex;
    align-items: center;
}

.cust_review .name img {
    max-width: 45px;
    max-height: 45px;
    margin-right: 15px;
    border-radius: 50%;
}

.cust_review {
    padding-bottom: 25px;
    border-bottom: #D1D1D1 solid 1px;
}

/**Search Result*/
/**Business*/
.share_section {
    position: relative;
    padding: 63px 0;
}

.share_section_img {
    position: absolute;
    right: 20%;
    bottom: 0;
}

.ub_card {
    background-color: #F5F5F5;
    margin-right: 40px;
    border-bottom: #012559 solid 8px;
    padding: 20px;
}

.float-button {
    position: absolute;
    left: 10%;
    bottom: 10%;
}

#accordionFaq .accordion-item {
    border: solid 1px #fff !important;
    border-radius: 12px !important;
    box-shadow: 3px 4px 32px -6px grey;
    margin-bottom: 20px;
}

#accordionFaq .accordion-button {
    border-radius: 12px !important;
}

#accordionFaq .accordion-button:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
}

.icon_medium {
    width: 20px;
    height: 20px;
}

/**Business*/

#howWork .modal-content {
    border: none !important;
}

#howWork .modal-header {
    border: none !important;
}

#howWork .btn-close {
    color: #fff !important;
}

#howWork .how_we {
    border: #FFEFD2 solid 1px;
    border-radius: 12px;
    padding: 15px 0;
    min-height: 220px;
}

#howWork .how_we:hover {
    background-color: #fff;
    border: #80A5B3 solid 1px;
}

#howWork .how_we:hover>h5 {
    color: #80A5B3 !important;
}

#howWork .how_we:hover>p {
    color: #2D3134 !important;
}

#howWork .modal-body {
    padding: 20px;
}

#howWork .modal-body p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0 !important;
    padding: 0 10px;
}

.how_we img {
    width: 25%;
    margin-bottom: 15px;
}

/**Modal*/
/**section-content*/
.section-content {
    margin-top: 60px;
}

/**section-content*/
/**POSTING*/

.section_big_header {
    color: #fff;
    margin-top: 0;
}

.cookie_container {
    padding: 16px 24px;
    background: #f1f1f1;
    border-left: solid 1px #e8e8e8;
}

.cookie_cnt {
    display: flex;
    flex-direction: column;
    text-transform: capitalize;
}

.cookie_cnt label {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 2px;
    opacity: 1;
    color: #313638;
    font-weight: bold;
}

.cookie_cnt span.complete {
    color: #009E61;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
}

.cookie_cnt span.in_complete {
    color: #012559;
}

.category_cantianer .row {
    border-bottom: 1px solid #d1d1d1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cat_heading {
    text-transform: capitalize;
}

.cat_container {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: auto;
}

.cat_container .cat_wrapper {
    border: #D1D1D1 1px solid;
    border-radius: 12px;
    padding: 12px 16px 12px 16px;
    margin: 0 10px;
    text-transform: capitalize;
    cursor: pointer;
}

.cat-input-element {
    display: none;
}

.cat-input-element:checked+.cat_wrapper {
    border: #012559 solid 1px;
    color: #012559;
}

/**POSTING*/
/**POSTING step-2*/
.crumbs {
    margin: 0 10px;
    text-transform: capitalize;
    background: #F5F5F5;
    border-radius: 4px;
    color: var(--bs-body-font-primary-color);
    display: block;
    /*display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;*/
    animation: Crumbs__fadeIn .5s ease-in;
    font-family: font-demi;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    padding: 8px;
    max-width: 160px;
    white-space: nowrap;
    text-overflow: ellipsis;
}


@keyframes Crumbs__fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

input[type="checkbox"],
input[type="radio"] {
    accent-color: #012559;
}

.disabled_form label {
    width: 100%;
}

.duplicate {
    margin-top: 10px;
    margin-bottom: 10px;
}



.hidden_input {
    background: #f8f8f8;
    height: 40px;
    border-radius: 4px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-top: 0;
    width: 100%;
    -webkit-transition: top .3s ease-out, opacity .3s ease-out, z-index .3s ease-out;
    transition: top .3s ease-out, opacity .3s ease-out, z-index .3s ease-out;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    top: -40px;
}

.hidden_input_open {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.hidden_input input {
    background: none;
    border: none;
    width: 100%;
}

.hidden_input input:focus {
    box-shadow: none !important;
    border: none !important;
}

.min-height-400 {
    min-height: 400px;
}

.image_info {
    display: flex;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
}

.image_info .img_dp {
    max-width: 58px;
    max-height: 58px;
    border-radius: 8px;
    margin-right: 10px;
}

.img_desp {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: flex-start;
}

.img_desp h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}

#preview-images-zone {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

#preview-images-zone li {
    margin: 10px;
    width: 45%;
}

.image-cancel {
    cursor: pointer;
}

/**POSTING step-2*/

.file-delete{
    background-color: #f1556c;
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 10px;
    padding: 2.5px 5px ;
    border-radius: 50%;
    border: none;
}
.file-delete i{
    color: #fff;
}
/**POSTING*/
.modal.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0)scale(.5);
    transform: translate(0, 0)scale(.5);
}

.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0)scale(1);
    transform: translate(0, 0)scale(1);
}

/**Modal*/
/**Footer*/
.category-slider .swiper-slide {
    padding: 0 20px;
}

.category-slider .swiper-slide ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px !important;
}

.category-slider .swiper-slide ul li {
    font-size: 10px;
}

.category-slider .swiper-slide ul li:first-child {
    font-weight: bold;
}

/**Footer*/

/*Animations*/
.flash_text {
    -moz-animation: flash 1s ease-out;
    -moz-animation-iteration-count: 1;

    -webkit-animation: flash 1s ease-out;
    -webkit-animation-iteration-count: 1;

    -ms-animation: flash 1s ease-out;
    -ms-animation-iteration-count: 1;
}

@keyframes flash {
    0% {
        background-color: transparent;
    }

    50% {
        background-color: #fbf8b2;
    }

    100% {
        background-color: transparent;
    }
}

@-webkit-keyframes flash {
    0% {
        background-color: transparent;
    }

    50% {
        background-color: #fbf8b2;
    }

    100% {
        background-color: transparent;
    }
}

@-moz-keyframes flash {
    0% {
        background-color: transparent;
    }

    50% {
        background-color: #fbf8b2;
    }

    100% {
        background-color: transparent;
    }
}

@-ms-keyframes flash {
    0% {
        background-color: transparent;
    }

    50% {
        background-color: #fbf8b2;
    }

    100% {
        background-color: transparent;
    }
}

.add_to_whislist {
    position: absolute;
    animation: diagonal-move-anim 0.5s normal forwards ease-in-out;
    z-index: 999;
    opacity: 0.8;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    transform: scale(100%, 100%);
    width: 20%;
    height: 20%;

}

@keyframes diagonal-move-anim {

    0% {
        width: 20% !important;
        height: 20% !important;
    }

    100% {
        top: 0;
        left: 85%;
        width: 0;
        height: 0;
        display: none;
    }

}

/*Animations*/


/**Login*/
.otp_wrapper input {
    border: 0;
    border-bottom: 1px solid #ddd;
    width: 36px;
    min-width: 25px;
    font-weight: 600;
    margin-right: 15px;
    padding: 5px 0;
    font-size: 16px;
    text-align: center;
}

.ub_form .show_load {
    background-image: url("../img/ajax-loader.gif");
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

.hide {
    visibility: hidden;
    opacity: 0;
}

.show {
    visibility: visible;
    opacity: 1;
}

/**Login*/
/**User*/

.img-avatar img {
    width: 3.375rem;
    height: 3.375rem;
    border-radius: 50%;
}

.avatar {
    width: 3.375rem;
    height: 3.375rem;
}

.avatar-rounded {
    border-radius: 50%;
}

.avatar-sm {
    position: relative;
    width: 36px !important;
    height: 36px !important;
}


.meta-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.meta-list li {
    display: flex;
    list-style: none;
    background: #F5F5F5;
    border-radius: 12px;
    padding: 10px;
}

.activity_list {
    margin-top: 10px !important;
}

.activity_list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
    border-radius: 4px;
    font-weight: 600;
}

.activity_list li.active a {
    color: #009E61;
    background-color: #f5f5f5;
}

.activity_list li svg {
    margin-right: 7px;
}

.badge-brand-green {
    background-color: #009E61;
}

.user_rewards {
    font-family: var(--bs-sec-font-family);
    color: #012559;
}

.user_rewards span {
    color: #009E61;
}

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

.reward_list li i {
    margin-right: 7px;
    background-color: #012559;
    padding: 10px;
    color: #fff;
    border-radius: 50%;
}

.user_tab .nav-tabs {
    border: none !important;
}

.nav-tabs .nav-link {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    color: #313638;
    font-family: var(--bs-sec-font-family);
}

.user_tab .nav-tabs .active {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: solid 1px #009E61;
    color: #009E61;
}

.p-card {
    position: relative;
}

.listing_control {
    display: flex;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 999;
}

.listing_control i {
    background-color: rgba(255, 255, 255, 0.7);
    width: 26px;
    height: 26px;
    border-radius: 4px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.ub_textbox {
    display: inline-block;
    padding: 5px;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    width: 100%;
}

.ub_textbox input,
.ub_textbox textarea {
    outline: none;
    border: none;
    display: block;
    line-height: 1.2em;
    font-size: 14pt;
    text-transform: capitalize;
    width: 100%;
}

.ub_textbox label {
    display: block;
    font-size: 12px;
    color: #7d7d7d;
}

.int_option ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.int_option ul label li {
    display: flex;
    padding: 5px 10px;
    border-radius: 15px;
    border: solid 1px #eceff1;
    margin: 5px;
}

.int_option ul label:hover>li {
    background: #f2f2f2;
}

.int_option ul label input:checked+.int_li {
    background: #012559;
    color: #fff;
}

.int_li {
    text-transform: capitalize;
    cursor: pointer;
}

.redeem_tabs {
    margin: 0 15px;
}

.redeem_tabs .nav-tabs {
    background-color: #F5F5F5;
    border: 0 !important;
    border-radius: 12px;
    padding: 5px;
}

.redeem_tabs .nav-item {
    color: #01265B;
    font-weight: 500;
}

.redeem_tabs .nav-item.active {
    background-color: #fff;
    color: #012559;
    border: solid 1px #012559 !important;
    border-radius: 12px;

}

.redeem_box {
    position: relative;
}

.redeem_box>div {
    position: relative;
    z-index: 10;
}

.redeem_box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../img/redeem_bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    z-index: 9;
}

.redeem_box.gift_box::after {
    background-image: url('../img/gift_card_bg.png') !important;
    background-position: right 15px bottom;
}

.redeem_box.exclusive_box::after {
    background-image: url('../img/exclusive_bg.png') !important;
}

.redeem_box .mer_img img {
    max-width: 150px;
}

.redeem_box button {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
}

/**User*/
/**Toast*/
.bs-toast[class^=bg-],
.bs-toast[class*=" bg-"] {
    border: none
}

.toast.bs-toast {
    z-index: 1095
}

.toast.bs-toast .toast-header {
    padding-bottom: .5rem;
    position: relative
}

.toast.bs-toast .toast-header .btn-close {
    position: absolute;
    top: -8px;
    border-radius: .375rem;
    padding: .45rem;
    background-size: .625em;
    transition: all .23s ease .1s;
    background-color: #fff;
    box-shadow: 0 .125rem .375rem 0 rgba(34, 48, 62, .08);
    right: 2px
}

.toast.bs-toast .toast-header .btn-close:hover,
.toast.bs-toast .toast-header .btn-close:focus,
.toast.bs-toast .toast-header .btn-close:active {
    opacity: 1;
    outline: none
}

.toast-body {
    text-transform: capitalize;
    color: #f5f5f5;
}

.toast.bs-toast .toast-header~.toast-body {
    padding-top: 0
}

.toast-container {
    --bs-toast-zindex: 9
}

.toast-ex {
    position: fixed;
    top: 4.1rem;
    right: 2.5rem
}

.toast-placement-ex {
    position: fixed;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 1.25rem;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 0;
    border-top-left-radius: calc(0.5rem - 0);
    border-top-right-radius: calc(0.5rem - 0);
}

/**Toast*/
/**Switch*/
.switch6 {
    max-width: 17em;
    margin: 0 auto;
    background-color: #F5F5F5;
    border-radius: 22px;
}



.switch-toggle a,
.switch6-light span span {
    display: none;
}

.switch6-light {
    display: block;
    height: 40px;
    position: relative;
    overflow: visible;
    padding: 0px;
    margin-left: 0px;
}

.switch6-light * {
    box-sizing: border-box;
}

.switch6-light a {
    display: block;
    transition: all 0.3s ease-out 0s;
}

.switch6-light span {
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.switch6-light label,
.switch6-light>span {
    line-height: 40px;
    vertical-align: middle;
}

.switch6-light label {
    font-weight: 700;
    margin-bottom: px;
    max-width: 100%;
}

.switch6-light input:focus~a,
.switch6-light input:focus+label {
    outline: 1px dotted rgb(136, 136, 136);
}

.switch6-light input {
    position: absolute;
    opacity: 0;
    z-index: 5;
}

.switch6-light input:checked~a {
    right: 0%;
}

.switch6-light input:not(:checked)~span span {
    color: #01265B;
}

.switch6-light input:not(:checked)~span span:first-child {
    color: #fff;
}

.switch6-light input:checked~span span {
    color: #ffff;
}

.switch6-light input:checked~span span:first-child {
    color: #01265B;
}

.switch6-light>span {
    position: absolute;
    left: -100px;
    width: 100%;
    margin: 0px;
    padding-right: 100px;
    text-align: left;
}

.switch6-light>span span {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 100px;
    text-align: center;
}

.switch6-light>span span:last-child {
    left: 50%;
}

.switch6-light a {
    position: absolute;
    right: 50%;
    top: 0px;
    z-index: 4;
    display: block;
    width: 50%;
    height: 100%;
    padding: 0px;
}

/**Switch*/
/**Pack*/
.mt-50 {
    margin-top: 50px;
}

.mt-n25 {
    margin-top: -25px;
}

.pack_card {
    padding: 45px 25px;
}

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

.pack_card ul li {
    padding: 10px 0 10px 30px;
    color: #7D7D7D;
    font-weight: 200;
    position: relative;
    height: 60px;
}

.pack_card ul li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    width: 20px;
    height: 20px;
    background-image: url('../img/icons/check-circle-1.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.pack_card ul li.na {
    color: #ccc !important;
    text-decoration: line-through !important;
}

.pack_card ul li.na::before {
    background-image: url('../img/icons/check-circle-x.png') !important;
}

.pack_card.active {
    margin-top: -50px;
    background: #004D99;
    color: #fff;
    border-radius: 12px;
}

.pack_card.active .text-muted {
    color: #fff !important;
}

.pack_card.active ul li {
    color: #fff !important;
}

.pack_card.active ul li::before {
    background-image: url('../img/icons/check-circle-1-white.png');
}

/**Pack*/
/**Cart*/
.cart_details {
    margin-top: 15px;
    background: #f5f5f5;
    border: solid 1px #d1d1d1;
    border-radius: 12px;
}

.cart_details ul li {
    margin: 15px 10px 10px 20px;
}

.form-select.cart-select {
    background-color: transparent !important;
    border: 0 !important;
    background-position: right 0% center !important;
    width: 40% !important;
    padding: 0 !important;
}

.form-select.cart-select:active,
.form-select.cart-select:focus {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.cart_img {
    max-height: 130px;
    overflow: hidden;
}

.cart_secure i {
    font-size: 20px;
    margin-top: 3px;
    margin-right: 5px;
}

.cart_coupon {
    position: relative;
}

.ub_coupon {
    background-color: #fff;
    border: 0 !important;
    position: relative;
    transition: 0.3s;
    padding: 10px 0 10px 50px;
    border-radius: 12px;
}

.ub_coupon:focus,
.ub_coupon:active {
    border: 0 !important;
    box-shadow: 0 !important;
    padding: 10px 0 10px 50px;
    width: 100%;
}

.ub_coupon:focus+button,
.ub_coupon:active+button {
    visibility: visible;
}

.ub_coupon:placeholder-shown {
    color: #7d7d7d;
}

.ub_coupon:not(:placeholder-shown) {
    color: #7d7d7d;
    padding: 10px 0 10px 50px;
    width: 100%;
}

.ub_coupon:not(:placeholder-shown)+button {
    visibility: visible !important;
}

.cart_coupon::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('../img/icons/coupon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 25%;
    z-index: 999;
}

.cart_coupon button {
    position: absolute;
    right: 10px;
    top: 25%;
    background-color: transparent !important;
    border: 0 !important;
    visibility: hidden;
}

.cart_coupon button:focus,
.cart_coupon button:active {
    border: #f5f5f5;
}


.load_payment.loading {
    min-height: 200px;
    align-items: center;
    justify-content: center;
    background-image: url('../img/ajax_loader.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

/**Cart*/

#book_it {
    min-width: 70%;
}

#book_it.loading {
    text-indent: -99999px;
    background-image: url('../img/ajax_loader.svg');
    background-position: center center;
    background-size: 20%;
    background-repeat: no-repeat;
}

.copy-field {
    margin: 5px 0px 5px 0px;
    height: 45px;
    border: 1px dashed #D1D1D1;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 5px;
}

.copy-field input {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
}

.btn-none {
    background: transparent;
    border: 0;
    outline: 0;
}


.my_tick {
    margin: 0;
    padding: 0;
    list-style: none;
}

.my_tick li {
    padding: 5px 0 5px 30px;
    color: #7D7D7D;
    font-weight: 200;
    position: relative;
}

.my_tick li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 20px;
    height: 20px;
    background-image: url('../img/icons/check-circle-1.png');
    background-repeat: no-repeat;
    background-size: contain;
}


.user_steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    position: relative;
}

.user_steps .progress_bar {
    -webkit-appearance: none;
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 6px;
    background-color: #D1D1D1 !important;
    border-radius: 12px;
}

.user_steps .progress_bar::-webkit-progress-value {
    background-color: #012559;
    transition: .5s ease;
    border-radius: 12px;
}

.user_steps .progress_bar::-webkit-progress-bar {
    background-color: #D1D1D1;
    border-radius: 12px;
}

.user_steps .step-item {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #012559;
    z-index: 1;
}

.user_steps img {
    position: absolute;
    z-index: 2;
}

.btn-c {
    border: 0;
    outline: 0;
    font-family: var(--bs-sec-font-family);
    padding: 0px 10px;
    font-size: 14px;
    width: 93px;
    height: 32px;
}

.btn-bronze {
    color: #F06B0D;
    background: url('../img/button_bronce.png') no-repeat;
    background-size: contain;
}

.btn-silver {
    color: #fff;
    background: url('../img/button_silver.png') no-repeat;
    background-size: contain;
}

.btn-gold {
    color: #D27D08;
    background: url('../img/button_gold.png') no-repeat;
    background-size: contain;
}

.nav_brand {
    font-family: var(--bs-sec-font-family) !important;
    padding-bottom: 10px;
}

.nav_brand li a {
    font-size: 1.25rem;
}

.nav_brand .active {
    color: #009E61 !important;
    text-decoration: underline;
}

.bg-label-success {
    background-color: #e8fadf !important;
    color: #71dd37 !important
}

.bg-label-warning {
    background-color: #fff2d6 !important;
    color: #ffab00 !important;
}

.bg-label-danger {
    background-color: #ffe0db !important;
    color: #ff3e1d !important;
}


.select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-selection__arrow {
    height: 38px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}

.input-group {
    border: 1px #ced4da solid;
    border-radius: 5px;
}

.ub_select_grp .dropdown-menu li {
    padding: 5px 10px;
}

.form-control::-webkit-input-placeholder:after {
    color: red;
    content: " *";
}

/* Feedback */
.feedbar_trigger {
    position: fixed !important;
    width: 28px;
    height: 77px;
    overflow: hidden !important;
    top: 50%;
    right: 0px !important;
    margin-top: -50px !important;
}

.feedbar_trigger span {
    display: block !important;
    width: 100%;
    height: 100%;
    background-color: #000000 !important;
    cursor: pointer !important;
    background-image: url('../img/fed_text_brand.png') !important;
    text-indent: -9999px;
    background-color: transparent !important;
    background-size: contain;
    background-repeat: no-repeat;
}

.feedback_select label {
    padding: 10px;
    cursor: pointer;
}

.feedback_select input {
    display: none !important;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}


.feedback_select input:checked+label {
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Feedback */
/* Single LListing */
.overview_block {
    overflow: hidden;
    position: relative;
}

.has_border {
    border: 1px solid #e8e8e8;
    border-radius: 12px !important;
    margin-bottom: 16px !important;
    padding: 12px 24px;
}

.no-left-border {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.no-outline:focus {
    outline: none !important;
    box-shadow: none !important;
}

.overview_block .row>div {
    border-bottom: 1px solid #f1f1f1;
    padding: 16px;
}

.item_label {
    color: #888;
    font-family: var(--pop-famlily);
    font-size: 14px;
    line-height: 20px;
}

.item_content {
    color: var(--bs-primary-color);
    font-family: var(--pop-famlily);
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
}

/* Single Listing */
/* Tour Guide */
.introjs-tooltipReferenceLayer *{
    font-family: var(--bs-sec-font-family) !important;
}
.introjs-tooltip {
    background-color: #fff;
    border: #009E61 solid 2px !important;
    color: #009E61;
}

.introjs-skipbutton{
    color: #009E61 !important;
}

.introjs-button {
    background-color: #fff;
    color: #009E61 !important;
    border-radius: 15px !important;
}

.introjs-button:focus {
    border: none !important;
    border: #009E61 solid 1px !important;

}

.introjs-bullets ul li a.active {
    background: #009E61 !important;
}

/* Tour Guide */


/** Mobile*/
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    will-change: transform;
    transform: translateZ(0);
    height: 60px;
    box-shadow: 0 -2px 5px -2px #333;
    background-color: #f1f1ef;
    display: none;
    padding: 0 10px;
}

.mobile-bottom-nav__item {
    flex-grow: 1;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #313638;
}

.mobile-bottom-nav__item--active a {
    color: #00A072;
    border-top: #00A072 solid 3px;
}

.mobile-bottom-nav__item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 14px;
}

.mobile-bottom-nav__item .dropdown-menu {
    bottom: 70px;
    left: 0px;
    width: 100%;
    justify-content: space-evenly;
}

.mobile-bottom-nav__item .dropdown-menu li a {
    display: flex;
    font-size: 10px;
    font-weight: 100;
    flex-direction: column;
    padding: 5px 10px;
    align-items: center;
    border-top: none;
    color: inherit;
}

.mobile-bottom-nav__item .dropdown-menu li a img {
    width: 16px;
    height: 16px;
}

.bottom_button_center {
    width: 60px;
    aspect-ratio: 1;
    transform: translate(-65%, -50%);
    top: -30px;
    left: 0;
    position: absolute;
    border-radius: 100%;
    background-color: #009E61;
    transition: all 0.2s linear;
    border: 4px solid #fff;
    left: 50%;
    top: 10%;
}

.bottom_button_center:after {
    content: "+";
    position: absolute;
    font-size: 3em;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    transition: all 0.1s linear;
}

/** Mobile*/

/** BOT*/
.chat-widget{
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.chat-widget__button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--brand-gradient);
    border: none;
    box-shadow: 0 4px 20px rgba(0, 158, 97, 0.3);
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.chat-widget__window {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 300px;
    height: 450px;
    background: var(--chat-bg);
    border-radius: 16px;
    box-shadow: 0 5px 40px rgba(0,0,0,0.1);
    display: none;
    flex-direction: column;
}

.chat-widget.active .chat-widget__window {
    display: flex;
}

.chat-widget.active .chat-widget__button {
    display: none;
}

.reset-chat-btn {
    background-color: #f8f9fa;
    color: #6c757d;
    border: 1px solid #dee2e6;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

/** BOT*/

#map{
    min-height: 250px;
}

/*RESPONSIVE*/


/* For Desktop View */
@media screen and (min-width: 1024px) {
    .overview_block .row>div.no_border_desktop {
        border: none;
    }

}

/* For Tablet View */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
    .breadcrumb {
        font-size: 12px;
    }

    .breadcrumb svg {
        width: 12px;
        height: 12px;
    }

    .share_section_img {
        position: relative !important;
        text-align: center;
        right: 0;
    }


    .popular_categories {
        display: flex;
        width: 100%;
        overflow: auto;
    }

    .popular_categories li img {
        width: 36px;
        height: 36px;
    }

    .popular_categories li span {
        font-size: 12px;
    }

    .meta-tag {
        font-size: 12px;
    }

    .copyright {
        margin-bottom: 50px !important;
    }

    p {
        font-size: 10px;
        margin-bottom: 20px;
    }

    .mobile-bottom-nav {
        display: flex !important;
    }

    .cat_container .cat_wrapper {
        margin: 10px 10px !important;
    }

    .p-carousel {
        height: auto;
    }

    .overview_block .row>div.no_border_mobile {
        border: none;
    }


    .modal.fade .modal-dialog {
        transform: translate3d(0, 100vh, 0) !important;
    }

    .modal.show:not(#progress_on) .modal-dialog {
        transform: translate3d(0, 50%, 0) !important;
    }

    .modal.show:not(#progress_on) .modal-dialog.modal-top {
        transform: translate3d(0, 5%, 0) !important;
    }

    .swiper-slide{
        overflow: hidden;
    }

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

    #map{
        min-height: 350px;
        margin-bottom: 20px;
    }

    .sticky_price{
        margin: 0 !important;
        position: relative !important;
        top: 0 !important;
    }

    #call_contactSeller{
        position: fixed;
        bottom: 85px;
        right: 10px;
        z-index: 999;
    }

    .pack_card ul li{
        height: auto !important;
    }

}

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px) and (orientation: landscape) {}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
    .nav-link {
        padding: 0 !important;
    }
}

/* For iPhone 4 Portrait or Landscape View */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {}

/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {}

/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {}

;

/*RESPONSIVE*/
