.transparency-wrapper {
  margin-top: 190px;
}

.subscribe-checkbox {
  margin-bottom: 10px;
}

.subscribe-checkbox input[type="checkbox"] {
  position: relative;
  border: 2px solid var(--text-color);
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  /* opacity: .5; */
}

.subscribe-checkbox input[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.subscribe-checkbox input[type="checkbox"]:checked {
  background-color: var(--front_main_color);
  border-color: var(--front_main_color);
  opacity: 1;
}

.maid-btn-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.maid-btn a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 18px;
  font-size: 16px;
}

.maid-btn a img {
  width: 25px;
}
.maid-btn a img.pdf-icon,
.maid-btn button img.pdf-icon {
  width: 25px;
}

.login-box {
  padding: 20px;
  position: absolute;
  background: #fff;
  bottom: -100px;
  border-radius: 10px 10px 0px 0px;
  transition: 0.6s;
  bottom: 0;
  left: 0;
  right: 0;
}

.maid-details-profile {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2px #ccc;
  border-radius: 10px;
}

.login-btn button {
  padding: 12px 20px !important;
}

.details-image img {
  width: 100%;
}

.login-popup {
  display: flex;
  align-items: center;
  gap: 20px;
}

.maid-details-box table tbody tr {
  position: relative;
}

.maid-details-box table tbody tr th {
  color: var(--title-color);
  font-size: 16px;
}

.maid-details-box table tbody tr td {
  color: var(--text-color);
  position: relative;
  font-size: 16px;
  box-shadow: unset;
  vertical-align: middle;
}

.maid-details-box table tbody tr td a {
  color: var(--front_main_color);
  font-size: 16px;
}

.login-popup h5 {
  font-size: 20px;
  color: var(--title-color);
}

.table-login-box {
  position: absolute;
  background: #fff;
  height: 680px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  z-index: 1;
  top: 0;
}

.record-title h3 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 38px;
}

.record-title h3 a {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 38px;
  color: var(--title-color);
  font-weight: bold;
}

.record-content-box {
  padding-top: 20px;
}

.maid-details-box table thead tr th {
  color: var(--title-color);
  font-size: 16px;
}

/* star rating */
.slider-star {
  text-align: center;
  display: flex;
  align-items: center;
}

.slider-star .star-ratings {
  unicode-bidi: bidi-override;
  color: #61787b33;
  /*color: var(--text-color);*/
  font-size: 22px;
  position: relative;
  margin: 0;
  padding: 0;
  /* line-height: 0; */
  width: unset !important;
}

.slider-star .star-ratings .fill-ratings {
  color: var(--front_main_color);
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}

.whatsapp_send_btn {
  display: flex;
  gap: 15px;
  align-items: center;
}

#loading_area_loader .spinner-border {
  width: 20px;
  height: 20px;
  color: #f58733 !important;
}

.slider-star .star-ratings .fill-ratings span {
  display: inline-block;
}

.slider-star .star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}

.introduction-content-box .maid-details-box {
  padding: 20px;
  box-shadow: 0 0 2px #ccc;
  border-radius: 10px;
}

.agency-info-box {
  margin-top: 20px;
}

.agency-details {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.tel-box a strong {
  color: var(--title-color);
  font-size: 18px;
  display: block;
}

.tel-box a {
  color: var(--text-color);
  font-size: 18px;
}

.aderss-box p strong {
  color: var(--title-color);
  font-size: 18px;
  display: block;
}

.office-hour {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*  */
.available-content-box {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 2px #ccc;
}

.available-maid-box ul {
  /*    padding-left: 30px;*/
}

.available-maid-box ul li {
  /*    list-style: disc;*/
  margin-bottom: 10px;
}

.available-maid-box ul li a {
  font-size: 18px;
  color: var(--title-color);
}

.available-maid-box ul li::marker {
  color: var(--front_main_color);
}

.contact-form {
  padding: 20px;
  border-radius: 10px;
  background: #024c5b14;
  margin-top: 20px;
}

.contact-input-box input {
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 15px;
  color: var(--title-color);
}

.contact-input-box label {
  color: var(--title-color);
  font-size: 16px;
}

.contact-form-title {
  margin-bottom: 20px;
}

.contact-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.contact-input-box textarea {
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  border-radius: 5px;
  color: var(--title-color);
  margin-bottom: 15px;
}

.contact-input-box select {
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  border-radius: 5px;
  color: var(--title-color);
  margin-bottom: 15px;
}

.contact-form-btn a {
  display: block;
  text-align: center;
}

.get-contact-main-box {
  max-width: 70%;
  margin: auto;
}

.rotate img {
  transform: rotate(180deg);
  transition: 0.6s;
}

.toggleClassButton img {
  transition: 0.6s;
}

.subscribe-checkbox label {
  font-size: 18px;
  color: var(--text-color);
}

.language-btn {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.language-btn button {
  padding: 10px 20px;
  border: 1px solid var(--title-color);
  color: var(--title-color);
  font-size: 18px;
  border-radius: 10px;
  background: transparent;
  font-family: "Thicccboi-Bold";
}

.language-btn button:focus,
.language-btn button:hover {
  border: 1px solid var(--front_main_color);
  color: var(--front_main_color);
}

.submit-btn button {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.1em;
  padding: 12px 40px;
  border: 2px solid var(--front_main_color);
  color: var(--common-color);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 0;
  background: var(--front_main_color);
  font-family: "Thicccboi-Bold";
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 30px;
}

.submit-btn button:hover::before {
  background-color: var(--background_main_color);
  color: #6599ad;
  transition: 0.6s ease-in-out;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  border: 2px solid var(--background_main_color);
}

.submit-btn button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--background_main_color);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border: 2px solid var(--background_main_color);
}

.input-box input:focus {
  border: 1px solid var(--background_main_color);
}

.input-box img {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 18px;
  right: 18px;
}

.input-box {
  position: relative;
  margin-bottom: 15px;
}

.input-box input {
  padding: 15px 40px 15px 20px;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 10px;
  color: var(--title-color);
  transition: 0.5s;
}

.agency-contact-text span {
  font-size: 16px;
  color: var(--front_main_color);
}

.agency-contact-text h5 {
  font-size: 20px;
  color: var(--title-color);
}

.agency-title h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.agency-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.agency-contact-img img {
  width: 30px;
}

.agency-main-box {
  margin-top: 20px;
}

/* age progeress */

/* asied bar css end  */

/* slider */
.slider-wrapper {
  padding: 100px 0;
  background: var(--background_main_color);
}

.slider-customers-img {
  margin-bottom: 60px;
}

.customers-title h3 {
  color: #fff;
  margin-bottom: 40px;
}

.customers-view-link a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.slider-card-box {
  background: #fff;
  border-radius: 10px;
  padding: 60px;
}

.slider-text-box p {
  padding: 20px 0;
}

.slider-card-title h5 {
  color: var(--title-color);
  font-size: 18px;
  line-height: 28px;
}

.slider-card-img h4 {
  width: 80px !important;
  height: 80px;
  border-radius: 50% 50% 50% 50%;
  background: #eee;
  color: var(--title-color);
  font-size: 46px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-nav {
  display: none;
}

.slider-wrapper .owl-dots {
  text-align: center;
}

.slider-wrapper .owl-dots button.active {
  background: var(--text-color);
}

.slider-wrapper .owl-dots button {
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  margin-right: 10px;
}

.slider-wrapper .owl-dots button:last-child {
  display: none;
}

.slider-customers-box {
  padding: 0 40px;
}

.get-in-btn a img {
  vertical-align: text-top;
}

.maid-details-text {
  margin-bottom: 10px;
}

.maid-video-box iframe {
  width: 100%;
}

.infor-box p {
  margin-bottom: 10px;
}
.infor-box {
  font-size: 18px;
  line-height: 26px;
  font-family: "Thicccboi-reguler";
  color: var(--text-color);
}

.maid-agency-info {
  padding-top: 20px;
  border-top: 2px dotted #ccc;
}

.info-aderss-box {
  padding-bottom: 20px;
}

.info-aderss-box strong {
  color: var(--background_main_color);
  font-weight: 600;
  display: block;
}

.info-aderss-box ul li strong {
  color: var(--background_main_color);
  font-weight: 600;
  display: block;
}

.info-aderss-box ul li {
  margin-bottom: 10px;
}

.info-update-box ul {
  padding-top: 30px;
}

.info-update-box ul li {
  color: var(--front_main_color);
  font-size: 18px;
}

/*  */

.share-main-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  position: relative;
}

.share-box span {
  color: var(--text-color);
  font-size: 18px;
  cursor: pointer;
}

.share-btn a {
  width: 100%;
  width: 100%;
  padding: 12px;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}

.share-btn a img {
  width: 20px;
}

.share-box {
  display: flex;
  align-items: center;
  gap: 5px;
}

.short-list-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.short-list-box span {
  color: var(--text-color);
  font-size: 18px;
}

.short-list-box img {
  width: 30px;
  cursor: pointer;
}

.share-popup-box {
  box-shadow: 0 0 2px #ccc;
  padding: 20px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  top: 40px;
}

.share-popup-title ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.share-popup-title ul li {
  font-size: 16px;
  color: var(--title-color);
}

.share-popup-box::before {
  content: " ";
  position: absolute;
  right: 33%;
  top: 0%;
  box-sizing: border-box;
  border: 10px solid var(--common-color);
  border-color: transparent transparent var(--common-color) var(--common-color);
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -4px 3px 5px 0 #024c5b14;
  z-index: 22;
}

.share-btn:last-child a {
  margin-bottom: 0;
}

/*  */

.shotlist-popup .modal-body a {
  width: 50%;
  margin: auto;
  background: var(--front_main_color);
  color: #fff;
  font-size: 18px;
  padding: 4px 12px;
  border-radius: 5px;
  display: block;
  letter-spacing: 1.5px;
  transition: 0.6s;
  text-align: center;
  border: 0;
  margin-top: 15px;
}

.shotlist-popup .modal-content {
  background: transparent;
  border: 0;
}

.shotlist-popup .modal-header {
  padding: 0;
  padding-bottom: 10px;
  border: 0;
}

.shotlist-popup .modal-header button {
  filter: brightness(0) invert(1);
  box-shadow: none;
  outline: none;
}

.shotlist-popup .modal-header button:focus {
  box-shadow: unset;
}

.shotlist-popup {
  position: absolute;
  top: 40px;
  width: 300px;
  right: 0;
  left: 0px;
  z-index: 99;
  display: none;
}

.shotlist-popup .modal-body {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.shotlist-popup .contact-form-title h4 {
  color: var(--title-color);
  font-size: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.shotlist-popup .contact-form {
  padding: 0;
  background: unset;
}

.shotlist-popup .popup-img img {
  width: 150px;
  margin: auto;
  display: block;
  margin-bottom: 30px;
}

.shotlist-popup .name {
  text-align: center;
}

.shotlist-popup .name h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.shotlist-popup .modal-dialog {
  max-width: 350px;
}

.shotlist-popup .button-text a {
  text-align: center;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #f58733;
}

.popup-close-btn {
  position: absolute;
  right: -10px;
  top: -10px;
}

.popup-close-btn button {
  background: var(--front_main_color);
  padding: 5px 6px;
  border-radius: 50%;
}

.popup-button {
  margin-top: 10px;
}

.information-box ul li {
  font-size: 18px;
  color: var(--text-color);
}

#shortlist_status_bar a {
  color: var(--front_main_color);
  font-size: 16px;
}
#pdf_loader {
  position: absolute;
  /* position: fixed; */
  top: 0;
  left: 0;
  display: flex;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
}

#generating_loading {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#generating_loading .spinner-border {
  color: #f58733 !important;
}

#pdf_loader .spinner-border {
  width: 20px;
  height: 20px;
  color: #f58733 !important;
}

.redio-input-box {
  display: flex;
  align-items: center;
  gap: 15px;
}
.redio-input-box label {
  color: var(--text-color);
  font-size: 18px;
}

.redio-btn-box input[type="checkbox"] {
  position: relative;
  width: 50px;
  height: 21px;
  -webkit-appearance: none;
  appearance: none;
  background: #eeeeee;
  outline: none;
  border-radius: 2rem;
  cursor: pointer;
}

.redio-btn-box input[type="checkbox"]::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: 0.5s;
}

.redio-btn-box input[type="checkbox"]:checked::before {
  transform: translateX(190%);
  background: var(--front_main_color);
}

.redio-btn-box input[type="checkbox"]:checked {
  background: #eeeeee;
}

.enquire-popup-model .contact-form-title h5 {
  color: var(--title-color);
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

/*  */
/* responsive css */
@media (max-width: 1655px) {
}

@media (max-width: 1545px) {
  .details-btn-box {
    display: none;
  }
}

@media (max-width: 1400px) {
  .contact-form {
    width: 392px !important;
  }
}

@media (max-width: 1365px) {
  .contact-form {
    width: 392px !important;
  }

  .share-popup-box {
    padding: 10px;
  }
}

@media (max-width: 1199px) {
  .slider-customers-box {
    padding: 0 20px;
  }

  .maid-card-main-box {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 10px;
  }

  .contact-form {
    width: 100% !important;
  }
  .share-popup-box::before {
    right: 18%;
  }
  .share-popup-box {
    width: 110%;
  }
}

@media (max-width: 991px) {
  .slider-wrapper {
    padding: 60px 0;
  }

  .transparency-wrapper {
    margin-top: 165px;
  }

  .maid-card-content {
    padding-top: 20px;
  }

  .record-title h3 {
    font-size: 24px;
  }

  .record-content-box {
    padding-top: 0;
  }

  .introduction-content-box .maid-details-box {
    margin-bottom: 20px;
  }

  .maid-btn-box {
    flex-wrap: wrap;
  }

  .details-btn-box {
    display: flex;
  }

  .share-popup-box {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .slider-customers-img {
    margin-bottom: 20px;
  }

  .slider-customers-box {
    padding: 0;
    padding-top: 10px;
  }

  .slider-card-box {
    padding: 20px;
  }

  .slider-card-img h4 {
    width: 60px !important;
    height: 60px !important;
    font-size: 30px;
  }

  .slider-text-box p {
    padding: 15px 0;
  }

  .slider-wrapper {
    padding: 40px 0;
  }

  .transparency-wrapper {
    margin-top: 150px;
  }

  .maid-card-main-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .maid-card-popup {
    top: 0;
    right: unset;
    width: 100%;
  }

  .record-title h3 {
    font-size: 22px;
  }

  .maid-btn a {
    font-size: 14px;
    padding: 10px 10px;
  }

  .maid-details-profile {
    margin-bottom: 20px;
  }
  .share-popup-box::before {
    right: 70%;
  }
}

@media (max-width: 575px) {
  .agency-details {
    grid-template-columns: repeat(1, 1fr);
  }

  .maid-video-box iframe {
    width: 100%;
    height: 350px;
  }
  .share-popup-box::before {
    right: 60%;
  }
}

@media (max-width: 480px) {
  .transparency-wrapper {
    margin-top: 140px;
  }

  .maid-card-main-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .pagination-box ul li a {
    padding: 6px 10px;
  }

  .pagination-box ul {
    gap: 5px;
    padding-top: 0;
  }

  .maid-details-box {
    width: 100%;
    overflow: auto;
  }
}

@media (max-width: 375px) {
  .share-popup-box::before {
    right: 50%;
  }
}

.maid-bio-data a {
  font-size: 12px;
  color: var(--front_main_color);
}
