.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: #000;
  color: #fff;
  position: fixed;
  bottom: 0px;
  z-index: 999;
  width: calc(100% / 2);
  border: 1px solid #fff;
  overflow: hidden;
  text-align: center;
}

.enquieymb h5 {
  padding: 5px 0px;
  font-size: 15px !important;
}

.enquieymb1 {
  background: #000;
  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
}

/*---------- Systematic Plans Start ------------ */
#Paymentplan {
  position: relative;
  padding: 50px 0px;
  background: url("../img/texture05.jpg") repeat-x top center;
  opacity: 0.9;
  background-size: cover;
}
#Paymentplan .systemhead{
  color: #fff;
  font-weight: 600;
}
#Paymentplan .inner-systematicplan {
  position: relative;
  background-color: #000;
  padding: 50px 30px;
  font-weight: 600;
}
#Paymentplan .systempercenttext{
  color: #000;
  background-color: #fff;
  font-size: 25px;
  padding: 20px;
  border-radius: 100px;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.systemmobtext{
  font-size: 20px;
  font-weight: 900;
}
#Paymentplan .systempercent{
  background: #fff;
  font-size: 25px;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  color: #000;
}
.systemnumbercontainer h1{
  font-size: 90px;
  color: #fff;
  font-weight: bolder;
}

#Paymentplan .commonBt {
  display: inline-block;
  border: solid 1px #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  margin: 0px 10px;
}

#Paymentplan .commonBt span {
  padding: 10px 10px;
  display: block;
  position: relative;
  z-index: 1;
  background-color: #fff;
  color: #000;
  transition: .5s;
  cursor: pointer;
}

#Paymentplan .commonBt span strong {
  font-weight: 600;
  position: relative;
  z-index: 1
}

#Paymentplan .commonBt span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0%;
  background-color: #000;
  color: #fff;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  background-repeat: no-repeat;
  background-position: 97% center
}

#Paymentplan .commonBt::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  border: solid 1px #fff;
  height: 100%;
  width: 100%
}

#Paymentplan .commonBt:hover::before {
  border: solid 1px #fff
}

#Paymentplan .commonBt:hover span {
  color: #fff;
  padding-right: 30px
}

#Paymentplan .commonBt:hover span::before {
  width: 100%;
  background-image: url(../images/arrow-right.svg)
}
#Paymentplan .commonBt:hover i {
  color: #fff !important;
}
#Paymentplan .sysrightborder{
  border-right: 3px solid;
}
#Paymentplan .systempercenttext .systembg .percentsize{
  font-weight: bolder;
  font-size: 40px;
}