@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

body{
  margin:0;
  padding:0;
  color: #fef0b3;
  font-family: "Google Sans Flex", sans-serif;
  background: linear-gradient(135deg, #050505 0%, #1A0909 35%, #3B0F12 70%, #0B0B0B 100%);
  background: linear-gradient(90deg, #160c01 0%, #3a1b05 25%, #1e1000 55%, #1b0f01 100%);
}
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: currentcolor;
}
p{
  margin:0;
}
/*font-family: "Fraunces", serif;*/
/* font-family: "Great Vibes", cursive; */

/* START HEADER SECTION */

/* start top head section */


.tophead-section{
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 99;
  width: 100%;
  background: linear-gradient(180deg, #000000, #00000030, transparent);
}



.logo-mobile{
  img{
  background: radial-gradient(#1f0e03, transparent);
  }
  width: 28%;
  padding: 10px 0 0;   
}
.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: 57%;
}
.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:before{
  position: absolute;
  content:"";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #5f2f08, transparent);
  bottom: 0;
}
.navbar ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: radial-gradient(circle, #f5a623, transparent);
  filter: blur(2px);
}
.navbar ul  li a{
  font-size: 14px;
  text-transform: capitalize;
  color: #dadada;
  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: #000000;
}
.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: #ffffff;
}
.nav-link:focus, .nav-link:hover {
  color: #eebd5f;
}
.navbar-nav .dropdown-menu{
  width: auto;
  background: #ac6724;
  padding: 8px 14px !important;
}
.navbar{
  border-radius: 0;
  border: 0;
}
.navbar-collapse{}
.navbar-toggler{
    margin: -130px 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: #d6a95e;
  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;
}
.header-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;
}
.left-header-text{
  position:relative;
  padding: 0 0 0px 0;
}
.left-header-text:before{
  left:0;
  top:0;
  content:"";
  position:absolute;
  background: linear-gradient(97deg, #00000091, #00000008, transparent);
  height: 100%;
  width: 100%;
}
.left-header-text1{
  padding: 150px 0 0 50px;
  z-index: 9;
  position: relative;
  strong{
    display:block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight:400;
    text-align: left;
    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);
  }
  em{
    color: #a87f2b;
    font-family: "Great Vibes", cursive;
    /* display: none; */
    text-align: right;
    display: block;
    font-size: 40px;
    position: absolute;
    right: 0;
    margin: -30px 50px 0 0px;
    display: none;
  }
  aside{
    font-family: "Fraunces", serif;
    font-size: 104px;
    color: #f5e3bb;
    font-weight: 600;
    text-align: left;
    line-height: normal;
    margin: -15px 0 0;
    text-transform: uppercase;
  }
  aside span{
    color: #d4a857;
    display: block;
    font-size: 70px;
    margin: -17px 0 0;
  }
  .bdr i{
    display:inline-block;
    height:1px;
    width: 125px;
    background: linear-gradient(
    90deg,
    #f7e7b7 0%,
    #d4af37 35%,
    #fff2c7 55%,
    #b8860b 100%);
    margin: 0 0 3px 0;
  }
  .bdr svg{
    height:10px;
    width:10px;
    fill:#d4a857;
    margin: 0 2px;
  }
  p{
    font-size: 15px;
    line-height: 29px;
    color: #dedede;
    padding: 0px 0 22px 0;
  }
  a{
    display: block;
    align-items: center;
    width: fit-content;
    padding: 9px 20px 7px;
    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: 15px;
    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;
}
  a svg{
    height: 30px;
    width: 30px;
    fill:#f8e297;
  }

}

.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);
}


.specialist-astrologer {
  position: relative;
  padding: 32px 0 0 60px;
  z-index: 9;
  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;
    display:inline-block;
    width: 21.555555%;
    margin:0 6px;
    text-align: center;
  }
  li span{}
  li span svg{
    height: 30px;
    width: 30px;
    /* fill:#d6a95e; */
  }
  li span svg path{
     fill:#d6a95e;
  }
  li:last-child span svg path{
     fill:#d6a95e00;
  }
  li p{
    color:#fff;
    text-transform:uppercase;
    font-size:13px;
    padding: 6px 0 0 0;
  }
   
}

.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 50px 0 0px;
}
.right-header-image:before{
  right:0;
  top:0;
  content:"";
  position:absolute;
  background: linear-gradient(280deg, #391a05, #4a27077d, transparent);
  height: 100%;
  width: 80%;
}
.right-header-image1{
  position:relative;
  
 img{
    height: 571px;
    margin: 100px auto 0 auto;
    display:block;
    transform: translateY(0px);
  }
}





.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 counter section */


.counter-section{
  padding: 70px 0 40px;
  z-index: 9;
}
.year-experiences p{
  font-size: 322px;
  line-height: 310px;
  font-weight: 700;
}
.year-content{
  p{
    color: #dfdfdf;
    line-height: 33px;
    font-size: 15px;
    text-align: justify;
  }
  a{
    display: block;
    align-items: center;
    margin: 40px 0 0;
    width: fit-content;
    padding: 13px 20px 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: 15px;
    font-weight: 500;
    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;
  }
  strong{
    font-size: 34px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0 0 0 20px;
    text-align: left;
    display: block;
    margin: 0 0 23px 0;
    position: relative;
    font-family: "Fraunces", serif;
    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);
  }
  padding: 0 40px 0 0px;
}
.year-content strong:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  height: 100%;
  width: 2px;
  background: #e6b653;
}
.year{
  position: absolute;
  right: 40px;
  bottom: -50px;
  font-size: 120px;
  opacity: 0.3;
  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);
  animation: float 2s ease-in-out infinite;
}
 @keyframes float {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(10px)
    }

    100% {
        transform: translateX(0px)
    }
}


.counter-1{
  padding: 19px 10px;
  border-left: 1px solid #361f05;
}
.counter-1:nth-child(1){border:0;}
.counter-2{
  position:relative;
  text-align: center;
}
.count-1{
  column-count: 2;
  column-gap: 0px;
  column-rule-width: 2px;
  column-rule-color: #e6b653;
  column-rule-style: solid;
  border-bottom: 1px solid #361f05
}
.count-2{
  column-count: 1;
  column-gap: 0px;
  column-rule-width: 1px;
  column-rule-color: #e6b653;
  column-rule-style: solid;
  border-bottom: 0px solid #e6b653;
}
.counter-right2{
  z-index: 9;
}
.counter-right2:before{
  content:"";
  left:0;
  top: 94px;
  right:0;
  margin:0 auto;
  position:absolute;
  background: radial-gradient(#1c1001db 40%, #1d100100 30%);
  height: 40%;
  width: 40%;
  border-radius: 50%;
  /* z-index: -9; */
}
.counter-2{
  p{
    color: #ffffff;
    font-family: "Fraunces", serif;
    text-transform: capitalize;
    line-height: 100px;
    font-size: 90px;
    font-weight: 400;
  }
  strong{
    color: #e6b653;
    font-size: 15px;
    padding: 0px 0 0px 0;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

}
.astrologer-msg{
  b{
    color:#000;
    text-transform: capitalize;
    font-size: 32px;
    font-weight: 700;
  }
  p{
    color: #7b7b7b;
    font-size: 21px;
    line-height: 39px;
    font-style: italic;
    padding: 7px 0 0;
    font-weight: 400;
  }
   p strong{
    color:#000;
    font-weight: 600;
  }
}

.zodiac-bg{
    position:absolute;
    width:500px;
    height:500px;
    border:1px solid rgba(212,175,55,0.08);
    border-radius:50%;
    background:
    radial-gradient(circle,
    transparent 58%,
    rgba(212,175,55,0.05) 60%,
    transparent 62%);
    box-shadow:
    0 0 80px rgba(212,175,55,0.04);
    opacity: 60%;
    right: 40px;
    top: 0;
}



/* end counter section */


/* start horoscope section */

.horoscope-section{
  padding: 120px 0 59px;
}

.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: 57px;
  line-height: 79px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  font-family: "Fraunces", serif;
  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);
}
.heading-horoscope h1 a{
  background: linear-gradient(90deg, #f7e7b7 0%, #d4af37 35%, #fff2c7 55%, #b8860b 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.heading-horoscope strong{
  font-size: 57px;
  line-height: 79px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  font-family: "Fraunces", serif;
  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);
}
.heading-horoscope p{
  color: #ffffff;
  font-size: 12px;
  display: block;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.heading-horoscope aside{
  color: #ffffff;
  padding: 11px 0 0;
  font-size: 15px;
  letter-spacing: 0.4px;
  line-height: 31px;
  display: inline-block;
  font-weight: 300;
}
.horoscope-1{
  padding: 20px 10px 10px;
  text-align: center;
  width: 16.66%;
}
.horoscope-2{}
.horoscope-2 img{
  height: 106px;
  transition:0.9s ease-in;
}
.horoscope-2:hover img{
  transform: rotate(360deg) scale(0.8);
}
.horoscope-2 span{
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
  display: block;
  padding: 2px 0 0;
  text-transform: uppercase;
  font-size: 10px;
}
.horoscope-2 strong{
  font-size: 14px;
  padding: 15px 0 0;
  font-weight: 500;
  color: #d6b23c;
  display: block;
  text-transform: uppercase;
}
/* end horoscope section */


  
/* start top services section */

.topservices-section{
  padding: 30px 0 20px 0;
}
.topservices-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%;
}
.topservices-heading span svg{
   height: 40px;
   fill: #eb4261;
   width: 40px;
   animation: flipp 5s 0s linear infinite;
}
@keyframes flipp{
   0% {
      transform: scale(1, 1);
      
   }
   50% {
      transform: scale(-1, 1);
   }
   100% {
      transform: scale(1, 1);
   }
}
.topservices-heading strong{
   color: #4e0a01;
   font-weight: 700;
   text-transform: capitalize;
   display: block;
   font-size: 56px;
}
.topservices-heading strong em{
  font-style: normal;
  color: #933011;
  text-transform: uppercase;
}
.topservices-heading p{
   color: #555555;
   font-size: 16px;
   line-height: 30px;
}
.top-services1{
   padding: 5px;
   width: 20%;
}
.top-services2{
  border: 1px solid rgb(68 58 28 / 75%);
  padding: 30px 16px 30px 16px;
  border-radius: 32px 32px;
  background: #281405;
  box-shadow: 0 0 1px rgba(212, 175, 55, 0.18), inset 0 0 8px rgba(255, 255, 255, 0.04);
  transition: all 0.35s ease;
}
.top-services2 span{
   height: 80px;
   width: 80px;
   border-radius: 50%;
   display: block;
   background: #d4af3700;
   line-height: 80px;
   margin: 0 auto;
   z-index: 9;
   position:relative;
}
.top-services2 span:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  left: 0;
  top: 0;
  z-index: -9;
  margin:0 auto;
  border-radius: 50%;
  right:0;
  background: #ff;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.5);
}
.top-services2 span img{
   height: 58px;
}
.top-services2 strong{
   font-size: 21px;
   text-transform: capitalize;
   display: block;
   color: #d6b23e;
   padding: 18px 0 5px;
}
.top-services2 strong em{
  display:block;
  font-size: 12px;
  font-weight: 400;
  color: #bebebe;
  border: 1px solid #af912c;
  width: fit-content;
  border-radius: 20px;
  padding: 3px 13px;
  margin: 4px auto;
}
.top-services2 p{
   color: #bcbcbc;
   padding: 10px 0 0px 0;
   font-size: 14px;
}
.top-services2 a{
   padding: 7px 16px 7px;
   font-size:16px;
   display: block;
   color: #fff;
   width: fit-content;
   border-radius: 8px;
   margin: 20px auto 0;
   background: linear-gradient(45deg, #331a04, #5d300f);
   text-transform: capitalize;
}
.top-astros{
  padding: 51px 0 0 0;
}
.top-astro1{
   padding: 10px;
}
.top-astro2{
   padding: 30px 25px;
   border-radius: 20px;
   background: linear-gradient(#ffdacd, transparent);
}
.top-astro2 span{
   font-size: 23px;
   font-weight: 400;
   display: block;
   text-transform: capitalize;
   color: #222;
}
.top-astro2 strong{
   color: #000;
   font-size: 18px;
   display: block;
   text-transform: uppercase;
   padding: 6px 0 0;
}
/* end top services section*/
  

/* start astro services section */

.astroservices-section{
  padding: 30px 0 50px 0;
}
.astroservices-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%;
}
.astroservices-heading span svg{
  height: 40px;
  fill: #eb4261;
  width: 40px;
  animation: flipp 5s 0s linear infinite;
}
@keyframes flipp{
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(-1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.astroservices-heading strong{
  color: #4e0a01;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  font-size: 56px;
}
.astroservices-heading strong em{
  font-style: normal;
  color: #933011;
  text-transform: uppercase;
}
.astroservices-heading p{
  color: #555555;
  font-size: 16px;
  line-height: 30px;
}
.astro-services1{
  padding: 16px;
}
.astro-services1:nth-child(2){
  padding: 80px;
}
.astro-services2 strong{
  font-size: 25px;
  font-weight: 500;
  padding: 20px 0 0;
  display: block;
  text-transform: capitalize;
  font-family: "Fraunces", serif;
  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);
}
.astro-services2 span{
  display:block;
  position:relative;
  z-index:9;
}

.astro-services2 img{
  border-radius: 60px 60px;
  border: 7px solid #eeeeee00;
}
.astro-services2 span:before{
  position:absolute;
  content:"";
  top:0;
  margin:0 auto;
  right:0;
  left:0;
  height: 100%;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.5);
  width: 100%;
  z-index: -9;
  border-radius: 60px 60px;
}

.tagline{
  p{
    color: #ffd3a9;
    padding: 40px 0 0;
    font-size: 60px;
    font-family: 'Great Vibes',sans-serif;
  }
  em{
    color: #d6b23c;
    font-size: 17px;
    display: block;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
    a{
    display: block;
    align-items: center;
    width: fit-content;
    padding: 13px 30px 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: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    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: 70px auto 0;
}
  a svg{
    height: 30px;
    width: 30px;
    fill:#f8e297;
  }

}

.tagline 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);
}
.tagline a:hover::after{
  transform: translateX(6px);
}





/* end astro services section*/

/* start main services section */

.mainservices-section{
  padding: 50px 0;
}
.mainservices-1{padding: 0 0 30px 0;}

.mainservices-left2 img{
  border-radius: 220px;
}

.mainservices-right1{
  padding: 0 0 0 0px;
}
.mainservices-1:nth-child(2) .mainservices-right1, .mainservices-1:nth-child(4) .mainservices-right1{
  padding: 0 30px 0 0px;
  text-align: right;
}
.mainservices-1:nth-child(2) .mainservices-right2 a, .mainservices-1:nth-child(4) .mainservices-right2 a{
  margin: 13px 0 0 auto;
}
.mainservices-right2 strong{
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  font-family: "Fraunces", serif;
  color: #ffffff;
  font-size: 28px;
}
.mainservices-right2 p{
  color: #b3b3b3;
  font-size: 15px;
  line-height: 28px;
  padding: 5px 0 0 0;
}
.mainservices-right2 a{
  color: #000000;
  padding: 10px 25px;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  background-color: #b8860b;
  display: block;
  font-size: 15px;
  transition: 0.5s all ease;
  width: fit-content;
  margin: 13px 0 0;
  z-index:9;
}
.mainservices-right2 a:before{
  content:"";
  position:absolute;
  left:0;
  background:#ffffff;
  top:0;
  width:3%;
  height:100%;
  z-index:-9;
  transition:0.6s ease-in;
}
.mainservices-right2:hover a:before{
  width:100%;
}
/* end main services section*/


/* start list section */

.list-section{
  padding: 0px 0 80px;
}
.list-1{
  padding: 10px;
}

.list-2{
  border: 1px solid rgb(161 126 40 / 37%);
  padding: 60px 16px 60px 16px;
  border-radius: 32px 32px;
  background: #281405;
  box-shadow: 0 0 1px rgba(212, 175, 55, 0.18), inset 0 0 8px rgba(255, 255, 255, 0.04);
  transition: all 0.35s ease;
  position:relative;
  z-index: 9;
}
.list-2:before{
  background:url(images/bg-astrology.webp) no-repeat;
  height:100%;
  width:100%;
  content:"";
  top:0;
  left:0;
  position:absolute;
  background-attachment:fixed;
  background-position:center;
  background-size:cover;
  opacity: 12%;
  margin:0 auto;
  z-index: -9;
}
.list-2 strong{
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Fraunces", serif;
  background: linear-gradient(90deg, #f7e7b7 0%, #d4af37 35%, #fff2c7 55%, #b8860b 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0px 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: 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: 400;
  letter-spacing: 0.2px;
  margin: 10px auto 30px;
  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;
}
 .list-2 ul li{
   list-style:none;
   position: relative;
   line-height: 29px;
   padding: 9px 0 9px 31px;
   font-size: 14px;
   color: #c7c7c7;
}
.list-2 li:before{
  position:absolute;
  background: #e6e6e600 30%;
  top: 9px;
  left: 0px;
  color: #d9b85e;
  font-size: 22px;
  content: "\262f";
  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 stone section */

.stone-section{
  padding: 70px 0 70px 0;
}
.stone-1{
  padding: 10px;
}
.stone-2{
  padding: 0;
  box-shadow: 0 0 17px 0px #a5a5a542;
  border-radius: 30px;
  background: #351904bd;
  position: relative;
  text-align: center;
}
.stone-2: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;
}
.stone-3{
  padding: 30px 10px 0 10px;
}
.stone-3 strong{
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 33px;
  font-size: 21px;
  padding: 0 0 0 0px;
  display: -webkit-inline-box;
  font-family: "Fraunces", serif;
  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);
}


.stone-5{
  padding: 30px 20px 35px;
}
.stone-5 p{
  color: #e0e0e0;
  font-size: 15px;
  margin:0;
  line-height: 28px;
  font-weight: 400;
}
.stone-5 a{
  display: block;
  align-items: center;
  margin: 40px 0 0;
  width: fit-content;
  padding: 13px 20px 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: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 20px auto 0;
  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;
}
.stone-4{
  padding: 0;
  position:relative;
  width: fit-content;
  margin: 20px auto 0;
}
.stone-4:before{
  position:absolute;
  content:"";
  top:0;
  margin:0 auto;
  right:0;
  left:0;
  height: 100%;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  box-shadow: 0 0 12px 3px rgba(212, 175, 55, 0.5);
  width: 100%;
  z-index: -9;
  border-radius: 20px 20px;
}

.stone-4 img{
  height: 170px;
  border: 7px solid #eeeeee00;
  border-radius: 10%;
}
.stone-3 .stone-heading{
  width: 20px;
  height: 20px;
  border: 1px solid #940a0a;
  border-radius: 50%;
  position: relative;
  margin: 7px 0 0;
}
.stone-heading_1:before {
  position: absolute;
  left: 14px;
  top: 2px;
  width: 130px;
  height: 1px;
  content: "";
  background: #940a0a;
}
.stone-heading_1:after {
  position: absolute;
  left: 12px;
  top: 8px;
  width: 165px;
  height: 1px;
  content: "";
  background: #8f0a0a;
}
.stone-heading_1{
  position: absolute;
  left: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
  background: #940a0a;
  border-radius: 50%;
}
/* end stone section*/


/* start testimonials section  */

.testimonials{
  padding: 80px 0 80px;
  position:relative;
}
.testimonials:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  left:0;
  right:0;
  background:url(images/testimonials.webp) no-repeat;
  background-position:center;
  background-size:cover;
  opacity: 3%;
  background-attachment: fixed;
  top: 0;
}
.client{
   margin: 0px 0 0;
}
.testimonials1{
  padding: 13px;
}
.testimonials2{
  padding: 14px 15px;
  position:relative;
  background: linear-gradient(to right, #311705, #281705);
  border-radius: 130px 0 0 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.testimonials2:before{
  content:"";
  position:absolute;
  height: 100%;
  width: 60%;
  background:transparent;
  left:0;
  top:0;
  border-radius: 130px 0 0 130px;
  box-shadow: -11px 6px 9px 2px rgb(0 0 0 / 12%);
  z-index: -9;
}
.testimonials3{
  width: 80%;
  text-align: left;
}
.testimonials3 p{
  color: #d7d7d7;
  font-weight:400;
  line-height: 28px;
  font-size: 14px;
  padding: 9px 0 10px;
}
.testimonials3 aside b{
  padding: 0 4px;
  color: #b8860b;
}
.testimonials3 aside b .bi{
  height: 20px;
  width: 20px;
}

.testimonials3 aside{
  padding: 0;
  position:relative;
}
.testimonials3 strong{
  padding: 0px 0 0;
  font-size: 14px;
  text-align: left;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  margin: 0 auto 0 0;
  width: fit-content;
  background: #d4af37;
  padding: 8px 15px;
  border-radius: 23px;
}
.testimonials3 span{
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #bd0000;
    width: fit-content;
    background: #fff;
    border-radius: 20px;
    padding: 3px 13px;
    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;
}
.testimonials1:nth-child(even){
  .testimonials2{
    background: linear-gradient(to left, #311705, #281806);
    border-radius: 0 130px 130px 0;
  }
  .testimonials3{
    text-align:right;
    padding: 0 20px 0 0px;
  }
  .testimonials3 strong{
    margin: 0 0 0 auto;
  }

}
.testimonials1:nth-child(even) .testimonials2:before{
  border-radius: 0px 130px 130px 0px;
  box-shadow: 16px 12px 14px 2px rgb(0 0 0 / 12%);
  right: 0;
  left: auto;
}

/* 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;
}
.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{
  padding: 30px 0 90px;
  position:relative;
  z-index: 9;
}
.footer:before{
  top:0;
  left:0;
  right:0;
  bottom: 0;
  content:"";
  position: absolute;
  background: url(images/astrology-background.webp) no-repeat;
  z-index: -9;
  opacity: 13%;
  background-attachment: fixed;
}
.footer-about1{
  padding: 0 0px 0 0px;
  border-right: 1px solid #603a11;
}
.footer-heading strong{
  font-size: 21px;
  text-transform: uppercase;
  color: #eaa142;
  padding: 0 0 0px;
  font-weight: 600;
}
.footer-heading strong img{
  height: 100px;
  margin: -5px 0 0 0;
}
.text-centent p {
  color: #f6f6f6;
  line-height: 31px;
  font-weight: 300;
  font-size: 14px;
  padding: 0;
}
.footer-center2 {
  padding: 0 20px 20px 0px;
  border-bottom: 1px solid #603a11;
}
.footer-social{
  border-top:1px solid #603a11;
  padding: 30px 0 0 0;
}
.footer-social ul li{
  list-style: none;
  display: inline-block;
  padding: 0px 4px;
}
.footer-social li a{
  color: #1c1108;
  height: 43px;
  line-height: 50px;
  width: 43px;
  display: inline-block;
  background: #eaa142;
  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-top: 1px solid #603a11;
  padding: 10px 0 10px 10px;
  text-align: center;
}
.icon-image ul li{
  display: inline-block;
  list-style: none;
  padding: 0 0px 0 20px;
}
.icon-image ul li img{width: 73px;}
.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: 37px;
  text-transform: capitalize;
  font-family: "Forum", serif;
  color: #eaa142;
  font-weight: 500;
}

.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: 8px 0;
  list-style:none;
}
.footer-contact li span{
  height: 45px;
  width: 45px;
  line-height: 50px;
  text-align: center;
  display:inline-block;
  border-radius: 150%;
  color: #c9a239;
  border: 1px solid #d4a227;
}
.footer-contact li span .bi{height: 20px;width: 20px;}
.footer-contact li i{
  color: #d7d7d7;
  font-size: 16px;
  font-style: normal;
  margin: 0 0 0 3px;
  display: inline-block;
}
.footer-navigation ul li{
  padding: 6px 15px 6px 30px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  display: block;
  position:relative;
  text-transform: capitalize;
  text-align: left;
  list-style: none;
}
.footer-navigation ul li:before{
    position: absolute;
    background: #e6e6e600 30%;
    top: 2px;
    left: 0px;
    color: #eaa142;
    font-size: 21px;
    content: "\272f";
    font-family: 'Glyphicons Halflings';
}
.footer-navigation ul li a{
  color:#fff;
}
.footer-navigation ul li:hover a{
  color:#eaa142;
}
.footer-navigation{
  padding: 20px 0 10px 30px;
  margin: 0px 0 0 0;
  text-align: left;
  border-right: 1px solid #603a11;
}



.contact-astro {
  padding: 15px 10px 19px 0px;
}
.contact-services{}
.services{
  padding: 0 0 10px 10px;
  border-bottom:1px solid #603a11;
}
.services ul li {
  font-size: 15px;
  list-style: none;
  display: inline-block;
  font-weight: 300;
  color: rgb(218 218 218);
  fill: rgb(234, 161, 66);
  position: relative;
  text-transform: capitalize;
  padding: 7px 0px 7px 5px;
}
.services ul li  svg {
  height: 0.9rem;
  width: 0.9rem;
  margin: 0px 0px 0px 0px;
}
.payment p{
  font-size: 29px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  font-family: "Fraunces", serif;
  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);
}
.payment em{
  font-size:15px;
  color:#b9b9b9;
  font-style:normal;
  padding: 0  0 0 20px;
  display:block;
  margin:0 0 20px 0;
  line-height:30px;
}
.payment ul li{
  padding: 5px 2px;
  margin:0;
  display: inline-block;
}
.payment ul li svg{
  padding: 3px 4px;
  height: 51px;
  border-radius:5px;
  background: #fff;
}
.pay{
  justify-content:center;
  align-items: center;
}
.note strong{
  font-size: 39px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  font-family: "Fraunces", serif;
  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);
}
.note p{
  color: #ffffff;
  font-size: 15px;
  padding: 10px 0 0 0;
  font-weight: 300;
}
.note p b{font-weight: 600;color: #ddbf5a;}
.note span{
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
}
.note{
  border-top: 1px solid #603a11;
  padding: 24px 0 14px 20px;
  margin: 20px 0 0 0;
}
.copy-right{
  padding: 50px 0 0 0;
  border-top:1px solid #603a11;
}
.copy p{
  color:#efefef;
  font-weight:300;
  color: #ffffff;
  font-size: 14px;
}
.copy p a{
  color: #d19e17;
}
.copy p b{
  display: inline-block;
  width: 1px;
  height: 30px;
  margin: -8px 5px -8px 5px;
  padding: 0 0px;
  background: #75420f;
}
.link-policy ul{
  text-align:right;
}
.link-policy ul li{
  display:inline-block;
  padding: 0px 4px;
  list-style: none;
}
.link-policy ul li a{
  display: block;
  font-weight: 400;
  color: #000000;
  background: #af912c;
  border: 1px solid #af912c;
  width: fit-content;
  text-transform: capitalize;
  border-radius: 20px;
  padding: 4px 19px;
  margin: 0px auto;
  font-size: 15px;
}
/* end footer section  */


/* start fixed mobile icons*/

.icon-fixed-mobile{
  position: fixed;
  width: 80%;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9;
  display: none;
}
.icon-fix{
  justify-content: center;
  align-items: center;
  padding: 8px 0px 9px;
}
.left-icon{
  /* width: 50%; */
  padding: 0;
}
.center-icon{
}
.left-icon{
  width: 15%;
}


.contact-icon{
  width: 44%;
}
.contact-icon a{
  display:block;
  color:#fff;
  text-align: left;
  margin: 0 auto;
}

.contact-icon a .bi{
   height: 1.5rem;
   color: #fff;
   width: 1.5rem;
   animation: trin 1s linear infinite;
}

@keyframes trin {
    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }
}

.right-icon{
  width: 65%;
  padding: 0;
}
.right-icon strong{
  display:block;
  color: #000000;
  font-weight: 700;
}
.right-icon p{
  display:block;
  color:#4d4d4d;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 9px;
}


/* 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{
   padding: 40px 0;
}
.aboutus-left1{
   padding: 10px;
}
.aboutus-left2{
   padding: 20px 20px 0;
   border: 1px solid #ffd789;
   border-bottom:0;
}
.content-design p{
   font-size: 15px;
   line-height: 31px;
   padding: 17px 0 0 0;
   color: #c5c5c5;
}
.content-design img{
  float: right;
  height: 220px;
  border-radius: 20px;
  border: 5px solid #5c4513;
  box-shadow: 0 0 9px #aa8200;
  margin: 0 0 0px 20px;
}

.content-design p strong{
   color: #d8b545;
   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:#ffffff;
  margin: 17px 0 0px 0;
  padding: 0  0 0 30px;
  position: relative;
}
.content-design ul li:before{
  font-weight: 500;
  position: absolute;
  color: #d4af37;
  top: -8px;
  text-align: center;
  left: 0px;
  font-size: 29px;
  content: "\2721";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
}
.content-design ol li{
   background: #d4af37;
   width: fit-content;
   display: inline-block;
   font-size: 15px;
   padding: 6px 21px;
   font-weight: 500;
   margin: 13px 5px 6px 5px;
   border-radius: 30px;
   color: #000000;
}
.content-design h2,h3,h4,h5,h6{
  display: block;
  align-items: center;
  width: fit-content;
  padding: 11px 15px 11px;
  border: 1px solid rgb(146 116 20 / 75%);
  border-radius: 12px;
  color: #e6c96a;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(212, 175, 55, 0.05));
  font-size: 16px;
  font-weight: 500;
  margin: 20px auto 0 0;
  text-transform: capitalize;
  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;
}

.about-astro{
  border: 2px solid #aa892a;
  padding: 70px;
  border-radius: 40px;
  position:relative;
  z-index: 9;
}
.about-astro:before{
  top:0;
  left:0;
  right:0;
  bottom: 0;
  content:"";
  position: absolute;
  background: url(images/astrology-background.webp) no-repeat;
  z-index: -9;
  opacity: 10%;
  background-attachment: fixed;
}

.choose-left1 {
  padding: 10px;
}
.choose-left2 a {
  display: block;
  position: relative;
  padding: 31px 20px 20px;
  border-radius: 16px;
  transition: 0.9s ease-in;
  border: 1px solid #6f5a16;
}
.choose-left2 a span {
  display: block;
  line-height: 46px;
  text-align: center;
  margin: -7px auto 0px;
  border-radius: 50%;
}
.choose-left2 a span svg {
  height: 68px;
  width: 58px;
  fill: #9e5510;
}
.choose-left2 a p {
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  position: relative;
  padding: 10px 0px 0px;
  transition: 0.9s ease-in;
}
/* ==================================================
      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: 0;
  position: relative;
  text-align: center;
}
.get-in2 a{
  display: block;
  color: #eaa142;
  padding: 50px 20px;
  border: 1px solid #d4af37; */
  box-shadow: -1px 2px 3px 0px rgb(211 211 211);
  border-radius: 20px;
}
.social-media a span{
  display: block;
  position: absolute;
  top: 19px;
  color: #e1a04b;
  right: 10px;
  height: auto;
  width: auto;
  border: 0;
}
.social-media a span .bi{
  height: 0.9rem;
  width: 0.9rem;
}
.get-in2 strong{
  font-size: 25px;
  font-weight: 400;
  padding: 4px 0 0;
  display: block;
  color: #fff;
}
.get-in1:last-child strong{
   font-size: 15px;
}
.get-in2 span{
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: block;
  background: #d4af3700;
  line-height: 80px;
  margin: 0 auto;
  z-index: 9;
  position:relative;
}
.get-in2 span:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  left: 0;
  top: 0;
  z-index: -9;
  margin:0 auto;
  border-radius: 50%;
  right:0;
  background: #ff;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.5);
}
.get-in2 span svg{
  height: 40px;
  width: 40px;
  fill: #d4af37;
}
.get-in2 p{
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 0 0;
  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);
}


.social-media li {
  list-style: none;
  position: relative;
  padding: 5px 3px 5px;
  display: inline-block;
}
.social-media ul li a{
  display: block;
  text-align: left;
  text-transform: capitalize;
  font-style: italic;
  font-size: 15px;
  padding: 6px 18px 6px 20px;
  font-weight: 400;
  color: #ffffff;
  border-radius: 110px;
  background: #4d0900;
}
.timming li{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  list-style: none;
  color: #000000;
  padding: 18px 0 0;
}
.timming li  svg{
  height: 22px;
  width: 22px;
  margin: 0 3px 0 0px;
  fill: #eaa142;
}
.timming li p{
  text-transform: capitalize;
  color: #413d3d;
  font-weight: 500;
  padding: 4px 0 0;
}
.social-media{
  display: block;
  color: #eaa142;
  padding: 20px;
  box-shadow: -1px 2px 3px 0px rgb(211 211 211);
  border: 1px solid #fcdfe8;
  border-radius: 20px;
}

.getin-right1{
}
.getin-right1 iframe{
}

.form-getin{
  padding: 40px;
  border: 0;
  border-radius: 30px;
}

.contac-rr {
  padding: 0px 0px 0px 0px;
  margin: 0;
  text-align: left;
}
.form-group1 {
   padding: 9px 5px;
   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 #51410d;
  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: #351904bd;
  position: relative;
  text-align: center;
  color: #d4af37;
}
.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 404 PAGE CSS 
================================================================*/ 
.error-page{
  position: relative;
  padding: 0 0 0px 0;
}
.error-page:before{
  top:0;
  left:0;
  right:0;
  bottom: 0;
  content:"";
  position: absolute;
  background: url(images/astrology-background.webp) no-repeat;
  z-index: -9;
  opacity: 20%;
  background-attachment: fixed;
}
.error-page a{
  padding: 77px 0 100px;
}
.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: 34px;
  font-weight: 500;
  margin: 0px 0 0 0;
  display: block;
}
.not-found-page a span{
    display: block;
    align-items: center;
    width: fit-content;
    padding: 9px 20px 7px;
    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: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
  margin:0 auto;
    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;
}
  .not-found-page a span svg{
    height: 30px;
    width: 30px;
    fill:#f8e297;
  }

}

.not-found-page a span: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);
}
.not-found-page a span:hover::after{
  transform: translateX(6px);
}
/*==============================================================
            END 404 PAGE CSS 
================================================================*/ 


/* start fixed mobile icons*/

.icon-fixed-mobile{
  position: fixed;
  width: 80%;
  bottom: 45px;
  z-index: 9999;
  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;
}

@media (max-width: 767px){
  body{text-align: center;}
  .btn-head{display:none;}
  .specialist-astrologer li p{font-size: 10px; padding: 0;}
  .tag-line-head{padding:10px;}
  .navbar ul li {margin: 0px 10px;text-align: left;display: block;}
  .logo-mobile{width: 50%;}
  .navigation{width: 100%;background: #170b01;}
  .right-header-image:before,.left-header-text:before,.logo-mobile img {background:transparent;}
  .right-header-image1 img {height: 314px;margin: 20px auto 0 auto;}
  .navbar-toggler {margin: -70px 0px 0 auto !important;}
  .specialist-astrologer {padding: 7px 30px 0 30px;}
  .specialist-astrologer li{width: 22%;border: 1px solid #f5e3bb;padding: 4px 8px;}
  .left-header-text1 a,.left-header-text1 p,.specialist-astrologer  strong{display: none;}
  .left-header-text1 aside span{display:inline-block;margin: 0;font-size: 44px;}
  .left-header-text1 aside{font-size: 71px;}
  .left-header-text1 {padding: 100px 0 0 50px;}
  .counter-right2:before{background: radial-gradient(#1c1001db 0%, #1d100100 30%);}
  .horoscope-section {padding: 0px 0 59px;text-align: left;}
  .right-header-image{padding:0;}
  .heading-horoscope strong{font-size: 37px;line-height: 60px;}
  .horoscope-2 img{height:auto;}
  .top-services1{padding: 10px;width: 50%;}
  .top-services1:nth-child(5){width:100%;}
  .top-services2 strong{font-size: 17px;}
  .top-services2 strong em{font-size:11px;}
  .tagline p {font-size: 44px;}
  .about-astro,.astro-services1:nth-child(2) {padding: 10px;}
  .astro-services2 strong {font-size: 21px;}
  .mainservices-left1{padding: 0 0px 0 0px;} 
  .choose-left2 a{padding:30px 10px;}
  .choose-left2 a p{font-size: 15px;}
  .location-2 strong{font-size:13px;padding: 8px 14px 8px;}
    .mainservices-right1{padding: 10px 0 0 0px;}
  .mainservices-1:nth-child(2) .row, .mainservices-1:nth-child(4) .row{flex-flow: column-reverse;}
  .mainservices-1:nth-child(2) .mainservices-right1, .mainservices-1:nth-child(4) .mainservices-right1{
    padding: 10px 0 0 0px; text-align: left;}
  .mainservices-1:nth-child(2) .mainservices-right2 a, .mainservices-1:nth-child(4) .mainservices-right2 a , .mainservices-right2 a{margin:10px auto 0;}
  .mainservices-right2{text-align:center;}
  .bottom-services1:last-child{width:100%;}
  .footer-contact ul li{display:inline-block;padding: 6px 19px;border-radius: 10px;border: 1px solid #603a11;margin: 0 10px;}
  .link-policy ul,.copy p{text-align:center;padding:0 0 20px;}
  .footer-navigation{padding:20px;}
  .footer-navigation ul li{display:inline-block;padding: 6px 5px 6px 20px;}
  .footer-contact ul li:last-child{display:block;margin:10px 0;}
  .bottom-serv,.contact-astro{padding:10px;}
  .note,.payment{width:50%;margin: 0;padding: 0px 0 14px 0px;border: 00;}
  .contact-services{display:flex;padding: 20px;}
  .payment p{font-size: 20px;}
  .payment ul li svg{height: 30px;width: 50px;}
  .breadcrumb-design span{position:relative;bottom:0;right: 0;}
  .breadcrumb-section{padding: 60px 0 0px 0;}
  .breadcrumb-design h1{font-size:40px;padding:0;}
  .breadcrumb-design span img{height:200px}
  .breadcrumb-design p{margin:0 auto;font-size: 9px;padding: 8px 13px 8px;}
  .get-in2 a{padding:20px 0;}
  .services-top-right2 .section-top-design{margin:0 auto;}
  .icon-fixed-mobile{display:block;}
  .testimonials1{width:100%;}
  .testimonials1:nth-child(2n) .testimonials2,.testimonials1:nth-child(even) .testimonials2:before, .testimonials2,.testimonials2:before{border-radius:20px;}
  .content-design img{float:none;height:auto;margin: 0 auto 10px;display: block;}


}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-head{display:none;}
  .navbar ul li {margin: 0px 10px;text-align: left;display: block;}
  .logo-mobile{width: 50%;}
  .navigation{width: 100%;background: #170b01;}
  .right-header-image:before,.left-header-text:before,.logo-mobile img {background:transparent;}
  .right-header-image1 img {height: 394px;margin: 20px auto 0 auto;}
  .specialist-astrologer {padding: 12px 30px 0 30px;}
  .specialist-astrologer li{width: 22%;border: 1px solid #f5e3bb;padding: 10px 20px;}
  .left-header-text1 a,.left-header-text1 p,.specialist-astrologer  strong{display: none;}
  .left-header-text1 aside span{display:inline-block;margin: 0;font-size: 64px;}
  .left-header-text1 aside{font-size: 101px;}
  .left-header-text1 {padding: 130px 0 0 50px;}
  .counter-right2:before{background: radial-gradient(#1c1001db 0%, #1d100100 30%);}
  .horoscope-section {padding: 0px 0 59px;}
  .right-header-image{padding:0;}
  .heading-horoscope strong{ font-size: 37px;line-height: 70px;}
  .horoscope-2 img{height:auto;}
  .top-services1{padding: 10px;width:33.333%;}
  .top-services1:nth-child(4),.top-services1:nth-child(5){width:50%;}
  .top-services2 strong{font-size: 17px;}
  .top-services2 strong em{font-size:11px;}
  .tagline p {font-size: 44px;}
  .about-astro,.astro-services1:nth-child(2) {padding: 10px;}
  .astro-services2 strong {font-size: 21px;}
  .mainservices-left1{padding:0 20px 0 0px;} 
  .get-in1,.choose-left2 a{padding:30px 10px;}
  .choose-left2 a p{font-size: 15px;}
  .list-2 strong{font-size: 25px;}
  .location-2 strong{font-size:13px;padding: 8px 14px 8px;}
  .bottom-services1:last-child{width:100%;}
  .footer-contact ul li{display:inline-block;padding: 6px 19px;border-radius: 10px;border: 1px solid #603a11;margin: 0 10px;}
  .link-policy ul,.copy p{text-align:center;padding:0 0 20px;}
  .breadcrumb-design span{ right: 10px;}
  .breadcrumb-design h1{font-size:40px;}
  .get-in1:last-child strong { font-size: 11px;}
  .get-in2 a{padding:20px 0;}
  .testimonials1{width:100%;}
  
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .btn-head{display:none;}
  .navbar ul li {margin: 0px 10px;}
  .logo-mobile{width:30%;}
  .navigation{width:70%;}
  .logo-mobile img {background:transparent;}
  .right-header-image1 img {height: 484px;}
  .specialist-astrologer {padding: 32px 0 0 40px;}
  .specialist-astrologer li p {font-size: 11px;}
  .specialist-astrologer li{width: 19.555555%;}
  .left-header-text1 p{ font-size: 12px;}
  .specialist-astrologer  strong{display: none;}
  .right-header-image{padding:0;}
  .heading-horoscope strong{ font-size: 37px;line-height: 70px;}
  .horoscope-2 img{height:auto;}
  .top-services2 strong{font-size: 17px;}
  .top-services2 strong em{font-size:11px;}
  .tagline p {font-size:50px;}
  .about-astro,.astro-services1:nth-child(2) {padding: 40px;}
  .astro-services2 strong {font-size: 24px;}
  .mainservices-left1{padding:0 20px 0 0px;} 
  .choose-left2 a{padding:30px 10px;}
  .choose-left2 a p{font-size: 15px;}
  .list-2 strong{font-size: 25px;}
  .location-2 strong{font-size:13px;}
  .breadcrumb-design span{ right: 50px;}


}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
  .navbar ul li {margin: 0px 10px;}
  .btn-head1 a{padding: 14px 17px;font-size: 14px;}
  .astro-services1:nth-child(2) {padding: 60px;}
  .choose-left2 a{padding:30px 10px;}
  .list-2 p{letter-spacing:0;padding: 9px 13px 9px;}
  .list-2 strong{font-size: 25px;}
  .location-2 strong{font-size:13px;}


  
}

@media (max-width: 575px) and (min-width: 0px) {
  .logo-mobile{width:80%;}
  .left-header-text1 {padding: 50px 10px 0 10px;}
  .left-header-text1 aside{font-size: 59px;}
  .left-header-text1 aside span{font-size: 27px;}
  .left-header-text1  em{margin: 0px 50px 0 0px;}
  .specialist-astrologer li {width: 19%;padding: 3px 4px;margin: 0 1px;}
  .specialist-astrologer { padding: 7px 0px 0 0px;}
  .specialist-astrologer li p {font-size: 8px;}
  .tag-line-head  aside {padding: 1px 0 5px;}
  .right-header-image1 img{height: auto;}
  .tag-line-head {right: 0;padding: 5px;position: relative;border-radius: 0;width: 100%;}
  .tag-line-head:before{border-radius:0;}
  .year-content strong {font-size: 28px;padding: 0 0 0 10px;}
  .year-content {padding:0;}
  .year{font-size: 50px;}
  .counter-2 {font-size:40px;}
  .counter-1{width:50%;}
  .counter-2 p {font-size: 60px;}
  .counter-2  strong{font-size: 11px;letter-spacing: 0px;}
  .horoscope-1{width:33.333%;padding: 8px;}
  .horoscope-2 span{letter-spacing:0;}
  .heading-horoscope strong {font-size: 33px;line-height: 50px;}
  .top-services1{width:100%;}
  .bottom-services1,.choose-left2 a,.top-services2{padding:10px;}
  .tagline p{font-size: 33px;padding: 0px 0 0;}
  .heading-horoscope h1{font-size: 32px;line-height: 43px;}
  .choose-left1{width:50%;padding:5px;}
  .choose-left2 a span svg{height:40px;width:40px;}
  .choose-left2 a p {font-size: 13px;letter-spacing: 0;}
  .location-1{padding:5px;}
  .footer-about1{padding:10px;}
  .footer-contact ul li{display:block;margin: 10px 0px;}
  .note,.payment{width:100%;}
  .contact-services{display:block;}
  .breadcrumb-design h1 {font-size: 29px;}
  .aboutus-section{padding-top:0;}
  .not-found-page p{font-size: 150px;}
  .not-found-page svg{height: 130px; width: 140px;}
  .list-2 strong{font-size: 23px;}
  .list-2{padding:20px 10px;}
  

}



@media (max-width: 420px) and (min-width: 0px) {
  .left-header-text1 aside{font-size: 44px;text-align: left;}
  .left-header-text1 aside span{font-size: 21px;}
  .specialist-astrologer li p {font-size: 6px;}
  .breadcrumb-design span img{height:150px;}
  .icon-fixed-mobile{width:90%;}
  .testimonials4,.testimonials3{width:100%;padding: 0 !important;text-align: center !important;}
  .testimonials1:nth-child(2n) .testimonials2, .testimonials1:nth-child(even) .testimonials2:before, .testimonials2, .testimonials2:before{
    display:block;}
  .testimonials3 strong{margin:0 auto !Important;}
  .footer-contact li i,.footer-contact li span{display:block;font-size: 14px;margin: 0 auto;}
  



}   















