section.C-detail-banner {
  height: 420px;
}
form.careers-form .form-control::-webkit-input-placeholder {
  color: #000000;
}
form.careers-form .form-control::-moz-placeholder {
  color: #000000;
}
form.careers-form .form-control:-ms-input-placeholder {
  color: #000000;
}
form.careers-form .form-control:-moz-placeholder {
  color: #000000;
}
input.form-control:hover,
input.form-control:focus,
input.form-control:focus-visible,
select.form-control:hover,
select.form-control:focus,
select.form-control:focus-visible,
textarea.form-control:hover,
textarea.form-control:focus,
textarea.form-control:focus-visible {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0px;
  outline-offset: 0px;
}
.col-gold {
  color: #b9983d;
  font-size: 30px;
}
ul.bullet-list {
  position: relative;
  width: 100%;
  display: block;
  margin: 0px 0px 30px;
}
ul.bullet-list li {
  position: relative;
  width: 100%;
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  padding: 0px 0px 0px 25px;
  margin: 0px 0px 10px;
}
ul.bullet-list li:before {
  content: '●';
  position: absolute;
  top: 0px;
  left: 8px;
}
/*** Life At Aurum PropTech CSS ***/
.life-at-sec,
.life-at {
  position: relative;
  width: 100%;
  display: block;
}
.life-at-sec {
  margin: 70px 0px 0px;
}
.life-at {
  padding: 50px;
  margin: 0px 0px 30px;
}
.life-at-title {
  position: relative;
  width: 100%;
  display: block;
  border-bottom: 1px solid #c0c0c0;
  padding: 0px 0px 30px;
  margin: 0px 0px 50px;
}
.life-at-title h2 {
  color: #000000;
  margin: 0px 0px 20px;
}
.life-at-title span.col-green {
  color: #05bd8e;
}
ul.life-at-list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
}
ul.life-at-list li {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding: 0px 15px;
  margin: 0px 0px 30px;
}
ul.life-at-list li svg {
  max-width: 32px;
  width: 100%;
  display: inline-block;
  margin: 0px 12px 0px 0px;
}
ul.life-at-list li .life-at-text {
  position: relative;
  width: calc(100% - 45px);
  display: inline-block;
  font-family: 'PublicSans-Regular';
  color: #000000;
  font-size: 18px;
  line-height: 110%;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}
/*** Available positions CSS ***/
.filters-sec,
.filters-top,
.filters-city,
.filters-city ul,
.filters-last {
  position: relative;
  width: 100%;
  display: block;
}
.filters-sec {
  background: #f3f3f3;
}
.filters-top {
  margin: 0px 0px 30px;
}
.filters-city ul li {
  position: relative;
  width: auto;
  display: inline-block;
  color: #000000;
  background: transparent;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #000000;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  padding: 10px 24px;
  margin: 0px 8px 10px;
  cursor: pointer;
}
.filters-city ul li:hover,
.filters-city ul li.active {
  color: #ffffff;
  background: #172243;
  border: 1px solid #172243;
}
.filters-roles {
  position: relative;
  display: block;
}
.filters-roles ul {
  position: relative;
  width: 100%;
  display: block;
}
.filters-roles ul li {
  position: relative;
  width: 100%;
  display: block;
  font-family: 'PublicSans-Regular';
  color: #000000;
  background: transparent;
  font-size: 18px;
  line-height: 110%;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  padding: 12px;
  margin: 0px 0px 5px;
  cursor: pointer;
}
.filters-roles ul li:hover,
.filters-roles ul li.active {
  font-weight: 500;
  background: rgba(5, 189, 142, 0.2);
}
.filters-roles ul > .scroll__container li.active {
  font-weight: 500;
  background: rgba(5, 189, 142, 0.2);
}
.filters-sec .filters-content {
  position: relative;
  display: block;
  border-left: 1px solid rgba(0, 0, 0, 0.75);
}
.filters-sec .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.filters-sec .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.filters-sec .filters-content .item {
  position: relative;
  width: 100%;
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
}
.filters-sec .filters-content .item a {
  position: relative;
  width: 100%;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  padding: 12px 8px;
  margin: 0px 0px 10px;
}
.filters-sec .filters-content .item a .filters-text {
  position: relative;
  width: calc(100% - 30px);
  display: inline-block;
  color: #000000;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
}
.filters-sec .filters-content .item a svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0px 0px 0px 10px;
}
.filters-sec .filters-content .item a:after {
  content: '';
  width: 0px;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0px;
  bottom: -1px;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0.6s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0.6s;
  background: #05bd8e;
}
.filters-sec .filters-content .item a:hover:after {
  width: 100%;
  left: 0px;
  right: auto;
}
/*scroll*/
.scroll__container {
  height: 178px;
  overflow-y: auto;
}
.scroll__container::-webkit-scrollbar {
  width: 5px;
  height: 0px;
}
.scroll__container::-webkit-scrollbar-track {
  background: #f3f3f3;
}

.scroll__container::-webkit-scrollbar-thumb {
  background-color: #919191;
  border-radius: 10px;
}

/*** Send us a Mail CSS ***/
.send-mail-sec {
  position: relative;
  width: 100%;
  display: block;
}
.send-mail {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: end;
  background: #172243;
  padding: 70px 50px;
  margin: 150px 0px 70px;
}
.send-mail-img img {
  max-width: 100%;
  display: block;
  margin-top: -150px;
}
.send-mail-text h2 {
  position: relative;
  width: 100%;
  display: block;
  color: #ffffff;
  line-height: 110%;
  font-weight: 400;
  font-style: normal;
}
.send-mail-text p {
  position: relative;
  width: 100%;
  display: block;
  color: #ffffff;
  line-height: 150%;
  font-weight: 400;
  font-style: normal;
  opacity: 1;
}
.send-mail-text button.send-mail-btn {
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  border: 1px solid #ffffff;
  padding: 12px 12px;
  min-width: 260px;
}
.send-mail-text button.send-mail-btn svg {
  margin: 0px 5px;
}
/*** Gallery CSS ***/
.gallery-sec {
  position: relative;
  width: 100%;
  display: block;
  margin: 0px 0px 70px;
}
.gallery-text {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.gallery-text h2 {
  color: #000000;
  margin: 10px 0px;
}
.gallery-text a.gallery-more {
  color: #172243;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-align: right;
  font-style: normal;
  letter-spacing: 0.04em;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.gallery-text a.gallery-more svg {
  margin: 0px 0px 0px 10px;
}
.gallery {
  position: relative;
  width: 100%;
  -moz-column-width: 300px;
  column-width: 300px;
  -moz-column-gap: 7px;
  column-gap: 7px;
}
.gallery img {
  vertical-align: baseline;
  width: 100%;
  cursor: pointer;
}
.gallery-aef {
  position: relative;
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.gallery-aef img {
  vertical-align: baseline;
  width: 100%;
  cursor: pointer;
  max-width: 300px;
}
.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
  z-index: 999;
}
.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}
.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(70vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}
.lightbox [class^='arrow'] {
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.lightbox [class^='arrow']:after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.lightbox .arrowl {
  left: 30px;
}
.lightbox .arrowl:after {
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-transform: translate(-25%, -50%) rotate(-45deg);
  -moz-transform: translate(-25%, -50%) rotate(-45deg);
  -o-transform: translate(-25%, -50%) rotate(-45deg);
  -ms-transform: translate(-25%, -50%) rotate(-45deg);
  transform: translate(-25%, -50%) rotate(-45deg);
}
.lightbox .arrowr {
  right: 30px;
}
.lightbox .arrowr:after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: translate(-75%, -50%) rotate(-45deg);
  -moz-transform: translate(-75%, -50%) rotate(-45deg);
  -o-transform: translate(-75%, -50%) rotate(-45deg);
  -ms-transform: translate(-75%, -50%) rotate(-45deg);
  transform: translate(-75%, -50%) rotate(-45deg);
}
.lightbox .close {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.lightbox .close:after,
.lightbox .close:before {
  content: '';
  width: 1px;
  height: 50%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.lightbox .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.lightbox .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
/*** Job Posting Detail CSS ***/
/* .file-1 { fill:none; stroke:#000000; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.5px; } */
section.full-back-image.career-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.career-head {
  position: relative;
  width: 100%;
  margin: 100px 0px;
  max-width: 600px;
}
.career-head h1 {
  color: #ffffff;
  font-size: 58px;
  line-height: 88px;
  font-weight: 500;
  font-style: normal;
  margin: 0px 0px 10px;
}
.career-head h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: normal;
  font-weight: 400;
  font-style: normal;
}
.job-posting-highlight img {
  max-width: 100%;
  display: block;
}
.job-form {
  position: relative;
  display: block;
  background: #ecfffa;
  padding: 45px 32px 25px;
}
.job-form h4 {
  position: relative;
  width: 100%;
  display: block;
  color: #172243;
  margin: 0px 0px 20px;
}
.job-form form {
  position: relative;
  width: 100%;
  display: block;
}
.job-form form .form-group {
  position: relative;
  width: 100%;
  display: block;
  margin: 0px 0px 30px;
}
.job-form form .form-group input.form-control,
.job-form form .form-group textarea.form-control {
  position: relative;
  width: 100%;
  display: block;
  color: #000000;
  background: transparent;
  font-size: 16px;
  line-height: 110%;
  font-weight: 400;
  font-style: normal;
  padding: 10px 5px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #000000;
}
button.btn.job-action-btn {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 12px;
}
button.btn.job-action-btn.apply-btn {
  color: #172243;
  background: transparent;
  border: 1px solid #172243;
}
.job-form .strike {
  position: relative;
  width: 100%;
  display: block;
  color: #000000;
  font-size: 18px;
  line-height: 144.19%;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin: 0px 0px 20px;
  z-index: 1;
}
.job-form .strike:before {
  content: '';
  width: 100%;
  margin: 0px auto;
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}
.job-form .strike span {
  background: #ecfffa;
  padding: 0px 15px;
}
.job-posting-sec {
  margin: 55px 0px 30px;
  position: relative;
}
/*** Job Posting Header CSS ***/
.careers-banner-slider.slick-slider {
  margin-top: 120px;
}
.contact.common-hero .bg-overlay .careers-banner-slider img {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
section .careers-banner-slider.slick-slider .slick-dots {
  bottom: -20px;
}
.career-banner a.btn-white.v2 {
  color: var(--white);
  background: var(--blue);
  display: inline-block;
}
.career-banner a.btn-white.v2:after {
  background: url(../assets/careers/down-arrow-white.svg) center/contain
    no-repeat;
}

/*** AEF CSS ***/
.aef .right-bg img {
  right: 0 !important;
}
/*** Media CSS ***/
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .careers-banner-slider.slick-slider {
    margin-top: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  ul.life-at-list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0px 0px 20px;
  }
  .careers-banner-slider.slick-slider {
    margin-top: 180px;
  }
  .career-head h1 {
    font-size: 40px;
    line-height: 47px;
  }
  .career-head h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lightbox img {
    max-width: calc(90vw - 100px);
  }
  ul.life-at-list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0px 0px 20px;
  }
  .life-at-sec {
    margin: 50px 0px 0px;
  }
  .filters-roles {
    margin: 0px 0px 30px;
  }
  .filters-sec .filters-content {
    border-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.75);
  }
  .send-mail-sec.section-padding {
    padding: 0px;
  }
  .send-mail {
    background: none;
    padding: 0px;
    margin: 0px 0px 30px;
  }
  .send-mail-img {
    padding: 0px;
    margin: 50px 0px 0px;
  }
  .send-mail-img img {
    width: 100%;
    margin: 0px;
  }
  .send-mail-text {
    background: #172243;
    padding: 30px;
  }
  .lightbox .arrowl {
    left: 10px;
  }
  .lightbox .arrowr {
    right: 10px;
  }
  .gallery-sec {
    margin: 0px 0px 50px;
  }
  .contact.careers-banner.common-hero.image-background {
    height: auto;
  }
  .contact.careers-banner .banner-container.container {
    max-width: 100%;
  }
  .contact.careers-banner .container .col-lg-6 {
    max-width: 720px;
  }
  .contact.careers-banner .container .col-lg-6:first-child {
    margin: 0px auto;
  }
  .contact.careers-banner .container .col-lg-6.bg-overlay {
    margin: auto;
    padding-right: 0px;
  }
  .contact.careers-banner .banner-container .hero-content {
    margin: 50px 0px 0px;
  }
  .contact .careers-banner-slider.slick-slider {
    margin-top: 0px;
    top: 100px;
  }
  .career-head h1 {
    font-size: 40px;
    line-height: 47px;
  }
  .career-head h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .job-posting-sec {
    margin: 0 0px 30px;
  }
  .lightbox img {
    max-width: calc(90vw - 100px);
  }
  ul.life-at-list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0px 0px 20px;
  }
  .life-at-sec {
    margin: 50px 0px 0px;
  }
  .job-posting-sec .container-fluid {
    padding: 0px;
  }
  .job-posting-sec .row > div {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px;
  }
  .filters-roles {
    margin: 0px 0px 30px;
  }
  .filters-sec .filters-content {
    border-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.75);
  }
  .send-mail-sec.section-padding {
    padding: 0px;
  }
  .send-mail {
    background: none;
    padding: 0px;
    margin: 0px 0px 30px;
  }
  .send-mail-img {
    padding: 0px;
    margin: 50px 0px 0px;
  }
  .send-mail-img img {
    width: 100%;
    margin: 0px;
  }
  .send-mail-text {
    background: #172243;
    padding: 30px;
  }
  .lightbox .arrowl {
    left: 0px;
  }
  .lightbox .arrowr {
    right: 0px;
  }
  .gallery-sec {
    margin: 0px 0px 50px;
  }
  .contact.careers-banner.common-hero.image-background {
    height: auto;
  }
  .contact.careers-banner .banner-container.container {
    max-width: 100%;
  }
  .contact.careers-banner .container .col-lg-6 {
    max-width: 720px;
  }
  .contact.careers-banner .container .col-lg-6:first-child {
    margin: 0px auto;
  }
  .contact.careers-banner .container .col-lg-6.bg-overlay {
    margin: auto;
  }
  .contact.careers-banner .banner-container .hero-content {
    margin: 50px 0px 0px;
  }
  .contact .careers-banner-slider.slick-slider {
    margin-top: 0px;
    top: 100px;
  }
  .career-head h1 {
    font-size: 40px;
    line-height: 47px;
  }
  .career-head h2 {
    font-size: 20px;
  }
  .careers .breadcrumb-main {
    top: 0;
    margin-bottom: 0;
  }
  .careers .breadcrumb-main .breadcrumb {
    margin-top: 0px;
  }
  .life-at-sec {
    margin-top: 0;
  }
  .gallery {
    padding: 10px;
  }

  .C-detail .breadcrumb-main {
    top: 10px;
    margin-bottom: 0;
  }
  .C-detail .breadcrumb-main .breadcrumb {
    margin-top: 0px;
  }

  .career-head {
    margin-top: 214px;
    margin-bottom: 0;
    bottom: 0;
    margin-right: 0;
  }

  .job-form h4 {
    font-size: 28px;
    color: #172243;
  }
  .job-posting-sec.section-padding {
    padding: 25px 0;
  }
  .col-gold {
    margin-bottom: 25px;
  }
}

.isotope-pager,
.filters {
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.isotope-pager .pager,
.filters li {
  display: block;
  padding: 5px 10px;
  border: 1px solid #333;
  margin: 0 5px;
}

.isotope-pager .pager,
.filters li a {
  text-decoration: none;
  color: #ffffff;
  background-color: var(--green);
  border: #ffffff;
  padding: 6px 15px 6px 15px;
  font-size: 14px;
}

a.pager.page-active {
  border-bottom: 2px solid #002b20;
}

.modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 28, 0.19);
  backdrop-filter: blur(6px);
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  z-index: 999;
}

.modal__align {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.modal__content {
  width: 800px;
  height: auto;
  /* box-shadow: 0px 100px 80px rgba(184, 184, 184, 0.07),
	  0px 25.8162px 19px 4px rgba(178, 178, 178, 0.0456112),
	  0px 7.779px 7.30492px rgba(0, 0, 0, 0.035),
	  0px 1.48838px 2.0843px rgba(0, 0, 0, 0.0243888); */
  border-radius: 20px;
  background: transparent;
  color: #000;
  position: relative;
  margin: 0rem 4rem;
}

.modal__close {
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  /* bottom: 50px; */
  width: 32px;
  height: 32px;
  padding: 0;
  top: 10px;
  right: 10px;
}

.modal__video-align {
  display: flex;
  position: relative;
  bottom: 37px;
}

.modal__video-style {
  border-radius: 20px;
  z-index: 100;
}

.modal__spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal__spinner {
  animation: spin 2s linear infinite;
  font-size: 40px;
  color: #1b6aae;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 800px) {
  .modal__content {
    margin: 0rem 1rem;
    width: 100%;
  }
  .modal__video-style {
    width: 100%;
  }
  .modal__close {
    /* top: -30px;
		right: -10px; */
  }
}

@media screen and (max-width: 499px) {
  .modal__content {
    background: transparent;
    height: auto;
  }
  .modal__video-align {
    bottom: 0px;
  }
  .modal__video-style {
    height: auto;
  }
  .send-mail-text button.send-mail-btn {
    min-width: auto;
  }
}

img.card-img.carrer-video-tbn {
  border-radius: 0 !important;
  max-height: 260px;
  min-height: 260px;
  max-width: 100%;
  object-fit: fill;
}

blockquote.blockquote.video-slider-text {
  color: #000;
  font-size: 50px;
  text-shadow: unset;
  margin: auto !important;
  text-align: center !important;
  position: inherit;
}

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

.wrap-div {
  display: flex;
  justify-content: space-between;
}

button.video-icon-career {
  height: 40px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid #b9983d;
  background: transparent;
  width: 40px;
}

button.video-icon-career .fa-play:before {
  color: #b9983d;
}

/* body .video-model-screen {
	overflow: hidden;
} */

body.video-model-screen {
  height: 100vh;
  overflow-y: hidden;
}
