@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@400; 500;700&display=swap");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before {
    content: "";
    content: none;
}
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face {
    src: url(../fonts/Mukta-Bold.woff);
    font-family: Mukta-Bold;
}
@font-face {
    src: url(../fonts/Mukta-Medium.woff);
    font-family: Mukta-Medium;
}
@font-face {
    src: url(../fonts/Mukta-Regular.woff);
    font-family: Mukta-Regular;
}


@font-face {
    src: url(../assets/fonts/Ubuntu-Bold.woff);
    font-family: Ubuntu-Bold;
}
@font-face {
    src: url(../assets//fonts/Ubuntu-Medium.woff);
    font-family: Ubuntu-Medium;
}
@font-face {
    src: url(../assets//fonts/Ubuntu-Regular.woff);
    font-family: Ubuntu-Regular;
}



.adventures-content__item-title h2,
.footer-logo a.logo,
.footer-menu h2,
.header-top__nav ul li a,
.hero-title h1,
.how-item__number span,
.how-item__title h2,
.section .section-title h1,
.sidebar-search__block h2,
.sidebar-search__checkboxes h2,
.sidebar-tours__block h1,
.sidebar-tours__block ul li .t-options span,
.t-info__options .prices span,
.t-info__title h2,
.tours-description__item h2,
.tours-description__item h3,
.tours-title__item h1,
.why-item__number span,
.why-item__title h2 {
    font-family: Mukta-Bold, sans-serif;
    font-weight: 700;
}
.hero-title p,
body {
    font-family: Mukta-Regular, sans-serif;
}
.explore-tours__item-title h2,
.explore-tours__item-title ul li,
.sidebar-tours__block ul li .t-item .title h2,
.t-info__options ul li a,
.tours-title__item ul li {
    font-family: Mukta-Medium, sans-serif;
    font-weight: 500;
}
.hero-filter__item .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: Mukta-Regular, sans-serif;
}
.adventures-content__item figure img,
.explore-tours__item figure img,
.gallery figure img,
.hero-img figure img,
.sidebar-tours__block ul li figure img,
.t-img figure img,
.tour-slider figure img,
.tours-cover img,
.tours-description__img figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer-logo ul li a,
.how-item__number span,
.sidebar-search__block button span,
.t-info__title h2 span,
.tour-slider ul li,
.tours-description__img figure a,
.why-item__number span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.adventures-content,
.adventures-content__item a,
.adventures-content__item figure,
.explore-tours,
.explore-tours__item,
.explore-tours__item figure,
.explore-tours__item-title,
.footer,
.footer-copyright,
.footer-logo,
.footer-logo a.logo,
.footer-logo ul,
.footer-menu,
.footer-menu ul,
.footer-menu ul li,
.header,
.header-top,
.hero,
.hero-filter,
.hero-filter form,
.hero-img,
.hero-img figure,
.hero-title h1,
.hero-title p,
.how-item,
.how-item__number,
.how-item__title,
.how-item__title h2,
.section,
.sidebar-search,
.sidebar-search__block,
.sidebar-search__block #slider,
.sidebar-search__block input,
.sidebar-tours,
.sidebar-tours__block ul,
.sidebar-tours__block ul li,
.sidebar-tours__block ul li .t-item,
.sidebar-tours__block ul li .t-options,
.t,
.tour form,
.tour form .form-group,
.tour form .form-group input,
.tour form .form-group label,
.tour ul.list,
.tour ul.list li,
.tour-slider,
.tour-slider figure,
.tour-slider ul,
.tours-cover,
.tours-description,
.tours-description__item h2,
.tours-description__item h3,
.tours-description__item p,
.tours-description__item ul,
.tours-description__item ul li,
.tours-title,
.tours-title__item,
.why-item,
.why-item__number,
.why-item__title,
.why-item__title h2 {
    width: 100%;
    float: left;
}
.hero-filter form button {
    padding: 16px 20px;
    font-family: Mukta, sans-serif;
    font-size: 14px;
}
h1 {
    font-size: 21px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
button,
input,
select,
textarea {
    border: none;
    outline: 0;
    background: 0 0;
}
button:focus,
select:focus,
span:focus {
    outline: 0;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
body {
    font-size: 13px;
    background: #fff;
    overflow-x: hidden;
}
.container {
    max-width: 1300px;
}
.header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 37px;
}
.header-top__logo {
    width: 20%;
}
.header-top__nav {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-top__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top:15px;
}


.header-top__lang {
    width: 20%;
    display: flex;
    justify-content: flex-end;
}

.header-top__nav ul li {
    float: left;
    margin-right: 42px;
    padding-bottom: 5px;
}
.header-top__nav ul li:last-child {
    margin: 0;
}
.header-top__nav ul li a {
    color: #9F9F9F;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    font-family:Ubuntu-Regular;
    font-weight:normal;
    font-size: 14px;
}
.header-top__nav ul li.active a {
    color:#404040;
}
.header-top__nav ul li.active a:after {
    content: "";
    width: 60%;
    height: 2px;
    background: #4fd7f3;
    position: absolute;
    bottom: 0;
}
.header-top__nav ul li:hover a {
    color: #4fd7f3;
}
.header-top__nav ul li:hover a:after {
    content: "";
    width: 60%;
    height: 2px;
    background: #4fd7f3;
    position: absolute;
    bottom: 0;
    display: none;
}

.header-top__lang ul {
     box-shadow:0px 5px 30px rgb(1 0 0 / 5%);;
     position:relative;
     border-radius:10px;

}

.header-top__lang ul:hover {
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}
.header-top__lang ul:hover ul {
    border-top-left-radius:0;
    border-top-right-radius:0;
}

.header-top__lang ul ul li {
    float:left;
    width: 100%;
    margin-bottom: 10px;
}

.header-top__lang ul ul li:last-child {
    margin:0;
}

.header-top__lang ul ul {
   position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    box-shadow: none;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow:hidden;
     opacity: 0;
     visibility: hidden;
    transition: 0.3s all ease-in;
    margin-top: -2px;
    box-shadow: -1px 5px 6px rgb(1 0 0 / 5%);
    z-index: 300;
    padding-top:10px;

}

.header-top__lang ul li a {
    padding: 10px 24px;
    border-radius: 10px;
    color: #4FD7F3;
    font-size:14px;
    background:#fff;
    text-transform:uppercase;
    display:flex;
    justify-content:center;

}

.header-top__lang ul li a .ar  i{
    font-weight: bold;
}


.header-top__lang ul li a .ar {
    margin-left: 5px;
    font-weight: bold;
    transition:0.3s all ease-in;
}

.header-top__lang ul li:hover ul {
    opacity:1;
    visibility:visible;
}

.header-top__lang ul li:hover a .ar {
    transform:rotate(180deg);

}


.header-top__lang ul ul li a {
    padding:0;
    float:left;
    background:none;
    color:#9F9F9F;
    font-size:13px;
    text-align:center;
    padding-left:10px;
}

.hero {
    margin-top: 30px;
}
.hero-title {
    float: left;
    width: 100%;
}
.hero-title h1 {
    font-size: 74px;
    color: #404040;
    line-height: 1.2;
}
.hero-title h1 span {
    width: 100%;
    display: block;
    color: #4fd7f3;
}
.hero-title p {
    margin-top: 30px;
    color: #bcbcbc;
    font-size: 16px;
    line-height: 1.6;
}
.hero-filter {
    background: #F5F5F5;
    border-radius: 20px;
    padding:30px 20px;
    margin-top: 70px;
    width:680px;
    position: relative;
    z-index: 300;
}
.hero-filter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hero-filter form button {
    background: #4fd7f3;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    padding: 0;
    justify-content: center;
}
.hero-filter form button svg {
    width:21px;
    height: 21px;
}
.hero-filter__item {
    position: relative;
    float: left;
    margin-right: 5px;
    width: 180px;
}
.hero-filter__item label {
    position: absolute;
    top: 12px;
    left: 15px;
    z-index: 300;
}
.hero-filter__item input {
    padding: 15px 30px;
    background: #fff;
    border-radius: 10px;
    padding-left: 50px;
    max-width: 180px;
    color:#BCBCBC;
    font-size:14px;
    font-family:Mukta-Medium, sans-serif;
    height:48px;
    padding-top:17px;
}

.hero-filter__item input::placeholder {
    color:#BCBCBC;
}

.hero-filter__item .select2 {
    padding: 0 !important;
    width: 100% !important;
    float: left;
}
.hero-filter__item .select2-dropdown {
    top: -10px;
}
.hero-filter__item .select2-container--default .select2-selection--single {
    border: 1px solid transparent !important;
    border-radius: 10px !important;
    height: 48px !important;
    float: left;
    width: 100% !important;
    color: #404040;
    background: #fff;
    padding-left: 45px;
    padding-right: 30px;
}
.hero-filter__item .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    color: #BCBCBC;
    font-size: 14px;
    position: relative;
    font-family:Mukta-Medium, sans-serif;
}
.hero-filter__item .select2-selection__arrow:before {
    content: "\ea99";
    font-family: Icofont;
    font-size: 14px;
    color:#BCBCBC;
}
.hero-filter__item .select2-selection__arrow b {
    display: none;
}
.hero-filter__item .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 18px;
    right: 15px;
}
.section {
    padding: 100px 0;
}
.section .section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section .section-title h1 {
    font-size: 34px;
    font-family:Ubuntu-Bold;
}
.section .section-title h1 span {
    color: #4fd7f3;
    padding-right: 10px;
}
.section .section-title ul li {
    float: left;
    margin-left: 20px;
    cursor: pointer;
}

.section .section-title ul li:first-child svg {
    fill: #404040;
}
.section .section-title ul li:first-child svg patah {
    fill: #404040;
}
.how-item {
    margin-top: 54px;
}
.how-item__number span {
    width: 61px;
    height: 40px;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
}
.how-item__title {
    margin-top: 30px;
}
.how-item__title h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 14px;
}
.how-item__title p {
    width: 100%;
    color: #9f9f9f;
    font-size: 14px;
    line-height: 1.5;
}
.explore {
    padding-top: 0;
}
.explore-tours {
    margin-top: 44px;
}
.explore-tours__item a {
    color: #404040;
}
.explore-tours__item figure {
    height: 471px;
    border-radius: 20px;
    overflow: hidden;
}
.explore-tours__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
.explore-tours__item-title h2 {
    font-size: 18px;
    font-family:Ubuntu-Medium;
    text-overflow: ellipsis;
  overflow: hidden;
  width: 240px;
  height: 1.2em;
  white-space: nowrap;
  text-align:center;
}
.explore-tours__item-title ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f3f3f3;
    border-radius: 15px;
    padding: 8px 15px;
    margin-top: 15px;
}
.explore-tours__item-title ul li {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-family:Ubuntu-Medium;
}
.explore-tours__item-title ul li:after {
    content: "";
    width: 1px;
    height: 10px;
    float: right;
    background: #707070;
    margin: 0 10px;
}
.explore-tours__item-title ul li:last-child:after {
    display: none;
}
.explore-tours__item-title ul li span {
    float: left;
    margin-right: 5px;
}
.explore-tours__item-title ul li span svg {
    width: 20px;
    height: 20px;
}
.explore-tours__item-title ul li span svg path {
    stroke: #4fd7f3;
}
.why {
    padding-top: 0;
}
.why-item {
    margin-top: 54px;
}
.why-item__number span {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
}

.first-why span svg {
    margin-left:0px;
}

.why-item__title {
    margin-top: 41px;
}
.why-item__title h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 14px;
}
.why-item__title p {
    width: 100%;
    color: #9f9f9f;
    font-size: 14px;
    line-height: 1.5;
}
.adventures {
    padding-top: 0;
}
.adventures-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.adventures-content__item {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-top: 30px;
    height: 310px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.adventures-content__item:nth-child(3) {
    width: calc(25% - 30px);
}
.adventures-content__item:nth-child(4) {
    width: calc(25% - 30px);
}
.adventures-content__item a {
    height: 100%;
    color: #fff;
}
.adventures-content__item figure {
    height: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.adventures-content__item figure img {
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.adventures-content__item-title {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(180%, #000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 180%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 180%);
}
.adventures-content__item-title h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.adventures-content__item:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.tour {
    padding-top: 0;
    background: url(https://modimidi.com/assets/img/pattern.png);
    background-size: 100%;
}
.tour .section-title h1 {
    max-width: 470px;
    font-size: 70px;
    line-height: 1.4;
}
.tour ul {
    margin-top: 50px;
}
.tour ul li {
    font-size: 15px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tour ul li:last-child {
    margin: 0;
}
.tour ul li:before {
    content: "\eed6";
    float: left;
    margin-right: 10px;
    font-family: IcoFont;
    font-size: 21px;
    color: #4fd7f3;
}
.tour form {
    margin-top: 20px;
}
.tour form .form-group {
    margin-top: 10px;
}
.tour form .form-group label {
    font-size: 14px;
    margin-bottom: 10px;
}
.tour form .form-group input {
    border-radius: 10px;
    border: 1px solid #4fd7f3;
    padding: 14px 20px;
    background: #fff;
    color:#dedede;
}

.tour form .form-group input::placeholder {
    color:#dedede;
}
.tour form button {
    padding: 16px 60px;
    border-radius: 10px;
    background: #4fd7f3;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    width:100%;
}
.tour-slider figure {
    margin-top: -100px;
}
.tour-slider ul {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    z-index: 10;
}
.tour-slider ul li {
    border: 1px solid #4fd7f3;
    width: 80px;
    height: 80px;
    color: #4FD7F3;
    font-size: 34px;
    border-radius: 50%;
    cursor: pointer;
}

.tour-slider ul li a {
    color:#4FD7F3;
}

.tour-slider ul li:before {
    display:none;
}
.footer {
    padding: 50px 0;
}
.footer-logo a.logo {
    margin-bottom: 10px;
    font-size: 22px;
    color: #4fd7f3;
}
.footer-logo p {
    color: #9f9f9f;
    max-width: 80%;
    float: left;
    font-size: 14px;
    line-height: 1.4;
}
.footer-logo ul {
    margin-top: 20px;
}
.footer-logo ul li {
    float: left;
    margin-right: 20px;
}
.footer-logo ul li a {
    width: 46px;
    height: 46px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    color: #404040;
}
.footer-menu h2 {
    font-size: 14px;
    color: #404040;
    text-transform:uppercase;
}
.footer-menu ul {
    margin-top: 20px;
}
.footer-menu ul li {
    margin-bottom: 20px;
}
.footer-menu ul li a {
    color: #9f9f9f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform:uppercase;
    font-size: 14px;
    line-height: 1.5;
}
.footer-menu ul li a span {
    margin-right: 10px;
    float: left;
    filter:grayscale(100%);
    display:flex;
}
.footer-menu ul li a span svg {
    fill:#404040
}

.footer-menu ul li a:hover {
    color: #4fd7f3;
}
.footer-copyright {
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid #d2d2d2;
    padding-top: 30px;
}
body {
    --blue: #00bbcb;
    --red: #ff3b30;
    --green: #4cd964;
}
.sidebar-search {
    padding: 30px;
    border-radius: 20px;
    background: #4fd7f3;
    margin-top: 50px;
}
.sidebar-search__block {
    margin-bottom: 25px;
    position: relative;
}
.sidebar-search__block:last-child {
    margin: 0;
}
.sidebar-search__block label {
    position: absolute;
    right: 15px;
    top: 46px;
}
.sidebar-search__block label svg {
    fill: #fff;
}
.sidebar-search__block label svg path {
    stroke: #fff;
}
.sidebar-search__block h2 {
    font-size: 16px;
    color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sidebar-search__block input {
    background: rgba(145, 236, 255,.3);
    border-radius: 10px;
    padding: 15px 25px;
    color: #fff;
}
.sidebar-search__block input::-webkit-input-placeholder {
    color: #fff;
}
.sidebar-search__block input::-moz-placeholder {
    color: #fff;
}
.sidebar-search__block input:-ms-input-placeholder {
    color: #fff;
}
.sidebar-search__block input::-ms-input-placeholder {
    color: #fff;
}
.sidebar-search__block input::placeholder {
    color: #fff;
}
.sidebar-search__block .ui-button,
.sidebar-search__block .ui-state-default,
.sidebar-search__block .ui-widget-content .ui-state-default,
.sidebar-search__block .ui-widget-header .ui-state-default,
.sidebar-search__block html .ui-button.ui-state-disabled:active,
.sidebar-search__block html .ui-button.ui-state-disabled:hover {
    width: 21px;
    height: 21px;
    border: none;
    border-radius: 50%;
    background: #fff;
    top: -8px;
}
.sidebar-search__block button {
    cursor: pointer;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}
.sidebar-search__block button span {
    float: left;
    margin-right: 20px;
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
}
.sidebar-search__checkboxes .check-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.sidebar-search__checkboxes h2 {
    font-size: 16px;
    color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.sidebar-search__checkboxes li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1.6rem 0.3rem 0 3rem;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}
.sidebar-search__checkboxes input[type="checkbox"],
.sidebar-search__checkboxes input[type="radio"] {
    display: none;
}
.sidebar-search__checkboxes .alphabet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    border-radius: 24px;
    color: #888;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    font-weight: 700;
}
.sidebar-search__checkboxes input[type="checkbox"] ~ .alphabet {
    border-radius: 5px;
}
.sidebar-search__checkboxes input:checked ~ .alphabet {
    color: #fff;
    background: #fff;
    border: none;
    position:relative;
}
.sidebar-search__checkboxes input:checked ~ .alphabet:after {
    content:"\eed6";
    font-family:Icofont;
    z-index: 3000;
    position: absolute;
    top: 7px;
    color: #4fd7f3;
}
.sidebar-search__checkboxes .text {
    padding-left: 1rem;
    font-size: 14px;
    color: #fff;
    text-align: left;
}
.sidebar-search__checkboxes input:checked ~ .text {
    color: #fff;
}

.sidebar-search__checkboxes {
    width:100%;
    float:left;
    margin-top:20px;
}
.cancelBtn  {
    color:#fff;
}

.sidebar-tours {
    margin-top: 40px;
}
.sidebar-tours__block h1 {
    font-size: 24px;
    color: #404040;
}
.sidebar-tours__block h1 span {
    color: #4fd7f3;
    padding-right: 10px;
}
.sidebar-tours__block ul {
    margin-top: 10px;
}
.sidebar-tours__block ul li {
    margin-top: 20px;
    paddin-bottom: 20px;
    border-bottom: 1px solid #ececec;
}
.sidebar-tours__block ul li:last-child {
    border: none;
}
.sidebar-tours__block ul li a {
    color: #404040;
}
.sidebar-tours__block ul li figure {
    width: 108px;
    height: 103px;
    float: left;
    overflow: hidden;
    border-radius: 10px;
}
.sidebar-tours__block ul li .t-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sidebar-tours__block ul li .t-item .title {
    width: calc(100% - 130px);
    margin-left: 12px;
}

.sidebar-tours__block ul li .t-item .title h2 {
    font-size:16px;
    font-family:Ubuntu-Medium;
    line-height:1.5;
}
.sidebar-tours__block ul li .t-options {
    padding: 15px 0;
}
.sidebar-tours__block ul li .t-options span {
    color: #9f9f9f;
    font-size: 16px;
    float: left;
}
.sidebar-tours__block ul li .t-options span:nth-child(2) {
    color: #404040;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sidebar-tours__block ul li .t-options span:nth-child(2):before {
    content: "";
    width: 1px;
    height: 16px;
    float: left;
    margin: 0 15px;
    background: #404040;
}
.t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    position:relative;
}

.full-tour {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index:900;
}
.t-img {
    width: 290px;
    height: 255px;
    float: left;
}
.t-img figure {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position:relative;
}

.t-img figure:before {
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%);
    transform:rotate(180deg)
}

.t-img figure span {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,.3);
    border-radius: 50%;
}

.t-img figure span svg {
    fill:#fff;
}

.t-img figure span svg path {
    fill:#fff;
}

.t-info {
    width: calc(100% - 320px);
    height: 255px;
    background: #f3f3f3;
    border-radius: 20px;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding:30px 50px;
    padding-top: 50px;
}
.t-info__title h2 {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
}
.t-info__title h2 a {
    color: #404040;
}
.t-info__title h2 span {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
}
.t-info__title h2 span svg {
    width: 24px;
    height: 24px;
}
.t-info__desc {
    margin-top: 30px;
    margin-bottom:20px;
}
.t-info__desc p {
    line-height: 1.7;
    color:#9F9F9F;
}
.t-info__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    float: left;
    margin-top: 20px;
}
.t-info__options .prices span {
    color: #9f9f9f;
    font-size: 14px;
    float: left;
}
.t-info__options .prices span:nth-child(2) {
    color: #404040;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.t-info__options .prices span:nth-child(2):before {
    content: "";
    width: 1px;
    height: 13px;
    float: left;
    margin: 0 15px;
    background: #404040;
}
.t-info__options ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.t-info__options ul li {
    margin-left: 20px;
    float: left;
}
.t-info__options ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #404040;
    font-size: 14px;
}
.t-info__options ul li a svg {
    float: left;
    margin-right: 10px;
}
.t-info__options ul li a svg path {
    stroke: #4fd7f3;
}
.tours-cover {
    height: calc(100vh - 100px);
    overflow: hidden;
    margin-top: 30px;
}
.tours-title {
    padding: 50px 0;
}
.tours-title__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    width:100%;
    justify-content:space-between;

}
.tours-title__item h1 {
    font-size: 31px;
    color:#404040;
    width: calc(100% - 210px);
    line-height:1.2;
}



.tours-description__item {
    width:100%;
    float:left;
}

.tours-fu {
    width:100%;
    float:left;
    box-shadow:0px 0px 30px rgba(1,0,0,.1);
    background:#fff;
    border-radius:20px;
    position:relative;
    padding:50px;
    margin-top:100px;
}

.tours-fu:before {
    content:"";
    width:490px;
    height:490px;
    background:#DAF6FF;
    position:absolute;
    top:-100px;
    left:-200px;
    border-radius:50%;
    z-index:-1;
}


.ite {
    width: 100%;
    float: left;
    position: relative;
    box-shadow: 0px 0px 30px rgb(1 0 0 / 10%);
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.ite .color-bg {

    width: 141px;
    height: 141px;
    border-radius: 50%;
    position: absolute;
    bottom: -60px;
    right: -60px;
    z-index: -1;
}
.ite .color-bg2 {

    bottom:calc(100% - 80px);;
    right: 93%;

}

.tours-title__item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f3f3f3;
    border-radius: 15px;
    padding: 8px 15px;

}
.tours-title__item ul li {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-family:Ubuntu-Medium;
}
.tours-title__item ul li:after {
    content: "";
    width: 1px;
    height: 10px;
    float: right;
    background: #707070;
    margin: 0 10px;
}
.tours-title__item ul li:last-child:after {
    display: none;
}
.tours-title__item ul li span {
    float: left;
    margin-right: 5px;
}
.tours-title__item ul li span svg {
    width: 20px;
    height: 20px;
}
.tours-title__item ul li span svg path {
    stroke: #4fd7f3;
}
.tours-description {
    padding: 50px 0;
}
.tours-description.bg-dark {
    background: #f3f3f3 !important;
}
.tours-description__item h2 {
    font-size: 24px;
    margin-bottom: 0px;
    line-height:1.3;
}
.tours-description__item h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
.tours-description__item p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 14px;
    color: #9f9f9f;
    word-break: break-word;
}
.tours-description__item ul {
    margin-bottom: 20px;
}
.tours-description__item ul li {
    font-size: 14px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9f9f9f;
    line-height:1.5
}
.tours-description__item ul li:last-child {
    margin: 0;
}
.tours-description__item ul li:before {
    content: "\eed6";
    float: left;
    margin-right: 10px;
    font-family: IcoFont;
    font-size: 21px;
    color: #4fd7f3;
}
.tours-description__img figure {
    width: 100%;
    height: 460px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.tours-description__img figure a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.gallery .swiper-container {
    padding: 50px 0;
    padding-top: 80px;
}
.gallery figure {
    height: 400px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.gallery .swiper-slide:nth-child(2n) {
    margin-top: -30px;
}
.card {
    background: 0 0;
    outline: 0;
    border: none;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.card-body {
    padding: 30px 0;
    font-size: 14px;
    line-height: 2;
    color: #9f9f9f;
    padding-bottom: 0;
}
.card-body p {
    max-width:60%;
}
.card-header {
    background: 0 0;
    outline: 0;
    border: none;
    padding: 0;
}
.card-header button {
    font-size: 16px;
    color: #111;
    text-decoration: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
.card-header button:focus,
.card-header button:hover {
    border: none;
    color: #111;
}
.card-header button:before {
    content: "\efc2";
    font-family: Icofont;
    float: left;
    margin-right: 20px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: #4fd7f3;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
}
.card-header button[aria-expanded="false"]:before {
    content: "\efc2";
}

.card-header button[aria-expanded="true"]:before {
    content: "\ef9a";
}


#accordion {
    padding: 50px 15px;
    width:100%;
    float:left;
}

.main-sidebar {
    width:275px;
    float:left;
}

.main-tours {
    width:calc(100% - 275px);
    float:left;
    padding-left:30px;
}


.pulse {
    float: left;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: #4FD7F3;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(79, 215, 243, 0.4);
    animation: pulse 2s infinite;
    margin-right:30px;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(79, 215, 243, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(79, 215, 243, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(79, 215, 243, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(79, 215, 243, 0.4);
        box-shadow: 0 0 0 0 rgba(79, 215, 243, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(79, 215, 243, 0);
        box-shadow: 0 0 0 10px rgba(79, 215, 243, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(79, 215, 243, 0);
        box-shadow: 0 0 0 0 rgba(79, 215, 243, 0);
    }
}
.pulse svg {
    fill: #fff;
}
.pulse:hover {
    -webkit-animation: none;
    animation: none;
}

.header-top__lang {
    align-items:center;
}


.alert-danger {
    background:#4fd7f3;
    border-color:#4fd7f3;
    padding:30px;
    color:#fff;
    border-radius:20px;
}

.ui-widget.ui-widget-content {
    border:none;
    width:100%;
    float:left;
    background:rgba(255,255,255,.5);
    height:6px;
    margin-top:20px;
}

.ui-widget-header {
    background:#fff;
}

.max, .min {
    padding: 11px 0!important;
    text-align: center;
    color: #0f0f0f;
    background:rgba(145, 236, 255,.3)!important;
    border: 1px solid none;
    width: calc(50% - 8px)!important;
    margin-right: 15px;
    margin-bottom: 20px;
    text-align:right;
    padding-right:10px!important;

}

.max {
    margin-right:0;
}

.select2-dropdown {
    border:none;
    margin-top: -7px;
    box-shadow: 10px 30px 30px rgb(1 0 0 / 10%);
    border-radius:10px;
    overflow:hidden;

}

.select2-results__option {
    color:#BCBCBC;
    padding:10px;
    cursor:pointer;
    font-family:Mukta-Regular, sans-serif;
}

.select2-results__option:hover {
    background:#4fd7f3;
    color:#fff;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background:#4fd7f3;
}
.daterangepicker .drp-buttons .btn {
    background:#4fd7f3;
    border-color:#4fd7f3;
}

.min_l {
    right:157px!important;
    color:#fff;
    top: 47px!important;
}

.max_l {
    right:46px!important;
    color:#fff;
    top: 47px!important;
}

.smallmodal .modal-dialog {
    max-width: 312px;
    border: none;
    border-radius: 20px;
    padding: 0;

}
.modal-content {
    border-radius: 20px;


}
.smallmodal .smallbody {
    padding: 40px 30px;
    padding-top:20px;
    padding-bottom:0;
}
.smallmodal .modal-header {
    border: none;
    display: flex;
    padding-top: 40px;
    padding-left: 30px;
    flex-direction:column;
}
.smallmodal .modal-header h1 {
    float: left;
    font-size: 19px;
    text-align: left;
    position:relative;
}

.smallmodal .modal-header h1:after {
    content:"";
    width:100%;
    height:4px;
    background:#4FD7F3;
    top:100%;
    left:0;
    margin-top:10px;
    position:absolute;
    border-radius:5px;
}

.smallmodal .modal-header p {
    color:#BCBCBC;
    margin-top:30px;
    max-width:70%;
    font-size: 14px;
    line-height: 18px;
}
.smallmodal .close {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    font-size: 16px;
    text-shadow: none;
    right: 40px;
    top: 40px;
    position: absolute;
}
.smallmodal .formgroup-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    font-size: 12px;
    width: 100%;
}
.smallmodal .formgroup-flex a {
    color: #414656;
}
.smallmodal .btn-register {
    float: right;
    color: #fff !important;
}
.smallmodal .wbtn-dark {
    background: #414656;
    color: #fff;
    font-size: 13px;
    padding: 19.5px 40px;
    border-radius: 35px;
}
.smallmodal .btn-login {
    float: right;
    background: #4590f9;
    margin-left: 15px;
}
.smallmodal .actions-btn a {
    color: #414656;
}
.smallmodal .actions-btn button {
    cursor: pointer;
}
.smallmodal .check-group {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    position: relative;
}
.smallmodal .check-group .check label {
    font-size: 13px;
}
.smallmodal .check-group a {
    color: #414656;
    font-size: 13px;
}
.smallmodal .form-group {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    position: relative;

}
.smallmodal .form-group #showpassword {
    position: absolute;
    right: 35px;
    top: 50px;
}
.smallmodal .form-group input {
    width: 100%;
    float: left;
}
.smallmodal .form-group label {
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 10px;
    position: absolute;
    right: 25px;
    top: 20px;
    color: #4590f9;
}


.smallmodal .form-group button {
    position: absolute;
    right: 10px;
    top: 12px;
    cursor:pointer;
}

.smallmodal .form-group input {
    padding: 17px 35px;
    border-radius: 10px;
    font-size: 12px;
    color: #BCBCBC;
    border:1px solid #ECEDED;
    width:100%;
    float:left;
    padding-left:60px;
    overflow:hidden;
}

.smallmodal .form-group input:placeholder {
    color:#BCBCBC;;
}


.smallmodal .form-group textarea {
    padding: 20px 35px;
    border-radius: 10px;
    font-size: 12px;
    color: #787d88;
    background: #f5f6fa;
    width: 100%;
}
.smallmodal .form-group .select2 {
    padding: 0 !important;
    width: 100% !important;
    float: left;
}
.smallmodal .form-group .select2-dropdown {
    top: -10px;
}
.smallmodal .form-group .select2-container--default .select2-selection--single {
    border: 1px solid transparent !important;
    border-radius: 35px !important;
    height: 50px !important;
    float: left;
    width: 100% !important;
    color: #787d88;
    background: #f5f6fa;
    padding-left: 30px;
}
.smallmodal .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    color: #787d88;
    position: relative;
}
.smallmodal .form-group .select2-selection__arrow:before {
    content: "\ea99";
    font-family: Icofont;
    font-size: 14px;
    color: #787d88;
}
.smallmodal .form-group .select2-selection__arrow b {
    display: none;
}
.smallmodal .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 20px;
    right: 15px;
}
.smallmodal .modal-content {
    border: none;
    padding: 0;
}

.iti {
    width: 100%;
    position: relative;
    display: inline-block;
}

/*.regions-menu ul li {*/
/*    width:50%;*/
/*}*/

.about_us figure {
    width:100%;
    float:left;
}

.about_us figure img {
    width:100%;
    float:left;
}

.about_us p {
    color:#9F9F9F;
    margin-top:20px;
    float:left;
    width:100%;
    line-height:1.5;
}

#cousine .section-title h1 {
    font-size:91px;
    color:#4FD7F3;
    line-height:1.2;

}

#cousine .section-title h1 span {
    color:#404040;
}

.dishes {
    padding-top:50px;
}

.dishes .section-title {
    margin-bottom:30px;
}

.dishes-item {
    width:100%;
    float:left;
    background:#fff;
    box-shadow:0px 0px 30px rgba(1,0,0,.1);
    border-radius:20px;
    padding:20px;
    margin-top:30px;
}

.dishes-item figure {
    width:277px;
    height:246px;
    overflow:hidden;
    float:left;
    border-radius:10px;
}

.dishes-item__title {
    width:calc(100% - 297px);
    float:left;
    margin-left:20px;
}

.dishes-item__title h2 {
    color:#404040;
    margin-bottom:10px;
    margin-top:10px;
}

.dishes-item__title p {
    color:#9F9F9F;
    line-height:1.5;
    font-size: 15px;
}

#destinations .select2-container--default .select2-selection--single .select2-selection__arrow {
    display:none;
}

.select2-search--dropdown .select2-search__field {
    display:none;
}


.select2-container--default .select2-selection--multiple {
    border:none!important;
}

.custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  }

  .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
    width: 100%!important;
    padding-left: 50px;
    font-size: 14px;
    color:#BCBCBC;
}


.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 10px;    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    height: 46px;
    line-height: 37px;
      color:#BCBCBC;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color:#BCBCBC;
}

.select2-container--default .select2-search--inline .select2-search__field:placeholder {
    color:#BCBCBC;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border:none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    border: none;
    border-radius: 10px;
    display: inline-block;
    margin-left: 50px;
    margin-top: 5px;
    padding: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.mob-nav {
    display: none;
}

.mob-menu {
    position: fixed;
    width: 80%;
    height: 100vh;
    right:0;
    top:0;
    background:#fff;
    box-shadow:0px 0px 30px rgba(1,0,0,.1);
    padding:0 30px;
    z-index: 9999999999;
margin-right: -90%;

}

.mob-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 125px;
}

.mob-menu__header button {
    font-size: 21px;
    cursor: pointer;
}

.mob-menu__content {
    height: calc(100vh - 200px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mob-menu__content ul li.active {
    position: relative;
}

.mob-menu__content ul li.active:after {
    content: "";
    width: 30px;
    height: 2px;
    background:#4FD7F3;
    bottom:-15px;
    left:0;
    position: absolute;
}

.langs {
    display: flex;
}

.langs  ul li {
    float: left;
    margin-right: 42px;
    padding-bottom: 5px;
}
.langs  ul li:last-child {
    margin: 0;
}
.langs  ul li a {
    color: #9F9F9F;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    font-family:Ubuntu-Regular;
    font-weight:normal;
}
.langs ul li.active a {
    color:#404040;
}
.langs  ul li.active a:after {
    content: "";
    width: 60%;
    height: 2px;
    background: #4fd7f3;
    position: absolute;
    bottom: 0;
}
.langs  ul li:hover a {
    color: #4fd7f3;
}
.langs  ul li:hover a:after {
    content: "";
    width: 60%;
    height: 2px;
    background: #4fd7f3;
    position: absolute;
    bottom: 0;
    display: none;
}

.langs  ul {
    box-shadow:0px 5px 30px rgb(1 0 0 / 5%);;
    position:relative;
    border-radius:10px;

}

.langs  ul:hover {
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}
.langs  ul:hover ul {
    border-top-left-radius:0;
    border-top-right-radius:0;
}

.langs  ul ul li {
    float:left;
    width:100%;
    padding-left:10px;
    margin-bottom:10px;
}

.langs ul ul li:last-child {
    margin:0;
}

.langs  ul ul {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    box-shadow: none;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow:hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-in;
    margin-top: -3px;
    box-shadow: -1px 5px 6px rgb(1 0 0 / 5%);
    display:flex;
    justify-content:center;
    display: block;
}

.langs ul li a {
    padding: 10px 24px;
    border-radius: 10px;
    color: #4FD7F3;
    font-size:14px;
    background:#fff;
    text-transform:uppercase;
    display:flex;
    justify-content:center;

}

.langs  ul li a .ar  i{
    font-weight: bold;
}


.header-top__lang ul li a .ar {
    margin-left: 5px;
    font-weight: bold;
    transition:0.3s all ease-in;
}

.langs  ul li:hover ul {
    opacity:1;
    visibility:visible;
}
.langs  ul li:hover a .ar {
    transform:rotate(180deg);

}


.langs ul ul li a {
    padding:0;
    float:left;
    background:none;
    color:#9F9F9F;
    font-size:13px;
    text-align:center;
}

.mob-menu__content ul li {
    width: 100%;
    float:left;
    margin-bottom: 50px;
}

.mob-menu__content ul li a {
    color:#171A20;
}

.footer-menu h2 a {
    display: none;
}

.hero-filter form button span {
    display: none;
}


.call-back {
    display: none;
    line-height: 1.5;
    border-radius: 10px;
    font-size: 14px;
}

.about_us p {
    font-size:16px;
}

.about_us p span {
    font-size: 16px!important;
}

.sidebar-search__title {
    width: 100%;
    float:left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    display: none;
}


.sidebar-search__title h1 {
    color:#fff;
    font-size: 19px;
}

.sidebar-search__title a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background:#fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color:#404040;
}

.fixed-filter {
    position: fixed;
    border-radius: 35px;
    width: calc(100% - 120px);
    left: 15px;
    bottom: 26px;
    background: #4fd7f3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    padding: 21px 30px;
    z-index: 99999999999;
    display: none;
    font-size: 14px;
}

.fixed-filter svg {
    position: absolute;
    left:20px;
    width: 20px;
    height: 20px;
}

.t-m {
    display: none;
    width: 100%;
    margin-bottom: 30px;
}

.dd-t {
    width: 100%;
    padding:10px 15px;
    border-radius: 10px;
    border:1px solid #FFEFE5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#9F9F9F;
    margin-bottom: 10px;
}

.dd-t svg {
    fill:#4fd7f3
}.dd-t svg path {
    stroke:#4fd7f3
}
.text_2 {
    display: none;
}

.t-m__header .col-6:nth-child(1) {
    padding-right: 0;
}

.t-m .prices span {
    color: #9f9f9f;
    font-size: 13px;
    float: left;
    margin-top:20px;
}
.t-m .prices span:nth-child(2) {
    color: #404040;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.t-m .prices span:nth-child(2):before {
    content: "";
    width: 1px;
    height: 16px;
    float: left;
    margin: 0 15px;
    background: #404040;
}

.t-m  figure {
    width: 100%;
    height: 165px;
    border-radius:10px;
    overflow: hidden;
    position:relative;
}

.t-m figure img {
    width: 100%;
    height:100%;
    object-fit: cover;
}

.t-m  figure:before {
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%);
    transform:rotate(180deg)
}

.t-m figure span {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,.3);
    border-radius: 50%;
}

.t-m figure span svg {
    fill:#fff;
    width: 24px;
    height: 24px;
}

.t-m  figure span svg path {
    fill:#fff;
}

.t-m__content-title {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top:30px;
}

.t-m__content-title h2 a {
    color:#404040;
    font-size: 19px;
}

.text_2 {
    padding:20px 0;
    font-size:14px;
    color:#9F9F9F;
    line-height: 1.5;
}

.dd-t span {
    line-height: 1.4;
}

.show-desc {
    color:#474F59;
}

.t-m {
    border-bottom:1px solid #D9DCDF;
    padding-bottom: 20px;
}

.show-desc-active {
    color:#FF6501;
}

.z-i {
    z-index:300;
}

.t-m__content-title h2 {
    width: calc(100% - 100px);
    float:left;
    line-height: 1.5;
}

#pp-t {
    display: none;
}

.mob-video , .fl-it {
    display: none;
}

.explore .section-title h1 a {
    color:#404040
}

.select2-selection[aria-expanded="true"] .select2-selection__arrow {
    transform: rotate(180deg);
    top: 5px!important;
    right:20px!important;
}

@media (max-width:1024px) {
    .header-top__nav {
        display:none;
    }#pp-t {
         display: block;
     }
    .smallmodal .modal-dialog {
        max-width: 100%;
    }
    .t-m {
        display: block;
    }

    .sidebar-tours {
        display: none;
    }

    .header-top__lang a , .header-top__lang ul {
        display:none;
    }
    .fixed-filter {
        display: flex;
    }
    .daterangepicker {
        z-index:999999999999999999999999999;
    }
    .hero-title h1 {
        font-size: 40px!important;
    }
    .hero-title p {
        display: none;
    }
    .sidebar-search__title {
        display: flex;
    }
    .hero-filter {
        width: 100%;
        float:left;
    }

    .hero-filter form {
        display: block;
    }

    .hero-filter__item {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 20px;
    }

    .hero-filter__item input {
        width: 100%;
        max-width: 100%;
    }

    .hero .row {
        flex-direction: column-reverse;
    }
    .hero-filter form button {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }
    .hero-filter {
        margin-top:50px;
    }

    .section .section-title h1 {
        font-size: 18px;
    }

    .explore-tours__item figure {
        height: 353px;
    }

    .explore-tours {
        margin-top: 25px;
        width: calc(100% + 15px);
    }

    .explore-tours__item-title h2 {
        font-size: 16px;
    }

    .explore-tours__item-title {
        margin-top:15px;
    }

    .adventures-content__item {
        width: 100%;
        margin:0;
        margin-top: 25px;
        height: 159px;
    }

    .adventures-content__item:nth-child(3) {
        width: 100%;
    }

    .adventures-content__item:nth-child(4) {
        width: 100%;
    }

    .tour-slider figure {
        margin:0;
    }

    .tour-slider ul {
        display: none;
    }
    .hero-title {
        margin-top:10px;
    }
    .tour .section-title h1 {
        font-size: 19px;
        line-height: 1.4;
    }

    .how-item {
        margin-top: 22px;
    }

    .section {
        padding:50px 0;
    }

    .footer-logo {
        float:left;
        margin-bottom: 30px;
    }

    .footer-menu ul {
        display: none;
    }

    .footer-menu {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom:1px solid rgba(159,159,159,.2);
    }

    .footer-menu h2 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer-menu h2 a {
        color:#404040
    }
    .hero-filter {
        padding:15px;
    }
    .how-item__title h2 {
        font-size: 16px;
    }

    .main-sidebar , .main-tours {
        width: 100%;
    }

    .sidebar {
        display: none;
    }

    .mob-nav {
        display: flex;
        align-items: center;
    }

    .mob-menu {
        transition: 0.3s all ease-in;

    }

    .show-menu-active {
        margin-right: 0;
    }

    .langs ul li a {
        padding-bottom: 5px;
    }

    .pulse {
        float: left;
        width: 35px;
        height: 35px;
         margin-right: 0px;
    }
    .footer-menu h2 a {
        display: block;
    }
    .hero-filter form button svg {
        display: none;
    }
    .hero-filter form button span {
        display: block;
    }
    .about_us .row {
        flex-direction: column-reverse;
    }
    .card-body p {
        max-width: 100%;
    }
    .about_us  .section-title {
        margin-top:30px;
    }
    .dishes-item__title {
        width: 100%;
        padding-right: 30px;
    }
    .footer-menu ul li a {
        font-size: 14px;
    }
    .mob-menu__content ul li a {
        color: #171A20;
        font-size: 14px;
    }

    .ar {
        margin-left: 10px;
    }

    .main-tours {
        padding: 15px;
    }

    .tours .section-title {
        display: none;
    }

    .main-tours .t {

        display: none;
    }

    .tours-title__item {
        flex-direction: column;
        align-items: center;
    }
    .tours-title__item h1 {
        width: 100%;
        text-align: center;
        font-size: 19px;
    }
    .tours-title__item ul {
        margin-top:20px;
    }

    .tours-description__img figure {
        display: none;
    }

    .sidebar-search {
        margin-top: 0px;
        position: fixed;
        top: -0px;
        z-index: 999999;
        height: 100vh;
        overflow-y: scroll;
        border-radius: 0;
    }

    .sidebar {
        display: block;
        margin-left: -100%;
        position: fixed;
    }

    .sidebar-active {
        margin-left:0;
        z-index: 999999999999999999999;
    }
    .min_l {
        right: 84%!important;
        color: #fff;
        top: 47px!important;
    }
    .max_l {
        right: 100px!important;
        color: #fff;
        top: 47px!important;
    }
    .sidebar-search__block input {

        padding: 16.5px 25px;
        font-size: 14px;

    }

    .sidebar-search__block label {
        font-size: 14px;
    }
    .sidebar-search__title h1 {
        font-weight: bold;
    }
    .sidebar-tours__block {
        margin-bottom: 30px;
        width: 100%;
        float:left;
    }
    .main-tours {
        margin-top: 0!important;
    }
    .sidebar-tours__block {
        padding-bottom: 20px;
        border-bottom: 1px solid #D9DCDF;
    }
    .sidebar-tours__block ul li {
        border:none;
        border-radius: 10px;
        overflow: hidden;
        background:#F3F3F3;
        min-width:280px;
        margin-right: 30px;
    }

    .sidebar-tours__block ul li figure {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .sidebar-tours__block ul li:last-child {
        margin-right:0;
    }
    .sidebar-tours__block ul {
        margin-top: 10px;
        flex-direction: unset;
        display: flex;
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        padding: 0 15px;
        padding-left:0;
        width:calc(100% + 15px);
    }

    .sidebar-tours__block ul li .t-options span {
        font-size: 12px;
    }

    .sidebar-tours__block ul li .t-item .title h2 {
        font-size: 14px;
        float:left;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 140px;
        height: 20px;
        white-space: nowrap;
    }

    .sidebar-tours__block ul li .t-options {
        padding-bottom: 0;
    }

    .ite .color-bg {
        right:-15px;
    }
    .ite .color-bg2 {
        right: calc(100% - 125px);
        bottom:calc(100% - 66px);%
    }

    .gallery-slider {
        width: calc(100% + 15px);
        float:left;
    }

    .mob-video {
        display: block;
        margin-top:30px;
        float:left;
        width: 100%;
    }

    .mob-video  .tours-description__img figure {
        height: 233px;
    }
    .mob-video figure {
        display: block;
    }

    .tours-description__img figure a svg {
        width: 66px;
    }

    .footer-copyright {
        margin-top: 0;
        border:none
    }

    .why-item__title h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .how-item__title h2 {
        margin-bottom: 10px;
    }

    #cousine .section-title h1 {
        font-size: 51px;
        color: #4FD7F3;
        line-height: 1.2;
    }

    .sidebar-tours__block ul li .t-options {
        display:flex;
        align-items: center;
    }

    .dishes-item {
        margin-top:0;
        margin-bottom: 30px;
    }

    .card-header button span {
        width: calc(100% - 40px);
        float: left;
        text-align: left;
        line-height: 1.5;
    }

    .t-m {
        position: relative;
        float:left;
    }

    .t-m__content {
        position: relative;
        z-index: 300;
    }

    .fixed-filter {
        font-size: 16px;
    }

    .t-m .full-tour {
        height:165px
    }

    .how-item__title {
        margin-top:20px;
    }

    .why-item__title {
        margin-top: 25px;
    }

    .how-item__number span {
        width: 50px;
        height: 30px;
        border-radius: 25px;
        color: #fff;
        font-size: 14px;
    }

    .why-item__number span {
        width: 60px;
        height: 60px;
    }
    .why-item {
        margin-top:25px;
    }
    .t-m .prices span:nth-child(2):before {
        height: 15px;
    }
    .why-item__number span svg {
        width: 30px;
        height: 30px;
    }

    .tours {
        padding-bottom:0;
    }

    .t-m:last-child {
        margin-bottom:0;
    }

    .sidebar-search__block button {
        display: none;
    }

    .fl-it {
        width: 87%;
        border-radius: 10px;
        padding:16px 30px;
        text-align: center;
        background:#fff;
        color:#404040;
        margin-top:30px;
        cursor: pointer;
        font-size: 16px;
        display: block;
        position: fixed;
        bottom:10px;
    }

    .header {
        position: relative;
        background:#fff;
        height: 80px;
        z-index:800;
    }

    .header-top {
        position: fixed;
        left:0;
        padding:0 15px;
        padding-top:8px;
        padding-bottom: 8px;
        background:#fff;
    }

    #backgroundOverlay{
        background-color:transparent;
        position:fixed;
        top:0;
        left:0;
        right:0;
        bottom:0;
        display:block;
    }
    .mob-menu__header {
        height: 70px;
    }
    .tours-description {
        overflow: hidden;
    }
    .mob-menu__content {
        height: calc(100vh - 100px);
    }
    .ite .color-bg {
        width:90px;
        height: 90px;
    }
    .ite .color-bg {
        right: -30px;
        bottom: -23px;
    }
    .ite .color-bg2 {
        right: calc(100% - 56px);
        bottom:calc(100% - 66px);
    }

    .tours-fu {
        padding:25px;
        padding-top:35px;
    }
    .explore-tours__item figure {
        border-radius:10px
    }

}
