@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Roboto", sans-serif !important;
}

a:hover {
  text-decoration: none;
}
a{
  text-decoration: none !important;
}

p {
  margin: 0;
  line-height: 24px;
  font-size: 16px;
  color: #666;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}



@font-face {
  font-family: "Elephant";
  src: url("fonts/Elephant-Italic.woff2") format("woff2"),
    url("fonts/Elephant-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Elephant";
  src: url("fonts/Elephant-Regular.woff2") format("woff2"),
    url("fonts/Elephant-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.gg-translate {
  position: fixed;
  top: 50%;
  z-index: 9999;
  right: -55px;
  padding: 0px;
  -ms-transform: rotate(20deg);
  transform: rotate(89deg);
  margin: 0px;
}

.blnk {
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.6s ease-in-out;
  animation: smothScroll 1s forwards;
}

@keyframes smothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

.sticky+.site-content {
  padding-top: 102px;
}

.logo-responsive {
  width: 100%;
}

.ss-logo-lft-sec select {
  background-image: linear-gradient(to right, #b173ff, #ddc2ff);
  border-radius: 100px;
  height: 40px;
  line-height: 40px;
  border: 0;
  padding: 0px 10px;
  width: 120px;
  font-size: 14px;
  color: #fff;
}

.ss-logo-lft-sec li {
  list-style-type: none;
  display: inline-block;
}

.ss-logo-lft-sec option {
  color: #000;
}

select:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.ss-logo-lft-sec a {
  background-image: linear-gradient(to right, #b173ff, #ddc2ff);
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
  width: 137px;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none !important;
  list-style: none !important;
}

.ss-logo-lft-sec li:nth-child(2) {
  margin-left: 12px;
}

.ss-logo-rit-sec select {
  background-image: linear-gradient(to right, #b173ff, #ddc2ff);
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  height: 40px;
  width: 100px;
  text-align: center;
  border: 0;
}

.ss-logo-rit-sec li {
  list-style-type: none;
  display: inline-block;
}

.ss-logo-rit-sec option {
  color: #000;
}

.ss-logo-rit-sec li:nth-child(2) {
  margin-left: 0px;
}

.ss-logo-rit-sec {
  text-align: right;
}

.ss-logo-sec .row {
  align-items: center;
  background-color: #2f1254;
  border-radius: 0 0 10px 10px;
}

section.ss-logo-sec {
  border-top: 2px solid #576f89;
  padding-bottom: 0px;
  padding-top: 0px;
  background-color: white;
  /* position: relative; */
}

.ss-menu-sec .navbar-brand {
  display: none;
}

.ss-menu-sec .navbar-nav .ss-menu-img-sec {
  display: block;
  text-align: center;
}

.navbar-nav .ss-menu-img-sec img {
  width: 20px;
  height: 20px;
}

.ss-menu-sec nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  background-image: linear-gradient(to right, #f7f0ff, #dec6fc) !important;
  border-radius: 5px;
}

.ss-menu-sec .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  color: #000 !important;
}

.ss-menu-sec .navbar-expand-lg .navbar-nav .nav-link {
  /*padding-right: 18px;
    padding-left: 18px;*/
  padding-right: 12px;
  padding-left: 12px;
}

.ss-reg-form-sec button,
.ss-reg-form-sec input {
  width: 48% !important;
  float: left;
}

.ss-reg-form-sec input {
  margin-right: 15px;
  float: left;
  height: 40px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  line-height: 40px;
  border-radius: 100px !important;
  font-size: 14px;
}

.ss-reg-form-sec input::-webkit-input-placeholder {
  opacity: 0.3 !important;
  /*Change the opacity between 0 and 1*/
}

.ss-reg-form-sec .form-control:focus {
  color: #fff;
}

#mobileOtpGet {
  display: flex;
  gap: 15px;
}

.ss-regis-sec .container {
  width: 1000px;
}

.ss-reg-form-sec #mobileOtpEnter button,
.ss-reg-form-sec #mobileOtpEnter input {
  width: 30% !important;
  float: left;
}

.ss-reg-form-sec #mobileOtpEnter .resendBtn {
  margin-left: 18px;
}

section.ss-regis-sec {
  background: #2f1254;
  padding-top: 56px;
  padding-bottom: 10px;
  margin-top: -40px;
}

.ss-reg-div-sec p {
  font-size: 16px;
  color: #fff;
}

.ss-reg-div-sec strong {
  font-size: 22px;
}

.ss-regis-sec .col-lg-3 {
  padding-right: 0;
}

.ss-regis-sec .row {
  align-items: center;
}

.ss-reg-form-sec button {
  padding: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  background: #fff;
  color: #4e6883;
}

.ss-regis-sec input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1;
  /* Firefox */
}

.form-control:focus {
  color: #495057;
  background-color: transparent;
      border-color: #2f1254;
    outline:none;
}

.ss-regis-sec input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1;
  /* Firefox */
}

.ss-regis-sec input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: red;
}

.ss-regis-sec input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: red;
}

img {
  width: auto;
}

.banner-text-sec {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: auto;
  top: 14%;
  z-index: 10;
  width: 35%;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: center;
}

.banner-text-sec h2 {
  font-size: 90px;
  background: -webkit-linear-gradient(#4e345e, #2f1254);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

.banner-text-sec span {
  font-size: 130px;
}

.banner-text-sec h3 {
  font-size: 36px;
  color: #2f1254;
  bottom: -58px;
  position: relative;
  font-family: "Elephant";
  right: -50px;
  margin: 0;
}

.banner-text-sec p {
  font-size: 18px;
  color: #2f1254;
  margin-top: -18px;
}

.banner-text-sec a {
  display: inline-block;
  margin-top: 10px;
}

.ss-menu-sec .nav-link:hover {
  color: #fff !important;
}

.ss-hed-sec h3 {
  font-size: 32px;
  font-weight: 600;
  color: #2f1254;
  text-transform: uppercase;
}

.ss-hed-sec {
  text-align: center;
}

.ss-hed-sec h3 span {
  font-weight: 200 !important;
}

.ss-hed-sec {
  text-align: center;
  padding: 0 85px;
  padding-bottom: 30px;
}

.free-sec-horo {
  background-image: linear-gradient(#fcfaff, #f5edff);
  padding: 20px 0;
}

.free-sec-horo .owl-prev {
  background-image: linear-gradient(to right, #b173ff, #ddc2ff) !important;
  margin: 0 5px;
  width: 30px;
  color: #fff !important;
  border-radius: 100px;
  height: 30px;
  position: absolute;
  line-height: 30px !important;
  left: -40px;
  top: 40%;
}

.free-sec-horo .owl-next {
  background-image: linear-gradient(to right, #b173ff, #ddc2ff) !important;
  margin: 0 5px;
  width: 30px;
  padding: 0 !important;
  color: #fff !important;
  border-radius: 100px;
  height: 30px;
  line-height: 30px !important;
  position: absolute;
  right: -40px;
  top: 40%;
}

.complimentary-slid .owl-prev {
  background-image: linear-gradient(to right, #b173ff, #ddc2ff) !important;
  margin: 0 5px;
  width: 30px;
  color: #fff !important;
  border-radius: 100px;
  height: 30px;
  position: absolute;
  line-height: 30px !important;
  left: -25px;
  top: 40%;
}

.complimentary-slid .owl-next {
  background-image: linear-gradient(to right, #b173ff, #ddc2ff) !important;
  margin: 0 5px;
  width: 30px;
  padding: 0 !important;
  color: #fff !important;
  border-radius: 100px;
  height: 30px;
  line-height: 30px !important;
  position: absolute;
  right: -25px;
  top: 40%;
}

.ss-online-slid .owl-prev {
  background-image: linear-gradient(to right, #c10000, #c10000) !important;
  margin: 0 5px;
  width: 30px;
  color: #fff !important;
  border-radius: 100px;
  height: 30px;
  position: absolute;
  line-height: 30px !important;
  left: -40px;
  top: 50%;
}

.ss-online-slid .owl-next {
  background-image: linear-gradient(to right, #c10000, #c10000) !important;
  margin: 0 5px;
  width: 30px;
  padding: 0 !important;
  color: #fff !important;
  border-radius: 100px;
  height: 30px;
  line-height: 30px !important;
  position: absolute;
  right: -40px;
  top: 50%;
}

.live-webinar-slidr .owl-prev {
  background-image: linear-gradient(to right, #b173ff, #ddc2ff) !important;
  margin: 0 5px;
  width: 30px;
  color: #fff !important;
  border-radius: 100px;
  height: 30px;
  position: absolute;
  line-height: 30px !important;
  left: -40px;
  top: 50%;
}

.live-webinar-slidr .owl-next {
  background-image: linear-gradient(to right, #b173ff, #ddc2ff) !important;
  margin: 0 5px;
  width: 30px;
  padding: 0 !important;
  color: #fff !important;
  border-radius: 100px;
  height: 30px;
  line-height: 30px !important;
  position: absolute;
  right: -40px;
  top: 50%;
}

.blog-slidder button.owl-prev {
  background-image: linear-gradient(to right, #b173ff, #ddc2ff) !important;
  margin: 0 5px;
  width: 30px;
  color: #fff !important;
  border-radius: 100px;
  height: 30px;
  position: absolute;
  line-height: 30px !important;
  left: -40px;
  top: 50%;
}

.blog-slidder button.owl-next {
  background-image: linear-gradient(to right, #b173ff, #ddc2ff) !important;
  margin: 0 5px;
  width: 30px;
  padding: 0 !important;
  color: #fff !important;
  border-radius: 100px;
  height: 30px;
  line-height: 30px !important;
  position: absolute;
  right: -40px;
  top: 50%;
}

.blog-slidder .owl-nav.disabled {
  display: block;
}

.ss-online-slid .owl-nav.disabled {
  display: block;
}

.free-sec-horo .owl-nav {
  text-align: center;
  margin-top: 20px;
}

.free-sec-horo .owl-prev .fa,
.free-sec-horo .owl-next .fa {
  font-size: 18px;
}

button:focus,
button:active {
  outline: none;
}

.ss-hed-sec img {
  vertical-align: baseline;
  margin: 0 20px;
}

/*.carousel-item:before{
        content: "";
    position: absolute;
    width: 490px;
    height: 491px;
    background-image: url(../images/banner-horo-png.png);
    right: 200px;
    bottom: 0;
    z-index: 0;
animation:rotation 20s infinite linear;
}*/
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.ss-hed-sec.cons-hed-sec {
  padding: 0px;
}

.ss-hed-sec.cons-hed-sec h3 {
  font-size: 32px;
}

.ss-hed-sec.cons-hed-sec p {
  padding: 0 85px;
}

.sscons-online-div {
  border: 1px solid #efeeee;
  border-radius: 6px;
  text-align: center;
  position: relative;
  margin-top: 100px;
}

.consu-sec .owl-carousel img {
  width: auto !important;
}

.consu-sec .owl-carousel .online-clint-img img {
  margin-top: -75px;
  width: 120px !important;
  height: 120px;
  border-radius: 100px;
  object-fit: cover;
  border: 1px solid #e5e5e5;
  padding: 5px;
}

.ss-onli-name-dv {
  background-image: linear-gradient(to right, #b173ff, #ddc2ff) !important;
  padding: 8px 5px;
  margin-bottom: 11px;
  margin-top: 12px;
}

.ss-onli-name-dv h6 {
  font-size: 14px;
  text-transform: uppercase;
}

.ss-onli-name-dv p {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin-top: 4px;
}

.ss-online-btn-div a {
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
}

.sscons-online-div h6 {
  font-size: 14px;
}

.ss-online-btn-div li {
  list-style-type: none;
  display: inline-block;
  margin: 0 3px;
}

.ss-online-btn-div {
  margin: 10px 0;
}

.ss-online-cir-div li {
  list-style-type: none;
  display: inline-block;
  margin: 0 2px;
}

.ss-online-cir-div li:nth-child(1) a {
  color: #4b9800;
}

.ss-online-cir-div li:nth-child(2) a {
  color: #eeeeee;
}

.ss-online-hover-sec {
  position: absolute;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 10px #cccccc;
  width: 80%;
  margin: auto;
  left: auto;
  padding: 20px;
  border-radius: 5px;
  top: 10px;
  right: 10px;
  z-index: 999;
  background: #fff;
  min-width: 220px;
}

.ss-online-hover-sec p {
  font-size: 14px;
  line-height: 22px;
}

.ss-online-hover-sec {
  display: none;
}

.ss-onli-info-sec {
  position: absolute;
  top: 10px;
  right: 10px;
}

.ss-onli-info-sec i {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #e4d1fc;
  font-size: 14px;
  border-radius: 100px;
}

.ss-onli-info-sec a {
  color: #000;
}

.ss-onli-info-sec:hover .ss-online-hover-sec {
  display: block !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-85%, 9%);
}

.offline-div .ss-online-btn-div a {
  background-image: linear-gradient(to right, #f5edff, #f5edff) !important;
  color: #ddc2ff;
}

.offline-div .ss-online-cir-div li:nth-child(2) a {
  color: #e03133;
}

.offline-div .ss-online-cir-div li:nth-child(1) a {
  color: #eee;
}

.ss-online-slid img {
  width: auto !important;
  display: inline-block !important;
}

/*.ss-online-slid .owl-prev,
.ss-online-slid .owl-next {
    background-image: linear-gradient(to right, #b173ff, #ddc2ff) !important;
    margin: 0 5px;
    width: 7%;
    padding: 0 !important;
    color: #fff !important;
    border-radius: 100px;
    height: 28px;
    line-height: 31px !important;
    /* font-size: 15px !important; 
}
*/
.ss-online-slid .owl-nav {
  text-align: center;
  margin-top: 20px;
}

.ss-online-slid .owl-prev .fa,
.ss-online-slid .owl-next .fa {
  font-size: 18px;
}

section.consu-sec {
  padding: 10px 0;
}

.ss-how-div-sec {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 26px 15px 45px;
  border-radius: 5px;
  position: relative;
  z-index: 999;
  margin-left: 15px;
}

.ss-how-div-sec:before {
  content: "";
  position: absolute;
  width: 225px;
  height: 75px;
  background-image: url(../images/how-lint-after.png);
  left: -25px;
  bottom: 0;
  top: 20px;
  z-index: -1;
  background-repeat: round;
}

.ss-how-div-sec h6 {
  font-size: 16px;
  color: #000;
  /* -webkit-text-stroke: antiquewhite; */
  font-style: italic;
  margin-left: -20px;
  margin-top: 5px;
  display: block;
  text-align: left;
}

.ss-how-div-sec p {
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.ss-how-div-sec:after {
  content: "";
  position: absolute;
  width: 109px;
  height: 107px;
  background-image: url(../images/how-before-img.png);
  right: -7px;
  bottom: -7px;
  /* top: 32px; */
  z-index: -1;
}

.how-work-sec {
  padding: 0 0 60px;
}

.work-count-sec p {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.work-count-sec {
  position: absolute;
  right: 17px;
  bottom: -10px;
  z-index: 999;
}

.work-count-sec1 {
  position: absolute;
  right: -7px;
  bottom: 18px;
}

.work-count-sec1 p {
  font-size: 64px;
  margin: 0;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.2;
}

.ss-hed-sec.compli-hed-sec {
  padding: 10px 0 30px;
}

.ss-hed-sec.compli-hed-sec p {
  padding: 0px 85px;
}

.ss-hed-sec.compli-hed-sec h3 {
  font-size: 32px;
}

.ss-compli-div-sec {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 15px 25px 25px;
  border-radius: 5px;
}

.ss-compli-div-sec p {
  font-size: 14px;
}

.ss-compli-div-sec h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 3px;
  width: 80%;
  color: #2f1254;
  padding-bottom: 4px;
  font-weight: 600;
  margin: auto;
  margin-top: 9px;
}

.who-we-are-image img {
  width: 220px !important;
  height: 220px;
  border-radius: 100%;
  object-fit: cover;
}

.who-we-are-image::before {
  position: absolute;
  content: "";
  height: 70%;
  width: 100%;
  background-color: #f2f2f3;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: border-transform-default 10s linear infinite alternate forwards;
  animation: border-transform-default 10s linear infinite alternate forwards;
}

.who-we-are-image::after {
  position: absolute;
  content: "";
  height: 70%;
  width: 100%;
  background-color: #f9f4ff;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: border-transform-default 50s linear infinite alternate forwards;
  animation: border-transform-default 50s linear infinite alternate forwards;
}

.who-we-are-image img {
  padding: 15px;
}

.who-we-are-image {
  text-align: center;
  position: relative;
  z-index: 1;
}

@-webkit-keyframes border-transform-default {

  0%,
  to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@keyframes border-transform-default {

  0%,
  to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

.astrologers_services_img img{
        border-radius: 5%;
    width: 90% !important;
    height: 200px;

}

.who-we-are-image img {
  width: 220px !important;
}

.owl-prev,
.owl-next {
  margin: 0 5px;
  padding: 0 !important;
  color: #2F0F64;
  border-radius: 100px;
  height: 28px;
  line-height: 31px !important;
  font-size: 70px !important;
}

/* .owl-carousel
.fa {
    font-size: 18px !important;
} */
.owl-nav {
  text-align: center;
  margin-top: 20px;
}

.ss-web-lft-col-sec li {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
}

.ss-web-lft-col-sec li:nth-child(1) {
  width: 62%;
  /* float: left; */
}

.ss-web-lft-col-sec li:nth-child(2) {
  width: 35%;
  text-align: right;
}

.ss-web-lft-col-sec h3 {
  font-size: 15px;
  -webkit-transform: skew(20deg);
  transform: skew(-32deg);
  color: #fff;
  font-weight: 400;
}

.ss-web-lft-col-sec p {
  font-size: 14px;
}

.ss-web-lft-col-sec {
  border: 1px solid #e5e5e5;
  border-radius: 15px 55px 55px 15px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 16px;
}

.ss-web-lft-col-sec ul {
  padding: 0;
  margin: 0;
}

.ss-web-lft-col-sech3-div {
  -ms-transform: skew(20deg);
  -webkit-transform: skew(20deg);
  transform: skew(34deg);
  position: relative;
  margin-top: -32px;
  margin-left: 0px;
  margin-bottom: 15px;
  width: 100%;
  background-color: #2f1254;
  padding: 8px 10px;
  text-align: center;
}

.mt-20 {
  margin-top: 38px;
}

ul {
  padding: 0;
  margin: 0;
}

.ss-web-rit-prodt-sec li {
  list-style-type: none;
}

.ss-web-prd-img-sec {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border: 3px solid #e9ecf5;
  border-radius: 100px;
}

.ss-web-prd-img-sec img {
  width: 100%;
}

.ss-web-rit-prodt-sec li:nth-child(1) {
  width: 23%;
  float: left;
}

.ss-web-rit-prodt-sec li:nth-child(2) {
  width: 73%;
  margin-top: 7px;
  margin-left: 4px;
  float: left;
}

.ss-prd-star-sec li {
  display: inline-block;
  width: fit-content !important;
  width: auto !important;
  margin: 0 !important;
}

.ss-web-rit-prodt-sec {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  border-radius: 60px 15px 15px 60px;
  padding: 5px 8px;
  position: relative;
  margin-top: 13px;
}

.ss-product-buy-sec a {
  position: absolute;
  -webkit-transform: rotate(-87deg);
  transform: rotate(-270deg);
  right: -14px;
  padding: 0px;
  background-image: linear-gradient(to right, #b173ff, #ddc2ff);
  top: 24px;
  color: #fff;
  font-size: 12px;
  padding: 7px 9px;
  display: inline-block;
  border-radius: 10px;
  text-transform: uppercase;
  text-align: center;
}

.ss-prd-star-sec i {
  color: #ff9c00;
}

.ss-web-rit-prodt-sec h6 {
  font-size: 14px;
  color: #2f1254;
}

.ss-web-rit-prodt-sec p {
  font-size: 16px;
  color: #c30202;
  line-height: 22px;
}

.ss-top-prd-div-sec h3 {
  background-image: linear-gradient(to right, #b173ff, #ddc2ff);
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 10px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
}

section.ss-web-vid-sec {
  padding: 60px 0;
}

.ss-blog-div:after {
  -moz-box-shadow: inset 0px -200px 50px -125px #00a9e1;
  -webkit-box-shadow: inset 0px -200px 50px -125px #000000;
  box-shadow: inset 0px -200px 50px -125px #000000;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.ss-blog-img img {
  width: 100% !important;
}

.ss-blog-cnt-sec {
  position: absolute;
  bottom: 0;
  z-index: 999;
  padding: 10px 15px;
}

.ss-blog-div {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.ss-blog-cnt-sec h5 {
  color: #fff;
  font-size: 16px;
  padding-bottom: 3px;
}

.ss-blog-cnt-sec p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.ss-blog-div img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px 5px 0 0;
}

.ss-blog-div:hover img {
  -webkit-transform: rotate(2deg) scale(1.2);
  transform: rotate(2deg) scale(1.2);
}

.ss-blg-date-sec {
  position: absolute;
  top: 20px;
  left: 15px;
}

.ss-blg-date-sec span {
  background-image: linear-gradient(to right, #b173ff, #ddc2ff) !important;
  padding: 8px 12px;
  font-size: 12px;
  color: #fff;
  border-radius: 100px;
}

.ss-hed-sec.blog-hed-sec {
  text-align: center;
  padding: 0px 60px;
  padding-bottom: 30px;
}

.ss-hed-sec.blog-hed-sec p {
  text-align: center;
}

.ssknow-sha-div-sec {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 7px 10px #e5e5e5;
  border-top: 0;
  padding: 0 65px 50px;
  border-radius: 0px 0px 8px 8px;
}

.card-header .title {
  font-size: 17px;
  color: #000;
}

.card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
}

.card-header {
  cursor: pointer;
  border-bottom: none;
}

.card {
  border: 1px solid #ddd;
}

.card-body {
  border-top: 1px solid #ddd;
}

.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.ss-hed-sec.know-hed-sec {
  padding: 0;
}

.ss-hed-sec.frequ-hed-sec {
  padding: 0;
  padding-bottom: 20px;
}

.ss-hed-sec.frequ-hed-sec h3,
.ss-hed-sec.know-hed-sec h3 {
  font-size: 32px;
}

.ss-hed-sec.know-hed-sec {
  padding: 0;
  padding-bottom: 30px;
}

.know-hed-sec p {
  text-align: justify;
  margin-top: 10px;
}

section.ss-know-sec {
  padding: 30px 0;
}

.frequ-hed-sec p {
  margin-top: 6px;
}

.card-body {
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 16px;
  padding: 20px 15px;
  color: #666666;
  margin-bottom: 8px;
}

span.title {
  font-size: 14px !important;
  color: #fff !important;
}

.card {
  border: 0 !important;
}

.ss-foot-ul-sec ul:nth-child(1) {
  width: 22%;
}

.ss-foot-ul-sec {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 25px 30px 30px;
  background: #fff;
}

.ss-foot-ul-sec li {
  list-style-type: none;
  font-size: 13px;
  line-height: 30px;
  font-family: poppins;
}

.ss-foot-ul-sec h4 {
  font-family: poppins;
  color: #2f1254;
  font-weight: 600;
  padding-bottom: 5px;
}

.ss-foot-ul-sec a {
  color: #666666;
  position: relative;
}

.ss-foot-ul-sec i {
  font-size: 12px;
  color: #2f1254;
}

.ss-foot-ul-sec ul:nth-child(1) {
  width: 28%;
  float: left;
}

.ss-foot-ul-sec ul:nth-child(2) {
  width: 25%;
  float: left;
}

.ss-foot-ul-sec ul:nth-child(3) {
  width: 20%;
  float: left;
  margin-top: -30px;
}

.ss-foot-ul-sec ul:nth-child(4) {
  width: 25%;
  float: left;
  margin-top: -30px;
}

/* .ss-foot-ul-img-sec {
  width: 100% !important;
  margin-top: -30px;
} */

.ss-foot-ul-img-sec li {
  display: inline-block;
  vertical-align: middle;
}

/* .ss-foot-ul-img-sec a {
  background: #2f1254;
  display: block;
  padding: 10px 25px;
  border-radius: 100px;
} */

.ss-foot-ul-img-sec span {
  display: block;
  font-size: 18px;
  font-family: poppins;
}

.ss-foot-ul-img-sec p {
  color: #fff;
  line-height: 20px;
  margin-left: 5px;
  font-size: 14px;
  font-family: poppins;
}

ul.ss-foot-ul-img-sec.ss-foot-ul-img-sec2 {
  margin-top: 15px;
}

.foot-cnt-info-sec li {
  list-style-type: none;
  display: inline-block;
}

.foot-cnt-info-sec a {
  font-size: 14px;
  color: #2f1254;
  font-family: poppins;
}

.foot-cnt-info-sec li:nth-child(1) {
  width: 15%;
  float: left;
  margin-right: 10px;
}

.foot-cnt-info-sec li:nth-child(2) {
  width: 83%;
  float: left;
  margin-right: 15px;
}

foot-cnt-info-sec li:nth-child(1) img {
  border-radius: 5px;
}

.foot-info-sec-1 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #2f125417;
  padding: 8px 0px;
}

.ss-foot-scl-sec li img {
  width: 35px;
}

.ss-foot-scl-sec li img:hover {
  background-color: #edf0f7;
}

.ss-foot-scl-sec li img {
  border: 1px solid #100f0f1a;
  padding: 5px;
  background-color: #fff;
}

.foot-cnt-info-sec {
  margin-top: -10px;
}

.ss-foot-scl-sec li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}

.ss-foot-scl-sec {
  margin-top: 10px;
}

section.ss-foot-disc-sec {
  padding: 30px 0;
}

.ss-foot-disc-sec p {
  text-align: center;
  font-size: 14px;
}

section.ss-foot-btm-sec {
  background: #2f1254;
  padding: 10px 0;
}

.ss-foot-btm-lft p {
  color: #fff;
  font-size: 14px;
}

.ss-foot-btm-lft a {
  color: #fff;
}

.ss-foot-btm-lft span {
  margin: 0 5px;
}

.ss-foot-btm-rit p {
  font-size: 14px;
  color: #fff;
  text-align: right;
}

.ss-foot-logo-sec {
  padding: 25px 0;
}

.ss-foot-logo-sec .row {
  align-items: center;
}

.foot-rit-text p {
  font-size: 14px;
}

footer:after {
  content: "";
  position: absolute;
  width: 100%;
  /*height: 640px;*/
  /* background: red; */
  background-image: url(../images/foot-after-bg.jpg);
  right: 0;
  left: 0;
  top: -103px;
  background-size: cover !important;
  bottom: 0;
  z-index: -1;
}

footer {
  position: relative;
  box-shadow: 4px 2px 8px #cbd6ee;
}

.carousel-item img {
  width: 100%;
}

section.mobile-banner {
  display: none;
}

.ss-menu-sec .nav-link {
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.ss-menu-sec .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background-color: #b57aff;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ss-menu-sec .nav-link:hover {
  color: #fff;
}

.ss-menu-sec .nav-link:hover::before {
  height: 100%;
}

#btnContactUs::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background-color: #b57aff;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}

#btnContactUs {
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#btnContactUs:hover {
  color: #fff;
}

#btnContactUs:hover::before {
  height: 100%;
}

.nav-link:hover img {
  filter: brightness(0) invert(1);
}

.ss-button-hover-efct {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.ss-button-hover-efct:hover::before {
  height: 100%;
}

.ss-button-hover-efct:hover {
  color: #fff;
}

.ss-button-hover-efct::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background-color: #b57aff;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 100px;
}

.ss-foot-ul-sec a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #b070ff;
}

.ss-foot-ul-sec a:hover {
  color: #b070ff;
}

.ss-foot-ul-sec a:hover::before {
  width: 100%;
}

.mob-hed-sec li:nth-child(3) a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  text-align: center;
  color: #2f1254;
  display: inline-block;
  border-radius: 100px;
}

.mob-hed-sec li:nth-child(2) a {
  padding: 0 20px;
  font-weight: 700;
  line-height: 35px;
  background: #fff;
  text-align: center;
  color: #2f1254;
  display: inline-block;
  border-radius: 100px;
}

.mob-hed-sec li:nth-child(4) a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  text-align: center;
  color: #2f1254;
  display: inline-block;
  border-radius: 100px;
}

.mob-hed-sec li:nth-child(4) {
  float: right;
}

.mob-hed-sec li:nth-child(3) {
  float: right;
}

.mob-hed-sec li {
  list-style-type: none;
  display: inline-block;
  margin: 0 5px;
}

section.hed-mobile-sec {
  background: #2f1254;
  padding: 5px 0;
  text-align: center;
}

.mob-hed-sec select {
  background: #fff;
  color: #000;
  border: 0;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 14px;
  font-family: poppins;
}

section.hed-mobile-sec {
  display: none;
}

/*product-page-start*/
.product_wrappers_one {
  overflow: hidden;
}

.product_wrappers_one {
  margin-top: 30px;
  box-shadow: 0px 3px 15px 0px #0000000f;
}

.product_wrappers_one .thumb {
  position: relative;
  overflow: hidden;
}

.product_wrappers_one .thumb .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.product_wrappers_one .thumb .badges {
  position: absolute;
  z-index: 8;
  top: 18px;
  left: 18px;
  display: flex;
  flex-direction: column;
}

.product_wrappers_one .thumb .badges span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  padding: 0 7px;
  text-align: center;
  text-transform: capitalize;
  border-radius: 3px;
  color: #fff;
}

.product_wrappers_one .thumb .badges span.new {
  background-color: #000000;
}

.product_wrappers_one .thumb .actions {
  position: absolute;
  z-index: 9;
  top: 18px;
  right: 18px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease 0s;
}

.add-to-cart .fa {
  color: #000;
  vertical-align: text-bottom;
}

.product_wrappers_one .thumb .actions .action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #212121;
  border-radius: 50%;
  background-color: #fff;
}

.product_wrappers_one .thumb .actions .action i {
  font-size: 14px;
  line-height: 1;
}

.product_wrappers_one .thumb .actions .action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #212121;
  border-radius: 50%;
  background-color: #fff;
}

.actions .action+.action {
  margin-top: 10px;
}

.product_wrappers_one .thumb .actions .action:not(.wishlist) {
  visibility: hidden;
  transform: translateY(20px);
  opacity: 0;
}

.product_wrappers_one .thumb .actions .action i {
  font-size: 14px;
  line-height: 1;
}

.product_wrappers_one .thumb .add-to-cart {
  display: block;
  width: 59%;
  height: 45px;
  line-height: 45px;
  /* background-color: #b87fff; */
  background-image: linear-gradient(to right, #b173ff, #ddc2ff);
  text-align: center;
  border: 0;
  border-radius: 100px;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 11;
  margin: auto;
  font-weight: 600;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  transform: translateY(20px);
  color: #ffffff;
  opacity: 0;
  /* font-family: Raleway, sans-serif; */
  text-transform: uppercase;
}

section.product-page-sec {
  padding: 15px 0 50px;
}

.product_wrappers_one .content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 20px 15px 23px 15px;
  transition: all 0.3s ease 0s;
  text-align: center;
  background-color: #fff;
}

.product_wrappers_one .content .title {
  font-size: 14px;
  margin: 0px 0 10px;
}

.product_wrappers_one .content .price {
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212121;
}

.product_wrappers_one .content .price span.new {
  color: #3f3f3f;
  font-weight: 500;
}

.product_wrappers_one .content .title a {
  text-decoration: none;
  color: #1d1d1d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 16px;
}

.product_wrappers_one:hover .thumb .add-to-cart {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.product_wrappers_one:hover .thumb .image img {
  transform: scale(1.1) rotate(3deg);
}

.product_wrappers_one:hover .thumb .image img.hover-image {
  opacity: 1;
  transition: 0.5s all ease-in-out;
}

.product_wrappers_one .thumb .image img {
  z-index: 1;
  max-width: 100%;
  transition: all 0.3s ease 0s;
  width: 100%;
  float: left;
  width: 255px;
  height: 223px;
  object-fit: cover;
}

.product_wrappers_one:hover .thumb .image img {
  transform: scale(1.1) rotate(3deg);
}

.product_wrappers_one:hover .thumb .actions .action {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.product_wrappers_one:hover .thumb .actions .action {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.product_wrappers_one .rating {
  color: #ffd200;
  font-size: 14px;
  padding: 12px 0 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: -1;
}

.product_wrappers_one .price-new {
  color: #242828;
  font-weight: 700;
  font-size: 1.125em;
  margin-right: 10px;
}

.product_wrappers_one .price-old {
  font-size: 1.125em;
  text-decoration: line-through;
  color: #6c757d;
}

.product_wrappers_one .thumb .image::before {
  position: absolute;
  content: "";
  left: 5px;
  right: 5px;
  bottom: 5px;
  top: 5px;
  border: 1px solid #fff;
  z-index: 1;
}

.product_wrappers_one .image:nth-child(1)::after {
  z-index: 1;
  position: absolute;
  content: "";
  left: 50%;
  right: 50%;
  bottom: 5px;
  top: 5px;
  background: rgb(47 18 84 / 39%);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.product_wrappers_one:hover .image::after {
  left: 5px;
  right: 5px;
}

section.ss-title-sec {
  background-image: url(../images/title-image.jpg);
  overflow: hidden;
  text-align: center;
  padding: 10px;
}

.ss-title-div-sec li {
  list-style-type: none;
  display: inline-block;
 
}

.ss-title-div-sec h3 {
  text-transform: uppercase;
  color: #2f1254;
  font-weight: 600;
}

.ss-title-div-sec a {
  font-size: 14px;
  color: #000;
}

.ss-title-div-sec p {
  font-size: 14px;
}

.cate-cnt-div p {
  text-align: justify;
  margin-top: 5px;
  color: #000;
}

.cate-img-sec img {
  width: 100%;
}

.ss-cate-cnt-div {
  border: 1px solid #dec6fc;
  padding: 20px 20px;
  box-shadow: 0px 3px 15px 0px #ecddfe;
  background: #f6efff;
  border-radius: 5px;
}

.cate-cnt-div {
  margin-top: 20px;
}

section.cate-sec {
  margin-top: 40px;
}

.cate-cnt-div h4 {
  color: #2f1254;
}

.ss-rela-hed-sec h3 {
  /* border: 1px solid #e5e5e5; */
  display: inline-block;
  padding: 5px 13px;
  background-image: linear-gradient(to right, #b173ff, #ddc2ff);
  color: #fff;
}

.ss-rela-hed-sec {
  border-bottom: 1px solid #b378ff;
}

section.product-page-sec.ss-rele-product {
  margin-top: 30px;
}

.ss-view-all-sec {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.ss-view-all-sec a {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 100px;
  background-image: linear-gradient(to right, #b173ff, #ddc2ff);
  border-radius: 100px !important;
  color: #fff;
}

/*single-product-sec*/
.ss-singl-img-2 img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.count-rating a {
  text-transform: capitalize;
  font-size: 0.8125rem;
  text-decoration: none;
  color: currentColor;
  border: 1px solid #dde2e8;
  border-radius: 4px;
  padding: 5px 12px;
}

.ss-singl-detail-sec1 .content .price {
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212121;
}

.ss-singl-detail-sec1 .price-new {
  color: #c10000;
  font-weight: 700;
  font-size: 1.125em;
  margin-right: 10px;
}

.ss-singl-detail-sec1 .price-old {
  font-size: 1.125em;
  text-decoration: line-through;
  color: #6c757d;
}

.ss-qunti-sec li {
  list-style-type: none;
  display: inline-block;
}

.ss-qunti-sec {
  border: 1px solid #e5e5e5;
  display: inline-block;
}

.ss-qunti-sec li {
  list-style-type: none;
  display: inline-block;
}

.ss-qunti-sec li:nth-child(1) {
  width: 35px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  height: 37px;
  font-size: 22px;
}

.ss-qunti-sec li:nth-child(2) {
  width: 50px;
  line-height: 36px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}

.ss-qunti-sec li:nth-child(3) {
  text-align: center;
  width: 35px;
}

.ss-qunti-sec a {
  color: #000;
}

.ss-singl-add-btn li {
  list-style-type: none;
  display: inline-block;
}

.ss-singl-add-btn a {
  background-image: linear-gradient(to right, #2f1254, #2f1254);
  border-radius: 100px;
  height: 40px;
  line-height: 40px;
  border: 0 !important;
  padding: 0px 20px !important;
  font-size: 17px !important;
  color: #fff;
}

.ss-singl-add-btn li:nth-child(2) {
  margin-left: 15px;
}

.ss-singl-add-btn {
  margin-top: 25px;
}

.ss-prd-det-sec {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
  margin: 25px 0;
}

.ss-prd-det-sec p {
  text-align: justify;
}

.ss-single-rating-sec {
  margin-top: 10px;
}

.ss-singl-detail-sec2 h5 {
  font-size: 25px;
  color: #2f1254;
  letter-spacing: 0;
  font-weight: 600;
}

.price {
  margin-top: 10px;
}

.product-rating.rating {
  display: inline-block;
  color: #ffd200;
}

.count-rating {
  display: inline-block;
}

.ss-prd-det-sec {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
  margin: 20px 0;
}

.ss-prd-det-sec h5 {
  display: inline-block;
  color: #000000;
  font-size: 18px;
}

.ss-singl-detail-sec1 .price-new {
  font-size: 20px;
}

.ss-singl-add-btn .bay-btn {
  background: #c10000;
}

.ss-single-sec .ss-sing-rw-sec {
  box-shadow: 0px 0px 10px #e0c9fc;
  padding: 30px 10px;
  border-radius: 5px;
}

.ss-singl-img-1 {
  border: 1px solid #e5e5e5;
  padding: 7px;
}

section.ss-single-sec {
  padding: 50px 0 0;
}

.personal-deta-sec input {
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 42px;
  line-height: 42px;
  padding: 12px;
}

.ss-per-det-inpt-div {
  margin-top: 15px;
}

.ss-per-det-inpt-div label {
  margin-bottom: 4px;
}
/* /blog css 8-8-25/ */
.bg-con-bx h2, .bg-con-bx h2 span{
  font-size: 22px;
}
.bg-con-bx h3, .bg-con-bx h3 span{
  font-size: 20px;
}
.bg-con-bx h4, .bg-con-bx h4 span{
  font-size: 18px;
}
.bg-con-bx ul{
  list-style-type:disc;
}
.bg-con-bx span, .bg-con-bx span strong , .bg-con-bx p , .bg-con-bx ul li , .bg-con-bx ol li {
      letter-spacing: 1px;
    line-height: 28px;
}
.personal-deta-sec {
  background: #f5f6fa;
  padding: 30px 25px;
  margin-top: 40px;
  border-radius: 5px;
}

.personal-deta-sec h4 {
  border-bottom: 1px solid #2f1254;
  margin-bottom: 7px;
  font-size: 25px;
}

input:focus-visible {
  outline: 0;
}

.shipping-det {
  margin-top: 10px;
}

button#ss-sing-btnContactUs {
  background: #2f1254;
  border: #2f1254;
  margin-top: 18px;
}

button#ss-sing-btnContactUs:hover {
  background: #c10000;
  border: #c10000;
}

/*cart-page*/
#cart .row {
  align-items: center;
}

h4.nomargin {
  font-size: 18px;
  font-weight: 500;
}

#cart thead {
  background-color: #2f1254;
  color: white;
}

.table thead th {
  border-bottom: 0 !important;
  border: 1px solid #e5e5e5;
  text-align: center;
}

.table>tbody>tr>td,
.table>tfoot>tr>td {
  /* vertical-align: middle; */
  border: 1px solid #e5e5e5;
  background-color: white;
}

#cart img {
  width: 80px;
  height: 60px;
  object-fit: cover;
}

.oupon-td-sec td {
  border: 0;
}

#coupon_code {
  border: 1px solid #e5e5e5;
  height: 40px;
  line-height: 40px;
}

.coupon button {
  height: 40px;
  /* line-height: 40px; */
  background: #2f1254;
  border: 0;
  color: #fff;
  padding: 0 20px;
  font-size: 15px;
}

.cart-page-sec {
  padding: 50px 0 0 0;
}

.coupon-td-sec td {
  border: 0 !important;
}

.cart-collaterals {
  display: grid;
  grid-template-columns: 1fr 40%;
  grid-column-gap: 2em;
}

.cart_totals {
  border: 1px solid black;
  position: relative;
  margin: 0 0 20px 0;
  padding: 15px 10px;
  background-color: #F7F0FF;
}

.checkout_button{
    border: 0 !important;
    color: black !important;
    padding: 10px !important;
    border-radius: 10px !important;
    background-color: #FFD70A !important;
    cursor: pointer;
}

.checkout_button:hover{
  background-color: #2f1254 !important;
  color: white !important;
  list-style: none;
  text-decoration: none;
}

.btn-primary{
  background-color: #2f1254 !important;
  color: white !important;
  border-radius: 10px !important;
border-color: unset !important;
padding: 8px 5px !important;
font-size: 15px !important;

}


.coupon button:hover{
  text-decoration: none;
  list-style: none;
  color: black;
  background-color: #FFD70A !important;
}

.btn-primary:hover{
  background-color: #FFD70A !important;
  color: black !important;
  border:0;
}

.cart_totals:first-child:last-child {
  grid-column: -1/1;
  margin-left: auto;
  max-width: 440px;
}

.cart-collaterals .cart_totals h2 {
  border-bottom: 1px solid black;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  padding-bottom: 5px;
}

.cart_totals table {
  margin: 0 0 1em 0;
  border: 0;
}

.wc-proceed-to-checkout {
  padding: 0;
  text-align: right;
}

.cart-collaterals table {
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid black;
}

.cart_totals tr td {
  padding: 0.5em 1em;
  text-align: right;
  font-weight: 500;
  border: 0;
}

.cart_totals tr.order-total td {
  font-size: 20px;
  color: #c10000;
}

button.checkout-button.button.alt.wc-forward {
  background: #2f1254;
  border: 0;
  color: black;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 15px;
}

.button.checkout-button.button.alt.wc-forward:hover{
background-color: #2f1254 !important;
color: white;
}

.cart_totals tr.order-total th {
  text-transform: uppercase;
}

#cart .btn-success {
  color: #fff;
  background-color: #2f1254;
  border-color: #2f1254;
}

/*cart-page*/
/*checkout-page*/
.steps {
  margin-top: -41px;
  display: inline-block;
  float: right;
  font-size: 16px;
}

.step {
  float: left;
  background: white;
  padding: 7px 13px;
  border-radius: 1px;
  text-align: center;
  width: 100px;
  position: relative;
}

.step_line {
  margin: 0;
  width: 0;
  height: 0;
  border-left: 16px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  z-index: 1008;
  position: absolute;
  left: 99px;
  top: 1px;
}

.step_line.backline {
  border-left: 20px solid #f7f7f7;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  z-index: 1006;
  position: absolute;
  left: 99px;
  top: -3px;
}

.step_complete {
  background: #357ebd;
}

.step_complete a.check-bc,
.step_complete a.check-bc:hover,
.afix-1,
.afix-1:hover {
  color: #eee;
}

.step_line.step_complete {
  background: 0;
  border-left: 16px solid #357ebd;
}

.step_thankyou {
  float: left;
  background: white;
  padding: 7px 13px;
  border-radius: 1px;
  text-align: center;
  width: 100px;
}

.step.check_step {
  margin-left: 5px;
}

.ch_pp {
  text-decoration: underline;
}

.ch_pp.sip {
  margin-left: 10px;
}

.check-bc,
.check-bc:hover {
  color: #222;
}

.SuccessField {
  border-color: #458845 !important;
  -webkit-box-shadow: 0 0 7px #9acc9a !important;
  -moz-box-shadow: 0 0 7px #9acc9a !important;
  box-shadow: 0 0 7px #9acc9a !important;
  background: #f9f9f9 url(../images/valid.png) no-repeat 98% center !important;
}

.btn-xs {
  line-height: 28px;
}

/*login form*/
.login-container {
  margin-top: 30px;
}

.login-container input[type="submit"] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.login-container input[type="text"],
input[type="password"] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-container input[type="text"]:hover,
input[type="password"]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.login-container-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background-color: #357ebd;
  /*#4d90fe;*/
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.login-container-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.login-help {
  font-size: 12px;
}

.asterix {
  background: #f9f9f9 url(../images/red_asterisk.png) no-repeat 98% center !important;
}

/* images*/
ul {
  list-style: none;
}

.hand {
  cursor: pointer;
  cursor: pointer;
}

.cards {
  padding-left: 0;
}

.cards li {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url("//c2.staticflickr.com/4/3713/20116660060_f1e51a5248_m.jpg");
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 8px;
  text-indent: -9999px;
  width: 51px;
}

.cards .mastercard {
  background-position: -51px 0;
}

.cards li {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url("//c2.staticflickr.com/4/3713/20116660060_f1e51a5248_m.jpg");
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 8px;
  text-indent: -9999px;
  width: 51px;
}

.cards .amex {
  background-position: -102px 0;
}

.cards li {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url("//c2.staticflickr.com/4/3713/20116660060_f1e51a5248_m.jpg");
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 8px;
  text-indent: -9999px;
  width: 51px;
}

.cards li:last-child {
  margin-right: 0;
}

/* images end */
/*
 * BOOTSTRAP
 */
.container {
  border: none;
}

.panel-footer {
  background: #fff;
}

.btn {
  border-radius: 1px;
}

.btn-sm,
.btn-group-sm>.btn {
  border-radius: 1px;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
  border-radius: 1px;
}

.panel-info {
  border-color: #999;
}

.panel-heading {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.panel {
  /* border-radius: 4px; */
  border: 1px solid #dbbfff;
  /* margin-top: 23px; */
}

.panel-info>.panel-heading {
  color: #eee;
  border-color: #999;
}

.panel-info>.panel-heading {
  background-image: linear-gradient(to right, #b173ff, #ddc2ff);
  padding: 5px;
  padding: 10px;
  color: #fff;
  margin-bottom: 20px;
}

hr {
  border-color: #999 -moz-use-text-color -moz-use-text-color;
}

.panel-footer {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  border-top: 1px solid #999;
}

.btn-link {
  color: #888;
}

hr {
  margin-bottom: 10px;
  margin-top: 10px;
}

.panel strong {
  font-size: 15px;
  font-weight: 400;
  color: #666;
}

.panel h4 {
  margin-top: 15px;
  text-transform: uppercase;
}

.ss-check-padd-sec {
  margin: 0;
  padding: 0;
}

.check-ss-btn {
  border: 0;
  padding: 10px 40px;
  border-radius: 100px;
  cursor: pointer;
}

.ss-check-padd-sec1 {
  padding: 0 15px;
}

.panel-info img.img-responsive {
  width: 100px;
  height: 70px;
  object-fit: cover;
}

.ss-check-total {
  font-size: 18px;
  color: #2f1254;
  font-weight: 600;
}

.afix-1:hover {
  color: #000;
}

.checkout-section {
  padding: 10px 0 50px;
}

/*checkout-page*/
.form-control {
  font-size: 15px;
}

/*contact-us-start*/
.contact-info-section {
  position: relative;
  display: block;
  padding: 20px 0 20px 0;
  background: linear-gradient(to right, #b173ff, #ddc2ff);
  border-radius: 5px;
}

.single-info .inner-box {
  position: relative;
  display: block;
  padding: 47px 30px 0px 30px;
}

.single-info .inner-box:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 100%;
  top: 0;
  right: -15px;
}

.single-info .inner-box .big-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  font-size: 140px;
  line-height: 100px;
  color: rgba(255, 255, 255, 0.1);
}

.single-info .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 44px;
}

.single-info .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 44px;
}

.single-info .inner-box .big-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  font-size: 140px;
  line-height: 100px;
  color: rgba(255, 255, 255, 0.1);
}

.single-info .inner-box h3 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
}

.single-info .inner-box p a {
  display: inline-block;
  color: #fff;
}

.single-info .inner-box p {
  color: #fff;
}

.single-info {
  text-align: center;
}

.inner-box a:hover {
  color: #000 !important;
}

.inner-box a {
  color: #fff;
}

.contact-section .form-group input {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 2px solid #ededed;
  padding: 10px 50px 10px 20px;
  font-size: 16px;
  color: #565872;
  transition: all 500ms ease;
  background-image: none !important;
}

.contact-section textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  background: #fff;
  border: 2px solid #ededed;
  padding: 10px 50px 10px 20px;
  font-size: 16px;
  color: #565872;
  transition: all 500ms ease;
  background-image: none !important;
}

.contact-section .form-group {
  position: relative;
  margin-bottom: 20px;
}

.contact-section .form-group i {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #b376ff;
  z-index: 1;
}

.contact-section .sec-title {
  padding-bottom: 15px;
}

.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  color: #fff !important;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 30px;
  z-index: 1;
  transition: all 500ms ease;
  background: linear-gradient(to right, #b173ff, #ddc2ff);
  border: 0;
}

.theme-btn:before {
  position: absolute;
  content: "";
  background: #1c1d1f;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.theme-btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.social-links li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
}

.social-links li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-links li a:hover {
  border-color: #fff;
  background: #fff;
}

.cnt-pg-map-sec {
  margin-top: 25px;
}

a.ss-cnt-pg-face {
  background: #1d4b98;
  border: 0;
}

a.ss-cnt-pg-twitter {
  background: #5da9dd;
  border: 0;
}

a.ss-cnt-pg-google-plus {
  background: #e94235;
  border: 0;
}

a.ss-cnt-pg-dribbble {
  background: #e04b85;
  border: 0;
}

a.ss-cnt-pg-pinterest {
  background: #df0022;
}

.social-links li a:hover {
  color: #da292a;
}

.ss-cnt-pg-scl-sec {
  text-align: center;
  background: linear-gradient(to right, #b173ff, #ddc2ff);
  padding: 15px 10px;
  border-radius: 5px;
  margin-top: 0px;
}

.ss-cnt-pg-scl-sec h4 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.cnt-pg-form-sec.contact-section {
  text-align: center;
  padding: 15px 30px 30px;
  /* border: 1px solid #dfc7fc; */
  box-shadow: 0px 0px 10px #dbbeff94;
  border-radius: 5px;
}

.ss-cnt-pg-sec {
  padding: 50px 0;
}

.ss-cnt-pg-rw-2 {
  margin-top: 40px;
}

/*contact-us-start*/
/*blog-css-start*/
/*======slider======*/
.blog-single {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 6%) 3px 8px 20px;
}

.blog-thumb img {
  width: 100%;
  height: auto;
  transition: all 0.7s ease;
}

.blog-single:hover .blog-thumb img {
  transform: scale(1.1);
}

.blog-header ul li {
  display: inline-block;
  padding-right: 20px;
}

.blog-header ul li:last-child {
  padding: 0;
}

.blog-header ul li span {
  font-size: 14px;
  font-weight: 600;
}

.blog-header ul li i {
  color: #ff6600;
  padding-right: 10px;
}

.blog-content h4 a {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.blog-single:hover h4 a {
  color: #ff6600;
}

.blog-single:hover .btn-view {
  color: #00265e;
}

.blog-action ul li {
  display: inline-block;
}

.blog-action ul li i {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  color: #b57bff;
  background-color: #eceff8;
  text-align: center;
  line-height: 35px;
  transition: all 0.4s ease;
}

.blog-action ul li i:hover {
  color: #00265e;
}

.btn-view i {
  padding-left: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0px);
  transition: all 0.7s ease;
}

.btn-view:hover i {
  opacity: 1;
  visibility: visible;
  transform: translateX(10px);
  color: #b57bff;
}

.blog-bottom a {
  color: #b57bff;
}

.blog-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  transition: all 0.7s ease;
}

.blog-single {
  box-shadow: rgb(0 0 0 / 5%) 3px 6px 30px;
}

.blog-single:hover .blog-thumb img {
  transform: scale(1.1);
}

.blog-single span {
  color: #404040;
}

.blog-date {
  background-color: #fe354d;
  display: inline-block;
  padding: 10px 17px;
  border-radius: 0 0 0 8px;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
}

.fix {
  overflow: hidden;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-10 {
  padding-bottom: 10px;
}

.blog-content {
  padding: 15px 0px 30px 0px;
  border-radius: 0 0 8px 8px;
  min-height: 270px;
}

.blog-header ul li {
  display: inline-block;
  padding-right: 20px;
}

.blog-header ul li:last-child {
  margin: 0;
}

.blog-header ul li i {
  color: #b87fff;
  padding-right: 10px;
}

.blog-single:hover h4 a {
  color: #b57bff;
}

.single-blog-sec {
  padding: 20px 0 50px;
}

.blog-single.p-20.mb-4.mb-xl-0 {
  margin-top: 30px;
  border: 1px solid #e3cefc;
}

.sidebar_search .search_form .form-control {
  padding: 5px 30px;
  height: 50px;
  border: 0px solid #f7f0ff;
  border-radius: 30px;
  color: #000000;
  background: #f7f0ff;
}

.sidebar_search .search_form .form-control-submit {
  position: absolute;
  top: 2px;
  right: 2px;
  border: 0px solid #f7efff;
  border-radius: 100%;
  background: #b67dff;
  padding: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgb(181 123 255);
}

.sidebar_search .search_form {
  position: relative;
}

.sidebar_search {
  text-align: left;
  margin: 30px 0;
}

.single_widget {
  background: #fff;
  -webkit-box-shadow: 7px 10px 40px rgb(13 52 79 / 10%);
  box-shadow: 0px 2px 15px rgb(223 199 252 / 59%);
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 30px;
}

.single_widget .widget_title {
  color: #1b212f;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 0 0 30px 30px;
}

.single_widget .widget_title:before {
  left: 0;
  top: 3px;
  width: 18px;
  content: "";
  height: 18px;
  position: absolute;
  background: linear-gradient(to right, #b173ff, #ddc2ff);
}

.single_widget .latest-blog-widget .blog-img-content {
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
  border-bottom: 1px solid #b67cff;
  padding-bottom: 12px;
}

.single_widget .latest-blog-widget .blog-img {
  width: 80px;
  float: left;
  height: 80px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 20px;
}

.single_widget .latest-blog-widget .blog-text h3 {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 5px;
}

.single_widget .latest-blog-widget .blog-text span {
  font-size: 14px;
  font-weight: 700;
}

.blog-meta a {
  color: #343434;
  font-size: 14px;
  margin-right: 25px;
}

.blog-text.headline a {
  color: #000;
  font-weight: 400;
}

.blog-meta a {
  color: #ff0000;
  font-size: 14px;
  margin-right: 25px;
}

.blog-sidebar-box {
  background: #fff;
  -webkit-box-shadow: 7px 10px 40px rgb(13 52 79 / 10%);
  box-shadow: 0px 2px 15px rgb(223 199 252 / 59%);
  border-radius: 5px;
  padding: 25px;
}

.blog-sidebar-heading h4 {
  color: #1b212f;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 0 0 30px 30px;
}

.blog-sidebar-heading h4:before {
  left: 0;
  top: 3px;
  width: 18px;
  content: "";
  height: 18px;
  position: absolute;
  background: linear-gradient(to right, #b173ff, #ddc2ff);
}

.blog-sidebar-categiry-content li {
  border-left: 6px solid #b57bff;
  background: #f7f0ff;
  color: #1f2044;
  font-size: 15px;
  font-family: rubik, sans-serif;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 1;
}

.blog-sidebar-categiry-content li:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: -1px;
  top: 0;
  background: linear-gradient(to right, #b173ff, #ddc2ff);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
  border-radius: 0 5px 5px 0;
}

.blog-sidebar-categiry-content li span {
  float: right;
}

.blog-sidebar-categiry-content li:hover:before {
  width: 100.1%;
}

.blog-sidebar-categiry-content li:hover {
  color: #fff;
  border-left: 6px solid #262626;
}

.blog-sidebar-categiry-content a {
  color: #000;
}

.blog-sidebar-categiry-content li:hover a {
  color: #fff;
}

.inner-header-title {
  color: #1b212f;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 0 0 30px 30px;
}

.inner-header-title:before {
  left: 0;
  top: 3px;
  width: 18px;
  content: "";
  height: 18px;
  position: absolute;
  background: linear-gradient(to right, #b173ff, #ddc2ff);
}

.ar-sidebar-widgets .sidebar-archive-list li {
  display: block;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ar-sidebar-widgets .sidebar-archive-list li:first-child {
  padding-top: 0;
}

.ar-sidebar-widgets .sidebar-archive-list li a:before {
  content: "";
  background: #000;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.ar-sidebar-widgets .sidebar-archive-list li a:before {
  height: 6px;
  width: 6px;
  background: #b67dff;
}

.ar-sidebar-widgets .sidebar-archive-list li a {
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-weight: 500;
}

.ar-sidebar-widgets {
  background: #fff;
  -webkit-box-shadow: 7px 10px 40px rgb(13 52 79 / 10%);
  box-shadow: 0px 2px 15px rgb(223 199 252 / 59%);
  border-radius: 5px;
  padding: 25px;
  margin-top: 30px;
}

.position-relative {
  position: relative !important;
}

.search-sidebar-widgets .blog-search-bar .search-form-control {
  width: 83%;
  display: block;
  border-radius: 35px 35px 35px 35px;
  border: none;
  padding: 13px 78px 13px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgb(247 240 255);
}

.search-sidebar-widgets {
  margin: 30px 0;
}

.search-sidebar-widgets .blog-search-btn {
  top: 0;
  right: 0;
  z-index: 4;
  border: none;
  border-radius: 30px;
  width: 50px;
  outline: none;
  line-height: 50px;
  box-shadow: 0px 0px 4px #b67cff;
  height: 50px;
  overflow: hidden;
  color: #fff;
  position: absolute;
  background: linear-gradient(to right, #b173ff, #ddc2ff);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ser-widget-title {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
  vertical-align: middle;
}

.ser-widget-title.style-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-weight: 600;
  line-height: 12px;
}

.ser-widget-title.style-1:after,
.ser-widget-title.style-1:before {
  border-radius: 0;
  bottom: -2px;
  content: "";
  display: inline-block;
  height: 3px;
  left: 0;
  margin: 0;
  position: absolute;
  vertical-align: bottom;
  width: 30px;
  background-color: #b479ff;
}

.ser-widget-title.style-1:before {
  width: 15px;
  left: 33px;
  box-shadow: 3px 0 0px 0 #fff, 6px 0px 0px 0 #ba82ff;
}

.ser-widget-title.style-1:before {
  box-shadow: 3px 0 0px 0 #fff, 6px 0px 0px 0 #ba82ff;
}

.blog-meta i {
  color: #b57bff;
}

.blog-text.headline h3 a {
  font-weight: 600;
}

.ss-blog-pagnation-ses nav {
  display: inline-block;
}

.ss-blog-pagnation-ses {
  margin-top: 10px;
  text-align: center;
}
.pag-style .page-item .page-link{
  font-size: .7rem !important;
  padding: 10px !important;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #b981ff;
  border-color: #b57aff;
  font-size: .7rem !important;
  padding: 10px !important;
}
.page-link{
  border-radius: 50% !important;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-item a {
  color: #000;
}

/*singel-blog-*/
.blog-inner .blog-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0;
}

.blog-inner .admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-inner .admin .img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 30%);
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 30%);
  margin-right: 8px;
}

.blog-inner .admin p {
  font-size: 15px;
  line-height: 100%;
  color: #3c3434;
  margin-bottom: 0;
}

.blog-inner .admin p span {
  margin: 0 12px;
}

.blog-inner .add-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-inner .add-info div {
  margin-right: 20px;
  height: 34px;
  line-height: 32px;
  padding: 0 15px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-inner .add-info div.comnt {
  background: #f80;
}

.blog-inner .add-info div {
  margin-right: 20px;
  height: 34px;
  line-height: 32px;
  padding: 0 15px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-inner .like {
  background: #ff4545;
}

.blog-inner .add-info div {
  margin-right: 20px;
  height: 34px;
  line-height: 32px;
  padding: 0 15px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-inner .view {
  background: #01bad4;
}

.blog-inner .add-info div:last-child {
  margin-right: 0;
}

.blog-info .img img {
  width: 100%;
  object-fit: cover;
  height: 40px;
}

.blog-inner .main-image img {
  width: 100%;
  border-radius: 8px;
}

.part-txt p {
  margin-top: 10px;
  text-align: justify;
}

.part-txt h4 {
  font-weight: 600;
  letter-spacing: 0;
  font-size: 25px;
  line-height: initial;
  margin-top: 10px;
}

.add-info a {
  color: #fff;
}

.sing-date-sec i {
  color: #b479ff;
}

.blog-comment .single-comment {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-comment .single-comment .img {
  width: 105px;
  height: 104px;
  border-radius: 5px;
  overflow: hidden;
}

.blog-comment .single-comment .txt {
  max-width: 565px;
  margin-bottom: -4px;
}

.blog-comment .single-comment .txt .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 13px;
}

.blog-comment .single-comment .txt .name h3 {
  font-size: 18px;
  line-height: 100%;
  font-weight: bold;
  color: #3c3434;
  margin-top: -2px;
  margin-bottom: 0;
}

.blog-comment .single-comment .txt .name .star {
  font-size: 9px;
  color: #b377ff;
  margin-top: -1px;
}

.blog-comment .single-comment .txt p {
  font-size: 16px;
  line-height: 24px;
  color: #3c3434;
  margin-bottom: 7px;
}

.blog-comment .single-comment .txt span {
  font-style: italic;
  font-size: 14px;
  line-height: 100%;
  color: #737373;
}

.blog-comment .single-comment .txt a {
  font-style: italic;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
  color: #737373;
  margin-left: 25px;
}

.review-area {
  margin-top: 30px;
}

.review-area h4 {
  font-size: 25px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.comment-respond {
  padding: 25px 15px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.comment-respond .comment-reply-title {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 20px;
  padding-left: 15px;
}

.comment-form p {
  width: 33.333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 20px;
  position: relative;
}

.comment-form p.comment-form-comment {
  width: 100%;
  display: block;
  clear: both;
}

.comment-form p.form-submit {
  clear: both;
  float: none;
  width: 100%;
  margin: 0;
}

.comment-form p input[type="text"],
.comments-area .comment-form p textarea {
  width: 100%;
  height: 40px;
  line-height: 6px 12px;
  padding: 10px 10px 10px 15px;
  border: 1px solid #e1e6eb;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  text-transform: capitalize;
}

.comment-form p textarea {
  width: 100%;
  height: 40px;
  line-height: 6px 12px;
  padding: 10px 10px 10px 15px;
  border: 1px solid #e1e6eb;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  text-transform: capitalize;
  height: 120px;
}

.comment-form p input[type="submit"] {
  background: #b57bff;
  border: none;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: capitalize;
}

.blog.blog-inner {
  margin-top: 30px;
}

.single-content-blog-sec {
  padding: 20px 0 50px;
}

/*disclaimer*/
section.ss-disc-sec {
  padding: 50px 0;
}

.disclaimer-text-sec h4 {
  font-size: 24px;
  margin-top: 10px;
  color: #2f1254;
}

.disclaimer-text-sec p {
  text-align: justify;
  margin-top: 5px;
}

.ss-terms-sec {
  padding: 50px 0;
}

/*Astrologer expert*/
.ss-pro-img-sec img {
  width: 100px;
  border: 3px solid #ffffff;
  height: 100px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 5px 10px #ccc;
}

p.text-muted.font-size-sm {
  font-size: 14px;
  line-height: 22px;
}

.verify-ids img {
  width: 44px;
  height: 44px;
  float: left;
  position: absolute;
  right: 5%;
  top: 3%;
}

.ss-ex-pro-baner-sec img {
  width: 100%;
}

.as-prof-sec-card-body:after {
  content: "";
  display: block;
  width: 220px;
  height: 436px;
  left: 0;
  top: -239px;
  right: 0;
  margin: 0 auto;
  /* background: #2f1254; */
  background-image: linear-gradient(to right, #fff, #eee);
  position: absolute;
  animation: rotatemagic 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
  transform: rotate(89deg);
  z-index: -1;
}

span.rs {
  font-size: 22px;
  color: #8334e4;
  vertical-align: middle;
}

.as-prof-sec-card-body {
  position: relative;
  overflow: hidden;
  border: 1px solid black;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #f1f1f1;
}

.ss-ex-pro-rat-sec li {
  list-style: none;
  margin: 10px 0;
  background: #2f1254;
  display: inline-block;
  width: 45%;
  float: left;
  height: 40px;
  border-radius: 100px;
  line-height: 40px;
  margin: 0px 5px;
}

.ss-ex-pro-rat-sec {
  width: 100%;
  margin: 12px 0;
}

.as-prof-sec-card-body h4 {
  font-size: 20px;
}

.h4.top10.M0 {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 0;
}

span.rs {
  font-size: 22px;
  color: #b376ff;
  vertical-align: middle;
}

.astr-not-sec a {
  color: #fff;
}

.ss-ex-pro-rat-sec p {
  color: #fff;
  line-height: 40px;
}

.as-p-onl-div {
  margin: 0px 0 15px;
  background-image: linear-gradient(to right, #eee, #fff);
  width: 100%;
  color: #ccc;
  padding: 8px 0;
  font-size: 18px;
  border-radius: 100px;
  list-style: none;
  border: solid 1px #eee;
}

.line_through {
  text-decoration: line-through;
  margin-right: -1px;
  color: #717171;
}

.ss-ex-prf-loc-sec i {
  margin-right: 7px;
  color: #2f1254;
  font-size: 20px;
}

.ss-ex-prf-loc-sec {
  width: 100%;
}

.ss-ex-prf-loc-sec li {
  list-style-type: none;
  text-align: left;
  padding: 10px 0;
}

.ss-ex-prf-loc-sec li {
  border-bottom: 1px solid #eee;
  text-align: center;
}

.ss-ex-prf-loc-sec li:last-child {
  border-bottom: none;
}

.ss-ex-prf-loc-sec p {
  font-size: 17px;
}

.ofline-btn-sec {
  margin: 2px 0 10px;
}

.ofline-btn-sec button {
  background: linear-gradient(to right, #4b9800, #4b9800) !important;
  border: 0;
  font-size: 17px;
  padding: 8px 30px;
  border-radius: 100px;
  color: #fff;
}

.ss-ex-pro-rat-sec i {
  color: #ff9c00;
}

.ss-ex-men-div-sec {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  font-size: 15px;
  color: #000;
}

.ss-secure_icons {
  background: url(../images/astrologer_sprite.webp) no-repeat;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left;
}

.money_back_guarantee {
  background-position: -8px -18px;
}

.ss-astro_secure {
  background-position: -126px -17px;
}

.ss-astro_verified {
  background-position: -67px -17px;
}

.ss-ex-men-div-sec:last-child {
  border-bottom: none;
}

.ss-ex-money-sec {
  background-image: linear-gradient(to right, #ffffff, #eee) !important;
  padding: 10px 15px;
  border: 1px solid #eee;
  margin-top: 30px;
  border-radius: 5px;
}

/*astrolo-ex-ratting*/
.ss-as-ex-abt-div .card {
  border-radius: 5px;
  background-color: #fff;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.rating-box {
  padding: .5rem;
  margin-right: auto;
  margin-left: auto;
  background: #2f1254;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 11rem !important;
  gap: .3rem !important;
}

.rating-box p {
  color: #fff;
}

.rating-label {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 7px;
}

.rating-bar {
  width: 300px;
  padding: 0px;
  border-radius: 5px;
  /* margin-left: 10px; */
}

.bar-container {
  width: 90%;
  background-color: #9785a4;
  text-align: center;
  color: white;
  border-radius: 20px;
  cursor: pointer;
  /* margin-bottom: 5px; */
  margin-left: 10px;
}

.bar-5 {
  width: 70%;
  height: 13px;
  background-color: #388e3c;
  border-radius: 20px;
}

.bar-4 {
  width: 30%;
  height: 13px;
  background-color: #388e3c;
  border-radius: 20px;
}

.bar-3 {
  width: 20%;
  height: 13px;
  background-color: #ff9f00;
  border-radius: 20px;
}

.bar-2 {
  width: 10%;
  height: 13px;
  background-color: #ff6161;
  border-radius: 20px;
}

.bar-1 {
  width: 0%;
  height: 13px;
  background-color: #ff6161;
  border-radius: 20px;
}

td {
  padding-bottom: 2px;
}

.star-active {
  color: #fbc02d;
  margin-top: 10px;
  margin-bottom: 10px;
}

.star-active:hover {
  color: #f9a825;
  cursor: pointer;
}

.star-inactive {
  color: #cfd8dc;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blue-text {
  color: #0091ea;
}

.content {
  font-size: 18px;
}

.ss-as-ex-abt-div .card {
  border-radius: 5px;
  background-color: #fff;
  background-image: linear-gradient(to right, #eee, #fff) !important;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border: solid 1px #eee !important;
}

.as-ex-review-main-div {
  border: 1px solid #e5e5e5;
  padding: 20px 15px 25px;
  margin-top: 30px;
}

.astr-ex-rev-st-sec {
  color: #fbc02d;
}

.as-ex-reciew-div h5 {
  font-size: 18px;
  color: #2f1254;
}

.as-ex-reciew-div p {
  margin: 3px 0;
}

.as-ex-reciew-div {
  margin-top: 20px;
}

.comment_review {
  padding: 2px 15px;
  margin-top: 5px;
}
/* .comment_reviews {
  
  padding: 2px 15px;
  margin-top: 5px;
} */

.as-ex-review-main-div h4 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

.review-btn-sec {
  text-align: center;
  margin-top: 30px;
}

button#ReviewButton {
  background-image: linear-gradient(to right, #b173ff, #ddc2ff);
  border: 0;
  text-align: center;
  font-size: 18px;
  padding: 7px 50px;
  border-radius: 100px;
  color: #fff;
}

.astro-ex-prof-section {
  padding: 50px 0;
}

.rev-abt-text-div p {
  text-align: justify;
  margin-top: 10px;
}

.ss-as-ex-abt-div {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 5px;
}

.ofline-btn-sec button:hover {
  background: #2f1254 !important;
}

/*numerlogy*/
.numer-form-sec select {
  font-size: 17px;
  width: 100%;
  margin-top: 0px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  padding: 7px;
  border-radius: 100px;
  outline: none;
}

form.numer-form-sec {
  /* background: #2f1254; */
  padding: 15px 20px 20px;
  background-image: linear-gradient(to right, #f6edfe, #f6edfe);
  border-radius: 8px;
  margin-top: 10px;
}

.numer-form-in-div-sec option {
  color: #000;
}

.numer-form-sec button {
  background: #2f1254;
  padding: 8px 10px;
  color: #ffffff;
  font-size: 20px;
  position: relative;
  top: 25px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}

.numer-form-sec h3 {
  color: #2f1254;
  padding-bottom: 12px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}

.fundli-form-sec .text-dark {
  color: #ffffff !important;
  background: #2f1254 !important;
  padding: 7px;
  border-radius: 5px;
}

.numer-conte-div-sec p {
  text-align: justify;
  margin-bottom: 10px;
}

.numer-section {
  padding: 40px 0;
}

.ss-horoscop-icons-div {
  display: flex;
  gap: 15px;
  width: 100%;
}

.ss-kund-pg-link-sec {
  background-image: linear-gradient(to right, #2f1254, #2f1254) !important;
  text-align: center;
  border-radius: 5px;
  padding: 15px 12px 15px;
  border: 0px solid #2f1254;
  margin-bottom: 20px;
  width: 13%;
}

.ss-kund-pg-hed {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  padding: 2px 8px;
  border-radius: 100px;
  margin-top: 15px;
  background: #f6edfe;
}

.ss-kund-pg-div img {
  filter: brightness(0) invert(1);
}

.horoscope-links-sec {
  padding-bottom: 30px;
}

/*kundli-page*/
.kundli_formdate {
  display: flex;
  align-items: center;
  gap: 15px;
}

.kundli-form-div-sec {
  padding: 20px 20px 25px;
  background-image: linear-gradient(to right, #f6edfe, #f6edfe);
  border-radius: 8px;
  margin-top: 10px;
}

.kundli-form-div-sec h4 {
  color: #2f1254;
}

form.fundli-form-sec select {
  font-size: 17px;
  width: 100%;
  margin-top: 0px;
  border: 1px solid #fff;
  background: none;
  background: #fff;
  color: #000;
  padding: 7px;
  padding-left: 10px;
  border-radius: 100px;
  outline: none;
}

form.fundli-form-sec input {
  font-size: 17px;
  width: 100%;
  margin-top: 0px;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  padding: 7px;
  padding-left: 15px;
  border-radius: 100px;
  outline: none;
}

.kund-birth-field-sec .input_select_dob {
  width: 33%;
  float: left;
}

.kundli-birth-tme .input_select_dob {
  width: 30%;
  float: left;
  margin-right: 11px;
}

.kundli-birth-tme label {
  display: block;
}

.kundli-form-div-sec h4 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.cnt-pg-form-sec h2 {
  font-family: "Roboto", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600;
}

.kundli_form {
  text-align: left;
  margin-top: 12px;
}

.kundli_form label {
  margin-bottom: 5px;
}

.kundli_form input::placeholder {
  color: #000;
}

button#kundli_submit {
  width: 40%;
  display: block;
  border: 0;
  margin: 0 auto;
  padding: 0;
  height: 42px;
  line-height: 40px;
  border-radius: 100px;
  font-size: 17px;
  color: #fff;
  margin-top: 20px;
  background: #2f1254;
}

button#kundli_submit:hover {
  background: #2f1254;
  color: #fff;
}

.kundli-conte-div-sec p {
  text-align: justify;
  margin-bottom: 10px;
}

section.kundli-section {
  padding: 40px 0;
}

.kundli_form option {
  color: #000;
}

.kundli-img-ganesh {
  margin-top: 10px;
  border-radius: 5px;
}

.kundli-img-ganesh img {
  border-radius: 5px;
}

.kundli-img-ganesh-re img {
  border-radius: 5px;
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.web-live-div-bx-sec {
  text-align: center;
  border: 1px solid #dfc7fd;
  padding: 20px 15px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #f7f0ff, #dec6fc) !important;
  position: relative;
}

.web-liv-div-img img {
  border-radius: 50% !important;
  border: 3px solid #a35bff;
  z-index: 999;
  position: relative;
  height: 80px;
  width: 80px !important;
  object-fit: cover;
}

.web-live-link-sec a {
  background: #c10000;
  padding: 4px 15px;
  border-radius: 100px;
  color: #fff;
}

.web-live-link-sec {
  position: absolute;
  right: 8px;
  top: 58px;
}

.web-live-prof-cont-sec {
  margin-top: 8px;
}

.live-date-sec p {
  color: #020202;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}

.web-live-prof-cont-sec p {
  color: #000;
}

.watch-now-link-sec {
  /* overflow: hidden; */
  margin-top: 8px;
}

.watch-now-link-sec a {
  background: #2f1254;
  padding: 6px 20px;
  border-radius: 100px;
  color: #fff;
}

.ongo-hed-sec {
  font-size: 25px;
  color: #2f1254;
  font-weight: 600;
  margin-bottom: 10px;
}

.live-div-text h4 {
  font-size: 25px;
  font-weight: 600;
}

.live-div-text {
  padding: 20px 0;
}

.upening-ing-div-sec {
  text-align: center;
  border: 1px solid #ffffff;
  padding: 20px 15px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #ffffff, #f7f0ff) !important;
  position: relative;
  border: 1px solid #e5e5e5;
  margin-top: 20px;
}

section.upcomming-sec {
  padding: 20px 0;
}

.upcomming-sec h6 {
  font-size: 25px;
  font-weight: 600;
}

.upening-ing-div-sec h5 {
  color: #b57aff;
}

.upening-ing-div-sec p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.upening-ing-div-sec .live-date-sec p {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.upening-ing-div-sec .sche-now-link-sec a {
  background: #2f1254;
  padding: 6px 20px;
  border-radius: 100px;
  color: #fff;
  z-index: 99;
  position: relative;
}

.sche-now-link-sec {
  margin-top: 10px;
}

section.live-web-banner-sec {
  padding-top: 40px;
}

section.live-upcom-sec {
  background: #f7efff;
  padding-bottom: 40px;
  margin-top: 40px;
}

.upening-ing-div-sec:after {
  position: absolute;
  content: "";
  top: 0;
  width: 143px;
  height: 110px;
  left: 0;
  text-align: center;
  transform: rotate(180deg);
  background-color: #b67cff8a;
  z-index: 1;
  background-repeat: no-repeat;
  -webkit-mask-image: url("../images/pattern-1.svg");
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.upening-ing-div-sec:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 143px;
  height: 110px;
  right: 0;
  text-align: center;
  background-color: #b67cff8a;
  z-index: 0;
  margin: 0px auto;
  background-repeat: no-repeat;
  -webkit-mask-image: url("../images/pattern-1.svg");
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.live_chat_name_h1 p {
  font-size: 13px;
  line-height: 18px;
}

/*live-page-start*/
.live-img-sec {
  width: 15%;
  float: left;
}

.live-hed-nam-sec {
  width: 72%;
  float: left;
  padding-left: 15px;
}

.live-img-sec span {
  background: red;
  width: 50px;
  padding: 0px 10px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  margin-top: -6px;
  display: block;
  position: relative;
  z-index: 9;
  text-align: center;
  border-radius: 50px;
}

.live-img-sec img {
  width: 50px;
  height: 46px;
  border-radius: 100px;
  border: 0px;
}

.live_show {
  overflow: hidden;
  border-bottom: 1px solid #666;
  padding-bottom: 8px;
}

.live-price-bx1 li {
  list-style-type: none;
  width: 50%;
  float: left;
  vertical-align: middle;
}

.live-price-bx1 h6 {
  color: #1b1b1b;
  font-weight: 400;
}

div#priceValue {
  color: #fff;
  font-size: 18px;
}

.price_live span {
  font-size: 12px;
}

.live-price-bx1 p {
  font-size: 15px;
}

.live-price-bx2>div {
  width: 48%;
  float: left;
  background: #1b1b1b;
  overflow: hidden;
  padding: 10px;
  border-radius: 5px;
}

.queue_live span {
  display: block;
  color: #fff;
  font-size: 20px;
}

.live-price-bx2 div:nth-child(2) {
  float: right;
}

div#queePosition {
  color: #666;
}

.live-price-bx2 {
  margin: 15px 0;
  overflow: hidden;
  color: #666;
  font-size: 15px;
}

.live-price-bx3 li {
  list-style-type: none;
  width: 50%;
  float: left;
  vertical-align: middle;
}

.live-price-bx3 span {
  display: block;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 400;
}

.live-price-bx-btn {
  text-align: center;
  margin-top: 15px;
}

.live-price-bx-btn p {
  color: #fff;
  margin-top: 12px;
}

.live-price-bx-btn button {
  width: 100%;
  border: 0;
  background: #fff;
  border-radius: 100px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

button.live-call-sec {
  /* position: absolute; */
  width: 55px;
  position: relative;
  padding: 3px 5px;
  /* bottom: 30px;
    left: -153px; */
  border: 0;
  /* background: #b57aff; */
  background-image: linear-gradient(to right, #b173ff, #ddc2ff);
  border-radius: 5px;
  color: #fff;
  /* padding: 4px 20px; */
  text-transform: uppercase;
}

.live-call-sec span {
  display: block;
}

.live-price-box-sec {
  /* padding: 10px 15px 20px; */
  border-radius: 5px;
  background: #000;
  /* min-height: 500px */
}

.live_show {
  overflow: hidden;
  border-bottom: 1px solid #666;
  padding-bottom: 8px;
}

.live_chat_name_h1 b {
  color: #2f1254;
  font-weight: 500;
}

.live-price-box-sec h5 {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #ffffff6e;
}

.comment-bx-type {
  min-height: 330px;
}

.live_chat_textarea {
  background: #131313;
  border: 1px solid #131313;
  border-radius: 3px;
  width: 72%;
  outline: none;
  padding: 0px 5px 0px 15px;
  color: #ffffff;
  font-size: 13px;
  height: 40px;
  line-height: 38px;
  float: left;
}

.live-coment-sent {
  width: 13%;
  border: 0;
  height: 40px;
  line-height: 40px;
  float: left;
}

.live-coment-like {
  width: 13%;
  border: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin-left: 6px;
  background: #b478ff;
  color: #fff;
}

.live-coment-bx-sec {
  margin-top: 15px;
}

.live-coment-bx-sec li {
  list-style-type: none;
}

/* .live-pg-price-box {
    display: none;
} */
.comment-bx-type li {
  list-style-type: none;
  color: #fff;
  line-height: 22px;
  font-size: 14px;
  margin: 10px 0;
}

button#live-close {
  position: absolute;
  top: -70px;
  right: 0;
  width: 30px;
  height: 30px;
  background: #ff0000 !important;
  font-size: 20px;
  z-index: 999;
  border-radius: 2px;
  color: #fff;
}

.live-you-tube-upcom-sec {
  background: #f7efff;
  padding-bottom: 40px;
}

.cart-btn {
  background-image: linear-gradient(to right, #b173ff, #ddc2ff);
  border-radius: 100px !important;
  color: #fff;
}

.cart-btn:hover {
  background: #c10000;
  color: #fff !important;
}

.hed-top-new-txt {
  background: #2f1254;
  text-align: center;
  padding: 10px 0;
}

.hed-top-new-txt p {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

/**30-nov-2022 strat**/
ul.srv-mn {
  padding-top: 10px;
  width: 97%;
  display: flex;
  gap: 15px;
  margin: 0 auto;
}

ul.srv-mn li {
  width: 25%;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 0;
  border: 1px solid #eee;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

ul.srv-mn li span {
  display: block;
  color: #2f1254;
  font-family: poppins;
  padding-top: 10px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

ul.srv-mn li a {
  display: block;
}

ul.srv-mn li:hover {
  background-color: #f7f0ff;
}

/**30-nov-2022 end**/
.fot_link {
  width: 100% !important;
  float: right !important;
}

a.allbg {
  background-image: linear-gradient(to right, #b173ff, #ddc2ff);
  display: block;
  text-align: center;
  width: 19%;
  margin: 5px auto;
  padding: 10px 0;
  border-radius: 100px;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  text-decoration: none !important;
  list-style: none !important;
}

a.allbg:hover {
  background-image: linear-gradient(to right, #dabcff, #b274ff);
}

a.blghead {
  width: 100%;
}

.ss-logo-col-sec {
  display: flex;
  align-items: center;
}

.sshed-new-rit-btn-sec p {
  color: #fff;
}

/*****--16-Feb-2023---*****/
.rr-header-pop span {
  color: #fff;
}

.rr-header-pop button.close {
  background-color: #c10000;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  position: absolute;
  right: -10px;
  top: -12px;
  z-index: 99;
  opacity: 2;
}

h4.pophead {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

p.poppara {
  font-size: 14px;
  text-align: center;
  padding-bottom: 10px;
}

.rr-input input#mobileNoKundliPdf {
  width: 100%;
  border-radius: 100px;
}

.iti.iti--separate-dial-code {
  width: 100%;
}

.rrbutton {
  background-image: linear-gradient(to right, #b173ff, #ddc2ff);
  width: 100%;
  border: 0;
  border-radius: 100px !important;
  margin-top: 15px;
  padding: 7px 0;
}

.rrbutton:hover {
  background-image: linear-gradient(to right, #ddc2ff, #b173ff);
}

.rr-input input#mobileNoKundliPdf:focus {
  box-shadow: none !important;
}

.rrmrnu {
  background-color: #2f1254;
  width: 100%;
  gap: 15px;
  border-radius: 0 0 15px 15px;
}

.rrmrnu li:first-child {
  color: #fff;
  background-color: 150;
}

.rrmrnu ul li:first-child a {
  background-color: #fff;
  color: #000 !important;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 35px;
}

li.rrmn a {
  background-color: #fff;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 35px;
  color: #000 !important;
}

.rr-mn {
  gap: 15px;
  float: right;
  width: 100%;
  display: flex;
  justify-content: end;
}

.deskshow {
  display: block;
}

.mobshow {
  display: none;
}

/*****--media screen start---*****/
/*****--media screen start---*****/
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .ss-menu-sec h5 {
    font-family: "Paddington";
    font-size: 22px;
    color: #2f1254;
    display: block !important;
  }

  .mobile-banner img {
    height: 140px;
  }

  .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
    background-color: #fff;
    z-index: 999;
    margin-top: 47px;
    margin-left: 0;
    width: 100%;
    width: 90%;
    height: auto;
  }

  .navbar-collapse {
    position: fixed;
    top: 50px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 75%;
    height: 100%;
  }

  .navbar-collapse.collapsing {
    left: -75%;
    transition: height 0s ease;
  }

  .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
  }

  .navbar-toggler.collapsed~.navbar-collapse {
    transition: left 500ms ease-in-out;
  }

  .goog-te-menu2 {
    overflow: scroll !important;
    padding: 4px;
  }

  .fot_link {
    width: 100% !important;
  }

  section.hed-mobile-sec {
    display: block;
    height: 45px;
  }

  .mob-hed-sec li:first-child {
    float: left;
  }

  .mob-hed-sec li:last-child {
    float: right;
  }

  .mob-hed-sec li:nth-child(2) {
    float: right;
  }

  section.ss-regis-sec {
    margin-top: 0;
    display: none;
  }

  section.ss-menu-sec {
    background-image: none;
    padding: 5px 0;
  }

  .ss-menu-sec nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background-image: none !important;
    border-radius: 0;
    padding: 0;
    background-color: transparent !important;
  }

  section.ss-logo-sec {
    display: none;
  }

  .navbar-collapse {
    margin-top: 20px;
  }

  section.ss-banner-sec {
    display: none;
  }

  .carousel-item:before {
    display: none;
  }

  .ss-menu-sec .navbar-nav .ss-menu-img-sec {
    display: inline-block;
    text-align: center;
    margin-right: 7px;
  }

  .ss-logo-col-sec {
    display: none;
  }

  .ss-menu-sec .navbar-brand {
    display: block;
    /* padding: 0 0 0 70px; */
  }

  .navbar-brand img {
    width: 150px;
  }

  .ss-reg-form-sec button,
  .ss-reg-form-sec input {
    width: 100% !important;
    float: left;
    margin: 8px 0;
  }

  .ss-hed-sec {
    padding: 0;
  }

  .ss-hed-sec h3 {
    font-size: 18px;
  }

  .ss-hed-sec img {
    display: none;
  }

  .ss-free-slid-div {
    text-align: center;
    margin-top: 25px;
  }

  .free-sec-horo {
    padding: 30px 0;
  }

  .ss-hed-sec.cons-hed-sec h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .ss-hed-sec.frequ-hed-sec h3,
  .ss-hed-sec.know-hed-sec h3 {
    font-size: 18px;
  }

  .ss-hed-sec.cons-hed-sec p {
    padding: 0;
  }

  section.consu-sec {
    padding: 30px 0;
  }

  .ss-how-div-sec {
    margin-top: 40px;
  }

  .ss-how-div-sec {
    margin-top: 40px;
  }

  .ss-how-div-sec a {
    font-size: 15px;
  }

  .ss-how-div-sec2 a {
    margin-left: 0px;
  }

  .how-work-sec {
    padding: 0 0 30px;
  }

  .ss-hed-sec.compli-hed-sec h3 {
    font-size: 18px;
  }

  .ss-hed-sec.compli-hed-sec p {
    padding: 0;
  }

  section.ss-web-vid-sec {
    padding: 30px 0;
  }

  .ss-web-div-img-sec {
    margin: 30px 0px;
  }

  .ss-hed-sec.blog-hed-sec {
    padding: 0;
  }

  .ssknow-sha-div-sec {
    padding: 0 15px 35px;
  }

  section.ss-know-sec {
    padding: 30px 0;
  }

  .card-header {
    margin-top: 10px;
  }

  .ss-foot-logo-sec {
    padding: 0 0px 22px;
  }

  .ss-foot-logo {
    text-align: center;
    margin: 10px 0;
  }

  .ss-foot-ul-sec {
    padding: 25px;
  }

  .ss-foot-ul-sec ul:nth-child(1) {
    width: 100%;
  }

  .ss-foot-ul-sec ul:nth-child(2) {
    width: 100%;
  }

  .ss-foot-ul-sec ul:nth-child(3) {
    width: 100%;
    margin: initial;
  }

  .ss-foot-ul-sec ul:nth-child(4) {
    width: 100%;
    margin: initial;
  }

  .ss-foot-ul-sec .float-right {
    float: none !important;
  }

  .ss-foot-ul-img-sec {
    margin: initial;
    padding: 5px 0;
  }

  .foot-cnt-info-sec {
    margin-top: 20px;
  }

  section.ss-foot-disc-sec {
    padding: 25px 0;
  }

  .ss-foot-btm-lft p {
    text-align: center;
  }

  .ss-how-div-sec3 a {
    margin-left: 0px;
  }

  .owl-prev,
  .owl-next {
    /* width: 15%; */
  }

  .ss-logo-rit-sec {
    text-align: center;
    margin-top: 15px;
  }

  section.mobile-banner {
    display: block;
  }

  .product_wrappers_one .thumb .image img {
    width: 100%;
    height: auto;
  }

  .ss-single-sec .ss-sing-rw-sec {
    box-shadow: 0px 0px 0px #e0c9fc;
    padding: 0px 10px;
  }

  .ss-singl-detail-sec2 h5 {
    font-size: 20px;
    margin-top: 15px;
  }

  .ss-prd-det-sec {
    padding: 6px 0;
    margin: 16px 0;
  }

  section.ss-single-sec {
    padding: 30px 0 0;
  }

  .ss-title-div-sec h3 {
    font-size: 20px;
  }

  .ss-singl-img-2 img {
    width: 100%;
    height: auto;
  }

  .col-sm-2.hidden-xs {
    display: none;
  }

  .cart-page-sec {
    padding: 25px 0;
  }

  table#cart tbody td .form-control {
    width: 20% !important;
    display: inline !important;
    margin-top: 0;
    float: left;
  }

  .actions .btn {
    width: 36%;
    margin: 1.5em 0;
  }

  .actions .btn-info {
    float: left;
  }

  .actions .btn-danger {
    float: right;
  }

  table#cart thead {
    display: none;
  }

  table#cart tbody td {
    display: block;
    padding: 0.6rem;
    min-width: 320px;
    overflow: hidden;
  }

  table#cart tbody tr td:first-child {
    background: #333;
    color: #fff;
  }

  table#cart tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 65px;
    float: left;
  }

  h4.nomargin {
    font-size: 15px;
  }

  .actions button {
    margin: 0 !important;
  }

  .coupon-td-sec td {
    display: block;
    margin: 0;
    padding: 4px 0;
  }

  .coupon {
    margin-top: 15px;
  }

  #cart .btn-warning {
    width: 100%;
  }

  /*blog-page-*/
  .blog-single.p-20.mb-4.mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .single-blog-sec {
    padding: 0px 0 30px;
  }

  .blog-inner .blog-info {
    display: inline-block;
  }

  .blog-inner .add-info {
    margin-top: 18px;
  }

  .part-txt h4 {
    font-size: 18px;
  }

  .blog-comment .single-comment {
    display: inline-block;
  }

  .blog-comment .single-comment .img {
    width: auto;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .blog-comment .single-comment .txt .name {
    display: inline-block;
  }

  .comment-form p {
    width: 100%;
  }

  .single-content-blog-sec {
    padding: 0px 0 30px;
  }

  section.ss-disc-sec {
    padding: 20px 0 30px;
  }

  .ss-terms-sec {
    padding: 20px 0 30px;
  }

  /*Astrologer expert--profile*/
  .ss-as-ex-abt-div {
    margin-top: 30px;
  }

  .astro-ex-prof-section {
    padding: 30px 0;
  }

  .astro-ex-prof-section .col-lg-8 {
    display: flex;
    flex-flow: column;
    order: 2;
  }

  .astro-ex-prof-section .col-lg-4 {
    display: flex;
    flex-flow: column;
    order: 1;
  }

  /*numer-page-sec*/
  .numer-form-sec button {
    top: 0;
    margin-top: 20px;
  }

  .numer-form-sec label {
    margin-top: 15px;
  }

  .numer-section {
    padding: 30px 0;
  }

  .kundli-birth-tme .input_select_dob {
    width: 29%;
  }

  button#kundli_submit {
    width: 70%;
  }

  .kund-birth-field-sec .input_select_dob {
    width: 29%;
  }

  .kundli-img-ganesh {
    margin-top: 30px;
    border-radius: 5px;
  }

  section.kundli-section {
    padding: 30px 0;
  }

  .kundli-form-div-sec h4 {
    font-size: 22px;
    text-transform: capitalize;
  }

  /*webinar-live-list*/
  section.live-web-banner-sec {
    padding-top: 30px;
  }

  .live-banner-img img {
    width: 100%;
  }

  section.live-upcom-sec {
    margin-top: 30px;
  }

  .live-div-text h4 {
    font-size: 20px;
    padding-bottom: 5px;
  }

  .live-div-text p {
    text-align: justify;
  }

  section.upcomming-sec {
    padding: 30px 0;
  }

  button.live-call-sec {
    /* top: -80px;
        bottom: 0;
        left: 30px;
        height: 60px; */
    width: 50px;
    position: relative;
    padding: 3px 3px;
  }

  .ss-kund-pg-link-sec {
    width: 45%;
    float: left;
    margin: 0px 8px 15px;
  }

  .ss-horoscop-icons-div {
    display: inline;
    gap: 15px;
    width: 100%;
  }

  /**30-Nov-2022**/
  ul.srv-mn {
    padding-top: 30px;
    width: 100%;
    display: flex;
    gap: 5px;
    margin: 0 auto !important;
  }

  ul.srv-mn li {
    width: 25%;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
    padding: 5px 0;
    border: 1px solid #eee;
    box-shadow: none;
  }

  ul.srv-mn li img {
    width: 45%;
  }

  ul.srv-mn li span {
    display: block;
    color: #2f1254;
    font-family: poppins;
    padding-top: 5px;
    display: block;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
  }

  /**27-Dec-2022 Css Start**/
  .live-video-div-bx-sec .remote-video {
    border-radius: 0px !important;
    overflow: hidden;
  }

  .header-area ul li:first-child img {
    width: 25px;
    border-radius: 50%;
    border: 2px solid #fff;
    height: 25px;
  }

  ul.video-chat li:first-child span {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
  }

  ul.video-chat li:last-child a {
    font-size: 12px !important;
  }

  .header-area ul li:last-child span {
    font-size: 11px !important;
    padding: 3px 4px !important;
  }

  ul.video-chat li:first-child span {
    font-size: 10px;
  }

  .butonline ul {
    text-align: center;
  }

  /**27-Dec-2022 Css End**/
  /**Arrow all 17-Jan-2023**/
  .ss-online-slid .owl-prev {
    position: relative;
    left: 0;
    top: 0;
  }

  .ss-online-slid .owl-next {
    position: relative;
    right: 0;
    top: 0;
  }

  .free-sec-horo .owl-prev {
    position: relative;
    left: 0;
    top: 0;
  }

  .free-sec-horo .owl-next {
    position: relative;
    left: 0;
    top: 0;
  }

  .complimentary-slid .owl-prev {
    position: relative;
    left: 0;
    top: 0;
  }

  .complimentary-slid .owl-next {
    position: relative;
    left: 0;
    top: 0;
  }

  .live-webinar-slidr button.owl-prev {
    position: relative;
    left: 0;
    top: 0;
  }

  .live-webinar-slidr button.owl-next {
    position: relative;
    right: 0;
    top: 0;
  }

  .blog-slidder button.owl-prev {
    position: relative;
    left: 0;
    top: 0;
  }

  .blog-slidder button.owl-next {
    position: relative;
    right: 0;
    top: 0;
  }

  a.allbg {
    width: 50%;
  }

  /**Arrow all 17-Jan-2023**/
  /**rr-mobile**/
  .consu-sec .owl-carousel .online-clint-img img {
    width: 65px !important;
    height: 65px;
    margin-top: -41px;
  }

  .ss-online-btn-div {
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
  }

  .ss-online-btn-div a {
    padding: 5px 15px;
    font-size: 12px;
  }

  .sscons-online-div {
    height: 280px;
  }

  .ss-online-btn-div a i {
    vertical-align: middle;
  }

  .ss-online-btn-div li:first-child {
    margin-bottom: 5px;
  }

  .sscons-online-div h6 {
    font-size: 11px;
  }

  .who-we-are-image::before {
    display: none;
  }

  .who-we-are-image::after {
    display: none;
  }

  .who-we-are-image img {
    width: 100px !important;
    height: 100px;
    padding: 0;
  }

  .ss-compli-div-sec {
    padding: 10px;
  }

  .ss-compli-div-sec h4 {
    font-size: 13px;
  }

  .ss-hm-slid-view-pop {
    padding: 5px 14px !important;
    font-size: 13px !important;
  }

  .ss-blog-cnt-sec p {
    display: none;
  }

  .ss-blog-div {
    height: 150px;
  }

  /**27 april**/
  .main-pricing-plan .dash-sub-head {
    padding-top: 15px;
  }

  .pricing-plan h6 {
    padding: 5px 3px !important;
    font-size: 11px !important;
  }

  .pricing-plan h5 {
    font-size: 20px !important;
  }

  .pricing-plan p {
    font-size: 13px !important;
  }

  .pricing-plan .btn-select {
    width: 90% !important;
  }

  .main-pricing-plan ul {
    padding: 0 !important;
    margin: 0 !important;
  }

  .main-pricing-plan {
    padding: 0;
  }

  .rechargepack-main-div {
    padding: 0px !important;
  }

  .menuico {
    color: #2f1254 !important;
    background-color: #f5f7fb !important;
  }

  a.sp-whop {
    padding: 6px 0;
    color: #000;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
  }

  .rr-header .col {
    padding: 0 3px;
  }

  .rr-header {
    background-color: #2f1254;
  }

  .deskshow {
    display: none;
  }

  .mobshow {
    display: block !important;
  }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {}

@media only screen and (min-width: 767px) and (max-width: 1023px) {

  /**rr css**/
  .menuico {
    color: #2f1254 !important;
    background-color: #f5f7fb !important;
  }

  a.sp-whop {
    padding: 6px 0;
    color: #000;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
  }

  .rr-header .col {
    padding: 0 3px;
  }

  .rr-header {
    background-color: #2f1254;
  }

  .deskshow {
    display: none;
  }

  .mobshow {
    display: block !important;
  }

  .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
    background-color: #fff;
    z-index: 999;
    margin-top: 47px;
    margin-left: 0;
    width: 100%;
    width: 90%;
    height: auto;
  }

  .navbar-collapse {
    position: fixed;
    top: 50px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 75%;
    height: 100%;
  }

  .navbar-collapse.collapsing {
    left: -75%;
    transition: height 0s ease;
  }

  .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
  }

  .navbar-toggler.collapsed~.navbar-collapse {
    transition: left 500ms ease-in-out;
  }

  .ipad {
    width: 100%;
  }

  section.ss-banner-sec {
    display: none;
  }

  .carousel-item:before {
    display: none;
  }

  .ss-menu-sec .navbar-nav .ss-menu-img-sec {
    display: inline-block;
    text-align: center;
    margin-right: 7px;
  }

  .ss-logo-col-sec {
    display: none;
  }

  .ss-menu-sec .navbar-brand {
    display: block;
    padding: 0;
  }

  .navbar-brand img {
    width: 100px;
  }

  .ss-reg-form-sec button,
  .ss-reg-form-sec input {
    width: 100% !important;
    float: left;
    margin: 8px 0;
  }

  .ss-hed-sec {
    padding: 0;
  }

  .ss-hed-sec h3 {
    font-size: 18px;
  }

  .ss-hed-sec img {
    display: none;
  }

  .ss-free-slid-div {
    text-align: center;
    margin-top: 25px;
  }

  .free-sec-horo {
    padding: 30px 0;
  }

  .ss-hed-sec.cons-hed-sec h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .ss-hed-sec.cons-hed-sec p {
    padding: 0;
  }

  section.consu-sec {
    padding: 30px 0;
  }

  .ss-how-div-sec {
    margin-top: 40px;
  }

  .ss-how-div-sec {
    margin-top: 40px;
  }

  .ss-how-div-sec a {
    font-size: 15px;
    text-align: left;
    display: block;
    margin-left: 7px;
  }

  .how-work-sec {
    padding: 0 0 30px;
  }

  .ss-hed-sec.compli-hed-sec h3 {
    font-size: 24px;
  }

  .ss-hed-sec.compli-hed-sec p {
    padding: 0;
  }

  section.ss-web-vid-sec {
    padding: 30px 0;
  }

  .ss-web-div-img-sec {
    margin: 30px 0px;
  }

  .ss-hed-sec.blog-hed-sec {
    padding: 0;
  }

  .ssknow-sha-div-sec {
    padding: 0 15px 35px;
  }

  section.ss-know-sec {
    padding: 30px 0;
  }

  .card-header {
    margin-top: 10px;
  }

  .ss-foot-logo-sec {
    padding: 0 0px 22px;
  }

  .ss-foot-logo {
    text-align: center;
    margin: 10px 0;
  }

  .ss-foot-ul-sec {
    padding: 25px;
  }

  .ss-foot-ul-sec ul:nth-child(1) {
    width: 100%;
  }

  .ss-foot-ul-sec ul:nth-child(2) {
    width: 100%;
    margin: initial;
  }

  .ss-foot-ul-sec ul:nth-child(3) {
    width: 100%;
    margin: initial;
  }

  .ss-foot-ul-sec .float-right {
    float: none !important;
  }

  .ss-foot-ul-img-sec {
    margin: initial;
    padding: 10px;
  }

  .ss-foot-ul-sec ul:nth-child(4) {
    width: 100%;
    margin: initial;
  }

  .fot_link {
    width: 50% !important;
    float: none !important;
  }

  .foot-cnt-info-sec {
    margin-top: 20px;
  }

  .foot-cnt-info-sec li:nth-child(1) {
    width: 13%;
  }

  section.ss-foot-disc-sec {
    padding: 25px 0;
  }

  .ss-foot-btm-lft p {
    text-align: center;
  }

  .ss-how-div-sec3 a {
    margin-left: -110px;
  }

  .owl-prev,
  .owl-next {
    width: 15%;
  }

  .ss-web-div-img-sec {
    text-align: center;
  }

  .navbar-collapse {
    margin-top: 20px;
  }

  .ss-how-div-sec3 a {
    margin-left: 0;
  }

  .ss-how-div-sec2 a {
    margin-left: 0;
  }

  section.mobile-banner {
    display: block;
  }

  section.hed-mobile-sec {
    display: block;
  }

  section.ss-regis-sec {
    margin-top: 0;
    display: none;
  }

  section.ss-menu-sec {
    background-image: linear-gradient(to right, #f7f0ff, #dec6fc) !important;
  }

  section.ss-logo-sec {
    display: none;
  }

  .navbar-collapse {
    margin-top: 20px;
  }

  .product_wrappers_one .thumb .image img {
    width: 100%;
    height: auto;
  }

  .ss-single-sec .ss-sing-rw-sec {
    box-shadow: 0px 0px 0px #e0c9fc;
    padding: 0px 10px;
  }

  .ss-singl-detail-sec2 h5 {
    font-size: 20px;
    margin-top: 15px;
  }

  .ss-prd-det-sec {
    padding: 6px 0;
    margin: 16px 0;
  }

  section.ss-single-sec {
    padding: 30px 0 0;
  }

  .ss-title-div-sec h3 {
    font-size: 20px;
  }

  .ss-singl-img-2 img {
    width: 100%;
    height: auto;
  }

  .col-sm-2.hidden-xs {
    display: none;
  }

  .cart-page-sec {
    padding: 25px 0;
  }

  table#cart tbody td .form-control {
    width: 20% !important;
    display: inline !important;
    margin-top: 0;
    float: left;
  }

  .actions .btn {
    width: 36%;
    margin: 1.5em 0;
  }

  .actions .btn-info {
    float: left;
  }

  .actions .btn-danger {
    float: right;
  }

  table#cart thead {
    display: none;
  }

  table#cart tbody td {
    display: block;
    padding: 0.6rem;
    min-width: 320px;
    overflow: hidden;
  }

  table#cart tbody tr td:first-child {
    background: #333;
    color: #fff;
  }

  table#cart tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 65px;
    float: left;
  }

  h4.nomargin {
    font-size: 15px;
  }

  .actions button {
    margin: 0 !important;
  }

  .search-sidebar-widgets .blog-search-bar .search-form-control {
    width: 90%;
  }

  .blog-comment .single-comment .txt {
    max-width: 520px;
  }

  section.ss-disc-sec {
    padding: 20px 0 30px;
  }

  .ss-terms-sec {
    padding: 20px 0 30px;
  }

  /*Astrologer expert--profile*/
  .ss-as-ex-abt-div {
    margin-top: 30px;
  }

  .astro-ex-prof-section {
    padding: 30px 0;
  }

  .astro-ex-prof-section .col-lg-8 {
    display: flex;
    flex-flow: column;
    order: 2;
  }

  .astro-ex-prof-section .col-lg-4 {
    display: flex;
    flex-flow: column;
    order: 1;
  }

  .as-prof-sec-card-body:after {
    width: 190px;
    height: 769px;
    top: -383px;
  }

  form.numer-form-sec {
    /* background: #2f1254; */
    padding: 15px 20px 50px;
  }

  .kundli-birth-tme .input_select_dob {
    width: 33%;
    margin-right: 2px;
  }

  button#kundli_submit {
    width: 70%;
  }

  .kund-birth-field-sec .input_select_dob {
    width: 33%;
    margin-right: 2px;
  }

  .kundli-img-ganesh {
    margin-top: 30px;
    border-radius: 5px;
  }

  section.kundli-section {
    padding: 30px 0;
  }

  /*webinar-live-list*/
  section.live-web-banner-sec {
    padding-top: 30px;
  }

  .live-banner-img img {
    width: 100%;
  }

  section.live-upcom-sec {
    margin-top: 30px;
  }

  .live-div-text h4 {
    font-size: 20px;
    padding-bottom: 5px;
  }

  .live-div-text p {
    text-align: justify;
  }

  section.upcomming-sec {
    padding: 30px 0;
  }

  /* button.live-call-sec {
        top: -90px;
        left: 32px;
    } */
  /* button.live-call-sec {
        top: -80px;
        bottom: 0;
        left: 30px;
        height: 60px;
    } */
  .ss-kund-pg-link-sec {
    width: 45%;
    float: left;
    margin: 0px 8px 15px;
  }

  .ss-horoscop-icons-div {
    display: inline;
    gap: 15px;
    width: 100%;
  }

  /**30-Nov-2022**/
  ul.srv-mn {
    padding-top: 30px;
    width: 100%;
    display: flex;
    gap: 5px;
    margin: 0 auto !important;
  }

  ul.srv-mn li {
    width: 25%;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
    padding: 5px 0;
    border: 1px solid #eee;
    box-shadow: none;
  }

  ul.srv-mn li img {
    width: 45%;
  }

  ul.srv-mn li span {
    display: block;
    color: #2f1254;
    font-family: poppins;
    padding-top: 5px;
    display: block;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
  }

  /**Arrow all 17-Jan-2023**/
  .ss-online-slid .owl-prev {
    position: relative;
    left: 0;
    top: 0;
  }

  .ss-online-slid .owl-next {
    position: relative;
    right: 0;
    top: 0;
  }

  .free-sec-horo .owl-prev {
    position: relative;
    left: 0;
    top: 0;
  }

  .free-sec-horo .owl-next {
    position: relative;
    left: 0;
    top: 0;
  }

  .complimentary-slid .owl-prev {
    position: relative;
    left: 0;
    top: 0;
  }

  .complimentary-slid .owl-next {
    position: relative;
    left: 0;
    top: 0;
  }

  .live-webinar-slidr button.owl-prev {
    position: relative;
    left: 0;
    top: 0;
  }

  .live-webinar-slidr button.owl-next {
    position: relative;
    right: 0;
    top: 0;
  }

  .blog-slidder button.owl-prev {
    position: relative;
    left: 0;
    top: 0;
  }

  .blog-slidder button.owl-next {
    position: relative;
    right: 0;
    top: 0;
  }

  a.allbg {
    width: 50%;
  }

  /**Arrow all 17-Jan-2023**/
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .ss-menu-sec .nav-link {
    font-size: 10px;
  }

  .ss-reg-form-sec button,
  .ss-reg-form-sec input {
    width: 31% !important;
    float: left;
  }

  section.mobile-banner {
    display: none;
  }

  .carousel-item:before {
    right: 0;
  }

  .ss-online-btn-div a {
    padding: 8px 12px;
    font-size: 12px;
  }

  .ss-how-div-sec a {
    margin-left: -20px;
    font-size: 17px;
  }

  .who-we-are-image img {
    padding: 0;
  }

  .ss-web-div-img-sec img {
    width: 100%;
  }

  .ss-singl-detail-sec2 h5 {
    font-size: 20px;
  }

  .ss-title-div-sec h3 {
    font-size: 20px;
  }

  /**27-Dec-2022 Css Start**/
  .live-video-div-bx-sec .remote-video {
    border-radius: 0px !important;
    overflow: hidden;
  }

  .header-area ul li:first-child img {
    width: 25px;
    border-radius: 50%;
    border: 2px solid #fff;
    height: 25px;
  }

  ul.video-chat li:first-child span {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
  }

  ul.video-chat li:last-child a {
    font-size: 12px;
  }

  .header-area ul li:last-child span {
    font-size: 11px;
    padding: 3px 8px;
  }

  ul.video-chat li:first-child span {
    font-size: 10px;
  }

  .butonline ul {
    text-align: center;
  }

  /**27-Dec-2022 Css End**/
}

@media screen and (max-width: 600px) {}

.ms-footer-about {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
  padding: 25px 15px 20px 20px;
  background: #fff;
}

.ms-star-rating {
  color: #ff9c00;
  font-size: 15px !important;
}

.ms-star-rating-text {
  font-size: 15px;
}

.ms-ex-icon-count {
  font-size: 13px !important;
  color: #2f1254;
  line-height: 20px !important;
}

.ss-menu-sec h5 {
  display: none;
}

.swal2-container.swal2-shown {
  z-index: 9999;
}

/**19-Dec-2022 Owl CSS Start **/
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}

/**19-Dec-2022 Owl CSS End **/
/**23-Dec-2022 CSS Start**/
.digit-group {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.digit-group>.input-otp {
  width: 40px !important;
  height: 45px !important;
  border: none;
  background-color: #ddd !important;
  box-shadow: 0 0 2px #ccc;
  border-radius: 5px;
  padding: 0 10px 0 10px;
  border: 1px solid #ddd;
  margin: 3px;
  font-size: 18px;
}

/**23-Dec-2022 CSS End**/
/**27-Dec-2022 Css Start**/
div#videoList video#publishVideo {
  width: 100%;
  border-radius: 10px;
}

.live-price-box-sec {
  background: #2f1254;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.chat-app-window {
  margin-top: 0;
}

.online-user-calling {
  border-radius: 5px 5px 0 0 !important;
}

.chat-app-window {
  margin-top: 0 !important;
}

.live-video-div-bx-sec .remote-video {
  border-radius: 0px;
  overflow: hidden;
}

.live-online-box-sec h5 {
  background-color: #f1e6fe7a;
}

.live_chat_name_h1.text-center {
  padding: 7px 0;
}

.online-user-queue-sec .live-img-sec img {
  width: 45px !important;
}

.live-profile-rr {
  text-align: center;
}

.live-profile-rr img {
  border-radius: 50% !important;
  border: 3px solid #a35bff;
  height: 80px;
  width: 80px !important;
  object-fit: cover;
}

.live-profile-rr .badge-success {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: -5px;
  width: 35%;
  text-transform: uppercase;
  background-color: #2f1254;
}

.live-profile-rr h5 {
  font-size: 14px;
  padding: 5px 0 0 0;
  color: #000;
  font-weight: 400;
}

.rr-gift-pop h6 {
  padding: 5px 0 0 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.rr-gift-pop img {
  border-radius: 50% !important;
  height: 80px;
  width: 80px !important;
  object-fit: cover;
}

button.rr-button {
  background-color: #b173fe;
  border-radius: 100px;
  border: 0;
  font-size: 15px;
  padding: 8px 20px;
}

div#walletPrice {
  color: #ff5254;
  font-size: 16px;
}

.live-price-bx3 {
  background: #b173fe1f;
  overflow: hidden;
  vertical-align: middle;
  padding: 10px;
  border-radius: 5px;
  color: #666;
}

.live-price-bx1 {
  background: #b173fe1f;
  overflow: hidden;
  vertical-align: middle;
  padding: 10px;
  border-radius: 5px;
}

.live-pg-price-box {
  margin-top: 0px;
  position: relative;
}

span#count {
  background-color: #b173fe;
  padding: 2px 2px;
  color: #fff;
  border-radius: 5px;
  font-size: 11px;
}

.butonline {
  bottom: 180px !important;
}

ul.video-chat li:last-child a {
  font-size: 13px;
}

.header-area ul li:last-child span {
  font-size: 13px;
  padding: 2px 10px;
}

.butonline ul li:nth-child(3) {
  margin: 10px auto 7px;
  width: 78%;
}

.chat-app-window .chat-app-form {
  position: relative;
  bottom: 0;
  width: 100%;
  border-bottom-right-radius: 15px;
}

/**27-Dec-2022 Css End**/
/**19-Jan-2023**/
i.fa.fa-play.vdd {
  font-size: 7px !important;
  border-radius: 100px;
  border: 1px solid #d9d9d9;
  padding: 6px;
  position: absolute;
  color: #bc86ff;
  left: 18px;
  top: 8px;
}

i.fas.fa-play.playvd {
  position: absolute;
  cursor: pointer;
  left: 25px;
  top: 25px;
  color: #fff;
  background-color: #b67bff;
  width: 45px;
  height: 25px;
  font-size: 11px;
  border-radius: 4px;
  line-height: 25px;
  text-align: center;
}

.ss-singl-img-2 i {
  position: absolute;
  top: 40%;
  left: 38%;
  background-image: linear-gradient(to right, #b173ff, #ddc2ff);
  width: 80px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

/**Testimonial section start**/
.textimonhaad {
  text-align: center;
  display: block;
  width: 100%;
}

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ececec;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}

.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #2f1254;
  padding: 9px 35px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
  text-align: center;
  padding: 0px;
  margin-bottom: 50px;
  opacity: 1;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #b173ff;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3190e7;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

.myimgar {
  max-width: 25% !important;
  border-radius: 100px;
}

.starrating i {
  color: #b479ff;
}

.starrating {
  padding-bottom: 10px;
}

.videosection {
  border-radius: 10px;
  overflow: hidden;
}

.videosection p {
  text-align: center;
  padding: 5px;
  margin-top: -9px;
  color: #000000;
  background-image: linear-gradient(to right, #f7f0ff, #dec6fc) !important;
}

/**Testimonial section end**/
.nnrr-btn {
  width: 35%;
  margin: 0 auto;
}

.rr-main-pop {
  padding: 31px 35px 25px 35px;
}

.astro-ex-prof-section .price-old {
  font-size: 1.125em;
  text-decoration: line-through;
  color: #6c757d;
}

.accordion>.card>.card-header {
  background-image: linear-gradient(to right, #b173ff, #ddc2ff);
}

.footerBottomMenu p a{
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}

.footerBottomMenu p a:hover{
  list-style: none;
  text-decoration: none;
}
#paymentMsg{
  margin-top: 10px;
}
#paymentMsg p{
  margin-bottom: 0px;
  color: #000;
  font-size: 18px;
}

