/*===============================================================================
	FONTS
===============================================================================*/

@font-face {
  font-family: 'Open Sans';
  src: url('/assets2022/fonts/OpenSans-SemiBoldItalic.eot');
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
    url('/assets2022/fonts/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/assets2022/fonts/OpenSans-SemiBoldItalic.woff') format('woff'),
    url('/assets2022/fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/assets2022/fonts/OpenSans-LightItalic.eot');
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
    url('/assets2022/fonts/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('/assets2022/fonts/OpenSans-LightItalic.woff') format('woff'),
    url('/assets2022/fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/assets2022/fonts/OpenSans-Bold.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('/assets2022/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('/assets2022/fonts/OpenSans-Bold.woff') format('woff'),
    url('/assets2022/fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/assets2022/fonts/OpenSans-ExtraBoldItalic.eot');
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
    url('/assets2022/fonts/OpenSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/assets2022/fonts/OpenSans-ExtraBoldItalic.woff') format('woff'),
    url('/assets2022/fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/assets2022/fonts/OpenSans-Light.eot');
  src: local('Open Sans Light'), local('OpenSans-Light'),
    url('/assets2022/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('/assets2022/fonts/OpenSans-Light.woff') format('woff'),
    url('/assets2022/fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/assets2022/fonts/OpenSans-Italic.eot');
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url('/assets2022/fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
    url('/assets2022/fonts/OpenSans-Italic.woff') format('woff'),
    url('/assets2022/fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/assets2022/fonts/OpenSans-Regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('/assets2022/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('/assets2022/fonts/OpenSans-Regular.woff') format('woff'),
    url('/assets2022/fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/assets2022/fonts/OpenSans-SemiBold.eot');
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url('/assets2022/fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('/assets2022/fonts/OpenSans-SemiBold.woff') format('woff'),
    url('/assets2022/fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/assets2022/fonts/OpenSans-ExtraBold.eot');
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
    url('/assets2022/fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/assets2022/fonts/OpenSans-ExtraBold.woff') format('woff'),
    url('/assets2022/fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/assets2022/fonts/OpenSans-BoldItalic.eot');
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
    url('/assets2022/fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/assets2022/fonts/OpenSans-BoldItalic.woff') format('woff'),
    url('/assets2022/fonts/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Garamond Classico';
  src: local('Garamond Classico Bold'), local('Garamond_Classico-Bold'),
    url('/assets2022/fonts/Garamond_Classico_Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Garamond Classico';
  src: local('Garamond Classico'), local('Garamond_Classico'),
    url('/assets2022/fonts/Garamond_Classico.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



/*===============================================================================
	PRELOADER
===============================================================================*/

#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--main-background-color);
  z-index: 999999;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.contpre {
  width: 41px;
  height: 41px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.contpre small {
  font-size: 25px;
}

#circle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  border: 4px rgba(172, 172, 172, 0.25) solid;
  border-top: 4px var(--global-color) solid;
  border-bottom: 4px var(--global-color) solid;
  border-radius: 50%;
  -webkit-animation: spin1 1s infinite linear;
  animation: spin1 1s infinite linear;
}

@-webkit-keyframes spin1 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin1 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}



/*===============================================================================
	BODY
===============================================================================*/

:root {
  --global-color: #BA8F3E;
  --global-heading-color: #1E1E1E;
  --global-text-color: #6F6F6F;
  --main-background-color: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FAF8F3;
  --second-background-color: #FDFCFB;
  --border-color: #F3F0E8;
  --placeholder-color: #ACACAC;
}

body {
  line-height: 1.42;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
  color: var(--global-text-color);
  background-color: var(--main-background-color);
}

h1 {
  font-family: 'Garamond Classico', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 90px;
  line-height: 90px;
  margin-bottom: 20px;
  color: var(--global-heading-color);
}

h2 {
  font-family: 'Garamond Classico', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 20px;
  color: var(--global-heading-color);
}

h3 {
  font-family: 'Garamond Classico', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 20px;
  color: var(--global-heading-color);
}

h4 {
  font-family: 'Garamond Classico', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  color: var(--global-heading-color);
}

h5 {
  font-family: 'Garamond Classico', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 20px;
  color: var(--global-heading-color);
}

h6 {
  font-family: 'Garamond Classico', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  color: var(--global-heading-color);
}

[class^="hvr-"] {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: var(--global-color);
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}

.button1,
.btn-secondary {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid var(--global-color);
  border-radius: 5px;
  transition: all .4s ease;
  color: var(--global-color);
  padding: 10px 30px;
  display: inline-block;
  background-color: transparent;
  box-shadow: none !important;
}

.button1:hover,
.btn-secondary:hover,
.btn-secondary:active {
  text-decoration: none;
  background-color: var(--global-color) !important;
  color: #fff !important;
  border-color: var(--global-color) !important;
}

.button2,
.btn-primary {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid var(--global-color);
  border-radius: 5px;
  background-color: var(--global-color);
  transition: all .4s ease;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  box-shadow: none !important;
}

.button2:hover,
.btn-primary:hover,
.btn-primary:active {
  text-decoration: none;
  background-color: #fff !important;
  color: var(--global-color) !important;
  border-color: var(--global-color) !important;
}

.big {
  font-size: 14px;
  height: 60px;
}

a {
  color: var(--global-color);
}

a:hover {
  color: var(--global-color);
}

.contents {
  min-height: calc(100Vh - 100px);
}



/*===============================================================================
	CHECKBOX
===============================================================================*/

.checkbox {
  margin-bottom: 0;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 6px 0 0 3px;
}

.checkbox_text {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
  color: var(--global-text-color);
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}

.checkbox_text:before {
  content: '';
  position: absolute;
  top: calc(50% - 20px/2);
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: #fff;
  transition: .2s;
  border: 1px solid var(--border-color);
}

.checkbox_text:after {
  content: '';
  position: absolute;
  top: calc(50% - 12px/2);
  left: 5px;
  width: 11px;
  height: 14px;
  border-radius: 0;
  background: url(/assets2022/images/icons/ok.svg)no-repeat center;
  transition: .2s;
  opacity: 0;
}

.checkbox input:checked+.checkbox_text:before {
  background: #fff;
  border-color: var(--global-color);
}

.checkbox input:checked+.checkbox_text:after {
  opacity: 1;
}



/*===============================================================================
	RADIO
===============================================================================*/

.radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}

.radio+label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
}

.radio+label:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  background: #FFF;
}

.radio+label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--global-color);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
  opacity: 0;
  transition: .2s;
}

.radio:checked+label:after {
  opacity: 1;
}

.radio:checked+label:before {
  border-color: var(--global-color);
}



/*===============================================================================
	SLIDERS
===============================================================================*/

#slider .owl-slide {
  position: relative;
  height: 100vh;
  background-color: lightgray;
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-nav {
  margin-top: 0;
}

#slider .owl-nav [class*=owl-] {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--global-color);
  cursor: pointer;
  border-radius: 50% !important;
  outline: none;
  transition: all .4s ease 0s;
}

#slider .owl-nav [class*=owl-]:hover {
  background: var(--global-color);
}

#slider .owl-next {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: 40px;
  top: calc(50% - 80px / 2);
}

#slider .owl-prev {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  left: 40px;
  top: calc(50% - 80px / 2);
}

#slider .next-slide {
  background: url(/assets2022/images/owl-right.svg)no-repeat 100%;
  height: 30px;
  width: 15px;
}

#slider .prev-slide {
  background: url(/assets2022/images/owl-left.svg)no-repeat 100%;
  height: 30px;
  width: 15px;
}

.caption {
  width: 100%;
  position: absolute;
  top: calc(50% - 110px);
}

.caption h1 {
  line-height: 70px;
  text-transform: none;
  color: var(--global-color);
}

.caption p.text_top {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.caption p {
  font-weight: normal;
  font-size: 18px;
  line-height: 35px;
  color: #FFFFFF;
}

.caption a {
  display: inline-flex;
  margin-top: 20px;
}

.slide_btn_wrapper {
  margin-top: 40px;
  display: inline-block;
}

.button_slide {
  width: 240px;
  height: 60px;
  background-color: transparent;
  color: #fff;
  background-color: var(--button-hover-color);
  border-radius: 0;
  border-color: var(--button-hover-color);
}

.owl-carousel .next-slide {
  background: url(/assets2022/images/owl-right1.svg)no-repeat 100%;
  height: 26px;
  width: 14px;
}

.owl-carousel .prev-slide {
  background: url(/assets2022/images/owl-left1.svg)no-repeat 100%;
  height: 26px;
  width: 14px;
}

.owl-carousel .owl-next {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: -30px;
  top: calc(50% - 40px / 2);
  outline: none;
}

.owl-carousel .owl-prev {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  left: -30px;
  top: calc(50% - 40px / 2);
  outline: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}

.owl-carousel .owl-nav {
  margin-top: 0;
}



/*===============================================================================
	NAVBAR
===============================================================================*/

.navbar {
  padding: 10px 15px;
}

.navbar-brand {
  margin-right: 35px;
  z-index: 101;
}

.balance p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: var(--placeholder-color);
}

.balance p span {
  color: var(--global-heading-color);
  margin-left: 5px;
}

.btn_plus {
  margin-left: 15px;
}

.langContainer {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 35px;
}

.currencyContainer {
  display: flex;
  align-items: center;
  width: 60px;
  height: 45px;
  position: relative;
  margin-left: 15px;
}

.langContainer .langButton,
.currencyContainer .currencyButton {
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-top: 1px solid #ACACAC;
  border-right: 1px solid #ACACAC;
  position: absolute;
  top: 17px;
  right: 0;
  transform: rotate(135deg);
  transition: 0.3s;
}

.langContainer a,
.currencyContainer a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #ACACAC;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease;
}

.langContainer a:hover,
.currencyContainer a:hover {
  color: var(--global-heading-color);
}

.lang,
.currency {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 7px;
  left: -8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1c1f1e;
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  list-style-type: none;
  padding: 0 6px;
}

.lang li.disabled,
.currency li.disabled {
  transform: scaleY(0);
  transition: 0.3s;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  height: 0;
}

.lang li.active,
.currency li.active {
  display: block;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  pointer-events: none;
}

.langContainer:hover .langButton,
.currencyContainer:hover .currencyButton {
  transform: rotate(315deg);
  top: 48%;
}

.currencyContainer:hover .currencyButton {
  top: 46%;
}

.langButton,
.currencyButton {
  pointer-events: none;
}

.langContainer:hover li,
.currencyContainer:hover li {
  height: 100%;
  transform: scaleY(1);
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.user {
  position: relative;
  margin-left: 30px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: var(--global-color);
}

.user button {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  padding: 0;
  border: 0;
}

.user .dropdown-toggle::after {
  display: none;
}

.user .dropdown-menu {
  width: 260px;
  left: auto;
  right: 0;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #F3F0E8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 5px 5px;
}

.user .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 1.5rem;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: var(--global-text-color);
}

.user .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #F3F0E8;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: var(--global-color) !important;
}

.dropdown_header {
  display: block;
  width: 100%;
  padding: 15px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  /*white-space: nowrap;*/
  background-color: transparent;
  border-bottom: 1px solid #F3F0E8;
}

.dropdown_header .user_name {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: var(--global-text-color);
  margin-bottom: 5px;
  word-break: break-all;
}

.dropdown_header .user_reg {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: var(--placeholder-color);
}

.dropdown_header p {
  margin-bottom: 0;
}

.cart_new {
  position: relative;
  margin-left: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart_new .count {
  position: absolute;
  bottom: 2px;
  right: 0;
  background: var(--global-color);
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  border: 0;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
}



/*===============================================================================
	FOOTER
===============================================================================*/
footer {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
.footer_left {
  margin-bottom: 20px;
}
.footer_right {
  margin-top: 90px;
}
.footer_top {
  padding: 15px 0;
  background: #00192F;
}
.f_logo {
  margin: 30px 0;
}
.f_social ul {
  justify-content: center;
}
.f_social li {
  margin: 0 10px;
}
.f_social li a {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}
.f_social li a svg path {
  fill: #ACACAC;
  transition: all .4s ease;
}
.f_social li a:hover svg path {
  fill: var(--global-color);
}
.salam p, .airways p {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: var(--global-color);
  margin-top: 25px;
}
.f_menu ul:nth-child(1) {
  display: flex;
  font-size: 14px;
}
.f_menu ul:nth-child(2) {
  display: flex;
  font-size: 12px;
}
.f_menu ul:nth-child(2) li::after {
  color: #ACACAC;
}
.f_menu ul:nth-child(2) li a {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #ACACAC;
}
.f_menu li:not(:last-child) {
  margin-right: 10px;
}
.f_menu li:not(:last-child)::after {
  content: '|';
  margin-left: 10px;
  color: var(--global-color);
  display: inline-block;
  position: relative;
  top: -1px;
}
.f_menu li a {
  font-weight: 600;
  font-size: 16px;
}
.f_text {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin: 40px 0 30px;
}
.travel_name {
  font-weight: normal;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  color: var(--global-color);
}
.travel_country {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.travel_info {
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 15px;
}
.reg_number p {
  font-weight: normal;
  font-size: 13px;
  line-height: 25px;
}
.travel_phone a {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: var(--global-color);
  display: inline-block;
  margin-bottom: 5px;
}
.travel_phone a:hover {
  text-decoration: none;
}
.travel_email a {
  font-weight: normal;
  font-size: 13px;
  line-height: 25px;
  text-decoration: underline;
  color: #fff;
  transition: all .4s ease;
}
.travel_email a:hover {
  color: var(--global-color);
}
.footer_bottom {
  padding: 23px 0;
  background: #001120;
}
.copyright {
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
}
.copyright a {
  color: #fff;
  transition: all .4s ease;
}
.copyright a:hover {
  text-decoration: none;
  color: var(--global-color);
}
.by p {
  font-size: 12px;
  line-height: 25px;
  margin-bottom: 0;
}

/*
footer {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.footer_right {
  margin-top: 50px;
}

.footer_top {
  padding: 15px 0;
  background: #00192F;
}

.f_logo {
  margin: 30px 0;
}

.f_social ul {
  justify-content: center;
}

.f_social li {
  margin: 0 10px;
}

.f_social li a {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}

.f_social li a svg path {
  fill: #ACACAC;
  transition: all .4s ease;
}

.f_social li a:hover svg path {
  fill: var(--global-color);
}

.f_menu ul {
  display: flex;
  font-size: 12px;
}

.f_menu li {
  color: #ACACAC;
}

.f_menu li:not(:last-child) {
  margin-right: 10px;
}

.f_menu li:not(:last-child)::after {
  content: '|';
  margin-left: 10px;
  color: #ACACAC;
  display: inline-block;
  position: relative;
  top: -1px;
}

.f_menu li a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #ACACAC;
}

.travel_name {
  font-weight: normal;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  color: var(--global-color);
}

.travel_country {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.travel_info {
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 15px;
}

.reg_number p {
  font-weight: normal;
  font-size: 13px;
  line-height: 25px;
}

.travel_phone a {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: var(--global-color);
  display: inline-block;
  margin-bottom: 5px;
}

.travel_phone a:hover {
  text-decoration: none;
}

.travel_email a {
  font-weight: normal;
  font-size: 13px;
  line-height: 25px;
  text-decoration: underline;
  color: #fff;
  transition: all .4s ease;
}

.travel_email a:hover {
  color: var(--global-color);
}

.footer_bottom {
  padding: 23px 0;
  background: #001120;
}

.copyright {
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
}

.copyright a {
  color: #fff;
  transition: all .4s ease;
}

.copyright a:hover {
  text-decoration: none;
  color: var(--global-color);
}

.by p {
  font-size: 12px;
  line-height: 25px;
  margin-bottom: 0;
}

.salam p, .airways p {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: var(--global-color);
  margin-top: 25px;
}

*/

/*===============================================================================
	Form
===============================================================================*/

.form-group {
  margin-bottom: 19px;
}

.form-group label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #6F6F6F;
}

.form-control {
  font-weight: normal;
  font-size: 16px;
  color: var(--global-text-color);
  height: calc(2.5em + .75rem + 8px);
  padding: .375rem 1.25rem;
  border: 1px solid var(--border-color);
  border-radius: 5px;
}

.form-control:focus {
  color: var(--global-text-color);
  background-color: #fff;
  border-color: var(--border-color);
  outline: 0;
  box-shadow: none;
}

.form-control:disabled {
  background-color: #FBFBFB;
  opacity: .8;
}

.form-control[readonly] {
  background-color: #fff;
}

.effect::-webkit-input-placeholder {
  color: var(--placeholder-color);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.effect::-moz-placeholder {
  color: var(--placeholder-color);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.effect:-moz-placeholder {
  color: var(--placeholder-color);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.effect:-ms-input-placeholder {
  color: var(--placeholder-color);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.effect:focus::-webkit-input-placeholder {
  color: var(--placeholder-color);
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.effect:focus::-moz-placeholder {
  color: var(--placeholder-color);
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.effect:focus:-moz-placeholder {
  color: var(--placeholder-color);
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.effect:focus:-ms-input-placeholder {
  color: var(--placeholder-color);
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

textarea {
  resize: none;
}



/*===============================================================================
	Select2
===============================================================================*/

.select2-container .select2-selection--single {
  height: 60px;
  border: 1px solid var(--border-color);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 40px;
  line-height: 58px;
  color: var(--placeholder-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 58px;
}

.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--border-color);
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 210px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--global-color);
}

.select2-container--default .select2-results__option--selected {
  background-color: var(--placeholder-color);
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-top: 2px solid var(--global-color);
  border-right: 2px solid var(--global-color);
  right: 0;
  margin-left: -15px;
  margin-top: -5px;
  transform: rotate(135deg);
  border-width: 2px;
  top: calc(50% - 2px);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(315deg);
  border-width: 2px;
  border-color: var(--global-color) var(--global-color) transparent transparent;
  top: calc(50% - -4px);
}

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



/*===============================================================================
	Pagination
===============================================================================*/

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 0;
}

.pagination li {
  display: inline-block !important;
  margin: 0 1px;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  font-size: 16px;
  margin-right: 10px;
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -1px;
  line-height: 30px;
  color: var(--global-color);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid var(--global-color);
  border-radius: 5px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: var(--global-color);
  background-color: #FBFBFB;
  border-color: var(--global-color);
}

.pagination>li>a,
.pagination>li>span {
  color: var(--global-color);
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: var(--global-color);
  border-color: var(--global-color);
  color: #fff;
}

.pagination li .next,
.pagination li .prev {
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}



/*===============================================================================
	MAIN
===============================================================================*/

body p {
  font-size: 16px;
  line-height: 25px;
}

.second_bg {
  background: var(--second-background-color);
}

.p_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.first_block {
  padding-top: 100px;
}

.select_menu_wrapper {
  padding-top: 100px;
  background: #F9F3ED;
}

.select_menu {
  background: var(--global-color);
  border: 0;
  border-radius: 5px;
}

.select_menu li,
.select_menu li a {
  position: relative;
  display: flex;
  width: 100%;
}

.select_menu li a:hover {
  text-decoration: none;
}

.select_menu p {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  margin-left: 10px;
}

.select_menu a p {
  color: var(--global-text-color);
}

.select_menu li svg path {
  fill: #fff;
}

.select_menu li a svg path {
  fill: var(--global-color);
}

.select_menu_block ul {
  position: relative;
  width: 100%;
}

.select_menu_block ul>li {
  cursor: pointer;
  padding: 15px 20px;
}

.shevron {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  transition: 0.3s;
  position: absolute;
  top: 22px;
  right: 25px;
}

.select_menu.slide .shevron {
  top: 26px;
  transform: rotate(315deg);
}

.select_menu_block ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 100;
}

.select_menu_block ul ul li {
  border-top: 1px solid var(--placeholder-color);
}

.select_menu_block ul ul li:first-child {
  border-radius: 5px 5px 0px 0px;
}

.select_menu_block ul ul li:last-child {
  border-radius: 0px 0px 5px 5px;
}

.select_menu_block ul ul li:hover {
  background-color: var(--global-color);
}

.nav-tabs .nav-link.active a {
  color: #495057;
}

.select_menu_block ul ul li:hover p {
  color: #fff;
}

.select_menu_block ul ul li:hover svg path {
  fill: #fff;
}

.reset_btn .btn-link {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: var(--global-color);
  text-transform: uppercase;
  outline: none;
}

.reset_btn .btn-link:hover,
.reset_btn .btn-link:focus {
  text-decoration: none;
}

.reset_btn .btn-link img {
  margin-left: 10px;
}

.block_radio,
.nav-pills .nav-link {
  margin-bottom: 40px;
}

.block_radio .form-check-inline {
  margin: 0;
}

.block_radio .form-check-inline .form-check-input {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.block_radio .form-check-inline .form-check-input:checked+.form-check-label,
.nav-pills .nav-link.active {
  background: var(--global-color);
  color: #fff;
}

.block_radio .form-check-label,
.nav-pills .nav-link {
  font-weight: normal;
  font-size: 12px;
  line-height: 40px;
  text-transform: capitalize;
  width: 130px;
  height: 40px;
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 0;
  cursor: pointer;
  padding: 0;
  color: var(--global-color);
}

.marker {
  background-image: url(/assets2022/images/icons/marker.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
}

.calendar {
  background-image: url(/assets2022/images/icons/calendar.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
}

.tourists {
  background-image: url(/assets2022/images/icons/tourists.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
  cursor: pointer;
}

.glass {
  background-image: url(/assets2022/images/icons/glass.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
}

.search_form .submit_btn {
  margin-top: 10px;
}

.search_form .submit_btn .big {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}

.search_form .select2-container {
  width: 100% !important;
}

#multicity .search_form .submit_btn {
  margin-top: 30px;
}

.button_plus button,
.button_delete button {
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  margin-top: 30px;
}

.owl-carousel .card {
  border: 0;
  border-radius: 0;
}

.owl-carousel .card-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 300px;
  object-fit: cover;
}

.owl-carousel .card-body {
  padding: 1.25em 0;
}

.owl-carousel .card-title {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: var(--global-color);
}
.owl-carousel .card-title a:hover {
  text-decoration: none;
}

.owl-carousel .card-text {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: var(--placeholder-color);
}

#hotels.owl-carousel .card-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.owl-carousel .star {
  margin-bottom: 12px;
}

.dropdown_change_wrap {
  display: none;
  position: absolute;
  width: 350px;
  background-color: #fff;
  z-index: 999;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  border: 1px solid var(--border-color);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dropdown_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
}

.dropdown_block:not(:first-child) {
  border-top: 1px solid var(--border-color);
}

.dropdown_block:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dropdown_block.child {
  border-top: 0;
  padding-top: 0;
}

.dropdown_block.child .dropdown_block__text {
  margin-left: 10px;
}

.dropdown_block__text p {
  margin-bottom: 0;
}

.dropdown_block__text .dropdown_name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--global-text-color);
}

.dropdown_block__text .dropdown_year {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--placeholder-color);
}

.quantity {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  float: left;
}

.quantity .plus,
.quantity .minus,
.quantity .chick {
  display: inline-block;
}

.quantity .chick {
  margin: 0;
  border: 1px solid var(--border-color);
  border-left: 0;
  border-right: 0;
  height: 60px;
}

.quantity .chick input {
  height: 59px !important;
}

.quantity input[type='text'] {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  color: #9e9e9e;
  text-align: center;
  width: 30px;
  box-shadow: none;
  text-indent: 0;
  padding: 0;
  background-color: transparent;
}

.quantity .q_up,
.quantity .q_down,
.quantity .q_down_child,
.quantity .q_up_child,
.quantity .q_down_age,
.quantity .q_up_age {
  display: block;
  padding: 16px 7px 17px;
}

.quantity .q_up,
.quantity .q_up_child,
.quantity .q_up_age {
  margin-left: -1px;
  border: 1px solid var(--border-color);
  border-left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.quantity .q_down,
.quantity .q_down_child,
.quantity .q_down_age {
  margin-right: -1px;
  border: 1px solid var(--border-color);
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}



/*===============================================================================
	Hotel
===============================================================================*/

.dropdown_head {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: var(--global-color);
  padding: 20px 30px 0;
}

.dropdown_block.guests:not(:last-child) {
  padding-bottom: 0;
}

.dropdown_block.guests:not(:first-child) {
  border: 0 !important;
}

.guests_multiblock {
  border-bottom: 1px solid var(--border-color);
}

.guests_multiblock .dropdown_block.child {
  padding-top: 20px;
  padding-bottom: 0;
}

.add_room {
  padding: 20px 30px;
}

.add_room button {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: var(--global-color);
  display: flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
}

.add_room button img {
  margin-right: 10px;
}

button:focus {
  outline: none !important;
}

.checkbox_wrapper {
  display: flex;
  height: 60px;
  align-items: center;
}



/*===============================================================================
	Search result
===============================================================================*/

.search_block_wrapper {
  padding-top: 20px;
  padding-bottom: 10px;
}

.search_result__head {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--placeholder-color);
  margin-bottom: 10px;
}

.search_result__select {
  max-height: 140px;
  overflow: hidden;
  overflow-y: auto;
}

.search_result__select p {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #6F6F6F;
}

.results_body {
  margin-top: 20px;
}

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

.result_head #sort {
  max-width: 255px;
  width: 100% !important;
  display: block;
}

.filter_head {
  position: relative;
  margin-top: 10px;
}

.arrowBlock {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-top: 2px solid var(--global-color);
  border-right: 2px solid var(--global-color);
  right: 15px;
  margin-left: -15px;
  margin-top: -5px;
  transform: rotate(135deg);
  transition: all .4s ease;
  border-width: 2px;
  top: calc(50% - 2px);
}

.filter_head.opened .arrowBlock {
  top: calc(50% - -1px);
  transform: rotate(315deg);
}

.filter_block {
  margin-top: 20px;
  margin-bottom: 25px;
  overflow: hidden;
}

.range_head {
  font-weight: 600;
  font-size: 22px;
  line-height: 40px;
  text-transform: uppercase;
  color: var(--global-color);
  margin-bottom: 20px;
}

.range_sum {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--global-text-color);
  margin-bottom: 10px;
}

.range_sum.price span {
  color: var(--global-color);
}

.range_sum.time {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--placeholder-color);
}

.range_sum.time:not(:first-child) {
  margin-top: 10px;
}

.range_sum.time p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--global-text-color);
}

.checkbox_block .check_box {
  margin-bottom: 20px;
}

.checkbox_block .checkbox_text {
  color: var(--placeholder-color);
}

.checkbox input:checked+.checkbox_text {
  color: var(--global-text-color);
}

.flightlistItem,
.blocklistItem {
  border: 1px solid #CECECE;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.flightlistItem>.blocklistItem {
  border: 0px;
}

.flightlistItem:last-child {
  margin-bottom: 130px;
}

.flightlist_time {
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  color: var(--global-text-color);
  padding-bottom: 10px;
}

.flight_number {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: var(--global-text-color);
  margin-top: 20px;
}

/* ---- Timeline ---- */
.timeline {
  display: block;
  margin: 35px 0;
}

.timeline ul {
  position: relative;
  display: block;
  height: 1px;
  background: var(--global-color);
  margin-bottom: 0;
}

.timeline li {
  position: absolute;
  width: 10px;
  font: bold 14px arial;
  height: 10px;
  text-align: center;
}

.timeline li.timeline_first {
  left: 0;
}

.timeline li.timeline_last {
  right: 0;
}

.timeline li .flight_time {
  font-weight: 600;
  font-size: 14px;
  color: var(--global-text-color);
  position: absolute;
  top: -32px;
  left: 0;
}

.timeline li .point {
  top: -5px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--global-color);
  border-radius: 10px;
  background: #fff;
  position: absolute;
}

.timeline li .flight_city {
  font-weight: 600;
  font-size: 14px;
  color: var(--placeholder-color);
  margin-top: 7px;
  position: relative;
}

.timeline li p {
  margin-bottom: 0;
}

.timeline li.timeline_first .flight_city {
  position: absolute;
  left: 0;
}

.timeline li.timeline_first .flight_time {
  left: 0;
}

.timeline li.timeline_center {
  position: absolute;
  left: calc(50% - 60px/2);
}

.timeline li.timeline_center .flight_time {
  width: 60px;
  color: var(--placeholder-color);
}

.timeline li.timeline_center .point {
  background: url(/assets2022/images/icons/plane.svg)no-repeat center;
  width: 15px;
  height: 13px;
  border: 0;
  border-radius: 0;
  top: -6px;
  left: 25px;
  z-index: 1;
}

.timeline li.timeline_last .flight_city {
  position: absolute;
  left: auto;
  right: 0;
}

.timeline li.timeline_last .flight_time {
  left: auto;
  right: 0;
}

.buttons_group {
  display: flex;
  justify-content: space-between;
  padding-top: 7px;
}

.buttons_group a.collapsed {
  color: var(--global-text-color);
}

.buttons_group a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--global-color)
}

.buttons_group a:hover {
  text-decoration: none;
}

.flight_details .card-block {
  border: 0;
  margin-top: 20px;
}

.flight_details .card_head {
  font-weight: 600;
  font-size: 22px;
  line-height: 40px;
  text-transform: uppercase;
  color: var(--global-color);
}

.flight_details ul li {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--global-text-color);
  margin-bottom: 10px;
}

.flightlist_price,
.blocklist_price {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 20px;
  text-align: right;
  color: var(--global-color);
  margin-bottom: 20px;
}

.flightlist_text,
.blocklist_text {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: var(--global-text-color);
  margin-top: 5px;
  margin-bottom: 0;
}

.flightlist_select,
.blocklist_select {
  margin-bottom: 20px;
}

.flightlist_value button,
.blocklist_value button {
  background: var(--border-color);
  border-color: var(--border-color);
  color: var(--global-color);
  padding: 5px 30px;
}

.blocklist_cars_price {
  margin-bottom: 10px;
}

.blocklist_wrapper {
  display: flex;
  flex-direction: column;
}

.blocklist_wrapper__head {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  color: var(--global-color);
  margin-bottom: 10px;
}

.blocklist_wrapper__car_type {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: var(--global-text-color);
}

.blocklist_wrapper__car_info {
  margin-top: auto;
  margin-bottom: 5px;
}

.blocklist_wrapper__car_info p {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: var(--global-text-color);
  margin-left: 5px;
}

.blocklist_tour_info {
  display: flex;
  flex-direction: column;
}

.blocklist_tour_info .blocklist_price {
  margin-top: auto;
}

.blocklist_tour_info .blocklist_select {
  margin-bottom: 0;
}

.transfer_tour .blocklist_wrapper__city {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}

.transfer_tour .blocklist_wrapper__tour {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}

.transfer_tour .blocklist_wrapper__tour_info {
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
}

.blocklist_wrapper__tour_blockinfo {
  margin-top: 25px;
}

.blocklist_wrapper__tour_blockinfo p {
  margin-bottom: 0;
}

.tour_blockinfo_block p:first-child {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--placeholder-color);
}

.tour_blockinfo_block p:last-child {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
}

.view_details {
  max-width: 760px;
  width: 100%;
}

.view_details.fancybox-content {
  padding: 0;
}

.details_info {
  padding: 10px 30px 30px;
}

.details_info .table td:first-child {
  width: 30%;
  font-weight: 600;
  font-size: 16px;
  color: var(--global-color);
}

.details_info .table td {
  font-weight: 600;
  font-size: 16px;
  padding: 8px;
}



/*===============================================================================
	Hotels list
===============================================================================*/

.row_top {
  border-top: 1px solid #CECECE;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: -20px;
}

.block_container {
  padding: 20px 20px 0 20px;
}

.blocklist_hotel .blocklist_wrapper__head {
  text-transform: uppercase;
}

.blocklist_hotel .blocklist_wrapper__city {
  margin-top: 15px;
}

.blocklist_hotel_price .blocklist_text {
  margin-bottom: 10px;
}

.blocklist_hotel_price .blocklist_hotel_text {
  font-size: 16px;
  line-height: 25px;
}

.blocklist_hotel_info {
  margin-top: 20px;
}

.btn_info a {
  display: inline-flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--global-text-color);
  transition: all .4s ease;
}

.btn_info a:hover {
  text-decoration: none;
  color: var(--global-color);
}

.btn_info a img {
  margin-right: 5px;
}

.block_container .blocklist_price {
  margin-bottom: 0;
  margin-right: 20px;
}

.hotel_room {
  margin-left: 20px;
}

.hotel_room p {
  margin-bottom: 0;
}

.hotel_room1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--global-text-color);
}

.hotel_room2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--placeholder-color);
}

.hotel_details_wrapper {
  padding-top: 30px;
}

.hotel_details_wrapper .blocklist_wrapper__head {
  text-transform: uppercase;
}

.hotel_details_wrapper .blocklist_wrapper__city {
  margin-top: 20px;
}

.hotel_details_wrapper hr {
  border-color: #CECECE;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hotel_details_info {
  margin-bottom: 15px;
}

.hotel_details_info p.text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}

.hotel_details_info p.top {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--placeholder-color);
  margin-bottom: 5px;
}

.hotel_details_wrapper a.big {
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotel_details_price_wrapper {
  margin-top: 25px;
}

.hotel_details_price .from {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: var(--global-text-color);
}

.hotel_details_price p {
  font-weight: 600;
  font-size: 38px;
  line-height: 40px;
  color: var(--global-color);
}

.best_head h4 {
  color: var(--global-color);
}

.best_block {
  border: 1px solid var(--global-color);
  border-radius: 5px;
  padding: 0 15px;
}

.best_wrapper {
  margin-bottom: 20px;
}

.best_wrapper .hotel_details_info {
  margin-bottom: 0;
}

.hotel_details_info p.text.global {
  color: var(--global-color);
}

.hotel_details_info .btn_info {
  margin-top: 20px;
}

.hotel_details_info .btn_info a {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.hotel_details_info .btn_info a img {
  margin-right: 10px;
}

.choose_block {
  border: 1px solid var(--placeholder-color);
  border-radius: 5px;
  padding: 0 15px;
}

.pb_40 {
  padding-bottom: 40px;
}

.info_middle .row {
  border-left: 1px solid var(--placeholder-color);
  padding: 20px 5px;
}

.info_middle .row:not(:first-child) {
  border-top: 1px solid var(--placeholder-color);
}

.info_first_wrap {
  margin: 20px 5px 0;
}

.best_block .info_middle .row {
  border-color: transparent;
}

.column2 ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.column4 ul {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}

.hotel_facilities ul li {
  padding-right: 20px;
  margin-bottom: 13px;
}

.hotel_details p {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}

.room_details.fancybox-content {
  max-width: 1170px;
  width: 100%;
  padding: 0;
}

.room_info .hotel_details_head {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: var(--global-color);
  margin-bottom: 20px;
}

.hotel_details_text p {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}

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

.bathroom ul li,
.facilities ul li {
  margin-bottom: 10px;
}

.facilities {
  margin-bottom: 20px;
}

.slider-nav {
  margin-top: 10px;
}

.slides {
  position: relative;
  cursor: pointer;
  margin: 0 5px;
}

.slides:first-child {
  margin-left: 0;
}

.slides:last-child {
  margin-right: 0;
}

.border_active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  outline: none;
}

.slides.is-active .border_active {
  border: 3px solid var(--global-color);
  box-shadow: inset 0 0 0 1px #fff;
}

.slides img {
  filter: opacity(.6);
}

.slides.is-active img {
  filter: opacity(1);
}

.slick-slide img:focus,
.slick-slide:focus {
  outline: none !important;
}

.tripadvisor .checkbox_text {
  display: flex;
  align-items: center;
}

.tripadvisor .checkbox_text img {
  margin-right: 10px;
}



/*===============================================================================
	Tour Details
===============================================================================*/

.details_head {
  padding-top: 20px;
}

#tour-slider .owl-prev,
.slider .owl-prev {
  left: 0;
  background: rgba(255, 255, 255, .8) !important;
  border-radius: 0 !important;
  top: calc(50% - 100px / 2);
}

#tour-slider .owl-next,
.slider .owl-next {
  right: 0;
  background: rgba(255, 255, 255, .8) !important;
  border-radius: 0 !important;
  top: calc(50% - 100px / 2);
}

#tour-slider .prev-slide,
#tour-slider .next-slide,
.slider .prev-slide,
.slider .next-slide {
  margin: 35px 10px;
}

.tour_details_wrapper__head {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: var(--global-color);
  margin-bottom: 20px;
}

.tour_details_wrapper__head p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: var(--global-text-color);
  margin-top: 10px;
  margin-bottom: 0;
}

.tour_details_wrapper__table td {
  padding: 0 50px 20px 10px;
}

.tour_details_wrapper__table td:first-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--global-color);
}

.tour_details_wrapper__table td:last-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.label_list li {
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.label_list li:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url(/assets2022/images/ok.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 11px;
  transform: translateY(-50%);
}

.label_list1 li {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--global-text-color);
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.label_list1 li:before {
  content: '';
  width: 15px;
  height: 1px;
  position: absolute;
  background-image: url(/assets2022/images/line.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 11px;
  transform: translateY(-50%);
}

.route_list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}

.route_text {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}

.policy_text p {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}

p.label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--placeholder-color);
  margin-bottom: 5px;
}

.add_cart button {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}

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

.pricing_price {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}



/*===============================================================================
	List choose, choosen
===============================================================================*/

.result_head.upgrade {
  padding-top: 40px;
}

.details_wrapper {
  padding-top: 30px;
}

.details_block {
  margin-bottom: 20px;
}

.details_block_head {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--global-text-color);
  margin-bottom: 10px;
}

.details_block_price {
  font-weight: 600;
  font-size: 26px;
  line-height: 20px;
  color: var(--global-color);
}

.flightlistItem.selected {
  border-color: var(--global-color);
}

.button_continue button.big {
  font-size: 18px;
}

.promocode {
  margin-top: 20px;
  margin-bottom: 50px;
}

.form-group-promo {
  padding: 15px 20px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  display: flex;
}

.form-group-promo .btn {
  width: 60px;
  height: 30px;
  padding: 0;
}

.form_promo {
  outline: none;
  max-width: 150px;
  height: 30px;
  border: 0;
  margin-right: 3px;
}



/*===============================================================================
	rangeSlider
===============================================================================*/

.ui-widget.ui-widget-content {
  margin: 30px 10px 40px;
  background: #E7E7E7;
  border: 0;
  border-radius: 0;
  height: 10px;
}

.ui-slider-range.ui-widget-header {
  background: #D1B47C;
}

.ui-slider-handle.ui-state-default {
  background: #BA8F3E;
  border: 0;
  border-radius: 0;
  width: 20px;
  height: 40px;
  top: -15px;
  margin-left: -10px;
  outline: none;
}

.ui-slider-handle.ui-state-default:nth-child(0) {
  margin-left: 0 !important;
}



/*===============================================================================
	Typeahead
===============================================================================*/

.twitter-typeahead {
  width: 100%;
  z-index: 99;
}

.tt-hint,
.tt-dataset-states {
  background: #fff;
}

.tt-dropdown-menu {
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  color: var(--global-text-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
}

.tt-suggestion {
  padding: .375rem 1.25rem;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: var(--global-color);
}

.tt-highlight {
  color: var(--global-color)
}

.tt-suggestion:hover .tt-highlight {
  color: #fff;
}



/*===============================================================================
	Fancybox
===============================================================================*/

.fancybox-content .fancybox-close-small {
  padding: 0;
  width: auto;
  height: auto;
}

.fancybox-content .fancybox-close-small svg {
  height: 40px;
  width: 40px;
}

.fancybox-content .fancybox-close-small svg path {
  fill: var(--global-color);
}



/*===============================================================================
	DateTimePicker
===============================================================================*/

.form-control[readonly].datepicker-here {
  background-color: #fff;
}

.datepicker--day-name,
.datepicker--cell.-current- {
  color: var(--global-color);
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-,
.datepicker--cell.-selected-.-focus- {
  color: #fff;
  background: var(--global-color);
}



/*===============================================================================
	Button to top
===============================================================================*/

.fixed_block {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  background: #F3F0E8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 1000;
}

.block_left {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  text-align: right;
  color: var(--global-color);
  padding: 6px;
  width: 108px;
}

.block_left span.timer_desc {
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  color: #6F6F6F;
  display: block;
}

#button-top {
  display: flex;
  justify-content: center;
  background-color: var(--global-color);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
}

#button-top::after {
  content: "";
  background: url(/assets2022/images/icons/scrollTop.svg)no-repeat center;
  width: 16px;
  height: 8px;
  display: block;
  align-self: center;
}

#button-top.show {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}



/*===============================================================================
	Dashboard
===============================================================================*/

.dashboard_body {
  padding-top: 30px;
  margin-bottom: 60px;
}

.dashboard_head {
  position: relative;
}

.filter_menu.opened .arrowBlock {
  top: calc(50% - -1px);
  transform: rotate(315deg);
}

.dashboard_menu {
  margin-top: 20px;
}

.dashboard_wrapper {
  margin-top: 10px;
}

.dashboard_menu ul li {
  margin-bottom: 20px;
}

.dashboard_menu ul li:hover a,
.dashboard_menu ul li.active a {
  color: var(--placeholder-color);
}

.dashboard_menu ul li a {
  display: inline-flex;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  transition: all .4s ease;
}

.dashboard_menu ul li a:hover {
  text-decoration: none;
}

.dashboard_menu ul li a svg {
  margin-right: 10px;
}

.dashboard_menu ul li a svg path {
  transition: all .4s ease;
}

.dashboard_menu ul li:hover a svg path,
.dashboard_menu ul li.active a svg path {
  fill: var(--placeholder-color);
}

.agency_block {
  margin: 15px 0;
}

.agency_block .wrapper {
  border: 1px solid var(--global-color);
  border-radius: 5px;
}

.agency_block .block_name {
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  margin-left: 20px;
  margin-bottom: 15px;
}

.agency_block .block_name img {
  margin-right: 10px;
}

.agency_block .count {
  font-style: normal;
  font-weight: 600;
  font-size: 90px;
  line-height: 100px;
  color: #BA8F3E;
  margin-left: 20px;
  margin-bottom: 5px;
}

.agency_block .btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 10px 20px;
}

.agency_block .btn:hover svg path {
  fill: var(--global-color);
}

.personal_wrapper {
  margin-top: 10px;
}

.personal_form .form-group {
  margin-bottom: 30px;
}

.password {
  position: relative;
}

.password-control {
  position: absolute;
  top: 50px;
  right: 15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/assets2022/images/icons/eye_split.png) 0 0 no-repeat;
}

.password-control.view {
  background: url(/assets2022/images/icons/eye_split.png) 100% 100% no-repeat;
}

.image_uploads {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

.file_wrapper,
.password_wrapper {
  position: relative;
}

.generate_pass {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #6F6F6F;
  text-transform: capitalize;
  transition: all .4s ease;
}

.generate_pass:hover {
  text-decoration: none;
}

.preview {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--placeholder-color);
  padding-right: 130px;
}

.preview ul {
  margin-bottom: 0;
  padding: 0;
}

.preview li {
  list-style: none;
}

.file_wrapper .browse {
  position: absolute;
  top: 15px;
  right: 20px;
  margin-bottom: 0;
  width: 90px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid var(--global-color);
  color: var(--global-color);
  border-radius: 5px;
  cursor: pointer;
  transition: all .4s ease;
}

.file_wrapper .browse:hover {
  background-color: var(--global-color);
  color: #fff;
}

.table_wrapper {
  overflow: hidden;
}

.dashboard_table {
  margin-top: 10px;
}

.dashboard_table th {
  font-weight: 600;
  font-size: 16px;
  color: var(--global-text-color);
}

.dashboard_table .table-bordered thead th {
  background-color: #F9F3ED;
  padding: 1.15em .75em;
  font-weight: 600;
  font-size: 16px;
  border-color: #fff;
  white-space: nowrap;
}

.dashboard_table .table-bordered tbody tr {
  background-color: #FFF;
}

.dashboard_table .table-bordered tbody tr:nth-of-type(2n) {
  background-color: #FBFBFB;
}

.dashboard_table td {
  padding: .7em .75em;
  font-weight: normal;
  font-size: 14px;
  border-color: #F9F3ED;
  white-space: nowrap;
  vertical-align: baseline;
}

.dashboard_table .select2-container {
  width: 120px !important;
}

.balance_amount {
  margin: 20px 0;
}

.balance_amount .blocklist_value .btn {
  padding: 10px 20px;
}

.balance_amount .blocklist_price {
  margin-left: 20px;
}

.ticket_form textarea {
  resize: vertical;
}

.personal_wrapper .nav-pills .nav-link {
  border-color: var(--global-color);
}



/*===============================================================================
	Booking
===============================================================================*/

.booking_block {
  margin: 15px 0;
}

.booking_block a {
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  padding: 14px 20px;
  text-transform: capitalize;
}

.booking_block a svg {
  margin-right: 10px;
}

.booking_block a svg path {
  fill: #fff;
  transition: all .4s ease;
}

.booking_block a:hover svg path {
  fill: var(--global-color);
}

.booking_wrapper .pills_item .nav-item .nav-link {
  width: 185px;
  height: 60px;
  margin-bottom: 20px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 20px;
}

.booking_wrapper .nav-item {
  margin-right: 10px;
}

.booking_wrapper .pills_item .nav-item .nav-link svg {
  margin-right: 10px;
}

.booking_wrapper .pills_item .nav-item .nav-link.active svg path {
  fill: #fff;
}

.booking_wrapper .tab-content {
  margin-top: 70px;
}

.booking_wrapper .tab-content .select2-container {
  width: 100% !important;
}

.booking_result_wrapper {
  margin-top: 80px;
}

.booking_searchform .form-control {
  position: relative;
  padding-right: 60px;
}

.booking_searchform #searchsubmit {
  position: absolute;
  top: 1px;
  right: 15px;
  padding: 17px;
  border: 0;
  background: transparent;
}

.booking_result_wrapper .entries {
  margin-bottom: 20px;
}

.booking_result_wrapper .entries label {
  font-weight: 600;
  font-size: 16px;
}

.booking_result_wrapper .entries .select2-container {
  width: 110px !important;
  margin-left: 20px;
}

.show_entries p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}

.pagination_row {
  margin-top: 40px;
}

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



/*===============================================================================
	Style Guide
===============================================================================*/

.form-group.error p,
.form-group.success p,
.form-group.warning p {
  position: absolute;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}

.form-group.error .form-control {
  border-color: #EB5757;
}

.form-group.error p {
  color: #EB5757;
}

.form-group.success .form-control {
  border-color: #00AF73;
}

.form-group.success p {
  color: #00AF73;
}

.form-group.warning .form-control {
  border-color: #FF9900;
}

.form-group.warning p {
  color: #FF9900;
}

input[type=checkbox]:disabled+.checkbox_text:before,
input[type=radio]:disabled+label:before {
  background-color: #FBFBFB;
}

.input-group-addon {
  display: none !important;
}

.emptycrt {
  display: block;
  margin-top: 50px;
  text-align: center;
}

.emptycrt .fa {
  color: #666;
  font-size: 50px;
}

.emptymsg {
  font-size: 20px;
}

.cart {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: -2px;
  /* background-color: #35639a; */
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
  box-shadow: -5px 0px 30px #0000001c;
}

.cart .cart-wrapp {
  padding-left: 20px;
}

.cart h3 {
  margin-top: 10px;
  font-size: 32px;
}

.cart .itemage img {
  max-width: 100%;
}

.cart a {
  /* padding: 0px 0px 0px 32px; */
  text-decoration: none;
  font-size: 12px;
  display: block;
  transition: 0.3s;
  text-align: center;
}

.cart .secrpo {
  margin-top: 10px;
}

.cart .totlpo {
  font-weight: bold;
  margin: 10px;
}

.cart .itmcell {
  margin-bottom: 10px;
}

.cart a:hover {
  color: #fff;
}

.cart .closebtn {
  position: absolute;
  top: 8px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #ccc;
  text-decoration: none;
}

.mn_radio input:checked+label {
  background: var(--global-color);
  color: #fff;
}

.result_head .select2-container {
  max-width: 255px;
}

#pickupLocation label {
  display: block;
}

.rating .jq-star {
  width: 20px !important;
  height: 20px !important;
}

#hotel-slider .item img {
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}

.cket {
  display: block;
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
  color: var(--global-text-color);
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  visibility: visible;
}

#pickupLocation .radio_text:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  background: #FFF;
}

#pickupLocation .radio_text:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--global-color);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 50%);
  opacity: 0;
  transition: .2s;
}

#pickupLocation .radio_text {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
  color: var(--global-text-color);
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}

#pickupLocation input:checked+.radio_text:before {
  background: #fff;
  border-color: var(--global-color);
}

#pickupLocation input:checked+.radio_text:after {
  opacity: 1;
}

.rv_pg_rt .rate {
  margin-bottom: 20px;
}

.rv_pg_rt h4 {
  margin-bottom: 5px;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: red;
  border-color: red;
}

.dashboard_table .dataTables_length label {
  display: block;
}

div.dataTables_wrapper div.dataTables_length select,
div.dataTables_wrapper div.dataTables_filter input {
  height: 40px;
}

.guests_multiblock {
  z-index: 9;
}
.user button img {
  max-width: 40px;
}

#dataTables-example_previous a,
#dataTables-example_next a {
  border: 0;
  width: 50px;
  font-size: 14px;
}

.dataTables_paginate .pagination>li>a, .dataTables_paginate .pagination>li>span {
  font-size: 14px;
  width: 30px;
  height: 30px;
}
table.dataTable {
  margin-top: 20px;
}
#dataTables-example_wrapper > .row:nth-child(3){
  width: 100%;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
  }
}

/*  fixes  */

.slider-single .slick-slide,
.slider-nav .slick-slide {
  height: auto !important;
  margin-bottom: 25px;
}

.slider-nav .slick-slide img {
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  height: 75px;
  object-fit: cover;
}

.hotels_attractions .checkbox_block {
    min-height: 0px;
    max-height: 215px;
    overflow: hidden;
    transition: max-height .4s ease;
}

.hotels_attractions .checkbox_block.show {
  max-height: 3000px;
}

.hotels_attractions .show_more {
  display: inline-block;
  margin-top: 10px;
  border-bottom: 1px solid transparent;
  transition: border-bottom .4s ease;
}
.hotels_attractions .show_more:hover {
  text-decoration: none;
  border-bottom-color: var(--global-color);
}
#modifyToggle {
  background-color: #fff;
}
#tour-slider .owl-item img {
  height: 300px;
  object-fit: cover;
}



.get-transfer-cart:hover{
  background:var(--global-color) !important;
 }


.active-transfer {
  background:var(--global-color) !important;
  color:white !important;
}



 .get-transfer-cart:hover p{
  color:white;
 }

 .cstm-transfer{
  padding:15px;
 }