@font-face {
  font-family: 'ProximaNovaThin';
  src: url(../font/ProximaNova-Thin.otf);
}

@font-face {
  font-family: 'ProximaNovaBold';
  src: url(../font/ProximaNova-Alt-Bold.otf);
}

body {
  margin: 0;
  padding: 0;
}

.videomodal {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.164);
  cursor: pointer;
  z-index: 80;
  display: none;
}

.videomodal .modalholder {
  width: 70%;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
}

.videomodal .modalholder .videoframe {
  width: 100%;
}

.videomodal .modalholder .videoframe .close {
  color: white;
  font-size: 33px;
  position: absolute;
  background: black;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  top: -50px;
  right: 0;
  float: right;
  text-align: center;
  cursor: pointer;
}

.videomodal .modalholder .videoframe .video {
  width: 100%;
}

.howitworks {
  padding: 7px 16px;
  border: none;
  background: none;
  background-color: white;
  border-radius: 8px;
  color: #ef305b;
  border: 2px solid #00AEEF;
  font-weight: bold;
  margin-top: 15px;
  cursor: pointer;
}

.howitworks:hover {
  background-color: #00AEEF;
  color: white;
}

.presubmit {
  height: 34px;
  margin-top: 15px;
  display: none;
}

.errlabel {
  font-family: ProximaNovaThin;
  margin-top: 4px;
  color: red;
  font-size: 11px;
}

.landscape-mode-text {
  font-size: xx-large;
  font-family: 'ProximaNovaBold';
  line-height: 15;
}

.landscape-mode-text {
  display: none;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
}

#status {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../image/pre.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.right {
  cursor: pointer;
}

a {
  text-decoration: none !important;
}

.box {
  position: absolute;
  z-index: 10;
  width: 55vw;
  display: block;
  background-color: #fff;
  height: 100vh;
  border-top-right-radius: 70px;
  border-bottom-right-radius: 80px;
}

.box-item-left {
  text-align: center;
  width: 49vw;
  float: left;
}

.img-logo-left {
  text-align: center;
  height: 55vh;
  line-height: 55vh;
}

.logoo-left {
  width: 35%;
  vertical-align: bottom;
}

.text {
  height: 19vh;
  line-height: 0vh;
  text-align: center;
}

.text h1 {
  font-family: 'ProximaNovaBold';
  color: #4c4c4e;
}

.social-left {
  height: 6vh;
  text-align: center;
}

.social-inline-left {
  display: flex;
  justify-content: center;
}

.soical-logo-left {
  width: 70%;
}

.copyright {
  height: 10vh;
  text-align: center;
}

.copyright p {
  font-family: 'ProximaNovaThin';
}

::placeholder {
  color: silver;
}

.box-item-right {
  text-align: center;
  width: 6vw;
  height: 100vh;
  float: right;
}

.img-logo-right {
  text-align: center;
  height: 15vh;
  line-height: 15vh;
}

.logoo-right {
  width: 65%;
  vertical-align: bottom;
}

.social-right {
  position: absolute;
  bottom: 0;
  line-height: 3vh;
  height: 42vh;
  text-align: center;
}

.social-inline-right {
  vertical-align: bottom;
}

.soical-logo-right {
  width: 60%;
}

.box2 {
  position: absolute;
  z-index: 8;
  width: 70vw;
  display: block;
  height: 100vh;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  background: linear-gradient(180deg, #ee2f5a 50%, #3fa8a1 50%);
  border-right: 6px solid white;
}

.box-item2-left {
  width: 55vw;
  float: left;
}

.box-item2-right {
  text-align: center;
  width: 15vw;
  float: right;
  height: 100vh;
}

.box-item-text {
  /* height: 44.5vh; */
  width: fit-content;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  line-height: 35px;
}

.sidetexthead {
  font-family: 'ProximaNovaThin';
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  text-align: left;
  margin-left: 16%;
}

.box3 {
  position: absolute;
  z-index: 6;
  width: 85vw;
  display: block;
  height: 100vh;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  background: linear-gradient(180deg, #ed1b24 50%, #015b7e 50%);
  border-right: 6px solid white;
}

.box-item3-left {
  width: 70vw;
  float: left;
}

.box-item3-right {
  width: 15vw;
  height: 100vh;
  float: right;
}

.box4 {
  position: absolute;
  z-index: 4;
  width: 99.5vw;
  display: block;
  background-color: orange;
  height: 100vh;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  background: linear-gradient(180deg, #f04323 50%, #012b43 50%);
  border-right: 6px solid white;
}

.box-item4-left {
  width: 85vw;
  float: left;
}

.box-item4-right {
  width: 14vw;
  height: 100vh;
  float: right;
}

.form-wrapper {
  height: 100vh;
}

.wrapper2 {
  background-color: #fff;
  position: relative;
  border-radius: 8%;
  height: auto;
  width: 42%;
  top: 50%;
  left: 50%;
  padding: 1% 0;
}

.wrapper3 {
  background-color: #fff;
  position: relative;
  border-radius: 8%;
  height: auto;
  width: 32.5%;
  top: 50%;
  left: 50%;
  padding: 1% 0;
}

.wrapper4 {
  background-color: #fff;
  position: relative;
  border-radius: 8%;
  height: auto;
  width: 27%;
  top: 50%;
  left: 50%;
  padding: 2.5% 0;
}

.wrapper-box2 {
  transform: translate(-50%, -50%);
}

.wrapper-box3 {
  transform: translate(-15%, -50%);
}

.wrapper-box4 {
  transform: translate(19%, -50%);
}

.container {
  padding-right: 40px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
}

.form-heading h4 {
  font-family: 'ProximaNovaBold';
}

.register-text {
  position: relative;
  top: -10px;
}

form {
  position: relative;
  top: -30px;
}

.input-class {
  width: 220px;
  height: 25px;
  padding: 5px;
  padding-left: 20px;
  border: 1px solid #59c8ef;
  box-shadow: 0 0 5px #dedddb;
  background: white;
  margin-top: 10px;
}

.btn-button {
  margin-top: 10px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  user-select: none;
  font-size: 12px;
  font-family: 'ProximaNovaThin';
  font-weight: bold;
  *overflow: visible;
  padding: 0.5em 1.5em 0.5em;
  color: #FFFFFF;
  color: white;
  *color: #FFFFFF;
  border: none;
  text-decoration: none;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  transition: 0.1s linear box-shadow;
}

.btn-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn-button:hover,
.btn-blue:focus {
  color: #e2f4fd;
}

.btn-button:focus {
  outline: 0;
}

.btn-button:active {
  box-shadow: 0 0 0 1px rgba(8, 78, 114, 0.25) inset, 0 0 6px rgba(8, 78, 114, 0.5) inset;
}

.color-pink {
  background-color: #EE2F5A;
}

.color-red {
  background-color: #ED1B24;
}

.color-orange {
  background-color: #F04323;
}

.fonticon {
  font-size: 10px;
}

@media only screen and (max-width: 7680px) {
  .img-logo-left {
    height: 62vh;
    line-height: 62vh;
  }
  .logoo-left {
    width: 37%;
  }
  .text {
    height: 19vh;
    line-height: 2vh;
  }
  .text h1 {
    font-size: 9.6rem;
  }
  .social-left {
    height: 5.2vh;
  }
  .social-width {
    width: 7%;
  }
  .soical-logo-left {
    width: 91%;
  }
  .copyright {
    height: 0vh;
    font-size: 4.3rem;
  }
  .howitworks {
    font-size: 77px;
  }
  .box {
    border-top-right-radius: 195px;
    border-bottom-right-radius: 195px;
  }
  .sidetexthead {
    font-size: 129px;
    letter-spacing: 1px;
    line-height: 129px;
    font-weight: bold;
  }
  .box2 {
    border-top-right-radius: 195px;
    border-bottom-right-radius: 195px;
    border-right: 18px solid white;
  }
  .box3 {
    border-top-right-radius: 195px;
    border-bottom-right-radius: 195px;
    border-right: 18px solid white;
  }
  .box4 {
    border-top-right-radius: 195px;
    border-bottom-right-radius: 195px;
  }
  .wrapper {
    border-radius: 8%;
    height: 58%;
    width: 42%;
    top: 50%;
    left: 50%;
  }
  .container {
    padding-right: 21%;
    padding-left: 22%;
    margin-right: auto;
    margin-left: auto;
  }
  .career-text {
    margin-top: 18%;
  }
  .register-text {
    top: -30px;
  }
  form {
    top: -66px;
  }
  .fonticon {
    font-size: 48px;
  }
  .form-heading h4 {
    font-size: 341%;
  }
  .btn-button {
    margin-top: 10%;
    margin-left: 1%;
    height: auto;
    width: auto;
    font-size: 50px;
    font-family: 'ProximaNovaThin';
    padding: 0.5em 1.5em 0.5em;
  }
  .input-class {
    width: 90%;
    height: 3.8vh;
    padding: 5px;
    padding-left: 20px;
    margin-top: 7%;
    margin-left: 1%;
    font-size: 58px;
  }
  ::placeholder {
    color: silver;
    font-size: 58px;
    position: relative;
    top: 5%;
  }
}

@media only screen and (max-width: 6690px) {
  .img-logo-left {
    height: 62vh;
    line-height: 62vh;
  }
  .logoo-left {
    width: 37%;
  }
  .text {
    height: 19vh;
    line-height: 2vh;
  }
  .text h1 {
    font-size: 9.6rem;
  }
  .social-left {
    height: 5.2vh;
  }
  .social-width {
    width: 7%;
  }
  .soical-logo-left {
    width: 91%;
  }
  .copyright {
    height: 0vh;
    font-size: 4.3rem;
  }
  .howitworks {
    font-size: 77px;
  }
  .box {
    border-top-right-radius: 195px;
    border-bottom-right-radius: 195px;
  }
  .sidetexthead {
    font-size: 126px;
    letter-spacing: 1px;
    line-height: 126px;
    font-weight: bold;
  }
  .box2 {
    border-top-right-radius: 195px;
    border-bottom-right-radius: 195px;
    border-right: 18px solid white;
  }
  .box3 {
    border-top-right-radius: 195px;
    border-bottom-right-radius: 195px;
    border-right: 18px solid white;
  }
  .box4 {
    border-top-right-radius: 195px;
    border-bottom-right-radius: 195px;
  }
  .wrapper {
    border-radius: 8%;
    height: 58%;
    width: 42%;
    top: 50%;
    left: 50%;
  }
  .container {
    padding-right: 21%;
    padding-left: 22%;
    margin-right: auto;
    margin-left: auto;
  }
  .career-text {
    margin-top: 18%;
  }
  .register-text {
    top: -30px;
  }
  form {
    top: -66px;
  }
  .fonticon {
    font-size: 48px;
  }
  .form-heading h4 {
    font-size: 341%;
  }
  .btn-button {
    margin-top: 10%;
    margin-left: 1%;
    height: auto;
    width: auto;
    font-size: 50px;
    font-family: 'ProximaNovaThin';
    padding: 0.5em 1.5em 0.5em;
  }
  .input-class {
    width: 90%;
    height: 3.8vh;
    padding: 5px;
    padding-left: 20px;
    margin-top: 7%;
    margin-left: 1%;
    font-size: 58px;
  }
  ::placeholder {
    color: silver;
    font-size: 58px;
    position: relative;
    top: 5%;
  }
}

@media only screen and (max-width: 5584px) {
  .img-logo-left {
    height: 62vh;
    line-height: 62vh;
  }
  .logoo-left {
    width: 37%;
  }
  .text {
    height: 19vh;
    line-height: 2vh;
  }
  .text h1 {
    font-size: 7.3rem;
  }
  .social-left {
    height: 5.2vh;
  }
  .social-width {
    width: 7%;
  }
  .soical-logo-left {
    width: 91%;
  }
  .copyright {
    height: 0vh;
    font-size: 3.3rem;
  }
  .howitworks {
    font-size: 58px;
  }
  .box {
    border-top-right-radius: 195px;
    border-bottom-right-radius: 195px;
  }
  .sidetexthead {
    font-size: 96px;
    letter-spacing: 1px;
    line-height: 96px;
    font-weight: bold;
  }
  .box2 {
    border-top-right-radius: 195px;
    border-bottom-right-radius: 195px;
    border-right: 18px solid white;
  }
  .box3 {
    border-top-right-radius: 195px;
    border-bottom-right-radius: 195px;
    border-right: 18px solid white;
  }
  .box4 {
    border-top-right-radius: 195px;
    border-bottom-right-radius: 195px;
  }
  .wrapper {
    border-radius: 8%;
    height: 58%;
    width: 42%;
    top: 50%;
    left: 50%;
  }
  .container {
    padding-right: 21%;
    padding-left: 22%;
    margin-right: auto;
    margin-left: auto;
  }
  .career-text {
    margin-top: 18%;
  }
  .register-text {
    top: -30px;
  }
  form {
    top: -66px;
  }
  .fonticon {
    font-size: 32px;
  }
  .form-heading h4 {
    font-size: 282%;
  }
  .btn-button {
    margin-top: 10%;
    margin-left: 1%;
    height: auto;
    width: auto;
    font-size: 34px;
    font-family: 'ProximaNovaThin';
    padding: 0.5em 1.5em 0.5em;
  }
  .input-class {
    width: 90%;
    height: 3.8vh;
    padding: 5px;
    padding-left: 20px;
    margin-top: 7%;
    margin-left: 1%;
    font-size: 34px;
  }
  ::placeholder {
    color: silver;
    font-size: 34px;
    position: relative;
    top: 5%;
  }
}

@media only screen and (max-width: 4694px) {
  .img-logo-left {
    height: 62vh;
    line-height: 62vh;
  }
  .logoo-left {
    width: 37%;
  }
  .text {
    height: 19vh;
    line-height: 2vh;
  }
  .text h1 {
    font-size: 6.3rem;
  }
  .social-left {
    height: 5.2vh;
  }
  .social-width {
    width: 7%;
  }
  .soical-logo-left {
    width: 91%;
  }
  .copyright {
    height: 0vh;
    font-size: 2.8rem;
  }
  .box {
    border-top-right-radius: 195px;
    border-bottom-right-radius: 195px;
  }
  .sidetexthead {
    font-size: 77px;
    letter-spacing: 1px;
    line-height: 83px;
    font-weight: bold;
  }
  .box2 {
    border-top-right-radius: 195px;
    border-bottom-right-radius: 195px;
    border-right: 18px solid white;
  }
  .box3 {
    border-top-right-radius: 195px;
    border-bottom-right-radius: 195px;
    border-right: 18px solid white;
  }
  .box4 {
    border-top-right-radius: 195px;
    border-bottom-right-radius: 195px;
  }
  .wrapper {
    border-radius: 8%;
    height: 58%;
    width: 42%;
    top: 50%;
    left: 50%;
  }
  .container {
    padding-right: 21%;
    padding-left: 22%;
    margin-right: auto;
    margin-left: auto;
  }
  .career-text {
    margin-top: 18%;
  }
  .register-text {
    top: -30px;
  }
  form {
    top: -66px;
  }
  .fonticon {
    font-size: 32px;
  }
  .form-heading h4 {
    font-size: 209%;
  }
  .btn-button {
    margin-top: 10%;
    margin-left: 1%;
    height: auto;
    width: auto;
    font-size: 34px;
    font-family: 'ProximaNovaThin';
    padding: 0.5em 1.5em 0.5em;
  }
  .input-class {
    width: 90%;
    height: 3.8vh;
    padding: 5px;
    padding-left: 20px;
    margin-top: 7%;
    margin-left: 1%;
    font-size: 34px;
  }
  ::placeholder {
    color: silver;
    font-size: 34px;
    position: relative;
    top: 5%;
  }
}

@media only screen and (max-width: 3840px) {
  .sidetexthead {
    font-size: 63px;
    letter-spacing: 1px;
    line-height: 78px;
    font-weight: bold;
  }
  .text h1 {
    font-size: 5.2rem;
  }
  .howitworks {
    font-size: 38px;
  }
}

@media only screen and (max-width: 3129px) {
  .text h1 {
    font-size: 4.2rem;
  }
  .copyright {
    font-size: 1.88rem;
  }
  .box {
    border-top-right-radius: 130px;
    border-bottom-right-radius: 130px;
  }
  .sidetexthead {
    font-size: 51px;
    letter-spacing: 0.8px;
    line-height: 55px;
    font-weight: bold;
  }
  .box2 {
    border-top-right-radius: 130px;
    border-bottom-right-radius: 130px;
    border-right: 12px solid white;
  }
  .box3 {
    border-top-right-radius: 130px;
    border-bottom-right-radius: 130px;
    border-right: 12px solid white;
  }
  .box4 {
    border-top-right-radius: 130px;
    border-bottom-right-radius: 130px;
  }
  .fonticon {
    font-size: 22px;
  }
  .form-heading h4 {
    font-size: 139%;
  }
  .career-text {
    margin-top: 16.5%;
  }
  .register-text {
    top: -20px;
  }
  .howitworks {
    font-size: 30px;
  }
  .btn-button {
    margin-top: 10%;
    margin-left: 1%;
    height: auto;
    width: auto;
    font-size: 22px;
    font-family: 'ProximaNovaThin';
    padding: 0.5em 1.5em 0.5em;
  }
  .input-class {
    width: 87.5%;
    height: 3.5vh;
    padding: 5px;
    padding-left: 20px;
    margin-top: 7%;
    margin-left: 1%;
    font-size: 22px;
  }
  form {
    top: -44px;
  }
  ::placeholder {
    color: silver;
    font-size: 22px;
    position: relative;
    top: 5%;
  }
}

@media only screen and (max-width: 2560px) {
  .text h1 {
    font-size: 3.15rem;
  }
  .social-left {
    height: 5.2vh;
  }
  .copyright {
    font-size: 1.4rem;
  }
  .box {
    border-top-right-radius: 97px;
    border-bottom-right-radius: 97px;
  }
  .sidetexthead {
    font-size: 38px;
    letter-spacing: 2.7px;
    line-height: 41px;
    font-weight: bold;
  }
  .box2 {
    border-top-right-radius: 97px;
    border-bottom-right-radius: 97px;
    border-right: 10px solid white;
  }
  .box3 {
    border-top-right-radius: 97px;
    border-bottom-right-radius: 97px;
    border-right: 10px solid white;
  }
  .box4 {
    border-top-right-radius: 97px;
    border-bottom-right-radius: 97px;
  }
  .fonticon {
    font-size: 17px;
  }
  .form-heading h4 {
    font-size: 104%;
  }
  .career-text {
    margin-top: 15.5%;
  }
  .register-text {
    top: -12px;
  }
  .btn-button {
    margin-top: 10%;
    margin-left: 1%;
    height: auto;
    width: auto;
    font-size: 17px;
    font-family: 'ProximaNovaThin';
    padding: 0.5em 1.5em 0.5em;
  }
  .howitworks {
    font-size: 25px;
  }
  .input-class {
    width: 85%;
    height: 3.1vh;
    padding: 5px;
    padding-left: 20px;
    margin-top: 7%;
    margin-left: 1%;
    font-size: 17px;
  }
  form {
    top: -28px;
  }
  ::placeholder {
    color: silver;
    font-size: 17px;
    position: relative;
    top: 5%;
  }
}

@media only screen and (max-width: 1920px) {
  .text h1 {
    font-size: 2.8rem;
  }
  .social-left {
    height: 5.4vh;
  }
  .copyright {
    font-size: 1.22rem;
  }
  .box {
    border-top-right-radius: 86px;
    border-bottom-right-radius: 86px;
  }
  .sidetexthead {
    font-size: 33.5px;
    letter-spacing: 0.7px;
    line-height: 37px;
    font-weight: bold;
  }
  .howitworks {
    font-size: 21px;
  }
  .box2 {
    border-top-right-radius: 86px;
    border-bottom-right-radius: 86px;
    border-right: 9px solid white;
  }
  .box3 {
    border-top-right-radius: 86px;
    border-bottom-right-radius: 86px;
    border-right: 9px solid white;
  }
  .box4 {
    border-top-right-radius: 86px;
    border-bottom-right-radius: 86px;
  }
  .fonticon {
    font-size: 15px;
  }
  .form-heading h4 {
    font-size: 93%;
  }
  .career-text {
    margin-top: 13%;
  }
  .register-text {
    top: -13px;
  }
  .btn-button {
    margin-top: 10%;
    margin-left: 1%;
    height: auto;
    width: auto;
    font-size: 15px;
    font-family: 'ProximaNovaThin';
    padding: 0.5em 1.5em 0.5em;
  }
  .input-class {
    width: 83.5%;
    height: 3vh;
    padding: 5px;
    padding-left: 20px;
    margin-top: 6.5%;
    margin-left: 1%;
    font-size: 15px;
  }
  form {
    top: -28px;
  }
  ::placeholder {
    color: silver;
    font-size: 15px;
    position: relative;
    top: 5%;
  }
}

@media only screen and (max-width: 1800px) {
  .text h1 {
    font-size: 2.62rem;
  }
  .social-left {
    height: 5.4vh;
  }
  .copyright {
    font-size: 1.11rem;
  }
  .box {
    border-top-right-radius: 81px;
    border-bottom-right-radius: 81px;
  }
  .sidetexthead {
    font-size: 31px;
    letter-spacing: 0.8px;
    line-height: 34px;
    font-weight: bold;
  }
  .box2 {
    border-top-right-radius: 81px;
    border-bottom-right-radius: 81px;
    border-right: 8px solid white;
  }
  .box3 {
    border-top-right-radius: 81px;
    border-bottom-right-radius: 81px;
    border-right: 8px solid white;
  }
  .box4 {
    border-top-right-radius: 81px;
    border-bottom-right-radius: 81px;
  }
  .fonticon {
    font-size: 14px;
  }
  .form-heading h4 {
    font-size: 87%;
  }
  .howitworks {
    font-size: 17px;
  }
  .career-text {
    margin-top: 13%;
  }
  .register-text {
    top: -12px;
  }
  .btn-button {
    margin-top: 10%;
    margin-left: 1%;
    height: auto;
    width: auto;
    font-size: 14px;
    font-family: 'ProximaNovaThin';
    padding: 0.5em 1.5em 0.5em;
  }
  .input-class {
    width: 82.9%;
    height: 2.9vh;
    padding: 5px;
    padding-left: 20px;
    margin-top: 6.5%;
    margin-left: 1%;
    font-size: 14px;
  }
  form {
    top: -26px;
  }
  ::placeholder {
    color: silver;
    font-size: 14px;
    position: relative;
    top: 5%;
  }
}

@media only screen and (max-width: 1600px) {
  .text h1 {
    font-size: 2.34rem;
  }
  .social-left {
    height: 5.4vh;
  }
  .copyright {
    font-size: 1rem;
  }
  .box {
    border-top-right-radius: 72px;
    border-bottom-right-radius: 72px;
  }
  .sidetexthead {
    font-size: 27.5px;
    letter-spacing: 0.75px;
    line-height: 30px;
    font-weight: bold;
  }
  .box2 {
    border-top-right-radius: 72px;
    border-bottom-right-radius: 72px;
    border-right: 7px solid white;
  }
  .box3 {
    border-top-right-radius: 72px;
    border-bottom-right-radius: 72px;
    border-right: 7px solid white;
  }
  .box4 {
    border-top-right-radius: 72px;
    border-bottom-right-radius: 72px;
  }
  .fonticon {
    font-size: 13px;
  }
  .form-heading h4 {
    font-size: 77%;
  }
  .howitworks {
    font-size: 14px;
  }
  .career-text {
    margin-top: 12%;
  }
  .register-text {
    top: -11px;
  }
  .btn-button {
    margin-top: 10%;
    margin-left: 1%;
    height: auto;
    width: auto;
    font-size: 13px;
    font-family: 'ProximaNovaThin';
    padding: 0.5em 1.5em 0.5em;
  }
  .input-class {
    width: 81%;
    height: 2.7vh;
    padding: 5px;
    padding-left: 20px;
    margin-top: 6.5%;
    margin-left: 1%;
    font-size: 13px;
  }
  form {
    top: -24px;
  }
  ::placeholder {
    color: silver;
    font-size: 13px;
    position: relative;
    top: 5%;
  }
}

@media only screen and (max-width: 1440px) {
  .text h1 {
    font-size: 2.1rem;
  }
  .social-left {
    height: 5.4vh;
  }
  .copyright {
    font-size: 0.9rem;
  }
  .box {
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
  }
  .sidetexthead {
    font-size: 25px;
    letter-spacing: 0.55px;
    line-height: 27px;
    font-weight: bold;
  }
  .box2 {
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
    border-right: 6px solid white;
  }
  .box3 {
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
    border-right: 6px solid white;
  }
  .box4 {
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
  }
  .fonticon {
    font-size: 12px;
  }
  .form-heading h4 {
    font-size: 69%;
  }
  .career-text {
    margin-top: 11%;
  }
  .register-text {
    top: -9px;
  }
  .btn-button {
    margin-top: 10%;
    margin-left: 1%;
    height: auto;
    width: auto;
    font-size: 12px;
    font-family: 'ProximaNovaThin';
    padding: 0.5em 1.5em 0.5em;
  }
  .input-class {
    width: 80%;
    height: 2.6vh;
    padding: 5px;
    padding-left: 20px;
    margin-top: 6.5%;
    margin-left: 1%;
    font-size: 12px;
  }
  form {
    top: -18px;
  }
  ::placeholder {
    color: silver;
    font-size: 12px;
    position: relative;
    top: 5%;
  }
}

@media only screen and (max-width: 992px) {
  .box {
    width: 100vw;
    height: 55vh;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 0px;
  }
  .box-item-left {
    text-align: center;
    width: 100vw;
    height: 49vh;
    float: left;
  }
  .social-width {
    width: 4%;
  }
  .copyright {
    font-size: 0.6rem;
  }
  .img-logo-left {
    text-align: center;
    height: 30vh;
    line-height: 30vh;
  }
  .text h1 {
    font-size: 1rem;
  }
  .text {
    height: 9vh;
  }
  .logoo-left {
    width: 17% !important;
    vertical-align: bottom;
  }
  .box-item-right {
    float: none;
    width: 100vw;
    height: 6vh;
  }
  .admission-mobile {
    text-indent: -11px;
    word-spacing: 3px;
  }
  .career-mobile {
    text-indent: 15px;
    word-spacing: 2px;
  }
  .counselling-mobile {
    text-indent: -14px;
    word-spacing: 2px;
  }
  .img-logo-right {
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 72px;
    height: 5vh;
    line-height: 0vh;
  }
  .social-left {
    height: 4vh;
    text-align: center;
  }
  .logoo-right {
    width: 5%;
    vertical-align: bottom;
  }
  .social-right {
    display: flex;
    position: absolute;
    left: -65px;
    bottom: 0;
    line-height: 0;
    height: 5vh;
    text-align: right;
    width: 100vw;
  }
  .social-inline-right {
    vertical-align: bottom;
    width: 100vw;
  }
  .soical-logo-right {
    width: 4%;
  }
  .box2 {
    position: absolute;
    z-index: 8;
    width: 100vw;
    display: block;
    height: 70vh;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 90px;
    background: linear-gradient(90deg, #ee2f5a 50%, #3fa8a1 50%);
    border-bottom: 6px solid white;
    border-right: 0px solid white;
  }
  .box-item2-left {
    width: 100vw;
    float: none;
    height: 55vh;
  }
  .form-wrapper {
    height: -webkit-fill-available;
    width: 100vw;
  }
  .box-item2-right {
    text-align: center;
    width: 100vw;
    float: none;
    height: 15vh;
  }
  .career-text {
    margin-top: 0%;
  }
  .input-class {
    width: -webkit-fill-available;
    height: auto;
    padding: 5px;
    padding-left: 20px;
    border: 2px solid #a7e1f5;
    background: white;
    margin-top: 4px;
    font-size: 8px;
  }
  .wrapper2 {
    background-color: #fff;
    position: relative;
    border-radius: 8%;
    height: auto;
    width: 34%;
    top: 22%;
    left: 50%;
    padding: 0% 0;
  }
  .sidetexthead {
    font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 27px;
    font-weight: bold;
  }
  .form-heading h4 {
    font-size: 65%;
  }
  ::placeholder {
    color: silver;
    font-size: 8px;
    position: relative;
    top: 5%;
  }
  .wrapper {
    background-color: #fff;
    border-radius: 30px;
    height: auto;
    width: 471px;
    position: relative;
    top: 50%;
    left: 50%;
  }
  .wrapper3 {
    background-color: #fff;
    position: relative;
    border-radius: 8%;
    height: auto;
    width: 34%;
    top: 40%;
    left: 50%;
    padding: 0% 0;
  }
  .btn-button {
    margin-top: 10%;
    margin-left: 1%;
    height: auto;
    width: auto;
    font-size: 8px;
    font-family: 'ProximaNovaThin';
    padding: 0.5em 1.5em 0.5em;
  }
  .fonticon {
    font-size: 7px;
  }
  .box-item-text {
    height: 0vh;
    transform: translateY(100%);
    line-height: 35px;
    width: 68%;
    text-align: center;
    line-height: 10px;
  }
  .wrapper-box2 {
    transform: translate(-50%, 0%);
  }
  .box3 {
    position: absolute;
    z-index: 6;
    width: 100vw;
    display: block;
    height: 85vh;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 90px;
    background: linear-gradient(90deg, #ed1b24 50%, #015b7e 50%);
    border-bottom: 6px solid white;
    border-right: 0px solid white;
  }
  .wrapper-box3 {
    transform: translate(-50%, 0%);
  }
  .box-item3-left {
    width: 61vw;
    float: none;
    height: 70vh;
  }
  .box-item3-right {
    width: 100vw;
    height: 15vh;
    float: right;
  }
  .box4 {
    position: absolute;
    z-index: 4;
    width: 100vw;
    display: block;
    background-color: orange;
    height: 100vh;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 90px;
    background: linear-gradient(90deg, #f04323 50%, #012b43 50%);
    border-bottom: 6px solid white;
    border-right: 0px solid white;
  }
  .wrapper4 {
    background-color: #fff;
    position: relative;
    border-radius: 8%;
    height: auto;
    width: 35%;
    top: 50%;
    left: 50%;
    padding: 2% 0;
  }
  .box-item4-left {
    width: 61vw;
    float: none;
    height: 85vh;
  }
  .box-item4-right {
    width: 100vw;
    float: right;
    height: 15vh;
  }
  .wrapper-box4 {
    transform: translate(-50%, 0%);
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .errlabel {
    font-family: ProximaNovaThin;
    margin-top: 4px;
    color: red;
    font-size: 8px;
  }
  .box {
    width: 100vw;
    height: 55vh;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 0;
  }
  .box-item-left {
    text-align: center;
    width: 100vw;
    height: 49vh;
    float: left;
  }
  .social-width {
    width: 7%;
  }
  .copyright {
    font-size: 0.5rem;
  }
  .img-logo-left {
    text-align: center;
    height: 30vh;
    line-height: 30vh;
  }
  .text h1 {
    font-size: 1.05rem;
  }
  .text {
    height: 9vh;
  }
  .logoo-left {
    width: 38% !important;
    vertical-align: bottom;
  }
  .box-item-right {
    float: none;
    width: 100vw;
    height: 6vh;
  }
  .img-logo-right {
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 32px;
    height: 5vh;
    line-height: 0;
  }
  .social-left {
    height: 4vh;
    text-align: center;
  }
  .logoo-right {
    width: 9%;
    vertical-align: bottom;
  }
  .admission-mobile {
    text-indent: -10px;
    word-spacing: 3px;
  }
  .career-mobile {
    text-indent: 13px;
    word-spacing: 2px;
  }
  .counselling-mobile {
    text-indent: -10px;
    word-spacing: 2px;
  }
  .social-right {
    display: flex;
    position: absolute;
    left: -32px;
    bottom: 0;
    line-height: 0;
    height: 5vh;
    text-align: right;
    width: 100vw;
  }
  .social-inline-right {
    vertical-align: bottom;
    width: 100vw;
  }
  .soical-logo-right {
    width: 8%;
  }
  .box2 {
    position: absolute;
    z-index: 8;
    width: 100vw;
    display: block;
    height: 70vh;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 50px;
    background: linear-gradient(90deg, #ee2f5a 50%, #3fa8a1 50%);
    border-bottom: 6px solid white;
    border-right: 0px solid white;
  }
  .box-item2-left {
    width: 100vw;
    float: none;
    height: 55vh;
  }
  .form-wrapper {
    height: -webkit-fill-available;
    width: 100vw;
  }
  .box-item2-right {
    text-align: center;
    width: 100vw;
    float: none;
    height: 15vh;
  }
  .career-text {
    margin-top: 0%;
  }
  .input-class {
    width: -webkit-fill-available;
    height: 1.2vh;
    padding: 5px;
    padding-left: 20px;
    border: 2px solid #a7e1f5;
    background: #fff;
    margin-top: 5px;
    font-size: 9px;
  }
  .wrapper2 {
    background-color: #fff;
    position: relative;
    border-radius: 8%;
    height: auto;
    width: 60%;
    top: 22%;
    left: 50%;
    padding: 5% 0;
  }
  .sidetexthead {
    font-size: 13px;
    letter-spacing: .55px;
    line-height: 27px;
    font-weight: 700;
  }
  .form-heading h4 {
    font-size: 61%;
  }
  ::placeholder {
    color: silver;
    font-size: 9px;
    position: relative;
    top: 5%;
  }
  .wrapper {
    background-color: #fff;
    border-radius: 30px;
    height: auto;
    width: 471px;
    position: relative;
    top: 50%;
    left: 50%;
  }
  .wrapper3 {
    background-color: #fff;
    position: relative;
    border-radius: 8%;
    height: auto;
    width: 60%;
    top: 40%;
    left: 50%;
    padding: 4% 0;
  }
  .btn-button {
    margin-top: 9%;
    margin-left: 1%;
    height: auto;
    width: auto;
    font-size: 9px;
    font-family: proximanovathin;
    padding: .5em 1.5em;
  }
  .fonticon {
    font-size: 8px;
  }
  .box-item-text {
    height: 0vh;
    transform: translateY(100%);
    line-height: 35px;
    width: 68%;
    text-align: center;
    line-height: 10px;
  }
  .wrapper-box2 {
    transform: translate(-50%, 0%);
  }
  .box3 {
    position: absolute;
    z-index: 6;
    width: 100vw;
    display: block;
    height: 85vh;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 50px;
    background: linear-gradient(90deg, #ed1b24 50%, #015b7e 50%);
    border-bottom: 6px solid white;
    border-right: 0px solid white;
  }
  .wrapper-box3 {
    transform: translate(-50%, 0%);
  }
  .box-item3-left {
    width: 61vw;
    float: none;
    height: 70vh;
  }
  .box-item3-right {
    width: 100vw;
    height: 15vh;
    float: right;
  }
  .box4 {
    position: absolute;
    z-index: 4;
    width: 100vw;
    display: block;
    background-color: orange;
    height: 100vh;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 50px;
    background: linear-gradient(90deg, #f04323 50%, #012b43 50%);
    border-bottom: 6px solid white;
    border-right: 0px solid white;
  }
  .wrapper4 {
    background-color: #fff;
    position: relative;
    border-radius: 8%;
    height: auto;
    width: 60%;
    top: 50%;
    left: 50%;
    padding: 5% 0;
  }
  .box-item4-left {
    width: 61vw;
    float: none;
    height: 85vh;
  }
  .box-item4-right {
    width: 100vw;
    float: right;
    height: 15vh;
  }
  .wrapper-box4 {
    transform: translate(-50%, 0%);
  }
}

/* @media only screen
  and (max-device-width : 1920px)
  and (min-device-height : 480px)
   {
      
     
      
      
     .landscape-mode-disable{
          display: none !important;
      }
      
  } */
/* @media only screen
  and (min-device-height : 481px)
  and (max-device-height : 580px) {
      
    .logoo-left {
      width: 24% !important;
      vertical-align: bottom;
  }
  
  .text h1 {
    font-size: 1.8rem;
  }
  
  .copyright {
    font-size: 0.9rem;
  }
  
  .social-width {
    width: 5%;
  }
  
  .soical-logo-right {
    width: 4%;
  }
  
  .logoo-right {
    width: 8%;
    vertical-align: bottom;
  }
  
  .wrapper2 {
    background-color: #fff;
    position: relative;
    border-radius: 8%;
    height: auto;
    width: 40%;
    top: 22%;
    left: 50%;
    padding: 1% 0;
  }
  
  .wrapper3 {
   
    width: 40%;
    padding: 1% 0;
  }
  
  .wrapper4 {
   
    width: 40%;
    padding: 1% 0;
  }
  
  .form-heading h4 {
    font-size: 100%;
  }
  
  .input-class {
    width: -webkit-fill-available;
    height: 2.2vh;
    padding: 5px;
    padding-left: 20px;
    border: 2px solid #a7e1f5;
    background: white;
    margin-top: 4px;
    font-size: 12px;
  }
  
  .btn-button {
    margin-top: 10%;
    margin-left: 1%;
    height: auto;
    width: auto;
    font-size: 12px;
    font-family: 'ProximaNovaThin';
    padding: 0.5em 1.5em 0.5em;
  }
  
  .fonticon {
    font-size: 11px;
  }
  
  ::placeholder{
    font-size: 12px;
  }
  
  .sidetexthead {
    font-size: 25px;
  }
      
  } */
@media only screen and (max-device-height: 664px) {
  .wrapper2 {
    background-color: #fff;
    position: relative;
    border-radius: 8%;
    height: auto;
    width: 51%;
    top: 22%;
    left: 50%;
    padding: 3% 0;
  }
  .form-heading h4 {
    font-size: 113%;
  }
  .btn-button {
    margin-top: 5%;
    margin-left: 1%;
    height: auto;
    width: auto;
    font-size: 15px;
    font-family: 'ProximaNovaThin';
    padding: 0.5em 1.5em 0.5em;
  }
  .input-class {
    width: -webkit-fill-available;
    height: 2.2vh;
    padding: 5px;
    padding-left: 20px;
    border: 2px solid #a7e1f5;
    background: white;
    margin-top: 10px;
    font-size: 15px;
  }
  ::placeholder {
    font-size: 15px;
  }
  .fonticon {
    font-size: 14px;
  }
  .logoo-right {
    width: 10%;
    vertical-align: bottom;
  }
  .soical-logo-right {
    width: 5%;
  }
}

@media only screen and (max-device-height: 664px) {
  .wrapper2 {
    background-color: #fff;
    position: relative;
    border-radius: 8%;
    height: auto;
    width: 51%;
    top: 22%;
    left: 50%;
    padding: 3% 0;
  }
  .form-heading h4 {
    font-size: 113%;
  }
  .btn-button {
    margin-top: 5%;
    margin-left: 1%;
    height: auto;
    width: auto;
    font-size: 15px;
    font-family: 'ProximaNovaThin';
    padding: 0.5em 1.5em 0.5em;
  }
  .input-class {
    width: -webkit-fill-available;
    height: 2.2vh;
    padding: 5px;
    padding-left: 20px;
    border: 2px solid #a7e1f5;
    background: white;
    margin-top: 10px;
    font-size: 15px;
  }
  ::placeholder {
    font-size: 15px;
  }
  .fonticon {
    font-size: 14px;
  }
  .logoo-right {
    width: 10%;
    vertical-align: bottom;
  }
  .soical-logo-right {
    width: 5%;
  }
}

@media only screen and (max-device-width: 992px) and (max-device-height: 481px) {
  .logoo-left {
    width: 13% !important;
    vertical-align: bottom;
  }
  .text h1 {
    font-size: 1rem;
  }
  .copyright {
    font-size: 0.6rem;
  }
  .social-width {
    width: 3%;
  }
  .soical-logo-right {
    width: 2%;
  }
  .logoo-right {
    width: 4%;
    vertical-align: bottom;
  }
  .wrapper2 {
    background-color: #fff;
    position: relative;
    border-radius: 8%;
    height: auto;
    width: 20%;
    top: 22%;
    left: 50%;
    padding: 0% 0;
  }
  .wrapper3 {
    width: 20%;
    padding: 0% 0;
  }
  .wrapper4 {
    width: 20%;
    padding: 0% 0;
  }
  .form-heading h4 {
    font-size: 44%;
  }
  .input-class {
    width: -webkit-fill-available;
    height: 1vh;
    padding: 5px;
    padding-left: 20px;
    border: 2px solid #a7e1f5;
    background: white;
    margin-top: 4px;
    font-size: 7px;
  }
  .btn-button {
    margin-top: 10%;
    margin-left: 1%;
    height: auto;
    width: auto;
    font-size: 7px;
    font-family: 'ProximaNovaThin';
    padding: 0.5em 1.5em 0.5em;
  }
  .fonticon {
    font-size: 6px;
  }
  ::placeholder {
    font-size: 7px;
  }
  .sidetexthead {
    font-size: 16px;
  }
}

.tonum::-webkit-outer-spin-button,
.tonum::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.emptyinput {
  border-color: red;
}
/*# sourceMappingURL=cloudserver.css.map */