@import url("https://fonts.googleapis.com/css2?family=Lato");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
/* Social Icon */
.whats-app-logo:hover {
  transition: all 0.5s ease;
}

.whats-app-logo:hover {
  transform: scale(1.2);
}

.back-to-home {
  font: normal normal 600 16px/21px Roboto;
  color: #001A33;
}

.multiselect_box {
  z-index: 5;
  position: absolute;
  background: #fff;
  width: 100%;
  display: none;
  flex-direction: column;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.19), 0 2px 6px 2px rgba(60, 64, 67, 0.05);
}

.multi-label {
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 500;
  margin: 5px 0;
  display: flex;
  align-items: center;
}
.multi-label input {
  margin-right: 4px;
}

/* Chat */
.chat-button-text {
  color: #ffffff !important;
  border: none !important;
  border-radius: 7px;
  width: 106px;
  height: 36px;
  background-color: #008cff !important;
  font-size: 17px !important;
  font-family: "Lato" !important;
  font-weight: 500 !important;
}

/* Notification */
.notification {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 65px;
  background-color: white;
  border-bottom: 5px solid #008cff;
  padding: 10px 6% 10px 13%;
}
.notification .gif {
  width: 40px;
}
.notification .tata-gif {
  width: 135px;
  image-rendering: -webkit-optimize-contrast;
}
.notification .notification-text {
  margin-left: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #001A33;
  opacity: 0.85;
  line-height: 30px;
}
.notification .tata-notification-text {
  margin-left: 15px;
  opacity: 1;
  font: normal normal 600 19px/25px Roboto;
  letter-spacing: 0.1em;
}
.notification .tata-notification-text .notify-link {
  text-decoration: underline;
  color: #0095D4;
}

.tata-notification {
  background-color: #FFD3AC;
  border-bottom: 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 10px 4% 10px 4%;
}

/* navbar-new-index styling */
.navbar-new-index {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  padding: 10px !important;
  margin: 0 !important;
  font-family: "Ubuntu", sans-serif;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  background: transparent;
}

.navbar-new-index img {
  content: url("../assets/header/Header-Logo2-White.png") !important;
}

.navbar-new-index.px-5 {
  padding-left: 3% !important;
  padding-right: 3% !important;
}

@media (max-width: 767.98px) {
  .navbar-new-index {
    padding: 10px 3%;
    min-height: 60px;
  }
  .navbar-new-index.mx-sm-5 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .navbar-new-index.px-sm-5 {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
  .navbar-new-index svg {
    fill: #FF8C42 !important;
  }
  /* Pin logo left and menu icon right */
  .navbar-new-index > .bl-logo {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    height: 36px;
    width: auto;
    z-index: 1000;
  }
  /* Target the menu svg inside navbar by id or descendant */
  #navbar svg,
  .navbar-new-index > svg {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    width: 28px;
    height: 28px;
    cursor: pointer;
  }
  /* FAQ: hide source list by default on small screens; expand only when question is toggled open */
  .source-container {
    display: none !important;
  }
  .answer.q-show .source-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px;
  }
}
@media (min-width: 768px) {
  /* Desktop: source list visible when answer is shown */
  .answer.q-show .source-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 8px;
  }
  .navbar-new-index.mx-md-3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .navbar-new-index.px-md-3 {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.tata-navbar.sticky {
  visibility: visible;
  background: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2392156863);
  justify-content: space-between;
}

.tata-navbar.sticky img {
  content: url("../assets/header/Header-Logo2-White.png") !important;
}

.tata-navbar {
  justify-content: flex-end;
}

.navbar-new-index.sticky {
  background: url("../assets/header/Laptop-header-background.png") no-repeat left center;
  background-size: cover !important;
}

.navbar-remote.sticky {
  background-color: #fff !important;
  box-shadow: 0 1px 20px 0 rgba(46, 61, 73, 0.2);
  transition: box-shadow 0.5s linear 0s;
}

.navbar-new-index .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Header */
.remote-header {
  background: none !important;
  background-color: #fff !important;
}

.reason-head {
  line-height: 39px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
  opacity: 1;
  margin: 40px 0 18px;
}

/* Force hamburger menu icon to stay white */
#menubar_index,
#menubar_index path {
  fill: #ffffff !important;
}

.reason-container {
  flex-direction: column;
  box-sizing: border-box;
  display: flex;
  place-content: center;
  align-items: center;
  flex: 1 1 294px;
  min-width: 294px;
  max-width: 294px;
}

.count-head {
  font-weight: 700;
  font-size: 45px;
  line-height: 61px;
  letter-spacing: 0;
  color: #303039;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 7px;
}

.count-items {
  display: grid;
  grid-column-gap: 105px;
  grid-template-columns: repeat(4, 1fr);
}

.count-descript {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  color: #303039;
  text-transform: capitalize;
  opacity: 1;
}

.reason-desc {
  font-size: 18px;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
  color: #000;
  opacity: 1;
  text-align: center;
}

.remote-btn {
  background: no-repeat padding-box #fc8019;
  border-radius: 5px;
  opacity: 1;
  letter-spacing: 0.1px;
  padding: 8px 15px !important;
  font-weight: 700;
  height: 40px;
  font-size: 14px;
  font-family: "Lato";
  color: #0c0c0c;
}

.remote-option,
.remote-link {
  font-size: 18px;
  letter-spacing: 0 !important;
  font-family: Lato;
  color: #000;
  cursor: pointer;
  text-transform: capitalize;
  opacity: 1;
  font-weight: 400;
}

.remote-link {
  font-size: 16px !important;
}

.header-section {
  position: relative;
  min-height: 700px;
  background: url("../assets/images/Landing page Laptop.png") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  margin-top: 0;
  padding-top: 0;
}

.bussiness-section {
  background: url("../assets/images/Landing page Laptop.png") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 700px;
  overflow: visible;
  position: relative;
  padding-top: 0;
}

.insta-header-container {
  min-height: 800px;
}

.yellow-box {
  background: url("../assets/index/laptop-bussiness-banner.png");
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.job-assurance-box {
  background: url("../assets/ts-index/job-assurance-web.jpeg");
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}

.bannerContent {
  position: absolute;
  top: 12px;
  min-width: 100%;
  min-height: 100%;
}

/* Register CTA styles moved from inline to stylesheet */
.a-register-index {
  margin-left: 6%;
}

.span-register-index {
  cursor: pointer;
  min-width: 50px !important;
  width: 306px !important;
  min-height: 50px;
  height: 59px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  /* Make header banner content a row on mobile */
  .bannerContent.d-flex.flex-column,
  .bannerContent.flex-column {
    position: relative !important;
    top: 0 !important;
    min-width: 100% !important;
    min-height: auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 8px 12px !important;
  }
}
.orientation-banner {
  top: 0;
}

.o-label {
  font: normal normal normal 14px/19px Roboto;
  color: #A69999 !important;
}

.scholarship-container {
  width: 100%;
}

.scholarship-image {
  height: 45px;
  width: 70%;
  margin-right: -50px;
}

.bannerHead {
  height: fit-content;
  min-width: 100%;
  z-index: 2;
  background: linear-gradient(135deg, rgba(0, 26, 51, 0.5) 0%, rgba(0, 26, 51, 0.3) 100%);
  padding: 60px 0 40px 0;
  display: flex;
  align-items: center;
  min-height: 200px;
}

.remote-bridge {
  width: 65%;
}

.bl-logo {
  width: 202px;
}

.yellow-logo {
  width: 200px;
  height: 70px;
}

.team-option {
  line-height: 0px;
  color: #ffffff !important;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.8px;
}

.job-option {
  font-size: 15px;
}

.engineer-option {
  padding: 12px 10px;
  border: 2px solid white;
  border-radius: 4px;
  font-family: "Lato";
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.2em;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.engineer-option:hover {
  background: #E26003;
}

.ts-bdr:hover {
  background: none;
}

.navbar-new-index.sticky .ts-indx {
  color: white !important;
}
.navbar-new-index.sticky .ts-indx:hover {
  color: #e26003;
  letter-spacing: 1.2px !important;
}

.ts-indx:hover {
  color: #e26003;
  letter-spacing: 1.2px !important;
}

.remote-center {
  color: #000 !important;
}

.globe {
  z-index: 0;
  position: absolute;
  display: flex;
  width: 90% !important;
  padding: 20px;
  height: 70%;
  justify-content: center;
  width: 100%;
}

.remote-hire {
  background: no-repeat padding-box #fc8019;
  border-radius: 11px;
  opacity: 1;
  letter-spacing: 0.05em;
  padding: 13px 50px;
  font-weight: 700;
  font-size: 20px;
  font-family: "lato";
  text-transform: capitalize;
  color: #0c0c0c;
}

.remote-text {
  text-align: left !important;
  font-size: 50px;
  letter-spacing: -1px;
  opacity: 1;
  font-weight: 500;
  line-height: 66px;
}

.remote-inner-text {
  font-size: 22px;
  font-family: Lato;
  font-weight: 400;
  letter-spacing: 0;
  color: #1e1e26;
  text-transform: capitalize;
  opacity: 1;
  margin-right: 7px;
  line-height: 27px;
}

.insta-form-btn {
  width: 70%;
}

.insta-follow {
  font-size: 18px;
}

.centered {
  color: #ffffff;
  font-size: 40px;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 1;
  min-height: 561px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.index-centered {
  color: #ffffff;
  font-size: 40px;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 1;
  min-height: 561px;
  min-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 85%;
}

.ts-index {
  min-height: 540px;
}

.center-text {
  margin-left: 10%;
}

.bridge-logo-text {
  margin-top: 20px;
}

.bridge-logo {
  margin-right: 10px;
  width: 530px;
}

.yellow-banner {
  width: 100%;
  display: block;
  justify-content: flex-end;
  margin-left: 50px;
}

.story-container {
  width: 75%;
}

.colaborate {
  font: normal normal bold 41px/56px Open Sans;
  letter-spacing: -1.48px;
  color: #000000;
  width: 100%;
  justify-content: end;
}

.yellow-img {
  width: 285px !important;
  margin: 0;
  height: 82px;
}

.yellow-container {
  width: 65%;
}

.ts-left {
  width: 100%;
  min-height: 85vh;
  position: relative;
}

.e-insta {
  width: 50%;
}

.ts-indx {
  color: #000 !important;
  font-size: 14px !important;
  -webkit-transition: letter-spacing 0.5s ease;
  -moz-transition: letter-spacing 0.5s ease;
  transition: letter-spacing 0.5s ease;
}

.ts-bdr {
  border: none !important;
  padding: 8px 0px;
}

.ph-icon {
  width: 30px;
  height: 30px;
  background: #2CC951;
  position: absolute;
  border-radius: 50%;
  z-index: 3;
  top: 10px;
  right: 10px;
  display: none;
}

.ph-check {
  display: inline-block;
  position: absolute;
  width: 9px;
  border-bottom: 4px solid #fff;
  height: 18px;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  top: 4px;
  z-index: 20;
  left: 10px;
}

.ts-main {
  width: 80% !important;
}

.ts-opportunity {
  width: 70%;
}

.ts-btn {
  width: 50%;
  opacity: 0.6;
  -moz-opacity: 0.6;
  /* Firefox and Mozilla browsers */
  -webkit-opacity: 0.6;
  /* WebKit browser e.g. Safari */
}

.ts-video {
  width: 100%;
  height: 100%;
}

.orientation-vcontainer {
  height: 100%;
  width: 100%;
}

.video-o-container {
  height: 70vh;
  width: 65vw;
  resize: both;
  z-index: 1;
}

.v2-container {
  height: 100%;
  justify-content: center;
}

.o-overlap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#background-video {
  width: 100%;
  height: 100%;
  /* object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1; */
}

.ts-header {
  z-index: -1;
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
}

.ts-header-image {
  display: flex;
  padding: 0 130px;
}

.ts-reg-img {
  content: url("../assets/ts-page/background-web.jpg");
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.ts-index-img {
  content: url("../assets/index/web-white.svg");
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.pop-i-head {
  font-size: 20px;
  font-weight: 900;
  font-family: Roboto;
}

.pop-i-desc {
  font-size: 16px;
  font-weight: 600;
  width: 72%;
  text-align: center;
  font-family: Roboto;
}

.index-pop-btn {
  border-radius: 30px !important;
  width: 75%;
}

.pop-close {
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.index-pop-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.index-pop-close {
  color: #efa500;
  font-weight: 600;
}

.pop-container {
  width: 750px !important;
  box-shadow: none !important;
  background: none !important;
}

.index-pop-content {
  position: absolute;
  z-index: 8888;
  top: 0;
  left: 10px;
  height: 85%;
  width: 55%;
}

.ts-reg-img-l {
  content: url("../assets/ts-page/lateral-web.jpg");
}

.ts-reg-img-s {
  content: url("../assets/ts-page/reg-scholarship-web.jpeg");
}

.ts-reg-img-g {
  content: url("../assets/ts-page/genric-web.jpg");
}

.ts-text {
  font-family: Roboto;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.64px;
  color: #001A33;
  margin-top: 20px;
}

.ts-data {
  font-size: 18px;
}

.ts-apply {
  font-size: 10px;
  font-weight: 500;
}

.ts-right {
  width: 100%;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #EBEBEB;
  border-radius: 5px;
}

.ts-check-container {
  width: 70%;
}

.ts-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Roboto;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #001A33;
  margin-top: 20px;
}

.register-container {
  display: none;
  justify-content: center;
}

.a-registered {
  text-align: left;
  font: normal normal 600 14px/19px Roboto;
  letter-spacing: 0px;
  color: #001A33;
  background: #FFFAE7 0% 0% no-repeat padding-box;
  border: 1px solid #FFDF76;
  opacity: 1;
  width: 90%;
  padding: 20px;
}

.register-policy {
  font-size: 10px;
}

/* Hide the browser's default checkbox */
.ts-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #707070;
  /* background-color: #eee; */
}

.ts-field {
  width: 70% !important;
}

/* On mouse-over, add a grey background color */
/* .ts-container:hover input ~ .checkmark {
  background-color: #ccc;
} */
/* When the checkbox is checked, add a blue background */
.ts-container input:checked ~ .checkmark {
  background-color: #E26003;
  border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.ts-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.ts-container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.insta-thank-container {
  background: url(../assets/instagram/thankyouweb.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}

.insta-success-content {
  position: absolute;
}

.insta-thnk-text {
  font-size: 56px;
  font-weight: 900;
  color: #e26003;
  font-family: "Roboto";
}

.insta-instrt {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  font-family: "Roboto";
}

.instagram-link {
  text-decoration: none;
}

.insta-icons {
  width: 45px;
  padding: 9px;
  border: 1px solid black;
  height: 45px;
  margin-right: 15px;
}

.insta-counsl {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  font-family: "Roboto";
}

.yellow-text {
  font-size: 25px !important;
  text-align: end;
  width: 100%;
  color: #030302 !important;
  font-family: "Roboto";
  margin: 1% 0px 1% 0px !important;
  line-height: 1.2em !important;
  font-weight: 400 !important;
}

.tata-oppurtunity {
  width: 100%;
  display: flex;
  margin-left: 15%;
}

.banner-text {
  font-weight: 700;
  font-size: 50px;
  margin: 0px;
  text-align: center;
  text-transform: capitalize;
}

.job-guarantee {
  color: #ffffff;
  font-family: "Lato" !important;
  font-weight: 300 !important;
  margin: 0px 0px 2% 0px;
  line-height: 1.5em;
}

.apply-btn {
  background-color: #e26003 !important;
  color: #ffffff !important;
  line-height: 2em;
  z-index: 2;
}

.cred-btn {
  background-color: #e26003 !important;
  color: #ffffff !important;
  line-height: 2em;
  z-index: 2;
}

.insta-submit-btn {
  background-color: #eea068 !important;
}
.insta-submit-btn.actv {
  background-color: #e26003 !important;
}

.ts-i-check {
  width: 83%;
  text-decoration: none;
  color: #fff;
}

.callback-font {
  font-size: 16px !important;
}

.apply-text {
  font-family: "Lato";
  font-size: 18px;
  letter-spacing: 0.15em;
  font-weight: 750 !important;
}

.ts-i-btn {
  background: #0d99d6;
  padding: 10px;
  height: 45px;
  border-radius: 10px;
  width: 50%;
  text-align: center;
}

/* Ensure empty/register spans keep minimum size */
.index-option {
  font: normal normal bold 13px/15px Roboto;
  letter-spacing: 0.17px;
  color: #000000;
}

.ts-i-btn:hover {
  color: #fff;
}

.hirevalue {
  font-size: medium;
}

.hide {
  display: none;
}

.aswin-img {
  position: absolute;
  width: 720px;
  bottom: 10px;
  right: 10%;
}

.T-C {
  position: absolute;
  right: 20px;
  bottom: 30px;
  color: white;
}

.watch-update {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  font-family: "Lato";
  letter-spacing: 1px;
  background-color: rgba(245, 245, 245, 0.6196078431);
  right: 0px;
  height: 45px;
}

.zoomin-out {
  text-align: center;
  width: 100%;
  animation-timing-function: steps(1, end);
  animation-duration: 2s;
  animation-name: zoomin-out;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  color: red;
}

@keyframes zoomin-out {
  0%, 100% {
    color: red;
    transform: scale(1, 1);
  }
  50% {
    color: #1a90f3;
    transform: scale(1.1, 1.1);
  }
}
.watch-aswin {
  height: 175px !important;
  width: 245px !important;
  animation: slide-right 1s forwards;
  position: fixed;
  z-index: 1;
  display: block;
  bottom: 115px;
}

.watch-hide {
  display: none;
}

.watch-close {
  width: 18px;
  z-index: 2;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  margin-left: 94%;
  font-weight: 600;
  padding: 3px;
}

.watch-content {
  padding: 6px 6px 11px 6px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 3px;
  text-align: left;
  text-decoration: underline;
  display: flex;
  font: normal normal 600 9px/24px Open Sans;
  letter-spacing: 0px;
  color: #001A33;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@keyframes slide-right {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(10px);
  }
}
.w-orientation {
  clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%, 0 0);
  width: 100%;
  height: 30px;
  background: #E2C400;
}

.tech-orientation {
  margin-top: -34px;
  z-index: 10;
  background: #FFDF0D;
  font: normal normal bold 16px/21px Roboto;
  letter-spacing: 0px;
  height: 37px;
  color: #001A33;
  display: flex;
  width: 90%;
  justify-content: center;
  align-items: center;
}

.v2-tech {
  font: normal normal bold 14px/21px Roboto;
}

.sample {
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: calc(18px + 11 * (100vw - 300px) / 2100);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus:not(:disabled):not(.disabled),
.btn:focus,
.btn:active,
.btn:hover {
  box-shadow: none !important;
  outline: 0;
}

.insta-close {
  width: 30px;
  height: 30px;
  display: flex;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #000;
}

.insta-btn {
  border-radius: 30px !important;
  width: 30%;
}

.expert-btn {
  position: sticky;
  bottom: 0;
  z-index: 2;
}

/* Count Section */
.count-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.count-color {
  color: #001A33;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: calc(18px + 8 * (100vw - 300px) / 2100);
}

.itjob-color {
  transform: scaleY(1.2);
  letter-spacing: 0.1em;
  color: #001A33;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: calc(32px + 8 * (100vw - 300px) / 2100);
}

.itjob-descript {
  font-size: calc(15px + 11 * (100vw - 300px) / 2100);
  font-family: Lato, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #001a33;
  transform: scale(1.1, 1.2);
  word-wrap: break-word;
}

.normal {
  font-size: calc(11px + 11 * (100vw - 300px) / 2100);
}

/* Count Section */
.experiential-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #008CFF;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.learning-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: start;
}
.learning-content .l-c-sub {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start !important;
}

/* Alumini Section */
.alumini-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.alumini-text {
  text-align: center;
  font-weight: 500 !important;
  font-size: 40px !important;
  font-size: calc(22px + 38 * (100vw - 300px) / 2100);
  line-height: calc(40px + 45 * (100vw - 300px) / 2100);
  letter-spacing: 0px;
  color: #001a33;
  opacity: 1;
  font-weight: 100;
  text-transform: capitalize;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.partner-text {
  letter-spacing: 0.1em !important;
  text-align: center;
  font-weight: 400 !important;
  font-size: 40px !important;
  font-size: calc(22px + 38 * (100vw - 300px) / 2100);
  line-height: calc(40px + 45 * (100vw - 300px) / 2100);
  letter-spacing: 0px;
  color: #001a33;
  opacity: 1;
  font-weight: 100;
  text-transform: capitalize;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.corporate-text {
  letter-spacing: 0.1em !important;
  text-align: center;
  font-weight: 400 !important;
  font-size: 40px !important;
  font-size: calc(22px + 38 * (100vw - 300px) / 2100);
  line-height: calc(40px + 45 * (100vw - 300px) / 2100);
  letter-spacing: 0px;
  color: #001a33;
  opacity: 1;
  font-weight: 100;
  text-transform: capitalize;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mobility {
  width: 18px;
}

.mobility-text {
  font-weight: 700;
  color: #fff;
}

.news-text {
  letter-spacing: 0.1em !important;
  text-align: center;
  font-weight: 400 !important;
  font-size: 40px !important;
  font-size: calc(22px + 38 * (100vw - 300px) / 2100);
  line-height: calc(40px + 45 * (100vw - 300px) / 2100);
  letter-spacing: 0px;
  color: #001a33;
  opacity: 1;
  font-weight: 100;
  text-transform: capitalize;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.87);
}

.bl-speak-text {
  letter-spacing: 0.1em !important;
  text-align: center;
  font-weight: 400 !important;
  font-size: 40px !important;
  font-size: calc(22px + 38 * (100vw - 300px) / 2100);
  line-height: calc(40px + 45 * (100vw - 300px) / 2100);
  letter-spacing: 0px;
  color: #001a33;
  opacity: 1;
  font-weight: 100;
  text-transform: capitalize;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.87);
}

.faq-text {
  letter-spacing: 0.1em !important;
  text-align: center;
  font-weight: 400 !important;
  font-size: 40px !important;
  font-size: calc(22px + 38 * (100vw - 300px) / 2100);
  line-height: calc(40px + 45 * (100vw - 300px) / 2100);
  letter-spacing: 0px;
  color: #001a33;
  opacity: 1;
  font-weight: 100;
  text-transform: capitalize;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.87);
}

.team-text {
  letter-spacing: 0.1em !important;
  text-align: center;
  font-weight: 400 !important;
  font-size: 40px !important;
  font-size: calc(22px + 38 * (100vw - 300px) / 2100);
  line-height: calc(40px + 45 * (100vw - 300px) / 2100);
  letter-spacing: 0px;
  color: #001a33;
  opacity: 1;
  font-weight: 100;
  text-transform: capitalize;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.87);
}

.rectangle {
  height: 4.4px;
  width: 75px;
  background-color: #e26003;
  border-radius: 5px;
  margin-bottom: 55px;
}

.thank-section {
  width: 100vw;
  height: 100vh;
}

.colorrectangle {
  flex: 1 1 100%;
  box-sizing: border-box;
  width: 100%;
  height: 7px;
  margin-bottom: 30px;
}

.thank-img {
  width: 100%;
}

.thankyou-logo {
  margin-bottom: 30px;
}

.contactus {
  margin-bottom: 100px;
  width: 450px;
  height: 300px;
}

.thank-rectangle {
  flex: 1 1 100%;
  box-sizing: border-box;
  width: 25%;
  height: 7px;
}

.orangerectangle {
  background-color: #e26003;
}

.bluerectangle {
  background-color: #008cff;
}

.yellowrectangle {
  background-color: #efa500;
}

.greenrectangle {
  background-color: #7f961e;
}

.thanks-img {
  flex: 1 1 100%;
  box-sizing: border-box;
  max-width: 75%;
}

.thank-container {
  box-sizing: border-box;
  flex: 1 1 100%;
  max-width: 60%;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.3);
}

.alumini-container {
  padding: 0px 8% 5% 8%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}

.hide {
  margin-left: 1%;
}

.job-opportunity {
  width: "85%";
}

.block-left {
  width: "40%";
  height: "100%";
  align-self: stretch;
  margin-top: 20px;
}

.block-right {
  width: "60%";
  height: "100%";
  background: #F5F5F5 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #EBEBEB;
  border-radius: 5px;
}

.block-head {
  background: rgba(128, 128, 128, 0.4705882353) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.block-text {
  text-align: center;
  font-family: "Kanit", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #1F1F1F;
  opacity: 1;
}

.t-field {
  width: 100% !important;
}

.success-top {
  font: normal normal 700 32px/41px Open Sans;
  letter-spacing: 0px;
  color: #1F1F1F;
}

.success-bottom {
  font: normal normal 600 18px/24px Roboto;
  letter-spacing: 0px;
  color: #1F1F1F;
}

.success-container {
  background: rgba(239, 165, 0, 0.6588235294) 0% 0% no-repeat padding-box;
}

.block-main {
  width: 60%;
  margin: 0 auto;
}

.pcard {
  width: 345px;
  min-height: 200px;
  background: transparent linear-gradient(246deg, #E0E0E0 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #D9DBD6;
  border-radius: 5px;
}

.pcard-company {
  width: 110px !important;
  height: 37px !important;
}

.pcard-content {
  width: 55%;
}

.pcard-img {
  width: 45%;
}

.pcard-title {
  background: #FA6D00 0% 0% no-repeat padding-box;
  font: normal normal 400 9px/14px Kanit;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 2px;
  text-transform: capitalize;
}

.pcard-comment {
  font: normal normal 400 12px/16px Roboto;
  letter-spacing: 0px;
  color: #FFFFFF;
  min-height: 85px;
  background: #0A78D3 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 5px 5px;
  padding: 10px;
}

.pcard-text {
  font: normal normal bold 12px/16px Roboto;
  letter-spacing: 0px;
  color: #001A33;
}

.pcard-data {
  padding-left: 3px;
}

.pcard-name {
  font: normal normal normal 10px/16px Roboto;
}

.card {
  background-color: rgba(197, 197, 197, 0.5215686275) !important;
  min-height: 350px;
  width: 400px;
  position: relative;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.card .cardInside {
  min-height: inherit;
  width: 100%;
}
.card .cardInside .textBox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px 20px 20px;
}
.card .cardInside .content {
  margin-left: 12px;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  color: #001A33;
  line-height: 22px;
  letter-spacing: 0.02em;
}
.card .img {
  width: 100%;
  min-height: 185px;
  max-height: 185px;
}
.card .play {
  position: absolute;
}
.card .play .playButton {
  width: 55px;
  height: 55px;
  transition: all 0.2s ease-in-out;
}

.engineers-count {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #001A33;
  opacity: 0.85;
  margin: 20px 0px 30px 0px;
  letter-spacing: 0.1em;
}

.companies-count {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #001A33;
  opacity: 0.85;
  margin: 20px 0px 30px 0px;
  letter-spacing: 0.1em;
}

.video-display {
  position: fixed;
  width: 75%;
  height: 500px;
  border: 1px solid;
  z-index: 999;
  display: none;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.close {
  position: absolute;
  top: -6%;
  right: -0.1%;
  cursor: pointer;
}

.partner-section {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

/* Partner Companies */
.company-logo-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 20px;
}

.remote-company-logo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
}

.remote-logo {
  width: 300px !important;
}

.logo-count {
  width: calc(196px + 150 * (100vw - 350px) / 2050);
  height: calc(80px + 100 * (100vw - 350px) / 2050);
  background: no-repeat padding-box #efa500;
  border-radius: 15px;
  opacity: 1;
}

.remote-count {
  font-size: 45px;
  font-family: Lato;
  font-weight: 700;
  letter-spacing: 0;
  color: #161100;
  opacity: 1;
  margin: 0;
}

.remote-desc {
  text-align: center;
  font-size: 22px;
  font-family: Lato;
  letter-spacing: 0;
  color: #161100;
  text-transform: capitalize;
  opacity: 1;
}

@media screen and (max-width: 650px) {
  .company-logo-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .remote-company-logo {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1050px) {
  .company-logo-container {
    grid-template-columns: repeat(4, 1fr);
  }
  .tech-section {
    flex-direction: row !important;
    justify-content: space-between !important;
  }
  .tech-display {
    display: flex;
  }
  .hideMobile {
    display: none;
  }
}
@media screen and (min-width: 1450px) {
  .navbar-new-index {
    padding: 15px 3%;
  }
  .header-section {
    background: url("../assets/images/Landing page Laptop.png") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 800px;
  }
  .bannerHead {
    min-height: 250px;
  }
  .yellow-box {
    background: url("../assets/index/laptop-bussiness-banner.png");
  }
  .job-assurance-box {
    background: url("../assets/ts-index/job-assurance-web.jpeg");
  }
  .company-logo-container {
    column-gap: 60px !important;
    row-gap: 40px !important;
  }
}
@media screen and (min-width: 1050px) and (max-width: 2300px) {
  .icon-section {
    display: none;
  }
  .tech-section {
    flex-direction: row !important;
  }
}
.company-1 {
  background-image: url("../assets/company-logo/book-my-show.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-2 {
  background-image: url("https://img.bridgelabz.com/yatra.webp");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-3 {
  background-image: url("https://img.bridgelabz.com/iexceed.webp");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-4 {
  background-image: url("https://img.bridgelabz.com/turtlemint.webp");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-5 {
  background-image: url("https://img.bridgelabz.com/zibtech.webp");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-6 {
  background-image: url("https://img.bridgelabz.com/intellect_logo.webp");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-7 {
  background-image: url("https://img.bridgelabz.com/RBL.webp");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-8 {
  background-image: url("https://img.bridgelabz.com/jda.webp");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-9 {
  background-image: url("https://img.bridgelabz.com/Meru.webp");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-10 {
  background-image: url("https://img.bridgelabz.com/thoughtworks.webp");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-11 {
  background-image: url("https://img.bridgelabz.com/finly.webp");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-12 {
  background-image: url("https://img.bridgelabz.com/Urban Ladder_logo.webp");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-13 {
  background-image: url("../assets/company-logo/happay_logo.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-14 {
  background-image: url("../assets/company-logo/capillary-logo.jpg");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-15 {
  background-image: url("../assets/company-logo/mphasis_logo.jpg");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-16 {
  background-image: url("../assets/company-logo/ezetap_logo.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-17 {
  background-image: url("../assets/company-logo/Snapdeal_logo.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-18 {
  background-image: url("../assets/company-logo/Niyo_logo.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-19 {
  background-image: url("../assets/company-logo/Metricstream_logo.jpg");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-20 {
  background-image: url("../assets/company-logo/Digit_Insurance_logo.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-21 {
  background-image: url("../assets/company-logo/BlueYonder.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-22 {
  background-image: url("../assets/company-logo/Rupeek_logo.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-23 {
  background-image: url("../assets/company-logo/MagicSoftware_logo.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-24 {
  background-image: url("../assets/company-logo/MotilalOswal_logo.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-25 {
  background-image: url("../assets/company-logo/Cimpress_logo.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-26 {
  background-image: url("../assets/company-logo/Nium_logo.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

/* Corporate Testimonials */
.container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.name {
  text-align: left;
  font-size: 30px;
  font-size: calc(22px + 8 * (100vw - 200px) / 2200);
  font-weight: 500;
  letter-spacing: 0px;
  color: #001a33;
  opacity: 1;
  margin: 15px 0 2px;
}

.scholar-button {
  width: 56%;
}

.pos {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0px;
  color: #495a6b;
  opacity: 1;
}

/* News about us */
.news-card {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s ease-in-out;
  text-decoration: inherit;
  color: inherit;
  cursor: auto;
  border: 1px solid #e4e4e4;
  cursor: pointer;
  position: relative;
  display: inline-block;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transition: transform 0.15s linear;
}

.news-card:hover .btn-text-arrow-black::after {
  transform: translateX(10px);
  transition: transform 0.15s linear;
}

.tech-content {
  font-size: 18px;
  min-height: 125px;
  padding: 26px;
}

.incubation-count {
  width: calc(230px + 150 * (100vw - 350px) / 2050);
  height: calc(120px + 100 * (100vw - 350px) / 2050);
  background: no-repeat padding-box #efa500;
  border-radius: 15px;
  opacity: 1;
}

.itjob-incubation {
  color: #fff !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em;
}

.tech-card {
  transition: none !important;
  transform: none !important;
  box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) !important;
  border-radius: 11px !important;
  border: 1px solid #e4e4e4 !important;
}

.news-card:hover {
  box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
  text-decoration: none;
  color: inherit;
}

.tech-bridge {
  margin-top: 70px;
}

.bussiness-tag {
  top: 25px;
  font-size: 15px;
  border: 2px solid #fff;
  padding: 15px 0;
  font-family: Lato, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: all ease-in 0.2s;
}

.bussiness-tag:hover {
  background-color: #e26003 !important;
}

.anchor-tag,
.anchor-tag:hover,
.anchor-tag:focus,
.anchor-tag:active {
  text-decoration: none;
  color: inherit;
}

.date {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-family: "Segoe UI";
}

.view {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  cursor: pointer;
}

.image-class {
  border-color: #001a33;
}

.news-img {
  width: 100% !important;
  min-height: 120px;
}

.img-content {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  width: 600px;
  border: 1px solid lightgray;
  box-shadow: 0px 0px 4px 0px lightgrey;
}

.img-content-hide {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  width: 600px;
  border: 1px solid lightgray;
  box-shadow: 0px 0px 4px 2px lightgrey;
  border-radius: 12px;
}

.img-content:hover {
  box-shadow: 0px 8px 8px 0px lightgrey;
  transform: translateY(-10px);
  transition: transform 0.15s linear;
}

.news-content {
  padding: 30px;
  min-height: 200px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.news-date {
  font-size: 11px;
}

.btn-text-arrow-black {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #000;
  font-family: NBI Pro Regular;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 30px;
}

.btn-text-arrow-black::after {
  content: "";
  position: absolute;
  top: 35%;
  right: auto;
  width: 40px;
  height: 7px;
  background: transparent url(https://images.ctfassets.net/zw48pl1isxmc/01dQxkGFOwSnmIRokUr9mU/1f600cf4536219e4dd5c07591c358f7a/btn-arrow.svg) no-repeat 100% 0;
  background-size: contain;
  transition: transform 0.15s linear;
}

.img-content:hover .btn-text-arrow-black::after {
  transform: translateX(10px);
  transition: transform 0.15s linear;
}

/* Bridgelabz Speak */
.image-speak {
  cursor: pointer;
  border-radius: 10px;
  background-size: cover;
  overflow: hidden;
}

.image-speak img {
  width: calc(350px + 150 * (100vw - 350px) / 2050);
  height: calc(220px + 100 * (100vw - 350px) / 2050);
  transition: transform 0.8s;
}

.image-speak:hover img {
  transform: scale(1.1);
}

.speak-text {
  font-size: calc(14px + 16 * (100vw - 350px) / 2050);
  align-content: left;
  color: #ffffff;
  font-family: "Lato";
}

/* Vision */
.vision-section {
  min-width: 100%;
  min-height: 270px;
  background-color: #7f961e;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 60px;
}

.title {
  font-family: Arial;
  font-size: calc(30px + 10 * (100vw - 350px) / 2050);
  color: #ffffff;
  margin: 0px;
  font-weight: 550;
  letter-spacing: 0.1em;
}

.description {
  font-family: Arial;
  font-size: calc(14px + 16 * (100vw - 350px) / 2050);
  color: #ffffff;
  letter-spacing: 0.1em;
}

.tech-icons {
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center;
  align-items: center;
}

.tech-btn-1 {
  background-color: "#f70808";
  width: 84px;
  height: 84px;
  margin-right: 12px;
  z-index: 1;
  cursor: default;
  border-radius: 50%;
  border: none;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  background-color: #f70808 !important;
}

.tech-btn-2 {
  background-color: "#e26003";
  width: 84px;
  height: 84px;
  margin-right: 12px;
  z-index: 1;
  cursor: default;
  border-radius: 50%;
  border: none;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  background-color: #e26003;
}

.tech-btn-3 {
  background-color: "#e8a102";
  width: 84px;
  height: 84px;
  margin-right: 12px;
  z-index: 1;
  cursor: default;
  border-radius: 50%;
  border: none;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  background-color: #e8a102 !important;
}

.tech-btn-4 {
  background-color: "#0071c6";
  width: 84px;
  height: 84px;
  margin-right: 12px;
  z-index: 1;
  cursor: default;
  border-radius: 50%;
  border: none;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  background-color: #0071c6 !important;
}

.tech-btn-5 {
  background-color: "#2e367a";
  width: 84px;
  height: 84px;
  margin-right: 12px;
  z-index: 1;
  cursor: default;
  border-radius: 50%;
  border: none;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  background-color: #2e367a !important;
}

.tech-btn-6 {
  background-color: "#7f961e";
  width: 84px;
  height: 84px;
  margin-right: 12px;
  z-index: 1;
  cursor: default;
  border-radius: 50%;
  border: none;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  background-color: #7f961e !important;
}

.buttonlist {
  margin-top: -45px;
}

.it-btn-1 {
  background-color: "#f70808";
  width: 74px;
  height: 74px;
  margin-right: 20px;
  z-index: 1;
  cursor: default;
  border-radius: 50%;
  border: none;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.it-btn-2 {
  background-color: "#e26003";
  width: 74px;
  height: 74px;
  margin-right: 20px;
  z-index: 1;
  cursor: default;
  border-radius: 50%;
  border: none;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.it-btn-3 {
  background-color: "#e8a102";
  width: 74px;
  height: 74px;
  margin-right: 20px;
  z-index: 1;
  cursor: default;
  border-radius: 50%;
  border: none;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.it-btn-4 {
  background-color: "#0071c6";
  width: 74px;
  height: 74px;
  margin-right: 20px;
  z-index: 1;
  cursor: default;
  border-radius: 50%;
  border: none;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.it-btn-5 {
  background-color: "#2e367a";
  width: 74px;
  height: 74px;
  margin-right: 20px;
  z-index: 1;
  cursor: default;
  border-radius: 50%;
  border: none;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.it-btn-6 {
  background-color: "#7f961e";
  width: 74px;
  height: 74px;
  margin-right: 20px;
  z-index: 1;
  cursor: default;
  border-radius: 50%;
  border: none;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.itbuttonlist {
  margin-top: -40px;
}

/* Footer */
.footer-section {
  min-height: 497px;
  background: #f5f5f5 0% 0% no-repeat padding-box;
}

.footer-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* allow items to wrap when there isn't enough space */
  justify-content: space-between;
  /* distribute columns across full width */
  align-items: flex-start;
  gap: 24px;
}

/* Desktop column sizing inside footer-main */
.footer-main > .footer-address {
  flex: 0 1 30%;
  max-width: 32%;
}

.footer-main .address {
  flex: 0 1 22%;
  max-width: 22%;
  margin-left: 0;
}

.address {
  width: 40%;
  margin: 8px 0px 0px 35px;
}

.footerLogo {
  margin-bottom: 20px;
}

.footerInside {
  height: calc(100% - 83px);
}

.link {
  font-family: "Roboto";
  font-size: 14px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  text-decoration: none;
  font-weight: 300;
  line-height: 20px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem;
}

.dialog {
  justify-content: center;
  align-items: center;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
}

.material-field {
  margin-bottom: 10px;
  width: 45%;
}

.remote-hire-field {
  min-width: 475px;
  max-width: 475px;
}

.remote-input {
  height: 50px !important;
}

.remote-hire-btn {
  background: no-repeat padding-box #fc8019 !important;
  border-radius: 11px !important;
  opacity: 1;
  padding: 14px 80px !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  text-transform: capitalize;
  width: 100%;
  color: #0c0c0c !important;
}

.insta-apply-btn {
  border-radius: 0 !important;
  background: no-repeat padding-box #efa500 !important;
}

.hire-header {
  font-size: 25px;
  font-family: "Lato";
  letter-spacing: 0;
  color: #303039;
  font-weight: 500;
  opacity: 1;
  margin: 32px 0 36px;
  text-align: center;
}

.dialog-container {
  max-width: 90vw;
  pointer-events: auto;
  width: 610px;
  border-radius: 5px;
  max-height: 86vh;
  box-sizing: border-box;
  z-index: 1000;
  flex-direction: column;
  display: flex;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.dialog-text {
  color: #6e6e71;
  font-size: 0.85em;
  margin-top: 0;
}

.privacy {
  font-family: Roboto, sans-serif;
  color: #000000;
  display: inline-block;
  font-weight: 300 !important;
  font-size: 14px;
  padding: 25px 0;
  text-align: center;
  background-color: #c5c5c5;
}

.policy {
  font-family: Roboto, sans-serif;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0px;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
  margin: 0px 5px;
}

.socialIcon {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-top: 1px solid;
  border-color: #0b0b0b;
}
.socialIcon .footerIcon {
  padding: 8px 14px;
  border-right: 1px solid #0b0b0b;
}

.ftco-animate {
  opacity: 0;
  visibility: hidden;
}

.ftco-animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 60px, 0);
  }
  to {
    visibility: visible;
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.anchor-remote:hover {
  box-shadow: rgba(252, 128, 25, 0.1803921569) 0 16px 32px 0;
  background-color: rgb(239, 239, 239);
  transform: translate(0, -2px);
  transition: box-shadow 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;
}

.socialIconMobile {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-top: 1px solid;
  border-color: #d6d4d5;
  padding: 20px 0;
  margin-top: 40px;
}
.socialIconMobile .footerIcon {
  padding: 20px;
  border-right: 1px solid #d6d4d5;
}

/* The Team */
.about-us {
  width: 80%;
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 20px 0 10px;
  margin-bottom: 30px;
}
.about-us .head {
  background-color: rgba(112, 112, 112, 0.11);
  border: 1px solid rgba(112, 112, 112, 0.11);
  border-radius: 0px 2px 2px 0px;
  font: normal normal 600 14px/30px Open Sans;
  padding: 0 14px;
  letter-spacing: 0px;
  color: #001a33;
  text-transform: uppercase;
  width: fit-content;
}
.about-us .about-text {
  font-family: "Open Sans";
  font-size: 18px;
  letter-spacing: 0px;
  color: #000000;
  padding: 30px;
}
.about-us .about-text .about-bold {
  font-family: "Lato";
  font-size: 20px;
  font-weight: 700 !important;
}

.tech-title {
  width: inherit !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  opacity: 1 !important;
}

.tech-description {
  flex-flow: row wrap !important;
  box-sizing: border-box !important;
  place-content: center space-between !important;
}

.source {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #1b212c;
  opacity: 1;
  margin-bottom: 10px;
  line-height: 22px;
}

.source-container {
  flex-flow: column;
  box-sizing: border-box;
  place-content: center space-between;
}

.team-content {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.imagealign {
  height: 125px;
  width: 125px;
  border-radius: 125px;
}

.member-name {
  font-family: "Lato";
  font-weight: 700;
  font-size: 16px;
}

.positionname {
  font-family: "Lato";
  font-weight: 400;
  font-size: 14px;
  color: #001A33;
  letter-spacing: 0.42px;
}

.experience {
  font-family: "Lato";
  font-size: 12px;
  color: #7C7C7C;
  letter-spacing: 0.5px;
}

.justificationInfo {
  justify-content: start;
  flex: 1 1 15%;
  margin: 10px;
}

.team-row-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.team-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20%;
}

/* FAQ */
.question {
  background-color: #ffffff;
  width: 100%;
  outline: none;
  border: none;
  padding: 14px 0px;
}

.questions-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0px 100px 0px 100px !important;
  box-sizing: border-box;
  justify-content: space-between !important;
}

.question-text {
  font-family: "Lato";
  font-size: 15px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
}

.answer {
  font-family: "Lato";
  font-size: 14px;
  font-weight: 400 !important;
  color: rgb(90, 90, 90);
  margin-left: 30px;
}

.q-show {
  display: block;
}

.q-hide {
  display: none;
}

@media (max-width: 768px) {
  .answer {
    display: none;
  }
  /* Mobile: stack footer columns and center content */
  .footer-main {
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
  }
  .footer-main > .footer-address,
  .footer-main .address {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  .answer.q-show {
    display: block;
  }
}
.chat-boat-icon {
  bottom: 15px;
  right: 40px;
  display: flex;
}

.chat-boat {
  width: 450px;
  height: 600px;
  right: 40px;
  z-index: 5;
  bottom: 31px;
  background-color: #ffffff;
  display: none;
}
.chat-boat .tool {
  background-color: #008CFF;
  white-space: wrap;
  box-sizing: border-box;
  height: 48px;
  padding-right: 0px;
  word-break: break-word;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.chat-boat .tool .mat_title {
  color: #ffffff;
  font-size: 12px;
}
.chat-boat .tool .subtitle {
  color: #ffffff;
  font-size: 10px;
  margin-bottom: 0px;
  margin-right: 12px;
}
.chat-boat .tool .chat-img {
  height: 35px;
  margin-right: 13px;
}
.chat-boat .msg_div {
  height: calc(100% - 88px);
  z-index: 5;
  overflow-x: hidden;
  background-image: url(../../../assets/images/chatBackgroundImage.jpg);
}
.chat-boat .msg_div .date-chat {
  font-size: 11px;
  font-family: Lato;
  margin-top: 6px;
  margin-bottom: 8px;
  color: #696969;
  text-align: center;
}
.chat-boat .msg_div .msg1 {
  margin-bottom: 0px;
  margin-top: 13px;
  margin-left: 15px;
  margin-right: 36px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  border-color: dimgrey;
  display: block;
  padding: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  font-size: 12px;
  border-radius: 3px;
  bottom: 8px;
  max-width: 70%;
  color: black;
  word-break: break-word;
  background-color: white;
}
.chat-boat .msg_div .msg1:before {
  content: "";
  position: absolute;
  border-top: 0px solid rgba(0, 0, 0, 0.15);
  border-right: 16px solid transparent;
  margin: -6px 121px 0px 1px;
  left: 0px;
}
.chat-boat .msg_div .msg1:after {
  content: "";
  position: absolute;
  top: 4px;
  border-top: 5px solid #ffffff;
  border-left: 8px solid transparent;
  content: "";
  left: -7px;
  margin: -4px 0px 0 0;
}
.chat-boat .msg_div .msg {
  margin-right: 15px;
  background-color: #008cff;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  display: block;
  padding: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  font-size: 12px;
  border-radius: 3px;
  max-width: 70%;
  word-break: break-word;
}
.chat-boat .msg_div .msg:before {
  content: "";
  position: absolute;
  border-top: 16px solid rgba(0, 0, 0, 0.15);
  margin: -9px -16px 0 0;
  right: 0;
}
.chat-boat .msg_div .msg:after {
  content: "";
  position: absolute;
  top: 0;
  border-top: 8px solid #008cff;
  border-right: 9px solid transparent;
  content: "";
  right: 4px;
  margin: 0 -9px 0 0;
}
.chat-boat .msg_div .loader {
  margin-left: 15px;
  border-radius: 5px;
  width: 50px;
  background-color: white;
  height: 27px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.chat-boat .msg_div .loader img {
  height: 7px;
  width: auto;
  margin-left: 11px;
}
.chat-boat .msg_div .user-detail-card {
  display: none;
  position: relative;
  padding: 16px;
  border-radius: 4px;
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.chat-boat .msg_div .user-detail-card .user-detail-header {
  background-color: #ebebeb;
  padding: 10px 16px;
}
.chat-boat .msg_div .user-detail-card .user-detail-header .user-detail-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.chat-boat .msg_div .user-detail-card .user-detail-header .user-detail-subtitle {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
.chat-boat .msg_div .user-detail-card .chat-button {
  background-color: #088afa;
  color: #fff;
  margin-bottom: 15px;
}
.chat-boat .msg_div .date1 {
  font-size: 9px;
  margin-right: 17px;
  margin-top: -9px;
  margin-bottom: 6px;
  font-family: Lato;
}
.chat-boat .msg_div .dt {
  left: 10px;
  color: dimgray;
  font-size: 9px;
  margin-left: 17px;
  margin-top: -3px;
}
.chat-boat .chat-input {
  font-size: small;
  font-family: Lato;
  flex-grow: 1;
  padding: 6px 10px;
  border: none;
  outline: none;
  min-height: 40px;
}
.chat-boat .chat-arrow {
  font-size: 24px;
  padding: 0 10px;
  cursor: pointer;
}
.chat-boat .icon-18dp {
  width: 18px;
  height: 18px;
}

.padding-16 {
  padding: 16px;
}

.cred-index-btn {
  margin-left: 16%;
  margin-top: 71%;
}

@media (max-height: 750px) {
  .chat-boat {
    width: 400px;
    height: 530px;
  }
}
@media (min-width: 768px) {
  .cred-btn {
    margin-top: 117px !important;
  }
}
@media (min-width: 992px) {
  .footer-main {
    padding-left: 10% !important;
  }
  .bussiness-section {
    height: 545px;
  }
  .cred-btn {
    margin-top: 117px !important;
  }
  .navbar-new-index {
    padding: 15px 3%;
  }
}
@media (max-width: 992px) {
  .numb-container {
    width: 73% !important;
  }
  .footer-section {
    min-height: 617px;
  }
  .remote-logo {
    width: 250px !important;
  }
  .logo-count {
    width: calc(170px + 150 * (100vw - 350px) / 2050) !important;
    height: calc(70px + 100 * (100vw - 350px) / 2050) !important;
  }
  .remote-desc {
    font-size: 18px !important;
  }
  .remote-count {
    font-size: 22px !important;
  }
  .navbar-new-index {
    padding: 12px 2%;
  }
  .bl-logo {
    width: 150px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .navbar-new-index {
    flex-direction: column;
    gap: 10px;
    padding: 12px 2%;
  }
  .header-section {
    min-height: 600px;
  }
  .bannerHead {
    min-height: 200px;
    padding: 40px 0 30px 0;
  }
}
@media (max-width: 600px) {
  .footer-section {
    min-height: auto;
    padding: 30px 0;
  }
  .navbar-new-index {
    padding: 10px 2%;
    gap: 8px;
  }
  .bl-logo {
    width: 120px;
    height: auto;
  }
  .header-section {
    min-height: 500px;
    background: url("../assets/images/Landing page Mobile.png") no-repeat center center;
    background-size: cover;
  }
  .bannerHead {
    min-height: 150px;
    padding: 30px 0 20px 0;
  }
  .team-option {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .footer-address {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
  }
  .footer-main {
    flex-direction: column !important;
    align-items: center !important;
  }
  .footer-columns {
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }
  .footer-col {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    align-items: center !important;
    text-align: center !important;
  }
  .footer-logo-col {
    width: 100% !important;
    justify-content: center !important;
  }
  .footer-bottom {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px;
  }
  /* Ensure footer contact block and social icons center on small screens */
  .footer-contact {
    align-items: center !important;
    text-align: center !important;
  }
  .footer-contact .link {
    justify-content: center !important;
  }
  .socialIcon {
    display: flex !important;
    justify-content: center !important;
    gap: 12px;
    margin-top: 8px;
  }
  /* Center the color-bar row at the very bottom on mobile */
  .footer-section > .d-flex.mt-3 {
    width: 100%;
    justify-content: center !important;
  }
  /* Copyright and privacy section - wrap and center on mobile */
  .d-flex[style*="background-color: #c5c5c5"] {
    flex-wrap: wrap !important;
    justify-content: center !important;
    padding: 16px 12px !important;
  }
  .privacy {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 12px;
  }
  .privacy a {
    display: block;
  }
  /* Ensure footer-bottom wrapper and content center on mobile */
  .footer-main > .d-flex.align-items-start.px-4 {
    width: 100% !important;
    justify-content: center !important;
  }
  .footer-bottom {
    justify-content: center !important;
    width: 100% !important;
  }
  .footer-contact {
    align-items: center !important;
  }
}
@media screen and (min-width: 576px) {
  .count-section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media screen and (max-width: 580px) {
  .engineers-count {
    font-size: 16px;
  }
  .companies-count {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .hide {
    display: none !important;
  }
  .alumini-container {
    padding: 0px 0px 5% 0px;
  }
  .card {
    margin: 0px 2%;
  }
  .question-text {
    font-family: "Lato";
    font-size: 12px;
    font-weight: 700;
  }
  .chat-boat {
    width: 300px;
    height: 400px;
    right: 10px;
  }
  .chat-boat-icon {
    right: 10px;
  }
  .bussiness-tag {
    display: none;
  }
  .remote-logo {
    width: 200px !important;
  }
  .remote-company-logo {
    grid-gap: 0 !important;
  }
}
@media screen and (min-width: 2000px) {
  .numb-container {
    width: 43% !important;
  }
  .navbar-new-index {
    padding-right: 4% !important;
    padding-left: 4% !important;
  }
  .it-job-bridge {
    margin-top: 70px;
  }
  .scholarship-image {
    margin-right: -130px;
    width: 65%;
  }
  .etextfield {
    width: 60% !important;
  }
  .scholar-button {
    width: 43%;
  }
}
@media screen and (max-width: 500px) {
  .hide-bar {
    display: none;
  }
}
@media screen and (min-width: 2000px) {
  .header-section {
    min-height: 760px;
  }
  .centered {
    min-height: 468px;
  }
  .index-centered {
    min-height: 468px;
  }
  .ts-index {
    min-height: 620px;
  }
  .center-text {
    margin-left: 20%;
  }
  .aswin-img {
    width: 830px;
    right: 6%;
  }
  .job-guarantee {
    font-size: 50px;
  }
  .numb-container {
    width: 35% !important;
  }
  .scholar-button {
    width: 35%;
  }
}
@media screen and (max-width: 2000px) {
  .company-logo-container {
    row-gap: 20px !important;
  }
  .insta-header-container {
    margin-top: -20px !important;
  }
  .ts-left {
    min-height: 55vh;
  }
  .job-guarantee {
    font-size: 50px;
  }
  .numb-container {
    width: 43% !important;
  }
  .questions-container {
    padding: 0% 13%;
  }
  .header-section {
    background: url("../assets/images/Landing page Laptop.png") no-repeat center center;
    background-size: cover;
  }
  .yellow-box {
    background: url("../assets/index/laptop-bussiness-banner.png");
  }
  .job-assurance-box {
    background: url("../assets/ts-index/job-assurance-web.jpeg");
  }
}
@media screen and (min-width: 2300px) {
  .center-text {
    margin-left: 22%;
  }
  .aswin-img {
    right: 11%;
  }
  .map-container {
    padding: 0% 0% 0% 10%;
  }
  .questions-container {
    padding: 0% 20%;
  }
  .header-section {
    background: url("../assets/images/Landing page Laptop.png") no-repeat center center;
    background-size: cover;
  }
  .yellow-box {
    background: url("../assets/index/laptop-bussiness-banner.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .job-assurance-box {
    background: url("../assets/ts-index/job-assurance-web.jpeg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .yellow-banner {
    justify-content: flex-start;
  }
  .yellow-text {
    text-align: center;
  }
}
@media screen and (max-width: 1800px) {
  .aswin-img {
    right: 3%;
    bottom: -2px;
  }
  .center-text {
    margin-left: 8%;
  }
  .questions-container {
    padding: 0% 12%;
  }
}
@media screen and (max-width: 1600px) {
  .insta-header-container {
    min-height: 640px;
  }
  .ts-left {
    min-height: 85vh;
  }
  .numb-container,
  .scholar-button {
    width: 50% !important;
    margin-right: 20px;
  }
  .tata-strive-apply {
    margin-right: -130px;
  }
  .scholarship-image {
    width: 45%;
  }
  .center-text {
    margin-left: 10%;
  }
  .bridge-logo {
    width: 430px;
  }
  .banner-text {
    font-size: 40px;
  }
  .apply-btn {
    line-height: 3em;
  }
  .job-guarantee {
    font-size: 40px;
  }
  .questions-container {
    padding: 0% 9%;
  }
  .scholarship-image {
    margin-right: -65px;
  }
}
@media screen and (max-width: 1400px) {
  .numb-container {
    width: 50% !important;
  }
  .ts-i-check {
    width: 85% !important;
  }
  .ts-index {
    min-height: 380px;
    display: flex;
    justify-content: center;
    margin-left: 104px;
  }
  .banner-text {
    font-size: 38px;
  }
  .center-text {
    margin-left: 8%;
  }
  .bridge-logo {
    width: 370px;
  }
  .aswin-img {
    width: 520px;
    bottom: 5px;
    right: 5%;
  }
  .aswin-business {
    width: 550px;
  }
  .T-C {
    bottom: 20px;
  }
  .watch-update {
    bottom: 12px;
  }
  .TC-apply {
    bottom: 36px;
  }
  .header-section {
    min-height: 510px;
  }
  .insta-header-container {
    min-height: 480px;
  }
  .job-guarantee {
    font-size: 38px;
  }
  .questions-container {
    padding: 0% 8%;
  }
  .header-section {
    background: url("../assets/images/Landing page Laptop.png") no-repeat center center;
    background-size: cover;
  }
  .yellow-box {
    background: url("../assets/images/Landing page Laptop.png") no-repeat center center;
  }
  .job-assurance-box {
    background: url("../assets/ts-index/job-assurance-web.jpeg");
  }
  .scholarship-image {
    width: 50%;
  }
  .middle-container {
    min-height: calc(100% - 150px) !important;
  }
  .scholar-button {
    width: 56%;
  }
  .tata-strive-apply {
    width: 100%;
    margin-left: 115px;
    height: 36px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1280px) {
  .engineer-option {
    font-size: 18px;
  }
  .questions-container {
    padding: 0% 10%;
  }
  .numb-container {
    width: 51% !important;
  }
  .scholar-button {
    width: 51% !important;
  }
  .insta-header-container {
    min-height: 529px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-text {
    font-size: 30px;
  }
  .ts-text {
    font-size: 14px;
  }
  .it-header-text {
    font-size: 0.7em !important;
  }
  .bridge-logo {
    width: 300px;
  }
  .job-guarantee {
    font-size: 28px;
  }
  .callback-container {
    max-width: 80% !important;
  }
  .hireNow-container {
    max-width: 80% !important;
  }
  .banner-content {
    max-width: 75% !important;
  }
  .v2-container {
    padding: 30px 10px 40px 10px !important;
  }
}
@media screen and (max-width: 1040px) {
  .ts-text {
    font-size: 12px;
  }
  .numb-container {
    width: 57% !important;
    margin-right: 0px;
  }
  .center-text {
    margin-left: 2%;
  }
  .bannerHead {
    min-height: 60px !important;
  }
  .btn-icon {
    margin-right: 25px;
  }
  .awards {
    flex-wrap: wrap;
  }
  .image-award {
    margin-bottom: 20px;
  }
  .award-section {
    padding: 30px 0 !important;
  }
  .count-items {
    grid-column-gap: 70px !important;
  }
  .header-section {
    background: url("../assets/images/Landing page Laptop.png") no-repeat center center;
    background-size: cover;
  }
  .yellow-box {
    background: url("../assets/images/Landing page Laptop.png") no-repeat center center;
  }
  .job-assurance-box {
    background: url("../assets/ts-index/job-assurance-web.jpeg");
  }
  .callback-container {
    max-width: 80% !important;
  }
  .hireNow-container {
    max-width: 80% !important;
  }
  .scholarship-image {
    margin-right: -46px;
    width: 60%;
  }
  .banner-content {
    max-width: 90% !important;
  }
  .scholar-button {
    width: 57% !important;
    margin-right: 0px;
  }
  .yellow-text {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 960px) {
  .insta-story {
    font-size: 14px !important;
  }
  .insta-stories-1,
  .insta-stories-2 {
    font-size: calc(15px + 8 * (100vw - 300px) / 2100);
  }
  .insta-header-container {
    min-height: 370px;
  }
  .bl-logo {
    width: 160px;
  }
  .centered {
    min-height: 300px;
  }
  .ts-i-check {
    width: 100% !important;
  }
  .ts-index {
    min-height: 415px;
  }
  .ts-i-btn {
    width: 65%;
  }
  .apply-text {
    font-size: 14px;
  }
  .apply-btn {
    align-self: center;
  }
  .banner-text {
    font-size: 22px;
  }
  .bridge-logo {
    width: 270px;
  }
  .bridge-logo-text {
    margin-bottom: 10px;
  }
  .team-option,
  .engineer-option {
    font-size: 14px;
  }
  .job-guarantee {
    font-size: 26px;
  }
  .notification {
    padding: 0px 6% 0px 5%;
  }
  .tata-notification {
    padding: 0px 2% 0px 2%;
  }
  .footerLogo {
    width: 150px;
  }
  .team-row-1 {
    gap: 8%;
  }
  .team-row-2 {
    column-gap: 18%;
  }
  .globe,
  .remote-bridge {
    width: 100% !important;
  }
  .count-items {
    grid-gap: 105px !important;
    grid-template-columns: repeat(2, 1fr) !important;
    width: 100%;
  }
  .callback-container {
    max-width: 100% !important;
  }
  .callback-b {
    margin-bottom: 70px !important;
  }
  .hireNow-container {
    max-width: 100% !important;
  }
  .banner-content {
    max-width: 100% !important;
  }
  .wataspp-content {
    width: 90% !important;
  }
  .yellow-text {
    font-size: 14px !important;
  }
  .trans-input {
    width: 78% !important;
  }
  .numb-container {
    font-size: 12px !important;
  }
  .scholar-button {
    width: 57% !important;
  }
  .yellow-banner {
    height: 120px;
  }
  .ts-left {
    min-height: 60vh;
  }
  .ts-header-image {
    padding: 0 90px;
  }
  .v2-container {
    padding: 46px 10px 46px 10px !important;
  }
  .orientation-vcontainer {
    width: unset;
    height: unset;
    flex-direction: column;
  }
  .video-o-container {
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  .block-left {
    align-self: unset;
    margin-top: 0;
  }
  .centered {
    min-height: 260px;
  }
  .ts-index {
    min-height: 327px;
  }
  .etextfield {
    width: 450px !important;
  }
  .bridge-logo {
    width: 200px;
  }
  .banner-text {
    font-size: 22px;
  }
  .apply-btn {
    align-self: flex-start;
  }
  .aswin-img {
    width: 430px;
  }
  .T-C {
    right: 10px;
  }
  .header-section {
    min-height: 440px;
  }
  .insta-header-container {
    min-height: 375px;
  }
  .job-guarantee {
    font-size: 22px;
  }
  .notification .notification-text {
    font-size: 18px;
  }
  .team-row-1 {
    gap: 6%;
  }
  .team-row-2 {
    column-gap: 15%;
  }
  .bannerHead {
    min-height: 50px !important;
  }
  .wataspp-content {
    width: 70% !important;
  }
  .ts-index-img {
    content: url("../assets/index/index_pop_mob.svg");
    border-radius: 100px;
  }
  .pop-container {
    width: unset !important;
    max-width: none !important;
  }
  .pop-i-head {
    font-size: 17px;
  }
  .pop-i-desc {
    font-size: 14px;
    width: 100%;
    text-align: start;
  }
  .index-pop-btn {
    width: 110%;
  }
  .index-pop-text {
    font-size: 12px !important;
  }
  .index-pop-content {
    left: 25px;
  }
  .index-pop-close {
    background: #efa500;
    color: #fff;
  }
  .pop-close {
    right: 0px;
    top: 0px;
  }
}
@media screen and (max-width: 700px) {
  .partner-section {
    height: 180px;
  }
  .banner-text {
    font-size: 18px;
  }
  .etextfield {
    width: 350px !important;
  }
  .apply-btn {
    align-self: center;
    line-height: 3.2em;
  }
  .aswin-img {
    width: 390px;
  }
  .hide-700 {
    display: none;
  }
  .header-section {
    min-height: 430px;
  }
  .center-text {
    width: 70%;
  }
  .notification .notification-text {
    font-size: 16px;
  }
  .sample {
    font-size: 14px !important;
  }
  .address {
    width: 65%;
  }
  .team-row-1 {
    flex-direction: column;
    align-items: center;
  }
  .team-row-2 {
    grid-template-columns: 1fr;
  }
  .bannerHead {
    min-height: 50px !important;
  }
  .source {
    flex: 1 1 100%;
    box-sizing: border-box;
    max-width: 45%;
  }
  .source-container {
    flex-flow: row wrap;
  }
  .material-content {
    display: block !important;
  }
  .material-field {
    width: 100%;
  }
  .contactus {
    width: 100%;
    margin-top: 40px !important;
  }
  .callback-field {
    width: 100% !important;
  }
  .first-c {
    font-size: 20px !important;
    margin: 0;
    padding: 24px !important;
  }
  .callback-text {
    max-width: 100% !important;
  }
  .second-c {
    clip-path: unset !important;
  }
  .second-text {
    font-size: 20px !important;
  }
  .callback-field {
    margin-bottom: 5px !important;
  }
  .callback-section {
    height: 100% !important;
  }
  .call-btn {
    margin-left: 20px;
  }
  .callback-b {
    line-height: 1.3 !important;
    margin-bottom: 70px;
  }
  .touch-container {
    max-width: 95% !important;
  }
  .call-material-content {
    grid-template-columns: 1fr !important;
    grid-gap: 10px !important;
    margin-bottom: 15px !important;
  }
  .callback-grid-field {
    margin-bottom: 0px !important;
  }
  .hire-main {
    padding: 10px;
  }
  .hire-box {
    padding: 20px !important;
  }
  .wataspp-content {
    width: 90% !important;
  }
  .instagram-section {
    flex-direction: column-reverse;
  }
  .insta-sec-2,
  .reg-insta {
    width: 100% !important;
  }
  .insta-form,
  .insta-form-btn {
    width: 85% !important;
  }
  .insta-sec-2 {
    background: url("../assets/instagram/background.svg");
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
  }
  .reg-insta {
    box-shadow: none !important;
  }
  .insta-sec-1,
  .insta-video {
    width: 100% !important;
  }
  .insta-company-container {
    grid-template-columns: repeat(4, 1fr) !important;
    grid-gap: 20px 13px !important;
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
  }
  .insta-company-container .instagram-company-item {
    display: inline-block;
    animation: marquee 2s linear infinite;
  }
  @keyframes marquee {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(-200%, 0);
    }
  }
  .insta-nav {
    flex-direction: row-reverse;
  }
  .insta-h-text {
    text-align: unset !important;
    font-size: calc(19.28571px + 0.57143vw) !important;
    font-weight: 900 !important;
    margin-left: -15px !important;
  }
  .insta-apply-btn {
    padding: 10px 0 !important;
  }
  .insta-regform-btn {
    font-size: 17px !important;
  }
  .insta-video-container {
    background: none !important;
  }
  .insta-success {
    flex-direction: column;
  }
  .insta-stories-1,
  .insta-stories-2 {
    width: 90% !important;
    max-height: 150px;
    font-size: 15px;
    font-weight: 500;
    height: fit-content !important;
    letter-spacing: 0.2px;
  }
  .insta-story {
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    font-family: "Roboto";
  }
  .insta-desc {
    font-size: 12px !important;
    font-family: "Roboto" !important;
    font-weight: 500 !important;
  }
  .story-container {
    width: 90% !important;
  }
  .insta-user-img {
    width: 80px;
    height: 80px;
  }
  .insta-user-desc {
    height: 45px;
  }
}
@media screen and (max-width: 600px) {
  .insta-contactus {
    background: url("../assets/instagram/Mobile-msgback.svg") !important;
  }
  .e-insta {
    width: 100%;
  }
  .insta-follow {
    font-size: 16px !important;
  }
  .remote-hire-field {
    min-width: 90%;
    max-width: none;
  }
  .hire-header {
    font-size: 18px;
  }
  /* CTA adjustments for very small screens */
  .span-register-index {
    cursor: pointer;
    min-width: 50px !important;
    width: 155px !important;
    min-height: 50px;
    height: 50px;
    display: inline-flex;
  }
  .ts-index {
    min-height: 279px !important;
  }
  .a-register-index {
    margin-left: 45% !important;
  }
  .ts-reg-img-l {
    content: url("../assets/ts-page/lateral-mob.jpg");
    image-rendering: -webkit-optimize-contrast;
  }
  .ts-reg-img-s {
    content: url("../assets/ts-page/reg-scholarship-mob.jpeg");
    image-rendering: -webkit-optimize-contrast;
  }
  .ts-reg-img-g {
    content: url("../assets/ts-page/genric-mob.jpg");
    image-rendering: -webkit-optimize-contrast;
  }
  .v2video {
    width: 95%;
    height: 25vh;
  }
  .orientation-vcontainer {
    width: unset;
    height: unset;
    flex-direction: column;
  }
  .o-container {
    width: 100% !important;
  }
  .n-orientation {
    justify-content: center;
  }
  .thank-section {
    width: 100%;
    height: 100%;
  }
  .a-registered {
    width: 100%;
    font: normal normal 500 12px/19px Roboto;
  }
  .ts-main {
    width: 100% !important;
  }
  .ts-header-image {
    padding: 0 20px;
  }
  .ts-field {
    width: 90% !important;
  }
  .ts-text {
    font-size: 10px;
    font-weight: 500;
    margin-top: 10px;
    letter-spacing: 0.44px;
  }
  .ts-logo {
    height: 65px !important;
  }
  .ts-check-container {
    width: 85%;
  }
  .ts-mobile-head {
    font-size: 18px;
    font-weight: 600;
  }
  .ts-right {
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
  }
  .ts-data {
    font-size: 16px;
    font-weight: 500;
    width: 90%;
  }
  .ts-container {
    font-weight: 600;
    font-size: 13px;
    padding-left: 25px;
  }
  .ts-opportunity {
    width: 100%;
  }
  .tata-navbar {
    visibility: visible;
  }
  .watch-aswin {
    position: fixed;
    bottom: 35px;
    height: 145px;
    width: 225px;
  }
  .block-right,
  .job-opportunity {
    width: 100%;
  }
  .block-left,
  .block-main,
  .pcard {
    width: 90%;
  }
  .pcard {
    margin: 20px auto;
  }
  .pcard-comment {
    font: normal normal 400 13px/16px Roboto;
  }
  .block-text {
    font-size: 28px;
  }
  .orientation-banner {
    top: 12px;
  }
  .yellow-logo {
    width: 175px;
    height: 60px;
  }
  .emobile {
    display: block !important;
    width: 100%;
    height: 100%;
    image-rendering: -webkit-optimize-contrast;
  }
  .etextfield {
    width: 100% !important;
  }
  .headerDiv {
    height: unset !important;
  }
  .carouselDiv,
  .parentDiv {
    display: none !important;
  }
  .mobile-show {
    display: flex;
    flex-direction: column;
  }
  .hide-600 {
    display: none;
  }
  .bl-logo {
    width: 120px;
  }
  .centered {
    min-height: 200px;
    width: 100%;
  }
  .bridge-logo {
    width: 170px;
    margin-bottom: 8px;
  }
  .apply-btn {
    line-height: 2.6em;
    align-self: center;
  }
  .job-guarantee {
    font-size: 20px;
  }
  .banner-text {
    font-size: 20px;
  }
  .center-text {
    width: 70%;
    margin-left: 10%;
  }
  .T-C {
    right: unset;
    left: 10px;
  }
  .watch-update {
    left: 0px;
    font-size: 10px !important;
    height: 35px;
  }
  .aswin-img {
    bottom: 10px;
    width: 345px;
    right: -45px;
  }
  .header-section {
    min-height: 340px;
  }
  .notification .notification-text {
    font-size: 14px;
  }
  .notification .tata-notification-text {
    font-size: 14px;
    flex-direction: column;
    letter-spacing: 0;
  }
  .learning-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .learning-content .l-c-sub {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  .bannerHead {
    min-height: 40px !important;
  }
  .alumini-text {
    font-size: 30px !important;
  }
  .partner-text {
    font-size: 30px !important;
  }
  .corporate-text {
    font-size: 25px !important;
  }
  .news-text {
    font-size: 30px !important;
  }
  .bl-speak-text {
    font-size: 30px !important;
  }
  .btn-icon {
    margin-right: 8px;
    width: 48px;
    height: 48px;
  }
  .buttonlist {
    margin-top: -25px;
  }
  .img-icon {
    width: 30px;
    vertical-align: baseline;
  }
  .mobility {
    width: 12px;
  }
  .mobility-text {
    font-size: 8px;
    margin-top: -5px;
  }
  .tech-title {
    font-size: 20px !important;
  }
  .source {
    font-size: 18px !important;
  }
  .job-ready {
    height: 400px !important;
    justify-content: space-between !important;
  }
  .tech-bridge {
    margin-top: 0px;
  }
  .contactus {
    margin-bottom: 60px;
    width: 75%;
  }
  .thank-container {
    max-width: 95%;
  }
  .logo-count {
    border-radius: 5px !important;
    width: calc(92px + 150 * (100vw - 350px) / 2050) !important;
    height: calc(60px + 100 * (100vw - 350px) / 2050) !important;
  }
  .remote-desc {
    font-size: 12px !important;
  }
  .remote-header {
    min-height: 450px !important;
  }
  .remote-center {
    margin-top: 60px;
  }
  .remote-bridge {
    width: 50% !important;
  }
  .remote-text {
    font-size: 30px !important;
    line-height: 40px;
  }
  .remote-inner-text {
    font-size: 18px;
    margin-right: 0;
    line-height: 22px;
    margin-top: 10px;
  }
  .globe {
    margin-top: 125px;
    height: 60%;
  }
  .remote-talent {
    margin-top: 100px;
  }
  .remote-hire {
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 5px;
  }
  .remote-option {
    display: none;
  }
  .count-head {
    font-size: 30px !important;
  }
  .count-descript {
    font-size: 14px !important;
  }
  .count-items {
    grid-gap: 35px !important;
  }
  .it-header-text {
    font-size: 0.5em !important;
  }
  .it-job-bridge {
    margin-top: 125px;
  }
  .jobsection {
    width: 80% !important;
  }
  .itbuttonlist {
    margin-top: -25px;
  }
  .incubation-count {
    width: calc(70px + 150 * (100vw - 350px) / 2050) !important;
    height: calc(60px + 100 * (100vw - 350px) / 2050) !important;
    border-radius: 5px !important;
  }
  .index-container {
    min-height: 400px !important;
  }
  .insta-header-container {
    min-height: 289px !important;
  }
  .scholar-content {
    width: 55% !important;
    margin-top: 80px;
    margin-left: 10px;
  }
  .index-guarantee {
    font-weight: 700 !important;
    font-family: "Lato" !important;
    font-size: 20px !important;
  }
  .scholar-button {
    width: 51% !important;
    padding: 5px 25px !important;
  }
  .eligibility-text {
    font-size: 14px !important;
    letter-spacing: 1px !important;
  }
  .banner-content {
    padding: 15px 15px 35px 15px !important;
  }
  .orientation_v {
    box-shadow: none;
  }
  .middle-container {
    min-height: calc(100% - 160px) !important;
  }
  .v2orientation-container {
    min-height: calc(100% - 50px) !important;
  }
  .register-text {
    font-size: 16px !important;
  }
  .footer-text {
    font-size: 10px !important;
    text-align: start !important;
    margin: 0 !important;
  }
  .footer-social {
    display: flex;
  }
  .footer-watsapp {
    padding: 0px 5px 2px 6px !important;
    margin-left: 2px !important;
  }
  .w-footer {
    padding: 0 5% !important;
  }
  .footer-wgt {
    font-weight: 600;
  }
  .wats-privacy {
    padding: 6px 0 !important;
  }
  .f-wats {
    width: 11px;
    vertical-align: middle;
    height: 11px;
  }
  .break-footer {
    display: block !important;
  }
  .yellow-box {
    background: url("../assets/images/Landing page Laptop.png") no-repeat center center;
  }
  .job-assurance-box {
    background: url("../assets/ts-index/job-assurance-mob.jpeg");
  }
  .yellow-banner {
    display: none;
    justify-content: start;
    margin-left: -15px;
    height: 90px;
    margin-top: 10px;
  }
  .yellow-text {
    text-align: end !important;
    font-size: 13px !important;
    font-weight: 200 !important;
    text-align: end;
    font-family: "Roboto" !important;
    line-height: 3em !important;
  }
  .yellow-img {
    width: 50% !important;
    height: 70px;
  }
  .scholarship-image {
    width: 100%;
    height: 25px;
  }
  .notification .tata-gif {
    width: 80px !important;
  }
  .colaborate {
    justify-content: center;
    font: normal normal bold 26px/38px Open Sans;
  }
  .tata-oppurtunity {
    margin: 0;
  }
  .tata-strive-apply {
    margin-left: 0px;
  }
  .tata-strive-apply img {
    width: 90%;
  }
  .ts-i-btn {
    padding: 9px 0px;
    height: unset;
    width: 85%;
    margin-top: 6px;
  }
  .contactus {
    height: 250px;
  }
  .index-pop-text {
    font-size: 11px !important;
  }
}
@media screen and (max-width: 500px) {
  .trans-input {
    width: 75% !important;
    font-size: 13px !important;
    letter-spacing: 0px !important;
  }
  .numb-container {
    letter-spacing: 0px !important;
    width: 69% !important;
    font-size: 13px !important;
  }
  .center-text {
    margin-left: 4%;
  }
  .job-guarantee {
    font-size: 16px;
  }
  .bannerHead {
    min-height: 30px !important;
  }
  .faq-text {
    font-size: 22px !important;
  }
  .question {
    padding: 12px 0px;
  }
  .globe {
    height: 55% !important;
  }
  .it-header-text {
    font-size: 0.4em !important;
    transform: scale(1) !important;
  }
  .itjob-logo {
    height: 45px !important;
    width: 60px !important;
  }
  .aswin-img {
    bottom: 9px;
    width: 300px;
    right: 0px;
  }
  .callback-field {
    width: 100% !important;
  }
  .eligibility-text {
    font-size: 13px !important;
    letter-spacing: 0px !important;
  }
  .block-text {
    font-size: 26px;
  }
  .navbar-new-index.sticky {
    background: url("../assets/header/Mobile Header background 1.png") no-repeat center center !important;
    background-size: cover !important;
  }
}
@media screen and (max-width: 440px) {
  .insta-header-container {
    min-height: 332px !important;
  }
  .hide-440 {
    display: none;
  }
  .show-440 {
    display: block;
  }
  .bridge-logo {
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .center-text {
    width: 70%;
  }
  .globe {
    height: 50% !important;
  }
  .remote-bridge {
    width: 60% !important;
  }
  .header-section {
    background: url("../assets/images/Landing page Mobile.png");
  }
  .yellow-box {
    background: url("../assets/images/Landing page Mobile.png") no-repeat center center;
    background-size: cover !important;
  }
  .job-assurance-box {
    background: url("../assets/ts-index/job-assurance-mob.jpeg");
  }
  .second-inside {
    margin-left: 30px !important;
  }
  .company-inner {
    padding: 11px;
  }
  .callback-field {
    width: 100% !important;
  }
  .scholar-button {
    width: 62% !important;
    padding: 1px 8px !important;
  }
  .eligibility-text {
    font-size: 13px !important;
    letter-spacing: 0px !important;
  }
  .trans-input,
  .numb-container {
    font-size: 11px !important;
  }
  .yellow-text {
    line-height: 3.2em !important;
  }
}
@media screen and (max-width: 400px) {
  .insta-header-container {
    min-height: 315px !important;
  }
  .yellow-text {
    font-size: 12px !important;
    line-height: 3.5em !important;
  }
  .watch-update {
    font-size: 9px !important;
  }
  .block-text {
    font-size: 24px;
  }
  .hide-400 {
    display: none;
  }
  .header-section {
    min-height: 294px;
  }
  .etextfields {
    padding: 20px 5% 20px 5% !important;
  }
  .centered {
    min-height: 160px;
  }
  .banner-text {
    font-size: 16px;
  }
  .bridge-logo {
    width: 150px;
  }
  .aswin-img {
    /* width: 315px; */
    width: 270px;
    bottom: 1px;
    right: -4px;
  }
  .aswin-index {
    width: 275px;
  }
  .T-C {
    font-size: 12px;
  }
  .address {
    width: 75%;
    margin: 8px 0px 0px 0px;
  }
  .header-section {
    background: url("../assets/images/Landing page Mobile.png");
  }
  .yellow-box {
    background: url("../assets/images/Landing page Mobile.png") no-repeat center center;
  }
  .job-assurance-box {
    background: url("../assets/ts-index/job-assurance-mob.jpeg");
  }
  .second-inside {
    margin-left: 0px !important;
    margin-top: 0px !important;
    padding: 11px;
  }
  .callback-company {
    width: 100px !important;
  }
  .second-c {
    margin-left: 0px !important;
  }
  .company-inner {
    padding: 0px !important;
  }
  .eligibility-text {
    font-size: 12px !important;
    letter-spacing: 0px !important;
  }
  .scholar-button {
    padding: 1px 2px !important;
  }
  .b-program {
    font-weight: 900 !important;
    font-size: 20px !important;
  }
  .b-content {
    font-size: 12px !important;
  }
  .tech-orientation {
    font: normal normal bold 14px/21px Roboto;
    padding: 5px;
  }
}
@media screen and (max-width: 360px) {
  .insta-header-container {
    min-height: 290px !important;
  }
}
@media screen and (max-width: 340px) {
  .insta-h-text {
    font-size: calc(15.28571px + 0.57143vw) !important;
  }
  .insta-regform-btn {
    font-size: 15px !important;
  }
  .insta-head {
    font-size: 28px !important;
  }
  .insta-story {
    font-size: 15px !important;
  }
  .hire-header {
    font-size: 14px;
  }
  .block-text {
    font-size: 20px;
  }
  .success-top {
    font: normal normal 700 28px/41px Open Sans;
  }
  .aswin-img {
    width: 240px;
    right: -15px;
    bottom: 2px;
  }
  .aswin-index {
    width: 240px;
    right: -4px;
    bottom: 2px;
  }
  .apply-text {
    font-size: 12px;
  }
  .header-section {
    min-height: 283px;
  }
  .insta-header-container {
    min-height: 257px !important;
  }
  .ts-i-btn {
    padding: 12px 0px;
  }
  .address {
    width: 84%;
    margin: 8px 0px 0px 0px;
  }
  .chat-boat {
    width: 250px;
  }
  .scholar-button {
    width: 70% !important;
    padding: 1px 2px !important;
  }
  .eligibility-text {
    font-size: 12px !important;
    letter-spacing: 0px !important;
  }
  .career-scholar {
    font-size: 14px;
  }
  .b-program {
    font-size: 18px !important;
  }
  .yellow-banner {
    height: 100px;
    justify-content: flex-start;
    margin-left: 0px;
  }
  .yellow-img {
    width: 75% !important;
  }
  .yellow-text {
    font-weight: 600 !important;
    font-size: 11px !important;
    text-align: start;
    margin-top: 0px !important;
  }
}
.material-textfield {
  position: relative;
  margin: 7px 0 0 0;
  width: 100%;
}

.material-label {
  position: absolute;
  font-size: 1rem;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  background-color: white;
  color: black;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: 0.1s ease-out;
  transform-origin: left top;
  pointer-events: none;
  font-size: 14px;
  color: currentColor;
  font-family: "Lato";
}

.material-input {
  font-size: 1rem;
  width: 100%;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  padding: 1rem 0.7rem;
  font-size: 14px;
  color: currentColor;
  font-family: "Lato";
  transition: 0.1s ease-out;
}

.material-span {
  transition: 0.1s ease-out;
}

.material-input:focus {
  border-color: #e26003;
  border: 2px solid #e26003;
}

.material-input:focus + .material-label {
  color: #e26003;
  top: 0;
  transform: translateY(-50%) scale(0.9);
}

.material-input:focus + .material-label .material-span {
  display: none;
}

.material-input:not(:placeholder-shown) + .material-label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
}

.material-input:not(:placeholder-shown) + .material-label .material-span {
  display: none;
}

.material-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.helpertext {
  color: #f44336;
  font-size: 11px;
  min-height: 15px;
  margin: 0px 0px 0px 10px;
  font-family: "Lato";
}

.material-container {
  padding-bottom: 25px;
}

.formError {
  border: 1px solid #f44336;
}

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 60px;
}

.company-27 {
  background-image: url("../assets/company-logo/fullerton.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-28 {
  background-image: url("../assets/company-logo/capgemini.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-29 {
  background-image: url("../assets/company-logo/jda.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-30 {
  background-image: url("../assets/company-logo/banca-sella-logo.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.company-31 {
  background-image: url("../assets/company-logo/thoughtworks.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 68%;
  background-position: center;
}

.image-award img {
  border-radius: 10px;
  width: calc(240px + 150 * (100vw - 350px) / 2050);
  height: calc(170px + 100 * (100vw - 350px) / 2050);
}

.award-section {
  background: no-repeat padding-box #f1ffb4;
  opacity: 1;
  padding: 95px 0;
}

.remote_text {
  text-align: left;
  font-size: 20px;
  letter-spacing: 0;
  color: #060606;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  opacity: 1;
}

.remote_answer {
  font-size: 18px;
  letter-spacing: 0;
  color: #000;
  width: 80%;
  opacity: 1;
  line-height: 24px;
  padding: 0 7px 0px;
}

.remote-faq {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 20px;
  padding: 15px 25px 10px 15px;
  border-radius: 3px;
}

.remote-faq:hover {
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
  transition: margin 225ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-section {
  background: no-repeat padding-box #f9fafb;
  padding-bottom: 80px;
}

.upremote {
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  padding: 3px;
  color: rgba(0, 0, 0, 0.54);
  transform: rotate(45deg);
  vertical-align: middle;
}

.canvas-wrapper {
  margin-bottom: 16px;
}

canvas {
  margin: 0 auto;
  display: block;
}

.terms {
  height: 64px;
  background-color: #001a33;
}

.termsHead {
  height: 100% !important;
}

.pdfsection {
  width: 100%;
  height: 100%;
}

.it-job-tag {
  padding: 12px 0px;
  border-radius: 5px;
}

.it-job-header {
  background-image: linear-gradient(to right, rgba(32, 26, 22, 0.4), rgba(32, 26, 22, 0.4)), url(https://img.bridgelabz.com/BL-Website-main-image.webp);
  min-height: 430px;
  width: 100% !important;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
}

.it-header {
  background-image: linear-gradient(to right, rgba(32, 26, 22, 0.4), rgba(32, 26, 22, 0.4)), url(https://img.bridgelabz.com/businessPara.webp);
  min-height: 385px;
  width: 100% !important;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
}

.it-job-centered {
  display: block;
}

.it-header-text {
  font-weight: 700;
  font-size: 0.9em;
  margin: 0;
  transform: scale(1.1);
}

.economic-head {
  font-size: calc(1.5rem + 0.25vw);
  margin: 2em 0 0.75em;
  color: #333;
  font-weight: 700;
  font-family: "Lato";
}

.jobText {
  line-height: calc(1.5em + 0.2vw);
  word-break: break-word;
  font-family: Elena !important;
  font-size: calc(18px + 0.25vw);
  font-feature-settings: "onum";
  color: #333;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  text-align: justify;
}

.hireHead {
  font-size: calc(1.5rem + 0.25vw);
  margin: 2em 0 0.75em;
  color: #333;
  font-family: "Lato";
}

.jobsection {
  width: 95%;
}

.techstack {
  font-size: 16px;
  font-weight: 200;
}

.navbar-new-index {
  padding: 0;
}

#itjob-navbar.navbar-new-index {
  position: unset;
}

#itjob-navbar.navbar-new-index.sticky {
  position: fixed !important;
  padding: 8px 20px !important;
}

#itjob-navbar.navbar-new-index.sticky .itjob-logo {
  height: 45px !important;
  width: 65px !important;
}

.navbar-section {
  padding: 0;
}

.itjob-img {
  width: 80%;
}

.itjob-tag {
  padding: 12px 0px;
}

/* menu bar */
.menuSection {
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  z-index: 3000;
  display: none;
  left: 0;
  right: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.menuBar {
  background-color: #001A33;
  width: 60%;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  overflow-y: auto;
}

.maintag {
  top: 25px;
  font-size: 15px;
  border: 2px solid #fff;
  padding: 15px 0;
  font-family: Lato, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: all ease-in 0.2s;
}

.remoteMenuBar {
  height: 380px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding-bottom: 20px;
  position: fixed;
  display: block;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  overflow-y: hidden;
  top: 0;
  left: 0;
  z-index: 1;
}

/* callback */
.callback-section {
  background-image: url(../assets/images/callbackBackground.bb35f8edd1b9b2cadb9e.png);
  width: 100%;
}

.callback-header {
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
  background-color: #0f2f5b;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

.callback-text {
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center;
  align-items: center;
  flex: 1 1 100%;
  max-width: 45%;
}

.first-c {
  background-color: #0f2f5b;
  color: #fff;
  font-size: 33px;
  padding: 20px;
  font-weight: 400;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.second-c {
  background-color: white;
  -webkit-clip-path: polygon(35px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(35px 0, 100% 0, 100% 100%, 0 100%);
  margin-left: -14px;
  flex: 1 1 0%;
  box-sizing: border-box;
}

.second-inside {
  flex-direction: column;
  box-sizing: border-box;
  display: flex;
  margin-left: 60px;
  margin-top: 12px;
}

.second-text {
  font-family: Lato;
  font-weight: 700;
  font-size: 35px;
  color: #0f2f5b;
  margin: -1px;
}

.callback-container {
  max-width: 55%;
  background: #fff;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
}

.hireNow-container {
  max-width: 55%;
  background: #fff;
}

.callback-company {
  width: 115px;
}

.company-inner {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.company-div {
  display: flex;
  box-sizing: border-box;
  /* justify-content: center; */
  /* width: calc((33.3333% - 0.666667px) * 1 + 0px); */
  height: 60px;
  align-items: center;
}

.more {
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center flex-end;
  align-items: center;
  text-align: end;
  font-family: "Lato";
  font-weight: 500;
  font-size: 15px;
  margin-right: 18px;
}

.touch-container {
  flex-direction: column;
  box-sizing: border-box;
  display: flex;
  flex: 1 1 100%;
  max-width: 90%;
}

.alldiv {
  width: 100%;
}

.lets-text {
  font-weight: 700;
  font-size: 15px;
  color: #001a33;
  margin: 10px 0;
  font-family: "Lato";
}

.callback-field {
  width: 31%;
  margin-bottom: 5px;
}

.callback-label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}

.callback-textfield {
  margin: 0px;
}

.call-btn {
  font-size: 16px;
}

.callhelpertext {
  font-size: 10px !important;
}

.call-material-content {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}

.callback-grid-field {
  width: 100%;
  margin-bottom: 10px;
}

.hire-box {
  padding: 15px 0;
}

.callback-b {
  line-height: 1.3 !important;
}

.watsapp-container {
  min-height: 95px;
}

.middle-container {
  min-height: calc(100% - 95px);
}

.watsimg {
  border-radius: 6px;
  width: 100%;
}

.orientation-v1 {
  content: url("../assets/whatsapp-orientation/static1@2x.jpg");
}

.orientation-v2 {
  content: url("../assets/whatsapp-orientation/orientationv2.jpg");
}

.orientation-v3 {
  content: url("../assets/whatsapp-orientation/orientationv3.jpg");
}

.orientation-v4 {
  content: url("../assets/instagram/Insta_orientation4.svg");
}

.wataspp-content {
  width: 60%;
  height: 60%;
}

.banner-content {
  max-width: 65%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  align-items: center;
  padding: 40px 80px 60px 80px;
}

.b-program {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #001a33;
  opacity: 1;
}

.v2-program {
  font-size: 20px;
}

.b-content {
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #001a33;
  opacity: 1;
}

.register-text {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.5px !important;
  color: #ffffff;
  text-transform: capitalize;
  opacity: 1;
}

.instagram-head-btn {
  font-size: 14px;
}

.insta-sec-1 {
  width: 23%;
  background-color: #f3f3ff;
  height: max-content;
}

.insta-learn {
  width: 85%;
  margin: 0 auto;
}

.insta-video {
  width: 80%;
}

.insta-video-container {
  background: url("../assets/instagram/video_bg.svg");
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.insta-header-container {
  background: url("../assets/instagram/Insta_web image.svg");
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-top: -19px;
}

.insta-sec-2 {
  width: 54%;
  background-color: #ffffff;
}

.insta-contactus {
  background: url("../assets/instagram/msg baground.svg");
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}

.instadialog-container {
  overflow-y: scroll;
  position: relative;
}

.insta-stories-1 {
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 21% 85%, 16% 100%, 10% 85%, 0% 85%);
  background: #ffffff;
  width: 75%;
  height: 150px;
}

.insta-stories-2 {
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 90% 85%, 85% 100%, 80% 85%, 0% 85%);
  background: #ffffff;
  width: 75%;
  height: 150px;
}

.instagram-company-item {
  background-color: #ffffff;
}

.learn-insta {
  min-height: 117px;
  height: 100%;
  border-radius: 5px;
}

.register-btn {
  width: 80%;
}

.o-insta-text {
  color: #e26003;
}

.b-insta-text {
  color: #008cff;
}

.y-insta-text {
  color: #efa500;
}

.g-insta-text {
  color: #7f961e;
}

.reg-insta {
  box-sizing: border-box;
  flex: 1 1 100%;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.3);
}

.insta-img {
  margin-right: 5px;
}

.learn-text {
  font-size: 18px;
}

.navbar-watsapp {
  padding: 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #ffffff;
}

.w-footer {
  padding: 0 8% !important;
}

.break-footer {
  display: none;
}

/* ejet */
.registerMain {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  width: 100vw;
}

.carouselDiv {
  width: 30%;
}

.sideImage {
  width: 100%;
  height: 100vh;
  image-rendering: -webkit-optimize-contrast;
}

.resgisterStatic {
  overflow: auto;
  flex: 1 1;
}

.headerDiv {
  height: 170px;
  width: 100%;
}

.parentDiv,
.innerDiv-parent,
.textfield-outer,
.emobileimg {
  width: 100%;
}

.blueText {
  text-align: center;
  letter-spacing: 0.64px;
  font: normal normal 600 16px/24px Roboto;
  color: #001a33;
  opacity: 1;
  align-self: center;
  font-size: calc(17.71429px + 0.09524vw);
  font-weight: 500;
  padding: 10px 20px;
  margin-left: 22px;
}

.innerDiv {
  margin: 0 auto;
  width: 85%;
  padding: 10px;
}

.ejetLogo {
  cursor: pointer;
  width: 84px;
  image-rendering: -webkit-optimize-contrast;
}

.ejetLogin {
  width: 120px;
  height: 40px;
  background: #0a0a08 0 0 no-repeat padding-box;
  border-radius: 3px;
  margin: 10px;
  text-align: left;
  font: normal normal normal 18px/24px Open Sans;
  letter-spacing: 0.72px;
  color: #fff;
  text-transform: capitalize;
  opacity: 1;
  cursor: pointer;
}

.ejet-input {
  height: 50px;
  font-family: "Roboto";
}

.textfieldHeader {
  background-color: #e4f1fc;
  height: 70px;
  width: 100%;
}

.eregister-form {
  flex-grow: 1;
  background-color: #fff;
  overflow: hidden;
}

.etextfield {
  width: 550px;
  align-self: center;
}

.eheaderText {
  font-size: calc(16.28571px + 0.57143vw);
  font-family: "Roboto";
  font-weight: 500;
  color: #001a33;
  text-transform: capitalize;
  opacity: 1;
  align-self: flex-start;
  width: 100%;
  padding: 10px 0;
  margin-top: 15px;
  text-align: center;
}

.etextfields {
  min-height: 200px;
  flex-wrap: wrap;
  padding: 20px 10% 20px 9%;
  align-self: flex-start;
}

.econditionalDiv {
  width: 100%;
  height: 45px;
  margin-top: 15px;
}

.SubmitButtonOpacity {
  background: #e26003 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #e26003;
  border-radius: 4px;
  text-align: left;
  font: normal normal medium 18px/24px Roboto;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.72px;
  color: #fff;
  text-transform: capitalize;
  opacity: 0.5;
  height: 45px;
  width: 100%;
  cursor: pointer;
}

.termsText {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 5px;
}

.termsText .tblueText {
  text-align: left;
  font-family: "Roboto";
  color: #001a33;
  opacity: 1;
  align-self: center;
  font-size: calc(12.01053px - 0.05263vw);
}

.eregister-form .privacyText {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pblueText {
  text-align: left;
  font-family: "Roboto";
  color: #001a33;
  opacity: 1;
  align-self: center;
  font-size: calc(12.01053px - 0.05263vw);
}

.eprivacy {
  color: -webkit-link;
}

.emobile {
  display: none;
}

/* index number */
.numb-container {
  color: #fff;
  background: #A67408;
  line-height: 20px;
  height: 35px;
  padding: 6px;
  width: 56%;
  font-family: "Roboto";
  border: 1px #A67408 solid;
  font-size: 16px;
  border-radius: 5px;
  letter-spacing: 2px;
}

.trans-input {
  border: 0px;
  width: 80%;
  letter-spacing: 2px;
  color: #fff;
  background: transparent;
}

.trans-input:focus {
  outline: none;
}

.trans-input::placeholder {
  color: #fff;
}

/* default country code phone */
.ejet-minput {
  padding: 1rem 0.7rem 1rem 3rem;
  font-size: 15px;
}

.ejet-mlabel {
  left: 10px;
  top: 35%;
}

.fixed-content:before {
  position: absolute;
  font-size: 1rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  top: 14px;
  content: "+91";
}

.fixed-content:before {
  left: 15px;
  color: grey;
}

.ejet-minput {
  border-color: red;
  border: 1px solid red;
}

.ejet-minput:focus {
  border-color: red;
  border: 2px solid red;
}

.ejet-minput + .material-label {
  color: black !important;
  top: 0;
  transform: translateY(-50%) scale(0.9);
}

.ejet-minput:not(:placeholder-shown) + .material-label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
}

.t-input {
  height: 50px !important;
  font: normal normal 500 14px/19px Roboto !important;
}

.t-label {
  font: normal normal 500 12px/13px Roboto;
  color: #606060;
}

.job-turtle {
  border-radius: 25px;
  padding-left: 20px;
}

.snackText {
  visibility: hidden;
  min-width: 250px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 8px;
  position: fixed;
  z-index: 10;
  bottom: 30px;
  font-size: 16px;
}

.snackText.show {
  visibility: visible;
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-items div {
  color: black;
  padding: 8px 16px;
  /* border: 1px solid transparent; */
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

.select-selected {
  color: black;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  background: #fff;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #B0B0B0;
  border-radius: 3px;
}

.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #B0B0B0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.list_item_select {
  text-align: left;
  font: normal normal 400 14px/19px Roboto;
  letter-spacing: 0px;
  color: #000000;
  padding: 6px 0;
  width: 100%;
}
.list_item_select:hover {
  background-color: rgba(211, 211, 211, 0.4901960784);
}

/* Mobile: stack questions vertically and make each question block full width */
@media (max-width: 767.98px) {
  .questions-container.tech-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px;
    align-items: stretch;
  }
  .questions-container.tech-section > div {
    width: 100% !important;
  }
  .questions-container.tech-section .question {
    width: 100% !important;
    justify-content: space-between !important;
    padding: 12px 16px !important;
  }
  .questions-container .answer {
    margin-left: 0 !important;
    padding-left: 16px !important;
  }
}
/* Override for small screens: set header min-height to 313px at <=600px */
@media screen and (max-width: 600px) {
  .header-section {
    min-height: 313px !important;
  }
  .header-section {
    background: url("../assets/images/Landing page Mobile.png") no-repeat center center;
    background-size: cover;
  }
}
/* Ultra-small screens: adjust ts-index layout for <=440px */
@media screen and (max-width: 440px) {
  .ts-index {
    min-height: 380px;
    display: flex;
    justify-content: end;
    margin-left: 104px;
  }
}
/* Tablet screens: 440px to 750px - use laptop background */
@media screen and (min-width: 440px) and (max-width: 750px) {
  .header-section {
    background: url("../assets/images/Landing page Laptop.png") no-repeat center center;
    background-size: cover;
  }
  .a-register-index {
    margin-left: 100%;
  }
  .ts-index {
    display: flex;
    justify-content: center;
    margin-left: 36% !important;
  }
}

/*# sourceMappingURL=index.css.map */
