@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');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

body{
  margin:0;
  padding:0;
  color: #000000;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(#311d0d, #1b1108) no-repeat;
  user-select: none;
}
html{
    margin:0px !Important;
    padding:0px !important;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color:#000;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.main{
  margin: auto;
  padding: 0;
  width: 92%;
}
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;
}
/*fed1a7*/
/*  font-family: "Forum", serif;
*/


/* START HEADER SECTION */

/* start top head section */

.tophead-section{
  background: #301d0d;
  padding: 15px 0 0;
}
.tophead{
  justify-content:center;
  align-items: center;
}
.tophead-left1{
  padding: 0;
  text-align: right;
}
.tophead-left2{
}
.tophead-left2 ul li{
  display: inline-block;
  padding: 0px 8px 0 0;
  color: #fff;
  font-size: 11px;
  text-transform: capitalize;
  font-weight: 500;
}
.tophead-left2 ul li:nth-child(1){display:none;}
.tophead-left2 a{
  color: #fff;
  font-size: 20px;
}
.tophead-left2 a .bi{
  color:#ac7223;
  margin: 0 0 -2px 0;
  height: 1.5rem;
  width: 1.5rem;
}
.tophead-right1{
  padding: 0;
}
.link-nonee{
  display:none;
}
.tophead-right2  ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.tophead-right2 ul .appointment{
  margin: 0 0px 0 auto;
  width: max-content;
  text-transform: capitalize;
  display: inline-block;
  box-sizing: border-box;
  border: 2px #fff solid;
  border-radius: 60px;
  overflow: hidden;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
  animation: float 6s ease-in-out infinite;
  background: linear-gradient(to bottom, #f29934 0, #d67328 44%, #be6123 100%);
  padding: 4px 22px;
}
 @keyframes float {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(10px)
    }

    100% {
        transform: translateX(0px)
    }
}
.tophead-right2 ul .appointment a{
  display:block;
  font-size: 17px;
  text-transform: capitalize;
  animation: blinkerTxt 0.8s infinite;
}

@keyframes blinkerTxt {
    0% {
        color: #fff;
    }

    49% {
        color: #fff;
    }

    50% {
        color: #87030d
    }

    99% {
        color: #87030d
    }

    100% {
        color: #87030d
    }
}
.tophead-right2 ul li{
  padding: 0 0px 0 18px;
  display: inline-block;
}
.tophead-right2 ul li a{
  font-size: 16px;
  color:#fff;
  display:block;
  text-transform: capitalize;
}
.tophead-right2 ul li a:hover{
  color:#c67b3b;
}
.tophead-right2 li a .bi{
  height: 0.8rem;
  width: 0.8rem;
}
/* end top head section*/

/* start head section*/

.head-section{
  padding: 20px 0;
  position: relative;
  z-index: 99;
}
.head-section:before{
  content:"";
  background: url(images/stars.png) repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: -9;
  top: 0;
  background-position: left;
  opacity: 0.3;
}
.head-section:after{
  content:"";
  background: url(images/stars.png) repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  z-index: -9;
  top: 0;
  opacity: 0.4;
}



.head-left1{
  padding: 0;
  width: 20%;
  margin: -39px 0 0;
}
.head-left2 img{
  height: 110px;
}
.head-center1{
  padding: 0 0px 0 0px;
  margin: 0;
}
.head-center2{
  padding: 0;
  border-radius: 30px;
}
.head-right1{
  width: 21%;
  margin: 0;
}
.head-right1 a{
  background: #eaa14217;
  font-weight: 500;
  color: #ffffff;
  padding: 12px 23px;
  font-size: 15px;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 auto;
  border-radius: 40px;
}
.head-right1 a svg{
  height: 0.9rem;
  width: 0.9rem;
  color: #eaa142;
}
.navbar-toggler{
    margin: 0 12px 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:#eaa142;
  display: block;
}
.toggle-icon:nth-child(2){width: 72%;margin: 0 0 0 auto;}
.navbar-toggler:focus{box-shadow:none;}

/* end head section*/



/* Start navigation section  */

.navbar ul  li{
  padding: 0 13px;
  text-transform:capitalize;
  font-size:15px;
}
.navbar ul  li svg{
   fill:#eaa142;
}
.navbar ul  li a{
  color:#b6b6b6;
  padding: 0px 0px !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
}
.head-mid{
  justify-content:center;
  er; */
  align-items: center;
  align-items: center;
}
.dropdown-item.active, .dropdown-item:active{
  background:transparent;
  color:#ffffff;
}
.dropdown-item:focus, .dropdown-item:hover{
  background:transparent;
  color:#fff;
}


@media all and (min-width: 992px) {
  .dropdown-menu {
    width: auto;
    background: #eaa142;
    padding: 8px 14px !important;
    border: 0;
  }
  .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: 2px 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 a{
  text-transform:capitalize;
  color: #2d1b0c;
}
.nav-link:focus, .nav-link:hover {
    color: #fff;
}
.fixed-top {
  position: fixed;
  top: 0;
  padding: 8px 0 8px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1030;
  height: auto;
  background: linear-gradient(#3e2510, #1b1108) no-repeat;
}
.fixed-top .head-left2 img{height: 65px;}
.fixed-top .head-left1{margin:0;}
.navbar{
  
border-radius: 0;
  
border: 0;
}
/* end naviagtion section */



/* start header video section */

.video-header  video {
  max-width: 100%;
  display: block;
  min-width: 100%;
}
.owl-nav{display:none;}

.header-image1{
  padding:0px;
}
.header-image2{
  
}
.header-image2 img{
  width: auto !important;
  margin: 0 auto;
}
.header-section:before{
  content:"";
  position: absolute;
  height:100%;
  z-index: 9;
  width:100%;
  top:0;
  left:0;
  right:0;
  background:#2f1d10;
  opacity: 0.5;
}
.header-section {position:relative;z-index: 9;}

.overlap-slider{
  position: absolute;
  top:0;
  z-index: 99;
  width: 80%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.overlap-slider ul{
  padding:0;
  margin:0;
  list-style:none;
}
.overlap-slider ul li{
  font-size: 17px;
  color:#fff;
  padding: 9px 17px;
  background: #311d0d80;
  display: inline-block;
  margin: 8px 6px;
  border-radius: 50px;
}
.overlap-slider strong{
  font-size: 67px;
  font-family: "Forum", serif;
  line-height: 79px;
  font-weight: 600;
  display: block;
  color: #ffffff;
  text-transform: capitalize;
}





/* end header video section */

/* END HEADER SECTION */


/* start top tagline section */

.topservices-section{
  padding: 60px 0 50px;
  position: relative;
  z-index: 9;
}
.topservices-section:before{
  content:"";
  background: url(images/background-astroogy-1.png) no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-size: cover;
  z-index: -9;
  top: 0;
  background-position: center bottom 40%;
  opacity: 6%;
}
.text-tagline p{
  margin:0 auto;
  width: max-content;
  text-transform: capitalize;
  display: block;
  box-sizing: border-box;
  border: 2px #fff solid;
  border-radius: 60px;
  overflow: hidden;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
  animation: float 6s ease-in-out infinite;
  background: linear-gradient(to bottom, #f29934 0, #d67328 44%, #be6123 100%);
  padding: 4px 22px;
}
.text-tagline strong{
  font-size: 31px;
  color:#fff;
  line-height: 49px;
  font-weight: 300;
  text-transform: capitalize;
  font-family: "Forum", serif;
}
.icon-astro{
  margin: 20px 0 20px 0;
} 
.text-tagline .image-planet-1{
  height: 26px;
}
.text-tagline .image-planet-2{
  height: 45px;
  margin: -16px 0 0 0;
}
.text-tagline .image-planet-3{
  height: 30px;
}

.astro-sign p{
 color: #eaa142;
 padding: 19px 0 0px;
 font-size: 40px;
 font-weight: 400;
 font-family: "Allura", cursive;
}

.astro-sign span{
  color: white;
  display: block;
  font-size: 13px;
  margin: -6px 0 0 0;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.astro-sign span b{
  color: white;
  font-size: 15px;
  font-weight: 300;
}

.choose-pt{
  
padding: 90px 0 0 0;
}
.pandit-choose1{
  padding: 0;
}
.pandit-choose2{
  padding: 40px 10px;
  border: 1px solid #53321c;
  position: relative;
  text-align: left;
}
.pandit-choose1:nth-child(2) .pandit-choose2{
  border-left:0;
  border-right:0;
}
.pandit-choose2 span{
  position: absolute;
  color: #eaa142;
  left: 20px;
  top: 36px;
}
.pandit-choose2 span .bi{
  height: 2.0rem;
  width: 2.0rem;
}
.pandit-choose2 p{
  padding: 0 0 0 51px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
.pandit-choose2 p b{
  display: inline-block;
  font-weight:400;
  color:#d5923c;
}
/* end top tagline section */


/* start horoscope section */

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

.horoscope-left1{
  padding: 0;
}
.horoscope-left2{
  padding: 0 0 0 100px;
}
.heading-horoscope strong{
  font-size: 67px;
  font-family: "Forum", serif;
  line-height: 79px;
  font-weight: 500;
  display: block;
  color: #eaa142;
  text-transform: capitalize;
}
.heading-horoscope p{
  color: #ffffff;
  font-size: 17px;
  display: inline-block;
  background: #eaa142;
  padding: 6px 27px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 40px;
}
.horoscope-1{
  padding: 20px 10px 10px;
}
.horoscope-2{}
.horoscope-2 img{
  height: 116px;
  transition:0.9s ease-in;
}
.horoscope-2:hover img{
  transform: rotate(45deg);
}
.horoscope-2 span{
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
}
.horoscope-2 strong{
  font-size: 25px;
  font-family: "Forum", serif;
  font-weight: 500;
  color: #eaa142;
  display: block;
  text-transform: capitalize;
}
.tarot-design{
  padding: 0 0 0 60px;
}
.tarot-design1{
  background:#eaa142;
  padding: 60px 40px;
  border-radius: 60px 0 0px 60px;
}
.card-design{
  justify-content: center;
  align-items: center;
}
.card-design:first-child{
  padding: 0px 0 30px 0;
}
.card-left2 img{
  border-radius:20px;
}
.card-right2{
  padding: 0px 0 0 0;
}
.card-right2 strong{
  font-size: 30px;
  text-transform:capitalize;
  font-weight: 700;
  font-family: "Forum", serif;
}

.card-right2 p{
  font-size: 15px;
  line-height: 26px;
}
.contact-astro a{
  display:block;
  width:fit-content;
  margin: 50px auto 0;
  font-size: 18px;
  border-radius: 33px;
  color: #eaa142;
  padding: 8px 25px;
  font-weight: 400;
  text-transform: uppercase;
  background: #1c1208;
  letter-spacing: 1px;
}
.question-horoscope{
  padding:20px 30px 0 0;
}
.accordion-container {
}

.accordion-item {
     border-radius: 8px;
     margin-bottom: 10px;
     display: block;
     border: 1px solid #eaa142 !important;
     border-radius: 20px !important;
     font-size: 16px;
     text-align: left;
     background: transparent;
     color: #fff;
     font-weight: 400;
     padding: 8px 10px 8px 22px;
     position: relative;
     text-transform: capitalize;
     margin: 0 0 21px;
}

.accordion-header {
    background-color: transparent;
    color: #FFFFFF;
    font-size: 17px;
    border: none;
    width: 100%;
    text-align: left;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    transition: background-color 0.3s ease;
}

.accordion-content {
    background-color: transparent;
    overflow: hidden;
    padding: 0;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.accordion-content p {
    margin: 0 0 15px 0;
    line-height: 26px;
    color: #919191;
    font-size: 15px;
    line-height: 27px;
}

.icon {
    display: block;
    border: 3px solid #eaa142;
    border-radius: 150px;
    font-size: 21px;
    text-align: left;
    line-height: 16px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    position: relative;
    text-transform: capitalize;
    transition: transform 0.3s ease;
    height: 20px;
    width: 20px;
}
.icon:after {
  position: absolute;
  content: "";
  background: #ae7121;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  right: 0px;
  z-index: -9;
  top: 3px;
  animation: grow 2s ease infinite;
}

@keyframes grow {
  from { transform: scale(0); }
  to { transform: scale(1); }
}
.active .icon {
    transform: rotate(45deg);
}





/* end horoscope section */

/* start loop text section*/

.textloop-section{
  padding: 20px 10px;
  border-top: 1px solid #3f2b1c;
  border-bottom: 1px solid #3f2b1c;
}
.qodef-text-marquee .qodef-m-content {
  display: flex;
  align-items: center;
  font-family: Forum,sans-serif;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1em;
  overflow: hidden;
  white-space: nowrap
}

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

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

.qodef-text-marquee [class*=qodef-m-text] {
  align-items: center;
  display: inline-flex;
  color: #fff;
}

.qodef-text-marquee .qodef-m-separator {
  position: relative;
  fill: currentColor;
  display: inline-flex;
  padding: 0 15px 0 13px;
  color: #eaa142;
}

/* end lopp text section */

/* start services section */

.services-section{
  padding: 100px 0 40px;
}
.services-1{
  padding: 15px 15px;
}
.services-2{
  position:relative;
  padding: 20px 7px;
}
.services-2:before{
  content:"";
  background: #70470b;
  height:100%;
  width: 1px;
  left: -14px;
  top:0;
  position:absolute;
}
.services-1:first-child .services-2:before{display:none;}



.services-2 span{
  border-radius: 50%;
  height: 90px;
  box-shadow: inset 0 0 12px #eaa142;
  width: 90px;
  display: block;
  text-align: center;
  line-height: 86px;
}
.services-2 span img{
  height: 61px;
}
.services-2 strong{
  font-size: 25px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Forum", serif;
  display: block;
  padding: 13px 0 10px;
}
.services-2 p{
  font-size: 15px;
  font-weight:400;
  text-align: ;
  line-height: 26px;
  color: #c4c4c4;
}
.services-2 a{
  color: #eaa142;
  display:block;
  font-family: "Forum", serif;
  font-size: 21px;
  text-transform:capitalize;
  padding:10px 0 0
}
.services-2:hover strong{
  color:#f2b463;
}
.services-2:hover span{
  background:#5c390b;
}
.contactpt a{
    color: #ffffff;
    font-size: 17px;
    display: inline-block;
    border: 1px solid #603600;
    padding: 12px 29px;
    letter-spacing: 2px;
    background: #d8933c;
    font-weight: 400;
    text-transform: uppercase;
    margin: 50px 0 0;
}
/* end services section */


/* start about pt section */

.about-section{
  padding: 100px 0;
  z-index: 9;
}

.heading-about p{
  font-size: 17px;
  text-transform: capitalize;
  padding: 0px;
  color: #fff;
  font-weight: 300;
  margin: -15px 0 0;
  letter-spacing: 1px;
}
.heading-about strong{
  font-size: 84px;
  font-family: "Forum", serif;
  font-weight: 500;
  color: #eaa142;
  text-transform: capitalize;
}
.heading-about h1{
  font-size: 84px;
  font-family: "Forum", serif;
  font-weight: 500;
  color: #eaa142;
  text-transform: capitalize;
}
.heading-about h1 a {
  color: #eaa142;
}

.content-about p{
  line-height: 37px;
  font-size: 16px;
  font-weight: 300;
  color: #e0e0e0;
}

.content-about a{
  color: #ffffff;
  font-size: 17px;
  display: inline-block;
  border: 1px solid #603600;
  padding: 12px 29px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 50px 0 0;
}


.stars, .twinkling {
  position:absolute;
  top:0;
  left:0;
  opacity: 0.5;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
  background: url(images/stars.png) repeat top center;
  z-index: -9;
}
.parent-picc1{
  padding: 35px;
}
.parent-picc1 img{

}
.parent-picc1 strong{
  display: block;
  padding: 20px 0 0;
  font-size: 17px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 300;
}
.parent-picc1 p{
  color: #eaa142;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Forum", serif;
  font-size: 24px;
}

.counter-1{
  padding: 10px;
}
.counter-2{
  padding: 10px;
}
.counter-2 span{
  font-size: 17px;
  color: #e1e1e1;
  display: block;
  font-weight: 400;
  padding: 1px 0 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.counter-2 p{
  font-size: 51px;
  display: block;
  color: #e29c3f;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Forum", serif;
}
/* end about pandit section*/


/* start main services section */

.mainservices-section{
  padding:50px 0;
}
.talktoastro1{
  padding: 0 30px 0 0px;
}
.talktoastro2{
  padding: 30px 25px;
  background: #eaa2441a;
}
.talktoastro2 img{height: 130px;}
.talktoastro2 strong{
  font-size: 42px;
  color: #e79f41;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Forum", serif;
  display: block;
  padding: 13px 0 0px;
}
.talktoastro2 span{
  color: #eee;
  line-height: 30px;
  font-size: 15px;
  font-weight: 300;
  text-transform: capitalize;
}
.talktoastro2 a{
  display: block;
}

.talktoastro2 i{
  display: block;
  color: #eee;
  font-style: normal;
  padding: 10px 0 10px 0;
  font-size: 23px;
  font-weight: 500;
  text-transform: capitalize;
}
.talktoastro2 b{
  background: #eaa142;
  font-weight: 600;
  color: #2e1c0c;
  padding: 11px 29px;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  margin: 10px auto 0;
  border-radius: 40px;
}
.talktoastro2 b  a svg {
  height: 0.9rem;
  width: 0.9rem;
}

.mainservices-right1{
  padding: 0;
}
.mainservices-right2{
}
.heading-services strong{
  font-size: 50px;
  font-family: "Forum", serif;
  font-weight: 500;
  color: #eaa142;
  text-transform: capitalize;
}

.main-services1{
  padding: 10px;
}
.main-services2{
  padding: 15px;
  border: 1px solid #503218;
}
.main-services2 a{
  display: block;
}
.main-services2 img{width: 100%;}
.main-services2 strong{
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  display: block;
  position: relative;
  line-height: 27px;
  padding: 13px 0 0px;
}
.main-services2 strong .bi{
  position: absolute;
  right: 0;
  top: 20px;
  color: #eaa142;
}
.tagline-serv{
  background:#eaa142;
  padding: 15px 15px;
  border-radius: 15px;
  margin: 12px 0 0;
  z-index: 9;
  position: relative;
}
.tagline-serv:before{
  content:"";
  background: url(images/background-astroogy-1.png) no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-size: cover;
  z-index: -9;
  top: 0;
  background-position: center bottom 40%;
  opacity: 11%;
}
.tagline-serv strong{
  font-size: 26px;
  font-weight: 700;
  display: block;
  color: #2b1a0c;
  text-transform: capitalize;
}
.tagline-serv p{
  color: #000;
  padding: 4px 0 0;
  font-size: 16px;
  line-height: 29px;
}
/* end main services section*/


/* start other services section */

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

.otherservices-1{
  padding: 15px;
}
.otherservices-2{
  padding: 13px 20px 23px;
  border: 1px solid #553821;
  background: #eaa14217;
  border-radius: 25px;
}
.otherservices-2 strong{
  font-weight: 500;
  color: #eaa142;
  display: block;
  font-size: 26px;
  padding: 0px 0 0px;
  font-family: "Forum", serif;
  text-transform: capitalize;
}
.otherservices-2 p{
  color: #dfdfdf;
  font-size: 14px;
  line-height: 28px;
  padding: 4px 0 0;
  font-weight: 300;
}
.otherservices-2 span{
  display: block;
}
.otherservices-2 span img{height: 60px;}
/* end other services section */


/* start birthchart tagline section  */

.birthchart-tagline{
  position:relative;
  z-index:9;
  padding: 70px 0;
}
.birthchart-tagline:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  left:0;
  right:0;
  top:0;
  background:url(images/birthchart.jpg) no-repeat;
  z-index:-9;
  opacity: 8%;
}
.birthchart-tagline strong{
    font-weight: 500;
    color: #eaa142;
    display: block;
    font-size: 65px;
    padding: 0px 0 0px;
    font-family: "Forum", serif;
    text-transform: capitalize;
}
.birthchart-tagline a{
  color: #ffffff;
  font-size: 17px;
  display: inline-block;
  border: 1px solid #603600;
  padding: 12px 29px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 5px 0 0;
  position:relative;
  z-index:9;
}
.birthchart-tagline a:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  bottom:0;
  transition:0.9s ease-in-out;
  background:#eaa142;
  left:0px;
  z-index:-9;
  margin:0px auto;
  transform: scale(0);
}
.birthchart-tagline a:hover:before{
  transform: scale(1);
}
/* end birthchart tagline section  */

/* start bottom services section */

.bottom-services{
  padding: 90px 0 120px;
  position: relative;
  z-index: 9;
  overflow:hidden;
}

.bottom-services:before{
  content:"";
  background: url(images/stars.png) no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-size: cover;
  z-index: -9;
  top: 0;
  background-position: center bottom 40%;
  opacity: 0.3;
  animation: orbit-clock-wise 240s infinite linear;
}
@-webkit-keyframes orbit-clock-wise {
  0% { opacity: 0.4; -webkit-transform: rotate(0deg); }
  2% { opacity: 0.8; }
  4% { opacity: 0.2; }
  5% { opacity: 1; }
  100% { opacity: 0.4; -webkit-transform: rotate(360deg); }
}

.bottom-head a{
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  display: block;
  padding: 12px 19px;
  letter-spacing: 2px;
  background: #e29c3f2b;
  box-shadow: inset 0 0 7px 8px #eaa1421c;
  border-radius: 60px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 10px 0 20px;
}
.bottom-head p{
  font-size: 14px;
  padding: 0px;
  line-height: 26px;
  color: #bcbcbc;
  font-weight: 300;
  margin: 0 0 17px 0;
}

.bottomservices-left1{
    padding: 0px 0 0;
    width: 65%;
}
.bottom-services1{
    padding: 0 0 0 30px;
}
.bottom-services2{
  border-radius: 20px;
  padding: 45px 18px 45px;
  overflow:hidden;
  background: #eaa14217;
  position: relative;
  z-index: 9;
}
.bottom-services2:before{
  content:"";
  background: url(images/background-astroogy-1.png) no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-size: cover;
  z-index: -9;
  top: 0;
  background-position: center bottom 40%;
  opacity: 6%;
}

.bottom-services3 strong{
  font-weight:500;
  font-family: "Forum", serif;
  display: block;
  font-size: 25px;
  color: #eaa142;
  border-top: 1px solid #563b21;
  padding: 10px 0 0px 0;
  text-transform: capitalize;
  margin: 27px 0 20px 0;
}
.bottom-services3 ul{
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: scroll;
  height: 188px;
  overflow-x: hidden;
}
.bottom-services3 ul li{
    text-align: left;
    list-style: none;
    padding: 8px 7px 9px 21px;
    color: #dfdfdf;
    position: relative;
    font-size: 15px;
    font-weight: 300;
}
.bottom-services3 ul li a{
    color: #dfdfdf;
    display:block;
    padding: 0 0 0 6px;
}
.bottom-services3 ul li:hover a{
    color: #eaa142;
}
.bottom-services3 li:before{
  position:absolute;
  background: #e6e6e600 30%;
  top: 2px;
  left: 0px;
  color: #eaa142;
  font-size: 26px;
  content: "\293f";
  font-family: 'Glyphicons Halflings';
}

.contact-pandit a{
  font-size: 18px;
  margin: 27px 0 5px 0px;
  line-height: 30px;
  padding: 7px 20px;
  font-weight: 500;
  border-radius: 11px;
  z-index: 9;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  color: #ffffff;
  background: #155799;
}
.bottom-services3 ul::-webkit-scrollbar {
 width: 1px;
}
.bottom-services3 ul::-webkit-scrollbar-track {
 box-shadow: inset 0 0 100px #55340f;
 border-radius: 0px;
}
.bottom-services3 ul::-webkit-scrollbar-thumb {
 background: #201409;
  height:20px;
 border-radius: 0px 0px 10px 10px;
}  
/* end bottom services section */


/* start testimonials section  */

.testimonials{
  padding:100px 0;
}
.client{
   margin: 40px 0 0;
}
.testimonials1{
  padding: 13px;
}
.testimonials2{
  border-radius: 17px;
  border: 1px solid #4b2e0c;
  padding: 30px;
  position:relative;
  background: url(images/stars.png) #2f1e0f80 no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
}
.qoute{
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0.2;
  color: #dd9944;
  right: 0;
  z-index: -9;
}
.qoute .bi{
  height: 5.8rem;
  width: 5.9rem;
}
.testimonials3 p{
  color: #b5b5b5;
  font-weight:400;
  line-height: 30px;
  font-size: 14px;
  padding: 15px 0 0 0;
}
.testimonials3 aside b{
  padding: 0 1px;
  color:#e79f41;
}
.testimonials3 aside b .bi{
  height: 0.8rem;
  width: 0.8rem;
}
.testimonials3:before{
  content:"";
  position:absolute;
  height: 1px;
  width: 90%;
  margin:0 auto;
  left:0;
  right:0;
  background: #9c7037;
}
.testimonials3 aside:before{
  height:10px;
  width:10px;
  background: transparent;
  content:"";
  position:absolute;
  border: 2px solid #9c7037;
  border-radius:50%;
  left:0;
  top: -4px;
}
.testimonials3 aside:after{
  height:10px;
  width:10px;
  background: transparent;
  content:"";
  position:absolute;
  border: 2px solid #9c7037;
  border-radius:50%;
  right:0;
  top: -4px;
  left:auto;
}
.testimonials3 aside{
  padding: 11px 0 13px 0;
  position:relative;
}
.testimonials4 strong{
  padding: 0px 0 0;
  font-size: 16px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
}
.testimonials4 span{
  font-size: 16px;
  padding: 0 0 0 4px;
  font-weight: 500;
  color: #eaa142;
  display: inline-block;
  float: right;
  text-transform: uppercase;
}
.testimonials4 img{
  border-radius:50%;
  display: block;
  margin: 0 auto 12px 0px;
  padding: 0 7px 0 0px;
  height: 60px;
}
.testimonials3 strong{
  padding: 0px 0 0;
  text-align: left;
  font-size: 16px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
}
.testimonials3 i{
  font-size: 16px;
  padding: 0 0 0 4px;
  font-weight: 500;
  color: #eaa142;
  display: inline-block;
  float: right;
  text-transform: uppercase;
}
.click-testimonials a{
  border: 1px solid #b7934233;
  font-weight: 400;
  color: #e79f41;
  padding: 11px 29px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 auto;
  border-radius: 40px;
}
.click-testimonials a svg{
  margin: -2px 4px 0 4px;
}
.click-testimonials a:nth-child(2){margin:0 10px 0 10px;}
/* end testimonials section  */


/* start footer section */

.footer{
  padding: 50px 0 90px;
  position:relative;
  z-index: 9;
}
.footer:before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: url(images/birthchart.jpg) no-repeat;
  z-index: -9;
  opacity: 5%;
  background-size: cover;
}
.footer-about1{
  padding: 0 0px 0 0px;
  border-right: 1px solid #603a11;
}
.footer-heading strong{
  font-size: 37px;
  text-transform: capitalize;
  font-family: "Forum", serif;
  color: #eaa142;
  font-weight: 500;
}
.footer-heading strong img{
  height: 50px;
  margin: -5px 0 0 0;
}
.text-centent p {
  color: #cdcdcd;
  line-height: 31px;
  font-weight: 300;
  font-size: 14px;
  padding: 0;
}
.footer-center2 {
  padding:0 0 30px 0;
}
.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-bottom:1px solid #603a11;
  padding: 10px 0 30px 10px;
}
.icon-image ul li{
  display: inline-block;
  list-style: none;
  padding: 0 0px 0 20px;
}
.icon-image ul li img{height: 46px;}
.icon-image ul li a{
  border: 1px solid #b7934233;
  font-weight: 400;
  color: #e79f41;
  padding: 9px 19px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 auto;
  border-radius: 40px;
}

.contact-astro strong{
  font-size: 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: 5px 0;
  list-style:none;
}
.footer-contact li span{
  height: 35px;
  width: 35px;
  line-height: 34px;
  text-align: center;
  display:inline-block;
  border-radius: 20%;
  color: #fff;
  background: #0000;
  border: 1px solid #eaa142;
  box-shadow: inset 0px 2px 8px #eaa1426b;
}
.footer-contact li span .bi{
}
.footer-contact li i{
  color: #b5b5b5;
  font-size:15px;
  font-style: normal;
  margin: 0 0 0 3px;
  display: inline-block;
}
.footer-navigation ul li{
  padding: 7px 25px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  display:inline-block;
  position:relative;
  text-transform: capitalize;
  list-style: none;
}
.footer-navigation ul li a{
  color:#fff;
}
.footer-navigation ul li:hover a{
  color:#eaa142;
}
.footer-navigation{
  padding: 10px 0 10px;
  margin: 0px 0 0 0;
  text-align: center;
  border-top: 1px solid #603a11;
}



.contact-astro {
  padding: 20px 10px 0 16px;
  border-right: 1px solid #603a11;
}
.contact-services{
  padding: 12px 0px 0 0px;
}
.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 strong{
  font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0 0 0px 0;
    display: block;
    color: #eaa142;

}
.payment ul li{
  padding: 5px 2px;
  margin:0;
  display: inline-block;
}
.payment ul li img{
  padding: 5px 8px;
  height: 25px;
  background: #fff;
}
.pay{
  justify-content:center;
  align-items: center;
}
.note strong{
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 0 0px 0;
  display: block;
  color: #eaa142;
}
.note p{
  color: #b2b2b2;
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}
.note p b{font-weight: 600;color: #eaeaea;}
.note span{
  color: #838383;
  font-size: 13px;
  margin: 0;
}
.note{
  border-left: 1px solid #603a11;
  padding: 14px 0 14px 20px;
}
.copyright{
  padding:20px 0 0 0;
  border-top:1px solid #603a11;
}
.copy p{
    color:#efefef;
    font-weight:300;
    font-size:15px;
}
.link-policy ul li{
  display:inline-block;
  padding: 0px 4px;
  list-style: none;
}
.link-policy ul li a{
  color: #eaa142;
  font-size: 15px;
}
/* end footer section  */


/* start bread crumb section */

.bread-crumb{
  position: relative;
  padding: 0;
  z-index: 9;
}
.bread-crumb:before{
    content: "";
    background: url(images/background-astroogy-1.png) no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background-size: cover;
    z-index: -9;
    top: 0;
    background-position: center bottom 40%;
    opacity: 9%;
}
.breadcrumb-section{
  padding: 42px 0 42px;
}
.breadcrumb-section h1{
  font-size: 62px;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Forum", serif;
}
.breadcrumb-section h1 a{
  color: #eaa142;
}
.breadcrumb-section h1 a b{
  font-weight: 700;
  color: #ffc035;
}
.breadcrumb-section p{
  padding: 0 0 5px 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.breadcrumb-section .home{
  font-size: 15px;
  padding: 0;
  color: #ff9100;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  margin: 0;
  display: inline-block;
}
/* end bread crumb section  */


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

.getintouch{
  padding: 70px 0 90px;
}
.getin-left1{
  padding: 0 20px 0 0px;
}
.get-in1{
  padding: 16px;
}
.get-in2{
  border-radius: 17px;
  border: 1px solid #4b2e0c;
  padding: 0;
  position: relative;
  text-align: center;
  background: url(images/stars.png) #2f1e0f80 no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
}
.get-in2 a{
  display: block;
  color: #eaa142;
  padding: 30px;
}
.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: 20px;
  font-weight: 500;
  padding: 4px 0 0;
  display: block;
  color: #eaa142;
}
.get-in2 span{
  height: 100px;
  width: 100px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 127px;
  border:1px solid #4b2e0c;
  background: transparent;
  border-radius: 50%;
}
.get-in2 span .bi{
  height: 2.5rem;
  width: 2.5rem;
}
.get-in2 p{
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px 0 0;
}
.social-media{
  border-radius: 17px;
  border: 1px solid #4b2e0c;
  padding: 0;
  position: relative;
  text-align: center;
  background: url(images/stars.png) #2f1e0f80 no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
}
.social-media li {
  list-style: none;
  position: relative;
  padding: 10px 0px 0;
}
.social-media ul li a{
  display: block;
  text-align: left;
  text-transform: capitalize;
  font-style: italic;
  font-size: 13px;
  padding: 7px 16px 8px 20px;
  font-weight: 400;
  color: #fff;
  border-radius: 110px;
  background: #ffaa001f;
}
.timming li{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  list-style: none;
  color: #eaa142;
  padding: 18px 0 0;
}
.timming li  svg{
  height: 1.1rem;
  width: 1.1rem;
  margin: 0 3px 0 0px;
  fill: #eaa142;
}
.timming li p{
  text-transform: capitalize;
  color: #d3d3d3;
  font-weight: 300;
  padding: 4px 0 0;
}
.social-media{
  padding: 20px 20px;
}

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

.contac-rr {
  padding: 20px 10px 0px 10px;
  margin: 0;
  text-align: left;
}
.form-group1 {
   padding: 10px 8px;
   margin: 0px 0px 5px;
   position: relative;
}
.form-group1 label{
  text-align: left;
  font-weight: 600;
  display: block;
  padding: 0 0 4px 0;
  font-size: 14px;
  text-transform: capitalize;
}
input.form-control1 {
   color: #ffffff;
}

.form-control1 {
  height: 53px;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #53390e;
  display: block;
  width: 100%;
  line-height: 53px;
  padding: 0px 24px 0px 30px;
  font-size: 15px;
  font-weight: 400;
}
textarea.form-control1 {
  height: 140px;
  border-radius: 30px;
  color:#fff;
}
input:-internal-autofill-selected {
    background-color: #ffffff00 ! Important;
}
.form-group1 span{
  margin: 0;
}


.btn-group{
  padding: 33px 0 0px 0;
  margin: 0;
  display: block;
  text-align: right;
}
.btn-group>.btn{
  background: #ca8a38;
  padding: 13px 30px;
  color: #ffffff;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  border:0;
  border-radius: 350px;
  transition: 0.8s all ease-in-out;
  left: 0;
  width: 100%;
  right: 0;
  margin: 0px auto 0px;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #ffecd3;
  padding-left:0px;
  font-size:15px;
  font-weight:400;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.form-getin{
  padding:0 0 60px;
}
/* =============================================
        END GET IN TOUCH PAGE CSS 
================================================*/


/* =============================================
        START ABOUT US PAGE CSS 
================================================*/
.aboutus-section{
  padding: 50px 0 100px;
  position: relative;
  z-index: 9;
  text-align: left;
}
.aboutus-section:before{
  content:"";
  background: url(images/stars.png) no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-size: cover;
  z-index: -9;
  top: 0;
  background-position: center bottom 40%;
  opacity: 66%;
  background-attachment: fixed;
}
.maincontent{
  padding: 50px 0 100px;
  position: relative;
  z-index: 9;
}
.maincontent:before{
  content:"";
  background: url(images/stars.png) no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-size: cover;
  z-index: -9;
  top: 0;
  background-position: center bottom 40%;
  opacity: 66%;
  background-attachment: fixed;
}
.client-parents{
  padding: 10px 10px 40px;
}
.client-parents1{
  padding: 15px 0px 0;
  border-radius: 20px;
}
.client-parents1 span{
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 15px;
  display: block;
  text-align: center;
  padding: 15px 0 0;
  font-style: normal;
}
.client-parents1 .mobile{
  display:none;
}
.dtop{display:block !Important;}
.image-client1{
  padding: 0;
  text-align: center;
}
.image-client1 img{height: 190px;}
.info-client1{
  padding: 0 0 0 20px;
}
.content-design h2,h3,h4,h5,h6{
  color: #eaa142;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 25px;
  padding: 30px 20px 10px 0px;
  text-align: left;
  position:relative;
  width: fit-content;
  margin: 0 0 20px 0;
}
.content-design h2:before{
  content:"";
  position:absolute;
  height: 2px;
  width: 94%;
  margin:0 auto;
  left:0;
  bottom: 0;
  background: #9c7037;
}
.content-design h2:after{
  height: 11px;
  width: 11px;
  background: transparent;
  content:"";
  position:absolute;
  border: 2px solid #ae8147;
  border-radius:50%;
  right: -1px;
  bottom: -5px;
}
.content-design h3:before{
  content:"";
  position:absolute;
  height: 2px;
  width: 94%;
  margin:0 auto;
  left:0;
  bottom: 0;
  background: #9c7037;
}
.content-design h3:after{
  height: 11px;
  width: 11px;
  background: transparent;
  content:"";
  position:absolute;
  border: 2px solid #ae8147;
  border-radius:50%;
  right: 10px;
  bottom: -5px;
}
.content-design h4:before{
  content:"";
  position:absolute;
  height: 2px;
  width: 94%;
  margin:0 auto;
  left:0;
  bottom: 0;
  background: #9c7037;
}
.content-design h4:after{
  height: 11px;
  width: 11px;
  background: transparent;
  content:"";
  position:absolute;
  border: 2px solid #ae8147;
  border-radius:50%;
  right: 10px;
  bottom: -5px;
}
.content-design h5:before{
  content:"";
  position:absolute;
  height: 2px;
  width: 94%;
  margin:0 auto;
  left:0;
  bottom: 0;
  background: #9c7037;
}
.content-design h5:after{
  height: 11px;
  width: 11px;
  background: transparent;
  content:"";
  position:absolute;
  border: 2px solid #ae8147;
  border-radius:50%;
  right: 10px;
  bottom: -5px;
}
.content-design h6:before{
  content:"";
  position:absolute;
  height: 2px;
  width: 94%;
  margin:0 auto;
  left:0;
  bottom: 0;
  background: #9c7037;
}
.content-design h6:after{
  height: 11px;
  width: 11px;
  background: transparent;
  content:"";
  position:absolute;
  border: 2px solid #ae8147;
  border-radius:50%;
  right: 10px;
  bottom: -5px;
}
.content-design i{
  color: #eaa142;
  text-transform: capitalize;
  font-weight: 500;
  display:block;
  font-family: "Forum", serif;
  font-style: normal;
  text-align: center;
  font-size: 30px;
}
.content-design aside{
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  display:block;
  font-style: normal;
  text-align: left;
  letter-spacing: 0.5px;
  padding: 15px 10px 4px 0px;
  margin: 0 0 8px 0;
  font-size: 16px;
  border-bottom: 2px solid #b77013;
  width: fit-content;
}

.content-design p{
  line-height: 30px;
  text-align: justify;
  font-size: 15px;
  font-weight: 300;
  padding: 0px 0 9px;
  color: #e0e0e0;
}
.content-design p strong{
  color: #ea7800;
  font-weight: 500;
}
.content-design p a{
  color:#eaa142;
}
.content-design ul{
  padding: 10px 0 20px 0;
  margin:0;
  list-style:none;
}
.content-design  ul li{
  color: #e0e0e0;
  font-weight: 300;
  padding: 7px 0 7px 27px;
  text-transform: capitalize;
  font-size: 16px;
  position:relative;
}
.content-design li:before{
  height:100px;
  width:100px;
  position:absolute;
  color: #eaa142;
  top:0;
  left:0;
  font-size: 27px;
  content: "\293f";
  font-family: 'Glyphicons Halflings';
}
.text-background{
  background:#eaa142;
  padding: 50px 0;
}
.text-background .content-design b{
  color: #2a190b;
  font-weight:700;
  font-size: 28px;
}
.client-parents1 .content-design p{
  text-align:center;
}
.text-background .content-design p{
  color: #2a190b;
  font-weight:500;
}
.text-background .content-design p strong{
  color: #9c0000;
  font-weight:600;
}
.text-background .content-design ul li{
  color: #2a190b;
  font-weight:500;
}
.text-background .content-design ul li:before{
  color: #604414;
}
.tagline-post{
  background: #eaa14214;
  padding: 15px 15px;
  border-radius: 15px;
  margin: 12px 0 0;
  z-index: 9;
  position: relative;
}
.tagline-post:before{
  content:"";
  background: url(images/background-astroogy-1.png) no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-size: cover;
  z-index: -9;
  top: 0;
  background-position: center bottom 40%;
  opacity: 1%;
}
.tagline-post strong{
  font-size: 26px;
  font-weight: 700;
  display: block;
  color: #2b1a0c;
  text-transform: capitalize;
}
.tagline-post p{
  color: #d0d0d0;
  padding: 4px 0 0;
  font-size: 16px;
  line-height: 29px;
}
.tagline-post p a{
   color: #eaa142;
   text-transform: capitalize;
}
.tagline-post span{
  display: block;
  color: #eaa142;
  text-transform: uppercase;
  font-family: "Forum", serif;
  padding: 10px 0 0;
}
.tagline-post span i{
  text-transform:capitalize;
  font-family: 'Poppins',sans-serif;
  font-style: normal;
  color: #b6803a;
}
/* =============================================
        END ABOUT US PAGE CSS 
================================================*/

/* =====================================================
        START CLIENT TESTIMONIALS PAGE CSS 
========================================================*/

.feedback-section{
  padding:100px 0;
}
.feedback{
  margin:20px 0;
  border-radius: 17px;
  border: 1px solid #4b2e0c;
  padding: 20px;
  position: relative;
  background: url(images/stars.png) #2f1e0f80 no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
}
.feedback-division{
  justify-content:center;
  align-items:center;
}
.feedback-image{
  text-align: center;
  padding:0;
  position: relative;
}
.feedback-image aside{
  position: absolute;
  left: 10px;
  top: -20px;
}
.feedback-image aside b{
  display:block;
  color: #e79f41;
}
.feedback-image aside .bi{
  height: 0.8rem;
  width: 0.8rem;
}
.feedback-image img{
    border-radius:10px;
}
.feedback-content{padding: 0;}
.feedback-content:before{
  top: 30px;
  height: 1px;
  width: 100%;
}
.feedback-content strong{
  display:block;
}
.feedback-content aside:before{
  height: 13px;
  width: 13px;
  border: 3px solid #9c7037;
  top: 0px;
  left: 9px;
}
.feedback-content aside:after{
  height: 13px;
  width: 13px;
  border: 3px solid #9c7037;
  top: 0px;
  right: 9px;
}
.feedback-content aside{
  text-align:center;
  padding: 18px 0 4px;
  left: 0;
}
.feedback-content aside b{
  padding:0 5px;
}
.testimonials3 aside b .bi {
    height: 1.1rem;
    width: 1.1rem;
}
/* =====================================================
        END CLIENT TESTIMONIALS PAGE CSS 
========================================================*/

/* fixed social*/

.social{
    position: fixed;
    top: 50%;
    z-index: 99;
}
.social ul{
 list-style: none;
 transform: translateX(-120px);
}
.social ul li{
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.5);
  width: 158px;
  text-align: right;
  padding: 10px;
  border-radius: 0 30px 30px 0;
  transition: all 1s;
}
.social ul li:hover{
    transform: translateX(110px);
}

.social ul li a{
  color: #fff;
  font-size: 14px;
  display:block;
  text-transform: capitalize;
  text-decoration: none;
}
.social li a span{
  text-align: center;
  color: #996423;
  margin-left: 14px;
  background: #fff;
  border-radius: 50%;
  width: 27px;
  line-height: 25px;
  display:inline-block;
  height: 27px;
  font-size: 20px;
  transform: rotate(0deg);
}
.social ul li .bi{
  height: 0.9rem;
  width: 0.9rem;
}
.social ul li:hover .bi{
  transform: rotate(360deg);
  transition: all 1s;
}

/*end fixed social*/
.fixed-icon-whatsapp a:nth-child(1){
  left: 38px;
}
.fixed-icon-whatsapp a {
    font-weight: 500;
    font-size: 28px;
    position: fixed;
    right: 38px;
    color: #fff !important;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    z-index: 9999999;
    transition: all .5s ease-in-out;
    text-decoration: none !important;
    bottom: 40px;
    text-transform: capitalize;
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.fixed-icon-whatsapp a b {
    z-index: 9;
    position: relative;
    display: inline-block;
    margin: 0px 0 4px -0px;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.5));
    animation-name: rip;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    background: #ffffff;
    line-height: 48px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.fixed-icon-whatsapp a b img {
    height: 40px;
}
@keyframes rip{
    0% {
    box-shadow: 0px 0px 0px 4px rgb(233 160 66);
    }
    20% {
        box-shadow: 0px 0px 0px 6px rgb(234 161 66 / 42%);
    }
    40% {
        box-shadow: 0px 0px 0px 8px rgb(234 161 66);
    }
    60% {
        box-shadow: 0px 0px 0px 10px rgb(234 161 66 / 24%);
    }
    80% {
        box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);
    }
    100% {
        box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);
    }
}

#callbook {
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
  padding: 0px 0px;
  list-style:none;
  z-index: 99999;
  position: fixed;
  bottom: 50px;
  left: 40px;
}
#callbook ul li:last-child{
    float: right;
    right: 40px;
    left: auto;
}
#callbook ul li img{
  height:60px;
    animation: pulse 1s infinite;
    animation-timing-function: linear;
}
.pulse:hover { 
    animation: pulse 1s infinite;
    animation-timing-function: linear;
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1);}
    100% { transform: scale(1); 
    }
}







@media (max-width: 767px){
  body{text-align: center;}
  .tophead-left1{background:#eaa142;}
  .tophead-left2 ul{text-align: left;}
  .tophead-section{padding: 8px 0;background: #eaa142;}
  .head-left2 img{height: 80px;text-align: left;}
  .tophead-right1{display:none;}
  .link-nonee{display: none;}
  .tophead-left2 ul li{font-size:20px;padding: 0px 0px 0 0;display: inline-block;text-align: right;font-weight: 600;width: 39%;}
  .tophead-right2 ul li{padding: 0 0px 0 9px;}
  .tophead-right2 ul li a {font-size: 16px;padding: 0 4px 0;}
  .head-center1{padding:0;}
  .head-right1{display: none;}
  .tophead-right2 ul .appointment{margin:0 auto 0 0 ;}
  .head-center1{padding:0;}
  .head-right1{display: none;}
  .head-section {padding: 7px 0;}
  .head-center2{border-radius:0px;border:0px;padding: 0;}
  .navbar {margin: -66px 0 0;display: block;}
  .fixed-top .navbar {margin: -51px 0 0;}
  .head-left1{width: 100%;margin: 0;text-align: left;}
  .pandit-choose1:nth-child(2) .pandit-choose2.head-left1{ margin: 0 auto 0 0;}
  .navbar ul li{text-align:left;padding:0;}
  .navbar ul{padding: 20px 10px 0 20px !important;}
  .navbar-nav .dropdown-menu{padding: 5px 12px !important;background: #eaa142;}
  .horoscope-left2 { padding: 0 40px 0 40px;}
  .tarot-design {padding: 40px 0 0 10px;}
  .heading-horoscope strong{font-size: 54px;}
  .services-1:nth-child(3) .services-2:before{display:none;}
  .pandit-choose2 p{padding: 4px 0 0 0;}
  .pandit-choose2 span{position:relative;top: 0;margin: 0 auto;right: 0;text-align: center;left: 0;display: block;}
  .pandit-choose2 {padding: 21px 5px 20px;border: 1px solid #53321c;text-align:center;}
  .pandit-choose2 p b{display:block;}
  .horoscope-section {padding: 60px 0 99px;}
  .horoscope-2{text-align: center;}
  .text-tagline strong{font-size:25px;}
  .question-horoscope {padding: 20px 10px 0 10px;}
  .pandit-choose1:nth-child(2) .pandit-choose2{border: 1px solid #53321c;border-left: 0;border-right: 0;}
  .heading-about h1{font-size:60px;}
  .services-section{padding:60px 0 0px;}
  .parent-picc1{padding:8px;width:33.333%;}
  .parent-picc1 p{font-size:20px;}
  .parent-picc1 strong{font-size: 14px;}
  .talktoastro1 {padding: 0 0px 0 0px;}
  .mainservices-section {padding: 0px 15px;}
  .heading-services strong {font-size: 44px;}
  .mainservices-right1{padding:40px 0 0;}
  .birthchart-tagline strong{font-size: 42px;}
  .heading-about strong {font-size: 58px;}
  .otherservices-1 {padding: 10px;text-align: left;}
  .otherservices-section {padding: 100px 0 30px;}
  .heading-about p{letter-spacing:0;font-size: 15px;}
  .footer-center1:nth-child(1){border:0;}
  .footer-center1:nth-child(3){border:0;}
  .footer-center1:nth-child(1){border:0;}
  .icon-social{text-align:center !Important;}
  .footer-copy{padding:20px 0 0;}
  .link-policy{text-align:center !Important;padding: 15px 0 0;}
   #callbook{display:block;}
  .footer-center2{padding:0;}
  .getin-right1 { padding: 20px 0 0 0px;}
  .getintouch {padding: 0px 0 90px;}
  .getin-left1 { padding: 0 0px 0 0px;}
  .contact-info{padding:0 20px;}
  .client-parents1 .mobile{display:block;}
  .client-parents1 span{display:none;}
  .info-client1 { padding: 0 0 0 20px;}
  .maincontent {padding: 30px 0px 100px 0px;}
  .client-parents{padding: 10px 14px 10px 14px;}
  .heading-about p{font-size:15px;margin:10px 0 0 ;}
  .bottom-services1{padding: 10px;}
  .content-design p{text-align:left;}
  .bottom-services .row{padding:20px 0 0 !important;}
  .bottom-services2{ padding: 45px 10px 45px;}
  .bread-crumb:before{opacity:15%;border-bottom: 1px solid #a26e20;}
  .breadcrumb-section { padding: 25px 0 25px;}
  .aboutus-section {padding: 50px 0 50px;}
  .breadcrumb-section h1 {font-size: 48px;}
  .bottom-head a svg:nth-child(2){display:none;}
  .bottom-head a{padding: 12px 13px;letter-spacing: 0px;}
  .pandit-choose1{width:33.33%;}
  .topservices-section {padding: 60px 0 0px;}
  .horoscope-2 img{height:auto;}
  .horoscope-2 strong{font-size:17px;}
  .horoscope-1 {padding: 20px 5px 10px;width: 16%;}
  .feedback-content{text-align:left;}
  .tophead-left2 ul li:nth-child(1){display: inline-block;color: #4e321c;font-size: 17px;text-align: left;width: 60%;}
  .services-section .heading-horoscope strong{font-size: 49px;}
  .otherservices-2{text-align:center;padding: 13px 14px 23px;}
  .testimonials1{width:100%;padding: 10px 0;}
  .testimonials3 p{padding:0;}
  .heading-services strong{line-height: 51px;}
  .about-section {padding: 100px 0 50px;}
  .testimonials{padding:100px 0 50px;}
  .counter-1{ width: 100%;}
  .counter-2{display:flex;border: 1px solid #47311f;justify-content: center;text-align: left;padding: 0 20px;align-items: center;}
  .counter-2 p{width:30%;font-size: 38px;}
  .counter-2 span{width:70%;letter-spacing: 0;padding: 0 0 0 20px;text-transform: capitalize;}
  .head-mid{justify-content: left;}
  .overlap-slider{width:90%;}
  .overlap-slider strong{font-size: 40px;}
  .overlap-slider ul li{ padding: 7px 12px;font-size: 15px; margin: 5px 3px;}
  .icon-image{border-top: 1px solid #603a11;padding: 20px 0 20px 10px;}
  .footer-about1{border:0;}
  .services ul li{padding: 4px 0px 4px 2px;font-size: 12px;}
  .copy p{font-size: 13px;}
  .icon-image ul li{padding: 0 0 0 4px;}
  .icon-image ul li img{height: 33px;}
  .icon-image ul li a{padding: 9px 11px;font-size: 12px;}
  .link-policy ul li a{font-size: 13px;}
  .link-policy ul li {padding: 0px 4px 0 0;}
  .bottom-services {padding: 90px 0 60px;}
  .note{border-top: 1px solid #603a11;border-left: 0;padding: 14px 5px 14px 5px;}
  .payment{padding: 8px 0;}
  .footer-social { padding:10px 0 !important;}
  .contact-astro{text-align:left;padding: 10px 10px 10px 10px;border-right: 0px solid #603a11;border-bottom: 1px solid #603a11;}
  .footer-navigation ul li {padding: 0px 13px;font-size: 15px;}
  .footer:before{opacity:10%;}
  .services { padding: 0 0 10px 0px;}
  .fixed-icon-whatsapp a{right: 15px;bottom: 15px;}
  .fixed-icon-whatsapp a:nth-child(1){left: 15px;}



  

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tophead-left2 ul{text-align:center;}
  .tophead-left2 ul li{font-size:20px;padding: 0px 0px 0 0;font-weight: 600;}
  .tophead-right2 ul li{padding: 0 0px 0 9px;}
  .tophead-left2 a .bi{height: 1.3rem;width: 1.3rem;}
  .tophead-right2 ul li a {font-size: 15px;}
  .head-center1{padding:0;}
  .head-right1{display: none;}
  .head-center2{border-radius:0px;border:0px;padding: 0;}
  .navbar {margin: -60px 0 0;display: block;}
  .fixed-top .navbar {margin: -61px 0 0;}
  .head-left1{ margin: 0 auto 0 0;}
  .navbar ul li{text-align:left;padding:0;}
  .navbar ul{padding: 30px 10px 0 20px !important;}
  .navbar-nav .dropdown-menu{padding: 5px 12px !important;background: #eaa142;}
  .horoscope-left2 { padding: 0 40px 0 40px;}
  .tarot-design {padding: 40px 0 0 40px;}
  .heading-horoscope strong{font-size: 54px;}
  .services-1:nth-child(3) .services-2:before{display:none;}
  .pandit-choose2 p{padding: 4px 0 0 0;}
  .pandit-choose2 span{position:relative;top: 0;margin: 0 auto;right: 0;text-align: center;left: 0;display: block;}
  .pandit-choose2 {padding: 21px 17px 20px;text-align:center;}
  .pandit-choose2 p b{display:block;}
  .horoscope-section {padding: 80px 0 99px;}
  .horoscope-1{text-align:center;}
  .parent-picc1{padding:15px;}
  .parent-picc1 p{font-size:20px;}
  .talktoastro1 {padding: 0 0px 0 0px;}
  .mainservices-section {padding: 0px 0;}
  .heading-services strong {font-size: 49px;}
  .mainservices-right1{padding:40px 0 0;}
  .birthchart-tagline strong{font-size:47px;}
  .testimonials1:last-child{width:100%;}
  .footer-center1:nth-child(1){border:0;}
  .icon-social{text-align:center !Important;}
  .footer-copy{padding:20px 0 0;}
  .getin-right1 { padding: 20px 0 0 0px;}
  .getin-left1 { padding: 0 0px 0 0px;}
  .client-parents1 .mobile{display:block;}
  .client-parents1 span{display:none;}
  .heading-about strong{font-size:60px;}
  .heading-about p{font-size:15px;margin:10px 0 0 ;}
  .bottom-services1{padding:15px;}
  .head-left2 img{height: 80px;}
  .head-mid{justify-content:left;}
  .overlap-slider{width:90%;}
  .overlap-slider strong{font-size: 50px;}
  .overlap-slider ul li{ padding: 7px 12px;font-size: 15px; margin: 5px 3px;}
  .icon-image{border-top: 1px solid #603a11;padding: 20px 0 20px 10px;}
  .footer-about1{border:0;}
  .services ul li{padding: 4px 0px 4px 2px;font-size: 12px;}
  .copy p{font-size: 13px;}
  .link-policy ul li a{font-size: 13px;}
  .link-policy ul li {padding: 0px 4px 0 0;}
  .bottom-services {padding: 90px 0 60px;}
  .note{border-top: 1px solid #603a11;border-left: 0;}
  .payment{padding: 8px 0;}
  .footer-social { padding:10px 0 !important;}
    .icon-image ul li a{padding: 9px 16px;font-size: 15px;}



} 

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .head-left1{width:15%;}
  .head-left2 img{height: 65px;}
  .head-center1{width:63%;padding: 0 20px 0 0px;}
  .head-right1 a{font-size: 13px;padding: 13px 11px;}
  .tarot-design1 {padding: 20px 20px;}
  .card-right2 strong{font-size:27px;}
  .horoscope-left2 { padding: 0 0 0 40px;}
  .tarot-design {padding: 0 0 0 40px;}
  .horoscope-2 img{height:auto;}
  .horoscope-2 span{letter-spacing:0px;}
  .services-2 strong{font-size: 22px;}
  .parent-picc1{padding:15px;}
  .birthchart-tagline strong{font-size:58px;}
  .heading-services strong{font-size:44px;}
  .talktoastro2 {padding: 30px 14px;}
  .main-services1 {padding: 5px;}
  .getin-left1 { padding: 00px 0 0px;}
  .get-in2 a {padding: 20px;}
  .client-parents1 .mobile{display:block;}
  .client-parents1 span{display:none;}
  .testimonials2{padding:17px 10px;}
  .bottom-head a{padding: 12px 15px;letter-spacing: 0.8px;}
  .talktoastro2 b{padding: 11px 11px;}
  .icon-image ul li { padding: 0 0px 0 10px;}
  .contact-astro strong{font-size:30px;}
  .payment ul li img{height: 19px;padding: 3px 6px;}
  .payment ul li{padding: 1px 0px;}
  .contact-astro {padding: 20px 10px 0 10px;}
  .footer-contact li i{font-size:13px;}
  


}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
  
  

}

@media (max-width: 575px) and (min-width: 0px) {
  .choose-pt {padding: 90px 15px 0;}
  .horoscope-1{width: 16.666%;}
  .tarot-design1{padding: 40px 14px;}
  .card-design:nth-child(2){flex-flow: column-reverse;}
  .contact-astro a{margin: 29px auto 0;font-size: 15px;padding: 8px 21px;letter-spacing: 0.3px;}
  .question-horoscope {padding: 20px 13px 0 0;}
  .horoscope-section {padding: 70px 0 69px;}
  .qodef-text-marquee .qodef-m-content{font-size:22px;}
  .services-2:before{display:none;}
  .heading-about h1 {font-size: 40px;}
  .parent-picc1{padding: 8px;width: 33%;}
  .parent-picc1 p{font-family: 'Poppins',sans-serif;font-size: 15px;line-height: 24px;text-transform: capitalize;}
  .parent-picc1 strong{font-size: 12px;padding: 13px 0 0;}
  .birthchart-tagline strong {font-size: 30px;}
  .horoscope-left2 {padding: 0 20px 0 20px;}
   .link-policy ul li{padding: 0px 6px;font-size: 14px;}
  .footer-center1:nth-child(3){width:50%;}
  .footer-center1:nth-child(2){width:50%;}
  .get-in1:nth-child(4){width:60%;}
  .get-in1:nth-child(3){width:40%;}
  .breadcrumb-section h1 {font-size: 29px;}
  .info-client1 { padding: 0 0 0 0px;}
  .content-design h2, h3, h4, h5, h6{font-size:20px;line-height: 34px;}
  .astro-dhanish{padding-top: 10px !important;}
  .topservices-section:before{background-position: top;opacity: 14%;background-attachment: fixed;}
  .head-section:before{background-attachment: fixed;opacity: 0.9;top: 0px;}
  .head-section:after{opacity: 1;left: -80px;top: -20px;background-size: cover;background-attachment: fixed;}
  .question-horoscope li a{border-radius:20px;padding: 8px 30px 8px 8px;font-size: 15px;line-height: 26px;}
  .horoscope-2 img{height:auto;}
  .heading-horoscope{padding:0 0 30px;}
  .horoscope-2 strong{font-size: 11px;}
  .fixed-top .head-left2 img{height: 60px;}
  .feedback-content{text-align:center;}
   .feedback-image aside b{display:inline-block;margin: 0 auto;}
  .feedback-image aside{position:relative;left: 0;top: -14px;}
   .tophead-left2 ul li{width:39%;}
  .tophead-left2 ul li:nth-child(1){width: 59%;padding: 0 0 0 7px;font-size: 14px;}
  .tophead-left2 a{font-size: 14px;}
  .tophead-left2 a .bi{height: 0.8rem;display: none;width: 0.8rem;}
  .services-section .heading-horoscope strong {font-size: 32px;line-height: 44px;font-family: 'Poppins';}
  .services-2{text-align:center;padding: 0;}
  .services-2 span{margin:0 auto;}
  .services-1 {padding: 10px 15px 10px;}
  .accordion-header{font-size:15px;padding: 0;line-height: 26px;}
  .talktoastro2 {padding: 30px 15px;}
  .heading-services strong {line-height: 51px;font-size: 42px;}
  .main-services1{width:50%;}
  .heading-about strong {font-size: 50px;}
  .bottom-services .heading-about strong {font-size: 42px;}
  .click-testimonials a:nth-child(2) {margin: 0 6px 0 6px;}
  .click-testimonials a{padding: 11px 24px;}
  .navbar {margin: -56px 0 0;display: block;}
  .testimonials2{padding:20px;}
  .overlap-slider strong{font-size: 26px;line-height: 50px;font-family: 'Poppins',sans-serif;}
   .icon-image ul li{padding: 0 0 7px 3px;}

}
@media (max-width: 420px) and (min-width: 0px) {
  .head-left1{width:30%;}
  .tophead-right2 ul span{display:none;}
  .text-tagline strong{font-size: 23px;line-height: 36px;}
  .text-tagline .image-planet-1{height:20px;}
  .text-tagline .image-planet-2{height: 34px;margin: -10px 0 0 0;}
  .text-tagline .image-planet-3{height: 23px;}
  .horoscope-1{width: 25%;padding: 5px;}
  .heading-horoscope strong {font-size: 31px;line-height: 46px;}
  .parent-picc1 p{font-size: 14px;}
  .heading-services strong{font-family: 'Poppins' ,sans-serif;font-size: 24px;}
  .heading-about strong {font-family: 'Poppins' ,sans-serif;font-size: 26px;}
  .testimonials .heading-about strong {font-size: 37px;}
  .heading-about p{margin: 5px 0 0;font-size: 13px;}
  .footer-center1:nth-child(3){width:100%;}
  .footer-center1:nth-child(2){width:100%;}
  .footer-center1 {padding: 10px 15px 5px;}
  .link-policy ul li a{font-size: 12px;}
  .icon-social li{padding:2px 0;}
  .get-in1:nth-child(4){width:100%;padding: 0 16px;}
  .get-in1:nth-child(3){width:100%;padding: 16px 16px 10px;}
  .form-group1 {padding: 7px 8px;margin: 0px 0px 0px;}
  .fixed-top .head-left2 img{height: 53px;}
  .contactpt a{  padding: 12px 17px;margin: 17px 0 0 0;}
  .pandit-choose2 p{font-size: 13px;letter-spacing: 0;text-transform: capitalize;}
  .pandit-choose2 p b{font-size: 14px;font-weight: 600;}
  .horoscope-2 strong{font-size: 14px;}
  .head-left2 img{height:60px;}
  .tophead-right2 ul .appointment{padding: 1px 12px;}
  .tophead-right2 ul .appointment a{font-size: 14px;}
  .tophead-right2 ul li a{font-size: 11.6px;}
  .tophead-right2 ul li {padding: 0 0px 0 0px;}
  .tophead-left2 ul li{font-size:15px;}
  .tophead-left2 ul li:nth-child(1){font-weight: 700;font-size: 11.7px;}
  .services-section .heading-horoscope strong {font-size: 24px;line-height: 33px;}
  .main-services1{width:100%;}
  .click-testimonials a{padding: 8px 9px;font-size: 14px;}
  .click-testimonials a:nth-child(2) {margin: 0 0px 0 2px;}
  .bottom-services .heading-about strong {font-size: 26px;}
  .talktoastro2 b{padding: 10px 9px;}
  .counter-2 p{width:40%;font-size: 33px;}
  .counter-2 span{width:60%;letter-spacing: 0;font-size: 15px;padding: 0px 0 0 0px;text-transform: capitalize;}
  .parent-picc1{width:50%;}
  .parent-picc1:last-child{width: 60%;margin: 0 auto;}
  .tophead-left2 a{font-size: 14.9px;}
 
  .icon-image ul li img{height: 29px;}
  .icon-image ul li a{padding: 9px 11px;font-size: 13px;}
  .footer-navigation ul li {padding: 0px 5px 0 0;font-size: 13px;}
  .payment ul li img { padding: 5px 5px;height: 25px;}
}   






@media (max-width: 350px) and (min-width: 0px) {
  .tophead-left2 ul li:nth-child(1){font-weight: 700;font-size: 10.7px;}
  .tophead-left2 ul li{font-size:15px;}
  .overlap-slider ul li:nth-child(3){display:none;}
  .payment ul li img { padding: 5px 5px;height: 23px;}

}









