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

body{
  margin:0;
  padding:0;
  color: #ec9878;
  background: linear-gradient(45deg, #6a0910, #791020, #280c1a);
  font-family: "Jost", sans-serif;
  background: radial-gradient(#680b13, #4f0b0f, #0b0716, #190b41);
  position: relative;
}
html{
  margin: 0px !important;
  padding:0px !important;
}
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: 93%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
p{margin:0px;}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
}

/*font-family: "Cormorant Upright", serif; */

.astrology{
  content:"";
  position: fixed;
  left: 0;
  right: 0;
  background-size: cover;
  opacity: 29%;
  overflow: hidden;
  z-index: -9;
  top: 0;
  background-position: center bottom 40%;
  /* animation: orbit-clock-wise 240s infinite linear; */
}
@-webkit-keyframes orbit-clock-wise {
  0% { opacity: 0.2; -webkit-transform: rotate(0deg); }
  2% { opacity: 0.5; }
  4% { opacity: 0.2; }
  5% { opacity: 1; }
  100% { opacity: 0.2; -webkit-transform: rotate(360deg); }
}
body:before{
  content:"";
  position: fixed;
  height:100%;
  width:100%;
  background:url(images/body-background.webp) no-repeat;
  opacity: 24%;
  z-index: -9;
}
/* START HEADER SECTION */

/* start top head section */

.tophead-section{
  padding: 12px 0 0 0;
  position: relative;
}
.mobile{display: none;}

.contact-head2 a p{
  position: relative;
  font-size: 13px;
  padding:0 0 0 30px;
  text-transform: capitalize;
  color: #ffe57f;
}
.contact-head2 a p span{
  position: absolute;
  left: 0;
  top: -4px;
} 
.contact-head2 a p span svg{
   fill: #ffc900;
   height: 27px;
   width: 26px;
  animation: ring 1.5s infinite ease-in-out;
  transform-origin: 70% 70%;
}

@keyframes ring {
  0% { transform: rotate(0deg); }
  15% { transform: rotate(15deg); }
  30% { transform: rotate(-10deg); }
  45% { transform: rotate(15deg); }
  60% { transform: rotate(-10deg); }
  75% { transform: rotate(15deg); }
  100% { transform: rotate(0deg); }
}
.contact-head2 a aside{
   font-size: 33px;
   color:#fff;
   font-weight: 500;
}

.social-icons{
  position:absolute;
  top: -3px;
  right: 20px;
  fill: #ffffff;
  height: 40px;
  width: 175px;
  transform: rotate(180deg);
}
.social-icons ul{
  transform: rotate(-180deg);
  position: absolute;
  bottom: 0px;
  text-align: center;
  right: -6px;
  left: 0;
  margin: 0 auto;
}
.social-icons ul li{
  text-align: center;
  list-style:none;
  display:inline-block;
  position: relative;
  margin: 0 10px;
}
.social-icons ul li a{
  color: #a70622;
  display: block;
  position: absolute;
}
.social-icons ul li a .bi{
  height: 16px;
  margin: 0;
  width: 16px;
}

.social-icons ul li:nth-child(1) a{
 right: 11px;
 top: -12px;
}
.social-icons ul li:nth-child(2) a {
  left: -12px;
  top: -13px;
}
.social-icons ul li:nth-child(3) a{
  left: 5px;
  top: -7px;
}
.social-icons ul li:nth-child(4) a{
  left: 26px;
  top: -12px;
}
.social-icons ul li:nth-child(3) a .bi{
  height: 20px;
  width: 20px;
}

.astro-line aside{
  font-size: 17px;
  text-transform: capitalize;
  color: #ffffff;
}
.horoscope-icons{
}
.horoscope-icons ul{
  list-style:none;
}
.horoscope-icons ul li{
  display:inline-block;
  padding:0 2px 0 2px;
  margin: 0px;
}
.horoscope-icons ul li a{
  font-size:16px;
  text-align: center;
  height: 31px;
  width: 30px;
  display:block;
  border-radius: 19%;
  background: radial-gradient(#ffc700 0%, #a70622 87%);
  line-height: 28px;
}
.horoscope-icons ul li:first-child{margin:0;}
.horoscope-icons ul li svg{
  height: 17px;
  width: 17px;
  fill:#fff;
  transition: transform 0.3s ease;
}

.horoscope-icons ul li:hover svg{
  animation: smoothBounce 0.6s infinite ease forwards;
}

@keyframes smoothBounce {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
  }
}

.head-logo2 a{
  width:fit-content;
  position: relative;
}
.head-logo2 a span{display: block;position: absolute;color: #fff;text-align: center;top: 18px;left: 38px;width: 100%;right: 0;animation: blk 0.6s ease-in infinite;margin: 0 auto;}

/* end top head section*/

.navigation{border-bottom: 1px solid #5d1316;padding: 18px 0 10px 0;}
.navbar-toggler-icon {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 2px;
  margin: 0 0 0 auto;
  background-color: #ffffff;
  transition: transform 0.3s ease;
  background-image: none;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  position: absolute;
  width: 33px;
  height: 2px;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.navbar-toggler-icon::before {
  top: -10px;
}
.navbar-toggler-icon::after {
  top: 10px;
}
.navbar-toggler{border: 0;box-shadow: none;float: right;margin: -90px 10px 0 auto;}
.navbar-toggler:focus{box-shadow:none;}

.menu{
  justify-content: center;
  width: 100%;
}
.menu li{
  padding: 9px 31px;
  text-transform: capitalize;
  position: relative;
  font-size: 18px;
  z-index: 9;
}
.menu li:before{
  content:"";
  position:absolute;
  right:0;
  height:100%;
  width: 1px;
  background: linear-gradient(179deg, #110a1800, #5d1316, #110a1800);
  top: 0;
}
.menu li:last-child:before{
  display:none;
}
.menu li a{
  color:#fff;
  padding: 0px !important;
  margin: 0;
}
.menu li a .badge{
  position: absolute;
  background: #a70622;
  color: #ffffff;
  font-family: monospace;
  top: -6px;
  font-size: 11px;
  left: 20px;
  z-index: -9;
  animation:blk 0.8s ease-in infinite;
  box-shadow: 0 0 12px 0px rgb(255 151 0 / 62%);
}
@keyframes blk{
  50%{color:#ffffff00;}
  100%{color:#ff9700;}
}

.navbar-nav .nav-link.active{
  color: #ffd9ca;
}
.nav-link:focus, .nav-link:hover{
  color:#ffd9ca;
}
  
  
/* Cross effect on active toggle */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
  background: transparent;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  transform: rotate(180deg);
  top: -8px;
  right: 0;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(90deg);
  top: -8px;
  right: 0;
}
.nav-link:focus, .nav-link:hover {
  color: #f6e6b5;
}

.nav-link:focus, .nav-link:hover {
  color: #f6e6b5;
}
@media all and (min-width: 992px) {
  .dropdown-menu {
    width: auto;
    background: linear-gradient(45deg, #ffffff, #ffffff);
    padding: 8px 0px !important;
    border: 0px solid #5b214b;
  }
  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }
  .ktm-mega-menu {
    position: static;
  }
  .mega-menu {
    left: 0;
    right: 0;
    width: 100%;
  }
  .dropdown-menu li {
    position: relative;
    padding: 1px 14px !important;
    display: block !important;
    line-height: 29px;
    font-weight: 600;
  }
  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }
  .dropdown-menu>li:hover>.submenu,
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
} 
.dropdown ul li a{
  text-transform: inherit;
  color: #4d4d4d;
  font-weight: 500;
  font-size: 16px;
}
.nav-link:focus, .nav-link:hover {
  color: #fae6a1;
}
.dropdown ul li:before{
  display:none;
}

.dropdown-item:focus, .dropdown-item:hover{
  background:transparent;
  color: #cf0020;
}

/* end navigation section  */

/* start top list services */

.list-top-serv{
  padding: 19px 0 5px;
}

.list-top1{
  width: 14%;
  text-align: center;
  padding: 0 10px;
}
.list-top2 span{
  width: auto;
  display:block;
  text-align: center;
  margin:0 auto;
}
.list-top2 span img{
  border-radius:50%;
  height: 70px;
}
.list-top2 strong{
  color: #ffde9d;
  font-size: 15px;
  padding: 3px 0 0 0;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
}
/* end top list services */

/* start slide section */
.slide-section{
  overflow: hidden;
  padding: 0px 0 0px;
}
.slide-left1{
  padding: 20px 0 140px;
}
.slide-left2{
   /* overflow: hidden; */
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
}
.astro-cricle{
  position: absolute;
  top: 0;
}
.astro-cricle img{
  animation: rotation 120s infinite linear reverse;
  height: 440px;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.astro-cricle-1{
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.astro-cricle-1 img{
  height: 404px;
  margin: 0 auto;
  display: block;
  animation: rotated 120s infinite linear;
}
.astro-center{
    margin: 100px 0 0;
}
.astro-center img{
  height: 210px;
}
.slide-right2{
  font-family: "Poppins", sans-serif;
}
.slide-right2 span{
  font-size: 16px;
  display: inline-block;
  margin: 0 5px  0 0;
  padding: 5px 14px;
  text-transform: capitalize;
  border-radius: 20px;
  border: 1px solid #e69274;
  color: #ffeec1;
}
.slide-right2 span svg{
   height: 16px;
   fill: #ffd34e;
   width: 16px;
   margin: -4px 0 0;
}
.slide-right2 strong{
   color:#fff;
   font-size: 59px;
   text-transform: capitalize;
   display: block;
   font-weight: 700;
}
.slide-right2 p{
  color: #e3e3e3;
  line-height: 25px;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 0 40px;
}
.slide-right2 a{
   border-radius: 6px;
   background: #f6e6b5;
   color: #000000;
   font-weight: 600;
   font-size: 16px;
   text-transform: capitalize;
   padding: 10px 25px;
   display: inline-block;
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.listtop-services ul{
  padding: 30px 0 0;
  margin: 0;
  list-style: none;
}
.listtop-services ul li{
  padding: 10px 3px;
  display: inline-block;
}
.listtop-services ul li span{
  border: 1px solid #ffe0a5;
  padding: 12px 13px;
  color: #e9e9e9;
  line-height: 22px;
  font-size: 17px;
  text-align: center;
  display: block;
  border-radius: 10px;
}
/* end slide section*/

/* END HEADER SECTION*/


/* start top services section */

.topservices-section{
   padding: 90px 0 0px;
}
.topservicesheading aside{
   width: 17%;
   margin:0 auto;
   border: 1px solid #771125;
   border-radius: 30px;
   padding: 4px 17px;
}
.qodef-text-marquee .qodef-m-content {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0px;
  overflow: hidden;
  white-space: nowrap;
  position:relative;
}

.qodef--init.qodef-direction--left.qodef-text-marquee .qodef-m-content-inner {
  animation: qode-text-marquee-left var(--qode-marquee-duration,9s) linear infinite;
  margin: 0 10px 0 0;
}
@keyframes qode-text-marquee-left {
  0% {
      transform: translateX(0)
  }

  100% {
      transform: translateX(-100%)
  }
}

.qodef-text-marquee [class*=qodef-m-text] {
  align-items: center;
  display: inline-flex;
}
.topservicesheading strong{
   color: #ffffff;
   font-weight: 500;
   text-transform: capitalize;
   display: block;
   font-size: 50px;
}
.topservicesheading p{
   padding: 0 130px;
   color: #bfbfbf;
   font-size: 18px;
   line-height: 30px;
}
.topservices-1{
   padding: 10px;
}
.topservices-2{
}
.topservices-2 strong{
   font-size: 26px;
   text-transform: capitalize;
   display: block;
   font-weight: 500;
   color: #ffc900;
   padding: 18px 0 5px;
}
.topservices-2 img{
   border-radius: 10px;
}
.topservices-2 p{
   color:#fff;
   font-weight: 300;
   font-size: 16px;
   line-height: 30px;
}

/* end top services section */

/* start other services section */

.otherservices-section{
   padding: 90px 0 70px;
   position:relative;
}
.otherservices-section:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  opacity: 0.5;
  left:0;
  right:0;
  background: url(images/background-services.webp) no-repeat;
  background-size:cover;
  z-index:-9;
}
.other-services1{
   padding: 10px;
   width: 20%;
}
.other-services2{text-align: center;}
.other-services2 img{
   border-radius: 30px;
}
.text-otherservices{
  border-radius: 190px 190px;
  margin: 10px  0 0px;
  padding: 10px 0;
  z-index: 9;
  position: relative;
}
.text-otherservices strong{
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  padding: 0;
  font-size: 20px;
}

.text-otherservices a{
  color: #000000;
  text-transform: uppercase;
  padding: 6px 0  0;
  font-weight: 600;
  animation: blkk 0.8s ease-in infinite;
  display: block;
}
@keyframes blkk{
  50%{color:#530b1300;}
  100%{color:#fac300;}
}

/* end other services section */

/* start horoscope section */

.horoscope{
  padding: 60px 0 40px 0;
}
.horoscope1{
  padding: 40px 5px 10px;
}
.horoscope1 a{
  display:block;
}
.horoscope1 i{
  display: block;
  margin: 0 auto;
  transition: 0.3s ease-in;
}
.horoscope1 svg{
  height: 76px;
  transition:1s ease-in;
}
.horoscope1 svg .st0{
    stroke: #eee;
    stroke-width: 1.5px;
}
.horoscope1 svg .cls-1{
    stroke: #fff;
  transition:0.3s ease-in;
    stroke-width: 1.5px;
}
.horoscope1 strong{
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 10px 0 0 0;
  display: block;
  text-transform: capitalize;
}
.horoscope1:hover svg .st0{
  stroke:#f2b902;
}
.horoscope1:hover svg .cls-1{
  stroke:#f2b902;
}
.horoscope1:hover svg {
  transform: translateY(-8px);
}
/* end horoscope section*/

/* start pooja section */

.pooja-section{
   padding: 50px 0;
}
.pooja1{
   width:19%;
   padding: 10px;
}
.pooja2{
}
.pooja1:nth-child(3){width:24%;}
.pooja2 img{
   width: 100%;
   border-radius: 10px;
}
.pooja1:nth-child(1), .pooja1:nth-child(4){
   margin-bottom: 60px;
}
  #changingText {
    text-align:center;
    font-size: 30px;
    font-weight: 400;
    font-family:'Poppins',sans-serif;
    color: #ffc900; /* Deep purple */
    transition: opacity 0.5s;
  }
/* end pooja section*/

/* start gemstone section */


.gemstone-section{
  padding: 60px 0;
  position: relative;
}
.gemstone-left1 {
  padding: 0px 60px 0px 0px;
}
.gemstone-left1 img{
  filter: drop-shadow(0px 95px 90px rgb(188 98 54))
}
.gemstone-right1{
  border: 1px solid #733e2f;
  padding: 50px 60px 50px 60px;
  border-right: 0;
  border-radius: 30px 0 0 30px;
}
.yantra-1{
  padding: 10px;
}
.yantra-2{
  padding: 0;
}
.yantra-2 img{
  border-radius: 10px;
}
.yantra-2 strong{
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding: 20px 0 0px;
  font-size: 26px;
}
.yantra-2 p{
  font-size: 16px;
  color: #a7a7a7;
  padding: 4px 0 0;
  font-weight: 400;
  font-family:'Poppins',sans-serif;
}
.yantra-2 a{
  color:#ffc900;
  padding: 22px 0 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  border-bottom: 1px dashed #e5b503;
  width: fit-content;
  margin: 0 auto 0px;
}
/* end gemstone section */



/* start kundli section*/

.kundli-section{
   padding: 20px 0 60px;
}
.kundli-heading h1{
   color: #4e0a01;
   font-weight: 700;
   text-transform: capitalize;
   display: block;
   font-size: 58px;
}
.kundli-heading h1 em{
  font-style: normal;
  color: #933011;
  text-transform: uppercase;
}
.kundli-heading strong{
   color: #4e0a01;
   font-weight: 700;
   text-transform: capitalize;
   display: block;
   font-size: 40px;
}
.kundli-heading strong em{
  font-style: normal;
  color: #933011;
  text-transform: uppercase;
}
.kundli-heading span{
  display:block;
  height:60px;
  width:60px;
  line-height: 53px;
  margin:0 auto;
  border: 1px solid #ffdc83;
  box-shadow: inset 0px 0px 12px 2px #ffd363;
  border-radius:50%;
}
.kundli-heading span svg{
   height: 40px;
   fill: #eb4261;
   width: 40px;
   animation: flipp 5s 0s linear infinite;
}
.kundli{
  padding:30px 0 0;
  position: relative;
}
.form-kundli1{padding: 0 40px 0 0px;}
.form-kundli2{
   padding: 30px;
   border-radius: 20px;
   box-shadow: 0 0 10px 0px #ededed;
}
.expert-astrologer1{
  padding: 0 0 0 0px;
}
.expert-heading{
   position: relative;
}
.list-kundli strong{
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  padding: 20px 0 0 0;
  display: block;
}
.expert-heading strong{
   color: #ffbaa7;
   font-weight: 700;
   text-transform: uppercase;
   font-family: 'Poppins',sans-serif;
   display: block;
   font-size: 35px;
}
.expert-heading p{
  color: #cdcdcd;
  padding: 10px 0 0px;
  line-height: 30px;
  font-size: 17px;
}
.list-kundli ul li{
  list-style:none;
  font-size: 18px;
  color: #cdcdcd;
  margin: 12px 0 0px 0;
  padding: 0  0 0 30px;
  position: relative;
}
.list-kundli ul li:before{
  position: absolute;
  color: #fac401;
  top: -4px;
  text-align: center;
  left: 1px;
  font-size: 27px;
  transform: rotate(270deg);
  content: "\2186";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
}
/* end kundli section*/

/* start main services section */

.mainservices-section{
  padding: 100px 0;
  position: relative;
  z-index: 9;
}
.mainservices-section:before{
  content:"";
  background: url(images/stars.png) no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-size: cover;
  z-index: -9;
  top: 0;
  background-position: center bottom 40%;
  opacity: 26%;
}

.mainservices-1{
  padding: 20px 20px;
}
.mainservices-2{
  padding: 23px 25px 23px;
  position: relative;
  border: 1px solid #ffb7a275;
  background: #ffbaa71c;
  border-radius: 25px;
}
.mainservices-2 strong{
  font-weight: 500;
  color: #ffffff;
  display: block;
  font-size: 25px;
  padding: 0px 0 0px;
  text-transform: capitalize;
}
.mainservices-2 p{
  color: #d3d3d3;
  font-size: 16px;
  line-height: 30px;
  padding: 0;
}
.mainservices-2 span{
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}
.mainservices-2 span svg{height: 50px;width: 50px;}

.text-mainservices{
  overflow: hidden;
  margin: 80px auto 0;
  width: fit-content;
}
.text-mainservices a{
  background: linear-gradient(91deg, #CFA346 .84%, #E0BA59 27.15%, #F7EBAE 43.84%, #F3DF89 53.45%, #E0BA59 76.22%, #A8701C 97.97%);
  font-family: "Poppins", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
  display: inline-block;
  color: #000000;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #FFE270;
  border-radius: 10px 10px 10px 10px;
  padding: 12px 28px 12px 28px;
}
.text-mainservices:before{
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, #fff0 30%, rgb(255 255 255 / .8), #fff0 70%);
  top: 0;
  left: -100px;
  animation: shine 3s infinite linear;
  transition: left 4s;
}
@keyframes shine {
    0% {
        left: -100px
    }

    50% {
        left: 100%
    }

    100% {
        left: 100%
    }
}
/* end main services section */


/* start birthchart tagline section  */

.birthchart-tagline{
  position:relative;
  z-index:9;
  border: 1px solid #411616;
  border-left: 0;
  border-right: 0;
  padding: 70px 0;
  font-family: 'Poppins',sans-serif;
}
.birthchart-tagline:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  left:0;
  right:0;
  top:0;
  background:url(images/dosha.webp) no-repeat;
  z-index:-9;
  opacity: 12%;
  background-size: cover;
}
.birthchart-tagline strong{
  font-weight: 600;
  color: #ffffff;
  display: block;
  font-size: 35px;
  padding: 0px 0 12px;
  text-transform: capitalize;
}
.birthchart-tagline p{
  line-height:30px;
  color: #c1c1c1;
  padding: 0 0 18px;
}

/* end birthchart tagline section  */

/* start testimonials section  */

.testimonials{
  padding:100px 0;
}
.client{
   margin: 40px 0 0;
}
.testimonials1{
  padding: 23px;
}
.testimonials2{
  border-radius: 17px;
  padding: 30px;
  background:#ffffff;
  position:relative;
  background-position: center center;
  background-repeat: no-repeat;
}
.testimonials2:before{
  height:200px;
  width:200px;
  background-color: #a70622;
  content:"";
  position:absolute;
  right: -10px;
  bottom: -10px;
  border-radius: 0px 0px  20px 0px;
  z-index: -9;
}
.testimonials2:after{
  height:200px;
  width:200px;
  background-color: #a70622;
  content:"";
  position:absolute;
  left: -10px;
  top: -10px;
  border-radius: 20px 0px  0 0;
  z-index: -9;
}

.qoute{
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 100%;
  color: #1d1208;
  right: 0;
}
.qoute .bi{
  height: 5.8rem;
  width: 5.9rem;
  fill: #e9be84;
}
.testimonials3 p{
  color: #000000;
  font-weight:400;
  line-height: 27px;
  font-size: 17px;
  padding: 9px 0 0 0;
}
.testimonials3 aside svg{height: 19px;}

.testimonials3 aside{
  padding: 10px 0 0px 0;
  position:relative;
}
.testimonials4 strong{
  padding: 6px 23px 4px;
  margin: 0 0 0 10px;
  font-size: 16px;
  display: inline-block;
  border-radius: 30px;
  text-transform: capitalize;
  background: #a70622;
  font-weight: 400;
  color: #ffffff;
  /* border: 1px solid #a70622; */
}
.testimonials4 span {
  font-size: 16px;
  padding: 0 0 0 4px;
  font-weight: 500;
  color: #000000;
  display: block;
  text-transform: uppercase;
}
.testimonials4 img{
  display: inline-block;
  margin: 0 auto 0px 0px;
  padding: 0;
  height: 70px;
  border: 10px solid #e3e3e3;
  border-radius: 50%;
}
.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 bottom services section */

.bottomservices-section{
  padding: 50px 0 100px;
  border-bottom: 1px solid #2f1621;
}
.bottomservices-1{
  padding: 10px;
}
.bottomservices-2{
  padding: 0;
  background: #210a1f66;
}
.bottomservices-2 strong{
  padding: 0 0px 3px 0;
  font-size: 20px;
  color: #dba904;
  display: block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.bottomservices-2 p{
  color: #d7d7d7;
  line-height: 24px;
  padding: 0px 0px;
  text-align: center;
  margin: 0px 0px;
  font-size: 15px;
}
.bottomservices-2 .call-list a{
  color: #c59307;
  display:block;
  border: 1px solid #530216;
  font-weight: 600;
  text-align: center;
  padding: 18px 34px 17px 24px;
  margin: 30px auto 0;
  text-transform: uppercase;
}

.bottomservices-2 .call-list a{
  
}
.bottomservices-2 ul{
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
}
.bottomservices-2 ul li{
  font-size: 16px;
  color: #222;
  padding: 0px 0px 0px 25px;
  position:relative;
  text-transform: capitalize;
  margin: 0;
}
.bottomservices-2 ul li a{
  padding: 10px 0;
  display:block;
  color: #eee;
}


.bottomservices-2 ul li:before{
  position:absolute;
  color: #eeb802;
  top: 7px;
  left: 0px;
  font-size: 20px;
  content: "\2745";
  font-family: 'Glyphicons Halflings';
}
.astro-cla{
  padding: 20px 20px 20px;
  background: #f4e29224;
}
.astro-list{
  padding: 0 10px;
}
/* end bottom services section */


/* start footer section */

.footer{
  padding: 50px 0 40px;
  position:relative;
  z-index: 9;
}
.footer-about1{
  padding: 0 50px 0 0px;
}
.footer-heading strong{
  font-size: 27px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
}
.footer-heading a{
  position:relative;
}
.footer-heading span{
  height: 57px;
  width: 57px;
  border-radius: 50%;
  border: 1px dashed #ffffff;
  display:block;
  text-align: center;
  line-height: 54px;
  right: 0;
  top: 0;
  position: absolute;
}
.footer-heading span svg{
  height: 40px;
  margin: -5px 0 0 0;
  fill: #eee;
}
.text-centent p {
  color: #ffffff;
  line-height: 31px;
  font-weight: 300;
  font-size: 17px;
  padding: 0;
}
.text-centent a{
  font-size: 17px;
  display: block;
  padding: 5px 22px;
  text-transform: capitalize;
  margin: 12px 0 0;
  color: #f7c202;
  border: 1px solid;
  border-radius: 30px;
  width: fit-content;
}
.footer-center2 {
  padding:0 0 30px 0;
}
.footer-social{
  border-top: 1px solid #5d1423;
  padding: 30px 0 0 0;
  margin: 0 auto;
}
.footer-social ul li{
  list-style: none;
  display: inline-block;
  padding: 0px 4px;
}
.footer-social li a{
  color: #150922;
  height: 43px;
  line-height: 50px;
  width: 43px;
  display: inline-block;
  background: radial-gradient(#ffa100, #ffc460);
  border-radius: 30%;
  text-align: center;
}
.footer-social li a .bi{
  height: 1.2rem;
  width: 1.2rem;
}

.footer-right1{
  padding: 0 0 0 0;
}
.footer-right2{
}
.icon-image{
  border-bottom:1px solid #603a11;
  padding: 10px 0 30px 10px;
}
.icon-image ul li{
  display: inline-block;
  list-style: none;
  padding: 0 0px 0 20px;
}
.icon-image ul li img{height: 46px;}
.icon-image ul li a{
  border: 1px solid #b7934233;
  font-weight: 400;
  color: #e79f41;
  padding: 9px 19px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 auto;
  border-radius: 40px;
}

.contact-astro strong{
  font-size: 26px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 7px 0;
}

.footer-contact{
  padding: 0px 0 0px 0px;
}
.footer-contact strong{
  font-weight: 500;
  font-size: 21px;
  text-transform: capitalize;
  margin: 0;
  display: block;
  color: #ffc603;
  padding: 0;
}
.footer-contact ul li{
  padding: 9px 0;
  list-style:none;
}
.footer-contact li span{
  text-transform: capitalize;
  text-align: left;
  display: block;
  border-radius: 20%;
  color: #ffc900;
}
.footer-contact li span .bi{fill: #fff;height: 19px;width: 19px;}
.footer-contact li i{
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  margin: 0 0 0 3px;
  display: inline-block;
}
.footer-navigation ul li{
  padding: 7px 25px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  display:inline-block;
  position:relative;
  text-transform: capitalize;
  list-style: none;
}
.footer-navigation ul li a{
  color:#fff;
}
.footer-navigation ul li:hover a{
  color:#eaa142;
}
.footer-navigation{
  padding: 10px 0 10px;
  margin: 0px 0 0 0;
  text-align: center;
  border-top: 1px solid #603a11;
}



.contact-astro {
}
.contact-services{
  /* background: #170923; */
  padding: 20px;
  border-radius: 18px;
  border: 1px solid #5d1423;
}

.payment strong{
  font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0 0 0px 0;
    display: block;
    color: #eaa142;

}
.payment ul li{
  padding: 5px 2px;
  margin:0;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.payment ul li:nth-child(1){display:block;}
.payment ul li img{
  padding: 5px 8px;
  height: 31px;
  background: #fff;
}
.pay{
  justify-content:center;
  align-items: center;
  padding: 0 0 40px 0;
}
.note strong{
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 0 0px 0;
  display: block;
  color: #ffe7ba;
}
.note p{
  color: #ffffff;
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}
.note p b{font-weight: 600;color: #eaeaea;}
.note span{
  color: #ffffff;
  font-size: 13px;
  margin: 0;
}
.note{
  border-left: 1px solid #802511;
  padding: 14px 0 14px 20px;
}

.footer-naigation{padding: 0;}
.footer-naigation strong{
  font-size: 22px;
  text-transform: capitalize;
  color: #e2b206;
  display: block;
  text-align: center;
  font-weight: 600;
  margin: 0 0 7px 0;
}
.footer-naigation ul {
  padding:0;
  margin:0;
  list-style:none;
  text-align: center;
}
.footer-naigation ul li{
  padding: 7px 17px 9px;
  color: #d3d3d3;
  font-size: 16px;
  display:inline-block;
  position:relative;
  font-weight: 400;
  text-transform: capitalize;
}
.footer-naigation ul li:before{
  content:"";
  position:absolute;
  right:0;
  width: 1px;
  height: 100%;
  top: 0;
}
.footer-naigation ul li:last-child:before{display:none;}
.footer-naigation ul li a{
  color: #c7c7c7;
}
/* end footer section  */

/* start copy right section */

.copy-section{
  padding: 12px 0 12px;
  background: #0d081c;
}

.copy p{
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
.copy p a{
  color: #ffd5c6;
}
.copy p b{
  display: inline-block;
  width: 1px;
  height: 30px;
  margin: -8px 5px -8px 5px;
  padding: 0 0px;
  background: #7c1c0d;
}
.footer-logos ul li{
  display: inline-block;
  margin: 0 8px  0 0;
}
.footer-logos ul li img{
  height: 33px;
}
/* end copy right section*/


/* start bread crumb section*/

.bread-crumb{
  position:relative;
  border: 1px solid #5d1316;
  border-left: 0;
  border-right: 0;
  padding: 20px 0 10px;
}
.breadcrumb-section{
  padding: 22px 0 22px;
}
.breadcrumb-section h1{
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 500;
}
.breadcrumb-section h1 a{
  color: #ffffff;
}
.breadcrumb-section h1 a b{
  font-weight: 700;
  color: #ffc035;
}
.breadcrumb-section p{
  position: absolute;
  right: 0;
  bottom: 18px;
}
.breadcrumb-section .home{
  font-size: 16px;
  padding: 5px 20px;
  background: #a70622;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  margin: 0;
  display: inline-block;
}
/* end bread crumb section  */




/* ==================================================
       START ABOUT US PAGE CSS 
 ==================================================*/

.aboutus-section{
  padding: 40px 0;
  overflow: hidden;
}
.topservicesheading h1 {
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  font-size: 48px;
}
.topservicesheading h1 a{
   color: #ffffff;
}
.aboutus-left1{
  padding: 10px;
}
.aboutus-left2{
  padding: 20px 20px 0;
  border: 1px solid #ffd789;
  border-bottom:0;
}
.content-design p{
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  padding: 9px  0 0;
  color: #d5d5d5;
}
.content-design p a{
  color: #ffa4ae;
}
.content-design p strong{
  font-weight: 400;
  color: #ffefb2;
}
.content-design ul, ol{
  padding: 0;
  margin:0;
  list-style: none;
}
.content-design ul li{
  list-style:none;
  font-size: 15px;
  color: #ffffff;
  margin: 17px 0 0px 5px;
  display: inline-block;
  padding: 7px  20px 7px 30px;
  border: 1px solid #a70622;
  position: relative;
  border-radius: 31px;
}
.content-design ul li:before{
  font-weight: 500;
  position: absolute;
  color: #ffde62;
  top: 3px;
  text-align: center;
  left: 8px;
  font-size: 20px;
  content: "\2742";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
}
.content-design ol li{
  width: fit-content;
  display: inline-block;
  padding: 6px 21px;
  margin: 20px 10px 10px 0;
  border-radius: 30px;
  position: relative;
  color: #fff;
}
.content-design ol li:before{
  font-weight: 500;
  position: absolute;
  color: #ffc900;
  top: 2px;
  text-align: center;
  left: 0px;
  font-size: 22px;
  content: "\2727";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
}
.content-design h2,h3,h4,h5,h6{
   font-size: 20px;
   padding: 5px 21px 5px 10px;
   width: fit-content;
   margin: 13px 0 8px;
   font-weight: 500;
   color: #fff2c2;
   border-left: 3px solid #ffc900;
}
.content-design h2,h3,h4,h5,h6,strong{
  font-weight:400;
}
.aboutclient-left1{
  padding: 10px;
}
.aboutclient-left2{
  border: 2px solid #fdc800;
  padding: 20px;
  border-radius: 50px 50px 0 0;
  border-bottom: 0;
}
.gemstone-image img{
  border-radius:50px;
  margin: 0 auto;
  display: block;
}
/* ==================================================
      END ABOUT US PAGE CSS 
==================================================*/

/*==============================================================
            START 404 PAGE CSS 
================================================================*/ 
.error-page a{
  padding: 100px 0;
  font-family: 'Poppins',sans-serif;
}
.not-found-page p {
  color: #ffffff;
  display: inline-block;
  font-size: 190px;
  font-weight: 700;
  margin: 0 -40px 0;
  text-transform: capitalize;
}
.not-found-page svg{
  height: 170px;
  width: 170px;
  margin: -110px 0 0;
  position: relative;
  color: #572c0a;
  z-index: -9;
}

.not-found-page strong {
  padding: 0;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  margin: 0px 0 0 0;
  display: block;
}
.not-found-page a span{
  background: #9f1a23;
  color: #ffffff;
  padding: 13px 32px;
  text-transform: capitalize;
  border-radius:10px;
  display:block;
  font-size: 21px;
  margin: 50px auto 0;
  width:fit-content;
}
/*==============================================================
            END 404 PAGE CSS 
================================================================*/ 


/* =============================================
        START GET IN TOUCH PAGE CSS 
================================================*/

.getintouch{
  padding: 70px 0 60px;
}
.contact-info1{
  
padding: 0 30px 0 0px;
}
.getin-left1{
  padding: 0 20px 0 0px;
}
.contac-rr {
  margin: 0;
  text-align: left;
}
.form-group1 {
   padding: 10px 8px;
   margin: 0px 0px 0px;
   position: relative;
}
.form-group1 label{
  text-align: left;
  font-weight: 400;
  display: block;
  padding: 0 0 4px 0;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
}
input.form-control1 {
   color: #ffffff;
}

.form-control1 {
  height: 53px;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #ffffff;
  display: block;
  width: 100%;
  line-height: 53px;
  padding: 0px 24px 0px 30px;
  font-size: 15px;
  font-weight: 400;
}
textarea.form-control1 {
  height: 100px;
  border-radius: 20px;
  color:#ffffff;
}
input:-internal-autofill-selected {
    background-color: #ffffff00 ! Important;
}
.form-group1 span{
  margin: 0;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: brightness(1) invert(1);
  font-size:20px;
}

.btn-group{
  padding: 13px 0 0px 0;
  margin: 0;
  display: block;
  text-align: right;
}
.btn-group>.btn{
  background: #ffe681;
  padding: 10px 30px 9px;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border:0;
  border-radius: 350px;
  transition: 0.8s all ease-in-out;
  left: 0;
  margin: 0px auto 0px 0;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #b72a29;
  padding-left:0px;
  font-size:15px;
  font-weight:400;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.get-in1{
  padding: 20px 20px;
}
.get-in2{
  padding: 0;
  position: relative;
  text-align: left;
}
.get-in2 a{
  display: block;
  color: #ffffff;
  font-size: 29px;
}
.social-media a span{
  display: block;
  position: absolute;
  color: #ffffff;
  left: 0;
  right: 0;
  height: auto;
  width: auto;
  margin: 0 auto;
  border: 0;
}
.social-media a span .bi{
  height: 25px;
  width: 25px;
}
.get-in2 strong{
  font-size: 20px;
  font-weight: 500;
  padding: 4px 0 0;
  display: block;
  color: #eaa142;
}
.get-in2 span{
  display:block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin: 0 auto 0 0;
  text-align: center;
  line-height: 101px;
  position: relative;
  color: #f89808;
}

.get-in2 span .bi{
  height: 35px;
  width: 35px;
  fill: #fbe17e;
}
.get-in2 p{
  color: #ffca00;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 0 8px;
}
.social-media{
  border-radius: 17px;
  border: 1px solid #fbe17e;
  padding: 30px 20px;
  position: relative;
  text-align: center;
}
.social-media p{
  font-size: 32px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 500;
}
.social-media li {
  list-style: none;
  position: relative;
  width: fit-content;
  display: inline-block;
  padding: 10px 2px 0 0;
}
.social-media ul li a{
  display: block;
  text-align: center;
  text-transform: capitalize;
  font-style: italic;
  background: #a70622;
  font-size: 13px;
  background: radial-gradient(#ffc700 0%, #a70622 87%);
  font-weight: 400;
  color: #fff;
  height: 47px;
  position: relative;
  width: 47px;
  border-radius: 13px;
  line-height: 58px;
}
.timming li{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  list-style: none;
  border: 1px solid #eee;
  color: #9b0000;
  padding: 12px 17px 13px;
  margin: 12px 0 0;
}
.timming li  svg{
  height: 1.1rem;
  width: 1.1rem;
  margin: 0 3px 0 0px;
  fill: #eaa142;
}
.timming li p{
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 400;
  padding: 4px 0 0;
}

.info-text a{
  font-size: 23px;
  display: block;
  text-align: center;
  color:#fff;
  line-height: 40px;
  padding: 22px 0 0;
}
.info-text a em{
  display: block;
  text-transform: capitalize;
  color: #ffc800;
  padding: 10px 0 0;
  border-top: 1px solid #fbe17e4a;
  margin: 10px 0 0;
}
.info-text a i{
  display:block;
  font-style:normal;
  font-size:20px;
}
.table{
  border-color: #5b362c;
}
table tbody tr,td{
  color:#fff;
  padding: 7px 13px !important;
}

/* =============================================
        END GET IN TOUCH PAGE CSS 
================================================*/


/* =============================================
        START GEMSTONE PAGE CSS 
================================================*/
.gemstone-1{
  width: 16.666666%;
  padding: 10px;
}
.gemstone-2 a{
  text-align: center;
  padding: 10px;
  border: 1px solid #4f410e;
  border-radius: 22px;
  display: block;
}
.gemstone-2 a img{
  border-radius: 22px;
}
.gemstone-2 a strong{
  font-size: 14px;
  color:#fff;
  display:block;
  text-transform: uppercase;
  padding:10px 0 0;
}

.gem-stone-image{
  text-align:center;
  overflow:hidden;
  position:relative;
}
.gem-stone-image img{
  display: block;
  border-radius:30px;
  margin: 0 auto;
}
.gem-stone-image a em{
  display: block;
  font-size: 30px;
  font-style:normal;
  color: #fff;
  text-transform: uppercase;
  padding: 19px 0 0;
}
.gem-stone-image a b{
  background: linear-gradient(91deg, #CFA346 .84%, #E0BA59 27.15%, #F7EBAE 43.84%, #F3DF89 53.45%, #E0BA59 76.22%, #A8701C 97.97%);
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
  display: block;
  width: fit-content;
  color: #000000;
  border-style: solid;
  margin: 20px auto 0;
  text-transform: capitalize;
  overflow:hidden;
  position:relative;
  border-width: 0 0 0 0;
  border-color: #FFE270;
  border-radius: 10px 10px 10px 10px;
  padding: 8px 28px 8px 28px;
}
.gem-stone-image a b:before{
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, #fff0 30%, rgb(255 255 255 / .8), #fff0 70%);
  top: 0;
  left: -100px;
  animation: shine 3s infinite linear;
  transition: left 4s;
}
.gemstone-box{
  padding: 20px  0 0;
}


/* =============================================
        END GEMSTONE PAGE CSS 
================================================*/






/* start fixed mobile icons*/

.icon-fixed-mobile{
  position: fixed;
  width: 80%;
  bottom: 45px;
  z-index: 9;
  margin: 0 auto;
  display: none;
  left: 0;
  right: 0;
  padding: 10px 10px;
  border-radius: 60px;
  background: rgba(0, 0, 0, 0.5);
}
.icon-fix{
  justify-content: center;
  align-items: center;
  padding: 0px 0px 0px;
  margin: 0 0 0px 0;
}
.left-icon{
  padding: 0;
}
.center-icon{
  padding: 0;
  text-align: center;
}
.left-icon{
}

.contact-icon{
  color: #fff;
  border-radius: 40px;
  text-align: left;
  display: block;
  width: 50%;
}
.contact-icon a{
  display:block;
  color:#fff;
  text-align: center;
  height: 50px;
  font-size: 20px;
  width: 110px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-icon a span{
  display: block;
  height: 45px;
  width: 45px;
  line-height: 38px;
  background: #ff0000;
  outline: 2px solid #ff0000;
  border: 3px solid #240900;
  border-radius: 30px;
  top: 3px;
  position: relative;
}
.center-icon a{
  margin: 0px auto 0px 0;
  border-radius: 0 30px 30px 0;
}
.center-icon a span{
  margin: 0px 0px 0px 3px;
}
.left-icon a{
  margin: 0 0 0 auto;
  color: #128213;
  border-radius: 30px 0 0 30px;
}
.left-icon a span{
  margin: 0px 2px 0px auto;
  border: 3px solid #240900;
  background: #128213;
  outline: 2px solid #128213;
}
.contact-icon a svg{
   height: 1.5rem;
   margin: 0 0 0px 0;
   fill: #ffffff;
   width: 1.5rem;
   animation: trin 0.5s linear infinite;
   animation: anim 1s infinite;
}
.center-icon a svg path{
  fill: #fff;
}

.chatbox{
    position:relative;
}
.chatbox:before{
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  height: 100%;
  width: 60%;
  background: radial-gradient(circle at top left, rgb(152 79 46 / 42%) 0%, rgba(255, 255, 255, 0.442) 50%);
  background-size: 60% 100%;
  background-position: left, right;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  z-index: -9;
}
.astro-chat{
    border-radius:10px;
    padding: 20px;
    width: 70%;
    box-shadow: 0px 25px 30px 2px rgba(0, 0, 0, 0.2);
    display: block;
    background: #fff1f1;
    margin: 40px auto 0px;
    border: 1px solid #fff;
}
.image-ast{
    width:30%;
    position: relative;
}
.image-ast i {
    display:block;
    position:relative;
    width: fit-content;
    margin: 0 auto;
}
.image-ast i img{
    border-radius: 30%;
    height: 120px;
    border: 4px solid #fff1f1;
    outline: 4px solid #119205;
}
.image-ast i:before{
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  bottom: 1px;
  border: 2px solid #fff;
  right: -3px;
  background: #34C105;
  animation: circle 1s linear infinite;
}
@keyframes circle {
  0% {
    transform: scale(0.6);
    opacity: 0.25;
}
100% {
  transform: scale(1);
  opacity: 1;
  }
}
.image-ast aside span{
   display: block;
   text-align: center;
   font-weight: 700;
   color: #000;
   background: #fed500;
   padding: 2px 20px;
   font-size: 14px;
   width: fit-content;
   margin: 10px auto 10px;
}
.image-ast aside  svg{
   height: 24px;
   margin: 0 auto;
   display: block;
}
.image-ast aside b{
    color:#000;
    font-weight: 400;
    text-align: center;
    font-size: 11px;
    display: block;
    padding: 6px 0 0 0;
}
.astro-name{
    width:70%;
}
.astro-name strong{
  font-weight: 800;
  text-transform: uppercase;
  font-size: 27px;
  color: #612503;
}
.astro-name p{
  font-size: 17px;
  font-weight: 500;
  color: #292929;
  text-transform: capitalize;
  padding: 0px 0 11px;
}
.astro-name p em{
  color: #fff;
  background: radial-gradient( #4d0900,#8c3413,  #4d0900,#8c3413);
  padding: 4px 10px;
  float: right;
  font-style: normal;
  font-weight: 500;
}
.astro-name ul li{
    list-style:none;
    position: relative;
}
.astro-name ul li del{
    color:#7a7a7a;
    font-weight:500;
    font-size: 20px;
}
.astro-name ul li b{
    color:#000000;
    font-size: 26px;
    text-transform:uppercase;
}
.astro-name ul li svg{
    height: 19px;
    margin: -13px 0 0 0;
}
.astro-name a{
  color:#fff;
  background: #0ad529;
  display: inline-block;
  font-size: 20px;
  margin:10px 0 0 0;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
}
.astro-name a svg{
  height: 27px;
  margin: -3px 4px 0 0;
  fill:#fff;
  width: fit-content;
}
.astro-name .call{
  background:#da0000;
}
.contact-astro a{
    color:#fff;
    background: #0ad529;
    display:block;
    font-size: 26px;
    margin:10px 0 0 0;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
}
.contact-astro a svg{
    height: 31px;
    fill:#fff;
    width: fit-content;
}

.mobil-chat-astro{display:none;}


@media (max-width: 767px){
  
  .menu li {padding: 9px 18px;font-size: 15px;}
  .list-top1 {padding: 0 5px;width: 20%;}
  .slide-right2 strong {font-size: 37px;}
  .astro-center {margin: 82px 0 0;}
  .astro-center img{height: 170px;}
  .astro-cricle-1 img{height: 350px;}
  .astro-cricle img{height: 350px;}
  .horoscope1{width: 16.66666%;}
  .topservicesheading aside{width: 30%;}
  .pooja-section .topservicesheading strong {font-size: 32px;}
  .pooja1{padding:5px;}
  .topservicesheading p{padding:0;}
  .menu li:before{display:none;}
  .slide-right1{padding:0 0 0 10px;}
  .slide-right2{text-align:center;}
  .slide-right2 p {padding: 10px 0 20px;}
  .contact-head2{display: none;}
  .mobile{margin: 0 auto 0 0;display:block;width: fit-content;padding: 0 !important;}
  .contact-head2 a aside {font-size: 30px;}
  .mobile a p{display:inline-block;}
  .mobile a aside{display:inline-block;}
  .contact-head2 a p span {top: -21px;}
  .astro-line aside{display:none;}
  .navbar-toggler { margin: -190px 10px 0 auto;}
  .list-top1:nth-child(7){display:none;}
  .list-top1:nth-child(6){display:none;}
  .other-services1{width:33.33%;}
  .other-services1:nth-child(4),.other-services1:nth-child(5){width: 50%;}
  .topservicesheading strong{font-size: 38px;}
  .otherservices-section {padding: 90px 0 0px;}
    .pooja-section .topservicesheading strong {font-size: 32px;}
  .pooja1{padding:5px;}
  .topservicesheading p{padding:0;}
  .menu li:before{display:none;}
  .slide-right1{padding:0 0 0 10px;}
  .contact-head1{padding: 0 0 0 20px;}
  .navigation {padding: 8px 0 0px 0;}
  .top-tagline{padding:10px 0 0 ;}
  .slide-left1 {padding: 20px 0 100px;}
  .gemstone-left1{position:absolute;z-index: -9;opacity:0.2;padding: 0;top: 0;}
  .gemstone-right1{margin: 0 0 0 auto;padding: 50px 30px 50px 30px;}
   .yantra-2 p{font-size: 12px;}
  .expert-heading strong{font-size: 28px;}
  .list-kundli strong {font-size: 17px;padding: 16px 0 0 0;}
  .mainservices-section {padding: 50px 0;}
  .mainservices-1 {padding: 10px 15px;}
  .birthchart-tagline strong{font-size: 25px;}
  .qoute{ display: none;}
  .testimonials2 {padding: 10px;}
  .testimonials4 strong{display: block;margin: 8px 0 0;}
  .mainservices-2 {padding: 23px 10px 23px;}
  .mainservices-2 span{position:relative;right: auto;left: 0;top: 0;}
  .form-kundli1{position:absolute;right: 0;top: 40px;opacity: 0.5;padding: 0;z-index: -9;}
  .yantra-1:last-child{width:fit-content;}
  .aboutclient-left2 {padding: 0px;}
  .content-design ul li{display:block;}
  .breadcrumb-section h1{font-size:30px;}
  .breadcrumb-section p{position:relative;bottom:0;}
  .breadcrumb-section{text-align:center !important;}
  .contact-info1{padding:0;}
  .icon-fixed-mobile{display:block;}
  .getintouch{padding:0 0 40px;}
  .bottomservices-section {padding: 50px 0 50px;}
  .footer { padding: 50px 10px 40px;}
  .gemstone-1{width: 33.3333%;padding: 5px;}
  .gemstone{ padding: 10px; border-radius: 30px 30px 0 0;}
    .gem-stone-image a img{margin:0 auto 20px;}
  .gem-stone-image a em{display: inline-block;padding:  0 0;margin: 0px 30px 0px 0px;}
  .gem-stone-image a b{display: inline-block;margin: 0px auto -10px;}

  

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu li {padding: 9px 18px;font-size: 15px;}
  .list-top1 {padding: 0 5px;}
  .slide-right2 strong {font-size: 37px;}
  .astro-center {margin: 59px 0 0;}
  .astro-center img{height: 170px;}
  .astro-cricle-1 img{height:auto;}
  .astro-cricle img{height:auto;}
  .horoscope1{width: 16.66666%;}
  .topservicesheading aside{width: 30%;}
  .pooja-section .topservicesheading strong {font-size: 32px;}
  .pooja1{padding:5px;}
  .topservicesheading p{padding:0;}
  .menu li:before{display:none;}
  .slide-right1{padding:0 0 0 10px;}
  .contact-head1{padding: 0 0 0 20px;}
  .navigation {padding: 8px 0 0px 0;}
  .top-tagline{padding:10px 0 0 ;}
  .slide-left1 {padding: 20px 0 100px;}
  .gemstone-left1{position:absolute;z-index: -9;opacity:0.2;padding: 0;top: 0;}
  .gemstone-right1{margin: 0 0 0 auto;padding: 50px 30px 50px 30px;}
  .topservicesheading strong{font-size:40px;}
   .yantra-2 p{font-size: 12px;}
  .expert-heading strong{font-size: 28px;}
  .list-kundli strong {font-size: 17px;padding: 16px 0 0 0;}
  .mainservices-section {padding: 50px 0;}
  .mainservices-1 {padding: 10px 10px;}
  .birthchart-tagline strong{font-size: 25px;}
  .qoute{ display: none;}
   .gem-stone-image a img{margin:0 auto 20px;}
  .gem-stone-image a em{display: inline-block;padding:  0 0;margin: 0px 30px 0px 0px;}
  .gem-stone-image a b{display: inline-block;margin: 0px auto -10px;}

} 

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-head2 a aside {font-size: 26px;}
  .horoscope-icons ul li a{height:25px;width:25px;line-height:20px;}
  .horoscope-icons ul li a svg{height: 12px;width: 13px;}
  .horoscope-icons ul li {padding: 0 1px 0 1px;}
  .menu li {padding: 9px 18px;font-size: 15px;}
  .list-top1 {padding: 0 5px;}
  .slide-right2 strong {font-size: 43px;}
  .astro-center {margin: 80px 0 0;}
  .astro-cricle-1 img{height: 370px;}
  .astro-cricle img{height: 370px;}
  .horoscope1 svg {height: 49px;}
  .horoscope1 strong{font-size:14px;}
  .topservicesheading aside{width:20%;}
  .pooja-section .topservicesheading strong{font-size:40px;}
  .topservicesheading strong{font-size:40px;}
  .gemstone-right1 {padding: 30px 30px 30px 30px;}
  .yantra-2 p{font-size: 12px;}
  .gemstone-left1 {padding: 0px 20px 0px 0px;}
  .mainservices-1 {padding: 10px 10px;}
  .topservicesheading p{padding:0;}.footer-about1 {padding: 0px 30px 0 10px;}
  .bottomservices-2 strong {font-size: 16px;}
  .astro-cla {padding: 13px 13px 14px;}
  .head-logo2 a span{left: 33px;top: 19px;}
  
  

}

@media only screen and (min-width: 1201px) and (max-width: 1350px) {
  .menu li { padding: 9px 24px;}
  .slide-right2 strong {font-size: 50px;}

}

@media only screen and (min-width: 1400px) and (max-width: 1550px) {

}

@media (max-width: 575px) and (min-width: 0px) {
  .horoscope-icons ul li a{height:25px;width:25px;line-height:20px;}
  .horoscope-icons ul li a svg{height: 12px;width: 13px;}
  .horoscope-icons ul li {padding: 0 0px 0 0px;}
  .head-logo1{width: 68%;}
  .list-top1{width: 25%;}
  .list-top2 strong{font-size: 11px;}
  .list-top1:nth-child(5){display:none;}
  .horoscope1 svg { height: 50px;}
  .horoscope1 strong{font-size: 11px;}
  .horoscope1{padding:20px 0;}
  .topservicesheading aside{ width: 45%;}
  .pooja-section .topservicesheading strong {font-size: 20px;}
  .pooja1{width:50%;}
  .pooja1:nth-child(3){width:100%;}
  .pooja2 img{width:auto;}
  .topservicesheading h1{font-size:30px;}
  .other-services1{width:50%;}
  .topservicesheading strong {font-size: 30px;}
  .slide-right2 strong {font-size: 30px;}
  .social-icons{width: 130px;top: -10px;}
  .social-icons ul li:nth-child(4) a {left: 9px;top: -8px;}
  .social-icons ul li:nth-child(3) a {left: -1px;top: -4px;}
  .social-icons ul li:nth-child(2) a {left: -7px;top: -7px;}
  .social-icons ul li:nth-child(1) a {left: -13px;top: -7px;}
   .text-otherservices strong{font-size:16px;}
  .slide-left1 {padding: 20px 0 100px;}
  .aboutus-section{padding:50px 0 0;}
  .content-design{padding:0 10px;}
  .gemstone-right1 {width: 97%;padding: 50px 10px 50px 10px;}
  .text-mainservices a{ font-size: 17px;padding: 12px 18px 12px 18px;}
  .birthchart-tagline strong {font-size: 19px;}
  .testimonials1 {padding: 20px;}
  .testimonials2 {padding: 12px; }
  .testimonials {padding: 100px 0 50px;}
  .footer-naigation ul li{ padding: 3px 7px 5px;}
  .not-found-page p{font-size: 150px;}
  .not-found-page svg{height: 130px; width: 140px;}
  .breadcrumb-section h1{font-size: 27px;padding: 0 0 8px 0;}
  .get-in1 {padding: 10px 20px 10px;}
  .get-in2 p{padding:0;}
  .kundli-section{padding: 20px 15px 60px;}
  .head-logo2 a span{top: 12px;left: 33px;font-size: 12px;}
  .navbar-toggler {margin: -168px 10px 0 auto;}
  
}
@media (max-width: 420px) and (min-width: 0px) {
  .social-icons{display:none;}
  .mobile{margin:0 auto;}
  .head-logo1 { width: 70%;}
  .navigation {padding: 5px 0 0px 0;}
  .astro-cricle img{height: 290px;}
  .astro-cricle-1 img{height: 250px;}
  .astro-center img{height: 150px;}
  .astro-center {margin: 65px 0 0;}
  .slide-right2 span{ padding: 5px 11px; font-size: 12px; margin: 0 2px 0 0;}
  .horoscope1 svg { height: 40px;}
  .list-top2 span img{height:auto;}
  .gemstone-1{width: 50%;padding: 5px;}
  .gem-stone-image a em{display: block;padding:  0 0;margin: 0;}
  .gem-stone-image a b{display: block;margin: 0px auto -0px;}
  .head-logo2 a span{top: 9px;left: 23px;font-size: 12px;}

  



}   




  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
