.amazing-place-section {
  margin: 0 0 6rem;
}

.amazing-place-section .amazing-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.amazing-place-section .amazing-img-container .amazing-img {
  width: 50%;
  margin: 0;
}

.amazing-place-section .amazing-text {
  width: 80%;
  text-align: center;
  margin: 3rem auto;
  color: #505050;
  letter-spacing: 1%;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
}

@media (min-width: 576px) {
  .amazing-place-section .amazing-text {
    font-size: calc(1.38888889vw + 20px);
  }
}

@media (min-width: 1440px) {
  .amazing-place-section .amazing-text {
    font-size: 40px;
  }
}

@media (min-width: 576px) {
  .amazing-place-section .amazing-text {
    line-height: calc(1.96759259vw + 26.66666667px);
  }
}

@media (min-width: 1440px) {
  .amazing-place-section .amazing-text {
    line-height: 55px;
  }
}

@media screen and (max-width: 576px) {
  .amazing-place-section .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .amazing-place-section {
    margin: 6rem 0;
  }
  .amazing-place-section .amazing-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .amazing-place-section .amazing-flex .amazing-img-container {
    width: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
  }
  .amazing-place-section .amazing-flex .amazing-img-container .amazing-img {
    width: 33%;
  }
  .amazing-place-section .amazing-flex .amazing-text {
    width: 43%;
    margin-left: 0;
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .amazing-place-section {
    margin: 10rem 0;
  }
}

@media screen and (min-width: 1400px) {
  .amazing-place-section {
    margin: 12rem 0;
  }
}

.landing-section {
  background-image: url("/images/jobs/job-page-banner-mob.png");
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 3 / 4;
  position: relative;
  background-position: center;
}

.landing-title-div {
  position: relative;
  height: 560px;
}

.landing-title {
  position: absolute;
  top: 85%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  width: 90%;
}

@media (min-width: 576px) {
  .landing-title {
    font-size: calc(2.89351852vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .landing-title {
    font-size: 55px;
  }
}

@media (min-width: 576px) {
  .landing-title {
    line-height: calc(2.89351852vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .landing-title {
    line-height: 65px;
  }
}

.join-team-title {
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  color: #001A3B;
}

@media (min-width: 576px) {
  .join-team-title {
    font-size: calc(0.5787037vw + 21.66666667px);
  }
}

@media (min-width: 1440px) {
  .join-team-title {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .join-team-title {
    line-height: calc(1.73611111vw + 15px);
  }
}

@media (min-width: 1440px) {
  .join-team-title {
    line-height: 40px;
  }
}

.join-team-subtitle {
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 23px;
  font-weight: 400;
  color: #001A3B;
  text-align: left;
  padding-right: 10px;
}

@media (min-width: 576px) {
  .join-team-subtitle {
    font-size: calc(0.11574074vw + 14.33333333px);
  }
}

@media (min-width: 1440px) {
  .join-team-subtitle {
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .join-team-subtitle {
    line-height: calc(0.34722222vw + 21px);
  }
}

@media (min-width: 1440px) {
  .join-team-subtitle {
    line-height: 26px;
  }
}

.join-team-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.job-openings-title {
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  color: #383838;
}

.slide-button-group .slide-button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: transparent;
  color: #505050;
  border: 2px solid #505050;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6px;
  z-index: 10;
}

.slide-button-group .slide-button span {
  font-size: 40px;
}

.slide-button-group .slide-button:hover {
  background-color: #0F243F;
  color: #FFF;
}

.benefits-title {
  font-size: 20px;
  line-height: 38px;
  font-weight: 600;
  text-align: center;
  color: #505050;
}

@media (min-width: 576px) {
  .benefits-title {
    font-size: calc(2.31481481vw + 6.66666667px);
  }
}

@media (min-width: 1440px) {
  .benefits-title {
    font-size: 40px;
  }
}

@media (min-width: 576px) {
  .benefits-title {
    line-height: calc(1.96759259vw + 26.66666667px);
  }
}

@media (min-width: 1440px) {
  .benefits-title {
    line-height: 55px;
  }
}

.cards {
  border: 1px solid #B0B0B0;
  border-radius: 5px;
  width: 100%;
}

.card-img {
  width: 100%;
}

.card-content {
  text-align: center;
}

.card-title {
  font-size: 20px;
  line-height: 24.2px;
  font-weight: 700;
  color: #505050;
}

.card-desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #828282;
}

.jobs-form-section {
  padding: 70px 0px;
}

.jobs-apply-heading {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.apply-form-content {
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
  color: #383838;
}

.smart-input-field {
  border-style: none;
  border-bottom: 1px solid #383838;
  padding: 25px 0px 0px 0px;
  opacity: 0.6;
}

.smart-input-field:focus {
  outline: none;
}

.job-description {
  padding: 25px;
  margin: 0 10px;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.mid-job-description-div-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.question-heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  padding-top: 15px;
}

.questions-ans p,
.questions-ans span {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
}

.green-color {
  background-color: #D0FFCE !important;
  padding: 12px !important;
}

.pink-color {
  background-color: #FFDDDF !important;
  padding: 12px !important;
}

.blue-color {
  background-color: #D1F7FF !important;
  padding: 12px !important;
}

.orange-color {
  background-color: #FFF2D1 !important;
  padding: 12px !important;
}

.benefits-card {
  border: 1px solid orange !important;
}

.job-description-div {
  width: 100%;
}

.job-description-div .job-description-div-heading {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.job-description-div .job-description-div-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-left: 2px solid #505050;
  margin-left: 10px;
  padding-left: 10px;
}

.memories-section {
  margin: 100px 0;
}

.benefits-section {
  margin-top: 70px;
  margin-bottom: 70px;
}

.sub-btn {
  padding: 15px 40px;
  background: #0F243F;
  border: 1px solid #383838;
  width: 148px;
  height: 55px;
  color: #fff;
}

.sub-btn:hover {
  border: 1px solid #0F243F;
}

.form-control:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.job-slider .slick-slide {
  margin: 0 26px;
}

.job-slider .slick-list {
  margin: 0 -26px;
}

.job-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.job-slider .slick-dots {
  bottom: -40px;
  text-align: center;
}

.cards-slider .slick-slide {
  margin: 0 26px;
}

.cards-slider .slick-list {
  margin: 0 -26px;
}

.amazing-place {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.amazing-place-img {
  width: 205px;
}

.amazing-place-img img {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  width: 205px;
  height: 205px;
}

.amazing-place-content {
  padding: 130px 18px 0 18px;
  text-align: center;
}

.padding {
  padding: 58.5px 0 !important;
}

.add-padding {
  padding: 72px 0 !important;
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .landing-section-wrapper > :first-child {
    margin-top: 0;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .landing-section {
    background-image: url("/images/jobs/job-page-banner-web.png");
    aspect-ratio: 32 / 13;
  }
  .join-team-content {
    padding: 0 58px;
  }
  .amazing-place-img {
    margin: 70px 0;
    width: 200px;
  }
  .amazing-place-img img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 200px;
    height: 200px;
  }
  .amazing-place-content {
    padding: 70px 0 0 0;
    text-align: left;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .amazing-place {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: coulmn;
            flex-direction: coulmn;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 30%;
  }
  .slide-button-group .slide-button {
    width: 45px;
    height: 45px;
  }
}

@media (min-width: 992px) {
  .join-team-content {
    padding: 0 0px;
  }
  .benefits-title {
    margin-right: 100px;
  }
  .join-team-subtitle {
    padding-right: 10px;
  }
  .join-team-title {
    text-align: left;
    margin-left: 0 !important;
  }
  .job-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .job-slider .slick-slide > div {
    width: 411px !important;
    padding: 0 20px;
  }
  .job-slider .slick-dots {
    bottom: -40px;
  }
  .cards-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cards-slider .slick-slide > div {
    width: 411px !important;
    padding: 0 20px;
  }
  .cards-slider .slick-dots {
    bottom: -40px;
  }
  .card-img {
    width: 80%;
  }
  .card-content {
    text-align: left;
    width: 100%;
  }
  .job-description {
    padding: 50px;
  }
  #captcha0 {
    top: 50px;
  }
  .submit-container {
    margin-top: 0px;
  }
  .cards {
    border: 1px solid #B0B0B0;
    width: 46%;
  }
  .card-title {
    font-weight: 600;
  }
  .nav-link.active {
    background-color: #001A3B !important;
    border-left: 10px solid #2E54B2;
    padding: 30px 50px;
    border-bottom: 0px solid #001A3B !important;
    border-right: 2px solid #001A3B !important;
    border-top: 0px solid #001A3B !important;
  }
  .nav-link.active .job-title-tab {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #fff;
    font-weight: 600;
  }
  .nav-link.active .job-desc-tab {
    color: #CFCEFF;
  }
  .nav-link {
    border-left: 10px solid #D1E5FF !important;
    border-bottom: 2px solid #D1E5FF !important;
    border-right: 2px solid #D1E5FF !important;
    border-top: 2px solid #D1E5FF !important;
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 0 !important;
  }
  .nav-link .job-title-tab {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #1A194C;
    font-weight: 600;
  }
  .nav-link .job-desc-tab {
    color: #1A194C;
  }
  .landing-title-div {
    position: relative;
    height: 800px;
  }
  .join-team-content {
    width: 50%;
  }
  .landing-title {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30%;
  }
  .landing-section {
    background-image: url("/images/jobs/job-page-banner-web.png");
  }
}

.job-info {
  font-size: 14px;
  line-height: 1.94px;
  color: #505050;
  font-weight: 500;
  margin-right: 50px;
}

.job-opening-text,
.job-opening-para {
  color: #828282;
  font-weight: 500;
  font-size: 14px;
  line-height: 18.75px;
  letter-spacing: 0.02em;
  width: 70%;
}

.skills-btn {
  border-radius: 30px;
  color: #828282;
  padding: 5px 20px;
  margin: 5px;
  font-size: 12px;
  line-height: 14px;
}

.resume-title {
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.choose-file {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  text-decoration: none !important;
}

.drop-zone {
  padding: 40px 25px 0px 0px;
  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;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  cursor: pointer;
  color: gray;
  position: relative;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__prompt {
  text-decoration: underline;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  padding: 55px 25px 10px 25px;
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: grey;
  text-align: center;
}

@media (min-width: 992px) {
  .amazing-place {
    width: 50%;
  }
  .card-img {
    width: 19.4%;
  }
  .form-section {
    width: 75%;
    margin: 0 auto;
  }
  .form-section .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form-section .col-md-6 {
    width: 47%;
    margin-bottom: 20px;
  }
}

.job-benefits-section {
  background-color: #17BEFF;
  padding: 100px 0;
  margin-top: 50px;
  font-family: "Gilroy", sans-serif;
}

.job-benefits-section .rir-benefits-section-wrapper .mfg-benefits {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  color: #fff;
}

.job-benefits-section .rir-benefits-section-wrapper .mfg-benefits-heading {
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  font-weight: 500;
  color: #fff;
}

@media (min-width: 576px) {
  .job-benefits-section .rir-benefits-section-wrapper .mfg-benefits-heading {
    font-size: calc(0.23148148vw + 26.66666667px);
  }
}

@media (min-width: 1440px) {
  .job-benefits-section .rir-benefits-section-wrapper .mfg-benefits-heading {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .job-benefits-section .rir-benefits-section-wrapper .mfg-benefits-heading {
    line-height: calc(0.23148148vw + 36.66666667px);
  }
}

@media (min-width: 1440px) {
  .job-benefits-section .rir-benefits-section-wrapper .mfg-benefits-heading {
    line-height: 40px;
  }
}

.job-benefits-section .rir-benefits-section-wrapper .cards-container {
  margin: 2rem 0;
}

.job-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  margin: 2rem 0;
  padding: 2rem 1rem;
  text-align: center;
  color: #001A3B;
}

.job-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card .mfg-card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 2rem;
}

.job-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card .mfg-card-text .mfg-card-heading {
  font-size: 20px;
  line-height: 24.2px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.job-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card .mfg-card-text .mfg-card-para {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -1%;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .job-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .job-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card-row .mfg-card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: center;
    padding-top: 3rem;
  }
  .job-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card-row .mfg-card .mfg-card-text {
    width: 90%;
  }
  .job-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card-row .mfg-card .mfg-card-text .mfg-card-para {
    width: 95%;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .job-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .job-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card-row .mfg-card {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: start;
    padding-top: 3rem;
  }
  .job-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card-row .mfg-card .mfg-card-text {
    width: 70%;
  }
  .job-benefits-section .rir-benefits-section-wrapper .cards-container .mfg-card-row .mfg-card .mfg-card-text .mfg-card-para {
    width: 95%;
    margin-top: 1rem;
  }
}
