*, *:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
}

:root {
  --black: #000;
  --white: #fff;
  --light-gray: #f1f1f1;
  --gray: #666;
  --crem: #ae8033;
  --blue: #17497d;
  --font: "Poppins", sans-serif;
}

html, body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
}

input, select, textarea, button, label {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--gray);
  font-style: normal;
  background: transparent;
  color: var(--white);
}

.CBS-FormLanding {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .CBS-FormLanding {
    position: relative;
  }
}
.CBS-FormLanding .wrapper {
  height: 100vh;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .CBS-FormLanding .wrapper {
    align-items: center;
  }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  .CBS-FormLanding .wrapper {
    height: auto;
  }
}
.CBS-FormLanding .wrapper .innerLayer {
  max-width: 370px;
  width: 100%;
  margin-right: 6%;
  padding: 20px;
  border-radius: 8px;
}
@media only screen and (max-width: 991px) {
  .CBS-FormLanding .wrapper .innerLayer {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.logo {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .logo {
    margin-bottom: 20px;
  }
}
.logo a {
  display: inline-block;
  max-width: 160px;
}

.video {
  position: relative;
  line-height: 0;
}
@media only screen and (max-width: 991px) {
  .video {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
  }
}
.video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
  background: linear-gradient(to left, rgba(1, 16, 50, 0.98), rgba(1, 11, 32, 0.92), rgba(1, 12, 37, 0.72), transparent);
}
@media only screen and (max-width: 991px) {
  .video::before {
    background: rgba(0, 36, 113, 0.8705882353);
  }
}
.video video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .video video {
    height: 100%;
  }
}

.form .otpBox {
  margin-bottom: 20px;
  position: relative;
}
.form .otpBox .btnresotp {
  position: absolute;
  right: 0;
  top: 44px;
}
.form .otpBox .btnresotp .reotp {
  display: inline-block;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 15px;
  cursor: pointer;
}
.form .otpBox p {
  margin-bottom: 13px;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--white);
  font-style: normal;
}
.form .otpBox .otpInput {
  display: flex;
  gap: 5px;
}
.form .otpBox .otpInput input {
  width: 43px;
  height: 43px;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--white);
  background: transparent;
  color: var(--white);
  outline: none;
  transition: all 0.1s;
}
.form .otpBox .otpInput input:focus {
  outline: none;
  border-color: var(--blue);
}
.form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.form .form-group.valid .form-input {
  border-color: var(--white);
}
/*.form .form-group.valid label {
  top: -8px;
  font-size: 13px;
  opacity: 0.6;
}*/
.form .form-input {
  display: block;
  max-width: 520px;
  width: 100%;
  height: 48px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid var(--white);
  border-radius: 0px;
  color: #ae8033;
  outline: none;
  transition: 0.5s ease;
}
.form .form-input:hover, .form .form-input:focus {
  outline: none;
}
/*
.form .form-input:focus ~ label {
  top: -8px;
  font-size: 13px;
  opacity: 0.6;
}*/

.form .form-input::-moz-placeholder {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.form .form-input::placeholder {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.form label {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  left: 0;
  color: var(--white);
  pointer-events: none;
  transition: all 0.5s ease;
}
.form .thankyYuty .content {
  padding: 10px 20px 20px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .form .thankyYuty .content {
    padding-left: 0;
    padding-right: 0;
  }
}
.form .thankyYuty .content h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--white);
}
.form .thankyYuty .content p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--white);
}
.form .thankyYuty .btntha {
  text-align: center;
}
.form .thankyYuty .btntha a {
  display: inline-block;
  padding: 9px 32px;
  background: var(--crem);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 5px;
}
.form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.form-btn .btn {
  border: 0;
  padding: 10px 30px;
  display: block;
  text-align: center;
  border-radius: 5px;
  min-width: 161px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .form-btn .btn {
    padding: 10px;
    min-width: 110px;
  }
}
.form-btn .btn.full {
  min-width: 100%;
}
.form-btn .btn.btnprev {
  background: var(--gray);
  color: var(--white);
}
.form-btn .btn.btnprev:hover {
  background: var(--crem);
}
.form-btn .btn.btnnext {
  background: var(--crem);
  color: var(--white);
}
.form-btn a.btn {
  background: var(--crem);
  color: var(--white);
}

.CBS-FormLanding.thankyouPage .wrapper {
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .CBS-FormLanding.thankyouPage .wrapper {
    height: 100vh;
  }
}
.CBS-FormLanding.thankyouPage .thankWrap {
  max-width: 580px;
}
.CBS-FormLanding.thankyouPage .thankWrap .content {
  text-align: center;
}
.CBS-FormLanding.thankyouPage .thankWrap .content h1, .CBS-FormLanding.thankyouPage .thankWrap .content p, .CBS-FormLanding.thankyouPage .thankWrap .content li, .CBS-FormLanding.thankyouPage .thankWrap .content li a {
  color: var(--white);
}
.CBS-FormLanding.thankyouPage .thankWrap .content h1 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1140px) {
  .CBS-FormLanding.thankyouPage .thankWrap .content h1 {
    font-size: 54px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .CBS-FormLanding.thankyouPage .thankWrap .content h1 {
    font-size: 40px;
    line-height: 47px;
  }
}
@media only screen and (max-width: 675px) {
  .CBS-FormLanding.thankyouPage .thankWrap .content h1 {
    font-size: 35px;
    line-height: 43px;
  }
}
.CBS-FormLanding.thankyouPage .thankWrap .content p {
  line-height: 1.3;
  color: var(--white);
}
.CBS-FormLanding.thankyouPage .thankWrap .content ul {
  text-align: center;
  margin: 15px 0 45px;
}
.CBS-FormLanding.thankyouPage .thankWrap .content ul li {
  display: inline-block;
  margin: 0 10px;
}
@media only screen and (max-width: 675px) {
  .CBS-FormLanding.thankyouPage .thankWrap .content ul li {
    margin: 0 6px;
  }
}
.CBS-FormLanding.thankyouPage .thankWrap .content ul li a {
  color: var(--white);
  font-style: normal;
  transition: 0.5s ease;
}
.CBS-FormLanding.thankyouPage .thankWrap .content .link_btn {
  text-align: center;
}
.CBS-FormLanding.thankyouPage .thankWrap .content .link_btn .btn {
  border: 0;
  padding: 10px 30px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  min-width: 161px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.5s ease;
  background: var(--crem);
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .CBS-FormLanding.thankyouPage .thankWrap .content .link_btn .btn {
    padding: 10px;
    min-width: 110px;
  }
}



.successMessage {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}


button.verifyotp {
    border: 0;
    padding: 10px 30px;
    display: block;
    text-align: center;
    border-radius: 5px;
    min-width: 161px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.5s ease;
    background: #ae8033;
}










.abhi-input input.active {
    padding-top: 25px; /* Increase padding to move placeholder up */
}

.abhi-input label {
    position: absolute;
    top: 20px;
    left: 0px;
    pointer-events: none;
    transition: 0.5s; 
	background: transparent !important;	
}

.abhi-input input:focus + label,
.abhi-input input.filled + label {
    top: -8px; /* Move label up when input is focused or filled */  
	font-size:11px;
}


.copy_text {
    /* position: absolute; */
    /* bottom: 25px; */
    /* left: 15px; */
    text-align: center;
    padding-top: 35px;
}

.copy_text p {
    font-size: 14px;
    color: var(--white);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /*display: flex;*/
    gap: 10px;
    animation: color-change 1s infinite;
}


@keyframes color-change {
  0% { color: red; }
  50% { color: #ae8033; }
  100% { color: red; }
}

