@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

body{
   margin:0;
   padding:0;
   color: #ec9878;
   font-family: "Outfit", sans-serif;
}
/*font-family: "Anton", sans-serif;*/
a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color:#000;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.main{
  margin: auto;
  padding: 0;
  width: 92%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
p, ul{margin:0px;padding: 0;}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
/*START HEADER SECTION */

/* start top head section */
.head-list{

position: relative;

z-index: 1;

text-align: center;

padding: 50px 0 0;
}
.head-logo1{padding: 0 12px;}
.head-list li{
  display: inline-block;
  text-transform: capitalize;
  padding: 2px 18px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  border: 1px solid #ffffff1f;
  border-radius: 25px;
}
.topheader-section{
 position:relative;
 overflow:hidden;
 z-index: 1;
 padding: 100px 0 15px;
 background: linear-gradient(45deg, #0c0234, #9c2534);
}
.topheader-section:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:

radial-gradient(#fff 1px,transparent 1px),

radial-gradient(#d4af37 1px,transparent 1px);
  background-size:

140px 140px,

220px 220px;
  opacity:.28;
  animation: stars 6s linear infinite;
  z-index: -1;
}

@keyframes stars{

from{

transform:translateY(0);

}

to{

transform:translateY(-200px);

}

}

.topheader-section::after{

content:"";

position:absolute;

right: -105px;

top: -120px;

width: 250px;

height: 250px;

border-radius:50%;

/* background:

radial-gradient(circle,

rgba(255,210,80,.55),

rgba(255,180,0,.18),

transparent 70%); */

filter:blur(25px);

z-index: 0;
}

.overlay{

position:absolute;

bottom:-180px;

left:0;

width:100%;

height: 344px;

background: radial-gradient(circle at 20% 0, rgb(191 99 44 / 59%), transparent 60%), radial-gradient(circle at 80% 0, rgba(255, 150, 0, .25), transparent 60%);

filter:blur(90px);
}
.head-right2{
  
}
.head-right1 ul li{
  display: inline-block;
  text-transform: capitalize;
  padding: 0 3px 0;
  color: #000000;
  font-size: 21px;
  font-weight: 500;
}
.head-right1 ul li a{
  font-size: 23px;
  color: #000000;
  display: block;
  padding: 6px 18px 4px 15px;
  border-radius: 33px;
  font-weight: 600;
  background: radial-gradient(#ffffff, #fcd36e);
}
.head-right1 ul li a svg{
  height: 42px;
  width: 35px;
  margin: -27px -8px 0 0;
  fill: #9c2534;
}
/* end top head section*/

/* Start navigation section  */


.navigation{
  /* border-top: 1px solid #0000000f; */
  padding: 4px 0 0;
  margin: 0;
}
.fixed-top{
  position: fixed;
  top: 0;
  padding: 8px 0 8px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1030;
  height: auto;
  background: #b25762;
}
.fixed-top .navigation{
  border:0;
  padding:0;
}
.navbar ul  li{
  padding: 0 25px;
  text-transform:capitalize;
  font-size: 14px;
}
.navbar ul  li svg{
   fill:#eaa142;
}
.navbar ul  li a{
  color: #000000;
  padding: 0px 15px 0px !important;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 17px;
  display: inline-block;
  /* background: #9c2534; */
  border-radius: 27px;
}

.nav-link:focus, .nav-link:hover {
    color: #000000;
}
.navbar-toggler {
  margin: 0 0 0 auto;
  border: 0 !important;!i
  padding: 0;
  display: block;
  padding: 0;
  height: 40px;
  width: 39px
}
.navbar-toggler:focus{
  border: 0 !important;
  padding: 0;
  border-radius: 0;
  border-width: 0 !important;
  box-shadow: none;
}
.toggle-icon {
  height: 2px;
  margin: 6px 0;
  padding: 0;
  width: 100%;
  background: #000000;
  display: block;
}
/* end navigation section */


/* start header slide section*/

.header-left1{text-align: center;padding: 12px;}
.text-header a{
  padding: 8px 15px;
  display: inline-block;
  color: #000000;
  background: #ffffff;
  margin: 0 10px;
  text-transform: capitalize;
  font-size: 12px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  font-weight: 500;
  box-shadow: 0 0 10px #ffffff5e;
}
.text-header a svg{
  
width: 26px;
  
height: 30px;
  
fill: #259800;
  
margin: -6px 0 0;
}
.text-header a em{
  color: #000000;
  font-weight: 500;
  font-size: 19px;
  display: inline-block;
}
.text-header strong{
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 26px;
  padding: 0 0 10px;
}
.text-header em{
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  font-style: normal;
}
.text-header p{
  color: #fff;
  line-height: 27px;
  padding: 10px 0 35px;
  font-size: 18px;
  font-weight: 300;
}
.text-header span{display: block;font-size: 80px;f;font-weight: 600;text-transform: uppercase;color: #fcd36e;line-height: 70px;}






.header-right1{
   text-align: center;
   padding: 12px;
   margin: 0 auto;
}
.circle{
  position: absolute;
  right: 0;
  bottom: -42px;
  z-index: -1;
  animation: circle 40s linear infinite;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  
  }
  100% {
    transform: rotate(360deg);
 
  }
}
.circle img{
}
.image-client img{

}
/* end header slide section*/
/* END HEADER SECTION*/

/* start horoscope section  */

.horoscope-sec{
  padding: 60px 0 50px;
}
.horoscope-heading b{
  display: block;
  margin: 0 auto;
  height: 60px;
  width: 60px;
  border: 1px solid #ac4361;
  border-radius: 50%;
  line-height: 56px;
  background: radial-gradient(#c35a797d 30%, transparent 60%);
}
.horoscope-heading b svg{
  height:30px;
  fill: #ac3452;
  width:30px;
}
.horoscope-heading strong {
  font-size: 44px;
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
}
.horoscope-heading strong span{
   color: #ac3654;
}
.zodiac-img1{
  padding: 10px;
  text-align:center;
}
.zodiac-img1 span{display:block;padding: 10px;border: 1px solid #fee3e2;}
.zodiac-img1 img{
  width: 140px;
}
.zodiac-img1:hover span{
  background:#fee3e2;
}
/* end horoscope section */

/* start top services section */

.topservices-section{
  padding: 50px 0;
  position:relative;
  z-index: 5;
}
.topservices-heading strong{
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 44px;
  position:relative;
}
.topservices-heading span{
  color: #9c2534;
}
.topservices-heading b{
  display: block;
  margin: 0 auto;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 56px;
  background: radial-gradient(#ffffff 30%, #fcd36e 60%);
}
.topservices-heading b svg{
  height: 38px;
  fill: #9c2534;
  width: 38px;
}
.topservices-heading .line-arrow{
  height: 4px;
  width: 149px;
  background: #fc9704;
  margin: 0 5px 0 2px;
}
.topservices-heading .rou-arrow{
  height: 7px;
  width: 7px;
  border-radius: 50%;
  position:relative;
  margin-left: 5px;
}
.topservices-heading .rou-arrow:after{
  width: 5px;
  height: 5px;
  background: #bb0000;
  border-radius: 50px;
  position: absolute;
  top: 0.9px;
  left: -8px;
  content: "";
}
.topservices-heading p{
  color: #3f3f3f;
  text-transform: uppercase;
  font-weight:600;
  margin: -2px 0 0;
}


.topservices-1{
  padding:10px;
}
.topservices-2{
  padding: 0 0 0px 0;
  background:#fff;
  position: relative;
  border: 1px solid #e7e7e7;
}
.topservices-2 strong{
  text-transform: uppercase;
  font-weight: 700;
  color: #9f2d3b;
  font-size: 21px;
  padding: 20px 0px 4px 23px;
}
.topservices-2 a{
  width:fit-content;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 15px 10px 15px;
  margin: 20px 10px 30px 26px;
  background: linear-gradient(45deg, #0c0234, #9c2534);
  border-radius: 6px;
} 
.topservices-2 p{
  font-size: 16px;
  line-height: 28px;
  color: #363636;
  padding: 0px 13px 0 25px;
}
/* end top services section */


/* start astrology section */

.astrology-section{
  padding: 50px 0;
}
.astrology-right1 b{
  display: block;
  text-align: center;
  margin: 0 auto 0 0;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 56px;
  background: radial-gradient(#ffffff 30%, #fcd36e 60%);
}
.astrology-right1 b svg{
  height: 30px;
  fill: #ac3452;
  width: 30px;
}
.astrology-right1{padding: 0 0 0 0px;}

.astrology-right1 p{
  color: #383838;
  line-height: 35px;
  font-size: 17px;
  font-weight: 400;
  padding: 10px 0;
}
.astrology-right1 ul li{
  list-style:none;
  font-size: 15px;
  color: #000000;
  padding: 5px 0 5px 27px;
  position: relative;
}
.astrology-right1 ul li:before{
  font-weight: 600;
  position: absolute;
  color: #fcd26e;
  top: 0px;
  text-align: center;
  left: 0px;
  font-size: 22px;
  content: "\2729";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
}
.astrology-right1 strong{
  color: #000000;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 60px;
  font-size: 45px;
  position: relative;
}
.astrology-right1 strong span{
  color: #9c2534;
}
/* end astrology section*/

/* start pay section */

.pay-section{
  padding: 50px 0;
}
.pay-1{
  padding: 5px;
}
.pay-2{
   padding: 12px 18px 18px;
   position: relative;
   text-align: center;
   border-radius: 12px;
   background: #9c2534;
}
.pay-3{
  
background: green;
}
.pay-2 span{
   display: block;
   padding: 0px 0 11px 0;
   color: #ffffff;
   font-size: 20px;
   font-weight: 600;
}
.pay-2 p{
   font-size: 20px;
   padding: 0 0 2px;
   color: #ffffff;
   text-transform: capitalize;
   font-weight: 500;
}
.pay-2 a{
   background: #ffffff;
   padding: 2px 15px;
   display: inline-block;
   font-size: 28px;
   font-weight: 600;
   border-radius: 50px;
}

/* end pay section*/

/* start about us section */

.aboutus-section{
   padding: 40px 0;
}
.aboutus-left1{
   padding: 10px;
}
.aboutus-left2{
   padding: 20px 20px 0;
   border: 1px solid #ffd789;
   border-bottom:0;
}
.content-design p{
   font-size: 16px;
   line-height: 32px;
   padding: 0 0 7px 0;
   color: #222;
}
.content-design img{
   float: left;
   margin: 0 20px 0 0px;
   height: 260px;
}
.content-design p i{
   font-weight: 600;
   font-style: normal;
}
.content-design ul, ol{
   padding: 0;
}
.content-design ul li{
  list-style:none;
  font-size: 15px;
  color: #000000;
  margin: 11px 0 5px;
  padding: 0  0 0 30px;
  position: relative;
  display: inline-block;
}
.content-design ul li:before{
  font-weight: 400;
  position: absolute;
  color: #fcd36e;
  top: -5px;
  text-align: center;
  left: 0px;
  font-size: 22px;
  content: "\2734";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
}

.content-design em{
   font-size: 20px;
   padding: 9px 21px;
   background: linear-gradient(45deg, #0c0234, #9c2534);
   width: fit-content;
   font-style: normal;
   margin: 29px 0 14px;
   display:block;
   font-weight: 600;
   color: #ffffff;
   border-radius: 30px;
}
/* end about us section*/


 /* start services section   */

.services-section{
  padding: 60px 0 40px;
  position:relative;
  overflow: hidden;
  background: radial-gradient(#fcd36e 30%, #ffffff 60%);
}
.circle-1{
  position:absolute;
  left:0;
  top: -40px;
  right:0;
  margin:0 auto;
  width: 100%;
  z-index: -9;
  animation: circle 40s linear infinite;
  height:100%;
}
.circle-1 img{
    height: 100%;
}

.services-1{
  padding:10px;
}
.services-2{
  padding: 30px 20px 30px;
  background: #fcd36e;
  border: 3px solid #fff;
}
.services-2 span{
  display:block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 97px;
  position: relative;
  background: #fff;
}

.services-2 span svg{
  height: 66px;
  width: 80px;
  fill: #fff;
}
.services-2 p{
  font-size: 15px;
  color: #000000;
  line-height: 27px;
  padding: 5px 0 0;
}
.services-2 strong{
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 700;
  color: #000000;
  padding: 10px 0 2px;
  display: block;
  text-align: center;
}
.services-2 a{
  color: #fff;
  background: linear-gradient(45deg, #0c0234, #9c2534);
  border-radius: 8px;
  font-weight: 500;
  padding: 6px 15px 6px;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  position: relative;
  width: fit-content;
  margin: 19px auto 0;
}

/* end services section */

/* start faq section */

.faq-section{
   padding: 50px 0;
  position:relative;
  background: #fff8ef;
}

.faq-1{
   padding: 0 16px;
   position: relative;
  z-index: 5;
}

.faq-2{
  padding: 20px 23px 20px;
  background:#fff;
  
}
.faq-2 strong{
   font-size: 22px;
   color: #ac3654;
   font-weight: 600;
   padding: 0px 0 5px 0;
   text-transform: capitalize;
   border-bottom: 1px solid #d9d9d9;
   display:block;
   margin: 0 0 8px;
}
.faq-2 p{
   color: #000000;
   line-height: 27px;
   font-size: 16px;
   padding: 1px 0 0;
}
.card{
   padding: 20px 23px 20px;
   border-radius: 10px;
   border: 0;
   background: transparent;
   position:relative;
}
.card:nth-child(odd) {
   padding: 30px 30px 30px 30px;
  }
.card:nth-child(even) {
   padding: 30px 30px 30px 0;
  }
  /* Global ::before */
.card:before {
   content: "";
   position: absolute;
   width: 50%;
   border: solid #f18653;
   z-index: -9;
   }
  
  /* Setting the border of top, bottom, left */
.card:nth-child(odd)::before {
   left: 0px;
   top: -4.5px;
   bottom: -0.5px;
   border-width: 5px 0 5px 5px;
   border-radius: 50px 0 0 50px;
   }
  /* Setting the border of top, bottom, right */
.faq-1:nth-child(even) .card:before {
   right: 0;
   top: -4px;
   left: auto;
   bottom: 0;
   border-width: 5px 5px 5px 0;
   border-radius: 0 50px 50px 0;
   border-top: 5px solid #f18653;
   }
  
  /* Removing the border if it is the first card */
.faq-1:first-child .card::before {
   border-top: 0;
   border-top-left-radius: 0;
   }
  
  /* Removing the border if it is the last card  and it's odd */
.faq-1:last-child:nth-child(odd):before {
   border-bottom: 0; 
   border-bottom-left-radius: 0;
   }
  
  /* Removing the border if it is the last card  and it's even */
.card:last-child:nth-child(even):before {
   border-bottom: 0;
   border-bottom-right-radius: 0;
  }
/* end faq section */

/* start testimonials section  */

.testimonials{
  padding: 40px  0 0;
}
.client{
   margin: 20px 0 0;
}
.testimonials1{
  padding: 12px;
}
.testimonials2{
  border-radius: 17px;
  padding: 0 20px 30px;
  position:relative;
  background: url(../images/stars.png) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: left !important;
}
.testimonials2:before{
  left:0;
  top:0;
  right:0;
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  background: linear-gradient(45deg, #0c0234, #9c2534);
  border-radius: 17px;
  background-size: cover;
  z-index: -9;
  background-position: bottom;
}
.qoute{
  display: block;
  position: absolute;
  top: 8px;
  opacity: 1;
  height: 33%;
  color: #ffffff;
  right: 5px;
  z-index: -9;
}
.qoute .bi{
  height: 45px;
  width: 45px;
}
.testimonials3 p{
  color: #ffffff;
  font-weight: 300;
  line-height: 30px;
  font-size: 16px;
  padding: 0px 0 0 0;
}
.testimonials3 aside b{
  padding: 0 1px;
  color:#e79f41;
}
.testimonials3 aside b svg{
  height: 40px;
  width: 135px;
}

.testimonials3 aside{
  padding: 12px 0 0 0;
  position:relative;
  text-align: center;
}
.testimonials4 strong{
  padding: 7px 15px 7px;
  font-size: 16px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  background: #fff;
  color: #000000;
}
.testimonials4 span{
  font-size: 16px;
  padding: 0 0 0 4px;
  font-weight: 700;
  color: #9c2534;
  display: inline-block;
  text-transform: uppercase;
}
.testimonials4 img{
  border-radius:50%;
  display: block;
  margin: 0 auto 12px 0px;
  padding: 0 7px 0 0px;
  height: 60px;
}
.testimonials3 strong{
  padding: 0px 0 0;
  text-align: left;
  font-size: 16px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
}
.testimonials3 i{
  font-size: 16px;
  padding: 0 0 0 4px;
  font-weight: 500;
  color: #eaa142;
  display: inline-block;
  float: right;
  text-transform: uppercase;
}
.click-testimonials a{
  border: 1px solid #b7934233;
  font-weight: 400;
  color: #e79f41;
  padding: 11px 29px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 auto;
  border-radius: 40px;
}
.click-testimonials a svg{
  margin: -2px 4px 0 4px;
}
.click-testimonials a:nth-child(2){margin:0 10px 0 10px;}
/* end testimonials section  */

/*start why choose us section */

.chooseus-section{
  padding: 50px 0;
}
.choose-1{
  padding: 5px;
}
.choose-2{
  padding: 16px 8px 13px;
  border: 1px solid #0000001c;
}
.choose-2 span img{
  height: 71px;
}
.choose-2 p{
  color: #303030;
  text-transform: capitalize;
  padding: 9px 0 0;
  font-size: 18px;
  font-weight: 500;
}
.choose-2 b{
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  display: block;
  text-transform: capitalize;
}
.choose-2 span svg{

width: 90px;

height: 62px;

fill: #9c2534;
}
.choose-2:hover{background: #fcd36e;}
/* end why choose us section*/


/* start footer section */

.footer{
  background: linear-gradient(45deg, #0c0234, #9c2534);
  padding: 50px 0;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.footer:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:

radial-gradient(#fff 1px,transparent 1px),

radial-gradient(#d4af37 1px,transparent 1px);
  background-size:

140px 140px,

220px 220px;
  opacity:.28;
  animation: stars 6s linear infinite;
  z-index: -1;
}


.footer::after{

content:"";

position:absolute;

right: -105px;

top: -120px;

width: 250px;

height: 250px;

border-radius:50%;

/* background:

radial-gradient(circle,

rgba(255,210,80,.55),

rgba(255,180,0,.18),

transparent 70%); */

filter:blur(25px);

z-index: 0;
}

.overlay{

position:absolute;

bottom:-180px;

left:0;

width:100%;

height: 344px;

background: radial-gradient(circle at 20% 0, rgb(191 99 44 / 59%), transparent 60%), radial-gradient(circle at 80% 0, rgba(255, 150, 0, .25), transparent 60%);

filter:blur(90px);
}

.footer-bottom{
  position:relative;
}
.flag{
  position:absolute;
}
.footer-heading strong{
  font-size: 25px;
  text-transform: capitalize;
  color: #fcd36e;
  text-align: left;
  font-weight: 500;
}
.footer-center1{
  padding: 12px;
}
.note{
}
.footer-center2{
  padding: 0px 0px 0px;
}
.text-centent p{
  color: #ffffff;
  line-height: 32px;
  font-size: 16px;
  font-weight: 400;
}
.social-footer ul li{
  list-style: none;
  display: inline-block;
  padding: 0px 7px 0 0;
}
.social-footer li a{
  color: #000000;
  height: 35px;
  line-height: 39px;
  width: 35px;
  display: inline-block;
  background: #faa11a;
  border-radius: 22%;
  text-align: center;
}
.social-footer li a .bi{
  height: 17px;
  width: 17px;
}
.note a{
  color: #9c2534;
  border-radius: 8px;
  background: #fcd36e;
  padding: 5px 25px;
  font-weight: 600;
  margin: 22px 5px;
  font-size: 25px;
  display: inline-block;
  text-transform: capitalize;
}
.note .chat-astro{
  background: #fff;
  color:#000;
}

.footer-copy{
  justify-content:center;
  align-items:center;
  padding: 40px 0 0;
}
.icon-social li{
  list-style: none;
  display: inline-block;
  padding: 0 3px;
}
.icon-social li a{
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  border-radius: 110px;
  height: 30px;
  line-height: 28px;
  width: 30px;
  background: #ffaa0042;
}
.icon-social li a .bi{
  height: 0.8rem;
  width: 0.8rem;
}
.footer-list{

}
.footer-list ul {
  padding:0;
  list-style:none;
  margin:0;
}
.footer-list ul li{
  padding: 5px 0px 5px 18px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  position:relative;
  text-transform: capitalize;
}
.footer-list ul li:before{
  position: absolute;
  color: #ffa962;
  top: -7px;
  left: -6px;
  font-size: 33px;
  content: "\1051";
  font-family: 'Glyphicons Halflings';
}
.footer-navigation{
    padding: 0px 0px 0px 0px;
    margin: 0px 0 0 0;
}
.footer-navigation ul li{
  padding: 0px 0 0px 50px;
  font-size: 17px;
  margin: 15px 0 0 0;
  color: #fff;
  text-align: left;
  font-weight: 300;
  display: inline-block;
  text-transform: capitalize;
  list-style: none;
  position: relative;
}
.footer-navigation ul li:before{
  position: absolute;
  background: #e6e6e600 30%;
  top: -5px;
  left: 0px;
  color: #ffa900;
  font-size: 24px;
  content: "\279f";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
}
.footer-navigation ul li a{
  display: block;
  color:#fff;
}
.footercontact-heading strong{
  font-size: 21px;
  text-transform: uppercase;
  display:block;
  text-align: left;
  font-weight: 700;
  color: #faa11a;
}

.footercontact-heading ul{
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
}
.footercontact-heading ul li{
  display: block;
  color: #fff;
  position: relative;
  padding: 10px 0 4px 30px;
}
.footercontact-heading ul li:before{
  font-weight: 600;
  position: absolute;
  color: #fcd26e;
  top: 5px;
  text-align: center;
  left: 0px;
  font-size: 22px;
  content: "\2729";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
}
.footercontact-heading ul li a{
  color: #ffffff;
  display: block;
}
.footercontact-heading ul li .bi{
  height: 19px;
  color: #ac3654;
  width: 19px;
  margin: 0px 0 0px 0;
}
.footercontact-heading ul li b{
  height: 38px;
  text-align: center;
  width: 38px;
  background: #ffffff;
  border-radius:50%;
  display:block;
  position:absolute;
  line-height: 43px;
  left: 0;
  top: 5px;
}
.footercontact-heading ul li span{
  margin: 0 0 0 14px;
  display: inline-block;
  font-size: 17px;
}

.note strong{
  font-weight: 700;
  padding: 4px 20px 3px;
  font-size: 23px;
  text-transform: capitalize;
  margin: 0 0 0px 0;
  display: inline-block;
  color: #000000;
  background: #ffffff;
}
.note p{
  color: #ffffff;
  font-size: 24px;
  border-bottom: 1px solid #faa11a;
  margin: 0;
  display: inline-block;
  font-weight: 500;
}
.note p b{font-weight: 700;color: #ff9db6;}
.note{
  padding: 0px 0 44px 0px;
}
/* end footer section */

/* start copy right section */

.copy-section{
  padding: 12px 0 12px;
  background: #000;
}

.copy p{
  color: #fff;
  padding: 8px 0 0;
}
.copy span{
  color: #fff;
  padding: 40px 0 0;
  display: block;
  font-size: 14px;
  font-weight: 200;
}
.copy p a{
  color:#faa11a;
}
.copy p b{
  display: inline-block;
  width: 2px;
  height: 30px;
  margin: -8px 5px -8px 5px;
  padding: 0 0px;
  background: #838383;
}
.footer-logos ul li{
  display: inline-block;
  margin: 0 8px  0 0;
}
.footer-logos ul li img{
  height: 33px;
}
/* end copy right section*/

/* why choose us section start */
.why-choose{
    padding: 0;
    position: relative;
    overflow: hidden;
}
.why-choose:before{
  content:"";
  position:absolute;
  background-image: url(../images/half-astro.jpg);
  z-index: -1;
  width: 370px;
  height: 700px;
  top: -30px;
  background-repeat: no-repeat;
  right: -130px;
  background-size: 283px;
  opacity: 35%;
}
.why-left{
    padding: 0;
}
.why-left1{
    /* padding: 0; */
}
.why-left1 img{
    /* width: 100%; */
}
.why-right{
    padding:0;
}
.why-right1{
    padding: 0;
}
.why-title{
  border: 0px solid #7c1034;
  background: #fff;
  padding: 12px 12px 5px;
}
.counter {
    padding: 12px;
}
.counter1{
    padding: 15px 15px 10px;
    text-align: center;
    background: #7c1031;
    border-radius: 10px;
}
.counter-icon{
  
display: block;
}
.counter-icon i {
    font-size: 48px;
    color: #ff9c00;
}
.counter-icon i:after {
    border-radius: 50%;
    content: "";
    height: 30px;
    position: absolute;
    width: 30px;
    z-index: -1;
    /* background: #ffffff73; */
    opacity: 0.5;
    top: 0;
    left: 0;
    animation: headShake 1.3s infinite running;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}
.counter1 p{
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 0 0;
}
.counter ul li{
  list-style:none;
  font-size: 15px;
  color: #000000;
  padding: 5px 0 5px 27px;
  position: relative;
}
.counter ul li:before{
  font-weight: 600;
  position: absolute;
  color: #fcd26e;
  top: 0px;
  text-align: center;
  left: 0px;
  font-size: 22px;
  content: "\2729";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
}
.gem1{

padding: 6px;
}
.gem2{
  
border: 1px solid #0000001f;
  
text-align: center;
  
padding: 12px;
  
background: #ffffff;
}
.gem2 img{
  
width: 100px;
}
.gem2 p{
  
font-size: 15px;
  
color: #000000;
  
position: relative;
  
font-weight: 500;
}


/* why choose us section end */


.fixed-icon-whatsapp a:nth-child(1){
  left: 38px;
}
.fixed-icon-whatsapp a {
    font-weight: 500;
    font-size: 28px;
    position: fixed;
    right: 38px;
    color: #fff !important;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    z-index: 9999999;
    transition: all .5s ease-in-out;
    text-decoration: none !important;
    bottom: 40px;
    text-transform: capitalize;
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.fixed-icon-whatsapp a b {
    z-index: 9;
    position: relative;
    display: inline-block;
    margin: 0px 0 4px -0px;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.5));
    animation-name: rip;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    background: #ffffff;
    line-height: 48px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.fixed-icon-whatsapp a b img {
    height: 40px;
}
@keyframes rip{
    0% {
    box-shadow: 0px 0px 0px 4px rgb(233 160 66);
    }
    20% {
        box-shadow: 0px 0px 0px 6px rgb(234 161 66 / 42%);
    }
    40% {
        box-shadow: 0px 0px 0px 8px rgb(234 161 66);
    }
    60% {
        box-shadow: 0px 0px 0px 10px rgb(234 161 66 / 24%);
    }
    80% {
        box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);
    }
    100% {
        box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);
    }
}

#callbook {
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
  padding: 0px 0px;
  list-style:none;
  z-index: 99999;
  position: fixed;
  bottom: 50px;
  left: 40px;
}
#callbook ul li:last-child{
    float: right;
    right: 40px;
    left: auto;
}
#callbook ul li img{
  height:60px;
    animation: pulse 1s infinite;
    animation-timing-function: linear;
}
.pulse:hover { 
    animation: pulse 1s infinite;
    animation-timing-function: linear;
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1);}
    100% { transform: scale(1); 
    }
}
/* start top services section */

.list-section{
  padding: 0;
}

.list-top1{
  padding: 12px;
}
.list-top2{
  padding: 0px;
}
.list-top2 ul{
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.list-top2 ul li{
  padding: 11px 9px;
  border-radius: 31px;
  color: #ffffff;
  font-size: 19px;
  text-transform: capitalize;
  margin: 17px 0px 0px;
  background: linear-gradient(45deg, #0c0234, #9c2534);
  font-weight: 500;
}


/* end top services section */
@media (max-width: 767px){
  .navbar ul li{text-align:left;padding: 0;}
  .navbar{margin: -62px 0 0 0;}
  .text-header span{font-size: 55px;line-height: 45px;}
  .text-header strong{font-size: 19px;}
  .navbar ul li{text-align:left;padding: 0;}
  .circle img{}
  .head-logo1 img{margin:0 auto 0 0;}
  .circle{}
  .head-logo1{width: 92%;padding: 0 15px 0 0;}
  .topheader-section{background-attachment: fixed;}
  .navbar-nav{padding: 15px 0 0 0 !important;}
  .top-header{flex-flow: column-reverse;justify-content: left;align-items: normal !important;}
  .head-right1 ul li:nth-child(2){/* display:none; */}
  .head-right1 ul li a{/* font-size: 33px; *//* padding: 6px 10px 6px 11px; */}
  .head-right1 ul li a svg{/* height: 47px; *//* width: 40px; */}
  .text-header p{}
  .head-right1 ul li{padding: 0 0 7px;}
  .fixed-top .navbar{margin:-0px 0 0 0;}
  .fixed-top{padding:0 10px;}
  .fixed-top .navbar-nav{padding:0 !important;}
  .testimonials1{}
  .topservices-heading strong{font-size: 35px;}
  .services-2 strong{font-size: 19px;}
  .horoscope-heading strong{font-size: 36px;}
  .astrology-right1 strong{font-size: 40px;line-height: 50px;}
  .astrology-section{ padding: 70px 10px 0px;}
  .aboutus-section{
    padding: 0 0 40px;
}
  .content-design em{font-size: 17px;padding: 9px 15px;}
  .card:before{display:none;}
  .card:nth-child(odd){padding: 0 0px;}
  .faq-1 { padding: 16px 0;}
  .footer-center1 {padding: 0px 0px 10px 0px;}
 .footer-navigation ul li {text-align: center;padding: 0px 6px 0px 6px;}
 .footer-navigation ul li:before{display:none;}
  .list-top1 {padding:20px 10px 0;}
  .circle-1{display:none;}
  .list-top2 ul li{font-size: 16px;padding: 10px 7px;}
   .text-header em {font-size: 22px;}
  .text-header p {line-height: 26px;padding: 5px 0 25px;font-size: 16px;}
  .navigation {padding: 1px 0 0;margin: 0;}
  .head-list li {padding: 2px 12px 3px;font-size: 15px;margin: 4px 0;}
  .topheader-section {padding: 40px 0 15px;}
  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar{margin: -65px 0 0 0;}
  .text-header span{font-size: 56px;}
  .text-header strong{font-size: 20px;padding: 0;}
  .navbar ul li{text-align:left;padding: 0;}
  .topheader-section{background-attachment: fixed;padding: 40px 0 15px;}
  .navbar-nav{padding: 15px 0 0 0 !important;}
  .top-header{flex-flow: column-reverse;}
  .fixed-top .navbar{margin:-0px 0 0 0;}
  .fixed-top{padding:0 10px;}
  .fixed-top .navbar-nav{padding:0 !important;}
  .circle-1{display:none;}
  .list-top2 ul li { padding: 9px 9px;font-size: 15px;margin: 12px 0px 0px;}
   .head-list li {padding: 2px 12px 3px;font-size: 15px;margin: 4px 0;}
  .text-header a {padding: 8px 10px 6px;margin: 0 5px;}
  .text-header strong {}
  .text-header em {font-size: 20px;}
  .text-header p {line-height: 23px;padding: 5px 0 25px;font-size: 14px;}
  .text-header a em {font-size: 16px;}
  .text-header a svg {width: 22px;height: 28px;}
  .navigation {padding: 1px 0 0;margin: 0;}
  .head-right1 ul li {padding: 0 8px 5px;}
} 

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar ul li {padding: 0 25px;}
  .head-right1 ul li{font-size: 15px;}
  .zodiac-img1 svg {height: 80px;width: 70px;}
  .zodiac-img1 p{font-size: 14px;}
  .topservices-2 strong{p;padding: 20px 0px 4px 10px;font-size: 17px;}
  .topservices-2 p{ padding: 0px 0px 4px 13px;}

  .circle-1{height: 760px;width: 750px;top: 23%;}
  .head-right1 ul li a {font-size: 20px;padding: 6px 12px 4px;}
  .head-right1 ul li a svg { height: 32px;width: 33px;margin: -24px -8px 0 0;}
  .navigation {padding: 0px 0 0;margin: 2px 0 0;}
  .head-list li {padding: 2px 12px 3px;font-size: 16px;}
  .text-header span {font-size: 70px;}
  .text-header strong {font-size: 20px;}
  .text-header em {font-size: 22px;}
  .text-header p {line-height: 27px;padding: 12px 0 25px;font-size: 15px;}
  .text-header a em {font-size: 17px;}
  .text-header a svg {width: 23px;height: 28px;}
  .astrology-right1 strong { font-size: 45px;}
  .pay-2 a {font-size: 24px;}
  .gem2 p {font-size: 13px;}
  .services-2 strong {font-size: 22px;}
  .choose-2 p {font-size: 14px;}
  .choose-2 b {font-size: 15px;}
  .choose-2 span svg {width: 75px;height: 42px;}
  .note a {padding: 5px 20px;font-size: 20px;}
  .topheader-section {padding: 50px 0 15px;}


  
}

@media only screen and (min-width: 1201px) and (max-width: 1350px) {


}

@media only screen and (min-width: 1400px) and (max-width: 1550px) {

}

@media (max-width: 575px) and (min-width: 0px) {
  .horoscope-heading strong{font-size:30px;}
  .zodiac-img1{width:33.3%;}
  .circle img{}
  .circle {}
  .content-design img{float:none;margin:0 auto;display:block;}
  .note a{ padding: 5px 10px;font-weight: 600; margin: 13px 0 0 4px;font-size: 19px;}
  .note p{font-size:20px;}
  .list-top1 {padding:20px 0px 0;}
  .note {padding: 0px 0 15px 0px;}
  .head-right1 ul li {font-size: 18px;}
  .head-list li {padding: 3px 12px 3px;}
  .text-header a {padding: 8px 10px 6px;margin: 0 2px;}
  .text-header em {font-size: 20px;}
  .text-header p {line-height: 23px;padding: 5px 0 25px;font-size: 14px;}
  .text-header a em {font-size: 16px;}
  .text-header a svg {width: 22px;height: 28px;}


}
@media (max-width: 420px) and (min-width: 0px) {
  .head-right1 ul li a{font-size: 23px;padding: 2px 10px 2px 11px;}
  .head-right1 ul li a svg{height: 31px;width: 28px;margin: -22px -8px 0 0;}
  .head-logo1{/* width: 80%; */}
  .text-header strong{font-size: 18px;}
  .zodiac-img1{width:50%;}
  .topservices-heading strong{font-size: 28px;line-height: 38px;}
  .services-2 strong{font-size:20px;}
  .horoscope-heading strong{font-size: 32px;}
  .astrology-right1 strong{font-size: 30px;line-height: 36px;}
  .pay-2 a {font-size: 26px;}
  .head-right1 ul li {font-size: 14px;}
  .head-list li {font-size: 12px;}
  .text-header a {padding: 8px 10px 6px;margin: 0 2px;}
  .text-header em {font-size: 18px;}
  .text-header p {line-height: 20px;padding: 5px 0 16px;font-size: 13px;}
  .text-header a em {font-size: 11px;}
  .text-header a svg {width: 15px;height: 22px;margin: -3px 0 0;}
  .text-header span {font-size: 45px;line-height: 45px;}
    .topheader-section {padding: 22px 0 15px;}
    .navbar-toggler {width: 30px;height: 20px;}
    .navbar {margin: -45px 0 0 0;}



}   




  
  
  
  
  
  
  
