/* You can add global styles to this file, and also import other style files */
/*@import '~/font-awesome/css/font-awesome.css';*/
@import '../font/font-awesome.min.css';

@font-face {
  font-family: 'Copperplate';
  src: url('assets/fonts/CopperplateGothic-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


:root {
  --blue: #1e90ff;
  --pink: #F0426A;
  --green: #10BD8E;
  --lightgray: #CED4DA;
  --purpleBlue: #7512F1;
  --darkOrchid: #7E34A1;
  --lightpink: #E8D6FF;
  --yellow: #FFE400;
  --white: #FFFFFF;
  --darkSlateGray: #332042;
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder {
  color: #babcbd;
}

.price-left-box img {
  width: auto !important;
  max-width: 75px !important;
}

html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
}

/* body.modal-open{
  padding-right: 0px !important;
  /* overflow: auto !important; 
} */
/* .header-sec.header-scroll{
  position: sticky;
  top: 0;
} */

body.fillter-body{
  padding-bottom: 50px;
}

body.fillter-body .modal-backdrop.show{
  opacity: 0;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

.row {
  margin: 0px;
}

img {
  /*width: auto;*/
  max-width: 100%;
  height: auto;
}

body,
.p,
p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: normal;
}

.h1,
h1 {
  font-size: 46px;
  line-height: 62px;
  color: #fff;
  font-weight: bold;
}

h2,
h3,
h4,
h5,
h6,
.h2 {
  color: #000000;
  font-weight: bold;
}

.h2,
h2 {
  font-size: 30px;
  line-height: 37px;
}

.h3,
h3 {
  font-size: 24px;
  line-height: 29px;
}

.h4,
h4 {
  font-size: 20px;
  line-height: 24px;
}

h5,
h5 {
  font-size: 18px;
  line-height: 24px;
}

.h6,
h6 {
  font-size: 16px;
  line-height: 24px;
}

.fw-medium {
  font-weight: 500;
}

.font-size11 {
  font-size: 11px;
  line-height: 16px;
}

.font-size12 {
  font-size: 12px;
}

.font-size13 {
  font-size: 13px;
  line-height: 17px;
}

.font-size14 {
  font-size: 14px;
  line-height: 17px;
}

.font-size15 {
  font-size: 15px;
}

.font-size16 {
  font-size: 16px;
  line-height: 19px;
}

.font-size18 {
  font-size: 18px;
}

.otplogin form ul li .iti--allow-dropdown,
.persnol-info-inner-box form ul li .input-box-sec .iti,
.itidivn .iti--allow-dropdown,
.creat-left-inner form ul li .iti {
  width: 100% !important;
}

.font-size20 {
  font-size: 20px;
}

.font-size22 {
  font-size: 22px;
}

.font-size24 {
  font-size: 24px;
  line-height: 29px;
}

.font-size36 {
  font-size: 36px;
  line-height: 38px;
}

.font-size38 {
  font-size: 38px;
  line-height: 46px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none !important;
}

.filtter-shadow {
  box-shadow: 0px -3px 6px #00000029;
}

.recentPost-slider-inner.owl-carousel .owl-stage-outer {
  height: auto !important;
  padding: 2px;
}

.recentPost-slider-inner.owl-carousel .owl-stage-outer .owl-stage {
  display: flex !important;
}

.recentPost-slider-inner .owl-stage .owl-item {
  margin-bottom: 20px;
}

.text-underline {
  text-decoration: underline !important;
}

.word-break-word {
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cursor-pointer {
  cursor: pointer;
}

.border-bottom {
  border-bottom: 1px solid #ebebeb;
}

.commonborder {
  border: 1px solid #CED4DA;
}

.bg-light-yellow {
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 0.3)) !important;
}

.bg-chatyellow {
  background-color: #FFFDEB !important;
}

.bg-light-green {
  background-color: #e6fff8;
}

.bg-light-red {
  background-color: #fedfe6;
}

.nv-bg {
  background: rgba(40, 10, 110, 0.95);
}

.bg-darkgray {
  background-color: #ebebeb;
}

.bg-install {
  background-color: #F1F1F1;
}

.bg-yellow {
  background-color: #fdd30f;
}

.text-darkyellow {
  color: #FDD30F;
}

.bg-blue {
  background-color: #54339C;
}

.bg-darkBlue {
  background-color: #332042;
}

.bg-light-purple {
  background-color: #CBB9FB;
}
.bg-green {
  background-color: #10BD8E;
}

.text-purple {
  color: #CBB9FB !important;
}

.text-green {
  color: #10BD8E;
}

.text-dark-blue {
  color: #332042;
}

.text-blue {
  color: #54339C;
}

.text-black {
  color: #000 !important;
}

.bg-offlight-red {
  background-color: #E94560;
}

.dark-blue {
  color: #7E34A1;
}

.gray-color {
  color: #B2B2B2;
}

.text-yellow {
  color: #FFE400;
}

.text-stripeblue {
  color: #635bff;
}

.text-razoreblue {
  color: #072654;
}

.offerbg-yellow {
  background-color: #FFE400;
}

.bg-light-pink {
  background-color: #F8F2FF !important;
}

.bg-purple {
  background-color: #331575;
}

.bg-dark-purple {
  background-color: #4E3164;
}

.bg-header {
  background-color: #0E104F;
}

.bg-btn-purple {
  background-color: #8B2EFF;
}

.bg-offlight-purple {
  background-color: #E8D6FF;
}

.bg-light-gray {
  background-color: var(--lightgray);
}

.white-bghover:hover {
  background-color: rgb(0 0 0 / 2%);
  color: #000;
}

.text-light-red {
  color: #F0426A;
}

.text-dark-red {
  color: #f15377;
}

.Astrology-inner ul li>div {
  border-bottom: 1px solid #ebebeb;
}

.Astrology-inner ul li:nth-child(odd):nth-last-child(-n + 2)>div {
  border-bottom: none;
}

.Astrology-inner ul li:last-child>div {
  border-bottom: none !important;
}

.submit-btn {
  max-width: 279px;
  color: #fff;
  outline: none;
  border: 1px solid #10BD8E;
  border-radius: 7px;
}

.submit-btn:hover {
  background-color: #1ad3a1 !important;
  border: 1px solid #1ad3a1;
}

.add-payment-left img {
  max-width: 43px;
}

.notification-msg {
  max-width: 350px;
  margin: 0 auto;
  line-height: 18px;
}

.header-sec {
  z-index: 999;
}

.header-sec .navbar {
  padding: 8px 0px !important;
}

.header-scroll .navbar {
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; */
  margin-top: -73px;
  -webkit-transition: background-color 700ms linear;
  -ms-transition: background-color 700ms linear;
  transition: background-color 700ms linear;
}

.header-left:focus-visible,
.header-left a:focus-visible,
.header-left a:focus,
.header-left a img:focus-visible,
.change-theam .close {
  outline: none;
  border: none;
}

.header-center>ul>li {
  position: relative;
  margin: 0px 25px !important;
}

.header-center>ul>li .animation-chat {
  width: 34px;
  height: 34px;
}

.header-center ul li a:focus,
.header-center ul li a:focus-visible,
.header-center ul li a:focus-within {
  color: #fff !important;
  background-color: transparent !important;
}

.header-center>ul>li>a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px !important;
  border-bottom: 2px solid transparent;
  transition: none !important;
}

.header-center>ul>li.nav-item.active>a,
.header-center>ul>li>a:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.header-center ul li:hover .dropdown-menu {
  display: block;
  transition: 0.45s;
}

.header-center ul li .dropdown-menu li {
  border-top: 1px solid #290F63;
  border-bottom: 1px solid #4A249E;
}

.header-center ul li:hover .dropdown-menu li:first-child {
  border-top: none;
}

.header-center ul li:hover .dropdown-menu li:last-child {
  border-bottom: none;
}


.header-center .dropdown-menu {
  background-color: #331575;
  position: absolute !important;
  top: 90% !important;
  left: -1px !important;
  padding: 0px;
  border-radius: 0px;
  border: 1px solid #ffffff75;
  margin-top: 0px !important;
  min-width: 180px;
}

.header-center .dropdown-menu a {
  color: #fff;
  padding: 10px;
}

.header-center .dropdown-menu a:hover {
  background-color: #452192;
  color: #fff;
}

.header-center ul li .login-btn {
  border: 1px solid #fff;
  border-radius: 7px;
  padding: 11px 39px !important;
  display: none;
}

.See-More-btn {
  width: 100%;
  max-width: 230px;
  font-size: 16px;
  border: 1px solid #B2B2B2;
  background-color: transparent;
  border-radius: 6px;
  padding: 9px 10px;
  color: #000;
  display: inline-block;
}

.See-More-btn:hover {
  background-color: rgb(0 0 0 / 2%);
  color: #000;
}

.See-More-btn:focus-within {
  color: #cdc5c5 !important;
}

.chat-btn {
  width: 100%;
  border-radius: 7px;
  padding: 9px 10px;
  cursor: pointer;
  max-width: 100%;
}

.chat-btn.bg-offlight-red span img {
  filter: invert(1);
}

.password-sec span {
  position: absolute;
  right: 8px;
  top: 11px;
  color: #B2B2B2;
}

a.sign-btn {
  background-color: transparent;
  /*border: 1px solid #fff;*/
  padding: 11px 15px;
  color: #fff;
  font-weight: 500;
}

a.sign-btn:hover {
  background-color: rgb(255 255 255 / 30%);
}

a.sign-btn:focus-within {
  color: #cdc5c5 !important;
}

.Astrology-inner ul li {
  max-width: 584px;
}

.online-sec {
  width: 100%;
  max-width: 79px;
  margin-left: 10px;
  margin-top: -17px !important;
  position: relative;
  z-index: 9;
  margin: 0 auto;
  box-shadow: 0px 0px 7px #00000047;
}

.online-sec div+div {
  font-size: 14px;
  line-height: 17px;
}

.neptune-sec {
  max-width: 510px;
}

.discount-amount {
  position: relative;
  color: #959595;
}

.google-appstore img {
  max-width: 180px;
}

.people-slider-inner {
  width: 100%;
  max-width: 877px;
  margin: 0 auto;
}

.people-slider-inner.owl-carousel .owl-item .item blockquote {
  border-left: none;
  margin: 0;
}

.people-slider-inner.owl-carousel .owl-item .item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px;
}

.people-slider-inner.owl-carousel .owl-stage:after {
  display: none;
}

.people-slider-inner .owl-item img {
  width: auto !important;
}

.phone-country .location-sec input {
  padding-right: 34px !important;
}

/* social icon css */
.google-icon-inner-box a {
  color: #000;
  padding: 10px 15px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 54px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}

.google-icon-inner-box a span img {
  width: 100%;
  max-width: 21px;
}

.google-icon-inner-box a span .fa-facebook-square {
  font-size: 25px;
}

.google-icon-inner-box a span {
  max-width: 200px;
}

/* privacy-policy-page */
.privacy-policy-sec h1 {
  font-size: 38px;
  color: #000;
}

.privacy-policy-sec p {
  font-size: 16px;
}

.privacy-policy-inner ul li ul li {
  padding-bottom: 10px;
  position: relative;
}

.privacy-policy-inner ul li ul li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #000;
  position: absolute;
  top: 5px;
  left: -13px;
}

/* support-page-css */
.support-accordion-inner {
  background-color: #f7f7f7;
  padding: 0px 20px;
  border: 1px solid #CED4DA;
  border-radius: 7px;
}

.support-accordion-inner .accordion-item {
  border-bottom: 1px solid #CED4DA;
  border-left: none;
  border-right: none;
  background-color: transparent;
}

.support-accordion-inner .accordion-item:last-child {
  border-bottom: none;
}

.support-accordion-inner .accordion-item button {
  background-color: transparent;
  box-shadow: none;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}

.support-accordion-inner .accordion-item button::after {
  color: #000;
  transition: 0.5s all;
}

.support-accordion-inner .accordion-item .accordion-collapse .accordion-body {
  padding: 0px 45px 16px 20px;
}

.support-accordion-inner .accordion-item .accordion-collapse .accordion-body p {
  font-size: 16px;
  line-height: 19px;
}

.support-accordion-inner .accordion-item .accordion-header .accordion-button {
  background-color: transparent !important;
}

.support-accordion-inner .accordion-item .accordion-header .accordion-button:after {
  color: #000 !important;
  background-image: url(https://cdntc.yourtarotlife.com/hor/images/web/arrow-up-down.png) !important;
}

/* love-tarot-sec-css */
.love-tarot-sec,
.what-love-banner,
.for-love-sec,
.odd-even-bg>div:nth-child(even),
.online-tarot-banner,
.divine-tarot-background,
.birth-tarot-sec {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.love-tarot-sec {
  background-image: url(https://cdntc.yourtarotlife.com/hor/images/web/love_tarot_banner.png);
  background-position: top center;
  min-height: 200px;
  padding: 56px 0px;
}

.love-tarot-sec h1 span {
  color: #FFE400;
}

.love-tarot-sec h1 {
  color: #332042;
}

.what-love-banner {
  background-image: url(https://cdntc.yourtarotlife.com/hor/images/web/Love-Tarot.svg);
  background-position: top right;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  display: none;
}

.love-benefit-inner-box ul {
  list-style: disc;
}

.for-love-sec,
.odd-even-bg>div:nth-child(even) {
  background-image: url(https://cdntc.yourtarotlife.com/hor/images/web/accordion-background-img.jpg);
  background-position: center center;
}

/* online-tarot-sec-css */
.online-tarot-banner {
  background-position: top center;
  padding: 51px 0px 51px;
  height: 100%;
  min-height: 200px;
}

.online-tarot-banner h1 span {
  color: #FFE400;
}

.modal.show .modal-dialog {
  transition: none !important;
}

.divine-tarot-sec {
  position: relative;
  z-index: 0;
}

.divine-tarot-background {
  background-image: url(https://cdntc.yourtarotlife.com/hor/images/web/Divine-Tarot-card-img.jpg);
  background-position: right top;
  position: absolute;
  width: 71%;
  top: 0;
  right: 0;
  z-index: -1;
}

.divine-tarot-inner h2 {
  max-width: 600px;
}

.divine-tarot-inner p {
  max-width: 608px;
}

.readings-accurate-sec {
  background: #F8F2FF;
  padding: 50px 0px;
}

.accurate-tarot-sec {
  position: relative;
  padding: 50px 0px;
  background-color: #2b2369;
  z-index: 0;
}

.accurate-tarot-background {
  background: #2b2369 url(https://cdntc.yourtarotlife.com/hor/images/web/Accurate-Tarot-Card-img.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/* birth-tarot-sec */
.birth-tarot-sec {
  background-image: url(https://cdntc.yourtarotlife.com/hor/images/web/birthchart_banner.jpg);
  padding: 21px 0px 48px;
  background-position: top center;
}

.yellow-header-kun span {
  padding: 8px;
  background-color: transparent;
}

.yellow-header-kun:after {
  content: "";
  width: calc(100% - 170px);
  border-bottom: 2px solid #f1e345;
  padding: 2px;
  margin-top: -20px;
  display: block;
  margin-left: 167px;
}

.love-compatibility-inner>.yellow-header-kun:nth(1) {
  width: 100% !important;
}

.birth-tarot-right {
  width: 46.3%;
}

.birth-tarot-right .vedic-input,
.love-compatibility-inner {
  background: #00000080 0% 0% no-repeat padding-box;
  border-radius: 26px;
  border: 1px solid #FFFFFF4D;
}

.birth-tarot-right .vedic-input>div h2 {
  font-weight: 500;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.birth-tarot-sec .vedic-input input[type="checkbox"]:checked {
  background: blue;
  color: white;
}

.birth-tarot-sec .vedic-input input[type="checkbox"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: transparent;
  height: 12px;
  width: 12px;
  border: 1px solid white;
  color: white;
  margin-bottom: 3px;
}

.birth-tarot-sec .vedic-input input[type="checkbox"]:after {
  content: ' ';
  position: relative;
  left: 33%;
  top: 6%;
  width: 40%;
  height: 70%;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(50deg);
  display: none;
}

.birth-tarot-sec .vedic-input input[type="checkbox"]:checked:after {
  display: block;
}

.form-control:disabled {
  background-color: #abb3b8 !important;
}

.form-group select {
  appearance: auto;
  font-size: 14px;
  height: 39px;
}

.form-group .control-label {
  font-size: 11px;
  width: 100%;
  opacity: 0.5;
}

.form-group-month div {
  width: calc(100%/3 - 32px/3);
  margin-left: 16px;
}

.form-group-month div:first-child {
  margin-left: 0px;
}

.v-btn-submit {
  padding: 6px 40px;
  border-radius: 0;
  background: #FDD30F;
  transition: 0.45s;
  color: #28016E;
  font-weight: 600;
  font-size: 21px;
  border: none;
  width: 100%;
  max-width: 458px;
  border-radius: 5px;
}

.v-btn-submit:focus-visible{
  background: #FDD30F !important;
}

.love-compatibility-inner h2 {
  font-weight: 500;
}

.v-btn-submit:hover {
  background: #ffe56d !important;
}

button.popup-btn:focus-visible {
  outline: none !important;
}

.popup-btn {
  border: 1px solid #10BD8E !important;
  width: 100%;
  max-width: 122px;
  padding: 9px 15px;
  border-radius: 7px;
}

.popup-left-box {
  background-color: #183164;
  border: 3px solid #041A49;
  border-radius: 10px;
  max-width: 83px;
  width: 100%;
  padding: 3px;
  position: relative;
  z-index: 0;
}

.popup-right h4 {
  font-size: 18px;
  font-weight: 700;
}

.popup-right p {
  font-size: 16px;
  line-height: 21px;
}

.popup-modal-footer {
  border-top: none;
  padding-right: 28px;
}

.tarotYearCardsCustom .carousel-3d-container .carousel-3d-controls .next,
.tarotYearCardsCustom .carousel-3d-container .carousel-3d-controls .prev {
  color: #B2B2B2 !important;
}

.readingtypecard.tarotYearCardsCustom .carousel-3d-container .carousel-3d-controls .next {
  right: 100px;
}

.readingtypecard.tarotYearCardsCustom .carousel-3d-container .carousel-3d-controls .prev {
  left: 100px;
}

.readingtypecard.tarotYearCardsCustom .carousel-3d-container .carousel-3d-controls .next {
  right: 250px;
}

.readingtypecard.tarotYearCardsCustom .carousel-3d-container .carousel-3d-controls .prev {
  left: 250px;
}

.yt-autocomplete,
.yt-autocomplete .ng-autocomplete {
  width: auto !important;
  border-radius: 0.375rem;
  height: 39px;
}

.yt-autocomplete .autocomplete-container {
  box-shadow: none !important;
  border-radius: 0.375rem;
}

.yt-autocomplete .autocomplete-container .input-container input {
  height: auto !important;
  line-height: 35px !important;
  border-radius: 0.375rem;
  font-size: 14px;
  padding: 0px 12px;
}

.birth-tarot-right .yt-autocomplete .autocomplete-container .input-container input {
  line-height: 35px !important;
}

/* popup-modal-css-end */
.off-box {
  position: absolute;
  top: 2px;
  background-color: #10bd8e;
  right: 2px;
  border-radius: 0px 10px 0px 0px;
  min-width: 57px;
  padding: 1px 10px 0px 6px;
}

.send-btn {
  padding: 10px 13px;
  border: 1px solid #1ad3a1 !important;
}

.send-btn.windownload:disabled{
  background-color: #836cb5 !important;
  border: 1px solid #836cb5 !important;
}

.off-box p {
  font-size: 12px;
}

.chat-convertation-box ul li a.activeDiv .off-box {
  top: 2px;
  right: 2px;
}

.carousel-3d-container[data-v-c06c963c] {
  min-height: 1px;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: inherit;
  margin: 20px auto;
  box-sizing: border-box;
}

/* chat css */
.chat-inner {
  flex-wrap: initial;
}

.chat-left {
  width: 226px;
}

.chat-right {
  width: calc(100% - 226px);
}

.chat-common-sec {
  background-color: #fff;
  border: 1px solid #F7F7F7;
  box-shadow: 0px 3px 6px #EBEBEB;
  border-radius: 10px;
}

.chat-left-inner {
  padding: 20px;
}

.chat-left-inner .chat-customer-name p {
  color: #7E34A1;
  font-size: 16px;
}

.chat-left-inner .ratting-sec span {
  color: #10BD8E;
  font-size: 14px;
}

.chat-right-inner {
  background-image: url(https://cdntc.yourtarotlife.com/hor/images/web/Mask-Group.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 20px;
}

.online-profile-sec {
  padding: 7px 20px;
  border-radius: 10px 10px 0px 0px;
  background-color: #EBEBEB;
}

.paid-chat-sec {
  background-color: #10BD8E;
}

.online-profile-left img {
  width: 100%;
  max-width: 56px;
}

.online-profile-left div p {
  color: #7E34A1;
  font-size: 14px;
}

.online-profile-right>button {
  border: 1px solid #B2B2B2;
  border-radius: 6px;
  padding: 9px 31px;
  font-size: 15px;
  color: #000000DE;
  cursor: pointer;
}

.massege-self-box {
  display: flex;
  justify-content: end;
}

.massege-self-box .profile-name-sec {
  justify-content: end;
  flex-direction: row-reverse;
}

.massege-inner-box .profile-name-sec img {
  width: 100%;
  max-width: 42px;
}

.massege-self-box .profile-name-sec .name-sec {
  margin-left: 0px !important;
  margin-right: 8px;
}

.massege-inner-box {
  width: 100%;
  max-width: 850px;
}

.name-sec h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
}

.name-sec span {
  font-size: 14px;
  line-height: 18px;
  color: #B2B2B2;
  display: block;
}

.show-cardlist {
  background-color: #54339C;
  border-radius: 10px 0px 10px 10px;
}

.massege-self-box .chat-convertation-box {
  background-color: #54339C;
  padding: 15px 15px 15px 15px;
  border-radius: 10px 0px 10px 10px;
  display: inline-block;
}

.massege-self-box .chat-convertation-box p {
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
}

.chat-convertation-box ul li {
  background-color: #CBB9FB;
  border-radius: 10px;
}

.chat-convertation-box ul li a {
  padding: 15px;
}

.chat-convertation-box ul li:first-child a .off-box.bogo-plan {
  min-width: 175px !important;
  background-image: inherit;
  background-color: #10bd8e;
  border-radius: 0px 10px 0px 0px;
}

.chat-convertation-box .add-payment-left p {
  font-size: 14px;
}

.chat-convertation-box .add-payment-left p span,
.chat-convertation-box .add-payment-right p {
  font-size: 18px;
  font-weight: bold;
}

.chat-convertation-box .add-payment-right p {
  color: #7E34A1;
}

.chat-convertation-box .add-payment-right span {
  font-size: 14px;
  position: relative;
  line-height: 22px;
}

.chat-convertation-box {
  background-color: #F8F2FF;
  padding: 8px 15px 8px 15px;
  border-radius: 0px 10px 10px 10px;
  display: inline-block;
}

.chat-convertation-box p {
  font-size: 14px;
  line-height: 20px;
}

.chat-convertation-box ul li a {
  padding: 8px;
}

.customer-chat {
  padding: 20px 20px 0;
  height: calc(100vh - 315px);
  overflow: auto;
}

.customer-chat::-webkit-scrollbar,
.select-reading-type::-webkit-scrollbar,
.savedcard-section::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
  margin-right: -10px;
}

.customer-chat::-webkit-scrollbar-track,
.select-reading-type::-webkit-scrollbar-track,
.savedcard-section::-webkit-scrollbar-track {
  background-color: #fff;
}

.customer-chat::-webkit-scrollbar-thumb,
.select-reading-type::-webkit-scrollbar-thumb,
.savedcard-section::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

.send-message-sec {
  padding: 20px;
  background-color: #ebebeb;
}

.send-message-sec form ul li input {
  background-color: #fff;
  border-radius: 10px;
  outline: none;
  padding: 10px;
  border: none;
  font-size: 16px;
  color: #212529;
  height: 39px;
}

.send-message-sec form ul li:not(:first-child) {
  margin-left: 12px;
}

.send-message-sec form ul li input::placeholder {
  color: #babcbd;
}

.send-message-sec form ul li:nth-child(1) {
  width: 100%;
  max-width: 950px;
}

.send-message-sec form ul li button {
  border: none;
}

.online-profile-right .modal .modal-dialog {
  width: 100%;
  max-width: 593px;
}

.online-profile-right .modal .modal-dialog .modal-content {
  padding: 10px 0px 22px 0px;
}

.modal-body-left .lottie-player {
  width: 130px;
  margin-top: -31px;
}

.chat-end-sec button {
  padding: 10px 21px;
  border: 1px solid #CED4DA;
  border-radius: 6px;
}

.chat-end-sec .chat-cancel-btn {
  margin-left: 10px;
}

.activeDiv {
  background-color: #54339C;
  border: 2px solid #FFE400 !important;
  border-radius: 10px;
  padding: 15px;
}

.activeDiv .add-payment-left p,
.activeDiv .add-payment-right p {
  color: #fff;
}

.activeDiv .add-payment-right span {
  color: #CBB9FB !important;
}

.choose-card-popup,
.choose-card-popup>div,
.choose-card-popup>div {
  width: 100%;
}

.choose-card-popup {
  display: inline-table;
  background-color: #332042;
}

.choose-card-popup.open {
  top: 0;
}

.shuffle-btn a {
  background-color: transparent;
  max-width: 190px;
  padding: 10px 23px;
  border-radius: 6px;
  width: 100%;
  font-size: 15px;
  color: #FFFFFFDE;
  border: 1px solid #B2B2B2;
  display: inline-block;
}

.chat-end-sec .chat-cancel-btn,
.shuffle-submit-btn a {
  background-color: #10BD8E;
  border: 1px solid #10BD8E;
}

.tarot-card-img {
  max-width: 123px;
  height: auto;
}

.shuffle-done-btn>div {
  max-width: 190px;
}

.love-comp-bg {
  background: #00000080 0% 0% no-repeat padding-box;
}

.popover-click-sec .dropdown-menu {
  width: 326px;
  background-color: initial;
  border-radius: 10px;
  top: 130% !important;
  left: auto !important;
  right: -10px;
  padding: 0px;
}

.popover-click-sec .dropdown-menu a:hover {
  background-color: initial;
}

.choose-card-popup .carousel-3d-container {
  margin: 0px !important;
}

.not-found-page-inner {
  max-width: 700px;
}

.not-found-page-inner h1 {
  padding-left: 200px;
}

.not-found-page-inner button {
  border-radius: 50px;
  max-width: 412px;
  padding: 11px 15px;
}

.autocomplete-container .suggestions-container {
  text-align: start !important;
}

.autocomplete-container #suggestions ul li.item {
  border-bottom: 0.1px solid #e7e7e7;
}

.autocomplete-container .suggestions-container ul li a {
  padding: 7px 15px !important;
}

.choose-crose-btn {
  top: 7px;
  right: 7px;
  text-align: end;
}

.choose-crose-btn button {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 7px 5px 11px 5px;
  font-size: 16px;
  line-height: 0px;
  background-color: transparent;
  color: #fff;
}

.select-reading-type-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.select-reading-sec {
  background-color: #00000082 !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 9999;
}

.select-reading-sec>.container {
  height: 100%;
}

.select-reding-inner {
  position: relative;
  width: 100%;
  border-radius: 10px;
  max-width: 1000px;
}

.uninstallPaddingBody {
  padding-bottom: 0rem !important;
}

.box-shadow-doenloading {
  box-shadow: 0px 0px 25px #B4B4B459;
}

.download-inner ul li {
  width: calc(100%/3 - 112px/3);
  margin-left: 56px;
  border-radius: 10px;
}

.download-inner ul li:nth-child(3n + 1) {
  margin-left: 0px;
}

.modal-title span img {
  max-width: 18px;
}

.anytime-payment-options-list div label {
  align-items: center;
}

.crossbtn {
  border: none;
  background: none;
}

.crossbtn:focus-visible {
  outline: none;
  border: none;
  line-height: 0px;
}

.crossbtn span {
  font-size: 15px;
  border: 1px solid #000;
  padding: 7px 5px 11px 5px;
  border-radius: 50px;
  display: block;
  line-height: 0;
}

.optionpay-btn {
  background-color: #EBEBEB;
}

.optionpay-btn:hover {
  border: 1px solid var(--green);
  background-color: var(--green)
}

.optionpay-btn:hover p,
.optionpay-btn:hover p b {
  color: var(--white) !important;
}

.optionpay-btn:hover img {
  filter: brightness(0)invert(1);
}

.about-card-inner ul {
  max-width: 1000px;
  margin: 0 auto;
}

.about-card-inner ul li {
  width: calc(100%/6 - 75px/6);
  margin-left: 15px;
  margin-bottom: 15px;
}

.about-card-inner ul li:nth-child(6n + 1) {
  margin-left: 0px;
}

.cards-container {
  border: 3px solid #54339C;
  opacity: 0.9;
}

.cards-container .card-keywords {
  height: 88%;
}

.cards-container .card-tag {
  height: 15%;
  border-top: 3px solid #EE4E5E;
}

.about-card-inner ul li a:hover .cards-container .card-tag h5 {
  color: #ee4e5e !important;
}

.about-card-inner ul li a:hover .cards-container {
  display: block !important;
}

.autocomplete-container .input-container .x {
  top: 41% !important;
}

.about-tarot-inner ul {
  max-width: 100%;
}

.about-tarot-inner ul li>div {
  min-height: 248px;
}

.about-tarot-inner ul li>div>a>div.about-tarot-box {
  min-height: 176px;
}

.about-tarot-inner ul li>div>a>div.about-tarot-box img {
  max-width: 90px;
}

.about-tarot-inner ul li>div>a {
  box-shadow: 0px 3px 6px #00000040;
}

.about-tarot-inner ul li>div>a:hover {
  box-shadow: 0px 3px 6px #00000080;
}

.about-tarot-inner ul li>div>a:hover .bg-btn-purple {
  background-color: #7512F1;
}

.persnol-info-inner-box form ul li label,
.profile-popup-inner-sec form ul li label {
  top: -7px;
  left: 10px;
  color: #8E8E8E;
  background: linear-gradient(180deg, rgba(247, 247, 247, 1) 43%, rgba(255, 255, 255, 1) 50%);
  padding: 0px 2px;
  z-index: 99;
}

.profile-popup-inner-sec form ul li label {
  left: 20px;
}

.persnol-info-inner-box form ul li input,
.persnol-info-inner-box form ul li .birth-inner-box select {
  width: 100%;
  padding: 8px 10px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #CED4DA;
  background-color: #fff;
  color: #000000;
  font-size: 14px;
  height: 39px !important;
  text-align: start;
  appearance: auto;
}

.persnol-info-inner-box form ul li input[type="checkbox"] {
  height: initial !important;
}

.persnol-info-inner-box form ul li input::placeholder {
  color: #babcbd;
}

.persnol-info-inner-box form ul li .birth-inner-box select option {
  color: #000000;
}

.Psychic-reading-box-right button,
.Psychic-reading-box button {
  padding: 11px 11px;
  max-width: 227px;
}

.Psychic-reading-box {
  box-shadow: -3px 0px 10px 1px rgb(224 224 224 / 50%);
}

/***************************************************************  */

ul#tbody {
  scrollbar-width: none
}

ul#tbody::-webkit-scrollbar {
  width: 0;
}

ul#tbody::-moz-scrollbar {
  display: none;
}

ul#tbody::-webkit-scrollbar,
.card-img-sec>.card-img-box>.position-absolute>img,
.online-profile-right button:after {
  display: none !important;
}

ul#tbody {
  height: 190px;
  overflow: auto;
  max-width: 350px;
  margin: 60px auto
}

ul#tbody li {
  display: table;
  width: 100%;
  table-layout: fixed
}

ul#tbody li a,
#singlecardtable ul li a {
  font-size: 18px;
  padding: 10px;
  display: block;
  color: #8965a5
}

.ratting-sec p span i {
  color: #fa0
}

.border-dashed {
  border: 1px dashed #000
}

.select-reading-type {
  overflow: auto;
  display: grid
}

.refresh-sec {
  top: 20% !important;
  left: auto !important;
  max-width: 175px;
  box-shadow: 0px 0px 10px #00000030;
}

.refresh-sec ul li a.dropdown-item:active {
  background-color: #e9ecef;
}

.triangle-up {
  top: -7px;
  right: 10px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 8px solid #fff;
}

.select-reading-type-left p a:hover {
  border-bottom: none;
}

.shparagraph{
  width: 80%;
  margin-top: -40px !important;
}

/*css application theam*/
.change-theam .header-sec,
.change-theam .footer-section,
.change-theam .people-slider-sec,
.change-theam .chat-left {
  display: none;
}

.change-theam .chat-right {
  width: 100%;
}

.change-theam .online-profile-sec {
  background-color: #460B74;
  position: relative;
  z-index: 1;
}

.change-theam .online-profile-left h5,
.change-theam .name-sec h6,
.change-theam .chat-convertation-box>p {
  color: #fff !important;
}

.change-theam .online-profile-left p {
  color: #A887FF;
}

.change-theam .online-profile-right>button {
  border: 1px solid #A887FF;
  color: #A887FF;
  background-color: #460b74;
}

.change-theam .customer-chat {
  padding: 12px 20px 0;
  height: calc(100vh - 245px);
  overflow: auto;
}

.change-theam .paid-chat-strip {
  height: 100%;
  min-height: 27px;
}

.change-theam .paid-chat-sec {
  position: relative;
  z-index: 2;
  top: -2px;
}

.change-theam .chat-sec .container,
.change-theam .price-plan-sec .container {
  max-width: 100%;
}

.change-theam .price-plan-inner {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 27px !important;
}

.change-theam .chat-right-inner {
  background-image: url(https://cdntc.yourtarotlife.com/hor/images/web/win_patern.png);
  margin-left: 0px;
}

.change-theam .chat-common-sec {
  background-color: #1b052ee8;
  border: 1px solid #544677;
  box-shadow: 0 3px 6px #270844;
}

.change-theam .chat-convertation-box {
  background-color: #321948;
}

.change-theam .chat-convertation-box button#btnSelectCardCarousel {
  background-color: #12BE5D !important;
}

.change-theam .select-reding-inner .bg-darkBlue {
  background-color: #2D064D !important;
}

.change-theam .massege-self-box .chat-convertation-box {
  background-color: #855AF6;
}

.change-theam .send-message-sec {
  background-color: #544677;
  border-radius: 0px 0px 10px 10px;
}

body.change-theam {
  background-color: #270844;
  padding: 0px;
  user-select: none;
  -ms-content-zooming: none;
}

.change-theam .notification-msg {
  background-color: #C5C7D6 !important;
}

.change-theam .ended-chat-inner {
  background-color: #20013A !important;
  border: 1px solid #20013a !important;
}

.change-theam .ended-chat-left-inner h2,
.change-theam .ended-chat-left-inner p,
.change-theam .ended-chat-left-inner ul li>div,
.change-theam .rating-star h6,
.change-theam .rating-comment h6,
.change-theam .ended-right h4,
.change-theam .token-login-inner h2 {
  color: #fff;
}

.change-theam .table-sec .registered-pera {
  background-color: #19052c !important;
  border: 1px solid #270844 !important;
}

.change-theam .rating-comment textarea::placeholder {
  color: #000;
}

.change-theam .rating-comment textarea {
  background-color: #18012a;
  border: 1px solid #310654;
  max-height: 102px !important;
}

.change-theam .price-plan-left {
  background-color: #460B74 !important;
  border: 1px solid #460B74 !important;
  border-radius: 5px !important;
  padding: 10px !important;
}

.change-theam .price-right-box h3,
.change-theam .price-plan-right h4,
.change-theam .price-plan-left div p span.text-dark-blue,
.change-theam .modal-body-right h5,
.change-theam .popup-right h4,
.change-theam .popup-right p span,
.change-theam .nded-right h4,
.change-theam .payment-popup-left h4,
.change-theam .payment-popup-left h5,
.change-theam .payment-popup-modal div>div.text-center.font-size16,
.change-theam .crossbtn span,
.change-theam .price-plan-popup-sec .modal-body div.d-flex.justify-content-between p {
  color: #fff;
}

.change-theam .crossbtn span {
  border: 1px solid #fff;
}

.change-theam .price-right-box span,
.change-theam .price-right-box p {
  color: #A887FF;
}

.change-theam .price-plan-right .price-plan-option {
  background-color: #fff;
  margin-top: 0px !important;
  padding: 0px 0px 0px !important;
}

.change-theam .price-plan-right .price-plan-option h5 {
  font-size: 14px !important;
  margin-bottom: 3px !important;
}

.change-theam .price-plan-right .price-plan-option .pay-to-card {
  margin-bottom: 5px !important;
}

.change-theam .anytime-payment-option-list>div.mt-3 {
  margin-top: 5px !important;
}

.change-theam .anytime-payment-option-list .card-detail-sec {
  margin: 6px 0px !important;
}

.change-theam .price-plan-option div.my-3 {
  margin: 5px 0px 5px !important;
}

.change-theam .price-plan-option div.my-3 button {
  padding: 12px 15px !important;
}

.change-theam .require-input-fild input {
  font-size: 14px;
}

.change-theam .pay-to-card-option.anytime-payment-options-list {
  padding: 6px !important;
}

.change-theam .price-plan-left div p span.text-green,
.change-theam .ended-chat-left-inner ul li>div span {
  color: #FDD30F;
}

.change-theam .activeDiv {
  background-color: #460b74;
}

.change-theam .table-sec {
  border-top: 1px solid #440a71 !important;
  border-bottom: 1px solid #440a71 !important;
}

.change-theam .modal-content {
  background-color: #20013A;
  border: 1px solid #544677;
  border-radius: 10px;
}

.change-theam .modal-header {
  border-bottom: 1px solid transparent;
}

.change-theam .choose-card-popup,
.change-theam .popup-rating-sec {
  background-color: #20013A;
  border-radius: 10px;
}

.change-theam .modal-body-right p,
.change-theam .modal-header p,
.change-theam .popup-right p,
.change-theam .payment-popup-left p {
  color: #C5C7D6;
}

.change-theam .chat-end-sec .chat-end-btn {
  background-color: #8476A7 !important;
  color: #fff !important;
  border: 1px solid #8476a7;
}

.change-theam .chat-end-sec .chat-cancel-btn,
.change-theam .send-message-sec form ul li button,
.change-theam .popup-btn,
.change-theam .shuffle-submit-btn a,
.change-theam .paid-chat-sec,
.change-theam .price-plan-option div div button.submit-btn,
.change-theam .feedback-inner div button.submit-btn,
.change-theam .chat-end-sec div.text-end button {
  background-color: #12BE5D;
  border: 1px solid #12BE5D;
}

.change-theam .chat-end-sec div.text-end button {
  max-width: 110px;
}

.change-theam .chat-end-sec .chat-cancel-btn:hover,
.change-theam .send-message-sec form ul li button:hover,
.change-theam .popup-btn:hover,
.change-theam .shuffle-submit-btn a:hover,
.change-theam .price-plan-option div div button.submit-btn:hover,
.change-theam .feedback-inner div button.submit-btn:hover {
  background-color: #20D16D !important;
}

.change-theam .price-plan-option div div button.submit-btn.bg-active:hover {
  background-color: #CED4DA !important;
}

.change-theam .chat-end-sec button {
  border-radius: 3px;
}

.savedcard-section {
  height: 100%;
  max-height: 108px;
  overflow: auto;
}

.change-theam .savedcard-section::-webkit-scrollbar {
  width: 5px;
}

.change-theam .select-reading-type::-webkit-scrollbar-thumb,
.change-theam .customer-chat::-webkit-scrollbar-thumb {
  background-color: #a887ff;
}

.change-theam .customer-chat::-webkit-scrollbar-track,
.change-theam .select-reading-type::-webkit-scrollbar-track {
  background-color: #1d0630;
}

.change-theam .send-message-sec form ul li:nth-child(1) {
  max-width: 100%;
}

.change-theam .price-plan-option.price-plan-popup {
  padding: 10px !important;
}

.change-theam .modal-dialog {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.change-theam .price-plan-popup-sec .modal-body div ul li {
  padding: 10px !important;
  margin-bottom: 5px !important;
}

.change-theam .price-plan-right.stripe-plan-right {
  padding-bottom: 15px !important;
}

.change-theam .price-plan-option.price-plan-popup {
  padding-bottom: 0px !important;
}

.change-theam .chat-summary-close {
  display: block !important;
}

.change-theam .price-plan-right-box .selectpayment {
  background-color: #fff;
}

.change-theam .price-plan-right-box h4 {
  color: #fff;
}

.change-theam .price-plan-right .anytime-payment-options-list {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important
}

.profile-sec-sticky {
  margin-top: 200px !important;
}

.change-theam .creat-left-inner h2,
.change-theam .creat-left-inner p,
.change-theam h5.choose-payment {
  color: #fff !important;
}

.change-theam .creat-left-inner h2 {
  padding-top: 8px !important;
  margin-bottom: 2px;
}

.change-theam .creating-pera a {
  color: #8476A7 !important;
}

.change-theam .creating-pera a:hover {
  color: #9A8DB9 !important;
}

.change-theam .creating-pera a:active,
.change-theam .creating-pera a:target {
  color: #8B7DAB !important;
}

.change-theam .creat-left-inner {
  max-width: 700px;
  margin: 0 auto;
}

.change-theam .creat-sec {
  padding-bottom: 30px !important;
}

.change-theam .creat-inner form>ul>li {
  position: relative;
  padding-left: 0px;
  padding-bottom: 27px !important;
}

.change-theam .creat-inner form ul li label {
  top: -23px !important;
  left: 6px !important;
  background-color: transparent !important;
  color: #fff !important;
}

.change-theam .account-left {
  display: none;
}

.change-theam .creat-inner form button {
  max-width: 30% !important;
  position: absolute;
  right: 0;
  margin-top: 0px !important;
}

.change-theam .creating-pera {
  text-align: start !important;
}

.change-theam .creat-inner .creat-left-inner form {
  border-bottom: none !important;
  padding-bottom: 10px !important;
}

.change-theam .creat-inner form ul li label#know-birth {
  top: -1px !important;
  left: 0px !important;
}

.change-theam .send-message-sec p.text-black {
  color: #B2B2B2 !important;
}

.change-theam .chat-sec.pt-3.pb-3 {
  padding: 15px 0px !important;
}

.jennifer-answering {
  min-height: 32px;
}

.change-theam .send-message-sec.select-plan-sec ul li p {
  width: 100% !important;
  font-weight: bold !important;
}

.change-theam .send-message-sec.select-plan-sec ul li button {
  margin-top: 0px !important;
}

.change-theam .show-cardlist {
  width: 463px !important;
  overflow-x: auto !important;
}

.change-theam .yt-autocomplete,
.change-theam .yt-autocomplete .ng-autocomplete {
  height: 35px;
}

.change-theam .creat-inner form ul li input {
  padding: 6px 12px !important;
}

.change-theam .yt-autocomplete .autocomplete-container .input-container input {
  line-height: 20px !important;
}

.autocomplete-container .input-container .x::after {
  content: "x";
}

.autocomplete-container .input-container .x i {
  display: none;
}

.change-theam #positionchange {
  justify-content: ebd !important;
}

.change-theam #positionchange label#know-birth {
  width: auto !important;
}

.change-theam .tarotYearCardsCustom .carousel-3d-container .carousel-3d-controls .prev {
  left: 7% !important;
}

.change-theam .tarotYearCardsCustom .carousel-3d-container .carousel-3d-controls .next {
  right: 7% !important;
}

.change-theam .price-plan-right-box .selectpayment {
  padding: 10px 24px !important;
  margin: 5px 0px !important;
}

.change-theam .price-plan-right-box .selectpayment>div+div {
  margin-top: 7px !important;
}
.Astrology-inner.expertlist{
  min-height: 670px;
}

@media screen and (min-width:1199.99px) {
  body {
    padding-bottom: 36.2rem;
  }
  .navbar-expand-lg .navbar-collapse {
    justify-content: end;
  }
  .pricePlanFooter {
    padding-bottom: 6.4rem !important;
  }

  .footer-section {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

@media screen and (min-width:991.99px) {
  .select-reading-type-inner {
    padding-top: 10px !important;
  }

  .select-reading-type-left ul li a {
    height: 100%;
    max-height: 210px;
    padding: 30px 10px !important;
  }

  .select-reading-button {
    margin-top: 0px !important;
  }

  .select-reading-button button {
    margin-top: 30px !important;
  }

  ul#tbody,
  #singlecardtable {
    height: 175px !important;
    margin: 15px auto !important;
  }

  .card-img-sec>.card-img-box img {
    max-width: 32px;
  }

  .select-reading-type-left::after {
    top: -8px !important;
    height: 340px !important;
  }

  .select-reading-type-left ul {
    margin-top: 15px !important;
  }

  .select-reading-type-right {
    margin-top: -103px !important;
  }

  ul#tbody li a,
  #singlecardtable ul li a {
    font-size: 16px !important;
    padding: 7px 10px !important;
  }

  .select-reading-type {
    padding: 10px 0px !important;
  }

  .card-img-sec h5,
  .card-img-sec p {
    margin-top: 15px !important;
  }

  .card-img-sec>.card-img-box .select-card-img {
    min-height: 43px;
  }
}

@media screen and (min-width:767.99px) {

  ul#tbody,
  #singlecardtable {
    height: 155px !important;
  }

  .select-reading-type,
  .choose-card-popup {
    min-height: 575px;
  }

  .change-theam .select-reding-inner {
    width: 95%;
  }

  .change-theam .select-reading-type,
  .change-theam .choose-card-popup {
    min-height: 500px;
  }

}

@media screen and (min-width:1600.99px) {
  .select-reading-type-left ul li a {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .select-reading-type {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .select-reading-type-inner {
    padding-top: 3rem !important;
  }

  .select-reading-type-right {
    margin-top: -15px !important;
  }

  .select-reading-button {
    margin-top: 3rem !important;
  }

  .select-reading-type-left::after {
    height: 424px !important;
  }

  .select-reading-type-left ul {
    margin-top: 1.5rem !important;
  }

  ul#tbody,
  #singlecardtable {
    height: 190px !important;
    margin: 60px auto !important;
  }
}

@media screen and (max-width:1400px) {
  .chat-free-desktop {
    margin-right: 20px !important;
  }

  .header-right {
    padding: 11px 35px;
  }

  .readingtypecard.tarotYearCardsCustom .carousel-3d-container .carousel-3d-controls .next {
    right: 20px;
  }

  .readingtypecard.tarotYearCardsCustom .carousel-3d-container .carousel-3d-controls .prev {
    left: 20px;
  }

  .significance-sec .divine-tarot-background {
    width: 77% !important;
  }

  .support-accordion-inner .accordion-item .accordion-collapse .accordion-body {
    max-width: 1030px;
  }

  .rating-reviews-inner ul li {
    max-width: 725px !important;
  }

  /* .about-inner-sec ul li p {
    max-width: 750px !important;
  } */
}

@media screen and (max-width:1199px) {
  .shparagraph {
    margin-top: -17px !important;
}

  input[type="radio"]:after {
    left: -4px !important;
    top: -4px !important;
  }

  .birth-tarot-right .yt-autocomplete .autocomplete-container .input-container input,
  .love-compatibility-inner>div .yt-autocomplete .autocomplete-container .input-container input {
    line-height: 25px !important;
  }

  .about-tarot-inner ul li>div {
    min-height: 212px !important;
  }

  .about-tarot-inner ul li>div>a>div.about-tarot-box {
    min-height: 140px !important;
    padding: 10px 20px !important;
  }

  .birth-tarot-sec form input {
    padding: 6px 6px !important;
  }

  .birth-tarot-sec form .form-control {
    padding: 6px 4px 6px 0px;
  }

  .header-center>ul>li {
    margin: 0px 10px !important;
  }

  .select-reading-type-left ul li a {
    padding: 30px 7px !important;
  }

  .form-group .select-plan ul li label,
  .header-center>ul>li>a {
    font-size: 14px;
  }

  .form-group .control-label {
    font-size: 9px;
  }

  .significance-sec .divine-tarot-background {
    background-position: 35% 50% !important;
    right: 0px !important;
  }

  .footer-right {
    padding-left: 42px !important;
  }

  .accurate-tarot-background {
    width: 110%;
    background-size: contain;
  }

  .header-right {
    padding: 10px 17px;
  }

  a.sign-btn {
    padding: 11px 20px;
  }

  /* ended-chat-page */
  .ended-chat-left-inner h2 {
    font-size: 37px !important;
  }

  /* transaction-sec-css */
  .transaction-details-inner {
    margin-top: 8px;
  }

  .transaction-details-inner>ul>li .transaction-details-box {
    margin: 8px !important;
  }

  .divine-tarot-background,
  .thank-page .order-details {
    width: 100%;
  }

  /* price-plan-css*/
  .price-right-box {
    max-width: 335px !important;
  }

  .recaptcha-right .submit-btn {
    max-width: 100% !important;
  }

  .contact-us-left-box {
    padding: 25px 25px !important;
  }

  .Psychic-reading-box-right {
    width: 71% !important;
  }

  .rating-reviews-inner ul li {
    max-width: 540px !important;
  }

  /* .about-inner-sec ul li p {
    max-width: 570px !important;
  } */

  .profile-right {
    width: 435px !important;
    margin-left: 20px !important;
  }

  .footer-app-btn a img {
    max-width: 125px !important;
  }

.Astrology-inner ul li {
  max-width: 450px;
}

}

@media screen and (max-width:991px) {
  .expertbtns-sec a{
    width: 130px;
  }
  .shparagraph {
    width: 100%;
    margin-top: 10px !important;
}

.Astrology-inner ul li {
  max-width: 330px;
}

  .send-message-sec.select-plan-sec ul {
    justify-content: center !important;
  }

  .change-theam .send-message-sec.select-plan-sec ul {
    justify-content: space-between !important;
  }

  .account-inner {
    height: auto !important;
  }

  .account-right {
    padding: 0px 20px !important;
  }

  .about-card-inner ul li {
    width: calc(100%/5 - 100px/5);
    margin-left: 25px;
  }

  .about-card-inner ul li:nth-child(6n + 1) {
    margin-left: 25px;
  }

  .about-card-inner ul li:nth-child(5n + 1) {
    margin-left: 0px;
  }

  .header-sec .navbar {
    background: rgba(40, 10, 110, 0.95);
  }

  .banner-inner,
  .live-chat-sec div {
    justify-content: center;
  }

  .banner-inner {
    text-align: center;
  }

  .chat-free-inner {
    min-width: 190px !important;
  }

  .ribbon h5 {
    width: 109% !important;
  }

  .chat-convertation-box .add-payment-right p,
  .chat-convertation-box .add-payment-left p span {
    font-size: 16px;
  }

  .banner-inner p {
    width: 100% !important;
  }

  .uninstall-slider .item img {
    margin: 0 auto;
  }

  .need-insights-right p {
    font-size: 15px !important;
  }

  .tarot-card-img,
  .windows-header-right img {
    max-width: 100px;
  }

  .windows-header-left img {
    max-width: 130px;
  }

  .font-size36 {
    font-size: 27px;
    line-height: 30px;
  }

  .installing-tarot-sec {
    padding: 100px 0px 30px !important;
  }

  .update-inner ul li {
    width: calc(100%/3 - 30px/3) !important;
    margin-left: 15px !important;
  }

  .installing-tarot-sec p,
  .uninstall-right h1,
  .uninstall-right p {
    width: 100% !important;
  }

  .windows-footer-right ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .windows-footer-right ul li {
    margin: 15px 0px;
  }

  .free-lable::after {
    top: -3px !important;
    left: -3px !important;
    max-width: 141px !important;
    height: 27px !important;
  }

  .free-lable {
    margin-left: 5px !important;
  }

  .free-lable p {
    font-size: 12px !important;
    padding: 0px 6px !important;
  }

  .min-sec p {
    font-size: 18px;
  }

  .Banner-sec {
    background-position: 71% 100% !important;
    margin-top: 70px;
  }

  .slect-type-off {
    font-size: 12px !important;
    padding: 2px 6px !important;
  }

  .select-reading-type-left p span {
    margin-top: 0px !important;
  }

  .table-sec {
    max-width: 100% !important;
  }

  .ended-chat-right {
    display: none;
  }

  .select-reading-type-left ul li a {
    min-height: auto !important;
  }

  .select-3-cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 39px;
  }

  .select-3-cards .card-img-sec {
    display: flex;
    align-items: center;
  }

  .select-reading-type-left ul li a {
    padding: 13px 13px !important;
  }

  .card-img-sec .card-img-box {
    max-width: 35px !important;
  }

  #singlecardtable {
    margin: 20px auto !important;
  }

  .chat-left {
    width: 185px;
  }

  .chat-right {
    width: calc(100% - 185px);
  }

  .header-center>ul>li {
    position: relative;
    margin: 0px 0px !important;

  }

  .select-reading-type-right {
    margin-top: 30px !important;
  }

  .select-reading-type-left h4,
  .select-reading-type-right h4 {
    font-size: 20px;
  }

  .video iframe {
    width: 75% !important;
    height: 320px !important;
  }

  .birth-tarot-right {
    width: 100%;
  }

  .select-card ul li img {
    max-width: 100px !important;
  }

  h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .header-left {
    margin-left: 28px;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .navbar-toggler {
    order: -1;
    padding-left: 0px;
   /* margin-left: -42px;*/
  }

  .navbar-collapse {
    position: fixed;
    top: 0px;
    left: -100%;
    /* right: 0px;
    width: 100%; */
    background-color: #331575;
    z-index: 999;
    display: flex;
    flex-direction: column;
    bottom: 0;
    overflow-y: auto;
    justify-content: start;
    width: 100%;
    max-width: 230px;
    align-items: initial;
    
  }
  .navbar-collapse.show{
    left: 0px;
    transition: 1s linear;
  }
  
  .navbar-collapse.collapse.collapsing,.navbar-collapse.collapsing {
    transition: 1s all;
    height: 100vh;
  }

  .header-center>ul>li:first-child {
    flex-wrap: nowrap;
  }

  .header-center>ul>li .animation-chat {
    position: absolute;
    left: 90px;
  }

  .header-center>ul>li {
    flex-wrap: wrap;
  }

  .header-center>ul>li>a {
    font-size: 18px;
    color: #fff;
    padding: 15px 15px !important;
    border: none;
    width: 100%;
  }

  .header-center>ul>li>a.dekstop-menu::after {
    display: none;
  }

  .header-center>ul>li.nav-item.active>a {
    border: none !important;
  }

  .header-center>ul>li>a:hover {
    border: none !important;
  }

  .header-center ul li:hover .dropdown-menu {
    position: absolute;
    width: 100%;
    top: 103%;
    display: none;
  }

  .header-center ul li .dropdown-menu {
    width: 100%;
    border: none;
    left: 0px !important;
    position: relative !important;
  }

  .header-center ul li .dropdown-menu.show {
    display: block !important;
  }

  .header-center ul li span {
    margin-left: 2px;
  }

  .header-center ul li .login-btn {
    display: block;
    padding: 11px 8px !important;
    margin: 15px 8px 0px;
  }

  .header-right ,.categoryexp-sec span{
    font-size: 14px !important;
  }

  a.login-btn {
    display: none;
  }

  .People-Trust-right .trust-box {
    margin-right: 0px !important;
  }

  .categoru-sec p {
    font-size: 13px;
  }

  .categoru-sec h4 {
    font-size: 16px;
  }

  .categoru-sec {
    padding: 15px !important;
  }

  /* ended-page-sec */
  .ended-chat-left-inner h2 {
    font-size: 27px !important;
  }

  .ended-chat-left-inner p {
    font-size: 15px !important;
  }

  .table-left {
    max-width: 140px !important;
  }

  .table-sec .registered-pera p {
    font-size: 12px !important;
  }

  .ended-chat-right-inner {
    text-align: end !important;
  }

  .ended-chat-right-inner img {
    width: 100%;
    max-width: 250px !important;
  }

  /* numerology-tarot-css */
  .divine-tarot-sec {
    text-align: center;
  }

  .divine-tarot-background {
    opacity: 0.03;
    background-size: cover !important;
  }

  .divine-tarot-inner h2,
  .divine-tarot-inner p {
    max-width: 100%;
  }

  .accurate-tarot-sec {
    text-align: center;
  }

  .accurate-tarot-background {
    opacity: 0.1;
    background-size: cover;
  }

  /* love-compatibility-sec */
  .love-compatibility-inner .vedic-input {
    padding-bottom: 0px !important;
  }

  /* love-tarot-sec */
  h2 {
    font-size: 26px;
    line-height: normal !important;
  }

  .what-love-left-box h2 {
    padding-bottom: 10px !important;
  }

  .what-love-left-box p {
    font-size: 16px !important;
    margin-bottom: 10px !important;
    text-align: center;
  }

  .footer-right {
    padding-left: 0px !important;
    padding-top: 30px !important;
    text-align: center;
  }

  .footer-right div,
  .footer-right ul,
  .what-love-left-box div {
    justify-content: center;
  }

  /* price-plan-css */
  .price-right-box {
    max-width: 230px !important;
    margin-left: 8px !important;
  }

  .thank-page .order-details {
    flex-wrap: wrap;
  }

  .thank-page .order-details>div+div {
    margin-top: 10px;
  }

  .thank-page>div {
    padding: 25px !important;
  }

  .footer-inner {
    padding-bottom: 20px !important;
  }

  .Psychic-reading-inner ul li {
    margin-bottom: 15px;
  }

  .Psychic-reading-box {
    margin-right: 0px !important;
  }

  .select-reading-type-left::after {
    position: relative !important;
  }

  ul#tbody {
    margin: 20px auto !important;
  }

  .Psychic-reading-box-left {
    width: 17% !important;
  }

  .Psychic-reading-box-right {
    width: 83% !important;
  }

  .what-love-banner {
    opacity: 0.03;
    display: block !important;
    background-position: center center;
  }

  .what-love-right-box {
    display: none;
  }

  .rating-reviews-inner ul li {
    max-width: 310px !important;
  }
/* 
  .about-inner-sec ul li p {
    max-width: 432px !important;
  } */

  .chat-free-desktop {
    min-height: 185px !important;
  }

  .chat-free-sec.chat-free-desktop {
    padding: 30px 20px 30px !important;
    max-width: 215px !important;
    top: 98px !important;
  }

  .chat-free-sec.chat-free-desktop .chat-btn {
    padding: 10px 10px !important;
  }

  .profile-right-reviews-box {
    justify-content: inherit !important;
  }

  .profile-right-reviews-box>div:not(:first-child) {
    margin-left: 25px;
  }

  .download-inner ul li {
    width: calc(100%/3 - 30px/3);
    margin-left: 15px;
  }

  .ribbon-After:after {
    right: -26px !important;
    transform: scaleX(-1);
  }

  .account-left {
    z-index: -1;
  }

  .ribbon::before {
    content: '';
    width: 30px !important;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 75% 50%);
    background-color: var(--pink);
    height: 100% !important;
    top: 0px !important;
    background-image: initial !important;
    left: -26px !important;
    transform: scaleX(1);
  }

  .account-right {

    display: initial;
    justify-content: initial;
  }

  .account-right .signup-inner {
    margin-top: -76px !important;
  }

  .signup-inner h2 {
    color: var(--white) !important;
  }

/* .categoryexp-sec span{
  font-size: 14px !important;
} */
}

@media screen and (max-width:767px) {
  .adviser-left p {
    font-size: 19px !important;
  }

  .profile-sec-sticky {
    margin-top: 24px !important;
  }

  .card-tag .font-size15 {
    font-size: 13px !important;
  }

  .about-card-inner ul li a:hover .cards-container {
    display: none !important;
  }

  .Astrology-inner ul li:nth-child(odd):nth-last-child(-n + 2)>div {
    border-bottom: 1px solid #ebebeb;
  }

  .about-card-inner ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-card-inner ul li {
    width: calc(100%/3 - 50px/3);
    margin-left: 25px;
    margin-bottom: 25px;
  }

  .about-card-inner ul li:nth-child(6n + 1),
  .about-card-inner ul li:nth-child(5n + 1) {
    margin-left: 25px;
  }

  .about-card-inner ul li:nth-child(3n + 1) {
    margin-left: 0px;
  }

  .chat-lable {
    position: relative !important;
  }

  .update-inner ul {
    flex-wrap: wrap;
  }

  .update-inner ul li {
    width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 15px !important;
  }

  .video iframe {
    width: 100% !important;
    height: 220px !important;
  }

  .chat-free-desktop {
    display: none;
  }

  .profile-right-reviews-box {
    justify-content: space-between !important;
  }

  .profile-right-reviews-box>div:not(:first-child) {
    margin-left: 0px;
  }

  .profile-inner {
    margin-top: 25px !important;
  }

  .Psychic-reading-box-left {
    width: 20% !important;
  }

  .Psychic-reading-box-right {
    width: 80% !important;
  }

  .Soulmate-inner-box h2,
  .what-love-left-box h2 {
    text-align: center;
  }

  .Banner-sec {
    padding-top: 100px !important;
    padding-bottom: 50px !important;
  }

  .readingtypecard.tarotYearCardsCustom .carousel-3d-container .carousel-3d-controls .next {
    color: #B2B2B2 !important;
    right: -2px;
  }

  .readingtypecard.tarotYearCardsCustom .carousel-3d-container .carousel-3d-controls .prev {
    color: #B2B2B2 !important;
    left: -2px;
  }

  /* Psychic-reading-sec */
  .Psychic-reading-inner ul li {
    margin-top: 15px;
  }

  .privacy-policy-sec h1,
  h1 {
    font-size: 30px;
  }

  h1 {
    line-height: inherit;
  }

  h2,
  .h2 {
    font-size: 25px;
    line-height: 34px;
  }

  h3 {
    font-size: 18px;
    line-height: 22px;
  }

  p {
    font-size: 16px;
    line-height: 22px !important;
  }

  .live-chat-sec {
    padding: 0px;
  }

  .live-chat-sec p {
    font-size: 16px;
    line-height: 26px;
    max-width: 100% !important;
  }

  .Astrology-inner ul li {
    max-width: 100% !important;
  }

  .explore-right p {
    font-size: 14px;
  }

  .People-Trust-left ul li:nth-child(2) div {
    margin-right: 4px !important;
    margin-left: 0px !important;
  }

  .online-sec .text-white {
    font-size: 12px;
  }

  .footer-sec {
    padding-top: 10px !important;
  }

  .footer-inner {
    padding-bottom: 15px;
  }

  .footer-left>ul>li {
    padding-top: 30px;
  }

  /* profile-sec-css */
  .profile-left .dekstop-view {
    display: none;
  }

  .profile-inner {
    flex-wrap: wrap;
  }

  .profile-left {
    width: 100% !important;
    text-align: center;
  }

  .profile-left img {
    width: 100%;
    max-width: 120px;
  }

  .profile-right {
    width: 100% !important;
    margin-top: 15px;
    margin-left: 0px !important;
  }

  .dekstop-view,
  .profile-right>p,
  .creat-right {
    display: none !important;
  }

  .google-icon-inner-box ul li,
  .profile-center {
    max-width: 100% !important;
  }

  .profile-inner {
    padding: 25px 0px 20px !important;
  }

  .profile-right .profile-right-reviews-box {
    padding: 0px 15px !important;
  }

  /* chat-page-css */
  .chat-left,
  .ended-chat-right-inner {
    display: none !important;
  }

  .chat-right,
  .ended-chat-left-inner {
    width: 100% !important;
  }

  .chat-right-inner {
    margin-left: 0px !important;
  }

  .persnol-info-inner-box form ul li .input-box-sec {
    margin-right: 0px !important;
  }

  /* accordion-page-css */
  .persnol-info-tabs-btn button {
    padding: 10px 7px !important;
  }

  .persnol-info-tabs-btn button span {
    font-size: 14px !important;
  }

  .support-accordion-inner {
    padding: 0px !important;
  }

  .support-accordion-inner .accordion-item button {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .moblie-view {
    display: inline-block !important;
  }

  .love-benefit-inner-box h2,
  .love-type-inner-box h2,
  .looking-inner {
    text-align: center;
  }

  .love-tarot-sec {
    padding: 15px 0px 15px;
  }

  .looking-sec {
    padding-top: 10px !important;
  }

  /* numerology-tarot-sec */
  .numerology-number-box div {
    margin-bottom: 15px;
  }

  /* contact-us-sec */
  .contact-us-left-box {
    padding: 20px 20px !important;
    margin-right: 0px !important;
  }

  .contact-us-right-box {
    margin-left: 0px !important;
    margin-top: 25px !important;
  }

  .contact-us-right-box ul li img {
    max-width: 40px;
  }

  /* love-compatibility */
  .v-btn-submit {
    padding: 10px 15px !important;
    font-size: 16px !important;
  }

  .word-break-word {
    -webkit-line-clamp: 2;
  }

  .chat-free-sec {
    padding: 22px 20px !important;
  }

  /* price-plan-css */
  .price-right-box {
    max-width: 300px !important;
  }

  .price-plan-right {
    padding: 24px 0px 0px !important;
  }

  .stripe-plan-right {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .contact-us-left {
    order: -1;
  }

  .rating-reviews-inner ul li {
    max-width: 100% !important;
  }

  .not-found-page-inner h1 {
    padding-left: 140px !important;
  }

  .select-reading-type-left>p,
  .select-reading-type-right>p {
    display: none;
  }

  ul#tbody,
  #singlecardtable {
    height: 143px !important;
    margin: 15px auto !important;
  }

  ul#tbody li a,
  #singlecardtable ul li a {
    font-size: 16px !important;
  }

  .download-inner ul {
    flex-wrap: wrap;
  }

  .download-inner ul li {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width:575px) {

  .Banner-sec {
    margin-top: 56px !important;
  }

  .about-card-inner ul li {
    width: calc(100%/3 - 30px/3);
    margin-left: 15px;
    margin-bottom: 15px;
  }

  .about-card-inner ul li:nth-child(6n + 1),
  .about-card-inner ul li:nth-child(5n + 1) {
    margin-left: 15px;
  }

  .about-card-inner ul li:nth-child(3n + 1) {
    margin-left: 0px;
  }

  .spacial-offer {
    top: 58px !important;
  }

  ul#tbody,
  #singlecardtable {
    height: 125px !important;
  }

  /* .navbar-collapse {
    top: 100%;
  } */

  .contact-banner {
    padding: 28px 0px !important;
  }

  .navbar-toggler {
    order: -1;
    padding-left: 0px;
   /* margin-left: -33px;*/
  }

  .header-left a {
    margin-right: 0px;
  }

  .header-left a img {
    width: 100%;
    max-width: 130px;
  }

  .People-Trust-left ul li:first-child {
    display: none;
  }

  .People-Trust-left ul li:nth-child(2)>div {
    margin-left: 0px !important;
    margin-right: 4px;
  }

  .People-Trust-left ul li:nth-child(3)>div {
    margin-left: 4px !important;
  }

  .People-Trust-right .trust-box {
    margin-right: 0px !important;
  }

  .categoru-sec {
    padding: 5px;
  }

  .categoru-sec h4,
  .categoru-sec p {
    font-size: 12px;
  }

  .categoru-sec p {
    margin-bottom: 3px !important;
  }

  .owl-item.active.center .item {
    margin: 0px !important;
  }

  .modal-content .modal-body p {
    font-size: 14px;
    line-height: 20px;
  }

  .modal-content .modal-body h2 {
    font-size: 22px;
  }

  .google-login-btn {
    display: block !important;
    text-align: center;
    margin-top: 10px !important;
  }

  .google-login-btn li {
    margin: 10px 0px !important;
  }

  .modal-content .modal-body {
    padding: 15px;
  }

  .modal.show .modal-dialog {
    margin: 0px;
    padding: 0px 15px;
  }

  .modal-content .modal-body form {
    margin-top: 10px !important;
  }

  .modal-content .modal-body form ul {
    margin-bottom: 0px;
  }

  .modal-content .modal-body form ul li {
    padding-bottom: 8px !important;
  }

  .modal-content .modal-body form ul li input {
    padding: 5px !important;
  }

  .modal-content .modal-body form>ul>li>.create-acount-btn {
    font-size: 16px;
    padding: 8px;
    margin-top: 0px !important;
  }

  .adviser-inner-sec .adviser-left,
  .adviser-inner-sec .adviser-right {
    padding: 0px !important;
  }

  .adviser-inner-sec .adviser-left p {
    font-size: 14px !important;
  }

  .adviser-inner-sec .adviser-right a {
    font-size: 11px !important;
  }

  .adviser-inner-sec .adviser-right a,
  .refreshmobileview .adviser-right a {
    font-weight: 400 !important;
    padding: 9px 15px !important;
    margin-right: 0px !important;
  }

  .adviser-inner-sec .adviser-right a:nth-child(1) span {
    margin-right: 4px !important;
  }

  .adviser-inner-sec .adviser-right a+a,
  .refreshmobileview .adviser-right a+a,
  .adviser-inner-sec .adviser-right div {
    margin-left: 8px !important;
  }

  .adviser-inner-sec .adviser-right a+a span {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  /* profile-sec */
  .profile-right ul li img {
    width: 100%;
    max-width: 68px;
  }

  .profile-right ul li p {
    font-size: 17px !important;
    line-height: 20px !important;
  }

  .profile-right ul li span {
    font-size: 13px !important;
    line-height: 17px !important;
  }

  a.sign-btn {
    margin-left: 0px !important;
    padding: 11px 10px !important;
  }

  .popover-click-sec .dropdown-menu {
    width: 295px;
  }

  .popover {
    top: 45px !important;
  }

  .google-icon-inner-box ul li {
    max-width: 100% !important;
  }

  /* chat-page */
  .online-profile-right>button {
    padding: 9px 15px !important;
  }

  .online-profile-left div {
    margin-left: 10px !important;
  }

  .online-profile-left div h5 {
    font-size: 16px !important;
  }

  /* personal-info-sec*/
  .persnol-info-inner p {
    font-size: 14px;
    line-height: 22px;
  }

  .persnol-info-inner {
    padding: 15px 15px 15px 15px !important;
  }

  .update-btn button {
    padding: 10px 30px !important;
    width: 100% !important;
  }

  /* trasaction-page-css */
  .transaction-details-inner {
    margin-top: 16px !important;
  }

  .transaction-details-inner>ul>li .transaction-details-box {
    margin: 0px !important;
  }

  .persnol-info-inner-box {
    padding-top: 15px !important;
  }

  /* accordion-page-css */
  .persnol-info-tabs-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dekstop-view {
    display: none !important;
  }

  .persnol-info-tabs-btn button {
    padding: 10px 18px !important;
  }

  /* popup-modal-footer */
  .popup-modal-footer {
    justify-content: center !important;
    padding: 0px 12px 20px !important;
  }

  .popup-left-box {
    margin: 0 auto !important;
  }

  .Astrology-inner ul li {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .ratting-sec div {
    padding: 0px !important;
  }

  .love-tarot-inner .banner-btn a {
    width: 100%;
    max-width: 150px;
  }

  .readingtypecard.tarotYearCardsCustom .carousel-3d-container .carousel-3d-controls .next,
  .readingtypecard.tarotYearCardsCustom .carousel-3d-container .carousel-3d-controls .prev {
    display: none;
  }

  .birth-price-plan {
    padding: 0px 15px 15px !important;
  }

  .price-plan-popup-sec .price-plan-right {
    padding: 5px 0px 0px !important;
  }

  .price-plan-popup-sec .stripe-plan-right {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .select-3-cards,
  .card-img-sec {
    display: flex;
    align-items: center;

  }

  .select-3-cards {
    justify-content: space-between;
    height: 1005;
    min-height: 39px;
  }

  .select-reading-type-left ul li a {
    min-height: auto !important;
  }

  .select-reading-type-left p {
    max-width: 100% !important;
    display: none;
  }

  .card-img-sec {
    width: 60%;
  }

  .card-img-sec h5 {
    margin-top: 0px !important;
  }

  .select-reading-type-left ul li a {
    padding: 10px 10px !important;
  }

  .card-img-sec .card-img-box {
    margin: inherit !important;
    max-width: 32px !important;
  }

  .card-img-sec>.card-img-box>.position-absolute {
    top: -6px !important;
    left: -5px !important;
  }

  .birth-tarot-sec {
    padding: 21px 0px 48px !important;
  }

  /* filtter-popup-sec */
  .filtter-popup-sec .modal-dialog-centered {
    align-items: end;
  }

  .filtter-popup-sec .modal.show .modal-dialog {
    padding: 0px;
    height: 100%;
  }

  .search-popup-inner .searchNow span {
    top: 1px !important;
    right: 1px !important;
    font-size: 14px;
  }
}

@media screen and (max-width:480px) {
  .send-message-sec.select-plan-sec {
    padding: 20px 10px;
  }

  .account-right .signup-inner {
    margin-top: -92px !important;
  }

  .online-profile-right a img {
    max-width: 18px;
  }

  .online-profile-right button {
    padding: 8px 8px !important;
  }

  .select-card ul li img {
    max-width: 80px !important;
  }

  .tarot-card-img {
    max-width: 55px;
    height: auto;
  }

  .birth-tarot-right .vedic-input>div h2 {
    font-size: 20px;
  }

  .Psychic-reading-inner ul li:nth-child(1) .Psychic-reading-box-right {
    padding-top: 12px;
  }

  .Psychic-reading-inner ul li:nth-child(2) .Psychic-reading-box-right {
    padding-top: 20px;
  }

  .Psychic-reading-box {
    flex-wrap: wrap;
  }

  .Psychic-reading-box-left,
  .Psychic-reading-box-right {
    width: 100% !important;
    text-align: center;
  }

  .Psychic-reading-box-right h5 {
    font-size: 18px !important;
  }

  .customer-chat {
    padding: 20px 10px 0px !important;
  }

  .chat-convertation-box {
    padding: 8px 10px 8px 10px !important;
  }

  .privacy-policy-sec h1,
  h1 {
    font-size: 25px;
  }

  h1 {
    line-height: inherit;
  }

  h2 {
    font-size: 22px;
  }

  .signup-inner {
    padding: 15px 0 !important;
  }

  .signup-inner h2 {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-bottom: 0px !important;
  }

  .google-icon-inner-box ul {
    justify-content: flex-start !important;
  }

  .google-icon-inner-box ul li {
    max-width: 100% !important;
    margin-right: 10px;
  }

  .signup-inner .google-icon-box p {
    padding-top: 0px !important;
  }

  .google-icon-box {
    padding-bottom: 10px !important;
  }

  .signup-inner p {
    padding-top: 14px !important;
  }

  .signup-inner form {
    padding-bottom: 10px !important;
    margin-top: 0px !important;
  }

  .signup-inner .creating-pera {
    font-size: 12px !important;
    line-height: 22px !important;
  }

  /* chat-popup-css */
  .online-profile-right .modal .modal-dialog .modal-content {
    padding: 22px 10px 22px 3px !important;
  }

  .chat-end-sec button {
    padding: 10px 6px !important;
  }

  .modal-body-left .lottie-player {
    width: 85px !important;
    margin-top: -31px;
  }

  .modal-body-right h3 {
    font-size: 15px !important;
    line-height: 24px !important;
  }

  .modal-body-right p {
    font-size: 13px !important;
  }

  /* ended-page */
  .ended-chat-inner {
    padding: 15px 15px 15px 15px !important;
  }

  .ended-chat-left-inner h2 {
    font-size: 19px !important;
  }

  .ended-chat-left-inner p {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .table-left {
    max-width: 104px !important;
    font-size: 12px !important;
  }

  .table-right,
  .table-right span,
  .persnol-info-tabs-btn button a,
  .persnol-info-tabs-btn button span {
    font-size: 12px !important;
  }

  .support-accordion-inner .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px !important;
  }

  .profile-right .profile-right-reviews-box .reviews-sec p b {
    font-size: 16px !important;
  }

  .profile-right .profile-right-reviews-box .reviews-sec p {
    font-size: 12px !important;
    color: #CBB9FB;
  }

  /* birth-tarot-sec */
  .form-group select {
    padding: 7px 3px !important;
    font-size: 14px;
  }

  .form-group-month div {
    width: calc(100%/3 - 20px/3);
    margin-left: 10px !important;
  }

  .form-group-month div:first-child {
    margin-left: 0px !important;
  }

  /* your-tarot-page */
  .button-sec button {
    max-width: 135px !important;
  }

  .text-truncate {
    margin: 5px 0px !important;
  }

  .price-right-box {
    max-width: 210px !important;
  }

  .price-plan-inner {
    padding: 0px 0px !important;
  }

  .price-plan-left {
    padding: 15px !important;
  }

  .add-payment-left p {
    margin-left: 5px !important;
  }

  /* price-plan-css */
  .price-plan-option>div {
    padding: 5px 5px 15px 5px !important;
  }

  .price-header-left img,
  .price-header-right img {
    max-width: 135px;
  }

  .chat-convertation-box .add-payment-right p,
  .chat-convertation-box .add-payment-left p span {
    font-size: 12px !important;
    line-height: 22px !important;
  }

  .chat-convertation-box .add-payment-left p,
  .adviser-inner-sec .adviser-left p,
  .select-reading-type-left ul li a p>span {
    font-size: 12px !important;
  }

  .chat-convertation-box .add-payment-right span {
    font-weight: 400 !important;
  }

  .price-report-right {
    padding-left: 10px !important;
  }

  .price-plan-popup h5 {
    font-size: 15px !important;
  }

  .pay-to-card-popup,
  .pay-now-popup-btn,
  .add-card-sec-popup {
    padding: 0px 5px;
  }

  .price-plan-popup .payment-options-icon {
    padding-left: 5px;
  }

  .price-plan-popup {
    padding-top: 10px !important;
  }

  .love-compatibility-inner>div {
    padding: 0px !important;
  }

  .adviser-inner-sec .adviser-right a {
    padding: 9px 4px !important;
  }

  .adviser-inner-sec .adviser-right a+a,
  .adviser-inner-sec .adviser-right div {
    margin-left: 4px !important;
  }

  .adviser-inner-sec .adviser-right a:first-child {
    padding: 9px 9px !important;
  }

  .card-img-sec h5 {
    font-size: 12px;
    margin-left: 10px !important;
  }

  .card-img-sec .card-img-box {
    max-width: 28px !important;
  }

  .select-reading-type-left ul li a p {
    font-size: 14px;
    line-height: 16px !important;
  }

  .card-img-sec .card-img-box .position-absolute>img {
    max-width: 15px;
  }

  .not-found-page-inner h1 {
    padding-left: 90px !important;
  }

  .not-found-page-inner button {
    font-size: 18px !important;
  }

  .refresh-sec {
    padding: 10px 10px !important;
  }

  .refresh-sec ul li a {
    font-size: 15px;
  }

  .reading-selected-card li img {
    height: auto !important;
  }

  .adviser-inner-sec .adviser-right form.searchNow input {
    max-width: 90px !important;
    padding: 8px 4px !important;
    font-size: 11px !important;
  }

  .searchNow span {
    font-size: 11px;
    top: 11px !important;
    right: 8px !important;
  }

}

@media screen and (max-width:380px) {

  .select-card ul li img {
    max-width: 70px !important;
  }

  .chat-sec>.container {
    padding: 0px !important;
  }
}