.user-box {
  position: relative;
}

.iti.iti--allow-dropdown {
  width: 100% !important;
}

.iti__flag-container {
  height: 38px;
}

.iti__country-list {
  color: #000 !important;
}

#phone {
  padding-left: 50px;
}

#popupphone {
  padding-left: 50px;
}

#popupphone .labeltag {
  color: #000 !important;
}

#ContactUs input::placeholder {
  color: #a0a0a0 !important;
}

input:focus::placeholder {
  color: transparent !important;
}

label.error {
  color: red !important;
  position: unset !important;
  font-size: 10px !important;
  padding: 0px !important;
}

.user-box input {
  margin-bottom: 0px !important;
}

.user-box {
  margin-bottom: 15px !important;
}

.enquieymb {
  background: #244d41;
  color: #fff;
  position: fixed;
  bottom: 0px;
  z-index: 999;
/*  width: calc(100% / 2);*/
  border: 1px solid #fff;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.enquieymb h5 {
  padding: 5px 0px;
  font-size: 15px !important;
}

.enquieymb1 {
  background: #244d41;
  color: #fff;
  position: fixed;
  bottom: 0px;
  z-index: 999;
  width: calc(100% / 2);
  border: 1px solid #fff;
  overflow: hidden;
  text-align: center;
}

.enquieymb1 h5 {
  padding: 5px 0px;
  font-size: 15px !important;
}

.buttonshine {
  position: relative;
}

.buttonshine::after {
  content: '';
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 220px;
  position: absolute;
  z-index: 1;
  animation: slide 3s infinite;
  /*animation-delay: 2s;*/
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
  /* IE6-9 */
}

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }

  40% {
    transform: translateX(100%);
  }

  /* Moves quickly */
  41% {
    transform: translateX(100%);
  }

  /* Stops */
  45% {
    transform: translateX(100%);
  }

  /* Stops */
  50% {
    transform: translateX(100%);
  }

  /* Stops */
  100% {
    transform: translateX(100%);
  }

  /* Holds position for delay */
}

#welcome {
  position: relative;
  padding: 100px 0px;
  background: url("../images/welcome-back-bg.webp") repeat-x top center
}

@media(max-width: 767px) {
  #welcome {
    padding: 60px 0px
  }
}

#welcome .welcome-inner {
  position: relative;
  border-bottom: solid 1px var(--gold);
  border-top: solid 1px var(--gold);
  background-color: var(--White);
  padding: 50px 100px
}

#welcome .welcome-inner p {
  opacity: .8;
  /* color:#fff !important; */
}

#welcome .welcome-inner .para {
  color: #fff !important;
}

#welcome .welcome-inner .welcomeDetails {
  margin-top: 60px
}

#welcome .welcome-inner .welcomeDetails .infoNos {
  background-color: #000;
  padding: 12px 20px;
  opacity: 1;
  height: 136px;
  display: flex;
  justify-content: center;
  flex-direction: column
}

span.counts {
  color: #fff !important;
}

#welcome .welcome-inner .welcomeDetails .experienceVideo {
  transition: all .05s cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

#welcome .welcome-inner .welcomeDetails .experienceVideo a {
  display: block;
  overflow: hidden;
  position: relative
}

#welcome .welcome-inner .welcomeDetails .experienceVideo a .experiencepix {
  overflow: hidden;
  height: 291px;
  transition: 1s;
  background-color: #000
}

#welcome .welcome-inner .welcomeDetails .experienceVideo a .experiencepix img {
  width: 100%;
  height: 110%;
  object-fit: cover;
  transition: 1s
}

#welcome .welcome-inner .welcomeDetails .experienceVideo a .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 50px;
  height: 50px
}

#welcome .welcome-inner .welcomeDetails .experienceVideo a h2 {
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 1;
  color: var(--White);
  font-size: 20px;
  font-weight: var(--font-weight-700);
  padding: 0px 60px
}

@media(max-width: 767px) {
  #welcome .welcome-inner .welcomeDetails .experienceVideo a h2 {
    padding: 0px 20px
  }
}

#welcome .welcome-inner .welcomeDetails .experienceVideo:hover .experiencepix {
  transform: scale(1.1)
}

#welcome .welcome-inner .welcomeDetails .experienceVideo:hover .experiencepix img {
  opacity: .7
}

#welcome .welcome-inner .welcomeDetails .multilevelgrand {
  position: relative;
  overflow: hidden;
  height: 291px;
  transition: all .05s cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

#welcome .welcome-inner .welcomeDetails .multilevelgrand img {
  width: 100%;
  height: 110%;
  object-fit: cover
}

@media(max-width: 767px) {
  #welcome .welcome-inner .welcomeDetails .multilevelgrand {
    margin-bottom: 20px;
    height: 430px
  }
}

#welcome .welcome-inner .welcomeDetails .multilevelgrand .multilevelgrandimg {
  transition: 1s
}

@media(max-width: 767px) {
  #welcome .welcome-inner .welcomeDetails .multilevelgrand .multilevelgrandimg {
    height: 100%
  }
}

#welcome .welcome-inner .welcomeDetails .multilevelgrand:hover .multilevelgrandimg {
  transform: scale(1.1)
}

#welcome .welcome-inner .welcomeDetails .multilevelgrand h2 {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  color: var(--White);
  font-size: 20px;
  font-weight: var(--font-weight-700);
  padding: 20px
}

@media(max-width: 767px) {
  #welcome .welcome-inner .welcomeDetails .multilevelgrand h2 {
    padding: 0px 30px;
    bottom: 20px
  }
}

#welcome .welcome-inner .welcomeDetails .multilevelgrand .image-label {
  right: 10px;
  bottom: 10px
}

@media(max-width: 767px) {
  #welcome .welcome-inner {
    padding: 20px 0px
  }

  #welcome .welcome-inner .welcome-left {
    margin-bottom: 10px
  }

  #welcome .welcome-inner .welcomeDetails {
    margin-top: 30px
  }

  #welcome .welcome-inner .welcomeDetails .col-lg-8 {
    padding: 0px 0px
  }

  #welcome .welcome-inner .welcomeDetails .d-flex {
    justify-content: space-between
  }

  #welcome .welcome-inner .welcomeDetails .infoNos {
    width: 48%;
    padding: 12px 10px
  }

  #welcome .welcome-inner .welcomeDetails .infoNos .nos {
    font-size: 40px
  }
}

#MasterLayout {
  position: relative;
  overflow: hidden;
  height: 1170px;
  background-color: #000
}

.bannerBottom .bbCards {
  height: 100%
}

.bannerBottom .bbCards .bbicon {
  margin-bottom: 20px;
  height: 60px
}

.bannerBottom .bbCards h3 {
  font-size: 30px;
  font-weight: var(--font-weight-500);
  margin-bottom: 20px;
  color: #f3d77d;
  background-image: linear-gradient(45deg, #f3d77d 0%, #e2c570 21%, #b79852 49%, #d9bc6a 50%, #f0d47b 75%, #d4b45f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-wrap: balance
}

@media(max-width: 767px) {
  .bannerBottom .bbCards h3 {
      font-size: 24px
  }
}

@media(min-width: 768px)and (max-width: 1023px) {
  .bannerBottom .bbCards h3 {
      font-size: 24px
  }
}

@media(min-width: 1024px)and (max-width: 1199px) {
  .bannerBottom .bbCards h3 {
      font-size: 24px
  }
}

.bannerBottom .bbCards p {
  color: var(--White);
  padding: 0px 20px;
  text-wrap: balance
}

@media(max-width: 767px) {
  .bannerBottom .bbCards p {
      padding: 0px 20px
  }
}

@media(min-width: 768px)and (max-width: 1023px) {
  .bannerBottom .bbCards p {
      padding: 0px 20px
  }
}

@media(min-width: 1024px)and (max-width: 1199px) {
  .bannerBottom .bbCards p {
      padding: 0px 20px
  }
}

.bannerBottom .bbSwiper {
  margin-top: 60px;
  padding-bottom: 50px
}

.bannerBottom .bbSwiper .swiper-slide {
  transform: translateX(2px);
  height: auto
}

@media(min-width: 768px)and (max-width: 1023px) {
  .bannerBottom .bbSwiper .swiper-slide {
      padding-left: 20px
  }
}

.bannerBottom .bbSwiper .swiper-slide::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .3);
  position: absolute;
  top: 0
}

@media(max-width: 767px) {
  .bannerBottom .bbSwiper .swiper-slide::after {
      display: none
  }
}

@media(min-width: 768px)and (max-width: 1023px) {
  .bannerBottom .bbSwiper .swiper-slide::after {
      left: -10px
  }
}

@media(min-width: 1024px)and (max-width: 1199px) {
  .bannerBottom .bbSwiper .swiper-slide::after {
      left: -25px
  }
}

@media(min-width: 1200px) {
  .bannerBottom .bbSwiper .swiper-slide::after {
      left: -25px
  }
}

.bannerBottom .bbSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.bannerBottom .bbSwiper .swiper-slide::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .3);
  position: absolute;
  top: 0;
}
@media(min-width: 768px)and (max-width: 1023px) {
  .bannerBottom .bbSwiper .swiper-slide {
      padding-left: 20px
  }
}

.bannerBottom .bbSwiper .swiper-slide::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .3);
  position: absolute;
  top: 0
}

@media(max-width: 767px) {
  .bannerBottom .bbSwiper .swiper-slide::after {
      display: none
  }
}

@media(min-width: 768px)and (max-width: 1023px) {
  .bannerBottom .bbSwiper .swiper-slide::after {
      left: -10px
  }
}

@media(min-width: 1024px)and (max-width: 1199px) {
  .bannerBottom .bbSwiper .swiper-slide::after {
      left: -25px
  }
}

@media(min-width: 1200px) {
  .bannerBottom .bbSwiper .swiper-slide::after {
      left: -25px
  }
}
#highlights{
  background: #244d41;
}

.commonCTA {
  position: relative;
  display: table;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  font-weight: var(--font-weight-500);
  transition: .5s;
  text-align: center;
  text-transform: uppercase;
  margin: 24px auto;
  overflow: hidden;
  white-space: nowrap
}

.commonCTA span {
  position: relative;
  z-index: 1
}

.commonCTA::after {
  content: "";
  display: block;
  position: absolute;
  width: 300px;
  height: 300px;
  background-color: var(--White);
  top: 100%;
  left: 50%;
  border-radius: 50%;
  right: 0;
  margin: 0 auto;
  opacity: .1;
  transition: all .8s ease-in;
  transform: translate(-50%, 10%)
}

.commonCTA:hover {
  color: #000;
}

.commonCTA:hover::after {
  top: -300%;
  border-radius: 30px;
  opacity: 1;
  background-color: #fff;
  
}
