@import url("https://fonts.googleapis.com/css2?family=Lato");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");


.a-register-index {
  cursor: pointer;
  width: 278px;
  margin-bottom: 168px !important;
  text-decoration: none;
  margin-left: 56%;
}


/* Social Icon */
.whats-app-logo:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.whats-app-logo:hover {
  -webkit-transform: scale(1.2);
  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 rgb(60 64 67 / 19%), 0 2px 6px 2px rgb(60 64 67 / 5%);
  /* box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%); */
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 65px;
  background-color: white;
  border-bottom: 5px solid #008cff;
  padding: 10px 6% 10px 13%;
}

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

.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;
  font: normal normal 600 19px/25px Roboto;
  opacity: 1;
  letter-spacing: 0.1em;
  padding-top: 1%;
}

.notify-link {
  text-decoration: underline;
  color: #0B07DF;
  /* padding-top: 2%; */
}

.notify-link:hover {
  color: #0095D4;
}

/* navbar-new styling */
.navbar-new {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 15px 1%;
  font-family: "Ubuntu", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-new.sticky {
  padding: 10px 0;
  background: #333;
  top: 0;
}

.tata-navbar.sticky {
  visibility: visible;
  background: #fff;
  box-shadow: 0px 4px 6px #0000003D;
  justify-content: space-between;
}

.tata-navbar.sticky img {
  content: url("../assets/header/BL_logo_index.png");
}

.tata-navbar {
  /* visibility: hidden; */
  justify-content: flex-end;
}

.tata-navbar.sticky .ts-img {
  display: block;
}

.tata-navbar .ts-img {
  display: none;
}

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

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

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

.navbar-new .max-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

.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: #fc80192e 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;
}

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

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

.remote-bridge {
  width: 65%;
}

.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;
}

.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;
  color: #000;
  font-family: Lato;
  text-transform: capitalize;
  opacity: 1;
  cursor: pointer;
  font-weight: 400;
}

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

.header-section {
  overflow: hidden;
  position: relative;
  min-height: 660px;
  background: url("../assets/images/1024x502-background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.insta-header-container {
  min-height: auto;
}

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

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

.yellow-box {
  /* background: url("../assets/tata-strive/Group\ 56392@2x.png"); */
  /* background: url("../assets/ts-index/desktop\ web\ banner\ \(1\).jpg"); */
  background: url("../assets/ts-index/BridgeLabz_website_27122024_wo.jpg");
  background-size: contain !important;
  background-repeat: no-repeat !important;
  /* background-size: 100% 100% !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;
}

.lateral-box {
  background: url("../assets/ts-lateral/desktopExp.jpg") !important;
  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%;
}

.orientation-banner {
  top: 0
}

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

.bannerHead {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 100%;
  z-index: 2;
}

.bk-banner {
  display: none;
  background-image: url('../assets/bookslot/book-slot-banner-web.svg');
  overflow: hidden;
  position: relative;
  min-height: 660px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
}

.drop-down-icon {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
}

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

.main-bteq-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100vh;
  background-image: url("../assets/bteq/bteq-web.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  overflow-x: hidden;
  overflow-y: auto;
  background-size: 100% 100%;
}

.bteq-form-section {
  min-width: 500px;
  width: 85%;
  /* height: 590px; */
  height: max-content;
  /* height: 700px; */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #979797;
  border-radius: 20px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}

.bteq-form-header {
  text-align: center;
  font: normal normal bold 20px/26px Roboto;
  /* font-size: calc(20px + (26 - 18) * ((100vw - 300px) / (2400 - 300))); */
  font-size: 21px;
  letter-spacing: 0px;
  color: #001A33;
  text-transform: capitalize;
  opacity: 1;
  width: 95%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bteq-top-header {
  width: 90%;
  height: 40px;
  background: #166FD1 0% 0% no-repeat padding-box;
  border-radius: 31px;
  text-align: center;
  font: normal normal 600 22px/35px Roboto;
  font-size: calc(15px + (26 - 18) * ((100vw - 300px) / (2400 - 300)));
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1.5rem;
}

.bteq-banner-mob {
  display: none;
}

.bteq-left-section {
  display: flex;
  width: 58%;
}

.bteq-right-section {
  border: 1px solid red;
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bteq-main-header {
  text-align: left;
  font: normal normal 600 26px/55px Roboto;
  letter-spacing: 0px;
  color: #001A33;
  opacity: 1;
}

.bteq-form-btn {
  width: 80% !important;
}

.bteq-field {
  width: 80% !important;
}

.bteq-submit-btn {
  background-color: #eea068 !important;
  color: #ffffff !important;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}

.bteq-submit-btn.actv {
  background: #e26003 !important;
  color: #ffffff !important;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}

.main-bookslot-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

.book-slot-left-section {
  display: flex;
  width: 100%;
}

.book-slot-right-section {
  display: flex;

}

.bl-bk {
  padding-top: 20px;
}

.bl-logo-bkslt {
  width: 153px;
  height: 98px;
}

.bk-header {
  text-align: left;
  font: normal normal 600 24px/32px Segoe UI;
  letter-spacing: 0px;
  color: #0A0A0A;
  opacity: 1;
}

.bk-subtitle {
  text-align: center;
  font: normal normal normal 16px/21px Segoe UI;
  letter-spacing: 0px;
  color: #0A0A0A;
  opacity: 1;
  padding: 5px;
}

.bk-strip {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 35px;
  background: #ECF4FD 0% 0% no-repeat padding-box;
  justify-content: center;
  align-items: center;
}

.bookslot-form {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.bookslot-submit-btn {
  background-color: #9cb4f6 !important;
  color: #ffffff !important;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}

.bookslot-submit-btn.actv {
  background: #3868EC !important;
  color: #ffffff !important;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}

.bk-form-btn {
  width: 50% !important;
}

.bk-field {
  width: 50% !important;
}

.bk-text {
  text-align: center;
  font: normal normal 600 15px/20px Segoe UI;
  letter-spacing: 0px;
  color: #030303;
  opacity: 1;
  padding: 25px;
}

.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.sticky .ts-bdr{
  border: 2px solid #fff !important;
} */
.navbar-new.sticky .ts-indx {
  color: #000000 !important;
}

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

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

.centered {
  color: #ffffff;
  font-size: 40px;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  z-index: 1;
  min-height: 397px;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

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

.story-container {
  width: 75%;
}

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

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

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

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

.yellow-container {
  width: 65%;
}

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

.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-opportunity {
  width: 85%;
}

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

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

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

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

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

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

.insta-ebook {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  font-family: 'Roboto';
}

#insta-thank-you-btn {
  width: 298px;
  height: 45px;
  background: #E26003 0% 0% no-repeat padding-box;
  border-radius: 23px;
  font: normal normal 600 17px/23px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: capitalize;
  opacity: 1;
  text-decoration: none;
}

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

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

.ph-icon {
  width: 30px;
  height: 30px;
  background: #2CC951;
  border-radius: 50%;
  position: absolute;
  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-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;
  /* -webkit-transition:  letter-spacing 2s ease;
  -moz-transition:  letter-spacing 2s ease;
  transition:  letter-spacing 2s ease; */
}

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

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

.e-insta {
  width: 50%;
}

.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;
}

.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%;
}

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

.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%;
}

.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");
  /* width: auto; */
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.ts-index-img {
  content: url("../assets/index/popup_new_web_25112024.jpg");
  border-radius: 10px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ts-index-img1{
  content: url("../assets/index/popup_new_web_25112024.jpg");
  border-radius: 10px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.btn.apply-btn {
  margin-top: 255px !important;
}
.btn.apply-btn-rcb {
  margin-top: 0px !important;
}
.btn1 .apply-btn1{
  margin-top: 151px !important;
}

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

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

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

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

}

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

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

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

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

.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 #00000029;
  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-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);
}

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

.block-head {
  background: #80808078 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}

.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;
}

.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-left: 10px;
  text-transform: capitalize;
}

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

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

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

.success-container {
  background: #efa500a8 0% 0% no-repeat padding-box;
}

.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;
}

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

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

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

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

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

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

.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;
}

.apply-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;
}

.check-eligibility {
  padding: 5px !important;
  background: #F2720E 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #F2720E;
  border-radius: 9px;
  opacity: 1;
  text-align: center;
  font: normal normal 22px/32px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
  width: 355px;
  font-weight: 500;
}

.index-option {
  font: normal normal bold 13px/15px Roboto;
  letter-spacing: 0.17px;
  color: #000000;
}

.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 {
  /* justify-content: center; */
  display: flex;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  font-family: 'Lato';
  letter-spacing: 1px;
  background-color: #f5f5f59e;
  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-content {
  padding: 6px 6px 11px 6px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  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;
}

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

@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%;
  /* padding: 18px; */
  justify-content: center;
  align-items: center;
}

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

.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 + (29 - 18) * ((100vw - 300px) / (2400 - 300)));
}

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

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

/* Count Section */
.count-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.count-section-lateral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #f8f8f8;
}

.bussiness-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

/* Count Section */
.experiential-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #008cff;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.learning-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.learning-content .l-c-sub {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* Alumini Section */
.alumini-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.alumini-text {
  text-align: center;
  font-weight: 500 !important;
  font-size: 40px !important;
  font-size: calc(22px + (60 - 22) * ((100vw - 300px) / (2400 - 300)));
  line-height: calc(40px + (85 - 40) * ((100vw - 300px) / (2400 - 300)));
  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 + (60 - 22) * ((100vw - 300px) / (2400 - 300)));
  line-height: calc(40px + (85 - 40) * ((100vw - 300px) / (2400 - 300)));
  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 + (60 - 22) * ((100vw - 300px) / (2400 - 300)));
  line-height: calc(40px + (85 - 40) * ((100vw - 300px) / (2400 - 300)));
  letter-spacing: 0px;
  color: #001a33;
  opacity: 1;
  font-weight: 100;
  text-transform: capitalize;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.news-text {
  letter-spacing: 0.1em !important;
  text-align: center;
  font-weight: 400 !important;
  font-size: 40px !important;
  font-size: calc(22px + (60 - 22) * ((100vw - 300px) / (2400 - 300)));
  line-height: calc(40px + (85 - 40) * ((100vw - 300px) / (2400 - 300)));
  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 + (60 - 22) * ((100vw - 300px) / (2400 - 300)));
  line-height: calc(40px + (85 - 40) * ((100vw - 300px) / (2400 - 300)));
  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 + (60 - 22) * ((100vw - 300px) / (2400 - 300)));
  line-height: calc(40px + (85 - 40) * ((100vw - 300px) / (2400 - 300)));
  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 + (60 - 22) * ((100vw - 300px) / (2400 - 300)));
  line-height: calc(40px + (85 - 40) * ((100vw - 300px) / (2400 - 300)));
  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;
}

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

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

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

.orangerectangle {
  background-color: #e26003;
}

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

.yellowrectangle {
  background-color: #efa500;
}

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

.thank-img {
  width: 100%;
}

.contactus {
  /* width: 75%; */
  width: 450px;
  height: 350px;
  margin-bottom: 100px;
}

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

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

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

.alumini-container {
  padding: 0px 8% 5% 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hide {
  margin-left: 1%;
}

.card {
  background-color: #c5c5c585 !important;
  min-height: 350px;
  width: 400px;
  position: relative;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card .cardInside {
  min-height: inherit;
  width: 100%;
}

.card .cardInside .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: 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;
  -webkit-transition: all 0.2s ease-in-out;
  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 */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

/*  Header icons */
.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;
  border-radius: 50%;
  border: none;
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%),
    0 1px 18px 0 rgb(0 0 0 / 12%);
  cursor: default;
}

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

.tech-btn-3 {
  background-color: #e8a102;
  width: 84px;
  height: 84px;
  margin-right: 12px;
  z-index: 1;
  border-radius: 50%;
  border: none;
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%),
    0 1px 18px 0 rgb(0 0 0 / 12%);
  cursor: default;
}

.tech-btn-4 {
  background-color: #0071c6;
  width: 84px;
  height: 84px;
  margin-right: 12px;
  z-index: 1;
  border-radius: 50%;
  border: none;
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%),
    0 1px 18px 0 rgb(0 0 0 / 12%);
  cursor: default;
}

.tech-btn-5 {
  background-color: #2e367a;
  width: 84px;
  height: 84px;
  margin-right: 12px;
  z-index: 1;
  border-radius: 50%;
  border: none;
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%),
    0 1px 18px 0 rgb(0 0 0 / 12%);
  cursor: default;
}

.tech-btn-6 {
  background-color: #7f961e;
  width: 84px;
  height: 84px;
  margin-right: 12px;
  z-index: 1;
  border-radius: 50%;
  border: none;
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%),
    0 1px 18px 0 rgb(0 0 0 / 12%);
  cursor: default;
}

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

/* it job  */

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

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

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

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

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

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

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

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

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

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

.remote-logo {
  width: 300px !important;
}
/* no media query */
.aswin-image {
  content: url("../assets/index/narayan_png_web.png");
}

.tata-strive-aswin {
  content: url("../assets/tata-strive/Mask\ Group\ 2@2x.png");
}

.scholarship-container {
  width: 100%;
}

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

.insta-banner-content {
  display: flex;
  align-items: center;
  width: 58%;
  height: auto;
  margin: 0 auto;
}

.insta-main-content {
  text-align: left;
  font: normal normal 600 16px/10px Roboto;
  letter-spacing: 0px;
  color: #001A33;
}

.intsta-terms {
  text-align: left;
  font: normal normal 600 8px/10px Roboto;
  letter-spacing: 0.32px;
  color: #001A33;
}

#moreText {
  display: inline;
}

#dots {
  display: none;
  font: normal normal bold 12px/14px Roboto;
  letter-spacing: 0px;
  color: #E26003;
  text-decoration: underline;
}

#main-webinar-section {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  width: 100%;
  /* height: 127vh; */
  background-image: url('../assets/bookslot/webBg.png');
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-top: 3rem; */
}

.set-height {
  height: 942px;
}

.webinar-container {
  width: 643px;
  height: 678px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  flex-direction: column;
}

.webinar-text {
  font: normal normal 900 32px/48px Kanit;
  letter-spacing: 0px;
  color: #001A47;
  opacity: 1;
}

.webinar-sub-text {
  font: normal normal normal 16px/24px Kanit;
  letter-spacing: 0px;
  opacity: 1;
  /* width: 420px; */
  /* margin: 0 auto; */
}

.webinar-sub2-text {
  text-align: center;
  font: normal normal 900 18px/27px Kanit;
  letter-spacing: 0px;
  color: #001A47;
  opacity: 1;
  width: 257px;
  height: 28px;
  background: #FFF9E0 0% 0% no-repeat padding-box;
  opacity: 1;
  align-items: center;
  /* margin: 0 auto; */
}

.webinar-sub3-text {
  text-align: center;
  font: normal normal 900 13px/17px Montserrat;
  letter-spacing: 0px;
  color: #001A47;
  opacity: 1;
  width: 400px;
  /* margin: 0 auto; */
}

.text-span-webinar {
  color: #F2720E;
}

.container-webinar {
  width: 600px;
  border-radius: 8px;
}

.webinar-form {
  width: 90%;
}

.ebook-section {
  background: #ffffff !important;
  min-height: 450px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#ebook-section {
  display: none;
}

.ebook-section-text {
  text-align: justify;
  font: normal normal 600 32px/48px Kanit;
  letter-spacing: 0px;
  color: #001A47;
  /* text-transform: capitalize; */
  opacity: 1;
  margin: 0;
}

.ebook-img {
  width: 421px;
  height: 370px;
}

.ebook-info-btn {
  width: 42px;
  position: absolute;
  height: 290px;
  background: #008CFF 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
  border-radius: 42px 0px 0px 42px;
  opacity: 1;
  display: flex;
  align-items: center;
  align-self: flex-end;
  justify-content: center;
  cursor: pointer;
  flex-direction: column;
}

.ebook-closed-txt {
  writing-mode: vertical-lr;
  transform: scale(-1, -1);
  text-align: center;
  font: normal normal 600 16px/25px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: capitalize;
  opacity: 1;
}

.ebook-header {
  text-align: center;
  font: normal normal 600 20px/30px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: capitalize;
  opacity: 1;
}

.ebook-content {
  width: 412px;
  height: 154px;
  text-align: justify;
  font: normal normal normal 14px/21px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ebook-opened-txt {
  display: none;
}

.arrow-dn {
  display: none;
}

#insta-main2 {
  display: none;
}

.half {
  min-height: auto;
}

.set-dimensions {
  max-height: fit-content !important;
}

.green-background {
  background: #7f961e 0% 0% no-repeat padding-box !important;
  border: 2px solid #7f961e !important;
}

.blue-background {
  background: #245583 0% 0% no-repeat padding-box !important;
  border: 2px solid #245583 !important;
}

.register-lateral {
  width: 445px;
  height: 57px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 9px;
  margin-left: 57%;
  margin-top: -1rem !important;
  padding-top: 10px !important;
  text-align: center;
  font: normal normal 900 25px/33px Roboto;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

.set-text-smaller {
  width: 160px;
  font-size: 18px !important;
}

.lateral-pop-up {
  width: 300px;
  text-align: center;
  font: normal normal 800 20px/24px Raleway
}

.lateral-header {
  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;
  padding-right: 16rem;
  text-align: center;
  font: normal normal 500 25px/38px Poppins;
  letter-spacing: 0px;
  color: #001A47;
  opacity: 1;
}

.vl {
  border-left: 2px solid #A7B957;
  height: 160px;
}

.m-tl {
  margin-left: 12px;
  margin-top: 7px;
}

.pl-45 {
  padding-left: 45px !important;
}

.logo-section-workshop img {
  width: 100%;
}

.arrow-cont {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 135px;
  right: 50px;
  cursor: pointer;
  animation: MoveUpDown 1s linear infinite;
  z-index: 1;
}

.wk {
  width: 90% !important;
  margin: 0 auto !important;
  margin-bottom: 7px !important;
}

.wk-btn {
  width: 90%;
  height: 48px;
  background: #82bae8 0% 0% no-repeat padding-box;
  border-radius: 5px;
  text-align: center;
  font: normal normal 600 20px/27px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  border: none;
  margin: 0 auto;
}

.wk-btn.actv {
  width: 90%;
  height: 48px;
  background: #008CFF 0% 0% no-repeat padding-box;
  border-radius: 5px;
  text-align: center;
  font: normal normal 600 20px/27px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  border: none;
  margin: 0 auto;
}

.invert-img {
  filter: invert(100%);
}

.reg-wk-section {
  display: flex;
  justify-content: center;
}

.reg-wk-section img {
  margin-top: 40px;
}

.reg-wk-text {
  text-align: center;
  font: italic normal normal 18px/24px Segoe UI;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 0.6;
}

.reg-wk-cont {
  width: 794px;
  height: 31px;
  text-align: center;
  font: normal normal normal 23px/31px Segoe UI;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin: 0 auto;
  margin-top: 30px;
}

.reg-container-form {
  width: 1195px;
  height: 610px;
  background: rgba(240, 48, 100) 0% 0% no-repeat padding-box;
  opacity: 1;
  margin: 0 auto;
  /* margin-top: -200px; */
  margin-top: -16%;
  display: flex;
  justify-content: space-around;

}

.wk-content-text,
.cl-content-text {
  width: 500px;
  text-align: left;
  font: normal normal bold 42px/55px Segoe UI;
  letter-spacing: 0px;
  margin: 0 auto;
  color: #000000;
  margin-left: 3rem;
  margin-top: 1.5rem;
}

.cl-content-text {
  width: 600px;
  font: normal normal 600 42px/55px Kanit;
  margin-left: 5px;
}

.white {
  color: #ffffff;
  font-weight: bold;
}

.wk-about-sec {
  /* width: 350px;
  height: 40px; */
  text-align: left;
  font: normal normal bold 30px/37px Segoe UI;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  /* margin: 0 auto; */
  /* padding-top: 30px;
  margin-bottom: 30px; */

}

.wk-success-sec {
  /* width: 400px;
  height: 40px; */
  text-align: center;
  font: normal normal bold 30px/37px Segoe UI;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 50px;
  /* margin: 0 auto; */
  /* margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px; */
}

.wk-about-content {
  width: 60%;
  height: 124px;
  text-align: center;
  font: normal normal normal 23px/31px Segoe UI;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-top: 50px;
  /* margin: 0 auto; */
  /* margin-bottom: 30px;
  padding-top: 20px; */
}

.no-bullet {
  border-block-end-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 3rem;
  font: normal normal 600 16px/26px Roboto;
  letter-spacing: 0px;
  color: #FFFEFF;
  text-transform: capitalize;
  opacity: 1;
  margin-top: 1.5rem;
}

.rg-right {
  width: 465px;
  height: 570px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  opacity: 1;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.wk-reg-btn,
.cl-reg-btn {
  text-decoration: none;
  background: #008CFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 10px #000000a6;
  border-radius: 16px;
  opacity: 1;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 29px;
  color: white;
  margin-top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -15px;
  text-align: center;
  font: normal normal 600 14px/19px Segoe UI;
}

.wk-reg-btn:hover,
.cl-reg-btn:hover {
  color: white;
}

.workshop-about-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.workshop-header {
  width: auto;
  text-align: center;
  font: normal normal 900 28px/34px Kanit;
  letter-spacing: 0px;
  color: #F12059;
  opacity: 1;
  margin: 0 auto;
  padding: 30px;
}

.wk-cont-sec {
  display: flex;
  justify-content: space-evenly;
  padding: 20px;
}

.wk-cont-sec .card1 {
  width: 365px;
  height: 493px;
  background: #F14473 0% 0% no-repeat padding-box;
  opacity: 1;
  padding-left: 10px;
}

.wk-cont-sec .card2 {
  width: 365px;
  height: 493px;
  background: #FFF0F4 0% 0% no-repeat padding-box;
  opacity: 1;
  margin-top: -10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wk-cont-sec .card2 .wk-content {
  width: 291px;
  height: 175px;
  text-align: center;
  font: normal normal normal 19px/28px Segoe UI;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding-top: 10px;
}

.wk-avatar {
  width: 130px;
  height: 130px;
  opacity: 1;
  margin-top: 40px;
}

.wk-sc-name {
  text-align: center;
  font: normal normal 600 23px/28px Segoe UI;
  letter-spacing: 0px;
  color: #EC2158;
  opacity: 1;

}

.wk-tech {
  width: 200px;
  height: 24px;
  text-align: center;
  font: normal normal normal 18px/28px Segoe UI;
  letter-spacing: 0px;
  color: #646464;
  opacity: 1;
  margin-top: 10px;
}

.wk-cm {
  margin-top: 10px;
}

.wk-cm img {
  height: 51px;
}

.wk-social-handle {
  /* height: 276px; */
  width: 100%;
  background: #FDEEF2 0% 0% no-repeat padding-box;
  opacity: 1;
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.wk-social-head {
  /* width: 271px;
    height: 33px; */
  text-align: left;
  font: normal normal 600 25px/33px Segoe UI;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
  margin-top: 50px;
}

.wk-insta-handle {
  display: flex;
  justify-content: space-around;
  width: 75%;
  margin-top: 30px;
  margin-bottom: 80px;
}

.wk-social-insta {
  width: 78px;
  height: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.wk-social-title {
  font: normal normal 600 19px/26px Segoe UI;
  letter-spacing: 0px;
  color: #000000;
  text-transform: lowercase;
  opacity: 1;
  padding-top: 10px;
}

.wk-content {
  padding-left: 30px;
  text-align: left;
  font: normal normal 600 14px/22px Poppins;
  letter-spacing: 0px;
  color: #FFFEFF;
  text-transform: capitalize;
  opacity: 1;
}

.wk-dt {
  font: normal normal 600 23px/31px Roboto;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding-left: 48px;
  text-decoration: underline;
  text-decoration-color: white;
  text-underline-position: under;
  text-underline-offset: 5px;
  margin-top: 20px;
}

.wk-timer {
  padding-top: 20px;
  padding-left: 48px;
  display: flex;
  flex-direction: row;
}

.wk-tm-box {
  width: 121px;
  height: 110px;
  background: #840c37 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wk-tm-time {
  text-align: center;
  font: normal normal 600 45px/68px Kanit;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

.wk-tm-sub-time {
  text-align: center;
  font: normal normal 300 12px/18px Kanit;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
}

.reg-workshop-section {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.section-succes-stories {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}

.set-q {
  width: 15px;
}

.logo-et {
  display: flex;
  position: absolute;
  /* margin-top: -350px; */
  width: 100%;
  top: 53%;
  justify-content: space-evenly;
  height: 97px;
  background: rgba(253, 277, 234, 0.1) 0% 0% no-repeat padding-box;
  opacity: 1;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-et .header {
  text-align: center;
  font: normal normal bold 31px/41px Segoe UI;
  letter-spacing: 0px;
  color: #F14473;
  opacity: 1;
  margin-left: 10px;
}

.logo-et .subtitle {
  text-align: left;
  font: normal normal normal 18px/24px Segoe UI;
  letter-spacing: -0.09px;
  color: #FFFFFF;
  opacity: 1;
}

.logo_subtitle2 {
  text-align: center;
  font: normal normal normal 18px/24px Segoe UI;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 0px 66px #000000;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.logo_mac_subtitle {
  text-align: left;
  font: normal normal bold 18px/24px Segoe UI;
  letter-spacing: -0.09px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
}

.sell-fast-logo {
  background-image: url('../assets/register-workshop/SeatsfillingShapeWeb.svg');
  background-repeat: no-repeat;
  margin-left: 10rem;
  margin-top: 15px;
}

.sell-fast-logo .title {
  width: 230px;
  height: 40px;
  text-align: center;
  font: normal normal 600 18px/24px Segoe UI;
  letter-spacing: 0px;
  color: #FF1857;
  opacity: 1;
  padding: 5px;
}

.wk-thank-you {
  background-image: url("../assets/register-workshop/congoWeb.png");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100% 100%;
}

.thanks-container {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  align-items: center;
}

.thanks-card {
  width: 741px;
  height: 580px;
  background: transparent linear-gradient(180deg, #A4002C 0%, #F14473 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  opacity: 1;
  align-items: center;
  justify-content: center;
  margin-top: -50px;
}

.thanks-card .title {
  text-align: center;
  font: normal normal 600 40px/45px Kanit;
  letter-spacing: 0px;
  color: #FAFF72;
  text-transform: uppercase;
  opacity: 1;
  margin-top: 15px;
}

.thanks-card .subtitle {
  width: 70%;
  height: 45px;
  text-align: center;
  font: normal normal 600 25px/30px Kanit;
  letter-spacing: 0px;
  color: #FEFEFE;
  margin: 0 auto;
  margin-top: 15px;
}

.thanks-card .title1 {
  text-align: center;
  letter-spacing: 0px;
  color: #FAFF72;
  text-transform: uppercase;
  opacity: 1;
  margin-top: 40px;
  font: normal normal 600 50px/75px Kanit;
}

.thanks-card .subtitle1 {
  width: 70%;
  text-align: center;
  font: normal normal 900 35px/53px Kanit;
  letter-spacing: 0px;
  color: #FEFEFE;
  margin: 0 auto;
  margin-top: 25px;
}

.thanks-card .subtitle2 {
  width: 349px;
  height: 63px;
  text-align: center;
  font: normal normal normal 22px/30px Segoe UI;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.thanks-card .timer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 3rem;
  margin-top: 40px;
}

.thanks-card .wk-attend-btn {
  width: 241px;
  height: 50px;
  background: #008CFF 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer;
}

.wk-btn-text {
  text-align: left;
  font: normal normal 900 20px/26px Roboto;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

.thanks-card .footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 20px;
}

.wk-footer-text {
  text-align: center;
  font: normal normal normal 14px/19px Segoe UI;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.thanks-card .logo {
  margin-top: 20px;
}

.college-strip {
  width: 100%;
  height: 72px;
  position: absolute;
  top: 32%;
  background: rgb(255, 255, 255, 0.5) 0% 0% no-repeat padding-box;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.college-strip .text {
  text-align: left;
  font: normal normal 600 25px/33px Roboto;
  letter-spacing: 0px;
  color: #1F0F12;
  text-transform: capitalize;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mk-top-25 {
  margin-top: -30%;
  width: 100%;
  height: 640px;
}

.cl-text-congo {
  width: 402px;
  height: 42px;
  text-align: center;
  font: normal normal 600 16px/21px Segoe UI;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

.text-mixed-roboto {
  font-family: "Segoe UI", "Roboto";
}

.cl-nobullet {
  margin-left: 5px;
  margin-top: 10px;
}

.cl-subtitle-text {
  margin-top: 30px;
  text-align: left;
  font: normal normal bold 35px/35px Roboto;
  letter-spacing: 0px;
  color: #000000;
  margin-left: 5px;
}

.cl-box {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 20px;
}

.cl-box-container {
  width: 190px;
  height: 150px;
  background: #FFF3F3 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  display: flex;
  flex-direction: column;
}

.cl-title {
  text-align: left;
  font: normal normal 600 15px/20px Roboto;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  margin-left: 13px;
  margin-top: 20px;
}

.cl-subtitle {
  text-align: left;
  font: normal normal normal 12px/20px Roboto;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  margin-left: 13px;
}

.text-black {
  color: #000000;
}

.font-roboto {
  font-family: "ROBOTO";
}

.cl-topic-subtitle {
  text-align: left;
  text-decoration: underline;
  font: normal normal 600 30px/55px Kanit;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.zero-cost-strip {
  background: rgb(241, 103, 139) 0% 0% no-repeat padding-box;
  width: 60%;
  margin-left: -30px;
  position: absolute;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin-top: 22px;
  z-index: 0;
  font: normal normal bold 15px/20px Roboto;
  opacity: 1;
  height: 33px;
}

.zero-cost-strip .text {
  margin-left: 15rem;
}

.mixed-font {
  font-family: "Segoe UI", "Roboto" !important;
}

.grey-bg {
  background: #F5F5F5 0% 0% no-repeat padding-box;
}

.my-slider {
  width: 34px;
  height: 3px;
  background: #FFF0F4 0% 0% no-repeat padding-box;
  border: 1px solid #F2DBE1;
  border-radius: 4px;
  opacity: 0.71;
  margin-left: 20px;
  margin-right: 20px;
}

.my-slider.actv {
  width: 34px;
  height: 3px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  opacity: 1;
  margin-left: 20px;
  margin-right: 20px;
}

.cl-thanks-card {
  height: 515px;
}

.my-container {
  position: absolute;
}

.lft {
  width: 350px;
}

.rft {
  width: 370px;
}

.font-20 {
  font-size: 20px !important;
}

.font-18 {
  font-size: 18px !important;

}

.f-wt-600 {
  font-weight: 600;
}

.bk-slt-img {
  width: 100%;
  height: 206px;
}

.refer-n-register {
  margin-bottom: 10px;
  margin-top: 15px;
  width: 100%;
}

.customRadioBtn {
  /* display: flex; */
  display: grid;
  grid-template-columns: 100%;
  gap: 5px;
}

.customRadioBtn .selection {
  /* margin-right: 10px; */
  /* margin-bottom: 1em; */
  /* width: max-content; */
  word-wrap: break-word;

}

.customRadioBtn .selection label {
  display: inline-block;
  background-color: #42b4d6;
  border-radius: 6px;
  color: #ffffff;
  padding: 0.5em;
  cursor: pointer;
}

.customRadioBtn .selection label:hover {
  background-color: #5fc0dc;
}

.customRadioBtn .selection input[type="radio"] {
  display: none;
}

.customRadioBtn .selection input[type="radio"]:checked~label {
  background-color: #F2720E;
}

.grid-change {
  display: flex;
  flex-wrap: wrap;
}

.r-header {
  text-align: left !important;
  margin-left: 20%;
}

.ticker {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  background: #E0FCD8 0% 0% no-repeat padding-box;
  opacity: 1;
  margin-top: 13px;
}

.ticker .text {
  font: normal normal normal 15px/20px Roboto;
  letter-spacing: 0px;
  color: #001A47;
  text-align: center;
}

.content-section {
  display: flex;
  justify-content: space-between;
  /* height: 18em; */
}

.content-section .left-section {
  display: flex;
  flex-direction: column;
  margin-left: 7%;
  z-index: 1;
}

.content-section .left-section .title {
  text-align: left;
  font: normal normal bold 39px/52px Roboto;
  letter-spacing: 0px;
  color: #001A47;
  opacity: 1;
  margin-top: 35px;
}

.content-section .left-section .subtitle {
  text-align: left;
  font: normal normal 900 28px/37px Roboto;
  letter-spacing: 0px;
  color: #001A33;
  opacity: 1;
  margin-top: 36px;
}

.content-section .left-section .description {
  text-align: left;
  font: normal normal normal 16px/21px Roboto;
  letter-spacing: 0px;
  color: #001A47;
  opacity: 1;
  margin-top: 10px;
  width: 394px;
  margin-bottom: 1rem;
}

.content-section .right-section {
  display: flex;
}

.content-section .right-section .form {
  width: 431px;
  height: 504px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 12px #00000040;
  border-radius: 10px;
  opacity: 1;
  margin-right: 9.5rem;
  margin-top: 40px;
  z-index: 1;
}

.refer-bottom-back {
  width: 100%;
  background: transparent url('../assets/referral-banners/ReferralWeb.png');
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  overflow: hidden;
  background-size: 100% 100% !important;
  min-height: 50vh;
  position: absolute;
}

.reffer-nav {
  text-transform: capitalize;
  opacity: 1;
  align-self: flex-start;
  width: 100%;
  padding: 10px 0;
  color: #001A47;
  font: normal normal 900 25px/33px Roboto;
  text-align: left !important;
  margin-left: 20%;
}

.r-nav img {
  width: 65px;
  height: 41px;
}

.thk-title {
  font: normal normal bold 38px/50px Roboto;
  letter-spacing: 0px;
  color: #F57418;
  text-shadow: 0px 1px 2px #00000029;
  opacity: 1;
  margin-top: 25px;
  text-align: center;
}

.thk-subtitle {
  width: 416px;
  height: 45px;
  text-align: center;
  font: normal normal normal 16px/24px Roboto;
  letter-spacing: 0px;
  color: #001A47;
  opacity: 1;
}

.thk-subtitle1 {
  width: 220px;
  height: 42px;
  text-align: center;
  letter-spacing: 0px;
  color: #001A33;
  text-transform: uppercase;
  opacity: 0.92;
  margin: 0 auto;
  margin-top: 25px;
}

.thk-logos {
  margin-top: 46px;
  display: flex;
}

.thk-logos img {
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.thk-logos .title {
  font: normal normal 900 9px/13px Roboto;
  text-align: center;
  color: #001A33;
  margin-top: 5px;
}

.hr-line {
  width: 74.5px;
  border-color: hsla(0, 0%, 0%, 0.5);
  margin-left: 15px;
  margin-right: 15px;
}

.hr-font {
  text-align: left;
  font: normal normal bold 10px/13px Roboto;
  letter-spacing: 0px;
  color: #001A33;
  text-transform: uppercase;
  opacity: 0.92
}

.r-box {
  width: 211px;
  height: 39px;
  border: 1px solid #DEDEDE;
  border-radius: 1px;
  opacity: 1;
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
  font: normal normal 900 14px/19px Roboto;
}

.r-box-btn {
  width: 121px;
  height: 39px;
  background: #F16B0C 0% 0% no-repeat padding-box;
  border-radius: 1px;
  font: normal normal bold 16px/21px Roboto;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hr-line-congo {
  width: 90%;
  height: 1px;
  background: #4DB6AC 0% 0% no-repeat padding-box;
  opacity: 0.5;
  margin-top: 35px;
}

#referCodeMob {
  white-space: nowrap;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
  text-overflow: ellipsis;
  width: 130px;
}

#referCodeWeb {
  white-space: nowrap;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
  text-overflow: ellipsis;
}


@media screen and (max-width: 650px) {
   
  .a-register-index {
    cursor: pointer;
    width: 184px;
    margin-bottom: 97px !important;
    text-decoration: none;
    margin-left: 33%;
    margin-top: 270px;
  }

  .span-register-index {
    font-size: 20px !important;
    width: 100% !important;
  }

  .hr-line-congo {
    margin-top: 25px;
  }

  .set-height {
    height: 825px;
  }

  .set-sm-size {
    width: 50px;
  }

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

  .check-eligibility {
    /* padding: 0px !important; */
    background: #F2720E 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #F2720E;
    border-radius: 4px;
    opacity: 1;
    text-align: center;
    font: normal normal 22px/27px Roboto !important;
    letter-spacing: 0px;
    color: #fff;
    width: 355px;
    /* font-weight: 500; */
  }

  .set-text-smaller {
    width: 115px !important;
    font-size: 12px !important;
  }

  .company-logo-container {
    -ms-grid-columns: repeat(2, 1fr) !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .remote-company-logo {
    -ms-grid-columns: repeat(2, 1fr) !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .lateral-pop-up {
    width: 230px;
    text-align: center;
    font: normal normal 800 18px/24px Raleway
  }

  .reg-container-form {
    margin-top: 28px;
    width: 100%;
    flex-direction: column;
    height: auto;
  }

  .wk-reg-btn {
    margin-top: 12px;
  }

  .cl-reg-btn {
    margin-top: -45px;
  }

  .mk-top-25 {
    margin-top: -30px !important;
    background: #F5F5F5 0% 0% no-repeat padding-box;
  }

  .rg-left {
    background: rgba(240, 48, 100) 0% 0% no-repeat padding-box;
    height: auto;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .wk-content-text {
    font: normal normal bold 22px/26px Segoe UI;
    width: 300px;
    height: 28px;
    margin-left: 3.8rem;
  }

  .cl-content-text {
    font: normal normal bold 22px/26px Roboto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .no-bullet {
    text-align: justify;
    font: normal normal 600 12px/20px Roboto;
    letter-spacing: 0px;
    color: #FFFEFF;
    text-transform: capitalize;
    opacity: 1;
    margin-top: 60px;
    margin-left: 3.8rem;
  }

  .rg-right {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 1rem;
    padding-bottom: 3rem;
    margin-top: 2rem;
    height: 550px;
  }

  .wk-btn {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 52px;
  }

  .workshop-header {
    font: normal normal bold 22px/28px Kanit;
  }

  .wk-about-sec {
    font: normal normal bold 20px/27px Segoe UI;
    /* width: 230px;
    height: 27px; */
  }

  .wk-about-content {
    width: 85%;
    height: auto;
    text-align: center;
    font: normal normal normal 11px/15px Segoe UI;
    margin-top: 5px;
  }

  .wk-success-sec {
    /* width: 240px;
    height: 27px; */
    margin-top: 0;
    font: normal normal bold 20px/27px Segoe UI;
  }

  .wk-cont-sec {
    display: flex;
    justify-content: unset;
    padding: 0;
    width: 100%;
    overflow-y: scroll;
  }

  .wk-cont-sec .card1 {
    height: 317px;
    margin-right: 30px;
    margin-left: 10px;
  }

  .wk-cont-sec .card2 {
    width: 235px;
    height: 317px;
  }

  .wk-avatar {
    width: 84px;
    height: 84px;
    margin-top: 30px;
  }

  .wk-avatar img {
    width: 84px;
    height: 84px;
  }

  .wk-cont-sec .card2 .wk-content {
    width: 210px;
    height: 105px;
    font: normal normal normal 12px/15px Segoe UI;
    margin: 0 auto;
  }

  .wk-sc-name {
    font: normal normal 600 15px/17px Segoe UI;
  }

  .wk-tech {
    font: normal normal normal 10px/18px Segoe UI;
  }

  .wk-cm {
    margin-top: 0;
  }

  .wk-cm img {
    height: 39px;

  }

  .arrow-cont {
    width: 50px;
    height: 50px;
    right: 10px;
    animation: MoveUpDownMob 1s linear infinite;
  }

  .wk-insta-handle {
    width: 100%;
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
  }

  .wk-social-insta img {
    width: 37px;
    height: 37px;
  }

  .wk-social-head {
    font: normal normal 600 16px/21px Segoe UI;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    /* width: 174px;
    height: 21px; */
    margin-top: 25px;
  }

  .wk-social-title {
    font: normal normal normal 11px/15px Segoe UI;
  }

  .wk-content {
    font: normal normal normal 10px/20px Poppins;
    margin-left: -2rem;
    padding: 0;
  }

  .wk-dt {
    font: normal normal 600 12.8px/15px Roboto;
    padding: 0;
    margin-left: 3.8rem;
    margin-top: 25px;
  }

  .wk-timer {
    padding-left: 0;
    margin-left: 3.8rem;
  }

  .wk-tm-box {
    width: 57px;
    height: 51px;
    margin-right: 24px;
  }

  .wk-tm-time {
    font: normal normal 600 21px/31px Kanit;

  }

  .wk-tm-sub-time {
    font: normal normal 300 8px/12px Kanit;

  }

  .wk-msg {
    font: normal normal 600 12px/18px Kanit;
    position: relative;
    padding-left: 9.5rem;
  }

  .workshop-about-section {
    width: 100% !important;
    margin-top: 45px;
  }

  .mob-abt {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    opacity: 1;
    width: 95% !important;
    margin: 0 auto;
    margin-top: 10px;
  }

  .section-succes-stories {
    width: 100% !important;
    margin-top: 45px;
  }

  .wk-social-handle {
    width: 100% !important;
  }

  #footersec {
    width: 100% !important;

  }

  .logo-section-workshop img {
    width: 100% !important;
  }

  .set-q {
    width: 10px;
  }

  .privacy-c {
    width: 90%;
    font-size: 12px;
  }

  /* .privacy-txt {
    padding: 0px 8%;
  } */
  .logo-et {
    width: 100% !important;
    margin-top: -112px;
    top: 0 !important;
    position: relative;
  }

  .logo-et .header {
    font: normal normal bold 15px/20px Segoe UI;
    margin-left: 5px;
  }

  .logo-et .subtitle {
    font: normal normal normal 9px/12px Segoe UI;

  }

  .sell-fast-logo {
    margin-left: 5rem;
    margin-top: 25px;
    justify-content: center;
  }

  .sell-fast-logo .title {
    width: 210px;
    height: 40px;
    text-align: left;
    font: normal normal 600 18px/24px Segoe UI;
    letter-spacing: 0px;
    color: #FF1857;
    opacity: 1;
    /* padding: 7px; */
    padding-top: 8px;
    font: normal normal 600 15px/20px Segoe UI;
  }

  .logo_subtitle2 {
    font: normal normal normal 11px/15px Segoe UI;
    padding-top: 15px;
  }

  .logo_mac_subtitle {
    font: normal normal bold 8px/11px Segoe UI;
  }

  .wk-thank-you {
    background-image: url("../assets/register-workshop/congoMob.png");
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .thanks-container {
    height: 590px;
  }

  .thanks-card {
    width: 90%;
    height: 435px;
    margin-top: 0;
  }

  .thanks-card .timer {
    margin-left: -1.5rem;
    margin-top: -5px;
  }

  .thanks-card .logo {
    margin-top: 20px;
  }

  .thanks-card .logo img {
    width: 78px;
    height: 48px;
  }

  .thanks-card .title {
    font: normal normal bold 25px/33px Segoe UI;
  }

  .thanks-card .title1 {
    font: normal normal bold 26px/35px Kanit;
  }

  .thanks-card .subtitle1 {
    font: normal normal 600 22px/30px Kanit;
  }

  .thanks-card .subtitle2 {
    font: normal normal 600 13px/17px Kanit;
    width: 214px;
  }

  .thanks-card .subtitle {
    font: normal normal 600 18px/24px Kanit;
    width: 72%;
    height: 85px;
  }

  .thanks-card .wk-attend-btn {
    width: 241px;
    height: 40px;
    background: #008CFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    margin-top: 1.5rem;
  }

  .wk-btn-text {
    font: normal normal 900 16px/21px Roboto
  }

  .thanks-card .footer {
    margin-top: 15px;
  }

  .wk-footer-text {
    font: normal normal normal 12px/16px Kanit;
  }

  .college-strip {
    height: 30px;
    top: 14% !important;

  }

  .college-strip .text {
    font: normal normal 600 12px/20px Segoe UIonal;
  }

  .college-strip .text img {
    width: 25px;
  }

  .cl-text-congo {
    font: normal normal 600 12px/18px Segoe UI;
    width: 80%;
  }

  .cl-font-size {
    font: normal normal bold 20px/28px Roboto;
  }

  .cl-box {
    display: flex;
    justify-content: unset;
    padding: 0;
    width: 100%;
    overflow-y: scroll;
  }

  .cl-box-container {
    width: 210px;
    height: 55px;
    background: #FFF3F3 0% 0% no-repeat padding-box;
    border-radius: 3px;
    opacity: 1;
    margin-right: 10px;
    margin-left: 10px;
    /* margin: 0 auto; */
  }

  .cl-title {
    margin-top: 2px;
    font: normal normal bold 11px/20px Roboto;
    width: 185px;
    margin-right: 10px;
  }

  .cl-subtitle {
    font: normal normal normal 9px/15px Roboto;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 10px;
  }

  .cl-collapse {
    width: 100%;
    /* height: 220px; */
    height: 80px;
    background: #FCD6E0 0% 0% no-repeat padding-box;
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
  }

  .text-pink {
    color: #F03064;
  }

  .cl-collapse .title {
    text-align: center;
    font: normal normal bold 17px/20px Roboto;
    letter-spacing: 0px;
    color: #000000;
    padding-top: 10px;
  }

  .cl-collapse .subtitle {
    text-align: center;
    font: normal normal normal 12px/20px Roboto;
    letter-spacing: 0px;
    color: #000000;
  }

  .cl-collapse .btnText {
    text-align: center;
    text-decoration: underline;
    font: normal normal normal 10px/20px Roboto;
    letter-spacing: 0px;
    color: #F03064;
    opacity: 1;
    cursor: pointer;
    height: 10px;
  }

  .cl-collapse .content {
    font: normal normal normal 12px/20px Roboto;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    padding-top: 8px;
    /* padding-left: 8px; */
  }

  .cl-topic-subtitle {
    font: normal normal bold 13px/20px Roboto;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .cl-nobullet {
    margin-left: 3rem;
    font-size: 11px;
    margin-top: 5px;
  }

  .zero-cost-strip {
    margin-top: 10px;
    height: 22px;
    width: 100%;
    background: rgb(241, 103, 139) 0% 0% no-repeat padding-box;
    opacity: 1;
    text-align: center;
    font: normal normal normal 12px/20px Roboto;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    margin-left: 0;
    position: relative;
    justify-content: center;
  }

  .zero-cost-strip .text {
    margin-left: 0;
  }

  .top-100 {
    top: 100%;
  }

  .btn-bs {
    width: 70%;
  }

  .refer-bottom-back {
    background: transparent url('../assets/referral-banners/ReferalMobb.svg');
  }

  .reffer-nav {
    font: normal normal 900 13px/18px Roboto;
    margin-left: 0;
    text-align: center !important;

  }

  .r-nav img {
    width: 40px;
    height: 25px;

  }

  .ticker {
    margin-top: 25px;
    height: 34px;
    flex-direction: column;
  }

  .ticker .text {
    font: normal normal normal 13px/19px Roboto;
  }

  .r-sub-text {
    width: 100%;
    height: 32px;
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #FFFF11 50%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font: normal normal normal 15px/20px Roboto;

  }

  .r-sub-text1 {
    text-align: center;
    margin-top: 2px;
    font: normal normal normal 11px/15px Roboto;
  }

  .content-section {
    flex-direction: column;
    align-items: center;
  }

  .content-section .left-section {
    margin: 0;
  }

  .content-section .left-section .title {
    text-align: center;
    font: normal normal bold 28px/36px Roboto;
    margin-top: 40px;
  }

  .content-section .left-section .subtitle {
    text-align: center;
    font: normal normal 900 20px/26px Roboto;
    margin-top: 24px;
  }

  .content-section .left-section .description {
    text-align: center;
    font: normal normal normal 16px/22px Roboto;
    width: 80%;
    margin: 0 auto;
    margin-top: 2px;
  }

  .r-btn {
    width: 210px;
    height: 45px;
    background: #F16B0C 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 12px #00000033;
    border-radius: 23px !important;
    opacity: 1;
    margin-top: 45px;
    font-weight: 900 !important;
  }

  .refer-bottom-back {
    background-size: 100% !important;
    background-position: center bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 30vh !important;
  }

  .thk-title {
    font: normal normal bold 30px/39px Roboto;
  }

  .thk-subtitle {
    font: normal normal normal 12px/18px Roboto;
    width: 90%;
    margin-top: 15px;
  }

  .thk-subtitle1 {
    font: normal normal normal 14px/18px Roboto;
    width: 180px;
  }

  .r-box {
    font: normal normal bold 11px/15px Roboto;
  }

  .r-box-btn {
    font: normal normal bold 11px/15px Roboto;
  }

}


@media screen and (max-width: 1050px) {
  .main-bteq-section {
    flex-direction: column;
    background-image: none;
  }

  .bteq-banner-mob {
    display: flex;
  }

  .bteq-left-section {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .bteq-right-section {
    display: block;
    width: 100%;
    height: 100%;
  }

  .bteq-main-header {
    font: normal normal 600 16px/25px Poppins;
    text-align: center;
    padding: 12px;
    height: 49px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    top: 0;
    position: sticky;
  }

  .bteq-form-section {
    min-width: auto;
    width: 100%;
    border: none;
    margin-top: 1.5rem;
    height: inherit;
  }

  .bteq-top-header {
    border-radius: 0px;
    width: 100%;
  }

  .bteq-form-header {
    font: normal normal bold 16px/24px Roboto;
    padding-top: 5px;
  }

  .bk-banner {
    background-size: auto;
  }

  .company-logo-container {
    -ms-grid-columns: repeat(4, 1fr);
    grid-template-columns: repeat(4, 1fr);
  }

  .tech-section {
    flex-direction: column !important;
  }

  .hideMobile {
    display: none;
  }

  .mobileForm {
    width: 90%;
    height: 455px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 12px #00000040;
    border-radius: 8px;
    opacity: 1;
  }
}

@media screen and (min-width: 1450px) {
  .company-logo-container {
    -webkit-column-gap: 60px !important;
    column-gap: 60px !important;
    row-gap: 40px !important;
  }

  /* .aswin-image {
    content: url("../assets/images/1366x615-ashwin.png");
  } */

  .tata-strive-aswin {
    content: url("../assets/tata-strive/Mask\ Group\ 2@2x.png");
  }

  .r-nav img {
    margin-left: 5% !important;
    margin-right: 5% !important;
  }

  .reffer-nav {
    margin-left: 23%;
  }
}

.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: 60%;
  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;
}

/* remote */
.company-27 {
  background-image: url("../assets/company-logo/fullerton.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 80px;
  background-size: 65%;
  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: 55%;
  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: 45%;
  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;
}

/* 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 + (30 - 22) * ((100vw - 200px) / (2400 - 200)));
  font-weight: 500;
  letter-spacing: 0px;
  color: #001a33;
  opacity: 1;
  margin: 15px 0 2px;
}

.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);
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

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

.tech-card {
  transition: none !important;
  transform: none !important;
  box-shadow: 1px 4px 5px rgb(0 0 0 / 20%) !important;
  -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 20%) !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);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  text-decoration: none;
  color: inherit;
}

.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;
  -webkit-box-shadow: 0px 0px 4px 0px lightgrey;
  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;
  -webkit-box-shadow: 0px 0px 4px 2px lightgrey;
  box-shadow: 0px 0px 4px 2px lightgrey;
  border-radius: 12px;
}

.img-content:hover {
  -webkit-box-shadow: 0px 8px 8px 0px lightgrey;
  box-shadow: 0px 8px 8px 0px lightgrey;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-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;
}

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

.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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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,
    -webkit-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;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

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

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

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

.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;
}

.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;
  max-height: 86vh;
  /* position: static; */
  border-radius: 5px;
  box-sizing: border-box;
  z-index: 1000;
  flex-direction: column;
  display: flex;
  box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%),
    0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}

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

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

.image-speak img {
  width: calc(350px + (500 - 350) * ((100vw - 350px) / (2400 - 350)));
  height: calc(220px + (320 - 220) * ((100vw - 350px) / (2400 - 350)));
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

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

.speak-text {
  font-size: calc(14px + (30 - 14) * ((100vw - 350px) / (2400 - 350)));
  -ms-flex-line-pack: left;
  align-content: left;
  color: #ffffff;
  font-family: "Lato";
}

.speak-text-black {
  color: #000000;
}

/* 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 + (40 - 30) * ((100vw - 350px) / (2400 - 350)));
  color: #ffffff;
  margin: 0px;
  font-weight: 550;
  letter-spacing: 0.1em;
}

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

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

.footer-main {
  width: 100%;
}

.footer-bussiness {
  width: 100%;
}

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

.footerLogo {
  margin-bottom: 20px;
  width: 140px;
}

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

.address-link {
  color: #9fb5ce !important;
  font-size: 13px !important;
}

.contact {
  align-items: flex-start;
}

.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{
  flex: 1 1 100% !important;
  box-sizing: border-box !important;
  max-width: 45% !important;
} */

.mobility {
  width: 18px;
}

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

.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;
}

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

.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;
}

.bussiness-privacy {
  color: #999;
  width: 100%;
  background-color: #011427 !important;
}

.bussiness-policy {
  color: #9fb5ce !important;
}

.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;
}

.bussiness-icon {
  margin-right: 10px;
  text-decoration: none;
}

.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;
}

.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: -webkit-fit-content;
  width: -moz-fit-content;
  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;
}

.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 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.team-row-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 5%;
  column-gap: 5%;
}

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

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

.questions-container {
  padding: 0% 14%;
}

.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: #5a5a5a;
  margin-left: 30px;
}

.q-show {
  display: block;
}

.q-hide {
  display: none;
}

.chat-boat-icon {
  bottom: 15px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-sizing: border-box;
  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;
  font-weight: 900;
}

.chat-boat .tool .subtitle {
  color: #ffffff;
  /* font-size: 10px; */
  font-size: 9px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-right: 12px;
}

.chat-boat .tool .chat-img {
  /* height: 35px; */
  height: 40px;
  margin-right: 13px;
  background: white;
  padding: 2px;
  border-radius: 5px;
  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 {
  text-align: justify;
  margin-bottom: 0px;
  margin-top: 13px;
  margin-left: 15px;
  margin-right: 36px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  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: 13px;
  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;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  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-btn-msg {
  width: fit-content;
  color: #ffffff !important;
  height: fit-content;
  text-align: left;
  background-color: #008cff !important;
  font-family: "Lato";
  font-weight: 600;
  opacity: 0.6;
  font-size: 12px;
  border-radius: 5px;
  padding: 2px;
}

.chat-boat .msg_div .loader {
  margin-left: 15px;
  border-radius: 5px;
  width: 50px;
  background-color: white;
  height: 27px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  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-button-new {
  /* width: 180px; */
  width: fit-content;
  color: #ffffff !important;
  border: none !important;
  border-radius: 7px;
  /* height: 36px; */
  height: fit-content;
  text-align: left;
  background-color: #008cff !important;
  font-size: 14px !important;
  font-family: "Lato" !important;
  font-weight: 600 !important;
  opacity: 0.6;
}

.chat-button-new-green {
  /* width: 180px; */
  width: fit-content;
  color: #ffffff !important;
  border: none !important;
  border-radius: 7px;
  /* height: 36px; */
  height: fit-content;
  text-align: center;
  background-color: #7f961e !important;
  font-size: 14px !important;
  font-family: "Lato" !important;
  font-weight: 600 !important;
  opacity: 1;
}

.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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  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;
}

.scholar-button {
  width: 56%;
}

@media (max-height: 750px) {
  .chat-boat {
    width: 400px;
    height: 530px;
  }
}

@media (min-width: 992px) {
  .footer-main {
    padding-left: 7% !important; 
    padding-right: 7% !important;
  }
  
  .bussiness-section {
    height: 545px;
  }

  .eheaderText-lg-lf {
    margin-right: 13rem;
  }

  .cred-btn{
    margin-top: 117px !important;
  }

}

@media (max-width: 992px) {
  .insta-gif {
    position: absolute;
  }

  .lateral-pop-up {
    width: 230px;
  }

  .lateral-header {
    font: normal normal 900 14px/18px Poppins;
    color: #001a33;
    text-transform: capitalize;
    opacity: 1;
    align-self: flex-start;
    width: 100%;
    padding: 10px 0;
    margin-top: 15px;
    text-align: right;
  }

  .insta-gif img {
    float: right;
    width: 180px;
    height: 180px;
    margin-top: 216px;
    margin-left: 650px;
  }

  .numb-container {
    width: 73% !important;
  }

  .footer-section {
    height: auto;
  }

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

  .logo-count {
    width: calc(170px + (500 - 350) * ((100vw - 350px) / (2400 - 350))) !important;
    height: calc(70px + (320 - 220) * ((100vw - 350px) / (2400 - 350))) !important;
  }

  .remote-desc {
    font-size: 18px !important;
  }

  .remote-count {
    font-size: 22px !important;
  }

  .align-items-xs-center {
    align-items: center;
  }

  .workshop-about-section {
    width: 1195px;
  }

  .section-succes-stories {
    width: 1195px;
    /* padding: 20px; */
  }

  .wk-social-handle {
    width: 1195px;
  }

  #footersec {
    width: 1195px;
  }

  .logo-section-workshop img {
    width: 1195px;
  }

  .logo-et {
    top: 34%;
    width: 145%;
  }
}

@media (max-width: 576px) {
  /* . */

  .a-register-index {
    cursor: pointer;
    width: 184px;
    margin-bottom: 97px !important;
    text-decoration: none;
    margin-left: 33%;
    margin-top: 270px;
  }

  .span-register-index {
    font-size: 16px !important;
    width: 100% !important;
  }

  .footer-section {
    height: auto;
  }

  .main-bookslot-section {
    flex-direction: column;
  }

  .book-slot-left-section {
    width: auto;
  }

  .book-slot-right-section {
    width: auto !important;
  }

  .bl-logo-bkslt {
    width: 59px;
    height: 38px;
  }

  .bk-header {
    font: normal normal bold 14px/19px Segoe UI;
  }

  .bk-subtitle {
    font: normal normal 600 11px/15px Segoe UI;
  }

  .bk-field {
    max-width: 85% !important;
  }

  .bk-text {
    text-align: left;
    font: normal normal 600 10px/13px Roboto;
    padding: 0;
  }

  .bk-form-btn {
    width: 85% !important;
  }

  .bk-banner {
    background-image: url('../assets/bookslot/book-slot-banner-mob.svg');
    min-height: auto;
    height: 280px;
    background-size: cover !important;
  }

  .bkt-input {
    height: 15px !important;
  }

  .bk-mb-mt {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .check-eligibility {
    padding: 0px !important;
    background: #F2720E 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #F2720E;
    border-radius: 4px;
    opacity: 1;
    text-align: center;
    font: normal normal 15px/27px Roboto !important;
    letter-spacing: 0px;
    color: #fff;
    width: 355px;
    font-weight: 500;
  }

  .set-text-smaller {
    width: 115px !important;
    font-size: 10px !important;
  }
}

@media screen and (min-width: 576px) {
  .count-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .count-section-lateral {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #f8f8f8;
  }
}

@media screen and (max-width: 580px) {
  .check-eligibility {
    padding: 0px !important;
    background: #F2720E 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #F2720E;
    border-radius: 4px;
    opacity: 1;
    text-align: center;
    font: normal normal 15px/27px Roboto !important;
    letter-spacing: 0px;
    color: #fff;
    width: 355px;
    font-weight: 500;
  }

  .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: 35% !important;
  }

  .navbar-new {
    padding-right: 4% !important;
    padding-left: 4% !important;
  }

  .scholarship-image {
    margin-right: -130px;
  }

  .etextfield {
    width: 60% !important;
  }

  .scholar-button {
    width: 35%;
  }
}

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

.it-job-bridge {
  margin-top: 70px;
}

@media screen and (max-width: 500px) {
  .check-eligibility {
    padding: 0px !important;
    background: #F2720E 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #F2720E;
    border-radius: 4px;
    opacity: 1;
    text-align: center;
    font: normal normal 15px/27px Roboto !important;
    letter-spacing: 0px;
    color: #fff;
    width: 355px;
    font-weight: 500;
  }

  .hide-bar {
    display: none;
  }
}

@media screen and (min-width: 1050px) and (max-width: 2300px) {
  .fix-btn-at-lg {
    margin-left: 350px;
    height: 0px;
    margin-right: 0;
  }

  .lateral-box {
    background-size: 100% !important;
    min-height: 560px;
  }

  .icon-section {
    display: none;
  }

  .tech-section {
    flex-direction: row !important;
    justify-content: space-between !important;
  }

  .tech-display {
    display: flex;
  }

  .register-lateral {
    margin-top: -5rem !important;
    margin-left: 55% !important;
  }

}

@media screen and (min-width: 2000px) {
  .insta-gif {
    position: absolute;
  }

  .insta-gif img {

    float: right;
    width: 180px;
    height: 180px;
    margin-top: 35vh;
    margin-left: 120rem;
  }

  .header-section {
    min-height: 760px;
  }

  .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;
  }

  .trusted-brand {
    font-size: 30px;
  }
}

@media screen and (max-width: 2000px) {

  .insta-gif {
    position: absolute;
  }

  .insta-gif img {

    float: right;
    width: 180px;
    height: 180px;
    margin-top: 62vh;
    margin-left: 78rem;
  }

  .refer-bottom-back {
    min-height: 50vh;
  }
}

.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;
}

.scholarship-image {
  width: 53%;
}

.trusted-brand {
  font-size: 30px;
}

.questions-container {
  padding: 0% 13%;
}

/* .aswin-image {
  content: url("../assets/images/1920x900-ashwin.png");
} */

.tata-strive-aswin {
  content: url("../assets/tata-strive/Mask\ Group\ 2@2x.png");
}

.header-section {
  background: url("../assets/images/1920x900-background.jpg");
}

.yellow-box {
  /* background: url("../assets/tata-strive/Group\ 56392@2x.png"); */
  /* background: url("../assets/ts-index/desktop\ web\ banner\ \(1\).jpg"); */
  background: url("../assets/ts-index/BridgeLabz_website_27122024_wo.jpg");
}

.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%;
  }

  /* .aswin-image {
    content: url("../assets/images/1920x900-ashwin.png");
  } */

  .tata-strive-aswin {
    content: url("../assets/tata-strive/Mask\ Group\ 2@2x.png");
  }

  .header-section {
    background: url("../assets/images/1920x900-background.jpg");
  }

  .yellow-box {
    /* background: url("../assets/tata-strive/Group\ 56392@2x.png"); */
    /* background: url("../assets/ts-index/desktop\ web\ banner\ \(1\).jpg"); */
    background: url("../assets/ts-index/BridgeLabz_website_27122024_wo.jpg");
    -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) {

  /* .ts-text{
    font-size: 14px;
  } */
  .aswin-img {
    bottom: -2px;
    right: 3%;
  }

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

  .questions-container {
    padding: 0% 12%;
  }
}

@media screen and (max-width: 1600px) {


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

  .ts-left {
    min-height: 85vh;
  }

  .numb-container,
  .scholar-button {
    width: 50% !important;
    margin-right: 20px;
  }

  .scholarship-image {
    width: 45%;
  }

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

  .bridge-logo {
    width: 430px;
  }

  .tata-strive-apply {
    margin-right: -130px;
  }

  .fix-btn-at-lg {
    margin-left: 175px;
    height: 120px;
    margin-right: 0;
  }

  .banner-text {
    font-size: 40px;
  }

  .apply-btn {
    line-height: 3em;
  }

  .job-guarantee {
    font-size: 40px;
  }

  .questions-container {
    padding: 0% 9%;
  }

  .trusted-brand {
    font-size: 26px;
  }

  .scholarship-image {
    margin-right: -65px;
  }

  /* .scholar-button{
    width: 53%;
  } */
  .insta-header-container-lateral {
    min-height: 540px !important;
  }

  .register-lateral {
    margin-top: -1.5rem !important;
    margin-left: 57% !important;
  }

  .college-strip {
    top: 35%
  }

  .mw-350 img {
    max-width: 310px;
  }

  .logo-et {
    top: 58%
  }

  .refer-bottom-back {
    min-height: 45vh;
  }

  .content-section .right-section .form {
    height: 450px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1500px) {

  .a-register-index {
    cursor: pointer;
    width: 250px;
    margin-bottom: 104px !important;
    text-decoration: none;
    margin-left: 56%;
    margin-top: 450px;
  }
}

@media screen and (max-width: 1400px) {

  .a-register-index {
    cursor: pointer;
    width: 250px;
    margin-bottom: 104px !important;
    text-decoration: none;
    margin-left: 56%;
    margin-top: 410px;
  }

  .insta-gif {
    position: absolute;
  }

  .insta-gif img {

    float: right;
    width: 180px;
    height: 180px;
    margin-top: 36vh;
    margin-left: 58rem;
  }

  .numb-container {
    width: 50% !important;
  }

  .centered {
    min-height: 288px;
  }

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

  .ts-i-check {
    width: 85% !important;
  }

  .banner-text {
    font-size: 38px;
  }

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

  .bridge-logo {
    width: 370px;
  }

  .aswin-img {
    width: 380px;
    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: 400px;
  }

  .job-guarantee {
    font-size: 38px;
  }

  .trusted-brand {
    font-size: 25px;
  }

  .questions-container {
    padding: 0% 8%;
  }

  .aswin-image {
    content: url("../assets/index/narayan_png_web.png");
  
  }

  .tata-strive-aswin {
    content: url("../assets/tata-strive/Mask\ Group\ 2@2x.png");
  }

  .header-section {
    background: url("../assets/images/1366x615-background.jpg");
  }

  .yellow-box {
    /* background: url("../assets/ts-index/desktop\ web\ banner\ \(1\).jpg"); */
    /* background: url("../assets/tata-strive/Group\ 56392@2x.png"); */
    background: url("../assets/ts-index/BridgeLabz_website_27122024_wo.jpg");
  }

  .job-assurance-box {
    background: url("../assets/ts-index/job-assurance-web.jpeg");
  }

  .scholarship-image {
    /* margin-right: 20px; */
    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;
  }

  .lateral-box {
    min-height: 500px !important;
  }

  .insta-header-container-lateral {
    min-height: 490px !important;
  }

  .college-strip {
    top: 29%
  }

  .logo-et {
    top: 55%
  }

}

@media screen and (max-width: 1280px) {

  .a-register-index {
    cursor: pointer;
    width: 250px;
    margin-bottom: 104px !important;
    text-decoration: none;
    margin-left: 55%;
    margin-top: 410px;
  }

  .insta-gif {
    position: absolute;
  }

  .insta-gif img {

    float: right;
    width: 180px;
    height: 180px;
    margin-top: 46vh;
    margin-left: 58rem;
  }

  .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: 400px;
  }

  .lateral-box {
    min-height: 470px !important;
  }

  .insta-header-container-lateral {
    min-height: 470px !important;
  }

  .college-strip {
    top: 32%
  }

}

@media screen and (max-width: 1200px) {
  .a-register-index {
    cursor: pointer;
    width: 250px;
    margin-bottom: 104px !important;
    text-decoration: none;
    margin-left: 53%;
    margin-top: 291px;
  }

  .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;
  }

  .trusted-brand {
    font-size: 24px;
  }

  .callback-container {
    max-width: 80% !important;
  }

  .hireNow-container {
    max-width: 80% !important;
  }

  .banner-content {
    max-width: 75% !important;
  }

  .scholarship-image {
    margin-right: -46px;
    width: 60%;
  }

  .v2-container {
    padding: 30px 10px 40px 10px !important;
    /* height: 100%; */
  }

  .lateral-box {
    min-height: 380px !important;
  }

  .insta-header-container-lateral {
    min-height: 370px !important;
  }

}

@media screen and (max-width: 1040px) {
  .a-register-index {
    cursor: pointer;
    width: 250px;
    margin-bottom: 104px !important;
    text-decoration: none;
    margin-left: 51%;
    margin-top: 320px;
  }

  .lateral-box {
    background-size: 100% !important;
    min-height: 380px !important;
  }

  .fix-btn-at-lg {
    margin-left: -12px;
    height: 126px;
    margin-right: 0;
  }

  .insta-gif {
    position: absolute;
  }

  .insta-gif img {
    float: right;
    width: 180px;
    height: 180px;
    margin-top: 18vh;
    margin-left: 38rem;
  }

  .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 !important;
  }

  .award-section {
    padding: 30px 0;
  }

  .count-items {
    grid-column-gap: 70px !important;
  }

  /* .aswin-image {
    content: url("../assets/images/1024x502-ashwin.png");
  } */

  .tata-strive-aswin {
    content: url("../assets/tata-strive/Mask\ Group\ 2@2x.png");
  }

  .header-section {
    background: url("../assets/images/1024x502-background.jpg");
  }

  .yellow-box {
    /* background: url("../assets/tata-strive/Group\ 56392@2x.png"); */
    /* background: url("../assets/ts-index/desktop\ web\ banner\ \(1\).jpg"); */
    background: url("../assets/ts-index/BridgeLabz_website_27122024_wo.jpg");
  }

  .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: 5px;
    width: 57%;
  }

  .banner-content {
    max-width: 90% !important;
  }

  .scholar-button {
    width: 57% !important;
    margin-right: 0px;
  }

  .yellow-text {
    font-size: 20px !important;
  }

  .yellow-banner {
    height: 120px;
  }

}

@media screen and (max-width: 960px) {
  .a-register-index {
    cursor: pointer;
    width: 210px;
    margin-bottom: 202px !important;
    text-decoration: none;
    margin-left: 51%;
    margin-top: 255px;
  }

  .span-register-index {
    font-size: 19px !important;
  }


  .bk-side-banner {
    width: 100% !important;
  }

  .book-slot-left-section {
    height: 700px;
  }

  .bk-banner {
    height: 325px;
    background-size: contain;
  }

  .main-bookslot-section {
    flex-direction: column;
  }

  .book-slot-left-section {
    width: auto;
  }

  .book-slot-right-section {
    width: auto !important;
  }

  .insta-story {
    font-size: 14px !important;
  }

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

  .insta-stories-1,
  .insta-stories-2 {
    font-size: calc(15px + (26 - 18) * ((100vw - 300px) / (2400 - 300)));
  }

  .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 {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .banner-text {
    font-size: 22px;
  }

  .bridge-logo {
    width: 270px;
  }

  .cred-btn {
    background-color: #e26003 !important;
    color: #ffffff !important;
    line-height: 2em;
    z-index: 2;
}
  .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 {
    -webkit-column-gap: 15%;
    column-gap: 15%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-row-2 {
    -webkit-column-gap: 18%;
    column-gap: 18%;
  }

  .trusted-brand {
    font-size: 18px;
  }

  .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;
    /* margin: 0px 0px 1% 0px !important; */
  }

  .trans-input {
    width: 78% !important;
  }

  .numb-container {
    font-size: 12px !important;
  }

  .scholar-button {
    width: 57% !important;
  }

  .ts-left {
    min-height: 60vh;
  }

  .ts-header-image {
    padding: 0 90px;
  }

  .v2-container {
    padding: 46px 10px 46px 10px !important;
  }

  .orientation-vcontainer {
    flex-direction: column;
  }

  .video-o-container {
    height: auto;
  }

  .register-lateral {
    width: 260px;
    height: 45px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 9px;
    margin-left: 60% !important;
    padding-top: 5px !important;
    text-align: center;
    font: normal normal 900 25px/33px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-top: -4.5rem !important;
  }

  .lateral-box {
    min-height: 305px !important;
  }

  .insta-header-container-lateral {
    min-height: 300px !important;
  }

}



@media screen and (max-width: 800px) {
  .a-register-index {
    cursor: pointer;
    width: 204px;
    margin-bottom: 163px !important;
    text-decoration: none;
    margin-left: 51%;
    margin-top: 235px;
  }

  .register-lateral {
    margin-top: -4.5rem !important;
    height: 40px;
    font-size: 18px;
    width: 250px;
    padding-top: 5px !important;
  }


  .block-left {
    align-self: unset;
    margin-top: 0;
  }

  .centered {
    min-height: 260px;
  }

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

  .bridge-logo {
    width: 200px;
  }

  .etextfield {
    width: 450px !important;
  }

  .banner-text {
    font-size: 22px;
  }

  .apply-btn {
    -ms-flex-item-align: start;
    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 {
    -webkit-column-gap: 6%;
    column-gap: 6%;
  }

  .team-row-2 {
    -webkit-column-gap: 15%;
    column-gap: 15%;
  }

  .bannerHead {
    min-height: 50px !important;
  }

  .trusted-brand {
    font-size: 16px;
  }

  .wataspp-content {
    width: 70% !important;
  }

  .ts-index-img {
    content: url("../assets/index/popup_new_mobile_25112024.jpg");
  }
  .ts-index-img1{
    content: url("../assets/index/popup_new_mobile_25112024.jpg");
  }
  .btn.apply-btn {
    margin-top: 200px !important;
    margin-left: -65px;
    width: 88%;
}


  .pop-container {
    width: unset !important;
    max-width: none !important;
    padding: 17px;
  }

  .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: -10px;
    top: -10px;
  }

  .lateral-box {
    min-height: 285px !important;
  }

  .footer-address{
    width: 78vw !important;
  }
}

@media screen and (max-width: 730px) {
  .register-lateral {
    margin-top: -3em;
    height: 40px;
    /* font-size: 18px;
    width: 250px;
    padding-top: 3px !important;
    margin-left: 280px !important; */
  }

}


@media screen and (min-width:400px) and (max-width: 700px) {
  .footer-address{
    width: 58vw !important;
  }
}

@media screen and (max-width: 700px) {
  .container-webinar {
    max-width: 330px;
    width: 95%;
  }

  .webinar-bl {
    width: 97px;
    height: 60px;
  }

  .webinar-text {
    font: normal normal 900 21px/31px Kanit;
    text-align: center;
  }

  .webinar-sub-text {
    text-align: center;
    font: normal normal normal 12px/18px Kanit;
  }

  .webinar-sub2-text {
    font: normal normal 900 12px/18px Kanit;
    text-align: center;
    align-items: center;
  }

  .webinar-sub3-text {
    width: auto;
    text-align: center;
    font: normal normal 900 8px/10px Montserrat;
    width: 270px;
  }

  #main-webinar-section {
    background-image: url('../assets/bookslot/mobBg.png');
    min-height: 870px;
  }

  .b-pop-btn {
    margin-top: 1.5rem !important;
  }

  .ebook-section-text {
    text-align: center;
    font: normal normal 600 17px/26px Kanit;
    letter-spacing: 0px;
    color: #001A47;
    text-shadow: 0px 3px 6px #00000029;
    /* text-transform: capitalize; */
    opacity: 1;
    margin: 0;
  }

  .arrow-dn {
    display: inline;
  }

  .arrow-dn-lr {
    display: none;
  }

  .ebook-img {
    width: 257px;
    height: 226px;
  }

  .insta-cont {
    min-height: 80px !important;
  }

  .ebook-section {
    min-height: auto !important;
  }

  .ebook-header {
    font: normal normal 600 16px/25px Poppins;
    padding-bottom: 10px;
  }

  .ebook-content {
    font: normal normal normal 11px/17px Poppins;
    width: 95%;
    height: 100px;
  }

  .ebook-info-btn {
    position: relative;
    width: 100%;
    height: 42px;
    background: #008CFF 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
    border-radius: 42px 42px 0px 0px;
    opacity: 1;
  }

  .ebook-closed-txt {
    writing-mode: unset;
    transform: none;
  }

  .index-pop-btn {
    width: 100%;
    margin-top: 2.5rem;
  }

  .drop-down-icon {
    top: 5px;
  }

  .bk-side-banner {
    display: none;
  }

  .bk-banner {
    display: block;
  }

  .insta-banner-content {
    width: 90%;
  }

  .book-slot-left-section {
    width: auto !important;
  }

  .showBr {
    display: none;
  }

  .bk-icon {
    top: 2px;
  }

  .bk-strip {
    height: 26px;
    justify-content: space-evenly;
  }

  .thank-you-bg {
    padding-bottom: 20px;
  }

  .thank-you-bg-header {
    padding-top: 1rem;
  }

  .insta-main-content {
    font: normal normal 600 11px/14px Roboto;
    letter-spacing: 0px;
    color: #001A47;
  }

  #moreText {
    display: none;
  }

  #dots {
    display: inline;
  }

  .partner-section {
    height: 180px;
  }

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

  .etextfield {
    width: 350px !important;
  }

  .apply-btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    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 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-row-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bannerHead {
    min-height: 50px !important;
  }

  .bussiness-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .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%;
    margin-bottom: 20px;
  }

  .contactus {
    width: 100%;
  }

  .callback-grid-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;
  }

  .callback-b {
    line-height: 1.3 !important;
    margin-bottom: 70px;
  }

  .call-btn {
    margin-left: 20px;
  }

  .second-text {
    font-size: 20px !important;
  }

  .callback-grid-field {
    margin-bottom: 5px !important;
  }

  .callback-section {
    height: 100% !important;
  }

  .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;
  }

  .callback-field {
    width: 100% !important;
    margin-bottom: 5px !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; */
    background-size: 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;
    /* padding-left: 100%; */
    animation: marquee 2s linear infinite;
  }

  /* .instagram-company-item span {
  animation-delay: 2.5s;
} */

  @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-header-container {
    /* background: url(../assets/instagram/Group70773.svg) !important; */
    /* background: url(../assets/instagram/AshwinMobile.svg) !important; */
    /* background: url(../assets/instagram/Insta-Mobile-new.svg) !important; */
    background: url(../assets/instagram/webBgInstaMob.svg) !important;

  }

  .insta-header-container-lateral {
    background: url('../assets/ts-lateral/lateralMobile.svg') !important;
  }

  .insta-gif {
    position: absolute;
  }

  .insta-gif img {
    width: 145px;
    height: 145px;
    margin-top: 170px;
    margin-left: 20%;
  }

  .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;
    letter-spacing: 0.2px;
    height: fit-content !important;
  }

  .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) {
  .a-register-index {
    cursor: pointer;
    width: 184px;
    margin-bottom: 97px !important;
    text-decoration: none;
    margin-left: 33%;
    margin-top: 285px;
  }

  .span-register-index {
    font-size: 16px !important;
    width: 100% !important;
  }

  .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;
  }

  .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-right {
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
  }

  .ts-logo {
    height: 65px !important;
  }

  .ts-data {
    font-size: 16px;
    width: 90%;
    font-weight: 500;
  }

  .ts-mobile-head {
    font-size: 18px;
    font-weight: 600;
  }

  .ts-container {
    font-weight: 600;
    font-size: 13px;
    padding-left: 25px;
  }

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

  .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;
    /* margin-top: 10px; */
    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;
    /* padding-left: 20%; */
  }

  .centered {
    min-height: 200px;
    width: 100%;
  }

  .ts-index {
    min-height: 310px !important;
  }

  .bridge-logo {
    width: 170px;
    margin-bottom: 8px;
  }

  .apply-btn {
    line-height: 2.6em;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .learning-content .l-c-sub {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
  }

  .trusted-brand {
    font-size: 16px;
  }

  .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: calc(400px) !important;
    justify-content: space-between !important;
  }

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

  .contactus {
    margin-bottom: 60px;
  }

  .thank-container {
    max-width: 95%;
  }

  .logo-count {
    border-radius: 5px !important;
    width: calc(92px + (500 - 350) * ((100vw - 350px) / (2400 - 350))) !important;
    height: calc(60px + (320 - 220) * ((100vw - 350px) / (2400 - 350))) !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 + (500 - 350) * ((100vw - 350px) / (2400 - 350))) !important;
    height: calc(60px + (320 - 220) * ((100vw - 350px) / (2400 - 350))) !important;
    border-radius: 5px !important;
  }

  .index-container {
    min-height: 400px !important;
  }

  .insta-header-container {
    min-height: 200px !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;
  }

  /* .scholarship-container {
    width: 90%;
  } */
  .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;
  }

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

  .footer-watsapp {
    /* padding: 1px 6px !important; */
    padding: 0px 5px 2px 6px !important;
    margin-left: 2px !important;
  }

  .wats-privacy {
    padding: 6px 0 !important;
  }

  .footer-wgt {
    font-weight: 600;
  }

  .f-wats {
    width: 11px;
    vertical-align: middle;
    height: 11px;
  }

  .break-footer {
    display: block !important;
  }

  .yellow-box {
    /* background: url('../assets/tata-strive/Group\ 56392@2x.png'); */
    /* background: url("../assets/ts-index/Mobile\ Banner\ 414X340.jpg"); */
    background: url("../assets/ts-index/BridgeLabz_mobile_27122024_wo.jpg");
  }

  .job-assurance-box {
    background: url("../assets/ts-index/job-assurance-mob.jpeg");
  }

  .lateral-box {
    background: url("../assets/ts-lateral/mobileExp.jpg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    min-height: 467px !important;

  }

  .yellow-banner {
    display: none;
    justify-content: start;
    margin-left: -15px;
    height: 90px;
    margin-top: 10px;
  }

  .yellow-text {
    text-align: end !important;
    /* margin: -15px 0px 1% 0px !important; */
    font-size: 13px !important;
    font-weight: 200 !important;
    text-align: end;
    font-family: 'Roboto' !important;
    line-height: 3.0em !important;
  }

  .yellow-img {
    /* width: 76% !important; */
    width: 60% !important;
    height: 75px;
  }

  .scholarship-image {
    width: 100%;
    height: 25px;
  }

  .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;
    /* font-size: 11px !important; */

  }

  .contactus {
    height: 250px;
  }

  .index-pop-text {
    font-size: 11px !important;
  }

  .lateral-p-mob {
    font-size: 13px !important;
  }

  .register-lateral {
    width: 80%;
    margin-top: 170px !important;
    margin-left: 300px !important;

  }

}


@media screen and (max-width: 500px) {
  .a-register-index {
    cursor: pointer;
    width: 152px;
    margin-bottom: 97px !important;
    text-decoration: none;
    margin-left: 33%;
    margin-top: 175px;
  }

  .span-register-index {
    font-size: 16px !important;
    width: 100% !important;
  }

  .check-eligibility {
    padding: 0px !important;
    background: #F2720E 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #F2720E;
    border-radius: 4px;
    opacity: 1;
    text-align: center;
    font: normal normal 15px/27px Roboto !important;
    letter-spacing: 0px;
    color: #fff;
    width: 355px;
    font-weight: 500;
  }

  .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;
  }

}

@media screen and (max-width: 440px) {
  .lateral-box {
    min-height: 330px !important;
  }

  .insta-header-container-lateral {
    min-height: 440px !important;
  }

  .insta-gif {
    position: absolute;
  }

  .insta-gif img {
    width: 145px;
    height: 145px;
    margin-top: 200px;
    margin-left: 20%;
  }

  .insta-header-container {
    min-height: 200px !important;
  }

  .check-eligibility {
    padding: 0px !important;
    background: #F2720E 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #F2720E;
    border-radius: 4px;
    opacity: 1;
    text-align: center;
    font: normal normal 15px/27px Roboto !important;
    letter-spacing: 0px;
    color: #fff;
    width: 355px;
    font-weight: 500;
  }

  .register-lateral {
    font: normal normal 500 14px/19px Roboto !important;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    width: 180px;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 27px;
    margin-top: 70px !important;
    margin-left: 205px !important;
  }

  .set-text-smaller {
    width: 115px !important;
    font-size: 12px !important;
  }

  .trans-input,
  .numb-container {
    font-size: 11px !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;
  }

  .aswin-image {
    content: url("../assets/index/narayan_png_mobile.png");
    height: 311px;
    width: 144px;
  }
  

  .tata-strive-aswin {
    content: url("../assets/tata-strive/Mask\ Group\ 2@2x.png");
  }

  .header-section {
    background: url("../assets/images/414x630-background.jpg");
  }

  .yellow-box {
    /* background: url("../assets/tata-strive/Group\ 56392@2x.png"); */
    /* background: url("../assets/ts-index/Mobile\ Banner\ 414X340.jpg"); */
    background: url("../assets/ts-index/BridgeLabz_mobile_27122024_wo.jpg");
  }

  .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;
  }

  .yellow-text {
    line-height: 3.2em !important;
  }
}

@media screen and (max-width: 400px) {
  .a-register-index {
    cursor: pointer;
    width: 132px;
    margin-bottom: 125px !important;
    text-decoration: none;
    margin-left: 33%;
    margin-top: 200px;
  }

  .insta-gif {
    position: absolute;
  }

  .insta-gif img {
    width: 145px;
    height: 145px;
    margin-top: 190px;
    margin-left: 20%;
  }

  .insta-header-container {
    min-height: 200px !important;
  }

  .lateral-box {
    min-height: 300px !important;
  }

  .check-eligibility {
    padding: 0px !important;
    background: #F2720E 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #F2720E;
    border-radius: 4px;
    opacity: 1;
    text-align: center;
    font: normal normal 13px/27px Roboto !important;
    letter-spacing: 0px;
    color: #fff;
    width: 355px;
    font-weight: 500;
  }

  .register-lateral {
    font: normal normal 500 14px/19px Roboto !important;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    width: 175px;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 27px;
    margin-left: 185px !important;
    margin-top: 50px !important;
  }

  .set-text-smaller {
    width: 115px !important;
    font-size: 12px !important;
  }

  .yellow-text {
    font-size: 12px !important;
    line-height: 3.5em !important;
  }

  .block-text {
    font-size: 24px;
  }

  .watch-update {
    font-size: 9px !important;
  }

  .hide-400 {
    display: none;
  }

  .etextfields {
    padding: 20px 5% 20px 5% !important;
  }

  .header-section {
    min-height: 294px;
  }

  .centered {
    min-height: 160px;
  }

  .banner-text {
    font-size: 16px;
  }

  .bridge-logo {
    width: 150px;
  }

  .aswin-img {
    /* width: 315px; */
    /* width: 270px; */
    bottom: 1px;
    right: -4px;
  }

  .T-C {
    font-size: 12px;
  }

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

  .aswin-index {
    width: 275px;
  }

  /* .aswin-image {
    content: url("../assets/images/360x448-ashwin.png");
  } */

  .tata-strive-aswin {
    height: 265px;
    width: 325px;
    right: -35px;
    content: url("../assets/tata-strive/Mask\ Group\ 2@2x.png");
  }

  .header-section {
    background: url("../assets/images/360x448-background.jpg");
  }

  .yellow-box {
    /* background: url("../assets/tata-strive/Group\ 56392@2x.png"); */
    /* background: url("../assets/ts-index/Mobile\ Banner\ 414X340.jpg"); */
    background: url("../assets/ts-index/BridgeLabz_mobile_27122024_wo.jpg");
  }

  .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 {
    /* width: 62% !important; */
    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;
  }

  .insta-header-container-lateral {
    min-height: 420px !important;
  }

  .wk-content-text {
    margin-left: 3rem;
  }

  .no-bullet {
    margin-left: 3rem;
  }

  .wk-dt {
    margin-left: 3rem;
  }

  .wk-timer {
    margin-left: 3rem;
  }

  /* .college-strip {
  margin-top: -16%;
} */
  .btn-bs {
    width: 80%;
    margin-top: 0.5rem;
    margin-left: 0;
  }

  .trus-font {
    font-size: 11px;
  }
}

@media screen and (max-width: 360px) {
  .insta-gif {
    position: absolute;
  }

  .mt-n-5 {
    margin-top: -5px;
  }

  .insta-gif img {
    width: 145px;
    height: 145px;
    margin-top: 170px;
    margin-left: 20%;
  }

  .insta-header-container {
    min-height: 200px !important;
  }

  .register-lateral {
    margin-top: 35px !important;
    margin-left: 185px !important;
    width: 150px;
  }

  .insta-header-container-lateral {
    min-height: 400px !important;
  }

  .no-bullet {
    margin-left: 2.8rem;
    font-size: 11px;
  }

  .wk-content-text {
    margin-left: 2.8rem;
  }

  .wk-dt {
    margin-left: 2.3rem;
  }

  .wk-timer {
    margin-left: 2.3rem;
  }

  .privacy-c {
    width: 100%;
  }

  .sell-fast-logo {
    margin-left: 4rem;

  }

  .sell-fast-logo .title {
    width: 175px;
  }

  /* .college-strip {
    margin-top: -18%;
  } */
  .cl-nobullet {
    margin-left: 1rem;
  }

  .thanks-card .subtitle {
    width: 85%;
  }

  .dt-th {
    font: normal normal 600 12.2px/15px Roboto;
  }

  .btn-bs {
    margin-top: 0.2rem !important;
    width: 80%;
    margin-left: -40px;
  }

  .trus-font {
    font-size: 14px !important;
    margin-top: -12px !important;
  }
}

@media screen and (max-width: 340px) {
  .lateral-pop-up {
    width: 215px;
    height: 25px;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .pop-lateral-sub {
    font-size: 12px;
  }

  .insta-gif {
    position: absolute;
  }

  .insta-gif img {
    width: 145px;
    height: 145px;
    margin-top: 145px;
    margin-left: 20%;
  }

  .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;
  }

  .check-eligibility {
    padding: 0px !important;
    background: #F2720E 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #F2720E;
    border-radius: 4px;
    opacity: 1;
    text-align: center;
    font: normal normal 15px/27px Roboto !important;
    letter-spacing: 0px;
    color: #fff;
    width: 355px;
    font-weight: 500;
  }

  .register-lateral {
    font: normal normal 500 14px/19px Roboto !important;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    width: 150px;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 27px;
    margin-left: 152px !important;
    margin-top: 10px !important;

  }

  .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;
  }

  .ts-i-btn {
    padding: 12px 0px;
    /* font-size: 8px !important; */
  }

  .header-section {
    min-height: 283px;
  }

  .insta-header-container {
    min-height: 200px !important;
  }

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

  .chat-boat {
    width: 250px;
  }

  .scholar-button {
    width: 62% !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: -10px;
  }

  .yellow-img {
    width: 75% !important;
  }

  .yellow-text {
    font-weight: 600 !important;
    font-size: 11px !important;
    text-align: start;
    margin-top: 0px !important;
  }

  .lateral-box {
    min-height: 255px !important;
  }

  .insta-header-container-lateral {
    min-height: 345px !important;
  }

  .wk-about-content {
    width: 300px;
    margin-left: -10px;
  }

  .reg-workshop-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .wk-content-text {
    margin-left: 20px;
    font-size: 20px;
  }

  .no-bullet {
    margin-left: 20px;
  }

  .wk-dt {
    margin-left: 20px;
    font: normal normal 600 12px/17px Roboto;
  }

  .wk-timer {
    margin-left: 20px;
  }

  .workshop-header {
    width: 90%;
    font-size: 20px;
  }

  .cl-font-size {
    font: normal normal bold 16px/28px Roboto;
  }

  /* .privacy-txt {
  padding: 0px 8px;
} */
  .privacy-c {
    font-size: 12px;
  }

  .sell-fast-logo {
    margin-left: 2.5rem;

  }

  .sell-fast-logo .title {
    width: 160px;
  }

  .thanks-card .timer {
    margin-left: 0.5rem;
  }

  .college-strip {
    top: 17% !important
  }

  .cl-content-text {
    font: normal normal bold 14px/20px Roboto;
  }

  .dt-th {
    font: normal normal 600 10px/17px Roboto;
  }

  .ticker {
    margin-top: 45px;
  }

  .content-section .left-section .title {
    margin-top: 20px;
  }

  .content-section .left-section .subtitle {
    margin-top: 10px;
  }

  .r-btn {
    margin-top: 10px;
  }
}

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

.material-textfield {
  position: relative;
  margin: 7px 0 0 0;
  /* height: 70px; */
  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;
  height: 42px;
  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-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;
}

/* remote */
.image-award img {
  border-radius: 10px;
  width: calc(240px + (500 - 350) * ((100vw - 350px) / (2400 - 350)));
  height: calc(170px + (320 - 220) * ((100vw - 350px) / (2400 - 350)));
}

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

.incubation-count {
  width: calc(230px + (500 - 350) * ((100vw - 350px) / (2400 - 350)));
  height: calc(120px + (320 - 220) * ((100vw - 350px) / (2400 - 350)));
  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;
}

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

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

.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;
}

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

.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_answer {
  font-size: 18px;
  letter-spacing: 0;
  color: #000;
  opacity: 1;
  width: 80%;
  line-height: 24px;
  padding: 0 7px 0px;
  /* box-shadow: 0 4px 9px rgb(0 0 0 / 20%); */
}

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

.remote-faq {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 20px;
  border-radius: 3px;
  padding: 15px 25px 10px 15px;
  /* padding-right: 25px; */
  transition: margin 225ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.remote-faq:hover {
  box-shadow: 0 4px 9px rgb(0 0 0 / 20%);
}

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

/* pdf */

.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%;
}

html {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;

}

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

.it-job-header {
  background-image: linear-gradient(to right,
      rgb(32 26 22 / 40%),
      rgb(32 26 22 / 40%)),
    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-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"1;
  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-section {
  padding: 0;
}

/* .itjob-logo{
  height: 70px!important;
  width: 100px!important;
} */

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

.itjob-img {
  width: 80%;
}

.it-header {
  background-image: linear-gradient(to right,
      rgb(32 26 22 / 40%),
      rgb(32 26 22 / 40%)),
    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%;
}

.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: 70%;
  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 #00000029;
  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);
  /* height: 100%; */
  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 rgb(0 0 0 / 20%);
}

.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: #ffff;
  -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 rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%),
    0 1px 3px 0 rgb(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: calc(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: rgb(0 0 0 / 60%);
  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;
}

/* date  */
.inputDate {
  content: attr(placeholder);
}

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

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

.watsimg {
  width: 100%;
  border-radius: 6px;
  height: 100%;
  max-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 {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  align-items: center;
  max-width: 65%;
  /* height: 100%; */
  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;
  font-weight: bold;
}

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

.insta-video {
  width: 80%;
}

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

.insta-header-container-lateral {
  background: url(../assets/ts-lateral/lateralWeb.svg);
  /* background: url(../assets/instagram/Insta_web\ image.svg); */
  /* background-size: cover !important; */
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  margin-top: -19px;
  min-height: 500px;
}

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

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

.instadialog-container {
  overflow-y: scroll;
  position: relative;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

.instadialog-container::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.reg-insta {
  box-sizing: border-box;
  flex: 1 1 100%;
  box-shadow: 0 4px 9px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0 4px 9px rgb(0 0 0 / 30%);
}

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

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

.register-btn {
  width: 80%;
}

.navbar-watsapp {
  padding: 0;
  box-shadow: 0px 1px 3px #00000029;
  border: 1px solid #ffffff;
}

/* .w-footer {
  padding: 0 5% !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 rgb(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-input-checkbox {
  height: 23px !important;

  cursor: pointer;
}

#checkme {
  margin-bottom: 25px;
}

.text-checkbox {
  font: normal normal 500 15px/23px Kanit !important;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  margin-top: -25px;
}

.hide-visibility-checkbox {
  visibility: hidden;
}

.orangemark {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 3px;
  opacity: 1;

}

/* Specify the background color to be
		shown when checkbox is checked */
.t-input-checkbox input:checked~.orangemark {
  background-color: #E26003;
  border: none;
}

/* Checkmark to be shown in checkbox */
/* It is not be shown when not checked */
.orangemark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Display checkmark when checked */
.t-input-checkbox input:checked~.orangemark:after {
  display: block;
}

/* Styling the checkmark using webkit */
/* Rotated the rectangle by 45 degree and
		showing only two border to make it look
		like a tickmark */
.t-input-checkbox .orangemark:after {
  left: 8px;
  bottom: 6px;
  width: 6px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

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

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

/* snackbar */
.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;
  }
}

/* select tag  */

.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: #d3d3d37d;
}

/*# sourceMappingURL=style.css.map */
.insta-banner-logo {
  display: flex;
  justify-content: center;
  padding-top: 22px;
}

.brSpace {
  line-height: 35px;
}

.apply-top-space {
  padding-top: 10px;
}

#igSection {
  justify-content: center;
  margin-bottom: 45px;
}

.bk-side-banner {
  width: auto;
  height: 100vh;
  image-rendering: -webkit-optimize-contrast;
}

.red-color {
  color: #FF0707;
}

.insta-dn {
  top: 10px
}

.ts-content {
  text-align: justify;
  text-justify: inter-word;
}

.make-content-center {
  justify-content: center;
}

.skip-btn {
  text-align: center;
  text-decoration: underline;
  /* font: normal normal 600 14px/21px Poppins; */
  letter-spacing: 0px;
  color: #001A47;
  opacity: 1;
  border: none;
  background-color: inherit;
  padding: 14px 28px;
  font-size: 16px;
  display: inline-block;
}

.adjust-job-btn {
  margin-bottom: 0.15rem !important;
  text-decoration: none;
  line-height: 20px;
  background-color: #7f961e;
  border-radius: 5px;
  font-size: 15px;
  color: white !important;
  padding: 8PX;
  margin-right: -43%;
  width: 180px;
  text-align: center;

}

*/ .adjust-job-btn :hover {
  color: white;
}

@media screen and (min-width:1600px) {
  .lateral-box {
    min-height: 690px;
  }

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

.showDiv:hover+.hideDiv {
  display: block;
}

.hideDiv {
  display: none;
}

@media screen and (min-width:600px) and (max-width:1366px) {
  .refer-bottom-back {
    min-height: 45vh;
  }

  .content-section .right-section {
    height: 345px;
  }

  .content-section .right-section .form {
    height: 440px;
    margin-top: 40px;
  }

}






@media screen and (min-height:600px) and (max-width:1280px) {

  .refer-bottom-back {
    min-height: 40vh;
  }

  .content-section .right-section .form {
    margin-top: 10px;
  }
}

@media screen and (min-height:720px) and (max-width:1280px) {

  .content-section .right-section .form {
    margin-top: 40px;
  }
}

@keyframes MoveUpDown {

  0%,
  100% {
    bottom: 135px;
  }

  50% {
    bottom: 200px;
  }
}

@keyframes MoveUpDownMob {

  0%,
  100% {
    bottom: 100px;
  }

  50% {
    bottom: 50px;
  }
}

@keyframes MoveUpDownSmall {

  0%,
  100% {
    bottom: 50px;
  }

  50% {
    bottom: -50px;
  }
}