@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: #5a243d;
  font-family: "Poppins", sans-serif;
}
html{
  padding: 0 !important;
  margin: 0 !important;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color:#000;
}
input, textarea, .btn:focus,
.btn:active,
.form-control:focus {
    outline: none !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
}
: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%;
}
h1,h2,h3,h4,h5,h6{margin:0px;}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: rgb(0 0 0);
}
p{
  margin:0;
}

/* START HEADER SECTION */

/* start top head section */


.tophead-section{
  position: absolute;
  left: 0;
  z-index: 11;
  margin: 0 auto;
  border-radius: 28px;
  right: 0;
  padding: 10px  0;
}



.logo-mobile{
  img{
  }
  
  
  padding: 10px 0 0;text-align: left;width: 29%;
  
     
}
.btn-head{width: 14.2%;}
.btn-head1{
  a{
    background: #dc6f1436;
    color: #f2c36b;
    padding: 14px 27px;
    font-size: 14px;
    border-radius: 40px;
    border: 1px solid #5e4618;
    width: fit-content;
    display: block;
    font-weight:500;
    text-transform: uppercase;
  }
  a svg{
    height: 14px;
    width: 14px;
    margin: -2px 0 0 0;
  }
}

/* end top head section*/

/* start navigation section */

.navigation{width: 71%;}
.navbar ul  li{
  display:inline-block;
  margin: 0px 16px;
  padding: 0 0 3px 0;
  color: #fff;
  position: relative;
  transition: 0.2s ease-in;
}

.navbar ul  li a{
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  transition: 0.1s ease-in;
  font-weight: 500;
}
.head-mid{
  justify-content:center;
  align-items: center;
}
.dropdown-item.active, .dropdown-item:active{
  background:transparent;
  color:#f5c767;
}
.dropdown-item:focus, .dropdown-item:hover{
  background:transparent;
  color: #7e1943;
}
.navbar-nav{
  padding:0;
  margin: 0 auto;
}

@media all and (min-width: 992px) {
  .dropdown-menu {
    width: auto;
    background: #ac6724;
    padding: 8px 14px !important;
  }
  .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 0 !important;
    display: block !important;
    line-height: 29px;
    margin: 0 !Important;
  }
  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }
  .dropdown-menu>li:hover>.submenu,
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}
.dropdown ul li:before{
  display:none;
}
.dropdown ul li a{
  text-transform:capitalize;
  color: #515151;
}
.nav-link:focus, .nav-link:hover {
  color: #eebd5f;
}
.navbar-nav .dropdown-menu{
  width: auto;
  background: #ffffff;
  padding: 8px 14px !important;
}
.navbar{
  border-radius: 0;
  border: 0;
}
.navbar-collapse{}
.navbar-toggler{
    margin: -100px 0px 0 auto !important;
    border: 0;
    padding: 0;
    display: block;
    height: 50px;
    width: 39px;
}
.toggle-icon{
  height: 2px;
  margin: 6px 0 6px;
  padding: 0 0px;
  width:100%;
  background: #ffffff;
  display: block;
}
.toggle-icon:nth-child(2){}

.navbar-toggler:focus{box-shadow:none;}
.dropdown ul li::after,.dropdown ul li::before{display:none;}
/* end navogation section */

/* start header astrologer section*/

.header-section{
  position: relative;
  padding: 0 0 0px 0;
  background: linear-gradient(45deg, #2b0713, #370c19);
  z-index: 9;
  overflow: hidden;
}
.header-section:before{
  top: 0px;
  left:0;
  right:0;
  bottom: 0;
  content:"";
  position: absolute;
  background: url(images/bg-astrology.webp) no-repeat;
  z-index: -9;
  opacity: 71%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
.left-header-text{
  position:relative;
  padding: 60px 0 0px 70px;
}

.left-header-text1{
  padding: 0;
  z-index: 9;
  text-align: center;
  position: relative;
  
  
  strong{
    display:block;
    text-transform: uppercase;
    font-size: 17px;
    font-weight:400;
    letter-spacing: 4px;
    padding: 0px 10px 6px;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    color: #efd082;
    border-bottom: 1px solid #e0c25e;
  }
  em{
    color: #a87f2b;
    font-family: "Great Vibes", cursive;
    text-align: right;
    display: block;
    font-size: 40px;
    position: absolute;
    right: 0;
    margin: -30px 50px 0 0px;
    display: none;
  }
  aside{
    font-size: 77px;
    color: #fff;
    font-weight: 700;
    line-height: normal;
    margin: 0px 0 0;
    text-transform: uppercase;
  }
  aside span{
    display: inline-block;
    background: linear-gradient(90deg, #eac570, #f9e6a6, #e7bd63);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  
  p{
    font-size: 15px;
    line-height: 34px;
    color: #dedede;
    padding: 0px 0 22px 0;
  }
  a{
    display: block;
    align-items: center;
    width: fit-content;
    padding: 13px 32px 13px;
    border: 1px solid rgba(212, 175, 55, 0.75);
    border-radius: 30px;
    color: #000000;
    background: linear-gradient(90deg, #e7bd63, #f9e6a6, #e7bd63);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow:
      0 0 22px rgba(212, 175, 55, 0.18),
      inset 0 0 18px rgba(255, 255, 255, 0.04);
    transition: all 0.35s ease;
    margin: 0 auto;
}
  a svg{
    height: 27px;
    width: 27px;
    fill: #390c1a;
    margin: 0 0 0 8px;
  }

}
  .bdrr img{
    height: 53px;
    margin: -10px 0 0px 0;
  }
  .bdrr b{
    display:inline-block;
    height:1px;
    width: 125px;
    background: linear-gradient(90deg, #f7e7b700 0%, #d4af37 35%, #fff2c7 55%, #b8860b 100%);
    margin: 0 0 3px 0;
  }
  .bdrr b:nth-child(3){
    background: linear-gradient(273deg, #00000000 0%, #d4af37 35%, #fff2c7 55%, #b8860b 100%);
  }
.left-header-text1 a:hover{
  color: #ffffff;
  border-color: #f5c75c;
  background: linear-gradient(135deg, rgba(212,175,55,0.16), rgba(255,255,255,0.06));
  box-shadow:
    0 0 35px rgba(212, 175, 55, 0.35),
    inset 0 0 22px rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
}
.left-header-text1 a:hover::after{
  transform: translateX(6px);
}
.left-header-text1 a:hover svg{
  fill:#ebc671;
}

.specialist-astrologer {
  position: absolute;
  padding: 0px 0 0 0px;
  z-index: 9999;
  bottom: 20px;
  right: 30px;
  width: fit-content;
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  strong{
    display:block;
    text-transform: uppercase;
    font-size:15px;
    position: relative;
    letter-spacing: 2px;
    font-weight:400;
    background: linear-gradient(
    90deg,
    #f7e7b7 0%,
    #d4af37 35%,
    #fff2c7 55%,
    #b8860b 100%
    );
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 18px rgba(212,175,55,0.25);
    margin: 0 0 25px 0;
  }
  li{
    list-style:none;
    border-radius: 19px;
    display: block;
    position: relative;
    text-align: center;
    margin: 10px 0;
    padding: 24px 30px 24px 30px;
    background: linear-gradient(90deg, #3b0b17, #1c021580, transparent);
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.5);
  }
  li span{
    position: absolute;
    top: 7px;
    left: 15px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    background: #aa581630;
    border-radius: 50%;
}
  li span svg{
    height: 40px;
    width: 40px;
    fill: #802e4600;
  }
  li span svg path{
     fill: #fbbe3f;
  }
  li p{
    color: #ffffff;
    text-transform: capitalize;
    font-size: 16px;
    text-align: left;
    padding: 6px 0 0 55px;
  }
   
}

.specialist-astrologer strong:before{
  left:0;
  content:"";
  position:absolute;
  background: linear-gradient(45deg, #ebba55, #ebba5554, transparent, transparent);
  height: 1px;
  width: 100%;
  bottom: -4px;
}
.right-header-image{
  position:relative;
  padding: 0 90px 0 0px;
}

.right-header-image1{
  position:relative;
  z-index: 555;
  
 img{
    margin: 60px auto 0px 0;
    display:block;
    z-index: 999999;
    transform: translateY(0px);
    position: relative;
  }
}





.tag-line-head {
  width:fit-content;
  text-align: center;
  z-index: 9;
  padding: 33px 25px 30px;
  border: 1px solid rgba(212, 175, 55, 0.75);
  border-bottom: 0;
  border-radius: 32px 32px 0 0;
  background: #000000eb;
  box-shadow: 0 0 22px rgba(212, 175, 55, 0.18), inset 0 0 18px rgba(255, 255, 255, 0.04);
  transition: all 0.35s ease;
  position: absolute;
  bottom: 0;
  right: 50px;
  strong{
    display:block;
    color: #c4b787;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
  }
  i{
    display: inline-block;
    height: 1px;
    width: 29px;
    background: linear-gradient(90deg, #f7e7b7 0%, #d4af37 35%, #fff2c7 55%, #b8860b 100%);
    margin: 0 0 3px 0;
  }
  span{
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    padding: 6px  0  0px 0;
    display: block;
  }
  aside{
    padding: 14px 0 11px;
  }
  svg {
    height:20px;
    width:20px;
    fill: #af8d47;
    margin: 0 7px;
  }
  svg path{
    
  }
  
}

.tag-line-head:before{
  content:"";
  background: linear-gradient(68deg, #d4a85726, #000000cf);
  left:0;
  bottom:0;
  height:100%;
  z-index: -9;
  width: 100%;
  border-radius: 32px 32px 0 0;
  position:absolute;
}
/* end header astrologer section*/


/* start icon services section */

.iconserv-section{
  background: #f7f7f7;
  padding: 50px 0 50px 0;
}

.icon-serv2{
  a{
    background: #fff;
    padding: 20px 0;
    border-radius:25px;
    box-shadow: 0 15px 35px rgb(125 125 125 / 6%);
  }
  a img{
    height: 74px;
    margin: 0 auto;
    filter: drop-shadow(0 8px 12px rgb(0 0 0 / 7%))
    drop-shadow(0 18px 25px rgb(0 0 0 / 6%))
    drop-shadow(0 0 20px rgb(217 180 95 / 4%));
  transition:.4s ease;
  }
  a strong{
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    padding: 7px 0 0;
  }
  
}

/* end icon services section */


/* start horoscope section */

.horoscope-section{
  padding: 70px 0 19px;
}

.horoscope-left1{
  padding: 0;
}
.horoscope-left2{
  padding: 0;
}
.section-top-design{
  display: flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
  margin: 0 auto 0px;
  text-align: left;
}
.services-top-right2 .section-top-design,.horoscope-section .section-top-design{
  margin: 0 0 10px 0;
}
.section-top-design span{
  width: 70px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #d4af37,
    transparent
  );
  box-shadow: 0 0 12px rgba(212,175,55,0.5);
}

.section-top-design i{
  color: #d4af37;
  font-style: normal;
  font-size: 20px;

  text-shadow:
    0 0 10px rgba(212,175,55,0.7),
    0 0 20px rgba(212,175,55,0.4);
}

.heading-horoscope{
  h1{
    font-size: 67px;
    line-height: 79px;
    font-weight: 700;
    display: block;
    text-align: center;
    text-transform: uppercase;
  }
  h1 a{
    color: #3b0c1e;
  }
  strong{
    font-size: 57px;
    line-height: 79px;
    font-weight: 700;
    text-align: center;
    display: block;
    text-transform: uppercase;
    background:  linear-gradient(90deg,#1a0210 0%,#2b0713 25%,#4a1028 60%,#6a1d3d 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
  p{
  color: #000000;
  font-size: 14px;
  text-align: center;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  width: fit-content;
  text-transform: uppercase;
  margin: 10px auto 0;
  position: relative;
  background: linear-gradient(90deg, #f7e7b7 0%, #e9c16a 35%, #fff2c7 55%, #e8c069 100%);
  z-index: 9;
  padding: 7px 20px;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.5);
  border-radius: 30px;
}
  span svg{
    fill:#ddb755;
    height: 40px;
    filter: drop-shadow(2px 4px 6px #ffd057);
    width: 40px;
    animation: rotation 30s infinite linear reverse;
  }
  aside{
    color: #000000;
    padding: 0 0px 40px;
    font-size: 14px;
    line-height: 31px;
  }
  em{
    color: #000000;
    padding: 0 0 0px;
    font-size: 15px;
    font-style:normal;
    line-height: 31px;
    display: block;
  }

}

.horoscope-1{
  padding: 20px 10px 10px;
  text-align: center;
  width: 16.66%;
}
.horoscope-2{
    background: #fff;
    box-shadow: 0 0 8px 4px #00000014;
    border-radius: 10px;
    padding: 20px 0px 20px  0px;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease-in;
    
  img{
    transition:0.9s ease-in;
    margin: 0px auto 0 70px;
    height: 170px;
  }
  span{
    color: #000000;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    background: linear-gradient(90deg, #f7e7b7 0%, #e9c16a 35%, #fff2c7 55%, #e8c069 100%);
    padding: 2px 10px;
    box-shadow: 0px 0px 4px 2px rgba(212, 175, 55, 0.5);
    border-radius: 30px;
    width: fit-content;
    margin: 4px auto 0;
  }
    strong{
    font-size: 15px;
    font-weight: 700;
    color: #721645;
    margin: -16px   0 8px 0;
    display: block;
    text-transform: uppercase;
  }
  b{
    background: linear-gradient(45deg, #912c1e, #cb2f00);
    border-radius: 50%;
    height: 33px;
    width: 33px;
    line-height: 36px;
    display:block;
    position:absolute;
    left:10px;
    top:10px;
    box-shadow: 1px 3px 10px 0px #868686b5;
  }
  b svg{
    fill: #ffffff;
    height: 18px;
    width: 18px;
  }
}
.horoscope-1:nth-child(2) .horoscope-2 b{
  background: linear-gradient(45deg, #106140, #12643e);
}
.horoscope-1:nth-child(3) .horoscope-2 b{
  background: linear-gradient(45deg, #637181, #245680);
}
.horoscope-1:nth-child(4) .horoscope-2 b{
  background: linear-gradient(45deg, #7b868d, #a4a8a7);
}
.horoscope-1:nth-child(5) .horoscope-2 b{
  background: linear-gradient(45deg, #db9c4c, #b96f1b);
}
.horoscope-1:nth-child(6) .horoscope-2 b{
  background: linear-gradient(45deg, #16523c, #64977b);
}
.horoscope-1:nth-child(7) .horoscope-2 b{
  background: linear-gradient(45deg, #e68c9d, #d97492);
}
.horoscope-1:nth-child(8) .horoscope-2 b{
  background: linear-gradient(45deg, #706080, #4f2655);
}
.horoscope-1:nth-child(9) .horoscope-2 b{
  background: linear-gradient(45deg, #246095, #809db7);
}
.horoscope-1:nth-child(10) .horoscope-2 b{
  background: linear-gradient(45deg, #373e3a, #3e4b4e);
}
.horoscope-1:nth-child(11) .horoscope-2 b{
  background: linear-gradient(45deg, #61a299, #026b6a);
}
.horoscope-1:nth-child(12) .horoscope-2 b{
  background: linear-gradient(45deg, #524063, #4a4452);
}
.horoscope-2:hover{
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,.12);
}

@keyframes rotation {
  from {
    transform: rotate(0deg);}
  to {transform: rotate(359deg);}
}
/* end horoscope section */


  
/* start top services section */

.topservices-section{
  padding: 30px 0 0px 0;
}

.topservices1{
   padding: 5px;
}
.topservices2{
  padding: 10px;
  transition: all 0.35s ease;
}
.topservices1:nth-child(2){
  padding:0 40px 0 0px;
}
.topservices-right .topservices1:nth-child(2){
  padding:0 0px 0 40px;
}
.topservices-center2 img, .topservices2 img{
  border-radius:20px;
}
.topservices-center2{
  padding: 0 40px;
  a{
    color: #000000;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    display: block;
    position: relative;
    margin: 9px auto 0;
    padding: 12px 25px;
    width: fit-content;
    z-index:9;
    background: linear-gradient(160deg, #FFC881 6%, #B4690E 40%, #B4690E 60%, #FFC881 90%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}
.topservices2 {
  strong{
    font-size: 19px;
    font-weight: 500;
    padding: 10px 0px 0;
    color: #ffffff;
    margin: 0;
    display: block;
    text-transform: uppercase;
  }
  strong span svg{
    height: 30px;
    width: 30px;
    fill: #eac471;
    margin: -1px 0 0;
  }
  strong span svg .stone_een{
    fill: #eac471;
  }
}


.topservices-center2 a:before{
  content:"";
  position:absolute;
  height: 93%;
  width: 98%;
  top: 2px;
  left:0;
  right:0;
  margin:0 auto;
  z-index:-9;
  background-image: linear-gradient(180deg, #FFBA5F, #FF9C1A);
}




.topservices-right .topservices2 strong{
  text-align:right
}

@keyframes flipp{
   0% {
      transform: scale(1, 1);
      
   }
   50% {
      transform: scale(-1, 1);
   }
   100% {
      transform: scale(1, 1);
   }
}


.astro-topservices{
  background: radial-gradient(#1a000b, #550a23);
  z-index: 9;
  position: relative;
  margin: 60px 0 0;
  padding: 30px 0px 60px;
}

.astro-topservices:before{
  background:url(images/background-header.webp) no-repeat;
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  left:0;
  right:0;
  margin:0 auto;
  opacity: 50%;
  z-index: -9;
  top: 0;
  background-size: cover;
}

.astro-topservices .heading-horoscope {
    strong {
      background: linear-gradient(45deg, #ffffff, #ffffff);
      -webkit-text-fill-color: transparent;
      background-clip: text;
      font-size: 67px;
      padding: 10px 0 0;
    }
    aside {color: #fff6dc;}
  span svg { animation: 5s linear infinite flipp}
}

@keyframes flipp {
    0%,
    100% {
        transform: scale(1, 1)
    }
    50% {
        transform: scale(-1, 1)
    }
}
.tagline-astro{
  .bdrr b:nth-child(3){
    background: linear-gradient(90deg, #b8860b 0%, #d4af37 35%, #f5bd3e 55%, #ff000000 100%);
  }
  .bdrr b{
    background: linear-gradient(90deg, #f7e7b700 0%, #d4af37 35%, #edcb7f 55%, #b8860b 100%);
  }
  strong{
    color: #000000;
    font-size: 23px;
    padding: 14px 0 0 0;
    font-weight:600;
    display: block;
  }
  aside{
    font-size: 17px;
    line-height: 34px;
    font-weight: 500;
    text-transform: capitalize;
    color: #454545;
    padding: 20px 0 22px 0;
  }
  em{
    color: #a00c44;
    font-size: 17px;
    display: block;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
  }


}





/* end top services section*/
  

/* start astro services section */

.astroservices-section{
  padding: 70px 0 50px 0;
}
.astroservices-section .heading-horoscope span svg {
  animation: 5s linear infinite flipp;
}

.report-1{
  padding: 30px;
}
.report-1:nth-child(2) .report-2{
  background: #320414;
}
.report-2{
  padding: 37px;
  border-radius: 26px;
  text-align: center;
  background: linear-gradient(90deg, #f7e7b7 0%, #e9c16a 35%, #fff2c7 55%, #e8c069 100%);
}
.report-2 span svg, .report-2 span svg path{
  height:30px;
  width:30px;
  fill: #ffd16d;
}
.report-2 span{
  height: 70px;
  width: 70px;
  line-height: 48px;
  display: block;
  background: #320315;
  margin: 0 auto;
  border-radius: 50%;
  border: 10px solid #fa568f42;
}
.report-2 aside{
  font-size: 35px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
.report-2 em{
  font-style: normal;
  text-transform: uppercase;
  color: #ce195e;
  font-weight: 500;
  list-style: none;
  font-size: 15px;
  display: block;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 auto 20px;
  border-radius: 90px;
  width: fit-content;
}
.report-2 p{
  font-size: 14px;
  color: #000;
  line-height: 27px;
  margin: 0 0 20px;
}
.report-2 a{
  background: linear-gradient(90deg, #3b0b17, #1c0215, #41131c);
  color: #ebc878;
  padding: 15px 40px;
  text-transform: uppercase;
  display: block;
  border-radius: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto;
}
.report-1:nth-child(2) .report-2 span{
  background:linear-gradient(90deg, #e7bd63, #f9e6a6, #e7bd63);
  border: 10px solid #9c7927;
}
.report-1:nth-child(2) .report-2 aside{
  color: #ffffff;
}
.report-1:nth-child(2) .report-2 a{
  background:linear-gradient(90deg, #e7bd63, #f9e6a6, #e7bd63);
  color: #2e0212;
}
.report-1:nth-child(2)  .report-2 p{
  color: #dddddd;
}
.report-1:nth-child(2) .report-2 span svg, .report-1:nth-child(2) .report-2 span svg path{
  fill: #320414;
}

.astro-report{
  border: 1px solid #edca7c;
  padding: 20px;
  border-radius: 20px;
  width: 95%;
  margin: 30px auto 0;
}
.head-report strong{
  font-size: 23px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  background: linear-gradient(90deg, #1a0210 0%, #2b0713 25%, #4a1028 60%, #6a1d3d 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.head-report strong svg{
  fill: #ddb755;
  height: 32px;
  filter: drop-shadow(2px 4px 6px #ffd057);
  width: 32px;
  animation: 5s linear infinite flipp;
  margin: 0 0 0 10px;
}
.astro-report1{
  padding:10px;
}
.astro-report2{
  padding: 20px 20px;
  border: 1px solid #d7ae54;
  border-radius: 10px;
}
.astro-report2 span{
  position:absolute;
  height: 50px;
  display: block;
  width: 50px;
  border-radius: 30px;
  text-align: center;
  line-height: 46px;
  border: 1px solid #846520;
}
.astro-report2 span svg{
  height: 30px;
  fill: #846520;
  width: 30px;
  /* stroke: #997216; */
}
.astro-report2 span svg path{
  fill: #846520 !important;
}
.astro-report2 p{
  padding: 0 0 0 68px;
  font-weight: 600;
  font-size: 19px;
  color: #3e121c;
  text-transform: capitalize;
  text-align: left;
}
.astro-report2 p em{
  display: block;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  color: #4f4f4f;
}
/* end astro services section*/



/* start slider section */

.slider img{width:100%;border-radius: 30px;}
.text-slider{
  position: absolute;
  width: 60%;
  text-align: left;
  top: 0;
  right: 0px;
  height: 100%;
  padding: 80px 70px 0 0px;
  strong{
    font-size: 29px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
  }
  strong em{
  font-style: normal;
  color: #e1c27c;
  text-transform: uppercase;
  display: block;
  }
    span{
    color: #000000;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    margin: 9px auto 0 0;
    padding: 12px 25px;
    width: fit-content;
    z-index:9;
    background: linear-gradient(160deg, #FFC881 6%, #B4690E 40%, #B4690E 60%, #FFC881 90%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
    p{
    color: #f2f2f2;
    line-height: 33px;
    font-size: 15px;
    padding: 11px 0 0;
  }

}
.text-slider span:before{
  content:"";
  position:absolute;
  height: 93%;
  width: 98%;
  top: 2px;
  left:0;
  right:0;
  margin:0 auto;
  z-index:-9;
  background-image: linear-gradient(180deg, #FFBA5F, #FF9C1A);
}
.carousel-item:nth-child(3) .text-slider{
  left: 70px;
  right: auto;
}
.carousel-item:nth-child(2) .text-slider{
  right: 0;
  left: 0;
  margin: 0 auto;
}
/* end slider section */










/* start main services section */

 /* start services section   */

.services-section{
  padding: 78px 0 80px;
  position:relative;
  z-index: 9;
  overflow: hidden;
}
.services-section:before{
  position: absolute;
  height:100%;
  width:100%;
  content:"";
  top: 0;
  background: url(images/services-bg.webp) no-repeat;
  z-index: -9;
  left: 0;
}
.services-section:after{
  position: absolute;
  height:100%;
  width: 50%;
  content:"";
  bottom: 0;
  top:auto;
  background: url(images/services-bg.webp) no-repeat;
  z-index: -9;
  left:auto;
  right:0;
  transform: rotate(
180deg);
}
.services-1{
  padding: 14px;
}
.services-2{
  padding: 30px 28px;
  background: linear-gradient(45deg, #2b0713, #370c19);
  position:relative;
  z-index: 5;
  span{
    display:block;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 97px;
    position: relative;
    z-index: 5;
  }
  span svg{
    height: 46px;
    z-index: 9;
    width: 48px;
    fill: #47111f;
  }
  span svg path{
    fill: #47111f;
  }
  p{
    font-size: 14px;
    color: #d2d2d2;
    line-height: 27px;
    padding: 13px 0 0;
  }
  strong{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px dashed #f9e6b1;
    padding: 10px 12px 5px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
  }
  a{
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    position: relative;
    margin: 9px auto 0;
    background: linear-gradient(90deg, #f7e7b7 0%, #e9c16a 35%, #fff2c7 55%, #e8c069 100%);
    padding: 12px 10px;
    box-shadow: 0px 0px 4px 2px rgba(212, 175, 55, 0.5);
  }
}
.services-2 span:before{
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  background: #f1d590;
  left:  5px;
  z-index: -5;
  outline: 1px dashed #f1d590;
  border: 5px solid #561718;
  animation: rotation 20s infinite linear reverse;
  border-radius: inherit;
  transition: all ease 0.4s;
}
.services-2:after{
  border: 1px solid #f9e6b1;
  height:90%;
  width:90%;
  margin:0 auto;
  top: 20px;
  position:absolute;
  content:"";
  left:0;
  z-index: -9;
  right:0;
}
.services-2:before{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: url(images/bg-astrology.webp) no-repeat;
  z-index: -9;
  opacity: 71%;
  background-position: bottom;
}
/* end services section */

/* end main services section*/


/* start list section */

.list-section{
  padding: 50px 0 0px;
  border-radius: 0 0 50px 50px;
  background: linear-gradient(177deg, #2b0713, #3e1c26, #370c199c);
}
.list-section .heading-horoscope {
  strong {
    background: linear-gradient(45deg, #ffffff, #ffffff);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 67px;
    padding: 10px 0 0;
  }
  aside{
    color: #f6e5b4;
  }
  span svg{
    animation: 5s linear infinite flipp;
  }
}
.list-1{
  background: linear-gradient(0deg, #35191b, #320f1a);
}
.list-1:nth-child(1){
  border-bottom-left-radius: 50px;
}
.list-1:nth-child(4){
  border-bottom-right-radius: 50px;
}
.list-2{
  padding: 0px 0px 60px 0px;
  transition: all 0.35s ease;
  position:relative;
  border-right: 2px solid #886a1a;
}
.list-1:nth-child(4) .list-2{
  border-right:0;
}
.list-2 span{
  display:block;
  height: 100%;
  width: 100%;
}
.list-2 strong{
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #eac26b;
  margin: -40px 0 0px 0;
  text-shadow: 0 0 18px rgba(212, 175, 55, 0.25);
}
.list-2 p{
  display: block;
  align-items: center;
  width: fit-content;
  padding: 9px 20px 7px;
  border-radius: 12px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin: 10px auto 30px;
  text-transform: uppercase;
  width: 95%;
  text-decoration: none;
  transition: all 0.35s ease;
}
 .list-2 ul li{
   list-style:none;
   position: relative;
   line-height: 29px;
   padding: 9px 0 9px 31px;
   font-size: 14px;
   color: #e7e7e7;
}
.list-2 li:before{
  position:absolute;
  background: #e6e6e600 30%;
  top: 9px;
  left: 14px;
  color: #eab420;
  font-size: 17px;
  content: "\276f";
  font-family: 'Glyphicons Halflings';
}

.list-2 a{
  color:#fff;
  background: #9e0000;
  font-weight: 500;
  padding: 8px 26px;
  font-size: 17px;
  text-transform: uppercase;
  display: block;
  position:relative;
  width: fit-content;
  margin: 29px auto 0;
}
.list-2 a:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: all ease 0.4s;
  background-color: transparent;
  transform: scaleY(1.3) scaleX(0.81);
  border: 1px solid rgb(71 40 5);
  z-index: -2;
}
.list-2 a:hover::before {
  border-color: var(--theme-color);
  transform: scaleY(1) scaleX(1);
}
.list-2 a:hover{
  background:transparent;
  color:#000000;
}
/* end list section*/

/* start counter section */

.counter-section{
  padding: 90px 0;
  position: relative;
  z-index:9;
  background: url(images/background-chooseus.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.counter-right1{
  padding: 0;
}
.counter-right1 ul{
  z-index: 9;
  padding: 0 0px 0 0px !important;
}

.counter-right1 ul li{
  margin: 30px 0;
  color: #000;
  list-style: none;
  display: flex;
  align-items: center;
  position: relative;
  background: #fef1ce;
  border-radius: 20px;
  box-shadow: 0 0 8px #f7d993;
  padding: 25px 18px;
}

.counter1{
  width:20%;
} 
 .counter1 span{
  display: block;
  border-radius: 304px;
  text-align: center;
  height: 70px;
  width: 70px;
  line-height: 65px;
  color: #fff;
  border: 2px solid #fcb928;
  background: linear-gradient(45deg, #360719, #4f0829);
  box-shadow: 2px 1px 7px #828282;
  margin: 0 auto;
}
.counter1 span svg{
  height: 40px;
  width: 40px;
  fill: #fbbe3f;
}
 .counter1 span svg path{
    fill: #fbbe3f;
}
.counter2{
  width: 80%;
  text-align: left;
  padding: 0 0 0 20px;
}
.counter2 p{
  font-size: 17px;
  text-transform: uppercase;
  padding: 0 0 1px 0;
  font-weight: 700;
  color: #660c34;
}
.counter2 span{
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 27px;
  padding: 5px 0 0;
}
/* end counter section*/

/* start top services section */

.mainservices-section{
  padding: 70px 0 70px;
}
.mainservices-1{
  padding: 10px;
}

.mainservices-2{
  strong{
    display: block;
    text-transform: capitalize;
    padding: 0px 0 0px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    margin: 8px 0 0px;
    color: #3e0119;
    position: relative;
    font-size: 20px;
  }
  img{
    width: 100%;
  border-radius: 22px;
  padding: 7px;
  }
  
  background: linear-gradient(90deg, #f7e7b7 0%, #fff6e3 35%, #fff2c7 55%, #fff2d6 100%);padding: 10px 10px 25px;border-radius: 20px;
  
}


.contact-us-now a{
  color: #000000;
  font-weight: 700;
  font-size: 23px;
  text-transform: uppercase;
  display: block;
  position: relative;
  margin: 49px auto 0;
  padding: 12px 25px;
  width: fit-content;
  z-index:9;
  background: linear-gradient(160deg, #FFC881 6%, #B4690E 40%, #B4690E 60%, #FFC881 90%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.contact-us-now a:before{
  content:"";
  position:absolute;
  height: 93%;
  width: 98%;
  top: 2px;
  left:0;
  right:0;
  margin:0 auto;
  z-index:-9;
  background-image: linear-gradient(180deg, #FFBA5F, #FF9C1A);
}
/* end top services section*/










/* start banner design  */

.banner-content{
  position: absolute;
  top: 63px;
  width: 53%;
  text-align: left;
  left: 0px;
  padding: 0 0px 0 70px;  
  span{
    text-transform: capitalize;
    padding: 8px 0px 0px;
    font-weight: 600;
    line-height: 34px;
    margin: 12px 0 10px;
    color: #e9c16a;
    position: relative;
    text-align: center;
    font-size: 26px;
    width: fit-content;
  }
  strong{
    color: #fff;
    font-size: 36px;
    padding: 4px 0 0;
    font-weight: 600;
    text-transform: uppercase;
  }
  p{
    color: #fff;
    line-height: 34px;
    font-size: 16px;
    padding: 0px 0 20px;
  }
  a{
    text-transform: capitalize;
    padding: 8px 20px 7px;
    font-weight: 600;
    margin: 12px 0 0px;
    color: #000000;
    position: relative;
    text-align: center;
    font-size: 17px;
    width: fit-content;
    background: linear-gradient(90deg, #f7e7b7 0%, #e9c16a 35%, #fff2c7 55%, #e8c069 100%);
    padding: 12px 25px;
    box-shadow: 0px 0px 4px 2px rgba(212, 175, 55, 0.5);
  }
}
/* end banner design */



/* start astrology section */

.astrology-section{
  padding: 70px 0 60px;
}
.astrology-left1 img{
  height: 430px;
  margin: 0 auto;
  border-radius: 50px;
  display: block;
}

.astrology-right1{
  strong{
    font-weight: 700;
    font-size: 31px;
    position: relative;
    text-transform: uppercase;
    background: linear-gradient(90deg, #1a0210 0%, #2b0713 25%, #4a1028 60%, #6a1d3d 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
  p {
    color: #000000;
    line-height: 32px;
    font-size: 15px;
    font-weight: 400;
    padding: 11px 0 0;
  }
  ul li{
  list-style:none;
  font-size: 15px;
  color: #000000;
  margin: 17px 0px 0px 0px;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  background: #e9c16a;
  z-index: 9;
  padding: 5px 20px 5px 32px;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.5);
  }
  ul li:before{
    font-weight: 600;
    position: absolute;
    color: #6b0833;
    top: 8px;
    text-align: center;
    left: 12px;
    font-size: 20px;
    content: "\2937";
    line-height: normal;
    font-family: 'Glyphicons Halflings';
    border-radius: 50%;
  }
  aside{
    padding: 30px 28px;
    background: linear-gradient(45deg, #2b0713, #370c19);
    position: relative;
    z-index: 5;
    line-height: 30px;
    border-radius: 32px;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
  span{
    margin:0 0 10px 0;
  }
   span svg{
     height: 30px;
     width: 120px;
   }
  
}
.highlighted{
  padding:0 0 0 30px;
}
.astrology-right1 aside:before{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: url(images/bg-astrology.webp) no-repeat;
  z-index: -9;
  opacity: 71%;
  background-position: bottom;
  border-radius: 30px;
}
/* end astrology section*/




/* start stone section */

.stone-section{
  padding: 70px 0 70px 0;
  background: #fffbf0;
}
.stone-section .heading-horoscope span svg {
  animation: 5s linear infinite flipp;
}
.stone-1{
  padding: 10px;
}
.stone-2{
  padding: 0;
  position: relative;
  text-align: center;
  border: 1px solid #e7d08e;
}

.stone-5{
  padding:20px;
  strong{
  font-weight: 700;
  text-transform: uppercase;
  line-height: 33px;
  font-size: 21px;
  padding: 0 0 0 0px;
  display: -webkit-inline-box;
  background: linear-gradient(90deg, #330218 0%, #4d0c1d 35%, #310a14 55%, #970e32 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 18px rgba(212, 175, 55, 0.25);
  }
  p{
    color: #000000;
    font-size: 15px;
    margin: 8px 0 0 0;
    line-height: 28px;
    font-weight: 400;
  }
  span{
    font-size: 20px;
    font-weight: 600;
    color: #b4690e;
    padding: 20px 0 0;
    display: block;
  }
  a{
    color: #000000;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    display: block;
    position: relative;
    margin: 0px auto 0;
    padding: 8px 19px;
    width: fit-content;
    z-index:9;
    background: linear-gradient(160deg, #FFC881 6%, #B4690E 40%, #B4690E 60%, #FFC881 90%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
 }
}
.stone-5 a:before{
  content:"";
  position:absolute;
  height: 93%;
  width: 98%;
  top: 2px;
  left:0;
  right:0;
  margin:0 auto;
  z-index:-9;
  background-image: linear-gradient(180deg, #FFBA5F, #FF9C1A);
}

.stone-4{
  padding: 0;
  position:relative;
  width: fit-content;
  margin: 0;
}

/* end stone section*/

/* start quick link section  */

.quick-link{
  padding: 110px 0 0;
  ul{
    padding:0;
    margin:0;
  }
  ul li{
    list-style: none;
    width: 24%;
    position:relative;
    padding: 0 5px;
    display: inline-block;
    text-align: left;
  }
  ul li a{
    display: block;
    padding: 13px 16px 12px 40px;
    border-radius: 10px;
    background: #fff;
    text-transform: capitalize;
    border: 1px solid #e0bc8b;
    font-weight: 500;
  }
}
.quick-link ul li a:before{
  font-weight: 400;
  position: absolute;
  color: #de820a;
  top: 7px;
  text-align: center;
  left: 11px;
  font-size: 29px;
  animation: rotation 10s infinite linear reverse;
  content: "\2743";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
}

/* end quick link section  */




/* start testimonials section  */

.testimonials{
  padding: 80px 0 80px;
  position:relative;
  z-index: 9;
}
.testimonials:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  left:0;
  right:0;
  background: url(images/design-bg.webp) no-repeat;
  background-position: top;
  background-size:cover;
  opacity: 40%;
  top: 0;
}
.testimonials .heading-horoscope span svg{
    animation: 5s linear infinite flipp;
  }
.client{
   margin: 0px 0 0;
}
.testimonials1{
  padding: 13px;
}
.testimonials2{
  padding: 18px 18px;
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  border: 1px solid #e8d8af;
  border-radius: 20px;
  background: #fffaf3;
}
.testimonials3{
  text-align: left;
}
.testimonials3 p{
  color: #000000;
  font-weight:400;
  line-height: 29px;
  font-size: 14px;
  padding: 0px 0 20px;
}
.testimonials3 aside b{
  padding: 0 2px;
  color: #b8860b;
}
.testimonials3 aside b .bi{
  height: 14px;
  animation: 2s linear infinite flipp;
  width: 14px;
  fill: #ffa32b;
}

.testimonials3 aside{
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.testimonials3 strong{
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  position: relative;
  margin: 0px auto 0 0;
  padding: 8px 17px;
  width: fit-content;
  z-index:9;
  background: linear-gradient(160deg, #FFC881 6%, #B4690E 40%, #B4690E 60%, #FFC881 90%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.testimonials3 strong:before{
  content:"";
  position:absolute;
  height: 93%;
  width: 98%;
  top: 2px;
  left:0;
  right:0;
  margin:0 auto;
  z-index:-9;
  background-image: linear-gradient(180deg, #FFBA5F, #FF9C1A);
}
.testimonials3 span{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #751338;
    width: fit-content;
    margin: 0px auto 0;
}
.testimonials4 {
  text-align: center;
  width: 20%;
}
.testimonials4 em{
  height: 100px;
  width: 100px;
  border-radius: 50%;
  line-height: 170px;
  border: 10px solid #d6b33f7d;
  margin: 0 auto;
}
.testimonials4 img{
  border-radius:50%;
  display: block;
  margin: 0px auto 0px;
  padding: 0 0px 0 0px;
}


/* end testimonials section  */


/* start bottom services section */

.bottom-services{
  padding: 90px 0 120px;
  z-index: 9;
  overflow:hidden;
  position:relative;
  background: #351905;
}
.bottom-services:before{
  background:url(images/bg-astro.webp) no-repeat;
  height:100%;
  width:100%;
  content:"";
  top:0;
  left:0;
  position:absolute;
  background-position:center;
  background-size:cover;
  opacity: 6%;
  margin:0 auto;
  z-index: -9;
}
.bottom-serv{
  border: 1px solid #aa892a;
  padding: 0 20px 20px 40px;
  border-radius: 0px 0px 40px 40px;
  margin: 30px 0 0;
  border-top: 0;
}
.bottom-services1{
    padding: 20px;
}
.bottom-services2{
  border-radius: 20px;
  position: relative;
  z-index: 9;
   
  strong{
    font-weight: 600;
    display: block;
    font-size: 25px;
    color: #000000;
    padding: 0px 0 0px 0;
    text-transform: capitalize;
    margin: 0px 0 10px 0;
  }
  ul{
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: scroll;
    height: 218px;
    overflow-x: hidden;
  }
  ul li{
      text-align: left;
      list-style: none;
      padding: 10px 7px 10px 9px;
      color: #dfdfdf;
      position: relative;
      font-size: 17px;
  }
  ul li a{
    color: #bfbfbf;
    display:block;
    padding: 0 0 0 6px;
  }
  ul li:hover a{
     color: #ddbe58;
  }
  li:before{
    position:absolute;
    background: #e6e6e600 30%;
    top: 8px;
    left: 0px;
    color: #ddbe56;
    font-size: 20px;
    content: "\250f";
    transform: rotateZ(
  137deg);
    font-family: 'Glyphicons Halflings';
  }
  ul::-webkit-scrollbar {
   width: 1px;
  }
  ul::-webkit-scrollbar-track {
   box-shadow: inset 0 0 100px #552e08;
   border-radius: 0px;
  }
  ul::-webkit-scrollbar-thumb {
    background: #ab862d;
    height:20px;
    border-radius: 0px 0px 10px 10px;
  }

}
/* end bottom services section */


/* start location section */

.location-section{
  position: relative;
  padding: 60px 0 0px;
  display: none;
}
.location-1{
  padding: 12px;
}
.location-2{
  position: relative;
  z-index: 1;
}
/*animation: float 3s ease-in-out infinite;*/
@keyframes float {
  0% {    
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-15px);
  }
  100% {
    transform: translatey(0px);
  }
}
.location{
  margin: 0 auto;
}
.location img{
  border-radius: 50%;
  border: 1px dashed #714c0e;
  padding: 10px;
}
.location-2 strong{
  display: block;
  align-items: center;
  width: fit-content;
  padding: 8px 15px 8px;
  border: 1px solid rgb(138 111 22 / 75%);
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(212, 175, 55, 0.05));
  font-size: 14px;
  font-weight: 500;
  margin: 20px auto 0;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 0 22px rgba(212, 175, 55, 0.18), inset 0 0 18px rgba(255, 255, 255, 0.04);
  transition: all 0.35s ease;
}
.location-section .services-heading strong {
  color: #ffffff;
  text-shadow: 0 0 transparent;
  padding: 0 0 25px;
}
/* end location section */


/* start footer section */

.footer{
  background: radial-gradient(#1a000b, #550a23);
  z-index: 9;
  position: relative;
  padding: 60px 0px 60px;
}

.footer:before{
  background:url(images/background-header.webp) no-repeat;
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  left:0;
  right:0;
  margin:0 auto;
  opacity: 50%;
  z-index: -9;
  top: 0;
  background-size: cover;
  background-attachment: fixed;
}
.footer-navigation{
  border-top: 1px solid #f9e4ac;
  border-bottom: 1px solid #f6e1aa;
  ul li{
    padding: 0px 50px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    position:relative;
    text-transform: uppercase;
  }
    ul li a{
    color:#fff;
  }
}
.footer-navigation li:before{
  content:"";
  position:absolute;
  height:100%;
  width:1px;
  background: linear-gradient(45deg, #370417, #ffb24b);
  right:0;
  top:0;
}
.footer-navigation li:last-child:before{
  display:none;
}
.footer-bottom{
  border-bottom: 1px solid #f2d692;
}
.footer-left1{
  padding: 10px 10px 0;
}
.footer-left2{padding: 20px 0px 40px;}
.footer-heading strong{
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000000;
  font-weight: 500;
  width: fit-content;
  display: block;
  margin: 0 auto;
  border-radius: 40px;
  background: linear-gradient(90deg, #f7e7b7 0%, #e9c16a 35%, #fff2c7 55%, #e8c069 100%);
  z-index: 9;
  padding: 7px 20px;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.5);
}
.footer-contact{padding: 30px 0 0;}
.footer-contact .call{
  color: #ffffff;
  font-weight: 600;
  font-size: 28px;
  display: block;
}
.footer-contact .call .bi{
  height: 1.8rem;
  width: 1.8rem;
  margin: 0 7px 0 0;
  fill: #ffad42;
}
.footer-contact .website {
  font-size: 16px;
  padding: 10px 0 0px;
  font-weight: 400;
  display: block;
  color: #ffffff;
}
.footer-contact .whatsapp{
  padding: 10px 0 0;
  text-transform: uppercase;
  color: #f1d28b;
  font-weight: 600;
  font-size: 22px;
}

.footer-center1{
  padding: 10px 10px 0;
}
.footer-center2{
  padding: 20px 16px 40px;
  border-right: 1px solid #f2d692;
  border-left: 1px solid #f2d692;
}
.text-centent p{
  color: #c1c1c1;
  line-height: 32px;
  font-size: 15px;
  padding: 5px 0;
}
.text-centent a{
  color: #eece85;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  display: block;
}


.footer-right1{
  padding: 10px 10px 0;
}
.footer-right2{
  padding: 20px 16px 34px;
}
.info strong{
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  padding: 0 0 6px 0;
}
.info p{
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #ecca7b;
}
.info i{
  font-size: 17px;
  color: #ffffff;
  text-transform: capitalize;
  padding: 4px 0 8px;
  display: block;
  font-weight: 600;
}
.info span{
  display: block;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 0 0;
  color: #ffa734;
}
.social-media{
   border-right: 1px solid #f2d692;
   padding-right: 10px;
}
.social-media ul li{
  list-style: none;
  color: #bf0000;
  text-transform: capitalize;
  margin: 0px 8px;
  display: inline-block;
  font-weight: 700;
  font-size: 17px;
}

.social-media li a{
  height: 40px;
  width: 40px;
  line-height: 46px;
  color: #8a0d38;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 10px;
  display: block;
  margin: 0px auto 0 0;
  position: relative;
  z-index:9;
  background: linear-gradient(160deg, #FFC881 6%, #B4690E 40%, #B4690E 60%, #FFC881 90%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.social-media li a:before{
  content:"";
  position:absolute;
  height: 93%;
  width: 98%;
  top: 2px;
  left:0;
  right:0;
  margin:0 auto;
  z-index:-9;
  border-radius: 10px;
  background-image: linear-gradient(180deg, #FFBA5F, #FF9C1A);
}
.social-media li a .bi{
  height: 1.1rem;
  width: 1.1rem;
  fill: #2d0816;
}

.copy p{
   color: #ecc97b;
   font-weight: 400;
   font-size: 13px;
   padding: 10px 0 0;
}
.all-que p{
  font-size: 23px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  padding: 0 0 0 10px;
  text-shadow: 0 0 5px #d8a943;
}
.social{
  justify-content: center;
  align-items: center;
}


/* end footer section*/

/* start fixed mobile icons*/

.icon-fixed-mobile{
  position: fixed;
  width: 80%;
  bottom: 45px;
  display: none;
  z-index: 9;
  margin: 0 auto;
  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 #ffffff;
  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;
}

/* start bread crumb section */

.breadcrumb-section{
  position: relative;
  padding: 150px 0 50px 0;
  overflow: hidden;
}
.breadcrumb-section:before{
  top:0;
  left:0;
  right:0;
  bottom: 0;
  content:"";
  position: absolute;
  background: url(images/astrology-background.webp) no-repeat;
  z-index: -9;
  opacity: 40%;
  background-attachment: fixed;
}
.breadcrumb-design h1{
  font-size: 45px;
  color: #f5e3bb;
  font-weight: 600;
  padding: 0 4em 0 0px;
  line-height: normal;
  margin: -15px 0 0;
  text-transform: capitalize;
  background: linear-gradient(90deg, #f7e7b7 0%, #d4af37 35%, #fff2c7 55%, #b8860b 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Fraunces", serif;
  color: transparent;
  text-shadow: 0 0 18px rgba(212, 175, 55, 0.25);
}
.breadcrumb-design h1 a{
  color:#fff
}
.breadcrumb-design p{
    display: block;
    align-items: center;
    width: fit-content;
    padding: 13px 18px 13px;
    border: 1px solid rgba(212, 175, 55, 0.75);
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(212,175,55,0.05));
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow:
      0 0 22px rgba(212, 175, 55, 0.18),
      inset 0 0 18px rgba(255, 255, 255, 0.04);
    transition: all 0.35s ease;
    margin: 0;
}
.breadcrumb-design span{
  display: block;
  position: absolute;
  right: 170px;
  bottom: -20px;
}
.breadcrumb-design span img{
  height: 236px;
  margin: 0 auto;
  display: block;
}
/* end bread crumb section*/


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

.aboutus-section{
   text-align: left;
   padding: 40px 0 80px;
}
.aboutus-section .heading-horoscope span svg{
  animation: 5s linear infinite flipp;
}
.aboutus-section .heading-horoscope p{
}
.content-design picture img{
  height: 270px;
  float: right;
}
.aboutus-left1{
  padding: 10px;
}
.content-design p{
   font-size: 15px;
   line-height: 31px;
   padding: 17px 0 0 0;
   color: #2b2b2b;
}
.content-design p img{
  border-radius:30px;
  float:right;
  height:300px;
  margin:0 0px 0 20px;
}
.content-design p strong{
   color: #852a2c;
   font-weight: 500;
}
.content-design p a{
   color: #dbbb53;
   font-weight: 400;
}
.content-design ul, ol{
   padding: 0;
   margin:0;
   list-style: none;
}
.content-design ul li{
  list-style:none;
  font-size: 15px;
  color: #000000;
  margin: 17px 10px 0px 10px;
  width: 48%;
  padding: 10px 10px 10px 40px;
  position: relative;
  border: 1px solid #dac686;
  display: inline-block;
  border-radius: 30px;
}
.content-design ul li:before{
  font-weight: 600;
  position: absolute;
  color: #6b0833;
  top: 4px;
  text-align: center;
  left: 12px;
  font-size: 25px;
  animation: rotation 20s infinite linear reverse;
  content: "\2744";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
}
.content-design ol li{
   background: linear-gradient(45deg, #34061a, #7f093c);
   width: fit-content;
   display: inline-block;
   font-size: 15px;
   padding: 10px 21px;
   font-weight: 400;
   margin: 13px 5px 6px 5px;
   border-radius: 30px;
   color: #ffffff;
}
.content-design h2,h3,h4,h5,h6{
  color: #000000;
  display: block;
  text-transform: capitalize;
  font-size: 17px;
  background: linear-gradient(90deg, #f7e7b7 0%, #e9c16a 35%, #fff2c7 55%, #e8c069 100%);
  padding: 12px 25px;
  box-shadow: 0px 0px 4px 2px rgba(212, 175, 55, 0.5);
  border-radius: 30px;
  width: fit-content;
  margin: 20px 0 0;
  font-weight: 600;
}
.aboutus-left2 {
  position: relative;
  padding: 21px 20px;
  z-index:9;
  background: linear-gradient(160deg, #FFC881 6%, #B4690E 40%, #B4690E 60%, #FFC881 90%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.aboutus-left2 :before{
  content:"";
  position:absolute;
  height: 98%;
  width: 99%;
  top: 2px;
  left:0;
  right:0;
  margin:0 auto;
  z-index:-9;
  background-image: linear-gradient(180deg, #FFBA5F, #ffb655);
}
.content-design i{
  font-size:20px;
  background: linear-gradient(90deg, #3b0b17, #1c0215, #41131c);
  color: #ebc878;
  padding: 10px 20px;
  text-transform: uppercase;
  display: block;
  font-style: normal;
  border-radius: 9px;
  letter-spacing: 1px;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto 0 0;
}
.content-design i svg{
  height: 28px;
  width: 33px;
}

.topaboutus{
  padding: 50px 40px 50px 40px;
  border-radius: 20px;
  box-shadow: 0 0 15px #bababa;
}

.topaboutus picture img{
  height: 213px;
  margin: -47px 0 0 20px;
}




/* ==================================================
      END ABOUT US PAGE CSS 
==================================================*/



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

.getintouch{
  padding: 70px 0 90px;
}
.getin-left1{
}
.get-in1{
  padding: 16px;
}
.get-in2{
  padding: 20px 0 40px;
  z-index:9;
  position: relative;
  text-align: center;
  border-radius: 30px;
  background: #fff1e2;
  box-shadow: -2px 6px 8px 0px rgb(0 0 0 / 15%);
}
.contact-get a{
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin: 20px auto 0px 0;
  padding: 20px 0px;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.contact-get strong{
  font-size: 37px;
  text-align: center;
  font-weight: 600;
  padding: 0;
  display: block;
  color: #323232;
}

.contact-get span{
  height: 44px;
  width: 44px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: #541b16;
  line-height: 41px;
  margin: 0 auto;
}


.contact-get span svg, .contact-get span svg path{
  height: 22px;
  width: 22px;
  fill: #ffffff;
}
.contact-get p{
  font-weight: 400;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  padding: 3px 6px;
  color: #fff;
  text-align: left;
  text-shadow: 0 0 18px rgba(212, 175, 55, 0.25);
  background: #3f0917;
  width: fit-content;
}
.get-in2 .info p{
  color:#696969;
}
.get-in2 .info strong{
  color:#511917;
}
.get-in2 .info span{
  color: #8b4816;
  letter-spacing: 2px;
}
.get-in2 .info i{
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  width: fit-content;
  display: block;
  margin: 10px auto 0;
  border-radius: 40px;
  background: linear-gradient(90deg, #f7e7b7 0%, #e9c16a 35%, #fff2c7 55%, #e8c069 100%);
  padding: 5px 20px;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.5);';
  font-style: normal;
  font-size: 15px;
}
.map{
  padding:20px 30px 0;
}
.map iframe{border-radius: 30px;}
.form-getin{
  padding: 0px 0 0 40px;
}
.form-getin2{
  padding: 40px;
  border: 0;
  border-radius: 30px;
  background: linear-gradient(45deg, #3a0517, #5d2316, #b86d15);
}
.form-getin .heading-horoscope span svg {
  animation: 5s linear infinite flipp;
}
.form-getin .heading-horoscope  strong {
   font-size: 37px;
   background: linear-gradient(90deg, #ffffff 0%, #ffffff 25%, #ffffff 60%, #ffffff 100%);
   -webkit-text-fill-color: transparent;
   background-clip: text;
}
.contac-rr {
  padding: 0px 0px 0px 0px;
  margin: 0;
  text-align: left;
}
.form-group1 {
   padding: 7px 10px;
   margin: 0px 0px 0px;
   position: relative;
}
input.form-control1 {
   color: #ffffff;
}
.form-control1 {
  height: 55px;
  background-color: transparent;
  border: transparent;
  display: block;
  width: 100%;
  padding: 7px 5px 7px 5px;
  font-size: 15px;
  border-bottom: 1px solid #d1bab8;
  font-weight: 400;
}
textarea.form-control1 {
  height: 100px;
  color: #fff;
}
.form-group1 span{
  margin: 0;
}
.btn-group{
  padding: 15px 0 0;
  margin: 0;
  display: block;
}
.btn-group>.btn{
  padding: 15px 40px;
  box-shadow: 0 0 17px 0px #a5a5a542;
  border-radius: 30px;
  background: linear-gradient(90deg, #f7e7b7 0%, #e9c16a 35%, #fff2c7 55%, #e8c069 100%);
  position: relative;
  text-align: center;
  color: #000000;
}
.btn-group>.btn:before{
  position: absolute;
  content: "";
  top: 0;
  margin: 0 auto;
  right: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(90deg, transparent, #d4af3769, transparent);
  box-shadow: 0 0 12px rgb(212 175 55 / 0%);
  width: 100%;
  z-index: -9;
  border-radius: 30px 30px;
}
.form-group1  .place::-webkit-input-placeholder{
  color: #ffffff;
  padding-left:10px;
  font-size:15px;
  text-transform:captilize;
  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;
}

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


/* start bread crukb section  */


.bread-crumb-design{
  padding: 200px 0 110px;
  position: relative;
  z-index:9;
}
.bread-crumb-design:before{
  content:"";
  position:absolute;
  top:0;
  height:100%;
  width:100%;
  left:0;
  z-index: -9;
  right:0;
  /* opacity:0; */
  background: linear-gradient(45deg, #3a0517, #5d2316, #b86d15);
}
.bread-image{
  position:absolute;
  top: 0px;
  width:100%;
  height:100%;
  right: 0;
  background:url(images/about-us.webp) no-repeat;
  background-position:top right;
  background-attachment: fixed;
}
.bread-image:before{
  content:"";
  position:absolute;
  top:0;
  height:100%;
  width:100%;
  left:0;
  z-index: -9;
  right:0;
  background: linear-gradient(45deg, #3a0517, #5d2316, #b86d15);
}
.bread-image img{
  display: block;
  margin: 0 0 0 auto;
  height: 270px;
}
.bread-crumb-design p{text-transform: uppercase;font-size: 16px;color: #ffb655;}
.bread-crumb-design p a{color: #ffffff;}
.bread-crumb-design h1{font-size: 50px;color: #f89808;font-weight: 600;text-transform: capitalize;display: block;position: relative;}
.bread-crumb-design h1 a{color: #ffffff;}
.bread-crumb-design h1:before{
  content:"";
  position:absolute;
  height:1px;
  width: 50%;
  left:0;
  background: linear-gradient(to left, #ffffff00, #703712);
  top:0;
}

.yoast-breadcrumb h1 a{
  color: #ffffff;
}
.yoast-breadcrumb p{
  color: #f89808;
}
.yoast-breadcrumb:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  left:0;
  right:0;
  background: linear-gradient(45deg, #ce0901, #f08607);
  top:0;
  z-index: -9;
  opacity: 34%;
  display: none;
}
.bread-crumb-design .main{
  z-index:9;
  position:relative;
}

/*  end bread crumb section */


/* start error section  */

.error-design a{
  padding: 199px 0 191px 70px;
  position: relative;
  display:block;
}
.error-design a:before{
  background:url(images/background-header.webp) no-repeat;
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  left:0;
  right:0;
  margin:0 auto;
  z-index: -9;
  top: 0;
  background-size: cover;
  background-attachment: fixed;
}
.error-image{
  position:absolute;
  right: 0;
}

.error-image img{
  display: block;
  margin: 0 0 0 auto;
  height: 641px;
}
.error-design p{text-transform: uppercase;font-size: 66px;font-weight: 600;color: #ffffff;}
.error-design p a{color: #ffffff;}


.error-design a span svg{
  height: 110px;
  animation: 5s linear infinite flipp;
  width: 110px;
}
.error-design a strong{
  color: #000000;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  display: block;
  position: relative;
  margin: 0px auto 0 0;
  padding: 8px 19px;
  width: fit-content;
  background: linear-gradient(160deg, #FFC881 6%, #B4690E 40%, #B4690E 60%, #FFC881 90%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 9;
}
.error-design a strong:before{
  content:"";
  position:absolute;
  height: 93%;
  width: 98%;
  top: 2px;
  left:0;
  right:0;
  margin:0 auto;
  z-index:-9;
  background-image: linear-gradient(180deg, #FFBA5F, #FF9C1A);
}
.error-design a strong svg{
  height: 22px;
  width: 22px;
}
/*  end error section */

@media (max-width: 767px){
  body{text-align: center;}
    .astro-topservices .heading-horoscope strong {font-size: 46px;line-height: 70px;}
  .right-header-image,.footer-center1,.footer-left2,.footer-contact,.topservices-center2{padding:0;}
  .astrology-right1{padding: 0 0px 0 20px;}
  .report-1{padding: 10px 0;}
  .report-2 aside{font-size: 21px;}
  .services-2  strong {font-size: 16px;}
  .services-2,.stone-5,.services-1{padding:10px;}
  .highlighted{padding:0;margin: 20px 0 0px;}
  .banner-content strong {font-size: 22px;}
  .banner-content{padding: 0 0px 0 40px;top: 23px;width: 71%;}
  .social-media ul li{margin: 0px 5px;}
  .footer-contact .whatsapp, .all-que p{font-size:20px;}
  .banner-content span{margin: 0;font-size: 21px;}
  .banner-content  a{margin: 0px 0 0px;padding: 7px 17px;font-size: 15px;}
  .astrology-right1  aside{padding: 20px 18px;}
  .astrology-left1 img{height:auto;}
  .astrology-right1 strong {font-size: 22px;}
  .services-2:after{height: 97%;width: 95%;top: 7px;}
  .text-slider{padding: 52px 70px 0 0px;}
  .text-slider  strong{font-size: 22px;}
  .report-2,.astro-report2{padding:20px 10px}
  .horoscope-2 img  {margin: 0px auto 0 30px;height: auto;}
  .icon-serv1, .horoscope-1{padding: 5px !important;}
  .left-header-text{padding: 113px 30px 0px 30px;}
  .left-header-text1 strong{letter-spacing: 1px;font-size: 14px;}
  .text-slider span,.left-header-text1 a{font-size: 15px;padding: 10px 22px 9px;position: absolute;}
   .counter2 p{font-size: 14px;line-height: 28px;}
  .bdrr img{height:40px;}
  .specialist-astrologer li {padding: 14px 30px 14px 19px;display: inline-block;background: linear-gradient(90deg, #3b0b17, #1c0215, #290318);}
  .specialist-astrologer li span{height: 36px;line-height: 37px;width: 36px;}
  .specialist-astrologer li span svg{height: 26px;width: 26px;} 
  .specialist-astrologer li p {font-size: 15px;padding: 3px 0 0 39px;}
  .icon-serv2 a strong{font-size:12px;}
   .horoscope-2  span { font-size: 10px;padding: 1px 7px;}
  .topservices1:nth-child(2),.topservices1,.topservices-right .topservices1:nth-child(2){padding:0 }
  .social-media,.topservices2 strong {text-align: center !important;border-right: 0;}
  .report-2 a{letter-spacing:0;padding: 15px 20px;}
  .list-2 ul li{padding: 9px 10px 9px 31px;}
  .list-1:nth-child(1){border-radius:0;}
  .list-1:nth-child(3){border-bottom-left-radius: 50px;}
  .list-1{background: linear-gradient(0deg, #320f1a, #320f1a);}
  .counter-right1 ul li{display: inline-block;width: 31.5%;padding: 16px 14px;margin: 20px 5px 20px 0;}
   .counter1, .counter2{width:100%;padding: 0;text-align: center;}
  .banner-content .bdrr,.text-slider p,.specialist-astrologer li:last-child,.footer-left1 .footer-heading strong, .banner-content   p {display:none !Important;}
  .footer-navigation ul li {padding: 0px 14px;}
  .footer-center1,.footer-right2{margin:30px 0 0;}
  .footer-center2{border-left:0;}
  .right-header-image1 img {margin: -0px auto 0;height:400px;}
  .navigation,.logo-mobile {width:100%;}
  .header-section:before{opacity: 41%;}
  .specialist-astrologer{left:0;margin:0 auto;right: 0;}
  .navbar-nav{background:#390719;}
  .left-header-text1 p{position: absolute;right: 0;width: 40%;line-height: 25px;font-size: 13px;}
  .content-design ul li{width:100%;margin: 10px 0 00;}
  .testimonials3 aside{position:relative;}
  .aboutus-section{padding:0 0 30px;}
  .content-design h2, h3, h4, h5, h6{border-radius: 18px; padding: 8px 15px;line-height: 26px;}
  .slider img{border-radius:0;}
  .icon-serv1{width:33.333%;}
  .horoscope-1{width: 20%;}
  .text-slider{padding: 40px 10px 0 0px;}
  .text-slider strong{font-size: 17px;}
  .content-design picture img{float:none;height: 240px;margin: 0 auto;display: block;}
  .list-section .heading-horoscope  strong { font-size: 54px;}
   .error-design a{padding: 159px 0 160px 0px;text-align: center;}
  .error-design p{font-size: 50px; line-height: 49px; padding: 10px 0 0;}  
  .error-design a strong,.error-image{left:0;margin:0 auto;}
  .error-image img{height: 531px;margin:0 auto;opacity: 20%;}
  .form-getin{padding: 30px 0 0 0;}
  .bread-image{z-index: 9;}
  .bread-image:before{opacity: 80%;}
  .bread-crumb-design h1{font-size: 37px;}
  .quick-link ul li {width:49%;padding: 10px;}
  .quick-link ul li a:before{top: 17px;left: 21px;}
  .icon-fixed-mobile{display:block;}
  .content-design p img{float:none;margin: 0 auto;display: block;}
  


}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .astro-topservices .heading-horoscope strong {font-size: 46px;line-height: 70px;}
  .right-header-image,.footer-center1,.footer-left2,.footer-contact,.topservices-center2{padding:0;}
  .astrology-right1,.report-1{padding:0 20px;}
  .report-2 aside{font-size: 21px;}
  .services-2  strong {font-size: 16px;}
  .services-2,.stone-5,.services-1{padding:10px;}
  .highlighted{padding:0;margin: 20px 0 0px;}
  .banner-content strong {font-size: 31px;}
  .banner-content{padding: 0 0px 0 40px;top: 23px;width: 71%;}
  .social-media ul li{margin: 0px 5px;}
  .footer-contact .whatsapp, .all-que p{font-size:20px;}
  .banner-content span{margin: 8px 0 0px;font-size: 21px;}
  .banner-content  a{margin: 0px 0 0px;padding: 7px 17px;font-size: 15px;}
  .astrology-right1  aside{padding: 20px 18px;}
  .astrology-left1 img{height:auto;}
  .astrology-right1 strong {font-size: 25px;}
  .services-2:after{height: 97%;width: 95%;top: 7px;}
  .text-slider{padding: 52px 70px 0 0px;}
  .text-slider  strong{font-size: 22px;}
  .report-2,.astro-report2{padding:20px 10px}
  .horoscope-2 img  {margin: 0px auto 0 30px;height: auto;}
  .icon-serv1, .horoscope-1{padding: 5px !important;}
  .left-header-text{padding: 113px 30px 0px 30px;}
  .left-header-text1 strong{letter-spacing: 1px;font-size: 14px;}
  .text-slider span,.left-header-text1 a{font-size: 15px;padding: 10px 22px 9px;position: absolute;}
   .counter2 p{font-size: 14px;line-height: 28px;}
  .bdrr img{height:40px;}
  .specialist-astrologer li {padding: 14px 30px 14px 19px;display: inline-block;background: linear-gradient(90deg, #3b0b17, #1c0215, #290318);}
  .specialist-astrologer li span{height: 36px;line-height: 37px;width: 36px;}
  .specialist-astrologer li span svg{height: 26px;width: 26px;} 
  .specialist-astrologer li p {font-size: 15px;padding: 3px 0 0 39px;}
  .icon-serv2 a strong{font-size:12px;}
   .horoscope-2  span { font-size: 10px;padding: 1px 7px;}
  .topservices1:nth-child(2),.topservices1,.topservices-right .topservices1:nth-child(2){padding:0 }
  .social-media,.topservices2 strong {text-align: center !important;border-right: 0;}
  .report-2 a{letter-spacing:0;padding: 15px 20px;}
  .list-2 ul li{padding: 9px 10px 9px 31px;}
  .list-1:nth-child(1){border-radius:0;}
  .list-1:nth-child(3){border-bottom-left-radius: 50px;}
  .list-1{background: linear-gradient(0deg, #320f1a, #320f1a);}
  .counter-right1 ul li{display: inline-block;width: 31.5%;padding: 16px 14px;margin: 20px 7px 20px 0;}
   .counter1, .counter2{width:100%;padding: 0;text-align: center;}
  .text-slider p,.specialist-astrologer li:last-child,.footer-left1 .footer-heading strong, .banner-content   p {display:none !Important;}
  .footer-navigation ul li { padding: 0px 30px;}
  .footer-center1,.footer-right2{margin:30px 0 0;}
  .footer-center2{border-left:0;}
  .right-header-image1 img {margin: -0px auto 0;height:400px;}
  .navigation,.logo-mobile {width:100%;}
  .header-section:before{opacity: 41%;}
  .specialist-astrologer{left:0;margin:0 auto;right: 0;}
  .navbar-nav{background:#390719;}
  .left-header-text1 p{position: absolute;right: 0;width: 40%;line-height: 25px;font-size: 13px;}
  .content-design ul li{width:100%;}
  .error-design a{padding: 159px 0 160px 0px;text-align: center;}
  .error-design p{font-size: 50px; line-height: 49px; padding: 10px 0 0;}  
  .error-design a strong,.error-image{left:0;margin:0 auto;}
  .error-image img{height: 531px;margin:0 auto;opacity: 20%;}
  .contact-get strong{font-size: 25px;}
  .form-getin .heading-horoscope strong {font-size: 28px;}
  .quick-link ul li {width:49%;padding: 10px;}
  .quick-link ul li a:before{top: 17px;left: 21px;}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .astro-topservices .heading-horoscope strong {font-size: 46px;line-height: 70px;}
  .topservices-center2{padding:0;}
  .astrology-right1,.report-1{padding:0 20px;}
  .report-2 aside{font-size: 26px;}
  .services-2  strong {font-size: 16px;}
  .services-2,.stone-5,.services-1{padding:10px;}
  .highlighted{padding:0;}
  .banner-content strong {font-size: 31px;}
  .banner-content{padding: 0 0px 0 40px;top: 23px;width: 71%;}
  .social-media ul li{margin: 0px 5px;}
  .footer-contact .whatsapp, .all-que p{font-size:20px;}
  .banner-content span{margin: 8px 0 0px;font-size: 21px;}
  .banner-content  a{margin: 0px 0 0px;padding: 7px 17px;font-size: 15px;}
  .astrology-right1  aside{padding: 20px 18px;}
  .astrology-right1 strong {font-size: 25px;}
  .services-2:after{height: 97%;width: 95%;top: 7px;}
  .text-slider{padding: 60px 70px 0 0px;}
  .text-slider  strong{font-size: 22px;}
  .text-slider p{line-height: 28px;font-size: 14px;}
  .astro-report2 p{font-size: 15px;}
  .report-2,.astro-report2{padding:20px 10px}
  .horoscope-2 img  {margin: 0px auto 0 30px;height: auto;}
  .icon-serv1, .horoscope-1{padding: 5px !important;}
  .left-header-text1 aside {font-size: 61px;}
  .left-header-text{padding: 60px 0 0px 30px;}
  .left-header-text1 strong{letter-spacing: 1px;font-size: 14px;}
  .left-header-text1 a{font-size: 15px;padding: 10px 22px 9px;}
  .left-header-text1 p {font-size: 14px;line-height: 28px;}
  .bdrr img{height:40px;}
  .specialist-astrologer li {padding: 14px 10px 14px 19px;}
  .specialist-astrologer li span{height: 36px;line-height: 37px;width: 36px;}
  .specialist-astrologer li span svg{height: 26px;width: 26px;} 
  .specialist-astrologer li p {font-size: 13px;padding: 6px 0 0 39px;}
  .error-image img{height: 530px;}
  .error-design a{padding: 169px 0 150px 70px;}
  .error-design p{font-size: 50px; line-height: 49px;width: 50%; padding: 10px 0 0;}  
  .quick-link ul li {width:49%;padding: 10px;}
  .quick-link ul li a:before{top: 17px;left: 21px;}
  


  
}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
  .astro-topservices .heading-horoscope strong {font-size: 55px;}
  .topservices-center2{padding:0;}
  .report-1{padding:0 20px;}
  .report-2 aside{font-size:30px;}
  .services-2  strong {font-size: 16px;}
  .services-1{padding:10px;}
  .highlighted{padding:0;}
  .banner-content strong {font-size: 31px;}
  .banner-content{padding: 0 0px 0 50px; top: 33px;width: 62%;}
  .error-image img{height: 530px;}
  .error-design a{padding: 179px 0 100px 70px;}
  
}

@media (max-width: 575px) and (min-width: 0px) {
  .list-section .heading-horoscope strong{font-size: 34px;}
  .counter-right1 ul li{width:100%;margin: 10px 7px 10px 0;}
  .heading-horoscope strong{font-size: 31px;}
  .heading-horoscope h1{font-size: 43px;line-height: normal;}
  .banner-content span{margin: 0;font-size: 10px;padding: 0;}
  .services-2 strong,.banner-content strong{font-size: 18px;padding: 0;line-height: 20px;}
  .banner-content{padding:0 0 0 10px;top: 11px;}
  .left-header-text1 p,.text-slider span, .left-header-text1 a,.banner-content a{display: none !important;}
  .footer-contact .whatsapp, .all-que p {font-size: 15px;}
  .footer-right2{padding:0 0 20px;}
  .footer-bottom{padding-top:20px !important;}
  .footer-navigation ul li{padding: 0 8px;font-size: 13px;}
  .footer-center2{border:0;padding: 0 0 8px 0;border-bottom: 1px solid #f2d692;}
  .testimonials{padding:0 0 50px;}
  .head-report strong,.testimonials1{padding:10px 0;}
  .list-1:nth-child(3){border-radius:0;}
  .astro-report,.astrology-right1{padding:0;}
  .report-1{padding:10px;}
  .carousel-item:nth-child(3) .text-slider{left: 40px;}
  .astro-topservices .heading-horoscope strong {font-size: 30px;line-height: 70px;}
  .bdrr b{width:80px;}
  .tagline-astro strong {font-size: 19px;}
  .horoscope-section{padding: 20px 0 19px;}
  .logo-mobile{width:70%;}
  .navbar-toggler {margin: -50px 0px 0 auto !important;}
  .left-header-text1 aside{font-size: 41px;}
  .left-header-text{ padding: 113px 10px 0px 10px;}
  .right-header-image1 img{height:auto;}
  .specialist-astrologer li p{ font-size: 12px;padding: 3px 0 0 39px;}
  .text-slider{padding: 19px 10px 0 0px;}
  .text-slider strong{font-size: 17px;}
  .specialist-astrologer{display:none;}
  .horoscope-1{width: 33%;}
  .error-image img{height: auto;margin:0 auto;opacity: 20%;}
  .error-image{bottom: 0;}
  .error-design p{ font-size: 36px;}
  .quick-link ul li a{font-size: 13px;padding: 13px 7px 12px 34px;}
  .quick-link ul li{padding:6px}
  .quick-link ul li a:before {top: 11px;left: 13px;}
  .content-design p img{height:auto;}
  .bread-crumb-design h1{font-size: 29px;text-align: center;}
  .bread-crumb-design p{text-align:center;}
    
}



@media (max-width: 420px) and (min-width: 0px) {
  .text-slider{padding: 19px 10px 0 0px;}
  .text-slider strong{font-size: 13px;}
  .specialist-astrologer{display:none;}
  .horoscope-1{width:50%;}
  .error-design p{font-size: 27px;}
  .quick-link ul li {width:100%;padding: 3px 0 10px;}
  .quick-link ul li a:before {top: 9px;left: 11px;}
  



}   















