

/* Main Override */

body {
    background: var(--askx-purple);
    color: #000;
    font-family: var(--askx-font-primary);
    font-size: var(--askx-font-sm);
    overflow-x: hidden;
    max-width: 100%;
}

/*** Global Styles ***/

:root {
    --askx-purple: #340A6B;
}

:root {
    --askx-button-gradient: -webkit-linear-gradient(left, #6d3dac 0%, #a438ff 100%);
    --askx-button-gradient: -o-linear-gradient(left, #6d3dac 0%, #a438ff 100%);
    --askx-button-gradient: linear-gradient(to right, #6d3dac 0%, #a438ff 100%);
}
:root {
    --askx-button-gradient-2: -webkit-linear-gradient(left, #6d3dac 0%, #a438ff 100%);
    --askx-button-gradient-2: -o-linear-gradient(left, #6d3dac 0%, #a438ff 100%);
    --askx-button-gradient-2: linear-gradient(to right, #6d3dac 0%, #a438ff 100%);
}
:root {
    --askx-link: #610CD3;
}
:root {
    --askx-link-alt: #6d3dac;
}
:root {
    --askx-orange: #ffa025;
}
:root {
    --askx-green: #26C000;
}
:root {
    --askx-gray: #AEACAC;
}
:root {
    --askx-purple-1: #841dbf;
}
:root {
    --askx-purple-2: #b51fe1;
}
:root {
  --askx-font-xs: 12px;
  --askx-font-sm: 14px;
  --askx-font-md: 16px;
  --askx-font-lg: 18px;
  --askx-font-xl: 30px;
}
:root {
  --askx-font-primary: 'Roboto', sans-serif;
  --askx-font-secondary: 'Tiro Bangla', serif;
}
.askx {
    /*background-color: #fff;*/
}
.askx a, .askx a:hover {
    color: var(--askx-link);
}
.askx h1 {
    font-family: var(--askx-font-secondary);
    letter-spacing: -.5px;
}
.askx h2 {
    font-family: var(--askx-font-primary);
    margin-bottom: 0;
    letter-spacing: -.5px;
}
.askx h4 {
    font-family: var(--askx-font-secondary);
    margin-bottom: 0;
    letter-spacing: -.5px;
}
.askx-purple {
    background-color: var(--askx-purple);
}
.askx h3 {
    display: block;
    justify-content: normal;
    align-items: normal;
    font-weight: 700;
    font-family: var(--askx-font-primary);
    letter-spacing: -.5px;
}
.askx p {
    line-height: 20px !important;
    margin-bottom: 13px;
    font-size: var(--askx-font-md) !important;
}
.askx .form-control {
    font-size: 14px;
}

.askx-psychic-box {
    border-radius: 20px;
    max-width: 250px;
    margin: auto;
    font-size: var(--askx-font-sm);
}
.askx-psychic-box .view-profile {
    color: var(--askx-link-alt);
    font-size: var(--askx-font-sm) !important;
    font-weight: 500;
    margin-bottom: 0;
}

/*** Buttons ***/

.askx .btn-main {
    background-color: var(--askx-purple-1);
    color: white !important;
    border-radius: 25px !important;
    padding: 8px 25px;
    border: none;
    text-decoration: none;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
    text-transform: none;
    font-size: var(--askx-font-md) !important;
    font-weight: 400;
}

.askx .btn-main:hover {
    background-color: #b148ec;
    color: white !important;
    font-weight: 400;
}


.askx .btn-main-2 {
    background-color: var(--askx-purple-2);
    color: white !important;
    border-radius: 25px !important;
    padding: 8px 25px;
    border: none;
    text-decoration: none;
    /*display: inline-block;*/
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
    text-transform: none;
    font-size: var(--askx-font-md) !important;
    font-weight: 400;
}

.askx .btn-main-2:hover {
    background-color: #d053f5;
    color: white !important;
    font-weight: 400;
}


.askx .btn-main-white {
    background: #fff;
    background-size: 200% 100%;
    background-position: left;
    color: #000;
    border-radius: 25px;
    padding: 8px 25px;
    text-decoration: none;
    /* display: inline-block; */
    transition: background-position 0.4s ease-in-out;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    border: 1px #340A6B solid;
}
.askx .btn-main-white:hover {
    background-position: right;
    color: #000;;
    font-weight: 400;
}
.askx .btn-main-pink {
    background: #fff;
    background-size: 200% 100%;
    background-position: left;
    color: #000;
    border-radius: 25px;
    padding: 8px 25px;
    text-decoration: none;
    /* display: inline-block; */
    transition: background-position 0.4s ease-in-out;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    border: 1px #BE12A5 solid;
}
.askx .btn-main-pink:hover {
    background-position: right;
    color: #000;;
    font-weight: 400;
}
.askx .btn-main-green {
    background-color: #3fa605;
    color: white !important;
    border-radius: 25px !important;
    padding: 8px 25px;
    border: none;
    text-decoration: none;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
    text-transform: none;
    font-size: var(--askx-font-md) !important;
    font-weight: 500;
}

.askx .btn-main-green:hover {
    background-color: #328b00;
    color: white !important;
    font-weight: 400;
}
.askx .btn-main-orange {
    background-color: #ea8503;
    color: white !important;
    border-radius: 25px !important;
    padding: 8px 25px;
    border: none;
    text-decoration: none;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
    text-transform: none;
    font-size: var(--askx-font-md) !important;
    font-weight: 500;
}

.askx .btn-main-orange:hover {
    background-color: #b74d00;
    color: white !important;
    font-weight: 400;
}
.askx .btn-main-away {
    background-color: var(--askx-orange);
    color: white;
    border-radius: 25px;
    padding: 8px 25px;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
    text-transform: none;
    font-size: var(--askx-font-md) !important;
    font-weight: 400;
}

.askx .btn-main-away:hover {
    background-color: #ffb556;
    color: white;
    font-weight: 400;
}

.askx  .btn-main-offline  {
    background: var(--askx-gray);
    background-size: 200% 100%;
    background-position: left;
    color: white;
    border-radius: 25px;
    padding: 8px 25px;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: background-position 0.4s ease-in-out;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
}
.askx .btn-main-away:hover {
    background-position: right;
    color: white;
    font-weight: 400;
}
.askx .btn-main-clear, .askx .btn-main-clear:hover {
    color: #000;
    font-weight: 400;
    border: 1px solid #000;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 25px;
    padding: 8px 45px;
    text-decoration: none;
}

/*** Eyebrow ***/

.askx-behind-eyebrow {
    background-color: #F3F2FF;
}
.askx .eyebrow {
    background-color: #F3F2FD;
    padding: 15px;
    text-align: center;
    font-size: var(--askx-font-md);
    font-weight: 400;
    max-width: 1435px;
    margin: auto;
}
.askx .eyebrow a, .askx .eyebrow a:hover {
    color: var(--askx-link-alt);
    text-decoration: none;
    font-weight: 600;
}
.askx .eyebrow-signin {
    align-items: center;
    white-space: nowrap;
    color: #000 !important;
    font-size: var(--askx-font-sm) !important;
    font-weight: 400 !important;
    margin-right: 20px !important;
}
.askx .eyebrow i {
    margin-left: 5px;
}

/*** Navigation ***/

/* FontAwesome Icon */
.fa-magnifying-glass {
  font-size: 20px;
}
/* White behind main desktop nav */
.askx-bg-nav {
    background-color: #fff;
}
.askx-create-account {
    color: var(--askx-link-alt) !important;
}

/* Desktop Search Row */
.askx-search-desktop {
    display: flex;
    justify-content: flex-end;
    padding: 14px 50px 6px 0;
    background-color: #fff;
    border-bottom: 0;
    max-width: 1500px;
    margin: auto;
}

/* Search Container */
.askx-search-container {
  position: relative;
  width: 280px;
  max-width: 100%;
}

.askx-search-container input {
  width: 100%;
  padding: 10px 40px 10px 15px; /* Space for icon on right */
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #dedede;
  color: #000;
  box-sizing: border-box;
}

/* Icon Inside Input */
.askx-search-container button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #610CD3;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.askx-search-container button:hover {
  color: #340A6B;
}

/* Navigation */
.askx .askx-nav {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 15px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    max-width: 1500px;
    margin: auto;
}

/* Logo */
.askx .askx-logo {
  font-size: 22px;
  font-weight: 700;
  color: #610CD3;
  text-decoration: none;
  width: 160px;
}
.askx .askx-logo img {
    width: 200px !important;
    max-width: none;
}
/* Hamburger */
.askx .askx-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}
.askx .askx-toggle span {
  width: 25px;
  height: 3px;
  background: #333;
}

/* Mobile Search Icon */
.askx .askx-mobile-search-btn {
  display: none;
  font-size: 18px;
  background: none;
  border: none;
  color: #610CD3;
  cursor: pointer;
}
.askx .askx-mobile-search-btn:hover {
  color: #340A6B;
}

/* Nav Menu */
.askx .askx-menu {
  list-style: none;
  display: flex;
  gap: 40px;
  font-size:  var(--askx-font-md);
}
.askx .askx-menu li {
  position: relative;
}
.askx-nav ul {
  margin-top: 0;
  margin-bottom: 0 !important;
font-size:  var(--askx-font-md);
    list-style: none;
}
.askx .askx-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 8px 0;
  display: block;
    font-size:  var(--askx-font-md);
}
.askx .askx-menu li:hover > a {
  color: #610CD3;
}

/* Dropdown */
.askx .askx-dropdown {
  background: white;
  min-width: 180px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  pointer-events: none;
  transition: 
    transform 0.3s ease, 
    opacity 0.3s ease, 
    visibility 0.3s ease;
  will-change: transform, opacity, visibility;
}

.askx .askx-dropdown a {
  padding: 15px 20px;
  white-space: nowrap;
  border-bottom: 1px solid #eaeaea;
}
.askx .has-dropdown .askx-dropdown {
  display: none;
}
.askx .has-dropdown.open .askx-dropdown {
  display: block;
}

.askx .has-dropdown.open > a i.fa-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.askx .askx-dropdown-last {
    border-bottom: 0 !important;
}
.askx-sign-link {
    display: none;
}
  .askx .askx-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 20px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  }
  .askx .askx-menu li:hover .askx-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
      margin-left: 0;
  }
    
@media (min-width: 1050px) {
  .askx .has-dropdown:hover > .askx-dropdown {
    display: block;
  }

  .askx .askx-dropdown {
    display: none;
    position: absolute;
    background: white;
    z-index: 1000;
    padding: 10px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .askx .has-dropdown {
    position: relative;
  }
}

/* Mobile Styles */
@media (max-width: 1049px) {
      .askx-search-desktop {
        display: none;
      }

      .askx .askx-toggle {
        display: flex;
        order: 1;
      }

      .askx .askx-logo {
        order: 2;
        flex: 1;
        text-align: center;
      }

      .askx .askx-logo img {
        display: block;
        max-width: 150px !important;
        margin: auto;
      }

      .askx .askx-mobile-search-btn {
        display: inline-block;
        order: 3;
      }

      .askx .askx-menu {
        flex-direction: column;
        background: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        border-top: 1px solid #ddd;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transform: translateY(-5px);
        transition: max-height 0.5s ease, opacity 0.3s ease, transform 0.3s ease, padding 0.3s ease;
        will-change: max-height, opacity, transform;
        gap: 20px;
        padding: 0 20px;
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
      }

      .askx .askx-menu.active {
        max-height: 2000px;
        opacity: 1;
        transform: translateY(0);
        padding: 20px 20px;
      }

      .askx .askx-menu li {
        width: 100%;
      }

      .askx .askx-dropdown {
        position: static;
        border: none;
        box-shadow: none;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transform: translateY(-10px);
        pointer-events: none;
        visibility: hidden;
        transition: max-height 0.4s ease, transform 0.3s ease;
        will-change: max-height, transform;
          border-radius: 0;              
    }

      .askx .has-dropdown.open .askx-dropdown {
        max-height: 900px;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        visibility: visible;
        border-bottom: 1px solid #eaeaea;
      }
    .askx-sign-link {
        display: block;
    }

    .askx .askx-nav {
        padding: 15px 30px;
    }

    .askx-search-container input {
      font-size: 16px;
    }
    
}

/* Mobile Search Modal */
.askx-search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.98);
  overflow: hidden;
  z-index: 9999;
  transition: height 0.4s ease;
}

.askx-search-modal.show {
  height: 150px;
}

/* Inner container */
.askx-search-modal-inner {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  padding: 60px 20px 20px;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.askx-search-modal.show .askx-search-modal-inner {
  opacity: 1;
  transform: translateY(0);
}

/* Close button */
.askx-close-search {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #610CD3;
  color: #fff;
  font-size: 24px;
  border: none;
  border-radius: 50% !important;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

/* Search input inside modal */
.askx-search-form input {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
    position: relative;
}
.askx-search-icon-inside {
    position: absolute;
    right: 34px;
    top: 64%;
    transform: translateY(-50%);
    z-index: 2;
}

.askx-search-input {
  width: 100%;
  padding-right: 45px; /* space for icon */
}

/*** Homepage ***/

.askx .hero {
    background-image: url('../images/asknow-hero-top-3.jpg?v=1');
    background-color: var(--askx-purple);
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 350px;
    display: flex;
    align-items: center;
}
.askx .heroHomepage {
    min-height: 450px;
}
@media (max-width: 900px) {
.heroHomepage .col-md-5,
.heroHomepage .col-md-7 {
flex: 0 0 100%;
max-width: 100%;
}
.askx .heroHomepage {
min-height: 400px;
padding-top: 300px;
padding-bottom: 30px;
background-image: url('../images/asknow-hero-top-mid-size.jpg?v=2');
background-size: cover;
background-position: top;
}
}
.askx .hero h1 {
  font-family: var(--askx-font-secondary);
  color: #fff;
  font-size: 60px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.askx .hero h2 {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.askx .hero span {
    color: #c681ff;
}
.askx .hero .row {
    margin: auto;
    /*min-width: 900px !important;*/
}

.askx .hero-subhead {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    font-family: var(--askx-font-primary);
    margin-bottom: 0;
    letter-spacing: -.5px;
    font-size: 1.8rem !important;
    font-weight: 500;
    line-height: 1.1 !important;

}
.askx .hero-subhead2 {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    font-family: var(--askx-font-primary);
    margin-bottom: 0;
    letter-spacing: -.5px;
    font-size: 1.4rem !important;
    font-weight: 400;
    line-height: 1.1 !important;
}
@media (max-width: 767px) {
    .askx .hero {
        background-image: url('../images/asknow-hero-top-mobile.jpg');
        background-color: var(--askx-purple);
        background-position: top center; 
        padding: 40px 20px 0 20px;
        min-height: 400px;
        text-align: center;
    }

    .askx .hero h1 {
        font-size: 45px;
        line-height: 1;
    }

    .askx .hero-subhead {
        font-size: 18px;
    }
    .askx .hero h2 {
        font-size: 18px;
    }
    .askx .hero .row {
        margin: auto;
        min-width: auto !important;
        /* padding-top: 200px; */
    }
}

@media (max-width: 768px) {
  .askx-search-form {
    position: relative;
      margin-top: 10px;
  }

  .askx-search-input {
    width: 100%;
    padding: 14px 48px 14px 16px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
  }

  .askx-search-icon-inside {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #610CD3;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
  }
    
}

@media (min-width: 2000px) {

    .askx .hero {
        /*max-width: 2000px;*/
        margin: auto;
        min-height: 600px;
    }

}
    
/* 6 Categories Box */
    
    .askx-cat-box {
        border-radius: 20px;
        max-width: 1000px;
        margin: auto;
    }

    .askx-cat-box h4 {
        color: #000;
    }

    .askx-cat-box img {
        max-width: 80px;
        margin: auto;
        transition: transform 0.3s ease;
    }

    .askx-cat-box a {
      text-decoration: none;
      color: inherit;
      display: block;
      transition: transform 0.3s ease;
    }

    .askx-cat-box a:hover .askx-cat-img {
      transform: scale(1.07);
    }

    .askx-cat-box-alt {
        border-radius: 20px;
        max-width: 1200px;
        margin: auto;
        margin-bottom: 0;
    }
    .askx-cat-box-head {
        font-family: var(--askx-font-secondary) !important;
        font-size: var(--askx-font-xl);
        color: #fff; 
        text-align: center !important;
        margin-top: 75px !important;
        margin-bottom: 30px;
        line-height: 1.1;
    }
    .askx-cat-box-alt h4 {
        color: #000;
    }
    .askx-cat-box-alt span {
        color: #000;
        font-family: var(--askx-font-secondary);
        margin-bottom: 0;
        letter-spacing: -.5px;
        font-size: 18px;
        margin-top: 10px;
        font-weight: 500;
        line-height: 1.1;
    }

    .askx-cat-box-alt img {
        max-width: 80px;
        margin: auto;
        transition: transform 0.3s ease;
    }

    .askx-cat-box-alt a {
      text-decoration: none;
      color: inherit;
      display: block;
      transition: transform 0.3s ease;
    }

    .askx-cat-box-alt a:hover .askx-cat-img {
      transform: scale(1.07);
    }

    @media (max-width: 767px) {
        
    .askx-cat-box-alt {
        margin: 30px 30px 0 30px;
    }
        
    .askx-cat-box-head {
        margin-bottom: 0;
    }
        
    }

    /* Trusted Advisors */

    .askx-advisors-box .status-dot {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }
    .askx-advisors-box .container {
        max-width: 1200px !important;
    }
    .askx-advisors-box .carousel-inner {
        position: relative;
        width: 100%;
        padding: 0 75px;
    }
    .askx-advisors-box h2 {
        color: #fff !important;
        font-family: var(--askx-font-secondary) !important;
        font-size: var(--askx-font-xl);
        margin-bottom: 30px !important;
    }
    .askx-advisors-box .carousel-control-next, .askx-advisors-box .carousel-control-prev {
        width: 12%;
    }
    .askx-advisors-box img {
        margin: auto;
    }
    .askx-advisors-box-alt .status-dot {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }
    .askx-advisors-box-alt .container {
        max-width: 1200px !important;
    }
    .askx-advisors-box-alt .carousel-inner {
        position: relative;
        width: 100%;
        padding: 0 75px;
    }
    .askx-advisors-box-alt h2 {
        color: #fff !important;
        font-family: var(--askx-font-secondary) !important;
        font-size: var(--askx-font-xl);
        margin-bottom: 20px !important;
        /*margin-top: -50px;*/
    }
    .askx-advisors-box-alt .carousel-control-next, .askx-advisors-box-alt .carousel-control-prev {
        width: 12%;
    }
    .askx-advisors-box-alt img {
        margin: auto;
    }
    .askx-status-circle {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
    background-color: var(--askx-green);
    }
    .askx-status-circle-away {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
    background-color: var(--askx-orange);
    }
    .askx-status-circle-busy {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
    background-color: red;
    }
    .askx-status-available {
        color: #3fa605;
        font-size: 16px;
    }
    .askx-status-unavailable {
        color: #f08d28;
        font-size: 16px;
    }
    .askx-psychic-box {
        border-radius: 20px;
        max-width: 250px;
        margin: auto;
    }
    .askx-advisors-box .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .askx-advisors-box-alt .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .askx-name {
        font-family: var(--askx-font-primary);
        color: #000;
        font-size: 22px;
        /*margin-top: 10px;*/
        font-weight: 500;
        line-height: 1.1;
    }
    .askx-description {
        font-size: var(--askx-font-xs);
    }
    .askx-description2 {
        font-size: 18px;
        color: blue;
    }
    .askx .text-final-price {
        color: var(--askx-link-alt);
        font-size: 18px;
    }
    .askx .text-final-price2 {
        color: var(--askx-link-alt);
        /*font-size: 18px;*/
    }
    .askx .psychic-rank-badge {
        width: 80px;
        /*margin: auto;*/
    }
    .askx .psychicBioBG {
        background-image: url(https://cn.asknow.com/psychic_images/1B4E80F4-23A1-62C9-E063-DD67820A3803.meditem);
        background-size: cover;
        background-position: top;
        border-radius: 20px 0 0 20px;
    }
    @media (max-width: 767px) {
        
    .askx-psychic-box {
        max-width: 320px;
        margin: auto;
        padding: 30px 20px !important;
    }
        
        .askx-advisors-box .carousel-inner {
            position: relative;
            width: 100%;
            padding: 0 50px;
        }
        
        .askx-advisors-box-alt .carousel-inner {
            position: relative;
            width: 100%;
            padding: 0 50px;
        }
        
        .askx-advisors-box-alt h2 {
            margin-top: 0;
            margin-bottom: 0 !important;
        }
        
    .askx-name {
        margin: auto;
    }
        
    .askx .psychic-rank-badge {
        width: 80px;
        margin: auto;
    }
        
    .askx .text-final-price {
        font-size: 20px;
    }

    .askx .askx-psychic-box .psy-extension {
        font-size: 21px;
    }

    .askx .listing-rank {
        font-size: var(--askx-font-sm) !important;
    }
        
    .askx .psychicBioBG {
        border-radius: 20px;
        height: 260px;
        width: 280px;
        margin: auto;
    }

}

.askx-meta-row {
display: flex;
justify-content: center;
gap: 20px;
}

@media (min-width: 768px) {
.askx-meta-row {
display: block;
}
}
    
    /* Why AskNow */

.askx .hero-why-asknow {
    background-image: url('../images/asknow-welcome-hero-bg.jpg?v=5');
    background-color: var(--askx-purple);
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 515px;
    /*min-width: 1000px;*/
    display: flex;
    align-items: center;
    padding-left: 70px;
}
.askx .hero-why-asknow {
  min-height: 480px;
  overflow: hidden;
}

.askx .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*object-position: bottom;*/
  z-index: 0;
}
.askx .hero-cta {
    color: #000 !important;
    background-color: #fff;
    border-radius: 30px;
}
.askx .hero-gradient-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to top, #340A6B 0%, rgba(52, 10, 107, 0) 100%);
}

/* Ensure content sits above video & overlay */
.askx .hero-why-asknow .container {
  position: relative;
  z-index: 2;
  color: #fff;
}


.askx .hero-why-asknow h2 {
  font-family: var(--askx-font-secondary);
  color: var(--askx-purple) !important;
  font-size: 34px;
    margin-top: 0;
    margin-bottom: 10px;
}
.askx .hero-why-asknow .row {
    margin: auto;
    /*min-width: 900px !important;*/
}
.askx .hero-why-asknow h3 {
    display: block;
    justify-content: normal;
    align-items: normal;
    font-weight: 600;
    font-family: var(--askx-font-primary);
    font-size: 21px;
    color: #000;
}

    @media (max-width: 767px) {
    .askx .hero-why-asknow {
        background-image: url('../images/asknow-hero-why-asknow-moble3.jpg?v=1') !important;
        background-color: var(--askx-purple);
        background-position: top center;
        padding: 200px 20px 0 20px;
        min-height: 650px;
        text-align: center;
        min-width: auto;
    }

    .askx .hero-why-asknow h1 {
        font-size: 38px;
        line-height: 1.2;
    }
    .askx .hero-why-asknow .row {
        margin: auto;
        min-width: auto !important;
        /*padding-top: 200px;*/
    }
        .askx .hero-video {
            /*display: none;*/
        }
        
    .askx .hero-video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom center;
        z-index: 0;
    }
        
}

@media (min-width: 2000px) {

    .askx .hero-why-asknow {
        /*max-width: 2000px;*/
        margin: auto;
        min-height: 600px;
    }

}

/* Explore More */
    
    .askx-explore-box {
        border-radius: 20px;
        max-width: 1000px;
        margin: auto;
        padding: 40px 20px 20px 20px !important;
    }
    .askx-explore-box h1 {
        font-size: 34px;
        color: #000;
    }
    .askx-explore-box h4 {
        color: #000 ;
    }
    .askx-explore-box span {
        color: #000;
        font-family: var(--askx-font-secondary);
        margin-bottom: 0;
        letter-spacing: -.5px;
        font-size: 18px;
        margin-top: 10px;
        font-weight: 500;
        line-height: 1.1;
    }
    .askx-explore-box img {
        max-width: 80px;
        margin: auto;
        transition: transform 0.3s ease;
    }

    .askx-explore-box a {
      text-decoration: none;
      color: inherit;
      display: block;
      transition: transform 0.3s ease;
    }

    .askx-explore-box a:hover .askx-explore-box-img {
      transform: scale(1.07);
    }

.askx-explore-section {
    background-image: url('../images/asknow-hero-explore-more.jpg');
    background-color: var(--askx-purple);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 515px;
    /*min-width: 1000px;*/
    display: flex;
    align-items: center;
    position: relative;
}

.askx-explore-section .container {
    max-width: 100% !important;
}
.askx-crystal-ball {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translateX(-50%);
    width: 124px;
    height: auto;
    z-index: 5;
}

    @media (max-width: 767px) {
        
    .askx-explore-box {
        margin: 30px 30px 0 30px;
    }
        
    .askx-explore-box h1 {
        font-size: 28px;
        color: #000;
    }
        
    .askx-explore-box img {
        max-width: 80px;
        margin: auto;
        transition: transform 0.3s ease;
    }
        
    .askx-crystal-ball {
        position: absolute;
        top: 95%;
        left: 50%;
        transform: translateX(-50%);
        width: 124px;
        height: auto;
        z-index: 5;
    }
        
    }

@media (min-width: 2000px) {

    .askx-explore-section {
        max-width: 2000px;
        margin: auto;
    }

}

/* Testimonial Section */
    .askx-testimonial-section {
        padding-top: 45px;
        padding-bottom: 0;
    }


/* Carousel Dots */
#askxTestimonialCarousel .carousel-indicators [data-bs-target] {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  border: 2px solid white !important;
  background-color: #340A6B !important;
  opacity: 1 !important;
  margin: 0 6px !important;
  transition: all 0.3s ease;
  display: inline-block !important;
}

#askxTestimonialCarousel .carousel-indicators .active {
  background-color: white !important;
  border-color: white !important;
}

#askxTestimonialCarousel .carousel-indicators {
    width: auto;
    height: auto;
    bottom: -70px;
}

#askxTestimonialCarousel p {
    /*max-width: 350px;*/
    margin: auto;
    font-size: var(--askx-font-lg);
}

.askx-testimonial-section h2 {
    color: #fff !important;
    font-family: var(--askx-font-secondary) !important;
    font-size: var(--askx-font-xl);
    /*margin-bottom: 50px !important;*/
}

.askx-testimonial-section span {
    color: #c681ff!important;
}

.askx-testimonial-section .container {
    max-width: 900px !important;
}

.askx-testimonial-section .carousel {
    position: relative;
    margin-bottom: -5px;
    height: 200px;
}
.askx-testimonial-card {
  background: #fff;
  color: #000;
  padding: 20px;
  border-radius: 30px;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {

.askx-testimonial-section {
    padding-top: 0px;
    padding-bottom: 0;
}

.askx-testimonial-section .carousel-item {
    padding: 20px;
}

.askx-testimonial-section img {
    margin-top: 25px;
}
    
.askx-testimonial-section .carousel {
    height: 400px;
}
    
.askx-testimonial-section h2 {
    margin-bottom: 20px !important;
}
    
#askxTestimonialCarousel .carousel-indicators {
    bottom: -210px;
}
    
.askx-testimonial-card {
    height: 250px;
}

}

/* Love Quiz */

.askx .hero-love-quiz {
    background-image: url('../images/asknow-hero-love-quiz.jpg');
    background-color: var(--askx-purple);
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 515px;
    /*min-width: 1000px;*/
    display: flex;
    align-items: center;
    /*padding-left: 70px;*/
}

.askx .hero-love-quiz .container {
    max-width: 1500px !important;
    width: initial;
}
.askx .hero-love-quiz h1 {
  font-family: var(--askx-font-secondary);
  color: var(--askx-purple) !important;
  font-size: 34px;
}
.askx .hero-love-quiz h2, .askx-explore-box h2 {
  font-family: var(--askx-font-secondary);
  color: #000;
  font-size: var(--askx-font-xl);
}
.askx .hero-love-quiz .row {
    margin: auto;
    /*min-width: 900px !important;*/
}
.askx .hero-love-quiz h3 {
    display: block;
    justify-content: normal;
    align-items: normal;
    font-weight: 600;
    font-family: var(--askx-font-primary);
    font-size: 21px;
    color: #000;
}
.love-quiz-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 50px 30px 50px;
    /*margin-right: 100px;*/
}
    @media (max-width: 767px) {
    .askx .hero-love-quiz {
        background-image: url('../images/asknow-hero-love-quiz-mobile_2.jpg');
        background-color: var(--askx-purple);
        background-position: top center;
        padding: 0 20px 0 20px;
        min-height: 720px !important;
        text-align: center;
        min-width: auto;
        margin-bottom: 50px;
    }

    .askx .hero-love-quiz h1 {
        font-size: var(--askx-font-xl);
        line-height: 1.2;
        text-align: center;
    }
    .askx .hero-love-quiz .row {
        margin: auto;
        min-width: auto !important;
        padding-top: 250px;
    }
    .askx .hero-free-horoscopes .row {
        margin: auto;
        min-width: auto !important;
        padding-top: 0;
        margin-top: 50px;
    }
.love-quiz-box {
    padding: 30px;
    margin-left: 0;
    margin-right: 0;
}
        
}

@media (min-width: 2000px) {

     .askx .hero-love-quiz {
        /* max-width: 2000px; */
        margin: auto;
         min-height: 600px;
    }

}

    /* Chat */

.askx .hero-chat {
    background-image: url('../images/asknow-hero-chat3.jpg?v=1');
    background-color: var(--askx-purple);
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 515px;
    max-width: 1400px;
    display: flex;
    align-items: center;
    padding-left: 70px;
    margin: auto;
}
.askx .hero-chat h2 {
  font-family: var(--askx-font-secondary) !important;
  color: #fff !important;
  font-size: 34px;
}
.askx .hero-chat .row {
    margin: auto;
    /*min-width: 900px !important;*/
}
.askx .hero-chat h3 {
    display: block;
    justify-content: normal;
    align-items: normal;
    font-weight: 600;
    font-family: var(--askx-font-primary);
    font-size: 21px;
    color: #fff;
}

    .askx .hero-chat p {
        color: #fff;
    }
    @media (max-width: 767px) {
    .askx .hero-chat {
        background-image: url('../images/asknow-hero-chat-mobile2.jpg?v=1');
        background-color: var(--askx-purple);
        background-position: top center;
        padding: 150px 20px 0 20px;
        min-height: 780px;
        text-align: center;
        min-width: auto;
        margin-top: 220px !important;
    }

    .askx .hero-chat h2 {
        font-size: var(--askx-font-xl);
        line-height: 1.2;
    }
    .askx .hero-chat .row {
        margin: auto;
        min-width: auto !important;
        padding-top: 200px;
    }
}

@media (min-width: 2000px) {

     .askx .hero-chat {
        max-width: 1600px;
        margin: auto;
    }

}

    /* AFQ */

.askx .hero-afq {
    background-image: url('../images/asknow-hero-AFQ.jpg');
    background-color: var(--askx-purple);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 615px;
    /*min-width: 1000px;*/
    display: flex;
    align-items: center;
    /*padding-left: 70px;*/
    padding-bottom: 30px;
}
.askx .hero-afq h1 {
  font-family: var(--askx-font-secondary);
  color: #fff;
  font-size: 34px;
}
.askx .hero-afq span {
  font-family: var(--askx-font-secondary);
  color: #fff;
  font-size: 34px;
  padding: 3px 5px;
}
.askx .hero-afq .row {
    margin: auto;
    min-width: 900px !important;
}
.askx .hero-afq h3 {
    display: block;
    justify-content: normal;
    align-items: normal;
    font-weight: 600;
    font-family: var(--askx-font-primary);
    font-size: 21px;
    color: #fff;
}

    .askx .hero-afq p {
        color: #fff;
    }
    @media (max-width: 767px) {
    .askx .hero-afq {
        background-image: url('../images/asknow-hero-AFQ-mobile.jpg');
        background-color: var(--askx-purple);
        background-position: top center;
        padding: 220px 20px 40px 20px;
        min-height: 850px;
        text-align: center;
        min-width: auto;
    }

    .askx .hero-afq h1 {
        font-size: 38px;
        line-height: 1.2;
    }
    .askx .hero-afq .row {
        margin: auto;
        min-width: auto !important;
        /*padding-top: 200px;*/
    }            

}

@media (min-width: 2000px) {

     .askx .hero-afq {
        /*max-width: 2000px;*/
        margin: auto;
         min-height: 600px;
    }

}

    /* AFQ Form */


.askx .hero-afq .form-container {
    border: 1px solid #9854f2;
    padding: 25px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 400px;
}

.askx-free-question-box .form-control,
.askx-free-question-box .form-select {
  font-size: 13px;
  padding: 4px 4px 4px 8px;
    border-radius: 5px !important;
    border: 0
}

.askx-free-question-box textarea {
  resize: vertical;
}

.askx-free-question-wrapper {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.askx .hero-afq .row {
    margin: auto;
    min-width: auto !important;
    --bs-gutter-x: 0;
}

.askx-free-question-box .optin-text, .askx .optin-text a {
    font-size: 10px;
    color: #fff !important;
    font-weight: 300;
}

.askx .input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border-radius: 0 5px 5px 0 !important;
}


.askx-free-question-box .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.askx-free-question-box .input-group-text {
font-size: 13px !important;
background-color: #e7e7e7;
color: #000 !important;
font-weight: 200;
}

.askx-free-question-box .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
    overflow: auto;

}
.askx-free-question-box label {
    color: #fff;
    line-height: 11px;
}
.askx-free-question-box .form-control, .askx-free-question-box .form-select {
    font-size: 13px;
    padding: 4px 4px 4px 8px;
    border-radius: 5px !important;
    align-content: center;
    border-right: 2px solid #000;
}

    @media (max-width: 767px) {
        
    .askx-free-question-box .form-control, .askx-free-question-box .form-select {
        font-size: 16px;
        padding: 10px 4px 10px 8px;
        border-radius: 5px !important;
        align-content: center;
    }
        
        .askx .hero-afq .form-container {
            padding: 15px;
        }
        
        .askx .hero-afq .form-container {
            width: auto;
        }

        .askx-free-question-box .input-group-text {
            font-size: 16px !important;
            padding: 0 9px 0 7px;
        }

}


/* 3 Simple Steps */

.askx .hero-steps {
    background-image: url('../images/asknow-hero-simple-steps5.jpg?v=1');
    background-color: var(--askx-purple);
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 575px;
    display: flex;
    align-items: center;
    /*padding-left: 70px;*/
}
.askx .hero-steps h2 {
  font-family: var(--askx-font-secondary);
  color: var(--askx-purple) !important;
  font-size: 34px;
}
.askx .hero-steps .row {
    margin: auto;
   /* min-width: 1200px !important;*/
}
.askx .hero-steps h3 {
    display: block;
    justify-content: normal;
    align-items: normal;
    font-weight: 600;
    font-family: var(--askx-font-primary);
    font-size: 21px;
    color: #000;
}
.askx .hero-steps .circle-number {
    display: inline-block;
    width: 29px;
    height: 29px;
    line-height: 30px;
    border-radius: 50%;
    background-color: var(--askx-purple-1);
    color: white;
    text-align: center;
    font-size: 15px;
    margin-right: 6px;
    font-weight: 400;
}
.askx-desktop-only {
  display: none;
}

@media (min-width: 901px) {
  .askx-desktop-only {
    display: block;
  }
}
    @media (max-width: 767px) {
    .askx .hero-steps {
        background-image: url('../images/asknow-hero-simple-steps-mobile2.jpg?v=1');
        background-color: var(--askx-purple);
        background-position: top center;
        padding: 115px 20px 40px 20px;
        min-height: 850px;
        text-align: center;
        min-width: auto;
    }

    .askx .hero-steps h2 {
        font-size: 38px;
        line-height: 1.2;
    }
    .askx .hero-steps .row {
        margin: auto;
        min-width: auto !important;
        padding-top: 200px;
    }
}

@media (min-width: 2000px) {

     .askx .hero-steps {
        /*max-width: 2000px;*/
        margin: auto;
         min-height: 600px;
    }

}

    /* Runes */

.askx .hero-runes {
    background-image: url('../images/asknow-hero-runes3.jpg');
    background-color: var(--askx-purple);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 515px;
    /*min-width: 1000px;*/
    /*display: flex;*/
    align-items: center;
    padding-top: 100px;
}
.askx .hero-runes h2 {
  font-family: var(--askx-font-secondary);
  color: #c681ff;
  font-size: 34px;
}
.askx .hero-runes .row {
    margin: auto;
    /*min-width: 900px !important;*/
}
.askx .hero-runes h3 {
    display: block;
    justify-content: normal;
    align-items: normal;
    font-weight: 600;
    font-family: var(--askx-font-primary);
    font-size: 21px;
    color: #fff;
}
.askx .hero-runes .copy {
    max-width: 700px;
    margin: auto;
}

.askx .hero-runes p {
    color: #fff;
}

@media (max-width: 767px) {
    .askx .hero-runes {
        background-image: url('../images/asknow-hero-runes-mobile.jpg');
        background-color: var(--askx-purple);
        background-position: top center;
        padding: 50px 20px 0 20px;
        min-height: 600px;
        text-align: center;
        min-width: auto;
        display: block;
    }

    .askx .hero-runes h2 {
        font-size: 38px;
        line-height: 1.2;
    }
    .askx .hero-runes .row {
        margin: auto;
        min-width: auto !important;
        /*padding-top: 200px;*/
    }
  .askx .hero-steps,
  .askx .hero-afq,
  .askx .hero-love-quiz,
  .askx .hero-chat,
  .askx .hero-why-asknow,
  .askx .hero-runes {
    min-width: auto !important;
    overflow-x: hidden;
  }

}

@media (min-width: 2000px) {

     .askx .hero-runes {
        /*max-width: 2000px;*/
        margin: auto;
    }

}



/*** Subpage Heroes, Breadcrumbs & Filter ***/

.askx-hero-text-width {
    max-width: 1000px;
    margin: auto;
}

.askx .hero-love-relationships, .askx .hero-category-256 {
    background-image: url('../images/asknow-hero-love-relationships_wide.jpg?v=2');
    padding: 0 20px 0 20px;
    background-position: center bottom;
    margin-bottom: -50px;
}
.askx .hero-love-relationships h2 {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    font-size: x-large;
    font-weight: 400;
}
.askx .hero-weekly-love-horoscopes {
    background-image: url('../images/asknow-hero-weekly-love-horoscopes.jpg?v=1');
    padding: 0 20px 0 20px;
    background-position: center bottom;
}

.askx .hero-free-horoscopes {
    background-image: url('../images/asknow-hero-free-horoscope.jpg?v=2') !important;
    padding: 0;
    background-position: left bottom;
}

.askx .hero-money, .askx .hero-category-128 {
    background-image: url('../images/asknow-hero-money-finance.jpg?v=1.4');
    padding: 0 20px 0 20px;
    background-position: center bottom;
}

.askx .hero-articles {
    background-image: url('../images/asknow-hero-articles3.jpg?v=1.7');
    padding: 0 20px 0 20px;
    background-position: center bottom;
}

.askx .hero-career, .askx .hero-category-64 {
    background-image: url('../images/asknow-hero-careers-goals_wide.jpg?v=1.6');
    padding: 0 20px 0 20px;
    background-position: center bottom;
}

.askx .hero-tarot, .askx .hero-category-32 {
    background-image: url('../images/asknow-hero-tarot.jpg?v=23');
    padding: 0 20px 0 20px;
    background-position: center bottom;
}

.askx .hero-spirit, .askx .hero-category-16 {
    background-image: url('../images/asknow-hero-spiritual-guides_wide.jpg?v=1');
    padding: 0 20px 0 20px;
    background-position: center bottom;
}

.askx .hero-numerology, .askx .hero-category-8 {
    background-image: url('../images/asknow-hero-numerology.jpg?v=1');
    padding: 0 20px 0 20px;
    background-position: center bottom;
}

.askx .hero-astrology, .askx .hero-category-4 {
    background-image: url('../images/asknow-hero-astrology.jpg?v=1');
    padding: 0 20px 0 20px;
    background-position: center bottom;
}

.askx .hero-past-lives, .askx .hero-category-2 {
    background-image: url('../images/asknow-hero-past-lives.jpg?v=1');
    padding: 0 20px 0 20px;
    background-position: center bottom;
}

.askx .hero-dreams, .askx .hero-category-1 {
    background-image: url('../images/asknow-hero-dreams.jpg?v=1');
    padding: 0 20px 0 20px;
    background-position: center bottom;
}

.askx .hero-pricing {
    background-image: url('../images/asknow-hero-pricing.jpg?v=1.1');
    padding: 0 20px 0 20px;
    background-position: center bottom;
}

.askx .hero-all-psychics, .askx .hero-category-0 {
    background-image: url('../images/asknow-hero-all-psychics.jpg?v=1');
    padding: 0 20px 0 20px;
    background-position: center bottom;
}

.askx-breadcrumbs {
    max-width: 1200px;
    margin: auto;
    color: #fff;
    font-size: 14px;
}
.askx-breadcrumbs .fa-chevron-right {
    font-size: 16px !important;
    margin-right: 3px;
    margin-left: 3px;
}
.askx-breadcrumbs a, .askx-breadcrumbs a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}
.askx-breadcrumbs i {
    font-size: 20px;
    vertical-align: middle;
}
.askx-breadcrumbs .bi-chevron-right {
    font-size: 15px;
    vertical-align: text-top;
    margin-left: 0;
}
.askx .espanol-option {
    background-color: var(--askx-purple-1);
    max-width: 80px;
    text-align: center;
    padding: 6px 16px;
    border-radius: 10px;
    font-size: var(--askx-font-sm);
    margin-top: -2px;
}
@media (max-width: 767px) {
    .askx .hero-love-relationships .row {
        padding-top: 0px;
    }
    .askx .hero-weekly-love-horoscopes .row {
        padding-top: 0px;
    }
    .askx-breadcrumbs {
        font-size: 12px;
        padding: 0 20px 0 20px;
    }
    .askx-breadcrumbs .fa-sliders, .fa-sliders-h {
        --fa: "\f1de";
        font-size: 20px !important;
        /*margin-left: .2rem;*/
    }
    .askx .hero-love-relationships h2 {
        font-size: 18px !important;
    }
    .askx .hero-love-relationships {
        margin-bottom: 0 !important;
        padding: 40px 20px 40px 20px;
    }
    .askx .hero-pricing {
        background-image: url('../images/asknow-hero-pricing-mobile.jpg?v=1');
        padding: 0 20px 0 20px;
        background-position: center bottom;
        margin-bottom: -50px !important;
        min-height: 420px;
    }
    .askx .hero-articles {
        background-image: url('../images/asknow-hero-articles3-mobile.jpg?v=1.7');
        padding: 34px 20px 0 20px;
        background-position: center bottom;
        margin-bottom: -50px;
        min-height: 535px;
    }
    
    
}

@media (min-width: 2000px) {

    .askx .hero-love-relationships {
        max-width: 1700px;
        margin: auto;
    }

}

/*** Filter Modal ***/


.askx-modal-box h5 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #340A6B;
}

.askx-modal-box label {
    margin-left: 6px;
    font-weight: normal;
    color: #000;
    font-size: var(--askx-font-md);
    /*vertical-align: text-top;*/
}
.askx-modal-header .h1, h1 {
    font-size: 30px;
}
.askx-search-input {
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 15px;
}

.askx-filter-width {
    max-width: 900px !important;
    padding: 30px 50px !important;
}

.askx-filter-border {
    border-bottom: 1px solid #eaeaea;
}

@media (max-width: 767px) {

    .askx-filter-width {
        max-width: 900px !important;
        padding: 15px 50px !important;
    }
    
.askx-modal-header .h1, .askx-modal-header h1 {
    font-size: calc(1.375rem + 1.5vw);
}

}


/*** Psychic Listing ***/


.askx-psychic-row {
    border-radius: 20px;
    max-width: 1200px;
    margin: auto;
}

.askx-status {
  font-size: 13px;
    display: inline-block;
}

.text-final-price {
  color: #26C000;
}

.askx-rating {
  color: #000;
    font-size: 13px;
}

.askx-psychic-row .title {
   /* color: var(--askx-link-alt);*/
}

.askx-psychic-row h5 {
    font-family: var(--askx-font-primary);
    color: #000;
    font-size: 18px;
    margin-top: 0;
}

.askx-profile-photo {
    width: 100%;
    margin: auto;
    border-radius: 20px;
}
.askx-profile-photo-expanded {
  width: 100%;
  height: 100%;
  object-fit: cover;
    border-radius: 20px 0 0 20px;
}
.detailsTxt p {
    font-size: var(--askx-font-sm) !important;
}
.askx .detailsTxt a, .askx .detailsTxt a:hover, .askx .bio a, .askx .bio a:hover {
    font-weight: 400;
    color: #000;
    /*font-size: var(--askx-font-md);*/
}
.askx-listing-wrapper h1, .askx-box-3 h1 {
    font-family: var(--askx-font-secondary);
    color: var(--askx-purple) !important;
    font-size: 30px;
}
.askx-listing-wrapper p, .askx-box-3 p {
    margin-bottom: 10px;
    line-height: 21px;
    font-size: var(--askx-font-md);
}
.askx-listing-wrapper ul {
    list-style: disc;
    line-height: 21px;
    max-width: 80%;
    margin: auto;
}
.askx-box-3 h2 {
    font-family: var(--askx-font-secondary);
    color: var(--askx-purple) !important;
    font-size: 30px;
    margin-bottom: 0;
}
.askx-box-purple {
    color: var(--askx-purple) !important;
}
.askx-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}
.askx-box-2 {
    background-image: url('../images/asknow-pink-bg.jpg');
    background-size: cover;
    background-position: bottom;
    border-radius: 20px;
    padding: 40px;
}
.askx-box-3 {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    max-width: 1200px;
    margin: auto;
}
.askx-box-3 .contact-icon {
    width: 70px;
    margin: auto;
}
.askx-box-3 a, .askx-box-3 a:hover {
    crgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1))
    text-decoration: none;
    font-weight: 400
}
.askx-listing-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
    max-width: 1000px;
    margin: auto;
}

  .askx-listing-wrapper {
    flex-direction: row;
  }
    .askx .listing-rank {
        background-color: #fec37d;
        color: #fff;
        padding: .3rem 1rem;
        font-size: var(--askx-font-xs);
        border-radius: 5px;
        /*width: 88px;*/
        /*margin: auto;*/
    }

    .askx .listing-rank a, .askx .listing-rank a:hover {
        text-decoration: none !important;
        color: #000;
        font-weight: 800;
    }

    .askx .view-profile {
        background: #8336e9;
        color: #fff;
        padding: .3rem 1rem;
        font-size: var(--askx-font-xs);
        border-radius: 10px;
        width: 88px;
        margin: auto;
    }

    .askx .psy-extension {
        font-size: var(--askx-font-lg);
    }
    .margin-top-30 {
        margin-top: 30px;
    }
.title {
    font-size: 17px;
}
@media (max-width: 767px) {
    .askx-psychic-row {
        /*padding: 20px !important;*/
        max-width: 320px;
        text-align: center;
    }
    .askx-psychic-row p {
        text-align: center;
    }
    
    .askx-psychic-row h5 {
        font-family: var(--askx-font-primary);
        color: #000;
        font-size: 18px;
        /* text-align: center; */
        margin: auto;
        margin-top: 7px;
        margin-bottom: 0;
    }
    .askx-box, .askx-box-2, .askx-box-3  {
        max-width: 320px;
        margin: auto;
    }
    .askx-box-33  {
        max-width: 360px !important;
    }
    .askx-box-3 h1 {
        text-align: center;
    }
.askx-listing-wrapper ul {
    max-width: 100%;
    margin: auto;
}
    .askx-box-3 h2 {
        text-align: center;
        font-size: 25px;
    }
.margin-top-30 {
    margin-top: 0px;
}
    
.askx-profile-photo-expanded {
  width: 100%;
  height: 100%;
  object-fit: cover;
    border-radius: 20px 20px 0 0;
}
    
}

/*** Banners ***/

.banner1 {
    background-image: url('../images/asknow-banner-quiz-1.jpg');
    background-size: cover;
    background-position: left top;
    max-width: 1000px;
    height: 175px;
    border-radius: 20px;
    margin: auto;
    align-content: center;
    padding: 25px;
}

.banner1 span {
    font-family: var(--askx-font-secondary);
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
}

.banner2 {
    background-image: url('../images/asknow-banner-offer-1.jpg');
    background-size: cover;
    background-position: left top;
    max-width: 1000px;
    height: 175px;
    border-radius: 20px;
    margin: auto;
    align-content: center;
    padding: 25px;
}

.banner2 span {
    font-family: var(--askx-font-secondary);
    color: #000;
    font-size: 30px;
    margin-bottom: 0;
}

.banner2 sup {
    color: #3e3e3e;
    font-size: 12px;
}

.banner3 {
    background-image: url('../images/asknow-banner-quiz-1-mobile.jpg');
    background-size: cover;
    background-position: center top;
    max-width: 320px;
    padding-top: 135px;
    height: 300px;
    border-radius: 20px;
    margin: auto;
    align-content: center;

}
.banner3 span {
    font-family: var(--askx-font-secondary);
    color: #fff !important;
    font-size: 25px !important;
    margin-bottom: 0;
}
.banner3 a, .banner3 a:hover {
    color: #fff !important;
}
.banner4 {
    background-image: url('../images/asknow-banner-offer-1.jpg');
    background-size: cover;
    background-position: left top;
    max-width: 1000px;
    height: 150px;
    border-radius: 20px;
    margin: auto;
    align-content: center;
}

.banner4 span {
    font-family: var(--askx-font-secondary);
    color: #000;
    font-size: 30px !important;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    
    .banner1 {
        background-image: url('../images/asknow-banner-quiz-1-mobile.jpg');
        background-size: cover;
        background-position: center top;
        max-width: 320px;
        padding-top: 135px;
        height: 300px;
    }

    .banner2 {
        background-image: url('../images/asknow-banner-offer-1-mobile.jpg');
        background-size: cover;
        background-position: center top;
        max-width: 320px;
        /*padding-top: 135px;*/
        height: 300px;
    }

    .banner2 span {
        margin-bottom: 25px;
    }
    .banner4 {
        background-image: url('../images/asknow-banner-offer-1-mobile.jpg');
        background-size: cover;
        background-position: center top;
        max-width: 320px;
        /*padding-top: 135px;*/
        height: 300px;
    }

    .banner4 span {
        margin-bottom: 10px;
        font-size: 25px !important;
    }
}

/*** Psychic Profile Page ***/

.askxProfile {
    max-width: 1200px !important;
    margin: auto;
}

.askxProfile .rounded {
    border-radius: 20px !important;
}

.askxProfile h1 {
    color: var(--askx-purple) !important;
    font-size: var(--askx-font-xl)
}
.askxProfile h2 {
    color: #000;
    font-size: 20px;
}
.askx-profile-photo-lg {
  width: 100%;
  height: 100%;
  object-fit: cover;
    border-radius: 20px 0 0 20px;
}
.askxProfile .askx-price {
    font-size: 20px;
}
.askx-box-shadow {
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}
.askxProfile .list-unstyled, .askxProfile p {
    padding-left: 0;
    list-style: none;
    line-height: 18px;
    font-size: var(--askx-font-md) !important;
}
.askxProfile .bio {
    padding: 40px !important;
}
.askx-text-md-start {
text-align: left !important;
}
.askx-testimonial i {
    margin-left: 0;
    font-size: var(--askx-font-md);
}
.askx-testimonial {
    border-bottom: 1px solid #dedede;
}
.profile-image {
    background-image: url(https://cn.asknow.com/psychic_images/1B4E80F4-23A1-62C9-E063-DD67820A3803.meditem);
    background-size: cover;
    height: 100%;
    border-radius: 20px 0 0 20px;
}
@media (max-width: 900px) {
.askxProfile > .row > .col-md-8,
.askxProfile > .row > .col-md-4 {
flex: 0 0 100%;
max-width: 100%;
}
.askxProfile > .row > .col-md-4 {
margin-top: 25px !important;
}
.newCalendar .profile-panel-schedule, .askx-horoscope-signup-box {
padding: 15px;
max-width: 500px;
margin: auto;
}
}
@media (max-width: 767px) {
    
    .askxProfile {
        max-width: 370px !important;
        margin: auto;
    }
    .askxProfile .bio {
        padding: 20px !important;
    }
  .askx-text-md-start {
    text-align: center !important;
  }
    
    .askx-profile-photo-lg {
        /* width: 300px; */
        border-radius: 20px 20px 0 0;
        margin: auto;
    }

}

/*** About Us ***/

.askx .heroAbout {
    background-image: url('../images/asknow-hero-about-us.jpg');
    margin-bottom: -50px;
}
.askx .heroAbout .row {
    margin: auto;
    min-width: 900px !important;
}
.askx-aboutbox-1 {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    max-width: 1200px;
    margin: auto;
}
.askx-aboutbox-1 h2 {
    font-family: var(--askx-font-secondary);
    color: var(--askx-purple) !important;
    font-size: 30px;
    margin-bottom: 0;
}
.askx-aboutbox-1 p {
    margin-bottom: 10px;
    line-height: 21px;
    font-size: var(--askx-font-md);
}
.askx-box-3 li {
    line-height: 20px;
    margin-bottom: 10px;
    font-size: var(--askx-font-md);
}
.satisfaction-badge {
    max-width: 100px;
    margin: auto;
}
.askx-box-3 h3 {
    font-family: var(--askx-font-secondary);
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
    display: inline-block;
    line-height: 25px;
}
.askx-box-3 h4 {
    font-family: var(--askx-font-secondary);
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
    /*display: inline-block;*/
    line-height: 25px;
}

@media (max-width: 767px) {
.askx .heroAbout {
    background-image: url('../images/asknow-hero-about-us.jpg');
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
}
    .askx .heroAbout .row {
        margin: auto;
        min-width: auto !important;
        /*padding-top: 200px;*/
    }
    .askx-aboutbox-1  {
        max-width: 320px;
        margin: auto;
    }
    .askx-aboutbox-1 h2 {
        font-size: 25px;
        
    }
            }


@media (min-width: 2000px) {


}



/*** Horoscopes Main Page ***/

 .askx .hero-horoscope {
    background-image: url('../images/asknow-hero-horoscope.jpg?v=1.2');
    padding: 0 20px 0 20px;
     min-height: 400px;
     background-position: center bottom;
}

.askxHoroscope {
    max-width: 1200px !important;
    margin: auto;
}

.askxHoroscope .rounded {
    border-radius: 20px !important;
}

.askxHoroscope h1 {
    color: var(--askx-purple) !important;
    font-size: 30px;
}
.askxHoroscope h2 {
    color: var(--askx-purple) !important;
    font-size: 25px;
    font-family: var(--askx-font-secondary);
}
.askxHoroscope h3 {
    color: #000;
    font-size: 30px;
    font-family: var(--askx-font-secondary);
    margin-bottom: 0;
}
.weeklyLoveHoroscope h2 {
    font-size: 30px;
}
.weeklyLoveHoroscope h3 {
    font-size: 20px;
    font-family: var(--askx-font-primary);
}
.zodiac-title-small {
    font-size: var(--askx-font-xs);
}
.askxHoroscope h4 {
    margin-bottom: 0;
    font-weight: 500;
    margin-top: 0 !important;
    color: #000 !important;
    font-size: var(--askx-font-lg);
    font-family: var(--askx-font-primary);
}
.askxHoroscopepadding {
    padding: 20px;
}
.askxHoroscopesingle .weeklyLoveTitle {
    font-weight: 700;
    font-size: 20px !important;
    color: var(--askx-purple);
    font-family: var(--askx-font-secondary);
    padding-bottom: 5px;
}
.askxHoroscopesingle h3 {
    font-weight: 700;
    font-size: 20px;
    color: var(--askx-purple);
    font-family: var(--askx-font-secondary);
    padding-bottom: 5px;
}
.askx-breadcrumbs-horoscope {
    max-width: 1100px;
}
.weeklyLoveTitle img {
    width: 25px !important;
    display: inline;
    vertical-align: sub;
}
@media (max-width: 767px) {

    .askx .hero-horoscope {
        background-image: url('../images/asknow-hero-horoscope-mobile.jpg');
        padding: 0 20px 0 20px;
        background-position: bottom center;
        padding-top: 90px;
        padding-bottom: 20px;
    }
    
    .askx .hero-horoscope .askx-hero-text-width {
        margin-top: -50px !important;
    }
    
    .askxHoroscope {
        max-width: 340px !important;
        margin: auto;
    }
    
    .askxHoroscopepadding {
        padding: 0 10px 10px 10px !important;
    }
    
    .askxHoroscope .row {
        /*margin-left: 0;
        margin-right: 0;*/
        }
    
    .askxHoroscope h2 {
        font-size: 23px;
    }
    
}


@media (min-width: 2000px) {


}


/*** Single Horoscope page ***/

.askxHoroscopesingle h3 {
    display: block;
    justify-content: normal;
    align-items: normal;
    font-weight: 600;
    font-family: var(--askx-font-primary);
    letter-spacing: -.5px;
    font-size: 20px;
    margin-top: 0;
    color: #000;
}

.askxHoroscopesingle p {
    max-width: 700px;
    margin: auto;
    text-align: left;
    /*border-bottom: 1px solid #dedede;*/
    padding-bottom: 12px;
}

.askxHoroscopesingle .signMain {
    max-width: 100px;
    margin: auto;
}

.askxHoroscopesingle .signSmall {
    max-width: 90px;
    margin: auto;
}
.askxHoroscopesingle .signSmall2 {
    max-width: 70px;
}
.askxHoroscopesingle .categories {
    text-align: center !important;
}
.askxHoroscopesingle .rightBorder {
    border-right: 1px #BDBDBD solid;
}

.askxHoroscopesingle .luckynumbers {
    color: #340A6B;
    font-weight: 700;
      text-decoration: none;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -webkit-text-size-adjust: none;
      -webkit-tap-highlight-color: transparent;
      pointer-events: none;
    text-decoration: none;
}
.askxHoroscopesingle i {
    color: #340A6B;
}
.weeklyLoveHoroscope a {
    text-decoration: none;
    font-weight: 400 !important;
}
@media (max-width: 767px) {
    .askxHoroscopesingle .rightBorder {
        border-right: 0;
    }           
}

/*** Free Horoscope Signup ***/

.askx-horoscope-signup-box {
    border: 1px solid #C114A3;
    padding: 20px;
}

.askx-horoscope-signup-box input  {
        border: 1px solid #ccc;
        border-radius: 8px !important;
        padding: 7px 9px;
}
.askx-horoscope-signup-box .form-label {
    color: #000 !important;
    font-size: 10px;
    font-weight: 400;
    line-height: .7rem;
}

.askx-horoscope-signup-box .btn-main {
    border-radius: 25px !important;
    padding: 8px 23px;
    font-size: 12px !important;
    font-weight: 400;
}

.askx-horoscope-signup-box h3 {
    display: block;
    justify-content: normal;
    align-items: normal;
    font-weight: 600;
    font-family: var(--askx-font-primary);
    letter-spacing: -0.5px;
    font-size: 20px;
    margin-top: 0px;
    color: rgb(0, 0, 0);
}
.askx-horoscope-signup-box span {
    display: block;
    justify-content: normal;
    align-items: normal;
    font-weight: 600;
    font-family: var(--askx-font-primary);
    letter-spacing: -0.5px;
    font-size: var(--askx-font-lg);
    margin-top: 0px;
    color: rgb(0, 0, 0);
    line-height: 1.3rem;
}

@media (max-width: 767px) {
    .askx-horoscope-signup-box input {
        font-size: 16px;
    }        
}
/*** Homepage Free Horoscope Signup ***/

.askx-homepage-horoscope-signup-box {
    border: 0;
    padding: 20px;
}
.askx-homepage-horoscope-signup-box .form-control {
    box-shadow: none;
}
.askx-homepage-horoscope-signup-box input {
        border: 1px solid #ccc;
        border-radius: 8px !important;
        padding: 17px 17px;
}
.askx-homepage-horoscope-signup-box .form-label {
    color: #000 !important;
    font-size: var(--askx-font-xs);
    font-weight: 400;
}

.askx-homepage-horoscope-signup-box .btn-main {
    border-radius: 25px !important;
    padding: 8px 23px;
    font-size: var(--askx-font-md);
    font-weight: 400;
}
.askx .askx-homepage-horoscope-signup-box .row {
    margin: auto;
    min-width: auto !important;
}
.askx-homepage-horoscope-signup-box .form-select {
    padding: 7px 17px;
    font-size: var(--askx-font-sm);
    border-radius: 7px !important;
    border: 1px solid #ccc;
}
.askx-homepage-horoscope-signup-box .birthday {
    font-size: var(--askx-font-md);
}
@media (max-width: 767px) {
    .askx-homepage-horoscope-signup-box input, .askx-homepage-horoscope-signup-box .form-select, .askx-homepage-horoscope-signup-box .birthday {
        font-size: 16px;
    }        
}

/*** Main Artcile Page ***/

    .askxArticles {
        max-width: 1200px !important;
    }
    .askxArticles h2 {
        color: var(--askx-purple) !important;
        font-size: var(--askx-font-xl);
        font-family: var(--askx-font-secondary);
        letter-spacing: -.5px;
    }
    .askxArticles h3 {
        font-family: var(--askx-font-primary);
        font-size: var(--askx-font-lg) !important;
        margin-top: 0;
        line-height: 22px;
    }
    .askxArticles .customPadding h5 {
        color: #000;
        font-weight: 600;
    }
    .askxArticles .customPadding h2 {
        color: #000;
        font-weight: 600;
        font-family: var(--askx-font-primary);
        font-size: var(--askx-font-md);
    }
    .askxArticles .dropdown-toggle {
        border-radius: 20px !important;
        padding: 6px 16px;
        font-size: 14px;
        border: 1px solid #000;
        color: #000;
        text-transform: none;

    }
    /*.askxArticles .bio {
        padding: 25px !important;
    }*/
    .askxArticles img {
        max-width: 100%;
        border-radius: 10px 10px 0 0;
        /*border-radius: 5px;*/
    }
    .askxArticles .btn-read-more {
        background-color: #3fa605;
        color: white !important;
        border-radius: 25px !important;
        padding: 8px 18px;
        border: none;
        text-decoration: none;
        transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
        text-transform: none;
        font-size: var(--askx-font-xs) !important;
        font-weight: 400;
    }
    .askxArticles .articleList  .btn-main {
        padding: 5px 20px;
        margin-top: -5px;
    }
    .askxArticles .articleList  p {
    margin-bottom: 10px;
    }
    .askxArticles .customPadding .col-md-4 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .askxArticles .customPadding .rounded {
        border-radius: 10px !important;
    }
    .askxArticles .dropdown .btn:hover, .askxArticles .dropdown .btn.show {
        background: #f1f1f1 !important;
    }
    .askxArticles .dropdown-menu .dropdown-item {
        text-decoration: none;
        color: #000;
        padding: 11px;
        display: block;
        font-size: 14px;
        min-width: 200px;
        font-weight: 400;
    }
    .askxArticles .dropdown .btn:hover, .askxArticles .dropdown .btn.show {
        background: #f1f1f1 !important;
        color: #000;
        /* border: 0; */
    }
    .askxArticles .custom-centered-dropdown {
      left: 50% !important;
      transform: translateX(-50%) !important;
      right: auto !important;
        margin-top: 40px !important;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #000;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        font-size: 12px;
    }
    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        border-color: #efefef;
        background: #7751a9;
        font-weight: 700;
        z-index: 2;
        color: #fff !important;
        cursor: default;
    }
    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        color: #000;
        background-color: #eee;
        border-color: #ddd;
    }
.askx-breadcrumbs-articles {
    max-width: 1000px;
}
@media (max-width: 576px) {
    .askxArticles {
        max-width: 370px !important;
        margin: auto;
    }
}


/*** Single Article Page ***/

    .askxSinglearticle {

    }
    .askxSinglearticle .post-title {
        margin: 10px 0 20px 0;
        color: #600377;
        font-size: 25px;
    }
    .askxSinglearticle h2 {
        font-family: var(--askx-font-primary);
        font-size: 20px;
        margin-bottom: 10px;
    }

    .askxSinglearticle .askx-profile-photo {
        width: 80px;
    }
    .askxSinglearticle ul {
        list-style-type: disc;
        list-style-position: outside;
        margin-bottom: 19px;
        margin-left: 30px;
    }

    .askxSinglearticle .cta {
        padding: .5em;
        background-color: #f7f7fc;
        font-style: italic;
        margin: 2em auto;
        max-width: 90%;
        border-radius: 12px;
        text-align: center;
        border: 4px solid purple;
        border-top: none;
        border-bottom: none;
    }
    .askxSinglearticle .article-post-content em, .askxSinglearticle .article-post-content li {
        font-size: var(--askx-font-md);
        font-style: italic;
    }
    .askxSinglearticle .author-container {
        border: solid 2px #340A66;
        box-shadow: none;
    }

    .askxSinglearticle .author-container img {
        max-width: 130px !important;

    }
    .askxSinglearticle .author-container h4 {
        color: #000;
    }
    .askxSinglearticle .author-container p {
        margin-bottom: 0;
    }
    .askxSinglearticle h3 {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        margin-top: 0;
    }
    .askxSinglearticle .bioLine {
        line-height: 12px !important;
        font-size: 10px;
    }

    .authorTitle {
        font-size: 21px;
        color: #000;
        font-family: var(--askx-font-secondary);
        letter-spacing: -.5px;
    }
    .askxRelatedarticle h2 {
        font-size: 20px !important;
        font-weight: 500 !important;

    }

/*** How It Works Page ***/

.askx .heroHow {
    background-image: url('../images/asknow-hero-how-psychic-readings-work.jpg');
}
.askx .heroHow .row {
    margin: auto;
    min-width: 900px !important;
}
.rightBorder {
    border-right: 1px solid #dedede;
}

.Howicon {
    max-width: 60px;
    margin: auto;
}

.howIcons h4 {
    font-family: var(--askx-font-secondary);
    color: #000;

}

.howIcons a, .howIcons a:hover {
    text-decoration: underline;
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1)) !important;
    /*font-weight: bold;*/
}

.howIcons img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-origin: center center;
  cursor: zoom-in;
    width: 250px;
    margin: auto;
}

.howIcons img:hover {
  transform: scale(1.2);
  z-index: 10;
  position: relative;
  /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);*/
}
.howIcons span {
    font-family: var(--askx-font-secondary);
    color: #000;
    font-size: 18px;
    display: block;
    line-height: 25px;
    font-weight: 500;
}
.askxAccordion .accordion-collapse {

}
.askxAccordion h2 {
    font-family: var(--askx-font-primary);
    font-weight: 500;
    font-size: 21px;
}
.askxAccordion .accordion-collapse.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.askxAccordion .accordion-button {
  background-color: #fff;
  font-weight: 400;
  color: #333;
  box-shadow: none;
  text-align: left;
    font-size: 18px;
    padding-top: 15px;
}

.askxAccordion .accordion-button span {
  background-color: #fff;
  font-weight: 600;
  color: #333;
  box-shadow: none;
  text-align: left;
    font-size: 18px;
    padding-top: 15px;
}
.accordion-header {
    margin-bottom: 0;
    font-family: var(--askx-font-secondary);
    display: block !important;
    margin-top: 0;
}
.askxAccordion .accordion-button:not(.collapsed) {
  background-color: #fff !important;
  color: #000;
font-size: 18px;
}

.askxAccordion .accordion-button:focus {
  box-shadow: none;
  border-color: #ccc;
}
.askxAccordion .accordion-item {
    border-right: 0;
    border-left: 0;
}
.askxAccordion .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border-bottom: var(--bs-accordion-border-width) solid #BE12A5;
    border-top: 0;
    border-left: 0;
    border-right:0;
    border-radius: 0;
}
@media (max-width: 767px) {
    .askx .heroHow {
        background-image: url('../images/asknow-hero-how-psychic-readings-work-mobile.jpg');
        background-position: bottom center;
    }
    .askx .heroHow .row {
        margin: auto;
        min-width: auto !important;
        /*padding-top: 200px;*/
    }
.rightBorder {
    border-right: 0;
}
            }


@media (min-width: 2000px) {


}

/*** Psychic Spotlight ***/

.askx .heroSpotlight {
    background-image: url('../images/asknow-hero-psychic-spotlight.jpg');
    margin-bottom: -50px;
    padding: 0;
}
.askx .heroSpotlight .row {
    margin: auto;
    min-width: 900px !important;
}
    .spotlightSelect {

    }
    .spotlightSelect .dropdown-toggle {
        border-radius: 20px !important;
        padding: 6px 16px;
        font-size: 14px;
        border: 1px solid #fff;
        color: #fff;
        text-transform: none;

    }
    .spotlightSelect .dropdown .btn:hover, .spotlightSelect .dropdown .btn.show {
        background: #f1f1f1 !important;
    }
    .spotlightSelect .dropdown-menu .dropdown-item {
        text-decoration: none;
        color: #000;
        padding: 11px;
        display: block;
        font-size: 14px;
        min-width: 200px;
        font-weight: 400;
    }
    .spotlightSelect .dropdown .btn:hover, .spotlightSelect .dropdown .btn.show {
        background: #f1f1f1 !important;
        color: #000;
        /* border: 0; */
    }
    .spotlightSelect .custom-centered-dropdown {
      left: 50% !important;
      transform: translateX(-50%) !important;
      right: auto !important;
        margin-top: 40px !important;
    }
    .askx-qa {
        max-width: 800px;
        margin: auto;
    }
    .askx-qa h3 {
        color: var(--askx-purple) !important;
        font-size: 21px !important;
    }
    .askx-qa blockquote {
        font-style: italic;
        font-size: 16px;
        line-height: 20px;
    }

    .askx-spotlight-photo {
        width: 200px;
        border-radius: 20px 0;
    }
    .askx-spotlight-box {
        border-radius: 20px;
        max-width: 100%;
        margin: auto;
        border: 2px solid var(--askx-link-alt);
    }
    .askx-spotlight-box .btn-main {
        padding: 5px 22px;
    }
    .custom-dropdown {
      position: relative;
      width: 200px;
      font-family: sans-serif;
      cursor: pointer;
    }
    .custom-dropdown a, .custom-dropdown a:hover {
        color: #000 !important;
        text-decoration: none;
        font-weight: 400;
    }
    .custom-dropdown-toggle {
        padding: 10px;
        border: 1px solid #fff;
        border-radius: 20px;
        background-color: transparent;
        padding: 11px 16px;
        transition: background-color 0.3s ease, color 0.3s ease;
    }
    .custom-dropdown-toggle:hover {
        border: 1px solid transparent;

    }
    .custom-dropdown-toggle-article {
        border: 1px solid #000;
        border-radius: 20px;
    }
    .custom-dropdown-toggle:hover {
        background-color: #dedede;
        color: #000;
    }
    .custom-dropdown-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: white;
      border: 1px solid #ccc;
      border-radius: 4px 4px 14px 14px;
      z-index: 10;
        padding-left: 0;
    }
    .custom-dropdown-menu li {
        list-style: none;
        border-top: 1px solid #eee;
        color: #000;
        text-align: center;
    }
    .custom-dropdown-menu li:hover {
      background-color: #f2f2f2;
    }
     .custom-dropdown i {
        font-size: 15px !important;
        vertical-align: middle !important;
    }
    .custom-dropdown-menu li a {
      display: block;
      width: 100%;
      padding: 10px;
    }
@media (max-width: 767px) {
    .askx .heroSpotlight {
        background-image: url('../images/asknow-hero-psychic-spotlight-mobile.jpg');
        background-position: bottom center;
        padding: 0 20px 0 20px !important;
    }
    .askx .heroSpotlight .row {
        margin: auto;
        min-width: auto !important;
        padding-top: 0;
    }
    .custom-dropdown-toggle {
        padding: 11px 16px 8px 16px;
    }
}


@media (min-width: 2000px) {


}

/*** Chat Page ***/

.askx .heroChat {
    background-image: url('../images/asknow-hero-psychic-chat2.jpg?v=3');
    margin-bottom: -40px;
    min-height: 450px;
}
.askx .heroChat .row {
    margin: auto;
    /*min-width: 900px !important;*/
}
  .heroChat .askx-hero-text-width {
    text-align: left !important;
  }
.askx .chat-screen {
display: none;
}
@media (max-width: 767px) {
    .askx .heroChat {
        background-image: url('../images/asknow-hero-psychic-chat-mobile.jpg');
        background-position: bottom center;
    }
    .askx .heroChat .row {
        margin: auto;
        min-width: auto !important;
        padding-top: 0;
    }
  .heroChat .askx-hero-text-width {
    text-align: center !important;
  }
    
.askx .chat-screen {
    width: 315px;
    margin: auto;
    display: block;
}
            }


@media (min-width: 2000px) {


}

/*** Contact Us Page ***/

.contactSection {

}

.contactSection p {
    max-width: 620px;
    margin: auto;
}

.contactSection  h3 {
    display: block;
    justify-content: normal;
    align-items: normal;
    font-weight: 500;
    font-family: var(--askx-font-primary);
    letter-spacing: -.5px;
    font-size: 19px;
    margin-top: 0;
    color: #000;
}
.contactSection h2 {
    font-family: var(--askx-font-primary);
    color: #000;
    font-size: 25px;
    margin-bottom: 0;
}
.contactSection .contact-icon {
    width: 55px;
    margin: auto;
}

.contactSection .btn-main-pink {
    border-radius: 35px;
    padding: 10px 30px;
    min-width: 180px;
  background-color: white;
  z-index: 1;
  overflow: hidden;
    border: 0;
      position: relative;
}

.contactSection .btn-main-pink-override {
  position: relative;
  border-radius: 15px;
  padding: 30px 30px;
  min-width: 180px;
  background-color: white;
  z-index: 1;
  overflow: hidden;
    border: 0;
}

.contactSection .btn-main-pink-override::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 2px; /* Border thickness */
  background: linear-gradient(135deg, #FF3270, #BE12A5);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.contactSection .btn-main-pink::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 35px;
  padding: 2px; /* Border thickness */
  background: linear-gradient(135deg, #FF3270, #BE12A5);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.contactSection a {
    text-decoration: underline;
}
/*** Pricing Page ***/

.askx .hero-pricing h1, .askx .hero-pricing h2 {
    color: #000;
    text-shadow: none;
    margin-top: 10px;
    line-height: 4rem;
}
.askx .hero-pricing span {
    color: #000;
    text-shadow: none;
    font-size: x-large;
}
.askx .pricingBox {
    border: 1px solid var(--askx-link-alt);
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricingBox:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 2;
  position: relative;
}

.askx .pricingBox h3 {
    color: #000;
    font-family: var(--askx-font-secondary);
    margin-top: 0;
    font-size: 25px;
}
.askx .pricingBox h12 {
    color: #000;
    font-family: var(--askx-font-secondary);
    margin-top: 0;
    font-size: 25px;
}
.most-popular-badge {
    width: 36px;
}
.askx .satisfaction-badge {
    max-width: 100px;
}
.askx h3 {
    font-weight: 600;
    color: #000;
    font-size: var(--askx-font-lg);
}

@media (max-width: 767px) {

    .askx .hero-pricing h1, .askx .hero-pricing h2 {
        color: #000;
        text-shadow: none;
        margin-top: 10px;
        line-height: 3rem;
    }

}
/*** Terms & Conditions ***/

.termsSection {

}

.termsSection p {
    max-width: 100%;
    margin-bottom: 10px;
    text-align: left;
}

.termsSection h2 {
    font-family: var(--askx-font-secondary);
    color: #000;
    font-size: 21px !important;
    margin-bottom: 10px!important;
}


/*** FAQ ***/

.askxAccordion {

}

#faqAccordion li {
    margin-bottom: 10px;
    line-height: 19px;
}

.faq-link a,.faq-link a:hover {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
    /*font-weight: 500;*/
    text-decoration: underline;
}
#faqAccordion .accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    font-size: var(--askx-font-md);
    line-height: 20px;
}

/*** Log In / Sign In ***/


#askxLoginTabsContent .tab-pane {
  display: none;
}

#askxLoginTabsContent .tab-pane.active {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#askxLoginTabsContent .askx-login-social-icon {
    width: 170px;
}
#askxLoginTabsContent .btn-main {
    width: 200px;
    margin: auto;
}
.askx-login-wrapper {
    max-width: 500px;
}
.askx-login-box {
    padding: 25px;
}
.askx-login-title {
    color: #000;
}
.askx-login-container .tab-content {
    background-color: #fff;
    padding: 45px 25px;
    border-radius: 25px;
}

.askx-login-container .nav-tabs {
    border-bottom: 0;
    width: 100%;
    /*display: block;*/
    margin: 0;
}
.askx-login-container .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000 !important;
    padding: 15px 30px 15px 30px;
    border-radius: 15px 15px 0 0 !important;
}
.nav-link, .nav-link a:hover {
    color: #000 !important;
    border: 0 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    padding: 16px 30px 13px 30px;
    background-color: #E0D2F5;
    border-radius: 15px 15px 0 0 !important;
}
#askxLoginTabsContent .form-control {
    border: 1px solid #ccc;
    border-radius: 8px !important;
    padding: 17px 17px;
    box-shadow: none;
}
#askxLoginTabsContent .askx-login-social {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
#askxLoginTabsContent .small {
    font-size: var(--askx-font-xs) !important;
    margin-bottom: 0;
    vertical-align: middle;
    line-height: var(--askx-font-xs) !important;
}
@media (max-width: 767px) {
    
  .askx-login-wrapper {
        max-width: 400px;
    }      
.nav-link, .nav-link a:hover {
    padding: 15px 30px 14px 30px;

    }
    #askxLoginTabsContent h1 {
        font-family: var(--askx-font-secondary);
        letter-spacing: -.5px;
        font-size: 25px;
    }
    
    .askx-login-container .tab-content {
        background-color: #fff;
        padding: 45px 25px;
        border-radius: 0 0 25px 25px;
    }
    
    .askx .form-control {
        font-size: 16px;
    }

}

/*** Call Modal ***/

.askx-modal-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}

.askx-modal-box {
  background: white;
  padding: 30px 20px;
  border-radius: 15px;
  width: 90%;
  max-width: 600px;
  text-align: center;
  position: relative;
  overflow-y: auto;
  max-height: 90vh; /* ensures scrollable content */
}


.askx-modal-box h2 {
    font-size: 25px;
}

.askx-modal-close, .askx-filter-modal-close {
  position: absolute;
  top: 3px;
  right: 15px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #340A6B;
}

.askx-modal-box .rounded-circle {
    margin: auto !important;
    width: 100px;
    margin-bottom: 20px !important;
}

.askx-modal-box .rounded-circle2 {
    margin: auto !important;
    width: 100px;
    margin-bottom: 0 !important;
}


.askx-modal-box-green-btn {
    background-color: #3fa605;
    color: white !important;
    border-radius: 25px !important;
    padding: 8px 25px;
    border: none;
    text-decoration: none;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
    text-transform: none;
    font-size: var(--askx-font-md) !important;
    font-weight: 400;
}

.askx-modal-box-green-btn:hover {
    background-color: #328b00;
    color: white !important;
    font-weight: 400;
}

.askx-modal-box-orange-btn {
    background-color: #eb6a0c;
    color: white !important;
    border-radius: 25px !important;
    padding: 8px 25px;
    border: none;
    text-decoration: none;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
    text-transform: none;
    font-size: var(--askx-font-md) !important;
    font-weight: 400;
}

.askx-modal-box-orange-btn:hover {
    background-color: #b74d00;
    color: white !important;
    font-weight: 400;
}

.askx-modal-box .btn-main {
    background: var(--askx-button-gradient);
    background-size: 200% 100%;
    background-position: left;
    color: white;
    border-radius: 25px;
    padding: 10px 35px;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: background-position 0.4s ease-in-out;
    text-transform: none;
    font-size: 15px;
    font-weight: 400;
}
.askx-modal-box .btn-main:hover {
    background-position: right;
    color: white;
    font-weight: 400;
}

.askx-modal-box h1 {
    font-family: var(--askx-font-secondary);
    letter-spacing: -.5px;
    color: #000;
}
.askx-modal-box h2 {
    font-family: var(--askx-font-primary);
    margin-bottom: 0;
    letter-spacing: -.5px;
    color: #340A6B;
}
.askx-modal-box h3 {
    display: block;
    justify-content: normal;
    align-items: normal;
    font-weight: 700;
    font-family: var(--askx-font-primary);
    letter-spacing: -.5px;
    color: #BE12A5 !important;
    font-weight: 500;
    font-size: 20px;
}

.askx-modal-box .small {
    font-size: 12px;
}
.askx-modal-box .calling-text {
display: block;
justify-content: normal;
align-items: normal;
font-weight: 700;
font-family: var(--askx-font-primary);
letter-spacing: -.5px;
color: #BE12A5 !important;
font-weight: 500;
font-size: 27px;
}

.askx-custom-dropdown {
  position: relative;
  width: 100%;
  max-width: 400px;
  font-family: inherit;
    margin: auto;
}

.askx-dropdown-toggle {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px 16px;
  background: #f9f9f9;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.askx-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 2px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
    text-align: left;
    list-style: none;
    padding-left: 0;
}

.askx-dropdown-menu li {
    padding: 12px 16px;
    cursor: pointer;
    color: #340A6B;
    border-bottom: 1px solid #ececec;
    font-weight: 500;
}

.askx-dropdown-menu li:hover {
  background: #f9f9fa;
  color: #FF3270;
}

.askx-dropdown-menu.open {
  display: block;
}

.askx-callback-box {
  border: 1px solid #BF12A5;
  padding: 20px;
  border-radius: 10px;
}

.askx-callback-box .form-select,
.askx-callback-box .form-control {
  max-width: 100%;
}

.askx-callback-box .form-label {
  font-weight: 600;
  margin-bottom: 5px;
}

.askx-callback-box .form-select {
    padding: 6px 5px 6px 12px;
    font-size: 13px;
    border-radius: 10px !important;
}

.askx-callback-box .form-control {
    padding: 6px 5px 6px 12px;
    font-size: 13px;
    border-radius: 10px !important;
    border: var(--bs-border-width) solid var(--bs-border-color);
    box-shadow: none;
}
#askxApptModal .askx-modal-box {
    background: white;
    padding: 20px;
    border-radius: 15px;
    width: 90%;
    max-width: 700px !important;
    text-align: center;
    position: relative;
}

.askx-schedule-box {
    max-width: 400px;
    margin: auto;
}

@media (max-width: 767px) {
    
    .askx-callback-box .form-select {
        padding: 6px 5px 6px 12px;
        font-size: 16px;
        border-radius: 10px !important;
    }
    
    .askx-callback-box .form-control {
        padding: 6px 5px 6px 12px;
        font-size: 16px;
        border-radius: 10px !important;
        border: var(--bs-border-width) solid var(--bs-border-color);
        box-shadow: none;
    }
    
}

/*** Footer ***/

.askx-footer {
    background-color: #340A6B;
    color: #fff;
    padding: 30px 20px 30px 20px;
    border-top: 1px solid #5e3d88;
    border-bottom: 1px solid #5e3d88;
}

.askx-footer a {
color: #fff;
text-decoration: none;
font-weight: 300;
}

.askx-footer a:hover {
color: var(--askx-purple-2);
}

.askx-footer-logo {
max-width: 150px;
margin-bottom: 15px;
}

.askx-social-icons img,
.askx-app-store-icons img {
height: 40px;
margin-right: 10px;
}

.askx-app-store-icons {
margin: 15px 0;
}

.askx-footer-col span {
font-size: 18px;
color: #fff;
font-family: var(--askx-font-primary);
font-weight: 500;
}

.askx-footer-col ul {
padding: 0;
list-style: none;
}

.askx-footer-col ul li {
margin-bottom: 10px;
}

.askx-trustpilot {
margin-top: 15px;
}
.askx-trustpilot a, .askx-trustpilot a:hover {
color: #fff;
}
.askx-trustpilot-logo {
    max-width: 87px;
    /*margin-left: 5px;*/
    vertical-align: sub;
}
.askx-footer {
  overflow-x: hidden;
}

/* bottom eye */

.askx-bottom-eye {
    color: #b79dd9;
    max-width: 1600px;
    margin: auto;
    font-family: var(--askx-font-primary);
    font-size: var(--askx-font-xs);
    min-height: 60px;
    display: flex;
    align-items: center;
}


@media (max-width: 767.98px) {
  .askx-footer-col {
    text-align: center;
    margin-bottom: 30px;
  }

  .askx-social-icons,
  .askx-app-store-icons,
  .askx-trustpilot {
    justify-content: center !important;
  }

  .askx-footer-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
    
/* bottom eye */

.askx-bottom-eye {
    padding: 10px;
}
    
}



/*** JJ Additions **/


/* MODIFY WIDTH OF BUTTON CONTAINERS IN PSYCHIC SLIDES */

.askx-advisors-box-alt .carousel-control-next, .askx-advisors-box-alt .carousel-control-prev {
width: 8%;
}

/* ENLARGE BUTTON ARROWS AND CHANGE SIZE OF ENTIRE BUTTON CONTAINER  */

.carousel-control-next, .carousel-control-prev {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: flex
;
align-items: center;
justify-content: center;
width: 15%;
padding: 0;
color: #fff;
text-align: center;
background: 0 0;
border: 0;
opacity: .5;
transition: opacity .15s ease;
}

/* CHANGE ARROW ICON SIZE */

.carousel-control-next-icon, .carousel-control-prev-icon {
display: inline-block;
width: 2rem;
height: 2rem;
background-repeat: no-repeat;
background-position: 50%;
background-size: 200%;
padding: 1.2rem;
}

/* CHANGE MIN-MAX OF PSYCHIC CARDS */

.askx-psychic-box {
border-radius: 20px;
/* min-width: 250px; */
margin: auto;
}

.askx-psychic-box {
border-radius: 20px;
max-width: 350px;
margin: auto;
}

/* ADD SHADOW TO PSYCHIC CARDS */


.askx-psychic-box.p-3.bg-white.text-center {
position: relative;
overflow: visible;
transition: all 0.3s ease;
}

.askx-psychic-box:hover {
/* transform: scale(1.01); */
box-shadow: 0px 8px 8px #a438ff;
/* border-right: solid 1px #FF3270;
border-left: solid 1px #FF3270;
border-top: solid 2px #FF3270;
border-bottom: solid 2px #FF3270; */
}

/* ADD BADGES INTEAD OF IMAGES FOR PSYCHICS */

.askx-psychic-box.p-3.bg-white.text-center::before {
content: ''; /* Will be overridden in the conditional rules */
display: block; /* Pseudo-elements are inline by default */
position: absolute;
top: 0; /* Position at the top edge of the positioned parent */
left: 50%; /* Position horizontally 50% from the left edge */
transform: translate(-50%, -50%); /* Center horizontally (-50% of its own width) and vertically (-50% of its own height) */
/* Add base styling for the badge shape, padding, font, etc. */
padding: .2rem 1.3rem;
border-radius: 1rem; /* Example rounded corners */
font-size: 0.8rem; /* Example font size */
font-weight: bold;
color: white; /* Example text color */
white-space: nowrap; /* Prevent text wrapping */
z-index: 10; /* Ensure it's above other content */
/* Add any other common badge styles */
}

.askx-psychic-box.p-3.bg-white.text-center.master::before {
content: 'Master'; /* Set the text content */
background-color: #8336e9; /* Set the background color */
/* Add any other specific styles for the Master badge */
}

.askx-psychic-box.p-3.bg-white.text-center.top-rated::before {
content: 'Top Rated'; /* Set the text content */
background-color: #129de5; /* Set the background color */
/* Add any other specific styles for the Top Rated badge */
}    

/* ADD VERTICAL SPACE BETWEEN THE PSYCHIC IMAGE AND THE NEW TOP BADGE     */

img.askx-profile-photo.rounded-circle.mb-3 {margin-top: .8rem;}

/* ADD VERTICAL SPACE BETWEEN THE BUTTONS AND CONTENT     */    
.askx-buttons.d-flex.justify-content-center.gap-2 {margin-top: .5rem;}

/* HAD TO ADD PADDING TOP BECAUSE BADGES WERE GETTING CLIPPED ON THE TOP     */

.askx-advisors-box-alt .carousel-inner {
position: relative;
width: 100%;
padding: 10px 75px 10px;
}


@media (max-width: 767px) {

.askx-advisors-box-alt .carousel-inner {
padding: 20px 30px 0 30px;
}

}

/*** Feedback Modal ***/

.modalPosition {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 30px;
}
#newModal {
    border-radius: 30px;
    border: none;
    padding: 20px 30px 20px 30px;
    margin: auto;
    max-width: 900px;
    background-color: #fff;
        
}
#newModal h4 {
    font-family: "Tiro Bangla", serif;
    color: #340A6B;
    font-size: var(--askx-font-xl);
    line-height: 32px;
    margin: auto;
}
#newModal h5 {
    font-family: "Roboto", serif;
    color: #000;
    font-size: 17px;
    line-height: 21px;
   margin: auto;
   margin-top: 0;
   margin-bottom: 20px;
   max-width: 650px;
   font-weight: 400;
}
#newModal .stars {
    font-size: 15px;
    color: #FEBF10;
    margin-bottom: 10px;
}
#newModal .rating-radio {
  position: relative;
  width: 20px;
  height: 20px;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #BE12A5;
  border-radius: 50% !important;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  box-shadow: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; 
}

#newModal .rating-radio:focus {
  outline: none !important;
  box-shadow: none !important;
}

#newModal .rating-radio:checked::after {
  content: '';
  width: 10px; 
  height: 10px; 
  background-color: #BE12A5;
  border-radius: 50%;
  display: block;
  border: none;
}

#newModal .rating-label {
    margin-bottom: 6px;
}
#newModal .rating-extra {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
}

#newModal .psychic-photo {
  max-width: 165px;
  border-radius: 8px;
    display: inline;
}

#newModal .rating-textarea {
    min-height: 165px;
  background-color: #F8F8F8;
  border: 1px solid #BDBDBD;
  border-radius: 10px !important;
  padding: 10px;
  font-size: 16px;
}
#newModal label {
    color: #000;
    font-family: "Roboto", serif;
    font-weight: 500;
}
#newModal input[type=checkbox] {
    margin: 4px 0 0;
    line-height: normal;
    vertical-align: top;
}
#newModal .closeLink {
    font-size: 12px;
    text-decoration: underline;
}

/* ------- Mobile ------- */

@media (max-width: 896px) {
    .modalPosition {
        padding: 20px;
    }
    #newModal .stars {
        margin-top: 12px;
    }

    #newModal .rating-extra {
        margin-top: 10px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

}


/*** Appointment Box and Modal ***/



.newCalendar .profile-calendar .active span {
    border-radius: 50px;
    background: #037aff;
    padding: 3px;
}
.newCalendar .panel-body {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 25px;
}


.newCalendar .profile-panel-schedule div.panel-heading {
    display: none;
}

.newCalendar .mainDate {
    font-size: 19px !important;
    font-weight: 500 !important;
}
.profile-panel-schedule .day {
    width: 50px;
    height: 30px;
    background: #ebecf8;
    border: 2px solid #fff;
    line-height: 30px;
    text-align: center;
    padding: 0;
    cursor: default;
    color: #ebecf8;
}

.touch-to-call {
    max-width: 236px;
    margin: auto;
}

.touch-to-link {
    text-decoration: none;
}


.newCalendar .panel {
  /*border: 1px solid #ddd;*/
  border-radius: 4px;
  background: #fff;
}

.newCalendar .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}

.newCalendar .panel-body {
  padding: 15px;
}

.newCalendar .pull-right {
  float: right;
}

/* Old grid fix */
.newCalendar .col-xs-12 {
  width: 100%;
}

/* Table styling */
.newCalendar .table-condensed td,
.newCalendar .table-condensed th {
  padding: 5px;
}

/* Calendar styles */
.newCalendar .profile-calendar {
  width: 100%;
  text-align: center;
}

.newCalendar .day {
  cursor: pointer;
}

.newCalendar .availableDay {
  color: green;
  font-weight: bold;
}

.newCalendar .unavailableDay {
  color: red;
}

.newCalendar .active {
  background: #28a745;
  color: #fff;
  border-radius: 4px;
}

/* Schedule visibility */
.newCalendar .show-selected-schedule {
  display: none;
}

.newCalendar .show-selected-schedule[style*="display: block"],
.newCalendar .show-selected-schedule:not([style]) {
  display: block;
}
.profile-calendar .available {
    background: #f08d28;
    color: #fff;
    cursor: pointer;
}

.askx-modal-box-orange-btn, .askx-modal-box-green-btn {
    display: block;
    max-width: 250px;
    margin: auto;
}

.show-selected-schedule ul {
    list-style: none;
    border: 1px solid lightgray;
    padding: 5px;
    border-radius: 10px;
}
.askx-modal-box p {
    line-height: 16px;
}

.askx-horoscope-signup-box select {
  width: 30% !important;
}

.article-image-wrap {
    width: 100%;
    aspect-ratio: 2 / 1;
    overflow: hidden;
    display: block;
}

.article-image-wrap img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

@media (max-width: 900px) {
    .askx .heroHomepage {
        padding-top: 200px !important;
    }
}

.askx-aboutbox-1 ul {
    font-size: var(--askx-font-md);
}

