html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*font-size: 100%;*/
    vertical-align: baseline;
    background: transparent;
}

html {
    scroll-behavior: smooth;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: none;
    color: #000;
    text-decoration: none;
}

a:active,
a:focus {
    outline: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

*,
html,
body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:focus,
button:focus {
    outline: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

:before,
:after,
:before:hover,
:after:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

:root {
    --primary-color: #00bbf0;
    --secondary-color: #f17105;
    --dark-blue: #005792;
    --dark-gray: #484848;
    --red-color: #ee001d;
    --orange-light: #ffb45b;
    --green-color: #1abc20;
    --form-color: #f8f9fb;
}

a {
    transition: all 0.3s;
}

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

body {
    font-family: robotoregular;
    font-size: 14px;
    line-height: 2;
    color: #000;
    overflow-x: hidden;
    background-color: #f3f3f3;
}

p {
    line-height: 21px;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: robotobold;
    color: #000;
}

h1 {
    font-size: 46px;
}

h2 {
    /* font-size: 48px; */
    font-size: 36px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

ul {
    list-style: none;
}

.form-control,
textarea,
.customSelect,
.select2 .select2-selection {
    transition: all 0.4s;
    width: 100%;
    min-height: 52px;
    margin-bottom: 16px;
    padding: 5px 20px;
    font-family: robotoregular;
    background: #ffffff;
    border: 1px solid #dadada;
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 14px;
}

.form-control-invoice {
    transition: all 0.4s;
    width: 100%;
    margin-bottom: 16px;
    padding: 5px 20px;
    background: #ffffff;
    border: 1px solid #dadada;
    box-sizing: border-box;
    font-size: 14px;
    /*margin-left: 0.5rem;*/
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 3rem;
    min-height: 2.7rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    margin-top: 10px;
    line-height: 30px !important;
}

.select2-container--open .select2-dropdown--below {
    top: 0px !important;
    border: 1px solid #dadada !important;
    z-index: 999999;
}

.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: 30px;
    border-bottom-right-radius: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #dadada;
    font-family: "segoeRegular";
}

textarea {
    height: 120px;
    border-radius: 25px;
}

.form-control:focus,
textarea:focus {
    box-shadow: none;
    border-color: #cfd4d7;
    background: #f9f9f9;
}

::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    /* Edge */
    color: #dce2e6;
    font-size: 14px;
    font-family: "segoeRegular";
}

:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #dce2e6;
    font-size: 14px;
    font-family: "segoeRegular";
}

::placeholder,
.form-control::placeholder {
    color: #dce2e6;
    font-size: 14px;
    font-family: "segoeRegular";
}

.dark-pl::-webkit-input-placeholder {
    color: #000;
    font-weight: 700;
}

.dark-pl:-ms-input-placeholder {
    color: #000;
    font-weight: 700;
}

.dark-pl::placeholder {
    color: #000;
    font-weight: 700;
}

button {
    cursor: pointer;
    border: 0;
}

input[type="submit"] {
    outline: 0;
    border: 0;
}

@font-face {
    font-family: robotoregular;
    font-style: normal;
    src: url("../../fonts/roboto/eot/robotoregular.eot");
    src: url("../../fonts/roboto/eot/robotoregular.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/woff2/robotoregular.woff2") format("woff2"), url("../../fonts/roboto/woff/robotoregular.woff") format("woff"), url("../../fonts/roboto/ttf/robotoregular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: robotobold;
    font-style: normal;
    src: url("../../fonts/roboto/eot/robotobold.eot");
    src: url("../../fonts/roboto/eot/robotobold.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/woff2/robotobold.woff2") format("woff2"), url("../../fonts/roboto/woff/robotobold.woff") format("woff"), url("../../fonts/roboto/ttf/robotobold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: robotolight;
    font-style: normal;
    src: url("../../fonts/roboto/eot/robotolight.eot");
    src: url("../../fonts/roboto/eot/robotolight.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/woff2/robotolight.woff2") format("woff2"), url("../../fonts/roboto/woff/robotolight.woff") format("woff"), url("../../fonts/roboto/ttf/robotolight.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "segoeRegular";
    src: url("../../fonts/segoe/segoe-regular.eot");
    src: url("../../fonts/segoe/segoe-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/segoe/segoe-regular.woff") format("woff"), url("../../fonts/segoe/segoe-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "segoeBold";
    src: url("../../fonts/segoe/segoe-bold.eot");
    src: url("../../fonts/segoe/segoe-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/segoe/segoe-bold.woff") format("woff"), url("../../fonts/segoe/segoe-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

::-webkit-scrollbar {
    height: 6px;
    width: 12px;
    background: #e5e5e5;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(175, 175, 175, 0.75);
}

::-webkit-scrollbar-corner {
    background: #e5e5e5;
}

.no-gutters-main {
    --bs-gutter-x: .5rem;
}

input[type=submit], button {
    background: var(--primary-color);
    color: #fff;
    border-radius: 30px;
    transition: all 0.3s;
}

button:not(.upload-video):not(.favorite-btn):not(.trans-btn):not(.nav-link):not(.dropdown-toggle):not(.add-field):not(.removeField):not(.edit-cover):not(.validity-btn):not(.mobile-filter-btn):hover {
    background: var(--dark-blue);
}

.trblack:hover,
.bordered-btn:hover {
    background: #00204a;
    border-color: #00204a;
    color: #fff;
}

button.pr-btn.trans-btn:hover {
    background: transparent;
    color: var(--primary-color);
}

.dropdown-toggle:hover {
    background-color: #fff;
}

.mobile-filter-btn:hover {
    background: transparent;
}

.pr-btn {
    border-radius: 30px;
    min-width: 190px;
    height: 52px;
    line-height: 52px;
    display: inline-block;
    text-align: center;
}

.logo-wrap {
    /*flex-wrap: wrap;*/
    max-width: 150px;
}

.logo-text {
    margin-left: 8px;
    line-height: 1.5;
    font-size: 20px;
    color: #6d6d6d;
}

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

header {
    padding: 38px 0 27px;
}

.main-nav ul li {
    margin: 0 5px;
}

.main-nav ul a {
    padding: 10px 13px;
}

.trans-btn {
    background: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.guide-btn {
    min-width: 181px;
    height: 52px;
    padding: 0 22px;
    margin-left: 15px;
}

.guide-btn i {
    margin-right: 12px;
}

.hero-wrap img {
    width: 100%;
    border-radius: 30px;
}

.hero-caption {
    position: absolute;
    left: 109px;
    top: 114px;
    max-width: 415px;
}

.hero-title {
    /* font-size: 48px; */
    color: #fff;
    margin-bottom: 20px;
}

.hero-text {
    font-family: robotolight;
    font-size: 24px;
    color: #fff;
}

.order-text {
    font-family: robotolight;
    font-size: 24px;
    color: black;
}

.search-wrap {
    border-radius: 26px;
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -45px;
    padding: 24px 24px 24px 7px;
}

.search-wrap p {
    font-size: 18px;
    font-family: robotolight;
    position: absolute;
    top: 3px;
    left: 24px;
    /* z-index: 10000000; */
}

.search-wrap .form-control,
.search-wrap .select2-container,
#country ~ .select2-container--default .select2-selection--single,
#city ~ .select2-container--default .select2-selection--single,
#scountry ~ .select2-container--default .select2-selection--single,
#scity ~ .select2-container--default .select2-selection--single {
    margin: 0;
    border: 0;
    border-radius: 0;
    height: 50px;
}

.search-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,
.sticky-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #dadada;
    line-height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    /* top: 12px !important;
    right: 10px !important; */
    display: none !important;
}

.select2-selection__rendered {
    font-size: 22px;
    font-family: robotobold;
}

.select2-container--open .select2-dropdown--below {
    background: #ffffff;
    border: 0;
    border-radius: 26px;
    padding: 30px 30px 30px 25px;
    top: 35px;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #ffffff;
    border-radius: 5px;
    color: inherit;
}

.select2-results__option {
    padding: 10px 35px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
}

.sort-select .select2-results__option {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
}

.select2-container {
    width: 100%;
    z-index: 1000;
}

.select2-container--default .select2-results > .select2-results__options {
    padding-right: 0;
}

#select2-scountry-results .select2-results__option,
#select2-scity-results .select2-results__option {
    padding: 10px 20px;
    font-size: 16px;
}

.search-wrap .form-control:focus {
    background: transparent;
}

.search-btn {
    min-width: 124px;
    height: 52px;
    margin-left: auto;
    text-align: center;
    line-height: 52px;
    display: block;
    font-size: 17px;
}

.search-btn i {
    margin-right: 10px;
}

.popular-city {
    padding-top: 170px;
    padding-bottom: 102px;
}

.home-title {
    font-size: 36px;
    margin-bottom: 16px;
    text-align: center;
    font-family: "segoeRegular";
}

.home-blog .home-title {
    margin-bottom: 40px;
}

.home-desc {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 24px;
    color: var(--dark-gray);
}

footer {
    padding: 35px 0 55px;
}

footer p,
footer a {
    color: #000000;
}

footer > .container {
    padding-top: 35px;
}

.footer-border {
    border-top: 1px solid #000000;
    opacity: 1;
}

.footer-border.top {
    margin-bottom: 80px;
}

.footer-border.bottom {
    margin-top: 80px;
}

.footer-celebration-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.footer-about p {
    line-height: 16px;
    text-align: justify;
}

footer .logo-wrap {
    margin-bottom: 10px;
}

.menu-title {
    font-size: 18px;
    font-family: "segoeBold";
    /* margin-left: 190px; */
    margin-bottom: 10px;
    display: block;
}

.footer-social {
    margin-bottom: 10px;
}

.secondpart-footer {
    font-size: 18px;
    display: block;
    padding-left: 16px;
    font-weight: bold;
}

.footer-social span,
.footer-contact > span {
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
}

.footer-contact i {
    font-size: 23px;
    margin-right: 10px;
    vertical-align: middle;
}

.footer-contact a {
    font-size: 18px;
    font-family: "segoeBold";
}

.footer-menu li {
    margin-bottom: 6px;
}

.social li {
    margin-right: 5px;
}

.social a {
    font-size: 26px;
    padding: 7px;
    color: #005792 !important;
}

.city-card,
.tour-card {
    position: relative;
}

.city-card > img,
.tour-card > img {
    border-radius: 26px;
}

.city-content,
.tour-content {
    position: absolute;
    bottom: -75px;
    background: #fff;
    border-radius: 26px;
    left: 8px;
    right: 8px;
    margin: 0 auto;
    min-height: 60px;
    padding: 21px 22px;
}

.city-content img {
    width: auto !important;
}

.card-lists .city-content {
    bottom: -57px;
}

.owl-city .owl-stage,
.owl-tour .owl-stage,
.related-tour-carousel .owl-stage {
    padding-bottom: 60px;
}

.tour-title {
    font-size: 18px;
}

.location i {
    margin-right: 7px;
}

.favorite-btn {
    width: 41.43px;
    height: 41.43px;
    text-align: center;
    color: var(--secondary-color);
    line-height: 41px;
    font-size: 24px;
    background: transparent;
}

.favirited {
    color: #e5e5e5;
}

.popular-tour {
    padding: 85px 0 0;
}

.home-blog {
    padding-bottom: 95px;
}

.all-btn {
    min-width: 198.6px;
    height: 49.22px;
    background: #6d6d6d;
    border-radius: 8px;
    color: #e5e5e5;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    line-height: 49px;
    margin-top: 22px;
}

.all-btn i {
    vertical-align: middle;
    margin-left: 10px;
}

.select2-container--default .select2-results > .select2-results__options {
    padding-left: 20px;
    /* padding-right: 75px; */
}

.select2-results__option {
    direction: ltr;
    text-align: left;
    line-height: 1.7;
}

.select2-results {
    direction: rtl;
}

.blog-card {
    position: relative;
    padding: 40px;
    border-radius: 26px;
    background: #005792;
}

.blog-card-right {
    height: 100%;
    align-items: flex-start;
    display: flex;
}

.large-card .blog-card .blog-content {
    padding: 40px 24px 40px 40px;
    /*margin-left: 30px;*/
}

.blog-card .blog-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
}
/* .blog-content {
  max-width: 260px;
} */


/* .large-card .blog-content {
  max-width: 415px;
} */

.blog-content .card-title {
    font-size: 30px;
    margin: 0;
    line-height: 42.19px;
    font-family: 'robotoregular';
}

.home-blog .blog-card * {
    color: #fff;
    position: relative;
}

.home-blog .blog-card i {
    color: #e5e5e5;
}

.large-card .blog-card {
    background-color: #00204a;
    display: flex;
    /*align-items: center;*/
    height: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    /*padding: 10px 0px 0px 0px;*/
}

.large-card .blog-card .card-title {
    padding-right: 20px;
}

.blog-content p {
    line-height: 16px;
    font-family: 'roboto';
}

.large-card .blog-card-image {
    border-radius: 26px;
    overflow: hidden;
    height: 100%;
}

.large-card .blog-card-image img {
    height: 100%;
    object-fit: cover;
}

.blog-card .read-more {
    color: #fff;
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
    font-family: "segoeBold";
}

.blog-card .read-more i {
    margin-left: 11px;
}

.avatar-icon {
    /* width: 42.74px;
    height: 42.74px;
    background: #c4c4c4; */
    border-radius: 50%;
    /* text-align: center; */
    /* font-size: 20px;
    color: #6d6d6d; */
    /* line-height: 42px; */
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}

#profilMenu {
    font-weight: 700;
    font-size: 14px;
}

#profilMenu:hover {
    background-color: transparent !important;
}

.dropdown-menu {
    width: 217px;
    background: #ffffff;
    border-radius: 25px;
    border: 0;
}

.profile-dropdown .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    top: 10px !important;
    padding: 15px 10px;
    width: 237px;
}

.dropdown-item {
    line-height: 1;
    font-size: 14px;
    padding: 16px 10px;
    font-family: robotoregular !important;
    color: #000;
    border-bottom: 1px solid #f3f3f3;
}

.sort-dropdown .dropdown-item {
    font-size: 18px;
}

.dropdown-menu li:last-child a {
    border-bottom: 0;
}

.dropdown-item:hover {
    background: transparent;
}

.dropdown-line {
    width: 100%;
    height: 0px;
    border: 1px solid #c4c4c4;
}

.dropdown-item i {
    margin-right: 17px;
    vertical-align: middle;
    color: #6d6d6d;
}

.guide-card {
    background: #fff;
    border-radius: 25px;
    margin-bottom: 33px;
    padding: 16px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.guide-card figure {
    max-width: 143px;
    width: 143px;
    min-width: 143px;
    height: 156px;
}

.guide-card .guide-name {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.guide-card .guide-name .guide-name-link {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1400px) {
    .guide-card .guide-name .guide-name-link {
        max-width: 140px;
    }
}
@media screen and (max-width: 1200px) {
    .guide-card .guide-name .guide-name-link {
        max-width: 112px;
    }
}
@media screen and (max-width: 991px) {
    .guide-card .guide-name .guide-name-link {
        max-width: 70px;
    }
}
@media screen and (max-width: 868px) {
    .guide-card .guide-name .guide-name-link {
        max-width: 170px;
    }
}
@media screen and (max-width: 332px) {
    .guide-card .guide-name .guide-name-link {
        max-width: 80px;
    }
}
@media screen and (max-width: 300px) {
    .guide-card .guide-name .guide-name-link {
        max-width: 48px;
    }
}

.guide-card figure img,
.payment-card figure img,
.exp-card figure img {
    border-radius: 10px;
    display: block;
    height: 100% !important;
    object-fit: cover;
}

.exp-card .exp-card-top figure img {
    height: auto !important;
    padding-right: 10px;
}

.guide-content {
    position: relative;
    padding-left: inherit;
}

.row.exp-card-top > [class^='col-'] {
    width: auto;
}

.guide-content .rate-wrap {
    position: absolute;
    left: 24px;
    top: -27px;
}

.guide-name {
    font-size: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.popular-guide .guide-name a {
    font-size: 20px;
    max-width: 155px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

@media screen and (max-width: 813px) {
    .popular-guide .guide-name a {
        max-width: 132px;
    }
}

.index-guide-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.index-guide-tooltip .index-guide-tooltip-txt {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.index-guide-tooltip:hover .index-guide-tooltip-txt {
    visibility: visible;
}

.guide-card .favorite-btn {
    position: absolute;
    right: 4px;
    /* bottom: 18px; */
    bottom: 17px;
}

.guide-detail span {
    display: block;
    font-size: 18px;
    color: var(--dark-gray);
    margin-bottom: 8px;
    line-height: 1.2;
}

.guide-detail i {
    margin-right: 8px;
    color: #969696;
}

.guide-rate {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
}

.guide-rate i {
    margin-right: 8px;
    color: var(--secondary-color);
    font-size: 18px;
}

.city-card .rate-wrap,
.tour-card .rate-wrap {
    position: absolute;
    right: 17px;
    top: 16px;
}

.guide-card .rate-wrap {
    margin-bottom: 7px;
    font-size: 16px;
}

.header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #f3f3f3;
    padding: 18px 0;
    -webkit-box-shadow: 0 10px 25px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 12%);
    z-index: 9999;
    transition: all 0.3s;
}

.header.fixed .main-menu {
    display: none !important;
}

.sticky-search {
    max-width: 652px;
    height: 60px;
    margin-left: 50px;
    background: #ffffff;
    /* border: 2px solid #6d6d6d; */
    box-sizing: border-box;
    border-radius: 25px;
    min-width: 652px;
    position: relative;
    padding: 6px;
}

.header.fixed .sticky-search {
    display: inline-block !important;
}

.header.fixed .ai-button {
    display: none;
}

.sticky-search .search-btn {
    margin-right: 7px;
    margin-top: -2px;
}

.sticky-search input {
    height: 43px;
    width: 100%;
    border: 0;
    padding: 10px 15px;
}

.sticky-search input::-webkit-input-placeholder {
    /* Edge */
    font-size: 16px;
    font-family: robotolight;
}

.sticky-search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 16px;
    font-family: robotolight;
}

.sticky-search input::placeholder {
    font-size: 16px;
    font-family: robotolight;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px !important;
        margin: 115px auto !important;
    }

    .modal-dialog.small {
        max-width: 625px !important;
    }

    #reviewModal .modal-dialog {
        max-width: 1062px !important;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 790px !important;
    }
}

@media (min-width: 1100px) {
    .modal-dialog.large {
        max-width: 1062px !important;
    }
}

.modal-dialog {
    box-shadow: 1px 8px 25px rgba(0, 0, 0, 0.25);
    border-radius: 26px;
    /* overflow: hidden; */
}

.left-modal {
    padding: 40px 32px 40px 40px;
}

.modal-title {
    /* font-size: 24px; */
    margin-bottom: 10px;
    font-family: "segoeRegular";
    line-height: 1;
}

.modal-title strong {
    font-family: robotobold;
}

.mb-40 {
    margin-bottom: 40px;
}

.modal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.have-acc,
.create-acc {
    color: #005792;
}

.have-acc a,
.create-acc a {
    font-weight: bold;
    color: #005792;
    margin-left: 17px;
}


/* .signup-icons {
  display: flex;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 16px;
}
.signup-icons li {
  margin-right: 35px;
}
.signup-icons i {
  font-size: 35px;
} */

.modal-content {
    border-radius: 26px;
    overflow: hidden;
}

.modal-right > div {
    justify-content: center;
    align-items: stretch;
    height: 100%;
    /* padding: 50px 17px; */
    /* color: #fff; */
}

.modal-right p a {
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin-left: 7px;
}

.signup-form {
    margin-top: 11px;
    border-top: 1px solid #dadada;
    padding-top: 20px;
    position: relative;
}

.signup-form > span {
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 84px;
    height: 22px;
    top: -12px;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
}

.signup-form label:not(.form-check-label) {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.agree-terms {
    position: relative;
}

.agree-terms label {
    /* max-width: 206px; */
    line-height: 1.5;
}

.form-check-input[type="checkbox"] {
    /* background: #ffffff; */
    border: 0;
    border-radius: 4px;
    width: 16px;
    height: 16px;
    margin-right: 16px;
    cursor: pointer;
}

.form-check-input:checked[type="checkbox"] {
    background-image: none !important;
    background-color: var(--secondary-color) !important;
    box-shadow: 0 0 0 2px #fff;
}


/* button.modal-btn {
  width: 123px;
  height: 42px;
  background: #ffffff;
  border: 1px solid #6d6d6d;
  border-radius: 8px;
  color: #6d6d6d;
} */

.form-submit {
    justify-content: space-between;
}

.show-password.trans-btn {
    position: absolute;
    right: 18px;
    top: calc(50% - -12px);
    font-size: 19px;
    line-height: 1;
}

.form-check-input:focus {
    box-shadow: none;
}

.date-wrapper {
    max-width: 18rem;
    padding: 0 0.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4rem;
}

.date-wrapper label {
    font-size: 0.75rem;
    font-weight: 400;
    display: block;
    margin-bottom: 0.5rem;
    color: #b0bec5;
    border: 1px solid #eceff1;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
}

.date-wrapper input {
    font-family: "Roboto", sans-serif;
    display: block;
    border: none;
    border-radius: 0.25rem;
    border: 1px solid transparent;
    line-height: 1.5rem;
    padding: 0;
    font-size: 1rem;
    color: #607d8b;
    width: 100%;
    margin-top: 0.5rem;
}

.date-wrapper input:focus {
    outline: none;
}

.date-wrapper #ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}

.date-wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909c;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546e7a;
    font-size: 0.875rem;
    text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
    background-color: #e0f2f1;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #009688;
    color: white;
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #eceff1;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}

.ui-datepicker-header a > span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
    color: #78909c;
    font-weight: 400;
    font-size: 0.75rem;
}


/* Destination */

.banner-caption {
    position: absolute;
    max-width: 556px;
    padding-left: 110px;
}

.header-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 26px;
    overflow: hidden;
    margin-bottom: 40px;
}

.banner-caption * {
    color: #fff;
}

.banner-caption .banner-caption-title {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: end;
    font-size: 48px;
    margin-bottom: 10px;
}

.banner-caption .banner-caption-title-location {
    font-size: 60px;
}

.banner-caption .banner-caption-desc {
    font-size: 24px;
    font-family: "segoeRegular";
    max-width: 375px;
    line-height: 21px;
}

.page-desc-row div:nth-child(2) .page-desc p:last-child {
    display: none;
}

.page-desc {
    /* padding-bottom: 15px; */
}

.page-desc-row {
    border-color: #dadada !important;
    margin-bottom: 44px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-bottom: 70px;
}

.page-desc-title {
    margin-bottom: 16px;
    font-family: "segoeRegular";
}

.page-desc p {
    line-height: 21px;
    color: #969696;
}


/* Sidebar */

.widget {
    padding: 20px 0;
    border-bottom: 1px solid #dadada;
}

.widget-title {
    font-size: 18px;
    position: relative;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
}

.widget-title:after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    position: ABSOLUTE;
    font-weight: 900;
    right: 10px;
    top: 5px;
    transition: all 0.3s;
}


/* .widget ul {
  display: none;
}
.widget.active ul {
  display: block;
} */

.widget.active .widget-title {
    margin-bottom: 32px;
}

.widget.active .widget-title:after {
    transform: rotate(180deg);
}

.widget li {
    margin-bottom: 10px;
}

.widget .form-check-label {
    line-height: 1;
    vertical-align: text-top;
}

.widget .fa-star {
    color: var(--secondary-color);
    font-size: 18px;
}

.top-page.d-flex {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 41px;
    flex-wrap: wrap;
}

.top-title,
.segoe-reg {
    font-family: "segoeRegular";
}

.card-lists .city-card {
    margin-bottom: 80px;
}

.duration,
.organizer {
    display: block;
    margin-bottom: 10px;
    line-height: 1;
}

.duration i,
.organizer i {
    margin-right: 16px;
}

.city-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.price-per strong {
    font-size: 18px;
}

.load-more {
    margin-top: 30px;
    min-width: 100px;
    height: 52px;
    margin-bottom: 40px;
    font-size: 16px;
    padding: 0 20px;
}

.load-more i {
    margin-left: 12px;
}

.link-more-div {
    margin-top: 30px;
    margin-bottom: 40px;
}

.load-more-link {
    margin-top: 30px;
    min-width: 100px;
    height: 52px;
    margin-bottom: 40px;
    font-size: 16px;
    border-radius: 30px;
    transition: all 0.3s;
    padding: 15px 25px;
}

.load-more-link i {
    margin: 0px 12px 0px 12px;
}

.section-title {
    margin-bottom: 40px;
    font-family: "segoeRegular";
}

.popular-tours {
    padding-top: 43px;
    padding-bottom: 20px;
}

.popular-tours .city-card {
    margin-bottom: 70px;
}

.location-faq-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.location-faq-section .location-faq-heading {
    /* font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400; */
    /* font-size: 36px; */
    /* line-height: 48px; */
}

.location-faq-section .location-faq-items {
    display: flex;
    flex-direction: column;
}

.location-faq-section .location-faq-items .location-faq-item .location-faq-header .location-faq-button {
    padding: 24px 0;
    background-color: transparent;
    /* font-family: 'robotoregular';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px; */
    color: #000000;
    transition: none;
}

.location-faq-section .location-faq-items .location-faq-item .location-faq-header .location-faq-button.collapsed {
    border-bottom: 1px solid #D5D5D5;
}

.location-faq-section .location-faq-items .location-faq-item .location-faq-header .location-faq-button:focus {
    box-shadow: unset;
}

.location-faq-section .location-faq-items .location-faq-item .location-faq-header .location-faq-button:hover {
    background-color: transparent !important;
}

.location-faq-section .location-faq-items .location-faq-item .location-faq-header .location-faq-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.location-faq-section .location-faq-items .location-faq-item .location-faq-content .location-faq-body {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.location-faq-section .location-faq-items .location-faq-item .location-faq-content .location-faq-body .location-faq-text {
    /* font-family: 'roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px; */
}

.location-faq-section .location-faq-items .location-faq-item .location-faq-content .location-faq-body .location-faq-link {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    /* font-family: 'segoeRegular'; */
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}


.large-card img,
.city-card img {
    width: 100%;
}

/*.blog-card-image img {*/
/*    height: 330px;*/
/*}*/

.large-card .city-title {
    margin-bottom: 31px;
}

.guide-filter-row {
    padding-top: 50px;
    margin-bottom: 25px;
}


/* Single tour */

.review-caption {
    position: absolute;
    right: 31px;
    top: 25px;
    z-index: 10;
}

.radius26 {
    border-radius: 26px;
}

.right-banner,
.left-banner {
    overflow: hidden;
}

.full-image,
.right-banner img {
    width: 100%;
}

img {
    display: block;
}

.top-right-banner {
    margin-bottom: 19px;
}

.review-caption .review-caption-text {
    line-height: 1;
    margin-bottom: 8px;
    color: #fff;
    font-size: 18px;
    font-family: "segoeRegular";
}

.review-caption .single-rated {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    text-align: center;
    padding: 0 8px;
    width: fit-content;
    height: 36px;
    background: #fff;
    border-radius: 30px;
    line-height: 33px;
    margin-bottom: 7px;
    margin-left: auto;
}

.review-caption .single-rated strong {
    font-size: 24px;
    margin-right: 5px;
}

.review-caption i {
    font-size: 16px;
    margin-left: 5px;
    color: var(--secondary-color);
}

.tour-banners {
    margin-bottom: 40px;
}

.single-title {
    font-size: 48px;
    margin-bottom: 35px;
}

.single-guide .single-title {
    margin-bottom: 15px;
}

.single-guide .single-subTitle {
    margin-bottom: 80px;
}

.tour-provider {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 90px;
}

.tour-provider img {
    margin-right: 26px;
    width: 50px;
    height: 50px;
}

.tour-provider span {
    font-size: 24px;
}

.tour-provider .tour-show-verify {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.about-tour h3 {
    font-family: "segoeRegular";
}

.about-tour ul {
    margin-top: 40px;
    margin-bottom: 83px;
}

.about-tour ul li,
.guide-list-item,
.profile-list-item {
    margin-bottom: 17px;
}

.tour-item *,
.about-guide li *,
.profile-list-item * {
    display: inline-block;
    font-size: 18px;
}

.tour-item i,
.about-guide i,
.profile-list-item i,
.profile-status i {
    margin-right: 27px;
    width: 24px;
    text-align: center;
    font-size: 24px;
}

.tour-item span,
.about-guide span {
    margin-right: 5px;
}

.tour-section {
    margin-bottom: 20px;
}

.single-tour-content .single-title {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    padding-right: 132px;
}

.single-tour-content .single-title .single-tour-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 290px) {
    .single-tour-content .single-title .single-tour-title {
        max-width: 150px;
    }
}

.tour-desc {
    padding: 27px 0;
    border-top: 1px solid #c4c4c4;
    padding-left: 65px;
}

.tour-section .title {
    margin-top: -15px;
    font-family: "segoeRegular";
}

.tour-desc {
    display: flex;
    align-items: center;
}

.tour-desc ul li {
    margin-left: 5px;
}

/*.tour-desc li {*/
/*    margin-bottom: 5px;*/
/*}*/


/*.tour-desc li:before {*/


/*    content: "\f058";*/


/*    font-size: 18px;*/


/*    display: inline-block;*/


/*    vertical-align: middle;*/


/*    margin-right: 21px;*/


/*    font-family: "Font Awesome 5 Pro";*/


/*}*/

.tour-desc .expand-more {
    font-weight: 700;
    margin-top: 15px;
    display: block;
    font-size: 16px;
}


/* .related-tour .section-title {
  margin-bottom: 46px;
} */

.related-tour {
    padding-bottom: 50px;
    padding-top: 40px;
}

.review-title {
    margin-bottom: 40px;
    font-family: "segoeRegular";
}

.review-sub-title {
    margin-bottom: 24px;
    font-family: "segoeRegular";
}

.result-rate strong {
    font-size: 24px;
}

.result-rate {
    font-weight: 700;
    margin: 37px 0 16px;
}

.result-rate span {
    margin-left: 40px;
    display: inline-block;
    font-weight: 300;
}

.result-star {
    font-size: 30px;
    margin-bottom: 20px;
}

.result-star i {
    color: var(--secondary-color);
}

.review-summary {
    border-left: 1px solid #dadada;
    padding-left: 24px;
}

.review-button {
    margin-top: 25px;
    min-width: 224px;
    border: 1px solid #000;
    padding: 0 10px;
}

.review-button i {
    margin-right: 5px;
}

.review-form-wrap {
    padding-top: 40px;
}

.review-count {
    margin-left: 30px;
    font-weight: 400;
    font-size: 14px;
}

.review-list {
    margin-top: 40px;
}

.review-list li,
.review-list > div {
    background: #fff;
    border-radius: 26px;
    margin-bottom: 20px;
    padding: 16px 24px 32px 16px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.review-list > div .review-card-header {
    width: 100%;
}

.review-avatar,
.form-avatar {
    width: 67px;
    max-width: 67px;
    min-width: 67px;
    height: 67px;
    overflow: hidden;
    border-radius: 50%;
}

.review-content {
    padding-left: 105px;
    /* width: calc(100% - 67px); */
}

.review-field {
    width: calc(100% - 67px);
}

.review-content p {
    line-height: 21px;
}

.review-rated {
    margin-bottom: 16px;
}

.review-rated i {
    color: var(--secondary-color);
}

.review-rated p {
    margin-left: 16px;
}

.review-form {
    margin-top: 36px;
}

.form-avatar {
    margin-right: 16px;
}

.review-field .label {
    margin-bottom: 10px;
}

.review-field .form-control {
    height: 55px;
}

button.send-review {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 37px;
    position: absolute;
    right: 15px;
    top: 41px;
}

.progress-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.progress-wrap > span {
    width: 197px;
}

.review-summary li {
    margin-bottom: 11px;
}

.progress {
    height: 8px;
    background-color: #e9ecef;
    border-radius: 0;
}

.review-summary .progress,
.slidecontainer {
    width: calc(100% - 286px);
}

.slidecontainer input {
    width: 100%;
}

.progress-count {
    width: 89px;
    margin-left: 20px;
}

.review-summary .progress-count {
    width: 59px !important;
}

.bordered-modal .modal-content {
    background-color: #fff;
}

.review-modal-title {
    margin-bottom: 25px;
}

.review-modal-subtitle {
    margin-bottom: 30px;
    font-size: 18px;
}

.modal-body {
    padding: 40px 56px !important;
}

#signUpModal .modal-body,
.modal-body.p-0 {
    padding: 0 !important;
}

.modal-body .modal-text {
    line-height: 24px;
}

#bookModalSend .modal-text {
    margin-bottom: 56px;
}

#reviewModal .modal-body {
    padding: 40px 56px;
}

#reviewModal .modal-footer {
    margin-top: 36px;
}


/* .modal-footer button {
  min-width: 145px;
  height: 43px;
  border-radius: 8px;
  text-align: center;
  margin-left: 25px;
  padding: 0 40px;
} */

.bordered-btn {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}

.modal-footer button,
.modal-btn,
.lightpick__footer button {
    min-width: 85px;
    height: 52px;
    padding: 0 22px;
    display: inline-block;
}

.guide-register-box .modal-btn.cancel-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;

    border: 1px solid #000;
    padding: 0 22px;
    min-width: 85px;
    height: 52px;
    margin-right: 10px;
    width: 100%;
}

.modal-btn.bordered-btn {
    margin-right: 16px;
}


/* .modal-footer button i {
  margin-right: 13px;
  vertical-align: middle;
} */

.modal-footer .fa-envelope {
    font-size: 18px;
}

.modal-footer {
    border: 0;
    /* position: absolute;
    right: 49px;
    bottom: -24px; */
    margin-top: 40px;
}

.reserve-sidebar .price-per {
    margin-bottom: 47px;
}

.reserve-sidebar .price-per strong {
    font-size: 32px;
    margin-right: 15px;
}

.reserve-date {
    margin-bottom: 20px;
}

.availibity-card {
    background: #fff;
    border-radius: 25px;
    padding: 32px 32px 40px;
}

.reserve-btn {
    width: 197px;
    height: 43px;
}

.reserve-btn {
    margin-left: auto;
    display: block;
}

.availibity-card h6 {
    margin-bottom: 10px;
}

.availibity-card .language {
    display: block;
    margin-bottom: 20px;
}

.availibity-card .total-price,
.payment-card .total-price {
    border-top: 1px solid #c4c4c4;
}

.availibity-card .total-price,
.payment-card .total-price,
.exp-card .total-price {
    padding-top: 24px;
    margin-top: 15px;
    margin-bottom: 40px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.payment-card .total-price,
.exp-card .total-price {
    margin-bottom: 27px;
}

.availibity-card .start-time span {
    margin-left: 30px;
}

.availibity-card .total-price strong,
.payment-card .total-price strong,
.exp-card .total-price strong {
    margin-right: 30px;
}

.availibity-card .total-price p span,
.payment-card .total-price p span,
.exp-card .total-price p span {
    font-weight: 700;
    font-size: 24px;
}

.availibity-card .note-text,
.payment-card .note-text,
.exp-card .note-text {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.availibity-card .note-text i,
.payment-card .note-text i {
    margin-right: 20px;
    font-size: 26px;
}

.reserve-date > div,
.availibity-picker {
    margin-bottom: 20px;
    /* border: 3px solid #6d6d6d; */
    /* border-radius: 10px; */
    /* height: 55.5px; */
    /* padding: 0 25px; */
}


/* .book-btn {
  position: absolute;
  right: 22px;
  bottom: -20px;
} */

.availibity-picker i {
    /* margin-right: 12px; */
    font-size: 18px;
    /* vertical-align: middle; */
}

.reserve-date .date-picker i,
.availibity-picker .date-picker i {
    position: absolute;
    left: 25px;
    top: 17px;
    font-size: 18px;
}

.reserve-date input,
.availibity-picker input {
    height: 100%;
    border: 0;
    /* width: 74%; */
    border-radius: 10px;
    font-weight: 700;
}

.reserve-date .date-picker input,
.availibity-picker .date-picker input {
    width: 100%;
    padding-left: 55px;
    border-radius: 25px;
}

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

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

textarea {
    border-radius: 25px !important;
    padding: 32px 27px;
}

.provider-row,
.tour-title-row {
    margin-bottom: 16px;
    line-height: 1;
}

.availibity-row {
    margin-bottom: 25px;
}

.tour-title-row {
    margin-bottom: 25px;
}

#bookModal textarea,
#SendMessageModal textarea {
    height: 235px;
    color: #969696;
    padding: 24px;
}

#bookModal .modal-body,
#SendMessageModal .modal-body {
    padding: 40px 56px 64px;
}

/* Sort Dropdown */

.sort-dropdown ul {
    padding: 15px;
}

.sort-dropdown ul li,
.dropdown-item.active,
.dropdown-item:active {
    color: #6d6d6d;
}

#sortMenu {
    width: 217px;
    height: 52px;
    margin-left: 20px;
    background: #ffffff;
    border-radius: 30px;
    color: #000;
    border: none;
}

.sort-dropdown .dropdown-toggle::after {
    margin-left: 23px;
    vertical-align: middle;
    border: 0;
    /* border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-left: 0.5em solid transparent; */
}


/* Single guide */

.guide-avatar {
    position: absolute;
    left: 40px;
    bottom: -70px;
    max-width: 263px;
}

.guide-avatar img {
    border-radius: 26px;
    height: auto !important;
}

.guide-send-btn {
    min-width: 139px;
    font-size: 16px;
}

.guide-send-btn i {
    font-size: 20px;
    margin-right: 10px;
    /* vertical-align: middle; */
}

.guide-full-banner {
    margin-bottom: 85px;
}

.about-guide {
    margin-bottom: 77px;
}

.single-guide-rated {
    margin-bottom: 160px;
    text-align: right;
}

.single-guide-rated strong {
    font-size: 24px;
}

.single-guide-rated i {
    font-size: 30px;
}

.single-guide-rated span {
    margin-bottom: 10px;
}

.single-subTitle {
    font-size: 24px;
    margin-bottom: 55px;
}

.about-me {
    margin-bottom: 45px;
}

.about-me .title {
    margin-bottom: 24px;
}

.about-me p {
    overflow-wrap: break-word;
}

.about-guide i {
    font-size: 21px;
    width: 23px;
    text-align: center;
}

.city-content .duration i,
.city-content .views i {
    margin-right: 7px;
}

.city-content .views i {
    font-size: 20px;
    vertical-align: middle;
}

span.guide-logo {
    display: inline-block;
    margin-left: 32px;
    vertical-align: middle;
}

.guide-gallery {
    padding: 60px 0 112px;
}

.guide-gallery .gallery-item {
    border-radius: 26px;
    overflow: hidden;
    margin-bottom: 15px;
}

video {
    border-radius: 26px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.play-video,
.pause-video {
    width: 102px;
    height: 64px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(50% - 32px);
    background: var(--secondary-color);
    text-align: center;
    line-height: 64px;
    font-size: 30px;
    border-radius: 12px;
    color: black;
    cursor: pointer;
}

.play-video i,
.pause-video i {
    margin-left: 10px;
    color: #fff;
}

.gallery-item img {
    width: 100%;
}

.hide {
    display: none !important;
}

.cta-section {
    margin-bottom: 40px;
}

.cta-card {
    background: #00bbf0;
    border-radius: 26px;
    margin: 0;
    padding: 40px 25px;
    position: relative;
    justify-content: space-between;
    min-height: 300px;
}

.cta-caption * {
    color: #fff;
}

.cta-caption .cat-title {
    margin-bottom: 17px;
}

.cta-caption p {
    font-size: 15px;
    line-height: 20px;
}

.cta-button.pr-btn {
    background: #fff;
    cursor: pointer;
    color: var(--primary-color);
}

.popular-guide {
    padding-bottom: 68px;
}

.tour-title {
    margin-bottom: 24px;
}

.tour-card-detail {
    color: var(--dark-gray);
    margin-bottom: 12px;
    line-height: 1;
}

.tour-card-detail i {
    margin-right: 6px;
    color: #969696;
}

.price-card {
    color: #181818;
    font-size: 16px;
    line-height: 1;
    /* margin-top: 20px; */
}

.price-card .currency,
.total-price .currency {
    display: inline-block;
    margin-right: 2px;
    color: var(--secondary-color);
    font-size: 24px;
    line-height: 1;
}

.before-discount{
    display: inline-block;
    margin-left: 10px;
    font-size: 0.8rem;
    color: #969696;
    text-decoration: line-through;
}
.before-discount .currency {
    margin-right: 0;
    font-size: 18px !important;
    color: #969696 !important;
}

.after-discount{
    display: inline-block;
    color: #EE001D;
}



.pr-price small {
    font-weight: bold;
    font-size: 14px;
    margin-right: 6px;
    margin-left: 10px;
}

.price-card strong {
    font-size: 26px;
}

.tour-card-footer {
    margin-top: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.owl-tour .tour-content,
.related-owl-tour .tour-content {
    bottom: -120px;
}

.owl-tour .owl-stage {
    padding-bottom: 265px;
}

.related-owl-tour .owl-stage {
    padding-bottom: 170px;
}

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

.owl-nav button {
    position: absolute;
    top: calc(50% - 160px);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.8) !important;
    text-align: center;
    font-size: 18px;
    color: #9d9d9d !important;
}

.owl-nav button:hover {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
}

.gallery-carousel .owl-nav button {
    top: calc(50% - 20px);
}

.gallery-carousel .owl-prev {
    left: -9px;
}

.gallery-carousel .owl-next {
    right: -9px;
}

.owl-carousel .owl-item img {
    height: auto;
}

.owl-city .owl-nav button {
    top: calc(50% - 73px);
}

.owl-prev {
    left: -20px;
}

.owl-next {
    right: -20px;
}

aside .sidebar {
    padding-top: 70px;
}

.sort-dropdown {
    font-size: 18px;
    font-family: "segoeRegular";
}

.sort-dropdown button {
    font-family: robotoregular;
}

.trblack,
.lightpick__reset-action {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

.card-lists .tour-card {
    margin-bottom: 145px;
}

.tour-rate {
    position: absolute;
    right: 30px;
    top: 10px;
    width: 61px;
    height: 24px;
    background: #fff;
    text-align: center;
    border-radius: 25px;
    line-height: 24px;
}

.tour-rate i {
    margin-left: 8px;
    color: var(--secondary-color);
}

.card-lists .tour-card > img {
    width: 100%;
}

.card-lists .tour-card .tour-content {
    bottom: -120px;
    left: 8px;
    right: 8px;
}

.favorite-btn.favirited i {
    color: var(--secondary-color);
}

.progress-bar {
    background-color: var(--secondary-color);
}

.reserve-sidebar > span {
    font-size: 18px;
    font-family: "segoeRegular";
    margin-bottom: 16px;
    display: block;
}

.price-per .currency {
    margin-right: 5px;
    font-size: 30px;
    color: var(--secondary-color);
    text-decoration: none !important;
}

.price-per .before-discount {
    font-size: 20px !important;
}

.modal-body .date-picker {
    /* height: 52px; */
    /* border-radius: 25px; */
    /* background: #fff; */
    /* padding: 0 24px !important; */
}

.reserve-date .date-picker,
.modal-body .date-picker {
    position: relative;
    height: 52px;
}

.person-num {
    height: 52px;
    background: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    position: relative;
}

.person-num input {
    width: 40%;
}

.person-num p i {
    margin-right: 7px;
    margin-left: 10px;
    vertical-align: middle;
}

.person-num > span {
    text-align: center;
    cursor: pointer;
    line-height: 1;
    font-size: 18px;
}

.person-num > span i {
    margin: 0;
}

.person-num p {
    text-align: center;
}

.at-date span {
    /*width: 40px;*/
    display: inline-block;
    margin-right: 7px;
}

.discount-box {
    background: var(--secondary-color);
    border-radius: 10px;
    color: #fff;
    padding: 16px 24px 16px 16px;
    margin-bottom: 16px;
}

.discount-box > div {
    text-align: right;
}

.discount-box * {
    font-family: robotobold;
}

.dis-price {
    font-size: 24px;
    margin-left: 16px;
}

.book-btn {
    min-width: 95px;
    height: 52px;
    line-height: 52px;
    margin-left: auto;
    display: block;
    padding: 0 24px;
}

.payment-btn i {
    margin-right: 12px;
    font-size: 12px;
}

.reserve-sidebar .favorite-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.modal-body .date-picker,
.modal-body .person-num {
    border: 1px solid #dadada;
    border-radius: 25px;
}

.person-num-col {
    width: 178px !important;
}

.person-num-col .person-num {
    padding: 0 18px;
}

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


/* Firefox */

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

.review-msg {
    height: 92px;
}

.slider {
    -webkit-appearance: none;
    /* Override default CSS styles */
    appearance: none;
    width: 100%;
    /* Full-width */
    height: 6px;
    /* Specified height */
    background: #dadada;
    /* Grey background */
    outline: none;
    /* Remove outline */
    /* -webkit-transition: 0.2s;  */
    background-image: linear-gradient(var(--secondary-color), var(--secondary-color));
    background-size: 70% 100%;
    background-repeat: no-repeat;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    /* Override default look */
    appearance: none !important;
    width: 16px !important;
    /* Set a specific slider handle width */
    height: 16px !important;
    /* Slider handle height */
    background: var(--secondary-color) !important;
    /* Green background */
    cursor: pointer !important;
    /* Cursor on hover */
    border-radius: 4px;
}

.slider::-moz-range-thumb {
    width: 16px !important;
    height: 16px !important;
    background: var(--secondary-color) !important;
    cursor: pointer !important;
    border-radius: 4px;
}

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

.progress-count small {
    font-weight: bold;
    font-size: 14px;
}


/* Price Slider */

.range-slider {
    margin-top: 60px;
}

.range-slider input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

.range-slider .slider-track {
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}

.range-slider input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

.range-slider input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

.range-slider input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background-color: var(--secondary-color);
    -webkit-appearance: none;
    cursor: pointer;
    margin-top: -6px;
    pointer-events: auto;
}

.range-slider input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background-color: var(--secondary-color);
    cursor: pointer;
    pointer-events: auto;
    border: none;
}

.range-slider input[type="range"]::-ms-thumb {
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    cursor: pointer;
    background-color: var(--secondary-color);
    pointer-events: auto;
}

.range-slider input[type="range"]:active::-webkit-slider-thumb {
    background-color: #ffffff;
    border: 1px solid var(--secondary-color);
}

.range-slider .values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    position: relative;
    top: -30px;
}

.range-slider .values span,
.price-range-badge span,
.price-range-max span {
    font-size: 16px;
}

.guid-logo {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: transparent url(../images/guidlogo.png) no-repeat;
    background-size: contain;
    margin-left: 16px;
}

.pt-100 {
    padding-top: 100px;
}

.signup-google {
    border: 1px solid #dadada;
    height: 52px;
    color: #000;
    margin-bottom: 15px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 50px;
}

.signup-google-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.signup-google img,
.signup-google svg {
    margin-right: 20px;
}

input.form-control.code-number {
    width: 130px;
}

input.form-control.phone-field {
    width: calc(100% - 140px);
}

.phone-number {
    justify-content: space-between;
}

.modal-body .form-check-input[type="checkbox"] {
    border: 1px solid #000;
}

.modal-body .form-check-input:checked[type="checkbox"] {
    border-color: var(--secondary-color);
}

.agree-terms p {
    display: inline-block;
}

.agree-terms a {
    font-weight: bold;
}

.modal-body .form-submit {
    margin-top: 40px;
    justify-content: flex-end;
    display: flex;
}

.modal-error {
    color: var(--red-color);
    position: absolute;
    right: 0;
    top: 0;
}

#signInModal .modal-right > div {
    /* height: 635px; */
}

#signInModal .modal-right > div img {
    width: 100%;
}

i.icon-ui-invoice {
    background: url(../../images/site/ui-icons/clipboard_notes.svg) no-repeat center center;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: white;
    vertical-align: middle;
    margin-right: 1rem;
}

i.icon-ui-items {
    background: url(../../images/site/ui-icons/check_circle.svg) no-repeat center center;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: white;
    vertical-align: middle;
    margin-right: 1rem;
}

i.icon-ui-pirsik {
    background: url(../../images/site/ui-icons/logo-white.png) no-repeat center center;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: white;
    vertical-align: middle;
    margin-right: 1rem;
}

i.icon-ui-date {
    background: url(../../images/site/ui-icons/calendar_date.svg) no-repeat center center;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: white;
    vertical-align: middle;
    margin-right: 1rem;
}

i.icon-ui-pay {
    background: url(../../images/site/ui-icons/credit_card.svg) no-repeat center center;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: white;
    vertical-align: middle;
    margin-right: 1rem;
}

.btn-pay-invoice {
    color: #fff;
    background-color: #00BBF0;
    border-color: #00BBF0;
    border-radius: 25px;
    margin: 25px;
    margin-right: -6px;
    padding: 10px 20px !important;
}

.btn-pay-invoice:hover {
    background-color: #00BBF0 !important;
}

.btn-pay-later-invoice {
    color: #fff;
    background-color: darkorange;
    border-color: darkorange;
    border-radius: 25px;
    margin: 25px;
    margin-left: 0;
    padding: 10px 20px !important;
}

.btn-pay-later-invoice:hover {
    background-color: #00BBF0 !important;
    border-color: #00BBF0 !important;
}

.invoice-pdf {
    margin-right: 5px;
    border: 1px solid;
    border-radius: 25px;
    padding: 10px 20px;
}

.invoice-pdf:hover {
    color: white !important;
    background-color: #00BBF0 !important;
    border-color: #00BBF0 !important;
}

.invoice-order {
    padding-bottom: 15px
}

.invoice-order > h5 {
    display: inline;
}

.invoice-info .invoice-col strong {
    font-size: .93rem;
}

.invoice-table {
    margin-top: 30px;
    margin-bottom: 30px;
}

.invoice-table table thead {
    border-top: 1px solid darkgray;
    font-size: 1rem;
}

.invoice-table table thead tr th {
    padding: 20px .5rem;
}

.invoice-table table tr td {
    padding: 1.2rem .5rem;
}

.invoice-table table tbody {
    border-top: 0 !important;
    background-color: #B7EFFF;
    font-size: medium;
}


/* Css For Rounded TH */

.rounded-th {
    border-collapse: collapse;
    border: none
}

.rounded-th td:first-child,
.rounded-th th:first-child {
    border-radius: 10px 0 0 10px;
}

.rounded-th td:last-child,
.rounded-th th:last-child {
    border-radius: 0 10px 10px 0;
}

.subtotal-invoice {
    width: 70%
}

.invoice-payment-form {
    padding: 10px 0 55px 40px;
}

.invoice-payment-form div {
    padding: 10px 0px;
}

/*.payment-form {*/
/*    padding: 30px;*/
/*}*/

.payment-form-sidebar {
    background-color: #00BBF0;
    border-radius: 25px;
    color: white;
    padding-left: 4.5rem;
    padding-bottom: 2rem;
}

.payment-form-sidebar .payment-form-img-desktop {
    width: 160px !important;
    height: auto !important;
    margin-left: -4rem;
}

.total-amount {
    font-size: large
}

.total-amount-price {
    font-size: 2.2rem;
    font-weight: bolder;
}

.payment-title {
    padding: 0.5rem 0 2.5rem 0.5rem;
    font-size: 2rem;
}

.order-title {
    padding: 2.5rem .5rem;
    font-size: 1.5rem;
}

.invoice-payment-form h5 {
    color: white !important;
    padding-bottom: 10px
}

.invoice-report {
    background-color: #F3F3F3 !important;
    border: 0;
    margin-top: 3rem;
}

.invoice-report small {
    font-size: 115%;
    float: right;
    color: grey;
    display: block;
    width: 100%;
}

.lead-invoice {
    font-size: 1.5rem;
    font-weight: normal;
    color: darkgray;
    margin-bottom: 35px;
}

.lead-invoice1 {
    font-size: 1.5rem;
    font-weight: normal;
    color: darkgray;
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: solid darkgrey 1px;
}

.invoice-logo {
    display: -webkit-inline-box;
}

.control-label {
    font-size: .9rem;
}

.user-profile-name {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.profile-email {
    font-size: 24px;
    margin-bottom: 30px;
}

.profile-email i,
.profile-service i {
    margin-right: 24px;
    font-size: 28px;
}

.profile-service i {
    font-size: 22px;
}

.nav-tabs .nav-link {
    color: #969696;
    position: relative;
    border: 0 !important;
}

.nav-link i {
    margin-right: 16px;
    font-size: 16px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    color: #000;
    background-color: transparent;
    border: 0;
}

.nav-tabs .nav-link:after {
    content: "";
    height: 3px;
    background: var(--secondary-color);
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -2px;
    transition: all 0.3s;
}

.nav-link {
    padding: 0.5rem 24px;
    min-width: 140px;
}

.nav-tabs .nav-link.active:after,
.nav-tabs .nav-link:hover:after {
    width: 100%;
}

.tab-content {
    padding-top: 48px;
}

.user-profile-name span {
    font-size: 18px;
}

.user-profile-name .profile-name {
    margin-bottom: 16px;
    line-height: 1;
}

.profile-payment-status {
    padding: 112px 0 55px;
}

.card-btns {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 40px;
}

.card-btns .payment-btn,
.approve-btn {
    margin-left: 16px;
}

.exp-card .exp-card-divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background-color: #dadada;
}

.payment-card .total-price,
.exp-card .exp-card-date {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 20px;
}

/* .exp-card .exp-card-title {
    margin-top: 10px;
    padding-top: 19px;
    min-height: 64px;
} */

.payment-card .language {
    margin-bottom: 24px;
    line-height: 1.5;
}

.date-wrap,
.payment-card h6 {
    margin-bottom: 16px;
}

/*.payment-card h6 {*/
/*    min-height: 41px;*/
/*}*/

.profile-content .payment-card,
.payment-content .payment-card,
.exp-card {
    background: #ffffff;
    border-radius: 25px;
    padding: 32px;
    margin-bottom: 24px;
}

.profile-content .payment-card .guide-name,
.payment-content .payment-card .guide-name {
    margin-bottom: 35px;
}

.payment-footer {
    display: flex;
    flex-wrap: wrap;
}

.payment-footer p,
.payment-footer .payment-status {
    width: 50%;
}

.payment-status i,
.card-status i {
    margin-right: 16px;
}

.payment-card-top figure img,
.exp-card figure img,
.modal-avhfead figure img {
    border-radius: 25px;
}

.profile-awaiting {
    padding: 55px 0 112px;
}

.profile-progress .progress {
    width: 95%;
}

.progress-wrap.profile-progress .progress-count {
    width: auto;
    margin-left: 35px;
}

.pr-profile-text i {
    margin-right: 7px;
}

.pr-profile-text a {
    font-weight: bold;
}

.profile-btns .pr-btn,
.edit-btns .pr-btn {
    min-width: 80px;
    padding: 0 24px;
}

.profile-btns .pr-btn:first-of-type,
.edit-btns .pr-btn:first-of-type {
    margin-right: 16px;
}

.join-date i {
    margin-right: 24px;
}

.pr-email-wrap {
    margin-bottom: 80px;
}

.edite-profile-form label:not(.form-check-label),
.edit-form label:not(.form-check-label) {
    font-size: 18px;
    margin-top: 10px;
    font-family: "segoeRegular";
}

.edite-profile-form .show-password {
    position: absolute;
    right: 36px;
    top: 13px;
}

.show-password {
    cursor: pointer;
}

.edite-profile-form .form-check-input[type="checkbox"],
.edit-form .form-check-input[type="checkbox"] {
    margin-right: 20px;
}

.edite-profile-form .form-check-label,
.edit-form .form-check-label {
    min-width: 60px;
}

.edite-profile-form .form-check,
.edit-form .form-check {
    margin-right: 20px;
    margin-bottom: 16px;
}

.language-options,
.activity-options {
    flex-wrap: wrap;
    margin-top: 10px;
}

.language-options .other,
.activity-options .other {
    width: 547px;
}

.guide-fav {
    padding: 80px 0 0;
}

.payment-card.pend .discount-box,
.exp-card.pend .discount-box {
    background: var(--secondary-color);
}

.payment-card.pend .payment-status,
.exp-card.pend .payment-status,
.exp-card.pend .card-status {
    color: var(--secondary-color);
    display: inline;
}

.payment-card.success .discount-box,
.exp-card.success .discount-box {
    background: var(--green-color);
}

.payment-card.success .payment-status,
.exp-card.success .payment-status,
.exp-card.success .card-status {
    color: var(--green-color);
}

.payment-card.refund .discount-box,
.refund .discount-box {
    background: #969696;
}

.payment-card.refund .payment-status,
.refund .card-status {
    color: var(--red-color);
}

.payment-row {
    margin-bottom: 80px;
}

.booking-tour,
.booking-tour-history,
.experience {
    padding-bottom: 55px;
}

.booking-image {
    width: 50%
}

.booking-tour-history {
    padding-top: 40px;
}

.bk-tour-history {
    padding-bottom: 70px;
}

.chat-leftSide {
    width: 435px;
    padding: 0 24px 24px 0;
    border-right: 1px solid #dadada;
}

.main-chat-box {
    width: calc(100% - 435px);
    padding: 0 24px 24px 24px;
}

.chat-card {
    background: #fff;
    border-radius: 25px;
    margin-bottom: 8px;
    padding: 16px;
}

.chat-card-name {
    font-size: 18px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 200px;
}

.chat-card > div {
    align-items: center;
}

.chat-card.unread {
    background: var(--primary-color);
}

.chat-card.unread * {
    color: #fff;
}

.chat-user-img {
    margin-right: 24px;
}

.chat-notif {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    line-height: 24px;
    text-align: center;
    background: var(--red-color);
    font-size: 16px;
    font-weight: bold;
    right: 15px;
    top: 15px;
}

.chat-card-time {
    font-size: 12px;
    color: #969696;
    text-align: right;
    line-height: 1;
}

.chat-leftSide ul {
    margin-bottom: 56px;
}

.main-chat-header .user-avatar {
    margin-right: 24px;
}

.date-line {
    border-bottom: 1px solid #dadada;
    position: relative;
    margin-bottom: 20px;
}

.date-line:first-of-type {
    margin-top: 5px;
}

.date-line span {
    font-family: "segoeRegular";
    display: inline-block;
    position: absolute;
    right: 0;
    top: -10px;
    background: #f3f3f3;
    padding: 0 5px;
}

.date-line.left span {
    left: 0;
    right: auto;
}

.chat-item .time {
    color: #969696;
    margin-left: 16px;
}

.chat-list-wrap li .text-box {
    background: #ffffff;
    border-radius: 15px;
    padding: 24px;
    max-width: 414px;
}

.user-chat {
    display: flex;
    align-items: flex-end;
    margin-bottom: 16px;
    justify-content: flex-end;
}

.chat-list-wrap .right .time {
    margin-right: 16px;
    margin-left: 0;
}

.chat-list-wrap .left .user-chat {
    flex-direction: row-reverse;
}

.chat-list-wrap .left .text-box {
    background: #b7efff;
}

.chat-list-wrap .left.dark-blue .text-box {
    background: #00bbf0;
}

.main-chat-footer {
    margin-top: 40px;
    position: relative;
}

.main-chat-footer .form-control {
    border-radius: 25px !important;
    height: 100px;
}

.main-chat-footer .send-button {
    position: absolute;
    width: 52px;
    height: 52px;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    line-height: 57px;
    font-size: 20px;
    border-radius: 15px;
    right: 24px;
    top: 24px;
    transition: all 0.3s;
}

.main-chat-footer .send-button:hover {
    background: var(--dark-blue);
}

.main-chat-footer .send-button i {
    font-size: 30px;
    margin: 0 auto;
}

.main-chat {
    overflow-y: auto;
    height: 515px;
    padding-right: 40px;
}

.review-content .main-chat {
    height: 690px;
}


/* .guide-full-banner .radius26 {
  overflow: hidden;
} */

.inbox-badge {
    position: absolute;
    width: 16px;
    height: 16px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    border-radius: 50px;
    display: inline-block;
    left: 6px;
    top: -7px;
    background: var(--red-color);
}

.profile-list-item span {
    margin-right: 10px;
}

.profile-banner {
    margin-bottom: 20px;
}

.user-profile-wrap .nav-tabs {
    border: 0;
}

.edit-photo,
.edit-cover {
    border: 0;
    background: transparent;
}

.edit-photo {
    color: #000;
}

.edit-photo:hover {
    background: transparent !important;
}

.edit-photo,
.verify-btn,
.guide-send-btn {
    position: absolute;
    left: 320px;
    bottom: -64px;
}

.edit-photo i,
.edit-cover i {
    margin-right: 12px;
    font-size: 12px;
}

.edit-cover {
    position: absolute;
    right: 8px;
    top: 8px;
    height: 52px;
    width: 152px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s;
}

.remove-cover {
    background: transparent;
    position: absolute;
    right: 16px;
    bottom: 16px;
    font-size: 22px;
    line-height: 1;
    padding: 0;
}

.pr-btn.verify-btn {
    min-width: 160px;
}

.verify-btn svg,
.verify-logo,
.validity-btn svg {
    margin-right: 8px;
}

.upload-btn,
.upload-video {
    font-size: 16px;
    font-family: "segoeBold";
    cursor: pointer;
}

.upload-btn i,
.upload-video i {
    margin-right: 12px;
}

.upload-video {
    background: transparent;
    color: #969696;
}

.pr-service-row {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.profile-about h3 {
    margin-bottom: 24px;
}

.profile-about p {
    margin-bottom: 15px;
}

.profile-status {
    margin-top: 50px;
    font-size: 18px;
}

.experience-head {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.upcoming-exp {
    padding: 112px 0 55px;
}

.exp-card-top .guide-name {
    font-size: 12px;
}

.exp-card-top .guide-name strong {
    font-size: 16px;
}

.payment-card .at-date i,
.exp-card .date-wrap i,
.exp-card .language i {
    margin-right: 16px;
}

.exp-card .language {
    margin-bottom: 16px;
}

.add-gallery {
    min-height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    border: 2px solid #dadada;
}

.add-gallery button {
    color: #969696;
    font-size: 16px;
    font-family: "segoeRegular";
}

.add-gallery button i {
    margin-right: 12px;
}

.experience-head button {
    min-width: 141px;
}

.edit-card {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    background: #969696b8;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 99;
}

.video-uploaded {
    max-width: 300px;
    margin-top: 10px;
}

.guide-document {
    padding-bottom: 80px;
}

.exp-card .total-price {
    margin-top: 0;
}

.pr-card-footer {
    display: flex
}

.pr-card-footer a {
    margin-left: auto;
    order: 2;
}

.pr-card-footer i {
    margin-right: 16px;
    font-size: 22px;
}

.pr-card-footer a {
    font-weight: bold;
}

.requests {
    padding-bottom: 55px;
}

.approve-request {
    padding-top: 55px;
}

.pending .discount-box {
    background: #ffb45b;
}

.pending .card-status {
    color: #ffb45b;
}

.cancel .discount-box {
    background: #969696;
}

.cancel .card-status {
    color: #969696;
}

.exp-card-title i {
    margin-right: 16px;
    font-size: 22px;
}

button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.modal-avhfead {
    margin-bottom: 24px;
    align-items: flex-end;
}

.modal-avhfead h5 {
    margin-bottom: 16px;
}

.modal-avhfead figure {
    width: 140px;
    margin-right: 28px;
}

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

.chat-user-message.text-truncate {
    width: 196px;
}

.review-date {
    float: right;
    margin-top: -40px;
    clear: both;
}

.review-avatar {
    margin-top: -22px;
}

.chat-container {
    flex-wrap: wrap;
}

#lreviewTab {
    justify-content: space-between;
}

#lreviewTab li {
    width: 49%;
}

#lreviewTab li button {
    width: 100%;
    border-bottom: 1px solid #969696 !important;
    border-radius: 0 !important;
    font-size: 18px;
    font-family: "segoeRegular";
}

.chat-leftSide #lreviewTab {
    margin-bottom: 32px;
}

.chat-leftSide .result-rate strong {
    font-size: 48px;
}

.chat-leftSide .result-star {
    font-size: 36px;
}

.chat-leftSide .review-summary {
    margin-top: 80px;
    border: 0;
    padding: 0;
}

.chat-leftSide .progress-wrap .progress-title {
    width: 100%;
    margin-bottom: 12px;
}

.chat-leftSide .review-summary .progress {
    width: 302px;
}

.chat-leftSide .progress-wrap > span {
    width: auto;
}

.minidrop {
    width: 150px;
    background: #fff;
    color: #000;
}

.minidrop.dropdown-toggle::after {
    content: none;
}

.verify-text {
    margin-bottom: 32px;
}

.modal-list li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    vertical-align: middle;
    font-size: 18px;
    margin-right: 16px;
}

.modal-select-plans {
    padding: 40px 95px;
}

.row.modal-plans {
    margin-top: 50px;
}

.plan-off {
    position: absolute;
    width: 136.61px;
    height: 46.71px;
    background: #f17105;
    border-radius: 34px;
    text-align: center;
    line-height: 46px;
    top: 36px;
    right: -10px;
    font-size: 18px;
}

.modal-plans label {
    width: 100%;
}

.modal-plans .plan-detail {
    border-radius: 26px;
    padding: 36px 16px;
    background: #005792 url(../images/vector.png) no-repeat;
    position: relative;
    color: #fff;
    text-align: right;
    font-family: "segoeRegular";
    background-size: 90px;
    background-position: -17px top;
}

.plan-price {
    font-size: 77px;
    /* margin-bottom: 22px; */
    font-family: "segoeRegular";
    line-height: 1;
    /* margin-top: 61px; */
}

.plan-dur {
    font-size: 24px;
    line-height: 1;
}

.modal-plans .card-input-element {
    display: none;
}

.modal-plans .card-input:hover {
    cursor: pointer;
}

.modal-plans .card-input-element:checked + .card-input {
    box-shadow: 0 0 3px 3px var(--secondary-color);
}

.plan-price .currency {
    font-size: 25px;
    vertical-align: top;
    margin-top: 13px;
    display: inline-block;
    margin-right: 5px;
}

.modal-upload {
    display: flex;
    border-radius: 26px;
    cursor: pointer;
    margin-top: 1rem;
    width: 200px;
    height: 200px;
    border: 2px solid #000;
    justify-content: center;
    align-items: center;
    margin: 32px auto 0;
}

.modal-upload i {
    margin-right: 12px;
}

.multi-steps-form .tab {
    display: none;
}

.multi-steps-form .current {
    display: block;
}

.multi-steps-form .previous {
    background: transparent;
    color: #000;
    margin-bottom: 40px;
    font-size: 16px;
}

.multi-steps-form .previous:hover {
    background: transparent !important;
}

.multi-steps-form .previous i {
    margin-right: 12px;
}

.multi-steps-form .step {
    height: 8px;
    width: 8px;
    cursor: pointer;
    margin: 0 2px;
    color: #fff;
    background-color: #dadada;
    border: none;
    border-radius: 50%;
    display: inline-block;
    padding: 5px;
}

.wizard-buttons .step.active {
    opacity: 1;
    background-color: var(--secondary-color);
}

.wizard-buttons .step.finish {
    background-color: var(--secondary-color);
}

.form-field .modal-label {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.5;
}

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

.form-fields .form-check {
    min-width: 26%;
    margin-bottom: 15px;
    line-height: 1;
    min-height: 1rem;
}

.form-fields .mini-field {
    margin-right: auto;
    width: 142px;
}

.form-fields .form-check label {
    vertical-align: middle;
}

.form-fields .form-check-input[type="checkbox"] {
    margin-top: -1px;
}

.form-fields .other-lang,
.form-fields .other-type {
    width: 100%;
    margin-top: 18px;
}

.values .currency,
.price-range-badge .currency,
.price-range-max .currency
    /*.form-field .single--price-range .currency {*/
{
    font-size: 20px;
    margin-right: 8px;
    font-weight: bold;
    position: static;
    color: #000;
}

.wizard-buttons {
    margin-top: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-dots {
    margin: 0 auto;
}

.wizard-buttons .next i {
    margin-left: 10px;
}

.add-field {
    background: transparent;
    color: #000;
    width: 108px;
    font-family: "segoeBold";
    font-size: 16px;
}

.add-field i {
    margin-right: 12px;
}

.add-submit {
    color: #00bbf0;
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #00bbf0;
    position: ABSOLUTE;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: transparent;
}

.add-submit i {
    margin-right: 0;
}

.add-submit-edit {
    color: #00bbf0;
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #00bbf0;
    position: ABSOLUTE;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: transparent;
}

.add-submit-edit i {
    margin-right: 0;
}

.add-field-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.h170 {
    height: 170px;
}

.add-field-wrap > div {
    width: calc(100% - 108px);
}

#addTourForm .modal-upload {
    margin: 32px 0 0;
}

#editTourForm .modal-upload {
    margin: 32px 0 0;
}

.agree-field {
    margin-top: 40px;
}

.agree-field .form-check {
    display: inline-block;
}

.agree-field .form-check input {
    margin-top: 7px;
}

.added-list {
    width: 100% !important;
    padding-left: 21px;
    margin-bottom: 10px;
    display: flex;
    text-align: center;
}

.added-list .icon-close {
    line-height: 1;
    margin-left: 10px;
    padding: 5px;
    cursor: pointer;
}

.added-list .icon-close:after {
    content: "✖";
    font-size: 16px;
    color: black;
    font-style: normal;
}

.added-list i {
    margin-right: 16px;
    font-size: 16px;
}

.manage-btn i {
    margin-right: 12px;
    font-size: 18px;
}

.city-note i {
    margin-right: 16px;
    font-size: 16px;
}

.edite-profile-form label i,
.edit-form label i {
    margin-right: 27px;
    font-size: 22px;
}


/* .edite-profile-form ::placeholder {
  font-size: 18px;
}
.edite-profile-form ::-moz-placeholder {
  font-size: 18px;
} */

.edite-profile-form .about-field {
    margin-top: 112px;
}

.about-field label {
    font-size: 36px !important;
    margin-top: 0 !important;
    line-height: 1;
}

.about-field textarea {
    height: 170px;
    font-size: 14px;
}

.upload-video-wrap {
    align-self: flex-end;
    margin-bottom: 30px;
}

.upload-video-wrap .upload-video {
    color: #000;
}

.edit-avatar {
    text-align: center;
}

.edit-avatar .edit-photo {
    position: static;
    padding: 15px 0;
    font-family: "segoeBold";
    font-size: 16px;
    cursor: pointer;
}

.edit-photo i {
    font-size: 16px;
}

.guide-avatar.edit-avatar {
    /* bottom: -120px; */
    bottom: -70px;
}

.multi-steps-form .avatar-holder {
    background: #969696;
    border-radius: 25px;
    width: 140px;
    height: auto;
    display: inline-block;
}

.multi-steps-form .avatar-holder img {
    margin: 0 auto;
}

.upload-avatar {
    font-family: "segoeRegular";
    /*margin-left: 34px;*/
    display: inline-block;
    transform: translateY(-25px);
}

.form-fields .form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 0;
    vertical-align: middle;
    border: 1px solid #000;
    margin-right: 12px;
}

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

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

.avatar-request {
    width: 140px !important;
}

/*.avatar-field {*/
/*    margin-bottom: 22px;*/
/*}*/

.mb-30 {
    margin-bottom: 30px;
}

.form-field .currency, .add-tour-currency {
    position: absolute;
    left: 29px;
    top: 44px;
    font-size: 24px;
    color: var(--secondary-color);
}

.add-tour-currency {
    top: 0 !important;
}

.form-field .price-field {
    padding-left: 55px;
}

#signUpGuideForm textarea {
    height: 146px;
}

.show-all-btn {
    font-size: 16px;
    margin: 32px 0;
    display: inline-block;
    font-family: "segoeBold";
    cursor: pointer;
}

.show-all-btn i {
    margin-left: 12px;
}

#country ~ .select2-container--default .select2-selection--single .select2-selection__placeholder,
#city ~ .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-family: robotobold;
}

#country ~ .select2-container--default .select2-selection--single .select2-selection__rendered,
#city ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 24px;
}

.large-avatar {
    max-width: 250px;
}

.medium-avatar {
    max-width: 150px;
}

.small-avatar {
    max-width: 140px;
}

.mini-avatar {
    max-width: 56px;
}

.duration-options {
    align-items: center;
    flex-wrap: wrap;
}

.duration-options .other {
    width: 196px;
}

.edit-form .range-slider {
    margin-top: 10px;
}

.primary-info {
    margin-bottom: 118px;
}

.removeField {
    background: transparent;
    color: #000;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.input-group {
    margin-bottom: 16px;
    align-items: center;
}

.input-group input {
    margin-bottom: 0;
}

.edit-form .input-group input {
    width: 487px;
    max-width: 487px;
}

.edit-form .input-group i {
    margin-right: 18px;
    font-size: 20px;
}

.edit-form .removeField {
    margin-left: 25px !important;
    font-size: 16px;
}

.edit-form .tour-section .add-field {
    margin-left: 45px;
}

.tour-desc-col textarea {
    font-size: 14px;
}

.red-btn {
    color: var(--red-color);
}

button i {
    margin-right: 12px;
}

.edit-btns {
    position: absolute;
    right: 0;
    top: 0;
}

.validity-btn {
    position: absolute;
    right: 16px;
    top: 16px;
    background: rgba(255, 255, 255, 0.3);
}

.validity-items {
    position: relative
}

.validity-items strong {
    position: absolute;
    right: 0px
}

.validity-items p {
    margin-bottom: 15px;
    font-size: 16px;
}

.validity-items p span {
    margin-right: 27px;
}

.validity-items p i {
    font-size: 18px;
    margin-right: 20px;
}

.circle-progress {
    width: 192px;
    height: 192px;
    background: none;
    position: relative;
}

.circle-progress::after {
    content: "";
    width: 98%;
    height: 98%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 3px;
    left: 2px;
}

.circle-progress > span {
    width: 50%;
    height: 100%;
    /* overflow: hidden; */
    position: absolute;
    top: 0;
    z-index: 1;
}

.circle-progress .progress-left {
    left: 0;
}

.circle-progress .circle-progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 11px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.circle-progress .progress-left .circle-progress-bar {
    left: 100%;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.circle-progress .progress-right {
    right: 0;
}

.circle-progress .progress-right .circle-progress-bar {
    left: -100%;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.circle-progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

.circle-progress .progress-value {
    font-size: 18px;
    color: var(--secondary-color);
    font-family: "segoeBold";
}

.circle-progress .progress-value div {
    max-width: 100px;
    line-height: 1.5;
    text-align: center;
}

.circle-progress .border-primary {
    border-color: #00bbf0 !important;
}

.pr-profile-text svg {
    margin-right: 20px;
}

.dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    border: 0;
    margin-left: 16px;
    vertical-align: -3px;
}

.show-filter-btn > i.fa {
    line-height: 25px;
    padding-left: 10px;
}

.menu-mobile {
    margin-left: 30px;
    font-size: 28px;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
}

.user-profile-wrap {
    margin-top: 75px;
}

#addTourForm .select2-dropdown {
    width: 851px;
}

#editTourForm .select2-dropdown {
    width: 851px;
}

#select2-multiCity-results {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

#select2-multiCity-results li {
    width: 25%;
}

@media (max-width: 768px) {
    #select2-multiCity-results {
        display: block;
    }

    #addTourForm .select2-dropdown {
    }

    #select2-multiCity-results li {
        width: auto;
    }
}

.select2-selection--multiple .select2-search {
    vertical-align: middle;
    /*margin-top: -20px;*/
    display: inline-block !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    vertical-align: middle !important;
    font-size: 12px;
    margin-top: -12px;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 30px;
    vertical-align: middle;
}

.modal-header-wrap {
    padding: 40px 56px 0;
}

.review-card-right {
    width: calc(100% - 67px);
    padding-left: 36px;
}

.revew-card-header-info {
    justify-content: space-between;
    align-items: center;
}

.review-card-date {
    color: #969696;
    font-size: 12px;
}

.revew-card-header-info {
    padding-top: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.month-dropdown .dropdown-menu {
    width: 190px;
    border-radius: 15px;
    padding: 0;
    right: 0 !important;
    left: auto !important;
}

.month-dropdown .dropdown-menu ul {
    padding: 0;
}

.month-dropdown .dropdown-item {
    text-align: center;
}

.month-dropdown .dropdown-item:hover {
    border-radius: 30px;
    background: #dadada;
}

.dropdown-item.year {
    color: var(--secondary-color);
}

.cta-button-wrap {
    text-align: right;
}

.remove-cover i {
    margin-right: 0;
}

.book-time-picker label {
    margin: 0 !important;
}

.book-time-picker {
    position: relative;
    padding-left: 40px;
    height: 52px;
    border: 1px solid #dadada;
    border-radius: 25px;
}

.book-time-picker input {
    border: 0 !important;
}

.book-time-picker i {
    position: absolute;
    left: 20px;
    top: 17px;
}

.book-time-picker label,
.book-time-picker span,
.book-time-picker input {
    height: 100% !important;
    border-radius: 25px !important;
    background: transparent !important;
    border: 0 !important;
}

.book-time-picker input.mbsc-windows.mbsc-focus:focus {
    box-shadow: none !important;
}

.book-time-picker .mbsc-material.mbsc-textfield-fieldset {
    border: 0;
}


/* Form Class */

.success input {
    border-color: var(--green-color);
}

.success label {
    color: var(--green-color);
}

.danger input {
    border-color: var(--red-color);
}

.danger label {
    color: var(--red-color);
}

.warning input {
    border-color: var(--secondary-color);
}

.warning label {
    color: var(--secondary-color);
}

.edit-cover:hover {
    color: #000;
}

.dropzone .dz-preview .dz-image {
    border-radius: 16px;
    width: 100%;
    height: 100px;
}

.dropzone {
    background: transparent;
    border: 0;
    padding: 0;
}

.dropzone .add-gallery,
.dropzone > div {
    flex: 0 0 auto;
    width: 100%;
}

.dropzone .dz-preview.dz-image-preview {
    background: transparent;
}

.dropzone .dz-preview .dz-image img {
    width: 100%;
}

.dropzone .dz-remove {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.65rem;
    width: 1.65rem;
    font-size: 1rem;
    text-indent: -9999px;
    white-space: nowrap;
    position: absolute;
    z-index: 999;
    background-size: 40%;
    background-color: #fff !important;
    box-shadow: 0 0.1rem 1rem 0.25rem rgb(0 0 0 / 5%);
    border-radius: 100%;
    top: 10px;
    right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url(../images/icon-close.svg);
}

.single--price-range {
    margin-top: 10px;
}

.single--price-range .slidecontainer {
    width: 100%;
    display: block;
}

.single--price-range .progress-count {
    width: auto;
    margin-left: 0;
}

.price-range-badge,
.price-range-max {
    position: absolute;
    left: 0;
    top: -20px;
}

.price-range-max {
    left: auto;
    right: 0;
}

.owl-nav button i {
    margin: 0;
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #dadada !important;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    z-index: 99999;
    margin: 0 4px;
    transition: all 0.3s;
}

.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
    background: var(--primary-color) !important;
}

/*.form-field .single--price-range {*/
/*    margin-top: 30px;*/
/*}*/

.expand-desc-btn {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}

.expand-desc-btn i {
    margin-left: 10px;
}

.cta-button i {
    margin-right: 5px;
    font-size: 15px;
}

.fa-backpack {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: transparent url("../../images/site/fluent_backpack.svg") no-repeat;
    vertical-align: middle;
}

.tour-verified-logo {
    margin-left: 4px;
}

.guide-verified-logo-large,
.guide-verified-logo {
    display: inline-block;
    position: relative;
    /*transition: all .3s;*/
    cursor: pointer;
    overflow: hidden;
}

.guide-verified-logo {
    height: 17px;
    width: 65px;
}

.guide-verified-logo-large {
    height: 34px;
    width: 200px;
}

@media screen and (min-width: 768px) {
    .single-tour-content .guide-verified-logo-large {
        width: 142px;
    }
}

.guide-verified-logo:before {
    content: 'Verified';
}

.guide-verified-logo-large:before {
    content: 'Verified';
}

.guide-verified-logo:before,
.guide-verified-logo-large:before {
    position: absolute;
    color: transparent;
    width: 0;
    background-color: #00BBF0;
    border-radius: 0 15px 15px 0;
    display: flex;
    align-items: center;
}

.guide-verified-logo:before {
    height: 17px;
    font-size: 12px;
    left: 8px;
}

.guide-verified-logo-large:before {
    height: 34px;
    font-size: 16px;
    left: 15px;
}

.guide-verified-logo:hover:before {
    animation: verifyAnimation .5s forwards;
}

.guide-verified-logo-large:hover:before {
    animation: verifyAnimationProfile .5s forwards;
}

@keyframes verifyAnimation {
    0% {
        color: transparent;
        width: 0;
    }
    100% {
        width: max-content;
        padding: 0 5px;
        padding-left: 9px;
        width: max-content;
        color: #fff;
    }

}

@keyframes verifyAnimationProfile {
    0% {
        color: transparent;
        width: 0;
    }
    100% {
        width: max-content;
        padding: 0 5px;
        padding-left: 20px;
        width: max-content;
        color: #fff;
    }

}

.guide-verified-logo-large img,
.guide-verified-logo img {
    position: absolute;
    left: 0;
    top: 0;
}

.guide-verified-logo img {
    width: 17px !important;
    height: 17px !important;
}

.guide-verified-logo-large img {
    width: 34px !important;
    height: 34px !important;
}

.about-field .fs-18 {
    font-size: 18px !important;
}

.bimage-wrap img {
    border-radius: 26px;
}

.dropzone .dz-preview {
    margin: 8px;
}

.modalTab {
    justify-content: space-between;
    align-items: center;
}

.modalTab button {
    text-align: center;
    border: 0;
    background: transparent;
    color: #000;
    position: relative;
    padding: 10px 12px;
}

#signInModal .modalTab button,
#signUpModal .modalTab button,
#forgotModal .modalTab button {
    width: 100%;
}

.modalTab button:hover {
    background: transparent !important;
    color: #000;
}

.modalTab button:after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    transition: all 0.3s;
    display: inline-block;
    position: absolute;
    background-color: var(--secondary-color);
}

.modalTab button.active:after,
.modalTab button:hover:after {
    width: 100%;
}

.select2-container textarea {
    margin: 0px !important;
    height: 40px !important;
}


/* Added By Emtized*/

.flag-png {
    width: 29px !important;
    height: 22px !important;
}

.body-logo {
    width: 52px !important;
    height: auto !important;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.8) url("../../images/site/load.gif") center no-repeat;
}


/* Turn off scrollbar when body element has the loading class */

body.loading {
    overflow: hidden;
}


/* Make spinner image visible when body element has the loading class */

body.loading .overlay {
    display: block;
}

.dropdown-wrapper {
    z-index: 999999
}

#avatar-pic-div {
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: center;
    margin-top: 35px;
}

#avatar-pic-div input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

#avatar-file-input {
    margin-left: 34px;
}

#avatar-pic-remove {
    display: none
}

#cert-pic-remove {
    display: none
}

#cert-pic-upload {
    display: none
}

#preview_cert_guide {
    display: none
}

#wrapper-not-found {
    background-image: url("../../images/site/IMG_6639.jfif");
    height: 80vh;
    width: 100vw;
    position: relative;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
}

.not-found-content {
    text-align: center;
    color: white;
}

.not-found-content h2,
.not-found-content h4 {
    margin-bottom: 20px;
    color: white;
}

.not-found-content h2 {
    font-size: 3rem;
    line-height: 5rem;
}

.form-field {
    position: relative;
}

.form-field span.error {
    position: absolute;
    bottom: -24px;
    left: 0;
    color: var(--red-color);
    font-size: 13px;
}

input.error {
    background-color: #fce4e4;
    border: 1px solid #cc0033;
    outline: none;
}

.error::placeholder {
    color: red;
}

#avatarPic-error {
    position: initial
}

#community {
    background-repeat: no-repeat;
    background-image: url("../../images/site/Mask group.png");
    background-size: cover;
}


/* Edit */

#city-select-error,
#lanquage-select-error,
#country-select-error,
#activity-select-error {
    bottom: -9px;
}

.select2-container .select2-search--inline textarea.select2-search__field {
    height: 30px !important;
    min-height: 40px;
}

/*.select2 .select2-selection {*/
/*    height: 52px !important;*/
/*}*/

.form-field.avatar-field {
    cursor: pointer;
}

#avatar-pic-div input {
    left: 0;
    bottom: 0;
}

.select2-selection--multiple .select2-search {
    background: transparent !important;
}

.checkbox-error input,
.checkbox-error textarea,
.checkbox-error .select2 .select2-selection {
    background-color: #fce4e4;
    border: 1px solid #cc0033;
    outline: none;
}

.checkbox-error input::placeholder,
.checkbox-error textarea::placeholder,
.checkbox-error .select2-search__field::placeholder {
    color: red;
}

.owl-carousel .owl-item .ratio img,
.city-card .ratio img,
.tour-card .ratio img {
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
}

.guide-list-item,
.profile-list-item,
.profile-list-item p {
    display: flex;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dadada;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 6px 10px;
}

.mini-avatar img {
    border-radius: 50%;
}

header .select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: 5px;
}


/* .tab .select2-container {
    z-index: 9999;
} */

span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999;
}

/*.select2-selection.select2-selection--multiple {*/
/*    height: auto !important;*/
/*}*/

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

.upload__btn-box {
    margin-bottom: 10px;
}

.upload__img-wrap {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
}

.upload__img-box {
    width: 200px;
    padding: 15px;
    margin: 32px 32px 32px 0;
    border-radius: 26px;
}

.upload__img-box > div {
    border-radius: 26px;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

#select2-country-results li,
#select2-scountry-results li {
    position: relative;
}

#select2-country-results li:before,
#select2-scountry-results li:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Pro";
    vertical-align: middle;
    margin-right: 10px;
    font-size: 18px;
    color: #969696;
    font-weight: 300;
}

#select2-country-results li:before {
    position: absolute;
    left: 12px;
    top: 10px;
}

#select2-scountry-results li:before {
    font-size: 14px;
}

.page-content {
    padding-top: 30px;
    padding-bottom: 50px
}

#terms-error {
    display: block;
    left: 0;
    color: var(--red-color);
    font-size: 13px;
    position: absolute;
    bottom: -20px;
}

.form-check-terms {
    position: relative;
}

.timepicker-wrap {
    position: absolute;
    z-index: 9;
    padding: 4px;
    border-radius: 26px;
    background-color: #fff;
    /* box-shadow: 0 1px 3px rgb(0 0 0 / 25%); */
    color: #000;
    /* font-family: system-ui, Roboto, Helvetica, Arial, sans-serif; */
    line-height: 1.125em;
    overflow: hidden;
}

.tui-timepicker-btn-area input {
    border-radius: 15px !important;
    padding: 0 10px !important;
}

.tui-timepicker-btn-up {
    top: 29px;
}

.tui-timepicker-btn-down {
    bottom: 24px;
}

.tui-timepicker-btn-area .tui-timepicker-spinbox-input {
    text-align: right;
    color: var(--secondary-color);
}

.tui-timepicker-btn:hover {
    background: transparent !important;
}

.timepicker-wrap strong {
    text-align: center;
    display: block;
}

.reserve-date .timepicker-wrap .card-btns {
    padding: 0 25px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.reserve-date .timepicker-wrap .card-btns .trblack {
    margin-right: 10px;
}

button.lightpick__close-action {
    display: none;
}

.lightpick__footer button {
    border-radius: 30px;
    line-height: 1;
    font-size: 14px;
}

.lightpick__apply-action {
    background: var(--primary-color);
}

.lightpick__footer {
    justify-content: flex-end;
    margin-bottom: 15px;
    padding-right: 15px;
}

.lightpick__footer .lightpick__apply-action {
    margin-left: 15px;
}

.lightpick__reset-action:hover {
    color: #fff;
}

.ratio-21x9 .full-image {
    height: 100%;
    object-fit: cover;
}

.profile-content .manage-btn:hover {
    background: transparent !important;
    color: var(--dark-blue);
}

.reserve-date .person-num p {
    width: 80px;
}

.icon-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
}

.swal2-container {
    z-index: 999999 !important;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
}

.h-400 {
    height: 400px;
}

.two-col {
    height: calc(50% - 5px);
    margin-bottom: 12px;
}

.two-col-down {
    height: calc(50% - 5px);
    margin-top: 12px;
}

.four-col {
    height: calc(100%);
}

.pad-r {
    padding-right: 0 !important;
}

.mr--1 {
    margin-right: -1rem;
}

.invoice-tr-hr {
    padding: 3rem 0;
    border-bottom: 1px #c7c7c7 solid;
    height: 2rem;
}

.invoice-tr {
    font-size: 20px;
    font-weight: bold;
}

.invoice-tr-err {
    color: red;
}

.fa-circle-xmark {
    padding-right: 20px;
}

.invoice-tr-suc {
    color: lightgreen;
}

.fa-check-circle {
    padding-right: 20px;
}

.justify-start {
    margin-right: auto;
}

.tour-guide-sort-btn {
    border-radius: 25px;
    padding: 0.5rem 2rem;
}

.tour-guide-sort-btn:hover,
.tour-guide-sort-btn.selected-sort {
    background-color: orange;
}

.widget-last {
    border-bottom: 0 !important;
}

.read-more-btn {
    font-size: 16px;
    font-weight: bold;
}

.aside-reserve.d-none {
    display: block !important;
}

.booking-tour-box {
    display: block !important;
}

.tour-item {
    display: flex;
    align-items: baseline;
}

.tour-item dev {
    margin-right: 7px;
}

.register-guide-second .select2-container {
    width: 100% !important;
}

.tour-languages-row {
    display: flex;
    align-items: flex-start;
}

.blog-card-left {
    padding: 0;
}

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

#add-tour-desc {
    margin-bottom: 0;
}

.total-amount-wrapper {
    display: flex;
}

.tour-guides-cities {
    display: flex !important;
    align-items: flex-start;
}

.add-tour-price {
    margin-bottom: 0 !important;
}

.add-tour-price-per {
    margin-left: 7px;
}

.payment-content .payment-img {
    margin-right: 20px;
}

.payment-content .payment-img img {
    border-radius: 20px;
}

.guide-register-btn {
    background: var(--primary-color);
    color: #fff;
    border-radius: 30px;
    transition: all 0.3s;

    min-width: 181px;
    height: 52px;
    padding: 0 22px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#signInModal .guide-register-btn,
#signUpModal .guide-register-btn ,
#forgotModal .guide-register-btn {
    margin: 10px;
    width: 100%;
}

.guide-register-btn:hover {
    background: var(--dark-blue);
    color: #fff;
}

.guide-register-btn i {
    margin-right: 10px;
}

.guide-register-box {
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    border-radius: 25px;
    padding-top: 20px;
}

.guide-register-box .register-header .header-step.active {
    border-bottom: 3px solid var(--secondary-color);
}

.guide-register-box .register-header {
    width: 91%;
    margin: 0 auto;
    justify-content: flex-start;
}

.guide-register-box .register-header .header-step .header-step-num {
    background-color: #969696;
    color: #fff;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide-register-box .register-header .header-step .header-step-txt {
    color: #969696;
}

.guide-register-box .register-header .header-step.active .header-step-txt {
    color: var(--secondary-color) !important;
}

.guide-register-box .register-header .header-step.finish .header-step-txt {
    color: #00BBF0;
}

.guide-register-box .register-header .header-step.finish .header-step-num {
    background-color: #00BBF0;
    color: #fff;
}

.guide-register-box .register-header .header-step.active .header-step-num {
    background-color: var(--secondary-color) !important;
    color: #fff;
}

.guide-register-box .register-header .header-step-num {
    margin-right: 12px;
}

.guide-register-box .register-header .header-step {
    padding: 5px 30px;
}

.guide-register-head {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 1.5rem auto;
}

.guide-register-head .modal-title {
    margin-bottom: 0;
}

.register-footer-btns .previous {
    border: 1px solid #000;
    padding: 0 22px;
    min-width: 85px;
    height: 52px;
    margin-right: 10px;
}

.previous-register-header .previous {
    margin-bottom: 0;
}

.static-page-header-wrapper {
    background: url(/images/site/page-title.png) round;
    height: 351px;
    background-size: cover;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    justify-content: flex-start;
    padding-left: 13rem;
}

.static-page-header {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.7;
}

.static-page-description p,
.static-page-description span {
    line-height: 1.7 !important;
    font-size: 14px !important;
    background-color: transparent !important;
    margin-bottom: 0 !important;
}

.static-page-description img {
    margin-bottom: 15px;
}

.certificate-setting-btn {
    background: transparent;
    border: 1px solid #000;
    color: #000;

    border-radius: 30px;
    min-width: 190px;
    height: 52px;
    line-height: 52px;
    display: inline-block;
    text-align: center;
}

#captcha-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-bottom: 40px;
}

#captcha-wrapper > SPAN {
    display: inline-block;
    padding: 0;
    position: relative;
    overflow: hidden;
}

#captcha-wrapper #captcha-image {
    width: 120px;
    height: 36px;
}

#file-docs {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

#file-docs-url {
    display: none;
}

.cover-image {
    max-height: 500px;
}

.certificate-setting-btn {
    position: relative;
    z-index: 0;
    cursor: pointer;
}

.certificate-setting-btn #file-cert {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.review-request-content {
    position: relative;
    padding: 120px 0;
}

.review-request-content .review-request-cover {
    position: absolute;
    width: 100%;
    top: -125px;
    bottom: -40px;
    background-color: #FCC924;
    z-index: -1;
}

.review-request-content .review-request-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.review-request-content .request-review-sections {
    flex: 1;
}

.review-request-content .review-request-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-request-content .review-request-image .request-review-img {
    width: 400px;
    height: 274px;
}

 .review-request-fields {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.review-request-content .review-request-texts {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

 .review-request-texts .review-request-text {
    font-family: Segoe UI;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.review-request-content .review-request-form {
    display: flex;
    flex-direction: column;
}
.review-request-content .review-request-form .request-review-selection-fields {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.review-request-content .request-review-email-form-field {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.review-request-content .request-review-email-field {
    flex: 2;
}

.review-request-content .request-review-selection-or {
    font-family: Segoe UI;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 35px;
}

.review-request-content .request-review-phone-form-field {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.review-request-content .request-review-phone-form-field .request-review-code-field {
    flex: 1;
}

.review-request-content .request-review-phone-form-field .request-review-phone-field {
    flex: 2;
}

.review-request-content .review-request-form .request-review-selection-fields .form-field {
    flex: 1;
}

.review-request-content .review-request-action {
    display: flex;
    justify-content: flex-end;
}

.review-request-content .request-review-button {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 16px 24px;
    margin-top: 16px;
}

.review-request-content .request-review-description {
    font-family: Segoe UI;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ai-button {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2px;
    justify-content: center;
}

.ai-button .ai-notice-badge {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    background-color: #25D366;
    color: #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-decoration: none;
}
.whatsapp-button:hover {
    background-color: #ffffff;
    color: #25D366;
}

.whatsapp-button i {
    font-size: 30px;
}

@media (max-width: 768px) {
    .total-amount-price {
        margin-right: 20px;
    }

    .total-amount-wrapper {
        flex-direction: row;
        justify-content: space-between;
    }

    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .payment-form-sidebar .order-title {
        padding: 0;
        margin-bottom: 15px;
        padding-top: 15px;
    }

    .payment-form-sidebar {
        padding-left: 1.5rem;
        padding-bottom: 0;
        position: relative;
    }

    .payment-form-img-mobile {
        display: flex !important;
        justify-content: end;
        position: absolute;
        right: 0;
        top: 0;
    }

    .payment-form-img-mobile img {
        width: 100%;
        max-width: 120px;
    }

    .total-amount {
        margin-top: 1rem;
    }

    .pay-now-later-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .pay-now-payment {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pay-later-payment {
        border: 1px solid #000;
        border-radius: 25px;
        padding: 10px 20px !important;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .invoice-report {
        margin-top: 0;
    }

    .tour-show-verify {
        display: flex;
    }
    .whatsapp-button.move-up {
        bottom: 60px;
    }
}

@media (min-width: 768px) {
    .total-amount-wrapper {
        flex-direction: column;
    }

    .total-amount {
        margin-top: 3rem;
    }

    .desktop-view {
        display: block;
    }

    .mobile-view {
        display: none;
    }
}

@media (max-width: 575.98px) {
    #backDatePicker,
    #applyDatePicker {
        min-width: unset !important;
        max-width: 100px;
    }
}
