@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
html{
    padding:0 !important;
    margin:0 !important;
}
body{
  margin:0;
  padding:0;
  color: #ffffff;
  background: radial-gradient(#f5c673, #dec358);
  font-family: "Rubik", sans-serif;
  background: #794326;
}
/*530b19, a2223b*/
a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color:#000;
}

:focus-visible {
}
.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{margin:0px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}

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

/* START HEADER SECTION */

/* start top head section */
.tophead-section{}
.tophead-deign{
  position:relative;
}

.head-contact a i{
  display: block;
  padding: 4px 0 0 7px;
  font-size: 25px;
  color: #000000;
  font-style: normal;
  font-weight: 600;
  line-height: 47px;
  width: fit-content;
  margin: 0px auto 0 0;
  text-align: left;
}
.head-contact a i em{
  display: block;
  font-size: 17px;
  color: #f37a13;
  font-style: normal;
  text-transform: capitalize;
}
.head-contact{
  background: #ffffff;
  padding: 8px 10px;
  z-index: 9;
  margin: 0 0 5px;
  border-radius: 0 0 12px 12px;
}
.head-contact ul{
  padding:0;
  margin:0;
  list-style:none;
}
.head-contact ul li{
  display:inline-block; 
}
.head-contact ul li a{
  padding: 0 20px;
  display:block;
  font-weight: 500;
  color: #000;
  font-size: 16px;
}
.head-contact ul li a .bi{
  color: #c10905;
  margin: 0 0px -4px 0;
  height: 22px;
  width: 22px;
}



@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}
.head-right a{
  margin: 0 0 0 auto;
}
/* end top head section */


/* end top head section */

/* start navigation section */


.navbar-expand-lg{padding:0;}
.navigation{
  padding: 0px 0px;
  margin: 0;
  position:relative;
  margin: 0;
  z-index: 99;
  border-bottom: 0;
}
.footer-navvv{
    border: 4px solid #ff006c;
    border-bottom: 0;
    background: #1b1225;
    padding: 14px 10px 15px 10px;
    border-radius: 30px 30px 0 0;
}
.navbar-collapse{
  justify-content: center;
}
 .menu{
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
}
.menu li{
  display:inline-block;
  padding: 0px 10px;
  color: #fff;
  position: relative;
  font-size: 17px;
  text-transform: capitalize;
  transition: 0.2s ease-in;
}
.menu li a{
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 0 4px;
  transition: 0.1s ease-in;
}

.navbar-toggler{
  border-radius: 0%;
  width: 40px;
  height: 30px;
  background: #ffffff00;
  display: inline-block;
  transition: all 0.2s ease-in;
  padding-top: 0px;
  line-height: 0px;
  margin: 0px 0;
  margin-left: 0px;
  padding-left: 0px;
  border: 0;
  padding-right: 0px;
}
.navbar-toggler {
    margin: -90px 0 0 auto;
    display: block;
}
.toggle-design{
  height: 2px;
  width: 100%;
  background: #fec868;
  transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
  display: block;
  margin: 7px 0 0px;
}

.navbar-toggler:focus{box-shadow:none;}

.menu li a:hover{
  color: #ffffff;
}
.menu li a.active-1 {
  color: #ffc869;
  border-radius: 30px;
}

.navbar-collapse{padding:0;}
.dropdown-menu {
  position: absolute;
  padding: 6px 5px;
  top: 100%;
  left: 0px;
  float: none;
  right: 0;
  margin: 0 auto;
  border: 0;
  width: 250px;
  display: none;
  background: #794326;
  z-index: 999;
  border-radius: 10px;
  transition: 0.2s all;
}
.dropdown-item a {
    color: #fff !important;
    padding: 0 !important;
}
.dropdown:hover .dropdown-menu{
  display:block;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: transparent;
    background: transparent;
}
.menu.dropdown-menu {
    position: static;
}

.dropdown-menu ul{
  padding: 0px 0 0px;
  margin: 0;
  list-style: none;
}
.dropdown-menu ul li{
  display:block;
  padding: 10px 10px 10px 20px;
  text-align: left;
  border-bottom: 1px solid #eee;
  color: #fff;
  margin: 0;
}
.dropdown-menu ul li:last-child{border-bottom:0;}
.dropdown-menu ul li a{
  display:block;
  font-size: 15px;
  background: #c0203c00;
  border: 0;
  padding: 0;
  border-radius: initial;
  color: #ffffff;
}
.dropdown-menu ul li:hover{
  background: #ffc39300;
}
.dropdown-menu ul li:hover a{
  color:#000000;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.appointment a{
  color: #ffffff;
  display: block;
  text-align: center;
  font-weight: 500;
  margin: 0 auto;
  background: #ffc869;
  border-radius: 50px;
  animation: pulse-2 2s linear infinite;
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.appointment a svg{
  
width: 35px;
  
height: 35px;5px;
  
fill: #be0000;
}
@keyframes pulse-2{
0% {
    box-shadow: rgb(255 200 105) 0px 0px 0px 0px;
}
100% {
    box-shadow: rgba(141, 176, 234, 0) 0px 0px 0px 10px;
}
}
/* end navigation section*/

/* start slider section*/

.slider-section{}
.slider-section .owl-carousel .item{
  padding:0 !important;
}
.slider-section .owl-carousel .owl-item img{
  display: block;
  width: 100%;0%; */
  height: auto;
}
.owl-dots{display:none;}
/* end slider section*/

/* END HEADER SECTION*/

/* start about us section */
.aboutus-section{
  z-index:9;
  padding: 40px 0 0px;
  position: relative;/
;
  background: #ffc869;
}

.religion-design2{
  padding: 10px 10px;
  background: #ffffff;
  box-shadow: 0px 0px 12px 0px #bfbfbf5c;
  border-radius: 25px;
}
.religion-design1 img{height: 119px;}

.aboutus-1{
  padding: 0 0 0;
  position:relative;
}

.about-heading span{
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
.about-heading h1, .about-heading strong{
  font-size: 90px;
  text-align: left;
  line-height: 60px;
  font-weight: 700;
  padding: 0px 0 0 0px;
  color: #c10905;
  text-transform: capitalize;
}
.about-heading h1 a{
  color: #c10905;
}
.about-heading span{
    color: #000000;
    display: block;
    padding: 0 0 5px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 34px;
    text-align: left;
}
.about-content p{
  color: #000000;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  padding: 8px 0;
  text-align: justify;
}
.about-content p strong{
  color: #ff8a00;
  font-weight: 500;
}
.about-content a{
  background: #680b33;
  text-transform: capitalize;
  padding: 14px 17px;
  display: block;
  font-size: 28px;
  margin: 20px 0 0;
  color: #fff;
}
.about-content a span{
  font-weight:600;
}
.about-content a b{
  font-weight: 800;
  color: #ff9f02;
}
.aboutus-image1{
  position: relative;
  padding: 0 0px 0 50px;
}
.experiences strong{display: block;text-align: center;background: #c10905;font-size: 50px;padding: 5px 15px;text-transform: capitalize;}
.experiences strong span{
  position:absolute;
  font-size: 110px;
  line-height: normal;
  left: 0;
  color:#fff;
  font-weight:600;
  text-shadow: -1px 2px 10px #ff8901ba;
}
.experiences strong p{
    color: #ffffff;
    text-shadow: 1px 2px 10px #FFEB3B;
    font-size: 34px;
    width: fit-content;
    text-transform: uppercase;
    display: block;
    margin: 0 0 0 210px;
    text-align: center;
    font-weight: 600;
    padding: 4px 53px 6px;
}
.experiences strong p em{}

/* end about us section */


/* start form section*/


.form-section{
  padding: 170px 0 100px;
  position: relative;
  display: none;
  z-index: 9;
}
.form-section:before{
  content:"";
  position:absolute;
  background:url(images/astrology-bg.webp) no-repeat;
  height: 100%;
  width:100%;
  top: 20px;
  z-index: -9;
  left:0;
  opacity: 0.5;
  right:0;
}
.form-design1{
  padding: 0px 30px 50px 0px;
  position:relative;
}
.form-design1:after{
  background:linear-gradient(#ff7100, #ffaa02);
  content:"";
  height: 100%;
  width: 4%;
  top:0;
  margin: 0 auto;
  left: 0px;
  z-index: -9;
  right: 0;
  position: absolute;
}
.form-section:after{
  background: linear-gradient(to top, #ff7100, #ffaa02);
  content:"";
  height: 2%;
  width: 75.6%;
  bottom: 80px;
  margin: 0 auto;
  left: auto;
  z-index: -9;
  top: auto;
  right: 0;
  position: absolute;
}
.getin-form {
   padding: 25px 15px 30px;
   background: #ffffff;
   position:relative;
   z-index: 9;
   border-radius: 40px;
}

.contac-rr {
  padding: 10px 0 0 0;
  margin: 0;
  text-align: left;
}
.form-group1 {
   padding: 7px 4px;
   text-align: center;
   margin: 0px 0px 0px;
   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: 39px;
  background-color: #794326;
  border: 0;
  border: 0;
  border-radius: 0;
  border: 0;
  color: #fff;
  display: block;
  width: 100%;
  padding: 12px 14px 10px 10px;
  border-radius: 147px;
  font-size: 15px;
  font-weight: 200;
}
textarea.form-control1 {
  height: 70px;
  border-radius: 10px;
}

.form-group1 span{
  margin: 0;
}


.btn-group{
  padding: 24px 0px 0;
  display: block;
  margin: 0;
  text-align: center;
}
.btn-group>.btn{
  padding: 9px 15px 8px;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  border:0;
  background: #c10905;
  left: 0;
  right: 0;
  border-radius: 20px;
  margin: 0px auto 0px;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #ffffff;
  padding-left:10px;
  font-weight:400;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
    outline-width: 0;
}
.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-heading strong{
  font-size: 42px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  color: #000000;
  line-height: normal;
}
.form-heading p{
  color: #c10905;
  font-size: 15px;
  color
Sets the color of an element's text

Widely available across major browsers (Baseline since January 2018)
Learn more

Don't show: #ffffff;
  text-shadow: 1px 2px 10px #FFEB3B;
  padding: 0;
  display: block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.list ul li{
  list-style: none;
  margin: 15px 0;
  position: relative;
}
.list ul li a{
  border-radius: 50px;
  text-transform: capitalize;
  display: block;
  font-size: 18px;
  text-align: left;
  background: #c10905;
  padding: 10px 20px 10px 58px;
  color: #ffffff;
  font-weight: 500;
}
.list ul li:before{
  position:absolute;
  color: #000000;
  top: 9px;
  left: 13px;
  text-align: center;
  height: 30px;
  font-size: 27px;
  margin: 0 auto;
  line-height: 32px;
  border-radius: 7px;
  width: 30px;
  background: #ffffff;
  content: "\2743";
  font-family: 'Glyphicons Halflings';
  animation: rotate 5s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.serv .serv-call{
  background: #ffffff;
  margin: 0px 50px 30px auto;
  color: #ff006c;
  border-radius: 80px;
  display: block;
  padding: 0px 70px 0px 180px;
  width: fit-content;
  position: relative;
  font-weight: 700;
  font-size: 77px;
}
.serv .serv-call .call-top{
  width: 140px;
  height: 140px;
  border-radius: 67%;
  display: flex;
  align-items: center;
  color: #ffff;
  position: absolute;
  top: -9px;
  left: 0px;
  font-weight: 700;
  z-index: 9;
  justify-content: center;
  background: #1b1225;
  border: 1px dashed #ff006c;
  text-transform: capitalize;
  font-size: 24px;
  text-align: center;
  text-shadow: -1px -1px 11px #ffbd00;
}
.serv .serv-call .call-top svg{
  height: 86px;
  width: 86px;
}
.serv .serv-call .call-top:before{
  position: absolute;
  content:'';
  animation: rotate 15s linear infinite;
  left: -30px;
  right: 0px;
  margin: 0 auto;
  top: -31px;
  background: url(images/horoscope.webp) no-repeat;
  height: 204px;
  width: 204px;
  z-index: -9;
}

.serv1{
  padding: 12px;
}
.serv2 a{position: relative;}
.serv2 img{
  border-radius: 50%;
}
.serv2 a span{color: #fff;font-size: 27px;display: block;text-align: center;}
.serv2 a span em{color: #ffffff;font-size: 14px;width: fit-content;text-transform: uppercase;margin: 0 auto;display: block;text-align: center;font-weight: 500;padding: 6px 15px 5px;background: #794326;border-radius: 50px;animation: pulse-2 2s linear infinite;font-style: normal;}

.serv2 a aside{
  color: #c10905;
  text-transform: capitalize;
  font-size: 18px;
  padding: 5px 10px;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  border-radius: 0 30px 30px 0;
  top: 112px;
  position: absolute;
  left: 0;
  width: fit-content;
  ';
;right: 0;;
}


/* end form section */


/* start services section */

.services-section{
  padding: 100px 0 100px;
  position: relative;
}
.services-section .tri{
  position: absolute;
  top: 0;
  z-index: -9;
  right: auto;
  left: 0;
}
.lits-serv ul li{
  list-style: none;
  padding: 6px 19px 6px 19px;
  position:relative;
  font-size: 17px;
  text-align: left;
  line-height: 23px;
  font-weight: 500;
  margin: 14px 0 0;
  border-radius: 30px;
  color: #000000;
  background: #ffffff;
}

.more-srv a span{
  width: 140px;
  height: 140px;
  border-radius: 67%;
  display: flex;
  align-items: center;
  color: #ffff;
  position: relative;
  font-weight: 700;
  z-index: 9999999999;
  justify-content: center;
  background: #1b1225;
  border: 1px dashed #ff006c;
  text-transform: capitalize;
  font-size: 24px;
  text-align: center;
  text-shadow: -1px -1px 11px #ffbd00;
}
.moree{
  position: absolute;
  content:'';
  animation: rotate 15s linear infinite;
  left: -30px;
  right: 0px;
  margin: 0 auto;
  top: -31px;
  background: url(images/horoscope.webp) no-repeat;
  height: 204px;
  width: 204px;
}
.more-srv{
  margin: 140px auto 0;
  width:fit-content;
}
.services-right1{
  padding: 0 0 0 50px;
}
.innerpage-services{
  padding: 100px 0 80px;  
}
.services-heading{
  position:relative;
  padding: 0 0px 0 0px;
  text-align: center;
}
.services-heading strong{
  font-size: 86px;
  display: block;
  :;
  :
  ;:;
  line-height: 60px;
  font-weight: 700;
  padding: 0px 0 0 0px;
  color: #ffc869;
  text-transform: capitalize;
}
.services-heading p{
  font-size: 16px;
  padding: 30px 0 0;
  color: #ffffff;
  line-height: 28px;
  font-weight: 300;
}
.services-heading span{
  color: #ffffff;
  display: block;
  padding: 0 0 10px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 34px;
}
.services-1{
  padding: 0;
}
.inner-services1{padding:10px;}

.inner-services1 .services-2{
  border: 1px solid #463d67;
  padding: 20px;
  border-radius: 40px;
}
.inner-services1 .services-4 {
  padding: 10px 0 0;
  border: 0;
  border-radius: 0;
}
.services-4 a span{
    padding: 10px 17px 4px;
    font-size: 19px;
    margin: 0px auto 0px;
}
.services-4 a span em svg{
    width: 20px;
    height: 20px;
}
.services-2{
  position: relative;
  background: #ffffff;
  border-radius: 30px 30px 30px 152px;
}
.services-design:before{
  content:"";
  position:absolute;
  height: 70%;
  width: 100%;
  right:0;
  top:0;
  border: 1px solid #ffa61c;
  border-radius: 30px;
}
.services-3{padding: 0;text-align: left;}
.services-3 .srv-image{
  border-radius: 30px;
}
.services-3 a{
  position: absolute;
  top: 30%;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  height: 100px;
  width: 100px;
  line-height: 82px;
  background: #ffc107;
  border: 8px solid #7a011229;
  border-radius: 50%;
}
.services-3 a svg{
  height: 70px;
  width: 70px;
}


.services-4 strong{
  display: block;
  padding: 0;
  text-transform: capitalize;
  font-weight: 600;
  color: #c10905;
  font-size: 40px;
}
.services-4 p{
  color: #000000;
  line-height: 29px;
  padding: 0px 0 20px;
  font-size: 16px;
  font-weight: 400;
}
.services-4 a span{
  font-size: 25px;
  border-radius: 90px;
  margin: 0 0 20px;
  display: block;
  padding: 5px 20px 3px 8px;
  width: fit-content;
  font-weight: 500;
  color: #fff;
  background: #c10905;
}
.services-4 a span em{
  width: fit-content;
  top: -4px;
  color: #fff;
  display: inline-block;
  background: #ffc869;
  position: relative;
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
}
.services-4 {
  padding: 25px 15px 25px;
  text-align: left;
}



.owl-carousel .owl-item .srv-image{
  width: auto;
  border-radius: 0 50%;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
  color: #ffffff;
  background: #c10905;
  font-size: 46px;
  display: inline-block;
  margin: 0px 0px 0 0px;
  height: 40px;
  width: 30px;
  text-align: center;
  line-height: 40px;
}
.owl-nav{
  width: 100%;
  line-height: 50px;
  top: 210px;
  height: 0px;
  border-radius: 10px;
  margin: 0px auto 0;
  position: absolute;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
 position: absolute;
 width: fit-content;
 top: 80%;
 left: 0;
}
.owl-carousel .owl-nav button.owl-next{
  left:auto;
  right:0;
}
.owl-carousel .owl-nav button.owl-prev span {float: left;}
.owl-carousel .owl-nav button.owl-next span{
 float: right;
}

.owl-dots{display:none;}
.services-3 a .mobile-contact{
  padding: 0;
  border-radius: 0;
  width:auto;
  margin: 18px auto 0;
}
/* end services section */

/* start birthchart tagline section  */
.birthchart-tagline{
  position:relative;
  z-index:9;
  border-left: 0;
  border-right: 0;
  padding: 15px 0;
}
.birthchart-tagline:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  left:0;
  right:0;
  top:0;
  background: url(images/bg.jpg) no-repeat;
  z-index:-9;
  opacity: 15%;
  background-size: cover;
}
.birthchart-tagline i{
  font-weight: 500;
  color: #000000;
  font-size: 22px;
  padding: 0px 0 10px;
  text-transform: capitalize;
  font-style: normal;
  display: none;
}
.birthchart-tagline strong{
  font-weight: 500;
  color: #000000;
  display: block;
  font-size: 68px;
  padding: 0;
  text-transform: capitalize;
}
.birthchart-tagline p{
  line-height:30px;
  font-size: 16px;
  color: #ffffff;
  padding: 0 0 18px;
  font-weight: 400;
}
.birthchart-tagline a span{
  font-size: 40px;
  border-radius: 99px;
  margin: -1px auto 20px;
  display: block;
  padding: 10px 26px 10px;
  width: fit-content;
  font-weight: 600;
  color: #fff;
  background: #c10905;
}
.birthchart-tagline a span em{
  width: fit-content;
  top: -4px;
  color: #000000;
  display: inline-block;
  background: #ffc869;
  position: relative;
  padding: 3px 22px 2px;
  margin: 0 20px 0 0px;
  font-size: 21px;
  text-transform: capitalize;
  border-radius: 30px;
  font-style: normal;
}



/* end birthchart tagline section  */

/* start other services section */

.chat a{
  position:relative;
  display: block;
}
.chat a:before{
  position: absolute;
  content: '';
  animation: rotate 15s linear infinite;
  left: 0;
  right: 0px;
  margin: 0 auto;
  z-index: -9;
  top: -10px;
  background: url(images/horoscope.webp) no-repeat;
  height: 204px;
  width: 204px;
}
.chat svg{
  height: 180px;
  width: 180px;
}
.other-services2{
  padding: 20px 10px 20px;
  width: 16%;
}
.other-services3{display: flex;flex-flow: column-reverse;}
.other-services3 span{
  position: relative;
  display: block;
}

.other-services3 span img{
  border-radius: 190px 190px 0 0;
  margin: 0 auto;
  display: block;
  border: 4px solid #ff006c;
  border-bottom: 0;
}
.other-services3 p{
  color: #fff;
  text-shadow: 1px -3px 6px #ffbf00;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 3px;
  text-transform: capitalize;
}
/* end other services section  */



/* end other service section*/





/* start why choose us section */

.whychoose-section{
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  z-index: 9999;
  background: #ffc869;
}
.whychoose-section .choose-heading span{
}
.choose-heading span{
 }
.choose-heading strong{
}
.choose-heading b{
    font-size: 35px;
    text-align: left;
    line-height: 60px;
    font-weight: 600;
    padding: 0px 0 0 0px;
    color: #ff0302;
    text-transform: capitalize;
    font-family: "Marcellus", serif;
}
.choose-left2{
  padding: 10px 12px 20px;
  position: relative;
  background: #794326;
  border-radius: 20px 20px 0 0;
}

.choose-heading p{
  color: #000000;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  padding: 30px 0 0;
  text-align: justify;
}
.choose-heading aside{
  color: #ffffff;
  font-size: 15px;
  line-height: 34px;
  padding: 3px 0px 0;
}
.round-position{
  position:relative;
  padding: 0 0 14px;
}
.round-choose span{display:block;}
.round-choose span svg{
  height: 80px;
  width: 70px;
  fill: #ff8a00;
  margin: 0px  0 0;
  text-shadow: -1px -1px 11px #ffbd00;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1);}
  100% { transform: scale(1); }
  }
.choose-left2 p{
  color: #dbdbdb;
  font-size: 15px;
  line-height: 26px;
  padding: 8px 0px 0;
}
.choose-left2 strong{
  text-transform: capitalize;
  color: #000000;
  padding: 5px 10px 4px;
  font-weight: 500;
  border-radius: 50px;
  display: block;
  font-size: 16px;
  background: #ffffff;
}
.choose-left2 strong span{
  display: inline-block;
}
.choose-heading{
  margin:0 auto;
  padding: 0;
}

.choose-center1{
  padding: 0 0px;
}
.choose-center2{
  padding: 0px 0 0px 0;
}
.choose-design{
    padding: 15px 0 0;
}


.choose-bottom1{
  position: relative;
}

.round-text{
  margin: 0;
  padding: 0px 0px 0px;
  position: relative;
}

/* end why choose us section */

/* start end section */
/* start testimonials section */

.testimonials{
  position:relative;
  z-index: 9;
  padding: 50px 0;
}
.testimonials .choose-heading span{
}
.client{
}
.testimonials .choose-heading aside{font-size: 16px;line-height: 29px;padding: 20px 0px 0;font-weight: 300;}
.testimonials1{
  padding: 12px;
}
.stars{
  padding: 0;
  width: fit-content;
}
.stars svg{
  height: 32px;
  width: 105px;
}
.testimonials2{
  padding: 30px 20px 20px;
  position: relative;
  width: fit-content;
  border-radius: 30px 30px 0 30px;
  background: #fff;
  border: 1px solid #eee;
}

.testimonials3 strong{
  text-align: left;
  margin: 10px 0px  -0px 0;
  display: block;
  background: #794326;
  border-radius: 11px;
  width: fit-content;
  font-weight: 500;
  color: #ff8a00;
  padding: 7px 15px 6px;
}
.testimonials3 strong p{font-size: 16px;text-transform: capitalize;color: #ffffff;width: fit-content;display: inline-block;border-radius: 0 30px 30px 0;font-weight: 400;}
.testimonials3 strong i{
  color: #ffc869;
  font-weight: 400;
  border-left: 1px solid #ffc869;
  padding: 0 0 0 5px;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px;
}
.testimonials3 span{
  width: 25%;
}
.testimonials3 span img{
  border: 2px solid;
  border-radius: 4px;
}
.testimonials4 p{
  color: #2c2c2c;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  padding: 0;
  text-align: left;
}
.testimonials4 {
}
.testimonials4 span{
  display: block;
  color: #fff;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  line-height: 55px;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  background: #794326;
}
.testimonials4 img{
  border-radius: 50% 50% 0 0;
  width: 30% !important;
  position: absolute;
  border: 5px solid #231e36;
  right: 10px;
  border-bottom: 0;
  bottom: -2px;
}

.testimonials4 span .bi{
  height: 30px;
  color: #ffffff;
  width: 30px;
  margin: 1px 0 0 0;
}
.testimonials4 i {
  display: block;
  width: fit-content;
  margin: -10px 0 0 auto;
}
.testimonials4 i svg{
  margin: 0 2px;
  height: 93px;
  width: 166px;
  animation: pulse 1s infinite ease-in-out alternate;
}
/* end testimonials section */

/* start footer section */

.footer-section{
  padding: 72px 0 0 0;
  position:relative;
  z-index:9;
}
.footer-section:before{
  content:"";
  position:absolute;
  background:url(images/background.jpg) no-repeat;
  background-size:cover;
  height:100%;
  width:100%;
  opacity: 0.1;
  top:0;
  left:0;
  right:0;
  z-index:-9;
}
.map{
  position: absolute;
  width: 100%;
  z-index: -9;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0px 0 0 0;
}
.map iframe{
  vertical-align: bottom;
  height: 336px;
}
.footer-design{
}
.footer-left1{
  padding: 0 0px 0 0px;
}
.footer-contact1{
  padding: 12px;
}
.footer-contact2{
}
.footer-contact2 a{
  display: block;
}
.footer-contact2 span{
  margin: 0px auto -0px;
  display: block;
  width: 60px;
  height: 60px;
  background: #c10905;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  animation: pulse-2 2s linear infinite;
}
.footer-contact2 span .bi{height: 25px;width: 25px;fill: #ffffff;}
.footer-contact2 p{
  padding: 0px 0 10px;
  font-size: 15px;
  color: #000000;
  font-weight: 500;
  line-height: 20px;
}
.footer-contact2 i{
  font-style: normal;
  text-transform: capitalize;
  font-size: 16px;
  display: block;
  padding: 4px 20px;
  font-weight: 600;
  color: #ffe700;
  width: fit-content;
  background: #1c4060;
  margin: 0 auto;
}
.footer-location{

}
.footer-contact1:nth-child(2) .footer-contact2 p{
  font-size: 20px;
}
.footer-location iframe{
  height: 202px;
  vertical-align: bottom;
  border: 2px solid #fff !important;!i;!;
  border-radius: 10px;
}
.footer-location span{
  font-size: 21px;
  color: #ffffff;
  border-radius: 68px;
  background: #231e36;
  display: block;
  padding: 5px 16px 5px 16px;
  font-weight: 600;
  width: fit-content;
  position: absolute;
  margin: 0 auto;
  left: 0;
  top: 10px;
  right: 0;
}
.location p{
  height: 91px;
  width: 90px;
  line-height: 122px;
  text-align: center;
  border-radius: 50%;
  background: #ffffff00;
  border: 3px solid #c10905;
  animation: zoom-in-zoom-out 1s ease infinite;
  position: absolute;
  top: 130px;
  right: 0px;
  left: 10px;
}
.location p .bi{
  height: 50px;
  fill: rgb(193 9 5);
  width: 50px;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}
.location p img{height: 50px;}
.footer-right1{
  padding: 0 0px 0 0px;
}
.disclaimer b{
  display: inline-block;
  color: #c10905;
  font-weight: 500;
  font-size: 14px;
}
.disclaimer strong{
  

  color: #2c2c2c;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  padding: 0;
  text-align: left;
}

.disclaimer p{
  font-weight: 500;
  color: #000000;
  font-size: 15px;
  width: fit-content;
  margin: 8px auto 0px;
}
.disclaimer{
  border-top: 1px solid #79432629;
  padding: 10px 20px 0;
}
/* end footer section */



.icon-fixed-mobile{
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99999;
}
.icon-fix{
  justify-content: center;
  align-items: center;
  padding: 8px 12px 9px;
}
.left-icon{
  padding: 0;
}

.contact-icon{
  color: #fff;
  border-radius: 40px;
  text-align: left;
  display: block;
  width: fit-content;
  margin: 0 auto 20px 20px;
}
.left-icon{
  padding: 0;
  margin: 0 0 0 auto;
  text-align: center;
}
.contact-icon a{
  display:block;
  color:#fff;
  border-radius: 50%;
  text-align: center;
  height: 50px;
  font-size: 20px;
  line-height: 58px;
  width: 50px;
  text-transform: uppercase;
  animation: pulse-22 2s linear infinite;
  font-weight: 600;
}
@keyframes pulse-22{
0% {
    box-shadow: rgb(255 255 255 / 38%) 0px 0px 0px 0px;
}
100% {
    box-shadow: rgba(141, 176, 234, 0) 0px 0px 0px 10px;
}
}
.center-icon a{
  background: #ff0302;
}
.left-icon a{
  background: #00aa00;
  margin: 0 20px 20px auto;
}
.contact-icon a .bi{
   height: 26px;
   margin: 0 0 0px 0;
   width: 26px;
   animation: trin 0.5s linear infinite;
}

@keyframes trin {

    50% {
       color:#fff;
    }
    80% {
        color:#ffffff00;
    }

}
.footer-mid{
  background: #ffffff;
  border-radius: 30px 30px 0 0;
  padding: 20px 0;
  box-shadow: 0 0 15px 0px #ffc869;
}

/* start bread crumb section  */
.not-found-page a {
  font-size: 12pc;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  display: block;
}

.breadcrumb-section{
}
.breadcrumb-section:before{
  background:url(images/bread.jpg) no-repeat;
  position:absolute;
  height: 100%;
  top: 0;
}
.first-item {
  font-size: 65px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 400;
  padding: 0;
  text-align: center;
  position: relative;
}
.first-item a {
  color: #ffffff;
  display: block;
}
 .separator {
  font-size: 18px;
  padding: 0 4px;
  color: #000000;
}
.breadcrumb-section .last-item {color: #c10905;font-size: 15px;width: fit-content;text-transform: uppercase;display: block;text-align: center;font-weight: 500;margin: 0 auto;padding: 5px 15px 6px;background: #ffc869;}

.breadcrumb-section .last-item .bi {
  fill: #fff;
  height: 20px;
  width: 20px;
}
/* end bread crumb section  */

/* =============================
     START ABOUT US SECTION
=================================*/

.maincontent-right1{
  padding: 0 0px 0 0px;
}
.maincontent-right1 .list ul li{
  width:100%;
  margin: 13px 0 13px 3px;
}
.formaboutus .list ul li{
  width: 100%;
  margin: 6px 0 6px 0px;
}
.aboutus-pageleft1{
  padding: 0 0px 0 40px;
}
.maincontent-left1{
  padding: 0 40px 0 0px;
}
.about-chat{
}
.about-chat img{
  border-radius:200px;
  animation: pulse 1s infinite 
ease-in-out alternate;
}
.about-content  ul{
  padding: 5px 0 7px;
  margin: 0;
  list-style: none;
}
.about-content  ul li{
  list-style: none;
  padding: 14px 27px 12px 48px;
  position:relative;
  font-size: 16px;
  text-align: left;
  display: inline-block;
  line-height: 23px;
  margin: 14px 3px 0 0;
  border-radius: 30px;
  color: #ffff;
  background: #794326;
}
.about-content  ul li:before{position: absolute;color: #ffc869;top: 9px;left: 13px;text-align: center;height: 30px;font-size: 27px;margin: 0 auto;line-height: 32px;border-radius: 7px;width: 30px;content: "\2740";font-family: 'Glyphicons Halflings';}
.about-content h2,h3,h4,h5,h6{
    color: #000000;
    font-size: 27px;
    width: fit-content;
    display: block;
    padding: 10px 0 0;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
}
.about-content h2,h3,h4,h5,h6,strong{
  /* color: #ffffff; */
  font-weight: 500;
}
.about-content em{
  font-size: 22px;
  color: #ff7800;
  font-weight: 600;
  border-bottom: 2px solid #ff7800;
  margin: 11px 0 18px;
  display: block;
  width: fit-content;
}
.sep-text{
  background: #0e7886;
  padding: 30px 30px 20px;
  border-radius: 30px;
}
.sep-text  p{
  color: #fff;
}
/* =============================
     END ABOUT US SECTION
=================================*/

/* =============================
     START OUR SERVICES SECTION
=================================*/

.services1{
  padding:10px;
}
.services1 .services-content p{
  padding:0;
}
.services1 .services-1{
  padding: 30px 20px 0 20px;
}
.services-page-1 .services-text strong, .services-text span{
  display:inline-block;
  padding: 0px 0 0 4px;
  font-size: 18px;
}
/* =============================
     END OUR SERVICES SECTION
=================================*/


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


.getintouch{
  padding:100px 0;
}
.getin-left1{
  padding:0 30px 0 0;
}
.getin-left1 .getin-form{
  margin:0;
}
.contact-get-1{
  padding: 0;
}
.contact-get-2{
  padding: 25px 10px 25px;
}
.contact-get-2 a{
  display: block;
  padding: 0px 20px 20px;
  border-radius: 20px;
}
.contact-get-2 iframe{
  height: 279px;
  padding: 20px;  
}
.mailus a{
  font-size: 20px;
  border-radius: 99px;
  margin: -1px auto 20px;
  display: block;
  padding: 10px 26px 10px;
  width: fit-content;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #463d67;
}
.mailus span {
  display: inline-block;
  margin: 0;
} 
.mailus span svg {
  height: 30px;
  margin: 0 0 -7px 0;
  width: 30px;
  fill: #ff0302;
} 




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

/*==============================================================
            START 404 PAGE CSS 
================================================================*/ 
.error-page{
  position:relative;
  padding: 20px 0 20px 0;
}
.error-page:before{
  background: url(images/bread.jpg) no-repeat;
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
}
.error-page a{
  padding: 0;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.not-found-page p {
  color: #fe0402;
  display: inline-block;
  font-size: 190px;
  line-height: normal;
  font-weight: 700;
  margin: 0 0px 0;
  text-transform: capitalize;
}
.not-found-page p svg{
  height: 90px;
  width: 90px;
  fill: #ffffff;
}
.not-found-page span{
  color: #ffffff;
  text-shadow: 1px 2px 10px #FFEB3B;
  font-size: 12px;
  width: fit-content;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-weight: 500;
  margin: -10px auto 0;
  padding: 5px 15px 6px;
  background: #ff0302;
  border-radius: 50px;
  animation: pulse-2 2s linear infinite;
}






/*==============================================================
            END 404 PAGE CSS 
================================================================*/ 









@media (max-width: 767px){
 
  .fixed-top{display: none;}
  .navigation{padding: 0 0 8px;background: transparent;}
  .navbar-nav .show {display: block !important;margin: 0 auto;}
  .head-section {height: auto;}
  .navbar-toggler{display: block;}
  .head-row{padding-top: 0!important;justify-content: center;}
  .mobile-num{display: block;}
  .navbar{padding: 0;}
  .menu li{display: block;padding: 0;margin: 0;}
  .menu li a{border: 0;text-align: left;padding: 5px 0 5px !important;}
  .navbar-nav .nav-link.active{color: #fff;}
  .menu li a:before{width: 100%;height: 0;transform: translateY(0px);border-radius: 0;z-index: -1;}
  .dropdown-item:focus, .dropdown-ite:hover{background: transparent;}
  .navbar-nav .dropdown-menu {position: static;}
  .dropdown:hover .dropdown-menu {display: none;background: transparent;padding: 0;}
  .navbar-nav .show {display: block !important;margin: 0 auto;width: 100%;background: transparent;}
  .dropdown-menu ul li {padding: 8px 0 8px 14px;}
  .dropdown-menu li{text-align:center;padding: 0;}
  .navigation{background: transparent;}

  .appointment {display: none !important;}
  .tophead-deign{margin:0;padding: 0;}
  .head-center1{text-align:left !important;width: 66%;}
  .number-design a span {font-size: 58px;}
  .services-text strong {font-size: 20px;display: inline-block;}
  .services-text span{display: inline-block;padding: 0;}
  .services-content p{padding:0;}
  .services-image img{border-radius: 50%; margin: 0 0 -57px auto; border: 18px solid #fff;}
  .head-left1 a{margin:0 auto;}
  .head-left1 a i em{display:none;}
  .about-heading h1, .about-heading strong{font-size: 80px;}
  .services-1:after{right:0;}
  .chat{bottom: 30px;position: relative;}
  .menu{margin: 0 auto;}
  .choose-left1{padding:0;}
  .choose-text{padding: 35px 30px 45px 30px;display: block;border-radius: 40px;}
  .contact-left1 a span{margin:0;}
  .nav-footer .menu li a{padding: 4px 6px 0px;margin: 10px 0 0;}
  .nav-footer  .menu li{padding: 0px 6px;}
  .nav-footer{width: 100%;position: relative;}
  .testimonials1{padding: 30px 10px 10px;}
  .image-client{width:100%;margin: 0 auto;}
  .text-client{width:100%;margin: 30px 0 0;text-align: center;}
  .image-client span{margin:0 auto;}
  .image-client:before{left:0;right:0;margin: 0 auto;}
  .form-design1{padding:0;}
  .form-section {padding: 60px 0 100px;}
  .accordion-header b {font-size: 18px;padding: 0 0 0 39px;}
  .choose{overflow:hidden;}
  .aboutus-pageleft1{padding:20px 0 0 0;}
  .maincontent-right1{padding:0;text-align: center;}
  .maincontent-left1{padding:0;}
  .numb{display:none;}
  .not-found-page p{font-size: 160px;}
  .testimonials4 span{right: 0px;top: 0;}
  .choose-heading{padding: 40px 0px 0px;}
  .services-right1{padding:0;}
  .services-right1{padding:0;}
  .choose-bottom1:nth-child(2), .choose-bottom1:nth-child(3){margin:0;}
  .round-choose{top:0;position: relative;}
  .choose-design{padding:0;}
  .choose-center2:before{display:none;}
  .choose-heading{padding:0;}
  .serv .serv-call{font-size: 39px;padding: 8px 30px 8px 180px;margin: 0px 30px 30px auto;}
  .serv .serv-call .call-top:before{top: -31px;height: 194px;width: 194px;}
  .serv .serv-call .call-top{top: -29px;}
  .head-left1 a i{font-size: 40px;font-weight: 600;}
  .head-left1 a span{width: 70px;height: 68px;}
  .head-left1 a span svg{height: 47px;width: 54px;}
  .aboutus-image1{padding:0;}
  .footer-contact{border-radius: 30px 30px 0px 0;}
  .other-services2{width:50%;}
  .other-services3 p{font-size: 23px;}
  .first-item{font-size: 40px;text-align: center;}
  .banner-design{padding:10px !Important;}
  .birthchart-tagline strong{font-size: 38px;}
  .services-heading strong{font-size: 60px;}
  .navv-footer ul li{padding: 4px 10px 4px;margin: 0px 2px 0;font-size: 10px;}
  .choose-heading strong {}
  .banner-design{display:flex;}
  .banner-design img{margin:0 !Important;padding:5px;width: 50%;}
  .services-4 a span{margin: 0 auto;}
  .birthchart-tagline a span{font-size: 41px;padding: 10px 20px;}
  .serv2 a aside{font-size: 16px;}
  .birthchart-tagline{padding: 40px 0  0;}
  .birthchart-tagline i{font-size: 16px;}
  .head-center1 img{width: 185px;}
  .head-contact ul li:nth-child(3), .head-contact ul li:nth-child(2){display: none;}
  .getin-form{border-radius: 50px 50px 20px 20px;padding: 20px 18px 30px;margin: 60px 0 0;}
  .services-4 a span{}
  .experiences strong p em{display: inline-block;}
  .experiences strong p{font-size: 19px;padding: 4px 23px 6px;}
  .testimonials4 img{width: 19% !important;}
  .footer-contact1:nth-child(2){}
  .footer-contact2 a{padding: 0px 0 0;}
  .disclaimer strong{}
  .whychoose-section .choose-heading span{}
  .head-contact ul li a{font-weight: 600;font-size: 30px;padding: 0;}
  .owl-nav{top: 90px;}
  .head-contact{padding:0 10px;}
  .about-heading p{text-align: left;padding: 15px 0 0;}
  .services-section{padding:30px 0 30px;}
  .head-contact ul li a .bi {height: 35px;width: 30px;}
  .experiences strong {font-size: 40px;}
  .choose-bottom1:nth-child(3) .choose-left2, .choose-bottom1:nth-child(4) .choose-left2{border-radius: 0;}
.services-heading span {padding: 0;font-size: 20px;}
.choose-left2 strong {font-size: 15px;}
.services-4 {text-align: center;}
 .not-found-page a {font-size: 110px;}
.about-content p{text-align: left;}

  
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fixed-top{display: none;}
  .navigation{padding: 0 0 8px;background: transparent;}
  .head-line{display:none;}
  .navbar-nav .show {display: block !important;margin: 0 auto;}
  .head-section {height: auto;}
  .navbar-toggler{display: block;}
  .head-row{padding-top: 0!important;justify-content: center;}
  .mobile-num{display: block;}
  .navbar{padding: 0;}
  .menu li{display: block;padding: 0;text-align: left;}
  .menu li a{border: 0;padding: 5px 0 5px !important;}
  .navbar-nav .nav-link.active{color: #fff;}
  .menu li a:before{width: 100%;height: 0;transform: translateY(0px);border-radius: 0;z-index: -1;}
  .dropdown-item:focus, .dropdown-ite:hover{background: transparent;}
  .navbar-nav .dropdown-menu {position: static;}
  .dropdown:hover .dropdown-menu {display: none;background: transparent;padding: 0;}
  .navbar-nav .show {display: block !important;margin: 0 auto;width: 100%;background: transparent;padding: 0;}
  .dropdown-menu ul li {padding: 8px 0 8px 14px;}
  .dropdown-menu li{text-align: left;padding: 0;}
  .head-right{padding: 0;}
  .navigation{background: transparent;}
  .menu li a{padding: 4px 12px 0px;}
  .head-right{display:none;}
  .appointment {display: none !important;}
  .navii{padding:0;}
  .head-center1{text-align:left !important;}
  .head-center1 img{width: 215px;}
  .experiences strong p em{display: inline-block;}
  .number-design a span {font-size: 68px;}
  .services-text strong {font-size: 20px;display: inline-block;}
  .services-text span{display: inline-block;padding: 0;}
  .services-content p{padding:0;}
  .services-image img{border-radius: 50%; margin: 0 0 -57px auto; border: 18px solid #fff;}
  .head-left1 a{margin:0 auto;}
  .head-left1 a i em{display:none;}
  .serv1{padding:10px;}
  .services-1:after{right:0;}
  .chat{bottom: 30px;position: relative;}
  .services-heading strong{font-size: 124px;}
  .menu{margin: 0 auto;}
  .choose-left1{padding:0;}
  .choose-text{padding: 35px 30px 45px 30px;}
 .choose{overflow:hidden;}
  .aboutus-pageleft1{padding:20px 0 0 0;}
  .maincontent-right1{padding:0;text-align: center;}
  .maincontent-left1{padding:0;}
  .about-chat{text-align:center;margin:0 0 30px;}
  .numb{display:none;}
  .aboutus-image1{padding:0;text-align: center;}
  .choose-bottom1:nth-child(2), .choose-bottom1:nth-child(3){margin:0;}
  .round-choose{top:0;position: relative;}
  .choose-design{padding:0;}
  .choose-center2:before{display:none;}
  .choose-heading{padding:0;}
  .testimonials2{padding: 12px 10px 20px;}
  .serv .serv-call{font-size: 56px;}
  .serv .serv-call .call-top:before{top: -31px;}
  .serv .serv-call .call-top{top: -29px;}
  .head-left1 a i{font-size: 40px;font-weight: 600;}
  .head-left1 a span{width: 70px;height: 68px;}
  .head-left1 a span svg{height: 47px;width: 54px;}
  .services-right1{padding:0;}
  .testimonials4 span:before{animation:none;}
  .other-services2{width:33.333%;}
  .other-services3 p{font-size: 23px;}
  .birthchart-tagline strong{font-size: 52px;}
  .services-heading strong{font-size: 75px;}
  .banner-design{display:flex;}
  .banner-design img{margin:0 !Important;padding:5px;}
  .navv-footer ul li{padding: 4px 13px 4px;margin: 0px 2px 0;font-size: 13px;}
  .head-contact ul li:nth-child(2){display: none;}
  .choose-heading strong {font-size: 70px;}
  .getin-form{border-radius: 50px 50px 20px 20px;padding: 20px 18px 30px;margin: 60px 0 0;}
  .services-4 a span{padding: 4px 16px 4px;font-size: 24px;}
  .choose-bottom1:nth-child(3) .choose-left2, .choose-bottom1:nth-child(4) .choose-left2{border-radius: 0;}
   .not-found-page a {font-size: 120px;}

  
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu li a{}
  .number-design a span {font-size: 36px;}
  .experiences strong{font-size: 42px;}
  .aboutus-section:before{width: 57%;}
  .serv1{padding:10px;}
  .services-1:after{right:0;}
  .services-1{padding: 30px 20px 0 20px;}
  .number-1 span{font-size: 28px;}
  .appointment a{}
   .choose-left2 strong{font-size: 14px;padding: 5px 8px 4px;}
  .services-heading strong{font-size: 75px;}
  .navv-footer ul li{padding: 4px 13px 0px;margin: 0px 7px 0;}
  .head-contact ul li a { padding: 0 10px;}
  

}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
  .menu li a{padding: 4px 12px 0px;}
  .number-design a span {font-size: 45px;}
  .services-text strong {font-size: 20px;}
  .aboutus-2 { padding: 100px 0 0 0;}
  .number-1 span{ font-size: 34px;}
  .birthchart-tagline strong{font-size: 75px;}
  

}

@media (max-width: 575px) and (min-width: 0px) {
  .faq-left1 strong{font-size: 50px;}
  .number-design a span {font-size: 35px;}
  .qus{left: 30px;}
  .services-heading strong{font-size: 41px;}
  .head-left1 a i{font-size: 26px;}
  .navbar-toggler{margin: -90px 0 0 auto;}
  .about-heading h1, .about-heading strong{font-size: 48px;}
  .serv .serv-call{font-size: 33px;margin: 0 auto;padding: 0px 10px 0px 10px;border-radius: 20px;}
  .serv .serv-call .call-top{position:relative;margin: 0 auto;}
  .services-3 a em{display:none;}
  .choose-center2:before{display:none;}
  .contact-left1 {padding: 30px 10px 20px 10px;}
  .choose-heading strong{}
  .choose-bottom1{}
  .list ul li{width:100%;}
  .other-services3 p{font-size: 15px;}
  .head-contact a i{padding: 0 10px;font-size: 25px;line-height: 39px;text-align: center;margin: 0 auto;}
  .head-contact a span{height: 30px;width: 30px;margin: 5px 0 0;}
  .experiences strong span{font-size: 90px;position: relative;right: 0;margin: 0 auto;}
  .birthchart-tagline a span em{font-size: 16px;padding: 2px 19px;display: block;margin: 0 auto;}
  .birthchart-taglinea span{font-size: 41px;padding: 10px 63px;}
  .birthchart-tagline a span{font-size: 26px;padding: 15px 28px 5px;}
  .form-heading strong{font-size: 41px;}
  .banner-design img{width: 100%;}
  .banner-design{display:block;}
  .choose-heading span{}
  .testimonials .choose-heading span{font-size: 23px;}
  .breadcrumb-section{padding: 20px 0;}
  .experiences strong{display:block;font-size: 30px;}
 .experiences strong p{margin:0;}
  .experiences {padding: 0 !important;}
  .services-heading span{}
  .services-4 a span em{display:block;margin: 0 auto;top: 2px;}
  .choose-left2 strong{}
  
  .birthchart-tagline strong {font-size: 28px;}
.about-heading span {font-size: 20px;padding: 0;}
.choose-bottom1:nth-child(2) .choose-left2{border-radius: 0;}
.services-4 strong{font-size: 32px;}
.services-4 a span {padding: 5px 30px 3px;}
.testimonials .choose-heading aside {padding: 0px 0px 0;}
 .not-found-page a {font-size: 82px;}

}

@media (max-width: 420px) and (min-width: 0px) {
  .choose-text{padding: 35px 20px 45px 20px;display: block;border-radius: 40px;}
  .head-left1 a span:before{width: 51px;height: 51px;}
  .head-left1 a span {width: 39px;height: 39px;}
  .head-left1 a span .bi {width: 23px;height: 23px;}
  .contact-left1:last-child a p strong{font-size: 15px;}
  .footer-contact1:nth-child(3) .footer-contact2 p{font-size: 16px;}
  .footer-contact2 span .bi{}
  .map iframe{height:600px}
  .birthchart-tagline strong {line-height: 27px;font-size: 25px;padding: 0 0 5px;}
.about-heading span {font-size: 20px;padding: 0;}
  .about-heading h1, .about-heading strong {font-size: 45px;line-height: 50px;}
  .experiences strong {font-size: 22px;}
  .services-heading strong {font-size: 37px;}
  .services-heading span {font-size: 18px;}
  .services-4 strong {font-size: 28px;}
  .not-found-page a {font-size: 53px;line-height: 40px;}


}





















