.btn {
  max-width: 200px;
}

.cap-registration-page #verifiBtn {
  position: absolute;
  top: 22px;
  right: 12px;
}
.cap-registration-page #counter {
  color: #fc6d1d;
  font-style: italic;
  font-size: 14px;
  padding-top: 9px;
  display: inline-block;
  padding-left: 10px;
}
.cap-registration-page .thankyou-msg {
  background: #F3F8FE;
  padding: 5rem;
  margin-top: 4rem;
  margin-bottom: 6rem;
  text-align: center;
  border-radius: 0.56rem;
}
.cap-registration-page .thankyou-msg .btnyellowtext {
  color: #202073;
}
.cap-registration-page .gradient-bg {
  padding-bottom: 11rem !important;
}
.cap-registration-page .CloudEngInfo::before {
  height: 100px;
}
.cap-registration-page .primary_skills .error {
  padding-left: 0px;
  margin-top: 2px;
}
.cap-registration-page .ack .frm-label {
  margin-top: 15px;
}
.cap-registration-page .lightinfo {
  background: #F7F8FD;
  z-index: -2;
  position: relative;
}
.cap-registration-page .Register-away {
  background: linear-gradient(194deg, #C73A42, #26226F);
  padding-bottom: 180px !important;
}
.cap-registration-page .Register-away h2::after {
  display: none;
}

.msr-frm-sty {
  /* The m-check */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.msr-frm-sty #msrc-progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}
.msr-frm-sty #msrc-progressbar #step-one:before {
  content: "1";
}
.msr-frm-sty #msrc-progressbar #step-two:before {
  content: "2";
}
.msr-frm-sty #msrc-progressbar #step-three:before {
  content: "3";
}
.msr-frm-sty #msrc-progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 33.3%;
  float: left;
  position: relative;
  font-weight: 400;
  text-align: center;
  color: #e1e1ff;
}
.msr-frm-sty #msrc-progressbar li.active::after {
  background: #673AB7;
}
.msr-frm-sty #msrc-progressbar li::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #e1e1ff;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
.msr-frm-sty #msrc-progressbar li::before {
  content: "";
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: #e1e1ff;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}
.msr-frm-sty #msrc-progressbar li.active {
  color: #fc6d1d;
}
.msr-frm-sty #msrc-progressbar li.active::before {
  background-color: #fc6d1d;
}
.msr-frm-sty #msrc-progressbar li.active::after {
  background: #6a6ab5;
}
.msr-frm-sty #msrc-progressbar li.done {
  opacity: 0.5;
}
.msr-frm-sty .browse_cv .form-control {
  height: 40px;
}
.msr-frm-sty .browse_cv #upload_file-error {
  padding-left: 0px;
  font-size: 16px;
}
.msr-frm-sty .browse_cv h1 {
  padding-top: 10px;
  float: left;
  padding-right: 15px;
}
.msr-frm-sty .browse_cv .form-control {
  border: none;
  /*  float: left;*/
  width: 100%;
}
.msr-frm-sty .browse_cv input {
  border: none !important;
  height: calc(2.2rem + 2px) !important;
}
.msr-frm-sty .frm-label {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 20px;
}
.msr-frm-sty .m-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 300;
}
.msr-frm-sty .m-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  width: auto !important;
}
.msr-frm-sty .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
}
.msr-frm-sty .checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 50%;
}
.msr-frm-sty .m-check:hover input ~ .checkmark, .msr-frm-sty .m-check:hover input ~ .checkmark-radio {
  background-color: #ccc;
}
.msr-frm-sty .m-check input:checked ~ .checkmark, .msr-frm-sty .m-check input:checked ~ .checkmark-radio {
  background-color: #2196F3;
}
.msr-frm-sty .checkmark:after, .msr-frm-sty .checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}
.msr-frm-sty .m-check input:checked ~ .checkmark:after, .msr-frm-sty .m-check input:checked ~ .checkmark-radio:after {
  display: block;
}
.msr-frm-sty .m-check .checkmark:after, .msr-frm-sty .m-check .checkmark-radio:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.msr-frm-sty .com-grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 10px;
}
.msr-frm-sty .error {
  color: red;
  margin-top: 6px;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 100;
  display: inline-block;
  width: 100%;
}
.msr-frm-sty .form-select.error {
  color: #000;
}
.msr-frm-sty .form-group input, .msr-frm-sty .form-select {
  border: none;
  border-bottom: 2px solid rgba(51, 51, 51, 0.2);
  height: calc(3.5rem + 2px);
  font-size: 1rem;
  border-radius: 0;
  width: 100%;
  margin-top: 20px;
}
.msr-frm-sty .form-group input:hover, .msr-frm-sty .form-select:hover {
  box-shadow: none;
}
.msr-frm-sty .form-group input:focus, .msr-frm-sty .form-select:focus {
  box-shadow: none;
}
.msr-frm-sty .btn {
  border-radius: 0;
  padding: 1.2rem 2.1rem;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.4s ease-out;
  background: #FC6D1D;
  color: #fff;
  border-color: #FC6D1D;
  margin-top: 2rem;
}
.msr-frm-sty ::-moz-placeholder {
  color: #000;
}
.msr-frm-sty ::placeholder {
  color: #000;
}

.step3-styles .browse_cv h1 {
  padding-top: 0px;
  margin-top: 0px;
}

.msr-frm-sty .radio-sec label input {
  height: 20px;
  width: 20px;
  float: left;
  margin: 0px;
  margin-right: 10px;
}

/*spinner css strat*/
#overlay {
  position: fixed;
  top: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}

/*spinner css end*/
.success-sec .card {
  border: 1px solid rgba(68, 85, 102, 0.1490196078);
  border-radius: 12px;
  padding: 9px;
  height: 100%;
}

/*employee-assistant-vid-sec */
.tech-in {
  background-color: #f3f8fe;
  text-align: center;
  padding: 30px;
}

.tech-in img {
  width: 70%;
}

.use-case-sec h1 {
  color: #005AAB;
}

.carousel-indicators {
  display: none;
}

@media only screen and (min-width: 1400px) {
  .usecase-con-sec {
    padding: 50px 50px 50px 80px;
  }
}

.carousel-control-prev, .carousel-control-next {
  width: -moz-fit-content;
  width: fit-content;
}

.use-case-mainsec .carousel-control-next-icon,
.use-case-mainsec .carousel-control-prev-icon {
  filter: invert(1);
}
.use-case-mainsec .carousel-control-prev {
  left: -10px;
}
@media only screen and (min-width: 1400px) {
  .use-case-mainsec .carousel-control-prev {
    left: -50px;
  }
}
.use-case-mainsec .carousel-control-next {
  right: -10px;
}
@media only screen and (min-width: 1400px) {
  .use-case-mainsec .carousel-control-next {
    right: -50px;
  }
}

.Modernization-video-sec {
  min-height: 500px;
  height: auto !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.usecase-video-sec {
  height: 100%;
  width: 98%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
  align-items: center !important;
  display: flex;
  position: relative;
}

.usecase-sec {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.usecase-sec::after {
  content: "";
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f3f8fe;
}

.usecase-con-sec h1 {
  color: #005AAB;
  margin-bottom: 20px;
}

.video-play-button {
  display: block;
  width: 104px;
  height: 104px;
  right: 0;
  position: absolute;
  left: 0;
  cursor: pointer;
  margin: 0 auto;
}

.video-play-outline {
  display: block;
  width: 104px;
  height: 104px;
  border: #524A7D 4px solid !important;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0.2;
  transition: all 0.5s;
}

.video-play-circle {
  stroke-dasharray: 315;
  stroke-dashoffset: 315;
  transition: stroke-dashoffset 0.5s;
}

.video-play-button svg {
  display: block;
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.video-play-button:hover .video-play-circle {
  stroke-dashoffset: 0;
}

.video-play-button:active .video-play-outline {
  transform: scale(1.5);
  opacity: 0;
}

.video-play-button:active svg {
  transform: rotate(-90deg) scale(0.95);
}

.modal-content {
  height: 80vh;
}

.team-sec {
  align-items: center !important;
  display: flex;
}

.team-img {
  width: 40%;
}

.team-img img {
  width: 100%;
}

.team-con {
  width: 72%;
  background-color: #fbf7ec;
  margin-left: -15%;
  padding: 3% 3% 3% 20%;
  z-index: -1;
  border-radius: 0px 0px 30px 0px;
}

.team-con h1 {
  color: #005aab;
  font-weight: 600;
  font-size: 2.2rem;
}

.team-con p {
  margin: 0px;
}

@media only screen and (max-width: 1200px) {
  .team-sec {
    margin-bottom: 15px;
  }
  .tech-in {
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=custom-1.css.map */