@font-face {
  font-family: 'Gilroy';
  src: url("./fonts/Gilroy-Bold.woff2") format("woff2"), url("./fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("./fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("./fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("./fonts/Gilroy-Thin.woff2") format("woff2"), url("./fonts/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("./fonts/Gilroy-Medium.woff2") format("woff2"), url("./fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("./fonts/Gilroy-SemiBold.woff2") format("woff2"), url("./fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("./fonts/Gilroy-Regular.woff2") format("woff2"), url("./fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.semibold, .register-process-box .regis-fees a, .register-process-box .steps-main .stepslist {
  font-family: 'Gilroy';
  font-weight: 600;
  font-style: normal;
}

.medium, body .preloader .page-preloader-middle, .register-process-box .jan-list p, .register-process-box .regis-radio p {
  font-family: 'Gilroy';
  font-weight: 500;
  font-style: normal;
}

body,
html, .register-process-box .regis-radio .radio-custom {
  font-family: 'Gilroy';
  font-weight: normal;
  font-style: normal;
}

.bold,
.fw-bold, .btn-primary, .btn-anchor, .register-process-box .steps-main .stepslist.active, .innerleftmain ul li::before, .form-group-mobile a, .textwithbtn a {
  font-family: 'Gilroy';
  font-weight: bold;
  font-style: normal;
}

.extrabold {
  font-family: 'Gilroy';
  font-weight: 900;
  font-style: normal;
}

:root {
  --height80: 80px;
  --wd60: 70px;
  --wh600: 100vh;
  --whminus600: -100vh;
  --conatiner-pad: 40px;
}

@media only screen and (min-width: 1781px) {
  :root {
    --wd60: 90px;
  }
}

@media only screen and (max-width: 1600px) {
  :root {
    --height80: 65px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  :root {
    --wd60: 40px;
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --height80: 60px;
    --conatiner-pad: 15px;
    --wd60: 15px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}

.white {
  color: #fff !important;
}

.black {
  color: #000 !important;
}

.red {
  color: #DD1121;
}

.bg-grey {
  background: #F8F8F8;
}

.start-0 {
  left: 0;
}

.end-0 {
  right: 0;
}

.me-3 {
  margin-right: 1rem !important;
}

::-moz-selection {
  background: #333333;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #333333;
  color: #fff;
  text-shadow: none;
}

body,
html {
  background-color: #fff;
  width: 100%;
  line-height: 1.7;
  min-height: 100%;
  color: #000;
  text-rendering: optimizeSpeed;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  font-size: 15px;
}

@media only screen and (max-width: 1600px) {
  body,
  html {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  body,
  html {
    font-size: 12px;
  }
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

body.is-preload .preloader {
  display: block;
}

body .preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1032;
  background-color: #fff;
  display: none;
}

body .preloader .page-preloader-middle {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  line-height: 130%;
}

@media only screen and (max-width: 1899px) {
  body .preloader .page-preloader-middle {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  body .preloader .page-preloader-middle {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1440px) {
  body .preloader .page-preloader-middle {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  body .preloader .page-preloader-middle {
    font-size: 17.5px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  body .preloader .page-preloader-middle {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  body .preloader .page-preloader-middle {
    font-size: 16px;
  }
}

body .preloader .page-preloader-middle .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: #DD1121;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow;
  margin-right: 10px;
}

.bg-lighter {
  background: #ccc;
}

.border-1px {
  border: 1px solid #eeeeee;
}

.p-20 {
  padding: 20px;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-15 {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .w-md-80 {
    width: 80% !important;
  }
}

/*font size*/
.fs-20 {
  font-size: 20px;
}

@media only screen and (max-width: 1899px) {
  .fs-20 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1600px) {
  .fs-20 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1440px) {
  .fs-20 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .fs-20 {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .fs-20 {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 767px) {
  .fs-20 {
    font-size: 14px;
  }
}

.fs-30 {
  font-size: 30px;
  line-height: 130%;
}

@media only screen and (max-width: 1899px) {
  .fs-30 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1600px) {
  .fs-30 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1440px) {
  .fs-30 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .fs-30 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .fs-30 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .fs-30 {
    font-size: 16px;
  }
}

.fs-25 {
  font-size: 25px;
  line-height: 130%;
}

@media only screen and (max-width: 1899px) {
  .fs-25 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  .fs-25 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1440px) {
  .fs-25 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .fs-25 {
    font-size: 17.5px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .fs-25 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .fs-25 {
    font-size: 16px;
  }
}

.fs-40 {
  font-size: 40px;
  line-height: 130%;
}

@media only screen and (max-width: 1899px) {
  .fs-40 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1600px) {
  .fs-40 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1440px) {
  .fs-40 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .fs-40 {
    font-size: 27px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .fs-40 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .fs-40 {
    font-size: 24px;
  }
}

.headbig {
  font-size: 100px;
  line-height: 1;
}

@media only screen and (max-width: 1899px) {
  .headbig {
    font-size: 80px;
  }
}

@media only screen and (max-width: 1600px) {
  .headbig {
    font-size: 70px;
  }
}

@media only screen and (max-width: 1440px) {
  .headbig {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .headbig {
    font-size: 55px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .headbig {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .headbig {
    font-size: 45px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .headbig br {
    display: none;
  }
}

.headbig2 {
  font-size: 200px;
  line-height: 1;
}

@media only screen and (max-width: 1899px) {
  .headbig2 {
    font-size: 160px;
  }
}

@media only screen and (max-width: 1600px) {
  .headbig2 {
    font-size: 140px;
  }
}

@media only screen and (max-width: 1440px) {
  .headbig2 {
    font-size: 120px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .headbig2 {
    font-size: 100px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .headbig2 {
    font-size: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .headbig2 {
    font-size: 80px;
  }
}

.head2 {
  font-size: 80px;
  line-height: 130%;
}

@media only screen and (max-width: 1899px) {
  .head2 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 1600px) {
  .head2 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1440px) {
  .head2 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .head2 {
    font-size: 43px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .head2 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .head2 {
    font-size: 40px;
  }
}

.head3 {
  font-size: 60px;
  line-height: 130%;
}

@media only screen and (max-width: 1899px) {
  .head3 {
    font-size: 54px;
  }
}

@media only screen and (max-width: 1600px) {
  .head3 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1440px) {
  .head3 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .head3 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .head3 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .head3 {
    font-size: 30px;
  }
}

.head4 {
  font-size: 40px;
  line-height: 130%;
}

@media only screen and (max-width: 1899px) {
  .head4 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1600px) {
  .head4 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1440px) {
  .head4 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .head4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .head4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .head4 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }
}

.mb-grid-gutter {
  margin-bottom: 1.875rem !important;
}

.slick-gutters {
  margin-left: -10px;
  margin-right: -10px;
}

.slick-gutters .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}

body {
  overflow-x: hidden;
}

@media only screen and (max-width: 1399px) and (min-width: 1200px) {
  body {
    zoom: 100%;
  }
}

body.is-preload .main-inner {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.lazyload,
.lazyloading {
  opacity: 0.5;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.lazyloaded {
  opacity: 1;
}

.container {
  max-width: 1260px;
}

@media only screen and (min-width: 1201px) and (max-width: 1310px) {
  .container {
    max-width: 1230px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 565px;
  }
}

.container-fluid {
  padding-left: var(--wd60);
  padding-right: var(--wd60);
}

.lazybg {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.parrlex {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: top center;
}

a,
.btn {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:hover, a:focus,
.btn:hover,
.btn:focus {
  text-decoration: none;
}

.form-group {
  margin-bottom: 20px;
}

.form-control:focus,
.form-select:focus,
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary {
  background: #DD1121;
  border-radius: 104px;
  -webkit-border-radius: 104px;
  -moz-border-radius: 104px;
  -ms-border-radius: 104px;
  -o-border-radius: 104px;
  padding: 10px 40px !important;
  color: #fff !important;
  border-color: #DD1121;
  font-size: 30px;
  line-height: 130%;
}

@media only screen and (max-width: 1899px) {
  .btn-primary {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1600px) {
  .btn-primary {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1440px) {
  .btn-primary {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .btn-primary {
    font-size: 19px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .btn-primary {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-primary {
    font-size: 16px;
  }
}

.btn-primary:not(:disabled):focus, .btn-primary:not(:disabled):active, .btn-primary:not(:disabled):hover {
  background: #707070 !important;
  border-color: #707070 !important;
  color: #fff !important;
}

.btn-primary:hover {
  background: #707070;
  border-color: #707070;
  color: #fff !important;
}

.btn-anchor {
  background: #DD1121;
  border-radius: 104px;
  -webkit-border-radius: 104px;
  -moz-border-radius: 104px;
  -ms-border-radius: 104px;
  -o-border-radius: 104px;
  padding: 8px 20px !important;
  color: #fff !important;
  border-color: #DD1121;
  font-size: 20px;
}

@media only screen and (max-width: 1899px) {
  .btn-anchor {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1600px) {
  .btn-anchor {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1440px) {
  .btn-anchor {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .btn-anchor {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .btn-anchor {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-anchor {
    font-size: 14px;
  }
}

.btn-anchor:not(:disabled):focus, .btn-anchor:not(:disabled):active, .btn-anchor:not(:disabled):hover {
  background: #707070 !important;
  border-color: #707070 !important;
  color: #fff !important;
}

.btn-anchor:hover {
  background: #707070;
  border-color: #707070;
  color: #fff !important;
}

ul,
ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.space3 {
  padding: 70px 0;
}

.space {
  padding: 50px 0;
}

.space4 {
  padding: 25px 0;
}

.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
  background-color: #1A2F4E;
}

.slick-prev,
.slick-next {
  z-index: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: #1A2F4E;
}

.slick-prev::before,
.slick-next::before {
  width: 1rem;
  height: 1rem;
  font-family: inherit;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  content: '';
  opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .5;
}

.slick-prev {
  left: 50px;
}

.slick-prev::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

@media only screen and (max-width: 767px) {
  .slick-prev {
    left: 20px;
  }
}

.slick-next {
  right: 50px;
}

.slick-next::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media only screen and (max-width: 767px) {
  .slick-next {
    right: 20px;
  }
}

.slick-dots, .flickity-page-dots {
  text-align: left;
  bottom: 0;
  z-index: 1;
  left: 40px;
}

@media only screen and (max-width: 1600px) {
  .slick-dots, .flickity-page-dots {
    left: 30px;
  }
}

.slick-dots li, .flickity-page-dots li {
  border: 1px solid #DD1121 !important;
  width: 15px !important;
  height: 15px !important;
  margin: 0 5px;
  background: #fff !important;
  opacity: 1 !important;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.slick-dots li.slick-active, .slick-dots li.is-selected, .flickity-page-dots li.slick-active, .flickity-page-dots li.is-selected {
  background: #DD1121 !important;
}

@media only screen and (max-width: 1600px) {
  .slick-dots li, .flickity-page-dots li {
    width: 12px !important;
    height: 12px !important;
  }
}

.slick-dots li button, .flickity-page-dots li button {
  width: 100%;
  height: 100%;
}

.slick-dots li button::before, .flickity-page-dots li button::before {
  display: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.space-2 {
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  .space-2 {
    padding: 30px 0;
  }
}

.overlay {
  position: relative;
}

.overlay::before {
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background-image: linear-gradient(300deg, rgba(255, 255, 255, 0) 40%, #202020b8 100%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.overlay.overlaythermecolor::before {
  background-color: rgba(232, 0, 64, 0.9) !important;
}

.overlay2 {
  position: relative;
}

.overlay2::before {
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background-image: linear-gradient(25deg, rgba(255, 255, 255, 0) -20%, #202020b8 100%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.arrivalimg {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .arrivalimg::before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.3);
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #333333;
  font-weight: 700;
  line-height: 140%;
}

.text-theme-colored {
  color: #DD1121;
}

/*header*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background: transparent;
  z-index: 1030;
}

.header .insidecd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: var(--conatiner-pad);
  padding-right: var(--conatiner-pad);
}

.header .insidecd .d-fd-acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 3px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 1781px) {
  .header .insidecd .perform-logo img {
    width: 170px;
  }
}

@media only screen and (max-width: 767px) {
  .header .insidecd .perform-logo img {
    width: 97px;
    height: 24px;
  }
}

@media only screen and (min-width: 1781px) {
  .header .insidecd .tvs-logo img {
    width: 170px;
  }
}

@media only screen and (max-width: 767px) {
  .header .insidecd .tvs-logo img {
    width: 98px;
    height: 12px;
  }
}

/*section*/
.start-auto {
  left: auto !important;
}

.heromain2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.heromain2 .herobanneranime2 {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .heromain2 .herobanneranime2 {
    background-position: top center !important;
  }
}

.heromain2 .herobanneranime2.lazyload {
  background-image: none;
}

@media only screen and (min-width: 768px) {
  .heromain2 .herobanneranime2.lazyloaded {
    background-image: url("/assets/Marquee/zanskar2023/images/hero-banner.png");
  }
}

@media only screen and (max-width: 767px) {
  .heromain2 .herobanneranime2.lazyloaded {
    background-image: url("/assets/Marquee/zanskar2023/images/mob/home-banner-mob.png");
  }
}

@media only screen and (max-width: 767px) {
  .heromain2 .container-fluid {
    background: rgba(0, 0, 0, 0.3);
  }
  .heromain2 .container-fluid br {
    display: none;
  }
}

.lt-position {
  top: 45%;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .lt-position {
    top: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .hero-banner-anime .container-fluid br {
    display: none;
  }
}

.hero-banner-anime.overlay::before {
  background-image: linear-gradient(332deg, rgba(255, 255, 255, 0) 0%, #20202063 100%, rgba(255, 255, 255, 0) 100%);
}

.right-side-logo {
  position: absolute;
  top: 15%;
  max-width: 300px;
  right: var(--wd60);
}

@media only screen and (max-width: 1600px) {
  .right-side-logo {
    max-width: 260px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .right-side-logo {
    max-width: 200px;
    transform: translate(0, -50%);
    top: 42%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .right-side-logo {
    position: static;
    padding-top: 40px;
    max-width: 150px;
  }
}

.heromain {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  z-index: 1;
}

.heromain.enable .herobanneranime picture > img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.heromain .lt-position {
  top: 45%;
}

@media only screen and (max-width: 767px) {
  .heromain .container-fluid {
    background: rgba(0, 0, 0, 0.3);
  }
  .heromain .container-fluid br {
    display: none;
  }
}

.heromain .right-side-logo {
  position: absolute;
  top: 15%;
  max-width: 250px;
  right: var(--wd60);
}

@media only screen and (max-width: 1600px) {
  .heromain .right-side-logo {
    max-width: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .heromain .right-side-logo {
    position: static;
    padding-top: 40px;
    max-width: 168px;
  }
}

.heromain .herobanneranime {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(-5vh);
  -webkit-transform: translateY(-5vh);
  -moz-transform: translateY(-5vh);
  -ms-transform: translateY(-5vh);
  -o-transform: translateY(-5vh);
}

.heromain .herobanneranime picture > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  -o-object-position: top center;
     object-position: top center;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

.hero_banner {
  height: calc(100vh - var(--height80));
}

.hero_banner .right-side-logo {
  position: absolute;
  top: 20%;
  max-width: 250px;
  right: 60px;
}

.leftherobanner {
  width: 60%;
}

@media only screen and (max-width: 767px) {
  .leftherobanner {
    width: 100%;
    padding-top: 40px;
  }
  .leftherobanner .head3 {
    font-size: 24px;
  }
}

.lt-position {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  .lt-position {
    position: static;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
  }
}

.blazbg {
  background-position: bottom;
}

.blazbg.lazyload {
  background-image: none;
}

.blazbg.lazyloaded {
  background-image: url("/assets/Marquee/zanskar2023/images/Group129.png");
}

.blazbg .rightsidepara {
  padding-bottom: 170px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .blazbg .rightsidepara {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .blazbg .rightsidepara {
    padding-bottom: 230px;
  }
}

.blazbg2 {
  background-position: center center;
}

.blazbg2.lazyload {
  background-image: none;
}

.blazbg2.lazyloaded {
  background-image: url("/assets/Marquee/zanskar2023/images/Trail_1.jpg");
}

.blazbg2 .blaztrai2 {
  padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  .blazbg2 .blaztrai2 {
    padding-bottom: 100px;
  }
}

.scrollbanner-a {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .scrollbanner-a {
    display: none;
  }
}

.scrollbanner-a span:last-child {
  margin-top: 5px;
}

.footer {
  padding: 30px 0;
  background: #FCF8F8;
}

@media only screen and (max-width: 767px) {
  .footer p {
    text-align: center;
  }
  .footer .social-icons {
    margin-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.social-icons a:not(:last-child) {
  margin-right: 10px;
}

@media only screen and (max-width: 1600px) {
  .social-icons a {
    width: 40px;
    height: 40px;
  }
}

.dateformatsec {
  padding: 90px 0;
  position: relative;
}

.dateformatsec:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url("/assets/Marquee/zanskar2023/images/Group129.png") no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 45%;
  background-size: cover;
  background-position: bottom;
  background-color: #F1F1F9;
}

.divider {
  position: relative;
}

@media screen and (max-width: 991px) {
  .divider:first-child, .divider:nth-child(2) {
    margin-bottom: 50px;
  }
}

.divider:not(:last-child) .datesinner:after {
  position: absolute;
  content: "";
  right: 0;
  background: #707070;
  width: 0.5px;
  height: 80px;
  bottom: 0;
  top: 41%;
}

.divider:not(:last-child) .datesinner .dater-inner-cont {
  position: relative;
}

@media screen and (max-width: 991px) {
  .divider:first-child .datesinner:after {
    height: 31px;
    bottom: -56px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 100%;
    top: auto;
  }
  .divider:nth-child(2) .datesinner:after {
    display: none;
  }
  .divider:nth-child(3) .datesinner:after {
    height: 0.5px;
    right: auto;
    width: 66px;
    bottom: auto;
    top: -25px;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .divider:nth-child(4) .datesinner:after {
    height: 31px;
    bottom: -56px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 0%;
    top: auto;
  }
  .divider:nth-child(5) .datesinner:after {
    content: "";
    display: block;
    height: 0.5px;
    right: auto;
    width: 66px;
    bottom: auto;
    top: -25px;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .divider:nth-child(6) .datesinner:after {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .datesrow2 .divider:first-child, .datesrow2 .divider:nth-child(2), .datesrow2 .divider:nth-child(3), .datesrow2 .divider:nth-child(4) {
    margin-bottom: 50px;
  }
}

.datesrow2 .datesinner {
  max-width: 100%;
}

.datesinner {
  max-width: 70%;
  margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
  .datesinner {
    max-width: 75%;
  }
}

@media only screen and (max-width: 767px) {
  .datesinner {
    max-width: 90%;
  }
}

.datesinner img {
  width: 50px;
  height: 50px;
}

.ride-heading {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1031;
  background-color: #000;
}

.ride-heading .head2 {
  line-height: 1;
}

.ridebanners {
  height: var(--wh600);
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.ridebanners.ridebanner-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ridebanners.ridebanner-item .container-fluid {
    z-index: 1;
  }
}

.ridebanners.ridebanner-item .work-item__video {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ridebanners.ridebanner-item .work-item__video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.ridebanners.ridebanner-item .work-item__image {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(var(--whminus600));
  transform: translateY(var(--whminus600));
  -moz-transform: translateY(var(--whminus600));
  -o-transform: translateY(var(--whminus600));
  top: 0;
  left: 0;
}

.ridebanners.ridebanner-item .work-item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.ridebanners.ridebanner-item .work-item__caption {
  opacity: 1;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.ridebanners.ridebanner-item .knowmoremain {
  opacity: 0.3;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  visibility: hidden;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  background-image: linear-gradient(300deg, rgba(255, 255, 255, 0) -75%, #000 100%, rgba(255, 255, 255, 0) 100%);
  padding: var(--wd60);
  width: 55%;
}

@media only screen and (max-width: 767px) {
  .ridebanners.ridebanner-item .knowmoremain {
    width: 100%;
  }
}

.ridebanners.ridebanner-item .knowmoremain .close-knowmore {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ridebanners.ridebanner-item .knowmoremain .knowmore-detail-para {
  overflow-y: auto;
  max-height: 100%;
  padding-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ridebanners.ridebanner-item .knowmoremain .knowmore-detail-para::-webkit-scrollbar {
  width: 5px;
}

.ridebanners.ridebanner-item .knowmoremain .knowmore-detail-para::-webkit-scrollbar-track {
  background-color: #fff;
}

.ridebanners.ridebanner-item .knowmoremain .knowmore-detail-para::-webkit-scrollbar-thumb {
  background-color: #DD1121;
  border-radius: 0px;
  border: 5px solid #DD1121;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.ridebanners.ridebanner-item.overlay .knowmoremain {
  transform: translateX(100vw);
  -webkit-transform: translateX(100vw);
  -moz-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  -o-transform: translateX(100vw);
  left: auto;
}

.ridebanners.ridebanner-item.active .knowmoremain {
  opacity: 1;
  visibility: visible;
  transform: inherit;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
}

.ridetext-banner {
  width: 40%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 1;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .ridetext-banner {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .ridetext-banner {
    width: 100%;
    position: static;
    padding-top: 30px;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
  }
}

.aog-slick-carousal .slick-list {
  overflow: visible;
}

.aog-slick-carousal .aogimg {
  position: relative;
}

.aog-slick-carousal .aogimg .stretch-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #000;
  background: #fff;
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.aog-slick-carousal .aogimg img {
  height: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .aog-slick-carousal .aogimg img {
    height: 53vw;
  }
}

.aog-slick-carousal .slick-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.aog-slick-carousal .slick-slide:nth-child(6),
.aog-slick-carousal .slick-slide:nth-child(8) {
  width: 24vw !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .aog-slick-carousal .slick-slide:nth-child(6),
  .aog-slick-carousal .slick-slide:nth-child(8) {
    width: 50vw !important;
  }
}

.aog-riders {
  margin-bottom: -160px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .aog-riders {
    margin-bottom: 0;
  }
}

.registration-process {
  padding-top: 230px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .registration-process {
    padding-top: 0;
  }
}

.registration-process.lazyload {
  background-image: none;
}

.registration-process.lazyloaded {
  background-image: url("/assets/Marquee/zanskar2023/images/Group63.png");
}

.register-process-box {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .register-process-box {
    width: 100%;
  }
}

.register-process-box .registeritems {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 50px;
  padding-left: 10vw;
  padding-right: 6vw;
}

@media only screen and (max-width: 1199px) {
  .register-process-box .registeritems {
    padding-left: 115px;
  }
}

@media only screen and (max-width: 767px) {
  .register-process-box .registeritems {
    padding: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}

.register-process-box .registerbox-itemslist {
  min-height: 1px;
  display: none;
}

.register-process-box .registerbox-itemslist.active {
  display: block;
}

.register-process-box .contiubtn {
  margin: auto 0 auto auto;
  display: table;
}

.register-process-box .jan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .register-process-box .jan-list {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .register-process-box .jan-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .register-process-box .jan-list p {
    margin-bottom: 10px;
  }
}

.register-process-box .jan-list p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1899px) {
  .register-process-box .jan-list p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1600px) {
  .register-process-box .jan-list p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1440px) {
  .register-process-box .jan-list p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .register-process-box .jan-list p {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .register-process-box .jan-list p {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 767px) {
  .register-process-box .jan-list p {
    font-size: 14px;
  }
}

.register-process-box .jan-list p:not(:last-child) {
  margin-right: 25px;
}

.register-process-box .jan-list p img {
  margin-right: 8px;
}

.register-process-box .regis-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .register-process-box .regis-radio {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .register-process-box .regis-radio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.register-process-box .regis-radio p {
  font-size: 20px;
  margin-bottom: 0;
  margin-right: 30px;
}

@media only screen and (max-width: 1899px) {
  .register-process-box .regis-radio p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1600px) {
  .register-process-box .regis-radio p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1440px) {
  .register-process-box .regis-radio p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .register-process-box .regis-radio p {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .register-process-box .regis-radio p {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 767px) {
  .register-process-box .regis-radio p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .register-process-box .regis-radio p {
    margin-bottom: 10px;
  }
}

.register-process-box .regis-radio .radio-custom {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1899px) {
  .register-process-box .regis-radio .radio-custom {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1600px) {
  .register-process-box .regis-radio .radio-custom {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1440px) {
  .register-process-box .regis-radio .radio-custom {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .register-process-box .regis-radio .radio-custom {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .register-process-box .regis-radio .radio-custom {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 767px) {
  .register-process-box .regis-radio .radio-custom {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .register-process-box .regis-radio .radio-custom {
    margin-bottom: 10px;
  }
}

.register-process-box .regis-radio .radio-custom input {
  margin-right: 10px;
  position: relative;
  top: 8px;
}

.register-process-box .regis-fees label {
  margin-bottom: 20px;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .register-process-box .regis-fees label {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1899px) {
  .register-process-box .regis-fees label {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1600px) {
  .register-process-box .regis-fees label {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1440px) {
  .register-process-box .regis-fees label {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .register-process-box .regis-fees label {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .register-process-box .regis-fees label {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 767px) {
  .register-process-box .regis-fees label {
    font-size: 14px;
  }
}

.register-process-box .regis-fees a {
  color: #DD1121;
  text-decoration: none !important;
}

.register-process-box .regis-fees b {
  color: #DD1121;
}

.register-process-box .thank-paras p {
  font-size: 20px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1899px) {
  .register-process-box .thank-paras p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1600px) {
  .register-process-box .thank-paras p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1440px) {
  .register-process-box .thank-paras p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .register-process-box .thank-paras p {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .register-process-box .thank-paras p {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 767px) {
  .register-process-box .thank-paras p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .register-process-box .thank-paras p {
    margin-bottom: 20px;
  }
}

.register-process-box .thank-paras ul li {
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .register-process-box .thank-paras ul li {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1899px) {
  .register-process-box .thank-paras ul li {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1600px) {
  .register-process-box .thank-paras ul li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1440px) {
  .register-process-box .thank-paras ul li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .register-process-box .thank-paras ul li {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .register-process-box .thank-paras ul li {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 767px) {
  .register-process-box .thank-paras ul li {
    font-size: 14px;
  }
}

.register-process-box .thank-paras ul li span {
  display: inherit;
}

.register-process-box .thank-paras ul li::before {
  content: "";
  position: absolute;
  background: #DD1121;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.register-process-box .steps-main {
  position: absolute;
  left: 35px;
  top: 40%;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}

@media only screen and (max-width: 767px) {
  .register-process-box .steps-main {
    position: static;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

.register-process-box .steps-main .stepslist {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 20px;
  border: 1px solid #707070;
  position: relative;
}

@media only screen and (max-width: 1899px) {
  .register-process-box .steps-main .stepslist {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1600px) {
  .register-process-box .steps-main .stepslist {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1440px) {
  .register-process-box .steps-main .stepslist {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .register-process-box .steps-main .stepslist {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .register-process-box .steps-main .stepslist {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 767px) {
  .register-process-box .steps-main .stepslist {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .register-process-box .steps-main .stepslist {
    height: 45px;
    width: 45px;
  }
}

.register-process-box .steps-main .stepslist:not(:last-child):after {
  content: "";
  border-right: 1px dashed #707070;
  position: absolute;
  width: 1px;
  height: 30px;
  top: 125%;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .register-process-box .steps-main .stepslist:not(:last-child):after {
    width: 30px;
    height: 1px;
    top: 25px;
    left: 114%;
    z-index: 1;
    border-top: 1px dashed #707070;
  }
}

.register-process-box .steps-main .stepslist.active {
  background: #DD1121;
  border-color: #DD1121;
  color: #fff;
}

.register-process-box .steps-main .stepslist:not(:last-child) {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .register-process-box .steps-main .stepslist:not(:last-child) {
    margin-right: 40px;
    margin-bottom: 0;
  }
}

.form-control,
.form-select {
  font-size: 20px;
  height: 50px;
  border: none;
  border-bottom: 0.2px solid #707070;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  color: #000;
  padding-left: 0;
}

@media only screen and (max-width: 1899px) {
  .form-control,
  .form-select {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1600px) {
  .form-control,
  .form-select {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1440px) {
  .form-control,
  .form-select {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .form-control,
  .form-select {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .form-control,
  .form-select {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 767px) {
  .form-control,
  .form-select {
    font-size: 14px;
  }
}

.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

.form-control::-moz-placeholder,
.form-select::-webkit-input-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.form-control:-ms-input-placeholder,
.form-select::-webkit-input-placeholder {
  /* IE 10+ */
  color: #000;
}

.form-control:-moz-placeholder,
.form-select::-webkit-input-placeholder {
  /* Firefox 18- */
  color: #000;
}

/*testimonail*/
@media only screen and (max-width: 767px) {
  .testimon {
    padding-top: 0;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .testslickMain .testinnersec .row > [class*="col-"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.testslickMain .slick-dots, .testslickMain .flickity-page-dots {
  left: 61%;
  bottom: 20px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .testslickMain .slick-dots, .testslickMain .flickity-page-dots {
    left: 30px;
    bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .testslickMain .slick-dots, .testslickMain .flickity-page-dots {
    left: 15px;
    bottom: 0;
  }
}

.testi-innner-section {
  padding: 40px;
}

@media only screen and (max-width: 1600px) {
  .testi-innner-section {
    padding: 30px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .testi-innner-section {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .testi-innner-section {
    padding: 15px;
  }
}

.arrivalimg .work-days {
  min-height: calc(100vh - var(--height80));
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrivalimg .work-days {
    min-height: 75vw;
  }
}

@media only screen and (max-width: 767px) {
  .arrivalimg .work-days {
    min-height: 1px;
  }
}

.dayslist {
  cursor: pointer;
}

.arrival-lenthmap {
  position: absolute;
  bottom: 65px;
  z-index: 1;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrival-lenthmap {
    bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .arrival-lenthmap {
    bottom: 30px;
  }
}

.arrival-lenthmap picture > img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .arrival-lenthmap picture > img {
    width: 100%;
    -o-object-fit: none;
       object-fit: none;
    -o-object-position: 62% 83%;
       object-position: 62% 83%;
    height: 60px;
  }
}

.arrival-lenthmap p {
  font-size: 15px;
  line-height: 130%;
}

@media only screen and (max-width: 1899px) {
  .arrival-lenthmap p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1600px) {
  .arrival-lenthmap p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .arrival-lenthmap p {
    font-size: 12.8px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrival-lenthmap p {
    font-size: 12.5px;
  }
}

@media only screen and (max-width: 767px) {
  .arrival-lenthmap p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrival-lenthmap p {
    font-size: 11.5px;
  }
}

.arrival-lenthmap h3 {
  font-size: 25px;
  line-height: 130%;
}

@media only screen and (max-width: 1899px) {
  .arrival-lenthmap h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  .arrival-lenthmap h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1440px) {
  .arrival-lenthmap h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .arrival-lenthmap h3 {
    font-size: 17.5px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrival-lenthmap h3 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .arrival-lenthmap h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrival-lenthmap h3 {
    font-size: 14px;
  }
}

.arrival-lenthmap .points-day {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #fff;
  top: 0px;
  left: -5px;
}

@media only screen and (max-width: 1600px) {
  .arrival-lenthmap .points-day {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .arrival-lenthmap .points-day {
    display: none !important;
  }
}

.arrival-lenthmap .points-day::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1600px) {
  .arrival-lenthmap .points-day::before {
    width: 8px;
    height: 8px;
  }
}

.arrival-lenthmap .bike-thumb {
  position: absolute;
  top: -19px;
  left: 2%;
  z-index: 1;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

@media only screen and (max-width: 1600px) {
  .arrival-lenthmap .bike-thumb {
    max-width: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .arrival-lenthmap .bike-thumb {
    top: 2px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
  }
}

.arrival-lenthmap .bike-thumb.bike1 {
  top: -19px;
  left: 2%;
}

.arrival-lenthmap .bike-thumb.bike2 {
  left: 10%;
  top: -12px;
}

.arrival-lenthmap .bike-thumb.bike3 {
  left: 19%;
  top: 2px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrival-lenthmap .bike-thumb.bike3 {
    left: 18%;
    top: -6px;
  }
}

.arrival-lenthmap .bike-thumb.bike4 {
  left: 27%;
  top: 4px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrival-lenthmap .bike-thumb.bike4 {
    left: 25%;
    top: -5px;
  }
}

.arrival-lenthmap .bike-thumb.bike5 {
  left: 34%;
  top: 42px;
}

@media only screen and (min-width: 1781px) {
  .arrival-lenthmap .bike-thumb.bike5 {
    left: 34.5%;
    top: 57px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrival-lenthmap .bike-thumb.bike5 {
    left: 33%;
    top: 19px;
  }
}

.arrival-lenthmap .bike-thumb.bike6 {
  left: 42%;
  top: 34px;
}

@media only screen and (min-width: 1781px) {
  .arrival-lenthmap .bike-thumb.bike6 {
    top: 48px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrival-lenthmap .bike-thumb.bike6 {
    left: 40%;
    top: 9px;
  }
}

.arrival-lenthmap .bike-thumb.bike7 {
  left: 48.5%;
  top: 31px;
}

@media only screen and (min-width: 1781px) {
  .arrival-lenthmap .bike-thumb.bike7 {
    top: 47px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrival-lenthmap .bike-thumb.bike7 {
    left: 47%;
    top: 12px;
  }
}

.arrival-lenthmap .bike-thumb.bike8 {
  left: 55%;
  top: 19px;
}

@media only screen and (min-width: 1781px) {
  .arrival-lenthmap .bike-thumb.bike8 {
    top: 30px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrival-lenthmap .bike-thumb.bike8 {
    left: 54%;
    top: 1px;
  }
}

.arrival-lenthmap .bike-thumb.bike9 {
  left: 61%;
  top: 22px;
}

@media only screen and (min-width: 1781px) {
  .arrival-lenthmap .bike-thumb.bike9 {
    left: 62%;
    top: 43px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrival-lenthmap .bike-thumb.bike9 {
    left: 60.5%;
    top: 8px;
  }
}

.arrival-lenthmap .bike-thumb.bike10 {
  left: 70%;
  top: 11px;
}

@media only screen and (min-width: 1781px) {
  .arrival-lenthmap .bike-thumb.bike10 {
    top: 21px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrival-lenthmap .bike-thumb.bike10 {
    left: 68%;
    top: 0px;
  }
}

.arrival-lenthmap .bike-thumb.bike11 {
  left: 77%;
  top: 4px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrival-lenthmap .bike-thumb.bike11 {
    left: 76%;
    top: -3px;
  }
}

.arrival-lenthmap .bike-thumb.bike12 {
  left: 84.5%;
  top: 2px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrival-lenthmap .bike-thumb.bike12 {
    left: 83.5%;
    top: -6px;
  }
}

.arrival-lenthmap .day-one-thumb {
  position: absolute;
  left: 4%;
  top: -5px;
}

.arrival-lenthmap .day-one-thumb .aligntextrriv {
  margin-top: 25px;
}

.arrival-lenthmap .day-two-thumb {
  position: absolute;
  left: 12%;
  top: -47px;
}

@media only screen and (min-width: 1781px) {
  .arrival-lenthmap .day-two-thumb {
    top: -53px;
  }
}

.arrival-lenthmap .day-two-thumb .points-day {
  bottom: -22px;
  top: auto;
}

.arrival-lenthmap .day-three-thumb {
  position: absolute;
  left: 21%;
  top: 13px;
}

@media only screen and (min-width: 1781px) {
  .arrival-lenthmap .day-three-thumb {
    top: 24px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrival-lenthmap .day-three-thumb {
    left: 21%;
    top: 8px;
  }
}

.arrival-lenthmap .day-three-thumb .points-day {
  top: auto;
}

.arrival-lenthmap .day-three-thumb .aligntextrriv {
  margin-top: 25px;
}

.arrival-lenthmap .day-four-thumb {
  position: absolute;
  left: 29%;
  top: -29px;
}

.arrival-lenthmap .day-four-thumb .points-day {
  bottom: -22px;
  top: auto;
}

.arrival-lenthmap .day-five-thumb {
  position: absolute;
  left: 36%;
  top: 3.9vw;
}

.arrival-lenthmap .day-five-thumb .points-day {
  top: auto;
}

.arrival-lenthmap .day-five-thumb .aligntextrriv {
  margin-top: 25px;
}

.arrival-lenthmap .day-six-thumb {
  position: absolute;
  left: 44%;
  top: 0px;
}

@media only screen and (min-width: 1781px) {
  .arrival-lenthmap .day-six-thumb {
    top: 11px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrival-lenthmap .day-six-thumb {
    left: 44%;
    top: -19px;
  }
}

.arrival-lenthmap .day-six-thumb .points-day {
  bottom: -22px;
  top: auto;
}

.arrival-lenthmap .day-six-thumb .aligntextrriv {
  margin-left: -15px;
}

.arrival-lenthmap .day-seven-thumb {
  position: absolute;
  left: 50.5%;
  top: 3.2vw;
}

@media only screen and (min-width: 1781px) {
  .arrival-lenthmap .day-seven-thumb {
    top: 3.4vw;
  }
}

.arrival-lenthmap .day-seven-thumb .points-day {
  top: auto;
}

.arrival-lenthmap .day-seven-thumb .aligntextrriv {
  margin-top: 25px;
}

.arrival-lenthmap .day-eight-thumb {
  position: absolute;
  left: 56.9%;
  top: -16px;
}

@media only screen and (min-width: 1781px) {
  .arrival-lenthmap .day-eight-thumb {
    top: -8px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrival-lenthmap .day-eight-thumb {
    left: 56.9%;
    top: -23px;
  }
}

.arrival-lenthmap .day-eight-thumb .points-day {
  bottom: -22px;
  top: auto;
}

.arrival-lenthmap .day-eight-thumb .aligntextrriv {
  margin-left: -15px;
}

.arrival-lenthmap .day-nine-thumb {
  position: absolute;
  left: 63.5%;
  top: 36px;
}

@media only screen and (min-width: 1781px) {
  .arrival-lenthmap .day-nine-thumb {
    top: 60px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrival-lenthmap .day-nine-thumb {
    top: 20px;
  }
}

.arrival-lenthmap .day-nine-thumb .points-day {
  top: auto;
}

.arrival-lenthmap .day-nine-thumb .aligntextrriv {
  margin-top: 25px;
}

.arrival-lenthmap .day-ten-thumb {
  position: absolute;
  left: 71.5%;
  top: -22px;
}

@media only screen and (min-width: 1781px) {
  .arrival-lenthmap .day-ten-thumb {
    top: -17px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrival-lenthmap .day-ten-thumb {
    left: 71.5%;
    top: -28px;
  }
}

.arrival-lenthmap .day-ten-thumb .points-day {
  bottom: -22px;
  top: auto;
}

.arrival-lenthmap .day-ten-thumb .aligntextrriv {
  margin-left: -25px;
}

.arrival-lenthmap .day-elevn-thumb {
  position: absolute;
  left: 79%;
  top: 16px;
}

@media only screen and (min-width: 1781px) {
  .arrival-lenthmap .day-elevn-thumb {
    top: 27px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .arrival-lenthmap .day-elevn-thumb {
    top: 10px;
  }
}

.arrival-lenthmap .day-elevn-thumb .points-day {
  top: auto;
}

.arrival-lenthmap .day-elevn-thumb .aligntextrriv {
  margin-top: 25px;
}

.arrival-lenthmap .day-twelve-thumb {
  position: absolute;
  left: 86.5%;
  top: -31px;
}

.arrival-lenthmap .day-twelve-thumb .points-day {
  bottom: -22px;
  top: auto;
}

.arrival-lenthmap .day-twelve-thumb .aligntextrriv {
  margin-left: -25px;
}

@media only screen and (max-width: 767px) {
  .arrival-lenthmap .dayslist {
    visibility: hidden;
    opacity: 0;
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 40px !important;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .arrival-lenthmap .dayslist .aligntextrriv {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  .arrival-lenthmap .dayslist.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.contnet-box-arival {
  position: absolute;
  top: 7%;
  right: var(--wd60);
}

@media only screen and (max-width: 767px) {
  .contnet-box-arival {
    position: static;
  }
  .contnet-box-arival .lintexth {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}

.contnet-box-arival .inline-box-arrivalpo {
  max-width: 480px;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
}

@media only screen and (max-width: 1600px) {
  .contnet-box-arival .inline-box-arrivalpo {
    max-width: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .contnet-box-arival .inline-box-arrivalpo {
    max-width: 100%;
    padding: 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    position: relative;
    padding-bottom: 130px;
    background-color: #707070;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: auto;
  }
  .contnet-box-arival .inline-box-arrivalpo::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FFFFFF52));
    background: linear-gradient(180deg, #fff, #FFFFFF52);
    -webkit-box-shadow: 0px 10px #00000040;
    box-shadow: 0px 10px #00000040;
    opacity: 85%;
    -webkit-filter: drop-shadow(0px 10px 20px #00000040);
            filter: drop-shadow(0px 10px 20px #00000040);
  }
}

.contnet-box-arival .inline-box-arrivalpo .close-v {
  position: absolute;
  right: 10px;
  top: 10px;
}

@media only screen and (max-width: 767px) {
  .contnet-box-arival .inline-box-arrivalpo .close-v {
    display: none;
  }
}

.contnet-box-arival .inline-box-arrivalpo p .spaceltpara {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .contnet-box-arival .inline-box-arrivalpo p .spaceltpara img {
    width: 15px;
  }
}

.contnet-box-arival .inline-box-arrivalpo p .spaceltpara:not(:last-child) {
  margin-right: 20px;
}

.lintexth {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  display: none;
}

.ridingviewmore-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - var(--height80));
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .ridingviewmore-main {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .ridingviewmore-main {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ridingviewmore-main.hover1 a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666%;
          flex: 0 0 16.6666%;
  max-width: 16.6666%;
}

.ridingviewmore-main.hover1 a:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.ridingviewmore-main.hover2 a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666%;
          flex: 0 0 16.6666%;
  max-width: 16.6666%;
}

.ridingviewmore-main.hover2 a:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.ridingviewmore-main.hover3 a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666%;
          flex: 0 0 16.6666%;
  max-width: 16.6666%;
}

.ridingviewmore-main.hover3 a:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.ridingviewmore-main.hover4 a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666%;
          flex: 0 0 16.6666%;
  max-width: 16.6666%;
}

.ridingviewmore-main.hover4 a:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.ridingviewmore-main a {
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .ridingviewmore-main a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .ridingviewmore-main a {
    height: 33vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .ridingviewmore-main a h4 {
    margin-bottom: 10px;
  }
  .ridingviewmore-main a .geartextwrap {
    bottom: auto !important;
  }
  .ridingviewmore-main a.hoverActive {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100vw;
  }
  .ridingviewmore-main a.hoverActive .geartextwrap {
    bottom: 20px !important;
  }
}

.ridingviewmore-main a > img {
  height: 100%;
  -o-object-position: revert;
     object-position: revert;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .ridingviewmore-main a > img {
    -o-object-position: top;
       object-position: top;
  }
}

.ridingviewmore-main a .geartextwrap {
  position: absolute;
  text-align: center;
  left: auto;
  bottom: 40px;
  width: 100%;
  padding: 0 10px;
}

/*inner page*/
.innerpage-section {
  background: #F2F2F2;
}

.innerleftmain {
  background: #F2F2F2;
  padding: 0 var(--wd60);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
  padding-bottom: 20px;
}

.innerleftmain ul li {
  position: relative;
  padding-left: 20px;
}

.innerleftmain ul li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 3px;
  line-height: 1;
}

.innerleftmain a {
  text-decoration: none;
  position: relative;
}

.innerleftmain a span {
  display: inline-block;
  position: relative;
  padding-left: 50px;
}

.innerleftmain a span::before {
  position: absolute;
  width: 100%;
  height: 16px;
  content: "";
  background: url("/assets/Marquee/zanskar2023/images/icons/Group134.png") no-repeat top center/contain;
  left: 0;
  bottom: -14px;
}

.innerleftmain a:hover {
  color: #DD1121;
}

.carousel-control-next {
  right: 25px;
}

@media only screen and (max-width: 767px) {
  .carousel-control-next {
    right: 10px;
  }
}

.carousel-control-prev {
  left: 25px;
}

@media only screen and (max-width: 767px) {
  .carousel-control-prev {
    left: 10px;
  }
}

.carousel-control-next,
.carousel-control-prev {
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 20px;
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 35px;
    height: 35px;
    top: auto;
    bottom: 15px;
    opacity: 1;
  }
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 1199px) {
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
  }
}

.form-group {
  position: relative;
}

.modal-body .para, .modal-body .para li {
    list-style: disc !important;
    padding: revert;
    font-size: 1rem;
}
.form-group-mobile .modal-body h6,
body .form-group-mobile .modal-body p,
.form-group-mobile .modal-body .form-group .form-control {
  font-family: 'Gilroy' !important;
}

body .form-group-mobile .modal-body .validate-submit, body .form-group-mobile .modal-body .resend-submit {
  font-family: 'Gilroy' !important;
  font-weight: bold !important;
  border-radius: 104px;
  -webkit-border-radius: 104px;
  -moz-border-radius: 104px;
  -ms-border-radius: 104px;
  -o-border-radius: 104px;
  line-height: 1;
  padding: 10px 20px !important;
}

@media only screen and (max-width: 767px) {
  body .form-group-mobile .modal-body .validate-submit, body .form-group-mobile .modal-body .resend-submit {
    font-size: 14px;
  }
}

body .form-group-mobile .modal-body .resend-submit {
  background-color: #707070;
}

.form-group-mobile {
  position: relative;
}

.form-group-mobile > .form-control {
  padding-right: 145px;
}

@media only screen and (max-width: 767px) {
  .form-group-mobile > .form-control {
    padding-right: 130px;
  }
}

.form-group-mobile a {
  padding: 10px 20px;
  display: inline-block;
  background: #DD1121;
  color: #fff;
  border-radius: 104px;
  -webkit-border-radius: 104px;
  -moz-border-radius: 104px;
  -ms-border-radius: 104px;
  -o-border-radius: 104px;
  text-decoration: none;
  font-size: 15px;
  line-height: 130%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 1899px) {
  .form-group-mobile a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1600px) {
  .form-group-mobile a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .form-group-mobile a {
    font-size: 12.8px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .form-group-mobile a {
    font-size: 12.5px;
  }
}

@media only screen and (max-width: 767px) {
  .form-group-mobile a {
    font-size: 12px;
  }
}

.form-group-mobile a:not(:disabled):focus, .form-group-mobile a:not(:disabled):active, .form-group-mobile a:not(:disabled):hover {
  background: #707070 !important;
  border-color: #707070 !important;
  color: #fff !important;
}

.form-group-mobile a:hover {
  background: #707070;
  border-color: #707070;
  color: #fff !important;
}

.form-group-mobile .modal-header {
  padding: 1rem !important;
}

select.form-control {
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  -ms-appearance: menulist !important;
  -o-appearance: menulist !important;
  appearance: menulist !important;
  color: #000;
}

/*banner-animation*/
.hero-banner-anime {
  width: 100%;
  position: relative;
}

.hero-banner-anime .container-background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero-banner-anime .container-background .top-bg-image {
  position: relative;
  height: 100%;
}

.hero-banner-anime .container-background .top-bg-image .gen-42l {
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: height 250ms ease-in-out, top 250ms ease-in-out;
  transition: height 250ms ease-in-out, top 250ms ease-in-out;
}

.hero-banner-anime .container-background .top-bg-image .gen-48 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 1px;
  min-height: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.hero-banner-anime .container-background .top-bg-image .gen-48 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-banner-anime .gen-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
}

.hero-banner-anime .gen-content .parrlex-height {
  position: static;
  min-height: 135vh;
  width: 100%;
  display: block;
}

.hero-banner-anime .gen-51 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
}

.hero-banner-anime .gen-54 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-banner-anime .gen-55 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.hero-banner-anime .gen-53 {
  height: 100%;
}

.hero-banner-anime .gen-52 {
  top: 0;
  height: calc(100vh - var(--height80));
  position: -webkit-sticky;
  position: sticky;
}

@media only screen and (max-width: 767px) {
  .hero-banner-anime .gen-52 {
    height: 100vh;
  }
}

.audio-anchor {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  color: #000 !important;
  z-index: 1031;
  border: 3px solid #FCF8F8;
}

.audio-anchor.pause .bi-volume-up-fill {
  display: block;
}

.audio-anchor.pause .bi-volume-mute-fill {
  display: none;
}

.audio-anchor.play .bi-volume-up-fill {
  display: none;
}

.audio-anchor.play .bi-volume-mute-fill {
  display: block;
}

.audioplayz {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.desktop-video {
  display: block;
}

@media only screen and (max-width: 767px) {
  .desktop-video {
    display: none;
  }
}

.mobile-video {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mobile-video {
    display: block;
  }
}

.textwithbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .textwithbtn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .textwithbtn .continuebtnslist {
    margin-bottom: 10px;
  }
}

.textwithbtn p {
  margin-right: 46px;
}

.textwithbtn a {
  color: #DD1121;
  text-decoration: underline;
}

.slick-track,
.slick-list {
  -webkit-perspective: 2000;
  -webkit-backface-visibility: hidden;
}

.js-slideshow {
  width: 100vw;
}

.slide-w {
  width: 40vw;
  margin-right: 20px;
  text-align: center;
  height: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .slide-w {
    width: 60vw;
  }
}

.slide-w img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .slide-w {
    height: 53vw;
  }
}

.slide-w:nth-child(6), .slide-w:nth-child(8) {
  width: 24vw !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .slide-w:nth-child(6), .slide-w:nth-child(8) {
    width: 50vw !important;
  }
}

.flickity-button {
  display: none !important;
}

.testislick {
  height: 31vw;
}

@media only screen and (max-width: 1199px) {
  .testislick {
    height: 41vw;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .testislick {
    height: 55rem;
  }
}

@media only screen and (max-width: 767px) {
  .testislick {
    height: 48rem;
  }
}

.testislick > div {
  height: 100% !important;
}

.testislick .testinnersec {
  width: calc(100vw - (var(--wd60) + var(--wd60)));
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*# sourceMappingURL=app.css.map */

.error, .otpApiError3, #ageValidationMessage{
  color: red;
}

.select.form-control.form-select.error{
  color: #000;
}

.thankyou-section .thankyou-wrap{
  height: 100vh;
}
.thankyou-section .thankyou-wrap .innerleftmain a{
  margin-bottom: 150px;
}

.thankyou-section .thankyou-wrap .innerleftmain a span{
  padding-left: 0;
}

.thankyou-section .thankyou-wrap .innerleftmain ul li{
  padding-left: 0;
}

.thankyou-section .thankyou-wrap .innerleftmain ul li::before{
  display: none;
}

.hover-icon {

    width: 35px;

    margin: 0 10px 0 0;

    position: relative;

}

.footer-social-al .hover-logo {

    bottom: auto;

    top: -50px;

    left: -90px;

    position: absolute;

    background: #f2f2f2;

    padding: 5px;

    
display:none;
    width: 220px;

}

.logo-url img {

    width: 80px !important;

}
.header-strip {
    position: sticky;
    width: 100%;
    right: 0;
    top: 0;
    display: none;
    align-items: center;
    z-index: 11031;
    padding: 2px 0;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}
.header-strip.starpbg {
    display: flex;
    width: auto;
    right: auto;
    padding: 5px 0;
    height: auto;
    background: transparent;
    box-shadow: none;
}
.headerstriplit {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.header-strip.starpbg .logostrip {
    display: none;
}
.header-strip.starpbg .collapsedesktop {
    display: flex !important;
}
.header-strip.starpbg .submenu-lt {
    flex-grow: 1;
    background: #fff;
    flex-basis: auto;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    opacity: 0;
    position: absolute;
    left: auto;
    top: 100%;
    width: 100%;
    pointer-events: none;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    top: 115%;
    box-shadow: 0px 3px 6px #00000029;
    max-width: 301px;
    left: auto;
    width: 200px;
    right: -15px;
}
.header-strip.starpbg .desktogglebtn button {
    box-shadow: 0px 3px 6px #00000029;
}
.submenu-lt ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.submenu-lt ul li {
    padding-left: 20px;
    padding-right: 20px;
}
.header-strip.starpbg .submenu-lt ul li a {
    padding: 5px 0;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
  .textwithbtn p {
   margin-right: 42px;
  }
  .join-caption p span{
    font-size: 24px;
  }
}
