#astrology_data .service_providers {
  background-color: none;
  padding: 12px;
  border-radius: 10px;
  min-height: 250px;
  max-height: 250px;
  margin-bottom: 10px;
  text-align: center;
  border: 3px solid #faaa2e !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}
#astrology_data .service_providers img {
  min-height: 150px;
  max-height: 150px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: center;
}
#astrology_data .service_providers h3 {
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 0;
}
#astrology_data .service_providers .form-check {
  position: absolute;
  top: 0%;
  right: 3%;
}
#astrology_data .service_providers .form-check label::before {
  border-radius: 3px;
  border: 3px solid #faaa2e !important;
}
#astrology_data #astrology_services tr td:first-child {
  text-align: center;
}
#astrology_data #astrology_services tr td:last-child {
  width: 5%;
  text-align: center;
}
#astrology_data #astrology_services tr td:last-child .form-check {
  padding: 0px 0px 0px 0px;
}
#astrology_data #set_other_options,
#astrology_data #set_custom_feilds {
  margin-top: 25px !important;
}

.single_astrologer .image_box img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.single_astrologer .provider_details h2 {
  color: #fff;
  margin-bottom: 5px;
}
.single_astrologer .provider_details h3 {
  margin-bottom: 5px;
}
.single_astrologer .provider_details p {
  color: #fff;
  font-size: 14px;
}
.single_astrologer .provider_details h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}
.single_astrologer .provider_details .social_share_options {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.single_astrologer .provider_details .social_share_options button {
  padding: 8px;
}
.single_astrologer .provider_details .social_share_options a {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  color: var(--ast-global-color-2);
  border-color: var(--ast-global-color-0);
  background-color: var(--ast-global-color-0);
  border-radius: 4px;
  padding: 7px;
  margin-right: 15px;
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.8235294118rem;
  line-height: 1;
  text-transform: none;
}
.single_astrologer .stats h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}
.single_astrologer .stats h4 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.single_astrologer .service_error {
  text-align: center;
  border: 1px solid #faaa2e;
  padding: 10% 4%;
  border-radius: 10px;
  margin-top: 2em;
}

#main_page_items {
  height: 60vh;
}
#main_page_items h3 {
  color: #fff;
  font-size: 21px;
  margin-top: 0px;
  margin-bottom: 0;
}
#main_page_items .items a {
  padding: 2em;
  border: 1px solid #faaa2e;
  border-radius: 11px;
  width: 100%;
  margin-bottom: 15px;
}
#main_page_items .items a:hover {
  background-color: #faaa2e;
  color: #fff;
  border: 1px solid #fff;
}

.custom_headiing {
  color: #fff !important;
  margin-bottom: 0 !important;
  line-height: 45px !important;
  margin-top: 20px !important;
}

.white {
  color: #fff !important;
}/*# sourceMappingURL=custom_dev_rewamp.css.map */