@charset "UTF-8";
@import url(../css/fonts.css);
html {
  background-color: #858585; }

body {
  max-width: 1920px;
  margin: auto;
  height: 100%;
  padding: 0px;
  font-family: "Roboto";
  font-size: 16px; }

h2.main-page-h2 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #27a2c8;
  text-transform: uppercase; }

.nav {
  color: #828282;
  font-size: 14px; }

.nav ul {
  padding: 0; }

.nav li {
  display: inline-block;
  color: #828282; }

.nav a {
  color: #828282; }

.nav a:hover {
  color: #1BBEF2; }

.title {
  font-size: 34px;
  color: #5A5A5A;
  text-align: center; }

.button {
  display: block;
  width: 217px;
  height: 52px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  background: linear-gradient(to right, #fba94d 0%, #ff8600 100%);
  background: -moz-linear-gradient(left, #fba94d 0%, #ff8600 100%);
  background: -webkit-linear-gradient(left, #fba94d 0%, #ff8600 100%);
  text-transform: uppercase;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer; }
  .button:hover {
    text-decoration: none;
    color: white;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4); }
  .button span {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 13px; }

.btn-blue {
  transition: box-shadow ease-in 0.3s;
  background: linear-gradient(to left, #1BBEF2 -1.4%, #43D9E8 100%);
  border: none; }

.btn-blue:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  border: none; }

.btn-blue-border {
  transition: all ease-in 0.3s;
  border: 2px solid #1BBEF2;
  color: #1BBEF2;
  background: #ffffff;
  box-shadow: none; }

.btn-blue-border:hover {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(to left, #1BBEF2 -1.4%, #43D9E8 100%); }

.hidden {
  display: none; }

.rating-stars ul {
  padding: 0; }

.rating-stars .star {
  display: inline-block;
  font-size: 1.1em;
  color: #ffffff;
  text-shadow: 0px 0px 1px #000000; }

.rating-stars .hover .fa {
  color: #FFCC36;
  text-shadow: none; }

.rating-stars .selected .fa {
  color: #FFCC36;
  text-shadow: none; }

.rating-widget .rating-stars .star {
  font-size: 14px; }

.rating-widget .reviews {
  color: #5A5A5A;
  padding-left: 10px; }

.accessability-form .nav-item {
  position: relative;
  margin-right: 25px; }

.accessability-form .nav-item .active {
  border-color: #1BBEF2;
  color: #1BBEF2; }

.accessability-form .nav-link {
  height: 52px;
  box-sizing: border-box;
  padding: 12px 20px 12px 50px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #5A5A5A;
  border: 2px solid transparent;
  border-radius: 50px;
  transition: border ease-in 0.5s; }

.accessability-form .nav-link::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px; }

.accessability-form .nav-link:hover {
  border: 2px solid #1BBEF2; }

.accessability-form .seniors::before {
  top: 10px;
  left: 19px;
  background: url(../images/seniors.svg) center no-repeat; }

.accessability-form .wheelchair::before {
  top: 9px;
  left: 16px;
  background: url(../images/wheelchair.svg) center no-repeat; }

.accessability-form .blind::before {
  top: 8px;
  left: 10px;
  background: url(../images/blind.svg) center no-repeat; }

.accessability-form .hearing_impaired::before {
  top: 9px;
  left: 17px;
  background: url(../images/hearing_impaired.svg) center no-repeat; }

.accessability-form .tab-content {
  padding: 20px 45px 5px 45px;
  background-color: #F5F5F5;
  border-radius: 5px;
  margin-top: 30px; }

.accessability-form .tab-content label {
  font-size: 16px;
  color: #858585; }

.custom-control-inline {
  padding-bottom: 15px;
  width: 100%; }

.custom-control-label::before,
.custom-control-label::after {
  border-radius: 5px !important;
  width: 20px !important;
  height: 20px !important;
  top: 2px; }

.custom-control-input:checked ~ .custom-control-label {
  color: #1BBEF2; }

.custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(../images/check-in.svg) !important;
  background-position: center !important; }

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffffff !important;
  border-color: #1BBEF2 !important; }

.custom-radio-input:checked ~ .custom-radio-label::after {
  background-color: #1BBEF2; }

.custom-radio-label {
  position: relative;
  padding-left: 20px; }

.custom-radio-label::before,
.custom-radio-label::after {
  content: "";
  position: absolute;
  border-radius: 100%; }

.custom-radio-label::before {
  left: 0;
  top: 3px;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.2); }

.custom-radio-label::after {
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  top: 7px;
  left: 4px; }

.upd-btn-wrap {
  text-align: right;
  padding-top: 30px; }

.upd-btn-wrap span {
  padding-right: 15px;
  font-size: 17px;
  font-weight: 300;
  color: #969696; }

.upd-btn-wrap .button {
  display: inline;
  text-transform: none; }

.main-head.white-head {
  border-bottom: 1px solid #E3E3E3; }
  .main-head.white-head a {
    color: #858585 !important; }
    .main-head.white-head a:hover {
      color: #1BBEF2 !important; }
  .main-head.white-head .mobile-menu a {
    color: #ffffff !important; }
  .main-head.white-head .mobile-menu-btn p {
    color: #858585 !important; }
  .main-head.white-head .one,
  .main-head.white-head .two,
  .main-head.white-head .three {
    background: #858585 !important; }
  .main-head.white-head .logo-wrap {
    margin-bottom: 25px; }
    .main-head.white-head .logo-wrap .logo {
      color: #1BBEF2 !important; }
      .main-head.white-head .logo-wrap .logo:hover {
        opacity: 0.8; }
  .main-head.white-head .nav-access a:nth-child(1)::after {
    background: #858585 !important; }

.menu-wrap {
  padding: 0px !important; }

.logo-wrap {
  padding-top: 25px; }
  .logo-wrap .logo {
    font-family: "Proxima Nova";
    font-size: 24px;
    display: inline-block; }
  .logo-wrap img {
    width: 57px;
    margin-right: 15px; }
  .logo-wrap .langs {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    padding-left: 25px;
    padding-top: 5px;
    vertical-align: top; }

.dropdown-menu {
  min-width: 40px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid white;
  padding: 0.2rem 0; }

.dropdown-item {
  padding: 0;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px; }

.dropdown-toggle::after {
  position: absolute;
  top: 12px;
  left: 22px; }

.main-menu {
  width: 32%;
  padding-top: 33px; }

.nav-bar {
  padding-left: 0px; }
  .nav-bar li {
    display: inline-block;
    width: max-content;
    text-align: center; }
  .nav-bar a:hover {
    color: #7ddefc; }

.nav-access {
  font-weight: 600;
  text-align: right;
  padding-left: 30px;
  padding-top: 33px; }
  .nav-access a:hover {
    color: #7ddefc; }
  .nav-access a:nth-child(1) {
    display: inline-block;
    position: relative; }
    .nav-access a:nth-child(1)::after {
      content: "";
      position: absolute;
      right: -13px;
      top: 4px;
      width: 1px;
      height: 15px;
      background: white; }
  .nav-access a:nth-child(2) {
    margin-left: 20px; }

.whatsapp-link {
  padding-top: 20px; }
  .whatsapp-link a {
    font-weight: 300; }
  .whatsapp-link span {
    display: block;
    letter-spacing: -0.2px;
    font-size: 17px;
    font-weight: 600; }
    .whatsapp-link span:hover {
      color: #7ddefc; }

.mobile-menu-wrap {
  position: relative; }

.mobile-menu {
  position: absolute;
  width: 275px;
  height: 545px;
  right: 0px;
  top: 15px;
  background: linear-gradient(to bottom right, #056380 1%, #0b3948 100%);
  background: -moz-linear-gradient(to bottom right, #056380 1%, #0b3948 100%);
  background: -webkit-linear-gradient(top left, #056380 1%, #0b3948 100%);
  opacity: 0.99;
  border-radius: 10px;
  z-index: 10;
  color: #ffffff; }
  .mobile-menu .nav-bar {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 38px;
    padding-left: 32px;
    margin: 0px; }
    .mobile-menu .nav-bar li {
      display: block;
      width: 100%;
      text-align: left;
      padding-bottom: 15px; }
    .mobile-menu .nav-bar::after {
      content: "";
      position: absolute;
      width: 212px;
      height: 1px;
      background-color: #6f6f6f; }
  .mobile-menu .nav-access {
    display: block;
    position: relative;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px;
    padding-left: 32px;
    padding-top: 20px; }
    .mobile-menu .nav-access::after {
      content: "";
      position: absolute;
      width: 212px;
      height: 1px;
      background-color: #6f6f6f; }
    .mobile-menu .nav-access li {
      list-style: none;
      padding-bottom: 15px; }
    .mobile-menu .nav-access a:nth-child(1)::after {
      content: none; }
  .mobile-menu .whatsapp-link {
    display: block;
    padding-left: 32px;
    padding-top: 20px; }
    .mobile-menu .whatsapp-link span {
      padding-top: 10px; }

.mobile-menu-btn {
  display: none;
  padding-top: 28px; }
  .mobile-menu-btn p {
    display: inline-block;
    color: white;
    padding-right: 15px; }

.menu-toggle {
  display: inline-block;
  position: relative;
  width: 38px;
  height: 22px;
  cursor: pointer;
  z-index: 150;
  padding-top: 3px; }

.on .one {
  background: #a4a4a4;
  transform: rotate(45deg) translate(-1px, 13px);
  -ms-transform: rotate(45deg) translate(-1px, 13px);
  -moz-tgransform: rotate(45deg) translate(-1px, 13px);
  -webkit-transform: rotate(45deg) translate(-1px, 13px); }

.on .two {
  opacity: 0; }

.on .three {
  background: #a4a4a4;
  transform: rotate(-45deg) translate(-2px, -13px);
  -ms-transform: rotate(-45deg) translate(-2px, -13px);
  -moz-transform: rotate(-45deg) translate(-2px, -13px);
  -webkit-transform: rotate(-45deg) translate(-2px, -13px); }

.one,
.two,
.three {
  width: 100%;
  height: 4px;
  background: white;
  margin: 4px auto;
  border-radius: 10px;
  backface-visibility: hidden;
  transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s; }

.main-screen {
  top: 0px;
  width: 100%;
  background: url(../images/main-bg-new.png) top no-repeat;
  z-index: 0;
  margin-top: -73px;
  padding-top: 144px;
  padding-bottom: 45px; }

.banner-wrap {
  color: #ffffff; }
  .banner-wrap h1 {
    width: 100%;
    font-family: "Proxima Nova";
    font-size: 68px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 110%; }

.banner-p {
  padding: 15px 0px 0px 0px; }
  .banner-p p {
    font-size: 21px;
    font-weight: 500;
    line-height: 165%; }

.cities-wrap,
.start-wrap,
.persons-wrap {
  position: relative; }
  .cities-wrap label,
  .start-wrap label,
  .persons-wrap label {
    position: absolute;
    width: 100%;
    bottom: -35px;
    left: 20px; }

.nav-menu {
  height: 127px;
  background: rgba(27, 190, 242, 0.75);
  margin-top: 48px; }

.guides,
.hotels,
.tours {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 22px;
  color: #ffffff;
  padding: 8px 35px 8px 65px;
  font-weight: 900;
  border-radius: 50px;
  border: 2px solid;
  border-color: transparent;
  transition: all ease-in 0.1s;
  white-space: nowrap; }
  .guides::before,
  .hotels::before,
  .tours::before {
    content: "";
    position: absolute;
    left: 0px; }
  .guides:hover,
  .hotels:hover,
  .tours:hover {
    border: 2px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    background-color: #1BBEF2; }

.guides::before {
  width: 28px;
  height: 33px;
  top: 6px;
  left: 27px;
  background: url(../images/guides.svg); }

.hotels {
  border: 2px solid #ffffff; }
  .hotels::before {
    width: 27px;
    height: 27px;
    background: url(../images/hotel.svg);
    top: 10px;
    left: 25px; }

.tours::before {
  width: 34px;
  height: 34px;
  background: url(../images/tours.svg);
  left: 22px;
  top: 5px; }

.nav-buttons-wrap .attraction-link {
  max-width: 380px;
  min-width: 310px;
  overflow: hidden;
  text-overflow: ellipsis; }

.cities-wrap,
.start-wrap,
.dept-wrap,
.persons-wrap,
.search-btn-wrap {
  padding-top: 16px;
  padding-left: 14px; }

#guides-form #Filter_DestinationId {
  width: 281px;
  height: 52px;
  padding: 0px 25px;
  border: none;
  background-color: white;
  background-image: url(../images/arrowdown.svg);
  background-repeat: no-repeat;
  background-position-x: 240px;
  background-position-y: center;
  border-radius: 50px;
  color: #5a5a5a;
  font-size: 18px;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none; }
  #guides-form #Filter_DestinationId:focus {
    border: 1px solid #2ac3f2;
    outline-color: transparent; }

#guides-form [name="Filter.CheckIn"].form-control,
#guides-form [name="Filter.CheckOut"].form-control {
  width: 211px;
  height: 52px;
  border: none;
  border-radius: 50px;
  padding-left: 25px;
  font-size: 18px;
  color: #5a5a5a;
  background-image: url(../images/calendar.svg);
  background-repeat: no-repeat;
  background-position-x: 165px;
  background-position-y: center; }
  #guides-form [name="Filter.CheckIn"].form-control:focus,
  #guides-form [name="Filter.CheckOut"].form-control:focus {
    border: 1px solid #2ac3f2;
    outline-color: transparent; }

.ui-spinner {
  border: none;
  border-radius: 50px; }

.ui-spinner-button {
  right: 16px;
  cursor: pointer; }

.ui-spinner-up {
  top: 5px; }

.ui-spinner-down {
  bottom: 5px; }

#guides-form #Filter_AdultNum {
  width: 88px;
  height: 52px;
  margin: 0px;
  padding: 0px 25px;
  font-weight: 600;
  font-size: 20px;
  border-radius: 50px;
  border: none; }
  #guides-form #Filter_AdultNum::-webkit-inner-spin-button {
    opacity: 1; }

.persons-wrap {
  position: relative;
  /*&::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 29px;
        top: 26px;
        right: 40px;
        background-color: #c4c4c4;
    }*/ }

.search-btn-wrap button {
  width: 182px;
  height: 52px;
  color: white;
  border: none;
  border-radius: 50px;
  background: linear-gradient(to right, #fba94d 0%, #ff8600 100%);
  background: -moz-linear-gradient(left, #fba94d 0%, #ff8600 100%);
  background: -webkit-linear-gradient(left, #fba94d 0%, #ff8600 100%);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer; }
  .search-btn-wrap button:hover {
    background: linear-gradient(to right, #ffbf77 -27.45%, #ff951f 99.81%);
    background: -moz-linear-gradient(left, #ffbf77 -27.45%, #ff951f 99.81%);
    background: -webkit-linear-gradient(left, #ffbf77 -27.45%, #ff951f 99.81%); }

.team-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 20px 37px -40px rgba(0, 0, 0, 0.5); }

.teammate {
  display: inline-block;
  position: absolute;
  padding-left: 15px;
  padding-top: 7px; }
  .teammate p {
    display: block;
    font-size: 18px;
    margin: 0px;
    font-weight: 600;
    color: #5A5A5A;
    height: 20px;
    overflow: hidden;
    line-height: 20px; }
  .teammate span {
    display: block;
    font-weight: 300;
    color: #000000;
    line-height: 20px; }
  .teammate .country {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #27a2c8; }
    .teammate .country:hover {
      text-decoration: none; }

/* Slider styles start */
.stories-guides {
  background: url(../images/stories-guides-bg.png) top;
  padding-bottom: 78px; }

.stories {
  margin-top: 37px;
  padding-top: 23px;
  position: relative; }

.slider-wrap {
  position: relative;
  margin-top: 60px;
  padding-bottom: 35px;
  border-radius: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background-color: #ffffff; }

.collage-wrap {
  position: relative;
  width: 100%;
  height: 100%; }

.collage-item-top,
.collage-item-middle,
.collage-item-bottom {
  position: absolute;
  width: 300px;
  height: 342px;
  padding: 25px 21px 49px;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.12);
  background-color: #ffffff; }
  .collage-item-top img,
  .collage-item-middle img,
  .collage-item-bottom img {
    width: 100%;
    height: 100%; }

.collage-item-top {
  bottom: -45px;
  right: 55px;
  transform: rotate(-12.06deg);
  z-index: 2; }

.collage-item-middle {
  top: 50px;
  left: -35px;
  transform: rotate(-21.6deg);
  z-index: 1; }

.collage-item-bottom {
  top: 10px;
  right: 40px;
  transform: rotate(15.09deg);
  z-index: 0; }

.stories-slider {
  padding-top: 35px; }

.plane-wrap {
  position: absolute;
  right: 0px;
  top: 35%; }

.storie-item p:nth-child(2) {
  width: 470px;
  padding-top: 24px;
  margin: 0px;
  font-size: 18px;
  color: #969696;
  line-height: 23px; }
  .storie-item p:nth-child(2) span {
    color: #27A2C8; }

.storie-item p:nth-child(3) {
  width: 480px;
  padding-top: 15px;
  font-size: 18px;
  color: #969696;
  line-height: 23px; }
  .storie-item p:nth-child(3) span {
    color: #27A2C8; }

.storie-item a {
  display: inline-block;
  font-size: 18px;
  color: #858585;
  border-bottom: 1px solid #858585;
  margin-top: 38px; }
  .storie-item a:hover {
    text-decoration: none;
    color: #6D6D6D; }

.narrator {
  padding-top: 20px;
  display: inline-block; }
  .narrator p {
    font-size: 22px;
    font-weight: 600;
    color: #6c6c6c;
    margin: 0px; }
    .narrator p span {
      font-weight: 300; }
  .narrator span:nth-child(2) {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FE8906; }

.prev-arrow::before,
.next-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 52%;
  width: 65px;
  height: 65px;
  cursor: pointer;
  background: url(../images/arrowdown.svg) center no-repeat;
  background-size: 30%;
  border-radius: 50px;
  background-color: #ffffff;
  z-index: 5; }

.prev-arrow::before {
  left: -106%;
  transform: rotate(90deg);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 0.8; }

.next-arrow::before {
  right: -25px;
  transform: rotate(-90deg);
  box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 1 !important; }

.slick-dots {
  left: -50%;
  bottom: -150px !important; }

.slick-dots li button::before {
  font-size: 17px !important; }

/* Slider styles end */
.guides-cards {
  position: relative;
  margin-top: 180px; }
  .guides-cards h2 {
    font-size: 34px; }
  .guides-cards .button {
    margin-top: 50px; }

.pisa-wrap {
  position: absolute;
  left: 0px;
  top: 0px; }

.cards-wrap {
  position: relative;
  z-index: 1;
  padding-top: 65px; }

.card-item-1 {
  width: 360px;
  height: 285px;
  color: white;
  font-size: 24px;
  margin: 0px 9px 16px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-image: url(/images/main-guide-card.png); }
  .card-item-1 .badge-wrap {
    padding: 12px 18px 0px; }
    .card-item-1 .badge-wrap img {
      width: 75px;
      height: 75px;
      border: 2px solid white;
      border-radius: 75px; }
  .card-item-1 .narrator {
    padding-top: 9px;
    padding-left: 9px; }
    .card-item-1 .narrator p,
    .card-item-1 .narrator span {
      font-size: 18px;
      color: white; }
    .card-item-1 .narrator p {
      height: 28px;
      overflow: hidden;
      text-transform: uppercase;
      font-weight: 900; }
    .card-item-1 .narrator span {
      display: block;
      text-transform: none;
      font-weight: 400;
      margin-top: -2px; }

.city {
  margin: 15px 20px 0px;
  height: 30px;
  overflow: hidden; }
  .city span {
    display: inline-block;
    padding: 0px 10px;
    border: 1px solid #2ac3f2;
    background-color: rgba(42, 195, 242, 0.5); }

.tour-description {
  margin: 0px;
  font-weight: 600;
  padding: 25px 55px 0px 25px;
  line-height: 28px;
  height: 83px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word; }

.btn-wrap {
  padding-left: 20px; }
  .btn-wrap a {
    float: left;
    font-size: 18px;
    font-weight: 500;
    color: white;
    background-color: rgba(15, 15, 15, 0.85);
    margin-right: 25px;
    margin-top: 10px;
    padding: 5px 8px; }
    .btn-wrap a:hover {
      text-decoration: none;
      background-color: rgba(42, 195, 242, 0.87); }

.eiffel-wrap {
  position: absolute;
  right: 40px;
  bottom: -70px;
  z-index: 0; }

.our-vision {
  height: 430px;
  padding-top: 140px;
  color: #ffffff;
  z-index: 1;
  position: relative;
  background: url(../images/vision-bg.png) center no-repeat;
  background-size: cover; }
  .our-vision h2 {
    font-size: 34px;
    font-weight: 300;
    color: #ffffff; }
  .our-vision p {
    display: block;
    width: 40%;
    margin: auto;
    padding-top: 10px;
    text-align: center;
    font-size: 20px; }

.destinations {
  padding-top: 95px; }
  .destinations h2 {
    font-size: 34px; }

.tours-wrap {
  padding-top: 45px; }

.city-card {
  display: block;
  width: 249px;
  height: 305px;
  border-radius: 10px;
  padding-top: 20px;
  padding-left: 20px;
  background-size: cover;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  margin-top: 25px; }
  .city-card h4 {
    display: inline-block;
    padding: 7px 18px;
    color: #ffffff;
    background-color: #23BFF1;
    border-radius: 5px; }
  .city-card:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3); }

.tour-search {
  height: 375px;
  padding-top: 75px;
  background: url(../images/tour-bg.png) bottom no-repeat; }
  .tour-search .button {
    width: 249px; }

footer {
  font-size: 18px;
  color: #858585;
  padding-top: 5px; }
  footer ul {
    padding: 0px;
    margin: 0px;
    display: inline; }
  footer li {
    display: inline; }
    footer li:first-child {
      padding-left: 0px; }
  footer a {
    color: #858585; }
  footer p {
    padding: 10px 0px 0px;
    margin: 0px;
    font-size: 18px;
    font-weight: 300;
    color: #858585; }

.footer-wrap {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px; }

.footer-menu li {
  padding: 0px 25px; }
  .footer-menu li:first-child {
    padding-left: 15px; }

.footer-menu a:hover {
  text-decoration: none;
  color: #2ac3f2; }

.socials-wrap {
  justify-content: flex-end; }
  .socials-wrap span {
    padding-right: 10px; }

.socials li {
  /*padding: 0px 5px;*/ }

.socials a {
  display: inline-block;
  width: 22px;
  height: 22px; }
  .socials a svg {
    width: 22px;
    height: 22px;
    fill: #b9b9b9; }
    .socials a svg:hover {
      fill: #7ddefc; }

.slick-slide img {
  display: inline-block !important; }

.form-control:focus::-webkit-input-placeholder,
.form-controlfocus::-moz-placeholder,
.form-control:focus:-ms-input-placeholder {
  color: transparent; }

footer p {
  text-align: left; }

.card-toner {
  width: 100%;
  height: 100%;
  background: rgba(9, 37, 63, 0.5);
  border-radius: 10px; }

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  margin: 0;
  cursor: pointer; }
  .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    border: inherit;
    background: inherit;
    margin: inherit;
    color: inherit;
    background-color: #1AC9FF; }
  .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper img {
    height: 4em; }

.autocomplete-label {
  color: white;
  font-size: 1.5em;
  font-weight: bold; }

.ui-autocomplete-loading {
  background: url("../images/loading.gif") no-repeat right center;
  background-size: contain;
  background-color: white; }

.general-search-container .form-control {
  padding-left: 3rem; }

.general-search-container span {
  position: absolute;
  z-index: 2;
  display: block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  pointer-events: none;
  color: #aaa; }

.header-new {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #fff;
  border-bottom: 1px solid #DBDBDB; }

.navbar-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  width: 100%;
  height: 4.25rem;
  margin: 0 auto; }

[class*=container-new] {
  max-width: 87.125rem;
  margin: 0 auto;
  padding: 0 0.9375rem; }

.brand-new {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 800;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0px; }

.brand-new span {
  color: #1BBEF2; }

.burger-new {
  position: absolute;
  right: 22px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  z-index: 10;
  width: 1.75rem;
  height: 1rem;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  transition: 0.35s ease; }

.burger-new.is-active .burger-line-new:nth-child(1) {
  top: 0.5rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.burger-new.is-active .burger-line-new:nth-child(2) {
  right: -1.5rem;
  opacity: 0;
  visibility: hidden; }

.burger-new.is-active .burger-line-new:nth-child(3) {
  top: 0.5rem;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

@media only screen and (min-width: 1010px) {
  .menu-wrapper-new {
    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;
    gap: 100px;
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding-right: 0;
    margin-left: auto;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .menu-wrapper-inner-new {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    margin: 0 auto; }
  .menu-wrapper-link-new {
    text-transform: capitalize; }
  .menu-wrapper-block-new {
    margin-left: 2rem; }
  .burger-new {
    display: none;
    visibility: hidden; } }

@media only screen and (max-width: 1009px) {
  .menu-wrapper-new {
    visibility: hidden; }
  .tour__link-watch {
    padding-bottom: 10px; } }

.burger-line-new {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #1BBEF2;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }

.burger-line-new:nth-child(1) {
  top: 0px; }

.burger-line-new:nth-child(2) {
  top: 0.5rem; }

.burger-line-new:nth-child(3) {
  top: 1rem; }

.dropdown-new {
  position: relative; }

.dropdown-new:hover .dropdown-content-new {
  display: block; }

.dropdown-content-new {
  display: none;
  position: absolute;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #858585;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

.dropdown-content-new a {
  color: #858585;
  padding: 12px 16px;
  text-decoration: none;
  display: block; }

@media (max-width: 500px) {
  .search-new__input-new:focus {
    width: 200px; } }

.menu-inner-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px; }

@media (max-width: 1150px) {
  .menu-inner-new {
    gap: 20px; } }

@media (max-width: 1080px) {
  .menu-inner-new {
    gap: 15px; } }

@media (max-width: 1010px) {
  .menu-inner-new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px; }
  .search-new__input-block-new {
    left: 0; } }

.menu-link-new {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #858585;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

.menu-link-new:hover {
  color: #1BBEF2; }

.search-new {
  position: relative; }

.search-new__input-block-new {
  position: absolute;
  top: -15px;
  left: -70px; }

.search-new__input-new {
  border: 1px solid #DBDBDB;
  border-radius: 6px;
  padding: 11px 9px 11px 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #5A5A5A;
  width: 158px;
  height: 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.search-new__input-new:focus {
  outline: none;
  width: 335px; }

.search-new__icon-new {
  position: absolute;
  top: 9px;
  left: 11px; }

/* clears the ‘X’ from Internet Explorer */
input[type=search-new]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=search-new]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type=search-new]::-webkit-search-decoration,
input[type=search-new]::-webkit-search-cancel-button,
input[type=search-new]::-webkit-search-results-button,
input[type=search-new]::-webkit-search-results-decoration {
  display: none; }

.menu-contact-new p {
  font-size: 16px;
  font-weight: 300;
  line-height: 146.7%; }

.menu-contact-new a {
  font-size: 16px;
  font-weight: 600; }

.dropbtn-new {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #858585;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px; }
