* {
    margin: 0;
    padding: 0;
    font-family: Poppins, Helvetica, sans-serif;
}


body {
    font-family: Poppins, Helvetica, sans-serif;
}
h1, h2, h3, h4 {
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 700;
}
input[type=range] {
    display: block;
    width: 100%;
}
  
#rangeValue {
  position: relative;
  display: block;
  text-align: center;
  font-size: 6em;
  color: #CB0000;
  font-weight: 12px !important;
}
.range {
  width: 100%;
  height: 15px;
  -webkit-appearance: none;
 background: #e9e9e9;   
  outline: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: inset 0 0 5px #e9e9e9;
}
.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #28a745;
  cursor: pointer;
  border: 4px solid #000;
  box-shadow: -407px 0 0 400px #28a745;
}
/*  .range{  height: 15px;
    -webkit-appearance: none;
     background: #e9e9e9;    outline: none;
    border-radius: 15px;
    overflow: hidden;vertical-align: middle;
    box-shadow: inset 0 0 5px #e9e9e9;}
*/


p{font-family: Poppins, Helvetica, sans-serif;line-height: 24px;text-align: justify;}
.footer-text{text-align: center; }
.border_outline{border-radius: 10px;
    border: 1px solid #0003;
    padding: 15px;
    margin-bottom: 10px;
    position: relative;
}
.banner{margin: 3% 0px;}
.bn2{
    margin: 2% 0px;
    color: #454545;
    font-weight: 600;
    text-align: center;}
.section-ws{border-radius: 10px;
    border: 1px solid #0003;
    padding: 15px;
    margin-bottom: 10px;
    position: relative;max-height: 673px;
    overflow-y: scroll;
}
.align-items-start{align-items: flex-start!important; }

.ribbon-top-left{
     width: 56px;
    height: 56px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.ribbon-top-left, .ribbon-bg {
       right: 6px;
    top: 6px;
    position: absolute;
    display: block;
    width: 75px;
    padding: 2px 0;
    font-size: 9px;
    background-color: #414141;
    text-transform: capitalize;
    text-align: center;
}

.ribbon-top-left, span.silver {
   text-shadow: 0 0 #d2d4d6;
    color: #000;
    transform: rotate(-45deg);
}





.astrloger_profile_picture {
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #fff;
    background-repeat: round;
    background-color: #ffc107;

    /* background-image: url("../public/img/astro-background-gray.jpg"); */
}

.astrolger_profile_background{
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.astrloger_profile_picture,.profile_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;    display: inline;
}
.follow-button {
    background-color: #f0df20;
    border: none;cursor: pointer;
    font-size: 13px;
    margin: 10px auto 0;
    display: flex;
    position: relative;
    padding: 4px 12px;
    border-radius: 5px;
    transition: .3s ease-in-out;
}
.astrologer-heading {
    display: flex;
    justify-content: flex-start;
    place-items: center;
 
    font-size: 24px;
    color: #212529;
    margin-bottom: 10px;
    line-height: 35px;
}

ul,ol,li{list-style:none;color: #5e5e76; }

.wsm li{list-style:none; font-size: 16px; margin: 10px 0px;}
.wsm li strong{font-weight: bolder;color: #000;}
span.rating{
    color: #1e1a17;
    font-size: 16px;
    background-color: #fcc705;
    border-radius: 2px;
    padding: 3px 8px;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
    line-height: initial;
    margin-left: 15px;
}
span.rating img {
    margin-bottom: 4px;
    margin-left: 3px;
    vertical-align: middle;
    border-style: none;
}


.wsx-details {
    width: 60%;
    border: 1px solid #c3c3c3;
    display: flex;
    justify-content: flex-start;
    place-items: center;
    border-radius: 6px;
    padding: 10px 0px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0392156863);
}
.wsx-details .consultation {
    padding: 0px 20px;
    width: 50%;
    color: #606366;
}
.wsx-details .consultation .current-consultation {
    display: block;
    color: #343a40;
    font-weight: 600;
}
.wsx-details .consultation:last-child {
    border-left: 1px solid #c3c3c3;
}

.wsx-buttons {
    margin: 20px 0 35px 0 !important;
    width: 60%;
}

.wsx-buttons .btn {
    padding: 10px 20px;
    width: 49%;
    display: inline-block;
    border: none;
}
.wy-3 {
    font-size: 24px;
    line-height: 29px; margin: 0.5rem 0rem!important;
}
.wh2{font-size: 20px;
    margin-bottom: 10px;
    color: #454545;
    font-weight: 600;
    text-align: left;}


/*Review section*/
.reviews_details{
    display: flex;
    flex-direction: row;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    margin-top: 10px;
    padding: 16px 32px 18px 14px;
    position: relative;
}

.reviews_details .review_container {
    padding-left: 12px;
}
.reviews_details .review_container .review_date {
    font-size: 12px;
    color: #606366;
    line-height: 18px;
    margin-bottom: 10px;
}.reviews_details .review_alphabet span {
    display: flex;
    justify-content: center;
    place-items: center;
    color: #ffffff;
    background-color: #ffc107;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.reviews_details .review-rating-star {
    position: absolute;
    top: 16px;
    right: 32px;
}
.wsmrating{
    display: block;text-align: center;font-family: 'Poppins', sans-serif;
}
.wsmrating > h3{
    font-weight: 600;
    font-size: 3em;
}
.wtxt{font-weight: bolder;font-family: 'Poppins', sans-serif;
    font-size: 13px;}
.progress{
   margin: 10px 0px;
}
.txt1{
  display: inline-block;float: left;vertical-align: top;font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin: -4px 1px 0px -16px;
}

.wsmprofile{
    font-weight: bolder;  text-align: center;
    padding: 1em;line-height: 35px;
    border: 1px solid #dc3545;
    float: left;
    margin: 10px; color: #dc3545;

}
 .wsmprofile:hover {
    color: #dc3545;
    text-decoration: none;
    
}
.wsmprofile > i{font-size: 3em;}

.skilleft{width: 7%;float: left;}
.skilright{width: 93%; float: left;}
.clr{clear: both;}
.lbn{padding: 0px 5px;}




.easy_step_bg {
    background: #efefef;
    padding: 20px 0px;
}
.easy_step {
    width: 700px;
    margin: auto;
}
.easy_step_heading {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin: 20px 0px;
}

.easy_step_border {
    border: 1px solid #c0c0c0;
    width: 500px;
    margin: 0 auto;
    position: relative;
    top: 31px;
}
.easy_step_box {
    float: left;
    width: 233px;
    text-align: center;
    z-index: 999;
    position: relative;
}

.easy_step_box {
    z-index: auto !important;
}
.easy_step_box a {
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    color: #565656;
line-height: 26px;cursor: pointer;
}
.font12Mobile {
    font-size: 14px;
}
.GrayColor_light_a {
    color: #737373;
}

.glowing_icon {
    width: 62px;
    height: 62px;
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 9px;
    animation: shadow-pulse 2s infinite;
}


@keyframes shadow-pulse{
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.6);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(220, 53, 69, 0.8);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.9);
	}
}


.sprite-consult {
    display: -webkit-inline-box;
    background: url(../public/img/bga.png?v=1) no-repeat;
}
.sprite-consult_sign_white {
    width: 62px;
    height: 62px;
    background-position: 0 -0 !important;
}
.sprite-consult_sign_yellow {
    width: 70px;
    height: 62px;
    background-position: -95px 0!important
}


.sprite-consult_wallet_white {
    width: 62px;
    height: 62px;
    background-position: 0 -91px !important;
}
.sprite-consult_wallet_yellow {
    width: 70px;
    height: 62px;
    background-position: -97px -91px !important
}

.sprite-consult_call_white {
    width: 62px;
    height: 62px;
    background-position: 0 -183px !important;
}

.sprite-consult_call_yellow {
    width: 70px;
    height: 62px;
    background-position: -96px -183px !important;
}


.sprite-consult_calling {
    width: 20px;
    height: 20px;
    background-position: -71px -155px !important;
    position: relative;
    top: 4px;
}

.sprite-consult_calling_yellow {
    width: 70px;
    height: 62px;
    background-position: -96px 0!important
}


.sprite-consult_chat {
    width: 20px;
    height: 20px;
    background-position: -71px -67px !important;
    position: relative;
    top: 4px;
}

@media only screen and (min-width: 0px) and (max-width: 769px) {
.bn2 { margin: 6% 0px !important;font-size: 1.3em !important;}

.astrologer-heading {font-size: 20px; margin: 12px 0px; display: block;  text-align: center;}
.wsx-details { width: 100%;}
.wsx-buttons  { width: 100%;}
.wsx-buttons .btn { padding: 10px; width: 95%;}
.wy-3,.wh2{text-align: center;}
.skilleft{width: 8%;}
.wsmprofile { margin: 9px; }
.easy_step {  width: 100%;}
.easy_step_box { width: 33%;margin: 15px 0px; }
.easy_step_heading { font-size: 15px; margin: 0px 0px 10px 0px; font-weight: bold;}
.easy_step_border { width: 75%;top: 46px;}
.astrloger_profile_picture { background-color: #fff;}
.astrolger_profile_background {width: 50%; height: auto; margin: 0 auto;}

}





































/*@media (max-width: 768px) {
.list {
    padding: 10px 5px;
    border: 1px #000 solid;
    border-top: 0px;
}*/
}
.stickyheader {
    position: fixed !important;
    top: 0;
    width: 100%;
}
.stickyheader + .content {
    padding-top: 102px;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 10px;
    z-index: 999999;
}
.visible-title {
    visibility: visible;
}
 /*@keyframes slidy {
0% {
left: 0%;
}
20% {
left: 0%;
}
25% {
left: -100%;
}
45% {
left: -100%;
}
50% {
left: -200%;
}
70% {
left: -200%;
}
75% {
left: -300%;
}
95% {
left: -300%;
}
100% {
left: -400%;
}
}
div#slider {
    overflow: hidden;
}
div#slider figure img {
    width: 20%;
    float: left;
}
div#slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 30s slidy infinite;
}*/
.columnsforfooter {
    color: #fff;
    float: left;
    text-align: left;
    padding: 10px;
}
.blink_me {
    animation: blinker 1s linear infinite;
}
 @keyframes blinker {
 50% {
 opacity: 0;
}
}
/*@media screen and (min-width: 480px) {*/
/*.hidelist{
    display:none !important;
}*/
/*.list{
display:none !important;    
}*/
    
           /*.filter{
display:none !important;
position:absolute !important;   
}*/

}
.addoverlay {
    z-index: 9999;
    position: absolute;
    background: #FFF !important;
}
.hidelist {
    display: none !important;
}
.top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #FFE202;
    /*background: linear-gradient(to left, #f46b45, #eea849);*/
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #000;
    height: 50px;
    padding: 1em;
    z-index: 10;/* z-index:9999;*/
  
}
.menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu > li {
    margin: 0 1rem;
}
.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#menu-toggle {
    display: none;
}
.menu-button, .menu-button::before, .menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}
.menu-button::before {
    content: '';
    margin-top: -8px;
}
.menu-button::after {
    content: '';
    margin-top: 8px;
}
#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}
#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}
#menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}
 @media (max-width: 700px) {
.menu-button-container {
    display: flex;
    z-index: -1;
}
.menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: left;
    align-items: left;
}
#menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
#menu-toggle:checked ~ .menu li {
    border: 1px solid #FFE202;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu > li {
    display: flex;
    justify-content: left;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: #000;
    background-color: #FFE202;
}
.menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
}
}
.showlistofmenu {
    display: none;
}
.removetextdeco {
    text-decoration: none !important;
    color: #000 !important;
    font-weight: bold !important
}
/*_________________  Accordion
________________________________________*/
.accordion {
    position: relative;
    margin: 60px auto;
    width: 80%;
    font-size: 16px !important;
    font-family: 'Poppins';
    text-align: center;
}
 [id*="open-accordion"], [id*="close-accordion"] {
 background: #fff;
 border: 1px solid #000;
 /* line-height: 40px;*/
 /* height: 40px;*/
  display: block;
 margin: 0 auto;
 position: relative;
 width: 99%;
}
 [id*="close-accordion"] {
 display: none;
}
.accordion a {
    color: #000;
    font-size: 1.0em;
    font-weight: normal;
    padding-left: 1%;
    text-decoration: none;
    text-shadow: none;
}
[id*="open-accordion"]:after, [id*="close-accordion"]:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 5px;
    top: 15px;
    z-index: 999;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.target-fix {
    display: block;
    top: 0;
    left: 0;
    position: fixed;
}
.accordion-content {
    background: #fff;
    height: 0;
    margin: 0px auto 0;
    padding: 0 2.5%;
    position: relative;
    overflow: hidden;
    width: 90%;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    font-family: 'Poppins';
}
.accordion span:target ~ .accordion-content {
    display: block;
    height: auto;
    padding-bottom: 25px;
    padding-top: 10px;
}
 .accordion span:target ~ [id*="close-accordion"] {
 display: block;
}
 .accordion span:target ~ [id*="open-accordion"] {
 display: none;
}
.accordion span:target ~ [id*="close-accordion"]:after {
    border-top: 10px solid #333;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

/*  .swiper-container {
 
}
.swiper-slide img{
  width: 100%;
 
}*/
     .swiper-slide img {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

    .swiper-container{
        position:relative;
        margin:auto;
        width:100%;
        overflow: hidden;
        padding:0;}

/*=============================================
Mobile
=============================================*/

@media (max-width:768px){

    .swiper-container img{
      width: 100%;
      height: 160px;
      object-fit: cover;
    }
    

}
    
    @media (max-width: 991px) {
  .container-box .banner .contain .banner-info {
    /*display: none;*/
      display: block !important;
  }
        .cardforMobile{
            max-width: 100% !important;
        }   
        
}
    
    @media (max-width: 768px) {
  .container-box .banner .contain .banner-info {
    /*display: none;*/
      display: block !important;
  }
        .cardforMobile{
            max-width: 100% !important;
        }   
        
}
.cardforMobile{
            max-width: 31%;
        }

