/* Gaurav's Css FIle */

/* About Us */

.hero-section .aboutus-img img {
  width: 85px !important;
}

.astrologers-head-white p {
  font-family: Poppins !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 24.01px !important;
  color: var(--white-color) !important;
  padding-bottom: 20px !important;
}

/* Tablet (max-width: 992px) */
@media (max-width: 992px) {
  .hero-section .aboutus-img img {
    width: 90px !important;
  }

  .astrologers-head-white p {
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 15px;
  }
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .hero-section .aboutus-img img {
    width: 75px !important;
  }

  .astrologers-head-white p {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 12px;
  }
}

/* Extra Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .hero-section .aboutus-img img {
    width: 60px !important;
  }

  .astrologers-head-white p {
    font-size: 11px;
    line-height: 18px;
    padding-bottom: 10px;
  }
}

/* Contact Us */

.form-title-contact-us {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}

.contact-container p {
  color: #2c2c2c;
  font-size: 12px;
  font-weight: 300;
}

.contact-details-call a span {
  font-size: 12px;
  margin: 0;
}

.contact-details-call a h5 {
  font-size: 14px;
  margin: 0;
}

.contact-details-call {
  background: rgba(255, 255, 255, 14%);
  padding: 18px 22px;
  border-radius: 15px;
  border: 1px solid #ffffff70;
  max-width: 100%;
  margin-bottom: 15px;
}

.send-msg-request {
  padding: 61px;
  /* height: 369px; */
  border-radius: 20px;
}

.contact-form-label {
  font-size: 14px;
}

.contact-section {
  padding: 38px 0 11px;
}

/* Tablet (max-width: 992px) */
@media (max-width: 992px) {
  .contact-form-label {
    font-size: 13px;
  }

  .contact-section {
    padding: 30px 0 10px;
  }

  .send-msg-request {
    padding: 50px;
    /* height: 369px; */
    border-radius: 20px;
  }

  form-title-contact-us {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
  }

  .contact-container p {
    color: #2c2c2c;
    font-size: 12px;
    font-weight: 300;
  }

  .contact-details-call a span {
    font-size: 12px;
    margin: 0;
  }

  .contact-details-call a h5 {
    font-size: 14px;
    margin: 0;
  }
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .contact-form-label {
    font-size: 12px;
  }

  .send-msg-request {
    padding: 35px;
    /* height: 369px; */
    border-radius: 20px;
  }

  .contact-section {
    padding: 25px 0 8px;
  }

  form-title-contact-us {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
  }

  .contact-container p {
    color: #2c2c2c;
    font-size: 12px;
    font-weight: 300;
  }

  .contact-details-call a span {
    font-size: 12px;
    margin: 0;
  }

  .contact-details-call a h5 {
    font-size: 14px;
    margin: 0;
  }
}

/* Extra Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .contact-form-label {
    font-size: 11px;
  }

  .send-msg-request {
    padding: 27px;
    /* height: 369px; */
    border-radius: 20px;
  }

  .contact-section {
    padding: 13px 0 0px;
  }

  .contact-us-form-section {
    padding: 14px 0 14px;
  }

  .form-title-contact-us {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
  }

  .contact-container p {
    color: #2c2c2c;
    font-size: 12px;
    font-weight: 300;
  }

  .contact-main-title {
    color: white;
    font-size: 26px;
    text-transform: capitalize;
  }

  .contact-details-call a span {
    font-size: 12px;
    margin: 0;
  }

  .contact-details-call a h5 {
    font-size: 14px;
    margin: 0;
  }
}

/* Privacy Policy */

.aboutus-content p {
  color: white;
  font-size: 14px !important;
}

.aboutus-content h2 {
  color: white;
  font-size: 14px !important;
}

@media (max-width: 480px) {
  .aboutus-content h2 {
    font-size: 17px;
  }

  .aboutus-content h3 {
    font-size: 15px !important;
  }

  p {
    font-size: 12px !important;
  }
}

/* Terms & Conditions */

.hero-section .aboutus-img img {
  margin-bottom: 10px;
  width: 85px;
}

.terms_and_conditions_content h2 {
  font-size: 17px;
}

.terms_and_conditions_content p {
  font-size: 14px !important;
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
    color: white !important;
  }
}

/* Life Style & Ayurvedha & Bhagvadh gita */

.astro-tabs-for-blog-video {
  background: linear-gradient(
    139.107deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  border: 1px solid #dfdfdfa3;
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(40px);
  border-radius: 10px;
  /* padding: 0 10px; */
  text-wrap-mode: nowrap;
  overflow-y: hidden;
  /* padding: 15px; */
  height: 100% !important;
}

.blog-video-tab-content ul {
  overflow-y: hidden;
}

/* Customer Login Popup */
.customer-login-popup-header {
  background-color: #f3e8f7;
  position: relative;
}

.customer-login-popup-header h1 {
  color: #383838 !important;
}

.customer-login-popup-header-p {
  color: #383838;
  font-size: 20px;
  padding: 5px;
}

.customer-login-popup-body-h5 {
  color: #d4af37;
  font-size: 29px;
}

.customer-login-popup-continue-btn {
  background-color: #dfb330 !important;
  color: white !important;
  height: 52px;
}

.login-whatsapp-icon {
  background-color: #25d366;
}

.customer-login-google-icon {
  background-color: #ea4335;
}

.customer-login-logo {
  height: 85px;
}

.lets-sign-in {
  font-size: 16px;
  color: #000;
  line-height: 22px;
}
