@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200..800&display=swap');


html{
    padding:0 !important;
    margin:0 !important;
}
body{
  margin:0;
  padding:0;
  color: #eb5c00;
  font-family: "Manrope", sans-serif;

}
/*530b19, a2223b*/
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{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{
  padding: 10px 0 10px 0;
  background: #ba4a00;
  border-bottom: 1px solid #feae00;
}
.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 a {
  display: flex;
  width: fit-content;
  background: #feae00;
  padding: 0 30px;
  border-radius:30px;
  margin: 0 0 -30px auto;
  z-index: 9;
  position: relative;
}
.head-contact a span{
  width: 50px;
  height: 52px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  background-color: #ffffff;
  background-image: none;
}
.head-contact a span svg{fill: #eb5c00;height: 46px;width: 44px;}

@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: 15px;
  padding: 4px 20px 4px;
  font-weight: 600;
  border-radius: 30px;
  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: #feae00;
  transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
  display: block;
  margin: 8px 0 0px;
}

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

.menu li a:hover{
  color: #feae00;
}
.menu li a.active-1 {
  background: linear-gradient(#ff7100, #ffaa02);
  color: #eb5c00;
}

.navbar-collapse{padding:0;}
.dropdown-menu {
  position: absolute;
  padding: 0;
  top: 100%;
  left: 0px;
  float: none;
  right: 0;
  text-align: center;
  margin: 0 auto;
  border: 0;
  width: 250px;
  display: none;
  background: #feae00;
  z-index: 999;
  border-radius: 16px;
  transition: 0.2s all;
}
.dropdown:hover .dropdown-menu{
  display:block;
}

.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: #000000;
}
.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: #000000;
  text-align: left;
  font-size: 15px;
  width: fit-content;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  padding: 10px 16px 7px;
  background: #ffffff;
  border-radius: 50px;
}

/* 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: 0px 0 80px;
  position: relative;
  /* background: #1b1225; */
}
.aboutus-section:before{
  height:100%;
  width: 31%;
  content:"";
  position: absolute;
  background: url(images/astro.jpg) no-repeat;
  background-size:cover;
  background-position: top;
  z-index: -9;
  opacity: 19%;
  right: 0;
  bottom: 0;
  top: auto;
}

.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: 50px 0 0;
  position:relative;
}

.about-heading span{
  position: absolute;
  left: 0;
  top: 5px;
  animation: blink 1.2s linear infinite;
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
.about-heading h1{
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  padding: 10px 0 0 0px;
  color: #0e7886;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
.about-heading h1 a{
  color: #000000;
}
.about-heading p{
  color: #ffffff;
  text-align: left;
  font-size: 17px;
  width: fit-content;
  text-transform: uppercase;
  background: linear-gradient(45deg, #bc4a01, #e85b01);
  display: block;
  font-weight: 500;
  margin: 0 auto;
  padding: 4px 30px 3px;
  border-radius: 50px;
}
.about-content p{
  color: #060606;
  font-size: 15px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.1px;
  padding: 0px 0 0px;
}
.about-content p strong{
  color: #c75103;
  font-weight: 700;
}
.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 50px 0 0px;
}
.experiences{
  width: fit-content;
  margin:0 auto;
}
.experiences strong{display: flex;justify-content: left;align-items: center;background: #feae00;padding: 0px 40px;border-radius: 100px;margin: 10px 0 0 0;}
.experiences strong span{
  font-size: 81px;
  color: #ffffff;
  font-weight:600;
  line-height: 130px;
}
.experiences strong p{
  font-size: 25px;
  display: block;
  padding: 0;
  font-weight: 800;
  line-height: normal;
  position: relative;
  color: #000000;
  text-transform: capitalize;
}
.experiences strong p em{margin: 4px 0 0;font-style: normal;}

/* 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.jpg) 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: 30px 30px 50px 30px;
   background: linear-gradient(45deg, #eb5c00, #d95501);
   position:relative;
   z-index: 9;
}
.getin-form:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  left:0;
  right:0;
  background:url(images/bg-form.jpg) no-repeat;
  top:0;
  background-size:cover;
  background-position:right;
  opacity: 20%;
  z-index: -9;
}
.contac-rr{
  padding: 0 0 0px 0;
  margin: 0;
  position: relative;
  text-align: left;
}
.contac-rr:before{
  content:"";
  height:100%;
  width: 1px;
  background: #672a05;
  top:0;
  left: -1px;
  position:absolute;
}
.form-group1 {
   padding: 10px 0px;
   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: 47px;
  background-color: #ffffff00;
  border: 0;
  border: 0;
  border: 1px solid #672a05;
  border-radius: 0;
  border-left: 0;
  display: block;
  width: 100%;
  padding: 12px 14px 10px 10px;
  border-radius: 0 30px 30px 0;
  font-size: 15px;
  font-weight: 500;
}
textarea.form-control1 {
  height: 110px;
  color: #ffffff;
}

.form-group1 span{
  margin: 0;
}


.btn-group{
  padding: 24px 0px 0;
  display: block;
  margin: 0;
}
.btn-group>.btn{
  padding: 14px 29px 9px;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  border:0;
  width: 100%;
  background: #672a05;
  border-radius: 0 30px 30px 0;
  margin: 0 0 0 auto;
  text-align: left;
}
.btn-group>.btn:first-child:hover{
  background: #feae00;
  color:#000000;
}
.form-group1  .place::-webkit-input-placeholder{
  color: #ffffff;
  padding-left:10px;
  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-heading strong{
  font-size: 39px;
  line-height: normal;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
}
.form-heading p{
  color: #000000;
  font-size: 17px;
  background: #ff8a00;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  margin: 0;
}
.list {
  background: #ffffff;
  padding: 8px 20px 1px;
  box-shadow: 0 0 8px #cbcbcb;
  border-radius: 36px;
}
.list ul li{
  list-style: none;
  font-weight: 500;
  margin: 0px 0 25px 0px;
  position: relative;
}
.list ul li a{
  border-radius: 50px;
  text-transform: capitalize;
  display: block;
  font-size: 18px;
  text-align: left;
  background: #ffe4d2;
  padding: 10px 20px 10px 48px;
  color: #000000;
}
.list ul li:before{
  position:absolute;
  color: #e75c00;
  top: 1px;
  left: 10px;
  font-size: 30px;
  content: "\2742";
  font-family: 'Glyphicons Halflings';
}
.choose-text{
  padding: 8px 0 8px;
  margin: 10px 0;
  border-radius: 10px;
  z-index: 9;
  text-align: center;
  position: relative;
}
.choose-text:before{
  background: #1a8900;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  top: 0;
  width: 100%;
  border-radius: 30px;
  height: 100%;
  z-index: -9;
}
.choose-text p{
  margin: 0;
  color: #fff;
  font-size: 63px;
  text-transform: capitalize;
  font-weight: 600;
}
.choose-text p span{
    animation: blin 1.5s linear infinite;
    display: block;
    font-weight: 800;
}
@keyframes blin {
    50% {
       color:#f5a800;
    }
   100% {
       color:#ffffff;
    }
}


.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.jpg) no-repeat;
  height: 204px;
  width: 204px;
  z-index: -9;
}

.serv1{
  padding: 16px;
  position: relative;
}
.serv2{position: relative;}
.serv2 img{
}
.serv2 a span{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 22px;
  padding: 0px 22px 4px;
  x 24px 10px;
  border-radius: 50px 50px 0 0;
  margin: 0 auto 0px;
  display: block;
  background: #ffffff;
  font-weight: 700;
  text-align: center;
}
.serv2 a span em{
  display: block;
  background: #feae00;
  width: fit-content;
  color: #000000;
  padding: 3px 23px;
  margin: -8px auto 0;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 30px;
}

.serv2 a aside{
  border-radius: inherit;
  color: #fff;
  text-transform: capitalize;
  font-size: 23px;
  padding: 10px 10px;
  font-weight: 700;
  border-radius: 50px 50px 0 0;
  text-align: center;
  background: linear-gradient(45deg, #bc4a01, #e85b01);
  width: 100%;
}


/* 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: 13px 19px 13px 19px;
  position:relative;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  line-height: 23px;
  margin: 11px 0 0;
  border-radius: 30px;
  color: #000000;
  background: #feae00;
}

.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.jpg) no-repeat;
  height: 204px;
  width: 204px;
}
.more-srv{
  margin: 140px auto 0;
  width:fit-content;
}
.services-right1{
  padding: 0;
}
.innerpage-services{
  padding: 100px 0 80px;  
}
.services-heading{
  position:relative;
  padding: 0 0px 0 0px;
}
.services-heading strong{
  font-size: 63px;
  display: block;
  font-weight: 700;
  line-height: normal;
  position:relative;
  color: #161616;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.services-heading p{
  font-size: 15px;
  padding: 0;
  color: #141414;
  line-height: 31px;
}
.services-heading span{color: #ffffff;text-align: left;font-size: 17px;width: fit-content;text-transform: uppercase;display: block;background: linear-gradient(45deg, #bc4a01, #e85b01);font-weight: 600;padding: 9px 30px 9px;margin: 0 auto 0 0;border-radius: 50px;}
.services-1{
  padding: 10px 10px 10px;
}
.inner-services .services-2{
  padding: 15px 15px 0;
}
.inner-services .services-3 {
  margin: 0px 0 20px 0;
}
.services-2{
  padding: 25px 15px 25px;
  background: linear-gradient(45deg, #bc4a01, #e85b01);
  position: relative;
}
.services-design:before{
  content:"";
  position:absolute;
  height: 70%;
  width: 100%;
  right:0;
  top:0;
  border: 1px solid #ffa61c;
  border-radius: 30px;
}
.services-3{margin: 0px 0 0px 0;}
.services-3 .srv-image{
  margin: 0 auto;
  margin:0 auto;
  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-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 33px;
}
.services-4 p{
  color: #ffffff;
  line-height: 29px;
  padding: 0px 0 20px;
  font-size: 15px;
}
.services-4 a span{
  font-size: 26px;
  border-radius: 90px;
  margin: 0 auto 20px;
  display: block;
  padding: 5px 26px 8px;
  width: fit-content;
  background: #ffffff;
  font-weight: 700;
}
.services-4 a span em{
  display: inline-block;
  background: #cd5101;
  width: fit-content;
  color: #fff;
  position: relative;
  padding: 6px 22px 6px;
  margin: 0px 0 0px 0;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 30px;
}
.owl-carousel .owl-item .srv-image{
  width: auto;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
  color: #ffffff;
  background: #000000;
  font-size: 40px;
  display: inline-block;
  margin: 0px 0px 0 0px;
  height: 34px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}
.owl-nav{
  width: 100%;
  line-height: 50px;
  top: 150px;
  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: 91%;
 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;
}

.services-left1{
  padding:0 0 0 30px;
}




/* end services section */

/* start birthchart tagline section  */
.birthchart-tagline{
  position:relative;
  z-index:9;
  border-left: 0;
  border-right: 0;
  padding: 50px 0 0px;
  background: #feae00;
}
.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;
  margin: 0 auto;
  background-position: center;
}
.birthchart-tagline i{
  font-weight: 700;
  color: #000000;
  display: block;
  font-size: 20px;
  padding: 0px 0 12px;
  text-transform: capitalize;
  font-style: normal;
}
.birthchart-tagline strong{
  font-weight: 600;
  color: #ffffff;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 67px;
  padding: 0;
  text-transform: capitalize;
}
.birthchart-tagline p{
  line-height:30px;
  color: #000000;
  padding: 0 0 18px;
}
.birthchart-tagline a span{
  font-size: 62px;
  border-radius: 90px 90px 0 0;
  margin: 0 auto 0px;
  display: block;
  padding: 0px 76px;
  animation: blin 1.5s 
linear infinite;
  color: #eb5c00;
  width: fit-content;
  background: #ffffff;
  font-weight: 800;
}
.birthchart-tagline a span em{
  background: #eb5c00;
  color: #fff;
  position: relative;
  padding: 6px 56px;
  font-size: 24px;
  text-transform: capitalize;
  margin: 0px  0 0px;
  width: fit-content;
  border-radius: 50px;
  display: inline-block;
}



/* 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.jpg) 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: 0px 0 40px;
  position: relative;
  overflow: hidden;
  z-index: 9999;
}
.choose-heading span{
    color: #ffffff;
    text-align: left;
    font-size: 17px;
    width: fit-content;
    text-transform: uppercase;
    display: block;
    background: linear-gradient(45deg, #bc4a01, #e85b01);
    font-weight: 600;
    padding: 4px 30px 3px;
    margin: 0 auto;
    border-radius: 50px;
 }
.choose-heading strong{
  font-size: 59px;
  line-height: normal;
  display: block;
  font-weight: 600;
  position: relative;
  color: #000000;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.choose-left2{
  padding: 20px 0 0;
  position: relative;
  background: linear-gradient(45deg, #bc4a01, #e85b01);
  border-radius: 100px 100px 0 0;
}
.choose-left2:before{
  background: linear-gradient(180deg,#ffbd1cf0,#ffb200d1);
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px 100px 0 0;
  z-index: -9;
}
.choose-left2 span{
  background: #d45301;
  height: 80px;
  border-radius: 50%;
  width: 80px;
  line-height: 73px;
  margin: 0px auto 27px;
  border: 4px solid #fff;
  position: relative;
  display: block;
}
.choose-heading p{
  color: #000000;
  font-size: 15px;
  line-height: 34px;
  padding: 0;
}
.choose-heading aside{
  color: #232323;
  font-size: 15px;
  line-height: 34px;
  padding: 3px 0px 0;
}
.round-position{
  position:relative;
}
.choose-left2 span svg{
  height: 50px;
  width: 50px;
  fill: #ffffff;
  margin: 0px  0 0;
  animation: pulse 2s infinite  linear;
  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: 0;
  font-weight: 600;
  padding: 10px 10px;
  display: block;
  background: #ffffff;
  margin: 12px 0 0;
  font-size: 18px;
  border: 2px solid #eb5c00;
  border-top: 0;
}
.choose-heading{
  height: auto;
  margin:0 auto;
  padding: 0;
}

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


.choose-bottom1{
  position: relative;
  padding: 10px;
}

.round-text{
  margin: 0;
  padding: 0px 0px 0px;
  position: relative;
}
.banner-contact{
  background: #fff;
  border-radius: 100px;
  border: 2px solid #ffb100;
  width: 90%;
  padding: 30px 30px;
  line-height: normal;
  margin: 0 auto;
}
.left-info a{padding: 0;}
 .left-info strong{
  font-size: 31px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  display: block;
  color: #000;
}
 .left-info span{
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
  color: #1ea700;
  font-weight: 700;
}
.right-info a strong{
  font-weight: 800;
  font-size: 44px;
  color: #c10000;
}
.right-info a span{
  position: absolute;
  right: 10px;
  bottom: 0;
}
.right-info a span img{
  height:70px;
}
.info-contact a span{
  position:absolute;
  height: 60px;
  background: #332008;
  border-radius: 50%;
  line-height: 60px;
  width: 60px;
  left: 20px;
  text-align: center;
  top: 18px;
}
.info-contact a span img{
  height: 39px;
  filter: brightness(0) invert(1);
}
.info-contact a aside{
  padding: 0 0 0 80px;
  font-size: 17px;
}
.info-contact a aside b{
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  color: #c10000;
  font-size: 16px;
}
.info-contact a{
  position: relative;
  padding: 24px 20px 24px;
  text-align: left;
  border-bottom: 1px solid #ffe400;
}
.info-contact:last-child a{
  border:0;
}

/* end why choose us section */

/* start testimonials section */

.testimonials{
  position:relative;
  z-index: 9;
  padding: 50px 0 100px;
}
.client{
  margin: 40px 0 0;
}
.testimonials .services-heading p{
}
.testimonials1{
  padding: 15px;
}
.stars{
  padding: 0 15px 3px;
  width: fit-content;
  background: #ffffff;
}
.stars svg{
  height: 22px;
  width: 89px;
}
.testimonials2{
  padding: 32px 20px 0px;
  position: relative;
  width: fit-content;
  border-radius: 30px 0 30px 0px;
  background: #ffe4d2;
}

.testimonials3 strong{
  text-align: left;
  margin: 0 0 0 auto;
  display: block;
  background: #fd8900;
  border-radius: 11px;
  width: fit-content;
  color: #ff8a00;
  padding: 7px 10px 7px 10px;
  position: absolute;
  bottom: -10px;
  right: 20px;
}
.testimonials3 strong p{font-size: 14px;text-transform: capitalize;color: #000000;font-weight: 700;width: fit-content;display: inline-block;border-radius: 0 30px 30px 0;}
.testimonials3 strong i{
  font-style: normal;
  color: #ffffff;
  font-weight: 400;
  padding: 0px 0 0 10px;
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
}
.testimonials3 span{
  width: 25%;
}
.testimonials3 span img{
  border: 2px solid;
  border-radius: 4px;
}
.testimonials4 p{
  color: #000000;
  padding: 7px 0 0px;
  line-height: 30px;
  letter-spacing: 0.1px;
  font-size: 15px;
  text-align: left;
}
.testimonials4 {
  position: relative;
}
.testimonials4 span{
  display: block;
  padding: 8px 0;
  color: #fff;
  position: absolute;
  text-align: center;
  border-radius: 0 0 50% 50%;
  top: -60px;
  right: 0;
  height: 50px;
  width: 50px;
  background: #fd8900;
}
.testimonials4 img{
  border-radius: 50% 50% 0 0;
  width: 80px !important;
  border: 5px solid #ffffff;
  border-bottom: 0;
}

.testimonials4 span .bi{
  height: 40px;
  color: #ffffff;
  width: 40px;
  margin: -3px 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 */
.services-area{
  padding: 0 0 40px 0;
}
.location-area ul li{
  display: inline-block;
  width: 32.3333%;
  color: #000;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 19px;
}
.location-area ul li img{
  display: block;
  border-radius: 20px;
  margin: 0 auto 10px;
}


/* start footer section */

.footer-section{
  padding: 0px 0 0px;
  position: relative;
  background: #eb5c00;
}
.shape{
  position: absolute;
  z-index: 9;
}


.navv-footer  ul{
  padding: 20px 0;
  margin: 0 auto;
  list-style: none;
}
.navv-footer  ul li{
  padding: 8px 16px 8px 16px;
  position: relative;
  font-size: 17px;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px 8px 0;
}
.navv-footer   ul li a{
  color: #ffffff;
}

.footer-contact{
  margin: 50px 0 0px 0px;
  padding: 0 0  0 80px;
}
.navv-footer{
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #db5600;
}
.contact-left1{padding: 0 0 10px;}
.contact-left1 a{
  0 !important;
  display: block;
  margin: 9px 0;
  position: relative;
}
.contact-left2{
  padding: 0 0 0 0;
}
.contact-left1 a span{
  display: block;
  text-align: center;
  position: absolute;
  top: 6px;
  left: 0;
}
.contact-left1 a span b{
  display: block;
  height: 44px;
  width: 90px;
  background: #feae00;
  border-radius: 50px;
  border: 1px solid #eb5c00;
  line-height: 39px;
  animation: pulse-2 2s linear infinite;
  margin: 0 auto;
}
@keyframes pulse-2 {
   0% {
      box-shadow: 0 0 0 0 #7a0112
   }
   to {
      box-shadow: 0 0 0 10px #8db0ea00
   }
}
.contact-left1 a span svg{
  height: 32px;
  width: 32px;
  fill: #000000;
}
.contact-left1 a p{
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.contact-left1 a p i{
  text-transform: capitalize;
  display: block;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  color: #ffab00;
  padding: 24px 0 0;
}
.contact-left1 a p strong{
  font-weight: 600;
  color: #ffffff;
  display: block;
  font-size: 19px;
  line-height: 54px;
  width: fit-content;
  margin: 0 auto 0 110px;
}

.footer-section iframe{
  vertical-align: bottom;
  height: 462px;
}

/* end footer section */


/* start copy section */

.copy-section{
  padding: 30px 0px 30px;
  position:relative;
  z-index:9;
}
.disclaimer{
  background: #fff;
  padding: 20px;
}
.disclaimer b{
  display: inline-block;
  color: #000000;
  font-size: 11px;
  font-weight: 700;
}
.disclaimer strong{
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  color: #181818;
  padding: 4px 0 0;
}
.disclaimer p{
  padding: 7px 0 0 0;
  font-weight: 600;
  color: #eb5c00;
  font-size: 15px;
}

/* end copy section*/


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

.center-icon{
  padding: 0;
  text-align: center;
}
.contact-icon{
  color: #fff;
  border-radius: 40px;
  text-align: left;
  display: block;
  width: fit-content;
  margin: 0 auto 0 0;
}
.left-icon{
  padding: 0 0 0 10px;
  margin: 0 0px 0 auto;
}
.contact-icon a{
  display:block;
  color:#fff;
  border-radius: 50%;
  text-align: center;
  height: 70px;
  font-size: 20px;
  line-height: 83px;
  width: 70px;
  text-transform: uppercase;
  font-weight: 600;
}
.center-icon a{
  background: #ec000f;
}
.left-icon a{
  background: #00aa00;
  margin: 0 0 0 auto;
}
.contact-icon a .bi{
   height: 36px;
   margin: 0 0 0px 0;
   width: 36px;
   animation: trin 0.5s linear infinite;
}

@keyframes trin {

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

}


/* start bread crumb section  */

.breadcrumb-section{
  position:relative;
  background: #ba4a00;
  padding: 16px 0 20px;
}
.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;
  font-family: Milestone;
}
 .separator {
  font-size: 18px;
  padding: 0 4px;
  color: #000000;
}
.breadcrumb-section .last-item {
  width: 35px;
  height: 35px;
  border-radius: 61px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0px;
  z-index: 111;
  justify-content: center;
  background: #ffffff;
  margin: 0 auto;
  left: 0;
  bottom: -40px;
}

.breadcrumb-section .last-item .bi {
  fill: #ba4a00;
  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 20px 0 0px;
}
.about-chat{
}
.about-chat img{
  border-radius:200px;
  animation: pulse 1s infinite 
ease-in-out alternate;
}
.about-content  ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.about-content  ul li{
  list-style: none;
  padding: 7px 27px 6px 35px;
  position:relative;
  font-size: 15px;
  text-align: left;
  display: inline-block;
  line-height: 23px;
  margin: 16px 9px 0 0;
  border-radius: 30px;
  color: #000000;
  background: #ffffff;
  box-shadow: 0 0 7px 0px #bfbfbf;
  border: 1px solid #eee;
}
.about-content  ul li:before{
  transition:0.6s ease-in;
  position: absolute;
  color: #e75c00;
  top: 12px;
  left: 7px;
  font-size: 27px;
  content: "\2742";
  font-family: 'Glyphicons Halflings';
}
.about-content h2,h3,h4,h5,h6{
  line-height: 33px;
  font-size: 17px;
  padding: 4px 20px 3px 20px;
  border-radius: 0 30px 30px 0;
  margin: 11px 0 13px;
  text-transform: capitalize;
  background: linear-gradient(45deg, #eaa244, #ebbc6a);
  display: inline-block;
  color: #fff;
  box-shadow: 2px 4px 0 #d85c0a;
}
.about-content h2,h3,h4,h5,h6,strong{
  color: #000000;
  font-weight: 700;
}
.about-content em{
  font-size: 19px;
  color: #000000;
  font-weight: 700;
  border-bottom: 2px solid #000000;
  margin: 11px 0 18px;
  display: block;
  width: fit-content;
  font-style: normal;
}
.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 
==================================================================*/ 

.mapp1 iframe{
  height: 200px;
  border-radius: 20px;
}
.mapp1 {
  padding: 10px;
}
.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-1:nth-child(3) .getin-content strong{
    font-size: 20px;
}
.contact-get-2 a{
  display: block;
  padding: 20px 20px 20px;
  border-radius: 20px;
  background: #feae00;
}
.contact-get-2 iframe{
  height: 279px;
  padding: 20px;
  
}
.getin-icon{
  position:relative;
}

.getin-icon span{
  display: flex;
  justify-content: center;
  align-items: center;
}
.getin-icon span strong{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9999999999;
  justify-content: center;
  border: 2px solid #eee;
  background: #ba4a00;
}

.getin-icon span strong .bi {
  fill: #ffffff;
  height: 34px;
  width: 34px;
}
.getin-content{
  padding: 0px 0 0 4px;
  z-index: 9;
  text-align: center;
  position: relative;
}
.getin-content strong{
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  display: block;
  padding: 10px 0px 5px;
  border-radius: 50px;
}
.contact-get-2:nth-child(2) a .getin-content strong{
  font-size: 16px;
}
.contact-get-2:nth-child(3) a .getin-content strong{
  font-size: 16px;
}
.getin-content p{
  color: #000000;
  text-transform: uppercase;
  line-height: 28px;
  padding: 11px 0 0px;
  font-size: 17px;
  font-weight: 700;
}
.chatting-banner a{
  color: #fff;
  text-align: center;
  padding: 0;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 48px;
  background: #2ebe41;
  margin: 0 auto;
}


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

/*==============================================================
            START 404 PAGE CSS 
================================================================*/ 
.error-page a{
  padding: 0;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.not-found-page p {
  color: #af1333;
  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: 130px;
  width: 130px;
  fill: #ffffff;
}
.not-found-page span{
  width: 60px;
  height: 60px;
  border-radius: 131px;
  line-height: 36px;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: center;
  animation: pulse-2 2s 
linear infinite;
  background: #af1333;
}
.not-found-page span:before{
  position: absolute;
  content: '';
  right: 0;
  animation: rotate 15s linear infinite;
  left: -17px;
  top: -15px;
  background: url(images/round.jpg) no-repeat;
  height: 94px;
  z-index: -9;
  width: 94px;
}
.not-found-page span .bi {
  fill: #fff;
  height: 34px;
  margin: 10px 0 0;
  width: 33px;
}
.number-1 span{
  font-size: 37px;
  font-weight: 600;
  background: linear-gradient(#ff7100, #ffaa02);
  padding: 8px 8px 3px;
  text-align: center;
  border-radius: 20px;
  display: block;
}





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









@media (max-width: 767px){
  body{text-align: center;}
    .menu li a{padding: 4px 12px 0px;}
  .head-right{display:none;}
  .appointment {display: none !important;}
  .dropdown:hover .dropdown-menu{display:none;}
  .navii{padding:0;}
  .tophead-deign{margin:0;padding: 0;}
  .head-center1{text-align:left !important;width: 66%;}
  .fixed-top .menu{padding: 13px 0 13px;margin-top: 36px;}
  .dropdown-toggle::after{display:none;}
  .navbar-collapse .menu li{display:block;padding: 4px 0;text-align: left;}
  .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{font-size: 61px;}
  .serv1{padding:10px;}
  .services-1:after{right:0;}
  .chat{bottom: 30px;position: relative;}
  .menu{margin: 0 auto;}
  .choose-left1{padding:0;}
  .choose-text{padding: 0;}
  .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;}
  .choose-heading{padding: 40px 0px 0px;}
  .choose-heading p{padding: 0 0px;}
  .whychoose-section{padding:0;}
  .services-right1{padding:0;}
  .more-srv {margin: 60px auto 0;}
  .services-right1{padding:0;}
   .trii{z-index:-9;opacity:0.2;}
  .trii img{height:auto;}
  .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 p{padding:0;}
  .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 10px 0px 0;padding: 0 0 0 20px;margin: 20px 0 0px 0px;}
  .other-services2{width:50%;}
  .other-services3 p{font-size: 23px;}
  .breadcrumb-section .last-item{position:relative;margin: 0 auto;bottom: -90px;}
  .first-item{font-size: 40px;text-align: center;}
  .banner-design{padding:10px !Important;}
  .birthchart-tagline strong{font-size: 36px;}
  .services-heading strong{font-size: 45px;}
  .navv-footer ul li{padding: 4px 4px 4px;margin: 0px 2px 0;font-size: 13px;}
  .choose-heading strong {font-size: 41px;}
  .services-4 a span{font-size: 21px;padding: 5px 18px 2px;}
  .birthchart-tagline a span{font-size: 41px;padding: 10px 63px;}
  .serv2 a aside{font-size: 16px;}
  .birthchart-tagline{padding: 40px 0  0;}
  .birthchart-tagline i{font-size: 16px;}
  .services-4 strong{font-size: 20px;}
  .services-4 a span em{display:none;}
  .services-3 a{display:none;}
  .services-left1{padding:0;}
  .services-section {padding: 100px 0 0px;}
  .about-content ul li{display: block;}
  .about-content h2, h3, h4, h5, h6{line-height: 25px;padding: 4px 13px 3px 13px;font-size: 15px;}
  .list {padding: 8px 12px 1px;}
  .getin-form {padding: 30px 10px 40px 10px;}
 .left-info strong{font-size: 24px;}
  .choose-left2 span svg{height: 40px;width: 40px;}
  .footer-section iframe{height: 200px;}
  .location-area ul li{
    padding: 5px;
}
  
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu li a{padding: 4px 12px 0px;}
  .head-right{display:none;}
  .appointment {display: none !important;}
  .dropdown:hover .dropdown-menu{display:none;}
  .navii{padding:0;}
  .head-center1{text-align:left !important;}
  .fixed-top .menu{padding: 13px 0 13px;margin-top: 36px;}
  .dropdown-toggle::after{display:none;}
  .navbar-collapse .menu li{display:block;padding: 4px 0;text-align: left;}
  .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;}
  .menu{margin: 0 auto;}
  .choose-left1{padding:0;}
  .choose-text{padding: 0;}
 .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 p{padding:0;}
  .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: 65px;}
  .services-heading strong{font-size: 75px;}
  .services-area .services-heading strong{font-size: 65px;}
  .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;}
  .footer-contact {padding: 0 0 0 30px;}

  
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu li a{padding: 4px 11px 0px;}
  .number-design a span {font-size: 36px;}
  .about-heading h1{font-size: 55px;}
  .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{font-size: 13px;padding: 7px 9px 6px;}
   .birthchart-tagline strong{font-size: 65px;}
  .services-heading strong{font-size: 75px;}
  .navv-footer ul li{padding: 4px 13px 0px;margin: 0px 7px 0;}
  .services-left1{padding:0 0 0;}
  .right-info a strong{ font-size: 34px;}
  .left-info strong{font-size: 26px;}
  .banner-contact{padding: 20px 21px 0;width: 95%;border-radius:50px;}
  .left-info span{letter-spacing:0;}


}
@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;}
  .right-info a strong{ font-size: 34px;}
  .left-info strong{font-size: 26px;}
  .banner-contact{padding: 20px 30px 0;}
  

}

@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: 27px;}
  .head-left1 a i{font-size: 26px;}
  .navbar-toggler{margin: -50px 0 0 auto;}
  .about-heading h1{font-size: 40px;line-height: 45px;}
  .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: 3px 10px 0px 10px;}
  .choose-heading strong{font-size: 34px;}
  .choose-bottom1{padding: 10px 0 10px;}
  .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{padding: 0 10px;margin: 10px 0 0;width: 100%;}
  .head-contact a span{height: 30px;width: 30px;margin: 5px 0 0;}
  .experiences strong span{font-size: 90px;}
  .experiences strong p{padding: 0 0 20px;font-size: 20px;}
  .birthchart-tagline a span em{font-size: 16px;padding: 2px 19px;}
  .birthchart-taglinea span{font-size: 41px;padding: 10px 63px;}
  .birthchart-tagline a span{font-size: 26px;padding: 10px 23px 0;}
  .form-heading strong{font-size: 35px;}
  .banner-design img{width: 100%;}
  .banner-design{display:block;}
  .choose-heading span{padding: 4px 24px 3px;font-size: 14px;}
  .breadcrumb-section{padding-top:0;}
  .choose-text p{font-size: 33px;}
  .experiences strong{display:block;padding: 0px 10px;border-radius: 20px;}
  .experiences{width:100%;}
  .banner-contact{width: 96%;padding: 20px;border-radius: 10px;}
  .right-info a strong{font-size: 36px;}
  .footer-contact{padding:0;}
  .contact-left1 a span{position:relative;}
  .contact-left1 a p strong{margin: 0 auto 0;}
  
  
}

@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;}
  .location-area ul li{
    width: 49%;
}
  
}


















