.rhs-box .sticky-form-block {
  background: #FFFFFF;
  border: 1px solid rgba(0, 164, 255, 0.2);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px 32px 32px;
  height: 100%;
  width: 100%;
}
.rhs-box .form_content p {
  color:#6E6E6E;
  margin-bottom:0;
}
.rhs-box .banner_btn .cta-inner a {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.rhs-box .banner_btn .cta-inner {
  width: 100%;
}
.rhs-box .banner_btn .cta-inner span{
  width: 100%;
  display:inline-flex;
}
.rhs-box form {
  margin-top: 1.4rem;
}
.rhs-box .form_content{
  margin-bottom:20px;
}
.rhs-box  .form_content h2{
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #040A0E;
  margin-bottom: 8px;
}

.rhs-box  .logged_btns {
  display: flex;
  gap: 20px;
  align-items: center;
}

.rhs-box .banner_btn {
  display: flex;
  border: 1.5px solid transparent;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  justify-content: start;
}

.rhs-box .btn__secondary, 
.rhs-box .btn--secondary a{
  padding: 11px 30px;
}
.rhs-box  a.button-file.button.secondary_btn {
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 0;
  padding: 5px;
  display: inline-block;
  background: transparent;
  color: #fff;
  z-index: 1;
  border-radius: 50px;
  width: 100%;
}
.rhs-box  .button-file>i {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 40px;
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, /* this will cover only the content area (no padding) */ linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.rhs-box  a.button-file.button.secondary_btn i {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 40px;
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, /* this will cover only the content area (no padding) */ 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.rhs-box  .button-file i::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 400px;
  background: linear-gradient(45deg, rgba(0, 164, 255, 1.0), rgba(0, 164, 255, 1.0), #0000001a, #0000001a);
  transform: translate(-50%, -50%) rotate(0deg);
  animation: animationButton 2s ease-in-out infinite;
}

.rhs-box  .btn--primary a .btn_anim {
  width: 100%;
  word-wrap: normal;
  border: none;
  background-blend-mode: overlay;
  padding: 10px 30px;
}


.rhs-box  a.button.btn_grd, 
.rhs-box  .banner_btn {
  flex-basis: calc(50% - 10px);
}

.rhs-box  a.store_url.btn__secondary.default {
  width: 100%;
  flex-basis: 50%;
  text-align: center;
}

@media (max-width: 768px) {
  .user_signin_signup .logged_btns {
    gap: 10px;
  }

}
@media (max-width: 479px) {
  .rhs-box .user_signin_signup .logged_btns {
    flex-wrap: wrap;
  }
  .rhs-box .user_signin_signup  a.button.btn_grd,
  .rhs-box .user_signin_signup .banner_btn {
    flex-basis: calc(100%);
  }
  .rhs-box  a.store_url.btn__secondary.default {
    flex-basis: 100%;
  }
  .rhs-box .sticky-form-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}













.rhs-box form .hs-form-field {
  margin-bottom: 10px;
}
.rhs-box form .hs-form-field > label {
  margin: 0;
}
.rhs-box form .hs-form-field .input > .hs-input:not(.hs-fieldtype-intl-phone),
.rhs-box form .hs-form-field .input > .hs-input.hs-fieldtype-intl-phone > .hs-input {
  padding: 16px !important;
  font-size: 16px;
  line-height: 1.4;
  background: #F9F9F9;
  border: 1px solid #DEDEDE66;
  outline: none !important;
  width:100%;
}
.rhs-box form .hs-form-field .input > .hs-input:not(.hs-fieldtype-intl-phone):focus,
.rhs-box form .hs-form-field .input > .hs-input.hs-fieldtype-intl-phone > .hs-input:focus {
  border-color: var(--global_default_color1);
}
.rhs-box form .hs-form-field .input > .hs-input.error,
.rhs-box form .hs-form-field .input > .hs-input.hs-fieldtype-intl-phone > .hs-input.error {
  border-color: #EF6B51 !important;
}
.rhs-box form .hs-error-msgs label, 
.rhs-box form .hs_error_rollup label {
  color: #EF6B51 !important;
  font-weight: bold;
}
.rhs-box form .hs-error-msgs li, 
.rhs-box form .hs_error_rollup li {
  margin: 0;
}
.rhs-box .hs_error_rollup {
  margin-bottom: 10px;
}
.rhs-box form label {
  font-size: 12px;
  line-height: 1.8;
  color: #040A0E !important;
  margin: 0;
}
.rhs-box form label span {
  font-family: inherit !important;
  font-weight: inherit !important;
}
.rhs-box form .hs-form-required {
  color: #EF6B51 !important;
  margin-left: 3px;
}
.rhs-box form .hs-form-booleancheckbox label {
  position: relative;
  cursor: pointer;
}
.rhs-box form .hs-form-booleancheckbox label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity:0;
}
.rhs-box form .hs-form-booleancheckbox label input ~ span {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 22px !important;
}
.rhs-box form .hs-form-booleancheckbox label input ~ span:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #00A4FF;
  border: 1px solid #59BBF2;
  border-radius: 2px;
}
.rhs-box form .hs-form-booleancheckbox label input ~ span:after {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  display: block;
  width: 8.173725128173828px;
  height: 5.934468746185303px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 5px;
  background-image: url(https://www.tatacommunications.com/hubfs/TaCO-2024/images/check_tick_svg.svg);
  transition: all 0.4s;
  transform: scale(0);
  transform-origin: center;
}
.rhs-box form .hs-form-booleancheckbox label input:checked ~ span:after {
  transform: scale(1);
}
.rhs-box form .hs-form-booleancheckbox {
  margin: 0;
}
.rhs-box form .legal-consent-container .field.hs-form-field {
  margin-top: 32px;
  margin-bottom: 10px;
}
.rhs-box form .actions {
  background: transparent;
  border-radius: 50px;
  color: #fff;
  display: flex;
  font-size: 16px;
  gap: 10px;
  line-height: normal;
  overflow: hidden;
  padding: 2px;
  position: relative;
  text-decoration: none;
  z-index: 0;
}
.rhs-box form .actions:before {
  animation: animationButton 2s ease-in-out infinite;
  background: linear-gradient(45deg, #00b1fd, #00b1fd, #0000001a, #0000001a);
  content: "";
  height: 400px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 400px;
  z-index: -1;
  pointer-events: none;
}
.rhs-box form .actions .hs-button {
  width: 100%;
  margin: 0;
  background: #00B1FD;
  background-blend-mode: overlay;
  border: none;
  border-radius: 28px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.01em;
  padding: 12px 30px;
  text-transform: capitalize;
  width: 100%;
  line-height: 1.42857142857;
  border: 2px solid #fff;
}


.rhs-box .gatePopu-form-col form fieldset.form-columns-2>.hs_company+.hs_jobtitle {
  margin-top: 18px;
}

.rhs-box .hs-form>div>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]),
.rhs-box .hs-form fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}

.rhs-box form .actions {
  width: fit-content;
  display: inline-flex;
}

.rhs-box form .hs_submit.hs-submit {
/*   text-align: center; */
  margin-top:20px;
}

@media(max-width: 767px) {
  .rhs-box form .actions:before {
    width: 100vw;
    height: 100vw;`
  }
  .rhs-box form .hs-form-field .input > .hs-input:not(.hs-fieldtype-intl-phone),
  .rhs-box form .hs-form-field .input > .hs-input.hs-fieldtype-intl-phone > .hs-input {
    padding: 11px 16px !important;
    font-size: 14px;
  }
  .rhs-box form .legal-consent-container .field.hs-form-field {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media(max-width: 520px) {
  body .rhs-box form .hs-form-field .hs-fieldtype-intl-phone.hs-input select {
    width: 30% !important;
  }
  body .rhs-box form .hs-form-field .hs-fieldtype-intl-phone.hs-input input {
    width: 68% !important;
  }
}