/*new popup css*/

.pop_up_wrap {
  width: 1120px;
  margin: auto;
  padding: 118px 10px 10px 10px;
  max-width: 100%;
}
.pop_up_wrap .modal-header {
  padding: 0 !important;
  border-bottom: none;
}
.pop_up_wrap .popup_close {
  width: 40px !important;
  height: 40px !important;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 1) !important;
  background: rgba(255, 255, 255, 1) !important;
  border-radius: 20px !important;
  position: absolute !important;
  right: -16px !important;
  top: -16px !important;
  color: #000 !important;
  z-index: 999 !important;
  opacity: inherit !important;
  font-size: 16px !important;
}
.popup_form_main {
  border: 1px solid rgba(224, 224, 224, 1);
  padding: 20px;
  border-radius: 16px;
}
.popup_form-control {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(224, 224, 224, 1);
  height: 48px;
  border-radius: 10px;
  padding: 0 0 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(30, 30, 30, 0.8);
  outline: none;
}
.popup_mt_20 {
  margin-top: 20px;
}
.popup_form_main h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
}
.career_select_wrap {
  width: 100%;
  height: 48px;
  border: 1px solid rgb(224 224 224);
  border-radius: 10px;
  padding-left: 15px;
  font-size: 16px;
  color: rgb(30 30 30 / 0.6);
  background: rgb(255 255 255);
  outline: unset;
  outline: unset;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.custom-icon {
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  fill: #1e1e1e;
}
.footer_form-label_wrap {
  color: rgba(30, 30, 30, 0.6);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
/* material ui */
.material-input {
  position: relative;
}

.material-input input,
.material-input textarea,
.material-input select {
  width: 100%;
  border: 1px solid #ccc;
  padding: 14px 12px 14px;
  font-size: 16px;
  background: transparent;
  outline: none;
  border-radius: 6px;
  transition: border-color 0.2s ease;
}

.material-input input:focus,
.material-input textarea:focus,
.material-input select:focus {
  border: 1px solid #333;
}

.material-input label {
  position: absolute;
  left: 14px;
  top: 11px;
  background: #fff;
  color: rgb(30 30 30 / 0.6);
  font-size: 16px;
  pointer-events: none;
  transition: 0.2s ease all;
  font-weight: 600;
}

.material-input input:focus + label,
.material-input input:not(:placeholder-shown) + label,
.material-input textarea:focus + label,
.material-input textarea:not(:placeholder-shown) + label,
.material-input select:focus + label,
.material-input select:valid + label {
  top: -8px;
  left: 12px;
  font-size: 12px;
  color: rgb(30 30 30 / 0.6);
}
.material-input textarea.text_area_wrap.min_height_300 {
  display: block;
}

/* //added for select option filed */
.material-input.focused label,
.material-input.filled label {
  top: -9px;
  left: 10px;
  font-size: 12px;
}

/* end  */
input:-webkit-autofill {
  -webkit-text-fill-color: #787878 !important;
  -webkit-box-shadow: inset 0 0 0 0 #787878 !important;
  -webkit-background-clip: text !important;
}
.custom-file-upload_file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border: 1px solid rgb(224 224 224);
  border-radius: 10px;
  padding-left: 15px;
  height: 48px;
}
.custom-file-upload_file span {
  color: #000;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  padding-bottom: 8px;
  background: #fff;
  padding-left: 7px;
}
.upload-icon_file {
  display: flex;
  align-items: center;
}
.file_text_small {
  position: absolute;
  top: 50px;
  left: 15px;
  font-size: 11px;
}
.upload-icon_file {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
}
.client_from_main .custom-file-upload_file {
  padding-right: 24px;
}
textarea.text_area_wrap {
  width: 100%;
  margin-top: 10px !important;
  border-radius: 10px !important;
  padding-left: 12px !important ;
  padding-top: 14px !important;
  font-size: 16px !important;
  resize: none;
}
.popup_space .col-md-6 {
  margin: 20px 0px 0 0;
  padding: 0px 10px 0 10px;
}
.popup-button {
  text-align: end;
  padding-top: 10px;
  display: flex;
  justify-content: end;
}
.popup-button button {
  padding: 12px;
  display: inline-block;
  width: 100%;
  max-width: 200px;
  background: rgba(37, 131, 233, 1);
  border: 1px solid rgba(225, 240, 255, 1);
  border-radius: 10px;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
}
.popup-button button:hover {
  border: 1px solid rgba(37, 131, 233, 1);
  color: rgba(37, 131, 233, 1);
  background: #fff;
}
.modal-footer.popup_footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  background: rgba(26, 26, 26, 1);
  margin: 0 15px 15px 20px;
  border-radius: 20px;
}
.popup_location {
  position: relative;
}
.popup_location h3,
.popup_contact_info h3 {
  text-align: left;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  line-height: 150%;
}
.popup_location:after {
  content: "";
  position: absolute;
  border-right: 1px solid rgba(38, 38, 38, 1);
  top: -15px;
  bottom: -14px;
}
.popup_inner_card {
  display: flex;
  padding-top: 20px;
  column-gap: 15px;
}
.popup_india {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pop_up_wrap .modal-content {
  border-radius: 28px;
  border: none;
  padding-bottom: 1px;
}
.popup_india span {
  text-align: left;
  padding-top: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 16px;
}
.popup-social {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
  color: #fff;
  padding-top: 20px;
}
.popup-social a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.popup-social span {
  padding-left: 10px;
}
.popup_top_img img {
  width: 100px;
  object-fit: contain;
}
.popup_top_img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 23px;
  column-gap: 9px;
  padding-top: 10px;
}
.client_wrap_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pop_up_client_img {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.pop_up_client_img img {
  width: 60px !important;
  height: 60px;
}
.client_name h6 {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
  color: #fff;
}
.client_name span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.popup_client_slider {
  padding: 20px;
  background: rgba(36, 36, 36, 1);
  border-radius: 16px;
  min-height: 400px;
  max-height: 400px;
}
.popup_client_slider p {
  font-size: 16px;
  line-height: 180%;
  padding-top: 20px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
.d_flex_popup {
  display: flex;
  flex-wrap: wrap;
}
.bg_popup {
  background-color: rgba(26, 26, 26, 1);
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
}
.client_flag span {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
}
.client_flag {
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.min_height_300 {
  min-height: 150px !important;
  max-height: 130px;
}
.bg_popup .owl-dots {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 20px;
}

.bg_popup .owl-dot {
  width: 12px;
  height: 12px;
  margin: 5px;
  background: rgba(255, 255, 255, 0.35) !important;
  border-radius: 50%;
  display: inline-block;
  transition: background 0.3s ease;
  width: 8px;
  height: 8px;
}

.bg_popup .owl-dot.active {
  background: rgba(255, 255, 255, 1) !important;
  width: 8px;
  height: 8px;
}

.validation_new {
  border-color: red !important;
}
.popup-social img {
  width: 20px;
  height: 20px;
}

.col-lg-5.col-md-6.col-sm-12.col-12.mobile {
  padding: 0;
  padding-left: 20px;
  padding-right: 0px;
}
.associated_mail {
  font-size: 10px !important;
  left: 19px !important;
  color: rgba(30, 30, 30, 0.45);
}
.popup_india h6 {
  margin: 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  line-height: 14px;
}
.pop_up_wrap .custom-swiper-pagination {
  position: absolute;
  bottom: 149px !important;
  z-index: 999;
}
.bg_popup .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.35) !important;
  border-radius: 50%;
  display: inline-block;
  transition: background 0.3s ease;
  width: 8px;
  height: 8px;
}
.bg_popup .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1) !important;
  width: 8px;
  height: 8px;
}
.client_flag img {
  width: 28px !important;
  height: 28px !important;
}
.col-lg-12.col-sm-12.col-12.popup_mt_20.w_100 {
  padding-left: 10px;
}
/* responsive  */
@media screen and (max-width: 1440px) {
  .pop_up_wrap {
    padding: 50px 10px 10px 10px;
  }
  .popup_client_slider {
    min-height: 370px;
  }
  .pop_up_wrap .custom-swiper-pagination {
    bottom: 166px !important;
  }
  .min_height_300 {
    min-height: 125px !important;
  }
}
@media screen and (max-width:1280px) {
  .pop_up_wrap {
        padding: 30px 10px 10px 10px;
    }
  .pop_up_wrap .custom-swiper-pagination {
        bottom: 152px !important;
    }
}
@media screen and (max-width: 1199px) {
  .popup_inner_card {
    column-gap: 30px;
  }
  .pop_up_wrap .custom-swiper-pagination {
    bottom: 200px !important;
  }
  .pop_up_wrap .popup_close {
    width: 35px !important;
    height: 35px !important;
    right: -4px !important;
    top: -11px !important;
  }
  .pop_up_wrap .custom-swiper-pagination {
    position: absolute;
    bottom: 190px !important;
    z-index: 999;
  }
}
@media screen and (max-width: 991.98px) {
  .pop_up_wrap {
    padding: 20px;
  }
  .popup_client_slider {
    min-height: 320px;
    max-height: 320px;
  }
  .popup_top_img {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .d_flex_popup {
    display: block;
  }
  .popup_inner_card {
    column-gap: 10px;
  }
  .popup_location:after {
    display: none;
  }
  .col-lg-5.col-md-6.col-sm-12.col-12.mobile {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pop_up_wrap .col-lg-6.col-md-6.col-sm-12.col-12.mobile {
    width: 100% !important;
  }
  .popup_client_slider p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .popup_client_slider {
    min-height: 370px;
  }
  .pop_up_wrap .custom-swiper-pagination {
    bottom: 160px !important;
  }
}
@media screen and (max-width: 567px) {
  .pop_up_wrap .col-lg-6.col-md-6.col-sm-12.col-12.mobile {
    width: 100% !important;
  }
  .popup_top_img img {
    width: 80px;
  }
  .popup-button {
    text-align: center;
  }
  .pop_up_wrap .popup_close {
    width: 30px !important;
    height: 30px !important;
    right: -8px !important;
    top: -7px !important;
  }
  .pop_up_wrap {
    padding: 10px;
  }
  .popup_inner_card {
    flex-direction: column;
    row-gap: 15px;
    padding-bottom: 10px;
  }
  textarea.text_area_wrap {
    margin-top: 28px !important;
  }
}
@media screen and (max-width: 390px) {
  .pop_up_wrap .custom-swiper-pagination {
    bottom: 260px !important;
  }
}
.validation_text {
  color: red !important;
  padding-top: 2px;
  padding-left: 1px;
}
.bg_popup .swiper-initialized {
  display: block;
}
.pop_up_wrap input:-webkit-autofill {
  -webkit-text-fill-color: #232121 !important;
  -webkit-box-shadow: 0 0 0 0 #1f1d1d inset !important;
  -webkit-background-clip: text !important;
}
