:root {
    --m-main: #ff8600;
    --m-orange: #fbc108;
    --m-light-main: #fdf0ee;
    --m-second: #005d9f;
    --m-sucess: #3bc119;
    --m-black: #000;
    --m-gray: #333333;
    --m-gray-2: #474747;
    --m-gray-3: #d2d2d2;
    --m-gray-4: #9c9c9c;
    --m-light-gray: #cacaca;
    --m-white: #ffffff;
    --m-off-white: #f5f5f5;
    --rounded-main: 10px;
}

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

body,
html {
    overflow-x: hidden;
    /* height: 100%; */
    width: 100%;
    min-height: 100vh;
    background-color: var(--m-white) !important;
    font-family: "Montserrat", sans-serif;
    direction: ltr;
}

main {
    min-height: 35vh;
}

a {
    text-decoration: none;
}

a:hover {
    color: inherit;
    cursor: pointer;
}

button,
.btn:focus {
    outline: 0;
    border: 0;
    box-shadow: unset !important;
    background-color: transparent;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(100%) sepia(0%) saturate(3207%) hue-rotate(130deg)
        brightness(95%) contrast(20%);
}
select:focus {
    outline: 0;
    box-shadow: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* input[type=number] {
    -moz-appearance:textfield;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
} */

.iti__country-list {
    text-align: right;
    direction: ltr;
}

.bg-main {
    background-color: var(--m-main) !important;
}

.bg-second {
    background-color: var(--m-second) !important;
}

.bg-gray {
    background-color: var(--m-gray) !important;
}

.bg-green {
    background-color: var(--m-sucess) !important;
}

.bg-orange {
    background-color: var(--m-orange) !important;
}

.bg-light-gray {
    background-color: var(--m-light-gray) !important;
}

.bg-off-white {
    background-color: var(--m-off-white) !important;
}

.bg-dark {
    background-color: var(--m-dark) !important;
}

.text-main {
    color: var(--m-main) !important;
}

.text-second {
    color: var(--m-second) !important;
}

.text-gray {
    color: var(--m-gray) !important;
}

.text-gray-2 {
    color: var(--m-gray-2) !important;
}

.text-gray-4 {
    color: var(--m-gray-4) !important;
}

.text-light-gray {
    color: var(--m-light-gray) !important;
}

.round-border {
    border-radius: var(--rounded-main) !important;
}

.py-6 {
    padding-block: 5rem;
}

.py-10 {
    padding-block: 10rem;
}

.pt-6 {
    padding-top: 5rem;
}

.pb-6 {
    padding-bottom: 5rem;
}

.my-6 {
    margin-block: 5rem;
}

.my-10 {
    margin-block: 10rem;
}

.mt-6 {
    margin-top: 5rem;
}

.mb-6 {
    margin-bottom: 5rem;
}

.x-small {
    font-size: 0.75rem;
}

.rounded-main {
    border-radius: var(--rounded-main);
}

.lh-0 {
    line-height: 0;
}
::-webkit-scrollbar {
    width: 16px; /* Width of the scrollbar */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(211, 97, 4); /* Color of the thumb */
    border-radius: 15px; /* Border radius of the thumb */
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color of the track */
}

.btn-outline-saeeh:hover {
    border: 1px solid var(--m-main);
    color: var(--m-main);
    cursor: pointer;
}

.btn-outline-saeeh:hover a {
    color: var(--m-main);
}
#drag_drop{
    background-color : #f9f9f9;
    border : #ccc 4px dashed;
    border-radius: 10px;
    line-height : 50px;
    padding : 12px;
    font-size : 20px;
    text-align : center;
}
#upload_button{
    background-color:lightgray;
    color:#FF8600;
    margin-top:5px;
    padding:10px;
    margin-right: 230px;
    border-radius: 10px;
}
.btn-saeeh {
    background-color: var(--m-main);
    border: 1px solid var(--m-main);
    border-radius: var(--rounded-main);
    width: 142px;
    height: 46px;
}
.btn-print {
    background-color: var(--m-main);
    border: 1px solid var(--m-main);
    border-radius: var(--rounded-main);
    width: 207px;
    height: 44px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
}
.btn-print:hover {
    background-color: var(--m-second);
    border: 1px solid var(--m-second);
    color: #fff;
}
.btn-print i {
    padding-left: 10px;
}
.btn-outline-saeeh {
    width: 142px;
    height: 46px;
    background-color: var(--m-white);
    border: 1px solid var(--m-main);
    border-radius: var(--rounded-main);
}

.btn-outline-saeeh:hover {
    border: 1px solid var(--m-main);
    color: var(--m-main);
    cursor: pointer;
}

.btn-outline-saeeh:hover a {
    color: var(--m-main);
}

/* .of-cover {
  object-fit: cover;
  -o-object-fit: cover;
} */
.department-img-list.car-image {
    aspect-ratio: 360/306 !important;
}

.nav-link {
    color: var(--m-dark-2);
}

.x-small {
    font-size: 0.65rem;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid var(--m-light-gray);
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--rounded-main);
    border-top-right-radius: var(--rounded-main);
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#accordion_offcanvas .accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.accordion-button:not(.collapsed) {
    color: var(--m-dark-2);
    background-color: transparent;
    /* border-bottom: 1px solid var(--m-light-gray); */
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    content: none;
    background-image: none;
}

.accordion-button {
    padding: 8px 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.table-layout-fixed {
    table-layout: fixed;
}

.icon-small {
    width: 16px;
    height: auto;
    aspect-ratio: 16/16;
}

.lh-2 {
    line-height: 2;
}

.ws-1 {
    word-spacing: 0.25rem;
}

h2 {
    font-weight: 700;
    font-size: 20px;
    /* line-height:100%; */
    padding-top: 0px;
    color: var(--m-second);
    margin-bottom: 15px;
}
.h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 80%;
    padding-top: 12px;
    color: var(--m-second);
    padding-bottom: 16px;
}
.w-45 {
    width: 45% !important;
}
/********************** header css style ************************/
.upper-header {
    display: flex;
}

.container-saeeh {
    padding-inline: 80px;
}

.upper-header-links li {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    padding-block: 5px;
}

.upper-header-links a {
    font-weight: 400;
    padding: 5px;
    text-decoration: none;
    font-size: 14px;
    padding-block: 0;
    padding-inline: 16px;
}

.btn-space {
    margin-right: 0.7rem;
}

.btn-space-x {
    margin-right: 20px;
}
.btn-saeeh a,
.btn-outline-saeeh a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.btn-saeeh a {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: var(--m-white);
}

.btn-outline-saeeh a {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: var(--m-main);
}

.btn-saeeh:hover a {
    color: #fff;
}

.notification {
    border: 1.5px solid var(--m-main);
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.notification:hover {
    border: 1px solid var(--m-second);
}

.notification:hover svg path {
    stroke: var(--m-second);
}

.notification:hover i {
    color: var(--m-second);
}

.notification-icon i {
    font-size: 20px;
    color: var(--m-main);
}

.cart-count {
    position: absolute;
    top: -2px;
    right: -10px;
    width: 23px;
    height: 23px;
    background: var(--m-second);
    border-radius: 50%;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #ffffff;
}

.logo {
    /* width: 100px; */
    /* aspect-ratio: 85/85; */
}

.droptxt {
    padding-left: 8px;
}

.arrow-down {
    padding-left: 0.5rem;
}

.arrow-down i {
    font-size: 16px;
    padding-top: 10px;
}

.lower-header {
    background-color: var(--m-main);
    padding-block: 2px;
    
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav .nav-link {
    padding-left: 0rem;
    padding-right: 8px;
}

.navbar-nav .nav-link a {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: var(--m-white);
    padding: 4px 15px;
    display: inline-block;
}

.static-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.dropdown.show {
    color: var(--m-second) !important;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 27px;
}

.dropdown.show div svg path {
    fill: var(--m-second);
}

.dropdown.show .car-icon svg path {
    stroke: var(--m-second);
    fill: none;
}

.dropdown-menu {
    border-radius: var(--rounded-main);
    padding: 16px 0px 16px 14px;
    border: none;
    margin-top: 10px !important;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}

.sub-menu__sub-list {
    max-height: 30em;
    overflow: auto;
}

.sub-menu__sub-list::-webkit-scrollbar {
    width: 7px;
}

.sub-menu__sub-list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 12px;
    margin-block: 10px;
}

.sub-menu__sub-list::-webkit-scrollbar-thumb {
    background: #e7e7e7;
    border-radius: var(--rounded-main);
}

.dropdown-menu-fullwidth {
    width: 90%;
}

.dropdown-menu-fullwidth .sub-menu__sub-item {
    display: inline-block;
    width: 30%;
}

.sub-menu__sub-item,
.sub-menu__sub-list {
    text-align: left;
}

.sub-menu__sub-item a {
    color: var(--m-second) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    padding: 0px 5px !important;
    width: 100%;
}

/*hero section*/
.hero-section {
    margin-top: -35px;
    padding-top: 2%;
    padding-bottom: 7%;
    border-radius: 0px 0px 10px 10px;
}

.title-hero {
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    color: var(--m-white);
}

.text-hero {
    color: var(--m-white);
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
}

.banner-image {
    position: relative;
    width: 100%;
    height: 344px;
    border-radius: var(--rounded-main);
}

.banner-image img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
    inset: 0;
    object-fit: cover;
    border-radius: var(--rounded-main);
}

.banner-txt {
    position: absolute;
    left: 30px;
    color: var(--m-second);
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
}

.top-txt {
    top: 15px;
}

.bottom-txt {
    bottom: 15px;
}

.border-bottom-header {
    border-bottom: 2px solid var(--m-second);
}

.card-tour,
.card-city {
    border-radius: var(--rounded-main);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    background-color: #fff;
}

.card-image-box {
    position: relative;
    width: 100%;
    height: 230px;
    border-radius: 10px 10px 0 0;
}

.card-image-box .card-img {
    border-radius: 10px 10px 0 0;
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
}

.card-vid-box {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 10px 10px 0 0;
}

.card-vid-box .card-vid {
    border-radius: 10px 10px 0 0;
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
}

.play-icon-vid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    text-align: center;
}

.play-icon-vid img:hover {
    scale: 1.1;
}

.card-tour-body {
    flex: 1 1 auto;
    padding: 8px 25px;
}

.icon-flag {
    width: 35px;
    height: 25px;
    object-fit: cover;
}

.card-tour .card-tour-body {
    padding-inline: 10px;
}

.card-tour .card-title {
    font-size: 16px;
    padding-bottom: 10px;
}

.modal-video .modal-content {
    width: 50% !important;
    background-color: transparent !important;
    border: none !important;
}

.modal-video .modal-dialog {
    margin: 0% auto !important;
}

.modal-video .close-modal {
    top: -19rem;
}

.modal-content-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    width: 100%;
    height: 537px;
    border-radius: 10px;
}

video.video-full {
    position: absolute;
    z-index: 0;
    /* object-fit: cover; */
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    transform: translate(-50%, -50%);
}

.about-card {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: var(--rounded-main);
    padding: 30px 18px;
    border: 2px solid var(--m-white);
    min-height: 165px;
}

.about-card:hover {
    border: 2px solid var(--m-second);
}

.about-section {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.about-card img {
    max-height: 68px;
    width: auto;
    /* aspect-ratio: 80/ 68; */
}

.arrow-lft i {
    font-size: 12px;
    transform: rotate(180deg);
}

.about-card h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
}

.about-card p {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.padding-row {
    padding-inline: 8%;
}

.hotel-owl .owl-stage-outer {
    padding-top: 20px;
}

.hotel-item {
    filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.1));
}

.hotel-img {
    position: relative;
    width: 100%;
    height: 302px;
    border-radius: var(--rounded-main);
}

.hotel-img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
    inset: 0;
    object-fit: cover;
    border-radius: var(--rounded-main);
}

.hotel-details {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    top: 85%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #ffffff;
    /* border: 1px solid #e5b10b; */
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.hotel-name {
    width: 35%;
    padding-right: 15px;
    padding-block: 5px;
    background: #ffffff;
    border-radius: 10px 0px 10px 0px;
}

.owl-carousel .owl-item .hotel-icon {
    width: 40px;
    height: 38px;
    margin-right: 10px;
    /* padding-top: 6px; */
    /* border-radius: 50%; */
}

.footerSocialIcons img {
    width: auto;
    aspect-ratio: 21 / 21;
}

.link-time img {
    width: auto;
    aspect-ratio: 24 / 24;
}

.footer-google-app img {
    width: auto;
    aspect-ratio: 48 / 48;
}

.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    width: 62px;
    height: 62px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

.owl-carousel .owl-nav button.owl-next i,
.owl-carousel .owl-nav button.owl-prev i {
    color: var(--m-second);
}

.owl-carousel .owl-nav button.owl-next {
    right: -30px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.review-card {
    width: 65%;
    background-color: #f0f0f0;
    padding-block: 65px;
}

.review-img {
    position: relative;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    margin: 0 auto;
}

.review-img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
    inset: 0;
    border-radius: 50%;
}

.review-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
}

.review-desc {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;

    color: var(--m-gray-2);
}

.review-desc p {
    width: 48%;
    display: flex;
    justify-content: center;
}

.reviews-owl .owl-nav button.owl-next {
    right: 23%;
}

.reviews-owl .owl-nav button.owl-prev {
    left: 23%;
}

.reviews-owl .owl-nav button.owl-next,
.reviews-owl .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    width: 62px;
    height: 62px;
    background: transparent;
    border-radius: 50%;
    box-shadow: none !important;
}

.reviews-owl .owl-nav button.owl-next i,
.reviews-owl .owl-nav button.owl-prev i {
    color: var(--m-main);
    font-size: 30px;
}

.reviews-owl .owl-item {
    display: flex;
    justify-content: center;
}

/*footer*/
.footer-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #ffffff;
    border-bottom: 3px solid var(--m-main);
    display: inline-block;
    padding-bottom: 8px;
}

.list-customer {
    list-style-image: url("../../assets/images/arrow-footer.svg");
    list-style-position: inside;
}

.links-list li {
    list-style: none;
    background-repeat: no-repeat;
    background-image: url(../../assets/images/arrow-footer.svg);
    background-position: left;
    padding-left: 22px;
}

.list-customer {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
}

.desk-view {
    display: block !important;
}

.mob-view {
    display: none !important;
}

.footer-top .links-list li a {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;

    color: #ffffff;
}

.link-time {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
    padding-left: 25px;
    display: inline-block;
}

.list-time li {
    direction: rtl;
    padding-left: 25px;
}

.footerSocialIcons {
    background-color: #fff;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    margin-left: 7px;
    margin-right: 7px;
}

.footer-copyright {
    background: #d9d9d9;
    text-align: center;
}

.thgCopyright p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #9c9c9c;
}

.google-apps {
    padding: 50px 0px 0 20px;
}

.google-apps h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.footer-google-app {
    margin-left: 7px;
    margin-right: 7px;
}

/*tabs search*/
.tabs {
    width: 100%;
    max-width: 100%;
    z-index: 10;
}

.tabs-nav {
    background-color: var(--m-second);
    border-radius: 10px 10px 0px 0px;
    width: 50%;
}

.tabs-nav li {
    width: 50%;
}

.tabs-nav li svg path {
    stroke: var(--m-white);
}

.tabs-nav .car-icon svg path {
    stroke: var(--m-white);
    /* fill: var(--m-white); */
}

.tabs a {
    display: block;
    padding: 10px 0px;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #ffffff;
    text-align: center;
}

.tabs-nav .tab-active {
    background-color: #f1f1f1;
    border-bottom: 2px solid #d1d1d1;
}

.tabs-nav-details .tab-active {
    border-bottom: 3px solid var(--m-main);
    background: rgba(255, 134, 0, 0.1);
}

.tab-active a {
    color: var(--m-main) !important;
    cursor: default;
}
.tabs-nav-edits .tab-active a {
    color: var(--m-second) !important;
    cursor: default;
    /* padding: 0; */
}

.tabs-nav-details li:last-child {
    border-right: none;
}

.tab-active:first-of-type {
    border-radius: 10px 0 0 0;
}

.tab-active:last-of-type {
    border-radius: 0 10px 0 0;
}

.tab-active a .car-icon svg path {
    stroke: var(--m-second);
    /* fill: var(--m-second); */
}

.tab-active a .aqar-icon svg path {
    stroke: var(--m-second);
    fill: none;
}
.aqar-icon,
.car-icon {
    padding-right: 1rem;
}

.tabs-stage {
    background: #f1f1f1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 0 10px 10px 10px;
    padding: 24px 5% 26px;
    position: relative;
}

.search-container {
    margin-top: -100px;
}

.box-search {
    position: relative;
}

.search-btn {
    width: 100%;
    height: 46px;
    padding-block: 8px;
    background: var(--m-main);
    border-radius: var(--rounded-main);
}

.search-btn:hover {
    background-color: var(--m-second);
    cursor: pointer;
}

.search-btn a,
.search-btn button {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
}

.ddl-select {
    visibility: hidden;
}

.ddl {
    position: relative;
    height: 50px;
    width: 100%;
    text-align: initial;
}

.ddl::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 26px;
    width: 11px;
    height: 2px;
    background: var(--m-light-gray);
    z-index: 99;
    transform: rotate(-40deg);
    transition: 0.5s;
}

.ddl::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 18px;
    width: 11px;
    height: 2px;
    background: var(--m-light-gray);
    z-index: 99;
    transform: rotate(40deg);
    transition: 0.5s;
}

.ddl.active::after {
    left: 18px;
}

.ddl.active::before {
    left: 26px;
}

.ddl-input {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    padding-inline: 12px;
    width: 100%;
    height: 46px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #9c9c9c;
    background: #ffffff !important;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); */
    border: 1px solid var(--m-light-gray);
    border-radius: 10px;
    outline: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background: transparent;
}

.ddl.active .ddl-options {
    visibility: visible;
    opacity: 1;
}

.ddl .ddl-options {
    position: absolute;
    width: 100%;
    top: 55px;
    background: #fff;
    border-radius: 10px;
    /* overflow: hidden; */
    max-height: 15em;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transition: 0.25s;
    z-index: 999;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.ddl-options::-webkit-scrollbar {
    width: 7px;
}

.ddl-options::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 12px;
    margin-block: 10px;
}

.ddl-options::-webkit-scrollbar-thumb {
    background: #e7e7e7;
    border-radius: var(--rounded-main);
}

.ddl .ddl-options > div {
    padding: 7px 20px;
    cursor: pointer;
}

.ddl .ddl-options > div:hover {
    background: var(--m-second);
    color: #fff;
}

.modal-custom,
.modal-custom-rating {
    padding-inline: 0 !important;
}

.modal-custom .modal-content {
    border-radius: var(--rounded-main);
}

.modal-custom .modal-content {
    width: 70%;
}

.modal-custom .modal-dialog {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3% auto;
    height: 100%;
}

.modal-custom-rating .modal-dialog {
    max-width: 100%;
    display: flex;
    justify-content: end;
    margin: 0% auto;
}
.modal-confirm-pay .modal-dialog {
    margin: 0% auto;
}
.modal-custom-rating .modal-content {
    width: 65%;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 10px;
}

.modal-custom-rating .rating-close {
    opacity: 1;
    position: absolute;
    width: 60px;
    height: 60px;
    background: #ff8600;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15) !important;
    border-radius: 10px 0px 0px 10px;
    left: -4.3rem;
    top: 10rem;
}
.modal-custom-rating .rating-close i {
    color: #fff;
    font-size: 26px;
}

.sort-modal {
    width: 70%;
}

.rating-modal-txt {
    padding-right: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
}

.sort-modal .box-sort-by {
    width: 30%;
}

.close-modal {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 75px;
    height: 75px;
    background: var(--m-main);
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.login-content {
    width: 90%;
}

.help-content {
    width: 60%;
}

.help-content label {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    color: var(--m-gray);
}

.side-login-image {
    width: 40%;
    background: url(../images/login-bg.png) center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 10px 10px 0;
    /* height: 660px; */
}
.side-login-image-investor {
    width: 40%;
    background: url(../images/booking-investor/login-bg-investor.png) center
        center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 10px 10px 0;
    /* height: 660px; */
}
.side-login-image-edit {
    width: 50%;
    border-radius: 0 10px 10px 0;
}

.side-help-image {
    width: 40%;
    background: url(../images/help.png) center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 10px 10px 0;
}

.modal-body {
    padding: 0;
}

.login-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: var(--m-second);
}

.btn-login {
    background-color: var(--m-main);
    border: 1px solid var(--m-main);
    border-radius: var(--rounded-main);
    height: 46px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
    width: 100%;
}

.btn-login:hover {
    background-color: var(--m-second);
    border: 1px solid var(--m-second);
    cursor: pointer;
}

.iti {
    width: 100%;
}

.login-body {
    display: flex;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    width: 100%;
}
.login-body-investor {
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
}
.help-body {
    display: flex;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
}

.emailcont {
    position: relative;
}

.login-body input {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    height: 46px;
    padding-left: 35px;
    text-align: left;
}
.edit-body input {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    height: 46px;
    text-align: left;
    padding-left: 12px;
}
.help-body input {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    height: 44px;
}

.field-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #9c9c9c;
    cursor: pointer;
}

.login-body .form-control:focus,
.help-body .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #cfcfcf;
    outline: 0;
    box-shadow: none;
}

.login-body input::placeholder,
.help-body input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #9c9c9c;
}

.booking-now-btn i,
.booking-dd-btn i {
    font-size: 16px;
}

.icon-placeholder {
    position: absolute;
    left: 15px;
    display: flex;
    height: 100%;
    align-items: center;
    top: 0;
}
.icon-placeholder i {
    color: var(--m-gray-4);
}
.iti--separate-dial-code input[type="tel"] {
    padding-left: 40px;
}
.register-section .iti--separate-dial-code input[type="tel"] {
    padding-left: 14px;
}
.forgit-password {
    text-align: left;
}

.forgit-password a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--m-main);
}

.user-links {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #9c9c9c;
}

.user-link {
    color: var(--m-main);
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"] {
    padding-left: 36px !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "";
    height: 30px;
    width: 16px;
    background: url(../images/breadcrump-ic.svg) no-repeat center center;
    margin-right: 0.35rem;
    transform: rotate(180deg);
}

.breadcrumb-item + .breadcrumb-item {
    padding-inline: 0;
}

.breadcrumb li {
    margin-right: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.breadcrumb-item a {
    color: var(--m-second);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.accordion-button::after {
    margin-left: unset !important;
    margin-right: auto;
}

.department-sort-nav .nav-link a {
    color: var(--m-second);
}

.txt-gray-4 {
    color: var(--m-second);
}
.dd-options {
    left: 0 !important;
}
.department-sort-nav .nav-link.active a {
    background-color: var(--m-main);
    color: white;
}

.form-check {
    padding: 0;
    display: flex;
    align-items: center;
}

.form-check .form-check-input {
    float: right;
    margin: 0;
}

.form-check-input:checked[type="radio"] {
    background-image: unset;
}

.form-check-input:checked[type="radio"]::before {
    content: "\2713";
    color: #fff;
    background-color: var(--m-main);
    transform: scale(1);
    border-radius: 50%;
    position: absolute;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-check-input:checked {
    background-color: var(--m-main);
    border-color: var(--m-main);
}

.form-control-range {
    --form-range-thumb-bg: var(--m-main) !important;
}

.rangeRate {
    position: absolute;
    z-index: 2;
    right: 0;
    box-sizing: border-box;
    background-clip: padding-box;
    vertical-align: top;
    outline: none;
    -webkit-appearance: none;
    background: var(--m-gray-3);
    height: 10px;
    border-radius: 13px;
}

.rangeRate:active {
    outline: none;
}

.rangeRate::-ms-tooltip {
    display: none;
}

.rangeRate::-ms-track {
    height: 0px;
    border: none;
}

.rangeRate::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: pointer;
    height: 21px;
    width: 21px;
    border: none;
    background: var(--m-main);
    border-radius: 50%;
}

.progressRate {
    position: absolute;
    width: 80%;
    height: 10px;
    background: var(--m-main);
    z-index: 5;
    border-radius: 15px;
    overflow: hidden;
}

.department-img-carousel .owl-nav {
    display: none;
}

.department-img-carousel:hover .owl-nav {
    display: block;
}

.department-img-carousel .owl-nav button.owl-next,
.department-img-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    width: 62px;
    height: 62px;
    background: transparent;
    border-radius: 50%;
    box-shadow: none !important;
}

.department-img-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.department-img-carousel .owl-nav button.owl-next {
    right: 0px;
}

.department-img-carousel .owl-nav button.owl-next i,
.department-img-carousel .owl-nav button.owl-prev i {
    color: var(--m-white);
}

.department-img-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    /* right: 0;
  left: 40%; */
}

.department-img-carousel .owl-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff !important;
    margin-left: 4px;
}

.department-img-carousel .owl-dot.active {
    background-color: var(--m-main) !important;
}

.department-like {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-20px, 20px);
    z-index: 1;
}
.department-like a {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.department-like i {
    font-size: 22px;
    color: var(--m-main);
    padding-top: 2px;
}
.department-like .heart-icon {
    fill: var(--m-main);
}

.department-like:hover .heart-icon,
.department-like.active .heart-icon {
    fill: var(--m-main);
    stroke: var(--m-main);
}

.department-img-list {
    width: 100%;
    height: auto;
    aspect-ratio: 320/306;
    border-radius: var(--rounded-main);
}

.tabs-contentt .department-img-list {
    aspect-ratio: 370/306;
}

.restaurant-img-list {
    width: 100%;
    height: 306px;
    border-radius: var(--rounded-main);
}

.department-badge {
    width: 75px;
    height: 40px;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    display: flex;
    justify-content: center;
    border-radius: var(--rounded-main);
    margin-right: 0.5rem;
}

.department-sm-badge {
    width: 48px;
    height: 24px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    /* line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-evenly; */
    border-radius: var(--rounded-main);
}
.department-sm-badge i {
    padding-right: 2px;
    font-size: 14px;
}
.ic-water {
    padding-right: 3px;
}
.arrow-accordion i {
    font-size: 22px;
    color: var(--m-second) !important;
}
.gray-txt {
    color: #9c9c9c;
}

.department-list-pagination .page-item {
    display: block !important;
    margin-left: 5px;
    margin-right: 5px;
}

.department-list-pagination .page-item .page-link {
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--m-light-gray);
    width: 40px;
    height: 40px;

    background: #ffffff;

    border: 1px solid var(--m-light-gray);
    border-radius: 6px;
}

.page-link:focus {
    box-shadow: none;
}

.department-list-pagination .page-item .active {
    color: var(--m-main);
    border: 1px solid var(--m-main);
}

.department-list-pagination .page-item.disabled {
    cursor: not-allowed;
}

.pagination .page-item svg {
    width: 20px;
    height: 20px;
    /* transform: rotate(180deg); */
}

.pagination,
.pagination .page-item {
    width: 100%;
}

.pagination .page-item nav > div:first-child {
    display: none !important;
}

.pagination .page-item nav > div:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination .page-item nav > div:last-child p {
    display: flex;
    margin-bottom: 0;
    color: var(--m-main);
}

.pagination .page-item nav > div:last-child span:last-child {
    box-shadow: none !important;
    display: flex !important;
}

.pagination .page-item nav > div:last-child a,
[aria-current="page"] span,
[aria-disabled="true"] span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--m-light-gray);
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid var(--m-light-gray) !important;
    border-radius: 6px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 0 !important;
}

[rel="next"] svg,
[rel="prev"] svg {
    color: var(--m-main);
}

[aria-current="page"] span {
    color: var(--m-main);
    border: 1px solid var(--m-main) !important;
}

.card-department {
    border: 1px solid var(--m-light-gray);
}

.filter-departments {
    background: #f4f4f4;
}

.search-result {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
}

.number-ads {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.department-price {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
}

.details-btn,
.booking-btn,
.booking-dd-btn {
    width: 160px;
    height: 46px;
    /* padding-block: 8px; */
    background: var(--m-main);
    border-radius: var(--rounded-main);
}
.details-btn {
    width: 160px;
    height: 46px;
    padding-block: 8px;
    background: var(--m-main);
    border-radius: var(--rounded-main);
}
.booking-dd-btn {
    width: 207px;
}
.ms-2 {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
}
.details-rest-btn {
    width: 200px;
    height: 46px;
    /* padding-block: 8px; */
    border: 1px solid var(--m-main);
    border-radius: var(--rounded-main);
}

.details-rest-btn a {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    background-color: transparent;
    color: var(--m-main);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: var(--rounded-main);
}
.details-rest-btn a:hover {
    background-color: var(--m-second);
    color: var(--m-off-white);
}
.text-red{
    color: red;
}
.text-green{
    color: green;
}
.text-restaurant {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
}

.booking-btn {
    width: 90%;
    height: 37px;
}

.details-btn:hover,
.booking-btn:hover,
.booking-dd-btn:hover {
    background-color: var(--m-second);
    cursor: pointer;
}

.details-btn a, .booking-btn a, .booking-dd-btn a {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.custom-checkbox .form-group {
    display: block;
    margin-bottom: 15px;
}

.custom-checkbox .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-checkbox .form-group label {
    position: relative;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #9c9c9c;
    width: 100%;
}

.custom-checkbox .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: white;
    width: 25px;
    height: 26px;
    border: 1px solid var(--m-light-gray);
    border-radius: 4px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.custom-checkbox .form-group input:checked + label::before {
    border: 1px solid var(--m-main);
}

.custom-checkbox .form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 9px;
    width: 6px;
    height: 12px;
    border: solid var(--m-main);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.accordion-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: var(--m-second);
}

.box-sort-by {
    width: 25%;
    height: 42px;

    border-radius: 50px;
}

.box-sort-booking {
    width: 100%;
    height: 100%;

    border-radius: 10px 0 0 0;
}

.box-sort-booking .ddl {
    width: 100%;
    height: 100%;

    border-radius: 10px 0 0 0;
}

.box-sort-booking .ddl-input {
    padding-right: 45px;
    width: 100%;
    height: 100%;

    background: #ffffff !important;
    border: none;
    border-radius: 10px 0 0 0;
}

.box-sort-booking .ddl-input::placeholder {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: var(--m-second);
}

.box-sort-booking .ddl .ddl-options {
    top: 82px;
    box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.1);
}

.box-sort-by .ddl-input {
    background: transparent !important;
    border-radius: 50px;
    border: 1px solid var(--m-main);
    box-shadow: none;
    height: 42px;
    color: var(--m-main);
}

.box-sort-by .ddl-input::placeholder {
    color: var(--m-main);
}

.box-sort-by .ddl::after,
.box-sort-booking .ddl::after,
.box-sort-booking .ddl::before,
.box-sort-by .ddl::before {
    content: none;
}

.box-sort-by .ddl .ddl-options {
    width: 100%;
    box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.1);
}

.box-sort-by .ddl .ddl-options > div {
    color: #9c9c9c;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.box-sort-by .ddl .ddl-options > div:hover {
    color: #fff;
}

.filter-title {
    border: 1px solid var(--m-light-gray);
    border-radius: 10px 10px 0 0;
    padding: 10px 20px;
}

.icon-top-select {
    position: absolute;
    left: 20px;
    top: 2px;
    z-index: 1;
    color: var(--m-main);
}

.icon-bottom-select {
    position: absolute;
    left: 20px;
    top: 13px;
    z-index: 1;
    color: var(--m-main);
}

.icon-top-select-booking {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}

.icon-bottom-select-booking {
    position: absolute;
    left: 20px;
    top: 32px;
    z-index: 1;
}

.tabs-details .tab-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: var(--m-second);
    height: 100%;
    padding-inline: 20px;
}

.details-txt {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: var(--m-gray-2);
}

.details-head {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: var(--m-second);
}

.tabs-details-content {
    border-top: 1px solid var(--m-light-gray);
}

.tabs-nav-details {
    background: #fff;
    border-radius: 10px 10px 0 0;
    /* width: 40%; */
    display: inline-flex;
    border: 1px solid var(--m-light-gray);
    border-bottom: 0;
    height: 70px;
}

.tabs-nav-details li {
    border-right: 1px solid var(--m-light-gray);
    /* padding-inline: 20px; */
    /* width: 25%; */
}

.tabs-nav-details .car-item {
    /* width: 33.3%; */
}

.details-item {
    border: none !important;
}

.details-item .accordion-button {
    border-bottom: 1px solid var(--m-light-gray) !important;
    border-radius: 0 !important;
    color: var(--m-second) !important;
    font-weight: 500 !important;
    font-size: 20px;
    line-height: 150%;
    padding-right: 0;
}
.details-item .accordion-button img {
    width: 35px;
    height: 35px;
}
.details-item .accordion-body {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--m-gray-2);
    padding-right: 0;
    padding-bottom: 0px;
}

.custom-ul-list-item {
    position: relative;
    padding-left: 30px;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: var(--m-gray-2);
}

.custom-ul-list-item::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 12px;
    width: 7px;
    height: 7px;
    background-color: var(--m-gray-2);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.booking-now-btn,
.booking-now-btn button {
    width: 30%;
    height: 46px;
    /* padding-block: 8px; */
    background: var(--m-main);
    border-radius: var(--rounded-main);
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: var(--m-white);
}
.bg-light-yellow,
.bg-light-orange {
    font-weight: 500;
}
.rating-see-btn {
    width: 100%;
    height: 46px;
    padding-block: 8px;
    background: var(--m-main);
    border-radius: var(--rounded-main);
}

.booking-now-btn:hover,
.booking-now-btn button:hover,
.rating-see-btn:hover {
    background-color: var(--m-second);
    cursor: pointer;
}

.booking-now-btn a,
.booking-now-btn button,
.rating-see-btn a {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-departments .department-img-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    /* right: 44%;
  left: 0; */
}

.filter-departments .department-img-list {
    aspect-ratio: unset;
}

.details-box {
    background: #ffffff;

    border: 1px solid var(--m-light-gray);
    border-radius: var(--rounded-main);
}

.badge-ads-details {
    width: 237px;
    height: 47px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
}

.details-sm-txt {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: var(--m-gray-2);
    width: 65%;
}

.hr-saeeh {
    border: 0.5px solid var(--m-light-gray);
}

.badge-condition {
    min-width: 57px;
    padding-inline: 8px;
    height: 25px;
    background: var(--m-orange);
    font-weight: 500;
    font-size: 16px;
    color: #082e53;
}

.condition-title {
    position: relative;
    padding-left: 25px;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 30%;
}

.padding-right {
    padding-left: 25px;
}

.condition-title::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 17px;
    width: 8px;
    height: 8px;
    background-color: var(--m-second);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

#slides {
    position: relative;
    height: 540px;
    overflow: hidden;
}

#gallery {
    position: relative;
    /*overflow: hidden;*/
    /* min-height: 550px; */
    max-height: 550px;
    overflow-y: auto;
}
#gallery::-webkit-scrollbar {
    height: 6px;
    width: 7px;
}

#gallery::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 10px;
    margin-block: 10px;
}

#gallery::-webkit-scrollbar-thumb {
    background: var(--m-gray-2);
    border-radius: var(--rounded-main);
}
#slides img,
#gallery img {
    border-radius: var(--rounded-main);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s linear;
}

.slide.show {
    opacity: 1;
    z-index: 10;
}

.thumbnail {
    height: 97px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
}
.thumbnail.active {
    border: 2px solid var(--m-main);
    border-radius: var(--rounded-main);
}
.slide-btn {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s linear;
    z-index: 100;
}
.slide-btn i {
    transform: rotate(180deg);
    color: var(--m-main);
    font-size: 18px;
}
.next-slide {
    right: 20px;
}

.prev-slide {
    left: 20px;
}

.full-reviews {
    background: #f3f3f3;
}

.round-box {
    width: 216px;
    height: 216px;
    background: #ffffff;
    border: 1px solid #ff8600;
    border-radius: 50%;
}

.reviews-content {
    padding-left: 10%;
}

.review-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
}

.review-txt {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #9c9c9c;
}

.base-range {
    height: 12.34px;
    background: var(--m-light-gray);
    position: relative;
    border-radius: var(--rounded-main);
}

.base-range .upper {
    position: absolute;
    right: 0;
    width: 60%;
    height: 100%;
    border-radius: var(--rounded-main);
}

.reviews-title {
    align-items: baseline;
    justify-content: space-between;
    width: 20%;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
}

.reviews-image {
    width: 68px;
    height: 68px;
    position: relative;
    border: 1px solid var(--m-orange);
    border-radius: 50%;
}

.reviews-image img {
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.booking-image {
    width: 100%;
    height: 540px;
    position: relative;
    border-radius: 0 0 10px 10px;
}

.booking-image img {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.booking-container {
    margin-bottom: 40px;
    margin-top: -120px;
}

.booking-content {
    width: 95%;
    max-width: 100%;
    background: #f3f3f3;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 1;
}

.date-input {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: var(--rounded-main);
    height: 46px;
    padding-right: 36px;
}

.time-input {
    padding-right: 15px;
}

.date-input:focus {
    box-shadow: none;
}

.date-input::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #9c9c9c;
}

.booking-details {
    margin-bottom: 40px;
}

.booking-details-content {
    width: 95%;
    background: #f3f3f3;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: var(--rounded-main);
}

.number-lbl {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    padding-left: 25px;
}

.number-input {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 0.5px solid var(--m-light-gray);
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: var(--m-second);
}

.dd-txt {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}

.txtarea-dd {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}

.txtarea-dd::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 42px;

    color: var(--m-second);
}

.padding-35 {
    padding-left: 35px;
}

.noUi-target {
    cursor: pointer !important;
    border: none !important;
    box-shadow: none !important;
    height: 5px !important;
    border: none !important;
    background: var(--m-gray-4) !important;
}

.noUi-target :focus {
    outline: none;
}

.noUi-horizontal {
    height: 5px !important;
}

.noUi-connect {
    background: var(--m-main) !important;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
    content: none;
}

.noUi-horizontal .noUi-handle {
    top: -8px !important;
    right: -10px !important;
    left: auto !important;
    width: 20px !important;
    height: 20px !important;
    background: var(--m-main);
    padding: 2px;
    border: 4px solid var(--m-white);
    outline: 1px solid var(--m-main);
    border-radius: 50%;
    box-shadow: unset;
    cursor: pointer;
    transition: transform 0.1s;
}

.filter__input {
    resize: horizontal;
    width: 55px;
    text-align: left;
    border: 0;
}

/* .link-txt {
    text-decoration: underline;
} */

.restaurant-details-txt {
    color: var(--m-gray-2);
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    width: 80%;
}

.tabs-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--m-main);
    margin-left: 10px;
}
.tabs-social-icon i {
    font-size: 18px;
    color: #fff;
}
.place-ic i {
    font-size: 20px;
    color: var(--m-gray-4);
}
.sub-menu-link svg {
    width: 28px;
}

.lang-dropdown {
    min-width: 8rem;
    right: 10px !important;
    left: unset !important;
    margin-top: 0.125rem !important;
}

.card-title {
    margin-bottom: 0;
}

.hero-section-image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 733px;
}

.hero-section-image img {
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.slider-container {
    position: absolute;
    z-index: 10;
    top: 55%;
}

.tabs-nav-edits {
    width: 38%;
}

.margin-t-search {
    margin-top: -14rem;
}

.margin-t-search .ddl-input {
    border: 1px solid var(--m-light-gray);
    box-shadow: none;
}

.margin-t-search .tabs-stage {
    padding: 34px 2% 37px;
}

.margin-t-search .tabs-nav .tab-active {
    background-color: #f4f4f4;
    border-bottom: 0;
}

.margin-t-search .tabs-stage {
    background-color: #f4f4f4;
    box-shadow: 0px 20px 34px rgba(0, 0, 0, 0.1);
}

.tours-section {
    background-color: #f3f3f3;
}

.card-reviews {
    border-radius: var(--rounded-main);
    transform: scale(0.7);
    transition: transform 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.card-yazı p {
    padding: 30px 40px 50px 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;

    color: var(--m-white);
}

.card-yazı {
    background-image: linear-gradient(
        135deg,
        var(--m-main) 10%,
        var(--m-second) 100%
    );
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 10px 10px 0 0;
}

.favicon {
    width: 100%;
    height: auto;
}

.favicon img {
    height: 90px;
    width: 90px !important;
    position: absolute;
    bottom: -45px;
    left: 31%;
    border-radius: 100px;
    border: 4px solid white;
}

.isim h1 {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: var(--m-main);
    margin-top: 50px;
}

.isim p {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;

    color: #9c9c9c;
}

.review-owl .owl-dots {
    display: flex !important;
    justify-content: center;
}

.review-owl button.owl-dot {
    background: #d9d9d9;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-inline: 3px;
}

.review-owl button.owl-dot.active {
    background: var(--m-main);
}

.review-owl .owl-item.center .card-reviews {
    transform: scale(1);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 20px 34px rgba(0, 0, 0, 0.1);
}

.review-owl .owl-stage {
    padding-block: 60px;
}

.review-owl .owl-nav button.owl-prev {
    left: 0px;
}

.review-owl .owl-nav button.owl-next {
    right: 0px;
}

.search-saeeh {
    border: 1px solid var(--m-light-gray);
    border-radius: 50px;
    height: 48px;
    padding-left: 42px;
}

.search-saeeh:focus {
    box-shadow: none;
    border-color: var(--m-light-gray);
}

.search-saeeh::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--m-light-gray);
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 12px;
}
.search-icon i {
    color: #cacaca;
}
.map-box {
    position: relative;
    width: 100%;
    height: 191px;
}

.map-box img {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: var(--rounded-main);
}

.map-box::after {
    content: "";
    position: absolute;
    background: rgba(49, 46, 46, 0.6);
    border-radius: var(--rounded-main);
    width: 100%;
    height: 100%;
    top: 0;
}

.title-map {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    z-index: 1;
    color: #ffffff;
}

.map-modal-content {
    width: 50%;
}

.side-map-modal {
    width: 50%;
    border-radius: 10px 0 0 10px;
}

.side-map-modal iframe {
    border-radius: 10px 0 0 10px;
}

.map-body .department-img-list {
    aspect-ratio: unset;
    height: 410px;
}

.map-body .box-sort-by {
    width: 45%;
}

.map-body .search-saeeh {
    height: 42px;
    padding-right: 35px;
}

.map-body .card-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
}

.accordion-body {
    padding: 8px 16px 0 16px;
}

.filter-count,
.delete-result {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.delete-result {
    text-decoration: underline;
}

.search-content {
    position: absolute;
    top: 30px;
    width: 80%;
}

.search-content .search-saeeh {
    border-radius: 10px;
    height: 66px;
}

.search-content .search-icon {
    top: 20px;
}

.position-department {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: var(--m-gray-2);
}
.position-department p {
    display: inline;
}
.map-body .ul-scroll {
    max-height: 520px;
    overflow-y: auto;
    overflow-x: hidden;
}

.map-body .filter-title,
.map-body .accordion-body {
    padding: 10px;
}
.booking-icon-x {
    font-size: 22px;
    color: #9c9c9c;
}
.department-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;

    color: var(--m-gray-2);
}

.department-txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;

    color: var(--m-gray-2);
}

.form-content-wizard {
    display: none;
    flex-direction: column;
    gap: 20px;
}

.form-content-wizard.active {
    display: flex;
}

.wizard {
    position: relative;
    width: 60%;
    margin-bottom: 50px;
}

.wizard:before {
    content: "";
    position: absolute;
    background-color: var(--m-light-gray);
    height: 10px;
    width: 77%;
    top: 0%;
    left: 45px;
}
.hotel-name h2 {
    font-size: 20px;
}
.wizard-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    list-style: none;
    position: absolute;
    top: -30px;
    padding: 0 !important;
}
.wizard-list li {
    width: 33.3%;
}
.wizard-item-round {
    z-index: 2;
    position: absolute;
    top: 15px;
    transition: 0.4s ease;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    color: var(--m-second);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background-color: #ffffff;
    border: 5px solid var(--m-light-gray);
}

.wizard-item.active .wizard-item-round {
    background-color: #ffffff;
    color: var(--m-main);
    border: 5px solid var(--m-main);
}

.wizard-item-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    padding-top: 60px;
    color: var(--m-second);
}

.wizard-item.active .wizard-item-text {
    color: var(--m-main);
}

.wizard-item svg path {
    stroke: var(--m-second);
}

.wizard-item.active svg path {
    stroke: var(--m-main);
}

.wizard-tabs {
    /* background: #f3f3f3;
  border-radius: var(--rounded-main); */
}

.booking-main-img {
    position: relative;
    width: 100%;
    height: 570px;
    border-radius: var(--rounded-main);
}

.booking-main-img img {
    position: absolute;
    inset: 0;
    /* margin: auto; */
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: var(--rounded-main);
    object-fit: cover;
}

.card-booking {
    border: 1px solid var(--m-light-gray);
    border-radius: var(--rounded-main);
}

.form-content-wizard .condition-title {
    width: 100%;
}

.booking-data {
    width: 40%;
}

.booking-link {
    text-decoration: underline;
}

/* .form-content-wizard .condition-title::before {
  background-color: var(--m-gray-2);
} */

.form-content-wizard .badge-condition {
    color: #fff;
    background: var(--m-main);
}

.bg-light-orange {
    background: rgba(255, 134, 0, 0.29);
}

.bg-light-blue {
    background: rgba(123, 195, 245, 0.11);
}

.bg-light-red {
    background: #ffe7e7;
}

.bg-light-yellow {
    background: #feeeba;
}

.bg-light-green {
    background: rgba(59, 193, 25, 0.17);
}

.summary-price {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
}

.booking-input {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    height: 46px;
    padding-right: 40px;
}

.form-control:focus {
    border-color: #cfcfcf;
    outline: 0;
    box-shadow: none;
}

.txt-d-booking {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;

    color: #9c9c9c;
}

.txtarea-booking {
    background: #ffffff;
    border: 1px solid var(--m-light-gray);
    border-radius: 5px;
}

.txtarea-booking::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 42px;

    color: #9c9c9c;
}

.card-notification {
    background: rgba(59, 193, 25, 0.24);
    color: #2a8213;
    border-radius: var(--rounded-main);
}

.card-notification h2 {
    color: #2a8213;
}

.cancle-btn {
    background: #e75119;
    border-radius: var(--rounded-main);
    width: 160px;
    height: 46px;
    margin-right: 10px;
}

.call-btn {
    background: #3bc119;
    border-radius: var(--rounded-main);
    width: 160px;
    height: 46px;
}

.call-btn a,
.cancle-btn a,
.cancle-btn button {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.booking-info-txt {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
}

.tabs-nav-all-booking {
    background: #ffffff;
    border: 1px solid var(--m-light-gray);
    border-radius: 10px 10px 0px 0px;
    flex-wrap: wrap;
}

.tabs-nav-all-booking li {
    border-right: 1px solid var(--m-light-gray);
    width: 25%;
    height: 80px;
}
.li-booking-all {
    width: 50% !important;
}
.tab-link-all i {
    color: var(--m-second);
    font-size: 20px;
}

.margin-5 {
    margin-right: 5%;
}

.all-booking-tabs .department-img-list {
    /* aspect-ratio: 400/306; */
}
.card-empty img {
    max-width: 100%;
}
.tabs-nav-all-booking .tab-link-all {
    height: 100%;
}

.tabs-nav-all-booking li:last-child {
    width: 50%;
    border-right: none;
}

.tabs-nav-all-booking .tab-active {
    border-bottom: 3px solid var(--m-main) !important;
}

.pay-btn {
    width: 97px;
    background-color: var(--m-second);
}

.cancel-booking-title,
.confirm-pay-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 150%;

    color: var(--m-gray-2);
}

.cancel-booking-content {
    width: 50% !important;
}
.confirm-pay-content {
    width: 60% !important;
}
.contact-image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 480px;
    border-radius: 56px;
}

.contact-image img {
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 56px;
}

.contact-container {
    position: absolute;
    z-index: 10;
    top: 0%;
    height: 100%;
}

.contact-hero:before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    height: 100%;
    background: rgba(0, 93, 159, 0.65);
    mix-blend-mode: multiply;
    border-radius: 56px;
}

.contact-container h2 {
    font-weight: 700;
    font-size: 64px;
    line-height: 150%;
    color: #ffffff;
}

.contact-container p {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #ffffff;
}

.gary-bg-data {
    background-color: #f3f3f3;
}

.card-contact {
    background: #ffffff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: var(--rounded-main);
}

.card-contact p {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #9c9c9c;
    width: 100%;
}

.w-contact-45 {
    width: 45%;
}

.contact-lbl {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;

    color: #474747;
}

.contact-input,
.txtarea-contact {
    height: 44px;
    border: 1px solid var(--m-light-gray);
    border-radius: var(--rounded-main);
}

.txtarea-contact {
    height: auto;
}

.contact-input::placeholder,
.txtarea-contact::placeholder {
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: var(--m-light-gray);
}

.contact-btn {
    width: 190px;
    height: 46px;
    background: var(--m-main);
    border-radius: var(--rounded-main);
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;

    color: #ffffff;
}

.w-55 {
    width: 55%;
}

.contact-map-title {
    font-weight: 700;
    font-size: 45px;
    line-height: 150%;
    text-align: center;
    color: var(--m-gray-2);
}

.faq-item {
    background: #ffffff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: var(--rounded-main);
    border: none;
}

.faq-item .accordion-button {
    padding: 10px 20px;
}

.faq-item .accordion-button,
.faq-item:first-of-type {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.faq-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #005d9f;
}

.faq-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #9c9c9c;
}

.boxx-txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}

.w-80 {
    width: 75%;
}

.details-icon {
    padding-right: 8px;
}
.details-icon i {
    color: var(--m-gray-4);
    font-size: 24px;
}
.details-icon i.fa-wallet {
    color: var(--m-main);
    font-size: 22px;
}

.badge-filter {
    border: 1px solid var(--m-second);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--m-second);
    border-radius: var(--rounded-main);
    margin-left: 10px;
}

.badge-filter-main {
    border: 1px solid var(--m-main);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--m-white);
    background-color: var(--m-main);
    border-radius: var(--rounded-main);
}

.tabs-nav-detaills li {
    border: 1px solid var(--m-second);
    border-radius: var(--rounded-main);
    margin-left: 10px;
}

.tabs-nav-detaills li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--m-second);
    width: 100%;
    height: 100%;
}

.tabs-nav-detaills li.tab-active {
    border: 1px solid var(--m-main);
    background-color: var(--m-main);
    border-radius: var(--rounded-main);
}

.tabs-nav-detaills li.tab-active a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--m-white) !important;
}

.padding-details {
    padding-left: 18px;
}

.card-car-body {
    padding: 1rem 1.5rem;
}

.department-like.liked svg path {
    fill: var(--m-main);
}

.department-like svg path {
    fill: var(--m-white);
}

.web-view {
    display: block !important;
}

.car-tabs {
    width: 87%;
    justify-content: space-between;
}

.car-tabs li {
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    height: 40px;
    background: #f4f4f4;

    border: 1px solid #cacaca;
    border-radius: var(--rounded-main);
}

.car-price,
.car-title {
    font-weight: 600 !important;
    font-size: 14px !important;
}

.car-modal-filter .number-ads {
    font-weight: 600 !important;
    font-size: 12px !important;
}

.car-tabs li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: var(--m-gray-2);
}

.car-tabs li.tab-active {
    border: 1px solid #cacaca;
    background-color: var(--m-white);
}

.car-tabs li.tab-active a {
    color: var(--m-second) !important;
    font-weight: 600;
}

.map-body .car-image-modal {
    height: 265px;
}

.car-sort-by {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;

    color: var(--m-second);
}

.class-link {
    color: #333333;
    text-decoration: none;
}

.class-link:hover {
    color: #ffbb00;
}

/* From here you can start to copy */

.calendar {
    width: 100%;
    height: 46px;
    background: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    padding-left: 34px !important;
}

.calendar:focus {
    outline: none !important;
}

.calendar::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #9c9c9c;
}

.ui-datepicker {
    background: #ffffff;
    border-radius: 15px;
    z-index: 22000 !important;
}

.ui-timepicker-wrapper {
    z-index: 22000 !important;
}

.ui-datepicker-header {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background: var(--m-second);
}

.ui-datepicker-prev,
.ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
}

.ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}

.ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
    float: right;
    margin-right: 12px;
}

.ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
    border-color: #c4c4c4;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 20px;
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
    border: 1px solid #c4c4c4;
}

.ui-datepicker-calendar thead tr th span {
    display: block;
    /* width: 40px; */
    color: var(--m-second);
    margin-bottom: 5px;
    font-size: 14px;
    padding-inline: 5px;
}

.ui-state-default {
    display: block;
    text-decoration: none;
    color: #333333;
    line-height: 40px;
    font-size: 16px;
}

.ui-state-default:hover {
    color: #ffffff;
    background: var(--m-second);
    border-radius: 50px;
    transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}

.ui-state-highlight {
    color: #ffffff;
    background-color: var(--m-second);
    border-radius: 50px;
}

.ui-state-active {
    color: #ffffff;
    background-color: var(--m-second);
    border-radius: 50px;
}

.ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent;
}

.date-icon {
    position: absolute;
    left: 15px;
    top: 12px;
}
.road-ic i {
    font-size: 16px;
    color: var(--m-main);
}
.date-icon i {
    font-size: 16px;
    color: #9c9c9c;
}
.booking-now-btn i,
.booking-dd-btn i {
    transform: rotate(180deg);
}
.btn-pad-left {
    padding-left: 1rem !important;
}
.booking-icon i,
.time-ic i {
    font-size: 20px;
    color: #9c9c9c;
}

.country-image {
    position: relative;
    width: 100%;
    border-radius: 25px;
    height: 500px;
}

.country-image img {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    max-height: 100%;
    inset: 0;
    margin: auto;
}

.country-container {
    position: absolute;
    z-index: 1;
    top: 10%;
    width: 50%;
    height: 80%;
    padding-left: 3rem;
}

/* .country-container:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  height: 100%;
  background-image: url("../images/countries/overlay-1.svg");
} */

.country-container h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 160%;
    color: #ffffff;
    /* background-image: linear-gradient(to right, #467fc59f, #587ba17a, #bbd2ee67, #82a6d38e, transparent);  */
    padding-left: 10%;
    margin-left: -48px;
    /* margin-top: -34px; */
    padding-top: 4%;
    /* border-radius: 10%; */
    /* padding-bottom: 102%; */
}

.country-title {
    font-size: 28px;
}

.country-title::after {
    content: "";
    border-bottom: 8px solid var(--m-main);
    width: 50px;
    display: block;
    padding-top: 5px;
}

.search-country {
    height: 55px;
    border: 1px solid var(--m-main);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
    border-radius: 35px;
    padding-left: 30px;
}

.search-country::placeholder {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;

    color: #cacaca;
}

.search-c-icon {
    position: absolute;
    right: 16px;
    top: 7px;
    background: var(--m-main);
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.search-c-icon i {
    color: #fff;
}
.right-container {
    width: 50%;
    padding-right: 15rem;
    padding-left: 6rem;
    position: relative;
}
.cars-ic {
    padding-left: 8px;
}
.cars-ic i {
    font-size: 18px;
    color: var(--m-main);
}
.left-container {
    width: 50%;
    position: relative;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.right-container h2 {
    font-weight: 600;
    font-size:40px;
    line-height: 150%;
    /* width: 70%; */
    color: #ffffff;
}

.right-container p {
    font-weight: 500;
    font-size: 28px;
    line-height: 150%;
    color: #ffffff;
    width: 70%;
}

.btn-footer-auth {
    background-color: var(--m-white);
    border: 1px solid var(--m-white);
    border-radius: var(--rounded-main);
    width: 45%;
    height: 44px;
}

.btn-footer-auth a {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: var(--m-main);
}

.btn-out-footer-auth {
    border: 1px solid var(--m-white);
    border-radius: var(--rounded-main);
    width: 45%;
    height: 44px;
}

.btn-out-footer-auth a {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
}

.right-container-content {
    z-index: 1;
}

.right-container::after {
    content: "";
    position: absolute;
    background-image: url(../images/countries/footer-object.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 90%;
    width: 100%;
    z-index: 0;
    transform: rotatex(180deg) rotateZ(-180deg);
}

.city-badge {
    width: 53px;
    height: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: var(--rounded-main);
}

.city-number-ads {
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
}

.card-city-body {
    padding: 8px 15px;
}

.city-owl .owl-stage-outer {
    padding-bottom: 25px;
}

.add-to-wishlist {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 10px;
    background: #fafafa;
    border-radius: 50%;
    z-index: 1;
}

.add-to-wishlist:hover svg path {
    fill: var(--m-main);
    stroke: var(--m-main);
}

.tabs-nav-cities li {
    border: 1px solid #9c9c9c;
    border-radius: 50px;
    margin-left: 10px;
}

.tabs-nav-cities li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #9c9c9c !important;
    width: 100%;
    height: 100%;
}

.tabs-nav-cities li.tab-active {
    border: 1px solid var(--m-main);
    border-radius: 50px;
}

.tabs-nav-cities li.tab-active a {
    color: var(--m-main) !important;
}

.tabs-nav-cities li a svg path {
    stroke: #9c9c9c;
}

.tabs-nav-cities li.tab-active a svg path {
    stroke: var(--m-main);
}

.all-categories .box-sort-by {
    width: 20%;
}

.card-restaurant-body {
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 100%;
    right: 0px;
    height: 20%;
    background: rgba(17, 17, 17, 0.43);
    border-radius: 0px 0px 10px 10px;
}

.card-restaurant-body h2 {
    font-size: 16px;
    font-weight: 600;
}

.card-restaurant:hover .card-restaurant-body {
    height: 100%;
    border-radius: 10px;
    align-items: end !important;
    padding-bottom: 10%;
    background: linear-gradient(
        -148.23deg,
        rgba(17, 17, 17, 0) 23.45%,
        rgba(17, 17, 17, 0.66) 80.88%
    );
}

.restaurant-icon {
    display: none;
}

.card-restaurant:hover .card-restaurant-body .restaurant-icon {
    display: block;
    padding-bottom: 10px;
}

.card-restaurant {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px 65px 10px 10px;
    width: 100%;
    height: 200px;
}

.card-restaurant .restaurant-image {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    inset: 0;
    max-height: 100%;
    border-radius: 10px 65px 10px 10px;
    /* object-fit: cover; */
}

.card-restaurant-body .card-title {
    color: #fff;
}

.resro-image {
    position: relative;
    width: 100%;
    height: 306px;
    border-radius: var(--rounded-main);
}

.resro-image img {
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: fill;
    border-radius: var(--rounded-main);
}

.discound-app {
    border-radius: var(--rounded-main);
    width: 40%;
    background: rgba(59, 193, 25, 0.17);
}

.discound-icon {
    padding-inline: 10px;
    padding-top: 3px;
}
.discound-icon i {
    color: var(--m-gray-4);
}
.txt_10 {
    color: #3bc119;
}

.discound-txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.tabs-content {
    border-top: 1px solid var(--m-light-gray);
}

.btn-in-details {
    width: 40%;
}


.modal-custom-rating .discound-app,
.modal-goto .discound-app {
    width: 100%;
}

.modal-custom-rating .discound-txt,
.modal-goto .discound-txt {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
}

.card-groups {
    background: #ffffff;
    border: 1px solid #cacaca;
    border-radius: var(--rounded-main);
}

.department-badge svg {
    margin-left: 5px;
    margin-bottom: 5px;
}
.department-badge i {
    padding-left: 5px;
    font-size: 15px;
}
.badge-modal {
    margin-right: 0;
    margin-left: 0.5rem;
}

.badge-txt {
    padding-left: 12px;
}

.add-rate-btn {
    height: 44px;
    width: 33%;
    background: var(--m-main);
    border-radius: 10px;
}

.add-rate-btn a,
.add-rate-btn button {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #ffffff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-rate-btn:hover {
    background: var(--m-second);
}

.add-rate-btn:hover a,
.add-rate-btn:hover button {
    color: #ffffff;
}

.card-trems {
    background: #ffffff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.terms-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    position: relative;
    padding-right: 15px;
}

.terms-title::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 15px;
    width: 5px;
    height: 5px;
    background-color: var(--m-second);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.terms-txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.iti--separate-dial-code input[type="tel"] {
    text-align: left;
}

.resto-modal-content {
    width: 50%;
}

.side-resto-image {
    width: 50%;
    background: url(../images/resto-modal-image.svg) center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 10px 10px 0px;
}

.close-modal-resto {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1;
}

.box-notifications {
    display: none;
    height: 420px;
    width: 90%;
    max-height: 265px;
    transition: 0.5s;
    position: absolute;
    overflow-y: auto;
    z-index: 10000;
    right: 50px;
    top: 65px;
    box-shadow: 0px 3px 10px #7d7d7d29;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    cursor: context-menu;
}

.box-notifications::-webkit-scrollbar {
    width: 7px;
}

.box-notifications::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 12px;
    margin-block: 10px;
}

.box-notifications::-webkit-scrollbar-thumb {
    background: #e7e7e7;
    border-radius: var(--rounded-main);
}

.notifications-list {
    list-style: none;
}

.notifications-list li {
    border-bottom: 1px solid #dadada;
}

.new-notify {
    background-color: #e7e7e7;
}

.notify-date {
    width: 40%;
    height: 30px;
    background: #eeeeee;
    border-radius: 15px;
}

.notify-farm-list {
    top: 50px;
}

.close-notify {
    background-color: #fff;
    position: sticky;
    top: 0;
    padding: 15px 15px 0;
}

.cursor {
    cursor: pointer;
}

.modal {
    z-index: 20000;
}

/* select 2 */
.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    height: 100%;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #cacaca;
    border-radius: 10px;
    height: 44px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 44px;
    width: 35px;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: var(--m-second);
}

.select2-results__option {
    color: var(--m-gray-4);
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: var(--m-second);
    color: #fff;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--m-gray-4);
    border-radius: 5px;
}

.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.select2-container--open .select2-dropdown--above {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    top: -10px;
}

.select2-dropdown {
    border: none;
    top: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.select2-results__options::-webkit-scrollbar {
    width: 7px;
}

.select2-results__options::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 12px;
    margin-block: 10px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: var(--m-gray-4);
    border-radius: var(--rounded-main);
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border: none;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=")
        no-repeat 0 0;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.select2-container--open .select2-selection__arrow b {
    top: 40% !important;
    transform: translate(0px) rotate(180deg) !important;
}

.select2:focus-visible,
.select2-search__field:focus-visible {
    outline: none !important;
}

/*booking investor*/
.booking_investor_card {
    border: 1px solid rgba(202, 202, 202, 1);
    background-color: rgba(244, 244, 244, 1);
    border-radius: var(--rounded-main);
    padding: 48px 37px;
}

.booking_investor_card .booking_card {
    border: 1px solid var(--m-main);
    border-radius: var(--rounded-main);
    background-color: #fff;
    min-height: 280px;
}

.booking_investor_card .booking_card img {
    width: 102px;
    height: 102px;
}

.booking_investor_card .booking_card h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    color: rgba(71, 71, 71, 1);
}

.booking_investor_card .booking_card p {
    color: rgba(156, 156, 156, 1);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    padding-top: 5px;
}

.booking_investor_card .booking_card:hover {
    background-color: rgba(255, 243, 230, 1);
}

.ads-search-container {
    background: rgba(244, 244, 244, 1);
    border-radius: var(--rounded-main);
    padding: 42px 30px;
}

.ads-search {
    margin-bottom: 40px;
}

.ads-search-container .form-control {
    border: 1px solid rgba(202, 202, 202, 1);
    width: 67%;
    height: 44px;
    border-radius: var(--rounded-main);
}

.ads-search-container .search-btn {
    width: 30%;
    height: 44px;
}

.add-ads-container {
    background: rgba(255, 243, 230, 1);
    border-radius: var(--rounded-main);
    padding: 42px 30px;
}

.add-ads-link {
    width: 100%;
    height: 46px;
    background: var(--m-main);
    border-radius: var(--rounded-main);
}

[type="number"],
[type="tel"],
[type="url"] {
    direction: ltr;
}

.add-ads-link a {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.add-ads-link:hover {
    background-color: var(--m-second);
    cursor: pointer;
}

.ads-card {
    background-color: #fff;
    border: 1px solid rgba(202, 202, 202, 1);
    border-radius: var(--rounded-main);
    padding: 30px 35px;
}

.ads-card-list-item:first-child,
.ads-card-list-item:nth-child(2),
.ads-card-list-item:nth-child(3),
.ads-card-list-item:nth-child(4) {
    margin-bottom: 24px;
}

.ads-card-list-item .ads-card-list-item-txt {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    color: var(--m-gray);
    padding-right: 14px;
}

.ads-card:last-child {
    margin-bottom: 0 !important;
}

.ads-card h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 48px;
}

.ads-card .ads-item {
    position: relative;
    padding-left: 14px;
}

.ads-card .ads-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    background-color: var(--m-second);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.ads-left-border {
    border-right: 1px solid rgba(202, 202, 202, 1);
    padding-right: 20px;
}

.padding-ads {
    padding-left: 20px;
}

.add-booking-investor .booking_investor_card {
    width: 80%;
}

.text-danger {
    color: #e75119 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 5px;
}
.text-danger strong {
    color: #e75119 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 5px;
    text-align: left;
    display: block;
    margin-top: -3px;
}
.border-top-0 {
    border-top: 0;
}
.add-booking-investor label,
.add-ads-card .ads-card-lbl,
.rooms-lbl,
.prieces-card label {
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    color: var(--m-gray-2);
    padding-bottom: 16px;
}

.add-booking-investor .count-days {
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    color: var(--m-gray);
}

.add-booking-investor input,
.add-ads-card input,
.prieces-card input {
    height: 46px;
    border-radius: var(--rounded-main);
    width: 100%;
    background: #ffffff;
    border: 1px solid #cfcfcf;
    padding-left: 16px;
}

.add-booking-investor input::placeholder,
.add-ads-card input::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #9c9c9c;
}

.add-ads-card
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #9c9c9c;
}

.add-booking-investor .booking-now-btn {
    width: 50%;
}

/* .add-booking-investor .booking_investor_card {
  padding: 48px 100px;
} */

.ads-add-container {
    background: #fff3e6;
    border: 1px solid var(--m-main);
    padding: 30px;
    border-radius: var(--rounded-main);
    margin-bottom: 50px;
}

.ads-add-container .add-ads-link {
    width: 20%;
}

.ads-add-container h2 {
    color: var(--m-gray-2);
    font-size: 26px;
}

.ads_investor_card {
    border: 1px solid #cacaca;
    background-color: #fff;
    border-radius: var(--rounded-main);
    padding: 48px 37px;
}

.add-ads-card {
    background-color: #f4f4f4;
    border: none;
    border-radius: var(--rounded-main);
    padding: 30px 35px;
}

.add-ads-card:last-child {
    margin-bottom: 0 !important;
}

.add-ads-card .date-input {
    text-align: left;
}

.ui-timepicker-wrapper::-webkit-scrollbar {
    width: 7px;
}

.ui-timepicker-wrapper::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 12px;
    margin-block: 10px;
}

.ui-timepicker-wrapper::-webkit-scrollbar-thumb {
    background: var(--m-gray-4);
    border-radius: var(--rounded-main);
}

.ads-radio-list input[type="radio"] {
    display: none;
}

.ads-radio-list .custom-radio {
    width: 100%;
    height: 46px;
    border: 1px solid #cfcfcf;
    display: flex;
    align-items: center;
    padding-bottom: 0;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    color: #9c9c9c;
    background: #fff;
    border-radius: var(--rounded-main);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.ads-radio-list :checked + .custom-radio {
    border: 1px solid var(--m-second);
}

.ads-radio-list :checked + .custom-radio {
    color: var(--m-second);
}

.ads-radio-list .custom-radio:before {
    content: " ";
    border-radius: 50%;
    position: absolute;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #cacaca;
    background: #d9d9d9;
    left: 12px;
}

.ads-radio-list :checked + .custom-radio:before {
    border: 2px solid var(--m-second);
    background: #fff;
}

.ads-radio-list :checked + .custom-radio:after {
    content: "";
    color: #fff;
    background-color: var(--m-second);
    border-radius: 50%;
    position: absolute;
    width: 8px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    left: 16px;
}

.radios_noborder .custom-radio {
    border: none !important;
    /* width: auto; */
    padding-left: 35px;
    padding-right: 25px;
    margin-bottom: 15px;
}

.radios_noborder .custom-radio:before {
    background: #fff;
}

.gray-xx-title {
    font-size: 26px;
}

.custom-checkbox .form-group .custom-checkbox-item {
    margin-bottom: 5px;
    padding: 8px;
    border-radius: 10px;
}

.ads-checkbox-list :checked + .custom-checkbox-item {
    background: #d9d9d963;
}

.custom-checkbox .form-group input:checked + .custom-checkbox-item:after {
    top: 14px;
    left: 18px;
}

.txtarea-ads {
    background-color: #fff;
    border-radius: var(--rounded-main);
    border: 1px solid #cfcfcf;
}

.txtarea-ads::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #9c9c9c;
}

.img-thumbs {
    width: 100%;
    background: #f3f3f3;
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-block: 20px;
}

.img-thumbs-hidden {
    display: none;
}

.wrapper-thumb {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    justify-content: space-around;
}

.img-preview-thumb {
    background: #fff;
    border-radius: 5px;
    /* box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12); */
    margin-left: 1rem;
    max-width: 150px;
    min-height: 150px;
    min-width: 150px;
    max-height: 150px;
    object-fit: cover;
    padding: 0;
    border: 1px solid #cfcfcf;
}

.remove-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    top: -10px;
    right: -5px;
    width: 25px;
    height: 25px;
    background: #7c848d;
    border-radius: 50%;
    cursor: pointer;
    color: white;
}

.remove-btn:hover {
    box-shadow: 0px 0px 3px grey;
    transition: all 0.3s ease-in-out;
}

.img-upload,
.video-upload {
    padding-top: 20px;
    border-radius: 5px;
    max-height: 150px;
    object-fit: cover;
}

.upload__inputfile {
    width: 100% !important;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    position: relative;
    display: inline-block;
    color: var(--m-gray-2);
    text-align: center;
    width: 100%;
    padding: 50px 10px;
    margin-top: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #cfcfcf;
    background-color: #fff;
    border-radius: 10px;
    line-height: 26px;
    font-size: 18px;
    font-weight: 700;
}

.upload__btn i {
    color: #9c9c9c;
    font-size: 38px;
    padding-bottom: 20px;
}

.add_frm_title {
    font-size: 28px;
}

input[type="color"] {
    padding: 14px 15px;
}

input[type="color"]::-webkit-color-swatch {
    border-radius: 10px;
    border: 0;
}

.aqar-booking .aqar-booking-item {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    color: var(--m-gray-2);
}

.aqar-booking .aqar-booking-i {
    color: var(--m-main);
    font-size: 22px;

    padding-left: 8px;
}

.tabs-aqars-booking .card-body {
    padding-right: 32px !important;
}

.tabs-aqars-booking .ads-left-border {
    border-left: 1px solid rgba(202, 202, 202, 1);
    padding-left: 30px;
}

.tabs-aqars-booking .padding-ads {
    padding-right: 30px;
}

.confirm-txt {
    color: #2a8213;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.cofirm-box {
    background-color: #feeeba;
}

.card-empty {
    background: #ffe7e7;
    border: 1px solid #ffe7e7;
    border-radius: var(--rounded-main);
    padding: 45px;
    justify-content: space-around;
    margin-top: 40px;
}

.card-empty-txt {
    font-size: 44px;
    font-weight: 700;
    line-height: 84px;
    color: var(--m-gray-2);
}

.availability-container {
    padding: 16px;
}

.availability-item {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    color: var(--m-second);
}

.availability-i {
    color: #9c9c9c;
    font-size: 20px;
    padding-left: 5px;
}

.availability-container .count-day {
    border: 0.5px solid #cacaca;
    background: #3bc1192b;
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
}
.not-availability {
    background: #ffe7e7 !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #9c9c9c;
}

.not-available-day {
    background-color: #ffe7e7;
}
.available-day {
    background-color: #3bc1192b;
}
.table-txt {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: var(--m-gray-2);
}
.table-number {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--m-gray-2);
}
.custom-table .table {
    border: 1px solid #cacaca !important;
    border-left-width: 0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px !important;
}

.custom-table .table > thead {
    background: #fff3e6;
}
.custom-table .table-sm > :not(caption) > * > * {
    padding: 18px 30px 18px 0;
}
.custom-table th:last-of-type,
.custom-table thead:last-of-type {
    border-top-left-radius: 10px !important;
}
.custom-table th:first-of-type {
    border-top-right-radius: 10px !important;
}

.custom-table .th-txt {
    color: var(--m-gray-2);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.custom-table i {
    color: var(--m-main);
    padding-left: 7px;
    font-size: 18px;
}

.custom-table .table td,
.custom-table .table th {
    vertical-align: top;
}

.custom-table .table td {
    border-top: 1px solid #bababa;
    border-left: 0;
}
.custom-table .table th:first-child,
.custom-table .table td:first-child {
    border-right: 0;
}
.custom-table .table th {
    border-left: 0;
}
.w-lg-50 {
    width: 50%;
}
tbody,
td,
th,
thead,
tr {
    border-color: #bababa !important;
}
.table {
    border-bottom: none !important;
}
.w-fit-content {
    width: fit-content;
}
.clock-ic {
    margin-top: 2px;
}
.clock-ic i {
    color: var(--m-main);
    font-size: 18px;
}
.modified-successfully {
    background: #3bc1193d;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    color: #2a8213;
    border-radius: var(--rounded-main);
    margin-top: 24px;
}
.commission-container {
    background: #fff3e6;
    padding: 20px 30px;
    border-radius: var(--rounded-main);
    margin-block: 22px;
    width: fit-content;
}
.commission-container .h2 {
    font-size: 26px;
    color: var(--m-gray-2);
}
.commission-container i {
    color: var(--m-main);
    font-size: 20px;
}

.commission-container a {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-decoration: underline;
    color: #005d9f;
}

.table input,
.register_frm_card .input-custom-checkbox-item {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.table label,
.register_frm_card .custom-checkbox-item {
    position: relative;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: var(--m-gray-2);
    width: 100%;
}

.table label:before,
.register_frm_card .custom-checkbox-item::before {
    content: "";
    -webkit-appearance: none;
    background-color: white;
    width: 28px;
    height: 30px;
    border: 1px solid var(--m-light-gray);
    border-radius: 4px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.table input:checked + label::before,
.register_frm_card
    .input-custom-checkbox-item:checked
    + .custom-checkbox-item::before {
    border: 1px solid var(--m-main);
}

.table input:checked + label:after,
.register_frm_card
    .input-custom-checkbox-item:checked
    + .custom-checkbox-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 11px;
    width: 6px;
    height: 14px;
    border: solid var(--m-main);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.confirm-payment-icon {
    max-width: 100%;
}
.customer-info_card {
    box-shadow: 0px 4px 4px 0px #0000001a;
    background: #ffffff;
    border: 1px solid #cacaca;
    border-radius: var(--rounded-main);
}
.customer-info-header {
    background: #d9d9d926;
    border-bottom: 6px solid var(--m-main);
}
.customer-info-title::before {
    position: absolute;
    content: url("../images/booking-investor/customer-info.svg");
    right: 0;
}
.footer-ic {
    padding-left: 16px;
}
.customer-info-title span {
    font-size: 28px;
    font-weight: 700;
    line-height: 48px;
    color: #fff;
    position: absolute;
    z-index: 1;
}
.customer-info-table {
    margin-top: 100px;
    margin-bottom: 30px;
}
.customer-info-footer {
    background: #d9d9d926;
    border-top: 6px solid var(--m-main);
}
.customer-info-bg-icon {
    position: absolute;
    left: 50px;
    top: 0;
    height: 100%;
}
.customer-header-bg-icon {
    position: absolute;
    left: 44%;
    top: 0;
    height: 100%;
}
.login-txt-investor {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: var(--m-gray-2);
    margin-bottom: 42px;
}
.link-investor a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: underline;
}
.provide-for-you {
    background-color: #f4f4f4;
    /* padding-block: 40px;
  padding-inline: 60px; */
}
.provide-card {
    background: #ffffff;
    border-radius: var(--rounded-main);
    padding: 27px 12px;
    border: 1px solid var(--m-main);
}
.provide-card h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    min-height: 85px;
    margin: 0 auto;
}
.how-work-title {
    width: 83%;
    min-height: 52px !important;
}
.how-work-txt {
    min-height: 96px !important;
}
.provide-card p {
    color: #9c9c9c;
    min-height: 80px;
}
.padding-provide {
    padding: 3%;
}
.login-list-items li {
    position: relative;
    padding-right: 25px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #9c9c9c;
}
.login-list-items li:last-child {
    padding-bottom: 0;
}
.login-list-items li::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 12px;
    width: 5px;
    height: 5px;
    background-color: #9c9c9c;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.provide-card2 {
    min-height: 286px;
}

.register-item {
    border-left: 0 !important;
    border-radius: 10px;
}
.register-section .tabs-nav-details {
    border-radius: 10px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--m-main);
    height: auto;
}
.register-section .tab-active:first-of-type {
    border-radius: 10px;
}
.register-section .tab-active:last-of-type {
    border-radius: 10px;
}
.register-section .tabs-nav-details .tab-active {
    border-bottom: 0;
    background: rgba(255, 134, 0, 0.1);
}
.register-section .tabs-details .tab-link {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #9c9c9c;
    height: 100%;
}
.register-section .tabs-nav-details li {
    padding: 10px 20px;
}
.register-section .tabs-nav-details li i {
    padding-right: 8px;
    padding-top: 8px;
    font-size: 20px;
}

.register_frm_card {
    border: 1px solid var(--m-main);
    background-color: #fff;
    border-radius: var(--rounded-main);
    padding: 48px 37px;
}

.register-lbl {
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    color: var(--m-gray-2);
    padding-bottom: 16px;
}
.register-input {
    text-align: left;
    height: 46px;
    border-radius: var(--rounded-main);
    width: 100%;
    background: #ffffff;
    border: 1px solid #cfcfcf;
    padding-left: 16px;
}
.register-input::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #9c9c9c;
}
.mobile-view,
.delete-chat-mobile {
    display: none !important;
}

.side-menu-wrap {
    display: none !important;
}

.hide_mobile {
    display: block !important;
}

.show_mobile {
    display: none !important;
}

.flex-center {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* .list-menu li {
    display: block !important;
    width: 47%;
    margin-bottom: 16px;
    text-align: center;
    border-radius: var(--rounded-main);
    background-color: #fff3e6;
    padding-block: 8px;
}
.list-menu li .liItem-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
} */

/* .list-menu li .liItem-link i {
    padding-left: 7px;
} */
.list-menu li {
    display: block !important;
    width: 47%;
    margin-bottom: 16px;
    border-radius: var(--rounded-main);
    background-color: #fff3e6;
}
.list-menu li:first-of-type {
    width: 100%;
}
.list-menu li .liItem-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    width: 100%;
    height: 100%;
    padding-block: 8px;
    padding-left: 18px;
    text-align: left;
}

.list-menu li .liItem-link i {
    padding-right: 7px;
}

.liItem-booking-out {
    border: 1px solid #3bc119;
}
.liItem-booking-out a {
    color: #3bc119;
}
.liItem-booking-prices {
    border: 1px solid #e75119;
}
.liItem-booking-prices a {
    color: #e75119;
}
.liItem-booking-see {
    border: 1px solid var(--m-main);
}
.liItem-booking-see a {
    color: var(--m-main);
}
.liItem-booking-edit {
    border: 1px solid #e5b10b;
}
.liItem-booking-edit a {
    color: #e5b10b;
}
.liItem-booking {
    border: 1px solid #0095ff;
}
.liItem-booking a {
    color: #0095ff;
}
.liItem-booking-stop {
    border: 1px solid #9c9c9c;
}
.liItem-booking-stop a {
    color: #9c9c9c;
}
.w-md-56 {
    width: 56%;
}

.ads-lborder {
    position: relative;
    width: 44%;
}

.ads-lborder::after {
    position: absolute;
    content: "";
    border-left: 1px solid #cacaca;
    height: 45%;
    display: flex;
    align-items: center;
    right: 0;
    top: 20%;
}
.ads-lborder .h2 {
    font-size: 20px;
}
.list-menu li:nth-child(4),
.list-menu li:nth-child(5),
.list-menu li:nth-child(6) {
    margin-bottom: 0 !important;
}

.ads-card-img {
    position: relative;
    width: 100%;
    height: 220px;
    border-radius: var(--rounded-main);
}
.ads-card-img img {
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 100%;
    border-radius: var(--rounded-main);
}
.list-menu-booking {
    justify-content: space-between;
    margin-top: 20px;
}
.list-menu-booking li {
    display: block !important;
    width: 32% !important;
}

.list-menu-booking li:nth-child(5),
.list-menu-booking li:nth-child(6) {
    margin-bottom: 16px !important;
}

.booking-days {
    background: #fff3e6;
    border: 1px solid #ff8600;
    padding-block: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    color: var(--m-gray-2);
    border-radius: var(--rounded-main);
}
.cancel-booking-link {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--m-gray-2);
    text-decoration: underline;
}
.all-days-card {
    padding: 30px 20px 20px;
}
.location-ic {
    padding-right: 5px;
}
.register-section .register-radio-list {
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--m-main);
    height: auto;
}
.register-checkbox-list {
    justify-content: space-between;
}

.register-radio-list input[type="radio"] {
    display: none;
}
.register-radio-list .custom-radio {
    width: 100%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 40px;
    color: #9c9c9c;
    background: transparent;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
}

.register-radio-list :checked + .custom-radio {
    color: var(--m-main);
}

.register-radio-list .custom-radio:before {
    content: " ";
    border-radius: 50%;
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9c9c9c;
    top: 2px;
    left: 0px;
}
.register-radio-list :checked + .custom-radio:before {
    border: 1px solid var(--m-main);
}
.register-radio-list :checked + .custom-radio:after {
    content: "";
    color: #fff;
    background-color: var(--m-main);
    border-radius: 50%;
    position: absolute;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    left: 5px;
    top: 7px;
}

#demo-htmlselect .dd-selected-text,
.dd-option-text {
    line-height: 2 !important;
}
#demo-htmlselect .dd-option-image,
.dd-selected-image {
    max-width: 25px !important;
    height: 18px !important;
}
#demo-htmlselect {
    width: 22% !important;
}

#demo-htmlselect .dd-select {
    width: auto !important;
    border-radius: 10px 0 0 10px !important;
}
#demo-htmlselect .dd-selected {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    direction: ltr !important;
    color: #000 !important;
}

.dd-option {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    direction: ltr;
}
.dd-options {
    max-height: 250px !important;
}
.dd-selected-description {
    display: none !important;
}

/* verification page */

.activatiopn-txt {
    color: var(--m-main);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

#activationCode {
    direction: ltr;
    justify-content: left;
}

#activationCode .code:focus-visible {
    border: 1px solid var(--m-gray-2) !important;
}
#activationCode .code {
    text-align: center;
    width: 65px;
    height: 65px;
    border: 1px solid var(--m-light-gray);
    margin: 0px 10px;
    font-weight: 400;
    color: var(--m-main);
    font-size: 18px;
    border-radius: var(--rounded-main);
}
#activationCode .code::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: var(--m-light-gray);
}
#activationCode .code.active {
    border: 1px solid var(--m-main);
}
.verification_counter {
    width: 60%;
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    color: var(--m-main);
    text-align: center;
}
.verification_txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 60%;
    color: var(--m-gray-2);
    text-align: center;
}

.second-btn,
.main-btn {
    height: 44px;

    background: var(--m-gray-2);
    border-radius: var(--rounded-main);
    display: flex;
    justify-content: center;
    align-items: center;
}
.second-btn button,
.second-btn a,
.main-btn button {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: var(--m-white);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-btn {
    background: var(--m-main);
}

.activationBtns div {
    padding-inline: 0px;
    width: 48%;
}

.verification-modal .modal-dialog.small-modal .modal-content {
    width: 30%;
}
.verification-content .check-image {
    width: 150px;
    height: 150px;
}

.verification-content h3 {
    font-size: 32px;
    line-height: 60px;
}
.verification_image {
    text-align: right;
}
.verification_image img {
    height: 410px;
    max-width: 100%;
}
.verification_title {
    font-size: 30px;
}
.verification_saeeh_card {
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: var(--rounded-main);
    padding: 48px 0 0 37px;
}
.close-modal i {
    color: #fff;
    font-size: 20px;
}
.modal-open {
    padding-right: 0 !important;
}
.modal-custom .modal-dialog.small-modal {
    margin: 0% auto;
    height: 100%;
}

/* Dropdown menu css */
.dropdown-container {
    position: relative;
    max-width: 240px;
}
.dropdown-container .dropdown-toggle {
    background-color: var(--m-main);
    width: 260px;
    height: 46px;
    padding-left: 15px;
    border-radius: var(--rounded-main);
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    position: relative;
    transition: all ease-in-out 0.3s;
    border: 1px solid var(--m-main);
}
.dropdown-container .dropdown-toggle label {
    cursor: pointer;
    width: 100%;
}

.dropdown-container .dropdown-menu {
    width: 100%;
    border-radius: var(--rounded-main);
    box-shadow: 0px 4px 4px 0px #0000001a;
    margin-top: 17px;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    background-color: #ffffff;
    z-index: 10;
    padding: 0;
}
.dropdown-container .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: var(--rounded-main);
    z-index: 10;
}
.dropdown-container .dropdown-menu ul li {
    border-bottom: 1px solid #e6e6e6;
}
.dropdown-container .dropdown-menu ul li:hover {
    background-color: #e6e6e6;
}
.dropdown-container .dropdown-menu ul li:last-child {
    border-bottom: 0;
}
.dropdown-container .dropdown-menu ul li a {
    text-decoration: none;
    display: block;
    color: #000000;
    font-size: 14px;
    padding: 12px 10px;
    font-weight: 700;
    transition: all ease-in-out 0.3s;
}
.dropdown-menu i {
    color: var(--m-main);
    font-size: 16px;
    /* padding-top: 8px; */
}
.dropdown-menu .profile-ic {
    text-align: center;
    width: 22%;
}
.dropdown-menu,
.dropdown-toggle {
    position: relative;
}

.dropdown-toggle span i {
    position: absolute;
    right: 15px;

    height: 100%;
    top: 0;
    font-size: 22px;
    transition: all ease-in-out 0.2s;
}

.dropdown-menu {
    z-index: 100;
    position: relative;
}

.dropdown-open .dropdown-menu.dropdown-active {
    display: block;
    z-index: 20;
}

.dropdown-container.dropdown-open .dropdown-toggle span i {
    transform: rotate(-180deg);
}
.dropdown-toggle::after {
    content: unset;
}

.help-modal .modal-custom .modal-dialog {
    margin: 0% auto;
}

.ads-status {
    background-color: #3bc1192b;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--m-gray-2);
    border-radius: var(--rounded-main);
    padding: 6px 10px;
    text-align: center;
    width: max-content !important;
}
.ads-status i,
.ads-status-sure {
    color: #2a8213;
    font-size: 16px;
}
.w-aqar-status {
    padding: 10px !important;
    background-color: #feeeba;
}
.aqar-img-list {
    position: relative;
    width: 100%;
    height: 370px;
    border-radius: var(--rounded-main);
}
.aqar-img-list img {
    position: absolute;
    margin: auto;
    inset: 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--rounded-main);
}
.investor-nav-link {
    position: relative;
    padding: 0 16px !important;
}
.investor-nav-item:first-child .investor-nav-link {
    padding-left: 0 !important;
}
.investor-nav-item {
    padding-inline: 0 !important;
    padding-block: 18px !important;
}
.investor-nav-item.active {
    border-bottom: 4px solid var(--m-second);
}
.investor-nav-item.active .investor-nav-link {
    color: var(--m-second);
    font-weight: 600;
}
.custom-checkbox {
    max-height: 208px;
    overflow-y: auto;
}
.custom-checkbox::-webkit-scrollbar {
    width: 7px;
}

.custom-checkbox::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 12px;
    margin-block: 10px;
}

.custom-checkbox::-webkit-scrollbar-thumb {
    background: var(--m-gray-4);
    border-radius: var(--rounded-main);
}

.modal-sort-by.fade .modal-dialog {
    transform: translate3d(0, -0%, 0);
}

.modal-sort-by.in .modal-dialog {
    transform: translate3d(0, 0, 0);
}
.star-review i {
    font-size: 26px;
    color: var(--m-main);
}
.condition-content {
    position: relative;
    padding-bottom: 35px;
}

.condition-content::after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #cacacab3;
    width: 100%;
    padding-top: 20px;
}
.condition-content:last-of-type::after {
    content: unset;
}
.condition-contentt::after {
    content: unset;
}
.location-ic i {
    color: #9c9c9c;
    font-size: 20px;
}

.hide {
    display: none;
}
#valid-msg {
    color: #00c900;
}

.rate:not(:checked) > input {
    display: none;
}

.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: var(--m-gray-3);
}

.rate:not(:checked) > label:before {
    content: "★ ";
}

.rate > input:checked ~ label {
    color: var(--m-main);
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: var(--m-main);
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: var(--m-main);
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
    direction: ltr;
}
.exclamation-ic i {
    color: #e75119;
    font-size: 140px;
}
.booking_errorsS li {
    color: #e81f1f;
    font-weight: 500;
    padding-top: 5px;
    text-align: start;
}
.comment-image img {
    height: 18px;
}
.details-car-ic i {
    color: var(--m-gray-4);
    font-size: 20px;
}
.dropdown-register {
    width: 175px !important;
    height: 46px !important;
}

.car-sid-icon i {
    font-size: 18px;
    color: var(--m-gray-4);
}
.walking-ic i {
    padding-right: 5px;
    transform: unset;
}
.share-icon i {
    font-size: 22px;
    padding-right: 5px;
}
.custom-in {
    width: 80% !important;
}
.custom-in input {
    border-radius: 10px 0 0 10px !important;
}
.dropdown-outline {
    background-color: #fff !important;
    border: 1px solid var(--m-main) !important;
    color: var(--m-main) !important;
}
.denamic-price {
    padding-right: 5px !important;
    font-size: 18px !important;
}
.reviews-title img {
    width: 30px;
    height: 20px;
}
.notification-padding {
    margin-right: 3rem !important;
}
.first-link-nav {
    padding-left: 10px !important;
}
.ps-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-left: 0.5rem !important;
}
.ms-3 {
    margin-right: 1rem !important;
}
.ps-2 {
    padding-right: 0.5rem !important;
}
.ps-2 {
    padding-left: 0rem !important;
}
.place-ic i {
    padding-right: 5px;
}
.contact-hero {
    margin-bottom: 35px;
}
.staticH {
    margin-block: 40px;
}
#register_errorslogin {
    text-align: left;
}

.booking-dd-title {
    color: var(--m-second);
    font-size: 22px;
    font-weight: 700;
}
.phone-selection {
    direction: rtl;
}
.phone-selection .icon-placeholder {
    right: 15px !important;
    left: unset !important;
}
.register-input-r {
    border-radius: 0 10px 10px 0 !important;
    border-left: 0;
    text-align: right !important;
    padding-left: unset;
    padding-right: 35px;
}
.custom-in input {
    border-radius: 0 10px 10px 0 !important;
    text-align: right !important;
    padding-left: unset;
    padding-right: 35px;
}
